@next-bricks/data-view 1.10.13 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.json CHANGED
@@ -337,6 +337,114 @@
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
+ },
340
448
  "data-view.battery-chart": {
341
449
  "properties": [
342
450
  {
@@ -476,77 +584,124 @@
476
584
  }
477
585
  ]
478
586
  },
479
- "data-view.dropdown-menu": {
587
+ "data-view.app-wall-system-card": {
480
588
  "properties": [
481
589
  {
482
- "name": "options",
590
+ "name": "status",
483
591
  "annotation": {
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
- ]
592
+ "type": "reference",
593
+ "typeName": {
594
+ "type": "identifier",
595
+ "name": "StatusType"
513
596
  }
514
597
  }
515
598
  },
516
599
  {
517
- "name": "value",
600
+ "name": "cardTitle",
518
601
  "annotation": {
519
602
  "type": "keyword",
520
603
  "value": "string"
521
604
  }
522
605
  },
523
606
  {
524
- "name": "placeholder",
607
+ "name": "itemList",
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",
525
621
  "annotation": {
526
622
  "type": "keyword",
527
623
  "value": "string"
528
624
  }
529
625
  },
530
626
  {
531
- "name": "allowClear",
627
+ "name": "containerStyle",
532
628
  "annotation": {
533
- "type": "keyword",
534
- "value": "boolean"
629
+ "type": "reference",
630
+ "typeName": {
631
+ "type": "qualifiedName",
632
+ "left": {
633
+ "type": "identifier",
634
+ "name": "React"
635
+ },
636
+ "right": {
637
+ "type": "identifier",
638
+ "name": "CSSProperties"
639
+ }
640
+ }
535
641
  }
536
642
  }
537
643
  ],
538
644
  "events": [
539
645
  {
540
- "name": "value.change",
646
+ "name": "button-click",
541
647
  "detail": {
542
648
  "annotation": {
543
649
  "type": "keyword",
544
- "value": "string"
650
+ "value": "void"
545
651
  }
546
652
  }
547
653
  }
548
654
  ],
549
- "methods": []
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
+ ]
550
705
  },
551
706
  "data-view.particle-animation": {
552
707
  "properties": [
@@ -676,175 +831,20 @@
676
831
  }
677
832
  ]
678
833
  },
679
- "data-view.app-wall-card-item": {
834
+ "data-view.app-wall-relation-line": {
680
835
  "properties": [
681
836
  {
682
- "name": "status",
837
+ "name": "lightColor",
683
838
  "annotation": {
684
839
  "type": "union",
685
840
  "types": [
686
841
  {
687
842
  "type": "jsLiteral",
688
- "value": "normal"
843
+ "value": "blue"
689
844
  },
690
845
  {
691
846
  "type": "jsLiteral",
692
- "value": "warning"
693
- }
694
- ]
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
- }
710
- }
711
- ],
712
- "events": [],
713
- "methods": []
714
- },
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"
847
+ "value": "purple"
848
848
  }
849
849
  ]
850
850
  }
@@ -965,177 +965,106 @@
965
965
  "events": [],
966
966
  "methods": []
967
967
  },
968
- "data-view.cabinet-graph": {
968
+ "data-view.graph-node": {
969
969
  "properties": [
970
970
  {
971
- "name": "dataSource",
971
+ "name": "url",
972
972
  "annotation": {
973
- "type": "reference",
974
- "typeName": {
975
- "type": "identifier",
976
- "name": "AppData"
973
+ "type": "keyword",
974
+ "value": "string"
975
+ }
976
+ }
977
+ ],
978
+ "events": [],
979
+ "methods": []
980
+ },
981
+ "data-view.grid-background": {
982
+ "properties": [
983
+ {
984
+ "name": "color",
985
+ "annotation": {
986
+ "type": "indexedAccess",
987
+ "objectType": {
988
+ "type": "reference",
989
+ "typeName": {
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"
977
1004
  }
978
1005
  }
979
1006
  },
980
1007
  {
981
- "name": "activeKey",
1008
+ "name": "maskStyle",
982
1009
  "annotation": {
983
- "type": "union",
984
- "types": [
985
- {
986
- "type": "keyword",
987
- "value": "string"
1010
+ "type": "reference",
1011
+ "typeName": {
1012
+ "type": "qualifiedName",
1013
+ "left": {
1014
+ "type": "identifier",
1015
+ "name": "React"
988
1016
  },
989
- {
990
- "type": "array",
991
- "elementType": {
992
- "type": "keyword",
993
- "value": "string"
994
- }
1017
+ "right": {
1018
+ "type": "identifier",
1019
+ "name": "CSSProperties"
995
1020
  }
996
- ]
1021
+ }
997
1022
  }
998
1023
  },
999
1024
  {
1000
- "name": "hiddenCloseBtn",
1025
+ "name": "particleColor",
1001
1026
  "annotation": {
1002
- "type": "keyword",
1003
- "value": "boolean"
1027
+ "type": "reference",
1028
+ "typeName": {
1029
+ "type": "identifier",
1030
+ "name": "ParticleColor"
1031
+ }
1004
1032
  }
1005
1033
  }
1006
1034
  ],
1007
- "events": [
1008
- {
1009
- "name": "close.button.click",
1010
- "detail": {
1011
- "annotation": {
1012
- "type": "keyword",
1013
- "value": "void"
1014
- }
1015
- }
1016
- },
1035
+ "events": [],
1036
+ "methods": [],
1037
+ "types": [
1017
1038
  {
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": {
1039
+ "type": "interface",
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": {
1032
1055
  "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"
1056
+ "name": "React"
1049
1057
  },
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
- ]
1067
- }
1068
- }
1069
- },
1070
- {
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": {
1058
+ "right": {
1085
1059
  "type": "identifier",
1086
- "name": "ChangeType"
1060
+ "name": "CSSProperties"
1087
1061
  }
1088
- },
1089
- "computed": false
1062
+ }
1090
1063
  },
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
1064
+ "indexType": {
1065
+ "type": "jsLiteral",
1066
+ "value": "color"
1118
1067
  }
1119
- ]
1120
- }
1121
- }
1122
- }
1123
- ],
1124
- "methods": [],
1125
- "types": [
1126
- {
1127
- "type": "interface",
1128
- "name": "AppData",
1129
- "body": [
1130
- {
1131
- "type": "propertySignature",
1132
- "key": {
1133
- "type": "identifier",
1134
- "name": "appName"
1135
- },
1136
- "annotation": {
1137
- "type": "keyword",
1138
- "value": "string"
1139
1068
  },
1140
1069
  "computed": false
1141
1070
  },
@@ -1143,123 +1072,232 @@
1143
1072
  "type": "propertySignature",
1144
1073
  "key": {
1145
1074
  "type": "identifier",
1146
- "name": "key"
1147
- },
1148
- "annotation": {
1149
- "type": "keyword",
1150
- "value": "string"
1151
- },
1152
- "computed": false
1153
- },
1154
- {
1155
- "type": "propertySignature",
1156
- "key": {
1157
- "type": "identifier",
1158
- "name": "clusters"
1075
+ "name": "endColor"
1159
1076
  },
1160
1077
  "annotation": {
1161
- "type": "array",
1162
- "elementType": {
1078
+ "type": "indexedAccess",
1079
+ "objectType": {
1163
1080
  "type": "reference",
1164
1081
  "typeName": {
1165
- "type": "identifier",
1166
- "name": "Clusters"
1082
+ "type": "qualifiedName",
1083
+ "left": {
1084
+ "type": "identifier",
1085
+ "name": "React"
1086
+ },
1087
+ "right": {
1088
+ "type": "identifier",
1089
+ "name": "CSSProperties"
1090
+ }
1167
1091
  }
1092
+ },
1093
+ "indexType": {
1094
+ "type": "jsLiteral",
1095
+ "value": "color"
1168
1096
  }
1169
1097
  },
1170
1098
  "computed": false
1171
1099
  }
1172
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
+ }
1173
1145
  },
1174
1146
  {
1175
- "type": "interface",
1176
- "name": "Clusters",
1177
- "body": [
1178
- {
1179
- "type": "propertySignature",
1180
- "key": {
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": {
1181
1160
  "type": "identifier",
1182
- "name": "clusterName"
1183
- },
1184
- "annotation": {
1185
- "type": "keyword",
1186
- "value": "string"
1187
- },
1188
- "computed": false
1161
+ "name": "CSSProperties"
1162
+ }
1189
1163
  },
1190
- {
1191
- "type": "propertySignature",
1192
- "key": {
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": {
1193
1177
  "type": "identifier",
1194
- "name": "key"
1195
- },
1196
- "annotation": {
1197
- "type": "keyword",
1198
- "value": "string"
1199
- },
1200
- "computed": false
1178
+ "name": "CSSProperties"
1179
+ }
1201
1180
  },
1202
- {
1203
- "type": "propertySignature",
1204
- "key": {
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": {
1205
1194
  "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
1195
+ "name": "CSSProperties"
1196
+ }
1226
1197
  },
1227
- {
1228
- "type": "propertySignature",
1229
- "key": {
1230
- "type": "identifier",
1231
- "name": "nodes"
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"
1232
1217
  },
1233
- "annotation": {
1234
- "type": "array",
1235
- "elementType": {
1236
- "type": "reference",
1237
- "typeName": {
1238
- "type": "identifier",
1239
- "name": "Node"
1240
- }
1241
- }
1218
+ {
1219
+ "type": "jsLiteral",
1220
+ "value": "stroke"
1242
1221
  },
1243
- "computed": false
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"
1244
1247
  }
1245
- ]
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
+ }
1246
1275
  },
