@next-bricks/data-view 1.9.0 → 1.9.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.
- package/dist/bricks.json +9 -9
- package/dist/chunks/{1491.19fdfb95.js → 1491.345114bf.js} +3 -3
- package/dist/chunks/1491.345114bf.js.map +1 -0
- package/dist/chunks/{32.b45f5151.js → 32.40f02922.js} +2 -2
- package/dist/chunks/{32.b45f5151.js.map → 32.40f02922.js.map} +1 -1
- package/dist/chunks/{4837.1794b642.js → 4837.26a827bd.js} +2 -2
- package/dist/chunks/{4837.1794b642.js.map → 4837.26a827bd.js.map} +1 -1
- package/dist/chunks/{7218.258c9866.js → 7218.446f491e.js} +2 -2
- package/dist/chunks/{7218.258c9866.js.map → 7218.446f491e.js.map} +1 -1
- package/dist/chunks/{complex-search.8ce479ba.js → complex-search.edc01a8a.js} +2 -2
- package/dist/chunks/{complex-search.8ce479ba.js.map → complex-search.edc01a8a.js.map} +1 -1
- package/dist/chunks/{main.e9cbbef8.js → main.2de8b5d7.js} +2 -2
- package/dist/chunks/{main.e9cbbef8.js.map → main.2de8b5d7.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.4b2c0feb.js → modern-style-treemap.eb1d71e0.js} +3 -3
- package/dist/chunks/{modern-style-treemap.4b2c0feb.js.map → modern-style-treemap.eb1d71e0.js.map} +1 -1
- package/dist/examples.json +15 -15
- package/dist/{index.7f21c4d4.js → index.863009f8.js} +2 -2
- package/dist/{index.7f21c4d4.js.map → index.863009f8.js.map} +1 -1
- package/dist/manifest.json +218 -202
- package/dist/types.json +383 -361
- package/package.json +4 -3
- package/dist/chunks/1491.19fdfb95.js.map +0 -1
- /package/dist/chunks/{1491.19fdfb95.js.LICENSE.txt → 1491.345114bf.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.4b2c0feb.js.LICENSE.txt → modern-style-treemap.eb1d71e0.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -49,6 +49,98 @@
|
|
|
49
49
|
"description": "大屏仪表盘",
|
|
50
50
|
"category": "big-screen-content"
|
|
51
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"name": "data-view.tabs-drawer",
|
|
54
|
+
"properties": [
|
|
55
|
+
{
|
|
56
|
+
"name": "tabList",
|
|
57
|
+
"description": "",
|
|
58
|
+
"required": true,
|
|
59
|
+
"default": "-",
|
|
60
|
+
"attribute": false,
|
|
61
|
+
"type": "TabItem[]"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "activeKey",
|
|
65
|
+
"description": "",
|
|
66
|
+
"required": true,
|
|
67
|
+
"default": "-",
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "width",
|
|
72
|
+
"description": "",
|
|
73
|
+
"attribute": false,
|
|
74
|
+
"type": "number | string"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "drawerStyle",
|
|
78
|
+
"description": "",
|
|
79
|
+
"attribute": false,
|
|
80
|
+
"type": "React.CSSProperties"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "bodyStyle",
|
|
84
|
+
"description": "",
|
|
85
|
+
"attribute": false,
|
|
86
|
+
"type": "React.CSSProperties"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "zIndex",
|
|
90
|
+
"description": "",
|
|
91
|
+
"type": "number"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "visible",
|
|
95
|
+
"description": "",
|
|
96
|
+
"type": "boolean"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"events": [
|
|
100
|
+
{
|
|
101
|
+
"name": "open",
|
|
102
|
+
"description": "",
|
|
103
|
+
"detail": {
|
|
104
|
+
"description": null,
|
|
105
|
+
"type": "void"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "close",
|
|
110
|
+
"description": "",
|
|
111
|
+
"detail": {
|
|
112
|
+
"description": null,
|
|
113
|
+
"type": "void"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "tab.change",
|
|
118
|
+
"description": "",
|
|
119
|
+
"detail": {
|
|
120
|
+
"description": "`string`",
|
|
121
|
+
"type": "string"
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"slots": [],
|
|
126
|
+
"methods": [
|
|
127
|
+
{
|
|
128
|
+
"name": "open",
|
|
129
|
+
"params": [],
|
|
130
|
+
"description": "",
|
|
131
|
+
"returns": {}
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "close",
|
|
135
|
+
"params": [],
|
|
136
|
+
"description": "",
|
|
137
|
+
"returns": {}
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"parts": [],
|
|
141
|
+
"description": "大屏仪标签页抽屉",
|
|
142
|
+
"category": "big-screen-layout"
|
|
143
|
+
},
|
|
52
144
|
{
|
|
53
145
|
"name": "data-view.modern-style-treemap",
|
|
54
146
|
"properties": [
|
|
@@ -143,44 +235,6 @@
|
|
|
143
235
|
"description": "大屏电池",
|
|
144
236
|
"category": "big-screen-content"
|
|
145
237
|
},
|
|
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
238
|
{
|
|
185
239
|
"name": "data-view.dropdown-menu",
|
|
186
240
|
"properties": [
|
|
@@ -365,45 +419,6 @@
|
|
|
365
419
|
"description": "大屏粒子加载动效",
|
|
366
420
|
"category": "big-screen-content"
|
|
367
421
|
},
|
|
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
422
|
{
|
|
408
423
|
"name": "data-view.app-wall-card-item",
|
|
409
424
|
"properties": [
|
|
@@ -478,98 +493,6 @@
|
|
|
478
493
|
"parts": [],
|
|
479
494
|
"description": "应用墙系统卡片"
|
|
480
495
|
},
|
|
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
496
|
{
|
|
574
497
|
"name": "data-view.app-wall-relation-line",
|
|
575
498
|
"properties": [
|
|
@@ -632,6 +555,44 @@
|
|
|
632
555
|
"parts": [],
|
|
633
556
|
"description": "cabinet子构件----节点"
|
|
634
557
|
},
|
|
558
|
+
{
|
|
559
|
+
"name": "data-view.modern-style-component-title",
|
|
560
|
+
"properties": [
|
|
561
|
+
{
|
|
562
|
+
"name": "hideLeftComponent",
|
|
563
|
+
"description": "",
|
|
564
|
+
"default": "false"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "hideRightComponent",
|
|
568
|
+
"description": "",
|
|
569
|
+
"default": "true"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "componentTitle",
|
|
573
|
+
"description": "",
|
|
574
|
+
"type": "string"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"name": "titleTextStyle",
|
|
578
|
+
"description": "",
|
|
579
|
+
"attribute": false,
|
|
580
|
+
"type": "CSSProperties"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "squareColor",
|
|
584
|
+
"description": "",
|
|
585
|
+
"attribute": false,
|
|
586
|
+
"type": "CSSProperties[\"color\"]"
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"events": [],
|
|
590
|
+
"slots": [],
|
|
591
|
+
"methods": [],
|
|
592
|
+
"parts": [],
|
|
593
|
+
"description": "现代风组件标题",
|
|
594
|
+
"category": "big-screen-content"
|
|
595
|
+
},
|
|
635
596
|
{
|
|
636
597
|
"name": "data-view.cabinet-app-layer",
|
|
637
598
|
"properties": [
|
|
@@ -652,6 +613,45 @@
|
|
|
652
613
|
"parts": [],
|
|
653
614
|
"description": "cabinet子构件----应用层"
|
|
654
615
|
},
|
|
616
|
+
{
|
|
617
|
+
"name": "data-view.modern-style-page-title",
|
|
618
|
+
"properties": [
|
|
619
|
+
{
|
|
620
|
+
"name": "pageTitle",
|
|
621
|
+
"description": "",
|
|
622
|
+
"type": "string"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"name": "description",
|
|
626
|
+
"description": "",
|
|
627
|
+
"type": "string"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"name": "backgroundStyle",
|
|
631
|
+
"description": "",
|
|
632
|
+
"attribute": false,
|
|
633
|
+
"type": "CSSProperties"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "leftRoundStyle",
|
|
637
|
+
"description": "",
|
|
638
|
+
"attribute": false,
|
|
639
|
+
"type": "CSSProperties"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "rightRoundStyle",
|
|
643
|
+
"description": "",
|
|
644
|
+
"attribute": false,
|
|
645
|
+
"type": "CSSProperties"
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"events": [],
|
|
649
|
+
"slots": [],
|
|
650
|
+
"methods": [],
|
|
651
|
+
"parts": [],
|
|
652
|
+
"description": "现代风页面标题",
|
|
653
|
+
"category": "big-screen-content"
|
|
654
|
+
},
|
|
655
655
|
{
|
|
656
656
|
"name": "data-view.cabinet-container",
|
|
657
657
|
"properties": [
|
|
@@ -1084,6 +1084,24 @@
|
|
|
1084
1084
|
"description": "雷达图",
|
|
1085
1085
|
"category": "big-screen-content"
|
|
1086
1086
|
},
|
|
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
|
+
},
|
|
1087
1105
|
{
|
|
1088
1106
|
"name": "data-view.title-text",
|
|
1089
1107
|
"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": [
|
|
@@ -1181,6 +1181,11 @@
|
|
|
1181
1181
|
"description": "标签高亮显示,默认第一个",
|
|
1182
1182
|
"default": "-",
|
|
1183
1183
|
"type": "string"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"name": "textContent",
|
|
1187
|
+
"type": "string",
|
|
1188
|
+
"description": "文本内容"
|
|
1184
1189
|
}
|
|
1185
1190
|
],
|
|
1186
1191
|
"events": [
|
|
@@ -1263,21 +1268,6 @@
|
|
|
1263
1268
|
"description": "构件 `data-view.lights-component-title`",
|
|
1264
1269
|
"category": "big-screen-content"
|
|
1265
1270
|
},
|
|
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
1271
|
{
|
|
1282
1272
|
"name": "data-view.hi-tech-button",
|
|
1283
1273
|
"properties": [
|
|
@@ -1297,6 +1287,11 @@
|
|
|
1297
1287
|
"description": "是否禁用",
|
|
1298
1288
|
"default": "false",
|
|
1299
1289
|
"type": "boolean"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"name": "textContent",
|
|
1293
|
+
"type": "string",
|
|
1294
|
+
"description": "文本内容"
|
|
1300
1295
|
}
|
|
1301
1296
|
],
|
|
1302
1297
|
"events": [],
|
|
@@ -1310,6 +1305,27 @@
|
|
|
1310
1305
|
"parts": [],
|
|
1311
1306
|
"description": "大屏按钮"
|
|
1312
1307
|
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "data-view.tech-mesh-base-view",
|
|
1310
|
+
"properties": [
|
|
1311
|
+
{
|
|
1312
|
+
"name": "textContent",
|
|
1313
|
+
"type": "string",
|
|
1314
|
+
"description": "文本内容"
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"events": [],
|
|
1318
|
+
"slots": [
|
|
1319
|
+
{
|
|
1320
|
+
"name": null,
|
|
1321
|
+
"description": "页面内容"
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"methods": [],
|
|
1325
|
+
"parts": [],
|
|
1326
|
+
"description": "大屏框架构件-网格纹",
|
|
1327
|
+
"category": "big-screen-layout"
|
|
1328
|
+
},
|
|
1313
1329
|
{
|
|
1314
1330
|
"name": "data-view.simple-card-item",
|
|
1315
1331
|
"properties": [
|