@next-bricks/data-view 0.9.3 → 0.9.5

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