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