@next-bricks/data-view 0.9.4 → 0.9.5
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 +6 -5
- package/dist/chunks/{3494.d850b4d2.js → 3494.0610767d.js} +2 -2
- package/dist/chunks/{7822.83f6e135.js.map → 3494.0610767d.js.map} +1 -1
- package/dist/chunks/4131.aab247a9.js +2 -0
- package/dist/chunks/4131.aab247a9.js.map +1 -0
- package/dist/chunks/{7822.83f6e135.js → 7822.de12dc71.js} +2 -2
- package/dist/chunks/{3494.d850b4d2.js.map → 7822.de12dc71.js.map} +1 -1
- package/dist/chunks/7890.885a981b.js +2 -0
- package/dist/chunks/7890.885a981b.js.map +1 -0
- package/dist/chunks/main.73ecee17.js +2 -0
- package/dist/chunks/{main.0e4c25f7.js.map → main.73ecee17.js.map} +1 -1
- package/dist/chunks/title-text.26debb34.js +2 -0
- package/dist/chunks/title-text.26debb34.js.map +1 -0
- package/dist/index.c15c6055.js +2 -0
- package/dist/index.c15c6055.js.map +1 -0
- package/dist/manifest.json +150 -112
- package/dist/types.json +1543 -923
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/title-text/index.d.ts +58 -0
- package/dist-types/title-text/index.spec.d.ts +1 -0
- package/docs/title-text.md +29 -0
- package/package.json +3 -3
- package/dist/chunks/32.ab6f342f.js +0 -2
- package/dist/chunks/32.ab6f342f.js.map +0 -1
- package/dist/chunks/4131.426d6fc4.js +0 -2
- package/dist/chunks/4131.426d6fc4.js.map +0 -1
- package/dist/chunks/main.0e4c25f7.js +0 -2
- package/dist/index.cc6ab3ed.js +0 -2
- package/dist/index.cc6ab3ed.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -3,145 +3,172 @@
|
|
|
3
3
|
"properties": [
|
|
4
4
|
{
|
|
5
5
|
"name": "radius",
|
|
6
|
-
"
|
|
6
|
+
"annotation": {
|
|
7
7
|
"type": "keyword",
|
|
8
8
|
"value": "number"
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"name": "strokeWidth",
|
|
13
|
-
"
|
|
13
|
+
"annotation": {
|
|
14
14
|
"type": "keyword",
|
|
15
15
|
"value": "number"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "description",
|
|
20
|
-
"
|
|
21
|
-
"type": "
|
|
22
|
-
"
|
|
23
|
-
{
|
|
24
|
-
"type": "keyword",
|
|
25
|
-
"value": "string"
|
|
26
|
-
}
|
|
27
|
-
]
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "keyword",
|
|
22
|
+
"value": "string"
|
|
28
23
|
}
|
|
29
24
|
},
|
|
30
25
|
{
|
|
31
26
|
"name": "value",
|
|
32
|
-
"
|
|
27
|
+
"annotation": {
|
|
33
28
|
"type": "keyword",
|
|
34
29
|
"value": "number"
|
|
35
30
|
}
|
|
36
31
|
},
|
|
37
32
|
{
|
|
38
33
|
"name": "fontSize",
|
|
39
|
-
"
|
|
34
|
+
"annotation": {
|
|
40
35
|
"type": "keyword",
|
|
41
36
|
"value": "number"
|
|
42
37
|
}
|
|
43
38
|
}
|
|
44
|
-
]
|
|
39
|
+
],
|
|
40
|
+
"events": [],
|
|
41
|
+
"methods": []
|
|
45
42
|
},
|
|
46
|
-
"data-view.modern-style-
|
|
43
|
+
"data-view.modern-style-component-title": {
|
|
47
44
|
"properties": [
|
|
48
45
|
{
|
|
49
|
-
"name": "
|
|
50
|
-
"
|
|
46
|
+
"name": "hideLeftComponent",
|
|
47
|
+
"annotation": {
|
|
51
48
|
"type": "keyword",
|
|
52
|
-
"value": "
|
|
49
|
+
"value": "boolean"
|
|
53
50
|
}
|
|
54
51
|
},
|
|
55
52
|
{
|
|
56
|
-
"name": "
|
|
57
|
-
"
|
|
53
|
+
"name": "hideRightComponent",
|
|
54
|
+
"annotation": {
|
|
58
55
|
"type": "keyword",
|
|
59
|
-
"value": "
|
|
56
|
+
"value": "boolean"
|
|
60
57
|
}
|
|
61
58
|
},
|
|
62
59
|
{
|
|
63
|
-
"name": "
|
|
64
|
-
"
|
|
65
|
-
"type": "
|
|
66
|
-
"
|
|
60
|
+
"name": "componentTitle",
|
|
61
|
+
"annotation": {
|
|
62
|
+
"type": "keyword",
|
|
63
|
+
"value": "string"
|
|
67
64
|
}
|
|
68
65
|
},
|
|
69
66
|
{
|
|
70
|
-
"name": "
|
|
71
|
-
"
|
|
67
|
+
"name": "titleTextStyle",
|
|
68
|
+
"annotation": {
|
|
72
69
|
"type": "reference",
|
|
73
|
-
"typeName":
|
|
70
|
+
"typeName": {
|
|
71
|
+
"type": "identifier",
|
|
72
|
+
"name": "CSSProperties"
|
|
73
|
+
}
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
"name": "
|
|
78
|
-
"
|
|
79
|
-
"type": "
|
|
80
|
-
"
|
|
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
|
+
}
|
|
81
91
|
}
|
|
82
92
|
}
|
|
83
|
-
]
|
|
93
|
+
],
|
|
94
|
+
"events": [],
|
|
95
|
+
"methods": []
|
|
84
96
|
},
|
|
85
|
-
"data-view.modern-style-
|
|
97
|
+
"data-view.modern-style-page-title": {
|
|
86
98
|
"properties": [
|
|
87
99
|
{
|
|
88
|
-
"name": "
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
100
|
+
"name": "pageTitle",
|
|
101
|
+
"annotation": {
|
|
102
|
+
"type": "keyword",
|
|
103
|
+
"value": "string"
|
|
104
|
+
}
|
|
92
105
|
},
|
|
93
106
|
{
|
|
94
|
-
"name": "
|
|
95
|
-
"
|
|
107
|
+
"name": "description",
|
|
108
|
+
"annotation": {
|
|
96
109
|
"type": "keyword",
|
|
97
110
|
"value": "string"
|
|
98
111
|
}
|
|
99
112
|
},
|
|
100
113
|
{
|
|
101
|
-
"name": "
|
|
102
|
-
"
|
|
114
|
+
"name": "backgroundStyle",
|
|
115
|
+
"annotation": {
|
|
103
116
|
"type": "reference",
|
|
104
|
-
"typeName":
|
|
117
|
+
"typeName": {
|
|
118
|
+
"type": "identifier",
|
|
119
|
+
"name": "CSSProperties"
|
|
120
|
+
}
|
|
105
121
|
}
|
|
106
122
|
},
|
|
107
123
|
{
|
|
108
|
-
"name": "
|
|
109
|
-
"
|
|
110
|
-
"type": "
|
|
111
|
-
"
|
|
112
|
-
"type": "
|
|
113
|
-
"
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
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"
|
|
118
140
|
}
|
|
119
141
|
}
|
|
120
142
|
}
|
|
121
|
-
]
|
|
143
|
+
],
|
|
144
|
+
"events": [],
|
|
145
|
+
"methods": []
|
|
122
146
|
},
|
|
123
147
|
"data-view.tabs-drawer": {
|
|
124
148
|
"properties": [
|
|
125
149
|
{
|
|
126
150
|
"name": "tabList",
|
|
127
|
-
"
|
|
151
|
+
"annotation": {
|
|
128
152
|
"type": "array",
|
|
129
153
|
"elementType": {
|
|
130
154
|
"type": "reference",
|
|
131
|
-
"typeName":
|
|
155
|
+
"typeName": {
|
|
156
|
+
"type": "identifier",
|
|
157
|
+
"name": "TabItem"
|
|
158
|
+
}
|
|
132
159
|
}
|
|
133
160
|
}
|
|
134
161
|
},
|
|
135
162
|
{
|
|
136
163
|
"name": "activeKey",
|
|
137
|
-
"
|
|
164
|
+
"annotation": {
|
|
138
165
|
"type": "keyword",
|
|
139
166
|
"value": "string"
|
|
140
167
|
}
|
|
141
168
|
},
|
|
142
169
|
{
|
|
143
170
|
"name": "width",
|
|
144
|
-
"
|
|
171
|
+
"annotation": {
|
|
145
172
|
"type": "union",
|
|
146
173
|
"types": [
|
|
147
174
|
{
|
|
@@ -157,114 +184,154 @@
|
|
|
157
184
|
},
|
|
158
185
|
{
|
|
159
186
|
"name": "drawerStyle",
|
|
160
|
-
"
|
|
187
|
+
"annotation": {
|
|
161
188
|
"type": "reference",
|
|
162
|
-
"
|
|
189
|
+
"typeName": {
|
|
163
190
|
"type": "qualifiedName",
|
|
164
191
|
"left": {
|
|
165
192
|
"type": "identifier",
|
|
166
|
-
"
|
|
193
|
+
"name": "React"
|
|
167
194
|
},
|
|
168
195
|
"right": {
|
|
169
196
|
"type": "identifier",
|
|
170
|
-
"
|
|
197
|
+
"name": "CSSProperties"
|
|
171
198
|
}
|
|
172
199
|
}
|
|
173
200
|
}
|
|
174
201
|
},
|
|
175
202
|
{
|
|
176
203
|
"name": "bodyStyle",
|
|
177
|
-
"
|
|
204
|
+
"annotation": {
|
|
178
205
|
"type": "reference",
|
|
179
|
-
"
|
|
206
|
+
"typeName": {
|
|
180
207
|
"type": "qualifiedName",
|
|
181
208
|
"left": {
|
|
182
209
|
"type": "identifier",
|
|
183
|
-
"
|
|
210
|
+
"name": "React"
|
|
184
211
|
},
|
|
185
212
|
"right": {
|
|
186
213
|
"type": "identifier",
|
|
187
|
-
"
|
|
214
|
+
"name": "CSSProperties"
|
|
188
215
|
}
|
|
189
216
|
}
|
|
190
217
|
}
|
|
191
218
|
},
|
|
192
219
|
{
|
|
193
220
|
"name": "zIndex",
|
|
194
|
-
"
|
|
195
|
-
"type": "
|
|
196
|
-
"
|
|
197
|
-
{
|
|
198
|
-
"type": "keyword",
|
|
199
|
-
"value": "number"
|
|
200
|
-
}
|
|
201
|
-
]
|
|
221
|
+
"annotation": {
|
|
222
|
+
"type": "keyword",
|
|
223
|
+
"value": "number"
|
|
202
224
|
}
|
|
203
225
|
},
|
|
204
226
|
{
|
|
205
227
|
"name": "visible",
|
|
206
|
-
"
|
|
207
|
-
"type": "
|
|
208
|
-
"
|
|
209
|
-
{
|
|
210
|
-
"type": "keyword",
|
|
211
|
-
"value": "boolean"
|
|
212
|
-
}
|
|
213
|
-
]
|
|
228
|
+
"annotation": {
|
|
229
|
+
"type": "keyword",
|
|
230
|
+
"value": "boolean"
|
|
214
231
|
}
|
|
215
232
|
}
|
|
216
233
|
],
|
|
217
234
|
"events": [
|
|
218
235
|
{
|
|
219
|
-
"name": "open"
|
|
236
|
+
"name": "open",
|
|
237
|
+
"detail": {
|
|
238
|
+
"annotation": {
|
|
239
|
+
"type": "keyword",
|
|
240
|
+
"value": "void"
|
|
241
|
+
}
|
|
242
|
+
}
|
|
220
243
|
},
|
|
221
244
|
{
|
|
222
|
-
"name": "close"
|
|
245
|
+
"name": "close",
|
|
246
|
+
"detail": {
|
|
247
|
+
"annotation": {
|
|
248
|
+
"type": "keyword",
|
|
249
|
+
"value": "void"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
223
252
|
},
|
|
224
253
|
{
|
|
225
254
|
"name": "tab.change",
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
|
|
255
|
+
"detail": {
|
|
256
|
+
"annotation": {
|
|
257
|
+
"type": "keyword",
|
|
258
|
+
"value": "string"
|
|
259
|
+
}
|
|
229
260
|
}
|
|
230
261
|
}
|
|
231
262
|
],
|
|
263
|
+
"methods": [
|
|
264
|
+
{
|
|
265
|
+
"name": "open",
|
|
266
|
+
"params": [],
|
|
267
|
+
"returns": {}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "close",
|
|
271
|
+
"params": [],
|
|
272
|
+
"returns": {}
|
|
273
|
+
}
|
|
274
|
+
],
|
|
232
275
|
"types": [
|
|
233
276
|
{
|
|
234
|
-
"name": "TabItem",
|
|
235
277
|
"type": "interface",
|
|
236
|
-
"
|
|
278
|
+
"name": "TabItem",
|
|
279
|
+
"body": [
|
|
237
280
|
{
|
|
238
281
|
"type": "propertySignature",
|
|
239
|
-
"
|
|
240
|
-
|
|
282
|
+
"key": {
|
|
283
|
+
"type": "identifier",
|
|
284
|
+
"name": "icon"
|
|
285
|
+
},
|
|
286
|
+
"annotation": {
|
|
241
287
|
"type": "reference",
|
|
242
|
-
"typeName":
|
|
243
|
-
|
|
288
|
+
"typeName": {
|
|
289
|
+
"type": "identifier",
|
|
290
|
+
"name": "GeneralIconProps"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"computed": false,
|
|
294
|
+
"description": "菜单标题对应的图标。"
|
|
244
295
|
},
|
|
245
296
|
{
|
|
246
297
|
"type": "propertySignature",
|
|
247
|
-
"
|
|
248
|
-
|
|
298
|
+
"key": {
|
|
299
|
+
"type": "identifier",
|
|
300
|
+
"name": "key"
|
|
301
|
+
},
|
|
302
|
+
"annotation": {
|
|
249
303
|
"type": "keyword",
|
|
250
304
|
"value": "string"
|
|
251
|
-
}
|
|
305
|
+
},
|
|
306
|
+
"computed": false,
|
|
307
|
+
"description": "唯一标识"
|
|
252
308
|
},
|
|
253
309
|
{
|
|
254
310
|
"type": "propertySignature",
|
|
255
|
-
"
|
|
256
|
-
|
|
311
|
+
"key": {
|
|
312
|
+
"type": "identifier",
|
|
313
|
+
"name": "title"
|
|
314
|
+
},
|
|
315
|
+
"annotation": {
|
|
257
316
|
"type": "keyword",
|
|
258
317
|
"value": "string"
|
|
259
|
-
}
|
|
318
|
+
},
|
|
319
|
+
"optional": true,
|
|
320
|
+
"computed": false,
|
|
321
|
+
"description": "菜单标题。"
|
|
260
322
|
},
|
|
261
323
|
{
|
|
262
324
|
"type": "propertySignature",
|
|
263
|
-
"
|
|
264
|
-
|
|
325
|
+
"key": {
|
|
326
|
+
"type": "identifier",
|
|
327
|
+
"name": "tooltip"
|
|
328
|
+
},
|
|
329
|
+
"annotation": {
|
|
265
330
|
"type": "keyword",
|
|
266
331
|
"value": "string"
|
|
267
|
-
}
|
|
332
|
+
},
|
|
333
|
+
"optional": true,
|
|
334
|
+
"computed": false
|
|
268
335
|
}
|
|
269
336
|
]
|
|
270
337
|
}
|
|
@@ -274,113 +341,136 @@
|
|
|
274
341
|
"properties": [
|
|
275
342
|
{
|
|
276
343
|
"name": "value",
|
|
277
|
-
"
|
|
344
|
+
"annotation": {
|
|
278
345
|
"type": "keyword",
|
|
279
346
|
"value": "number"
|
|
280
347
|
}
|
|
281
348
|
},
|
|
282
349
|
{
|
|
283
350
|
"name": "batteryWidth",
|
|
284
|
-
"
|
|
351
|
+
"annotation": {
|
|
285
352
|
"type": "keyword",
|
|
286
353
|
"value": "number"
|
|
287
354
|
}
|
|
288
355
|
},
|
|
289
356
|
{
|
|
290
357
|
"name": "batteryHeight",
|
|
291
|
-
"
|
|
358
|
+
"annotation": {
|
|
292
359
|
"type": "keyword",
|
|
293
360
|
"value": "number"
|
|
294
361
|
}
|
|
295
362
|
},
|
|
296
363
|
{
|
|
297
364
|
"name": "thresholdColors",
|
|
298
|
-
"
|
|
365
|
+
"annotation": {
|
|
299
366
|
"type": "array",
|
|
300
367
|
"elementType": {
|
|
301
368
|
"type": "reference",
|
|
302
|
-
"typeName":
|
|
369
|
+
"typeName": {
|
|
370
|
+
"type": "identifier",
|
|
371
|
+
"name": "ThresholdColor"
|
|
372
|
+
}
|
|
303
373
|
}
|
|
304
374
|
}
|
|
305
375
|
},
|
|
306
376
|
{
|
|
307
377
|
"name": "thresholdValue",
|
|
308
|
-
"
|
|
378
|
+
"annotation": {
|
|
309
379
|
"type": "keyword",
|
|
310
380
|
"value": "number"
|
|
311
381
|
}
|
|
312
382
|
}
|
|
313
383
|
],
|
|
384
|
+
"events": [],
|
|
385
|
+
"methods": [],
|
|
314
386
|
"types": [
|
|
315
387
|
{
|
|
316
|
-
"name": "ThresholdColor",
|
|
317
388
|
"type": "interface",
|
|
318
|
-
"
|
|
389
|
+
"name": "ThresholdColor",
|
|
390
|
+
"body": [
|
|
319
391
|
{
|
|
320
392
|
"type": "propertySignature",
|
|
321
|
-
"
|
|
322
|
-
|
|
393
|
+
"key": {
|
|
394
|
+
"type": "identifier",
|
|
395
|
+
"name": "color"
|
|
396
|
+
},
|
|
397
|
+
"annotation": {
|
|
323
398
|
"type": "indexedAccess",
|
|
324
399
|
"objectType": {
|
|
325
400
|
"type": "reference",
|
|
326
|
-
"
|
|
401
|
+
"typeName": {
|
|
327
402
|
"type": "qualifiedName",
|
|
328
403
|
"left": {
|
|
329
404
|
"type": "identifier",
|
|
330
|
-
"
|
|
405
|
+
"name": "React"
|
|
331
406
|
},
|
|
332
407
|
"right": {
|
|
333
408
|
"type": "identifier",
|
|
334
|
-
"
|
|
409
|
+
"name": "CSSProperties"
|
|
335
410
|
}
|
|
336
411
|
}
|
|
337
412
|
},
|
|
338
413
|
"indexType": {
|
|
339
|
-
"type": "
|
|
414
|
+
"type": "jsLiteral",
|
|
340
415
|
"value": "color"
|
|
341
416
|
}
|
|
342
|
-
}
|
|
417
|
+
},
|
|
418
|
+
"computed": false
|
|
343
419
|
},
|
|
344
420
|
{
|
|
345
421
|
"type": "propertySignature",
|
|
346
|
-
"
|
|
347
|
-
|
|
422
|
+
"key": {
|
|
423
|
+
"type": "identifier",
|
|
424
|
+
"name": "startValue"
|
|
425
|
+
},
|
|
426
|
+
"annotation": {
|
|
348
427
|
"type": "keyword",
|
|
349
428
|
"value": "number"
|
|
350
|
-
}
|
|
429
|
+
},
|
|
430
|
+
"computed": false
|
|
351
431
|
},
|
|
352
432
|
{
|
|
353
433
|
"type": "propertySignature",
|
|
354
|
-
"
|
|
355
|
-
|
|
434
|
+
"key": {
|
|
435
|
+
"type": "identifier",
|
|
436
|
+
"name": "endValue"
|
|
437
|
+
},
|
|
438
|
+
"annotation": {
|
|
356
439
|
"type": "keyword",
|
|
357
440
|
"value": "number"
|
|
358
|
-
}
|
|
441
|
+
},
|
|
442
|
+
"computed": false
|
|
359
443
|
},
|
|
360
444
|
{
|
|
361
445
|
"type": "propertySignature",
|
|
362
|
-
"
|
|
363
|
-
|
|
446
|
+
"key": {
|
|
447
|
+
"type": "identifier",
|
|
448
|
+
"name": "headerColor"
|
|
449
|
+
},
|
|
450
|
+
"annotation": {
|
|
364
451
|
"type": "indexedAccess",
|
|
365
452
|
"objectType": {
|
|
366
453
|
"type": "reference",
|
|
367
|
-
"
|
|
454
|
+
"typeName": {
|
|
368
455
|
"type": "qualifiedName",
|
|
369
456
|
"left": {
|
|
370
457
|
"type": "identifier",
|
|
371
|
-
"
|
|
458
|
+
"name": "React"
|
|
372
459
|
},
|
|
373
460
|
"right": {
|
|
374
461
|
"type": "identifier",
|
|
375
|
-
"
|
|
462
|
+
"name": "CSSProperties"
|
|
376
463
|
}
|
|
377
464
|
}
|
|
378
465
|
},
|
|
379
466
|
"indexType": {
|
|
380
|
-
"type": "
|
|
467
|
+
"type": "jsLiteral",
|
|
381
468
|
"value": "color"
|
|
382
469
|
}
|
|
383
|
-
}
|
|
470
|
+
},
|
|
471
|
+
"optional": true,
|
|
472
|
+
"computed": false,
|
|
473
|
+
"description": "电池头的颜色,默认取 color,color为渐变色,需要单独配置头部颜色,请使用该属性"
|
|
384
474
|
}
|
|
385
475
|
]
|
|
386
476
|
}
|
|
@@ -390,26 +480,34 @@
|
|
|
390
480
|
"properties": [
|
|
391
481
|
{
|
|
392
482
|
"name": "options",
|
|
393
|
-
"
|
|
483
|
+
"annotation": {
|
|
394
484
|
"type": "array",
|
|
395
485
|
"elementType": {
|
|
396
486
|
"type": "typeLiteral",
|
|
397
487
|
"members": [
|
|
398
488
|
{
|
|
399
489
|
"type": "propertySignature",
|
|
400
|
-
"
|
|
401
|
-
|
|
490
|
+
"key": {
|
|
491
|
+
"type": "identifier",
|
|
492
|
+
"name": "label"
|
|
493
|
+
},
|
|
494
|
+
"annotation": {
|
|
402
495
|
"type": "keyword",
|
|
403
496
|
"value": "string"
|
|
404
|
-
}
|
|
497
|
+
},
|
|
498
|
+
"computed": false
|
|
405
499
|
},
|
|
406
500
|
{
|
|
407
501
|
"type": "propertySignature",
|
|
408
|
-
"
|
|
409
|
-
|
|
502
|
+
"key": {
|
|
503
|
+
"type": "identifier",
|
|
504
|
+
"name": "value"
|
|
505
|
+
},
|
|
506
|
+
"annotation": {
|
|
410
507
|
"type": "keyword",
|
|
411
508
|
"value": "string"
|
|
412
|
-
}
|
|
509
|
+
},
|
|
510
|
+
"computed": false
|
|
413
511
|
}
|
|
414
512
|
]
|
|
415
513
|
}
|
|
@@ -417,21 +515,21 @@
|
|
|
417
515
|
},
|
|
418
516
|
{
|
|
419
517
|
"name": "value",
|
|
420
|
-
"
|
|
518
|
+
"annotation": {
|
|
421
519
|
"type": "keyword",
|
|
422
520
|
"value": "string"
|
|
423
521
|
}
|
|
424
522
|
},
|
|
425
523
|
{
|
|
426
524
|
"name": "placeholder",
|
|
427
|
-
"
|
|
525
|
+
"annotation": {
|
|
428
526
|
"type": "keyword",
|
|
429
527
|
"value": "string"
|
|
430
528
|
}
|
|
431
529
|
},
|
|
432
530
|
{
|
|
433
531
|
"name": "allowClear",
|
|
434
|
-
"
|
|
532
|
+
"annotation": {
|
|
435
533
|
"type": "keyword",
|
|
436
534
|
"value": "boolean"
|
|
437
535
|
}
|
|
@@ -440,119 +538,139 @@
|
|
|
440
538
|
"events": [
|
|
441
539
|
{
|
|
442
540
|
"name": "value.change",
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
|
|
541
|
+
"detail": {
|
|
542
|
+
"annotation": {
|
|
543
|
+
"type": "keyword",
|
|
544
|
+
"value": "string"
|
|
545
|
+
}
|
|
446
546
|
}
|
|
447
547
|
}
|
|
448
|
-
]
|
|
548
|
+
],
|
|
549
|
+
"methods": []
|
|
449
550
|
},
|
|
450
551
|
"data-view.particle-animation": {
|
|
451
552
|
"properties": [
|
|
452
553
|
{
|
|
453
554
|
"name": "colors",
|
|
454
|
-
"
|
|
555
|
+
"annotation": {
|
|
455
556
|
"type": "reference",
|
|
456
|
-
"typeName":
|
|
557
|
+
"typeName": {
|
|
558
|
+
"type": "identifier",
|
|
559
|
+
"name": "ColorType"
|
|
560
|
+
}
|
|
457
561
|
}
|
|
458
562
|
},
|
|
459
563
|
{
|
|
460
564
|
"name": "containerStyle",
|
|
461
|
-
"
|
|
565
|
+
"annotation": {
|
|
462
566
|
"type": "reference",
|
|
463
|
-
"
|
|
567
|
+
"typeName": {
|
|
464
568
|
"type": "qualifiedName",
|
|
465
569
|
"left": {
|
|
466
570
|
"type": "identifier",
|
|
467
|
-
"
|
|
571
|
+
"name": "React"
|
|
468
572
|
},
|
|
469
573
|
"right": {
|
|
470
574
|
"type": "identifier",
|
|
471
|
-
"
|
|
575
|
+
"name": "CSSProperties"
|
|
472
576
|
}
|
|
473
577
|
}
|
|
474
578
|
}
|
|
475
579
|
}
|
|
476
580
|
],
|
|
581
|
+
"events": [],
|
|
582
|
+
"methods": [],
|
|
477
583
|
"types": [
|
|
478
584
|
{
|
|
479
|
-
"name": "ColorType",
|
|
480
585
|
"type": "interface",
|
|
481
|
-
"
|
|
586
|
+
"name": "ColorType",
|
|
587
|
+
"body": [
|
|
482
588
|
{
|
|
483
589
|
"type": "propertySignature",
|
|
484
|
-
"
|
|
485
|
-
|
|
590
|
+
"key": {
|
|
591
|
+
"type": "identifier",
|
|
592
|
+
"name": "startColor"
|
|
593
|
+
},
|
|
594
|
+
"annotation": {
|
|
486
595
|
"type": "indexedAccess",
|
|
487
596
|
"objectType": {
|
|
488
597
|
"type": "reference",
|
|
489
|
-
"
|
|
598
|
+
"typeName": {
|
|
490
599
|
"type": "qualifiedName",
|
|
491
600
|
"left": {
|
|
492
601
|
"type": "identifier",
|
|
493
|
-
"
|
|
602
|
+
"name": "React"
|
|
494
603
|
},
|
|
495
604
|
"right": {
|
|
496
605
|
"type": "identifier",
|
|
497
|
-
"
|
|
606
|
+
"name": "CSSProperties"
|
|
498
607
|
}
|
|
499
608
|
}
|
|
500
609
|
},
|
|
501
610
|
"indexType": {
|
|
502
|
-
"type": "
|
|
611
|
+
"type": "jsLiteral",
|
|
503
612
|
"value": "color"
|
|
504
613
|
}
|
|
505
|
-
}
|
|
614
|
+
},
|
|
615
|
+
"computed": false
|
|
506
616
|
},
|
|
507
617
|
{
|
|
508
618
|
"type": "propertySignature",
|
|
509
|
-
"
|
|
510
|
-
|
|
619
|
+
"key": {
|
|
620
|
+
"type": "identifier",
|
|
621
|
+
"name": "middleColor"
|
|
622
|
+
},
|
|
623
|
+
"annotation": {
|
|
511
624
|
"type": "indexedAccess",
|
|
512
625
|
"objectType": {
|
|
513
626
|
"type": "reference",
|
|
514
|
-
"
|
|
627
|
+
"typeName": {
|
|
515
628
|
"type": "qualifiedName",
|
|
516
629
|
"left": {
|
|
517
630
|
"type": "identifier",
|
|
518
|
-
"
|
|
631
|
+
"name": "React"
|
|
519
632
|
},
|
|
520
633
|
"right": {
|
|
521
634
|
"type": "identifier",
|
|
522
|
-
"
|
|
635
|
+
"name": "CSSProperties"
|
|
523
636
|
}
|
|
524
637
|
}
|
|
525
638
|
},
|
|
526
639
|
"indexType": {
|
|
527
|
-
"type": "
|
|
640
|
+
"type": "jsLiteral",
|
|
528
641
|
"value": "color"
|
|
529
642
|
}
|
|
530
|
-
}
|
|
643
|
+
},
|
|
644
|
+
"computed": false
|
|
531
645
|
},
|
|
532
646
|
{
|
|
533
647
|
"type": "propertySignature",
|
|
534
|
-
"
|
|
535
|
-
|
|
648
|
+
"key": {
|
|
649
|
+
"type": "identifier",
|
|
650
|
+
"name": "endColor"
|
|
651
|
+
},
|
|
652
|
+
"annotation": {
|
|
536
653
|
"type": "indexedAccess",
|
|
537
654
|
"objectType": {
|
|
538
655
|
"type": "reference",
|
|
539
|
-
"
|
|
656
|
+
"typeName": {
|
|
540
657
|
"type": "qualifiedName",
|
|
541
658
|
"left": {
|
|
542
659
|
"type": "identifier",
|
|
543
|
-
"
|
|
660
|
+
"name": "React"
|
|
544
661
|
},
|
|
545
662
|
"right": {
|
|
546
663
|
"type": "identifier",
|
|
547
|
-
"
|
|
664
|
+
"name": "CSSProperties"
|
|
548
665
|
}
|
|
549
666
|
}
|
|
550
667
|
},
|
|
551
668
|
"indexType": {
|
|
552
|
-
"type": "
|
|
669
|
+
"type": "jsLiteral",
|
|
553
670
|
"value": "color"
|
|
554
671
|
}
|
|
555
|
-
}
|
|
672
|
+
},
|
|
673
|
+
"computed": false
|
|
556
674
|
}
|
|
557
675
|
]
|
|
558
676
|
}
|
|
@@ -562,15 +680,15 @@
|
|
|
562
680
|
"properties": [
|
|
563
681
|
{
|
|
564
682
|
"name": "status",
|
|
565
|
-
"
|
|
683
|
+
"annotation": {
|
|
566
684
|
"type": "union",
|
|
567
685
|
"types": [
|
|
568
686
|
{
|
|
569
|
-
"type": "
|
|
687
|
+
"type": "jsLiteral",
|
|
570
688
|
"value": "normal"
|
|
571
689
|
},
|
|
572
690
|
{
|
|
573
|
-
"type": "
|
|
691
|
+
"type": "jsLiteral",
|
|
574
692
|
"value": "warning"
|
|
575
693
|
}
|
|
576
694
|
]
|
|
@@ -578,76 +696,74 @@
|
|
|
578
696
|
},
|
|
579
697
|
{
|
|
580
698
|
"name": "cardTitle",
|
|
581
|
-
"
|
|
699
|
+
"annotation": {
|
|
582
700
|
"type": "keyword",
|
|
583
701
|
"value": "string"
|
|
584
702
|
}
|
|
585
703
|
},
|
|
586
704
|
{
|
|
587
705
|
"name": "description",
|
|
588
|
-
"
|
|
706
|
+
"annotation": {
|
|
589
707
|
"type": "keyword",
|
|
590
708
|
"value": "string"
|
|
591
709
|
}
|
|
592
710
|
}
|
|
593
|
-
]
|
|
711
|
+
],
|
|
712
|
+
"events": [],
|
|
713
|
+
"methods": []
|
|
594
714
|
},
|
|
595
715
|
"data-view.app-wall-system-card": {
|
|
596
716
|
"properties": [
|
|
597
717
|
{
|
|
598
718
|
"name": "status",
|
|
599
|
-
"
|
|
719
|
+
"annotation": {
|
|
600
720
|
"type": "reference",
|
|
601
|
-
"typeName":
|
|
721
|
+
"typeName": {
|
|
722
|
+
"type": "identifier",
|
|
723
|
+
"name": "StatusType"
|
|
724
|
+
}
|
|
602
725
|
}
|
|
603
726
|
},
|
|
604
727
|
{
|
|
605
728
|
"name": "cardTitle",
|
|
606
|
-
"
|
|
607
|
-
"type": "
|
|
608
|
-
"
|
|
609
|
-
{
|
|
610
|
-
"type": "keyword",
|
|
611
|
-
"value": "string"
|
|
612
|
-
}
|
|
613
|
-
]
|
|
729
|
+
"annotation": {
|
|
730
|
+
"type": "keyword",
|
|
731
|
+
"value": "string"
|
|
614
732
|
}
|
|
615
733
|
},
|
|
616
734
|
{
|
|
617
735
|
"name": "itemList",
|
|
618
|
-
"
|
|
736
|
+
"annotation": {
|
|
619
737
|
"type": "array",
|
|
620
738
|
"elementType": {
|
|
621
739
|
"type": "reference",
|
|
622
|
-
"typeName":
|
|
740
|
+
"typeName": {
|
|
741
|
+
"type": "identifier",
|
|
742
|
+
"name": "DescriptionItem"
|
|
743
|
+
}
|
|
623
744
|
}
|
|
624
745
|
}
|
|
625
746
|
},
|
|
626
747
|
{
|
|
627
748
|
"name": "buttonName",
|
|
628
|
-
"
|
|
629
|
-
"type": "
|
|
630
|
-
"
|
|
631
|
-
{
|
|
632
|
-
"type": "keyword",
|
|
633
|
-
"value": "string"
|
|
634
|
-
}
|
|
635
|
-
]
|
|
749
|
+
"annotation": {
|
|
750
|
+
"type": "keyword",
|
|
751
|
+
"value": "string"
|
|
636
752
|
}
|
|
637
753
|
},
|
|
638
754
|
{
|
|
639
755
|
"name": "containerStyle",
|
|
640
|
-
"
|
|
756
|
+
"annotation": {
|
|
641
757
|
"type": "reference",
|
|
642
|
-
"
|
|
758
|
+
"typeName": {
|
|
643
759
|
"type": "qualifiedName",
|
|
644
760
|
"left": {
|
|
645
761
|
"type": "identifier",
|
|
646
|
-
"
|
|
762
|
+
"name": "React"
|
|
647
763
|
},
|
|
648
764
|
"right": {
|
|
649
765
|
"type": "identifier",
|
|
650
|
-
"
|
|
766
|
+
"name": "CSSProperties"
|
|
651
767
|
}
|
|
652
768
|
}
|
|
653
769
|
}
|
|
@@ -655,46 +771,61 @@
|
|
|
655
771
|
],
|
|
656
772
|
"events": [
|
|
657
773
|
{
|
|
658
|
-
"name": "button-click"
|
|
774
|
+
"name": "button-click",
|
|
775
|
+
"detail": {
|
|
776
|
+
"annotation": {
|
|
777
|
+
"type": "keyword",
|
|
778
|
+
"value": "void"
|
|
779
|
+
}
|
|
780
|
+
}
|
|
659
781
|
}
|
|
660
782
|
],
|
|
783
|
+
"methods": [],
|
|
661
784
|
"types": [
|
|
662
785
|
{
|
|
663
|
-
"name": "StatusType",
|
|
664
786
|
"type": "typeAlias",
|
|
787
|
+
"name": "StatusType",
|
|
665
788
|
"annotation": {
|
|
666
789
|
"type": "union",
|
|
667
790
|
"types": [
|
|
668
791
|
{
|
|
669
|
-
"type": "
|
|
792
|
+
"type": "jsLiteral",
|
|
670
793
|
"value": "normal"
|
|
671
794
|
},
|
|
672
795
|
{
|
|
673
|
-
"type": "
|
|
796
|
+
"type": "jsLiteral",
|
|
674
797
|
"value": "warning"
|
|
675
798
|
}
|
|
676
799
|
]
|
|
677
800
|
}
|
|
678
801
|
},
|
|
679
802
|
{
|
|
680
|
-
"name": "DescriptionItem",
|
|
681
803
|
"type": "interface",
|
|
682
|
-
"
|
|
804
|
+
"name": "DescriptionItem",
|
|
805
|
+
"body": [
|
|
683
806
|
{
|
|
684
807
|
"type": "propertySignature",
|
|
685
|
-
"
|
|
686
|
-
|
|
808
|
+
"key": {
|
|
809
|
+
"type": "identifier",
|
|
810
|
+
"name": "key"
|
|
811
|
+
},
|
|
812
|
+
"annotation": {
|
|
687
813
|
"type": "keyword",
|
|
688
814
|
"value": "string"
|
|
689
|
-
}
|
|
815
|
+
},
|
|
816
|
+
"computed": false
|
|
690
817
|
},
|
|
691
818
|
{
|
|
692
819
|
"type": "propertySignature",
|
|
693
|
-
"
|
|
694
|
-
|
|
820
|
+
"key": {
|
|
821
|
+
"type": "identifier",
|
|
822
|
+
"name": "value"
|
|
823
|
+
},
|
|
824
|
+
"annotation": {
|
|
695
825
|
"type": "keyword",
|
|
696
826
|
"value": "string"
|
|
697
|
-
}
|
|
827
|
+
},
|
|
828
|
+
"computed": false
|
|
698
829
|
}
|
|
699
830
|
]
|
|
700
831
|
}
|
|
@@ -704,60 +835,64 @@
|
|
|
704
835
|
"properties": [
|
|
705
836
|
{
|
|
706
837
|
"name": "lightColor",
|
|
707
|
-
"
|
|
838
|
+
"annotation": {
|
|
708
839
|
"type": "union",
|
|
709
840
|
"types": [
|
|
710
841
|
{
|
|
711
|
-
"type": "
|
|
842
|
+
"type": "jsLiteral",
|
|
712
843
|
"value": "blue"
|
|
713
844
|
},
|
|
714
845
|
{
|
|
715
|
-
"type": "
|
|
846
|
+
"type": "jsLiteral",
|
|
716
847
|
"value": "purple"
|
|
717
848
|
}
|
|
718
849
|
]
|
|
719
850
|
}
|
|
720
851
|
}
|
|
721
|
-
]
|
|
852
|
+
],
|
|
853
|
+
"events": [],
|
|
854
|
+
"methods": []
|
|
722
855
|
},
|
|
723
856
|
"data-view.cabinet-button": {
|
|
724
857
|
"properties": [
|
|
725
858
|
{
|
|
726
859
|
"name": "buttonStyle",
|
|
727
|
-
"
|
|
860
|
+
"annotation": {
|
|
728
861
|
"type": "reference",
|
|
729
|
-
"
|
|
862
|
+
"typeName": {
|
|
730
863
|
"type": "qualifiedName",
|
|
731
864
|
"left": {
|
|
732
865
|
"type": "identifier",
|
|
733
|
-
"
|
|
866
|
+
"name": "React"
|
|
734
867
|
},
|
|
735
868
|
"right": {
|
|
736
869
|
"type": "identifier",
|
|
737
|
-
"
|
|
870
|
+
"name": "CSSProperties"
|
|
738
871
|
}
|
|
739
872
|
}
|
|
740
873
|
}
|
|
741
874
|
}
|
|
742
|
-
]
|
|
875
|
+
],
|
|
876
|
+
"events": [],
|
|
877
|
+
"methods": []
|
|
743
878
|
},
|
|
744
879
|
"data-view.cabinet-node": {
|
|
745
880
|
"properties": [
|
|
746
881
|
{
|
|
747
882
|
"name": "type",
|
|
748
|
-
"
|
|
883
|
+
"annotation": {
|
|
749
884
|
"type": "union",
|
|
750
885
|
"types": [
|
|
751
886
|
{
|
|
752
|
-
"type": "
|
|
887
|
+
"type": "jsLiteral",
|
|
753
888
|
"value": "container-group"
|
|
754
889
|
},
|
|
755
890
|
{
|
|
756
|
-
"type": "
|
|
891
|
+
"type": "jsLiteral",
|
|
757
892
|
"value": "physical-machine"
|
|
758
893
|
},
|
|
759
894
|
{
|
|
760
|
-
"type": "
|
|
895
|
+
"type": "jsLiteral",
|
|
761
896
|
"value": "virtual-machine"
|
|
762
897
|
}
|
|
763
898
|
]
|
|
@@ -765,22 +900,22 @@
|
|
|
765
900
|
},
|
|
766
901
|
{
|
|
767
902
|
"name": "nodeTitle",
|
|
768
|
-
"
|
|
903
|
+
"annotation": {
|
|
769
904
|
"type": "keyword",
|
|
770
905
|
"value": "string"
|
|
771
906
|
}
|
|
772
907
|
},
|
|
773
908
|
{
|
|
774
909
|
"name": "status",
|
|
775
|
-
"
|
|
910
|
+
"annotation": {
|
|
776
911
|
"type": "union",
|
|
777
912
|
"types": [
|
|
778
913
|
{
|
|
779
|
-
"type": "
|
|
914
|
+
"type": "jsLiteral",
|
|
780
915
|
"value": "active"
|
|
781
916
|
},
|
|
782
917
|
{
|
|
783
|
-
"type": "
|
|
918
|
+
"type": "jsLiteral",
|
|
784
919
|
"value": "faded"
|
|
785
920
|
}
|
|
786
921
|
]
|
|
@@ -788,52 +923,59 @@
|
|
|
788
923
|
},
|
|
789
924
|
{
|
|
790
925
|
"name": "isAlert",
|
|
791
|
-
"
|
|
926
|
+
"annotation": {
|
|
792
927
|
"type": "keyword",
|
|
793
928
|
"value": "boolean"
|
|
794
929
|
}
|
|
795
930
|
}
|
|
796
|
-
]
|
|
931
|
+
],
|
|
932
|
+
"events": [],
|
|
933
|
+
"methods": []
|
|
797
934
|
},
|
|
798
935
|
"data-view.cabinet-app-layer": {
|
|
799
936
|
"properties": [
|
|
800
937
|
{
|
|
801
938
|
"name": "appTitle",
|
|
802
|
-
"
|
|
939
|
+
"annotation": {
|
|
803
940
|
"type": "keyword",
|
|
804
941
|
"value": "string"
|
|
805
942
|
}
|
|
806
943
|
},
|
|
807
944
|
{
|
|
808
945
|
"name": "status",
|
|
809
|
-
"
|
|
946
|
+
"annotation": {
|
|
810
947
|
"type": "union",
|
|
811
948
|
"types": [
|
|
812
949
|
{
|
|
813
|
-
"type": "
|
|
950
|
+
"type": "jsLiteral",
|
|
814
951
|
"value": "active"
|
|
815
952
|
},
|
|
816
953
|
{
|
|
817
|
-
"type": "
|
|
954
|
+
"type": "jsLiteral",
|
|
818
955
|
"value": "faded"
|
|
819
956
|
}
|
|
820
957
|
]
|
|
821
958
|
}
|
|
822
959
|
}
|
|
823
|
-
]
|
|
960
|
+
],
|
|
961
|
+
"events": [],
|
|
962
|
+
"methods": []
|
|
824
963
|
},
|
|
825
964
|
"data-view.cabinet-graph": {
|
|
826
965
|
"properties": [
|
|
827
966
|
{
|
|
828
967
|
"name": "dataSource",
|
|
829
|
-
"
|
|
968
|
+
"annotation": {
|
|
830
969
|
"type": "reference",
|
|
831
|
-
"typeName":
|
|
970
|
+
"typeName": {
|
|
971
|
+
"type": "identifier",
|
|
972
|
+
"name": "AppData"
|
|
973
|
+
}
|
|
832
974
|
}
|
|
833
975
|
},
|
|
834
976
|
{
|
|
835
977
|
"name": "activeKey",
|
|
836
|
-
"
|
|
978
|
+
"annotation": {
|
|
837
979
|
"type": "union",
|
|
838
980
|
"types": [
|
|
839
981
|
{
|
|
@@ -852,7 +994,7 @@
|
|
|
852
994
|
},
|
|
853
995
|
{
|
|
854
996
|
"name": "hiddenCloseBtn",
|
|
855
|
-
"
|
|
997
|
+
"annotation": {
|
|
856
998
|
"type": "keyword",
|
|
857
999
|
"value": "boolean"
|
|
858
1000
|
}
|
|
@@ -860,228 +1002,324 @@
|
|
|
860
1002
|
],
|
|
861
1003
|
"events": [
|
|
862
1004
|
{
|
|
863
|
-
"name": "close.button.click"
|
|
1005
|
+
"name": "close.button.click",
|
|
1006
|
+
"detail": {
|
|
1007
|
+
"annotation": {
|
|
1008
|
+
"type": "keyword",
|
|
1009
|
+
"value": "void"
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
864
1012
|
},
|
|
865
1013
|
{
|
|
866
1014
|
"name": "cabinet.click",
|
|
867
|
-
"
|
|
868
|
-
"
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
"
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
1015
|
+
"detail": {
|
|
1016
|
+
"annotation": {
|
|
1017
|
+
"type": "typeLiteral",
|
|
1018
|
+
"members": [
|
|
1019
|
+
{
|
|
1020
|
+
"type": "propertySignature",
|
|
1021
|
+
"key": {
|
|
1022
|
+
"type": "identifier",
|
|
1023
|
+
"name": "type"
|
|
1024
|
+
},
|
|
1025
|
+
"annotation": {
|
|
1026
|
+
"type": "reference",
|
|
1027
|
+
"typeName": {
|
|
1028
|
+
"type": "identifier",
|
|
1029
|
+
"name": "ChangeType"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"computed": false
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"type": "propertySignature",
|
|
1036
|
+
"key": {
|
|
1037
|
+
"type": "identifier",
|
|
1038
|
+
"name": "data"
|
|
1039
|
+
},
|
|
1040
|
+
"annotation": {
|
|
1041
|
+
"type": "reference",
|
|
1042
|
+
"typeName": {
|
|
1043
|
+
"type": "identifier",
|
|
1044
|
+
"name": "Record"
|
|
888
1045
|
},
|
|
889
|
-
{
|
|
890
|
-
"type": "
|
|
891
|
-
"
|
|
1046
|
+
"typeParameters": {
|
|
1047
|
+
"type": "typeParameterInstantiation",
|
|
1048
|
+
"params": [
|
|
1049
|
+
{
|
|
1050
|
+
"type": "keyword",
|
|
1051
|
+
"value": "string"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"type": "keyword",
|
|
1055
|
+
"value": "any"
|
|
1056
|
+
}
|
|
1057
|
+
]
|
|
892
1058
|
}
|
|
893
|
-
|
|
1059
|
+
},
|
|
1060
|
+
"computed": false
|
|
894
1061
|
}
|
|
895
|
-
|
|
896
|
-
|
|
1062
|
+
]
|
|
1063
|
+
}
|
|
897
1064
|
}
|
|
898
1065
|
},
|
|
899
1066
|
{
|
|
900
1067
|
"name": "cabinet.dbclick",
|
|
901
|
-
"
|
|
902
|
-
"
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
"
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
1068
|
+
"detail": {
|
|
1069
|
+
"annotation": {
|
|
1070
|
+
"type": "typeLiteral",
|
|
1071
|
+
"members": [
|
|
1072
|
+
{
|
|
1073
|
+
"type": "propertySignature",
|
|
1074
|
+
"key": {
|
|
1075
|
+
"type": "identifier",
|
|
1076
|
+
"name": "type"
|
|
1077
|
+
},
|
|
1078
|
+
"annotation": {
|
|
1079
|
+
"type": "reference",
|
|
1080
|
+
"typeName": {
|
|
1081
|
+
"type": "identifier",
|
|
1082
|
+
"name": "ChangeType"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
"computed": false
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"type": "propertySignature",
|
|
1089
|
+
"key": {
|
|
1090
|
+
"type": "identifier",
|
|
1091
|
+
"name": "data"
|
|
1092
|
+
},
|
|
1093
|
+
"annotation": {
|
|
1094
|
+
"type": "reference",
|
|
1095
|
+
"typeName": {
|
|
1096
|
+
"type": "identifier",
|
|
1097
|
+
"name": "Record"
|
|
922
1098
|
},
|
|
923
|
-
{
|
|
924
|
-
"type": "
|
|
925
|
-
"
|
|
1099
|
+
"typeParameters": {
|
|
1100
|
+
"type": "typeParameterInstantiation",
|
|
1101
|
+
"params": [
|
|
1102
|
+
{
|
|
1103
|
+
"type": "keyword",
|
|
1104
|
+
"value": "string"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"type": "keyword",
|
|
1108
|
+
"value": "any"
|
|
1109
|
+
}
|
|
1110
|
+
]
|
|
926
1111
|
}
|
|
927
|
-
|
|
1112
|
+
},
|
|
1113
|
+
"computed": false
|
|
928
1114
|
}
|
|
929
|
-
|
|
930
|
-
|
|
1115
|
+
]
|
|
1116
|
+
}
|
|
931
1117
|
}
|
|
932
1118
|
}
|
|
933
1119
|
],
|
|
1120
|
+
"methods": [],
|
|
934
1121
|
"types": [
|
|
935
1122
|
{
|
|
936
|
-
"name": "AppData",
|
|
937
1123
|
"type": "interface",
|
|
938
|
-
"
|
|
1124
|
+
"name": "AppData",
|
|
1125
|
+
"body": [
|
|
939
1126
|
{
|
|
940
1127
|
"type": "propertySignature",
|
|
941
|
-
"
|
|
942
|
-
|
|
1128
|
+
"key": {
|
|
1129
|
+
"type": "identifier",
|
|
1130
|
+
"name": "appName"
|
|
1131
|
+
},
|
|
1132
|
+
"annotation": {
|
|
943
1133
|
"type": "keyword",
|
|
944
1134
|
"value": "string"
|
|
945
|
-
}
|
|
1135
|
+
},
|
|
1136
|
+
"computed": false
|
|
946
1137
|
},
|
|
947
1138
|
{
|
|
948
1139
|
"type": "propertySignature",
|
|
949
|
-
"
|
|
950
|
-
|
|
1140
|
+
"key": {
|
|
1141
|
+
"type": "identifier",
|
|
1142
|
+
"name": "key"
|
|
1143
|
+
},
|
|
1144
|
+
"annotation": {
|
|
951
1145
|
"type": "keyword",
|
|
952
1146
|
"value": "string"
|
|
953
|
-
}
|
|
1147
|
+
},
|
|
1148
|
+
"computed": false
|
|
954
1149
|
},
|
|
955
1150
|
{
|
|
956
1151
|
"type": "propertySignature",
|
|
957
|
-
"
|
|
958
|
-
|
|
1152
|
+
"key": {
|
|
1153
|
+
"type": "identifier",
|
|
1154
|
+
"name": "clusters"
|
|
1155
|
+
},
|
|
1156
|
+
"annotation": {
|
|
959
1157
|
"type": "array",
|
|
960
1158
|
"elementType": {
|
|
961
1159
|
"type": "reference",
|
|
962
|
-
"typeName":
|
|
1160
|
+
"typeName": {
|
|
1161
|
+
"type": "identifier",
|
|
1162
|
+
"name": "Clusters"
|
|
1163
|
+
}
|
|
963
1164
|
}
|
|
964
|
-
}
|
|
1165
|
+
},
|
|
1166
|
+
"computed": false
|
|
965
1167
|
}
|
|
966
1168
|
]
|
|
967
1169
|
},
|
|
968
1170
|
{
|
|
969
|
-
"name": "Clusters",
|
|
970
1171
|
"type": "interface",
|
|
971
|
-
"
|
|
1172
|
+
"name": "Clusters",
|
|
1173
|
+
"body": [
|
|
972
1174
|
{
|
|
973
1175
|
"type": "propertySignature",
|
|
974
|
-
"
|
|
975
|
-
|
|
1176
|
+
"key": {
|
|
1177
|
+
"type": "identifier",
|
|
1178
|
+
"name": "clusterName"
|
|
1179
|
+
},
|
|
1180
|
+
"annotation": {
|
|
976
1181
|
"type": "keyword",
|
|
977
1182
|
"value": "string"
|
|
978
|
-
}
|
|
1183
|
+
},
|
|
1184
|
+
"computed": false
|
|
979
1185
|
},
|
|
980
1186
|
{
|
|
981
1187
|
"type": "propertySignature",
|
|
982
|
-
"
|
|
983
|
-
|
|
1188
|
+
"key": {
|
|
1189
|
+
"type": "identifier",
|
|
1190
|
+
"name": "key"
|
|
1191
|
+
},
|
|
1192
|
+
"annotation": {
|
|
984
1193
|
"type": "keyword",
|
|
985
1194
|
"value": "string"
|
|
986
|
-
}
|
|
1195
|
+
},
|
|
1196
|
+
"computed": false
|
|
987
1197
|
},
|
|
988
1198
|
{
|
|
989
1199
|
"type": "propertySignature",
|
|
990
|
-
"
|
|
991
|
-
|
|
1200
|
+
"key": {
|
|
1201
|
+
"type": "identifier",
|
|
1202
|
+
"name": "type"
|
|
1203
|
+
},
|
|
1204
|
+
"annotation": {
|
|
992
1205
|
"type": "union",
|
|
993
1206
|
"types": [
|
|
994
1207
|
{
|
|
995
|
-
"type": "
|
|
1208
|
+
"type": "jsLiteral",
|
|
996
1209
|
"value": "host"
|
|
997
1210
|
},
|
|
998
1211
|
{
|
|
999
|
-
"type": "
|
|
1212
|
+
"type": "jsLiteral",
|
|
1000
1213
|
"value": "k8s"
|
|
1001
1214
|
}
|
|
1002
1215
|
]
|
|
1003
|
-
}
|
|
1216
|
+
},
|
|
1217
|
+
"computed": false
|
|
1004
1218
|
},
|
|
1005
1219
|
{
|
|
1006
1220
|
"type": "propertySignature",
|
|
1007
|
-
"
|
|
1008
|
-
|
|
1221
|
+
"key": {
|
|
1222
|
+
"type": "identifier",
|
|
1223
|
+
"name": "nodes"
|
|
1224
|
+
},
|
|
1225
|
+
"annotation": {
|
|
1009
1226
|
"type": "array",
|
|
1010
1227
|
"elementType": {
|
|
1011
1228
|
"type": "reference",
|
|
1012
|
-
"typeName":
|
|
1229
|
+
"typeName": {
|
|
1230
|
+
"type": "identifier",
|
|
1231
|
+
"name": "Node"
|
|
1232
|
+
}
|
|
1013
1233
|
}
|
|
1014
|
-
}
|
|
1234
|
+
},
|
|
1235
|
+
"computed": false
|
|
1015
1236
|
}
|
|
1016
1237
|
]
|
|
1017
1238
|
},
|
|
1018
1239
|
{
|
|
1019
|
-
"name": "Node",
|
|
1020
1240
|
"type": "interface",
|
|
1021
|
-
"
|
|
1241
|
+
"name": "Node",
|
|
1242
|
+
"body": [
|
|
1022
1243
|
{
|
|
1023
1244
|
"type": "propertySignature",
|
|
1024
|
-
"
|
|
1025
|
-
|
|
1245
|
+
"key": {
|
|
1246
|
+
"type": "identifier",
|
|
1247
|
+
"name": "nodeTitle"
|
|
1248
|
+
},
|
|
1249
|
+
"annotation": {
|
|
1026
1250
|
"type": "keyword",
|
|
1027
1251
|
"value": "string"
|
|
1028
|
-
}
|
|
1252
|
+
},
|
|
1253
|
+
"computed": false
|
|
1029
1254
|
},
|
|
1030
1255
|
{
|
|
1031
1256
|
"type": "propertySignature",
|
|
1032
|
-
"
|
|
1033
|
-
|
|
1257
|
+
"key": {
|
|
1258
|
+
"type": "identifier",
|
|
1259
|
+
"name": "key"
|
|
1260
|
+
},
|
|
1261
|
+
"annotation": {
|
|
1034
1262
|
"type": "keyword",
|
|
1035
1263
|
"value": "string"
|
|
1036
|
-
}
|
|
1264
|
+
},
|
|
1265
|
+
"computed": false
|
|
1037
1266
|
},
|
|
1038
1267
|
{
|
|
1039
1268
|
"type": "propertySignature",
|
|
1040
|
-
"
|
|
1041
|
-
|
|
1269
|
+
"key": {
|
|
1270
|
+
"type": "identifier",
|
|
1271
|
+
"name": "type"
|
|
1272
|
+
},
|
|
1273
|
+
"annotation": {
|
|
1042
1274
|
"type": "union",
|
|
1043
1275
|
"types": [
|
|
1044
1276
|
{
|
|
1045
|
-
"type": "
|
|
1277
|
+
"type": "jsLiteral",
|
|
1046
1278
|
"value": "container-group"
|
|
1047
1279
|
},
|
|
1048
1280
|
{
|
|
1049
|
-
"type": "
|
|
1281
|
+
"type": "jsLiteral",
|
|
1050
1282
|
"value": "physical-machine"
|
|
1051
1283
|
},
|
|
1052
1284
|
{
|
|
1053
|
-
"type": "
|
|
1285
|
+
"type": "jsLiteral",
|
|
1054
1286
|
"value": "virtual-machine"
|
|
1055
1287
|
}
|
|
1056
1288
|
]
|
|
1057
|
-
}
|
|
1289
|
+
},
|
|
1290
|
+
"computed": false
|
|
1058
1291
|
},
|
|
1059
1292
|
{
|
|
1060
1293
|
"type": "propertySignature",
|
|
1061
|
-
"
|
|
1062
|
-
|
|
1294
|
+
"key": {
|
|
1295
|
+
"type": "identifier",
|
|
1296
|
+
"name": "isAlert"
|
|
1297
|
+
},
|
|
1298
|
+
"annotation": {
|
|
1063
1299
|
"type": "keyword",
|
|
1064
1300
|
"value": "boolean"
|
|
1065
|
-
}
|
|
1301
|
+
},
|
|
1302
|
+
"optional": true,
|
|
1303
|
+
"computed": false
|
|
1066
1304
|
}
|
|
1067
1305
|
]
|
|
1068
1306
|
},
|
|
1069
1307
|
{
|
|
1070
|
-
"name": "ChangeType",
|
|
1071
1308
|
"type": "typeAlias",
|
|
1309
|
+
"name": "ChangeType",
|
|
1072
1310
|
"annotation": {
|
|
1073
1311
|
"type": "union",
|
|
1074
1312
|
"types": [
|
|
1075
1313
|
{
|
|
1076
|
-
"type": "
|
|
1314
|
+
"type": "jsLiteral",
|
|
1077
1315
|
"value": "node"
|
|
1078
1316
|
},
|
|
1079
1317
|
{
|
|
1080
|
-
"type": "
|
|
1318
|
+
"type": "jsLiteral",
|
|
1081
1319
|
"value": "cluster"
|
|
1082
1320
|
},
|
|
1083
1321
|
{
|
|
1084
|
-
"type": "
|
|
1322
|
+
"type": "jsLiteral",
|
|
1085
1323
|
"value": "layer"
|
|
1086
1324
|
}
|
|
1087
1325
|
]
|
|
@@ -1093,184 +1331,145 @@
|
|
|
1093
1331
|
"properties": [
|
|
1094
1332
|
{
|
|
1095
1333
|
"name": "url",
|
|
1096
|
-
"
|
|
1334
|
+
"annotation": {
|
|
1097
1335
|
"type": "keyword",
|
|
1098
1336
|
"value": "string"
|
|
1099
1337
|
}
|
|
1100
1338
|
}
|
|
1101
|
-
]
|
|
1339
|
+
],
|
|
1340
|
+
"events": [],
|
|
1341
|
+
"methods": []
|
|
1102
1342
|
},
|
|
1103
|
-
"data-view.
|
|
1343
|
+
"data-view.title-text": {
|
|
1104
1344
|
"properties": [
|
|
1105
1345
|
{
|
|
1106
|
-
"name": "
|
|
1107
|
-
"
|
|
1346
|
+
"name": "type",
|
|
1347
|
+
"annotation": {
|
|
1348
|
+
"type": "reference",
|
|
1349
|
+
"typeName": {
|
|
1350
|
+
"type": "identifier",
|
|
1351
|
+
"name": "TitleType"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"name": "text",
|
|
1357
|
+
"annotation": {
|
|
1358
|
+
"type": "keyword",
|
|
1359
|
+
"value": "string"
|
|
1360
|
+
}
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"name": "fontSize",
|
|
1364
|
+
"annotation": {
|
|
1108
1365
|
"type": "indexedAccess",
|
|
1109
1366
|
"objectType": {
|
|
1110
1367
|
"type": "reference",
|
|
1111
|
-
"
|
|
1112
|
-
"type": "
|
|
1113
|
-
"
|
|
1114
|
-
"type": "identifier",
|
|
1115
|
-
"value": "React"
|
|
1116
|
-
},
|
|
1117
|
-
"right": {
|
|
1118
|
-
"type": "identifier",
|
|
1119
|
-
"value": "CSSProperties"
|
|
1120
|
-
}
|
|
1368
|
+
"typeName": {
|
|
1369
|
+
"type": "identifier",
|
|
1370
|
+
"name": "CSSProperties"
|
|
1121
1371
|
}
|
|
1122
1372
|
},
|
|
1123
1373
|
"indexType": {
|
|
1124
|
-
"type": "
|
|
1125
|
-
"value": "
|
|
1374
|
+
"type": "jsLiteral",
|
|
1375
|
+
"value": "fontSize"
|
|
1126
1376
|
}
|
|
1127
1377
|
}
|
|
1128
1378
|
},
|
|
1129
1379
|
{
|
|
1130
|
-
"name": "
|
|
1131
|
-
"
|
|
1132
|
-
"type": "
|
|
1133
|
-
"
|
|
1134
|
-
"type": "
|
|
1135
|
-
"
|
|
1136
|
-
"type": "identifier",
|
|
1137
|
-
"value": "React"
|
|
1138
|
-
},
|
|
1139
|
-
"right": {
|
|
1380
|
+
"name": "fontWeight",
|
|
1381
|
+
"annotation": {
|
|
1382
|
+
"type": "indexedAccess",
|
|
1383
|
+
"objectType": {
|
|
1384
|
+
"type": "reference",
|
|
1385
|
+
"typeName": {
|
|
1140
1386
|
"type": "identifier",
|
|
1141
|
-
"
|
|
1387
|
+
"name": "CSSProperties"
|
|
1142
1388
|
}
|
|
1389
|
+
},
|
|
1390
|
+
"indexType": {
|
|
1391
|
+
"type": "jsLiteral",
|
|
1392
|
+
"value": "fontWeight"
|
|
1143
1393
|
}
|
|
1144
1394
|
}
|
|
1145
1395
|
},
|
|
1146
1396
|
{
|
|
1147
|
-
"name": "
|
|
1148
|
-
"
|
|
1149
|
-
"type": "reference",
|
|
1150
|
-
"typeName": "ParticleColor"
|
|
1151
|
-
}
|
|
1152
|
-
}
|
|
1153
|
-
],
|
|
1154
|
-
"types": [
|
|
1155
|
-
{
|
|
1156
|
-
"name": "ParticleColor",
|
|
1157
|
-
"type": "interface",
|
|
1158
|
-
"annotation": [
|
|
1159
|
-
{
|
|
1160
|
-
"type": "propertySignature",
|
|
1161
|
-
"name": "startColor",
|
|
1162
|
-
"property": {
|
|
1163
|
-
"type": "indexedAccess",
|
|
1164
|
-
"objectType": {
|
|
1165
|
-
"type": "reference",
|
|
1166
|
-
"qualified": {
|
|
1167
|
-
"type": "qualifiedName",
|
|
1168
|
-
"left": {
|
|
1169
|
-
"type": "identifier",
|
|
1170
|
-
"value": "React"
|
|
1171
|
-
},
|
|
1172
|
-
"right": {
|
|
1173
|
-
"type": "identifier",
|
|
1174
|
-
"value": "CSSProperties"
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
1177
|
-
},
|
|
1178
|
-
"indexType": {
|
|
1179
|
-
"type": "literal",
|
|
1180
|
-
"value": "color"
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"type": "propertySignature",
|
|
1186
|
-
"name": "endColor",
|
|
1187
|
-
"property": {
|
|
1188
|
-
"type": "indexedAccess",
|
|
1189
|
-
"objectType": {
|
|
1190
|
-
"type": "reference",
|
|
1191
|
-
"qualified": {
|
|
1192
|
-
"type": "qualifiedName",
|
|
1193
|
-
"left": {
|
|
1194
|
-
"type": "identifier",
|
|
1195
|
-
"value": "React"
|
|
1196
|
-
},
|
|
1197
|
-
"right": {
|
|
1198
|
-
"type": "identifier",
|
|
1199
|
-
"value": "CSSProperties"
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
"indexType": {
|
|
1204
|
-
"type": "literal",
|
|
1205
|
-
"value": "color"
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1209
|
-
]
|
|
1210
|
-
}
|
|
1211
|
-
]
|
|
1212
|
-
},
|
|
1213
|
-
"data-view.gear-background": {
|
|
1214
|
-
"properties": [
|
|
1215
|
-
{
|
|
1216
|
-
"name": "color",
|
|
1217
|
-
"types": {
|
|
1397
|
+
"name": "letterSpacing",
|
|
1398
|
+
"annotation": {
|
|
1218
1399
|
"type": "indexedAccess",
|
|
1219
1400
|
"objectType": {
|
|
1220
1401
|
"type": "reference",
|
|
1221
|
-
"
|
|
1222
|
-
"type": "
|
|
1223
|
-
"
|
|
1224
|
-
"type": "identifier",
|
|
1225
|
-
"value": "React"
|
|
1226
|
-
},
|
|
1227
|
-
"right": {
|
|
1228
|
-
"type": "identifier",
|
|
1229
|
-
"value": "CSSProperties"
|
|
1230
|
-
}
|
|
1402
|
+
"typeName": {
|
|
1403
|
+
"type": "identifier",
|
|
1404
|
+
"name": "CSSProperties"
|
|
1231
1405
|
}
|
|
1232
1406
|
},
|
|
1233
1407
|
"indexType": {
|
|
1234
|
-
"type": "
|
|
1235
|
-
"value": "
|
|
1408
|
+
"type": "jsLiteral",
|
|
1409
|
+
"value": "letterSpacing"
|
|
1236
1410
|
}
|
|
1237
1411
|
}
|
|
1238
1412
|
}
|
|
1413
|
+
],
|
|
1414
|
+
"events": [],
|
|
1415
|
+
"methods": [],
|
|
1416
|
+
"types": [
|
|
1417
|
+
{
|
|
1418
|
+
"type": "typeAlias",
|
|
1419
|
+
"name": "TitleType",
|
|
1420
|
+
"annotation": {
|
|
1421
|
+
"type": "union",
|
|
1422
|
+
"types": [
|
|
1423
|
+
{
|
|
1424
|
+
"type": "jsLiteral",
|
|
1425
|
+
"value": "normal"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"type": "jsLiteral",
|
|
1429
|
+
"value": "stroke"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"type": "jsLiteral",
|
|
1433
|
+
"value": "gradient"
|
|
1434
|
+
}
|
|
1435
|
+
]
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1239
1438
|
]
|
|
1240
1439
|
},
|
|
1241
1440
|
"data-view.loading-panel": {
|
|
1242
1441
|
"properties": [
|
|
1243
1442
|
{
|
|
1244
1443
|
"name": "customTitle",
|
|
1245
|
-
"
|
|
1444
|
+
"annotation": {
|
|
1246
1445
|
"type": "keyword",
|
|
1247
1446
|
"value": "string"
|
|
1248
1447
|
}
|
|
1249
1448
|
},
|
|
1250
1449
|
{
|
|
1251
1450
|
"name": "loading",
|
|
1252
|
-
"
|
|
1451
|
+
"annotation": {
|
|
1253
1452
|
"type": "keyword",
|
|
1254
1453
|
"value": "boolean"
|
|
1255
1454
|
}
|
|
1256
1455
|
},
|
|
1257
1456
|
{
|
|
1258
1457
|
"name": "useRealTimeProgress",
|
|
1259
|
-
"
|
|
1458
|
+
"annotation": {
|
|
1260
1459
|
"type": "keyword",
|
|
1261
1460
|
"value": "boolean"
|
|
1262
1461
|
}
|
|
1263
1462
|
},
|
|
1264
1463
|
{
|
|
1265
1464
|
"name": "progress",
|
|
1266
|
-
"
|
|
1465
|
+
"annotation": {
|
|
1267
1466
|
"type": "keyword",
|
|
1268
1467
|
"value": "number"
|
|
1269
1468
|
}
|
|
1270
1469
|
},
|
|
1271
1470
|
{
|
|
1272
1471
|
"name": "intervalTime",
|
|
1273
|
-
"
|
|
1472
|
+
"annotation": {
|
|
1274
1473
|
"type": "keyword",
|
|
1275
1474
|
"value": "number"
|
|
1276
1475
|
}
|
|
@@ -1278,7 +1477,167 @@
|
|
|
1278
1477
|
],
|
|
1279
1478
|
"events": [
|
|
1280
1479
|
{
|
|
1281
|
-
"name": "end"
|
|
1480
|
+
"name": "end",
|
|
1481
|
+
"detail": {
|
|
1482
|
+
"annotation": {
|
|
1483
|
+
"type": "keyword",
|
|
1484
|
+
"value": "void"
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1488
|
+
],
|
|
1489
|
+
"methods": []
|
|
1490
|
+
},
|
|
1491
|
+
"data-view.gear-background": {
|
|
1492
|
+
"properties": [
|
|
1493
|
+
{
|
|
1494
|
+
"name": "color",
|
|
1495
|
+
"annotation": {
|
|
1496
|
+
"type": "indexedAccess",
|
|
1497
|
+
"objectType": {
|
|
1498
|
+
"type": "reference",
|
|
1499
|
+
"typeName": {
|
|
1500
|
+
"type": "qualifiedName",
|
|
1501
|
+
"left": {
|
|
1502
|
+
"type": "identifier",
|
|
1503
|
+
"name": "React"
|
|
1504
|
+
},
|
|
1505
|
+
"right": {
|
|
1506
|
+
"type": "identifier",
|
|
1507
|
+
"name": "CSSProperties"
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
"indexType": {
|
|
1512
|
+
"type": "jsLiteral",
|
|
1513
|
+
"value": "color"
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
],
|
|
1518
|
+
"events": [],
|
|
1519
|
+
"methods": []
|
|
1520
|
+
},
|
|
1521
|
+
"data-view.grid-background": {
|
|
1522
|
+
"properties": [
|
|
1523
|
+
{
|
|
1524
|
+
"name": "color",
|
|
1525
|
+
"annotation": {
|
|
1526
|
+
"type": "indexedAccess",
|
|
1527
|
+
"objectType": {
|
|
1528
|
+
"type": "reference",
|
|
1529
|
+
"typeName": {
|
|
1530
|
+
"type": "qualifiedName",
|
|
1531
|
+
"left": {
|
|
1532
|
+
"type": "identifier",
|
|
1533
|
+
"name": "React"
|
|
1534
|
+
},
|
|
1535
|
+
"right": {
|
|
1536
|
+
"type": "identifier",
|
|
1537
|
+
"name": "CSSProperties"
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
"indexType": {
|
|
1542
|
+
"type": "jsLiteral",
|
|
1543
|
+
"value": "color"
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"name": "maskStyle",
|
|
1549
|
+
"annotation": {
|
|
1550
|
+
"type": "reference",
|
|
1551
|
+
"typeName": {
|
|
1552
|
+
"type": "qualifiedName",
|
|
1553
|
+
"left": {
|
|
1554
|
+
"type": "identifier",
|
|
1555
|
+
"name": "React"
|
|
1556
|
+
},
|
|
1557
|
+
"right": {
|
|
1558
|
+
"type": "identifier",
|
|
1559
|
+
"name": "CSSProperties"
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"name": "particleColor",
|
|
1566
|
+
"annotation": {
|
|
1567
|
+
"type": "reference",
|
|
1568
|
+
"typeName": {
|
|
1569
|
+
"type": "identifier",
|
|
1570
|
+
"name": "ParticleColor"
|
|
1571
|
+
}
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
],
|
|
1575
|
+
"events": [],
|
|
1576
|
+
"methods": [],
|
|
1577
|
+
"types": [
|
|
1578
|
+
{
|
|
1579
|
+
"type": "interface",
|
|
1580
|
+
"name": "ParticleColor",
|
|
1581
|
+
"body": [
|
|
1582
|
+
{
|
|
1583
|
+
"type": "propertySignature",
|
|
1584
|
+
"key": {
|
|
1585
|
+
"type": "identifier",
|
|
1586
|
+
"name": "startColor"
|
|
1587
|
+
},
|
|
1588
|
+
"annotation": {
|
|
1589
|
+
"type": "indexedAccess",
|
|
1590
|
+
"objectType": {
|
|
1591
|
+
"type": "reference",
|
|
1592
|
+
"typeName": {
|
|
1593
|
+
"type": "qualifiedName",
|
|
1594
|
+
"left": {
|
|
1595
|
+
"type": "identifier",
|
|
1596
|
+
"name": "React"
|
|
1597
|
+
},
|
|
1598
|
+
"right": {
|
|
1599
|
+
"type": "identifier",
|
|
1600
|
+
"name": "CSSProperties"
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"indexType": {
|
|
1605
|
+
"type": "jsLiteral",
|
|
1606
|
+
"value": "color"
|
|
1607
|
+
}
|
|
1608
|
+
},
|
|
1609
|
+
"computed": false
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"type": "propertySignature",
|
|
1613
|
+
"key": {
|
|
1614
|
+
"type": "identifier",
|
|
1615
|
+
"name": "endColor"
|
|
1616
|
+
},
|
|
1617
|
+
"annotation": {
|
|
1618
|
+
"type": "indexedAccess",
|
|
1619
|
+
"objectType": {
|
|
1620
|
+
"type": "reference",
|
|
1621
|
+
"typeName": {
|
|
1622
|
+
"type": "qualifiedName",
|
|
1623
|
+
"left": {
|
|
1624
|
+
"type": "identifier",
|
|
1625
|
+
"name": "React"
|
|
1626
|
+
},
|
|
1627
|
+
"right": {
|
|
1628
|
+
"type": "identifier",
|
|
1629
|
+
"name": "CSSProperties"
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
"indexType": {
|
|
1634
|
+
"type": "jsLiteral",
|
|
1635
|
+
"value": "color"
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
"computed": false
|
|
1639
|
+
}
|
|
1640
|
+
]
|
|
1282
1641
|
}
|
|
1283
1642
|
]
|
|
1284
1643
|
},
|
|
@@ -1286,32 +1645,38 @@
|
|
|
1286
1645
|
"properties": [
|
|
1287
1646
|
{
|
|
1288
1647
|
"name": "type",
|
|
1289
|
-
"
|
|
1648
|
+
"annotation": {
|
|
1290
1649
|
"type": "reference",
|
|
1291
|
-
"typeName":
|
|
1650
|
+
"typeName": {
|
|
1651
|
+
"type": "identifier",
|
|
1652
|
+
"name": "ContainerType"
|
|
1653
|
+
}
|
|
1292
1654
|
}
|
|
1293
1655
|
},
|
|
1294
1656
|
{
|
|
1295
1657
|
"name": "data",
|
|
1296
|
-
"
|
|
1658
|
+
"annotation": {
|
|
1297
1659
|
"type": "array",
|
|
1298
1660
|
"elementType": {
|
|
1299
1661
|
"type": "reference",
|
|
1300
|
-
"typeName":
|
|
1662
|
+
"typeName": {
|
|
1663
|
+
"type": "identifier",
|
|
1664
|
+
"name": "CabinetNodeProps"
|
|
1665
|
+
}
|
|
1301
1666
|
}
|
|
1302
1667
|
}
|
|
1303
1668
|
},
|
|
1304
1669
|
{
|
|
1305
1670
|
"name": "status",
|
|
1306
|
-
"
|
|
1671
|
+
"annotation": {
|
|
1307
1672
|
"type": "union",
|
|
1308
1673
|
"types": [
|
|
1309
1674
|
{
|
|
1310
|
-
"type": "
|
|
1675
|
+
"type": "jsLiteral",
|
|
1311
1676
|
"value": "active"
|
|
1312
1677
|
},
|
|
1313
1678
|
{
|
|
1314
|
-
"type": "
|
|
1679
|
+
"type": "jsLiteral",
|
|
1315
1680
|
"value": "faded"
|
|
1316
1681
|
}
|
|
1317
1682
|
]
|
|
@@ -1319,148 +1684,183 @@
|
|
|
1319
1684
|
},
|
|
1320
1685
|
{
|
|
1321
1686
|
"name": "customTitle",
|
|
1322
|
-
"
|
|
1323
|
-
"type": "
|
|
1324
|
-
"
|
|
1325
|
-
{
|
|
1326
|
-
"type": "keyword",
|
|
1327
|
-
"value": "string"
|
|
1328
|
-
}
|
|
1329
|
-
]
|
|
1687
|
+
"annotation": {
|
|
1688
|
+
"type": "keyword",
|
|
1689
|
+
"value": "string"
|
|
1330
1690
|
}
|
|
1331
1691
|
}
|
|
1332
1692
|
],
|
|
1333
1693
|
"events": [
|
|
1334
1694
|
{
|
|
1335
1695
|
"name": "container.click",
|
|
1336
|
-
"
|
|
1337
|
-
"
|
|
1338
|
-
|
|
1696
|
+
"detail": {
|
|
1697
|
+
"annotation": {
|
|
1698
|
+
"type": "reference",
|
|
1699
|
+
"typeName": {
|
|
1700
|
+
"type": "identifier",
|
|
1701
|
+
"name": "ClickEventDataType"
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1339
1704
|
}
|
|
1340
1705
|
},
|
|
1341
1706
|
{
|
|
1342
1707
|
"name": "container.dbclick",
|
|
1343
|
-
"
|
|
1344
|
-
"
|
|
1345
|
-
|
|
1708
|
+
"detail": {
|
|
1709
|
+
"annotation": {
|
|
1710
|
+
"type": "reference",
|
|
1711
|
+
"typeName": {
|
|
1712
|
+
"type": "identifier",
|
|
1713
|
+
"name": "ClickEventDataType"
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1346
1716
|
}
|
|
1347
1717
|
}
|
|
1348
1718
|
],
|
|
1719
|
+
"methods": [],
|
|
1349
1720
|
"types": [
|
|
1350
1721
|
{
|
|
1351
|
-
"name": "ContainerType",
|
|
1352
1722
|
"type": "typeAlias",
|
|
1723
|
+
"name": "ContainerType",
|
|
1353
1724
|
"annotation": {
|
|
1354
1725
|
"type": "union",
|
|
1355
1726
|
"types": [
|
|
1356
1727
|
{
|
|
1357
|
-
"type": "
|
|
1728
|
+
"type": "jsLiteral",
|
|
1358
1729
|
"value": "host"
|
|
1359
1730
|
},
|
|
1360
1731
|
{
|
|
1361
|
-
"type": "
|
|
1732
|
+
"type": "jsLiteral",
|
|
1362
1733
|
"value": "k8s"
|
|
1363
1734
|
}
|
|
1364
1735
|
]
|
|
1365
1736
|
}
|
|
1366
1737
|
},
|
|
1367
1738
|
{
|
|
1368
|
-
"name": "CabinetNodeProps",
|
|
1369
1739
|
"type": "interface",
|
|
1370
|
-
"
|
|
1740
|
+
"name": "CabinetNodeProps",
|
|
1741
|
+
"body": [
|
|
1371
1742
|
{
|
|
1372
1743
|
"type": "propertySignature",
|
|
1373
|
-
"
|
|
1374
|
-
|
|
1744
|
+
"key": {
|
|
1745
|
+
"type": "identifier",
|
|
1746
|
+
"name": "type"
|
|
1747
|
+
},
|
|
1748
|
+
"annotation": {
|
|
1375
1749
|
"type": "union",
|
|
1376
1750
|
"types": [
|
|
1377
1751
|
{
|
|
1378
|
-
"type": "
|
|
1752
|
+
"type": "jsLiteral",
|
|
1379
1753
|
"value": "container-group"
|
|
1380
1754
|
},
|
|
1381
1755
|
{
|
|
1382
|
-
"type": "
|
|
1756
|
+
"type": "jsLiteral",
|
|
1383
1757
|
"value": "physical-machine"
|
|
1384
1758
|
},
|
|
1385
1759
|
{
|
|
1386
|
-
"type": "
|
|
1760
|
+
"type": "jsLiteral",
|
|
1387
1761
|
"value": "virtual-machine"
|
|
1388
1762
|
}
|
|
1389
1763
|
]
|
|
1390
|
-
}
|
|
1764
|
+
},
|
|
1765
|
+
"computed": false
|
|
1391
1766
|
},
|
|
1392
1767
|
{
|
|
1393
1768
|
"type": "propertySignature",
|
|
1394
|
-
"
|
|
1395
|
-
|
|
1769
|
+
"key": {
|
|
1770
|
+
"type": "identifier",
|
|
1771
|
+
"name": "nodeTitle"
|
|
1772
|
+
},
|
|
1773
|
+
"annotation": {
|
|
1396
1774
|
"type": "keyword",
|
|
1397
1775
|
"value": "string"
|
|
1398
|
-
}
|
|
1776
|
+
},
|
|
1777
|
+
"computed": false
|
|
1399
1778
|
},
|
|
1400
1779
|
{
|
|
1401
1780
|
"type": "propertySignature",
|
|
1402
|
-
"
|
|
1403
|
-
|
|
1781
|
+
"key": {
|
|
1782
|
+
"type": "identifier",
|
|
1783
|
+
"name": "status"
|
|
1784
|
+
},
|
|
1785
|
+
"annotation": {
|
|
1404
1786
|
"type": "union",
|
|
1405
1787
|
"types": [
|
|
1406
1788
|
{
|
|
1407
|
-
"type": "
|
|
1789
|
+
"type": "jsLiteral",
|
|
1408
1790
|
"value": "active"
|
|
1409
1791
|
},
|
|
1410
1792
|
{
|
|
1411
|
-
"type": "
|
|
1793
|
+
"type": "jsLiteral",
|
|
1412
1794
|
"value": "faded"
|
|
1413
1795
|
}
|
|
1414
1796
|
]
|
|
1415
|
-
}
|
|
1797
|
+
},
|
|
1798
|
+
"optional": true,
|
|
1799
|
+
"computed": false
|
|
1416
1800
|
},
|
|
1417
1801
|
{
|
|
1418
1802
|
"type": "propertySignature",
|
|
1419
|
-
"
|
|
1420
|
-
|
|
1803
|
+
"key": {
|
|
1804
|
+
"type": "identifier",
|
|
1805
|
+
"name": "isAlert"
|
|
1806
|
+
},
|
|
1807
|
+
"annotation": {
|
|
1421
1808
|
"type": "keyword",
|
|
1422
1809
|
"value": "boolean"
|
|
1423
|
-
}
|
|
1810
|
+
},
|
|
1811
|
+
"optional": true,
|
|
1812
|
+
"computed": false
|
|
1424
1813
|
}
|
|
1425
1814
|
]
|
|
1426
1815
|
},
|
|
1427
1816
|
{
|
|
1428
|
-
"name": "ClickEventDataType",
|
|
1429
1817
|
"type": "interface",
|
|
1430
|
-
"
|
|
1818
|
+
"name": "ClickEventDataType",
|
|
1819
|
+
"body": [
|
|
1431
1820
|
{
|
|
1432
1821
|
"type": "propertySignature",
|
|
1433
|
-
"
|
|
1434
|
-
|
|
1822
|
+
"key": {
|
|
1823
|
+
"type": "identifier",
|
|
1824
|
+
"name": "type"
|
|
1825
|
+
},
|
|
1826
|
+
"annotation": {
|
|
1435
1827
|
"type": "union",
|
|
1436
1828
|
"types": [
|
|
1437
1829
|
{
|
|
1438
|
-
"type": "
|
|
1830
|
+
"type": "jsLiteral",
|
|
1439
1831
|
"value": "node"
|
|
1440
1832
|
},
|
|
1441
1833
|
{
|
|
1442
|
-
"type": "
|
|
1834
|
+
"type": "jsLiteral",
|
|
1443
1835
|
"value": "container"
|
|
1444
1836
|
}
|
|
1445
1837
|
]
|
|
1446
|
-
}
|
|
1838
|
+
},
|
|
1839
|
+
"computed": false
|
|
1447
1840
|
},
|
|
1448
1841
|
{
|
|
1449
1842
|
"type": "propertySignature",
|
|
1450
|
-
"
|
|
1451
|
-
|
|
1843
|
+
"key": {
|
|
1844
|
+
"type": "identifier",
|
|
1845
|
+
"name": "data"
|
|
1846
|
+
},
|
|
1847
|
+
"annotation": {
|
|
1452
1848
|
"type": "union",
|
|
1453
1849
|
"types": [
|
|
1454
1850
|
{
|
|
1455
1851
|
"type": "reference",
|
|
1456
|
-
"typeName":
|
|
1852
|
+
"typeName": {
|
|
1853
|
+
"type": "identifier",
|
|
1854
|
+
"name": "CabinetNodeProps"
|
|
1855
|
+
}
|
|
1457
1856
|
},
|
|
1458
1857
|
{
|
|
1459
1858
|
"type": "keyword",
|
|
1460
1859
|
"value": "undefined"
|
|
1461
1860
|
}
|
|
1462
1861
|
]
|
|
1463
|
-
}
|
|
1862
|
+
},
|
|
1863
|
+
"computed": false
|
|
1464
1864
|
}
|
|
1465
1865
|
]
|
|
1466
1866
|
}
|
|
@@ -1470,57 +1870,80 @@
|
|
|
1470
1870
|
"properties": [
|
|
1471
1871
|
{
|
|
1472
1872
|
"name": "clusters",
|
|
1473
|
-
"
|
|
1873
|
+
"annotation": {
|
|
1474
1874
|
"type": "array",
|
|
1475
1875
|
"elementType": {
|
|
1476
1876
|
"type": "reference",
|
|
1477
|
-
"typeName":
|
|
1877
|
+
"typeName": {
|
|
1878
|
+
"type": "identifier",
|
|
1879
|
+
"name": "Clusters"
|
|
1880
|
+
}
|
|
1478
1881
|
}
|
|
1479
1882
|
}
|
|
1480
1883
|
},
|
|
1481
1884
|
{
|
|
1482
1885
|
"name": "columns",
|
|
1483
|
-
"
|
|
1886
|
+
"annotation": {
|
|
1484
1887
|
"type": "keyword",
|
|
1485
1888
|
"value": "number"
|
|
1486
1889
|
}
|
|
1487
1890
|
},
|
|
1488
1891
|
{
|
|
1489
1892
|
"name": "appName",
|
|
1490
|
-
"
|
|
1893
|
+
"annotation": {
|
|
1491
1894
|
"type": "keyword",
|
|
1492
1895
|
"value": "string"
|
|
1493
1896
|
}
|
|
1494
1897
|
}
|
|
1495
1898
|
],
|
|
1899
|
+
"events": [],
|
|
1900
|
+
"methods": [],
|
|
1496
1901
|
"types": [
|
|
1497
1902
|
{
|
|
1498
|
-
"name": "Clusters",
|
|
1499
1903
|
"type": "interface",
|
|
1500
|
-
"
|
|
1904
|
+
"name": "Clusters",
|
|
1905
|
+
"body": [
|
|
1501
1906
|
{
|
|
1502
1907
|
"type": "propertySignature",
|
|
1503
|
-
"
|
|
1504
|
-
|
|
1908
|
+
"key": {
|
|
1909
|
+
"type": "identifier",
|
|
1910
|
+
"name": "data"
|
|
1911
|
+
},
|
|
1912
|
+
"annotation": {
|
|
1505
1913
|
"type": "array",
|
|
1506
1914
|
"elementType": {
|
|
1507
1915
|
"type": "reference",
|
|
1508
|
-
"typeName":
|
|
1916
|
+
"typeName": {
|
|
1917
|
+
"type": "identifier",
|
|
1918
|
+
"name": "CabinetNodeProps"
|
|
1919
|
+
}
|
|
1509
1920
|
}
|
|
1510
|
-
}
|
|
1921
|
+
},
|
|
1922
|
+
"computed": false
|
|
1511
1923
|
},
|
|
1512
1924
|
{
|
|
1513
1925
|
"type": "propertySignature",
|
|
1514
|
-
"
|
|
1515
|
-
|
|
1926
|
+
"key": {
|
|
1927
|
+
"type": "identifier",
|
|
1928
|
+
"name": "type"
|
|
1929
|
+
},
|
|
1930
|
+
"annotation": {
|
|
1516
1931
|
"type": "reference",
|
|
1517
|
-
"typeName":
|
|
1518
|
-
|
|
1932
|
+
"typeName": {
|
|
1933
|
+
"type": "identifier",
|
|
1934
|
+
"name": "ContainerType"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
"optional": true,
|
|
1938
|
+
"computed": false
|
|
1519
1939
|
},
|
|
1520
1940
|
{
|
|
1521
1941
|
"type": "propertySignature",
|
|
1522
|
-
"
|
|
1523
|
-
|
|
1942
|
+
"key": {
|
|
1943
|
+
"type": "identifier",
|
|
1944
|
+
"name": "title"
|
|
1945
|
+
},
|
|
1946
|
+
"annotation": {
|
|
1524
1947
|
"type": "union",
|
|
1525
1948
|
"types": [
|
|
1526
1949
|
{
|
|
@@ -1532,7 +1955,9 @@
|
|
|
1532
1955
|
"value": "undefined"
|
|
1533
1956
|
}
|
|
1534
1957
|
]
|
|
1535
|
-
}
|
|
1958
|
+
},
|
|
1959
|
+
"optional": true,
|
|
1960
|
+
"computed": false
|
|
1536
1961
|
}
|
|
1537
1962
|
]
|
|
1538
1963
|
}
|
|
@@ -1542,187 +1967,61 @@
|
|
|
1542
1967
|
"properties": [
|
|
1543
1968
|
{
|
|
1544
1969
|
"name": "columns",
|
|
1545
|
-
"
|
|
1970
|
+
"annotation": {
|
|
1546
1971
|
"type": "keyword",
|
|
1547
1972
|
"value": "number"
|
|
1548
1973
|
}
|
|
1549
1974
|
},
|
|
1550
1975
|
{
|
|
1551
1976
|
"name": "rows",
|
|
1552
|
-
"
|
|
1977
|
+
"annotation": {
|
|
1553
1978
|
"type": "keyword",
|
|
1554
1979
|
"value": "number"
|
|
1555
1980
|
}
|
|
1556
1981
|
},
|
|
1557
1982
|
{
|
|
1558
1983
|
"name": "isReverse",
|
|
1559
|
-
"
|
|
1984
|
+
"annotation": {
|
|
1560
1985
|
"type": "keyword",
|
|
1561
1986
|
"value": "boolean"
|
|
1562
1987
|
}
|
|
1563
1988
|
},
|
|
1564
1989
|
{
|
|
1565
1990
|
"name": "dataSource",
|
|
1566
|
-
"
|
|
1991
|
+
"annotation": {
|
|
1567
1992
|
"type": "array",
|
|
1568
1993
|
"elementType": {
|
|
1569
1994
|
"type": "reference",
|
|
1570
|
-
"typeName":
|
|
1995
|
+
"typeName": {
|
|
1996
|
+
"type": "identifier",
|
|
1997
|
+
"name": "DataSourceType"
|
|
1998
|
+
}
|
|
1571
1999
|
}
|
|
1572
2000
|
}
|
|
1573
2001
|
}
|
|
1574
2002
|
],
|
|
2003
|
+
"events": [],
|
|
2004
|
+
"methods": [],
|
|
1575
2005
|
"types": [
|
|
1576
2006
|
{
|
|
1577
|
-
"name": "DataSourceType",
|
|
1578
2007
|
"type": "typeAlias",
|
|
2008
|
+
"name": "DataSourceType",
|
|
1579
2009
|
"annotation": {
|
|
1580
2010
|
"type": "intersection",
|
|
1581
2011
|
"types": [
|
|
1582
2012
|
{
|
|
1583
2013
|
"type": "reference",
|
|
1584
|
-
"typeName":
|
|
2014
|
+
"typeName": {
|
|
2015
|
+
"type": "identifier",
|
|
2016
|
+
"name": "GraphTextProps"
|
|
2017
|
+
}
|
|
1585
2018
|
},
|
|
1586
2019
|
{
|
|
1587
2020
|
"type": "reference",
|
|
1588
|
-
"typeName":
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
}
|
|
1593
|
-
]
|
|
1594
|
-
},
|
|
1595
|
-
"data-view.complex-search": {
|
|
1596
|
-
"properties": [
|
|
1597
|
-
{
|
|
1598
|
-
"name": "value",
|
|
1599
|
-
"types": {
|
|
1600
|
-
"type": "union",
|
|
1601
|
-
"types": [
|
|
1602
|
-
{
|
|
1603
|
-
"type": "keyword",
|
|
1604
|
-
"value": "string"
|
|
1605
|
-
}
|
|
1606
|
-
]
|
|
1607
|
-
}
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"name": "placeholder",
|
|
1611
|
-
"types": {
|
|
1612
|
-
"type": "union",
|
|
1613
|
-
"types": [
|
|
1614
|
-
{
|
|
1615
|
-
"type": "keyword",
|
|
1616
|
-
"value": "string"
|
|
1617
|
-
}
|
|
1618
|
-
]
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"name": "options",
|
|
1623
|
-
"types": {
|
|
1624
|
-
"type": "array",
|
|
1625
|
-
"elementType": {
|
|
1626
|
-
"type": "reference",
|
|
1627
|
-
"typeName": "OptionItem"
|
|
1628
|
-
}
|
|
1629
|
-
}
|
|
1630
|
-
},
|
|
1631
|
-
{
|
|
1632
|
-
"name": "tooltipUseBrick",
|
|
1633
|
-
"types": {
|
|
1634
|
-
"type": "reference",
|
|
1635
|
-
"typeName": "ReactUseMultipleBricksProps"
|
|
1636
|
-
}
|
|
1637
|
-
}
|
|
1638
|
-
],
|
|
1639
|
-
"events": [
|
|
1640
|
-
{
|
|
1641
|
-
"name": "change",
|
|
1642
|
-
"types": {
|
|
1643
|
-
"type": "keyword",
|
|
1644
|
-
"value": "string"
|
|
1645
|
-
}
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"name": "search",
|
|
1649
|
-
"types": {
|
|
1650
|
-
"type": "keyword",
|
|
1651
|
-
"value": "string"
|
|
1652
|
-
}
|
|
1653
|
-
},
|
|
1654
|
-
{
|
|
1655
|
-
"name": "select",
|
|
1656
|
-
"types": {
|
|
1657
|
-
"type": "reference",
|
|
1658
|
-
"typeName": "OptionItem"
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
"name": "focus"
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"name": "blur"
|
|
1666
|
-
}
|
|
1667
|
-
],
|
|
1668
|
-
"types": [
|
|
1669
|
-
{
|
|
1670
|
-
"name": "OptionItem",
|
|
1671
|
-
"type": "interface",
|
|
1672
|
-
"annotation": [
|
|
1673
|
-
{
|
|
1674
|
-
"type": "propertySignature",
|
|
1675
|
-
"name": "icon",
|
|
1676
|
-
"property": {
|
|
1677
|
-
"type": "reference",
|
|
1678
|
-
"typeName": "GeneralIconProps"
|
|
1679
|
-
}
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"type": "propertySignature",
|
|
1683
|
-
"name": "name",
|
|
1684
|
-
"property": {
|
|
1685
|
-
"type": "keyword",
|
|
1686
|
-
"value": "string"
|
|
1687
|
-
}
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"type": "indexSignature",
|
|
1691
|
-
"parameters": {
|
|
1692
|
-
"name": "propName",
|
|
1693
|
-
"type": "keyword",
|
|
1694
|
-
"value": "string"
|
|
1695
|
-
},
|
|
1696
|
-
"property": {
|
|
1697
|
-
"type": "keyword",
|
|
1698
|
-
"value": "any"
|
|
1699
|
-
}
|
|
1700
|
-
}
|
|
1701
|
-
]
|
|
1702
|
-
}
|
|
1703
|
-
]
|
|
1704
|
-
},
|
|
1705
|
-
"data-view.graph-text": {
|
|
1706
|
-
"properties": [
|
|
1707
|
-
{
|
|
1708
|
-
"name": "text",
|
|
1709
|
-
"types": {
|
|
1710
|
-
"type": "keyword",
|
|
1711
|
-
"value": "string"
|
|
1712
|
-
}
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"name": "value",
|
|
1716
|
-
"types": {
|
|
1717
|
-
"type": "union",
|
|
1718
|
-
"types": [
|
|
1719
|
-
{
|
|
1720
|
-
"type": "keyword",
|
|
1721
|
-
"value": "string"
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"type": "keyword",
|
|
1725
|
-
"value": "number"
|
|
2021
|
+
"typeName": {
|
|
2022
|
+
"type": "identifier",
|
|
2023
|
+
"name": "GraphNodeProps"
|
|
2024
|
+
}
|
|
1726
2025
|
}
|
|
1727
2026
|
]
|
|
1728
2027
|
}
|
|
@@ -1733,204 +2032,436 @@
|
|
|
1733
2032
|
"properties": [
|
|
1734
2033
|
{
|
|
1735
2034
|
"name": "data",
|
|
1736
|
-
"
|
|
2035
|
+
"annotation": {
|
|
1737
2036
|
"type": "reference",
|
|
1738
|
-
"typeName":
|
|
2037
|
+
"typeName": {
|
|
2038
|
+
"type": "identifier",
|
|
2039
|
+
"name": "TreemapData"
|
|
2040
|
+
}
|
|
1739
2041
|
}
|
|
1740
2042
|
},
|
|
1741
2043
|
{
|
|
1742
2044
|
"name": "tail",
|
|
1743
|
-
"
|
|
2045
|
+
"annotation": {
|
|
1744
2046
|
"type": "reference",
|
|
1745
|
-
"typeName":
|
|
2047
|
+
"typeName": {
|
|
2048
|
+
"type": "identifier",
|
|
2049
|
+
"name": "TailTypes"
|
|
2050
|
+
}
|
|
1746
2051
|
}
|
|
1747
2052
|
},
|
|
1748
2053
|
{
|
|
1749
2054
|
"name": "leafUseBrick",
|
|
1750
|
-
"
|
|
2055
|
+
"annotation": {
|
|
1751
2056
|
"type": "typeLiteral",
|
|
1752
2057
|
"members": [
|
|
1753
2058
|
{
|
|
1754
2059
|
"type": "propertySignature",
|
|
1755
|
-
"
|
|
1756
|
-
|
|
2060
|
+
"key": {
|
|
2061
|
+
"type": "identifier",
|
|
2062
|
+
"name": "useBrick"
|
|
2063
|
+
},
|
|
2064
|
+
"annotation": {
|
|
1757
2065
|
"type": "reference",
|
|
1758
|
-
"typeName":
|
|
1759
|
-
|
|
2066
|
+
"typeName": {
|
|
2067
|
+
"type": "identifier",
|
|
2068
|
+
"name": "UseBrickConf"
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
"computed": false
|
|
1760
2072
|
}
|
|
1761
2073
|
]
|
|
1762
2074
|
}
|
|
1763
2075
|
},
|
|
1764
2076
|
{
|
|
1765
2077
|
"name": "leafContainerStyle",
|
|
1766
|
-
"
|
|
2078
|
+
"annotation": {
|
|
1767
2079
|
"type": "reference",
|
|
1768
|
-
"typeName":
|
|
2080
|
+
"typeName": {
|
|
2081
|
+
"type": "identifier",
|
|
2082
|
+
"name": "CSSProperties"
|
|
2083
|
+
}
|
|
1769
2084
|
}
|
|
1770
2085
|
},
|
|
1771
2086
|
{
|
|
1772
2087
|
"name": "tooltipUseBrick",
|
|
1773
|
-
"
|
|
2088
|
+
"annotation": {
|
|
1774
2089
|
"type": "typeLiteral",
|
|
1775
2090
|
"members": [
|
|
1776
2091
|
{
|
|
1777
2092
|
"type": "propertySignature",
|
|
1778
|
-
"
|
|
1779
|
-
|
|
2093
|
+
"key": {
|
|
2094
|
+
"type": "identifier",
|
|
2095
|
+
"name": "useBrick"
|
|
2096
|
+
},
|
|
2097
|
+
"annotation": {
|
|
1780
2098
|
"type": "reference",
|
|
1781
|
-
"typeName":
|
|
1782
|
-
|
|
2099
|
+
"typeName": {
|
|
2100
|
+
"type": "identifier",
|
|
2101
|
+
"name": "UseBrickConf"
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
"computed": false
|
|
1783
2105
|
}
|
|
1784
2106
|
]
|
|
1785
2107
|
}
|
|
1786
2108
|
},
|
|
1787
2109
|
{
|
|
1788
2110
|
"name": "tooltipStyle",
|
|
1789
|
-
"
|
|
2111
|
+
"annotation": {
|
|
1790
2112
|
"type": "reference",
|
|
1791
|
-
"typeName":
|
|
2113
|
+
"typeName": {
|
|
2114
|
+
"type": "identifier",
|
|
2115
|
+
"name": "CSSProperties"
|
|
2116
|
+
}
|
|
1792
2117
|
}
|
|
1793
2118
|
}
|
|
1794
2119
|
],
|
|
1795
2120
|
"events": [
|
|
1796
2121
|
{
|
|
1797
2122
|
"name": "treemap.click",
|
|
1798
|
-
"
|
|
1799
|
-
"
|
|
1800
|
-
|
|
2123
|
+
"detail": {
|
|
2124
|
+
"annotation": {
|
|
2125
|
+
"type": "reference",
|
|
2126
|
+
"typeName": {
|
|
2127
|
+
"type": "identifier",
|
|
2128
|
+
"name": "TreemapData"
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
1801
2131
|
}
|
|
1802
2132
|
}
|
|
1803
2133
|
],
|
|
2134
|
+
"methods": [],
|
|
1804
2135
|
"types": [
|
|
1805
2136
|
{
|
|
1806
|
-
"name": "TreemapData",
|
|
1807
2137
|
"type": "typeAlias",
|
|
2138
|
+
"name": "TreemapData",
|
|
1808
2139
|
"annotation": {
|
|
1809
2140
|
"type": "typeLiteral",
|
|
1810
2141
|
"members": [
|
|
1811
2142
|
{
|
|
1812
2143
|
"type": "propertySignature",
|
|
1813
|
-
"
|
|
1814
|
-
|
|
2144
|
+
"key": {
|
|
2145
|
+
"type": "identifier",
|
|
2146
|
+
"name": "name"
|
|
2147
|
+
},
|
|
2148
|
+
"annotation": {
|
|
1815
2149
|
"type": "keyword",
|
|
1816
2150
|
"value": "string"
|
|
1817
|
-
}
|
|
2151
|
+
},
|
|
2152
|
+
"computed": false
|
|
1818
2153
|
},
|
|
1819
2154
|
{
|
|
1820
2155
|
"type": "propertySignature",
|
|
1821
|
-
"
|
|
1822
|
-
|
|
2156
|
+
"key": {
|
|
2157
|
+
"type": "identifier",
|
|
2158
|
+
"name": "value"
|
|
2159
|
+
},
|
|
2160
|
+
"annotation": {
|
|
1823
2161
|
"type": "keyword",
|
|
1824
2162
|
"value": "number"
|
|
1825
|
-
}
|
|
2163
|
+
},
|
|
2164
|
+
"optional": true,
|
|
2165
|
+
"computed": false
|
|
1826
2166
|
},
|
|
1827
2167
|
{
|
|
1828
2168
|
"type": "propertySignature",
|
|
1829
|
-
"
|
|
1830
|
-
|
|
2169
|
+
"key": {
|
|
2170
|
+
"type": "identifier",
|
|
2171
|
+
"name": "children"
|
|
2172
|
+
},
|
|
2173
|
+
"annotation": {
|
|
1831
2174
|
"type": "array",
|
|
1832
2175
|
"elementType": {
|
|
1833
2176
|
"type": "reference",
|
|
1834
|
-
"typeName":
|
|
2177
|
+
"typeName": {
|
|
2178
|
+
"type": "identifier",
|
|
2179
|
+
"name": "TreemapData"
|
|
2180
|
+
}
|
|
1835
2181
|
}
|
|
1836
|
-
}
|
|
2182
|
+
},
|
|
2183
|
+
"optional": true,
|
|
2184
|
+
"computed": false
|
|
1837
2185
|
}
|
|
1838
2186
|
]
|
|
1839
2187
|
}
|
|
1840
2188
|
},
|
|
1841
2189
|
{
|
|
2190
|
+
"type": "enum",
|
|
1842
2191
|
"name": "TailTypes",
|
|
1843
|
-
"type": "enums",
|
|
1844
2192
|
"members": [
|
|
1845
2193
|
{
|
|
1846
|
-
"
|
|
2194
|
+
"type": "enumMember",
|
|
2195
|
+
"id": {
|
|
1847
2196
|
"type": "identifier",
|
|
1848
|
-
"
|
|
2197
|
+
"name": "treemapBinary"
|
|
1849
2198
|
},
|
|
1850
|
-
"
|
|
1851
|
-
"type": "
|
|
2199
|
+
"initializer": {
|
|
2200
|
+
"type": "jsLiteral",
|
|
1852
2201
|
"value": "treemapBinary"
|
|
1853
2202
|
}
|
|
1854
2203
|
},
|
|
1855
2204
|
{
|
|
1856
|
-
"
|
|
2205
|
+
"type": "enumMember",
|
|
2206
|
+
"id": {
|
|
2207
|
+
"type": "identifier",
|
|
2208
|
+
"name": "treemapDice"
|
|
2209
|
+
},
|
|
2210
|
+
"initializer": {
|
|
2211
|
+
"type": "jsLiteral",
|
|
2212
|
+
"value": "treemapDice"
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"type": "enumMember",
|
|
2217
|
+
"id": {
|
|
2218
|
+
"type": "identifier",
|
|
2219
|
+
"name": "treemapResquarify"
|
|
2220
|
+
},
|
|
2221
|
+
"initializer": {
|
|
2222
|
+
"type": "jsLiteral",
|
|
2223
|
+
"value": "treemapResquarify"
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"type": "enumMember",
|
|
2228
|
+
"id": {
|
|
2229
|
+
"type": "identifier",
|
|
2230
|
+
"name": "treemapSlice"
|
|
2231
|
+
},
|
|
2232
|
+
"initializer": {
|
|
2233
|
+
"type": "jsLiteral",
|
|
2234
|
+
"value": "treemapSlice"
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"type": "enumMember",
|
|
2239
|
+
"id": {
|
|
2240
|
+
"type": "identifier",
|
|
2241
|
+
"name": "treemapSliceDice"
|
|
2242
|
+
},
|
|
2243
|
+
"initializer": {
|
|
2244
|
+
"type": "jsLiteral",
|
|
2245
|
+
"value": "treemapSliceDice"
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"type": "enumMember",
|
|
2250
|
+
"id": {
|
|
2251
|
+
"type": "identifier",
|
|
2252
|
+
"name": "treemapSquarify"
|
|
2253
|
+
},
|
|
2254
|
+
"initializer": {
|
|
2255
|
+
"type": "jsLiteral",
|
|
2256
|
+
"value": "treemapSquarify"
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
]
|
|
2260
|
+
}
|
|
2261
|
+
]
|
|
2262
|
+
},
|
|
2263
|
+
"data-view.complex-search": {
|
|
2264
|
+
"properties": [
|
|
2265
|
+
{
|
|
2266
|
+
"name": "value",
|
|
2267
|
+
"annotation": {
|
|
2268
|
+
"type": "keyword",
|
|
2269
|
+
"value": "string"
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"name": "placeholder",
|
|
2274
|
+
"annotation": {
|
|
2275
|
+
"type": "keyword",
|
|
2276
|
+
"value": "string"
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "options",
|
|
2281
|
+
"annotation": {
|
|
2282
|
+
"type": "array",
|
|
2283
|
+
"elementType": {
|
|
2284
|
+
"type": "reference",
|
|
2285
|
+
"typeName": {
|
|
2286
|
+
"type": "identifier",
|
|
2287
|
+
"name": "OptionItem"
|
|
2288
|
+
}
|
|
2289
|
+
}
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"name": "tooltipUseBrick",
|
|
2294
|
+
"annotation": {
|
|
2295
|
+
"type": "reference",
|
|
2296
|
+
"typeName": {
|
|
2297
|
+
"type": "identifier",
|
|
2298
|
+
"name": "ReactUseMultipleBricksProps"
|
|
2299
|
+
}
|
|
2300
|
+
}
|
|
2301
|
+
}
|
|
2302
|
+
],
|
|
2303
|
+
"events": [
|
|
2304
|
+
{
|
|
2305
|
+
"name": "change",
|
|
2306
|
+
"detail": {
|
|
2307
|
+
"annotation": {
|
|
2308
|
+
"type": "keyword",
|
|
2309
|
+
"value": "string"
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "search",
|
|
2315
|
+
"detail": {
|
|
2316
|
+
"annotation": {
|
|
2317
|
+
"type": "keyword",
|
|
2318
|
+
"value": "string"
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"name": "select",
|
|
2324
|
+
"detail": {
|
|
2325
|
+
"annotation": {
|
|
2326
|
+
"type": "reference",
|
|
2327
|
+
"typeName": {
|
|
2328
|
+
"type": "identifier",
|
|
2329
|
+
"name": "OptionItem"
|
|
2330
|
+
}
|
|
2331
|
+
}
|
|
2332
|
+
}
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "focus",
|
|
2336
|
+
"detail": {
|
|
2337
|
+
"annotation": {
|
|
2338
|
+
"type": "keyword",
|
|
2339
|
+
"value": "void"
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"name": "blur",
|
|
2345
|
+
"detail": {
|
|
2346
|
+
"annotation": {
|
|
2347
|
+
"type": "keyword",
|
|
2348
|
+
"value": "void"
|
|
2349
|
+
}
|
|
2350
|
+
}
|
|
2351
|
+
}
|
|
2352
|
+
],
|
|
2353
|
+
"methods": [],
|
|
2354
|
+
"types": [
|
|
2355
|
+
{
|
|
2356
|
+
"type": "interface",
|
|
2357
|
+
"name": "OptionItem",
|
|
2358
|
+
"body": [
|
|
2359
|
+
{
|
|
2360
|
+
"type": "propertySignature",
|
|
2361
|
+
"key": {
|
|
1857
2362
|
"type": "identifier",
|
|
1858
|
-
"
|
|
2363
|
+
"name": "icon"
|
|
1859
2364
|
},
|
|
1860
|
-
"
|
|
1861
|
-
"type": "
|
|
1862
|
-
"
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
"name": {
|
|
1867
|
-
"type": "identifier",
|
|
1868
|
-
"value": "treemapResquarify"
|
|
2365
|
+
"annotation": {
|
|
2366
|
+
"type": "reference",
|
|
2367
|
+
"typeName": {
|
|
2368
|
+
"type": "identifier",
|
|
2369
|
+
"name": "GeneralIconProps"
|
|
2370
|
+
}
|
|
1869
2371
|
},
|
|
1870
|
-
"
|
|
1871
|
-
"type": "stringLiteral",
|
|
1872
|
-
"value": "treemapResquarify"
|
|
1873
|
-
}
|
|
2372
|
+
"computed": false
|
|
1874
2373
|
},
|
|
1875
2374
|
{
|
|
1876
|
-
"
|
|
2375
|
+
"type": "propertySignature",
|
|
2376
|
+
"key": {
|
|
1877
2377
|
"type": "identifier",
|
|
1878
|
-
"
|
|
2378
|
+
"name": "name"
|
|
1879
2379
|
},
|
|
1880
|
-
"
|
|
1881
|
-
"type": "
|
|
1882
|
-
"value": "
|
|
1883
|
-
}
|
|
1884
|
-
},
|
|
1885
|
-
{
|
|
1886
|
-
"name": {
|
|
1887
|
-
"type": "identifier",
|
|
1888
|
-
"value": "treemapSliceDice"
|
|
2380
|
+
"annotation": {
|
|
2381
|
+
"type": "keyword",
|
|
2382
|
+
"value": "string"
|
|
1889
2383
|
},
|
|
1890
|
-
"
|
|
1891
|
-
"type": "stringLiteral",
|
|
1892
|
-
"value": "treemapSliceDice"
|
|
1893
|
-
}
|
|
2384
|
+
"computed": false
|
|
1894
2385
|
},
|
|
1895
2386
|
{
|
|
1896
|
-
"
|
|
2387
|
+
"type": "indexSignature",
|
|
2388
|
+
"parameter": {
|
|
1897
2389
|
"type": "identifier",
|
|
1898
|
-
"
|
|
2390
|
+
"name": "propName",
|
|
2391
|
+
"annotation": {
|
|
2392
|
+
"type": "keyword",
|
|
2393
|
+
"value": "string"
|
|
2394
|
+
}
|
|
1899
2395
|
},
|
|
1900
|
-
"
|
|
1901
|
-
"type": "
|
|
1902
|
-
"value": "
|
|
2396
|
+
"annotation": {
|
|
2397
|
+
"type": "keyword",
|
|
2398
|
+
"value": "unknown"
|
|
1903
2399
|
}
|
|
1904
2400
|
}
|
|
1905
2401
|
]
|
|
1906
2402
|
}
|
|
1907
2403
|
]
|
|
1908
2404
|
},
|
|
2405
|
+
"data-view.graph-text": {
|
|
2406
|
+
"properties": [
|
|
2407
|
+
{
|
|
2408
|
+
"name": "text",
|
|
2409
|
+
"annotation": {
|
|
2410
|
+
"type": "keyword",
|
|
2411
|
+
"value": "string"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"name": "value",
|
|
2416
|
+
"annotation": {
|
|
2417
|
+
"type": "union",
|
|
2418
|
+
"types": [
|
|
2419
|
+
{
|
|
2420
|
+
"type": "keyword",
|
|
2421
|
+
"value": "string"
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"type": "keyword",
|
|
2425
|
+
"value": "number"
|
|
2426
|
+
}
|
|
2427
|
+
]
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
2430
|
+
],
|
|
2431
|
+
"events": [],
|
|
2432
|
+
"methods": []
|
|
2433
|
+
},
|
|
1909
2434
|
"data-view.app-wall": {
|
|
1910
2435
|
"properties": [
|
|
1911
2436
|
{
|
|
1912
2437
|
"name": "dataSource",
|
|
1913
|
-
"
|
|
2438
|
+
"annotation": {
|
|
1914
2439
|
"type": "array",
|
|
1915
2440
|
"elementType": {
|
|
1916
2441
|
"type": "reference",
|
|
1917
|
-
"typeName":
|
|
2442
|
+
"typeName": {
|
|
2443
|
+
"type": "identifier",
|
|
2444
|
+
"name": "AppData"
|
|
2445
|
+
}
|
|
1918
2446
|
}
|
|
1919
2447
|
}
|
|
1920
2448
|
},
|
|
1921
2449
|
{
|
|
1922
2450
|
"name": "relations",
|
|
1923
|
-
"
|
|
2451
|
+
"annotation": {
|
|
1924
2452
|
"type": "array",
|
|
1925
2453
|
"elementType": {
|
|
1926
2454
|
"type": "reference",
|
|
1927
|
-
"typeName":
|
|
2455
|
+
"typeName": {
|
|
2456
|
+
"type": "identifier",
|
|
2457
|
+
"name": "Relation"
|
|
2458
|
+
}
|
|
1928
2459
|
}
|
|
1929
2460
|
}
|
|
1930
2461
|
},
|
|
1931
2462
|
{
|
|
1932
2463
|
"name": "useDblclick",
|
|
1933
|
-
"
|
|
2464
|
+
"annotation": {
|
|
1934
2465
|
"type": "keyword",
|
|
1935
2466
|
"value": "boolean"
|
|
1936
2467
|
}
|
|
@@ -1939,110 +2470,168 @@
|
|
|
1939
2470
|
"events": [
|
|
1940
2471
|
{
|
|
1941
2472
|
"name": "system.card.button.click",
|
|
1942
|
-
"
|
|
1943
|
-
"
|
|
1944
|
-
|
|
2473
|
+
"detail": {
|
|
2474
|
+
"annotation": {
|
|
2475
|
+
"type": "reference",
|
|
2476
|
+
"typeName": {
|
|
2477
|
+
"type": "identifier",
|
|
2478
|
+
"name": "AppData"
|
|
2479
|
+
}
|
|
2480
|
+
}
|
|
1945
2481
|
}
|
|
1946
2482
|
},
|
|
1947
2483
|
{
|
|
1948
2484
|
"name": "left.btn.click",
|
|
1949
|
-
"
|
|
1950
|
-
"
|
|
1951
|
-
|
|
2485
|
+
"detail": {
|
|
2486
|
+
"annotation": {
|
|
2487
|
+
"type": "reference",
|
|
2488
|
+
"typeName": {
|
|
2489
|
+
"type": "identifier",
|
|
2490
|
+
"name": "AppData"
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
1952
2493
|
}
|
|
1953
2494
|
},
|
|
1954
2495
|
{
|
|
1955
2496
|
"name": "right.btn.click",
|
|
1956
|
-
"
|
|
1957
|
-
"
|
|
1958
|
-
|
|
2497
|
+
"detail": {
|
|
2498
|
+
"annotation": {
|
|
2499
|
+
"type": "reference",
|
|
2500
|
+
"typeName": {
|
|
2501
|
+
"type": "identifier",
|
|
2502
|
+
"name": "AppData"
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
1959
2505
|
}
|
|
1960
2506
|
},
|
|
1961
2507
|
{
|
|
1962
2508
|
"name": "on.card.dbclick",
|
|
1963
|
-
"
|
|
1964
|
-
"
|
|
1965
|
-
|
|
2509
|
+
"detail": {
|
|
2510
|
+
"annotation": {
|
|
2511
|
+
"type": "reference",
|
|
2512
|
+
"typeName": {
|
|
2513
|
+
"type": "identifier",
|
|
2514
|
+
"name": "AppData"
|
|
2515
|
+
}
|
|
2516
|
+
}
|
|
1966
2517
|
}
|
|
1967
2518
|
}
|
|
1968
2519
|
],
|
|
2520
|
+
"methods": [],
|
|
1969
2521
|
"types": [
|
|
1970
2522
|
{
|
|
1971
|
-
"name": "AppData",
|
|
1972
2523
|
"type": "interface",
|
|
1973
|
-
"
|
|
2524
|
+
"name": "AppData",
|
|
2525
|
+
"body": [
|
|
1974
2526
|
{
|
|
1975
2527
|
"type": "propertySignature",
|
|
1976
|
-
"
|
|
1977
|
-
|
|
2528
|
+
"key": {
|
|
2529
|
+
"type": "identifier",
|
|
2530
|
+
"name": "key"
|
|
2531
|
+
},
|
|
2532
|
+
"annotation": {
|
|
1978
2533
|
"type": "keyword",
|
|
1979
2534
|
"value": "string"
|
|
1980
|
-
}
|
|
2535
|
+
},
|
|
2536
|
+
"computed": false
|
|
1981
2537
|
},
|
|
1982
2538
|
{
|
|
1983
2539
|
"type": "propertySignature",
|
|
1984
|
-
"
|
|
1985
|
-
|
|
2540
|
+
"key": {
|
|
2541
|
+
"type": "identifier",
|
|
2542
|
+
"name": "status"
|
|
2543
|
+
},
|
|
2544
|
+
"annotation": {
|
|
1986
2545
|
"type": "union",
|
|
1987
2546
|
"types": [
|
|
1988
2547
|
{
|
|
1989
|
-
"type": "
|
|
2548
|
+
"type": "jsLiteral",
|
|
1990
2549
|
"value": "normal"
|
|
1991
2550
|
},
|
|
1992
2551
|
{
|
|
1993
|
-
"type": "
|
|
2552
|
+
"type": "jsLiteral",
|
|
1994
2553
|
"value": "warning"
|
|
1995
2554
|
}
|
|
1996
2555
|
]
|
|
1997
|
-
}
|
|
2556
|
+
},
|
|
2557
|
+
"computed": false
|
|
1998
2558
|
},
|
|
1999
2559
|
{
|
|
2000
2560
|
"type": "propertySignature",
|
|
2001
|
-
"
|
|
2002
|
-
|
|
2561
|
+
"key": {
|
|
2562
|
+
"type": "identifier",
|
|
2563
|
+
"name": "cardItemProps"
|
|
2564
|
+
},
|
|
2565
|
+
"annotation": {
|
|
2003
2566
|
"type": "reference",
|
|
2004
|
-
"typeName":
|
|
2005
|
-
|
|
2567
|
+
"typeName": {
|
|
2568
|
+
"type": "identifier",
|
|
2569
|
+
"name": "AppWallCardItemProps"
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
"computed": false
|
|
2006
2573
|
},
|
|
2007
2574
|
{
|
|
2008
2575
|
"type": "propertySignature",
|
|
2009
|
-
"
|
|
2010
|
-
|
|
2576
|
+
"key": {
|
|
2577
|
+
"type": "identifier",
|
|
2578
|
+
"name": "systemCardProps"
|
|
2579
|
+
},
|
|
2580
|
+
"annotation": {
|
|
2011
2581
|
"type": "reference",
|
|
2012
|
-
"typeName":
|
|
2013
|
-
|
|
2582
|
+
"typeName": {
|
|
2583
|
+
"type": "identifier",
|
|
2584
|
+
"name": "SystemCardProps"
|
|
2585
|
+
}
|
|
2586
|
+
},
|
|
2587
|
+
"computed": false
|
|
2014
2588
|
},
|
|
2015
2589
|
{
|
|
2016
2590
|
"type": "propertySignature",
|
|
2017
|
-
"
|
|
2018
|
-
|
|
2591
|
+
"key": {
|
|
2592
|
+
"type": "identifier",
|
|
2593
|
+
"name": "trapezoidalProps"
|
|
2594
|
+
},
|
|
2595
|
+
"annotation": {
|
|
2019
2596
|
"type": "reference",
|
|
2020
|
-
"typeName":
|
|
2021
|
-
|
|
2597
|
+
"typeName": {
|
|
2598
|
+
"type": "identifier",
|
|
2599
|
+
"name": "TrapezoidalProps"
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
"computed": false
|
|
2022
2603
|
}
|
|
2023
2604
|
]
|
|
2024
2605
|
},
|
|
2025
2606
|
{
|
|
2026
|
-
"name": "Relation",
|
|
2027
2607
|
"type": "typeAlias",
|
|
2608
|
+
"name": "Relation",
|
|
2028
2609
|
"annotation": {
|
|
2029
2610
|
"type": "typeLiteral",
|
|
2030
2611
|
"members": [
|
|
2031
2612
|
{
|
|
2032
2613
|
"type": "propertySignature",
|
|
2033
|
-
"
|
|
2034
|
-
|
|
2614
|
+
"key": {
|
|
2615
|
+
"type": "identifier",
|
|
2616
|
+
"name": "source"
|
|
2617
|
+
},
|
|
2618
|
+
"annotation": {
|
|
2035
2619
|
"type": "keyword",
|
|
2036
2620
|
"value": "string"
|
|
2037
|
-
}
|
|
2621
|
+
},
|
|
2622
|
+
"computed": false
|
|
2038
2623
|
},
|
|
2039
2624
|
{
|
|
2040
2625
|
"type": "propertySignature",
|
|
2041
|
-
"
|
|
2042
|
-
|
|
2626
|
+
"key": {
|
|
2627
|
+
"type": "identifier",
|
|
2628
|
+
"name": "target"
|
|
2629
|
+
},
|
|
2630
|
+
"annotation": {
|
|
2043
2631
|
"type": "keyword",
|
|
2044
2632
|
"value": "string"
|
|
2045
|
-
}
|
|
2633
|
+
},
|
|
2634
|
+
"computed": false
|
|
2046
2635
|
}
|
|
2047
2636
|
]
|
|
2048
2637
|
}
|
|
@@ -2053,45 +2642,48 @@
|
|
|
2053
2642
|
"properties": [
|
|
2054
2643
|
{
|
|
2055
2644
|
"name": "dataSource",
|
|
2056
|
-
"
|
|
2645
|
+
"annotation": {
|
|
2057
2646
|
"type": "array",
|
|
2058
2647
|
"elementType": {
|
|
2059
2648
|
"type": "reference",
|
|
2060
|
-
"typeName":
|
|
2649
|
+
"typeName": {
|
|
2650
|
+
"type": "identifier",
|
|
2651
|
+
"name": "Data"
|
|
2652
|
+
}
|
|
2061
2653
|
}
|
|
2062
2654
|
}
|
|
2063
2655
|
},
|
|
2064
2656
|
{
|
|
2065
2657
|
"name": "width",
|
|
2066
|
-
"
|
|
2658
|
+
"annotation": {
|
|
2067
2659
|
"type": "keyword",
|
|
2068
2660
|
"value": "number"
|
|
2069
2661
|
}
|
|
2070
2662
|
},
|
|
2071
2663
|
{
|
|
2072
2664
|
"name": "radius",
|
|
2073
|
-
"
|
|
2665
|
+
"annotation": {
|
|
2074
2666
|
"type": "keyword",
|
|
2075
2667
|
"value": "number"
|
|
2076
2668
|
}
|
|
2077
2669
|
},
|
|
2078
2670
|
{
|
|
2079
2671
|
"name": "scale",
|
|
2080
|
-
"
|
|
2672
|
+
"annotation": {
|
|
2081
2673
|
"type": "keyword",
|
|
2082
2674
|
"value": "number"
|
|
2083
2675
|
}
|
|
2084
2676
|
},
|
|
2085
2677
|
{
|
|
2086
2678
|
"name": "height",
|
|
2087
|
-
"
|
|
2679
|
+
"annotation": {
|
|
2088
2680
|
"type": "keyword",
|
|
2089
2681
|
"value": "number"
|
|
2090
2682
|
}
|
|
2091
2683
|
},
|
|
2092
2684
|
{
|
|
2093
2685
|
"name": "value",
|
|
2094
|
-
"
|
|
2686
|
+
"annotation": {
|
|
2095
2687
|
"type": "union",
|
|
2096
2688
|
"types": [
|
|
2097
2689
|
{
|
|
@@ -2107,67 +2699,102 @@
|
|
|
2107
2699
|
},
|
|
2108
2700
|
{
|
|
2109
2701
|
"name": "dataFill",
|
|
2110
|
-
"
|
|
2702
|
+
"annotation": {
|
|
2111
2703
|
"type": "reference",
|
|
2112
|
-
"typeName":
|
|
2704
|
+
"typeName": {
|
|
2705
|
+
"type": "identifier",
|
|
2706
|
+
"name": "DataFill"
|
|
2707
|
+
}
|
|
2113
2708
|
}
|
|
2114
2709
|
},
|
|
2115
2710
|
{
|
|
2116
2711
|
"name": "dataCircle",
|
|
2117
|
-
"
|
|
2712
|
+
"annotation": {
|
|
2118
2713
|
"type": "reference",
|
|
2119
|
-
"typeName":
|
|
2714
|
+
"typeName": {
|
|
2715
|
+
"type": "identifier",
|
|
2716
|
+
"name": "DataCircle"
|
|
2717
|
+
}
|
|
2120
2718
|
}
|
|
2121
2719
|
},
|
|
2122
2720
|
{
|
|
2123
2721
|
"name": "dataLine",
|
|
2124
|
-
"
|
|
2722
|
+
"annotation": {
|
|
2125
2723
|
"type": "reference",
|
|
2126
|
-
"typeName":
|
|
2724
|
+
"typeName": {
|
|
2725
|
+
"type": "identifier",
|
|
2726
|
+
"name": "DataLine"
|
|
2727
|
+
}
|
|
2127
2728
|
}
|
|
2128
2729
|
}
|
|
2129
2730
|
],
|
|
2731
|
+
"events": [],
|
|
2732
|
+
"methods": [],
|
|
2130
2733
|
"types": [
|
|
2131
2734
|
{
|
|
2132
|
-
"name": "Data",
|
|
2133
2735
|
"type": "interface",
|
|
2134
|
-
"
|
|
2736
|
+
"name": "Data",
|
|
2737
|
+
"body": [
|
|
2135
2738
|
{
|
|
2136
2739
|
"type": "propertySignature",
|
|
2137
|
-
"
|
|
2138
|
-
|
|
2740
|
+
"key": {
|
|
2741
|
+
"type": "identifier",
|
|
2742
|
+
"name": "value"
|
|
2743
|
+
},
|
|
2744
|
+
"annotation": {
|
|
2139
2745
|
"type": "keyword",
|
|
2140
2746
|
"value": "number"
|
|
2141
|
-
}
|
|
2747
|
+
},
|
|
2748
|
+
"computed": false
|
|
2142
2749
|
},
|
|
2143
2750
|
{
|
|
2144
2751
|
"type": "propertySignature",
|
|
2145
|
-
"
|
|
2146
|
-
|
|
2752
|
+
"key": {
|
|
2753
|
+
"type": "identifier",
|
|
2754
|
+
"name": "maxValue"
|
|
2755
|
+
},
|
|
2756
|
+
"annotation": {
|
|
2147
2757
|
"type": "keyword",
|
|
2148
2758
|
"value": "number"
|
|
2149
|
-
}
|
|
2759
|
+
},
|
|
2760
|
+
"computed": false
|
|
2150
2761
|
},
|
|
2151
2762
|
{
|
|
2152
2763
|
"type": "propertySignature",
|
|
2153
|
-
"
|
|
2154
|
-
|
|
2764
|
+
"key": {
|
|
2765
|
+
"type": "identifier",
|
|
2766
|
+
"name": "name"
|
|
2767
|
+
},
|
|
2768
|
+
"annotation": {
|
|
2155
2769
|
"type": "keyword",
|
|
2156
2770
|
"value": "string"
|
|
2157
|
-
}
|
|
2771
|
+
},
|
|
2772
|
+
"optional": true,
|
|
2773
|
+
"computed": false
|
|
2158
2774
|
},
|
|
2159
2775
|
{
|
|
2160
2776
|
"type": "propertySignature",
|
|
2161
|
-
"
|
|
2162
|
-
|
|
2777
|
+
"key": {
|
|
2778
|
+
"type": "identifier",
|
|
2779
|
+
"name": "color"
|
|
2780
|
+
},
|
|
2781
|
+
"annotation": {
|
|
2163
2782
|
"type": "reference",
|
|
2164
|
-
"typeName":
|
|
2165
|
-
|
|
2783
|
+
"typeName": {
|
|
2784
|
+
"type": "identifier",
|
|
2785
|
+
"name": "Color"
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2788
|
+
"optional": true,
|
|
2789
|
+
"computed": false
|
|
2166
2790
|
},
|
|
2167
2791
|
{
|
|
2168
2792
|
"type": "propertySignature",
|
|
2169
|
-
"
|
|
2170
|
-
|
|
2793
|
+
"key": {
|
|
2794
|
+
"type": "identifier",
|
|
2795
|
+
"name": "percentValue"
|
|
2796
|
+
},
|
|
2797
|
+
"annotation": {
|
|
2171
2798
|
"type": "union",
|
|
2172
2799
|
"types": [
|
|
2173
2800
|
{
|
|
@@ -2179,174 +2806,167 @@
|
|
|
2179
2806
|
"value": "string"
|
|
2180
2807
|
}
|
|
2181
2808
|
]
|
|
2182
|
-
}
|
|
2809
|
+
},
|
|
2810
|
+
"optional": true,
|
|
2811
|
+
"computed": false
|
|
2183
2812
|
}
|
|
2184
2813
|
]
|
|
2185
2814
|
},
|
|
2186
2815
|
{
|
|
2187
|
-
"name": "Color",
|
|
2188
2816
|
"type": "typeAlias",
|
|
2817
|
+
"name": "Color",
|
|
2189
2818
|
"annotation": {
|
|
2190
2819
|
"type": "indexedAccess",
|
|
2191
2820
|
"objectType": {
|
|
2192
2821
|
"type": "reference",
|
|
2193
|
-
"
|
|
2822
|
+
"typeName": {
|
|
2194
2823
|
"type": "qualifiedName",
|
|
2195
2824
|
"left": {
|
|
2196
2825
|
"type": "identifier",
|
|
2197
|
-
"
|
|
2826
|
+
"name": "React"
|
|
2198
2827
|
},
|
|
2199
2828
|
"right": {
|
|
2200
2829
|
"type": "identifier",
|
|
2201
|
-
"
|
|
2830
|
+
"name": "CSSProperties"
|
|
2202
2831
|
}
|
|
2203
2832
|
}
|
|
2204
2833
|
},
|
|
2205
2834
|
"indexType": {
|
|
2206
|
-
"type": "
|
|
2835
|
+
"type": "jsLiteral",
|
|
2207
2836
|
"value": "color"
|
|
2208
2837
|
}
|
|
2209
2838
|
}
|
|
2210
2839
|
},
|
|
2211
2840
|
{
|
|
2212
|
-
"name": "DataFill",
|
|
2213
2841
|
"type": "typeAlias",
|
|
2842
|
+
"name": "DataFill",
|
|
2214
2843
|
"annotation": {
|
|
2215
2844
|
"type": "typeLiteral",
|
|
2216
2845
|
"members": [
|
|
2217
2846
|
{
|
|
2218
2847
|
"type": "propertySignature",
|
|
2219
|
-
"
|
|
2220
|
-
|
|
2848
|
+
"key": {
|
|
2849
|
+
"type": "identifier",
|
|
2850
|
+
"name": "fillStyle"
|
|
2851
|
+
},
|
|
2852
|
+
"annotation": {
|
|
2221
2853
|
"type": "reference",
|
|
2222
|
-
"typeName":
|
|
2223
|
-
|
|
2854
|
+
"typeName": {
|
|
2855
|
+
"type": "identifier",
|
|
2856
|
+
"name": "Color"
|
|
2857
|
+
}
|
|
2858
|
+
},
|
|
2859
|
+
"optional": true,
|
|
2860
|
+
"computed": false
|
|
2224
2861
|
}
|
|
2225
2862
|
]
|
|
2226
2863
|
}
|
|
2227
2864
|
},
|
|
2228
2865
|
{
|
|
2229
|
-
"name": "DataCircle",
|
|
2230
2866
|
"type": "typeAlias",
|
|
2867
|
+
"name": "DataCircle",
|
|
2231
2868
|
"annotation": {
|
|
2232
2869
|
"type": "reference",
|
|
2233
|
-
"typeName":
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2870
|
+
"typeName": {
|
|
2871
|
+
"type": "identifier",
|
|
2872
|
+
"name": "Omit"
|
|
2873
|
+
},
|
|
2874
|
+
"typeParameters": {
|
|
2875
|
+
"type": "typeParameterInstantiation",
|
|
2876
|
+
"params": [
|
|
2877
|
+
{
|
|
2878
|
+
"type": "reference",
|
|
2879
|
+
"typeName": {
|
|
2880
|
+
"type": "identifier",
|
|
2881
|
+
"name": "DataCircleOptions"
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"type": "jsLiteral",
|
|
2886
|
+
"value": "dataPoints"
|
|
2887
|
+
}
|
|
2888
|
+
]
|
|
2889
|
+
}
|
|
2244
2890
|
}
|
|
2245
2891
|
},
|
|
2246
2892
|
{
|
|
2247
|
-
"name": "DataCircleOptions",
|
|
2248
2893
|
"type": "interface",
|
|
2249
|
-
"
|
|
2894
|
+
"name": "DataCircleOptions",
|
|
2895
|
+
"body": [
|
|
2250
2896
|
{
|
|
2251
2897
|
"type": "propertySignature",
|
|
2252
|
-
"
|
|
2253
|
-
|
|
2898
|
+
"key": {
|
|
2899
|
+
"type": "identifier",
|
|
2900
|
+
"name": "r"
|
|
2901
|
+
},
|
|
2902
|
+
"annotation": {
|
|
2254
2903
|
"type": "keyword",
|
|
2255
2904
|
"value": "number"
|
|
2256
|
-
}
|
|
2905
|
+
},
|
|
2906
|
+
"optional": true,
|
|
2907
|
+
"computed": false
|
|
2257
2908
|
},
|
|
2258
2909
|
{
|
|
2259
2910
|
"type": "propertySignature",
|
|
2260
|
-
"
|
|
2261
|
-
|
|
2911
|
+
"key": {
|
|
2912
|
+
"type": "identifier",
|
|
2913
|
+
"name": "fillStyle"
|
|
2914
|
+
},
|
|
2915
|
+
"annotation": {
|
|
2262
2916
|
"type": "reference",
|
|
2263
|
-
"typeName":
|
|
2264
|
-
|
|
2917
|
+
"typeName": {
|
|
2918
|
+
"type": "identifier",
|
|
2919
|
+
"name": "Color"
|
|
2920
|
+
}
|
|
2921
|
+
},
|
|
2922
|
+
"optional": true,
|
|
2923
|
+
"computed": false
|
|
2265
2924
|
}
|
|
2266
2925
|
],
|
|
2267
2926
|
"extends": [
|
|
2268
|
-
"DataLineOptions"
|
|
2269
|
-
]
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"name": "DataLineOptions",
|
|
2273
|
-
"type": "interface",
|
|
2274
|
-
"annotation": [
|
|
2275
|
-
{
|
|
2276
|
-
"type": "propertySignature",
|
|
2277
|
-
"name": "dataPoints",
|
|
2278
|
-
"property": {
|
|
2279
|
-
"type": "array",
|
|
2280
|
-
"elementType": {
|
|
2281
|
-
"type": "reference",
|
|
2282
|
-
"typeName": "Axis"
|
|
2283
|
-
}
|
|
2284
|
-
}
|
|
2285
|
-
},
|
|
2286
|
-
{
|
|
2287
|
-
"type": "propertySignature",
|
|
2288
|
-
"name": "strokeStyle",
|
|
2289
|
-
"property": {
|
|
2290
|
-
"type": "reference",
|
|
2291
|
-
"typeName": "Color"
|
|
2292
|
-
}
|
|
2293
|
-
},
|
|
2294
2927
|
{
|
|
2295
|
-
"type": "
|
|
2296
|
-
"
|
|
2297
|
-
|
|
2298
|
-
"
|
|
2299
|
-
"value": "number"
|
|
2928
|
+
"type": "expressionWithTypeArguments",
|
|
2929
|
+
"expression": {
|
|
2930
|
+
"type": "identifier",
|
|
2931
|
+
"name": "DataLineOptions"
|
|
2300
2932
|
}
|
|
2301
2933
|
}
|
|
2302
2934
|
]
|
|
2303
2935
|
},
|
|
2304
2936
|
{
|
|
2305
|
-
"name": "Axis",
|
|
2306
2937
|
"type": "typeAlias",
|
|
2307
|
-
"annotation": {
|
|
2308
|
-
"type": "typeLiteral",
|
|
2309
|
-
"members": [
|
|
2310
|
-
{
|
|
2311
|
-
"type": "propertySignature",
|
|
2312
|
-
"name": "x",
|
|
2313
|
-
"property": {
|
|
2314
|
-
"type": "keyword",
|
|
2315
|
-
"value": "number"
|
|
2316
|
-
}
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"type": "propertySignature",
|
|
2320
|
-
"name": "y",
|
|
2321
|
-
"property": {
|
|
2322
|
-
"type": "keyword",
|
|
2323
|
-
"value": "number"
|
|
2324
|
-
}
|
|
2325
|
-
}
|
|
2326
|
-
]
|
|
2327
|
-
}
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
2938
|
"name": "DataLine",
|
|
2331
|
-
"type": "typeAlias",
|
|
2332
2939
|
"annotation": {
|
|
2333
2940
|
"type": "typeLiteral",
|
|
2334
2941
|
"members": [
|
|
2335
2942
|
{
|
|
2336
2943
|
"type": "propertySignature",
|
|
2337
|
-
"
|
|
2338
|
-
|
|
2944
|
+
"key": {
|
|
2945
|
+
"type": "identifier",
|
|
2946
|
+
"name": "lineWidth"
|
|
2947
|
+
},
|
|
2948
|
+
"annotation": {
|
|
2339
2949
|
"type": "keyword",
|
|
2340
2950
|
"value": "number"
|
|
2341
|
-
}
|
|
2951
|
+
},
|
|
2952
|
+
"optional": true,
|
|
2953
|
+
"computed": false
|
|
2342
2954
|
},
|
|
2343
2955
|
{
|
|
2344
2956
|
"type": "propertySignature",
|
|
2345
|
-
"
|
|
2346
|
-
|
|
2957
|
+
"key": {
|
|
2958
|
+
"type": "identifier",
|
|
2959
|
+
"name": "strokeStyle"
|
|
2960
|
+
},
|
|
2961
|
+
"annotation": {
|
|
2347
2962
|
"type": "reference",
|
|
2348
|
-
"typeName":
|
|
2349
|
-
|
|
2963
|
+
"typeName": {
|
|
2964
|
+
"type": "identifier",
|
|
2965
|
+
"name": "Color"
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
"optional": true,
|
|
2969
|
+
"computed": false
|
|
2350
2970
|
}
|
|
2351
2971
|
]
|
|
2352
2972
|
}
|