1276
+ {
1277
+ "name": "textContent",
1278
+ "annotation": {
1279
+ "type": "keyword",
1280
+ "value": "string"
1281
+ }
1282
+ }
1283
+ ],
1284
+ "events": [
1285
+ {
1286
+ "name": "tab.change",
1287
+ "detail": {
1288
+ "annotation": {
1289
+ "type": "keyword",
1290
+ "value": "string"
1291
+ }
1292
+ }
1293
+ }
1294
+ ],
1295
+ "methods": [],
1296
+ "types": [
1247
1297
  {
1248
1298
  "type": "interface",
1249
- "name": "Node",
1299
+ "name": "TabsItem",
1250
1300
  "body": [
1251
- {
1252
- "type": "propertySignature",
1253
- "key": {
1254
- "type": "identifier",
1255
- "name": "nodeTitle"
1256
- },
1257
- "annotation": {
1258
- "type": "keyword",
1259
- "value": "string"
1260
- },
1261
- "computed": false
1262
- },
1263
1301
  {
1264
1302
  "type": "propertySignature",
1265
1303
  "key": {
@@ -1270,112 +1308,69 @@
1270
1308
  "type": "keyword",
1271
1309
  "value": "string"
1272
1310
  },
1273
- "computed": false
1274
- },
1275
- {
1276
- "type": "propertySignature",
1277
- "key": {
1278
- "type": "identifier",
1279
- "name": "type"
1280
- },
1281
- "annotation": {
1282
- "type": "union",
1283
- "types": [
1284
- {
1285
- "type": "jsLiteral",
1286
- "value": "container-group"
1287
- },
1288
- {
1289
- "type": "jsLiteral",
1290
- "value": "physical-machine"
1291
- },
1292
- {
1293
- "type": "jsLiteral",
1294
- "value": "virtual-machine"
1295
- }
1296
- ]
1297
- },
1298
- "computed": false
1311
+ "computed": false,
1312
+ "description": "唯一标识,对应 slot 名称"
1299
1313
  },
1300
1314
  {
1301
1315
  "type": "propertySignature",
1302
1316
  "key": {
1303
1317
  "type": "identifier",
1304
- "name": "isAlert"
1318
+ "name": "text"
1305
1319
  },
1306
1320
  "annotation": {
1307
1321
  "type": "keyword",
1308
- "value": "boolean"
1322
+ "value": "string"
1309
1323
  },
1310
- "optional": true,
1311
- "computed": false
1324
+ "computed": false,
1325
+ "description": "标签名称"
1312
1326
  }
1313
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
+ }
1314
1339
  },
1315
1340
  {
1316
- "type": "typeAlias",
1317
- "name": "ChangeType",
1341
+ "name": "theme",
1318
1342
  "annotation": {
1319
1343
  "type": "union",
1320
1344
  "types": [
1321
1345
  {
1322
1346
  "type": "jsLiteral",
1323
- "value": "node"
1324
- },
1325
- {
1326
- "type": "jsLiteral",
1327
- "value": "cluster"
1347
+ "value": "light"
1328
1348
  },
1329
1349
  {
1330
1350
  "type": "jsLiteral",
1331
- "value": "layer"
1351
+ "value": "dark"
1332
1352
  }
1333
1353
  ]
1334
1354
  }
1335
1355
  }
1336
- ]
1337
- },
1338
- "data-view.graph-node": {
1339
- "properties": [
1340
- {
1341
- "name": "url",
1342
- "annotation": {
1343
- "type": "keyword",
1344
- "value": "string"
1345
- }
1346
- }
1347
1356
  ],
1348
1357
  "events": [],
1349
1358
  "methods": []
1350
1359
  },
