@next-bricks/data-view 1.3.2 → 1.3.3

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.
@@ -106,6 +106,98 @@
106
106
  "description": "现代风树图",
107
107
  "category": "big-screen-content"
108
108
  },
109
+ {
110
+ "name": "data-view.tabs-drawer",
111
+ "properties": [
112
+ {
113
+ "name": "tabList",
114
+ "description": "",
115
+ "required": true,
116
+ "default": "-",
117
+ "attribute": false,
118
+ "type": "TabItem[]"
119
+ },
120
+ {
121
+ "name": "activeKey",
122
+ "description": "",
123
+ "required": true,
124
+ "default": "-",
125
+ "type": "string"
126
+ },
127
+ {
128
+ "name": "width",
129
+ "description": "",
130
+ "attribute": false,
131
+ "type": "number | string"
132
+ },
133
+ {
134
+ "name": "drawerStyle",
135
+ "description": "",
136
+ "attribute": false,
137
+ "type": "React.CSSProperties"
138
+ },
139
+ {
140
+ "name": "bodyStyle",
141
+ "description": "",
142
+ "attribute": false,
143
+ "type": "React.CSSProperties"
144
+ },
145
+ {
146
+ "name": "zIndex",
147
+ "description": "",
148
+ "type": "number"
149
+ },
150
+ {
151
+ "name": "visible",
152
+ "description": "",
153
+ "type": "boolean"
154
+ }
155
+ ],
156
+ "events": [
157
+ {
158
+ "name": "open",
159
+ "description": "",
160
+ "detail": {
161
+ "description": null,
162
+ "type": "void"
163
+ }
164
+ },
165
+ {
166
+ "name": "close",
167
+ "description": "",
168
+ "detail": {
169
+ "description": null,
170
+ "type": "void"
171
+ }
172
+ },
173
+ {
174
+ "name": "tab.change",
175
+ "description": "",
176
+ "detail": {
177
+ "description": "`string`",
178
+ "type": "string"
179
+ }
180
+ }
181
+ ],
182
+ "slots": [],
183
+ "methods": [
184
+ {
185
+ "name": "open",
186
+ "params": [],
187
+ "description": "",
188
+ "returns": {}
189
+ },
190
+ {
191
+ "name": "close",
192
+ "params": [],
193
+ "description": "",
194
+ "returns": {}
195
+ }
196
+ ],
197
+ "parts": [],
198
+ "description": "大屏仪标签页抽屉",
199
+ "category": "big-screen-layout"
200
+ },
109
201
  {
110
202
  "name": "data-view.battery-chart",
111
203
  "properties": [
@@ -184,45 +276,6 @@
184
276
  "description": "基础下拉菜单",
185
277
  "category": "big-screen-content"
186
278
  },
187
- {
188
- "name": "data-view.modern-style-page-title",
189
- "properties": [
190
- {
191
- "name": "pageTitle",
192
- "description": "",
193
- "type": "string"
194
- },
195
- {
196
- "name": "description",
197
- "description": "",
198
- "type": "string"
199
- },
200
- {
201
- "name": "backgroundStyle",
202
- "description": "",
203
- "attribute": false,
204
- "type": "CSSProperties"
205
- },
206
- {
207
- "name": "leftRoundStyle",
208
- "description": "",
209
- "attribute": false,
210
- "type": "CSSProperties"
211
- },
212
- {
213
- "name": "rightRoundStyle",
214
- "description": "",
215
- "attribute": false,
216
- "type": "CSSProperties"
217
- }
218
- ],
219
- "events": [],
220
- "slots": [],
221
- "methods": [],
222
- "parts": [],
223
- "description": "现代风页面标题",
224
- "category": "big-screen-content"
225
- },
226
279
  {
227
280
  "name": "data-view.complex-search",
228
281
  "properties": [
@@ -297,6 +350,44 @@
297
350
  "description": "大屏搜索构件",
298
351
  "category": "big-screen-content"
299
352
  },
353
+ {
354
+ "name": "data-view.modern-style-component-title",
355
+ "properties": [
356
+ {
357
+ "name": "hideLeftComponent",
358
+ "description": "",
359
+ "default": "false"
360
+ },
361
+ {
362
+ "name": "hideRightComponent",
363
+ "description": "",
364
+ "default": "true"
365
+ },
366
+ {
367
+ "name": "componentTitle",
368
+ "description": "",
369
+ "type": "string"
370
+ },
371
+ {
372
+ "name": "titleTextStyle",
373
+ "description": "",
374
+ "attribute": false,
375
+ "type": "CSSProperties"
376
+ },
377
+ {
378
+ "name": "squareColor",
379
+ "description": "",
380
+ "attribute": false,
381
+ "type": "CSSProperties[\"color\"]"
382
+ }
383
+ ],
384
+ "events": [],
385
+ "slots": [],
386
+ "methods": [],
387
+ "parts": [],
388
+ "description": "现代风组件标题",
389
+ "category": "big-screen-content"
390
+ },
300
391
  {
301
392
  "name": "data-view.loading-panel",
302
393
  "properties": [
@@ -344,53 +435,66 @@
344
435
  "category": "big-screen-content"
345
436
  },
346
437
  {
347
- "name": "data-view.particle-animation",
438
+ "name": "data-view.modern-style-page-title",
348
439
  "properties": [
349
440
  {
350
- "name": "colors",
441
+ "name": "pageTitle",
442
+ "description": "",
443
+ "type": "string"
444
+ },
445
+ {
446
+ "name": "description",
447
+ "description": "",
448
+ "type": "string"
449
+ },
450
+ {
451
+ "name": "backgroundStyle",
351
452
  "description": "",
352
453
  "attribute": false,
353
- "type": "ColorType"
454
+ "type": "CSSProperties"
354
455
  },
355
456
  {
356
- "name": "containerStyle",
457
+ "name": "leftRoundStyle",
357
458
  "description": "",
358
459
  "attribute": false,
359
- "type": "React.CSSProperties"
460
+ "type": "CSSProperties"
461
+ },
462
+ {
463
+ "name": "rightRoundStyle",
464
+ "description": "",
465
+ "attribute": false,
466
+ "type": "CSSProperties"
360
467
  }
361
468
  ],
362
469
  "events": [],
363
470
  "slots": [],
364
471
  "methods": [],
365
472
  "parts": [],
366
- "description": "大屏粒子加载动效",
473
+ "description": "现代风页面标题",
367
474
  "category": "big-screen-content"
368
475
  },
369
476
  {
370
- "name": "data-view.app-wall-card-item",
477
+ "name": "data-view.particle-animation",
371
478
  "properties": [
372
479
  {
373
- "name": "status",
374
- "description": "状态",
375
- "default": "\"normal\"",
376
- "type": "\"normal\" | \"warning\""
377
- },
378
- {
379
- "name": "cardTitle",
380
- "description": "标题",
381
- "type": "string"
480
+ "name": "colors",
481
+ "description": "",
482
+ "attribute": false,
483
+ "type": "ColorType"
382
484
  },
383
485
  {
384
- "name": "description",
385
- "description": "描述",
386
- "type": "string"
486
+ "name": "containerStyle",
487
+ "description": "",
488
+ "attribute": false,
489
+ "type": "React.CSSProperties"
387
490
  }
388
491
  ],
389
492
  "events": [],
390
493
  "slots": [],
391
494
  "methods": [],
392
495
  "parts": [],
393
- "description": "应用墙子构件----卡片项"
496
+ "description": "大屏粒子加载动效",
497
+ "category": "big-screen-content"
394
498
  },
395
499
  {
396
500
  "name": "data-view.app-wall-system-card",
@@ -441,42 +545,30 @@
441
545
  "description": "应用墙系统卡片"
442
546
  },
443
547
  {
444
- "name": "data-view.modern-style-component-title",
548
+ "name": "data-view.app-wall-card-item",
445
549
  "properties": [
446
550
  {
447
- "name": "hideLeftComponent",
448
- "description": "",
449
- "default": "false"
450
- },
451
- {
452
- "name": "hideRightComponent",
453
- "description": "",
454
- "default": "true"
551
+ "name": "status",
552
+ "description": "状态",
553
+ "default": "\"normal\"",
554
+ "type": "\"normal\" | \"warning\""
455
555
  },
456
556
  {
457
- "name": "componentTitle",
458
- "description": "",
557
+ "name": "cardTitle",
558
+ "description": "标题",
459
559
  "type": "string"
460
560
  },
461
561
  {
462
- "name": "titleTextStyle",
463
- "description": "",
464
- "attribute": false,
465
- "type": "CSSProperties"
466
- },
467
- {
468
- "name": "squareColor",
469
- "description": "",
470
- "attribute": false,
471
- "type": "CSSProperties[\"color\"]"
562
+ "name": "description",
563
+ "description": "描述",
564
+ "type": "string"
472
565
  }
473
566
  ],
474
567
  "events": [],
475
568
  "slots": [],
476
569
  "methods": [],
477
570
  "parts": [],
478
- "description": "现代风组件标题",
479
- "category": "big-screen-content"
571
+ "description": "应用墙子构件----卡片项"
480
572
  },
481
573
  {
482
574
  "name": "data-view.app-wall-relation-line",
@@ -510,98 +602,6 @@
510
602
  "parts": [],
511
603
  "description": "大屏按钮"
512
604
  },
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": [
@@ -784,27 +784,6 @@
784
784
  "description": "cabinet 部署架构拓扑",
785
785
  "category": "big-screen-content"
786
786
  },
787
- {
788
- "name": "data-view.graph-text",
789
- "properties": [
790
- {
791
- "name": "text",
792
- "description": "",
793
- "type": "string"
794
- },
795
- {
796
- "name": "value",
797
- "description": "",
798
- "type": "string | number"
799
- }
800
- ],
801
- "events": [],
802
- "slots": [],
803
- "methods": [],
804
- "parts": [],
805
- "description": "Graph text",
806
- "category": "big-screen-content"
807
- },
808
787
  {
809
788
  "name": "data-view.app-wall",
810
789
  "properties": [
@@ -922,6 +901,27 @@
922
901
  "description": "应用墙",
923
902
  "category": "big-screen-layout"
924
903
  },
904
+ {
905
+ "name": "data-view.graph-text",
906
+ "properties": [
907
+ {
908
+ "name": "text",
909
+ "description": "",
910
+ "type": "string"
911
+ },
912
+ {
913
+ "name": "value",
914
+ "description": "",
915
+ "type": "string | number"
916
+ }
917
+ ],
918
+ "events": [],
919
+ "slots": [],
920
+ "methods": [],
921
+ "parts": [],
922
+ "description": "Graph text",
923
+ "category": "big-screen-content"
924
+ },
925
925
  {
926
926
  "name": "data-view.graph-node",
927
927
  "properties": [
@@ -1239,30 +1239,6 @@
1239
1239
  "description": "大屏标题栏三种样式构件",
1240
1240
  "category": "big-screen-content"
1241
1241
  },
1242
- {
1243
- "name": "data-view.lights-component-title",
1244
- "properties": [
1245
- {
1246
- "name": "componentTitle",
1247
- "description": "组件标题",
1248
- "default": "-",
1249
- "type": "string"
1250
- },
1251
- {
1252
- "name": "theme",
1253
- "description": "",
1254
- "required": true,
1255
- "default": null,
1256
- "type": "\"light\" | \"dark\""
1257
- }
1258
- ],
1259
- "events": [],
1260
- "slots": [],
1261
- "methods": [],
1262
- "parts": [],
1263
- "description": "构件 `data-view.lights-component-title`",
1264
- "category": "big-screen-content"
1265
- },
1266
1242
  {
1267
1243
  "name": "data-view.hi-tech-button",
1268
1244
  "properties": [
@@ -1295,6 +1271,30 @@
1295
1271
  "parts": [],
1296
1272
  "description": "大屏按钮"
1297
1273
  },
1274
+ {
1275
+ "name": "data-view.lights-component-title",
1276
+ "properties": [
1277
+ {
1278
+ "name": "componentTitle",
1279
+ "description": "组件标题",
1280
+ "default": "-",
1281
+ "type": "string"
1282
+ },
1283
+ {
1284
+ "name": "theme",
1285
+ "description": "",
1286
+ "required": true,
1287
+ "default": null,
1288
+ "type": "\"light\" | \"dark\""
1289
+ }
1290
+ ],
1291
+ "events": [],
1292
+ "slots": [],
1293
+ "methods": [],
1294
+ "parts": [],
1295
+ "description": "构件 `data-view.lights-component-title`",
1296
+ "category": "big-screen-content"
1297
+ },
1298
1298
  {
1299
1299
  "name": "data-view.tech-mesh-base-view",
1300
1300
  "properties": [],