@yonus_amire01/chat 1.0.0 → 2.0.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 +81634 -8799
- 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/{composables → app/composables}/useDate.d.ts +1 -1
- 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 +2 -0
- package/dist/types/app/composables/useLocalI18n.d.ts.map +1 -0
- package/dist/types/app/composables/useLocale.d.ts +12 -0
- package/dist/types/app/composables/useLocale.d.ts.map +1 -0
- package/dist/types/app/composables/useTheme.d.ts +4 -0
- package/dist/types/app/composables/useTheme.d.ts.map +1 -0
- package/dist/types/{composables → app/composables}/useValidation.d.ts +1 -1
- package/dist/types/app/composables/useValidation.d.ts.map +1 -0
- package/dist/types/app/composables/useWindowSize.d.ts +5 -0
- package/dist/types/app/composables/useWindowSize.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 +24 -0
- package/dist/types/app/index.d.ts.map +1 -0
- package/dist/types/{stores → app/stores}/callStore.d.ts +487 -102
- package/dist/types/app/stores/callStore.d.ts.map +1 -0
- package/dist/types/app/stores/chatStore.d.ts +983 -0
- package/dist/types/app/stores/chatStore.d.ts.map +1 -0
- package/dist/types/app/stores/messageStores.d.ts +2248 -0
- package/dist/types/app/stores/messageStores.d.ts.map +1 -0
- package/dist/types/app/types/address.d.ts.map +1 -0
- package/dist/types/{types → app/types}/calendar.d.ts +1 -2
- package/dist/types/app/types/calendar.d.ts.map +1 -0
- package/dist/types/{types → app/types}/call.d.ts +1 -0
- package/dist/types/app/types/call.d.ts.map +1 -0
- package/dist/types/{types → app/types}/chat.d.ts +7 -26
- package/dist/types/app/types/chat.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/theme.d.ts +11 -0
- package/dist/types/app/types/theme.d.ts.map +1 -0
- package/dist/types/app/utils/emojiParser.d.ts.map +1 -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.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.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/chatStore.d.ts.map +0 -1
- 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.map +0 -1
- package/dist/types/types/calendar.d.ts.map +0 -1
- package/dist/types/types/call.d.ts.map +0 -1
- 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.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}/address.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
- /package/dist/types/{utils → app/utils}/format.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PrescribtionDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/medic-features/PrescribtionDisplay.vue"],"names":[],"mappings":"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"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
url: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
loading: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
}>, {
|
|
11
|
-
formattedSize: import('vue').ComputedRef<string>;
|
|
12
|
-
fileExt: import('vue').ComputedRef<string>;
|
|
13
|
-
fileName: import('vue').ComputedRef<string>;
|
|
14
|
-
isLoading: import('vue').ComputedRef<boolean>;
|
|
15
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
-
url: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
loading: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
}>> & Readonly<{}>, {
|
|
25
|
-
loading: boolean;
|
|
26
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
|
-
export default _default;
|
|
28
|
-
//# sourceMappingURL=FileDisplay.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/profile/FileDisplay.vue"],"names":[],"mappings":"AAiBA;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiGA,wBAuEC"}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
width: {
|
|
3
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4
|
-
default: number;
|
|
5
|
-
};
|
|
6
|
-
height: {
|
|
7
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
-
default: number;
|
|
9
|
-
};
|
|
10
|
-
label: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
mainColor: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
accentColor: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
labelColor: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
-
width: {
|
|
28
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
29
|
-
default: number;
|
|
30
|
-
};
|
|
31
|
-
height: {
|
|
32
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
33
|
-
default: number;
|
|
34
|
-
};
|
|
35
|
-
label: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
mainColor: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
accentColor: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
labelColor: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
}>> & Readonly<{}>, {
|
|
52
|
-
height: string | number;
|
|
53
|
-
label: string;
|
|
54
|
-
width: string | number;
|
|
55
|
-
mainColor: string;
|
|
56
|
-
accentColor: string;
|
|
57
|
-
labelColor: string;
|
|
58
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
59
|
-
export default _default;
|
|
60
|
-
//# sourceMappingURL=FileFormatDisplay.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileFormatDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/general/FileFormatDisplay.vue"],"names":[],"mappings":"AAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoJA,wBAeG"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
progress: {
|
|
3
|
-
type: NumberConstructor;
|
|
4
|
-
default: number;
|
|
5
|
-
validator: (val: number) => boolean;
|
|
6
|
-
};
|
|
7
|
-
size: {
|
|
8
|
-
type: NumberConstructor;
|
|
9
|
-
default: number;
|
|
10
|
-
};
|
|
11
|
-
strokeWidth: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
isUploading: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
isDownloading: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
}>, {
|
|
24
|
-
center: import('vue').ComputedRef<number>;
|
|
25
|
-
radius: import('vue').ComputedRef<number>;
|
|
26
|
-
circumference: import('vue').ComputedRef<number>;
|
|
27
|
-
dashOffset: import('vue').ComputedRef<number>;
|
|
28
|
-
iconSize: import('vue').ComputedRef<number>;
|
|
29
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
-
progress: {
|
|
31
|
-
type: NumberConstructor;
|
|
32
|
-
default: number;
|
|
33
|
-
validator: (val: number) => boolean;
|
|
34
|
-
};
|
|
35
|
-
size: {
|
|
36
|
-
type: NumberConstructor;
|
|
37
|
-
default: number;
|
|
38
|
-
};
|
|
39
|
-
strokeWidth: {
|
|
40
|
-
type: NumberConstructor;
|
|
41
|
-
default: number;
|
|
42
|
-
};
|
|
43
|
-
isUploading: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
isDownloading: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
}>> & Readonly<{}>, {
|
|
52
|
-
size: number;
|
|
53
|
-
progress: number;
|
|
54
|
-
isUploading: boolean;
|
|
55
|
-
strokeWidth: number;
|
|
56
|
-
isDownloading: boolean;
|
|
57
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
58
|
-
export default _default;
|
|
59
|
-
//# sourceMappingURL=LoadingStatus.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingStatus.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/general/LoadingStatus.vue"],"names":[],"mappings":"AAoDA;;;;;yBAyG6B,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;AANnC,wBAsCG"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
imagePath: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
title: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
imagePath: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
title: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {
|
|
20
|
-
title: string;
|
|
21
|
-
imagePath: string;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
|
-
export default _default;
|
|
24
|
-
//# sourceMappingURL=NoDataDisplay.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NoDataDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/general/NoDataDisplay.vue"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;;;;;;;;AA4BA,wBAaC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
text: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
truncate: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
text: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
truncate: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {
|
|
20
|
-
text: string;
|
|
21
|
-
truncate: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
|
-
export default _default;
|
|
24
|
-
//# sourceMappingURL=SafeEmojiText.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SafeEmojiText.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/general/SafeEmojiText.vue"],"names":[],"mappings":"AAwBA;;;;;;;;;;;;;;;;;;;;;;;AAwHA,wBAUG"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
items: {
|
|
3
|
-
type: ArrayConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
modelValue: {
|
|
7
|
-
type: NumberConstructor;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
slideTime: {
|
|
11
|
-
type: NumberConstructor;
|
|
12
|
-
default: number;
|
|
13
|
-
};
|
|
14
|
-
}>, {
|
|
15
|
-
isRtl: import('vue').ComputedRef<boolean>;
|
|
16
|
-
containerRef: import('vue').Ref<HTMLElement, HTMLElement>;
|
|
17
|
-
leftItem: import('vue').ComputedRef<unknown>;
|
|
18
|
-
leftIndex: import('vue').Ref<number, number>;
|
|
19
|
-
centerItem: import('vue').ComputedRef<unknown>;
|
|
20
|
-
centerIndex: import('vue').Ref<number, number>;
|
|
21
|
-
rightItem: import('vue').ComputedRef<unknown>;
|
|
22
|
-
rightIndex: import('vue').Ref<number, number>;
|
|
23
|
-
baseTranslate: import('vue').ComputedRef<33.3333 | -33.3333>;
|
|
24
|
-
touchTranslate: import('vue').Ref<number, number>;
|
|
25
|
-
isDragging: import('vue').Ref<boolean, boolean>;
|
|
26
|
-
onTouchStart: (e: TouchEvent) => void;
|
|
27
|
-
onTouchMove: (e: TouchEvent) => void;
|
|
28
|
-
onTouchEnd: (e: TouchEvent) => void;
|
|
29
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
-
items: {
|
|
31
|
-
type: ArrayConstructor;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
modelValue: {
|
|
35
|
-
type: NumberConstructor;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
slideTime: {
|
|
39
|
-
type: NumberConstructor;
|
|
40
|
-
default: number;
|
|
41
|
-
};
|
|
42
|
-
}>> & Readonly<{
|
|
43
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
44
|
-
}>, {
|
|
45
|
-
slideTime: number;
|
|
46
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
|
-
export default _default;
|
|
48
|
-
//# sourceMappingURL=BCarousel.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BCarousel.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/global/BCarousel.vue"],"names":[],"mappings":"AAiCA;;;;;;;;;;;;;;;;;;;;;;;;;;sBA2MiC,UAAU;qBAOX,UAAU;oBAiBX,UAAU;;;;;;;;;;;;;;;;;;;AA1DzC,wBA6HG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useChatRecording.d.ts","sourceRoot":"","sources":["../../../../app/composables/chat/useChatRecording.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAE9C,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,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,iBAAiB,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;CAC3C;;;;;;;;;;;;;;;;;;;2BA0F6B,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgG3C"}
|
|
@@ -1 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useAppToast.d.ts","sourceRoot":"","sources":["../../../app/composables/useAppToast.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AAEtD,eAAO,MAAM,WAAW;;yBASX,MAAM,SACT,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM;CAajD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDate.d.ts","sourceRoot":"","sources":["../../../app/composables/useDate.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAG7D,MAAM,WAAW,iBAAiB;IAChC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAChC;AAED,eAAO,MAAM,OAAO;2BA0aY,IAAI,KAAG,MAAM;2BArRb,MAAM,GAAG,IAAI,KAAG,IAAI;4BA8CrC,MAAM,GAAG,IAAI,YACf,iBAAiB,KACzB,MAAM;mCAoD6B,MAAM,GAAG,IAAI,KAAG,MAAM;qCAyFpB,MAAM,GAAG,IAAI,KAAG,MAAM;iCA1B1B,MAAM,GAAG,IAAI,KAAG,MAAM;iCAkItB,MAAM,GAAG,IAAI,KAAG,MAAM;gCAxKvB,MAAM,GAAG,IAAI,KAAG,MAAM;4BA1F1B,MAAM,GAAG,IAAI,KAAG,MAAM;cApJ/C,MAAM,MACN,MAAM,MACN,MAAM,KACT,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;cAoCrB,MAAM,MACN,MAAM,MACN,MAAM,KACT,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;yBAycJ,GAAG;oCA/Ka,MAAM,GAAG,IAAI,KAAG,MAAM;qCAoHrB,oBAAoB;CA+D7D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const useLocale: () => {
|
|
2
|
-
locale: {
|
|
3
|
-
value: string;
|
|
4
|
-
};
|
|
5
|
-
languages: import('vue').ComputedRef<any[]>;
|
|
6
|
-
otherLanguages: import('vue').ComputedRef<any[]>;
|
|
7
|
-
currentCountry: import('vue').ComputedRef<any>;
|
|
8
|
-
flagUrl: import('vue').ComputedRef<any>;
|
|
9
|
-
dir: import('vue').ComputedRef<"ltr" | "rtl">;
|
|
10
|
-
switchLocale: (newLocale: string) => Promise<void>;
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=useLocale.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLocale.d.ts","sourceRoot":"","sources":["../../../app/composables/useLocale.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,SAAS;;eAKD,MAAM;;;;;;;8BA0Dc,MAAM;CA2B9C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../../app/composables/useTheme.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AA2BtE,eAAO,MAAM,YAAY,GAAI,QAAO,UAAe,KAAG,KAwBrD,CAAC;AAEF,eAAO,MAAM,QAAQ,QAAO,KAM3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useValidation.d.ts","sourceRoot":"","sources":["../../../app/composables/useValidation.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;+BA+RU,MAAM,KAAG,MAAM,GAAG,IAAI;iCA2BpB,MAAM,KAAG,MAAM,GAAG,IAAI;yBA5R9B,MAAM,cAAc,MAAM,KAAG,MAAM,GAAG,IAAI;yBAmO1C,MAAM,SAAS,MAAM;iCA0Bb,MAAM;gCA1GP,MAAM,KAAG,OAAO;iCAkCf,MAAM,KAAG,MAAM,GAAG,IAAI;kCArBrB,MAAM,KAAG,MAAM,GAAG,IAAI;4BA2D5B,MAAM,SAAS,MAAM,KAAG,MAAM,GAAG,IAAI;0BApBvC,MAAM,eAAe,MAAM,KAAG,MAAM,GAAG,IAAI;gCASrC,MAAM,KAAG,MAAM,GAAG,IAAI;8BAsFxB,GAAG,cAAc,MAAM,KAAG,MAAM,GAAG,IAAI;2BAhRnE,MAAM,GAAG,IAAI,MACZ,MAAM,MACN,MAAM,KACT,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI;4BAtCD,MAAM,KAAG,MAAM;uBA6UzB,MAAM;+BAEE,MAAM;kCAEH,MAAM;CAGvC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useWindowSize.d.ts","sourceRoot":"","sources":["../../../app/composables/useWindowSize.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;CAmBzB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../app/index.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,CAAC;AAE/B,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAEhE,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,YAAY,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEhE,YAAY,EACV,WAAW,EACX,WAAW,EACX,iBAAiB,EACjB,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,cAAc,EACd,oBAAoB,EACpB,aAAa,GACd,MAAM,WAAW,CAAC;AAEnB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAExE,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC"}
|
package/dist/types/install.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { App } from 'vue';
|
|
2
|
-
import { createStores } from './stores/createStores';
|
|
3
|
-
import { HostAdapter } from './adapter';
|
|
4
|
-
export interface BehayandChatOptions {
|
|
5
|
-
/**
|
|
6
|
-
* Host application adapter that provides chat/service/medication ports.
|
|
7
|
-
* If omitted, a mock adapter is used (useful for previewing the UI).
|
|
8
|
-
*/
|
|
9
|
-
adapter?: HostAdapter;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Vue plugin that wires up the chat stores. The consumer must `app.use(...)`
|
|
13
|
-
* this before rendering <ChatPage />. Pinia must already be installed on the
|
|
14
|
-
* app instance.
|
|
15
|
-
*/
|
|
16
|
-
export declare const BehayandChat: {
|
|
17
|
-
install(app: App, options?: BehayandChatOptions): void;
|
|
18
|
-
};
|
|
19
|
-
export type AppStores = ReturnType<typeof createStores>;
|
|
20
|
-
//# sourceMappingURL=install.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../app/install.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAQ7C,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY;iBACV,GAAG,YAAW,mBAAmB;CAU/C,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Contact, FilterKeys, Message } from '../types/chat';
|
|
2
|
-
export interface ContactsSeedParams {
|
|
3
|
-
filter: FilterKeys;
|
|
4
|
-
page: number;
|
|
5
|
-
pageSize: number;
|
|
6
|
-
search?: string;
|
|
7
|
-
currentUserId?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const seedContacts: (params: ContactsSeedParams) => {
|
|
10
|
-
data: Contact[];
|
|
11
|
-
hasNextPage: boolean;
|
|
12
|
-
};
|
|
13
|
-
export interface MessagesSeedParams {
|
|
14
|
-
conversationId: string;
|
|
15
|
-
page: number;
|
|
16
|
-
pageSize: number;
|
|
17
|
-
currentUserId?: string;
|
|
18
|
-
}
|
|
19
|
-
export declare const seedMessages: (params: MessagesSeedParams) => Message[];
|
|
20
|
-
//# sourceMappingURL=chat.seed.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chat.seed.d.ts","sourceRoot":"","sources":["../../../app/mock/chat.seed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAe,MAAM,cAAc,CAAC;AA6F9E,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,UAAU,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,GACvB,QAAQ,kBAAkB,KACzB;IAAE,IAAI,EAAE,OAAO,EAAE,CAAC;IAAC,WAAW,EAAE,OAAO,CAAA;CAoBzC,CAAC;AAEF,MAAM,WAAW,kBAAkB;IACjC,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,GAAI,QAAQ,kBAAkB,KAAG,OAAO,EAiChE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../app/mock/helpers.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,GAAI,WAAQ,KAAG,OAAO,CAAC,IAAI,CACM,CAAC;AAEpD,eAAO,MAAM,QAAQ,QAAO,MAC2B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../app/mock/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"medication.seed.d.ts","sourceRoot":"","sources":["../../../app/mock/medication.seed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAsCrD,eAAO,MAAM,eAAe,QAAO,UAAU,EAAiC,CAAC;AAE/E,eAAO,MAAM,oBAAoB,GAAI,OAAO,MAAM,KAAG,UAAU,EAQ9D,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Provider, Service } from '../types/service';
|
|
2
|
-
export declare const seedServices: () => Service[];
|
|
3
|
-
export interface ProvidersSeedParams {
|
|
4
|
-
serviceId: string;
|
|
5
|
-
page: number;
|
|
6
|
-
pageSize: number;
|
|
7
|
-
search?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const seedProviders: (params: ProvidersSeedParams) => {
|
|
10
|
-
data: Provider[];
|
|
11
|
-
hasNextPage: boolean;
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=service.seed.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service.seed.d.ts","sourceRoot":"","sources":["../../../app/mock/service.seed.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAc,MAAM,iBAAiB,CAAC;AAyCrE,eAAO,MAAM,YAAY,QAAO,OAAO,EA2CtC,CAAC;AAEF,MAAM,WAAW,mBAAmB;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAID,eAAO,MAAM,aAAa,GACxB,QAAQ,mBAAmB,KAC1B;IAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;IAAC,WAAW,EAAE,OAAO,CAAA;CA4B1C,CAAC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { Ref, WritableComputedRef, InjectionKey } from 'vue';
|
|
2
|
-
import { AppStores } from './install';
|
|
3
|
-
export type I18nT = (key: string, ...args: unknown[]) => string;
|
|
4
|
-
export interface I18nNarrow {
|
|
5
|
-
t: I18nT;
|
|
6
|
-
locale: WritableComputedRef<string>;
|
|
7
|
-
}
|
|
8
|
-
export declare function useI18n(): I18nNarrow;
|
|
9
|
-
export { useWindowSize, useEventBus } from '@vueuse/core';
|
|
10
|
-
export { useClickOutside } from './composables/useClickOutside';
|
|
11
|
-
export { useDevice } from './composables/useDevice';
|
|
12
|
-
export { useDate } from './composables/useDate';
|
|
13
|
-
export { useAppToast } from './composables/useAppToast';
|
|
14
|
-
export { useAppPermissions } from './composables/useAppPermissions';
|
|
15
|
-
export { useLocale } from './composables/useLocale';
|
|
16
|
-
export { useTheme, provideTheme } from './composables/useTheme';
|
|
17
|
-
export { useValidation } from './composables/useValidation';
|
|
18
|
-
export { useChatStore } from './stores/chatStore';
|
|
19
|
-
export { useChatActionStore } from './stores/chatActionStore';
|
|
20
|
-
export { useCallStore } from './stores/callStore';
|
|
21
|
-
export { useServiceStore } from './stores/serviceStore';
|
|
22
|
-
export { useMedicationStore } from './stores/medicationsStore';
|
|
23
|
-
export { formatBytes, formatCurrency } from './utils/format';
|
|
24
|
-
export declare const APP_STORES_KEY: InjectionKey<AppStores>;
|
|
25
|
-
/**
|
|
26
|
-
* Resolve the app stores from the current Vue injection context. Call this
|
|
27
|
-
* either inside a component `setup()` or inside `app.runWithContext(...)`
|
|
28
|
-
* AFTER `app.use(BehayandChat, { adapter })` has installed the plugin.
|
|
29
|
-
*
|
|
30
|
-
* Throws if no provider is reachable — keeps the failure mode loud and
|
|
31
|
-
* located, instead of a downstream null-deref.
|
|
32
|
-
*/
|
|
33
|
-
export declare function injectAppStores(): AppStores;
|
|
34
|
-
export declare function useState<T>(key: string, init?: () => T): Ref<T>;
|
|
35
|
-
export declare function useHead(_: unknown): void;
|
|
36
|
-
export declare function useSeoMeta(_: unknown): void;
|
|
37
|
-
type ColorModeRef = Ref<"light" | "dark"> & {
|
|
38
|
-
preference: "light" | "dark";
|
|
39
|
-
value: "light" | "dark";
|
|
40
|
-
};
|
|
41
|
-
export declare function useColorMode(): ColorModeRef;
|
|
42
|
-
export declare function defineNuxtPlugin(_: unknown): unknown;
|
|
43
|
-
//# sourceMappingURL=nuxt-shims.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nuxt-shims.d.ts","sourceRoot":"","sources":["../../app/nuxt-shims.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAO,KAAK,GAAG,EAAE,KAAK,mBAAmB,EAAE,KAAK,YAAY,EAAU,MAAM,KAAK,CAAC;AAEzF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAE3C,MAAM,MAAM,KAAK,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,MAAM,CAAC;AAChE,MAAM,WAAW,UAAU;IACzB,CAAC,EAAE,KAAK,CAAC;IACT,MAAM,EAAE,mBAAmB,CAAC,MAAM,CAAC,CAAC;CACrC;AAED,wBAAgB,OAAO,IAAI,UAAU,CAEpC;AACD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE1D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAE7D,eAAO,MAAM,cAAc,EAAE,YAAY,CAAC,SAAS,CAAgC,CAAC;AAEpF;;;;;;;GAOG;AACH,wBAAgB,eAAe,IAAI,SAAS,CAW3C;AAGD,wBAAgB,QAAQ,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAK/D;AAED,wBAAgB,OAAO,CAAC,CAAC,EAAE,OAAO,QAEjC;AAED,wBAAgB,UAAU,CAAC,CAAC,EAAE,OAAO,QAEpC;AAED,KAAK,YAAY,GAAG,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC,GAAG;IAAE,UAAU,EAAE,OAAO,GAAG,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAAA;CAAE,CAAC;AAEtG,wBAAgB,YAAY,IAAI,YAAY,CAmB3C;AAED,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,OAAO,WAE1C"}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
declare const MyCustomPT: {
|
|
2
|
-
button: {
|
|
3
|
-
root: ({ props, context }: any) => {
|
|
4
|
-
class: (string | {
|
|
5
|
-
'is-disabled': any;
|
|
6
|
-
'is-loading': any;
|
|
7
|
-
})[];
|
|
8
|
-
style: {
|
|
9
|
-
'--b-pad-inline': string;
|
|
10
|
-
'--b-pad-block': string;
|
|
11
|
-
'--b-width': string;
|
|
12
|
-
'--b-height': string;
|
|
13
|
-
'--b-radius': string;
|
|
14
|
-
'--b-font-size': string;
|
|
15
|
-
'--b-bg-image': any;
|
|
16
|
-
'--b-bg-color': any;
|
|
17
|
-
'--b-text': any;
|
|
18
|
-
'--b-border': any;
|
|
19
|
-
'--b-hover-bg-color': any;
|
|
20
|
-
'--b-hover-text': any;
|
|
21
|
-
'--b-hover-border': any;
|
|
22
|
-
'--b-active-bg-color': any;
|
|
23
|
-
'--b-active-text': any;
|
|
24
|
-
'--b-active-border': any;
|
|
25
|
-
'--b-focus-color': string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
label: ({ props }: any) => {
|
|
29
|
-
class: (string | {
|
|
30
|
-
'whitespace-nowrap': boolean;
|
|
31
|
-
hidden: boolean;
|
|
32
|
-
})[];
|
|
33
|
-
};
|
|
34
|
-
icon: string;
|
|
35
|
-
loadingIcon: string;
|
|
36
|
-
};
|
|
37
|
-
inputtext: {
|
|
38
|
-
root: ({ props, context }: any) => {
|
|
39
|
-
class: (string | {
|
|
40
|
-
'is-disabled': any;
|
|
41
|
-
'is-invalid': any;
|
|
42
|
-
})[];
|
|
43
|
-
style: {
|
|
44
|
-
'--i-height': string;
|
|
45
|
-
'--i-radius': string;
|
|
46
|
-
'--i-font-size': string;
|
|
47
|
-
'--i-border-width': string;
|
|
48
|
-
'--i-bg': string;
|
|
49
|
-
'--i-text': string;
|
|
50
|
-
'--i-border': string;
|
|
51
|
-
'--i-bg-disabled': string;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
select: {
|
|
56
|
-
root: ({ props, state }: any) => {
|
|
57
|
-
class: (string | {
|
|
58
|
-
'opacity-50 pointer-events-none': any;
|
|
59
|
-
})[];
|
|
60
|
-
};
|
|
61
|
-
label: string;
|
|
62
|
-
dropdown: string;
|
|
63
|
-
dropdownIcon: string;
|
|
64
|
-
overlay: string;
|
|
65
|
-
listContainer: string;
|
|
66
|
-
option: ({ context }: any) => {
|
|
67
|
-
class: string[];
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
export default MyCustomPT;
|
|
72
|
-
//# sourceMappingURL=prime-preset.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"prime-preset.d.ts","sourceRoot":"","sources":["../../app/prime-preset.ts"],"names":[],"mappings":"AAgCA,QAAA,MAAM,UAAU;;mCAGe,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;2BA8BX,GAAG;;;;;;;;;;mCASK,GAAG;;;;;;;;;;;;;;;;;;iCAcL,GAAG;;;;;;;;;;8BAaN,GAAG;;;;CAO5B,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"callStore.d.ts","sourceRoot":"","sources":["../../../app/stores/callStore.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+MAAyC,CAAC"}
|