1351
- "data-view.grid-background": {
1360
+ "data-view.hi-tech-button": {
1352
1361
  "properties": [
1353
1362
  {
1354
- "name": "color",
1363
+ "name": "type",
1355
1364
  "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
- }
1370
- },
1371
- "indexType": {
1372
- "type": "jsLiteral",
1373
- "value": "color"
1365
+ "type": "reference",
1366
+ "typeName": {
1367
+ "type": "identifier",
1368
+ "name": "buttonType"
1374
1369
  }
1375
1370
  }
1376
1371
  },
1377
1372
  {
1378
- "name": "maskStyle",
1373
+ "name": "buttonStyle",
1379
1374
  "annotation": {
1380
1375
  "type": "reference",
1381
1376
  "typeName": {
@@ -1392,12 +1387,70 @@
1392
1387
  }
1393
1388
  },
1394
1389
  {
1395
- "name": "particleColor",
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",
1396
1449
  "annotation": {
1397
1450
  "type": "reference",
1398
1451
  "typeName": {
1399
1452
  "type": "identifier",
1400
- "name": "ParticleColor"
1453
+ "name": "TitleBarType"
1401
1454
  }
1402
1455
  }
1403
1456
  }
@@ -1406,122 +1459,85 @@
1406
1459
  "methods": [],
1407
1460
  "types": [
1408
1461
  {
1409
- "type": "interface",
1410
- "name": "ParticleColor",
1411
- "body": [
1412
- {
1413
- "type": "propertySignature",
1414
- "key": {
1415
- "type": "identifier",
1416
- "name": "startColor"
1417
- },
1418
- "annotation": {
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
- }
1438
- },
1439
- "computed": false
1440
- },
1441
- {
1442
- "type": "propertySignature",
1443
- "key": {
1444
- "type": "identifier",
1445
- "name": "endColor"
1462
+ "type": "typeAlias",
1463
+ "name": "TitleBarType",
1464
+ "annotation": {
1465
+ "type": "union",
1466
+ "types": [
1467
+ {
1468
+ "type": "jsLiteral",
1469
+ "value": "normal"
1446
1470
  },
1447
- "annotation": {
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
- }
1461
- }
1462
- },
1463
- "indexType": {
1464
- "type": "jsLiteral",
1465
- "value": "color"
1466
- }
1471
+ {
1472
+ "type": "jsLiteral",
1473
+ "value": "sample"
1467
1474
  },
1468
- "computed": false
1469
- }
1470
- ]
1475
+ {
1476
+ "type": "jsLiteral",
1477
+ "value": "square"
1478
+ }
1479
+ ]
1480
+ }
1471
1481
  }
1472
1482
  ]
1473
1483
  },
1474
- "data-view.gear-background": {
1484
+ "data-view.tech-mesh-base-view": {
1475
1485
  "properties": [
1476
1486
  {
1477
- "name": "color",
1487
+ "name": "textContent",
1478
1488
  "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
- }
1489
+ "type": "keyword",
1490
+ "value": "string"
1498
1491
  }
1499
1492
  }
1500
1493
  ],
1501
1494
  "events": [],
1502
1495
  "methods": []
1503
1496
  },
