@next-bricks/data-view 0.9.2 → 0.9.3

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 (2) hide show
  1. package/dist/types.json +2194 -868
  2. package/package.json +3 -3
package/dist/types.json CHANGED
@@ -1,767 +1,1956 @@
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-component-title": {
47
+ "properties": [
48
+ {
49
+ "name": "hideLeftComponent"
50
+ },
51
+ {
52
+ "name": "hideRightComponent"
53
+ },
54
+ {
55
+ "name": "componentTitle",
56
+ "types": {
57
+ "type": "keyword",
58
+ "value": "string"
59
+ }
60
+ },
61
+ {
62
+ "name": "titleTextStyle",
63
+ "types": {
64
+ "type": "reference",
65
+ "typeName": "CSSProperties"
66
+ }
67
+ },
68
+ {
69
+ "name": "squareColor",
70
+ "types": {
71
+ "type": "indexedAccess",
72
+ "objectType": {
11
73
  "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
- }
74
+ "typeName": "CSSProperties"
75
+ },
76
+ "indexType": {
77
+ "type": "literal",
78
+ "value": "color"
79
+ }
80
+ }
81
+ }
82
+ ]
83
+ },
84
+ "data-view.modern-style-page-title": {
85
+ "properties": [
86
+ {
87
+ "name": "pageTitle",
88
+ "types": {
89
+ "type": "keyword",
90
+ "value": "string"
91
+ }
92
+ },
93
+ {
94
+ "name": "description",
95
+ "types": {
96
+ "type": "keyword",
97
+ "value": "string"
98
+ }
99
+ },
100
+ {
101
+ "name": "backgroundStyle",
102
+ "types": {
103
+ "type": "reference",
104
+ "typeName": "CSSProperties"
105
+ }
106
+ },
107
+ {
108
+ "name": "leftRoundStyle",
109
+ "types": {
110
+ "type": "reference",
111
+ "typeName": "CSSProperties"
112
+ }
113
+ },
114
+ {
115
+ "name": "rightRoundStyle",
116
+ "types": {
117
+ "type": "reference",
118
+ "typeName": "CSSProperties"
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
- {
351
- "type": "literal",
352
- "value": "container-group"
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
+ }
353
500
  },
354
- {
501
+ "indexType": {
355
502
  "type": "literal",
356
- "value": "physical-machine"
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
+ }
357
525
  },
358
- {
526
+ "indexType": {
359
527
  "type": "literal",
360
- "value": "virtual-machine"
528
+ "value": "color"
361
529
  }
362
- ]
363
- }
364
- }
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"
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
+ }
389
549
  }
550
+ },
551
+ "indexType": {
552
+ "type": "literal",
553
+ "value": "color"
390
554
  }
555
+ }
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"
391
571
  },
392
- "indexType": {
572
+ {
393
573
  "type": "literal",
394
- "value": "color"
574
+ "value": "warning"
575
+ }
576
+ ]
577
+ }
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"
395
612
  }
613
+ ]
614
+ }
615
+ },
616
+ {
617
+ "name": "itemList",
618
+ "types": {
619
+ "type": "array",
620
+ "elementType": {
621
+ "type": "reference",
622
+ "typeName": "DescriptionItem"
396
623
  }
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"
414
- }
415
- }
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"
416
647
  },
417
- "indexType": {
418
- "type": "literal",
419
- "value": "color"
648
+ "right": {
649
+ "type": "identifier",
650
+ "value": "CSSProperties"
420
651
  }
421
652
  }
422
653
  }
