@next-bricks/data-view 1.1.10 → 1.1.11
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 +7 -7
- package/dist/chunks/1451.3649bd7b.js +2 -0
- package/dist/chunks/{1451.3e4f4b24.js.map → 1451.3649bd7b.js.map} +1 -1
- package/dist/chunks/{2652.b74a0d9d.js → 2652.c7c0b3ca.js} +2 -2
- package/dist/chunks/{2652.b74a0d9d.js.map → 2652.c7c0b3ca.js.map} +1 -1
- package/dist/chunks/{3171.6da3049b.js → 3171.4c3e7d15.js} +2 -2
- package/dist/chunks/{3171.6da3049b.js.map → 3171.4c3e7d15.js.map} +1 -1
- package/dist/chunks/{3933.55b9a92e.js → 3933.948585df.js} +2 -2
- package/dist/chunks/{3933.55b9a92e.js.map → 3933.948585df.js.map} +1 -1
- package/dist/chunks/{5552.78516ee6.js → 5552.7bc070c1.js} +2 -2
- package/dist/chunks/{5552.78516ee6.js.map → 5552.7bc070c1.js.map} +1 -1
- package/dist/chunks/{6314.c45cee8f.js → 6314.13162e81.js} +2 -2
- package/dist/chunks/{6314.c45cee8f.js.map → 6314.13162e81.js.map} +1 -1
- package/dist/chunks/{7115.e5705c7a.js → 7115.0652281d.js} +2 -2
- package/dist/chunks/{7115.e5705c7a.js.map → 7115.0652281d.js.map} +1 -1
- package/dist/chunks/{8097.7e701352.js → 8097.66d4f32d.js} +2 -2
- package/dist/chunks/{8097.7e701352.js.map → 8097.66d4f32d.js.map} +1 -1
- package/dist/chunks/{871.71935584.js → 871.3f15d26f.js} +2 -2
- package/dist/chunks/871.3f15d26f.js.map +1 -0
- package/dist/chunks/{9496.d0515794.js → 9496.c73086c1.js} +2 -2
- package/dist/chunks/{9496.d0515794.js.map → 9496.c73086c1.js.map} +1 -1
- package/dist/chunks/complex-search.fc45b7fe.js +2 -0
- package/dist/chunks/{complex-search.1c63dc38.js.map → complex-search.fc45b7fe.js.map} +1 -1
- package/dist/chunks/{graph-text.7813b468.js → graph-text.12759327.js} +2 -2
- package/dist/chunks/{graph-text.7813b468.js.map → graph-text.12759327.js.map} +1 -1
- package/dist/chunks/main.a5ea4fb9.js +2 -0
- package/dist/chunks/{main.6b2e6f24.js.map → main.a5ea4fb9.js.map} +1 -1
- package/dist/chunks/modern-style-treemap.ef1eebc2.js +3 -0
- package/dist/chunks/{modern-style-treemap.76c02429.js.map → modern-style-treemap.ef1eebc2.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/index.2dfc9c5b.js +2 -0
- package/dist/{index.8d71cc47.js.map → index.2dfc9c5b.js.map} +1 -1
- package/dist/manifest.json +154 -154
- package/dist/types.json +281 -281
- package/package.json +2 -2
- package/dist/chunks/1451.3e4f4b24.js +0 -2
- package/dist/chunks/871.71935584.js.map +0 -1
- package/dist/chunks/complex-search.1c63dc38.js +0 -2
- package/dist/chunks/main.6b2e6f24.js +0 -2
- package/dist/chunks/modern-style-treemap.76c02429.js +0 -3
- package/dist/index.8d71cc47.js +0 -2
- /package/dist/chunks/{modern-style-treemap.76c02429.js.LICENSE.txt → modern-style-treemap.ef1eebc2.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -94,6 +94,249 @@
|
|
|
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
|
+
},
|
|
147
|
+
"data-view.tabs-drawer": {
|
|
148
|
+
"properties": [
|
|
149
|
+
{
|
|
150
|
+
"name": "tabList",
|
|
151
|
+
"annotation": {
|
|
152
|
+
"type": "array",
|
|
153
|
+
"elementType": {
|
|
154
|
+
"type": "reference",
|
|
155
|
+
"typeName": {
|
|
156
|
+
"type": "identifier",
|
|
157
|
+
"name": "TabItem"
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "activeKey",
|
|
164
|
+
"annotation": {
|
|
165
|
+
"type": "keyword",
|
|
166
|
+
"value": "string"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "width",
|
|
171
|
+
"annotation": {
|
|
172
|
+
"type": "union",
|
|
173
|
+
"types": [
|
|
174
|
+
{
|
|
175
|
+
"type": "keyword",
|
|
176
|
+
"value": "number"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"type": "keyword",
|
|
180
|
+
"value": "string"
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "drawerStyle",
|
|
187
|
+
"annotation": {
|
|
188
|
+
"type": "reference",
|
|
189
|
+
"typeName": {
|
|
190
|
+
"type": "qualifiedName",
|
|
191
|
+
"left": {
|
|
192
|
+
"type": "identifier",
|
|
193
|
+
"name": "React"
|
|
194
|
+
},
|
|
195
|
+
"right": {
|
|
196
|
+
"type": "identifier",
|
|
197
|
+
"name": "CSSProperties"
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "bodyStyle",
|
|
204
|
+
"annotation": {
|
|
205
|
+
"type": "reference",
|
|
206
|
+
"typeName": {
|
|
207
|
+
"type": "qualifiedName",
|
|
208
|
+
"left": {
|
|
209
|
+
"type": "identifier",
|
|
210
|
+
"name": "React"
|
|
211
|
+
},
|
|
212
|
+
"right": {
|
|
213
|
+
"type": "identifier",
|
|
214
|
+
"name": "CSSProperties"
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "zIndex",
|
|
221
|
+
"annotation": {
|
|
222
|
+
"type": "keyword",
|
|
223
|
+
"value": "number"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "visible",
|
|
228
|
+
"annotation": {
|
|
229
|
+
"type": "keyword",
|
|
230
|
+
"value": "boolean"
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"events": [
|
|
235
|
+
{
|
|
236
|
+
"name": "open",
|
|
237
|
+
"detail": {
|
|
238
|
+
"annotation": {
|
|
239
|
+
"type": "keyword",
|
|
240
|
+
"value": "void"
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "close",
|
|
246
|
+
"detail": {
|
|
247
|
+
"annotation": {
|
|
248
|
+
"type": "keyword",
|
|
249
|
+
"value": "void"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "tab.change",
|
|
255
|
+
"detail": {
|
|
256
|
+
"annotation": {
|
|
257
|
+
"type": "keyword",
|
|
258
|
+
"value": "string"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"methods": [
|
|
264
|
+
{
|
|
265
|
+
"name": "open",
|
|
266
|
+
"params": [],
|
|
267
|
+
"returns": {}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "close",
|
|
271
|
+
"params": [],
|
|
272
|
+
"returns": {}
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
"types": [
|
|
276
|
+
{
|
|
277
|
+
"type": "interface",
|
|
278
|
+
"name": "TabItem",
|
|
279
|
+
"body": [
|
|
280
|
+
{
|
|
281
|
+
"type": "propertySignature",
|
|
282
|
+
"key": {
|
|
283
|
+
"type": "identifier",
|
|
284
|
+
"name": "icon"
|
|
285
|
+
},
|
|
286
|
+
"annotation": {
|
|
287
|
+
"type": "reference",
|
|
288
|
+
"typeName": {
|
|
289
|
+
"type": "identifier",
|
|
290
|
+
"name": "GeneralIconProps"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"computed": false,
|
|
294
|
+
"description": "菜单标题对应的图标。"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"type": "propertySignature",
|
|
298
|
+
"key": {
|
|
299
|
+
"type": "identifier",
|
|
300
|
+
"name": "key"
|
|
301
|
+
},
|
|
302
|
+
"annotation": {
|
|
303
|
+
"type": "keyword",
|
|
304
|
+
"value": "string"
|
|
305
|
+
},
|
|
306
|
+
"computed": false,
|
|
307
|
+
"description": "唯一标识"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"type": "propertySignature",
|
|
311
|
+
"key": {
|
|
312
|
+
"type": "identifier",
|
|
313
|
+
"name": "title"
|
|
314
|
+
},
|
|
315
|
+
"annotation": {
|
|
316
|
+
"type": "keyword",
|
|
317
|
+
"value": "string"
|
|
318
|
+
},
|
|
319
|
+
"optional": true,
|
|
320
|
+
"computed": false,
|
|
321
|
+
"description": "菜单标题。"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"type": "propertySignature",
|
|
325
|
+
"key": {
|
|
326
|
+
"type": "identifier",
|
|
327
|
+
"name": "tooltip"
|
|
328
|
+
},
|
|
329
|
+
"annotation": {
|
|
330
|
+
"type": "keyword",
|
|
331
|
+
"value": "string"
|
|
332
|
+
},
|
|
333
|
+
"optional": true,
|
|
334
|
+
"computed": false
|
|
335
|
+
}
|
|
336
|
+
]
|
|
337
|
+
}
|
|
338
|
+
]
|
|
339
|
+
},
|
|
97
340
|
"data-view.battery-chart": {
|
|
98
341
|
"properties": [
|
|
99
342
|
{
|
|
@@ -305,46 +548,10 @@
|
|
|
305
548
|
],
|
|
306
549
|
"methods": []
|
|
307
550
|
},
|
|
308
|
-
"data-view.
|
|
551
|
+
"data-view.particle-animation": {
|
|
309
552
|
"properties": [
|
|
310
553
|
{
|
|
311
|
-
"name": "
|
|
312
|
-
"annotation": {
|
|
313
|
-
"type": "union",
|
|
314
|
-
"types": [
|
|
315
|
-
{
|
|
316
|
-
"type": "jsLiteral",
|
|
317
|
-
"value": "normal"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"type": "jsLiteral",
|
|
321
|
-
"value": "warning"
|
|
322
|
-
}
|
|
323
|
-
]
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "cardTitle",
|
|
328
|
-
"annotation": {
|
|
329
|
-
"type": "keyword",
|
|
330
|
-
"value": "string"
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"name": "description",
|
|
335
|
-
"annotation": {
|
|
336
|
-
"type": "keyword",
|
|
337
|
-
"value": "string"
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
|
-
"events": [],
|
|
342
|
-
"methods": []
|
|
343
|
-
},
|
|
344
|
-
"data-view.particle-animation": {
|
|
345
|
-
"properties": [
|
|
346
|
-
{
|
|
347
|
-
"name": "colors",
|
|
554
|
+
"name": "colors",
|
|
348
555
|
"annotation": {
|
|
349
556
|
"type": "reference",
|
|
350
557
|
"typeName": {
|
|
@@ -469,6 +676,42 @@
|
|
|
469
676
|
}
|
|
470
677
|
]
|
|
471
678
|
},
|
|
679
|
+
"data-view.app-wall-card-item": {
|
|
680
|
+
"properties": [
|
|
681
|
+
{
|
|
682
|
+
"name": "status",
|
|
683
|
+
"annotation": {
|
|
684
|
+
"type": "union",
|
|
685
|
+
"types": [
|
|
686
|
+
{
|
|
687
|
+
"type": "jsLiteral",
|
|
688
|
+
"value": "normal"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"type": "jsLiteral",
|
|
692
|
+
"value": "warning"
|
|
693
|
+
}
|
|
694
|
+
]
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "cardTitle",
|
|
699
|
+
"annotation": {
|
|
700
|
+
"type": "keyword",
|
|
701
|
+
"value": "string"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "description",
|
|
706
|
+
"annotation": {
|
|
707
|
+
"type": "keyword",
|
|
708
|
+
"value": "string"
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
"events": [],
|
|
713
|
+
"methods": []
|
|
714
|
+
},
|
|
472
715
|
"data-view.app-wall-system-card": {
|
|
473
716
|
"properties": [
|
|
474
717
|
{
|
|
@@ -610,56 +853,6 @@
|
|
|
610
853
|
"events": [],
|
|
611
854
|
"methods": []
|
|
612
855
|
},
|
|
613
|
-
"data-view.modern-style-page-title": {
|
|
614
|
-
"properties": [
|
|
615
|
-
{
|
|
616
|
-
"name": "pageTitle",
|
|
617
|
-
"annotation": {
|
|
618
|
-
"type": "keyword",
|
|
619
|
-
"value": "string"
|
|
620
|
-
}
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"name": "description",
|
|
624
|
-
"annotation": {
|
|
625
|
-
"type": "keyword",
|
|
626
|
-
"value": "string"
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"name": "backgroundStyle",
|
|
631
|
-
"annotation": {
|
|
632
|
-
"type": "reference",
|
|
633
|
-
"typeName": {
|
|
634
|
-
"type": "identifier",
|
|
635
|
-
"name": "CSSProperties"
|
|
636
|
-
}
|
|
637
|
-
}
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"name": "leftRoundStyle",
|
|
641
|
-
"annotation": {
|
|
642
|
-
"type": "reference",
|
|
643
|
-
"typeName": {
|
|
644
|
-
"type": "identifier",
|
|
645
|
-
"name": "CSSProperties"
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"name": "rightRoundStyle",
|
|
651
|
-
"annotation": {
|
|
652
|
-
"type": "reference",
|
|
653
|
-
"typeName": {
|
|
654
|
-
"type": "identifier",
|
|
655
|
-
"name": "CSSProperties"
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
],
|
|
660
|
-
"events": [],
|
|
661
|
-
"methods": []
|
|
662
|
-
},
|
|
663
856
|
"data-view.cabinet-button": {
|
|
664
857
|
"properties": [
|
|
665
858
|
{
|
|
@@ -683,199 +876,6 @@
|
|
|
683
876
|
"events": [],
|
|
684
877
|
"methods": []
|
|
685
878
|
},
|
|
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": {
|
|
735
|
-
"type": "identifier",
|
|
736
|
-
"name": "CSSProperties"
|
|
737
|
-
}
|
|
738
|
-
}
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"name": "bodyStyle",
|
|
743
|
-
"annotation": {
|
|
744
|
-
"type": "reference",
|
|
745
|
-
"typeName": {
|
|
746
|
-
"type": "qualifiedName",
|
|
747
|
-
"left": {
|
|
748
|
-
"type": "identifier",
|
|
749
|
-
"name": "React"
|
|
750
|
-
},
|
|
751
|
-
"right": {
|
|
752
|
-
"type": "identifier",
|
|
753
|
-
"name": "CSSProperties"
|
|
754
|
-
}
|
|
755
|
-
}
|
|
756
|
-
}
|
|
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
|
-
}
|
|
772
|
-
],
|
|
773
|
-
"events": [
|
|
774
|
-
{
|
|
775
|
-
"name": "open",
|
|
776
|
-
"detail": {
|
|
777
|
-
"annotation": {
|
|
778
|
-
"type": "keyword",
|
|
779
|
-
"value": "void"
|
|
780
|
-
}
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"name": "close",
|
|
785
|
-
"detail": {
|
|
786
|
-
"annotation": {
|
|
787
|
-
"type": "keyword",
|
|
788
|
-
"value": "void"
|
|
789
|
-
}
|
|
790
|
-
}
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"name": "tab.change",
|
|
794
|
-
"detail": {
|
|
795
|
-
"annotation": {
|
|
796
|
-
"type": "keyword",
|
|
797
|
-
"value": "string"
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
],
|
|
802
|
-
"methods": [
|
|
803
|
-
{
|
|
804
|
-
"name": "open",
|
|
805
|
-
"params": [],
|
|
806
|
-
"returns": {}
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"name": "close",
|
|
810
|
-
"params": [],
|
|
811
|
-
"returns": {}
|
|
812
|
-
}
|
|
813
|
-
],
|
|
814
|
-
"types": [
|
|
815
|
-
{
|
|
816
|
-
"type": "interface",
|
|
817
|
-
"name": "TabItem",
|
|
818
|
-
"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
|
-
{
|
|
836
|
-
"type": "propertySignature",
|
|
837
|
-
"key": {
|
|
838
|
-
"type": "identifier",
|
|
839
|
-
"name": "key"
|
|
840
|
-
},
|
|
841
|
-
"annotation": {
|
|
842
|
-
"type": "keyword",
|
|
843
|
-
"value": "string"
|
|
844
|
-
},
|
|
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": "菜单标题。"
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"type": "propertySignature",
|
|
864
|
-
"key": {
|
|
865
|
-
"type": "identifier",
|
|
866
|
-
"name": "tooltip"
|
|
867
|
-
},
|
|
868
|
-
"annotation": {
|
|
869
|
-
"type": "keyword",
|
|
870
|
-
"value": "string"
|
|
871
|
-
},
|
|
872
|
-
"optional": true,
|
|
873
|
-
"computed": false
|
|
874
|
-
}
|
|
875
|
-
]
|
|
876
|
-
}
|
|
877
|
-
]
|
|
878
|
-
},
|
|
879
879
|
"data-view.cabinet-node": {
|
|
880
880
|
"properties": [
|
|
881
881
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.11",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@next-bricks/icons": "*"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "5eb7b76a27f0f60068247d4dfbd00a088f5abe59"
|
|
44
44
|
}
|