@next-bricks/data-view 1.7.0 → 1.9.0
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 +11 -11
- package/dist/chunks/32.b45f5151.js +2 -0
- package/dist/chunks/32.b45f5151.js.map +1 -0
- package/dist/chunks/6873.5f62fd24.js +1 -0
- package/dist/chunks/8968.09a0d05a.js +1 -0
- package/dist/chunks/9123.5fbb5f01.js +1 -0
- package/dist/chunks/bubbles-indicator.9c56af44.js +2 -0
- package/dist/chunks/bubbles-indicator.9c56af44.js.map +1 -0
- package/dist/chunks/china-map-chart.331f7837.js +2 -0
- package/dist/chunks/china-map-chart.331f7837.js.map +1 -0
- package/dist/chunks/crystal-ball-indicator.67278de8.js +2 -0
- package/dist/chunks/crystal-ball-indicator.67278de8.js.map +1 -0
- package/dist/chunks/globe-with-gear-indicator.a35ef0d2.js +2 -0
- package/dist/chunks/globe-with-gear-indicator.a35ef0d2.js.map +1 -0
- package/dist/chunks/{globe-with-halo-indicator.0762631d.js → globe-with-halo-indicator.ed913008.js} +2 -2
- package/dist/chunks/globe-with-halo-indicator.ed913008.js.map +1 -0
- package/dist/chunks/globe-with-orbit-indicator.14c59388.js +2 -0
- package/dist/chunks/globe-with-orbit-indicator.14c59388.js.map +1 -0
- package/dist/chunks/main.e9cbbef8.js +2 -0
- package/dist/chunks/main.e9cbbef8.js.map +1 -0
- package/dist/examples.json +20 -20
- package/dist/images/7e4100fd.png +0 -0
- package/dist/images/eae6fa62.png +0 -0
- package/dist/index.7f21c4d4.js +2 -0
- package/dist/index.7f21c4d4.js.map +1 -0
- package/dist/manifest.json +294 -284
- package/dist/types.json +561 -547
- package/dist-types/china-map-chart/index.d.ts +14 -1
- package/dist-types/shared/useContainerScale.d.ts +2 -1
- package/docs/china-map-chart.md +59 -2
- package/package.json +2 -2
- package/dist/chunks/2938.1d24bf3a.js +0 -2
- package/dist/chunks/2938.1d24bf3a.js.map +0 -1
- package/dist/chunks/6565.de76a169.js +0 -2
- package/dist/chunks/6565.de76a169.js.map +0 -1
- package/dist/chunks/bubbles-indicator.56727686.js +0 -2
- package/dist/chunks/bubbles-indicator.56727686.js.map +0 -1
- package/dist/chunks/china-map-chart.eb43bf10.js +0 -2
- package/dist/chunks/china-map-chart.eb43bf10.js.map +0 -1
- package/dist/chunks/crystal-ball-indicator.7d4537b8.js +0 -2
- package/dist/chunks/crystal-ball-indicator.7d4537b8.js.map +0 -1
- package/dist/chunks/globe-with-gear-indicator.e8196cc6.js +0 -2
- package/dist/chunks/globe-with-gear-indicator.e8196cc6.js.map +0 -1
- package/dist/chunks/globe-with-halo-indicator.0762631d.js.map +0 -1
- package/dist/chunks/globe-with-orbit-indicator.36fcd0e1.js +0 -2
- package/dist/chunks/globe-with-orbit-indicator.36fcd0e1.js.map +0 -1
- package/dist/chunks/main.a5af19c9.js +0 -2
- package/dist/chunks/main.a5af19c9.js.map +0 -1
- package/dist/images/698229b4.png +0 -0
- package/dist/index.477c735f.js +0 -2
- package/dist/index.477c735f.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-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
|
-
},
|
|
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": [
|
|
@@ -313,90 +144,82 @@
|
|
|
313
144
|
"category": "big-screen-content"
|
|
314
145
|
},
|
|
315
146
|
{
|
|
316
|
-
"name": "data-view.
|
|
147
|
+
"name": "data-view.modern-style-component-title",
|
|
317
148
|
"properties": [
|
|
318
149
|
{
|
|
319
|
-
"name": "
|
|
150
|
+
"name": "hideLeftComponent",
|
|
320
151
|
"description": "",
|
|
321
|
-
"
|
|
322
|
-
"type": "{ label: string; value: string }[]"
|
|
152
|
+
"default": "false"
|
|
323
153
|
},
|
|
324
154
|
{
|
|
325
|
-
"name": "
|
|
155
|
+
"name": "hideRightComponent",
|
|
326
156
|
"description": "",
|
|
327
|
-
"
|
|
157
|
+
"default": "true"
|
|
328
158
|
},
|
|
329
159
|
{
|
|
330
|
-
"name": "
|
|
160
|
+
"name": "componentTitle",
|
|
331
161
|
"description": "",
|
|
332
162
|
"type": "string"
|
|
333
163
|
},
|
|
334
164
|
{
|
|
335
|
-
"name": "
|
|
165
|
+
"name": "titleTextStyle",
|
|
336
166
|
"description": "",
|
|
337
|
-
"
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
"events": [
|
|
167
|
+
"attribute": false,
|
|
168
|
+
"type": "CSSProperties"
|
|
169
|
+
},
|
|
341
170
|
{
|
|
342
|
-
"name": "
|
|
171
|
+
"name": "squareColor",
|
|
343
172
|
"description": "",
|
|
344
|
-
"
|
|
345
|
-
|
|
346
|
-
"type": "string"
|
|
347
|
-
}
|
|
173
|
+
"attribute": false,
|
|
174
|
+
"type": "CSSProperties[\"color\"]"
|
|
348
175
|
}
|
|
349
176
|
],
|
|
177
|
+
"events": [],
|
|
350
178
|
"slots": [],
|
|
351
179
|
"methods": [],
|
|
352
180
|
"parts": [],
|
|
353
|
-
"description": "
|
|
181
|
+
"description": "现代风组件标题",
|
|
354
182
|
"category": "big-screen-content"
|
|
355
183
|
},
|
|
356
184
|
{
|
|
357
|
-
"name": "data-view.
|
|
185
|
+
"name": "data-view.dropdown-menu",
|
|
358
186
|
"properties": [
|
|
359
187
|
{
|
|
360
|
-
"name": "
|
|
361
|
-
"description": "",
|
|
362
|
-
"type": "string"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"name": "loading",
|
|
188
|
+
"name": "options",
|
|
366
189
|
"description": "",
|
|
367
|
-
"
|
|
190
|
+
"attribute": false,
|
|
191
|
+
"type": "{ label: string; value: string }[]"
|
|
368
192
|
},
|
|
369
193
|
{
|
|
370
|
-
"name": "
|
|
194
|
+
"name": "value",
|
|
371
195
|
"description": "",
|
|
372
|
-
"
|
|
373
|
-
"type": "boolean"
|
|
196
|
+
"type": "string"
|
|
374
197
|
},
|
|
375
198
|
{
|
|
376
|
-
"name": "
|
|
199
|
+
"name": "placeholder",
|
|
377
200
|
"description": "",
|
|
378
|
-
"type": "
|
|
201
|
+
"type": "string"
|
|
379
202
|
},
|
|
380
203
|
{
|
|
381
|
-
"name": "
|
|
204
|
+
"name": "allowClear",
|
|
382
205
|
"description": "",
|
|
383
|
-
"type": "
|
|
206
|
+
"type": "boolean"
|
|
384
207
|
}
|
|
385
208
|
],
|
|
386
209
|
"events": [
|
|
387
210
|
{
|
|
388
|
-
"name": "
|
|
211
|
+
"name": "value.change",
|
|
389
212
|
"description": "",
|
|
390
213
|
"detail": {
|
|
391
214
|
"description": null,
|
|
392
|
-
"type": "
|
|
215
|
+
"type": "string"
|
|
393
216
|
}
|
|
394
217
|
}
|
|
395
218
|
],
|
|
396
219
|
"slots": [],
|
|
397
220
|
"methods": [],
|
|
398
221
|
"parts": [],
|
|
399
|
-
"description": "
|
|
222
|
+
"description": "基础下拉菜单",
|
|
400
223
|
"category": "big-screen-content"
|
|
401
224
|
},
|
|
402
225
|
{
|
|
@@ -473,6 +296,52 @@
|
|
|
473
296
|
"description": "大屏搜索构件",
|
|
474
297
|
"category": "big-screen-content"
|
|
475
298
|
},
|
|
299
|
+
{
|
|
300
|
+
"name": "data-view.loading-panel",
|
|
301
|
+
"properties": [
|
|
302
|
+
{
|
|
303
|
+
"name": "customTitle",
|
|
304
|
+
"description": "",
|
|
305
|
+
"type": "string"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "loading",
|
|
309
|
+
"description": "",
|
|
310
|
+
"type": "boolean"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "useRealTimeProgress",
|
|
314
|
+
"description": "",
|
|
315
|
+
"default": "false",
|
|
316
|
+
"type": "boolean"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "progress",
|
|
320
|
+
"description": "",
|
|
321
|
+
"type": "number"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "intervalTime",
|
|
325
|
+
"description": "",
|
|
326
|
+
"type": "number"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"events": [
|
|
330
|
+
{
|
|
331
|
+
"name": "end",
|
|
332
|
+
"description": "",
|
|
333
|
+
"detail": {
|
|
334
|
+
"description": null,
|
|
335
|
+
"type": "void"
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"slots": [],
|
|
340
|
+
"methods": [],
|
|
341
|
+
"parts": [],
|
|
342
|
+
"description": "大屏加载模块展示",
|
|
343
|
+
"category": "big-screen-content"
|
|
344
|
+
},
|
|
476
345
|
{
|
|
477
346
|
"name": "data-view.particle-animation",
|
|
478
347
|
"properties": [
|
|
@@ -483,17 +352,56 @@
|
|
|
483
352
|
"type": "ColorType"
|
|
484
353
|
},
|
|
485
354
|
{
|
|
486
|
-
"name": "containerStyle",
|
|
355
|
+
"name": "containerStyle",
|
|
356
|
+
"description": "",
|
|
357
|
+
"attribute": false,
|
|
358
|
+
"type": "React.CSSProperties"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"events": [],
|
|
362
|
+
"slots": [],
|
|
363
|
+
"methods": [],
|
|
364
|
+
"parts": [],
|
|
365
|
+
"description": "大屏粒子加载动效",
|
|
366
|
+
"category": "big-screen-content"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "data-view.modern-style-page-title",
|
|
370
|
+
"properties": [
|
|
371
|
+
{
|
|
372
|
+
"name": "pageTitle",
|
|
373
|
+
"description": "",
|
|
374
|
+
"type": "string"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "description",
|
|
378
|
+
"description": "",
|
|
379
|
+
"type": "string"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "backgroundStyle",
|
|
383
|
+
"description": "",
|
|
384
|
+
"attribute": false,
|
|
385
|
+
"type": "CSSProperties"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "leftRoundStyle",
|
|
389
|
+
"description": "",
|
|
390
|
+
"attribute": false,
|
|
391
|
+
"type": "CSSProperties"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "rightRoundStyle",
|
|
487
395
|
"description": "",
|
|
488
396
|
"attribute": false,
|
|
489
|
-
"type": "
|
|
397
|
+
"type": "CSSProperties"
|
|
490
398
|
}
|
|
491
399
|
],
|
|
492
400
|
"events": [],
|
|
493
401
|
"slots": [],
|
|
494
402
|
"methods": [],
|
|
495
403
|
"parts": [],
|
|
496
|
-
"description": "
|
|
404
|
+
"description": "现代风页面标题",
|
|
497
405
|
"category": "big-screen-content"
|
|
498
406
|
},
|
|
499
407
|
{
|
|
@@ -570,6 +478,98 @@
|
|
|
570
478
|
"parts": [],
|
|
571
479
|
"description": "应用墙系统卡片"
|
|
572
480
|
},
|
|
481
|
+
{
|
|
482
|
+
"name": "data-view.tabs-drawer",
|
|
483
|
+
"properties": [
|
|
484
|
+
{
|
|
485
|
+
"name": "tabList",
|
|
486
|
+
"description": "",
|
|
487
|
+
"required": true,
|
|
488
|
+
"default": "-",
|
|
489
|
+
"attribute": false,
|
|
490
|
+
"type": "TabItem[]"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "activeKey",
|
|
494
|
+
"description": "",
|
|
495
|
+
"required": true,
|
|
496
|
+
"default": "-",
|
|
497
|
+
"type": "string"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"name": "width",
|
|
501
|
+
"description": "",
|
|
502
|
+
"attribute": false,
|
|
503
|
+
"type": "number | string"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "drawerStyle",
|
|
507
|
+
"description": "",
|
|
508
|
+
"attribute": false,
|
|
509
|
+
"type": "React.CSSProperties"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "bodyStyle",
|
|
513
|
+
"description": "",
|
|
514
|
+
"attribute": false,
|
|
515
|
+
"type": "React.CSSProperties"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "zIndex",
|
|
519
|
+
"description": "",
|
|
520
|
+
"type": "number"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "visible",
|
|
524
|
+
"description": "",
|
|
525
|
+
"type": "boolean"
|
|
526
|
+
}
|
|
527
|
+
],
|
|
528
|
+
"events": [
|
|
529
|
+
{
|
|
530
|
+
"name": "open",
|
|
531
|
+
"description": "",
|
|
532
|
+
"detail": {
|
|
533
|
+
"description": null,
|
|
534
|
+
"type": "void"
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "close",
|
|
539
|
+
"description": "",
|
|
540
|
+
"detail": {
|
|
541
|
+
"description": null,
|
|
542
|
+
"type": "void"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "tab.change",
|
|
547
|
+
"description": "",
|
|
548
|
+
"detail": {
|
|
549
|
+
"description": "`string`",
|
|
550
|
+
"type": "string"
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
],
|
|
554
|
+
"slots": [],
|
|
555
|
+
"methods": [
|
|
556
|
+
{
|
|
557
|
+
"name": "open",
|
|
558
|
+
"params": [],
|
|
559
|
+
"description": "",
|
|
560
|
+
"returns": {}
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "close",
|
|
564
|
+
"params": [],
|
|
565
|
+
"description": "",
|
|
566
|
+
"returns": {}
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"parts": [],
|
|
570
|
+
"description": "大屏仪标签页抽屉",
|
|
571
|
+
"category": "big-screen-layout"
|
|
572
|
+
},
|
|
573
573
|
{
|
|
574
574
|
"name": "data-view.app-wall-relation-line",
|
|
575
575
|
"properties": [
|
|
@@ -1001,66 +1001,6 @@
|
|
|
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
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"name": "data-view.title-text",
|
|
1024
|
-
"properties": [
|
|
1025
|
-
{
|
|
1026
|
-
"name": "type",
|
|
1027
|
-
"description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
|
|
1028
|
-
"default": "\"normal\"",
|
|
1029
|
-
"attribute": false,
|
|
1030
|
-
"type": "TitleType"
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"name": "text",
|
|
1034
|
-
"description": "标题文本",
|
|
1035
|
-
"default": "-",
|
|
1036
|
-
"type": "string"
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"name": "fontSize",
|
|
1040
|
-
"description": "字体大小",
|
|
1041
|
-
"default": "42px",
|
|
1042
|
-
"type": "CSSProperties[\"fontSize\"]"
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"name": "fontWeight",
|
|
1046
|
-
"description": "字体粗细",
|
|
1047
|
-
"default": "500",
|
|
1048
|
-
"type": "CSSProperties[\"fontWeight\"]"
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"name": "letterSpacing",
|
|
1052
|
-
"description": "字体间距",
|
|
1053
|
-
"default": "17px",
|
|
1054
|
-
"type": "CSSProperties[\"letterSpacing\"]"
|
|
1055
|
-
}
|
|
1056
|
-
],
|
|
1057
|
-
"events": [],
|
|
1058
|
-
"slots": [],
|
|
1059
|
-
"methods": [],
|
|
1060
|
-
"parts": [],
|
|
1061
|
-
"description": "大屏标题文本构件",
|
|
1062
|
-
"category": "big-screen-content"
|
|
1063
|
-
},
|
|
1064
1004
|
{
|
|
1065
1005
|
"name": "data-view.radar-chart",
|
|
1066
1006
|
"properties": [
|
|
@@ -1144,6 +1084,66 @@
|
|
|
1144
1084
|
"description": "雷达图",
|
|
1145
1085
|
"category": "big-screen-content"
|
|
1146
1086
|
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "data-view.title-text",
|
|
1089
|
+
"properties": [
|
|
1090
|
+
{
|
|
1091
|
+
"name": "type",
|
|
1092
|
+
"description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
|
|
1093
|
+
"default": "\"normal\"",
|
|
1094
|
+
"attribute": false,
|
|
1095
|
+
"type": "TitleType"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "text",
|
|
1099
|
+
"description": "标题文本",
|
|
1100
|
+
"default": "-",
|
|
1101
|
+
"type": "string"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "fontSize",
|
|
1105
|
+
"description": "字体大小",
|
|
1106
|
+
"default": "42px",
|
|
1107
|
+
"type": "CSSProperties[\"fontSize\"]"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "fontWeight",
|
|
1111
|
+
"description": "字体粗细",
|
|
1112
|
+
"default": "500",
|
|
1113
|
+
"type": "CSSProperties[\"fontWeight\"]"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "letterSpacing",
|
|
1117
|
+
"description": "字体间距",
|
|
1118
|
+
"default": "17px",
|
|
1119
|
+
"type": "CSSProperties[\"letterSpacing\"]"
|
|
1120
|
+
}
|
|
1121
|
+
],
|
|
1122
|
+
"events": [],
|
|
1123
|
+
"slots": [],
|
|
1124
|
+
"methods": [],
|
|
1125
|
+
"parts": [],
|
|
1126
|
+
"description": "大屏标题文本构件",
|
|
1127
|
+
"category": "big-screen-content"
|
|
1128
|
+
},
|
|
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": [
|
|
@@ -1263,6 +1263,21 @@
|
|
|
1263
1263
|
"description": "构件 `data-view.lights-component-title`",
|
|
1264
1264
|
"category": "big-screen-content"
|
|
1265
1265
|
},
|
|
1266
|
+
{
|
|
1267
|
+
"name": "data-view.tech-mesh-base-view",
|
|
1268
|
+
"properties": [],
|
|
1269
|
+
"events": [],
|
|
1270
|
+
"slots": [
|
|
1271
|
+
{
|
|
1272
|
+
"name": null,
|
|
1273
|
+
"description": "页面内容"
|
|
1274
|
+
}
|
|
1275
|
+
],
|
|
1276
|
+
"methods": [],
|
|
1277
|
+
"parts": [],
|
|
1278
|
+
"description": "大屏框架构件-网格纹",
|
|
1279
|
+
"category": "big-screen-layout"
|
|
1280
|
+
},
|
|
1266
1281
|
{
|
|
1267
1282
|
"name": "data-view.hi-tech-button",
|
|
1268
1283
|
"properties": [
|
|
@@ -1295,21 +1310,6 @@
|
|
|
1295
1310
|
"parts": [],
|
|
1296
1311
|
"description": "大屏按钮"
|
|
1297
1312
|
},
|
|
1298
|
-
{
|
|
1299
|
-
"name": "data-view.tech-mesh-base-view",
|
|
1300
|
-
"properties": [],
|
|
1301
|
-
"events": [],
|
|
1302
|
-
"slots": [
|
|
1303
|
-
{
|
|
1304
|
-
"name": null,
|
|
1305
|
-
"description": "页面内容"
|
|
1306
|
-
}
|
|
1307
|
-
],
|
|
1308
|
-
"methods": [],
|
|
1309
|
-
"parts": [],
|
|
1310
|
-
"description": "大屏框架构件-网格纹",
|
|
1311
|
-
"category": "big-screen-layout"
|
|
1312
|
-
},
|
|
1313
1313
|
{
|
|
1314
1314
|
"name": "data-view.simple-card-item",
|
|
1315
1315
|
"properties": [
|
|
@@ -1576,6 +1576,11 @@
|
|
|
1576
1576
|
{
|
|
1577
1577
|
"name": "data-view.china-map-chart",
|
|
1578
1578
|
"properties": [
|
|
1579
|
+
{
|
|
1580
|
+
"name": "province",
|
|
1581
|
+
"description": "省份名称,例如“广东”。如果设置,则只显示该省份的地图,否则显示全国地图",
|
|
1582
|
+
"type": "string"
|
|
1583
|
+
},
|
|
1579
1584
|
{
|
|
1580
1585
|
"name": "dataSource",
|
|
1581
1586
|
"description": "数据源",
|
|
@@ -1584,9 +1589,14 @@
|
|
|
1584
1589
|
},
|
|
1585
1590
|
{
|
|
1586
1591
|
"name": "detailContentStyle",
|
|
1587
|
-
"description": "
|
|
1592
|
+
"description": "描述内容样式",
|
|
1588
1593
|
"attribute": false,
|
|
1589
1594
|
"type": "CSSProperties"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"name": "fillContainer",
|
|
1598
|
+
"description": "是否铺满容器\n\n注意:该属性不同时兼容 detail 插槽",
|
|
1599
|
+
"type": "boolean"
|
|
1590
1600
|
}
|
|
1591
1601
|
],
|
|
1592
1602
|
"events": [
|