@next-bricks/data-view 1.12.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 +12 -12
- package/dist/examples.json +22 -22
- package/dist/index.bddd5f0f.js +2 -0
- package/dist/{index.bf37ece0.js.map → index.bddd5f0f.js.map} +1 -1
- package/dist/manifest.json +271 -271
- package/dist/types.json +475 -475
- package/docs/china-map-chart.md +1 -1
- package/package.json +2 -2
- package/dist/index.bf37ece0.js +0 -2
package/dist/types.json
CHANGED
|
@@ -40,6 +40,110 @@
|
|
|
40
40
|
"events": [],
|
|
41
41
|
"methods": []
|
|
42
42
|
},
|
|
43
|
+
"data-view.modern-style-component-title": {
|
|
44
|
+
"properties": [
|
|
45
|
+
{
|
|
46
|
+
"name": "hideLeftComponent",
|
|
47
|
+
"annotation": {
|
|
48
|
+
"type": "keyword",
|
|
49
|
+
"value": "boolean"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "hideRightComponent",
|
|
54
|
+
"annotation": {
|
|
55
|
+
"type": "keyword",
|
|
56
|
+
"value": "boolean"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "componentTitle",
|
|
61
|
+
"annotation": {
|
|
62
|
+
"type": "keyword",
|
|
63
|
+
"value": "string"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "titleTextStyle",
|
|
68
|
+
"annotation": {
|
|
69
|
+
"type": "reference",
|
|
70
|
+
"typeName": {
|
|
71
|
+
"type": "identifier",
|
|
72
|
+
"name": "CSSProperties"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "squareColor",
|
|
78
|
+
"annotation": {
|
|
79
|
+
"type": "indexedAccess",
|
|
80
|
+
"objectType": {
|
|
81
|
+
"type": "reference",
|
|
82
|
+
"typeName": {
|
|
83
|
+
"type": "identifier",
|
|
84
|
+
"name": "CSSProperties"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"indexType": {
|
|
88
|
+
"type": "jsLiteral",
|
|
89
|
+
"value": "color"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"events": [],
|
|
95
|
+
"methods": []
|
|
96
|
+
},
|
|
97
|
+
"data-view.modern-style-page-title": {
|
|
98
|
+
"properties": [
|
|
99
|
+
{
|
|
100
|
+
"name": "pageTitle",
|
|
101
|
+
"annotation": {
|
|
102
|
+
"type": "keyword",
|
|
103
|
+
"value": "string"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "description",
|
|
108
|
+
"annotation": {
|
|
109
|
+
"type": "keyword",
|
|
110
|
+
"value": "string"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "backgroundStyle",
|
|
115
|
+
"annotation": {
|
|
116
|
+
"type": "reference",
|
|
117
|
+
"typeName": {
|
|
118
|
+
"type": "identifier",
|
|
119
|
+
"name": "CSSProperties"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "leftRoundStyle",
|
|
125
|
+
"annotation": {
|
|
126
|
+
"type": "reference",
|
|
127
|
+
"typeName": {
|
|
128
|
+
"type": "identifier",
|
|
129
|
+
"name": "CSSProperties"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "rightRoundStyle",
|
|
135
|
+
"annotation": {
|
|
136
|
+
"type": "reference",
|
|
137
|
+
"typeName": {
|
|
138
|
+
"type": "identifier",
|
|
139
|
+
"name": "CSSProperties"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"events": [],
|
|
145
|
+
"methods": []
|
|
146
|
+
},
|
|
43
147
|
"data-view.tabs-drawer": {
|
|
44
148
|
"properties": [
|
|
45
149
|
{
|
|
@@ -372,110 +476,6 @@
|
|
|
372
476
|
}
|
|
373
477
|
]
|
|
374
478
|
},
|
|
375
|
-
"data-view.modern-style-component-title": {
|
|
376
|
-
"properties": [
|
|
377
|
-
{
|
|
378
|
-
"name": "hideLeftComponent",
|
|
379
|
-
"annotation": {
|
|
380
|
-
"type": "keyword",
|
|
381
|
-
"value": "boolean"
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"name": "hideRightComponent",
|
|
386
|
-
"annotation": {
|
|
387
|
-
"type": "keyword",
|
|
388
|
-
"value": "boolean"
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"name": "componentTitle",
|
|
393
|
-
"annotation": {
|
|
394
|
-
"type": "keyword",
|
|
395
|
-
"value": "string"
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"name": "titleTextStyle",
|
|
400
|
-
"annotation": {
|
|
401
|
-
"type": "reference",
|
|
402
|
-
"typeName": {
|
|
403
|
-
"type": "identifier",
|
|
404
|
-
"name": "CSSProperties"
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"name": "squareColor",
|
|
410
|
-
"annotation": {
|
|
411
|
-
"type": "indexedAccess",
|
|
412
|
-
"objectType": {
|
|
413
|
-
"type": "reference",
|
|
414
|
-
"typeName": {
|
|
415
|
-
"type": "identifier",
|
|
416
|
-
"name": "CSSProperties"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
"indexType": {
|
|
420
|
-
"type": "jsLiteral",
|
|
421
|
-
"value": "color"
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
],
|
|
426
|
-
"events": [],
|
|
427
|
-
"methods": []
|
|
428
|
-
},
|
|
429
|
-
"data-view.modern-style-page-title": {
|
|
430
|
-
"properties": [
|
|
431
|
-
{
|
|
432
|
-
"name": "pageTitle",
|
|
433
|
-
"annotation": {
|
|
434
|
-
"type": "keyword",
|
|
435
|
-
"value": "string"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"name": "description",
|
|
440
|
-
"annotation": {
|
|
441
|
-
"type": "keyword",
|
|
442
|
-
"value": "string"
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"name": "backgroundStyle",
|
|
447
|
-
"annotation": {
|
|
448
|
-
"type": "reference",
|
|
449
|
-
"typeName": {
|
|
450
|
-
"type": "identifier",
|
|
451
|
-
"name": "CSSProperties"
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
"name": "leftRoundStyle",
|
|
457
|
-
"annotation": {
|
|
458
|
-
"type": "reference",
|
|
459
|
-
"typeName": {
|
|
460
|
-
"type": "identifier",
|
|
461
|
-
"name": "CSSProperties"
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"name": "rightRoundStyle",
|
|
467
|
-
"annotation": {
|
|
468
|
-
"type": "reference",
|
|
469
|
-
"typeName": {
|
|
470
|
-
"type": "identifier",
|
|
471
|
-
"name": "CSSProperties"
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
],
|
|
476
|
-
"events": [],
|
|
477
|
-
"methods": []
|
|
478
|
-
},
|
|
479
479
|
"data-view.dropdown-menu": {
|
|
480
480
|
"properties": [
|
|
481
481
|
{
|
|
@@ -1698,35 +1698,6 @@
|
|
|
1698
1698
|
}
|
|
1699
1699
|
]
|
|
1700
1700
|
},
|
|
1701
|
-
"data-view.lights-component-title": {
|
|
1702
|
-
"properties": [
|
|
1703
|
-
{
|
|
1704
|
-
"name": "componentTitle",
|
|
1705
|
-
"annotation": {
|
|
1706
|
-
"type": "keyword",
|
|
1707
|
-
"value": "string"
|
|
1708
|
-
}
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "theme",
|
|
1712
|
-
"annotation": {
|
|
1713
|
-
"type": "union",
|
|
1714
|
-
"types": [
|
|
1715
|
-
{
|
|
1716
|
-
"type": "jsLiteral",
|
|
1717
|
-
"value": "light"
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"type": "jsLiteral",
|
|
1721
|
-
"value": "dark"
|
|
1722
|
-
}
|
|
1723
|
-
]
|
|
1724
|
-
}
|
|
1725
|
-
}
|
|
1726
|
-
],
|
|
1727
|
-
"events": [],
|
|
1728
|
-
"methods": []
|
|
1729
|
-
},
|
|
1730
1701
|
"data-view.top-title-bar": {
|
|
1731
1702
|
"properties": [
|
|
1732
1703
|
{
|
|
@@ -1773,27 +1744,56 @@
|
|
|
1773
1744
|
}
|
|
1774
1745
|
]
|
|
1775
1746
|
},
|
|
1776
|
-
"data-view.
|
|
1747
|
+
"data-view.lights-component-title": {
|
|
1777
1748
|
"properties": [
|
|
1778
1749
|
{
|
|
1779
|
-
"name": "
|
|
1750
|
+
"name": "componentTitle",
|
|
1780
1751
|
"annotation": {
|
|
1781
|
-
"type": "
|
|
1782
|
-
"
|
|
1783
|
-
"type": "identifier",
|
|
1784
|
-
"name": "buttonType"
|
|
1785
|
-
}
|
|
1752
|
+
"type": "keyword",
|
|
1753
|
+
"value": "string"
|
|
1786
1754
|
}
|
|
1787
1755
|
},
|
|
1788
1756
|
{
|
|
1789
|
-
"name": "
|
|
1757
|
+
"name": "theme",
|
|
1790
1758
|
"annotation": {
|
|
1791
|
-
"type": "
|
|
1792
|
-
"
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
"
|
|
1796
|
-
|
|
1759
|
+
"type": "union",
|
|
1760
|
+
"types": [
|
|
1761
|
+
{
|
|
1762
|
+
"type": "jsLiteral",
|
|
1763
|
+
"value": "light"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"type": "jsLiteral",
|
|
1767
|
+
"value": "dark"
|
|
1768
|
+
}
|
|
1769
|
+
]
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
],
|
|
1773
|
+
"events": [],
|
|
1774
|
+
"methods": []
|
|
1775
|
+
},
|
|
1776
|
+
"data-view.hi-tech-button": {
|
|
1777
|
+
"properties": [
|
|
1778
|
+
{
|
|
1779
|
+
"name": "type",
|
|
1780
|
+
"annotation": {
|
|
1781
|
+
"type": "reference",
|
|
1782
|
+
"typeName": {
|
|
1783
|
+
"type": "identifier",
|
|
1784
|
+
"name": "buttonType"
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"name": "buttonStyle",
|
|
1790
|
+
"annotation": {
|
|
1791
|
+
"type": "reference",
|
|
1792
|
+
"typeName": {
|
|
1793
|
+
"type": "qualifiedName",
|
|
1794
|
+
"left": {
|
|
1795
|
+
"type": "identifier",
|
|
1796
|
+
"name": "React"
|
|
1797
1797
|
},
|
|
1798
1798
|
"right": {
|
|
1799
1799
|
"type": "identifier",
|
|
@@ -2006,80 +2006,6 @@
|
|
|
2006
2006
|
}
|
|
2007
2007
|
]
|
|
2008
2008
|
},
|
|
2009
|
-
"data-view.data-display-flipper": {
|
|
2010
|
-
"properties": [
|
|
2011
|
-
{
|
|
2012
|
-
"name": "flipperTitle",
|
|
2013
|
-
"annotation": {
|
|
2014
|
-
"type": "keyword",
|
|
2015
|
-
"value": "string"
|
|
2016
|
-
}
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"name": "flipperStyle",
|
|
2020
|
-
"annotation": {
|
|
2021
|
-
"type": "reference",
|
|
2022
|
-
"typeName": {
|
|
2023
|
-
"type": "qualifiedName",
|
|
2024
|
-
"left": {
|
|
2025
|
-
"type": "identifier",
|
|
2026
|
-
"name": "React"
|
|
2027
|
-
},
|
|
2028
|
-
"right": {
|
|
2029
|
-
"type": "identifier",
|
|
2030
|
-
"name": "CSSProperties"
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
|
-
}
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
"name": "data",
|
|
2037
|
-
"annotation": {
|
|
2038
|
-
"type": "union",
|
|
2039
|
-
"types": [
|
|
2040
|
-
{
|
|
2041
|
-
"type": "keyword",
|
|
2042
|
-
"value": "number"
|
|
2043
|
-
},
|
|
2044
|
-
{
|
|
2045
|
-
"type": "keyword",
|
|
2046
|
-
"value": "string"
|
|
2047
|
-
}
|
|
2048
|
-
]
|
|
2049
|
-
}
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
"name": "unit",
|
|
2053
|
-
"annotation": {
|
|
2054
|
-
"type": "keyword",
|
|
2055
|
-
"value": "string"
|
|
2056
|
-
}
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"name": "enableTitlePrefix",
|
|
2060
|
-
"annotation": {
|
|
2061
|
-
"type": "keyword",
|
|
2062
|
-
"value": "boolean"
|
|
2063
|
-
}
|
|
2064
|
-
},
|
|
2065
|
-
{
|
|
2066
|
-
"name": "showDefaultPrefix",
|
|
2067
|
-
"annotation": {
|
|
2068
|
-
"type": "keyword",
|
|
2069
|
-
"value": "boolean"
|
|
2070
|
-
}
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"name": "separator",
|
|
2074
|
-
"annotation": {
|
|
2075
|
-
"type": "keyword",
|
|
2076
|
-
"value": "string"
|
|
2077
|
-
}
|
|
2078
|
-
}
|
|
2079
|
-
],
|
|
2080
|
-
"events": [],
|
|
2081
|
-
"methods": []
|
|
2082
|
-
},
|
|
2083
2009
|
"data-view.basic-index-group": {
|
|
2084
2010
|
"properties": [
|
|
2085
2011
|
{
|
|
@@ -2230,6 +2156,80 @@
|
|
|
2230
2156
|
}
|
|
2231
2157
|
]
|
|
2232
2158
|
},
|
|
2159
|
+
"data-view.data-display-flipper": {
|
|
2160
|
+
"properties": [
|
|
2161
|
+
{
|
|
2162
|
+
"name": "flipperTitle",
|
|
2163
|
+
"annotation": {
|
|
2164
|
+
"type": "keyword",
|
|
2165
|
+
"value": "string"
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
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",
|
|
2187
|
+
"annotation": {
|
|
2188
|
+
"type": "union",
|
|
2189
|
+
"types": [
|
|
2190
|
+
{
|
|
2191
|
+
"type": "keyword",
|
|
2192
|
+
"value": "number"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"type": "keyword",
|
|
2196
|
+
"value": "string"
|
|
2197
|
+
}
|
|
2198
|
+
]
|
|
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
|
+
}
|
|
2228
|
+
}
|
|
2229
|
+
],
|
|
2230
|
+
"events": [],
|
|
2231
|
+
"methods": []
|
|
2232
|
+
},
|
|
2233
2233
|
"data-view.data-display-flipper-fifth": {
|
|
2234
2234
|
"properties": [
|
|
2235
2235
|
{
|
|
@@ -2469,262 +2469,29 @@
|
|
|
2469
2469
|
"name": "progress",
|
|
2470
2470
|
"annotation": {
|
|
2471
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"
|
|
2490
|
-
}
|
|
2491
|
-
}
|
|
2492
|
-
}
|
|
2493
|
-
],
|
|
2494
|
-
"methods": []
|
|
2495
|
-
},
|
|
2496
|
-
"data-view.cabinet-container": {
|
|
2497
|
-
"properties": [
|
|
2498
|
-
{
|
|
2499
|
-
"name": "type",
|
|
2500
|
-
"annotation": {
|
|
2501
|
-
"type": "reference",
|
|
2502
|
-
"typeName": {
|
|
2503
|
-
"type": "identifier",
|
|
2504
|
-
"name": "ContainerType"
|
|
2505
|
-
}
|
|
2506
|
-
}
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
"name": "data",
|
|
2510
|
-
"annotation": {
|
|
2511
|
-
"type": "array",
|
|
2512
|
-
"elementType": {
|
|
2513
|
-
"type": "reference",
|
|
2514
|
-
"typeName": {
|
|
2515
|
-
"type": "identifier",
|
|
2516
|
-
"name": "CabinetNodeProps"
|
|
2517
|
-
}
|
|
2518
|
-
}
|
|
2519
|
-
}
|
|
2520
|
-
},
|
|
2521
|
-
{
|
|
2522
|
-
"name": "status",
|
|
2523
|
-
"annotation": {
|
|
2524
|
-
"type": "union",
|
|
2525
|
-
"types": [
|
|
2526
|
-
{
|
|
2527
|
-
"type": "jsLiteral",
|
|
2528
|
-
"value": "active"
|
|
2529
|
-
},
|
|
2530
|
-
{
|
|
2531
|
-
"type": "jsLiteral",
|
|
2532
|
-
"value": "faded"
|
|
2533
|
-
}
|
|
2534
|
-
]
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"name": "customTitle",
|
|
2539
|
-
"annotation": {
|
|
2540
|
-
"type": "keyword",
|
|
2541
|
-
"value": "string"
|
|
2542
|
-
}
|
|
2543
|
-
}
|
|
2544
|
-
],
|
|
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
|
-
],
|
|
2571
|
-
"methods": [],
|
|
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
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"type": "interface",
|
|
2596
|
-
"name": "CabinetNodeProps",
|
|
2597
|
-
"body": [
|
|
2598
|
-
{
|
|
2599
|
-
"type": "propertySignature",
|
|
2600
|
-
"key": {
|
|
2601
|
-
"type": "identifier",
|
|
2602
|
-
"name": "type"
|
|
2603
|
-
},
|
|
2604
|
-
"annotation": {
|
|
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"
|
|
2622
|
-
}
|
|
2623
|
-
]
|
|
2624
|
-
},
|
|
2625
|
-
"computed": false
|
|
2626
|
-
},
|
|
2627
|
-
{
|
|
2628
|
-
"type": "propertySignature",
|
|
2629
|
-
"key": {
|
|
2630
|
-
"type": "identifier",
|
|
2631
|
-
"name": "nodeTitle"
|
|
2632
|
-
},
|
|
2633
|
-
"annotation": {
|
|
2634
|
-
"type": "keyword",
|
|
2635
|
-
"value": "string"
|
|
2636
|
-
},
|
|
2637
|
-
"computed": false
|
|
2638
|
-
},
|
|
2639
|
-
{
|
|
2640
|
-
"type": "propertySignature",
|
|
2641
|
-
"key": {
|
|
2642
|
-
"type": "identifier",
|
|
2643
|
-
"name": "status"
|
|
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"
|
|
2666
|
-
},
|
|
2667
|
-
"annotation": {
|
|
2668
|
-
"type": "keyword",
|
|
2669
|
-
"value": "boolean"
|
|
2670
|
-
},
|
|
2671
|
-
"optional": true,
|
|
2672
|
-
"computed": false
|
|
2673
|
-
}
|
|
2674
|
-
]
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
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
|
|
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": [
|
|
@@ -3472,6 +3239,239 @@
|
|
|
3472
3239
|
}
|
|
3473
3240
|
]
|
|
3474
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
|
+
},
|
|
3475
3475
|
"data-view.modern-style-treemap": {
|
|
3476
3476
|
"properties": [
|
|
3477
3477
|
{
|