@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.
Files changed (275) hide show
  1. package/dist/docs/carbon-chat-docs.js +2 -0
  2. package/dist/docs/carbon-chat-docs.js.LICENSE.txt +118 -0
  3. package/dist/docs/carbon-chat.html +8 -0
  4. package/dist/docs/carbon-tsdocs/.nojekyll +1 -0
  5. package/dist/docs/carbon-tsdocs/assets/hierarchy.js +1 -0
  6. package/dist/docs/carbon-tsdocs/assets/highlight.css +22 -0
  7. package/dist/docs/carbon-tsdocs/assets/icons.js +18 -0
  8. package/dist/docs/carbon-tsdocs/assets/icons.svg +1 -0
  9. package/dist/docs/carbon-tsdocs/assets/main.js +60 -0
  10. package/dist/docs/carbon-tsdocs/assets/navigation.js +1 -0
  11. package/dist/docs/carbon-tsdocs/assets/search.js +1 -0
  12. package/dist/docs/carbon-tsdocs/assets/style.css +1611 -0
  13. package/dist/docs/carbon-tsdocs/enums/AgentMessageType.html +20 -0
  14. package/dist/docs/carbon-tsdocs/enums/AgentsOnlineStatus.html +9 -0
  15. package/dist/docs/carbon-tsdocs/enums/BusEventType.html +67 -0
  16. package/dist/docs/carbon-tsdocs/enums/ButtonItemKind.html +6 -0
  17. package/dist/docs/carbon-tsdocs/enums/ButtonItemType.html +5 -0
  18. package/dist/docs/carbon-tsdocs/enums/CarbonTheme.html +7 -0
  19. package/dist/docs/carbon-tsdocs/enums/CatastrophicErrorType.html +11 -0
  20. package/dist/docs/carbon-tsdocs/enums/ChainOfThoughtStepStatus.html +5 -0
  21. package/dist/docs/carbon-tsdocs/enums/ChatHeaderObjectType.html +6 -0
  22. package/dist/docs/carbon-tsdocs/enums/CornersType.html +4 -0
  23. package/dist/docs/carbon-tsdocs/enums/CustomEventType.html +3 -0
  24. package/dist/docs/carbon-tsdocs/enums/ErrorType.html +12 -0
  25. package/dist/docs/carbon-tsdocs/enums/FeedbackInteractionType.html +10 -0
  26. package/dist/docs/carbon-tsdocs/enums/FileStatusValue.html +6 -0
  27. package/dist/docs/carbon-tsdocs/enums/HomeScreenBackgroundType.html +6 -0
  28. package/dist/docs/carbon-tsdocs/enums/IFrameItemDisplayOption.html +6 -0
  29. package/dist/docs/carbon-tsdocs/enums/LauncherType.html +6 -0
  30. package/dist/docs/carbon-tsdocs/enums/MessageInputType.html +8 -0
  31. package/dist/docs/carbon-tsdocs/enums/MessageResponseTypes.html +36 -0
  32. package/dist/docs/carbon-tsdocs/enums/MessageSendSource.html +45 -0
  33. package/dist/docs/carbon-tsdocs/enums/MinimizeButtonIconType.html +9 -0
  34. package/dist/docs/carbon-tsdocs/enums/OnErrorType.html +27 -0
  35. package/dist/docs/carbon-tsdocs/enums/OptionItemPreference.html +6 -0
  36. package/dist/docs/carbon-tsdocs/enums/ScreenShareState.html +10 -0
  37. package/dist/docs/carbon-tsdocs/enums/TourEndReason.html +5 -0
  38. package/dist/docs/carbon-tsdocs/enums/TourStartReason.html +9 -0
  39. package/dist/docs/carbon-tsdocs/enums/ViewChangeReason.html +47 -0
  40. package/dist/docs/carbon-tsdocs/enums/ViewType.html +10 -0
  41. package/dist/docs/carbon-tsdocs/enums/WriteableElementName.html +16 -0
  42. package/dist/docs/carbon-tsdocs/functions/ChatContainer.html +10 -0
  43. package/dist/docs/carbon-tsdocs/functions/ChatCustomElement.html +8 -0
  44. package/dist/docs/carbon-tsdocs/hierarchy.html +1 -0
  45. package/dist/docs/carbon-tsdocs/index.html +1 -0
  46. package/dist/docs/carbon-tsdocs/interfaces/AdditionalDataToAgent.html +5 -0
  47. package/dist/docs/carbon-tsdocs/interfaces/AgentAppConfig.html +8 -0
  48. package/dist/docs/carbon-tsdocs/interfaces/AgentAppInfo.html +6 -0
  49. package/dist/docs/carbon-tsdocs/interfaces/AgentAvailability.html +12 -0
  50. package/dist/docs/carbon-tsdocs/interfaces/AgentProfile.html +12 -0
  51. package/dist/docs/carbon-tsdocs/interfaces/BaseMessageInput.html +3 -0
  52. package/dist/docs/carbon-tsdocs/interfaces/BusEvent.html +3 -0
  53. package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentAreAnyAgentsOnline.html +8 -0
  54. package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentEndChat.html +10 -0
  55. package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentPreEndChat.html +12 -0
  56. package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentPreReceive.html +5 -0
  57. package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentPreSend.html +5 -0
  58. package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentPreSessionHistory.html +8 -0
  59. package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentPreStartChat.html +13 -0
  60. package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentReceive.html +5 -0
  61. package/dist/docs/carbon-tsdocs/interfaces/BusEventAgentSend.html +5 -0
  62. package/dist/docs/carbon-tsdocs/interfaces/BusEventChatReady.html +3 -0
  63. package/dist/docs/carbon-tsdocs/interfaces/BusEventChunkUserDefinedResponse.html +39 -0
  64. package/dist/docs/carbon-tsdocs/interfaces/BusEventClosePanelButtonClicked.html +4 -0
  65. package/dist/docs/carbon-tsdocs/interfaces/BusEventCustomPanelClose.html +3 -0
  66. package/dist/docs/carbon-tsdocs/interfaces/BusEventCustomPanelOpen.html +3 -0
  67. package/dist/docs/carbon-tsdocs/interfaces/BusEventCustomPanelPreClose.html +3 -0
  68. package/dist/docs/carbon-tsdocs/interfaces/BusEventCustomPanelPreOpen.html +3 -0
  69. package/dist/docs/carbon-tsdocs/interfaces/BusEventFeedback.html +17 -0
  70. package/dist/docs/carbon-tsdocs/interfaces/BusEventGenesysMessengerAuthError.html +5 -0
  71. package/dist/docs/carbon-tsdocs/interfaces/BusEventGenesysMessengerAuthProvider.html +5 -0
  72. package/dist/docs/carbon-tsdocs/interfaces/BusEventGenesysMessengerGetAuthCode.html +5 -0
  73. package/dist/docs/carbon-tsdocs/interfaces/BusEventGenesysMessengerLoggedOut.html +5 -0
  74. package/dist/docs/carbon-tsdocs/interfaces/BusEventGenesysMessengerReauthenticate.html +5 -0
  75. package/dist/docs/carbon-tsdocs/interfaces/BusEventHistoryBegin.html +15 -0
  76. package/dist/docs/carbon-tsdocs/interfaces/BusEventHistoryEnd.html +11 -0
  77. package/dist/docs/carbon-tsdocs/interfaces/BusEventMessageItemCustom.html +11 -0
  78. package/dist/docs/carbon-tsdocs/interfaces/BusEventNiceDFOGetAuthCode.html +7 -0
  79. package/dist/docs/carbon-tsdocs/interfaces/BusEventPreReceive.html +11 -0
  80. package/dist/docs/carbon-tsdocs/interfaces/BusEventPreReset.html +3 -0
  81. package/dist/docs/carbon-tsdocs/interfaces/BusEventPreSend.html +8 -0
  82. package/dist/docs/carbon-tsdocs/interfaces/BusEventReceive.html +4 -0
  83. package/dist/docs/carbon-tsdocs/interfaces/BusEventReset.html +3 -0
  84. package/dist/docs/carbon-tsdocs/interfaces/BusEventSend.html +8 -0
  85. package/dist/docs/carbon-tsdocs/interfaces/BusEventTourEnd.html +7 -0
  86. package/dist/docs/carbon-tsdocs/interfaces/BusEventTourStart.html +8 -0
  87. package/dist/docs/carbon-tsdocs/interfaces/BusEventTourStep.html +8 -0
  88. package/dist/docs/carbon-tsdocs/interfaces/BusEventUserDefinedResponse.html +10 -0
  89. package/dist/docs/carbon-tsdocs/interfaces/BusEventViewChange.html +13 -0
  90. package/dist/docs/carbon-tsdocs/interfaces/BusEventViewPreChange.html +12 -0
  91. package/dist/docs/carbon-tsdocs/interfaces/ButtonItem.html +34 -0
  92. package/dist/docs/carbon-tsdocs/interfaces/CarouselItem.html +15 -0
  93. package/dist/docs/carbon-tsdocs/interfaces/ChainOfThoughtStep.html +20 -0
  94. package/dist/docs/carbon-tsdocs/interfaces/ChatContainerProps.html +14 -0
  95. package/dist/docs/carbon-tsdocs/interfaces/ChatCustomElementProps.html +31 -0
  96. package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderAvatarConfig.html +6 -0
  97. package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderButton.html +8 -0
  98. package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderConfig.html +9 -0
  99. package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderGroupMenu.html +13 -0
  100. package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderGroupMenuItem.html +8 -0
  101. package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderLink.html +10 -0
  102. package/dist/docs/carbon-tsdocs/interfaces/ChatHeaderMenu.html +9 -0
  103. package/dist/docs/carbon-tsdocs/interfaces/ChatInstance.html +146 -0
  104. package/dist/docs/carbon-tsdocs/interfaces/ChatInstanceMessaging.html +16 -0
  105. package/dist/docs/carbon-tsdocs/interfaces/ChatInstanceNotifications.html +7 -0
  106. package/dist/docs/carbon-tsdocs/interfaces/ChatInstanceServiceDeskActions.html +13 -0
  107. package/dist/docs/carbon-tsdocs/interfaces/ChatInstanceTours.html +13 -0
  108. package/dist/docs/carbon-tsdocs/interfaces/Chunk.html +5 -0
  109. package/dist/docs/carbon-tsdocs/interfaces/CompleteItemChunk.html +9 -0
  110. package/dist/docs/carbon-tsdocs/interfaces/ConnectToAgentItem.html +24 -0
  111. package/dist/docs/carbon-tsdocs/interfaces/ConnectToAgentItemTransferInfo.html +9 -0
  112. package/dist/docs/carbon-tsdocs/interfaces/ConnectingErrorInfo.html +12 -0
  113. package/dist/docs/carbon-tsdocs/interfaces/ConversationalSearchItem.html +22 -0
  114. package/dist/docs/carbon-tsdocs/interfaces/ConversationalSearchItemCitation.html +18 -0
  115. package/dist/docs/carbon-tsdocs/interfaces/CustomMenuOption.html +6 -0
  116. package/dist/docs/carbon-tsdocs/interfaces/CustomPanelConfigOptions.html +29 -0
  117. package/dist/docs/carbon-tsdocs/interfaces/CustomPanelInstance.html +9 -0
  118. package/dist/docs/carbon-tsdocs/interfaces/CustomPanels.html +4 -0
  119. package/dist/docs/carbon-tsdocs/interfaces/CustomSendMessageOptions.html +3 -0
  120. package/dist/docs/carbon-tsdocs/interfaces/DisclaimerPublicConfig.html +5 -0
  121. package/dist/docs/carbon-tsdocs/interfaces/DisconnectedErrorInfo.html +11 -0
  122. package/dist/docs/carbon-tsdocs/interfaces/EndChatInfo.html +8 -0
  123. package/dist/docs/carbon-tsdocs/interfaces/EventHandlers.html +16 -0
  124. package/dist/docs/carbon-tsdocs/interfaces/EventInput.html +6 -0
  125. package/dist/docs/carbon-tsdocs/interfaces/EventInputData.html +6 -0
  126. package/dist/docs/carbon-tsdocs/interfaces/FileUpload.html +12 -0
  127. package/dist/docs/carbon-tsdocs/interfaces/FinalResponseChunk.html +6 -0
  128. package/dist/docs/carbon-tsdocs/interfaces/GenericItem.html +14 -0
  129. package/dist/docs/carbon-tsdocs/interfaces/GenericItemMessageFeedbackOptions.html +27 -0
  130. package/dist/docs/carbon-tsdocs/interfaces/GenericItemMessageOptions.html +6 -0
  131. package/dist/docs/carbon-tsdocs/interfaces/GenesysMessengerConfig.html +8 -0
  132. package/dist/docs/carbon-tsdocs/interfaces/GridItem.html +23 -0
  133. package/dist/docs/carbon-tsdocs/interfaces/HasAddRemoveClassName.html +6 -0
  134. package/dist/docs/carbon-tsdocs/interfaces/HeaderConfig.html +9 -0
  135. package/dist/docs/carbon-tsdocs/interfaces/HistoryItem.html +6 -0
  136. package/dist/docs/carbon-tsdocs/interfaces/HomeScreenConfig.html +17 -0
  137. package/dist/docs/carbon-tsdocs/interfaces/HomeScreenStarterButton.html +7 -0
  138. package/dist/docs/carbon-tsdocs/interfaces/HomeScreenStarterButtons.html +4 -0
  139. package/dist/docs/carbon-tsdocs/interfaces/IFrameItem.html +27 -0
  140. package/dist/docs/carbon-tsdocs/interfaces/InlineErrorItem.html +22 -0
  141. package/dist/docs/carbon-tsdocs/interfaces/InstanceElements.html +8 -0
  142. package/dist/docs/carbon-tsdocs/interfaces/InstanceInputElement.html +13 -0
  143. package/dist/docs/carbon-tsdocs/interfaces/ItemStreamingMetadata.html +12 -0
  144. package/dist/docs/carbon-tsdocs/interfaces/LayoutConfig.html +11 -0
  145. package/dist/docs/carbon-tsdocs/interfaces/MediaItem.html +27 -0
  146. package/dist/docs/carbon-tsdocs/interfaces/MediaItemDimensions.html +6 -0
  147. package/dist/docs/carbon-tsdocs/interfaces/MessageContext.html +9 -0
  148. package/dist/docs/carbon-tsdocs/interfaces/MessageGlobalContext.html +3 -0
  149. package/dist/docs/carbon-tsdocs/interfaces/MessageHistory.html +18 -0
  150. package/dist/docs/carbon-tsdocs/interfaces/MessageInput.html +11 -0
  151. package/dist/docs/carbon-tsdocs/interfaces/MessageItemPanelInfo.html +11 -0
  152. package/dist/docs/carbon-tsdocs/interfaces/MessageOutput.html +4 -0
  153. package/dist/docs/carbon-tsdocs/interfaces/MessageRequest.html +12 -0
  154. package/dist/docs/carbon-tsdocs/interfaces/MessageResponse.html +12 -0
  155. package/dist/docs/carbon-tsdocs/interfaces/MessageSkillContext.html +3 -0
  156. package/dist/docs/carbon-tsdocs/interfaces/MessageSystemContext.html +5 -0
  157. package/dist/docs/carbon-tsdocs/interfaces/NiceDFOConfig.html +14 -0
  158. package/dist/docs/carbon-tsdocs/interfaces/NotificationMessage.html +15 -0
  159. package/dist/docs/carbon-tsdocs/interfaces/OnErrorData.html +13 -0
  160. package/dist/docs/carbon-tsdocs/interfaces/Option.html +7 -0
  161. package/dist/docs/carbon-tsdocs/interfaces/OptionItem.html +23 -0
  162. package/dist/docs/carbon-tsdocs/interfaces/PageLinkConfig.html +6 -0
  163. package/dist/docs/carbon-tsdocs/interfaces/PageLinkIDConfig.html +5 -0
  164. package/dist/docs/carbon-tsdocs/interfaces/PartialItemChunk.html +38 -0
  165. package/dist/docs/carbon-tsdocs/interfaces/PauseItem.html +18 -0
  166. package/dist/docs/carbon-tsdocs/interfaces/PublicConfig.html +75 -0
  167. package/dist/docs/carbon-tsdocs/interfaces/PublicConfigMessaging.html +24 -0
  168. package/dist/docs/carbon-tsdocs/interfaces/PublicWebChatServiceDeskState.html +8 -0
  169. package/dist/docs/carbon-tsdocs/interfaces/PublicWebChatState.html +21 -0
  170. package/dist/docs/carbon-tsdocs/interfaces/RenderUserDefinedState.html +41 -0
  171. package/dist/docs/carbon-tsdocs/interfaces/SendOptions.html +10 -0
  172. package/dist/docs/carbon-tsdocs/interfaces/ServiceDesk.html +74 -0
  173. package/dist/docs/carbon-tsdocs/interfaces/ServiceDeskCallback.html +81 -0
  174. package/dist/docs/carbon-tsdocs/interfaces/ServiceDeskCapabilities.html +9 -0
  175. package/dist/docs/carbon-tsdocs/interfaces/ServiceDeskFactoryParameters.html +8 -0
  176. package/dist/docs/carbon-tsdocs/interfaces/ServiceDeskPublicConfig.html +25 -0
  177. package/dist/docs/carbon-tsdocs/interfaces/StartChatOptions.html +6 -0
  178. package/dist/docs/carbon-tsdocs/interfaces/TableItem.html +22 -0
  179. package/dist/docs/carbon-tsdocs/interfaces/TableItemRow.html +5 -0
  180. package/dist/docs/carbon-tsdocs/interfaces/TextItem.html +19 -0
  181. package/dist/docs/carbon-tsdocs/interfaces/ThemeConfig.html +16 -0
  182. package/dist/docs/carbon-tsdocs/interfaces/TourStepGenericItem.html +17 -0
  183. package/dist/docs/carbon-tsdocs/interfaces/TypeAndHandler.html +6 -0
  184. package/dist/docs/carbon-tsdocs/interfaces/UpdateHistoryEvent.html +10 -0
  185. package/dist/docs/carbon-tsdocs/interfaces/UserDefinedItem.html +13 -0
  186. package/dist/docs/carbon-tsdocs/interfaces/UserMessageErrorInfo.html +8 -0
  187. package/dist/docs/carbon-tsdocs/interfaces/ViewState.html +8 -0
  188. package/dist/docs/carbon-tsdocs/interfaces/WithBodyAndFooter.html +5 -0
  189. package/dist/docs/carbon-tsdocs/types/AudioItem.html +2 -0
  190. package/dist/docs/carbon-tsdocs/types/CardItem.html +1 -0
  191. package/dist/docs/carbon-tsdocs/types/ChangeFunction.html +1 -0
  192. package/dist/docs/carbon-tsdocs/types/ChatHeaderMenuItemTypes.html +2 -0
  193. package/dist/docs/carbon-tsdocs/types/ChatHeaderObjectTypes.html +2 -0
  194. package/dist/docs/carbon-tsdocs/types/DateItem.html +3 -0
  195. package/dist/docs/carbon-tsdocs/types/EventBusHandler.html +3 -0
  196. package/dist/docs/carbon-tsdocs/types/HorizontalCellAlignment.html +1 -0
  197. package/dist/docs/carbon-tsdocs/types/ImageItem.html +2 -0
  198. package/dist/docs/carbon-tsdocs/types/IncreaseOrDecrease.html +1 -0
  199. package/dist/docs/carbon-tsdocs/types/Message.html +2 -0
  200. package/dist/docs/carbon-tsdocs/types/PartialOrCompleteItemChunk.html +1 -0
  201. package/dist/docs/carbon-tsdocs/types/RenderUserDefinedResponse.html +6 -0
  202. package/dist/docs/carbon-tsdocs/types/RenderWriteableElementResponse.html +2 -0
  203. package/dist/docs/carbon-tsdocs/types/ServiceDeskErrorInfo.html +3 -0
  204. package/dist/docs/carbon-tsdocs/types/StreamChunk.html +1 -0
  205. package/dist/docs/carbon-tsdocs/types/TableItemCell.html +1 -0
  206. package/dist/docs/carbon-tsdocs/types/TableItemRowExpandableSectionItem.html +1 -0
  207. package/dist/docs/carbon-tsdocs/types/VerticalCellAlignment.html +1 -0
  208. package/dist/docs/carbon-tsdocs/types/VideoItem.html +2 -0
  209. package/dist/docs/carbon-tsdocs/types/WriteableElements.html +3 -0
  210. package/dist/es/AppContainer.js +1670 -6105
  211. package/dist/es/Carousel.js +23 -36
  212. package/dist/es/GenesysMessengerServiceDesk.js +23 -36
  213. package/dist/es/HumanAgentServiceImpl.js +45 -70
  214. package/dist/es/NiceDFOServiceDesk.js +23 -50
  215. package/dist/es/PDFViewerContainer.js +23 -64
  216. package/dist/es/ReactPlayer.js +21 -35
  217. package/dist/es/SFServiceDesk.js +23 -37
  218. package/dist/es/ServiceDeskImpl.js +21 -35
  219. package/dist/es/Table.js +26 -97
  220. package/dist/es/ZendeskServiceDesk.js +23 -53
  221. package/dist/es/_node-resolve_empty.js +21 -21
  222. package/dist/es/aiChatEntry.js +24 -75
  223. package/dist/es/ar-dz.js +22 -22
  224. package/dist/es/ar-kw.js +22 -22
  225. package/dist/es/ar-ly.js +22 -22
  226. package/dist/es/ar-ma.js +22 -22
  227. package/dist/es/ar-sa.js +22 -22
  228. package/dist/es/ar-tn.js +22 -22
  229. package/dist/es/ar.js +22 -22
  230. package/dist/es/ar2.js +46 -24
  231. package/dist/es/cds-aichat-container.js +23 -50
  232. package/dist/es/cds-aichat-custom-element.js +22 -35
  233. package/dist/es/cs.js +22 -22
  234. package/dist/es/cs2.js +45 -23
  235. package/dist/es/de-at.js +22 -22
  236. package/dist/es/de-ch.js +22 -22
  237. package/dist/es/de.js +22 -22
  238. package/dist/es/de2.js +45 -23
  239. package/dist/es/en-au.js +22 -22
  240. package/dist/es/en-ca.js +22 -22
  241. package/dist/es/en-gb.js +22 -22
  242. package/dist/es/en-ie.js +22 -22
  243. package/dist/es/en-il.js +22 -22
  244. package/dist/es/en-nz.js +22 -22
  245. package/dist/es/es-do.js +22 -22
  246. package/dist/es/es-us.js +22 -22
  247. package/dist/es/es.js +22 -22
  248. package/dist/es/es2.js +45 -23
  249. package/dist/es/export.js +58 -23
  250. package/dist/es/export.legacy.js +58 -23
  251. package/dist/es/fr-ca.js +22 -22
  252. package/dist/es/fr-ch.js +22 -22
  253. package/dist/es/fr.js +22 -22
  254. package/dist/es/fr2.js +45 -23
  255. package/dist/es/it-ch.js +22 -22
  256. package/dist/es/it.js +22 -22
  257. package/dist/es/it2.js +45 -23
  258. package/dist/es/ja.js +22 -22
  259. package/dist/es/ja2.js +45 -23
  260. package/dist/es/ko.js +22 -22
  261. package/dist/es/ko2.js +45 -23
  262. package/dist/es/mockServiceDesk.js +23 -36
  263. package/dist/es/nl.js +22 -22
  264. package/dist/es/nl2.js +45 -23
  265. package/dist/es/pt-br.js +22 -22
  266. package/dist/es/pt-br2.js +45 -23
  267. package/dist/es/pt.js +22 -22
  268. package/dist/es/{fontUtils.js → scriptRender.js} +87 -35
  269. package/dist/es/zh-cn.js +22 -22
  270. package/dist/es/zh-tw.js +22 -22
  271. package/dist/es/zh-tw2.js +45 -23
  272. package/dist/es/zh.js +45 -23
  273. package/dist/types/aiChatEntry.d.ts +39 -10
  274. package/package.json +24 -7
  275. package/dist/es/render.js +0 -105
