@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/pt-br2.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 = "Potencializado por IBM watsonx";
24
24
  var ai_slug_description = "O IBM watsonx é desenvolvido com os modelos de IA mais recentes para processar conversas de forma inteligente e fornecer ajuda quando e onde for necessário.";
25
25
  var components_overflow_ariaLabel = "Abrir e fechar a lista de opções";
@@ -195,6 +195,7 @@ var conversationalSearch_streamingIncomplete = "Essa mensagem não foi concluíd
195
195
  var conversationalSearch_viewPDF = "Visualizar PDF";
196
196
  var conversationalSearch_viewSourceDocument = "Visualizar fonte";
197
197
  var conversationalSearch_toggleCitations = "Abrir ou fechar a lista de origens";
198
+ var conversationalSearch_responseStopped = "Resposta interrompida";
198
199
  var launcher_chatNow = "Inicie um bate-papo agora";
199
200
  var iframe_ariaSourceLoaded = "A página da web foi carregada.";
200
201
  var iframe_ariaImageAltText = "Visualizar imagem do painel da página da web.";
@@ -265,6 +266,16 @@ var feedback_defaultPrompt = "Qual foi o critério usado para essa classificaç
265
266
  var feedback_defaultPlaceholder = "Incluir um comentário";
266
267
  var feedback_submitLabel = "Enviar";
267
268
  var feedback_cancelLabel = "Cancelar";
269
+ var input_stopResponse = "Parar resposta";
270
+ var messages_responseStopped = "Resposta interrompida";
271
+ var chainOfThought_stepTitle = "{stepNumber, number}: {stepTitle}";
272
+ var chainOfThought_inputLabel = "Entrada";
273
+ var chainOfThought_outputLabel = "Saída";
274
+ var chainOfThought_toolLabel = "Ferramenta";
275
+ var chainOfThought_statusSucceededLabel = "Bem-sucedido";
276
+ var chainOfThought_statusFailedLabel = "Com falha";
277
+ var chainOfThought_statusProcessingLabel = "Processando";
278
+ var chainOfThought_explainabilityLabel = "Como obtive essa resposta?";
268
279
  var ptBr = {
269
280
  ai_slug_title: ai_slug_title,
270
281
  ai_slug_description: ai_slug_description,
@@ -441,6 +452,7 @@ var ptBr = {
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 ptBr = {
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, ptBr 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, ptBr 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/pt.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) {
@@ -1,39 +1,59 @@
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
-
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
+ *
21
+ */
20
22
 
23
+ import React__default from 'react';
24
+ import ReactDOM from 'react-dom';
25
+ import { u as loadStyles, v as loadStylesWithReset, w as App, x as getVersionLoaded, y as getCDNURL } from './AppContainer.js';
26
+ import 'react-intl';
27
+ import 'tslib';
28
+ import '@carbon/icons-react';
29
+ import 'classnames';
30
+ import '@carbon/react';
31
+ import 'react-redux';
32
+ import 'tabbable';
33
+ import 'lit';
34
+ import 'lit/decorators.js';
35
+ import '@carbon/web-components/es/components/button/index.js';
36
+ import '@carbon/web-components/es/components/overflow-menu/index.js';
37
+ import 'lit/directives/unsafe-html.js';
38
+ import 'prop-types';
39
+ import '@carbon/web-components/es/components/slug/index.js';
40
+ import '@carbon/web-components/es/components/popover/defs.js';
41
+ import '@carbon/web-components/es/components/slug/defs.js';
42
+ import '@carbon/web-components/es/components/skeleton-icon/index.js';
43
+ import '@floating-ui/react';
44
+ import '@carbon/web-components/es/components/slug/slug-action-button.js';
45
+ import '@carbon/web-components/es/components/slug/slug.js';
46
+ import '@carbon/web-components/es/components/inline-loading/index.js';
47
+ import '@carbon/icon-helpers';
48
+ import '@carbon/icons';
49
+ import 'lit/directives/unsafe-svg.js';
50
+ import '@carbon/web-components/es/components/textarea/index.js';
51
+ import '@carbon/web-components/es/components/icon-button/index.js';
52
+ import '@carbon/web-components/es/components/tag/index.js';
53
+ import '@carbon/web-components/es/components/chat-button/index.js';
54
+ import '@carbon/web-components/es/components/button/button.js';
55
+ import '@carbon/web-components/es/components/layer/index.js';
21
56
 
22
- */
23
- /**
24
- *
25
- * IBM Confidential
26
- *
27
- * (C) Copyright IBM Corp. 2024
28
- *
29
- * The source code for this program is not published or otherwise
30
- * divested of its trade secrets, irrespective of what has been
31
- * deposited with the U. S. Copyright Office
32
- *
33
- * US Government Users Restricted Rights - Use, duplication or
34
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
35
- *
36
- */
37
57
  /**
38
58
  * The CDN location for fonts keeps changing and we don't want to make our customers keep changing their CSP or their
39
59
  * CP4D configurations, so we load all fonts from our CDN.
@@ -1033,4 +1053,36 @@ function getFontFace(baseURL) {
1033
1053
  }`;
1034
1054
  }
1035
1055
 
1036
- export { getFontFace };
1056
+ async function loadFontFace(publicConfig) {
1057
+ const versionLoaded = getVersionLoaded(publicConfig);
1058
+ const cdnEndpoint = getCDNURL(publicConfig);
1059
+ const baseURL = `${cdnEndpoint}/versions/${versionLoaded}`;
1060
+ return getFontFace(baseURL);
1061
+ }
1062
+ async function render({ serviceManager }) {
1063
+ const { config } = serviceManager.store.getState();
1064
+ const [applicationStyles, fontStyles] = await Promise.all([
1065
+ config.public.__ibm__?.useShadowRoot ? loadStyles() : loadStylesWithReset(),
1066
+ loadFontFace(config.public),
1067
+ ]);
1068
+ const container = document.createElement('div');
1069
+ serviceManager.container = container;
1070
+ if (serviceManager.customHostElement) {
1071
+ // Set container to grow to size of provided element. We don't do this sooner because "body" might be set to
1072
+ // display: flex;
1073
+ container.setAttribute('style', 'width:100% !important;height:100% !important');
1074
+ // Otherwise append the container to the provided element.
1075
+ serviceManager.customHostElement.appendChild(container);
1076
+ }
1077
+ else {
1078
+ // If an element was not provided, append the container to the body.
1079
+ document.body.appendChild(container);
1080
+ // When attaching the topmost element to the body, we want to make sure it doesn't interfere with the body
1081
+ // by covering anything up so we'll set it to a 0 size. The child elements use position: fixed along with
1082
+ // a size that break out of the container.
1083
+ container.setAttribute('style', 'width:0 !important;height:0 !important');
1084
+ }
1085
+ ReactDOM.render(React__default.createElement(App, { serviceManager: serviceManager, hostElement: serviceManager.customHostElement, applicationStyles: applicationStyles, fontStyles: fontStyles }), container);
1086
+ }
1087
+
1088
+ export { render };
package/dist/es/zh-cn.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/zh-tw.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/zh-tw2.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 採用最新 AI 模型的技術,可智慧地處理交談,並在您可能需要時隨時隨地提供協助。";
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 = "預覽網頁畫面的影像。";
@@ -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 zhTw = {
269
280
  ai_slug_title: ai_slug_title,
270
281
  ai_slug_description: ai_slug_description,
@@ -441,6 +452,7 @@ var zhTw = {
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 zhTw = {
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, zhTw 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, zhTw 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 };