@next-bricks/ai-portal 0.58.4 → 0.58.6
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 +34 -34
- package/dist/chunks/{151.4739e5b9.js → 151.21608da8.js} +2 -2
- package/dist/chunks/151.21608da8.js.map +1 -0
- package/dist/chunks/{2232.fa4338ad.js → 2232.c2811097.js} +2 -2
- package/dist/chunks/2232.c2811097.js.map +1 -0
- package/dist/chunks/9496.e3fa93a9.js +2 -0
- package/dist/chunks/9496.e3fa93a9.js.map +1 -0
- package/dist/chunks/{main.f37ac908.js → main.d38cd700.js} +2 -2
- package/dist/chunks/{main.f37ac908.js.map → main.d38cd700.js.map} +1 -1
- package/dist/chunks/{notice-dropdown.37b8ffb2.js → notice-dropdown.6262ed81.js} +2 -2
- package/dist/chunks/notice-dropdown.6262ed81.js.map +1 -0
- package/dist/examples.json +17 -17
- package/dist/{index.64433778.js → index.95f2837d.js} +2 -2
- package/dist/{index.64433778.js.map → index.95f2837d.js.map} +1 -1
- package/dist/manifest.json +305 -305
- package/dist/types.json +621 -621
- package/dist-types/cruise-canvas/useLayout.d.ts +2 -1
- package/package.json +2 -2
- package/dist/chunks/151.4739e5b9.js.map +0 -1
- package/dist/chunks/2232.fa4338ad.js.map +0 -1
- package/dist/chunks/9496.9bf2d483.js +0 -2
- package/dist/chunks/9496.9bf2d483.js.map +0 -1
- package/dist/chunks/notice-dropdown.37b8ffb2.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,4 +1,108 @@
|
|
|
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
|
+
},
|
|
2
106
|
"ai-portal.icon-button": {
|
|
3
107
|
"properties": [
|
|
4
108
|
{
|
|
@@ -133,71 +237,6 @@
|
|
|
133
237
|
}
|
|
134
238
|
}
|
|
135
239
|
},
|
|
136
|
-
"ai-portal.set-chat-command": {
|
|
137
|
-
"type": "provider",
|
|
138
|
-
"params": [
|
|
139
|
-
{
|
|
140
|
-
"name": "command",
|
|
141
|
-
"annotation": {
|
|
142
|
-
"type": "union",
|
|
143
|
-
"types": [
|
|
144
|
-
{
|
|
145
|
-
"type": "reference",
|
|
146
|
-
"typeName": {
|
|
147
|
-
"type": "identifier",
|
|
148
|
-
"name": "ChatCommand"
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"type": "keyword",
|
|
153
|
-
"value": "null"
|
|
154
|
-
}
|
|
155
|
-
]
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"returns": {
|
|
160
|
-
"annotation": {
|
|
161
|
-
"type": "keyword",
|
|
162
|
-
"value": "void"
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
"types": [
|
|
166
|
-
{
|
|
167
|
-
"type": "interface",
|
|
168
|
-
"name": "ChatCommand",
|
|
169
|
-
"body": [
|
|
170
|
-
{
|
|
171
|
-
"type": "propertySignature",
|
|
172
|
-
"key": {
|
|
173
|
-
"type": "identifier",
|
|
174
|
-
"name": "command"
|
|
175
|
-
},
|
|
176
|
-
"annotation": {
|
|
177
|
-
"type": "keyword",
|
|
178
|
-
"value": "string"
|
|
179
|
-
},
|
|
180
|
-
"computed": false
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "propertySignature",
|
|
184
|
-
"key": {
|
|
185
|
-
"type": "identifier",
|
|
186
|
-
"name": "payload"
|
|
187
|
-
},
|
|
188
|
-
"annotation": {
|
|
189
|
-
"type": "reference",
|
|
190
|
-
"typeName": {
|
|
191
|
-
"type": "identifier",
|
|
192
|
-
"name": "CommandPayload"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"computed": false
|
|
196
|
-
}
|
|
197
|
-
]
|
|
198
|
-
}
|
|
199
|
-
]
|
|
200
|
-
},
|
|
201
240
|
"ai-portal.save-request-store": {
|
|
202
241
|
"type": "provider",
|
|
203
242
|
"params": [
|
|
@@ -699,54 +738,45 @@
|
|
|
699
738
|
}
|
|
700
739
|
}
|
|
701
740
|
},
|
|
702
|
-
"ai-portal.
|
|
703
|
-
"
|
|
741
|
+
"ai-portal.set-chat-command": {
|
|
742
|
+
"type": "provider",
|
|
743
|
+
"params": [
|
|
704
744
|
{
|
|
705
|
-
"name": "
|
|
745
|
+
"name": "command",
|
|
706
746
|
"annotation": {
|
|
707
|
-
"type": "
|
|
708
|
-
"
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
"
|
|
712
|
-
|
|
747
|
+
"type": "union",
|
|
748
|
+
"types": [
|
|
749
|
+
{
|
|
750
|
+
"type": "reference",
|
|
751
|
+
"typeName": {
|
|
752
|
+
"type": "identifier",
|
|
753
|
+
"name": "ChatCommand"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"type": "keyword",
|
|
758
|
+
"value": "null"
|
|
713
759
|
}
|
|
714
|
-
|
|
715
|
-
}
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"name": "activeTab",
|
|
719
|
-
"annotation": {
|
|
720
|
-
"type": "keyword",
|
|
721
|
-
"value": "string"
|
|
760
|
+
]
|
|
722
761
|
}
|
|
723
762
|
}
|
|
724
763
|
],
|
|
725
|
-
"
|
|
726
|
-
{
|
|
727
|
-
"
|
|
728
|
-
"
|
|
729
|
-
"annotation": {
|
|
730
|
-
"type": "reference",
|
|
731
|
-
"typeName": {
|
|
732
|
-
"type": "identifier",
|
|
733
|
-
"name": "Tab"
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
}
|
|
764
|
+
"returns": {
|
|
765
|
+
"annotation": {
|
|
766
|
+
"type": "keyword",
|
|
767
|
+
"value": "void"
|
|
737
768
|
}
|
|
738
|
-
|
|
739
|
-
"methods": [],
|
|
769
|
+
},
|
|
740
770
|
"types": [
|
|
741
771
|
{
|
|
742
772
|
"type": "interface",
|
|
743
|
-
"name": "
|
|
773
|
+
"name": "ChatCommand",
|
|
744
774
|
"body": [
|
|
745
775
|
{
|
|
746
776
|
"type": "propertySignature",
|
|
747
777
|
"key": {
|
|
748
778
|
"type": "identifier",
|
|
749
|
-
"name": "
|
|
779
|
+
"name": "command"
|
|
750
780
|
},
|
|
751
781
|
"annotation": {
|
|
752
782
|
"type": "keyword",
|
|
@@ -758,11 +788,14 @@
|
|
|
758
788
|
"type": "propertySignature",
|
|
759
789
|
"key": {
|
|
760
790
|
"type": "identifier",
|
|
761
|
-
"name": "
|
|
791
|
+
"name": "payload"
|
|
762
792
|
},
|
|
763
793
|
"annotation": {
|
|
764
|
-
"type": "
|
|
765
|
-
"
|
|
794
|
+
"type": "reference",
|
|
795
|
+
"typeName": {
|
|
796
|
+
"type": "identifier",
|
|
797
|
+
"name": "CommandPayload"
|
|
798
|
+
}
|
|
766
799
|
},
|
|
767
800
|
"computed": false
|
|
768
801
|
}
|
|
@@ -878,118 +911,85 @@
|
|
|
878
911
|
}
|
|
879
912
|
]
|
|
880
913
|
},
|
|
881
|
-
"ai-portal.
|
|
914
|
+
"ai-portal.tab-list": {
|
|
882
915
|
"properties": [
|
|
883
916
|
{
|
|
884
|
-
"name": "
|
|
917
|
+
"name": "tabs",
|
|
918
|
+
"annotation": {
|
|
919
|
+
"type": "array",
|
|
920
|
+
"elementType": {
|
|
921
|
+
"type": "reference",
|
|
922
|
+
"typeName": {
|
|
923
|
+
"type": "identifier",
|
|
924
|
+
"name": "Tab"
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "activeTab",
|
|
885
931
|
"annotation": {
|
|
886
932
|
"type": "keyword",
|
|
887
|
-
"value": "
|
|
933
|
+
"value": "string"
|
|
888
934
|
}
|
|
889
935
|
}
|
|
890
936
|
],
|
|
891
|
-
"events": [
|
|
892
|
-
"methods": []
|
|
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
|
-
},
|
|
937
|
+
"events": [
|
|
910
938
|
{
|
|
911
|
-
"name": "
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
|
|
915
|
-
{
|
|
916
|
-
"type": "
|
|
917
|
-
"
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"type": "jsLiteral",
|
|
921
|
-
"value": "small"
|
|
939
|
+
"name": "tab.click",
|
|
940
|
+
"detail": {
|
|
941
|
+
"annotation": {
|
|
942
|
+
"type": "reference",
|
|
943
|
+
"typeName": {
|
|
944
|
+
"type": "identifier",
|
|
945
|
+
"name": "Tab"
|
|
922
946
|
}
|
|
923
|
-
|
|
947
|
+
}
|
|
924
948
|
}
|
|
925
|
-
}
|
|
949
|
+
}
|
|
950
|
+
],
|
|
951
|
+
"methods": [],
|
|
952
|
+
"types": [
|
|
926
953
|
{
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
954
|
+
"type": "interface",
|
|
955
|
+
"name": "Tab",
|
|
956
|
+
"body": [
|
|
957
|
+
{
|
|
958
|
+
"type": "propertySignature",
|
|
959
|
+
"key": {
|
|
960
|
+
"type": "identifier",
|
|
961
|
+
"name": "id"
|
|
962
|
+
},
|
|
963
|
+
"annotation": {
|
|
964
|
+
"type": "keyword",
|
|
965
|
+
"value": "string"
|
|
966
|
+
},
|
|
967
|
+
"computed": false
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"type": "propertySignature",
|
|
971
|
+
"key": {
|
|
972
|
+
"type": "identifier",
|
|
973
|
+
"name": "label"
|
|
974
|
+
},
|
|
975
|
+
"annotation": {
|
|
976
|
+
"type": "keyword",
|
|
977
|
+
"value": "string"
|
|
978
|
+
},
|
|
979
|
+
"computed": false
|
|
980
|
+
}
|
|
981
|
+
]
|
|
982
|
+
}
|
|
983
|
+
]
|
|
984
|
+
},
|
|
985
|
+
"ai-portal.home-container": {
|
|
986
|
+
"properties": [
|
|
933
987
|
{
|
|
934
|
-
"name": "
|
|
988
|
+
"name": "sticky",
|
|
935
989
|
"annotation": {
|
|
936
990
|
"type": "keyword",
|
|
937
991
|
"value": "boolean"
|
|
938
992
|
}
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"name": "min",
|
|
942
|
-
"annotation": {
|
|
943
|
-
"type": "keyword",
|
|
944
|
-
"value": "number"
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"name": "max",
|
|
949
|
-
"annotation": {
|
|
950
|
-
"type": "keyword",
|
|
951
|
-
"value": "number"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"name": "xField",
|
|
956
|
-
"annotation": {
|
|
957
|
-
"type": "keyword",
|
|
958
|
-
"value": "string"
|
|
959
|
-
}
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"name": "yField",
|
|
963
|
-
"annotation": {
|
|
964
|
-
"type": "keyword",
|
|
965
|
-
"value": "string"
|
|
966
|
-
}
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
"name": "data",
|
|
970
|
-
"annotation": {
|
|
971
|
-
"type": "array",
|
|
972
|
-
"elementType": {
|
|
973
|
-
"type": "reference",
|
|
974
|
-
"typeName": {
|
|
975
|
-
"type": "identifier",
|
|
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
|
-
]
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
993
|
}
|
|
994
994
|
],
|
|
995
995
|
"events": [],
|
|
@@ -1000,20 +1000,20 @@
|
|
|
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
|
}
|
|
@@ -1928,26 +1928,6 @@
|
|
|
1928
1928
|
}
|
|
1929
1929
|
]
|
|
1930
1930
|
},
|
|
1931
|
-
"ai-portal.preview-container": {
|
|
1932
|
-
"properties": [
|
|
1933
|
-
{
|
|
1934
|
-
"name": "source",
|
|
1935
|
-
"annotation": {
|
|
1936
|
-
"type": "keyword",
|
|
1937
|
-
"value": "string"
|
|
1938
|
-
}
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"name": "url",
|
|
1942
|
-
"annotation": {
|
|
1943
|
-
"type": "keyword",
|
|
1944
|
-
"value": "string"
|
|
1945
|
-
}
|
|
1946
|
-
}
|
|
1947
|
-
],
|
|
1948
|
-
"events": [],
|
|
1949
|
-
"methods": []
|
|
1950
|
-
},
|
|
1951
1931
|
"ai-portal.action-buttons": {
|
|
1952
1932
|
"properties": [
|
|
1953
1933
|
{
|
|
@@ -2066,6 +2046,26 @@
|
|
|
2066
2046
|
}
|
|
2067
2047
|
]
|
|
2068
2048
|
},
|
|
2049
|
+
"ai-portal.preview-container": {
|
|
2050
|
+
"properties": [
|
|
2051
|
+
{
|
|
2052
|
+
"name": "source",
|
|
2053
|
+
"annotation": {
|
|
2054
|
+
"type": "keyword",
|
|
2055
|
+
"value": "string"
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "url",
|
|
2060
|
+
"annotation": {
|
|
2061
|
+
"type": "keyword",
|
|
2062
|
+
"value": "string"
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
],
|
|
2066
|
+
"events": [],
|
|
2067
|
+
"methods": []
|
|
2068
|
+
},
|
|
2069
2069
|
"ai-portal.project-conversations": {
|
|
2070
2070
|
"properties": [
|
|
2071
2071
|
{
|
|
@@ -3729,7 +3729,7 @@
|
|
|
3729
3729
|
}
|
|
3730
3730
|
]
|
|
3731
3731
|
},
|
|
3732
|
-
"ai-portal.
|
|
3732
|
+
"ai-portal.running-flow": {
|
|
3733
3733
|
"properties": [
|
|
3734
3734
|
{
|
|
3735
3735
|
"name": "spec",
|
|
@@ -3739,174 +3739,53 @@
|
|
|
3739
3739
|
"type": "reference",
|
|
3740
3740
|
"typeName": {
|
|
3741
3741
|
"type": "identifier",
|
|
3742
|
-
"name": "
|
|
3742
|
+
"name": "FlowStage"
|
|
3743
3743
|
}
|
|
3744
3744
|
}
|
|
3745
3745
|
}
|
|
3746
3746
|
},
|
|
3747
3747
|
{
|
|
3748
|
-
"name": "
|
|
3748
|
+
"name": "activeActivityId",
|
|
3749
3749
|
"annotation": {
|
|
3750
|
-
"type": "
|
|
3751
|
-
"
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
"
|
|
3755
|
-
|
|
3750
|
+
"type": "union",
|
|
3751
|
+
"types": [
|
|
3752
|
+
{
|
|
3753
|
+
"type": "keyword",
|
|
3754
|
+
"value": "string"
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"type": "keyword",
|
|
3758
|
+
"value": "null"
|
|
3756
3759
|
}
|
|
3757
|
-
|
|
3758
|
-
}
|
|
3759
|
-
},
|
|
3760
|
-
{
|
|
3761
|
-
"name": "readOnly",
|
|
3762
|
-
"annotation": {
|
|
3763
|
-
"type": "keyword",
|
|
3764
|
-
"value": "boolean"
|
|
3760
|
+
]
|
|
3765
3761
|
}
|
|
3766
3762
|
}
|
|
3767
3763
|
],
|
|
3768
3764
|
"events": [
|
|
3769
3765
|
{
|
|
3770
|
-
"name": "change",
|
|
3766
|
+
"name": "active.change",
|
|
3771
3767
|
"detail": {
|
|
3772
3768
|
"annotation": {
|
|
3773
|
-
"type": "
|
|
3774
|
-
"
|
|
3775
|
-
"type": "reference",
|
|
3776
|
-
"typeName": {
|
|
3777
|
-
"type": "identifier",
|
|
3778
|
-
"name": "Stage"
|
|
3779
|
-
}
|
|
3780
|
-
}
|
|
3781
|
-
}
|
|
3782
|
-
}
|
|
3783
|
-
},
|
|
3784
|
-
{
|
|
3785
|
-
"name": "add.activity",
|
|
3786
|
-
"detail": {
|
|
3787
|
-
"annotation": {
|
|
3788
|
-
"type": "typeLiteral",
|
|
3789
|
-
"members": [
|
|
3769
|
+
"type": "union",
|
|
3770
|
+
"types": [
|
|
3790
3771
|
{
|
|
3791
|
-
"type": "
|
|
3792
|
-
"
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
"
|
|
3797
|
-
"type": "reference",
|
|
3798
|
-
"typeName": {
|
|
3799
|
-
"type": "identifier",
|
|
3800
|
-
"name": "Stage"
|
|
3801
|
-
}
|
|
3802
|
-
},
|
|
3803
|
-
"computed": false
|
|
3772
|
+
"type": "keyword",
|
|
3773
|
+
"value": "string"
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"type": "keyword",
|
|
3777
|
+
"value": "null"
|
|
3804
3778
|
}
|
|
3805
3779
|
]
|
|
3806
3780
|
}
|
|
3807
3781
|
}
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"name": "edit.activity",
|
|
3811
|
-
"detail": {
|
|
3812
|
-
"annotation": {
|
|
3813
|
-
"type": "reference",
|
|
3814
|
-
"typeName": {
|
|
3815
|
-
"type": "identifier",
|
|
3816
|
-
"name": "EditActivityDetail"
|
|
3817
|
-
}
|
|
3818
|
-
}
|
|
3819
|
-
}
|
|
3820
|
-
}
|
|
3821
|
-
],
|
|
3822
|
-
"methods": [
|
|
3823
|
-
{
|
|
3824
|
-
"name": "addActivity",
|
|
3825
|
-
"params": [
|
|
3826
|
-
{
|
|
3827
|
-
"name": "stage",
|
|
3828
|
-
"annotation": {
|
|
3829
|
-
"type": "reference",
|
|
3830
|
-
"typeName": {
|
|
3831
|
-
"type": "identifier",
|
|
3832
|
-
"name": "Stage"
|
|
3833
|
-
}
|
|
3834
|
-
}
|
|
3835
|
-
},
|
|
3836
|
-
{
|
|
3837
|
-
"name": "activity",
|
|
3838
|
-
"annotation": {
|
|
3839
|
-
"type": "reference",
|
|
3840
|
-
"typeName": {
|
|
3841
|
-
"type": "identifier",
|
|
3842
|
-
"name": "FlowActivity"
|
|
3843
|
-
}
|
|
3844
|
-
}
|
|
3845
|
-
}
|
|
3846
|
-
],
|
|
3847
|
-
"returns": {}
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"name": "editActivity",
|
|
3851
|
-
"params": [
|
|
3852
|
-
{
|
|
3853
|
-
"name": "stage",
|
|
3854
|
-
"annotation": {
|
|
3855
|
-
"type": "reference",
|
|
3856
|
-
"typeName": {
|
|
3857
|
-
"type": "identifier",
|
|
3858
|
-
"name": "Stage"
|
|
3859
|
-
}
|
|
3860
|
-
}
|
|
3861
|
-
},
|
|
3862
|
-
{
|
|
3863
|
-
"name": "activity",
|
|
3864
|
-
"annotation": {
|
|
3865
|
-
"type": "reference",
|
|
3866
|
-
"typeName": {
|
|
3867
|
-
"type": "identifier",
|
|
3868
|
-
"name": "FlowActivity"
|
|
3869
|
-
}
|
|
3870
|
-
}
|
|
3871
|
-
},
|
|
3872
|
-
{
|
|
3873
|
-
"name": "activityIndex",
|
|
3874
|
-
"annotation": {
|
|
3875
|
-
"type": "keyword",
|
|
3876
|
-
"value": "number"
|
|
3877
|
-
}
|
|
3878
|
-
}
|
|
3879
|
-
],
|
|
3880
|
-
"returns": {}
|
|
3881
|
-
},
|
|
3882
|
-
{
|
|
3883
|
-
"name": "deleteActivity",
|
|
3884
|
-
"params": [
|
|
3885
|
-
{
|
|
3886
|
-
"name": "stage",
|
|
3887
|
-
"annotation": {
|
|
3888
|
-
"type": "reference",
|
|
3889
|
-
"typeName": {
|
|
3890
|
-
"type": "identifier",
|
|
3891
|
-
"name": "Stage"
|
|
3892
|
-
}
|
|
3893
|
-
}
|
|
3894
|
-
},
|
|
3895
|
-
{
|
|
3896
|
-
"name": "activityIndex",
|
|
3897
|
-
"annotation": {
|
|
3898
|
-
"type": "keyword",
|
|
3899
|
-
"value": "number"
|
|
3900
|
-
}
|
|
3901
|
-
}
|
|
3902
|
-
],
|
|
3903
|
-
"returns": {}
|
|
3904
3782
|
}
|
|
3905
3783
|
],
|
|
3784
|
+
"methods": [],
|
|
3906
3785
|
"types": [
|
|
3907
3786
|
{
|
|
3908
3787
|
"type": "interface",
|
|
3909
|
-
"name": "
|
|
3788
|
+
"name": "FlowStage",
|
|
3910
3789
|
"body": [
|
|
3911
3790
|
{
|
|
3912
3791
|
"type": "propertySignature",
|
|
@@ -3961,7 +3840,7 @@
|
|
|
3961
3840
|
"type": "propertySignature",
|
|
3962
3841
|
"key": {
|
|
3963
3842
|
"type": "identifier",
|
|
3964
|
-
"name": "
|
|
3843
|
+
"name": "taskId"
|
|
3965
3844
|
},
|
|
3966
3845
|
"annotation": {
|
|
3967
3846
|
"type": "keyword",
|
|
@@ -3974,11 +3853,26 @@
|
|
|
3974
3853
|
"type": "propertySignature",
|
|
3975
3854
|
"key": {
|
|
3976
3855
|
"type": "identifier",
|
|
3977
|
-
"name": "
|
|
3856
|
+
"name": "state"
|
|
3978
3857
|
},
|
|
3979
3858
|
"annotation": {
|
|
3980
|
-
"type": "
|
|
3981
|
-
"
|
|
3859
|
+
"type": "union",
|
|
3860
|
+
"types": [
|
|
3861
|
+
{
|
|
3862
|
+
"type": "reference",
|
|
3863
|
+
"typeName": {
|
|
3864
|
+
"type": "identifier",
|
|
3865
|
+
"name": "TaskState"
|
|
3866
|
+
}
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"type": "reference",
|
|
3870
|
+
"typeName": {
|
|
3871
|
+
"type": "identifier",
|
|
3872
|
+
"name": "JobState"
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3875
|
+
]
|
|
3982
3876
|
},
|
|
3983
3877
|
"optional": true,
|
|
3984
3878
|
"computed": false
|
|
@@ -3987,11 +3881,11 @@
|
|
|
3987
3881
|
"type": "propertySignature",
|
|
3988
3882
|
"key": {
|
|
3989
3883
|
"type": "identifier",
|
|
3990
|
-
"name": "
|
|
3884
|
+
"name": "startTime"
|
|
3991
3885
|
},
|
|
3992
3886
|
"annotation": {
|
|
3993
3887
|
"type": "keyword",
|
|
3994
|
-
"value": "
|
|
3888
|
+
"value": "number"
|
|
3995
3889
|
},
|
|
3996
3890
|
"optional": true,
|
|
3997
3891
|
"computed": false
|
|
@@ -4000,26 +3894,137 @@
|
|
|
4000
3894
|
"type": "propertySignature",
|
|
4001
3895
|
"key": {
|
|
4002
3896
|
"type": "identifier",
|
|
4003
|
-
"name": "
|
|
3897
|
+
"name": "endTime"
|
|
4004
3898
|
},
|
|
4005
3899
|
"annotation": {
|
|
4006
3900
|
"type": "keyword",
|
|
4007
|
-
"value": "
|
|
3901
|
+
"value": "number"
|
|
4008
3902
|
},
|
|
4009
3903
|
"optional": true,
|
|
4010
3904
|
"computed": false
|
|
4011
3905
|
}
|
|
4012
3906
|
]
|
|
3907
|
+
}
|
|
3908
|
+
]
|
|
3909
|
+
},
|
|
3910
|
+
"ai-portal.notice-dropdown": {
|
|
3911
|
+
"properties": [
|
|
3912
|
+
{
|
|
3913
|
+
"name": "dataSource",
|
|
3914
|
+
"annotation": {
|
|
3915
|
+
"type": "array",
|
|
3916
|
+
"elementType": {
|
|
3917
|
+
"type": "reference",
|
|
3918
|
+
"typeName": {
|
|
3919
|
+
"type": "identifier",
|
|
3920
|
+
"name": "NoticeItem"
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"name": "popoverPlacement",
|
|
3927
|
+
"annotation": {
|
|
3928
|
+
"type": "reference",
|
|
3929
|
+
"typeName": {
|
|
3930
|
+
"type": "identifier",
|
|
3931
|
+
"name": "Placement"
|
|
3932
|
+
}
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "emptyText",
|
|
3937
|
+
"annotation": {
|
|
3938
|
+
"type": "keyword",
|
|
3939
|
+
"value": "string"
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "notifyCenterUrl",
|
|
3944
|
+
"annotation": {
|
|
3945
|
+
"type": "keyword",
|
|
3946
|
+
"value": "string"
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"name": "urlTemplate",
|
|
3951
|
+
"annotation": {
|
|
3952
|
+
"type": "keyword",
|
|
3953
|
+
"value": "string"
|
|
3954
|
+
}
|
|
3955
|
+
},
|
|
3956
|
+
{
|
|
3957
|
+
"name": "dropdownMaxWidth",
|
|
3958
|
+
"annotation": {
|
|
3959
|
+
"type": "union",
|
|
3960
|
+
"types": [
|
|
3961
|
+
{
|
|
3962
|
+
"type": "keyword",
|
|
3963
|
+
"value": "string"
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"type": "keyword",
|
|
3967
|
+
"value": "number"
|
|
3968
|
+
}
|
|
3969
|
+
]
|
|
3970
|
+
}
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "dropdownContentStyle",
|
|
3974
|
+
"annotation": {
|
|
3975
|
+
"type": "reference",
|
|
3976
|
+
"typeName": {
|
|
3977
|
+
"type": "qualifiedName",
|
|
3978
|
+
"left": {
|
|
3979
|
+
"type": "identifier",
|
|
3980
|
+
"name": "React"
|
|
3981
|
+
},
|
|
3982
|
+
"right": {
|
|
3983
|
+
"type": "identifier",
|
|
3984
|
+
"name": "CSSProperties"
|
|
3985
|
+
}
|
|
3986
|
+
}
|
|
3987
|
+
}
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"name": "hideNotifyCenterButton",
|
|
3991
|
+
"annotation": {
|
|
3992
|
+
"type": "keyword",
|
|
3993
|
+
"value": "boolean"
|
|
3994
|
+
}
|
|
3995
|
+
}
|
|
3996
|
+
],
|
|
3997
|
+
"events": [
|
|
3998
|
+
{
|
|
3999
|
+
"name": "notice.click",
|
|
4000
|
+
"detail": {
|
|
4001
|
+
"annotation": {
|
|
4002
|
+
"type": "keyword",
|
|
4003
|
+
"value": "string"
|
|
4004
|
+
}
|
|
4005
|
+
}
|
|
4013
4006
|
},
|
|
4007
|
+
{
|
|
4008
|
+
"name": "mark.all.read",
|
|
4009
|
+
"detail": {
|
|
4010
|
+
"annotation": {
|
|
4011
|
+
"type": "keyword",
|
|
4012
|
+
"value": "void"
|
|
4013
|
+
}
|
|
4014
|
+
}
|
|
4015
|
+
}
|
|
4016
|
+
],
|
|
4017
|
+
"methods": [],
|
|
4018
|
+
"types": [
|
|
4014
4019
|
{
|
|
4015
4020
|
"type": "interface",
|
|
4016
|
-
"name": "
|
|
4021
|
+
"name": "NoticeItem",
|
|
4017
4022
|
"body": [
|
|
4018
4023
|
{
|
|
4019
4024
|
"type": "propertySignature",
|
|
4020
4025
|
"key": {
|
|
4021
4026
|
"type": "identifier",
|
|
4022
|
-
"name": "
|
|
4027
|
+
"name": "id"
|
|
4023
4028
|
},
|
|
4024
4029
|
"annotation": {
|
|
4025
4030
|
"type": "keyword",
|
|
@@ -4031,123 +4036,232 @@
|
|
|
4031
4036
|
"type": "propertySignature",
|
|
4032
4037
|
"key": {
|
|
4033
4038
|
"type": "identifier",
|
|
4034
|
-
"name": "
|
|
4039
|
+
"name": "type"
|
|
4035
4040
|
},
|
|
4036
4041
|
"annotation": {
|
|
4037
4042
|
"type": "keyword",
|
|
4038
4043
|
"value": "string"
|
|
4039
4044
|
},
|
|
4040
4045
|
"computed": false
|
|
4041
|
-
}
|
|
4042
|
-
]
|
|
4043
|
-
},
|
|
4044
|
-
{
|
|
4045
|
-
"type": "interface",
|
|
4046
|
-
"name": "EditActivityDetail",
|
|
4047
|
-
"body": [
|
|
4046
|
+
},
|
|
4048
4047
|
{
|
|
4049
4048
|
"type": "propertySignature",
|
|
4050
4049
|
"key": {
|
|
4051
4050
|
"type": "identifier",
|
|
4052
|
-
"name": "
|
|
4051
|
+
"name": "isUnread"
|
|
4053
4052
|
},
|
|
4054
4053
|
"annotation": {
|
|
4054
|
+
"type": "keyword",
|
|
4055
|
+
"value": "boolean"
|
|
4056
|
+
},
|
|
4057
|
+
"computed": false
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"type": "propertySignature",
|
|
4061
|
+
"key": {
|
|
4062
|
+
"type": "identifier",
|
|
4063
|
+
"name": "title"
|
|
4064
|
+
},
|
|
4065
|
+
"annotation": {
|
|
4066
|
+
"type": "keyword",
|
|
4067
|
+
"value": "string"
|
|
4068
|
+
},
|
|
4069
|
+
"computed": false
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
"type": "propertySignature",
|
|
4073
|
+
"key": {
|
|
4074
|
+
"type": "identifier",
|
|
4075
|
+
"name": "description"
|
|
4076
|
+
},
|
|
4077
|
+
"annotation": {
|
|
4078
|
+
"type": "keyword",
|
|
4079
|
+
"value": "string"
|
|
4080
|
+
},
|
|
4081
|
+
"computed": false
|
|
4082
|
+
}
|
|
4083
|
+
]
|
|
4084
|
+
}
|
|
4085
|
+
]
|
|
4086
|
+
},
|
|
4087
|
+
"ai-portal.stage-flow": {
|
|
4088
|
+
"properties": [
|
|
4089
|
+
{
|
|
4090
|
+
"name": "spec",
|
|
4091
|
+
"annotation": {
|
|
4092
|
+
"type": "array",
|
|
4093
|
+
"elementType": {
|
|
4094
|
+
"type": "reference",
|
|
4095
|
+
"typeName": {
|
|
4096
|
+
"type": "identifier",
|
|
4097
|
+
"name": "Stage"
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"name": "aiEmployees",
|
|
4104
|
+
"annotation": {
|
|
4105
|
+
"type": "array",
|
|
4106
|
+
"elementType": {
|
|
4107
|
+
"type": "reference",
|
|
4108
|
+
"typeName": {
|
|
4109
|
+
"type": "identifier",
|
|
4110
|
+
"name": "AIEmployee"
|
|
4111
|
+
}
|
|
4112
|
+
}
|
|
4113
|
+
}
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"name": "readOnly",
|
|
4117
|
+
"annotation": {
|
|
4118
|
+
"type": "keyword",
|
|
4119
|
+
"value": "boolean"
|
|
4120
|
+
}
|
|
4121
|
+
}
|
|
4122
|
+
],
|
|
4123
|
+
"events": [
|
|
4124
|
+
{
|
|
4125
|
+
"name": "change",
|
|
4126
|
+
"detail": {
|
|
4127
|
+
"annotation": {
|
|
4128
|
+
"type": "array",
|
|
4129
|
+
"elementType": {
|
|
4055
4130
|
"type": "reference",
|
|
4056
4131
|
"typeName": {
|
|
4057
4132
|
"type": "identifier",
|
|
4058
4133
|
"name": "Stage"
|
|
4059
4134
|
}
|
|
4060
|
-
}
|
|
4061
|
-
|
|
4135
|
+
}
|
|
4136
|
+
}
|
|
4137
|
+
}
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"name": "add.activity",
|
|
4141
|
+
"detail": {
|
|
4142
|
+
"annotation": {
|
|
4143
|
+
"type": "typeLiteral",
|
|
4144
|
+
"members": [
|
|
4145
|
+
{
|
|
4146
|
+
"type": "propertySignature",
|
|
4147
|
+
"key": {
|
|
4148
|
+
"type": "identifier",
|
|
4149
|
+
"name": "stage"
|
|
4150
|
+
},
|
|
4151
|
+
"annotation": {
|
|
4152
|
+
"type": "reference",
|
|
4153
|
+
"typeName": {
|
|
4154
|
+
"type": "identifier",
|
|
4155
|
+
"name": "Stage"
|
|
4156
|
+
}
|
|
4157
|
+
},
|
|
4158
|
+
"computed": false
|
|
4159
|
+
}
|
|
4160
|
+
]
|
|
4161
|
+
}
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "edit.activity",
|
|
4166
|
+
"detail": {
|
|
4167
|
+
"annotation": {
|
|
4168
|
+
"type": "reference",
|
|
4169
|
+
"typeName": {
|
|
4170
|
+
"type": "identifier",
|
|
4171
|
+
"name": "EditActivityDetail"
|
|
4172
|
+
}
|
|
4173
|
+
}
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
],
|
|
4177
|
+
"methods": [
|
|
4178
|
+
{
|
|
4179
|
+
"name": "addActivity",
|
|
4180
|
+
"params": [
|
|
4181
|
+
{
|
|
4182
|
+
"name": "stage",
|
|
4183
|
+
"annotation": {
|
|
4184
|
+
"type": "reference",
|
|
4185
|
+
"typeName": {
|
|
4186
|
+
"type": "identifier",
|
|
4187
|
+
"name": "Stage"
|
|
4188
|
+
}
|
|
4189
|
+
}
|
|
4062
4190
|
},
|
|
4063
4191
|
{
|
|
4064
|
-
"
|
|
4065
|
-
"
|
|
4066
|
-
"type": "
|
|
4067
|
-
"
|
|
4068
|
-
|
|
4192
|
+
"name": "activity",
|
|
4193
|
+
"annotation": {
|
|
4194
|
+
"type": "reference",
|
|
4195
|
+
"typeName": {
|
|
4196
|
+
"type": "identifier",
|
|
4197
|
+
"name": "FlowActivity"
|
|
4198
|
+
}
|
|
4199
|
+
}
|
|
4200
|
+
}
|
|
4201
|
+
],
|
|
4202
|
+
"returns": {}
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"name": "editActivity",
|
|
4206
|
+
"params": [
|
|
4207
|
+
{
|
|
4208
|
+
"name": "stage",
|
|
4209
|
+
"annotation": {
|
|
4210
|
+
"type": "reference",
|
|
4211
|
+
"typeName": {
|
|
4212
|
+
"type": "identifier",
|
|
4213
|
+
"name": "Stage"
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "activity",
|
|
4219
|
+
"annotation": {
|
|
4220
|
+
"type": "reference",
|
|
4221
|
+
"typeName": {
|
|
4222
|
+
"type": "identifier",
|
|
4223
|
+
"name": "FlowActivity"
|
|
4224
|
+
}
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "activityIndex",
|
|
4229
|
+
"annotation": {
|
|
4230
|
+
"type": "keyword",
|
|
4231
|
+
"value": "number"
|
|
4232
|
+
}
|
|
4233
|
+
}
|
|
4234
|
+
],
|
|
4235
|
+
"returns": {}
|
|
4236
|
+
},
|
|
4237
|
+
{
|
|
4238
|
+
"name": "deleteActivity",
|
|
4239
|
+
"params": [
|
|
4240
|
+
{
|
|
4241
|
+
"name": "stage",
|
|
4069
4242
|
"annotation": {
|
|
4070
4243
|
"type": "reference",
|
|
4071
4244
|
"typeName": {
|
|
4072
4245
|
"type": "identifier",
|
|
4073
|
-
"name": "
|
|
4246
|
+
"name": "Stage"
|
|
4074
4247
|
}
|
|
4075
|
-
}
|
|
4076
|
-
"computed": false
|
|
4248
|
+
}
|
|
4077
4249
|
},
|
|
4078
4250
|
{
|
|
4079
|
-
"
|
|
4080
|
-
"key": {
|
|
4081
|
-
"type": "identifier",
|
|
4082
|
-
"name": "activityIndex"
|
|
4083
|
-
},
|
|
4251
|
+
"name": "activityIndex",
|
|
4084
4252
|
"annotation": {
|
|
4085
4253
|
"type": "keyword",
|
|
4086
4254
|
"value": "number"
|
|
4087
|
-
},
|
|
4088
|
-
"computed": false
|
|
4089
|
-
}
|
|
4090
|
-
]
|
|
4091
|
-
}
|
|
4092
|
-
]
|
|
4093
|
-
},
|
|
4094
|
-
"ai-portal.running-flow": {
|
|
4095
|
-
"properties": [
|
|
4096
|
-
{
|
|
4097
|
-
"name": "spec",
|
|
4098
|
-
"annotation": {
|
|
4099
|
-
"type": "array",
|
|
4100
|
-
"elementType": {
|
|
4101
|
-
"type": "reference",
|
|
4102
|
-
"typeName": {
|
|
4103
|
-
"type": "identifier",
|
|
4104
|
-
"name": "FlowStage"
|
|
4105
|
-
}
|
|
4106
|
-
}
|
|
4107
|
-
}
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
"name": "activeActivityId",
|
|
4111
|
-
"annotation": {
|
|
4112
|
-
"type": "union",
|
|
4113
|
-
"types": [
|
|
4114
|
-
{
|
|
4115
|
-
"type": "keyword",
|
|
4116
|
-
"value": "string"
|
|
4117
|
-
},
|
|
4118
|
-
{
|
|
4119
|
-
"type": "keyword",
|
|
4120
|
-
"value": "null"
|
|
4121
4255
|
}
|
|
4122
|
-
]
|
|
4123
|
-
}
|
|
4124
|
-
}
|
|
4125
|
-
],
|
|
4126
|
-
"events": [
|
|
4127
|
-
{
|
|
4128
|
-
"name": "active.change",
|
|
4129
|
-
"detail": {
|
|
4130
|
-
"annotation": {
|
|
4131
|
-
"type": "union",
|
|
4132
|
-
"types": [
|
|
4133
|
-
{
|
|
4134
|
-
"type": "keyword",
|
|
4135
|
-
"value": "string"
|
|
4136
|
-
},
|
|
4137
|
-
{
|
|
4138
|
-
"type": "keyword",
|
|
4139
|
-
"value": "null"
|
|
4140
|
-
}
|
|
4141
|
-
]
|
|
4142
4256
|
}
|
|
4143
|
-
|
|
4257
|
+
],
|
|
4258
|
+
"returns": {}
|
|
4144
4259
|
}
|
|
4145
4260
|
],
|
|
4146
|
-
"methods": [],
|
|
4147
4261
|
"types": [
|
|
4148
4262
|
{
|
|
4149
4263
|
"type": "interface",
|
|
4150
|
-
"name": "
|
|
4264
|
+
"name": "Stage",
|
|
4151
4265
|
"body": [
|
|
4152
4266
|
{
|
|
4153
4267
|
"type": "propertySignature",
|
|
@@ -4202,7 +4316,7 @@
|
|
|
4202
4316
|
"type": "propertySignature",
|
|
4203
4317
|
"key": {
|
|
4204
4318
|
"type": "identifier",
|
|
4205
|
-
"name": "
|
|
4319
|
+
"name": "description"
|
|
4206
4320
|
},
|
|
4207
4321
|
"annotation": {
|
|
4208
4322
|
"type": "keyword",
|
|
@@ -4215,26 +4329,11 @@
|
|
|
4215
4329
|
"type": "propertySignature",
|
|
4216
4330
|
"key": {
|
|
4217
4331
|
"type": "identifier",
|
|
4218
|
-
"name": "
|
|
4332
|
+
"name": "aiEmployeeId"
|
|
4219
4333
|
},
|
|
4220
4334
|
"annotation": {
|
|
4221
|
-
"type": "
|
|
4222
|
-
"
|
|
4223
|
-
{
|
|
4224
|
-
"type": "reference",
|
|
4225
|
-
"typeName": {
|
|
4226
|
-
"type": "identifier",
|
|
4227
|
-
"name": "TaskState"
|
|
4228
|
-
}
|
|
4229
|
-
},
|
|
4230
|
-
{
|
|
4231
|
-
"type": "reference",
|
|
4232
|
-
"typeName": {
|
|
4233
|
-
"type": "identifier",
|
|
4234
|
-
"name": "JobState"
|
|
4235
|
-
}
|
|
4236
|
-
}
|
|
4237
|
-
]
|
|
4335
|
+
"type": "keyword",
|
|
4336
|
+
"value": "string"
|
|
4238
4337
|
},
|
|
4239
4338
|
"optional": true,
|
|
4240
4339
|
"computed": false
|
|
@@ -4243,11 +4342,11 @@
|
|
|
4243
4342
|
"type": "propertySignature",
|
|
4244
4343
|
"key": {
|
|
4245
4344
|
"type": "identifier",
|
|
4246
|
-
"name": "
|
|
4345
|
+
"name": "hilRules"
|
|
4247
4346
|
},
|
|
4248
4347
|
"annotation": {
|
|
4249
4348
|
"type": "keyword",
|
|
4250
|
-
"value": "
|
|
4349
|
+
"value": "string"
|
|
4251
4350
|
},
|
|
4252
4351
|
"optional": true,
|
|
4253
4352
|
"computed": false
|
|
@@ -4256,137 +4355,26 @@
|
|
|
4256
4355
|
"type": "propertySignature",
|
|
4257
4356
|
"key": {
|
|
4258
4357
|
"type": "identifier",
|
|
4259
|
-
"name": "
|
|
4358
|
+
"name": "hilUser"
|
|
4260
4359
|
},
|
|
4261
4360
|
"annotation": {
|
|
4262
4361
|
"type": "keyword",
|
|
4263
|
-
"value": "
|
|
4362
|
+
"value": "string"
|
|
4264
4363
|
},
|
|
4265
4364
|
"optional": true,
|
|
4266
4365
|
"computed": false
|
|
4267
4366
|
}
|
|
4268
4367
|
]
|
|
4269
|
-
}
|
|
4270
|
-
]
|
|
4271
|
-
},
|
|
4272
|
-
"ai-portal.notice-dropdown": {
|
|
4273
|
-
"properties": [
|
|
4274
|
-
{
|
|
4275
|
-
"name": "dataSource",
|
|
4276
|
-
"annotation": {
|
|
4277
|
-
"type": "array",
|
|
4278
|
-
"elementType": {
|
|
4279
|
-
"type": "reference",
|
|
4280
|
-
"typeName": {
|
|
4281
|
-
"type": "identifier",
|
|
4282
|
-
"name": "NoticeItem"
|
|
4283
|
-
}
|
|
4284
|
-
}
|
|
4285
|
-
}
|
|
4286
|
-
},
|
|
4287
|
-
{
|
|
4288
|
-
"name": "popoverPlacement",
|
|
4289
|
-
"annotation": {
|
|
4290
|
-
"type": "reference",
|
|
4291
|
-
"typeName": {
|
|
4292
|
-
"type": "identifier",
|
|
4293
|
-
"name": "Placement"
|
|
4294
|
-
}
|
|
4295
|
-
}
|
|
4296
|
-
},
|
|
4297
|
-
{
|
|
4298
|
-
"name": "emptyText",
|
|
4299
|
-
"annotation": {
|
|
4300
|
-
"type": "keyword",
|
|
4301
|
-
"value": "string"
|
|
4302
|
-
}
|
|
4303
|
-
},
|
|
4304
|
-
{
|
|
4305
|
-
"name": "notifyCenterUrl",
|
|
4306
|
-
"annotation": {
|
|
4307
|
-
"type": "keyword",
|
|
4308
|
-
"value": "string"
|
|
4309
|
-
}
|
|
4310
|
-
},
|
|
4311
|
-
{
|
|
4312
|
-
"name": "urlTemplate",
|
|
4313
|
-
"annotation": {
|
|
4314
|
-
"type": "keyword",
|
|
4315
|
-
"value": "string"
|
|
4316
|
-
}
|
|
4317
|
-
},
|
|
4318
|
-
{
|
|
4319
|
-
"name": "dropdownMaxWidth",
|
|
4320
|
-
"annotation": {
|
|
4321
|
-
"type": "union",
|
|
4322
|
-
"types": [
|
|
4323
|
-
{
|
|
4324
|
-
"type": "keyword",
|
|
4325
|
-
"value": "string"
|
|
4326
|
-
},
|
|
4327
|
-
{
|
|
4328
|
-
"type": "keyword",
|
|
4329
|
-
"value": "number"
|
|
4330
|
-
}
|
|
4331
|
-
]
|
|
4332
|
-
}
|
|
4333
|
-
},
|
|
4334
|
-
{
|
|
4335
|
-
"name": "dropdownContentStyle",
|
|
4336
|
-
"annotation": {
|
|
4337
|
-
"type": "reference",
|
|
4338
|
-
"typeName": {
|
|
4339
|
-
"type": "qualifiedName",
|
|
4340
|
-
"left": {
|
|
4341
|
-
"type": "identifier",
|
|
4342
|
-
"name": "React"
|
|
4343
|
-
},
|
|
4344
|
-
"right": {
|
|
4345
|
-
"type": "identifier",
|
|
4346
|
-
"name": "CSSProperties"
|
|
4347
|
-
}
|
|
4348
|
-
}
|
|
4349
|
-
}
|
|
4350
|
-
},
|
|
4351
|
-
{
|
|
4352
|
-
"name": "hideNotifyCenterButton",
|
|
4353
|
-
"annotation": {
|
|
4354
|
-
"type": "keyword",
|
|
4355
|
-
"value": "boolean"
|
|
4356
|
-
}
|
|
4357
|
-
}
|
|
4358
|
-
],
|
|
4359
|
-
"events": [
|
|
4360
|
-
{
|
|
4361
|
-
"name": "notice.click",
|
|
4362
|
-
"detail": {
|
|
4363
|
-
"annotation": {
|
|
4364
|
-
"type": "keyword",
|
|
4365
|
-
"value": "string"
|
|
4366
|
-
}
|
|
4367
|
-
}
|
|
4368
4368
|
},
|
|
4369
|
-
{
|
|
4370
|
-
"name": "mark.all.read",
|
|
4371
|
-
"detail": {
|
|
4372
|
-
"annotation": {
|
|
4373
|
-
"type": "keyword",
|
|
4374
|
-
"value": "void"
|
|
4375
|
-
}
|
|
4376
|
-
}
|
|
4377
|
-
}
|
|
4378
|
-
],
|
|
4379
|
-
"methods": [],
|
|
4380
|
-
"types": [
|
|
4381
4369
|
{
|
|
4382
4370
|
"type": "interface",
|
|
4383
|
-
"name": "
|
|
4371
|
+
"name": "AIEmployee",
|
|
4384
4372
|
"body": [
|
|
4385
4373
|
{
|
|
4386
4374
|
"type": "propertySignature",
|
|
4387
4375
|
"key": {
|
|
4388
4376
|
"type": "identifier",
|
|
4389
|
-
"name": "
|
|
4377
|
+
"name": "employeeId"
|
|
4390
4378
|
},
|
|
4391
4379
|
"annotation": {
|
|
4392
4380
|
"type": "keyword",
|
|
@@ -4398,23 +4386,32 @@
|
|
|
4398
4386
|
"type": "propertySignature",
|
|
4399
4387
|
"key": {
|
|
4400
4388
|
"type": "identifier",
|
|
4401
|
-
"name": "
|
|
4389
|
+
"name": "name"
|
|
4402
4390
|
},
|
|
4403
4391
|
"annotation": {
|
|
4404
4392
|
"type": "keyword",
|
|
4405
4393
|
"value": "string"
|
|
4406
4394
|
},
|
|
4407
4395
|
"computed": false
|
|
4408
|
-
}
|
|
4396
|
+
}
|
|
4397
|
+
]
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
"type": "interface",
|
|
4401
|
+
"name": "EditActivityDetail",
|
|
4402
|
+
"body": [
|
|
4409
4403
|
{
|
|
4410
4404
|
"type": "propertySignature",
|
|
4411
4405
|
"key": {
|
|
4412
4406
|
"type": "identifier",
|
|
4413
|
-
"name": "
|
|
4407
|
+
"name": "stage"
|
|
4414
4408
|
},
|
|
4415
4409
|
"annotation": {
|
|
4416
|
-
"type": "
|
|
4417
|
-
"
|
|
4410
|
+
"type": "reference",
|
|
4411
|
+
"typeName": {
|
|
4412
|
+
"type": "identifier",
|
|
4413
|
+
"name": "Stage"
|
|
4414
|
+
}
|
|
4418
4415
|
},
|
|
4419
4416
|
"computed": false
|
|
4420
4417
|
},
|
|
@@ -4422,11 +4419,14 @@
|
|
|
4422
4419
|
"type": "propertySignature",
|
|
4423
4420
|
"key": {
|
|
4424
4421
|
"type": "identifier",
|
|
4425
|
-
"name": "
|
|
4422
|
+
"name": "activity"
|
|
4426
4423
|
},
|
|
4427
4424
|
"annotation": {
|
|
4428
|
-
"type": "
|
|
4429
|
-
"
|
|
4425
|
+
"type": "reference",
|
|
4426
|
+
"typeName": {
|
|
4427
|
+
"type": "identifier",
|
|
4428
|
+
"name": "FlowActivity"
|
|
4429
|
+
}
|
|
4430
4430
|
},
|
|
4431
4431
|
"computed": false
|
|
4432
4432
|
},
|
|
@@ -4434,11 +4434,11 @@
|
|
|
4434
4434
|
"type": "propertySignature",
|
|
4435
4435
|
"key": {
|
|
4436
4436
|
"type": "identifier",
|
|
4437
|
-
"name": "
|
|
4437
|
+
"name": "activityIndex"
|
|
4438
4438
|
},
|
|
4439
4439
|
"annotation": {
|
|
4440
4440
|
"type": "keyword",
|
|
4441
|
-
"value": "
|
|
4441
|
+
"value": "number"
|
|
4442
4442
|
},
|
|
4443
4443
|
"computed": false
|
|
4444
4444
|
}
|