ablok-components 0.3.101 → 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/components/templates/touch-wrapper/touch-wrapper.vue.js +25 -34
- 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,18 +1,11 @@
|
|
|
1
1
|
import { PropType } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
import { LocalUrlFormat } from '../../../composables/useLocalFileUrl';
|
|
3
3
|
import { IMediaObject } from '../../../types/media';
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
button?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {
|
|
10
|
-
root: HTMLDivElement;
|
|
11
|
-
};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
4
|
+
declare var __VLS_26: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
button?: (props: typeof __VLS_26) => any;
|
|
13
7
|
};
|
|
14
|
-
|
|
15
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
8
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
16
9
|
modelValue: {
|
|
17
10
|
type: () => IMediaObject | undefined;
|
|
18
11
|
default: undefined;
|
|
@@ -214,8 +207,8 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
214
207
|
id: string;
|
|
215
208
|
modelValue: IMediaObject | undefined;
|
|
216
209
|
name: string;
|
|
217
|
-
placeholder: string;
|
|
218
210
|
disabled: boolean;
|
|
211
|
+
placeholder: string;
|
|
219
212
|
readOnly: boolean;
|
|
220
213
|
accept: string;
|
|
221
214
|
maxFileSize: number;
|
|
@@ -229,12 +222,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
229
222
|
localUrlFormat: LocalUrlFormat;
|
|
230
223
|
enableReview: boolean;
|
|
231
224
|
maxImageWidth: number;
|
|
232
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
225
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
226
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
227
|
+
declare const _default: typeof __VLS_export;
|
|
236
228
|
export default _default;
|
|
237
|
-
type
|
|
229
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
238
230
|
new (): {
|
|
239
231
|
$slots: S;
|
|
240
232
|
};
|
|
@@ -1,22 +1,13 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {
|
|
12
|
-
wrapper: HTMLSpanElement;
|
|
13
|
-
target: HTMLDivElement;
|
|
14
|
-
preview: HTMLDivElement;
|
|
15
|
-
};
|
|
16
|
-
rootEl: HTMLSpanElement;
|
|
1
|
+
declare var __VLS_1: {
|
|
2
|
+
src: string;
|
|
3
|
+
alt: string;
|
|
4
|
+
spinner: boolean;
|
|
5
|
+
animate: boolean;
|
|
6
|
+
};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
image?: (props: typeof __VLS_1) => any;
|
|
17
9
|
};
|
|
18
|
-
|
|
19
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
10
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
20
11
|
src: {
|
|
21
12
|
type: StringConstructor;
|
|
22
13
|
required: true;
|
|
@@ -99,14 +90,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
99
90
|
focusWidth: number;
|
|
100
91
|
focusHeight: number;
|
|
101
92
|
popoverId: string;
|
|
102
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
preview: HTMLDivElement;
|
|
106
|
-
}, HTMLSpanElement>;
|
|
107
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
93
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
94
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
95
|
+
declare const _default: typeof __VLS_export;
|
|
108
96
|
export default _default;
|
|
109
|
-
type
|
|
97
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
110
98
|
new (): {
|
|
111
99
|
$slots: S;
|
|
112
100
|
};
|
|
@@ -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 | BooleanConstructor | DateConstructor | NumberConstructor)[];
|
|
4
4
|
default: string;
|
|
@@ -107,8 +107,9 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
107
107
|
id: string;
|
|
108
108
|
modelValue: string | number | boolean | Date;
|
|
109
109
|
name: string;
|
|
110
|
-
placeholder: string;
|
|
111
110
|
disabled: boolean;
|
|
111
|
+
placeholder: string;
|
|
112
112
|
readOnly: boolean;
|
|
113
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
113
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
114
|
+
declare const _default: typeof __VLS_export;
|
|
114
115
|
export default _default;
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
'input-prepend'?(_: {
|
|
6
|
-
slotScope: string;
|
|
7
|
-
}): any;
|
|
8
|
-
'input-append'?(_: {
|
|
9
|
-
slotScope: string;
|
|
10
|
-
}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {}, __VLS_3: {
|
|
2
|
+
slotScope: string;
|
|
3
|
+
}, __VLS_20: {
|
|
4
|
+
slotScope: string;
|
|
14
5
|
};
|
|
15
|
-
type
|
|
16
|
-
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
label?: (props: typeof __VLS_1) => any;
|
|
8
|
+
} & {
|
|
9
|
+
'input-prepend'?: (props: typeof __VLS_3) => any;
|
|
10
|
+
} & {
|
|
11
|
+
'input-append'?: (props: typeof __VLS_20) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
17
14
|
modelValue: {
|
|
18
15
|
type: null;
|
|
19
16
|
default: string;
|
|
@@ -177,10 +174,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
177
174
|
picker: boolean;
|
|
178
175
|
locale: string;
|
|
179
176
|
utcStore: boolean;
|
|
180
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
181
|
-
declare const
|
|
177
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
178
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
179
|
+
declare const _default: typeof __VLS_export;
|
|
182
180
|
export default _default;
|
|
183
|
-
type
|
|
181
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
184
182
|
new (): {
|
|
185
183
|
$slots: S;
|
|
186
184
|
};
|
|
@@ -3,9 +3,9 @@ import { uniqueId as M } from "../../../utilities/helpers.js";
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { useI18n as G } from "vue-i18n";
|
|
5
5
|
import { sanitizeHtml as J } from "../../../composables/useSanitize.js";
|
|
6
|
-
import { fr as Q } from "../../../node_modules/.pnpm/date-fns@
|
|
7
|
-
import { de as W } from "../../../node_modules/.pnpm/date-fns@
|
|
8
|
-
import { enUS as O } from "../../../node_modules/.pnpm/date-fns@
|
|
6
|
+
import { fr as Q } from "../../../node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/fr.js";
|
|
7
|
+
import { de as W } from "../../../node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/de.js";
|
|
8
|
+
import { enUS as O } from "../../../node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/en-US.js";
|
|
9
9
|
const X = { class: "row" }, _ = { class: "col-12" }, ee = ["for", "innerHTML"], te = { key: 0 }, le = { class: "input-group justify-content-center" }, ae = {
|
|
10
10
|
key: 0,
|
|
11
11
|
class: "row"
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
label?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
label?: (props: typeof __VLS_1) => any;
|
|
8
4
|
};
|
|
9
|
-
|
|
10
|
-
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<{
|
|
11
6
|
id: {
|
|
12
7
|
type: StringConstructor;
|
|
13
8
|
};
|
|
@@ -183,17 +178,18 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
183
178
|
required: boolean;
|
|
184
179
|
variant: string;
|
|
185
180
|
name: string;
|
|
186
|
-
placeholder: string;
|
|
187
181
|
disabled: boolean;
|
|
188
182
|
outlined: boolean;
|
|
183
|
+
placeholder: string;
|
|
189
184
|
readOnly: boolean;
|
|
190
185
|
multiple: boolean;
|
|
191
186
|
showSelectionCount: boolean;
|
|
192
187
|
exactMatch: boolean;
|
|
193
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
194
|
-
declare const
|
|
188
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
189
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
190
|
+
declare const _default: typeof __VLS_export;
|
|
195
191
|
export default _default;
|
|
196
|
-
type
|
|
192
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
197
193
|
new (): {
|
|
198
194
|
$slots: S;
|
|
199
195
|
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export declare const stripHtml: (s: string) => string;
|
|
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
|
url: {
|
|
4
6
|
type: StringConstructor;
|
|
5
7
|
default: string;
|
|
@@ -95,5 +97,4 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
95
97
|
subject: string;
|
|
96
98
|
media: string;
|
|
97
99
|
services: Record<string, any>;
|
|
98
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
99
|
-
export default _default;
|
|
100
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
type: null;
|
|
5
5
|
default: null;
|
|
@@ -71,5 +71,6 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
71
71
|
descriptionKey: string;
|
|
72
72
|
emptyText: string;
|
|
73
73
|
showDistance: boolean;
|
|
74
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
74
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
75
|
+
declare const _default: typeof __VLS_export;
|
|
75
76
|
export default _default;
|
|
@@ -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
|
default: null;
|
|
4
4
|
};
|
|
@@ -89,5 +89,6 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
89
89
|
assets: any[];
|
|
90
90
|
stacked: boolean;
|
|
91
91
|
showCount: boolean;
|
|
92
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
92
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
93
|
+
declare const _default: typeof __VLS_export;
|
|
93
94
|
export default _default;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { PropType } 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: __VLS_WithSlots<import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
3
5
|
modelValue: {
|
|
4
6
|
type: BooleanConstructor;
|
|
5
7
|
default: boolean;
|
|
@@ -76,8 +78,8 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
76
78
|
debounceItem: number;
|
|
77
79
|
collapsible: boolean;
|
|
78
80
|
collapseItems: number;
|
|
79
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
80
|
-
item
|
|
81
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>, {
|
|
82
|
+
item?: (props: {
|
|
81
83
|
item: {
|
|
82
84
|
content: string;
|
|
83
85
|
id: string;
|
|
@@ -87,10 +89,9 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
87
89
|
stackIndex?: number;
|
|
88
90
|
};
|
|
89
91
|
removeItem: (item: any, update: any) => void;
|
|
90
|
-
})
|
|
92
|
+
}) => any;
|
|
91
93
|
}>;
|
|
92
|
-
|
|
93
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
94
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
94
95
|
new (): {
|
|
95
96
|
$slots: S;
|
|
96
97
|
};
|
|
@@ -6,7 +6,9 @@ export declare enum Breakpoints {
|
|
|
6
6
|
LG = "lg",
|
|
7
7
|
XL = "xl"
|
|
8
8
|
}
|
|
9
|
-
declare const _default:
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
10
12
|
modelValue: {
|
|
11
13
|
type: BooleanConstructor;
|
|
12
14
|
default: boolean;
|
|
@@ -122,191 +124,14 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
122
124
|
hoverDelay: number;
|
|
123
125
|
exclusive: boolean;
|
|
124
126
|
ariaLabel: string;
|
|
125
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
type: string;
|
|
132
|
-
footer: boolean;
|
|
133
|
-
header: boolean;
|
|
134
|
-
title: string;
|
|
135
|
-
id: string;
|
|
136
|
-
modelValue: boolean;
|
|
137
|
-
classes: string;
|
|
138
|
-
hover: boolean;
|
|
139
|
-
hoverDelay: number;
|
|
140
|
-
closeTimeout: number;
|
|
141
|
-
}> & Omit<{
|
|
142
|
-
readonly type: string;
|
|
143
|
-
readonly footer: boolean;
|
|
144
|
-
readonly header: boolean;
|
|
145
|
-
readonly title: string;
|
|
146
|
-
readonly id: string;
|
|
147
|
-
readonly modelValue: boolean;
|
|
148
|
-
readonly classes: string;
|
|
149
|
-
readonly hover: boolean;
|
|
150
|
-
readonly hoverDelay: number;
|
|
151
|
-
readonly closeTimeout: number;
|
|
152
|
-
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
153
|
-
} & import('../../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "footer" | "header" | "title" | "id" | "modelValue" | "classes" | "hover" | "hoverDelay" | "closeTimeout">;
|
|
154
|
-
$attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
155
|
-
$refs: {
|
|
156
|
-
[x: string]: unknown;
|
|
157
|
-
} & {
|
|
158
|
-
popover: HTMLSpanElement;
|
|
159
|
-
};
|
|
160
|
-
$slots: Readonly<{
|
|
161
|
-
[name: string]: import('../../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
162
|
-
}>;
|
|
163
|
-
$root: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
164
|
-
$parent: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
165
|
-
$host: Element | null;
|
|
166
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
167
|
-
$el: HTMLSpanElement;
|
|
168
|
-
$options: import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
169
|
-
modelValue: {
|
|
170
|
-
type: BooleanConstructor;
|
|
171
|
-
default: boolean;
|
|
172
|
-
};
|
|
173
|
-
type: {
|
|
174
|
-
type: StringConstructor;
|
|
175
|
-
default: string;
|
|
176
|
-
};
|
|
177
|
-
id: {
|
|
178
|
-
type: StringConstructor;
|
|
179
|
-
default: () => string;
|
|
180
|
-
};
|
|
181
|
-
title: {
|
|
182
|
-
type: StringConstructor;
|
|
183
|
-
default: string;
|
|
184
|
-
};
|
|
185
|
-
header: {
|
|
186
|
-
type: BooleanConstructor;
|
|
187
|
-
default: boolean;
|
|
188
|
-
};
|
|
189
|
-
footer: {
|
|
190
|
-
type: BooleanConstructor;
|
|
191
|
-
default: boolean;
|
|
192
|
-
};
|
|
193
|
-
classes: {
|
|
194
|
-
type: StringConstructor;
|
|
195
|
-
default: string;
|
|
196
|
-
};
|
|
197
|
-
hover: {
|
|
198
|
-
type: BooleanConstructor;
|
|
199
|
-
default: boolean;
|
|
200
|
-
};
|
|
201
|
-
hoverDelay: {
|
|
202
|
-
type: NumberConstructor;
|
|
203
|
-
default: number;
|
|
204
|
-
};
|
|
205
|
-
closeTimeout: {
|
|
206
|
-
type: NumberConstructor;
|
|
207
|
-
default: number;
|
|
208
|
-
};
|
|
209
|
-
}>> & Readonly<{
|
|
210
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
211
|
-
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
212
|
-
"update:modelValue": (...args: any[]) => void;
|
|
213
|
-
}, string, {
|
|
214
|
-
type: string;
|
|
215
|
-
footer: boolean;
|
|
216
|
-
header: boolean;
|
|
217
|
-
title: string;
|
|
218
|
-
id: string;
|
|
219
|
-
modelValue: boolean;
|
|
220
|
-
classes: string;
|
|
221
|
-
hover: boolean;
|
|
222
|
-
hoverDelay: number;
|
|
223
|
-
closeTimeout: number;
|
|
224
|
-
}, {}, 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> & {
|
|
225
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
226
|
-
created?: (() => void) | (() => void)[];
|
|
227
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
228
|
-
mounted?: (() => void) | (() => void)[];
|
|
229
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
230
|
-
updated?: (() => void) | (() => void)[];
|
|
231
|
-
activated?: (() => void) | (() => void)[];
|
|
232
|
-
deactivated?: (() => void) | (() => void)[];
|
|
233
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
234
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
235
|
-
destroyed?: (() => void) | (() => void)[];
|
|
236
|
-
unmounted?: (() => void) | (() => void)[];
|
|
237
|
-
renderTracked?: ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
238
|
-
renderTriggered?: ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
239
|
-
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)[];
|
|
240
|
-
};
|
|
241
|
-
$forceUpdate: () => void;
|
|
242
|
-
$nextTick: typeof import('../../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
243
|
-
$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;
|
|
244
|
-
} & Readonly<{
|
|
245
|
-
type: string;
|
|
246
|
-
footer: boolean;
|
|
247
|
-
header: boolean;
|
|
248
|
-
title: string;
|
|
249
|
-
id: string;
|
|
250
|
-
modelValue: boolean;
|
|
251
|
-
classes: string;
|
|
252
|
-
hover: boolean;
|
|
253
|
-
hoverDelay: number;
|
|
254
|
-
closeTimeout: number;
|
|
255
|
-
}> & Omit<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
256
|
-
modelValue: {
|
|
257
|
-
type: BooleanConstructor;
|
|
258
|
-
default: boolean;
|
|
259
|
-
};
|
|
260
|
-
type: {
|
|
261
|
-
type: StringConstructor;
|
|
262
|
-
default: string;
|
|
263
|
-
};
|
|
264
|
-
id: {
|
|
265
|
-
type: StringConstructor;
|
|
266
|
-
default: () => string;
|
|
267
|
-
};
|
|
268
|
-
title: {
|
|
269
|
-
type: StringConstructor;
|
|
270
|
-
default: string;
|
|
271
|
-
};
|
|
272
|
-
header: {
|
|
273
|
-
type: BooleanConstructor;
|
|
274
|
-
default: boolean;
|
|
275
|
-
};
|
|
276
|
-
footer: {
|
|
277
|
-
type: BooleanConstructor;
|
|
278
|
-
default: boolean;
|
|
279
|
-
};
|
|
280
|
-
classes: {
|
|
281
|
-
type: StringConstructor;
|
|
282
|
-
default: string;
|
|
283
|
-
};
|
|
284
|
-
hover: {
|
|
285
|
-
type: BooleanConstructor;
|
|
286
|
-
default: boolean;
|
|
287
|
-
};
|
|
288
|
-
hoverDelay: {
|
|
289
|
-
type: NumberConstructor;
|
|
290
|
-
default: number;
|
|
291
|
-
};
|
|
292
|
-
closeTimeout: {
|
|
293
|
-
type: NumberConstructor;
|
|
294
|
-
default: number;
|
|
295
|
-
};
|
|
296
|
-
}>> & Readonly<{
|
|
297
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
298
|
-
}>, "type" | "footer" | "header" | "title" | "id" | "modelValue" | "classes" | "hover" | "hoverDelay" | "closeTimeout"> & {} & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
299
|
-
$slots: {
|
|
300
|
-
default?(_: {}): any;
|
|
301
|
-
};
|
|
302
|
-
}) | null;
|
|
303
|
-
}, HTMLSpanElement>, {
|
|
304
|
-
button?(_: {}): any;
|
|
305
|
-
default?(_: {}): any;
|
|
306
|
-
footer?(_: {}): any;
|
|
127
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>, {
|
|
128
|
+
button?: (props: {}) => any;
|
|
129
|
+
} & {
|
|
130
|
+
default?: (props: {}) => any;
|
|
131
|
+
} & {
|
|
132
|
+
footer?: (props: {}) => any;
|
|
307
133
|
}>;
|
|
308
|
-
|
|
309
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
134
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
310
135
|
new (): {
|
|
311
136
|
$slots: S;
|
|
312
137
|
};
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {}, __VLS_3: {
|
|
2
|
+
step: any;
|
|
3
|
+
}, __VLS_5: {
|
|
4
|
+
step: any;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
step?: (props: typeof __VLS_1) => any;
|
|
8
|
+
} & {
|
|
9
|
+
button?: (props: typeof __VLS_3) => any;
|
|
10
|
+
} & {
|
|
11
|
+
label?: (props: typeof __VLS_5) => any;
|
|
14
12
|
};
|
|
15
|
-
|
|
16
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
13
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
17
14
|
modelValue: {
|
|
18
15
|
type: NumberConstructor;
|
|
19
16
|
default: number;
|
|
@@ -94,10 +91,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
94
91
|
progress: number;
|
|
95
92
|
modelValue: number;
|
|
96
93
|
reveal: boolean;
|
|
97
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
98
|
-
declare const
|
|
94
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
95
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
96
|
+
declare const _default: typeof __VLS_export;
|
|
99
97
|
export default _default;
|
|
100
|
-
type
|
|
98
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
101
99
|
new (): {
|
|
102
100
|
$slots: S;
|
|
103
101
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function download(): void;
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
3
3
|
data: null;
|
|
4
4
|
image: null;
|
|
5
5
|
download: {
|
|
@@ -30,7 +30,6 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
30
30
|
}>, {
|
|
31
31
|
download: boolean;
|
|
32
32
|
filename: string;
|
|
33
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
34
|
-
|
|
35
|
-
}, HTMLDivElement>;
|
|
33
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
34
|
+
declare const _default: typeof __VLS_export;
|
|
36
35
|
export default _default;
|
|
@@ -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: null;
|
|
4
4
|
default: string;
|
|
@@ -112,5 +112,6 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
112
112
|
disabled: boolean;
|
|
113
113
|
options: any[];
|
|
114
114
|
itemClass: string;
|
|
115
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
115
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
116
|
+
declare const _default: typeof __VLS_export;
|
|
116
117
|
export default _default;
|
|
@@ -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;
|
|
@@ -42,4 +42,5 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
42
42
|
iconBasePath: string;
|
|
43
43
|
allowFullscreen: boolean;
|
|
44
44
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
45
|
+
declare const _default: typeof __VLS_export;
|
|
45
46
|
export default _default;
|
|
@@ -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: null;
|
|
4
4
|
default: string;
|
|
@@ -106,5 +106,6 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
106
106
|
disabled: boolean;
|
|
107
107
|
assets: any[];
|
|
108
108
|
emitKey: string;
|
|
109
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
109
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
110
|
+
declare const _default: typeof __VLS_export;
|
|
110
111
|
export default _default;
|