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,28 +1,24 @@
|
|
|
1
1
|
declare function toggle(): void;
|
|
2
2
|
declare function input(event: Event): void;
|
|
3
3
|
declare function update(update: any): void;
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
preview?(_: {
|
|
8
|
-
bind: {
|
|
9
|
-
modelValue: any;
|
|
10
|
-
};
|
|
11
|
-
on: {
|
|
12
|
-
input: typeof input;
|
|
13
|
-
toggle: typeof toggle;
|
|
14
|
-
'update:modelValue': typeof update;
|
|
15
|
-
};
|
|
16
|
-
}): any;
|
|
4
|
+
declare var __VLS_1: {
|
|
5
|
+
bind: {
|
|
6
|
+
modelValue: any;
|
|
17
7
|
};
|
|
18
|
-
|
|
19
|
-
|
|
8
|
+
on: {
|
|
9
|
+
input: typeof input;
|
|
10
|
+
toggle: typeof toggle;
|
|
11
|
+
'update:modelValue': typeof update;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
preview?: (props: typeof __VLS_1) => any;
|
|
20
16
|
};
|
|
21
|
-
|
|
22
|
-
declare const
|
|
23
|
-
declare const _default:
|
|
17
|
+
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>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
24
20
|
export default _default;
|
|
25
|
-
type
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
22
|
new (): {
|
|
27
23
|
$slots: S;
|
|
28
24
|
};
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLButtonElement;
|
|
1
|
+
declare var __VLS_1: {}, __VLS_8: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
'pending-icon'?: (props: typeof __VLS_1) => any;
|
|
4
|
+
} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => 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
|
type: {
|
|
13
9
|
type: null;
|
|
14
10
|
};
|
|
@@ -113,10 +109,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
113
109
|
success: boolean;
|
|
114
110
|
outlined: boolean;
|
|
115
111
|
rounded: boolean;
|
|
116
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
117
|
-
declare const
|
|
112
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
113
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
114
|
+
declare const _default: typeof __VLS_export;
|
|
118
115
|
export default _default;
|
|
119
|
-
type
|
|
116
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
120
117
|
new (): {
|
|
121
118
|
$slots: S;
|
|
122
119
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as s, computed as r, openBlock as t, createElementBlock as o, normalizeClass as i, renderSlot as d, createVNode as u, createCommentVNode as n, createBlock as f, toDisplayString as
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent as s, computed as r, openBlock as t, createElementBlock as o, normalizeClass as i, renderSlot as d, createVNode as u, createCommentVNode as n, createBlock as f, toDisplayString as m } from "vue";
|
|
2
|
+
import y from "../loading-spinner/loading-spinner.vue.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import b from "../svg-icon/svg-icon.vue.js";
|
|
5
5
|
/* empty css */
|
|
@@ -70,9 +70,9 @@ const g = ["type", "disabled"], C = /* @__PURE__ */ s({
|
|
|
70
70
|
"btn-sm": e.size === "small"
|
|
71
71
|
}])
|
|
72
72
|
}, [
|
|
73
|
-
e.pending ? d(a.$slots, "pending-icon", {
|
|
74
|
-
u(
|
|
75
|
-
]) : n("", !0),
|
|
73
|
+
e.pending ? d(a.$slots, "pending-icon", {}, () => [
|
|
74
|
+
u(y)
|
|
75
|
+
], void 0, 0) : n("", !0),
|
|
76
76
|
d(a.$slots, "default", {}, () => [
|
|
77
77
|
e.icon ? (t(), f(b, {
|
|
78
78
|
key: 0,
|
|
@@ -82,7 +82,7 @@ const g = ["type", "disabled"], C = /* @__PURE__ */ s({
|
|
|
82
82
|
c.value ? (t(), o("span", {
|
|
83
83
|
key: 1,
|
|
84
84
|
class: i(["base-button__caption", { "icon-padding": e.icon }])
|
|
85
|
-
},
|
|
85
|
+
}, m(e.caption), 3)) : n("", !0)
|
|
86
86
|
])
|
|
87
87
|
], 10, g));
|
|
88
88
|
}
|
|
@@ -5,19 +5,15 @@ type __VLS_Props = {
|
|
|
5
5
|
text?: string;
|
|
6
6
|
className?: string;
|
|
7
7
|
};
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
default?(_: {}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {};
|
|
14
|
-
rootEl: any;
|
|
8
|
+
declare var __VLS_8: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_8) => any;
|
|
15
11
|
};
|
|
16
|
-
|
|
17
|
-
declare const
|
|
18
|
-
declare const _default:
|
|
12
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, 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<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
19
15
|
export default _default;
|
|
20
|
-
type
|
|
16
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
17
|
new (): {
|
|
22
18
|
$slots: S;
|
|
23
19
|
};
|
|
@@ -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
|
src: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -81,7 +81,6 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
81
81
|
ready: boolean;
|
|
82
82
|
pending: boolean;
|
|
83
83
|
emitPending: boolean;
|
|
84
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
85
|
-
|
|
86
|
-
}, any>;
|
|
84
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
85
|
+
declare const _default: typeof __VLS_export;
|
|
87
86
|
export default _default;
|
|
@@ -1,21 +1,16 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
refs: {
|
|
13
|
-
input: HTMLInputElement;
|
|
14
|
-
};
|
|
15
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {
|
|
2
|
+
slotScope: string;
|
|
3
|
+
}, __VLS_3: {
|
|
4
|
+
slotScope: string;
|
|
5
|
+
}, __VLS_5: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
'input-prepend'?: (props: typeof __VLS_1) => any;
|
|
8
|
+
} & {
|
|
9
|
+
'input-append'?: (props: typeof __VLS_3) => any;
|
|
10
|
+
} & {
|
|
11
|
+
label?: (props: typeof __VLS_5) => any;
|
|
16
12
|
};
|
|
17
|
-
|
|
18
|
-
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<{
|
|
19
14
|
modelValue: {
|
|
20
15
|
type: (StringConstructor | BooleanConstructor | DateConstructor | NumberConstructor)[];
|
|
21
16
|
default: string;
|
|
@@ -194,8 +189,8 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
194
189
|
id: string;
|
|
195
190
|
modelValue: string | number | boolean | Date;
|
|
196
191
|
name: string;
|
|
197
|
-
placeholder: string;
|
|
198
192
|
disabled: boolean;
|
|
193
|
+
placeholder: string;
|
|
199
194
|
readOnly: boolean;
|
|
200
195
|
trueValue: any;
|
|
201
196
|
falseValue: any;
|
|
@@ -204,12 +199,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
204
199
|
validate: boolean;
|
|
205
200
|
valid: boolean;
|
|
206
201
|
sanitize: boolean;
|
|
207
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
202
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
203
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
204
|
+
declare const _default: typeof __VLS_export;
|
|
211
205
|
export default _default;
|
|
212
|
-
type
|
|
206
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
213
207
|
new (): {
|
|
214
208
|
$slots: S;
|
|
215
209
|
};
|
|
@@ -4,5 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
text?: string;
|
|
5
5
|
className?: string;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, 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<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -3,7 +3,9 @@ declare global {
|
|
|
3
3
|
confetti?: any;
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
declare const __VLS_export: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
7
9
|
preset: {
|
|
8
10
|
type: StringConstructor;
|
|
9
11
|
default: string;
|
|
@@ -70,7 +72,4 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
70
72
|
items: {}[];
|
|
71
73
|
preset: string;
|
|
72
74
|
loop: boolean;
|
|
73
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
74
|
-
canvas: HTMLCanvasElement;
|
|
75
|
-
}, HTMLCanvasElement>;
|
|
76
|
-
export default _default;
|
|
75
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
@@ -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: () => never[];
|
|
@@ -106,5 +106,6 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
106
106
|
name: string;
|
|
107
107
|
disabled: boolean;
|
|
108
108
|
readOnly: boolean;
|
|
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;
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
content?: string;
|
|
3
3
|
};
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: any;
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
11
7
|
};
|
|
12
|
-
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default:
|
|
8
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, 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<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
15
11
|
export default _default;
|
|
16
|
-
type
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
17
13
|
new (): {
|
|
18
14
|
$slots: S;
|
|
19
15
|
};
|
|
@@ -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
|
id: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
};
|
|
@@ -95,7 +95,6 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
95
95
|
trueValue: any;
|
|
96
96
|
falseValue: any;
|
|
97
97
|
checked: boolean;
|
|
98
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
99
|
-
|
|
100
|
-
}, HTMLDivElement>;
|
|
98
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
99
|
+
declare const _default: typeof __VLS_export;
|
|
101
100
|
export default _default;
|
|
@@ -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: {
|
|
2
|
+
slotScope: string;
|
|
3
|
+
}, __VLS_3: {
|
|
4
|
+
slotScope: string;
|
|
5
|
+
}, __VLS_5: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
'input-prepend'?: (props: typeof __VLS_1) => any;
|
|
8
|
+
} & {
|
|
9
|
+
'input-append'?: (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: (StringConstructor | BooleanConstructor | DateConstructor | NumberConstructor)[];
|
|
19
16
|
default: string;
|
|
@@ -116,13 +113,14 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
116
113
|
id: string;
|
|
117
114
|
modelValue: string | number | boolean | Date;
|
|
118
115
|
name: string;
|
|
119
|
-
placeholder: string;
|
|
120
116
|
disabled: boolean;
|
|
117
|
+
placeholder: string;
|
|
121
118
|
readOnly: boolean;
|
|
122
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
123
|
-
declare const
|
|
119
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
120
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
121
|
+
declare const _default: typeof __VLS_export;
|
|
124
122
|
export default _default;
|
|
125
|
-
type
|
|
123
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
126
124
|
new (): {
|
|
127
125
|
$slots: S;
|
|
128
126
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
input: HTMLInputElement;
|
|
11
|
-
};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
'input-prepend'?: (props: typeof __VLS_1) => any;
|
|
4
|
+
} & {
|
|
5
|
+
'input-append'?: (props: typeof __VLS_3) => any;
|
|
6
|
+
} & {
|
|
7
|
+
button?: (props: typeof __VLS_5) => any;
|
|
8
|
+
} & {
|
|
9
|
+
label?: (props: typeof __VLS_7) => any;
|
|
13
10
|
};
|
|
14
|
-
|
|
15
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
11
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
16
12
|
modelValue: {
|
|
17
13
|
type: {
|
|
18
14
|
(arrayLength: number): File[];
|
|
@@ -166,18 +162,17 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
166
162
|
id: string;
|
|
167
163
|
modelValue: File[];
|
|
168
164
|
name: string;
|
|
169
|
-
placeholder: string;
|
|
170
165
|
disabled: boolean;
|
|
166
|
+
placeholder: string;
|
|
171
167
|
readOnly: boolean;
|
|
172
168
|
multiple: boolean;
|
|
173
169
|
maxFileSize: number;
|
|
174
170
|
dropzone: boolean;
|
|
175
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
171
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
172
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
173
|
+
declare const _default: typeof __VLS_export;
|
|
179
174
|
export default _default;
|
|
180
|
-
type
|
|
175
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
181
176
|
new (): {
|
|
182
177
|
$slots: S;
|
|
183
178
|
};
|
|
@@ -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;
|
|
@@ -147,13 +147,14 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
147
147
|
id: string;
|
|
148
148
|
modelValue: string | number | boolean | Date;
|
|
149
149
|
name: string;
|
|
150
|
-
placeholder: string;
|
|
151
150
|
disabled: boolean;
|
|
151
|
+
placeholder: string;
|
|
152
152
|
readOnly: boolean;
|
|
153
153
|
role: string;
|
|
154
154
|
autocomplete: string;
|
|
155
155
|
confirm: boolean;
|
|
156
156
|
passcodeMatch: string;
|
|
157
157
|
splitInput: boolean;
|
|
158
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
158
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
159
|
+
declare const _default: typeof __VLS_export;
|
|
159
160
|
export default _default;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
slotScope: string;
|
|
6
|
-
}): any;
|
|
7
|
-
'input-append'?(_: {
|
|
8
|
-
slotScope: string;
|
|
9
|
-
}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_8: {
|
|
2
|
+
slotScope: string;
|
|
3
|
+
}, __VLS_11: {
|
|
4
|
+
slotScope: string;
|
|
13
5
|
};
|
|
14
|
-
type
|
|
15
|
-
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
'input-prepend'?: (props: typeof __VLS_8) => any;
|
|
8
|
+
} & {
|
|
9
|
+
'input-append'?: (props: typeof __VLS_11) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
16
12
|
modelValue: {
|
|
17
13
|
type: (StringConstructor | BooleanConstructor | DateConstructor | NumberConstructor)[];
|
|
18
14
|
default: string;
|
|
@@ -153,17 +149,18 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
153
149
|
id: string;
|
|
154
150
|
modelValue: string | number | boolean | Date;
|
|
155
151
|
name: string;
|
|
156
|
-
placeholder: string;
|
|
157
152
|
disabled: boolean;
|
|
153
|
+
placeholder: string;
|
|
158
154
|
readOnly: boolean;
|
|
159
155
|
role: string;
|
|
160
156
|
autocomplete: string;
|
|
161
157
|
password: string;
|
|
162
158
|
confirm: boolean;
|
|
163
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
164
|
-
declare const
|
|
159
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
160
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
161
|
+
declare const _default: typeof __VLS_export;
|
|
165
162
|
export default _default;
|
|
166
|
-
type
|
|
163
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
167
164
|
new (): {
|
|
168
165
|
$slots: S;
|
|
169
166
|
};
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
'input-prepend'?: (props: typeof __VLS_1) => any;
|
|
4
|
+
} & {
|
|
5
|
+
'input-append'?: (props: typeof __VLS_3) => any;
|
|
6
|
+
} & {
|
|
7
|
+
label?: (props: typeof __VLS_5) => any;
|
|
10
8
|
};
|
|
11
|
-
|
|
12
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
9
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
13
10
|
modelValue: {
|
|
14
11
|
type: StringConstructor;
|
|
15
12
|
default: string;
|
|
@@ -134,15 +131,16 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
134
131
|
id: string;
|
|
135
132
|
modelValue: string;
|
|
136
133
|
name: string;
|
|
137
|
-
placeholder: string;
|
|
138
134
|
disabled: boolean;
|
|
135
|
+
placeholder: string;
|
|
139
136
|
readOnly: boolean;
|
|
140
137
|
sanitize: boolean;
|
|
141
138
|
checked: boolean;
|
|
142
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
143
|
-
declare const
|
|
139
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
140
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
141
|
+
declare const _default: typeof __VLS_export;
|
|
144
142
|
export default _default;
|
|
145
|
-
type
|
|
143
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
146
144
|
new (): {
|
|
147
145
|
$slots: S;
|
|
148
146
|
};
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLSpanElement;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (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
|
color: {
|
|
12
7
|
type: StringConstructor;
|
|
13
8
|
default: string;
|
|
@@ -19,10 +14,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
19
14
|
};
|
|
20
15
|
}>> & Readonly<{}>, {
|
|
21
16
|
color: string;
|
|
22
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
23
|
-
declare const
|
|
17
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
24
20
|
export default _default;
|
|
25
|
-
type
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
22
|
new (): {
|
|
27
23
|
$slots: S;
|
|
28
24
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { PropType } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
2
|
+
declare var __VLS_1: {
|
|
3
|
+
option: any;
|
|
4
|
+
index: number;
|
|
5
|
+
}, __VLS_3: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
'option-label'?: (props: typeof __VLS_1) => any;
|
|
8
|
+
} & {
|
|
9
|
+
label?: (props: typeof __VLS_3) => any;
|
|
13
10
|
};
|
|
14
|
-
|
|
15
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
11
|
+
declare const __VLS_base: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
16
12
|
modelValue: {
|
|
17
13
|
type: null;
|
|
18
14
|
};
|
|
@@ -114,10 +110,11 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
114
110
|
readOnly: boolean;
|
|
115
111
|
options: any[];
|
|
116
112
|
itemClass: string;
|
|
117
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {},
|
|
118
|
-
declare const
|
|
113
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
114
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
115
|
+
declare const _default: typeof __VLS_export;
|
|
119
116
|
export default _default;
|
|
120
|
-
type
|
|
117
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
121
118
|
new (): {
|
|
122
119
|
$slots: S;
|
|
123
120
|
};
|