@next-bricks/data-view 1.2.0 → 1.2.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.
Files changed (31) hide show
  1. package/dist/bricks.json +6 -6
  2. package/dist/chunks/{1840.b3144193.js → 1840.63ebdb3d.js} +2 -2
  3. package/dist/chunks/{1840.b3144193.js.map → 1840.63ebdb3d.js.map} +1 -1
  4. package/dist/chunks/1889.e313b73e.js +2 -0
  5. package/dist/chunks/1889.e313b73e.js.map +1 -0
  6. package/dist/chunks/{4837.fd7ed89e.js → 4837.11f53849.js} +2 -2
  7. package/dist/chunks/{4837.fd7ed89e.js.map → 4837.11f53849.js.map} +1 -1
  8. package/dist/chunks/{5478.db4c9276.js → 5478.fbd34b77.js} +3 -3
  9. package/dist/chunks/5478.fbd34b77.js.map +1 -0
  10. package/dist/chunks/{7218.fa10b67e.js → 7218.b7113df9.js} +2 -2
  11. package/dist/chunks/{7218.fa10b67e.js.map → 7218.b7113df9.js.map} +1 -1
  12. package/dist/chunks/{cabinet-node.96ea740e.js → cabinet-node.a9e29847.js} +3 -3
  13. package/dist/chunks/{cabinet-node.96ea740e.js.map → cabinet-node.a9e29847.js.map} +1 -1
  14. package/dist/chunks/{complex-search.306e6d4a.js → complex-search.f2b1779c.js} +2 -2
  15. package/dist/chunks/{complex-search.306e6d4a.js.map → complex-search.f2b1779c.js.map} +1 -1
  16. package/dist/chunks/{main.251244fe.js → main.b065ef1b.js} +2 -2
  17. package/dist/chunks/{main.251244fe.js.map → main.b065ef1b.js.map} +1 -1
  18. package/dist/chunks/{modern-style-treemap.05141768.js → modern-style-treemap.c1b4b90f.js} +3 -3
  19. package/dist/chunks/{modern-style-treemap.05141768.js.map → modern-style-treemap.c1b4b90f.js.map} +1 -1
  20. package/dist/examples.json +14 -14
  21. package/dist/{index.7306081b.js → index.66ce9fdd.js} +2 -2
  22. package/dist/{index.7306081b.js.map → index.66ce9fdd.js.map} +1 -1
  23. package/dist/manifest.json +156 -156
  24. package/dist/types.json +393 -393
  25. package/package.json +2 -2
  26. package/dist/chunks/1889.7e953be6.js +0 -2
  27. package/dist/chunks/1889.7e953be6.js.map +0 -1
  28. package/dist/chunks/5478.db4c9276.js.map +0 -1
  29. /package/dist/chunks/{5478.db4c9276.js.LICENSE.txt → 5478.fbd34b77.js.LICENSE.txt} +0 -0
  30. /package/dist/chunks/{cabinet-node.96ea740e.js.LICENSE.txt → cabinet-node.a9e29847.js.LICENSE.txt} +0 -0
  31. /package/dist/chunks/{modern-style-treemap.05141768.js.LICENSE.txt → modern-style-treemap.c1b4b90f.js.LICENSE.txt} +0 -0
@@ -49,6 +49,83 @@
49
49
  "description": "大屏仪表盘",
50
50
  "category": "big-screen-content"
51
51
  },
