@next-bricks/data-view 1.10.9 → 1.10.10

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/types.json CHANGED
@@ -2493,239 +2493,6 @@
2493
2493
  ],
2494
2494
  "methods": []
2495
2495
  },
2496
- "data-view.cabinet-container": {
2497
- "properties": [
2498
- {
2499
- "name": "type",
2500
- "annotation": {
2501
- "type": "reference",
2502
- "typeName": {
2503
- "type": "identifier",
2504
- "name": "ContainerType"
2505
- }
2506
- }
2507
- },
2508
- {
2509
- "name": "data",
2510
- "annotation": {
2511
- "type": "array",
2512
- "elementType": {
2513
- "type": "reference",
2514
- "typeName": {
2515
- "type": "identifier",
2516
- "name": "CabinetNodeProps"
2517
- }
2518
- }
2519
- }
2520
- },
2521
- {
2522
- "name": "status",
2523
- "annotation": {
2524
- "type": "union",
2525
- "types": [
2526
- {
2527
- "type": "jsLiteral",
2528
- "value": "active"
2529
- },
2530
- {
2531
- "type": "jsLiteral",
2532
- "value": "faded"
2533
- }
2534
- ]
2535
- }
2536
- },
2537
- {
2538
- "name": "customTitle",
2539
- "annotation": {
2540
- "type": "keyword",
2541
- "value": "string"
2542
- }
2543
- }
2544
- ],
2545
- "events": [
2546
- {
2547
- "name": "container.click",
2548
- "detail": {
2549
- "annotation": {
2550
- "type": "reference",
2551
- "typeName": {
2552
- "type": "identifier",
2553
- "name": "ClickEventDataType"
2554
- }
2555
- }
2556
- }
2557
- },
2558
- {
2559
- "name": "container.dbclick",
2560
- "detail": {
2561
- "annotation": {
2562
- "type": "reference",
2563
- "typeName": {
2564
- "type": "identifier",
2565
- "name": "ClickEventDataType"
2566
- }
2567
- }
2568
- }
2569
- }
2570
- ],
2571
- "methods": [],
2572
- "types": [
2573
- {
2574
- "type": "typeAlias",
2575
- "name": "ContainerType",
2576
- "annotation": {
2577
- "type": "union",
2578
- "types": [
2579
- {
2580
- "type": "jsLiteral",
2581
- "value": "host"
2582
- },
2583
- {
2584
- "type": "jsLiteral",
2585
- "value": "k8s"
2586
- },
2587
- {
2588
- "type": "jsLiteral",
2589
- "value": "k8s-blue"
2590
- }
2591
- ]
2592
- }
2593
- },
2594
- {
2595
- "type": "interface",
2596
- "name": "CabinetNodeProps",
2597
- "body": [
2598
- {
2599
- "type": "propertySignature",
2600
- "key": {
2601
- "type": "identifier",
2602
- "name": "type"
2603
- },
2604
- "annotation": {
2605
- "type": "union",
2606
- "types": [
2607
- {
2608
- "type": "jsLiteral",
2609
- "value": "container-group"
2610
- },
2611
- {
2612
- "type": "jsLiteral",
2613
- "value": "physical-machine"
2614
- },
2615
- {
2616
- "type": "jsLiteral",
2617
- "value": "virtual-machine"
2618
- },
2619
- {
2620
- "type": "jsLiteral",
2621
- "value": "pod"
2622
- }
2623
- ]
2624
- },
2625
- "computed": false
2626
- },
2627
- {
2628
- "type": "propertySignature",
2629
- "key": {
2630
- "type": "identifier",
2631
- "name": "nodeTitle"
2632
- },
2633
- "annotation": {
2634
- "type": "keyword",
2635
- "value": "string"
2636
- },
2637
- "computed": false
2638
- },
2639
- {
2640
- "type": "propertySignature",
2641
- "key": {
2642
- "type": "identifier",
2643
- "name": "status"
2644
- },
2645
- "annotation": {
2646
- "type": "union",
2647
- "types": [
2648
- {
2649
- "type": "jsLiteral",
2650
- "value": "active"
2651
- },
2652
- {
2653
- "type": "jsLiteral",
2654
- "value": "faded"
2655
- }
2656
- ]
2657
- },
2658
- "optional": true,
2659
- "computed": false
2660
- },
2661
- {
2662
- "type": "propertySignature",
2663
- "key": {
2664
- "type": "identifier",
2665
- "name": "isAlert"
2666
- },
2667
- "annotation": {
2668
- "type": "keyword",
2669
- "value": "boolean"
2670
- },
2671
- "optional": true,
2672
- "computed": false
2673
- }
2674
- ]
2675
- },
2676
- {
2677
- "type": "interface",
2678
- "name": "ClickEventDataType",
2679
- "body": [
2680
- {
2681
- "type": "propertySignature",
2682
- "key": {
2683
- "type": "identifier",
2684
- "name": "type"
2685
- },
2686
- "annotation": {
2687
- "type": "union",
2688
- "types": [
2689
- {
2690
- "type": "jsLiteral",
2691
- "value": "node"
2692
- },
2693
- {
2694
- "type": "jsLiteral",
2695
- "value": "container"
2696
- }
2697
- ]
2698
- },
2699
- "computed": false
2700
- },
2701
- {
2702
- "type": "propertySignature",
2703
- "key": {
2704
- "type": "identifier",
2705
- "name": "data"
2706
- },
2707
- "annotation": {
2708
- "type": "union",
2709
- "types": [
2710
- {
2711
- "type": "reference",
2712
- "typeName": {
2713
- "type": "identifier",
2714
- "name": "CabinetNodeProps"
2715
- }
2716
- },
2717
- {
2718
- "type": "keyword",
2719
- "value": "undefined"
2720
- }
2721
- ]
2722
- },
2723
- "computed": false
2724
- }
2725
- ]
2726
- }
2727
- ]
2728
- },
2729
2496
  "data-view.cabinet-thumbnail": {
2730
2497
  "properties": [
2731
2498
  {
@@ -3432,6 +3199,239 @@
3432
3199
  }
3433
3200
  ]
3434
3201
  },
