@next-bricks/data-view 1.11.0 → 1.12.1
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 +14 -14
- package/dist/chunks/{8826.de9de90b.js → 8826.7aa371b5.js} +2 -2
- package/dist/chunks/8826.7aa371b5.js.map +1 -0
- package/dist/chunks/china-map.faf20495.js +2 -0
- package/dist/chunks/china-map.faf20495.js.map +1 -0
- package/dist/chunks/{main.fb95bab6.js → main.dc2e2e0c.js} +2 -2
- package/dist/chunks/{main.fb95bab6.js.map → main.dc2e2e0c.js.map} +1 -1
- package/dist/examples.json +19 -19
- package/dist/{index.163f2ff4.js → index.bddd5f0f.js} +2 -2
- package/dist/{index.163f2ff4.js.map → index.bddd5f0f.js.map} +1 -1
- package/dist/manifest.json +169 -163
- package/dist/types.json +1398 -1391
- package/dist-types/china-map/index.d.ts +8 -1
- package/docs/china-map-chart.md +1 -1
- package/docs/china-map.md +4 -3
- package/package.json +2 -2
- package/dist/chunks/8826.de9de90b.js.map +0 -1
- package/dist/chunks/china-map.bcf4df6e.js +0 -2
- package/dist/chunks/china-map.bcf4df6e.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -337,114 +337,6 @@
|
|
|
337
337
|
}
|
|
338
338
|
]
|
|
339
339
|
},
|
|
340
|
-
"data-view.dropdown-menu": {
|
|
341
|
-
"properties": [
|
|
342
|
-
{
|
|
343
|
-
"name": "options",
|
|
344
|
-
"annotation": {
|
|
345
|
-
"type": "array",
|
|
346
|
-
"elementType": {
|
|
347
|
-
"type": "typeLiteral",
|
|
348
|
-
"members": [
|
|
349
|
-
{
|
|
350
|
-
"type": "propertySignature",
|
|
351
|
-
"key": {
|
|
352
|
-
"type": "identifier",
|
|
353
|
-
"name": "label"
|
|
354
|
-
},
|
|
355
|
-
"annotation": {
|
|
356
|
-
"type": "keyword",
|
|
357
|
-
"value": "string"
|
|
358
|
-
},
|
|
359
|
-
"computed": false
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"type": "propertySignature",
|
|
363
|
-
"key": {
|
|
364
|
-
"type": "identifier",
|
|
365
|
-
"name": "value"
|
|
366
|
-
},
|
|
367
|
-
"annotation": {
|
|
368
|
-
"type": "keyword",
|
|
369
|
-
"value": "string"
|
|
370
|
-
},
|
|
371
|
-
"computed": false
|
|
372
|
-
}
|
|
373
|
-
]
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"name": "value",
|
|
379
|
-
"annotation": {
|
|
380
|
-
"type": "keyword",
|
|
381
|
-
"value": "string"
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"name": "placeholder",
|
|
386
|
-
"annotation": {
|
|
387
|
-
"type": "keyword",
|
|
388
|
-
"value": "string"
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"name": "allowClear",
|
|
393
|
-
"annotation": {
|
|
394
|
-
"type": "keyword",
|
|
395
|
-
"value": "boolean"
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
],
|
|
399
|
-
"events": [
|
|
400
|
-
{
|
|
401
|
-
"name": "value.change",
|
|
402
|
-
"detail": {
|
|
403
|
-
"annotation": {
|
|
404
|
-
"type": "keyword",
|
|
405
|
-
"value": "string"
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
],
|
|
410
|
-
"methods": []
|
|
411
|
-
},
|
|
412
|
-
"data-view.app-wall-card-item": {
|
|
413
|
-
"properties": [
|
|
414
|
-
{
|
|
415
|
-
"name": "status",
|
|
416
|
-
"annotation": {
|
|
417
|
-
"type": "union",
|
|
418
|
-
"types": [
|
|
419
|
-
{
|
|
420
|
-
"type": "jsLiteral",
|
|
421
|
-
"value": "normal"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"type": "jsLiteral",
|
|
425
|
-
"value": "warning"
|
|
426
|
-
}
|
|
427
|
-
]
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"name": "cardTitle",
|
|
432
|
-
"annotation": {
|
|
433
|
-
"type": "keyword",
|
|
434
|
-
"value": "string"
|
|
435
|
-
}
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"name": "description",
|
|
439
|
-
"annotation": {
|
|
440
|
-
"type": "keyword",
|
|
441
|
-
"value": "string"
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
],
|
|
445
|
-
"events": [],
|
|
446
|
-
"methods": []
|
|
447
|
-
},
|
|
448
340
|
"data-view.battery-chart": {
|
|
449
341
|
"properties": [
|
|
450
342
|
{
|
|
@@ -584,124 +476,77 @@
|
|
|
584
476
|
}
|
|
585
477
|
]
|
|
586
478
|
},
|
|
587
|
-
"data-view.
|
|
479
|
+
"data-view.dropdown-menu": {
|
|
588
480
|
"properties": [
|
|
589
481
|
{
|
|
590
|
-
"name": "
|
|
482
|
+
"name": "options",
|
|
591
483
|
"annotation": {
|
|
592
|
-
"type": "
|
|
593
|
-
"
|
|
594
|
-
"type": "
|
|
595
|
-
"
|
|
484
|
+
"type": "array",
|
|
485
|
+
"elementType": {
|
|
486
|
+
"type": "typeLiteral",
|
|
487
|
+
"members": [
|
|
488
|
+
{
|
|
489
|
+
"type": "propertySignature",
|
|
490
|
+
"key": {
|
|
491
|
+
"type": "identifier",
|
|
492
|
+
"name": "label"
|
|
493
|
+
},
|
|
494
|
+
"annotation": {
|
|
495
|
+
"type": "keyword",
|
|
496
|
+
"value": "string"
|
|
497
|
+
},
|
|
498
|
+
"computed": false
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"type": "propertySignature",
|
|
502
|
+
"key": {
|
|
503
|
+
"type": "identifier",
|
|
504
|
+
"name": "value"
|
|
505
|
+
},
|
|
506
|
+
"annotation": {
|
|
507
|
+
"type": "keyword",
|
|
508
|
+
"value": "string"
|
|
509
|
+
},
|
|
510
|
+
"computed": false
|
|
511
|
+
}
|
|
512
|
+
]
|
|
596
513
|
}
|
|
597
514
|
}
|
|
598
515
|
},
|
|
599
516
|
{
|
|
600
|
-
"name": "
|
|
517
|
+
"name": "value",
|
|
601
518
|
"annotation": {
|
|
602
519
|
"type": "keyword",
|
|
603
520
|
"value": "string"
|
|
604
521
|
}
|
|
605
522
|
},
|
|
606
523
|
{
|
|
607
|
-
"name": "
|
|
608
|
-
"annotation": {
|
|
609
|
-
"type": "array",
|
|
610
|
-
"elementType": {
|
|
611
|
-
"type": "reference",
|
|
612
|
-
"typeName": {
|
|
613
|
-
"type": "identifier",
|
|
614
|
-
"name": "DescriptionItem"
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"name": "buttonName",
|
|
524
|
+
"name": "placeholder",
|
|
621
525
|
"annotation": {
|
|
622
526
|
"type": "keyword",
|
|
623
527
|
"value": "string"
|
|
624
528
|
}
|
|
625
529
|
},
|
|
626
530
|
{
|
|
627
|
-
"name": "
|
|
531
|
+
"name": "allowClear",
|
|
628
532
|
"annotation": {
|
|
629
|
-
"type": "
|
|
630
|
-
"
|
|
631
|
-
"type": "qualifiedName",
|
|
632
|
-
"left": {
|
|
633
|
-
"type": "identifier",
|
|
634
|
-
"name": "React"
|
|
635
|
-
},
|
|
636
|
-
"right": {
|
|
637
|
-
"type": "identifier",
|
|
638
|
-
"name": "CSSProperties"
|
|
639
|
-
}
|
|
640
|
-
}
|
|
533
|
+
"type": "keyword",
|
|
534
|
+
"value": "boolean"
|
|
641
535
|
}
|
|
642
536
|
}
|
|
643
537
|
],
|
|
644
538
|
"events": [
|
|
645
539
|
{
|
|
646
|
-
"name": "
|
|
540
|
+
"name": "value.change",
|
|
647
541
|
"detail": {
|
|
648
542
|
"annotation": {
|
|
649
543
|
"type": "keyword",
|
|
650
|
-
"value": "
|
|
544
|
+
"value": "string"
|
|
651
545
|
}
|
|
652
546
|
}
|
|
653
547
|
}
|
|
654
548
|
],
|
|
655
|
-
"methods": []
|
|
656
|
-
"types": [
|
|
657
|
-
{
|
|
658
|
-
"type": "typeAlias",
|
|
659
|
-
"name": "StatusType",
|
|
660
|
-
"annotation": {
|
|
661
|
-
"type": "union",
|
|
662
|
-
"types": [
|
|
663
|
-
{
|
|
664
|
-
"type": "jsLiteral",
|
|
665
|
-
"value": "normal"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"type": "jsLiteral",
|
|
669
|
-
"value": "warning"
|
|
670
|
-
}
|
|
671
|
-
]
|
|
672
|
-
}
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"type": "interface",
|
|
676
|
-
"name": "DescriptionItem",
|
|
677
|
-
"body": [
|
|
678
|
-
{
|
|
679
|
-
"type": "propertySignature",
|
|
680
|
-
"key": {
|
|
681
|
-
"type": "identifier",
|
|
682
|
-
"name": "key"
|
|
683
|
-
},
|
|
684
|
-
"annotation": {
|
|
685
|
-
"type": "keyword",
|
|
686
|
-
"value": "string"
|
|
687
|
-
},
|
|
688
|
-
"computed": false
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"type": "propertySignature",
|
|
692
|
-
"key": {
|
|
693
|
-
"type": "identifier",
|
|
694
|
-
"name": "value"
|
|
695
|
-
},
|
|
696
|
-
"annotation": {
|
|
697
|
-
"type": "keyword",
|
|
698
|
-
"value": "string"
|
|
699
|
-
},
|
|
700
|
-
"computed": false
|
|
701
|
-
}
|
|
702
|
-
]
|
|
703
|
-
}
|
|
704
|
-
]
|
|
549
|
+
"methods": []
|
|
705
550
|
},
|
|
706
551
|
"data-view.particle-animation": {
|
|
707
552
|
"properties": [
|
|
@@ -831,29 +676,184 @@
|
|
|
831
676
|
}
|
|
832
677
|
]
|
|
833
678
|
},
|
|
834
|
-
"data-view.app-wall-
|
|
679
|
+
"data-view.app-wall-card-item": {
|
|
835
680
|
"properties": [
|
|
836
681
|
{
|
|
837
|
-
"name": "
|
|
682
|
+
"name": "status",
|
|
838
683
|
"annotation": {
|
|
839
684
|
"type": "union",
|
|
840
685
|
"types": [
|
|
841
686
|
{
|
|
842
687
|
"type": "jsLiteral",
|
|
843
|
-
"value": "
|
|
688
|
+
"value": "normal"
|
|
844
689
|
},
|
|
845
690
|
{
|
|
846
691
|
"type": "jsLiteral",
|
|
847
|
-
"value": "
|
|
692
|
+
"value": "warning"
|
|
848
693
|
}
|
|
849
694
|
]
|
|
850
695
|
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "cardTitle",
|
|
699
|
+
"annotation": {
|
|
700
|
+
"type": "keyword",
|
|
701
|
+
"value": "string"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "description",
|
|
706
|
+
"annotation": {
|
|
707
|
+
"type": "keyword",
|
|
708
|
+
"value": "string"
|
|
709
|
+
}
|
|
851
710
|
}
|
|
852
711
|
],
|
|
853
712
|
"events": [],
|
|
854
713
|
"methods": []
|
|
855
714
|
},
|
|
856
|
-
"data-view.
|
|
715
|
+
"data-view.app-wall-system-card": {
|
|
716
|
+
"properties": [
|
|
717
|
+
{
|
|
718
|
+
"name": "status",
|
|
719
|
+
"annotation": {
|
|
720
|
+
"type": "reference",
|
|
721
|
+
"typeName": {
|
|
722
|
+
"type": "identifier",
|
|
723
|
+
"name": "StatusType"
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "cardTitle",
|
|
729
|
+
"annotation": {
|
|
730
|
+
"type": "keyword",
|
|
731
|
+
"value": "string"
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "itemList",
|
|
736
|
+
"annotation": {
|
|
737
|
+
"type": "array",
|
|
738
|
+
"elementType": {
|
|
739
|
+
"type": "reference",
|
|
740
|
+
"typeName": {
|
|
741
|
+
"type": "identifier",
|
|
742
|
+
"name": "DescriptionItem"
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "buttonName",
|
|
749
|
+
"annotation": {
|
|
750
|
+
"type": "keyword",
|
|
751
|
+
"value": "string"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "containerStyle",
|
|
756
|
+
"annotation": {
|
|
757
|
+
"type": "reference",
|
|
758
|
+
"typeName": {
|
|
759
|
+
"type": "qualifiedName",
|
|
760
|
+
"left": {
|
|
761
|
+
"type": "identifier",
|
|
762
|
+
"name": "React"
|
|
763
|
+
},
|
|
764
|
+
"right": {
|
|
765
|
+
"type": "identifier",
|
|
766
|
+
"name": "CSSProperties"
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"events": [
|
|
773
|
+
{
|
|
774
|
+
"name": "button-click",
|
|
775
|
+
"detail": {
|
|
776
|
+
"annotation": {
|
|
777
|
+
"type": "keyword",
|
|
778
|
+
"value": "void"
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"methods": [],
|
|
784
|
+
"types": [
|
|
785
|
+
{
|
|
786
|
+
"type": "typeAlias",
|
|
787
|
+
"name": "StatusType",
|
|
788
|
+
"annotation": {
|
|
789
|
+
"type": "union",
|
|
790
|
+
"types": [
|
|
791
|
+
{
|
|
792
|
+
"type": "jsLiteral",
|
|
793
|
+
"value": "normal"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"type": "jsLiteral",
|
|
797
|
+
"value": "warning"
|
|
798
|
+
}
|
|
799
|
+
]
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"type": "interface",
|
|
804
|
+
"name": "DescriptionItem",
|
|
805
|
+
"body": [
|
|
806
|
+
{
|
|
807
|
+
"type": "propertySignature",
|
|
808
|
+
"key": {
|
|
809
|
+
"type": "identifier",
|
|
810
|
+
"name": "key"
|
|
811
|
+
},
|
|
812
|
+
"annotation": {
|
|
813
|
+
"type": "keyword",
|
|
814
|
+
"value": "string"
|
|
815
|
+
},
|
|
816
|
+
"computed": false
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"type": "propertySignature",
|
|
820
|
+
"key": {
|
|
821
|
+
"type": "identifier",
|
|
822
|
+
"name": "value"
|
|
823
|
+
},
|
|
824
|
+
"annotation": {
|
|
825
|
+
"type": "keyword",
|
|
826
|
+
"value": "string"
|
|
827
|
+
},
|
|
828
|
+
"computed": false
|
|
829
|
+
}
|
|
830
|
+
]
|
|
831
|
+
}
|
|
832
|
+
]
|
|
833
|
+
},
|
|
834
|
+
"data-view.app-wall-relation-line": {
|
|
835
|
+
"properties": [
|
|
836
|
+
{
|
|
837
|
+
"name": "lightColor",
|
|
838
|
+
"annotation": {
|
|
839
|
+
"type": "union",
|
|
840
|
+
"types": [
|
|
841
|
+
{
|
|
842
|
+
"type": "jsLiteral",
|
|
843
|
+
"value": "blue"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"type": "jsLiteral",
|
|
847
|
+
"value": "purple"
|
|
848
|
+
}
|
|
849
|
+
]
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"events": [],
|
|
854
|
+
"methods": []
|
|
855
|
+
},
|
|
856
|
+
"data-view.cabinet-button": {
|
|
857
857
|
"properties": [
|
|
858
858
|
{
|
|
859
859
|
"name": "buttonStyle",
|
|
@@ -965,654 +965,173 @@
|
|
|
965
965
|
"events": [],
|
|
966
966
|
"methods": []
|
|
967
967
|
},
|
|
968
|
-
"data-view.graph
|
|
969
|
-
"properties": [
|
|
970
|
-
{
|
|
971
|
-
"name": "url",
|
|
972
|
-
"annotation": {
|
|
973
|
-
"type": "keyword",
|
|
974
|
-
"value": "string"
|
|
975
|
-
}
|
|
976
|
-
}
|
|
977
|
-
],
|
|
978
|
-
"events": [],
|
|
979
|
-
"methods": []
|
|
980
|
-
},
|
|
981
|
-
"data-view.grid-background": {
|
|
968
|
+
"data-view.cabinet-graph": {
|
|
982
969
|
"properties": [
|
|
983
970
|
{
|
|
984
|
-
"name": "
|
|
971
|
+
"name": "dataSource",
|
|
985
972
|
"annotation": {
|
|
986
|
-
"type": "
|
|
987
|
-
"
|
|
988
|
-
"type": "
|
|
989
|
-
"
|
|
990
|
-
"type": "qualifiedName",
|
|
991
|
-
"left": {
|
|
992
|
-
"type": "identifier",
|
|
993
|
-
"name": "React"
|
|
994
|
-
},
|
|
995
|
-
"right": {
|
|
996
|
-
"type": "identifier",
|
|
997
|
-
"name": "CSSProperties"
|
|
998
|
-
}
|
|
999
|
-
}
|
|
1000
|
-
},
|
|
1001
|
-
"indexType": {
|
|
1002
|
-
"type": "jsLiteral",
|
|
1003
|
-
"value": "color"
|
|
973
|
+
"type": "reference",
|
|
974
|
+
"typeName": {
|
|
975
|
+
"type": "identifier",
|
|
976
|
+
"name": "AppData"
|
|
1004
977
|
}
|
|
1005
978
|
}
|
|
1006
979
|
},
|
|
1007
980
|
{
|
|
1008
|
-
"name": "
|
|
981
|
+
"name": "activeKey",
|
|
1009
982
|
"annotation": {
|
|
1010
|
-
"type": "
|
|
1011
|
-
"
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
"
|
|
1015
|
-
"name": "React"
|
|
983
|
+
"type": "union",
|
|
984
|
+
"types": [
|
|
985
|
+
{
|
|
986
|
+
"type": "keyword",
|
|
987
|
+
"value": "string"
|
|
1016
988
|
},
|
|
1017
|
-
|
|
1018
|
-
"type": "
|
|
1019
|
-
"
|
|
989
|
+
{
|
|
990
|
+
"type": "array",
|
|
991
|
+
"elementType": {
|
|
992
|
+
"type": "keyword",
|
|
993
|
+
"value": "string"
|
|
994
|
+
}
|
|
1020
995
|
}
|
|
1021
|
-
|
|
996
|
+
]
|
|
1022
997
|
}
|
|
1023
998
|
},
|
|
1024
999
|
{
|
|
1025
|
-
"name": "
|
|
1000
|
+
"name": "hiddenCloseBtn",
|
|
1026
1001
|
"annotation": {
|
|
1027
|
-
"type": "
|
|
1028
|
-
"
|
|
1029
|
-
"type": "identifier",
|
|
1030
|
-
"name": "ParticleColor"
|
|
1031
|
-
}
|
|
1002
|
+
"type": "keyword",
|
|
1003
|
+
"value": "boolean"
|
|
1032
1004
|
}
|
|
1033
1005
|
}
|
|
1034
1006
|
],
|
|
1035
|
-
"events": [
|
|
1036
|
-
"methods": [],
|
|
1037
|
-
"types": [
|
|
1007
|
+
"events": [
|
|
1038
1008
|
{
|
|
1039
|
-
"
|
|
1040
|
-
"name": "ParticleColor",
|
|
1041
|
-
"body": [
|
|
1042
|
-
{
|
|
1043
|
-
"type": "propertySignature",
|
|
1044
|
-
"key": {
|
|
1045
|
-
"type": "identifier",
|
|
1046
|
-
"name": "startColor"
|
|
1047
|
-
},
|
|
1048
|
-
"annotation": {
|
|
1049
|
-
"type": "indexedAccess",
|
|
1050
|
-
"objectType": {
|
|
1051
|
-
"type": "reference",
|
|
1052
|
-
"typeName": {
|
|
1053
|
-
"type": "qualifiedName",
|
|
1054
|
-
"left": {
|
|
1055
|
-
"type": "identifier",
|
|
1056
|
-
"name": "React"
|
|
1057
|
-
},
|
|
1058
|
-
"right": {
|
|
1059
|
-
"type": "identifier",
|
|
1060
|
-
"name": "CSSProperties"
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
},
|
|
1064
|
-
"indexType": {
|
|
1065
|
-
"type": "jsLiteral",
|
|
1066
|
-
"value": "color"
|
|
1067
|
-
}
|
|
1068
|
-
},
|
|
1069
|
-
"computed": false
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"type": "propertySignature",
|
|
1073
|
-
"key": {
|
|
1074
|
-
"type": "identifier",
|
|
1075
|
-
"name": "endColor"
|
|
1076
|
-
},
|
|
1077
|
-
"annotation": {
|
|
1078
|
-
"type": "indexedAccess",
|
|
1079
|
-
"objectType": {
|
|
1080
|
-
"type": "reference",
|
|
1081
|
-
"typeName": {
|
|
1082
|
-
"type": "qualifiedName",
|
|
1083
|
-
"left": {
|
|
1084
|
-
"type": "identifier",
|
|
1085
|
-
"name": "React"
|
|
1086
|
-
},
|
|
1087
|
-
"right": {
|
|
1088
|
-
"type": "identifier",
|
|
1089
|
-
"name": "CSSProperties"
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
},
|
|
1093
|
-
"indexType": {
|
|
1094
|
-
"type": "jsLiteral",
|
|
1095
|
-
"value": "color"
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
"computed": false
|
|
1099
|
-
}
|
|
1100
|
-
]
|
|
1101
|
-
}
|
|
1102
|
-
]
|
|
1103
|
-
},
|
|
1104
|
-
"data-view.gear-background": {
|
|
1105
|
-
"properties": [
|
|
1106
|
-
{
|
|
1107
|
-
"name": "color",
|
|
1108
|
-
"annotation": {
|
|
1109
|
-
"type": "indexedAccess",
|
|
1110
|
-
"objectType": {
|
|
1111
|
-
"type": "reference",
|
|
1112
|
-
"typeName": {
|
|
1113
|
-
"type": "qualifiedName",
|
|
1114
|
-
"left": {
|
|
1115
|
-
"type": "identifier",
|
|
1116
|
-
"name": "React"
|
|
1117
|
-
},
|
|
1118
|
-
"right": {
|
|
1119
|
-
"type": "identifier",
|
|
1120
|
-
"name": "CSSProperties"
|
|
1121
|
-
}
|
|
1122
|
-
}
|
|
1123
|
-
},
|
|
1124
|
-
"indexType": {
|
|
1125
|
-
"type": "jsLiteral",
|
|
1126
|
-
"value": "color"
|
|
1127
|
-
}
|
|
1128
|
-
}
|
|
1129
|
-
}
|
|
1130
|
-
],
|
|
1131
|
-
"events": [],
|
|
1132
|
-
"methods": []
|
|
1133
|
-
},
|
|
1134
|
-
"data-view.title-text": {
|
|
1135
|
-
"properties": [
|
|
1136
|
-
{
|
|
1137
|
-
"name": "type",
|
|
1138
|
-
"annotation": {
|
|
1139
|
-
"type": "reference",
|
|
1140
|
-
"typeName": {
|
|
1141
|
-
"type": "identifier",
|
|
1142
|
-
"name": "TitleType"
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"name": "text",
|
|
1148
|
-
"annotation": {
|
|
1149
|
-
"type": "keyword",
|
|
1150
|
-
"value": "string"
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"name": "fontSize",
|
|
1155
|
-
"annotation": {
|
|
1156
|
-
"type": "indexedAccess",
|
|
1157
|
-
"objectType": {
|
|
1158
|
-
"type": "reference",
|
|
1159
|
-
"typeName": {
|
|
1160
|
-
"type": "identifier",
|
|
1161
|
-
"name": "CSSProperties"
|
|
1162
|
-
}
|
|
1163
|
-
},
|
|
1164
|
-
"indexType": {
|
|
1165
|
-
"type": "jsLiteral",
|
|
1166
|
-
"value": "fontSize"
|
|
1167
|
-
}
|
|
1168
|
-
}
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"name": "fontWeight",
|
|
1172
|
-
"annotation": {
|
|
1173
|
-
"type": "indexedAccess",
|
|
1174
|
-
"objectType": {
|
|
1175
|
-
"type": "reference",
|
|
1176
|
-
"typeName": {
|
|
1177
|
-
"type": "identifier",
|
|
1178
|
-
"name": "CSSProperties"
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
"indexType": {
|
|
1182
|
-
"type": "jsLiteral",
|
|
1183
|
-
"value": "fontWeight"
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"name": "letterSpacing",
|
|
1189
|
-
"annotation": {
|
|
1190
|
-
"type": "indexedAccess",
|
|
1191
|
-
"objectType": {
|
|
1192
|
-
"type": "reference",
|
|
1193
|
-
"typeName": {
|
|
1194
|
-
"type": "identifier",
|
|
1195
|
-
"name": "CSSProperties"
|
|
1196
|
-
}
|
|
1197
|
-
},
|
|
1198
|
-
"indexType": {
|
|
1199
|
-
"type": "jsLiteral",
|
|
1200
|
-
"value": "letterSpacing"
|
|
1201
|
-
}
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1204
|
-
],
|
|
1205
|
-
"events": [],
|
|
1206
|
-
"methods": [],
|
|
1207
|
-
"types": [
|
|
1208
|
-
{
|
|
1209
|
-
"type": "typeAlias",
|
|
1210
|
-
"name": "TitleType",
|
|
1211
|
-
"annotation": {
|
|
1212
|
-
"type": "union",
|
|
1213
|
-
"types": [
|
|
1214
|
-
{
|
|
1215
|
-
"type": "jsLiteral",
|
|
1216
|
-
"value": "normal"
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
"type": "jsLiteral",
|
|
1220
|
-
"value": "stroke"
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
"type": "jsLiteral",
|
|
1224
|
-
"value": "gradient"
|
|
1225
|
-
}
|
|
1226
|
-
]
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
1229
|
-
]
|
|
1230
|
-
},
|
|
1231
|
-
"data-view.brick-notification": {
|
|
1232
|
-
"properties": [
|
|
1233
|
-
{
|
|
1234
|
-
"name": "message",
|
|
1235
|
-
"annotation": {
|
|
1236
|
-
"type": "keyword",
|
|
1237
|
-
"value": "string"
|
|
1238
|
-
}
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"name": "icon",
|
|
1242
|
-
"annotation": {
|
|
1243
|
-
"type": "reference",
|
|
1244
|
-
"typeName": {
|
|
1245
|
-
"type": "identifier",
|
|
1246
|
-
"name": "GeneralIconProps"
|
|
1247
|
-
}
|
|
1248
|
-
}
|
|
1249
|
-
}
|
|
1250
|
-
],
|
|
1251
|
-
"events": [],
|
|
1252
|
-
"methods": []
|
|
1253
|
-
},
|
|
1254
|
-
"data-view.tabs-page-title": {
|
|
1255
|
-
"properties": [
|
|
1256
|
-
{
|
|
1257
|
-
"name": "tabList",
|
|
1258
|
-
"annotation": {
|
|
1259
|
-
"type": "array",
|
|
1260
|
-
"elementType": {
|
|
1261
|
-
"type": "reference",
|
|
1262
|
-
"typeName": {
|
|
1263
|
-
"type": "identifier",
|
|
1264
|
-
"name": "TabsItem"
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
}
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"name": "activeKey",
|
|
1271
|
-
"annotation": {
|
|
1272
|
-
"type": "keyword",
|
|
1273
|
-
"value": "string"
|
|
1274
|
-
}
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"name": "textContent",
|
|
1278
|
-
"annotation": {
|
|
1279
|
-
"type": "keyword",
|
|
1280
|
-
"value": "string"
|
|
1281
|
-
}
|
|
1282
|
-
}
|
|
1283
|
-
],
|
|
1284
|
-
"events": [
|
|
1285
|
-
{
|
|
1286
|
-
"name": "tab.change",
|
|
1009
|
+
"name": "close.button.click",
|
|
1287
1010
|
"detail": {
|
|
1288
1011
|
"annotation": {
|
|
1289
1012
|
"type": "keyword",
|
|
1290
|
-
"value": "
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
}
|
|
1294
|
-
],
|
|
1295
|
-
"methods": [],
|
|
1296
|
-
"types": [
|
|
1297
|
-
{
|
|
1298
|
-
"type": "interface",
|
|
1299
|
-
"name": "TabsItem",
|
|
1300
|
-
"body": [
|
|
1301
|
-
{
|
|
1302
|
-
"type": "propertySignature",
|
|
1303
|
-
"key": {
|
|
1304
|
-
"type": "identifier",
|
|
1305
|
-
"name": "key"
|
|
1306
|
-
},
|
|
1307
|
-
"annotation": {
|
|
1308
|
-
"type": "keyword",
|
|
1309
|
-
"value": "string"
|
|
1310
|
-
},
|
|
1311
|
-
"computed": false,
|
|
1312
|
-
"description": "唯一标识,对应 slot 名称"
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
"type": "propertySignature",
|
|
1316
|
-
"key": {
|
|
1317
|
-
"type": "identifier",
|
|
1318
|
-
"name": "text"
|
|
1319
|
-
},
|
|
1320
|
-
"annotation": {
|
|
1321
|
-
"type": "keyword",
|
|
1322
|
-
"value": "string"
|
|
1323
|
-
},
|
|
1324
|
-
"computed": false,
|
|
1325
|
-
"description": "标签名称"
|
|
1326
|
-
}
|
|
1327
|
-
]
|
|
1328
|
-
}
|
|
1329
|
-
]
|
|
1330
|
-
},
|
|
1331
|
-
"data-view.lights-component-title": {
|
|
1332
|
-
"properties": [
|
|
1333
|
-
{
|
|
1334
|
-
"name": "componentTitle",
|
|
1335
|
-
"annotation": {
|
|
1336
|
-
"type": "keyword",
|
|
1337
|
-
"value": "string"
|
|
1338
|
-
}
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "theme",
|
|
1342
|
-
"annotation": {
|
|
1343
|
-
"type": "union",
|
|
1344
|
-
"types": [
|
|
1345
|
-
{
|
|
1346
|
-
"type": "jsLiteral",
|
|
1347
|
-
"value": "light"
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"type": "jsLiteral",
|
|
1351
|
-
"value": "dark"
|
|
1352
|
-
}
|
|
1353
|
-
]
|
|
1354
|
-
}
|
|
1355
|
-
}
|
|
1356
|
-
],
|
|
1357
|
-
"events": [],
|
|
1358
|
-
"methods": []
|
|
1359
|
-
},
|
|
1360
|
-
"data-view.hi-tech-button": {
|
|
1361
|
-
"properties": [
|
|
1362
|
-
{
|
|
1363
|
-
"name": "type",
|
|
1364
|
-
"annotation": {
|
|
1365
|
-
"type": "reference",
|
|
1366
|
-
"typeName": {
|
|
1367
|
-
"type": "identifier",
|
|
1368
|
-
"name": "buttonType"
|
|
1369
|
-
}
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"name": "buttonStyle",
|
|
1374
|
-
"annotation": {
|
|
1375
|
-
"type": "reference",
|
|
1376
|
-
"typeName": {
|
|
1377
|
-
"type": "qualifiedName",
|
|
1378
|
-
"left": {
|
|
1379
|
-
"type": "identifier",
|
|
1380
|
-
"name": "React"
|
|
1381
|
-
},
|
|
1382
|
-
"right": {
|
|
1383
|
-
"type": "identifier",
|
|
1384
|
-
"name": "CSSProperties"
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
}
|
|
1388
|
-
},
|
|
1389
|
-
{
|
|
1390
|
-
"name": "disabled",
|
|
1391
|
-
"annotation": {
|
|
1392
|
-
"type": "keyword",
|
|
1393
|
-
"value": "boolean"
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"name": "textContent",
|
|
1398
|
-
"annotation": {
|
|
1399
|
-
"type": "keyword",
|
|
1400
|
-
"value": "string"
|
|
1401
|
-
}
|
|
1402
|
-
}
|
|
1403
|
-
],
|
|
1404
|
-
"events": [],
|
|
1405
|
-
"methods": [],
|
|
1406
|
-
"types": [
|
|
1407
|
-
{
|
|
1408
|
-
"type": "typeAlias",
|
|
1409
|
-
"name": "buttonType",
|
|
1410
|
-
"annotation": {
|
|
1411
|
-
"type": "union",
|
|
1412
|
-
"types": [
|
|
1413
|
-
{
|
|
1414
|
-
"type": "jsLiteral",
|
|
1415
|
-
"value": "default"
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"type": "jsLiteral",
|
|
1419
|
-
"value": "parallelogram"
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"type": "jsLiteral",
|
|
1423
|
-
"value": "stereoscopic"
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"type": "jsLiteral",
|
|
1427
|
-
"value": "shading"
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"type": "jsLiteral",
|
|
1431
|
-
"value": "round"
|
|
1432
|
-
}
|
|
1433
|
-
]
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
|
-
]
|
|
1437
|
-
},
|
|
1438
|
-
"data-view.top-title-bar": {
|
|
1439
|
-
"properties": [
|
|
1440
|
-
{
|
|
1441
|
-
"name": "text",
|
|
1442
|
-
"annotation": {
|
|
1443
|
-
"type": "keyword",
|
|
1444
|
-
"value": "string"
|
|
1445
|
-
}
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"name": "type",
|
|
1449
|
-
"annotation": {
|
|
1450
|
-
"type": "reference",
|
|
1451
|
-
"typeName": {
|
|
1452
|
-
"type": "identifier",
|
|
1453
|
-
"name": "TitleBarType"
|
|
1454
|
-
}
|
|
1455
|
-
}
|
|
1456
|
-
}
|
|
1457
|
-
],
|
|
1458
|
-
"events": [],
|
|
1459
|
-
"methods": [],
|
|
1460
|
-
"types": [
|
|
1461
|
-
{
|
|
1462
|
-
"type": "typeAlias",
|
|
1463
|
-
"name": "TitleBarType",
|
|
1464
|
-
"annotation": {
|
|
1465
|
-
"type": "union",
|
|
1466
|
-
"types": [
|
|
1467
|
-
{
|
|
1468
|
-
"type": "jsLiteral",
|
|
1469
|
-
"value": "normal"
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"type": "jsLiteral",
|
|
1473
|
-
"value": "sample"
|
|
1474
|
-
},
|
|
1475
|
-
{
|
|
1476
|
-
"type": "jsLiteral",
|
|
1477
|
-
"value": "square"
|
|
1478
|
-
}
|
|
1479
|
-
]
|
|
1480
|
-
}
|
|
1481
|
-
}
|
|
1482
|
-
]
|
|
1483
|
-
},
|
|
1484
|
-
"data-view.tech-mesh-base-view": {
|
|
1485
|
-
"properties": [
|
|
1486
|
-
{
|
|
1487
|
-
"name": "textContent",
|
|
1488
|
-
"annotation": {
|
|
1489
|
-
"type": "keyword",
|
|
1490
|
-
"value": "string"
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
],
|
|
1494
|
-
"events": [],
|
|
1495
|
-
"methods": []
|
|
1496
|
-
},
|
|
1497
|
-
"data-view.simple-card-item": {
|
|
1498
|
-
"properties": [
|
|
1499
|
-
{
|
|
1500
|
-
"name": "status",
|
|
1501
|
-
"annotation": {
|
|
1502
|
-
"type": "union",
|
|
1503
|
-
"types": [
|
|
1504
|
-
{
|
|
1505
|
-
"type": "jsLiteral",
|
|
1506
|
-
"value": "normal"
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"type": "jsLiteral",
|
|
1510
|
-
"value": "warning"
|
|
1511
|
-
}
|
|
1512
|
-
]
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"name": "cardTitle",
|
|
1517
|
-
"annotation": {
|
|
1518
|
-
"type": "keyword",
|
|
1519
|
-
"value": "string"
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"name": "titleStyle",
|
|
1524
|
-
"annotation": {
|
|
1525
|
-
"type": "reference",
|
|
1526
|
-
"typeName": {
|
|
1527
|
-
"type": "identifier",
|
|
1528
|
-
"name": "CSSProperties"
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"name": "description",
|
|
1534
|
-
"annotation": {
|
|
1535
|
-
"type": "keyword",
|
|
1536
|
-
"value": "string"
|
|
1537
|
-
}
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
"name": "color",
|
|
1541
|
-
"annotation": {
|
|
1542
|
-
"type": "indexedAccess",
|
|
1543
|
-
"objectType": {
|
|
1544
|
-
"type": "reference",
|
|
1545
|
-
"typeName": {
|
|
1546
|
-
"type": "identifier",
|
|
1547
|
-
"name": "CSSProperties"
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
"indexType": {
|
|
1551
|
-
"type": "jsLiteral",
|
|
1552
|
-
"value": "color"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"name": "desStyle",
|
|
1558
|
-
"annotation": {
|
|
1559
|
-
"type": "reference",
|
|
1560
|
-
"typeName": {
|
|
1561
|
-
"type": "identifier",
|
|
1562
|
-
"name": "CSSProperties"
|
|
1013
|
+
"value": "void"
|
|
1563
1014
|
}
|
|
1564
1015
|
}
|
|
1565
1016
|
},
|
|
1566
1017
|
{
|
|
1567
|
-
"name": "
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1570
|
-
|
|
1571
|
-
"
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1018
|
+
"name": "cabinet.click",
|
|
1019
|
+
"detail": {
|
|
1020
|
+
"annotation": {
|
|
1021
|
+
"type": "typeLiteral",
|
|
1022
|
+
"members": [
|
|
1023
|
+
{
|
|
1024
|
+
"type": "propertySignature",
|
|
1025
|
+
"key": {
|
|
1026
|
+
"type": "identifier",
|
|
1027
|
+
"name": "type"
|
|
1028
|
+
},
|
|
1029
|
+
"annotation": {
|
|
1030
|
+
"type": "reference",
|
|
1031
|
+
"typeName": {
|
|
1032
|
+
"type": "identifier",
|
|
1033
|
+
"name": "ChangeType"
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
"computed": false
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"type": "propertySignature",
|
|
1040
|
+
"key": {
|
|
1041
|
+
"type": "identifier",
|
|
1042
|
+
"name": "data"
|
|
1043
|
+
},
|
|
1044
|
+
"annotation": {
|
|
1045
|
+
"type": "reference",
|
|
1046
|
+
"typeName": {
|
|
1047
|
+
"type": "identifier",
|
|
1048
|
+
"name": "Record"
|
|
1049
|
+
},
|
|
1050
|
+
"typeParameters": {
|
|
1051
|
+
"type": "typeParameterInstantiation",
|
|
1052
|
+
"params": [
|
|
1053
|
+
{
|
|
1054
|
+
"type": "keyword",
|
|
1055
|
+
"value": "string"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"type": "keyword",
|
|
1059
|
+
"value": "any"
|
|
1060
|
+
}
|
|
1061
|
+
]
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
"computed": false
|
|
1065
|
+
}
|
|
1066
|
+
]
|
|
1576
1067
|
}
|
|
1577
1068
|
}
|
|
1578
1069
|
},
|
|
1579
1070
|
{
|
|
1580
|
-
"name": "
|
|
1581
|
-
"
|
|
1582
|
-
"
|
|
1583
|
-
|
|
1584
|
-
"
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1071
|
+
"name": "cabinet.dbclick",
|
|
1072
|
+
"detail": {
|
|
1073
|
+
"annotation": {
|
|
1074
|
+
"type": "typeLiteral",
|
|
1075
|
+
"members": [
|
|
1076
|
+
{
|
|
1077
|
+
"type": "propertySignature",
|
|
1078
|
+
"key": {
|
|
1079
|
+
"type": "identifier",
|
|
1080
|
+
"name": "type"
|
|
1081
|
+
},
|
|
1082
|
+
"annotation": {
|
|
1083
|
+
"type": "reference",
|
|
1084
|
+
"typeName": {
|
|
1085
|
+
"type": "identifier",
|
|
1086
|
+
"name": "ChangeType"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
"computed": false
|
|
1590
1090
|
},
|
|
1591
|
-
|
|
1592
|
-
"type": "
|
|
1593
|
-
"
|
|
1091
|
+
{
|
|
1092
|
+
"type": "propertySignature",
|
|
1093
|
+
"key": {
|
|
1094
|
+
"type": "identifier",
|
|
1095
|
+
"name": "data"
|
|
1096
|
+
},
|
|
1097
|
+
"annotation": {
|
|
1098
|
+
"type": "reference",
|
|
1099
|
+
"typeName": {
|
|
1100
|
+
"type": "identifier",
|
|
1101
|
+
"name": "Record"
|
|
1102
|
+
},
|
|
1103
|
+
"typeParameters": {
|
|
1104
|
+
"type": "typeParameterInstantiation",
|
|
1105
|
+
"params": [
|
|
1106
|
+
{
|
|
1107
|
+
"type": "keyword",
|
|
1108
|
+
"value": "string"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"type": "keyword",
|
|
1112
|
+
"value": "any"
|
|
1113
|
+
}
|
|
1114
|
+
]
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"computed": false
|
|
1594
1118
|
}
|
|
1595
|
-
|
|
1596
|
-
},
|
|
1597
|
-
"indexType": {
|
|
1598
|
-
"type": "jsLiteral",
|
|
1599
|
-
"value": "background"
|
|
1119
|
+
]
|
|
1600
1120
|
}
|
|
1601
1121
|
}
|
|
1602
1122
|
}
|
|
1603
1123
|
],
|
|
1604
|
-
"events": [],
|
|
1605
1124
|
"methods": [],
|
|
1606
1125
|
"types": [
|
|
1607
1126
|
{
|
|
1608
1127
|
"type": "interface",
|
|
1609
|
-
"name": "
|
|
1128
|
+
"name": "AppData",
|
|
1610
1129
|
"body": [
|
|
1611
1130
|
{
|
|
1612
1131
|
"type": "propertySignature",
|
|
1613
1132
|
"key": {
|
|
1614
1133
|
"type": "identifier",
|
|
1615
|
-
"name": "
|
|
1134
|
+
"name": "appName"
|
|
1616
1135
|
},
|
|
1617
1136
|
"annotation": {
|
|
1618
1137
|
"type": "keyword",
|
|
@@ -1624,67 +1143,116 @@
|
|
|
1624
1143
|
"type": "propertySignature",
|
|
1625
1144
|
"key": {
|
|
1626
1145
|
"type": "identifier",
|
|
1627
|
-
"name": "
|
|
1146
|
+
"name": "key"
|
|
1628
1147
|
},
|
|
1629
1148
|
"annotation": {
|
|
1630
1149
|
"type": "keyword",
|
|
1631
1150
|
"value": "string"
|
|
1632
1151
|
},
|
|
1633
1152
|
"computed": false
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
},
|
|
1639
|
-
"data-view.basic-index-group": {
|
|
1640
|
-
"properties": [
|
|
1641
|
-
{
|
|
1642
|
-
"name": "itemList",
|
|
1643
|
-
"annotation": {
|
|
1644
|
-
"type": "array",
|
|
1645
|
-
"elementType": {
|
|
1646
|
-
"type": "reference",
|
|
1647
|
-
"typeName": {
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"type": "propertySignature",
|
|
1156
|
+
"key": {
|
|
1648
1157
|
"type": "identifier",
|
|
1649
|
-
"name": "
|
|
1650
|
-
}
|
|
1158
|
+
"name": "clusters"
|
|
1159
|
+
},
|
|
1160
|
+
"annotation": {
|
|
1161
|
+
"type": "array",
|
|
1162
|
+
"elementType": {
|
|
1163
|
+
"type": "reference",
|
|
1164
|
+
"typeName": {
|
|
1165
|
+
"type": "identifier",
|
|
1166
|
+
"name": "Clusters"
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
"computed": false
|
|
1651
1171
|
}
|
|
1652
|
-
|
|
1653
|
-
},
|
|
1654
|
-
{
|
|
1655
|
-
"name": "width",
|
|
1656
|
-
"annotation": {
|
|
1657
|
-
"type": "keyword",
|
|
1658
|
-
"value": "number"
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
"name": "gap",
|
|
1663
|
-
"annotation": {
|
|
1664
|
-
"type": "keyword",
|
|
1665
|
-
"value": "number"
|
|
1666
|
-
}
|
|
1172
|
+
]
|
|
1667
1173
|
},
|
|
1668
1174
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1175
|
+
"type": "interface",
|
|
1176
|
+
"name": "Clusters",
|
|
1177
|
+
"body": [
|
|
1178
|
+
{
|
|
1179
|
+
"type": "propertySignature",
|
|
1180
|
+
"key": {
|
|
1181
|
+
"type": "identifier",
|
|
1182
|
+
"name": "clusterName"
|
|
1183
|
+
},
|
|
1184
|
+
"annotation": {
|
|
1185
|
+
"type": "keyword",
|
|
1186
|
+
"value": "string"
|
|
1187
|
+
},
|
|
1188
|
+
"computed": false
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"type": "propertySignature",
|
|
1192
|
+
"key": {
|
|
1193
|
+
"type": "identifier",
|
|
1194
|
+
"name": "key"
|
|
1195
|
+
},
|
|
1196
|
+
"annotation": {
|
|
1197
|
+
"type": "keyword",
|
|
1198
|
+
"value": "string"
|
|
1199
|
+
},
|
|
1200
|
+
"computed": false
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"type": "propertySignature",
|
|
1204
|
+
"key": {
|
|
1205
|
+
"type": "identifier",
|
|
1206
|
+
"name": "type"
|
|
1207
|
+
},
|
|
1208
|
+
"annotation": {
|
|
1209
|
+
"type": "union",
|
|
1210
|
+
"types": [
|
|
1211
|
+
{
|
|
1212
|
+
"type": "jsLiteral",
|
|
1213
|
+
"value": "host"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"type": "jsLiteral",
|
|
1217
|
+
"value": "k8s"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"type": "jsLiteral",
|
|
1221
|
+
"value": "k8s-blue"
|
|
1222
|
+
}
|
|
1223
|
+
]
|
|
1224
|
+
},
|
|
1225
|
+
"computed": false
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"type": "propertySignature",
|
|
1229
|
+
"key": {
|
|
1230
|
+
"type": "identifier",
|
|
1231
|
+
"name": "nodes"
|
|
1232
|
+
},
|
|
1233
|
+
"annotation": {
|
|
1234
|
+
"type": "array",
|
|
1235
|
+
"elementType": {
|
|
1236
|
+
"type": "reference",
|
|
1237
|
+
"typeName": {
|
|
1238
|
+
"type": "identifier",
|
|
1239
|
+
"name": "Node"
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
"computed": false
|
|
1244
|
+
}
|
|
1245
|
+
]
|
|
1246
|
+
},
|
|
1679
1247
|
{
|
|
1680
1248
|
"type": "interface",
|
|
1681
|
-
"name": "
|
|
1249
|
+
"name": "Node",
|
|
1682
1250
|
"body": [
|
|
1683
1251
|
{
|
|
1684
1252
|
"type": "propertySignature",
|
|
1685
1253
|
"key": {
|
|
1686
1254
|
"type": "identifier",
|
|
1687
|
-
"name": "
|
|
1255
|
+
"name": "nodeTitle"
|
|
1688
1256
|
},
|
|
1689
1257
|
"annotation": {
|
|
1690
1258
|
"type": "keyword",
|
|
@@ -1696,11 +1264,11 @@
|
|
|
1696
1264
|
"type": "propertySignature",
|
|
1697
1265
|
"key": {
|
|
1698
1266
|
"type": "identifier",
|
|
1699
|
-
"name": "
|
|
1267
|
+
"name": "key"
|
|
1700
1268
|
},
|
|
1701
1269
|
"annotation": {
|
|
1702
1270
|
"type": "keyword",
|
|
1703
|
-
"value": "
|
|
1271
|
+
"value": "string"
|
|
1704
1272
|
},
|
|
1705
1273
|
"computed": false
|
|
1706
1274
|
},
|
|
@@ -1715,229 +1283,510 @@
|
|
|
1715
1283
|
"types": [
|
|
1716
1284
|
{
|
|
1717
1285
|
"type": "jsLiteral",
|
|
1718
|
-
"value": "
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"type": "jsLiteral",
|
|
1722
|
-
"value": "cloud"
|
|
1286
|
+
"value": "container-group"
|
|
1723
1287
|
},
|
|
1724
1288
|
{
|
|
1725
1289
|
"type": "jsLiteral",
|
|
1726
|
-
"value": "
|
|
1290
|
+
"value": "physical-machine"
|
|
1727
1291
|
},
|
|
1728
1292
|
{
|
|
1729
1293
|
"type": "jsLiteral",
|
|
1730
|
-
"value": "
|
|
1294
|
+
"value": "virtual-machine"
|
|
1731
1295
|
}
|
|
1732
1296
|
]
|
|
1733
1297
|
},
|
|
1734
|
-
"optional": true,
|
|
1735
1298
|
"computed": false
|
|
1736
1299
|
},
|
|
1737
1300
|
{
|
|
1738
1301
|
"type": "propertySignature",
|
|
1739
1302
|
"key": {
|
|
1740
1303
|
"type": "identifier",
|
|
1741
|
-
"name": "
|
|
1304
|
+
"name": "isAlert"
|
|
1742
1305
|
},
|
|
1743
1306
|
"annotation": {
|
|
1744
1307
|
"type": "keyword",
|
|
1745
|
-
"value": "
|
|
1308
|
+
"value": "boolean"
|
|
1746
1309
|
},
|
|
1747
1310
|
"optional": true,
|
|
1748
1311
|
"computed": false
|
|
1312
|
+
}
|
|
1313
|
+
]
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"type": "typeAlias",
|
|
1317
|
+
"name": "ChangeType",
|
|
1318
|
+
"annotation": {
|
|
1319
|
+
"type": "union",
|
|
1320
|
+
"types": [
|
|
1321
|
+
{
|
|
1322
|
+
"type": "jsLiteral",
|
|
1323
|
+
"value": "node"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"type": "jsLiteral",
|
|
1327
|
+
"value": "cluster"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"type": "jsLiteral",
|
|
1331
|
+
"value": "layer"
|
|
1332
|
+
}
|
|
1333
|
+
]
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
1338
|
+
"data-view.graph-node": {
|
|
1339
|
+
"properties": [
|
|
1340
|
+
{
|
|
1341
|
+
"name": "url",
|
|
1342
|
+
"annotation": {
|
|
1343
|
+
"type": "keyword",
|
|
1344
|
+
"value": "string"
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
],
|
|
1348
|
+
"events": [],
|
|
1349
|
+
"methods": []
|
|
1350
|
+
},
|
|
1351
|
+
"data-view.grid-background": {
|
|
1352
|
+
"properties": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "color",
|
|
1355
|
+
"annotation": {
|
|
1356
|
+
"type": "indexedAccess",
|
|
1357
|
+
"objectType": {
|
|
1358
|
+
"type": "reference",
|
|
1359
|
+
"typeName": {
|
|
1360
|
+
"type": "qualifiedName",
|
|
1361
|
+
"left": {
|
|
1362
|
+
"type": "identifier",
|
|
1363
|
+
"name": "React"
|
|
1364
|
+
},
|
|
1365
|
+
"right": {
|
|
1366
|
+
"type": "identifier",
|
|
1367
|
+
"name": "CSSProperties"
|
|
1368
|
+
}
|
|
1369
|
+
}
|
|
1749
1370
|
},
|
|
1371
|
+
"indexType": {
|
|
1372
|
+
"type": "jsLiteral",
|
|
1373
|
+
"value": "color"
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"name": "maskStyle",
|
|
1379
|
+
"annotation": {
|
|
1380
|
+
"type": "reference",
|
|
1381
|
+
"typeName": {
|
|
1382
|
+
"type": "qualifiedName",
|
|
1383
|
+
"left": {
|
|
1384
|
+
"type": "identifier",
|
|
1385
|
+
"name": "React"
|
|
1386
|
+
},
|
|
1387
|
+
"right": {
|
|
1388
|
+
"type": "identifier",
|
|
1389
|
+
"name": "CSSProperties"
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "particleColor",
|
|
1396
|
+
"annotation": {
|
|
1397
|
+
"type": "reference",
|
|
1398
|
+
"typeName": {
|
|
1399
|
+
"type": "identifier",
|
|
1400
|
+
"name": "ParticleColor"
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
],
|
|
1405
|
+
"events": [],
|
|
1406
|
+
"methods": [],
|
|
1407
|
+
"types": [
|
|
1408
|
+
{
|
|
1409
|
+
"type": "interface",
|
|
1410
|
+
"name": "ParticleColor",
|
|
1411
|
+
"body": [
|
|
1750
1412
|
{
|
|
1751
1413
|
"type": "propertySignature",
|
|
1752
1414
|
"key": {
|
|
1753
1415
|
"type": "identifier",
|
|
1754
|
-
"name": "
|
|
1416
|
+
"name": "startColor"
|
|
1755
1417
|
},
|
|
1756
1418
|
"annotation": {
|
|
1757
|
-
"type": "
|
|
1758
|
-
"
|
|
1419
|
+
"type": "indexedAccess",
|
|
1420
|
+
"objectType": {
|
|
1421
|
+
"type": "reference",
|
|
1422
|
+
"typeName": {
|
|
1423
|
+
"type": "qualifiedName",
|
|
1424
|
+
"left": {
|
|
1425
|
+
"type": "identifier",
|
|
1426
|
+
"name": "React"
|
|
1427
|
+
},
|
|
1428
|
+
"right": {
|
|
1429
|
+
"type": "identifier",
|
|
1430
|
+
"name": "CSSProperties"
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
"indexType": {
|
|
1435
|
+
"type": "jsLiteral",
|
|
1436
|
+
"value": "color"
|
|
1437
|
+
}
|
|
1759
1438
|
},
|
|
1760
|
-
"optional": true,
|
|
1761
1439
|
"computed": false
|
|
1762
1440
|
},
|
|
1763
1441
|
{
|
|
1764
1442
|
"type": "propertySignature",
|
|
1765
1443
|
"key": {
|
|
1766
1444
|
"type": "identifier",
|
|
1767
|
-
"name": "
|
|
1445
|
+
"name": "endColor"
|
|
1768
1446
|
},
|
|
1769
1447
|
"annotation": {
|
|
1770
|
-
"type": "
|
|
1771
|
-
"
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
"
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1448
|
+
"type": "indexedAccess",
|
|
1449
|
+
"objectType": {
|
|
1450
|
+
"type": "reference",
|
|
1451
|
+
"typeName": {
|
|
1452
|
+
"type": "qualifiedName",
|
|
1453
|
+
"left": {
|
|
1454
|
+
"type": "identifier",
|
|
1455
|
+
"name": "React"
|
|
1456
|
+
},
|
|
1457
|
+
"right": {
|
|
1458
|
+
"type": "identifier",
|
|
1459
|
+
"name": "CSSProperties"
|
|
1460
|
+
}
|
|
1779
1461
|
}
|
|
1780
|
-
|
|
1462
|
+
},
|
|
1463
|
+
"indexType": {
|
|
1464
|
+
"type": "jsLiteral",
|
|
1465
|
+
"value": "color"
|
|
1466
|
+
}
|
|
1781
1467
|
},
|
|
1782
|
-
"optional": true,
|
|
1783
1468
|
"computed": false
|
|
1784
1469
|
}
|
|
1785
1470
|
]
|
|
1786
1471
|
}
|
|
1787
1472
|
]
|
|
1788
1473
|
},
|
|
1789
|
-
"data-view.
|
|
1474
|
+
"data-view.gear-background": {
|
|
1790
1475
|
"properties": [
|
|
1791
1476
|
{
|
|
1792
|
-
"name": "
|
|
1477
|
+
"name": "color",
|
|
1478
|
+
"annotation": {
|
|
1479
|
+
"type": "indexedAccess",
|
|
1480
|
+
"objectType": {
|
|
1481
|
+
"type": "reference",
|
|
1482
|
+
"typeName": {
|
|
1483
|
+
"type": "qualifiedName",
|
|
1484
|
+
"left": {
|
|
1485
|
+
"type": "identifier",
|
|
1486
|
+
"name": "React"
|
|
1487
|
+
},
|
|
1488
|
+
"right": {
|
|
1489
|
+
"type": "identifier",
|
|
1490
|
+
"name": "CSSProperties"
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
"indexType": {
|
|
1495
|
+
"type": "jsLiteral",
|
|
1496
|
+
"value": "color"
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
],
|
|
1501
|
+
"events": [],
|
|
1502
|
+
"methods": []
|
|
1503
|
+
},
|
|
1504
|
+
"data-view.title-text": {
|
|
1505
|
+
"properties": [
|
|
1506
|
+
{
|
|
1507
|
+
"name": "type",
|
|
1508
|
+
"annotation": {
|
|
1509
|
+
"type": "reference",
|
|
1510
|
+
"typeName": {
|
|
1511
|
+
"type": "identifier",
|
|
1512
|
+
"name": "TitleType"
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"name": "text",
|
|
1793
1518
|
"annotation": {
|
|
1794
1519
|
"type": "keyword",
|
|
1795
1520
|
"value": "string"
|
|
1796
1521
|
}
|
|
1797
1522
|
},
|
|
1798
1523
|
{
|
|
1799
|
-
"name": "
|
|
1524
|
+
"name": "fontSize",
|
|
1525
|
+
"annotation": {
|
|
1526
|
+
"type": "indexedAccess",
|
|
1527
|
+
"objectType": {
|
|
1528
|
+
"type": "reference",
|
|
1529
|
+
"typeName": {
|
|
1530
|
+
"type": "identifier",
|
|
1531
|
+
"name": "CSSProperties"
|
|
1532
|
+
}
|
|
1533
|
+
},
|
|
1534
|
+
"indexType": {
|
|
1535
|
+
"type": "jsLiteral",
|
|
1536
|
+
"value": "fontSize"
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"name": "fontWeight",
|
|
1542
|
+
"annotation": {
|
|
1543
|
+
"type": "indexedAccess",
|
|
1544
|
+
"objectType": {
|
|
1545
|
+
"type": "reference",
|
|
1546
|
+
"typeName": {
|
|
1547
|
+
"type": "identifier",
|
|
1548
|
+
"name": "CSSProperties"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"indexType": {
|
|
1552
|
+
"type": "jsLiteral",
|
|
1553
|
+
"value": "fontWeight"
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"name": "letterSpacing",
|
|
1800
1559
|
"annotation": {
|
|
1801
|
-
"type": "
|
|
1802
|
-
"
|
|
1803
|
-
"type": "
|
|
1804
|
-
"
|
|
1805
|
-
"type": "identifier",
|
|
1806
|
-
"name": "React"
|
|
1807
|
-
},
|
|
1808
|
-
"right": {
|
|
1560
|
+
"type": "indexedAccess",
|
|
1561
|
+
"objectType": {
|
|
1562
|
+
"type": "reference",
|
|
1563
|
+
"typeName": {
|
|
1809
1564
|
"type": "identifier",
|
|
1810
1565
|
"name": "CSSProperties"
|
|
1811
1566
|
}
|
|
1567
|
+
},
|
|
1568
|
+
"indexType": {
|
|
1569
|
+
"type": "jsLiteral",
|
|
1570
|
+
"value": "letterSpacing"
|
|
1812
1571
|
}
|
|
1813
1572
|
}
|
|
1814
|
-
}
|
|
1573
|
+
}
|
|
1574
|
+
],
|
|
1575
|
+
"events": [],
|
|
1576
|
+
"methods": [],
|
|
1577
|
+
"types": [
|
|
1815
1578
|
{
|
|
1816
|
-
"
|
|
1579
|
+
"type": "typeAlias",
|
|
1580
|
+
"name": "TitleType",
|
|
1817
1581
|
"annotation": {
|
|
1818
1582
|
"type": "union",
|
|
1819
1583
|
"types": [
|
|
1820
1584
|
{
|
|
1821
|
-
"type": "
|
|
1822
|
-
"value": "
|
|
1585
|
+
"type": "jsLiteral",
|
|
1586
|
+
"value": "normal"
|
|
1823
1587
|
},
|
|
1824
1588
|
{
|
|
1825
|
-
"type": "
|
|
1826
|
-
"value": "
|
|
1589
|
+
"type": "jsLiteral",
|
|
1590
|
+
"value": "stroke"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"type": "jsLiteral",
|
|
1594
|
+
"value": "gradient"
|
|
1827
1595
|
}
|
|
1828
1596
|
]
|
|
1829
1597
|
}
|
|
1830
|
-
}
|
|
1598
|
+
}
|
|
1599
|
+
]
|
|
1600
|
+
},
|
|
1601
|
+
"data-view.brick-notification": {
|
|
1602
|
+
"properties": [
|
|
1831
1603
|
{
|
|
1832
|
-
"name": "
|
|
1604
|
+
"name": "message",
|
|
1833
1605
|
"annotation": {
|
|
1834
1606
|
"type": "keyword",
|
|
1835
1607
|
"value": "string"
|
|
1836
1608
|
}
|
|
1837
1609
|
},
|
|
1838
1610
|
{
|
|
1839
|
-
"name": "
|
|
1611
|
+
"name": "icon",
|
|
1840
1612
|
"annotation": {
|
|
1841
|
-
"type": "
|
|
1842
|
-
"
|
|
1613
|
+
"type": "reference",
|
|
1614
|
+
"typeName": {
|
|
1615
|
+
"type": "identifier",
|
|
1616
|
+
"name": "GeneralIconProps"
|
|
1617
|
+
}
|
|
1618
|
+
}
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"events": [],
|
|
1622
|
+
"methods": []
|
|
1623
|
+
},
|
|
1624
|
+
"data-view.tabs-page-title": {
|
|
1625
|
+
"properties": [
|
|
1626
|
+
{
|
|
1627
|
+
"name": "tabList",
|
|
1628
|
+
"annotation": {
|
|
1629
|
+
"type": "array",
|
|
1630
|
+
"elementType": {
|
|
1631
|
+
"type": "reference",
|
|
1632
|
+
"typeName": {
|
|
1633
|
+
"type": "identifier",
|
|
1634
|
+
"name": "TabsItem"
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1843
1637
|
}
|
|
1844
1638
|
},
|
|
1845
1639
|
{
|
|
1846
|
-
"name": "
|
|
1640
|
+
"name": "activeKey",
|
|
1847
1641
|
"annotation": {
|
|
1848
1642
|
"type": "keyword",
|
|
1849
|
-
"value": "
|
|
1643
|
+
"value": "string"
|
|
1850
1644
|
}
|
|
1851
1645
|
},
|
|
1852
1646
|
{
|
|
1853
|
-
"name": "
|
|
1647
|
+
"name": "textContent",
|
|
1854
1648
|
"annotation": {
|
|
1855
1649
|
"type": "keyword",
|
|
1856
1650
|
"value": "string"
|
|
1857
1651
|
}
|
|
1858
1652
|
}
|
|
1859
1653
|
],
|
|
1860
|
-
"events": [
|
|
1861
|
-
|
|
1654
|
+
"events": [
|
|
1655
|
+
{
|
|
1656
|
+
"name": "tab.change",
|
|
1657
|
+
"detail": {
|
|
1658
|
+
"annotation": {
|
|
1659
|
+
"type": "keyword",
|
|
1660
|
+
"value": "string"
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
],
|
|
1665
|
+
"methods": [],
|
|
1666
|
+
"types": [
|
|
1667
|
+
{
|
|
1668
|
+
"type": "interface",
|
|
1669
|
+
"name": "TabsItem",
|
|
1670
|
+
"body": [
|
|
1671
|
+
{
|
|
1672
|
+
"type": "propertySignature",
|
|
1673
|
+
"key": {
|
|
1674
|
+
"type": "identifier",
|
|
1675
|
+
"name": "key"
|
|
1676
|
+
},
|
|
1677
|
+
"annotation": {
|
|
1678
|
+
"type": "keyword",
|
|
1679
|
+
"value": "string"
|
|
1680
|
+
},
|
|
1681
|
+
"computed": false,
|
|
1682
|
+
"description": "唯一标识,对应 slot 名称"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"type": "propertySignature",
|
|
1686
|
+
"key": {
|
|
1687
|
+
"type": "identifier",
|
|
1688
|
+
"name": "text"
|
|
1689
|
+
},
|
|
1690
|
+
"annotation": {
|
|
1691
|
+
"type": "keyword",
|
|
1692
|
+
"value": "string"
|
|
1693
|
+
},
|
|
1694
|
+
"computed": false,
|
|
1695
|
+
"description": "标签名称"
|
|
1696
|
+
}
|
|
1697
|
+
]
|
|
1698
|
+
}
|
|
1699
|
+
]
|
|
1862
1700
|
},
|
|
1863
|
-
"data-view.
|
|
1701
|
+
"data-view.top-title-bar": {
|
|
1864
1702
|
"properties": [
|
|
1865
1703
|
{
|
|
1866
|
-
"name": "
|
|
1704
|
+
"name": "text",
|
|
1867
1705
|
"annotation": {
|
|
1868
1706
|
"type": "keyword",
|
|
1869
1707
|
"value": "string"
|
|
1870
1708
|
}
|
|
1871
1709
|
},
|
|
1872
1710
|
{
|
|
1873
|
-
"name": "
|
|
1711
|
+
"name": "type",
|
|
1874
1712
|
"annotation": {
|
|
1875
1713
|
"type": "reference",
|
|
1876
1714
|
"typeName": {
|
|
1877
|
-
"type": "
|
|
1878
|
-
"
|
|
1879
|
-
"type": "identifier",
|
|
1880
|
-
"name": "React"
|
|
1881
|
-
},
|
|
1882
|
-
"right": {
|
|
1883
|
-
"type": "identifier",
|
|
1884
|
-
"name": "CSSProperties"
|
|
1885
|
-
}
|
|
1715
|
+
"type": "identifier",
|
|
1716
|
+
"name": "TitleBarType"
|
|
1886
1717
|
}
|
|
1887
1718
|
}
|
|
1888
|
-
}
|
|
1719
|
+
}
|
|
1720
|
+
],
|
|
1721
|
+
"events": [],
|
|
1722
|
+
"methods": [],
|
|
1723
|
+
"types": [
|
|
1889
1724
|
{
|
|
1890
|
-
"
|
|
1725
|
+
"type": "typeAlias",
|
|
1726
|
+
"name": "TitleBarType",
|
|
1891
1727
|
"annotation": {
|
|
1892
1728
|
"type": "union",
|
|
1893
1729
|
"types": [
|
|
1894
1730
|
{
|
|
1895
|
-
"type": "
|
|
1896
|
-
"value": "
|
|
1731
|
+
"type": "jsLiteral",
|
|
1732
|
+
"value": "normal"
|
|
1897
1733
|
},
|
|
1898
1734
|
{
|
|
1899
|
-
"type": "
|
|
1900
|
-
"value": "
|
|
1735
|
+
"type": "jsLiteral",
|
|
1736
|
+
"value": "sample"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"type": "jsLiteral",
|
|
1740
|
+
"value": "square"
|
|
1901
1741
|
}
|
|
1902
1742
|
]
|
|
1903
1743
|
}
|
|
1904
|
-
}
|
|
1744
|
+
}
|
|
1745
|
+
]
|
|
1746
|
+
},
|
|
1747
|
+
"data-view.lights-component-title": {
|
|
1748
|
+
"properties": [
|
|
1905
1749
|
{
|
|
1906
|
-
"name": "
|
|
1750
|
+
"name": "componentTitle",
|
|
1907
1751
|
"annotation": {
|
|
1908
1752
|
"type": "keyword",
|
|
1909
1753
|
"value": "string"
|
|
1910
1754
|
}
|
|
1911
1755
|
},
|
|
1912
1756
|
{
|
|
1913
|
-
"name": "
|
|
1914
|
-
"annotation": {
|
|
1915
|
-
"type": "keyword",
|
|
1916
|
-
"value": "boolean"
|
|
1917
|
-
}
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"name": "showDefaultPrefix",
|
|
1757
|
+
"name": "theme",
|
|
1921
1758
|
"annotation": {
|
|
1922
|
-
"type": "
|
|
1923
|
-
"
|
|
1759
|
+
"type": "union",
|
|
1760
|
+
"types": [
|
|
1761
|
+
{
|
|
1762
|
+
"type": "jsLiteral",
|
|
1763
|
+
"value": "light"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"type": "jsLiteral",
|
|
1767
|
+
"value": "dark"
|
|
1768
|
+
}
|
|
1769
|
+
]
|
|
1924
1770
|
}
|
|
1925
1771
|
}
|
|
1926
1772
|
],
|
|
1927
1773
|
"events": [],
|
|
1928
1774
|
"methods": []
|
|
1929
1775
|
},
|
|
1930
|
-
"data-view.
|
|
1776
|
+
"data-view.hi-tech-button": {
|
|
1931
1777
|
"properties": [
|
|
1932
1778
|
{
|
|
1933
|
-
"name": "
|
|
1779
|
+
"name": "type",
|
|
1934
1780
|
"annotation": {
|
|
1935
|
-
"type": "
|
|
1936
|
-
"
|
|
1781
|
+
"type": "reference",
|
|
1782
|
+
"typeName": {
|
|
1783
|
+
"type": "identifier",
|
|
1784
|
+
"name": "buttonType"
|
|
1785
|
+
}
|
|
1937
1786
|
}
|
|
1938
1787
|
},
|
|
1939
1788
|
{
|
|
1940
|
-
"name": "
|
|
1789
|
+
"name": "buttonStyle",
|
|
1941
1790
|
"annotation": {
|
|
1942
1791
|
"type": "reference",
|
|
1943
1792
|
"typeName": {
|
|
@@ -1954,48 +1803,17 @@
|
|
|
1954
1803
|
}
|
|
1955
1804
|
},
|
|
1956
1805
|
{
|
|
1957
|
-
"name": "
|
|
1958
|
-
"annotation": {
|
|
1959
|
-
"type": "union",
|
|
1960
|
-
"types": [
|
|
1961
|
-
{
|
|
1962
|
-
"type": "keyword",
|
|
1963
|
-
"value": "number"
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"type": "keyword",
|
|
1967
|
-
"value": "string"
|
|
1968
|
-
}
|
|
1969
|
-
]
|
|
1970
|
-
}
|
|
1971
|
-
}
|
|
1972
|
-
],
|
|
1973
|
-
"events": [],
|
|
1974
|
-
"methods": []
|
|
1975
|
-
},
|
|
1976
|
-
"data-view.indicator-card": {
|
|
1977
|
-
"properties": [
|
|
1978
|
-
{
|
|
1979
|
-
"name": "layout",
|
|
1806
|
+
"name": "disabled",
|
|
1980
1807
|
"annotation": {
|
|
1981
|
-
"type": "
|
|
1982
|
-
"
|
|
1983
|
-
"type": "identifier",
|
|
1984
|
-
"name": "Layout"
|
|
1985
|
-
}
|
|
1808
|
+
"type": "keyword",
|
|
1809
|
+
"value": "boolean"
|
|
1986
1810
|
}
|
|
1987
1811
|
},
|
|
1988
1812
|
{
|
|
1989
|
-
"name": "
|
|
1990
|
-
"annotation": {
|
|
1991
|
-
"type": "
|
|
1992
|
-
"
|
|
1993
|
-
"type": "reference",
|
|
1994
|
-
"typeName": {
|
|
1995
|
-
"type": "identifier",
|
|
1996
|
-
"name": "Datasource"
|
|
1997
|
-
}
|
|
1998
|
-
}
|
|
1813
|
+
"name": "textContent",
|
|
1814
|
+
"annotation": {
|
|
1815
|
+
"type": "keyword",
|
|
1816
|
+
"value": "string"
|
|
1999
1817
|
}
|
|
2000
1818
|
}
|
|
2001
1819
|
],
|
|
@@ -2004,241 +1822,167 @@
|
|
|
2004
1822
|
"types": [
|
|
2005
1823
|
{
|
|
2006
1824
|
"type": "typeAlias",
|
|
2007
|
-
"name": "
|
|
1825
|
+
"name": "buttonType",
|
|
2008
1826
|
"annotation": {
|
|
2009
1827
|
"type": "union",
|
|
2010
1828
|
"types": [
|
|
2011
1829
|
{
|
|
2012
1830
|
"type": "jsLiteral",
|
|
2013
|
-
"value": "
|
|
1831
|
+
"value": "default"
|
|
2014
1832
|
},
|
|
2015
1833
|
{
|
|
2016
1834
|
"type": "jsLiteral",
|
|
2017
|
-
"value": "
|
|
1835
|
+
"value": "parallelogram"
|
|
2018
1836
|
},
|
|
2019
1837
|
{
|
|
2020
1838
|
"type": "jsLiteral",
|
|
2021
|
-
"value": "
|
|
1839
|
+
"value": "stereoscopic"
|
|
2022
1840
|
},
|
|
2023
1841
|
{
|
|
2024
1842
|
"type": "jsLiteral",
|
|
2025
|
-
"value": "
|
|
1843
|
+
"value": "shading"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"type": "jsLiteral",
|
|
1847
|
+
"value": "round"
|
|
2026
1848
|
}
|
|
2027
1849
|
]
|
|
2028
1850
|
}
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"type": "interface",
|
|
2032
|
-
"name": "Datasource",
|
|
2033
|
-
"body": [
|
|
2034
|
-
{
|
|
2035
|
-
"type": "propertySignature",
|
|
2036
|
-
"key": {
|
|
2037
|
-
"type": "identifier",
|
|
2038
|
-
"name": "value"
|
|
2039
|
-
},
|
|
2040
|
-
"annotation": {
|
|
2041
|
-
"type": "keyword",
|
|
2042
|
-
"value": "any"
|
|
2043
|
-
},
|
|
2044
|
-
"computed": false
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"type": "propertySignature",
|
|
2048
|
-
"key": {
|
|
2049
|
-
"type": "identifier",
|
|
2050
|
-
"name": "desc"
|
|
2051
|
-
},
|
|
2052
|
-
"annotation": {
|
|
2053
|
-
"type": "keyword",
|
|
2054
|
-
"value": "string"
|
|
2055
|
-
},
|
|
2056
|
-
"computed": false
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"type": "propertySignature",
|
|
2060
|
-
"key": {
|
|
2061
|
-
"type": "identifier",
|
|
2062
|
-
"name": "unit"
|
|
2063
|
-
},
|
|
2064
|
-
"annotation": {
|
|
2065
|
-
"type": "keyword",
|
|
2066
|
-
"value": "string"
|
|
2067
|
-
},
|
|
2068
|
-
"optional": true,
|
|
2069
|
-
"computed": false
|
|
2070
|
-
}
|
|
2071
|
-
]
|
|
2072
1851
|
}
|
|
2073
1852
|
]
|
|
2074
1853
|
},
|
|
2075
|
-
"data-view.
|
|
1854
|
+
"data-view.tech-mesh-base-view": {
|
|
2076
1855
|
"properties": [
|
|
2077
1856
|
{
|
|
2078
|
-
"name": "
|
|
1857
|
+
"name": "textContent",
|
|
2079
1858
|
"annotation": {
|
|
2080
|
-
"type": "
|
|
2081
|
-
"
|
|
2082
|
-
"type": "identifier",
|
|
2083
|
-
"name": "AppData"
|
|
2084
|
-
}
|
|
1859
|
+
"type": "keyword",
|
|
1860
|
+
"value": "string"
|
|
2085
1861
|
}
|
|
2086
|
-
}
|
|
1862
|
+
}
|
|
1863
|
+
],
|
|
1864
|
+
"events": [],
|
|
1865
|
+
"methods": []
|
|
1866
|
+
},
|
|
1867
|
+
"data-view.simple-card-item": {
|
|
1868
|
+
"properties": [
|
|
2087
1869
|
{
|
|
2088
|
-
"name": "
|
|
1870
|
+
"name": "status",
|
|
2089
1871
|
"annotation": {
|
|
2090
1872
|
"type": "union",
|
|
2091
1873
|
"types": [
|
|
2092
1874
|
{
|
|
2093
|
-
"type": "
|
|
2094
|
-
"value": "
|
|
1875
|
+
"type": "jsLiteral",
|
|
1876
|
+
"value": "normal"
|
|
2095
1877
|
},
|
|
2096
1878
|
{
|
|
2097
|
-
"type": "
|
|
2098
|
-
"
|
|
2099
|
-
"type": "keyword",
|
|
2100
|
-
"value": "string"
|
|
2101
|
-
}
|
|
1879
|
+
"type": "jsLiteral",
|
|
1880
|
+
"value": "warning"
|
|
2102
1881
|
}
|
|
2103
1882
|
]
|
|
2104
1883
|
}
|
|
2105
1884
|
},
|
|
2106
1885
|
{
|
|
2107
|
-
"name": "
|
|
1886
|
+
"name": "cardTitle",
|
|
2108
1887
|
"annotation": {
|
|
2109
1888
|
"type": "keyword",
|
|
2110
|
-
"value": "
|
|
1889
|
+
"value": "string"
|
|
2111
1890
|
}
|
|
2112
|
-
}
|
|
2113
|
-
],
|
|
2114
|
-
"events": [
|
|
1891
|
+
},
|
|
2115
1892
|
{
|
|
2116
|
-
"name": "
|
|
2117
|
-
"
|
|
2118
|
-
"
|
|
2119
|
-
|
|
2120
|
-
"
|
|
1893
|
+
"name": "titleStyle",
|
|
1894
|
+
"annotation": {
|
|
1895
|
+
"type": "reference",
|
|
1896
|
+
"typeName": {
|
|
1897
|
+
"type": "identifier",
|
|
1898
|
+
"name": "CSSProperties"
|
|
2121
1899
|
}
|
|
2122
1900
|
}
|
|
2123
1901
|
},
|
|
2124
1902
|
{
|
|
2125
|
-
"name": "
|
|
2126
|
-
"
|
|
2127
|
-
"
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
{
|
|
2146
|
-
"type": "propertySignature",
|
|
2147
|
-
"key": {
|
|
2148
|
-
"type": "identifier",
|
|
2149
|
-
"name": "data"
|
|
2150
|
-
},
|
|
2151
|
-
"annotation": {
|
|
2152
|
-
"type": "reference",
|
|
2153
|
-
"typeName": {
|
|
2154
|
-
"type": "identifier",
|
|
2155
|
-
"name": "Record"
|
|
2156
|
-
},
|
|
2157
|
-
"typeParameters": {
|
|
2158
|
-
"type": "typeParameterInstantiation",
|
|
2159
|
-
"params": [
|
|
2160
|
-
{
|
|
2161
|
-
"type": "keyword",
|
|
2162
|
-
"value": "string"
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
"type": "keyword",
|
|
2166
|
-
"value": "any"
|
|
2167
|
-
}
|
|
2168
|
-
]
|
|
2169
|
-
}
|
|
2170
|
-
},
|
|
2171
|
-
"computed": false
|
|
2172
|
-
}
|
|
2173
|
-
]
|
|
1903
|
+
"name": "description",
|
|
1904
|
+
"annotation": {
|
|
1905
|
+
"type": "keyword",
|
|
1906
|
+
"value": "string"
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"name": "color",
|
|
1911
|
+
"annotation": {
|
|
1912
|
+
"type": "indexedAccess",
|
|
1913
|
+
"objectType": {
|
|
1914
|
+
"type": "reference",
|
|
1915
|
+
"typeName": {
|
|
1916
|
+
"type": "identifier",
|
|
1917
|
+
"name": "CSSProperties"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
"indexType": {
|
|
1921
|
+
"type": "jsLiteral",
|
|
1922
|
+
"value": "color"
|
|
2174
1923
|
}
|
|
2175
1924
|
}
|
|
2176
1925
|
},
|
|
2177
1926
|
{
|
|
2178
|
-
"name": "
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
2181
|
-
|
|
2182
|
-
"
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
"value": "string"
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"type": "keyword",
|
|
2219
|
-
"value": "any"
|
|
2220
|
-
}
|
|
2221
|
-
]
|
|
2222
|
-
}
|
|
2223
|
-
},
|
|
2224
|
-
"computed": false
|
|
1927
|
+
"name": "desStyle",
|
|
1928
|
+
"annotation": {
|
|
1929
|
+
"type": "reference",
|
|
1930
|
+
"typeName": {
|
|
1931
|
+
"type": "identifier",
|
|
1932
|
+
"name": "CSSProperties"
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"name": "descriptionList",
|
|
1938
|
+
"annotation": {
|
|
1939
|
+
"type": "array",
|
|
1940
|
+
"elementType": {
|
|
1941
|
+
"type": "reference",
|
|
1942
|
+
"typeName": {
|
|
1943
|
+
"type": "identifier",
|
|
1944
|
+
"name": "descriptionListItem"
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"name": "background",
|
|
1951
|
+
"annotation": {
|
|
1952
|
+
"type": "indexedAccess",
|
|
1953
|
+
"objectType": {
|
|
1954
|
+
"type": "reference",
|
|
1955
|
+
"typeName": {
|
|
1956
|
+
"type": "qualifiedName",
|
|
1957
|
+
"left": {
|
|
1958
|
+
"type": "identifier",
|
|
1959
|
+
"name": "React"
|
|
1960
|
+
},
|
|
1961
|
+
"right": {
|
|
1962
|
+
"type": "identifier",
|
|
1963
|
+
"name": "CSSProperties"
|
|
2225
1964
|
}
|
|
2226
|
-
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
"indexType": {
|
|
1968
|
+
"type": "jsLiteral",
|
|
1969
|
+
"value": "background"
|
|
2227
1970
|
}
|
|
2228
1971
|
}
|
|
2229
1972
|
}
|
|
2230
1973
|
],
|
|
1974
|
+
"events": [],
|
|
2231
1975
|
"methods": [],
|
|
2232
1976
|
"types": [
|
|
2233
1977
|
{
|
|
2234
1978
|
"type": "interface",
|
|
2235
|
-
"name": "
|
|
1979
|
+
"name": "descriptionListItem",
|
|
2236
1980
|
"body": [
|
|
2237
1981
|
{
|
|
2238
1982
|
"type": "propertySignature",
|
|
2239
1983
|
"key": {
|
|
2240
1984
|
"type": "identifier",
|
|
2241
|
-
"name": "
|
|
1985
|
+
"name": "key"
|
|
2242
1986
|
},
|
|
2243
1987
|
"annotation": {
|
|
2244
1988
|
"type": "keyword",
|
|
@@ -2250,43 +1994,67 @@
|
|
|
2250
1994
|
"type": "propertySignature",
|
|
2251
1995
|
"key": {
|
|
2252
1996
|
"type": "identifier",
|
|
2253
|
-
"name": "
|
|
1997
|
+
"name": "value"
|
|
2254
1998
|
},
|
|
2255
1999
|
"annotation": {
|
|
2256
2000
|
"type": "keyword",
|
|
2257
2001
|
"value": "string"
|
|
2258
2002
|
},
|
|
2259
2003
|
"computed": false
|
|
2260
|
-
},
|
|
2261
|
-
{
|
|
2262
|
-
"type": "propertySignature",
|
|
2263
|
-
"key": {
|
|
2264
|
-
"type": "identifier",
|
|
2265
|
-
"name": "clusters"
|
|
2266
|
-
},
|
|
2267
|
-
"annotation": {
|
|
2268
|
-
"type": "array",
|
|
2269
|
-
"elementType": {
|
|
2270
|
-
"type": "reference",
|
|
2271
|
-
"typeName": {
|
|
2272
|
-
"type": "identifier",
|
|
2273
|
-
"name": "Clusters"
|
|
2274
|
-
}
|
|
2275
|
-
}
|
|
2276
|
-
},
|
|
2277
|
-
"computed": false
|
|
2278
2004
|
}
|
|
2279
2005
|
]
|
|
2006
|
+
}
|
|
2007
|
+
]
|
|
2008
|
+
},
|
|
2009
|
+
"data-view.basic-index-group": {
|
|
2010
|
+
"properties": [
|
|
2011
|
+
{
|
|
2012
|
+
"name": "itemList",
|
|
2013
|
+
"annotation": {
|
|
2014
|
+
"type": "array",
|
|
2015
|
+
"elementType": {
|
|
2016
|
+
"type": "reference",
|
|
2017
|
+
"typeName": {
|
|
2018
|
+
"type": "identifier",
|
|
2019
|
+
"name": "ItemProps"
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"name": "width",
|
|
2026
|
+
"annotation": {
|
|
2027
|
+
"type": "keyword",
|
|
2028
|
+
"value": "number"
|
|
2029
|
+
}
|
|
2280
2030
|
},
|
|
2031
|
+
{
|
|
2032
|
+
"name": "gap",
|
|
2033
|
+
"annotation": {
|
|
2034
|
+
"type": "keyword",
|
|
2035
|
+
"value": "number"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"name": "layout",
|
|
2040
|
+
"annotation": {
|
|
2041
|
+
"type": "keyword",
|
|
2042
|
+
"value": "string"
|
|
2043
|
+
}
|
|
2044
|
+
}
|
|
2045
|
+
],
|
|
2046
|
+
"events": [],
|
|
2047
|
+
"methods": [],
|
|
2048
|
+
"types": [
|
|
2281
2049
|
{
|
|
2282
2050
|
"type": "interface",
|
|
2283
|
-
"name": "
|
|
2051
|
+
"name": "ItemProps",
|
|
2284
2052
|
"body": [
|
|
2285
2053
|
{
|
|
2286
2054
|
"type": "propertySignature",
|
|
2287
2055
|
"key": {
|
|
2288
2056
|
"type": "identifier",
|
|
2289
|
-
"name": "
|
|
2057
|
+
"name": "title"
|
|
2290
2058
|
},
|
|
2291
2059
|
"annotation": {
|
|
2292
2060
|
"type": "keyword",
|
|
@@ -2298,11 +2066,11 @@
|
|
|
2298
2066
|
"type": "propertySignature",
|
|
2299
2067
|
"key": {
|
|
2300
2068
|
"type": "identifier",
|
|
2301
|
-
"name": "
|
|
2069
|
+
"name": "number"
|
|
2302
2070
|
},
|
|
2303
2071
|
"annotation": {
|
|
2304
2072
|
"type": "keyword",
|
|
2305
|
-
"value": "
|
|
2073
|
+
"value": "number"
|
|
2306
2074
|
},
|
|
2307
2075
|
"computed": false
|
|
2308
2076
|
},
|
|
@@ -2321,306 +2089,327 @@
|
|
|
2321
2089
|
},
|
|
2322
2090
|
{
|
|
2323
2091
|
"type": "jsLiteral",
|
|
2324
|
-
"value": "
|
|
2092
|
+
"value": "cloud"
|
|
2325
2093
|
},
|
|
2326
2094
|
{
|
|
2327
2095
|
"type": "jsLiteral",
|
|
2328
|
-
"value": "
|
|
2096
|
+
"value": "network"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"type": "jsLiteral",
|
|
2100
|
+
"value": "database"
|
|
2329
2101
|
}
|
|
2330
2102
|
]
|
|
2331
2103
|
},
|
|
2104
|
+
"optional": true,
|
|
2332
2105
|
"computed": false
|
|
2333
2106
|
},
|
|
2334
2107
|
{
|
|
2335
2108
|
"type": "propertySignature",
|
|
2336
2109
|
"key": {
|
|
2337
2110
|
"type": "identifier",
|
|
2338
|
-
"name": "
|
|
2339
|
-
},
|
|
2340
|
-
"annotation": {
|
|
2341
|
-
"type": "array",
|
|
2342
|
-
"elementType": {
|
|
2343
|
-
"type": "reference",
|
|
2344
|
-
"typeName": {
|
|
2345
|
-
"type": "identifier",
|
|
2346
|
-
"name": "Node"
|
|
2347
|
-
}
|
|
2348
|
-
}
|
|
2349
|
-
},
|
|
2350
|
-
"computed": false
|
|
2351
|
-
}
|
|
2352
|
-
]
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"type": "interface",
|
|
2356
|
-
"name": "Node",
|
|
2357
|
-
"body": [
|
|
2358
|
-
{
|
|
2359
|
-
"type": "propertySignature",
|
|
2360
|
-
"key": {
|
|
2361
|
-
"type": "identifier",
|
|
2362
|
-
"name": "nodeTitle"
|
|
2111
|
+
"name": "imgSrc"
|
|
2363
2112
|
},
|
|
2364
2113
|
"annotation": {
|
|
2365
2114
|
"type": "keyword",
|
|
2366
2115
|
"value": "string"
|
|
2367
2116
|
},
|
|
2117
|
+
"optional": true,
|
|
2368
2118
|
"computed": false
|
|
2369
2119
|
},
|
|
2370
2120
|
{
|
|
2371
2121
|
"type": "propertySignature",
|
|
2372
2122
|
"key": {
|
|
2373
2123
|
"type": "identifier",
|
|
2374
|
-
"name": "
|
|
2124
|
+
"name": "description"
|
|
2375
2125
|
},
|
|
2376
2126
|
"annotation": {
|
|
2377
2127
|
"type": "keyword",
|
|
2378
2128
|
"value": "string"
|
|
2379
2129
|
},
|
|
2130
|
+
"optional": true,
|
|
2380
2131
|
"computed": false
|
|
2381
2132
|
},
|
|
2382
2133
|
{
|
|
2383
2134
|
"type": "propertySignature",
|
|
2384
2135
|
"key": {
|
|
2385
2136
|
"type": "identifier",
|
|
2386
|
-
"name": "
|
|
2137
|
+
"name": "trendIcon"
|
|
2387
2138
|
},
|
|
2388
2139
|
"annotation": {
|
|
2389
2140
|
"type": "union",
|
|
2390
2141
|
"types": [
|
|
2391
2142
|
{
|
|
2392
2143
|
"type": "jsLiteral",
|
|
2393
|
-
"value": "
|
|
2394
|
-
},
|
|
2395
|
-
{
|
|
2396
|
-
"type": "jsLiteral",
|
|
2397
|
-
"value": "physical-machine"
|
|
2144
|
+
"value": "up"
|
|
2398
2145
|
},
|
|
2399
2146
|
{
|
|
2400
2147
|
"type": "jsLiteral",
|
|
2401
|
-
"value": "
|
|
2148
|
+
"value": "down"
|
|
2402
2149
|
}
|
|
2403
2150
|
]
|
|
2404
2151
|
},
|
|
2405
|
-
"computed": false
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"type": "propertySignature",
|
|
2409
|
-
"key": {
|
|
2410
|
-
"type": "identifier",
|
|
2411
|
-
"name": "isAlert"
|
|
2412
|
-
},
|
|
2413
|
-
"annotation": {
|
|
2414
|
-
"type": "keyword",
|
|
2415
|
-
"value": "boolean"
|
|
2416
|
-
},
|
|
2417
2152
|
"optional": true,
|
|
2418
2153
|
"computed": false
|
|
2419
2154
|
}
|
|
2420
2155
|
]
|
|
2156
|
+
}
|
|
2157
|
+
]
|
|
2158
|
+
},
|
|
2159
|
+
"data-view.data-display-flipper": {
|
|
2160
|
+
"properties": [
|
|
2161
|
+
{
|
|
2162
|
+
"name": "flipperTitle",
|
|
2163
|
+
"annotation": {
|
|
2164
|
+
"type": "keyword",
|
|
2165
|
+
"value": "string"
|
|
2166
|
+
}
|
|
2421
2167
|
},
|
|
2422
2168
|
{
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2169
|
+
"name": "flipperStyle",
|
|
2170
|
+
"annotation": {
|
|
2171
|
+
"type": "reference",
|
|
2172
|
+
"typeName": {
|
|
2173
|
+
"type": "qualifiedName",
|
|
2174
|
+
"left": {
|
|
2175
|
+
"type": "identifier",
|
|
2176
|
+
"name": "React"
|
|
2177
|
+
},
|
|
2178
|
+
"right": {
|
|
2179
|
+
"type": "identifier",
|
|
2180
|
+
"name": "CSSProperties"
|
|
2181
|
+
}
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"name": "data",
|
|
2425
2187
|
"annotation": {
|
|
2426
2188
|
"type": "union",
|
|
2427
2189
|
"types": [
|
|
2428
2190
|
{
|
|
2429
|
-
"type": "
|
|
2430
|
-
"value": "
|
|
2431
|
-
},
|
|
2432
|
-
{
|
|
2433
|
-
"type": "jsLiteral",
|
|
2434
|
-
"value": "cluster"
|
|
2191
|
+
"type": "keyword",
|
|
2192
|
+
"value": "number"
|
|
2435
2193
|
},
|
|
2436
2194
|
{
|
|
2437
|
-
"type": "
|
|
2438
|
-
"value": "
|
|
2195
|
+
"type": "keyword",
|
|
2196
|
+
"value": "string"
|
|
2439
2197
|
}
|
|
2440
2198
|
]
|
|
2441
2199
|
}
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"name": "unit",
|
|
2203
|
+
"annotation": {
|
|
2204
|
+
"type": "keyword",
|
|
2205
|
+
"value": "string"
|
|
2206
|
+
}
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"name": "enableTitlePrefix",
|
|
2210
|
+
"annotation": {
|
|
2211
|
+
"type": "keyword",
|
|
2212
|
+
"value": "boolean"
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"name": "showDefaultPrefix",
|
|
2217
|
+
"annotation": {
|
|
2218
|
+
"type": "keyword",
|
|
2219
|
+
"value": "boolean"
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"name": "separator",
|
|
2224
|
+
"annotation": {
|
|
2225
|
+
"type": "keyword",
|
|
2226
|
+
"value": "string"
|
|
2227
|
+
}
|
|
2442
2228
|
}
|
|
2443
|
-
]
|
|
2229
|
+
],
|
|
2230
|
+
"events": [],
|
|
2231
|
+
"methods": []
|
|
2444
2232
|
},
|
|
2445
|
-
"data-view.
|
|
2233
|
+
"data-view.data-display-flipper-fifth": {
|
|
2446
2234
|
"properties": [
|
|
2447
2235
|
{
|
|
2448
|
-
"name": "
|
|
2236
|
+
"name": "flipperTitle",
|
|
2449
2237
|
"annotation": {
|
|
2450
2238
|
"type": "keyword",
|
|
2451
2239
|
"value": "string"
|
|
2452
2240
|
}
|
|
2453
2241
|
},
|
|
2454
2242
|
{
|
|
2455
|
-
"name": "
|
|
2243
|
+
"name": "flipperStyle",
|
|
2244
|
+
"annotation": {
|
|
2245
|
+
"type": "reference",
|
|
2246
|
+
"typeName": {
|
|
2247
|
+
"type": "qualifiedName",
|
|
2248
|
+
"left": {
|
|
2249
|
+
"type": "identifier",
|
|
2250
|
+
"name": "React"
|
|
2251
|
+
},
|
|
2252
|
+
"right": {
|
|
2253
|
+
"type": "identifier",
|
|
2254
|
+
"name": "CSSProperties"
|
|
2255
|
+
}
|
|
2256
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "data",
|
|
2261
|
+
"annotation": {
|
|
2262
|
+
"type": "union",
|
|
2263
|
+
"types": [
|
|
2264
|
+
{
|
|
2265
|
+
"type": "keyword",
|
|
2266
|
+
"value": "number"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"type": "keyword",
|
|
2270
|
+
"value": "string"
|
|
2271
|
+
}
|
|
2272
|
+
]
|
|
2273
|
+
}
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"name": "unit",
|
|
2456
2277
|
"annotation": {
|
|
2457
2278
|
"type": "keyword",
|
|
2458
|
-
"value": "
|
|
2279
|
+
"value": "string"
|
|
2459
2280
|
}
|
|
2460
2281
|
},
|
|
2461
2282
|
{
|
|
2462
|
-
"name": "
|
|
2283
|
+
"name": "enableTitlePrefix",
|
|
2463
2284
|
"annotation": {
|
|
2464
2285
|
"type": "keyword",
|
|
2465
2286
|
"value": "boolean"
|
|
2466
2287
|
}
|
|
2467
2288
|
},
|
|
2468
2289
|
{
|
|
2469
|
-
"name": "
|
|
2470
|
-
"annotation": {
|
|
2471
|
-
"type": "keyword",
|
|
2472
|
-
"value": "number"
|
|
2473
|
-
}
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"name": "intervalTime",
|
|
2290
|
+
"name": "showDefaultPrefix",
|
|
2477
2291
|
"annotation": {
|
|
2478
2292
|
"type": "keyword",
|
|
2479
|
-
"value": "
|
|
2480
|
-
}
|
|
2481
|
-
}
|
|
2482
|
-
],
|
|
2483
|
-
"events": [
|
|
2484
|
-
{
|
|
2485
|
-
"name": "end",
|
|
2486
|
-
"detail": {
|
|
2487
|
-
"annotation": {
|
|
2488
|
-
"type": "keyword",
|
|
2489
|
-
"value": "void"
|
|
2490
|
-
}
|
|
2293
|
+
"value": "boolean"
|
|
2491
2294
|
}
|
|
2492
2295
|
}
|
|
2493
2296
|
],
|
|
2297
|
+
"events": [],
|
|
2494
2298
|
"methods": []
|
|
2495
2299
|
},
|
|
2496
|
-
"data-view.
|
|
2300
|
+
"data-view.data-display-flipper-sixth": {
|
|
2497
2301
|
"properties": [
|
|
2498
2302
|
{
|
|
2499
|
-
"name": "
|
|
2303
|
+
"name": "flipperTitle",
|
|
2500
2304
|
"annotation": {
|
|
2501
|
-
"type": "
|
|
2502
|
-
"
|
|
2503
|
-
"type": "identifier",
|
|
2504
|
-
"name": "ContainerType"
|
|
2505
|
-
}
|
|
2305
|
+
"type": "keyword",
|
|
2306
|
+
"value": "string"
|
|
2506
2307
|
}
|
|
2507
2308
|
},
|
|
2508
2309
|
{
|
|
2509
|
-
"name": "
|
|
2310
|
+
"name": "flipperStyle",
|
|
2510
2311
|
"annotation": {
|
|
2511
|
-
"type": "
|
|
2512
|
-
"
|
|
2513
|
-
"type": "
|
|
2514
|
-
"
|
|
2312
|
+
"type": "reference",
|
|
2313
|
+
"typeName": {
|
|
2314
|
+
"type": "qualifiedName",
|
|
2315
|
+
"left": {
|
|
2515
2316
|
"type": "identifier",
|
|
2516
|
-
"name": "
|
|
2317
|
+
"name": "React"
|
|
2318
|
+
},
|
|
2319
|
+
"right": {
|
|
2320
|
+
"type": "identifier",
|
|
2321
|
+
"name": "CSSProperties"
|
|
2517
2322
|
}
|
|
2518
2323
|
}
|
|
2519
2324
|
}
|
|
2520
2325
|
},
|
|
2521
2326
|
{
|
|
2522
|
-
"name": "
|
|
2327
|
+
"name": "data",
|
|
2523
2328
|
"annotation": {
|
|
2524
2329
|
"type": "union",
|
|
2525
2330
|
"types": [
|
|
2526
2331
|
{
|
|
2527
|
-
"type": "
|
|
2528
|
-
"value": "
|
|
2332
|
+
"type": "keyword",
|
|
2333
|
+
"value": "number"
|
|
2529
2334
|
},
|
|
2530
2335
|
{
|
|
2531
|
-
"type": "
|
|
2532
|
-
"value": "
|
|
2336
|
+
"type": "keyword",
|
|
2337
|
+
"value": "string"
|
|
2533
2338
|
}
|
|
2534
2339
|
]
|
|
2535
2340
|
}
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"name": "customTitle",
|
|
2539
|
-
"annotation": {
|
|
2540
|
-
"type": "keyword",
|
|
2541
|
-
"value": "string"
|
|
2542
|
-
}
|
|
2543
2341
|
}
|
|
2544
2342
|
],
|
|
2545
|
-
"events": [
|
|
2343
|
+
"events": [],
|
|
2344
|
+
"methods": []
|
|
2345
|
+
},
|
|
2346
|
+
"data-view.indicator-card": {
|
|
2347
|
+
"properties": [
|
|
2546
2348
|
{
|
|
2547
|
-
"name": "
|
|
2548
|
-
"
|
|
2549
|
-
"
|
|
2550
|
-
|
|
2551
|
-
"
|
|
2552
|
-
|
|
2553
|
-
"name": "ClickEventDataType"
|
|
2554
|
-
}
|
|
2349
|
+
"name": "layout",
|
|
2350
|
+
"annotation": {
|
|
2351
|
+
"type": "reference",
|
|
2352
|
+
"typeName": {
|
|
2353
|
+
"type": "identifier",
|
|
2354
|
+
"name": "Layout"
|
|
2555
2355
|
}
|
|
2556
2356
|
}
|
|
2557
2357
|
},
|
|
2558
2358
|
{
|
|
2559
|
-
"name": "
|
|
2560
|
-
"
|
|
2561
|
-
"
|
|
2359
|
+
"name": "datasource",
|
|
2360
|
+
"annotation": {
|
|
2361
|
+
"type": "array",
|
|
2362
|
+
"elementType": {
|
|
2562
2363
|
"type": "reference",
|
|
2563
2364
|
"typeName": {
|
|
2564
2365
|
"type": "identifier",
|
|
2565
|
-
"name": "
|
|
2366
|
+
"name": "Datasource"
|
|
2566
2367
|
}
|
|
2567
2368
|
}
|
|
2568
2369
|
}
|
|
2569
2370
|
}
|
|
2570
2371
|
],
|
|
2372
|
+
"events": [],
|
|
2571
2373
|
"methods": [],
|
|
2572
2374
|
"types": [
|
|
2573
2375
|
{
|
|
2574
2376
|
"type": "typeAlias",
|
|
2575
|
-
"name": "
|
|
2377
|
+
"name": "Layout",
|
|
2576
2378
|
"annotation": {
|
|
2577
2379
|
"type": "union",
|
|
2578
2380
|
"types": [
|
|
2579
2381
|
{
|
|
2580
2382
|
"type": "jsLiteral",
|
|
2581
|
-
"value": "
|
|
2383
|
+
"value": "column"
|
|
2582
2384
|
},
|
|
2583
2385
|
{
|
|
2584
2386
|
"type": "jsLiteral",
|
|
2585
|
-
"value": "
|
|
2387
|
+
"value": "column-townhouse"
|
|
2586
2388
|
},
|
|
2587
2389
|
{
|
|
2588
2390
|
"type": "jsLiteral",
|
|
2589
|
-
"value": "
|
|
2391
|
+
"value": "row"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"type": "jsLiteral",
|
|
2395
|
+
"value": "row-townhouse"
|
|
2590
2396
|
}
|
|
2591
2397
|
]
|
|
2592
2398
|
}
|
|
2593
2399
|
},
|
|
2594
2400
|
{
|
|
2595
2401
|
"type": "interface",
|
|
2596
|
-
"name": "
|
|
2402
|
+
"name": "Datasource",
|
|
2597
2403
|
"body": [
|
|
2598
2404
|
{
|
|
2599
2405
|
"type": "propertySignature",
|
|
2600
2406
|
"key": {
|
|
2601
2407
|
"type": "identifier",
|
|
2602
|
-
"name": "
|
|
2408
|
+
"name": "value"
|
|
2603
2409
|
},
|
|
2604
2410
|
"annotation": {
|
|
2605
|
-
"type": "
|
|
2606
|
-
"
|
|
2607
|
-
{
|
|
2608
|
-
"type": "jsLiteral",
|
|
2609
|
-
"value": "container-group"
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"type": "jsLiteral",
|
|
2613
|
-
"value": "physical-machine"
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"type": "jsLiteral",
|
|
2617
|
-
"value": "virtual-machine"
|
|
2618
|
-
},
|
|
2619
|
-
{
|
|
2620
|
-
"type": "jsLiteral",
|
|
2621
|
-
"value": "pod"
|
|
2622
|
-
}
|
|
2623
|
-
]
|
|
2411
|
+
"type": "keyword",
|
|
2412
|
+
"value": "any"
|
|
2624
2413
|
},
|
|
2625
2414
|
"computed": false
|
|
2626
2415
|
},
|
|
@@ -2628,7 +2417,7 @@
|
|
|
2628
2417
|
"type": "propertySignature",
|
|
2629
2418
|
"key": {
|
|
2630
2419
|
"type": "identifier",
|
|
2631
|
-
"name": "
|
|
2420
|
+
"name": "desc"
|
|
2632
2421
|
},
|
|
2633
2422
|
"annotation": {
|
|
2634
2423
|
"type": "keyword",
|
|
@@ -2640,91 +2429,69 @@
|
|
|
2640
2429
|
"type": "propertySignature",
|
|
2641
2430
|
"key": {
|
|
2642
2431
|
"type": "identifier",
|
|
2643
|
-
"name": "
|
|
2644
|
-
},
|
|
2645
|
-
"annotation": {
|
|
2646
|
-
"type": "union",
|
|
2647
|
-
"types": [
|
|
2648
|
-
{
|
|
2649
|
-
"type": "jsLiteral",
|
|
2650
|
-
"value": "active"
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"type": "jsLiteral",
|
|
2654
|
-
"value": "faded"
|
|
2655
|
-
}
|
|
2656
|
-
]
|
|
2657
|
-
},
|
|
2658
|
-
"optional": true,
|
|
2659
|
-
"computed": false
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"type": "propertySignature",
|
|
2663
|
-
"key": {
|
|
2664
|
-
"type": "identifier",
|
|
2665
|
-
"name": "isAlert"
|
|
2432
|
+
"name": "unit"
|
|
2666
2433
|
},
|
|
2667
2434
|
"annotation": {
|
|
2668
2435
|
"type": "keyword",
|
|
2669
|
-
"value": "
|
|
2436
|
+
"value": "string"
|
|
2670
2437
|
},
|
|
2671
2438
|
"optional": true,
|
|
2672
2439
|
"computed": false
|
|
2673
2440
|
}
|
|
2674
2441
|
]
|
|
2442
|
+
}
|
|
2443
|
+
]
|
|
2444
|
+
},
|
|
2445
|
+
"data-view.loading-panel": {
|
|
2446
|
+
"properties": [
|
|
2447
|
+
{
|
|
2448
|
+
"name": "customTitle",
|
|
2449
|
+
"annotation": {
|
|
2450
|
+
"type": "keyword",
|
|
2451
|
+
"value": "string"
|
|
2452
|
+
}
|
|
2675
2453
|
},
|
|
2676
2454
|
{
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
"typeName": {
|
|
2713
|
-
"type": "identifier",
|
|
2714
|
-
"name": "CabinetNodeProps"
|
|
2715
|
-
}
|
|
2716
|
-
},
|
|
2717
|
-
{
|
|
2718
|
-
"type": "keyword",
|
|
2719
|
-
"value": "undefined"
|
|
2720
|
-
}
|
|
2721
|
-
]
|
|
2722
|
-
},
|
|
2723
|
-
"computed": false
|
|
2455
|
+
"name": "loading",
|
|
2456
|
+
"annotation": {
|
|
2457
|
+
"type": "keyword",
|
|
2458
|
+
"value": "boolean"
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"name": "useRealTimeProgress",
|
|
2463
|
+
"annotation": {
|
|
2464
|
+
"type": "keyword",
|
|
2465
|
+
"value": "boolean"
|
|
2466
|
+
}
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"name": "progress",
|
|
2470
|
+
"annotation": {
|
|
2471
|
+
"type": "keyword",
|
|
2472
|
+
"value": "number"
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"name": "intervalTime",
|
|
2477
|
+
"annotation": {
|
|
2478
|
+
"type": "keyword",
|
|
2479
|
+
"value": "number"
|
|
2480
|
+
}
|
|
2481
|
+
}
|
|
2482
|
+
],
|
|
2483
|
+
"events": [
|
|
2484
|
+
{
|
|
2485
|
+
"name": "end",
|
|
2486
|
+
"detail": {
|
|
2487
|
+
"annotation": {
|
|
2488
|
+
"type": "keyword",
|
|
2489
|
+
"value": "void"
|
|
2724
2490
|
}
|
|
2725
|
-
|
|
2491
|
+
}
|
|
2726
2492
|
}
|
|
2727
|
-
]
|
|
2493
|
+
],
|
|
2494
|
+
"methods": []
|
|
2728
2495
|
},
|
|
2729
2496
|
"data-view.cabinet-thumbnail": {
|
|
2730
2497
|
"properties": [
|
|
@@ -3381,6 +3148,13 @@
|
|
|
3381
3148
|
"type": "keyword",
|
|
3382
3149
|
"value": "number"
|
|
3383
3150
|
}
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"name": "textScale",
|
|
3154
|
+
"annotation": {
|
|
3155
|
+
"type": "keyword",
|
|
3156
|
+
"value": "number"
|
|
3157
|
+
}
|
|
3384
3158
|
}
|
|
3385
3159
|
],
|
|
3386
3160
|
"events": [],
|
|
@@ -3465,6 +3239,239 @@
|
|
|
3465
3239
|
}
|
|
3466
3240
|
]
|
|
3467
3241
|
},
|
|
3242
|
+
"data-view.cabinet-container": {
|
|
3243
|
+
"properties": [
|
|
3244
|
+
{
|
|
3245
|
+
"name": "type",
|
|
3246
|
+
"annotation": {
|
|
3247
|
+
"type": "reference",
|
|
3248
|
+
"typeName": {
|
|
3249
|
+
"type": "identifier",
|
|
3250
|
+
"name": "ContainerType"
|
|
3251
|
+
}
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "data",
|
|
3256
|
+
"annotation": {
|
|
3257
|
+
"type": "array",
|
|
3258
|
+
"elementType": {
|
|
3259
|
+
"type": "reference",
|
|
3260
|
+
"typeName": {
|
|
3261
|
+
"type": "identifier",
|
|
3262
|
+
"name": "CabinetNodeProps"
|
|
3263
|
+
}
|
|
3264
|
+
}
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "status",
|
|
3269
|
+
"annotation": {
|
|
3270
|
+
"type": "union",
|
|
3271
|
+
"types": [
|
|
3272
|
+
{
|
|
3273
|
+
"type": "jsLiteral",
|
|
3274
|
+
"value": "active"
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"type": "jsLiteral",
|
|
3278
|
+
"value": "faded"
|
|
3279
|
+
}
|
|
3280
|
+
]
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"name": "customTitle",
|
|
3285
|
+
"annotation": {
|
|
3286
|
+
"type": "keyword",
|
|
3287
|
+
"value": "string"
|
|
3288
|
+
}
|
|
3289
|
+
}
|
|
3290
|
+
],
|
|
3291
|
+
"events": [
|
|
3292
|
+
{
|
|
3293
|
+
"name": "container.click",
|
|
3294
|
+
"detail": {
|
|
3295
|
+
"annotation": {
|
|
3296
|
+
"type": "reference",
|
|
3297
|
+
"typeName": {
|
|
3298
|
+
"type": "identifier",
|
|
3299
|
+
"name": "ClickEventDataType"
|
|
3300
|
+
}
|
|
3301
|
+
}
|
|
3302
|
+
}
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
"name": "container.dbclick",
|
|
3306
|
+
"detail": {
|
|
3307
|
+
"annotation": {
|
|
3308
|
+
"type": "reference",
|
|
3309
|
+
"typeName": {
|
|
3310
|
+
"type": "identifier",
|
|
3311
|
+
"name": "ClickEventDataType"
|
|
3312
|
+
}
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3317
|
+
"methods": [],
|
|
3318
|
+
"types": [
|
|
3319
|
+
{
|
|
3320
|
+
"type": "typeAlias",
|
|
3321
|
+
"name": "ContainerType",
|
|
3322
|
+
"annotation": {
|
|
3323
|
+
"type": "union",
|
|
3324
|
+
"types": [
|
|
3325
|
+
{
|
|
3326
|
+
"type": "jsLiteral",
|
|
3327
|
+
"value": "host"
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
"type": "jsLiteral",
|
|
3331
|
+
"value": "k8s"
|
|
3332
|
+
},
|
|
3333
|
+
{
|
|
3334
|
+
"type": "jsLiteral",
|
|
3335
|
+
"value": "k8s-blue"
|
|
3336
|
+
}
|
|
3337
|
+
]
|
|
3338
|
+
}
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"type": "interface",
|
|
3342
|
+
"name": "CabinetNodeProps",
|
|
3343
|
+
"body": [
|
|
3344
|
+
{
|
|
3345
|
+
"type": "propertySignature",
|
|
3346
|
+
"key": {
|
|
3347
|
+
"type": "identifier",
|
|
3348
|
+
"name": "type"
|
|
3349
|
+
},
|
|
3350
|
+
"annotation": {
|
|
3351
|
+
"type": "union",
|
|
3352
|
+
"types": [
|
|
3353
|
+
{
|
|
3354
|
+
"type": "jsLiteral",
|
|
3355
|
+
"value": "container-group"
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"type": "jsLiteral",
|
|
3359
|
+
"value": "physical-machine"
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"type": "jsLiteral",
|
|
3363
|
+
"value": "virtual-machine"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"type": "jsLiteral",
|
|
3367
|
+
"value": "pod"
|
|
3368
|
+
}
|
|
3369
|
+
]
|
|
3370
|
+
},
|
|
3371
|
+
"computed": false
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"type": "propertySignature",
|
|
3375
|
+
"key": {
|
|
3376
|
+
"type": "identifier",
|
|
3377
|
+
"name": "nodeTitle"
|
|
3378
|
+
},
|
|
3379
|
+
"annotation": {
|
|
3380
|
+
"type": "keyword",
|
|
3381
|
+
"value": "string"
|
|
3382
|
+
},
|
|
3383
|
+
"computed": false
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"type": "propertySignature",
|
|
3387
|
+
"key": {
|
|
3388
|
+
"type": "identifier",
|
|
3389
|
+
"name": "status"
|
|
3390
|
+
},
|
|
3391
|
+
"annotation": {
|
|
3392
|
+
"type": "union",
|
|
3393
|
+
"types": [
|
|
3394
|
+
{
|
|
3395
|
+
"type": "jsLiteral",
|
|
3396
|
+
"value": "active"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"type": "jsLiteral",
|
|
3400
|
+
"value": "faded"
|
|
3401
|
+
}
|
|
3402
|
+
]
|
|
3403
|
+
},
|
|
3404
|
+
"optional": true,
|
|
3405
|
+
"computed": false
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
"type": "propertySignature",
|
|
3409
|
+
"key": {
|
|
3410
|
+
"type": "identifier",
|
|
3411
|
+
"name": "isAlert"
|
|
3412
|
+
},
|
|
3413
|
+
"annotation": {
|
|
3414
|
+
"type": "keyword",
|
|
3415
|
+
"value": "boolean"
|
|
3416
|
+
},
|
|
3417
|
+
"optional": true,
|
|
3418
|
+
"computed": false
|
|
3419
|
+
}
|
|
3420
|
+
]
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"type": "interface",
|
|
3424
|
+
"name": "ClickEventDataType",
|
|
3425
|
+
"body": [
|
|
3426
|
+
{
|
|
3427
|
+
"type": "propertySignature",
|
|
3428
|
+
"key": {
|
|
3429
|
+
"type": "identifier",
|
|
3430
|
+
"name": "type"
|
|
3431
|
+
},
|
|
3432
|
+
"annotation": {
|
|
3433
|
+
"type": "union",
|
|
3434
|
+
"types": [
|
|
3435
|
+
{
|
|
3436
|
+
"type": "jsLiteral",
|
|
3437
|
+
"value": "node"
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"type": "jsLiteral",
|
|
3441
|
+
"value": "container"
|
|
3442
|
+
}
|
|
3443
|
+
]
|
|
3444
|
+
},
|
|
3445
|
+
"computed": false
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"type": "propertySignature",
|
|
3449
|
+
"key": {
|
|
3450
|
+
"type": "identifier",
|
|
3451
|
+
"name": "data"
|
|
3452
|
+
},
|
|
3453
|
+
"annotation": {
|
|
3454
|
+
"type": "union",
|
|
3455
|
+
"types": [
|
|
3456
|
+
{
|
|
3457
|
+
"type": "reference",
|
|
3458
|
+
"typeName": {
|
|
3459
|
+
"type": "identifier",
|
|
3460
|
+
"name": "CabinetNodeProps"
|
|
3461
|
+
}
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"type": "keyword",
|
|
3465
|
+
"value": "undefined"
|
|
3466
|
+
}
|
|
3467
|
+
]
|
|
3468
|
+
},
|
|
3469
|
+
"computed": false
|
|
3470
|
+
}
|
|
3471
|
+
]
|
|
3472
|
+
}
|
|
3473
|
+
]
|
|
3474
|
+
},
|
|
3468
3475
|
"data-view.modern-style-treemap": {
|
|
3469
3476
|
"properties": [
|
|
3470
3477
|
{
|