@next-bricks/data-view 1.0.11 → 1.1.0

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.
Files changed (41) hide show
  1. package/dist/bricks.json +9 -8
  2. package/dist/chunks/1451.1b86c9a6.js +2 -0
  3. package/dist/chunks/1451.1b86c9a6.js.map +1 -0
  4. package/dist/chunks/1493.aacf9466.js +2 -0
  5. package/dist/chunks/1493.aacf9466.js.map +1 -0
  6. package/dist/chunks/5669.995e3a38.js +2 -0
  7. package/dist/chunks/{5669.b6fa2128.js.map → 5669.995e3a38.js.map} +1 -1
  8. package/dist/chunks/8050.962b61bd.js +2 -0
  9. package/dist/chunks/{8050.afe80933.js.map → 8050.962b61bd.js.map} +1 -1
  10. package/dist/chunks/875.0ab6a2b5.js +2 -0
  11. package/dist/chunks/875.0ab6a2b5.js.map +1 -0
  12. package/dist/chunks/app-wall.973067f4.js +2 -0
  13. package/dist/chunks/app-wall.973067f4.js.map +1 -0
  14. package/dist/chunks/{complex-search.44bbb62b.js → complex-search.f0dae18d.js} +2 -2
  15. package/dist/chunks/{complex-search.44bbb62b.js.map → complex-search.f0dae18d.js.map} +1 -1
  16. package/dist/chunks/main.b41f5d69.js +2 -0
  17. package/dist/chunks/{main.5bca59a2.js.map → main.b41f5d69.js.map} +1 -1
  18. package/dist/chunks/{modern-style-treemap.3a51454a.js → modern-style-treemap.d2ccbcb7.js} +3 -3
  19. package/dist/chunks/{modern-style-treemap.3a51454a.js.map → modern-style-treemap.d2ccbcb7.js.map} +1 -1
  20. package/dist/examples.json +16 -16
  21. package/dist/index.0f3693fb.js +2 -0
  22. package/dist/index.0f3693fb.js.map +1 -0
  23. package/dist/manifest.json +194 -188
  24. package/dist/types.json +194 -174
  25. package/dist-types/app-wall/index.d.ts +5 -0
  26. package/dist-types/app-wall/utils.d.ts +1 -0
  27. package/package.json +3 -3
  28. package/dist/chunks/1451.23ba94eb.js +0 -2
  29. package/dist/chunks/1451.23ba94eb.js.map +0 -1
  30. package/dist/chunks/1493.19cf946f.js +0 -2
  31. package/dist/chunks/1493.19cf946f.js.map +0 -1
  32. package/dist/chunks/5669.b6fa2128.js +0 -2
  33. package/dist/chunks/8050.afe80933.js +0 -2
  34. package/dist/chunks/875.d246d0d1.js +0 -2
  35. package/dist/chunks/875.d246d0d1.js.map +0 -1
  36. package/dist/chunks/app-wall.8397c9c3.js +0 -2
  37. package/dist/chunks/app-wall.8397c9c3.js.map +0 -1
  38. package/dist/chunks/main.5bca59a2.js +0 -2
  39. package/dist/index.347ed5b4.js +0 -2
  40. package/dist/index.347ed5b4.js.map +0 -1
  41. /package/dist/chunks/{modern-style-treemap.3a51454a.js.LICENSE.txt → modern-style-treemap.d2ccbcb7.js.LICENSE.txt} +0 -0
@@ -88,43 +88,96 @@
88
88
  "category": "big-screen-content"
89
89
  },
