@next-bricks/ai-portal 0.64.3 → 0.64.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.
package/dist/types.json CHANGED
@@ -1,4 +1,17 @@
1
1
  {
2
+ "ai-portal.home-container": {
3
+ "properties": [
4
+ {
5
+ "name": "sticky",
6
+ "annotation": {
7
+ "type": "keyword",
8
+ "value": "boolean"
9
+ }
10
+ }
11
+ ],
12
+ "events": [],
13
+ "methods": []
14
+ },
2
15
  "ai-portal.stat-with-mini-chart": {
3
16
  "properties": [
4
17
  {
@@ -222,75 +235,6 @@
222
235
  }
223
236
  ]
224
237
  },
225
- "ai-portal.home-container": {
226
- "properties": [
227
- {
228
- "name": "sticky",
229
- "annotation": {
230
- "type": "keyword",
231
- "value": "boolean"
232
- }
233
- }
234
- ],
235
- "events": [],
236
- "methods": []
237
- },
238
- "ai-portal.call-tool": {
239
- "type": "provider",
240
- "params": [
241
- {
242
- "name": "tool",
243
- "annotation": {
244
- "type": "reference",
245
- "typeName": {
246
- "type": "identifier",
247
- "name": "ToolInfo"
248
- }
249
- }
250
- },
251
- {
252
- "name": "params",
253
- "annotation": {
254
- "type": "reference",
255
- "typeName": {
256
- "type": "identifier",
257
- "name": "Record"
258
- },
259
- "typeParameters": {
260
- "type": "typeParameterInstantiation",
261
- "params": [
262
- {
263
- "type": "keyword",
264
- "value": "string"
265
- },
266
- {
267
- "type": "keyword",
268
- "value": "unknown"
269
- }
270
- ]
271
- }
272
- }
273
- }
274
- ],
275
- "returns": {
276
- "annotation": {
277
- "type": "reference",
278
- "typeName": {
279
- "type": "identifier",
280
- "name": "Promise"
281
- },
282
- "typeParameters": {
283
- "type": "typeParameterInstantiation",
284
- "params": [
285
- {
286
- "type": "keyword",
287
- "value": "unknown"
288
- }
289
- ]
290
- }
291
- }
292
- }
293
- },
294
238
  "ai-portal.save-request-store": {
295
239
  "type": "provider",
296
240
  "params": [
@@ -1912,6 +1856,62 @@
1912
1856
  }
1913
1857
  }
1914
1858
  },
1859
+ "ai-portal.call-tool": {
1860
+ "type": "provider",
1861
+ "params": [
1862
+ {
1863
+ "name": "tool",
1864
+ "annotation": {
1865
+ "type": "reference",
1866
+ "typeName": {
1867
+ "type": "identifier",
1868
+ "name": "ToolInfo"
1869
+ }
1870
+ }
1871
+ },
1872
+ {
1873
+ "name": "params",
1874
+ "annotation": {
1875
+ "type": "reference",
1876
+ "typeName": {
1877
+ "type": "identifier",
1878
+ "name": "Record"
1879
+ },
1880
+ "typeParameters": {
1881
+ "type": "typeParameterInstantiation",
1882
+ "params": [
1883
+ {
1884
+ "type": "keyword",
1885
+ "value": "string"
1886
+ },
1887
+ {
1888
+ "type": "keyword",
1889
+ "value": "unknown"
1890
+ }
1891
+ ]
1892
+ }
1893
+ }
1894
+ }
1895
+ ],
1896
+ "returns": {
1897
+ "annotation": {
1898
+ "type": "reference",
1899
+ "typeName": {
1900
+ "type": "identifier",
1901
+ "name": "Promise"
1902
+ },
1903
+ "typeParameters": {
1904
+ "type": "typeParameterInstantiation",
1905
+ "params": [
1906
+ {
1907
+ "type": "keyword",
1908
+ "value": "unknown"
1909
+ }
1910
+ ]
1911
+ }
1912
+ }
1913
+ }
1914
+ },
1915
1915
  "ai-portal.set-chat-command": {
1916
1916
  "type": "provider",
1917
1917
  "params": [
@@ -2485,7 +2485,7 @@
2485
2485
  }
2486
2486
  ]
