ablok-components 0.3.102 → 0.3.103
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/ablok-components.umd.js +2 -2
- package/dist/components/_preview.vue.d.ts +15 -19
- package/dist/components/atoms/base-button/base-button.vue.d.ts +10 -13
- package/dist/components/atoms/base-button/base-button.vue.js +6 -6
- package/dist/components/atoms/base-headline/base-headline.vue.d.ts +7 -11
- package/dist/components/atoms/base-image/base-image.vue.d.ts +3 -4
- package/dist/components/atoms/base-input/base-input.vue.d.ts +17 -23
- package/dist/components/atoms/base-paragraph/base-paragraph.vue.d.ts +2 -1
- package/dist/components/atoms/canvas-confetti/canvas-confetti.vue.d.ts +4 -5
- package/dist/components/atoms/check-group/check-group.vue.d.ts +3 -2
- package/dist/components/atoms/custom-html/custom-html.vue.d.ts +7 -11
- package/dist/components/atoms/input-checkbox/input-checkbox.vue.d.ts +3 -4
- package/dist/components/atoms/input-datetime/input-datetime.vue.d.ts +17 -19
- package/dist/components/atoms/input-file/input-file.vue.d.ts +15 -20
- package/dist/components/atoms/input-passcode/input-passcode.vue.d.ts +4 -3
- package/dist/components/atoms/input-password/input-password.vue.d.ts +15 -18
- package/dist/components/atoms/input-textarea/input-textarea.vue.d.ts +13 -15
- package/dist/components/atoms/loading-spinner/loading-spinner.vue.d.ts +8 -12
- package/dist/components/atoms/radio-group/radio-group.vue.d.ts +13 -16
- package/dist/components/atoms/svg-icon/svg-icon.vue.d.ts +3 -2
- package/dist/components/atoms/zoom-slider/zoom-slider.vue.d.ts +3 -2
- package/dist/components/molecules/accordion/accordion-item.vue.d.ts +10 -13
- package/dist/components/molecules/accordion/accordion.vue.d.ts +7 -11
- package/dist/components/molecules/auto-suggest/auto-suggest.vue.d.ts +9 -17
- package/dist/components/molecules/base-camera/base-camera.vue.d.ts +4 -6
- package/dist/components/molecules/base-map/base-map.vue.d.ts +9 -13
- package/dist/components/molecules/bulk-upload/bulk-upload.vue.d.ts +23 -29
- package/dist/components/molecules/color-palette/color-palette.vue.d.ts +3 -2
- package/dist/components/molecules/dom-renderer/dom-renderer.vue.d.ts +8 -16
- package/dist/components/molecules/file-upload/file-upload.vue.d.ts +28 -34
- package/dist/components/molecules/hint-system/hint-system.vue.d.ts +19 -22
- package/dist/components/molecules/image-crop/image-crop.vue.d.ts +6 -133
- package/dist/components/molecules/image-crop-resize/image-crop-resize.vue.d.ts +8 -224
- package/dist/components/molecules/image-resize/image-resize.vue.d.ts +8 -434
- package/dist/components/molecules/image-upload/image-upload.vue.d.ts +9 -17
- package/dist/components/molecules/image-zoom/image-zoom.vue.d.ts +13 -25
- package/dist/components/molecules/input-color/input-color.vue.d.ts +4 -3
- package/dist/components/molecules/input-datepicker/input-datepicker.vue.d.ts +16 -18
- package/dist/components/molecules/input-datepicker/input-datepicker.vue.js +3 -3
- package/dist/components/molecules/input-dropdown/input-dropdown.vue.d.ts +9 -13
- package/dist/components/molecules/link-sharing/link-sharing.vue.d.ts +4 -3
- package/dist/components/molecules/location-list/location-list.vue.d.ts +3 -2
- package/dist/components/molecules/media-thumbnails/media-thumbnails.vue.d.ts +3 -2
- package/dist/components/molecules/popover-notifications/popover-notifications.vue.d.ts +7 -6
- package/dist/components/molecules/popover-tooltip/popover-tooltip.vue.d.ts +10 -185
- package/dist/components/molecules/progress-steps/progress-steps.vue.d.ts +16 -18
- package/dist/components/molecules/qr-code/qr-code.vue.d.ts +3 -4
- package/dist/components/molecules/radio-buttons/radio-buttons.vue.d.ts +3 -2
- package/dist/components/molecules/rte-editor/rte-editor.vue.d.ts +2 -1
- package/dist/components/molecules/select-media/select-media.vue.d.ts +3 -2
- package/dist/components/molecules/upload-group/upload-group.vue.d.ts +11 -15
- package/dist/components/organisms/asset-uploader/asset-uploader.vue.d.ts +4 -3
- package/dist/components/organisms/location-finder/location-finder.vue.d.ts +3 -2
- package/dist/components/organisms/preset-uploader/preset-uploader.vue.d.ts +3 -2
- package/dist/components/templates/base-carousel/base-carousel.vue.d.ts +11 -21
- package/dist/components/templates/base-carousel/base-carousel.vue.js +14 -15
- package/dist/components/templates/base-form/base-form.vue.d.ts +7 -15
- package/dist/components/templates/modal-dialog/modal-dialog.vue.d.ts +8 -8
- package/dist/components/templates/popover-dialog/popover-dialog.vue.d.ts +6 -7
- package/dist/components/templates/sortable-list/sortable-list.vue.d.ts +12 -15
- package/dist/components/templates/touch-wrapper/touch-wrapper.vue.d.ts +13 -20
- package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/_lib/buildMatchFn.js +2 -2
- package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/de/_lib/match.js +4 -4
- package/package.json +23 -24
- /package/dist/components/atoms/base-button/{base-button.vue3.js → base-button3.vue.js} +0 -0
- /package/dist/components/atoms/base-headline/{base-headline.vue2.js → base-headline2.vue.js} +0 -0
- /package/dist/components/atoms/base-image/{base-image.vue3.js → base-image3.vue.js} +0 -0
- /package/dist/components/atoms/base-input/{base-input.vue3.js → base-input3.vue.js} +0 -0
- /package/dist/components/atoms/base-paragraph/{base-paragraph.vue2.js → base-paragraph2.vue.js} +0 -0
- /package/dist/components/atoms/canvas-confetti/{canvas-confetti.vue3.js → canvas-confetti3.vue.js} +0 -0
- /package/dist/components/atoms/check-group/{check-group.vue3.js → check-group3.vue.js} +0 -0
- /package/dist/components/atoms/custom-html/{custom-html.vue2.js → custom-html2.vue.js} +0 -0
- /package/dist/components/atoms/input-checkbox/{input-checkbox.vue3.js → input-checkbox3.vue.js} +0 -0
- /package/dist/components/atoms/input-datetime/{input-datetime.vue2.js → input-datetime2.vue.js} +0 -0
- /package/dist/components/atoms/input-file/{input-file.vue2.js → input-file2.vue.js} +0 -0
- /package/dist/components/atoms/input-passcode/{input-passcode.vue2.js → input-passcode2.vue.js} +0 -0
- /package/dist/components/atoms/input-password/{input-password.vue2.js → input-password2.vue.js} +0 -0
- /package/dist/components/atoms/input-textarea/{input-textarea.vue2.js → input-textarea2.vue.js} +0 -0
- /package/dist/components/atoms/loading-spinner/{loading-spinner.vue3.js → loading-spinner3.vue.js} +0 -0
- /package/dist/components/atoms/radio-group/{radio-group.vue3.js → radio-group3.vue.js} +0 -0
- /package/dist/components/atoms/svg-icon/{svg-icon.vue3.js → svg-icon3.vue.js} +0 -0
- /package/dist/components/atoms/zoom-slider/{zoom-slider.vue3.js → zoom-slider3.vue.js} +0 -0
- /package/dist/components/molecules/accordion/{accordion-item.vue3.js → accordion-item3.vue.js} +0 -0
- /package/dist/components/molecules/auto-suggest/{auto-suggest.vue3.js → auto-suggest3.vue.js} +0 -0
- /package/dist/components/molecules/base-camera/{base-camera.vue3.js → base-camera3.vue.js} +0 -0
- /package/dist/components/molecules/base-map/{base-map.vue3.js → base-map3.vue.js} +0 -0
- /package/dist/components/molecules/bulk-upload/{bulk-upload.vue3.js → bulk-upload3.vue.js} +0 -0
- /package/dist/components/molecules/color-palette/{color-palette.vue3.js → color-palette3.vue.js} +0 -0
- /package/dist/components/molecules/dom-renderer/{dom-renderer.vue2.js → dom-renderer2.vue.js} +0 -0
- /package/dist/components/molecules/file-upload/{file-upload.vue3.js → file-upload3.vue.js} +0 -0
- /package/dist/components/molecules/hint-system/{hint-system.vue3.js → hint-system3.vue.js} +0 -0
- /package/dist/components/molecules/image-crop/{image-crop.vue2.js → image-crop2.vue.js} +0 -0
- /package/dist/components/molecules/image-crop-resize/{image-crop-resize.vue2.js → image-crop-resize2.vue.js} +0 -0
- /package/dist/components/molecules/image-resize/{image-resize.vue2.js → image-resize2.vue.js} +0 -0
- /package/dist/components/molecules/image-upload/{image-upload.vue3.js → image-upload3.vue.js} +0 -0
- /package/dist/components/molecules/image-zoom/{image-zoom.vue3.js → image-zoom3.vue.js} +0 -0
- /package/dist/components/molecules/input-color/{input-color.vue3.js → input-color3.vue.js} +0 -0
- /package/dist/components/molecules/input-datepicker/{input-datepicker.vue3.js → input-datepicker3.vue.js} +0 -0
- /package/dist/components/molecules/input-dropdown/{input-dropdown.vue3.js → input-dropdown3.vue.js} +0 -0
- /package/dist/components/molecules/link-sharing/{link-sharing.vue3.js → link-sharing3.vue.js} +0 -0
- /package/dist/components/molecules/location-list/{location-list.vue3.js → location-list3.vue.js} +0 -0
- /package/dist/components/molecules/media-thumbnails/{media-thumbnails.vue3.js → media-thumbnails3.vue.js} +0 -0
- /package/dist/components/molecules/popover-notifications/{popover-notifications.vue3.js → popover-notifications3.vue.js} +0 -0
- /package/dist/components/molecules/popover-tooltip/{popover-tooltip.vue3.js → popover-tooltip3.vue.js} +0 -0
- /package/dist/components/molecules/progress-steps/{progress-steps.vue3.js → progress-steps3.vue.js} +0 -0
- /package/dist/components/molecules/qr-code/{qr-code.vue3.js → qr-code3.vue.js} +0 -0
- /package/dist/components/molecules/radio-buttons/{radio-buttons.vue3.js → radio-buttons3.vue.js} +0 -0
- /package/dist/components/molecules/rte-editor/{rte-editor.vue3.js → rte-editor3.vue.js} +0 -0
- /package/dist/components/molecules/select-media/{select-media.vue3.js → select-media3.vue.js} +0 -0
- /package/dist/components/molecules/upload-group/{upload-group.vue3.js → upload-group3.vue.js} +0 -0
- /package/dist/components/organisms/asset-uploader/{asset-uploader.vue2.js → asset-uploader2.vue.js} +0 -0
- /package/dist/components/organisms/location-finder/{location-finder.vue3.js → location-finder3.vue.js} +0 -0
- /package/dist/components/organisms/preset-uploader/{preset-uploader.vue3.js → preset-uploader3.vue.js} +0 -0
- /package/dist/components/templates/base-carousel/{base-carousel.vue3.js → base-carousel3.vue.js} +0 -0
- /package/dist/components/templates/base-form/{base-form.vue3.js → base-form3.vue.js} +0 -0
- /package/dist/components/templates/modal-dialog/{modal-dialog.vue3.js → modal-dialog3.vue.js} +0 -0
- /package/dist/components/templates/popover-dialog/{popover-dialog.vue3.js → popover-dialog3.vue.js} +0 -0
- /package/dist/components/templates/sortable-list/{sortable-list.vue3.js → sortable-list3.vue.js} +0 -0
- /package/dist/components/templates/touch-wrapper/{touch-wrapper.vue3.js → touch-wrapper3.vue.js} +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/de/_lib/formatDistance.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/de/_lib/formatLong.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/de/_lib/formatRelative.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/de/_lib/localize.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/de.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/en-US/_lib/match.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/en-US.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/fr/_lib/formatDistance.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/fr/_lib/formatLong.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/fr/_lib/formatRelative.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/fr/_lib/localize.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/fr/_lib/match.js +0 -0
- /package/dist/node_modules/.pnpm/{date-fns@3.6.0 → date-fns@4.4.0}/node_modules/date-fns/locale/fr.js +0 -0
|
@@ -1,119 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
submit?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {
|
|
7
|
-
targetImage: import('../../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
8
|
-
src: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
alt: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
spinner: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
zoom: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
animate: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
ready: {
|
|
30
|
-
type: BooleanConstructor;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
pending: {
|
|
34
|
-
type: BooleanConstructor;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
|
-
emitPending: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
}>> & Readonly<{
|
|
42
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
43
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
44
|
-
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
45
|
-
"update:ready": (...args: any[]) => void;
|
|
46
|
-
"update:pending": (...args: any[]) => void;
|
|
47
|
-
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
48
|
-
animate: boolean;
|
|
49
|
-
src: string;
|
|
50
|
-
alt: string;
|
|
51
|
-
spinner: boolean;
|
|
52
|
-
zoom: boolean;
|
|
53
|
-
ready: boolean;
|
|
54
|
-
pending: boolean;
|
|
55
|
-
emitPending: boolean;
|
|
56
|
-
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
57
|
-
image: HTMLImageElement;
|
|
58
|
-
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
59
|
-
P: {};
|
|
60
|
-
B: {};
|
|
61
|
-
D: {};
|
|
62
|
-
C: {};
|
|
63
|
-
M: {};
|
|
64
|
-
Defaults: {};
|
|
65
|
-
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
66
|
-
src: {
|
|
67
|
-
type: StringConstructor;
|
|
68
|
-
default: string;
|
|
69
|
-
required: true;
|
|
70
|
-
};
|
|
71
|
-
alt: {
|
|
72
|
-
type: StringConstructor;
|
|
73
|
-
default: string;
|
|
74
|
-
};
|
|
75
|
-
spinner: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
zoom: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
animate: {
|
|
84
|
-
type: BooleanConstructor;
|
|
85
|
-
default: boolean;
|
|
86
|
-
};
|
|
87
|
-
ready: {
|
|
88
|
-
type: BooleanConstructor;
|
|
89
|
-
default: boolean;
|
|
90
|
-
};
|
|
91
|
-
pending: {
|
|
92
|
-
type: BooleanConstructor;
|
|
93
|
-
default: boolean;
|
|
94
|
-
};
|
|
95
|
-
emitPending: {
|
|
96
|
-
type: BooleanConstructor;
|
|
97
|
-
default: boolean;
|
|
98
|
-
};
|
|
99
|
-
}>> & Readonly<{
|
|
100
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
101
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
102
|
-
}>, {}, {}, {}, {}, {
|
|
103
|
-
animate: boolean;
|
|
104
|
-
src: string;
|
|
105
|
-
alt: string;
|
|
106
|
-
spinner: boolean;
|
|
107
|
-
zoom: boolean;
|
|
108
|
-
ready: boolean;
|
|
109
|
-
pending: boolean;
|
|
110
|
-
emitPending: boolean;
|
|
111
|
-
}> | null;
|
|
112
|
-
};
|
|
113
|
-
rootEl: any;
|
|
1
|
+
declare var __VLS_32: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
submit?: (props: typeof __VLS_32) => any;
|
|
114
4
|
};
|
|
115
|
-
|
|
116
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
5
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
117
6
|
modelValue: {
|
|
118
7
|
type: StringConstructor;
|
|
119
8
|
default: string;
|
|
@@ -151,116 +40,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
151
40
|
spinner: boolean;
|
|
152
41
|
ready: boolean;
|
|
153
42
|
modelValue: string;
|
|
154
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
type: StringConstructor;
|
|
158
|
-
default: string;
|
|
159
|
-
required: true;
|
|
160
|
-
};
|
|
161
|
-
alt: {
|
|
162
|
-
type: StringConstructor;
|
|
163
|
-
default: string;
|
|
164
|
-
};
|
|
165
|
-
spinner: {
|
|
166
|
-
type: BooleanConstructor;
|
|
167
|
-
default: boolean;
|
|
168
|
-
};
|
|
169
|
-
zoom: {
|
|
170
|
-
type: BooleanConstructor;
|
|
171
|
-
default: boolean;
|
|
172
|
-
};
|
|
173
|
-
animate: {
|
|
174
|
-
type: BooleanConstructor;
|
|
175
|
-
default: boolean;
|
|
176
|
-
};
|
|
177
|
-
ready: {
|
|
178
|
-
type: BooleanConstructor;
|
|
179
|
-
default: boolean;
|
|
180
|
-
};
|
|
181
|
-
pending: {
|
|
182
|
-
type: BooleanConstructor;
|
|
183
|
-
default: boolean;
|
|
184
|
-
};
|
|
185
|
-
emitPending: {
|
|
186
|
-
type: BooleanConstructor;
|
|
187
|
-
default: boolean;
|
|
188
|
-
};
|
|
189
|
-
}>> & Readonly<{
|
|
190
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
191
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
192
|
-
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
193
|
-
"update:ready": (...args: any[]) => void;
|
|
194
|
-
"update:pending": (...args: any[]) => void;
|
|
195
|
-
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
196
|
-
animate: boolean;
|
|
197
|
-
src: string;
|
|
198
|
-
alt: string;
|
|
199
|
-
spinner: boolean;
|
|
200
|
-
zoom: boolean;
|
|
201
|
-
ready: boolean;
|
|
202
|
-
pending: boolean;
|
|
203
|
-
emitPending: boolean;
|
|
204
|
-
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
205
|
-
image: HTMLImageElement;
|
|
206
|
-
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
207
|
-
P: {};
|
|
208
|
-
B: {};
|
|
209
|
-
D: {};
|
|
210
|
-
C: {};
|
|
211
|
-
M: {};
|
|
212
|
-
Defaults: {};
|
|
213
|
-
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
214
|
-
src: {
|
|
215
|
-
type: StringConstructor;
|
|
216
|
-
default: string;
|
|
217
|
-
required: true;
|
|
218
|
-
};
|
|
219
|
-
alt: {
|
|
220
|
-
type: StringConstructor;
|
|
221
|
-
default: string;
|
|
222
|
-
};
|
|
223
|
-
spinner: {
|
|
224
|
-
type: BooleanConstructor;
|
|
225
|
-
default: boolean;
|
|
226
|
-
};
|
|
227
|
-
zoom: {
|
|
228
|
-
type: BooleanConstructor;
|
|
229
|
-
default: boolean;
|
|
230
|
-
};
|
|
231
|
-
animate: {
|
|
232
|
-
type: BooleanConstructor;
|
|
233
|
-
default: boolean;
|
|
234
|
-
};
|
|
235
|
-
ready: {
|
|
236
|
-
type: BooleanConstructor;
|
|
237
|
-
default: boolean;
|
|
238
|
-
};
|
|
239
|
-
pending: {
|
|
240
|
-
type: BooleanConstructor;
|
|
241
|
-
default: boolean;
|
|
242
|
-
};
|
|
243
|
-
emitPending: {
|
|
244
|
-
type: BooleanConstructor;
|
|
245
|
-
default: boolean;
|
|
246
|
-
};
|
|
247
|
-
}>> & Readonly<{
|
|
248
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
249
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
250
|
-
}>, {}, {}, {}, {}, {
|
|
251
|
-
animate: boolean;
|
|
252
|
-
src: string;
|
|
253
|
-
alt: string;
|
|
254
|
-
spinner: boolean;
|
|
255
|
-
zoom: boolean;
|
|
256
|
-
ready: boolean;
|
|
257
|
-
pending: boolean;
|
|
258
|
-
emitPending: boolean;
|
|
259
|
-
}> | null;
|
|
260
|
-
}, any>;
|
|
261
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
43
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
44
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
45
|
+
declare const _default: typeof __VLS_export;
|
|
262
46
|
export default _default;
|
|
263
|
-
type
|
|
47
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
264
48
|
new (): {
|
|
265
49
|
$slots: S;
|
|
266
50
|
};
|
|
@@ -1,224 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
actions?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {
|
|
7
|
-
image: import('../../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
8
|
-
src: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
alt: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
spinner: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
zoom: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
animate: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
ready: {
|
|
30
|
-
type: BooleanConstructor;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
pending: {
|
|
34
|
-
type: BooleanConstructor;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
|
-
emitPending: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
}>> & Readonly<{
|
|
42
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
43
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
44
|
-
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
45
|
-
"update:ready": (...args: any[]) => void;
|
|
46
|
-
"update:pending": (...args: any[]) => void;
|
|
47
|
-
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
48
|
-
animate: boolean;
|
|
49
|
-
src: string;
|
|
50
|
-
alt: string;
|
|
51
|
-
spinner: boolean;
|
|
52
|
-
zoom: boolean;
|
|
53
|
-
ready: boolean;
|
|
54
|
-
pending: boolean;
|
|
55
|
-
emitPending: boolean;
|
|
56
|
-
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
57
|
-
image: HTMLImageElement;
|
|
58
|
-
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
59
|
-
P: {};
|
|
60
|
-
B: {};
|
|
61
|
-
D: {};
|
|
62
|
-
C: {};
|
|
63
|
-
M: {};
|
|
64
|
-
Defaults: {};
|
|
65
|
-
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
66
|
-
src: {
|
|
67
|
-
type: StringConstructor;
|
|
68
|
-
default: string;
|
|
69
|
-
required: true;
|
|
70
|
-
};
|
|
71
|
-
alt: {
|
|
72
|
-
type: StringConstructor;
|
|
73
|
-
default: string;
|
|
74
|
-
};
|
|
75
|
-
spinner: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
zoom: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
animate: {
|
|
84
|
-
type: BooleanConstructor;
|
|
85
|
-
default: boolean;
|
|
86
|
-
};
|
|
87
|
-
ready: {
|
|
88
|
-
type: BooleanConstructor;
|
|
89
|
-
default: boolean;
|
|
90
|
-
};
|
|
91
|
-
pending: {
|
|
92
|
-
type: BooleanConstructor;
|
|
93
|
-
default: boolean;
|
|
94
|
-
};
|
|
95
|
-
emitPending: {
|
|
96
|
-
type: BooleanConstructor;
|
|
97
|
-
default: boolean;
|
|
98
|
-
};
|
|
99
|
-
}>> & Readonly<{
|
|
100
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
101
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
102
|
-
}>, {}, {}, {}, {}, {
|
|
103
|
-
animate: boolean;
|
|
104
|
-
src: string;
|
|
105
|
-
alt: string;
|
|
106
|
-
spinner: boolean;
|
|
107
|
-
zoom: boolean;
|
|
108
|
-
ready: boolean;
|
|
109
|
-
pending: boolean;
|
|
110
|
-
emitPending: boolean;
|
|
111
|
-
}> | null;
|
|
112
|
-
targetImage: import('../../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
113
|
-
src: {
|
|
114
|
-
type: StringConstructor;
|
|
115
|
-
default: string;
|
|
116
|
-
required: true;
|
|
117
|
-
};
|
|
118
|
-
alt: {
|
|
119
|
-
type: StringConstructor;
|
|
120
|
-
default: string;
|
|
121
|
-
};
|
|
122
|
-
spinner: {
|
|
123
|
-
type: BooleanConstructor;
|
|
124
|
-
default: boolean;
|
|
125
|
-
};
|
|
126
|
-
zoom: {
|
|
127
|
-
type: BooleanConstructor;
|
|
128
|
-
default: boolean;
|
|
129
|
-
};
|
|
130
|
-
animate: {
|
|
131
|
-
type: BooleanConstructor;
|
|
132
|
-
default: boolean;
|
|
133
|
-
};
|
|
134
|
-
ready: {
|
|
135
|
-
type: BooleanConstructor;
|
|
136
|
-
default: boolean;
|
|
137
|
-
};
|
|
138
|
-
pending: {
|
|
139
|
-
type: BooleanConstructor;
|
|
140
|
-
default: boolean;
|
|
141
|
-
};
|
|
142
|
-
emitPending: {
|
|
143
|
-
type: BooleanConstructor;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
|
-
}>> & Readonly<{
|
|
147
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
148
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
149
|
-
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
150
|
-
"update:ready": (...args: any[]) => void;
|
|
151
|
-
"update:pending": (...args: any[]) => void;
|
|
152
|
-
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
153
|
-
animate: boolean;
|
|
154
|
-
src: string;
|
|
155
|
-
alt: string;
|
|
156
|
-
spinner: boolean;
|
|
157
|
-
zoom: boolean;
|
|
158
|
-
ready: boolean;
|
|
159
|
-
pending: boolean;
|
|
160
|
-
emitPending: boolean;
|
|
161
|
-
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
162
|
-
image: HTMLImageElement;
|
|
163
|
-
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
164
|
-
P: {};
|
|
165
|
-
B: {};
|
|
166
|
-
D: {};
|
|
167
|
-
C: {};
|
|
168
|
-
M: {};
|
|
169
|
-
Defaults: {};
|
|
170
|
-
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
171
|
-
src: {
|
|
172
|
-
type: StringConstructor;
|
|
173
|
-
default: string;
|
|
174
|
-
required: true;
|
|
175
|
-
};
|
|
176
|
-
alt: {
|
|
177
|
-
type: StringConstructor;
|
|
178
|
-
default: string;
|
|
179
|
-
};
|
|
180
|
-
spinner: {
|
|
181
|
-
type: BooleanConstructor;
|
|
182
|
-
default: boolean;
|
|
183
|
-
};
|
|
184
|
-
zoom: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
default: boolean;
|
|
187
|
-
};
|
|
188
|
-
animate: {
|
|
189
|
-
type: BooleanConstructor;
|
|
190
|
-
default: boolean;
|
|
191
|
-
};
|
|
192
|
-
ready: {
|
|
193
|
-
type: BooleanConstructor;
|
|
194
|
-
default: boolean;
|
|
195
|
-
};
|
|
196
|
-
pending: {
|
|
197
|
-
type: BooleanConstructor;
|
|
198
|
-
default: boolean;
|
|
199
|
-
};
|
|
200
|
-
emitPending: {
|
|
201
|
-
type: BooleanConstructor;
|
|
202
|
-
default: boolean;
|
|
203
|
-
};
|
|
204
|
-
}>> & Readonly<{
|
|
205
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
206
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
207
|
-
}>, {}, {}, {}, {}, {
|
|
208
|
-
animate: boolean;
|
|
209
|
-
src: string;
|
|
210
|
-
alt: string;
|
|
211
|
-
spinner: boolean;
|
|
212
|
-
zoom: boolean;
|
|
213
|
-
ready: boolean;
|
|
214
|
-
pending: boolean;
|
|
215
|
-
emitPending: boolean;
|
|
216
|
-
}> | null;
|
|
217
|
-
};
|
|
218
|
-
rootEl: any;
|
|
1
|
+
declare var __VLS_25: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
actions?: (props: typeof __VLS_25) => any;
|
|
219
4
|
};
|
|
220
|
-
|
|
221
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
5
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
222
6
|
modelValue: {
|
|
223
7
|
type: StringConstructor;
|
|
224
8
|
default: string;
|
|
@@ -254,221 +38,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
254
38
|
spinner: boolean;
|
|
255
39
|
ready: boolean;
|
|
256
40
|
modelValue: string;
|
|
257
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
type: StringConstructor;
|
|
261
|
-
default: string;
|
|
262
|
-
required: true;
|
|
263
|
-
};
|
|
264
|
-
alt: {
|
|
265
|
-
type: StringConstructor;
|
|
266
|
-
default: string;
|
|
267
|
-
};
|
|
268
|
-
spinner: {
|
|
269
|
-
type: BooleanConstructor;
|
|
270
|
-
default: boolean;
|
|
271
|
-
};
|
|
272
|
-
zoom: {
|
|
273
|
-
type: BooleanConstructor;
|
|
274
|
-
default: boolean;
|
|
275
|
-
};
|
|
276
|
-
animate: {
|
|
277
|
-
type: BooleanConstructor;
|
|
278
|
-
default: boolean;
|
|
279
|
-
};
|
|
280
|
-
ready: {
|
|
281
|
-
type: BooleanConstructor;
|
|
282
|
-
default: boolean;
|
|
283
|
-
};
|
|
284
|
-
pending: {
|
|
285
|
-
type: BooleanConstructor;
|
|
286
|
-
default: boolean;
|
|
287
|
-
};
|
|
288
|
-
emitPending: {
|
|
289
|
-
type: BooleanConstructor;
|
|
290
|
-
default: boolean;
|
|
291
|
-
};
|
|
292
|
-
}>> & Readonly<{
|
|
293
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
294
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
295
|
-
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
296
|
-
"update:ready": (...args: any[]) => void;
|
|
297
|
-
"update:pending": (...args: any[]) => void;
|
|
298
|
-
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
299
|
-
animate: boolean;
|
|
300
|
-
src: string;
|
|
301
|
-
alt: string;
|
|
302
|
-
spinner: boolean;
|
|
303
|
-
zoom: boolean;
|
|
304
|
-
ready: boolean;
|
|
305
|
-
pending: boolean;
|
|
306
|
-
emitPending: boolean;
|
|
307
|
-
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
308
|
-
image: HTMLImageElement;
|
|
309
|
-
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
310
|
-
P: {};
|
|
311
|
-
B: {};
|
|
312
|
-
D: {};
|
|
313
|
-
C: {};
|
|
314
|
-
M: {};
|
|
315
|
-
Defaults: {};
|
|
316
|
-
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
317
|
-
src: {
|
|
318
|
-
type: StringConstructor;
|
|
319
|
-
default: string;
|
|
320
|
-
required: true;
|
|
321
|
-
};
|
|
322
|
-
alt: {
|
|
323
|
-
type: StringConstructor;
|
|
324
|
-
default: string;
|
|
325
|
-
};
|
|
326
|
-
spinner: {
|
|
327
|
-
type: BooleanConstructor;
|
|
328
|
-
default: boolean;
|
|
329
|
-
};
|
|
330
|
-
zoom: {
|
|
331
|
-
type: BooleanConstructor;
|
|
332
|
-
default: boolean;
|
|
333
|
-
};
|
|
334
|
-
animate: {
|
|
335
|
-
type: BooleanConstructor;
|
|
336
|
-
default: boolean;
|
|
337
|
-
};
|
|
338
|
-
ready: {
|
|
339
|
-
type: BooleanConstructor;
|
|
340
|
-
default: boolean;
|
|
341
|
-
};
|
|
342
|
-
pending: {
|
|
343
|
-
type: BooleanConstructor;
|
|
344
|
-
default: boolean;
|
|
345
|
-
};
|
|
346
|
-
emitPending: {
|
|
347
|
-
type: BooleanConstructor;
|
|
348
|
-
default: boolean;
|
|
349
|
-
};
|
|
350
|
-
}>> & Readonly<{
|
|
351
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
352
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
353
|
-
}>, {}, {}, {}, {}, {
|
|
354
|
-
animate: boolean;
|
|
355
|
-
src: string;
|
|
356
|
-
alt: string;
|
|
357
|
-
spinner: boolean;
|
|
358
|
-
zoom: boolean;
|
|
359
|
-
ready: boolean;
|
|
360
|
-
pending: boolean;
|
|
361
|
-
emitPending: boolean;
|
|
362
|
-
}> | null;
|
|
363
|
-
targetImage: import('../../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
364
|
-
src: {
|
|
365
|
-
type: StringConstructor;
|
|
366
|
-
default: string;
|
|
367
|
-
required: true;
|
|
368
|
-
};
|
|
369
|
-
alt: {
|
|
370
|
-
type: StringConstructor;
|
|
371
|
-
default: string;
|
|
372
|
-
};
|
|
373
|
-
spinner: {
|
|
374
|
-
type: BooleanConstructor;
|
|
375
|
-
default: boolean;
|
|
376
|
-
};
|
|
377
|
-
zoom: {
|
|
378
|
-
type: BooleanConstructor;
|
|
379
|
-
default: boolean;
|
|
380
|
-
};
|
|
381
|
-
animate: {
|
|
382
|
-
type: BooleanConstructor;
|
|
383
|
-
default: boolean;
|
|
384
|
-
};
|
|
385
|
-
ready: {
|
|
386
|
-
type: BooleanConstructor;
|
|
387
|
-
default: boolean;
|
|
388
|
-
};
|
|
389
|
-
pending: {
|
|
390
|
-
type: BooleanConstructor;
|
|
391
|
-
default: boolean;
|
|
392
|
-
};
|
|
393
|
-
emitPending: {
|
|
394
|
-
type: BooleanConstructor;
|
|
395
|
-
default: boolean;
|
|
396
|
-
};
|
|
397
|
-
}>> & Readonly<{
|
|
398
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
399
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
400
|
-
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
401
|
-
"update:ready": (...args: any[]) => void;
|
|
402
|
-
"update:pending": (...args: any[]) => void;
|
|
403
|
-
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
404
|
-
animate: boolean;
|
|
405
|
-
src: string;
|
|
406
|
-
alt: string;
|
|
407
|
-
spinner: boolean;
|
|
408
|
-
zoom: boolean;
|
|
409
|
-
ready: boolean;
|
|
410
|
-
pending: boolean;
|
|
411
|
-
emitPending: boolean;
|
|
412
|
-
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
413
|
-
image: HTMLImageElement;
|
|
414
|
-
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
415
|
-
P: {};
|
|
416
|
-
B: {};
|
|
417
|
-
D: {};
|
|
418
|
-
C: {};
|
|
419
|
-
M: {};
|
|
420
|
-
Defaults: {};
|
|
421
|
-
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
422
|
-
src: {
|
|
423
|
-
type: StringConstructor;
|
|
424
|
-
default: string;
|
|
425
|
-
required: true;
|
|
426
|
-
};
|
|
427
|
-
alt: {
|
|
428
|
-
type: StringConstructor;
|
|
429
|
-
default: string;
|
|
430
|
-
};
|
|
431
|
-
spinner: {
|
|
432
|
-
type: BooleanConstructor;
|
|
433
|
-
default: boolean;
|
|
434
|
-
};
|
|
435
|
-
zoom: {
|
|
436
|
-
type: BooleanConstructor;
|
|
437
|
-
default: boolean;
|
|
438
|
-
};
|
|
439
|
-
animate: {
|
|
440
|
-
type: BooleanConstructor;
|
|
441
|
-
default: boolean;
|
|
442
|
-
};
|
|
443
|
-
ready: {
|
|
444
|
-
type: BooleanConstructor;
|
|
445
|
-
default: boolean;
|
|
446
|
-
};
|
|
447
|
-
pending: {
|
|
448
|
-
type: BooleanConstructor;
|
|
449
|
-
default: boolean;
|
|
450
|
-
};
|
|
451
|
-
emitPending: {
|
|
452
|
-
type: BooleanConstructor;
|
|
453
|
-
default: boolean;
|
|
454
|
-
};
|
|
455
|
-
}>> & Readonly<{
|
|
456
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
457
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
458
|
-
}>, {}, {}, {}, {}, {
|
|
459
|
-
animate: boolean;
|
|
460
|
-
src: string;
|
|
461
|
-
alt: string;
|
|
462
|
-
spinner: boolean;
|
|
463
|
-
zoom: boolean;
|
|
464
|
-
ready: boolean;
|
|
465
|
-
pending: boolean;
|
|
466
|
-
emitPending: boolean;
|
|
467
|
-
}> | null;
|
|
468
|
-
}, any>;
|
|
469
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
43
|
+
declare const _default: typeof __VLS_export;
|
|
470
44
|
export default _default;
|
|
471
|
-
type
|
|
45
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
472
46
|
new (): {
|
|
473
47
|
$slots: S;
|
|
474
48
|
};
|