@carbon/ai-chat 0.3.2-1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/docs/carbon-chat.html +1 -1
- package/dist/es/AppContainer.js +2535 -26
- package/dist/es/Carousel.js +3 -8
- package/dist/es/GenesysMessengerServiceDesk.js +3 -8
- package/dist/es/HumanAgentServiceImpl.js +2 -7
- package/dist/es/NiceDFOServiceDesk.js +3 -8
- package/dist/es/PDFViewerContainer.js +3 -8
- package/dist/es/ReactPlayer.js +2 -2
- package/dist/es/SFServiceDesk.js +3 -8
- package/dist/es/ServiceDeskImpl.js +2 -2
- package/dist/es/ZendeskServiceDesk.js +3 -8
- package/dist/es/_node-resolve_empty.js +2 -2
- package/dist/es/aiChatEntry.js +4 -5
- package/dist/es/ar-dz.js +2 -2
- package/dist/es/ar-kw.js +2 -2
- package/dist/es/ar-ly.js +2 -2
- package/dist/es/ar-ma.js +2 -2
- package/dist/es/ar-sa.js +2 -2
- package/dist/es/ar-tn.js +2 -2
- package/dist/es/ar.js +2 -2
- package/dist/es/ar2.js +2 -2
- package/dist/es/cds-aichat-container.js +3 -8
- package/dist/es/cds-aichat-custom-element.js +4 -9
- package/dist/es/cs.js +2 -2
- package/dist/es/cs2.js +2 -2
- package/dist/es/customElement.js +79 -3
- package/dist/es/de-at.js +2 -2
- package/dist/es/de-ch.js +2 -2
- package/dist/es/de.js +2 -2
- package/dist/es/de2.js +2 -2
- package/dist/es/en-au.js +2 -2
- package/dist/es/en-ca.js +2 -2
- package/dist/es/en-gb.js +2 -2
- package/dist/es/en-ie.js +2 -2
- package/dist/es/en-il.js +2 -2
- package/dist/es/en-nz.js +2 -2
- package/dist/es/es-do.js +2 -2
- package/dist/es/es-us.js +2 -2
- package/dist/es/es.js +2 -2
- package/dist/es/es2.js +2 -2
- package/dist/es/export.carbon.js +2 -2
- package/dist/es/export.js +2 -2
- package/dist/es/export.legacy.carbon.js +2 -2
- package/dist/es/export.legacy.js +2 -2
- package/dist/es/fr-ca.js +2 -2
- package/dist/es/fr-ch.js +2 -2
- package/dist/es/fr.js +2 -2
- package/dist/es/fr2.js +2 -2
- package/dist/es/it-ch.js +2 -2
- package/dist/es/it.js +2 -2
- package/dist/es/it2.js +2 -2
- package/dist/es/ja.js +2 -2
- package/dist/es/ja2.js +2 -2
- package/dist/es/ko.js +2 -2
- package/dist/es/ko2.js +2 -2
- package/dist/es/mockServiceDesk.js +2 -7
- package/dist/es/nl.js +2 -2
- package/dist/es/nl2.js +2 -2
- package/dist/es/pt-br.js +2 -2
- package/dist/es/pt-br2.js +2 -2
- package/dist/es/pt.js +2 -2
- package/dist/es/scriptRender.js +4 -9
- package/dist/es/zh-cn.js +2 -2
- package/dist/es/zh-tw.js +2 -2
- package/dist/es/zh-tw2.js +2 -2
- package/dist/es/zh.js +2 -2
- package/package.json +9 -21
package/dist/es/Carousel.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
@@ -25,11 +25,8 @@ import { Button } from '@carbon/react';
|
|
|
25
25
|
import React__default, { forwardRef, useState, useRef, useEffect, useLayoutEffect, createContext } from 'react';
|
|
26
26
|
import { useIntl } from 'react-intl';
|
|
27
27
|
import { useSelector } from 'react-redux';
|
|
28
|
-
import {
|
|
28
|
+
import { a8 as ChatWidthBreakpoint, X as useLanguagePack, a9 as ButtonKindEnum } from './AppContainer.js';
|
|
29
29
|
import './customElement.js';
|
|
30
|
-
import 'tslib';
|
|
31
|
-
import 'classnames';
|
|
32
|
-
import 'tabbable';
|
|
33
30
|
import 'lit';
|
|
34
31
|
import 'lit/decorators.js';
|
|
35
32
|
import '@carbon/web-components/es-custom/components/button/index.js';
|
|
@@ -44,12 +41,10 @@ import 'lit-html/directives/repeat.js';
|
|
|
44
41
|
import '@carbon/web-components/es-custom/components/pagination/index.js';
|
|
45
42
|
import '@carbon/web-components/es-custom/components/select/index.js';
|
|
46
43
|
import '@carbon/web-components/es-custom/components/data-table/table-skeleton.js';
|
|
47
|
-
import 'prop-types';
|
|
48
44
|
import '@carbon/web-components/es-custom/components/slug/index.js';
|
|
49
45
|
import '@carbon/web-components/es-custom/components/ai-label/defs.js';
|
|
50
46
|
import '@carbon/web-components/es-custom/components/popover/defs.js';
|
|
51
47
|
import '@carbon/web-components/es-custom/components/skeleton-icon/index.js';
|
|
52
|
-
import '@floating-ui/react';
|
|
53
48
|
import 'react-dom';
|
|
54
49
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label-action-button.js';
|
|
55
50
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label.js';
|
|
@@ -13,24 +13,21 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
import { f as debugLog,
|
|
23
|
+
import { f as debugLog, ab as isConnectToAgent, af as getSummaryMessages, ag as asyncForEach, S as assertType, ac as isEmptyObject, j as consoleError, an as loadScript, r as resolveOrTimeout } from './AppContainer.js';
|
|
24
24
|
import { j as MessageResponseTypes, d as ButtonItemKind, b as ButtonItemType, E as ErrorType, S as ScreenShareState } from './customElement.js';
|
|
25
25
|
import { S as ServiceDeskImpl } from './ServiceDeskImpl.js';
|
|
26
26
|
import 'react';
|
|
27
27
|
import 'react-intl';
|
|
28
|
-
import 'tslib';
|
|
29
28
|
import '@carbon/icons-react';
|
|
30
|
-
import 'classnames';
|
|
31
29
|
import '@carbon/react';
|
|
32
30
|
import 'react-redux';
|
|
33
|
-
import 'tabbable';
|
|
34
31
|
import 'lit';
|
|
35
32
|
import 'lit/decorators.js';
|
|
36
33
|
import '@carbon/web-components/es-custom/components/button/index.js';
|
|
@@ -45,12 +42,10 @@ import 'lit-html/directives/repeat.js';
|
|
|
45
42
|
import '@carbon/web-components/es-custom/components/pagination/index.js';
|
|
46
43
|
import '@carbon/web-components/es-custom/components/select/index.js';
|
|
47
44
|
import '@carbon/web-components/es-custom/components/data-table/table-skeleton.js';
|
|
48
|
-
import 'prop-types';
|
|
49
45
|
import '@carbon/web-components/es-custom/components/slug/index.js';
|
|
50
46
|
import '@carbon/web-components/es-custom/components/ai-label/defs.js';
|
|
51
47
|
import '@carbon/web-components/es-custom/components/popover/defs.js';
|
|
52
48
|
import '@carbon/web-components/es-custom/components/skeleton-icon/index.js';
|
|
53
|
-
import '@floating-ui/react';
|
|
54
49
|
import 'react-dom';
|
|
55
50
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label-action-button.js';
|
|
56
51
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label.js';
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
@@ -24,12 +24,9 @@ import { e as cloneDeep, f as debugLog, B as BuiltInServiceDesk, h as getRegionH
|
|
|
24
24
|
import { E as ErrorType, S as ScreenShareState, a as AgentsOnlineStatus, A as AgentMessageType, i as FileStatusValue } from './customElement.js';
|
|
25
25
|
import 'react';
|
|
26
26
|
import 'react-intl';
|
|
27
|
-
import 'tslib';
|
|
28
27
|
import '@carbon/icons-react';
|
|
29
|
-
import 'classnames';
|
|
30
28
|
import '@carbon/react';
|
|
31
29
|
import 'react-redux';
|
|
32
|
-
import 'tabbable';
|
|
33
30
|
import 'lit';
|
|
34
31
|
import 'lit/decorators.js';
|
|
35
32
|
import '@carbon/web-components/es-custom/components/button/index.js';
|
|
@@ -44,12 +41,10 @@ import 'lit-html/directives/repeat.js';
|
|
|
44
41
|
import '@carbon/web-components/es-custom/components/pagination/index.js';
|
|
45
42
|
import '@carbon/web-components/es-custom/components/select/index.js';
|
|
46
43
|
import '@carbon/web-components/es-custom/components/data-table/table-skeleton.js';
|
|
47
|
-
import 'prop-types';
|
|
48
44
|
import '@carbon/web-components/es-custom/components/slug/index.js';
|
|
49
45
|
import '@carbon/web-components/es-custom/components/ai-label/defs.js';
|
|
50
46
|
import '@carbon/web-components/es-custom/components/popover/defs.js';
|
|
51
47
|
import '@carbon/web-components/es-custom/components/skeleton-icon/index.js';
|
|
52
|
-
import '@floating-ui/react';
|
|
53
48
|
import 'react-dom';
|
|
54
49
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label-action-button.js';
|
|
55
50
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label.js';
|
|
@@ -13,24 +13,21 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
import { W as commonjsGlobal, T as getDefaultExportFromCjs, f as debugLog,
|
|
23
|
+
import { W as commonjsGlobal, T as getDefaultExportFromCjs, f as debugLog, ak as ANONYMOUS_USER_ID_PREFIX, al as uuid, am as UUIDType, r as resolveOrTimeout, j as consoleError, ab as isConnectToAgent, O as resolvablePromise, af as getSummaryMessages, S as assertType } from './AppContainer.js';
|
|
24
24
|
import { j as MessageResponseTypes, d as ButtonItemKind, b as ButtonItemType, E as ErrorType } from './customElement.js';
|
|
25
25
|
import { S as ServiceDeskImpl } from './ServiceDeskImpl.js';
|
|
26
26
|
import 'react';
|
|
27
27
|
import 'react-intl';
|
|
28
|
-
import 'tslib';
|
|
29
28
|
import '@carbon/icons-react';
|
|
30
|
-
import 'classnames';
|
|
31
29
|
import '@carbon/react';
|
|
32
30
|
import 'react-redux';
|
|
33
|
-
import 'tabbable';
|
|
34
31
|
import 'lit';
|
|
35
32
|
import 'lit/decorators.js';
|
|
36
33
|
import '@carbon/web-components/es-custom/components/button/index.js';
|
|
@@ -45,12 +42,10 @@ import 'lit-html/directives/repeat.js';
|
|
|
45
42
|
import '@carbon/web-components/es-custom/components/pagination/index.js';
|
|
46
43
|
import '@carbon/web-components/es-custom/components/select/index.js';
|
|
47
44
|
import '@carbon/web-components/es-custom/components/data-table/table-skeleton.js';
|
|
48
|
-
import 'prop-types';
|
|
49
45
|
import '@carbon/web-components/es-custom/components/slug/index.js';
|
|
50
46
|
import '@carbon/web-components/es-custom/components/ai-label/defs.js';
|
|
51
47
|
import '@carbon/web-components/es-custom/components/popover/defs.js';
|
|
52
48
|
import '@carbon/web-components/es-custom/components/skeleton-icon/index.js';
|
|
53
|
-
import '@floating-ui/react';
|
|
54
49
|
import 'react-dom';
|
|
55
50
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label-action-button.js';
|
|
56
51
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label.js';
|
|
@@ -13,23 +13,20 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
23
|
import { Button as Button$1, TextInput, OverflowMenu, OverflowMenuItem, Loading } from '@carbon/react';
|
|
24
|
-
import { X as useLanguagePack, Y as
|
|
24
|
+
import { X as useLanguagePack, Y as cx, Z as ButtonSizeEnum, _ as isEnterKey, $ as doFocusRef, a0 as useServiceManager, a1 as useCounter, a2 as useWindowSize, a3 as IS_JEST, a4 as parseTextDirective, a5 as ModalPortal, a6 as FocusTrap, c as consoleWarn, a7 as MountChildrenOnDelay } from './AppContainer.js';
|
|
25
25
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
26
26
|
import { Search, ChevronLeft, ChevronRight, Close, ChevronUp, ChevronDown, ZoomIn, ZoomOut, ZoomReset, Download } from '@carbon/icons-react';
|
|
27
|
-
import cx from 'classnames';
|
|
28
27
|
import { FormattedMessage } from 'react-intl';
|
|
29
28
|
import './customElement.js';
|
|
30
|
-
import 'tslib';
|
|
31
29
|
import 'react-redux';
|
|
32
|
-
import 'tabbable';
|
|
33
30
|
import 'lit';
|
|
34
31
|
import 'lit/decorators.js';
|
|
35
32
|
import '@carbon/web-components/es-custom/components/button/index.js';
|
|
@@ -44,12 +41,10 @@ import 'lit-html/directives/repeat.js';
|
|
|
44
41
|
import '@carbon/web-components/es-custom/components/pagination/index.js';
|
|
45
42
|
import '@carbon/web-components/es-custom/components/select/index.js';
|
|
46
43
|
import '@carbon/web-components/es-custom/components/data-table/table-skeleton.js';
|
|
47
|
-
import 'prop-types';
|
|
48
44
|
import '@carbon/web-components/es-custom/components/slug/index.js';
|
|
49
45
|
import '@carbon/web-components/es-custom/components/ai-label/defs.js';
|
|
50
46
|
import '@carbon/web-components/es-custom/components/popover/defs.js';
|
|
51
47
|
import '@carbon/web-components/es-custom/components/skeleton-icon/index.js';
|
|
52
|
-
import '@floating-ui/react';
|
|
53
48
|
import 'react-dom';
|
|
54
49
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label-action-button.js';
|
|
55
50
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label.js';
|
package/dist/es/ReactPlayer.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
package/dist/es/SFServiceDesk.js
CHANGED
|
@@ -13,24 +13,21 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
import { f as debugLog,
|
|
23
|
+
import { f as debugLog, ab as isConnectToAgent, e as cloneDeep, c as consoleWarn, ad as isEnableDebugLog, ae as mergeNoArrays, af as getSummaryMessages, ag as asyncForEach, j as consoleError, ah as safeFetchText, ai as pushAll, J as createMessageResponseForText, aj as StatusCodes, R as sleep, p as createMessageRequestForText } from './AppContainer.js';
|
|
24
24
|
import { E as ErrorType, A as AgentMessageType } from './customElement.js';
|
|
25
25
|
import { S as ServiceDeskImpl } from './ServiceDeskImpl.js';
|
|
26
26
|
import 'react';
|
|
27
27
|
import 'react-intl';
|
|
28
|
-
import 'tslib';
|
|
29
28
|
import '@carbon/icons-react';
|
|
30
|
-
import 'classnames';
|
|
31
29
|
import '@carbon/react';
|
|
32
30
|
import 'react-redux';
|
|
33
|
-
import 'tabbable';
|
|
34
31
|
import 'lit';
|
|
35
32
|
import 'lit/decorators.js';
|
|
36
33
|
import '@carbon/web-components/es-custom/components/button/index.js';
|
|
@@ -45,12 +42,10 @@ import 'lit-html/directives/repeat.js';
|
|
|
45
42
|
import '@carbon/web-components/es-custom/components/pagination/index.js';
|
|
46
43
|
import '@carbon/web-components/es-custom/components/select/index.js';
|
|
47
44
|
import '@carbon/web-components/es-custom/components/data-table/table-skeleton.js';
|
|
48
|
-
import 'prop-types';
|
|
49
45
|
import '@carbon/web-components/es-custom/components/slug/index.js';
|
|
50
46
|
import '@carbon/web-components/es-custom/components/ai-label/defs.js';
|
|
51
47
|
import '@carbon/web-components/es-custom/components/popover/defs.js';
|
|
52
48
|
import '@carbon/web-components/es-custom/components/skeleton-icon/index.js';
|
|
53
|
-
import '@floating-ui/react';
|
|
54
49
|
import 'react-dom';
|
|
55
50
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label-action-button.js';
|
|
56
51
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label.js';
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
@@ -13,24 +13,21 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
import {
|
|
23
|
+
import { aa as WA_CONSOLE_PREFIX, ab as isConnectToAgent, ac as isEmptyObject, J as createMessageResponseForText, j as consoleError, R as sleep } from './AppContainer.js';
|
|
24
24
|
import { E as ErrorType, j as MessageResponseTypes } from './customElement.js';
|
|
25
25
|
import { S as ServiceDeskImpl } from './ServiceDeskImpl.js';
|
|
26
26
|
import 'react';
|
|
27
27
|
import 'react-intl';
|
|
28
|
-
import 'tslib';
|
|
29
28
|
import '@carbon/icons-react';
|
|
30
|
-
import 'classnames';
|
|
31
29
|
import '@carbon/react';
|
|
32
30
|
import 'react-redux';
|
|
33
|
-
import 'tabbable';
|
|
34
31
|
import 'lit';
|
|
35
32
|
import 'lit/decorators.js';
|
|
36
33
|
import '@carbon/web-components/es-custom/components/button/index.js';
|
|
@@ -45,12 +42,10 @@ import 'lit-html/directives/repeat.js';
|
|
|
45
42
|
import '@carbon/web-components/es-custom/components/pagination/index.js';
|
|
46
43
|
import '@carbon/web-components/es-custom/components/select/index.js';
|
|
47
44
|
import '@carbon/web-components/es-custom/components/data-table/table-skeleton.js';
|
|
48
|
-
import 'prop-types';
|
|
49
45
|
import '@carbon/web-components/es-custom/components/slug/index.js';
|
|
50
46
|
import '@carbon/web-components/es-custom/components/ai-label/defs.js';
|
|
51
47
|
import '@carbon/web-components/es-custom/components/popover/defs.js';
|
|
52
48
|
import '@carbon/web-components/es-custom/components/skeleton-icon/index.js';
|
|
53
|
-
import '@floating-ui/react';
|
|
54
49
|
import 'react-dom';
|
|
55
50
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label-action-button.js';
|
|
56
51
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label.js';
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
package/dist/es/aiChatEntry.js
CHANGED
|
@@ -13,16 +13,15 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
import {
|
|
23
|
+
import { _ as __decorate, o, c as carbonElement, u as useOnMount } from './customElement.js';
|
|
24
24
|
export { A as AgentMessageType, a as AgentsOnlineStatus, B as BusEventType, d as ButtonItemKind, b as ButtonItemType, C as CarbonTheme, e as CatastrophicErrorType, f as ChainOfThoughtStepStatus, q as ChatHeaderObjectType, g as CornersType, h as CustomEventType, E as ErrorType, F as FeedbackInteractionType, i as FileStatusValue, H as HomeScreenBackgroundType, I as IFrameItemDisplayOption, L as LauncherType, M as MessageInputType, j as MessageResponseTypes, k as MessageSendSource, l as MinimizeButtonIconType, O as OnErrorType, m as OptionItemPreference, S as ScreenShareState, T as TourEndReason, n as TourStartReason, V as ViewChangeReason, p as ViewType, r as WidthOptions, W as WriteableElementName } from './customElement.js';
|
|
25
|
-
import { __decorate } from 'tslib';
|
|
26
25
|
import { LitElement, css } from 'lit';
|
|
27
26
|
import React__default, { useRef, useState, useEffect, useCallback, useMemo } from 'react';
|
|
28
27
|
import { createPortal } from 'react-dom';
|
|
@@ -73,7 +72,7 @@ function ChatContainer({ onBeforeRender, onAfterRender, config, renderUserDefine
|
|
|
73
72
|
if (typeof window === 'undefined' || typeof document === 'undefined') {
|
|
74
73
|
return;
|
|
75
74
|
}
|
|
76
|
-
import('./AppContainer.js').then(function (n) { return n.
|
|
75
|
+
import('./AppContainer.js').then(function (n) { return n.ao; }).then(appContainer => {
|
|
77
76
|
setAppContainerComponent(() => appContainer.AppContainer);
|
|
78
77
|
});
|
|
79
78
|
});
|
package/dist/es/ar-dz.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
package/dist/es/ar-kw.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
package/dist/es/ar-ly.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
package/dist/es/ar-ma.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
package/dist/es/ar-sa.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
package/dist/es/ar-tn.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
package/dist/es/ar.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
package/dist/es/ar2.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
@@ -13,26 +13,23 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
import { __decorate } from '
|
|
23
|
+
import { _ as __decorate, c as carbonElement } from './customElement.js';
|
|
24
24
|
import { LitElement, html } from 'lit';
|
|
25
25
|
import { property, state } from 'lit/decorators.js';
|
|
26
26
|
import { i as isEqual, c as consoleWarn, A as AppContainerExport } from './AppContainer.js';
|
|
27
27
|
import React__default from 'react';
|
|
28
28
|
import { createRoot } from 'react-dom/client';
|
|
29
|
-
import { c as carbonElement } from './customElement.js';
|
|
30
29
|
import 'react-intl';
|
|
31
30
|
import '@carbon/icons-react';
|
|
32
|
-
import 'classnames';
|
|
33
31
|
import '@carbon/react';
|
|
34
32
|
import 'react-redux';
|
|
35
|
-
import 'tabbable';
|
|
36
33
|
import '@carbon/web-components/es-custom/components/button/index.js';
|
|
37
34
|
import '@carbon/web-components/es-custom/components/overflow-menu/index.js';
|
|
38
35
|
import 'lit/directives/unsafe-html.js';
|
|
@@ -45,12 +42,10 @@ import 'lit-html/directives/repeat.js';
|
|
|
45
42
|
import '@carbon/web-components/es-custom/components/pagination/index.js';
|
|
46
43
|
import '@carbon/web-components/es-custom/components/select/index.js';
|
|
47
44
|
import '@carbon/web-components/es-custom/components/data-table/table-skeleton.js';
|
|
48
|
-
import 'prop-types';
|
|
49
45
|
import '@carbon/web-components/es-custom/components/slug/index.js';
|
|
50
46
|
import '@carbon/web-components/es-custom/components/ai-label/defs.js';
|
|
51
47
|
import '@carbon/web-components/es-custom/components/popover/defs.js';
|
|
52
48
|
import '@carbon/web-components/es-custom/components/skeleton-icon/index.js';
|
|
53
|
-
import '@floating-ui/react';
|
|
54
49
|
import 'react-dom';
|
|
55
50
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label-action-button.js';
|
|
56
51
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label.js';
|
|
@@ -13,26 +13,23 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
import { __decorate } from '
|
|
23
|
+
import { _ as __decorate, c as carbonElement } from './customElement.js';
|
|
24
24
|
import './cds-aichat-container.js';
|
|
25
25
|
import { LitElement, html } from 'lit';
|
|
26
26
|
import { property, state } from 'lit/decorators.js';
|
|
27
|
-
import { c as carbonElement } from './customElement.js';
|
|
28
|
-
import './AppContainer.js';
|
|
29
27
|
import 'react';
|
|
28
|
+
import './AppContainer.js';
|
|
30
29
|
import 'react-intl';
|
|
31
30
|
import '@carbon/icons-react';
|
|
32
|
-
import 'classnames';
|
|
33
31
|
import '@carbon/react';
|
|
34
32
|
import 'react-redux';
|
|
35
|
-
import 'tabbable';
|
|
36
33
|
import '@carbon/web-components/es-custom/components/button/index.js';
|
|
37
34
|
import '@carbon/web-components/es-custom/components/overflow-menu/index.js';
|
|
38
35
|
import 'lit/directives/unsafe-html.js';
|
|
@@ -45,12 +42,10 @@ import 'lit-html/directives/repeat.js';
|
|
|
45
42
|
import '@carbon/web-components/es-custom/components/pagination/index.js';
|
|
46
43
|
import '@carbon/web-components/es-custom/components/select/index.js';
|
|
47
44
|
import '@carbon/web-components/es-custom/components/data-table/table-skeleton.js';
|
|
48
|
-
import 'prop-types';
|
|
49
45
|
import '@carbon/web-components/es-custom/components/slug/index.js';
|
|
50
46
|
import '@carbon/web-components/es-custom/components/ai-label/defs.js';
|
|
51
47
|
import '@carbon/web-components/es-custom/components/popover/defs.js';
|
|
52
48
|
import '@carbon/web-components/es-custom/components/skeleton-icon/index.js';
|
|
53
|
-
import '@floating-ui/react';
|
|
54
49
|
import 'react-dom';
|
|
55
50
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label-action-button.js';
|
|
56
51
|
import '@carbon/web-components/es-custom/components/ai-label/ai-label.js';
|
package/dist/es/cs.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|
package/dist/es/cs2.js
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
* or implied. See the License for the specific language governing permissions and limitations under
|
|
14
14
|
* the License.
|
|
15
15
|
*
|
|
16
|
-
* @carbon/ai-chat 0.3.2
|
|
16
|
+
* @carbon/ai-chat 0.3.2
|
|
17
17
|
*
|
|
18
|
-
* Built: Jun
|
|
18
|
+
* Built: Jun 11 2025 1:30 pm -04:00
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
*/
|