@next-bricks/data-view 1.3.3 → 1.3.4
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.47b2c75b.js → 4263.eb2f854f.js} +2 -2
- package/dist/chunks/4263.eb2f854f.js.map +1 -0
- package/dist/chunks/5371.c2bad3e2.js +2 -0
- package/dist/chunks/5371.c2bad3e2.js.map +1 -0
- package/dist/chunks/china-map-chart.3ef92a46.js +2 -0
- package/dist/chunks/china-map-chart.3ef92a46.js.map +1 -0
- package/dist/chunks/{main.31d52d0a.js → main.901c61b4.js} +2 -2
- package/dist/chunks/{main.31d52d0a.js.map → main.901c61b4.js.map} +1 -1
- package/dist/examples.json +23 -23
- package/dist/index.60bb7d4d.js +2 -0
- package/dist/{index.fcc7c002.js.map → index.60bb7d4d.js.map} +1 -1
- package/dist/manifest.json +255 -255
- package/dist/types.json +273 -273
- package/dist-types/china-map-chart/map.d.ts +92 -10
- package/package.json +2 -2
- package/dist/chunks/4263.47b2c75b.js.map +0 -1
- package/dist/chunks/5371.315e565c.js +0 -2
- package/dist/chunks/5371.315e565c.js.map +0 -1
- package/dist/chunks/china-map-chart.7cfeed37.js +0 -2
- package/dist/chunks/china-map-chart.7cfeed37.js.map +0 -1
- package/dist/index.fcc7c002.js +0 -2
package/dist/manifest.json
CHANGED
|
@@ -49,63 +49,6 @@
|
|
|
49
49
|
"description": "大屏仪表盘",
|
|
50
50
|
"category": "big-screen-content"
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
"name": "data-view.modern-style-treemap",
|
|
54
|
-
"properties": [
|
|
55
|
-
{
|
|
56
|
-
"name": "data",
|
|
57
|
-
"description": "",
|
|
58
|
-
"attribute": false,
|
|
59
|
-
"type": "TreemapData"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"name": "tail",
|
|
63
|
-
"description": "",
|
|
64
|
-
"default": "TailTypes[\"treemapSquarify\"]",
|
|
65
|
-
"attribute": false,
|
|
66
|
-
"type": "TailTypes"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "leafUseBrick",
|
|
70
|
-
"description": "",
|
|
71
|
-
"attribute": false,
|
|
72
|
-
"type": "{ useBrick: UseBrickConf }"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "leafContainerStyle",
|
|
76
|
-
"description": "",
|
|
77
|
-
"attribute": false,
|
|
78
|
-
"type": "CSSProperties"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"name": "tooltipUseBrick",
|
|
82
|
-
"description": "",
|
|
83
|
-
"attribute": false,
|
|
84
|
-
"type": "{ useBrick: UseBrickConf }"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"name": "tooltipStyle",
|
|
88
|
-
"description": "",
|
|
89
|
-
"attribute": false,
|
|
90
|
-
"type": "CSSProperties"
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"events": [
|
|
94
|
-
{
|
|
95
|
-
"name": "treemap.click",
|
|
96
|
-
"description": "",
|
|
97
|
-
"detail": {
|
|
98
|
-
"description": null,
|
|
99
|
-
"type": "TreemapData"
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
"slots": [],
|
|
104
|
-
"methods": [],
|
|
105
|
-
"parts": [],
|
|
106
|
-
"description": "现代风树图",
|
|
107
|
-
"category": "big-screen-content"
|
|
108
|
-
},
|
|
109
52
|
{
|
|
110
53
|
"name": "data-view.tabs-drawer",
|
|
111
54
|
"properties": [
|
|
@@ -199,40 +142,137 @@
|
|
|
199
142
|
"category": "big-screen-layout"
|
|
200
143
|
},
|
|
201
144
|
{
|
|
202
|
-
"name": "data-view.
|
|
145
|
+
"name": "data-view.modern-style-treemap",
|
|
203
146
|
"properties": [
|
|
204
147
|
{
|
|
205
|
-
"name": "
|
|
148
|
+
"name": "data",
|
|
206
149
|
"description": "",
|
|
207
|
-
"
|
|
150
|
+
"attribute": false,
|
|
151
|
+
"type": "TreemapData"
|
|
208
152
|
},
|
|
209
153
|
{
|
|
210
|
-
"name": "
|
|
154
|
+
"name": "tail",
|
|
211
155
|
"description": "",
|
|
212
|
-
"
|
|
156
|
+
"default": "TailTypes[\"treemapSquarify\"]",
|
|
157
|
+
"attribute": false,
|
|
158
|
+
"type": "TailTypes"
|
|
213
159
|
},
|
|
214
160
|
{
|
|
215
|
-
"name": "
|
|
161
|
+
"name": "leafUseBrick",
|
|
216
162
|
"description": "",
|
|
217
|
-
"
|
|
163
|
+
"attribute": false,
|
|
164
|
+
"type": "{ useBrick: UseBrickConf }"
|
|
218
165
|
},
|
|
219
166
|
{
|
|
220
|
-
"name": "
|
|
167
|
+
"name": "leafContainerStyle",
|
|
221
168
|
"description": "",
|
|
222
169
|
"attribute": false,
|
|
223
|
-
"type": "
|
|
170
|
+
"type": "CSSProperties"
|
|
224
171
|
},
|
|
225
172
|
{
|
|
226
|
-
"name": "
|
|
173
|
+
"name": "tooltipUseBrick",
|
|
227
174
|
"description": "",
|
|
228
|
-
"
|
|
175
|
+
"attribute": false,
|
|
176
|
+
"type": "{ useBrick: UseBrickConf }"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "tooltipStyle",
|
|
180
|
+
"description": "",
|
|
181
|
+
"attribute": false,
|
|
182
|
+
"type": "CSSProperties"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"events": [
|
|
186
|
+
{
|
|
187
|
+
"name": "treemap.click",
|
|
188
|
+
"description": "",
|
|
189
|
+
"detail": {
|
|
190
|
+
"description": null,
|
|
191
|
+
"type": "TreemapData"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"slots": [],
|
|
196
|
+
"methods": [],
|
|
197
|
+
"parts": [],
|
|
198
|
+
"description": "现代风树图",
|
|
199
|
+
"category": "big-screen-content"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "data-view.modern-style-page-title",
|
|
203
|
+
"properties": [
|
|
204
|
+
{
|
|
205
|
+
"name": "pageTitle",
|
|
206
|
+
"description": "",
|
|
207
|
+
"type": "string"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "description",
|
|
211
|
+
"description": "",
|
|
212
|
+
"type": "string"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "backgroundStyle",
|
|
216
|
+
"description": "",
|
|
217
|
+
"attribute": false,
|
|
218
|
+
"type": "CSSProperties"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "leftRoundStyle",
|
|
222
|
+
"description": "",
|
|
223
|
+
"attribute": false,
|
|
224
|
+
"type": "CSSProperties"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "rightRoundStyle",
|
|
228
|
+
"description": "",
|
|
229
|
+
"attribute": false,
|
|
230
|
+
"type": "CSSProperties"
|
|
229
231
|
}
|
|
230
232
|
],
|
|
231
233
|
"events": [],
|
|
232
234
|
"slots": [],
|
|
233
235
|
"methods": [],
|
|
234
236
|
"parts": [],
|
|
235
|
-
"description": "
|
|
237
|
+
"description": "现代风页面标题",
|
|
238
|
+
"category": "big-screen-content"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "data-view.modern-style-component-title",
|
|
242
|
+
"properties": [
|
|
243
|
+
{
|
|
244
|
+
"name": "hideLeftComponent",
|
|
245
|
+
"description": "",
|
|
246
|
+
"default": "false"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "hideRightComponent",
|
|
250
|
+
"description": "",
|
|
251
|
+
"default": "true"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "componentTitle",
|
|
255
|
+
"description": "",
|
|
256
|
+
"type": "string"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "titleTextStyle",
|
|
260
|
+
"description": "",
|
|
261
|
+
"attribute": false,
|
|
262
|
+
"type": "CSSProperties"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "squareColor",
|
|
266
|
+
"description": "",
|
|
267
|
+
"attribute": false,
|
|
268
|
+
"type": "CSSProperties[\"color\"]"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"events": [],
|
|
272
|
+
"slots": [],
|
|
273
|
+
"methods": [],
|
|
274
|
+
"parts": [],
|
|
275
|
+
"description": "现代风组件标题",
|
|
236
276
|
"category": "big-screen-content"
|
|
237
277
|
},
|
|
238
278
|
{
|
|
@@ -276,6 +316,43 @@
|
|
|
276
316
|
"description": "基础下拉菜单",
|
|
277
317
|
"category": "big-screen-content"
|
|
278
318
|
},
|
|
319
|
+
{
|
|
320
|
+
"name": "data-view.battery-chart",
|
|
321
|
+
"properties": [
|
|
322
|
+
{
|
|
323
|
+
"name": "value",
|
|
324
|
+
"description": "",
|
|
325
|
+
"type": "number"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "batteryWidth",
|
|
329
|
+
"description": "",
|
|
330
|
+
"type": "number"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "batteryHeight",
|
|
334
|
+
"description": "",
|
|
335
|
+
"type": "number"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "thresholdColors",
|
|
339
|
+
"description": "",
|
|
340
|
+
"attribute": false,
|
|
341
|
+
"type": "ThresholdColor[]"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "thresholdValue",
|
|
345
|
+
"description": "",
|
|
346
|
+
"type": "number"
|
|
347
|
+
}
|
|
348
|
+
],
|
|
349
|
+
"events": [],
|
|
350
|
+
"slots": [],
|
|
351
|
+
"methods": [],
|
|
352
|
+
"parts": [],
|
|
353
|
+
"description": "大屏电池",
|
|
354
|
+
"category": "big-screen-content"
|
|
355
|
+
},
|
|
279
356
|
{
|
|
280
357
|
"name": "data-view.complex-search",
|
|
281
358
|
"properties": [
|
|
@@ -351,41 +428,26 @@
|
|
|
351
428
|
"category": "big-screen-content"
|
|
352
429
|
},
|
|
353
430
|
{
|
|
354
|
-
"name": "data-view.
|
|
431
|
+
"name": "data-view.particle-animation",
|
|
355
432
|
"properties": [
|
|
356
433
|
{
|
|
357
|
-
"name": "
|
|
358
|
-
"description": "",
|
|
359
|
-
"default": "false"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "hideRightComponent",
|
|
363
|
-
"description": "",
|
|
364
|
-
"default": "true"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"name": "componentTitle",
|
|
368
|
-
"description": "",
|
|
369
|
-
"type": "string"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"name": "titleTextStyle",
|
|
434
|
+
"name": "colors",
|
|
373
435
|
"description": "",
|
|
374
436
|
"attribute": false,
|
|
375
|
-
"type": "
|
|
437
|
+
"type": "ColorType"
|
|
376
438
|
},
|
|
377
439
|
{
|
|
378
|
-
"name": "
|
|
440
|
+
"name": "containerStyle",
|
|
379
441
|
"description": "",
|
|
380
442
|
"attribute": false,
|
|
381
|
-
"type": "CSSProperties
|
|
443
|
+
"type": "React.CSSProperties"
|
|
382
444
|
}
|
|
383
445
|
],
|
|
384
446
|
"events": [],
|
|
385
447
|
"slots": [],
|
|
386
448
|
"methods": [],
|
|
387
449
|
"parts": [],
|
|
388
|
-
"description": "
|
|
450
|
+
"description": "大屏粒子加载动效",
|
|
389
451
|
"category": "big-screen-content"
|
|
390
452
|
},
|
|
391
453
|
{
|
|
@@ -435,66 +497,30 @@
|
|
|
435
497
|
"category": "big-screen-content"
|
|
436
498
|
},
|
|
437
499
|
{
|
|
438
|
-
"name": "data-view.
|
|
500
|
+
"name": "data-view.app-wall-card-item",
|
|
439
501
|
"properties": [
|
|
440
502
|
{
|
|
441
|
-
"name": "
|
|
442
|
-
"description": "",
|
|
443
|
-
"
|
|
503
|
+
"name": "status",
|
|
504
|
+
"description": "状态",
|
|
505
|
+
"default": "\"normal\"",
|
|
506
|
+
"type": "\"normal\" | \"warning\""
|
|
444
507
|
},
|
|
445
508
|
{
|
|
446
|
-
"name": "
|
|
447
|
-
"description": "",
|
|
509
|
+
"name": "cardTitle",
|
|
510
|
+
"description": "标题",
|
|
448
511
|
"type": "string"
|
|
449
512
|
},
|
|
450
513
|
{
|
|
451
|
-
"name": "
|
|
452
|
-
"description": "",
|
|
453
|
-
"
|
|
454
|
-
"type": "CSSProperties"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"name": "leftRoundStyle",
|
|
458
|
-
"description": "",
|
|
459
|
-
"attribute": false,
|
|
460
|
-
"type": "CSSProperties"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"name": "rightRoundStyle",
|
|
464
|
-
"description": "",
|
|
465
|
-
"attribute": false,
|
|
466
|
-
"type": "CSSProperties"
|
|
467
|
-
}
|
|
468
|
-
],
|
|
469
|
-
"events": [],
|
|
470
|
-
"slots": [],
|
|
471
|
-
"methods": [],
|
|
472
|
-
"parts": [],
|
|
473
|
-
"description": "现代风页面标题",
|
|
474
|
-
"category": "big-screen-content"
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"name": "data-view.particle-animation",
|
|
478
|
-
"properties": [
|
|
479
|
-
{
|
|
480
|
-
"name": "colors",
|
|
481
|
-
"description": "",
|
|
482
|
-
"attribute": false,
|
|
483
|
-
"type": "ColorType"
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"name": "containerStyle",
|
|
487
|
-
"description": "",
|
|
488
|
-
"attribute": false,
|
|
489
|
-
"type": "React.CSSProperties"
|
|
514
|
+
"name": "description",
|
|
515
|
+
"description": "描述",
|
|
516
|
+
"type": "string"
|
|
490
517
|
}
|
|
491
518
|
],
|
|
492
519
|
"events": [],
|
|
493
520
|
"slots": [],
|
|
494
521
|
"methods": [],
|
|
495
522
|
"parts": [],
|
|
496
|
-
"description": "
|
|
497
|
-
"category": "big-screen-content"
|
|
523
|
+
"description": "应用墙子构件----卡片项"
|
|
498
524
|
},
|
|
499
525
|
{
|
|
500
526
|
"name": "data-view.app-wall-system-card",
|
|
@@ -544,32 +570,6 @@
|
|
|
544
570
|
"parts": [],
|
|
545
571
|
"description": "应用墙系统卡片"
|
|
546
572
|
},
|
|
547
|
-
{
|
|
548
|
-
"name": "data-view.app-wall-card-item",
|
|
549
|
-
"properties": [
|
|
550
|
-
{
|
|
551
|
-
"name": "status",
|
|
552
|
-
"description": "状态",
|
|
553
|
-
"default": "\"normal\"",
|
|
554
|
-
"type": "\"normal\" | \"warning\""
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"name": "cardTitle",
|
|
558
|
-
"description": "标题",
|
|
559
|
-
"type": "string"
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"name": "description",
|
|
563
|
-
"description": "描述",
|
|
564
|
-
"type": "string"
|
|
565
|
-
}
|
|
566
|
-
],
|
|
567
|
-
"events": [],
|
|
568
|
-
"slots": [],
|
|
569
|
-
"methods": [],
|
|
570
|
-
"parts": [],
|
|
571
|
-
"description": "应用墙子构件----卡片项"
|
|
572
|
-
},
|
|
573
573
|
{
|
|
574
574
|
"name": "data-view.app-wall-relation-line",
|
|
575
575
|
"properties": [
|
|
@@ -784,6 +784,43 @@
|
|
|
784
784
|
"description": "cabinet 部署架构拓扑",
|
|
785
785
|
"category": "big-screen-content"
|
|
786
786
|
},
|
|
787
|
+
{
|
|
788
|
+
"name": "data-view.graph-text",
|
|
789
|
+
"properties": [
|
|
790
|
+
{
|
|
791
|
+
"name": "text",
|
|
792
|
+
"description": "",
|
|
793
|
+
"type": "string"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"name": "value",
|
|
797
|
+
"description": "",
|
|
798
|
+
"type": "string | number"
|
|
799
|
+
}
|
|
800
|
+
],
|
|
801
|
+
"events": [],
|
|
802
|
+
"slots": [],
|
|
803
|
+
"methods": [],
|
|
804
|
+
"parts": [],
|
|
805
|
+
"description": "Graph text",
|
|
806
|
+
"category": "big-screen-content"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "data-view.graph-node",
|
|
810
|
+
"properties": [
|
|
811
|
+
{
|
|
812
|
+
"name": "url",
|
|
813
|
+
"description": "",
|
|
814
|
+
"type": "string"
|
|
815
|
+
}
|
|
816
|
+
],
|
|
817
|
+
"events": [],
|
|
818
|
+
"slots": [],
|
|
819
|
+
"methods": [],
|
|
820
|
+
"parts": [],
|
|
821
|
+
"description": "Graph Node",
|
|
822
|
+
"category": "big-screen-content"
|
|
823
|
+
},
|
|
787
824
|
{
|
|
788
825
|
"name": "data-view.app-wall",
|
|
789
826
|
"properties": [
|
|
@@ -901,43 +938,6 @@
|
|
|
901
938
|
"description": "应用墙",
|
|
902
939
|
"category": "big-screen-layout"
|
|
903
940
|
},
|
|
904
|
-
{
|
|
905
|
-
"name": "data-view.graph-text",
|
|
906
|
-
"properties": [
|
|
907
|
-
{
|
|
908
|
-
"name": "text",
|
|
909
|
-
"description": "",
|
|
910
|
-
"type": "string"
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"name": "value",
|
|
914
|
-
"description": "",
|
|
915
|
-
"type": "string | number"
|
|
916
|
-
}
|
|
917
|
-
],
|
|
918
|
-
"events": [],
|
|
919
|
-
"slots": [],
|
|
920
|
-
"methods": [],
|
|
921
|
-
"parts": [],
|
|
922
|
-
"description": "Graph text",
|
|
923
|
-
"category": "big-screen-content"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"name": "data-view.graph-node",
|
|
927
|
-
"properties": [
|
|
928
|
-
{
|
|
929
|
-
"name": "url",
|
|
930
|
-
"description": "",
|
|
931
|
-
"type": "string"
|
|
932
|
-
}
|
|
933
|
-
],
|
|
934
|
-
"events": [],
|
|
935
|
-
"slots": [],
|
|
936
|
-
"methods": [],
|
|
937
|
-
"parts": [],
|
|
938
|
-
"description": "Graph Node",
|
|
939
|
-
"category": "big-screen-content"
|
|
940
|
-
},
|
|
941
941
|
{
|
|
942
942
|
"name": "data-view.graph-layout-grid",
|
|
943
943
|
"properties": [
|
|
@@ -970,37 +970,6 @@
|
|
|
970
970
|
"description": "Graph grid 布局",
|
|
971
971
|
"category": "big-screen-content"
|
|
972
972
|
},
|
|
973
|
-
{
|
|
974
|
-
"name": "data-view.grid-background",
|
|
975
|
-
"properties": [
|
|
976
|
-
{
|
|
977
|
-
"name": "color",
|
|
978
|
-
"description": "",
|
|
979
|
-
"default": "\"#235F90\"",
|
|
980
|
-
"attribute": false,
|
|
981
|
-
"type": "React.CSSProperties[\"color\"]"
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"name": "maskStyle",
|
|
985
|
-
"description": "",
|
|
986
|
-
"attribute": false,
|
|
987
|
-
"type": "React.CSSProperties"
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"name": "particleColor",
|
|
991
|
-
"description": "",
|
|
992
|
-
"default": "{\n startColor: \"#477AFFFF\",\n endColor: \"#5F83FF00\",\n }",
|
|
993
|
-
"attribute": false,
|
|
994
|
-
"type": "ParticleColor"
|
|
995
|
-
}
|
|
996
|
-
],
|
|
997
|
-
"events": [],
|
|
998
|
-
"slots": [],
|
|
999
|
-
"methods": [],
|
|
1000
|
-
"parts": [],
|
|
1001
|
-
"description": "大屏网格背景",
|
|
1002
|
-
"category": "big-screen-layout"
|
|
1003
|
-
},
|
|
1004
973
|
{
|
|
1005
974
|
"name": "data-view.gear-background",
|
|
1006
975
|
"properties": [
|
|
@@ -1102,6 +1071,37 @@
|
|
|
1102
1071
|
"description": "雷达图",
|
|
1103
1072
|
"category": "big-screen-content"
|
|
1104
1073
|
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "data-view.grid-background",
|
|
1076
|
+
"properties": [
|
|
1077
|
+
{
|
|
1078
|
+
"name": "color",
|
|
1079
|
+
"description": "",
|
|
1080
|
+
"default": "\"#235F90\"",
|
|
1081
|
+
"attribute": false,
|
|
1082
|
+
"type": "React.CSSProperties[\"color\"]"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "maskStyle",
|
|
1086
|
+
"description": "",
|
|
1087
|
+
"attribute": false,
|
|
1088
|
+
"type": "React.CSSProperties"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"name": "particleColor",
|
|
1092
|
+
"description": "",
|
|
1093
|
+
"default": "{\n startColor: \"#477AFFFF\",\n endColor: \"#5F83FF00\",\n }",
|
|
1094
|
+
"attribute": false,
|
|
1095
|
+
"type": "ParticleColor"
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"events": [],
|
|
1099
|
+
"slots": [],
|
|
1100
|
+
"methods": [],
|
|
1101
|
+
"parts": [],
|
|
1102
|
+
"description": "大屏网格背景",
|
|
1103
|
+
"category": "big-screen-layout"
|
|
1104
|
+
},
|
|
1105
1105
|
{
|
|
1106
1106
|
"name": "data-view.title-text",
|
|
1107
1107
|
"properties": [
|
|
@@ -1239,6 +1239,30 @@
|
|
|
1239
1239
|
"description": "大屏标题栏三种样式构件",
|
|
1240
1240
|
"category": "big-screen-content"
|
|
1241
1241
|
},
|
|
1242
|
+
{
|
|
1243
|
+
"name": "data-view.lights-component-title",
|
|
1244
|
+
"properties": [
|
|
1245
|
+
{
|
|
1246
|
+
"name": "componentTitle",
|
|
1247
|
+
"description": "组件标题",
|
|
1248
|
+
"default": "-",
|
|
1249
|
+
"type": "string"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"name": "theme",
|
|
1253
|
+
"description": "",
|
|
1254
|
+
"required": true,
|
|
1255
|
+
"default": null,
|
|
1256
|
+
"type": "\"light\" | \"dark\""
|
|
1257
|
+
}
|
|
1258
|
+
],
|
|
1259
|
+
"events": [],
|
|
1260
|
+
"slots": [],
|
|
1261
|
+
"methods": [],
|
|
1262
|
+
"parts": [],
|
|
1263
|
+
"description": "构件 `data-view.lights-component-title`",
|
|
1264
|
+
"category": "big-screen-content"
|
|
1265
|
+
},
|
|
1242
1266
|
{
|
|
1243
1267
|
"name": "data-view.hi-tech-button",
|
|
1244
1268
|
"properties": [
|
|
@@ -1271,30 +1295,6 @@
|
|
|
1271
1295
|
"parts": [],
|
|
1272
1296
|
"description": "大屏按钮"
|
|
1273
1297
|
},
|
|
1274
|
-
{
|
|
1275
|
-
"name": "data-view.lights-component-title",
|
|
1276
|
-
"properties": [
|
|
1277
|
-
{
|
|
1278
|
-
"name": "componentTitle",
|
|
1279
|
-
"description": "组件标题",
|
|
1280
|
-
"default": "-",
|
|
1281
|
-
"type": "string"
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"name": "theme",
|
|
1285
|
-
"description": "",
|
|
1286
|
-
"required": true,
|
|
1287
|
-
"default": null,
|
|
1288
|
-
"type": "\"light\" | \"dark\""
|
|
1289
|
-
}
|
|
1290
|
-
],
|
|
1291
|
-
"events": [],
|
|
1292
|
-
"slots": [],
|
|
1293
|
-
"methods": [],
|
|
1294
|
-
"parts": [],
|
|
1295
|
-
"description": "构件 `data-view.lights-component-title`",
|
|
1296
|
-
"category": "big-screen-content"
|
|
1297
|
-
},
|
|
1298
1298
|
{
|
|
1299
1299
|
"name": "data-view.tech-mesh-base-view",
|
|
1300
1300
|
"properties": [],
|