2487
2487
  },
2488
- "ai-portal.mcp-tools": {
2488
+ "ai-portal.show-cases": {
2489
2489
  "properties": [
2490
2490
  {
2491
2491
  "name": "list",
@@ -2495,13 +2495,13 @@
2495
2495
  "type": "reference",
2496
2496
  "typeName": {
2497
2497
  "type": "identifier",
2498
- "name": "McpTool"
2498
+ "name": "ShowCaseType"
2499
2499
  }
2500
2500
  }
2501
2501
  }
2502
2502
  },
2503
2503
  {
2504
- "name": "stickyTop",
2504
+ "name": "limit",
2505
2505
  "annotation": {
2506
2506
  "type": "keyword",
2507
2507
  "value": "number"
@@ -2513,13 +2513,13 @@
2513
2513
  "types": [
2514
2514
  {
2515
2515
  "type": "interface",
2516
- "name": "McpTool",
2516
+ "name": "ShowCaseType",
2517
2517
  "body": [
2518
2518
  {
2519
2519
  "type": "propertySignature",
2520
2520
  "key": {
2521
2521
  "type": "identifier",
2522
- "name": "name"
2522
+ "name": "conversationId"
2523
2523
  },
2524
2524
  "annotation": {
2525
2525
  "type": "keyword",
@@ -2543,7 +2543,7 @@
2543
2543
  "type": "propertySignature",
2544
2544
  "key": {
2545
2545
  "type": "identifier",
2546
- "name": "description"
2546
+ "name": "summary"
2547
2547
  },
2548
2548
  "annotation": {
2549
2549
  "type": "keyword",
@@ -2555,44 +2555,7 @@
2555
2555
  "type": "propertySignature",
2556
2556
  "key": {
2557
2557
  "type": "identifier",
2558
- "name": "icon"
2559
- },
2560
- "annotation": {
2561
- "type": "reference",
2562
- "typeName": {
2563
- "type": "identifier",
2564
- "name": "GeneralIconProps"
2565
- }
2566
- },
2567
- "optional": true,
2568
- "computed": false
2569
- },
2570
- {
2571
- "type": "propertySignature",
2572
- "key": {
2573
- "type": "identifier",
2574
- "name": "server"
2575
- },
2576
- "annotation": {
2577
- "type": "reference",
2578
- "typeName": {
2579
- "type": "identifier",
2580
- "name": "McpServer"
2581
- }
2582
- },
2583
- "computed": false
2584
- }
2585
- ]
2586
- },
2587
- {
2588
- "type": "interface",
2589
- "name": "McpServer",
2590
- "body": [
2591
- {
2592
- "type": "propertySignature",
2593
- "key": {
2594
- "type": "identifier",
2595
- "name": "id"
2558
+ "name": "scenario"
2596
2559
  },
2597
2560
  "annotation": {
2598
2561
  "type": "keyword",
@@ -2604,19 +2567,20 @@
2604
2567
  "type": "propertySignature",
2605
2568
  "key": {
2606
2569
  "type": "identifier",
2607
- "name": "name"
2570
+ "name": "url"
2608
2571
  },
2609
2572
  "annotation": {
2610
2573
  "type": "keyword",
2611
2574
  "value": "string"
2612
2575
  },
2576
+ "optional": true,
2613
2577
  "computed": false
2614
2578
  }
2615
2579
  ]
2616
2580
  }
2617
2581
  ]
2618
2582
  },
2619
- "ai-portal.show-cases": {
2583
+ "ai-portal.mcp-tools": {
2620
2584
  "properties": [
2621
2585
  {
2622
2586
  "name": "list",
@@ -2626,13 +2590,13 @@
2626
2590
  "type": "reference",
2627
2591
  "typeName": {
2628
2592
  "type": "identifier",
2629
- "name": "ShowCaseType"
2593
+ "name": "McpTool"
2630
2594
  }
2631
2595
  }
2632
2596
  }
2633
2597
  },
2634
2598
  {
2635
- "name": "limit",
2599
+ "name": "stickyTop",
2636
2600
  "annotation": {
2637
2601
  "type": "keyword",
2638
2602
  "value": "number"
@@ -2644,13 +2608,13 @@
2644
2608
  "types": [
2645
2609
  {
2646
2610
  "type": "interface",
2647
- "name": "ShowCaseType",
2611
+ "name": "McpTool",
2648
2612
  "body": [
2649
2613
  {
2650
2614
  "type": "propertySignature",
2651
2615
  "key": {
2652
2616
  "type": "identifier",
2653
- "name": "conversationId"
2617
+ "name": "name"
2654
2618
  },
2655
2619
  "annotation": {
2656
2620
  "type": "keyword",
@@ -2674,7 +2638,7 @@
2674
2638
  "type": "propertySignature",
2675
2639
  "key": {
2676
2640
  "type": "identifier",
2677
- "name": "summary"
2641
+ "name": "description"
2678
2642
  },
2679
2643
  "annotation": {
2680
2644
  "type": "keyword",
@@ -2686,7 +2650,44 @@
2686
2650
  "type": "propertySignature",
2687
2651
  "key": {
2688
2652
  "type": "identifier",
2689
- "name": "scenario"
2653
+ "name": "icon"
2654
+ },
2655
+ "annotation": {
2656
+ "type": "reference",
2657
+ "typeName": {
2658
+ "type": "identifier",
2659
+ "name": "GeneralIconProps"
2660
+ }
2661
+ },
2662
+ "optional": true,
2663
+ "computed": false
2664
+ },
2665
+ {
2666
+ "type": "propertySignature",
2667
+ "key": {
2668
+ "type": "identifier",
2669
+ "name": "server"
2670
+ },
2671
+ "annotation": {
2672
+ "type": "reference",
2673
+ "typeName": {
2674
+ "type": "identifier",
2675
+ "name": "McpServer"
2676
+ }
2677
+ },
2678
+ "computed": false
2679
+ }
2680
+ ]
2681
+ },
2682
+ {
2683
+ "type": "interface",
2684
+ "name": "McpServer",
2685
+ "body": [
2686
+ {
2687
+ "type": "propertySignature",
2688
+ "key": {
2689
+ "type": "identifier",
2690
+ "name": "id"
2690
2691
  },
2691
2692
  "annotation": {
2692
2693
  "type": "keyword",
@@ -2698,20 +2699,19 @@
2698
2699
  "type": "propertySignature",
2699
2700
  "key": {
2700
2701
  "type": "identifier",
2701
- "name": "url"
2702
+ "name": "name"
2702
2703
  },
2703
2704
  "annotation": {
2704
2705
  "type": "keyword",
2705
2706
  "value": "string"
2706
2707
  },
2707
- "optional": true,
2708
2708
  "computed": false
2709
2709
  }
2710
2710
  ]
2711
2711
  }
2712
2712
  ]
2713
2713
  },
2714
- "ai-portal.ai-agents": {
2714
+ "ai-portal.ai-employees": {
2715
2715
  "properties": [
2716
2716
  {
2717
2717
  "name": "list",
@@ -2721,23 +2721,33 @@
2721
2721
  "type": "reference",
2722
2722
  "typeName": {
2723
2723
  "type": "identifier",
2724
- "name": "Agent"
2724
+ "name": "Employee"
2725
2725
  }
2726
2726
  }
2727
2727
  }
2728
2728
  },
2729
2729
  {
2730
- "name": "urlTemplate",
2730
+ "name": "industries",
2731
2731
  "annotation": {
2732
- "type": "keyword",
2733
- "value": "string"
2734
- }
2735
- },
2732
+ "type": "array",
2733
+ "elementType": {
2734
+ "type": "keyword",
2735
+ "value": "string"
2736
+ }
2737
+ }
2738
+ },
2736
2739
  {
2737
- "name": "withContainer",
2740
+ "name": "urlTemplate",
2738
2741
  "annotation": {
2739
2742
  "type": "keyword",
2740
- "value": "boolean"
2743
+ "value": "string"
2744
+ }
2745
+ },
2746
+ {
2747
+ "name": "stickyTop",
2748
+ "annotation": {
2749
+ "type": "keyword",
2750
+ "value": "number"
2741
2751
  }
2742
2752
  }
2743
2753
  ],
@@ -2746,7 +2756,7 @@
2746
2756
  "types": [
2747
2757
  {
2748
2758
  "type": "interface",
2749
- "name": "Agent",
2759
+ "name": "Employee",
2750
2760
  "body": [
2751
2761
  {
2752
2762
  "type": "propertySignature",
@@ -2764,7 +2774,7 @@
2764
2774
  "type": "propertySignature",
2765
2775
  "key": {
2766
2776
  "type": "identifier",
2767
- "name": "description"
2777
+ "name": "industry"
2768
2778
  },
2769
2779
  "annotation": {
2770
2780
  "type": "keyword",
@@ -2776,30 +2786,35 @@
2776
2786
  "type": "propertySignature",
2777
2787
  "key": {
2778
2788
  "type": "identifier",
2779
- "name": "icon"
2789
+ "name": "role"
2780
2790
  },
2781
2791
  "annotation": {
2782
- "type": "reference",
2783
- "typeName": {
2784
- "type": "identifier",
2785
- "name": "GeneralIconProps"
2786
- }
2792
+ "type": "keyword",
2793
+ "value": "string"
2787
2794
  },
2788
- "optional": true,
2789
2795
  "computed": false
2790
2796
  },
2791
2797
  {
2792
2798
  "type": "propertySignature",
2793
2799
  "key": {
2794
2800
  "type": "identifier",
2795
- "name": "tags"
2801
+ "name": "description"
2796
2802
  },
2797
2803
  "annotation": {
2798
- "type": "array",
2799
- "elementType": {
2800
- "type": "keyword",
2801
- "value": "string"
2802
- }
2804
+ "type": "keyword",
2805
+ "value": "string"
2806
+ },
2807
+ "computed": false
2808
+ },
2809
+ {
2810
+ "type": "propertySignature",
2811
+ "key": {
2812
+ "type": "identifier",
2813
+ "name": "avatar"
2814
+ },
2815
+ "annotation": {
2816
+ "type": "keyword",
2817
+ "value": "string"
2803
2818
  },
2804
2819
  "optional": true,
2805
2820
  "computed": false
@@ -2808,7 +2823,7 @@
2808
2823
  }
2809
2824
  ]
2810
2825
  },
2811
- "ai-portal.ai-employees": {
2826
+ "ai-portal.ai-agents": {
2812
2827
  "properties": [
2813
2828
  {
2814
2829
  "name": "list",
@@ -2818,21 +2833,11 @@
2818
2833
  "type": "reference",
2819
2834
  "typeName": {
2820
2835
  "type": "identifier",
2821
- "name": "Employee"
2836
+ "name": "Agent"
2822
2837
  }
2823
2838
  }
2824
2839
  }
2825
2840
  },
2826
- {
2827
- "name": "industries",
2828
- "annotation": {
2829
- "type": "array",
2830
- "elementType": {
2831
- "type": "keyword",
2832
- "value": "string"
2833
- }
2834
- }
2835
- },
2836
2841
  {
2837
2842
  "name": "urlTemplate",
2838
2843
  "annotation": {
@@ -2841,10 +2846,10 @@
2841
2846
  }
2842
2847
  },
2843
2848
  {
2844
- "name": "stickyTop",
2849
+ "name": "withContainer",
2845
2850
  "annotation": {
2846
2851
  "type": "keyword",
2847
- "value": "number"
2852
+ "value": "boolean"
2848
2853
  }
2849
2854
  }
2850
2855
  ],
@@ -2853,7 +2858,7 @@
2853
2858
  "types": [
2854
2859
  {
2855
2860
  "type": "interface",
2856
- "name": "Employee",
2861
+ "name": "Agent",
2857
2862
  "body": [
2858
2863
  {
2859
2864
  "type": "propertySignature",
@@ -2871,19 +2876,7 @@
2871
2876
  "type": "propertySignature",
2872
2877
  "key": {
2873
2878
  "type": "identifier",
2874
- "name": "industry"
2875
- },
2876
- "annotation": {
2877
- "type": "keyword",
2878
- "value": "string"
2879
- },
2880
- "computed": false
2881
- },
2882
- {
2883
- "type": "propertySignature",
2884
- "key": {
2885
- "type": "identifier",
2886
- "name": "role"
2879
+ "name": "description"
2887
2880
  },
2888
2881
  "annotation": {
2889
2882
  "type": "keyword",
@@ -2895,23 +2888,30 @@
2895
2888
  "type": "propertySignature",
2896
2889
  "key": {
2897
2890
  "type": "identifier",
2898
- "name": "description"
2891
+ "name": "icon"
2899
2892
  },
2900
2893
  "annotation": {
2901
- "type": "keyword",
2902
- "value": "string"
2894
+ "type": "reference",
2895
+ "typeName": {
2896
+ "type": "identifier",
2897
+ "name": "GeneralIconProps"
2898
+ }
2903
2899
  },
2900
+ "optional": true,
2904
2901
  "computed": false
2905
2902
  },
2906
2903
  {
2907
2904
  "type": "propertySignature",
2908
2905
  "key": {
2909
2906
  "type": "identifier",
2910
- "name": "avatar"
2907
+ "name": "tags"
2911
2908
  },
2912
2909
  "annotation": {
2913
- "type": "keyword",
2914
- "value": "string"
2910
+ "type": "array",
2911
+ "elementType": {
2912
+ "type": "keyword",
2913
+ "value": "string"
2914
+ }
2915
2915
  },
2916
2916
  "optional": true,
2917
2917
  "computed": false
@@ -3089,124 +3089,6 @@
3089
3089
  }
3090
3090
  ]
3091
3091
  },
3092
- "ai-portal.action-buttons": {
3093
- "properties": [
3094
- {
3095
- "name": "items",
3096
- "annotation": {
3097
- "type": "array",
3098
- "elementType": {
3099
- "type": "reference",
3100
- "typeName": {
3101
- "type": "identifier",
3102
- "name": "ActionItem"
3103
- }
3104
- }
3105
- }
3106
- },
3107
- {
3108
- "name": "activeKey",
3109
- "annotation": {
3110
- "type": "union",
3111
- "types": [
3112
- {
3113
- "type": "keyword",
3114
- "value": "string"
3115
- },
3116
- {
3117
- "type": "keyword",
3118
- "value": "null"
3119
- }
3120
- ]
3121
- }
3122
- }
3123
- ],
3124
- "events": [
3125
- {
3126
- "name": "change",
3127
- "detail": {
3128
- "annotation": {
3129
- "type": "union",
3130
- "types": [
3131
- {
3132
- "type": "reference",
3133
- "typeName": {
3134
- "type": "identifier",
3135
- "name": "ActionItem"
3136
- }
3137
- },
3138
- {
3139
- "type": "keyword",
3140
- "value": "null"
3141
- }
3142
- ]
3143
- }
3144
- }
3145
- }
3146
- ],
3147
- "methods": [],
3148
- "types": [
3149
- {
3150
- "type": "interface",
3151
- "name": "ActionItem",
3152
- "body": [
3153
- {
3154
- "type": "propertySignature",
3155
- "key": {
3156
- "type": "identifier",
3157
- "name": "text"
3158
- },
3159
- "annotation": {
3160
- "type": "keyword",
3161
- "value": "string"
3162
- },
3163
- "computed": false
3164
- },
3165
- {
3166
- "type": "propertySignature",
3167
- "key": {
3168
- "type": "identifier",
3169
- "name": "key"
3170
- },
3171
- "annotation": {
3172
- "type": "keyword",
3173
- "value": "string"
3174
- },
3175
- "computed": false
3176
- },
3177
- {
3178
- "type": "propertySignature",
3179
- "key": {
3180
- "type": "identifier",
3181
- "name": "icon"
3182
- },
3183
- "annotation": {
3184
- "type": "reference",
3185
- "typeName": {
3186
- "type": "identifier",
3187
- "name": "GeneralIconProps"
3188
- }
3189
- },
3190
- "optional": true,
3191
- "computed": false
3192
- },
3193
- {
3194
- "type": "propertySignature",
3195
- "key": {
3196
- "type": "identifier",
3197
- "name": "hidden"
3198
- },
3199
- "annotation": {
3200
- "type": "keyword",
3201
- "value": "boolean"
3202
- },
3203
- "optional": true,
3204
- "computed": false
3205
- }
3206
- ]
3207
- }
3208
- ]
3209
- },
3210
3092
  "ai-portal.preview-container": {
3211
3093
  "properties": [
3212
3094
  {
@@ -3453,6 +3335,124 @@
3453
3335
  }
3454
3336
  ]
3455
3337
  },
3338
+ "ai-portal.action-buttons": {
3339
+ "properties": [
3340
+ {
3341
+ "name": "items",
3342
+ "annotation": {
3343
+ "type": "array",
3344
+ "elementType": {
3345
+ "type": "reference",
3346
+ "typeName": {
3347
+ "type": "identifier",
3348
+ "name": "ActionItem"
3349
+ }
3350
+ }
3351
+ }
3352
+ },
3353
+ {
3354
+ "name": "activeKey",
3355
+ "annotation": {
3356
+ "type": "union",
3357
+ "types": [
3358
+ {
3359
+ "type": "keyword",
3360
+ "value": "string"
3361
+ },
3362
+ {
3363
+ "type": "keyword",
3364
+ "value": "null"
3365
+ }
3366
+ ]
3367
+ }
3368
+ }
3369
+ ],
3370
+ "events": [
3371
+ {
3372
+ "name": "change",
3373
+ "detail": {
3374
+ "annotation": {
3375
+ "type": "union",
3376
+ "types": [
3377
+ {
3378
+ "type": "reference",
3379
+ "typeName": {
3380
+ "type": "identifier",
3381
+ "name": "ActionItem"
3382
+ }
3383
+ },
3384
+ {
3385
+ "type": "keyword",
3386
+ "value": "null"
3387
+ }
3388
+ ]
3389
+ }
3390
+ }
3391
+ }
3392
+ ],
3393
+ "methods": [],
3394
+ "types": [
3395
+ {
3396
+ "type": "interface",
3397
+ "name": "ActionItem",
3398
+ "body": [
3399
+ {
3400
+ "type": "propertySignature",
3401
+ "key": {
3402
+ "type": "identifier",
3403
+ "name": "text"
3404
+ },
3405
+ "annotation": {
3406
+ "type": "keyword",
3407
+ "value": "string"
3408
+ },
3409
+ "computed": false
3410
+ },
3411
+ {
3412
+ "type": "propertySignature",
3413
+ "key": {
3414
+ "type": "identifier",
3415
+ "name": "key"
3416
+ },
3417
+ "annotation": {
3418
+ "type": "keyword",
3419
+ "value": "string"
3420
+ },
3421
+ "computed": false
3422
+ },
3423
+ {
3424
+ "type": "propertySignature",
3425
+ "key": {
3426
+ "type": "identifier",
3427
+ "name": "icon"
3428
+ },
3429
+ "annotation": {
3430
+ "type": "reference",
3431
+ "typeName": {
3432
+ "type": "identifier",
3433
+ "name": "GeneralIconProps"
3434
+ }
3435
+ },
3436
+ "optional": true,
3437
+ "computed": false
3438
+ },
3439
+ {
3440
+ "type": "propertySignature",
3441
+ "key": {
3442
+ "type": "identifier",
3443
+ "name": "hidden"
3444
+ },
3445
+ "annotation": {
3446
+ "type": "keyword",
3447
+ "value": "boolean"
3448
+ },
3449
+ "optional": true,
3450
+ "computed": false
3451
+ }
3452
+ ]
3453
+ }
3454
+ ]
3455
+ },
3456
3456
  "ai-portal.activity-timeline": {
3457
3457
  "properties": [
3458
3458
  {
@@ -4950,77 +4950,6 @@
4950
4950
  "events": [],
4951
4951
  "methods": []
4952
4952
  },
4953
- "ai-portal.flow-tabs": {
4954
- "properties": [
4955
- {
4956
- "name": "tabs",
4957
- "annotation": {
4958
- "type": "array",
4959
- "elementType": {
4960
- "type": "reference",
4961
- "typeName": {
4962
- "type": "identifier",
4963
- "name": "Tab"
4964
- }
4965
- }
4966
- }
4967
- },
4968
- {
4969
- "name": "activeTab",
4970
- "annotation": {
4971
- "type": "keyword",
4972
- "value": "string"
4973
- }
4974
- }
4975
- ],
4976
- "events": [
4977
- {
4978
- "name": "tab.click",
4979
- "detail": {
4980
- "annotation": {
4981
- "type": "reference",
4982
- "typeName": {
4983
- "type": "identifier",
4984
- "name": "Tab"
4985
- }
4986
- }
4987
- }
4988
- }
4989
- ],
4990
- "methods": [],
4991
- "types": [
4992
- {
4993
- "type": "interface",
4994
- "name": "Tab",
4995
- "body": [
4996
- {
4997
- "type": "propertySignature",
4998
- "key": {
4999
- "type": "identifier",
5000
- "name": "id"
5001
- },
5002
- "annotation": {
5003
- "type": "keyword",
5004
- "value": "string"
5005
- },
5006
- "computed": false
5007
- },
5008
- {
5009
- "type": "propertySignature",
5010
- "key": {
5011
- "type": "identifier",
5012
- "name": "label"
5013
- },
5014
- "annotation": {
5015
- "type": "keyword",
5016
- "value": "string"
5017
- },
5018
- "computed": false
5019
- }
5020
- ]
5021
- }
5022
- ]
5023
- },
5024
4953
  "ai-portal.stage-flow": {
5025
4954
  "properties": [
5026
4955
  {
@@ -5383,6 +5312,77 @@
5383
5312
  }
5384
5313
  ]
5385
5314
  },
5315
+ "ai-portal.flow-tabs": {
5316
+ "properties": [
5317
+ {
5318
+ "name": "tabs",
5319
+ "annotation": {
5320
+ "type": "array",
5321
+ "elementType": {
5322
+ "type": "reference",
5323
+ "typeName": {
5324
+ "type": "identifier",
5325
+ "name": "Tab"
5326
+ }
5327
+ }
5328
+ }
5329
+ },
5330
+ {
5331
+ "name": "activeTab",
5332
+ "annotation": {
5333
+ "type": "keyword",
5334
+ "value": "string"
5335
+ }
5336
+ }
5337
+ ],
5338
+ "events": [
5339
+ {
5340
+ "name": "tab.click",
5341
+ "detail": {
5342
+ "annotation": {
5343
+ "type": "reference",
5344
+ "typeName": {
5345
+ "type": "identifier",
5346
+ "name": "Tab"
5347
+ }
5348
+ }
5349
+ }
5350
+ }
5351
+ ],
5352
+ "methods": [],
5353
+ "types": [
5354
+ {
5355
+ "type": "interface",
5356
+ "name": "Tab",
5357
+ "body": [
5358
+ {
5359
+ "type": "propertySignature",
5360
+ "key": {
5361
+ "type": "identifier",
5362
+ "name": "id"
5363
+ },
5364
+ "annotation": {
5365
+ "type": "keyword",
5366
+ "value": "string"
5367
+ },
5368
+ "computed": false
5369
+ },
5370
+ {
5371
+ "type": "propertySignature",
5372
+ "key": {
5373
+ "type": "identifier",
5374
+ "name": "label"
5375
+ },
5376
+ "annotation": {
5377
+ "type": "keyword",
5378
+ "value": "string"
5379
+ },
5380
+ "computed": false
5381
+ }
5382
+ ]
5383
+ }
5384
+ ]
5385
+ },
5386
5386
  "ai-portal.running-flow": {
5387
5387
  "properties": [
5388
5388
  {