package/dist/es/ar-kw.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.7-test-no-cjs
17
-
18
- Built: Feb 26 2025 2:36 pm -05:00
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
- import { al as getDefaultExportFromCjs, am as dayjs_minExports, an as commonjsGlobal } from './AppContainer.js';
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/ar-ly.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.7-test-no-cjs
17
-
18
- Built: Feb 26 2025 2:36 pm -05:00
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
- import { al as getDefaultExportFromCjs, am as dayjs_minExports, an as commonjsGlobal } from './AppContainer.js';
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/ar-ma.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.7-test-no-cjs
17
-
18
- Built: Feb 26 2025 2:36 pm -05:00
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
- import { al as getDefaultExportFromCjs, am as dayjs_minExports, an as commonjsGlobal } from './AppContainer.js';
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/ar-sa.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.7-test-no-cjs
17
-
18
- Built: Feb 26 2025 2:36 pm -05:00
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
- import { al as getDefaultExportFromCjs, am as dayjs_minExports, an as commonjsGlobal } from './AppContainer.js';
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/ar-tn.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.7-test-no-cjs
17
-
18
- Built: Feb 26 2025 2:36 pm -05:00
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
- import { al as getDefaultExportFromCjs, am as dayjs_minExports, an as commonjsGlobal } from './AppContainer.js';
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/ar.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.7-test-no-cjs
17
-
18
- Built: Feb 26 2025 2:36 pm -05:00
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
- import { al as getDefaultExportFromCjs, am as dayjs_minExports, an as commonjsGlobal } from './AppContainer.js';
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/ar2.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.7-test-no-cjs
17
-
18
- Built: Feb 26 2025 2:36 pm -05:00
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 = "مدعوم بواسطة IBM watsonx";
24
24
  var ai_slug_description = "يتم تشغيل IBM watsonx بواسطة أحدث نماذج الذكاء الاصطناعي للمعالجة الذكية للمحادثات وتقديم المساعدة متى وأينما كنت في حاجة إليها.";
