@next-bricks/ai-portal 0.58.7 → 0.58.9
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 +21 -21
- package/dist/chunks/151.098c765c.js +2 -0
- package/dist/chunks/151.098c765c.js.map +1 -0
- package/dist/chunks/2232.3e1796f1.js +2 -0
- package/dist/chunks/2232.3e1796f1.js.map +1 -0
- package/dist/chunks/{2324.17662f31.js → 2324.d6932d39.js} +2 -2
- package/dist/chunks/{2324.17662f31.js.map → 2324.d6932d39.js.map} +1 -1
- package/dist/chunks/7848.8261656a.js +2 -0
- package/dist/chunks/7848.8261656a.js.map +1 -0
- package/dist/chunks/9496.0c35a324.js +2 -0
- package/dist/chunks/9496.0c35a324.js.map +1 -0
- package/dist/chunks/chat-stream.541a3565.js +2 -0
- package/dist/chunks/chat-stream.541a3565.js.map +1 -0
- package/dist/chunks/{elevo-sidebar.08aad53b.js → elevo-sidebar.dcdcd0e4.js} +3 -3
- package/dist/chunks/elevo-sidebar.dcdcd0e4.js.map +1 -0
- package/dist/chunks/icon-button.ee06d4b6.js +2 -0
- package/dist/chunks/icon-button.ee06d4b6.js.map +1 -0
- package/dist/chunks/{main.9f018556.js → main.f6e562f8.js} +2 -2
- package/dist/chunks/{main.9f018556.js.map → main.f6e562f8.js.map} +1 -1
- package/dist/chunks/notice-dropdown.4d0fa5c5.js +2 -0
- package/dist/chunks/notice-dropdown.4d0fa5c5.js.map +1 -0
- package/dist/examples.json +15 -15
- package/dist/{index.8cc4b995.js → index.41d721be.js} +2 -2
- package/dist/{index.8cc4b995.js.map → index.41d721be.js.map} +1 -1
- package/dist/manifest.json +211 -200
- package/dist/types.json +373 -348
- package/dist-types/chat-stream/ChatStream.d.ts +3 -1
- package/dist-types/cruise-canvas/FileList/FileList.d.ts +1 -2
- package/dist-types/notice-dropdown/index.d.ts +5 -0
- package/dist-types/shared/FilePreview/FilePreview.d.ts +1 -4
- package/dist-types/shared/FilePreview/ImagesPreview.d.ts +6 -0
- package/dist-types/shared/FilePreview/downloadFile.d.ts +2 -0
- package/dist-types/shared/FilePreview/getImageUrl.d.ts +1 -0
- package/dist-types/shared/TaskContext.d.ts +3 -1
- package/dist-types/shared/bricks.d.ts +2 -1
- package/dist-types/shared/constants.d.ts +1 -0
- package/dist-types/shared/interfaces.d.ts +4 -0
- package/package.json +2 -2
- package/dist/chunks/1488.171d8f4f.js +0 -2
- package/dist/chunks/1488.171d8f4f.js.map +0 -1
- package/dist/chunks/151.4fd3b48d.js +0 -2
- package/dist/chunks/151.4fd3b48d.js.map +0 -1
- package/dist/chunks/2232.db93d1de.js +0 -2
- package/dist/chunks/2232.db93d1de.js.map +0 -1
- package/dist/chunks/9496.e3fa93a9.js +0 -2
- package/dist/chunks/9496.e3fa93a9.js.map +0 -1
- package/dist/chunks/chat-stream.da44fc66.js +0 -2
- package/dist/chunks/chat-stream.da44fc66.js.map +0 -1
- package/dist/chunks/elevo-sidebar.08aad53b.js.map +0 -1
- package/dist/chunks/icon-button.0881c876.js +0 -2
- package/dist/chunks/icon-button.0881c876.js.map +0 -1
- package/dist/chunks/notice-dropdown.6262ed81.js +0 -2
- package/dist/chunks/notice-dropdown.6262ed81.js.map +0 -1
- package/dist-types/shared/FilePreview/FilePreviewDrawer.d.ts +0 -6
- /package/dist/chunks/{elevo-sidebar.08aad53b.js.LICENSE.txt → elevo-sidebar.dcdcd0e4.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,108 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.stat-with-mini-chart": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "label",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "value",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "keyword",
|
|
15
|
-
"value": "string"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "size",
|
|
20
|
-
"annotation": {
|
|
21
|
-
"type": "union",
|
|
22
|
-
"types": [
|
|
23
|
-
{
|
|
24
|
-
"type": "jsLiteral",
|
|
25
|
-
"value": "medium"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"type": "jsLiteral",
|
|
29
|
-
"value": "small"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "lineColor",
|
|
36
|
-
"annotation": {
|
|
37
|
-
"type": "keyword",
|
|
38
|
-
"value": "string"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "showArea",
|
|
43
|
-
"annotation": {
|
|
44
|
-
"type": "keyword",
|
|
45
|
-
"value": "boolean"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "min",
|
|
50
|
-
"annotation": {
|
|
51
|
-
"type": "keyword",
|
|
52
|
-
"value": "number"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "max",
|
|
57
|
-
"annotation": {
|
|
58
|
-
"type": "keyword",
|
|
59
|
-
"value": "number"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "xField",
|
|
64
|
-
"annotation": {
|
|
65
|
-
"type": "keyword",
|
|
66
|
-
"value": "string"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "yField",
|
|
71
|
-
"annotation": {
|
|
72
|
-
"type": "keyword",
|
|
73
|
-
"value": "string"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "data",
|
|
78
|
-
"annotation": {
|
|
79
|
-
"type": "array",
|
|
80
|
-
"elementType": {
|
|
81
|
-
"type": "reference",
|
|
82
|
-
"typeName": {
|
|
83
|
-
"type": "identifier",
|
|
84
|
-
"name": "Record"
|
|
85
|
-
},
|
|
86
|
-
"typeParameters": {
|
|
87
|
-
"type": "typeParameterInstantiation",
|
|
88
|
-
"params": [
|
|
89
|
-
{
|
|
90
|
-
"type": "keyword",
|
|
91
|
-
"value": "string"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"type": "keyword",
|
|
95
|
-
"value": "number"
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
"events": [],
|
|
104
|
-
"methods": []
|
|
105
|
-
},
|
|
106
2
|
"ai-portal.home-container": {
|
|
107
3
|
"properties": [
|
|
108
4
|
{
|
|
@@ -194,127 +90,6 @@
|
|
|
194
90
|
}
|
|
195
91
|
]
|
|
196
92
|
},
|
|
197
|
-
"ai-portal.call-tool": {
|
|
198
|
-
"type": "provider",
|
|
199
|
-
"params": [
|
|
200
|
-
{
|
|
201
|
-
"name": "tool",
|
|
202
|
-
"annotation": {
|
|
203
|
-
"type": "reference",
|
|
204
|
-
"typeName": {
|
|
205
|
-
"type": "identifier",
|
|
206
|
-
"name": "ToolInfo"
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"name": "params",
|
|
212
|
-
"annotation": {
|
|
213
|
-
"type": "reference",
|
|
214
|
-
"typeName": {
|
|
215
|
-
"type": "identifier",
|
|
216
|
-
"name": "Record"
|
|
217
|
-
},
|
|
218
|
-
"typeParameters": {
|
|
219
|
-
"type": "typeParameterInstantiation",
|
|
220
|
-
"params": [
|
|
221
|
-
{
|
|
222
|
-
"type": "keyword",
|
|
223
|
-
"value": "string"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"type": "keyword",
|
|
227
|
-
"value": "unknown"
|
|
228
|
-
}
|
|
229
|
-
]
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
],
|
|
234
|
-
"returns": {
|
|
235
|
-
"annotation": {
|
|
236
|
-
"type": "reference",
|
|
237
|
-
"typeName": {
|
|
238
|
-
"type": "identifier",
|
|
239
|
-
"name": "Promise"
|
|
240
|
-
},
|
|
241
|
-
"typeParameters": {
|
|
242
|
-
"type": "typeParameterInstantiation",
|
|
243
|
-
"params": [
|
|
244
|
-
{
|
|
245
|
-
"type": "keyword",
|
|
246
|
-
"value": "unknown"
|
|
247
|
-
}
|
|
248
|
-
]
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
"ai-portal.set-chat-command": {
|
|
254
|
-
"type": "provider",
|
|
255
|
-
"params": [
|
|
256
|
-
{
|
|
257
|
-
"name": "command",
|
|
258
|
-
"annotation": {
|
|
259
|
-
"type": "union",
|
|
260
|
-
"types": [
|
|
261
|
-
{
|
|
262
|
-
"type": "reference",
|
|
263
|
-
"typeName": {
|
|
264
|
-
"type": "identifier",
|
|
265
|
-
"name": "ChatCommand"
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"type": "keyword",
|
|
270
|
-
"value": "null"
|
|
271
|
-
}
|
|
272
|
-
]
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"returns": {
|
|
277
|
-
"annotation": {
|
|
278
|
-
"type": "keyword",
|
|
279
|
-
"value": "void"
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
|
-
"types": [
|
|
283
|
-
{
|
|
284
|
-
"type": "interface",
|
|
285
|
-
"name": "ChatCommand",
|
|
286
|
-
"body": [
|
|
287
|
-
{
|
|
288
|
-
"type": "propertySignature",
|
|
289
|
-
"key": {
|
|
290
|
-
"type": "identifier",
|
|
291
|
-
"name": "command"
|
|
292
|
-
},
|
|
293
|
-
"annotation": {
|
|
294
|
-
"type": "keyword",
|
|
295
|
-
"value": "string"
|
|
296
|
-
},
|
|
297
|
-
"computed": false
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"type": "propertySignature",
|
|
301
|
-
"key": {
|
|
302
|
-
"type": "identifier",
|
|
303
|
-
"name": "payload"
|
|
304
|
-
},
|
|
305
|
-
"annotation": {
|
|
306
|
-
"type": "reference",
|
|
307
|
-
"typeName": {
|
|
308
|
-
"type": "identifier",
|
|
309
|
-
"name": "CommandPayload"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
"computed": false
|
|
313
|
-
}
|
|
314
|
-
]
|
|
315
|
-
}
|
|
316
|
-
]
|
|
317
|
-
},
|
|
318
93
|
"ai-portal.save-request-store": {
|
|
319
94
|
"type": "provider",
|
|
320
95
|
"params": [
|
|
@@ -816,6 +591,127 @@
|
|
|
816
591
|
}
|
|
817
592
|
}
|
|
818
593
|
},
|
|
594
|
+
"ai-portal.call-tool": {
|
|
595
|
+
"type": "provider",
|
|
596
|
+
"params": [
|
|
597
|
+
{
|
|
598
|
+
"name": "tool",
|
|
599
|
+
"annotation": {
|
|
600
|
+
"type": "reference",
|
|
601
|
+
"typeName": {
|
|
602
|
+
"type": "identifier",
|
|
603
|
+
"name": "ToolInfo"
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "params",
|
|
609
|
+
"annotation": {
|
|
610
|
+
"type": "reference",
|
|
611
|
+
"typeName": {
|
|
612
|
+
"type": "identifier",
|
|
613
|
+
"name": "Record"
|
|
614
|
+
},
|
|
615
|
+
"typeParameters": {
|
|
616
|
+
"type": "typeParameterInstantiation",
|
|
617
|
+
"params": [
|
|
618
|
+
{
|
|
619
|
+
"type": "keyword",
|
|
620
|
+
"value": "string"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"type": "keyword",
|
|
624
|
+
"value": "unknown"
|
|
625
|
+
}
|
|
626
|
+
]
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
],
|
|
631
|
+
"returns": {
|
|
632
|
+
"annotation": {
|
|
633
|
+
"type": "reference",
|
|
634
|
+
"typeName": {
|
|
635
|
+
"type": "identifier",
|
|
636
|
+
"name": "Promise"
|
|
637
|
+
},
|
|
638
|
+
"typeParameters": {
|
|
639
|
+
"type": "typeParameterInstantiation",
|
|
640
|
+
"params": [
|
|
641
|
+
{
|
|
642
|
+
"type": "keyword",
|
|
643
|
+
"value": "unknown"
|
|
644
|
+
}
|
|
645
|
+
]
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
"ai-portal.set-chat-command": {
|
|
651
|
+
"type": "provider",
|
|
652
|
+
"params": [
|
|
653
|
+
{
|
|
654
|
+
"name": "command",
|
|
655
|
+
"annotation": {
|
|
656
|
+
"type": "union",
|
|
657
|
+
"types": [
|
|
658
|
+
{
|
|
659
|
+
"type": "reference",
|
|
660
|
+
"typeName": {
|
|
661
|
+
"type": "identifier",
|
|
662
|
+
"name": "ChatCommand"
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"type": "keyword",
|
|
667
|
+
"value": "null"
|
|
668
|
+
}
|
|
669
|
+
]
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
],
|
|
673
|
+
"returns": {
|
|
674
|
+
"annotation": {
|
|
675
|
+
"type": "keyword",
|
|
676
|
+
"value": "void"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"types": [
|
|
680
|
+
{
|
|
681
|
+
"type": "interface",
|
|
682
|
+
"name": "ChatCommand",
|
|
683
|
+
"body": [
|
|
684
|
+
{
|
|
685
|
+
"type": "propertySignature",
|
|
686
|
+
"key": {
|
|
687
|
+
"type": "identifier",
|
|
688
|
+
"name": "command"
|
|
689
|
+
},
|
|
690
|
+
"annotation": {
|
|
691
|
+
"type": "keyword",
|
|
692
|
+
"value": "string"
|
|
693
|
+
},
|
|
694
|
+
"computed": false
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"type": "propertySignature",
|
|
698
|
+
"key": {
|
|
699
|
+
"type": "identifier",
|
|
700
|
+
"name": "payload"
|
|
701
|
+
},
|
|
702
|
+
"annotation": {
|
|
703
|
+
"type": "reference",
|
|
704
|
+
"typeName": {
|
|
705
|
+
"type": "identifier",
|
|
706
|
+
"name": "CommandPayload"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"computed": false
|
|
710
|
+
}
|
|
711
|
+
]
|
|
712
|
+
}
|
|
713
|
+
]
|
|
714
|
+
},
|
|
819
715
|
"ai-portal.page-container": {
|
|
820
716
|
"properties": [
|
|
821
717
|
{
|
|
@@ -927,93 +823,197 @@
|
|
|
927
823
|
"ai-portal.tab-list": {
|
|
928
824
|
"properties": [
|
|
929
825
|
{
|
|
930
|
-
"name": "tabs",
|
|
826
|
+
"name": "tabs",
|
|
827
|
+
"annotation": {
|
|
828
|
+
"type": "array",
|
|
829
|
+
"elementType": {
|
|
830
|
+
"type": "reference",
|
|
831
|
+
"typeName": {
|
|
832
|
+
"type": "identifier",
|
|
833
|
+
"name": "Tab"
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "activeTab",
|
|
840
|
+
"annotation": {
|
|
841
|
+
"type": "keyword",
|
|
842
|
+
"value": "string"
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
],
|
|
846
|
+
"events": [
|
|
847
|
+
{
|
|
848
|
+
"name": "tab.click",
|
|
849
|
+
"detail": {
|
|
850
|
+
"annotation": {
|
|
851
|
+
"type": "reference",
|
|
852
|
+
"typeName": {
|
|
853
|
+
"type": "identifier",
|
|
854
|
+
"name": "Tab"
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
],
|
|
860
|
+
"methods": [],
|
|
861
|
+
"types": [
|
|
862
|
+
{
|
|
863
|
+
"type": "interface",
|
|
864
|
+
"name": "Tab",
|
|
865
|
+
"body": [
|
|
866
|
+
{
|
|
867
|
+
"type": "propertySignature",
|
|
868
|
+
"key": {
|
|
869
|
+
"type": "identifier",
|
|
870
|
+
"name": "id"
|
|
871
|
+
},
|
|
872
|
+
"annotation": {
|
|
873
|
+
"type": "keyword",
|
|
874
|
+
"value": "string"
|
|
875
|
+
},
|
|
876
|
+
"computed": false
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"type": "propertySignature",
|
|
880
|
+
"key": {
|
|
881
|
+
"type": "identifier",
|
|
882
|
+
"name": "label"
|
|
883
|
+
},
|
|
884
|
+
"annotation": {
|
|
885
|
+
"type": "keyword",
|
|
886
|
+
"value": "string"
|
|
887
|
+
},
|
|
888
|
+
"computed": false
|
|
889
|
+
}
|
|
890
|
+
]
|
|
891
|
+
}
|
|
892
|
+
]
|
|
893
|
+
},
|
|
894
|
+
"ai-portal.stat-with-mini-chart": {
|
|
895
|
+
"properties": [
|
|
896
|
+
{
|
|
897
|
+
"name": "label",
|
|
898
|
+
"annotation": {
|
|
899
|
+
"type": "keyword",
|
|
900
|
+
"value": "string"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "value",
|
|
905
|
+
"annotation": {
|
|
906
|
+
"type": "keyword",
|
|
907
|
+
"value": "string"
|
|
908
|
+
}
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "size",
|
|
912
|
+
"annotation": {
|
|
913
|
+
"type": "union",
|
|
914
|
+
"types": [
|
|
915
|
+
{
|
|
916
|
+
"type": "jsLiteral",
|
|
917
|
+
"value": "medium"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"type": "jsLiteral",
|
|
921
|
+
"value": "small"
|
|
922
|
+
}
|
|
923
|
+
]
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "lineColor",
|
|
928
|
+
"annotation": {
|
|
929
|
+
"type": "keyword",
|
|
930
|
+
"value": "string"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"name": "showArea",
|
|
935
|
+
"annotation": {
|
|
936
|
+
"type": "keyword",
|
|
937
|
+
"value": "boolean"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "min",
|
|
942
|
+
"annotation": {
|
|
943
|
+
"type": "keyword",
|
|
944
|
+
"value": "number"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "max",
|
|
931
949
|
"annotation": {
|
|
932
|
-
"type": "
|
|
933
|
-
"
|
|
934
|
-
"type": "reference",
|
|
935
|
-
"typeName": {
|
|
936
|
-
"type": "identifier",
|
|
937
|
-
"name": "Tab"
|
|
938
|
-
}
|
|
939
|
-
}
|
|
950
|
+
"type": "keyword",
|
|
951
|
+
"value": "number"
|
|
940
952
|
}
|
|
941
953
|
},
|
|
942
954
|
{
|
|
943
|
-
"name": "
|
|
955
|
+
"name": "xField",
|
|
944
956
|
"annotation": {
|
|
945
957
|
"type": "keyword",
|
|
946
958
|
"value": "string"
|
|
947
959
|
}
|
|
948
|
-
}
|
|
949
|
-
],
|
|
950
|
-
"events": [
|
|
960
|
+
},
|
|
951
961
|
{
|
|
952
|
-
"name": "
|
|
953
|
-
"
|
|
954
|
-
"
|
|
962
|
+
"name": "yField",
|
|
963
|
+
"annotation": {
|
|
964
|
+
"type": "keyword",
|
|
965
|
+
"value": "string"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "data",
|
|
970
|
+
"annotation": {
|
|
971
|
+
"type": "array",
|
|
972
|
+
"elementType": {
|
|
955
973
|
"type": "reference",
|
|
956
974
|
"typeName": {
|
|
957
975
|
"type": "identifier",
|
|
958
|
-
"name": "
|
|
976
|
+
"name": "Record"
|
|
977
|
+
},
|
|
978
|
+
"typeParameters": {
|
|
979
|
+
"type": "typeParameterInstantiation",
|
|
980
|
+
"params": [
|
|
981
|
+
{
|
|
982
|
+
"type": "keyword",
|
|
983
|
+
"value": "string"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"type": "keyword",
|
|
987
|
+
"value": "number"
|
|
988
|
+
}
|
|
989
|
+
]
|
|
959
990
|
}
|
|
960
991
|
}
|
|
961
992
|
}
|
|
962
993
|
}
|
|
963
994
|
],
|
|
964
|
-
"
|
|
965
|
-
"
|
|
966
|
-
{
|
|
967
|
-
"type": "interface",
|
|
968
|
-
"name": "Tab",
|
|
969
|
-
"body": [
|
|
970
|
-
{
|
|
971
|
-
"type": "propertySignature",
|
|
972
|
-
"key": {
|
|
973
|
-
"type": "identifier",
|
|
974
|
-
"name": "id"
|
|
975
|
-
},
|
|
976
|
-
"annotation": {
|
|
977
|
-
"type": "keyword",
|
|
978
|
-
"value": "string"
|
|
979
|
-
},
|
|
980
|
-
"computed": false
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"type": "propertySignature",
|
|
984
|
-
"key": {
|
|
985
|
-
"type": "identifier",
|
|
986
|
-
"name": "label"
|
|
987
|
-
},
|
|
988
|
-
"annotation": {
|
|
989
|
-
"type": "keyword",
|
|
990
|
-
"value": "string"
|
|
991
|
-
},
|
|
992
|
-
"computed": false
|
|
993
|
-
}
|
|
994
|
-
]
|
|
995
|
-
}
|
|
996
|
-
]
|
|
995
|
+
"events": [],
|
|
996
|
+
"methods": []
|
|
997
997
|
},
|
|
998
998
|
"ai-portal.elevo-logo": {
|
|
999
999
|
"properties": [],
|
|
1000
1000
|
"events": [],
|
|
1001
1001
|
"methods": []
|
|
1002
1002
|
},
|
|
1003
|
-
"ai-portal.
|
|
1003
|
+
"ai-portal.blank-state": {
|
|
1004
1004
|
"properties": [
|
|
1005
1005
|
{
|
|
1006
|
-
"name": "
|
|
1006
|
+
"name": "illustration",
|
|
1007
1007
|
"annotation": {
|
|
1008
1008
|
"type": "reference",
|
|
1009
1009
|
"typeName": {
|
|
1010
1010
|
"type": "identifier",
|
|
1011
|
-
"name": "
|
|
1011
|
+
"name": "BlankStateIllustration"
|
|
1012
1012
|
}
|
|
1013
1013
|
}
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
|
-
"name": "
|
|
1016
|
+
"name": "description",
|
|
1017
1017
|
"annotation": {
|
|
1018
1018
|
"type": "keyword",
|
|
1019
1019
|
"value": "string"
|
|
@@ -1025,37 +1025,45 @@
|
|
|
1025
1025
|
"types": [
|
|
1026
1026
|
{
|
|
1027
1027
|
"type": "typeAlias",
|
|
1028
|
-
"name": "
|
|
1028
|
+
"name": "BlankStateIllustration",
|
|
1029
1029
|
"annotation": {
|
|
1030
1030
|
"type": "union",
|
|
1031
1031
|
"types": [
|
|
1032
1032
|
{
|
|
1033
1033
|
"type": "jsLiteral",
|
|
1034
|
-
"value": "
|
|
1034
|
+
"value": "goals"
|
|
1035
1035
|
},
|
|
1036
1036
|
{
|
|
1037
1037
|
"type": "jsLiteral",
|
|
1038
|
-
"value": "
|
|
1038
|
+
"value": "activities"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"type": "jsLiteral",
|
|
1042
|
+
"value": "collaboration-spaces"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"type": "jsLiteral",
|
|
1046
|
+
"value": "serviceflows"
|
|
1039
1047
|
}
|
|
1040
1048
|
]
|
|
1041
1049
|
}
|
|
1042
1050
|
}
|
|
1043
1051
|
]
|
|
1044
1052
|
},
|
|
1045
|
-
"ai-portal.
|
|
1053
|
+
"ai-portal.sticky-container": {
|
|
1046
1054
|
"properties": [
|
|
1047
1055
|
{
|
|
1048
|
-
"name": "
|
|
1056
|
+
"name": "variant",
|
|
1049
1057
|
"annotation": {
|
|
1050
1058
|
"type": "reference",
|
|
1051
1059
|
"typeName": {
|
|
1052
1060
|
"type": "identifier",
|
|
1053
|
-
"name": "
|
|
1061
|
+
"name": "StickyContainerVariant"
|
|
1054
1062
|
}
|
|
1055
1063
|
}
|
|
1056
1064
|
},
|
|
1057
1065
|
{
|
|
1058
|
-
"name": "
|
|
1066
|
+
"name": "textContent",
|
|
1059
1067
|
"annotation": {
|
|
1060
1068
|
"type": "keyword",
|
|
1061
1069
|
"value": "string"
|
|
@@ -1067,25 +1075,17 @@
|
|
|
1067
1075
|
"types": [
|
|
1068
1076
|
{
|
|
1069
1077
|
"type": "typeAlias",
|
|
1070
|
-
"name": "
|
|
1078
|
+
"name": "StickyContainerVariant",
|
|
1071
1079
|
"annotation": {
|
|
1072
1080
|
"type": "union",
|
|
1073
1081
|
"types": [
|
|
1074
1082
|
{
|
|
1075
1083
|
"type": "jsLiteral",
|
|
1076
|
-
"value": "
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"type": "jsLiteral",
|
|
1080
|
-
"value": "activities"
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"type": "jsLiteral",
|
|
1084
|
-
"value": "collaboration-spaces"
|
|
1084
|
+
"value": "default"
|
|
1085
1085
|
},
|
|
1086
1086
|
{
|
|
1087
1087
|
"type": "jsLiteral",
|
|
1088
|
-
"value": "
|
|
1088
|
+
"value": "home"
|
|
1089
1089
|
}
|
|
1090
1090
|
]
|
|
1091
1091
|
}
|
|
@@ -1550,7 +1550,7 @@
|
|
|
1550
1550
|
}
|
|
1551
1551
|
]
|
|
1552
1552
|
},
|
|
1553
|
-
"ai-portal.ai-
|
|
1553
|
+
"ai-portal.ai-employees": {
|
|
1554
1554
|
"properties": [
|
|
1555
1555
|
{
|
|
1556
1556
|
"name": "list",
|
|
@@ -1560,11 +1560,21 @@
|
|
|
1560
1560
|
"type": "reference",
|
|
1561
1561
|
"typeName": {
|
|
1562
1562
|
"type": "identifier",
|
|
1563
|
-
"name": "
|
|
1563
|
+
"name": "Employee"
|
|
1564
1564
|
}
|
|
1565
1565
|
}
|
|
1566
1566
|
}
|
|
1567
1567
|
},
|
|
1568
|
+
{
|
|
1569
|
+
"name": "industries",
|
|
1570
|
+
"annotation": {
|
|
1571
|
+
"type": "array",
|
|
1572
|
+
"elementType": {
|
|
1573
|
+
"type": "keyword",
|
|
1574
|
+
"value": "string"
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1568
1578
|
{
|
|
1569
1579
|
"name": "urlTemplate",
|
|
1570
1580
|
"annotation": {
|
|
@@ -1585,7 +1595,7 @@
|
|
|
1585
1595
|
"types": [
|
|
1586
1596
|
{
|
|
1587
1597
|
"type": "interface",
|
|
1588
|
-
"name": "
|
|
1598
|
+
"name": "Employee",
|
|
1589
1599
|
"body": [
|
|
1590
1600
|
{
|
|
1591
1601
|
"type": "propertySignature",
|
|
@@ -1603,7 +1613,7 @@
|
|
|
1603
1613
|
"type": "propertySignature",
|
|
1604
1614
|
"key": {
|
|
1605
1615
|
"type": "identifier",
|
|
1606
|
-
"name": "
|
|
1616
|
+
"name": "industry"
|
|
1607
1617
|
},
|
|
1608
1618
|
"annotation": {
|
|
1609
1619
|
"type": "keyword",
|
|
@@ -1615,30 +1625,35 @@
|
|
|
1615
1625
|
"type": "propertySignature",
|
|
1616
1626
|
"key": {
|
|
1617
1627
|
"type": "identifier",
|
|
1618
|
-
"name": "
|
|
1628
|
+
"name": "role"
|
|
1619
1629
|
},
|
|
1620
1630
|
"annotation": {
|
|
1621
|
-
"type": "
|
|
1622
|
-
"
|
|
1623
|
-
"type": "identifier",
|
|
1624
|
-
"name": "GeneralIconProps"
|
|
1625
|
-
}
|
|
1631
|
+
"type": "keyword",
|
|
1632
|
+
"value": "string"
|
|
1626
1633
|
},
|
|
1627
|
-
"optional": true,
|
|
1628
1634
|
"computed": false
|
|
1629
1635
|
},
|
|
1630
1636
|
{
|
|
1631
1637
|
"type": "propertySignature",
|
|
1632
1638
|
"key": {
|
|
1633
1639
|
"type": "identifier",
|
|
1634
|
-
"name": "
|
|
1640
|
+
"name": "description"
|
|
1635
1641
|
},
|
|
1636
1642
|
"annotation": {
|
|
1637
|
-
"type": "
|
|
1638
|
-
"
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1643
|
+
"type": "keyword",
|
|
1644
|
+
"value": "string"
|
|
1645
|
+
},
|
|
1646
|
+
"computed": false
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"type": "propertySignature",
|
|
1650
|
+
"key": {
|
|
1651
|
+
"type": "identifier",
|
|
1652
|
+
"name": "avatar"
|
|
1653
|
+
},
|
|
1654
|
+
"annotation": {
|
|
1655
|
+
"type": "keyword",
|
|
1656
|
+
"value": "string"
|
|
1642
1657
|
},
|
|
1643
1658
|
"optional": true,
|
|
1644
1659
|
"computed": false
|
|
@@ -1647,7 +1662,7 @@
|
|
|
1647
1662
|
}
|
|
1648
1663
|
]
|
|
1649
1664
|
},
|
|
1650
|
-
"ai-portal.ai-
|
|
1665
|
+
"ai-portal.ai-agents": {
|
|
1651
1666
|
"properties": [
|
|
1652
1667
|
{
|
|
1653
1668
|
"name": "list",
|
|
@@ -1657,21 +1672,11 @@
|
|
|
1657
1672
|
"type": "reference",
|
|
1658
1673
|
"typeName": {
|
|
1659
1674
|
"type": "identifier",
|
|
1660
|
-
"name": "
|
|
1675
|
+
"name": "Agent"
|
|
1661
1676
|
}
|
|
1662
1677
|
}
|
|
1663
1678
|
}
|
|
1664
1679
|
},
|
|
1665
|
-
{
|
|
1666
|
-
"name": "industries",
|
|
1667
|
-
"annotation": {
|
|
1668
|
-
"type": "array",
|
|
1669
|
-
"elementType": {
|
|
1670
|
-
"type": "keyword",
|
|
1671
|
-
"value": "string"
|
|
1672
|
-
}
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
1680
|
{
|
|
1676
1681
|
"name": "urlTemplate",
|
|
1677
1682
|
"annotation": {
|
|
@@ -1692,7 +1697,7 @@
|
|
|
1692
1697
|
"types": [
|
|
1693
1698
|
{
|
|
1694
1699
|
"type": "interface",
|
|
1695
|
-
"name": "
|
|
1700
|
+
"name": "Agent",
|
|
1696
1701
|
"body": [
|
|
1697
1702
|
{
|
|
1698
1703
|
"type": "propertySignature",
|
|
@@ -1710,19 +1715,7 @@
|
|
|
1710
1715
|
"type": "propertySignature",
|
|
1711
1716
|
"key": {
|
|
1712
1717
|
"type": "identifier",
|
|
1713
|
-
"name": "
|
|
1714
|
-
},
|
|
1715
|
-
"annotation": {
|
|
1716
|
-
"type": "keyword",
|
|
1717
|
-
"value": "string"
|
|
1718
|
-
},
|
|
1719
|
-
"computed": false
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"type": "propertySignature",
|
|
1723
|
-
"key": {
|
|
1724
|
-
"type": "identifier",
|
|
1725
|
-
"name": "role"
|
|
1718
|
+
"name": "description"
|
|
1726
1719
|
},
|
|
1727
1720
|
"annotation": {
|
|
1728
1721
|
"type": "keyword",
|
|
@@ -1734,23 +1727,30 @@
|
|
|
1734
1727
|
"type": "propertySignature",
|
|
1735
1728
|
"key": {
|
|
1736
1729
|
"type": "identifier",
|
|
1737
|
-
"name": "
|
|
1730
|
+
"name": "icon"
|
|
1738
1731
|
},
|
|
1739
1732
|
"annotation": {
|
|
1740
|
-
"type": "
|
|
1741
|
-
"
|
|
1733
|
+
"type": "reference",
|
|
1734
|
+
"typeName": {
|
|
1735
|
+
"type": "identifier",
|
|
1736
|
+
"name": "GeneralIconProps"
|
|
1737
|
+
}
|
|
1742
1738
|
},
|
|
1739
|
+
"optional": true,
|
|
1743
1740
|
"computed": false
|
|
1744
1741
|
},
|
|
1745
1742
|
{
|
|
1746
1743
|
"type": "propertySignature",
|
|
1747
1744
|
"key": {
|
|
1748
1745
|
"type": "identifier",
|
|
1749
|
-
"name": "
|
|
1746
|
+
"name": "tags"
|
|
1750
1747
|
},
|
|
1751
1748
|
"annotation": {
|
|
1752
|
-
"type": "
|
|
1753
|
-
"
|
|
1749
|
+
"type": "array",
|
|
1750
|
+
"elementType": {
|
|
1751
|
+
"type": "keyword",
|
|
1752
|
+
"value": "string"
|
|
1753
|
+
}
|
|
1754
1754
|
},
|
|
1755
1755
|
"optional": true,
|
|
1756
1756
|
"computed": false
|
|
@@ -4355,6 +4355,16 @@
|
|
|
4355
4355
|
"value": "string"
|
|
4356
4356
|
}
|
|
4357
4357
|
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "urlTarget",
|
|
4360
|
+
"annotation": {
|
|
4361
|
+
"type": "reference",
|
|
4362
|
+
"typeName": {
|
|
4363
|
+
"type": "identifier",
|
|
4364
|
+
"name": "Target"
|
|
4365
|
+
}
|
|
4366
|
+
}
|
|
4367
|
+
},
|
|
4358
4368
|
{
|
|
4359
4369
|
"name": "dropdownMaxWidth",
|
|
4360
4370
|
"annotation": {
|
|
@@ -4401,8 +4411,11 @@
|
|
|
4401
4411
|
"name": "notice.click",
|
|
4402
4412
|
"detail": {
|
|
4403
4413
|
"annotation": {
|
|
4404
|
-
"type": "
|
|
4405
|
-
"
|
|
4414
|
+
"type": "reference",
|
|
4415
|
+
"typeName": {
|
|
4416
|
+
"type": "identifier",
|
|
4417
|
+
"name": "NoticeItem"
|
|
4418
|
+
}
|
|
4406
4419
|
}
|
|
4407
4420
|
}
|
|
4408
4421
|
},
|
|
@@ -6882,6 +6895,18 @@
|
|
|
6882
6895
|
"value": "void"
|
|
6883
6896
|
}
|
|
6884
6897
|
}
|
|
6898
|
+
},
|
|
6899
|
+
{
|
|
6900
|
+
"name": "notice.click",
|
|
6901
|
+
"detail": {
|
|
6902
|
+
"annotation": {
|
|
6903
|
+
"type": "reference",
|
|
6904
|
+
"typeName": {
|
|
6905
|
+
"type": "identifier",
|
|
6906
|
+
"name": "NoticeItem"
|
|
6907
|
+
}
|
|
6908
|
+
}
|
|
6909
|
+
}
|
|
6885
6910
|
}
|
|
6886
6911
|
],
|
|
6887
6912
|
"methods": [
|