@next-bricks/data-view 1.10.13 → 1.12.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.
@@ -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.tabs-drawer",
131
54
  "properties": [
@@ -312,6 +235,83 @@
312
235
  "description": "大屏电池",
313
236
  "category": "big-screen-content"
314
237
  },
238
+ {
239
+ "name": "data-view.modern-style-component-title",
240
+ "properties": [
241
+ {
242
+ "name": "hideLeftComponent",
243
+ "description": "",
244
+ "default": "false"
245
+ },
246
+ {
247
+ "name": "hideRightComponent",
248
+ "description": "",
249
+ "default": "true"
250
+ },
251
+ {
252
+ "name": "componentTitle",
253
+ "description": "",
254
+ "type": "string"
255
+ },
256
+ {
257
+ "name": "titleTextStyle",
258
+ "description": "",
259
+ "attribute": false,
260
+ "type": "CSSProperties"
261
+ },
262
+ {
263
+ "name": "squareColor",
264
+ "description": "",
265
+ "attribute": false,
266
+ "type": "CSSProperties[\"color\"]"
267
+ }
268
+ ],
269
+ "events": [],
270
+ "slots": [],
271
+ "methods": [],
272
+ "parts": [],
273
+ "description": "现代风组件标题",
274
+ "category": "big-screen-content"
275
+ },
276
+ {
277
+ "name": "data-view.modern-style-page-title",
278
+ "properties": [
279
+ {
280
+ "name": "pageTitle",
281
+ "description": "",
282
+ "type": "string"
283
+ },
284
+ {
285
+ "name": "description",
286
+ "description": "",
287
+ "type": "string"
288
+ },
289
+ {
290
+ "name": "backgroundStyle",
291
+ "description": "",
292
+ "attribute": false,
293
+ "type": "CSSProperties"
294
+ },
295
+ {
296
+ "name": "leftRoundStyle",
297
+ "description": "",
298
+ "attribute": false,
299
+ "type": "CSSProperties"
300
+ },
301
+ {
302
+ "name": "rightRoundStyle",
303
+ "description": "",
304
+ "attribute": false,
305
+ "type": "CSSProperties"
306
+ }
307
+ ],
308
+ "events": [],
309
+ "slots": [],
310
+ "methods": [],
311
+ "parts": [],
312
+ "description": "现代风页面标题",
313
+ "category": "big-screen-content"
314
+ },
315
315
  {
316
316
  "name": "data-view.dropdown-menu",
317
317
  "properties": [
@@ -427,52 +427,6 @@
427
427
  "description": "大屏搜索构件",
428
428
  "category": "big-screen-content"
429
429
  },
430
- {
431
- "name": "data-view.loading-panel",
432
- "properties": [
433
- {
434
- "name": "customTitle",
435
- "description": "",
436
- "type": "string"
437
- },
438
- {
439
- "name": "loading",
440
- "description": "",
441
- "type": "boolean"
442
- },
443
- {
444
- "name": "useRealTimeProgress",
445
- "description": "",
446
- "default": "false",
447
- "type": "boolean"
448
- },
449
- {
450
- "name": "progress",
451
- "description": "",
452
- "type": "number"
453
- },
454
- {
455
- "name": "intervalTime",
456
- "description": "",
457
- "type": "number"
458
- }
459
- ],
460
- "events": [
461
- {
462
- "name": "end",
463
- "description": "",
464
- "detail": {
465
- "description": null,
466
- "type": "void"
467
- }
468
- }
469
- ],
470
- "slots": [],
471
- "methods": [],
472
- "parts": [],
473
- "description": "大屏加载模块展示",
474
- "category": "big-screen-content"
475
- },
476
430
  {
477
431
  "name": "data-view.particle-animation",
478
432
  "properties": [
@@ -570,6 +524,52 @@
570
524
  "parts": [],
571
525
  "description": "应用墙系统卡片"
572
526
  },
527
+ {
528
+ "name": "data-view.loading-panel",
529
+ "properties": [
530
+ {
531
+ "name": "customTitle",
532
+ "description": "",
533
+ "type": "string"
534
+ },
535
+ {
536
+ "name": "loading",
537
+ "description": "",
538
+ "type": "boolean"
539
+ },
540
+ {
541
+ "name": "useRealTimeProgress",
542
+ "description": "",
543
+ "default": "false",
544
+ "type": "boolean"
545
+ },
546
+ {
547
+ "name": "progress",
548
+ "description": "",
549
+ "type": "number"
550
+ },
551
+ {
552
+ "name": "intervalTime",
553
+ "description": "",
554
+ "type": "number"
555
+ }
556
+ ],
557
+ "events": [
558
+ {
559
+ "name": "end",
560
+ "description": "",
561
+ "detail": {
562
+ "description": null,
563
+ "type": "void"
564
+ }
565
+ }
566
+ ],
567
+ "slots": [],
568
+ "methods": [],
569
+ "parts": [],
570
+ "description": "大屏加载模块展示",
571
+ "category": "big-screen-content"
572
+ },
573
573
  {
574
574
  "name": "data-view.app-wall-relation-line",
575
575
  "properties": [
@@ -784,6 +784,43 @@
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
+ },
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
+ },
787
824
  {
788
825
  "name": "data-view.app-wall",
789
826
  "properties": [
@@ -901,43 +938,6 @@
901
938
  "description": "应用墙",
902
939
  "category": "big-screen-layout"
903
940
  },
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
- {
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": [
@@ -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": [
@@ -1472,6 +1435,43 @@
1472
1435
  "description": "翻牌器-type-3",
1473
1436
  "category": "big-screen-content"
1474
1437
  },
1438
+ {
1439
+ "name": "data-view.basic-index-group",
1440
+ "properties": [
1441
+ {
1442
+ "name": "itemList",
1443
+ "description": "指标组的数据源",
1444
+ "required": true,
1445
+ "attribute": false,
1446
+ "type": "ItemProps[]"
1447
+ },
1448
+ {
1449
+ "name": "width",
1450
+ "description": "容器组宽度",
1451
+ "attribute": false,
1452
+ "type": "number"
1453
+ },
1454
+ {
1455
+ "name": "gap",
1456
+ "description": "指标卡片之间的间距",
1457
+ "default": "30",
1458
+ "attribute": false,
1459
+ "type": "number"
1460
+ },
1461
+ {
1462
+ "name": "layout",
1463
+ "description": "布局,左右或上下两种形式",
1464
+ "default": "`left-right`",
1465
+ "attribute": false,
1466
+ "type": "string"
1467
+ }
1468
+ ],
1469
+ "events": [],
1470
+ "slots": [],
1471
+ "methods": [],
1472
+ "parts": [],
1473
+ "description": "基础指标组构件"
1474
+ },
1475
1475
  {
1476
1476
  "name": "data-view.data-display-flipper-fifth",
1477
1477
  "properties": [
@@ -1820,6 +1820,12 @@
1820
1820
  "description": "最大缩放比例",
1821
1821
  "default": "1",
1822
1822
  "type": "number"
1823
+ },
1824
+ {
1825
+ "name": "textScale",
1826
+ "description": "标签文本缩放比例",
1827
+ "default": "1",
1828
+ "type": "number"
1823
1829
  }
1824
1830
  ],
1825
1831
  "events": [],