@phonghq/go-chat 1.0.72 → 1.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/call/IconClock.vue.d.ts +2 -0
- package/dist/assets/icons/call/IconClock.vue.js +22 -0
- package/dist/assets/icons/call/IconClose.vue.d.ts +2 -0
- package/dist/assets/icons/call/IconClose.vue.js +26 -0
- package/dist/assets/icons/call/IconMic.vue.d.ts +14 -0
- package/dist/assets/icons/call/IconMic.vue.js +123 -0
- package/dist/assets/icons/call/IconPhone.vue.d.ts +2 -0
- package/dist/assets/icons/call/IconPhone.vue.js +22 -0
- package/dist/assets/icons/call/IconPhoneCancel.vue.d.ts +14 -0
- package/dist/assets/icons/call/IconPhoneCancel.vue.js +46 -0
- package/dist/assets/icons/call/IconSoundDownload.vue.d.ts +2 -0
- package/dist/assets/icons/call/IconSoundDownload.vue.js +50 -0
- package/dist/assets/icons/call/IconSpeaker.vue.d.ts +14 -0
- package/dist/assets/icons/call/IconSpeaker.vue.js +62 -0
- package/dist/assets/icons/chat/IconCalendar.vue.d.ts +14 -0
- package/dist/assets/icons/chat/IconCalendar.vue.js +42 -0
- package/dist/assets/icons/chat/IconCheck.vue.d.ts +2 -0
- package/dist/assets/icons/chat/IconCheck.vue.js +22 -0
- package/dist/assets/icons/chat/IconInfo.vue.d.ts +2 -0
- package/dist/assets/icons/chat/IconInfo.vue.js +20 -0
- package/dist/assets/icons/chat/IconLink.vue.d.ts +14 -0
- package/dist/assets/icons/chat/IconLink.vue.js +42 -0
- package/dist/assets/icons/chat/IconMenuDot.vue.d.ts +2 -0
- package/dist/assets/icons/chat/IconMenuDot.vue.js +31 -0
- package/dist/assets/icons/customer-appointment/IconChevronRight.vue.d.ts +2 -0
- package/dist/assets/icons/customer-appointment/IconChevronRight.vue.js +22 -0
- package/dist/assets/icons/customer-appointment/IconFilter.vue.d.ts +2 -0
- package/dist/assets/icons/customer-appointment/IconFilter.vue.js +53 -0
- package/dist/assets/icons/customer-detail/IconArrow.vue.d.ts +2 -0
- package/dist/assets/icons/customer-detail/IconArrow.vue.js +22 -0
- package/dist/assets/icons/customer-detail/IconCheck.vue.d.ts +2 -0
- package/dist/assets/icons/customer-detail/IconCheck.vue.js +27 -0
- package/dist/assets/icons/customer-detail/IconDate.vue.d.ts +2 -0
- package/dist/assets/icons/customer-detail/IconDate.vue.js +43 -0
- package/dist/assets/icons/customer-detail/IconGroup.vue.d.ts +2 -0
- package/dist/assets/icons/customer-detail/IconGroup.vue.js +48 -0
- package/dist/assets/icons/customer-detail/IconMessage.vue.d.ts +2 -0
- package/dist/assets/icons/customer-detail/IconMessage.vue.js +28 -0
- package/dist/assets/icons/customer-detail/IconNote.vue.d.ts +2 -0
- package/dist/assets/icons/customer-detail/IconNote.vue.js +29 -0
- package/dist/assets/icons/customer-detail/IconPhone.vue.d.ts +14 -0
- package/dist/assets/icons/customer-detail/IconPhone.vue.js +41 -0
- package/dist/assets/icons/customer-detail/IconPin.vue.d.ts +2 -0
- package/dist/assets/icons/customer-detail/IconPin.vue.js +29 -0
- package/dist/assets/icons/customer-detail/IconSearch.vue.d.ts +2 -0
- package/dist/assets/icons/customer-detail/IconSearch.vue.js +29 -0
- package/dist/assets/icons/global/IconAiCheck.vue.d.ts +2 -0
- package/dist/assets/icons/global/IconAiCheck.vue.js +28 -0
- package/dist/assets/icons/global/IconArrowLeft.vue.d.ts +2 -0
- package/dist/assets/icons/global/IconArrowLeft.vue.js +29 -0
- package/dist/assets/icons/global/IconBackspace.vue.d.ts +2 -0
- package/dist/assets/icons/global/IconBackspace.vue.js +28 -0
- package/dist/assets/icons/global/IconCloseCircle.vue.d.ts +2 -0
- package/dist/assets/icons/global/IconCloseCircle.vue.js +36 -0
- package/dist/assets/icons/global/IconMessageOutline.vue.d.ts +2 -0
- package/dist/assets/icons/global/IconMessageOutline.vue.js +22 -0
- package/dist/assets/icons/global/IconPhone.vue.d.ts +2 -0
- package/dist/assets/icons/global/IconPhone.vue.js +19 -0
- package/dist/assets/icons/global/IconPlan.vue.d.ts +14 -0
- package/dist/assets/icons/global/IconPlan.vue.js +39 -0
- package/dist/assets/icons/global/IconPlus.vue.d.ts +2 -0
- package/dist/assets/icons/global/IconPlus.vue.js +22 -0
- package/dist/assets/icons/global/IconSearch.vue.d.ts +32 -0
- package/dist/assets/icons/global/IconSearch.vue.js +68 -0
- package/dist/assets/icons/global/IconSms.vue.d.ts +2 -0
- package/dist/assets/icons/global/IconSms.vue.js +22 -0
- package/dist/assets/icons/global/IconUser.vue.d.ts +2 -0
- package/dist/assets/icons/global/IconUser.vue.js +25 -0
- package/dist/assets/icons/lib/IconZoomOut.vue.d.ts +5 -0
- package/dist/assets/icons/lib/IconZoomOut.vue.js +52 -0
- package/dist/chat/App.vue.d.ts +26 -0
- package/dist/chat/App.vue.js +928 -0
- package/dist/chat/ChatHeader.vue.d.ts +15 -0
- package/dist/chat/ChatHeader.vue.js +218 -0
- package/dist/chat/main.d.ts +7 -0
- package/dist/chat/main.js +7 -0
- package/dist/chat/page/customer-appointment/CustomerAppointment.vue.d.ts +9 -0
- package/dist/chat/page/customer-appointment/CustomerAppointment.vue.js +262 -0
- package/dist/chat/page/customer-check-in/CollapseCheckIn.vue.d.ts +12 -0
- package/dist/chat/page/customer-check-in/CollapseCheckIn.vue.js +80 -0
- package/dist/chat/page/customer-check-in/CustomerCheckIn.vue.d.ts +2 -0
- package/dist/chat/page/customer-check-in/CustomerCheckIn.vue.js +138 -0
- package/dist/chat/page/customer-detail/CustomerDetail.vue.d.ts +7 -0
- package/dist/chat/page/customer-detail/CustomerDetail.vue.js +234 -0
- package/dist/chat/page/customer-detail/SubInformation.vue.d.ts +16 -0
- package/dist/chat/page/customer-detail/SubInformation.vue.js +134 -0
- package/dist/chat/page/error/Error.vue.d.ts +2 -0
- package/dist/chat/page/error/Error.vue.js +64 -0
- package/dist/chat/page/home/ChatList.vue.d.ts +104 -0
- package/dist/chat/page/home/ChatList.vue.js +654 -0
- package/dist/chat/page/home/ChatMessage.vue.d.ts +21 -0
- package/dist/chat/page/home/ChatMessage.vue.js +210 -0
- package/dist/chat/page/home/ChatMessageItem.vue.d.ts +20 -0
- package/dist/chat/page/home/ChatMessageItem.vue.js +397 -0
- package/dist/chat/page/home/ChatMessageItem2.vue.d.ts +19 -0
- package/dist/chat/page/home/ChatMessageItem2.vue.js +351 -0
- package/dist/chat/page/home/DropZone.vue.d.ts +13 -0
- package/dist/chat/page/home/DropZone.vue.js +130 -0
- package/dist/chat/page/home/Home.vue.d.ts +29 -0
- package/dist/chat/page/home/Home.vue.js +472 -0
- package/dist/chat/page/home/HomeHeader.vue.d.ts +18 -0
- package/dist/chat/page/home/HomeHeader.vue.js +514 -0
- package/dist/chat/page/home/InputChat.vue.d.ts +27 -0
- package/dist/chat/page/home/InputChat.vue.js +412 -0
- package/dist/chat/page/home/NewCustomer.vue.d.ts +7 -0
- package/dist/chat/page/home/NewCustomer.vue.js +83 -0
- package/dist/chat/page/home/PhoneNumpad.vue.d.ts +22 -0
- package/dist/chat/page/home/PhoneNumpad.vue.js +161 -0
- package/dist/chat/page/setting/Setting.vue.d.ts +2 -0
- package/dist/chat/page/setting/Setting.vue.js +277 -0
- package/dist/chat/page/setting/SettingSuccess.vue.d.ts +2 -0
- package/dist/chat/page/setting/SettingSuccess.vue.js +33 -0
- package/dist/components/chat/ScrollEvent/ScrollEvent.vue.d.ts +24 -0
- package/dist/components/chat/ScrollEvent/ScrollEvent.vue.js +207 -0
- package/dist/components/chat/call/Calling.vue.d.ts +17 -0
- package/dist/components/chat/call/Calling.vue.js +594 -0
- package/dist/components/chat/call/TimeLeft.vue.d.ts +5 -0
- package/dist/components/chat/call/TimeLeft.vue.js +59 -0
- package/dist/components/chat/card/CardCustomerDetail.vue.d.ts +13 -0
- package/dist/components/chat/card/CardCustomerDetail.vue.js +28 -0
- package/dist/components/chat/common/collapse/CollapseBase.vue.d.ts +20 -0
- package/dist/components/chat/common/collapse/CollapseBase.vue.js +59 -0
- package/dist/components/chat/common/input/InputSearch.vue.d.ts +16 -0
- package/dist/components/chat/common/input/InputSearch.vue.js +71 -0
- package/dist/components/chat/common/modal/Modal.vue.d.ts +94 -0
- package/dist/components/chat/common/modal/Modal.vue.js +260 -0
- package/dist/components/chat/common/popover/PopoverBase.vue.d.ts +35 -0
- package/dist/components/chat/common/popover/PopoverBase.vue.js +148 -0
- package/dist/components/chat/common/spin/BaseSpin.vue.d.ts +10 -0
- package/dist/components/chat/common/spin/BaseSpin.vue.js +43 -0
- package/dist/components/chat/common/switch/SwitchBase.vue.d.ts +17 -0
- package/dist/components/chat/common/switch/SwitchBase.vue.js +76 -0
- package/dist/components/chat/common/tab/TabBase.vue.d.ts +30 -0
- package/dist/components/chat/common/tab/TabBase.vue.js +86 -0
- package/dist/components/chat/common/tabs/TabBase.vue.d.ts +18 -0
- package/dist/components/chat/common/tabs/TabBase.vue.js +93 -0
- package/dist/components/chat/customer/Avatar.vue.d.ts +12 -0
- package/dist/components/chat/customer/Avatar.vue.js +127 -0
- package/dist/components/chat/layout/mobile/Footer.vue.d.ts +2 -0
- package/dist/components/chat/layout/mobile/Footer.vue.js +114 -0
- package/dist/components/chat/select/SelectBase.vue.d.ts +24 -0
- package/dist/components/chat/select/SelectBase.vue.js +105 -0
- package/dist/components/common/CustomLoading.vue.d.ts +2 -0
- package/dist/components/common/CustomLoading.vue.js +19 -0
- package/dist/components/common/Notification/NotificationDescription.vue.d.ts +7 -0
- package/dist/components/common/Notification/NotificationDescription.vue.js +38 -0
- package/dist/components/common/button/ButtonBase.vue.d.ts +22 -0
- package/dist/components/common/button/ButtonBase.vue.js +78 -0
- package/dist/components/common/button/ButtonToggle.vue.d.ts +20 -0
- package/dist/components/common/button/ButtonToggle.vue.js +70 -0
- package/dist/components/common/checkbox/CCheckboxNumber.vue.d.ts +16 -0
- package/dist/components/common/checkbox/CCheckboxNumber.vue.js +48 -0
- package/dist/components/common/collapse/BaseCollapse.vue.d.ts +12 -0
- package/dist/components/common/collapse/BaseCollapse.vue.js +36 -0
- package/dist/components/common/collapse/BaseCollapseItem.vue.d.ts +4 -0
- package/dist/components/common/collapse/BaseCollapseItem.vue.js +22 -0
- package/dist/components/common/drawer/DrawerBase.vue.d.ts +39 -0
- package/dist/components/common/drawer/DrawerBase.vue.js +126 -0
- package/dist/components/common/drawer/DrawerBaseCustom.vue.d.ts +33 -0
- package/dist/components/common/drawer/DrawerBaseCustom.vue.js +135 -0
- package/dist/components/common/dropdown/DropdownBase.vue.d.ts +21 -0
- package/dist/components/common/dropdown/DropdownBase.vue.js +93 -0
- package/dist/components/common/input/CInputSearch.vue.d.ts +14 -0
- package/dist/components/common/input/CInputSearch.vue.js +62 -0
- package/dist/components/common/modal/ModalBase.vue.d.ts +35 -0
- package/dist/components/common/modal/ModalBase.vue.js +187 -0
- package/dist/components/common/popover/PopoverBase.vue.d.ts +3 -0
- package/dist/components/common/popover/PopoverBase.vue.js +36 -0
- package/dist/components/common/select/SelectBase.vue.d.ts +33 -0
- package/dist/components/common/select/SelectBase.vue.js +120 -0
- package/dist/components/common/slider/BaseSlider.vue.d.ts +11 -0
- package/dist/components/common/slider/BaseSlider.vue.js +70 -0
- package/dist/components/common/spin/CSpin.vue.d.ts +9 -0
- package/dist/components/common/spin/CSpin.vue.js +41 -0
- package/dist/components/common/tooltip/TooltipBase.vue.d.ts +2 -0
- package/dist/components/common/tooltip/TooltipBase.vue.js +8 -0
- package/dist/components/layout/PageError.vue.d.ts +2 -0
- package/dist/components/layout/PageError.vue.js +91 -0
- package/dist/components/ui/button/CButton.vue.d.ts +19 -0
- package/dist/components/ui/button/CButton.vue.js +49 -0
- package/dist/components/ui/button/c-button.d.ts +7 -0
- package/dist/components/ui/button/c-button.js +26 -0
- package/dist/components/ui/checkbox/Checkbox.vue.d.ts +18 -0
- package/dist/components/ui/checkbox/Checkbox.vue.js +79 -0
- package/dist/components/ui/checkbox/index.d.ts +1 -0
- package/dist/components/ui/checkbox/index.js +1 -0
- package/dist/components/ui/collapsible/Collapsible.vue.d.ts +16 -0
- package/dist/components/ui/collapsible/Collapsible.vue.js +47 -0
- package/dist/components/ui/collapsible/CollapsibleContent.vue.d.ts +10 -0
- package/dist/components/ui/collapsible/CollapsibleContent.vue.js +41 -0
- package/dist/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +10 -0
- package/dist/components/ui/collapsible/CollapsibleTrigger.vue.js +35 -0
- package/dist/components/ui/collapsible/index.d.ts +3 -0
- package/dist/components/ui/collapsible/index.js +3 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts +14 -0
- package/dist/components/ui/dialog/Dialog.vue.js +42 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +10 -0
- package/dist/components/ui/dialog/DialogClose.vue.js +35 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +29 -0
- package/dist/components/ui/dialog/DialogContent.vue.js +84 -0
- package/dist/components/ui/dialog/DialogDescription.vue.d.ts +14 -0
- package/dist/components/ui/dialog/DialogDescription.vue.js +43 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +13 -0
- package/dist/components/ui/dialog/DialogFooter.vue.js +26 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +13 -0
- package/dist/components/ui/dialog/DialogHeader.vue.js +26 -0
- package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts +30 -0
- package/dist/components/ui/dialog/DialogScrollContent.vue.js +99 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +14 -0
- package/dist/components/ui/dialog/DialogTitle.vue.js +43 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +10 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.js +35 -0
- package/dist/components/ui/dialog/index.d.ts +9 -0
- package/dist/components/ui/dialog/index.js +9 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts +26 -0
- package/dist/components/ui/drawer/Drawer.vue.js +48 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +33 -0
- package/dist/components/ui/drawer/DrawerContent.vue.js +81 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +14 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.js +42 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +13 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.js +26 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +13 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.js +26 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +7 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.js +37 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +14 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.js +42 -0
- package/dist/components/ui/drawer/index.d.ts +8 -0
- package/dist/components/ui/drawer/index.js +8 -0
- package/dist/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +14 -0
- package/dist/components/ui/dropdown-menu/DropdownMenu.vue.js +41 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +20 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.js +79 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +28 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.js +66 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +10 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.js +35 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +15 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.js +43 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +15 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.js +43 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +14 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.js +41 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +18 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.js +80 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +7 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.js +37 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +13 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.js +26 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +14 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.js +41 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +30 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.js +46 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +14 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.js +58 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +10 -0
- package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.js +41 -0
- package/dist/components/ui/dropdown-menu/index.d.ts +15 -0
- package/dist/components/ui/dropdown-menu/index.js +15 -0
- package/dist/components/ui/popover/Popover.vue.d.ts +14 -0
- package/dist/components/ui/popover/Popover.vue.js +41 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +28 -0
- package/dist/components/ui/popover/PopoverContent.vue.js +60 -0
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +10 -0
- package/dist/components/ui/popover/PopoverTrigger.vue.js +35 -0
- package/dist/components/ui/popover/index.d.ts +3 -0
- package/dist/components/ui/popover/index.js +3 -0
- package/dist/components/ui/radio-group/RadioGroup.vue.d.ts +18 -0
- package/dist/components/ui/radio-group/RadioGroup.vue.js +46 -0
- package/dist/components/ui/radio-group/RadioGroupItem.vue.d.ts +7 -0
- package/dist/components/ui/radio-group/RadioGroupItem.vue.js +71 -0
- package/dist/components/ui/radio-group/index.d.ts +2 -0
- package/dist/components/ui/radio-group/index.js +2 -0
- package/dist/components/ui/select/Select.vue.d.ts +20 -0
- package/dist/components/ui/select/Select.vue.js +49 -0
- package/dist/components/ui/select/SelectContent.vue.d.ts +24 -0
- package/dist/components/ui/select/SelectContent.vue.js +103 -0
- package/dist/components/ui/select/SelectGroup.vue.d.ts +10 -0
- package/dist/components/ui/select/SelectGroup.vue.js +37 -0
- package/dist/components/ui/select/SelectItem.vue.d.ts +18 -0
- package/dist/components/ui/select/SelectItem.vue.js +73 -0
- package/dist/components/ui/select/SelectItemText.vue.d.ts +10 -0
- package/dist/components/ui/select/SelectItemText.vue.js +37 -0
- package/dist/components/ui/select/SelectLabel.vue.d.ts +14 -0
- package/dist/components/ui/select/SelectLabel.vue.js +40 -0
- package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts +14 -0
- package/dist/components/ui/select/SelectScrollDownButton.vue.js +58 -0
- package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts +14 -0
- package/dist/components/ui/select/SelectScrollUpButton.vue.js +58 -0
- package/dist/components/ui/select/SelectSeparator.vue.d.ts +7 -0
- package/dist/components/ui/select/SelectSeparator.vue.js +39 -0
- package/dist/components/ui/select/SelectTrigger.vue.d.ts +17 -0
- package/dist/components/ui/select/SelectTrigger.vue.js +49 -0
- package/dist/components/ui/select/SelectValue.vue.d.ts +10 -0
- package/dist/components/ui/select/SelectValue.vue.js +37 -0
- package/dist/components/ui/select/index.d.ts +11 -0
- package/dist/components/ui/select/index.js +11 -0
- package/dist/components/ui/slider/Slider.vue.d.ts +13 -0
- package/dist/components/ui/slider/Slider.vue.js +155 -0
- package/dist/components/ui/slider/index.d.ts +1 -0
- package/dist/components/ui/slider/index.js +1 -0
- package/dist/components/ui/switch/Switch.vue.d.ts +18 -0
- package/dist/components/ui/switch/Switch.vue.js +61 -0
- package/dist/components/ui/switch/index.d.ts +1 -0
- package/dist/components/ui/switch/index.js +1 -0
- package/dist/components/ui/tabs/Tabs.vue.d.ts +20 -0
- package/dist/components/ui/tabs/Tabs.vue.js +54 -0
- package/dist/components/ui/tabs/TabsContent.vue.d.ts +14 -0
- package/dist/components/ui/tabs/TabsContent.vue.js +44 -0
- package/dist/components/ui/tabs/TabsList.vue.d.ts +14 -0
- package/dist/components/ui/tabs/TabsList.vue.js +44 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts +14 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.js +45 -0
- package/dist/components/ui/tabs/index.d.ts +4 -0
- package/dist/components/ui/tabs/index.js +4 -0
- package/dist/composable/useDigibot.d.ts +7 -0
- package/dist/composable/useDigibot.js +23 -0
- package/dist/composable/useInitData.d.ts +12 -0
- package/dist/composable/useInitData.js +101 -0
- package/dist/composable/useListConversations.d.ts +59 -0
- package/dist/composable/useListConversations.js +220 -0
- package/dist/composable/useListentEvent.d.ts +5 -0
- package/dist/composable/useListentEvent.js +69 -0
- package/dist/composable/usePlivo.d.ts +15 -0
- package/dist/composable/usePlivo.js +201 -0
- package/dist/constant/color.d.ts +22 -0
- package/dist/constant/color.js +47 -0
- package/dist/constant/datetime.d.ts +7 -0
- package/dist/constant/datetime.js +7 -0
- package/dist/constant/general.d.ts +11 -0
- package/dist/constant/general.js +12 -0
- package/dist/constant/message.d.ts +8 -0
- package/dist/constant/message.js +8 -0
- package/dist/constant/mqtt.d.ts +7 -0
- package/dist/constant/mqtt.js +18 -0
- package/dist/constant/user.d.ts +8 -0
- package/dist/constant/user.js +9 -0
- package/dist/go-chat.es.js +18766 -17073
- package/dist/go-chat.umd.js +23 -23
- package/dist/lib/utils.d.ts +2 -0
- package/dist/lib/utils.js +5 -0
- package/dist/plugins/axios-gci.d.ts +3 -0
- package/dist/plugins/axios-gci.js +25 -0
- package/dist/plugins/axios.d.ts +3 -0
- package/dist/plugins/axios.js +84 -0
- package/dist/plugins/mqtt.d.ts +8 -0
- package/dist/plugins/mqtt.js +189 -0
- package/dist/plugins/pocketbase.d.ts +5 -0
- package/dist/plugins/pocketbase.js +15 -0
- package/dist/plugins/sdk.d.ts +18 -0
- package/dist/plugins/sdk.js +73 -0
- package/dist/plugins/websocket.d.ts +15 -0
- package/dist/plugins/websocket.js +151 -0
- package/dist/style.css +1 -1
- package/dist/types/chat/auth.d.ts +41 -0
- package/dist/types/chat/auth.js +1 -0
- package/dist/types/chat/call.d.ts +19 -0
- package/dist/types/chat/call.js +23 -0
- package/dist/types/chat/global.d.ts +58 -0
- package/dist/types/chat/global.js +1 -0
- package/dist/types/chat/promise.d.ts +17 -0
- package/dist/types/chat/promise.js +1 -0
- package/dist/types/chat/user.d.ts +88 -0
- package/dist/types/chat/user.js +1 -0
- package/dist/types/conversation.d.ts +23 -0
- package/dist/types/conversation.js +1 -0
- package/dist/types/global.d.ts +11 -0
- package/dist/types/global.js +15 -0
- package/dist/types/message.d.ts +52 -0
- package/dist/types/message.js +1 -0
- package/dist/utils/chat/cache.d.ts +7 -0
- package/dist/utils/chat/cache.js +63 -0
- package/dist/utils/chat/chat-router.d.ts +5 -0
- package/dist/utils/chat/chat-router.js +14 -0
- package/dist/utils/chat/page-error.d.ts +4 -0
- package/dist/utils/chat/page-error.js +25 -0
- package/dist/utils/chat/phone-string.d.ts +1 -0
- package/dist/utils/chat/phone-string.js +4 -0
- package/dist/utils/chat/queue.d.ts +7 -0
- package/dist/utils/chat/queue.js +30 -0
- package/dist/utils/chat/store/auth.d.ts +62 -0
- package/dist/utils/chat/store/auth.js +93 -0
- package/dist/utils/chat/store/call.d.ts +15 -0
- package/dist/utils/chat/store/call.js +160 -0
- package/dist/utils/chat/store/conversation.d.ts +14 -0
- package/dist/utils/chat/store/conversation.js +73 -0
- package/dist/utils/chat/store/message.d.ts +27 -0
- package/dist/utils/chat/store/message.js +70 -0
- package/dist/utils/chat/store/time-limit.d.ts +5 -0
- package/dist/utils/chat/store/time-limit.js +8 -0
- package/dist/utils/chat/store/user.d.ts +200 -0
- package/dist/utils/chat/store/user.js +44 -0
- package/dist/utils/dayjs-helper.d.ts +3 -0
- package/dist/utils/dayjs-helper.js +8 -0
- package/dist/utils/debounce.d.ts +1 -0
- package/dist/utils/debounce.js +9 -0
- package/dist/utils/json.d.ts +2 -0
- package/dist/utils/json.js +18 -0
- package/dist/utils/logger.d.ts +3 -0
- package/dist/utils/logger.js +5 -0
- package/dist/utils/string-helper.d.ts +3 -0
- package/dist/utils/string-helper.js +43 -0
- package/dist/views/NotTenantPhone.vue.d.ts +9 -0
- package/dist/views/NotTenantPhone.vue.js +99 -0
- package/dist/views/home/phone-numpad/ConvercationList.vue.d.ts +19 -0
- package/dist/views/home/phone-numpad/ConvercationList.vue.js +177 -0
- package/dist/views/home/phone-numpad/PhoneNumpad.vue.d.ts +32 -0
- package/dist/views/home/phone-numpad/PhoneNumpad.vue.js +403 -0
- package/package.json +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { PAGE_RESPONSIVE } from '../types/chat/global';
|
|
2
|
+
type Props = {
|
|
3
|
+
response: PAGE_RESPONSIVE;
|
|
4
|
+
isLib?: boolean;
|
|
5
|
+
currentPageConfig: any;
|
|
6
|
+
isZoomIn?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
+
close: () => any;
|
|
10
|
+
"zoom-change": () => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
12
|
+
onClose?: (() => any) | undefined;
|
|
13
|
+
"onZoom-change"?: (() => any) | undefined;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
/// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
|
|
2
|
+
import { dataProfile } from '../utils/chat/store/auth';
|
|
3
|
+
import { phoneNumberFormat } from '../utils/string-helper';
|
|
4
|
+
import IconArrowLeft from '../assets/icons/global/IconArrowLeft.vue';
|
|
5
|
+
import IconZoomOut from '../assets/icons/lib/IconZoomOut.vue';
|
|
6
|
+
import IconCloseCircle from '../assets/icons/global/IconCloseCircle.vue';
|
|
7
|
+
import { computed } from 'vue';
|
|
8
|
+
import { timeLimit } from '../utils/chat/store/time-limit';
|
|
9
|
+
const props = withDefaults(defineProps(), {});
|
|
10
|
+
const emit = defineEmits();
|
|
11
|
+
const limitTimeLabel = computed(() => {
|
|
12
|
+
const m2 = Math.floor(timeLimit.value / 60);
|
|
13
|
+
const s2 = timeLimit.value % 60;
|
|
14
|
+
return `${m2.toString().padStart(2, '0')}:${s2.toString().padStart(2, '0')}`;
|
|
15
|
+
});
|
|
16
|
+
debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
|
|
17
|
+
const __VLS_defaults = {};
|
|
18
|
+
const __VLS_ctx = {
|
|
19
|
+
...{},
|
|
20
|
+
...{},
|
|
21
|
+
...{},
|
|
22
|
+
...{},
|
|
23
|
+
...{},
|
|
24
|
+
};
|
|
25
|
+
let __VLS_elements;
|
|
26
|
+
let __VLS_components;
|
|
27
|
+
let __VLS_directives;
|
|
28
|
+
if (__VLS_ctx.response == 'mobile' || __VLS_ctx.isLib) {
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
[response, isLib,];
|
|
31
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
32
|
+
...{ class: "text-[#141B34] shrink-0" },
|
|
33
|
+
...{ class: (__VLS_ctx.response == 'mobile' ? 'px-4' : 'px-6') },
|
|
34
|
+
});
|
|
35
|
+
// @ts-ignore
|
|
36
|
+
[response,];
|
|
37
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
38
|
+
...{ class: "flex items-center justify-between" },
|
|
39
|
+
});
|
|
40
|
+
if (__VLS_ctx.currentPageConfig?.backFunc && !__VLS_ctx.currentPageConfig?.isHidden) {
|
|
41
|
+
// @ts-ignore
|
|
42
|
+
[currentPageConfig, currentPageConfig,];
|
|
43
|
+
__VLS_asFunctionalElement(__VLS_elements.button, __VLS_elements.button)({
|
|
44
|
+
...{ onClick: (...[$event]) => {
|
|
45
|
+
if (!(__VLS_ctx.response == 'mobile' || __VLS_ctx.isLib))
|
|
46
|
+
return;
|
|
47
|
+
if (!(__VLS_ctx.currentPageConfig?.backFunc && !__VLS_ctx.currentPageConfig?.isHidden))
|
|
48
|
+
return;
|
|
49
|
+
__VLS_ctx.currentPageConfig.backFunc?.();
|
|
50
|
+
// @ts-ignore
|
|
51
|
+
[currentPageConfig,];
|
|
52
|
+
} },
|
|
53
|
+
...{ class: "flex items-center" },
|
|
54
|
+
});
|
|
55
|
+
/** @type {[typeof IconArrowLeft, ]} */ ;
|
|
56
|
+
// @ts-ignore
|
|
57
|
+
const __VLS_0 = __VLS_asFunctionalComponent(IconArrowLeft, new IconArrowLeft({}));
|
|
58
|
+
const __VLS_1 = __VLS_0({}, ...__VLS_functionalComponentArgsRest(__VLS_0));
|
|
59
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
60
|
+
...{ class: "ml-3" },
|
|
61
|
+
});
|
|
62
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
63
|
+
...{ class: "text-xl font-semibold text-left text-chat-haze-900" },
|
|
64
|
+
});
|
|
65
|
+
if (__VLS_ctx.currentPageConfig.backTitle != 'logo') {
|
|
66
|
+
// @ts-ignore
|
|
67
|
+
[currentPageConfig,];
|
|
68
|
+
__VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({});
|
|
69
|
+
(__VLS_ctx.currentPageConfig.backTitle ?? '');
|
|
70
|
+
// @ts-ignore
|
|
71
|
+
[currentPageConfig,];
|
|
72
|
+
}
|
|
73
|
+
else {
|
|
74
|
+
__VLS_asFunctionalElement(__VLS_elements.img)({
|
|
75
|
+
...{ class: "h-7" },
|
|
76
|
+
src: "@/assets/images/logo-1.png",
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
if (__VLS_ctx.currentPageConfig.backTitle != 'logo') {
|
|
80
|
+
// @ts-ignore
|
|
81
|
+
[currentPageConfig,];
|
|
82
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
83
|
+
...{ class: "text-sm font-medium text-chat-haze-900" },
|
|
84
|
+
});
|
|
85
|
+
(__VLS_ctx.currentPageConfig.subTitle ?? '');
|
|
86
|
+
// @ts-ignore
|
|
87
|
+
[currentPageConfig,];
|
|
88
|
+
}
|
|
89
|
+
else {
|
|
90
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
91
|
+
...{ class: "text-sm font-medium text-chat-haze-900" },
|
|
92
|
+
});
|
|
93
|
+
(__VLS_ctx.currentPageConfig.subTitle ?? '');
|
|
94
|
+
// @ts-ignore
|
|
95
|
+
[currentPageConfig,];
|
|
96
|
+
__VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({});
|
|
97
|
+
(__VLS_ctx.limitTimeLabel);
|
|
98
|
+
// @ts-ignore
|
|
99
|
+
[limitTimeLabel,];
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
else if (__VLS_ctx.dataProfile?.user_type == 'tenant') {
|
|
103
|
+
// @ts-ignore
|
|
104
|
+
[dataProfile,];
|
|
105
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({});
|
|
106
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
107
|
+
...{ class: "flex gap-2" },
|
|
108
|
+
});
|
|
109
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
110
|
+
...{ class: "text-chat-haze-700" },
|
|
111
|
+
});
|
|
112
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
113
|
+
...{ class: "font-medium text-gray-700" },
|
|
114
|
+
});
|
|
115
|
+
(__VLS_ctx.phoneNumberFormat(__VLS_ctx.dataProfile?.phone ?? '') ?? '');
|
|
116
|
+
// @ts-ignore
|
|
117
|
+
[dataProfile, phoneNumberFormat,];
|
|
118
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
119
|
+
...{ class: "flex gap-2" },
|
|
120
|
+
});
|
|
121
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
122
|
+
...{ class: "text-chat-haze-700" },
|
|
123
|
+
});
|
|
124
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
125
|
+
...{ class: "font-medium text-gray-700" },
|
|
126
|
+
});
|
|
127
|
+
('Time Left: ' + __VLS_ctx.limitTimeLabel);
|
|
128
|
+
// @ts-ignore
|
|
129
|
+
[limitTimeLabel,];
|
|
130
|
+
}
|
|
131
|
+
else {
|
|
132
|
+
__VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({});
|
|
133
|
+
}
|
|
134
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
135
|
+
...{ class: "flex items-center" },
|
|
136
|
+
});
|
|
137
|
+
__VLS_asFunctionalElement(__VLS_elements.button, __VLS_elements.button)({
|
|
138
|
+
...{ onClick: (...[$event]) => {
|
|
139
|
+
if (!(__VLS_ctx.response == 'mobile' || __VLS_ctx.isLib))
|
|
140
|
+
return;
|
|
141
|
+
__VLS_ctx.emit('zoom-change');
|
|
142
|
+
// @ts-ignore
|
|
143
|
+
[emit,];
|
|
144
|
+
} },
|
|
145
|
+
...{ class: "w-10 h-10 flex-center" },
|
|
146
|
+
});
|
|
147
|
+
/** @type {[typeof IconZoomOut, ]} */ ;
|
|
148
|
+
// @ts-ignore
|
|
149
|
+
const __VLS_4 = __VLS_asFunctionalComponent(IconZoomOut, new IconZoomOut({
|
|
150
|
+
isZoomIn: (__VLS_ctx.isZoomIn),
|
|
151
|
+
}));
|
|
152
|
+
const __VLS_5 = __VLS_4({
|
|
153
|
+
isZoomIn: (__VLS_ctx.isZoomIn),
|
|
154
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_4));
|
|
155
|
+
// @ts-ignore
|
|
156
|
+
[isZoomIn,];
|
|
157
|
+
if (props.isLib) {
|
|
158
|
+
__VLS_asFunctionalElement(__VLS_elements.button, __VLS_elements.button)({
|
|
159
|
+
...{ onClick: (...[$event]) => {
|
|
160
|
+
if (!(__VLS_ctx.response == 'mobile' || __VLS_ctx.isLib))
|
|
161
|
+
return;
|
|
162
|
+
if (!(props.isLib))
|
|
163
|
+
return;
|
|
164
|
+
__VLS_ctx.emit('close');
|
|
165
|
+
// @ts-ignore
|
|
166
|
+
[emit,];
|
|
167
|
+
} },
|
|
168
|
+
...{ class: "w-10 h-10 flex-center" },
|
|
169
|
+
});
|
|
170
|
+
/** @type {[typeof IconCloseCircle, ]} */ ;
|
|
171
|
+
// @ts-ignore
|
|
172
|
+
const __VLS_8 = __VLS_asFunctionalComponent(IconCloseCircle, new IconCloseCircle({}));
|
|
173
|
+
const __VLS_9 = __VLS_8({}, ...__VLS_functionalComponentArgsRest(__VLS_8));
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
/** @type {__VLS_StyleScopedClasses['text-[#141B34]']} */ ;
|
|
177
|
+
/** @type {__VLS_StyleScopedClasses['shrink-0']} */ ;
|
|
178
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
179
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
180
|
+
/** @type {__VLS_StyleScopedClasses['justify-between']} */ ;
|
|
181
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
182
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
183
|
+
/** @type {__VLS_StyleScopedClasses['ml-3']} */ ;
|
|
184
|
+
/** @type {__VLS_StyleScopedClasses['text-xl']} */ ;
|
|
185
|
+
/** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
|
|
186
|
+
/** @type {__VLS_StyleScopedClasses['text-left']} */ ;
|
|
187
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-900']} */ ;
|
|
188
|
+
/** @type {__VLS_StyleScopedClasses['h-7']} */ ;
|
|
189
|
+
/** @type {__VLS_StyleScopedClasses['text-sm']} */ ;
|
|
190
|
+
/** @type {__VLS_StyleScopedClasses['font-medium']} */ ;
|
|
191
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-900']} */ ;
|
|
192
|
+
/** @type {__VLS_StyleScopedClasses['text-sm']} */ ;
|
|
193
|
+
/** @type {__VLS_StyleScopedClasses['font-medium']} */ ;
|
|
194
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-900']} */ ;
|
|
195
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
196
|
+
/** @type {__VLS_StyleScopedClasses['gap-2']} */ ;
|
|
197
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-700']} */ ;
|
|
198
|
+
/** @type {__VLS_StyleScopedClasses['font-medium']} */ ;
|
|
199
|
+
/** @type {__VLS_StyleScopedClasses['text-gray-700']} */ ;
|
|
200
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
201
|
+
/** @type {__VLS_StyleScopedClasses['gap-2']} */ ;
|
|
202
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-700']} */ ;
|
|
203
|
+
/** @type {__VLS_StyleScopedClasses['font-medium']} */ ;
|
|
204
|
+
/** @type {__VLS_StyleScopedClasses['text-gray-700']} */ ;
|
|
205
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
206
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
207
|
+
/** @type {__VLS_StyleScopedClasses['w-10']} */ ;
|
|
208
|
+
/** @type {__VLS_StyleScopedClasses['h-10']} */ ;
|
|
209
|
+
/** @type {__VLS_StyleScopedClasses['flex-center']} */ ;
|
|
210
|
+
/** @type {__VLS_StyleScopedClasses['w-10']} */ ;
|
|
211
|
+
/** @type {__VLS_StyleScopedClasses['h-10']} */ ;
|
|
212
|
+
/** @type {__VLS_StyleScopedClasses['flex-center']} */ ;
|
|
213
|
+
const __VLS_export = (await import('vue')).defineComponent({
|
|
214
|
+
__typeEmits: {},
|
|
215
|
+
__typeProps: {},
|
|
216
|
+
props: {},
|
|
217
|
+
});
|
|
218
|
+
export default {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type Prop = {
|
|
2
|
+
isBookingAdmin?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<Prop, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
|
+
"booking-admin:viewAppointment": (id: any) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<Prop> & Readonly<{
|
|
7
|
+
"onBooking-admin:viewAppointment"?: ((id: any) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
/// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
|
|
2
|
+
import CardCustomerDetail from '../../../components/chat/card/CardCustomerDetail.vue';
|
|
3
|
+
import IconFilter from '../../../assets/icons/customer-appointment/IconFilter.vue';
|
|
4
|
+
import { computed } from 'vue';
|
|
5
|
+
import { getItemsByYear, userHistory } from '../../../utils/chat/store/user';
|
|
6
|
+
import { CalendarStatus } from '../../../constant/user';
|
|
7
|
+
import dayjs from 'dayjs';
|
|
8
|
+
import { DATE_FORMATS } from '../../../constant/datetime';
|
|
9
|
+
import CollapseCheckIn from '../../../chat/page/customer-check-in/CollapseCheckIn.vue';
|
|
10
|
+
import IconChevronRight from '../../../assets/icons/customer-appointment/IconChevronRight.vue';
|
|
11
|
+
import ButtonBase from '../../../components/common/button/ButtonBase.vue';
|
|
12
|
+
const props = withDefaults(defineProps(), {});
|
|
13
|
+
const emit = defineEmits();
|
|
14
|
+
const appointment = computed(() => {
|
|
15
|
+
return getItemsByYear(userHistory.value?.appointment ?? [], 'start_time');
|
|
16
|
+
});
|
|
17
|
+
const statusColor = (type) => {
|
|
18
|
+
switch (type) {
|
|
19
|
+
case CalendarStatus.Confirmed:
|
|
20
|
+
return 'background-color: #E3FFF1; color: #06C270';
|
|
21
|
+
case CalendarStatus.Scheduled:
|
|
22
|
+
return 'background-color: #FFF0FF; color: #6600CC';
|
|
23
|
+
case CalendarStatus.Canceled:
|
|
24
|
+
return 'background-color: #FFE4DC; color: #F15220';
|
|
25
|
+
case CalendarStatus.Done:
|
|
26
|
+
return 'background-color: #E5F0FF; color: #0063F7';
|
|
27
|
+
case CalendarStatus.Waiting:
|
|
28
|
+
return 'background-color: #FFF0E0; color: #D96A2B';
|
|
29
|
+
case 'website':
|
|
30
|
+
return 'background-color: #FFF3B6; color: #F5B02A';
|
|
31
|
+
case 'checkin':
|
|
32
|
+
return 'background-color: #fff; color: #00b1bc';
|
|
33
|
+
default:
|
|
34
|
+
return '';
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
|
|
38
|
+
const __VLS_defaults = {};
|
|
39
|
+
const __VLS_ctx = {
|
|
40
|
+
...{},
|
|
41
|
+
...{},
|
|
42
|
+
...{},
|
|
43
|
+
...{},
|
|
44
|
+
...{},
|
|
45
|
+
};
|
|
46
|
+
let __VLS_elements;
|
|
47
|
+
let __VLS_components;
|
|
48
|
+
let __VLS_directives;
|
|
49
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
50
|
+
...{ class: "chat-padding-page overflow-auto" },
|
|
51
|
+
});
|
|
52
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
53
|
+
...{ class: "flex justify-between items-center mb-5" },
|
|
54
|
+
});
|
|
55
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
56
|
+
...{ class: "text-chat-haze-900 font-semibold" },
|
|
57
|
+
});
|
|
58
|
+
__VLS_asFunctionalElement(__VLS_elements.button, __VLS_elements.button)({
|
|
59
|
+
...{ class: "flex text-chat-haze-300 border border-chat-haze-300 rounded-[99px] px-2" },
|
|
60
|
+
});
|
|
61
|
+
__VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({
|
|
62
|
+
...{ class: "font-medium" },
|
|
63
|
+
});
|
|
64
|
+
/** @type {[typeof IconFilter, ]} */ ;
|
|
65
|
+
// @ts-ignore
|
|
66
|
+
const __VLS_0 = __VLS_asFunctionalComponent(IconFilter, new IconFilter({}));
|
|
67
|
+
const __VLS_1 = __VLS_0({}, ...__VLS_functionalComponentArgsRest(__VLS_0));
|
|
68
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
69
|
+
...{ class: "relative pl-4 h-max" },
|
|
70
|
+
});
|
|
71
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
72
|
+
...{ class: "absolute left-0 top-0 border-l border-dashed border-chat-haze-400 h-full w-1 mt-2" },
|
|
73
|
+
});
|
|
74
|
+
for (const [year, i] of __VLS_getVForSourceType((__VLS_ctx.appointment))) {
|
|
75
|
+
// @ts-ignore
|
|
76
|
+
[appointment,];
|
|
77
|
+
/** @type {[typeof CollapseCheckIn, typeof CollapseCheckIn, ]} */ ;
|
|
78
|
+
// @ts-ignore
|
|
79
|
+
const __VLS_4 = __VLS_asFunctionalComponent(CollapseCheckIn, new CollapseCheckIn({
|
|
80
|
+
...{ class: "relative mt-2" },
|
|
81
|
+
title: (year.year),
|
|
82
|
+
key: (i),
|
|
83
|
+
}));
|
|
84
|
+
const __VLS_5 = __VLS_4({
|
|
85
|
+
...{ class: "relative mt-2" },
|
|
86
|
+
title: (year.year),
|
|
87
|
+
key: (i),
|
|
88
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_4));
|
|
89
|
+
const { default: __VLS_7 } = __VLS_6.slots;
|
|
90
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
91
|
+
...{ class: "flex flex-col gap-y-3" },
|
|
92
|
+
});
|
|
93
|
+
for (const [item] of __VLS_getVForSourceType((year.items))) {
|
|
94
|
+
/** @type {[typeof CardCustomerDetail, typeof CardCustomerDetail, ]} */ ;
|
|
95
|
+
// @ts-ignore
|
|
96
|
+
const __VLS_8 = __VLS_asFunctionalComponent(CardCustomerDetail, new CardCustomerDetail({
|
|
97
|
+
key: (item.id),
|
|
98
|
+
}));
|
|
99
|
+
const __VLS_9 = __VLS_8({
|
|
100
|
+
key: (item.id),
|
|
101
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_8));
|
|
102
|
+
const { default: __VLS_11 } = __VLS_10.slots;
|
|
103
|
+
{
|
|
104
|
+
const { header: __VLS_12 } = __VLS_10.slots;
|
|
105
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
106
|
+
...{ class: "flex justify-between items-center mb-2" },
|
|
107
|
+
});
|
|
108
|
+
if (__VLS_ctx.isBookingAdmin) {
|
|
109
|
+
// @ts-ignore
|
|
110
|
+
[isBookingAdmin,];
|
|
111
|
+
/** @type {[typeof ButtonBase, typeof ButtonBase, ]} */ ;
|
|
112
|
+
// @ts-ignore
|
|
113
|
+
const __VLS_13 = __VLS_asFunctionalComponent(ButtonBase, new ButtonBase({
|
|
114
|
+
...{ 'onClick': {} },
|
|
115
|
+
type: "primary-outline",
|
|
116
|
+
...{ class: "" },
|
|
117
|
+
}));
|
|
118
|
+
const __VLS_14 = __VLS_13({
|
|
119
|
+
...{ 'onClick': {} },
|
|
120
|
+
type: "primary-outline",
|
|
121
|
+
...{ class: "" },
|
|
122
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_13));
|
|
123
|
+
let __VLS_16;
|
|
124
|
+
let __VLS_17;
|
|
125
|
+
const __VLS_18 = ({ click: {} },
|
|
126
|
+
{ onClick: (...[$event]) => {
|
|
127
|
+
if (!(__VLS_ctx.isBookingAdmin))
|
|
128
|
+
return;
|
|
129
|
+
__VLS_ctx.emit('booking-admin:viewAppointment', item.id);
|
|
130
|
+
// @ts-ignore
|
|
131
|
+
[emit,];
|
|
132
|
+
} });
|
|
133
|
+
const { default: __VLS_19 } = __VLS_15.slots;
|
|
134
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
135
|
+
...{ class: "text-lg font-bold" },
|
|
136
|
+
});
|
|
137
|
+
(item.id);
|
|
138
|
+
/** @type {[typeof IconChevronRight, ]} */ ;
|
|
139
|
+
// @ts-ignore
|
|
140
|
+
const __VLS_20 = __VLS_asFunctionalComponent(IconChevronRight, new IconChevronRight({}));
|
|
141
|
+
const __VLS_21 = __VLS_20({}, ...__VLS_functionalComponentArgsRest(__VLS_20));
|
|
142
|
+
var __VLS_15;
|
|
143
|
+
}
|
|
144
|
+
else {
|
|
145
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
146
|
+
...{ class: "text-lg font-bold" },
|
|
147
|
+
});
|
|
148
|
+
(item.id);
|
|
149
|
+
}
|
|
150
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
151
|
+
...{ class: "translate-y-[-4px]" },
|
|
152
|
+
});
|
|
153
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
154
|
+
...{ class: "w-max rounded-[6px] text-14px px-2 py-1 mt-2" },
|
|
155
|
+
...{ style: (__VLS_ctx.statusColor(item.status)) },
|
|
156
|
+
});
|
|
157
|
+
// @ts-ignore
|
|
158
|
+
[statusColor,];
|
|
159
|
+
(item.status);
|
|
160
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
161
|
+
...{ class: "flex justify-between items-end" },
|
|
162
|
+
});
|
|
163
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
164
|
+
...{ class: "text-chat-haze-400" },
|
|
165
|
+
});
|
|
166
|
+
(__VLS_ctx.dayjs(item.start_time).format(__VLS_ctx.DATE_FORMATS['DATE_FORMAT']));
|
|
167
|
+
// @ts-ignore
|
|
168
|
+
[dayjs, DATE_FORMATS,];
|
|
169
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
170
|
+
...{ class: "text-chat-haze-400" },
|
|
171
|
+
});
|
|
172
|
+
(__VLS_ctx.dayjs(item.start_time).format(__VLS_ctx.DATE_FORMATS['TIME_12_FORMAT']));
|
|
173
|
+
// @ts-ignore
|
|
174
|
+
[dayjs, DATE_FORMATS,];
|
|
175
|
+
}
|
|
176
|
+
{
|
|
177
|
+
const { content: __VLS_24 } = __VLS_10.slots;
|
|
178
|
+
for (const [service, i] of __VLS_getVForSourceType((item.services))) {
|
|
179
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
180
|
+
...{ class: "flex justify-between items-center" },
|
|
181
|
+
key: (i),
|
|
182
|
+
});
|
|
183
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
184
|
+
...{ class: "text-chat-haze-409 font-medium" },
|
|
185
|
+
});
|
|
186
|
+
(service.employee_name);
|
|
187
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
188
|
+
...{ class: "text-chat-haze-409 font-medium" },
|
|
189
|
+
});
|
|
190
|
+
(service.name);
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
var __VLS_10;
|
|
194
|
+
}
|
|
195
|
+
var __VLS_6;
|
|
196
|
+
}
|
|
197
|
+
/** @type {__VLS_StyleScopedClasses['']} */ ;
|
|
198
|
+
/** @type {__VLS_StyleScopedClasses['chat-padding-page']} */ ;
|
|
199
|
+
/** @type {__VLS_StyleScopedClasses['overflow-auto']} */ ;
|
|
200
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
201
|
+
/** @type {__VLS_StyleScopedClasses['justify-between']} */ ;
|
|
202
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
203
|
+
/** @type {__VLS_StyleScopedClasses['mb-5']} */ ;
|
|
204
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-900']} */ ;
|
|
205
|
+
/** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
|
|
206
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
207
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-300']} */ ;
|
|
208
|
+
/** @type {__VLS_StyleScopedClasses['border']} */ ;
|
|
209
|
+
/** @type {__VLS_StyleScopedClasses['border-chat-haze-300']} */ ;
|
|
210
|
+
/** @type {__VLS_StyleScopedClasses['rounded-[99px]']} */ ;
|
|
211
|
+
/** @type {__VLS_StyleScopedClasses['px-2']} */ ;
|
|
212
|
+
/** @type {__VLS_StyleScopedClasses['font-medium']} */ ;
|
|
213
|
+
/** @type {__VLS_StyleScopedClasses['relative']} */ ;
|
|
214
|
+
/** @type {__VLS_StyleScopedClasses['pl-4']} */ ;
|
|
215
|
+
/** @type {__VLS_StyleScopedClasses['h-max']} */ ;
|
|
216
|
+
/** @type {__VLS_StyleScopedClasses['absolute']} */ ;
|
|
217
|
+
/** @type {__VLS_StyleScopedClasses['left-0']} */ ;
|
|
218
|
+
/** @type {__VLS_StyleScopedClasses['top-0']} */ ;
|
|
219
|
+
/** @type {__VLS_StyleScopedClasses['border-l']} */ ;
|
|
220
|
+
/** @type {__VLS_StyleScopedClasses['border-dashed']} */ ;
|
|
221
|
+
/** @type {__VLS_StyleScopedClasses['border-chat-haze-400']} */ ;
|
|
222
|
+
/** @type {__VLS_StyleScopedClasses['h-full']} */ ;
|
|
223
|
+
/** @type {__VLS_StyleScopedClasses['w-1']} */ ;
|
|
224
|
+
/** @type {__VLS_StyleScopedClasses['mt-2']} */ ;
|
|
225
|
+
/** @type {__VLS_StyleScopedClasses['relative']} */ ;
|
|
226
|
+
/** @type {__VLS_StyleScopedClasses['mt-2']} */ ;
|
|
227
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
228
|
+
/** @type {__VLS_StyleScopedClasses['flex-col']} */ ;
|
|
229
|
+
/** @type {__VLS_StyleScopedClasses['gap-y-3']} */ ;
|
|
230
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
231
|
+
/** @type {__VLS_StyleScopedClasses['justify-between']} */ ;
|
|
232
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
233
|
+
/** @type {__VLS_StyleScopedClasses['mb-2']} */ ;
|
|
234
|
+
/** @type {__VLS_StyleScopedClasses['text-lg']} */ ;
|
|
235
|
+
/** @type {__VLS_StyleScopedClasses['font-bold']} */ ;
|
|
236
|
+
/** @type {__VLS_StyleScopedClasses['text-lg']} */ ;
|
|
237
|
+
/** @type {__VLS_StyleScopedClasses['font-bold']} */ ;
|
|
238
|
+
/** @type {__VLS_StyleScopedClasses['translate-y-[-4px]']} */ ;
|
|
239
|
+
/** @type {__VLS_StyleScopedClasses['w-max']} */ ;
|
|
240
|
+
/** @type {__VLS_StyleScopedClasses['rounded-[6px]']} */ ;
|
|
241
|
+
/** @type {__VLS_StyleScopedClasses['text-14px']} */ ;
|
|
242
|
+
/** @type {__VLS_StyleScopedClasses['px-2']} */ ;
|
|
243
|
+
/** @type {__VLS_StyleScopedClasses['py-1']} */ ;
|
|
244
|
+
/** @type {__VLS_StyleScopedClasses['mt-2']} */ ;
|
|
245
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
246
|
+
/** @type {__VLS_StyleScopedClasses['justify-between']} */ ;
|
|
247
|
+
/** @type {__VLS_StyleScopedClasses['items-end']} */ ;
|
|
248
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-400']} */ ;
|
|
249
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-400']} */ ;
|
|
250
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
251
|
+
/** @type {__VLS_StyleScopedClasses['justify-between']} */ ;
|
|
252
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
253
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-409']} */ ;
|
|
254
|
+
/** @type {__VLS_StyleScopedClasses['font-medium']} */ ;
|
|
255
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-409']} */ ;
|
|
256
|
+
/** @type {__VLS_StyleScopedClasses['font-medium']} */ ;
|
|
257
|
+
const __VLS_export = (await import('vue')).defineComponent({
|
|
258
|
+
__typeEmits: {},
|
|
259
|
+
__typeProps: {},
|
|
260
|
+
props: {},
|
|
261
|
+
});
|
|
262
|
+
export default {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
5
|
+
default?: ((props: {}) => any) | undefined;
|
|
6
|
+
}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
|
|
2
|
+
import IconArrow from '../../../assets/icons/customer-detail/IconArrow.vue';
|
|
3
|
+
import CollapseBase from '../../../components/chat/common/collapse/CollapseBase.vue';
|
|
4
|
+
import { ref } from 'vue';
|
|
5
|
+
const props = withDefaults(defineProps(), {});
|
|
6
|
+
const open = ref(true);
|
|
7
|
+
debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
|
|
8
|
+
const __VLS_defaults = {};
|
|
9
|
+
const __VLS_ctx = {
|
|
10
|
+
...{},
|
|
11
|
+
...{},
|
|
12
|
+
...{},
|
|
13
|
+
...{},
|
|
14
|
+
};
|
|
15
|
+
let __VLS_elements;
|
|
16
|
+
let __VLS_components;
|
|
17
|
+
let __VLS_directives;
|
|
18
|
+
/** @type {[typeof CollapseBase, typeof CollapseBase, ]} */ ;
|
|
19
|
+
// @ts-ignore
|
|
20
|
+
const __VLS_0 = __VLS_asFunctionalComponent(CollapseBase, new CollapseBase({
|
|
21
|
+
...{ class: "relative" },
|
|
22
|
+
open: (__VLS_ctx.open),
|
|
23
|
+
}));
|
|
24
|
+
const __VLS_1 = __VLS_0({
|
|
25
|
+
...{ class: "relative" },
|
|
26
|
+
open: (__VLS_ctx.open),
|
|
27
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_0));
|
|
28
|
+
var __VLS_3 = {};
|
|
29
|
+
const { default: __VLS_4 } = __VLS_2.slots;
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
[open,];
|
|
32
|
+
{
|
|
33
|
+
const { trigger: __VLS_5 } = __VLS_2.slots;
|
|
34
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
35
|
+
...{ class: "w-2 h-2 bg-chat-haze-400 rounded-full absolute left-[-20px] top-2" },
|
|
36
|
+
});
|
|
37
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
38
|
+
...{ class: "flex items-center text-chat-haze-400 mb-3" },
|
|
39
|
+
});
|
|
40
|
+
__VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({
|
|
41
|
+
...{ class: "font-semibold text-lg" },
|
|
42
|
+
});
|
|
43
|
+
(__VLS_ctx.title);
|
|
44
|
+
// @ts-ignore
|
|
45
|
+
[title,];
|
|
46
|
+
/** @type {[typeof IconArrow, ]} */ ;
|
|
47
|
+
// @ts-ignore
|
|
48
|
+
const __VLS_6 = __VLS_asFunctionalComponent(IconArrow, new IconArrow({
|
|
49
|
+
...{ class: (__VLS_ctx.open ? 'rotate-90' : 'rotate-0') },
|
|
50
|
+
}));
|
|
51
|
+
const __VLS_7 = __VLS_6({
|
|
52
|
+
...{ class: (__VLS_ctx.open ? 'rotate-90' : 'rotate-0') },
|
|
53
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_6));
|
|
54
|
+
// @ts-ignore
|
|
55
|
+
[open,];
|
|
56
|
+
}
|
|
57
|
+
var __VLS_10 = {};
|
|
58
|
+
var __VLS_2;
|
|
59
|
+
/** @type {__VLS_StyleScopedClasses['relative']} */ ;
|
|
60
|
+
/** @type {__VLS_StyleScopedClasses['w-2']} */ ;
|
|
61
|
+
/** @type {__VLS_StyleScopedClasses['h-2']} */ ;
|
|
62
|
+
/** @type {__VLS_StyleScopedClasses['bg-chat-haze-400']} */ ;
|
|
63
|
+
/** @type {__VLS_StyleScopedClasses['rounded-full']} */ ;
|
|
64
|
+
/** @type {__VLS_StyleScopedClasses['absolute']} */ ;
|
|
65
|
+
/** @type {__VLS_StyleScopedClasses['left-[-20px]']} */ ;
|
|
66
|
+
/** @type {__VLS_StyleScopedClasses['top-2']} */ ;
|
|
67
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
68
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
69
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-400']} */ ;
|
|
70
|
+
/** @type {__VLS_StyleScopedClasses['mb-3']} */ ;
|
|
71
|
+
/** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
|
|
72
|
+
/** @type {__VLS_StyleScopedClasses['text-lg']} */ ;
|
|
73
|
+
// @ts-ignore
|
|
74
|
+
var __VLS_11 = __VLS_10;
|
|
75
|
+
const __VLS_base = (await import('vue')).defineComponent({
|
|
76
|
+
__typeProps: {},
|
|
77
|
+
props: {},
|
|
78
|
+
});
|
|
79
|
+
const __VLS_export = {};
|
|
80
|
+
export default {};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|