@next-bricks/data-view 1.5.0 → 1.6.0
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 +14 -10
- package/dist/chunks/1143.2494e37f.js +2 -0
- package/dist/chunks/1143.2494e37f.js.map +1 -0
- package/dist/chunks/3910.cd76fadc.js +2 -0
- package/dist/chunks/3910.cd76fadc.js.map +1 -0
- package/dist/chunks/bubbles-indicator.34eea7ea.js +2 -0
- package/dist/chunks/bubbles-indicator.34eea7ea.js.map +1 -0
- package/dist/chunks/globe-with-gear-indicator.25c9901b.js +2 -0
- package/dist/chunks/globe-with-gear-indicator.25c9901b.js.map +1 -0
- package/dist/chunks/main.1bce9b12.js +2 -0
- package/dist/chunks/main.1bce9b12.js.map +1 -0
- package/dist/examples.json +26 -23
- package/dist/images/0fec7781.png +0 -0
- package/dist/images/2235938c.png +0 -0
- package/dist/images/45a4740b.png +0 -0
- package/dist/images/81f40f95.png +0 -0
- package/dist/images/86a2105c.png +0 -0
- package/dist/images/a457f803.png +0 -0
- package/dist/images/b91eed9d.png +0 -0
- package/dist/{index.c11ec70a.js → index.b0b43bc4.js} +2 -2
- package/dist/index.b0b43bc4.js.map +1 -0
- package/dist/manifest.json +228 -194
- package/dist/types.json +690 -572
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/bubbles-indicator/index.d.ts +45 -0
- package/dist-types/bubbles-indicator/index.spec.d.ts +1 -0
- package/docs/bubbles-indicator.md +42 -0
- package/package.json +2 -2
- package/dist/chunks/8374.9cc215b5.js +0 -2
- package/dist/chunks/8374.9cc215b5.js.map +0 -1
- package/dist/chunks/globe-with-gear-indicator.38da7193.js +0 -2
- package/dist/chunks/globe-with-gear-indicator.38da7193.js.map +0 -1
- package/dist/chunks/main.d5b7fc71.js +0 -2
- package/dist/chunks/main.d5b7fc71.js.map +0 -1
- package/dist/index.c11ec70a.js.map +0 -1
package/dist/manifest.json
CHANGED
|
@@ -49,45 +49,6 @@
|
|
|
49
49
|
"description": "大屏仪表盘",
|
|
50
50
|
"category": "big-screen-content"
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
"name": "data-view.modern-style-page-title",
|
|
54
|
-
"properties": [
|
|
55
|
-
{
|
|
56
|
-
"name": "pageTitle",
|
|
57
|
-
"description": "",
|
|
58
|
-
"type": "string"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "description",
|
|
62
|
-
"description": "",
|
|
63
|
-
"type": "string"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"name": "backgroundStyle",
|
|
67
|
-
"description": "",
|
|
68
|
-
"attribute": false,
|
|
69
|
-
"type": "CSSProperties"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"name": "leftRoundStyle",
|
|
73
|
-
"description": "",
|
|
74
|
-
"attribute": false,
|
|
75
|
-
"type": "CSSProperties"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "rightRoundStyle",
|
|
79
|
-
"description": "",
|
|
80
|
-
"attribute": false,
|
|
81
|
-
"type": "CSSProperties"
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
"events": [],
|
|
85
|
-
"slots": [],
|
|
86
|
-
"methods": [],
|
|
87
|
-
"parts": [],
|
|
88
|
-
"description": "现代风页面标题",
|
|
89
|
-
"category": "big-screen-content"
|
|
90
|
-
},
|
|
91
52
|
{
|
|
92
53
|
"name": "data-view.tabs-drawer",
|
|
93
54
|
"properties": [
|
|
@@ -181,135 +142,78 @@
|
|
|
181
142
|
"category": "big-screen-layout"
|
|
182
143
|
},
|
|
183
144
|
{
|
|
184
|
-
"name": "data-view.
|
|
145
|
+
"name": "data-view.battery-chart",
|
|
185
146
|
"properties": [
|
|
186
147
|
{
|
|
187
|
-
"name": "
|
|
148
|
+
"name": "value",
|
|
188
149
|
"description": "",
|
|
189
|
-
"
|
|
150
|
+
"type": "number"
|
|
190
151
|
},
|
|
191
152
|
{
|
|
192
|
-
"name": "
|
|
153
|
+
"name": "batteryWidth",
|
|
193
154
|
"description": "",
|
|
194
|
-
"
|
|
155
|
+
"type": "number"
|
|
195
156
|
},
|
|
196
157
|
{
|
|
197
|
-
"name": "
|
|
158
|
+
"name": "batteryHeight",
|
|
198
159
|
"description": "",
|
|
199
|
-
"type": "
|
|
160
|
+
"type": "number"
|
|
200
161
|
},
|
|
201
162
|
{
|
|
202
|
-
"name": "
|
|
163
|
+
"name": "thresholdColors",
|
|
203
164
|
"description": "",
|
|
204
165
|
"attribute": false,
|
|
205
|
-
"type": "
|
|
166
|
+
"type": "ThresholdColor[]"
|
|
206
167
|
},
|
|
207
168
|
{
|
|
208
|
-
"name": "
|
|
169
|
+
"name": "thresholdValue",
|
|
209
170
|
"description": "",
|
|
210
|
-
"
|
|
211
|
-
"type": "CSSProperties[\"color\"]"
|
|
171
|
+
"type": "number"
|
|
212
172
|
}
|
|
213
173
|
],
|
|
214
174
|
"events": [],
|
|
215
175
|
"slots": [],
|
|
216
176
|
"methods": [],
|
|
217
177
|
"parts": [],
|
|
218
|
-
"description": "
|
|
178
|
+
"description": "大屏电池",
|
|
219
179
|
"category": "big-screen-content"
|
|
220
180
|
},
|
|
221
181
|
{
|
|
222
|
-
"name": "data-view.modern-style-
|
|
182
|
+
"name": "data-view.modern-style-component-title",
|
|
223
183
|
"properties": [
|
|
224
184
|
{
|
|
225
|
-
"name": "
|
|
226
|
-
"description": "",
|
|
227
|
-
"attribute": false,
|
|
228
|
-
"type": "TreemapData"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "tail",
|
|
232
|
-
"description": "",
|
|
233
|
-
"default": "TailTypes[\"treemapSquarify\"]",
|
|
234
|
-
"attribute": false,
|
|
235
|
-
"type": "TailTypes"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"name": "leafUseBrick",
|
|
185
|
+
"name": "hideLeftComponent",
|
|
239
186
|
"description": "",
|
|
240
|
-
"
|
|
241
|
-
"type": "{ useBrick: UseBrickConf }"
|
|
187
|
+
"default": "false"
|
|
242
188
|
},
|
|
243
189
|
{
|
|
244
|
-
"name": "
|
|
190
|
+
"name": "hideRightComponent",
|
|
245
191
|
"description": "",
|
|
246
|
-
"
|
|
247
|
-
"type": "CSSProperties"
|
|
192
|
+
"default": "true"
|
|
248
193
|
},
|
|
249
194
|
{
|
|
250
|
-
"name": "
|
|
195
|
+
"name": "componentTitle",
|
|
251
196
|
"description": "",
|
|
252
|
-
"
|
|
253
|
-
"type": "{ useBrick: UseBrickConf }"
|
|
197
|
+
"type": "string"
|
|
254
198
|
},
|
|
255
199
|
{
|
|
256
|
-
"name": "
|
|
200
|
+
"name": "titleTextStyle",
|
|
257
201
|
"description": "",
|
|
258
202
|
"attribute": false,
|
|
259
203
|
"type": "CSSProperties"
|
|
260
|
-
}
|
|
261
|
-
],
|
|
262
|
-
"events": [
|
|
263
|
-
{
|
|
264
|
-
"name": "treemap.click",
|
|
265
|
-
"description": "",
|
|
266
|
-
"detail": {
|
|
267
|
-
"description": null,
|
|
268
|
-
"type": "TreemapData"
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
],
|
|
272
|
-
"slots": [],
|
|
273
|
-
"methods": [],
|
|
274
|
-
"parts": [],
|
|
275
|
-
"description": "现代风树图",
|
|
276
|
-
"category": "big-screen-content"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "data-view.battery-chart",
|
|
280
|
-
"properties": [
|
|
281
|
-
{
|
|
282
|
-
"name": "value",
|
|
283
|
-
"description": "",
|
|
284
|
-
"type": "number"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"name": "batteryWidth",
|
|
288
|
-
"description": "",
|
|
289
|
-
"type": "number"
|
|
290
204
|
},
|
|
291
205
|
{
|
|
292
|
-
"name": "
|
|
293
|
-
"description": "",
|
|
294
|
-
"type": "number"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"name": "thresholdColors",
|
|
206
|
+
"name": "squareColor",
|
|
298
207
|
"description": "",
|
|
299
208
|
"attribute": false,
|
|
300
|
-
"type": "
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "thresholdValue",
|
|
304
|
-
"description": "",
|
|
305
|
-
"type": "number"
|
|
209
|
+
"type": "CSSProperties[\"color\"]"
|
|
306
210
|
}
|
|
307
211
|
],
|
|
308
212
|
"events": [],
|
|
309
213
|
"slots": [],
|
|
310
214
|
"methods": [],
|
|
311
215
|
"parts": [],
|
|
312
|
-
"description": "
|
|
216
|
+
"description": "现代风组件标题",
|
|
313
217
|
"category": "big-screen-content"
|
|
314
218
|
},
|
|
315
219
|
{
|
|
@@ -473,6 +377,45 @@
|
|
|
473
377
|
"description": "大屏加载模块展示",
|
|
474
378
|
"category": "big-screen-content"
|
|
475
379
|
},
|
|
380
|
+
{
|
|
381
|
+
"name": "data-view.modern-style-page-title",
|
|
382
|
+
"properties": [
|
|
383
|
+
{
|
|
384
|
+
"name": "pageTitle",
|
|
385
|
+
"description": "",
|
|
386
|
+
"type": "string"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "description",
|
|
390
|
+
"description": "",
|
|
391
|
+
"type": "string"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "backgroundStyle",
|
|
395
|
+
"description": "",
|
|
396
|
+
"attribute": false,
|
|
397
|
+
"type": "CSSProperties"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "leftRoundStyle",
|
|
401
|
+
"description": "",
|
|
402
|
+
"attribute": false,
|
|
403
|
+
"type": "CSSProperties"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "rightRoundStyle",
|
|
407
|
+
"description": "",
|
|
408
|
+
"attribute": false,
|
|
409
|
+
"type": "CSSProperties"
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
"events": [],
|
|
413
|
+
"slots": [],
|
|
414
|
+
"methods": [],
|
|
415
|
+
"parts": [],
|
|
416
|
+
"description": "现代风页面标题",
|
|
417
|
+
"category": "big-screen-content"
|
|
418
|
+
},
|
|
476
419
|
{
|
|
477
420
|
"name": "data-view.particle-animation",
|
|
478
421
|
"properties": [
|
|
@@ -522,38 +465,6 @@
|
|
|
522
465
|
"parts": [],
|
|
523
466
|
"description": "应用墙子构件----卡片项"
|
|
524
467
|
},
|
|
525
|
-
{
|
|
526
|
-
"name": "data-view.app-wall-relation-line",
|
|
527
|
-
"properties": [
|
|
528
|
-
{
|
|
529
|
-
"name": "lightColor",
|
|
530
|
-
"description": "",
|
|
531
|
-
"default": "\"blue\"",
|
|
532
|
-
"type": "\"blue\" | \"purple\""
|
|
533
|
-
}
|
|
534
|
-
],
|
|
535
|
-
"events": [],
|
|
536
|
-
"slots": [],
|
|
537
|
-
"methods": [],
|
|
538
|
-
"parts": [],
|
|
539
|
-
"description": "应用墙子构件----关联连线"
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"name": "data-view.cabinet-button",
|
|
543
|
-
"properties": [
|
|
544
|
-
{
|
|
545
|
-
"name": "buttonStyle",
|
|
546
|
-
"description": "",
|
|
547
|
-
"attribute": false,
|
|
548
|
-
"type": "React.CSSProperties"
|
|
549
|
-
}
|
|
550
|
-
],
|
|
551
|
-
"events": [],
|
|
552
|
-
"slots": [],
|
|
553
|
-
"methods": [],
|
|
554
|
-
"parts": [],
|
|
555
|
-
"description": "大屏按钮"
|
|
556
|
-
},
|
|
557
468
|
{
|
|
558
469
|
"name": "data-view.app-wall-system-card",
|
|
559
470
|
"properties": [
|
|
@@ -602,6 +513,95 @@
|
|
|
602
513
|
"parts": [],
|
|
603
514
|
"description": "应用墙系统卡片"
|
|
604
515
|
},
|
|
516
|
+
{
|
|
517
|
+
"name": "data-view.modern-style-treemap",
|
|
518
|
+
"properties": [
|
|
519
|
+
{
|
|
520
|
+
"name": "data",
|
|
521
|
+
"description": "",
|
|
522
|
+
"attribute": false,
|
|
523
|
+
"type": "TreemapData"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"name": "tail",
|
|
527
|
+
"description": "",
|
|
528
|
+
"default": "TailTypes[\"treemapSquarify\"]",
|
|
529
|
+
"attribute": false,
|
|
530
|
+
"type": "TailTypes"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "leafUseBrick",
|
|
534
|
+
"description": "",
|
|
535
|
+
"attribute": false,
|
|
536
|
+
"type": "{ useBrick: UseBrickConf }"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "leafContainerStyle",
|
|
540
|
+
"description": "",
|
|
541
|
+
"attribute": false,
|
|
542
|
+
"type": "CSSProperties"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "tooltipUseBrick",
|
|
546
|
+
"description": "",
|
|
547
|
+
"attribute": false,
|
|
548
|
+
"type": "{ useBrick: UseBrickConf }"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "tooltipStyle",
|
|
552
|
+
"description": "",
|
|
553
|
+
"attribute": false,
|
|
554
|
+
"type": "CSSProperties"
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"events": [
|
|
558
|
+
{
|
|
559
|
+
"name": "treemap.click",
|
|
560
|
+
"description": "",
|
|
561
|
+
"detail": {
|
|
562
|
+
"description": null,
|
|
563
|
+
"type": "TreemapData"
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"slots": [],
|
|
568
|
+
"methods": [],
|
|
569
|
+
"parts": [],
|
|
570
|
+
"description": "现代风树图",
|
|
571
|
+
"category": "big-screen-content"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "data-view.app-wall-relation-line",
|
|
575
|
+
"properties": [
|
|
576
|
+
{
|
|
577
|
+
"name": "lightColor",
|
|
578
|
+
"description": "",
|
|
579
|
+
"default": "\"blue\"",
|
|
580
|
+
"type": "\"blue\" | \"purple\""
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"events": [],
|
|
584
|
+
"slots": [],
|
|
585
|
+
"methods": [],
|
|
586
|
+
"parts": [],
|
|
587
|
+
"description": "应用墙子构件----关联连线"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "data-view.cabinet-button",
|
|
591
|
+
"properties": [
|
|
592
|
+
{
|
|
593
|
+
"name": "buttonStyle",
|
|
594
|
+
"description": "",
|
|
595
|
+
"attribute": false,
|
|
596
|
+
"type": "React.CSSProperties"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"events": [],
|
|
600
|
+
"slots": [],
|
|
601
|
+
"methods": [],
|
|
602
|
+
"parts": [],
|
|
603
|
+
"description": "大屏按钮"
|
|
604
|
+
},
|
|
605
605
|
{
|
|
606
606
|
"name": "data-view.cabinet-node",
|
|
607
607
|
"properties": [
|
|
@@ -902,40 +902,40 @@
|
|
|
902
902
|
"category": "big-screen-layout"
|
|
903
903
|
},
|
|
904
904
|
{
|
|
905
|
-
"name": "data-view.graph-
|
|
905
|
+
"name": "data-view.graph-node",
|
|
906
906
|
"properties": [
|
|
907
907
|
{
|
|
908
|
-
"name": "
|
|
908
|
+
"name": "url",
|
|
909
909
|
"description": "",
|
|
910
910
|
"type": "string"
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"name": "value",
|
|
914
|
-
"description": "",
|
|
915
|
-
"type": "string | number"
|
|
916
911
|
}
|
|
917
912
|
],
|
|
918
913
|
"events": [],
|
|
919
914
|
"slots": [],
|
|
920
915
|
"methods": [],
|
|
921
916
|
"parts": [],
|
|
922
|
-
"description": "Graph
|
|
917
|
+
"description": "Graph Node",
|
|
923
918
|
"category": "big-screen-content"
|
|
924
919
|
},
|
|
925
920
|
{
|
|
926
|
-
"name": "data-view.graph-
|
|
921
|
+
"name": "data-view.graph-text",
|
|
927
922
|
"properties": [
|
|
928
923
|
{
|
|
929
|
-
"name": "
|
|
924
|
+
"name": "text",
|
|
930
925
|
"description": "",
|
|
931
926
|
"type": "string"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "value",
|
|
930
|
+
"description": "",
|
|
931
|
+
"type": "string | number"
|
|
932
932
|
}
|
|
933
933
|
],
|
|
934
934
|
"events": [],
|
|
935
935
|
"slots": [],
|
|
936
936
|
"methods": [],
|
|
937
937
|
"parts": [],
|
|
938
|
-
"description": "Graph
|
|
938
|
+
"description": "Graph text",
|
|
939
939
|
"category": "big-screen-content"
|
|
940
940
|
},
|
|
941
941
|
{
|
|
@@ -1001,24 +1001,6 @@
|
|
|
1001
1001
|
"description": "大屏网格背景",
|
|
1002
1002
|
"category": "big-screen-layout"
|
|
1003
1003
|
},
|
|
1004
|
-
{
|
|
1005
|
-
"name": "data-view.gear-background",
|
|
1006
|
-
"properties": [
|
|
1007
|
-
{
|
|
1008
|
-
"name": "color",
|
|
1009
|
-
"description": "",
|
|
1010
|
-
"default": "\"#3366FF\"",
|
|
1011
|
-
"attribute": false,
|
|
1012
|
-
"type": "React.CSSProperties[\"color\"]"
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
|
-
"events": [],
|
|
1016
|
-
"slots": [],
|
|
1017
|
-
"methods": [],
|
|
1018
|
-
"parts": [],
|
|
1019
|
-
"description": "齿轮背景",
|
|
1020
|
-
"category": "big-screen-layout"
|
|
1021
|
-
},
|
|
1022
1004
|
{
|
|
1023
1005
|
"name": "data-view.radar-chart",
|
|
1024
1006
|
"properties": [
|
|
@@ -1144,6 +1126,24 @@
|
|
|
1144
1126
|
"description": "大屏标题文本构件",
|
|
1145
1127
|
"category": "big-screen-content"
|
|
1146
1128
|
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "data-view.gear-background",
|
|
1131
|
+
"properties": [
|
|
1132
|
+
{
|
|
1133
|
+
"name": "color",
|
|
1134
|
+
"description": "",
|
|
1135
|
+
"default": "\"#3366FF\"",
|
|
1136
|
+
"attribute": false,
|
|
1137
|
+
"type": "React.CSSProperties[\"color\"]"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"events": [],
|
|
1141
|
+
"slots": [],
|
|
1142
|
+
"methods": [],
|
|
1143
|
+
"parts": [],
|
|
1144
|
+
"description": "齿轮背景",
|
|
1145
|
+
"category": "big-screen-layout"
|
|
1146
|
+
},
|
|
1147
1147
|
{
|
|
1148
1148
|
"name": "data-view.brick-notification",
|
|
1149
1149
|
"properties": [
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
"description": "基础指标组构件"
|
|
1406
1406
|
},
|
|
1407
1407
|
{
|
|
1408
|
-
"name": "data-view.data-display-flipper",
|
|
1408
|
+
"name": "data-view.data-display-flipper-fifth",
|
|
1409
1409
|
"properties": [
|
|
1410
1410
|
{
|
|
1411
1411
|
"name": "flipperTitle",
|
|
@@ -1441,23 +1441,17 @@
|
|
|
1441
1441
|
"description": "标题是否展示默认前缀图片",
|
|
1442
1442
|
"default": "true",
|
|
1443
1443
|
"type": "boolean"
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"name": "separator",
|
|
1447
|
-
"description": "翻牌器数字和单位之间的分隔符",
|
|
1448
|
-
"attribute": false,
|
|
1449
|
-
"type": "string"
|
|
1450
1444
|
}
|
|
1451
1445
|
],
|
|
1452
1446
|
"events": [],
|
|
1453
1447
|
"slots": [],
|
|
1454
1448
|
"methods": [],
|
|
1455
1449
|
"parts": [],
|
|
1456
|
-
"description": "翻牌器-type-
|
|
1450
|
+
"description": "翻牌器-type-5",
|
|
1457
1451
|
"category": "big-screen-content"
|
|
1458
1452
|
},
|
|
1459
1453
|
{
|
|
1460
|
-
"name": "data-view.data-display-flipper
|
|
1454
|
+
"name": "data-view.data-display-flipper",
|
|
1461
1455
|
"properties": [
|
|
1462
1456
|
{
|
|
1463
1457
|
"name": "flipperTitle",
|
|
@@ -1493,13 +1487,19 @@
|
|
|
1493
1487
|
"description": "标题是否展示默认前缀图片",
|
|
1494
1488
|
"default": "true",
|
|
1495
1489
|
"type": "boolean"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"name": "separator",
|
|
1493
|
+
"description": "翻牌器数字和单位之间的分隔符",
|
|
1494
|
+
"attribute": false,
|
|
1495
|
+
"type": "string"
|
|
1496
1496
|
}
|
|
1497
1497
|
],
|
|
1498
1498
|
"events": [],
|
|
1499
1499
|
"slots": [],
|
|
1500
1500
|
"methods": [],
|
|
1501
1501
|
"parts": [],
|
|
1502
|
-
"description": "翻牌器-type-
|
|
1502
|
+
"description": "翻牌器-type-3",
|
|
1503
1503
|
"category": "big-screen-content"
|
|
1504
1504
|
},
|
|
1505
1505
|
{
|
|
@@ -1638,6 +1638,40 @@
|
|
|
1638
1638
|
"parts": [],
|
|
1639
1639
|
"description": "有水晶球动画的数据展示构件。"
|
|
1640
1640
|
},
|
|
1641
|
+
{
|
|
1642
|
+
"name": "data-view.globe-with-halo-indicator",
|
|
1643
|
+
"properties": [
|
|
1644
|
+
{
|
|
1645
|
+
"name": "dataSource",
|
|
1646
|
+
"description": "指标数据列表(显示在环上)\n\n注意:最多显示8项数据",
|
|
1647
|
+
"attribute": false,
|
|
1648
|
+
"type": "DataItem[]"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "centerDataSource",
|
|
1652
|
+
"description": "中心数据(显示在中心地球内)",
|
|
1653
|
+
"attribute": false,
|
|
1654
|
+
"type": "DataItem"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "cornerDataSource",
|
|
1658
|
+
"description": "左上角指标数据列表",
|
|
1659
|
+
"attribute": false,
|
|
1660
|
+
"type": "CornerDataItem[]"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "maxScale",
|
|
1664
|
+
"description": "最大缩放比例",
|
|
1665
|
+
"default": "1",
|
|
1666
|
+
"type": "number"
|
|
1667
|
+
}
|
|
1668
|
+
],
|
|
1669
|
+
"events": [],
|
|
1670
|
+
"slots": [],
|
|
1671
|
+
"methods": [],
|
|
1672
|
+
"parts": [],
|
|
1673
|
+
"description": "地球加光环的数据展示构件。"
|
|
1674
|
+
},
|
|
1641
1675
|
{
|
|
1642
1676
|
"name": "data-view.globe-with-gear-indicator",
|
|
1643
1677
|
"properties": [
|
|
@@ -1673,17 +1707,17 @@
|
|
|
1673
1707
|
"description": "地球加轮盘的数据展示构件。"
|
|
1674
1708
|
},
|
|
1675
1709
|
{
|
|
1676
|
-
"name": "data-view.
|
|
1710
|
+
"name": "data-view.bubbles-indicator",
|
|
1677
1711
|
"properties": [
|
|
1678
1712
|
{
|
|
1679
1713
|
"name": "dataSource",
|
|
1680
|
-
"description": "指标数据列表(显示在环上)\n\n注意:最多显示
|
|
1714
|
+
"description": "指标数据列表(显示在环上)\n\n注意:最多显示12项数据",
|
|
1681
1715
|
"attribute": false,
|
|
1682
1716
|
"type": "DataItem[]"
|
|
1683
1717
|
},
|
|
1684
1718
|
{
|
|
1685
1719
|
"name": "centerDataSource",
|
|
1686
|
-
"description": "
|
|
1720
|
+
"description": "中心数据(显示在中心水晶球内)",
|
|
1687
1721
|
"attribute": false,
|
|
1688
1722
|
"type": "DataItem"
|
|
1689
1723
|
},
|
|
@@ -1704,7 +1738,7 @@
|
|
|
1704
1738
|
"slots": [],
|
|
1705
1739
|
"methods": [],
|
|
1706
1740
|
"parts": [],
|
|
1707
|
-
"description": "
|
|
1741
|
+
"description": "气泡样式的数据展示构件。"
|
|
1708
1742
|
}
|
|
1709
1743
|
],
|
|
1710
1744
|
"providers": []
|