@phonghq/go-chat 1.0.7 → 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.
- package/dist/chat/App.vue.d.ts +1 -0
- package/dist/go-chat.es.js +143 -143
- package/dist/go-chat.umd.js +6 -6
- package/dist/style.css +1 -1
- package/dist/test/assets/icons/IconArrowLeft.vue.js +1 -1
- package/dist/test/assets/icons/IconPhone.vue.js +1 -1
- package/dist/test/assets/icons/IconPlan.vue.js +1 -1
- package/dist/test/assets/icons/IconPlus.vue.js +1 -1
- package/dist/test/assets/icons/IconSearch.vue.js +1 -1
- package/dist/test/assets/icons/call/IconMic.vue.js +1 -1
- package/dist/test/assets/icons/call/IconPhone.vue.js +1 -1
- package/dist/test/assets/icons/call/IconPhoneCancel.vue.js +1 -1
- package/dist/test/assets/icons/call/IconSpeaker.vue.js +1 -1
- package/dist/test/assets/icons/customer-appointment/IconFilter.vue.js +1 -1
- package/dist/test/assets/icons/customer-detail/IconArrow.vue.js +1 -1
- package/dist/test/assets/icons/customer-detail/IconCheck.vue.js +1 -1
- package/dist/test/assets/icons/customer-detail/IconDate.vue.js +1 -1
- package/dist/test/assets/icons/customer-detail/IconGroup.vue.js +1 -1
- package/dist/test/assets/icons/customer-detail/IconMessage.vue.js +1 -1
- package/dist/test/assets/icons/customer-detail/IconNote.vue.js +1 -1
- package/dist/test/assets/icons/customer-detail/IconPhone.vue.js +1 -1
- package/dist/test/assets/icons/customer-detail/IconPin.vue.js +1 -1
- package/dist/test/assets/icons/customer-detail/IconSearch.vue.js +1 -1
- package/dist/test/chat/App.vue.js +2 -1
- package/dist/test/chat/page/customer-appointment/CustomerAppointment.vue.js +1 -1
- package/dist/test/chat/page/customer-check-in/CollapseCheckIn.vue.js +1 -1
- package/dist/test/chat/page/customer-check-in/CustomerCheckIn.vue.js +1 -1
- package/dist/test/chat/page/customer-detail/CustomerDetail.vue.js +1 -1
- package/dist/test/chat/page/customer-detail/SubInformation.vue.js +1 -1
- package/dist/test/chat/page/error/Error.vue.js +1 -1
- package/dist/test/chat/page/home/ChatList.vue.js +1 -2
- package/dist/test/chat/page/home/ChatMessage.vue.js +1 -1
- package/dist/test/chat/page/home/Home.vue.js +1 -1
- package/dist/test/chat/page/home/NewCustomer.vue.js +1 -1
- package/dist/test/components/ListenEvent.vue.js +1 -1
- package/dist/test/components/chat/ScrollEvent/ScrollEvent.vue.js +1 -1
- package/dist/test/components/chat/call/Calling.vue.js +1 -1
- package/dist/test/components/chat/card/CardCustomerDetail.vue.js +1 -1
- package/dist/test/components/chat/common/collapse/CollapseBase.vue.js +1 -1
- package/dist/test/components/chat/common/input/InputSearch.vue.js +1 -1
- package/dist/test/components/chat/common/popover/PopoverBase.vue.js +1 -1
- package/dist/test/components/chat/common/spin/BaseSpin.vue.js +1 -1
- package/dist/test/components/chat/customer/Avatar.vue.js +1 -1
- package/dist/test/components/chat/layout/mobile/Footer.vue.js +1 -1
- package/dist/test/components/common/CustomLoading.vue.js +1 -1
- package/dist/test/components/common/Notification/NotificationDescription.vue.js +1 -1
- package/dist/test/components/common/button/ButtonBase.vue.js +1 -1
- package/dist/test/components/common/button/ButtonToggle.vue.js +1 -1
- package/dist/test/components/common/checkbox/CCheckboxNumber.vue.js +1 -1
- package/dist/test/components/common/collapse/BaseCollapse.vue.js +1 -1
- package/dist/test/components/common/collapse/BaseCollapseItem.vue.js +1 -1
- package/dist/test/components/common/drawer/DrawerBase.vue.js +1 -1
- package/dist/test/components/common/dropdown/DropdownBase.vue.js +1 -1
- package/dist/test/components/common/input/CInputSearch.vue.js +1 -1
- package/dist/test/components/common/modal/ModalBase.vue.js +1 -1
- package/dist/test/components/common/popover/PopoverBase.vue.js +1 -1
- package/dist/test/components/common/slider/BaseSlider.vue.js +1 -1
- package/dist/test/components/common/spin/CSpin.vue.js +1 -1
- package/dist/test/components/common/tooltip/TooltipBase.vue.js +1 -1
- package/dist/test/components/layout/Blank.vue.js +1 -1
- package/dist/test/components/layout/Default.vue.js +1 -1
- package/dist/test/components/modal/Confirm.vue.js +1 -1
- package/dist/test/components/ui/button/CButton.vue.js +1 -1
- package/dist/test/components/ui/checkbox/Checkbox.vue.js +1 -1
- package/dist/test/components/ui/collapsible/Collapsible.vue.js +1 -1
- package/dist/test/components/ui/collapsible/CollapsibleContent.vue.js +1 -1
- package/dist/test/components/ui/collapsible/CollapsibleTrigger.vue.js +1 -1
- package/dist/test/components/ui/dialog/Dialog.vue.js +1 -1
- package/dist/test/components/ui/dialog/DialogClose.vue.js +1 -1
- package/dist/test/components/ui/dialog/DialogContent.vue.js +1 -1
- package/dist/test/components/ui/dialog/DialogDescription.vue.js +1 -1
- package/dist/test/components/ui/dialog/DialogFooter.vue.js +1 -1
- package/dist/test/components/ui/dialog/DialogHeader.vue.js +1 -1
- package/dist/test/components/ui/dialog/DialogScrollContent.vue.js +1 -1
- package/dist/test/components/ui/dialog/DialogTitle.vue.js +1 -1
- package/dist/test/components/ui/dialog/DialogTrigger.vue.js +1 -1
- package/dist/test/components/ui/drawer/Drawer.vue.js +1 -1
- package/dist/test/components/ui/drawer/DrawerContent.vue.js +1 -1
- package/dist/test/components/ui/drawer/DrawerDescription.vue.js +1 -1
- package/dist/test/components/ui/drawer/DrawerFooter.vue.js +1 -1
- package/dist/test/components/ui/drawer/DrawerHeader.vue.js +1 -1
- package/dist/test/components/ui/drawer/DrawerOverlay.vue.js +1 -1
- package/dist/test/components/ui/drawer/DrawerTitle.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenu.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuContent.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuGroup.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuItem.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuLabel.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuSeparator.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuShortcut.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuSub.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuSubContent.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.js +1 -1
- package/dist/test/components/ui/dropdown-menu/DropdownMenuTrigger.vue.js +1 -1
- package/dist/test/components/ui/popover/Popover.vue.js +1 -1
- package/dist/test/components/ui/popover/PopoverContent.vue.js +1 -1
- package/dist/test/components/ui/popover/PopoverTrigger.vue.js +1 -1
- package/dist/test/components/ui/radio-group/RadioGroup.vue.js +1 -1
- package/dist/test/components/ui/radio-group/RadioGroupItem.vue.js +1 -1
- package/dist/test/components/ui/slider/Slider.vue.js +1 -1
- package/dist/test/components/ui/switch/Switch.vue.js +1 -1
- 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
|
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
|
// 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';
|