@botonic/react 0.31.0-alpha.0 → 0.31.0-alpha.1
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/lib/cjs/components/audio.d.ts +1 -1
- package/lib/cjs/components/custom-message.d.ts +2 -2
- package/lib/cjs/components/document.d.ts +1 -1
- package/lib/cjs/components/handoff.d.ts +1 -1
- package/lib/cjs/components/image.d.ts +1 -1
- package/lib/cjs/components/message/message-feedback.d.ts +1 -1
- package/lib/cjs/components/message/message-footer.d.ts +1 -1
- package/lib/cjs/components/message/timestamps.d.ts +1 -1
- package/lib/cjs/components/multichannel/multichannel-button.d.ts +1 -1
- package/lib/cjs/components/multichannel/multichannel-reply.d.ts +1 -1
- package/lib/cjs/components/multichannel/multichannel-text.d.ts +1 -1
- package/lib/cjs/components/raw.d.ts +1 -1
- package/lib/cjs/components/text.d.ts +1 -1
- package/lib/cjs/components/video.d.ts +1 -1
- package/lib/cjs/react-bot.d.ts +1 -1
- package/lib/cjs/util/error-boundary.d.ts +1 -1
- package/lib/cjs/util/react.d.ts +1 -1
- package/lib/cjs/webchat/chat-area/index.d.ts +1 -1
- package/lib/cjs/webchat/components/common.d.ts +1 -1
- package/lib/cjs/webchat/components/conditional-animation.d.ts +1 -1
- package/lib/cjs/webchat/components/opened-persistent-menu.d.ts +1 -1
- package/lib/cjs/webchat/header.d.ts +1 -1
- package/lib/cjs/webchat/input-panel/attachment.d.ts +1 -1
- package/lib/cjs/webchat/input-panel/emoji-picker.d.ts +1 -1
- package/lib/cjs/webchat/input-panel/index.d.ts +1 -1
- package/lib/cjs/webchat/input-panel/opened-emoji-picker.d.ts +1 -1
- package/lib/cjs/webchat/input-panel/persistent-menu.d.ts +1 -1
- package/lib/cjs/webchat/input-panel/send-button.d.ts +1 -1
- package/lib/cjs/webchat/input-panel/textarea.d.ts +1 -1
- package/lib/cjs/webchat/message-list/index.d.ts +1 -1
- package/lib/cjs/webchat/message-list/intro-message.d.ts +1 -1
- package/lib/cjs/webchat/message-list/scroll-button.d.ts +1 -0
- package/lib/cjs/webchat/replies.d.ts +1 -1
- package/lib/cjs/webchat/session-view.d.ts +1 -1
- package/lib/cjs/webchat/session-view.js +2 -2
- package/lib/cjs/webchat/session-view.js.map +1 -1
- package/lib/cjs/webchat/trigger-button/index.d.ts +1 -0
- package/lib/cjs/webchat/typing-indicator/index.d.ts +1 -1
- package/lib/cjs/webchat/webchat-dev.d.ts +2 -2
- package/lib/cjs/webchat/webview.d.ts +2 -2
- package/lib/cjs/webchat-app.d.ts +1 -1
- package/lib/esm/components/audio.d.ts +1 -1
- package/lib/esm/components/custom-message.d.ts +2 -2
- package/lib/esm/components/document.d.ts +1 -1
- package/lib/esm/components/handoff.d.ts +1 -1
- package/lib/esm/components/image.d.ts +1 -1
- package/lib/esm/components/message/message-feedback.d.ts +1 -1
- package/lib/esm/components/message/message-footer.d.ts +1 -1
- package/lib/esm/components/message/timestamps.d.ts +1 -1
- package/lib/esm/components/multichannel/multichannel-button.d.ts +1 -1
- package/lib/esm/components/multichannel/multichannel-reply.d.ts +1 -1
- package/lib/esm/components/multichannel/multichannel-text.d.ts +1 -1
- package/lib/esm/components/raw.d.ts +1 -1
- package/lib/esm/components/text.d.ts +1 -1
- package/lib/esm/components/video.d.ts +1 -1
- package/lib/esm/react-bot.d.ts +1 -1
- package/lib/esm/util/error-boundary.d.ts +1 -1
- package/lib/esm/util/react.d.ts +1 -1
- package/lib/esm/webchat/chat-area/index.d.ts +1 -1
- package/lib/esm/webchat/components/common.d.ts +1 -1
- package/lib/esm/webchat/components/conditional-animation.d.ts +1 -1
- package/lib/esm/webchat/components/opened-persistent-menu.d.ts +1 -1
- package/lib/esm/webchat/header.d.ts +1 -1
- package/lib/esm/webchat/input-panel/attachment.d.ts +1 -1
- package/lib/esm/webchat/input-panel/emoji-picker.d.ts +1 -1
- package/lib/esm/webchat/input-panel/index.d.ts +1 -1
- package/lib/esm/webchat/input-panel/opened-emoji-picker.d.ts +1 -1
- package/lib/esm/webchat/input-panel/persistent-menu.d.ts +1 -1
- package/lib/esm/webchat/input-panel/send-button.d.ts +1 -1
- package/lib/esm/webchat/input-panel/textarea.d.ts +1 -1
- package/lib/esm/webchat/message-list/index.d.ts +1 -1
- package/lib/esm/webchat/message-list/intro-message.d.ts +1 -1
- package/lib/esm/webchat/message-list/scroll-button.d.ts +1 -0
- package/lib/esm/webchat/replies.d.ts +1 -1
- package/lib/esm/webchat/session-view.d.ts +1 -1
- package/lib/esm/webchat/session-view.js +1 -1
- package/lib/esm/webchat/session-view.js.map +1 -1
- package/lib/esm/webchat/trigger-button/index.d.ts +1 -0
- package/lib/esm/webchat/typing-indicator/index.d.ts +1 -1
- package/lib/esm/webchat/webchat-dev.d.ts +2 -2
- package/lib/esm/webchat/webview.d.ts +2 -2
- package/lib/esm/webchat-app.d.ts +1 -1
- package/package.json +15 -15
- package/src/webchat/session-view.jsx +1 -1
|
@@ -6,7 +6,7 @@ export function customMessage({ name, component: CustomMessageComponent, default
|
|
|
6
6
|
children: any;
|
|
7
7
|
}) => any) | undefined;
|
|
8
8
|
}): {
|
|
9
|
-
(props: any): JSX.Element;
|
|
9
|
+
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
customTypeName: any;
|
|
11
|
-
deserialize(msg: any): JSX.Element;
|
|
11
|
+
deserialize(msg: any): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function Handoff(props: any): JSX.Element;
|
|
1
|
+
export function Handoff(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,5 +3,5 @@ interface RatingProps {
|
|
|
3
3
|
inferenceId?: string;
|
|
4
4
|
messageId: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const MessageFeedback: ({ botInteractionId, inferenceId, messageId, }: RatingProps) => JSX.Element;
|
|
6
|
+
export declare const MessageFeedback: ({ botInteractionId, inferenceId, messageId, }: RatingProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -7,5 +7,5 @@ interface MessageFooterProps {
|
|
|
7
7
|
inferenceId?: string;
|
|
8
8
|
botInteractionId?: string;
|
|
9
9
|
}
|
|
10
|
-
export declare const MessageFooter: ({ enabletimestamps, messageJSON, sentBy, feedbackEnabled, inferenceId, botInteractionId, }: MessageFooterProps) => JSX.Element;
|
|
10
|
+
export declare const MessageFooter: ({ enabletimestamps, messageJSON, sentBy, feedbackEnabled, inferenceId, botInteractionId, }: MessageFooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -9,5 +9,5 @@ interface MessageTimestampProps {
|
|
|
9
9
|
style: Record<string, unknown>;
|
|
10
10
|
sentBy: SENDERS;
|
|
11
11
|
}
|
|
12
|
-
export declare const MessageTimestamp: ({ timestamp, style, sentBy, }: MessageTimestampProps) => JSX.Element;
|
|
12
|
+
export declare const MessageTimestamp: ({ timestamp, style, sentBy, }: MessageTimestampProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function MultichannelButton(props: any): string | JSX.Element;
|
|
1
|
+
export function MultichannelButton(props: any): string | import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function MultichannelReply(props: any): string | JSX.Element | null;
|
|
1
|
+
export function MultichannelReply(props: any): string | import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function MultichannelText(props: any): never[] | JSX.Element;
|
|
1
|
+
export function MultichannelText(props: any): never[] | import("react/jsx-runtime").JSX.Element;
|
package/lib/cjs/react-bot.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export function createErrorBoundary({ errorComponent, }?: {
|
|
2
2
|
errorComponent?: (({ errorMessage }: {
|
|
3
3
|
errorMessage: any;
|
|
4
|
-
}) => JSX.Element) | undefined;
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element) | undefined;
|
|
5
5
|
}): ({ children }: {
|
|
6
6
|
children: any;
|
|
7
7
|
}) => any;
|
package/lib/cjs/util/react.d.ts
CHANGED
|
@@ -8,5 +8,5 @@ export function ConditionalWrapper({ condition, wrapper, children }: {
|
|
|
8
8
|
children: any;
|
|
9
9
|
}): any;
|
|
10
10
|
export function mapObjectNonBooleanValues(obj: any): any;
|
|
11
|
-
export function hasComplexChildren(element: any):
|
|
11
|
+
export function hasComplexChildren(element: any): boolean;
|
|
12
12
|
export function deepMapWithIndex(children: any, deepMapFn: any): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ChatArea: () => JSX.Element;
|
|
1
|
+
export declare const ChatArea: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function Icon(props: any): JSX.Element;
|
|
1
|
+
export function Icon(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function ConditionalAnimation(props: any): JSX.Element;
|
|
1
|
+
export function ConditionalAnimation(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,5 +3,5 @@ interface AttachmentProps {
|
|
|
3
3
|
enableAttachments: boolean;
|
|
4
4
|
onChange: (event: any) => void;
|
|
5
5
|
}
|
|
6
|
-
export declare const Attachment: ({ accept, enableAttachments, onChange, }: AttachmentProps) => JSX.Element;
|
|
6
|
+
export declare const Attachment: ({ accept, enableAttachments, onChange, }: AttachmentProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -2,5 +2,5 @@ interface EmojiPickerProps {
|
|
|
2
2
|
enableEmojiPicker: boolean;
|
|
3
3
|
onClick: () => void;
|
|
4
4
|
}
|
|
5
|
-
export declare const EmojiPicker: ({ enableEmojiPicker, onClick, }: EmojiPickerProps) => JSX.Element;
|
|
5
|
+
export declare const EmojiPicker: ({ enableEmojiPicker, onClick, }: EmojiPickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -8,5 +8,5 @@ interface InputPanelProps {
|
|
|
8
8
|
host: HTMLElement;
|
|
9
9
|
onUserInput?: (event: any) => Promise<void>;
|
|
10
10
|
}
|
|
11
|
-
export declare const InputPanel: ({ persistentMenu, enableEmojiPicker, enableAttachments, handleAttachment, textareaRef, host, onUserInput, }: InputPanelProps) => JSX.Element;
|
|
11
|
+
export declare const InputPanel: ({ persistentMenu, enableEmojiPicker, enableAttachments, handleAttachment, textareaRef, host, onUserInput, }: InputPanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -2,5 +2,5 @@ interface OpenedEmojiPickerProps {
|
|
|
2
2
|
onClick: () => void;
|
|
3
3
|
onEmojiClick: (event: any) => void;
|
|
4
4
|
}
|
|
5
|
-
export declare const OpenedEmojiPicker: ({ onClick, onEmojiClick, }: OpenedEmojiPickerProps) => JSX.Element;
|
|
5
|
+
export declare const OpenedEmojiPicker: ({ onClick, onEmojiClick, }: OpenedEmojiPickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -2,5 +2,5 @@ interface PersistentMenuProps {
|
|
|
2
2
|
persistentMenu: any;
|
|
3
3
|
onClick: () => void;
|
|
4
4
|
}
|
|
5
|
-
export declare const PersistentMenu: ({ onClick, persistentMenu, }: PersistentMenuProps) => JSX.Element;
|
|
5
|
+
export declare const PersistentMenu: ({ onClick, persistentMenu, }: PersistentMenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -7,5 +7,5 @@ interface TextareaProps {
|
|
|
7
7
|
sendChatEvent: (event: string) => Promise<void>;
|
|
8
8
|
sendTextAreaText: () => Promise<void>;
|
|
9
9
|
}
|
|
10
|
-
export declare const Textarea: ({ host, persistentMenu, textareaRef, sendChatEvent, sendTextAreaText, }: TextareaProps) => JSX.Element;
|
|
10
|
+
export declare const Textarea: ({ host, persistentMenu, textareaRef, sendChatEvent, sendTextAreaText, }: TextareaProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const WebchatMessageList: () => JSX.Element;
|
|
1
|
+
export declare const WebchatMessageList: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const IntroMessage: () => JSX.Element | null;
|
|
1
|
+
export declare const IntroMessage: () => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function WebchatReplies(props: any): JSX.Element;
|
|
1
|
+
export function WebchatReplies(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function SessionView(props: any): JSX.Element;
|
|
1
|
+
export function SessionView(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -4,7 +4,7 @@ exports.SessionView = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
6
|
const react_1 = tslib_1.__importDefault(require("react"));
|
|
7
|
-
const react_json_tree_1 =
|
|
7
|
+
const react_json_tree_1 = require("react-json-tree");
|
|
8
8
|
const styled_components_1 = tslib_1.__importDefault(require("styled-components"));
|
|
9
9
|
const constants_1 = require("../constants");
|
|
10
10
|
const hooks_1 = require("./hooks");
|
|
@@ -95,7 +95,7 @@ const SessionView = props => {
|
|
|
95
95
|
? `[${input.type}] ${input.data || ''}`
|
|
96
96
|
: '' }), (0, jsx_runtime_1.jsx)(SessionViewAttribute, { label: 'PAYLOAD:', value: input.payload }), (0, jsx_runtime_1.jsx)(SessionViewAttribute, { label: 'INTENT:', value: input.intent
|
|
97
97
|
? `${input.intent} (${(input.confidence * 100).toFixed(1)}%)`
|
|
98
|
-
: '' }), (0, jsx_runtime_1.jsx)(SessionViewAttribute, { label: 'PATH:', value: lastRoutePath ? `/${lastRoutePath}` : '/' }), (0, jsx_runtime_1.jsx)(SessionViewAttribute, { label: 'SESSION:' }), (0, jsx_runtime_1.jsx)(SessionContainer, { children: (0, jsx_runtime_1.jsx)(react_json_tree_1.
|
|
98
|
+
: '' }), (0, jsx_runtime_1.jsx)(SessionViewAttribute, { label: 'PATH:', value: lastRoutePath ? `/${lastRoutePath}` : '/' }), (0, jsx_runtime_1.jsx)(SessionViewAttribute, { label: 'SESSION:' }), (0, jsx_runtime_1.jsx)(SessionContainer, { children: (0, jsx_runtime_1.jsx)(react_json_tree_1.JSONTree, { data: session, hideRoot: true }) }), (0, jsx_runtime_1.jsx)(KeepSessionContainer, { children: (0, jsx_runtime_1.jsxs)("label", { children: [(0, jsx_runtime_1.jsx)("input", { type: 'checkbox', name: 'toggleKeepSessionOnReload', checked: Boolean(webchatState.devSettings.keepSessionOnReload), onChange: toggleKeepSessionOnReload }), "Keep session on reload"] }) })] })] })));
|
|
99
99
|
};
|
|
100
100
|
exports.SessionView = SessionView;
|
|
101
101
|
//# sourceMappingURL=session-view.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session-view.js","sourceRoot":"","sources":["../../../src/webchat/session-view.jsx"],"names":[],"mappings":";;;;;AAAA,0DAAyB;AACzB,
|
|
1
|
+
{"version":3,"file":"session-view.js","sourceRoot":"","sources":["../../../src/webchat/session-view.jsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const TypingIndicator: () => JSX.Element;
|
|
1
|
+
export declare const TypingIndicator: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,6 +2,6 @@ export const DebugTab: import("styled-components").StyledComponent<"div", any, {
|
|
|
2
2
|
export function DebugTabPortal({ webchatHooks, ...props }: {
|
|
3
3
|
[x: string]: any;
|
|
4
4
|
webchatHooks: any;
|
|
5
|
-
}):
|
|
5
|
+
}): React.ReactPortal;
|
|
6
6
|
export const WebchatDev: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
7
|
-
import
|
|
7
|
+
import React from "react";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function WebviewHeader(): JSX.Element;
|
|
2
|
-
export function WebviewContainer(props: any): JSX.Element;
|
|
1
|
+
export function WebviewHeader(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export function WebviewContainer(props: any): import("react/jsx-runtime").JSX.Element;
|
package/lib/cjs/webchat-app.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export class WebchatApp {
|
|
|
89
89
|
getLastMessageUpdate(): any;
|
|
90
90
|
updateMessageInfo(msgId: any, messageInfo: any): any;
|
|
91
91
|
updateWebchatSettings(settings: any): any;
|
|
92
|
-
getComponent(host: any, optionsAtRuntime?: {}): JSX.Element;
|
|
92
|
+
getComponent(host: any, optionsAtRuntime?: {}): import("react/jsx-runtime").JSX.Element;
|
|
93
93
|
isWebchatVisible({ appId }: {
|
|
94
94
|
appId: any;
|
|
95
95
|
}): Promise<boolean>;
|
|
@@ -6,7 +6,7 @@ export function customMessage({ name, component: CustomMessageComponent, default
|
|
|
6
6
|
children: any;
|
|
7
7
|
}) => any) | undefined;
|
|
8
8
|
}): {
|
|
9
|
-
(props: any): JSX.Element;
|
|
9
|
+
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
customTypeName: any;
|
|
11
|
-
deserialize(msg: any): JSX.Element;
|
|
11
|
+
deserialize(msg: any): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function Handoff(props: any): JSX.Element;
|
|
1
|
+
export function Handoff(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,5 +3,5 @@ interface RatingProps {
|
|
|
3
3
|
inferenceId?: string;
|
|
4
4
|
messageId: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const MessageFeedback: ({ botInteractionId, inferenceId, messageId, }: RatingProps) => JSX.Element;
|
|
6
|
+
export declare const MessageFeedback: ({ botInteractionId, inferenceId, messageId, }: RatingProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -7,5 +7,5 @@ interface MessageFooterProps {
|
|
|
7
7
|
inferenceId?: string;
|
|
8
8
|
botInteractionId?: string;
|
|
9
9
|
}
|
|
10
|
-
export declare const MessageFooter: ({ enabletimestamps, messageJSON, sentBy, feedbackEnabled, inferenceId, botInteractionId, }: MessageFooterProps) => JSX.Element;
|
|
10
|
+
export declare const MessageFooter: ({ enabletimestamps, messageJSON, sentBy, feedbackEnabled, inferenceId, botInteractionId, }: MessageFooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -9,5 +9,5 @@ interface MessageTimestampProps {
|
|
|
9
9
|
style: Record<string, unknown>;
|
|
10
10
|
sentBy: SENDERS;
|
|
11
11
|
}
|
|
12
|
-
export declare const MessageTimestamp: ({ timestamp, style, sentBy, }: MessageTimestampProps) => JSX.Element;
|
|
12
|
+
export declare const MessageTimestamp: ({ timestamp, style, sentBy, }: MessageTimestampProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function MultichannelButton(props: any): string | JSX.Element;
|
|
1
|
+
export function MultichannelButton(props: any): string | import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function MultichannelReply(props: any): string | JSX.Element | null;
|
|
1
|
+
export function MultichannelReply(props: any): string | import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function MultichannelText(props: any): never[] | JSX.Element;
|
|
1
|
+
export function MultichannelText(props: any): never[] | import("react/jsx-runtime").JSX.Element;
|
package/lib/esm/react-bot.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export function createErrorBoundary({ errorComponent, }?: {
|
|
2
2
|
errorComponent?: (({ errorMessage }: {
|
|
3
3
|
errorMessage: any;
|
|
4
|
-
}) => JSX.Element) | undefined;
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element) | undefined;
|
|
5
5
|
}): ({ children }: {
|
|
6
6
|
children: any;
|
|
7
7
|
}) => any;
|
package/lib/esm/util/react.d.ts
CHANGED
|
@@ -8,5 +8,5 @@ export function ConditionalWrapper({ condition, wrapper, children }: {
|
|
|
8
8
|
children: any;
|
|
9
9
|
}): any;
|
|
10
10
|
export function mapObjectNonBooleanValues(obj: any): any;
|
|
11
|
-
export function hasComplexChildren(element: any):
|
|
11
|
+
export function hasComplexChildren(element: any): boolean;
|
|
12
12
|
export function deepMapWithIndex(children: any, deepMapFn: any): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ChatArea: () => JSX.Element;
|
|
1
|
+
export declare const ChatArea: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function Icon(props: any): JSX.Element;
|
|
1
|
+
export function Icon(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function ConditionalAnimation(props: any): JSX.Element;
|
|
1
|
+
export function ConditionalAnimation(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,5 +3,5 @@ interface AttachmentProps {
|
|
|
3
3
|
enableAttachments: boolean;
|
|
4
4
|
onChange: (event: any) => void;
|
|
5
5
|
}
|
|
6
|
-
export declare const Attachment: ({ accept, enableAttachments, onChange, }: AttachmentProps) => JSX.Element;
|
|
6
|
+
export declare const Attachment: ({ accept, enableAttachments, onChange, }: AttachmentProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -2,5 +2,5 @@ interface EmojiPickerProps {
|
|
|
2
2
|
enableEmojiPicker: boolean;
|
|
3
3
|
onClick: () => void;
|
|
4
4
|
}
|
|
5
|
-
export declare const EmojiPicker: ({ enableEmojiPicker, onClick, }: EmojiPickerProps) => JSX.Element;
|
|
5
|
+
export declare const EmojiPicker: ({ enableEmojiPicker, onClick, }: EmojiPickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -8,5 +8,5 @@ interface InputPanelProps {
|
|
|
8
8
|
host: HTMLElement;
|
|
9
9
|
onUserInput?: (event: any) => Promise<void>;
|
|
10
10
|
}
|
|
11
|
-
export declare const InputPanel: ({ persistentMenu, enableEmojiPicker, enableAttachments, handleAttachment, textareaRef, host, onUserInput, }: InputPanelProps) => JSX.Element;
|
|
11
|
+
export declare const InputPanel: ({ persistentMenu, enableEmojiPicker, enableAttachments, handleAttachment, textareaRef, host, onUserInput, }: InputPanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -2,5 +2,5 @@ interface OpenedEmojiPickerProps {
|
|
|
2
2
|
onClick: () => void;
|
|
3
3
|
onEmojiClick: (event: any) => void;
|
|
4
4
|
}
|
|
5
|
-
export declare const OpenedEmojiPicker: ({ onClick, onEmojiClick, }: OpenedEmojiPickerProps) => JSX.Element;
|
|
5
|
+
export declare const OpenedEmojiPicker: ({ onClick, onEmojiClick, }: OpenedEmojiPickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -2,5 +2,5 @@ interface PersistentMenuProps {
|
|
|
2
2
|
persistentMenu: any;
|
|
3
3
|
onClick: () => void;
|
|
4
4
|
}
|
|
5
|
-
export declare const PersistentMenu: ({ onClick, persistentMenu, }: PersistentMenuProps) => JSX.Element;
|
|
5
|
+
export declare const PersistentMenu: ({ onClick, persistentMenu, }: PersistentMenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -7,5 +7,5 @@ interface TextareaProps {
|
|
|
7
7
|
sendChatEvent: (event: string) => Promise<void>;
|
|
8
8
|
sendTextAreaText: () => Promise<void>;
|
|
9
9
|
}
|
|
10
|
-
export declare const Textarea: ({ host, persistentMenu, textareaRef, sendChatEvent, sendTextAreaText, }: TextareaProps) => JSX.Element;
|
|
10
|
+
export declare const Textarea: ({ host, persistentMenu, textareaRef, sendChatEvent, sendTextAreaText, }: TextareaProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const WebchatMessageList: () => JSX.Element;
|
|
1
|
+
export declare const WebchatMessageList: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const IntroMessage: () => JSX.Element | null;
|
|
1
|
+
export declare const IntroMessage: () => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function WebchatReplies(props: any): JSX.Element;
|
|
1
|
+
export function WebchatReplies(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function SessionView(props: any): JSX.Element;
|
|
1
|
+
export function SessionView(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import JSONTree from 'react-json-tree';
|
|
3
|
+
import { JSONTree } from 'react-json-tree';
|
|
4
4
|
import styled from 'styled-components';
|
|
5
5
|
import { COLORS } from '../constants';
|
|
6
6
|
import { useWebchat } from './hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session-view.js","sourceRoot":"","sources":["../../../src/webchat/session-view.jsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,QAAQ,MAAM,iBAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"session-view.js","sourceRoot":"","sources":["../../../src/webchat/session-view.jsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const TypingIndicator: () => JSX.Element;
|
|
1
|
+
export declare const TypingIndicator: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,6 +2,6 @@ export const DebugTab: import("styled-components").StyledComponent<"div", any, {
|
|
|
2
2
|
export function DebugTabPortal({ webchatHooks, ...props }: {
|
|
3
3
|
[x: string]: any;
|
|
4
4
|
webchatHooks: any;
|
|
5
|
-
}):
|
|
5
|
+
}): React.ReactPortal;
|
|
6
6
|
export const WebchatDev: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
7
|
-
import
|
|
7
|
+
import React from "react";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function WebviewHeader(): JSX.Element;
|
|
2
|
-
export function WebviewContainer(props: any): JSX.Element;
|
|
1
|
+
export function WebviewHeader(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export function WebviewContainer(props: any): import("react/jsx-runtime").JSX.Element;
|
package/lib/esm/webchat-app.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export class WebchatApp {
|
|
|
89
89
|
getLastMessageUpdate(): any;
|
|
90
90
|
updateMessageInfo(msgId: any, messageInfo: any): any;
|
|
91
91
|
updateWebchatSettings(settings: any): any;
|
|
92
|
-
getComponent(host: any, optionsAtRuntime?: {}): JSX.Element;
|
|
92
|
+
getComponent(host: any, optionsAtRuntime?: {}): import("react/jsx-runtime").JSX.Element;
|
|
93
93
|
isWebchatVisible({ appId }: {
|
|
94
94
|
appId: any;
|
|
95
95
|
}): Promise<boolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botonic/react",
|
|
3
|
-
"version": "0.31.0-alpha.
|
|
3
|
+
"version": "0.31.0-alpha.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Build Chatbots using React",
|
|
6
6
|
"main": "./lib/cjs",
|
|
@@ -22,33 +22,33 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@botonic/core": "^0.30.0",
|
|
24
24
|
"axios": "^1.7.2",
|
|
25
|
-
"emoji-picker-react": "^4.
|
|
25
|
+
"emoji-picker-react": "^4.12.0",
|
|
26
26
|
"lodash.merge": "^4.6.2",
|
|
27
|
-
"markdown-it": "^12.
|
|
28
|
-
"react": "^
|
|
29
|
-
"react-dom": "^
|
|
30
|
-
"react-json-tree": "^0.
|
|
27
|
+
"markdown-it": "^12.3.2",
|
|
28
|
+
"react": "^18.0.0",
|
|
29
|
+
"react-dom": "^18.0.0",
|
|
30
|
+
"react-json-tree": "^0.18.0",
|
|
31
31
|
"react-router-dom": "^5.3.4",
|
|
32
|
-
"react-textarea-autosize": "^8.5.
|
|
33
|
-
"styled-components": "^5.3.
|
|
32
|
+
"react-textarea-autosize": "^8.5.5",
|
|
33
|
+
"styled-components": "^5.3.11",
|
|
34
34
|
"ua-parser-js": "^1.0.39",
|
|
35
35
|
"uuid": "^10.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
39
|
-
"@babel/preset-react": "^7.
|
|
40
|
-
"@testing-library/react": "^
|
|
41
|
-
"@
|
|
42
|
-
"@types/jest": "^29.5.1",
|
|
38
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
39
|
+
"@babel/preset-react": "^7.25.9",
|
|
40
|
+
"@testing-library/react": "^16.0.1",
|
|
41
|
+
"@types/jest": "^29.5.14",
|
|
43
42
|
"@types/parse5": "^7.0.0",
|
|
44
|
-
"@types/react": "^
|
|
43
|
+
"@types/react": "^18.0.0",
|
|
44
|
+
"@types/react-dom": "^18.0.0",
|
|
45
45
|
"@types/styled-components": "^5.1.34",
|
|
46
46
|
"@types/uuid": "^10.0.0",
|
|
47
47
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
48
48
|
"copyfiles": "^2.4.1",
|
|
49
49
|
"identity-obj-proxy": "^3.0.0",
|
|
50
50
|
"intersection-observer": "^0.12.2",
|
|
51
|
-
"react-test-renderer": "^
|
|
51
|
+
"react-test-renderer": "^18.0.0",
|
|
52
52
|
"typescript": "5.0.4"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|