90
90
  {
91
- "name": "data-view.modern-style-page-title",
91
+ "name": "data-view.tabs-drawer",
92
92
  "properties": [
93
93
  {
94
- "name": "pageTitle",
94
+ "name": "tabList",
95
95
  "description": "",
96
- "type": "string"
96
+ "required": true,
97
+ "default": "-",
98
+ "attribute": false,
99
+ "type": "TabItem[]"
97
100
  },
98
101
  {
99
- "name": "description",
102
+ "name": "activeKey",
100
103
  "description": "",
104
+ "required": true,
105
+ "default": "-",
101
106
  "type": "string"
102
107
  },
103
108
  {
104
- "name": "backgroundStyle",
109
+ "name": "width",
105
110
  "description": "",
106
111
  "attribute": false,
107
- "type": "CSSProperties"
112
+ "type": "number | string"
108
113
  },
109
114
  {
110
- "name": "leftRoundStyle",
115
+ "name": "drawerStyle",
111
116
  "description": "",
112
117
  "attribute": false,
113
- "type": "CSSProperties"
118
+ "type": "React.CSSProperties"
114
119
  },
115
120
  {
116
- "name": "rightRoundStyle",
121
+ "name": "bodyStyle",
117
122
  "description": "",
118
123
  "attribute": false,
119
- "type": "CSSProperties"
124
+ "type": "React.CSSProperties"
125
+ },
126
+ {
127
+ "name": "zIndex",
128
+ "description": "",
129
+ "type": "number"
130
+ },
131
+ {
132
+ "name": "visible",
133
+ "description": "",
134
+ "type": "boolean"
135
+ }
136
+ ],
137
+ "events": [
138
+ {
139
+ "name": "open",
140
+ "description": "",
141
+ "detail": {
142
+ "description": null,
143
+ "type": "void"
144
+ }
145
+ },
146
+ {
147
+ "name": "close",
148
+ "description": "",
149
+ "detail": {
150
+ "description": null,
151
+ "type": "void"
152
+ }
153
+ },
154
+ {
155
+ "name": "tab.change",
156
+ "description": "",
157
+ "detail": {
158
+ "description": "`string`",
159
+ "type": "string"
160
+ }
120
161
  }
121
162
  ],
122
- "events": [],
123
163
  "slots": [],
124
- "methods": [],
164
+ "methods": [
165
+ {
166
+ "name": "open",
167
+ "params": [],
168
+ "description": "",
169
+ "returns": {}
170
+ },
171
+ {
172
+ "name": "close",
173
+ "params": [],
174
+ "description": "",
175
+ "returns": {}
176
+ }
177
+ ],
125
178
  "parts": [],
126
- "description": "现代风页面标题",
127
- "category": "big-screen-content"
179
+ "description": "大屏仪标签页抽屉",
180
+ "category": "big-screen-layout"
128
181
  },
129
182
  {
130
183
  "name": "data-view.modern-style-treemap",
@@ -184,96 +237,84 @@
184
237
  "category": "big-screen-content"
185
238
  },
186
239
  {
187
- "name": "data-view.tabs-drawer",
240
+ "name": "data-view.modern-style-page-title",
188
241
  "properties": [
189
242
  {
190
- "name": "tabList",
243
+ "name": "pageTitle",
191
244
  "description": "",
192
- "required": true,
193
- "default": "-",
194
- "attribute": false,
195
- "type": "TabItem[]"
245
+ "type": "string"
196
246
  },
197
247
  {
198
- "name": "activeKey",
248
+ "name": "description",
199
249
  "description": "",
200
- "required": true,
201
- "default": "-",
202
250
  "type": "string"
203
251
  },
204
252
  {
205
- "name": "width",
253
+ "name": "backgroundStyle",
206
254
  "description": "",
207
255
  "attribute": false,
208
- "type": "number | string"
256
+ "type": "CSSProperties"
209
257
  },
210
258
  {
211
- "name": "drawerStyle",
259
+ "name": "leftRoundStyle",
212
260
  "description": "",
213
261
  "attribute": false,
214
- "type": "React.CSSProperties"
262
+ "type": "CSSProperties"
215
263
  },
216
264
  {
217
- "name": "bodyStyle",
265
+ "name": "rightRoundStyle",
218
266
  "description": "",
219
267
  "attribute": false,
220
- "type": "React.CSSProperties"
268
+ "type": "CSSProperties"
269
+ }
270
+ ],
271
+ "events": [],
272
+ "slots": [],
273
+ "methods": [],
274
+ "parts": [],
275
+ "description": "现代风页面标题",
276
+ "category": "big-screen-content"
277
+ },
278
+ {
279
+ "name": "data-view.dropdown-menu",
280
+ "properties": [
281
+ {
282
+ "name": "options",
283
+ "description": "",
284
+ "attribute": false,
285
+ "type": "{ label: string; value: string }[]"
221
286
  },
222
287
  {
223
- "name": "zIndex",
288
+ "name": "value",
224
289
  "description": "",
225
- "type": "number"
290
+ "type": "string"
226
291
  },
227
292
  {
228
- "name": "visible",
293
+ "name": "placeholder",
294
+ "description": "",
295
+ "type": "string"
296
+ },
297
+ {
298
+ "name": "allowClear",
229
299
  "description": "",
230
300
  "type": "boolean"
231
301
  }
232
302
  ],
233
303
  "events": [
234
304
  {
235
- "name": "open",
236
- "description": "",
237
- "detail": {
238
- "description": null,
239
- "type": "void"
240
- }
241
- },
242
- {
243
- "name": "close",
305
+ "name": "value.change",
244
306
  "description": "",
245
307
  "detail": {
246
308
  "description": null,
247
- "type": "void"
248
- }
249
- },
250
- {
251
- "name": "tab.change",
252
- "description": "",
253
- "detail": {
254
- "description": "`string`",
255
309
  "type": "string"
256
310
  }
257
311
  }
258
312
  ],
259
313
  "slots": [],
260
- "methods": [
261
- {
262
- "name": "open",
263
- "params": [],
264
- "description": "",
265
- "returns": {}
266
- },
267
- {
268
- "name": "close",
269
- "params": [],
270
- "description": "",
271
- "returns": {}
272
- }
273
- ],
314
+ "methods": [],
274
315
  "parts": [],
275
- "description": "大屏仪标签页抽屉",
276
- "category": "big-screen-layout"
316
+ "description": "基础下拉菜单",
317
+ "category": "big-screen-content"
277
318
  },
