@vue-pdf-viewer/viewer 1.9.0-beta.2 → 1.9.0-beta.3
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/arrow-up-CPZlMhbK.js +20 -0
- package/dist/check-BkaH7nrH.js +21 -0
- package/dist/chevron-down-BSFTOkiu.js +21 -0
- package/dist/clear-CasZmBPr.js +31 -0
- package/dist/close-BgsD04zx.js +21 -0
- package/dist/download-DCHGUHXx.js +21 -0
- package/dist/drag-icon-DrZ8KB-6.js +18 -0
- package/dist/drag-icon-dark-DeSCzOds.js +17 -0
- package/dist/ellipsis-vertical-Cjbi7utY.js +21 -0
- package/dist/file-BD05gONj.js +21 -0
- package/dist/first-page-CRwMJORv.js +20 -0
- package/dist/fullscreen-BmHQQPIs.js +21 -0
- package/dist/hand-B1v6mSWQ.js +21 -0
- package/dist/index.js +4173 -4173
- package/dist/index.umd.cjs +15 -15
- package/dist/info-DXpOTVKn.js +21 -0
- package/dist/last-page-Dp9anrA0.js +20 -0
- package/dist/magnifier-Dep29X1B.js +21 -0
- package/dist/moon-Dw-MII-V.js +21 -0
- package/dist/page-view-dual-DCLg-YkG.js +21 -0
- package/dist/page-view-single-CWOhdavX.js +21 -0
- package/dist/pointer-jfdFDx4z.js +21 -0
- package/dist/printer-B8qbXO9F.js +21 -0
- package/dist/rotate-counter-clockwise-DFl9ijSR.js +21 -0
- package/dist/scrolling-horizontal-JO2P2O-8.js +23 -0
- package/dist/scrolling-page-y5Rrmrnm.js +23 -0
- package/dist/scrolling-vertical-D9MCCss9.js +23 -0
- package/dist/scrolling-wrapped-CYbEHLH6.js +23 -0
- package/dist/sun-BhyBd5LA.js +21 -0
- package/dist/thumbnail-BMmN_jSl.js +21 -0
- package/dist/types/components/AppButton.vue.d.ts +3 -3
- package/dist/types/components/AppFormControl.vue.d.ts +3 -3
- package/dist/types/components/AppIcon.vue.d.ts +3 -3
- package/dist/types/components/AppInput.vue.d.ts +1 -1
- package/dist/types/components/AppLoader.vue.d.ts +3 -3
- package/dist/types/components/AppTooltip.vue.d.ts +4 -6
- package/dist/types/components/DragFileMask.vue.d.ts +8 -12
- package/dist/types/components/LayerAnnotation.vue.d.ts +4 -4
- package/dist/types/components/LayerCanvas.vue.d.ts +3 -3
- package/dist/types/components/LayerText.vue.d.ts +4 -4
- package/dist/types/components/LayerTextSearchHighlight.vue.d.ts +1 -1
- package/dist/types/components/LayerXFA.vue.d.ts +4 -4
- package/dist/types/components/ModalPassword.vue.d.ts +3 -3
- package/dist/types/components/ModalPdfProperties.vue.d.ts +3 -3
- package/dist/types/components/ModalPrintLoadingProgress.vue.d.ts +3 -3
- package/dist/types/components/SwitchAppearance.vue.d.ts +3 -3
- package/dist/types/components/ToolDownload.vue.d.ts +3 -3
- package/dist/types/components/ToolFullscreen.vue.d.ts +3 -3
- package/dist/types/components/ToolMenuOthers.vue.d.ts +9 -20
- package/dist/types/components/ToolMenuOthersMobile.vue.d.ts +2 -2
- package/dist/types/components/ToolOpenFile.vue.d.ts +3 -3
- package/dist/types/components/ToolOpenFileInput.vue.d.ts +2 -2
- package/dist/types/components/ToolPagination.vue.d.ts +9 -16
- package/dist/types/components/ToolPrint.vue.d.ts +3 -3
- package/dist/types/components/ToolSearch.vue.d.ts +8 -14
- package/dist/types/components/ToolThumbnail.vue.d.ts +8 -10
- package/dist/types/components/ToolZoom.vue.d.ts +9 -15
- package/dist/types/components/ToolZoomPercentageMenu.vue.d.ts +4 -4
- package/dist/types/components/VPdfPage.vue.d.ts +1 -65
- package/dist/types/components/VPdfSplitter.vue.d.ts +1 -1
- package/dist/types/components/VPdfThumbnail.vue.d.ts +3 -3
- package/dist/types/components/VPdfThumbnails.vue.d.ts +4 -4
- package/dist/types/components/VPdfViewer.vue.d.ts +15 -85
- package/dist/types/components/ui/button/Button.vue.d.ts +6 -8
- package/dist/types/components/ui/checkbox/Checkbox.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/Dialog.vue.d.ts +3 -3
- package/dist/types/components/ui/dialog/DialogClose.vue.d.ts +3 -3
- package/dist/types/components/ui/dialog/DialogContent.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/DialogDescription.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/DialogFooter.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/DialogHeader.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/DialogTitle.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/DialogTrigger.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +4 -6
- package/dist/types/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +6 -10
- package/dist/types/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +4 -7
- package/dist/types/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +4 -7
- package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +4 -6
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +4 -6
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +4 -6
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +4 -6
- package/dist/types/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +3 -3
- package/dist/types/components/ui/input/Input.vue.d.ts +3 -3
- package/dist/types/components/ui/popover/Popover.vue.d.ts +3 -3
- package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +6 -12
- package/dist/types/components/ui/popover/PopoverTrigger.vue.d.ts +3 -3
- package/dist/types/components/ui/progress/Progress.vue.d.ts +4 -4
- package/dist/types/components/ui/tooltip/Tooltip.vue.d.ts +3 -3
- package/dist/types/components/ui/tooltip/TooltipContent.vue.d.ts +6 -10
- package/dist/types/components/ui/tooltip/TooltipProvider.vue.d.ts +3 -3
- package/dist/types/components/ui/tooltip/TooltipTrigger.vue.d.ts +3 -3
- package/dist/types/composables/usePdf.d.ts +3 -3
- package/dist/types/composables/usePdfPagesSizes.d.ts +2 -2
- package/dist/types/composables/useSearch.d.ts +1 -1
- package/dist/types/const.d.ts +8 -26
- package/dist/zoom-in-qogh-J7e.js +21 -0
- package/dist/zoom-out-BFzERV6_.js +21 -0
- package/package.json +1 -1
- package/dist/arrow-up-CZcWar0V.js +0 -20
- package/dist/check-BDQ_1xOK.js +0 -21
- package/dist/chevron-down-BGvKkqoz.js +0 -21
- package/dist/clear-BdBsR989.js +0 -31
- package/dist/close-NzOObvir.js +0 -21
- package/dist/download-DwxdC2cz.js +0 -21
- package/dist/drag-icon-CJSwJaYj.js +0 -18
- package/dist/drag-icon-dark-DslxK0op.js +0 -17
- package/dist/ellipsis-vertical-DU4RrfN8.js +0 -21
- package/dist/file-CKOtlAnB.js +0 -21
- package/dist/first-page-D2sUix1F.js +0 -20
- package/dist/fullscreen-CDD3D91y.js +0 -21
- package/dist/hand-BdufQ7PJ.js +0 -21
- package/dist/info-CqXPnBJe.js +0 -21
- package/dist/last-page-BlLcdVDC.js +0 -20
- package/dist/magnifier-D5effak1.js +0 -21
- package/dist/moon-jjKfhCeP.js +0 -21
- package/dist/page-view-dual-DzyLa1r0.js +0 -21
- package/dist/page-view-single-CAQXbP-i.js +0 -21
- package/dist/pointer-CosfQ2Bj.js +0 -21
- package/dist/printer-CZndb-XY.js +0 -21
- package/dist/rotate-counter-clockwise-BnC8SAwc.js +0 -21
- package/dist/scrolling-horizontal-D1qDwmpQ.js +0 -23
- package/dist/scrolling-page-lV73lZIc.js +0 -23
- package/dist/scrolling-vertical-DzrChdnV.js +0 -23
- package/dist/scrolling-wrapped-CvhUpxbI.js +0 -23
- package/dist/sun-f_yo-49i.js +0 -21
- package/dist/thumbnail-BrLTlvMi.js +0 -21
- package/dist/zoom-in-MHWLskY5.js +0 -21
- package/dist/zoom-out-BOe91xpp.js +0 -21
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type DropdownMenuContentProps } from 'radix-vue';
|
|
3
3
|
declare const _default: {
|
|
4
|
-
new (...args: any[]): import("vue").
|
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DropdownMenuContentProps & {
|
|
5
5
|
class?: HTMLAttributes['class'];
|
|
6
6
|
}>, {
|
|
7
7
|
sideOffset: number;
|
|
8
|
-
}
|
|
9
|
-
class?: HTMLAttributes['class'];
|
|
10
|
-
}>, {
|
|
11
|
-
sideOffset: number;
|
|
12
|
-
}>>>, {
|
|
8
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
13
9
|
sideOffset: number;
|
|
14
|
-
}, true, {}, {}, {
|
|
10
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
15
11
|
P: {};
|
|
16
12
|
B: {};
|
|
17
13
|
D: {};
|
|
@@ -22,7 +18,7 @@ declare const _default: {
|
|
|
22
18
|
class?: HTMLAttributes['class'];
|
|
23
19
|
}>, {
|
|
24
20
|
sideOffset: number;
|
|
25
|
-
}
|
|
21
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
26
22
|
sideOffset: number;
|
|
27
23
|
}>;
|
|
28
24
|
__isFragment?: undefined;
|
|
@@ -32,9 +28,9 @@ declare const _default: {
|
|
|
32
28
|
class?: HTMLAttributes['class'];
|
|
33
29
|
}>, {
|
|
34
30
|
sideOffset: number;
|
|
35
|
-
}
|
|
31
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
36
32
|
sideOffset: number;
|
|
37
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
33
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
38
34
|
$slots: {
|
|
39
35
|
default: (_: {}) => any;
|
|
40
36
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { type DropdownMenuGroupProps } from 'radix-vue';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
new (...args: any[]): import("vue").
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuGroupProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4
4
|
P: {};
|
|
5
5
|
B: {};
|
|
6
6
|
D: {};
|
|
7
7
|
C: {};
|
|
8
8
|
M: {};
|
|
9
9
|
Defaults: {};
|
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuGroupProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuGroupProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuGroupProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuGroupProps>>> & 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
15
|
$slots: {
|
|
16
16
|
default: (_: {}) => any;
|
|
17
17
|
};
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type DropdownMenuItemProps } from 'radix-vue';
|
|
3
3
|
declare const _default: {
|
|
4
|
-
new (...args: any[]): import("vue").
|
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuItemProps & {
|
|
5
5
|
class?: HTMLAttributes['class'];
|
|
6
6
|
inset?: boolean | undefined;
|
|
7
|
-
}
|
|
8
|
-
class?: HTMLAttributes['class'];
|
|
9
|
-
inset?: boolean | undefined;
|
|
10
|
-
}>>>, {}, true, {}, {}, {
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
11
8
|
P: {};
|
|
12
9
|
B: {};
|
|
13
10
|
D: {};
|
|
@@ -17,14 +14,14 @@ declare const _default: {
|
|
|
17
14
|
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuItemProps & {
|
|
18
15
|
class?: HTMLAttributes['class'];
|
|
19
16
|
inset?: boolean | undefined;
|
|
20
|
-
}
|
|
17
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
21
18
|
__isFragment?: undefined;
|
|
22
19
|
__isTeleport?: undefined;
|
|
23
20
|
__isSuspense?: undefined;
|
|
24
21
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuItemProps & {
|
|
25
22
|
class?: HTMLAttributes['class'];
|
|
26
23
|
inset?: boolean | undefined;
|
|
27
|
-
}
|
|
24
|
+
}>>> & 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 () => {
|
|
28
25
|
$slots: {
|
|
29
26
|
default: (_: {}) => any;
|
|
30
27
|
};
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type DropdownMenuLabelProps } from 'radix-vue';
|
|
3
3
|
declare const _default: {
|
|
4
|
-
new (...args: any[]): import("vue").
|
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuLabelProps & {
|
|
5
5
|
class?: HTMLAttributes['class'];
|
|
6
6
|
inset?: boolean | undefined;
|
|
7
|
-
}
|
|
8
|
-
class?: HTMLAttributes['class'];
|
|
9
|
-
inset?: boolean | undefined;
|
|
10
|
-
}>>>, {}, true, {}, {}, {
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
11
8
|
P: {};
|
|
12
9
|
B: {};
|
|
13
10
|
D: {};
|
|
@@ -17,14 +14,14 @@ declare const _default: {
|
|
|
17
14
|
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuLabelProps & {
|
|
18
15
|
class?: HTMLAttributes['class'];
|
|
19
16
|
inset?: boolean | undefined;
|
|
20
|
-
}
|
|
17
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
21
18
|
__isFragment?: undefined;
|
|
22
19
|
__isTeleport?: undefined;
|
|
23
20
|
__isSuspense?: undefined;
|
|
24
21
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuLabelProps & {
|
|
25
22
|
class?: HTMLAttributes['class'];
|
|
26
23
|
inset?: boolean | undefined;
|
|
27
|
-
}
|
|
24
|
+
}>>> & 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 () => {
|
|
28
25
|
$slots: {
|
|
29
26
|
default: (_: {}) => any;
|
|
30
27
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { type DropdownMenuRadioGroupProps } from 'radix-vue';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
new (...args: any[]): import("vue").
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioGroupProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4
4
|
P: {};
|
|
5
5
|
B: {};
|
|
6
6
|
D: {};
|
|
7
7
|
C: {};
|
|
8
8
|
M: {};
|
|
9
9
|
Defaults: {};
|
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioGroupProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioGroupProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioGroupProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioGroupProps>>> & 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
15
|
$slots: {
|
|
16
16
|
default: (_: {}) => any;
|
|
17
17
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type DropdownMenuRadioItemProps } from 'radix-vue';
|
|
3
3
|
declare const _default: {
|
|
4
|
-
new (...args: any[]): import("vue").
|
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioItemProps & {
|
|
5
5
|
class?: HTMLAttributes['class'];
|
|
6
|
-
}
|
|
7
|
-
class?: HTMLAttributes['class'];
|
|
8
|
-
}>>>, {}, true, {}, {}, {
|
|
6
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
9
7
|
P: {};
|
|
10
8
|
B: {};
|
|
11
9
|
D: {};
|
|
@@ -14,13 +12,13 @@ declare const _default: {
|
|
|
14
12
|
Defaults: {};
|
|
15
13
|
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioItemProps & {
|
|
16
14
|
class?: HTMLAttributes['class'];
|
|
17
|
-
}
|
|
15
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
18
16
|
__isFragment?: undefined;
|
|
19
17
|
__isTeleport?: undefined;
|
|
20
18
|
__isSuspense?: undefined;
|
|
21
19
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioItemProps & {
|
|
22
20
|
class?: HTMLAttributes['class'];
|
|
23
|
-
}
|
|
21
|
+
}>>> & 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 () => {
|
|
24
22
|
$slots: {
|
|
25
23
|
default: (_: {}) => any;
|
|
26
24
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type DropdownMenuSeparatorProps } from 'radix-vue';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuSeparatorProps & {
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSeparatorProps & {
|
|
4
4
|
class?: HTMLAttributes['class'];
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSeparatorProps & {
|
|
6
6
|
class?: HTMLAttributes['class'];
|
|
7
|
-
}
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
10
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'vue';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
new (...args: any[]): import("vue").
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
class?: HTMLAttributes['class'];
|
|
5
|
-
}
|
|
6
|
-
class?: HTMLAttributes['class'];
|
|
7
|
-
}>>>, {}, true, {}, {}, {
|
|
5
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
8
6
|
P: {};
|
|
9
7
|
B: {};
|
|
10
8
|
D: {};
|
|
@@ -13,13 +11,13 @@ declare const _default: {
|
|
|
13
11
|
Defaults: {};
|
|
14
12
|
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
15
13
|
class?: HTMLAttributes['class'];
|
|
16
|
-
}
|
|
14
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
17
15
|
__isFragment?: undefined;
|
|
18
16
|
__isTeleport?: undefined;
|
|
19
17
|
__isSuspense?: undefined;
|
|
20
18
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
21
19
|
class?: HTMLAttributes['class'];
|
|
22
|
-
}
|
|
20
|
+
}>>> & 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 () => {
|
|
23
21
|
$slots: {
|
|
24
22
|
default: (_: {}) => any;
|
|
25
23
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { type DropdownMenuSubProps } from 'radix-vue';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
new (...args: any[]): import("vue").
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4
4
|
P: {};
|
|
5
5
|
B: {};
|
|
6
6
|
D: {};
|
|
7
7
|
C: {};
|
|
8
8
|
M: {};
|
|
9
9
|
Defaults: {};
|
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubProps>>> & 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
15
|
$slots: {
|
|
16
16
|
default: (_: {}) => any;
|
|
17
17
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type DropdownMenuSubContentProps } from 'radix-vue';
|
|
3
3
|
declare const _default: {
|
|
4
|
-
new (...args: any[]): import("vue").
|
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubContentProps & {
|
|
5
5
|
class?: HTMLAttributes['class'];
|
|
6
|
-
}
|
|
7
|
-
class?: HTMLAttributes['class'];
|
|
8
|
-
}>>>, {}, true, {}, {}, {
|
|
6
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
9
7
|
P: {};
|
|
10
8
|
B: {};
|
|
11
9
|
D: {};
|
|
@@ -14,13 +12,13 @@ declare const _default: {
|
|
|
14
12
|
Defaults: {};
|
|
15
13
|
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubContentProps & {
|
|
16
14
|
class?: HTMLAttributes['class'];
|
|
17
|
-
}
|
|
15
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
18
16
|
__isFragment?: undefined;
|
|
19
17
|
__isTeleport?: undefined;
|
|
20
18
|
__isSuspense?: undefined;
|
|
21
19
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubContentProps & {
|
|
22
20
|
class?: HTMLAttributes['class'];
|
|
23
|
-
}
|
|
21
|
+
}>>> & 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 () => {
|
|
24
22
|
$slots: {
|
|
25
23
|
default: (_: {}) => any;
|
|
26
24
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type DropdownMenuSubTriggerProps } from 'radix-vue';
|
|
3
3
|
declare const _default: {
|
|
4
|
-
new (...args: any[]): import("vue").
|
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubTriggerProps & {
|
|
5
5
|
class?: HTMLAttributes['class'];
|
|
6
|
-
}
|
|
7
|
-
class?: HTMLAttributes['class'];
|
|
8
|
-
}>>>, {}, true, {}, {}, {
|
|
6
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
9
7
|
P: {};
|
|
10
8
|
B: {};
|
|
11
9
|
D: {};
|
|
@@ -14,13 +12,13 @@ declare const _default: {
|
|
|
14
12
|
Defaults: {};
|
|
15
13
|
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubTriggerProps & {
|
|
16
14
|
class?: HTMLAttributes['class'];
|
|
17
|
-
}
|
|
15
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
18
16
|
__isFragment?: undefined;
|
|
19
17
|
__isTeleport?: undefined;
|
|
20
18
|
__isSuspense?: undefined;
|
|
21
19
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubTriggerProps & {
|
|
22
20
|
class?: HTMLAttributes['class'];
|
|
23
|
-
}
|
|
21
|
+
}>>> & 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 () => {
|
|
24
22
|
$slots: {
|
|
25
23
|
default: (_: {}) => any;
|
|
26
24
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { type DropdownMenuTriggerProps } from 'radix-vue';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
new (...args: any[]): import("vue").
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4
4
|
P: {};
|
|
5
5
|
B: {};
|
|
6
6
|
D: {};
|
|
7
7
|
C: {};
|
|
8
8
|
M: {};
|
|
9
9
|
Defaults: {};
|
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuTriggerProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuTriggerProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuTriggerProps>>> & 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
15
|
$slots: {
|
|
16
16
|
default: (_: {}) => any;
|
|
17
17
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { InputProps } from '.';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<InputProps
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
3
|
"update:modelValue": (payload: string | number) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>> & {
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>> & Readonly<{
|
|
5
5
|
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
6
|
-
}, {}, {}>;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
7
|
export default _default;
|
|
8
8
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
9
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import type { PopoverRootProps } from 'radix-vue';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
new (...args: any[]): import("vue").
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverRootProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4
4
|
P: {};
|
|
5
5
|
B: {};
|
|
6
6
|
D: {};
|
|
7
7
|
C: {};
|
|
8
8
|
M: {};
|
|
9
9
|
Defaults: {};
|
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverRootProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverRootProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverRootProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverRootProps>>> & 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
15
|
$slots: {
|
|
16
16
|
default: (_: {}) => any;
|
|
17
17
|
};
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type PopoverContentProps } from 'radix-vue';
|
|
3
3
|
declare const _default: {
|
|
4
|
-
new (...args: any[]): import("vue").
|
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverContentProps & {
|
|
5
5
|
class?: HTMLAttributes['class'];
|
|
6
6
|
isDark: boolean;
|
|
7
7
|
}>, {
|
|
8
8
|
align: string;
|
|
9
9
|
sideOffset: number;
|
|
10
|
-
}
|
|
11
|
-
class?: HTMLAttributes['class'];
|
|
12
|
-
isDark: boolean;
|
|
13
|
-
}>, {
|
|
14
|
-
align: string;
|
|
15
|
-
sideOffset: number;
|
|
16
|
-
}>>>, {
|
|
10
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
17
11
|
sideOffset: number;
|
|
18
12
|
align: "start" | "end" | "center";
|
|
19
|
-
}, true, {}, {}, {
|
|
13
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
20
14
|
P: {};
|
|
21
15
|
B: {};
|
|
22
16
|
D: {};
|
|
@@ -29,7 +23,7 @@ declare const _default: {
|
|
|
29
23
|
}>, {
|
|
30
24
|
align: string;
|
|
31
25
|
sideOffset: number;
|
|
32
|
-
}
|
|
26
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
33
27
|
sideOffset: number;
|
|
34
28
|
align: "start" | "end" | "center";
|
|
35
29
|
}>;
|
|
@@ -42,10 +36,10 @@ declare const _default: {
|
|
|
42
36
|
}>, {
|
|
43
37
|
align: string;
|
|
44
38
|
sideOffset: number;
|
|
45
|
-
}
|
|
39
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
46
40
|
sideOffset: number;
|
|
47
41
|
align: "start" | "end" | "center";
|
|
48
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
42
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
49
43
|
$slots: {
|
|
50
44
|
default: (_: {}) => any;
|
|
51
45
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { type PopoverTriggerProps } from 'radix-vue';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
new (...args: any[]): import("vue").
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4
4
|
P: {};
|
|
5
5
|
B: {};
|
|
6
6
|
D: {};
|
|
7
7
|
C: {};
|
|
8
8
|
M: {};
|
|
9
9
|
Defaults: {};
|
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PopoverTriggerProps>>> & 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
15
|
$slots: {
|
|
16
16
|
default: (_: {}) => any;
|
|
17
17
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type ProgressRootProps } from 'radix-vue';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProgressRootProps & {
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProgressRootProps & {
|
|
4
4
|
class?: HTMLAttributes['class'];
|
|
5
5
|
}>, {
|
|
6
6
|
modelValue: number;
|
|
7
|
-
}
|
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProgressRootProps & {
|
|
8
8
|
class?: HTMLAttributes['class'];
|
|
9
9
|
}>, {
|
|
10
10
|
modelValue: number;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{}>, {
|
|
12
12
|
modelValue: number | null;
|
|
13
|
-
}, {}>;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { type TooltipRootProps } from 'radix-vue';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
new (...args: any[]): import("vue").
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipRootProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4
4
|
P: {};
|
|
5
5
|
B: {};
|
|
6
6
|
D: {};
|
|
7
7
|
C: {};
|
|
8
8
|
M: {};
|
|
9
9
|
Defaults: {};
|
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipRootProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipRootProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipRootProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipRootProps>>> & 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
15
|
$slots: {
|
|
16
16
|
default: (_: {}) => any;
|
|
17
17
|
};
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type TooltipContentProps } from 'radix-vue';
|
|
3
3
|
declare const _default: {
|
|
4
|
-
new (...args: any[]): import("vue").
|
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TooltipContentProps & {
|
|
5
5
|
class?: HTMLAttributes['class'];
|
|
6
6
|
}>, {
|
|
7
7
|
sideOffset: number;
|
|
8
|
-
}
|
|
9
|
-
class?: HTMLAttributes['class'];
|
|
10
|
-
}>, {
|
|
11
|
-
sideOffset: number;
|
|
12
|
-
}>>>, {
|
|
8
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
13
9
|
sideOffset: number;
|
|
14
|
-
}, true, {}, {}, {
|
|
10
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
15
11
|
P: {};
|
|
16
12
|
B: {};
|
|
17
13
|
D: {};
|
|
@@ -22,7 +18,7 @@ declare const _default: {
|
|
|
22
18
|
class?: HTMLAttributes['class'];
|
|
23
19
|
}>, {
|
|
24
20
|
sideOffset: number;
|
|
25
|
-
}
|
|
21
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
26
22
|
sideOffset: number;
|
|
27
23
|
}>;
|
|
28
24
|
__isFragment?: undefined;
|
|
@@ -32,9 +28,9 @@ declare const _default: {
|
|
|
32
28
|
class?: HTMLAttributes['class'];
|
|
33
29
|
}>, {
|
|
34
30
|
sideOffset: number;
|
|
35
|
-
}
|
|
31
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
36
32
|
sideOffset: number;
|
|
37
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
33
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
38
34
|
$slots: {
|
|
39
35
|
default: (_: {}) => any;
|
|
40
36
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { type TooltipProviderProps } from 'radix-vue';
|
|
2
2
|
declare const _default: {
|
|
3
|
-
new (...args: any[]): import("vue").
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipProviderProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4
4
|
P: {};
|
|
5
5
|
B: {};
|
|
6
6
|
D: {};
|
|
7
7
|
C: {};
|
|
8
8
|
M: {};
|
|
9
9
|
Defaults: {};
|
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipProviderProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipProviderProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipProviderProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TooltipProviderProps>>> & 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
15
|
$slots: {
|
|
16
16
|
default: (_: {}) => any;
|
|
17
17
|
};
|