@carbon/ai-chat 0.1.7-test-no-cjs → 0.2.0-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/docs/carbon-chat-docs.js +2 -0
- package/dist/docs/carbon-chat-docs.js.LICENSE.txt +118 -0
- package/dist/docs/carbon-chat.html +8 -0
- package/dist/docs/carbon-tsdocs/.nojekyll +1 -0
- package/dist/docs/carbon-tsdocs/assets/hierarchy.js +1 -0
- package/dist/docs/carbon-tsdocs/assets/highlight.css +22 -0
- package/dist/docs/carbon-tsdocs/assets/icons.js +18 -0
- package/dist/docs/carbon-tsdocs/assets/icons.svg +1 -0
- package/dist/docs/carbon-tsdocs/assets/main.js +60 -0
- package/dist/docs/carbon-tsdocs/assets/navigation.js +1 -0
- package/dist/docs/carbon-tsdocs/assets/search.js +1 -0
- package/dist/docs/carbon-tsdocs/assets/style.css +1611 -0
- package/dist/docs/carbon-tsdocs/enums/AgentMessageType.html +20 -0
- package/dist/docs/carbon-tsdocs/enums/AgentsOnlineStatus.html +9 -0
- package/dist/docs/carbon-tsdocs/enums/BusEventType.html +67 -0
- package/dist/docs/carbon-tsdocs/enums/ButtonItemKind.html +6 -0
- package/dist/docs/carbon-tsdocs/enums/ButtonItemType.html +5 -0
- package/dist/docs/carbon-tsdocs/enums/CarbonTheme.html +7 -0
- package/dist/docs/carbon-tsdocs/enums/CatastrophicErrorType.html +11 -0
- package/dist/docs/carbon-tsdocs/enums/ChainOfThoughtStepStatus.html +5 -0
- package/dist/docs/carbon-tsdocs/enums/ChatHeaderObjectType.html +6 -0
- package/dist/docs/carbon-tsdocs/enums/CornersType.html +4 -0
- package/dist/docs/carbon-tsdocs/enums/CustomEventType.html +3 -0
- package/dist/docs/carbon-tsdocs/enums/ErrorType.html +12 -0
- package/dist/docs/carbon-tsdocs/enums/FeedbackInteractionType.html +10 -0
- package/dist/docs/carbon-tsdocs/enums/FileStatusValue.html +6 -0
- package/dist/docs/carbon-tsdocs/enums/HomeScreenBackgroundType.html +6 -0
- package/dist/docs/carbon-tsdocs/enums/IFrameItemDisplayOption.html +6 -0
- package/dist/docs/carbon-tsdocs/enums/LauncherType.html +6 -0
- package/dist/docs/carbon-tsdocs/enums/MessageInputType.html +8 -0
- package/dist/docs/carbon-tsdocs/enums/MessageResponseTypes.html +36 -0
- package/dist/docs/carbon-tsdocs/enums/MessageSendSource.html +45 -0
- package/dist/docs/carbon-tsdocs/enums/MinimizeButtonIconType.html +9 -0
- package/dist/docs/carbon-tsdocs/enums/OnErrorType.html +27 -0
- package/dist/docs/carbon-tsdocs/enums/OptionItemPreference.html +6 -0
- package/dist/docs/carbon-tsdocs/enums/ScreenShareState.html +10 -0
- package/dist/docs/carbon-tsdocs/enums/TourEndReason.html +5 -0
- package/dist/docs/carbon-tsdocs/enums/TourStartReason.html +9 -0
- package/dist/docs/carbon-tsdocs/enums/ViewChangeReason.html +47 -0
- package/dist/docs/carbon-tsdocs/enums/ViewType.html +10 -0
- package/dist/docs/carbon-tsdocs/enums/WriteableElementName.html +16 -0
- package/dist/docs/carbon-tsdocs/functions/ChatContainer.html +10 -0
- package/dist/docs/carbon-tsdocs/functions/ChatCustomElement.html +8 -0
- package/dist/docs/carbon-tsdocs/hierarchy.html +1 -0
- package/dist/docs/carbon-tsdocs/index.html +1 -0
- package/dist/docs/carbon-tsdocs/interfaces/AdditionalDataToAgent.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/AgentAppConfig.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/AgentAppInfo.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/AgentAvailability.html +12 -0
- package/dist/docs/carbon-tsdocs/interfaces/AgentProfile.html +12 -0
- package/dist/docs/carbon-tsdocs/interfaces/BaseMessageInput.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEvent.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentAreAnyAgentsOnline.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentEndChat.html +10 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentPreEndChat.html +12 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentPreReceive.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentPreSend.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentPreSessionHistory.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentPreStartChat.html +13 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentReceive.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentSend.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventChatReady.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventChunkUserDefinedResponse.html +39 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventClosePanelButtonClicked.html +4 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventCustomPanelClose.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventCustomPanelOpen.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventCustomPanelPreClose.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventCustomPanelPreOpen.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventFeedback.html +17 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventGenesysMessengerAuthError.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventGenesysMessengerAuthProvider.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventGenesysMessengerGetAuthCode.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventGenesysMessengerLoggedOut.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventGenesysMessengerReauthenticate.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventHistoryBegin.html +15 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventHistoryEnd.html +11 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventMessageItemCustom.html +11 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventNiceDFOGetAuthCode.html +7 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventPreReceive.html +11 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventPreReset.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventPreSend.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventReceive.html +4 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventReset.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventSend.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventTourEnd.html +7 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventTourStart.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventTourStep.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventUserDefinedResponse.html +10 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventViewChange.html +13 -0
- package/dist/docs/carbon-tsdocs/interfaces/BusEventViewPreChange.html +12 -0
- package/dist/docs/carbon-tsdocs/interfaces/ButtonItem.html +34 -0
- package/dist/docs/carbon-tsdocs/interfaces/CarouselItem.html +15 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChainOfThoughtStep.html +20 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatContainerProps.html +14 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatCustomElementProps.html +31 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderAvatarConfig.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderButton.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderConfig.html +9 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderGroupMenu.html +13 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderGroupMenuItem.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderLink.html +10 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderMenu.html +9 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatInstance.html +146 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatInstanceMessaging.html +16 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatInstanceNotifications.html +7 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatInstanceServiceDeskActions.html +13 -0
- package/dist/docs/carbon-tsdocs/interfaces/ChatInstanceTours.html +13 -0
- package/dist/docs/carbon-tsdocs/interfaces/Chunk.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/CompleteItemChunk.html +9 -0
- package/dist/docs/carbon-tsdocs/interfaces/ConnectToAgentItem.html +24 -0
- package/dist/docs/carbon-tsdocs/interfaces/ConnectToAgentItemTransferInfo.html +9 -0
- package/dist/docs/carbon-tsdocs/interfaces/ConnectingErrorInfo.html +12 -0
- package/dist/docs/carbon-tsdocs/interfaces/ConversationalSearchItem.html +22 -0
- package/dist/docs/carbon-tsdocs/interfaces/ConversationalSearchItemCitation.html +18 -0
- package/dist/docs/carbon-tsdocs/interfaces/CustomMenuOption.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/CustomPanelConfigOptions.html +29 -0
- package/dist/docs/carbon-tsdocs/interfaces/CustomPanelInstance.html +9 -0
- package/dist/docs/carbon-tsdocs/interfaces/CustomPanels.html +4 -0
- package/dist/docs/carbon-tsdocs/interfaces/CustomSendMessageOptions.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/DisclaimerPublicConfig.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/DisconnectedErrorInfo.html +11 -0
- package/dist/docs/carbon-tsdocs/interfaces/EndChatInfo.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/EventHandlers.html +16 -0
- package/dist/docs/carbon-tsdocs/interfaces/EventInput.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/EventInputData.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/FileUpload.html +12 -0
- package/dist/docs/carbon-tsdocs/interfaces/FinalResponseChunk.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/GenericItem.html +14 -0
- package/dist/docs/carbon-tsdocs/interfaces/GenericItemMessageFeedbackOptions.html +27 -0
- package/dist/docs/carbon-tsdocs/interfaces/GenericItemMessageOptions.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/GenesysMessengerConfig.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/GridItem.html +23 -0
- package/dist/docs/carbon-tsdocs/interfaces/HasAddRemoveClassName.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/HeaderConfig.html +9 -0
- package/dist/docs/carbon-tsdocs/interfaces/HistoryItem.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/HomeScreenConfig.html +17 -0
- package/dist/docs/carbon-tsdocs/interfaces/HomeScreenStarterButton.html +7 -0
- package/dist/docs/carbon-tsdocs/interfaces/HomeScreenStarterButtons.html +4 -0
- package/dist/docs/carbon-tsdocs/interfaces/IFrameItem.html +27 -0
- package/dist/docs/carbon-tsdocs/interfaces/InlineErrorItem.html +22 -0
- package/dist/docs/carbon-tsdocs/interfaces/InstanceElements.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/InstanceInputElement.html +13 -0
- package/dist/docs/carbon-tsdocs/interfaces/ItemStreamingMetadata.html +12 -0
- package/dist/docs/carbon-tsdocs/interfaces/LayoutConfig.html +11 -0
- package/dist/docs/carbon-tsdocs/interfaces/MediaItem.html +27 -0
- package/dist/docs/carbon-tsdocs/interfaces/MediaItemDimensions.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/MessageContext.html +9 -0
- package/dist/docs/carbon-tsdocs/interfaces/MessageGlobalContext.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/MessageHistory.html +18 -0
- package/dist/docs/carbon-tsdocs/interfaces/MessageInput.html +11 -0
- package/dist/docs/carbon-tsdocs/interfaces/MessageItemPanelInfo.html +11 -0
- package/dist/docs/carbon-tsdocs/interfaces/MessageOutput.html +4 -0
- package/dist/docs/carbon-tsdocs/interfaces/MessageRequest.html +12 -0
- package/dist/docs/carbon-tsdocs/interfaces/MessageResponse.html +12 -0
- package/dist/docs/carbon-tsdocs/interfaces/MessageSkillContext.html +3 -0
- package/dist/docs/carbon-tsdocs/interfaces/MessageSystemContext.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/NiceDFOConfig.html +14 -0
- package/dist/docs/carbon-tsdocs/interfaces/NotificationMessage.html +15 -0
- package/dist/docs/carbon-tsdocs/interfaces/OnErrorData.html +13 -0
- package/dist/docs/carbon-tsdocs/interfaces/Option.html +7 -0
- package/dist/docs/carbon-tsdocs/interfaces/OptionItem.html +23 -0
- package/dist/docs/carbon-tsdocs/interfaces/PageLinkConfig.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/PageLinkIDConfig.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/PartialItemChunk.html +38 -0
- package/dist/docs/carbon-tsdocs/interfaces/PauseItem.html +18 -0
- package/dist/docs/carbon-tsdocs/interfaces/PublicConfig.html +75 -0
- package/dist/docs/carbon-tsdocs/interfaces/PublicConfigMessaging.html +24 -0
- package/dist/docs/carbon-tsdocs/interfaces/PublicWebChatServiceDeskState.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/PublicWebChatState.html +21 -0
- package/dist/docs/carbon-tsdocs/interfaces/RenderUserDefinedState.html +41 -0
- package/dist/docs/carbon-tsdocs/interfaces/SendOptions.html +10 -0
- package/dist/docs/carbon-tsdocs/interfaces/ServiceDesk.html +74 -0
- package/dist/docs/carbon-tsdocs/interfaces/ServiceDeskCallback.html +81 -0
- package/dist/docs/carbon-tsdocs/interfaces/ServiceDeskCapabilities.html +9 -0
- package/dist/docs/carbon-tsdocs/interfaces/ServiceDeskFactoryParameters.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/ServiceDeskPublicConfig.html +25 -0
- package/dist/docs/carbon-tsdocs/interfaces/StartChatOptions.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/TableItem.html +22 -0
- package/dist/docs/carbon-tsdocs/interfaces/TableItemRow.html +5 -0
- package/dist/docs/carbon-tsdocs/interfaces/TextItem.html +19 -0
- package/dist/docs/carbon-tsdocs/interfaces/ThemeConfig.html +16 -0
- package/dist/docs/carbon-tsdocs/interfaces/TourStepGenericItem.html +17 -0
- package/dist/docs/carbon-tsdocs/interfaces/TypeAndHandler.html +6 -0
- package/dist/docs/carbon-tsdocs/interfaces/UpdateHistoryEvent.html +10 -0
- package/dist/docs/carbon-tsdocs/interfaces/UserDefinedItem.html +13 -0
- package/dist/docs/carbon-tsdocs/interfaces/UserMessageErrorInfo.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/ViewState.html +8 -0
- package/dist/docs/carbon-tsdocs/interfaces/WithBodyAndFooter.html +5 -0
- package/dist/docs/carbon-tsdocs/types/AudioItem.html +2 -0
- package/dist/docs/carbon-tsdocs/types/CardItem.html +1 -0
- package/dist/docs/carbon-tsdocs/types/ChangeFunction.html +1 -0
- package/dist/docs/carbon-tsdocs/types/ChatHeaderMenuItemTypes.html +2 -0
- package/dist/docs/carbon-tsdocs/types/ChatHeaderObjectTypes.html +2 -0
- package/dist/docs/carbon-tsdocs/types/DateItem.html +3 -0
- package/dist/docs/carbon-tsdocs/types/EventBusHandler.html +3 -0
- package/dist/docs/carbon-tsdocs/types/HorizontalCellAlignment.html +1 -0
- package/dist/docs/carbon-tsdocs/types/ImageItem.html +2 -0
- package/dist/docs/carbon-tsdocs/types/IncreaseOrDecrease.html +1 -0
- package/dist/docs/carbon-tsdocs/types/Message.html +2 -0
- package/dist/docs/carbon-tsdocs/types/PartialOrCompleteItemChunk.html +1 -0
- package/dist/docs/carbon-tsdocs/types/RenderUserDefinedResponse.html +6 -0
- package/dist/docs/carbon-tsdocs/types/RenderWriteableElementResponse.html +2 -0
- package/dist/docs/carbon-tsdocs/types/ServiceDeskErrorInfo.html +3 -0
- package/dist/docs/carbon-tsdocs/types/StreamChunk.html +1 -0
- package/dist/docs/carbon-tsdocs/types/TableItemCell.html +1 -0
- package/dist/docs/carbon-tsdocs/types/TableItemRowExpandableSectionItem.html +1 -0
- package/dist/docs/carbon-tsdocs/types/VerticalCellAlignment.html +1 -0
- package/dist/docs/carbon-tsdocs/types/VideoItem.html +2 -0
- package/dist/docs/carbon-tsdocs/types/WriteableElements.html +3 -0
- package/dist/es/AppContainer.js +1670 -6105
- package/dist/es/Carousel.js +23 -36
- package/dist/es/GenesysMessengerServiceDesk.js +23 -36
- package/dist/es/HumanAgentServiceImpl.js +45 -70
- package/dist/es/NiceDFOServiceDesk.js +23 -50
- package/dist/es/PDFViewerContainer.js +23 -64
- package/dist/es/ReactPlayer.js +21 -35
- package/dist/es/SFServiceDesk.js +23 -37
- package/dist/es/ServiceDeskImpl.js +21 -35
- package/dist/es/Table.js +26 -97
- package/dist/es/ZendeskServiceDesk.js +23 -53
- package/dist/es/_node-resolve_empty.js +21 -21
- package/dist/es/aiChatEntry.js +24 -75
- package/dist/es/ar-dz.js +22 -22
- package/dist/es/ar-kw.js +22 -22
- package/dist/es/ar-ly.js +22 -22
- package/dist/es/ar-ma.js +22 -22
- package/dist/es/ar-sa.js +22 -22
- package/dist/es/ar-tn.js +22 -22
- package/dist/es/ar.js +22 -22
- package/dist/es/ar2.js +46 -24
- package/dist/es/cds-aichat-container.js +23 -50
- package/dist/es/cds-aichat-custom-element.js +22 -35
- package/dist/es/cs.js +22 -22
- package/dist/es/cs2.js +45 -23
- package/dist/es/de-at.js +22 -22
- package/dist/es/de-ch.js +22 -22
- package/dist/es/de.js +22 -22
- package/dist/es/de2.js +45 -23
- package/dist/es/en-au.js +22 -22
- package/dist/es/en-ca.js +22 -22
- package/dist/es/en-gb.js +22 -22
- package/dist/es/en-ie.js +22 -22
- package/dist/es/en-il.js +22 -22
- package/dist/es/en-nz.js +22 -22
- package/dist/es/es-do.js +22 -22
- package/dist/es/es-us.js +22 -22
- package/dist/es/es.js +22 -22
- package/dist/es/es2.js +45 -23
- package/dist/es/export.js +58 -23
- package/dist/es/export.legacy.js +58 -23
- package/dist/es/fr-ca.js +22 -22
- package/dist/es/fr-ch.js +22 -22
- package/dist/es/fr.js +22 -22
- package/dist/es/fr2.js +45 -23
- package/dist/es/it-ch.js +22 -22
- package/dist/es/it.js +22 -22
- package/dist/es/it2.js +45 -23
- package/dist/es/ja.js +22 -22
- package/dist/es/ja2.js +45 -23
- package/dist/es/ko.js +22 -22
- package/dist/es/ko2.js +45 -23
- package/dist/es/mockServiceDesk.js +23 -36
- package/dist/es/nl.js +22 -22
- package/dist/es/nl2.js +45 -23
- package/dist/es/pt-br.js +22 -22
- package/dist/es/pt-br2.js +45 -23
- package/dist/es/pt.js +22 -22
- package/dist/es/{fontUtils.js → scriptRender.js} +87 -35
- package/dist/es/zh-cn.js +22 -22
- package/dist/es/zh-tw.js +22 -22
- package/dist/es/zh-tw2.js +45 -23
- package/dist/es/zh.js +45 -23
- package/dist/types/aiChatEntry.d.ts +39 -10
- package/package.json +24 -7
- package/dist/es/render.js +0 -105
package/dist/es/fr-ca.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
(C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
-
|
|
6
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
-
in compliance with the License. You may obtain a copy of the License at
|
|
8
|
-
|
|
9
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
|
|
11
|
-
Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
-
or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
-
the License.
|
|
15
|
-
|
|
16
|
-
@carbon/ai-chat 0.1.
|
|
17
|
-
|
|
18
|
-
Built:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* (C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
+
* the License.
|
|
15
|
+
*
|
|
16
|
+
* @carbon/ai-chat 0.1.6
|
|
17
|
+
*
|
|
18
|
+
* Built: Mar 5 2025 3:03 pm -05:00
|
|
19
|
+
*
|
|
20
|
+
*
|
|
22
21
|
*/
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
import { ao as getDefaultExportFromCjs, ap as dayjs_minExports, aq as commonjsGlobal } from './AppContainer.js';
|
|
24
24
|
|
|
25
25
|
function _mergeNamespaces(n, m) {
|
|
26
26
|
m.forEach(function (e) {
|
package/dist/es/fr-ch.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
(C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
-
|
|
6
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
-
in compliance with the License. You may obtain a copy of the License at
|
|
8
|
-
|
|
9
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
|
|
11
|
-
Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
-
or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
-
the License.
|
|
15
|
-
|
|
16
|
-
@carbon/ai-chat 0.1.
|
|
17
|
-
|
|
18
|
-
Built:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* (C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
+
* the License.
|
|
15
|
+
*
|
|
16
|
+
* @carbon/ai-chat 0.1.6
|
|
17
|
+
*
|
|
18
|
+
* Built: Mar 5 2025 3:03 pm -05:00
|
|
19
|
+
*
|
|
20
|
+
*
|
|
22
21
|
*/
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
import { ao as getDefaultExportFromCjs, ap as dayjs_minExports, aq as commonjsGlobal } from './AppContainer.js';
|
|
24
24
|
|
|
25
25
|
function _mergeNamespaces(n, m) {
|
|
26
26
|
m.forEach(function (e) {
|
package/dist/es/fr.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
(C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
-
|
|
6
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
-
in compliance with the License. You may obtain a copy of the License at
|
|
8
|
-
|
|
9
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
|
|
11
|
-
Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
-
or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
-
the License.
|
|
15
|
-
|
|
16
|
-
@carbon/ai-chat 0.1.
|
|
17
|
-
|
|
18
|
-
Built:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* (C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
+
* the License.
|
|
15
|
+
*
|
|
16
|
+
* @carbon/ai-chat 0.1.6
|
|
17
|
+
*
|
|
18
|
+
* Built: Mar 5 2025 3:03 pm -05:00
|
|
19
|
+
*
|
|
20
|
+
*
|
|
22
21
|
*/
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
import { ao as getDefaultExportFromCjs, ap as dayjs_minExports, aq as commonjsGlobal } from './AppContainer.js';
|
|
24
24
|
|
|
25
25
|
function _mergeNamespaces(n, m) {
|
|
26
26
|
m.forEach(function (e) {
|
package/dist/es/fr2.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
(C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
-
|
|
6
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
-
in compliance with the License. You may obtain a copy of the License at
|
|
8
|
-
|
|
9
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
|
|
11
|
-
Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
-
or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
-
the License.
|
|
15
|
-
|
|
16
|
-
@carbon/ai-chat 0.1.
|
|
17
|
-
|
|
18
|
-
Built:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* (C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
+
* the License.
|
|
15
|
+
*
|
|
16
|
+
* @carbon/ai-chat 0.1.6
|
|
17
|
+
*
|
|
18
|
+
* Built: Mar 5 2025 3:03 pm -05:00
|
|
19
|
+
*
|
|
20
|
+
*
|
|
22
21
|
*/
|
|
22
|
+
|
|
23
23
|
var ai_slug_title = "Powered by IBM watsonx";
|
|
24
24
|
var ai_slug_description = "IBM watsonx est optimisé par les derniers modèles d'IA pour traiter intelligemment les conversations et fournir de l'aide quand et où vous en avez besoin.";
|
|
25
25
|
var components_overflow_ariaLabel = "Ouvrir et fermer la liste des options";
|
|
@@ -195,6 +195,7 @@ var conversationalSearch_streamingIncomplete = "Ce message n'a pas été finalis
|
|
|
195
195
|
var conversationalSearch_viewPDF = "Afficher au format PDF";
|
|
196
196
|
var conversationalSearch_viewSourceDocument = "Afficher la source";
|
|
197
197
|
var conversationalSearch_toggleCitations = "Ouvrir ou fermer la liste des sources";
|
|
198
|
+
var conversationalSearch_responseStopped = "Réponse arrêtée";
|
|
198
199
|
var launcher_chatNow = "Discuter maintenant";
|
|
199
200
|
var iframe_ariaSourceLoaded = "La page Web s'est chargée.";
|
|
200
201
|
var iframe_ariaImageAltText = "Prévisualiser l'image du panneau de la page Web.";
|
|
@@ -265,6 +266,16 @@ var feedback_defaultPrompt = "Pourquoi avez-vous choisi cette évaluation ?";
|
|
|
265
266
|
var feedback_defaultPlaceholder = "Ajouter un commentaire";
|
|
266
267
|
var feedback_submitLabel = "Soumettre";
|
|
267
268
|
var feedback_cancelLabel = "Annuler";
|
|
269
|
+
var input_stopResponse = "Arrêter la réponse";
|
|
270
|
+
var messages_responseStopped = "Réponse arrêtée";
|
|
271
|
+
var chainOfThought_stepTitle = "{stepNumber, number}: {stepTitle}";
|
|
272
|
+
var chainOfThought_inputLabel = "Entrée";
|
|
273
|
+
var chainOfThought_outputLabel = "Sortie";
|
|
274
|
+
var chainOfThought_toolLabel = "Outil";
|
|
275
|
+
var chainOfThought_statusSucceededLabel = "Réussite";
|
|
276
|
+
var chainOfThought_statusFailedLabel = "Echec";
|
|
277
|
+
var chainOfThought_statusProcessingLabel = "Traitement";
|
|
278
|
+
var chainOfThought_explainabilityLabel = "Comment ai-je obtenu cette réponse ?";
|
|
268
279
|
var fr = {
|
|
269
280
|
ai_slug_title: ai_slug_title,
|
|
270
281
|
ai_slug_description: ai_slug_description,
|
|
@@ -441,6 +452,7 @@ var fr = {
|
|
|
441
452
|
conversationalSearch_viewPDF: conversationalSearch_viewPDF,
|
|
442
453
|
conversationalSearch_viewSourceDocument: conversationalSearch_viewSourceDocument,
|
|
443
454
|
conversationalSearch_toggleCitations: conversationalSearch_toggleCitations,
|
|
455
|
+
conversationalSearch_responseStopped: conversationalSearch_responseStopped,
|
|
444
456
|
launcher_chatNow: launcher_chatNow,
|
|
445
457
|
iframe_ariaSourceLoaded: iframe_ariaSourceLoaded,
|
|
446
458
|
iframe_ariaImageAltText: iframe_ariaImageAltText,
|
|
@@ -510,7 +522,17 @@ var fr = {
|
|
|
510
522
|
feedback_defaultPrompt: feedback_defaultPrompt,
|
|
511
523
|
feedback_defaultPlaceholder: feedback_defaultPlaceholder,
|
|
512
524
|
feedback_submitLabel: feedback_submitLabel,
|
|
513
|
-
feedback_cancelLabel: feedback_cancelLabel
|
|
525
|
+
feedback_cancelLabel: feedback_cancelLabel,
|
|
526
|
+
input_stopResponse: input_stopResponse,
|
|
527
|
+
messages_responseStopped: messages_responseStopped,
|
|
528
|
+
chainOfThought_stepTitle: chainOfThought_stepTitle,
|
|
529
|
+
chainOfThought_inputLabel: chainOfThought_inputLabel,
|
|
530
|
+
chainOfThought_outputLabel: chainOfThought_outputLabel,
|
|
531
|
+
chainOfThought_toolLabel: chainOfThought_toolLabel,
|
|
532
|
+
chainOfThought_statusSucceededLabel: chainOfThought_statusSucceededLabel,
|
|
533
|
+
chainOfThought_statusFailedLabel: chainOfThought_statusFailedLabel,
|
|
534
|
+
chainOfThought_statusProcessingLabel: chainOfThought_statusProcessingLabel,
|
|
535
|
+
chainOfThought_explainabilityLabel: chainOfThought_explainabilityLabel
|
|
514
536
|
};
|
|
515
537
|
|
|
516
|
-
export { agent_agentEndedChat, agent_agentEndedChatNoName, agent_agentJoinedName, agent_agentJoinedNoName, agent_agentLeftChat, agent_agentLeftChatNoName, agent_agentNoNameTitle, agent_ariaAgentAvatar, agent_ariaGenericAvatar, agent_ariaGenericBotAvatar, agent_botReturned, agent_cardButtonChatEnded, agent_cardButtonChatRequested, agent_cardButtonConnected, agent_cardMessageChatEnded, agent_cardMessageConnected, agent_chatTitle, agent_confirmCancelRequestMessage, agent_confirmCancelRequestNo, agent_confirmCancelRequestTitle, agent_confirmCancelRequestYes, agent_confirmEndChat, agent_confirmEndChatNo, agent_confirmEndChatYes, agent_confirmEndSuspendedYes, agent_confirmSuspendedEndChatMessage, agent_confirmSuspendedEndChatTitle, agent_connectButtonCancel, agent_connectWaiting, agent_connectedButtonEndChat, agent_connecting, agent_connectingMinutes, agent_connectingQueue, agent_conversationWasEnded, agent_defaultMessageToAgent, agent_disconnected, agent_endChat, agent_inputPlaceholderConnecting, agent_inputPlaceholderReconnecting, agent_newMessage, agent_noName, agent_reason_error, agent_reconnected, agent_sdMissingWarning, agent_sharingAcceptButton, agent_sharingAccepted, agent_sharingCancelled, agent_sharingDeclineButton, agent_sharingDeclined, agent_sharingEnded, agent_sharingRequestMessage, agent_sharingRequestTitle, agent_sharingRequested, agent_sharingStopSharingButton, agent_startChat, agent_suspendedWarning, agent_transferring, agent_transferringNoName, agent_youConnectedWarning, agent_youEndedChat, ai_slug_description, ai_slug_title, branding_ariaInformationButton, branding_description, branding_headline, branding_sign_up, buttons_cancel, buttons_restart, buttons_retry, carousel_nextNavButton, carousel_prevNavButton, channelTransfer_failed, closeAndRestartModal_cancel, closeAndRestartModal_confirm, closeAndRestartModal_message, closeAndRestartModal_title, components_overflow_ariaLabel, components_swiper_currentLabel, conversationalSearch_streamingIncomplete, conversationalSearch_toggleCitations, conversationalSearch_viewPDF, conversationalSearch_viewSourceDocument, datePicker_chooseDate, datePicker_confirmDate, fr as default, default_agent_availableMessage, default_agent_unavailableMessage, disclaimer_accept, disclaimer_title, documentViewer_ariaRoleLabel, documentViewer_clearSearch, documentViewer_close, documentViewer_currentPage, documentViewer_download, documentViewer_loadError, documentViewer_loadErrorRetry, documentViewer_loadErrorTitle, documentViewer_nextMatch, documentViewer_nextPage, documentViewer_pagesLabel, documentViewer_previousMatch, documentViewer_previousPage, documentViewer_search, documentViewer_title, documentViewer_zoomIn, documentViewer_zoomOut, documentViewer_zoomReset, errors_agentAppSessionExpired, errors_ariaMessageFailed, errors_ariaMessageRetrying, errors_audioSource, errors_busy, errors_communicating, errors_connectingToAgent, errors_generalContent, errors_iframeSource, errors_imageSource, errors_noAgentsAvailable, errors_noAgentsJoined, errors_singleMessage, errors_somethingWrong, errors_videoSource, feedback_cancelLabel, feedback_defaultPlaceholder, feedback_defaultPrompt, feedback_defaultTitle, feedback_negativeLabel, feedback_positiveLabel, feedback_submitLabel, fileSharing_agentMessageText, fileSharing_ariaAnnounceSuccess, fileSharing_fileIcon, fileSharing_fileTooLarge, fileSharing_removeButtonTitle, fileSharing_request, fileSharing_statusUploading, fileSharing_uploadFailed, general_ariaAnnounceClosedInformationOverlay, general_ariaAnnounceEscapeOverlay, general_ariaAnnounceOpenedInformationOverlay, general_ariaCloseInformationOverlay, general_returnToAssistant, header_ariaBotAvatar, header_ariaCloseRestart, header_overflowMenu_options, header_previewLinkTitle, homeScreen_ariaQuickStartListButton, homeScreen_ariaQuickStartListClosed, homeScreen_ariaQuickStartListOpened, homeScreen_overflowMenuHomeScreen, homeScreen_returnToAssistant, homeScreen_returnToHome, icon_ariaUnreadMessages, iframe_ariaClickPreviewCard, iframe_ariaClosePanel, iframe_ariaClosedPanel, iframe_ariaImageAltText, iframe_ariaOpenedPanel, iframe_ariaSourceLoaded, input_ariaLabel, input_buttonLabel, input_completionsTagApp, input_completionsTagAssistant, input_placeholder, input_uploadButtonLabel, launcher_ariaIsExpanded, launcher_chatNow, launcher_closeButton, launcher_desktopGreeting, launcher_isClosed, launcher_isOpen, launcher_isTourClosed, launcher_isTourOpen, launcher_mobileGreeting, message_labelBot, message_labelYou, messages_agentIsTyping, messages_agentSaid, messages_botIsLoading, messages_botIsTyping, messages_botSaid, messages_scrollHandle, messages_scrollHandleDetailed, messages_scrollHandleEnd, messages_scrollHandleEndDetailed, messages_searchResults, messages_searchResultsCollapse, messages_searchResultsExpand, messages_searchResultsLink, messages_searchResultsOpenDocument, messages_searchResultsOpenDocumentWithLabel, messages_youSaid, notifications_toastClose, options_ariaOptionsDisabled, options_select, serviceDesk_niceDFO_fileUploadError, sessionHistory_expired, sessionHistory_expiredNoCopy, showMore, showMoreResults, suggestions_ariaAnnounceButtonShow, suggestions_ariaAnnounceListClosed, suggestions_ariaAnnounceListCollapsed, suggestions_ariaAnnounceListExpanded, suggestions_ariaAnnounceListOpen, suggestions_ariaButtonToClose, suggestions_ariaButtonToOpen, suggestions_ariaMessageButtons, suggestions_ariaPanelButtonToggle, suggestions_connectToAgent, suggestions_noSearchResults, suggestions_searchBookmarkButtonDescription, suggestions_searchBookmarkFooter, suggestions_searchBookmarkHeader, suggestions_sectionTitleAlternateResponses, suggestions_sectionTitleContact, suggestions_sectionTitleSearch, suggestions_sectionTitleStarters, suggestions_title, table_filterPlaceholder, table_itemsPerPage, table_nextPage, table_paginationStatus, table_paginationSupplementalText, table_previousPage, tour_ariaChatButton, tour_ariaCloseButton, tour_ariaMinimizeButton, tour_ariaNextButton, tour_ariaPreviousButton, tour_doneButton, tour_errorBody, tour_errorFetchingStep, tour_errorTitle, tour_instructions, tour_restartButton, tour_resumeButton, tour_startButton, window_ariaChatRegion, window_ariaChatRegionNamespace, window_ariaTourRegion, window_ariaTourRegionNamespace, window_ariaWindowClosed, window_ariaWindowLoading, window_ariaWindowOpened, window_title };
|
|
538
|
+
export { agent_agentEndedChat, agent_agentEndedChatNoName, agent_agentJoinedName, agent_agentJoinedNoName, agent_agentLeftChat, agent_agentLeftChatNoName, agent_agentNoNameTitle, agent_ariaAgentAvatar, agent_ariaGenericAvatar, agent_ariaGenericBotAvatar, agent_botReturned, agent_cardButtonChatEnded, agent_cardButtonChatRequested, agent_cardButtonConnected, agent_cardMessageChatEnded, agent_cardMessageConnected, agent_chatTitle, agent_confirmCancelRequestMessage, agent_confirmCancelRequestNo, agent_confirmCancelRequestTitle, agent_confirmCancelRequestYes, agent_confirmEndChat, agent_confirmEndChatNo, agent_confirmEndChatYes, agent_confirmEndSuspendedYes, agent_confirmSuspendedEndChatMessage, agent_confirmSuspendedEndChatTitle, agent_connectButtonCancel, agent_connectWaiting, agent_connectedButtonEndChat, agent_connecting, agent_connectingMinutes, agent_connectingQueue, agent_conversationWasEnded, agent_defaultMessageToAgent, agent_disconnected, agent_endChat, agent_inputPlaceholderConnecting, agent_inputPlaceholderReconnecting, agent_newMessage, agent_noName, agent_reason_error, agent_reconnected, agent_sdMissingWarning, agent_sharingAcceptButton, agent_sharingAccepted, agent_sharingCancelled, agent_sharingDeclineButton, agent_sharingDeclined, agent_sharingEnded, agent_sharingRequestMessage, agent_sharingRequestTitle, agent_sharingRequested, agent_sharingStopSharingButton, agent_startChat, agent_suspendedWarning, agent_transferring, agent_transferringNoName, agent_youConnectedWarning, agent_youEndedChat, ai_slug_description, ai_slug_title, branding_ariaInformationButton, branding_description, branding_headline, branding_sign_up, buttons_cancel, buttons_restart, buttons_retry, carousel_nextNavButton, carousel_prevNavButton, chainOfThought_explainabilityLabel, chainOfThought_inputLabel, chainOfThought_outputLabel, chainOfThought_statusFailedLabel, chainOfThought_statusProcessingLabel, chainOfThought_statusSucceededLabel, chainOfThought_stepTitle, chainOfThought_toolLabel, channelTransfer_failed, closeAndRestartModal_cancel, closeAndRestartModal_confirm, closeAndRestartModal_message, closeAndRestartModal_title, components_overflow_ariaLabel, components_swiper_currentLabel, conversationalSearch_responseStopped, conversationalSearch_streamingIncomplete, conversationalSearch_toggleCitations, conversationalSearch_viewPDF, conversationalSearch_viewSourceDocument, datePicker_chooseDate, datePicker_confirmDate, fr as default, default_agent_availableMessage, default_agent_unavailableMessage, disclaimer_accept, disclaimer_title, documentViewer_ariaRoleLabel, documentViewer_clearSearch, documentViewer_close, documentViewer_currentPage, documentViewer_download, documentViewer_loadError, documentViewer_loadErrorRetry, documentViewer_loadErrorTitle, documentViewer_nextMatch, documentViewer_nextPage, documentViewer_pagesLabel, documentViewer_previousMatch, documentViewer_previousPage, documentViewer_search, documentViewer_title, documentViewer_zoomIn, documentViewer_zoomOut, documentViewer_zoomReset, errors_agentAppSessionExpired, errors_ariaMessageFailed, errors_ariaMessageRetrying, errors_audioSource, errors_busy, errors_communicating, errors_connectingToAgent, errors_generalContent, errors_iframeSource, errors_imageSource, errors_noAgentsAvailable, errors_noAgentsJoined, errors_singleMessage, errors_somethingWrong, errors_videoSource, feedback_cancelLabel, feedback_defaultPlaceholder, feedback_defaultPrompt, feedback_defaultTitle, feedback_negativeLabel, feedback_positiveLabel, feedback_submitLabel, fileSharing_agentMessageText, fileSharing_ariaAnnounceSuccess, fileSharing_fileIcon, fileSharing_fileTooLarge, fileSharing_removeButtonTitle, fileSharing_request, fileSharing_statusUploading, fileSharing_uploadFailed, general_ariaAnnounceClosedInformationOverlay, general_ariaAnnounceEscapeOverlay, general_ariaAnnounceOpenedInformationOverlay, general_ariaCloseInformationOverlay, general_returnToAssistant, header_ariaBotAvatar, header_ariaCloseRestart, header_overflowMenu_options, header_previewLinkTitle, homeScreen_ariaQuickStartListButton, homeScreen_ariaQuickStartListClosed, homeScreen_ariaQuickStartListOpened, homeScreen_overflowMenuHomeScreen, homeScreen_returnToAssistant, homeScreen_returnToHome, icon_ariaUnreadMessages, iframe_ariaClickPreviewCard, iframe_ariaClosePanel, iframe_ariaClosedPanel, iframe_ariaImageAltText, iframe_ariaOpenedPanel, iframe_ariaSourceLoaded, input_ariaLabel, input_buttonLabel, input_completionsTagApp, input_completionsTagAssistant, input_placeholder, input_stopResponse, input_uploadButtonLabel, launcher_ariaIsExpanded, launcher_chatNow, launcher_closeButton, launcher_desktopGreeting, launcher_isClosed, launcher_isOpen, launcher_isTourClosed, launcher_isTourOpen, launcher_mobileGreeting, message_labelBot, message_labelYou, messages_agentIsTyping, messages_agentSaid, messages_botIsLoading, messages_botIsTyping, messages_botSaid, messages_responseStopped, messages_scrollHandle, messages_scrollHandleDetailed, messages_scrollHandleEnd, messages_scrollHandleEndDetailed, messages_searchResults, messages_searchResultsCollapse, messages_searchResultsExpand, messages_searchResultsLink, messages_searchResultsOpenDocument, messages_searchResultsOpenDocumentWithLabel, messages_youSaid, notifications_toastClose, options_ariaOptionsDisabled, options_select, serviceDesk_niceDFO_fileUploadError, sessionHistory_expired, sessionHistory_expiredNoCopy, showMore, showMoreResults, suggestions_ariaAnnounceButtonShow, suggestions_ariaAnnounceListClosed, suggestions_ariaAnnounceListCollapsed, suggestions_ariaAnnounceListExpanded, suggestions_ariaAnnounceListOpen, suggestions_ariaButtonToClose, suggestions_ariaButtonToOpen, suggestions_ariaMessageButtons, suggestions_ariaPanelButtonToggle, suggestions_connectToAgent, suggestions_noSearchResults, suggestions_searchBookmarkButtonDescription, suggestions_searchBookmarkFooter, suggestions_searchBookmarkHeader, suggestions_sectionTitleAlternateResponses, suggestions_sectionTitleContact, suggestions_sectionTitleSearch, suggestions_sectionTitleStarters, suggestions_title, table_filterPlaceholder, table_itemsPerPage, table_nextPage, table_paginationStatus, table_paginationSupplementalText, table_previousPage, tour_ariaChatButton, tour_ariaCloseButton, tour_ariaMinimizeButton, tour_ariaNextButton, tour_ariaPreviousButton, tour_doneButton, tour_errorBody, tour_errorFetchingStep, tour_errorTitle, tour_instructions, tour_restartButton, tour_resumeButton, tour_startButton, window_ariaChatRegion, window_ariaChatRegionNamespace, window_ariaTourRegion, window_ariaTourRegionNamespace, window_ariaWindowClosed, window_ariaWindowLoading, window_ariaWindowOpened, window_title };
|
package/dist/es/it-ch.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
(C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
-
|
|
6
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
-
in compliance with the License. You may obtain a copy of the License at
|
|
8
|
-
|
|
9
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
|
|
11
|
-
Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
-
or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
-
the License.
|
|
15
|
-
|
|
16
|
-
@carbon/ai-chat 0.1.
|
|
17
|
-
|
|
18
|
-
Built:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* (C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
+
* the License.
|
|
15
|
+
*
|
|
16
|
+
* @carbon/ai-chat 0.1.6
|
|
17
|
+
*
|
|
18
|
+
* Built: Mar 5 2025 3:03 pm -05:00
|
|
19
|
+
*
|
|
20
|
+
*
|
|
22
21
|
*/
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
import { ao as getDefaultExportFromCjs, ap as dayjs_minExports, aq as commonjsGlobal } from './AppContainer.js';
|
|
24
24
|
|
|
25
25
|
function _mergeNamespaces(n, m) {
|
|
26
26
|
m.forEach(function (e) {
|
package/dist/es/it.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
(C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
-
|
|
6
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
-
in compliance with the License. You may obtain a copy of the License at
|
|
8
|
-
|
|
9
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
|
|
11
|
-
Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
-
or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
-
the License.
|
|
15
|
-
|
|
16
|
-
@carbon/ai-chat 0.1.
|
|
17
|
-
|
|
18
|
-
Built:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* (C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
+
* the License.
|
|
15
|
+
*
|
|
16
|
+
* @carbon/ai-chat 0.1.6
|
|
17
|
+
*
|
|
18
|
+
* Built: Mar 5 2025 3:03 pm -05:00
|
|
19
|
+
*
|
|
20
|
+
*
|
|
22
21
|
*/
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
import { ao as getDefaultExportFromCjs, ap as dayjs_minExports, aq as commonjsGlobal } from './AppContainer.js';
|
|
24
24
|
|
|
25
25
|
function _mergeNamespaces(n, m) {
|
|
26
26
|
m.forEach(function (e) {
|
package/dist/es/it2.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
(C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
-
|
|
6
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
-
in compliance with the License. You may obtain a copy of the License at
|
|
8
|
-
|
|
9
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
|
|
11
|
-
Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
-
or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
-
the License.
|
|
15
|
-
|
|
16
|
-
@carbon/ai-chat 0.1.
|
|
17
|
-
|
|
18
|
-
Built:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* (C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
+
* the License.
|
|
15
|
+
*
|
|
16
|
+
* @carbon/ai-chat 0.1.6
|
|
17
|
+
*
|
|
18
|
+
* Built: Mar 5 2025 3:03 pm -05:00
|
|
19
|
+
*
|
|
20
|
+
*
|
|
22
21
|
*/
|
|
22
|
+
|
|
23
23
|
var ai_slug_title = "Con tecnologia IBM watsonx";
|
|
24
24
|
var ai_slug_description = "IBM watsonx è basato sugli ultimi modelli AI per elaborare in modo intelligente le conversazioni e fornire assistenza quando e dove è necessario.";
|
|
25
25
|
var components_overflow_ariaLabel = "Apri e chiudi l'elenco di opzioni";
|
|
@@ -195,6 +195,7 @@ var conversationalSearch_streamingIncomplete = "Questo messaggio non era complet
|
|
|
195
195
|
var conversationalSearch_viewPDF = "Visualizza PDF";
|
|
196
196
|
var conversationalSearch_viewSourceDocument = "Visualizza origine";
|
|
197
197
|
var conversationalSearch_toggleCitations = "Apri o chiudi l'elenco di origini";
|
|
198
|
+
var conversationalSearch_responseStopped = "Risposta arrestata";
|
|
198
199
|
var launcher_chatNow = "Avvia chat";
|
|
199
200
|
var iframe_ariaSourceLoaded = "La pagina Web è stata caricata.";
|
|
200
201
|
var iframe_ariaImageAltText = "Immagine di anteprima per il pannello della pagina Web.";
|
|
@@ -265,6 +266,16 @@ var feedback_defaultPrompt = "Perché hai scelto questa valutazione?";
|
|
|
265
266
|
var feedback_defaultPlaceholder = "Aggiungi un commento";
|
|
266
267
|
var feedback_submitLabel = "Inoltra";
|
|
267
268
|
var feedback_cancelLabel = "Annulla";
|
|
269
|
+
var input_stopResponse = "Arresta risposta";
|
|
270
|
+
var messages_responseStopped = "Risposta arrestata";
|
|
271
|
+
var chainOfThought_stepTitle = "{stepNumber, number}: {stepTitle}";
|
|
272
|
+
var chainOfThought_inputLabel = "Input";
|
|
273
|
+
var chainOfThought_outputLabel = "Output";
|
|
274
|
+
var chainOfThought_toolLabel = "Strumento";
|
|
275
|
+
var chainOfThought_statusSucceededLabel = "Riuscito";
|
|
276
|
+
var chainOfThought_statusFailedLabel = "Non riuscito";
|
|
277
|
+
var chainOfThought_statusProcessingLabel = "Elaborazione";
|
|
278
|
+
var chainOfThought_explainabilityLabel = "Come ho ottenuto questa risposta?";
|
|
268
279
|
var it = {
|
|
269
280
|
ai_slug_title: ai_slug_title,
|
|
270
281
|
ai_slug_description: ai_slug_description,
|
|
@@ -441,6 +452,7 @@ var it = {
|
|
|
441
452
|
conversationalSearch_viewPDF: conversationalSearch_viewPDF,
|
|
442
453
|
conversationalSearch_viewSourceDocument: conversationalSearch_viewSourceDocument,
|
|
443
454
|
conversationalSearch_toggleCitations: conversationalSearch_toggleCitations,
|
|
455
|
+
conversationalSearch_responseStopped: conversationalSearch_responseStopped,
|
|
444
456
|
launcher_chatNow: launcher_chatNow,
|
|
445
457
|
iframe_ariaSourceLoaded: iframe_ariaSourceLoaded,
|
|
446
458
|
iframe_ariaImageAltText: iframe_ariaImageAltText,
|
|
@@ -510,7 +522,17 @@ var it = {
|
|
|
510
522
|
feedback_defaultPrompt: feedback_defaultPrompt,
|
|
511
523
|
feedback_defaultPlaceholder: feedback_defaultPlaceholder,
|
|
512
524
|
feedback_submitLabel: feedback_submitLabel,
|
|
513
|
-
feedback_cancelLabel: feedback_cancelLabel
|
|
525
|
+
feedback_cancelLabel: feedback_cancelLabel,
|
|
526
|
+
input_stopResponse: input_stopResponse,
|
|
527
|
+
messages_responseStopped: messages_responseStopped,
|
|
528
|
+
chainOfThought_stepTitle: chainOfThought_stepTitle,
|
|
529
|
+
chainOfThought_inputLabel: chainOfThought_inputLabel,
|
|
530
|
+
chainOfThought_outputLabel: chainOfThought_outputLabel,
|
|
531
|
+
chainOfThought_toolLabel: chainOfThought_toolLabel,
|
|
532
|
+
chainOfThought_statusSucceededLabel: chainOfThought_statusSucceededLabel,
|
|
533
|
+
chainOfThought_statusFailedLabel: chainOfThought_statusFailedLabel,
|
|
534
|
+
chainOfThought_statusProcessingLabel: chainOfThought_statusProcessingLabel,
|
|
535
|
+
chainOfThought_explainabilityLabel: chainOfThought_explainabilityLabel
|
|
514
536
|
};
|
|
515
537
|
|
|
516
|
-
export { agent_agentEndedChat, agent_agentEndedChatNoName, agent_agentJoinedName, agent_agentJoinedNoName, agent_agentLeftChat, agent_agentLeftChatNoName, agent_agentNoNameTitle, agent_ariaAgentAvatar, agent_ariaGenericAvatar, agent_ariaGenericBotAvatar, agent_botReturned, agent_cardButtonChatEnded, agent_cardButtonChatRequested, agent_cardButtonConnected, agent_cardMessageChatEnded, agent_cardMessageConnected, agent_chatTitle, agent_confirmCancelRequestMessage, agent_confirmCancelRequestNo, agent_confirmCancelRequestTitle, agent_confirmCancelRequestYes, agent_confirmEndChat, agent_confirmEndChatNo, agent_confirmEndChatYes, agent_confirmEndSuspendedYes, agent_confirmSuspendedEndChatMessage, agent_confirmSuspendedEndChatTitle, agent_connectButtonCancel, agent_connectWaiting, agent_connectedButtonEndChat, agent_connecting, agent_connectingMinutes, agent_connectingQueue, agent_conversationWasEnded, agent_defaultMessageToAgent, agent_disconnected, agent_endChat, agent_inputPlaceholderConnecting, agent_inputPlaceholderReconnecting, agent_newMessage, agent_noName, agent_reason_error, agent_reconnected, agent_sdMissingWarning, agent_sharingAcceptButton, agent_sharingAccepted, agent_sharingCancelled, agent_sharingDeclineButton, agent_sharingDeclined, agent_sharingEnded, agent_sharingRequestMessage, agent_sharingRequestTitle, agent_sharingRequested, agent_sharingStopSharingButton, agent_startChat, agent_suspendedWarning, agent_transferring, agent_transferringNoName, agent_youConnectedWarning, agent_youEndedChat, ai_slug_description, ai_slug_title, branding_ariaInformationButton, branding_description, branding_headline, branding_sign_up, buttons_cancel, buttons_restart, buttons_retry, carousel_nextNavButton, carousel_prevNavButton, channelTransfer_failed, closeAndRestartModal_cancel, closeAndRestartModal_confirm, closeAndRestartModal_message, closeAndRestartModal_title, components_overflow_ariaLabel, components_swiper_currentLabel, conversationalSearch_streamingIncomplete, conversationalSearch_toggleCitations, conversationalSearch_viewPDF, conversationalSearch_viewSourceDocument, datePicker_chooseDate, datePicker_confirmDate, it as default, default_agent_availableMessage, default_agent_unavailableMessage, disclaimer_accept, disclaimer_title, documentViewer_ariaRoleLabel, documentViewer_clearSearch, documentViewer_close, documentViewer_currentPage, documentViewer_download, documentViewer_loadError, documentViewer_loadErrorRetry, documentViewer_loadErrorTitle, documentViewer_nextMatch, documentViewer_nextPage, documentViewer_pagesLabel, documentViewer_previousMatch, documentViewer_previousPage, documentViewer_search, documentViewer_title, documentViewer_zoomIn, documentViewer_zoomOut, documentViewer_zoomReset, errors_agentAppSessionExpired, errors_ariaMessageFailed, errors_ariaMessageRetrying, errors_audioSource, errors_busy, errors_communicating, errors_connectingToAgent, errors_generalContent, errors_iframeSource, errors_imageSource, errors_noAgentsAvailable, errors_noAgentsJoined, errors_singleMessage, errors_somethingWrong, errors_videoSource, feedback_cancelLabel, feedback_defaultPlaceholder, feedback_defaultPrompt, feedback_defaultTitle, feedback_negativeLabel, feedback_positiveLabel, feedback_submitLabel, fileSharing_agentMessageText, fileSharing_ariaAnnounceSuccess, fileSharing_fileIcon, fileSharing_fileTooLarge, fileSharing_removeButtonTitle, fileSharing_request, fileSharing_statusUploading, fileSharing_uploadFailed, general_ariaAnnounceClosedInformationOverlay, general_ariaAnnounceEscapeOverlay, general_ariaAnnounceOpenedInformationOverlay, general_ariaCloseInformationOverlay, general_returnToAssistant, header_ariaBotAvatar, header_ariaCloseRestart, header_overflowMenu_options, header_previewLinkTitle, homeScreen_ariaQuickStartListButton, homeScreen_ariaQuickStartListClosed, homeScreen_ariaQuickStartListOpened, homeScreen_overflowMenuHomeScreen, homeScreen_returnToAssistant, homeScreen_returnToHome, icon_ariaUnreadMessages, iframe_ariaClickPreviewCard, iframe_ariaClosePanel, iframe_ariaClosedPanel, iframe_ariaImageAltText, iframe_ariaOpenedPanel, iframe_ariaSourceLoaded, input_ariaLabel, input_buttonLabel, input_completionsTagApp, input_completionsTagAssistant, input_placeholder, input_uploadButtonLabel, launcher_ariaIsExpanded, launcher_chatNow, launcher_closeButton, launcher_desktopGreeting, launcher_isClosed, launcher_isOpen, launcher_isTourClosed, launcher_isTourOpen, launcher_mobileGreeting, message_labelBot, message_labelYou, messages_agentIsTyping, messages_agentSaid, messages_botIsLoading, messages_botIsTyping, messages_botSaid, messages_scrollHandle, messages_scrollHandleDetailed, messages_scrollHandleEnd, messages_scrollHandleEndDetailed, messages_searchResults, messages_searchResultsCollapse, messages_searchResultsExpand, messages_searchResultsLink, messages_searchResultsOpenDocument, messages_searchResultsOpenDocumentWithLabel, messages_youSaid, notifications_toastClose, options_ariaOptionsDisabled, options_select, serviceDesk_niceDFO_fileUploadError, sessionHistory_expired, sessionHistory_expiredNoCopy, showMore, showMoreResults, suggestions_ariaAnnounceButtonShow, suggestions_ariaAnnounceListClosed, suggestions_ariaAnnounceListCollapsed, suggestions_ariaAnnounceListExpanded, suggestions_ariaAnnounceListOpen, suggestions_ariaButtonToClose, suggestions_ariaButtonToOpen, suggestions_ariaMessageButtons, suggestions_ariaPanelButtonToggle, suggestions_connectToAgent, suggestions_noSearchResults, suggestions_searchBookmarkButtonDescription, suggestions_searchBookmarkFooter, suggestions_searchBookmarkHeader, suggestions_sectionTitleAlternateResponses, suggestions_sectionTitleContact, suggestions_sectionTitleSearch, suggestions_sectionTitleStarters, suggestions_title, table_filterPlaceholder, table_itemsPerPage, table_nextPage, table_paginationStatus, table_paginationSupplementalText, table_previousPage, tour_ariaChatButton, tour_ariaCloseButton, tour_ariaMinimizeButton, tour_ariaNextButton, tour_ariaPreviousButton, tour_doneButton, tour_errorBody, tour_errorFetchingStep, tour_errorTitle, tour_instructions, tour_restartButton, tour_resumeButton, tour_startButton, window_ariaChatRegion, window_ariaChatRegionNamespace, window_ariaTourRegion, window_ariaTourRegionNamespace, window_ariaWindowClosed, window_ariaWindowLoading, window_ariaWindowOpened, window_title };
|
|
538
|
+
export { agent_agentEndedChat, agent_agentEndedChatNoName, agent_agentJoinedName, agent_agentJoinedNoName, agent_agentLeftChat, agent_agentLeftChatNoName, agent_agentNoNameTitle, agent_ariaAgentAvatar, agent_ariaGenericAvatar, agent_ariaGenericBotAvatar, agent_botReturned, agent_cardButtonChatEnded, agent_cardButtonChatRequested, agent_cardButtonConnected, agent_cardMessageChatEnded, agent_cardMessageConnected, agent_chatTitle, agent_confirmCancelRequestMessage, agent_confirmCancelRequestNo, agent_confirmCancelRequestTitle, agent_confirmCancelRequestYes, agent_confirmEndChat, agent_confirmEndChatNo, agent_confirmEndChatYes, agent_confirmEndSuspendedYes, agent_confirmSuspendedEndChatMessage, agent_confirmSuspendedEndChatTitle, agent_connectButtonCancel, agent_connectWaiting, agent_connectedButtonEndChat, agent_connecting, agent_connectingMinutes, agent_connectingQueue, agent_conversationWasEnded, agent_defaultMessageToAgent, agent_disconnected, agent_endChat, agent_inputPlaceholderConnecting, agent_inputPlaceholderReconnecting, agent_newMessage, agent_noName, agent_reason_error, agent_reconnected, agent_sdMissingWarning, agent_sharingAcceptButton, agent_sharingAccepted, agent_sharingCancelled, agent_sharingDeclineButton, agent_sharingDeclined, agent_sharingEnded, agent_sharingRequestMessage, agent_sharingRequestTitle, agent_sharingRequested, agent_sharingStopSharingButton, agent_startChat, agent_suspendedWarning, agent_transferring, agent_transferringNoName, agent_youConnectedWarning, agent_youEndedChat, ai_slug_description, ai_slug_title, branding_ariaInformationButton, branding_description, branding_headline, branding_sign_up, buttons_cancel, buttons_restart, buttons_retry, carousel_nextNavButton, carousel_prevNavButton, chainOfThought_explainabilityLabel, chainOfThought_inputLabel, chainOfThought_outputLabel, chainOfThought_statusFailedLabel, chainOfThought_statusProcessingLabel, chainOfThought_statusSucceededLabel, chainOfThought_stepTitle, chainOfThought_toolLabel, channelTransfer_failed, closeAndRestartModal_cancel, closeAndRestartModal_confirm, closeAndRestartModal_message, closeAndRestartModal_title, components_overflow_ariaLabel, components_swiper_currentLabel, conversationalSearch_responseStopped, conversationalSearch_streamingIncomplete, conversationalSearch_toggleCitations, conversationalSearch_viewPDF, conversationalSearch_viewSourceDocument, datePicker_chooseDate, datePicker_confirmDate, it as default, default_agent_availableMessage, default_agent_unavailableMessage, disclaimer_accept, disclaimer_title, documentViewer_ariaRoleLabel, documentViewer_clearSearch, documentViewer_close, documentViewer_currentPage, documentViewer_download, documentViewer_loadError, documentViewer_loadErrorRetry, documentViewer_loadErrorTitle, documentViewer_nextMatch, documentViewer_nextPage, documentViewer_pagesLabel, documentViewer_previousMatch, documentViewer_previousPage, documentViewer_search, documentViewer_title, documentViewer_zoomIn, documentViewer_zoomOut, documentViewer_zoomReset, errors_agentAppSessionExpired, errors_ariaMessageFailed, errors_ariaMessageRetrying, errors_audioSource, errors_busy, errors_communicating, errors_connectingToAgent, errors_generalContent, errors_iframeSource, errors_imageSource, errors_noAgentsAvailable, errors_noAgentsJoined, errors_singleMessage, errors_somethingWrong, errors_videoSource, feedback_cancelLabel, feedback_defaultPlaceholder, feedback_defaultPrompt, feedback_defaultTitle, feedback_negativeLabel, feedback_positiveLabel, feedback_submitLabel, fileSharing_agentMessageText, fileSharing_ariaAnnounceSuccess, fileSharing_fileIcon, fileSharing_fileTooLarge, fileSharing_removeButtonTitle, fileSharing_request, fileSharing_statusUploading, fileSharing_uploadFailed, general_ariaAnnounceClosedInformationOverlay, general_ariaAnnounceEscapeOverlay, general_ariaAnnounceOpenedInformationOverlay, general_ariaCloseInformationOverlay, general_returnToAssistant, header_ariaBotAvatar, header_ariaCloseRestart, header_overflowMenu_options, header_previewLinkTitle, homeScreen_ariaQuickStartListButton, homeScreen_ariaQuickStartListClosed, homeScreen_ariaQuickStartListOpened, homeScreen_overflowMenuHomeScreen, homeScreen_returnToAssistant, homeScreen_returnToHome, icon_ariaUnreadMessages, iframe_ariaClickPreviewCard, iframe_ariaClosePanel, iframe_ariaClosedPanel, iframe_ariaImageAltText, iframe_ariaOpenedPanel, iframe_ariaSourceLoaded, input_ariaLabel, input_buttonLabel, input_completionsTagApp, input_completionsTagAssistant, input_placeholder, input_stopResponse, input_uploadButtonLabel, launcher_ariaIsExpanded, launcher_chatNow, launcher_closeButton, launcher_desktopGreeting, launcher_isClosed, launcher_isOpen, launcher_isTourClosed, launcher_isTourOpen, launcher_mobileGreeting, message_labelBot, message_labelYou, messages_agentIsTyping, messages_agentSaid, messages_botIsLoading, messages_botIsTyping, messages_botSaid, messages_responseStopped, messages_scrollHandle, messages_scrollHandleDetailed, messages_scrollHandleEnd, messages_scrollHandleEndDetailed, messages_searchResults, messages_searchResultsCollapse, messages_searchResultsExpand, messages_searchResultsLink, messages_searchResultsOpenDocument, messages_searchResultsOpenDocumentWithLabel, messages_youSaid, notifications_toastClose, options_ariaOptionsDisabled, options_select, serviceDesk_niceDFO_fileUploadError, sessionHistory_expired, sessionHistory_expiredNoCopy, showMore, showMoreResults, suggestions_ariaAnnounceButtonShow, suggestions_ariaAnnounceListClosed, suggestions_ariaAnnounceListCollapsed, suggestions_ariaAnnounceListExpanded, suggestions_ariaAnnounceListOpen, suggestions_ariaButtonToClose, suggestions_ariaButtonToOpen, suggestions_ariaMessageButtons, suggestions_ariaPanelButtonToggle, suggestions_connectToAgent, suggestions_noSearchResults, suggestions_searchBookmarkButtonDescription, suggestions_searchBookmarkFooter, suggestions_searchBookmarkHeader, suggestions_sectionTitleAlternateResponses, suggestions_sectionTitleContact, suggestions_sectionTitleSearch, suggestions_sectionTitleStarters, suggestions_title, table_filterPlaceholder, table_itemsPerPage, table_nextPage, table_paginationStatus, table_paginationSupplementalText, table_previousPage, tour_ariaChatButton, tour_ariaCloseButton, tour_ariaMinimizeButton, tour_ariaNextButton, tour_ariaPreviousButton, tour_doneButton, tour_errorBody, tour_errorFetchingStep, tour_errorTitle, tour_instructions, tour_restartButton, tour_resumeButton, tour_startButton, window_ariaChatRegion, window_ariaChatRegionNamespace, window_ariaTourRegion, window_ariaTourRegionNamespace, window_ariaWindowClosed, window_ariaWindowLoading, window_ariaWindowOpened, window_title };
|
package/dist/es/ja.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
(C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
-
|
|
6
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
-
in compliance with the License. You may obtain a copy of the License at
|
|
8
|
-
|
|
9
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
|
|
11
|
-
Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
-
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
-
or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
-
the License.
|
|
15
|
-
|
|
16
|
-
@carbon/ai-chat 0.1.
|
|
17
|
-
|
|
18
|
-
Built:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* (C) Copyright IBM Corp. 2017, 2025. All Rights Reserved.
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
7
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
12
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
13
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
|
+
* the License.
|
|
15
|
+
*
|
|
16
|
+
* @carbon/ai-chat 0.1.6
|
|
17
|
+
*
|
|
18
|
+
* Built: Mar 5 2025 3:03 pm -05:00
|
|
19
|
+
*
|
|
20
|
+
*
|
|
22
21
|
*/
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
import { ao as getDefaultExportFromCjs, ap as dayjs_minExports, aq as commonjsGlobal } from './AppContainer.js';
|
|
24
24
|
|
|
25
25
|
function _mergeNamespaces(n, m) {
|
|
26
26
|
m.forEach(function (e) {
|