@next-bricks/data-view 0.24.6 → 0.24.7

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 (29) hide show
  1. package/dist/bricks.json +4 -4
  2. package/dist/chunks/4417.0ea019ac.js +2 -0
  3. package/dist/chunks/4417.0ea019ac.js.map +1 -0
  4. package/dist/chunks/{5381.1e86ada0.js → 5381.da848f5c.js} +2 -2
  5. package/dist/chunks/{6660.b880dde6.js.map → 5381.da848f5c.js.map} +1 -1
  6. package/dist/chunks/{6660.b880dde6.js → 6660.7423097d.js} +2 -2
  7. package/dist/chunks/{5381.1e86ada0.js.map → 6660.7423097d.js.map} +1 -1
  8. package/dist/chunks/9809.d9d49d5d.js +2 -0
  9. package/dist/chunks/{9809.1a301a83.js.map → 9809.d9d49d5d.js.map} +1 -1
  10. package/dist/chunks/complex-search.78459b38.js +2 -0
  11. package/dist/chunks/{complex-search.3eba6077.js.map → complex-search.78459b38.js.map} +1 -1
  12. package/dist/chunks/main.eb308e6e.js +2 -0
  13. package/dist/chunks/{main.92a8b1d4.js.map → main.eb308e6e.js.map} +1 -1
  14. package/dist/chunks/modern-style-treemap.f3bd0542.js +3 -0
  15. package/dist/chunks/{modern-style-treemap.264d7b10.js.map → modern-style-treemap.f3bd0542.js.map} +1 -1
  16. package/dist/examples.json +7 -7
  17. package/dist/index.6f73fce9.js +2 -0
  18. package/dist/{index.c4841024.js.map → index.6f73fce9.js.map} +1 -1
  19. package/dist/manifest.json +105 -105
  20. package/dist/types.json +276 -276
  21. package/package.json +2 -2
  22. package/dist/chunks/6051.d0588c7b.js +0 -2
  23. package/dist/chunks/6051.d0588c7b.js.map +0 -1
  24. package/dist/chunks/9809.1a301a83.js +0 -2
  25. package/dist/chunks/complex-search.3eba6077.js +0 -2
  26. package/dist/chunks/main.92a8b1d4.js +0 -2
  27. package/dist/chunks/modern-style-treemap.264d7b10.js +0 -3
  28. package/dist/index.c4841024.js +0 -2
  29. /package/dist/chunks/{modern-style-treemap.264d7b10.js.LICENSE.txt → modern-style-treemap.f3bd0542.js.LICENSE.txt} +0 -0