25
25
  var components_overflow_ariaLabel = "فتح وإغلاق كشف الاختيارات";
@@ -195,6 +195,7 @@ var conversationalSearch_streamingIncomplete = "لم يتم إكمال هذه ا
195
195
  var conversationalSearch_viewPDF = "مشاهدة PDF";
196
196
  var conversationalSearch_viewSourceDocument = "مشاهدة المصدر";
197
197
  var conversationalSearch_toggleCitations = "فتح أو إغلاق كشف المصادر";
198
+ var conversationalSearch_responseStopped = "توقفت الاستجابة";
198
199
  var launcher_chatNow = "اجراء محادثة الآن";
199
200
  var iframe_ariaSourceLoaded = "تم تحميل صفحة الانترنت.";
200
201
  var iframe_ariaImageAltText = "معاينة صورة لشاشة صفحة الانترنت.";
@@ -257,7 +258,7 @@ var table_previousPage = "الصفحة السابقة";
257
258
  var table_nextPage = "الصفحة التالية";
258
259
  var table_itemsPerPage = "البنود بكل صفحة:";
259
260
  var table_paginationSupplementalText = "من {pagesCount, number}{pagesCount, plural, zero {صفحات} other {صفحات} one {صفحة} few {صفحات} many {صفحات} two {صفحات}}";
