@next-bricks/ai-portal 0.64.1 → 0.64.2

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
@@ -235,185 +235,6 @@
235
235
  "events": [],
236
236
  "methods": []
237
237
  },
238
- "ai-portal.page-container": {
239
- "properties": [
240
- {
241
- "name": "pageTitle",
242
- "annotation": {
243
- "type": "keyword",
244
- "value": "string"
245
- }
246
- },
247
- {
248
- "name": "breadcrumbs",
249
- "annotation": {
250
- "type": "array",
251
- "elementType": {
252
- "type": "reference",
253
- "typeName": {
254
- "type": "identifier",
255
- "name": "Breadcrumb"
256
- }
257
- }
258
- }
259
- },
260
- {
261
- "name": "size",
262
- "annotation": {
263
- "type": "union",
264
- "types": [
265
- {
266
- "type": "jsLiteral",
267
- "value": "medium"
268
- },
269
- {
270
- "type": "jsLiteral",
271
- "value": "small"
272
- },
273
- {
274
- "type": "jsLiteral",
275
- "value": "full"
276
- }
277
- ]
278
- }
279
- },
280
- {
281
- "name": "variant",
282
- "annotation": {
283
- "type": "union",
284
- "types": [
285
- {
286
- "type": "jsLiteral",
287
- "value": "default"
288
- },
289
- {
290
- "type": "jsLiteral",
291
- "value": "form"
292
- }
293
- ]
294
- }
295
- },
296
- {
297
- "name": "sticky",
298
- "annotation": {
299
- "type": "keyword",
300
- "value": "boolean"
301
- }
302
- },
303
- {
304
- "name": "textContent",
305
- "annotation": {
306
- "type": "keyword",
307
- "value": "string"
308
- }
309
- }
310
- ],
311
- "events": [],
312
- "methods": [],
313
- "types": [
314
- {
315
- "type": "interface",
316
- "name": "Breadcrumb",
317
- "body": [
318
- {
319
- "type": "propertySignature",
320
- "key": {
321
- "type": "identifier",
322
- "name": "text"
323
- },
324
- "annotation": {
325
- "type": "keyword",
326
- "value": "string"
327
- },
328
- "computed": false
329
- },
330
- {
331
- "type": "propertySignature",
332
- "key": {
333
- "type": "identifier",
334
- "name": "url"
335
- },
336
- "annotation": {
337
- "type": "keyword",
338
- "value": "string"
339
- },
340
- "computed": false
341
- }
342
- ]
343
- }
344
- ]
345
- },
346
- "ai-portal.tab-list": {
347
- "properties": [
348
- {
349
- "name": "tabs",
350
- "annotation": {
351
- "type": "array",
352
- "elementType": {
353
- "type": "reference",
354
- "typeName": {
355
- "type": "identifier",
356
- "name": "Tab"
357
- }
358
- }
359
- }
360
- },
361
- {
362
- "name": "activeTab",
363
- "annotation": {
364
- "type": "keyword",
365
- "value": "string"
366
- }
367
- }
368
- ],
369
- "events": [
370
- {
371
- "name": "tab.click",
372
- "detail": {
373
- "annotation": {
374
- "type": "reference",
375
- "typeName": {
376
- "type": "identifier",
377
- "name": "Tab"
378
- }
379
- }
380
- }
381
- }
382
- ],
383
- "methods": [],
384
- "types": [
385
- {
386
- "type": "interface",
387
- "name": "Tab",
388
- "body": [
389
- {
390
- "type": "propertySignature",
391
- "key": {
392
- "type": "identifier",
393
- "name": "id"
394
- },
395
- "annotation": {
396
- "type": "keyword",
397
- "value": "string"
398
- },
399
- "computed": false
400
- },
401
- {
402
- "type": "propertySignature",
403
- "key": {
404
- "type": "identifier",
405
- "name": "label"
406
- },
407
- "annotation": {
408
- "type": "keyword",
409
- "value": "string"
410
- },
411
- "computed": false
412
- }
413
- ]
414
- }
415
- ]
416
- },
417
238
  "ai-portal.call-tool": {
418
239
  "type": "provider",
419
240
  "params": [
@@ -2156,71 +1977,69 @@
2156
1977
  }
2157
1978
  ]
