@next-bricks/data-view 1.12.11 → 1.12.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +11 -11
- package/dist/chunks/2145.65311b68.js.map +1 -1
- package/dist/chunks/app-wall-card-item.7c32b915.js.map +1 -1
- package/dist/chunks/app-wall-relation-line.0445cf9d.js.map +1 -1
- package/dist/chunks/app-wall-system-card.aa2b5b84.js.map +1 -1
- package/dist/chunks/app-wall.126608d6.js.map +1 -1
- package/dist/chunks/basic-index-group.c555b165.js.map +1 -1
- package/dist/chunks/battery-chart.554d378f.js.map +1 -1
- package/dist/chunks/brick-notification.ae523413.js.map +1 -1
- package/dist/chunks/bubbles-indicator.e7b47e1e.js.map +1 -1
- package/dist/chunks/cabinet-app-layer.6a1a78c4.js.map +1 -1
- package/dist/chunks/cabinet-container.49872d09.js.map +1 -1
- package/dist/chunks/cabinet-graph.6aa32783.js.map +1 -1
- package/dist/chunks/china-map-chart.56dc9a9f.js.map +1 -1
- package/dist/chunks/china-map.a7c98bf0.js.map +1 -1
- package/dist/chunks/complex-search.cbeec078.js.map +1 -1
- package/dist/chunks/dropdown-menu.5c9a12d7.js.map +1 -1
- package/dist/chunks/globe-with-gear-indicator.123e65c1.js.map +1 -1
- package/dist/chunks/globe-with-halo-indicator.01b2c9a2.js.map +1 -1
- package/dist/chunks/globe-with-orbit-indicator.45415b04.js.map +1 -1
- package/dist/chunks/lights-component-title.0cccad81.js.map +1 -1
- package/dist/chunks/modern-style-treemap.24ddab63.js.map +1 -1
- package/dist/chunks/progress-bar-list.8b0651c1.js.map +1 -1
- package/dist/chunks/tabs-drawer.ae7c57ad.js.map +1 -1
- package/dist/chunks/tabs-page-title.c696bb65.js.map +1 -1
- package/dist/chunks/tech-mesh-base-view.4c3b548e.js.map +1 -1
- package/dist/examples.json +59 -59
- package/dist/{index.3a389e66.js → index.09e27086.js} +2 -2
- package/dist/{index.3a389e66.js.map → index.09e27086.js.map} +1 -1
- package/dist/manifest.json +239 -214
- package/dist/types.json +419 -420
- package/dist-types/app-wall/card-item/index.d.ts +1 -0
- package/dist-types/app-wall/relation-line/index.d.ts +2 -4
- package/dist-types/app-wall/system-card/index.d.ts +6 -30
- package/dist-types/basic-index-group/index.d.ts +1 -0
- package/dist-types/battery-chart/index.d.ts +7 -20
- package/dist-types/brick-notification/index.d.ts +4 -4
- package/dist-types/bubbles-indicator/index.d.ts +1 -0
- package/dist-types/cabinet/cabinet-app-layer/index.d.ts +3 -8
- package/dist-types/cabinet/index.d.ts +3 -12
- package/dist-types/china-map/index.d.ts +1 -1
- package/dist-types/globe-with-gear-indicator/index.d.ts +2 -0
- package/dist-types/globe-with-halo-indicator/index.d.ts +2 -0
- package/dist-types/globe-with-orbit-indicator/index.d.ts +2 -0
- package/dist-types/lights-component-title/index.d.ts +4 -4
- package/dist-types/progress-bar-list/index.d.ts +6 -4
- package/dist-types/tabs-page-title/index.d.ts +1 -1
- package/dist-types/tech-mesh-base-view/index.d.ts +2 -1
- package/docs/app-wall-card-item.md +23 -1
- package/docs/app-wall-card-item.react.md +52 -0
- package/docs/app-wall-relation-line.md +19 -1
- package/docs/app-wall-relation-line.react.md +36 -0
- package/docs/app-wall-system-card.md +35 -2
- package/docs/app-wall-system-card.react.md +89 -0
- package/docs/app-wall.md +118 -1469
- package/docs/app-wall.react.md +235 -0
- package/docs/basic-index-group.md +22 -1
- package/docs/basic-index-group.react.md +132 -0
- package/docs/battery-chart.md +44 -1
- package/docs/battery-chart.react.md +137 -0
- package/docs/brick-notification.md +22 -1
- package/docs/brick-notification.react.md +45 -0
- package/docs/bubbles-indicator.md +23 -1
- package/docs/bubbles-indicator.react.md +52 -0
- package/docs/cabinet-app-layer.md +49 -1
- package/docs/cabinet-app-layer.react.md +58 -0
- package/docs/cabinet-button.md +19 -1
- package/docs/cabinet-button.react.md +39 -0
- package/docs/cabinet-container.md +55 -1
- package/docs/cabinet-container.react.md +84 -0
- package/docs/cabinet-graph.md +61 -1
- package/docs/cabinet-graph.react.md +131 -0
- package/docs/cabinet-node.md +39 -1
- package/docs/cabinet-node.react.md +66 -0
- package/docs/cabinet-thumbnail.md +44 -1
- package/docs/cabinet-thumbnail.react.md +88 -0
- package/docs/china-map-chart.md +42 -2
- package/docs/china-map-chart.react.md +117 -0
- package/docs/china-map.md +26 -1
- package/docs/china-map.react.md +78 -0
- package/docs/complex-search.md +77 -1
- package/docs/complex-search.react.md +101 -0
- package/docs/crystal-ball-indicator.md +57 -1
- package/docs/crystal-ball-indicator.react.md +70 -0
- package/docs/data-display-flipper-fifth.md +76 -1
- package/docs/data-display-flipper-fifth.react.md +89 -0
- package/docs/data-display-flipper-sixth.md +39 -5
- package/docs/data-display-flipper-sixth.react.md +47 -0
- package/docs/data-display-flipper.md +68 -2
- package/docs/data-display-flipper.react.md +91 -0
- package/docs/dropdown-menu.md +62 -13
- package/docs/dropdown-menu.react.md +68 -0
- package/docs/gauge-chart.md +68 -19
- package/docs/gauge-chart.react.md +80 -0
- package/docs/gear-background.md +41 -8
- package/docs/gear-background.react.md +56 -0
- package/docs/globe-with-gear-indicator.md +67 -1
- package/docs/globe-with-gear-indicator.react.md +69 -0
- package/docs/globe-with-halo-indicator.md +67 -1
- package/docs/globe-with-halo-indicator.react.md +69 -0
- package/docs/globe-with-orbit-indicator.md +67 -1
- package/docs/globe-with-orbit-indicator.react.md +70 -0
- package/docs/graph-layout-grid.md +108 -85
- package/docs/graph-layout-grid.react.md +172 -0
- package/docs/graph-node.md +25 -7
- package/docs/graph-node.react.md +36 -0
- package/docs/graph-text.md +24 -6
- package/docs/graph-text.react.md +34 -0
- package/docs/grid-background.md +21 -1
- package/docs/grid-background.react.md +45 -0
- package/docs/hi-tech-button.md +63 -2
- package/docs/hi-tech-button.react.md +106 -0
- package/docs/indicator-card.md +26 -1
- package/docs/indicator-card.react.md +86 -0
- package/docs/lights-component-title.md +23 -1
- package/docs/lights-component-title.react.md +49 -0
- package/docs/loading-panel.md +31 -1
- package/docs/loading-panel.react.md +62 -0
- package/docs/modern-style-component-title.md +39 -2
- package/docs/modern-style-component-title.react.md +76 -0
- package/docs/modern-style-page-title.md +43 -1
- package/docs/modern-style-page-title.react.md +56 -0
- package/docs/modern-style-treemap.md +71 -373
- package/docs/modern-style-treemap.react.md +131 -0
- package/docs/particle-animation.md +45 -1
- package/docs/particle-animation.react.md +64 -0
- package/docs/progress-bar-list.md +19 -1
- package/docs/progress-bar-list.react.md +47 -0
- package/docs/radar-chart.md +97 -31
- package/docs/radar-chart.react.md +75 -0
- package/docs/simple-card-item.md +79 -3
- package/docs/simple-card-item.react.md +83 -0
- package/docs/tabs-drawer.md +81 -2
- package/docs/tabs-drawer.react.md +117 -0
- package/docs/tabs-page-title.md +40 -1
- package/docs/tabs-page-title.react.md +87 -0
- package/docs/tech-mesh-base-view.md +22 -1
- package/docs/tech-mesh-base-view.react.md +55 -0
- package/docs/title-text.md +41 -1
- package/docs/title-text.react.md +67 -0
- package/docs/top-title-bar.md +25 -2
- package/docs/top-title-bar.react.md +50 -0
- package/package.json +2 -2
package/dist/types.json
CHANGED
|
@@ -94,6 +94,56 @@
|
|
|
94
94
|
"events": [],
|
|
95
95
|
"methods": []
|
|
96
96
|
},
|
|
97
|
+
"data-view.modern-style-page-title": {
|
|
98
|
+
"properties": [
|
|
99
|
+
{
|
|
100
|
+
"name": "pageTitle",
|
|
101
|
+
"annotation": {
|
|
102
|
+
"type": "keyword",
|
|
103
|
+
"value": "string"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "description",
|
|
108
|
+
"annotation": {
|
|
109
|
+
"type": "keyword",
|
|
110
|
+
"value": "string"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "backgroundStyle",
|
|
115
|
+
"annotation": {
|
|
116
|
+
"type": "reference",
|
|
117
|
+
"typeName": {
|
|
118
|
+
"type": "identifier",
|
|
119
|
+
"name": "CSSProperties"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "leftRoundStyle",
|
|
125
|
+
"annotation": {
|
|
126
|
+
"type": "reference",
|
|
127
|
+
"typeName": {
|
|
128
|
+
"type": "identifier",
|
|
129
|
+
"name": "CSSProperties"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "rightRoundStyle",
|
|
135
|
+
"annotation": {
|
|
136
|
+
"type": "reference",
|
|
137
|
+
"typeName": {
|
|
138
|
+
"type": "identifier",
|
|
139
|
+
"name": "CSSProperties"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"events": [],
|
|
145
|
+
"methods": []
|
|
146
|
+
},
|
|
97
147
|
"data-view.tabs-drawer": {
|
|
98
148
|
"properties": [
|
|
99
149
|
{
|
|
@@ -329,6 +379,13 @@
|
|
|
329
379
|
"type": "keyword",
|
|
330
380
|
"value": "number"
|
|
331
381
|
}
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "textContent",
|
|
385
|
+
"annotation": {
|
|
386
|
+
"type": "keyword",
|
|
387
|
+
"value": "string"
|
|
388
|
+
}
|
|
332
389
|
}
|
|
333
390
|
],
|
|
334
391
|
"events": [],
|
|
@@ -426,56 +483,6 @@
|
|
|
426
483
|
}
|
|
427
484
|
]
|
|
428
485
|
},
|
|
429
|
-
"data-view.modern-style-page-title": {
|
|
430
|
-
"properties": [
|
|
431
|
-
{
|
|
432
|
-
"name": "pageTitle",
|
|
433
|
-
"annotation": {
|
|
434
|
-
"type": "keyword",
|
|
435
|
-
"value": "string"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"name": "description",
|
|
440
|
-
"annotation": {
|
|
441
|
-
"type": "keyword",
|
|
442
|
-
"value": "string"
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"name": "backgroundStyle",
|
|
447
|
-
"annotation": {
|
|
448
|
-
"type": "reference",
|
|
449
|
-
"typeName": {
|
|
450
|
-
"type": "identifier",
|
|
451
|
-
"name": "CSSProperties"
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
"name": "leftRoundStyle",
|
|
457
|
-
"annotation": {
|
|
458
|
-
"type": "reference",
|
|
459
|
-
"typeName": {
|
|
460
|
-
"type": "identifier",
|
|
461
|
-
"name": "CSSProperties"
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"name": "rightRoundStyle",
|
|
467
|
-
"annotation": {
|
|
468
|
-
"type": "reference",
|
|
469
|
-
"typeName": {
|
|
470
|
-
"type": "identifier",
|
|
471
|
-
"name": "CSSProperties"
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
],
|
|
476
|
-
"events": [],
|
|
477
|
-
"methods": []
|
|
478
|
-
},
|
|
479
486
|
"data-view.dropdown-menu": {
|
|
480
487
|
"properties": [
|
|
481
488
|
{
|
|
@@ -548,6 +555,134 @@
|
|
|
548
555
|
],
|
|
549
556
|
"methods": []
|
|
550
557
|
},
|
|
558
|
+
"data-view.particle-animation": {
|
|
559
|
+
"properties": [
|
|
560
|
+
{
|
|
561
|
+
"name": "colors",
|
|
562
|
+
"annotation": {
|
|
563
|
+
"type": "reference",
|
|
564
|
+
"typeName": {
|
|
565
|
+
"type": "identifier",
|
|
566
|
+
"name": "ColorType"
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "containerStyle",
|
|
572
|
+
"annotation": {
|
|
573
|
+
"type": "reference",
|
|
574
|
+
"typeName": {
|
|
575
|
+
"type": "qualifiedName",
|
|
576
|
+
"left": {
|
|
577
|
+
"type": "identifier",
|
|
578
|
+
"name": "React"
|
|
579
|
+
},
|
|
580
|
+
"right": {
|
|
581
|
+
"type": "identifier",
|
|
582
|
+
"name": "CSSProperties"
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
],
|
|
588
|
+
"events": [],
|
|
589
|
+
"methods": [],
|
|
590
|
+
"types": [
|
|
591
|
+
{
|
|
592
|
+
"type": "interface",
|
|
593
|
+
"name": "ColorType",
|
|
594
|
+
"body": [
|
|
595
|
+
{
|
|
596
|
+
"type": "propertySignature",
|
|
597
|
+
"key": {
|
|
598
|
+
"type": "identifier",
|
|
599
|
+
"name": "startColor"
|
|
600
|
+
},
|
|
601
|
+
"annotation": {
|
|
602
|
+
"type": "indexedAccess",
|
|
603
|
+
"objectType": {
|
|
604
|
+
"type": "reference",
|
|
605
|
+
"typeName": {
|
|
606
|
+
"type": "qualifiedName",
|
|
607
|
+
"left": {
|
|
608
|
+
"type": "identifier",
|
|
609
|
+
"name": "React"
|
|
610
|
+
},
|
|
611
|
+
"right": {
|
|
612
|
+
"type": "identifier",
|
|
613
|
+
"name": "CSSProperties"
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
"indexType": {
|
|
618
|
+
"type": "jsLiteral",
|
|
619
|
+
"value": "color"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
"computed": false
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"type": "propertySignature",
|
|
626
|
+
"key": {
|
|
627
|
+
"type": "identifier",
|
|
628
|
+
"name": "middleColor"
|
|
629
|
+
},
|
|
630
|
+
"annotation": {
|
|
631
|
+
"type": "indexedAccess",
|
|
632
|
+
"objectType": {
|
|
633
|
+
"type": "reference",
|
|
634
|
+
"typeName": {
|
|
635
|
+
"type": "qualifiedName",
|
|
636
|
+
"left": {
|
|
637
|
+
"type": "identifier",
|
|
638
|
+
"name": "React"
|
|
639
|
+
},
|
|
640
|
+
"right": {
|
|
641
|
+
"type": "identifier",
|
|
642
|
+
"name": "CSSProperties"
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
"indexType": {
|
|
647
|
+
"type": "jsLiteral",
|
|
648
|
+
"value": "color"
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
"computed": false
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"type": "propertySignature",
|
|
655
|
+
"key": {
|
|
656
|
+
"type": "identifier",
|
|
657
|
+
"name": "endColor"
|
|
658
|
+
},
|
|
659
|
+
"annotation": {
|
|
660
|
+
"type": "indexedAccess",
|
|
661
|
+
"objectType": {
|
|
662
|
+
"type": "reference",
|
|
663
|
+
"typeName": {
|
|
664
|
+
"type": "qualifiedName",
|
|
665
|
+
"left": {
|
|
666
|
+
"type": "identifier",
|
|
667
|
+
"name": "React"
|
|
668
|
+
},
|
|
669
|
+
"right": {
|
|
670
|
+
"type": "identifier",
|
|
671
|
+
"name": "CSSProperties"
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"indexType": {
|
|
676
|
+
"type": "jsLiteral",
|
|
677
|
+
"value": "color"
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
"computed": false
|
|
681
|
+
}
|
|
682
|
+
]
|
|
683
|
+
}
|
|
684
|
+
]
|
|
685
|
+
},
|
|
551
686
|
"data-view.app-wall-card-item": {
|
|
552
687
|
"properties": [
|
|
553
688
|
{
|
|
@@ -638,163 +773,52 @@
|
|
|
638
773
|
"name": "CSSProperties"
|
|
639
774
|
}
|
|
640
775
|
}
|
|
641
|
-
}
|
|
642
|
-
}
|
|
643
|
-
],
|
|
644
|
-
"events": [
|
|
645
|
-
{
|
|
646
|
-
"name": "button-click",
|
|
647
|
-
"detail": {
|
|
648
|
-
"annotation": {
|
|
649
|
-
"type": "keyword",
|
|
650
|
-
"value": "void"
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
}
|
|
654
|
-
],
|
|
655
|
-
"methods": [],
|
|
656
|
-
"types": [
|
|
657
|
-
{
|
|
658
|
-
"type": "typeAlias",
|
|
659
|
-
"name": "StatusType",
|
|
660
|
-
"annotation": {
|
|
661
|
-
"type": "union",
|
|
662
|
-
"types": [
|
|
663
|
-
{
|
|
664
|
-
"type": "jsLiteral",
|
|
665
|
-
"value": "normal"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"type": "jsLiteral",
|
|
669
|
-
"value": "warning"
|
|
670
|
-
}
|
|
671
|
-
]
|
|
672
|
-
}
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"type": "interface",
|
|
676
|
-
"name": "DescriptionItem",
|
|
677
|
-
"body": [
|
|
678
|
-
{
|
|
679
|
-
"type": "propertySignature",
|
|
680
|
-
"key": {
|
|
681
|
-
"type": "identifier",
|
|
682
|
-
"name": "key"
|
|
683
|
-
},
|
|
684
|
-
"annotation": {
|
|
685
|
-
"type": "keyword",
|
|
686
|
-
"value": "string"
|
|
687
|
-
},
|
|
688
|
-
"computed": false
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"type": "propertySignature",
|
|
692
|
-
"key": {
|
|
693
|
-
"type": "identifier",
|
|
694
|
-
"name": "value"
|
|
695
|
-
},
|
|
696
|
-
"annotation": {
|
|
697
|
-
"type": "keyword",
|
|
698
|
-
"value": "string"
|
|
699
|
-
},
|
|
700
|
-
"computed": false
|
|
701
|
-
}
|
|
702
|
-
]
|
|
703
|
-
}
|
|
704
|
-
]
|
|
705
|
-
},
|
|
706
|
-
"data-view.particle-animation": {
|
|
707
|
-
"properties": [
|
|
708
|
-
{
|
|
709
|
-
"name": "colors",
|
|
710
|
-
"annotation": {
|
|
711
|
-
"type": "reference",
|
|
712
|
-
"typeName": {
|
|
713
|
-
"type": "identifier",
|
|
714
|
-
"name": "ColorType"
|
|
715
|
-
}
|
|
716
|
-
}
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"name": "containerStyle",
|
|
720
|
-
"annotation": {
|
|
721
|
-
"type": "reference",
|
|
722
|
-
"typeName": {
|
|
723
|
-
"type": "qualifiedName",
|
|
724
|
-
"left": {
|
|
725
|
-
"type": "identifier",
|
|
726
|
-
"name": "React"
|
|
727
|
-
},
|
|
728
|
-
"right": {
|
|
729
|
-
"type": "identifier",
|
|
730
|
-
"name": "CSSProperties"
|
|
731
|
-
}
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"events": [
|
|
780
|
+
{
|
|
781
|
+
"name": "button-click",
|
|
782
|
+
"detail": {
|
|
783
|
+
"annotation": {
|
|
784
|
+
"type": "keyword",
|
|
785
|
+
"value": "void"
|
|
732
786
|
}
|
|
733
787
|
}
|
|
734
788
|
}
|
|
735
789
|
],
|
|
736
|
-
"events": [],
|
|
737
790
|
"methods": [],
|
|
738
791
|
"types": [
|
|
792
|
+
{
|
|
793
|
+
"type": "typeAlias",
|
|
794
|
+
"name": "StatusType",
|
|
795
|
+
"annotation": {
|
|
796
|
+
"type": "union",
|
|
797
|
+
"types": [
|
|
798
|
+
{
|
|
799
|
+
"type": "jsLiteral",
|
|
800
|
+
"value": "normal"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"type": "jsLiteral",
|
|
804
|
+
"value": "warning"
|
|
805
|
+
}
|
|
806
|
+
]
|
|
807
|
+
}
|
|
808
|
+
},
|
|
739
809
|
{
|
|
740
810
|
"type": "interface",
|
|
741
|
-
"name": "
|
|
811
|
+
"name": "DescriptionItem",
|
|
742
812
|
"body": [
|
|
743
813
|
{
|
|
744
814
|
"type": "propertySignature",
|
|
745
815
|
"key": {
|
|
746
816
|
"type": "identifier",
|
|
747
|
-
"name": "
|
|
748
|
-
},
|
|
749
|
-
"annotation": {
|
|
750
|
-
"type": "indexedAccess",
|
|
751
|
-
"objectType": {
|
|
752
|
-
"type": "reference",
|
|
753
|
-
"typeName": {
|
|
754
|
-
"type": "qualifiedName",
|
|
755
|
-
"left": {
|
|
756
|
-
"type": "identifier",
|
|
757
|
-
"name": "React"
|
|
758
|
-
},
|
|
759
|
-
"right": {
|
|
760
|
-
"type": "identifier",
|
|
761
|
-
"name": "CSSProperties"
|
|
762
|
-
}
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
"indexType": {
|
|
766
|
-
"type": "jsLiteral",
|
|
767
|
-
"value": "color"
|
|
768
|
-
}
|
|
769
|
-
},
|
|
770
|
-
"computed": false
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"type": "propertySignature",
|
|
774
|
-
"key": {
|
|
775
|
-
"type": "identifier",
|
|
776
|
-
"name": "middleColor"
|
|
817
|
+
"name": "key"
|
|
777
818
|
},
|
|
778
819
|
"annotation": {
|
|
779
|
-
"type": "
|
|
780
|
-
"
|
|
781
|
-
"type": "reference",
|
|
782
|
-
"typeName": {
|
|
783
|
-
"type": "qualifiedName",
|
|
784
|
-
"left": {
|
|
785
|
-
"type": "identifier",
|
|
786
|
-
"name": "React"
|
|
787
|
-
},
|
|
788
|
-
"right": {
|
|
789
|
-
"type": "identifier",
|
|
790
|
-
"name": "CSSProperties"
|
|
791
|
-
}
|
|
792
|
-
}
|
|
793
|
-
},
|
|
794
|
-
"indexType": {
|
|
795
|
-
"type": "jsLiteral",
|
|
796
|
-
"value": "color"
|
|
797
|
-
}
|
|
820
|
+
"type": "keyword",
|
|
821
|
+
"value": "string"
|
|
798
822
|
},
|
|
799
823
|
"computed": false
|
|
800
824
|
},
|
|
@@ -802,28 +826,11 @@
|
|
|
802
826
|
"type": "propertySignature",
|
|
803
827
|
"key": {
|
|
804
828
|
"type": "identifier",
|
|
805
|
-
"name": "
|
|
829
|
+
"name": "value"
|
|
806
830
|
},
|
|
807
831
|
"annotation": {
|
|
808
|
-
"type": "
|
|
809
|
-
"
|
|
810
|
-
"type": "reference",
|
|
811
|
-
"typeName": {
|
|
812
|
-
"type": "qualifiedName",
|
|
813
|
-
"left": {
|
|
814
|
-
"type": "identifier",
|
|
815
|
-
"name": "React"
|
|
816
|
-
},
|
|
817
|
-
"right": {
|
|
818
|
-
"type": "identifier",
|
|
819
|
-
"name": "CSSProperties"
|
|
820
|
-
}
|
|
821
|
-
}
|
|
822
|
-
},
|
|
823
|
-
"indexType": {
|
|
824
|
-
"type": "jsLiteral",
|
|
825
|
-
"value": "color"
|
|
826
|
-
}
|
|
832
|
+
"type": "keyword",
|
|
833
|
+
"value": "string"
|
|
827
834
|
},
|
|
828
835
|
"computed": false
|
|
829
836
|
}
|
|
@@ -1348,36 +1355,6 @@
|
|
|
1348
1355
|
"events": [],
|
|
1349
1356
|
"methods": []
|
|
1350
1357
|
},
|
|
1351
|
-
"data-view.gear-background": {
|
|
1352
|
-
"properties": [
|
|
1353
|
-
{
|
|
1354
|
-
"name": "color",
|
|
1355
|
-
"annotation": {
|
|
1356
|
-
"type": "indexedAccess",
|
|
1357
|
-
"objectType": {
|
|
1358
|
-
"type": "reference",
|
|
1359
|
-
"typeName": {
|
|
1360
|
-
"type": "qualifiedName",
|
|
1361
|
-
"left": {
|
|
1362
|
-
"type": "identifier",
|
|
1363
|
-
"name": "React"
|
|
1364
|
-
},
|
|
1365
|
-
"right": {
|
|
1366
|
-
"type": "identifier",
|
|
1367
|
-
"name": "CSSProperties"
|
|
1368
|
-
}
|
|
1369
|
-
}
|
|
1370
|
-
},
|
|
1371
|
-
"indexType": {
|
|
1372
|
-
"type": "jsLiteral",
|
|
1373
|
-
"value": "color"
|
|
1374
|
-
}
|
|
1375
|
-
}
|
|
1376
|
-
}
|
|
1377
|
-
],
|
|
1378
|
-
"events": [],
|
|
1379
|
-
"methods": []
|
|
1380
|
-
},
|
|
1381
1358
|
"data-view.grid-background": {
|
|
1382
1359
|
"properties": [
|
|
1383
1360
|
{
|
|
@@ -1501,6 +1478,36 @@
|
|
|
1501
1478
|
}
|
|
1502
1479
|
]
|
|
1503
1480
|
},
|
|
1481
|
+
"data-view.gear-background": {
|
|
1482
|
+
"properties": [
|
|
1483
|
+
{
|
|
1484
|
+
"name": "color",
|
|
1485
|
+
"annotation": {
|
|
1486
|
+
"type": "indexedAccess",
|
|
1487
|
+
"objectType": {
|
|
1488
|
+
"type": "reference",
|
|
1489
|
+
"typeName": {
|
|
1490
|
+
"type": "qualifiedName",
|
|
1491
|
+
"left": {
|
|
1492
|
+
"type": "identifier",
|
|
1493
|
+
"name": "React"
|
|
1494
|
+
},
|
|
1495
|
+
"right": {
|
|
1496
|
+
"type": "identifier",
|
|
1497
|
+
"name": "CSSProperties"
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
"indexType": {
|
|
1502
|
+
"type": "jsLiteral",
|
|
1503
|
+
"value": "color"
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
],
|
|
1508
|
+
"events": [],
|
|
1509
|
+
"methods": []
|
|
1510
|
+
},
|
|
1504
1511
|
"data-view.title-text": {
|
|
1505
1512
|
"properties": [
|
|
1506
1513
|
{
|
|
@@ -1598,6 +1605,29 @@
|
|
|
1598
1605
|
}
|
|
1599
1606
|
]
|
|
1600
1607
|
},
|
|
1608
|
+
"data-view.brick-notification": {
|
|
1609
|
+
"properties": [
|
|
1610
|
+
{
|
|
1611
|
+
"name": "message",
|
|
1612
|
+
"annotation": {
|
|
1613
|
+
"type": "keyword",
|
|
1614
|
+
"value": "string"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"name": "icon",
|
|
1619
|
+
"annotation": {
|
|
1620
|
+
"type": "reference",
|
|
1621
|
+
"typeName": {
|
|
1622
|
+
"type": "identifier",
|
|
1623
|
+
"name": "GeneralIconProps"
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
],
|
|
1628
|
+
"events": [],
|
|
1629
|
+
"methods": []
|
|
1630
|
+
},
|
|
1601
1631
|
"data-view.tabs-page-title": {
|
|
1602
1632
|
"properties": [
|
|
1603
1633
|
{
|
|
@@ -1675,29 +1705,6 @@
|
|
|
1675
1705
|
}
|
|
1676
1706
|
]
|
|
1677
1707
|
},
|
|
1678
|
-
"data-view.brick-notification": {
|
|
1679
|
-
"properties": [
|
|
1680
|
-
{
|
|
1681
|
-
"name": "message",
|
|
1682
|
-
"annotation": {
|
|
1683
|
-
"type": "keyword",
|
|
1684
|
-
"value": "string"
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"name": "icon",
|
|
1689
|
-
"annotation": {
|
|
1690
|
-
"type": "reference",
|
|
1691
|
-
"typeName": {
|
|
1692
|
-
"type": "identifier",
|
|
1693
|
-
"name": "GeneralIconProps"
|
|
1694
|
-
}
|
|
1695
|
-
}
|
|
1696
|
-
}
|
|
1697
|
-
],
|
|
1698
|
-
"events": [],
|
|
1699
|
-
"methods": []
|
|
1700
|
-
},
|
|
1701
1708
|
"data-view.top-title-bar": {
|
|
1702
1709
|
"properties": [
|
|
1703
1710
|
{
|
|
@@ -1852,15 +1859,7 @@
|
|
|
1852
1859
|
]
|
|
1853
1860
|
},
|
|
1854
1861
|
"data-view.tech-mesh-base-view": {
|
|
1855
|
-
"properties": [
|
|
1856
|
-
{
|
|
1857
|
-
"name": "textContent",
|
|
1858
|
-
"annotation": {
|
|
1859
|
-
"type": "keyword",
|
|
1860
|
-
"value": "string"
|
|
1861
|
-
}
|
|
1862
|
-
}
|
|
1863
|
-
],
|
|
1862
|
+
"properties": [],
|
|
1864
1863
|
"events": [],
|
|
1865
1864
|
"methods": []
|
|
1866
1865
|
},
|
|
@@ -2287,10 +2286,56 @@
|
|
|
2287
2286
|
}
|
|
2288
2287
|
},
|
|
2289
2288
|
{
|
|
2290
|
-
"name": "showDefaultPrefix",
|
|
2289
|
+
"name": "showDefaultPrefix",
|
|
2290
|
+
"annotation": {
|
|
2291
|
+
"type": "keyword",
|
|
2292
|
+
"value": "boolean"
|
|
2293
|
+
}
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
"events": [],
|
|
2297
|
+
"methods": []
|
|
2298
|
+
},
|
|
2299
|
+
"data-view.data-display-flipper-sixth": {
|
|
2300
|
+
"properties": [
|
|
2301
|
+
{
|
|
2302
|
+
"name": "flipperTitle",
|
|
2303
|
+
"annotation": {
|
|
2304
|
+
"type": "keyword",
|
|
2305
|
+
"value": "string"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"name": "flipperStyle",
|
|
2310
|
+
"annotation": {
|
|
2311
|
+
"type": "reference",
|
|
2312
|
+
"typeName": {
|
|
2313
|
+
"type": "qualifiedName",
|
|
2314
|
+
"left": {
|
|
2315
|
+
"type": "identifier",
|
|
2316
|
+
"name": "React"
|
|
2317
|
+
},
|
|
2318
|
+
"right": {
|
|
2319
|
+
"type": "identifier",
|
|
2320
|
+
"name": "CSSProperties"
|
|
2321
|
+
}
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"name": "data",
|
|
2291
2327
|
"annotation": {
|
|
2292
|
-
"type": "
|
|
2293
|
-
"
|
|
2328
|
+
"type": "union",
|
|
2329
|
+
"types": [
|
|
2330
|
+
{
|
|
2331
|
+
"type": "keyword",
|
|
2332
|
+
"value": "number"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"type": "keyword",
|
|
2336
|
+
"value": "string"
|
|
2337
|
+
}
|
|
2338
|
+
]
|
|
2294
2339
|
}
|
|
2295
2340
|
}
|
|
2296
2341
|
],
|
|
@@ -2396,52 +2441,6 @@
|
|
|
2396
2441
|
}
|
|
2397
2442
|
]
|
|
2398
2443
|
},
|
|
2399
|
-
"data-view.data-display-flipper-sixth": {
|
|
2400
|
-
"properties": [
|
|
2401
|
-
{
|
|
2402
|
-
"name": "flipperTitle",
|
|
2403
|
-
"annotation": {
|
|
2404
|
-
"type": "keyword",
|
|
2405
|
-
"value": "string"
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"name": "flipperStyle",
|
|
2410
|
-
"annotation": {
|
|
2411
|
-
"type": "reference",
|
|
2412
|
-
"typeName": {
|
|
2413
|
-
"type": "qualifiedName",
|
|
2414
|
-
"left": {
|
|
2415
|
-
"type": "identifier",
|
|
2416
|
-
"name": "React"
|
|
2417
|
-
},
|
|
2418
|
-
"right": {
|
|
2419
|
-
"type": "identifier",
|
|
2420
|
-
"name": "CSSProperties"
|
|
2421
|
-
}
|
|
2422
|
-
}
|
|
2423
|
-
}
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"name": "data",
|
|
2427
|
-
"annotation": {
|
|
2428
|
-
"type": "union",
|
|
2429
|
-
"types": [
|
|
2430
|
-
{
|
|
2431
|
-
"type": "keyword",
|
|
2432
|
-
"value": "number"
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"type": "keyword",
|
|
2436
|
-
"value": "string"
|
|
2437
|
-
}
|
|
2438
|
-
]
|
|
2439
|
-
}
|
|
2440
|
-
}
|
|
2441
|
-
],
|
|
2442
|
-
"events": [],
|
|
2443
|
-
"methods": []
|
|
2444
|
-
},
|
|
2445
2444
|
"data-view.loading-panel": {
|
|
2446
2445
|
"properties": [
|
|
2447
2446
|
{
|
|
@@ -3235,15 +3234,8 @@
|
|
|
3235
3234
|
}
|
|
3236
3235
|
]
|
|
3237
3236
|
},
|
|
3238
|
-
"data-view.
|
|
3237
|
+
"data-view.globe-with-orbit-indicator": {
|
|
3239
3238
|
"properties": [
|
|
3240
|
-
{
|
|
3241
|
-
"name": "province",
|
|
3242
|
-
"annotation": {
|
|
3243
|
-
"type": "keyword",
|
|
3244
|
-
"value": "string"
|
|
3245
|
-
}
|
|
3246
|
-
},
|
|
3247
3239
|
{
|
|
3248
3240
|
"name": "dataSource",
|
|
3249
3241
|
"annotation": {
|
|
@@ -3258,14 +3250,30 @@
|
|
|
3258
3250
|
}
|
|
3259
3251
|
},
|
|
3260
3252
|
{
|
|
3261
|
-
"name": "
|
|
3253
|
+
"name": "centerDataSource",
|
|
3262
3254
|
"annotation": {
|
|
3263
|
-
"type": "
|
|
3264
|
-
"
|
|
3255
|
+
"type": "reference",
|
|
3256
|
+
"typeName": {
|
|
3257
|
+
"type": "identifier",
|
|
3258
|
+
"name": "DataItem"
|
|
3259
|
+
}
|
|
3265
3260
|
}
|
|
3266
3261
|
},
|
|
3267
3262
|
{
|
|
3268
|
-
"name": "
|
|
3263
|
+
"name": "cornerDataSource",
|
|
3264
|
+
"annotation": {
|
|
3265
|
+
"type": "array",
|
|
3266
|
+
"elementType": {
|
|
3267
|
+
"type": "reference",
|
|
3268
|
+
"typeName": {
|
|
3269
|
+
"type": "identifier",
|
|
3270
|
+
"name": "CornerDataItem"
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"name": "maxScale",
|
|
3269
3277
|
"annotation": {
|
|
3270
3278
|
"type": "keyword",
|
|
3271
3279
|
"value": "number"
|
|
@@ -3283,79 +3291,76 @@
|
|
|
3283
3291
|
"type": "propertySignature",
|
|
3284
3292
|
"key": {
|
|
3285
3293
|
"type": "identifier",
|
|
3286
|
-
"name": "
|
|
3287
|
-
},
|
|
3288
|
-
"annotation": {
|
|
3289
|
-
"type": "keyword",
|
|
3290
|
-
"value": "string"
|
|
3291
|
-
},
|
|
3292
|
-
"optional": true,
|
|
3293
|
-
"computed": false
|
|
3294
|
-
},
|
|
3295
|
-
{
|
|
3296
|
-
"type": "propertySignature",
|
|
3297
|
-
"key": {
|
|
3298
|
-
"type": "identifier",
|
|
3299
|
-
"name": "city"
|
|
3294
|
+
"name": "label"
|
|
3300
3295
|
},
|
|
3301
3296
|
"annotation": {
|
|
3302
3297
|
"type": "keyword",
|
|
3303
3298
|
"value": "string"
|
|
3304
3299
|
},
|
|
3305
|
-
"optional": true,
|
|
3306
3300
|
"computed": false
|
|
3307
3301
|
},
|
|
3308
3302
|
{
|
|
3309
3303
|
"type": "propertySignature",
|
|
3310
3304
|
"key": {
|
|
3311
3305
|
"type": "identifier",
|
|
3312
|
-
"name": "
|
|
3306
|
+
"name": "value"
|
|
3313
3307
|
},
|
|
3314
3308
|
"annotation": {
|
|
3315
|
-
"type": "
|
|
3316
|
-
"
|
|
3309
|
+
"type": "union",
|
|
3310
|
+
"types": [
|
|
3317
3311
|
{
|
|
3318
|
-
"type": "
|
|
3319
|
-
"
|
|
3320
|
-
"optional": false,
|
|
3321
|
-
"elementType": {
|
|
3322
|
-
"type": "keyword",
|
|
3323
|
-
"value": "number"
|
|
3324
|
-
}
|
|
3312
|
+
"type": "keyword",
|
|
3313
|
+
"value": "string"
|
|
3325
3314
|
},
|
|
3326
3315
|
{
|
|
3327
|
-
"type": "
|
|
3328
|
-
"
|
|
3329
|
-
"optional": false,
|
|
3330
|
-
"elementType": {
|
|
3331
|
-
"type": "keyword",
|
|
3332
|
-
"value": "number"
|
|
3333
|
-
}
|
|
3316
|
+
"type": "keyword",
|
|
3317
|
+
"value": "number"
|
|
3334
3318
|
}
|
|
3335
3319
|
]
|
|
3336
3320
|
},
|
|
3337
|
-
"
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3321
|
+
"computed": false
|
|
3322
|
+
}
|
|
3323
|
+
]
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"type": "interface",
|
|
3327
|
+
"name": "CornerDataItem",
|
|
3328
|
+
"body": [
|
|
3341
3329
|
{
|
|
3342
3330
|
"type": "propertySignature",
|
|
3343
3331
|
"key": {
|
|
3344
3332
|
"type": "identifier",
|
|
3345
|
-
"name": "
|
|
3333
|
+
"name": "color"
|
|
3346
3334
|
},
|
|
3347
3335
|
"annotation": {
|
|
3348
3336
|
"type": "keyword",
|
|
3349
3337
|
"value": "string"
|
|
3350
3338
|
},
|
|
3339
|
+
"optional": true,
|
|
3351
3340
|
"computed": false
|
|
3352
3341
|
}
|
|
3342
|
+
],
|
|
3343
|
+
"extends": [
|
|
3344
|
+
{
|
|
3345
|
+
"type": "expressionWithTypeArguments",
|
|
3346
|
+
"expression": {
|
|
3347
|
+
"type": "identifier",
|
|
3348
|
+
"name": "DataItem"
|
|
3349
|
+
}
|
|
3350
|
+
}
|
|
3353
3351
|
]
|
|
3354
3352
|
}
|
|
3355
3353
|
]
|
|
3356
3354
|
},
|
|
3357
|
-
"data-view.
|
|
3355
|
+
"data-view.china-map": {
|
|
3358
3356
|
"properties": [
|
|
3357
|
+
{
|
|
3358
|
+
"name": "province",
|
|
3359
|
+
"annotation": {
|
|
3360
|
+
"type": "keyword",
|
|
3361
|
+
"value": "string"
|
|
3362
|
+
}
|
|
3363
|
+
},
|
|
3359
3364
|
{
|
|
3360
3365
|
"name": "dataSource",
|
|
3361
3366
|
"annotation": {
|
|
@@ -3370,30 +3375,14 @@
|
|
|
3370
3375
|
}
|
|
3371
3376
|
},
|
|
3372
3377
|
{
|
|
3373
|
-
"name": "
|
|
3374
|
-
"annotation": {
|
|
3375
|
-
"type": "reference",
|
|
3376
|
-
"typeName": {
|
|
3377
|
-
"type": "identifier",
|
|
3378
|
-
"name": "DataItem"
|
|
3379
|
-
}
|
|
3380
|
-
}
|
|
3381
|
-
},
|
|
3382
|
-
{
|
|
3383
|
-
"name": "cornerDataSource",
|
|
3378
|
+
"name": "maxScale",
|
|
3384
3379
|
"annotation": {
|
|
3385
|
-
"type": "
|
|
3386
|
-
"
|
|
3387
|
-
"type": "reference",
|
|
3388
|
-
"typeName": {
|
|
3389
|
-
"type": "identifier",
|
|
3390
|
-
"name": "CornerDataItem"
|
|
3391
|
-
}
|
|
3392
|
-
}
|
|
3380
|
+
"type": "keyword",
|
|
3381
|
+
"value": "number"
|
|
3393
3382
|
}
|
|
3394
3383
|
},
|
|
3395
3384
|
{
|
|
3396
|
-
"name": "
|
|
3385
|
+
"name": "textScale",
|
|
3397
3386
|
"annotation": {
|
|
3398
3387
|
"type": "keyword",
|
|
3399
3388
|
"value": "number"
|
|
@@ -3411,63 +3400,73 @@
|
|
|
3411
3400
|
"type": "propertySignature",
|
|
3412
3401
|
"key": {
|
|
3413
3402
|
"type": "identifier",
|
|
3414
|
-
"name": "
|
|
3403
|
+
"name": "province"
|
|
3415
3404
|
},
|
|
3416
3405
|
"annotation": {
|
|
3417
3406
|
"type": "keyword",
|
|
3418
3407
|
"value": "string"
|
|
3419
3408
|
},
|
|
3409
|
+
"optional": true,
|
|
3420
3410
|
"computed": false
|
|
3421
3411
|
},
|
|
3422
3412
|
{
|
|
3423
3413
|
"type": "propertySignature",
|
|
3424
3414
|
"key": {
|
|
3425
3415
|
"type": "identifier",
|
|
3426
|
-
"name": "
|
|
3416
|
+
"name": "city"
|
|
3427
3417
|
},
|
|
3428
3418
|
"annotation": {
|
|
3429
|
-
"type": "
|
|
3430
|
-
"
|
|
3419
|
+
"type": "keyword",
|
|
3420
|
+
"value": "string"
|
|
3421
|
+
},
|
|
3422
|
+
"optional": true,
|
|
3423
|
+
"computed": false
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"type": "propertySignature",
|
|
3427
|
+
"key": {
|
|
3428
|
+
"type": "identifier",
|
|
3429
|
+
"name": "coordinate"
|
|
3430
|
+
},
|
|
3431
|
+
"annotation": {
|
|
3432
|
+
"type": "tuple",
|
|
3433
|
+
"elementTypes": [
|
|
3431
3434
|
{
|
|
3432
|
-
"type": "
|
|
3433
|
-
"
|
|
3435
|
+
"type": "namedTupleMember",
|
|
3436
|
+
"label": "longitude",
|
|
3437
|
+
"optional": false,
|
|
3438
|
+
"elementType": {
|
|
3439
|
+
"type": "keyword",
|
|
3440
|
+
"value": "number"
|
|
3441
|
+
}
|
|
3434
3442
|
},
|
|
3435
3443
|
{
|
|
3436
|
-
"type": "
|
|
3437
|
-
"
|
|
3444
|
+
"type": "namedTupleMember",
|
|
3445
|
+
"label": "latitude",
|
|
3446
|
+
"optional": false,
|
|
3447
|
+
"elementType": {
|
|
3448
|
+
"type": "keyword",
|
|
3449
|
+
"value": "number"
|
|
3450
|
+
}
|
|
3438
3451
|
}
|
|
3439
3452
|
]
|
|
3440
3453
|
},
|
|
3441
|
-
"
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
{
|
|
3446
|
-
"type": "interface",
|
|
3447
|
-
"name": "CornerDataItem",
|
|
3448
|
-
"body": [
|
|
3454
|
+
"optional": true,
|
|
3455
|
+
"computed": false,
|
|
3456
|
+
"description": "手动设置经纬度信息,优先级高于 province 和 city"
|
|
3457
|
+
},
|
|
3449
3458
|
{
|
|
3450
3459
|
"type": "propertySignature",
|
|
3451
3460
|
"key": {
|
|
3452
3461
|
"type": "identifier",
|
|
3453
|
-
"name": "
|
|
3462
|
+
"name": "text"
|
|
3454
3463
|
},
|
|
3455
3464
|
"annotation": {
|
|
3456
3465
|
"type": "keyword",
|
|
3457
3466
|
"value": "string"
|
|
3458
3467
|
},
|
|
3459
|
-
"optional": true,
|
|
3460
3468
|
"computed": false
|
|
3461
3469
|
}
|
|
3462
|
-
],
|
|
3463
|
-
"extends": [
|
|
3464
|
-
{
|
|
3465
|
-
"type": "expressionWithTypeArguments",
|
|
3466
|
-
"expression": {
|
|
3467
|
-
"type": "identifier",
|
|
3468
|
-
"name": "DataItem"
|
|
3469
|
-
}
|
|
3470
|
-
}
|
|
3471
3470
|
]
|
|
3472
3471
|
}
|
|
3473
3472
|
]
|