@next-bricks/data-view 1.10.10 → 1.10.12
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 +8 -8
- package/dist/chunks/3171.844c796f.js +2 -0
- package/dist/chunks/{5552.c7abf709.js.map → 3171.844c796f.js.map} +1 -1
- package/dist/chunks/{6314.2caa1846.js → 3933.0bb7da1d.js} +2 -2
- package/dist/chunks/{6314.2caa1846.js.map → 3933.0bb7da1d.js.map} +1 -1
- package/dist/chunks/4291.66178472.js +2 -0
- package/dist/chunks/4291.66178472.js.map +1 -0
- package/dist/chunks/5552.6fcbd077.js +2 -0
- package/dist/chunks/{3171.4ec49a67.js.map → 5552.6fcbd077.js.map} +1 -1
- package/dist/chunks/5902.549535f9.js +3 -0
- package/dist/chunks/5902.549535f9.js.map +1 -0
- package/dist/chunks/{3933.e1a5baea.js → 6314.9f58384b.js} +2 -2
- package/dist/chunks/{3933.e1a5baea.js.map → 6314.9f58384b.js.map} +1 -1
- package/dist/chunks/8097.8f59d530.js +2 -0
- package/dist/chunks/{8097.790cb624.js.map → 8097.8f59d530.js.map} +1 -1
- package/dist/chunks/{8826.58e3e455.js → 8826.da754999.js} +2 -2
- package/dist/chunks/{8826.58e3e455.js.map → 8826.da754999.js.map} +1 -1
- package/dist/chunks/9140.e170dabc.js +3 -0
- package/dist/chunks/9140.e170dabc.js.map +1 -0
- package/dist/chunks/{complex-search.96805f23.js → complex-search.6e250583.js} +2 -2
- package/dist/chunks/{complex-search.96805f23.js.map → complex-search.6e250583.js.map} +1 -1
- package/dist/chunks/{graph-text.68c50603.js → graph-text.7519cf16.js} +2 -2
- package/dist/chunks/{graph-text.68c50603.js.map → graph-text.7519cf16.js.map} +1 -1
- package/dist/chunks/main.5a631d5a.js +2 -0
- package/dist/chunks/{main.17ec0a6e.js.map → main.5a631d5a.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.e7d66b7e.js → modern-style-treemap.e69e96f5.js} +3 -3
- package/dist/chunks/{modern-style-treemap.e7d66b7e.js.map → modern-style-treemap.e69e96f5.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/index.bda4d569.js +2 -0
- package/dist/index.bda4d569.js.map +1 -0
- package/dist/manifest.json +143 -143
- package/dist/types.json +331 -331
- package/package.json +3 -3
- package/dist/chunks/3171.4ec49a67.js +0 -2
- package/dist/chunks/4185.e62f1747.js +0 -3
- package/dist/chunks/4185.e62f1747.js.map +0 -1
- package/dist/chunks/4291.8a2ae0f7.js +0 -2
- package/dist/chunks/4291.8a2ae0f7.js.map +0 -1
- package/dist/chunks/5552.c7abf709.js +0 -2
- package/dist/chunks/5902.8d260dd5.js +0 -3
- package/dist/chunks/5902.8d260dd5.js.map +0 -1
- package/dist/chunks/8097.790cb624.js +0 -2
- package/dist/chunks/main.17ec0a6e.js +0 -2
- package/dist/index.5efb9d19.js +0 -2
- package/dist/index.5efb9d19.js.map +0 -1
- /package/dist/chunks/{5902.8d260dd5.js.LICENSE.txt → 5902.549535f9.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{4185.e62f1747.js.LICENSE.txt → 9140.e170dabc.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.e7d66b7e.js.LICENSE.txt → modern-style-treemap.e69e96f5.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -40,31 +40,34 @@
|
|
|
40
40
|
"events": [],
|
|
41
41
|
"methods": []
|
|
42
42
|
},
|
|
43
|
-
"data-view.modern-style-
|
|
43
|
+
"data-view.modern-style-page-title": {
|
|
44
44
|
"properties": [
|
|
45
45
|
{
|
|
46
|
-
"name": "
|
|
46
|
+
"name": "pageTitle",
|
|
47
47
|
"annotation": {
|
|
48
48
|
"type": "keyword",
|
|
49
|
-
"value": "
|
|
49
|
+
"value": "string"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
"name": "
|
|
53
|
+
"name": "description",
|
|
54
54
|
"annotation": {
|
|
55
55
|
"type": "keyword",
|
|
56
|
-
"value": "
|
|
56
|
+
"value": "string"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
"name": "
|
|
60
|
+
"name": "backgroundStyle",
|
|
61
61
|
"annotation": {
|
|
62
|
-
"type": "
|
|
63
|
-
"
|
|
62
|
+
"type": "reference",
|
|
63
|
+
"typeName": {
|
|
64
|
+
"type": "identifier",
|
|
65
|
+
"name": "CSSProperties"
|
|
66
|
+
}
|
|
64
67
|
}
|
|
65
68
|
},
|
|
66
69
|
{
|
|
67
|
-
"name": "
|
|
70
|
+
"name": "leftRoundStyle",
|
|
68
71
|
"annotation": {
|
|
69
72
|
"type": "reference",
|
|
70
73
|
"typeName": {
|
|
@@ -74,19 +77,12 @@
|
|
|
74
77
|
}
|
|
75
78
|
},
|
|
76
79
|
{
|
|
77
|
-
"name": "
|
|
80
|
+
"name": "rightRoundStyle",
|
|
78
81
|
"annotation": {
|
|
79
|
-
"type": "
|
|
80
|
-
"
|
|
81
|
-
"type": "
|
|
82
|
-
"
|
|
83
|
-
"type": "identifier",
|
|
84
|
-
"name": "CSSProperties"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
"indexType": {
|
|
88
|
-
"type": "jsLiteral",
|
|
89
|
-
"value": "color"
|
|
82
|
+
"type": "reference",
|
|
83
|
+
"typeName": {
|
|
84
|
+
"type": "identifier",
|
|
85
|
+
"name": "CSSProperties"
|
|
90
86
|
}
|
|
91
87
|
}
|
|
92
88
|
}
|
|
@@ -94,34 +90,31 @@
|
|
|
94
90
|
"events": [],
|
|
95
91
|
"methods": []
|
|
96
92
|
},
|
|
97
|
-
"data-view.modern-style-
|
|
93
|
+
"data-view.modern-style-component-title": {
|
|
98
94
|
"properties": [
|
|
99
95
|
{
|
|
100
|
-
"name": "
|
|
96
|
+
"name": "hideLeftComponent",
|
|
101
97
|
"annotation": {
|
|
102
98
|
"type": "keyword",
|
|
103
|
-
"value": "
|
|
99
|
+
"value": "boolean"
|
|
104
100
|
}
|
|
105
101
|
},
|
|
106
102
|
{
|
|
107
|
-
"name": "
|
|
103
|
+
"name": "hideRightComponent",
|
|
108
104
|
"annotation": {
|
|
109
105
|
"type": "keyword",
|
|
110
|
-
"value": "
|
|
106
|
+
"value": "boolean"
|
|
111
107
|
}
|
|
112
108
|
},
|
|
113
109
|
{
|
|
114
|
-
"name": "
|
|
110
|
+
"name": "componentTitle",
|
|
115
111
|
"annotation": {
|
|
116
|
-
"type": "
|
|
117
|
-
"
|
|
118
|
-
"type": "identifier",
|
|
119
|
-
"name": "CSSProperties"
|
|
120
|
-
}
|
|
112
|
+
"type": "keyword",
|
|
113
|
+
"value": "string"
|
|
121
114
|
}
|
|
122
115
|
},
|
|
123
116
|
{
|
|
124
|
-
"name": "
|
|
117
|
+
"name": "titleTextStyle",
|
|
125
118
|
"annotation": {
|
|
126
119
|
"type": "reference",
|
|
127
120
|
"typeName": {
|
|
@@ -131,12 +124,19 @@
|
|
|
131
124
|
}
|
|
132
125
|
},
|
|
133
126
|
{
|
|
134
|
-
"name": "
|
|
127
|
+
"name": "squareColor",
|
|
135
128
|
"annotation": {
|
|
136
|
-
"type": "
|
|
137
|
-
"
|
|
138
|
-
"type": "
|
|
139
|
-
"
|
|
129
|
+
"type": "indexedAccess",
|
|
130
|
+
"objectType": {
|
|
131
|
+
"type": "reference",
|
|
132
|
+
"typeName": {
|
|
133
|
+
"type": "identifier",
|
|
134
|
+
"name": "CSSProperties"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"indexType": {
|
|
138
|
+
"type": "jsLiteral",
|
|
139
|
+
"value": "color"
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
}
|
|
@@ -2493,58 +2493,134 @@
|
|
|
2493
2493
|
],
|
|
2494
2494
|
"methods": []
|
|
2495
2495
|
},
|
|
2496
|
-
"data-view.cabinet-
|
|
2496
|
+
"data-view.cabinet-container": {
|
|
2497
2497
|
"properties": [
|
|
2498
2498
|
{
|
|
2499
|
-
"name": "
|
|
2499
|
+
"name": "type",
|
|
2500
|
+
"annotation": {
|
|
2501
|
+
"type": "reference",
|
|
2502
|
+
"typeName": {
|
|
2503
|
+
"type": "identifier",
|
|
2504
|
+
"name": "ContainerType"
|
|
2505
|
+
}
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
"name": "data",
|
|
2500
2510
|
"annotation": {
|
|
2501
2511
|
"type": "array",
|
|
2502
2512
|
"elementType": {
|
|
2503
2513
|
"type": "reference",
|
|
2504
2514
|
"typeName": {
|
|
2505
2515
|
"type": "identifier",
|
|
2506
|
-
"name": "
|
|
2516
|
+
"name": "CabinetNodeProps"
|
|
2507
2517
|
}
|
|
2508
2518
|
}
|
|
2509
2519
|
}
|
|
2510
2520
|
},
|
|
2511
2521
|
{
|
|
2512
|
-
"name": "
|
|
2522
|
+
"name": "status",
|
|
2513
2523
|
"annotation": {
|
|
2514
|
-
"type": "
|
|
2515
|
-
"
|
|
2524
|
+
"type": "union",
|
|
2525
|
+
"types": [
|
|
2526
|
+
{
|
|
2527
|
+
"type": "jsLiteral",
|
|
2528
|
+
"value": "active"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"type": "jsLiteral",
|
|
2532
|
+
"value": "faded"
|
|
2533
|
+
}
|
|
2534
|
+
]
|
|
2516
2535
|
}
|
|
2517
2536
|
},
|
|
2518
2537
|
{
|
|
2519
|
-
"name": "
|
|
2538
|
+
"name": "customTitle",
|
|
2520
2539
|
"annotation": {
|
|
2521
2540
|
"type": "keyword",
|
|
2522
2541
|
"value": "string"
|
|
2523
2542
|
}
|
|
2524
2543
|
}
|
|
2525
2544
|
],
|
|
2526
|
-
"events": [
|
|
2545
|
+
"events": [
|
|
2546
|
+
{
|
|
2547
|
+
"name": "container.click",
|
|
2548
|
+
"detail": {
|
|
2549
|
+
"annotation": {
|
|
2550
|
+
"type": "reference",
|
|
2551
|
+
"typeName": {
|
|
2552
|
+
"type": "identifier",
|
|
2553
|
+
"name": "ClickEventDataType"
|
|
2554
|
+
}
|
|
2555
|
+
}
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"name": "container.dbclick",
|
|
2560
|
+
"detail": {
|
|
2561
|
+
"annotation": {
|
|
2562
|
+
"type": "reference",
|
|
2563
|
+
"typeName": {
|
|
2564
|
+
"type": "identifier",
|
|
2565
|
+
"name": "ClickEventDataType"
|
|
2566
|
+
}
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
}
|
|
2570
|
+
],
|
|
2527
2571
|
"methods": [],
|
|
2528
2572
|
"types": [
|
|
2573
|
+
{
|
|
2574
|
+
"type": "typeAlias",
|
|
2575
|
+
"name": "ContainerType",
|
|
2576
|
+
"annotation": {
|
|
2577
|
+
"type": "union",
|
|
2578
|
+
"types": [
|
|
2579
|
+
{
|
|
2580
|
+
"type": "jsLiteral",
|
|
2581
|
+
"value": "host"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"type": "jsLiteral",
|
|
2585
|
+
"value": "k8s"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"type": "jsLiteral",
|
|
2589
|
+
"value": "k8s-blue"
|
|
2590
|
+
}
|
|
2591
|
+
]
|
|
2592
|
+
}
|
|
2593
|
+
},
|
|
2529
2594
|
{
|
|
2530
2595
|
"type": "interface",
|
|
2531
|
-
"name": "
|
|
2596
|
+
"name": "CabinetNodeProps",
|
|
2532
2597
|
"body": [
|
|
2533
2598
|
{
|
|
2534
2599
|
"type": "propertySignature",
|
|
2535
2600
|
"key": {
|
|
2536
2601
|
"type": "identifier",
|
|
2537
|
-
"name": "
|
|
2602
|
+
"name": "type"
|
|
2538
2603
|
},
|
|
2539
2604
|
"annotation": {
|
|
2540
|
-
"type": "
|
|
2541
|
-
"
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
"
|
|
2545
|
-
|
|
2605
|
+
"type": "union",
|
|
2606
|
+
"types": [
|
|
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"
|
|
2546
2622
|
}
|
|
2547
|
-
|
|
2623
|
+
]
|
|
2548
2624
|
},
|
|
2549
2625
|
"computed": false
|
|
2550
2626
|
},
|
|
@@ -2552,74 +2628,231 @@
|
|
|
2552
2628
|
"type": "propertySignature",
|
|
2553
2629
|
"key": {
|
|
2554
2630
|
"type": "identifier",
|
|
2555
|
-
"name": "
|
|
2631
|
+
"name": "nodeTitle"
|
|
2556
2632
|
},
|
|
2557
2633
|
"annotation": {
|
|
2558
|
-
"type": "
|
|
2559
|
-
"
|
|
2560
|
-
"type": "identifier",
|
|
2561
|
-
"name": "ContainerType"
|
|
2562
|
-
}
|
|
2634
|
+
"type": "keyword",
|
|
2635
|
+
"value": "string"
|
|
2563
2636
|
},
|
|
2564
|
-
"optional": true,
|
|
2565
2637
|
"computed": false
|
|
2566
2638
|
},
|
|
2567
2639
|
{
|
|
2568
2640
|
"type": "propertySignature",
|
|
2569
2641
|
"key": {
|
|
2570
2642
|
"type": "identifier",
|
|
2571
|
-
"name": "
|
|
2643
|
+
"name": "status"
|
|
2572
2644
|
},
|
|
2573
2645
|
"annotation": {
|
|
2574
2646
|
"type": "union",
|
|
2575
2647
|
"types": [
|
|
2576
2648
|
{
|
|
2577
|
-
"type": "
|
|
2578
|
-
"value": "
|
|
2649
|
+
"type": "jsLiteral",
|
|
2650
|
+
"value": "active"
|
|
2579
2651
|
},
|
|
2580
2652
|
{
|
|
2581
|
-
"type": "
|
|
2582
|
-
"value": "
|
|
2653
|
+
"type": "jsLiteral",
|
|
2654
|
+
"value": "faded"
|
|
2583
2655
|
}
|
|
2584
2656
|
]
|
|
2585
2657
|
},
|
|
2586
2658
|
"optional": true,
|
|
2587
2659
|
"computed": false
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"type": "propertySignature",
|
|
2663
|
+
"key": {
|
|
2664
|
+
"type": "identifier",
|
|
2665
|
+
"name": "isAlert"
|
|
2666
|
+
},
|
|
2667
|
+
"annotation": {
|
|
2668
|
+
"type": "keyword",
|
|
2669
|
+
"value": "boolean"
|
|
2670
|
+
},
|
|
2671
|
+
"optional": true,
|
|
2672
|
+
"computed": false
|
|
2588
2673
|
}
|
|
2589
2674
|
]
|
|
2590
|
-
}
|
|
2591
|
-
]
|
|
2592
|
-
},
|
|
2593
|
-
"data-view.graph-layout-grid": {
|
|
2594
|
-
"properties": [
|
|
2595
|
-
{
|
|
2596
|
-
"name": "columns",
|
|
2597
|
-
"annotation": {
|
|
2598
|
-
"type": "keyword",
|
|
2599
|
-
"value": "number"
|
|
2600
|
-
}
|
|
2601
|
-
},
|
|
2602
|
-
{
|
|
2603
|
-
"name": "rows",
|
|
2604
|
-
"annotation": {
|
|
2605
|
-
"type": "keyword",
|
|
2606
|
-
"value": "number"
|
|
2607
|
-
}
|
|
2608
|
-
},
|
|
2609
|
-
{
|
|
2610
|
-
"name": "isReverse",
|
|
2611
|
-
"annotation": {
|
|
2612
|
-
"type": "keyword",
|
|
2613
|
-
"value": "boolean"
|
|
2614
|
-
}
|
|
2615
2675
|
},
|
|
2616
2676
|
{
|
|
2617
|
-
"
|
|
2618
|
-
"
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
"type": "
|
|
2622
|
-
"
|
|
2677
|
+
"type": "interface",
|
|
2678
|
+
"name": "ClickEventDataType",
|
|
2679
|
+
"body": [
|
|
2680
|
+
{
|
|
2681
|
+
"type": "propertySignature",
|
|
2682
|
+
"key": {
|
|
2683
|
+
"type": "identifier",
|
|
2684
|
+
"name": "type"
|
|
2685
|
+
},
|
|
2686
|
+
"annotation": {
|
|
2687
|
+
"type": "union",
|
|
2688
|
+
"types": [
|
|
2689
|
+
{
|
|
2690
|
+
"type": "jsLiteral",
|
|
2691
|
+
"value": "node"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"type": "jsLiteral",
|
|
2695
|
+
"value": "container"
|
|
2696
|
+
}
|
|
2697
|
+
]
|
|
2698
|
+
},
|
|
2699
|
+
"computed": false
|
|
2700
|
+
},
|
|
2701
|
+
{
|
|
2702
|
+
"type": "propertySignature",
|
|
2703
|
+
"key": {
|
|
2704
|
+
"type": "identifier",
|
|
2705
|
+
"name": "data"
|
|
2706
|
+
},
|
|
2707
|
+
"annotation": {
|
|
2708
|
+
"type": "union",
|
|
2709
|
+
"types": [
|
|
2710
|
+
{
|
|
2711
|
+
"type": "reference",
|
|
2712
|
+
"typeName": {
|
|
2713
|
+
"type": "identifier",
|
|
2714
|
+
"name": "CabinetNodeProps"
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"type": "keyword",
|
|
2719
|
+
"value": "undefined"
|
|
2720
|
+
}
|
|
2721
|
+
]
|
|
2722
|
+
},
|
|
2723
|
+
"computed": false
|
|
2724
|
+
}
|
|
2725
|
+
]
|
|
2726
|
+
}
|
|
2727
|
+
]
|
|
2728
|
+
},
|
|
2729
|
+
"data-view.cabinet-thumbnail": {
|
|
2730
|
+
"properties": [
|
|
2731
|
+
{
|
|
2732
|
+
"name": "clusters",
|
|
2733
|
+
"annotation": {
|
|
2734
|
+
"type": "array",
|
|
2735
|
+
"elementType": {
|
|
2736
|
+
"type": "reference",
|
|
2737
|
+
"typeName": {
|
|
2738
|
+
"type": "identifier",
|
|
2739
|
+
"name": "Clusters"
|
|
2740
|
+
}
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"name": "columns",
|
|
2746
|
+
"annotation": {
|
|
2747
|
+
"type": "keyword",
|
|
2748
|
+
"value": "number"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "appName",
|
|
2753
|
+
"annotation": {
|
|
2754
|
+
"type": "keyword",
|
|
2755
|
+
"value": "string"
|
|
2756
|
+
}
|
|
2757
|
+
}
|
|
2758
|
+
],
|
|
2759
|
+
"events": [],
|
|
2760
|
+
"methods": [],
|
|
2761
|
+
"types": [
|
|
2762
|
+
{
|
|
2763
|
+
"type": "interface",
|
|
2764
|
+
"name": "Clusters",
|
|
2765
|
+
"body": [
|
|
2766
|
+
{
|
|
2767
|
+
"type": "propertySignature",
|
|
2768
|
+
"key": {
|
|
2769
|
+
"type": "identifier",
|
|
2770
|
+
"name": "data"
|
|
2771
|
+
},
|
|
2772
|
+
"annotation": {
|
|
2773
|
+
"type": "array",
|
|
2774
|
+
"elementType": {
|
|
2775
|
+
"type": "reference",
|
|
2776
|
+
"typeName": {
|
|
2777
|
+
"type": "identifier",
|
|
2778
|
+
"name": "CabinetNodeProps"
|
|
2779
|
+
}
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2782
|
+
"computed": false
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"type": "propertySignature",
|
|
2786
|
+
"key": {
|
|
2787
|
+
"type": "identifier",
|
|
2788
|
+
"name": "type"
|
|
2789
|
+
},
|
|
2790
|
+
"annotation": {
|
|
2791
|
+
"type": "reference",
|
|
2792
|
+
"typeName": {
|
|
2793
|
+
"type": "identifier",
|
|
2794
|
+
"name": "ContainerType"
|
|
2795
|
+
}
|
|
2796
|
+
},
|
|
2797
|
+
"optional": true,
|
|
2798
|
+
"computed": false
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"type": "propertySignature",
|
|
2802
|
+
"key": {
|
|
2803
|
+
"type": "identifier",
|
|
2804
|
+
"name": "title"
|
|
2805
|
+
},
|
|
2806
|
+
"annotation": {
|
|
2807
|
+
"type": "union",
|
|
2808
|
+
"types": [
|
|
2809
|
+
{
|
|
2810
|
+
"type": "keyword",
|
|
2811
|
+
"value": "string"
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"type": "keyword",
|
|
2815
|
+
"value": "undefined"
|
|
2816
|
+
}
|
|
2817
|
+
]
|
|
2818
|
+
},
|
|
2819
|
+
"optional": true,
|
|
2820
|
+
"computed": false
|
|
2821
|
+
}
|
|
2822
|
+
]
|
|
2823
|
+
}
|
|
2824
|
+
]
|
|
2825
|
+
},
|
|
2826
|
+
"data-view.graph-layout-grid": {
|
|
2827
|
+
"properties": [
|
|
2828
|
+
{
|
|
2829
|
+
"name": "columns",
|
|
2830
|
+
"annotation": {
|
|
2831
|
+
"type": "keyword",
|
|
2832
|
+
"value": "number"
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "rows",
|
|
2837
|
+
"annotation": {
|
|
2838
|
+
"type": "keyword",
|
|
2839
|
+
"value": "number"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "isReverse",
|
|
2844
|
+
"annotation": {
|
|
2845
|
+
"type": "keyword",
|
|
2846
|
+
"value": "boolean"
|
|
2847
|
+
}
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"name": "dataSource",
|
|
2851
|
+
"annotation": {
|
|
2852
|
+
"type": "array",
|
|
2853
|
+
"elementType": {
|
|
2854
|
+
"type": "reference",
|
|
2855
|
+
"typeName": {
|
|
2623
2856
|
"type": "identifier",
|
|
2624
2857
|
"name": "DataSourceType"
|
|
2625
2858
|
}
|
|
@@ -3199,239 +3432,6 @@
|
|
|
3199
3432
|
}
|
|
3200
3433
|
]
|
|
3201
3434
|
},
|
|
3202
|
-
"data-view.cabinet-container": {
|
|
3203
|
-
"properties": [
|
|
3204
|
-
{
|
|
3205
|
-
"name": "type",
|
|
3206
|
-
"annotation": {
|
|
3207
|
-
"type": "reference",
|
|
3208
|
-
"typeName": {
|
|
3209
|
-
"type": "identifier",
|
|
3210
|
-
"name": "ContainerType"
|
|
3211
|
-
}
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"name": "data",
|
|
3216
|
-
"annotation": {
|
|
3217
|
-
"type": "array",
|
|
3218
|
-
"elementType": {
|
|
3219
|
-
"type": "reference",
|
|
3220
|
-
"typeName": {
|
|
3221
|
-
"type": "identifier",
|
|
3222
|
-
"name": "CabinetNodeProps"
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
3225
|
-
}
|
|
3226
|
-
},
|
|
3227
|
-
{
|
|
3228
|
-
"name": "status",
|
|
3229
|
-
"annotation": {
|
|
3230
|
-
"type": "union",
|
|
3231
|
-
"types": [
|
|
3232
|
-
{
|
|
3233
|
-
"type": "jsLiteral",
|
|
3234
|
-
"value": "active"
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"type": "jsLiteral",
|
|
3238
|
-
"value": "faded"
|
|
3239
|
-
}
|
|
3240
|
-
]
|
|
3241
|
-
}
|
|
3242
|
-
},
|
|
3243
|
-
{
|
|
3244
|
-
"name": "customTitle",
|
|
3245
|
-
"annotation": {
|
|
3246
|
-
"type": "keyword",
|
|
3247
|
-
"value": "string"
|
|
3248
|
-
}
|
|
3249
|
-
}
|
|
3250
|
-
],
|
|
3251
|
-
"events": [
|
|
3252
|
-
{
|
|
3253
|
-
"name": "container.click",
|
|
3254
|
-
"detail": {
|
|
3255
|
-
"annotation": {
|
|
3256
|
-
"type": "reference",
|
|
3257
|
-
"typeName": {
|
|
3258
|
-
"type": "identifier",
|
|
3259
|
-
"name": "ClickEventDataType"
|
|
3260
|
-
}
|
|
3261
|
-
}
|
|
3262
|
-
}
|
|
3263
|
-
},
|
|
3264
|
-
{
|
|
3265
|
-
"name": "container.dbclick",
|
|
3266
|
-
"detail": {
|
|
3267
|
-
"annotation": {
|
|
3268
|
-
"type": "reference",
|
|
3269
|
-
"typeName": {
|
|
3270
|
-
"type": "identifier",
|
|
3271
|
-
"name": "ClickEventDataType"
|
|
3272
|
-
}
|
|
3273
|
-
}
|
|
3274
|
-
}
|
|
3275
|
-
}
|
|
3276
|
-
],
|
|
3277
|
-
"methods": [],
|
|
3278
|
-
"types": [
|
|
3279
|
-
{
|
|
3280
|
-
"type": "typeAlias",
|
|
3281
|
-
"name": "ContainerType",
|
|
3282
|
-
"annotation": {
|
|
3283
|
-
"type": "union",
|
|
3284
|
-
"types": [
|
|
3285
|
-
{
|
|
3286
|
-
"type": "jsLiteral",
|
|
3287
|
-
"value": "host"
|
|
3288
|
-
},
|
|
3289
|
-
{
|
|
3290
|
-
"type": "jsLiteral",
|
|
3291
|
-
"value": "k8s"
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"type": "jsLiteral",
|
|
3295
|
-
"value": "k8s-blue"
|
|
3296
|
-
}
|
|
3297
|
-
]
|
|
3298
|
-
}
|
|
3299
|
-
},
|
|
3300
|
-
{
|
|
3301
|
-
"type": "interface",
|
|
3302
|
-
"name": "CabinetNodeProps",
|
|
3303
|
-
"body": [
|
|
3304
|
-
{
|
|
3305
|
-
"type": "propertySignature",
|
|
3306
|
-
"key": {
|
|
3307
|
-
"type": "identifier",
|
|
3308
|
-
"name": "type"
|
|
3309
|
-
},
|
|
3310
|
-
"annotation": {
|
|
3311
|
-
"type": "union",
|
|
3312
|
-
"types": [
|
|
3313
|
-
{
|
|
3314
|
-
"type": "jsLiteral",
|
|
3315
|
-
"value": "container-group"
|
|
3316
|
-
},
|
|
3317
|
-
{
|
|
3318
|
-
"type": "jsLiteral",
|
|
3319
|
-
"value": "physical-machine"
|
|
3320
|
-
},
|
|
3321
|
-
{
|
|
3322
|
-
"type": "jsLiteral",
|
|
3323
|
-
"value": "virtual-machine"
|
|
3324
|
-
},
|
|
3325
|
-
{
|
|
3326
|
-
"type": "jsLiteral",
|
|
3327
|
-
"value": "pod"
|
|
3328
|
-
}
|
|
3329
|
-
]
|
|
3330
|
-
},
|
|
3331
|
-
"computed": false
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"type": "propertySignature",
|
|
3335
|
-
"key": {
|
|
3336
|
-
"type": "identifier",
|
|
3337
|
-
"name": "nodeTitle"
|
|
3338
|
-
},
|
|
3339
|
-
"annotation": {
|
|
3340
|
-
"type": "keyword",
|
|
3341
|
-
"value": "string"
|
|
3342
|
-
},
|
|
3343
|
-
"computed": false
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
"type": "propertySignature",
|
|
3347
|
-
"key": {
|
|
3348
|
-
"type": "identifier",
|
|
3349
|
-
"name": "status"
|
|
3350
|
-
},
|
|
3351
|
-
"annotation": {
|
|
3352
|
-
"type": "union",
|
|
3353
|
-
"types": [
|
|
3354
|
-
{
|
|
3355
|
-
"type": "jsLiteral",
|
|
3356
|
-
"value": "active"
|
|
3357
|
-
},
|
|
3358
|
-
{
|
|
3359
|
-
"type": "jsLiteral",
|
|
3360
|
-
"value": "faded"
|
|
3361
|
-
}
|
|
3362
|
-
]
|
|
3363
|
-
},
|
|
3364
|
-
"optional": true,
|
|
3365
|
-
"computed": false
|
|
3366
|
-
},
|
|
3367
|
-
{
|
|
3368
|
-
"type": "propertySignature",
|
|
3369
|
-
"key": {
|
|
3370
|
-
"type": "identifier",
|
|
3371
|
-
"name": "isAlert"
|
|
3372
|
-
},
|
|
3373
|
-
"annotation": {
|
|
3374
|
-
"type": "keyword",
|
|
3375
|
-
"value": "boolean"
|
|
3376
|
-
},
|
|
3377
|
-
"optional": true,
|
|
3378
|
-
"computed": false
|
|
3379
|
-
}
|
|
3380
|
-
]
|
|
3381
|
-
},
|
|
3382
|
-
{
|
|
3383
|
-
"type": "interface",
|
|
3384
|
-
"name": "ClickEventDataType",
|
|
3385
|
-
"body": [
|
|
3386
|
-
{
|
|
3387
|
-
"type": "propertySignature",
|
|
3388
|
-
"key": {
|
|
3389
|
-
"type": "identifier",
|
|
3390
|
-
"name": "type"
|
|
3391
|
-
},
|
|
3392
|
-
"annotation": {
|
|
3393
|
-
"type": "union",
|
|
3394
|
-
"types": [
|
|
3395
|
-
{
|
|
3396
|
-
"type": "jsLiteral",
|
|
3397
|
-
"value": "node"
|
|
3398
|
-
},
|
|
3399
|
-
{
|
|
3400
|
-
"type": "jsLiteral",
|
|
3401
|
-
"value": "container"
|
|
3402
|
-
}
|
|
3403
|
-
]
|
|
3404
|
-
},
|
|
3405
|
-
"computed": false
|
|
3406
|
-
},
|
|
3407
|
-
{
|
|
3408
|
-
"type": "propertySignature",
|
|
3409
|
-
"key": {
|
|
3410
|
-
"type": "identifier",
|
|
3411
|
-
"name": "data"
|
|
3412
|
-
},
|
|
3413
|
-
"annotation": {
|
|
3414
|
-
"type": "union",
|
|
3415
|
-
"types": [
|
|
3416
|
-
{
|
|
3417
|
-
"type": "reference",
|
|
3418
|
-
"typeName": {
|
|
3419
|
-
"type": "identifier",
|
|
3420
|
-
"name": "CabinetNodeProps"
|
|
3421
|
-
}
|
|
3422
|
-
},
|
|
3423
|
-
{
|
|
3424
|
-
"type": "keyword",
|
|
3425
|
-
"value": "undefined"
|
|
3426
|
-
}
|
|
3427
|
-
]
|
|
3428
|
-
},
|
|
3429
|
-
"computed": false
|
|
3430
|
-
}
|
|
3431
|
-
]
|
|
3432
|
-
}
|
|
3433
|
-
]
|
|
3434
|
-
},
|
|
3435
3435
|
"data-view.modern-style-treemap": {
|
|
3436
3436
|
"properties": [
|
|
3437
3437
|
{
|