2158
1979
  },
2159
- "ai-portal.elevo-logo": {
2160
- "properties": [],
2161
- "events": [],
2162
- "methods": []
2163
- },
2164
- "ai-portal.blank-state": {
1980
+ "ai-portal.page-container": {
2165
1981
  "properties": [
2166
1982
  {
2167
- "name": "illustration",
1983
+ "name": "pageTitle",
2168
1984
  "annotation": {
2169
- "type": "reference",
2170
- "typeName": {
2171
- "type": "identifier",
2172
- "name": "BlankStateIllustration"
2173
- }
1985
+ "type": "keyword",
1986
+ "value": "string"
2174
1987
  }
2175
1988
  },
2176
1989
  {
2177
- "name": "description",
1990
+ "name": "breadcrumbs",
2178
1991
  "annotation": {
2179
- "type": "keyword",
2180
- "value": "string"
1992
+ "type": "array",
1993
+ "elementType": {
1994
+ "type": "reference",
1995
+ "typeName": {
1996
+ "type": "identifier",
1997
+ "name": "Breadcrumb"
1998
+ }
1999
+ }
2181
2000
  }
2182
- }
2183
- ],
2184
- "events": [],
2185
- "methods": [],
2186
- "types": [
2001
+ },
2187
2002
  {
2188
- "type": "typeAlias",
2189
- "name": "BlankStateIllustration",
2003
+ "name": "size",
2190
2004
  "annotation": {
2191
2005
  "type": "union",
2192
2006
  "types": [
2193
2007
  {
2194
2008
  "type": "jsLiteral",
2195
- "value": "goals"
2009
+ "value": "medium"
2196
2010
  },
2197
2011
  {
2198
2012
  "type": "jsLiteral",
2199
- "value": "activities"
2013
+ "value": "small"
2200
2014
  },
2201
2015
  {
2202
2016
  "type": "jsLiteral",
2203
- "value": "collaboration-spaces"
2017
+ "value": "full"
2018
+ }
2019
+ ]
2020
+ }
2021
+ },
2022
+ {
2023
+ "name": "variant",
2024
+ "annotation": {
2025
+ "type": "union",
2026
+ "types": [
2027
+ {
2028
+ "type": "jsLiteral",
2029
+ "value": "default"
2204
2030
  },
2205
2031
  {
2206
2032
  "type": "jsLiteral",
2207
- "value": "serviceflows"
2033
+ "value": "form"
2208
2034
  }
2209
2035
  ]
2210
2036
  }
2211
- }
2212
- ]
2213
- },
2214
- "ai-portal.sticky-container": {
2215
- "properties": [
2037
+ },
2216
2038
  {
2217
- "name": "variant",
2039
+ "name": "sticky",
2218
2040
  "annotation": {
2219
- "type": "reference",
2220
- "typeName": {
2221
- "type": "identifier",
2222
- "name": "StickyContainerVariant"
2223
- }
2041
+ "type": "keyword",
2042
+ "value": "boolean"
2224
2043
  }
2225
2044
  },
2226
2045
  {
@@ -2235,11 +2054,192 @@
2235
2054
  "methods": [],
2236
2055
  "types": [
2237
2056
  {
2238
- "type": "typeAlias",
2239
- "name": "StickyContainerVariant",
2240
- "annotation": {
2241
- "type": "union",
2242
- "types": [
2057
+ "type": "interface",
2058
+ "name": "Breadcrumb",
2059
+ "body": [
2060
+ {
2061
+ "type": "propertySignature",
2062
+ "key": {
2063
+ "type": "identifier",
2064
+ "name": "text"
2065
+ },
2066
+ "annotation": {
2067
+ "type": "keyword",
2068
+ "value": "string"
2069
+ },
2070
+ "computed": false
2071
+ },
2072
+ {
2073
+ "type": "propertySignature",
2074
+ "key": {
2075
+ "type": "identifier",
2076
+ "name": "url"
2077
+ },
2078
+ "annotation": {
2079
+ "type": "keyword",
2080
+ "value": "string"
2081
+ },
2082
+ "computed": false
2083
+ }
2084
+ ]
2085
+ }
2086
+ ]
2087
+ },
2088
+ "ai-portal.tab-list": {
2089
+ "properties": [
2090
+ {
2091
+ "name": "tabs",
2092
+ "annotation": {
2093
+ "type": "array",
2094
+ "elementType": {
2095
+ "type": "reference",
2096
+ "typeName": {
2097
+ "type": "identifier",
2098
+ "name": "Tab"
2099
+ }
2100
+ }
2101
+ }
2102
+ },
2103
+ {
2104
+ "name": "activeTab",
2105
+ "annotation": {
2106
+ "type": "keyword",
2107
+ "value": "string"
2108
+ }
2109
+ }
2110
+ ],
2111
+ "events": [
2112
+ {
2113
+ "name": "tab.click",
2114
+ "detail": {
2115
+ "annotation": {
2116
+ "type": "reference",
2117
+ "typeName": {
2118
+ "type": "identifier",
2119
+ "name": "Tab"
2120
+ }
2121
+ }
2122
+ }
2123
+ }
2124
+ ],
2125
+ "methods": [],
2126
+ "types": [
2127
+ {
2128
+ "type": "interface",
2129
+ "name": "Tab",
2130
+ "body": [
2131
+ {
2132
+ "type": "propertySignature",
2133
+ "key": {
2134
+ "type": "identifier",
2135
+ "name": "id"
2136
+ },
2137
+ "annotation": {
2138
+ "type": "keyword",
2139
+ "value": "string"
2140
+ },
2141
+ "computed": false
2142
+ },
2143
+ {
2144
+ "type": "propertySignature",
2145
+ "key": {
2146
+ "type": "identifier",
2147
+ "name": "label"
2148
+ },
2149
+ "annotation": {
2150
+ "type": "keyword",
2151
+ "value": "string"
2152
+ },
2153
+ "computed": false
2154
+ }
2155
+ ]
2156
+ }
2157
+ ]
2158
+ },
2159
+ "ai-portal.elevo-logo": {
2160
+ "properties": [],
2161
+ "events": [],
2162
+ "methods": []
2163
+ },
2164
+ "ai-portal.blank-state": {
2165
+ "properties": [
2166
+ {
2167
+ "name": "illustration",
2168
+ "annotation": {
2169
+ "type": "reference",
2170
+ "typeName": {
2171
+ "type": "identifier",
2172
+ "name": "BlankStateIllustration"
2173
+ }
2174
+ }
2175
+ },
2176
+ {
2177
+ "name": "description",
2178
+ "annotation": {
2179
+ "type": "keyword",
2180
+ "value": "string"
2181
+ }
2182
+ }
2183
+ ],
2184
+ "events": [],
2185
+ "methods": [],
2186
+ "types": [
2187
+ {
2188
+ "type": "typeAlias",
2189
+ "name": "BlankStateIllustration",
2190
+ "annotation": {
2191
+ "type": "union",
2192
+ "types": [
2193
+ {
2194
+ "type": "jsLiteral",
2195
+ "value": "goals"
2196
+ },
2197
+ {
2198
+ "type": "jsLiteral",
2199
+ "value": "activities"
2200
+ },
2201
+ {
2202
+ "type": "jsLiteral",
2203
+ "value": "collaboration-spaces"
2204
+ },
2205
+ {
2206
+ "type": "jsLiteral",
2207
+ "value": "serviceflows"
2208
+ }
2209
+ ]
2210
+ }
2211
+ }
2212
+ ]
2213
+ },
2214
+ "ai-portal.sticky-container": {
2215
+ "properties": [
2216
+ {
2217
+ "name": "variant",
2218
+ "annotation": {
2219
+ "type": "reference",
2220
+ "typeName": {
2221
+ "type": "identifier",
2222
+ "name": "StickyContainerVariant"
2223
+ }
2224
+ }
2225
+ },
2226
+ {
2227
+ "name": "textContent",
2228
+ "annotation": {
2229
+ "type": "keyword",
2230
+ "value": "string"
2231
+ }
2232
+ }
2233
+ ],
2234
+ "events": [],
2235
+ "methods": [],
2236
+ "types": [
2237
+ {
2238
+ "type": "typeAlias",
2239
+ "name": "StickyContainerVariant",
2240
+ "annotation": {
2241
+ "type": "union",
2242
+ "types": [
2243
2243
  {
2244
2244
  "type": "jsLiteral",
2245
2245
  "value": "default"
@@ -2485,101 +2485,6 @@
2485
2485
  }
2486
2486
  ]
2487
2487
  },
2488
- "ai-portal.show-cases": {
2489
- "properties": [
2490
- {
2491
- "name": "list",
2492
- "annotation": {
2493
- "type": "array",
2494
- "elementType": {
2495
- "type": "reference",
2496
- "typeName": {
2497
- "type": "identifier",
2498
- "name": "ShowCaseType"
2499
- }
2500
- }
2501
- }
2502
- },
2503
- {
2504
- "name": "limit",
2505
- "annotation": {
2506
- "type": "keyword",
2507
- "value": "number"
2508
- }
2509
- }
2510
- ],
2511
- "events": [],
2512
- "methods": [],
2513
- "types": [
2514
- {
2515
- "type": "interface",
2516
- "name": "ShowCaseType",
2517
- "body": [
2518
- {
2519
- "type": "propertySignature",
2520
- "key": {
2521
- "type": "identifier",
2522
- "name": "conversationId"
2523
- },
2524
- "annotation": {
2525
- "type": "keyword",
2526
- "value": "string"
2527
- },
2528
- "computed": false
2529
- },
2530
- {
2531
- "type": "propertySignature",
2532
- "key": {
2533
- "type": "identifier",
2534
- "name": "title"
2535
- },
2536
- "annotation": {
2537
- "type": "keyword",
2538
- "value": "string"
2539
- },
2540
- "computed": false
2541
- },
2542
- {
2543
- "type": "propertySignature",
2544
- "key": {
2545
- "type": "identifier",
2546
- "name": "summary"
2547
- },
2548
- "annotation": {
2549
- "type": "keyword",
2550
- "value": "string"
2551
- },
2552
- "computed": false
2553
- },
2554
- {
2555
- "type": "propertySignature",
2556
- "key": {
2557
- "type": "identifier",
2558
- "name": "scenario"
2559
- },
2560
- "annotation": {
2561
- "type": "keyword",
2562
- "value": "string"
2563
- },
2564
- "computed": false
2565
- },
2566
- {
2567
- "type": "propertySignature",
2568
- "key": {
2569
- "type": "identifier",
2570
- "name": "url"
2571
- },
2572
- "annotation": {
2573
- "type": "keyword",
2574
- "value": "string"
2575
- },
2576
- "optional": true,
2577
- "computed": false
2578
- }
2579
- ]
2580
- }
2581
- ]
2582
- },
2583
2488
  "ai-portal.mcp-tools": {
2584
2489
  "properties": [
2585
2490
  {
@@ -2920,72 +2825,41 @@
2920
2825
  }
2921
2826
  ]
2922
2827
  },
2923
- "ai-portal.action-buttons": {
2828
+ "ai-portal.show-cases": {
2924
2829
  "properties": [
2925
2830
  {
2926
- "name": "items",
2831
+ "name": "list",
2927
2832
  "annotation": {
2928
2833
  "type": "array",
2929
2834
  "elementType": {
2930
2835
  "type": "reference",
2931
2836
  "typeName": {
2932
2837
  "type": "identifier",
2933
- "name": "ActionItem"
2838
+ "name": "ShowCaseType"
2934
2839
  }
2935
2840
  }
2936
2841
  }
2937
2842
  },
2938
2843
  {
2939
- "name": "activeKey",
2844
+ "name": "limit",
2940
2845
  "annotation": {
2941
- "type": "union",
2942
- "types": [
2943
- {
2944
- "type": "keyword",
2945
- "value": "string"
2946
- },
2947
- {
2948
- "type": "keyword",
2949
- "value": "null"
2950
- }
2951
- ]
2952
- }
2953
- }
2954
- ],
2955
- "events": [
2956
- {
2957
- "name": "change",
2958
- "detail": {
2959
- "annotation": {
2960
- "type": "union",
2961
- "types": [
2962
- {
2963
- "type": "reference",
2964
- "typeName": {
2965
- "type": "identifier",
2966
- "name": "ActionItem"
2967
- }
2968
- },
2969
- {
2970
- "type": "keyword",
2971
- "value": "null"
2972
- }
2973
- ]
2974
- }
2846
+ "type": "keyword",
2847
+ "value": "number"
2975
2848
  }
2976
2849
  }
2977
2850
  ],
2851
+ "events": [],
2978
2852
  "methods": [],
2979
2853
  "types": [
2980
2854
  {
2981
2855
  "type": "interface",
2982
- "name": "ActionItem",
2856
+ "name": "ShowCaseType",
2983
2857
  "body": [
2984
2858
  {
2985
2859
  "type": "propertySignature",
2986
2860
  "key": {
2987
2861
  "type": "identifier",
2988
- "name": "text"
2862
+ "name": "conversationId"
2989
2863
  },
2990
2864
  "annotation": {
2991
2865
  "type": "keyword",
@@ -2997,7 +2871,7 @@
2997
2871
  "type": "propertySignature",
2998
2872
  "key": {
2999
2873
  "type": "identifier",
3000
- "name": "key"
2874
+ "name": "title"
3001
2875
  },
3002
2876
  "annotation": {
3003
2877
  "type": "keyword",
@@ -3009,27 +2883,35 @@
3009
2883
  "type": "propertySignature",
3010
2884
  "key": {
3011
2885
  "type": "identifier",
3012
- "name": "icon"
2886
+ "name": "summary"
3013
2887
  },
3014
2888
  "annotation": {
3015
- "type": "reference",
3016
- "typeName": {
3017
- "type": "identifier",
3018
- "name": "GeneralIconProps"
3019
- }
2889
+ "type": "keyword",
2890
+ "value": "string"
3020
2891
  },
3021
- "optional": true,
3022
2892
  "computed": false
3023
2893
  },
3024
2894
  {
3025
2895
  "type": "propertySignature",
3026
2896
  "key": {
3027
2897
  "type": "identifier",
3028
- "name": "hidden"
2898
+ "name": "scenario"
3029
2899
  },
3030
2900
  "annotation": {
3031
2901
  "type": "keyword",
3032
- "value": "boolean"
2902
+ "value": "string"
2903
+ },
2904
+ "computed": false
2905
+ },
2906
+ {
2907
+ "type": "propertySignature",
2908
+ "key": {
2909
+ "type": "identifier",
2910
+ "name": "url"
2911
+ },
2912
+ "annotation": {
2913
+ "type": "keyword",
2914
+ "value": "string"
3033
2915
  },
3034
2916
  "optional": true,
3035
2917
  "computed": false
@@ -3077,38 +2959,173 @@
3077
2959
  }
3078
2960
  },
3079
2961
  {
3080
- "name": "loading",
2962
+ "name": "loading",
2963
+ "annotation": {
2964
+ "type": "keyword",
2965
+ "value": "boolean"
2966
+ }
2967
+ },
2968
+ {
2969
+ "name": "searchPlaceholder",
2970
+ "annotation": {
2971
+ "type": "keyword",
2972
+ "value": "string"
2973
+ }
2974
+ },
2975
+ {
2976
+ "name": "dropdownContentStyle",
2977
+ "annotation": {
2978
+ "type": "reference",
2979
+ "typeName": {
2980
+ "type": "qualifiedName",
2981
+ "left": {
2982
+ "type": "identifier",
2983
+ "name": "React"
2984
+ },
2985
+ "right": {
2986
+ "type": "identifier",
2987
+ "name": "CSSProperties"
2988
+ }
2989
+ }
2990
+ }
2991
+ },
2992
+ {
2993
+ "name": "dropdownMaxWidth",
2994
+ "annotation": {
2995
+ "type": "union",
2996
+ "types": [
2997
+ {
2998
+ "type": "keyword",
2999
+ "value": "string"
3000
+ },
3001
+ {
3002
+ "type": "keyword",
3003
+ "value": "number"
3004
+ }
3005
+ ]
3006
+ }
3007
+ },
3008
+ {
3009
+ "name": "showSearch",
3010
+ "annotation": {
3011
+ "type": "keyword",
3012
+ "value": "boolean"
3013
+ }
3014
+ }
3015
+ ],
3016
+ "events": [
3017
+ {
3018
+ "name": "change",
3019
+ "detail": {
3020
+ "annotation": {
3021
+ "type": "reference",
3022
+ "typeName": {
3023
+ "type": "identifier",
3024
+ "name": "DropdownOptions"
3025
+ }
3026
+ }
3027
+ }
3028
+ }
3029
+ ],
3030
+ "methods": [],
3031
+ "types": [
3032
+ {
3033
+ "type": "interface",
3034
+ "name": "DropdownOptions",
3035
+ "body": [
3036
+ {
3037
+ "type": "propertySignature",
3038
+ "key": {
3039
+ "type": "identifier",
3040
+ "name": "label"
3041
+ },
3042
+ "annotation": {
3043
+ "type": "keyword",
3044
+ "value": "string"
3045
+ },
3046
+ "computed": false
3047
+ },
3048
+ {
3049
+ "type": "propertySignature",
3050
+ "key": {
3051
+ "type": "identifier",
3052
+ "name": "value"
3053
+ },
3054
+ "annotation": {
3055
+ "type": "keyword",
3056
+ "value": "string"
3057
+ },
3058
+ "computed": false
3059
+ },
3060
+ {
3061
+ "type": "propertySignature",
3062
+ "key": {
3063
+ "type": "identifier",
3064
+ "name": "disabled"
3065
+ },
3066
+ "annotation": {
3067
+ "type": "keyword",
3068
+ "value": "boolean"
3069
+ },
3070
+ "optional": true,
3071
+ "computed": false
3072
+ },
3073
+ {
3074
+ "type": "indexSignature",
3075
+ "parameter": {
3076
+ "type": "identifier",
3077
+ "name": "key",
3078
+ "annotation": {
3079
+ "type": "keyword",
3080
+ "value": "string"
3081
+ }
3082
+ },
3083
+ "annotation": {
3084
+ "type": "keyword",
3085
+ "value": "unknown"
3086
+ }
3087
+ }
3088
+ ]
3089
+ }
3090
+ ]
3091
+ },
3092
+ "ai-portal.preview-container": {
3093
+ "properties": [
3094
+ {
3095
+ "name": "source",
3081
3096
  "annotation": {
3082
3097
  "type": "keyword",
3083
- "value": "boolean"
3098
+ "value": "string"
3084
3099
  }
3085
3100
  },
3086
3101
  {
3087
- "name": "searchPlaceholder",
3102
+ "name": "url",
3088
3103
  "annotation": {
3089
3104
  "type": "keyword",
3090
3105
  "value": "string"
3091
3106
  }
3092
- },
3107
+ }
3108
+ ],
3109
+ "events": [],
3110
+ "methods": []
3111
+ },
3112
+ "ai-portal.action-buttons": {
3113
+ "properties": [
3093
3114
  {
3094
- "name": "dropdownContentStyle",
3115
+ "name": "items",
3095
3116
  "annotation": {
3096
- "type": "reference",
3097
- "typeName": {
3098
- "type": "qualifiedName",
3099
- "left": {
3100
- "type": "identifier",
3101
- "name": "React"
3102
- },
3103
- "right": {
3117
+ "type": "array",
3118
+ "elementType": {
3119
+ "type": "reference",
3120
+ "typeName": {
3104
3121
  "type": "identifier",
3105
- "name": "CSSProperties"
3122
+ "name": "ActionItem"
3106
3123
  }
3107
3124
  }
3108
3125
  }
3109
3126
  },
3110
3127
  {
3111
- "name": "dropdownMaxWidth",
3128
+ "name": "activeKey",
3112
3129
  "annotation": {
3113
3130
  "type": "union",
3114
3131
  "types": [
@@ -3118,17 +3135,10 @@
3118
3135
  },
3119
3136
  {
3120
3137
  "type": "keyword",
3121
- "value": "number"
3138
+ "value": "null"
3122
3139
  }
3123
3140
  ]
3124
3141
  }
3125
- },
3126
- {
3127
- "name": "showSearch",
3128
- "annotation": {
3129
- "type": "keyword",
3130
- "value": "boolean"
3131
- }
3132
3142
  }
3133
3143
  ],
3134
3144
  "events": [
@@ -3136,11 +3146,20 @@
3136
3146
  "name": "change",
3137
3147
  "detail": {
3138
3148
  "annotation": {
3139
- "type": "reference",
3140
- "typeName": {
3141
- "type": "identifier",
3142
- "name": "DropdownOptions"
3143
- }
3149
+ "type": "union",
3150
+ "types": [
3151
+ {
3152
+ "type": "reference",
3153
+ "typeName": {
3154
+ "type": "identifier",
3155
+ "name": "ActionItem"
3156
+ }
3157
+ },
3158
+ {
3159
+ "type": "keyword",
3160
+ "value": "null"
3161
+ }
3162
+ ]
3144
3163
  }
3145
3164
  }
3146
3165
  }
@@ -3149,13 +3168,13 @@
3149
3168
  "types": [
3150
3169
  {
3151
3170
  "type": "interface",
3152
- "name": "DropdownOptions",
3171
+ "name": "ActionItem",
3153
3172
  "body": [
3154
3173
  {
3155
3174
  "type": "propertySignature",
3156
3175
  "key": {
3157
3176
  "type": "identifier",
3158
- "name": "label"
3177
+ "name": "text"
3159
3178
  },
3160
3179
  "annotation": {
3161
3180
  "type": "keyword",
@@ -3167,7 +3186,7 @@
3167
3186
  "type": "propertySignature",
3168
3187
  "key": {
3169
3188
  "type": "identifier",
3170
- "name": "value"
3189
+ "name": "key"
3171
3190
  },
3172
3191
  "annotation": {
3173
3192
  "type": "keyword",
@@ -3179,54 +3198,35 @@
3179
3198
  "type": "propertySignature",
3180
3199
  "key": {
3181
3200
  "type": "identifier",
3182
- "name": "disabled"
3201
+ "name": "icon"
3183
3202
  },
3184
3203
  "annotation": {
3185
- "type": "keyword",
3186
- "value": "boolean"
3204
+ "type": "reference",
3205
+ "typeName": {
3206
+ "type": "identifier",
3207
+ "name": "GeneralIconProps"
3208
+ }
3187
3209
  },
3188
3210
  "optional": true,
3189
3211
  "computed": false
3190
3212
  },
3191
3213
  {
3192
- "type": "indexSignature",
3193
- "parameter": {
3214
+ "type": "propertySignature",
3215
+ "key": {
3194
3216
  "type": "identifier",
3195
- "name": "key",
3196
- "annotation": {
3197
- "type": "keyword",
3198
- "value": "string"
3199
- }
3217
+ "name": "hidden"
3200
3218
  },
3201
3219
  "annotation": {
3202
3220
  "type": "keyword",
3203
- "value": "unknown"
3204
- }
3221
+ "value": "boolean"
3222
+ },
3223
+ "optional": true,
3224
+ "computed": false
3205
3225
  }
3206
3226
  ]
3207
3227
  }
3208
3228
  ]
3209
3229
  },
3210
- "ai-portal.preview-container": {
3211
- "properties": [
3212
- {
3213
- "name": "source",
3214
- "annotation": {
3215
- "type": "keyword",
3216
- "value": "string"
3217
- }
3218
- },
3219
- {
3220
- "name": "url",
3221
- "annotation": {
3222
- "type": "keyword",
3223
- "value": "string"
3224
- }
3225
- }
3226
- ],
3227
- "events": [],
3228
- "methods": []
3229
- },
3230
3230
  "ai-portal.project-conversations": {
3231
3231
  "properties": [
3232
3232
  {
@@ -4950,6 +4950,77 @@
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
+ },
4953
5024
  "ai-portal.stage-flow": {
4954
5025
  "properties": [
4955
5026
  {
@@ -5312,77 +5383,6 @@
5312
5383
  }
5313
5384
  ]
5314
5385
  },
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
  {