@next-bricks/data-view 1.10.2 → 1.10.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.
Files changed (28) hide show
  1. package/dist/bricks.json +10 -10
  2. package/dist/chunks/4185.07ba4a80.js +3 -0
  3. package/dist/chunks/4185.07ba4a80.js.map +1 -0
  4. package/dist/chunks/{4837.7e0b494a.js → 4837.e706dac0.js} +2 -2
  5. package/dist/chunks/{4837.7e0b494a.js.map → 4837.e706dac0.js.map} +1 -1
  6. package/dist/chunks/{7218.168df8f5.js → 7218.cae81a5a.js} +2 -2
  7. package/dist/chunks/{7218.168df8f5.js.map → 7218.cae81a5a.js.map} +1 -1
  8. package/dist/chunks/8826.20ffc351.js +2 -0
  9. package/dist/chunks/{8826.9ba3bce1.js.map → 8826.20ffc351.js.map} +1 -1
  10. package/dist/chunks/complex-search.9052343c.js +2 -0
  11. package/dist/chunks/{complex-search.94ff4d73.js.map → complex-search.9052343c.js.map} +1 -1
  12. package/dist/chunks/{main.103ffe2c.js → main.59d87c49.js} +2 -2
  13. package/dist/chunks/{main.103ffe2c.js.map → main.59d87c49.js.map} +1 -1
  14. package/dist/chunks/modern-style-treemap.7742f7af.js +3 -0
  15. package/dist/chunks/{modern-style-treemap.fbaa3c10.js.map → modern-style-treemap.7742f7af.js.map} +1 -1
  16. package/dist/examples.json +21 -21
  17. package/dist/{index.e5ef11af.js → index.376f9d5a.js} +2 -2
  18. package/dist/{index.e5ef11af.js.map → index.376f9d5a.js.map} +1 -1
  19. package/dist/manifest.json +223 -223
  20. package/dist/types.json +551 -551
  21. package/package.json +2 -2
  22. package/dist/chunks/1491.ca56048e.js +0 -3
  23. package/dist/chunks/1491.ca56048e.js.map +0 -1
  24. package/dist/chunks/8826.9ba3bce1.js +0 -2
  25. package/dist/chunks/complex-search.94ff4d73.js +0 -2
  26. package/dist/chunks/modern-style-treemap.fbaa3c10.js +0 -3
  27. /package/dist/chunks/{1491.ca56048e.js.LICENSE.txt → 4185.07ba4a80.js.LICENSE.txt} +0 -0
  28. /package/dist/chunks/{modern-style-treemap.fbaa3c10.js.LICENSE.txt → modern-style-treemap.7742f7af.js.LICENSE.txt} +0 -0
@@ -88,191 +88,99 @@
88
88
  "category": "big-screen-content"
89
89
  },
