@next-bricks/data-view 1.3.2 → 1.3.3
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 +10 -10
- package/dist/chunks/{4263.50f9dc02.js → 4263.47b2c75b.js} +2 -2
- package/dist/chunks/4263.47b2c75b.js.map +1 -0
- package/dist/chunks/china-map-chart.7cfeed37.js +2 -0
- package/dist/chunks/china-map-chart.7cfeed37.js.map +1 -0
- package/dist/chunks/{main.d4582ed9.js → main.31d52d0a.js} +2 -2
- package/dist/chunks/{main.d4582ed9.js.map → main.31d52d0a.js.map} +1 -1
- package/dist/examples.json +17 -17
- package/dist/{index.dfca25e4.js → index.fcc7c002.js} +2 -2
- package/dist/{index.dfca25e4.js.map → index.fcc7c002.js.map} +1 -1
- package/dist/manifest.json +219 -219
- package/dist/types.json +394 -394
- package/package.json +2 -2
- package/dist/chunks/4263.50f9dc02.js.map +0 -1
- package/dist/chunks/china-map-chart.67e37531.js +0 -2
- package/dist/chunks/china-map-chart.67e37531.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -40,6 +40,199 @@
|
|
|
40
40
|
"events": [],
|
|
41
41
|
"methods": []
|
|
42
42
|
},
|
|
43
|
+
"data-view.tabs-drawer": {
|
|
44
|
+
"properties": [
|
|
45
|
+
{
|
|
46
|
+
"name": "tabList",
|
|
47
|
+
"annotation": {
|
|
48
|
+
"type": "array",
|
|
49
|
+
"elementType": {
|
|
50
|
+
"type": "reference",
|
|
51
|
+
"typeName": {
|
|
52
|
+
"type": "identifier",
|
|
53
|
+
"name": "TabItem"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "activeKey",
|
|
60
|
+
"annotation": {
|
|
61
|
+
"type": "keyword",
|
|
62
|
+
"value": "string"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "width",
|
|
67
|
+
"annotation": {
|
|
68
|
+
"type": "union",
|
|
69
|
+
"types": [
|
|
70
|
+
{
|
|
71
|
+
"type": "keyword",
|
|
72
|
+
"value": "number"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"type": "keyword",
|
|
76
|
+
"value": "string"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "drawerStyle",
|
|
83
|
+
"annotation": {
|
|
84
|
+
"type": "reference",
|
|
85
|
+
"typeName": {
|
|
86
|
+
"type": "qualifiedName",
|
|
87
|
+
"left": {
|
|
88
|
+
"type": "identifier",
|
|
89
|
+
"name": "React"
|
|
90
|
+
},
|
|
91
|
+
"right": {
|
|
92
|
+
"type": "identifier",
|
|
93
|
+
"name": "CSSProperties"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "bodyStyle",
|
|
100
|
+
"annotation": {
|
|
101
|
+
"type": "reference",
|
|
102
|
+
"typeName": {
|
|
103
|
+
"type": "qualifiedName",
|
|
104
|
+
"left": {
|
|
105
|
+
"type": "identifier",
|
|
106
|
+
"name": "React"
|
|
107
|
+
},
|
|
108
|
+
"right": {
|
|
109
|
+
"type": "identifier",
|
|
110
|
+
"name": "CSSProperties"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "zIndex",
|
|
117
|
+
"annotation": {
|
|
118
|
+
"type": "keyword",
|
|
119
|
+
"value": "number"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "visible",
|
|
124
|
+
"annotation": {
|
|
125
|
+
"type": "keyword",
|
|
126
|
+
"value": "boolean"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"events": [
|
|
131
|
+
{
|
|
132
|
+
"name": "open",
|
|
133
|
+
"detail": {
|
|
134
|
+
"annotation": {
|
|
135
|
+
"type": "keyword",
|
|
136
|
+
"value": "void"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "close",
|
|
142
|
+
"detail": {
|
|
143
|
+
"annotation": {
|
|
144
|
+
"type": "keyword",
|
|
145
|
+
"value": "void"
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "tab.change",
|
|
151
|
+
"detail": {
|
|
152
|
+
"annotation": {
|
|
153
|
+
"type": "keyword",
|
|
154
|
+
"value": "string"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"methods": [
|
|
160
|
+
{
|
|
161
|
+
"name": "open",
|
|
162
|
+
"params": [],
|
|
163
|
+
"returns": {}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "close",
|
|
167
|
+
"params": [],
|
|
168
|
+
"returns": {}
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"types": [
|
|
172
|
+
{
|
|
173
|
+
"type": "interface",
|
|
174
|
+
"name": "TabItem",
|
|
175
|
+
"body": [
|
|
176
|
+
{
|
|
177
|
+
"type": "propertySignature",
|
|
178
|
+
"key": {
|
|
179
|
+
"type": "identifier",
|
|
180
|
+
"name": "icon"
|
|
181
|
+
},
|
|
182
|
+
"annotation": {
|
|
183
|
+
"type": "reference",
|
|
184
|
+
"typeName": {
|
|
185
|
+
"type": "identifier",
|
|
186
|
+
"name": "GeneralIconProps"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"computed": false,
|
|
190
|
+
"description": "菜单标题对应的图标。"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"type": "propertySignature",
|
|
194
|
+
"key": {
|
|
195
|
+
"type": "identifier",
|
|
196
|
+
"name": "key"
|
|
197
|
+
},
|
|
198
|
+
"annotation": {
|
|
199
|
+
"type": "keyword",
|
|
200
|
+
"value": "string"
|
|
201
|
+
},
|
|
202
|
+
"computed": false,
|
|
203
|
+
"description": "唯一标识"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"type": "propertySignature",
|
|
207
|
+
"key": {
|
|
208
|
+
"type": "identifier",
|
|
209
|
+
"name": "title"
|
|
210
|
+
},
|
|
211
|
+
"annotation": {
|
|
212
|
+
"type": "keyword",
|
|
213
|
+
"value": "string"
|
|
214
|
+
},
|
|
215
|
+
"optional": true,
|
|
216
|
+
"computed": false,
|
|
217
|
+
"description": "菜单标题。"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"type": "propertySignature",
|
|
221
|
+
"key": {
|
|
222
|
+
"type": "identifier",
|
|
223
|
+
"name": "tooltip"
|
|
224
|
+
},
|
|
225
|
+
"annotation": {
|
|
226
|
+
"type": "keyword",
|
|
227
|
+
"value": "string"
|
|
228
|
+
},
|
|
229
|
+
"optional": true,
|
|
230
|
+
"computed": false
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
]
|
|
235
|
+
},
|
|
43
236
|
"data-view.battery-chart": {
|
|
44
237
|
"properties": [
|
|
45
238
|
{
|
|
@@ -251,6 +444,60 @@
|
|
|
251
444
|
],
|
|
252
445
|
"methods": []
|
|
253
446
|
},
|
|
447
|
+
"data-view.modern-style-component-title": {
|
|
448
|
+
"properties": [
|
|
449
|
+
{
|
|
450
|
+
"name": "hideLeftComponent",
|
|
451
|
+
"annotation": {
|
|
452
|
+
"type": "keyword",
|
|
453
|
+
"value": "boolean"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "hideRightComponent",
|
|
458
|
+
"annotation": {
|
|
459
|
+
"type": "keyword",
|
|
460
|
+
"value": "boolean"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "componentTitle",
|
|
465
|
+
"annotation": {
|
|
466
|
+
"type": "keyword",
|
|
467
|
+
"value": "string"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "titleTextStyle",
|
|
472
|
+
"annotation": {
|
|
473
|
+
"type": "reference",
|
|
474
|
+
"typeName": {
|
|
475
|
+
"type": "identifier",
|
|
476
|
+
"name": "CSSProperties"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "squareColor",
|
|
482
|
+
"annotation": {
|
|
483
|
+
"type": "indexedAccess",
|
|
484
|
+
"objectType": {
|
|
485
|
+
"type": "reference",
|
|
486
|
+
"typeName": {
|
|
487
|
+
"type": "identifier",
|
|
488
|
+
"name": "CSSProperties"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"indexType": {
|
|
492
|
+
"type": "jsLiteral",
|
|
493
|
+
"value": "color"
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
],
|
|
498
|
+
"events": [],
|
|
499
|
+
"methods": []
|
|
500
|
+
},
|
|
254
501
|
"data-view.modern-style-page-title": {
|
|
255
502
|
"properties": [
|
|
256
503
|
{
|
|
@@ -429,43 +676,7 @@
|
|
|
429
676
|
}
|
|
430
677
|
]
|
|
431
678
|
},
|
|
432
|
-
"data-view.app-wall-card
|
|
433
|
-
"properties": [
|
|
434
|
-
{
|
|
435
|
-
"name": "status",
|
|
436
|
-
"annotation": {
|
|
437
|
-
"type": "union",
|
|
438
|
-
"types": [
|
|
439
|
-
{
|
|
440
|
-
"type": "jsLiteral",
|
|
441
|
-
"value": "normal"
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"type": "jsLiteral",
|
|
445
|
-
"value": "warning"
|
|
446
|
-
}
|
|
447
|
-
]
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"name": "cardTitle",
|
|
452
|
-
"annotation": {
|
|
453
|
-
"type": "keyword",
|
|
454
|
-
"value": "string"
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"name": "description",
|
|
459
|
-
"annotation": {
|
|
460
|
-
"type": "keyword",
|
|
461
|
-
"value": "string"
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
],
|
|
465
|
-
"events": [],
|
|
466
|
-
"methods": []
|
|
467
|
-
},
|
|
468
|
-
"data-view.app-wall-system-card": {
|
|
679
|
+
"data-view.app-wall-system-card": {
|
|
469
680
|
"properties": [
|
|
470
681
|
{
|
|
471
682
|
"name": "status",
|
|
@@ -485,261 +696,27 @@
|
|
|
485
696
|
}
|
|
486
697
|
},
|
|
487
698
|
{
|
|
488
|
-
"name": "itemList",
|
|
489
|
-
"annotation": {
|
|
490
|
-
"type": "array",
|
|
491
|
-
"elementType": {
|
|
492
|
-
"type": "reference",
|
|
493
|
-
"typeName": {
|
|
494
|
-
"type": "identifier",
|
|
495
|
-
"name": "DescriptionItem"
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "buttonName",
|
|
502
|
-
"annotation": {
|
|
503
|
-
"type": "keyword",
|
|
504
|
-
"value": "string"
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"name": "containerStyle",
|
|
509
|
-
"annotation": {
|
|
510
|
-
"type": "reference",
|
|
511
|
-
"typeName": {
|
|
512
|
-
"type": "qualifiedName",
|
|
513
|
-
"left": {
|
|
514
|
-
"type": "identifier",
|
|
515
|
-
"name": "React"
|
|
516
|
-
},
|
|
517
|
-
"right": {
|
|
518
|
-
"type": "identifier",
|
|
519
|
-
"name": "CSSProperties"
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
],
|
|
525
|
-
"events": [
|
|
526
|
-
{
|
|
527
|
-
"name": "button-click",
|
|
528
|
-
"detail": {
|
|
529
|
-
"annotation": {
|
|
530
|
-
"type": "keyword",
|
|
531
|
-
"value": "void"
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
],
|
|
536
|
-
"methods": [],
|
|
537
|
-
"types": [
|
|
538
|
-
{
|
|
539
|
-
"type": "typeAlias",
|
|
540
|
-
"name": "StatusType",
|
|
541
|
-
"annotation": {
|
|
542
|
-
"type": "union",
|
|
543
|
-
"types": [
|
|
544
|
-
{
|
|
545
|
-
"type": "jsLiteral",
|
|
546
|
-
"value": "normal"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"type": "jsLiteral",
|
|
550
|
-
"value": "warning"
|
|
551
|
-
}
|
|
552
|
-
]
|
|
553
|
-
}
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"type": "interface",
|
|
557
|
-
"name": "DescriptionItem",
|
|
558
|
-
"body": [
|
|
559
|
-
{
|
|
560
|
-
"type": "propertySignature",
|
|
561
|
-
"key": {
|
|
562
|
-
"type": "identifier",
|
|
563
|
-
"name": "key"
|
|
564
|
-
},
|
|
565
|
-
"annotation": {
|
|
566
|
-
"type": "keyword",
|
|
567
|
-
"value": "string"
|
|
568
|
-
},
|
|
569
|
-
"computed": false
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"type": "propertySignature",
|
|
573
|
-
"key": {
|
|
574
|
-
"type": "identifier",
|
|
575
|
-
"name": "value"
|
|
576
|
-
},
|
|
577
|
-
"annotation": {
|
|
578
|
-
"type": "keyword",
|
|
579
|
-
"value": "string"
|
|
580
|
-
},
|
|
581
|
-
"computed": false
|
|
582
|
-
}
|
|
583
|
-
]
|
|
584
|
-
}
|
|
585
|
-
]
|
|
586
|
-
},
|
|
587
|
-
"data-view.modern-style-component-title": {
|
|
588
|
-
"properties": [
|
|
589
|
-
{
|
|
590
|
-
"name": "hideLeftComponent",
|
|
591
|
-
"annotation": {
|
|
592
|
-
"type": "keyword",
|
|
593
|
-
"value": "boolean"
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"name": "hideRightComponent",
|
|
598
|
-
"annotation": {
|
|
599
|
-
"type": "keyword",
|
|
600
|
-
"value": "boolean"
|
|
601
|
-
}
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"name": "componentTitle",
|
|
605
|
-
"annotation": {
|
|
606
|
-
"type": "keyword",
|
|
607
|
-
"value": "string"
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"name": "titleTextStyle",
|
|
612
|
-
"annotation": {
|
|
613
|
-
"type": "reference",
|
|
614
|
-
"typeName": {
|
|
615
|
-
"type": "identifier",
|
|
616
|
-
"name": "CSSProperties"
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"name": "squareColor",
|
|
622
|
-
"annotation": {
|
|
623
|
-
"type": "indexedAccess",
|
|
624
|
-
"objectType": {
|
|
625
|
-
"type": "reference",
|
|
626
|
-
"typeName": {
|
|
627
|
-
"type": "identifier",
|
|
628
|
-
"name": "CSSProperties"
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
|
-
"indexType": {
|
|
632
|
-
"type": "jsLiteral",
|
|
633
|
-
"value": "color"
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
],
|
|
638
|
-
"events": [],
|
|
639
|
-
"methods": []
|
|
640
|
-
},
|
|
641
|
-
"data-view.app-wall-relation-line": {
|
|
642
|
-
"properties": [
|
|
643
|
-
{
|
|
644
|
-
"name": "lightColor",
|
|
645
|
-
"annotation": {
|
|
646
|
-
"type": "union",
|
|
647
|
-
"types": [
|
|
648
|
-
{
|
|
649
|
-
"type": "jsLiteral",
|
|
650
|
-
"value": "blue"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"type": "jsLiteral",
|
|
654
|
-
"value": "purple"
|
|
655
|
-
}
|
|
656
|
-
]
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
],
|
|
660
|
-
"events": [],
|
|
661
|
-
"methods": []
|
|
662
|
-
},
|
|
663
|
-
"data-view.cabinet-button": {
|
|
664
|
-
"properties": [
|
|
665
|
-
{
|
|
666
|
-
"name": "buttonStyle",
|
|
667
|
-
"annotation": {
|
|
668
|
-
"type": "reference",
|
|
669
|
-
"typeName": {
|
|
670
|
-
"type": "qualifiedName",
|
|
671
|
-
"left": {
|
|
672
|
-
"type": "identifier",
|
|
673
|
-
"name": "React"
|
|
674
|
-
},
|
|
675
|
-
"right": {
|
|
676
|
-
"type": "identifier",
|
|
677
|
-
"name": "CSSProperties"
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
],
|
|
683
|
-
"events": [],
|
|
684
|
-
"methods": []
|
|
685
|
-
},
|
|
686
|
-
"data-view.tabs-drawer": {
|
|
687
|
-
"properties": [
|
|
688
|
-
{
|
|
689
|
-
"name": "tabList",
|
|
690
|
-
"annotation": {
|
|
691
|
-
"type": "array",
|
|
692
|
-
"elementType": {
|
|
693
|
-
"type": "reference",
|
|
694
|
-
"typeName": {
|
|
695
|
-
"type": "identifier",
|
|
696
|
-
"name": "TabItem"
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"name": "activeKey",
|
|
703
|
-
"annotation": {
|
|
704
|
-
"type": "keyword",
|
|
705
|
-
"value": "string"
|
|
706
|
-
}
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "width",
|
|
710
|
-
"annotation": {
|
|
711
|
-
"type": "union",
|
|
712
|
-
"types": [
|
|
713
|
-
{
|
|
714
|
-
"type": "keyword",
|
|
715
|
-
"value": "number"
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"type": "keyword",
|
|
719
|
-
"value": "string"
|
|
720
|
-
}
|
|
721
|
-
]
|
|
722
|
-
}
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"name": "drawerStyle",
|
|
726
|
-
"annotation": {
|
|
727
|
-
"type": "reference",
|
|
728
|
-
"typeName": {
|
|
729
|
-
"type": "qualifiedName",
|
|
730
|
-
"left": {
|
|
731
|
-
"type": "identifier",
|
|
732
|
-
"name": "React"
|
|
733
|
-
},
|
|
734
|
-
"right": {
|
|
699
|
+
"name": "itemList",
|
|
700
|
+
"annotation": {
|
|
701
|
+
"type": "array",
|
|
702
|
+
"elementType": {
|
|
703
|
+
"type": "reference",
|
|
704
|
+
"typeName": {
|
|
735
705
|
"type": "identifier",
|
|
736
|
-
"name": "
|
|
706
|
+
"name": "DescriptionItem"
|
|
737
707
|
}
|
|
738
708
|
}
|
|
739
709
|
}
|
|
740
710
|
},
|
|
741
711
|
{
|
|
742
|
-
"name": "
|
|
712
|
+
"name": "buttonName",
|
|
713
|
+
"annotation": {
|
|
714
|
+
"type": "keyword",
|
|
715
|
+
"value": "string"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"name": "containerStyle",
|
|
743
720
|
"annotation": {
|
|
744
721
|
"type": "reference",
|
|
745
722
|
"typeName": {
|
|
@@ -754,84 +731,42 @@
|
|
|
754
731
|
}
|
|
755
732
|
}
|
|
756
733
|
}
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"name": "zIndex",
|
|
760
|
-
"annotation": {
|
|
761
|
-
"type": "keyword",
|
|
762
|
-
"value": "number"
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"name": "visible",
|
|
767
|
-
"annotation": {
|
|
768
|
-
"type": "keyword",
|
|
769
|
-
"value": "boolean"
|
|
770
|
-
}
|
|
771
734
|
}
|
|
772
735
|
],
|
|
773
736
|
"events": [
|
|
774
737
|
{
|
|
775
|
-
"name": "
|
|
776
|
-
"detail": {
|
|
777
|
-
"annotation": {
|
|
778
|
-
"type": "keyword",
|
|
779
|
-
"value": "void"
|
|
780
|
-
}
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"name": "close",
|
|
738
|
+
"name": "button-click",
|
|
785
739
|
"detail": {
|
|
786
740
|
"annotation": {
|
|
787
741
|
"type": "keyword",
|
|
788
742
|
"value": "void"
|
|
789
743
|
}
|
|
790
744
|
}
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"name": "tab.change",
|
|
794
|
-
"detail": {
|
|
795
|
-
"annotation": {
|
|
796
|
-
"type": "keyword",
|
|
797
|
-
"value": "string"
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
745
|
}
|
|
801
746
|
],
|
|
802
|
-
"methods": [
|
|
747
|
+
"methods": [],
|
|
748
|
+
"types": [
|
|
803
749
|
{
|
|
804
|
-
"
|
|
805
|
-
"
|
|
806
|
-
"
|
|
750
|
+
"type": "typeAlias",
|
|
751
|
+
"name": "StatusType",
|
|
752
|
+
"annotation": {
|
|
753
|
+
"type": "union",
|
|
754
|
+
"types": [
|
|
755
|
+
{
|
|
756
|
+
"type": "jsLiteral",
|
|
757
|
+
"value": "normal"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"type": "jsLiteral",
|
|
761
|
+
"value": "warning"
|
|
762
|
+
}
|
|
763
|
+
]
|
|
764
|
+
}
|
|
807
765
|
},
|
|
808
|
-
{
|
|
809
|
-
"name": "close",
|
|
810
|
-
"params": [],
|
|
811
|
-
"returns": {}
|
|
812
|
-
}
|
|
813
|
-
],
|
|
814
|
-
"types": [
|
|
815
766
|
{
|
|
816
767
|
"type": "interface",
|
|
817
|
-
"name": "
|
|
768
|
+
"name": "DescriptionItem",
|
|
818
769
|
"body": [
|
|
819
|
-
{
|
|
820
|
-
"type": "propertySignature",
|
|
821
|
-
"key": {
|
|
822
|
-
"type": "identifier",
|
|
823
|
-
"name": "icon"
|
|
824
|
-
},
|
|
825
|
-
"annotation": {
|
|
826
|
-
"type": "reference",
|
|
827
|
-
"typeName": {
|
|
828
|
-
"type": "identifier",
|
|
829
|
-
"name": "GeneralIconProps"
|
|
830
|
-
}
|
|
831
|
-
},
|
|
832
|
-
"computed": false,
|
|
833
|
-
"description": "菜单标题对应的图标。"
|
|
834
|
-
},
|
|
835
770
|
{
|
|
836
771
|
"type": "propertySignature",
|
|
837
772
|
"key": {
|
|
@@ -842,40 +777,105 @@
|
|
|
842
777
|
"type": "keyword",
|
|
843
778
|
"value": "string"
|
|
844
779
|
},
|
|
845
|
-
"computed": false
|
|
846
|
-
"description": "唯一标识"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"type": "propertySignature",
|
|
850
|
-
"key": {
|
|
851
|
-
"type": "identifier",
|
|
852
|
-
"name": "title"
|
|
853
|
-
},
|
|
854
|
-
"annotation": {
|
|
855
|
-
"type": "keyword",
|
|
856
|
-
"value": "string"
|
|
857
|
-
},
|
|
858
|
-
"optional": true,
|
|
859
|
-
"computed": false,
|
|
860
|
-
"description": "菜单标题。"
|
|
780
|
+
"computed": false
|
|
861
781
|
},
|
|
862
782
|
{
|
|
863
783
|
"type": "propertySignature",
|
|
864
784
|
"key": {
|
|
865
785
|
"type": "identifier",
|
|
866
|
-
"name": "
|
|
786
|
+
"name": "value"
|
|
867
787
|
},
|
|
868
788
|
"annotation": {
|
|
869
789
|
"type": "keyword",
|
|
870
790
|
"value": "string"
|
|
871
791
|
},
|
|
872
|
-
"optional": true,
|
|
873
792
|
"computed": false
|
|
874
793
|
}
|
|
875
794
|
]
|
|
876
795
|
}
|
|
877
796
|
]
|
|
878
797
|
},
|
|
798
|
+
"data-view.app-wall-card-item": {
|
|
799
|
+
"properties": [
|
|
800
|
+
{
|
|
801
|
+
"name": "status",
|
|
802
|
+
"annotation": {
|
|
803
|
+
"type": "union",
|
|
804
|
+
"types": [
|
|
805
|
+
{
|
|
806
|
+
"type": "jsLiteral",
|
|
807
|
+
"value": "normal"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"type": "jsLiteral",
|
|
811
|
+
"value": "warning"
|
|
812
|
+
}
|
|
813
|
+
]
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "cardTitle",
|
|
818
|
+
"annotation": {
|
|
819
|
+
"type": "keyword",
|
|
820
|
+
"value": "string"
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "description",
|
|
825
|
+
"annotation": {
|
|
826
|
+
"type": "keyword",
|
|
827
|
+
"value": "string"
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
],
|
|
831
|
+
"events": [],
|
|
832
|
+
"methods": []
|
|
833
|
+
},
|
|
834
|
+
"data-view.app-wall-relation-line": {
|
|
835
|
+
"properties": [
|
|
836
|
+
{
|
|
837
|
+
"name": "lightColor",
|
|
838
|
+
"annotation": {
|
|
839
|
+
"type": "union",
|
|
840
|
+
"types": [
|
|
841
|
+
{
|
|
842
|
+
"type": "jsLiteral",
|
|
843
|
+
"value": "blue"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"type": "jsLiteral",
|
|
847
|
+
"value": "purple"
|
|
848
|
+
}
|
|
849
|
+
]
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"events": [],
|
|
854
|
+
"methods": []
|
|
855
|
+
},
|
|
856
|
+
"data-view.cabinet-button": {
|
|
857
|
+
"properties": [
|
|
858
|
+
{
|
|
859
|
+
"name": "buttonStyle",
|
|
860
|
+
"annotation": {
|
|
861
|
+
"type": "reference",
|
|
862
|
+
"typeName": {
|
|
863
|
+
"type": "qualifiedName",
|
|
864
|
+
"left": {
|
|
865
|
+
"type": "identifier",
|
|
866
|
+
"name": "React"
|
|
867
|
+
},
|
|
868
|
+
"right": {
|
|
869
|
+
"type": "identifier",
|
|
870
|
+
"name": "CSSProperties"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"events": [],
|
|
877
|
+
"methods": []
|
|
878
|
+
},
|
|
879
879
|
"data-view.cabinet-node": {
|
|
880
880
|
"properties": [
|
|
881
881
|
{
|
|
@@ -1737,35 +1737,6 @@
|
|
|
1737
1737
|
}
|
|
1738
1738
|
]
|
|
1739
1739
|
},
|
|
1740
|
-
"data-view.lights-component-title": {
|
|
1741
|
-
"properties": [
|
|
1742
|
-
{
|
|
1743
|
-
"name": "componentTitle",
|
|
1744
|
-
"annotation": {
|
|
1745
|
-
"type": "keyword",
|
|
1746
|
-
"value": "string"
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"name": "theme",
|
|
1751
|
-
"annotation": {
|
|
1752
|
-
"type": "union",
|
|
1753
|
-
"types": [
|
|
1754
|
-
{
|
|
1755
|
-
"type": "jsLiteral",
|
|
1756
|
-
"value": "light"
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"type": "jsLiteral",
|
|
1760
|
-
"value": "dark"
|
|
1761
|
-
}
|
|
1762
|
-
]
|
|
1763
|
-
}
|
|
1764
|
-
}
|
|
1765
|
-
],
|
|
1766
|
-
"events": [],
|
|
1767
|
-
"methods": []
|
|
1768
|
-
},
|
|
1769
1740
|
"data-view.hi-tech-button": {
|
|
1770
1741
|
"properties": [
|
|
1771
1742
|
{
|
|
@@ -1837,6 +1808,35 @@
|
|
|
1837
1808
|
}
|
|
1838
1809
|
]
|
|
1839
1810
|
},
|
|
1811
|
+
"data-view.lights-component-title": {
|
|
1812
|
+
"properties": [
|
|
1813
|
+
{
|
|
1814
|
+
"name": "componentTitle",
|
|
1815
|
+
"annotation": {
|
|
1816
|
+
"type": "keyword",
|
|
1817
|
+
"value": "string"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"name": "theme",
|
|
1822
|
+
"annotation": {
|
|
1823
|
+
"type": "union",
|
|
1824
|
+
"types": [
|
|
1825
|
+
{
|
|
1826
|
+
"type": "jsLiteral",
|
|
1827
|
+
"value": "light"
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"type": "jsLiteral",
|
|
1831
|
+
"value": "dark"
|
|
1832
|
+
}
|
|
1833
|
+
]
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1836
|
+
],
|
|
1837
|
+
"events": [],
|
|
1838
|
+
"methods": []
|
|
1839
|
+
},
|
|
1840
1840
|
"data-view.tech-mesh-base-view": {
|
|
1841
1841
|
"properties": [],
|
|
1842
1842
|
"events": [],
|