@next-bricks/data-view 1.3.4 → 1.3.5

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.
@@ -141,6 +141,44 @@
141
141
  "description": "大屏仪标签页抽屉",
142
142
  "category": "big-screen-layout"
143
143
  },
144
+ {
145
+ "name": "data-view.modern-style-component-title",
146
+ "properties": [
147
+ {
148
+ "name": "hideLeftComponent",
149
+ "description": "",
150
+ "default": "false"
151
+ },
152
+ {
153
+ "name": "hideRightComponent",
154
+ "description": "",
155
+ "default": "true"
156
+ },
157
+ {
158
+ "name": "componentTitle",
159
+ "description": "",
160
+ "type": "string"
161
+ },
162
+ {
163
+ "name": "titleTextStyle",
164
+ "description": "",
165
+ "attribute": false,
166
+ "type": "CSSProperties"
167
+ },
168
+ {
169
+ "name": "squareColor",
170
+ "description": "",
171
+ "attribute": false,
172
+ "type": "CSSProperties[\"color\"]"
173
+ }
174
+ ],
175
+ "events": [],
176
+ "slots": [],
177
+ "methods": [],
178
+ "parts": [],
179
+ "description": "现代风组件标题",
180
+ "category": "big-screen-content"
181
+ },
144
182
  {
145
183
  "name": "data-view.modern-style-treemap",
146
184
  "properties": [
@@ -238,41 +276,40 @@
238
276
  "category": "big-screen-content"
239
277
  },
240
278
  {
241
- "name": "data-view.modern-style-component-title",
279
+ "name": "data-view.battery-chart",
242
280
  "properties": [
243
281
  {
244
- "name": "hideLeftComponent",
282
+ "name": "value",
245
283
  "description": "",
246
- "default": "false"
284
+ "type": "number"
247
285
  },
248
286
  {
249
- "name": "hideRightComponent",
287
+ "name": "batteryWidth",
250
288
  "description": "",
251
- "default": "true"
289
+ "type": "number"
252
290
  },
253
291
  {
254
- "name": "componentTitle",
292
+ "name": "batteryHeight",
255
293
  "description": "",
256
- "type": "string"
294
+ "type": "number"
257
295
  },
258
296
  {
259
- "name": "titleTextStyle",
297
+ "name": "thresholdColors",
260
298
  "description": "",
261
299
  "attribute": false,
262
- "type": "CSSProperties"
300
+ "type": "ThresholdColor[]"
263
301
  },
264
302
  {
265
- "name": "squareColor",
303
+ "name": "thresholdValue",
266
304
  "description": "",
267
- "attribute": false,
268
- "type": "CSSProperties[\"color\"]"
305
+ "type": "number"
269
306
  }
270
307
  ],
271
308
  "events": [],
272
309
  "slots": [],
273
310
  "methods": [],
274
311
  "parts": [],
275
- "description": "现代风组件标题",
312
+ "description": "大屏电池",
276
313
  "category": "big-screen-content"
277
314
  },
278
315
  {
@@ -317,40 +354,49 @@
317
354
  "category": "big-screen-content"
318
355
  },
319
356
  {
320
- "name": "data-view.battery-chart",
357
+ "name": "data-view.loading-panel",
321
358
  "properties": [
322
359
  {
323
- "name": "value",
360
+ "name": "customTitle",
324
361
  "description": "",
325
- "type": "number"
362
+ "type": "string"
326
363
  },
327
364
  {
328
- "name": "batteryWidth",
365
+ "name": "loading",
329
366
  "description": "",
330
- "type": "number"
367
+ "type": "boolean"
331
368
  },
332
369
  {
333
- "name": "batteryHeight",
370
+ "name": "useRealTimeProgress",
334
371
  "description": "",
335
- "type": "number"
372
+ "default": "false",
373
+ "type": "boolean"
336
374
  },
337
375
  {
338
- "name": "thresholdColors",
376
+ "name": "progress",
339
377
  "description": "",
340
- "attribute": false,
341
- "type": "ThresholdColor[]"
378
+ "type": "number"
342
379
  },
343
380
  {
344
- "name": "thresholdValue",
381
+ "name": "intervalTime",
345
382
  "description": "",
346
383
  "type": "number"
347
384
  }
348
385
  ],
349
- "events": [],
386
+ "events": [
387
+ {
388
+ "name": "end",
389
+ "description": "",
390
+ "detail": {
391
+ "description": null,
392
+ "type": "void"
393
+ }
394
+ }
395
+ ],
350
396
  "slots": [],
351
397
  "methods": [],
352
398
  "parts": [],
353
- "description": "大屏电池",
399
+ "description": "大屏加载模块展示",
354
400
  "category": "big-screen-content"
355
401
  },
356
402
  {
@@ -427,75 +473,6 @@
427
473
  "description": "大屏搜索构件",
428
474
  "category": "big-screen-content"
429
475
  },
430
- {
431
- "name": "data-view.particle-animation",
432
- "properties": [
433
- {
434
- "name": "colors",
435
- "description": "",
436
- "attribute": false,
437
- "type": "ColorType"
438
- },
439
- {
440
- "name": "containerStyle",
441
- "description": "",
442
- "attribute": false,
443
- "type": "React.CSSProperties"
444
- }
445
- ],
446
- "events": [],
447
- "slots": [],
448
- "methods": [],
449
- "parts": [],
450
- "description": "大屏粒子加载动效",
451
- "category": "big-screen-content"
452
- },
453
- {
454
- "name": "data-view.loading-panel",
455
- "properties": [
456
- {
457
- "name": "customTitle",
458
- "description": "",
459
- "type": "string"
460
- },
461
- {
462
- "name": "loading",
463
- "description": "",
464
- "type": "boolean"
465
- },
466
- {
467
- "name": "useRealTimeProgress",
468
- "description": "",
469
- "default": "false",
470
- "type": "boolean"
471
- },
472
- {
473
- "name": "progress",
474
- "description": "",
475
- "type": "number"
476
- },
477
- {
478
- "name": "intervalTime",
479
- "description": "",
480
- "type": "number"
481
- }
482
- ],
483
- "events": [
484
- {
485
- "name": "end",
486
- "description": "",
487
- "detail": {
488
- "description": null,
489
- "type": "void"
490
- }
491
- }
492
- ],
493
- "slots": [],
494
- "methods": [],
495
- "parts": [],
496
- "description": "大屏加载模块展示",
497
- "category": "big-screen-content"
498
- },
499
476
  {
500
477
  "name": "data-view.app-wall-card-item",
501
478
  "properties": [
@@ -570,6 +547,29 @@
570
547
  "parts": [],
571
548
  "description": "应用墙系统卡片"
572
549
  },
550
+ {
551
+ "name": "data-view.particle-animation",
552
+ "properties": [
553
+ {
554
+ "name": "colors",
555
+ "description": "",
556
+ "attribute": false,
557
+ "type": "ColorType"
558
+ },
559
+ {
560
+ "name": "containerStyle",
561
+ "description": "",
562
+ "attribute": false,
563
+ "type": "React.CSSProperties"
564
+ }
565
+ ],
566
+ "events": [],
567
+ "slots": [],
568
+ "methods": [],
569
+ "parts": [],
570
+ "description": "大屏粒子加载动效",
571
+ "category": "big-screen-content"
572
+ },
573
573
  {
574
574
  "name": "data-view.app-wall-relation-line",
575
575
  "properties": [
@@ -784,43 +784,6 @@
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
- },
824
787
  {
825
788
  "name": "data-view.app-wall",
826
789
  "properties": [
@@ -938,6 +901,43 @@
938
901
  "description": "应用墙",
939
902
  "category": "big-screen-layout"
940
903
  },
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,6 +970,37 @@
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
+ },
973
1004
  {
974
1005
  "name": "data-view.gear-background",
975
1006
  "properties": [
@@ -1071,37 +1102,6 @@
1071
1102
  "description": "雷达图",
1072
1103
  "category": "big-screen-content"
1073
1104
  },
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": [