278
319
  {
279
320
  "name": "data-view.battery-chart",
@@ -312,47 +353,6 @@
312
353
  "description": "大屏电池",
313
354
  "category": "big-screen-content"
314
355
  },
315
- {
316
- "name": "data-view.dropdown-menu",
317
- "properties": [
318
- {
319
- "name": "options",
320
- "description": "",
321
- "attribute": false,
322
- "type": "{ label: string; value: string }[]"
323
- },
324
- {
325
- "name": "value",
326
- "description": "",
327
- "type": "string"
328
- },
329
- {
330
- "name": "placeholder",
331
- "description": "",
332
- "type": "string"
333
- },
334
- {
335
- "name": "allowClear",
336
- "description": "",
337
- "type": "boolean"
338
- }
339
- ],
340
- "events": [
341
- {
342
- "name": "value.change",
343
- "description": "",
344
- "detail": {
345
- "description": null,
346
- "type": "string"
347
- }
348
- }
349
- ],
350
- "slots": [],
351
- "methods": [],
352
- "parts": [],
353
- "description": "基础下拉菜单",
354
- "category": "big-screen-content"
355
- },
356
356
  {
357
357
  "name": "data-view.complex-search",
358
358
  "properties": [
@@ -586,22 +586,6 @@
586
586
  "parts": [],
587
587
  "description": "应用墙子构件----关联连线"
588
588
  },
589
- {
590
- "name": "data-view.cabinet-button",
591
- "properties": [
592
- {
593
- "name": "buttonStyle",
594
- "description": "",
595
- "attribute": false,
596
- "type": "React.CSSProperties"
597
- }
598
- ],
599
- "events": [],
600
- "slots": [],
601
- "methods": [],
602
- "parts": [],
603
- "description": "大屏按钮"
604
- },
605
589
  {
606
590
  "name": "data-view.cabinet-node",
607
591
  "properties": [
@@ -632,6 +616,22 @@
632
616
  "parts": [],
633
617
  "description": "cabinet子构件----节点"
634
618
  },
619
+ {
620
+ "name": "data-view.cabinet-button",
621
+ "properties": [
622
+ {
623
+ "name": "buttonStyle",
624
+ "description": "",
625
+ "attribute": false,
626
+ "type": "React.CSSProperties"
627
+ }
628
+ ],
629
+ "events": [],
630
+ "slots": [],
631
+ "methods": [],
632
+ "parts": [],
633
+ "description": "大屏按钮"
634
+ },
635
635
  {
636
636
  "name": "data-view.cabinet-app-layer",
637
637
  "properties": [
@@ -846,6 +846,12 @@
846
846
  "description": "四周的边距",
847
847
  "default": "100",
848
848
  "type": "number"
849
+ },
850
+ {
851
+ "name": "useSystemPopover",
852
+ "description": "是否使用系统卡片popover",
853
+ "attribute": false,
854
+ "type": "boolean"
849
855
  }
850
856
  ],
851
857
  "events": [
@@ -1013,48 +1019,6 @@
1013
1019
  "description": "齿轮背景",
1014
1020
  "category": "big-screen-layout"
1015
1021
  },
1016
- {
1017
- "name": "data-view.title-text",
1018
- "properties": [
1019
- {
1020
- "name": "type",
1021
- "description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
1022
- "default": "\"normal\"",
1023
- "attribute": false,
1024
- "type": "TitleType"
1025
- },
1026
- {
1027
- "name": "text",
1028
- "description": "标题文本",
1029
- "default": "-",
1030
- "type": "string"
1031
- },
1032
- {
1033
- "name": "fontSize",
1034
- "description": "字体大小",
1035
- "default": "42px",
1036
- "type": "CSSProperties[\"fontSize\"]"
1037
- },
1038
- {
1039
- "name": "fontWeight",
1040
- "description": "字体粗细",
1041
- "default": "500",
1042
- "type": "CSSProperties[\"fontWeight\"]"
1043
- },
1044
- {
1045
- "name": "letterSpacing",
1046
- "description": "字体间距",
1047
- "default": "17px",
1048
- "type": "CSSProperties[\"letterSpacing\"]"
1049
- }
1050
- ],
1051
- "events": [],
1052
- "slots": [],
1053
- "methods": [],
1054
- "parts": [],
1055
- "description": "大屏标题文本构件",
1056
- "category": "big-screen-content"
1057
- },
1058
1022
  {
1059
1023
  "name": "data-view.radar-chart",
1060
1024
  "properties": [
@@ -1138,6 +1102,48 @@
1138
1102
  "description": "雷达图",
1139
1103
  "category": "big-screen-content"
1140
1104
  },
1105
+ {
1106
+ "name": "data-view.title-text",
1107
+ "properties": [
1108
+ {
1109
+ "name": "type",
1110
+ "description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
1111
+ "default": "\"normal\"",
1112
+ "attribute": false,
1113
+ "type": "TitleType"
1114
+ },
1115
+ {
1116
+ "name": "text",
1117
+ "description": "标题文本",
1118
+ "default": "-",
1119
+ "type": "string"
1120
+ },
1121
+ {
1122
+ "name": "fontSize",
1123
+ "description": "字体大小",
1124
+ "default": "42px",
1125
+ "type": "CSSProperties[\"fontSize\"]"
1126
+ },
1127
+ {
1128
+ "name": "fontWeight",
1129
+ "description": "字体粗细",
1130
+ "default": "500",
1131
+ "type": "CSSProperties[\"fontWeight\"]"
1132
+ },
1133
+ {
1134
+ "name": "letterSpacing",
1135
+ "description": "字体间距",
1136
+ "default": "17px",
1137
+ "type": "CSSProperties[\"letterSpacing\"]"
1138
+ }
1139
+ ],
1140
+ "events": [],
1141
+ "slots": [],
1142
+ "methods": [],
1143
+ "parts": [],
1144
+ "description": "大屏标题文本构件",
1145
+ "category": "big-screen-content"
1146
+ },
1141
1147
  {
1142
1148
  "name": "data-view.brick-notification",
1143
1149
  "properties": [
@@ -1233,30 +1239,6 @@
1233
1239
  "description": "大屏标题栏三种样式构件",
1234
1240
  "category": "big-screen-content"
1235
1241
  },
1236
- {
1237
- "name": "data-view.lights-component-title",
1238
- "properties": [
1239
- {
1240
- "name": "componentTitle",
1241
- "description": "组件标题",
1242
- "default": "-",
1243
- "type": "string"
1244
- },
1245
- {
1246
- "name": "theme",
1247
- "description": "",
1248
- "required": true,
1249
- "default": null,
1250
- "type": "\"light\" | \"dark\""
1251
- }
1252
- ],
1253
- "events": [],
1254
- "slots": [],
1255
- "methods": [],
1256
- "parts": [],
1257
- "description": "构件 `data-view.lights-component-title`",
1258
- "category": "big-screen-content"
1259
- },
1260
1242
  {
1261
1243
  "name": "data-view.hi-tech-button",
1262
1244
  "properties": [
@@ -1289,6 +1271,30 @@
1289
1271
  "parts": [],
1290
1272
  "description": "大屏按钮"
1291
1273
  },
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
+ },
1292
1298
  {
1293
1299
  "name": "data-view.tech-mesh-base-view",
1294
1300
  "properties": [],