@carbon/ai-chat 1.11.0 → 1.12.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.
- package/dist/es/aiChatEntry.js +4 -10
- package/dist/es/aiChatEntry.js.map +1 -1
- package/dist/es/chat.ChatAppEntry.js +251 -208
- package/dist/es/chat.ChatAppEntry.js.map +1 -1
- package/dist/es/chat.languageUtils.js +1 -17
- package/dist/es/chat.languageUtils.js.map +1 -1
- package/dist/es/serverEntry.js +3 -7
- package/dist/es/serverEntry.js.map +1 -1
- package/dist/es/web-components/cds-aichat-container/index.js +3 -9
- package/dist/es/web-components/cds-aichat-container/index.js.map +1 -1
- package/dist/es/web-components/cds-aichat-custom-element/index.js +3 -9
- package/dist/es/web-components/cds-aichat-custom-element/index.js.map +1 -1
- package/dist/es-custom/aiChatEntry.js +4 -10
- package/dist/es-custom/aiChatEntry.js.map +1 -1
- package/dist/es-custom/chat.ChatAppEntry.js +251 -208
- package/dist/es-custom/chat.ChatAppEntry.js.map +1 -1
- package/dist/es-custom/chat.languageUtils.js +1 -17
- package/dist/es-custom/chat.languageUtils.js.map +1 -1
- package/dist/es-custom/serverEntry.js +3 -7
- package/dist/es-custom/serverEntry.js.map +1 -1
- package/dist/es-custom/web-components/cds-aichat-container/index.js +3 -9
- package/dist/es-custom/web-components/cds-aichat-container/index.js.map +1 -1
- package/dist/es-custom/web-components/cds-aichat-custom-element/index.js +3 -9
- package/dist/es-custom/web-components/cds-aichat-custom-element/index.js.map +1 -1
- package/dist/types/aiChatEntry.d.ts +4 -2
- package/dist/types/{serverEntry-DGYva2n0.d.ts → serverEntry-CFWZAY6J.d.ts} +55 -47
- package/dist/types/serverEntry.d.ts +1 -1
- package/package.json +6 -6
|
@@ -956,22 +956,6 @@ var OnErrorType;
|
|
|
956
956
|
OnErrorType["HYDRATION"] = "HYDRATION";
|
|
957
957
|
})(OnErrorType || (OnErrorType = {}));
|
|
958
958
|
|
|
959
|
-
var PendingUploadStatus;
|
|
960
|
-
|
|
961
|
-
(function(PendingUploadStatus) {
|
|
962
|
-
PendingUploadStatus["UPLOADING"] = "uploading";
|
|
963
|
-
PendingUploadStatus["COMPLETE"] = "complete";
|
|
964
|
-
PendingUploadStatus["ERROR"] = "error";
|
|
965
|
-
})(PendingUploadStatus || (PendingUploadStatus = {}));
|
|
966
|
-
|
|
967
|
-
var ChatWidthBreakpoint;
|
|
968
|
-
|
|
969
|
-
(function(ChatWidthBreakpoint) {
|
|
970
|
-
ChatWidthBreakpoint["NARROW"] = "narrow";
|
|
971
|
-
ChatWidthBreakpoint["STANDARD"] = "standard";
|
|
972
|
-
ChatWidthBreakpoint["WIDE"] = "wide";
|
|
973
|
-
})(ChatWidthBreakpoint || (ChatWidthBreakpoint = {}));
|
|
974
|
-
|
|
975
959
|
var FileStatusValue;
|
|
976
960
|
|
|
977
961
|
(function(FileStatusValue) {
|
|
@@ -1351,5 +1335,5 @@ async function loadDayjsLocale(locale) {
|
|
|
1351
1335
|
return locale;
|
|
1352
1336
|
}
|
|
1353
1337
|
|
|
1354
|
-
export {
|
|
1338
|
+
export { loadDayjsLocale as $, isEnableDebugLog as A, BusEventType as B, CancellationReason as C, DEFAULT_CUSTOM_PANEL_ID as D, ErrorType as E, FeedbackInteractionType as F, HISTORY_PANEL_ID as G, HeaderMenuClickType as H, IFrameItemDisplayOption as I, safeFetchTextWithTimeout as J, WA_CONSOLE_PREFIX as K, setEnableDebugLog as L, MessageErrorState as M, consoleDebug as N, OnErrorType as O, PageObjectId as P, resolveOrTimeout as Q, ReasoningStepOpenState as R, ScreenShareState as S, loadLocale as T, UserType as U, ViewChangeReason as V, WidthOptions as W, MainWindowOpenReason as X, RESPONSE_TYPE_TIMEOUT_MS as Y, THROW_ERROR as Z, RIGHT_TO_LEFT_MARK as _, ButtonItemKind as a, ENGLISH_US_DATE_FORMAT as a0, getResponsiveElementPaddingValue as a1, createDidCatchErrorData as a2, isValidForUpload as a3, ButtonItemType as b, CarbonTheme as c, CornersType as d, FileStatusValue as e, HumanAgentMessageType as f, HumanAgentsOnlineStatus as g, MessageInputType as h, MessageResponseTypes as i, MessageSendSource as j, MinimizeButtonIconType as k, OptionItemPreference as l, PanelType as m, ViewType as n, WriteableElementName as o, enLanguagePack as p, normalizeModuleInterop as q, localeLoaders as r, InternalMessageRequestType as s, consoleError as t, WORKSPACE_CUSTOM_PANEL_ID as u, debugLog as v, consoleWarn as w, sleep as x, callOnError as y, consoleLog as z };
|
|
1355
1339
|
//# sourceMappingURL=chat.languageUtils.js.map
|