@next-bricks/data-view 1.3.0 → 1.3.2

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,83 +49,6 @@
49
49
  "description": "大屏仪表盘",
50
50
  "category": "big-screen-content"
51
51
  },
52
- {
53
- "name": "data-view.modern-style-component-title",
54
- "properties": [
55
- {
56
- "name": "hideLeftComponent",
57
- "description": "",
58
- "default": "false"
59
- },
60
- {
61
- "name": "hideRightComponent",
62
- "description": "",
63
- "default": "true"
64
- },
65
- {
66
- "name": "componentTitle",
67
- "description": "",
68
- "type": "string"
69
- },
70
- {
71
- "name": "titleTextStyle",
72
- "description": "",
73
- "attribute": false,
74
- "type": "CSSProperties"
75
- },
76
- {
77
- "name": "squareColor",
78
- "description": "",
79
- "attribute": false,
80
- "type": "CSSProperties[\"color\"]"
81
- }
82
- ],
83
- "events": [],
84
- "slots": [],
85
- "methods": [],
86
- "parts": [],
87
- "description": "现代风组件标题",
88
- "category": "big-screen-content"
89
- },
90
- {
91
- "name": "data-view.modern-style-page-title",
92
- "properties": [
93
- {
94
- "name": "pageTitle",
95
- "description": "",
96
- "type": "string"
97
- },
98
- {
99
- "name": "description",
100
- "description": "",
101
- "type": "string"
102
- },
103
- {
104
- "name": "backgroundStyle",
105
- "description": "",
106
- "attribute": false,
107
- "type": "CSSProperties"
108
- },
109
- {
110
- "name": "leftRoundStyle",
111
- "description": "",
112
- "attribute": false,
113
- "type": "CSSProperties"
114
- },
115
- {
116
- "name": "rightRoundStyle",
117
- "description": "",
118
- "attribute": false,
119
- "type": "CSSProperties"
120
- }
121
- ],
122
- "events": [],
123
- "slots": [],
124
- "methods": [],
125
- "parts": [],
126
- "description": "现代风页面标题",
127
- "category": "big-screen-content"
128
- },
129
52
  {
130
53
  "name": "data-view.modern-style-treemap",
131
54
  "properties": [
@@ -221,136 +144,83 @@
221
144
  "category": "big-screen-content"
222
145
  },
223
146
  {
224
- "name": "data-view.tabs-drawer",
147
+ "name": "data-view.dropdown-menu",
225
148
  "properties": [
226
149
  {
227
- "name": "tabList",
150
+ "name": "options",
228
151
  "description": "",
229
- "required": true,
230
- "default": "-",
231
152
  "attribute": false,
232
- "type": "TabItem[]"
153
+ "type": "{ label: string; value: string }[]"
233
154
  },
234
155
  {
235
- "name": "activeKey",
156
+ "name": "value",
236
157
  "description": "",
237
- "required": true,
238
- "default": "-",
239
158
  "type": "string"
240
159
  },
241
160
  {
242
- "name": "width",
243
- "description": "",
244
- "attribute": false,
245
- "type": "number | string"
246
- },
247
- {
248
- "name": "drawerStyle",
249
- "description": "",
250
- "attribute": false,
251
- "type": "React.CSSProperties"
252
- },
253
- {
254
- "name": "bodyStyle",
255
- "description": "",
256
- "attribute": false,
257
- "type": "React.CSSProperties"
258
- },
259
- {
260
- "name": "zIndex",
161
+ "name": "placeholder",
261
162
  "description": "",
262
- "type": "number"
163
+ "type": "string"
263
164
  },
264
165
  {
265
- "name": "visible",
166
+ "name": "allowClear",
266
167
  "description": "",
267
168
  "type": "boolean"
268
169
  }
269
170
  ],
270
171
  "events": [
271
172
  {
272
- "name": "open",
273
- "description": "",
274
- "detail": {
275
- "description": null,
276
- "type": "void"
277
- }
278
- },
279
- {
280
- "name": "close",
173
+ "name": "value.change",
281
174
  "description": "",
282
175
  "detail": {
283
176
  "description": null,
284
- "type": "void"
285
- }
286
- },
287
- {
288
- "name": "tab.change",
289
- "description": "",
290
- "detail": {
291
- "description": "`string`",
292
177
  "type": "string"
293
178
  }
294
179
  }
295
180
  ],
296
181
  "slots": [],
297
- "methods": [
298
- {
299
- "name": "open",
300
- "params": [],
301
- "description": "",
302
- "returns": {}
303
- },
304
- {
305
- "name": "close",
306
- "params": [],
307
- "description": "",
308
- "returns": {}
309
- }
310
- ],
182
+ "methods": [],
311
183
  "parts": [],
312
- "description": "大屏仪标签页抽屉",
313
- "category": "big-screen-layout"
184
+ "description": "基础下拉菜单",
185
+ "category": "big-screen-content"
314
186
  },
315
187
  {
316
- "name": "data-view.dropdown-menu",
188
+ "name": "data-view.modern-style-page-title",
317
189
  "properties": [
318
190
  {
319
- "name": "options",
191
+ "name": "pageTitle",
320
192
  "description": "",
321
- "attribute": false,
322
- "type": "{ label: string; value: string }[]"
193
+ "type": "string"
323
194
  },
324
195
  {
325
- "name": "value",
196
+ "name": "description",
326
197
  "description": "",
327
198
  "type": "string"
328
199
  },
329
200
  {
330
- "name": "placeholder",
201
+ "name": "backgroundStyle",
331
202
  "description": "",
332
- "type": "string"
203
+ "attribute": false,
204
+ "type": "CSSProperties"
333
205
  },
334
206
  {
335
- "name": "allowClear",
207
+ "name": "leftRoundStyle",
336
208
  "description": "",
337
- "type": "boolean"
338
- }
339
- ],
340
- "events": [
209
+ "attribute": false,
210
+ "type": "CSSProperties"
211
+ },
341
212
  {
342
- "name": "value.change",
213
+ "name": "rightRoundStyle",
343
214
  "description": "",
344
- "detail": {
345
- "description": null,
346
- "type": "string"
347
- }
215
+ "attribute": false,
216
+ "type": "CSSProperties"
348
217
  }
349
218
  ],
219
+ "events": [],
350
220
  "slots": [],
351
221
  "methods": [],
352
222
  "parts": [],
353
- "description": "基础下拉菜单",
223
+ "description": "现代风页面标题",
354
224
  "category": "big-screen-content"
355
225
  },
