@next-bricks/data-view 1.9.0 → 1.9.1
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 +9 -9
- package/dist/examples.json +15 -15
- package/dist/{index.7f21c4d4.js → index.d23f893b.js} +2 -2
- package/dist/{index.7f21c4d4.js.map → index.d23f893b.js.map} +1 -1
- package/dist/manifest.json +202 -202
- package/dist/types.json +440 -440
- package/package.json +3 -2
package/dist/manifest.json
CHANGED
|
@@ -49,6 +49,175 @@
|
|
|
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
|
+
{
|
|
130
|
+
"name": "data-view.tabs-drawer",
|
|
131
|
+
"properties": [
|
|
132
|
+
{
|
|
133
|
+
"name": "tabList",
|
|
134
|
+
"description": "",
|
|
135
|
+
"required": true,
|
|
136
|
+
"default": "-",
|
|
137
|
+
"attribute": false,
|
|
138
|
+
"type": "TabItem[]"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "activeKey",
|
|
142
|
+
"description": "",
|
|
143
|
+
"required": true,
|
|
144
|
+
"default": "-",
|
|
145
|
+
"type": "string"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "width",
|
|
149
|
+
"description": "",
|
|
150
|
+
"attribute": false,
|
|
151
|
+
"type": "number | string"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "drawerStyle",
|
|
155
|
+
"description": "",
|
|
156
|
+
"attribute": false,
|
|
157
|
+
"type": "React.CSSProperties"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "bodyStyle",
|
|
161
|
+
"description": "",
|
|
162
|
+
"attribute": false,
|
|
163
|
+
"type": "React.CSSProperties"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "zIndex",
|
|
167
|
+
"description": "",
|
|
168
|
+
"type": "number"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "visible",
|
|
172
|
+
"description": "",
|
|
173
|
+
"type": "boolean"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"events": [
|
|
177
|
+
{
|
|
178
|
+
"name": "open",
|
|
179
|
+
"description": "",
|
|
180
|
+
"detail": {
|
|
181
|
+
"description": null,
|
|
182
|
+
"type": "void"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "close",
|
|
187
|
+
"description": "",
|
|
188
|
+
"detail": {
|
|
189
|
+
"description": null,
|
|
190
|
+
"type": "void"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "tab.change",
|
|
195
|
+
"description": "",
|
|
196
|
+
"detail": {
|
|
197
|
+
"description": "`string`",
|
|
198
|
+
"type": "string"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"slots": [],
|
|
203
|
+
"methods": [
|
|
204
|
+
{
|
|
205
|
+
"name": "open",
|
|
206
|
+
"params": [],
|
|
207
|
+
"description": "",
|
|
208
|
+
"returns": {}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "close",
|
|
212
|
+
"params": [],
|
|
213
|
+
"description": "",
|
|
214
|
+
"returns": {}
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"parts": [],
|
|
218
|
+
"description": "大屏仪标签页抽屉",
|
|
219
|
+
"category": "big-screen-layout"
|
|
220
|
+
},
|
|
52
221
|
{
|
|
53
222
|
"name": "data-view.modern-style-treemap",
|
|
54
223
|
"properties": [
|
|
@@ -143,44 +312,6 @@
|
|
|
143
312
|
"description": "大屏电池",
|
|
144
313
|
"category": "big-screen-content"
|
|
145
314
|
},
|
|
146
|
-
{
|
|
147
|
-
"name": "data-view.modern-style-component-title",
|
|
148
|
-
"properties": [
|
|
149
|
-
{
|
|
150
|
-
"name": "hideLeftComponent",
|
|
151
|
-
"description": "",
|
|
152
|
-
"default": "false"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"name": "hideRightComponent",
|
|
156
|
-
"description": "",
|
|
157
|
-
"default": "true"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"name": "componentTitle",
|
|
161
|
-
"description": "",
|
|
162
|
-
"type": "string"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"name": "titleTextStyle",
|
|
166
|
-
"description": "",
|
|
167
|
-
"attribute": false,
|
|
168
|
-
"type": "CSSProperties"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"name": "squareColor",
|
|
172
|
-
"description": "",
|
|
173
|
-
"attribute": false,
|
|
174
|
-
"type": "CSSProperties[\"color\"]"
|
|
175
|
-
}
|
|
176
|
-
],
|
|
177
|
-
"events": [],
|
|
178
|
-
"slots": [],
|
|
179
|
-
"methods": [],
|
|
180
|
-
"parts": [],
|
|
181
|
-
"description": "现代风组件标题",
|
|
182
|
-
"category": "big-screen-content"
|
|
183
|
-
},
|
|
184
315
|
{
|
|
185
316
|
"name": "data-view.dropdown-menu",
|
|
186
317
|
"properties": [
|
|
@@ -365,45 +496,6 @@
|
|
|
365
496
|
"description": "大屏粒子加载动效",
|
|
366
497
|
"category": "big-screen-content"
|
|
367
498
|
},
|
|
368
|
-
{
|
|
369
|
-
"name": "data-view.modern-style-page-title",
|
|
370
|
-
"properties": [
|
|
371
|
-
{
|
|
372
|
-
"name": "pageTitle",
|
|
373
|
-
"description": "",
|
|
374
|
-
"type": "string"
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"name": "description",
|
|
378
|
-
"description": "",
|
|
379
|
-
"type": "string"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"name": "backgroundStyle",
|
|
383
|
-
"description": "",
|
|
384
|
-
"attribute": false,
|
|
385
|
-
"type": "CSSProperties"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"name": "leftRoundStyle",
|
|
389
|
-
"description": "",
|
|
390
|
-
"attribute": false,
|
|
391
|
-
"type": "CSSProperties"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"name": "rightRoundStyle",
|
|
395
|
-
"description": "",
|
|
396
|
-
"attribute": false,
|
|
397
|
-
"type": "CSSProperties"
|
|
398
|
-
}
|
|
399
|
-
],
|
|
400
|
-
"events": [],
|
|
401
|
-
"slots": [],
|
|
402
|
-
"methods": [],
|
|
403
|
-
"parts": [],
|
|
404
|
-
"description": "现代风页面标题",
|
|
405
|
-
"category": "big-screen-content"
|
|
406
|
-
},
|
|
407
499
|
{
|
|
408
500
|
"name": "data-view.app-wall-card-item",
|
|
409
501
|
"properties": [
|
|
@@ -478,98 +570,6 @@
|
|
|
478
570
|
"parts": [],
|
|
479
571
|
"description": "应用墙系统卡片"
|
|
480
572
|
},
|
|
481
|
-
{
|
|
482
|
-
"name": "data-view.tabs-drawer",
|
|
483
|
-
"properties": [
|
|
484
|
-
{
|
|
485
|
-
"name": "tabList",
|
|
486
|
-
"description": "",
|
|
487
|
-
"required": true,
|
|
488
|
-
"default": "-",
|
|
489
|
-
"attribute": false,
|
|
490
|
-
"type": "TabItem[]"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"name": "activeKey",
|
|
494
|
-
"description": "",
|
|
495
|
-
"required": true,
|
|
496
|
-
"default": "-",
|
|
497
|
-
"type": "string"
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"name": "width",
|
|
501
|
-
"description": "",
|
|
502
|
-
"attribute": false,
|
|
503
|
-
"type": "number | string"
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"name": "drawerStyle",
|
|
507
|
-
"description": "",
|
|
508
|
-
"attribute": false,
|
|
509
|
-
"type": "React.CSSProperties"
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"name": "bodyStyle",
|
|
513
|
-
"description": "",
|
|
514
|
-
"attribute": false,
|
|
515
|
-
"type": "React.CSSProperties"
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"name": "zIndex",
|
|
519
|
-
"description": "",
|
|
520
|
-
"type": "number"
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"name": "visible",
|
|
524
|
-
"description": "",
|
|
525
|
-
"type": "boolean"
|
|
526
|
-
}
|
|
527
|
-
],
|
|
528
|
-
"events": [
|
|
529
|
-
{
|
|
530
|
-
"name": "open",
|
|
531
|
-
"description": "",
|
|
532
|
-
"detail": {
|
|
533
|
-
"description": null,
|
|
534
|
-
"type": "void"
|
|
535
|
-
}
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"name": "close",
|
|
539
|
-
"description": "",
|
|
540
|
-
"detail": {
|
|
541
|
-
"description": null,
|
|
542
|
-
"type": "void"
|
|
543
|
-
}
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"name": "tab.change",
|
|
547
|
-
"description": "",
|
|
548
|
-
"detail": {
|
|
549
|
-
"description": "`string`",
|
|
550
|
-
"type": "string"
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
],
|
|
554
|
-
"slots": [],
|
|
555
|
-
"methods": [
|
|
556
|
-
{
|
|
557
|
-
"name": "open",
|
|
558
|
-
"params": [],
|
|
559
|
-
"description": "",
|
|
560
|
-
"returns": {}
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"name": "close",
|
|
564
|
-
"params": [],
|
|
565
|
-
"description": "",
|
|
566
|
-
"returns": {}
|
|
567
|
-
}
|
|
568
|
-
],
|
|
569
|
-
"parts": [],
|
|
570
|
-
"description": "大屏仪标签页抽屉",
|
|
571
|
-
"category": "big-screen-layout"
|
|
572
|
-
},
|
|
573
573
|
{
|
|
574
574
|
"name": "data-view.app-wall-relation-line",
|
|
575
575
|
"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": [
|
|
@@ -1126,24 +1144,6 @@
|
|
|
1126
1144
|
"description": "大屏标题文本构件",
|
|
1127
1145
|
"category": "big-screen-content"
|
|
1128
1146
|
},
|
|
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": [
|
|
@@ -1263,21 +1263,6 @@
|
|
|
1263
1263
|
"description": "构件 `data-view.lights-component-title`",
|
|
1264
1264
|
"category": "big-screen-content"
|
|
1265
1265
|
},
|
|
1266
|
-
{
|
|
1267
|
-
"name": "data-view.tech-mesh-base-view",
|
|
1268
|
-
"properties": [],
|
|
1269
|
-
"events": [],
|
|
1270
|
-
"slots": [
|
|
1271
|
-
{
|
|
1272
|
-
"name": null,
|
|
1273
|
-
"description": "页面内容"
|
|
1274
|
-
}
|
|
1275
|
-
],
|
|
1276
|
-
"methods": [],
|
|
1277
|
-
"parts": [],
|
|
1278
|
-
"description": "大屏框架构件-网格纹",
|
|
1279
|
-
"category": "big-screen-layout"
|
|
1280
|
-
},
|
|
1281
1266
|
{
|
|
1282
1267
|
"name": "data-view.hi-tech-button",
|
|
1283
1268
|
"properties": [
|
|
@@ -1310,6 +1295,21 @@
|
|
|
1310
1295
|
"parts": [],
|
|
1311
1296
|
"description": "大屏按钮"
|
|
1312
1297
|
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "data-view.tech-mesh-base-view",
|
|
1300
|
+
"properties": [],
|
|
1301
|
+
"events": [],
|
|
1302
|
+
"slots": [
|
|
1303
|
+
{
|
|
1304
|
+
"name": null,
|
|
1305
|
+
"description": "页面内容"
|
|
1306
|
+
}
|
|
1307
|
+
],
|
|
1308
|
+
"methods": [],
|
|
1309
|
+
"parts": [],
|
|
1310
|
+
"description": "大屏框架构件-网格纹",
|
|
1311
|
+
"category": "big-screen-layout"
|
|
1312
|
+
},
|
|
1313
1313
|
{
|
|
1314
1314
|
"name": "data-view.simple-card-item",
|
|
1315
1315
|
"properties": [
|