52
+ {
53
+ "name": "data-view.modern-style-page-title",
54
+ "properties": [
55
+ {
56
+ "name": "pageTitle",
57
+ "description": "",
58
+ "type": "string"
59
+ },
60
+ {
61
+ "name": "description",
62
+ "description": "",
63
+ "type": "string"
64
+ },
65
+ {
66
+ "name": "backgroundStyle",
67
+ "description": "",
68
+ "attribute": false,
69
+ "type": "CSSProperties"
70
+ },
71
+ {
72
+ "name": "leftRoundStyle",
73
+ "description": "",
74
+ "attribute": false,
75
+ "type": "CSSProperties"
76
+ },
77
+ {
78
+ "name": "rightRoundStyle",
79
+ "description": "",
80
+ "attribute": false,
81
+ "type": "CSSProperties"
82
+ }
83
+ ],
84
+ "events": [],
85
+ "slots": [],
86
+ "methods": [],
87
+ "parts": [],
88
+ "description": "现代风页面标题",
89
+ "category": "big-screen-content"
90
+ },
91
+ {
92
+ "name": "data-view.modern-style-component-title",
93
+ "properties": [
94
+ {
95
+ "name": "hideLeftComponent",
96
+ "description": "",
97
+ "default": "false"
98
+ },
99
+ {
100
+ "name": "hideRightComponent",
101
+ "description": "",
102
+ "default": "true"
103
+ },
104
+ {
105
+ "name": "componentTitle",
106
+ "description": "",
107
+ "type": "string"
108
+ },
109
+ {
110
+ "name": "titleTextStyle",
111
+ "description": "",
112
+ "attribute": false,
113
+ "type": "CSSProperties"
114
+ },
115
+ {
116
+ "name": "squareColor",
117
+ "description": "",
118
+ "attribute": false,
119
+ "type": "CSSProperties[\"color\"]"
120
+ }
121
+ ],
122
+ "events": [],
123
+ "slots": [],
124
+ "methods": [],
125
+ "parts": [],
126
+ "description": "现代风组件标题",
127
+ "category": "big-screen-content"
128
+ },
52
129
  {
53
130
  "name": "data-view.tabs-drawer",
54
131
  "properties": [
@@ -142,78 +219,97 @@
142
219
  "category": "big-screen-layout"
143
220
  },
144
221
  {
145
- "name": "data-view.modern-style-component-title",
222
+ "name": "data-view.battery-chart",
146
223
  "properties": [
147
224
  {
148
- "name": "hideLeftComponent",
225
+ "name": "value",
149
226
  "description": "",
150
- "default": "false"
227
+ "type": "number"
151
228
  },
152
229
  {
153
- "name": "hideRightComponent",
230
+ "name": "batteryWidth",
154
231
  "description": "",
155
- "default": "true"
232
+ "type": "number"
156
233
  },
157
234
  {
158
- "name": "componentTitle",
235
+ "name": "batteryHeight",
159
236
  "description": "",
160
- "type": "string"
237
+ "type": "number"
161
238
  },
162
239
  {
163
- "name": "titleTextStyle",
240
+ "name": "thresholdColors",
164
241
  "description": "",
165
242
  "attribute": false,
166
- "type": "CSSProperties"
243
+ "type": "ThresholdColor[]"
167
244
  },
168
245
  {
169
- "name": "squareColor",
246
+ "name": "thresholdValue",
170
247
  "description": "",
171
- "attribute": false,
172
- "type": "CSSProperties[\"color\"]"
248
+ "type": "number"
173
249
  }
174
250
  ],
175
251
  "events": [],
176
252
  "slots": [],
177
253
  "methods": [],
178
254
  "parts": [],
179
- "description": "现代风组件标题",
255
+ "description": "大屏电池",
180
256
  "category": "big-screen-content"
181
257
  },
182
258
  {
183
- "name": "data-view.battery-chart",
259
+ "name": "data-view.modern-style-treemap",
184
260
  "properties": [
185
261
  {
186
- "name": "value",
262
+ "name": "data",
187
263
  "description": "",
188
- "type": "number"
264
+ "attribute": false,
265
+ "type": "TreemapData"
189
266
  },
190
267
  {
191
- "name": "batteryWidth",
268
+ "name": "tail",
192
269
  "description": "",
193
- "type": "number"
270
+ "default": "TailTypes[\"treemapSquarify\"]",
271
+ "attribute": false,
272
+ "type": "TailTypes"
194
273
  },
195
274
  {
196
- "name": "batteryHeight",
275
+ "name": "leafUseBrick",
197
276
  "description": "",
198
- "type": "number"
277
+ "attribute": false,
278
+ "type": "{ useBrick: UseBrickConf }"
199
279
  },
200
280
  {
201
- "name": "thresholdColors",
281
+ "name": "leafContainerStyle",
202
282
  "description": "",
203
283
  "attribute": false,
204
- "type": "ThresholdColor[]"
284
+ "type": "CSSProperties"
205
285
  },
206
286
  {
207
- "name": "thresholdValue",
287
+ "name": "tooltipUseBrick",
208
288
  "description": "",
209
- "type": "number"
289
+ "attribute": false,
290
+ "type": "{ useBrick: UseBrickConf }"
291
+ },
292
+ {
293
+ "name": "tooltipStyle",
294
+ "description": "",
295
+ "attribute": false,
296
+ "type": "CSSProperties"
297
+ }
298
+ ],
299
+ "events": [
300
+ {
301
+ "name": "treemap.click",
302
+ "description": "",
303
+ "detail": {
304
+ "description": null,
305
+ "type": "TreemapData"
306
+ }
210
307
  }
211
308
  ],
212
- "events": [],
213
309
  "slots": [],
214
310
  "methods": [],
215
311
  "parts": [],
216
- "description": "大屏电池",
312
+ "description": "现代风树图",
217
313
  "category": "big-screen-content"
218
314
  },
219
315
  {
@@ -556,102 +652,6 @@
556
652
  "parts": [],
557
653
  "description": "cabinet子构件----应用层"
558
654
  },
559
- {
560
- "name": "data-view.modern-style-page-title",
561
- "properties": [
562
- {
563
- "name": "pageTitle",
564
- "description": "",
565
- "type": "string"
566
- },
567
- {
568
- "name": "description",
569
- "description": "",
570
- "type": "string"
571
- },
572
- {
573
- "name": "backgroundStyle",
574
- "description": "",
575
- "attribute": false,
576
- "type": "CSSProperties"
577
- },
578
- {
579
- "name": "leftRoundStyle",
580
- "description": "",
581
- "attribute": false,
582
- "type": "CSSProperties"
583
- },
584
- {
585
- "name": "rightRoundStyle",
586
- "description": "",
587
- "attribute": false,
588
- "type": "CSSProperties"
589
- }
590
- ],
591
- "events": [],
592
- "slots": [],
593
- "methods": [],
594
- "parts": [],
595
- "description": "现代风页面标题",
596
- "category": "big-screen-content"
597
- },
598
- {
599
- "name": "data-view.modern-style-treemap",
600
- "properties": [
601
- {
602
- "name": "data",
603
- "description": "",
604
- "attribute": false,
605
- "type": "TreemapData"
606
- },
607
- {
608
- "name": "tail",
609
- "description": "",
610
- "default": "TailTypes[\"treemapSquarify\"]",
611
- "attribute": false,
612
- "type": "TailTypes"
613
- },
614
- {
615
- "name": "leafUseBrick",
616
- "description": "",
617
- "attribute": false,
618
- "type": "{ useBrick: UseBrickConf }"
619
- },
620
- {
621
- "name": "leafContainerStyle",
622
- "description": "",
623
- "attribute": false,
624
- "type": "CSSProperties"
625
- },
626
- {
627
- "name": "tooltipUseBrick",
628
- "description": "",
629
- "attribute": false,
630
- "type": "{ useBrick: UseBrickConf }"
631
- },
632
- {
633
- "name": "tooltipStyle",
634
- "description": "",
635
- "attribute": false,
636
- "type": "CSSProperties"
637
- }
638
- ],
639
- "events": [
640
- {
641
- "name": "treemap.click",
642
- "description": "",
643
- "detail": {
644
- "description": null,
645
- "type": "TreemapData"
646
- }
647
- }
648
- ],
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": [
@@ -922,6 +922,22 @@
922
922
  "description": "Graph text",
923
923
  "category": "big-screen-content"
924
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
+ },
925
941
  {
926
942
  "name": "data-view.graph-layout-grid",
927
943
  "properties": [
@@ -954,22 +970,6 @@
954
970
  "description": "Graph grid 布局",
955
971
  "category": "big-screen-content"
956
972
  },
957
- {
958
- "name": "data-view.graph-node",
959
- "properties": [
960
- {
961
- "name": "url",
962
- "description": "",
963
- "type": "string"
964
- }
965
- ],
966
- "events": [],
967
- "slots": [],
968
- "methods": [],
969
- "parts": [],
970
- "description": "Graph Node",
971
- "category": "big-screen-content"
972
- },
973
973
  {
974
974
  "name": "data-view.grid-background",
975
975
  "properties": [
@@ -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": [
@@ -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": [