@next-bricks/data-view 1.6.0 → 1.6.1
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 +12 -12
- package/dist/chunks/{3910.cd76fadc.js → 3910.f416e4d3.js} +2 -2
- package/dist/chunks/3910.f416e4d3.js.map +1 -0
- package/dist/chunks/bubbles-indicator.0568641b.js +2 -0
- package/dist/chunks/bubbles-indicator.0568641b.js.map +1 -0
- package/dist/chunks/{globe-with-halo-indicator.23e27349.js → globe-with-halo-indicator.5491f30c.js} +2 -2
- package/dist/chunks/{globe-with-halo-indicator.23e27349.js.map → globe-with-halo-indicator.5491f30c.js.map} +1 -1
- package/dist/chunks/{main.1bce9b12.js → main.363aec6f.js} +2 -2
- package/dist/chunks/{main.1bce9b12.js.map → main.363aec6f.js.map} +1 -1
- package/dist/examples.json +23 -23
- package/dist/{index.b0b43bc4.js → index.699724db.js} +2 -2
- package/dist/{index.b0b43bc4.js.map → index.699724db.js.map} +1 -1
- package/dist/manifest.json +201 -201
- package/dist/types.json +614 -614
- package/package.json +2 -2
- package/dist/chunks/3910.cd76fadc.js.map +0 -1
- package/dist/chunks/bubbles-indicator.34eea7ea.js +0 -2
- package/dist/chunks/bubbles-indicator.34eea7ea.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -233,6 +233,182 @@
|
|
|
233
233
|
}
|
|
234
234
|
]
|
|
235
235
|
},
|
|
236
|
+
"data-view.dropdown-menu": {
|
|
237
|
+
"properties": [
|
|
238
|
+
{
|
|
239
|
+
"name": "options",
|
|
240
|
+
"annotation": {
|
|
241
|
+
"type": "array",
|
|
242
|
+
"elementType": {
|
|
243
|
+
"type": "typeLiteral",
|
|
244
|
+
"members": [
|
|
245
|
+
{
|
|
246
|
+
"type": "propertySignature",
|
|
247
|
+
"key": {
|
|
248
|
+
"type": "identifier",
|
|
249
|
+
"name": "label"
|
|
250
|
+
},
|
|
251
|
+
"annotation": {
|
|
252
|
+
"type": "keyword",
|
|
253
|
+
"value": "string"
|
|
254
|
+
},
|
|
255
|
+
"computed": false
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"type": "propertySignature",
|
|
259
|
+
"key": {
|
|
260
|
+
"type": "identifier",
|
|
261
|
+
"name": "value"
|
|
262
|
+
},
|
|
263
|
+
"annotation": {
|
|
264
|
+
"type": "keyword",
|
|
265
|
+
"value": "string"
|
|
266
|
+
},
|
|
267
|
+
"computed": false
|
|
268
|
+
}
|
|
269
|
+
]
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "value",
|
|
275
|
+
"annotation": {
|
|
276
|
+
"type": "keyword",
|
|
277
|
+
"value": "string"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "placeholder",
|
|
282
|
+
"annotation": {
|
|
283
|
+
"type": "keyword",
|
|
284
|
+
"value": "string"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "allowClear",
|
|
289
|
+
"annotation": {
|
|
290
|
+
"type": "keyword",
|
|
291
|
+
"value": "boolean"
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"events": [
|
|
296
|
+
{
|
|
297
|
+
"name": "value.change",
|
|
298
|
+
"detail": {
|
|
299
|
+
"annotation": {
|
|
300
|
+
"type": "keyword",
|
|
301
|
+
"value": "string"
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"methods": []
|
|
307
|
+
},
|
|
308
|
+
"data-view.modern-style-component-title": {
|
|
309
|
+
"properties": [
|
|
310
|
+
{
|
|
311
|
+
"name": "hideLeftComponent",
|
|
312
|
+
"annotation": {
|
|
313
|
+
"type": "keyword",
|
|
314
|
+
"value": "boolean"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "hideRightComponent",
|
|
319
|
+
"annotation": {
|
|
320
|
+
"type": "keyword",
|
|
321
|
+
"value": "boolean"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "componentTitle",
|
|
326
|
+
"annotation": {
|
|
327
|
+
"type": "keyword",
|
|
328
|
+
"value": "string"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "titleTextStyle",
|
|
333
|
+
"annotation": {
|
|
334
|
+
"type": "reference",
|
|
335
|
+
"typeName": {
|
|
336
|
+
"type": "identifier",
|
|
337
|
+
"name": "CSSProperties"
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "squareColor",
|
|
343
|
+
"annotation": {
|
|
344
|
+
"type": "indexedAccess",
|
|
345
|
+
"objectType": {
|
|
346
|
+
"type": "reference",
|
|
347
|
+
"typeName": {
|
|
348
|
+
"type": "identifier",
|
|
349
|
+
"name": "CSSProperties"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"indexType": {
|
|
353
|
+
"type": "jsLiteral",
|
|
354
|
+
"value": "color"
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"events": [],
|
|
360
|
+
"methods": []
|
|
361
|
+
},
|
|
362
|
+
"data-view.modern-style-page-title": {
|
|
363
|
+
"properties": [
|
|
364
|
+
{
|
|
365
|
+
"name": "pageTitle",
|
|
366
|
+
"annotation": {
|
|
367
|
+
"type": "keyword",
|
|
368
|
+
"value": "string"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"name": "description",
|
|
373
|
+
"annotation": {
|
|
374
|
+
"type": "keyword",
|
|
375
|
+
"value": "string"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "backgroundStyle",
|
|
380
|
+
"annotation": {
|
|
381
|
+
"type": "reference",
|
|
382
|
+
"typeName": {
|
|
383
|
+
"type": "identifier",
|
|
384
|
+
"name": "CSSProperties"
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "leftRoundStyle",
|
|
390
|
+
"annotation": {
|
|
391
|
+
"type": "reference",
|
|
392
|
+
"typeName": {
|
|
393
|
+
"type": "identifier",
|
|
394
|
+
"name": "CSSProperties"
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "rightRoundStyle",
|
|
400
|
+
"annotation": {
|
|
401
|
+
"type": "reference",
|
|
402
|
+
"typeName": {
|
|
403
|
+
"type": "identifier",
|
|
404
|
+
"name": "CSSProperties"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"events": [],
|
|
410
|
+
"methods": []
|
|
411
|
+
},
|
|
236
412
|
"data-view.battery-chart": {
|
|
237
413
|
"properties": [
|
|
238
414
|
{
|
|
@@ -372,182 +548,6 @@
|
|
|
372
548
|
}
|
|
373
549
|
]
|
|
374
550
|
},
|
|
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
|
-
},
|
|
429
|
-
"data-view.dropdown-menu": {
|
|
430
|
-
"properties": [
|
|
431
|
-
{
|
|
432
|
-
"name": "options",
|
|
433
|
-
"annotation": {
|
|
434
|
-
"type": "array",
|
|
435
|
-
"elementType": {
|
|
436
|
-
"type": "typeLiteral",
|
|
437
|
-
"members": [
|
|
438
|
-
{
|
|
439
|
-
"type": "propertySignature",
|
|
440
|
-
"key": {
|
|
441
|
-
"type": "identifier",
|
|
442
|
-
"name": "label"
|
|
443
|
-
},
|
|
444
|
-
"annotation": {
|
|
445
|
-
"type": "keyword",
|
|
446
|
-
"value": "string"
|
|
447
|
-
},
|
|
448
|
-
"computed": false
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"type": "propertySignature",
|
|
452
|
-
"key": {
|
|
453
|
-
"type": "identifier",
|
|
454
|
-
"name": "value"
|
|
455
|
-
},
|
|
456
|
-
"annotation": {
|
|
457
|
-
"type": "keyword",
|
|
458
|
-
"value": "string"
|
|
459
|
-
},
|
|
460
|
-
"computed": false
|
|
461
|
-
}
|
|
462
|
-
]
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"name": "value",
|
|
468
|
-
"annotation": {
|
|
469
|
-
"type": "keyword",
|
|
470
|
-
"value": "string"
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"name": "placeholder",
|
|
475
|
-
"annotation": {
|
|
476
|
-
"type": "keyword",
|
|
477
|
-
"value": "string"
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"name": "allowClear",
|
|
482
|
-
"annotation": {
|
|
483
|
-
"type": "keyword",
|
|
484
|
-
"value": "boolean"
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
],
|
|
488
|
-
"events": [
|
|
489
|
-
{
|
|
490
|
-
"name": "value.change",
|
|
491
|
-
"detail": {
|
|
492
|
-
"annotation": {
|
|
493
|
-
"type": "keyword",
|
|
494
|
-
"value": "string"
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
],
|
|
499
|
-
"methods": []
|
|
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
|
{
|
|
@@ -1471,6 +1471,36 @@
|
|
|
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
|
+
},
|
|
1474
1504
|
"data-view.title-text": {
|
|
1475
1505
|
"properties": [
|
|
1476
1506
|
{
|
|
@@ -1568,36 +1598,6 @@
|
|
|
1568
1598
|
}
|
|
1569
1599
|
]
|
|
1570
1600
|
},
|
|
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": {
|
|
2138
2138
|
"properties": [
|
|
2139
2139
|
{
|
|
2140
2140
|
"name": "flipperTitle",
|
|
@@ -2196,12 +2196,19 @@
|
|
|
2196
2196
|
"type": "keyword",
|
|
2197
2197
|
"value": "boolean"
|
|
2198
2198
|
}
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"name": "separator",
|
|
2202
|
+
"annotation": {
|
|
2203
|
+
"type": "keyword",
|
|
2204
|
+
"value": "string"
|
|
2205
|
+
}
|
|
2199
2206
|
}
|
|
2200
2207
|
],
|
|
2201
2208
|
"events": [],
|
|
2202
2209
|
"methods": []
|
|
2203
2210
|
},
|
|
2204
|
-
"data-view.data-display-flipper": {
|
|
2211
|
+
"data-view.data-display-flipper-sixth": {
|
|
2205
2212
|
"properties": [
|
|
2206
2213
|
{
|
|
2207
2214
|
"name": "flipperTitle",
|
|
@@ -2230,52 +2237,24 @@
|
|
|
2230
2237
|
{
|
|
2231
2238
|
"name": "data",
|
|
2232
2239
|
"annotation": {
|
|
2233
|
-
"type": "union",
|
|
2234
|
-
"types": [
|
|
2235
|
-
{
|
|
2236
|
-
"type": "keyword",
|
|
2237
|
-
"value": "number"
|
|
2238
|
-
},
|
|
2239
|
-
{
|
|
2240
|
-
"type": "keyword",
|
|
2241
|
-
"value": "string"
|
|
2242
|
-
}
|
|
2243
|
-
]
|
|
2244
|
-
}
|
|
2245
|
-
},
|
|
2246
|
-
{
|
|
2247
|
-
"name": "unit",
|
|
2248
|
-
"annotation": {
|
|
2249
|
-
"type": "keyword",
|
|
2250
|
-
"value": "string"
|
|
2251
|
-
}
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"name": "enableTitlePrefix",
|
|
2255
|
-
"annotation": {
|
|
2256
|
-
"type": "keyword",
|
|
2257
|
-
"value": "boolean"
|
|
2258
|
-
}
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"name": "showDefaultPrefix",
|
|
2262
|
-
"annotation": {
|
|
2263
|
-
"type": "keyword",
|
|
2264
|
-
"value": "boolean"
|
|
2265
|
-
}
|
|
2266
|
-
},
|
|
2267
|
-
{
|
|
2268
|
-
"name": "separator",
|
|
2269
|
-
"annotation": {
|
|
2270
|
-
"type": "keyword",
|
|
2271
|
-
"value": "string"
|
|
2240
|
+
"type": "union",
|
|
2241
|
+
"types": [
|
|
2242
|
+
{
|
|
2243
|
+
"type": "keyword",
|
|
2244
|
+
"value": "number"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"type": "keyword",
|
|
2248
|
+
"value": "string"
|
|
2249
|
+
}
|
|
2250
|
+
]
|
|
2272
2251
|
}
|
|
2273
2252
|
}
|
|
2274
2253
|
],
|
|
2275
2254
|
"events": [],
|
|
2276
2255
|
"methods": []
|
|
2277
2256
|
},
|
|
2278
|
-
"data-view.data-display-flipper-
|
|
2257
|
+
"data-view.data-display-flipper-fifth": {
|
|
2279
2258
|
"properties": [
|
|
2280
2259
|
{
|
|
2281
2260
|
"name": "flipperTitle",
|
|
@@ -2316,6 +2295,27 @@
|
|
|
2316
2295
|
}
|
|
2317
2296
|
]
|
|
2318
2297
|
}
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"name": "unit",
|
|
2301
|
+
"annotation": {
|
|
2302
|
+
"type": "keyword",
|
|
2303
|
+
"value": "string"
|
|
2304
|
+
}
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"name": "enableTitlePrefix",
|
|
2308
|
+
"annotation": {
|
|
2309
|
+
"type": "keyword",
|
|
2310
|
+
"value": "boolean"
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "showDefaultPrefix",
|
|
2315
|
+
"annotation": {
|
|
2316
|
+
"type": "keyword",
|
|
2317
|
+
"value": "boolean"
|
|
2318
|
+
}
|
|
2319
2319
|
}
|
|
2320
2320
|
],
|
|
2321
2321
|
"events": [],
|
|
@@ -2895,263 +2895,85 @@
|
|
|
2895
2895
|
},
|
|
2896
2896
|
{
|
|
2897
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
|
-
},
|
|
2898
|
+
"name": "CornerDataItem",
|
|
2899
|
+
"body": [
|
|
3118
2900
|
{
|
|
3119
|
-
"type": "
|
|
3120
|
-
"
|
|
2901
|
+
"type": "propertySignature",
|
|
2902
|
+
"key": {
|
|
3121
2903
|
"type": "identifier",
|
|
3122
|
-
"name": "
|
|
2904
|
+
"name": "color"
|
|
3123
2905
|
},
|
|
3124
|
-
"
|
|
3125
|
-
"type": "
|
|
3126
|
-
"value": "
|
|
3127
|
-
}
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"type": "enumMember",
|
|
3131
|
-
"id": {
|
|
3132
|
-
"type": "identifier",
|
|
3133
|
-
"name": "treemapSliceDice"
|
|
2906
|
+
"annotation": {
|
|
2907
|
+
"type": "keyword",
|
|
2908
|
+
"value": "string"
|
|
3134
2909
|
},
|
|
3135
|
-
"
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
2910
|
+
"optional": true,
|
|
2911
|
+
"computed": false
|
|
2912
|
+
}
|
|
2913
|
+
],
|
|
2914
|
+
"extends": [
|
|
3140
2915
|
{
|
|
3141
|
-
"type": "
|
|
3142
|
-
"
|
|
2916
|
+
"type": "expressionWithTypeArguments",
|
|
2917
|
+
"expression": {
|
|
3143
2918
|
"type": "identifier",
|
|
3144
|
-
"name": "
|
|
3145
|
-
},
|
|
3146
|
-
"initializer": {
|
|
3147
|
-
"type": "jsLiteral",
|
|
3148
|
-
"value": "treemapSquarify"
|
|
2919
|
+
"name": "DataItem"
|
|
3149
2920
|
}
|
|
3150
2921
|
}
|
|
3151
2922
|
]
|
|
3152
2923
|
}
|
|
3153
2924
|
]
|
|
3154
2925
|
},
|
|
2926
|
+
"data-view.loading-panel": {
|
|
2927
|
+
"properties": [
|
|
2928
|
+
{
|
|
2929
|
+
"name": "customTitle",
|
|
2930
|
+
"annotation": {
|
|
2931
|
+
"type": "keyword",
|
|
2932
|
+
"value": "string"
|
|
2933
|
+
}
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "loading",
|
|
2937
|
+
"annotation": {
|
|
2938
|
+
"type": "keyword",
|
|
2939
|
+
"value": "boolean"
|
|
2940
|
+
}
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"name": "useRealTimeProgress",
|
|
2944
|
+
"annotation": {
|
|
2945
|
+
"type": "keyword",
|
|
2946
|
+
"value": "boolean"
|
|
2947
|
+
}
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"name": "progress",
|
|
2951
|
+
"annotation": {
|
|
2952
|
+
"type": "keyword",
|
|
2953
|
+
"value": "number"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"name": "intervalTime",
|
|
2958
|
+
"annotation": {
|
|
2959
|
+
"type": "keyword",
|
|
2960
|
+
"value": "number"
|
|
2961
|
+
}
|
|
2962
|
+
}
|
|
2963
|
+
],
|
|
2964
|
+
"events": [
|
|
2965
|
+
{
|
|
2966
|
+
"name": "end",
|
|
2967
|
+
"detail": {
|
|
2968
|
+
"annotation": {
|
|
2969
|
+
"type": "keyword",
|
|
2970
|
+
"value": "void"
|
|
2971
|
+
}
|
|
2972
|
+
}
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2975
|
+
"methods": []
|
|
2976
|
+
},
|
|
3155
2977
|
"data-view.cabinet-container": {
|
|
3156
2978
|
"properties": [
|
|
3157
2979
|
{
|
|
@@ -3499,82 +3321,265 @@
|
|
|
3499
3321
|
}
|
|
3500
3322
|
},
|
|
3501
3323
|
{
|
|
3502
|
-
"name": "isReverse",
|
|
3324
|
+
"name": "isReverse",
|
|
3325
|
+
"annotation": {
|
|
3326
|
+
"type": "keyword",
|
|
3327
|
+
"value": "boolean"
|
|
3328
|
+
}
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "dataSource",
|
|
3332
|
+
"annotation": {
|
|
3333
|
+
"type": "array",
|
|
3334
|
+
"elementType": {
|
|
3335
|
+
"type": "reference",
|
|
3336
|
+
"typeName": {
|
|
3337
|
+
"type": "identifier",
|
|
3338
|
+
"name": "DataSourceType"
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
}
|
|
3342
|
+
}
|
|
3343
|
+
],
|
|
3344
|
+
"events": [],
|
|
3345
|
+
"methods": [],
|
|
3346
|
+
"types": [
|
|
3347
|
+
{
|
|
3348
|
+
"type": "typeAlias",
|
|
3349
|
+
"name": "DataSourceType",
|
|
3350
|
+
"annotation": {
|
|
3351
|
+
"type": "intersection",
|
|
3352
|
+
"types": [
|
|
3353
|
+
{
|
|
3354
|
+
"type": "reference",
|
|
3355
|
+
"typeName": {
|
|
3356
|
+
"type": "identifier",
|
|
3357
|
+
"name": "GraphTextProps"
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"type": "reference",
|
|
3362
|
+
"typeName": {
|
|
3363
|
+
"type": "identifier",
|
|
3364
|
+
"name": "GraphNodeProps"
|
|
3365
|
+
}
|
|
3366
|
+
}
|
|
3367
|
+
]
|
|
3368
|
+
}
|
|
3369
|
+
}
|
|
3370
|
+
]
|
|
3371
|
+
},
|
|
3372
|
+
"data-view.progress-bar-list": {
|
|
3373
|
+
"properties": [
|
|
3374
|
+
{
|
|
3375
|
+
"name": "dataSource",
|
|
3376
|
+
"annotation": {
|
|
3377
|
+
"type": "array",
|
|
3378
|
+
"elementType": {
|
|
3379
|
+
"type": "reference",
|
|
3380
|
+
"typeName": {
|
|
3381
|
+
"type": "identifier",
|
|
3382
|
+
"name": "Data"
|
|
3383
|
+
}
|
|
3384
|
+
}
|
|
3385
|
+
}
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"events": [],
|
|
3389
|
+
"methods": [],
|
|
3390
|
+
"types": [
|
|
3391
|
+
{
|
|
3392
|
+
"type": "interface",
|
|
3393
|
+
"name": "Data",
|
|
3394
|
+
"body": [
|
|
3395
|
+
{
|
|
3396
|
+
"type": "propertySignature",
|
|
3397
|
+
"key": {
|
|
3398
|
+
"type": "identifier",
|
|
3399
|
+
"name": "title"
|
|
3400
|
+
},
|
|
3401
|
+
"annotation": {
|
|
3402
|
+
"type": "keyword",
|
|
3403
|
+
"value": "string"
|
|
3404
|
+
},
|
|
3405
|
+
"computed": false
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
"type": "propertySignature",
|
|
3409
|
+
"key": {
|
|
3410
|
+
"type": "identifier",
|
|
3411
|
+
"name": "count"
|
|
3412
|
+
},
|
|
3413
|
+
"annotation": {
|
|
3414
|
+
"type": "keyword",
|
|
3415
|
+
"value": "number"
|
|
3416
|
+
},
|
|
3417
|
+
"computed": false
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"type": "propertySignature",
|
|
3421
|
+
"key": {
|
|
3422
|
+
"type": "identifier",
|
|
3423
|
+
"name": "loopBackground"
|
|
3424
|
+
},
|
|
3425
|
+
"annotation": {
|
|
3426
|
+
"type": "indexedAccess",
|
|
3427
|
+
"objectType": {
|
|
3428
|
+
"type": "reference",
|
|
3429
|
+
"typeName": {
|
|
3430
|
+
"type": "identifier",
|
|
3431
|
+
"name": "CSSProperties"
|
|
3432
|
+
}
|
|
3433
|
+
},
|
|
3434
|
+
"indexType": {
|
|
3435
|
+
"type": "jsLiteral",
|
|
3436
|
+
"value": "background"
|
|
3437
|
+
}
|
|
3438
|
+
},
|
|
3439
|
+
"optional": true,
|
|
3440
|
+
"computed": false
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"type": "propertySignature",
|
|
3444
|
+
"key": {
|
|
3445
|
+
"type": "identifier",
|
|
3446
|
+
"name": "barBackground"
|
|
3447
|
+
},
|
|
3448
|
+
"annotation": {
|
|
3449
|
+
"type": "indexedAccess",
|
|
3450
|
+
"objectType": {
|
|
3451
|
+
"type": "reference",
|
|
3452
|
+
"typeName": {
|
|
3453
|
+
"type": "identifier",
|
|
3454
|
+
"name": "CSSProperties"
|
|
3455
|
+
}
|
|
3456
|
+
},
|
|
3457
|
+
"indexType": {
|
|
3458
|
+
"type": "jsLiteral",
|
|
3459
|
+
"value": "background"
|
|
3460
|
+
}
|
|
3461
|
+
},
|
|
3462
|
+
"optional": true,
|
|
3463
|
+
"computed": false
|
|
3464
|
+
}
|
|
3465
|
+
]
|
|
3466
|
+
}
|
|
3467
|
+
]
|
|
3468
|
+
},
|
|
3469
|
+
"data-view.modern-style-treemap": {
|
|
3470
|
+
"properties": [
|
|
3471
|
+
{
|
|
3472
|
+
"name": "data",
|
|
3473
|
+
"annotation": {
|
|
3474
|
+
"type": "reference",
|
|
3475
|
+
"typeName": {
|
|
3476
|
+
"type": "identifier",
|
|
3477
|
+
"name": "TreemapData"
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"name": "tail",
|
|
3483
|
+
"annotation": {
|
|
3484
|
+
"type": "reference",
|
|
3485
|
+
"typeName": {
|
|
3486
|
+
"type": "identifier",
|
|
3487
|
+
"name": "TailTypes"
|
|
3488
|
+
}
|
|
3489
|
+
}
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"name": "leafUseBrick",
|
|
3503
3493
|
"annotation": {
|
|
3504
|
-
"type": "
|
|
3505
|
-
"
|
|
3494
|
+
"type": "typeLiteral",
|
|
3495
|
+
"members": [
|
|
3496
|
+
{
|
|
3497
|
+
"type": "propertySignature",
|
|
3498
|
+
"key": {
|
|
3499
|
+
"type": "identifier",
|
|
3500
|
+
"name": "useBrick"
|
|
3501
|
+
},
|
|
3502
|
+
"annotation": {
|
|
3503
|
+
"type": "reference",
|
|
3504
|
+
"typeName": {
|
|
3505
|
+
"type": "identifier",
|
|
3506
|
+
"name": "UseBrickConf"
|
|
3507
|
+
}
|
|
3508
|
+
},
|
|
3509
|
+
"computed": false
|
|
3510
|
+
}
|
|
3511
|
+
]
|
|
3506
3512
|
}
|
|
3507
3513
|
},
|
|
3508
3514
|
{
|
|
3509
|
-
"name": "
|
|
3515
|
+
"name": "leafContainerStyle",
|
|
3510
3516
|
"annotation": {
|
|
3511
|
-
"type": "
|
|
3512
|
-
"
|
|
3513
|
-
"type": "
|
|
3514
|
-
"
|
|
3515
|
-
"type": "identifier",
|
|
3516
|
-
"name": "DataSourceType"
|
|
3517
|
-
}
|
|
3517
|
+
"type": "reference",
|
|
3518
|
+
"typeName": {
|
|
3519
|
+
"type": "identifier",
|
|
3520
|
+
"name": "CSSProperties"
|
|
3518
3521
|
}
|
|
3519
3522
|
}
|
|
3520
|
-
}
|
|
3521
|
-
],
|
|
3522
|
-
"events": [],
|
|
3523
|
-
"methods": [],
|
|
3524
|
-
"types": [
|
|
3523
|
+
},
|
|
3525
3524
|
{
|
|
3526
|
-
"
|
|
3527
|
-
"name": "DataSourceType",
|
|
3525
|
+
"name": "tooltipUseBrick",
|
|
3528
3526
|
"annotation": {
|
|
3529
|
-
"type": "
|
|
3530
|
-
"
|
|
3531
|
-
{
|
|
3532
|
-
"type": "reference",
|
|
3533
|
-
"typeName": {
|
|
3534
|
-
"type": "identifier",
|
|
3535
|
-
"name": "GraphTextProps"
|
|
3536
|
-
}
|
|
3537
|
-
},
|
|
3527
|
+
"type": "typeLiteral",
|
|
3528
|
+
"members": [
|
|
3538
3529
|
{
|
|
3539
|
-
"type": "
|
|
3540
|
-
"
|
|
3530
|
+
"type": "propertySignature",
|
|
3531
|
+
"key": {
|
|
3541
3532
|
"type": "identifier",
|
|
3542
|
-
"name": "
|
|
3543
|
-
}
|
|
3533
|
+
"name": "useBrick"
|
|
3534
|
+
},
|
|
3535
|
+
"annotation": {
|
|
3536
|
+
"type": "reference",
|
|
3537
|
+
"typeName": {
|
|
3538
|
+
"type": "identifier",
|
|
3539
|
+
"name": "UseBrickConf"
|
|
3540
|
+
}
|
|
3541
|
+
},
|
|
3542
|
+
"computed": false
|
|
3544
3543
|
}
|
|
3545
3544
|
]
|
|
3546
3545
|
}
|
|
3547
|
-
}
|
|
3548
|
-
]
|
|
3549
|
-
},
|
|
3550
|
-
"data-view.progress-bar-list": {
|
|
3551
|
-
"properties": [
|
|
3546
|
+
},
|
|
3552
3547
|
{
|
|
3553
|
-
"name": "
|
|
3548
|
+
"name": "tooltipStyle",
|
|
3554
3549
|
"annotation": {
|
|
3555
|
-
"type": "
|
|
3556
|
-
"
|
|
3550
|
+
"type": "reference",
|
|
3551
|
+
"typeName": {
|
|
3552
|
+
"type": "identifier",
|
|
3553
|
+
"name": "CSSProperties"
|
|
3554
|
+
}
|
|
3555
|
+
}
|
|
3556
|
+
}
|
|
3557
|
+
],
|
|
3558
|
+
"events": [
|
|
3559
|
+
{
|
|
3560
|
+
"name": "treemap.click",
|
|
3561
|
+
"detail": {
|
|
3562
|
+
"annotation": {
|
|
3557
3563
|
"type": "reference",
|
|
3558
3564
|
"typeName": {
|
|
3559
3565
|
"type": "identifier",
|
|
3560
|
-
"name": "
|
|
3566
|
+
"name": "TreemapData"
|
|
3561
3567
|
}
|
|
3562
3568
|
}
|
|
3563
3569
|
}
|
|
3564
3570
|
}
|
|
3565
3571
|
],
|
|
3566
|
-
"events": [],
|
|
3567
3572
|
"methods": [],
|
|
3568
3573
|
"types": [
|
|
3569
3574
|
{
|
|
3570
3575
|
"type": "interface",
|
|
3571
|
-
"name": "
|
|
3576
|
+
"name": "TreemapData",
|
|
3572
3577
|
"body": [
|
|
3573
3578
|
{
|
|
3574
3579
|
"type": "propertySignature",
|
|
3575
3580
|
"key": {
|
|
3576
3581
|
"type": "identifier",
|
|
3577
|
-
"name": "
|
|
3582
|
+
"name": "name"
|
|
3578
3583
|
},
|
|
3579
3584
|
"annotation": {
|
|
3580
3585
|
"type": "keyword",
|
|
@@ -3586,59 +3591,105 @@
|
|
|
3586
3591
|
"type": "propertySignature",
|
|
3587
3592
|
"key": {
|
|
3588
3593
|
"type": "identifier",
|
|
3589
|
-
"name": "
|
|
3594
|
+
"name": "value"
|
|
3590
3595
|
},
|
|
3591
3596
|
"annotation": {
|
|
3592
3597
|
"type": "keyword",
|
|
3593
3598
|
"value": "number"
|
|
3594
3599
|
},
|
|
3600
|
+
"optional": true,
|
|
3595
3601
|
"computed": false
|
|
3596
3602
|
},
|
|
3597
3603
|
{
|
|
3598
3604
|
"type": "propertySignature",
|
|
3599
3605
|
"key": {
|
|
3600
3606
|
"type": "identifier",
|
|
3601
|
-
"name": "
|
|
3607
|
+
"name": "children"
|
|
3602
3608
|
},
|
|
3603
3609
|
"annotation": {
|
|
3604
|
-
"type": "
|
|
3605
|
-
"
|
|
3610
|
+
"type": "array",
|
|
3611
|
+
"elementType": {
|
|
3606
3612
|
"type": "reference",
|
|
3607
3613
|
"typeName": {
|
|
3608
3614
|
"type": "identifier",
|
|
3609
|
-
"name": "
|
|
3615
|
+
"name": "TreemapData"
|
|
3610
3616
|
}
|
|
3611
|
-
},
|
|
3612
|
-
"indexType": {
|
|
3613
|
-
"type": "jsLiteral",
|
|
3614
|
-
"value": "background"
|
|
3615
3617
|
}
|
|
3616
3618
|
},
|
|
3617
3619
|
"optional": true,
|
|
3618
3620
|
"computed": false
|
|
3621
|
+
}
|
|
3622
|
+
]
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"type": "enum",
|
|
3626
|
+
"name": "TailTypes",
|
|
3627
|
+
"members": [
|
|
3628
|
+
{
|
|
3629
|
+
"type": "enumMember",
|
|
3630
|
+
"id": {
|
|
3631
|
+
"type": "identifier",
|
|
3632
|
+
"name": "treemapBinary"
|
|
3633
|
+
},
|
|
3634
|
+
"initializer": {
|
|
3635
|
+
"type": "jsLiteral",
|
|
3636
|
+
"value": "treemapBinary"
|
|
3637
|
+
}
|
|
3619
3638
|
},
|
|
3620
3639
|
{
|
|
3621
|
-
"type": "
|
|
3622
|
-
"
|
|
3640
|
+
"type": "enumMember",
|
|
3641
|
+
"id": {
|
|
3623
3642
|
"type": "identifier",
|
|
3624
|
-
"name": "
|
|
3643
|
+
"name": "treemapDice"
|
|
3625
3644
|
},
|
|
3626
|
-
"
|
|
3627
|
-
"type": "
|
|
3628
|
-
"
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
"
|
|
3636
|
-
"type": "jsLiteral",
|
|
3637
|
-
"value": "background"
|
|
3638
|
-
}
|
|
3645
|
+
"initializer": {
|
|
3646
|
+
"type": "jsLiteral",
|
|
3647
|
+
"value": "treemapDice"
|
|
3648
|
+
}
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"type": "enumMember",
|
|
3652
|
+
"id": {
|
|
3653
|
+
"type": "identifier",
|
|
3654
|
+
"name": "treemapResquarify"
|
|
3639
3655
|
},
|
|
3640
|
-
"
|
|
3641
|
-
|
|
3656
|
+
"initializer": {
|
|
3657
|
+
"type": "jsLiteral",
|
|
3658
|
+
"value": "treemapResquarify"
|
|
3659
|
+
}
|
|
3660
|
+
},
|
|
3661
|
+
{
|
|
3662
|
+
"type": "enumMember",
|
|
3663
|
+
"id": {
|
|
3664
|
+
"type": "identifier",
|
|
3665
|
+
"name": "treemapSlice"
|
|
3666
|
+
},
|
|
3667
|
+
"initializer": {
|
|
3668
|
+
"type": "jsLiteral",
|
|
3669
|
+
"value": "treemapSlice"
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"type": "enumMember",
|
|
3674
|
+
"id": {
|
|
3675
|
+
"type": "identifier",
|
|
3676
|
+
"name": "treemapSliceDice"
|
|
3677
|
+
},
|
|
3678
|
+
"initializer": {
|
|
3679
|
+
"type": "jsLiteral",
|
|
3680
|
+
"value": "treemapSliceDice"
|
|
3681
|
+
}
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"type": "enumMember",
|
|
3685
|
+
"id": {
|
|
3686
|
+
"type": "identifier",
|
|
3687
|
+
"name": "treemapSquarify"
|
|
3688
|
+
},
|
|
3689
|
+
"initializer": {
|
|
3690
|
+
"type": "jsLiteral",
|
|
3691
|
+
"value": "treemapSquarify"
|
|
3692
|
+
}
|
|
3642
3693
|
}
|
|
3643
3694
|
]
|
|
3644
3695
|
}
|
|
@@ -3786,57 +3837,6 @@
|
|
|
3786
3837
|
}
|
|
3787
3838
|
]
|
|
3788
3839
|
},
|
|
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
|
-
},
|
|
3840
3840
|
"data-view.graph-text": {
|
|
3841
3841
|
"properties": [
|
|
3842
3842
|
{
|