90
90
  {
91
- "name": "data-view.modern-style-page-title",
91
+ "name": "data-view.modern-style-treemap",
92
92
  "properties": [
93
93
  {
94
- "name": "pageTitle",
95
- "description": "",
96
- "type": "string"
97
- },
98
- {
99
- "name": "description",
100
- "description": "",
101
- "type": "string"
102
- },
103
- {
104
- "name": "backgroundStyle",
94
+ "name": "data",
105
95
  "description": "",
106
96
  "attribute": false,
107
- "type": "CSSProperties"
97
+ "type": "TreemapData"
108
98
  },
109
99
  {
110
- "name": "leftRoundStyle",
100
+ "name": "tail",
111
101
  "description": "",
102
+ "default": "TailTypes[\"treemapSquarify\"]",
112
103
  "attribute": false,
113
- "type": "CSSProperties"
104
+ "type": "TailTypes"
114
105
  },
115
106
  {
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",
107
+ "name": "leafUseBrick",
134
108
  "description": "",
135
- "required": true,
136
- "default": "-",
137
109
  "attribute": false,
138
- "type": "TabItem[]"
139
- },
140
- {
141
- "name": "activeKey",
142
- "description": "",
143
- "required": true,
144
- "default": "-",
145
- "type": "string"
110
+ "type": "{ useBrick: UseBrickConf }"
146
111
  },
147
112
  {
148
- "name": "width",
113
+ "name": "leafContainerStyle",
149
114
  "description": "",
150
115
  "attribute": false,
151
- "type": "number | string"
116
+ "type": "CSSProperties"
152
117
  },
153
118
  {
154
- "name": "drawerStyle",
119
+ "name": "tooltipUseBrick",
155
120
  "description": "",
156
121
  "attribute": false,
157
- "type": "React.CSSProperties"
122
+ "type": "{ useBrick: UseBrickConf }"
158
123
  },
159
124
  {
160
- "name": "bodyStyle",
125
+ "name": "tooltipStyle",
161
126
  "description": "",
162
127
  "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"
128
+ "type": "CSSProperties"
174
129
  }
175
130
  ],
176
131
  "events": [
177
132
  {
178
- "name": "open",
179
- "description": "",
180
- "detail": {
181
- "description": null,
182
- "type": "void"
183
- }
184
- },
185
- {
186
- "name": "close",
133
+ "name": "treemap.click",
187
134
  "description": "",
188
135
  "detail": {
189
136
  "description": null,
190
- "type": "void"
191
- }
192
- },
193
- {
194
- "name": "tab.change",
195
- "description": "",
196
- "detail": {
197
- "description": "`string`",
198
- "type": "string"
137
+ "type": "TreemapData"
199
138
  }
200
139
  }
201
140
  ],
202
141
  "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
- ],
142
+ "methods": [],
217
143
  "parts": [],
218
- "description": "大屏仪标签页抽屉",
219
- "category": "big-screen-layout"
144
+ "description": "现代风树图",
145
+ "category": "big-screen-content"
220
146
  },
221
147
  {
222
- "name": "data-view.modern-style-treemap",
148
+ "name": "data-view.modern-style-page-title",
223
149
  "properties": [
224
150
  {
225
- "name": "data",
226
- "description": "",
227
- "attribute": false,
228
- "type": "TreemapData"
229
- },
230
- {
231
- "name": "tail",
151
+ "name": "pageTitle",
232
152
  "description": "",
233
- "default": "TailTypes[\"treemapSquarify\"]",
234
- "attribute": false,
235
- "type": "TailTypes"
153
+ "type": "string"
236
154
  },
237
155
  {
238
- "name": "leafUseBrick",
156
+ "name": "description",
239
157
  "description": "",
240
- "attribute": false,
241
- "type": "{ useBrick: UseBrickConf }"
158
+ "type": "string"
242
159
  },
243
160
  {
244
- "name": "leafContainerStyle",
161
+ "name": "backgroundStyle",
245
162
  "description": "",
246
163
  "attribute": false,
247
164
  "type": "CSSProperties"
248
165
  },
249
166
  {
250
- "name": "tooltipUseBrick",
167
+ "name": "leftRoundStyle",
251
168
  "description": "",
252
169
  "attribute": false,
253
- "type": "{ useBrick: UseBrickConf }"
170
+ "type": "CSSProperties"
254
171
  },
255
172
  {
256
- "name": "tooltipStyle",
173
+ "name": "rightRoundStyle",
257
174
  "description": "",
258
175
  "attribute": false,
259
176
  "type": "CSSProperties"
260
177
  }
261
178
  ],
262
- "events": [
263
- {
264
- "name": "treemap.click",
265
- "description": "",
266
- "detail": {
267
- "description": null,
268
- "type": "TreemapData"
269
- }
270
- }
271
- ],
179
+ "events": [],
272
180
  "slots": [],
273
181
  "methods": [],
274
182
  "parts": [],
275
- "description": "现代风树图",
183
+ "description": "现代风页面标题",
276
184
  "category": "big-screen-content"
277
185
  },
