@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.
Files changed (410) hide show
  1. package/dist/assets/icons/call/IconClock.vue.d.ts +2 -0
  2. package/dist/assets/icons/call/IconClock.vue.js +22 -0
  3. package/dist/assets/icons/call/IconClose.vue.d.ts +2 -0
  4. package/dist/assets/icons/call/IconClose.vue.js +26 -0
  5. package/dist/assets/icons/call/IconMic.vue.d.ts +14 -0
  6. package/dist/assets/icons/call/IconMic.vue.js +123 -0
  7. package/dist/assets/icons/call/IconPhone.vue.d.ts +2 -0
  8. package/dist/assets/icons/call/IconPhone.vue.js +22 -0
  9. package/dist/assets/icons/call/IconPhoneCancel.vue.d.ts +14 -0
  10. package/dist/assets/icons/call/IconPhoneCancel.vue.js +46 -0
  11. package/dist/assets/icons/call/IconSoundDownload.vue.d.ts +2 -0
  12. package/dist/assets/icons/call/IconSoundDownload.vue.js +50 -0
  13. package/dist/assets/icons/call/IconSpeaker.vue.d.ts +14 -0
  14. package/dist/assets/icons/call/IconSpeaker.vue.js +62 -0
  15. package/dist/assets/icons/chat/IconCalendar.vue.d.ts +14 -0
  16. package/dist/assets/icons/chat/IconCalendar.vue.js +42 -0
  17. package/dist/assets/icons/chat/IconCheck.vue.d.ts +2 -0
  18. package/dist/assets/icons/chat/IconCheck.vue.js +22 -0
  19. package/dist/assets/icons/chat/IconInfo.vue.d.ts +2 -0
  20. package/dist/assets/icons/chat/IconInfo.vue.js +20 -0
  21. package/dist/assets/icons/chat/IconLink.vue.d.ts +14 -0
  22. package/dist/assets/icons/chat/IconLink.vue.js +42 -0
  23. package/dist/assets/icons/chat/IconMenuDot.vue.d.ts +2 -0
  24. package/dist/assets/icons/chat/IconMenuDot.vue.js +31 -0
  25. package/dist/assets/icons/customer-appointment/IconChevronRight.vue.d.ts +2 -0
  26. package/dist/assets/icons/customer-appointment/IconChevronRight.vue.js +22 -0
  27. package/dist/assets/icons/customer-appointment/IconFilter.vue.d.ts +2 -0
  28. package/dist/assets/icons/customer-appointment/IconFilter.vue.js +53 -0
  29. package/dist/assets/icons/customer-detail/IconArrow.vue.d.ts +2 -0
  30. package/dist/assets/icons/customer-detail/IconArrow.vue.js +22 -0
  31. package/dist/assets/icons/customer-detail/IconCheck.vue.d.ts +2 -0
  32. package/dist/assets/icons/customer-detail/IconCheck.vue.js +27 -0
  33. package/dist/assets/icons/customer-detail/IconDate.vue.d.ts +2 -0
  34. package/dist/assets/icons/customer-detail/IconDate.vue.js +43 -0
  35. package/dist/assets/icons/customer-detail/IconGroup.vue.d.ts +2 -0
  36. package/dist/assets/icons/customer-detail/IconGroup.vue.js +48 -0
  37. package/dist/assets/icons/customer-detail/IconMessage.vue.d.ts +2 -0
  38. package/dist/assets/icons/customer-detail/IconMessage.vue.js +28 -0
  39. package/dist/assets/icons/customer-detail/IconNote.vue.d.ts +2 -0
  40. package/dist/assets/icons/customer-detail/IconNote.vue.js +29 -0
  41. package/dist/assets/icons/customer-detail/IconPhone.vue.d.ts +14 -0
  42. package/dist/assets/icons/customer-detail/IconPhone.vue.js +41 -0
  43. package/dist/assets/icons/customer-detail/IconPin.vue.d.ts +2 -0
  44. package/dist/assets/icons/customer-detail/IconPin.vue.js +29 -0
  45. package/dist/assets/icons/customer-detail/IconSearch.vue.d.ts +2 -0
  46. package/dist/assets/icons/customer-detail/IconSearch.vue.js +29 -0
  47. package/dist/assets/icons/global/IconAiCheck.vue.d.ts +2 -0
  48. package/dist/assets/icons/global/IconAiCheck.vue.js +28 -0
  49. package/dist/assets/icons/global/IconArrowLeft.vue.d.ts +2 -0
  50. package/dist/assets/icons/global/IconArrowLeft.vue.js +29 -0
  51. package/dist/assets/icons/global/IconBackspace.vue.d.ts +2 -0
  52. package/dist/assets/icons/global/IconBackspace.vue.js +28 -0
  53. package/dist/assets/icons/global/IconCloseCircle.vue.d.ts +2 -0
  54. package/dist/assets/icons/global/IconCloseCircle.vue.js +36 -0
  55. package/dist/assets/icons/global/IconMessageOutline.vue.d.ts +2 -0
  56. package/dist/assets/icons/global/IconMessageOutline.vue.js +22 -0
  57. package/dist/assets/icons/global/IconPhone.vue.d.ts +2 -0
  58. package/dist/assets/icons/global/IconPhone.vue.js +19 -0
  59. package/dist/assets/icons/global/IconPlan.vue.d.ts +14 -0
  60. package/dist/assets/icons/global/IconPlan.vue.js +39 -0
  61. package/dist/assets/icons/global/IconPlus.vue.d.ts +2 -0
  62. package/dist/assets/icons/global/IconPlus.vue.js +22 -0
  63. package/dist/assets/icons/global/IconSearch.vue.d.ts +32 -0
  64. package/dist/assets/icons/global/IconSearch.vue.js +68 -0
  65. package/dist/assets/icons/global/IconSms.vue.d.ts +2 -0
  66. package/dist/assets/icons/global/IconSms.vue.js +22 -0
  67. package/dist/assets/icons/global/IconUser.vue.d.ts +2 -0
  68. package/dist/assets/icons/global/IconUser.vue.js +25 -0
  69. package/dist/assets/icons/lib/IconZoomOut.vue.d.ts +5 -0
  70. package/dist/assets/icons/lib/IconZoomOut.vue.js +52 -0
  71. package/dist/chat/App.vue.d.ts +26 -0
  72. package/dist/chat/App.vue.js +928 -0
  73. package/dist/chat/ChatHeader.vue.d.ts +15 -0
  74. package/dist/chat/ChatHeader.vue.js +218 -0
  75. package/dist/chat/main.d.ts +7 -0
  76. package/dist/chat/main.js +7 -0
  77. package/dist/chat/page/customer-appointment/CustomerAppointment.vue.d.ts +9 -0
  78. package/dist/chat/page/customer-appointment/CustomerAppointment.vue.js +262 -0
  79. package/dist/chat/page/customer-check-in/CollapseCheckIn.vue.d.ts +12 -0
  80. package/dist/chat/page/customer-check-in/CollapseCheckIn.vue.js +80 -0
  81. package/dist/chat/page/customer-check-in/CustomerCheckIn.vue.d.ts +2 -0
  82. package/dist/chat/page/customer-check-in/CustomerCheckIn.vue.js +138 -0
  83. package/dist/chat/page/customer-detail/CustomerDetail.vue.d.ts +7 -0
  84. package/dist/chat/page/customer-detail/CustomerDetail.vue.js +234 -0
  85. package/dist/chat/page/customer-detail/SubInformation.vue.d.ts +16 -0
  86. package/dist/chat/page/customer-detail/SubInformation.vue.js +134 -0
  87. package/dist/chat/page/error/Error.vue.d.ts +2 -0
  88. package/dist/chat/page/error/Error.vue.js +64 -0
  89. package/dist/chat/page/home/ChatList.vue.d.ts +104 -0
  90. package/dist/chat/page/home/ChatList.vue.js +654 -0
  91. package/dist/chat/page/home/ChatMessage.vue.d.ts +21 -0
  92. package/dist/chat/page/home/ChatMessage.vue.js +210 -0
  93. package/dist/chat/page/home/ChatMessageItem.vue.d.ts +20 -0
  94. package/dist/chat/page/home/ChatMessageItem.vue.js +397 -0
  95. package/dist/chat/page/home/ChatMessageItem2.vue.d.ts +19 -0
  96. package/dist/chat/page/home/ChatMessageItem2.vue.js +351 -0
  97. package/dist/chat/page/home/DropZone.vue.d.ts +13 -0
  98. package/dist/chat/page/home/DropZone.vue.js +130 -0
  99. package/dist/chat/page/home/Home.vue.d.ts +29 -0
  100. package/dist/chat/page/home/Home.vue.js +472 -0
  101. package/dist/chat/page/home/HomeHeader.vue.d.ts +18 -0
  102. package/dist/chat/page/home/HomeHeader.vue.js +514 -0
  103. package/dist/chat/page/home/InputChat.vue.d.ts +27 -0
  104. package/dist/chat/page/home/InputChat.vue.js +412 -0
  105. package/dist/chat/page/home/NewCustomer.vue.d.ts +7 -0
  106. package/dist/chat/page/home/NewCustomer.vue.js +83 -0
  107. package/dist/chat/page/home/PhoneNumpad.vue.d.ts +22 -0
  108. package/dist/chat/page/home/PhoneNumpad.vue.js +161 -0
  109. package/dist/chat/page/setting/Setting.vue.d.ts +2 -0
  110. package/dist/chat/page/setting/Setting.vue.js +277 -0
  111. package/dist/chat/page/setting/SettingSuccess.vue.d.ts +2 -0
  112. package/dist/chat/page/setting/SettingSuccess.vue.js +33 -0
  113. package/dist/components/chat/ScrollEvent/ScrollEvent.vue.d.ts +24 -0
  114. package/dist/components/chat/ScrollEvent/ScrollEvent.vue.js +207 -0
  115. package/dist/components/chat/call/Calling.vue.d.ts +17 -0
  116. package/dist/components/chat/call/Calling.vue.js +594 -0
  117. package/dist/components/chat/call/TimeLeft.vue.d.ts +5 -0
  118. package/dist/components/chat/call/TimeLeft.vue.js +59 -0
  119. package/dist/components/chat/card/CardCustomerDetail.vue.d.ts +13 -0
  120. package/dist/components/chat/card/CardCustomerDetail.vue.js +28 -0
  121. package/dist/components/chat/common/collapse/CollapseBase.vue.d.ts +20 -0
  122. package/dist/components/chat/common/collapse/CollapseBase.vue.js +59 -0
  123. package/dist/components/chat/common/input/InputSearch.vue.d.ts +16 -0
  124. package/dist/components/chat/common/input/InputSearch.vue.js +71 -0
  125. package/dist/components/chat/common/modal/Modal.vue.d.ts +94 -0
  126. package/dist/components/chat/common/modal/Modal.vue.js +260 -0
  127. package/dist/components/chat/common/popover/PopoverBase.vue.d.ts +35 -0
  128. package/dist/components/chat/common/popover/PopoverBase.vue.js +148 -0
  129. package/dist/components/chat/common/spin/BaseSpin.vue.d.ts +10 -0
  130. package/dist/components/chat/common/spin/BaseSpin.vue.js +43 -0
  131. package/dist/components/chat/common/switch/SwitchBase.vue.d.ts +17 -0
  132. package/dist/components/chat/common/switch/SwitchBase.vue.js +76 -0
  133. package/dist/components/chat/common/tab/TabBase.vue.d.ts +30 -0
  134. package/dist/components/chat/common/tab/TabBase.vue.js +86 -0
  135. package/dist/components/chat/common/tabs/TabBase.vue.d.ts +18 -0
  136. package/dist/components/chat/common/tabs/TabBase.vue.js +93 -0
  137. package/dist/components/chat/customer/Avatar.vue.d.ts +12 -0
  138. package/dist/components/chat/customer/Avatar.vue.js +127 -0
  139. package/dist/components/chat/layout/mobile/Footer.vue.d.ts +2 -0
  140. package/dist/components/chat/layout/mobile/Footer.vue.js +114 -0
  141. package/dist/components/chat/select/SelectBase.vue.d.ts +24 -0
  142. package/dist/components/chat/select/SelectBase.vue.js +105 -0
  143. package/dist/components/common/CustomLoading.vue.d.ts +2 -0
  144. package/dist/components/common/CustomLoading.vue.js +19 -0
  145. package/dist/components/common/Notification/NotificationDescription.vue.d.ts +7 -0
  146. package/dist/components/common/Notification/NotificationDescription.vue.js +38 -0
  147. package/dist/components/common/button/ButtonBase.vue.d.ts +22 -0
  148. package/dist/components/common/button/ButtonBase.vue.js +78 -0
  149. package/dist/components/common/button/ButtonToggle.vue.d.ts +20 -0
  150. package/dist/components/common/button/ButtonToggle.vue.js +70 -0
  151. package/dist/components/common/checkbox/CCheckboxNumber.vue.d.ts +16 -0
  152. package/dist/components/common/checkbox/CCheckboxNumber.vue.js +48 -0
  153. package/dist/components/common/collapse/BaseCollapse.vue.d.ts +12 -0
  154. package/dist/components/common/collapse/BaseCollapse.vue.js +36 -0
  155. package/dist/components/common/collapse/BaseCollapseItem.vue.d.ts +4 -0
  156. package/dist/components/common/collapse/BaseCollapseItem.vue.js +22 -0
  157. package/dist/components/common/drawer/DrawerBase.vue.d.ts +39 -0
  158. package/dist/components/common/drawer/DrawerBase.vue.js +126 -0
  159. package/dist/components/common/drawer/DrawerBaseCustom.vue.d.ts +33 -0
  160. package/dist/components/common/drawer/DrawerBaseCustom.vue.js +135 -0
  161. package/dist/components/common/dropdown/DropdownBase.vue.d.ts +21 -0
  162. package/dist/components/common/dropdown/DropdownBase.vue.js +93 -0
  163. package/dist/components/common/input/CInputSearch.vue.d.ts +14 -0
  164. package/dist/components/common/input/CInputSearch.vue.js +62 -0
  165. package/dist/components/common/modal/ModalBase.vue.d.ts +35 -0
  166. package/dist/components/common/modal/ModalBase.vue.js +187 -0
  167. package/dist/components/common/popover/PopoverBase.vue.d.ts +3 -0
  168. package/dist/components/common/popover/PopoverBase.vue.js +36 -0
  169. package/dist/components/common/select/SelectBase.vue.d.ts +33 -0
  170. package/dist/components/common/select/SelectBase.vue.js +120 -0
  171. package/dist/components/common/slider/BaseSlider.vue.d.ts +11 -0
  172. package/dist/components/common/slider/BaseSlider.vue.js +70 -0
  173. package/dist/components/common/spin/CSpin.vue.d.ts +9 -0
  174. package/dist/components/common/spin/CSpin.vue.js +41 -0
  175. package/dist/components/common/tooltip/TooltipBase.vue.d.ts +2 -0
  176. package/dist/components/common/tooltip/TooltipBase.vue.js +8 -0
  177. package/dist/components/layout/PageError.vue.d.ts +2 -0
  178. package/dist/components/layout/PageError.vue.js +91 -0
  179. package/dist/components/ui/button/CButton.vue.d.ts +19 -0
  180. package/dist/components/ui/button/CButton.vue.js +49 -0
  181. package/dist/components/ui/button/c-button.d.ts +7 -0
  182. package/dist/components/ui/button/c-button.js +26 -0
  183. package/dist/components/ui/checkbox/Checkbox.vue.d.ts +18 -0
  184. package/dist/components/ui/checkbox/Checkbox.vue.js +79 -0
  185. package/dist/components/ui/checkbox/index.d.ts +1 -0
  186. package/dist/components/ui/checkbox/index.js +1 -0
  187. package/dist/components/ui/collapsible/Collapsible.vue.d.ts +16 -0
  188. package/dist/components/ui/collapsible/Collapsible.vue.js +47 -0
  189. package/dist/components/ui/collapsible/CollapsibleContent.vue.d.ts +10 -0
  190. package/dist/components/ui/collapsible/CollapsibleContent.vue.js +41 -0
  191. package/dist/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +10 -0
  192. package/dist/components/ui/collapsible/CollapsibleTrigger.vue.js +35 -0
  193. package/dist/components/ui/collapsible/index.d.ts +3 -0
  194. package/dist/components/ui/collapsible/index.js +3 -0
  195. package/dist/components/ui/dialog/Dialog.vue.d.ts +14 -0
  196. package/dist/components/ui/dialog/Dialog.vue.js +42 -0
  197. package/dist/components/ui/dialog/DialogClose.vue.d.ts +10 -0
  198. package/dist/components/ui/dialog/DialogClose.vue.js +35 -0
  199. package/dist/components/ui/dialog/DialogContent.vue.d.ts +29 -0
  200. package/dist/components/ui/dialog/DialogContent.vue.js +84 -0
  201. package/dist/components/ui/dialog/DialogDescription.vue.d.ts +14 -0
  202. package/dist/components/ui/dialog/DialogDescription.vue.js +43 -0
  203. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +13 -0
  204. package/dist/components/ui/dialog/DialogFooter.vue.js +26 -0
  205. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +13 -0
  206. package/dist/components/ui/dialog/DialogHeader.vue.js +26 -0
  207. package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts +30 -0
  208. package/dist/components/ui/dialog/DialogScrollContent.vue.js +99 -0
  209. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +14 -0
  210. package/dist/components/ui/dialog/DialogTitle.vue.js +43 -0
  211. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +10 -0
  212. package/dist/components/ui/dialog/DialogTrigger.vue.js +35 -0
  213. package/dist/components/ui/dialog/index.d.ts +9 -0
  214. package/dist/components/ui/dialog/index.js +9 -0
  215. package/dist/components/ui/drawer/Drawer.vue.d.ts +26 -0
  216. package/dist/components/ui/drawer/Drawer.vue.js +48 -0
  217. package/dist/components/ui/drawer/DrawerContent.vue.d.ts +33 -0
  218. package/dist/components/ui/drawer/DrawerContent.vue.js +81 -0
  219. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +14 -0
  220. package/dist/components/ui/drawer/DrawerDescription.vue.js +42 -0
  221. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +13 -0
  222. package/dist/components/ui/drawer/DrawerFooter.vue.js +26 -0
  223. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +13 -0
  224. package/dist/components/ui/drawer/DrawerHeader.vue.js +26 -0
  225. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +7 -0
  226. package/dist/components/ui/drawer/DrawerOverlay.vue.js +37 -0
  227. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +14 -0
  228. package/dist/components/ui/drawer/DrawerTitle.vue.js +42 -0
  229. package/dist/components/ui/drawer/index.d.ts +8 -0
  230. package/dist/components/ui/drawer/index.js +8 -0
  231. package/dist/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +14 -0
  232. package/dist/components/ui/dropdown-menu/DropdownMenu.vue.js +41 -0
  233. package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +20 -0
  234. package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.js +79 -0
  235. package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +28 -0
  236. package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.js +66 -0
  237. package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +10 -0
  238. package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.js +35 -0
  239. package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +15 -0
  240. package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.js +43 -0
  241. package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +15 -0
  242. package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.js +43 -0
  243. package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +14 -0
  244. package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.js +41 -0
  245. package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +18 -0
  246. package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.js +80 -0
  247. package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +7 -0
  248. package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.js +37 -0
  249. package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +13 -0
  250. package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.js +26 -0
  251. package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +14 -0
  252. package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.js +41 -0
  253. package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +30 -0
  254. package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.js +46 -0
  255. package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +14 -0
  256. package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.js +58 -0
  257. package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +10 -0
  258. package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.js +41 -0
  259. package/dist/components/ui/dropdown-menu/index.d.ts +15 -0
  260. package/dist/components/ui/dropdown-menu/index.js +15 -0
  261. package/dist/components/ui/popover/Popover.vue.d.ts +14 -0
  262. package/dist/components/ui/popover/Popover.vue.js +41 -0
  263. package/dist/components/ui/popover/PopoverContent.vue.d.ts +28 -0
  264. package/dist/components/ui/popover/PopoverContent.vue.js +60 -0
  265. package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +10 -0
  266. package/dist/components/ui/popover/PopoverTrigger.vue.js +35 -0
  267. package/dist/components/ui/popover/index.d.ts +3 -0
  268. package/dist/components/ui/popover/index.js +3 -0
  269. package/dist/components/ui/radio-group/RadioGroup.vue.d.ts +18 -0
  270. package/dist/components/ui/radio-group/RadioGroup.vue.js +46 -0
  271. package/dist/components/ui/radio-group/RadioGroupItem.vue.d.ts +7 -0
  272. package/dist/components/ui/radio-group/RadioGroupItem.vue.js +71 -0
  273. package/dist/components/ui/radio-group/index.d.ts +2 -0
  274. package/dist/components/ui/radio-group/index.js +2 -0
  275. package/dist/components/ui/select/Select.vue.d.ts +20 -0
  276. package/dist/components/ui/select/Select.vue.js +49 -0
  277. package/dist/components/ui/select/SelectContent.vue.d.ts +24 -0
  278. package/dist/components/ui/select/SelectContent.vue.js +103 -0
  279. package/dist/components/ui/select/SelectGroup.vue.d.ts +10 -0
  280. package/dist/components/ui/select/SelectGroup.vue.js +37 -0
  281. package/dist/components/ui/select/SelectItem.vue.d.ts +18 -0
  282. package/dist/components/ui/select/SelectItem.vue.js +73 -0
  283. package/dist/components/ui/select/SelectItemText.vue.d.ts +10 -0
  284. package/dist/components/ui/select/SelectItemText.vue.js +37 -0
  285. package/dist/components/ui/select/SelectLabel.vue.d.ts +14 -0
  286. package/dist/components/ui/select/SelectLabel.vue.js +40 -0
  287. package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts +14 -0
  288. package/dist/components/ui/select/SelectScrollDownButton.vue.js +58 -0
  289. package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts +14 -0
  290. package/dist/components/ui/select/SelectScrollUpButton.vue.js +58 -0
  291. package/dist/components/ui/select/SelectSeparator.vue.d.ts +7 -0
  292. package/dist/components/ui/select/SelectSeparator.vue.js +39 -0
  293. package/dist/components/ui/select/SelectTrigger.vue.d.ts +17 -0
  294. package/dist/components/ui/select/SelectTrigger.vue.js +49 -0
  295. package/dist/components/ui/select/SelectValue.vue.d.ts +10 -0
  296. package/dist/components/ui/select/SelectValue.vue.js +37 -0
  297. package/dist/components/ui/select/index.d.ts +11 -0
  298. package/dist/components/ui/select/index.js +11 -0
  299. package/dist/components/ui/slider/Slider.vue.d.ts +13 -0
  300. package/dist/components/ui/slider/Slider.vue.js +155 -0
  301. package/dist/components/ui/slider/index.d.ts +1 -0
  302. package/dist/components/ui/slider/index.js +1 -0
  303. package/dist/components/ui/switch/Switch.vue.d.ts +18 -0
  304. package/dist/components/ui/switch/Switch.vue.js +61 -0
  305. package/dist/components/ui/switch/index.d.ts +1 -0
  306. package/dist/components/ui/switch/index.js +1 -0
  307. package/dist/components/ui/tabs/Tabs.vue.d.ts +20 -0
  308. package/dist/components/ui/tabs/Tabs.vue.js +54 -0
  309. package/dist/components/ui/tabs/TabsContent.vue.d.ts +14 -0
  310. package/dist/components/ui/tabs/TabsContent.vue.js +44 -0
  311. package/dist/components/ui/tabs/TabsList.vue.d.ts +14 -0
  312. package/dist/components/ui/tabs/TabsList.vue.js +44 -0
  313. package/dist/components/ui/tabs/TabsTrigger.vue.d.ts +14 -0
  314. package/dist/components/ui/tabs/TabsTrigger.vue.js +45 -0
  315. package/dist/components/ui/tabs/index.d.ts +4 -0
  316. package/dist/components/ui/tabs/index.js +4 -0
  317. package/dist/composable/useDigibot.d.ts +7 -0
  318. package/dist/composable/useDigibot.js +23 -0
  319. package/dist/composable/useInitData.d.ts +12 -0
  320. package/dist/composable/useInitData.js +101 -0
  321. package/dist/composable/useListConversations.d.ts +59 -0
  322. package/dist/composable/useListConversations.js +220 -0
  323. package/dist/composable/useListentEvent.d.ts +5 -0
  324. package/dist/composable/useListentEvent.js +69 -0
  325. package/dist/composable/usePlivo.d.ts +15 -0
  326. package/dist/composable/usePlivo.js +201 -0
  327. package/dist/constant/color.d.ts +22 -0
  328. package/dist/constant/color.js +47 -0
  329. package/dist/constant/datetime.d.ts +7 -0
  330. package/dist/constant/datetime.js +7 -0
  331. package/dist/constant/general.d.ts +11 -0
  332. package/dist/constant/general.js +12 -0
  333. package/dist/constant/message.d.ts +8 -0
  334. package/dist/constant/message.js +8 -0
  335. package/dist/constant/mqtt.d.ts +7 -0
  336. package/dist/constant/mqtt.js +18 -0
  337. package/dist/constant/user.d.ts +8 -0
  338. package/dist/constant/user.js +9 -0
  339. package/dist/go-chat.es.js +18766 -17073
  340. package/dist/go-chat.umd.js +23 -23
  341. package/dist/lib/utils.d.ts +2 -0
  342. package/dist/lib/utils.js +5 -0
  343. package/dist/plugins/axios-gci.d.ts +3 -0
  344. package/dist/plugins/axios-gci.js +25 -0
  345. package/dist/plugins/axios.d.ts +3 -0
  346. package/dist/plugins/axios.js +84 -0
  347. package/dist/plugins/mqtt.d.ts +8 -0
  348. package/dist/plugins/mqtt.js +189 -0
  349. package/dist/plugins/pocketbase.d.ts +5 -0
  350. package/dist/plugins/pocketbase.js +15 -0
  351. package/dist/plugins/sdk.d.ts +18 -0
  352. package/dist/plugins/sdk.js +73 -0
  353. package/dist/plugins/websocket.d.ts +15 -0
  354. package/dist/plugins/websocket.js +151 -0
  355. package/dist/style.css +1 -1
  356. package/dist/types/chat/auth.d.ts +41 -0
  357. package/dist/types/chat/auth.js +1 -0
  358. package/dist/types/chat/call.d.ts +19 -0
  359. package/dist/types/chat/call.js +23 -0
  360. package/dist/types/chat/global.d.ts +58 -0
  361. package/dist/types/chat/global.js +1 -0
  362. package/dist/types/chat/promise.d.ts +17 -0
  363. package/dist/types/chat/promise.js +1 -0
  364. package/dist/types/chat/user.d.ts +88 -0
  365. package/dist/types/chat/user.js +1 -0
  366. package/dist/types/conversation.d.ts +23 -0
  367. package/dist/types/conversation.js +1 -0
  368. package/dist/types/global.d.ts +11 -0
  369. package/dist/types/global.js +15 -0
  370. package/dist/types/message.d.ts +52 -0
  371. package/dist/types/message.js +1 -0
  372. package/dist/utils/chat/cache.d.ts +7 -0
  373. package/dist/utils/chat/cache.js +63 -0
  374. package/dist/utils/chat/chat-router.d.ts +5 -0
  375. package/dist/utils/chat/chat-router.js +14 -0
  376. package/dist/utils/chat/page-error.d.ts +4 -0
  377. package/dist/utils/chat/page-error.js +25 -0
  378. package/dist/utils/chat/phone-string.d.ts +1 -0
  379. package/dist/utils/chat/phone-string.js +4 -0
  380. package/dist/utils/chat/queue.d.ts +7 -0
  381. package/dist/utils/chat/queue.js +30 -0
  382. package/dist/utils/chat/store/auth.d.ts +62 -0
  383. package/dist/utils/chat/store/auth.js +93 -0
  384. package/dist/utils/chat/store/call.d.ts +15 -0
  385. package/dist/utils/chat/store/call.js +160 -0
  386. package/dist/utils/chat/store/conversation.d.ts +14 -0
  387. package/dist/utils/chat/store/conversation.js +73 -0
  388. package/dist/utils/chat/store/message.d.ts +27 -0
  389. package/dist/utils/chat/store/message.js +70 -0
  390. package/dist/utils/chat/store/time-limit.d.ts +5 -0
  391. package/dist/utils/chat/store/time-limit.js +8 -0
  392. package/dist/utils/chat/store/user.d.ts +200 -0
  393. package/dist/utils/chat/store/user.js +44 -0
  394. package/dist/utils/dayjs-helper.d.ts +3 -0
  395. package/dist/utils/dayjs-helper.js +8 -0
  396. package/dist/utils/debounce.d.ts +1 -0
  397. package/dist/utils/debounce.js +9 -0
  398. package/dist/utils/json.d.ts +2 -0
  399. package/dist/utils/json.js +18 -0
  400. package/dist/utils/logger.d.ts +3 -0
  401. package/dist/utils/logger.js +5 -0
  402. package/dist/utils/string-helper.d.ts +3 -0
  403. package/dist/utils/string-helper.js +43 -0
  404. package/dist/views/NotTenantPhone.vue.d.ts +9 -0
  405. package/dist/views/NotTenantPhone.vue.js +99 -0
  406. package/dist/views/home/phone-numpad/ConvercationList.vue.d.ts +19 -0
  407. package/dist/views/home/phone-numpad/ConvercationList.vue.js +177 -0
  408. package/dist/views/home/phone-numpad/PhoneNumpad.vue.d.ts +32 -0
  409. package/dist/views/home/phone-numpad/PhoneNumpad.vue.js +403 -0
  410. package/package.json +1 -1
