@koredev/agentai-web-sdk 3.20.5-rc → 3.20.6-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/assets/images/logo/agentic_pattern.svg +21 -0
- package/dist/components/aaWindow/aaWindow.d.ts +1 -0
- package/dist/components/common/constants/errorcodes.d.ts +8 -0
- package/dist/components/common/constants/events.cnst.d.ts +26 -4
- package/dist/components/common/constants/projConsts.d.ts +66 -1
- package/dist/components/common/constants/settingsConsts.d.ts +34 -0
- package/dist/components/common/i18n/ar.d.ts +14 -0
- package/dist/components/common/i18n/as.d.ts +14 -0
- package/dist/components/common/i18n/az.d.ts +14 -0
- package/dist/components/common/i18n/bn.d.ts +14 -0
- package/dist/components/common/i18n/ca.d.ts +14 -0
- package/dist/components/common/i18n/da.d.ts +14 -0
- package/dist/components/common/i18n/de.d.ts +14 -0
- package/dist/components/common/i18n/en.d.ts +16 -0
- package/dist/components/common/i18n/es.d.ts +14 -0
- package/dist/components/common/i18n/fa.d.ts +14 -0
- package/dist/components/common/i18n/fi.d.ts +14 -0
- package/dist/components/common/i18n/fr.d.ts +14 -0
- package/dist/components/common/i18n/gu.d.ts +14 -0
- package/dist/components/common/i18n/he.d.ts +14 -0
- package/dist/components/common/i18n/hi.d.ts +14 -0
- package/dist/components/common/i18n/ht.d.ts +14 -0
- package/dist/components/common/i18n/id.d.ts +14 -0
- package/dist/components/common/i18n/it.d.ts +14 -0
- package/dist/components/common/i18n/ja.d.ts +14 -0
- package/dist/components/common/i18n/kn.d.ts +14 -0
- package/dist/components/common/i18n/ko.d.ts +14 -0
- package/dist/components/common/i18n/ml.d.ts +14 -0
- package/dist/components/common/i18n/mr.d.ts +14 -0
- package/dist/components/common/i18n/ms.d.ts +14 -0
- package/dist/components/common/i18n/my.d.ts +14 -0
- package/dist/components/common/i18n/ne.d.ts +14 -0
- package/dist/components/common/i18n/nl.d.ts +14 -0
- package/dist/components/common/i18n/or.d.ts +14 -0
- package/dist/components/common/i18n/pa.d.ts +14 -0
- package/dist/components/common/i18n/pl.d.ts +14 -0
- package/dist/components/common/i18n/pt.d.ts +14 -0
- package/dist/components/common/i18n/pt_pt.d.ts +14 -0
- package/dist/components/common/i18n/ru.d.ts +14 -0
- package/dist/components/common/i18n/sv.d.ts +14 -0
- package/dist/components/common/i18n/ta.d.ts +14 -0
- package/dist/components/common/i18n/te.d.ts +14 -0
- package/dist/components/common/i18n/th.d.ts +14 -0
- package/dist/components/common/i18n/tl.d.ts +14 -0
- package/dist/components/common/i18n/tr.d.ts +14 -0
- package/dist/components/common/i18n/uk.d.ts +14 -0
- package/dist/components/common/i18n/ur.d.ts +14 -0
- package/dist/components/common/i18n/vi.d.ts +14 -0
- package/dist/components/common/i18n/zh_cn.d.ts +14 -0
- package/dist/components/common/i18n/zh_tw.d.ts +14 -0
- package/dist/components/common/services/rootService.d.ts +22 -1
- package/dist/components/common/templatemanager/tabs/agentic-CoPilot/agentic-CoPilot.d.ts +7 -0
- package/dist/components/common/templatemanager/tabs/atom/dialogPopups.d.ts +1 -0
- package/dist/components/common/templatemanager/tabs/atom/dynamic-send-action-btn.d.ts +4 -0
- package/dist/components/common/templatemanager/tabs/feedback/feedback.d.ts +1 -0
- package/dist/components/common/templatemanager/tabs/suggestions/agentic-results/agentic-results.d.ts +2 -0
- package/dist/esm/agentai-web-sdk.min.js +1 -1
- package/dist/plugins/i18n.d.ts +618 -0
- package/dist/umd/agentai-web-sdk-umd.min.js +1 -1
- package/package.json +1 -1
|
@@ -160,4 +160,18 @@ export declare const ml: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const mr: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const ms: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -159,4 +159,18 @@ export declare const my: {
|
|
|
159
159
|
AGENT_INPUT: string;
|
|
160
160
|
CUSTOM_EMPTY_MSG: string;
|
|
161
161
|
CUSTOM_TAB_DESC: string;
|
|
162
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
163
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
164
|
+
FEEDBACK_SATISFIED: string;
|
|
165
|
+
FEEDBACK_UNSATISFIED: string;
|
|
166
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
167
|
+
FEEDBACK_TITLE: string;
|
|
168
|
+
AGENTIC_THINKING: string;
|
|
169
|
+
AGENTIC_AGENT_TITLE: string;
|
|
170
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
171
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
172
|
+
AGENTIC_COPILOT_DESC: string;
|
|
173
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
174
|
+
PAUSE_AUTO_SEND: string;
|
|
175
|
+
PAUSE_AGENTIC: string;
|
|
162
176
|
};
|
|
@@ -160,4 +160,18 @@ export declare const ne: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const nl: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const or: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const pa: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const pl: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const pt: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const pt_pt: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const ru: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const sv: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const ta: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const te: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const th: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const tl: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const tr: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const uk: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const ur: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -160,4 +160,18 @@ export declare const vi: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -153,4 +153,18 @@ export declare const zh_cn: {
|
|
|
153
153
|
AGENT_INPUT: string;
|
|
154
154
|
CUSTOM_EMPTY_MSG: string;
|
|
155
155
|
CUSTOM_TAB_DESC: string;
|
|
156
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
157
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
158
|
+
FEEDBACK_SATISFIED: string;
|
|
159
|
+
FEEDBACK_UNSATISFIED: string;
|
|
160
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
161
|
+
FEEDBACK_TITLE: string;
|
|
162
|
+
AGENTIC_THINKING: string;
|
|
163
|
+
AGENTIC_AGENT_TITLE: string;
|
|
164
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
165
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
166
|
+
AGENTIC_COPILOT_DESC: string;
|
|
167
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
168
|
+
PAUSE_AUTO_SEND: string;
|
|
169
|
+
PAUSE_AGENTIC: string;
|
|
156
170
|
};
|
|
@@ -160,4 +160,18 @@ export declare const zh_tw: {
|
|
|
160
160
|
AGENT_INPUT: string;
|
|
161
161
|
CUSTOM_EMPTY_MSG: string;
|
|
162
162
|
CUSTOM_TAB_DESC: string;
|
|
163
|
+
SUBMIT_OVERALL_FEEDBACK: string;
|
|
164
|
+
FEEDBACK_POPUP_SUBTITLE: string;
|
|
165
|
+
FEEDBACK_SATISFIED: string;
|
|
166
|
+
FEEDBACK_UNSATISFIED: string;
|
|
167
|
+
FEEDBACK_PROVIDE_REASONS: string;
|
|
168
|
+
FEEDBACK_TITLE: string;
|
|
169
|
+
AGENTIC_THINKING: string;
|
|
170
|
+
AGENTIC_AGENT_TITLE: string;
|
|
171
|
+
AGENTIC_COPILOT_MODE_TITLE: string;
|
|
172
|
+
AGENTIC_SENDING_MESSAGE: string;
|
|
173
|
+
AGENTIC_COPILOT_DESC: string;
|
|
174
|
+
AGENTIC_SEARCH_RESULTS: string;
|
|
175
|
+
PAUSE_AUTO_SEND: string;
|
|
176
|
+
PAUSE_AGENTIC: string;
|
|
163
177
|
};
|
|
@@ -28,6 +28,7 @@ export declare class rootService {
|
|
|
28
28
|
manualAssistOverrideMode: boolean;
|
|
29
29
|
autoScrollStatus: boolean;
|
|
30
30
|
isOnReadyCalled: boolean;
|
|
31
|
+
agenticStart: boolean;
|
|
31
32
|
myBotTabSessionId: any;
|
|
32
33
|
assistTabSessionId: any;
|
|
33
34
|
sentSearchResponse: boolean;
|
|
@@ -37,6 +38,11 @@ export declare class rootService {
|
|
|
37
38
|
isAnonymousFlowEnabled: boolean;
|
|
38
39
|
isAnonymousFlowTriggered: boolean;
|
|
39
40
|
isHooksApi: boolean;
|
|
41
|
+
isAgenticCoPilotEnabled: boolean;
|
|
42
|
+
isAgenticPaused: boolean;
|
|
43
|
+
isAgenticAutoSendEnabled: boolean;
|
|
44
|
+
sendingTimeForAgenticAutoSend: number;
|
|
45
|
+
timerForSendingAgenticAutoSend: any;
|
|
40
46
|
selCLInx: any;
|
|
41
47
|
selStInx: any;
|
|
42
48
|
selSpInx: any;
|
|
@@ -47,6 +53,7 @@ export declare class rootService {
|
|
|
47
53
|
hideSendButton: boolean;
|
|
48
54
|
hideCopyButton: boolean;
|
|
49
55
|
isUpdateFeedBackDetailsFlag: boolean;
|
|
56
|
+
moreBtnActive: boolean;
|
|
50
57
|
tabs: {
|
|
51
58
|
ast: string;
|
|
52
59
|
mB: string;
|
|
@@ -56,11 +63,20 @@ export declare class rootService {
|
|
|
56
63
|
tabsTitleAsKey: {
|
|
57
64
|
[x: string]: string;
|
|
58
65
|
};
|
|
66
|
+
widgetFeedbackData: {
|
|
67
|
+
selectedSuggestions: string[];
|
|
68
|
+
comment: string;
|
|
69
|
+
type: string;
|
|
70
|
+
positionId: string;
|
|
71
|
+
};
|
|
72
|
+
isWidgetFeedbackAPICalled: boolean;
|
|
73
|
+
widgetHistoryType: string;
|
|
59
74
|
entitiesValueArray: any;
|
|
60
75
|
mybotEntitiestValueArray: any;
|
|
61
76
|
interruptDialogList: any;
|
|
62
77
|
mybotInterruptDialogList: any;
|
|
63
78
|
customInterruptDialogList: any;
|
|
79
|
+
isExitEventTriggered: boolean;
|
|
64
80
|
menuResponse: any;
|
|
65
81
|
isGroups: boolean;
|
|
66
82
|
isHistory: boolean;
|
|
@@ -82,6 +98,7 @@ export declare class rootService {
|
|
|
82
98
|
summaryRetryCount: number;
|
|
83
99
|
interimSummary: boolean;
|
|
84
100
|
customTabEntitiesValueArray: any[];
|
|
101
|
+
agenticNodeArray: any[];
|
|
85
102
|
constructor(hostInstance: any);
|
|
86
103
|
sanitizeHTML(html: string): string;
|
|
87
104
|
updateDefaultFeedbackData(): void;
|
|
@@ -134,6 +151,7 @@ export declare class rootService {
|
|
|
134
151
|
checkAnswerAndToggleForSearch(faq: any, index: number, hostInstance: any): void;
|
|
135
152
|
renderEachFaqInSuggestionList(searchResponse: any, faqListHTML: any, hostInstance: any, isAssistSuggestion: boolean, props: any): void;
|
|
136
153
|
renderEachSnippetInSuggestionList(searchResponse: any, snippetListHtml: any, hostInstance: any): void;
|
|
154
|
+
handleSendCopyForAgenticSearchResults(agenticSearchResultsElement: any, response: any, hostInstance: any): void;
|
|
137
155
|
renderEachArticleInSuggestionList(searchResponse: any, articlesListHTML: any, hostInstance: any): void;
|
|
138
156
|
renderEachFileInSuggestionList(searchResponse: any, filesListHtml: any, hostInstance: any): void;
|
|
139
157
|
handleSearchText(searchText: any, hostInstance: any): void;
|
|
@@ -159,7 +177,7 @@ export declare class rootService {
|
|
|
159
177
|
hideDropdownTemplate(cls: any, hostInstace: any): void;
|
|
160
178
|
prepareFeedbackForSummary(feedbackData: any): any;
|
|
161
179
|
prepareFeedbackForSuggestions(suggestionType: any, suggestion: any, feedbackData?: any): any;
|
|
162
|
-
prepareFeedbackDataForDialog(automation: any, feedbackData?: any): any;
|
|
180
|
+
prepareFeedbackDataForDialog(automation: any, feedbackData?: any, isHistory?: boolean): any;
|
|
163
181
|
makeOverrideEvent(hostInstance: any, flag: boolean): void;
|
|
164
182
|
getTypeOfResponse(data: any): string;
|
|
165
183
|
getMybotTypeOfResponse(data: any): string;
|
|
@@ -237,6 +255,8 @@ export declare class rootService {
|
|
|
237
255
|
renderFeedbackForEachSuggestion(suggestionListTemplate: any, suggestionList: any, feedbackType: string, hostInstance: any): void;
|
|
238
256
|
handleFeedbackType(automation: any, dialogWrapper: any, feedbackType: string, hostInstance: any): void;
|
|
239
257
|
handleFeebackClickEvents(helpSection: any, negativeFeedbackSection: any, feedbackWrapper: any, dislikeList: any, showComments: boolean, automation: any, hostInstance: any): void;
|
|
258
|
+
handleWidgetFeedbackClickEvents(widgetFeedbackSection: any, type: string, hostInstance: any): void;
|
|
259
|
+
prepareAndMakeWidgetFeedbackRequest(hostInstance: any): void;
|
|
240
260
|
prepareAndMakeFeedbackRequest(automation: any, negativeFeedbackSection: HTMLElement, commentBox: HTMLInputElement, helpSection: HTMLElement, type: string, dislikeList: any, showComments: boolean, hostInstance: any): void;
|
|
241
261
|
addSmallTalkTemplate(smallTalkObj: any, activeTab: string, hostInstance: any): void;
|
|
242
262
|
getSmallTalkTemplate(smallTalkObj: any, activeTab: string, hostInstance: any): HTMLElement | null;
|
|
@@ -290,6 +310,7 @@ export declare class rootService {
|
|
|
290
310
|
showNetworkToastr(hostInstance: any): void;
|
|
291
311
|
addLoaderForAutomation(automationNodeObj: any, hostInstance: any): void;
|
|
292
312
|
removeLoaderForAutomation(hostInstance: any, parentNode: any): void;
|
|
313
|
+
getWidgetFeedbackHistory(params: any, hostInstance: any): Promise<any>;
|
|
293
314
|
getAssistHistory(params: any, hostInstance: any): Promise<any>;
|
|
294
315
|
getAssistFeedback(params: any, hostInstance: any): Promise<any>;
|
|
295
316
|
getMybotHistory(params: any, hostInstance: any): Promise<any>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { h } from 'preact';
|
|
2
|
+
import './agentic-CoPilot.scss';
|
|
3
|
+
export declare function RenderEmptyAgenticCoPilotScreen(props: any): h.JSX.Element;
|
|
4
|
+
export declare function RenderAgenticOverrideInput(props: any): h.JSX.Element;
|
|
5
|
+
export declare function agenticCoPilotNodeHeaderSection(props: any): h.JSX.Element;
|
|
6
|
+
export declare function agenticCoPilotMessageSection(props: any): h.JSX.Element;
|
|
7
|
+
export declare const AgenticCoPilot: ({ hostInstance }: any) => h.JSX.Element;
|
|
@@ -5,6 +5,7 @@ export declare function RenderCustomTabDialog(props: any): h.JSX.Element;
|
|
|
5
5
|
export declare function RenderTerminatePopup(props: any): h.JSX.Element;
|
|
6
6
|
export declare function RenderInterruptionPopup(props: any): h.JSX.Element;
|
|
7
7
|
export declare function RenderListView(props: any): h.JSX.Element;
|
|
8
|
+
export declare function RenderMultipleOptionsPopup(props: any): h.JSX.Element;
|
|
8
9
|
export declare function RenderAttachmentImageView(props: any): h.JSX.Element;
|
|
9
10
|
export declare function RenderSettingsPopup(props: any): h.JSX.Element;
|
|
10
11
|
export declare function customTabShowAllDialogsPopup(props: any): h.JSX.Element;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import './dynamic-send-action-btn.scss';
|
|
2
|
+
import { h } from 'preact';
|
|
3
|
+
export declare function initializeProgressOnButton(buttonElement: HTMLElement, timeOut: number, hostInstance: any): (() => void) | null;
|
|
4
|
+
export declare function DynamicSendActionBtn(props: any): h.JSX.Element;
|