@phonghq/go-chat 1.0.8 → 1.0.9

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 (105) hide show
  1. package/dist/chat/App.vue.d.ts +1 -0
  2. package/dist/go-chat.es.js +143 -143
  3. package/dist/go-chat.umd.js +6 -6
  4. package/dist/style.css +1 -1
  5. package/dist/test/assets/icons/IconArrowLeft.vue.js +1 -1
  6. package/dist/test/assets/icons/IconPhone.vue.js +1 -1
  7. package/dist/test/assets/icons/IconPlan.vue.js +1 -1
  8. package/dist/test/assets/icons/IconPlus.vue.js +1 -1
  9. package/dist/test/assets/icons/IconSearch.vue.js +1 -1
  10. package/dist/test/assets/icons/call/IconMic.vue.js +1 -1
  11. package/dist/test/assets/icons/call/IconPhone.vue.js +1 -1
  12. package/dist/test/assets/icons/call/IconPhoneCancel.vue.js +1 -1
  13. package/dist/test/assets/icons/call/IconSpeaker.vue.js +1 -1
  14. package/dist/test/assets/icons/customer-appointment/IconFilter.vue.js +1 -1
  15. package/dist/test/assets/icons/customer-detail/IconArrow.vue.js +1 -1
  16. package/dist/test/assets/icons/customer-detail/IconCheck.vue.js +1 -1
  17. package/dist/test/assets/icons/customer-detail/IconDate.vue.js +1 -1
  18. package/dist/test/assets/icons/customer-detail/IconGroup.vue.js +1 -1
  19. package/dist/test/assets/icons/customer-detail/IconMessage.vue.js +1 -1
  20. package/dist/test/assets/icons/customer-detail/IconNote.vue.js +1 -1
  21. package/dist/test/assets/icons/customer-detail/IconPhone.vue.js +1 -1
  22. package/dist/test/assets/icons/customer-detail/IconPin.vue.js +1 -1
  23. package/dist/test/assets/icons/customer-detail/IconSearch.vue.js +1 -1
  24. package/dist/test/chat/App.vue.js +2 -1
  25. package/dist/test/chat/page/customer-appointment/CustomerAppointment.vue.js +1 -1
  26. package/dist/test/chat/page/customer-check-in/CollapseCheckIn.vue.js +1 -1
  27. package/dist/test/chat/page/customer-check-in/CustomerCheckIn.vue.js +1 -1
  28. package/dist/test/chat/page/customer-detail/CustomerDetail.vue.js +1 -1
  29. package/dist/test/chat/page/customer-detail/SubInformation.vue.js +1 -1
  30. package/dist/test/chat/page/error/Error.vue.js +1 -1
  31. package/dist/test/chat/page/home/ChatList.vue.js +1 -2
  32. package/dist/test/chat/page/home/ChatMessage.vue.js +1 -1
  33. package/dist/test/chat/page/home/Home.vue.js +1 -1
  34. package/dist/test/chat/page/home/NewCustomer.vue.js +1 -1
  35. package/dist/test/components/ListenEvent.vue.js +1 -1
  36. package/dist/test/components/chat/ScrollEvent/ScrollEvent.vue.js +1 -1
  37. package/dist/test/components/chat/call/Calling.vue.js +1 -1
  38. package/dist/test/components/chat/card/CardCustomerDetail.vue.js +1 -1
  39. package/dist/test/components/chat/common/collapse/CollapseBase.vue.js +1 -1
  40. package/dist/test/components/chat/common/input/InputSearch.vue.js +1 -1
  41. package/dist/test/components/chat/common/popover/PopoverBase.vue.js +1 -1
  42. package/dist/test/components/chat/common/spin/BaseSpin.vue.js +1 -1
  43. package/dist/test/components/chat/customer/Avatar.vue.js +1 -1
  44. package/dist/test/components/chat/layout/mobile/Footer.vue.js +1 -1
  45. package/dist/test/components/common/CustomLoading.vue.js +1 -1
  46. package/dist/test/components/common/Notification/NotificationDescription.vue.js +1 -1
  47. package/dist/test/components/common/button/ButtonBase.vue.js +1 -1
  48. package/dist/test/components/common/button/ButtonToggle.vue.js +1 -1
  49. package/dist/test/components/common/checkbox/CCheckboxNumber.vue.js +1 -1
  50. package/dist/test/components/common/collapse/BaseCollapse.vue.js +1 -1
  51. package/dist/test/components/common/collapse/BaseCollapseItem.vue.js +1 -1
  52. package/dist/test/components/common/drawer/DrawerBase.vue.js +1 -1
  53. package/dist/test/components/common/dropdown/DropdownBase.vue.js +1 -1
  54. package/dist/test/components/common/input/CInputSearch.vue.js +1 -1
  55. package/dist/test/components/common/modal/ModalBase.vue.js +1 -1
  56. package/dist/test/components/common/popover/PopoverBase.vue.js +1 -1
  57. package/dist/test/components/common/slider/BaseSlider.vue.js +1 -1
  58. package/dist/test/components/common/spin/CSpin.vue.js +1 -1
  59. package/dist/test/components/common/tooltip/TooltipBase.vue.js +1 -1
  60. package/dist/test/components/layout/Blank.vue.js +1 -1
  61. package/dist/test/components/layout/Default.vue.js +1 -1
  62. package/dist/test/components/modal/Confirm.vue.js +1 -1
  63. package/dist/test/components/ui/button/CButton.vue.js +1 -1
  64. package/dist/test/components/ui/checkbox/Checkbox.vue.js +1 -1
  65. package/dist/test/components/ui/collapsible/Collapsible.vue.js +1 -1
  66. package/dist/test/components/ui/collapsible/CollapsibleContent.vue.js +1 -1
  67. package/dist/test/components/ui/collapsible/CollapsibleTrigger.vue.js +1 -1
  68. package/dist/test/components/ui/dialog/Dialog.vue.js +1 -1
  69. package/dist/test/components/ui/dialog/DialogClose.vue.js +1 -1
  70. package/dist/test/components/ui/dialog/DialogContent.vue.js +1 -1
  71. package/dist/test/components/ui/dialog/DialogDescription.vue.js +1 -1
  72. package/dist/test/components/ui/dialog/DialogFooter.vue.js +1 -1
  73. package/dist/test/components/ui/dialog/DialogHeader.vue.js +1 -1
  74. package/dist/test/components/ui/dialog/DialogScrollContent.vue.js +1 -1
  75. package/dist/test/components/ui/dialog/DialogTitle.vue.js +1 -1
  76. package/dist/test/components/ui/dialog/DialogTrigger.vue.js +1 -1
  77. package/dist/test/components/ui/drawer/Drawer.vue.js +1 -1
  78. package/dist/test/components/ui/drawer/DrawerContent.vue.js +1 -1
  79. package/dist/test/components/ui/drawer/DrawerDescription.vue.js +1 -1
  80. package/dist/test/components/ui/drawer/DrawerFooter.vue.js +1 -1
  81. package/dist/test/components/ui/drawer/DrawerHeader.vue.js +1 -1
  82. package/dist/test/components/ui/drawer/DrawerOverlay.vue.js +1 -1
  83. package/dist/test/components/ui/drawer/DrawerTitle.vue.js +1 -1
  84. package/dist/test/components/ui/dropdown-menu/DropdownMenu.vue.js +1 -1
  85. package/dist/test/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.js +1 -1
  86. package/dist/test/components/ui/dropdown-menu/DropdownMenuContent.vue.js +1 -1
  87. package/dist/test/components/ui/dropdown-menu/DropdownMenuGroup.vue.js +1 -1
  88. package/dist/test/components/ui/dropdown-menu/DropdownMenuItem.vue.js +1 -1
  89. package/dist/test/components/ui/dropdown-menu/DropdownMenuLabel.vue.js +1 -1
  90. package/dist/test/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.js +1 -1
  91. package/dist/test/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.js +1 -1
  92. package/dist/test/components/ui/dropdown-menu/DropdownMenuSeparator.vue.js +1 -1
  93. package/dist/test/components/ui/dropdown-menu/DropdownMenuShortcut.vue.js +1 -1
  94. package/dist/test/components/ui/dropdown-menu/DropdownMenuSub.vue.js +1 -1
  95. package/dist/test/components/ui/dropdown-menu/DropdownMenuSubContent.vue.js +1 -1
  96. package/dist/test/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.js +1 -1
  97. package/dist/test/components/ui/dropdown-menu/DropdownMenuTrigger.vue.js +1 -1
  98. package/dist/test/components/ui/popover/Popover.vue.js +1 -1
  99. package/dist/test/components/ui/popover/PopoverContent.vue.js +1 -1
  100. package/dist/test/components/ui/popover/PopoverTrigger.vue.js +1 -1
  101. package/dist/test/components/ui/radio-group/RadioGroup.vue.js +1 -1
  102. package/dist/test/components/ui/radio-group/RadioGroupItem.vue.js +1 -1
  103. package/dist/test/components/ui/slider/Slider.vue.js +1 -1
  104. package/dist/test/components/ui/switch/Switch.vue.js +1 -1
  105. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  defineOptions({
3
3
  inheritAttrs: false
4
4
  });
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { ref } from 'vue';
3
3
  const props = withDefaults(defineProps(), {
4
4
  placement: 'bottom',
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { computed } from 'vue';
3
3
  import { CSlider } from "../../../components/ui/slider";
4
4
  const props = withDefaults(defineProps(), {});
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { onMounted, computed } from 'vue';
3
3
  const props = withDefaults(defineProps(), {
4
4
  size: 48,
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
3
3
  const __VLS_ctx = {};
4
4
  let __VLS_elements;
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
3
3
  const __VLS_ctx = {
4
4
  ...{},
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  // COMPONENT
3
3
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
4
4
  const __VLS_ctx = {};
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { ref, onBeforeUnmount, onMounted } from 'vue';
3
3
  import ModalBase from '../../components/common/modal/ModalBase.vue';
4
4
  import ButtonBase from '../../components/common/button/ButtonBase.vue';
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { Primitive } from "reka-ui";
3
3
  import { cn } from "../../../lib/utils";
4
4
  import { buttonVariants } from "./c-button";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { Check } from "lucide-vue-next";
4
4
  import { CheckboxIndicator, CheckboxRoot, useForwardPropsEmits } from "reka-ui";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { CollapsibleRoot, useForwardPropsEmits } from "reka-ui";
3
3
  const props = defineProps();
4
4
  const emits = defineEmits();
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { CollapsibleContent } from "reka-ui";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { CollapsibleTrigger } from "reka-ui";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { DialogRoot, useForwardPropsEmits } from 'reka-ui';
3
3
  defineOptions({ inheritAttrs: false });
4
4
  const props = defineProps();
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { DialogClose } from "reka-ui";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { computed } from 'vue';
3
3
  import { reactiveOmit } from "@vueuse/core";
4
4
  import { DialogContent, DialogOverlay, DialogPortal, useForwardPropsEmits, } from "reka-ui";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { DialogDescription, useForwardProps } from "reka-ui";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { cn } from "../../../lib/utils";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { cn } from "../../../lib/utils";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { computed } from 'vue';
3
3
  import { reactiveOmit } from '@vueuse/core';
4
4
  import { DialogContent, DialogOverlay, DialogPortal, useForwardPropsEmits } from 'reka-ui';
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { DialogTitle, useForwardProps } from "reka-ui";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { DialogTrigger } from "reka-ui";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { useForwardPropsEmits } from "reka-ui";
3
3
  import { DrawerRoot } from "vaul-vue";
4
4
  const props = withDefaults(defineProps(), {
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { computed } from 'vue';
3
3
  import { useForwardPropsEmits } from 'reka-ui';
4
4
  import { DrawerContent, DrawerPortal } from 'vaul-vue';
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { DrawerDescription } from "vaul-vue";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { cn } from "../../../lib/utils";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { cn } from "../../../lib/utils";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { DrawerOverlay } from "vaul-vue";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { DrawerTitle } from "vaul-vue";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { DropdownMenuRoot, useForwardPropsEmits } from "reka-ui";
3
3
  const props = defineProps();
4
4
  const emits = defineEmits();
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { Check } from "lucide-vue-next";
4
4
  import { DropdownMenuCheckboxItem, DropdownMenuItemIndicator, useForwardPropsEmits, } from "reka-ui";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { DropdownMenuContent, DropdownMenuPortal, useForwardPropsEmits, } from "reka-ui";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { DropdownMenuGroup } from "reka-ui";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { DropdownMenuItem, useForwardProps } from "reka-ui";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { DropdownMenuLabel, useForwardProps } from "reka-ui";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { DropdownMenuRadioGroup, useForwardPropsEmits, } from "reka-ui";
3
3
  const props = defineProps();
4
4
  const emits = defineEmits();
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { Circle } from "lucide-vue-next";
4
4
  import { DropdownMenuItemIndicator, DropdownMenuRadioItem, useForwardPropsEmits, } from "reka-ui";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { DropdownMenuSeparator, } from "reka-ui";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { cn } from "../../../lib/utils";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { DropdownMenuSub, useForwardPropsEmits, } from "reka-ui";
3
3
  const props = defineProps();
4
4
  const emits = defineEmits();
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { DropdownMenuSubContent, useForwardPropsEmits, } from "reka-ui";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { ChevronRight } from "lucide-vue-next";
4
4
  import { DropdownMenuSubTrigger, useForwardProps, } from "reka-ui";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { DropdownMenuTrigger, useForwardProps } from "reka-ui";
3
3
  const props = defineProps();
4
4
  const forwardedProps = useForwardProps(props);
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { PopoverRoot, useForwardPropsEmits } from "reka-ui";
3
3
  const props = defineProps();
4
4
  const emits = defineEmits();
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { PopoverContent, PopoverPortal, useForwardPropsEmits, } from "reka-ui";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { PopoverTrigger } from "reka-ui";
3
3
  const props = defineProps();
4
4
  debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { RadioGroupRoot, useForwardPropsEmits } from "reka-ui";
4
4
  import { cn } from "../../../lib/utils";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from "@vueuse/core";
3
3
  import { Circle } from "lucide-vue-next";
4
4
  import { RadioGroupIndicator, RadioGroupItem, useForwardProps, } from "reka-ui";
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from '@vueuse/core';
3
3
  import { SliderRange, SliderRoot, SliderThumb, SliderTrack, useForwardPropsEmits } from 'reka-ui';
4
4
  import { cn } from '../../../lib/utils';
@@ -1,4 +1,4 @@
1
- /// <reference types="C:/phonghq/go-chat/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
1
+ /// <reference types="C:/phonghq/go-chat-v2/node_modules/.vue-global-types/vue_3.5_0.d.ts" />
2
2
  import { reactiveOmit } from '@vueuse/core';
3
3
  import { SwitchRoot, SwitchThumb, useForwardPropsEmits } from 'reka-ui';
4
4
  import { cn } from '../../../lib/utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phonghq/go-chat",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist"