@next-bricks/data-view 0.9.2 → 0.9.4

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.
Files changed (32) hide show
  1. package/dist/bricks.json +3 -3
  2. package/dist/chunks/32.ab6f342f.js +2 -0
  3. package/dist/chunks/32.ab6f342f.js.map +1 -0
  4. package/dist/chunks/cabinet-container.7d8f63ed.js +3 -0
  5. package/dist/chunks/cabinet-container.7d8f63ed.js.map +1 -0
  6. package/dist/chunks/cabinet-graph.094c8bf0.js +2 -0
  7. package/dist/chunks/cabinet-graph.094c8bf0.js.map +1 -0
  8. package/dist/chunks/cabinet-node.bad8b93f.js +3 -0
  9. package/dist/chunks/cabinet-node.bad8b93f.js.map +1 -0
  10. package/dist/chunks/main.0e4c25f7.js +2 -0
  11. package/dist/chunks/{main.785e8d6a.js.map → main.0e4c25f7.js.map} +1 -1
  12. package/dist/images/2f0f6b06.png +0 -0
  13. package/dist/images/6cef4f17.png +0 -0
  14. package/dist/images/85e27dbe.png +0 -0
  15. package/dist/{index.e8452fbe.js → index.cc6ab3ed.js} +2 -2
  16. package/dist/{index.e8452fbe.js.map → index.cc6ab3ed.js.map} +1 -1
  17. package/dist/manifest.json +70 -65
  18. package/dist/types.json +2225 -876
  19. package/dist-types/cabinet/cabinet-node/index.d.ts +23 -15
  20. package/dist-types/cabinet/index.d.ts +1 -0
  21. package/package.json +3 -3
  22. package/dist/chunks/9566.bd843f07.js +0 -2
  23. package/dist/chunks/9566.bd843f07.js.map +0 -1
  24. package/dist/chunks/cabinet-container.ee8afd94.js +0 -3
  25. package/dist/chunks/cabinet-container.ee8afd94.js.map +0 -1
  26. package/dist/chunks/cabinet-graph.90405011.js +0 -2
  27. package/dist/chunks/cabinet-graph.90405011.js.map +0 -1
  28. package/dist/chunks/cabinet-node.ee749eda.js +0 -3
  29. package/dist/chunks/cabinet-node.ee749eda.js.map +0 -1
  30. package/dist/chunks/main.785e8d6a.js +0 -2
  31. /package/dist/chunks/{cabinet-container.ee8afd94.js.LICENSE.txt → cabinet-container.7d8f63ed.js.LICENSE.txt} +0 -0
  32. /package/dist/chunks/{cabinet-node.ee749eda.js.LICENSE.txt → cabinet-node.bad8b93f.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,572 +1,1979 @@
1
1
  {
2
- "data-view.tabs-drawer": [
3
- {
4
- "name": "TabItem",
5
- "type": "interface",
6
- "annotation": [
7
- {
8
- "type": "propertySignature",
9
- "name": "icon",
10
- "property": {
2
+ "data-view.gauge-chart": {
3
+ "properties": [
4
+ {
5
+ "name": "radius",
6
+ "types": {
7
+ "type": "keyword",
8
+ "value": "number"
9
+ }
10
+ },
11
+ {
12
+ "name": "strokeWidth",
13
+ "types": {
14
+ "type": "keyword",
15
+ "value": "number"
16
+ }
17
+ },
18
+ {
19
+ "name": "description",
20
+ "types": {
21
+ "type": "union",
22
+ "types": [
23
+ {
24
+ "type": "keyword",
25
+ "value": "string"
26
+ }
27
+ ]
28
+ }
29
+ },
30
+ {
31
+ "name": "value",
32
+ "types": {
33
+ "type": "keyword",
34
+ "value": "number"
35
+ }
36
+ },
37
+ {
38
+ "name": "fontSize",
39
+ "types": {
40
+ "type": "keyword",
41
+ "value": "number"
42
+ }
43
+ }
44
+ ]
45
+ },
46
+ "data-view.modern-style-page-title": {
47
+ "properties": [
48
+ {
49
+ "name": "pageTitle",
50
+ "types": {
51
+ "type": "keyword",
52
+ "value": "string"
53
+ }
54
+ },
55
+ {
56
+ "name": "description",
57
+ "types": {
58
+ "type": "keyword",
59
+ "value": "string"
60
+ }
61
+ },
62
+ {
63
+ "name": "backgroundStyle",
64
+ "types": {
65
+ "type": "reference",
66
+ "typeName": "CSSProperties"
67
+ }
68
+ },
69
+ {
70
+ "name": "leftRoundStyle",
71
+ "types": {
72
+ "type": "reference",
73
+ "typeName": "CSSProperties"
74
+ }
75
+ },
76
+ {
77
+ "name": "rightRoundStyle",
78
+ "types": {
79
+ "type": "reference",
80
+ "typeName": "CSSProperties"
81
+ }
82
+ }
83
+ ]
84
+ },
85
+ "data-view.modern-style-component-title": {
86
+ "properties": [
87
+ {
88
+ "name": "hideLeftComponent"
89
+ },
90
+ {
91
+ "name": "hideRightComponent"
92
+ },
93
+ {
94
+ "name": "componentTitle",
95
+ "types": {
96
+ "type": "keyword",
97
+ "value": "string"
98
+ }
99
+ },
100
+ {
101
+ "name": "titleTextStyle",
102
+ "types": {
103
+ "type": "reference",
104
+ "typeName": "CSSProperties"
105
+ }
106
+ },
107
+ {
108
+ "name": "squareColor",
109
+ "types": {
110
+ "type": "indexedAccess",
111
+ "objectType": {
11
112
  "type": "reference",
12
- "typeName": "GeneralIconProps"
13
- }
14
- },
15
- {
16
- "type": "propertySignature",
17
- "name": "key",
18
- "property": {
19
- "type": "keyword",
20
- "value": "string"
21
- }
22
- },
23
- {
24
- "type": "propertySignature",
25
- "name": "title",
26
- "property": {
27
- "type": "keyword",
28
- "value": "string"
29
- }
30
- },
31
- {
32
- "type": "propertySignature",
33
- "name": "tooltip",
34
- "property": {
35
- "type": "keyword",
36
- "value": "string"
37
- }
38
- }
39
- ]
40
- }
41
- ],
42
- "data-view.battery-chart": [
43
- {
44
- "name": "ThresholdColor",
45
- "type": "interface",
46
- "annotation": [
47
- {
48
- "type": "propertySignature",
49
- "name": "color",
50
- "property": {
51
- "type": "indexedAccess",
52
- "objectType": {
53
- "type": "reference",
54
- "qualified": {
55
- "type": "qualifiedName",
56
- "left": {
57
- "type": "identifier",
58
- "value": "React"
59
- },
60
- "right": {
61
- "type": "identifier",
62
- "value": "CSSProperties"
63
- }
64
- }
65
- },
66
- "indexType": {
67
- "type": "literal",
68
- "value": "color"
69
- }
70
- }
71
- },
72
- {
73
- "type": "propertySignature",
74
- "name": "startValue",
75
- "property": {
76
- "type": "keyword",
77
- "value": "number"
78
- }
79
- },
80
- {
81
- "type": "propertySignature",
82
- "name": "endValue",
83
- "property": {
84
- "type": "keyword",
85
- "value": "number"
86
- }
87
- },
88
- {
89
- "type": "propertySignature",
90
- "name": "headerColor",
91
- "property": {
92
- "type": "indexedAccess",
93
- "objectType": {
94
- "type": "reference",
95
- "qualified": {
96
- "type": "qualifiedName",
97
- "left": {
98
- "type": "identifier",
99
- "value": "React"
100
- },
101
- "right": {
102
- "type": "identifier",
103
- "value": "CSSProperties"
104
- }
105
- }
113
+ "typeName": "CSSProperties"
114
+ },
115
+ "indexType": {
116
+ "type": "literal",
117
+ "value": "color"
118
+ }
119
+ }
120
+ }
121
+ ]
122
+ },
123
+ "data-view.tabs-drawer": {
124
+ "properties": [
125
+ {
126
+ "name": "tabList",
127
+ "types": {
128
+ "type": "array",
129
+ "elementType": {
130
+ "type": "reference",
131
+ "typeName": "TabItem"
132
+ }
133
+ }
134
+ },
135
+ {
136
+ "name": "activeKey",
137
+ "types": {
138
+ "type": "keyword",
139
+ "value": "string"
140
+ }
141
+ },
142
+ {
143
+ "name": "width",
144
+ "types": {
145
+ "type": "union",
146
+ "types": [
147
+ {
148
+ "type": "keyword",
149
+ "value": "number"
106
150
  },
107
- "indexType": {
108
- "type": "literal",
109
- "value": "color"
110
- }
111
- }
112
- }
113
- ]
114
- }
115
- ],
116
- "data-view.particle-animation": [
117
- {
118
- "name": "ColorType",
119
- "type": "interface",
120
- "annotation": [
121
- {
122
- "type": "propertySignature",
123
- "name": "startColor",
124
- "property": {
125
- "type": "indexedAccess",
126
- "objectType": {
127
- "type": "reference",
128
- "qualified": {
129
- "type": "qualifiedName",
130
- "left": {
131
- "type": "identifier",
132
- "value": "React"
133
- },
134
- "right": {
135
- "type": "identifier",
136
- "value": "CSSProperties"
137
- }
138
- }
151
+ {
152
+ "type": "keyword",
153
+ "value": "string"
154
+ }
155
+ ]
156
+ }
157
+ },
158
+ {
159
+ "name": "drawerStyle",
160
+ "types": {
161
+ "type": "reference",
162
+ "qualified": {
163
+ "type": "qualifiedName",
164
+ "left": {
165
+ "type": "identifier",
166
+ "value": "React"
139
167
  },
140
- "indexType": {
141
- "type": "literal",
142
- "value": "color"
168
+ "right": {
169
+ "type": "identifier",
170
+ "value": "CSSProperties"
143
171
  }
144
172
  }
145
- },
146
- {
147
- "type": "propertySignature",
148
- "name": "middleColor",
149
- "property": {
150
- "type": "indexedAccess",
151
- "objectType": {
152
- "type": "reference",
153
- "qualified": {
154
- "type": "qualifiedName",
155
- "left": {
156
- "type": "identifier",
157
- "value": "React"
158
- },
159
- "right": {
160
- "type": "identifier",
161
- "value": "CSSProperties"
162
- }
163
- }
173
+ }
174
+ },
175
+ {
176
+ "name": "bodyStyle",
177
+ "types": {
178
+ "type": "reference",
179
+ "qualified": {
180
+ "type": "qualifiedName",
181
+ "left": {
182
+ "type": "identifier",
183
+ "value": "React"
164
184
  },
165
- "indexType": {
166
- "type": "literal",
167
- "value": "color"
185
+ "right": {
186
+ "type": "identifier",
187
+ "value": "CSSProperties"
168
188
  }
169
189
  }
170
- },
171
- {
172
- "type": "propertySignature",
173
- "name": "endColor",
174
- "property": {
175
- "type": "indexedAccess",
176
- "objectType": {
190
+ }
191
+ },
192
+ {
193
+ "name": "zIndex",
194
+ "types": {
195
+ "type": "union",
196
+ "types": [
197
+ {
198
+ "type": "keyword",
199
+ "value": "number"
200
+ }
201
+ ]
202
+ }
203
+ },
204
+ {
205
+ "name": "visible",
206
+ "types": {
207
+ "type": "union",
208
+ "types": [
209
+ {
210
+ "type": "keyword",
211
+ "value": "boolean"
212
+ }
213
+ ]
214
+ }
215
+ }
216
+ ],
217
+ "events": [
218
+ {
219
+ "name": "open"
220
+ },
221
+ {
222
+ "name": "close"
223
+ },
224
+ {
225
+ "name": "tab.change",
226
+ "types": {
227
+ "type": "keyword",
228
+ "value": "string"
229
+ }
230
+ }
231
+ ],
232
+ "types": [
233
+ {
234
+ "name": "TabItem",
235
+ "type": "interface",
236
+ "annotation": [
237
+ {
238
+ "type": "propertySignature",
239
+ "name": "icon",
240
+ "property": {
177
241
  "type": "reference",
178
- "qualified": {
179
- "type": "qualifiedName",
180
- "left": {
181
- "type": "identifier",
182
- "value": "React"
183
- },
184
- "right": {
185
- "type": "identifier",
186
- "value": "CSSProperties"
187
- }
188
- }
189
- },
190
- "indexType": {
191
- "type": "literal",
192
- "value": "color"
242
+ "typeName": "GeneralIconProps"
243
+ }
244
+ },
245
+ {
246
+ "type": "propertySignature",
247
+ "name": "key",
248
+ "property": {
249
+ "type": "keyword",
250
+ "value": "string"
251
+ }
252
+ },
253
+ {
254
+ "type": "propertySignature",
255
+ "name": "title",
256
+ "property": {
257
+ "type": "keyword",
258
+ "value": "string"
259
+ }
260
+ },
261
+ {
262
+ "type": "propertySignature",
263
+ "name": "tooltip",
264
+ "property": {
265
+ "type": "keyword",
266
+ "value": "string"
193
267
  }
194
268
  }
269
+ ]
270
+ }
271
+ ]
272
+ },
273
+ "data-view.battery-chart": {
274
+ "properties": [
275
+ {
276
+ "name": "value",
277
+ "types": {
278
+ "type": "keyword",
279
+ "value": "number"
280
+ }
281
+ },
282
+ {
283
+ "name": "batteryWidth",
284
+ "types": {
285
+ "type": "keyword",
286
+ "value": "number"
287
+ }
288
+ },
289
+ {
290
+ "name": "batteryHeight",
291
+ "types": {
292
+ "type": "keyword",
293
+ "value": "number"
294
+ }
295
+ },
296
+ {
297
+ "name": "thresholdColors",
298
+ "types": {
299
+ "type": "array",
300
+ "elementType": {
301
+ "type": "reference",
302
+ "typeName": "ThresholdColor"
303
+ }
304
+ }
305
+ },
306
+ {
307
+ "name": "thresholdValue",
308
+ "types": {
309
+ "type": "keyword",
310
+ "value": "number"
195
311
  }
196
- ]
197
- }
198
- ],
199
- "data-view.app-wall-system-card": [
200
- {
201
- "name": "StatusType",
202
- "type": "typeAlias",
203
- "annotation": {
204
- "type": "union",
205
- "types": [
312
+ }
313
+ ],
314
+ "types": [
315
+ {
316
+ "name": "ThresholdColor",
317
+ "type": "interface",
318
+ "annotation": [
206
319
  {
207
- "type": "literal",
208
- "value": "normal"
320
+ "type": "propertySignature",
321
+ "name": "color",
322
+ "property": {
323
+ "type": "indexedAccess",
324
+ "objectType": {
325
+ "type": "reference",
326
+ "qualified": {
327
+ "type": "qualifiedName",
328
+ "left": {
329
+ "type": "identifier",
330
+ "value": "React"
331
+ },
332
+ "right": {
333
+ "type": "identifier",
334
+ "value": "CSSProperties"
335
+ }
336
+ }
337
+ },
338
+ "indexType": {
339
+ "type": "literal",
340
+ "value": "color"
341
+ }
342
+ }
209
343
  },
210
344
  {
211
- "type": "literal",
212
- "value": "warning"
345
+ "type": "propertySignature",
346
+ "name": "startValue",
347
+ "property": {
348
+ "type": "keyword",
349
+ "value": "number"
350
+ }
351
+ },
352
+ {
353
+ "type": "propertySignature",
354
+ "name": "endValue",
355
+ "property": {
356
+ "type": "keyword",
357
+ "value": "number"
358
+ }
359
+ },
360
+ {
361
+ "type": "propertySignature",
362
+ "name": "headerColor",
363
+ "property": {
364
+ "type": "indexedAccess",
365
+ "objectType": {
366
+ "type": "reference",
367
+ "qualified": {
368
+ "type": "qualifiedName",
369
+ "left": {
370
+ "type": "identifier",
371
+ "value": "React"
372
+ },
373
+ "right": {
374
+ "type": "identifier",
375
+ "value": "CSSProperties"
376
+ }
377
+ }
378
+ },
379
+ "indexType": {
380
+ "type": "literal",
381
+ "value": "color"
382
+ }
383
+ }
213
384
  }
214
385
  ]
215
386
  }
216
- },
217
- {
218
- "name": "DescriptionItem",
219
- "type": "interface",
220
- "annotation": [
221
- {
222
- "type": "propertySignature",
223
- "name": "key",
224
- "property": {
225
- "type": "keyword",
226
- "value": "string"
227
- }
228
- },
229
- {
230
- "type": "propertySignature",
231
- "name": "value",
232
- "property": {
233
- "type": "keyword",
234
- "value": "string"
235
- }
236
- }
237
- ]
238
- }
239
- ],
240
- "data-view.cabinet-graph": [
241
- {
242
- "name": "AppData",
243
- "type": "interface",
244
- "annotation": [
245
- {
246
- "type": "propertySignature",
247
- "name": "appName",
248
- "property": {
249
- "type": "keyword",
250
- "value": "string"
251
- }
252
- },
253
- {
254
- "type": "propertySignature",
255
- "name": "key",
256
- "property": {
257
- "type": "keyword",
258
- "value": "string"
259
- }
260
- },
261
- {
262
- "type": "propertySignature",
263
- "name": "clusters",
264
- "property": {
265
- "type": "array",
266
- "elementType": {
267
- "type": "reference",
268
- "typeName": "Clusters"
269
- }
270
- }
271
- }
272
- ]
273
- },
274
- {
275
- "name": "Clusters",
276
- "type": "interface",
277
- "annotation": [
278
- {
279
- "type": "propertySignature",
280
- "name": "clusterName",
281
- "property": {
282
- "type": "keyword",
283
- "value": "string"
284
- }
285
- },
286
- {
287
- "type": "propertySignature",
288
- "name": "key",
289
- "property": {
290
- "type": "keyword",
291
- "value": "string"
292
- }
293
- },
294
- {
295
- "type": "propertySignature",
296
- "name": "type",
297
- "property": {
298
- "type": "union",
299
- "types": [
387
+ ]
388
+ },
389
+ "data-view.dropdown-menu": {
390
+ "properties": [
391
+ {
392
+ "name": "options",
393
+ "types": {
394
+ "type": "array",
395
+ "elementType": {
396
+ "type": "typeLiteral",
397
+ "members": [
300
398
  {
301
- "type": "literal",
302
- "value": "host"
399
+ "type": "propertySignature",
400
+ "name": "label",
401
+ "property": {
402
+ "type": "keyword",
403
+ "value": "string"
404
+ }
303
405
  },
304
406
  {
305
- "type": "literal",
306
- "value": "k8s"
407
+ "type": "propertySignature",
408
+ "name": "value",
409
+ "property": {
410
+ "type": "keyword",
411
+ "value": "string"
412
+ }
307
413
  }
308
414
  ]
309
415
  }
310
- },
311
- {
312
- "type": "propertySignature",
313
- "name": "nodes",
314
- "property": {
315
- "type": "array",
316
- "elementType": {
317
- "type": "reference",
318
- "typeName": "Node"
319
- }
320
- }
321
- }
322
- ]
323
- },
324
- {
325
- "name": "Node",
326
- "type": "interface",
327
- "annotation": [
328
- {
329
- "type": "propertySignature",
330
- "name": "nodeTitle",
331
- "property": {
332
- "type": "keyword",
333
- "value": "string"
334
- }
335
- },
336
- {
337
- "type": "propertySignature",
338
- "name": "key",
339
- "property": {
340
- "type": "keyword",
341
- "value": "string"
342
- }
343
- },
344
- {
345
- "type": "propertySignature",
346
- "name": "type",
347
- "property": {
348
- "type": "union",
349
- "types": [
350
- {
416
+ }
417
+ },
418
+ {
419
+ "name": "value",
420
+ "types": {
421
+ "type": "keyword",
422
+ "value": "string"
423
+ }
424
+ },
425
+ {
426
+ "name": "placeholder",
427
+ "types": {
428
+ "type": "keyword",
429
+ "value": "string"
430
+ }
431
+ },
432
+ {
433
+ "name": "allowClear",
434
+ "types": {
435
+ "type": "keyword",
436
+ "value": "boolean"
437
+ }
438
+ }
439
+ ],
440
+ "events": [
441
+ {
442
+ "name": "value.change",
443
+ "types": {
444
+ "type": "keyword",
445
+ "value": "string"
446
+ }
447
+ }
448
+ ]
449
+ },
450
+ "data-view.particle-animation": {
451
+ "properties": [
452
+ {
453
+ "name": "colors",
454
+ "types": {
455
+ "type": "reference",
456
+ "typeName": "ColorType"
457
+ }
458
+ },
459
+ {
460
+ "name": "containerStyle",
461
+ "types": {
462
+ "type": "reference",
463
+ "qualified": {
464
+ "type": "qualifiedName",
465
+ "left": {
466
+ "type": "identifier",
467
+ "value": "React"
468
+ },
469
+ "right": {
470
+ "type": "identifier",
471
+ "value": "CSSProperties"
472
+ }
473
+ }
474
+ }
475
+ }
476
+ ],
477
+ "types": [
478
+ {
479
+ "name": "ColorType",
480
+ "type": "interface",
481
+ "annotation": [
482
+ {
483
+ "type": "propertySignature",
484
+ "name": "startColor",
485
+ "property": {
486
+ "type": "indexedAccess",
487
+ "objectType": {
488
+ "type": "reference",
489
+ "qualified": {
490
+ "type": "qualifiedName",
491
+ "left": {
492
+ "type": "identifier",
493
+ "value": "React"
494
+ },
495
+ "right": {
496
+ "type": "identifier",
497
+ "value": "CSSProperties"
498
+ }
499
+ }
500
+ },
501
+ "indexType": {
351
502
  "type": "literal",
352
- "value": "container-group"
503
+ "value": "color"
504
+ }
505
+ }
506
+ },
507
+ {
508
+ "type": "propertySignature",
509
+ "name": "middleColor",
510
+ "property": {
511
+ "type": "indexedAccess",
512
+ "objectType": {
513
+ "type": "reference",
514
+ "qualified": {
515
+ "type": "qualifiedName",
516
+ "left": {
517
+ "type": "identifier",
518
+ "value": "React"
519
+ },
520
+ "right": {
521
+ "type": "identifier",
522
+ "value": "CSSProperties"
523
+ }
524
+ }
353
525
  },
354
- {
526
+ "indexType": {
355
527
  "type": "literal",
356
- "value": "physical-machine"
528
+ "value": "color"
529
+ }
530
+ }
531
+ },
532
+ {
533
+ "type": "propertySignature",
534
+ "name": "endColor",
535
+ "property": {
536
+ "type": "indexedAccess",
537
+ "objectType": {
538
+ "type": "reference",
539
+ "qualified": {
540
+ "type": "qualifiedName",
541
+ "left": {
542
+ "type": "identifier",
543
+ "value": "React"
544
+ },
545
+ "right": {
546
+ "type": "identifier",
547
+ "value": "CSSProperties"
548
+ }
549
+ }
357
550
  },
358
- {
551
+ "indexType": {
359
552
  "type": "literal",
360
- "value": "virtual-machine"
553
+ "value": "color"
361
554
  }
362
- ]
555
+ }
363
556
  }
557
+ ]
558
+ }
559
+ ]
560
+ },
561
+ "data-view.app-wall-card-item": {
562
+ "properties": [
563
+ {
564
+ "name": "status",
565
+ "types": {
566
+ "type": "union",
567
+ "types": [
568
+ {
569
+ "type": "literal",
570
+ "value": "normal"
571
+ },
572
+ {
573
+ "type": "literal",
574
+ "value": "warning"
575
+ }
576
+ ]
364
577
  }
365
- ]
366
- }
367
- ],
368
- "data-view.grid-background": [
369
- {
370
- "name": "ParticleColor",
371
- "type": "interface",
372
- "annotation": [
373
- {
374
- "type": "propertySignature",
375
- "name": "startColor",
376
- "property": {
377
- "type": "indexedAccess",
378
- "objectType": {
379
- "type": "reference",
380
- "qualified": {
381
- "type": "qualifiedName",
382
- "left": {
383
- "type": "identifier",
384
- "value": "React"
385
- },
386
- "right": {
387
- "type": "identifier",
388
- "value": "CSSProperties"
389
- }
578
+ },
579
+ {
580
+ "name": "cardTitle",
581
+ "types": {
582
+ "type": "keyword",
583
+ "value": "string"
584
+ }
585
+ },
586
+ {
587
+ "name": "description",
588
+ "types": {
589
+ "type": "keyword",
590
+ "value": "string"
591
+ }
592
+ }
593
+ ]
594
+ },
595
+ "data-view.app-wall-system-card": {
596
+ "properties": [
597
+ {
598
+ "name": "status",
599
+ "types": {
600
+ "type": "reference",
601
+ "typeName": "StatusType"
602
+ }
603
+ },
604
+ {
605
+ "name": "cardTitle",
606
+ "types": {
607
+ "type": "union",
608
+ "types": [
609
+ {
610
+ "type": "keyword",
611
+ "value": "string"
612
+ }
613
+ ]
614
+ }
615
+ },
616
+ {
617
+ "name": "itemList",
618
+ "types": {
619
+ "type": "array",
620
+ "elementType": {
621
+ "type": "reference",
622
+ "typeName": "DescriptionItem"
623
+ }
624
+ }
625
+ },
626
+ {
627
+ "name": "buttonName",
628
+ "types": {
629
+ "type": "union",
630
+ "types": [
631
+ {
632
+ "type": "keyword",
633
+ "value": "string"
634
+ }
635
+ ]
636
+ }
637
+ },
638
+ {
639
+ "name": "containerStyle",
640
+ "types": {
641
+ "type": "reference",
642
+ "qualified": {
643
+ "type": "qualifiedName",
644
+ "left": {
645
+ "type": "identifier",
646
+ "value": "React"
647
+ },
648
+ "right": {
649
+ "type": "identifier",
650
+ "value": "CSSProperties"
651
+ }
652
+ }
653
+ }
654
+ }
655
+ ],
656
+ "events": [
657
+ {
658
+ "name": "button-click"
659
+ }
660
+ ],
661
+ "types": [
662
+ {
663
+ "name": "StatusType",
664
+ "type": "typeAlias",
665
+ "annotation": {
666
+ "type": "union",
667
+ "types": [
668
+ {
669
+ "type": "literal",
670
+ "value": "normal"
671
+ },
672
+ {
673
+ "type": "literal",
674
+ "value": "warning"
675
+ }
676
+ ]
677
+ }
678
+ },
679
+ {
680
+ "name": "DescriptionItem",
681
+ "type": "interface",
682
+ "annotation": [
683
+ {
684
+ "type": "propertySignature",
685
+ "name": "key",
686
+ "property": {
687
+ "type": "keyword",
688
+ "value": "string"
689
+ }
690
+ },
691
+ {
692
+ "type": "propertySignature",
693
+ "name": "value",
694
+ "property": {
695
+ "type": "keyword",
696
+ "value": "string"
697
+ }
698
+ }
699
+ ]
700
+ }
701
+ ]
702
+ },
703
+ "data-view.app-wall-relation-line": {
704
+ "properties": [
705
+ {
706
+ "name": "lightColor",
707
+ "types": {
708
+ "type": "union",
709
+ "types": [
710
+ {
711
+ "type": "literal",
712
+ "value": "blue"
713
+ },
714
+ {
715
+ "type": "literal",
716
+ "value": "purple"
717
+ }
718
+ ]
719
+ }
720
+ }
721
+ ]
722
+ },
723
+ "data-view.cabinet-button": {
724
+ "properties": [
725
+ {
726
+ "name": "buttonStyle",
727
+ "types": {
728
+ "type": "reference",
729
+ "qualified": {
730
+ "type": "qualifiedName",
731
+ "left": {
732
+ "type": "identifier",
733
+ "value": "React"
734
+ },
735
+ "right": {
736
+ "type": "identifier",
737
+ "value": "CSSProperties"
738
+ }
739
+ }
740
+ }
741
+ }
742
+ ]
743
+ },
744
+ "data-view.cabinet-node": {
745
+ "properties": [
746
+ {
747
+ "name": "type",
748
+ "types": {
749
+ "type": "union",
750
+ "types": [
751
+ {
752
+ "type": "literal",
753
+ "value": "container-group"
754
+ },
755
+ {
756
+ "type": "literal",
757
+ "value": "physical-machine"
758
+ },
759
+ {
760
+ "type": "literal",
761
+ "value": "virtual-machine"
762
+ }
763
+ ]
764
+ }
765
+ },
766
+ {
767
+ "name": "nodeTitle",
768
+ "types": {
769
+ "type": "keyword",
770
+ "value": "string"
771
+ }
772
+ },
773
+ {
774
+ "name": "status",
775
+ "types": {
776
+ "type": "union",
777
+ "types": [
778
+ {
779
+ "type": "literal",
780
+ "value": "active"
781
+ },
782
+ {
783
+ "type": "literal",
784
+ "value": "faded"
785
+ }
786
+ ]
787
+ }
788
+ },
789
+ {
790
+ "name": "isAlert",
791
+ "types": {
792
+ "type": "keyword",
793
+ "value": "boolean"
794
+ }
795
+ }
796
+ ]
797
+ },
798
+ "data-view.cabinet-app-layer": {
799
+ "properties": [
800
+ {
801
+ "name": "appTitle",
802
+ "types": {
803
+ "type": "keyword",
804
+ "value": "string"
805
+ }
806
+ },
807
+ {
808
+ "name": "status",
809
+ "types": {
810
+ "type": "union",
811
+ "types": [
812
+ {
813
+ "type": "literal",
814
+ "value": "active"
815
+ },
816
+ {
817
+ "type": "literal",
818
+ "value": "faded"
819
+ }
820
+ ]
821
+ }
822
+ }
823
+ ]
824
+ },
825
+ "data-view.cabinet-graph": {
826
+ "properties": [
827
+ {
828
+ "name": "dataSource",
829
+ "types": {
830
+ "type": "reference",
831
+ "typeName": "AppData"
832
+ }
833
+ },
834
+ {
835
+ "name": "activeKey",
836
+ "types": {
837
+ "type": "union",
838
+ "types": [
839
+ {
840
+ "type": "keyword",
841
+ "value": "string"
842
+ },
843
+ {
844
+ "type": "array",
845
+ "elementType": {
846
+ "type": "keyword",
847
+ "value": "string"
848
+ }
849
+ }
850
+ ]
851
+ }
852
+ },
853
+ {
854
+ "name": "hiddenCloseBtn",
855
+ "types": {
856
+ "type": "keyword",
857
+ "value": "boolean"
858
+ }
859
+ }
860
+ ],
861
+ "events": [
862
+ {
863
+ "name": "close.button.click"
864
+ },
865
+ {
866
+ "name": "cabinet.click",
867
+ "types": {
868
+ "type": "typeLiteral",
869
+ "members": [
870
+ {
871
+ "type": "propertySignature",
872
+ "name": "type",
873
+ "property": {
874
+ "type": "reference",
875
+ "typeName": "ChangeType"
876
+ }
877
+ },
878
+ {
879
+ "type": "propertySignature",
880
+ "name": "data",
881
+ "property": {
882
+ "type": "reference",
883
+ "typeName": "Record",
884
+ "typeParameters": [
885
+ {
886
+ "type": "keyword",
887
+ "value": "string"
888
+ },
889
+ {
890
+ "type": "keyword",
891
+ "value": "any"
892
+ }
893
+ ]
894
+ }
895
+ }
896
+ ]
897
+ }
898
+ },
899
+ {
900
+ "name": "cabinet.dbclick",
901
+ "types": {
902
+ "type": "typeLiteral",
903
+ "members": [
904
+ {
905
+ "type": "propertySignature",
906
+ "name": "type",
907
+ "property": {
908
+ "type": "reference",
909
+ "typeName": "ChangeType"
910
+ }
911
+ },
912
+ {
913
+ "type": "propertySignature",
914
+ "name": "data",
915
+ "property": {
916
+ "type": "reference",
917
+ "typeName": "Record",
918
+ "typeParameters": [
919
+ {
920
+ "type": "keyword",
921
+ "value": "string"
922
+ },
923
+ {
924
+ "type": "keyword",
925
+ "value": "any"
926
+ }
927
+ ]
928
+ }
929
+ }
930
+ ]
931
+ }
932
+ }
933
+ ],
934
+ "types": [
935
+ {
936
+ "name": "AppData",
937
+ "type": "interface",
938
+ "annotation": [
939
+ {
940
+ "type": "propertySignature",
941
+ "name": "appName",
942
+ "property": {
943
+ "type": "keyword",
944
+ "value": "string"
945
+ }
946
+ },
947
+ {
948
+ "type": "propertySignature",
949
+ "name": "key",
950
+ "property": {
951
+ "type": "keyword",
952
+ "value": "string"
953
+ }
954
+ },
955
+ {
956
+ "type": "propertySignature",
957
+ "name": "clusters",
958
+ "property": {
959
+ "type": "array",
960
+ "elementType": {
961
+ "type": "reference",
962
+ "typeName": "Clusters"
963
+ }
964
+ }
965
+ }
966
+ ]
967
+ },
968
+ {
969
+ "name": "Clusters",
970
+ "type": "interface",
971
+ "annotation": [
972
+ {
973
+ "type": "propertySignature",
974
+ "name": "clusterName",
975
+ "property": {
976
+ "type": "keyword",
977
+ "value": "string"
978
+ }
979
+ },
980
+ {
981
+ "type": "propertySignature",
982
+ "name": "key",
983
+ "property": {
984
+ "type": "keyword",
985
+ "value": "string"
986
+ }
987
+ },
988
+ {
989
+ "type": "propertySignature",
990
+ "name": "type",
991
+ "property": {
992
+ "type": "union",
993
+ "types": [
994
+ {
995
+ "type": "literal",
996
+ "value": "host"
997
+ },
998
+ {
999
+ "type": "literal",
1000
+ "value": "k8s"
1001
+ }
1002
+ ]
1003
+ }
1004
+ },
1005
+ {
1006
+ "type": "propertySignature",
1007
+ "name": "nodes",
1008
+ "property": {
1009
+ "type": "array",
1010
+ "elementType": {
1011
+ "type": "reference",
1012
+ "typeName": "Node"
1013
+ }
1014
+ }
1015
+ }
1016
+ ]
1017
+ },
1018
+ {
1019
+ "name": "Node",
1020
+ "type": "interface",
1021
+ "annotation": [
1022
+ {
1023
+ "type": "propertySignature",
1024
+ "name": "nodeTitle",
1025
+ "property": {
1026
+ "type": "keyword",
1027
+ "value": "string"
1028
+ }
1029
+ },
1030
+ {
1031
+ "type": "propertySignature",
1032
+ "name": "key",
1033
+ "property": {
1034
+ "type": "keyword",
1035
+ "value": "string"
1036
+ }
1037
+ },
1038
+ {
1039
+ "type": "propertySignature",
1040
+ "name": "type",
1041
+ "property": {
1042
+ "type": "union",
1043
+ "types": [
1044
+ {
1045
+ "type": "literal",
1046
+ "value": "container-group"
1047
+ },
1048
+ {
1049
+ "type": "literal",
1050
+ "value": "physical-machine"
1051
+ },
1052
+ {
1053
+ "type": "literal",
1054
+ "value": "virtual-machine"
1055
+ }
1056
+ ]
1057
+ }
1058
+ },
1059
+ {
1060
+ "type": "propertySignature",
1061
+ "name": "isAlert",
1062
+ "property": {
1063
+ "type": "keyword",
1064
+ "value": "boolean"
1065
+ }
1066
+ }
1067
+ ]
1068
+ },
1069
+ {
1070
+ "name": "ChangeType",
1071
+ "type": "typeAlias",
1072
+ "annotation": {
1073
+ "type": "union",
1074
+ "types": [
1075
+ {
1076
+ "type": "literal",
1077
+ "value": "node"
1078
+ },
1079
+ {
1080
+ "type": "literal",
1081
+ "value": "cluster"
1082
+ },
1083
+ {
1084
+ "type": "literal",
1085
+ "value": "layer"
1086
+ }
1087
+ ]
1088
+ }
1089
+ }
1090
+ ]
1091
+ },
1092
+ "data-view.graph-node": {
1093
+ "properties": [
1094
+ {
1095
+ "name": "url",
1096
+ "types": {
1097
+ "type": "keyword",
1098
+ "value": "string"
1099
+ }
1100
+ }
1101
+ ]
1102
+ },
1103
+ "data-view.grid-background": {
1104
+ "properties": [
1105
+ {
1106
+ "name": "color",
1107
+ "types": {
1108
+ "type": "indexedAccess",
1109
+ "objectType": {
1110
+ "type": "reference",
1111
+ "qualified": {
1112
+ "type": "qualifiedName",
1113
+ "left": {
1114
+ "type": "identifier",
1115
+ "value": "React"
1116
+ },
1117
+ "right": {
1118
+ "type": "identifier",
1119
+ "value": "CSSProperties"
1120
+ }
1121
+ }
1122
+ },
1123
+ "indexType": {
1124
+ "type": "literal",
1125
+ "value": "color"
1126
+ }
1127
+ }
1128
+ },
1129
+ {
1130
+ "name": "maskStyle",
1131
+ "types": {
1132
+ "type": "reference",
1133
+ "qualified": {
1134
+ "type": "qualifiedName",
1135
+ "left": {
1136
+ "type": "identifier",
1137
+ "value": "React"
1138
+ },
1139
+ "right": {
1140
+ "type": "identifier",
1141
+ "value": "CSSProperties"
1142
+ }
1143
+ }
1144
+ }
1145
+ },
1146
+ {
1147
+ "name": "particleColor",
1148
+ "types": {
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": {
1218
+ "type": "indexedAccess",
1219
+ "objectType": {
1220
+ "type": "reference",
1221
+ "qualified": {
1222
+ "type": "qualifiedName",
1223
+ "left": {
1224
+ "type": "identifier",
1225
+ "value": "React"
1226
+ },
1227
+ "right": {
1228
+ "type": "identifier",
1229
+ "value": "CSSProperties"
1230
+ }
1231
+ }
1232
+ },
1233
+ "indexType": {
1234
+ "type": "literal",
1235
+ "value": "color"
1236
+ }
1237
+ }
1238
+ }
1239
+ ]
1240
+ },
1241
+ "data-view.loading-panel": {
1242
+ "properties": [
1243
+ {
1244
+ "name": "customTitle",
1245
+ "types": {
1246
+ "type": "keyword",
1247
+ "value": "string"
1248
+ }
1249
+ },
1250
+ {
1251
+ "name": "loading",
1252
+ "types": {
1253
+ "type": "keyword",
1254
+ "value": "boolean"
1255
+ }
1256
+ },
1257
+ {
1258
+ "name": "useRealTimeProgress",
1259
+ "types": {
1260
+ "type": "keyword",
1261
+ "value": "boolean"
1262
+ }
1263
+ },
1264
+ {
1265
+ "name": "progress",
1266
+ "types": {
1267
+ "type": "keyword",
1268
+ "value": "number"
1269
+ }
1270
+ },
1271
+ {
1272
+ "name": "intervalTime",
1273
+ "types": {
1274
+ "type": "keyword",
1275
+ "value": "number"
1276
+ }
1277
+ }
1278
+ ],
1279
+ "events": [
1280
+ {
1281
+ "name": "end"
1282
+ }
1283
+ ]
1284
+ },
1285
+ "data-view.cabinet-container": {
1286
+ "properties": [
1287
+ {
1288
+ "name": "type",
1289
+ "types": {
1290
+ "type": "reference",
1291
+ "typeName": "ContainerType"
1292
+ }
1293
+ },
1294
+ {
1295
+ "name": "data",
1296
+ "types": {
1297
+ "type": "array",
1298
+ "elementType": {
1299
+ "type": "reference",
1300
+ "typeName": "CabinetNodeProps"
1301
+ }
1302
+ }
1303
+ },
1304
+ {
1305
+ "name": "status",
1306
+ "types": {
1307
+ "type": "union",
1308
+ "types": [
1309
+ {
1310
+ "type": "literal",
1311
+ "value": "active"
1312
+ },
1313
+ {
1314
+ "type": "literal",
1315
+ "value": "faded"
1316
+ }
1317
+ ]
1318
+ }
1319
+ },
1320
+ {
1321
+ "name": "customTitle",
1322
+ "types": {
1323
+ "type": "union",
1324
+ "types": [
1325
+ {
1326
+ "type": "keyword",
1327
+ "value": "string"
1328
+ }
1329
+ ]
1330
+ }
1331
+ }
1332
+ ],
1333
+ "events": [
1334
+ {
1335
+ "name": "container.click",
1336
+ "types": {
1337
+ "type": "reference",
1338
+ "typeName": "ClickEventDataType"
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "container.dbclick",
1343
+ "types": {
1344
+ "type": "reference",
1345
+ "typeName": "ClickEventDataType"
1346
+ }
1347
+ }
1348
+ ],
1349
+ "types": [
1350
+ {
1351
+ "name": "ContainerType",
1352
+ "type": "typeAlias",
1353
+ "annotation": {
1354
+ "type": "union",
1355
+ "types": [
1356
+ {
1357
+ "type": "literal",
1358
+ "value": "host"
1359
+ },
1360
+ {
1361
+ "type": "literal",
1362
+ "value": "k8s"
1363
+ }
1364
+ ]
1365
+ }
1366
+ },
1367
+ {
1368
+ "name": "CabinetNodeProps",
1369
+ "type": "interface",
1370
+ "annotation": [
1371
+ {
1372
+ "type": "propertySignature",
1373
+ "name": "type",
1374
+ "property": {
1375
+ "type": "union",
1376
+ "types": [
1377
+ {
1378
+ "type": "literal",
1379
+ "value": "container-group"
1380
+ },
1381
+ {
1382
+ "type": "literal",
1383
+ "value": "physical-machine"
1384
+ },
1385
+ {
1386
+ "type": "literal",
1387
+ "value": "virtual-machine"
1388
+ }
1389
+ ]
1390
+ }
1391
+ },
1392
+ {
1393
+ "type": "propertySignature",
1394
+ "name": "nodeTitle",
1395
+ "property": {
1396
+ "type": "keyword",
1397
+ "value": "string"
1398
+ }
1399
+ },
1400
+ {
1401
+ "type": "propertySignature",
1402
+ "name": "status",
1403
+ "property": {
1404
+ "type": "union",
1405
+ "types": [
1406
+ {
1407
+ "type": "literal",
1408
+ "value": "active"
1409
+ },
1410
+ {
1411
+ "type": "literal",
1412
+ "value": "faded"
1413
+ }
1414
+ ]
1415
+ }
1416
+ },
1417
+ {
1418
+ "type": "propertySignature",
1419
+ "name": "isAlert",
1420
+ "property": {
1421
+ "type": "keyword",
1422
+ "value": "boolean"
1423
+ }
1424
+ }
1425
+ ]
1426
+ },
1427
+ {
1428
+ "name": "ClickEventDataType",
1429
+ "type": "interface",
1430
+ "annotation": [
1431
+ {
1432
+ "type": "propertySignature",
1433
+ "name": "type",
1434
+ "property": {
1435
+ "type": "union",
1436
+ "types": [
1437
+ {
1438
+ "type": "literal",
1439
+ "value": "node"
1440
+ },
1441
+ {
1442
+ "type": "literal",
1443
+ "value": "container"
1444
+ }
1445
+ ]
1446
+ }
1447
+ },
1448
+ {
1449
+ "type": "propertySignature",
1450
+ "name": "data",
1451
+ "property": {
1452
+ "type": "union",
1453
+ "types": [
1454
+ {
1455
+ "type": "reference",
1456
+ "typeName": "CabinetNodeProps"
1457
+ },
1458
+ {
1459
+ "type": "keyword",
1460
+ "value": "undefined"
1461
+ }
1462
+ ]
1463
+ }
1464
+ }
1465
+ ]
1466
+ }
1467
+ ]
1468
+ },
1469
+ "data-view.cabinet-thumbnail": {
1470
+ "properties": [
1471
+ {
1472
+ "name": "clusters",
1473
+ "types": {
1474
+ "type": "array",
1475
+ "elementType": {
1476
+ "type": "reference",
1477
+ "typeName": "Clusters"
1478
+ }
1479
+ }
1480
+ },
1481
+ {
1482
+ "name": "columns",
1483
+ "types": {
1484
+ "type": "keyword",
1485
+ "value": "number"
1486
+ }
1487
+ },
1488
+ {
1489
+ "name": "appName",
1490
+ "types": {
1491
+ "type": "keyword",
1492
+ "value": "string"
1493
+ }
1494
+ }
1495
+ ],
1496
+ "types": [
1497
+ {
1498
+ "name": "Clusters",
1499
+ "type": "interface",
1500
+ "annotation": [
1501
+ {
1502
+ "type": "propertySignature",
1503
+ "name": "data",
1504
+ "property": {
1505
+ "type": "array",
1506
+ "elementType": {
1507
+ "type": "reference",
1508
+ "typeName": "CabinetNodeProps"
1509
+ }
1510
+ }
1511
+ },
1512
+ {
1513
+ "type": "propertySignature",
1514
+ "name": "type",
1515
+ "property": {
1516
+ "type": "reference",
1517
+ "typeName": "ContainerType"
1518
+ }
1519
+ },
1520
+ {
1521
+ "type": "propertySignature",
1522
+ "name": "title",
1523
+ "property": {
1524
+ "type": "union",
1525
+ "types": [
1526
+ {
1527
+ "type": "keyword",
1528
+ "value": "string"
1529
+ },
1530
+ {
1531
+ "type": "keyword",
1532
+ "value": "undefined"
1533
+ }
1534
+ ]
1535
+ }
1536
+ }
1537
+ ]
1538
+ }
1539
+ ]
1540
+ },
1541
+ "data-view.graph-layout-grid": {
1542
+ "properties": [
1543
+ {
1544
+ "name": "columns",
1545
+ "types": {
1546
+ "type": "keyword",
1547
+ "value": "number"
1548
+ }
1549
+ },
1550
+ {
1551
+ "name": "rows",
1552
+ "types": {
1553
+ "type": "keyword",
1554
+ "value": "number"
1555
+ }
1556
+ },
1557
+ {
1558
+ "name": "isReverse",
1559
+ "types": {
1560
+ "type": "keyword",
1561
+ "value": "boolean"
1562
+ }
1563
+ },
1564
+ {
1565
+ "name": "dataSource",
1566
+ "types": {
1567
+ "type": "array",
1568
+ "elementType": {
1569
+ "type": "reference",
1570
+ "typeName": "DataSourceType"
1571
+ }
1572
+ }
1573
+ }
1574
+ ],
1575
+ "types": [
1576
+ {
1577
+ "name": "DataSourceType",
1578
+ "type": "typeAlias",
1579
+ "annotation": {
1580
+ "type": "intersection",
1581
+ "types": [
1582
+ {
1583
+ "type": "reference",
1584
+ "typeName": "GraphTextProps"
1585
+ },
1586
+ {
1587
+ "type": "reference",
1588
+ "typeName": "GraphNodeProps"
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"
1726
+ }
1727
+ ]
1728
+ }
1729
+ }
1730
+ ]
1731
+ },
1732
+ "data-view.modern-style-treemap": {
1733
+ "properties": [
1734
+ {
1735
+ "name": "data",
1736
+ "types": {
1737
+ "type": "reference",
1738
+ "typeName": "TreemapData"
1739
+ }
1740
+ },
1741
+ {
1742
+ "name": "tail",
1743
+ "types": {
1744
+ "type": "reference",
1745
+ "typeName": "TailTypes"
1746
+ }
1747
+ },
1748
+ {
1749
+ "name": "leafUseBrick",
1750
+ "types": {
1751
+ "type": "typeLiteral",
1752
+ "members": [
1753
+ {
1754
+ "type": "propertySignature",
1755
+ "name": "useBrick",
1756
+ "property": {
1757
+ "type": "reference",
1758
+ "typeName": "UseBrickConf"
1759
+ }
1760
+ }
1761
+ ]
1762
+ }
1763
+ },
1764
+ {
1765
+ "name": "leafContainerStyle",
1766
+ "types": {
1767
+ "type": "reference",
1768
+ "typeName": "CSSProperties"
1769
+ }
1770
+ },
1771
+ {
1772
+ "name": "tooltipUseBrick",
1773
+ "types": {
1774
+ "type": "typeLiteral",
1775
+ "members": [
1776
+ {
1777
+ "type": "propertySignature",
1778
+ "name": "useBrick",
1779
+ "property": {
1780
+ "type": "reference",
1781
+ "typeName": "UseBrickConf"
1782
+ }
1783
+ }
1784
+ ]
1785
+ }
1786
+ },
1787
+ {
1788
+ "name": "tooltipStyle",
1789
+ "types": {
1790
+ "type": "reference",
1791
+ "typeName": "CSSProperties"
1792
+ }
1793
+ }
1794
+ ],
1795
+ "events": [
1796
+ {
1797
+ "name": "treemap.click",
1798
+ "types": {
1799
+ "type": "reference",
1800
+ "typeName": "TreemapData"
1801
+ }
1802
+ }
1803
+ ],
1804
+ "types": [
1805
+ {
1806
+ "name": "TreemapData",
1807
+ "type": "typeAlias",
1808
+ "annotation": {
1809
+ "type": "typeLiteral",
1810
+ "members": [
1811
+ {
1812
+ "type": "propertySignature",
1813
+ "name": "name",
1814
+ "property": {
1815
+ "type": "keyword",
1816
+ "value": "string"
1817
+ }
1818
+ },
1819
+ {
1820
+ "type": "propertySignature",
1821
+ "name": "value",
1822
+ "property": {
1823
+ "type": "keyword",
1824
+ "value": "number"
390
1825
  }
391
1826
  },
392
- "indexType": {
393
- "type": "literal",
394
- "value": "color"
395
- }
396
- }
397
- },
398
- {
399
- "type": "propertySignature",
400
- "name": "endColor",
401
- "property": {
402
- "type": "indexedAccess",
403
- "objectType": {
404
- "type": "reference",
405
- "qualified": {
406
- "type": "qualifiedName",
407
- "left": {
408
- "type": "identifier",
409
- "value": "React"
410
- },
411
- "right": {
412
- "type": "identifier",
413
- "value": "CSSProperties"
1827
+ {
1828
+ "type": "propertySignature",
1829
+ "name": "children",
1830
+ "property": {
1831
+ "type": "array",
1832
+ "elementType": {
1833
+ "type": "reference",
1834
+ "typeName": "TreemapData"
414
1835
  }
415
1836
  }
416
- },
417
- "indexType": {
418
- "type": "literal",
419
- "value": "color"
420
1837
  }
421
- }
1838
+ ]
422
1839
  }
423
- ]
424
- }
425
- ],
426
- "data-view.cabinet-container": [
427
- {
428
- "name": "ContainerType",
429
- "type": "typeAlias",
430
- "annotation": {
431
- "type": "union",
432
- "types": [
1840
+ },
1841
+ {
1842
+ "name": "TailTypes",
1843
+ "type": "enums",
1844
+ "members": [
433
1845
  {
434
- "type": "literal",
435
- "value": "host"
1846
+ "name": {
1847
+ "type": "identifier",
1848
+ "value": "treemapBinary"
1849
+ },
1850
+ "value": {
1851
+ "type": "stringLiteral",
1852
+ "value": "treemapBinary"
1853
+ }
436
1854
  },
437
1855
  {
438
- "type": "literal",
439
- "value": "k8s"
1856
+ "name": {
1857
+ "type": "identifier",
1858
+ "value": "treemapDice"
1859
+ },
1860
+ "value": {
1861
+ "type": "stringLiteral",
1862
+ "value": "treemapDice"
1863
+ }
1864
+ },
1865
+ {
1866
+ "name": {
1867
+ "type": "identifier",
1868
+ "value": "treemapResquarify"
1869
+ },
1870
+ "value": {
1871
+ "type": "stringLiteral",
1872
+ "value": "treemapResquarify"
1873
+ }
1874
+ },
1875
+ {
1876
+ "name": {
1877
+ "type": "identifier",
1878
+ "value": "treemapSlice"
1879
+ },
1880
+ "value": {
1881
+ "type": "stringLiteral",
1882
+ "value": "treemapSlice"
1883
+ }
1884
+ },
1885
+ {
1886
+ "name": {
1887
+ "type": "identifier",
1888
+ "value": "treemapSliceDice"
1889
+ },
1890
+ "value": {
1891
+ "type": "stringLiteral",
1892
+ "value": "treemapSliceDice"
1893
+ }
1894
+ },
1895
+ {
1896
+ "name": {
1897
+ "type": "identifier",
1898
+ "value": "treemapSquarify"
1899
+ },
1900
+ "value": {
1901
+ "type": "stringLiteral",
1902
+ "value": "treemapSquarify"
1903
+ }
440
1904
  }
441
1905
  ]
442
1906
  }
443
- },
444
- {
445
- "name": "CabinetNodeProps",
446
- "type": "interface",
447
- "annotation": [
448
- {
449
- "type": "propertySignature",
450
- "name": "type",
451
- "property": {
452
- "type": "union",
453
- "types": [
454
- {
455
- "type": "literal",
456
- "value": "container-group"
457
- },
458
- {
459
- "type": "literal",
460
- "value": "physical-machine"
461
- },
462
- {
463
- "type": "literal",
464
- "value": "virtual-machine"
465
- }
466
- ]
467
- }
468
- },
469
- {
470
- "type": "propertySignature",
471
- "name": "nodeTitle",
472
- "property": {
473
- "type": "keyword",
474
- "value": "string"
475
- }
476
- },
477
- {
478
- "type": "propertySignature",
479
- "name": "status",
480
- "property": {
481
- "type": "union",
482
- "types": [
483
- {
484
- "type": "literal",
485
- "value": "active"
486
- },
487
- {
488
- "type": "literal",
489
- "value": "faded"
490
- }
491
- ]
492
- }
493
- }
494
- ]
495
- }
496
- ],
497
- "data-view.cabinet-thumbnail": [
498
- {
499
- "name": "Clusters",
500
- "type": "interface",
501
- "annotation": [
502
- {
503
- "type": "propertySignature",
504
- "name": "data",
505
- "property": {
506
- "type": "array",
507
- "elementType": {
508
- "type": "reference",
509
- "typeName": "CabinetNodeProps"
510
- }
511
- }
512
- },
513
- {
514
- "type": "propertySignature",
515
- "name": "type",
516
- "property": {
1907
+ ]
1908
+ },
1909
+ "data-view.app-wall": {
1910
+ "properties": [
1911
+ {
1912
+ "name": "dataSource",
1913
+ "types": {
1914
+ "type": "array",
1915
+ "elementType": {
517
1916
  "type": "reference",
518
- "typeName": "ContainerType"
519
- }
520
- },
521
- {
522
- "type": "propertySignature",
523
- "name": "title",
524
- "property": {
525
- "type": "union",
526
- "types": [
527
- {
528
- "type": "keyword",
529
- "value": "string"
530
- },
531
- {
532
- "type": "keyword",
533
- "value": "undefined"
534
- }
535
- ]
1917
+ "typeName": "AppData"
536
1918
  }
537
1919
  }
538
- ]
539
- }
540
- ],
541
- "data-view.graph-layout-grid": [
542
- {
543
- "name": "DataSourceType",
544
- "type": "typeAlias",
545
- "annotation": {
546
- "type": "intersection",
547
- "types": [
548
- {
1920
+ },
1921
+ {
1922
+ "name": "relations",
1923
+ "types": {
1924
+ "type": "array",
1925
+ "elementType": {
549
1926
  "type": "reference",
550
- "typeName": "GraphTextProps"
551
- },
552
- {
553
- "type": "reference",
554
- "typeName": "GraphNodeProps"
1927
+ "typeName": "Relation"
555
1928
  }
556
- ]
1929
+ }
1930
+ },
1931
+ {
1932
+ "name": "useDblclick",
1933
+ "types": {
1934
+ "type": "keyword",
1935
+ "value": "boolean"
1936
+ }
557
1937
  }
558
- }
559
- ],
560
- "data-view.modern-style-treemap": [
561
- {
562
- "name": "TreemapData",
563
- "type": "typeAlias",
564
- "annotation": {
565
- "type": "typeLiteral",
566
- "members": [
1938
+ ],
1939
+ "events": [
1940
+ {
1941
+ "name": "system.card.button.click",
1942
+ "types": {
1943
+ "type": "reference",
1944
+ "typeName": "AppData"
1945
+ }
1946
+ },
1947
+ {
1948
+ "name": "left.btn.click",
1949
+ "types": {
1950
+ "type": "reference",
1951
+ "typeName": "AppData"
1952
+ }
1953
+ },
1954
+ {
1955
+ "name": "right.btn.click",
1956
+ "types": {
1957
+ "type": "reference",
1958
+ "typeName": "AppData"
1959
+ }
1960
+ },
1961
+ {
1962
+ "name": "on.card.dbclick",
1963
+ "types": {
1964
+ "type": "reference",
1965
+ "typeName": "AppData"
1966
+ }
1967
+ }
1968
+ ],
1969
+ "types": [
1970
+ {
1971
+ "name": "AppData",
1972
+ "type": "interface",
1973
+ "annotation": [
567
1974
  {
568
1975
  "type": "propertySignature",
569
- "name": "name",
1976
+ "name": "key",
570
1977
  "property": {
571
1978
  "type": "keyword",
572
1979
  "value": "string"
@@ -574,394 +1981,275 @@
574
1981
  },
575
1982
  {
576
1983
  "type": "propertySignature",
577
- "name": "value",
1984
+ "name": "status",
578
1985
  "property": {
579
- "type": "keyword",
580
- "value": "number"
1986
+ "type": "union",
1987
+ "types": [
1988
+ {
1989
+ "type": "literal",
1990
+ "value": "normal"
1991
+ },
1992
+ {
1993
+ "type": "literal",
1994
+ "value": "warning"
1995
+ }
1996
+ ]
581
1997
  }
582
1998
  },
583
1999
  {
584
2000
  "type": "propertySignature",
585
- "name": "children",
2001
+ "name": "cardItemProps",
586
2002
  "property": {
587
- "type": "array",
588
- "elementType": {
589
- "type": "reference",
590
- "typeName": "TreemapData"
591
- }
2003
+ "type": "reference",
2004
+ "typeName": "AppWallCardItemProps"
592
2005
  }
593
- }
594
- ]
595
- }
596
- },
597
- {
598
- "name": "TailTypes",
599
- "type": "enums",
600
- "members": [
601
- {
602
- "name": {
603
- "type": "identifier",
604
- "value": "treemapBinary"
605
- },
606
- "value": {
607
- "type": "stringLiteral",
608
- "value": "treemapBinary"
609
- }
610
- },
611
- {
612
- "name": {
613
- "type": "identifier",
614
- "value": "treemapDice"
615
- },
616
- "value": {
617
- "type": "stringLiteral",
618
- "value": "treemapDice"
619
- }
620
- },
621
- {
622
- "name": {
623
- "type": "identifier",
624
- "value": "treemapResquarify"
625
- },
626
- "value": {
627
- "type": "stringLiteral",
628
- "value": "treemapResquarify"
629
- }
630
- },
631
- {
632
- "name": {
633
- "type": "identifier",
634
- "value": "treemapSlice"
635
- },
636
- "value": {
637
- "type": "stringLiteral",
638
- "value": "treemapSlice"
639
- }
640
- },
641
- {
642
- "name": {
643
- "type": "identifier",
644
- "value": "treemapSliceDice"
645
- },
646
- "value": {
647
- "type": "stringLiteral",
648
- "value": "treemapSliceDice"
649
- }
650
- },
651
- {
652
- "name": {
653
- "type": "identifier",
654
- "value": "treemapSquarify"
655
- },
656
- "value": {
657
- "type": "stringLiteral",
658
- "value": "treemapSquarify"
659
- }
660
- }
661
- ]
662
- }
663
- ],
664
- "data-view.complex-search": [
665
- {
666
- "name": "OptionItem",
667
- "type": "interface",
668
- "annotation": [
669
- {
670
- "type": "propertySignature",
671
- "name": "icon",
672
- "property": {
673
- "type": "reference",
674
- "typeName": "GeneralIconProps"
675
- }
676
- },
677
- {
678
- "type": "propertySignature",
679
- "name": "name",
680
- "property": {
681
- "type": "keyword",
682
- "value": "string"
683
- }
684
- },
685
- {
686
- "type": "indexSignature",
687
- "parameters": {
688
- "name": "propName",
689
- "type": "keyword",
690
- "value": "string"
691
- },
692
- "property": {
693
- "type": "keyword",
694
- "value": "any"
695
- }
696
- }
697
- ]
698
- }
699
- ],
700
- "data-view.app-wall": [
701
- {
702
- "name": "AppData",
703
- "type": "interface",
704
- "annotation": [
705
- {
706
- "type": "propertySignature",
707
- "name": "key",
708
- "property": {
709
- "type": "keyword",
710
- "value": "string"
711
- }
712
- },
713
- {
714
- "type": "propertySignature",
715
- "name": "status",
716
- "property": {
717
- "type": "union",
718
- "types": [
719
- {
720
- "type": "literal",
721
- "value": "normal"
722
- },
723
- {
724
- "type": "literal",
725
- "value": "warning"
726
- }
727
- ]
728
- }
729
- },
730
- {
731
- "type": "propertySignature",
732
- "name": "cardItemProps",
733
- "property": {
734
- "type": "reference",
735
- "typeName": "AppWallCardItemProps"
736
- }
737
- },
738
- {
739
- "type": "propertySignature",
740
- "name": "systemCardProps",
741
- "property": {
742
- "type": "reference",
743
- "typeName": "SystemCardProps"
744
- }
745
- },
746
- {
747
- "type": "propertySignature",
748
- "name": "trapezoidalProps",
749
- "property": {
750
- "type": "reference",
751
- "typeName": "TrapezoidalProps"
752
- }
753
- }
754
- ]
755
- },
756
- {
757
- "name": "Relation",
758
- "type": "typeAlias",
759
- "annotation": {
760
- "type": "typeLiteral",
761
- "members": [
2006
+ },
762
2007
  {
763
2008
  "type": "propertySignature",
764
- "name": "source",
2009
+ "name": "systemCardProps",
765
2010
  "property": {
766
- "type": "keyword",
767
- "value": "string"
2011
+ "type": "reference",
2012
+ "typeName": "SystemCardProps"
768
2013
  }
769
2014
  },
770
2015
  {
771
2016
  "type": "propertySignature",
772
- "name": "target",
2017
+ "name": "trapezoidalProps",
773
2018
  "property": {
774
- "type": "keyword",
775
- "value": "string"
2019
+ "type": "reference",
2020
+ "typeName": "TrapezoidalProps"
776
2021
  }
777
2022
  }
778
2023
  ]
779
- }
780
- }
781
- ],
782
- "data-view.radar-chart": [
783
- {
784
- "name": "Data",
785
- "type": "interface",
786
- "annotation": [
787
- {
788
- "type": "propertySignature",
789
- "name": "value",
790
- "property": {
791
- "type": "keyword",
792
- "value": "number"
793
- }
794
- },
795
- {
796
- "type": "propertySignature",
797
- "name": "maxValue",
798
- "property": {
799
- "type": "keyword",
800
- "value": "number"
801
- }
802
- },
803
- {
804
- "type": "propertySignature",
805
- "name": "name",
806
- "property": {
807
- "type": "keyword",
808
- "value": "string"
809
- }
810
- },
811
- {
812
- "type": "propertySignature",
813
- "name": "color",
814
- "property": {
815
- "type": "reference",
816
- "typeName": "Color"
817
- }
818
- },
819
- {
820
- "type": "propertySignature",
821
- "name": "percentValue",
822
- "property": {
823
- "type": "union",
824
- "types": [
825
- {
2024
+ },
2025
+ {
2026
+ "name": "Relation",
2027
+ "type": "typeAlias",
2028
+ "annotation": {
2029
+ "type": "typeLiteral",
2030
+ "members": [
2031
+ {
2032
+ "type": "propertySignature",
2033
+ "name": "source",
2034
+ "property": {
826
2035
  "type": "keyword",
827
- "value": "number"
828
- },
829
- {
2036
+ "value": "string"
2037
+ }
2038
+ },
2039
+ {
2040
+ "type": "propertySignature",
2041
+ "name": "target",
2042
+ "property": {
830
2043
  "type": "keyword",
831
2044
  "value": "string"
832
2045
  }
833
- ]
2046
+ }
2047
+ ]
2048
+ }
2049
+ }
2050
+ ]
2051
+ },
2052
+ "data-view.radar-chart": {
2053
+ "properties": [
2054
+ {
2055
+ "name": "dataSource",
2056
+ "types": {
2057
+ "type": "array",
2058
+ "elementType": {
2059
+ "type": "reference",
2060
+ "typeName": "Data"
834
2061
  }
835
2062
  }
836
- ]
837
- },
838
- {
839
- "name": "Color",
840
- "type": "typeAlias",
841
- "annotation": {
842
- "type": "indexedAccess",
843
- "objectType": {
844
- "type": "reference",
845
- "qualified": {
846
- "type": "qualifiedName",
847
- "left": {
848
- "type": "identifier",
849
- "value": "React"
2063
+ },
2064
+ {
2065
+ "name": "width",
2066
+ "types": {
2067
+ "type": "keyword",
2068
+ "value": "number"
2069
+ }
2070
+ },
2071
+ {
2072
+ "name": "radius",
2073
+ "types": {
2074
+ "type": "keyword",
2075
+ "value": "number"
2076
+ }
2077
+ },
2078
+ {
2079
+ "name": "scale",
2080
+ "types": {
2081
+ "type": "keyword",
2082
+ "value": "number"
2083
+ }
2084
+ },
2085
+ {
2086
+ "name": "height",
2087
+ "types": {
2088
+ "type": "keyword",
2089
+ "value": "number"
2090
+ }
2091
+ },
2092
+ {
2093
+ "name": "value",
2094
+ "types": {
2095
+ "type": "union",
2096
+ "types": [
2097
+ {
2098
+ "type": "keyword",
2099
+ "value": "number"
850
2100
  },
851
- "right": {
852
- "type": "identifier",
853
- "value": "CSSProperties"
2101
+ {
2102
+ "type": "keyword",
2103
+ "value": "string"
854
2104
  }
855
- }
856
- },
857
- "indexType": {
858
- "type": "literal",
859
- "value": "color"
2105
+ ]
2106
+ }
2107
+ },
2108
+ {
2109
+ "name": "dataFill",
2110
+ "types": {
2111
+ "type": "reference",
2112
+ "typeName": "DataFill"
2113
+ }
2114
+ },
2115
+ {
2116
+ "name": "dataCircle",
2117
+ "types": {
2118
+ "type": "reference",
2119
+ "typeName": "DataCircle"
2120
+ }
2121
+ },
2122
+ {
2123
+ "name": "dataLine",
2124
+ "types": {
2125
+ "type": "reference",
2126
+ "typeName": "DataLine"
860
2127
  }
861
2128
  }
862
- },
863
- {
864
- "name": "DataFill",
865
- "type": "typeAlias",
866
- "annotation": {
867
- "type": "typeLiteral",
868
- "members": [
2129
+ ],
2130
+ "types": [
2131
+ {
2132
+ "name": "Data",
2133
+ "type": "interface",
2134
+ "annotation": [
869
2135
  {
870
2136
  "type": "propertySignature",
871
- "name": "fillStyle",
2137
+ "name": "value",
2138
+ "property": {
2139
+ "type": "keyword",
2140
+ "value": "number"
2141
+ }
2142
+ },
2143
+ {
2144
+ "type": "propertySignature",
2145
+ "name": "maxValue",
2146
+ "property": {
2147
+ "type": "keyword",
2148
+ "value": "number"
2149
+ }
2150
+ },
2151
+ {
2152
+ "type": "propertySignature",
2153
+ "name": "name",
2154
+ "property": {
2155
+ "type": "keyword",
2156
+ "value": "string"
2157
+ }
2158
+ },
2159
+ {
2160
+ "type": "propertySignature",
2161
+ "name": "color",
872
2162
  "property": {
873
2163
  "type": "reference",
874
2164
  "typeName": "Color"
875
2165
  }
2166
+ },
2167
+ {
2168
+ "type": "propertySignature",
2169
+ "name": "percentValue",
2170
+ "property": {
2171
+ "type": "union",
2172
+ "types": [
2173
+ {
2174
+ "type": "keyword",
2175
+ "value": "number"
2176
+ },
2177
+ {
2178
+ "type": "keyword",
2179
+ "value": "string"
2180
+ }
2181
+ ]
2182
+ }
876
2183
  }
877
2184
  ]
878
- }
879
- },
880
- {
881
- "name": "DataCircle",
882
- "type": "typeAlias",
883
- "annotation": {
884
- "type": "reference",
885
- "typeName": "Omit",
886
- "typeParameters": [
887
- {
2185
+ },
2186
+ {
2187
+ "name": "Color",
2188
+ "type": "typeAlias",
2189
+ "annotation": {
2190
+ "type": "indexedAccess",
2191
+ "objectType": {
888
2192
  "type": "reference",
889
- "typeName": "DataCircleOptions"
2193
+ "qualified": {
2194
+ "type": "qualifiedName",
2195
+ "left": {
2196
+ "type": "identifier",
2197
+ "value": "React"
2198
+ },
2199
+ "right": {
2200
+ "type": "identifier",
2201
+ "value": "CSSProperties"
2202
+ }
2203
+ }
890
2204
  },
891
- {
2205
+ "indexType": {
892
2206
  "type": "literal",
893
- "value": "dataPoints"
2207
+ "value": "color"
894
2208
  }
895
- ]
896
- }
897
- },
898
- {
899
- "name": "DataCircleOptions",
900
- "type": "interface",
901
- "annotation": [
902
- {
903
- "type": "propertySignature",
904
- "name": "r",
905
- "property": {
906
- "type": "keyword",
907
- "value": "number"
908
- }
909
- },
910
- {
911
- "type": "propertySignature",
912
- "name": "fillStyle",
913
- "property": {
914
- "type": "reference",
915
- "typeName": "Color"
916
- }
917
- }
918
- ],
919
- "extends": [
920
- "DataLineOptions"
921
- ]
922
- },
923
- {
924
- "name": "DataLineOptions",
925
- "type": "interface",
926
- "annotation": [
927
- {
928
- "type": "propertySignature",
929
- "name": "dataPoints",
930
- "property": {
931
- "type": "array",
932
- "elementType": {
2209
+ }
2210
+ },
2211
+ {
2212
+ "name": "DataFill",
2213
+ "type": "typeAlias",
2214
+ "annotation": {
2215
+ "type": "typeLiteral",
2216
+ "members": [
2217
+ {
2218
+ "type": "propertySignature",
2219
+ "name": "fillStyle",
2220
+ "property": {
2221
+ "type": "reference",
2222
+ "typeName": "Color"
2223
+ }
2224
+ }
2225
+ ]
2226
+ }
2227
+ },
2228
+ {
2229
+ "name": "DataCircle",
2230
+ "type": "typeAlias",
2231
+ "annotation": {
2232
+ "type": "reference",
2233
+ "typeName": "Omit",
2234
+ "typeParameters": [
2235
+ {
933
2236
  "type": "reference",
934
- "typeName": "Axis"
2237
+ "typeName": "DataCircleOptions"
2238
+ },
2239
+ {
2240
+ "type": "literal",
2241
+ "value": "dataPoints"
935
2242
  }
936
- }
937
- },
938
- {
939
- "type": "propertySignature",
940
- "name": "strokeStyle",
941
- "property": {
942
- "type": "reference",
943
- "typeName": "Color"
944
- }
945
- },
946
- {
947
- "type": "propertySignature",
948
- "name": "lineWidth",
949
- "property": {
950
- "type": "keyword",
951
- "value": "number"
952
- }
953
- }
954
- ]
955
- },
956
- {
957
- "name": "Axis",
958
- "type": "typeAlias",
959
- "annotation": {
960
- "type": "typeLiteral",
961
- "members": [
2243
+ ]
2244
+ }
2245
+ },
2246
+ {
2247
+ "name": "DataCircleOptions",
2248
+ "type": "interface",
2249
+ "annotation": [
962
2250
  {
963
2251
  "type": "propertySignature",
964
- "name": "x",
2252
+ "name": "r",
965
2253
  "property": {
966
2254
  "type": "keyword",
967
2255
  "value": "number"
@@ -969,27 +2257,30 @@
969
2257
  },
970
2258
  {
971
2259
  "type": "propertySignature",
972
- "name": "y",
2260
+ "name": "fillStyle",
973
2261
  "property": {
974
- "type": "keyword",
975
- "value": "number"
2262
+ "type": "reference",
2263
+ "typeName": "Color"
976
2264
  }
977
2265
  }
2266
+ ],
2267
+ "extends": [
2268
+ "DataLineOptions"
978
2269
  ]
979
- }
980
- },
981
- {
982
- "name": "DataLine",
983
- "type": "typeAlias",
984
- "annotation": {
985
- "type": "typeLiteral",
986
- "members": [
2270
+ },
2271
+ {
2272
+ "name": "DataLineOptions",
2273
+ "type": "interface",
2274
+ "annotation": [
987
2275
  {
988
2276
  "type": "propertySignature",
989
- "name": "lineWidth",
2277
+ "name": "dataPoints",
990
2278
  "property": {
991
- "type": "keyword",
992
- "value": "number"
2279
+ "type": "array",
2280
+ "elementType": {
2281
+ "type": "reference",
2282
+ "typeName": "Axis"
2283
+ }
993
2284
  }
994
2285
  },
995
2286
  {
@@ -999,9 +2290,67 @@
999
2290
  "type": "reference",
1000
2291
  "typeName": "Color"
1001
2292
  }
2293
+ },
2294
+ {
2295
+ "type": "propertySignature",
2296
+ "name": "lineWidth",
2297
+ "property": {
2298
+ "type": "keyword",
2299
+ "value": "number"
2300
+ }
1002
2301
  }
1003
2302
  ]
2303
+ },
2304
+ {
2305
+ "name": "Axis",
2306
+ "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
+ "name": "DataLine",
2331
+ "type": "typeAlias",
2332
+ "annotation": {
2333
+ "type": "typeLiteral",
2334
+ "members": [
2335
+ {
2336
+ "type": "propertySignature",
2337
+ "name": "lineWidth",
2338
+ "property": {
2339
+ "type": "keyword",
2340
+ "value": "number"
2341
+ }
2342
+ },
2343
+ {
2344
+ "type": "propertySignature",
2345
+ "name": "strokeStyle",
2346
+ "property": {
2347
+ "type": "reference",
2348
+ "typeName": "Color"
2349
+ }
2350
+ }
2351
+ ]
2352
+ }
1004
2353
  }
1005
- }
1006
- ]
2354
+ ]
2355
+ }
1007
2356
  }