278
186
  {
@@ -353,6 +261,98 @@
353
261
  "description": "基础下拉菜单",
354
262
  "category": "big-screen-content"
355
263
  },
264
+ {
265
+ "name": "data-view.tabs-drawer",
266
+ "properties": [
267
+ {
268
+ "name": "tabList",
269
+ "description": "",
270
+ "required": true,
271
+ "default": "-",
272
+ "attribute": false,
273
+ "type": "TabItem[]"
274
+ },
275
+ {
276
+ "name": "activeKey",
277
+ "description": "",
278
+ "required": true,
279
+ "default": "-",
280
+ "type": "string"
281
+ },
282
+ {
283
+ "name": "width",
284
+ "description": "",
285
+ "attribute": false,
286
+ "type": "number | string"
287
+ },
288
+ {
289
+ "name": "drawerStyle",
290
+ "description": "",
291
+ "attribute": false,
292
+ "type": "React.CSSProperties"
293
+ },
294
+ {
295
+ "name": "bodyStyle",
296
+ "description": "",
297
+ "attribute": false,
298
+ "type": "React.CSSProperties"
299
+ },
300
+ {
301
+ "name": "zIndex",
302
+ "description": "",
303
+ "type": "number"
304
+ },
305
+ {
306
+ "name": "visible",
307
+ "description": "",
308
+ "type": "boolean"
309
+ }
310
+ ],
311
+ "events": [
312
+ {
313
+ "name": "open",
314
+ "description": "",
315
+ "detail": {
316
+ "description": null,
317
+ "type": "void"
318
+ }
319
+ },
320
+ {
321
+ "name": "close",
322
+ "description": "",
323
+ "detail": {
324
+ "description": null,
325
+ "type": "void"
326
+ }
327
+ },
328
+ {
329
+ "name": "tab.change",
330
+ "description": "",
331
+ "detail": {
332
+ "description": "`string`",
333
+ "type": "string"
334
+ }
335
+ }
336
+ ],
337
+ "slots": [],
338
+ "methods": [
339
+ {
340
+ "name": "open",
341
+ "params": [],
342
+ "description": "",
343
+ "returns": {}
344
+ },
345
+ {
346
+ "name": "close",
347
+ "params": [],
348
+ "description": "",
349
+ "returns": {}
350
+ }
351
+ ],
352
+ "parts": [],
353
+ "description": "大屏仪标签页抽屉",
354
+ "category": "big-screen-layout"
355
+ },
356
356
  {
357
357
  "name": "data-view.complex-search",
358
358
  "properties": [
@@ -902,40 +902,40 @@
902
902
  "category": "big-screen-layout"
903
903
  },
904
904
  {
905
- "name": "data-view.graph-text",
905
+ "name": "data-view.graph-node",
906
906
  "properties": [
907
907
  {
908
- "name": "text",
908
+ "name": "url",
909
909
  "description": "",
910
910
  "type": "string"
911
- },
912
- {
913
- "name": "value",
914
- "description": "",
915
- "type": "string | number"
916
911
  }
917
912
  ],
918
913
  "events": [],
919
914
  "slots": [],
920
915
  "methods": [],
921
916
  "parts": [],
922
- "description": "Graph text",
917
+ "description": "Graph Node",
923
918
  "category": "big-screen-content"
924
919
  },
925
920
  {
926
- "name": "data-view.graph-node",
921
+ "name": "data-view.graph-text",
927
922
  "properties": [
928
923
  {
929
- "name": "url",
924
+ "name": "text",
930
925
  "description": "",
931
926
  "type": "string"
927
+ },
928
+ {
929
+ "name": "value",
930
+ "description": "",
931
+ "type": "string | number"
932
932
  }
933
933
  ],
934
934
  "events": [],
935
935
  "slots": [],
936
936
  "methods": [],
937
937
  "parts": [],
938
- "description": "Graph Node",
938
+ "description": "Graph text",
939
939
  "category": "big-screen-content"
940
940
  },
941
941
  {
@@ -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": [
@@ -1222,50 +1222,50 @@
1222
1222
  "category": "big-screen-content"
1223
1223
  },
1224
1224
  {
1225
- "name": "data-view.top-title-bar",
1225
+ "name": "data-view.lights-component-title",
1226
1226
  "properties": [
1227
1227
  {
1228
- "name": "text",
1229
- "description": "标题文本",
1228
+ "name": "componentTitle",
1229
+ "description": "组件标题",
1230
1230
  "default": "-",
1231
1231
  "type": "string"
1232
1232
  },
1233
1233
  {
1234
- "name": "type",
1235
- "description": "标题类型",
1236
- "default": "normal",
1237
- "type": "TitleBarType"
1234
+ "name": "theme",
1235
+ "description": "",
1236
+ "required": true,
1237
+ "default": null,
1238
+ "type": "\"light\" | \"dark\""
1238
1239
  }
1239
1240
  ],
1240
1241
  "events": [],
1241
1242
  "slots": [],
1242
1243
  "methods": [],
1243
1244
  "parts": [],
1244
- "description": "大屏标题栏三种样式构件",
1245
+ "description": "构件 `data-view.lights-component-title`",
1245
1246
  "category": "big-screen-content"
1246
1247
  },
1247
1248
  {
1248
- "name": "data-view.lights-component-title",
1249
+ "name": "data-view.top-title-bar",
1249
1250
  "properties": [
1250
1251
  {
1251
- "name": "componentTitle",
1252
- "description": "组件标题",
1252
+ "name": "text",
1253
+ "description": "标题文本",
1253
1254
  "default": "-",
1254
1255
  "type": "string"
1255
1256
  },
1256
1257
  {
1257
- "name": "theme",
1258
- "description": "",
1259
- "required": true,
1260
- "default": null,
1261
- "type": "\"light\" | \"dark\""
1258
+ "name": "type",
1259
+ "description": "标题类型",
1260
+ "default": "normal",
1261
+ "type": "TitleBarType"
1262
1262
  }
1263
1263
  ],
1264
1264
  "events": [],
1265
1265
  "slots": [],
1266
1266
  "methods": [],
1267
1267
  "parts": [],
1268
- "description": "构件 `data-view.lights-component-title`",
1268
+ "description": "大屏标题栏三种样式构件",
1269
1269
  "category": "big-screen-content"
1270
1270
  },
1271
1271
  {
@@ -1383,43 +1383,6 @@
1383
1383
  "description": "基础卡片项",
1384
1384
  "category": "big-screen-content"
1385
1385
  },
1386
- {
1387
- "name": "data-view.basic-index-group",
1388
- "properties": [
1389
- {
1390
- "name": "itemList",
1391
- "description": "指标组的数据源",
1392
- "required": true,
1393
- "attribute": false,
1394
- "type": "ItemProps[]"
1395
- },
1396
- {
1397
- "name": "width",
1398
- "description": "容器组宽度",
1399
- "attribute": false,
1400
- "type": "number"
1401
- },
1402
- {
1403
- "name": "gap",
1404
- "description": "指标卡片之间的间距",
1405
- "default": "30",
1406
- "attribute": false,
1407
- "type": "number"
1408
- },
1409
- {
1410
- "name": "layout",
1411
- "description": "布局,左右或上下两种形式",
1412
- "default": "`left-right`",
1413
- "attribute": false,
1414
- "type": "string"
1415
- }
1416
- ],
1417
- "events": [],
1418
- "slots": [],
1419
- "methods": [],
1420
- "parts": [],
1421
- "description": "基础指标组构件"
1422
- },
1423
1386
  {
1424
1387
  "name": "data-view.data-display-flipper",
1425
1388
  "properties": [
@@ -1547,47 +1510,66 @@
1547
1510
  "category": "big-screen-content"
1548
1511
  },
1549
1512
  {
1550
- "name": "data-view.indicator-card",
1513
+ "name": "data-view.basic-index-group",
1551
1514
  "properties": [
1552
1515
  {
1553
- "name": "layout",
1554
- "description": "展示类型, `column`类型为上下三行、`row`类型为左右两行模式",
1555
- "default": "`column`",
1516
+ "name": "itemList",
1517
+ "description": "指标组的数据源",
1518
+ "required": true,
1556
1519
  "attribute": false,
1557
- "type": "Layout"
1520
+ "type": "ItemProps[]"
1558
1521
  },
1559
1522
  {
1560
- "name": "datasource",
1561
- "description": "数据源",
1562
- "default": "`[]`",
1523
+ "name": "width",
1524
+ "description": "容器组宽度",
1563
1525
  "attribute": false,
1564
- "type": "Datasource[]"
1526
+ "type": "number"
1527
+ },
1528
+ {
1529
+ "name": "gap",
1530
+ "description": "指标卡片之间的间距",
1531
+ "default": "30",
1532
+ "attribute": false,
1533
+ "type": "number"
1534
+ },
1535
+ {
1536
+ "name": "layout",
1537
+ "description": "布局,左右或上下两种形式",
1538
+ "default": "`left-right`",
1539
+ "attribute": false,
1540
+ "type": "string"
1565
1541
  }
1566
1542
  ],
1567
1543
  "events": [],
1568
1544
  "slots": [],
1569
1545
  "methods": [],
1570
1546
  "parts": [],
1571
- "description": "指标卡片",
1572
- "category": "big-screen-content"
1547
+ "description": "基础指标组构件"
1573
1548
  },
1574
1549
  {
1575
- "name": "data-view.progress-bar-list",
1550
+ "name": "data-view.indicator-card",
1576
1551
  "properties": [
1577
1552
  {
1578
- "name": "dataSource",
1579
- "description": "",
1580
- "required": true,
1581
- "default": null,
1553
+ "name": "layout",
1554
+ "description": "展示类型, `column`类型为上下三行、`row`类型为左右两行模式",
1555
+ "default": "`column`",
1582
1556
  "attribute": false,
1583
- "type": "Data[]"
1557
+ "type": "Layout"
1558
+ },
1559
+ {
1560
+ "name": "datasource",
1561
+ "description": "数据源",
1562
+ "default": "`[]`",
1563
+ "attribute": false,
1564
+ "type": "Datasource[]"
1584
1565
  }
1585
1566
  ],
1586
1567
  "events": [],
1587
1568
  "slots": [],
1588
1569
  "methods": [],
1589
1570
  "parts": [],
1590
- "description": "构件 `data-view.progress-bar-list`"
1571
+ "description": "指标卡片",
1572
+ "category": "big-screen-content"
1591
1573
  },
1592
1574
  {
1593
1575
  "name": "data-view.china-map-chart",
@@ -1631,6 +1613,24 @@
1631
1613
  "description": "中国地图图表构件,可以显示省级指标数据",
1632
1614
  "deprecated": "已废弃,请使用 `data-view.china-map`"
1633
1615
  },
1616
+ {
1617
+ "name": "data-view.progress-bar-list",
1618
+ "properties": [
1619
+ {
1620
+ "name": "dataSource",
1621
+ "description": "",
1622
+ "required": true,
1623
+ "default": null,
1624
+ "attribute": false,
1625
+ "type": "Data[]"
1626
+ }
1627
+ ],
1628
+ "events": [],
1629
+ "slots": [],
1630
+ "methods": [],
1631
+ "parts": [],
1632
+ "description": "构件 `data-view.progress-bar-list`"
1633
+ },
1634
1634
  {
1635
1635
  "name": "data-view.crystal-ball-indicator",
1636
1636
  "properties": [