@next-bricks/ai-portal 0.64.8 → 0.65.0

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.
Files changed (59) hide show
  1. package/dist/bricks.json +37 -41
  2. package/dist/chunks/2742.670f78d2.js +2 -0
  3. package/dist/chunks/2742.670f78d2.js.map +1 -0
  4. package/dist/chunks/3186.5c0ff6ad.js +2 -0
  5. package/dist/chunks/3186.5c0ff6ad.js.map +1 -0
  6. package/dist/chunks/4208.694d7deb.js +2 -0
  7. package/dist/chunks/4208.694d7deb.js.map +1 -0
  8. package/dist/chunks/5452.a5594a29.js +2 -0
  9. package/dist/chunks/5452.a5594a29.js.map +1 -0
  10. package/dist/chunks/7139.4195ba95.js +2 -0
  11. package/dist/chunks/7139.4195ba95.js.map +1 -0
  12. package/dist/chunks/7712.06a445a6.js +2 -0
  13. package/dist/chunks/7712.06a445a6.js.map +1 -0
  14. package/dist/chunks/{chat-panel.abf4cbf4.js → chat-panel.313d3906.js} +2 -2
  15. package/dist/chunks/{chat-panel.abf4cbf4.js.map → chat-panel.313d3906.js.map} +1 -1
  16. package/dist/chunks/{chat-stream.c13cfc3f.js → chat-stream.90aa7647.js} +2 -2
  17. package/dist/chunks/{chat-stream.c13cfc3f.js.map → chat-stream.90aa7647.js.map} +1 -1
  18. package/dist/chunks/{elevo-sidebar.4aa42ab3.js → elevo-sidebar.fba49f67.js} +3 -3
  19. package/dist/chunks/elevo-sidebar.fba49f67.js.map +1 -0
  20. package/dist/chunks/main.97d00f7b.js +2 -0
  21. package/dist/chunks/{main.f7f23cfb.js.map → main.97d00f7b.js.map} +1 -1
  22. package/dist/examples.json +18 -21
  23. package/dist/images/d5f57ce1.png +0 -0
  24. package/dist/index.01059b82.js +2 -0
  25. package/dist/index.01059b82.js.map +1 -0
  26. package/dist/manifest.json +251 -283
  27. package/dist/types.json +314 -455
  28. package/dist-types/bootstrap.d.ts +0 -1
  29. package/dist-types/chat-stream/NodeChunk/NodeReasoning.d.ts +6 -0
  30. package/dist-types/chat-stream/i18n.d.ts +3 -1
  31. package/dist-types/chat-stream/interfaces.d.ts +6 -1
  32. package/dist-types/shared/ActivityPlan/ActivityPlan.d.ts +11 -0
  33. package/dist-types/shared/{PlanProgress → ActivityPlan}/i18n.d.ts +3 -2
  34. package/dist-types/shared/ChatBox/i18n.d.ts +3 -1
  35. package/dist-types/shared/constants.d.ts +1 -0
  36. package/dist-types/shared/getFlatChunks.d.ts +1 -1
  37. package/dist-types/shared/interfaces.d.ts +1 -1
  38. package/package.json +2 -2
  39. package/dist/chunks/1447.32e6384d.js +0 -2
  40. package/dist/chunks/1447.32e6384d.js.map +0 -1
  41. package/dist/chunks/3186.7220c09a.js +0 -2
  42. package/dist/chunks/3186.7220c09a.js.map +0 -1
  43. package/dist/chunks/4208.54a5a7dd.js +0 -2
  44. package/dist/chunks/4208.54a5a7dd.js.map +0 -1
  45. package/dist/chunks/4820.51e9c918.js +0 -2
  46. package/dist/chunks/4820.51e9c918.js.map +0 -1
  47. package/dist/chunks/778.1a43bbd5.js +0 -2
  48. package/dist/chunks/778.1a43bbd5.js.map +0 -1
  49. package/dist/chunks/9273.e6feece8.js +0 -2
  50. package/dist/chunks/9273.e6feece8.js.map +0 -1
  51. package/dist/chunks/elevo-sidebar.4aa42ab3.js.map +0 -1
  52. package/dist/chunks/gantt-chart.6c8b41fd.js +0 -2
  53. package/dist/chunks/gantt-chart.6c8b41fd.js.map +0 -1
  54. package/dist/chunks/main.f7f23cfb.js +0 -2
  55. package/dist/index.6af15770.js +0 -2
  56. package/dist/index.6af15770.js.map +0 -1
  57. package/dist-types/shared/PlanProgress/PlanProgress.d.ts +0 -15
  58. package/docs/gantt-chart.md +0 -37
  59. /package/dist/chunks/{elevo-sidebar.4aa42ab3.js.LICENSE.txt → elevo-sidebar.fba49f67.js.LICENSE.txt} +0 -0
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.home-container": {
3
107
  "properties": [
4
108
  {
@@ -131,110 +235,6 @@
131
235
  }
132
236
  ]
