@koredev/agentai-web-sdk 3.20.8-rc → 3.21.0-rc
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/components/common/constants/projConsts.d.ts +7 -0
- package/dist/components/common/i18n/ar.d.ts +4 -0
- package/dist/components/common/i18n/as.d.ts +4 -0
- package/dist/components/common/i18n/az.d.ts +4 -0
- package/dist/components/common/i18n/bn.d.ts +4 -0
- package/dist/components/common/i18n/ca.d.ts +4 -0
- package/dist/components/common/i18n/da.d.ts +4 -0
- package/dist/components/common/i18n/de.d.ts +4 -0
- package/dist/components/common/i18n/en.d.ts +4 -0
- package/dist/components/common/i18n/es.d.ts +4 -0
- package/dist/components/common/i18n/fa.d.ts +4 -0
- package/dist/components/common/i18n/fi.d.ts +4 -0
- package/dist/components/common/i18n/fr.d.ts +4 -0
- package/dist/components/common/i18n/gu.d.ts +4 -0
- package/dist/components/common/i18n/he.d.ts +4 -0
- package/dist/components/common/i18n/hi.d.ts +4 -0
- package/dist/components/common/i18n/ht.d.ts +4 -0
- package/dist/components/common/i18n/id.d.ts +4 -0
- package/dist/components/common/i18n/it.d.ts +4 -0
- package/dist/components/common/i18n/ja.d.ts +4 -0
- package/dist/components/common/i18n/kn.d.ts +4 -0
- package/dist/components/common/i18n/ko.d.ts +4 -0
- package/dist/components/common/i18n/ml.d.ts +4 -0
- package/dist/components/common/i18n/mr.d.ts +4 -0
- package/dist/components/common/i18n/ms.d.ts +4 -0
- package/dist/components/common/i18n/my.d.ts +4 -0
- package/dist/components/common/i18n/ne.d.ts +4 -0
- package/dist/components/common/i18n/nl.d.ts +4 -0
- package/dist/components/common/i18n/or.d.ts +4 -0
- package/dist/components/common/i18n/pa.d.ts +4 -0
- package/dist/components/common/i18n/pl.d.ts +4 -0
- package/dist/components/common/i18n/pt.d.ts +4 -0
- package/dist/components/common/i18n/pt_pt.d.ts +4 -0
- package/dist/components/common/i18n/ru.d.ts +4 -0
- package/dist/components/common/i18n/sv.d.ts +4 -0
- package/dist/components/common/i18n/ta.d.ts +4 -0
- package/dist/components/common/i18n/te.d.ts +4 -0
- package/dist/components/common/i18n/th.d.ts +4 -0
- package/dist/components/common/i18n/tl.d.ts +4 -0
- package/dist/components/common/i18n/tr.d.ts +4 -0
- package/dist/components/common/i18n/uk.d.ts +4 -0
- package/dist/components/common/i18n/ur.d.ts +4 -0
- package/dist/components/common/i18n/vi.d.ts +4 -0
- package/dist/components/common/i18n/zh_cn.d.ts +4 -0
- package/dist/components/common/i18n/zh_tw.d.ts +4 -0
- package/dist/components/common/services/rootService.d.ts +8 -1
- package/dist/components/common/templatemanager/tabs/conversation-search/conversationSearch.d.ts +3 -0
- package/dist/components/common/templatemanager/tabs/search-bar-config/searchBarConfig.d.ts +3 -0
- package/dist/components/common/templatemanager/tabs/skeleton-loader/skeleton-loader.d.ts +19 -0
- package/dist/components/common/utils/randomuuid.d.ts +1 -1
- package/dist/esm/agentai-web-sdk.min.js +1 -1
- package/dist/plugins/i18n.d.ts +176 -0
- package/dist/umd/agentai-web-sdk-umd.min.js +1 -1
- package/package.json +1 -1
|
@@ -436,6 +436,8 @@ export declare const ClassMapConstanst: {
|
|
|
436
436
|
AGENTIC_DYNAMIC_SEND_ACTION_BTN_TEXT: string;
|
|
437
437
|
AGENTIC_COPILOT_MODE_WRAPPER: string;
|
|
438
438
|
AGENTIC_SENT_COPY_ACTION: string;
|
|
439
|
+
AGENTIC_SEARCH_RESULTS_TITLE: string;
|
|
440
|
+
CONVERSATION_SEARCH_WRAPPER: string;
|
|
439
441
|
};
|
|
440
442
|
export declare const IdMapConstant: {
|
|
441
443
|
PROACTIVE_BTN: string;
|
|
@@ -473,4 +475,9 @@ export declare const IdMapConstant: {
|
|
|
473
475
|
CUSTOM_TAB_SEARCH_INPUT: string;
|
|
474
476
|
ASSIST_AGENTIC_SECTION: string;
|
|
475
477
|
AGENTIC_SEARCH_RESULTS: string;
|
|
478
|
+
FAQ_SUGGESTION: string;
|
|
479
|
+
SNIPPET_SUGGESTION: string;
|
|
480
|
+
ARTICLE_SUGGESTION: string;
|
|
481
|
+
FILE_SUGGESTION: string;
|
|
482
|
+
AGENTIC_SUGGESTION: string;
|
|
476
483
|
};
|
|
@@ -170,4 +170,8 @@ export declare const ar: {
|
|
|
170
170
|
PAUSE_AGENTIC: string;
|
|
171
171
|
RESUME_AGENTIC: string;
|
|
172
172
|
RESUME_AUTO_SEND: string;
|
|
173
|
+
NO_CONVERSATION_SEARCH: string;
|
|
174
|
+
SEARCH_WORKFLOWS: string;
|
|
175
|
+
NO_SEARCH_RESULTS: string;
|
|
176
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
173
177
|
};
|
|
@@ -176,4 +176,8 @@ export declare const as: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const az: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const bn: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const ca: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -175,4 +175,8 @@ export declare const da: {
|
|
|
175
175
|
PAUSE_AGENTIC: string;
|
|
176
176
|
RESUME_AGENTIC: string;
|
|
177
177
|
RESUME_AUTO_SEND: string;
|
|
178
|
+
NO_CONVERSATION_SEARCH: string;
|
|
179
|
+
SEARCH_WORKFLOWS: string;
|
|
180
|
+
NO_SEARCH_RESULTS: string;
|
|
181
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
178
182
|
};
|
|
@@ -169,4 +169,8 @@ export declare const de: {
|
|
|
169
169
|
PAUSE_AGENTIC: string;
|
|
170
170
|
RESUME_AGENTIC: string;
|
|
171
171
|
RESUME_AUTO_SEND: string;
|
|
172
|
+
NO_CONVERSATION_SEARCH: string;
|
|
173
|
+
SEARCH_WORKFLOWS: string;
|
|
174
|
+
NO_SEARCH_RESULTS: string;
|
|
175
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
172
176
|
};
|
|
@@ -178,4 +178,8 @@ export declare const en: {
|
|
|
178
178
|
PAUSE_AGENTIC: string;
|
|
179
179
|
RESUME_AGENTIC: string;
|
|
180
180
|
RESUME_AUTO_SEND: string;
|
|
181
|
+
NO_CONVERSATION_SEARCH: string;
|
|
182
|
+
SEARCH_WORKFLOWS: string;
|
|
183
|
+
NO_SEARCH_RESULTS: string;
|
|
184
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
181
185
|
};
|
|
@@ -169,4 +169,8 @@ export declare const es: {
|
|
|
169
169
|
PAUSE_AGENTIC: string;
|
|
170
170
|
RESUME_AGENTIC: string;
|
|
171
171
|
RESUME_AUTO_SEND: string;
|
|
172
|
+
NO_CONVERSATION_SEARCH: string;
|
|
173
|
+
SEARCH_WORKFLOWS: string;
|
|
174
|
+
NO_SEARCH_RESULTS: string;
|
|
175
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
172
176
|
};
|
|
@@ -176,4 +176,8 @@ export declare const fa: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const fi: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -169,4 +169,8 @@ export declare const fr: {
|
|
|
169
169
|
PAUSE_AGENTIC: string;
|
|
170
170
|
RESUME_AGENTIC: string;
|
|
171
171
|
RESUME_AUTO_SEND: string;
|
|
172
|
+
NO_CONVERSATION_SEARCH: string;
|
|
173
|
+
SEARCH_WORKFLOWS: string;
|
|
174
|
+
NO_SEARCH_RESULTS: string;
|
|
175
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
172
176
|
};
|
|
@@ -176,4 +176,8 @@ export declare const gu: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const he: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const hi: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const ht: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const id: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -169,4 +169,8 @@ export declare const it: {
|
|
|
169
169
|
PAUSE_AGENTIC: string;
|
|
170
170
|
RESUME_AGENTIC: string;
|
|
171
171
|
RESUME_AUTO_SEND: string;
|
|
172
|
+
NO_CONVERSATION_SEARCH: string;
|
|
173
|
+
SEARCH_WORKFLOWS: string;
|
|
174
|
+
NO_SEARCH_RESULTS: string;
|
|
175
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
172
176
|
};
|
|
@@ -169,4 +169,8 @@ export declare const ja: {
|
|
|
169
169
|
PAUSE_AGENTIC: string;
|
|
170
170
|
RESUME_AGENTIC: string;
|
|
171
171
|
RESUME_AUTO_SEND: string;
|
|
172
|
+
NO_CONVERSATION_SEARCH: string;
|
|
173
|
+
SEARCH_WORKFLOWS: string;
|
|
174
|
+
NO_SEARCH_RESULTS: string;
|
|
175
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
172
176
|
};
|
|
@@ -176,4 +176,8 @@ export declare const kn: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -169,4 +169,8 @@ export declare const ko: {
|
|
|
169
169
|
PAUSE_AGENTIC: string;
|
|
170
170
|
RESUME_AGENTIC: string;
|
|
171
171
|
RESUME_AUTO_SEND: string;
|
|
172
|
+
NO_CONVERSATION_SEARCH: string;
|
|
173
|
+
SEARCH_WORKFLOWS: string;
|
|
174
|
+
NO_SEARCH_RESULTS: string;
|
|
175
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
172
176
|
};
|
|
@@ -176,4 +176,8 @@ export declare const ml: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const mr: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const ms: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -175,4 +175,8 @@ export declare const my: {
|
|
|
175
175
|
PAUSE_AGENTIC: string;
|
|
176
176
|
RESUME_AGENTIC: string;
|
|
177
177
|
RESUME_AUTO_SEND: string;
|
|
178
|
+
NO_CONVERSATION_SEARCH: string;
|
|
179
|
+
SEARCH_WORKFLOWS: string;
|
|
180
|
+
NO_SEARCH_RESULTS: string;
|
|
181
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
178
182
|
};
|
|
@@ -176,4 +176,8 @@ export declare const ne: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const nl: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const or: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const pa: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const pl: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const pt: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const pt_pt: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const ru: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const sv: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const ta: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const te: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const th: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const tl: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const tr: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const uk: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const ur: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -176,4 +176,8 @@ export declare const vi: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -169,4 +169,8 @@ export declare const zh_cn: {
|
|
|
169
169
|
PAUSE_AGENTIC: string;
|
|
170
170
|
RESUME_AGENTIC: string;
|
|
171
171
|
RESUME_AUTO_SEND: string;
|
|
172
|
+
NO_CONVERSATION_SEARCH: string;
|
|
173
|
+
SEARCH_WORKFLOWS: string;
|
|
174
|
+
NO_SEARCH_RESULTS: string;
|
|
175
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
172
176
|
};
|
|
@@ -176,4 +176,8 @@ export declare const zh_tw: {
|
|
|
176
176
|
PAUSE_AGENTIC: string;
|
|
177
177
|
RESUME_AGENTIC: string;
|
|
178
178
|
RESUME_AUTO_SEND: string;
|
|
179
|
+
NO_CONVERSATION_SEARCH: string;
|
|
180
|
+
SEARCH_WORKFLOWS: string;
|
|
181
|
+
NO_SEARCH_RESULTS: string;
|
|
182
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
179
183
|
};
|
|
@@ -78,6 +78,8 @@ export declare class rootService {
|
|
|
78
78
|
mybotInterruptDialogList: any;
|
|
79
79
|
customInterruptDialogList: any;
|
|
80
80
|
isExitEventTriggered: boolean;
|
|
81
|
+
isSearchConvEnabled: boolean;
|
|
82
|
+
searchHistoryData: any;
|
|
81
83
|
menuResponse: any;
|
|
82
84
|
isGroups: boolean;
|
|
83
85
|
isHistory: boolean;
|
|
@@ -102,6 +104,8 @@ export declare class rootService {
|
|
|
102
104
|
agenticNodeArray: any[];
|
|
103
105
|
currCl: any;
|
|
104
106
|
currSt: any;
|
|
107
|
+
isAgenticStreamingEnabled: boolean;
|
|
108
|
+
agenticSearchResultsMap: any;
|
|
105
109
|
constructor(hostInstance: any);
|
|
106
110
|
sanitizeHTML(html: string): string;
|
|
107
111
|
updateDefaultFeedbackData(): void;
|
|
@@ -228,7 +232,7 @@ export declare class rootService {
|
|
|
228
232
|
toggleInterruptDropdown(tab: string, hostInstance: any): void;
|
|
229
233
|
toggleMybotInterruptDropdown(tab: string, hostInstance: any): void;
|
|
230
234
|
toggleCustomTabInterruptDropdown(tab: string, hostInstance: any): void;
|
|
231
|
-
handleEmptyLine(answer: any, quotflag
|
|
235
|
+
handleEmptyLine(answer: any, quotflag?: boolean, type?: string, hostInstace?: any): string;
|
|
232
236
|
replaceLtGt(htmlString: any, quotflag: boolean): any;
|
|
233
237
|
handleWelcomeMsgResponse(welcomeMsgResponse: any, template: HTMLElement, hostInstance: any): void;
|
|
234
238
|
handleNodeResponse(automationNodeObj: any, template: HTMLElement, hostInstance: any): void;
|
|
@@ -308,6 +312,7 @@ export declare class rootService {
|
|
|
308
312
|
handleAssistScroll(hostInstance: any): void;
|
|
309
313
|
handleMybotScroll(hostInstance: any): void;
|
|
310
314
|
handleCustomTabScroll(hostInstance: any): void;
|
|
315
|
+
handleConversationSearchScroll(hostInstance: any): void;
|
|
311
316
|
scrollBottomTranscript(hostInstance: any): void;
|
|
312
317
|
hideNetworkToastr(hostInstance: any): void;
|
|
313
318
|
showNetworkToastr(hostInstance: any): void;
|
|
@@ -336,5 +341,7 @@ export declare class rootService {
|
|
|
336
341
|
fetchSummaries: (hostInstance: any) => void;
|
|
337
342
|
checkDynamicTasksAndFilter: (hostIns: any, typedText: string) => any;
|
|
338
343
|
checkEmptyGrps: (dialogGroupArr: any) => any;
|
|
344
|
+
convertAgenticMarkdownToHtml: (markdownContent: string) => string | Promise<string>;
|
|
345
|
+
setStreamingAgenticSearchResults: (response: any, resultsElement: any) => void;
|
|
339
346
|
}
|
|
340
347
|
export default rootService;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { h } from 'preact';
|
|
2
|
+
import './skeleton-loader.scss';
|
|
3
|
+
interface SkeletonLoaderProps {
|
|
4
|
+
width?: string;
|
|
5
|
+
height?: string;
|
|
6
|
+
borderRadius?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
borderBottom?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function SkeletonLoader(props: SkeletonLoaderProps): h.JSX.Element;
|
|
11
|
+
export declare function QueryItemSkeletonLoader(): h.JSX.Element;
|
|
12
|
+
type SkeletonType = 'widget-search-config' | 'xo-search-config' | 'agentic-search-config';
|
|
13
|
+
interface SearchConfigSkeletonProps {
|
|
14
|
+
type: SkeletonType;
|
|
15
|
+
count?: number;
|
|
16
|
+
borderBottom?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare function SearchConfigSkeleton(props: SearchConfigSkeletonProps): h.JSX.Element;
|
|
19
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const RandomuuidPipe: (
|
|
1
|
+
declare const RandomuuidPipe: (type: string) => string | number;
|
|
2
2
|
export default RandomuuidPipe;
|