@next-bricks/data-view 0.8.1 → 0.8.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.
Files changed (31) hide show
  1. package/dist/bricks.json +1 -1
  2. package/dist/chunks/{2255.4057783a.js → 2255.1abae082.js} +2 -2
  3. package/dist/chunks/2255.1abae082.js.map +1 -0
  4. package/dist/chunks/{3494.e97255cc.js → 3494.eb7adbf5.js} +2 -2
  5. package/dist/chunks/{7822.d333a55c.js.map → 3494.eb7adbf5.js.map} +1 -1
  6. package/dist/chunks/5114.742a2d22.js +2 -0
  7. package/dist/chunks/5114.742a2d22.js.map +1 -0
  8. package/dist/chunks/{7822.d333a55c.js → 7822.3b8c9f7c.js} +2 -2
  9. package/dist/chunks/{3494.e97255cc.js.map → 7822.3b8c9f7c.js.map} +1 -1
  10. package/dist/chunks/9566.494369b2.js +2 -0
  11. package/dist/chunks/9566.494369b2.js.map +1 -0
  12. package/dist/chunks/cabinet-container.ee8afd94.js +3 -0
  13. package/dist/chunks/cabinet-container.ee8afd94.js.map +1 -0
  14. package/dist/chunks/cabinet-graph.90405011.js +2 -0
  15. package/dist/chunks/cabinet-graph.90405011.js.map +1 -0
  16. package/dist/chunks/{main.9ec117e4.js → main.2a959747.js} +2 -2
  17. package/dist/chunks/{main.9ec117e4.js.map → main.2a959747.js.map} +1 -1
  18. package/dist/{index.9e6319d5.js → index.f2794974.js} +2 -2
  19. package/dist/{index.9e6319d5.js.map → index.f2794974.js.map} +1 -1
  20. package/dist/manifest.json +1006 -0
  21. package/package.json +7 -4
  22. package/dist/chunks/2255.4057783a.js.map +0 -1
  23. package/dist/chunks/5114.5a94f9ac.js +0 -2
  24. package/dist/chunks/5114.5a94f9ac.js.map +0 -1
  25. package/dist/chunks/9566.a7bb56f5.js +0 -2
  26. package/dist/chunks/9566.a7bb56f5.js.map +0 -1
  27. package/dist/chunks/cabinet-container.2a6bd9ff.js +0 -3
  28. package/dist/chunks/cabinet-container.2a6bd9ff.js.map +0 -1
  29. package/dist/chunks/cabinet-graph.d3b3d602.js +0 -2
  30. package/dist/chunks/cabinet-graph.d3b3d602.js.map +0 -1
  31. /package/dist/chunks/{cabinet-container.2a6bd9ff.js.LICENSE.txt → cabinet-container.ee8afd94.js.LICENSE.txt} +0 -0