1504
- "data-view.title-text": {
1497
+ "data-view.simple-card-item": {
1505
1498
  "properties": [
1506
1499
  {
1507
- "name": "type",
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",
1508
1524
  "annotation": {
1509
1525
  "type": "reference",
1510
1526
  "typeName": {
1511
1527
  "type": "identifier",
1512
- "name": "TitleType"
1528
+ "name": "CSSProperties"
1513
1529
  }
1514
1530
  }
1515
1531
  },
1516
1532
  {
1517
- "name": "text",
1533
+ "name": "description",
1518
1534
  "annotation": {
1519
1535
  "type": "keyword",
1520
1536
  "value": "string"
1521
1537
  }
1522
1538
  },
1523
1539
  {
1524
- "name": "fontSize",
1540
+ "name": "color",
1525
1541
  "annotation": {
1526
1542
  "type": "indexedAccess",
1527
1543
  "objectType": {
@@ -1533,41 +1549,54 @@
1533
1549
  },
1534
1550
  "indexType": {
1535
1551
  "type": "jsLiteral",
1536
- "value": "fontSize"
1552
+ "value": "color"
1537
1553
  }
1538
1554
  }
1539
1555
  },
1540
1556
  {
1541
- "name": "fontWeight",
1557
+ "name": "desStyle",
1542
1558
  "annotation": {
1543
- "type": "indexedAccess",
1544
- "objectType": {
1559
+ "type": "reference",
1560
+ "typeName": {
1561
+ "type": "identifier",
1562
+ "name": "CSSProperties"
1563
+ }
1564
+ }
1565
+ },
1566
+ {
1567
+ "name": "descriptionList",
1568
+ "annotation": {
1569
+ "type": "array",
1570
+ "elementType": {
1545
1571
  "type": "reference",
1546
1572
  "typeName": {
1547
1573
  "type": "identifier",
1548
- "name": "CSSProperties"
1574
+ "name": "descriptionListItem"
1549
1575
  }
1550
- },
1551
- "indexType": {
1552
- "type": "jsLiteral",
1553
- "value": "fontWeight"
1554
1576
  }
1555
1577
  }
1556
1578
  },
1557
1579
  {
1558
- "name": "letterSpacing",
1580
+ "name": "background",
1559
1581
  "annotation": {
1560
1582
  "type": "indexedAccess",
1561
1583
  "objectType": {
1562
1584
  "type": "reference",
1563
1585
  "typeName": {
1564
- "type": "identifier",
1565
- "name": "CSSProperties"
1586
+ "type": "qualifiedName",
1587
+ "left": {
1588
+ "type": "identifier",
1589
+ "name": "React"
1590
+ },
1591
+ "right": {
1592
+ "type": "identifier",
1593
+ "name": "CSSProperties"
1594
+ }
1566
1595
  }
1567
1596
  },
1568
1597
  "indexType": {
1569
1598
  "type": "jsLiteral",
1570
- "value": "letterSpacing"
1599
+ "value": "background"
1571
1600
  }
1572
1601
  }
1573
1602
  }
@@ -1576,217 +1605,272 @@
1576
1605
  "methods": [],
1577
1606
  "types": [
1578
1607
  {
1579
- "type": "typeAlias",
1580
- "name": "TitleType",
1581
- "annotation": {
1582
- "type": "union",
1583
- "types": [
1584
- {
1585
- "type": "jsLiteral",
1586
- "value": "normal"
1608
+ "type": "interface",
1609
+ "name": "descriptionListItem",
1610
+ "body": [
1611
+ {
1612
+ "type": "propertySignature",
1613
+ "key": {
1614
+ "type": "identifier",
1615
+ "name": "key"
1587
1616
  },
1588
- {
1589
- "type": "jsLiteral",
1590
- "value": "stroke"
1617
+ "annotation": {
1618
+ "type": "keyword",
1619
+ "value": "string"
1591
1620
  },
1592
- {
1593
- "type": "jsLiteral",
1594
- "value": "gradient"
1595
- }
1596
- ]
1597
- }
1598
- }
1599
- ]
1600
- },
1601
- "data-view.brick-notification": {
1602
- "properties": [
1603
- {
1604
- "name": "message",
1605
- "annotation": {
1606
- "type": "keyword",
1607
- "value": "string"
1608
- }
1609
- },
1610
- {
1611
- "name": "icon",
1612
- "annotation": {
1613
- "type": "reference",
1614
- "typeName": {
1615
- "type": "identifier",
1616
- "name": "GeneralIconProps"
1621
+ "computed": false
1622
+ },
1623
+ {
1624
+ "type": "propertySignature",
1625
+ "key": {
1626
+ "type": "identifier",
1627
+ "name": "value"
1628
+ },
1629
+ "annotation": {
1630
+ "type": "keyword",
1631
+ "value": "string"
1632
+ },
1633
+ "computed": false
1617
1634
  }
1618
- }
1635
+ ]
1619
1636
  }
1620
- ],
1621
- "events": [],
1622
- "methods": []
1637
+ ]
1623
1638
  },
1624
- "data-view.tabs-page-title": {
1639
+ "data-view.basic-index-group": {
1625
1640
  "properties": [
1626
1641
  {
1627
- "name": "tabList",
1642
+ "name": "itemList",
1628
1643
  "annotation": {
1629
1644
  "type": "array",
1630
1645
  "elementType": {
1631
1646
  "type": "reference",
1632
1647
  "typeName": {
1633
1648
  "type": "identifier",
1634
- "name": "TabsItem"
1649
+ "name": "ItemProps"
1635
1650
  }
1636
1651
  }
1637
1652
  }
1638
1653
  },
1639
1654
  {
1640
- "name": "activeKey",
1655
+ "name": "width",
1656
+ "annotation": {
1657
+ "type": "keyword",
1658
+ "value": "number"
1659
+ }
1660
+ },
1661
+ {
1662
+ "name": "gap",
1641
1663
  "annotation": {
1642
1664
  "type": "keyword",
1643
- "value": "string"
1665
+ "value": "number"
1644
1666
  }
1645
1667
  },
1646
1668
  {
1647
- "name": "textContent",
1669
+ "name": "layout",
1648
1670
  "annotation": {
1649
1671
  "type": "keyword",
1650
1672
  "value": "string"
1651
1673
  }
1652
1674
  }
1653
1675
  ],
1654
- "events": [
1655
- {
1656
- "name": "tab.change",
1657
- "detail": {
1658
- "annotation": {
1659
- "type": "keyword",
1660
- "value": "string"
1661
- }
1662
- }
1663
- }
1664
- ],
1676
+ "events": [],
1665
1677
  "methods": [],
1666
1678
  "types": [
1667
1679
  {
1668
1680
  "type": "interface",
1669
- "name": "TabsItem",
1681
+ "name": "ItemProps",
1670
1682
  "body": [
1671
1683
  {
1672
1684
  "type": "propertySignature",
1673
1685
  "key": {
1674
1686
  "type": "identifier",
1675
- "name": "key"
1687
+ "name": "title"
1676
1688
  },
1677
1689
  "annotation": {
1678
1690
  "type": "keyword",
1679
1691
  "value": "string"
1680
1692
  },
1681
- "computed": false,
1682
- "description": "唯一标识,对应 slot 名称"
1693
+ "computed": false
1683
1694
  },
1684
1695
  {
1685
1696
  "type": "propertySignature",
1686
1697
  "key": {
1687
1698
  "type": "identifier",
1688
- "name": "text"
1699
+ "name": "number"
1700
+ },
1701
+ "annotation": {
1702
+ "type": "keyword",
1703
+ "value": "number"
1704
+ },
1705
+ "computed": false
1706
+ },
1707
+ {
1708
+ "type": "propertySignature",
1709
+ "key": {
1710
+ "type": "identifier",
1711
+ "name": "type"
1712
+ },
1713
+ "annotation": {
1714
+ "type": "union",
1715
+ "types": [
1716
+ {
1717
+ "type": "jsLiteral",
1718
+ "value": "host"
1719
+ },
1720
+ {
1721
+ "type": "jsLiteral",
1722
+ "value": "cloud"
1723
+ },
1724
+ {
1725
+ "type": "jsLiteral",
1726
+ "value": "network"
1727
+ },
1728
+ {
1729
+ "type": "jsLiteral",
1730
+ "value": "database"
1731
+ }
1732
+ ]
1733
+ },
1734
+ "optional": true,
1735
+ "computed": false
1736
+ },
1737
+ {
1738
+ "type": "propertySignature",
1739
+ "key": {
1740
+ "type": "identifier",
1741
+ "name": "imgSrc"
1689
1742
  },
1690
1743
  "annotation": {
1691
1744
  "type": "keyword",
1692
1745
  "value": "string"
1693
1746
  },
1694
- "computed": false,
1695
- "description": "标签名称"
1747
+ "optional": true,
1748
+ "computed": false
1749
+ },
1750
+ {
1751
+ "type": "propertySignature",
1752
+ "key": {
1753
+ "type": "identifier",
1754
+ "name": "description"
1755
+ },
1756
+ "annotation": {
1757
+ "type": "keyword",
1758
+ "value": "string"
1759
+ },
1760
+ "optional": true,
1761
+ "computed": false
1762
+ },
1763
+ {
1764
+ "type": "propertySignature",
1765
+ "key": {
1766
+ "type": "identifier",
1767
+ "name": "trendIcon"
1768
+ },
1769
+ "annotation": {
1770
+ "type": "union",
1771
+ "types": [
1772
+ {
1773
+ "type": "jsLiteral",
1774
+ "value": "up"
1775
+ },
1776
+ {
1777
+ "type": "jsLiteral",
1778
+ "value": "down"
1779
+ }
1780
+ ]
1781
+ },
1782
+ "optional": true,
1783
+ "computed": false
1696
1784
  }
1697
1785
  ]
1698
1786
  }
1699
1787
  ]
1700
1788
  },
1701
- "data-view.top-title-bar": {
1789
+ "data-view.data-display-flipper": {
1702
1790
  "properties": [
1703
1791
  {
1704
- "name": "text",
1792
+ "name": "flipperTitle",
1705
1793
  "annotation": {
1706
1794
  "type": "keyword",
1707
1795
  "value": "string"
1708
1796
  }
1709
1797
  },
1710
1798
  {
1711
- "name": "type",
1799
+ "name": "flipperStyle",
1712
1800
  "annotation": {
1713
1801
  "type": "reference",
1714
1802
  "typeName": {
1715
- "type": "identifier",
1716
- "name": "TitleBarType"
1803
+ "type": "qualifiedName",
1804
+ "left": {
1805
+ "type": "identifier",
1806
+ "name": "React"
1807
+ },
1808
+ "right": {
1809
+ "type": "identifier",
1810
+ "name": "CSSProperties"
1811
+ }
1717
1812
  }
1718
1813
  }
1719
- }
1720
- ],
1721
- "events": [],
1722
- "methods": [],
1723
- "types": [
1814
+ },
1724
1815
  {
1725
- "type": "typeAlias",
1726
- "name": "TitleBarType",
1816
+ "name": "data",
1727
1817
  "annotation": {
1728
1818
  "type": "union",
1729
1819
  "types": [
1730
1820
  {
1731
- "type": "jsLiteral",
1732
- "value": "normal"
1733
- },
1734
- {
1735
- "type": "jsLiteral",
1736
- "value": "sample"
1821
+ "type": "keyword",
1822
+ "value": "number"
1737
1823
  },
1738
1824
  {
1739
- "type": "jsLiteral",
1740
- "value": "square"
1825
+ "type": "keyword",
1826
+ "value": "string"
1741
1827
  }
1742
1828
  ]
1743
1829
  }
1744
- }
1745
- ]
1746
- },
1747
- "data-view.lights-component-title": {
1748
- "properties": [
1830
+ },
1749
1831
  {
1750
- "name": "componentTitle",
1832
+ "name": "unit",
1751
1833
  "annotation": {
1752
1834
  "type": "keyword",
1753
1835
  "value": "string"
1754
1836
  }
1755
1837
  },
1756
1838
  {
1757
- "name": "theme",
1839
+ "name": "enableTitlePrefix",
1758
1840
  "annotation": {
1759
- "type": "union",
1760
- "types": [
1761
- {
1762
- "type": "jsLiteral",
1763
- "value": "light"
1764
- },
1765
- {
1766
- "type": "jsLiteral",
1767
- "value": "dark"
1768
- }
1769
- ]
1841
+ "type": "keyword",
1842
+ "value": "boolean"
1843
+ }
1844
+ },
1845
+ {
1846
+ "name": "showDefaultPrefix",
1847
+ "annotation": {
1848
+ "type": "keyword",
1849
+ "value": "boolean"
1850
+ }
1851
+ },
1852
+ {
1853
+ "name": "separator",
1854
+ "annotation": {
1855
+ "type": "keyword",
1856
+ "value": "string"
1770
1857
  }
1771
1858
  }
1772
1859
  ],
1773
1860
  "events": [],
1774
1861
  "methods": []
1775
1862
  },
1776
- "data-view.hi-tech-button": {
1863
+ "data-view.data-display-flipper-fifth": {
1777
1864
  "properties": [
1778
1865
  {
1779
- "name": "type",
1866
+ "name": "flipperTitle",
1780
1867
  "annotation": {
1781
- "type": "reference",
1782
- "typeName": {
1783
- "type": "identifier",
1784
- "name": "buttonType"
1785
- }
1868
+ "type": "keyword",
1869
+ "value": "string"
1786
1870
  }
1787
1871
  },
1788
1872
  {
1789
- "name": "buttonStyle",
1873
+ "name": "flipperStyle",
1790
1874
  "annotation": {
1791
1875
  "type": "reference",
1792
1876
  "typeName": {
@@ -1799,174 +1883,118 @@
1799
1883
  "type": "identifier",
1800
1884
  "name": "CSSProperties"
1801
1885
  }
1802
- }
1803
- }
1804
- },
1805
- {
1806
- "name": "disabled",
1807
- "annotation": {
1808
- "type": "keyword",
1809
- "value": "boolean"
1810
- }
1811
- },
1812
- {
1813
- "name": "textContent",
1814
- "annotation": {
1815
- "type": "keyword",
1816
- "value": "string"
1817
- }
1818
- }
1819
- ],
1820
- "events": [],
1821
- "methods": [],
1822
- "types": [
1823
- {
1824
- "type": "typeAlias",
1825
- "name": "buttonType",
1826
- "annotation": {
1827
- "type": "union",
1828
- "types": [
1829
- {
1830
- "type": "jsLiteral",
1831
- "value": "default"
1832
- },
1833
- {
1834
- "type": "jsLiteral",
1835
- "value": "parallelogram"
1836
- },
1837
- {
1838
- "type": "jsLiteral",
1839
- "value": "stereoscopic"
1840
- },
1841
- {
1842
- "type": "jsLiteral",
1843
- "value": "shading"
1844
- },
1845
- {
1846
- "type": "jsLiteral",
1847
- "value": "round"
1848
- }
1849
- ]
1850
- }
1851
- }
1852
- ]
1853
- },
1854
- "data-view.tech-mesh-base-view": {
1855
- "properties": [
1856
- {
1857
- "name": "textContent",
1858
- "annotation": {
1859
- "type": "keyword",
1860
- "value": "string"
1886
+ }
1861
1887
  }
1862
- }
1863
- ],
1864
- "events": [],
1865
- "methods": []
1866
- },
1867
- "data-view.simple-card-item": {
1868
- "properties": [
1888
+ },
1869
1889
  {
1870
- "name": "status",
1890
+ "name": "data",
1871
1891
  "annotation": {
1872
1892
  "type": "union",
1873
1893
  "types": [
1874
1894
  {
1875
- "type": "jsLiteral",
1876
- "value": "normal"
1895
+ "type": "keyword",
1896
+ "value": "number"
1877
1897
  },
1878
1898
  {
1879
- "type": "jsLiteral",
1880
- "value": "warning"
1899
+ "type": "keyword",
1900
+ "value": "string"
1881
1901
  }
1882
1902
  ]
1883
1903
  }
1884
1904
  },
1885
1905
  {
1886
- "name": "cardTitle",
1906
+ "name": "unit",
1887
1907
  "annotation": {
1888
1908
  "type": "keyword",
1889
1909
  "value": "string"
1890
1910
  }
1891
1911
  },
1892
1912
  {
1893
- "name": "titleStyle",
1913
+ "name": "enableTitlePrefix",
1894
1914
  "annotation": {
1895
- "type": "reference",
1896
- "typeName": {
1897
- "type": "identifier",
1898
- "name": "CSSProperties"
1899
- }
1915
+ "type": "keyword",
1916
+ "value": "boolean"
1900
1917
  }
1901
1918
  },
1902
1919
  {
1903
- "name": "description",
1920
+ "name": "showDefaultPrefix",
1921
+ "annotation": {
1922
+ "type": "keyword",
1923
+ "value": "boolean"
1924
+ }
1925
+ }
1926
+ ],
1927
+ "events": [],
1928
+ "methods": []
1929
+ },
1930
+ "data-view.data-display-flipper-sixth": {
1931
+ "properties": [
1932
+ {
1933
+ "name": "flipperTitle",
1904
1934
  "annotation": {
1905
1935
  "type": "keyword",
1906
1936
  "value": "string"
1907
1937
  }
1908
1938
  },
1909
1939
  {
1910
- "name": "color",
1940
+ "name": "flipperStyle",
1911
1941
  "annotation": {
1912
- "type": "indexedAccess",
1913
- "objectType": {
1914
- "type": "reference",
1915
- "typeName": {
1942
+ "type": "reference",
1943
+ "typeName": {
1944
+ "type": "qualifiedName",
1945
+ "left": {
1946
+ "type": "identifier",
1947
+ "name": "React"
1948
+ },
1949
+ "right": {
1916
1950
  "type": "identifier",
1917
1951
  "name": "CSSProperties"
1918
1952
  }
1919
- },
1920
- "indexType": {
1921
- "type": "jsLiteral",
1922
- "value": "color"
1923
1953
  }
1924
1954
  }
1925
1955
  },
1926
1956
  {
1927
- "name": "desStyle",
1957
+ "name": "data",
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",
1928
1980
  "annotation": {
1929
1981
  "type": "reference",
1930
1982
  "typeName": {
1931
1983
  "type": "identifier",
1932
- "name": "CSSProperties"
1984
+ "name": "Layout"
1933
1985
  }
1934
1986
  }
1935
1987
  },
1936
1988
  {
1937
- "name": "descriptionList",
1989
+ "name": "datasource",
1938
1990
  "annotation": {
1939
1991
  "type": "array",
1940
1992
  "elementType": {
1941
1993
  "type": "reference",
1942
1994
  "typeName": {
1943
1995
  "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"
1964
- }
1996
+ "name": "Datasource"
1965
1997
  }
1966
- },
1967
- "indexType": {
1968
- "type": "jsLiteral",
1969
- "value": "background"
1970
1998
  }
1971
1999
  }
1972
2000
  }
@@ -1975,179 +2003,67 @@
1975
2003
  "methods": [],
1976
2004
  "types": [
1977
2005
  {
1978
- "type": "interface",
1979
- "name": "descriptionListItem",
1980
- "body": [
1981
- {
1982
- "type": "propertySignature",
1983
- "key": {
1984
- "type": "identifier",
1985
- "name": "key"
1986
- },
1987
- "annotation": {
1988
- "type": "keyword",
1989
- "value": "string"
2006
+ "type": "typeAlias",
2007
+ "name": "Layout",
2008
+ "annotation": {
2009
+ "type": "union",
2010
+ "types": [
2011
+ {
2012
+ "type": "jsLiteral",
2013
+ "value": "column"
1990
2014
  },
1991
- "computed": false
1992
- },
1993
- {
1994
- "type": "propertySignature",
1995
- "key": {
1996
- "type": "identifier",
1997
- "name": "value"
2015
+ {
2016
+ "type": "jsLiteral",
2017
+ "value": "column-townhouse"
1998
2018
  },
1999
- "annotation": {
2000
- "type": "keyword",
2001
- "value": "string"
2019
+ {
2020
+ "type": "jsLiteral",
2021
+ "value": "row"
2002
2022
  },
2003
- "computed": false
2004
- }
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"
2023
+ {
2024
+ "type": "jsLiteral",
2025
+ "value": "row-townhouse"
2020
2026
  }
2021
- }
2022
- }
2023
- },
2024
- {
2025
- "name": "width",
2026
- "annotation": {
2027
- "type": "keyword",
2028
- "value": "number"
2029
- }
2030
- },
2031
- {
2032
- "name": "gap",
2033
- "annotation": {
2034
- "type": "keyword",
2035
- "value": "number"
2027
+ ]
2036
2028
  }
2037
2029
  },
2038
- {
2039
- "name": "layout",
2040
- "annotation": {
2041
- "type": "keyword",
2042
- "value": "string"
2043
- }
2044
- }
2045
- ],
2046
- "events": [],
2047
- "methods": [],
2048
- "types": [
2049
2030
  {
2050
2031
  "type": "interface",
2051
- "name": "ItemProps",
2052
- "body": [
2053
- {
2054
- "type": "propertySignature",
2055
- "key": {
2056
- "type": "identifier",
2057
- "name": "title"
2058
- },
2059
- "annotation": {
2060
- "type": "keyword",
2061
- "value": "string"
2062
- },
2063
- "computed": false
2064
- },
2065
- {
2066
- "type": "propertySignature",
2067
- "key": {
2068
- "type": "identifier",
2069
- "name": "number"
2070
- },
2071
- "annotation": {
2072
- "type": "keyword",
2073
- "value": "number"
2074
- },
2075
- "computed": false
2076
- },
2077
- {
2078
- "type": "propertySignature",
2079
- "key": {
2080
- "type": "identifier",
2081
- "name": "type"
2082
- },
2083
- "annotation": {
2084
- "type": "union",
2085
- "types": [
2086
- {
2087
- "type": "jsLiteral",
2088
- "value": "host"
2089
- },
2090
- {
2091
- "type": "jsLiteral",
2092
- "value": "cloud"
2093
- },
2094
- {
2095
- "type": "jsLiteral",
2096
- "value": "network"
2097
- },
2098
- {
2099
- "type": "jsLiteral",
2100
- "value": "database"
2101
- }
2102
- ]
2103
- },
2104
- "optional": true,
2105
- "computed": false
2106
- },
2032
+ "name": "Datasource",
2033
+ "body": [
2107
2034
  {
2108
2035
  "type": "propertySignature",
2109
2036
  "key": {
2110
2037
  "type": "identifier",
2111
- "name": "imgSrc"
2038
+ "name": "value"
2112
2039
  },
2113
2040
  "annotation": {
2114
2041
  "type": "keyword",
2115
- "value": "string"
2042
+ "value": "any"
2116
2043
  },
2117
- "optional": true,
2118
2044
  "computed": false
2119
2045
  },
2120
2046
  {
2121
2047
  "type": "propertySignature",
2122
2048
  "key": {
2123
2049
  "type": "identifier",
2124
- "name": "description"
2050
+ "name": "desc"
2125
2051
  },
2126
2052
  "annotation": {
2127
2053
  "type": "keyword",
2128
2054
  "value": "string"
2129
2055
  },
2130
- "optional": true,
2131
2056
  "computed": false
2132
2057
  },
2133
2058
  {
2134
2059
  "type": "propertySignature",
2135
2060
  "key": {
2136
2061
  "type": "identifier",
2137
- "name": "trendIcon"
2062
+ "name": "unit"
2138
2063
  },
2139
2064
  "annotation": {
2140
- "type": "union",
2141
- "types": [
2142
- {
2143
- "type": "jsLiteral",
2144
- "value": "up"
2145
- },
2146
- {
2147
- "type": "jsLiteral",
2148
- "value": "down"
2149
- }
2150
- ]
2065
+ "type": "keyword",
2066
+ "value": "string"
2151
2067
  },
2152
2068
  "optional": true,
2153
2069
  "computed": false
@@ -2156,260 +2072,298 @@
2156
2072
  }
2157
2073
  ]
2158
2074
  },
2159
- "data-view.data-display-flipper": {
2075
+ "data-view.cabinet-graph": {
2160
2076
  "properties": [
2161
2077
  {
2162
- "name": "flipperTitle",
2163
- "annotation": {
2164
- "type": "keyword",
2165
- "value": "string"
2166
- }
2167
- },
2168
- {
2169
- "name": "flipperStyle",
2078
+ "name": "dataSource",
2170
2079
  "annotation": {
2171
2080
  "type": "reference",
2172
2081
  "typeName": {
2173
- "type": "qualifiedName",
2174
- "left": {
2175
- "type": "identifier",
2176
- "name": "React"
2177
- },
2178
- "right": {
2179
- "type": "identifier",
2180
- "name": "CSSProperties"
2181
- }
2082
+ "type": "identifier",
2083
+ "name": "AppData"
2182
2084
  }
2183
2085
  }
2184
2086
  },
2185
2087
  {
2186
- "name": "data",
2088
+ "name": "activeKey",
2187
2089
  "annotation": {
2188
2090
  "type": "union",
2189
2091
  "types": [
2190
2092
  {
2191
2093
  "type": "keyword",
2192
- "value": "number"
2094
+ "value": "string"
2193
2095
  },
2194
2096
  {
2195
- "type": "keyword",
2196
- "value": "string"
2097
+ "type": "array",
2098
+ "elementType": {
2099
+ "type": "keyword",
2100
+ "value": "string"
2101
+ }
2197
2102
  }
2198
2103
  ]
2199
2104
  }
2200
2105
  },
2201
2106
  {
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",
2107
+ "name": "hiddenCloseBtn",
2217
2108
  "annotation": {
2218
2109
  "type": "keyword",
2219
2110
  "value": "boolean"
2220
2111
  }
2221
- },
2222
- {
2223
- "name": "separator",
2224
- "annotation": {
2225
- "type": "keyword",
2226
- "value": "string"
2227
- }
2228
2112
  }
2229
2113
  ],
2230
- "events": [],
2231
- "methods": []
2232
- },
2233
- "data-view.data-display-flipper-fifth": {
2234
- "properties": [
2235
- {
2236
- "name": "flipperTitle",
2237
- "annotation": {
2238
- "type": "keyword",
2239
- "value": "string"
2240
- }
2241
- },
2114
+ "events": [
2242
2115
  {
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
- }
2116
+ "name": "close.button.click",
2117
+ "detail": {
2118
+ "annotation": {
2119
+ "type": "keyword",
2120
+ "value": "void"
2256
2121
  }
2257
2122
  }
2258
2123
  },
2259
2124
  {
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",
2277
- "annotation": {
2278
- "type": "keyword",
2279
- "value": "string"
2280
- }
2281
- },
2282
- {
2283
- "name": "enableTitlePrefix",
2284
- "annotation": {
2285
- "type": "keyword",
2286
- "value": "boolean"
2125
+ "name": "cabinet.click",
2126
+ "detail": {
2127
+ "annotation": {
2128
+ "type": "typeLiteral",
2129
+ "members": [
2130
+ {
2131
+ "type": "propertySignature",
2132
+ "key": {
2133
+ "type": "identifier",
2134
+ "name": "type"
2135
+ },
2136
+ "annotation": {
2137
+ "type": "reference",
2138
+ "typeName": {
2139
+ "type": "identifier",
2140
+ "name": "ChangeType"
2141
+ }
2142
+ },
2143
+ "computed": false
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
+ ]
2174
+ }
2287
2175
  }
2288
2176
  },
2289
2177
  {
2290
- "name": "showDefaultPrefix",
2291
- "annotation": {
2292
- "type": "keyword",
2293
- "value": "boolean"
2178
+ "name": "cabinet.dbclick",
2179
+ "detail": {
2180
+ "annotation": {
2181
+ "type": "typeLiteral",
2182
+ "members": [
2183
+ {
2184
+ "type": "propertySignature",
2185
+ "key": {
2186
+ "type": "identifier",
2187
+ "name": "type"
2188
+ },
2189
+ "annotation": {
2190
+ "type": "reference",
2191
+ "typeName": {
2192
+ "type": "identifier",
2193
+ "name": "ChangeType"
2194
+ }
2195
+ },
2196
+ "computed": false
2197
+ },
2198
+ {
2199
+ "type": "propertySignature",
2200
+ "key": {
2201
+ "type": "identifier",
2202
+ "name": "data"
2203
+ },
2204
+ "annotation": {
2205
+ "type": "reference",
2206
+ "typeName": {
2207
+ "type": "identifier",
2208
+ "name": "Record"
2209
+ },
2210
+ "typeParameters": {
2211
+ "type": "typeParameterInstantiation",
2212
+ "params": [
2213
+ {
2214
+ "type": "keyword",
2215
+ "value": "string"
2216
+ },
2217
+ {
2218
+ "type": "keyword",
2219
+ "value": "any"
2220
+ }
2221
+ ]
2222
+ }
2223
+ },
2224
+ "computed": false
2225
+ }
2226
+ ]
2227
+ }
2294
2228
  }
2295
2229
  }
2296
2230
  ],
2297
- "events": [],
2298
- "methods": []
2299
- },
2300
- "data-view.data-display-flipper-sixth": {
2301
- "properties": [
2302
- {
2303
- "name": "flipperTitle",
2304
- "annotation": {
2305
- "type": "keyword",
2306
- "value": "string"
2307
- }
2308
- },
2231
+ "methods": [],
2232
+ "types": [
2309
2233
  {
2310
- "name": "flipperStyle",
2311
- "annotation": {
2312
- "type": "reference",
2313
- "typeName": {
2314
- "type": "qualifiedName",
2315
- "left": {
2234
+ "type": "interface",
2235
+ "name": "AppData",
2236
+ "body": [
2237
+ {
2238
+ "type": "propertySignature",
2239
+ "key": {
2316
2240
  "type": "identifier",
2317
- "name": "React"
2241
+ "name": "appName"
2318
2242
  },
2319
- "right": {
2243
+ "annotation": {
2244
+ "type": "keyword",
2245
+ "value": "string"
2246
+ },
2247
+ "computed": false
2248
+ },
2249
+ {
2250
+ "type": "propertySignature",
2251
+ "key": {
2320
2252
  "type": "identifier",
2321
- "name": "CSSProperties"
2322
- }
2253
+ "name": "key"
2254
+ },
2255
+ "annotation": {
2256
+ "type": "keyword",
2257
+ "value": "string"
2258
+ },
2259
+ "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
2323
2278
  }
2324
- }
2279
+ ]
2325
2280
  },
2326
2281
  {
2327
- "name": "data",
2328
- "annotation": {
2329
- "type": "union",
2330
- "types": [
2331
- {
2282
+ "type": "interface",
2283
+ "name": "Clusters",
2284
+ "body": [
2285
+ {
2286
+ "type": "propertySignature",
2287
+ "key": {
2288
+ "type": "identifier",
2289
+ "name": "clusterName"
2290
+ },
2291
+ "annotation": {
2332
2292
  "type": "keyword",
2333
- "value": "number"
2293
+ "value": "string"
2334
2294
  },
2335
- {
2295
+ "computed": false
2296
+ },
2297
+ {
2298
+ "type": "propertySignature",
2299
+ "key": {
2300
+ "type": "identifier",
2301
+ "name": "key"
2302
+ },
2303
+ "annotation": {
2336
2304
  "type": "keyword",
2337
2305
  "value": "string"
2338
- }
2339
- ]
2340
- }
2341
- }
2342
- ],
2343
- "events": [],
2344
- "methods": []
2345
- },
2346
- "data-view.indicator-card": {
2347
- "properties": [
2348
- {
2349
- "name": "layout",
2350
- "annotation": {
2351
- "type": "reference",
2352
- "typeName": {
2353
- "type": "identifier",
2354
- "name": "Layout"
2355
- }
2356
- }
2357
- },
2358
- {
2359
- "name": "datasource",
2360
- "annotation": {
2361
- "type": "array",
2362
- "elementType": {
2363
- "type": "reference",
2364
- "typeName": {
2306
+ },
2307
+ "computed": false
2308
+ },
2309
+ {
2310
+ "type": "propertySignature",
2311
+ "key": {
2365
2312
  "type": "identifier",
2366
- "name": "Datasource"
2367
- }
2368
- }
2369
- }
2370
- }
2371
- ],
2372
- "events": [],
2373
- "methods": [],
2374
- "types": [
2375
- {
2376
- "type": "typeAlias",
2377
- "name": "Layout",
2378
- "annotation": {
2379
- "type": "union",
2380
- "types": [
2381
- {
2382
- "type": "jsLiteral",
2383
- "value": "column"
2313
+ "name": "type"
2384
2314
  },
2385
- {
2386
- "type": "jsLiteral",
2387
- "value": "column-townhouse"
2315
+ "annotation": {
2316
+ "type": "union",
2317
+ "types": [
2318
+ {
2319
+ "type": "jsLiteral",
2320
+ "value": "host"
2321
+ },
2322
+ {
2323
+ "type": "jsLiteral",
2324
+ "value": "k8s"
2325
+ },
2326
+ {
2327
+ "type": "jsLiteral",
2328
+ "value": "k8s-blue"
2329
+ }
2330
+ ]
2388
2331
  },
2389
- {
2390
- "type": "jsLiteral",
2391
- "value": "row"
2332
+ "computed": false
2333
+ },
2334
+ {
2335
+ "type": "propertySignature",
2336
+ "key": {
2337
+ "type": "identifier",
2338
+ "name": "nodes"
2392
2339
  },
2393
- {
2394
- "type": "jsLiteral",
2395
- "value": "row-townhouse"
2396
- }
2397
- ]
2398
- }
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
+ ]
2399
2353
  },
2400
2354
  {
2401
2355
  "type": "interface",
2402
- "name": "Datasource",
2356
+ "name": "Node",
2403
2357
  "body": [
2404
2358
  {
2405
2359
  "type": "propertySignature",
2406
2360
  "key": {
2407
2361
  "type": "identifier",
2408
- "name": "value"
2362
+ "name": "nodeTitle"
2409
2363
  },
2410
2364
  "annotation": {
2411
2365
  "type": "keyword",
2412
- "value": "any"
2366
+ "value": "string"
2413
2367
  },
2414
2368
  "computed": false
2415
2369
  },
@@ -2417,7 +2371,7 @@
2417
2371
  "type": "propertySignature",
2418
2372
  "key": {
2419
2373
  "type": "identifier",
2420
- "name": "desc"
2374
+ "name": "key"
2421
2375
  },
2422
2376
  "annotation": {
2423
2377
  "type": "keyword",
@@ -2429,16 +2383,62 @@
2429
2383
  "type": "propertySignature",
2430
2384
  "key": {
2431
2385
  "type": "identifier",
2432
- "name": "unit"
2386
+ "name": "type"
2387
+ },
2388
+ "annotation": {
2389
+ "type": "union",
2390
+ "types": [
2391
+ {
2392
+ "type": "jsLiteral",
2393
+ "value": "container-group"
2394
+ },
2395
+ {
2396
+ "type": "jsLiteral",
2397
+ "value": "physical-machine"
2398
+ },
2399
+ {
2400
+ "type": "jsLiteral",
2401
+ "value": "virtual-machine"
2402
+ }
2403
+ ]
2404
+ },
2405
+ "computed": false
2406
+ },
2407
+ {
2408
+ "type": "propertySignature",
2409
+ "key": {
2410
+ "type": "identifier",
2411
+ "name": "isAlert"
2433
2412
  },
2434
2413
  "annotation": {
2435
2414
  "type": "keyword",
2436
- "value": "string"
2415
+ "value": "boolean"
2437
2416
  },
2438
2417
  "optional": true,
2439
2418
  "computed": false
2440
2419
  }
2441
2420
  ]
2421
+ },
2422
+ {
2423
+ "type": "typeAlias",
2424
+ "name": "ChangeType",
2425
+ "annotation": {
2426
+ "type": "union",
2427
+ "types": [
2428
+ {
2429
+ "type": "jsLiteral",
2430
+ "value": "node"
2431
+ },
2432
+ {
2433
+ "type": "jsLiteral",
2434
+ "value": "cluster"
2435
+ },
2436
+ {
2437
+ "type": "jsLiteral",
2438
+ "value": "layer"
2439
+ }
2440
+ ]
2441
+ }
2442
2442
  }
2443
2443
  ]
2444
2444
  },
@@ -3416,6 +3416,39 @@
3416
3416
  "optional": true,
3417
3417
  "computed": false
3418
3418
  },
3419
+ {
3420
+ "type": "propertySignature",
3421
+ "key": {
3422
+ "type": "identifier",
3423
+ "name": "coordinate"
3424
+ },
3425
+ "annotation": {
3426
+ "type": "tuple",
3427
+ "elementTypes": [
3428
+ {
3429
+ "type": "namedTupleMember",
3430
+ "label": "longitude",
3431
+ "optional": false,
3432
+ "elementType": {
3433
+ "type": "keyword",
3434
+ "value": "number"
3435
+ }
3436
+ },
3437
+ {
3438
+ "type": "namedTupleMember",
3439
+ "label": "latitude",
3440
+ "optional": false,
3441
+ "elementType": {
3442
+ "type": "keyword",
3443
+ "value": "number"
3444
+ }
3445
+ }
3446
+ ]
3447
+ },
3448
+ "optional": true,
3449
+ "computed": false,
3450
+ "description": "手动设置经纬度信息,优先级高于 province 和 city"
3451
+ },
3419
3452
  {
3420
3453
  "type": "propertySignature",
3421
3454
  "key": {