133
237
  },
134
- "ai-portal.stat-with-mini-chart": {
135
- "properties": [
136
- {
137
- "name": "label",
138
- "annotation": {
139
- "type": "keyword",
140
- "value": "string"
141
- }
142
- },
143
- {
144
- "name": "value",
145
- "annotation": {
146
- "type": "keyword",
147
- "value": "string"
148
- }
149
- },
150
- {
151
- "name": "size",
152
- "annotation": {
153
- "type": "union",
154
- "types": [
155
- {
156
- "type": "jsLiteral",
157
- "value": "medium"
158
- },
159
- {
160
- "type": "jsLiteral",
161
- "value": "small"
162
- }
163
- ]
164
- }
165
- },
166
- {
167
- "name": "lineColor",
168
- "annotation": {
169
- "type": "keyword",
170
- "value": "string"
171
- }
172
- },
173
- {
174
- "name": "showArea",
175
- "annotation": {
176
- "type": "keyword",
177
- "value": "boolean"
178
- }
179
- },
180
- {
181
- "name": "min",
182
- "annotation": {
183
- "type": "keyword",
184
- "value": "number"
185
- }
186
- },
187
- {
188
- "name": "max",
189
- "annotation": {
190
- "type": "keyword",
191
- "value": "number"
192
- }
193
- },
194
- {
195
- "name": "xField",
196
- "annotation": {
197
- "type": "keyword",
198
- "value": "string"
199
- }
200
- },
201
- {
202
- "name": "yField",
203
- "annotation": {
204
- "type": "keyword",
205
- "value": "string"
206
- }
207
- },
208
- {
209
- "name": "data",
210
- "annotation": {
211
- "type": "array",
212
- "elementType": {
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": "number"
228
- }
229
- ]
230
- }
231
- }
232
- }
233
- }
234
- ],
235
- "events": [],
236
- "methods": []
237
- },
238
238
  "ai-portal.call-tool": {
239
239
  "type": "provider",
240
240
  "params": [
@@ -1977,54 +1977,91 @@
1977
1977
  }
1978
1978
  ]
1979
1979
  },