423
- ]
424
- }
425
- ],
426
- "data-view.cabinet-container": [
427
- {
428
- "name": "ContainerType",
429
- "type": "typeAlias",
430
- "annotation": {
431
- "type": "union",
432
- "types": [
433
- {
434
- "type": "literal",
435
- "value": "host"
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
+ },
791
+ "data-view.cabinet-app-layer": {
792
+ "properties": [
793
+ {
794
+ "name": "appTitle",
795
+ "types": {
796
+ "type": "keyword",
797
+ "value": "string"
798
+ }
799
+ },
800
+ {
801
+ "name": "status",
802
+ "types": {
803
+ "type": "union",
804
+ "types": [
805
+ {
806
+ "type": "literal",
807
+ "value": "active"
808
+ },
809
+ {
810
+ "type": "literal",
811
+ "value": "faded"
812
+ }
813
+ ]
814
+ }
815
+ }
816
+ ]
817
+ },
818
+ "data-view.cabinet-graph": {
819
+ "properties": [
820
+ {
821
+ "name": "dataSource",
822
+ "types": {
823
+ "type": "reference",
824
+ "typeName": "AppData"
825
+ }
826
+ },
827
+ {
828
+ "name": "activeKey",
829
+ "types": {
830
+ "type": "union",
831
+ "types": [
832
+ {
833
+ "type": "keyword",
834
+ "value": "string"
835
+ },
836
+ {
837
+ "type": "array",
838
+ "elementType": {
839
+ "type": "keyword",
840
+ "value": "string"
841
+ }
842
+ }
843
+ ]
844
+ }
845
+ },
846
+ {
847
+ "name": "hiddenCloseBtn",
848
+ "types": {
849
+ "type": "keyword",
850
+ "value": "boolean"
851
+ }
852
+ }
853
+ ],
854
+ "events": [
855
+ {
856
+ "name": "close.button.click"
857
+ },
858
+ {
859
+ "name": "cabinet.click",
860
+ "types": {
861
+ "type": "typeLiteral",
862
+ "members": [
863
+ {
864
+ "type": "propertySignature",
865
+ "name": "type",
866
+ "property": {
867
+ "type": "reference",
868
+ "typeName": "ChangeType"
869
+ }
870
+ },
871
+ {
872
+ "type": "propertySignature",
873
+ "name": "data",
874
+ "property": {
875
+ "type": "reference",
876
+ "typeName": "Record",
877
+ "typeParameters": [
878
+ {
879
+ "type": "keyword",
880
+ "value": "string"
881
+ },
882
+ {
883
+ "type": "keyword",
884
+ "value": "any"
885
+ }
886
+ ]
887
+ }
888
+ }
889
+ ]
890
+ }
891
+ },
892
+ {
893
+ "name": "cabinet.dbclick",
894
+ "types": {
895
+ "type": "typeLiteral",
896
+ "members": [
897
+ {
898
+ "type": "propertySignature",
899
+ "name": "type",
900
+ "property": {
901
+ "type": "reference",
902
+ "typeName": "ChangeType"
903
+ }
904
+ },
905
+ {
906
+ "type": "propertySignature",
907
+ "name": "data",
908
+ "property": {
909
+ "type": "reference",
910
+ "typeName": "Record",
911
+ "typeParameters": [
912
+ {
913
+ "type": "keyword",
914
+ "value": "string"
915
+ },
916
+ {
917
+ "type": "keyword",
918
+ "value": "any"
919
+ }
920
+ ]
921
+ }
922
+ }
923
+ ]
924
+ }
925
+ }
926
+ ],
927
+ "types": [
928
+ {
929
+ "name": "AppData",
930
+ "type": "interface",
931
+ "annotation": [
932
+ {
933
+ "type": "propertySignature",
934
+ "name": "appName",
935
+ "property": {
936
+ "type": "keyword",
937
+ "value": "string"
938
+ }
939
+ },
940
+ {
941
+ "type": "propertySignature",
942
+ "name": "key",
943
+ "property": {
944
+ "type": "keyword",
945
+ "value": "string"
946
+ }
947
+ },
948
+ {
949
+ "type": "propertySignature",
950
+ "name": "clusters",
951
+ "property": {
952
+ "type": "array",
953
+ "elementType": {
954
+ "type": "reference",
955
+ "typeName": "Clusters"
956
+ }
957
+ }
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "name": "Clusters",
963
+ "type": "interface",
964
+ "annotation": [
965
+ {
966
+ "type": "propertySignature",
967
+ "name": "clusterName",
968
+ "property": {
969
+ "type": "keyword",
970
+ "value": "string"
971
+ }
972
+ },
973
+ {
974
+ "type": "propertySignature",
975
+ "name": "key",
976
+ "property": {
977
+ "type": "keyword",
978
+ "value": "string"
979
+ }
980
+ },
981
+ {
982
+ "type": "propertySignature",
983
+ "name": "type",
984
+ "property": {
985
+ "type": "union",
986
+ "types": [
987
+ {
988
+ "type": "literal",
989
+ "value": "host"
990
+ },
991
+ {
992
+ "type": "literal",
993
+ "value": "k8s"
994
+ }
995
+ ]
996
+ }
997
+ },
998
+ {
999
+ "type": "propertySignature",
1000
+ "name": "nodes",
1001
+ "property": {
1002
+ "type": "array",
1003
+ "elementType": {
1004
+ "type": "reference",
1005
+ "typeName": "Node"
1006
+ }
1007
+ }
1008
+ }
1009
+ ]
1010
+ },
1011
+ {
1012
+ "name": "Node",
1013
+ "type": "interface",
1014
+ "annotation": [
1015
+ {
1016
+ "type": "propertySignature",
1017
+ "name": "nodeTitle",
1018
+ "property": {
1019
+ "type": "keyword",
1020
+ "value": "string"
1021
+ }
1022
+ },
1023
+ {
1024
+ "type": "propertySignature",
1025
+ "name": "key",
1026
+ "property": {
1027
+ "type": "keyword",
1028
+ "value": "string"
1029
+ }
1030
+ },
1031
+ {
1032
+ "type": "propertySignature",
1033
+ "name": "type",
1034
+ "property": {
1035
+ "type": "union",
1036
+ "types": [
1037
+ {
1038
+ "type": "literal",
1039
+ "value": "container-group"
1040
+ },
1041
+ {
1042
+ "type": "literal",
1043
+ "value": "physical-machine"
1044
+ },
1045
+ {
1046
+ "type": "literal",
1047
+ "value": "virtual-machine"
1048
+ }
1049
+ ]
1050
+ }
1051
+ }
1052
+ ]
1053
+ },
1054
+ {
1055
+ "name": "ChangeType",
1056
+ "type": "typeAlias",
1057
+ "annotation": {
1058
+ "type": "union",
1059
+ "types": [
1060
+ {
1061
+ "type": "literal",
1062
+ "value": "node"
1063
+ },
1064
+ {
1065
+ "type": "literal",
1066
+ "value": "cluster"
1067
+ },
1068
+ {
1069
+ "type": "literal",
1070
+ "value": "layer"
1071
+ }
1072
+ ]
1073
+ }
1074
+ }
1075
+ ]
1076
+ },
1077
+ "data-view.graph-node": {
1078
+ "properties": [
1079
+ {
1080
+ "name": "url",
1081
+ "types": {
1082
+ "type": "keyword",
1083
+ "value": "string"
1084
+ }
1085
+ }
1086
+ ]
1087
+ },
1088
+ "data-view.grid-background": {
1089
+ "properties": [
1090
+ {
1091
+ "name": "color",
1092
+ "types": {
1093
+ "type": "indexedAccess",
1094
+ "objectType": {
1095
+ "type": "reference",
1096
+ "qualified": {
1097
+ "type": "qualifiedName",
1098
+ "left": {
1099
+ "type": "identifier",
1100
+ "value": "React"
1101
+ },
1102
+ "right": {
1103
+ "type": "identifier",
1104
+ "value": "CSSProperties"
1105
+ }
1106
+ }
1107
+ },
1108
+ "indexType": {
1109
+ "type": "literal",
1110
+ "value": "color"
1111
+ }
1112
+ }
1113
+ },
1114
+ {
1115
+ "name": "maskStyle",
1116
+ "types": {
1117
+ "type": "reference",
1118
+ "qualified": {
1119
+ "type": "qualifiedName",
1120
+ "left": {
1121
+ "type": "identifier",
1122
+ "value": "React"
1123
+ },
1124
+ "right": {
1125
+ "type": "identifier",
1126
+ "value": "CSSProperties"
1127
+ }
1128
+ }
1129
+ }
1130
+ },
1131
+ {
1132
+ "name": "particleColor",
1133
+ "types": {
1134
+ "type": "reference",
1135
+ "typeName": "ParticleColor"
1136
+ }
1137
+ }
1138
+ ],
1139
+ "types": [
1140
+ {
1141
+ "name": "ParticleColor",
1142
+ "type": "interface",
1143
+ "annotation": [
1144
+ {
1145
+ "type": "propertySignature",
1146
+ "name": "startColor",
1147
+ "property": {
1148
+ "type": "indexedAccess",
1149
+ "objectType": {
1150
+ "type": "reference",
1151
+ "qualified": {
1152
+ "type": "qualifiedName",
1153
+ "left": {
1154
+ "type": "identifier",
1155
+ "value": "React"
1156
+ },
1157
+ "right": {
1158
+ "type": "identifier",
1159
+ "value": "CSSProperties"
1160
+ }
1161
+ }
1162
+ },
1163
+ "indexType": {
1164
+ "type": "literal",
1165
+ "value": "color"
1166
+ }
1167
+ }
1168
+ },
1169
+ {
1170
+ "type": "propertySignature",
1171
+ "name": "endColor",
1172
+ "property": {
1173
+ "type": "indexedAccess",
1174
+ "objectType": {
1175
+ "type": "reference",
1176
+ "qualified": {
1177
+ "type": "qualifiedName",
1178
+ "left": {
1179
+ "type": "identifier",
1180
+ "value": "React"
1181
+ },
1182
+ "right": {
1183
+ "type": "identifier",
1184
+ "value": "CSSProperties"
1185
+ }
1186
+ }
1187
+ },
1188
+ "indexType": {
1189
+ "type": "literal",
1190
+ "value": "color"
1191
+ }
1192
+ }
1193
+ }
1194
+ ]
1195
+ }
1196
+ ]
1197
+ },
1198
+ "data-view.gear-background": {
1199
+ "properties": [
1200
+ {
1201
+ "name": "color",
1202
+ "types": {
1203
+ "type": "indexedAccess",
1204
+ "objectType": {
1205
+ "type": "reference",
1206
+ "qualified": {
1207
+ "type": "qualifiedName",
1208
+ "left": {
1209
+ "type": "identifier",
1210
+ "value": "React"
1211
+ },
1212
+ "right": {
1213
+ "type": "identifier",
1214
+ "value": "CSSProperties"
1215
+ }
1216
+ }
1217
+ },
1218
+ "indexType": {
1219
+ "type": "literal",
1220
+ "value": "color"
1221
+ }
1222
+ }
1223
+ }
1224
+ ]
1225
+ },
1226
+ "data-view.loading-panel": {
1227
+ "properties": [
1228
+ {
1229
+ "name": "customTitle",
1230
+ "types": {
1231
+ "type": "keyword",
1232
+ "value": "string"
1233
+ }
1234
+ },
1235
+ {
1236
+ "name": "loading",
1237
+ "types": {
1238
+ "type": "keyword",
1239
+ "value": "boolean"
1240
+ }
1241
+ },
1242
+ {
1243
+ "name": "useRealTimeProgress",
1244
+ "types": {
1245
+ "type": "keyword",
1246
+ "value": "boolean"
1247
+ }
1248
+ },
1249
+ {
1250
+ "name": "progress",
1251
+ "types": {
1252
+ "type": "keyword",
1253
+ "value": "number"
1254
+ }
1255
+ },
1256
+ {
1257
+ "name": "intervalTime",
1258
+ "types": {
1259
+ "type": "keyword",
1260
+ "value": "number"
1261
+ }
1262
+ }
1263
+ ],
1264
+ "events": [
1265
+ {
1266
+ "name": "end"
1267
+ }
1268
+ ]
1269
+ },
1270
+ "data-view.cabinet-container": {
1271
+ "properties": [
1272
+ {
1273
+ "name": "type",
1274
+ "types": {
1275
+ "type": "reference",
1276
+ "typeName": "ContainerType"
1277
+ }
1278
+ },
1279
+ {
1280
+ "name": "data",
1281
+ "types": {
1282
+ "type": "array",
1283
+ "elementType": {
1284
+ "type": "reference",
1285
+ "typeName": "CabinetNodeProps"
1286
+ }
1287
+ }
1288
+ },
1289
+ {
1290
+ "name": "status",
1291
+ "types": {
1292
+ "type": "union",
1293
+ "types": [
1294
+ {
1295
+ "type": "literal",
1296
+ "value": "active"
1297
+ },
1298
+ {
1299
+ "type": "literal",
1300
+ "value": "faded"
1301
+ }
1302
+ ]
1303
+ }
1304
+ },
1305
+ {
1306
+ "name": "customTitle",
1307
+ "types": {
1308
+ "type": "union",
1309
+ "types": [
1310
+ {
1311
+ "type": "keyword",
1312
+ "value": "string"
1313
+ }
1314
+ ]
1315
+ }
1316
+ }
1317
+ ],
1318
+ "events": [
1319
+ {
1320
+ "name": "container.click",
1321
+ "types": {
1322
+ "type": "reference",
1323
+ "typeName": "ClickEventDataType"
1324
+ }
1325
+ },
1326
+ {
1327
+ "name": "container.dbclick",
1328
+ "types": {
1329
+ "type": "reference",
1330
+ "typeName": "ClickEventDataType"
1331
+ }
1332
+ }
1333
+ ],
1334
+ "types": [
1335
+ {
1336
+ "name": "ContainerType",
1337
+ "type": "typeAlias",
1338
+ "annotation": {
1339
+ "type": "union",
1340
+ "types": [
1341
+ {
1342
+ "type": "literal",
1343
+ "value": "host"
1344
+ },
1345
+ {
1346
+ "type": "literal",
1347
+ "value": "k8s"
1348
+ }
1349
+ ]
1350
+ }
1351
+ },
1352
+ {
1353
+ "name": "CabinetNodeProps",
1354
+ "type": "interface",
1355
+ "annotation": [
1356
+ {
1357
+ "type": "propertySignature",
1358
+ "name": "type",
1359
+ "property": {
1360
+ "type": "union",
1361
+ "types": [
1362
+ {
1363
+ "type": "literal",
1364
+ "value": "container-group"
1365
+ },
1366
+ {
1367
+ "type": "literal",
1368
+ "value": "physical-machine"
1369
+ },
1370
+ {
1371
+ "type": "literal",
1372
+ "value": "virtual-machine"
1373
+ }
1374
+ ]
1375
+ }
1376
+ },
1377
+ {
1378
+ "type": "propertySignature",
1379
+ "name": "nodeTitle",
1380
+ "property": {
1381
+ "type": "keyword",
1382
+ "value": "string"
1383
+ }
1384
+ },
1385
+ {
1386
+ "type": "propertySignature",
1387
+ "name": "status",
1388
+ "property": {
1389
+ "type": "union",
1390
+ "types": [
1391
+ {
1392
+ "type": "literal",
1393
+ "value": "active"
1394
+ },
1395
+ {
1396
+ "type": "literal",
1397
+ "value": "faded"
1398
+ }
1399
+ ]
1400
+ }
1401
+ }
1402
+ ]
1403
+ },
1404
+ {
1405
+ "name": "ClickEventDataType",
1406
+ "type": "interface",
1407
+ "annotation": [
1408
+ {
1409
+ "type": "propertySignature",
1410
+ "name": "type",
1411
+ "property": {
1412
+ "type": "union",
1413
+ "types": [
1414
+ {
1415
+ "type": "literal",
1416
+ "value": "node"
1417
+ },
1418
+ {
1419
+ "type": "literal",
1420
+ "value": "container"
1421
+ }
1422
+ ]
1423
+ }
1424
+ },
1425
+ {
1426
+ "type": "propertySignature",
1427
+ "name": "data",
1428
+ "property": {
1429
+ "type": "union",
1430
+ "types": [
1431
+ {
1432
+ "type": "reference",
1433
+ "typeName": "CabinetNodeProps"
1434
+ },
1435
+ {
1436
+ "type": "keyword",
1437
+ "value": "undefined"
1438
+ }
1439
+ ]
1440
+ }
1441
+ }
1442
+ ]
1443
+ }
1444
+ ]
1445
+ },
1446
+ "data-view.cabinet-thumbnail": {
1447
+ "properties": [
1448
+ {
1449
+ "name": "clusters",
1450
+ "types": {
1451
+ "type": "array",
1452
+ "elementType": {
1453
+ "type": "reference",
1454
+ "typeName": "Clusters"
1455
+ }
1456
+ }
1457
+ },
1458
+ {
1459
+ "name": "columns",
1460
+ "types": {
1461
+ "type": "keyword",
1462
+ "value": "number"
1463
+ }
1464
+ },
1465
+ {
1466
+ "name": "appName",
1467
+ "types": {
1468
+ "type": "keyword",
1469
+ "value": "string"
1470
+ }
1471
+ }
1472
+ ],
1473
+ "types": [
1474
+ {
1475
+ "name": "Clusters",
1476
+ "type": "interface",
1477
+ "annotation": [
1478
+ {
1479
+ "type": "propertySignature",
1480
+ "name": "data",
1481
+ "property": {
1482
+ "type": "array",
1483
+ "elementType": {
1484
+ "type": "reference",
1485
+ "typeName": "CabinetNodeProps"
1486
+ }
1487
+ }
1488
+ },
1489
+ {
1490
+ "type": "propertySignature",
1491
+ "name": "type",
1492
+ "property": {
1493
+ "type": "reference",
1494
+ "typeName": "ContainerType"
1495
+ }
1496
+ },
1497
+ {
1498
+ "type": "propertySignature",
1499
+ "name": "title",
1500
+ "property": {
1501
+ "type": "union",
1502
+ "types": [
1503
+ {
1504
+ "type": "keyword",
1505
+ "value": "string"
1506
+ },
1507
+ {
1508
+ "type": "keyword",
1509
+ "value": "undefined"
1510
+ }
1511
+ ]
1512
+ }
1513
+ }
1514
+ ]
1515
+ }
1516
+ ]
1517
+ },
1518
+ "data-view.graph-layout-grid": {
1519
+ "properties": [
1520
+ {
1521
+ "name": "columns",
1522
+ "types": {
1523
+ "type": "keyword",
1524
+ "value": "number"
1525
+ }
1526
+ },
1527
+ {
1528
+ "name": "rows",
1529
+ "types": {
1530
+ "type": "keyword",
1531
+ "value": "number"
1532
+ }
1533
+ },
1534
+ {
1535
+ "name": "isReverse",
1536
+ "types": {
1537
+ "type": "keyword",
1538
+ "value": "boolean"
1539
+ }
1540
+ },
1541
+ {
1542
+ "name": "dataSource",
1543
+ "types": {
1544
+ "type": "array",
1545
+ "elementType": {
1546
+ "type": "reference",
1547
+ "typeName": "DataSourceType"
1548
+ }
1549
+ }
1550
+ }
1551
+ ],
1552
+ "types": [
1553
+ {
1554
+ "name": "DataSourceType",
1555
+ "type": "typeAlias",
1556
+ "annotation": {
1557
+ "type": "intersection",
1558
+ "types": [
1559
+ {
1560
+ "type": "reference",
1561
+ "typeName": "GraphTextProps"
1562
+ },
1563
+ {
1564
+ "type": "reference",
1565
+ "typeName": "GraphNodeProps"
1566
+ }
1567
+ ]
1568
+ }
1569
+ }
1570
+ ]
1571
+ },
1572
+ "data-view.modern-style-treemap": {
1573
+ "properties": [
1574
+ {
1575
+ "name": "data",
1576
+ "types": {
1577
+ "type": "reference",
1578
+ "typeName": "TreemapData"
1579
+ }
1580
+ },
1581
+ {
1582
+ "name": "tail",
1583
+ "types": {
1584
+ "type": "reference",
1585
+ "typeName": "TailTypes"
1586
+ }
1587
+ },
1588
+ {
1589
+ "name": "leafUseBrick",
1590
+ "types": {
1591
+ "type": "typeLiteral",
1592
+ "members": [
1593
+ {
1594
+ "type": "propertySignature",
1595
+ "name": "useBrick",
1596
+ "property": {
1597
+ "type": "reference",
1598
+ "typeName": "UseBrickConf"
1599
+ }
1600
+ }
1601
+ ]
1602
+ }
1603
+ },
1604
+ {
1605
+ "name": "leafContainerStyle",
1606
+ "types": {
1607
+ "type": "reference",
1608
+ "typeName": "CSSProperties"
1609
+ }
1610
+ },
1611
+ {
1612
+ "name": "tooltipUseBrick",
1613
+ "types": {
1614
+ "type": "typeLiteral",
1615
+ "members": [
1616
+ {
1617
+ "type": "propertySignature",
1618
+ "name": "useBrick",
1619
+ "property": {
1620
+ "type": "reference",
1621
+ "typeName": "UseBrickConf"
1622
+ }
1623
+ }
1624
+ ]
1625
+ }
1626
+ },
1627
+ {
1628
+ "name": "tooltipStyle",
1629
+ "types": {
1630
+ "type": "reference",
1631
+ "typeName": "CSSProperties"
1632
+ }
1633
+ }
1634
+ ],
1635
+ "events": [
1636
+ {
1637
+ "name": "treemap.click",
1638
+ "types": {
1639
+ "type": "reference",
1640
+ "typeName": "TreemapData"
1641
+ }
1642
+ }
1643
+ ],
1644
+ "types": [
1645
+ {
1646
+ "name": "TreemapData",
1647
+ "type": "typeAlias",
1648
+ "annotation": {
1649
+ "type": "typeLiteral",
1650
+ "members": [
1651
+ {
1652
+ "type": "propertySignature",
1653
+ "name": "name",
1654
+ "property": {
1655
+ "type": "keyword",
1656
+ "value": "string"
1657
+ }
1658
+ },
1659
+ {
1660
+ "type": "propertySignature",
1661
+ "name": "value",
1662
+ "property": {
1663
+ "type": "keyword",
1664
+ "value": "number"
1665
+ }
1666
+ },
1667
+ {
1668
+ "type": "propertySignature",
1669
+ "name": "children",
1670
+ "property": {
1671
+ "type": "array",
1672
+ "elementType": {
1673
+ "type": "reference",
1674
+ "typeName": "TreemapData"
1675
+ }
1676
+ }
1677
+ }
1678
+ ]
1679
+ }
1680
+ },
1681
+ {
1682
+ "name": "TailTypes",
1683
+ "type": "enums",
1684
+ "members": [
1685
+ {
1686
+ "name": {
1687
+ "type": "identifier",
1688
+ "value": "treemapBinary"
1689
+ },
1690
+ "value": {
1691
+ "type": "stringLiteral",
1692
+ "value": "treemapBinary"
1693
+ }
1694
+ },
1695
+ {
1696
+ "name": {
1697
+ "type": "identifier",
1698
+ "value": "treemapDice"
1699
+ },
1700
+ "value": {
1701
+ "type": "stringLiteral",
1702
+ "value": "treemapDice"
1703
+ }
1704
+ },
1705
+ {
1706
+ "name": {
1707
+ "type": "identifier",
1708
+ "value": "treemapResquarify"
1709
+ },
1710
+ "value": {
1711
+ "type": "stringLiteral",
1712
+ "value": "treemapResquarify"
1713
+ }
1714
+ },
1715
+ {
1716
+ "name": {
1717
+ "type": "identifier",
1718
+ "value": "treemapSlice"
1719
+ },
1720
+ "value": {
1721
+ "type": "stringLiteral",
1722
+ "value": "treemapSlice"
1723
+ }
1724
+ },
1725
+ {
1726
+ "name": {
1727
+ "type": "identifier",
1728
+ "value": "treemapSliceDice"
1729
+ },
1730
+ "value": {
1731
+ "type": "stringLiteral",
1732
+ "value": "treemapSliceDice"
1733
+ }
436
1734
  },
437
1735
  {
438
- "type": "literal",
439
- "value": "k8s"
1736
+ "name": {
1737
+ "type": "identifier",
1738
+ "value": "treemapSquarify"
1739
+ },
1740
+ "value": {
1741
+ "type": "stringLiteral",
1742
+ "value": "treemapSquarify"
1743
+ }
440
1744
  }
441
1745
  ]
442
1746
  }
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
- }
1747
+ ]
1748
+ },
1749
+ "data-view.complex-search": {
1750
+ "properties": [
1751
+ {
1752
+ "name": "value",
1753
+ "types": {
1754
+ "type": "union",
1755
+ "types": [
1756
+ {
1757
+ "type": "keyword",
1758
+ "value": "string"
1759
+ }
1760
+ ]
493
1761
  }
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"
1762
+ },
1763
+ {
1764
+ "name": "placeholder",
1765
+ "types": {
1766
+ "type": "union",
1767
+ "types": [
1768
+ {
1769
+ "type": "keyword",
1770
+ "value": "string"
510
1771
  }
511
- }
512
- },
513
- {
514
- "type": "propertySignature",
515
- "name": "type",
516
- "property": {
517
- "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
- ]
536
- }
1772
+ ]
537
1773
  }
538
- ]
539
- }
540
- ],
541
- "data-view.graph-layout-grid": [
542
- {
543
- "name": "DataSourceType",
544
- "type": "typeAlias",
545
- "annotation": {
546
- "type": "intersection",
547
- "types": [
548
- {
549
- "type": "reference",
550
- "typeName": "GraphTextProps"
551
- },
552
- {
1774
+ },
1775
+ {
1776
+ "name": "options",
1777
+ "types": {
1778
+ "type": "array",
1779
+ "elementType": {
553
1780
  "type": "reference",
554
- "typeName": "GraphNodeProps"
1781
+ "typeName": "OptionItem"
555
1782
  }
556
- ]
1783
+ }
1784
+ },
1785
+ {
1786
+ "name": "tooltipUseBrick",
1787
+ "types": {
1788
+ "type": "reference",
1789
+ "typeName": "ReactUseMultipleBricksProps"
1790
+ }
557
1791
  }
558
- }
559
- ],
560
- "data-view.modern-style-treemap": [
561
- {
562
- "name": "TreemapData",
563
- "type": "typeAlias",
564
- "annotation": {
565
- "type": "typeLiteral",
566
- "members": [
1792
+ ],
1793
+ "events": [
1794
+ {
1795
+ "name": "change",
1796
+ "types": {
1797
+ "type": "keyword",
1798
+ "value": "string"
1799
+ }
1800
+ },
1801
+ {
1802
+ "name": "search",
1803
+ "types": {
1804
+ "type": "keyword",
1805
+ "value": "string"
1806
+ }
1807
+ },
1808
+ {
1809
+ "name": "select",
1810
+ "types": {
1811
+ "type": "reference",
1812
+ "typeName": "OptionItem"
1813
+ }
1814
+ },
1815
+ {
1816
+ "name": "focus"
1817
+ },
1818
+ {
1819
+ "name": "blur"
1820
+ }
1821
+ ],
1822
+ "types": [
1823
+ {
1824
+ "name": "OptionItem",
1825
+ "type": "interface",
1826
+ "annotation": [
567
1827
  {
568
1828
  "type": "propertySignature",
569
- "name": "name",
1829
+ "name": "icon",
570
1830
  "property": {
571
- "type": "keyword",
572
- "value": "string"
1831
+ "type": "reference",
1832
+ "typeName": "GeneralIconProps"
573
1833
  }
574
1834
  },
575
1835
  {
576
1836
  "type": "propertySignature",
577
- "name": "value",
1837
+ "name": "name",
578
1838
  "property": {
579
1839
  "type": "keyword",
580
- "value": "number"
1840
+ "value": "string"
581
1841
  }
582
1842
  },
583
1843
  {
584
- "type": "propertySignature",
585
- "name": "children",
1844
+ "type": "indexSignature",
1845
+ "parameters": {
1846
+ "name": "propName",
1847
+ "type": "keyword",
1848
+ "value": "string"
1849
+ },
586
1850
  "property": {
587
- "type": "array",
588
- "elementType": {
589
- "type": "reference",
590
- "typeName": "TreemapData"
591
- }
1851
+ "type": "keyword",
1852
+ "value": "any"
592
1853
  }
593
1854
  }
594
1855
  ]
595
1856
  }
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": {
1857
+ ]
1858
+ },
1859
+ "data-view.graph-text": {
1860
+ "properties": [
1861
+ {
1862
+ "name": "text",
1863
+ "types": {
1864
+ "type": "keyword",
1865
+ "value": "string"
1866
+ }
1867
+ },
1868
+ {
1869
+ "name": "value",
1870
+ "types": {
1871
+ "type": "union",
1872
+ "types": [
1873
+ {
1874
+ "type": "keyword",
1875
+ "value": "string"
1876
+ },
1877
+ {
1878
+ "type": "keyword",
1879
+ "value": "number"
1880
+ }
1881
+ ]
1882
+ }
1883
+ }
1884
+ ]
1885
+ },
1886
+ "data-view.app-wall": {
1887
+ "properties": [
1888
+ {
1889
+ "name": "dataSource",
1890
+ "types": {
1891
+ "type": "array",
1892
+ "elementType": {
742
1893
  "type": "reference",
743
- "typeName": "SystemCardProps"
1894
+ "typeName": "AppData"
744
1895
  }
745
- },
746
- {
747
- "type": "propertySignature",
748
- "name": "trapezoidalProps",
749
- "property": {
1896
+ }
1897
+ },
1898
+ {
1899
+ "name": "relations",
1900
+ "types": {
1901
+ "type": "array",
1902
+ "elementType": {
750
1903
  "type": "reference",
751
- "typeName": "TrapezoidalProps"
1904
+ "typeName": "Relation"
752
1905
  }
753
1906
  }
754
- ]
755
- },
756
- {
757
- "name": "Relation",
758
- "type": "typeAlias",
759
- "annotation": {
760
- "type": "typeLiteral",
761
- "members": [
1907
+ },
1908
+ {
1909
+ "name": "useDblclick",
1910
+ "types": {
1911
+ "type": "keyword",
1912
+ "value": "boolean"
1913
+ }
1914
+ }
1915
+ ],
1916
+ "events": [
1917
+ {
1918
+ "name": "system.card.button.click",
1919
+ "types": {
1920
+ "type": "reference",
1921
+ "typeName": "AppData"
1922
+ }
1923
+ },
1924
+ {
1925
+ "name": "left.btn.click",
1926
+ "types": {
1927
+ "type": "reference",
1928
+ "typeName": "AppData"
1929
+ }
1930
+ },
1931
+ {
1932
+ "name": "right.btn.click",
1933
+ "types": {
1934
+ "type": "reference",
1935
+ "typeName": "AppData"
1936
+ }
1937
+ },
1938
+ {
1939
+ "name": "on.card.dbclick",
1940
+ "types": {
1941
+ "type": "reference",
1942
+ "typeName": "AppData"
1943
+ }
1944
+ }
1945
+ ],
1946
+ "types": [
1947
+ {
1948
+ "name": "AppData",
1949
+ "type": "interface",
1950
+ "annotation": [
762
1951
  {
763
1952
  "type": "propertySignature",
764
- "name": "source",
1953
+ "name": "key",
765
1954
  "property": {
766
1955
  "type": "keyword",
767
1956
  "value": "string"
@@ -769,199 +1958,275 @@
769
1958
  },
770
1959
  {
771
1960
  "type": "propertySignature",
772
- "name": "target",
1961
+ "name": "status",
773
1962
  "property": {
774
- "type": "keyword",
775
- "value": "string"
1963
+ "type": "union",
1964
+ "types": [
1965
+ {
1966
+ "type": "literal",
1967
+ "value": "normal"
1968
+ },
1969
+ {
1970
+ "type": "literal",
1971
+ "value": "warning"
1972
+ }
1973
+ ]
1974
+ }
1975
+ },
1976
+ {
1977
+ "type": "propertySignature",
1978
+ "name": "cardItemProps",
1979
+ "property": {
1980
+ "type": "reference",
1981
+ "typeName": "AppWallCardItemProps"
1982
+ }
1983
+ },
1984
+ {
1985
+ "type": "propertySignature",
1986
+ "name": "systemCardProps",
1987
+ "property": {
1988
+ "type": "reference",
1989
+ "typeName": "SystemCardProps"
1990
+ }
1991
+ },
1992
+ {
1993
+ "type": "propertySignature",
1994
+ "name": "trapezoidalProps",
1995
+ "property": {
1996
+ "type": "reference",
1997
+ "typeName": "TrapezoidalProps"
776
1998
  }
777
1999
  }
778
2000
  ]
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
- {
2001
+ },
2002
+ {
2003
+ "name": "Relation",
2004
+ "type": "typeAlias",
2005
+ "annotation": {
2006
+ "type": "typeLiteral",
2007
+ "members": [
2008
+ {
2009
+ "type": "propertySignature",
2010
+ "name": "source",
2011
+ "property": {
826
2012
  "type": "keyword",
827
- "value": "number"
828
- },
829
- {
2013
+ "value": "string"
2014
+ }
2015
+ },
2016
+ {
2017
+ "type": "propertySignature",
2018
+ "name": "target",
2019
+ "property": {
830
2020
  "type": "keyword",
831
2021
  "value": "string"
832
2022
  }
833
- ]
2023
+ }
2024
+ ]
2025
+ }
2026
+ }
2027
+ ]
2028
+ },
2029
+ "data-view.radar-chart": {
2030
+ "properties": [
2031
+ {
2032
+ "name": "dataSource",
2033
+ "types": {
2034
+ "type": "array",
2035
+ "elementType": {
2036
+ "type": "reference",
2037
+ "typeName": "Data"
834
2038
  }
835
2039
  }
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"
2040
+ },
2041
+ {
2042
+ "name": "width",
2043
+ "types": {
2044
+ "type": "keyword",
2045
+ "value": "number"
2046
+ }
2047
+ },
2048
+ {
2049
+ "name": "radius",
2050
+ "types": {
2051
+ "type": "keyword",
2052
+ "value": "number"
2053
+ }
2054
+ },
2055
+ {
2056
+ "name": "scale",
2057
+ "types": {
2058
+ "type": "keyword",
2059
+ "value": "number"
2060
+ }
2061
+ },
2062
+ {
2063
+ "name": "height",
2064
+ "types": {
2065
+ "type": "keyword",
2066
+ "value": "number"
2067
+ }
2068
+ },
2069
+ {
2070
+ "name": "value",
2071
+ "types": {
2072
+ "type": "union",
2073
+ "types": [
2074
+ {
2075
+ "type": "keyword",
2076
+ "value": "number"
850
2077
  },
851
- "right": {
852
- "type": "identifier",
853
- "value": "CSSProperties"
2078
+ {
2079
+ "type": "keyword",
2080
+ "value": "string"
854
2081
  }
855
- }
856
- },
857
- "indexType": {
858
- "type": "literal",
859
- "value": "color"
2082
+ ]
2083
+ }
2084
+ },
2085
+ {
2086
+ "name": "dataFill",
2087
+ "types": {
2088
+ "type": "reference",
2089
+ "typeName": "DataFill"
2090
+ }
2091
+ },
2092
+ {
2093
+ "name": "dataCircle",
2094
+ "types": {
2095
+ "type": "reference",
2096
+ "typeName": "DataCircle"
2097
+ }
2098
+ },
2099
+ {
2100
+ "name": "dataLine",
2101
+ "types": {
2102
+ "type": "reference",
2103
+ "typeName": "DataLine"
860
2104
  }
861
2105
  }
862
- },
863
- {
864
- "name": "DataFill",
865
- "type": "typeAlias",
866
- "annotation": {
867
- "type": "typeLiteral",
868
- "members": [
2106
+ ],
2107
+ "types": [
2108
+ {
2109
+ "name": "Data",
2110
+ "type": "interface",
2111
+ "annotation": [
869
2112
  {
870
2113
  "type": "propertySignature",
871
- "name": "fillStyle",
2114
+ "name": "value",
2115
+ "property": {
2116
+ "type": "keyword",
2117
+ "value": "number"
2118
+ }
2119
+ },
2120
+ {
2121
+ "type": "propertySignature",
2122
+ "name": "maxValue",
2123
+ "property": {
2124
+ "type": "keyword",
2125
+ "value": "number"
2126
+ }
2127
+ },
2128
+ {
2129
+ "type": "propertySignature",
2130
+ "name": "name",
2131
+ "property": {
2132
+ "type": "keyword",
2133
+ "value": "string"
2134
+ }
2135
+ },
2136
+ {
2137
+ "type": "propertySignature",
2138
+ "name": "color",
872
2139
  "property": {
873
2140
  "type": "reference",
874
2141
  "typeName": "Color"
875
2142
  }
2143
+ },
2144
+ {
2145
+ "type": "propertySignature",
2146
+ "name": "percentValue",
2147
+ "property": {
2148
+ "type": "union",
2149
+ "types": [
2150
+ {
2151
+ "type": "keyword",
2152
+ "value": "number"
2153
+ },
2154
+ {
2155
+ "type": "keyword",
2156
+ "value": "string"
2157
+ }
2158
+ ]
2159
+ }
876
2160
  }
877
2161
  ]
878
- }
879
- },
880
- {
881
- "name": "DataCircle",
882
- "type": "typeAlias",
883
- "annotation": {
884
- "type": "reference",
885
- "typeName": "Omit",
886
- "typeParameters": [
887
- {
2162
+ },
2163
+ {
2164
+ "name": "Color",
2165
+ "type": "typeAlias",
2166
+ "annotation": {
2167
+ "type": "indexedAccess",
2168
+ "objectType": {
888
2169
  "type": "reference",
889
- "typeName": "DataCircleOptions"
2170
+ "qualified": {
2171
+ "type": "qualifiedName",
2172
+ "left": {
2173
+ "type": "identifier",
2174
+ "value": "React"
2175
+ },
2176
+ "right": {
2177
+ "type": "identifier",
2178
+ "value": "CSSProperties"
2179
+ }
2180
+ }
890
2181
  },
891
- {
2182
+ "indexType": {
892
2183
  "type": "literal",
893
- "value": "dataPoints"
2184
+ "value": "color"
894
2185
  }
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": {
2186
+ }
2187
+ },
2188
+ {
2189
+ "name": "DataFill",
2190
+ "type": "typeAlias",
2191
+ "annotation": {
2192
+ "type": "typeLiteral",
2193
+ "members": [
2194
+ {
2195
+ "type": "propertySignature",
2196
+ "name": "fillStyle",
2197
+ "property": {
2198
+ "type": "reference",
2199
+ "typeName": "Color"
2200
+ }
2201
+ }
2202
+ ]
2203
+ }
2204
+ },
2205
+ {
2206
+ "name": "DataCircle",
2207
+ "type": "typeAlias",
2208
+ "annotation": {
2209
+ "type": "reference",
2210
+ "typeName": "Omit",
2211
+ "typeParameters": [
2212
+ {
933
2213
  "type": "reference",
934
- "typeName": "Axis"
2214
+ "typeName": "DataCircleOptions"
2215
+ },
2216
+ {
2217
+ "type": "literal",
2218
+ "value": "dataPoints"
935
2219
  }
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": [
2220
+ ]
2221
+ }
2222
+ },
2223
+ {
2224
+ "name": "DataCircleOptions",
2225
+ "type": "interface",
2226
+ "annotation": [
962
2227
  {
963
2228
  "type": "propertySignature",
964
- "name": "x",
2229
+ "name": "r",
965
2230
  "property": {
966
2231
  "type": "keyword",
967
2232
  "value": "number"
@@ -969,27 +2234,30 @@
969
2234
  },
970
2235
  {
971
2236
  "type": "propertySignature",
972
- "name": "y",
2237
+ "name": "fillStyle",
973
2238
  "property": {
974
- "type": "keyword",
975
- "value": "number"
2239
+ "type": "reference",
2240
+ "typeName": "Color"
976
2241
  }
977
2242
  }
2243
+ ],
2244
+ "extends": [
2245
+ "DataLineOptions"
978
2246
  ]
979
- }
980
- },
981
- {
982
- "name": "DataLine",
983
- "type": "typeAlias",
984
- "annotation": {
985
- "type": "typeLiteral",
986
- "members": [
2247
+ },
2248
+ {
2249
+ "name": "DataLineOptions",
2250
+ "type": "interface",
2251
+ "annotation": [
987
2252
  {
988
2253
  "type": "propertySignature",
989
- "name": "lineWidth",
2254
+ "name": "dataPoints",
990
2255
  "property": {
991
- "type": "keyword",
992
- "value": "number"
2256
+ "type": "array",
2257
+ "elementType": {
2258
+ "type": "reference",
2259
+ "typeName": "Axis"
2260
+ }
993
2261
  }
994
2262
  },
995
2263
  {
@@ -999,9 +2267,67 @@
999
2267
  "type": "reference",
1000
2268
  "typeName": "Color"
1001
2269
  }
2270
+ },
2271
+ {
2272
+ "type": "propertySignature",
2273
+ "name": "lineWidth",
2274
+ "property": {
2275
+ "type": "keyword",
2276
+ "value": "number"
2277
+ }
1002
2278
  }
1003
2279
  ]
2280
+ },
2281
+ {
2282
+ "name": "Axis",
2283
+ "type": "typeAlias",
2284
+ "annotation": {
2285
+ "type": "typeLiteral",
2286
+ "members": [
2287
+ {
2288
+ "type": "propertySignature",
2289
+ "name": "x",
2290
+ "property": {
2291
+ "type": "keyword",
2292
+ "value": "number"
2293
+ }
2294
+ },
2295
+ {
2296
+ "type": "propertySignature",
2297
+ "name": "y",
2298
+ "property": {
2299
+ "type": "keyword",
2300
+ "value": "number"
2301
+ }
2302
+ }
2303
+ ]
2304
+ }
2305
+ },
2306
+ {
2307
+ "name": "DataLine",
2308
+ "type": "typeAlias",
2309
+ "annotation": {
2310
+ "type": "typeLiteral",
2311
+ "members": [
2312
+ {
2313
+ "type": "propertySignature",
2314
+ "name": "lineWidth",
2315
+ "property": {
2316
+ "type": "keyword",
2317
+ "value": "number"
2318
+ }
2319
+ },
2320
+ {
2321
+ "type": "propertySignature",
2322
+ "name": "strokeStyle",
2323
+ "property": {
2324
+ "type": "reference",
2325
+ "typeName": "Color"
2326
+ }
2327
+ }
2328
+ ]
2329
+ }
1004
2330
  }
1005
- }
1006
- ]
2331
+ ]
2332
+ }
1007
2333
  }