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,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
2
2
|
basePath: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -37,5 +37,6 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
37
37
|
basePath: string;
|
|
38
38
|
prefix: string;
|
|
39
39
|
size: string;
|
|
40
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
40
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
41
42
|
export default _default;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
2
4
|
modelValue: {
|
|
3
5
|
type: NumberConstructor;
|
|
4
6
|
default: number;
|
|
@@ -51,4 +53,3 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
51
53
|
step: number;
|
|
52
54
|
ticks: number;
|
|
53
55
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
54
|
-
export default _default;
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {}, __VLS_9: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
toggle?: (props: typeof __VLS_1) => any;
|
|
4
|
+
} & {
|
|
5
|
+
body?: (props: typeof __VLS_9) => any;
|
|
9
6
|
};
|
|
10
|
-
|
|
11
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
7
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
12
8
|
id: {
|
|
13
9
|
type: StringConstructor;
|
|
14
10
|
default: () => string;
|
|
@@ -69,10 +65,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
69
65
|
modelValue: boolean;
|
|
70
66
|
parent: string;
|
|
71
67
|
noPadding: boolean;
|
|
72
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
73
|
-
declare const
|
|
68
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
69
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
70
|
+
declare const _default: typeof __VLS_export;
|
|
74
71
|
export default _default;
|
|
75
|
-
type
|
|
72
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
76
73
|
new (): {
|
|
77
74
|
$slots: S;
|
|
78
75
|
};
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
4
|
};
|
|
9
|
-
|
|
10
|
-
declare const
|
|
11
|
-
declare const _default:
|
|
5
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
12
8
|
export default _default;
|
|
13
|
-
type
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
10
|
new (): {
|
|
15
11
|
$slots: S;
|
|
16
12
|
};
|
|
@@ -1,16 +1,9 @@
|
|
|
1
1
|
import { PropType } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {
|
|
8
|
-
container: HTMLDivElement;
|
|
9
|
-
};
|
|
10
|
-
rootEl: HTMLDivElement;
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
11
5
|
};
|
|
12
|
-
|
|
13
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
6
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
14
7
|
modelValue: {
|
|
15
8
|
type: StringConstructor;
|
|
16
9
|
};
|
|
@@ -113,17 +106,16 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
113
106
|
}>, {
|
|
114
107
|
color: string;
|
|
115
108
|
required: boolean;
|
|
116
|
-
placeholder: string;
|
|
117
109
|
disabled: boolean;
|
|
118
110
|
outlined: boolean;
|
|
111
|
+
placeholder: string;
|
|
119
112
|
readOnly: boolean;
|
|
120
113
|
options: any[];
|
|
121
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
114
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
115
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
116
|
+
declare const _default: typeof __VLS_export;
|
|
125
117
|
export default _default;
|
|
126
|
-
type
|
|
118
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
127
119
|
new (): {
|
|
128
120
|
$slots: S;
|
|
129
121
|
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Ref } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
-
declare const _default:
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
3
5
|
modelValue: {
|
|
4
6
|
type: null;
|
|
5
7
|
};
|
|
@@ -172,8 +174,4 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
172
174
|
resolutions: Record<string, any>;
|
|
173
175
|
enableZoomSlider: boolean;
|
|
174
176
|
correctOrientation: boolean;
|
|
175
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
176
|
-
camera: HTMLVideoElement;
|
|
177
|
-
canvas: HTMLCanvasElement;
|
|
178
|
-
}, any>;
|
|
179
|
-
export default _default;
|
|
177
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
@@ -10,16 +10,11 @@ export interface MapMarker extends MapPosition {
|
|
|
10
10
|
type?: MapMarkerType;
|
|
11
11
|
}
|
|
12
12
|
export type MapStylePreset = 'streets' | 'light' | 'dark' | 'minimal' | 'popover' | 'custom';
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
label?(_: {}): any;
|
|
17
|
-
};
|
|
18
|
-
refs: {};
|
|
19
|
-
rootEl: HTMLDivElement;
|
|
13
|
+
declare var __VLS_1: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
label?: (props: typeof __VLS_1) => any;
|
|
20
16
|
};
|
|
21
|
-
|
|
22
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
17
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
23
18
|
label: {
|
|
24
19
|
type: StringConstructor;
|
|
25
20
|
default: string;
|
|
@@ -255,7 +250,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
255
250
|
markers: MapMarker[];
|
|
256
251
|
center: MapPosition;
|
|
257
252
|
height: string;
|
|
258
|
-
routeCoordinates: (
|
|
253
|
+
routeCoordinates: ([number, number] | MapPosition)[];
|
|
259
254
|
routeColor: string;
|
|
260
255
|
routeWeight: number;
|
|
261
256
|
selectionRadius: number;
|
|
@@ -274,10 +269,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
274
269
|
mapStyle: MapStylePreset;
|
|
275
270
|
tileLayerUrl: string;
|
|
276
271
|
tileLayerAttribution: string;
|
|
277
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
278
|
-
declare const
|
|
272
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
273
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
274
|
+
declare const _default: typeof __VLS_export;
|
|
279
275
|
export default _default;
|
|
280
|
-
type
|
|
276
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
281
277
|
new (): {
|
|
282
278
|
$slots: S;
|
|
283
279
|
};
|
|
@@ -1,29 +1,24 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
lastModified?: number;
|
|
13
|
-
uploadProgress?: number;
|
|
14
|
-
};
|
|
15
|
-
index: number;
|
|
16
|
-
};
|
|
17
|
-
}): any;
|
|
18
|
-
button?(_: {}): any;
|
|
19
|
-
};
|
|
20
|
-
refs: {
|
|
21
|
-
root: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {}, __VLS_20: {
|
|
2
|
+
bind: {
|
|
3
|
+
item: {
|
|
4
|
+
type?: string;
|
|
5
|
+
src?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
size?: number;
|
|
8
|
+
lastModified?: number;
|
|
9
|
+
uploadProgress?: number;
|
|
10
|
+
};
|
|
11
|
+
index: number;
|
|
22
12
|
};
|
|
23
|
-
|
|
13
|
+
}, __VLS_33: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
'bulk-remove'?: (props: typeof __VLS_1) => any;
|
|
16
|
+
} & {
|
|
17
|
+
'upload-progress'?: (props: typeof __VLS_20) => any;
|
|
18
|
+
} & {
|
|
19
|
+
button?: (props: typeof __VLS_33) => any;
|
|
24
20
|
};
|
|
25
|
-
|
|
26
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
21
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
27
22
|
storeId: StringConstructor;
|
|
28
23
|
id: {
|
|
29
24
|
type: StringConstructor;
|
|
@@ -280,12 +275,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
280
275
|
allowDuplicateFiles: boolean;
|
|
281
276
|
maxFiles: number;
|
|
282
277
|
showProgress: boolean;
|
|
283
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
278
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
279
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
280
|
+
declare const _default: typeof __VLS_export;
|
|
287
281
|
export default _default;
|
|
288
|
-
type
|
|
282
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
289
283
|
new (): {
|
|
290
284
|
$slots: S;
|
|
291
285
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: StringConstructor[];
|
|
4
4
|
default: string;
|
|
@@ -95,5 +95,6 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
95
95
|
name: string;
|
|
96
96
|
disabled: boolean;
|
|
97
97
|
colors: String[];
|
|
98
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
98
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
99
|
+
declare const _default: typeof __VLS_export;
|
|
99
100
|
export default _default;
|
|
@@ -1,15 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {
|
|
7
|
-
renderer: HTMLDivElement;
|
|
8
|
-
};
|
|
9
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
4
|
};
|
|
11
|
-
|
|
12
|
-
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<{
|
|
13
6
|
modelValue: {
|
|
14
7
|
type: StringConstructor;
|
|
15
8
|
default: string;
|
|
@@ -90,12 +83,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
90
83
|
renderUpdates: boolean;
|
|
91
84
|
exportToSvg: boolean;
|
|
92
85
|
debug: boolean;
|
|
93
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
86
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
87
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
88
|
+
declare const _default: typeof __VLS_export;
|
|
97
89
|
export default _default;
|
|
98
|
-
type
|
|
90
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
99
91
|
new (): {
|
|
100
92
|
$slots: S;
|
|
101
93
|
};
|
|
@@ -1,35 +1,30 @@
|
|
|
1
1
|
import { PropType } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
import { LocalUrlFormat } from '../../../composables/useLocalFileUrl';
|
|
3
3
|
declare function removeFile(index: number | string): void;
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
refs: {
|
|
27
|
-
root: HTMLDivElement;
|
|
28
|
-
};
|
|
29
|
-
rootEl: HTMLDivElement;
|
|
4
|
+
declare var __VLS_1: {
|
|
5
|
+
bind: {
|
|
6
|
+
item: {
|
|
7
|
+
type?: string;
|
|
8
|
+
src?: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
size?: number;
|
|
11
|
+
lastModified?: number;
|
|
12
|
+
uploadProgress?: number;
|
|
13
|
+
};
|
|
14
|
+
index: number;
|
|
15
|
+
};
|
|
16
|
+
on: {
|
|
17
|
+
removeFile: typeof removeFile;
|
|
18
|
+
};
|
|
19
|
+
}, __VLS_18: {}, __VLS_20: {};
|
|
20
|
+
type __VLS_Slots = {} & {
|
|
21
|
+
'preview-item'?: (props: typeof __VLS_1) => any;
|
|
22
|
+
} & {
|
|
23
|
+
label?: (props: typeof __VLS_18) => any;
|
|
24
|
+
} & {
|
|
25
|
+
button?: (props: typeof __VLS_20) => any;
|
|
30
26
|
};
|
|
31
|
-
|
|
32
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
27
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
33
28
|
modelValue: {
|
|
34
29
|
type: {
|
|
35
30
|
(arrayLength: number): {
|
|
@@ -340,8 +335,8 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
340
335
|
uploadProgress?: number;
|
|
341
336
|
}[];
|
|
342
337
|
name: string;
|
|
343
|
-
placeholder: string;
|
|
344
338
|
disabled: boolean;
|
|
339
|
+
placeholder: string;
|
|
345
340
|
readOnly: boolean;
|
|
346
341
|
multiple: boolean;
|
|
347
342
|
maxFileSize: number;
|
|
@@ -353,12 +348,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
353
348
|
previewWidth: number;
|
|
354
349
|
dropFiles: boolean;
|
|
355
350
|
localUrlFormat: LocalUrlFormat;
|
|
356
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
351
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
352
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
353
|
+
declare const _default: typeof __VLS_export;
|
|
360
354
|
export default _default;
|
|
361
|
-
type
|
|
355
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
362
356
|
new (): {
|
|
363
357
|
$slots: S;
|
|
364
358
|
};
|
|
@@ -1,24 +1,20 @@
|
|
|
1
1
|
declare function revealNext(): void;
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
17
|
-
refs: {};
|
|
18
|
-
rootEl: HTMLDivElement;
|
|
2
|
+
declare var __VLS_7: {
|
|
3
|
+
hint: any;
|
|
4
|
+
index: number;
|
|
5
|
+
isNew: boolean;
|
|
6
|
+
}, __VLS_9: {
|
|
7
|
+
revealNext: typeof revealNext;
|
|
8
|
+
canReveal: boolean;
|
|
9
|
+
revealedCount: number;
|
|
10
|
+
total: number;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
hint?: (props: typeof __VLS_7) => any;
|
|
14
|
+
} & {
|
|
15
|
+
trigger?: (props: typeof __VLS_9) => any;
|
|
19
16
|
};
|
|
20
|
-
|
|
21
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
17
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
22
18
|
modelValue: {
|
|
23
19
|
type: NumberConstructor;
|
|
24
20
|
default: number;
|
|
@@ -128,10 +124,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
128
124
|
penalty: number;
|
|
129
125
|
maxHints: number;
|
|
130
126
|
htmlContent: boolean;
|
|
131
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
132
|
-
declare const
|
|
127
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
128
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
129
|
+
declare const _default: typeof __VLS_export;
|
|
133
130
|
export default _default;
|
|
134
|
-
type
|
|
131
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
135
132
|
new (): {
|
|
136
133
|
$slots: S;
|
|
137
134
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
2
4
|
modelValue: {
|
|
3
5
|
type: StringConstructor;
|
|
4
6
|
default: string;
|
|
@@ -51,139 +53,10 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
51
53
|
ready: boolean;
|
|
52
54
|
modelValue: string;
|
|
53
55
|
aspectRatioOptions: number[];
|
|
54
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
55
|
-
|
|
56
|
-
$: import('../../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
57
|
-
$data: {};
|
|
58
|
-
$props: Partial<{} | {
|
|
59
|
-
[x: string]: any;
|
|
60
|
-
}> & Omit<{
|
|
61
|
-
readonly [x: string]: any;
|
|
62
|
-
} & import('../../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, never>;
|
|
63
|
-
$attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
64
|
-
$refs: {
|
|
65
|
-
[x: string]: unknown;
|
|
66
|
-
};
|
|
67
|
-
$slots: Readonly<{
|
|
68
|
-
[name: string]: import('../../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
69
|
-
}>;
|
|
70
|
-
$root: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
71
|
-
$parent: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
72
|
-
$host: Element | null;
|
|
73
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
74
|
-
$el: any;
|
|
75
|
-
$options: import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<any>, {
|
|
76
|
-
getResult: () => import('vue-advanced-cropper').CropperResult;
|
|
77
|
-
setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
|
|
78
|
-
refresh: () => void;
|
|
79
|
-
zoom: (factor: number, center?: import('vue-advanced-cropper').Point) => void;
|
|
80
|
-
move: (left: number, top?: number) => void;
|
|
81
|
-
rotate: (angle: number) => void;
|
|
82
|
-
flip: (horizontal: boolean, vertical?: boolean) => void;
|
|
83
|
-
reset: () => void;
|
|
84
|
-
}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComputedOptions, import('../../../../vue/dist/vue.esm-bundler.js').MethodOptions, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {} | {
|
|
85
|
-
[x: string]: any;
|
|
86
|
-
}, {}, string, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
|
|
87
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
88
|
-
created?: (() => void) | (() => void)[];
|
|
89
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
90
|
-
mounted?: (() => void) | (() => void)[];
|
|
91
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
92
|
-
updated?: (() => void) | (() => void)[];
|
|
93
|
-
activated?: (() => void) | (() => void)[];
|
|
94
|
-
deactivated?: (() => void) | (() => void)[];
|
|
95
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
96
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
97
|
-
destroyed?: (() => void) | (() => void)[];
|
|
98
|
-
unmounted?: (() => void) | (() => void)[];
|
|
99
|
-
renderTracked?: ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
100
|
-
renderTriggered?: ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
101
|
-
errorCaptured?: ((err: unknown, instance: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
102
|
-
};
|
|
103
|
-
$forceUpdate: () => void;
|
|
104
|
-
$nextTick: typeof import('../../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
105
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('../../../../vue/dist/vue.esm-bundler.js').WatchOptions): import('../../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
106
|
-
} & Readonly<{}> & Omit<Readonly<any>, "rotate" | "zoom" | "reset" | "move" | "getResult" | "setCoordinates" | "refresh" | "flip"> & {
|
|
107
|
-
getResult: () => import('vue-advanced-cropper').CropperResult;
|
|
108
|
-
setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
|
|
109
|
-
refresh: () => void;
|
|
110
|
-
zoom: (factor: number, center?: import('vue-advanced-cropper').Point) => void;
|
|
111
|
-
move: (left: number, top?: number) => void;
|
|
112
|
-
rotate: (angle: number) => void;
|
|
113
|
-
flip: (horizontal: boolean, vertical?: boolean) => void;
|
|
114
|
-
reset: () => void;
|
|
115
|
-
} & {
|
|
116
|
-
[x: string]: never;
|
|
117
|
-
} & import('../../../../vue/dist/vue.esm-bundler.js').MethodOptions & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {}) | ({
|
|
118
|
-
$: import('../../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
119
|
-
$data: {};
|
|
120
|
-
$props: Partial<{} | {
|
|
121
|
-
[x: string]: any;
|
|
122
|
-
}> & Omit<{
|
|
123
|
-
readonly [x: string]: any;
|
|
124
|
-
} & import('../../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, never>;
|
|
125
|
-
$attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
126
|
-
$refs: {
|
|
127
|
-
[x: string]: unknown;
|
|
128
|
-
};
|
|
129
|
-
$slots: Readonly<{
|
|
130
|
-
[name: string]: import('../../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
131
|
-
}>;
|
|
132
|
-
$root: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
133
|
-
$parent: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
134
|
-
$host: Element | null;
|
|
135
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
136
|
-
$el: any;
|
|
137
|
-
$options: import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<any>, {
|
|
138
|
-
getResult: () => import('vue-advanced-cropper').CropperResult;
|
|
139
|
-
setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
|
|
140
|
-
refresh: () => void;
|
|
141
|
-
zoom: (factor: number, center?: import('vue-advanced-cropper').Point) => void;
|
|
142
|
-
move: (left: number, top?: number) => void;
|
|
143
|
-
rotate: (angle: number) => void;
|
|
144
|
-
flip: (horizontal: boolean, vertical?: boolean) => void;
|
|
145
|
-
reset: () => void;
|
|
146
|
-
}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComputedOptions, import('../../../../vue/dist/vue.esm-bundler.js').MethodOptions, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {} | {
|
|
147
|
-
[x: string]: any;
|
|
148
|
-
}, {}, string, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
|
|
149
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
150
|
-
created?: (() => void) | (() => void)[];
|
|
151
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
152
|
-
mounted?: (() => void) | (() => void)[];
|
|
153
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
154
|
-
updated?: (() => void) | (() => void)[];
|
|
155
|
-
activated?: (() => void) | (() => void)[];
|
|
156
|
-
deactivated?: (() => void) | (() => void)[];
|
|
157
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
158
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
159
|
-
destroyed?: (() => void) | (() => void)[];
|
|
160
|
-
unmounted?: (() => void) | (() => void)[];
|
|
161
|
-
renderTracked?: ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
162
|
-
renderTriggered?: ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
163
|
-
errorCaptured?: ((err: unknown, instance: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
164
|
-
};
|
|
165
|
-
$forceUpdate: () => void;
|
|
166
|
-
$nextTick: typeof import('../../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
167
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('../../../../vue/dist/vue.esm-bundler.js').WatchOptions): import('../../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
168
|
-
} & Readonly<{
|
|
169
|
-
[x: string]: any;
|
|
170
|
-
}> & Omit<Readonly<any>, "rotate" | "zoom" | "reset" | "move" | "getResult" | "setCoordinates" | "refresh" | "flip"> & {
|
|
171
|
-
getResult: () => import('vue-advanced-cropper').CropperResult;
|
|
172
|
-
setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
|
|
173
|
-
refresh: () => void;
|
|
174
|
-
zoom: (factor: number, center?: import('vue-advanced-cropper').Point) => void;
|
|
175
|
-
move: (left: number, top?: number) => void;
|
|
176
|
-
rotate: (angle: number) => void;
|
|
177
|
-
flip: (horizontal: boolean, vertical?: boolean) => void;
|
|
178
|
-
reset: () => void;
|
|
179
|
-
} & {
|
|
180
|
-
[x: string]: never;
|
|
181
|
-
} & import('../../../../vue/dist/vue.esm-bundler.js').MethodOptions & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {}) | null;
|
|
182
|
-
}, any>, {
|
|
183
|
-
actions?(_: {}): any;
|
|
56
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>, {
|
|
57
|
+
actions?: (props: {}) => any;
|
|
184
58
|
}>;
|
|
185
|
-
|
|
186
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
59
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
187
60
|
new (): {
|
|
188
61
|
$slots: S;
|
|
189
62
|
};
|