@urbiport/js 0.0.12 → 0.0.13
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/README.md +0 -0
- package/dist/components/Bot.d.ts +7 -3
- package/dist/components/Bot.d.ts.map +1 -1
- package/dist/components/{SubmitButton.d.ts → ButtonSubmit.d.ts} +2 -2
- package/dist/components/{SubmitButton.d.ts.map → ButtonSubmit.d.ts.map} +1 -1
- package/dist/components/{InputChatBlockFooter.d.ts → ChatInputFooter.d.ts} +4 -4
- package/dist/components/ChatInputFooter.d.ts.map +1 -0
- package/dist/components/ConversationContainer/ConversationContainer.d.ts +6 -2
- package/dist/components/ConversationContainer/ConversationContainer.d.ts.map +1 -1
- package/dist/components/ConversationContainer/ConversationContainerBody.d.ts +4 -0
- package/dist/components/ConversationContainer/ConversationContainerBody.d.ts.map +1 -1
- package/dist/components/ConversationContainer/ConversationContainerFooter.d.ts +1 -2
- package/dist/components/ConversationContainer/ConversationContainerFooter.d.ts.map +1 -1
- package/dist/components/ConversationContainer/{ChatChunk.d.ts → ConversationMessageChunk.d.ts} +4 -4
- package/dist/components/ConversationContainer/ConversationMessageChunk.d.ts.map +1 -0
- package/dist/components/ConversationContainer/ConversationPopupBlockedToast.d.ts +7 -0
- package/dist/components/ConversationContainer/ConversationPopupBlockedToast.d.ts.map +1 -0
- package/dist/components/ConversationContainer/ConversationProgressBar.d.ts +6 -0
- package/dist/components/ConversationContainer/ConversationProgressBar.d.ts.map +1 -0
- package/dist/components/ConversationContainer/HostAvatar.d.ts +8 -0
- package/dist/components/ConversationContainer/HostAvatar.d.ts.map +1 -0
- package/dist/components/ConversationContainer/InputAnswer.d.ts +18 -0
- package/dist/components/ConversationContainer/InputAnswer.d.ts.map +1 -0
- package/dist/components/ConversationContainer/helpers.d.ts +2 -2
- package/dist/components/ConversationContainer/helpers.d.ts.map +1 -1
- package/dist/components/InputAnswerContext.d.ts +9 -4
- package/dist/components/InputAnswerContext.d.ts.map +1 -1
- package/dist/components/InputFormLayout.d.ts +2 -0
- package/dist/components/InputFormLayout.d.ts.map +1 -1
- package/dist/components/Spinner.d.ts.map +1 -1
- package/dist/components/bubbles/HostBubble.d.ts.map +1 -1
- package/dist/components/bubbles/HostBubbleStreaming.d.ts +8 -0
- package/dist/components/bubbles/HostBubbleStreaming.d.ts.map +1 -0
- package/dist/{features/blocks/inputs/fileUpload/components/SelectedFile.d.ts → components/inputs/FileAttached.d.ts} +2 -2
- package/dist/components/inputs/FileAttached.d.ts.map +1 -0
- package/dist/components/inputs/{ShortTextInput.d.ts → Input.d.ts} +2 -2
- package/dist/components/inputs/Input.d.ts.map +1 -0
- package/dist/features/blocks/bubbles/audio/components/AudioBubble.d.ts.map +1 -1
- package/dist/features/blocks/bubbles/embed/components/EmbedBubble.d.ts.map +1 -1
- package/dist/features/blocks/bubbles/image/components/ImageBubble.d.ts.map +1 -1
- package/dist/features/blocks/bubbles/textBubble/components/TextBubble.d.ts.map +1 -1
- package/dist/features/blocks/bubbles/video/components/VideoBubble.d.ts.map +1 -1
- package/dist/features/blocks/inputs/buttons/components/Buttons.d.ts +3 -2
- package/dist/features/blocks/inputs/buttons/components/Buttons.d.ts.map +1 -1
- package/dist/{components/inputs/SearchInput.d.ts → features/blocks/inputs/buttons/components/ButtonsSearch.d.ts} +2 -2
- package/dist/features/blocks/inputs/buttons/components/ButtonsSearch.d.ts.map +1 -0
- package/dist/features/blocks/inputs/buttons/index.d.ts +2 -0
- package/dist/features/blocks/inputs/buttons/index.d.ts.map +1 -0
- package/dist/features/blocks/inputs/date/components/DateForm.d.ts.map +1 -1
- package/dist/features/blocks/inputs/email/components/EmailInput.d.ts +2 -0
- package/dist/features/blocks/inputs/email/components/EmailInput.d.ts.map +1 -1
- package/dist/features/blocks/inputs/fileUpload/components/FileUploadForm.d.ts.map +1 -1
- package/dist/features/blocks/inputs/fileUpload/{helpers → utils}/sanitizeSelectedFiles.d.ts +2 -4
- package/dist/features/blocks/inputs/fileUpload/utils/sanitizeSelectedFiles.d.ts.map +1 -0
- package/dist/features/blocks/inputs/fileUpload/utils/uploadFiles.d.ts.map +1 -0
- package/dist/features/blocks/inputs/number/components/NumberInput.d.ts.map +1 -1
- package/dist/features/blocks/inputs/number/utils/numberInputHelper.d.ts.map +1 -0
- package/dist/features/blocks/inputs/payment/utils/paymentInProgressStorage.d.ts.map +1 -0
- package/dist/features/blocks/inputs/phone/components/PhoneInput.d.ts +2 -0
- package/dist/features/blocks/inputs/phone/components/PhoneInput.d.ts.map +1 -1
- package/dist/features/blocks/inputs/rating/components/RatingForm.d.ts.map +1 -1
- package/dist/features/blocks/inputs/{textInput → text}/components/TextInput.d.ts +3 -1
- package/dist/features/blocks/inputs/text/components/TextInput.d.ts.map +1 -0
- package/dist/features/blocks/inputs/{textInput → text}/components/VoiceRecorder.d.ts +2 -2
- package/dist/features/blocks/inputs/text/components/VoiceRecorder.d.ts.map +1 -0
- package/dist/features/blocks/inputs/text/components/VolumeProcessor.d.ts.map +1 -0
- package/dist/features/blocks/inputs/text/index.d.ts +2 -0
- package/dist/features/blocks/inputs/text/index.d.ts.map +1 -0
- package/dist/features/blocks/inputs/url/components/UrlInput.d.ts +2 -0
- package/dist/features/blocks/inputs/url/components/UrlInput.d.ts.map +1 -1
- package/dist/features/bubble/components/BubbleButton.d.ts.map +1 -1
- package/dist/features/bubble/components/{PreviewMessage.d.ts → BubbleMessage.d.ts} +2 -2
- package/dist/features/bubble/components/BubbleMessage.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +26 -1
- package/dist/queries/continueChatQuery.d.ts +67 -104
- package/dist/queries/continueChatQuery.d.ts.map +1 -1
- package/dist/queries/startChatQuery.d.ts +153 -180
- package/dist/queries/startChatQuery.d.ts.map +1 -1
- package/dist/utils/executeClientSideActions.d.ts.map +1 -1
- package/dist/utils/injectFont.d.ts +2 -2
- package/dist/utils/injectFont.d.ts.map +1 -1
- package/dist/utils/injectStartProps.d.ts.map +1 -1
- package/dist/utils/setCssVariablesValue.d.ts +2 -2
- package/dist/utils/setCssVariablesValue.d.ts.map +1 -1
- package/dist/utils/storage.d.ts +153 -180
- package/dist/utils/storage.d.ts.map +1 -1
- package/dist/web.js +30 -8
- package/package.json +8 -3
- package/dist/components/ConversationContainer/AvatarSideContainer.d.ts +0 -8
- package/dist/components/ConversationContainer/AvatarSideContainer.d.ts.map +0 -1
- package/dist/components/ConversationContainer/ChatChunk.d.ts.map +0 -1
- package/dist/components/ConversationContainer/ChatChunkFooter.d.ts +0 -20
- package/dist/components/ConversationContainer/ChatChunkFooter.d.ts.map +0 -1
- package/dist/components/ConversationContainer/InputAnswerContext.d.ts +0 -13
- package/dist/components/ConversationContainer/InputAnswerContext.d.ts.map +0 -1
- package/dist/components/ConversationContainer/LoadingChunk.d.ts +0 -7
- package/dist/components/ConversationContainer/LoadingChunk.d.ts.map +0 -1
- package/dist/components/ConversationContainer/PopupBlockedToast.d.ts +0 -7
- package/dist/components/ConversationContainer/PopupBlockedToast.d.ts.map +0 -1
- package/dist/components/InputChatBlock.d.ts +0 -18
- package/dist/components/InputChatBlock.d.ts.map +0 -1
- package/dist/components/InputChatBlockFooter copy.d.ts +0 -17
- package/dist/components/InputChatBlockFooter copy.d.ts.map +0 -1
- package/dist/components/InputChatBlockFooter.d.ts.map +0 -1
- package/dist/components/InputChatBlockFooterShow.d.ts +0 -13
- package/dist/components/InputChatBlockFooterShow.d.ts.map +0 -1
- package/dist/components/LiteBadge.d.ts +0 -6
- package/dist/components/LiteBadge.d.ts.map +0 -1
- package/dist/components/ProgressBar.d.ts +0 -6
- package/dist/components/ProgressBar.d.ts.map +0 -1
- package/dist/components/SendButton.d.ts +0 -9
- package/dist/components/SendButton.d.ts.map +0 -1
- package/dist/components/Submit.d.ts +0 -9
- package/dist/components/Submit.d.ts.map +0 -1
- package/dist/components/avatars/DefaultAvatar.d.ts +0 -2
- package/dist/components/avatars/DefaultAvatar.d.ts.map +0 -1
- package/dist/components/bubbles/LoadingBubble.d.ts +0 -2
- package/dist/components/bubbles/LoadingBubble.d.ts.map +0 -1
- package/dist/components/bubbles/StreamingBubble.d.ts +0 -8
- package/dist/components/bubbles/StreamingBubble.d.ts.map +0 -1
- package/dist/components/icons/TypebotLogo.d.ts +0 -2
- package/dist/components/icons/TypebotLogo.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -4
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/inputs/SearchInput.d.ts.map +0 -1
- package/dist/components/inputs/ShortTextInput.d.ts.map +0 -1
- package/dist/components/inputs/index.d.ts +0 -3
- package/dist/components/inputs/index.d.ts.map +0 -1
- package/dist/constants/conversation.d.ts +0 -4
- package/dist/constants/conversation.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/embed/components/CustomEmbedBubble.d.ts +0 -10
- package/dist/features/blocks/bubbles/embed/components/CustomEmbedBubble.d.ts.map +0 -1
- package/dist/features/blocks/bubbles/textBubble/helpers/convertRichTextToPlainText.d.ts +0 -3
- package/dist/features/blocks/bubbles/textBubble/helpers/convertRichTextToPlainText.d.ts.map +0 -1
- package/dist/features/blocks/inputs/buttons/components/Checkbox.d.ts +0 -7
- package/dist/features/blocks/inputs/buttons/components/Checkbox.d.ts.map +0 -1
- package/dist/features/blocks/inputs/buttons/components/MultipleChoicesForm.d.ts +0 -11
- package/dist/features/blocks/inputs/buttons/components/MultipleChoicesForm.d.ts.map +0 -1
- package/dist/features/blocks/inputs/fileUpload/components/SelectedFile.d.ts.map +0 -1
- package/dist/features/blocks/inputs/fileUpload/helpers/sanitizeSelectedFiles.d.ts.map +0 -1
- package/dist/features/blocks/inputs/fileUpload/helpers/uploadFiles.d.ts.map +0 -1
- package/dist/features/blocks/inputs/number/numberInputHelper.d.ts.map +0 -1
- package/dist/features/blocks/inputs/payment/helpers/paymentInProgressStorage.d.ts.map +0 -1
- package/dist/features/blocks/inputs/pictureChoice/MultiplePictureChoice.d.ts +0 -11
- package/dist/features/blocks/inputs/pictureChoice/MultiplePictureChoice.d.ts.map +0 -1
- package/dist/features/blocks/inputs/pictureChoice/SinglePictureChoice.d.ts +0 -11
- package/dist/features/blocks/inputs/pictureChoice/SinglePictureChoice.d.ts.map +0 -1
- package/dist/features/blocks/inputs/textInput/components/TextInput copy.d.ts +0 -11
- package/dist/features/blocks/inputs/textInput/components/TextInput copy.d.ts.map +0 -1
- package/dist/features/blocks/inputs/textInput/components/TextInput.d.ts.map +0 -1
- package/dist/features/blocks/inputs/textInput/components/VoiceRecorder.d.ts.map +0 -1
- package/dist/features/blocks/inputs/textInput/components/VolumeProcessor.d.ts.map +0 -1
- package/dist/features/blocks/inputs/textInput/index.d.ts +0 -2
- package/dist/features/blocks/inputs/textInput/index.d.ts.map +0 -1
- package/dist/features/blocks/integrations/googleAnalytics/utils/executeGoogleAnalytics.d.ts +0 -3
- package/dist/features/blocks/integrations/googleAnalytics/utils/executeGoogleAnalytics.d.ts.map +0 -1
- package/dist/features/blocks/integrations/openai/streamChat.d.ts +0 -17
- package/dist/features/blocks/integrations/openai/streamChat.d.ts.map +0 -1
- package/dist/features/blocks/logic/setVariable/executeSetVariable.d.ts +0 -6
- package/dist/features/blocks/logic/setVariable/executeSetVariable.d.ts.map +0 -1
- package/dist/features/bubble/components/PreviewMessage.d.ts.map +0 -1
- package/dist/lib/gtag.d.ts +0 -4
- package/dist/lib/gtag.d.ts.map +0 -1
- package/tsconfig.build.json +0 -23
- /package/dist/features/blocks/inputs/fileUpload/{helpers → utils}/uploadFiles.d.ts +0 -0
- /package/dist/features/blocks/inputs/number/{numberInputHelper.d.ts → utils/numberInputHelper.d.ts} +0 -0
- /package/dist/features/blocks/inputs/payment/{helpers → utils}/paymentInProgressStorage.d.ts +0 -0
- /package/dist/features/blocks/inputs/{textInput → text}/components/VolumeProcessor.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@urbiport/js",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "Javascript library to display bots on your website",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,10 +15,16 @@
|
|
|
15
15
|
"keywords": [],
|
|
16
16
|
"author": "Urbiport",
|
|
17
17
|
"license": "AGPL-3.0-or-later",
|
|
18
|
+
"files": [
|
|
19
|
+
"dist/**/*",
|
|
20
|
+
"package.json",
|
|
21
|
+
"README.md"
|
|
22
|
+
],
|
|
18
23
|
"dependencies": {
|
|
19
24
|
"@ai-sdk/ui-utils": "0.0.36",
|
|
20
25
|
"@ark-ui/solid": "3.3.0",
|
|
21
26
|
"@fix-webm-duration/fix": "1.0.1",
|
|
27
|
+
"@quickbot.io/env": "workspace:*",
|
|
22
28
|
"@stripe/stripe-js": "1.54.1",
|
|
23
29
|
"@udecode/plate-common": "30.4.5",
|
|
24
30
|
"babel-preset-solid": "1.7.7",
|
|
@@ -35,8 +41,7 @@
|
|
|
35
41
|
"@rollup/plugin-replace": "5.0.7",
|
|
36
42
|
"@rollup/plugin-terser": "0.4.3",
|
|
37
43
|
"@rollup/plugin-typescript": "11.1.2",
|
|
38
|
-
"@quickbot.io/bot-
|
|
39
|
-
"@quickbot.io/env": "workspace:*",
|
|
44
|
+
"@quickbot.io/bot-utils": "workspace:*",
|
|
40
45
|
"@quickbot.io/lib": "workspace:*",
|
|
41
46
|
"@quickbot.io/schemas": "workspace:*",
|
|
42
47
|
"@quickbot.io/tsconfig": "workspace:*",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AvatarSideContainer.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationContainer/AvatarSideContainer.tsx"],"names":[],"mappings":"AAIA,KAAK,KAAK,GAAG;IACX,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,oBAAoB,CAAC,EAAE,OAAO,CAAA;CAC/B,CAAA;AAED,eAAO,MAAM,mBAAmB,UAAW,KAAK,mCA6C/C,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatChunk.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationContainer/ChatChunk.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,SAAS,IAAI,aAAa,EAAE,MAAM,SAAS,CAAA;AAEpF,OAAO,EAAE,oBAAoB,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAA;AAa5E,KAAK,KAAK,GAAG,IAAI,CAAC,oBAAoB,EAAE,UAAU,GAAG,OAAO,CAAC,GAAG;IAC9D,QAAQ,EAAE,cAAc,GAAG,SAAS,CAAA;IACpC,KAAK,EAAE,KAAK,CAAA;IACZ,QAAQ,EAAE,QAAQ,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,UAAU,CAAA;IACnB,QAAQ,EAAE,OAAO,CAAA;IACjB,UAAU,EAAE,OAAO,CAAA;IACnB,kBAAkB,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAA;IACvD,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,oBAAoB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IACxD,gBAAgB,EAAE,CAAC,GAAG,CAAC,EAAE,cAAc,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACjE,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC/C,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,qBAAqB,EAAE,MAAM,IAAI,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,SAAS,UAAW,KAAK,mCA2IrC,CAAA"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { InputSubmitContent, BotContext, ChatChunk as ChatChunkType } from '@/types';
|
|
2
|
-
import { ContinueChatResponse, Settings, Theme } from '@quickbot.io/schemas';
|
|
3
|
-
type Props = Pick<ContinueChatResponse, 'messages' | 'input'> & {
|
|
4
|
-
theme: Theme;
|
|
5
|
-
settings: Settings;
|
|
6
|
-
index: number;
|
|
7
|
-
context: BotContext;
|
|
8
|
-
hasError: boolean;
|
|
9
|
-
hideAvatar: boolean;
|
|
10
|
-
streamingMessageId: ChatChunkType['streamingMessageId'];
|
|
11
|
-
isTransitionDisabled?: boolean;
|
|
12
|
-
onNewBubbleDisplayed: (blockId: string) => Promise<void>;
|
|
13
|
-
onScrollToBottom: (ref?: HTMLDivElement, offset?: number) => void;
|
|
14
|
-
onSubmit: (answer?: InputSubmitContent) => void;
|
|
15
|
-
onSkip: () => void;
|
|
16
|
-
onAllBubblesDisplayed: () => void;
|
|
17
|
-
};
|
|
18
|
-
export declare const ChatChunkFooter: (props: Props) => import("solid-js").JSX.Element;
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=ChatChunkFooter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatChunkFooter.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationContainer/ChatChunkFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,SAAS,IAAI,aAAa,EAAE,MAAM,SAAS,CAAA;AAEpF,OAAO,EAAE,oBAAoB,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAA;AAa5E,KAAK,KAAK,GAAG,IAAI,CAAC,oBAAoB,EAAE,UAAU,GAAG,OAAO,CAAC,GAAG;IAC9D,KAAK,EAAE,KAAK,CAAA;IACZ,QAAQ,EAAE,QAAQ,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,UAAU,CAAA;IACnB,QAAQ,EAAE,OAAO,CAAA;IACjB,UAAU,EAAE,OAAO,CAAA;IACnB,kBAAkB,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAA;IACvD,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,oBAAoB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IACxD,gBAAgB,EAAE,CAAC,GAAG,CAAC,EAAE,cAAc,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACjE,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC/C,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,qBAAqB,EAAE,MAAM,IAAI,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,eAAe,UAAW,KAAK,mCA4I3C,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Accessor, JSX } from 'solid-js';
|
|
2
|
-
import { InputSubmitContent } from '@/types';
|
|
3
|
-
type ConversationContextType = {
|
|
4
|
-
answers: Accessor<Record<number, InputSubmitContent | undefined>>;
|
|
5
|
-
setAnswer: (chunkIndex: number, content: InputSubmitContent | undefined) => void;
|
|
6
|
-
getAnswer: (chunkIndex: number) => InputSubmitContent | undefined;
|
|
7
|
-
};
|
|
8
|
-
export declare const InputAnswerProvider: (props: {
|
|
9
|
-
children: JSX.Element;
|
|
10
|
-
}) => JSX.Element;
|
|
11
|
-
export declare const useInputAnswer: () => ConversationContextType;
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=InputAnswerContext.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InputAnswerContext.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationContainer/InputAnswerContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2C,QAAQ,EAAE,GAAG,EAAE,MAAM,UAAU,CAAA;AACjF,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,uBAAuB,GAAG;IAC7B,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,kBAAkB,GAAG,SAAS,CAAC,CAAC,CAAA;IACjE,SAAS,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,kBAAkB,GAAG,SAAS,KAAK,IAAI,CAAA;IAChF,SAAS,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,kBAAkB,GAAG,SAAS,CAAA;CAClE,CAAA;AAID,eAAO,MAAM,mBAAmB,UAAW;IAAE,QAAQ,EAAE,WAAW,CAAA;CAAE,gBAmBnE,CAAA;AAED,eAAO,MAAM,cAAc,+BAM1B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingChunk.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationContainer/LoadingChunk.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAA;AAM5C,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,KAAK,CAAA;CACb,CAAA;AAED,eAAO,MAAM,YAAY,UAAW,KAAK,mCAWxC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PopupBlockedToast.d.ts","sourceRoot":"","sources":["../../../src/components/ConversationContainer/PopupBlockedToast.tsx"],"names":[],"mappings":"AAAA,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,MAAM,CAAA;IACX,WAAW,EAAE,MAAM,IAAI,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,iBAAiB,UAAW,KAAK,mCAmD7C,CAAA"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { ContinueChatResponse, Theme } from '@quickbot.io/schemas';
|
|
2
|
-
import { BotContext, InputSubmitContent } from '@/types';
|
|
3
|
-
type Props = {
|
|
4
|
-
ref: HTMLDivElement | undefined;
|
|
5
|
-
block: NonNullable<ContinueChatResponse['input']>;
|
|
6
|
-
hasHostAvatar: boolean;
|
|
7
|
-
guestAvatar?: NonNullable<Theme['chat']>['guestAvatar'];
|
|
8
|
-
chunkIndex: number;
|
|
9
|
-
context: BotContext;
|
|
10
|
-
isInputPrefillEnabled: boolean;
|
|
11
|
-
hasError: boolean;
|
|
12
|
-
onTransitionEnd: () => void;
|
|
13
|
-
onSubmit: (content: InputSubmitContent) => void;
|
|
14
|
-
onSkip: () => void;
|
|
15
|
-
};
|
|
16
|
-
export declare const InputChatBlock: (props: Props) => import("solid-js").JSX.Element;
|
|
17
|
-
export {};
|
|
18
|
-
//# sourceMappingURL=InputChatBlock.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InputChatBlock.d.ts","sourceRoot":"","sources":["../../src/components/InputChatBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EAEpB,KAAK,EACN,MAAM,sBAAsB,CAAA;AAE7B,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAYxD,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,cAAc,GAAG,SAAS,CAAA;IAC/B,KAAK,EAAE,WAAW,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAA;IACjD,aAAa,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,CAAA;IACvD,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,UAAU,CAAA;IACnB,qBAAqB,EAAE,OAAO,CAAA;IAC9B,QAAQ,EAAE,OAAO,CAAA;IACjB,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,QAAQ,EAAE,CAAC,OAAO,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC/C,MAAM,EAAE,MAAM,IAAI,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,cAAc,UAAW,KAAK,mCA2F1C,CAAA"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { ContinueChatResponse, Theme } from '@quickbot.io/schemas';
|
|
2
|
-
import { BotContext, InputSubmitContent } from '@/types';
|
|
3
|
-
type Props = {
|
|
4
|
-
block: NonNullable<ContinueChatResponse['input']>;
|
|
5
|
-
hasHostAvatar: boolean;
|
|
6
|
-
guestAvatar?: NonNullable<Theme['chat']>['guestAvatar'];
|
|
7
|
-
chunkIndex: number;
|
|
8
|
-
context: BotContext;
|
|
9
|
-
isInputPrefillEnabled: boolean;
|
|
10
|
-
hasError: boolean;
|
|
11
|
-
onTransitionEnd: () => void;
|
|
12
|
-
onSubmit: (content: InputSubmitContent) => void;
|
|
13
|
-
onSkip: () => void;
|
|
14
|
-
};
|
|
15
|
-
export declare const InputChatBlockFooter: (props: Props) => import("solid-js").JSX.Element;
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=InputChatBlockFooter%20copy.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InputChatBlockFooter copy.d.ts","sourceRoot":"","sources":["../../src/components/InputChatBlockFooter copy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EASpB,KAAK,EAIN,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAmBxD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,WAAW,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAA;IACjD,aAAa,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,CAAA;IACvD,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,UAAU,CAAA;IACnB,qBAAqB,EAAE,OAAO,CAAA;IAC9B,QAAQ,EAAE,OAAO,CAAA;IACjB,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,QAAQ,EAAE,CAAC,OAAO,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC/C,MAAM,EAAE,MAAM,IAAI,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,oBAAoB,UAAW,KAAK,mCAiEhD,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InputChatBlockFooter.d.ts","sourceRoot":"","sources":["../../src/components/InputChatBlockFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EAQpB,KAAK,EAIN,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAqBxD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,WAAW,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAA;IACjD,aAAa,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,CAAA;IACvD,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,UAAU,CAAA;IACnB,qBAAqB,EAAE,OAAO,CAAA;IAC9B,QAAQ,EAAE,OAAO,CAAA;IACjB,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,QAAQ,EAAE,CAAC,OAAO,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC/C,MAAM,EAAE,MAAM,IAAI,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,oBAAoB,UAAW,KAAK,mCAkFhD,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { ContinueChatResponse } from '@quickbot.io/schemas';
|
|
2
|
-
import { BotContext, InputSubmitContent } from '@/types';
|
|
3
|
-
export declare const InputChatBlockFooterShow: (props: {
|
|
4
|
-
context: BotContext;
|
|
5
|
-
block: NonNullable<ContinueChatResponse['input']>;
|
|
6
|
-
chunkIndex: number;
|
|
7
|
-
isInputPrefillEnabled: boolean;
|
|
8
|
-
existingAnswer?: string;
|
|
9
|
-
onTransitionEnd: () => void;
|
|
10
|
-
onSubmit: (answer: InputSubmitContent) => void;
|
|
11
|
-
onSkip: (label: string) => void;
|
|
12
|
-
}) => import("solid-js").JSX.Element;
|
|
13
|
-
//# sourceMappingURL=InputChatBlockFooterShow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InputChatBlockFooterShow.d.ts","sourceRoot":"","sources":["../../src/components/InputChatBlockFooterShow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EAarB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAiCxD,eAAO,MAAM,wBAAwB,UAAW;IAC9C,OAAO,EAAE,UAAU,CAAA;IACnB,KAAK,EAAE,YAAY,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAA;IACjD,UAAU,EAAE,MAAM,CAAA;IAClB,qBAAqB,EAAE,OAAO,CAAA;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,QAAQ,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC9C,MAAM,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CAChC,mCAuBA,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LiteBadge.d.ts","sourceRoot":"","sources":["../../src/components/LiteBadge.tsx"],"names":[],"mappings":"AAGA,KAAK,KAAK,GAAG;IACX,YAAY,EAAE,cAAc,GAAG,SAAS,CAAA;CACzC,CAAA;AAED,eAAO,MAAM,SAAS,UAAW,KAAK,mCAyCrC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../src/components/ProgressBar.tsx"],"names":[],"mappings":"AAAA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,eAAO,MAAM,WAAW,UAAW,KAAK,mCASvC,CAAA"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { JSX } from 'solid-js/jsx-runtime';
|
|
2
|
-
type SendButtonProps = {
|
|
3
|
-
isDisabled?: boolean;
|
|
4
|
-
isLoading?: boolean;
|
|
5
|
-
class?: string;
|
|
6
|
-
} & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
|
|
7
|
-
export declare const SendButton: (props: SendButtonProps) => JSX.Element;
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=SendButton.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../src/components/SendButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAI1C,KAAK,eAAe,GAAG;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAA;AAE/C,eAAO,MAAM,UAAU,UAAW,eAAe,gBAgBhD,CAAA"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { JSX } from 'solid-js/jsx-runtime';
|
|
2
|
-
type SendButtonProps = {
|
|
3
|
-
isDisabled?: boolean;
|
|
4
|
-
isLoading?: boolean;
|
|
5
|
-
class?: string;
|
|
6
|
-
} & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
|
|
7
|
-
export declare const Submit: (props: SendButtonProps) => JSX.Element;
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=Submit.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Submit.d.ts","sourceRoot":"","sources":["../../src/components/Submit.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAI1C,KAAK,eAAe,GAAG;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAA;AAE/C,eAAO,MAAM,MAAM,UAAW,eAAe,gBAgB5C,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultAvatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatars/DefaultAvatar.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,sCA4CzB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/LoadingBubble.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,sCAsBzB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingBubble.d.ts","sourceRoot":"","sources":["../../../src/components/bubbles/StreamingBubble.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAEpC,KAAK,KAAK,GAAG;IACX,kBAAkB,EAAE,MAAM,CAAA;IAC1B,OAAO,EAAE,UAAU,CAAA;CACpB,CAAA;AAED,eAAO,MAAM,eAAe,UAAW,KAAK,mCAwE3C,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TypebotLogo.d.ts","sourceRoot":"","sources":["../../../src/components/icons/TypebotLogo.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,sCAoCvB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,UAAU,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/SearchInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAG1C,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,gBAAgB,GAAG,SAAS,CAAA;IACjC,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAChC,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB,GAAG,IAAI,CAAC,GAAG,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC,CAAA;AAE9D,eAAO,MAAM,WAAW,UAAW,KAAK,gBAgCvC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ShortTextInput.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/ShortTextInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAE1C,KAAK,mBAAmB,GAAG;IACzB,GAAG,EAAE,gBAAgB,GAAG,SAAS,CAAA;IACjC,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CACjC,GAAG,IAAI,CAAC,GAAG,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC,CAAA;AAE9D,eAAO,MAAM,cAAc,UAAW,mBAAmB,gBAaxD,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conversation.d.ts","sourceRoot":"","sources":["../../src/constants/conversation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;CAErB,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CustomEmbedBubble as CustomEmbedBubbleProps } from '@quickbot.io/schemas';
|
|
2
|
-
import { InputSubmitContent } from '@/types';
|
|
3
|
-
type Props = {
|
|
4
|
-
content: CustomEmbedBubbleProps['content'];
|
|
5
|
-
onTransitionEnd?: (ref?: HTMLDivElement) => void;
|
|
6
|
-
onCompleted: (reply?: InputSubmitContent) => void;
|
|
7
|
-
};
|
|
8
|
-
export declare const CustomEmbedBubble: (props: Props) => import("solid-js").JSX.Element;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=CustomEmbedBubble.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CustomEmbedBubble.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/bubbles/embed/components/CustomEmbedBubble.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,IAAI,sBAAsB,EAAE,MAAM,sBAAsB,CAAA;AAGlF,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAE5C,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,sBAAsB,CAAC,SAAS,CAAC,CAAA;IAC1C,eAAe,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,cAAc,KAAK,IAAI,CAAA;IAChD,WAAW,EAAE,CAAC,KAAK,CAAC,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAClD,CAAA;AAMD,eAAO,MAAM,iBAAiB,UAAW,KAAK,mCAqE7C,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"convertRichTextToPlainText.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/bubbles/textBubble/helpers/convertRichTextToPlainText.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAExD,eAAO,MAAM,gBAAgB,aAAc,WAAW,EAAE,KAAG,MAG9C,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/buttons/components/Checkbox.tsx"],"names":[],"mappings":"AAGA,KAAK,KAAK,GAAG;IACX,SAAS,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,QAAQ,UAAW,KAAK,mCAcpC,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { InputSubmitContent } from '@/types';
|
|
2
|
-
import { ChoiceInputBlock } from '@quickbot.io/schemas';
|
|
3
|
-
type Props = {
|
|
4
|
-
defaultItems: ChoiceInputBlock['items'];
|
|
5
|
-
options: ChoiceInputBlock['options'];
|
|
6
|
-
onSubmit: (value: InputSubmitContent) => void;
|
|
7
|
-
onTransitionEnd: () => void;
|
|
8
|
-
};
|
|
9
|
-
export declare const MultipleChoicesForm: (props: Props) => import("solid-js").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=MultipleChoicesForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MultipleChoicesForm.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/buttons/components/MultipleChoicesForm.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAE5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAOvD,KAAK,KAAK,GAAG;IACX,YAAY,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAA;IACvC,OAAO,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAA;IACpC,QAAQ,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC7C,eAAe,EAAE,MAAM,IAAI,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,mBAAmB,UAAW,KAAK,mCAkP/C,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SelectedFile.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/fileUpload/components/SelectedFile.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,UAAW;IAClC,IAAI,EAAE,IAAI,CAAA;IACV,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,aAAa,EAAE,MAAM,IAAI,CAAA;CAC1B,mCA4BA,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sanitizeSelectedFiles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/fileUpload/helpers/sanitizeSelectedFiles.ts"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,IAAI,CAAA;IACb,aAAa,EAAE,IAAI,EAAE,CAAA;IACrB,MAAM,EAAE;QACN,SAAS,CAAC,EAAE,MAAM,CAAA;KACnB,CAAA;IACD,OAAO,EAAE,CAAC,OAAO,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;CACpE,CAAA;AACD,eAAO,MAAM,eAAe,iDAKzB,KAAK,KAAG,IAAI,GAAG,SAsBjB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uploadFiles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/fileUpload/helpers/uploadFiles.ts"],"names":[],"mappings":"AAEA,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE;QACL,IAAI,EAAE,IAAI,CAAA;QACV,KAAK,EAAE;YACL,SAAS,EAAE,MAAM,CAAA;YACjB,QAAQ,EAAE,MAAM,CAAA;SACjB,CAAA;KACF,EAAE,CAAA;IACH,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;CAC5E,CAAA;AAED,KAAK,OAAO,GAAG,CAAC;IACd,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;CACb,GAAG,IAAI,CAAC,EAAE,CAAA;AAEX,eAAO,MAAM,WAAW,0CAIrB,eAAe,KAAG,QAAQ,OAAO,CAwCnC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"numberInputHelper.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/inputs/number/numberInputHelper.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,UAAoB,MAAM,GAAG,UA4B1D,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"paymentInProgressStorage.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/payment/helpers/paymentInProgressStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,eAAO,MAAM,6BAA6B,UACjC,KAAK,iBAAiB,EAAE,KAAK,GAAG,WAAW,GAAG,UAAU,CAAC,SAGjE,CAAA;AAED,eAAO,MAAM,6BAA6B,qBAAuD,CAAA;AAEjG,eAAO,MAAM,kCAAkC,YAE9C,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { InputSubmitContent } from '@/types';
|
|
2
|
-
import { PictureChoiceBlock } from '@quickbot.io/schemas/features/blocks/inputs/pictureChoice';
|
|
3
|
-
type Props = {
|
|
4
|
-
defaultItems: PictureChoiceBlock['items'];
|
|
5
|
-
options: PictureChoiceBlock['options'];
|
|
6
|
-
onSubmit: (value: InputSubmitContent) => void;
|
|
7
|
-
onTransitionEnd: () => void;
|
|
8
|
-
};
|
|
9
|
-
export declare const MultiplePictureChoice: (props: Props) => import("solid-js").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=MultiplePictureChoice.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MultiplePictureChoice.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/inputs/pictureChoice/MultiplePictureChoice.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,2DAA2D,CAAA;AAS9F,KAAK,KAAK,GAAG;IACX,YAAY,EAAE,kBAAkB,CAAC,OAAO,CAAC,CAAA;IACzC,OAAO,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAA;IACtC,QAAQ,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC7C,eAAe,EAAE,MAAM,IAAI,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,qBAAqB,UAAW,KAAK,mCA4LjD,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { InputSubmitContent } from '@/types';
|
|
2
|
-
import { PictureChoiceBlock } from '@quickbot.io/schemas/features/blocks/inputs/pictureChoice';
|
|
3
|
-
type Props = {
|
|
4
|
-
defaultItems: PictureChoiceBlock['items'];
|
|
5
|
-
options: PictureChoiceBlock['options'];
|
|
6
|
-
onSubmit: (value: InputSubmitContent) => void;
|
|
7
|
-
onTransitionEnd: () => void;
|
|
8
|
-
};
|
|
9
|
-
export declare const SinglePictureChoice: (props: Props) => import("solid-js").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=SinglePictureChoice.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SinglePictureChoice.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/inputs/pictureChoice/SinglePictureChoice.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAG5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,2DAA2D,CAAA;AAG9F,KAAK,KAAK,GAAG;IACX,YAAY,EAAE,kBAAkB,CAAC,OAAO,CAAC,CAAA;IACzC,OAAO,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAA;IACtC,QAAQ,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC7C,eAAe,EAAE,MAAM,IAAI,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,mBAAmB,UAAW,KAAK,mCA0F/C,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { BotContext, InputSubmitContent } from '@/types';
|
|
2
|
-
import type { TextInputBlock } from '@quickbot.io/schemas';
|
|
3
|
-
type Props = {
|
|
4
|
-
block: TextInputBlock;
|
|
5
|
-
defaultValue?: string;
|
|
6
|
-
context: BotContext;
|
|
7
|
-
onSubmit: (value: InputSubmitContent) => void;
|
|
8
|
-
};
|
|
9
|
-
export declare const TextInputTest: (props: Props) => import("solid-js").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=TextInput%20copy.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput copy.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/textInput/components/TextInput copy.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAc,UAAU,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAkB1D,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,cAAc,CAAA;IACrB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,UAAU,CAAA;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,aAAa,UAAW,KAAK,mCAmSzC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/textInput/components/TextInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAc,UAAU,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAkB1D,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,cAAc,CAAA;IACrB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,UAAU,CAAA;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,aAAa,UAAW,KAAK,mCA6QzC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VoiceRecorder.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/textInput/components/VoiceRecorder.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAA;AAW5C,KAAK,KAAK,GAAG;IACX,eAAe,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAA;IACjD,YAAY,EAAE,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAA;IACnD,gBAAgB,EAAE,MAAM,IAAI,CAAA;IAC5B,oBAAoB,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAA;CACpD,CAAA;AAED,eAAO,MAAM,aAAa,UAAW,KAAK,mCA0IzC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VolumeProcessor.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/inputs/textInput/components/VolumeProcessor.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,qkBAyB/B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/inputs/textInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA"}
|
package/dist/features/blocks/integrations/googleAnalytics/utils/executeGoogleAnalytics.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"executeGoogleAnalytics.d.ts","sourceRoot":"","sources":["../../../../../../src/features/blocks/integrations/googleAnalytics/utils/executeGoogleAnalytics.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAE3D,eAAO,MAAM,2BAA2B,YAAmB,oBAAoB,CAAC,SAAS,CAAC,kBAGzF,CAAA"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ClientSideActionContext } from '@/types';
|
|
2
|
-
export declare const streamChat: (context: ClientSideActionContext & {
|
|
3
|
-
retryAttempt?: number;
|
|
4
|
-
}) => ({ messages, onMessageStream, }: {
|
|
5
|
-
messages?: {
|
|
6
|
-
content?: string | undefined;
|
|
7
|
-
role?: 'system' | 'user' | 'assistant' | undefined;
|
|
8
|
-
}[];
|
|
9
|
-
onMessageStream?: (props: {
|
|
10
|
-
id: string;
|
|
11
|
-
message: string;
|
|
12
|
-
}) => void;
|
|
13
|
-
}) => Promise<{
|
|
14
|
-
message?: string;
|
|
15
|
-
error?: object;
|
|
16
|
-
}>;
|
|
17
|
-
//# sourceMappingURL=streamChat.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"streamChat.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/integrations/openai/streamChat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAUjD,eAAO,MAAM,UAAU,YACX,uBAAuB,GAAG;IAAE,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,sCAI1D;IACD,QAAQ,CAAC,EAAE;QACT,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;QAC5B,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,CAAA;KACnD,EAAE,CAAA;IACH,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;CACnE,KAAG,QAAQ;IAAE,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAwE/C,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { ChatLog, ScriptToExecute } from '@quickbot.io/schemas';
|
|
2
|
-
export declare const executeSetVariable: ({ content, args, isCode, }: ScriptToExecute) => Promise<{
|
|
3
|
-
replyToSend: string | undefined;
|
|
4
|
-
logs?: ChatLog[];
|
|
5
|
-
}>;
|
|
6
|
-
//# sourceMappingURL=executeSetVariable.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"executeSetVariable.d.ts","sourceRoot":"","sources":["../../../../../src/features/blocks/logic/setVariable/executeSetVariable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAOpE,eAAO,MAAM,kBAAkB,+BAI5B,eAAe,KAAG,QAAQ;IAC3B,WAAW,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,IAAI,CAAC,EAAE,OAAO,EAAE,CAAA;CACjB,CA8BA,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PreviewMessage.d.ts","sourceRoot":"","sources":["../../../../src/features/bubble/components/PreviewMessage.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAE9F,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,CAAC,GAC9D,IAAI,CAAC,oBAAoB,EAAE,WAAW,GAAG,SAAS,CAAC,GAAG;IACpD,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IAC/B,mBAAmB,CAAC,EAAE,mBAAmB,CAAA;IACzC,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,YAAY,EAAE,MAAM,IAAI,CAAA;CACzB,CAAA;AAKH,eAAO,MAAM,cAAc,UAAW,mBAAmB,mCA2DxD,CAAA"}
|
package/dist/lib/gtag.d.ts
DELETED
package/dist/lib/gtag.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gtag.d.ts","sourceRoot":"","sources":["../../src/lib/gtag.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAe3D,eAAO,MAAM,mBAAmB,OAAQ,MAAM,KAAG,QAAQ,IAAI,CAuB5D,CAAA;AAED,eAAO,MAAM,WAAW,YAAa,oBAAoB,CAAC,SAAS,CAAC,SAYnE,CAAA"}
|
package/tsconfig.build.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "./tsconfig.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"skipLibCheck": true,
|
|
5
|
-
"declaration": false,
|
|
6
|
-
"declarationMap": false
|
|
7
|
-
},
|
|
8
|
-
"exclude": [
|
|
9
|
-
"dist",
|
|
10
|
-
"node_modules",
|
|
11
|
-
"**/*.spec.ts",
|
|
12
|
-
"**/*.test.ts",
|
|
13
|
-
// Excluir paquetes que causan conflictos JSX entre React y Solid
|
|
14
|
-
"../../packages/emails/**",
|
|
15
|
-
"../../packages/forge/**",
|
|
16
|
-
"../../packages/bot-engine/blocks/**",
|
|
17
|
-
"../../packages/bot-engine/forge/**",
|
|
18
|
-
"../emails/**",
|
|
19
|
-
"../forge/**",
|
|
20
|
-
"../bot-engine/blocks/**",
|
|
21
|
-
"../bot-engine/forge/**"
|
|
22
|
-
]
|
|
23
|
-
}
|
|
File without changes
|
/package/dist/features/blocks/inputs/number/{numberInputHelper.d.ts → utils/numberInputHelper.d.ts}
RENAMED
|
File without changes
|
/package/dist/features/blocks/inputs/payment/{helpers → utils}/paymentInProgressStorage.d.ts
RENAMED
|
File without changes
|
|
File without changes
|