@next-bricks/data-view 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +14 -10
- package/dist/chunks/1143.2494e37f.js +2 -0
- package/dist/chunks/1143.2494e37f.js.map +1 -0
- package/dist/chunks/3910.cd76fadc.js +2 -0
- package/dist/chunks/3910.cd76fadc.js.map +1 -0
- package/dist/chunks/bubbles-indicator.34eea7ea.js +2 -0
- package/dist/chunks/bubbles-indicator.34eea7ea.js.map +1 -0
- package/dist/chunks/globe-with-gear-indicator.25c9901b.js +2 -0
- package/dist/chunks/globe-with-gear-indicator.25c9901b.js.map +1 -0
- package/dist/chunks/main.1bce9b12.js +2 -0
- package/dist/chunks/main.1bce9b12.js.map +1 -0
- package/dist/examples.json +26 -23
- package/dist/images/0fec7781.png +0 -0
- package/dist/images/2235938c.png +0 -0
- package/dist/images/45a4740b.png +0 -0
- package/dist/images/81f40f95.png +0 -0
- package/dist/images/86a2105c.png +0 -0
- package/dist/images/a457f803.png +0 -0
- package/dist/images/b91eed9d.png +0 -0
- package/dist/{index.c11ec70a.js → index.b0b43bc4.js} +2 -2
- package/dist/index.b0b43bc4.js.map +1 -0
- package/dist/manifest.json +228 -194
- package/dist/types.json +690 -572
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/bubbles-indicator/index.d.ts +45 -0
- package/dist-types/bubbles-indicator/index.spec.d.ts +1 -0
- package/docs/bubbles-indicator.md +42 -0
- package/package.json +2 -2
- package/dist/chunks/8374.9cc215b5.js +0 -2
- package/dist/chunks/8374.9cc215b5.js.map +0 -1
- package/dist/chunks/globe-with-gear-indicator.38da7193.js +0 -2
- package/dist/chunks/globe-with-gear-indicator.38da7193.js.map +0 -1
- package/dist/chunks/main.d5b7fc71.js +0 -2
- package/dist/chunks/main.d5b7fc71.js.map +0 -1
- package/dist/index.c11ec70a.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -40,56 +40,6 @@
|
|
|
40
40
|
"events": [],
|
|
41
41
|
"methods": []
|
|
42
42
|
},
|
|
43
|
-
"data-view.modern-style-page-title": {
|
|
44
|
-
"properties": [
|
|
45
|
-
{
|
|
46
|
-
"name": "pageTitle",
|
|
47
|
-
"annotation": {
|
|
48
|
-
"type": "keyword",
|
|
49
|
-
"value": "string"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "description",
|
|
54
|
-
"annotation": {
|
|
55
|
-
"type": "keyword",
|
|
56
|
-
"value": "string"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"name": "backgroundStyle",
|
|
61
|
-
"annotation": {
|
|
62
|
-
"type": "reference",
|
|
63
|
-
"typeName": {
|
|
64
|
-
"type": "identifier",
|
|
65
|
-
"name": "CSSProperties"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "leftRoundStyle",
|
|
71
|
-
"annotation": {
|
|
72
|
-
"type": "reference",
|
|
73
|
-
"typeName": {
|
|
74
|
-
"type": "identifier",
|
|
75
|
-
"name": "CSSProperties"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"name": "rightRoundStyle",
|
|
81
|
-
"annotation": {
|
|
82
|
-
"type": "reference",
|
|
83
|
-
"typeName": {
|
|
84
|
-
"type": "identifier",
|
|
85
|
-
"name": "CSSProperties"
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"events": [],
|
|
91
|
-
"methods": []
|
|
92
|
-
},
|
|
93
43
|
"data-view.tabs-drawer": {
|
|
94
44
|
"properties": [
|
|
95
45
|
{
|
|
@@ -283,60 +233,6 @@
|
|
|
283
233
|
}
|
|
284
234
|
]
|
|
285
235
|
},
|
|
286
|
-
"data-view.modern-style-component-title": {
|
|
287
|
-
"properties": [
|
|
288
|
-
{
|
|
289
|
-
"name": "hideLeftComponent",
|
|
290
|
-
"annotation": {
|
|
291
|
-
"type": "keyword",
|
|
292
|
-
"value": "boolean"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"name": "hideRightComponent",
|
|
297
|
-
"annotation": {
|
|
298
|
-
"type": "keyword",
|
|
299
|
-
"value": "boolean"
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "componentTitle",
|
|
304
|
-
"annotation": {
|
|
305
|
-
"type": "keyword",
|
|
306
|
-
"value": "string"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"name": "titleTextStyle",
|
|
311
|
-
"annotation": {
|
|
312
|
-
"type": "reference",
|
|
313
|
-
"typeName": {
|
|
314
|
-
"type": "identifier",
|
|
315
|
-
"name": "CSSProperties"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"name": "squareColor",
|
|
321
|
-
"annotation": {
|
|
322
|
-
"type": "indexedAccess",
|
|
323
|
-
"objectType": {
|
|
324
|
-
"type": "reference",
|
|
325
|
-
"typeName": {
|
|
326
|
-
"type": "identifier",
|
|
327
|
-
"name": "CSSProperties"
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
"indexType": {
|
|
331
|
-
"type": "jsLiteral",
|
|
332
|
-
"value": "color"
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
],
|
|
337
|
-
"events": [],
|
|
338
|
-
"methods": []
|
|
339
|
-
},
|
|
340
236
|
"data-view.battery-chart": {
|
|
341
237
|
"properties": [
|
|
342
238
|
{
|
|
@@ -476,6 +372,60 @@
|
|
|
476
372
|
}
|
|
477
373
|
]
|
|
478
374
|
},
|
|
375
|
+
"data-view.modern-style-component-title": {
|
|
376
|
+
"properties": [
|
|
377
|
+
{
|
|
378
|
+
"name": "hideLeftComponent",
|
|
379
|
+
"annotation": {
|
|
380
|
+
"type": "keyword",
|
|
381
|
+
"value": "boolean"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "hideRightComponent",
|
|
386
|
+
"annotation": {
|
|
387
|
+
"type": "keyword",
|
|
388
|
+
"value": "boolean"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "componentTitle",
|
|
393
|
+
"annotation": {
|
|
394
|
+
"type": "keyword",
|
|
395
|
+
"value": "string"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "titleTextStyle",
|
|
400
|
+
"annotation": {
|
|
401
|
+
"type": "reference",
|
|
402
|
+
"typeName": {
|
|
403
|
+
"type": "identifier",
|
|
404
|
+
"name": "CSSProperties"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "squareColor",
|
|
410
|
+
"annotation": {
|
|
411
|
+
"type": "indexedAccess",
|
|
412
|
+
"objectType": {
|
|
413
|
+
"type": "reference",
|
|
414
|
+
"typeName": {
|
|
415
|
+
"type": "identifier",
|
|
416
|
+
"name": "CSSProperties"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"indexType": {
|
|
420
|
+
"type": "jsLiteral",
|
|
421
|
+
"value": "color"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
],
|
|
426
|
+
"events": [],
|
|
427
|
+
"methods": []
|
|
428
|
+
},
|
|
479
429
|
"data-view.dropdown-menu": {
|
|
480
430
|
"properties": [
|
|
481
431
|
{
|
|
@@ -548,6 +498,56 @@
|
|
|
548
498
|
],
|
|
549
499
|
"methods": []
|
|
550
500
|
},
|
|
501
|
+
"data-view.modern-style-page-title": {
|
|
502
|
+
"properties": [
|
|
503
|
+
{
|
|
504
|
+
"name": "pageTitle",
|
|
505
|
+
"annotation": {
|
|
506
|
+
"type": "keyword",
|
|
507
|
+
"value": "string"
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "description",
|
|
512
|
+
"annotation": {
|
|
513
|
+
"type": "keyword",
|
|
514
|
+
"value": "string"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "backgroundStyle",
|
|
519
|
+
"annotation": {
|
|
520
|
+
"type": "reference",
|
|
521
|
+
"typeName": {
|
|
522
|
+
"type": "identifier",
|
|
523
|
+
"name": "CSSProperties"
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "leftRoundStyle",
|
|
529
|
+
"annotation": {
|
|
530
|
+
"type": "reference",
|
|
531
|
+
"typeName": {
|
|
532
|
+
"type": "identifier",
|
|
533
|
+
"name": "CSSProperties"
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "rightRoundStyle",
|
|
539
|
+
"annotation": {
|
|
540
|
+
"type": "reference",
|
|
541
|
+
"typeName": {
|
|
542
|
+
"type": "identifier",
|
|
543
|
+
"name": "CSSProperties"
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"events": [],
|
|
549
|
+
"methods": []
|
|
550
|
+
},
|
|
551
551
|
"data-view.particle-animation": {
|
|
552
552
|
"properties": [
|
|
553
553
|
{
|
|
@@ -712,51 +712,6 @@
|
|
|
712
712
|
"events": [],
|
|
713
713
|
"methods": []
|
|
714
714
|
},
|
|
715
|
-
"data-view.app-wall-relation-line": {
|
|
716
|
-
"properties": [
|
|
717
|
-
{
|
|
718
|
-
"name": "lightColor",
|
|
719
|
-
"annotation": {
|
|
720
|
-
"type": "union",
|
|
721
|
-
"types": [
|
|
722
|
-
{
|
|
723
|
-
"type": "jsLiteral",
|
|
724
|
-
"value": "blue"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"type": "jsLiteral",
|
|
728
|
-
"value": "purple"
|
|
729
|
-
}
|
|
730
|
-
]
|
|
731
|
-
}
|
|
732
|
-
}
|
|
733
|
-
],
|
|
734
|
-
"events": [],
|
|
735
|
-
"methods": []
|
|
736
|
-
},
|
|
737
|
-
"data-view.cabinet-button": {
|
|
738
|
-
"properties": [
|
|
739
|
-
{
|
|
740
|
-
"name": "buttonStyle",
|
|
741
|
-
"annotation": {
|
|
742
|
-
"type": "reference",
|
|
743
|
-
"typeName": {
|
|
744
|
-
"type": "qualifiedName",
|
|
745
|
-
"left": {
|
|
746
|
-
"type": "identifier",
|
|
747
|
-
"name": "React"
|
|
748
|
-
},
|
|
749
|
-
"right": {
|
|
750
|
-
"type": "identifier",
|
|
751
|
-
"name": "CSSProperties"
|
|
752
|
-
}
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
}
|
|
756
|
-
],
|
|
757
|
-
"events": [],
|
|
758
|
-
"methods": []
|
|
759
|
-
},
|
|
760
715
|
"data-view.app-wall-system-card": {
|
|
761
716
|
"properties": [
|
|
762
717
|
{
|
|
@@ -876,10 +831,55 @@
|
|
|
876
831
|
}
|
|
877
832
|
]
|
|
878
833
|
},
|
|
879
|
-
"data-view.
|
|
834
|
+
"data-view.app-wall-relation-line": {
|
|
880
835
|
"properties": [
|
|
881
836
|
{
|
|
882
|
-
"name": "
|
|
837
|
+
"name": "lightColor",
|
|
838
|
+
"annotation": {
|
|
839
|
+
"type": "union",
|
|
840
|
+
"types": [
|
|
841
|
+
{
|
|
842
|
+
"type": "jsLiteral",
|
|
843
|
+
"value": "blue"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"type": "jsLiteral",
|
|
847
|
+
"value": "purple"
|
|
848
|
+
}
|
|
849
|
+
]
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"events": [],
|
|
854
|
+
"methods": []
|
|
855
|
+
},
|
|
856
|
+
"data-view.cabinet-button": {
|
|
857
|
+
"properties": [
|
|
858
|
+
{
|
|
859
|
+
"name": "buttonStyle",
|
|
860
|
+
"annotation": {
|
|
861
|
+
"type": "reference",
|
|
862
|
+
"typeName": {
|
|
863
|
+
"type": "qualifiedName",
|
|
864
|
+
"left": {
|
|
865
|
+
"type": "identifier",
|
|
866
|
+
"name": "React"
|
|
867
|
+
},
|
|
868
|
+
"right": {
|
|
869
|
+
"type": "identifier",
|
|
870
|
+
"name": "CSSProperties"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"events": [],
|
|
877
|
+
"methods": []
|
|
878
|
+
},
|
|
879
|
+
"data-view.cabinet-node": {
|
|
880
|
+
"properties": [
|
|
881
|
+
{
|
|
882
|
+
"name": "type",
|
|
883
883
|
"annotation": {
|
|
884
884
|
"type": "union",
|
|
885
885
|
"types": [
|
|
@@ -1471,36 +1471,6 @@
|
|
|
1471
1471
|
}
|
|
1472
1472
|
]
|
|
1473
1473
|
},
|
|
1474
|
-
"data-view.gear-background": {
|
|
1475
|
-
"properties": [
|
|
1476
|
-
{
|
|
1477
|
-
"name": "color",
|
|
1478
|
-
"annotation": {
|
|
1479
|
-
"type": "indexedAccess",
|
|
1480
|
-
"objectType": {
|
|
1481
|
-
"type": "reference",
|
|
1482
|
-
"typeName": {
|
|
1483
|
-
"type": "qualifiedName",
|
|
1484
|
-
"left": {
|
|
1485
|
-
"type": "identifier",
|
|
1486
|
-
"name": "React"
|
|
1487
|
-
},
|
|
1488
|
-
"right": {
|
|
1489
|
-
"type": "identifier",
|
|
1490
|
-
"name": "CSSProperties"
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
|
-
"indexType": {
|
|
1495
|
-
"type": "jsLiteral",
|
|
1496
|
-
"value": "color"
|
|
1497
|
-
}
|
|
1498
|
-
}
|
|
1499
|
-
}
|
|
1500
|
-
],
|
|
1501
|
-
"events": [],
|
|
1502
|
-
"methods": []
|
|
1503
|
-
},
|
|
1504
1474
|
"data-view.title-text": {
|
|
1505
1475
|
"properties": [
|
|
1506
1476
|
{
|
|
@@ -1598,6 +1568,36 @@
|
|
|
1598
1568
|
}
|
|
1599
1569
|
]
|
|
1600
1570
|
},
|
|
1571
|
+
"data-view.gear-background": {
|
|
1572
|
+
"properties": [
|
|
1573
|
+
{
|
|
1574
|
+
"name": "color",
|
|
1575
|
+
"annotation": {
|
|
1576
|
+
"type": "indexedAccess",
|
|
1577
|
+
"objectType": {
|
|
1578
|
+
"type": "reference",
|
|
1579
|
+
"typeName": {
|
|
1580
|
+
"type": "qualifiedName",
|
|
1581
|
+
"left": {
|
|
1582
|
+
"type": "identifier",
|
|
1583
|
+
"name": "React"
|
|
1584
|
+
},
|
|
1585
|
+
"right": {
|
|
1586
|
+
"type": "identifier",
|
|
1587
|
+
"name": "CSSProperties"
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
"indexType": {
|
|
1592
|
+
"type": "jsLiteral",
|
|
1593
|
+
"value": "color"
|
|
1594
|
+
}
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
],
|
|
1598
|
+
"events": [],
|
|
1599
|
+
"methods": []
|
|
1600
|
+
},
|
|
1601
1601
|
"data-view.brick-notification": {
|
|
1602
1602
|
"properties": [
|
|
1603
1603
|
{
|
|
@@ -2134,7 +2134,7 @@
|
|
|
2134
2134
|
}
|
|
2135
2135
|
]
|
|
2136
2136
|
},
|
|
2137
|
-
"data-view.data-display-flipper": {
|
|
2137
|
+
"data-view.data-display-flipper-fifth": {
|
|
2138
2138
|
"properties": [
|
|
2139
2139
|
{
|
|
2140
2140
|
"name": "flipperTitle",
|
|
@@ -2196,19 +2196,12 @@
|
|
|
2196
2196
|
"type": "keyword",
|
|
2197
2197
|
"value": "boolean"
|
|
2198
2198
|
}
|
|
2199
|
-
},
|
|
2200
|
-
{
|
|
2201
|
-
"name": "separator",
|
|
2202
|
-
"annotation": {
|
|
2203
|
-
"type": "keyword",
|
|
2204
|
-
"value": "string"
|
|
2205
|
-
}
|
|
2206
2199
|
}
|
|
2207
2200
|
],
|
|
2208
2201
|
"events": [],
|
|
2209
2202
|
"methods": []
|
|
2210
2203
|
},
|
|
2211
|
-
"data-view.data-display-flipper
|
|
2204
|
+
"data-view.data-display-flipper": {
|
|
2212
2205
|
"properties": [
|
|
2213
2206
|
{
|
|
2214
2207
|
"name": "flipperTitle",
|
|
@@ -2270,6 +2263,13 @@
|
|
|
2270
2263
|
"type": "keyword",
|
|
2271
2264
|
"value": "boolean"
|
|
2272
2265
|
}
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "separator",
|
|
2269
|
+
"annotation": {
|
|
2270
|
+
"type": "keyword",
|
|
2271
|
+
"value": "string"
|
|
2272
|
+
}
|
|
2273
2273
|
}
|
|
2274
2274
|
],
|
|
2275
2275
|
"events": [],
|
|
@@ -2805,118 +2805,414 @@
|
|
|
2805
2805
|
}
|
|
2806
2806
|
]
|
|
2807
2807
|
},
|
|
2808
|
-
"data-view.
|
|
2808
|
+
"data-view.bubbles-indicator": {
|
|
2809
2809
|
"properties": [
|
|
2810
2810
|
{
|
|
2811
|
-
"name": "
|
|
2812
|
-
"annotation": {
|
|
2813
|
-
"type": "keyword",
|
|
2814
|
-
"value": "string"
|
|
2815
|
-
}
|
|
2816
|
-
},
|
|
2817
|
-
{
|
|
2818
|
-
"name": "loading",
|
|
2819
|
-
"annotation": {
|
|
2820
|
-
"type": "keyword",
|
|
2821
|
-
"value": "boolean"
|
|
2822
|
-
}
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"name": "useRealTimeProgress",
|
|
2826
|
-
"annotation": {
|
|
2827
|
-
"type": "keyword",
|
|
2828
|
-
"value": "boolean"
|
|
2829
|
-
}
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
"name": "progress",
|
|
2833
|
-
"annotation": {
|
|
2834
|
-
"type": "keyword",
|
|
2835
|
-
"value": "number"
|
|
2836
|
-
}
|
|
2837
|
-
},
|
|
2838
|
-
{
|
|
2839
|
-
"name": "intervalTime",
|
|
2811
|
+
"name": "dataSource",
|
|
2840
2812
|
"annotation": {
|
|
2841
|
-
"type": "
|
|
2842
|
-
"
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
"name": "end",
|
|
2849
|
-
"detail": {
|
|
2850
|
-
"annotation": {
|
|
2851
|
-
"type": "keyword",
|
|
2852
|
-
"value": "void"
|
|
2813
|
+
"type": "array",
|
|
2814
|
+
"elementType": {
|
|
2815
|
+
"type": "reference",
|
|
2816
|
+
"typeName": {
|
|
2817
|
+
"type": "identifier",
|
|
2818
|
+
"name": "DataItem"
|
|
2819
|
+
}
|
|
2853
2820
|
}
|
|
2854
2821
|
}
|
|
2855
|
-
}
|
|
2856
|
-
],
|
|
2857
|
-
"methods": []
|
|
2858
|
-
},
|
|
2859
|
-
"data-view.cabinet-container": {
|
|
2860
|
-
"properties": [
|
|
2822
|
+
},
|
|
2861
2823
|
{
|
|
2862
|
-
"name": "
|
|
2824
|
+
"name": "centerDataSource",
|
|
2863
2825
|
"annotation": {
|
|
2864
2826
|
"type": "reference",
|
|
2865
2827
|
"typeName": {
|
|
2866
2828
|
"type": "identifier",
|
|
2867
|
-
"name": "
|
|
2829
|
+
"name": "DataItem"
|
|
2868
2830
|
}
|
|
2869
2831
|
}
|
|
2870
2832
|
},
|
|
2871
2833
|
{
|
|
2872
|
-
"name": "
|
|
2834
|
+
"name": "cornerDataSource",
|
|
2873
2835
|
"annotation": {
|
|
2874
2836
|
"type": "array",
|
|
2875
2837
|
"elementType": {
|
|
2876
2838
|
"type": "reference",
|
|
2877
2839
|
"typeName": {
|
|
2878
2840
|
"type": "identifier",
|
|
2879
|
-
"name": "
|
|
2841
|
+
"name": "CornerDataItem"
|
|
2880
2842
|
}
|
|
2881
2843
|
}
|
|
2882
2844
|
}
|
|
2883
2845
|
},
|
|
2884
2846
|
{
|
|
2885
|
-
"name": "
|
|
2886
|
-
"annotation": {
|
|
2887
|
-
"type": "union",
|
|
2888
|
-
"types": [
|
|
2889
|
-
{
|
|
2890
|
-
"type": "jsLiteral",
|
|
2891
|
-
"value": "active"
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
"type": "jsLiteral",
|
|
2895
|
-
"value": "faded"
|
|
2896
|
-
}
|
|
2897
|
-
]
|
|
2898
|
-
}
|
|
2899
|
-
},
|
|
2900
|
-
{
|
|
2901
|
-
"name": "customTitle",
|
|
2847
|
+
"name": "maxScale",
|
|
2902
2848
|
"annotation": {
|
|
2903
2849
|
"type": "keyword",
|
|
2904
|
-
"value": "
|
|
2850
|
+
"value": "number"
|
|
2905
2851
|
}
|
|
2906
2852
|
}
|
|
2907
2853
|
],
|
|
2908
|
-
"events": [
|
|
2854
|
+
"events": [],
|
|
2855
|
+
"methods": [],
|
|
2856
|
+
"types": [
|
|
2909
2857
|
{
|
|
2910
|
-
"
|
|
2911
|
-
"
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
"
|
|
2858
|
+
"type": "interface",
|
|
2859
|
+
"name": "DataItem",
|
|
2860
|
+
"body": [
|
|
2861
|
+
{
|
|
2862
|
+
"type": "propertySignature",
|
|
2863
|
+
"key": {
|
|
2915
2864
|
"type": "identifier",
|
|
2916
|
-
"name": "
|
|
2917
|
-
}
|
|
2865
|
+
"name": "label"
|
|
2866
|
+
},
|
|
2867
|
+
"annotation": {
|
|
2868
|
+
"type": "keyword",
|
|
2869
|
+
"value": "string"
|
|
2870
|
+
},
|
|
2871
|
+
"computed": false
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"type": "propertySignature",
|
|
2875
|
+
"key": {
|
|
2876
|
+
"type": "identifier",
|
|
2877
|
+
"name": "value"
|
|
2878
|
+
},
|
|
2879
|
+
"annotation": {
|
|
2880
|
+
"type": "union",
|
|
2881
|
+
"types": [
|
|
2882
|
+
{
|
|
2883
|
+
"type": "keyword",
|
|
2884
|
+
"value": "string"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"type": "keyword",
|
|
2888
|
+
"value": "number"
|
|
2889
|
+
}
|
|
2890
|
+
]
|
|
2891
|
+
},
|
|
2892
|
+
"computed": false
|
|
2918
2893
|
}
|
|
2919
|
-
|
|
2894
|
+
]
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"type": "interface",
|
|
2898
|
+
"name": "CornerDataItem",
|
|
2899
|
+
"body": [
|
|
2900
|
+
{
|
|
2901
|
+
"type": "propertySignature",
|
|
2902
|
+
"key": {
|
|
2903
|
+
"type": "identifier",
|
|
2904
|
+
"name": "color"
|
|
2905
|
+
},
|
|
2906
|
+
"annotation": {
|
|
2907
|
+
"type": "keyword",
|
|
2908
|
+
"value": "string"
|
|
2909
|
+
},
|
|
2910
|
+
"optional": true,
|
|
2911
|
+
"computed": false
|
|
2912
|
+
}
|
|
2913
|
+
],
|
|
2914
|
+
"extends": [
|
|
2915
|
+
{
|
|
2916
|
+
"type": "expressionWithTypeArguments",
|
|
2917
|
+
"expression": {
|
|
2918
|
+
"type": "identifier",
|
|
2919
|
+
"name": "DataItem"
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
]
|
|
2923
|
+
}
|
|
2924
|
+
]
|
|
2925
|
+
},
|
|
2926
|
+
"data-view.modern-style-treemap": {
|
|
2927
|
+
"properties": [
|
|
2928
|
+
{
|
|
2929
|
+
"name": "data",
|
|
2930
|
+
"annotation": {
|
|
2931
|
+
"type": "reference",
|
|
2932
|
+
"typeName": {
|
|
2933
|
+
"type": "identifier",
|
|
2934
|
+
"name": "TreemapData"
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"name": "tail",
|
|
2940
|
+
"annotation": {
|
|
2941
|
+
"type": "reference",
|
|
2942
|
+
"typeName": {
|
|
2943
|
+
"type": "identifier",
|
|
2944
|
+
"name": "TailTypes"
|
|
2945
|
+
}
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"name": "leafUseBrick",
|
|
2950
|
+
"annotation": {
|
|
2951
|
+
"type": "typeLiteral",
|
|
2952
|
+
"members": [
|
|
2953
|
+
{
|
|
2954
|
+
"type": "propertySignature",
|
|
2955
|
+
"key": {
|
|
2956
|
+
"type": "identifier",
|
|
2957
|
+
"name": "useBrick"
|
|
2958
|
+
},
|
|
2959
|
+
"annotation": {
|
|
2960
|
+
"type": "reference",
|
|
2961
|
+
"typeName": {
|
|
2962
|
+
"type": "identifier",
|
|
2963
|
+
"name": "UseBrickConf"
|
|
2964
|
+
}
|
|
2965
|
+
},
|
|
2966
|
+
"computed": false
|
|
2967
|
+
}
|
|
2968
|
+
]
|
|
2969
|
+
}
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"name": "leafContainerStyle",
|
|
2973
|
+
"annotation": {
|
|
2974
|
+
"type": "reference",
|
|
2975
|
+
"typeName": {
|
|
2976
|
+
"type": "identifier",
|
|
2977
|
+
"name": "CSSProperties"
|
|
2978
|
+
}
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"name": "tooltipUseBrick",
|
|
2983
|
+
"annotation": {
|
|
2984
|
+
"type": "typeLiteral",
|
|
2985
|
+
"members": [
|
|
2986
|
+
{
|
|
2987
|
+
"type": "propertySignature",
|
|
2988
|
+
"key": {
|
|
2989
|
+
"type": "identifier",
|
|
2990
|
+
"name": "useBrick"
|
|
2991
|
+
},
|
|
2992
|
+
"annotation": {
|
|
2993
|
+
"type": "reference",
|
|
2994
|
+
"typeName": {
|
|
2995
|
+
"type": "identifier",
|
|
2996
|
+
"name": "UseBrickConf"
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
"computed": false
|
|
3000
|
+
}
|
|
3001
|
+
]
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "tooltipStyle",
|
|
3006
|
+
"annotation": {
|
|
3007
|
+
"type": "reference",
|
|
3008
|
+
"typeName": {
|
|
3009
|
+
"type": "identifier",
|
|
3010
|
+
"name": "CSSProperties"
|
|
3011
|
+
}
|
|
3012
|
+
}
|
|
3013
|
+
}
|
|
3014
|
+
],
|
|
3015
|
+
"events": [
|
|
3016
|
+
{
|
|
3017
|
+
"name": "treemap.click",
|
|
3018
|
+
"detail": {
|
|
3019
|
+
"annotation": {
|
|
3020
|
+
"type": "reference",
|
|
3021
|
+
"typeName": {
|
|
3022
|
+
"type": "identifier",
|
|
3023
|
+
"name": "TreemapData"
|
|
3024
|
+
}
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
],
|
|
3029
|
+
"methods": [],
|
|
3030
|
+
"types": [
|
|
3031
|
+
{
|
|
3032
|
+
"type": "interface",
|
|
3033
|
+
"name": "TreemapData",
|
|
3034
|
+
"body": [
|
|
3035
|
+
{
|
|
3036
|
+
"type": "propertySignature",
|
|
3037
|
+
"key": {
|
|
3038
|
+
"type": "identifier",
|
|
3039
|
+
"name": "name"
|
|
3040
|
+
},
|
|
3041
|
+
"annotation": {
|
|
3042
|
+
"type": "keyword",
|
|
3043
|
+
"value": "string"
|
|
3044
|
+
},
|
|
3045
|
+
"computed": false
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"type": "propertySignature",
|
|
3049
|
+
"key": {
|
|
3050
|
+
"type": "identifier",
|
|
3051
|
+
"name": "value"
|
|
3052
|
+
},
|
|
3053
|
+
"annotation": {
|
|
3054
|
+
"type": "keyword",
|
|
3055
|
+
"value": "number"
|
|
3056
|
+
},
|
|
3057
|
+
"optional": true,
|
|
3058
|
+
"computed": false
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"type": "propertySignature",
|
|
3062
|
+
"key": {
|
|
3063
|
+
"type": "identifier",
|
|
3064
|
+
"name": "children"
|
|
3065
|
+
},
|
|
3066
|
+
"annotation": {
|
|
3067
|
+
"type": "array",
|
|
3068
|
+
"elementType": {
|
|
3069
|
+
"type": "reference",
|
|
3070
|
+
"typeName": {
|
|
3071
|
+
"type": "identifier",
|
|
3072
|
+
"name": "TreemapData"
|
|
3073
|
+
}
|
|
3074
|
+
}
|
|
3075
|
+
},
|
|
3076
|
+
"optional": true,
|
|
3077
|
+
"computed": false
|
|
3078
|
+
}
|
|
3079
|
+
]
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"type": "enum",
|
|
3083
|
+
"name": "TailTypes",
|
|
3084
|
+
"members": [
|
|
3085
|
+
{
|
|
3086
|
+
"type": "enumMember",
|
|
3087
|
+
"id": {
|
|
3088
|
+
"type": "identifier",
|
|
3089
|
+
"name": "treemapBinary"
|
|
3090
|
+
},
|
|
3091
|
+
"initializer": {
|
|
3092
|
+
"type": "jsLiteral",
|
|
3093
|
+
"value": "treemapBinary"
|
|
3094
|
+
}
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"type": "enumMember",
|
|
3098
|
+
"id": {
|
|
3099
|
+
"type": "identifier",
|
|
3100
|
+
"name": "treemapDice"
|
|
3101
|
+
},
|
|
3102
|
+
"initializer": {
|
|
3103
|
+
"type": "jsLiteral",
|
|
3104
|
+
"value": "treemapDice"
|
|
3105
|
+
}
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"type": "enumMember",
|
|
3109
|
+
"id": {
|
|
3110
|
+
"type": "identifier",
|
|
3111
|
+
"name": "treemapResquarify"
|
|
3112
|
+
},
|
|
3113
|
+
"initializer": {
|
|
3114
|
+
"type": "jsLiteral",
|
|
3115
|
+
"value": "treemapResquarify"
|
|
3116
|
+
}
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"type": "enumMember",
|
|
3120
|
+
"id": {
|
|
3121
|
+
"type": "identifier",
|
|
3122
|
+
"name": "treemapSlice"
|
|
3123
|
+
},
|
|
3124
|
+
"initializer": {
|
|
3125
|
+
"type": "jsLiteral",
|
|
3126
|
+
"value": "treemapSlice"
|
|
3127
|
+
}
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"type": "enumMember",
|
|
3131
|
+
"id": {
|
|
3132
|
+
"type": "identifier",
|
|
3133
|
+
"name": "treemapSliceDice"
|
|
3134
|
+
},
|
|
3135
|
+
"initializer": {
|
|
3136
|
+
"type": "jsLiteral",
|
|
3137
|
+
"value": "treemapSliceDice"
|
|
3138
|
+
}
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"type": "enumMember",
|
|
3142
|
+
"id": {
|
|
3143
|
+
"type": "identifier",
|
|
3144
|
+
"name": "treemapSquarify"
|
|
3145
|
+
},
|
|
3146
|
+
"initializer": {
|
|
3147
|
+
"type": "jsLiteral",
|
|
3148
|
+
"value": "treemapSquarify"
|
|
3149
|
+
}
|
|
3150
|
+
}
|
|
3151
|
+
]
|
|
3152
|
+
}
|
|
3153
|
+
]
|
|
3154
|
+
},
|
|
3155
|
+
"data-view.cabinet-container": {
|
|
3156
|
+
"properties": [
|
|
3157
|
+
{
|
|
3158
|
+
"name": "type",
|
|
3159
|
+
"annotation": {
|
|
3160
|
+
"type": "reference",
|
|
3161
|
+
"typeName": {
|
|
3162
|
+
"type": "identifier",
|
|
3163
|
+
"name": "ContainerType"
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"name": "data",
|
|
3169
|
+
"annotation": {
|
|
3170
|
+
"type": "array",
|
|
3171
|
+
"elementType": {
|
|
3172
|
+
"type": "reference",
|
|
3173
|
+
"typeName": {
|
|
3174
|
+
"type": "identifier",
|
|
3175
|
+
"name": "CabinetNodeProps"
|
|
3176
|
+
}
|
|
3177
|
+
}
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "status",
|
|
3182
|
+
"annotation": {
|
|
3183
|
+
"type": "union",
|
|
3184
|
+
"types": [
|
|
3185
|
+
{
|
|
3186
|
+
"type": "jsLiteral",
|
|
3187
|
+
"value": "active"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"type": "jsLiteral",
|
|
3191
|
+
"value": "faded"
|
|
3192
|
+
}
|
|
3193
|
+
]
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"name": "customTitle",
|
|
3198
|
+
"annotation": {
|
|
3199
|
+
"type": "keyword",
|
|
3200
|
+
"value": "string"
|
|
3201
|
+
}
|
|
3202
|
+
}
|
|
3203
|
+
],
|
|
3204
|
+
"events": [
|
|
3205
|
+
{
|
|
3206
|
+
"name": "container.click",
|
|
3207
|
+
"detail": {
|
|
3208
|
+
"annotation": {
|
|
3209
|
+
"type": "reference",
|
|
3210
|
+
"typeName": {
|
|
3211
|
+
"type": "identifier",
|
|
3212
|
+
"name": "ClickEventDataType"
|
|
3213
|
+
}
|
|
3214
|
+
}
|
|
3215
|
+
}
|
|
2920
3216
|
},
|
|
2921
3217
|
{
|
|
2922
3218
|
"name": "container.dbclick",
|
|
@@ -3196,272 +3492,89 @@
|
|
|
3196
3492
|
}
|
|
3197
3493
|
},
|
|
3198
3494
|
{
|
|
3199
|
-
"name": "rows",
|
|
3200
|
-
"annotation": {
|
|
3201
|
-
"type": "keyword",
|
|
3202
|
-
"value": "number"
|
|
3203
|
-
}
|
|
3204
|
-
},
|
|
3205
|
-
{
|
|
3206
|
-
"name": "isReverse",
|
|
3207
|
-
"annotation": {
|
|
3208
|
-
"type": "keyword",
|
|
3209
|
-
"value": "boolean"
|
|
3210
|
-
}
|
|
3211
|
-
},
|
|
3212
|
-
{
|
|
3213
|
-
"name": "dataSource",
|
|
3214
|
-
"annotation": {
|
|
3215
|
-
"type": "array",
|
|
3216
|
-
"elementType": {
|
|
3217
|
-
"type": "reference",
|
|
3218
|
-
"typeName": {
|
|
3219
|
-
"type": "identifier",
|
|
3220
|
-
"name": "DataSourceType"
|
|
3221
|
-
}
|
|
3222
|
-
}
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
3225
|
-
],
|
|
3226
|
-
"events": [],
|
|
3227
|
-
"methods": [],
|
|
3228
|
-
"types": [
|
|
3229
|
-
{
|
|
3230
|
-
"type": "typeAlias",
|
|
3231
|
-
"name": "DataSourceType",
|
|
3232
|
-
"annotation": {
|
|
3233
|
-
"type": "intersection",
|
|
3234
|
-
"types": [
|
|
3235
|
-
{
|
|
3236
|
-
"type": "reference",
|
|
3237
|
-
"typeName": {
|
|
3238
|
-
"type": "identifier",
|
|
3239
|
-
"name": "GraphTextProps"
|
|
3240
|
-
}
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"type": "reference",
|
|
3244
|
-
"typeName": {
|
|
3245
|
-
"type": "identifier",
|
|
3246
|
-
"name": "GraphNodeProps"
|
|
3247
|
-
}
|
|
3248
|
-
}
|
|
3249
|
-
]
|
|
3250
|
-
}
|
|
3251
|
-
}
|
|
3252
|
-
]
|
|
3253
|
-
},
|
|
3254
|
-
"data-view.progress-bar-list": {
|
|
3255
|
-
"properties": [
|
|
3256
|
-
{
|
|
3257
|
-
"name": "dataSource",
|
|
3258
|
-
"annotation": {
|
|
3259
|
-
"type": "array",
|
|
3260
|
-
"elementType": {
|
|
3261
|
-
"type": "reference",
|
|
3262
|
-
"typeName": {
|
|
3263
|
-
"type": "identifier",
|
|
3264
|
-
"name": "Data"
|
|
3265
|
-
}
|
|
3266
|
-
}
|
|
3267
|
-
}
|
|
3268
|
-
}
|
|
3269
|
-
],
|
|
3270
|
-
"events": [],
|
|
3271
|
-
"methods": [],
|
|
3272
|
-
"types": [
|
|
3273
|
-
{
|
|
3274
|
-
"type": "interface",
|
|
3275
|
-
"name": "Data",
|
|
3276
|
-
"body": [
|
|
3277
|
-
{
|
|
3278
|
-
"type": "propertySignature",
|
|
3279
|
-
"key": {
|
|
3280
|
-
"type": "identifier",
|
|
3281
|
-
"name": "title"
|
|
3282
|
-
},
|
|
3283
|
-
"annotation": {
|
|
3284
|
-
"type": "keyword",
|
|
3285
|
-
"value": "string"
|
|
3286
|
-
},
|
|
3287
|
-
"computed": false
|
|
3288
|
-
},
|
|
3289
|
-
{
|
|
3290
|
-
"type": "propertySignature",
|
|
3291
|
-
"key": {
|
|
3292
|
-
"type": "identifier",
|
|
3293
|
-
"name": "count"
|
|
3294
|
-
},
|
|
3295
|
-
"annotation": {
|
|
3296
|
-
"type": "keyword",
|
|
3297
|
-
"value": "number"
|
|
3298
|
-
},
|
|
3299
|
-
"computed": false
|
|
3300
|
-
},
|
|
3301
|
-
{
|
|
3302
|
-
"type": "propertySignature",
|
|
3303
|
-
"key": {
|
|
3304
|
-
"type": "identifier",
|
|
3305
|
-
"name": "loopBackground"
|
|
3306
|
-
},
|
|
3307
|
-
"annotation": {
|
|
3308
|
-
"type": "indexedAccess",
|
|
3309
|
-
"objectType": {
|
|
3310
|
-
"type": "reference",
|
|
3311
|
-
"typeName": {
|
|
3312
|
-
"type": "identifier",
|
|
3313
|
-
"name": "CSSProperties"
|
|
3314
|
-
}
|
|
3315
|
-
},
|
|
3316
|
-
"indexType": {
|
|
3317
|
-
"type": "jsLiteral",
|
|
3318
|
-
"value": "background"
|
|
3319
|
-
}
|
|
3320
|
-
},
|
|
3321
|
-
"optional": true,
|
|
3322
|
-
"computed": false
|
|
3323
|
-
},
|
|
3324
|
-
{
|
|
3325
|
-
"type": "propertySignature",
|
|
3326
|
-
"key": {
|
|
3327
|
-
"type": "identifier",
|
|
3328
|
-
"name": "barBackground"
|
|
3329
|
-
},
|
|
3330
|
-
"annotation": {
|
|
3331
|
-
"type": "indexedAccess",
|
|
3332
|
-
"objectType": {
|
|
3333
|
-
"type": "reference",
|
|
3334
|
-
"typeName": {
|
|
3335
|
-
"type": "identifier",
|
|
3336
|
-
"name": "CSSProperties"
|
|
3337
|
-
}
|
|
3338
|
-
},
|
|
3339
|
-
"indexType": {
|
|
3340
|
-
"type": "jsLiteral",
|
|
3341
|
-
"value": "background"
|
|
3342
|
-
}
|
|
3343
|
-
},
|
|
3344
|
-
"optional": true,
|
|
3345
|
-
"computed": false
|
|
3346
|
-
}
|
|
3347
|
-
]
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3350
|
-
},
|
|
3351
|
-
"data-view.modern-style-treemap": {
|
|
3352
|
-
"properties": [
|
|
3353
|
-
{
|
|
3354
|
-
"name": "data",
|
|
3355
|
-
"annotation": {
|
|
3356
|
-
"type": "reference",
|
|
3357
|
-
"typeName": {
|
|
3358
|
-
"type": "identifier",
|
|
3359
|
-
"name": "TreemapData"
|
|
3360
|
-
}
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"name": "tail",
|
|
3365
|
-
"annotation": {
|
|
3366
|
-
"type": "reference",
|
|
3367
|
-
"typeName": {
|
|
3368
|
-
"type": "identifier",
|
|
3369
|
-
"name": "TailTypes"
|
|
3370
|
-
}
|
|
3495
|
+
"name": "rows",
|
|
3496
|
+
"annotation": {
|
|
3497
|
+
"type": "keyword",
|
|
3498
|
+
"value": "number"
|
|
3371
3499
|
}
|
|
3372
3500
|
},
|
|
3373
3501
|
{
|
|
3374
|
-
"name": "
|
|
3502
|
+
"name": "isReverse",
|
|
3375
3503
|
"annotation": {
|
|
3376
|
-
"type": "
|
|
3377
|
-
"
|
|
3378
|
-
{
|
|
3379
|
-
"type": "propertySignature",
|
|
3380
|
-
"key": {
|
|
3381
|
-
"type": "identifier",
|
|
3382
|
-
"name": "useBrick"
|
|
3383
|
-
},
|
|
3384
|
-
"annotation": {
|
|
3385
|
-
"type": "reference",
|
|
3386
|
-
"typeName": {
|
|
3387
|
-
"type": "identifier",
|
|
3388
|
-
"name": "UseBrickConf"
|
|
3389
|
-
}
|
|
3390
|
-
},
|
|
3391
|
-
"computed": false
|
|
3392
|
-
}
|
|
3393
|
-
]
|
|
3504
|
+
"type": "keyword",
|
|
3505
|
+
"value": "boolean"
|
|
3394
3506
|
}
|
|
3395
3507
|
},
|
|
3396
3508
|
{
|
|
3397
|
-
"name": "
|
|
3509
|
+
"name": "dataSource",
|
|
3398
3510
|
"annotation": {
|
|
3399
|
-
"type": "
|
|
3400
|
-
"
|
|
3401
|
-
"type": "
|
|
3402
|
-
"
|
|
3511
|
+
"type": "array",
|
|
3512
|
+
"elementType": {
|
|
3513
|
+
"type": "reference",
|
|
3514
|
+
"typeName": {
|
|
3515
|
+
"type": "identifier",
|
|
3516
|
+
"name": "DataSourceType"
|
|
3517
|
+
}
|
|
3403
3518
|
}
|
|
3404
3519
|
}
|
|
3405
|
-
}
|
|
3520
|
+
}
|
|
3521
|
+
],
|
|
3522
|
+
"events": [],
|
|
3523
|
+
"methods": [],
|
|
3524
|
+
"types": [
|
|
3406
3525
|
{
|
|
3407
|
-
"
|
|
3526
|
+
"type": "typeAlias",
|
|
3527
|
+
"name": "DataSourceType",
|
|
3408
3528
|
"annotation": {
|
|
3409
|
-
"type": "
|
|
3410
|
-
"
|
|
3529
|
+
"type": "intersection",
|
|
3530
|
+
"types": [
|
|
3411
3531
|
{
|
|
3412
|
-
"type": "
|
|
3413
|
-
"
|
|
3532
|
+
"type": "reference",
|
|
3533
|
+
"typeName": {
|
|
3414
3534
|
"type": "identifier",
|
|
3415
|
-
"name": "
|
|
3416
|
-
}
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
}
|
|
3424
|
-
"computed": false
|
|
3535
|
+
"name": "GraphTextProps"
|
|
3536
|
+
}
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"type": "reference",
|
|
3540
|
+
"typeName": {
|
|
3541
|
+
"type": "identifier",
|
|
3542
|
+
"name": "GraphNodeProps"
|
|
3543
|
+
}
|
|
3425
3544
|
}
|
|
3426
3545
|
]
|
|
3427
3546
|
}
|
|
3428
|
-
},
|
|
3429
|
-
{
|
|
3430
|
-
"name": "tooltipStyle",
|
|
3431
|
-
"annotation": {
|
|
3432
|
-
"type": "reference",
|
|
3433
|
-
"typeName": {
|
|
3434
|
-
"type": "identifier",
|
|
3435
|
-
"name": "CSSProperties"
|
|
3436
|
-
}
|
|
3437
|
-
}
|
|
3438
3547
|
}
|
|
3439
|
-
]
|
|
3440
|
-
|
|
3548
|
+
]
|
|
3549
|
+
},
|
|
3550
|
+
"data-view.progress-bar-list": {
|
|
3551
|
+
"properties": [
|
|
3441
3552
|
{
|
|
3442
|
-
"name": "
|
|
3443
|
-
"
|
|
3444
|
-
"
|
|
3553
|
+
"name": "dataSource",
|
|
3554
|
+
"annotation": {
|
|
3555
|
+
"type": "array",
|
|
3556
|
+
"elementType": {
|
|
3445
3557
|
"type": "reference",
|
|
3446
3558
|
"typeName": {
|
|
3447
3559
|
"type": "identifier",
|
|
3448
|
-
"name": "
|
|
3560
|
+
"name": "Data"
|
|
3449
3561
|
}
|
|
3450
3562
|
}
|
|
3451
3563
|
}
|
|
3452
3564
|
}
|
|
3453
3565
|
],
|
|
3566
|
+
"events": [],
|
|
3454
3567
|
"methods": [],
|
|
3455
3568
|
"types": [
|
|
3456
3569
|
{
|
|
3457
3570
|
"type": "interface",
|
|
3458
|
-
"name": "
|
|
3571
|
+
"name": "Data",
|
|
3459
3572
|
"body": [
|
|
3460
3573
|
{
|
|
3461
3574
|
"type": "propertySignature",
|
|
3462
3575
|
"key": {
|
|
3463
3576
|
"type": "identifier",
|
|
3464
|
-
"name": "
|
|
3577
|
+
"name": "title"
|
|
3465
3578
|
},
|
|
3466
3579
|
"annotation": {
|
|
3467
3580
|
"type": "keyword",
|
|
@@ -3473,105 +3586,59 @@
|
|
|
3473
3586
|
"type": "propertySignature",
|
|
3474
3587
|
"key": {
|
|
3475
3588
|
"type": "identifier",
|
|
3476
|
-
"name": "
|
|
3589
|
+
"name": "count"
|
|
3477
3590
|
},
|
|
3478
3591
|
"annotation": {
|
|
3479
3592
|
"type": "keyword",
|
|
3480
3593
|
"value": "number"
|
|
3481
3594
|
},
|
|
3482
|
-
"optional": true,
|
|
3483
3595
|
"computed": false
|
|
3484
3596
|
},
|
|
3485
3597
|
{
|
|
3486
3598
|
"type": "propertySignature",
|
|
3487
3599
|
"key": {
|
|
3488
3600
|
"type": "identifier",
|
|
3489
|
-
"name": "
|
|
3601
|
+
"name": "loopBackground"
|
|
3490
3602
|
},
|
|
3491
3603
|
"annotation": {
|
|
3492
|
-
"type": "
|
|
3493
|
-
"
|
|
3604
|
+
"type": "indexedAccess",
|
|
3605
|
+
"objectType": {
|
|
3494
3606
|
"type": "reference",
|
|
3495
3607
|
"typeName": {
|
|
3496
3608
|
"type": "identifier",
|
|
3497
|
-
"name": "
|
|
3609
|
+
"name": "CSSProperties"
|
|
3498
3610
|
}
|
|
3611
|
+
},
|
|
3612
|
+
"indexType": {
|
|
3613
|
+
"type": "jsLiteral",
|
|
3614
|
+
"value": "background"
|
|
3499
3615
|
}
|
|
3500
3616
|
},
|
|
3501
3617
|
"optional": true,
|
|
3502
3618
|
"computed": false
|
|
3503
|
-
}
|
|
3504
|
-
]
|
|
3505
|
-
},
|
|
3506
|
-
{
|
|
3507
|
-
"type": "enum",
|
|
3508
|
-
"name": "TailTypes",
|
|
3509
|
-
"members": [
|
|
3510
|
-
{
|
|
3511
|
-
"type": "enumMember",
|
|
3512
|
-
"id": {
|
|
3513
|
-
"type": "identifier",
|
|
3514
|
-
"name": "treemapBinary"
|
|
3515
|
-
},
|
|
3516
|
-
"initializer": {
|
|
3517
|
-
"type": "jsLiteral",
|
|
3518
|
-
"value": "treemapBinary"
|
|
3519
|
-
}
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"type": "enumMember",
|
|
3523
|
-
"id": {
|
|
3524
|
-
"type": "identifier",
|
|
3525
|
-
"name": "treemapDice"
|
|
3526
|
-
},
|
|
3527
|
-
"initializer": {
|
|
3528
|
-
"type": "jsLiteral",
|
|
3529
|
-
"value": "treemapDice"
|
|
3530
|
-
}
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"type": "enumMember",
|
|
3534
|
-
"id": {
|
|
3535
|
-
"type": "identifier",
|
|
3536
|
-
"name": "treemapResquarify"
|
|
3537
|
-
},
|
|
3538
|
-
"initializer": {
|
|
3539
|
-
"type": "jsLiteral",
|
|
3540
|
-
"value": "treemapResquarify"
|
|
3541
|
-
}
|
|
3542
|
-
},
|
|
3543
|
-
{
|
|
3544
|
-
"type": "enumMember",
|
|
3545
|
-
"id": {
|
|
3546
|
-
"type": "identifier",
|
|
3547
|
-
"name": "treemapSlice"
|
|
3548
|
-
},
|
|
3549
|
-
"initializer": {
|
|
3550
|
-
"type": "jsLiteral",
|
|
3551
|
-
"value": "treemapSlice"
|
|
3552
|
-
}
|
|
3553
3619
|
},
|
|
3554
3620
|
{
|
|
3555
|
-
"type": "
|
|
3556
|
-
"
|
|
3621
|
+
"type": "propertySignature",
|
|
3622
|
+
"key": {
|
|
3557
3623
|
"type": "identifier",
|
|
3558
|
-
"name": "
|
|
3624
|
+
"name": "barBackground"
|
|
3559
3625
|
},
|
|
3560
|
-
"
|
|
3561
|
-
"type": "
|
|
3562
|
-
"
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
"
|
|
3626
|
+
"annotation": {
|
|
3627
|
+
"type": "indexedAccess",
|
|
3628
|
+
"objectType": {
|
|
3629
|
+
"type": "reference",
|
|
3630
|
+
"typeName": {
|
|
3631
|
+
"type": "identifier",
|
|
3632
|
+
"name": "CSSProperties"
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3635
|
+
"indexType": {
|
|
3636
|
+
"type": "jsLiteral",
|
|
3637
|
+
"value": "background"
|
|
3638
|
+
}
|
|
3570
3639
|
},
|
|
3571
|
-
"
|
|
3572
|
-
|
|
3573
|
-
"value": "treemapSquarify"
|
|
3574
|
-
}
|
|
3640
|
+
"optional": true,
|
|
3641
|
+
"computed": false
|
|
3575
3642
|
}
|
|
3576
3643
|
]
|
|
3577
3644
|
}
|
|
@@ -3719,6 +3786,57 @@
|
|
|
3719
3786
|
}
|
|
3720
3787
|
]
|
|
3721
3788
|
},
|
|
3789
|
+
"data-view.loading-panel": {
|
|
3790
|
+
"properties": [
|
|
3791
|
+
{
|
|
3792
|
+
"name": "customTitle",
|
|
3793
|
+
"annotation": {
|
|
3794
|
+
"type": "keyword",
|
|
3795
|
+
"value": "string"
|
|
3796
|
+
}
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"name": "loading",
|
|
3800
|
+
"annotation": {
|
|
3801
|
+
"type": "keyword",
|
|
3802
|
+
"value": "boolean"
|
|
3803
|
+
}
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "useRealTimeProgress",
|
|
3807
|
+
"annotation": {
|
|
3808
|
+
"type": "keyword",
|
|
3809
|
+
"value": "boolean"
|
|
3810
|
+
}
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"name": "progress",
|
|
3814
|
+
"annotation": {
|
|
3815
|
+
"type": "keyword",
|
|
3816
|
+
"value": "number"
|
|
3817
|
+
}
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"name": "intervalTime",
|
|
3821
|
+
"annotation": {
|
|
3822
|
+
"type": "keyword",
|
|
3823
|
+
"value": "number"
|
|
3824
|
+
}
|
|
3825
|
+
}
|
|
3826
|
+
],
|
|
3827
|
+
"events": [
|
|
3828
|
+
{
|
|
3829
|
+
"name": "end",
|
|
3830
|
+
"detail": {
|
|
3831
|
+
"annotation": {
|
|
3832
|
+
"type": "keyword",
|
|
3833
|
+
"value": "void"
|
|
3834
|
+
}
|
|
3835
|
+
}
|
|
3836
|
+
}
|
|
3837
|
+
],
|
|
3838
|
+
"methods": []
|
|
3839
|
+
},
|
|
3722
3840
|
"data-view.graph-text": {
|
|
3723
3841
|
"properties": [
|
|
3724
3842
|
{
|