260
- var table_paginationStatus = "{start, number}–{end, number} من{count, number} {count, plural, zero {البنود} other {البنود} one {البند} few {البنود} many {البنود} two {البنود}}";
261
+ var table_paginationStatus = "{start, number}–{end, number} من {count, number} {count, plural, zero {البنود} other {البنود} one {البند} few {البنود} many {البنود} two {البنود}}";
261
262
  var feedback_positiveLabel = "استجابة جيدة";
262
263
  var feedback_negativeLabel = "استجابة سيئة";
263
264
  var feedback_defaultTitle = "ملاحظات إضافية";
@@ -265,6 +266,16 @@ var feedback_defaultPrompt = "لماذا اخترت هذا التقييم؟";
265
266
  var feedback_defaultPlaceholder = "أضف تعليق";
266
267
  var feedback_submitLabel = "إحالة";
267
268
  var feedback_cancelLabel = "إلغاء";
269
+ var input_stopResponse = "إيقاف الاستجابة";
270
+ var messages_responseStopped = "توقفت الاستجابة";
271
+ var chainOfThought_stepTitle = "{stepNumber, number}: {stepTitle}";
272
+ var chainOfThought_inputLabel = "المدخلات";
273
+ var chainOfThought_outputLabel = "المخرجات";
274
+ var chainOfThought_toolLabel = "أداة";
275
+ var chainOfThought_statusSucceededLabel = "نجح";
276
+ var chainOfThought_statusFailedLabel = "فشل";
277
+ var chainOfThought_statusProcessingLabel = "تشغيل";
278
+ var chainOfThought_explainabilityLabel = "كيف توصلتُ إلى هذه الإجابة؟";
268
279
  var ar = {
269
280
  ai_slug_title: ai_slug_title,
270
281
  ai_slug_description: ai_slug_description,
@@ -441,6 +452,7 @@ var ar = {
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 ar = {
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, ar 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, ar 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 };
@@ -1,29 +1,29 @@
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.7-test-no-cjs
17
-
18
- Built: Feb 26 2025 2:36 pm -05:00
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
  import { __decorate } from 'tslib';
24
24
  import { LitElement, html } from 'lit';
25
25
  import { property, state } from 'lit/decorators.js';
26
- import { c as carbonElement, r as isEqual, s as consoleWarn, A as AppContainerExport } from './AppContainer.js';
26
+ import { c as carbonElement, s as isEqual, t as consoleWarn, A as AppContainerExport } from './AppContainer.js';
27
27
  import React__default from 'react';
28
28
  import { createRoot } from 'react-dom/client';
29
29
  import 'react-intl';
@@ -39,6 +39,7 @@ import 'prop-types';
39
39
  import '@carbon/web-components/es/components/slug/index.js';
40
40
  import '@carbon/web-components/es/components/popover/defs.js';
41
41
  import '@carbon/web-components/es/components/slug/defs.js';
42
+ import '@carbon/web-components/es/components/skeleton-icon/index.js';
42
43
  import '@floating-ui/react';
43
44
  import 'react-dom';
44
45
  import '@carbon/web-components/es/components/slug/slug-action-button.js';
@@ -54,20 +55,6 @@ import '@carbon/web-components/es/components/chat-button/index.js';
54
55
  import '@carbon/web-components/es/components/button/button.js';
55
56
  import '@carbon/web-components/es/components/layer/index.js';
56
57
 
57
- /**
58
- *
59
- * IBM Confidential
60
- *
61
- * (C) Copyright IBM Corp. 2024
62
- *
63
- * The source code for this program is not published or otherwise
64
- * divested of its trade secrets, irrespective of what has been
65
- * deposited with the U. S. Copyright Office
66
- *
67
- * US Government Users Restricted Rights - Use, duplication or
68
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
69
- *
70
- */
71
58
  let ChatContainerInternal = class ChatContainerInternal extends LitElement {
72
59
  firstUpdated() {
73
60
  // Render the React component with any updated properties if necessary
@@ -131,20 +118,6 @@ ChatContainerInternal = __decorate([
131
118
  carbonElement('cds-aichat-internal')
132
119
  ], ChatContainerInternal);
133
120
 
134
- /**
135
- *
136
- * IBM Confidential
137
- *
138
- * (C) Copyright IBM Corp. 2024
139
- *
140
- * The source code for this program is not published or otherwise
141
- * divested of its trade secrets, irrespective of what has been
142
- * deposited with the U. S. Copyright Office
143
- *
144
- * US Government Users Restricted Rights - Use, duplication or
145
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
146
- *
147
- */
148
121
  /**
149
122
  * The cds-aichat-container managing creating slotted elements for user_defined responses and writable elements.
150
123
  * It then passes that slotted content into cds-aichat-internal. That component will boot up the full chat application
@@ -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.7-test-no-cjs
17
-
18
- Built: Feb 26 2025 2:36 pm -05:00
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
  import { __decorate } from 'tslib';
24
24
  import './cds-aichat-container.js';
25
25
  import { LitElement, html } from 'lit';
@@ -40,6 +40,7 @@ import 'prop-types';
40
40
  import '@carbon/web-components/es/components/slug/index.js';
41
41
  import '@carbon/web-components/es/components/popover/defs.js';
42
42
  import '@carbon/web-components/es/components/slug/defs.js';
43
+ import '@carbon/web-components/es/components/skeleton-icon/index.js';
43
44
  import '@floating-ui/react';
44
45
  import 'react-dom';
45
46
  import '@carbon/web-components/es/components/slug/slug-action-button.js';
@@ -55,20 +56,6 @@ import '@carbon/web-components/es/components/chat-button/index.js';
55
56
  import '@carbon/web-components/es/components/button/button.js';
56
57
  import '@carbon/web-components/es/components/layer/index.js';
57
58
 
58
- /**
59
- *
60
- * IBM Confidential
61
- *
62
- * (C) Copyright IBM Corp. 2024
63
- *
64
- * The source code for this program is not published or otherwise
65
- * divested of its trade secrets, irrespective of what has been
66
- * deposited with the U. S. Copyright Office
67
- *
68
- * US Government Users Restricted Rights - Use, duplication or
69
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
70
- *
71
- */
72
59
  /**
73
60
  * cds-aichat-custom-element will is a pass through to cds-aichat-container. It takes any user_defined and writeable element
74
61
  * slotted content and forwards it to cds-aichat-container. It also will setup the custom element with a default viewChange