@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
|
@@ -3,7 +3,7 @@ interface Props {
|
|
|
3
3
|
page: PDFPageProxy;
|
|
4
4
|
isPageFocused: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
|
6
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
click: (pageIndex: number) => void;
|
|
8
8
|
} & {
|
|
9
9
|
rendered: (pageIndex: number) => void;
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
14
14
|
pageIndex: number;
|
|
15
15
|
visibility: boolean;
|
|
16
16
|
}) => void;
|
|
17
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
18
18
|
onError?: ((error: any) => any) | undefined;
|
|
19
19
|
onClick?: ((pageIndex: number) => any) | undefined;
|
|
20
20
|
onRendered?: ((pageIndex: number) => any) | undefined;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
22
22
|
pageIndex: number;
|
|
23
23
|
visibility: boolean;
|
|
24
24
|
}) => any) | undefined;
|
|
25
|
-
}, {}, {}>;
|
|
25
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
26
|
export default _default;
|
|
27
27
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
28
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { ViewerPdfPage } from '../utils/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
pages: ViewerPdfPage[];
|
|
4
4
|
isOpened: boolean;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
navigate: (toPage: number) => void;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
8
|
pages: ViewerPdfPage[];
|
|
9
9
|
isOpened: boolean;
|
|
10
|
-
}>>> & {
|
|
10
|
+
}>>> & Readonly<{
|
|
11
11
|
onNavigate?: ((toPage: number) => any) | undefined;
|
|
12
|
-
}, {}, {}>;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
14
14
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
15
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,7 +2,7 @@ import type { AnnotationEventPayload, TextLayerLoadedEventPayload, RotateEvent,
|
|
|
2
2
|
import { ScrollMode, ViewMode, ZoomLevel } from '@/utils/enumerators';
|
|
3
3
|
import '../style.scss';
|
|
4
4
|
declare const _default: {
|
|
5
|
-
new (...args: any[]): import("vue").
|
|
5
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
readonly src: {
|
|
7
7
|
readonly type: import("vue").PropType<string | import("@/utils/types").VPVSrc>;
|
|
8
8
|
readonly required: true;
|
|
@@ -61,18 +61,18 @@ declare const _default: {
|
|
|
61
61
|
readonly type: import("vue").PropType<Record<number, import("@/utils/types").CanvasLoadedCallback>>;
|
|
62
62
|
readonly default: undefined;
|
|
63
63
|
};
|
|
64
|
-
}>> & {
|
|
64
|
+
}>> & Readonly<{
|
|
65
65
|
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
66
66
|
onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
|
|
67
67
|
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
68
68
|
onXfaLoaded?: (() => any) | undefined;
|
|
69
|
-
onLoading?: (() => any) | undefined;
|
|
70
69
|
onRotate?: ((payload: RotateEvent) => any) | undefined;
|
|
71
70
|
onLoaded?: (() => any) | undefined;
|
|
72
71
|
onLoadError?: ((error: any) => any) | undefined;
|
|
72
|
+
onLoading?: (() => any) | undefined;
|
|
73
73
|
onLoadProgress?: ((payload: number) => any) | undefined;
|
|
74
74
|
onAfterGoToPage?: ((payload: number) => any) | undefined;
|
|
75
|
-
}
|
|
75
|
+
}>, {
|
|
76
76
|
printControl: {
|
|
77
77
|
print: (options?: {
|
|
78
78
|
visibleDefaultProgress: boolean;
|
|
@@ -121,7 +121,7 @@ declare const _default: {
|
|
|
121
121
|
scale: number;
|
|
122
122
|
zoom: (scale: number | ZoomLevel) => void;
|
|
123
123
|
};
|
|
124
|
-
},
|
|
124
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
125
125
|
annotation: (payload: AnnotationEventPayload) => void;
|
|
126
126
|
} & {
|
|
127
127
|
loaded: () => void;
|
|
@@ -141,77 +141,7 @@ declare const _default: {
|
|
|
141
141
|
rotate: (payload: RotateEvent) => void;
|
|
142
142
|
} & {
|
|
143
143
|
afterGoToPage: (payload: number) => void;
|
|
144
|
-
}, import("vue").
|
|
145
|
-
readonly src: {
|
|
146
|
-
readonly type: import("vue").PropType<string | import("@/utils/types").VPVSrc>;
|
|
147
|
-
readonly required: true;
|
|
148
|
-
};
|
|
149
|
-
readonly workerUrl: {
|
|
150
|
-
readonly type: import("vue").PropType<string>;
|
|
151
|
-
readonly default: undefined;
|
|
152
|
-
};
|
|
153
|
-
readonly initialPage: {
|
|
154
|
-
readonly type: import("vue").PropType<number>;
|
|
155
|
-
readonly default: () => number;
|
|
156
|
-
};
|
|
157
|
-
readonly initialScale: {
|
|
158
|
-
readonly type: import("vue").PropType<number | ZoomLevel>;
|
|
159
|
-
readonly default: () => ZoomLevel;
|
|
160
|
-
};
|
|
161
|
-
readonly initialScrollMode: {
|
|
162
|
-
readonly type: import("vue").PropType<ScrollMode>;
|
|
163
|
-
readonly default: () => ScrollMode;
|
|
164
|
-
readonly validator: (initialScrollMode: ScrollMode, args: unknown) => boolean;
|
|
165
|
-
};
|
|
166
|
-
readonly initialViewMode: {
|
|
167
|
-
readonly type: import("vue").PropType<ViewMode>;
|
|
168
|
-
readonly default: () => ViewMode;
|
|
169
|
-
readonly validator: (initialViewMode: ViewMode, args: unknown) => boolean;
|
|
170
|
-
};
|
|
171
|
-
readonly initialRotation: {
|
|
172
|
-
readonly type: import("vue").PropType<number>;
|
|
173
|
-
readonly default: () => number;
|
|
174
|
-
};
|
|
175
|
-
readonly initialThumbnailsVisible: {
|
|
176
|
-
readonly type: import("vue").PropType<boolean>;
|
|
177
|
-
readonly default: undefined;
|
|
178
|
-
};
|
|
179
|
-
readonly textLayer: {
|
|
180
|
-
readonly type: import("vue").PropType<boolean>;
|
|
181
|
-
readonly default: () => boolean;
|
|
182
|
-
};
|
|
183
|
-
readonly characterMap: {
|
|
184
|
-
readonly type: import("vue").PropType<import("@/utils/types").CharacterMap>;
|
|
185
|
-
readonly default: undefined;
|
|
186
|
-
};
|
|
187
|
-
readonly toolbarOptions: {
|
|
188
|
-
readonly type: import("vue").PropType<false | Partial<ToolbarOptions>>;
|
|
189
|
-
readonly default: () => ToolbarOptions;
|
|
190
|
-
};
|
|
191
|
-
readonly localization: {
|
|
192
|
-
readonly type: import("vue").PropType<Record<string, Localization>>;
|
|
193
|
-
readonly default: () => Record<string, Localization>;
|
|
194
|
-
};
|
|
195
|
-
readonly initialSearch: {
|
|
196
|
-
readonly type: StringConstructor;
|
|
197
|
-
readonly default: undefined;
|
|
198
|
-
};
|
|
199
|
-
readonly afterCanvasLoaded: {
|
|
200
|
-
readonly type: import("vue").PropType<Record<number, import("@/utils/types").CanvasLoadedCallback>>;
|
|
201
|
-
readonly default: undefined;
|
|
202
|
-
};
|
|
203
|
-
}>> & {
|
|
204
|
-
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
205
|
-
onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
|
|
206
|
-
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
207
|
-
onXfaLoaded?: (() => any) | undefined;
|
|
208
|
-
onLoading?: (() => any) | undefined;
|
|
209
|
-
onRotate?: ((payload: RotateEvent) => any) | undefined;
|
|
210
|
-
onLoaded?: (() => any) | undefined;
|
|
211
|
-
onLoadError?: ((error: any) => any) | undefined;
|
|
212
|
-
onLoadProgress?: ((payload: number) => any) | undefined;
|
|
213
|
-
onAfterGoToPage?: ((payload: number) => any) | undefined;
|
|
214
|
-
}, {
|
|
144
|
+
}, import("vue").PublicProps, {
|
|
215
145
|
readonly initialViewMode: ViewMode;
|
|
216
146
|
readonly initialScrollMode: ScrollMode;
|
|
217
147
|
readonly workerUrl: string;
|
|
@@ -225,7 +155,7 @@ declare const _default: {
|
|
|
225
155
|
readonly toolbarOptions: false | Partial<ToolbarOptions>;
|
|
226
156
|
readonly localization: Record<string, Localization>;
|
|
227
157
|
readonly afterCanvasLoaded: Record<number, import("@/utils/types").CanvasLoadedCallback>;
|
|
228
|
-
}, true, {}, {}, {
|
|
158
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
229
159
|
P: {};
|
|
230
160
|
B: {};
|
|
231
161
|
D: {};
|
|
@@ -291,18 +221,18 @@ declare const _default: {
|
|
|
291
221
|
readonly type: import("vue").PropType<Record<number, import("@/utils/types").CanvasLoadedCallback>>;
|
|
292
222
|
readonly default: undefined;
|
|
293
223
|
};
|
|
294
|
-
}>> & {
|
|
224
|
+
}>> & Readonly<{
|
|
295
225
|
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
296
226
|
onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
|
|
297
227
|
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
298
228
|
onXfaLoaded?: (() => any) | undefined;
|
|
299
|
-
onLoading?: (() => any) | undefined;
|
|
300
229
|
onRotate?: ((payload: RotateEvent) => any) | undefined;
|
|
301
230
|
onLoaded?: (() => any) | undefined;
|
|
302
231
|
onLoadError?: ((error: any) => any) | undefined;
|
|
232
|
+
onLoading?: (() => any) | undefined;
|
|
303
233
|
onLoadProgress?: ((payload: number) => any) | undefined;
|
|
304
234
|
onAfterGoToPage?: ((payload: number) => any) | undefined;
|
|
305
|
-
}
|
|
235
|
+
}>, {
|
|
306
236
|
printControl: {
|
|
307
237
|
print: (options?: {
|
|
308
238
|
visibleDefaultProgress: boolean;
|
|
@@ -428,18 +358,18 @@ declare const _default: {
|
|
|
428
358
|
readonly type: import("vue").PropType<Record<number, import("@/utils/types").CanvasLoadedCallback>>;
|
|
429
359
|
readonly default: undefined;
|
|
430
360
|
};
|
|
431
|
-
}>> & {
|
|
361
|
+
}>> & Readonly<{
|
|
432
362
|
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
433
363
|
onAnnotationLoaded?: ((payload: any[]) => any) | undefined;
|
|
434
364
|
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
435
365
|
onXfaLoaded?: (() => any) | undefined;
|
|
436
|
-
onLoading?: (() => any) | undefined;
|
|
437
366
|
onRotate?: ((payload: RotateEvent) => any) | undefined;
|
|
438
367
|
onLoaded?: (() => any) | undefined;
|
|
439
368
|
onLoadError?: ((error: any) => any) | undefined;
|
|
369
|
+
onLoading?: (() => any) | undefined;
|
|
440
370
|
onLoadProgress?: ((payload: number) => any) | undefined;
|
|
441
371
|
onAfterGoToPage?: ((payload: number) => any) | undefined;
|
|
442
|
-
}
|
|
372
|
+
}>, {
|
|
443
373
|
printControl: {
|
|
444
374
|
print: (options?: {
|
|
445
375
|
visibleDefaultProgress: boolean;
|
|
@@ -488,7 +418,7 @@ declare const _default: {
|
|
|
488
418
|
scale: number;
|
|
489
419
|
zoom: (scale: number | ZoomLevel) => void;
|
|
490
420
|
};
|
|
491
|
-
},
|
|
421
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
492
422
|
annotation: (payload: AnnotationEventPayload) => void;
|
|
493
423
|
} & {
|
|
494
424
|
loaded: () => void;
|
|
@@ -522,7 +452,7 @@ declare const _default: {
|
|
|
522
452
|
readonly toolbarOptions: false | Partial<ToolbarOptions>;
|
|
523
453
|
readonly localization: Record<string, Localization>;
|
|
524
454
|
readonly afterCanvasLoaded: Record<number, import("@/utils/types").CanvasLoadedCallback>;
|
|
525
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
455
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
526
456
|
$slots: {
|
|
527
457
|
dropFileZone: (_: {
|
|
528
458
|
isDark: boolean;
|
|
@@ -7,13 +7,11 @@ interface Props extends PrimitiveProps {
|
|
|
7
7
|
class?: HTMLAttributes['class'];
|
|
8
8
|
}
|
|
9
9
|
declare const _default: {
|
|
10
|
-
new (...args: any[]): import("vue").
|
|
10
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
11
|
as: string;
|
|
12
|
-
}
|
|
13
|
-
as: string;
|
|
14
|
-
}>>>, {
|
|
12
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
15
13
|
as: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
|
|
16
|
-
}, true, {}, {}, {
|
|
14
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
17
15
|
P: {};
|
|
18
16
|
B: {};
|
|
19
17
|
D: {};
|
|
@@ -22,7 +20,7 @@ declare const _default: {
|
|
|
22
20
|
Defaults: {};
|
|
23
21
|
}, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
24
22
|
as: string;
|
|
25
|
-
}
|
|
23
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
26
24
|
as: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
|
|
27
25
|
}>;
|
|
28
26
|
__isFragment?: undefined;
|
|
@@ -30,9 +28,9 @@ declare const _default: {
|
|
|
30
28
|
__isSuspense?: undefined;
|
|
31
29
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
32
30
|
as: string;
|
|
33
|
-
}
|
|
31
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
34
32
|
as: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
|
|
35
|
-
}, {}, 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 () => {
|
|
36
34
|
$slots: {
|
|
37
35
|
default: (_: {}) => any;
|
|
38
36
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import type { CheckboxRootProps } from 'radix-vue';
|
|
2
2
|
import { type HTMLAttributes } from '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<CheckboxRootProps & {
|
|
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<CheckboxRootProps & {
|
|
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<CheckboxRootProps & {
|
|
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 DialogRootProps } 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<DialogRootProps>>> & 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<DialogRootProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogRootProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogRootProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogRootProps>>> & 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,17 @@
|
|
|
1
1
|
import { type DialogCloseProps } 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<DialogCloseProps>>> & 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<DialogCloseProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogCloseProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogCloseProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogCloseProps>>> & 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 DialogContentProps } 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<DialogContentProps & {
|
|
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<DialogContentProps & {
|
|
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<DialogContentProps & {
|
|
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 DialogDescriptionProps } 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<DialogDescriptionProps & {
|
|
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<DialogDescriptionProps & {
|
|
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<DialogDescriptionProps & {
|
|
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,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,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,11 +1,9 @@
|
|
|
1
1
|
import { type HTMLAttributes } from 'vue';
|
|
2
2
|
import { type DialogTitleProps } 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<DialogTitleProps & {
|
|
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<DialogTitleProps & {
|
|
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<DialogTitleProps & {
|
|
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 DialogTriggerProps } 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<DialogTriggerProps>>> & 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<DialogTriggerProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogTriggerProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogTriggerProps>>> & 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,17 @@
|
|
|
1
1
|
import { type DropdownMenuRootProps } 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<DropdownMenuRootProps>>> & 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<DropdownMenuRootProps
|
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRootProps>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
11
|
__isFragment?: undefined;
|
|
12
12
|
__isTeleport?: undefined;
|
|
13
13
|
__isSuspense?: undefined;
|
|
14
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRootProps
|
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRootProps>>> & 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 DropdownMenuCheckboxItemProps } 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<DropdownMenuCheckboxItemProps & {
|
|
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<DropdownMenuCheckboxItemProps & {
|
|
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<DropdownMenuCheckboxItemProps & {
|
|
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
|
};
|