@outtalent-dev/shared 1.1.0
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/README.md +77 -0
- package/dist/components/ui/badge/Badge.d.ts +15 -0
- package/dist/components/ui/badge/Badge.d.ts.map +1 -0
- package/dist/components/ui/badge/index.d.ts +2 -0
- package/dist/components/ui/badge/index.d.ts.map +1 -0
- package/dist/components/ui/button/Button.d.ts +20 -0
- package/dist/components/ui/button/Button.d.ts.map +1 -0
- package/dist/components/ui/button/index.d.ts +8 -0
- package/dist/components/ui/button/index.d.ts.map +1 -0
- package/dist/components/ui/calendar/Calendar.d.ts +14 -0
- package/dist/components/ui/calendar/Calendar.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarCell.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarCell.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarCellTrigger.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarCellTrigger.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGrid.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarGrid.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGridBody.d.ts +11 -0
- package/dist/components/ui/calendar/CalendarGridBody.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGridHead.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarGridHead.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarGridRow.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarGridRow.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarHeadCell.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarHeadCell.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarHeader.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarHeader.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarHeading.d.ts +21 -0
- package/dist/components/ui/calendar/CalendarHeading.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarNextButton.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarNextButton.d.ts.map +1 -0
- package/dist/components/ui/calendar/CalendarPrevButton.d.ts +15 -0
- package/dist/components/ui/calendar/CalendarPrevButton.d.ts.map +1 -0
- package/dist/components/ui/calendar/index.d.ts +13 -0
- package/dist/components/ui/calendar/index.d.ts.map +1 -0
- package/dist/components/ui/checkbox/Checkbox.d.ts +19 -0
- package/dist/components/ui/checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox/index.d.ts +2 -0
- package/dist/components/ui/checkbox/index.d.ts.map +1 -0
- package/dist/components/ui/combobox/Combobox.d.ts +26 -0
- package/dist/components/ui/combobox/Combobox.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxAnchor.d.ts +15 -0
- package/dist/components/ui/combobox/ComboboxAnchor.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxEmpty.d.ts +15 -0
- package/dist/components/ui/combobox/ComboboxEmpty.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxGroup.d.ts +16 -0
- package/dist/components/ui/combobox/ComboboxGroup.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxInput.d.ts +19 -0
- package/dist/components/ui/combobox/ComboboxInput.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxItem.d.ts +19 -0
- package/dist/components/ui/combobox/ComboboxItem.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxList.d.ts +29 -0
- package/dist/components/ui/combobox/ComboboxList.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxSeparator.d.ts +15 -0
- package/dist/components/ui/combobox/ComboboxSeparator.d.ts.map +1 -0
- package/dist/components/ui/combobox/index.d.ts +10 -0
- package/dist/components/ui/combobox/index.d.ts.map +1 -0
- package/dist/components/ui/dialog/Dialog.d.ts +15 -0
- package/dist/components/ui/dialog/Dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.d.ts +11 -0
- package/dist/components/ui/dialog/DialogClose.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.d.ts +29 -0
- package/dist/components/ui/dialog/DialogContent.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogDescription.d.ts +15 -0
- package/dist/components/ui/dialog/DialogDescription.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.d.ts +14 -0
- package/dist/components/ui/dialog/DialogFooter.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.d.ts +14 -0
- package/dist/components/ui/dialog/DialogHeader.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogScrollContent.d.ts +29 -0
- package/dist/components/ui/dialog/DialogScrollContent.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.d.ts +15 -0
- package/dist/components/ui/dialog/DialogTitle.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.d.ts +11 -0
- package/dist/components/ui/dialog/DialogTrigger.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +10 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/form/FormControl.d.ts +10 -0
- package/dist/components/ui/form/FormControl.d.ts.map +1 -0
- package/dist/components/ui/form/FormDescription.d.ts +14 -0
- package/dist/components/ui/form/FormDescription.d.ts.map +1 -0
- package/dist/components/ui/form/FormItem.d.ts +14 -0
- package/dist/components/ui/form/FormItem.d.ts.map +1 -0
- package/dist/components/ui/form/FormLabel.d.ts +15 -0
- package/dist/components/ui/form/FormLabel.d.ts.map +1 -0
- package/dist/components/ui/form/FormMessage.d.ts +3 -0
- package/dist/components/ui/form/FormMessage.d.ts.map +1 -0
- package/dist/components/ui/form/index.d.ts +9 -0
- package/dist/components/ui/form/index.d.ts.map +1 -0
- package/dist/components/ui/form/injectionKeys.d.ts +3 -0
- package/dist/components/ui/form/injectionKeys.d.ts.map +1 -0
- package/dist/components/ui/form/useFormField.d.ts +12 -0
- package/dist/components/ui/form/useFormField.d.ts.map +1 -0
- package/dist/components/ui/hover-card/HoverCard.d.ts +15 -0
- package/dist/components/ui/hover-card/HoverCard.d.ts.map +1 -0
- package/dist/components/ui/hover-card/HoverCardContent.d.ts +17 -0
- package/dist/components/ui/hover-card/HoverCardContent.d.ts.map +1 -0
- package/dist/components/ui/hover-card/HoverCardTrigger.d.ts +11 -0
- package/dist/components/ui/hover-card/HoverCardTrigger.d.ts.map +1 -0
- package/dist/components/ui/hover-card/index.d.ts +4 -0
- package/dist/components/ui/hover-card/index.d.ts.map +1 -0
- package/dist/components/ui/input/Input.d.ts +19 -0
- package/dist/components/ui/input/Input.d.ts.map +1 -0
- package/dist/components/ui/input/index.d.ts +2 -0
- package/dist/components/ui/input/index.d.ts.map +1 -0
- package/dist/components/ui/label/Label.d.ts +15 -0
- package/dist/components/ui/label/Label.d.ts.map +1 -0
- package/dist/components/ui/label/index.d.ts +2 -0
- package/dist/components/ui/label/index.d.ts.map +1 -0
- package/dist/components/ui/popover/Popover.d.ts +15 -0
- package/dist/components/ui/popover/Popover.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.d.ts +32 -0
- package/dist/components/ui/popover/PopoverContent.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverTrigger.d.ts +11 -0
- package/dist/components/ui/popover/PopoverTrigger.d.ts.map +1 -0
- package/dist/components/ui/popover/index.d.ts +5 -0
- package/dist/components/ui/popover/index.d.ts.map +1 -0
- package/dist/components/ui/select/Select.d.ts +18 -0
- package/dist/components/ui/select/Select.d.ts.map +1 -0
- package/dist/components/ui/select/SelectContent.d.ts +25 -0
- package/dist/components/ui/select/SelectContent.d.ts.map +1 -0
- package/dist/components/ui/select/SelectGroup.d.ts +15 -0
- package/dist/components/ui/select/SelectGroup.d.ts.map +1 -0
- package/dist/components/ui/select/SelectItem.d.ts +15 -0
- package/dist/components/ui/select/SelectItem.d.ts.map +1 -0
- package/dist/components/ui/select/SelectItemText.d.ts +11 -0
- package/dist/components/ui/select/SelectItemText.d.ts.map +1 -0
- package/dist/components/ui/select/SelectLabel.d.ts +15 -0
- package/dist/components/ui/select/SelectLabel.d.ts.map +1 -0
- package/dist/components/ui/select/SelectScrollDownButton.d.ts +15 -0
- package/dist/components/ui/select/SelectScrollDownButton.d.ts.map +1 -0
- package/dist/components/ui/select/SelectScrollUpButton.d.ts +15 -0
- package/dist/components/ui/select/SelectScrollUpButton.d.ts.map +1 -0
- package/dist/components/ui/select/SelectSeparator.d.ts +8 -0
- package/dist/components/ui/select/SelectSeparator.d.ts.map +1 -0
- package/dist/components/ui/select/SelectTrigger.d.ts +15 -0
- package/dist/components/ui/select/SelectTrigger.d.ts.map +1 -0
- package/dist/components/ui/select/SelectValue.d.ts +11 -0
- package/dist/components/ui/select/SelectValue.d.ts.map +1 -0
- package/dist/components/ui/select/index.d.ts +12 -0
- package/dist/components/ui/select/index.d.ts.map +1 -0
- package/dist/components/ui/switch/Switch.d.ts +19 -0
- package/dist/components/ui/switch/Switch.d.ts.map +1 -0
- package/dist/components/ui/switch/index.d.ts +2 -0
- package/dist/components/ui/switch/index.d.ts.map +1 -0
- package/dist/components/ui/textarea/Textarea.d.ts +13 -0
- package/dist/components/ui/textarea/Textarea.d.ts.map +1 -0
- package/dist/components/ui/textarea/index.d.ts +2 -0
- package/dist/components/ui/textarea/index.d.ts.map +1 -0
- package/dist/components/ui/toast/Toast.d.ts +93 -0
- package/dist/components/ui/toast/Toast.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastAction.d.ts +15 -0
- package/dist/components/ui/toast/ToastAction.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastClose.d.ts +8 -0
- package/dist/components/ui/toast/ToastClose.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastDescription.d.ts +15 -0
- package/dist/components/ui/toast/ToastDescription.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastProvider.d.ts +11 -0
- package/dist/components/ui/toast/ToastProvider.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastTitle.d.ts +15 -0
- package/dist/components/ui/toast/ToastTitle.d.ts.map +1 -0
- package/dist/components/ui/toast/ToastViewport.d.ts +8 -0
- package/dist/components/ui/toast/ToastViewport.d.ts.map +1 -0
- package/dist/components/ui/toast/Toaster.d.ts +3 -0
- package/dist/components/ui/toast/Toaster.d.ts.map +1 -0
- package/dist/components/ui/toast/index.d.ts +22 -0
- package/dist/components/ui/toast/index.d.ts.map +1 -0
- package/dist/components/ui/toast/use-toast.d.ts +275 -0
- package/dist/components/ui/toast/use-toast.d.ts.map +1 -0
- package/dist/composables/usePrivacy.d.ts +5 -0
- package/dist/composables/usePrivacy.d.ts.map +1 -0
- package/dist/composables/useSidebarStateSync.d.ts +20 -0
- package/dist/composables/useSidebarStateSync.d.ts.map +1 -0
- package/dist/constants/platformLinks.d.ts +9 -0
- package/dist/constants/platformLinks.d.ts.map +1 -0
- package/dist/index.d.ts +24 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2010 -0
- package/dist/types/user.d.ts +84 -0
- package/dist/types/user.d.ts.map +1 -0
- package/dist/utils/api.d.ts +27 -0
- package/dist/utils/api.d.ts.map +1 -0
- package/dist/utils/cn.d.ts +3 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/debounce.d.ts +4 -0
- package/dist/utils/debounce.d.ts.map +1 -0
- package/dist/utils/jwtDecoder.d.ts +7 -0
- package/dist/utils/jwtDecoder.d.ts.map +1 -0
- package/package.json +75 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopoverContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/PopoverContent.vue"],"names":[],"mappings":"AAkDA,OAAO,EAGL,KAAK,mBAAmB,EAGzB,MAAM,SAAS,CAAA;AAChB,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAMnD,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;;;;;;;;;;;;;;;;;;AAyG7E,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PopoverTriggerProps } from 'reka-ui';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
}>;
|
|
5
|
+
export default _default;
|
|
6
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
7
|
+
new (): {
|
|
8
|
+
$slots: S;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=PopoverTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopoverTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/PopoverTrigger.vue"],"names":[],"mappings":"AAaA,OAAO,EAAkB,KAAK,mBAAmB,EAAE,MAAM,SAAS,CAAA;;;;AA8DlE,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { SelectRootProps } from 'reka-ui';
|
|
2
|
+
type __VLS_Props = SelectRootProps;
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
|
+
"update:modelValue": (value: import('reka-ui').AcceptableValue) => any;
|
|
5
|
+
"update:open": (value: boolean) => any;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
"onUpdate:modelValue"?: ((value: import('reka-ui').AcceptableValue) => any) | undefined;
|
|
8
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
}>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Select.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/Select.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAmB,eAAe,EAAE,MAAM,SAAS,CAAA;AAG/D,KAAK,WAAW,GAAG,eAAe,CAAC;;;;;;;;;;AAmEnC,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { SelectContentProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = SelectContentProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
8
|
+
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
9
|
+
closeAutoFocus: (event: Event) => any;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
12
|
+
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
13
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
position: "popper" | "item-aligned";
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
17
|
+
default?(_: {}): any;
|
|
18
|
+
}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=SelectContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectContent.vue"],"names":[],"mappings":"AAsDA,OAAO,EAGL,KAAK,kBAAkB,EAIxB,MAAM,SAAS,CAAA;AAChB,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAOnD,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;;;;;;;;;;;AAmI5E,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SelectGroupProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = SelectGroupProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SelectGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectGroup.vue"],"names":[],"mappings":"AAqBA,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAC5D,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAEnD,KAAK,WAAW,GAAG,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAqE1E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SelectItemProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = SelectItemProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SelectItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectItem.vue"],"names":[],"mappings":"AA+CA,OAAO,EAGL,KAAK,eAAe,EAGrB,MAAM,SAAS,CAAA;AAChB,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAEnD,KAAK,WAAW,GAAG,eAAe,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAmHzE,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SelectItemTextProps } from 'reka-ui';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<SelectItemTextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
}>;
|
|
5
|
+
export default _default;
|
|
6
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
7
|
+
new (): {
|
|
8
|
+
$slots: S;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=SelectItemText.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectItemText.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectItemText.vue"],"names":[],"mappings":"AAaA,OAAO,EAAkB,KAAK,mBAAmB,EAAE,MAAM,SAAS,CAAA;;;;AA8DlE,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { SelectLabelProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = SelectLabelProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SelectLabel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectLabel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectLabel.vue"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE5D,KAAK,WAAW,GAAG,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AA+D1E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SelectScrollDownButtonProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = SelectScrollDownButtonProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SelectScrollDownButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectScrollDownButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectScrollDownButton.vue"],"names":[],"mappings":"AA2BA,OAAO,EAA0B,KAAK,2BAA2B,EAAmB,MAAM,SAAS,CAAA;AACnG,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAEnD,KAAK,WAAW,GAAG,2BAA2B,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAgFrF,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SelectScrollUpButtonProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = SelectScrollUpButtonProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SelectScrollUpButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectScrollUpButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectScrollUpButton.vue"],"names":[],"mappings":"AA2BA,OAAO,EAAwB,KAAK,yBAAyB,EAAmB,MAAM,SAAS,CAAA;AAC/F,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAEnD,KAAK,WAAW,GAAG,yBAAyB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAgFnF,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SelectSeparatorProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = SelectSeparatorProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=SelectSeparator.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectSeparator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectSeparator.vue"],"names":[],"mappings":"AAmBA,OAAO,EAAmB,KAAK,oBAAoB,EAAE,MAAM,SAAS,CAAA;AACpE,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAEnD,KAAK,WAAW,GAAG,oBAAoB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;AAyD9E,wBAOG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SelectTriggerProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = SelectTriggerProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SelectTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectTrigger.vue"],"names":[],"mappings":"AAkCA,OAAO,EAA6B,KAAK,kBAAkB,EAAmB,MAAM,SAAS,CAAA;AAC7F,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAEnD,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAsG5E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SelectValueProps } from 'reka-ui';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<SelectValueProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
}>;
|
|
5
|
+
export default _default;
|
|
6
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
7
|
+
new (): {
|
|
8
|
+
$slots: S;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=SelectValue.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectValue.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/SelectValue.vue"],"names":[],"mappings":"AAaA,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,SAAS,CAAA;;;;AA8D5D,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { default as Select } from './Select';
|
|
2
|
+
export { default as SelectContent } from './SelectContent';
|
|
3
|
+
export { default as SelectGroup } from './SelectGroup';
|
|
4
|
+
export { default as SelectItem } from './SelectItem';
|
|
5
|
+
export { default as SelectItemText } from './SelectItemText';
|
|
6
|
+
export { default as SelectLabel } from './SelectLabel';
|
|
7
|
+
export { default as SelectScrollDownButton } from './SelectScrollDownButton';
|
|
8
|
+
export { default as SelectScrollUpButton } from './SelectScrollUpButton';
|
|
9
|
+
export { default as SelectSeparator } from './SelectSeparator';
|
|
10
|
+
export { default as SelectTrigger } from './SelectTrigger';
|
|
11
|
+
export { default as SelectValue } from './SelectValue';
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AAChF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,4BAA4B,CAAA;AAC5E,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SwitchRootProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
type __VLS_Props = SwitchRootProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (payload: boolean) => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
11
|
+
thumb?(_: {}): any;
|
|
12
|
+
}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=Switch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/switch/Switch.vue"],"names":[],"mappings":"AAyCA,OAAO,EAGL,KAAK,eAAe,EAGrB,MAAM,SAAS,CAAA;AAChB,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAEnD,KAAK,WAAW,GAAG,eAAe,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;;;;;AA8FzE,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
class?: HTMLAttributes['class'];
|
|
4
|
+
defaultValue?: string | number;
|
|
5
|
+
modelValue?: string | number;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
|
+
"update:modelValue": (payload: string | number) => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTextAreaElement>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=Textarea.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Textarea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/textarea/Textarea.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC9B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAC7B,CAAC;;;;;;AAqDF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/textarea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { ToastProps } from '.';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<ToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
pause: () => any;
|
|
4
|
+
"update:open": (value: boolean) => any;
|
|
5
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
6
|
+
resume: () => any;
|
|
7
|
+
swipeStart: (event: {
|
|
8
|
+
currentTarget: EventTarget & HTMLElement;
|
|
9
|
+
} & Omit<CustomEvent<{
|
|
10
|
+
originalEvent: PointerEvent;
|
|
11
|
+
delta: {
|
|
12
|
+
x: number;
|
|
13
|
+
y: number;
|
|
14
|
+
};
|
|
15
|
+
}>, "currentTarget">) => any;
|
|
16
|
+
swipeMove: (event: {
|
|
17
|
+
currentTarget: EventTarget & HTMLElement;
|
|
18
|
+
} & Omit<CustomEvent<{
|
|
19
|
+
originalEvent: PointerEvent;
|
|
20
|
+
delta: {
|
|
21
|
+
x: number;
|
|
22
|
+
y: number;
|
|
23
|
+
};
|
|
24
|
+
}>, "currentTarget">) => any;
|
|
25
|
+
swipeCancel: (event: {
|
|
26
|
+
currentTarget: EventTarget & HTMLElement;
|
|
27
|
+
} & Omit<CustomEvent<{
|
|
28
|
+
originalEvent: PointerEvent;
|
|
29
|
+
delta: {
|
|
30
|
+
x: number;
|
|
31
|
+
y: number;
|
|
32
|
+
};
|
|
33
|
+
}>, "currentTarget">) => any;
|
|
34
|
+
swipeEnd: (event: {
|
|
35
|
+
currentTarget: EventTarget & HTMLElement;
|
|
36
|
+
} & Omit<CustomEvent<{
|
|
37
|
+
originalEvent: PointerEvent;
|
|
38
|
+
delta: {
|
|
39
|
+
x: number;
|
|
40
|
+
y: number;
|
|
41
|
+
};
|
|
42
|
+
}>, "currentTarget">) => any;
|
|
43
|
+
}, string, import('vue').PublicProps, Readonly<ToastProps> & Readonly<{
|
|
44
|
+
onPause?: (() => any) | undefined;
|
|
45
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
46
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
47
|
+
onResume?: (() => any) | undefined;
|
|
48
|
+
onSwipeStart?: ((event: {
|
|
49
|
+
currentTarget: EventTarget & HTMLElement;
|
|
50
|
+
} & Omit<CustomEvent<{
|
|
51
|
+
originalEvent: PointerEvent;
|
|
52
|
+
delta: {
|
|
53
|
+
x: number;
|
|
54
|
+
y: number;
|
|
55
|
+
};
|
|
56
|
+
}>, "currentTarget">) => any) | undefined;
|
|
57
|
+
onSwipeMove?: ((event: {
|
|
58
|
+
currentTarget: EventTarget & HTMLElement;
|
|
59
|
+
} & Omit<CustomEvent<{
|
|
60
|
+
originalEvent: PointerEvent;
|
|
61
|
+
delta: {
|
|
62
|
+
x: number;
|
|
63
|
+
y: number;
|
|
64
|
+
};
|
|
65
|
+
}>, "currentTarget">) => any) | undefined;
|
|
66
|
+
onSwipeCancel?: ((event: {
|
|
67
|
+
currentTarget: EventTarget & HTMLElement;
|
|
68
|
+
} & Omit<CustomEvent<{
|
|
69
|
+
originalEvent: PointerEvent;
|
|
70
|
+
delta: {
|
|
71
|
+
x: number;
|
|
72
|
+
y: number;
|
|
73
|
+
};
|
|
74
|
+
}>, "currentTarget">) => any) | undefined;
|
|
75
|
+
onSwipeEnd?: ((event: {
|
|
76
|
+
currentTarget: EventTarget & HTMLElement;
|
|
77
|
+
} & Omit<CustomEvent<{
|
|
78
|
+
originalEvent: PointerEvent;
|
|
79
|
+
delta: {
|
|
80
|
+
x: number;
|
|
81
|
+
y: number;
|
|
82
|
+
};
|
|
83
|
+
}>, "currentTarget">) => any) | undefined;
|
|
84
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
85
|
+
default?(_: {}): any;
|
|
86
|
+
}>;
|
|
87
|
+
export default _default;
|
|
88
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
89
|
+
new (): {
|
|
90
|
+
$slots: S;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
//# sourceMappingURL=Toast.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toast/Toast.vue"],"names":[],"mappings":"AA6BA,OAAO,EAAE,KAAK,UAAU,EAAiB,MAAM,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmFlD,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { ToastActionProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = ToastActionProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=ToastAction.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToastAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toast/ToastAction.vue"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAG5D,KAAK,WAAW,GAAG,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAkE1E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { ToastCloseProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = ToastCloseProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=ToastClose.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToastClose.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toast/ToastClose.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAGzC,OAAO,EAAc,KAAK,eAAe,EAAE,MAAM,SAAS,CAAA;AAG1D,KAAK,WAAW,GAAG,eAAe,GAAG;IACnC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;;AAkEF,wBAOG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { ToastDescriptionProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = ToastDescriptionProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=ToastDescription.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToastDescription.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toast/ToastDescription.vue"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAoB,KAAK,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAGtE,KAAK,WAAW,GAAG,qBAAqB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAkE/E,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ToastProviderProps } from 'reka-ui';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<ToastProviderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
}>;
|
|
5
|
+
export default _default;
|
|
6
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
7
|
+
new (): {
|
|
8
|
+
$slots: S;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=ToastProvider.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToastProvider.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toast/ToastProvider.vue"],"names":[],"mappings":"AAaA,OAAO,EAAiB,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAA;;;;AA8DhE,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { ToastTitleProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = ToastTitleProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=ToastTitle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToastTitle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toast/ToastTitle.vue"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAc,KAAK,eAAe,EAAE,MAAM,SAAS,CAAA;AAG1D,KAAK,WAAW,GAAG,eAAe,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;;;AAkEzE,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { ToastViewportProps } from 'reka-ui';
|
|
3
|
+
type __VLS_Props = ToastViewportProps & {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=ToastViewport.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToastViewport.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toast/ToastViewport.vue"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAiB,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAGhE,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;;AAsD5E,wBAOG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Toaster.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toaster.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toast/Toaster.vue"],"names":[],"mappings":";AA0KA,wBAMG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ToastRootProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
|
4
|
+
export { default as Toast } from './Toast';
|
|
5
|
+
export { default as ToastAction } from './ToastAction';
|
|
6
|
+
export { default as ToastClose } from './ToastClose';
|
|
7
|
+
export { default as ToastDescription } from './ToastDescription';
|
|
8
|
+
export { default as Toaster } from './Toaster';
|
|
9
|
+
export { default as ToastProvider } from './ToastProvider';
|
|
10
|
+
export { default as ToastTitle } from './ToastTitle';
|
|
11
|
+
export { default as ToastViewport } from './ToastViewport';
|
|
12
|
+
export { toast, useToast } from './use-toast';
|
|
13
|
+
export declare const toastVariants: (props?: ({
|
|
14
|
+
variant?: "default" | "destructive" | null | undefined;
|
|
15
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
16
|
+
type ToastVariants = VariantProps<typeof toastVariants>;
|
|
17
|
+
export interface ToastProps extends ToastRootProps {
|
|
18
|
+
class?: HTMLAttributes['class'];
|
|
19
|
+
variant?: ToastVariants['variant'];
|
|
20
|
+
onOpenChange?: ((value: boolean) => void) | undefined;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toast/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAE7C,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAEjE,eAAO,MAAM,aAAa;;8EAczB,CAAA;AAED,KAAK,aAAa,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAA;AAEvD,MAAM,WAAW,UAAW,SAAQ,cAAc;IAChD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAA;IAClC,YAAY,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;CACtD"}
|