356
226
  {
@@ -570,6 +440,44 @@
570
440
  "parts": [],
571
441
  "description": "应用墙系统卡片"
572
442
  },
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
+ },
573
481
  {
574
482
  "name": "data-view.app-wall-relation-line",
575
483
  "properties": [
@@ -602,6 +510,98 @@
602
510
  "parts": [],
603
511
  "description": "大屏按钮"
604
512
  },
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": [
@@ -784,6 +784,27 @@
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
+ },
787
808
  {
788
809
  "name": "data-view.app-wall",
789
810
  "properties": [
@@ -901,27 +922,6 @@
901
922
  "description": "应用墙",
902
923
  "category": "big-screen-layout"
903
924
  },
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
925
  {
926
926
  "name": "data-view.graph-node",
927
927
  "properties": [
@@ -1001,6 +1001,24 @@
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
+ },
1004
1022
  {
1005
1023
  "name": "data-view.radar-chart",
1006
1024
  "properties": [
@@ -1084,24 +1102,6 @@
1084
1102
  "description": "雷达图",
1085
1103
  "category": "big-screen-content"
1086
1104
  },
1087
- {
1088
- "name": "data-view.gear-background",
1089
- "properties": [
1090
- {
1091
- "name": "color",
1092
- "description": "",
1093
- "default": "\"#3366FF\"",
1094
- "attribute": false,
1095
- "type": "React.CSSProperties[\"color\"]"
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": [