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