@next-bricks/data-view 1.3.2 → 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.
@@ -49,6 +49,98 @@
49
49
  "description": "大屏仪表盘",
50
50
  "category": "big-screen-content"
51
51
  },
52
+ {
53
+ "name": "data-view.tabs-drawer",
54
+ "properties": [
55
+ {
56
+ "name": "tabList",
57
+ "description": "",
58
+ "required": true,
59
+ "default": "-",
60
+ "attribute": false,
61
+ "type": "TabItem[]"
62
+ },
63
+ {
64
+ "name": "activeKey",
65
+ "description": "",
66
+ "required": true,
67
+ "default": "-",
68
+ "type": "string"
69
+ },
70
+ {
71
+ "name": "width",
72
+ "description": "",
73
+ "attribute": false,
74
+ "type": "number | string"
75
+ },
76
+ {
77
+ "name": "drawerStyle",
78
+ "description": "",
79
+ "attribute": false,
80
+ "type": "React.CSSProperties"
81
+ },
82
+ {
83
+ "name": "bodyStyle",
84
+ "description": "",
85
+ "attribute": false,
86
+ "type": "React.CSSProperties"
87
+ },
88
+ {
89
+ "name": "zIndex",
90
+ "description": "",
91
+ "type": "number"
92
+ },
93
+ {
94
+ "name": "visible",
95
+ "description": "",
96
+ "type": "boolean"
97
+ }
98
+ ],
99
+ "events": [
100
+ {
101
+ "name": "open",
102
+ "description": "",
103
+ "detail": {
104
+ "description": null,
105
+ "type": "void"
106
+ }
107
+ },
108
+ {
109
+ "name": "close",
110
+ "description": "",
111
+ "detail": {
112
+ "description": null,
113
+ "type": "void"
114
+ }
115
+ },
116
+ {
117
+ "name": "tab.change",
118
+ "description": "",
119
+ "detail": {
120
+ "description": "`string`",
121
+ "type": "string"
122
+ }
123
+ }
124
+ ],
125
+ "slots": [],
126
+ "methods": [
127
+ {
128
+ "name": "open",
129
+ "params": [],
130
+ "description": "",
131
+ "returns": {}
132
+ },
133
+ {
134
+ "name": "close",
135
+ "params": [],
136
+ "description": "",
137
+ "returns": {}
138
+ }
139
+ ],
140
+ "parts": [],
141
+ "description": "大屏仪标签页抽屉",
142
+ "category": "big-screen-layout"
143
+ },
52
144
  {
53
145
  "name": "data-view.modern-style-treemap",
54
146
  "properties": [
@@ -107,40 +199,80 @@
107
199
  "category": "big-screen-content"
108
200
  },
109
201
  {
110
- "name": "data-view.battery-chart",
202
+ "name": "data-view.modern-style-page-title",
111
203
  "properties": [
112
204
  {
113
- "name": "value",
205
+ "name": "pageTitle",
114
206
  "description": "",
115
- "type": "number"
207
+ "type": "string"
116
208
  },
117
209
  {
118
- "name": "batteryWidth",
210
+ "name": "description",
119
211
  "description": "",
120
- "type": "number"
212
+ "type": "string"
121
213
  },
122
214
  {
123
- "name": "batteryHeight",
215
+ "name": "backgroundStyle",
124
216
  "description": "",
125
- "type": "number"
217
+ "attribute": false,
218
+ "type": "CSSProperties"
126
219
  },
127
220
  {
128
- "name": "thresholdColors",
221
+ "name": "leftRoundStyle",
129
222
  "description": "",
130
223
  "attribute": false,
131
- "type": "ThresholdColor[]"
224
+ "type": "CSSProperties"
132
225
  },
133
226
  {
134
- "name": "thresholdValue",
227
+ "name": "rightRoundStyle",
135
228
  "description": "",
136
- "type": "number"
229
+ "attribute": false,
230
+ "type": "CSSProperties"
137
231
  }
138
232
  ],
139
233
  "events": [],
140
234
  "slots": [],
141
235
  "methods": [],
142
236
  "parts": [],
143
- "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": "现代风组件标题",
144
276
  "category": "big-screen-content"
145
277
  },
146
278
  {
@@ -185,42 +317,40 @@
185
317
  "category": "big-screen-content"
186
318
  },
187
319
  {
188
- "name": "data-view.modern-style-page-title",
320
+ "name": "data-view.battery-chart",
189
321
  "properties": [
190
322
  {
191
- "name": "pageTitle",
323
+ "name": "value",
192
324
  "description": "",
193
- "type": "string"
325
+ "type": "number"
194
326
  },
195
327
  {
196
- "name": "description",
328
+ "name": "batteryWidth",
197
329
  "description": "",
198
- "type": "string"
330
+ "type": "number"
199
331
  },
200
332
  {
201
- "name": "backgroundStyle",
333
+ "name": "batteryHeight",
202
334
  "description": "",
203
- "attribute": false,
204
- "type": "CSSProperties"
335
+ "type": "number"
205
336
  },
206
337
  {
207
- "name": "leftRoundStyle",
338
+ "name": "thresholdColors",
208
339
  "description": "",
209
340
  "attribute": false,
210
- "type": "CSSProperties"
341
+ "type": "ThresholdColor[]"
211
342
  },
212
343
  {
213
- "name": "rightRoundStyle",
344
+ "name": "thresholdValue",
214
345
  "description": "",
215
- "attribute": false,
216
- "type": "CSSProperties"
346
+ "type": "number"
217
347
  }
218
348
  ],
219
349
  "events": [],
220
350
  "slots": [],
221
351
  "methods": [],
222
352
  "parts": [],
223
- "description": "现代风页面标题",
353
+ "description": "大屏电池",
224
354
  "category": "big-screen-content"
225
355
  },
226
356
  {
@@ -297,6 +427,29 @@
297
427
  "description": "大屏搜索构件",
298
428
  "category": "big-screen-content"
299
429
  },
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
+ },
300
453
  {
301
454
  "name": "data-view.loading-panel",
302
455
  "properties": [
@@ -343,29 +496,6 @@
343
496
  "description": "大屏加载模块展示",
344
497
  "category": "big-screen-content"
345
498
  },
346
- {
347
- "name": "data-view.particle-animation",
348
- "properties": [
349
- {
350
- "name": "colors",
351
- "description": "",
352
- "attribute": false,
353
- "type": "ColorType"
354
- },
355
- {
356
- "name": "containerStyle",
357
- "description": "",
358
- "attribute": false,
359
- "type": "React.CSSProperties"
360
- }
361
- ],
362
- "events": [],
363
- "slots": [],
364
- "methods": [],
365
- "parts": [],
366
- "description": "大屏粒子加载动效",
367
- "category": "big-screen-content"
368
- },
369
499
  {
370
500
  "name": "data-view.app-wall-card-item",
371
501
  "properties": [
@@ -440,44 +570,6 @@
440
570
  "parts": [],
441
571
  "description": "应用墙系统卡片"
442
572
  },
443
- {
444
- "name": "data-view.modern-style-component-title",
445
- "properties": [
446
- {
447
- "name": "hideLeftComponent",
448
- "description": "",
449
- "default": "false"
450
- },
451
- {
452
- "name": "hideRightComponent",
453
- "description": "",
454
- "default": "true"
455
- },
456
- {
457
- "name": "componentTitle",
458
- "description": "",
459
- "type": "string"
460
- },
461
- {
462
- "name": "titleTextStyle",
463
- "description": "",
464
- "attribute": false,
465
- "type": "CSSProperties"
466
- },
467
- {
468
- "name": "squareColor",
469
- "description": "",
470
- "attribute": false,
471
- "type": "CSSProperties[\"color\"]"
472
- }
473
- ],
474
- "events": [],
475
- "slots": [],
476
- "methods": [],
477
- "parts": [],
478
- "description": "现代风组件标题",
479
- "category": "big-screen-content"
480
- },
481
573
  {
482
574
  "name": "data-view.app-wall-relation-line",
483
575
  "properties": [
@@ -510,98 +602,6 @@
510
602
  "parts": [],
511
603
  "description": "大屏按钮"
512
604
  },
513
- {
514
- "name": "data-view.tabs-drawer",
515
- "properties": [
516
- {
517
- "name": "tabList",
518
- "description": "",
519
- "required": true,
520
- "default": "-",
521
- "attribute": false,
522
- "type": "TabItem[]"
523
- },
524
- {
525
- "name": "activeKey",
526
- "description": "",
527
- "required": true,
528
- "default": "-",
529
- "type": "string"
530
- },
531
- {
532
- "name": "width",
533
- "description": "",
534
- "attribute": false,
535
- "type": "number | string"
536
- },
537
- {
538
- "name": "drawerStyle",
539
- "description": "",
540
- "attribute": false,
541
- "type": "React.CSSProperties"
542
- },
543
- {
544
- "name": "bodyStyle",
545
- "description": "",
546
- "attribute": false,
547
- "type": "React.CSSProperties"
548
- },
549
- {
550
- "name": "zIndex",
551
- "description": "",
552
- "type": "number"
553
- },
554
- {
555
- "name": "visible",
556
- "description": "",
557
- "type": "boolean"
558
- }
559
- ],
560
- "events": [
561
- {
562
- "name": "open",
563
- "description": "",
564
- "detail": {
565
- "description": null,
566
- "type": "void"
567
- }
568
- },
569
- {
570
- "name": "close",
571
- "description": "",
572
- "detail": {
573
- "description": null,
574
- "type": "void"
575
- }
576
- },
577
- {
578
- "name": "tab.change",
579
- "description": "",
580
- "detail": {
581
- "description": "`string`",
582
- "type": "string"
583
- }
584
- }
585
- ],
586
- "slots": [],
587
- "methods": [
588
- {
589
- "name": "open",
590
- "params": [],
591
- "description": "",
592
- "returns": {}
593
- },
594
- {
595
- "name": "close",
596
- "params": [],
597
- "description": "",
598
- "returns": {}
599
- }
600
- ],
601
- "parts": [],
602
- "description": "大屏仪标签页抽屉",
603
- "category": "big-screen-layout"
604
- },
605
605
  {
606
606
  "name": "data-view.cabinet-node",
607
607
  "properties": [
@@ -805,6 +805,22 @@
805
805
  "description": "Graph text",
806
806
  "category": "big-screen-content"
807
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
+ },
808
824
  {
809
825
  "name": "data-view.app-wall",
810
826
  "properties": [
@@ -922,22 +938,6 @@
922
938
  "description": "应用墙",
923
939
  "category": "big-screen-layout"
924
940
  },
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": [