@next-bricks/data-view 1.3.1 → 1.3.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 +8 -8
- package/dist/chunks/{4263.f0b8a776.js → 4263.50f9dc02.js} +2 -2
- package/dist/chunks/4263.50f9dc02.js.map +1 -0
- package/dist/chunks/{5371.53937942.js → 5371.315e565c.js} +2 -2
- package/dist/chunks/{5371.53937942.js.map → 5371.315e565c.js.map} +1 -1
- package/dist/chunks/china-map-chart.67e37531.js +2 -0
- package/dist/chunks/china-map-chart.67e37531.js.map +1 -0
- package/dist/chunks/{main.6d5e1cbc.js → main.d4582ed9.js} +2 -2
- package/dist/chunks/{main.6d5e1cbc.js.map → main.d4582ed9.js.map} +1 -1
- package/dist/examples.json +12 -12
- package/dist/{index.fe1971fd.js → index.dfca25e4.js} +2 -2
- package/dist/{index.fe1971fd.js.map → index.dfca25e4.js.map} +1 -1
- package/dist/manifest.json +190 -190
- package/dist/types.json +297 -297
- package/package.json +2 -2
- package/dist/chunks/4263.f0b8a776.js.map +0 -1
- package/dist/chunks/china-map-chart.c75832ea.js +0 -2
- package/dist/chunks/china-map-chart.c75832ea.js.map +0 -1
package/dist/manifest.json
CHANGED
|
@@ -49,175 +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
|
-
{
|
|
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
|
-
},
|
|
221
52
|
{
|
|
222
53
|
"name": "data-view.modern-style-treemap",
|
|
223
54
|
"properties": [
|
|
@@ -353,6 +184,45 @@
|
|
|
353
184
|
"description": "基础下拉菜单",
|
|
354
185
|
"category": "big-screen-content"
|
|
355
186
|
},
|
|
187
|
+
{
|
|
188
|
+
"name": "data-view.modern-style-page-title",
|
|
189
|
+
"properties": [
|
|
190
|
+
{
|
|
191
|
+
"name": "pageTitle",
|
|
192
|
+
"description": "",
|
|
193
|
+
"type": "string"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "description",
|
|
197
|
+
"description": "",
|
|
198
|
+
"type": "string"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "backgroundStyle",
|
|
202
|
+
"description": "",
|
|
203
|
+
"attribute": false,
|
|
204
|
+
"type": "CSSProperties"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "leftRoundStyle",
|
|
208
|
+
"description": "",
|
|
209
|
+
"attribute": false,
|
|
210
|
+
"type": "CSSProperties"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "rightRoundStyle",
|
|
214
|
+
"description": "",
|
|
215
|
+
"attribute": false,
|
|
216
|
+
"type": "CSSProperties"
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"events": [],
|
|
220
|
+
"slots": [],
|
|
221
|
+
"methods": [],
|
|
222
|
+
"parts": [],
|
|
223
|
+
"description": "现代风页面标题",
|
|
224
|
+
"category": "big-screen-content"
|
|
225
|
+
},
|
|
356
226
|
{
|
|
357
227
|
"name": "data-view.complex-search",
|
|
358
228
|
"properties": [
|
|
@@ -570,6 +440,44 @@
|
|
|
570
440
|
"parts": [],
|
|
571
441
|
"description": "应用墙系统卡片"
|
|
572
442
|
},
|
|
443
|
+
{
|
|
444
|
+
"name": "data-view.modern-style-component-title",
|
|
445
|
+
"properties": [
|
|
446
|
+
{
|
|
447
|
+
"name": "hideLeftComponent",
|
|
448
|
+
"description": "",
|
|
449
|
+
"default": "false"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "hideRightComponent",
|
|
453
|
+
"description": "",
|
|
454
|
+
"default": "true"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "componentTitle",
|
|
458
|
+
"description": "",
|
|
459
|
+
"type": "string"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "titleTextStyle",
|
|
463
|
+
"description": "",
|
|
464
|
+
"attribute": false,
|
|
465
|
+
"type": "CSSProperties"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "squareColor",
|
|
469
|
+
"description": "",
|
|
470
|
+
"attribute": false,
|
|
471
|
+
"type": "CSSProperties[\"color\"]"
|
|
472
|
+
}
|
|
473
|
+
],
|
|
474
|
+
"events": [],
|
|
475
|
+
"slots": [],
|
|
476
|
+
"methods": [],
|
|
477
|
+
"parts": [],
|
|
478
|
+
"description": "现代风组件标题",
|
|
479
|
+
"category": "big-screen-content"
|
|
480
|
+
},
|
|
573
481
|
{
|
|
574
482
|
"name": "data-view.app-wall-relation-line",
|
|
575
483
|
"properties": [
|
|
@@ -602,6 +510,98 @@
|
|
|
602
510
|
"parts": [],
|
|
603
511
|
"description": "大屏按钮"
|
|
604
512
|
},
|
|
513
|
+
{
|
|
514
|
+
"name": "data-view.tabs-drawer",
|
|
515
|
+
"properties": [
|
|
516
|
+
{
|
|
517
|
+
"name": "tabList",
|
|
518
|
+
"description": "",
|
|
519
|
+
"required": true,
|
|
520
|
+
"default": "-",
|
|
521
|
+
"attribute": false,
|
|
522
|
+
"type": "TabItem[]"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "activeKey",
|
|
526
|
+
"description": "",
|
|
527
|
+
"required": true,
|
|
528
|
+
"default": "-",
|
|
529
|
+
"type": "string"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"name": "width",
|
|
533
|
+
"description": "",
|
|
534
|
+
"attribute": false,
|
|
535
|
+
"type": "number | string"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "drawerStyle",
|
|
539
|
+
"description": "",
|
|
540
|
+
"attribute": false,
|
|
541
|
+
"type": "React.CSSProperties"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "bodyStyle",
|
|
545
|
+
"description": "",
|
|
546
|
+
"attribute": false,
|
|
547
|
+
"type": "React.CSSProperties"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "zIndex",
|
|
551
|
+
"description": "",
|
|
552
|
+
"type": "number"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "visible",
|
|
556
|
+
"description": "",
|
|
557
|
+
"type": "boolean"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"events": [
|
|
561
|
+
{
|
|
562
|
+
"name": "open",
|
|
563
|
+
"description": "",
|
|
564
|
+
"detail": {
|
|
565
|
+
"description": null,
|
|
566
|
+
"type": "void"
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "close",
|
|
571
|
+
"description": "",
|
|
572
|
+
"detail": {
|
|
573
|
+
"description": null,
|
|
574
|
+
"type": "void"
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"name": "tab.change",
|
|
579
|
+
"description": "",
|
|
580
|
+
"detail": {
|
|
581
|
+
"description": "`string`",
|
|
582
|
+
"type": "string"
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
],
|
|
586
|
+
"slots": [],
|
|
587
|
+
"methods": [
|
|
588
|
+
{
|
|
589
|
+
"name": "open",
|
|
590
|
+
"params": [],
|
|
591
|
+
"description": "",
|
|
592
|
+
"returns": {}
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "close",
|
|
596
|
+
"params": [],
|
|
597
|
+
"description": "",
|
|
598
|
+
"returns": {}
|
|
599
|
+
}
|
|
600
|
+
],
|
|
601
|
+
"parts": [],
|
|
602
|
+
"description": "大屏仪标签页抽屉",
|
|
603
|
+
"category": "big-screen-layout"
|
|
604
|
+
},
|
|
605
605
|
{
|
|
606
606
|
"name": "data-view.cabinet-node",
|
|
607
607
|
"properties": [
|
|
@@ -784,6 +784,27 @@
|
|
|
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
|
+
},
|
|
787
808
|
{
|
|
788
809
|
"name": "data-view.app-wall",
|
|
789
810
|
"properties": [
|
|
@@ -901,27 +922,6 @@
|
|
|
901
922
|
"description": "应用墙",
|
|
902
923
|
"category": "big-screen-layout"
|
|
903
924
|
},
|
|
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
925
|
{
|
|
926
926
|
"name": "data-view.graph-node",
|
|
927
927
|
"properties": [
|