@next-bricks/data-view 1.1.9 → 1.1.10
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 +7 -7
- package/dist/chunks/{1451.cb665a23.js → 1451.3e4f4b24.js} +2 -2
- package/dist/chunks/{1451.cb665a23.js.map → 1451.3e4f4b24.js.map} +1 -1
- package/dist/chunks/{2652.65a83eae.js → 2652.b74a0d9d.js} +2 -2
- package/dist/chunks/2652.b74a0d9d.js.map +1 -0
- package/dist/chunks/{7115.c1b60166.js → 7115.e5705c7a.js} +2 -2
- package/dist/chunks/{7115.c1b60166.js.map → 7115.e5705c7a.js.map} +1 -1
- package/dist/chunks/{9496.2308868c.js → 9496.d0515794.js} +2 -2
- package/dist/chunks/{9496.2308868c.js.map → 9496.d0515794.js.map} +1 -1
- package/dist/chunks/{complex-search.e684e3fc.js → complex-search.1c63dc38.js} +2 -2
- package/dist/chunks/{complex-search.e684e3fc.js.map → complex-search.1c63dc38.js.map} +1 -1
- package/dist/chunks/{main.778d6e0c.js → main.6b2e6f24.js} +2 -2
- package/dist/chunks/{main.778d6e0c.js.map → main.6b2e6f24.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.81ca0106.js → modern-style-treemap.76c02429.js} +3 -3
- package/dist/chunks/{modern-style-treemap.81ca0106.js.map → modern-style-treemap.76c02429.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.18edde58.js → index.8d71cc47.js} +2 -2
- package/dist/{index.18edde58.js.map → index.8d71cc47.js.map} +1 -1
- package/dist/manifest.json +154 -154
- package/dist/types.json +290 -290
- package/package.json +2 -2
- package/dist/chunks/2652.65a83eae.js.map +0 -1
- /package/dist/chunks/{modern-style-treemap.81ca0106.js.LICENSE.txt → modern-style-treemap.76c02429.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -87,137 +87,6 @@
|
|
|
87
87
|
"description": "现代风组件标题",
|
|
88
88
|
"category": "big-screen-content"
|
|
89
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
90
|
{
|
|
222
91
|
"name": "data-view.modern-style-treemap",
|
|
223
92
|
"properties": [
|
|
@@ -473,29 +342,6 @@
|
|
|
473
342
|
"description": "大屏加载模块展示",
|
|
474
343
|
"category": "big-screen-content"
|
|
475
344
|
},
|
|
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
|
-
},
|
|
499
345
|
{
|
|
500
346
|
"name": "data-view.app-wall-card-item",
|
|
501
347
|
"properties": [
|
|
@@ -522,6 +368,29 @@
|
|
|
522
368
|
"parts": [],
|
|
523
369
|
"description": "应用墙子构件----卡片项"
|
|
524
370
|
},
|
|
371
|
+
{
|
|
372
|
+
"name": "data-view.particle-animation",
|
|
373
|
+
"properties": [
|
|
374
|
+
{
|
|
375
|
+
"name": "colors",
|
|
376
|
+
"description": "",
|
|
377
|
+
"attribute": false,
|
|
378
|
+
"type": "ColorType"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "containerStyle",
|
|
382
|
+
"description": "",
|
|
383
|
+
"attribute": false,
|
|
384
|
+
"type": "React.CSSProperties"
|
|
385
|
+
}
|
|
386
|
+
],
|
|
387
|
+
"events": [],
|
|
388
|
+
"slots": [],
|
|
389
|
+
"methods": [],
|
|
390
|
+
"parts": [],
|
|
391
|
+
"description": "大屏粒子加载动效",
|
|
392
|
+
"category": "big-screen-content"
|
|
393
|
+
},
|
|
525
394
|
{
|
|
526
395
|
"name": "data-view.app-wall-system-card",
|
|
527
396
|
"properties": [
|
|
@@ -586,6 +455,45 @@
|
|
|
586
455
|
"parts": [],
|
|
587
456
|
"description": "应用墙子构件----关联连线"
|
|
588
457
|
},
|
|
458
|
+
{
|
|
459
|
+
"name": "data-view.modern-style-page-title",
|
|
460
|
+
"properties": [
|
|
461
|
+
{
|
|
462
|
+
"name": "pageTitle",
|
|
463
|
+
"description": "",
|
|
464
|
+
"type": "string"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "description",
|
|
468
|
+
"description": "",
|
|
469
|
+
"type": "string"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "backgroundStyle",
|
|
473
|
+
"description": "",
|
|
474
|
+
"attribute": false,
|
|
475
|
+
"type": "CSSProperties"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "leftRoundStyle",
|
|
479
|
+
"description": "",
|
|
480
|
+
"attribute": false,
|
|
481
|
+
"type": "CSSProperties"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "rightRoundStyle",
|
|
485
|
+
"description": "",
|
|
486
|
+
"attribute": false,
|
|
487
|
+
"type": "CSSProperties"
|
|
488
|
+
}
|
|
489
|
+
],
|
|
490
|
+
"events": [],
|
|
491
|
+
"slots": [],
|
|
492
|
+
"methods": [],
|
|
493
|
+
"parts": [],
|
|
494
|
+
"description": "现代风页面标题",
|
|
495
|
+
"category": "big-screen-content"
|
|
496
|
+
},
|
|
589
497
|
{
|
|
590
498
|
"name": "data-view.cabinet-button",
|
|
591
499
|
"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": [
|