1{ 2 "compileOnSave": false, 3 "compilerOptions": { 4 "ets": { 5 "render": { 6 "method": ["build", "pageTransition"], 7 "decorator": "Builder" 8 }, 9 "components": [ 10 "AbilityComponent", 11 "AlphabetIndexer", 12 "Animator", 13 "Badge", 14 "Blank", 15 "Button", 16 "Calendar", 17 "CalendarPicker", 18 "Camera", 19 "Canvas", 20 "Checkbox", 21 "CheckboxGroup", 22 "Circle", 23 "ColorPicker", 24 "ColorPickerDialog", 25 "Column", 26 "ColumnSplit", 27 "Component3D", 28 "Counter", 29 "DataPanel", 30 "DatePicker", 31 "Divider", 32 "Ellipse", 33 "Flex", 34 "FormComponent", 35 "Gauge", 36 "GeometryView", 37 "Grid", 38 "GridItem", 39 "GridContainer", 40 "Hyperlink", 41 "Image", 42 "ImageAnimator", 43 "Line", 44 "List", 45 "ListItem", 46 "ListItemGroup", 47 "LoadingProgress", 48 "Marquee", 49 "Menu", 50 "MenuItem", 51 "MenuItemGroup", 52 "Navigation", 53 "Navigator", 54 "Option", 55 "PageTransitionEnter", 56 "PageTransitionExit", 57 "Panel", 58 "Particle", 59 "Path", 60 "PatternLock", 61 "Piece", 62 "PluginComponent", 63 "Polygon", 64 "Polyline", 65 "Progress", 66 "QRCode", 67 "Radio", 68 "Rating", 69 "Rect", 70 "Refresh", 71 "RelativeContainer", 72 "RemoteWindow", 73 "Row", 74 "RowSplit", 75 "RichText", 76 "Scroll", 77 "ScrollBar", 78 "Search", 79 "Section", 80 "Select", 81 "Shape", 82 "Sheet", 83 "SideBarContainer", 84 "Slider", 85 "Span", 86 "Stack", 87 "Stepper", 88 "StepperItem", 89 "Swiper", 90 "TabContent", 91 "Tabs", 92 "Text", 93 "TextPicker", 94 "TextClock", 95 "TextArea", 96 "TextInput", 97 "TextTimer", 98 "TimePicker", 99 "Toggle", 100 "Video", 101 "Web", 102 "XComponent", 103 "GridRow", 104 "GridCol" 105 ], 106 "extend": { 107 "decorator": "Extend", 108 "components": [ 109 { 110 "name": "AbilityComponent", 111 "type": "AbilityComponentAttribute", 112 "instance": "AbilityComponentInstance" 113 }, 114 { 115 "name": "AlphabetIndexer", 116 "type": "AlphabetIndexerAttribute", 117 "instance": "AlphabetIndexerInstance" 118 }, 119 { 120 "name": "Animator", 121 "type": "AnimatorAttribute", 122 "instance": "AnimatorInstance" 123 }, 124 { 125 "name": "Badge", 126 "type": "BadgeAttribute", 127 "instance": "BadgeInstance" 128 }, 129 { 130 "name": "Blank", 131 "type": "BlankAttribute", 132 "instance": "BlankInstance" 133 }, 134 { 135 "name": "Button", 136 "type": "ButtonAttribute", 137 "instance": "ButtonInstance" 138 }, 139 { 140 "name": "Calendar", 141 "type": "CalendarAttribute", 142 "instance": "CalendarInstance" 143 }, 144 { 145 "name": "CalendarPicker", 146 "type": "CalendarPickerAttribute", 147 "instance": "CalendarPickerInstance" 148 }, 149 { 150 "name": "Camera", 151 "type": "CameraAttribute", 152 "instance": "CameraInstance" 153 }, 154 { 155 "name": "Canvas", 156 "type": "CanvasAttribute", 157 "instance": "CanvasInstance" 158 }, 159 { 160 "name": "Checkbox", 161 "type": "CheckboxAttribute", 162 "instance": "CheckboxInstance" 163 }, 164 { 165 "name": "CheckboxGroup", 166 "type": "CheckboxGroupAttribute", 167 "instance": "CheckboxGroupInstance" 168 }, 169 { 170 "name": "Circle", 171 "type": "CircleAttribute", 172 "instance": "CircleInstance" 173 }, 174 { 175 "name": "ColorPicker", 176 "type": "ColorPickerAttribute", 177 "instance": "ColorPickerInstance" 178 }, 179 { 180 "name": "ColorPickerDialog", 181 "type": "ColorPickerDialogAttribute", 182 "instance": "ColorPickerDialogInstance" 183 }, 184 { 185 "name": "Column", 186 "type": "ColumnAttribute", 187 "instance": "ColumnInstance" 188 }, 189 { 190 "name": "ColumnSplit", 191 "type": "ColumnSplitAttribute", 192 "instance": "ColumnSplitInstance" 193 }, 194 { 195 "name": "Component3D", 196 "type": "Component3DAttribute", 197 "instance": "Component3DInstance" 198 }, 199 { 200 "name": "Counter", 201 "type": "CounterAttribute", 202 "instance": "CounterInstance" 203 }, 204 { 205 "name": "DataPanel", 206 "type": "DataPanelAttribute", 207 "instance": "DataPanelInstance" 208 }, 209 { 210 "name": "DatePicker", 211 "type": "DatePickerAttribute", 212 "instance": "DatePickerInstance" 213 }, 214 { 215 "name": "Divider", 216 "type": "DividerAttribute", 217 "instance": "DividerInstance" 218 }, 219 { 220 "name": "Ellipse", 221 "type": "EllipseAttribute", 222 "instance": "EllipseInstance" 223 }, 224 { 225 "name": "Flex", 226 "type": "FlexAttribute", 227 "instance": "FlexInstance" 228 }, 229 { 230 "name": "FormComponent", 231 "type": "FormComponentAttribute", 232 "instance": "FormComponentInstance" 233 }, 234 { 235 "name": "Gauge", 236 "type": "GaugeAttribute", 237 "instance": "GaugeInstance" 238 }, 239 { 240 "name": "GeometryView", 241 "type": "GeometryViewAttribute", 242 "instance": "GeometryViewInstance" 243 }, 244 { 245 "name": "Grid", 246 "type": "GridAttribute", 247 "instance": "GridInstance" 248 }, 249 { 250 "name": "GridItem", 251 "type": "GridItemAttribute", 252 "instance": "GridItemInstance" 253 }, 254 { 255 "name": "GridContainer", 256 "type": "GridContainerAttribute", 257 "instance": "GridContainerInstance" 258 }, 259 { 260 "name": "Hyperlink", 261 "type": "HyperlinkAttribute", 262 "instance": "HyperlinkInstance" 263 }, 264 { 265 "name": "Image", 266 "type": "ImageAttribute", 267 "instance": "ImageInstance" 268 }, 269 { 270 "name": "ImageAnimator", 271 "type": "ImageAnimatorAttribute", 272 "instance": "ImageAnimatorInstance" 273 }, 274 { 275 "name": "Line", 276 "type": "LineAttribute", 277 "instance": "LineInstance" 278 }, 279 { 280 "name": "List", 281 "type": "ListAttribute", 282 "instance": "ListInstance" 283 }, 284 { 285 "name": "ListItem", 286 "type": "ListItemAttribute", 287 "instance": "ListItemInstance" 288 }, 289 { 290 "name": "ListItemGroup", 291 "type": "ListItemGroupAttribute", 292 "instance": "ListItemGroupInstance" 293 }, 294 { 295 "name": "LoadingProgress", 296 "type": "LoadingProgressAttribute", 297 "instance": "LoadingProgressInstance" 298 }, 299 { 300 "name": "Marquee", 301 "type": "MarqueeAttribute", 302 "instance": "MarqueeInstance" 303 }, 304 { 305 "name": "Menu", 306 "type": "MenuAttribute", 307 "instance": "MenuInstance" 308 }, 309 { 310 "name": "MenuItem", 311 "type": "MenuItemAttribute", 312 "instance": "MenuItemInstance" 313 }, 314 { 315 "name": "MenuItemGroup", 316 "type": "MenuItemGroupAttribute", 317 "instance": "MenuItemGroupInstance" 318 }, 319 { 320 "name": "Navigation", 321 "type": "NavigationAttribute", 322 "instance": "NavigationInstance" 323 }, 324 { 325 "name": "Navigator", 326 "type": "NavigatorAttribute", 327 "instance": "NavigatorInstance" 328 }, 329 { 330 "name": "Option", 331 "type": "OptionAttribute", 332 "instance": "OptionInstance" 333 }, 334 { 335 "name": "PageTransitionEnter", 336 "type": "PageTransitionEnterAttribute", 337 "instance": "PageTransitionEnterInstance" 338 }, 339 { 340 "name": "PageTransitionExit", 341 "type": "PageTransitionExitAttribute", 342 "instance": "PageTransitionExitInstance" 343 }, 344 { 345 "name": "Panel", 346 "type": "PanelAttribute", 347 "instance": "PanelInstance" 348 }, 349 { 350 "name": "Particle", 351 "type": "ParticleAttribute", 352 "instance": "ParticleInstance" 353 }, 354 { 355 "name": "Path", 356 "type": "PathAttribute", 357 "instance": "PathInstance" 358 }, 359 { 360 "name": "PatternLock", 361 "type": "PatternLockAttribute", 362 "instance": "PatternLockInstance" 363 }, 364 { 365 "name": "Piece", 366 "type": "PieceAttribute", 367 "instance": "PieceInstance" 368 }, 369 { 370 "name": "PluginComponent", 371 "type": "PluginComponentAttribute", 372 "instance": "PluginComponentInstance" 373 }, 374 { 375 "name": "Polygon", 376 "type": "PolygonAttribute", 377 "instance": "PolygonInstance" 378 }, 379 { 380 "name": "Polyline", 381 "type": "PolylineAttribute", 382 "instance": "PolylineInstance" 383 }, 384 { 385 "name": "Progress", 386 "type": "ProgressAttribute", 387 "instance": "ProgressInstance" 388 }, 389 { 390 "name": "QRCode", 391 "type": "QRCodeAttribute", 392 "instance": "QRCodeInstance" 393 }, 394 { 395 "name": "Radio", 396 "type": "RadioAttribute", 397 "instance": "RadioInstance" 398 }, 399 { 400 "name": "Rating", 401 "type": "RatingAttribute", 402 "instance": "RatingInstance" 403 }, 404 { 405 "name": "Rect", 406 "type": "RectAttribute", 407 "instance": "RectInstance" 408 }, 409 { 410 "name": "RelativeContainer", 411 "type": "RelativeContainerAttribute", 412 "instance": "RelativeContainerInstance" 413 }, 414 { 415 "name": "Refresh", 416 "type": "RefreshAttribute", 417 "instance": "RefreshInstance" 418 }, 419 { 420 "name": "RemoteWindow", 421 "type": "RemoteWindowAttribute", 422 "instance": "RemoteWindowInstance" 423 }, 424 { 425 "name": "Row", 426 "type": "RowAttribute", 427 "instance": "RowInstance" 428 }, 429 { 430 "name": "RowSplit", 431 "type": "RowSplitAttribute", 432 "instance": "RowSplitInstance" 433 }, 434 { 435 "name": "RichText", 436 "type": "RichTextAttribute", 437 "instance": "RichTextInstance" 438 }, 439 { 440 "name": "Scroll", 441 "type": "ScrollAttribute", 442 "instance": "ScrollInstance" 443 }, 444 { 445 "name": "ScrollBar", 446 "type": "ScrollBarAttribute", 447 "instance": "ScrollBarInstance" 448 }, 449 { 450 "name": "Search", 451 "type": "SearchAttribute", 452 "instance": "SearchInstance" 453 }, 454 { 455 "name": "Section", 456 "type": "SectionAttribute", 457 "instance": "SectionInstance" 458 }, 459 { 460 "name": "Select", 461 "type": "SelectAttribute", 462 "instance": "SelectInstance" 463 }, 464 { 465 "name": "Shape", 466 "type": "ShapeAttribute", 467 "instance": "ShapeInstance" 468 }, 469 { 470 "name": "Sheet", 471 "type": "SheetAttribute", 472 "instance": "SheetInstance" 473 }, 474 { 475 "name": "SideBarContainer", 476 "type": "SideBarContainerAttribute", 477 "instance": "SideBarContainerInstance" 478 }, 479 { 480 "name": "Slider", 481 "type": "SliderAttribute", 482 "instance": "SliderInstance" 483 }, 484 { 485 "name": "Span", 486 "type": "SpanAttribute", 487 "instance": "SpanInstance" 488 }, 489 { 490 "name": "Stack", 491 "type": "StackAttribute", 492 "instance": "StackInstance" 493 }, 494 { 495 "name": "Stepper", 496 "type": "StepperAttribute", 497 "instance": "StepperInstance" 498 }, 499 { 500 "name": "StepperItem", 501 "type": "StepperItemAttribute", 502 "instance": "StepperItemInstance" 503 }, 504 { 505 "name": "Swiper", 506 "type": "SwiperAttribute", 507 "instance": "SwiperInstance" 508 }, 509 { 510 "name": "TabContent", 511 "type": "TabContentAttribute", 512 "instance": "TabContentInstance" 513 }, 514 { 515 "name": "Tabs", 516 "type": "TabsAttribute", 517 "instance": "TabsInstance" 518 }, 519 { 520 "name": "Text", 521 "type": "TextAttribute", 522 "instance": "TextInstance" 523 }, 524 { 525 "name": "TextPicker", 526 "type": "TextPickerAttribute", 527 "instance": "TextPickerInstance" 528 }, 529 { 530 "name": "TextClock", 531 "type": "TextClockAttribute", 532 "instance": "TextClockInstance" 533 }, 534 { 535 "name": "TextArea", 536 "type": "TextAreaAttribute", 537 "instance": "TextAreaInstance" 538 }, 539 { 540 "name": "TextInput", 541 "type": "TextInputAttribute", 542 "instance": "TextInputInstance" 543 }, 544 { 545 "name": "TextTimer", 546 "type": "TextTimerAttribute", 547 "instance": "TextTimerInstance" 548 }, 549 { 550 "name": "TimePicker", 551 "type": "TimePickerAttribute", 552 "instance": "TimePickerInstance" 553 }, 554 { 555 "name": "Toggle", 556 "type": "ToggleAttribute", 557 "instance": "ToggleInstance" 558 }, 559 { 560 "name": "Video", 561 "type": "VideoAttribute", 562 "instance": "VideoInstance" 563 }, 564 { 565 "name": "Web", 566 "type": "WebAttribute", 567 "instance": "WebInstance" 568 }, 569 { 570 "name": "XComponent", 571 "type": "XComponentAttribute", 572 "instance": "XComponentInstance" 573 }, 574 { 575 "name": "GridRow", 576 "type": "GridRowAttribute", 577 "instance": "GridRowInterface" 578 }, 579 { 580 "name": "GridCol", 581 "type": "GridColAttribute", 582 "instance": "GridColInterface" 583 } 584 ] 585 }, 586 "styles": { 587 "decorator": "Styles", 588 "component": { 589 "name": "Common", 590 "type": "T", 591 "instance": "CommonInstance" 592 }, 593 "property": "stateStyles" 594 }, 595 "customComponent": "CustomComponent", 596 "propertyDecorators": [], 597 "emitDecorators": [], 598 "libs": [] 599 }, 600 "allowJs": false, 601 "allowSyntheticDefaultImports": true, 602 "esModuleInterop": true, 603 "importsNotUsedAsValues": "preserve", 604 "noImplicitAny": false, 605 "noUnusedLocals": false, 606 "noUnusedParameters": false, 607 "experimentalDecorators": true, 608 "moduleResolution": "node", 609 "resolveJsonModule": true, 610 "skipLibCheck": true, 611 "sourceMap": true, 612 "module": "commonjs", 613 "target": "es2017", 614 "types": [], 615 "typeRoots": [], 616 "lib": [ 617 "es2020" 618 ], 619 "alwaysStrict": true 620 }, 621 "exclude": [ 622 "node_modules" 623 ] 624}