@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,138 @@
|
|
|
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 { Status_Color } from '../../../constant/color';
|
|
4
|
+
import { computed, ref } from 'vue';
|
|
5
|
+
import CollapseCheckIn from '../../../chat/page/customer-check-in/CollapseCheckIn.vue';
|
|
6
|
+
import { getItemsByYear, userHistory } from '../../../utils/chat/store/user';
|
|
7
|
+
import dayjs from 'dayjs';
|
|
8
|
+
import { DATE_FORMATS } from '../../../constant/datetime';
|
|
9
|
+
const checkin = computed(() => {
|
|
10
|
+
return getItemsByYear(userHistory.value?.checkin ?? []);
|
|
11
|
+
});
|
|
12
|
+
const open = ref(true);
|
|
13
|
+
const open1 = ref(true);
|
|
14
|
+
debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
|
|
15
|
+
const __VLS_ctx = {
|
|
16
|
+
...{},
|
|
17
|
+
...{},
|
|
18
|
+
};
|
|
19
|
+
let __VLS_elements;
|
|
20
|
+
let __VLS_components;
|
|
21
|
+
let __VLS_directives;
|
|
22
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
23
|
+
...{ class: "chat-padding-page" },
|
|
24
|
+
});
|
|
25
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
26
|
+
...{ class: "font-semibold mb-4" },
|
|
27
|
+
});
|
|
28
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
29
|
+
...{ class: "relative pl-4 h-max" },
|
|
30
|
+
});
|
|
31
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
32
|
+
...{ class: "absolute left-0 top-0 border-l border-dashed border-chat-haze-400 h-full w-1 mt-2" },
|
|
33
|
+
});
|
|
34
|
+
for (const [year, i] of __VLS_getVForSourceType((__VLS_ctx.checkin))) {
|
|
35
|
+
// @ts-ignore
|
|
36
|
+
[checkin,];
|
|
37
|
+
/** @type {[typeof CollapseCheckIn, typeof CollapseCheckIn, ]} */ ;
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
const __VLS_0 = __VLS_asFunctionalComponent(CollapseCheckIn, new CollapseCheckIn({
|
|
40
|
+
...{ class: "relative" },
|
|
41
|
+
title: (year.year),
|
|
42
|
+
key: (i),
|
|
43
|
+
}));
|
|
44
|
+
const __VLS_1 = __VLS_0({
|
|
45
|
+
...{ class: "relative" },
|
|
46
|
+
title: (year.year),
|
|
47
|
+
key: (i),
|
|
48
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_0));
|
|
49
|
+
const { default: __VLS_3 } = __VLS_2.slots;
|
|
50
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
51
|
+
...{ class: "flex flex-col gap-y-3" },
|
|
52
|
+
});
|
|
53
|
+
for (const [item] of __VLS_getVForSourceType((year.items))) {
|
|
54
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
55
|
+
key: (item.id),
|
|
56
|
+
});
|
|
57
|
+
/** @type {[typeof CardCustomerDetail, typeof CardCustomerDetail, ]} */ ;
|
|
58
|
+
// @ts-ignore
|
|
59
|
+
const __VLS_4 = __VLS_asFunctionalComponent(CardCustomerDetail, new CardCustomerDetail({}));
|
|
60
|
+
const __VLS_5 = __VLS_4({}, ...__VLS_functionalComponentArgsRest(__VLS_4));
|
|
61
|
+
const { default: __VLS_7 } = __VLS_6.slots;
|
|
62
|
+
{
|
|
63
|
+
const { header: __VLS_8 } = __VLS_6.slots;
|
|
64
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
65
|
+
...{ class: "flex justify-between items-center" },
|
|
66
|
+
});
|
|
67
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
68
|
+
...{ class: "text-chat-haze-600 font-bold" },
|
|
69
|
+
});
|
|
70
|
+
(item.id);
|
|
71
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
72
|
+
...{ class: "font-bold" },
|
|
73
|
+
...{ style: ({ color: __VLS_ctx.Status_Color.Orange }) },
|
|
74
|
+
});
|
|
75
|
+
// @ts-ignore
|
|
76
|
+
[Status_Color,];
|
|
77
|
+
(item.status);
|
|
78
|
+
}
|
|
79
|
+
{
|
|
80
|
+
const { content: __VLS_9 } = __VLS_6.slots;
|
|
81
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
82
|
+
...{ class: "flex justify-between items-center" },
|
|
83
|
+
});
|
|
84
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
85
|
+
...{ class: "text-chat-haze-400 font-normal" },
|
|
86
|
+
});
|
|
87
|
+
(__VLS_ctx.dayjs(item.created_at).format(__VLS_ctx.DATE_FORMATS['DATE_FORMAT']));
|
|
88
|
+
// @ts-ignore
|
|
89
|
+
[dayjs, DATE_FORMATS,];
|
|
90
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
91
|
+
...{ class: "text-chat-success" },
|
|
92
|
+
});
|
|
93
|
+
__VLS_asFunctionalDirective(__VLS_directives.vShow)(null, { ...__VLS_directiveBindingRestFields, value: (item.point_bonus > 0) }, null, null);
|
|
94
|
+
(item.point_bonus);
|
|
95
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
96
|
+
...{ class: "" },
|
|
97
|
+
});
|
|
98
|
+
__VLS_asFunctionalDirective(__VLS_directives.vShow)(null, { ...__VLS_directiveBindingRestFields, value: (!item.point_bonus) }, null, null);
|
|
99
|
+
(item.point_bonus);
|
|
100
|
+
}
|
|
101
|
+
var __VLS_6;
|
|
102
|
+
}
|
|
103
|
+
var __VLS_2;
|
|
104
|
+
}
|
|
105
|
+
/** @type {__VLS_StyleScopedClasses['']} */ ;
|
|
106
|
+
/** @type {__VLS_StyleScopedClasses['chat-padding-page']} */ ;
|
|
107
|
+
/** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
|
|
108
|
+
/** @type {__VLS_StyleScopedClasses['mb-4']} */ ;
|
|
109
|
+
/** @type {__VLS_StyleScopedClasses['relative']} */ ;
|
|
110
|
+
/** @type {__VLS_StyleScopedClasses['pl-4']} */ ;
|
|
111
|
+
/** @type {__VLS_StyleScopedClasses['h-max']} */ ;
|
|
112
|
+
/** @type {__VLS_StyleScopedClasses['absolute']} */ ;
|
|
113
|
+
/** @type {__VLS_StyleScopedClasses['left-0']} */ ;
|
|
114
|
+
/** @type {__VLS_StyleScopedClasses['top-0']} */ ;
|
|
115
|
+
/** @type {__VLS_StyleScopedClasses['border-l']} */ ;
|
|
116
|
+
/** @type {__VLS_StyleScopedClasses['border-dashed']} */ ;
|
|
117
|
+
/** @type {__VLS_StyleScopedClasses['border-chat-haze-400']} */ ;
|
|
118
|
+
/** @type {__VLS_StyleScopedClasses['h-full']} */ ;
|
|
119
|
+
/** @type {__VLS_StyleScopedClasses['w-1']} */ ;
|
|
120
|
+
/** @type {__VLS_StyleScopedClasses['mt-2']} */ ;
|
|
121
|
+
/** @type {__VLS_StyleScopedClasses['relative']} */ ;
|
|
122
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
123
|
+
/** @type {__VLS_StyleScopedClasses['flex-col']} */ ;
|
|
124
|
+
/** @type {__VLS_StyleScopedClasses['gap-y-3']} */ ;
|
|
125
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
126
|
+
/** @type {__VLS_StyleScopedClasses['justify-between']} */ ;
|
|
127
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
128
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-600']} */ ;
|
|
129
|
+
/** @type {__VLS_StyleScopedClasses['font-bold']} */ ;
|
|
130
|
+
/** @type {__VLS_StyleScopedClasses['font-bold']} */ ;
|
|
131
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
132
|
+
/** @type {__VLS_StyleScopedClasses['justify-between']} */ ;
|
|
133
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
134
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-400']} */ ;
|
|
135
|
+
/** @type {__VLS_StyleScopedClasses['font-normal']} */ ;
|
|
136
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-success']} */ ;
|
|
137
|
+
const __VLS_export = (await import('vue')).defineComponent({});
|
|
138
|
+
export default {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { PAGE_RESPONSIVE } from '../../../types/chat/global';
|
|
2
|
+
type Props = {
|
|
3
|
+
receiverId: any;
|
|
4
|
+
responsive: PAGE_RESPONSIVE;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
/// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
|
|
2
|
+
import Avatar from '../../../components/chat/customer/Avatar.vue';
|
|
3
|
+
import { PAGE } from '../../../constant/general';
|
|
4
|
+
import SubInformation from '../../../chat/page/customer-detail/SubInformation.vue';
|
|
5
|
+
import IconMessage from '../../../assets/icons/customer-detail/IconMessage.vue';
|
|
6
|
+
import IconPhone from '../../../assets/icons/customer-detail/IconPhone.vue';
|
|
7
|
+
import IconCheck from '../../../assets/icons/customer-detail/IconCheck.vue';
|
|
8
|
+
import IconDate from '../../../assets/icons/customer-detail/IconDate.vue';
|
|
9
|
+
import IconGroup from '../../../assets/icons/customer-detail/IconGroup.vue';
|
|
10
|
+
import IconNote from '../../../assets/icons/customer-detail/IconNote.vue';
|
|
11
|
+
import IconSearch from '../../../assets/icons/customer-detail/IconSearch.vue';
|
|
12
|
+
import IconPin from '../../../assets/icons/customer-detail/IconPin.vue';
|
|
13
|
+
import { user, userHistory } from '../../../utils/chat/store/user';
|
|
14
|
+
import { computed } from 'vue';
|
|
15
|
+
import { phoneNumberFormat } from '../../../utils/string-helper';
|
|
16
|
+
import { routerPush } from '../../../utils/chat/chat-router';
|
|
17
|
+
const props = withDefaults(defineProps(), {});
|
|
18
|
+
const customerTotalDetail = computed(() => {
|
|
19
|
+
return [
|
|
20
|
+
{ label: 'Points', value: userHistory.value?.lifetime_point ?? 0 },
|
|
21
|
+
{ label: 'Total Visit', value: userHistory.value?.visit_count ?? 0 },
|
|
22
|
+
{ label: 'Spent', value: userHistory.value?.total_money ?? 0 }
|
|
23
|
+
];
|
|
24
|
+
});
|
|
25
|
+
const information = computed(() => {
|
|
26
|
+
return [
|
|
27
|
+
{ icon: IconMessage, label: '' },
|
|
28
|
+
{ icon: IconPhone, label: phoneNumberFormat(user.value?.phone ?? '', 2) }
|
|
29
|
+
];
|
|
30
|
+
});
|
|
31
|
+
const historyItems = computed(() => {
|
|
32
|
+
return [
|
|
33
|
+
{
|
|
34
|
+
icon: IconCheck,
|
|
35
|
+
label: 'Check In',
|
|
36
|
+
value: userHistory.value?.visit_count
|
|
37
|
+
? userHistory.value?.visit_count + (userHistory.value?.visit_count > 1 ? ' times' : ' time')
|
|
38
|
+
: '',
|
|
39
|
+
click: userHistory.value?.visit_count
|
|
40
|
+
? () => {
|
|
41
|
+
routerPush(PAGE.CUSTOMER_CHECK_IN);
|
|
42
|
+
}
|
|
43
|
+
: null
|
|
44
|
+
},
|
|
45
|
+
{ icon: IconNote, label: 'Orders', value: userHistory.value?.order?.length ?? '' },
|
|
46
|
+
{
|
|
47
|
+
icon: IconDate,
|
|
48
|
+
label: 'Appointments',
|
|
49
|
+
value: userHistory.value?.appointment?.length ?? '',
|
|
50
|
+
click: userHistory.value?.appointment?.length
|
|
51
|
+
? () => {
|
|
52
|
+
routerPush(PAGE.CUSTOMER_APPOINTMENT);
|
|
53
|
+
}
|
|
54
|
+
: null
|
|
55
|
+
}
|
|
56
|
+
];
|
|
57
|
+
});
|
|
58
|
+
const otherActions = [
|
|
59
|
+
{ icon: IconSearch, label: 'Search in the conversation' },
|
|
60
|
+
{ icon: IconPin, label: 'Pin Message' },
|
|
61
|
+
{ icon: IconGroup, label: 'Add Groups' }
|
|
62
|
+
];
|
|
63
|
+
// const getData = async () => {
|
|
64
|
+
// userHistory.value = null
|
|
65
|
+
// userHistory.value = await getUserHistory(user.value?.phone?.slice(1) ?? '')
|
|
66
|
+
// }
|
|
67
|
+
//
|
|
68
|
+
// getData()
|
|
69
|
+
debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
|
|
70
|
+
const __VLS_defaults = {};
|
|
71
|
+
const __VLS_ctx = {
|
|
72
|
+
...{},
|
|
73
|
+
...{},
|
|
74
|
+
...{},
|
|
75
|
+
...{},
|
|
76
|
+
};
|
|
77
|
+
let __VLS_elements;
|
|
78
|
+
let __VLS_components;
|
|
79
|
+
let __VLS_directives;
|
|
80
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
81
|
+
...{ class: "chat-padding-page overflow-auto" },
|
|
82
|
+
});
|
|
83
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
84
|
+
...{ class: "flex flex-col items-center mx-auto" },
|
|
85
|
+
});
|
|
86
|
+
/** @type {[typeof Avatar, ]} */ ;
|
|
87
|
+
// @ts-ignore
|
|
88
|
+
const __VLS_0 = __VLS_asFunctionalComponent(Avatar, new Avatar({
|
|
89
|
+
src: (__VLS_ctx.user?.avatar ?? ''),
|
|
90
|
+
color: (__VLS_ctx.user?.color ?? ''),
|
|
91
|
+
name: (__VLS_ctx.user?.username ?? ''),
|
|
92
|
+
size: "xl",
|
|
93
|
+
}));
|
|
94
|
+
const __VLS_1 = __VLS_0({
|
|
95
|
+
src: (__VLS_ctx.user?.avatar ?? ''),
|
|
96
|
+
color: (__VLS_ctx.user?.color ?? ''),
|
|
97
|
+
name: (__VLS_ctx.user?.username ?? ''),
|
|
98
|
+
size: "xl",
|
|
99
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_0));
|
|
100
|
+
// @ts-ignore
|
|
101
|
+
[user, user, user,];
|
|
102
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
103
|
+
...{ class: "flex items-center gap-1 mt-3" },
|
|
104
|
+
});
|
|
105
|
+
__VLS_asFunctionalElement(__VLS_elements.h2, __VLS_elements.h2)({
|
|
106
|
+
...{ class: "text-lg font-semibold text-gray-800" },
|
|
107
|
+
});
|
|
108
|
+
(__VLS_ctx.user?.username ?? __VLS_ctx.phoneNumberFormat(__VLS_ctx.user?.phone ?? ''));
|
|
109
|
+
// @ts-ignore
|
|
110
|
+
[user, user, phoneNumberFormat,];
|
|
111
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
112
|
+
...{ class: " mt-5 text-center mx-auto" },
|
|
113
|
+
...{ class: ({ 'flex justify-between w-max': __VLS_ctx.responsive != 'mobile', 'grid grid-cols-3 w-full': __VLS_ctx.responsive == 'mobile' }) },
|
|
114
|
+
});
|
|
115
|
+
// @ts-ignore
|
|
116
|
+
[responsive, responsive,];
|
|
117
|
+
for (const [item, i] of __VLS_getVForSourceType((__VLS_ctx.customerTotalDetail))) {
|
|
118
|
+
// @ts-ignore
|
|
119
|
+
[customerTotalDetail,];
|
|
120
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
121
|
+
...{ class: "border-l border-chat-haze-100 first:border-none" },
|
|
122
|
+
...{ class: ({ 'w-full': __VLS_ctx.responsive == 'mobile', 'w-[130px]': __VLS_ctx.responsive != 'mobile' }) },
|
|
123
|
+
key: (i),
|
|
124
|
+
});
|
|
125
|
+
// @ts-ignore
|
|
126
|
+
[responsive, responsive,];
|
|
127
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
128
|
+
...{ class: "w-full flex items-center justify-center gap-1" },
|
|
129
|
+
});
|
|
130
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
131
|
+
...{ class: "text-lg font-semibold text-chat-haze-900" },
|
|
132
|
+
});
|
|
133
|
+
(item.value);
|
|
134
|
+
if (item.icon) {
|
|
135
|
+
__VLS_asFunctionalElement(__VLS_elements.img)({
|
|
136
|
+
src: (item.icon),
|
|
137
|
+
});
|
|
138
|
+
}
|
|
139
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
140
|
+
...{ class: "text-chat-haze-400" },
|
|
141
|
+
});
|
|
142
|
+
(item.label);
|
|
143
|
+
}
|
|
144
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
145
|
+
...{ class: "w-full py-6" },
|
|
146
|
+
});
|
|
147
|
+
/** @type {[typeof SubInformation, ]} */ ;
|
|
148
|
+
// @ts-ignore
|
|
149
|
+
const __VLS_4 = __VLS_asFunctionalComponent(SubInformation, new SubInformation({
|
|
150
|
+
...{ class: "mb-6" },
|
|
151
|
+
information: (__VLS_ctx.information),
|
|
152
|
+
title: "Information",
|
|
153
|
+
}));
|
|
154
|
+
const __VLS_5 = __VLS_4({
|
|
155
|
+
...{ class: "mb-6" },
|
|
156
|
+
information: (__VLS_ctx.information),
|
|
157
|
+
title: "Information",
|
|
158
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_4));
|
|
159
|
+
// @ts-ignore
|
|
160
|
+
[information,];
|
|
161
|
+
/** @type {[typeof SubInformation, ]} */ ;
|
|
162
|
+
// @ts-ignore
|
|
163
|
+
const __VLS_8 = __VLS_asFunctionalComponent(SubInformation, new SubInformation({
|
|
164
|
+
...{ class: "mb-6" },
|
|
165
|
+
information: (__VLS_ctx.historyItems),
|
|
166
|
+
title: "History",
|
|
167
|
+
}));
|
|
168
|
+
const __VLS_9 = __VLS_8({
|
|
169
|
+
...{ class: "mb-6" },
|
|
170
|
+
information: (__VLS_ctx.historyItems),
|
|
171
|
+
title: "History",
|
|
172
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_8));
|
|
173
|
+
// @ts-ignore
|
|
174
|
+
[historyItems,];
|
|
175
|
+
/** @type {[typeof SubInformation, ]} */ ;
|
|
176
|
+
// @ts-ignore
|
|
177
|
+
const __VLS_12 = __VLS_asFunctionalComponent(SubInformation, new SubInformation({
|
|
178
|
+
...{ class: "" },
|
|
179
|
+
information: (__VLS_ctx.otherActions),
|
|
180
|
+
title: "Other Action",
|
|
181
|
+
}));
|
|
182
|
+
const __VLS_13 = __VLS_12({
|
|
183
|
+
...{ class: "" },
|
|
184
|
+
information: (__VLS_ctx.otherActions),
|
|
185
|
+
title: "Other Action",
|
|
186
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_12));
|
|
187
|
+
// @ts-ignore
|
|
188
|
+
[otherActions,];
|
|
189
|
+
/** @type {__VLS_StyleScopedClasses['']} */ ;
|
|
190
|
+
/** @type {__VLS_StyleScopedClasses['chat-padding-page']} */ ;
|
|
191
|
+
/** @type {__VLS_StyleScopedClasses['overflow-auto']} */ ;
|
|
192
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
193
|
+
/** @type {__VLS_StyleScopedClasses['flex-col']} */ ;
|
|
194
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
195
|
+
/** @type {__VLS_StyleScopedClasses['mx-auto']} */ ;
|
|
196
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
197
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
198
|
+
/** @type {__VLS_StyleScopedClasses['gap-1']} */ ;
|
|
199
|
+
/** @type {__VLS_StyleScopedClasses['mt-3']} */ ;
|
|
200
|
+
/** @type {__VLS_StyleScopedClasses['text-lg']} */ ;
|
|
201
|
+
/** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
|
|
202
|
+
/** @type {__VLS_StyleScopedClasses['text-gray-800']} */ ;
|
|
203
|
+
/** @type {__VLS_StyleScopedClasses['mt-5']} */ ;
|
|
204
|
+
/** @type {__VLS_StyleScopedClasses['text-center']} */ ;
|
|
205
|
+
/** @type {__VLS_StyleScopedClasses['mx-auto']} */ ;
|
|
206
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
207
|
+
/** @type {__VLS_StyleScopedClasses['justify-between']} */ ;
|
|
208
|
+
/** @type {__VLS_StyleScopedClasses['w-max']} */ ;
|
|
209
|
+
/** @type {__VLS_StyleScopedClasses['grid']} */ ;
|
|
210
|
+
/** @type {__VLS_StyleScopedClasses['grid-cols-3']} */ ;
|
|
211
|
+
/** @type {__VLS_StyleScopedClasses['w-full']} */ ;
|
|
212
|
+
/** @type {__VLS_StyleScopedClasses['border-l']} */ ;
|
|
213
|
+
/** @type {__VLS_StyleScopedClasses['border-chat-haze-100']} */ ;
|
|
214
|
+
/** @type {__VLS_StyleScopedClasses['first:border-none']} */ ;
|
|
215
|
+
/** @type {__VLS_StyleScopedClasses['w-full']} */ ;
|
|
216
|
+
/** @type {__VLS_StyleScopedClasses['w-[130px]']} */ ;
|
|
217
|
+
/** @type {__VLS_StyleScopedClasses['w-full']} */ ;
|
|
218
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
219
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
220
|
+
/** @type {__VLS_StyleScopedClasses['justify-center']} */ ;
|
|
221
|
+
/** @type {__VLS_StyleScopedClasses['gap-1']} */ ;
|
|
222
|
+
/** @type {__VLS_StyleScopedClasses['text-lg']} */ ;
|
|
223
|
+
/** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
|
|
224
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-900']} */ ;
|
|
225
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-400']} */ ;
|
|
226
|
+
/** @type {__VLS_StyleScopedClasses['w-full']} */ ;
|
|
227
|
+
/** @type {__VLS_StyleScopedClasses['py-6']} */ ;
|
|
228
|
+
/** @type {__VLS_StyleScopedClasses['mb-6']} */ ;
|
|
229
|
+
/** @type {__VLS_StyleScopedClasses['mb-6']} */ ;
|
|
230
|
+
const __VLS_export = (await import('vue')).defineComponent({
|
|
231
|
+
__typeProps: {},
|
|
232
|
+
props: {},
|
|
233
|
+
});
|
|
234
|
+
export default {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type Component } from 'vue';
|
|
2
|
+
type InformationItem = {
|
|
3
|
+
icon: Component;
|
|
4
|
+
label: string;
|
|
5
|
+
value?: string;
|
|
6
|
+
click?: (data?: any) => any;
|
|
7
|
+
};
|
|
8
|
+
type Props = {
|
|
9
|
+
information?: InformationItem[];
|
|
10
|
+
title: string;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
13
|
+
title: string;
|
|
14
|
+
information: InformationItem[];
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,134 @@
|
|
|
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 ButtonBase from '../../../components/common/button/ButtonBase.vue';
|
|
4
|
+
const props = withDefaults(defineProps(), {
|
|
5
|
+
information: [],
|
|
6
|
+
title: ''
|
|
7
|
+
});
|
|
8
|
+
debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
|
|
9
|
+
const __VLS_defaults = {
|
|
10
|
+
information: [],
|
|
11
|
+
title: ''
|
|
12
|
+
};
|
|
13
|
+
const __VLS_ctx = {
|
|
14
|
+
...{},
|
|
15
|
+
...{},
|
|
16
|
+
...{},
|
|
17
|
+
...{},
|
|
18
|
+
};
|
|
19
|
+
let __VLS_elements;
|
|
20
|
+
let __VLS_components;
|
|
21
|
+
let __VLS_directives;
|
|
22
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
23
|
+
...{ class: "w-full" },
|
|
24
|
+
});
|
|
25
|
+
__VLS_asFunctionalElement(__VLS_elements.h2, __VLS_elements.h2)({
|
|
26
|
+
...{ class: "text-chat-haze-500 font-semibold" },
|
|
27
|
+
});
|
|
28
|
+
(__VLS_ctx.title);
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
[title,];
|
|
31
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
32
|
+
...{ class: "bg-white rounded-xl border border-chat-haze-100 mt-1 p-4 space-y-4" },
|
|
33
|
+
});
|
|
34
|
+
for (const [item, x] of __VLS_getVForSourceType((__VLS_ctx.information))) {
|
|
35
|
+
(x);
|
|
36
|
+
// @ts-ignore
|
|
37
|
+
[information,];
|
|
38
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
39
|
+
...{ onClick: (...[$event]) => {
|
|
40
|
+
item.click?.();
|
|
41
|
+
} },
|
|
42
|
+
...{ class: "flex items-center gap-1" },
|
|
43
|
+
...{ class: ({ 'cursor-pointer': item.click }) },
|
|
44
|
+
});
|
|
45
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
46
|
+
...{ class: "flex items-center gap-1 grow text-chat-haze-900" },
|
|
47
|
+
});
|
|
48
|
+
const __VLS_0 = ((item.icon));
|
|
49
|
+
// @ts-ignore
|
|
50
|
+
const __VLS_1 = __VLS_asFunctionalComponent(__VLS_0, new __VLS_0({}));
|
|
51
|
+
const __VLS_2 = __VLS_1({}, ...__VLS_functionalComponentArgsRest(__VLS_1));
|
|
52
|
+
__VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({});
|
|
53
|
+
(item.label);
|
|
54
|
+
if (item.value) {
|
|
55
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
56
|
+
...{ class: "flex items-center text-chat-haze-300" },
|
|
57
|
+
});
|
|
58
|
+
if (item.click) {
|
|
59
|
+
/** @type {[typeof ButtonBase, typeof ButtonBase, ]} */ ;
|
|
60
|
+
// @ts-ignore
|
|
61
|
+
const __VLS_5 = __VLS_asFunctionalComponent(ButtonBase, new ButtonBase({
|
|
62
|
+
type: "primary",
|
|
63
|
+
...{ class: "flex-center gap-0" },
|
|
64
|
+
}));
|
|
65
|
+
const __VLS_6 = __VLS_5({
|
|
66
|
+
type: "primary",
|
|
67
|
+
...{ class: "flex-center gap-0" },
|
|
68
|
+
}, ...__VLS_functionalComponentArgsRest(__VLS_5));
|
|
69
|
+
const { default: __VLS_8 } = __VLS_7.slots;
|
|
70
|
+
(item.value);
|
|
71
|
+
__VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({
|
|
72
|
+
...{ class: "ml-1" },
|
|
73
|
+
});
|
|
74
|
+
/** @type {[typeof IconArrow, ]} */ ;
|
|
75
|
+
// @ts-ignore
|
|
76
|
+
const __VLS_9 = __VLS_asFunctionalComponent(IconArrow, new IconArrow({}));
|
|
77
|
+
const __VLS_10 = __VLS_9({}, ...__VLS_functionalComponentArgsRest(__VLS_9));
|
|
78
|
+
var __VLS_7;
|
|
79
|
+
}
|
|
80
|
+
else {
|
|
81
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
82
|
+
...{ class: "flex-center" },
|
|
83
|
+
});
|
|
84
|
+
(item.value);
|
|
85
|
+
__VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({
|
|
86
|
+
...{ class: "ml-1" },
|
|
87
|
+
});
|
|
88
|
+
/** @type {[typeof IconArrow, ]} */ ;
|
|
89
|
+
// @ts-ignore
|
|
90
|
+
const __VLS_13 = __VLS_asFunctionalComponent(IconArrow, new IconArrow({}));
|
|
91
|
+
const __VLS_14 = __VLS_13({}, ...__VLS_functionalComponentArgsRest(__VLS_13));
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
__VLS_asFunctionalElement(__VLS_elements.hr)({
|
|
95
|
+
...{ class: "border-chat-haze-100 mx-6" },
|
|
96
|
+
});
|
|
97
|
+
__VLS_asFunctionalDirective(__VLS_directives.vShow)(null, { ...__VLS_directiveBindingRestFields, value: (x < __VLS_ctx.information.length - 1) }, null, null);
|
|
98
|
+
// @ts-ignore
|
|
99
|
+
[information,];
|
|
100
|
+
}
|
|
101
|
+
/** @type {__VLS_StyleScopedClasses['w-full']} */ ;
|
|
102
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-500']} */ ;
|
|
103
|
+
/** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
|
|
104
|
+
/** @type {__VLS_StyleScopedClasses['bg-white']} */ ;
|
|
105
|
+
/** @type {__VLS_StyleScopedClasses['rounded-xl']} */ ;
|
|
106
|
+
/** @type {__VLS_StyleScopedClasses['border']} */ ;
|
|
107
|
+
/** @type {__VLS_StyleScopedClasses['border-chat-haze-100']} */ ;
|
|
108
|
+
/** @type {__VLS_StyleScopedClasses['mt-1']} */ ;
|
|
109
|
+
/** @type {__VLS_StyleScopedClasses['p-4']} */ ;
|
|
110
|
+
/** @type {__VLS_StyleScopedClasses['space-y-4']} */ ;
|
|
111
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
112
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
113
|
+
/** @type {__VLS_StyleScopedClasses['gap-1']} */ ;
|
|
114
|
+
/** @type {__VLS_StyleScopedClasses['cursor-pointer']} */ ;
|
|
115
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
116
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
117
|
+
/** @type {__VLS_StyleScopedClasses['gap-1']} */ ;
|
|
118
|
+
/** @type {__VLS_StyleScopedClasses['grow']} */ ;
|
|
119
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-900']} */ ;
|
|
120
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
121
|
+
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
122
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-300']} */ ;
|
|
123
|
+
/** @type {__VLS_StyleScopedClasses['flex-center']} */ ;
|
|
124
|
+
/** @type {__VLS_StyleScopedClasses['gap-0']} */ ;
|
|
125
|
+
/** @type {__VLS_StyleScopedClasses['ml-1']} */ ;
|
|
126
|
+
/** @type {__VLS_StyleScopedClasses['flex-center']} */ ;
|
|
127
|
+
/** @type {__VLS_StyleScopedClasses['ml-1']} */ ;
|
|
128
|
+
/** @type {__VLS_StyleScopedClasses['border-chat-haze-100']} */ ;
|
|
129
|
+
/** @type {__VLS_StyleScopedClasses['mx-6']} */ ;
|
|
130
|
+
const __VLS_export = (await import('vue')).defineComponent({
|
|
131
|
+
__typeProps: {},
|
|
132
|
+
props: {},
|
|
133
|
+
});
|
|
134
|
+
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;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
|
|
2
|
+
import { logout } from '../../../utils/chat/store/auth';
|
|
3
|
+
const reload = () => window.location.reload();
|
|
4
|
+
debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
|
|
5
|
+
const __VLS_ctx = {
|
|
6
|
+
...{},
|
|
7
|
+
...{},
|
|
8
|
+
};
|
|
9
|
+
let __VLS_elements;
|
|
10
|
+
let __VLS_components;
|
|
11
|
+
let __VLS_directives;
|
|
12
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
13
|
+
...{ class: "m-auto w-max" },
|
|
14
|
+
});
|
|
15
|
+
__VLS_asFunctionalElement(__VLS_elements.h1, __VLS_elements.h1)({
|
|
16
|
+
...{ class: "font-bold text-chat-haze-900 text-center mb-2" },
|
|
17
|
+
...{ style: {} },
|
|
18
|
+
});
|
|
19
|
+
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
20
|
+
...{ class: "text-chat-haze-500 text-center mb-8" },
|
|
21
|
+
...{ style: {} },
|
|
22
|
+
});
|
|
23
|
+
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
24
|
+
...{ class: "flex gap-4" },
|
|
25
|
+
});
|
|
26
|
+
__VLS_asFunctionalElement(__VLS_elements.button, __VLS_elements.button)({
|
|
27
|
+
...{ onClick: (...[$event]) => {
|
|
28
|
+
__VLS_ctx.reload();
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
[reload,];
|
|
31
|
+
} },
|
|
32
|
+
...{ class: "px-6 py-2 bg-[#004AB3] text-white rounded-lg" },
|
|
33
|
+
});
|
|
34
|
+
__VLS_asFunctionalElement(__VLS_elements.button, __VLS_elements.button)({
|
|
35
|
+
...{ onClick: (...[$event]) => {
|
|
36
|
+
__VLS_ctx.logout();
|
|
37
|
+
// @ts-ignore
|
|
38
|
+
[logout,];
|
|
39
|
+
} },
|
|
40
|
+
...{ class: "px-6 py-2 bg-[#004AB3] text-white rounded-lg" },
|
|
41
|
+
});
|
|
42
|
+
/** @type {__VLS_StyleScopedClasses['m-auto']} */ ;
|
|
43
|
+
/** @type {__VLS_StyleScopedClasses['w-max']} */ ;
|
|
44
|
+
/** @type {__VLS_StyleScopedClasses['font-bold']} */ ;
|
|
45
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-900']} */ ;
|
|
46
|
+
/** @type {__VLS_StyleScopedClasses['text-center']} */ ;
|
|
47
|
+
/** @type {__VLS_StyleScopedClasses['mb-2']} */ ;
|
|
48
|
+
/** @type {__VLS_StyleScopedClasses['text-chat-haze-500']} */ ;
|
|
49
|
+
/** @type {__VLS_StyleScopedClasses['text-center']} */ ;
|
|
50
|
+
/** @type {__VLS_StyleScopedClasses['mb-8']} */ ;
|
|
51
|
+
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
52
|
+
/** @type {__VLS_StyleScopedClasses['gap-4']} */ ;
|
|
53
|
+
/** @type {__VLS_StyleScopedClasses['px-6']} */ ;
|
|
54
|
+
/** @type {__VLS_StyleScopedClasses['py-2']} */ ;
|
|
55
|
+
/** @type {__VLS_StyleScopedClasses['bg-[#004AB3]']} */ ;
|
|
56
|
+
/** @type {__VLS_StyleScopedClasses['text-white']} */ ;
|
|
57
|
+
/** @type {__VLS_StyleScopedClasses['rounded-lg']} */ ;
|
|
58
|
+
/** @type {__VLS_StyleScopedClasses['px-6']} */ ;
|
|
59
|
+
/** @type {__VLS_StyleScopedClasses['py-2']} */ ;
|
|
60
|
+
/** @type {__VLS_StyleScopedClasses['bg-[#004AB3]']} */ ;
|
|
61
|
+
/** @type {__VLS_StyleScopedClasses['text-white']} */ ;
|
|
62
|
+
/** @type {__VLS_StyleScopedClasses['rounded-lg']} */ ;
|
|
63
|
+
const __VLS_export = (await import('vue')).defineComponent({});
|
|
64
|
+
export default {};
|