@@ -49,45 +49,6 @@
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
52
  {
92
53
  "name": "data-view.modern-style-component-title",
93
54
  "properties": [
@@ -127,97 +88,42 @@
127
88
  "category": "big-screen-content"
128
89
  },
129
90
  {
130
- "name": "data-view.battery-chart",
131
- "properties": [
132
- {
133
- "name": "value",
134
- "description": "",
135
- "type": "number"
136
- },
137
- {
138
- "name": "batteryWidth",
139
- "description": "",
140
- "type": "number"
141
- },
142
- {
143
- "name": "batteryHeight",
144
- "description": "",
145
- "type": "number"
146
- },
147
- {
148
- "name": "thresholdColors",
149
- "description": "",
150
- "attribute": false,
151
- "type": "ThresholdColor[]"
152
- },
153
- {
154
- "name": "thresholdValue",
155
- "description": "",
156
- "type": "number"
157
- }
158
- ],
159
- "events": [],
160
- "slots": [],
161
- "methods": [],
162
- "parts": [],
163
- "description": "大屏电池",
164
- "category": "big-screen-content"
165
- },
166
- {
167
- "name": "data-view.modern-style-treemap",
91
+ "name": "data-view.modern-style-page-title",
168
92
  "properties": [
169
93
  {
170
- "name": "data",
171
- "description": "",
172
- "attribute": false,
173
- "type": "TreemapData"
174
- },
175
- {
176
- "name": "tail",
94
+ "name": "pageTitle",
177
95
  "description": "",
178
- "default": "TailTypes[\"treemapSquarify\"]",
179
- "attribute": false,
180
- "type": "TailTypes"
96
+ "type": "string"
181
97
  },
182
98
  {
183
- "name": "leafUseBrick",
99
+ "name": "description",
184
100
  "description": "",
185
- "attribute": false,
186
- "type": "{ useBrick: UseBrickConf }"
101
+ "type": "string"
187
102
  },
188
103
  {
189
- "name": "leafContainerStyle",
104
+ "name": "backgroundStyle",
190
105
  "description": "",
191
106
  "attribute": false,
192
107
  "type": "CSSProperties"
193
108
  },
194
109
  {
195
- "name": "tooltipUseBrick",
110
+ "name": "leftRoundStyle",
196
111
  "description": "",
197
112
  "attribute": false,
198
- "type": "{ useBrick: UseBrickConf }"
113
+ "type": "CSSProperties"
199
114
  },
200
115
  {
201
- "name": "tooltipStyle",
116
+ "name": "rightRoundStyle",
202
117
  "description": "",
203
118
  "attribute": false,
204
119
  "type": "CSSProperties"
205
120
  }
206
121
  ],
207
- "events": [
208
- {
209
- "name": "treemap.click",
210
- "description": "",
211
- "detail": {
212
- "description": null,
213
- "type": "TreemapData"
214
- }
215
- }
216
- ],
122
+ "events": [],
217
123
  "slots": [],
218
124
  "methods": [],
219
125
  "parts": [],
220
- "description": "现代风树图",
126
+ "description": "现代风页面标题",
221
127
  "category": "big-screen-content"
222
128
  },
223
129
  {
@@ -312,6 +218,100 @@
312
218
  "description": "大屏仪标签页抽屉",
313
219
  "category": "big-screen-layout"
314
220
  },
221
+ {
222
+ "name": "data-view.modern-style-treemap",
223
+ "properties": [
224
+ {
225
+ "name": "data",
226
+ "description": "",
227
+ "attribute": false,
228
+ "type": "TreemapData"
229
+ },
230
+ {
231
+ "name": "tail",
232
+ "description": "",
233
+ "default": "TailTypes[\"treemapSquarify\"]",
234
+ "attribute": false,
235
+ "type": "TailTypes"
236
+ },
237
+ {
238
+ "name": "leafUseBrick",
239
+ "description": "",
240
+ "attribute": false,
241
+ "type": "{ useBrick: UseBrickConf }"
242
+ },
243
+ {
244
+ "name": "leafContainerStyle",
245
+ "description": "",
246
+ "attribute": false,
247
+ "type": "CSSProperties"
248
+ },
249
+ {
250
+ "name": "tooltipUseBrick",
251
+ "description": "",
252
+ "attribute": false,
253
+ "type": "{ useBrick: UseBrickConf }"
254
+ },
255
+ {
256
+ "name": "tooltipStyle",
257
+ "description": "",
258
+ "attribute": false,
259
+ "type": "CSSProperties"
260
+ }
261
+ ],
262
+ "events": [
263
+ {
264
+ "name": "treemap.click",
265
+ "description": "",
266
+ "detail": {
267
+ "description": null,
268
+ "type": "TreemapData"
269
+ }
270
+ }
271
+ ],
272
+ "slots": [],
273
+ "methods": [],
274
+ "parts": [],
275
+ "description": "现代风树图",
276
+ "category": "big-screen-content"
277
+ },
278
+ {
279
+ "name": "data-view.battery-chart",
280
+ "properties": [
281
+ {
282
+ "name": "value",
283
+ "description": "",
284
+ "type": "number"
285
+ },
286
+ {
287
+ "name": "batteryWidth",
288
+ "description": "",
289
+ "type": "number"
290
+ },
291
+ {
292
+ "name": "batteryHeight",
293
+ "description": "",
294
+ "type": "number"
295
+ },
296
+ {
297
+ "name": "thresholdColors",
298
+ "description": "",
299
+ "attribute": false,
300
+ "type": "ThresholdColor[]"
301
+ },
302
+ {
303
+ "name": "thresholdValue",
304
+ "description": "",
305
+ "type": "number"
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": [