@mobilon-dev/chotto 0.3.4 → 0.3.6
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/{ModalVideoRecorder-CXr2HQuY.js → ModalVideoRecorder-S7S4d_Hy.js} +2 -2
- package/dist/chotto.css +1 -1
- package/dist/index-DmViQzUD.js +20980 -0
- package/dist/themes/dark.css +1 -0
- package/dist/themes/default.css +1 -0
- package/dist/themes/green.css +1 -0
- package/dist/themes/mobilon1.css +1 -0
- package/dist/types/{helpers → apps/helpers}/index.d.ts +5 -6
- package/dist/types/apps/helpers/sortByTimestamp.d.ts +5 -0
- package/dist/types/apps/helpers/useModalSelectUser2.d.ts +1 -0
- package/dist/types/{transform → apps/transform}/transformToFeed.d.ts +1 -1
- package/dist/types/components/1_atoms/ButtonContextMenu/styles/types.d.ts +15 -0
- package/dist/types/components/1_atoms/ContextMenu/styles/types.d.ts +59 -0
- package/dist/types/components/1_atoms/EmbedPreview/styles/types.d.ts +29 -0
- package/dist/types/components/1_atoms/LinkPreview/styles/types.d.ts +55 -0
- package/dist/types/components/1_atoms/Tooltip/styles/types.d.ts +61 -0
- package/dist/types/components/1_atoms/index.d.ts +5 -0
- package/dist/types/components/2_blocks/CommunicationPanel/styles/types.d.ts +401 -0
- package/dist/types/components/2_blocks/FeedFoundItem/styles/types.d.ts +89 -0
- package/dist/types/components/2_blocks/FeedFoundObjects/styles/types.d.ts +37 -0
- package/dist/types/components/2_blocks/FeedSearch/styles/types.d.ts +63 -0
- package/dist/types/components/2_blocks/SelectUser/styles/types.d.ts +53 -0
- package/dist/types/components/2_blocks/SelectUser2/styles/types.d.ts +19 -0
- package/dist/types/components/2_blocks/index.d.ts +6 -0
- package/dist/types/components/2_chatinput_elements/ButtonCommandsSelector/styles/types.d.ts +23 -0
- package/dist/types/components/2_chatinput_elements/ButtonEmojiPicker/styles/types.d.ts +35 -0
- package/dist/types/components/2_chatinput_elements/ButtonTemplateSelector/styles/types.d.ts +29 -0
- package/dist/types/components/2_chatinput_elements/ButtonWabaTemplateSelector/styles/types.d.ts +29 -0
- package/dist/types/components/2_chatinput_elements/FilePreview/styles/types.d.ts +141 -0
- package/dist/types/components/2_chatinput_elements/FileUploader/styles/types.d.ts +23 -0
- package/dist/types/components/{compounds → 2_chatinput_elements}/TemplateSelector/TemplateSelector.vue.d.ts +2 -0
- package/dist/types/components/2_chatinput_elements/TemplateSelector/styles/types.d.ts +323 -0
- package/dist/types/components/2_chatinput_elements/WABAAttachmentSection/styles/types.d.ts +59 -0
- package/dist/types/components/2_chatinput_elements/WABAQuickReplyButtons/styles/types.d.ts +35 -0
- package/dist/types/components/2_chatinput_elements/WABASeparatedQuickButtons/styles/types.d.ts +65 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/WABATemplateSelector/WABATemplateSelector.vue.d.ts +2 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/WABATemplateSelector/stories/WABATemplateSelector.stories.d.ts +2 -0
- package/dist/types/components/2_chatinput_elements/WABATemplateSelector/styles/types.d.ts +363 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/index.d.ts +1 -11
- package/dist/types/components/2_chatlist_elements/ChatFilter/styles/types.d.ts +43 -0
- package/dist/types/components/2_chatlist_elements/ChatItem/ChatItem.vue.d.ts +24 -0
- package/dist/types/components/2_chatlist_elements/ChatItem/styles/types.d.ts +293 -0
- package/dist/types/components/2_chatlist_elements/ChatItem/types.d.ts +39 -0
- package/dist/types/components/2_chatlist_elements/ChatTabs/styles/types.d.ts +65 -0
- package/dist/types/components/2_chatlist_elements/index.d.ts +3 -0
- package/dist/types/components/2_elements/AudioRecorder/styles/types.d.ts +79 -0
- package/dist/types/components/2_elements/ChannelSelector/styles/types.d.ts +49 -0
- package/dist/types/components/2_elements/ChatInfo/styles/types.d.ts +93 -0
- package/dist/types/components/2_elements/ChatPanel/styles/types.d.ts +53 -0
- package/dist/types/components/{elements → 2_elements}/ContactInfo/ContactInfo.vue.d.ts +3 -3
- package/dist/types/components/{elements → 2_elements}/ContactInfo/stories/ContactInfo.stories.d.ts +3 -3
- package/dist/types/components/2_elements/ContactInfo/styles/types.d.ts +219 -0
- package/dist/types/components/2_elements/ThemeMode/styles/types.d.ts +99 -0
- package/dist/types/components/2_elements/UserProfile/styles/types.d.ts +61 -0
- package/dist/types/components/2_elements/VideoRecorder/styles/types.d.ts +37 -0
- package/dist/types/components/2_elements/index.d.ts +8 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/AudioMessage/AudioMessage.vue.d.ts +3 -3
- package/dist/types/components/2_feed_elements/AudioMessage/styles/types.d.ts +443 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/BaseReplyMessage/BaseReplyMessage.vue.d.ts +8 -4
- package/dist/types/components/2_feed_elements/BaseReplyMessage/styles/types.d.ts +73 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/CallMessage/CallMessage.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/CallMessage/styles/types.d.ts +311 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/DateMessage/DateMessage.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/DateMessage/styles/types.d.ts +34 -0
- package/dist/types/components/2_feed_elements/DateMessageSticky/styles/types.d.ts +35 -0
- package/dist/types/components/2_feed_elements/FeedKeyboard/styles/types.d.ts +55 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/FileMessage/FileMessage.vue.d.ts +3 -3
- package/dist/types/components/2_feed_elements/FileMessage/styles/types.d.ts +253 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ImageMessage/ImageMessage.vue.d.ts +3 -3
- package/dist/types/components/2_feed_elements/ImageMessage/styles/types.d.ts +237 -0
- package/dist/types/components/2_feed_elements/MessageKeyboard/styles/types.d.ts +51 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ReplyAudioMessage/ReplyAudioMessage.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/ReplyAudioMessage/stories/ReplyAudioMessage.stories.d.ts +19 -0
- package/dist/types/components/2_feed_elements/ReplyAudioMessage/styles/types.d.ts +71 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ReplyCallMessage/ReplyCallMessage.vue.d.ts +1 -1
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ReplyCallMessage/stories/ReplyCallMessage.stories.d.ts +2 -2
- package/dist/types/components/2_feed_elements/ReplyCallMessage/styles/types.d.ts +61 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ReplyFileMessage/ReplyFileMessage.vue.d.ts +1 -1
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ReplyFileMessage/stories/ReplyFileMessage.stories.d.ts +2 -2
- package/dist/types/components/2_feed_elements/ReplyFileMessage/styles/types.d.ts +67 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ReplyImageMessage/ReplyImageMessage.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/ReplyImageMessage/stories/ReplyImageMessage.stories.d.ts +19 -0
- package/dist/types/components/2_feed_elements/ReplyImageMessage/styles/types.d.ts +85 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ReplyTextMessage/ReplyTextMessage.vue.d.ts +1 -1
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ReplyTextMessage/stories/ReplyTextMessage.stories.d.ts +2 -2
- package/dist/types/components/2_feed_elements/ReplyTextMessage/styles/types.d.ts +35 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ReplyVideoMessage/ReplyVideoMessage.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/ReplyVideoMessage/stories/ReplyVideoMessage.stories.d.ts +19 -0
- package/dist/types/components/2_feed_elements/ReplyVideoMessage/styles/types.d.ts +81 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/SystemMessage/SystemMessage.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/SystemMessage/styles/types.d.ts +23 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/TextMessage/TextMessage.vue.d.ts +3 -3
- package/dist/types/components/2_feed_elements/TextMessage/styles/types.d.ts +203 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/TypingMessage/TypingMessage.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/TypingMessage/styles/types.d.ts +89 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/VideoMessage/VideoMessage.vue.d.ts +3 -3
- package/dist/types/components/2_feed_elements/VideoMessage/styles/types.d.ts +241 -0
- package/dist/types/components/2_feed_elements/index.d.ts +19 -0
- package/dist/types/components/{molecules → 2_modals}/CreateDialog/CreateDialog.vue.d.ts +3 -3
- package/dist/types/components/{molecules → 2_modals}/CreateDialog/stories/CreateDialog.stories.d.ts +3 -3
- package/dist/types/components/2_modals/CreateDialog/styles/types.d.ts +19 -0
- package/dist/types/components/2_modals/Modal/styles/types.d.ts +161 -0
- package/dist/types/components/2_modals/ModalFullscreen/styles/types.d.ts +133 -0
- package/dist/types/components/2_modals/ModalNoFooter/styles/types.d.ts +105 -0
- package/dist/types/components/2_modals/ModalVideoRecorder/styles/types.d.ts +71 -0
- package/dist/types/components/{atoms → 2_modals}/index.d.ts +3 -1
- package/dist/types/components/3_compounds/ChatInput/styles/types.d.ts +159 -0
- package/dist/types/components/{blocks → 3_compounds}/ChatList/ChatList.vue.d.ts +1 -1
- package/dist/types/components/3_compounds/ChatList/styles/types.d.ts +123 -0
- package/dist/types/components/{compounds → 3_compounds}/Feed/Feed.vue.d.ts +11 -2
- package/dist/types/components/3_compounds/Feed/styles/types.d.ts +119 -0
- package/dist/types/components/3_compounds/SideBar/styles/types.d.ts +279 -0
- package/dist/types/components/3_compounds/index.d.ts +4 -0
- package/dist/types/components/4_layouts/AdaptiveExtendedLayout/styles/types.d.ts +83 -0
- package/dist/types/components/4_layouts/BaseLayout/styles/types.d.ts +63 -0
- package/dist/types/components/4_layouts/ChatWrapper/styles/types.d.ts +43 -0
- package/dist/types/components/4_layouts/ExtendedLayout/styles/types.d.ts +79 -0
- package/dist/types/components/4_layouts/FeedLayout/styles/types.d.ts +33 -0
- package/dist/types/components/5_containers/BaseContainer/styles/types.d.ts +39 -0
- package/dist/types/components/5_containers/FloatContainer/styles/types.d.ts +89 -0
- package/dist/types/components/5_containers/PlaceholderComponent/styles/types.d.ts +17 -0
- package/dist/types/components/5_containers/SplashScreen/styles/types.d.ts +17 -0
- package/dist/types/components/index.d.ts +10 -7
- package/dist/types/hooks/index.d.ts +13 -0
- package/dist/types/index.d.ts +3 -4
- package/dist/types/themes/index.d.ts +1 -2
- package/dist/types/themes/types.d.ts +61 -114
- package/dist/types/types/components.d.ts +1 -6
- package/dist/types/types/messages.d.ts +1 -1
- package/dist/vuessages.es.js +86 -65
- package/dist/vuessages.umd.js +6 -6
- package/package.json +11 -5
- package/dist/CreateChat-Dv1RI_Uw.js +0 -31
- package/dist/CreateChat2-DR5H827U.js +0 -42
- package/dist/CreateDialog-lcy7szHJ.js +0 -77
- package/dist/SelectUser2-BpDHmoMk.js +0 -46
- package/dist/chat-background.svg +0 -3
- package/dist/index-BAlmGgQr.js +0 -20864
- package/dist/types/components/blocks/ChatItem/ChatItem.vue.d.ts +0 -20
- package/dist/types/components/blocks/index.d.ts +0 -8
- package/dist/types/components/compounds/Feed/messages/ReplyAudioMessage/stories/ReplyAudioMessage.stories.d.ts +0 -19
- package/dist/types/components/compounds/Feed/messages/ReplyImageMessage/stories/ReplyImageMessage.stories.d.ts +0 -19
- package/dist/types/components/compounds/Feed/messages/ReplyVideoMessage/stories/ReplyVideoMessage.stories.d.ts +0 -19
- package/dist/types/components/compounds/Feed/messages/index.d.ts +0 -6
- package/dist/types/components/compounds/index.d.ts +0 -6
- package/dist/types/components/molecules/index.d.ts +0 -3
- package/dist/types/helpers/sortByTimestamp.d.ts +0 -1
- package/dist/types/helpers/useModalSelectUser2.d.ts +0 -1
- package/dist/types/themes/constants.d.ts +0 -18
- package/dist/types/{BaseAdaptiveExtendedChatApp.vue.d.ts → apps/BaseAdaptiveExtendedChatApp/BaseAdaptiveExtendedChatApp.vue.d.ts} +0 -0
- package/dist/types/{BaseBaseChatApp.vue.d.ts → apps/BaseBaseChatApp/BaseBaseChatApp.vue.d.ts} +0 -0
- package/dist/types/{BaseExtendedChatApp.vue.d.ts → apps/BaseExtendedChatApp/BaseExtendedChatApp.vue.d.ts} +0 -0
- package/dist/types/{BaseFeedChatApp.vue.d.ts → apps/BaseFeedChatApp/BaseFeedChatApp.vue.d.ts} +0 -0
- package/dist/types/{FloatExtendedChatApp.vue.d.ts → apps/FloatExtendedChatApp/FloatExtendedChatApp.vue.d.ts} +0 -0
- package/dist/types/{MobilonExtendedChatApp.vue.d.ts → apps/MobilonExtendedChatApp/MobilonExtendedChatApp.vue.d.ts} +0 -0
- package/dist/types/{data → apps/data}/channels.d.ts +0 -0
- package/dist/types/{data → apps/data}/chats.d.ts +0 -0
- package/dist/types/{data → apps/data}/groupTemplates.d.ts +0 -0
- package/dist/types/{data → apps/data}/index.d.ts +0 -0
- package/dist/types/{data → apps/data}/messages.d.ts +0 -0
- package/dist/types/{data → apps/data}/sidebarItems.d.ts +0 -0
- package/dist/types/{data → apps/data}/templates.d.ts +0 -0
- package/dist/types/{data → apps/data}/userProfile.d.ts +0 -0
- package/dist/types/{data → apps/data}/users.d.ts +0 -0
- package/dist/types/{data → apps/data}/wabaTemplates.d.ts +0 -0
- package/dist/types/{helpers → apps/helpers}/playNotificationAudio.d.ts +0 -0
- package/dist/types/{helpers → apps/helpers}/prepareTimeline.d.ts +0 -0
- package/dist/types/{helpers → apps/helpers}/useCreateChat.d.ts +0 -0
- package/dist/types/{helpers → apps/helpers}/useCreateChat2.d.ts +0 -0
- package/dist/types/{helpers → apps/helpers}/useCreateDialog.d.ts +0 -0
- package/dist/types/{stores → apps/stores}/useChatStore.d.ts +0 -0
- package/dist/types/components/{elements → 1_atoms}/ButtonContextMenu/ButtonContextMenu.vue.d.ts +0 -0
- package/dist/types/components/{elements → 1_atoms}/ButtonContextMenu/stories/ButtonContextMenu.stories.d.ts +0 -0
- package/dist/types/components/{elements → 1_atoms}/ContextMenu/ContextMenu.vue.d.ts +0 -0
- package/dist/types/components/{elements → 1_atoms}/ContextMenu/stories/ContextMenu.stories.d.ts +0 -0
- package/dist/types/components/{molecules → 1_atoms}/EmbedPreview/EmbedPreview.vue.d.ts +0 -0
- package/dist/types/components/{molecules → 1_atoms}/EmbedPreview/stories/EmbedPreview.stories.d.ts +0 -0
- package/dist/types/components/{molecules → 1_atoms}/LinkPreview/LinkPreview.vue.d.ts +0 -0
- package/dist/types/components/{molecules → 1_atoms}/LinkPreview/stories/LinkPreview.stories.d.ts +0 -0
- package/dist/types/components/{atoms → 1_atoms}/Tooltip/Tooltip.stories.d.ts +0 -0
- package/dist/types/components/{atoms → 1_atoms}/Tooltip/Tooltip.vue.d.ts +0 -0
- package/dist/types/components/{atoms → 1_atoms}/Tooltip/stories/Tooltip.stories.d.ts +0 -0
- package/dist/types/components/{icons → 1_icons}/AvatarIcon.vue.d.ts +0 -0
- package/dist/types/components/{icons → 1_icons}/CheckIcon.vue.d.ts +0 -0
- package/dist/types/components/{icons → 1_icons}/CloseButtonIcon.vue.d.ts +0 -0
- package/dist/types/components/{icons → 1_icons}/ContactCRMIcon.vue.d.ts +0 -0
- package/dist/types/components/{icons → 1_icons}/MenuIcon.vue.d.ts +0 -0
- package/dist/types/components/{icons → 1_icons}/SearchIcon.vue.d.ts +0 -0
- package/dist/types/components/{icons → 1_icons}/SettingsIcon.vue.d.ts +0 -0
- package/dist/types/components/{icons → 1_icons}/TelegramIcon.vue.d.ts +0 -0
- package/dist/types/components/{icons → 1_icons}/WhatsAppIcon.vue.d.ts +0 -0
- package/dist/types/components/{icons → 1_icons}/index.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/CommunicationPanel.vue.d.ts +2 -2
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/CommunicationPanelMaxIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/CommunicationPanelPhoneIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/CommunicationPanelSMSIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/CommunicationPanelSubmenuMaxIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/CommunicationPanelSubmenuPhoneIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/CommunicationPanelSubmenuSMSIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/CommunicationPanelSubmenuTelegramIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/CommunicationPanelSubmenuWhatsAppIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/CommunicationPanelTelegramIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/CommunicationPanelWhatsAppIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/icons/index.d.ts +0 -0
- package/dist/types/components/{compounds → 2_blocks}/CommunicationPanel/stories/CommunicationPanel.stories.d.ts +2 -2
- package/dist/types/components/{blocks → 2_blocks}/FeedFoundItem/FeedFoundItem.vue.d.ts +0 -0
- package/dist/types/components/{blocks → 2_blocks}/FeedFoundItem/stories/FeedFoundItem.stories.d.ts +0 -0
- package/dist/types/components/{blocks → 2_blocks}/FeedFoundObjects/FeedFoundObjects.vue.d.ts +2 -2
- package/dist/types/components/{blocks → 2_blocks}/FeedFoundObjects/stories/FeedFoundObjects.stories.d.ts +0 -0
- package/dist/types/components/{blocks → 2_blocks}/FeedSearch/FeedSearch.vue.d.ts +0 -0
- package/dist/types/components/{blocks → 2_blocks}/FeedSearch/stories/FeedSearch.stories.d.ts +0 -0
- package/dist/types/components/{molecules → 2_blocks}/SelectUser/SelectUser.vue.d.ts +0 -0
- package/dist/types/components/{molecules → 2_blocks}/SelectUser/stories/SelectUser.stories.d.ts +0 -0
- package/dist/types/components/{molecules → 2_blocks}/SelectUser2/SelectUser2.vue.d.ts +0 -0
- package/dist/types/components/{molecules → 2_blocks}/SelectUser2/stories/SelectUser2.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonCommandsSelector/ButtonCommandsSelector.vue.d.ts +1 -1
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonCommandsSelector/stories/ButtonCommandsSelector.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonEmojiPicker/ButtonEmojiPicker.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonEmojiPicker/icons/SmilesIcon.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonEmojiPicker/icons/index.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonEmojiPicker/stories/ButtonEmojiPicker.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonTemplateSelector/ButtonTemplateSelector.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonTemplateSelector/icons/index.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonTemplateSelector/stories/ButtonTemplateSelector.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.d.ts +2 -2
- package/dist/types/components/{elements → 2_chatinput_elements}/ButtonWabaTemplateSelector/stories/ButtonWabaTemplateSelector.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/FilePreview/FilePreview.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/FilePreview/stories/FilePreview.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/FileUploader/FileUploader.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/FileUploader/icons/FileUploaderIcon.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/FileUploader/icons/index.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/FileUploader/stories/FileUploader.stories.d.ts +0 -0
- package/dist/types/components/{compounds → 2_chatinput_elements}/TemplateSelector/stories/TemplateSelector.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/WABAAttachmentSection/WABAAttachmentSection.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/WABAAttachmentSection/stories/WABAAttachmentSection.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/WABAQuickReplyButtons/WABAQuickReplyButtons.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/WABAQuickReplyButtons/stories/WABAQuickReplyButtons.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatinput_elements}/WABASeparatedQuickButtons/stories/WABASeparatedQuickButtons.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatlist_elements}/ChatFilter/ChatFilter.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatlist_elements}/ChatFilter/stories/ChatFilter.stories.d.ts +0 -0
- package/dist/types/components/{blocks → 2_chatlist_elements}/ChatItem/stories/ChatItem.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatlist_elements}/ChatTabs/ChatTabs.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_chatlist_elements}/ChatTabs/stories/ChatTabs.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_elements}/AudioRecorder/AudioRecorder.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_elements}/AudioRecorder/stories/AudioRecorder.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_elements}/ChannelSelector/ChannelSelector.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_elements}/ChannelSelector/stories/ChannelSelector.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_elements}/ChatInfo/ChatInfo.vue.d.ts +2 -2
- package/dist/types/components/{elements → 2_elements}/ChatInfo/stories/ChatInfo.stories.d.ts +0 -0
- package/dist/types/components/{blocks → 2_elements}/ChatPanel/ChatPanel.vue.d.ts +0 -0
- package/dist/types/components/{blocks → 2_elements}/ChatPanel/stories/ChatPanel.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_elements}/ThemeMode/ThemeMode.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_elements}/ThemeMode/stories/ThemeMode.stories.d.ts +0 -0
- package/dist/types/components/{compounds → 2_elements}/UserProfile/UserProfile.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 2_elements}/UserProfile/stories/UserProfile.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_elements}/VideoRecorder/VideoRecorder.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_elements}/VideoRecorder/stories/VideoRecorder.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/AudioMessage/stories/AudioMessage.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/BaseReplyMessage/stories/BaseReplyMessage.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/CallMessage/stories/CallMessage.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/DateMessage/stories/DateMessage.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/DateMessageSticky/DateMessageSticky.vue.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/DateMessageSticky/stories/DateMessageSticky.stories.d.ts +0 -0
- package/dist/types/components/{elements → 2_feed_elements}/FeedKeyboard/FeedKeyboard.vue.d.ts +0 -0
- package/dist/types/components/{elements → 2_feed_elements}/FeedKeyboard/stories/FeedKeyboard.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/FileMessage/stories/FileMessage.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/ImageMessage/stories/ImageMessage.stories.d.ts +0 -0
- package/dist/types/components/{blocks → 2_feed_elements}/MessageKeyboard/MessageKeyboard.vue.d.ts +0 -0
- package/dist/types/components/{blocks → 2_feed_elements}/MessageKeyboard/stories/MessageKeyboard.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/SystemMessage/stories/SystemMessage.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/TextMessage/stories/TextMessage.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/TypingMessage/stories/TypingMessage.stories.d.ts +0 -0
- package/dist/types/components/{compounds/Feed/messages → 2_feed_elements}/VideoMessage/stories/VideoMessage.stories.d.ts +0 -0
- package/dist/types/components/{molecules → 2_modals}/CreateChat/CreateChat.vue.d.ts +0 -0
- package/dist/types/components/{molecules → 2_modals}/CreateChat/stories/CreateChat.stories.d.ts +0 -0
- package/dist/types/components/{molecules → 2_modals}/CreateChat2/CreateChat2.vue.d.ts +0 -0
- package/dist/types/components/{molecules → 2_modals}/CreateChat2/stories/CreateChat2.stories.d.ts +0 -0
- package/dist/types/components/{atoms → 2_modals}/Modal/Modal.vue.d.ts +0 -0
- package/dist/types/components/{atoms → 2_modals}/Modal/stories/Modal.stories.d.ts +0 -0
- package/dist/types/components/{atoms → 2_modals}/ModalFullscreen/ModalFullscreen.vue.d.ts +0 -0
- package/dist/types/components/{atoms → 2_modals}/ModalFullscreen/stories/ModalFullscreen.stories.d.ts +0 -0
- package/dist/types/components/{atoms → 2_modals}/ModalNoFooter/ModalNoFooter.vue.d.ts +0 -0
- package/dist/types/components/{atoms → 2_modals}/ModalNoFooter/stories/ModalNoFooter.stories.d.ts +0 -0
- package/dist/types/components/{compounds → 2_modals}/ModalVideoRecorder/ModalVideoRecorder.vue.d.ts +2 -2
- package/dist/types/components/{compounds → 2_modals}/ModalVideoRecorder/stories/ModalVideoRecorder.stories.d.ts +2 -2
- package/dist/types/components/{compounds → 3_compounds}/ChatInput/ChatInput.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 3_compounds}/ChatInput/icons/MaxSendIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 3_compounds}/ChatInput/icons/SMSSendIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 3_compounds}/ChatInput/icons/TelegramSendIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 3_compounds}/ChatInput/icons/WhatsAppSendIcon.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 3_compounds}/ChatInput/icons/index.d.ts +0 -0
- package/dist/types/components/{compounds → 3_compounds}/ChatInput/stories/ChatInput.stories.d.ts +0 -0
- package/dist/types/components/{blocks → 3_compounds}/ChatList/stories/ChatList.stories.d.ts +0 -0
- package/dist/types/components/{compounds → 3_compounds}/Feed/stories/Feed.stories.d.ts +0 -0
- package/dist/types/components/{compounds → 3_compounds}/SideBar/SideBar.vue.d.ts +0 -0
- package/dist/types/components/{compounds → 3_compounds}/SideBar/stories/SideBar.stories.d.ts +0 -0
- package/dist/types/components/{layouts → 4_layouts}/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.d.ts +0 -0
- package/dist/types/components/{layouts → 4_layouts}/BaseLayout/BaseLayout.vue.d.ts +0 -0
- package/dist/types/components/{layouts → 4_layouts}/ChatWrapper/ChatWrapper.vue.d.ts +0 -0
- package/dist/types/components/{layouts → 4_layouts}/ExtendedLayout/ExtendedLayout.vue.d.ts +0 -0
- package/dist/types/components/{layouts → 4_layouts}/FeedLayout/FeedLayout.vue.d.ts +0 -0
- package/dist/types/components/{layouts → 4_layouts}/index.d.ts +0 -0
- package/dist/types/components/{containers → 5_containers}/BaseContainer/BaseContainer.vue.d.ts +0 -0
- package/dist/types/components/{containers → 5_containers}/FloatContainer/FloatContainer.vue.d.ts +2 -2
- package/dist/types/components/{containers → 5_containers}/PlaceholderComponent/PlaceholderComponent.vue.d.ts +2 -2
- /package/dist/types/components/{containers → 5_containers}/SplashScreen/SplashScreen.vue.d.ts +0 -0
- /package/dist/types/components/{containers → 5_containers}/index.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/formatTimestamp.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/generatePreview.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/getStatusMessage.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/getTypeFileByMime.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/throttle.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/uploadFile.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useDelayDebouncedRef.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useImmediateDebouncedRef.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useMessage.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useModal.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useSearchModel.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useTheme.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useVideoRecorder.d.ts +0 -0
@@ -0,0 +1,53 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента ChatPanel
|
3
|
+
*/
|
4
|
+
export interface ChatPanelThemeCSSVariables {
|
5
|
+
/** Отображение панели чата */
|
6
|
+
'--chotto-chatpanel-display': string;
|
7
|
+
/** Выравнивание элементов панели чата */
|
8
|
+
'--chotto-chatpanel-align-items': string;
|
9
|
+
/** Направление флекс-контейнера панели чата */
|
10
|
+
'--chotto-chatpanel-flex-direction': string;
|
11
|
+
/** Высота панели чата */
|
12
|
+
'--chotto-chatpanel-height': string;
|
13
|
+
/** Отображение заголовка панели чата */
|
14
|
+
'--chotto-chatpanel-header-display': string;
|
15
|
+
/** Промежуток между элементами заголовка */
|
16
|
+
'--chotto-chatpanel-header-gap': string;
|
17
|
+
/** Отображение контейнера заголовка */
|
18
|
+
'--chotto-chatpanel-title-container-display': string;
|
19
|
+
/** Выравнивание по главной оси контейнера заголовка */
|
20
|
+
'--chotto-chatpanel-title-container-justify': string;
|
21
|
+
/** Выравнивание по поперечной оси контейнера заголовка */
|
22
|
+
'--chotto-chatpanel-title-container-align': string;
|
23
|
+
/** Межбуквенное расстояние заголовка */
|
24
|
+
'--chotto-chatpanel-title-letter-spacing': string;
|
25
|
+
/** Размер шрифта заголовка */
|
26
|
+
'--chotto-chatpanel-title-font-size': string;
|
27
|
+
/** Толщина шрифта заголовка */
|
28
|
+
'--chotto-chatpanel-title-font-weight': string;
|
29
|
+
/** Семейство шрифта заголовка */
|
30
|
+
'--chotto-chatpanel-title-font-family': string;
|
31
|
+
/** Цвет текста заголовка */
|
32
|
+
'--chotto-chatpanel-title-text-color': string;
|
33
|
+
/** Цвет фона кнопки закрытия */
|
34
|
+
'--chotto-chatpanel-button-close-bg': string;
|
35
|
+
/** Граница кнопки закрытия */
|
36
|
+
'--chotto-chatpanel-button-close-border': string;
|
37
|
+
/** Курсор кнопки закрытия */
|
38
|
+
'--chotto-chatpanel-button-close-cursor': string;
|
39
|
+
/** Размер иконки кнопки */
|
40
|
+
'--chotto-chatpanel-button-icon-size': string;
|
41
|
+
/** Цвет активной кнопки */
|
42
|
+
'--chotto-chatpanel-button-color-active': string;
|
43
|
+
/** Ширина полосы прокрутки */
|
44
|
+
'--chotto-chatpanel-scrollbar-width': string;
|
45
|
+
/** Цвет фона полосы прокрутки */
|
46
|
+
'--chotto-chatpanel-scrollbar-bg': string;
|
47
|
+
/** Радиус границы ползунка полосы прокрутки */
|
48
|
+
'--chotto-chatpanel-scrollbar-thumb-radius': string;
|
49
|
+
/** Цвет фона ползунка полосы прокрутки */
|
50
|
+
'--chotto-chatpanel-scrollbar-thumb-bg': string;
|
51
|
+
/** Радиус границы дорожки полосы прокрутки */
|
52
|
+
'--chotto-chatpanel-scrollbar-track-radius': string;
|
53
|
+
}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
2
|
-
$emit: (event: "close" | "
|
3
|
-
contact: Record<string, any>;
|
2
|
+
$emit: (event: "close" | "select-attribute-channel" | "open-crm", ...args: any[]) => void;
|
4
3
|
channels: unknown[];
|
4
|
+
contact: Record<string, any>;
|
5
5
|
currentDialog: Record<string, any>;
|
6
6
|
$props: {
|
7
|
-
readonly contact?: Record<string, any> | undefined;
|
8
7
|
readonly channels?: unknown[] | undefined;
|
8
|
+
readonly contact?: Record<string, any> | undefined;
|
9
9
|
readonly currentDialog?: Record<string, any> | undefined;
|
10
10
|
};
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/dist/types/components/{elements → 2_elements}/ContactInfo/stories/ContactInfo.stories.d.ts
RENAMED
@@ -2,13 +2,13 @@ import type { StoryObj } from '@storybook/vue3-vite';
|
|
2
2
|
declare const meta: {
|
3
3
|
title: string;
|
4
4
|
component: import("vue").DefineComponent<{}, {
|
5
|
-
$emit: (event: "close" | "
|
6
|
-
contact: Record<string, any>;
|
5
|
+
$emit: (event: "close" | "select-attribute-channel" | "open-crm", ...args: any[]) => void;
|
7
6
|
channels: unknown[];
|
7
|
+
contact: Record<string, any>;
|
8
8
|
currentDialog: Record<string, any>;
|
9
9
|
$props: {
|
10
|
-
readonly contact?: Record<string, any> | undefined;
|
11
10
|
readonly channels?: unknown[] | undefined;
|
11
|
+
readonly contact?: Record<string, any> | undefined;
|
12
12
|
readonly currentDialog?: Record<string, any> | undefined;
|
13
13
|
};
|
14
14
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
@@ -0,0 +1,219 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента ContactInfo
|
3
|
+
*/
|
4
|
+
export interface ContactInfoThemeCSSVariables {
|
5
|
+
/** Верхний отступ контейнера информации о контакте */
|
6
|
+
'--chotto-contactinfo-margin-top': string;
|
7
|
+
/** Минимальная ширина контейнера информации о контакте */
|
8
|
+
'--chotto-contactinfo-min-width': string;
|
9
|
+
/** Размер шрифта контейнера информации о контакте */
|
10
|
+
'--chotto-contactinfo-font-size': string;
|
11
|
+
/** Нижний отступ списка атрибутов */
|
12
|
+
'--chotto-contactinfo-attribute-list-padding-bottom': string;
|
13
|
+
/** Левый отступ списка атрибутов */
|
14
|
+
'--chotto-contactinfo-attribute-list-margin-left': string;
|
15
|
+
/** Отображение элемента атрибута */
|
16
|
+
'--chotto-contactinfo-attribute-item-display': string;
|
17
|
+
/** Выравнивание элементов элемента атрибута по вертикали */
|
18
|
+
'--chotto-contactinfo-attribute-item-align-items': string;
|
19
|
+
/** Нижний отступ элемента атрибута */
|
20
|
+
'--chotto-contactinfo-attribute-item-margin-bottom': string;
|
21
|
+
/** Непрозрачность input элемента атрибута */
|
22
|
+
'--chotto-contactinfo-attribute-item-input-opacity': string;
|
23
|
+
/** Позиционирование input элемента атрибута */
|
24
|
+
'--chotto-contactinfo-attribute-item-input-position': string;
|
25
|
+
/** Ширина input элемента атрибута */
|
26
|
+
'--chotto-contactinfo-attribute-item-input-width': string;
|
27
|
+
/** Высота input элемента атрибута */
|
28
|
+
'--chotto-contactinfo-attribute-item-input-height': string;
|
29
|
+
/** Отображение label элемента атрибута */
|
30
|
+
'--chotto-contactinfo-attribute-item-label-display': string;
|
31
|
+
/** Выравнивание элементов label элемента атрибута по вертикали */
|
32
|
+
'--chotto-contactinfo-attribute-item-label-align-items': string;
|
33
|
+
/** Курсор label элемента атрибута */
|
34
|
+
'--chotto-contactinfo-attribute-item-label-cursor': string;
|
35
|
+
/** Отступы label элемента атрибута */
|
36
|
+
'--chotto-contactinfo-attribute-item-label-margin': string;
|
37
|
+
/** Левый отступ значка текущего чата */
|
38
|
+
'--chotto-contactinfo-attribute-item-current-chat-badge-margin-left': string;
|
39
|
+
/** Размер шрифта значка текущего чата */
|
40
|
+
'--chotto-contactinfo-attribute-item-current-chat-badge-font-size': string;
|
41
|
+
/** Цвет значка текущего чата */
|
42
|
+
'--chotto-contactinfo-attribute-item-current-chat-badge-color': string;
|
43
|
+
/** Отображение кастомного радио */
|
44
|
+
'--chotto-contactinfo-custom-radio-display': string;
|
45
|
+
/** Выравнивание элементов кастомного радио по вертикали */
|
46
|
+
'--chotto-contactinfo-custom-radio-align-items': string;
|
47
|
+
/** Выравнивание содержимого кастомного радио по горизонтали */
|
48
|
+
'--chotto-contactinfo-custom-radio-justify-content': string;
|
49
|
+
/** Ширина кастомного радио */
|
50
|
+
'--chotto-contactinfo-custom-radio-width': string;
|
51
|
+
/** Высота кастомного радио */
|
52
|
+
'--chotto-contactinfo-custom-radio-height': string;
|
53
|
+
/** Граница кастомного радио */
|
54
|
+
'--chotto-contactinfo-custom-radio-border': string;
|
55
|
+
/** Радиус границы кастомного радио */
|
56
|
+
'--chotto-contactinfo-custom-radio-border-radius': string;
|
57
|
+
/** Правый отступ кастомного радио */
|
58
|
+
'--chotto-contactinfo-custom-radio-margin-right': string;
|
59
|
+
/** Сжатие кастомного радио */
|
60
|
+
'--chotto-contactinfo-custom-radio-flex-shrink': string;
|
61
|
+
/** Переход кастомного радио */
|
62
|
+
'--chotto-contactinfo-custom-radio-transition': string;
|
63
|
+
/** Позиционирование внутренней части радио */
|
64
|
+
'--chotto-contactinfo-radio-inner-position': string;
|
65
|
+
/** Ширина внутренней части радио */
|
66
|
+
'--chotto-contactinfo-radio-inner-width': string;
|
67
|
+
/** Высота внутренней части радио */
|
68
|
+
'--chotto-contactinfo-radio-inner-height': string;
|
69
|
+
/** Отображение внутренней части радио */
|
70
|
+
'--chotto-contactinfo-radio-inner-display': string;
|
71
|
+
/** Выравнивание элементов внутренней части радио по вертикали */
|
72
|
+
'--chotto-contactinfo-radio-inner-align-items': string;
|
73
|
+
/** Выравнивание содержимого внутренней части радио по горизонтали */
|
74
|
+
'--chotto-contactinfo-radio-inner-justify-content': string;
|
75
|
+
/** Переход внутренней части радио */
|
76
|
+
'--chotto-contactinfo-radio-inner-transition': string;
|
77
|
+
/** Цвет границы кастомного радио при наведении на label элемента атрибута */
|
78
|
+
'--chotto-contactinfo-attribute-item-label-hover-custom-radio-border-color': string;
|
79
|
+
/** Нижний отступ секции канала */
|
80
|
+
'--chotto-contactinfo-channel-section-margin-bottom': string;
|
81
|
+
/** Отображение метки канала */
|
82
|
+
'--chotto-contactinfo-channel-label-display': string;
|
83
|
+
/** Размер шрифта метки канала */
|
84
|
+
'--chotto-contactinfo-channel-label-font-size': string;
|
85
|
+
/** Цвет метки канала */
|
86
|
+
'--chotto-contactinfo-channel-label-color': string;
|
87
|
+
/** Отступы метки канала */
|
88
|
+
'--chotto-contactinfo-channel-label-margin': string;
|
89
|
+
/** Позиционирование кастомного селекта */
|
90
|
+
'--chotto-contactinfo-custom-select-position': string;
|
91
|
+
/** Ширина кастомного селекта */
|
92
|
+
'--chotto-contactinfo-custom-select-width': string;
|
93
|
+
/** Отображение триггера селекта */
|
94
|
+
'--chotto-contactinfo-select-trigger-display': string;
|
95
|
+
/** Выравнивание элементов триггера селекта по вертикали */
|
96
|
+
'--chotto-contactinfo-select-trigger-align-items': string;
|
97
|
+
/** Отступы триггера селекта */
|
98
|
+
'--chotto-contactinfo-select-trigger-padding': string;
|
99
|
+
/** Граница триггера селекта */
|
100
|
+
'--chotto-contactinfo-select-trigger-border': string;
|
101
|
+
/** Радиус границы триггера селекта */
|
102
|
+
'--chotto-contactinfo-select-trigger-border-radius': string;
|
103
|
+
/** Фон триггера селекта */
|
104
|
+
'--chotto-contactinfo-select-trigger-background': string;
|
105
|
+
/** Курсор триггера селекта */
|
106
|
+
'--chotto-contactinfo-select-trigger-cursor': string;
|
107
|
+
/** Размер шрифта триггера селекта */
|
108
|
+
'--chotto-contactinfo-select-trigger-font-size': string;
|
109
|
+
/** Цвет триггера селекта */
|
110
|
+
'--chotto-contactinfo-select-trigger-color': string;
|
111
|
+
/** Выбор текста триггера селекта */
|
112
|
+
'--chotto-contactinfo-select-trigger-user-select': string;
|
113
|
+
/** Левый отступ триггера селекта */
|
114
|
+
'--chotto-contactinfo-select-trigger-margin-left': string;
|
115
|
+
/** Ширина иконки */
|
116
|
+
'--chotto-contactinfo-icon-width': string;
|
117
|
+
/** Высота иконки */
|
118
|
+
'--chotto-contactinfo-icon-height': string;
|
119
|
+
/** Правый отступ иконки */
|
120
|
+
'--chotto-contactinfo-icon-margin-right': string;
|
121
|
+
/** Отображение иконки */
|
122
|
+
'--chotto-contactinfo-icon-display': string;
|
123
|
+
/** Выравнивание элементов иконки по вертикали */
|
124
|
+
'--chotto-contactinfo-icon-align-items': string;
|
125
|
+
/** Выравнивание содержимого иконки по горизонтали */
|
126
|
+
'--chotto-contactinfo-icon-justify-content': string;
|
127
|
+
/** Ширина SVG иконки */
|
128
|
+
'--chotto-contactinfo-icon-svg-width': string;
|
129
|
+
/** Высота SVG иконки */
|
130
|
+
'--chotto-contactinfo-icon-svg-height': string;
|
131
|
+
/** Левый отступ стрелки */
|
132
|
+
'--chotto-contactinfo-arrow-margin-left': string;
|
133
|
+
/** Переход стрелки */
|
134
|
+
'--chotto-contactinfo-arrow-transition': string;
|
135
|
+
/** Трансформация открытой стрелки */
|
136
|
+
'--chotto-contactinfo-arrow-open-transform': string;
|
137
|
+
/** Позиционирование опций селекта */
|
138
|
+
'--chotto-contactinfo-select-options-position': string;
|
139
|
+
/** Верхняя позиция опций селекта */
|
140
|
+
'--chotto-contactinfo-select-options-top': string;
|
141
|
+
/** Левая позиция опций селекта */
|
142
|
+
'--chotto-contactinfo-select-options-left': string;
|
143
|
+
/** Правая позиция опций селекта */
|
144
|
+
'--chotto-contactinfo-select-options-right': string;
|
145
|
+
/** Фон опций селекта */
|
146
|
+
'--chotto-contactinfo-select-options-background': string;
|
147
|
+
/** Граница опций селекта */
|
148
|
+
'--chotto-contactinfo-select-options-border': string;
|
149
|
+
/** Верхняя граница опций селекта */
|
150
|
+
'--chotto-contactinfo-select-options-border-top': string;
|
151
|
+
/** Радиус границы опций селекта */
|
152
|
+
'--chotto-contactinfo-select-options-border-radius': string;
|
153
|
+
/** Максимальная высота опций селекта */
|
154
|
+
'--chotto-contactinfo-select-options-max-height': string;
|
155
|
+
/** Вертикальная прокрутка опций селекта */
|
156
|
+
'--chotto-contactinfo-select-options-overflow-y': string;
|
157
|
+
/** Z-index опций селекта */
|
158
|
+
'--chotto-contactinfo-select-options-z-index': string;
|
159
|
+
/** Тень опций селекта */
|
160
|
+
'--chotto-contactinfo-select-options-box-shadow': string;
|
161
|
+
/** Отображение опции селекта */
|
162
|
+
'--chotto-contactinfo-select-option-display': string;
|
163
|
+
/** Выравнивание элементов опции селекта по вертикали */
|
164
|
+
'--chotto-contactinfo-select-option-align-items': string;
|
165
|
+
/** Отступы опции селекта */
|
166
|
+
'--chotto-contactinfo-select-option-padding': string;
|
167
|
+
/** Курсор опции селекта */
|
168
|
+
'--chotto-contactinfo-select-option-cursor': string;
|
169
|
+
/** Размер шрифта опции селекта */
|
170
|
+
'--chotto-contactinfo-select-option-font-size': string;
|
171
|
+
/** Цвет опции селекта */
|
172
|
+
'--chotto-contactinfo-select-option-color': string;
|
173
|
+
/** Выбор текста опции селекта */
|
174
|
+
'--chotto-contactinfo-select-option-user-select': string;
|
175
|
+
/** Цвет фона опции селекта при наведении */
|
176
|
+
'--chotto-contactinfo-select-option-hover-background-color': string;
|
177
|
+
/** Ширина разделителя */
|
178
|
+
'--chotto-contactinfo-divider-width': string;
|
179
|
+
/** Высота разделителя */
|
180
|
+
'--chotto-contactinfo-divider-height': string;
|
181
|
+
/** Цвет фона разделителя */
|
182
|
+
'--chotto-contactinfo-divider-background-color': string;
|
183
|
+
/** Нижний отступ разделителя */
|
184
|
+
'--chotto-contactinfo-divider-margin-bottom': string;
|
185
|
+
/** Левый отступ разделителя */
|
186
|
+
'--chotto-contactinfo-divider-margin-left': string;
|
187
|
+
/** Отображение кнопки */
|
188
|
+
'--chotto-contactinfo-button-display': string;
|
189
|
+
/** Выравнивание элементов кнопки по вертикали */
|
190
|
+
'--chotto-contactinfo-button-align-items': string;
|
191
|
+
/** Отступ между элементами кнопки */
|
192
|
+
'--chotto-contactinfo-button-gap': string;
|
193
|
+
/** Отступы кнопки */
|
194
|
+
'--chotto-contactinfo-button-padding': string;
|
195
|
+
/** Ширина кнопки */
|
196
|
+
'--chotto-contactinfo-button-width': string;
|
197
|
+
/** Граница кнопки */
|
198
|
+
'--chotto-contactinfo-button-border': string;
|
199
|
+
/** Фон кнопки */
|
200
|
+
'--chotto-contactinfo-button-background': string;
|
201
|
+
/** Курсор кнопки */
|
202
|
+
'--chotto-contactinfo-button-cursor': string;
|
203
|
+
/** Цвет кнопки */
|
204
|
+
'--chotto-contactinfo-button-color': string;
|
205
|
+
/** Размер шрифта кнопки */
|
206
|
+
'--chotto-contactinfo-button-font-size': string;
|
207
|
+
/** Выравнивание текста кнопки */
|
208
|
+
'--chotto-contactinfo-button-text-align': string;
|
209
|
+
/** Радиус границы кнопки */
|
210
|
+
'--chotto-contactinfo-button-border-radius': string;
|
211
|
+
/** Переход кнопки */
|
212
|
+
'--chotto-contactinfo-button-transition': string;
|
213
|
+
/** Цвет фона кнопки при наведении */
|
214
|
+
'--chotto-contactinfo-button-hover-background-color': string;
|
215
|
+
/** Ширина SVG/изображения кнопки */
|
216
|
+
'--chotto-contactinfo-button-svg-img-width': string;
|
217
|
+
/** Высота SVG/изображения кнопки */
|
218
|
+
'--chotto-contactinfo-button-svg-img-height': string;
|
219
|
+
}
|
@@ -0,0 +1,99 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента ThemeMode
|
3
|
+
*/
|
4
|
+
export interface ThemeModeThemeCSSVariables {
|
5
|
+
/** Отступы кнопки переключения темы */
|
6
|
+
'--chotto-thememode-button-margin': string;
|
7
|
+
/** Позиционирование переключателя */
|
8
|
+
'--chotto-thememode-switch-position': string;
|
9
|
+
/** Отображение переключателя */
|
10
|
+
'--chotto-thememode-switch-display': string;
|
11
|
+
/** Размеры переключателя */
|
12
|
+
'--chotto-thememode-switch-box-sizing': string;
|
13
|
+
/** Ширина переключателя */
|
14
|
+
'--chotto-thememode-switch-width': string;
|
15
|
+
/** Высота переключателя */
|
16
|
+
'--chotto-thememode-switch-height': string;
|
17
|
+
/** Граница переключателя */
|
18
|
+
'--chotto-thememode-switch-border': string;
|
19
|
+
/** Радиус границы переключателя */
|
20
|
+
'--chotto-thememode-switch-border-radius': string;
|
21
|
+
/** Фон переключателя */
|
22
|
+
'--chotto-thememode-switch-background': string;
|
23
|
+
/** Переход переключателя */
|
24
|
+
'--chotto-thememode-switch-transition': string;
|
25
|
+
/** Курсор переключателя */
|
26
|
+
'--chotto-thememode-switch-cursor': string;
|
27
|
+
/** Позиционирование span внутри переключателя */
|
28
|
+
'--chotto-thememode-switch-span-position': string;
|
29
|
+
/** Верхняя позиция span внутри переключателя */
|
30
|
+
'--chotto-thememode-switch-span-top': string;
|
31
|
+
/** Нижняя позиция span внутри переключателя */
|
32
|
+
'--chotto-thememode-switch-span-bottom': string;
|
33
|
+
/** Отступы span внутри переключателя */
|
34
|
+
'--chotto-thememode-switch-span-margin': string;
|
35
|
+
/** Отображение span внутри переключателя */
|
36
|
+
'--chotto-thememode-switch-span-display': string;
|
37
|
+
/** Выравнивание содержимого span внутри переключателя по горизонтали */
|
38
|
+
'--chotto-thememode-switch-span-justify-content': string;
|
39
|
+
/** Выравнивание содержимого span внутри переключателя по вертикали */
|
40
|
+
'--chotto-thememode-switch-span-align-items': string;
|
41
|
+
/** Цвет фона иконки солнца */
|
42
|
+
'--chotto-thememode-switch-sun-background-color': string;
|
43
|
+
/** Цвет иконки солнца */
|
44
|
+
'--chotto-thememode-switch-sun-color': string;
|
45
|
+
/** Левая позиция иконки солнца */
|
46
|
+
'--chotto-thememode-switch-sun-left': string;
|
47
|
+
/** Ширина иконки солнца */
|
48
|
+
'--chotto-thememode-switch-sun-width': string;
|
49
|
+
/** Высота иконки солнца */
|
50
|
+
'--chotto-thememode-switch-sun-height': string;
|
51
|
+
/** Радиус границы иконки солнца */
|
52
|
+
'--chotto-thememode-switch-sun-border-radius': string;
|
53
|
+
/** Переход иконки солнца */
|
54
|
+
'--chotto-thememode-switch-sun-transition': string;
|
55
|
+
/** Непрозрачность иконки луны */
|
56
|
+
'--chotto-thememode-switch-moon-opacity': string;
|
57
|
+
/** Цвет фона иконки луны */
|
58
|
+
'--chotto-thememode-switch-moon-background-color': string;
|
59
|
+
/** Цвет иконки луны */
|
60
|
+
'--chotto-thememode-switch-moon-color': string;
|
61
|
+
/** Ширина иконки луны */
|
62
|
+
'--chotto-thememode-switch-moon-width': string;
|
63
|
+
/** Высота иконки луны */
|
64
|
+
'--chotto-thememode-switch-moon-height': string;
|
65
|
+
/** Радиус границы иконки луны */
|
66
|
+
'--chotto-thememode-switch-moon-border-radius': string;
|
67
|
+
/** Переход иконки луны */
|
68
|
+
'--chotto-thememode-switch-moon-transition': string;
|
69
|
+
/** Отображение скрытого input */
|
70
|
+
'--chotto-thememode-input-display': string;
|
71
|
+
/** Ширина скрытого input */
|
72
|
+
'--chotto-thememode-input-width': string;
|
73
|
+
/** Высота скрытого input */
|
74
|
+
'--chotto-thememode-input-height': string;
|
75
|
+
/** Позиционирование скрытого input */
|
76
|
+
'--chotto-thememode-input-position': string;
|
77
|
+
/** Z-index скрытого input */
|
78
|
+
'--chotto-thememode-input-z-index': string;
|
79
|
+
/** Непрозрачность скрытого input */
|
80
|
+
'--chotto-thememode-input-opacity': string;
|
81
|
+
/** Фон переключателя в активном состоянии */
|
82
|
+
'--chotto-thememode-switch-checked-background': string;
|
83
|
+
/** Переход переключателя в активном состоянии */
|
84
|
+
'--chotto-thememode-switch-checked-transition': string;
|
85
|
+
/** Трансформация иконки солнца в активном состоянии */
|
86
|
+
'--chotto-thememode-switch-sun-checked-transform': string;
|
87
|
+
/** Непрозрачность иконки солнца в активном состоянии */
|
88
|
+
'--chotto-thememode-switch-sun-checked-opacity': string;
|
89
|
+
/** Переход иконки солнца в активном состоянии */
|
90
|
+
'--chotto-thememode-switch-sun-checked-transition': string;
|
91
|
+
/** Трансформация иконки луны в активном состоянии */
|
92
|
+
'--chotto-thememode-switch-moon-checked-transform': string;
|
93
|
+
/** Непрозрачность иконки луны в активном состоянии */
|
94
|
+
'--chotto-thememode-switch-moon-checked-opacity': string;
|
95
|
+
/** Переход иконки луны в активном состоянии */
|
96
|
+
'--chotto-thememode-switch-moon-checked-transition': string;
|
97
|
+
/** Ширина выбора */
|
98
|
+
'--chotto-thememode-select-width': string;
|
99
|
+
}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента UserProfile
|
3
|
+
*/
|
4
|
+
export interface UserProfileThemeCSSVariables {
|
5
|
+
/** Отображение контейнера профиля пользователя */
|
6
|
+
'--chotto-userprofile-container-display': string;
|
7
|
+
/** Шаблон колонок сетки контейнера профиля пользователя */
|
8
|
+
'--chotto-userprofile-container-grid-template-columns': string;
|
9
|
+
/** Отступы контейнера профиля пользователя */
|
10
|
+
'--chotto-userprofile-container-padding': string;
|
11
|
+
/** Колонка сетки имени пользователя */
|
12
|
+
'--chotto-userprofile-name-grid-column': string;
|
13
|
+
/** Размер шрифта имени пользователя */
|
14
|
+
'--chotto-userprofile-name-font-size': string;
|
15
|
+
/** Отступы имени пользователя */
|
16
|
+
'--chotto-userprofile-name-margin': string;
|
17
|
+
/** Колонка сетки email пользователя */
|
18
|
+
'--chotto-userprofile-email-grid-column': string;
|
19
|
+
/** Размер шрифта email пользователя */
|
20
|
+
'--chotto-userprofile-email-font-size': string;
|
21
|
+
/** Отступы email пользователя */
|
22
|
+
'--chotto-userprofile-email-margin': string;
|
23
|
+
/** Колонка сетки телефона пользователя */
|
24
|
+
'--chotto-userprofile-phone-grid-column': string;
|
25
|
+
/** Размер шрифта телефона пользователя */
|
26
|
+
'--chotto-userprofile-phone-font-size': string;
|
27
|
+
/** Отступы телефона пользователя */
|
28
|
+
'--chotto-userprofile-phone-margin': string;
|
29
|
+
/** Строка сетки контейнера аватара */
|
30
|
+
'--chotto-userprofile-avatar-container-grid-row': string;
|
31
|
+
/** Позиционирование контейнера аватара */
|
32
|
+
'--chotto-userprofile-avatar-container-position': string;
|
33
|
+
/** Отображение контейнера аватара */
|
34
|
+
'--chotto-userprofile-avatar-container-display': string;
|
35
|
+
/** Отступы контейнера аватара */
|
36
|
+
'--chotto-userprofile-avatar-container-margin': string;
|
37
|
+
/** Радиус границы контейнера аватара */
|
38
|
+
'--chotto-userprofile-avatar-container-border-radius': string;
|
39
|
+
/** Радиус границы изображения контейнера аватара */
|
40
|
+
'--chotto-userprofile-avatar-container-img-border-radius': string;
|
41
|
+
/** Обрезка изображения контейнера аватара */
|
42
|
+
'--chotto-userprofile-avatar-container-img-object-fit': string;
|
43
|
+
/** Позиционирование статуса пользователя */
|
44
|
+
'--chotto-userprofile-status-position': string;
|
45
|
+
/** Позиция статуса пользователя снизу */
|
46
|
+
'--chotto-userprofile-status-bottom': string;
|
47
|
+
/** Позиция статуса пользователя справа */
|
48
|
+
'--chotto-userprofile-status-right': string;
|
49
|
+
/** Отображение статуса пользователя */
|
50
|
+
'--chotto-userprofile-status-display': string;
|
51
|
+
/** Ширина статуса пользователя */
|
52
|
+
'--chotto-userprofile-status-width': string;
|
53
|
+
/** Высота статуса пользователя */
|
54
|
+
'--chotto-userprofile-status-height': string;
|
55
|
+
/** Радиус границы статуса пользователя */
|
56
|
+
'--chotto-userprofile-status-border-radius': string;
|
57
|
+
/** Цвет фона статуса пользователя */
|
58
|
+
'--chotto-userprofile-status-background-color': string;
|
59
|
+
/** Z-index статуса пользователя */
|
60
|
+
'--chotto-userprofile-status-z-index': string;
|
61
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента VideoRecorder
|
3
|
+
*/
|
4
|
+
export interface VideoRecorderThemeCSSVariables {
|
5
|
+
/** Позиционирование контейнера */
|
6
|
+
'--chotto-videorecorder-container-position': string;
|
7
|
+
/** Отображение контейнера */
|
8
|
+
'--chotto-videorecorder-container-display': string;
|
9
|
+
/** Выравнивание элементов контейнера по вертикали */
|
10
|
+
'--chotto-videorecorder-container-align-items': string;
|
11
|
+
/** Цвет фона контейнера */
|
12
|
+
'--chotto-videorecorder-container-background-color': string;
|
13
|
+
/** Высота контейнера */
|
14
|
+
'--chotto-videorecorder-container-height': string;
|
15
|
+
/** Цвет фона кнопки */
|
16
|
+
'--chotto-videorecorder-button-background-color': string;
|
17
|
+
/** Граница кнопки */
|
18
|
+
'--chotto-videorecorder-button-border': string;
|
19
|
+
/** Отображение span внутри кнопки */
|
20
|
+
'--chotto-videorecorder-button-span-display': string;
|
21
|
+
/** Курсор span внутри кнопки */
|
22
|
+
'--chotto-videorecorder-button-span-cursor': string;
|
23
|
+
/** Отступы span внутри кнопки */
|
24
|
+
'--chotto-videorecorder-button-span-padding': string;
|
25
|
+
/** Размер шрифта span внутри кнопки */
|
26
|
+
'--chotto-videorecorder-button-span-font-size': string;
|
27
|
+
/** Цвет span внутри кнопки */
|
28
|
+
'--chotto-videorecorder-button-span-color': string;
|
29
|
+
/** Цвет span внутри кнопки при наведении */
|
30
|
+
'--chotto-videorecorder-button-hover-span-color': string;
|
31
|
+
/** События указателя для отключенной кнопки */
|
32
|
+
'--chotto-videorecorder-button-disabled-pointer-events': string;
|
33
|
+
/** Курсор span внутри отключенной кнопки */
|
34
|
+
'--chotto-videorecorder-button-disabled-span-cursor': string;
|
35
|
+
/** Цвет span внутри отключенной кнопки */
|
36
|
+
'--chotto-videorecorder-button-disabled-span-color': string;
|
37
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export { default as AudioRecorder } from './AudioRecorder/AudioRecorder.vue';
|
2
|
+
export { default as ChannelSelector } from './ChannelSelector/ChannelSelector.vue';
|
3
|
+
export { default as ChatInfo } from './ChatInfo/ChatInfo.vue';
|
4
|
+
export { default as ChatPanel } from './ChatPanel/ChatPanel.vue';
|
5
|
+
export { default as ContactInfo } from './ContactInfo/ContactInfo.vue';
|
6
|
+
export { default as ThemeMode } from './ThemeMode/ThemeMode.vue';
|
7
|
+
export { default as UserProfile } from './UserProfile/UserProfile.vue';
|
8
|
+
export { default as VideoRecorder } from './VideoRecorder/VideoRecorder.vue';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IAudioMessage } from '
|
1
|
+
import { IAudioMessage } from '../../../types';
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
message: {
|
4
4
|
type: () => IAudioMessage;
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
13
13
|
default: boolean;
|
14
14
|
};
|
15
15
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
16
|
-
reply: (...args: any[]) => void;
|
17
16
|
action: (...args: any[]) => void;
|
17
|
+
reply: (...args: any[]) => void;
|
18
18
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
19
19
|
message: {
|
20
20
|
type: () => IAudioMessage;
|
@@ -29,8 +29,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
29
29
|
default: boolean;
|
30
30
|
};
|
31
31
|
}>> & Readonly<{
|
32
|
-
onReply?: ((...args: any[]) => any) | undefined;
|
33
32
|
onAction?: ((...args: any[]) => any) | undefined;
|
33
|
+
onReply?: ((...args: any[]) => any) | undefined;
|
34
34
|
}>, {
|
35
35
|
applyStyle: Function;
|
36
36
|
isFirstInSeries: boolean;
|