@next-bricks/data-view 1.3.5 → 1.3.6
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 +5 -5
- package/dist/chunks/1122.9835fb92.js +2 -0
- package/dist/chunks/1122.9835fb92.js.map +1 -0
- package/dist/chunks/{3171.a773cf1b.js → 3171.3e78212b.js} +2 -2
- package/dist/chunks/{5552.7d119e3c.js.map → 3171.3e78212b.js.map} +1 -1
- package/dist/chunks/3413.7135d330.js +3 -0
- package/dist/chunks/3413.7135d330.js.map +1 -0
- package/dist/chunks/3933.c01ffb09.js +2 -0
- package/dist/chunks/3933.c01ffb09.js.map +1 -0
- package/dist/chunks/{4263.9115169c.js → 4263.9708be6f.js} +2 -2
- package/dist/chunks/{4263.9115169c.js.map → 4263.9708be6f.js.map} +1 -1
- package/dist/chunks/{4837.5768107a.js → 4837.a3fa233a.js} +2 -2
- package/dist/chunks/{7218.63d95e50.js.map → 4837.a3fa233a.js.map} +1 -1
- package/dist/chunks/{5399.a2e48ba8.js → 5399.f09dcea4.js} +2 -2
- package/dist/chunks/5399.f09dcea4.js.map +1 -0
- package/dist/chunks/{5552.7d119e3c.js → 5552.8441d588.js} +2 -2
- package/dist/chunks/{3171.a773cf1b.js.map → 5552.8441d588.js.map} +1 -1
- package/dist/chunks/6314.bd8edc3a.js +2 -0
- package/dist/chunks/6314.bd8edc3a.js.map +1 -0
- package/dist/chunks/{7218.63d95e50.js → 7218.75e43f86.js} +2 -2
- package/dist/chunks/{4837.5768107a.js.map → 7218.75e43f86.js.map} +1 -1
- package/dist/chunks/{8097.e3f6f00d.js → 8097.c532b8c8.js} +2 -2
- package/dist/chunks/{8097.e3f6f00d.js.map → 8097.c532b8c8.js.map} +1 -1
- package/dist/chunks/{complex-search.0e47f65c.js → complex-search.e7c98e9f.js} +2 -2
- package/dist/chunks/{complex-search.0e47f65c.js.map → complex-search.e7c98e9f.js.map} +1 -1
- package/dist/chunks/{graph-text.c8127661.js → graph-text.ea81dc98.js} +2 -2
- package/dist/chunks/{graph-text.c8127661.js.map → graph-text.ea81dc98.js.map} +1 -1
- package/dist/chunks/{main.f51cf727.js → main.37f5a4f7.js} +2 -2
- package/dist/chunks/{main.f51cf727.js.map → main.37f5a4f7.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.caae4443.js → modern-style-treemap.f6bc4dbf.js} +3 -3
- package/dist/chunks/{modern-style-treemap.caae4443.js.map → modern-style-treemap.f6bc4dbf.js.map} +1 -1
- package/dist/examples.json +11 -11
- package/dist/{index.956d31e5.js → index.50f7b88d.js} +2 -2
- package/dist/{index.956d31e5.js.map → index.50f7b88d.js.map} +1 -1
- package/dist/manifest.json +146 -146
- package/dist/types.json +232 -232
- package/package.json +2 -2
- package/dist/chunks/1122.c4ac62cc.js +0 -2
- package/dist/chunks/1122.c4ac62cc.js.map +0 -1
- package/dist/chunks/3933.55ee37a2.js +0 -2
- package/dist/chunks/3933.55ee37a2.js.map +0 -1
- package/dist/chunks/5399.a2e48ba8.js.map +0 -1
- package/dist/chunks/5478.8d7dee10.js +0 -3
- package/dist/chunks/5478.8d7dee10.js.map +0 -1
- package/dist/chunks/6314.96007900.js +0 -2
- package/dist/chunks/6314.96007900.js.map +0 -1
- /package/dist/chunks/{5478.8d7dee10.js.LICENSE.txt → 3413.7135d330.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.caae4443.js.LICENSE.txt → modern-style-treemap.f6bc4dbf.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -49,6 +49,83 @@
|
|
|
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
|
+
},
|
|
52
129
|
{
|
|
53
130
|
"name": "data-view.tabs-drawer",
|
|
54
131
|
"properties": [
|
|
@@ -141,44 +218,6 @@
|
|
|
141
218
|
"description": "大屏仪标签页抽屉",
|
|
142
219
|
"category": "big-screen-layout"
|
|
143
220
|
},
|
|
144
|
-
{
|
|
145
|
-
"name": "data-view.modern-style-component-title",
|
|
146
|
-
"properties": [
|
|
147
|
-
{
|
|
148
|
-
"name": "hideLeftComponent",
|
|
149
|
-
"description": "",
|
|
150
|
-
"default": "false"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "hideRightComponent",
|
|
154
|
-
"description": "",
|
|
155
|
-
"default": "true"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"name": "componentTitle",
|
|
159
|
-
"description": "",
|
|
160
|
-
"type": "string"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"name": "titleTextStyle",
|
|
164
|
-
"description": "",
|
|
165
|
-
"attribute": false,
|
|
166
|
-
"type": "CSSProperties"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"name": "squareColor",
|
|
170
|
-
"description": "",
|
|
171
|
-
"attribute": false,
|
|
172
|
-
"type": "CSSProperties[\"color\"]"
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"events": [],
|
|
176
|
-
"slots": [],
|
|
177
|
-
"methods": [],
|
|
178
|
-
"parts": [],
|
|
179
|
-
"description": "现代风组件标题",
|
|
180
|
-
"category": "big-screen-content"
|
|
181
|
-
},
|
|
182
221
|
{
|
|
183
222
|
"name": "data-view.modern-style-treemap",
|
|
184
223
|
"properties": [
|
|
@@ -236,45 +275,6 @@
|
|
|
236
275
|
"description": "现代风树图",
|
|
237
276
|
"category": "big-screen-content"
|
|
238
277
|
},
|
|
239
|
-
{
|
|
240
|
-
"name": "data-view.modern-style-page-title",
|
|
241
|
-
"properties": [
|
|
242
|
-
{
|
|
243
|
-
"name": "pageTitle",
|
|
244
|
-
"description": "",
|
|
245
|
-
"type": "string"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"name": "description",
|
|
249
|
-
"description": "",
|
|
250
|
-
"type": "string"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "backgroundStyle",
|
|
254
|
-
"description": "",
|
|
255
|
-
"attribute": false,
|
|
256
|
-
"type": "CSSProperties"
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"name": "leftRoundStyle",
|
|
260
|
-
"description": "",
|
|
261
|
-
"attribute": false,
|
|
262
|
-
"type": "CSSProperties"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "rightRoundStyle",
|
|
266
|
-
"description": "",
|
|
267
|
-
"attribute": false,
|
|
268
|
-
"type": "CSSProperties"
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"events": [],
|
|
272
|
-
"slots": [],
|
|
273
|
-
"methods": [],
|
|
274
|
-
"parts": [],
|
|
275
|
-
"description": "现代风页面标题",
|
|
276
|
-
"category": "big-screen-content"
|
|
277
|
-
},
|
|
278
278
|
{
|
|
279
279
|
"name": "data-view.battery-chart",
|
|
280
280
|
"properties": [
|
|
@@ -353,52 +353,6 @@
|
|
|
353
353
|
"description": "基础下拉菜单",
|
|
354
354
|
"category": "big-screen-content"
|
|
355
355
|
},
|
|
356
|
-
{
|
|
357
|
-
"name": "data-view.loading-panel",
|
|
358
|
-
"properties": [
|
|
359
|
-
{
|
|
360
|
-
"name": "customTitle",
|
|
361
|
-
"description": "",
|
|
362
|
-
"type": "string"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"name": "loading",
|
|
366
|
-
"description": "",
|
|
367
|
-
"type": "boolean"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"name": "useRealTimeProgress",
|
|
371
|
-
"description": "",
|
|
372
|
-
"default": "false",
|
|
373
|
-
"type": "boolean"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"name": "progress",
|
|
377
|
-
"description": "",
|
|
378
|
-
"type": "number"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"name": "intervalTime",
|
|
382
|
-
"description": "",
|
|
383
|
-
"type": "number"
|
|
384
|
-
}
|
|
385
|
-
],
|
|
386
|
-
"events": [
|
|
387
|
-
{
|
|
388
|
-
"name": "end",
|
|
389
|
-
"description": "",
|
|
390
|
-
"detail": {
|
|
391
|
-
"description": null,
|
|
392
|
-
"type": "void"
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
],
|
|
396
|
-
"slots": [],
|
|
397
|
-
"methods": [],
|
|
398
|
-
"parts": [],
|
|
399
|
-
"description": "大屏加载模块展示",
|
|
400
|
-
"category": "big-screen-content"
|
|
401
|
-
},
|
|
402
356
|
{
|
|
403
357
|
"name": "data-view.complex-search",
|
|
404
358
|
"properties": [
|
|
@@ -473,6 +427,75 @@
|
|
|
473
427
|
"description": "大屏搜索构件",
|
|
474
428
|
"category": "big-screen-content"
|
|
475
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
|
+
{
|
|
477
|
+
"name": "data-view.particle-animation",
|
|
478
|
+
"properties": [
|
|
479
|
+
{
|
|
480
|
+
"name": "colors",
|
|
481
|
+
"description": "",
|
|
482
|
+
"attribute": false,
|
|
483
|
+
"type": "ColorType"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "containerStyle",
|
|
487
|
+
"description": "",
|
|
488
|
+
"attribute": false,
|
|
489
|
+
"type": "React.CSSProperties"
|
|
490
|
+
}
|
|
491
|
+
],
|
|
492
|
+
"events": [],
|
|
493
|
+
"slots": [],
|
|
494
|
+
"methods": [],
|
|
495
|
+
"parts": [],
|
|
496
|
+
"description": "大屏粒子加载动效",
|
|
497
|
+
"category": "big-screen-content"
|
|
498
|
+
},
|
|
476
499
|
{
|
|
477
500
|
"name": "data-view.app-wall-card-item",
|
|
478
501
|
"properties": [
|
|
@@ -547,29 +570,6 @@
|
|
|
547
570
|
"parts": [],
|
|
548
571
|
"description": "应用墙系统卡片"
|
|
549
572
|
},
|
|
550
|
-
{
|
|
551
|
-
"name": "data-view.particle-animation",
|
|
552
|
-
"properties": [
|
|
553
|
-
{
|
|
554
|
-
"name": "colors",
|
|
555
|
-
"description": "",
|
|
556
|
-
"attribute": false,
|
|
557
|
-
"type": "ColorType"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"name": "containerStyle",
|
|
561
|
-
"description": "",
|
|
562
|
-
"attribute": false,
|
|
563
|
-
"type": "React.CSSProperties"
|
|
564
|
-
}
|
|
565
|
-
],
|
|
566
|
-
"events": [],
|
|
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": [
|