3202
+ "data-view.cabinet-container": {
3203
+ "properties": [
3204
+ {
3205
+ "name": "type",
3206
+ "annotation": {
3207
+ "type": "reference",
3208
+ "typeName": {
3209
+ "type": "identifier",
3210
+ "name": "ContainerType"
3211
+ }
3212
+ }
3213
+ },
3214
+ {
3215
+ "name": "data",
3216
+ "annotation": {
3217
+ "type": "array",
3218
+ "elementType": {
3219
+ "type": "reference",
3220
+ "typeName": {
3221
+ "type": "identifier",
3222
+ "name": "CabinetNodeProps"
3223
+ }
3224
+ }
3225
+ }
3226
+ },
3227
+ {
3228
+ "name": "status",
3229
+ "annotation": {
3230
+ "type": "union",
3231
+ "types": [
3232
+ {
3233
+ "type": "jsLiteral",
3234
+ "value": "active"
3235
+ },
3236
+ {
3237
+ "type": "jsLiteral",
3238
+ "value": "faded"
3239
+ }
3240
+ ]
3241
+ }
3242
+ },
3243
+ {
3244
+ "name": "customTitle",
3245
+ "annotation": {
3246
+ "type": "keyword",
3247
+ "value": "string"
3248
+ }
3249
+ }
3250
+ ],
3251
+ "events": [
3252
+ {
3253
+ "name": "container.click",
3254
+ "detail": {
3255
+ "annotation": {
3256
+ "type": "reference",
3257
+ "typeName": {
3258
+ "type": "identifier",
3259
+ "name": "ClickEventDataType"
3260
+ }
3261
+ }
3262
+ }
3263
+ },
3264
+ {
3265
+ "name": "container.dbclick",
3266
+ "detail": {
3267
+ "annotation": {
3268
+ "type": "reference",
3269
+ "typeName": {
3270
+ "type": "identifier",
3271
+ "name": "ClickEventDataType"
3272
+ }
3273
+ }
3274
+ }
3275
+ }
3276
+ ],
3277
+ "methods": [],
3278
+ "types": [
3279
+ {
3280
+ "type": "typeAlias",
3281
+ "name": "ContainerType",
3282
+ "annotation": {
3283
+ "type": "union",
3284
+ "types": [
3285
+ {
3286
+ "type": "jsLiteral",
3287
+ "value": "host"
3288
+ },
3289
+ {
3290
+ "type": "jsLiteral",
3291
+ "value": "k8s"
3292
+ },
3293
+ {
3294
+ "type": "jsLiteral",
3295
+ "value": "k8s-blue"
3296
+ }
3297
+ ]
3298
+ }
3299
+ },
3300
+ {
3301
+ "type": "interface",
3302
+ "name": "CabinetNodeProps",
3303
+ "body": [
3304
+ {
3305
+ "type": "propertySignature",
3306
+ "key": {
3307
+ "type": "identifier",
3308
+ "name": "type"
3309
+ },
3310
+ "annotation": {
3311
+ "type": "union",
3312
+ "types": [
3313
+ {
3314
+ "type": "jsLiteral",
3315
+ "value": "container-group"
3316
+ },
3317
+ {
3318
+ "type": "jsLiteral",
3319
+ "value": "physical-machine"
3320
+ },
3321
+ {
3322
+ "type": "jsLiteral",
3323
+ "value": "virtual-machine"
3324
+ },
3325
+ {
3326
+ "type": "jsLiteral",
3327
+ "value": "pod"
3328
+ }
3329
+ ]
3330
+ },
3331
+ "computed": false
3332
+ },
3333
+ {
3334
+ "type": "propertySignature",
3335
+ "key": {
3336
+ "type": "identifier",
3337
+ "name": "nodeTitle"
3338
+ },
3339
+ "annotation": {
3340
+ "type": "keyword",
3341
+ "value": "string"
3342
+ },
3343
+ "computed": false
3344
+ },
3345
+ {
3346
+ "type": "propertySignature",
3347
+ "key": {
3348
+ "type": "identifier",
3349
+ "name": "status"
3350
+ },
3351
+ "annotation": {
3352
+ "type": "union",
3353
+ "types": [
3354
+ {
3355
+ "type": "jsLiteral",
3356
+ "value": "active"
3357
+ },
3358
+ {
3359
+ "type": "jsLiteral",
3360
+ "value": "faded"
3361
+ }
3362
+ ]
3363
+ },
3364
+ "optional": true,
3365
+ "computed": false
3366
+ },
3367
+ {
3368
+ "type": "propertySignature",
3369
+ "key": {
3370
+ "type": "identifier",
3371
+ "name": "isAlert"
3372
+ },
3373
+ "annotation": {
3374
+ "type": "keyword",
3375
+ "value": "boolean"
3376
+ },
3377
+ "optional": true,
3378
+ "computed": false
3379
+ }
3380
+ ]
3381
+ },
3382
+ {
3383
+ "type": "interface",
3384
+ "name": "ClickEventDataType",
3385
+ "body": [
3386
+ {
3387
+ "type": "propertySignature",
3388
+ "key": {
3389
+ "type": "identifier",
3390
+ "name": "type"
3391
+ },
3392
+ "annotation": {
3393
+ "type": "union",
3394
+ "types": [
3395
+ {
3396
+ "type": "jsLiteral",
3397
+ "value": "node"
3398
+ },
3399
+ {
3400
+ "type": "jsLiteral",
3401
+ "value": "container"
3402
+ }
3403
+ ]
3404
+ },
3405
+ "computed": false
3406
+ },
3407
+ {
3408
+ "type": "propertySignature",
3409
+ "key": {
3410
+ "type": "identifier",
3411
+ "name": "data"
3412
+ },
3413
+ "annotation": {
3414
+ "type": "union",
3415
+ "types": [
3416
+ {
3417
+ "type": "reference",
3418
+ "typeName": {
3419
+ "type": "identifier",
3420
+ "name": "CabinetNodeProps"
3421
+ }
3422
+ },
3423
+ {
3424
+ "type": "keyword",
3425
+ "value": "undefined"
3426
+ }
3427
+ ]
3428
+ },
3429
+ "computed": false
3430
+ }
3431
+ ]
3432
+ }
3433
+ ]
3434
+ },
3435
3435
  "data-view.modern-style-treemap": {
3436
3436
  "properties": [
3437
3437
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/data-view",
3
- "version": "1.10.9",
3
+ "version": "1.10.10",
4
4
  "homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/data-view",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,5 +42,5 @@
42
42
  "@next-bricks/basic": "*",
43
43
  "@next-bricks/icons": "*"
44
44
  },
45
- "gitHead": "0aa0f91552094a6b73c5879eac6d2b21c86973b8"
45
+ "gitHead": "fcfb07d74266f772d6e9c4f27608d984c8ca0180"
46
46
  }