1980
- "ai-portal.tab-list": {
1980
+ "ai-portal.page-container": {
1981
1981
  "properties": [
1982
1982
  {
1983
- "name": "tabs",
1983
+ "name": "pageTitle",
1984
+ "annotation": {
1985
+ "type": "keyword",
1986
+ "value": "string"
1987
+ }
1988
+ },
1989
+ {
1990
+ "name": "breadcrumbs",
1984
1991
  "annotation": {
1985
1992
  "type": "array",
1986
1993
  "elementType": {
1987
1994
  "type": "reference",
1988
1995
  "typeName": {
1989
1996
  "type": "identifier",
1990
- "name": "Tab"
1997
+ "name": "Breadcrumb"
1991
1998
  }
1992
1999
  }
1993
2000
  }
1994
2001
  },
1995
2002
  {
1996
- "name": "activeTab",
2003
+ "name": "size",
1997
2004
  "annotation": {
1998
- "type": "keyword",
1999
- "value": "string"
2000
- }
2001
- }
2002
- ],
2003
- "events": [
2004
- {
2005
- "name": "tab.click",
2006
- "detail": {
2007
- "annotation": {
2008
- "type": "reference",
2009
- "typeName": {
2010
- "type": "identifier",
2011
- "name": "Tab"
2005
+ "type": "union",
2006
+ "types": [
2007
+ {
2008
+ "type": "jsLiteral",
2009
+ "value": "medium"
2010
+ },
2011
+ {
2012
+ "type": "jsLiteral",
2013
+ "value": "small"
2014
+ },
2015
+ {
2016
+ "type": "jsLiteral",
2017
+ "value": "full"
2012
2018
  }
2013
- }
2019
+ ]
2014
2020
  }
2015
- }
2016
- ],
2017
- "methods": [],
2018
- "types": [
2021
+ },
2022
+ {
2023
+ "name": "variant",
2024
+ "annotation": {
2025
+ "type": "union",
2026
+ "types": [
2027
+ {
2028
+ "type": "jsLiteral",
2029
+ "value": "default"
2030
+ },
2031
+ {
2032
+ "type": "jsLiteral",
2033
+ "value": "form"
2034
+ }
2035
+ ]
2036
+ }
2037
+ },
2038
+ {
2039
+ "name": "sticky",
2040
+ "annotation": {
2041
+ "type": "keyword",
2042
+ "value": "boolean"
2043
+ }
2044
+ },
2045
+ {
2046
+ "name": "textContent",
2047
+ "annotation": {
2048
+ "type": "keyword",
2049
+ "value": "string"
2050
+ }
2051
+ }
2052
+ ],
2053
+ "events": [],
2054
+ "methods": [],
2055
+ "types": [
2019
2056
  {
2020
2057
  "type": "interface",
2021
- "name": "Tab",
2058
+ "name": "Breadcrumb",
2022
2059
  "body": [
2023
2060
  {
2024
2061
  "type": "propertySignature",
2025
2062
  "key": {
2026
2063
  "type": "identifier",
2027
- "name": "id"
2064
+ "name": "text"
2028
2065
  },
2029
2066
  "annotation": {
2030
2067
  "type": "keyword",
@@ -2036,7 +2073,7 @@
2036
2073
  "type": "propertySignature",
2037
2074
  "key": {
2038
2075
  "type": "identifier",
2039
- "name": "label"
2076
+ "name": "url"
2040
2077
  },
2041
2078
  "annotation": {
2042
2079
  "type": "keyword",
@@ -2048,91 +2085,54 @@
2048
2085
  }
2049
2086
  ]
2050
2087
  },
2051
- "ai-portal.page-container": {
2088
+ "ai-portal.tab-list": {
2052
2089
  "properties": [
2053
2090
  {
2054
- "name": "pageTitle",
2055
- "annotation": {
2056
- "type": "keyword",
2057
- "value": "string"
2058
- }
2059
- },
2060
- {
2061
- "name": "breadcrumbs",
2091
+ "name": "tabs",
2062
2092
  "annotation": {
2063
2093
  "type": "array",
2064
2094
  "elementType": {
2065
2095
  "type": "reference",
2066
2096
  "typeName": {
2067
2097
  "type": "identifier",
2068
- "name": "Breadcrumb"
2098
+ "name": "Tab"
2069
2099
  }
2070
2100
  }
2071
2101
  }
2072
2102
  },
2073
2103
  {
2074
- "name": "size",
2075
- "annotation": {
2076
- "type": "union",
2077
- "types": [
2078
- {
2079
- "type": "jsLiteral",
2080
- "value": "medium"
2081
- },
2082
- {
2083
- "type": "jsLiteral",
2084
- "value": "small"
2085
- },
2086
- {
2087
- "type": "jsLiteral",
2088
- "value": "full"
2089
- }
2090
- ]
2091
- }
2092
- },
2093
- {
2094
- "name": "variant",
2095
- "annotation": {
2096
- "type": "union",
2097
- "types": [
2098
- {
2099
- "type": "jsLiteral",
2100
- "value": "default"
2101
- },
2102
- {
2103
- "type": "jsLiteral",
2104
- "value": "form"
2105
- }
2106
- ]
2107
- }
2108
- },
2109
- {
2110
- "name": "sticky",
2104
+ "name": "activeTab",
2111
2105
  "annotation": {
2112
2106
  "type": "keyword",
2113
- "value": "boolean"
2107
+ "value": "string"
2114
2108
  }
2115
- },
2109
+ }
2110
+ ],
2111
+ "events": [
2116
2112
  {
2117
- "name": "textContent",
2118
- "annotation": {
2119
- "type": "keyword",
2120
- "value": "string"
2113
+ "name": "tab.click",
2114
+ "detail": {
2115
+ "annotation": {
2116
+ "type": "reference",
2117
+ "typeName": {
2118
+ "type": "identifier",
2119
+ "name": "Tab"
2120
+ }
2121
+ }
2121
2122
  }
2122
2123
  }
2123
2124
  ],
2124
- "events": [],
2125
2125
  "methods": [],
2126
2126
  "types": [
2127
2127
  {
2128
2128
  "type": "interface",
2129
- "name": "Breadcrumb",
2129
+ "name": "Tab",
2130
2130
  "body": [
2131
2131
  {
2132
2132
  "type": "propertySignature",
2133
2133
  "key": {
2134
2134
  "type": "identifier",
2135
- "name": "text"
2135
+ "name": "id"
2136
2136
  },
2137
2137
  "annotation": {
2138
2138
  "type": "keyword",
@@ -2144,7 +2144,7 @@
2144
2144
  "type": "propertySignature",
2145
2145
  "key": {
2146
2146
  "type": "identifier",
2147
- "name": "url"
2147
+ "name": "label"
2148
2148
  },
2149
2149
  "annotation": {
2150
2150
  "type": "keyword",
@@ -2711,7 +2711,7 @@
2711
2711
  }
2712
2712
  ]
2713
2713
  },
2714
- "ai-portal.ai-agents": {
2714
+ "ai-portal.ai-employees": {
2715
2715
  "properties": [
2716
2716
  {
2717
2717
  "name": "list",
@@ -2721,11 +2721,21 @@
2721
2721
  "type": "reference",
2722
2722
  "typeName": {
2723
2723
  "type": "identifier",
2724
- "name": "Agent"
2724
+ "name": "Employee"
2725
2725
  }
2726
2726
  }
2727
2727
  }
2728
2728
  },
2729
+ {
2730
+ "name": "industries",
2731
+ "annotation": {
2732
+ "type": "array",
2733
+ "elementType": {
2734
+ "type": "keyword",
2735
+ "value": "string"
2736
+ }
2737
+ }
2738
+ },
2729
2739
  {
2730
2740
  "name": "urlTemplate",
2731
2741
  "annotation": {
@@ -2734,10 +2744,10 @@
2734
2744
  }
2735
2745
  },
2736
2746
  {
2737
- "name": "withContainer",
2747
+ "name": "stickyTop",
2738
2748
  "annotation": {
2739
2749
  "type": "keyword",
2740
- "value": "boolean"
2750
+ "value": "number"
2741
2751
  }
2742
2752
  }
2743
2753
  ],
@@ -2746,7 +2756,7 @@
2746
2756
  "types": [
2747
2757
  {
2748
2758
  "type": "interface",
2749
- "name": "Agent",
2759
+ "name": "Employee",
2750
2760
  "body": [
2751
2761
  {
2752
2762
  "type": "propertySignature",
@@ -2764,7 +2774,7 @@
2764
2774
  "type": "propertySignature",
2765
2775
  "key": {
2766
2776
  "type": "identifier",
2767
- "name": "description"
2777
+ "name": "industry"
2768
2778
  },
2769
2779
  "annotation": {
2770
2780
  "type": "keyword",
@@ -2776,30 +2786,35 @@
2776
2786
  "type": "propertySignature",
2777
2787
  "key": {
2778
2788
  "type": "identifier",
2779
- "name": "icon"
2789
+ "name": "role"
2780
2790
  },
2781
2791
  "annotation": {
2782
- "type": "reference",
2783
- "typeName": {
2784
- "type": "identifier",
2785
- "name": "GeneralIconProps"
2786
- }
2792
+ "type": "keyword",
2793
+ "value": "string"
2787
2794
  },
2788
- "optional": true,
2789
2795
  "computed": false
2790
2796
  },
2791
2797
  {
2792
2798
  "type": "propertySignature",
2793
2799
  "key": {
2794
2800
  "type": "identifier",
2795
- "name": "tags"
2801
+ "name": "description"
2796
2802
  },
2797
2803
  "annotation": {
2798
- "type": "array",
2799
- "elementType": {
2800
- "type": "keyword",
2801
- "value": "string"
2802
- }
2804
+ "type": "keyword",
2805
+ "value": "string"
2806
+ },
2807
+ "computed": false
2808
+ },
2809
+ {
2810
+ "type": "propertySignature",
2811
+ "key": {
2812
+ "type": "identifier",
2813
+ "name": "avatar"
2814
+ },
2815
+ "annotation": {
2816
+ "type": "keyword",
2817
+ "value": "string"
2803
2818
  },
2804
2819
  "optional": true,
2805
2820
  "computed": false
@@ -2808,7 +2823,7 @@
2808
2823
  }
2809
2824
  ]
2810
2825
  },
2811
- "ai-portal.ai-employees": {
2826
+ "ai-portal.ai-agents": {
2812
2827
  "properties": [
2813
2828
  {
2814
2829
  "name": "list",
@@ -2818,21 +2833,11 @@
2818
2833
  "type": "reference",
2819
2834
  "typeName": {
2820
2835
  "type": "identifier",
2821
- "name": "Employee"
2836
+ "name": "Agent"
2822
2837
  }
2823
2838
  }
2824
2839
  }
2825
2840
  },
2826
- {
2827
- "name": "industries",
2828
- "annotation": {
2829
- "type": "array",
2830
- "elementType": {
2831
- "type": "keyword",
2832
- "value": "string"
2833
- }
2834
- }
2835
- },
2836
2841
  {
2837
2842
  "name": "urlTemplate",
2838
2843
  "annotation": {
@@ -2841,10 +2846,10 @@
2841
2846
  }
2842
2847
  },
2843
2848
  {
2844
- "name": "stickyTop",
2849
+ "name": "withContainer",
2845
2850
  "annotation": {
2846
2851
  "type": "keyword",
2847
- "value": "number"
2852
+ "value": "boolean"
2848
2853
  }
2849
2854
  }
2850
2855
  ],
@@ -2853,7 +2858,7 @@
2853
2858
  "types": [
2854
2859
  {
2855
2860
  "type": "interface",
2856
- "name": "Employee",
2861
+ "name": "Agent",
2857
2862
  "body": [
2858
2863
  {
2859
2864
  "type": "propertySignature",
@@ -2871,19 +2876,7 @@
2871
2876
  "type": "propertySignature",
2872
2877
  "key": {
2873
2878
  "type": "identifier",
2874
- "name": "industry"
2875
- },
2876
- "annotation": {
2877
- "type": "keyword",
2878
- "value": "string"
2879
- },
2880
- "computed": false
2881
- },
2882
- {
2883
- "type": "propertySignature",
2884
- "key": {
2885
- "type": "identifier",
2886
- "name": "role"
2879
+ "name": "description"
2887
2880
  },
2888
2881
  "annotation": {
2889
2882
  "type": "keyword",
@@ -2895,23 +2888,30 @@
2895
2888
  "type": "propertySignature",
2896
2889
  "key": {
2897
2890
  "type": "identifier",
2898
- "name": "description"
2891
+ "name": "icon"
2899
2892
  },
2900
2893
  "annotation": {
2901
- "type": "keyword",
2902
- "value": "string"
2894
+ "type": "reference",
2895
+ "typeName": {
2896
+ "type": "identifier",
2897
+ "name": "GeneralIconProps"
2898
+ }
2903
2899
  },
2900
+ "optional": true,
2904
2901
  "computed": false
2905
2902
  },
2906
2903
  {
2907
2904
  "type": "propertySignature",
2908
2905
  "key": {
2909
2906
  "type": "identifier",
2910
- "name": "avatar"
2907
+ "name": "tags"
2911
2908
  },
2912
2909
  "annotation": {
2913
- "type": "keyword",
2914
- "value": "string"
2910
+ "type": "array",
2911
+ "elementType": {
2912
+ "type": "keyword",
2913
+ "value": "string"
2914
+ }
2915
2915
  },
2916
2916
  "optional": true,
2917
2917
  "computed": false
@@ -5561,7 +5561,7 @@
5561
5561
  }
5562
5562
  ]
5563
5563
  },
5564
- "ai-portal.notice-dropdown": {
5564
+ "ai-portal.notice-list": {
5565
5565
  "properties": [
5566
5566
  {
5567
5567
  "name": "dataSource",
@@ -5576,16 +5576,6 @@
5576
5576
  }
5577
5577
  }
5578
5578
  },
5579
- {
5580
- "name": "popoverPlacement",
5581
- "annotation": {
5582
- "type": "reference",
5583
- "typeName": {
5584
- "type": "identifier",
5585
- "name": "Placement"
5586
- }
5587
- }
5588
- },
5589
5579
  {
5590
5580
  "name": "emptyText",
5591
5581
  "annotation": {
@@ -5593,13 +5583,6 @@
5593
5583
  "value": "string"
5594
5584
  }
5595
5585
  },
5596
- {
5597
- "name": "notifyCenterUrl",
5598
- "annotation": {
5599
- "type": "keyword",
5600
- "value": "string"
5601
- }
5602
- },
5603
5586
  {
5604
5587
  "name": "urlTemplate",
5605
5588
  "annotation": {
@@ -5618,44 +5601,14 @@
5618
5601
  }
5619
5602
  },
5620
5603
  {
5621
- "name": "dropdownMaxWidth",
5622
- "annotation": {
5623
- "type": "union",
5624
- "types": [
5625
- {
5626
- "type": "keyword",
5627
- "value": "string"
5628
- },
5629
- {
5630
- "type": "keyword",
5631
- "value": "number"
5632
- }
5633
- ]
5634
- }
5635
- },
5636
- {
5637
- "name": "dropdownContentStyle",
5604
+ "name": "selectedIds",
5638
5605
  "annotation": {
5639
- "type": "reference",
5640
- "typeName": {
5641
- "type": "qualifiedName",
5642
- "left": {
5643
- "type": "identifier",
5644
- "name": "React"
5645
- },
5646
- "right": {
5647
- "type": "identifier",
5648
- "name": "CSSProperties"
5649
- }
5606
+ "type": "array",
5607
+ "elementType": {
5608
+ "type": "keyword",
5609
+ "value": "string"
5650
5610
  }
5651
5611
  }
5652
- },
5653
- {
5654
- "name": "hideNotifyCenterButton",
5655
- "annotation": {
5656
- "type": "keyword",
5657
- "value": "boolean"
5658
- }
5659
5612
  }
5660
5613
  ],
5661
5614
  "events": [
@@ -5671,6 +5624,21 @@
5671
5624
  }
5672
5625
  }
5673
5626
  },
5627
+ {
5628
+ "name": "mark.items.read",
5629
+ "detail": {
5630
+ "annotation": {
5631
+ "type": "array",
5632
+ "elementType": {
5633
+ "type": "reference",
5634
+ "typeName": {
5635
+ "type": "identifier",
5636
+ "name": "NoticeItem"
5637
+ }
5638
+ }
5639
+ }
5640
+ }
5641
+ },
5674
5642
  {
5675
5643
  "name": "mark.all.read",
5676
5644
  "detail": {
@@ -5778,7 +5746,7 @@
5778
5746
  }
5779
5747
  ]
5780
5748
  },
5781
- "ai-portal.notice-list": {
5749
+ "ai-portal.notice-dropdown": {
5782
5750
  "properties": [
5783
5751
  {
5784
5752
  "name": "dataSource",
@@ -5793,6 +5761,16 @@
5793
5761
  }
5794
5762
  }
5795
5763
  },
5764
+ {
5765
+ "name": "popoverPlacement",
5766
+ "annotation": {
5767
+ "type": "reference",
5768
+ "typeName": {
5769
+ "type": "identifier",
5770
+ "name": "Placement"
5771
+ }
5772
+ }
5773
+ },
5796
5774
  {
5797
5775
  "name": "emptyText",
5798
5776
  "annotation": {
@@ -5800,6 +5778,13 @@
5800
5778
  "value": "string"
5801
5779
  }
5802
5780
  },
5781
+ {
5782
+ "name": "notifyCenterUrl",
5783
+ "annotation": {
5784
+ "type": "keyword",
5785
+ "value": "string"
5786
+ }
5787
+ },
5803
5788
  {
5804
5789
  "name": "urlTemplate",
5805
5790
  "annotation": {
@@ -5818,14 +5803,44 @@
5818
5803
  }
5819
5804
  },
5820
5805
  {
5821
- "name": "selectedIds",
5806
+ "name": "dropdownMaxWidth",
5822
5807
  "annotation": {
5823
- "type": "array",
5824
- "elementType": {
5825
- "type": "keyword",
5826
- "value": "string"
5808
+ "type": "union",
5809
+ "types": [
5810
+ {
5811
+ "type": "keyword",
5812
+ "value": "string"
5813
+ },
5814
+ {
5815
+ "type": "keyword",
5816
+ "value": "number"
5817
+ }
5818
+ ]
5819
+ }
5820
+ },
5821
+ {
5822
+ "name": "dropdownContentStyle",
5823
+ "annotation": {
5824
+ "type": "reference",
5825
+ "typeName": {
5826
+ "type": "qualifiedName",
5827
+ "left": {
5828
+ "type": "identifier",
5829
+ "name": "React"
5830
+ },
5831
+ "right": {
5832
+ "type": "identifier",
5833
+ "name": "CSSProperties"
5834
+ }
5827
5835
  }
5828
5836
  }
5837
+ },
5838
+ {
5839
+ "name": "hideNotifyCenterButton",
5840
+ "annotation": {
5841
+ "type": "keyword",
5842
+ "value": "boolean"
5843
+ }
5829
5844
  }
5830
5845
  ],
5831
5846
  "events": [
@@ -5841,21 +5856,6 @@
5841
5856
  }
5842
5857
  }
5843
5858
  },
5844
- {
5845
- "name": "mark.items.read",
5846
- "detail": {
5847
- "annotation": {
5848
- "type": "array",
5849
- "elementType": {
5850
- "type": "reference",
5851
- "typeName": {
5852
- "type": "identifier",
5853
- "name": "NoticeItem"
5854
- }
5855
- }
5856
- }
5857
- }
5858
- },
5859
5859
  {
5860
5860
  "name": "mark.all.read",
5861
5861
  "detail": {
@@ -5963,147 +5963,6 @@
5963
5963
  }
5964
5964
  ]
5965
5965
  },
5966
- "ai-portal.gantt-chart": {
5967
- "properties": [
5968
- {
5969
- "name": "chartTitle",
5970
- "annotation": {
5971
- "type": "keyword",
5972
- "value": "string"
5973
- }
5974
- },
5975
- {
5976
- "name": "nodes",
5977
- "annotation": {
5978
- "type": "array",
5979
- "elementType": {
5980
- "type": "reference",
5981
- "typeName": {
5982
- "type": "identifier",
5983
- "name": "GanttNode"
5984
- }
5985
- }
5986
- }
5987
- }
5988
- ],
5989
- "events": [
5990
- {
5991
- "name": "node.click",
5992
- "detail": {
5993
- "annotation": {
5994
- "type": "reference",
5995
- "typeName": {
5996
- "type": "identifier",
5997
- "name": "GanttNode"
5998
- }
5999
- }
6000
- }
6001
- },
6002
- {
6003
- "name": "fullscreen.click",
6004
- "detail": {
6005
- "annotation": {
6006
- "type": "keyword",
6007
- "value": "void"
6008
- }
6009
- }
6010
- }
6011
- ],
6012
- "methods": [],
6013
- "types": [
6014
- {
6015
- "type": "interface",
6016
- "name": "GanttNode",
6017
- "body": [
6018
- {
6019
- "type": "propertySignature",
6020
- "key": {
6021
- "type": "identifier",
6022
- "name": "name"
6023
- },
6024
- "annotation": {
6025
- "type": "keyword",
6026
- "value": "string"
6027
- },
6028
- "computed": false
6029
- },
6030
- {
6031
- "type": "propertySignature",
6032
- "key": {
6033
- "type": "identifier",
6034
- "name": "state"
6035
- },
6036
- "annotation": {
6037
- "type": "union",
6038
- "types": [
6039
- {
6040
- "type": "reference",
6041
- "typeName": {
6042
- "type": "identifier",
6043
- "name": "TaskState"
6044
- }
6045
- },
6046
- {
6047
- "type": "reference",
6048
- "typeName": {
6049
- "type": "identifier",
6050
- "name": "JobState"
6051
- }
6052
- }
6053
- ]
6054
- },
6055
- "optional": true,
6056
- "computed": false
6057
- },
6058
- {
6059
- "type": "propertySignature",
6060
- "key": {
6061
- "type": "identifier",
6062
- "name": "startTime"
6063
- },
6064
- "annotation": {
6065
- "type": "keyword",
6066
- "value": "number"
6067
- },
6068
- "optional": true,
6069
- "computed": false
6070
- },
6071
- {
6072
- "type": "propertySignature",
6073
- "key": {
6074
- "type": "identifier",
6075
- "name": "endTime"
6076
- },
6077
- "annotation": {
6078
- "type": "keyword",
6079
- "value": "number"
6080
- },
6081
- "optional": true,
6082
- "computed": false
6083
- },
6084
- {
6085
- "type": "propertySignature",
6086
- "key": {
6087
- "type": "identifier",
6088
- "name": "children"
6089
- },
6090
- "annotation": {
6091
- "type": "array",
6092
- "elementType": {
6093
- "type": "reference",
6094
- "typeName": {
6095
- "type": "identifier",
6096
- "name": "GanttNode"
6097
- }
6098
- }
6099
- },
6100
- "optional": true,
6101
- "computed": false
6102
- }
6103
- ]
6104
- }
6105
- ]
6106
- },
6107
5966
  "ai-portal.goal-card-list": {
6108
5967
  "properties": [
6109
5968
  {