@next-bricks/ai-portal 0.64.5 → 0.64.7
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 +39 -39
- package/dist/chunks/{4208.90f96600.js → 4208.54a5a7dd.js} +2 -2
- package/dist/chunks/4208.54a5a7dd.js.map +1 -0
- package/dist/chunks/{4820.3f60d55c.js → 4820.51e9c918.js} +2 -2
- package/dist/chunks/4820.51e9c918.js.map +1 -0
- package/dist/chunks/5411.e3725484.js +3 -0
- package/dist/chunks/5411.e3725484.js.map +1 -0
- package/dist/chunks/{778.850294cf.js → 778.1a43bbd5.js} +2 -2
- package/dist/chunks/778.1a43bbd5.js.map +1 -0
- package/dist/chunks/chat-panel.abf4cbf4.js +2 -0
- package/dist/chunks/chat-panel.abf4cbf4.js.map +1 -0
- package/dist/chunks/{elevo-sidebar.78a35f1d.js → elevo-sidebar.4aa42ab3.js} +3 -3
- package/dist/chunks/{elevo-sidebar.78a35f1d.js.map → elevo-sidebar.4aa42ab3.js.map} +1 -1
- package/dist/chunks/{main.792f3e2b.js → main.2a338bc4.js} +2 -2
- package/dist/chunks/{main.792f3e2b.js.map → main.2a338bc4.js.map} +1 -1
- package/dist/examples.json +16 -16
- package/dist/{index.ae9bb094.js → index.92f99895.js} +2 -2
- package/dist/{index.ae9bb094.js.map → index.92f99895.js.map} +1 -1
- package/dist/manifest.json +298 -298
- package/dist/types.json +318 -318
- package/dist-types/cruise-canvas/reducers/interfaces.d.ts +1 -0
- package/dist-types/elevo-sidebar/NavLinkWithActions.d.ts +11 -0
- package/dist-types/shared/interfaces.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/4208.90f96600.js.map +0 -1
- package/dist/chunks/4820.3f60d55c.js.map +0 -1
- package/dist/chunks/7059.912e3307.js +0 -3
- package/dist/chunks/7059.912e3307.js.map +0 -1
- package/dist/chunks/778.850294cf.js.map +0 -1
- package/dist/chunks/chat-panel.0735e831.js +0 -2
- package/dist/chunks/chat-panel.0735e831.js.map +0 -1
- /package/dist/chunks/{7059.912e3307.js.LICENSE.txt → 5411.e3725484.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{elevo-sidebar.78a35f1d.js.LICENSE.txt → elevo-sidebar.4aa42ab3.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,17 +1,4 @@
|
|
|
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
|
-
},
|
|
15
2
|
"ai-portal.stat-with-mini-chart": {
|
|
16
3
|
"properties": [
|
|
17
4
|
{
|
|
@@ -235,6 +222,62 @@
|
|
|
235
222
|
}
|
|
236
223
|
]
|
|
237
224
|
},
|
|
225
|
+
"ai-portal.call-tool": {
|
|
226
|
+
"type": "provider",
|
|
227
|
+
"params": [
|
|
228
|
+
{
|
|
229
|
+
"name": "tool",
|
|
230
|
+
"annotation": {
|
|
231
|
+
"type": "reference",
|
|
232
|
+
"typeName": {
|
|
233
|
+
"type": "identifier",
|
|
234
|
+
"name": "ToolInfo"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "params",
|
|
240
|
+
"annotation": {
|
|
241
|
+
"type": "reference",
|
|
242
|
+
"typeName": {
|
|
243
|
+
"type": "identifier",
|
|
244
|
+
"name": "Record"
|
|
245
|
+
},
|
|
246
|
+
"typeParameters": {
|
|
247
|
+
"type": "typeParameterInstantiation",
|
|
248
|
+
"params": [
|
|
249
|
+
{
|
|
250
|
+
"type": "keyword",
|
|
251
|
+
"value": "string"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"type": "keyword",
|
|
255
|
+
"value": "unknown"
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"returns": {
|
|
263
|
+
"annotation": {
|
|
264
|
+
"type": "reference",
|
|
265
|
+
"typeName": {
|
|
266
|
+
"type": "identifier",
|
|
267
|
+
"name": "Promise"
|
|
268
|
+
},
|
|
269
|
+
"typeParameters": {
|
|
270
|
+
"type": "typeParameterInstantiation",
|
|
271
|
+
"params": [
|
|
272
|
+
{
|
|
273
|
+
"type": "keyword",
|
|
274
|
+
"value": "unknown"
|
|
275
|
+
}
|
|
276
|
+
]
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
},
|
|
238
281
|
"ai-portal.save-request-store": {
|
|
239
282
|
"type": "provider",
|
|
240
283
|
"params": [
|
|
@@ -1856,62 +1899,6 @@
|
|
|
1856
1899
|
}
|
|
1857
1900
|
}
|
|
1858
1901
|
},
|
|
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
1902
|
"ai-portal.set-chat-command": {
|
|
1916
1903
|
"type": "provider",
|
|
1917
1904
|
"params": [
|
|
@@ -2156,6 +2143,19 @@
|
|
|
2156
2143
|
}
|
|
2157
2144
|
]
|
|
2158
2145
|
},
|
|
2146
|
+
"ai-portal.home-container": {
|
|
2147
|
+
"properties": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "sticky",
|
|
2150
|
+
"annotation": {
|
|
2151
|
+
"type": "keyword",
|
|
2152
|
+
"value": "boolean"
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
],
|
|
2156
|
+
"events": [],
|
|
2157
|
+
"methods": []
|
|
2158
|
+
},
|
|
2159
2159
|
"ai-portal.elevo-logo": {
|
|
2160
2160
|
"properties": [],
|
|
2161
2161
|
"events": [],
|
|
@@ -2485,7 +2485,7 @@
|
|
|
2485
2485
|
}
|
|
2486
2486
|
]
|
|
2487
2487
|
},
|
|
2488
|
-
"ai-portal.
|
|
2488
|
+
"ai-portal.mcp-tools": {
|
|
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": "
|
|
2498
|
+
"name": "McpTool"
|
|
2499
2499
|
}
|
|
2500
2500
|
}
|
|
2501
2501
|
}
|
|
2502
2502
|
},
|
|
2503
2503
|
{
|
|
2504
|
-
"name": "
|
|
2504
|
+
"name": "stickyTop",
|
|
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": "
|
|
2516
|
+
"name": "McpTool",
|
|
2517
2517
|
"body": [
|
|
2518
2518
|
{
|
|
2519
2519
|
"type": "propertySignature",
|
|
2520
2520
|
"key": {
|
|
2521
2521
|
"type": "identifier",
|
|
2522
|
-
"name": "
|
|
2522
|
+
"name": "name"
|
|
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": "
|
|
2546
|
+
"name": "description"
|
|
2547
2547
|
},
|
|
2548
2548
|
"annotation": {
|
|
2549
2549
|
"type": "keyword",
|
|
@@ -2555,7 +2555,44 @@
|
|
|
2555
2555
|
"type": "propertySignature",
|
|
2556
2556
|
"key": {
|
|
2557
2557
|
"type": "identifier",
|
|
2558
|
-
"name": "
|
|
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"
|
|
2559
2596
|
},
|
|
2560
2597
|
"annotation": {
|
|
2561
2598
|
"type": "keyword",
|
|
@@ -2567,20 +2604,19 @@
|
|
|
2567
2604
|
"type": "propertySignature",
|
|
2568
2605
|
"key": {
|
|
2569
2606
|
"type": "identifier",
|
|
2570
|
-
"name": "
|
|
2607
|
+
"name": "name"
|
|
2571
2608
|
},
|
|
2572
2609
|
"annotation": {
|
|
2573
2610
|
"type": "keyword",
|
|
2574
2611
|
"value": "string"
|
|
2575
2612
|
},
|
|
2576
|
-
"optional": true,
|
|
2577
2613
|
"computed": false
|
|
2578
2614
|
}
|
|
2579
2615
|
]
|
|
2580
2616
|
}
|
|
2581
2617
|
]
|
|
2582
2618
|
},
|
|
2583
|
-
"ai-portal.
|
|
2619
|
+
"ai-portal.show-cases": {
|
|
2584
2620
|
"properties": [
|
|
2585
2621
|
{
|
|
2586
2622
|
"name": "list",
|
|
@@ -2590,13 +2626,13 @@
|
|
|
2590
2626
|
"type": "reference",
|
|
2591
2627
|
"typeName": {
|
|
2592
2628
|
"type": "identifier",
|
|
2593
|
-
"name": "
|
|
2629
|
+
"name": "ShowCaseType"
|
|
2594
2630
|
}
|
|
2595
2631
|
}
|
|
2596
2632
|
}
|
|
2597
2633
|
},
|
|
2598
2634
|
{
|
|
2599
|
-
"name": "
|
|
2635
|
+
"name": "limit",
|
|
2600
2636
|
"annotation": {
|
|
2601
2637
|
"type": "keyword",
|
|
2602
2638
|
"value": "number"
|
|
@@ -2608,13 +2644,13 @@
|
|
|
2608
2644
|
"types": [
|
|
2609
2645
|
{
|
|
2610
2646
|
"type": "interface",
|
|
2611
|
-
"name": "
|
|
2647
|
+
"name": "ShowCaseType",
|
|
2612
2648
|
"body": [
|
|
2613
2649
|
{
|
|
2614
2650
|
"type": "propertySignature",
|
|
2615
2651
|
"key": {
|
|
2616
2652
|
"type": "identifier",
|
|
2617
|
-
"name": "
|
|
2653
|
+
"name": "conversationId"
|
|
2618
2654
|
},
|
|
2619
2655
|
"annotation": {
|
|
2620
2656
|
"type": "keyword",
|
|
@@ -2638,7 +2674,7 @@
|
|
|
2638
2674
|
"type": "propertySignature",
|
|
2639
2675
|
"key": {
|
|
2640
2676
|
"type": "identifier",
|
|
2641
|
-
"name": "
|
|
2677
|
+
"name": "summary"
|
|
2642
2678
|
},
|
|
2643
2679
|
"annotation": {
|
|
2644
2680
|
"type": "keyword",
|
|
@@ -2650,44 +2686,7 @@
|
|
|
2650
2686
|
"type": "propertySignature",
|
|
2651
2687
|
"key": {
|
|
2652
2688
|
"type": "identifier",
|
|
2653
|
-
"name": "
|
|
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"
|
|
2689
|
+
"name": "scenario"
|
|
2691
2690
|
},
|
|
2692
2691
|
"annotation": {
|
|
2693
2692
|
"type": "keyword",
|
|
@@ -2699,12 +2698,13 @@
|
|
|
2699
2698
|
"type": "propertySignature",
|
|
2700
2699
|
"key": {
|
|
2701
2700
|
"type": "identifier",
|
|
2702
|
-
"name": "
|
|
2701
|
+
"name": "url"
|
|
2703
2702
|
},
|
|
2704
2703
|
"annotation": {
|
|
2705
2704
|
"type": "keyword",
|
|
2706
2705
|
"value": "string"
|
|
2707
2706
|
},
|
|
2707
|
+
"optional": true,
|
|
2708
2708
|
"computed": false
|
|
2709
2709
|
}
|
|
2710
2710
|
]
|
|
@@ -3109,26 +3109,144 @@
|
|
|
3109
3109
|
"events": [],
|
|
3110
3110
|
"methods": []
|
|
3111
3111
|
},
|
|
3112
|
-
"ai-portal.
|
|
3112
|
+
"ai-portal.action-buttons": {
|
|
3113
3113
|
"properties": [
|
|
3114
3114
|
{
|
|
3115
|
-
"name": "
|
|
3115
|
+
"name": "items",
|
|
3116
3116
|
"annotation": {
|
|
3117
3117
|
"type": "array",
|
|
3118
3118
|
"elementType": {
|
|
3119
3119
|
"type": "reference",
|
|
3120
3120
|
"typeName": {
|
|
3121
3121
|
"type": "identifier",
|
|
3122
|
-
"name": "
|
|
3122
|
+
"name": "ActionItem"
|
|
3123
3123
|
}
|
|
3124
3124
|
}
|
|
3125
3125
|
}
|
|
3126
3126
|
},
|
|
3127
3127
|
{
|
|
3128
|
-
"name": "
|
|
3128
|
+
"name": "activeKey",
|
|
3129
3129
|
"annotation": {
|
|
3130
|
-
"type": "
|
|
3131
|
-
"
|
|
3130
|
+
"type": "union",
|
|
3131
|
+
"types": [
|
|
3132
|
+
{
|
|
3133
|
+
"type": "keyword",
|
|
3134
|
+
"value": "string"
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
"type": "keyword",
|
|
3138
|
+
"value": "null"
|
|
3139
|
+
}
|
|
3140
|
+
]
|
|
3141
|
+
}
|
|
3142
|
+
}
|
|
3143
|
+
],
|
|
3144
|
+
"events": [
|
|
3145
|
+
{
|
|
3146
|
+
"name": "change",
|
|
3147
|
+
"detail": {
|
|
3148
|
+
"annotation": {
|
|
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
|
+
]
|
|
3163
|
+
}
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
],
|
|
3167
|
+
"methods": [],
|
|
3168
|
+
"types": [
|
|
3169
|
+
{
|
|
3170
|
+
"type": "interface",
|
|
3171
|
+
"name": "ActionItem",
|
|
3172
|
+
"body": [
|
|
3173
|
+
{
|
|
3174
|
+
"type": "propertySignature",
|
|
3175
|
+
"key": {
|
|
3176
|
+
"type": "identifier",
|
|
3177
|
+
"name": "text"
|
|
3178
|
+
},
|
|
3179
|
+
"annotation": {
|
|
3180
|
+
"type": "keyword",
|
|
3181
|
+
"value": "string"
|
|
3182
|
+
},
|
|
3183
|
+
"computed": false
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"type": "propertySignature",
|
|
3187
|
+
"key": {
|
|
3188
|
+
"type": "identifier",
|
|
3189
|
+
"name": "key"
|
|
3190
|
+
},
|
|
3191
|
+
"annotation": {
|
|
3192
|
+
"type": "keyword",
|
|
3193
|
+
"value": "string"
|
|
3194
|
+
},
|
|
3195
|
+
"computed": false
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"type": "propertySignature",
|
|
3199
|
+
"key": {
|
|
3200
|
+
"type": "identifier",
|
|
3201
|
+
"name": "icon"
|
|
3202
|
+
},
|
|
3203
|
+
"annotation": {
|
|
3204
|
+
"type": "reference",
|
|
3205
|
+
"typeName": {
|
|
3206
|
+
"type": "identifier",
|
|
3207
|
+
"name": "GeneralIconProps"
|
|
3208
|
+
}
|
|
3209
|
+
},
|
|
3210
|
+
"optional": true,
|
|
3211
|
+
"computed": false
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"type": "propertySignature",
|
|
3215
|
+
"key": {
|
|
3216
|
+
"type": "identifier",
|
|
3217
|
+
"name": "hidden"
|
|
3218
|
+
},
|
|
3219
|
+
"annotation": {
|
|
3220
|
+
"type": "keyword",
|
|
3221
|
+
"value": "boolean"
|
|
3222
|
+
},
|
|
3223
|
+
"optional": true,
|
|
3224
|
+
"computed": false
|
|
3225
|
+
}
|
|
3226
|
+
]
|
|
3227
|
+
}
|
|
3228
|
+
]
|
|
3229
|
+
},
|
|
3230
|
+
"ai-portal.project-conversations": {
|
|
3231
|
+
"properties": [
|
|
3232
|
+
{
|
|
3233
|
+
"name": "list",
|
|
3234
|
+
"annotation": {
|
|
3235
|
+
"type": "array",
|
|
3236
|
+
"elementType": {
|
|
3237
|
+
"type": "reference",
|
|
3238
|
+
"typeName": {
|
|
3239
|
+
"type": "identifier",
|
|
3240
|
+
"name": "Conversation"
|
|
3241
|
+
}
|
|
3242
|
+
}
|
|
3243
|
+
}
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"name": "urlTemplate",
|
|
3247
|
+
"annotation": {
|
|
3248
|
+
"type": "keyword",
|
|
3249
|
+
"value": "string"
|
|
3132
3250
|
}
|
|
3133
3251
|
},
|
|
3134
3252
|
{
|
|
@@ -3335,124 +3453,6 @@
|
|
|
3335
3453
|
}
|
|
3336
3454
|
]
|
|
3337
3455
|
},
|
|
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,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
|
{
|