@@ -0,0 +1,514 @@
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
+ import IconPhone from '../../../assets/icons/global/IconPhone.vue';
3
+ import { PAGE } from '../../../constant/general';
4
+ import Avatar from '../../../components/chat/customer/Avatar.vue';
5
+ import { routerPush } from '../../../utils/chat/chat-router';
6
+ import { user, userHistory } from '../../../utils/chat/store/user';
7
+ import { dataProfile } from '../../../utils/chat/store/auth';
8
+ import { digibotId } from '../../../composable/useDigibot';
9
+ import IconArrowLeft from '../../../assets/icons/global/IconArrowLeft.vue';
10
+ import { phoneNumberFormat } from '../../../utils/string-helper';
11
+ import IconSms from '../../../assets/icons/global/IconSms.vue';
12
+ import { activePlivoMode } from '../../../utils/chat/store/message';
13
+ import { computed, ref } from 'vue';
14
+ import ButtonBase from '../../../components/common/button/ButtonBase.vue';
15
+ import IconMenuDot from '../../../assets/icons/chat/IconMenuDot.vue';
16
+ import DropdownBase from '../../../components/common/dropdown/DropdownBase.vue';
17
+ import IconInfo from '../../../assets/icons/chat/IconInfo.vue';
18
+ import IconCalendar from '../../../assets/icons/chat/IconCalendar.vue';
19
+ import IconCheck from '../../../assets/icons/chat/IconCheck.vue';
20
+ import IconLink from '../../../assets/icons/chat/IconLink.vue';
21
+ import { getTimeLocal } from '../../../utils/dayjs-helper';
22
+ import { DATE_FORMATS } from '../../../constant/datetime';
23
+ import BaseSpin from '../../../components/chat/common/spin/BaseSpin.vue';
24
+ const props = withDefaults(defineProps(), {});
25
+ const emit = defineEmits();
26
+ const customerDropContent = computed(() => {
27
+ return [
28
+ {
29
+ icon: IconInfo,
30
+ title: 'Profile',
31
+ click: goToViewUser,
32
+ disabled: false
33
+ },
34
+ {
35
+ icon: IconCalendar,
36
+ title: 'View Appointment',
37
+ click: goToViewAppointment,
38
+ disabled: !userHistory.value?.appointment?.length
39
+ },
40
+ {
41
+ icon: IconCheck,
42
+ title: 'View Checkin',
43
+ click: goToViewView,
44
+ disabled: !userHistory.value?.visit_count
45
+ }
46
+ ];
47
+ });
48
+ const tabContent = computed(() => {
49
+ let result = [];
50
+ if (userHistory.value?.appointment?.length && props.parentPageName == 'booking-admin') {
51
+ const last_item = userHistory.value?.appointment[userHistory.value?.appointment?.length - 1];
52
+ result.push({
53
+ id: last_item.id,
54
+ icon: IconCalendar,
55
+ label: 'Last Appointment:',
56
+ time: getTimeLocal(last_item?.start_time)?.format(DATE_FORMATS['DATE_FORMAT_MEDIUM']) ?? '',
57
+ click: () => {
58
+ emit('viewAppointment', last_item.id);
59
+ }
60
+ });
61
+ }
62
+ return result;
63
+ });
64
+ const activePlivoSms = ref(dataProfile.value?.is_sms_active == 1);
65
+ const loading = ref(false);
66
+ const selectOpen = ref(false);
67
+ const goToViewUser = () => {
68
+ goToPage(PAGE.CUSTOMER_DETAIL);
69
+ };
70
+ const goToViewAppointment = () => {
71
+ goToPage(PAGE.CUSTOMER_APPOINTMENT);
72
+ };
73
+ const goToViewView = () => {
74
+ goToPage(PAGE.CUSTOMER_CHECK_IN);
75
+ };
76
+ const goToPage = (page) => {
77
+ selectOpen.value = false;
78
+ if (props.data?.id.toString() == digibotId.toString())
79
+ return;
80
+ if (dataProfile.value?.user_type == 'tenant') {
81
+ user.value = props.data;
82
+ routerPush(page);
83
+ }
84
+ };
85
+ const customer_select_option = [
86
+ { label: 'Profile', value: 0 },
87
+ { label: 'Later Appointment', value: 1 }
88
+ ];
89
+ const handleSelectChange = (value) => {
90
+ if (value == 0) {
91
+ goToViewUser();
92
+ }
93
+ else {
94
+ }
95
+ };
96
+ const handleActivePlivoSmsChange = async (is_active) => {
97
+ return;
98
+ try {
99
+ loading.value = true;
100
+ await activePlivoMode({ id: dataProfile.value?.id, is_sms: is_active ? 1 : 0 });
101
+ if (dataProfile.value != null)
102
+ dataProfile.value.is_sms_active = is_active ? 1 : 0;
103
+ activePlivoSms.value = is_active;
104
+ }
105
+ catch (e) {
106
+ activePlivoSms.value = !is_active;
107
+ console.log(e);
108
+ }
109
+ loading.value = false;
110
+ };
111
+ debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
112
+ const __VLS_defaults = {};
113
+ const __VLS_ctx = {
114
+ ...{},
115
+ ...{},
116
+ ...{},
117
+ ...{},
118
+ ...{},
119
+ };
120
+ let __VLS_elements;
121
+ let __VLS_components;
122
+ let __VLS_directives;
123
+ /** @type {__VLS_StyleScopedClasses['loading-container']} */ ;
124
+ __VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
125
+ ...{ class: "w-full layout-shadow border-b border-chat-gray-5 z-10" },
126
+ });
127
+ __VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
128
+ ...{ class: "w-full flex items-center gap-2 overflow-hidden h-[96px] px-8 py-4" },
129
+ ...{ class: ({ '!px-4': __VLS_ctx.responsive == 'mobile' }) },
130
+ });
131
+ // @ts-ignore
132
+ [responsive,];
133
+ if (__VLS_ctx.responsive == 'mobile') {
134
+ // @ts-ignore
135
+ [responsive,];
136
+ __VLS_asFunctionalElement(__VLS_elements.button, __VLS_elements.button)({
137
+ ...{ onClick: (...[$event]) => {
138
+ if (!(__VLS_ctx.responsive == 'mobile'))
139
+ return;
140
+ __VLS_ctx.emit('back');
141
+ // @ts-ignore
142
+ [emit,];
143
+ } },
144
+ ...{ class: "shrink-0 flex items-center" },
145
+ });
146
+ /** @type {[typeof IconArrowLeft, ]} */ ;
147
+ // @ts-ignore
148
+ const __VLS_0 = __VLS_asFunctionalComponent(IconArrowLeft, new IconArrowLeft({}));
149
+ const __VLS_1 = __VLS_0({}, ...__VLS_functionalComponentArgsRest(__VLS_0));
150
+ }
151
+ /** @type {[typeof Avatar, ]} */ ;
152
+ // @ts-ignore
153
+ const __VLS_4 = __VLS_asFunctionalComponent(Avatar, new Avatar({
154
+ ...{ 'onClick': {} },
155
+ ...{ class: "shrink-0" },
156
+ ...{ class: ({ 'cursor-pointer': __VLS_ctx.dataProfile?.user_type == 'tenant' }) },
157
+ src: (__VLS_ctx.data?.avatar ?? ''),
158
+ id: (__VLS_ctx.data?.id ?? ''),
159
+ color: (__VLS_ctx.data?.color),
160
+ name: (__VLS_ctx.data?.username),
161
+ }));
162
+ const __VLS_5 = __VLS_4({
163
+ ...{ 'onClick': {} },
164
+ ...{ class: "shrink-0" },
165
+ ...{ class: ({ 'cursor-pointer': __VLS_ctx.dataProfile?.user_type == 'tenant' }) },
166
+ src: (__VLS_ctx.data?.avatar ?? ''),
167
+ id: (__VLS_ctx.data?.id ?? ''),
168
+ color: (__VLS_ctx.data?.color),
169
+ name: (__VLS_ctx.data?.username),
170
+ }, ...__VLS_functionalComponentArgsRest(__VLS_4));
171
+ let __VLS_7;
172
+ let __VLS_8;
173
+ const __VLS_9 = ({ click: {} },
174
+ { onClick: (__VLS_ctx.goToViewUser) });
175
+ // @ts-ignore
176
+ [dataProfile, data, data, data, data, goToViewUser,];
177
+ var __VLS_6;
178
+ __VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
179
+ ...{ class: "grow overflow-x-hidden" },
180
+ });
181
+ __VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
182
+ ...{ class: "w-full flex justify-between items-center gap-4 overflow-hidden" },
183
+ });
184
+ __VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
185
+ ...{ onClick: (__VLS_ctx.goToViewUser) },
186
+ ...{ class: "grow overflow-hidden" },
187
+ ...{ class: ({ 'cursor-pointer': __VLS_ctx.dataProfile?.user_type == 'tenant' }) },
188
+ });
189
+ // @ts-ignore
190
+ [dataProfile, goToViewUser,];
191
+ __VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
192
+ ...{ class: "flex items-center truncate" },
193
+ });
194
+ __VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
195
+ ...{ class: "font-semibold truncate" },
196
+ });
197
+ (__VLS_ctx.data?.username || __VLS_ctx.phoneNumberFormat(__VLS_ctx.data?.phone ?? '') || 'n/a');
198
+ // @ts-ignore
199
+ [data, data, phoneNumberFormat,];
200
+ if (__VLS_ctx.data?.id &&
201
+ __VLS_ctx.data?.id.toString() != __VLS_ctx.digibotId.toString() &&
202
+ __VLS_ctx.dataProfile?.user_type == 'tenant') {
203
+ // @ts-ignore
204
+ [dataProfile, data, data, digibotId,];
205
+ /** @type {[typeof ButtonBase, typeof ButtonBase, ]} */ ;
206
+ // @ts-ignore
207
+ const __VLS_11 = __VLS_asFunctionalComponent(ButtonBase, new ButtonBase({
208
+ ...{ 'onClick': {} },
209
+ type: (__VLS_ctx.activePlivoSms ? 'success' : 'danger'),
210
+ loading: (__VLS_ctx.loading),
211
+ ...{ class: "shrink-0 px-1 flex-center gap-2 text-white font-semibold w-9 h-9" },
212
+ ...{ class: ({ 'w-[140px]': __VLS_ctx.responsive != 'mobile' }) },
213
+ }));
214
+ const __VLS_12 = __VLS_11({
215
+ ...{ 'onClick': {} },
216
+ type: (__VLS_ctx.activePlivoSms ? 'success' : 'danger'),
217
+ loading: (__VLS_ctx.loading),
218
+ ...{ class: "shrink-0 px-1 flex-center gap-2 text-white font-semibold w-9 h-9" },
219
+ ...{ class: ({ 'w-[140px]': __VLS_ctx.responsive != 'mobile' }) },
220
+ }, ...__VLS_functionalComponentArgsRest(__VLS_11));
221
+ let __VLS_14;
222
+ let __VLS_15;
223
+ const __VLS_16 = ({ click: {} },
224
+ { onClick: (...[$event]) => {
225
+ if (!(__VLS_ctx.data?.id &&
226
+ __VLS_ctx.data?.id.toString() != __VLS_ctx.digibotId.toString() &&
227
+ __VLS_ctx.dataProfile?.user_type == 'tenant'))
228
+ return;
229
+ __VLS_ctx.handleActivePlivoSmsChange(!__VLS_ctx.activePlivoSms);
230
+ // @ts-ignore
231
+ [responsive, activePlivoSms, activePlivoSms, loading, handleActivePlivoSmsChange,];
232
+ } });
233
+ const { default: __VLS_17 } = __VLS_13.slots;
234
+ /** @type {[typeof IconSms, ]} */ ;
235
+ // @ts-ignore
236
+ const __VLS_18 = __VLS_asFunctionalComponent(IconSms, new IconSms({}));
237
+ const __VLS_19 = __VLS_18({}, ...__VLS_functionalComponentArgsRest(__VLS_18));
238
+ if (__VLS_ctx.responsive != 'mobile') {
239
+ // @ts-ignore
240
+ [responsive,];
241
+ __VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({
242
+ ...{ class: "hidden md:block" },
243
+ });
244
+ (__VLS_ctx.activePlivoSms ? 'ON' : 'OFF');
245
+ // @ts-ignore
246
+ [activePlivoSms,];
247
+ }
248
+ var __VLS_13;
249
+ }
250
+ if (__VLS_ctx.data?.id &&
251
+ __VLS_ctx.data?.id.toString() != __VLS_ctx.digibotId.toString() &&
252
+ __VLS_ctx.dataProfile?.user_type == 'tenant') {
253
+ // @ts-ignore
254
+ [dataProfile, data, data, digibotId,];
255
+ __VLS_asFunctionalElement(__VLS_elements.button, __VLS_elements.button)({
256
+ ...{ onClick: (...[$event]) => {
257
+ if (!(__VLS_ctx.data?.id &&
258
+ __VLS_ctx.data?.id.toString() != __VLS_ctx.digibotId.toString() &&
259
+ __VLS_ctx.dataProfile?.user_type == 'tenant'))
260
+ return;
261
+ __VLS_ctx.emit('call');
262
+ // @ts-ignore
263
+ [emit,];
264
+ } },
265
+ ...{ class: "shrink-0 flex-center text-chat-primary-dark bg-[#e8f0fe] w-9 h-9 rounded-lg" },
266
+ });
267
+ /** @type {[typeof IconPhone, ]} */ ;
268
+ // @ts-ignore
269
+ const __VLS_22 = __VLS_asFunctionalComponent(IconPhone, new IconPhone({}));
270
+ const __VLS_23 = __VLS_22({}, ...__VLS_functionalComponentArgsRest(__VLS_22));
271
+ }
272
+ if (__VLS_ctx.data?.id &&
273
+ __VLS_ctx.data?.id.toString() != __VLS_ctx.digibotId.toString() &&
274
+ __VLS_ctx.dataProfile?.user_type == 'tenant') {
275
+ // @ts-ignore
276
+ [dataProfile, data, data, digibotId,];
277
+ /** @type {[typeof DropdownBase, typeof DropdownBase, ]} */ ;
278
+ // @ts-ignore
279
+ const __VLS_26 = __VLS_asFunctionalComponent(DropdownBase, new DropdownBase({
280
+ side: "bottom",
281
+ align: "end",
282
+ open: (__VLS_ctx.selectOpen),
283
+ }));
284
+ const __VLS_27 = __VLS_26({
285
+ side: "bottom",
286
+ align: "end",
287
+ open: (__VLS_ctx.selectOpen),
288
+ }, ...__VLS_functionalComponentArgsRest(__VLS_26));
289
+ const { default: __VLS_29 } = __VLS_28.slots;
290
+ // @ts-ignore
291
+ [selectOpen,];
292
+ {
293
+ const { default: __VLS_30 } = __VLS_28.slots;
294
+ __VLS_asFunctionalElement(__VLS_elements.button, __VLS_elements.button)({
295
+ ...{ class: "shrink-0 flex-center w-4" },
296
+ });
297
+ /** @type {[typeof IconMenuDot, ]} */ ;
298
+ // @ts-ignore
299
+ const __VLS_31 = __VLS_asFunctionalComponent(IconMenuDot, new IconMenuDot({
300
+ ...{ class: "scale-[1.2]" },
301
+ }));
302
+ const __VLS_32 = __VLS_31({
303
+ ...{ class: "scale-[1.2]" },
304
+ }, ...__VLS_functionalComponentArgsRest(__VLS_31));
305
+ }
306
+ {
307
+ const { content: __VLS_35 } = __VLS_28.slots;
308
+ __VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
309
+ ...{ class: "text-chat-text" },
310
+ });
311
+ for (const [item, i] of __VLS_getVForSourceType((__VLS_ctx.customerDropContent))) {
312
+ // @ts-ignore
313
+ [customerDropContent,];
314
+ __VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
315
+ ...{ onClick: (...[$event]) => {
316
+ if (!(__VLS_ctx.data?.id &&
317
+ __VLS_ctx.data?.id.toString() != __VLS_ctx.digibotId.toString() &&
318
+ __VLS_ctx.dataProfile?.user_type == 'tenant'))
319
+ return;
320
+ item.click?.();
321
+ } },
322
+ ...{ class: "flex items-center gap-2 p-2 hover:bg-chat-haze-200 duration-200 cursor-pointer rounded-lg" },
323
+ key: (i),
324
+ ...{ class: ({ 'opacity-[0.3] pointer-events-none': item.disabled }) },
325
+ });
326
+ const __VLS_36 = ((item.icon));
327
+ // @ts-ignore
328
+ const __VLS_37 = __VLS_asFunctionalComponent(__VLS_36, new __VLS_36({
329
+ ...{ class: "w-5 h-5" },
330
+ }));
331
+ const __VLS_38 = __VLS_37({
332
+ ...{ class: "w-5 h-5" },
333
+ }, ...__VLS_functionalComponentArgsRest(__VLS_37));
334
+ (item.title);
335
+ }
336
+ }
337
+ var __VLS_28;
338
+ }
339
+ if (__VLS_ctx.parentPageName) {
340
+ // @ts-ignore
341
+ [parentPageName,];
342
+ __VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
343
+ ...{ class: " flex items-center border-chat-gray-5 loading-container h-12" },
344
+ ...{ class: ({ 'show p-4 border-t': __VLS_ctx.customerLoading || __VLS_ctx.tabContent.length }) },
345
+ });
346
+ // @ts-ignore
347
+ [customerLoading, tabContent,];
348
+ /** @type {[typeof BaseSpin, ]} */ ;
349
+ // @ts-ignore
350
+ const __VLS_41 = __VLS_asFunctionalComponent(BaseSpin, new BaseSpin({
351
+ size: (16),
352
+ border: (1),
353
+ }));
354
+ const __VLS_42 = __VLS_41({
355
+ size: (16),
356
+ border: (1),
357
+ }, ...__VLS_functionalComponentArgsRest(__VLS_41));
358
+ __VLS_asFunctionalDirective(__VLS_directives.vShow)(null, { ...__VLS_directiveBindingRestFields, value: (__VLS_ctx.customerLoading) }, null, null);
359
+ // @ts-ignore
360
+ [customerLoading,];
361
+ for (const [tab, i] of __VLS_getVForSourceType((__VLS_ctx.tabContent))) {
362
+ // @ts-ignore
363
+ [tabContent,];
364
+ __VLS_asFunctionalElement(__VLS_elements.button, __VLS_elements.button)({
365
+ ...{ onClick: (...[$event]) => {
366
+ if (!(__VLS_ctx.parentPageName))
367
+ return;
368
+ tab.click?.();
369
+ } },
370
+ key: (i),
371
+ ...{ class: "flex items-center h-8 gap-1.5 px-2.5 py-1 bg-[#e8f0fe] rounded-lg cursor-pointer transition-all duration-200 border-chat-primary text-sm text-chat-primary-dark" },
372
+ });
373
+ const __VLS_45 = ((tab.icon));
374
+ // @ts-ignore
375
+ const __VLS_46 = __VLS_asFunctionalComponent(__VLS_45, new __VLS_45({
376
+ ...{ class: "w-4 h-4" },
377
+ weight: "2.5",
378
+ }));
379
+ const __VLS_47 = __VLS_46({
380
+ ...{ class: "w-4 h-4" },
381
+ weight: "2.5",
382
+ }, ...__VLS_functionalComponentArgsRest(__VLS_46));
383
+ __VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({
384
+ ...{ class: "leading-xs" },
385
+ });
386
+ (tab.label);
387
+ __VLS_asFunctionalElement(__VLS_elements.span, __VLS_elements.span)({
388
+ ...{ class: "font-semibold" },
389
+ });
390
+ (tab.time);
391
+ __VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
392
+ ...{ class: "w-6 h-6 bg-white flex-center rounded-full" },
393
+ });
394
+ /** @type {[typeof IconLink, ]} */ ;
395
+ // @ts-ignore
396
+ const __VLS_50 = __VLS_asFunctionalComponent(IconLink, new IconLink({
397
+ ...{ class: "w-4 h-4" },
398
+ weight: "2.5",
399
+ }));
400
+ const __VLS_51 = __VLS_50({
401
+ ...{ class: "w-4 h-4" },
402
+ weight: "2.5",
403
+ }, ...__VLS_functionalComponentArgsRest(__VLS_50));
404
+ }
405
+ }
406
+ /** @type {__VLS_StyleScopedClasses['w-full']} */ ;
407
+ /** @type {__VLS_StyleScopedClasses['layout-shadow']} */ ;
408
+ /** @type {__VLS_StyleScopedClasses['border-b']} */ ;
409
+ /** @type {__VLS_StyleScopedClasses['border-chat-gray-5']} */ ;
410
+ /** @type {__VLS_StyleScopedClasses['z-10']} */ ;
411
+ /** @type {__VLS_StyleScopedClasses['w-full']} */ ;
412
+ /** @type {__VLS_StyleScopedClasses['flex']} */ ;
413
+ /** @type {__VLS_StyleScopedClasses['items-center']} */ ;
414
+ /** @type {__VLS_StyleScopedClasses['gap-2']} */ ;
415
+ /** @type {__VLS_StyleScopedClasses['overflow-hidden']} */ ;
416
+ /** @type {__VLS_StyleScopedClasses['h-[96px]']} */ ;
417
+ /** @type {__VLS_StyleScopedClasses['px-8']} */ ;
418
+ /** @type {__VLS_StyleScopedClasses['py-4']} */ ;
419
+ /** @type {__VLS_StyleScopedClasses['!px-4']} */ ;
420
+ /** @type {__VLS_StyleScopedClasses['shrink-0']} */ ;
421
+ /** @type {__VLS_StyleScopedClasses['flex']} */ ;
422
+ /** @type {__VLS_StyleScopedClasses['items-center']} */ ;
423
+ /** @type {__VLS_StyleScopedClasses['shrink-0']} */ ;
424
+ /** @type {__VLS_StyleScopedClasses['cursor-pointer']} */ ;
425
+ /** @type {__VLS_StyleScopedClasses['grow']} */ ;
426
+ /** @type {__VLS_StyleScopedClasses['overflow-x-hidden']} */ ;
427
+ /** @type {__VLS_StyleScopedClasses['w-full']} */ ;
428
+ /** @type {__VLS_StyleScopedClasses['flex']} */ ;
429
+ /** @type {__VLS_StyleScopedClasses['justify-between']} */ ;
430
+ /** @type {__VLS_StyleScopedClasses['items-center']} */ ;
431
+ /** @type {__VLS_StyleScopedClasses['gap-4']} */ ;
432
+ /** @type {__VLS_StyleScopedClasses['overflow-hidden']} */ ;
433
+ /** @type {__VLS_StyleScopedClasses['grow']} */ ;
434
+ /** @type {__VLS_StyleScopedClasses['overflow-hidden']} */ ;
435
+ /** @type {__VLS_StyleScopedClasses['cursor-pointer']} */ ;
436
+ /** @type {__VLS_StyleScopedClasses['flex']} */ ;
437
+ /** @type {__VLS_StyleScopedClasses['items-center']} */ ;
438
+ /** @type {__VLS_StyleScopedClasses['truncate']} */ ;
439
+ /** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
440
+ /** @type {__VLS_StyleScopedClasses['truncate']} */ ;
441
+ /** @type {__VLS_StyleScopedClasses['shrink-0']} */ ;
442
+ /** @type {__VLS_StyleScopedClasses['px-1']} */ ;
443
+ /** @type {__VLS_StyleScopedClasses['flex-center']} */ ;
444
+ /** @type {__VLS_StyleScopedClasses['gap-2']} */ ;
445
+ /** @type {__VLS_StyleScopedClasses['text-white']} */ ;
446
+ /** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
447
+ /** @type {__VLS_StyleScopedClasses['w-9']} */ ;
448
+ /** @type {__VLS_StyleScopedClasses['h-9']} */ ;
449
+ /** @type {__VLS_StyleScopedClasses['w-[140px]']} */ ;
450
+ /** @type {__VLS_StyleScopedClasses['hidden']} */ ;
451
+ /** @type {__VLS_StyleScopedClasses['md:block']} */ ;
452
+ /** @type {__VLS_StyleScopedClasses['shrink-0']} */ ;
453
+ /** @type {__VLS_StyleScopedClasses['flex-center']} */ ;
454
+ /** @type {__VLS_StyleScopedClasses['text-chat-primary-dark']} */ ;
455
+ /** @type {__VLS_StyleScopedClasses['bg-[#e8f0fe]']} */ ;
456
+ /** @type {__VLS_StyleScopedClasses['w-9']} */ ;
457
+ /** @type {__VLS_StyleScopedClasses['h-9']} */ ;
458
+ /** @type {__VLS_StyleScopedClasses['rounded-lg']} */ ;
459
+ /** @type {__VLS_StyleScopedClasses['shrink-0']} */ ;
460
+ /** @type {__VLS_StyleScopedClasses['flex-center']} */ ;
461
+ /** @type {__VLS_StyleScopedClasses['w-4']} */ ;
462
+ /** @type {__VLS_StyleScopedClasses['scale-[1.2]']} */ ;
463
+ /** @type {__VLS_StyleScopedClasses['text-chat-text']} */ ;
464
+ /** @type {__VLS_StyleScopedClasses['flex']} */ ;
465
+ /** @type {__VLS_StyleScopedClasses['items-center']} */ ;
466
+ /** @type {__VLS_StyleScopedClasses['gap-2']} */ ;
467
+ /** @type {__VLS_StyleScopedClasses['p-2']} */ ;
468
+ /** @type {__VLS_StyleScopedClasses['hover:bg-chat-haze-200']} */ ;
469
+ /** @type {__VLS_StyleScopedClasses['duration-200']} */ ;
470
+ /** @type {__VLS_StyleScopedClasses['cursor-pointer']} */ ;
471
+ /** @type {__VLS_StyleScopedClasses['rounded-lg']} */ ;
472
+ /** @type {__VLS_StyleScopedClasses['opacity-[0.3]']} */ ;
473
+ /** @type {__VLS_StyleScopedClasses['pointer-events-none']} */ ;
474
+ /** @type {__VLS_StyleScopedClasses['w-5']} */ ;
475
+ /** @type {__VLS_StyleScopedClasses['h-5']} */ ;
476
+ /** @type {__VLS_StyleScopedClasses['flex']} */ ;
477
+ /** @type {__VLS_StyleScopedClasses['items-center']} */ ;
478
+ /** @type {__VLS_StyleScopedClasses['border-chat-gray-5']} */ ;
479
+ /** @type {__VLS_StyleScopedClasses['loading-container']} */ ;
480
+ /** @type {__VLS_StyleScopedClasses['h-12']} */ ;
481
+ /** @type {__VLS_StyleScopedClasses['show']} */ ;
482
+ /** @type {__VLS_StyleScopedClasses['p-4']} */ ;
483
+ /** @type {__VLS_StyleScopedClasses['border-t']} */ ;
484
+ /** @type {__VLS_StyleScopedClasses['flex']} */ ;
485
+ /** @type {__VLS_StyleScopedClasses['items-center']} */ ;
486
+ /** @type {__VLS_StyleScopedClasses['h-8']} */ ;
487
+ /** @type {__VLS_StyleScopedClasses['gap-1.5']} */ ;
488
+ /** @type {__VLS_StyleScopedClasses['px-2.5']} */ ;
489
+ /** @type {__VLS_StyleScopedClasses['py-1']} */ ;
490
+ /** @type {__VLS_StyleScopedClasses['bg-[#e8f0fe]']} */ ;
491
+ /** @type {__VLS_StyleScopedClasses['rounded-lg']} */ ;
492
+ /** @type {__VLS_StyleScopedClasses['cursor-pointer']} */ ;
493
+ /** @type {__VLS_StyleScopedClasses['transition-all']} */ ;
494
+ /** @type {__VLS_StyleScopedClasses['duration-200']} */ ;
495
+ /** @type {__VLS_StyleScopedClasses['border-chat-primary']} */ ;
496
+ /** @type {__VLS_StyleScopedClasses['text-sm']} */ ;
497
+ /** @type {__VLS_StyleScopedClasses['text-chat-primary-dark']} */ ;
498
+ /** @type {__VLS_StyleScopedClasses['w-4']} */ ;
499
+ /** @type {__VLS_StyleScopedClasses['h-4']} */ ;
500
+ /** @type {__VLS_StyleScopedClasses['leading-xs']} */ ;
501
+ /** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
502
+ /** @type {__VLS_StyleScopedClasses['w-6']} */ ;
503
+ /** @type {__VLS_StyleScopedClasses['h-6']} */ ;
504
+ /** @type {__VLS_StyleScopedClasses['bg-white']} */ ;
505
+ /** @type {__VLS_StyleScopedClasses['flex-center']} */ ;
506
+ /** @type {__VLS_StyleScopedClasses['rounded-full']} */ ;
507
+ /** @type {__VLS_StyleScopedClasses['w-4']} */ ;
508
+ /** @type {__VLS_StyleScopedClasses['h-4']} */ ;
509
+ const __VLS_export = (await import('vue')).defineComponent({
510
+ __typeEmits: {},
511
+ __typeProps: {},
512
+ props: {},
513
+ });
514
+ export default {};
@@ -0,0 +1,27 @@
1
+ import type { IResMessage, IResUser } from '../../../types/message';
2
+ import 'vue3-emoji-picker/css';
3
+ import type { PAGE_RESPONSIVE } from '../../../types/chat/global';
4
+ import type { IConversation } from '../../../types/conversation';
5
+ type Props = {
6
+ data: IResUser | null;
7
+ conversation: IConversation | null;
8
+ responsive: PAGE_RESPONSIVE;
9
+ };
10
+ type __VLS_Props = Props;
11
+ type __VLS_ModelProps = {
12
+ modelValue?: string;
13
+ };
14
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
15
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
16
+ clearInput: () => void;
17
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ "update:modelValue": (value: string | undefined) => any;
19
+ } & {
20
+ focus: () => any;
21
+ sendMessage: (val: IResMessage) => any;
22
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
23
+ onFocus?: (() => any) | undefined;
24
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
25
+ onSendMessage?: ((val: IResMessage) => any) | undefined;
26
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
+ export default _default;