@vue-pdf-viewer/viewer 4.0.0-beta.0 → 4.0.0-beta.2
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/{VPdfViewer.vue_vue_type_style_index_1_scoped_b89b6109_lang-BDA6HkG2.js → VPdfViewer.vue_vue_type_style_index_1_scoped_9dcec999_lang-Bi72CW7K.js} +285 -284
- package/dist/{VPdfViewer.vue_vue_type_style_index_1_scoped_b89b6109_lang-DMA8_Vun.cjs → VPdfViewer.vue_vue_type_style_index_1_scoped_9dcec999_lang-CZEIhxSz.cjs} +4 -4
- package/dist/{index-D1HreucU.cjs → index-B2bnNcQK.cjs} +1 -1
- package/dist/{index-DQJPH6A2.js → index-BAl2kzgK.js} +1 -1
- package/dist/index.cjs +16 -16
- package/dist/index.js +5513 -5490
- package/dist/license.cjs +1 -1
- package/dist/license.js +1 -1
- package/dist/types/components/AppButton.vue.d.ts +11 -17
- package/dist/types/components/AppColorPicker.vue.d.ts +11 -14
- package/dist/types/components/AppFormControl.vue.d.ts +6 -24
- package/dist/types/components/AppIcon.vue.d.ts +3 -13
- package/dist/types/components/AppInput.vue.d.ts +1 -10
- package/dist/types/components/AppLoader.vue.d.ts +13 -18
- package/dist/types/components/AppPopover.vue.d.ts +21 -76
- package/dist/types/components/AppTooltip.vue.d.ts +14 -31
- package/dist/types/components/ColorButton.vue.d.ts +10 -13
- package/dist/types/components/DragFileMask.vue.d.ts +11 -45
- package/dist/types/components/FreeTextPanel.vue.d.ts +9 -1
- package/dist/types/components/FreeTextPanelFontColors.vue.d.ts +8 -1
- package/dist/types/components/FreeTextPanelFontFamilySelector.vue.d.ts +8 -1
- package/dist/types/components/FreeTextPanelFontSizeSelector.vue.d.ts +8 -1
- package/dist/types/components/LayerAnnotation.vue.d.ts +15 -36
- package/dist/types/components/LayerAnnotationEditor.vue.d.ts +3 -18
- package/dist/types/components/LayerAnnotationEditorFreeText.vue.d.ts +20 -31
- package/dist/types/components/LayerAnnotationEditorFreeTextItem.vue.d.ts +8 -19
- package/dist/types/components/LayerAnnotationEditorHighlight.vue.d.ts +22 -31
- package/dist/types/components/LayerAnnotationEditorHighlightItem.vue.d.ts +3 -18
- package/dist/types/components/LayerAnnotationEditorImage.vue.d.ts +13 -20
- package/dist/types/components/LayerAnnotationEditorTextSelectionItem.vue.d.ts +7 -18
- package/dist/types/components/LayerAnnotationEditorTextSelectionItemMenu.vue.d.ts +15 -19
- package/dist/types/components/LayerAnnotationStampResizer.vue.d.ts +7 -17
- package/dist/types/components/LayerCanvas.vue.d.ts +5 -13
- package/dist/types/components/LayerCanvasDetail.vue.d.ts +1 -10
- package/dist/types/components/LayerOverlay.vue.d.ts +15 -35
- package/dist/types/components/LayerText.vue.d.ts +9 -23
- package/dist/types/components/LayerTextHighlight.vue.d.ts +1 -10
- package/dist/types/components/LayerTextSearchHighlight.vue.d.ts +1 -10
- package/dist/types/components/LayerXFA.vue.d.ts +10 -21
- package/dist/types/components/ModalPassword.vue.d.ts +11 -14
- package/dist/types/components/ModalPdfProperties.vue.d.ts +4 -13
- package/dist/types/components/ModalPrintLoadingProgress.vue.d.ts +4 -13
- package/dist/types/components/SwitchAppearance.vue.d.ts +25 -22
- package/dist/types/components/ToolCommentPanel.vue.d.ts +24 -29
- package/dist/types/components/ToolDownload.vue.d.ts +15 -20
- package/dist/types/components/ToolFullscreen.vue.d.ts +16 -21
- package/dist/types/components/ToolMenuOthers.vue.d.ts +37 -76
- package/dist/types/components/ToolMenuOthersMobile.vue.d.ts +7 -12
- package/dist/types/components/ToolOpenFile.vue.d.ts +15 -20
- package/dist/types/components/ToolOpenFileInput.vue.d.ts +3 -4
- package/dist/types/components/ToolPagination.vue.d.ts +26 -60
- package/dist/types/components/ToolPrint.vue.d.ts +10 -27
- package/dist/types/components/ToolSearch.vue.d.ts +23 -57
- package/dist/types/components/ToolThumbnail.vue.d.ts +13 -36
- package/dist/types/components/ToolZoom.vue.d.ts +21 -45
- package/dist/types/components/ToolZoomPercentageMenu.vue.d.ts +7 -18
- package/dist/types/components/VPdfComments.vue.d.ts +6 -17
- package/dist/types/components/VPdfCommentsDate.vue.d.ts +3 -13
- package/dist/types/components/VPdfCommentsHeader.vue.d.ts +3 -13
- package/dist/types/components/VPdfCommentsIcon.vue.d.ts +3 -13
- package/dist/types/components/VPdfCommentsReplies.vue.d.ts +3 -13
- package/dist/types/components/VPdfCommentsSidebar.vue.d.ts +3 -4
- package/dist/types/components/VPdfCommentsText.vue.d.ts +11 -1
- package/dist/types/components/VPdfPage.vue.d.ts +16 -55
- package/dist/types/components/VPdfThumbnail.vue.d.ts +6 -17
- package/dist/types/components/VPdfThumbnails.vue.d.ts +6 -15
- package/dist/types/components/VPdfViewer.vue.d.ts +317 -604
- package/dist/types/components/ui/button/Button.vue.d.ts +8 -41
- package/dist/types/components/ui/button/index.d.ts +1 -1
- package/dist/types/components/ui/checkbox/Checkbox.vue.d.ts +15 -29
- package/dist/types/components/ui/collapsible/Collapsible.vue.d.ts +15 -26
- package/dist/types/components/ui/collapsible/CollapsibleContent.vue.d.ts +9 -24
- package/dist/types/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +9 -24
- package/dist/types/components/ui/dialog/Dialog.vue.d.ts +13 -24
- package/dist/types/components/ui/dialog/DialogClose.vue.d.ts +9 -24
- package/dist/types/components/ui/dialog/DialogContent.vue.d.ts +25 -29
- package/dist/types/components/ui/dialog/DialogDescription.vue.d.ts +11 -29
- package/dist/types/components/ui/dialog/DialogFooter.vue.d.ts +11 -29
- package/dist/types/components/ui/dialog/DialogHeader.vue.d.ts +11 -29
- package/dist/types/components/ui/dialog/DialogTitle.vue.d.ts +11 -29
- package/dist/types/components/ui/dialog/DialogTrigger.vue.d.ts +9 -24
- package/dist/types/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +13 -24
- package/dist/types/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +17 -29
- package/dist/types/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +23 -44
- package/dist/types/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +9 -24
- package/dist/types/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +13 -35
- package/dist/types/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +12 -32
- package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +13 -24
- package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +16 -32
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +3 -13
- package/dist/types/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +11 -29
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +13 -24
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +27 -29
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +11 -29
- package/dist/types/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +9 -24
- package/dist/types/components/ui/input/Input.vue.d.ts +4 -13
- package/dist/types/components/ui/popover/Popover.vue.d.ts +13 -24
- package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +27 -55
- package/dist/types/components/ui/popover/PopoverTrigger.vue.d.ts +9 -24
- package/dist/types/components/ui/progress/Progress.vue.d.ts +4 -23
- package/dist/types/components/ui/select/Select.vue.d.ts +16 -24
- package/dist/types/components/ui/select/SelectContent.vue.d.ts +21 -48
- package/dist/types/components/ui/select/SelectGroup.vue.d.ts +11 -29
- package/dist/types/components/ui/select/SelectItem.vue.d.ts +11 -29
- package/dist/types/components/ui/select/SelectItemText.vue.d.ts +9 -24
- package/dist/types/components/ui/select/SelectLabel.vue.d.ts +11 -29
- package/dist/types/components/ui/select/SelectScrollDownButton.vue.d.ts +11 -29
- package/dist/types/components/ui/select/SelectScrollUpButton.vue.d.ts +11 -29
- package/dist/types/components/ui/select/SelectSeparator.vue.d.ts +3 -13
- package/dist/types/components/ui/select/SelectTrigger.vue.d.ts +11 -29
- package/dist/types/components/ui/select/SelectValue.vue.d.ts +9 -24
- package/dist/types/components/ui/toast/Toast.vue.d.ts +91 -24
- package/dist/types/components/ui/toast/ToastAction.vue.d.ts +11 -29
- package/dist/types/components/ui/toast/ToastClose.vue.d.ts +3 -13
- package/dist/types/components/ui/toast/ToastDescription.vue.d.ts +11 -29
- package/dist/types/components/ui/toast/ToastProvider.vue.d.ts +9 -24
- package/dist/types/components/ui/toast/ToastTitle.vue.d.ts +11 -29
- package/dist/types/components/ui/toast/ToastViewport.vue.d.ts +3 -13
- package/dist/types/components/ui/toast/index.d.ts +1 -1
- package/dist/types/components/ui/tooltip/Tooltip.vue.d.ts +13 -24
- package/dist/types/components/ui/tooltip/TooltipContent.vue.d.ts +17 -44
- package/dist/types/components/ui/tooltip/TooltipProvider.vue.d.ts +9 -24
- package/dist/types/components/ui/tooltip/TooltipTrigger.vue.d.ts +9 -24
- package/dist/types/composables/useAnnotationFreeText.d.ts +454 -248
- package/dist/types/composables/useAnnotationHighlight.d.ts +288 -178
- package/dist/types/composables/useAnnotationStamp.d.ts +344 -212
- package/dist/types/composables/useAnnotationStrikethrough.d.ts +326 -216
- package/dist/types/composables/useAnnotationUnderline.d.ts +326 -216
- package/dist/types/composables/useDownload.d.ts +1 -1
- package/dist/types/composables/usePinch.d.ts +2 -2
- package/dist/types/composables/usePrintControl.d.ts +1 -1
- package/dist/types/composables/useRotation.d.ts +1 -1
- package/dist/types/composables/useScale.d.ts +4 -4
- package/dist/types/const.d.ts +30 -1065
- package/dist/types/utils/CanvasRender.d.ts +0 -1
- package/dist/types/utils/searchHighlight.d.ts +1 -1
- package/dist/types/utils/types.d.ts +4 -3
- package/package.json +12 -5
|
@@ -1,35 +1,17 @@
|
|
|
1
1
|
import type { SelectLabelProps } from 'reka-ui';
|
|
2
2
|
import type { HTMLAttributes } from 'vue';
|
|
3
|
-
|
|
4
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectLabelProps & {
|
|
5
|
-
class?: HTMLAttributes['class'];
|
|
6
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
|
-
P: {};
|
|
8
|
-
B: {};
|
|
9
|
-
D: {};
|
|
10
|
-
C: {};
|
|
11
|
-
M: {};
|
|
12
|
-
Defaults: {};
|
|
13
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectLabelProps & {
|
|
14
|
-
class?: HTMLAttributes['class'];
|
|
15
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
16
|
-
__isFragment?: undefined;
|
|
17
|
-
__isTeleport?: undefined;
|
|
18
|
-
__isSuspense?: undefined;
|
|
19
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectLabelProps & {
|
|
3
|
+
type __VLS_Props = SelectLabelProps & {
|
|
20
4
|
class?: HTMLAttributes['class'];
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_6: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_6) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: 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>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
12
|
export default _default;
|
|
27
|
-
type
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
34
16
|
};
|
|
35
17
|
};
|
|
@@ -1,35 +1,17 @@
|
|
|
1
1
|
import type { SelectScrollDownButtonProps } from 'reka-ui';
|
|
2
2
|
import type { HTMLAttributes } from 'vue';
|
|
3
|
-
|
|
4
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollDownButtonProps & {
|
|
5
|
-
class?: HTMLAttributes['class'];
|
|
6
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
|
-
P: {};
|
|
8
|
-
B: {};
|
|
9
|
-
D: {};
|
|
10
|
-
C: {};
|
|
11
|
-
M: {};
|
|
12
|
-
Defaults: {};
|
|
13
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollDownButtonProps & {
|
|
14
|
-
class?: HTMLAttributes['class'];
|
|
15
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
16
|
-
__isFragment?: undefined;
|
|
17
|
-
__isTeleport?: undefined;
|
|
18
|
-
__isSuspense?: undefined;
|
|
19
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollDownButtonProps & {
|
|
3
|
+
type __VLS_Props = SelectScrollDownButtonProps & {
|
|
20
4
|
class?: HTMLAttributes['class'];
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_6: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_6) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: 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>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
12
|
export default _default;
|
|
27
|
-
type
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
34
16
|
};
|
|
35
17
|
};
|
|
@@ -1,35 +1,17 @@
|
|
|
1
1
|
import type { SelectScrollUpButtonProps } from 'reka-ui';
|
|
2
2
|
import type { HTMLAttributes } from 'vue';
|
|
3
|
-
|
|
4
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollUpButtonProps & {
|
|
5
|
-
class?: HTMLAttributes['class'];
|
|
6
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
|
-
P: {};
|
|
8
|
-
B: {};
|
|
9
|
-
D: {};
|
|
10
|
-
C: {};
|
|
11
|
-
M: {};
|
|
12
|
-
Defaults: {};
|
|
13
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollUpButtonProps & {
|
|
14
|
-
class?: HTMLAttributes['class'];
|
|
15
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
16
|
-
__isFragment?: undefined;
|
|
17
|
-
__isTeleport?: undefined;
|
|
18
|
-
__isSuspense?: undefined;
|
|
19
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectScrollUpButtonProps & {
|
|
3
|
+
type __VLS_Props = SelectScrollUpButtonProps & {
|
|
20
4
|
class?: HTMLAttributes['class'];
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_6: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_6) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: 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>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
12
|
export default _default;
|
|
27
|
-
type
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
34
16
|
};
|
|
35
17
|
};
|
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
import type { SelectSeparatorProps } from 'reka-ui';
|
|
2
2
|
import type { HTMLAttributes } from 'vue';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = SelectSeparatorProps & {
|
|
4
4
|
class?: HTMLAttributes['class'];
|
|
5
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectSeparatorProps & {
|
|
6
|
-
class?: HTMLAttributes['class'];
|
|
7
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: import('vue').PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
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;
|
|
@@ -1,35 +1,17 @@
|
|
|
1
1
|
import type { SelectTriggerProps } from 'reka-ui';
|
|
2
2
|
import type { HTMLAttributes } from 'vue';
|
|
3
|
-
|
|
4
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectTriggerProps & {
|
|
5
|
-
class?: HTMLAttributes['class'];
|
|
6
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
|
-
P: {};
|
|
8
|
-
B: {};
|
|
9
|
-
D: {};
|
|
10
|
-
C: {};
|
|
11
|
-
M: {};
|
|
12
|
-
Defaults: {};
|
|
13
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectTriggerProps & {
|
|
14
|
-
class?: HTMLAttributes['class'];
|
|
15
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
16
|
-
__isFragment?: undefined;
|
|
17
|
-
__isTeleport?: undefined;
|
|
18
|
-
__isSuspense?: undefined;
|
|
19
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectTriggerProps & {
|
|
3
|
+
type __VLS_Props = SelectTriggerProps & {
|
|
20
4
|
class?: HTMLAttributes['class'];
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_6: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_6) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: 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>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
12
|
export default _default;
|
|
27
|
-
type
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
34
16
|
};
|
|
35
17
|
};
|
|
@@ -1,28 +1,13 @@
|
|
|
1
1
|
import type { SelectValueProps } from 'reka-ui';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
M: {};
|
|
9
|
-
Defaults: {};
|
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectValueProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
|
-
__isFragment?: undefined;
|
|
12
|
-
__isTeleport?: undefined;
|
|
13
|
-
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SelectValueProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
15
|
-
$slots: {
|
|
16
|
-
default: (_: {}) => any;
|
|
17
|
-
};
|
|
18
|
-
});
|
|
2
|
+
declare var __VLS_6: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_6) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<SelectValueProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
19
8
|
export default _default;
|
|
20
|
-
type
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
+
new (): {
|
|
11
|
+
$slots: S;
|
|
27
12
|
};
|
|
28
13
|
};
|
|
@@ -1,28 +1,95 @@
|
|
|
1
1
|
import { type ToastProps } from '.';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
2
|
+
declare var __VLS_10: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_10) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<ToastProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
pause: () => any;
|
|
8
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
9
|
+
"update:open": (value: boolean) => any;
|
|
10
|
+
resume: () => any;
|
|
11
|
+
swipeStart: (event: {
|
|
12
|
+
currentTarget: EventTarget & HTMLElement;
|
|
13
|
+
} & Omit<CustomEvent<{
|
|
14
|
+
originalEvent: PointerEvent;
|
|
15
|
+
delta: {
|
|
16
|
+
x: number;
|
|
17
|
+
y: number;
|
|
18
|
+
};
|
|
19
|
+
}>, "currentTarget">) => any;
|
|
20
|
+
swipeMove: (event: {
|
|
21
|
+
currentTarget: EventTarget & HTMLElement;
|
|
22
|
+
} & Omit<CustomEvent<{
|
|
23
|
+
originalEvent: PointerEvent;
|
|
24
|
+
delta: {
|
|
25
|
+
x: number;
|
|
26
|
+
y: number;
|
|
27
|
+
};
|
|
28
|
+
}>, "currentTarget">) => any;
|
|
29
|
+
swipeCancel: (event: {
|
|
30
|
+
currentTarget: EventTarget & HTMLElement;
|
|
31
|
+
} & Omit<CustomEvent<{
|
|
32
|
+
originalEvent: PointerEvent;
|
|
33
|
+
delta: {
|
|
34
|
+
x: number;
|
|
35
|
+
y: number;
|
|
36
|
+
};
|
|
37
|
+
}>, "currentTarget">) => any;
|
|
38
|
+
swipeEnd: (event: {
|
|
39
|
+
currentTarget: EventTarget & HTMLElement;
|
|
40
|
+
} & Omit<CustomEvent<{
|
|
41
|
+
originalEvent: PointerEvent;
|
|
42
|
+
delta: {
|
|
43
|
+
x: number;
|
|
44
|
+
y: number;
|
|
45
|
+
};
|
|
46
|
+
}>, "currentTarget">) => any;
|
|
47
|
+
}, string, import("vue").PublicProps, Readonly<ToastProps> & Readonly<{
|
|
48
|
+
onPause?: (() => any) | undefined;
|
|
49
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
50
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
51
|
+
onResume?: (() => any) | undefined;
|
|
52
|
+
onSwipeStart?: ((event: {
|
|
53
|
+
currentTarget: EventTarget & HTMLElement;
|
|
54
|
+
} & Omit<CustomEvent<{
|
|
55
|
+
originalEvent: PointerEvent;
|
|
56
|
+
delta: {
|
|
57
|
+
x: number;
|
|
58
|
+
y: number;
|
|
59
|
+
};
|
|
60
|
+
}>, "currentTarget">) => any) | undefined;
|
|
61
|
+
onSwipeMove?: ((event: {
|
|
62
|
+
currentTarget: EventTarget & HTMLElement;
|
|
63
|
+
} & Omit<CustomEvent<{
|
|
64
|
+
originalEvent: PointerEvent;
|
|
65
|
+
delta: {
|
|
66
|
+
x: number;
|
|
67
|
+
y: number;
|
|
68
|
+
};
|
|
69
|
+
}>, "currentTarget">) => any) | undefined;
|
|
70
|
+
onSwipeCancel?: ((event: {
|
|
71
|
+
currentTarget: EventTarget & HTMLElement;
|
|
72
|
+
} & Omit<CustomEvent<{
|
|
73
|
+
originalEvent: PointerEvent;
|
|
74
|
+
delta: {
|
|
75
|
+
x: number;
|
|
76
|
+
y: number;
|
|
77
|
+
};
|
|
78
|
+
}>, "currentTarget">) => any) | undefined;
|
|
79
|
+
onSwipeEnd?: ((event: {
|
|
80
|
+
currentTarget: EventTarget & HTMLElement;
|
|
81
|
+
} & Omit<CustomEvent<{
|
|
82
|
+
originalEvent: PointerEvent;
|
|
83
|
+
delta: {
|
|
84
|
+
x: number;
|
|
85
|
+
y: number;
|
|
86
|
+
};
|
|
87
|
+
}>, "currentTarget">) => any) | undefined;
|
|
88
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
89
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
19
90
|
export default _default;
|
|
20
|
-
type
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
91
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
92
|
+
new (): {
|
|
93
|
+
$slots: S;
|
|
27
94
|
};
|
|
28
95
|
};
|
|
@@ -1,35 +1,17 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'vue';
|
|
2
2
|
import { type ToastActionProps } from 'reka-ui';
|
|
3
|
-
|
|
4
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastActionProps & {
|
|
5
|
-
class?: HTMLAttributes['class'];
|
|
6
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
|
-
P: {};
|
|
8
|
-
B: {};
|
|
9
|
-
D: {};
|
|
10
|
-
C: {};
|
|
11
|
-
M: {};
|
|
12
|
-
Defaults: {};
|
|
13
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastActionProps & {
|
|
14
|
-
class?: HTMLAttributes['class'];
|
|
15
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
16
|
-
__isFragment?: undefined;
|
|
17
|
-
__isTeleport?: undefined;
|
|
18
|
-
__isSuspense?: undefined;
|
|
19
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastActionProps & {
|
|
3
|
+
type __VLS_Props = ToastActionProps & {
|
|
20
4
|
class?: HTMLAttributes['class'];
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_6: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_6) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: 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>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
12
|
export default _default;
|
|
27
|
-
type
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
34
16
|
};
|
|
35
17
|
};
|
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'vue';
|
|
2
2
|
import { type ToastCloseProps } from 'reka-ui';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = ToastCloseProps & {
|
|
4
4
|
class?: HTMLAttributes['class'];
|
|
5
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastCloseProps & {
|
|
6
|
-
class?: HTMLAttributes['class'];
|
|
7
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: import('vue').PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
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;
|
|
@@ -1,35 +1,17 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'vue';
|
|
2
2
|
import { type ToastDescriptionProps } from 'reka-ui';
|
|
3
|
-
|
|
4
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastDescriptionProps & {
|
|
5
|
-
class?: HTMLAttributes['class'];
|
|
6
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
|
-
P: {};
|
|
8
|
-
B: {};
|
|
9
|
-
D: {};
|
|
10
|
-
C: {};
|
|
11
|
-
M: {};
|
|
12
|
-
Defaults: {};
|
|
13
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastDescriptionProps & {
|
|
14
|
-
class?: HTMLAttributes['class'];
|
|
15
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
16
|
-
__isFragment?: undefined;
|
|
17
|
-
__isTeleport?: undefined;
|
|
18
|
-
__isSuspense?: undefined;
|
|
19
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastDescriptionProps & {
|
|
3
|
+
type __VLS_Props = ToastDescriptionProps & {
|
|
20
4
|
class?: HTMLAttributes['class'];
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_6: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_6) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: 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>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
12
|
export default _default;
|
|
27
|
-
type
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
34
16
|
};
|
|
35
17
|
};
|
|
@@ -1,28 +1,13 @@
|
|
|
1
1
|
import { type ToastProviderProps } from 'reka-ui';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
M: {};
|
|
9
|
-
Defaults: {};
|
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastProviderProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
|
-
__isFragment?: undefined;
|
|
12
|
-
__isTeleport?: undefined;
|
|
13
|
-
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastProviderProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
15
|
-
$slots: {
|
|
16
|
-
default: (_: {}) => any;
|
|
17
|
-
};
|
|
18
|
-
});
|
|
2
|
+
declare var __VLS_6: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_6) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<ToastProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
19
8
|
export default _default;
|
|
20
|
-
type
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
+
new (): {
|
|
11
|
+
$slots: S;
|
|
27
12
|
};
|
|
28
13
|
};
|
|
@@ -1,35 +1,17 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'vue';
|
|
2
2
|
import { type ToastTitleProps } from 'reka-ui';
|
|
3
|
-
|
|
4
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastTitleProps & {
|
|
5
|
-
class?: HTMLAttributes['class'];
|
|
6
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
|
-
P: {};
|
|
8
|
-
B: {};
|
|
9
|
-
D: {};
|
|
10
|
-
C: {};
|
|
11
|
-
M: {};
|
|
12
|
-
Defaults: {};
|
|
13
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastTitleProps & {
|
|
14
|
-
class?: HTMLAttributes['class'];
|
|
15
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
16
|
-
__isFragment?: undefined;
|
|
17
|
-
__isTeleport?: undefined;
|
|
18
|
-
__isSuspense?: undefined;
|
|
19
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastTitleProps & {
|
|
3
|
+
type __VLS_Props = ToastTitleProps & {
|
|
20
4
|
class?: HTMLAttributes['class'];
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_6: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_6) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: 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>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
12
|
export default _default;
|
|
27
|
-
type
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
34
16
|
};
|
|
35
17
|
};
|
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'vue';
|
|
2
2
|
import { type ToastViewportProps } from 'reka-ui';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = ToastViewportProps & {
|
|
4
4
|
class?: HTMLAttributes['class'];
|
|
5
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ToastViewportProps & {
|
|
6
|
-
class?: HTMLAttributes['class'];
|
|
7
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: import('vue').PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
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;
|
|
@@ -12,7 +12,7 @@ export { toast, useToast } from './use-toast';
|
|
|
12
12
|
import { type VariantProps } from 'class-variance-authority';
|
|
13
13
|
export declare const toastVariants: (props?: ({
|
|
14
14
|
variant?: "default" | "destructive" | null | undefined;
|
|
15
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
15
|
+
} & import("class-variance-authority/dist/types.js").ClassProp) | undefined) => string;
|
|
16
16
|
type ToastVariants = VariantProps<typeof toastVariants>;
|
|
17
17
|
export interface ToastProps extends ToastRootProps {
|
|
18
18
|
class?: HTMLAttributes['class'];
|