@yonus_amire01/chat 1.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/dist/chat.css +1 -0
- package/dist/index.cjs +7 -5
- package/dist/index.mjs +10827 -8846
- package/dist/signature_pad-BvnS6ckP.cjs +4 -0
- package/dist/signature_pad-CSadMJ3H.js +478 -0
- package/dist/types/app/components/ChatPage.vue.d.ts +3 -0
- package/dist/types/app/components/ChatPage.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/CallBoard.vue.d.ts +33 -0
- package/dist/types/app/components/call/CallBoard.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts +16 -0
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts +7 -0
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts +24 -0
- package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts +19 -0
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts +47 -0
- package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts +164 -0
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatInput.vue.d.ts +56 -0
- package/dist/types/app/components/chat/ChatInput.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts +16 -0
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatPageBar.vue.d.ts +17 -0
- package/dist/types/app/components/chat/ChatPageBar.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts +11 -0
- package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatView.vue.d.ts +73 -0
- package/dist/types/app/components/chat/ChatView.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +119 -0
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +25 -0
- package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-bubbles/FileDisplay.vue.d.ts +12 -0
- package/dist/types/app/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +12 -0
- package/dist/types/app/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +12 -0
- package/dist/types/app/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +12 -0
- package/dist/types/app/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-input/InputAttachement.vue.d.ts +15 -0
- package/dist/types/app/components/chat/chat-input/InputAttachement.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts +16 -0
- package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +26 -0
- package/dist/types/app/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts +8 -0
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/contact/ChatList.vue.d.ts +5 -0
- package/dist/types/app/components/chat/contact/ChatList.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/contact/ChatListSearch.vue.d.ts +12 -0
- package/dist/types/app/components/chat/contact/ChatListSearch.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts +10 -0
- package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/profile/FileDisplay.vue.d.ts +9 -0
- package/dist/types/app/components/chat/profile/FileDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/general/FileFormatDisplay.vue.d.ts +16 -0
- package/dist/types/app/components/general/FileFormatDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/general/LoadingStatus.vue.d.ts +16 -0
- package/dist/types/app/components/general/LoadingStatus.vue.d.ts.map +1 -0
- package/dist/types/app/components/general/NoDataDisplay.vue.d.ts +7 -0
- package/dist/types/app/components/general/NoDataDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/general/SafeEmojiText.vue.d.ts +10 -0
- package/dist/types/app/components/general/SafeEmojiText.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BButton.vue.d.ts +74 -0
- package/dist/types/app/components/global/BButton.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BCarousel.vue.d.ts +47 -0
- package/dist/types/app/components/global/BCarousel.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BCheckBox.vue.d.ts +30 -0
- package/dist/types/app/components/global/BCheckBox.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BEmojiPicker.vue.d.ts +7 -0
- package/dist/types/app/components/global/BEmojiPicker.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BIcon.vue.d.ts +11 -0
- package/dist/types/app/components/global/BIcon.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BImage.vue.d.ts +51 -0
- package/dist/types/app/components/global/BImage.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BInput.vue.d.ts +65 -0
- package/dist/types/app/components/global/BInput.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BLabel.vue.d.ts +18 -0
- package/dist/types/app/components/global/BLabel.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BMenu.vue.d.ts +54 -0
- package/dist/types/app/components/global/BMenu.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BModal.vue.d.ts +24 -0
- package/dist/types/app/components/global/BModal.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BPopup.vue.d.ts +42 -0
- package/dist/types/app/components/global/BPopup.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BSelect.vue.d.ts +43 -0
- package/dist/types/app/components/global/BSelect.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BTab.vue.d.ts +15 -0
- package/dist/types/app/components/global/BTab.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BToast.vue.d.ts +7 -0
- package/dist/types/app/components/global/BToast.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BVirtualVerticalList.vue.d.ts +30 -0
- package/dist/types/app/components/global/BVirtualVerticalList.vue.d.ts.map +1 -0
- package/dist/types/{composables → app/composables}/chat/useChatRecording.d.ts +4 -4
- package/dist/types/app/composables/chat/useChatRecording.d.ts.map +1 -0
- package/dist/types/app/composables/useAppPermissions.d.ts.map +1 -0
- package/dist/types/{composables → app/composables}/useAppToast.d.ts +2 -1
- package/dist/types/app/composables/useAppToast.d.ts.map +1 -0
- package/dist/types/app/composables/useClickOutside.d.ts.map +1 -0
- package/dist/types/app/composables/useDate.d.ts +7 -0
- package/dist/types/app/composables/useDate.d.ts.map +1 -0
- package/dist/types/app/composables/useDevice.d.ts.map +1 -0
- package/dist/types/app/composables/useLocalI18n.d.ts +5 -0
- package/dist/types/app/composables/useLocalI18n.d.ts.map +1 -0
- package/dist/types/app/directives/filePicker.d.ts.map +1 -0
- package/dist/types/app/directives/imagePicker.d.ts.map +1 -0
- package/dist/types/app/directives/loading.d.ts.map +1 -0
- package/dist/types/app/index.d.ts +28 -0
- package/dist/types/app/index.d.ts.map +1 -0
- package/dist/types/{stores → app/stores}/callStore.d.ts +451 -102
- package/dist/types/app/stores/callStore.d.ts.map +1 -0
- package/dist/types/app/stores/chatStore.d.ts +969 -0
- package/dist/types/app/stores/chatStore.d.ts.map +1 -0
- package/dist/types/app/stores/mediaStore.d.ts +18 -0
- package/dist/types/app/stores/mediaStore.d.ts.map +1 -0
- package/dist/types/app/stores/messageStores.d.ts +2229 -0
- package/dist/types/{stores/chatStore.d.ts.map → app/stores/messageStores.d.ts.map} +1 -1
- package/dist/types/app/stores/profileStore.d.ts +45 -0
- package/dist/types/app/stores/profileStore.d.ts.map +1 -0
- package/dist/types/app/types/components/chat-input.d.ts.map +1 -0
- package/dist/types/app/types/components/input.d.ts.map +1 -0
- package/dist/types/app/types/components/menu-options.d.ts.map +1 -0
- package/dist/types/app/types/components/menu.d.ts.map +1 -0
- package/dist/types/app/types/components/modal.d.ts.map +1 -0
- package/dist/types/app/types/components/popup.d.ts.map +1 -0
- package/dist/types/app/types/components/select.d.ts.map +1 -0
- package/dist/types/app/types/components/toast.d.ts.map +1 -0
- package/dist/types/app/types/index.d.ts +149 -0
- package/dist/types/app/types/index.d.ts.map +1 -0
- package/dist/types/app/utils/emojiParser.d.ts.map +1 -0
- package/dist/types/app/utils/format.d.ts +4 -0
- package/dist/types/app/utils/format.d.ts.map +1 -0
- package/dist/types/i18n/locales/index.d.ts +2603 -0
- package/dist/types/i18n/locales/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -10
- package/package.json +7 -14
- package/dist/index.cjs.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/style.css +0 -1
- package/dist/types/adapter/HostAdapter.d.ts +0 -13
- package/dist/types/adapter/HostAdapter.d.ts.map +0 -1
- package/dist/types/adapter/PushPort.d.ts +0 -10
- package/dist/types/adapter/PushPort.d.ts.map +0 -1
- package/dist/types/adapter/index.d.ts +0 -7
- package/dist/types/adapter/index.d.ts.map +0 -1
- package/dist/types/adapter/mock/MockCallAdapter.d.ts +0 -14
- package/dist/types/adapter/mock/MockCallAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/MockChatActionAdapter.d.ts +0 -9
- package/dist/types/adapter/mock/MockChatActionAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/MockChatAdapter.d.ts +0 -7
- package/dist/types/adapter/mock/MockChatAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/MockMedicationAdapter.d.ts +0 -7
- package/dist/types/adapter/mock/MockMedicationAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/MockServiceAdapter.d.ts +0 -6
- package/dist/types/adapter/mock/MockServiceAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/createMockAdapter.d.ts +0 -13
- package/dist/types/adapter/mock/createMockAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/index.d.ts +0 -12
- package/dist/types/adapter/mock/index.d.ts.map +0 -1
- package/dist/types/adapter/ports/CallAdapter.d.ts +0 -36
- package/dist/types/adapter/ports/CallAdapter.d.ts.map +0 -1
- package/dist/types/adapter/ports/ChatActionAdapter.d.ts +0 -17
- package/dist/types/adapter/ports/ChatActionAdapter.d.ts.map +0 -1
- package/dist/types/adapter/ports/ChatAdapter.d.ts +0 -22
- package/dist/types/adapter/ports/ChatAdapter.d.ts.map +0 -1
- package/dist/types/adapter/ports/MedicationAdapter.d.ts +0 -6
- package/dist/types/adapter/ports/MedicationAdapter.d.ts.map +0 -1
- package/dist/types/adapter/ports/ServiceAdapter.d.ts +0 -16
- package/dist/types/adapter/ports/ServiceAdapter.d.ts.map +0 -1
- package/dist/types/components/ChatPage.vue.d.ts +0 -8
- package/dist/types/components/ChatPage.vue.d.ts.map +0 -1
- package/dist/types/components/call/CallBoard.vue.d.ts +0 -154
- package/dist/types/components/call/CallBoard.vue.d.ts.map +0 -1
- package/dist/types/components/call/CallMemberDisplay.vue.d.ts +0 -57
- package/dist/types/components/call/CallMemberDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/call/CallPageOverlay.vue.d.ts +0 -1365
- package/dist/types/components/call/CallPageOverlay.vue.d.ts.map +0 -1
- package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts +0 -41
- package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts.map +0 -1
- package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts +0 -48
- package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +0 -1
- package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts +0 -127
- package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatBubble.vue.d.ts +0 -12236
- package/dist/types/components/chat/ChatBubble.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatInput.vue.d.ts +0 -2477
- package/dist/types/components/chat/ChatInput.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatMessages.vue.d.ts +0 -13873
- package/dist/types/components/chat/ChatMessages.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatPageBar.vue.d.ts +0 -1204
- package/dist/types/components/chat/ChatPageBar.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatProfileOverview.vue.d.ts +0 -327
- package/dist/types/components/chat/ChatProfileOverview.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatView.vue.d.ts +0 -4
- package/dist/types/components/chat/ChatView.vue.d.ts.map +0 -1
- package/dist/types/components/chat/PatientReferral.vue.d.ts +0 -33
- package/dist/types/components/chat/PatientReferral.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +0 -53
- package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +0 -103
- package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts +0 -170
- package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +0 -74
- package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts +0 -11449
- package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +0 -107
- package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts +0 -56
- package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +0 -28
- package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts +0 -72
- package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts +0 -15
- package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +0 -149
- package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts +0 -85
- package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/contact/ChatList.vue.d.ts +0 -3111
- package/dist/types/components/chat/contact/ChatList.vue.d.ts.map +0 -1
- package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts +0 -24
- package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts.map +0 -1
- package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts +0 -28
- package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts.map +0 -1
- package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts +0 -61
- package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts +0 -1113
- package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts.map +0 -1
- package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts +0 -1060
- package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts.map +0 -1
- package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts +0 -1431
- package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/profile/FileDisplay.vue.d.ts +0 -28
- package/dist/types/components/chat/profile/FileDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/general/FileFormatDisplay.vue.d.ts +0 -60
- package/dist/types/components/general/FileFormatDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/general/LoadingStatus.vue.d.ts +0 -59
- package/dist/types/components/general/LoadingStatus.vue.d.ts.map +0 -1
- package/dist/types/components/general/NoDataDisplay.vue.d.ts +0 -24
- package/dist/types/components/general/NoDataDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/general/SafeEmojiText.vue.d.ts +0 -24
- package/dist/types/components/general/SafeEmojiText.vue.d.ts.map +0 -1
- package/dist/types/components/global/BCarousel.vue.d.ts +0 -48
- package/dist/types/components/global/BCarousel.vue.d.ts.map +0 -1
- package/dist/types/composables/chat/useChatRecording.d.ts.map +0 -1
- package/dist/types/composables/useAppPermissions.d.ts.map +0 -1
- package/dist/types/composables/useAppToast.d.ts.map +0 -1
- package/dist/types/composables/useClickOutside.d.ts.map +0 -1
- package/dist/types/composables/useDate.d.ts +0 -24
- package/dist/types/composables/useDate.d.ts.map +0 -1
- package/dist/types/composables/useDevice.d.ts.map +0 -1
- package/dist/types/composables/useLocale.d.ts +0 -12
- package/dist/types/composables/useLocale.d.ts.map +0 -1
- package/dist/types/composables/useTheme.d.ts +0 -4
- package/dist/types/composables/useTheme.d.ts.map +0 -1
- package/dist/types/composables/useValidation.d.ts +0 -20
- package/dist/types/composables/useValidation.d.ts.map +0 -1
- package/dist/types/composables/useWindowSize.d.ts +0 -5
- package/dist/types/composables/useWindowSize.d.ts.map +0 -1
- package/dist/types/directives/filePicker.d.ts.map +0 -1
- package/dist/types/directives/imagePicker.d.ts.map +0 -1
- package/dist/types/directives/loading.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/install.d.ts +0 -20
- package/dist/types/install.d.ts.map +0 -1
- package/dist/types/mock/chat.seed.d.ts +0 -20
- package/dist/types/mock/chat.seed.d.ts.map +0 -1
- package/dist/types/mock/helpers.d.ts +0 -3
- package/dist/types/mock/helpers.d.ts.map +0 -1
- package/dist/types/mock/index.d.ts +0 -5
- package/dist/types/mock/index.d.ts.map +0 -1
- package/dist/types/mock/medication.seed.d.ts +0 -4
- package/dist/types/mock/medication.seed.d.ts.map +0 -1
- package/dist/types/mock/service.seed.d.ts +0 -13
- package/dist/types/mock/service.seed.d.ts.map +0 -1
- package/dist/types/nuxt-shims.d.ts +0 -43
- package/dist/types/nuxt-shims.d.ts.map +0 -1
- package/dist/types/prime-preset.d.ts +0 -72
- package/dist/types/prime-preset.d.ts.map +0 -1
- package/dist/types/stores/callStore.d.ts.map +0 -1
- package/dist/types/stores/chatActionStore.d.ts +0 -11303
- package/dist/types/stores/chatActionStore.d.ts.map +0 -1
- package/dist/types/stores/chatStore.d.ts +0 -2966
- package/dist/types/stores/createStores.d.ts +0 -19290
- package/dist/types/stores/createStores.d.ts.map +0 -1
- package/dist/types/stores/medicationsStore.d.ts +0 -3542
- package/dist/types/stores/medicationsStore.d.ts.map +0 -1
- package/dist/types/stores/serviceStore.d.ts +0 -953
- package/dist/types/stores/serviceStore.d.ts.map +0 -1
- package/dist/types/themes/factory.d.ts +0 -4
- package/dist/types/themes/factory.d.ts.map +0 -1
- package/dist/types/types/address.d.ts +0 -26
- package/dist/types/types/address.d.ts.map +0 -1
- package/dist/types/types/calendar.d.ts +0 -88
- package/dist/types/types/calendar.d.ts.map +0 -1
- package/dist/types/types/call.d.ts +0 -9
- package/dist/types/types/call.d.ts.map +0 -1
- package/dist/types/types/chat.d.ts +0 -71
- package/dist/types/types/chat.d.ts.map +0 -1
- package/dist/types/types/clinic.d.ts +0 -7
- package/dist/types/types/clinic.d.ts.map +0 -1
- package/dist/types/types/components/chat-input.d.ts.map +0 -1
- package/dist/types/types/components/input.d.ts.map +0 -1
- package/dist/types/types/components/menu-options.d.ts.map +0 -1
- package/dist/types/types/components/menu.d.ts.map +0 -1
- package/dist/types/types/components/modal.d.ts.map +0 -1
- package/dist/types/types/components/nav-item.d.ts +0 -11
- package/dist/types/types/components/nav-item.d.ts.map +0 -1
- package/dist/types/types/components/nav-sub-item.d.ts +0 -9
- package/dist/types/types/components/nav-sub-item.d.ts.map +0 -1
- package/dist/types/types/components/popup.d.ts.map +0 -1
- package/dist/types/types/components/select.d.ts.map +0 -1
- package/dist/types/types/components/toast.d.ts.map +0 -1
- package/dist/types/types/env/runtimeConfig.d.ts +0 -22
- package/dist/types/types/invoice.d.ts +0 -8
- package/dist/types/types/invoice.d.ts.map +0 -1
- package/dist/types/types/medic.d.ts +0 -6
- package/dist/types/types/medic.d.ts.map +0 -1
- package/dist/types/types/medication.d.ts +0 -25
- package/dist/types/types/medication.d.ts.map +0 -1
- package/dist/types/types/notification.d.ts +0 -10
- package/dist/types/types/notification.d.ts.map +0 -1
- package/dist/types/types/service.d.ts +0 -25
- package/dist/types/types/service.d.ts.map +0 -1
- package/dist/types/types/story.d.ts +0 -12
- package/dist/types/types/story.d.ts.map +0 -1
- package/dist/types/types/theme.d.ts +0 -26
- package/dist/types/types/theme.d.ts.map +0 -1
- package/dist/types/utils/emojiParser.d.ts.map +0 -1
- package/dist/types/utils/format.d.ts +0 -52
- package/dist/types/utils/format.d.ts.map +0 -1
- /package/dist/types/{composables → app/composables}/useAppPermissions.d.ts +0 -0
- /package/dist/types/{composables → app/composables}/useClickOutside.d.ts +0 -0
- /package/dist/types/{composables → app/composables}/useDevice.d.ts +0 -0
- /package/dist/types/{directives → app/directives}/filePicker.d.ts +0 -0
- /package/dist/types/{directives → app/directives}/imagePicker.d.ts +0 -0
- /package/dist/types/{directives → app/directives}/loading.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/chat-input.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/input.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/menu-options.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/menu.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/modal.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/popup.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/select.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/toast.d.ts +0 -0
- /package/dist/types/{utils → app/utils}/emojiParser.d.ts +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ModalState } from '../../types/components/modal';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
loading?: boolean;
|
|
4
|
+
card?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
7
|
+
openModal: (title: string, description: string, color: ModalState, action?: boolean, actionText?: string) => void;
|
|
8
|
+
closeModal: () => void;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
action: () => any;
|
|
11
|
+
cancel: () => any;
|
|
12
|
+
closed: () => any;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
+
onAction?: () => any;
|
|
15
|
+
onCancel?: () => any;
|
|
16
|
+
onClosed?: () => any;
|
|
17
|
+
}>, {
|
|
18
|
+
loading: boolean;
|
|
19
|
+
card: boolean;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
21
|
+
popup: unknown;
|
|
22
|
+
}, any>;
|
|
23
|
+
export default _default;
|
|
24
|
+
//# sourceMappingURL=BModal.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BModal.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BModal.vue"],"names":[],"mappings":"AA2MA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAG3D,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;;uBAmEK,MAAM,eACA,MAAM,SACZ,UAAU,WACT,OAAO,eACF,MAAM;;;;;;;;;;;aAzEP,OAAO;UACV,OAAO;;;;AAwWlB,wBAWG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
noPadding?: boolean;
|
|
3
|
+
hasClose?: boolean;
|
|
4
|
+
title?: string;
|
|
5
|
+
autoClose?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {
|
|
13
|
+
tabContent: HTMLDivElement;
|
|
14
|
+
};
|
|
15
|
+
rootEl: any;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
19
|
+
open: () => void;
|
|
20
|
+
close: () => void;
|
|
21
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
+
close: () => any;
|
|
23
|
+
closed: () => any;
|
|
24
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
|
+
onClose?: () => any;
|
|
26
|
+
onClosed?: () => any;
|
|
27
|
+
}>, {
|
|
28
|
+
title: string;
|
|
29
|
+
noPadding: boolean;
|
|
30
|
+
autoClose: boolean;
|
|
31
|
+
hasClose: boolean;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
33
|
+
tabContent: HTMLDivElement;
|
|
34
|
+
}, any>;
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=BPopup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BPopup.vue"],"names":[],"mappings":"AAuPA,KAAK,WAAW,GAAG;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAsJJ,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;yBAXpB,GAAG;;;;;;EAgBhC;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;WA3ST,MAAM;eAFF,OAAO;eAGP,OAAO;cAFR,OAAO;;;OAuTpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { DropdownOption } from '../../types/components/select';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modelValue?: string | number;
|
|
4
|
+
options?: DropdownOption[];
|
|
5
|
+
tabindex?: number;
|
|
6
|
+
title?: string;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
message?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
searchable?: boolean;
|
|
11
|
+
hasError?: boolean;
|
|
12
|
+
color?: "primary" | "error" | "warning" | "success" | "secondary" | string;
|
|
13
|
+
loading?: boolean;
|
|
14
|
+
remoteSearch?: boolean;
|
|
15
|
+
noResultText?: string;
|
|
16
|
+
};
|
|
17
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
search: (query: string) => any;
|
|
19
|
+
"update:modelValue": (value: string | number) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
+
onSearch?: (query: string) => any;
|
|
22
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
23
|
+
}>, {
|
|
24
|
+
loading: boolean;
|
|
25
|
+
title: string;
|
|
26
|
+
placeholder: string;
|
|
27
|
+
color: "primary" | "error" | "warning" | "success" | "secondary" | string;
|
|
28
|
+
modelValue: string | number;
|
|
29
|
+
message: string;
|
|
30
|
+
disabled: boolean;
|
|
31
|
+
options: DropdownOption[];
|
|
32
|
+
tabindex: number;
|
|
33
|
+
searchable: boolean;
|
|
34
|
+
hasError: boolean;
|
|
35
|
+
remoteSearch: boolean;
|
|
36
|
+
noResultText: string;
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
38
|
+
dropdownRef: HTMLDivElement;
|
|
39
|
+
searchInput: HTMLInputElement;
|
|
40
|
+
optionsListRef: HTMLDivElement;
|
|
41
|
+
}, HTMLDivElement>;
|
|
42
|
+
export default _default;
|
|
43
|
+
//# sourceMappingURL=BSelect.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BSelect.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BSelect.vue"],"names":[],"mappings":"AA2dA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAGhE,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM,CAAC;IAC3E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;;;;;;;;aAHU,OAAO;WAPT,MAAM;iBACA,MAAM;WAKZ,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM;gBAT7D,MAAM,GAAG,MAAM;aAKlB,MAAM;cACL,OAAO;aALR,cAAc,EAAE;cACf,MAAM;gBAKJ,OAAO;cACT,OAAO;kBAGH,OAAO;kBACP,MAAM;;;;;;AAilBzB,wBAUG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: number;
|
|
3
|
+
tabs: string[];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: number) => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
|
9
|
+
}>, {
|
|
10
|
+
modelValue: number;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
12
|
+
containerRef: HTMLDivElement;
|
|
13
|
+
}, HTMLDivElement>;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=BTab.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BTab.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BTab.vue"],"names":[],"mappings":"AAuHA,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,EAAE,CAAC;CAChB,CAAC;;;;;;gBAFa,MAAM;;;;AA0JvB,wBAUG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type ToastType = "success" | "error" | "warning" | "info";
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
|
+
openToast: (message: string, type?: ToastType, duration?: number) => void;
|
|
4
|
+
closeToast: () => void;
|
|
5
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=BToast.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BToast.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BToast.vue"],"names":[],"mappings":"AAmMA,KAAK,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;;yBA4E/C,MAAM,SACT,SAAS,aACL,MAAM;;;AA0LlB,wBAOG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
3
|
+
readonly "onLoad-more"?: () => any;
|
|
4
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onLoad-more"> & {
|
|
5
|
+
items: T[];
|
|
6
|
+
loading: boolean;
|
|
7
|
+
hasNextPage: boolean;
|
|
8
|
+
scrollbar?: boolean;
|
|
9
|
+
pagination?: boolean;
|
|
10
|
+
} & Partial<{}>> & import('vue').PublicProps;
|
|
11
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
12
|
+
resetScroll: () => void;
|
|
13
|
+
}>): void;
|
|
14
|
+
attrs: any;
|
|
15
|
+
slots: {
|
|
16
|
+
item?(_: {
|
|
17
|
+
item: T;
|
|
18
|
+
index: number;
|
|
19
|
+
}): any;
|
|
20
|
+
loader?(_: {}): any;
|
|
21
|
+
};
|
|
22
|
+
emit: (evt: "load-more") => void;
|
|
23
|
+
}>) => import('vue').VNode & {
|
|
24
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_PrettifyLocal<T> = {
|
|
28
|
+
[K in keyof T]: T[K];
|
|
29
|
+
} & {};
|
|
30
|
+
//# sourceMappingURL=BVirtualVerticalList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BVirtualVerticalList.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/global/BVirtualVerticalList.vue"],"names":[],"mappings":"yBAkIiB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA2LO,mBAAmB,CAAC;;;eAzLjB,CAAC,EAAE;iBACD,OAAO;qBACH,OAAO;oBACR,OAAO;qBACN,OAAO;mBAqLsE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;qBAxJhC,MAAM,IAAI;MAwJ4C,GAAG,IAAI;WACpE,GAAG;;;;;YApCe,GAAG;wBACD,GAAG;;;EAuC3B,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAtMzE,wBAsM4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -2,13 +2,13 @@ import { Ref } from 'vue';
|
|
|
2
2
|
export declare function useChatRecording(inputWidth: Ref<number | undefined>, callbacks: {
|
|
3
3
|
onStart: () => void;
|
|
4
4
|
onCancel: () => void;
|
|
5
|
-
onSend?: (mediaUrl
|
|
5
|
+
onSend?: (mediaUrl?: string) => void;
|
|
6
6
|
requestPermission: () => Promise<boolean>;
|
|
7
7
|
}): {
|
|
8
8
|
isRecording: Ref<boolean, boolean>;
|
|
9
9
|
isLocked: Ref<boolean, boolean>;
|
|
10
10
|
isPaused: Ref<boolean, boolean>;
|
|
11
|
-
formattedTime:
|
|
11
|
+
formattedTime: globalThis.ComputedRef<string>;
|
|
12
12
|
dragOffset: Ref<{
|
|
13
13
|
x: number;
|
|
14
14
|
y: number;
|
|
@@ -20,8 +20,8 @@ export declare function useChatRecording(inputWidth: Ref<number | undefined>, ca
|
|
|
20
20
|
y: number;
|
|
21
21
|
}>;
|
|
22
22
|
isDragging: Ref<boolean, boolean>;
|
|
23
|
-
lockOpacity:
|
|
24
|
-
cancelOpacity:
|
|
23
|
+
lockOpacity: globalThis.ComputedRef<0 | 1>;
|
|
24
|
+
cancelOpacity: globalThis.ComputedRef<number>;
|
|
25
25
|
isLongPress: Ref<boolean, boolean>;
|
|
26
26
|
onPointerDown: (event: PointerEvent) => void;
|
|
27
27
|
mediaStream: Ref<{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useChatRecording.d.ts","sourceRoot":"","sources":["../../../../../app/composables/chat/useChatRecording.ts"],"names":[],"mappings":"AAEA,OAAO,EAAkC,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/D,wBAAgB,gBAAgB,CAC9B,UAAU,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,EACnC,SAAS,EAAE;IACT,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,iBAAiB,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;CAC3C;;;;;;;;;;;;;;;;;;;2BA0F6B,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6G3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppPermissions.d.ts","sourceRoot":"","sources":["../../../../app/composables/useAppPermissions.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,UAAU,GAClB,YAAY,GACZ,WAAW,GACX,WAAW,GACX,gBAAgB,GAChB,gBAAgB,GAChB,oBAAoB,GACpB,yBAAyB,CAAC;AAO9B,wBAAgB,iBAAiB;;;;;+BAgBS,OAAO,GAAG,OAAO,GAAG,MAAM;;;;;;;;;;;;;2BAwChC,OAAO,CAAC,mBAAmB,CAAC;8BAOzB,OAAO,CAAC,OAAO,CAAC;8BAIpB,UAAU;gCAMJ,OAAO,CAAC,WAAW,CAAC;EAe5D"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
1
2
|
import { Toast } from '../types/components/toast';
|
|
2
3
|
export declare const useAppToast: () => {
|
|
3
|
-
toastRef:
|
|
4
|
+
toastRef: Ref<Toast, Toast>;
|
|
4
5
|
openToast: (message: string, type?: "success" | "error" | "warning" | "info") => void;
|
|
5
6
|
};
|
|
6
7
|
//# sourceMappingURL=useAppToast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppToast.d.ts","sourceRoot":"","sources":["../../../../app/composables/useAppToast.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AAMtD,eAAO,MAAM,WAAW;;yBAMX,MAAM,SACT,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM;CAajD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useClickOutside.d.ts","sourceRoot":"","sources":["../../../../app/composables/useClickOutside.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAErD,eAAO,MAAM,eAAe,GAAI,OAAO,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,EAAE,UAAU,MAAM,IAAI,SAenF,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const useDate: () => {
|
|
2
|
+
formatRelativeDate: (dateInput: string | Date) => string;
|
|
3
|
+
getYearsPassed: (date: Date) => number;
|
|
4
|
+
formatDateShort: (dateInput: string | Date) => string;
|
|
5
|
+
formatTime: (dateInput: string | Date) => string;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=useDate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDate.d.ts","sourceRoot":"","sources":["../../../../app/composables/useDate.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;oCAwBqB,MAAM,GAAG,IAAI,KAAG,MAAM;2BAuF/B,IAAI,KAAG,MAAM;iCAxBP,MAAM,GAAG,IAAI,KAAG,MAAM;4BAzE3B,MAAM,GAAG,IAAI,KAAG,MAAM;CAqHtD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDevice.d.ts","sourceRoot":"","sources":["../../../../app/composables/useDevice.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,MAAM,WAAW,cAAc;IAC7B,aAAa,EAAE,OAAO,CAAC;IACvB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,wBAAgB,SAAS;;0BAfd,OAAO;iCACA,OAAO;6BACX,OAAO;iCACH,OAAO;iCACP,OAAO;wBAChB,OAAO;;;gCAIC,OAAO;4BACX,OAAO;6BACN,OAAO;wBACZ,MAAM,GAAG,IAAI;;;EAqFrB"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export default function useLocalI18n(messages: Record<string, any>): import('vue-i18n').Composer<Record<string, any>, {}, {}, string, string, string>;
|
|
2
|
+
export declare function useDirection(): {
|
|
3
|
+
dir: globalThis.ComputedRef<"rtl" | "ltr">;
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=useLocalI18n.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLocalI18n.d.ts","sourceRoot":"","sources":["../../../../app/composables/useLocalI18n.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,oFAKjE;AAED,wBAAgB,YAAY;;EAgB3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filePicker.d.ts","sourceRoot":"","sources":["../../../../app/directives/filePicker.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,KAAK,CAAA;AAE1C,QAAA,MAAM,mBAAmB,EAAE,eAkC1B,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"imagePicker.d.ts","sourceRoot":"","sources":["../../../../app/directives/imagePicker.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,KAAK,CAAC;AAE3C,QAAA,MAAM,oBAAoB,EAAE,eA8C3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../app/directives/loading.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAC;AAkBvD,QAAA,MAAM,gBAAgB,EAAE,SAAS,GAAG;IAClC,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,gBAAgB,KAAK,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAkDrE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { useCallStore } from './stores/callStore';
|
|
2
|
+
import { useChatStore } from './stores/chatStore';
|
|
3
|
+
import { useMessagesStore } from './stores/messageStores';
|
|
4
|
+
import { useMediaStore } from './stores/mediaStore';
|
|
5
|
+
import { useProfileStore } from './stores/profileStore';
|
|
6
|
+
export { default as ChatPage } from './components/ChatPage.vue';
|
|
7
|
+
export { default as BVirtualVerticalList } from './components/global/BVirtualVerticalList.vue';
|
|
8
|
+
export { default as BEmojiPicker } from './components/global/BEmojiPicker.vue';
|
|
9
|
+
export { default as BCarousel } from './components/global/BCarousel.vue';
|
|
10
|
+
export { default as BCheckBox } from './components/global/BCheckBox.vue';
|
|
11
|
+
export { default as BButton } from './components/global/BButton.vue';
|
|
12
|
+
export { default as BSelect } from './components/global/BSelect.vue';
|
|
13
|
+
export { default as BImage } from './components/global/BImage.vue';
|
|
14
|
+
export { default as BInput } from './components/global/BInput.vue';
|
|
15
|
+
export { default as BLabel } from './components/global/BLabel.vue';
|
|
16
|
+
export { default as BModal } from './components/global/BModal.vue';
|
|
17
|
+
export { default as BPopup } from './components/global/BPopup.vue';
|
|
18
|
+
export { default as BToast } from './components/global/BToast.vue';
|
|
19
|
+
export { default as BIcon } from './components/global/BIcon.vue';
|
|
20
|
+
export { default as BMenu } from './components/global/BMenu.vue';
|
|
21
|
+
export { default as BTab } from './components/global/BTab.vue';
|
|
22
|
+
export * from './types';
|
|
23
|
+
export * from './stores/messageStores';
|
|
24
|
+
export * from './stores/chatStore';
|
|
25
|
+
export * from './stores/mediaStore';
|
|
26
|
+
export * from './stores/profileStore';
|
|
27
|
+
export { useChatStore, useCallStore, useMessagesStore, useMediaStore, useProfileStore };
|
|
28
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../app/index.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAEhE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAE/D,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AAEtC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC"}
|