@@ -0,0 +1,1006 @@
1
+ {
2
+ "manifest_version": 1,
3
+ "package": "@next-bricks/data-view",
4
+ "name": "data-view",
5
+ "bricks": [
6
+ {
7
+ "name": "data-view.gauge-chart",
8
+ "properties": [
9
+ {
10
+ "name": "radius",
11
+ "description": "",
12
+ "required": true,
13
+ "default": "-",
14
+ "type": "number"
15
+ },
16
+ {
17
+ "name": "strokeWidth",
18
+ "description": "",
19
+ "required": true,
20
+ "default": "20",
21
+ "type": "number"
22
+ },
23
+ {
24
+ "name": "description",
25
+ "description": "",
26
+ "required": true,
27
+ "default": "-",
28
+ "type": "string"
29
+ },
30
+ {
31
+ "name": "value",
32
+ "description": "",
33
+ "required": true,
34
+ "default": "-",
35
+ "type": "number"
36
+ },
37
+ {
38
+ "name": "fontSize",
39
+ "description": "",
40
+ "required": true,
41
+ "default": "35",
42
+ "type": "number"
43
+ }
44
+ ],
45
+ "events": [],
46
+ "slots": [],
47
+ "methods": [],
48
+ "description": ""
49
+ },
50
+ {
51
+ "name": "data-view.modern-style-component-title",
52
+ "properties": [
53
+ {
54
+ "name": "hideLeftComponent",
55
+ "description": "",
56
+ "default": "false"
57
+ },
58
+ {
59
+ "name": "hideRightComponent",
60
+ "description": "",
61
+ "default": "true"
62
+ },
63
+ {
64
+ "name": "componentTitle",
65
+ "description": "",
66
+ "type": "string"
67
+ },
68
+ {
69
+ "name": "titleTextStyle",
70
+ "description": "",
71
+ "attribute": false,
72
+ "type": "CSSProperties"
73
+ },
74
+ {
75
+ "name": "squareColor",
76
+ "description": "",
77
+ "attribute": false,
78
+ "type": "CSSProperties[\"color\"]"
79
+ }
80
+ ],
81
+ "events": [],
82
+ "slots": [],
83
+ "methods": [],
84
+ "description": ""
85
+ },
86
+ {
87
+ "name": "data-view.modern-style-page-title",
88
+ "properties": [
89
+ {
90
+ "name": "pageTitle",
91
+ "description": "",
92
+ "type": "string"
93
+ },
94
+ {
95
+ "name": "description",
96
+ "description": "",
97
+ "type": "string"
98
+ },
99
+ {
100
+ "name": "backgroundStyle",
101
+ "description": "",
102
+ "attribute": false,
103
+ "type": "CSSProperties"
104
+ },
105
+ {
106
+ "name": "leftRoundStyle",
107
+ "description": "",
108
+ "attribute": false,
109
+ "type": "CSSProperties"
110
+ },
111
+ {
112
+ "name": "rightRoundStyle",
113
+ "description": "",
114
+ "attribute": false,
115
+ "type": "CSSProperties"
116
+ }
117
+ ],
118
+ "events": [],
119
+ "slots": [],
120
+ "methods": [],
121
+ "description": ""
122
+ },
123
+ {
124
+ "name": "data-view.tabs-drawer",
125
+ "properties": [
126
+ {
127
+ "name": "tabList",
128
+ "description": "",
129
+ "required": true,
130
+ "default": "-",
131
+ "attribute": false,
132
+ "type": "TabItem[]"
133
+ },
134
+ {
135
+ "name": "activeKey",
136
+ "description": "",
137
+ "required": true,
138
+ "default": "-",
139
+ "type": "string"
140
+ },
141
+ {
142
+ "name": "width",
143
+ "description": "",
144
+ "attribute": false,
145
+ "type": "number | string"
146
+ },
147
+ {
148
+ "name": "drawerStyle",
149
+ "description": "",
150
+ "attribute": false,
151
+ "type": "React.CSSProperties"
152
+ },
153
+ {
154
+ "name": "bodyStyle",
155
+ "description": "",
156
+ "attribute": false,
157
+ "type": "React.CSSProperties"
158
+ },
159
+ {
160
+ "name": "zIndex",
161
+ "description": "",
162
+ "type": "number"
163
+ },
164
+ {
165
+ "name": "visible",
166
+ "description": "",
167
+ "type": "boolean"
168
+ }
169
+ ],
170
+ "events": [
171
+ {
172
+ "name": "open",
173
+ "description": "",
174
+ "detail": {
175
+ "description": null,
176
+ "type": "void"
177
+ }
178
+ },
179
+ {
180
+ "name": "close",
181
+ "description": "",
182
+ "detail": {
183
+ "description": null,
184
+ "type": "void"
185
+ }
186
+ },
187
+ {
188
+ "name": "tab.change",
189
+ "description": "",
190
+ "detail": {
191
+ "description": "`string`",
192
+ "type": "string"
193
+ }
194
+ }
195
+ ],
196
+ "slots": [],
197
+ "methods": [
198
+ {
199
+ "name": "open",
200
+ "params": [],
201
+ "description": ""
202
+ },
203
+ {
204
+ "name": "close",
205
+ "params": [],
206
+ "description": ""
207
+ }
208
+ ],
209
+ "description": ""
210
+ },
211
+ {
212
+ "name": "data-view.modern-style-treemap",
213
+ "properties": [
214
+ {
215
+ "name": "data",
216
+ "description": "",
217
+ "attribute": false,
218
+ "type": "TreemapData"
219
+ },
220
+ {
221
+ "name": "tail",
222
+ "description": "",
223
+ "default": "TailTypes[\"treemapSquarify\"]",
224
+ "attribute": false,
225
+ "type": "TailTypes"
226
+ },
227
+ {
228
+ "name": "leafUseBrick",
229
+ "description": "",
230
+ "attribute": false,
231
+ "type": "{ useBrick: UseBrickConf }"
232
+ },
233
+ {
234
+ "name": "leafContainerStyle",
235
+ "description": "",
236
+ "attribute": false,
237
+ "type": "CSSProperties"
238
+ },
239
+ {
240
+ "name": "tooltipUseBrick",
241
+ "description": "",
242
+ "attribute": false,
243
+ "type": "{ useBrick: UseBrickConf }"
244
+ },
245
+ {
246
+ "name": "tooltipStyle",
247
+ "description": "",
248
+ "attribute": false,
249
+ "type": "CSSProperties"
250
+ }
251
+ ],
252
+ "events": [
253
+ {
254
+ "name": "treemap.click",
255
+ "description": "",
256
+ "detail": {
257
+ "description": null,
258
+ "type": "TreemapData"
259
+ }
260
+ }
261
+ ],
262
+ "slots": [],
263
+ "methods": [],
264
+ "description": ""
265
+ },
266
+ {
267
+ "name": "data-view.battery-chart",
268
+ "properties": [
269
+ {
270
+ "name": "value",
271
+ "description": "",
272
+ "type": "number"
273
+ },
274
+ {
275
+ "name": "batteryWidth",
276
+ "description": "",
277
+ "type": "number"
278
+ },
279
+ {
280
+ "name": "batteryHeight",
281
+ "description": "",
282
+ "type": "number"
283
+ },
284
+ {
285
+ "name": "thresholdColors",
286
+ "description": "",
287
+ "attribute": false,
288
+ "type": "ThresholdColor[]"
289
+ },
290
+ {
291
+ "name": "thresholdValue",
292
+ "description": "",
293
+ "type": "number"
294
+ }
295
+ ],
296
+ "events": [],
297
+ "slots": [],
298
+ "methods": [],
299
+ "description": ""
300
+ },
301
+ {
302
+ "name": "data-view.dropdown-menu",
303
+ "properties": [
304
+ {
305
+ "name": "options",
306
+ "description": "",
307
+ "attribute": false,
308
+ "type": "{ label: string, value: string }[]"
309
+ },
310
+ {
311
+ "name": "value",
312
+ "description": "",
313
+ "type": "string"
314
+ },
315
+ {
316
+ "name": "placeholder",
317
+ "description": "",
318
+ "type": "string"
319
+ },
320
+ {
321
+ "name": "allowClear",
322
+ "description": "",
323
+ "type": "boolean"
324
+ }
325
+ ],
326
+ "events": [
327
+ {
328
+ "name": "value.change",
329
+ "description": "",
330
+ "detail": {
331
+ "description": null,
332
+ "type": "string"
333
+ }
334
+ }
335
+ ],
336
+ "slots": [],
337
+ "methods": [],
338
+ "description": ""
339
+ },
340
+ {
341
+ "name": "data-view.complex-search",
342
+ "properties": [
343
+ {
344
+ "name": "value",
345
+ "description": "",
346
+ "type": "string"
347
+ },
348
+ {
349
+ "name": "placeholder",
350
+ "description": "",
351
+ "type": "string"
352
+ },
353
+ {
354
+ "name": "options",
355
+ "description": "",
356
+ "attribute": false,
357
+ "type": "OptionItem[]"
358
+ },
359
+ {
360
+ "name": "tooltipUseBrick",
361
+ "description": "",
362
+ "attribute": false,
363
+ "type": "ReactUseMultipleBricksProps"
364
+ }
365
+ ],
366
+ "events": [
367
+ {
368
+ "name": "change",
369
+ "description": "",
370
+ "detail": {
371
+ "description": null,
372
+ "type": "string"
373
+ }
374
+ },
375
+ {
376
+ "name": "search",
377
+ "description": "",
378
+ "detail": {
379
+ "description": null,
380
+ "type": "string"
381
+ }
382
+ },
383
+ {
384
+ "name": "select",
385
+ "description": "",
386
+ "detail": {
387
+ "description": null,
388
+ "type": "OptionItem"
389
+ }
390
+ },
391
+ {
392
+ "name": "focus",
393
+ "description": "",
394
+ "detail": {
395
+ "description": null,
396
+ "type": "void"
397
+ }
398
+ },
399
+ {
400
+ "name": "blur",
401
+ "description": "",
402
+ "detail": {
403
+ "description": null,
404
+ "type": "void"
405
+ }
406
+ }
407
+ ],
408
+ "slots": [],
409
+ "methods": [],
410
+ "description": ""
411
+ },
412
+ {
413
+ "name": "data-view.loading-panel",
414
+ "properties": [
415
+ {
416
+ "name": "customTitle",
417
+ "description": "",
418
+ "type": "string"
419
+ },
420
+ {
421
+ "name": "loading",
422
+ "description": "",
423
+ "type": "boolean"
424
+ },
425
+ {
426
+ "name": "useRealTimeProgress",
427
+ "description": "",
428
+ "default": "false",
429
+ "type": "boolean"
430
+ },
431
+ {
432
+ "name": "progress",
433
+ "description": "",
434
+ "type": "number"
435
+ },
436
+ {
437
+ "name": "intervalTime",
438
+ "description": "",
439
+ "type": "number"
440
+ }
441
+ ],
442
+ "events": [
443
+ {
444
+ "name": "end",
445
+ "description": "",
446
+ "detail": {
447
+ "description": null,
448
+ "type": "void"
449
+ }
450
+ }
451
+ ],
452
+ "slots": [],
453
+ "methods": [],
454
+ "description": ""
455
+ },
456
+ {
457
+ "name": "data-view.particle-animation",
458
+ "properties": [
459
+ {
460
+ "name": "colors",
461
+ "description": "",
462
+ "attribute": false,
463
+ "type": "ColorType"
464
+ },
465
+ {
466
+ "name": "containerStyle",
467
+ "description": "",
468
+ "attribute": false,
469
+ "type": "React.CSSProperties"
470
+ }
471
+ ],
472
+ "events": [],
473
+ "slots": [],
474
+ "methods": [],
475
+ "description": ""
476
+ },
477
+ {
478
+ "name": "data-view.app-wall-card-item",
479
+ "properties": [
480
+ {
481
+ "name": "status",
482
+ "description": "",
483
+ "default": "\"normal\"",
484
+ "type": "\"normal\" | \"warning\""
485
+ },
486
+ {
487
+ "name": "cardTitle",
488
+ "description": "",
489
+ "type": "string"
490
+ },
491
+ {
492
+ "name": "description",
493
+ "description": "",
494
+ "type": "string"
495
+ }
496
+ ],
497
+ "events": [],
498
+ "slots": [],
499
+ "methods": [],
500
+ "description": ""
501
+ },
502
+ {
503
+ "name": "data-view.app-wall-system-card",
504
+ "properties": [
505
+ {
506
+ "name": "status",
507
+ "description": "",
508
+ "default": "\"normal\"",
509
+ "attribute": false,
510
+ "type": "StatusType"
511
+ },
512
+ {
513
+ "name": "cardTitle",
514
+ "description": "",
515
+ "type": "string"
516
+ },
517
+ {
518
+ "name": "itemList",
519
+ "description": "",
520
+ "attribute": false,
521
+ "type": "DescriptionItem[]"
522
+ },
523
+ {
524
+ "name": "buttonName",
525
+ "description": "",
526
+ "type": "string"
527
+ },
528
+ {
529
+ "name": "containerStyle",
530
+ "description": "",
531
+ "attribute": false,
532
+ "type": "React.CSSProperties"
533
+ }
534
+ ],
535
+ "events": [
536
+ {
537
+ "name": "button-click",
538
+ "description": "",
539
+ "detail": {
540
+ "description": null,
541
+ "type": "void"
542
+ }
543
+ }
544
+ ],
545
+ "slots": [],
546
+ "methods": [],
547
+ "description": ""
548
+ },
549
+ {
550
+ "name": "data-view.app-wall-relation-line",
551
+ "properties": [
552
+ {
553
+ "name": "lightColor",
554
+ "description": "",
555
+ "default": "\"blue\"",
556
+ "type": "\"blue\" | \"purple\""
557
+ }
558
+ ],
559
+ "events": [],
560
+ "slots": [],
561
+ "methods": [],
562
+ "description": ""
563
+ },
564
+ {
565
+ "name": "data-view.cabinet-button",
566
+ "properties": [
567
+ {
568
+ "name": "buttonStyle",
569
+ "description": "",
570
+ "attribute": false,
571
+ "type": "React.CSSProperties"
572
+ }
573
+ ],
574
+ "events": [],
575
+ "slots": [],
576
+ "methods": [],
577
+ "description": ""
578
+ },
579
+ {
580
+ "name": "data-view.cabinet-node",
581
+ "properties": [
582
+ {
583
+ "name": "type",
584
+ "description": "",
585
+ "type": "\"container-group\" | \"physical-machine\" | \"virtual-machine\""
586
+ },
587
+ {
588
+ "name": "nodeTitle",
589
+ "description": "",
590
+ "type": "string"
591
+ },
592
+ {
593
+ "name": "status",
594
+ "description": "",
595
+ "type": "\"active\" | \"faded\""
596
+ }
597
+ ],
598
+ "events": [],
599
+ "slots": [],
600
+ "methods": [],
601
+ "description": ""
602
+ },
603
+ {
604
+ "name": "data-view.cabinet-app-layer",
605
+ "properties": [
606
+ {
607
+ "name": "appTitle",
608
+ "description": "",
609
+ "type": "string"
610
+ },
611
+ {
612
+ "name": "status",
613
+ "description": "",
614
+ "type": "\"active\" | \"faded\""
615
+ }
616
+ ],
617
+ "events": [],
618
+ "slots": [],
619
+ "methods": [],
620
+ "description": ""
621
+ },
622
+ {
623
+ "name": "data-view.cabinet-container",
624
+ "properties": [
625
+ {
626
+ "name": "type",
627
+ "description": "",
628
+ "default": "\"host\"",
629
+ "attribute": false,
630
+ "type": "ContainerType"
631
+ },
632
+ {
633
+ "name": "data",
634
+ "description": "",
635
+ "default": "[]",
636
+ "attribute": false,
637
+ "type": "CabinetNodeProps[]"
638
+ },
639
+ {
640
+ "name": "status",
641
+ "description": "",
642
+ "type": "\"active\" | \"faded\""
643
+ },
644
+ {
645
+ "name": "customTitle",
646
+ "description": "",
647
+ "type": "string"
648
+ }
649
+ ],
650
+ "events": [
651
+ {
652
+ "name": "container.click",
653
+ "description": "",
654
+ "detail": {
655
+ "description": null,
656
+ "type": "ClickEventDataType"
657
+ }
658
+ },
659
+ {
660
+ "name": "container.dbclick",
661
+ "description": "",
662
+ "detail": {
663
+ "description": null,
664
+ "type": "ClickEventDataType"
665
+ }
666
+ }
667
+ ],
668
+ "slots": [],
669
+ "methods": [],
670
+ "description": ""
671
+ },
672
+ {
673
+ "name": "data-view.cabinet-thumbnail",
674
+ "properties": [
675
+ {
676
+ "name": "clusters",
677
+ "description": "",
678
+ "default": "[]",
679
+ "attribute": false,
680
+ "type": "Clusters[]"
681
+ },
682
+ {
683
+ "name": "columns",
684
+ "description": "",
685
+ "default": "4",
686
+ "type": "number"
687
+ },
688
+ {
689
+ "name": "appName",
690
+ "description": "",
691
+ "type": "string"
692
+ }
693
+ ],
694
+ "events": [],
695
+ "slots": [],
696
+ "methods": [],
697
+ "description": ""
698
+ },
699
+ {
700
+ "name": "data-view.cabinet-graph",
701
+ "properties": [
702
+ {
703
+ "name": "dataSource",
704
+ "description": "",
705
+ "attribute": false,
706
+ "type": "AppData"
707
+ },
708
+ {
709
+ "name": "activeKey",
710
+ "description": "",
711
+ "attribute": false,
712
+ "type": "string | string[]"
713
+ },
714
+ {
715
+ "name": "hiddenCloseBtn",
716
+ "description": "",
717
+ "type": "boolean"
718
+ }
719
+ ],
720
+ "events": [
721
+ {
722
+ "name": "close.button.click",
723
+ "description": "",
724
+ "detail": {
725
+ "description": null,
726
+ "type": "void"
727
+ }
728
+ },
729
+ {
730
+ "name": "cabinet.click",
731
+ "description": "",
732
+ "detail": {
733
+ "description": null,
734
+ "type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
735
+ }
736
+ },
737
+ {
738
+ "name": "cabinet.dbclick",
739
+ "description": "",
740
+ "detail": {
741
+ "description": null,
742
+ "type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
743
+ }
744
+ }
745
+ ],
746
+ "slots": [],
747
+ "methods": [],
748
+ "description": ""
749
+ },
750
+ {
751
+ "name": "data-view.app-wall",
752
+ "properties": [
753
+ {
754
+ "name": "dataSource",
755
+ "description": "",
756
+ "required": true,
757
+ "default": null,
758
+ "attribute": false,
759
+ "type": "AppData[]"
760
+ },
761
+ {
762
+ "name": "relations",
763
+ "description": "",
764
+ "required": true,
765
+ "default": null,
766
+ "attribute": false,
767
+ "type": "Relation[]"
768
+ },
769
+ {
770
+ "name": "useDblclick",
771
+ "description": "",
772
+ "required": true,
773
+ "default": null,
774
+ "attribute": false,
775
+ "type": "boolean"
776
+ }
777
+ ],
778
+ "events": [
779
+ {
780
+ "name": "system.card.button.click",
781
+ "description": "",
782
+ "detail": {
783
+ "description": "AppData",
784
+ "type": "AppData"
785
+ }
786
+ },
787
+ {
788
+ "name": "left.btn.click",
789
+ "description": "",
790
+ "detail": {
791
+ "description": null,
792
+ "type": "AppData"
793
+ }
794
+ },
795
+ {
796
+ "name": "right.btn.click",
797
+ "description": "",
798
+ "detail": {
799
+ "description": null,
800
+ "type": "AppData"
801
+ }
802
+ },
803
+ {
804
+ "name": "on.card.dbclick",
805
+ "description": "",
806
+ "detail": {
807
+ "description": null,
808
+ "type": "AppData"
809
+ }
810
+ }
811
+ ],
812
+ "slots": [],
813
+ "methods": [],
814
+ "description": ""
815
+ },
816
+ {
817
+ "name": "data-view.graph-text",
818
+ "properties": [
819
+ {
820
+ "name": "text",
821
+ "description": "",
822
+ "type": "string"
823
+ },
824
+ {
825
+ "name": "value",
826
+ "description": "",
827
+ "type": "string | number"
828
+ }
829
+ ],
830
+ "events": [],
831
+ "slots": [],
832
+ "methods": [],
833
+ "description": ""
834
+ },
835
+ {
836
+ "name": "data-view.graph-node",
837
+ "properties": [
838
+ {
839
+ "name": "url",
840
+ "description": "",
841
+ "type": "string"
842
+ }
843
+ ],
844
+ "events": [],
845
+ "slots": [],
846
+ "methods": [],
847
+ "description": ""
848
+ },
849
+ {
850
+ "name": "data-view.graph-layout-grid",
851
+ "properties": [
852
+ {
853
+ "name": "columns",
854
+ "description": "",
855
+ "type": "number"
856
+ },
857
+ {
858
+ "name": "rows",
859
+ "description": "",
860
+ "type": "number"
861
+ },
862
+ {
863
+ "name": "isReverse",
864
+ "description": "",
865
+ "type": "boolean"
866
+ },
867
+ {
868
+ "name": "dataSource",
869
+ "description": "",
870
+ "attribute": false,
871
+ "type": "DataSourceType[]"
872
+ }
873
+ ],
874
+ "events": [],
875
+ "slots": [],
876
+ "methods": [],
877
+ "description": ""
878
+ },
879
+ {
880
+ "name": "data-view.grid-background",
881
+ "properties": [
882
+ {
883
+ "name": "color",
884
+ "description": "",
885
+ "default": "\"#235F90\"",
886
+ "attribute": false,
887
+ "type": "React.CSSProperties[\"color\"]"
888
+ },
889
+ {
890
+ "name": "maskStyle",
891
+ "description": "",
892
+ "attribute": false,
893
+ "type": "React.CSSProperties"
894
+ },
895
+ {
896
+ "name": "particleColor",
897
+ "description": "",
898
+ "default": "{\n startColor: \"#477AFFFF\",\n endColor: \"#5F83FF00\",\n }",
899
+ "attribute": false,
900
+ "type": "ParticleColor"
901
+ }
902
+ ],
903
+ "events": [],
904
+ "slots": [],
905
+ "methods": [],
906
+ "description": ""
907
+ },
908
+ {
909
+ "name": "data-view.gear-background",
910
+ "properties": [
911
+ {
912
+ "name": "color",
913
+ "description": "",
914
+ "default": "\"#3366FF\"",
915
+ "attribute": false,
916
+ "type": "React.CSSProperties[\"color\"]"
917
+ }
918
+ ],
919
+ "events": [],
920
+ "slots": [],
921
+ "methods": [],
922
+ "description": ""
923
+ },
924
+ {
925
+ "name": "data-view.radar-chart",
926
+ "properties": [
927
+ {
928
+ "name": "dataSource",
929
+ "description": "",
930
+ "required": true,
931
+ "default": null,
932
+ "attribute": false,
933
+ "type": "Data[]"
934
+ },
935
+ {
936
+ "name": "width",
937
+ "description": "",
938
+ "required": true,
939
+ "default": null,
940
+ "attribute": false,
941
+ "type": "number"
942
+ },
943
+ {
944
+ "name": "radius",
945
+ "description": "",
946
+ "required": true,
947
+ "default": null,
948
+ "attribute": false,
949
+ "type": "number"
950
+ },
951
+ {
952
+ "name": "scale",
953
+ "description": "",
954
+ "required": true,
955
+ "default": "0.25",
956
+ "attribute": false,
957
+ "type": "number"
958
+ },
959
+ {
960
+ "name": "height",
961
+ "description": "",
962
+ "required": true,
963
+ "default": null,
964
+ "attribute": false,
965
+ "type": "number"
966
+ },
967
+ {
968
+ "name": "value",
969
+ "description": "",
970
+ "required": true,
971
+ "default": null,
972
+ "attribute": false,
973
+ "type": "number | string"
974
+ },
975
+ {
976
+ "name": "dataFill",
977
+ "description": "",
978
+ "required": true,
979
+ "default": null,
980
+ "attribute": false,
981
+ "type": "DataFill"
982
+ },
983
+ {
984
+ "name": "dataCircle",
985
+ "description": "",
986
+ "required": true,
987
+ "default": null,
988
+ "attribute": false,
989
+ "type": "DataCircle"
990
+ },
991
+ {
992
+ "name": "dataLine",
993
+ "description": "",
994
+ "required": true,
995
+ "default": null,
996
+ "attribute": false,
997
+ "type": "DataLine"
998
+ }
999
+ ],
1000
+ "events": [],
1001
+ "slots": [],
1002
+ "methods": [],
1003
+ "description": ""
1004
+ }
1005
+ ]
1006
+ }