ablok-components 0.2.2 → 0.2.4
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.es.js +20128 -19447
- package/dist/ablok-components.umd.js +91 -66
- package/dist/components/atoms/base-button/base-button.vue.d.ts +7 -23
- package/dist/components/atoms/base-headline/base-headline.vue.d.ts +45 -24
- package/dist/components/atoms/base-image/base-image.vue.d.ts +5 -5
- package/dist/components/atoms/base-input/base-input.vue.d.ts +11 -38
- package/dist/components/atoms/base-paragraph/base-paragraph.vue.d.ts +37 -8
- package/dist/components/atoms/check-group/check-group.vue.d.ts +17 -23
- package/dist/components/atoms/input-checkbox/input-checkbox.vue.d.ts +7 -12
- package/dist/components/atoms/input-datetime/input-datetime.vue.d.ts +11 -34
- package/dist/components/atoms/input-file/input-file.vue.d.ts +19 -47
- package/dist/components/atoms/input-password/input-password.vue.d.ts +11 -33
- package/dist/components/atoms/input-textarea/input-textarea.vue.d.ts +11 -30
- package/dist/components/atoms/loading-spinner/loading-spinner.vue.d.ts +5 -20
- package/dist/components/atoms/radio-group/radio-group.vue.d.ts +13 -35
- package/dist/components/atoms/svg-icon/svg-icon.vue.d.ts +6 -6
- package/dist/components/molecules/accordion/accordion-item.vue.d.ts +9 -27
- package/dist/components/molecules/accordion/accordion.vue.d.ts +1 -16
- package/dist/components/molecules/auto-suggest/auto-suggest.vue.d.ts +10 -32
- package/dist/components/molecules/base-camera/base-camera.vue.d.ts +7 -15
- package/dist/components/molecules/color-palette/color-palette.vue.d.ts +16 -22
- package/dist/components/molecules/dom-renderer/dom-renderer.vue.d.ts +7 -29
- package/dist/components/molecules/file-upload/file-upload.vue.d.ts +45 -59
- package/dist/components/molecules/input-color/input-color.vue.d.ts +11 -13
- package/dist/components/molecules/input-datepicker/input-datepicker.vue.d.ts +11 -36
- package/dist/components/molecules/input-dropdown/input-dropdown.vue.d.ts +18 -24
- package/dist/components/molecules/link-sharing/link-sharing.vue.d.ts +13 -17
- package/dist/components/molecules/media-thumbnails/media-thumbnails.vue.d.ts +15 -22
- package/dist/components/molecules/popover-notifications/popover-notifications.vue.d.ts +14 -28
- package/dist/components/molecules/popover-tooltip/popover-tooltip.vue.d.ts +13 -206
- package/dist/components/molecules/progress-steps/progress-steps.vue.d.ts +16 -44
- package/dist/components/molecules/radio-buttons/radio-buttons.vue.d.ts +16 -23
- package/dist/components/molecules/rte-editor/rte-editor.vue.d.ts +7 -9
- package/dist/components/molecules/select-media/select-media.vue.d.ts +16 -23
- package/dist/components/molecules/upload-group/upload-group.vue.d.ts +18 -24
- package/dist/components/organisms/asset-uploader/asset-uploader.vue.d.ts +18 -24
- package/dist/components/templates/base-carousel/base-carousel.vue.d.ts +15 -46
- package/dist/components/templates/base-form/base-form.vue.d.ts +45 -28
- package/dist/components/templates/modal-dialog/modal-dialog.vue.d.ts +10 -29
- package/dist/components/templates/popover-dialog/popover-dialog.vue.d.ts +10 -21
- package/dist/components/templates/sortable-list/sortable-list.vue.d.ts +14 -40
- package/dist/components/templates/touch-wrapper/touch-wrapper.vue.d.ts +6 -33
- package/dist/index.d.ts +40 -40
- package/dist/style.css +1 -0
- package/package.json +1 -1
- package/dist/ablok-components.css +0 -1
- package/dist/components/_preview.vue.d.ts +0 -29
- package/dist/components/atoms/input-datetime/input-datetime.d.ts +0 -0
- package/dist/components/component-hub.d.ts +0 -9
- package/dist/i18n.d.ts +0 -168
- package/dist/locales/en.d.ts +0 -166
- package/dist/main.d.ts +0 -0
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
declare
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
'pending-icon'?(_: {}): any;
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLButtonElement;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
1
|
+
declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
12
2
|
type: {
|
|
13
3
|
type: null;
|
|
14
4
|
};
|
|
@@ -56,7 +46,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
56
46
|
type: BooleanConstructor;
|
|
57
47
|
default: boolean;
|
|
58
48
|
};
|
|
59
|
-
}
|
|
49
|
+
}, {}, unknown, {}, {}, 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<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
60
50
|
type: {
|
|
61
51
|
type: null;
|
|
62
52
|
};
|
|
@@ -104,20 +94,14 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
104
94
|
type: BooleanConstructor;
|
|
105
95
|
default: boolean;
|
|
106
96
|
};
|
|
107
|
-
}
|
|
108
|
-
error: boolean;
|
|
109
|
-
circle: boolean;
|
|
97
|
+
}>>, {
|
|
110
98
|
color: string;
|
|
111
99
|
disabled: boolean;
|
|
112
100
|
pending: boolean;
|
|
113
101
|
success: boolean;
|
|
102
|
+
error: boolean;
|
|
114
103
|
outlined: boolean;
|
|
115
104
|
rounded: boolean;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
export default
|
|
119
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
120
|
-
new (): {
|
|
121
|
-
$slots: S;
|
|
122
|
-
};
|
|
123
|
-
};
|
|
105
|
+
circle: boolean;
|
|
106
|
+
}, {}>;
|
|
107
|
+
export default _sfc_main;
|
|
@@ -1,24 +1,45 @@
|
|
|
1
|
-
type
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
type
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
type
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
import type { PropType as __PropType } from './vue/dist/vue.esm-bundler.js';
|
|
2
|
+
declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
|
+
tag: {
|
|
4
|
+
type: __PropType<string | undefined>;
|
|
5
|
+
required: false;
|
|
6
|
+
};
|
|
7
|
+
size: {
|
|
8
|
+
type: __PropType<string | undefined>;
|
|
9
|
+
required: false;
|
|
10
|
+
};
|
|
11
|
+
variant: {
|
|
12
|
+
type: __PropType<string | undefined>;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
text: {
|
|
16
|
+
type: __PropType<string | undefined>;
|
|
17
|
+
required: false;
|
|
18
|
+
};
|
|
19
|
+
className: {
|
|
20
|
+
type: __PropType<string | undefined>;
|
|
21
|
+
required: false;
|
|
22
|
+
};
|
|
23
|
+
}, {}, unknown, {}, {}, 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<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
24
|
+
tag: {
|
|
25
|
+
type: __PropType<string | undefined>;
|
|
26
|
+
required: false;
|
|
27
|
+
};
|
|
28
|
+
size: {
|
|
29
|
+
type: __PropType<string | undefined>;
|
|
30
|
+
required: false;
|
|
31
|
+
};
|
|
32
|
+
variant: {
|
|
33
|
+
type: __PropType<string | undefined>;
|
|
34
|
+
required: false;
|
|
35
|
+
};
|
|
36
|
+
text: {
|
|
37
|
+
type: __PropType<string | undefined>;
|
|
38
|
+
required: false;
|
|
39
|
+
};
|
|
40
|
+
className: {
|
|
41
|
+
type: __PropType<string | undefined>;
|
|
42
|
+
required: false;
|
|
43
|
+
};
|
|
44
|
+
}>>, {}, {}>;
|
|
45
|
+
export default _sfc_main;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
2
2
|
src: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -16,7 +16,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
16
16
|
type: BooleanConstructor;
|
|
17
17
|
default: boolean;
|
|
18
18
|
};
|
|
19
|
-
}
|
|
19
|
+
}, {}, unknown, {}, {}, 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<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
20
20
|
src: {
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
default: string;
|
|
@@ -34,10 +34,10 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
34
34
|
type: BooleanConstructor;
|
|
35
35
|
default: boolean;
|
|
36
36
|
};
|
|
37
|
-
}
|
|
37
|
+
}>>, {
|
|
38
38
|
src: string;
|
|
39
39
|
alt: string;
|
|
40
40
|
spinner: boolean;
|
|
41
41
|
zoom: boolean;
|
|
42
|
-
}, {}
|
|
43
|
-
export default
|
|
42
|
+
}, {}>;
|
|
43
|
+
export default _sfc_main;
|
|
@@ -1,21 +1,4 @@
|
|
|
1
|
-
declare
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
'input-prepend'?(_: {
|
|
5
|
-
slotScope: string;
|
|
6
|
-
}): any;
|
|
7
|
-
'input-append'?(_: {
|
|
8
|
-
slotScope: string;
|
|
9
|
-
}): any;
|
|
10
|
-
label?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {
|
|
13
|
-
input: HTMLInputElement;
|
|
14
|
-
};
|
|
15
|
-
rootEl: HTMLDivElement;
|
|
16
|
-
};
|
|
17
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
1
|
+
declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
19
2
|
modelValue: {
|
|
20
3
|
type: (StringConstructor | BooleanConstructor | DateConstructor | NumberConstructor)[];
|
|
21
4
|
default: string;
|
|
@@ -79,9 +62,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
79
62
|
type: StringConstructor;
|
|
80
63
|
default: string;
|
|
81
64
|
};
|
|
82
|
-
}
|
|
83
|
-
"update:modelValue": (...args: any[]) => void;
|
|
84
|
-
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
65
|
+
}, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
85
66
|
modelValue: {
|
|
86
67
|
type: (StringConstructor | BooleanConstructor | DateConstructor | NumberConstructor)[];
|
|
87
68
|
default: string;
|
|
@@ -145,31 +126,23 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
145
126
|
type: StringConstructor;
|
|
146
127
|
default: string;
|
|
147
128
|
};
|
|
148
|
-
}>> &
|
|
129
|
+
}>> & {
|
|
149
130
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
150
|
-
}
|
|
131
|
+
}, {
|
|
151
132
|
type: string;
|
|
152
|
-
label: string;
|
|
153
|
-
pattern: string;
|
|
154
|
-
required: boolean;
|
|
155
133
|
variant: string;
|
|
156
|
-
id: string;
|
|
157
|
-
modelValue: string | number | boolean | Date;
|
|
158
134
|
disabled: boolean;
|
|
135
|
+
required: boolean;
|
|
136
|
+
modelValue: string | number | boolean | Date;
|
|
159
137
|
name: string;
|
|
138
|
+
id: string;
|
|
139
|
+
label: string;
|
|
160
140
|
placeholder: string;
|
|
161
141
|
readOnly: boolean;
|
|
142
|
+
pattern: string;
|
|
162
143
|
trueValue: any;
|
|
163
144
|
falseValue: any;
|
|
164
145
|
role: string;
|
|
165
146
|
autocomplete: string;
|
|
166
|
-
}, {}
|
|
167
|
-
|
|
168
|
-
}, HTMLDivElement>;
|
|
169
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
170
|
-
export default _default;
|
|
171
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
172
|
-
new (): {
|
|
173
|
-
$slots: S;
|
|
174
|
-
};
|
|
175
|
-
};
|
|
147
|
+
}, {}>;
|
|
148
|
+
export default _sfc_main;
|
|
@@ -1,8 +1,37 @@
|
|
|
1
|
-
type
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import type { PropType as __PropType } from './vue/dist/vue.esm-bundler.js';
|
|
2
|
+
declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
|
+
size: {
|
|
4
|
+
type: __PropType<string | undefined>;
|
|
5
|
+
required: false;
|
|
6
|
+
};
|
|
7
|
+
variant: {
|
|
8
|
+
type: __PropType<string | undefined>;
|
|
9
|
+
required: false;
|
|
10
|
+
};
|
|
11
|
+
text: {
|
|
12
|
+
type: __PropType<string | undefined>;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
className: {
|
|
16
|
+
type: __PropType<string | undefined>;
|
|
17
|
+
required: false;
|
|
18
|
+
};
|
|
19
|
+
}, {}, unknown, {}, {}, 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<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
20
|
+
size: {
|
|
21
|
+
type: __PropType<string | undefined>;
|
|
22
|
+
required: false;
|
|
23
|
+
};
|
|
24
|
+
variant: {
|
|
25
|
+
type: __PropType<string | undefined>;
|
|
26
|
+
required: false;
|
|
27
|
+
};
|
|
28
|
+
text: {
|
|
29
|
+
type: __PropType<string | undefined>;
|
|
30
|
+
required: false;
|
|
31
|
+
};
|
|
32
|
+
className: {
|
|
33
|
+
type: __PropType<string | undefined>;
|
|
34
|
+
required: false;
|
|
35
|
+
};
|
|
36
|
+
}>>, {}, {}>;
|
|
37
|
+
export default _sfc_main;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: null;
|
|
4
4
|
default: () => never[];
|
|
@@ -12,12 +12,10 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
12
12
|
isArray(arg: any): arg is any[];
|
|
13
13
|
readonly prototype: any[];
|
|
14
14
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
15
|
-
from<
|
|
16
|
-
from<
|
|
17
|
-
from<
|
|
18
|
-
of<
|
|
19
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
20
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
15
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
17
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
18
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
21
19
|
readonly [Symbol.species]: ArrayConstructor;
|
|
22
20
|
};
|
|
23
21
|
required: true;
|
|
@@ -46,9 +44,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
46
44
|
type: BooleanConstructor;
|
|
47
45
|
default: boolean;
|
|
48
46
|
};
|
|
49
|
-
}
|
|
50
|
-
"update:modelValue": (...args: any[]) => void;
|
|
51
|
-
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
47
|
+
}, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
52
48
|
modelValue: {
|
|
53
49
|
type: null;
|
|
54
50
|
default: () => never[];
|
|
@@ -62,12 +58,10 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
62
58
|
isArray(arg: any): arg is any[];
|
|
63
59
|
readonly prototype: any[];
|
|
64
60
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
65
|
-
from<
|
|
66
|
-
from<
|
|
67
|
-
from<
|
|
68
|
-
of<
|
|
69
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
70
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
61
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
62
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
63
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
64
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
71
65
|
readonly [Symbol.species]: ArrayConstructor;
|
|
72
66
|
};
|
|
73
67
|
required: true;
|
|
@@ -96,15 +90,15 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
96
90
|
type: BooleanConstructor;
|
|
97
91
|
default: boolean;
|
|
98
92
|
};
|
|
99
|
-
}>> &
|
|
93
|
+
}>> & {
|
|
100
94
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
101
|
-
}
|
|
102
|
-
|
|
95
|
+
}, {
|
|
96
|
+
disabled: boolean;
|
|
103
97
|
required: boolean;
|
|
104
|
-
id: string;
|
|
105
98
|
modelValue: any;
|
|
106
|
-
disabled: boolean;
|
|
107
99
|
name: string;
|
|
100
|
+
id: string;
|
|
101
|
+
label: string;
|
|
108
102
|
readOnly: boolean;
|
|
109
|
-
}, {}
|
|
110
|
-
export default
|
|
103
|
+
}, {}>;
|
|
104
|
+
export default _sfc_main;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
2
2
|
id: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
};
|
|
@@ -40,10 +40,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
40
40
|
type: null;
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
|
-
}
|
|
44
|
-
"update:modelValue": (...args: any[]) => void;
|
|
45
|
-
"update:checked": (...args: any[]) => void;
|
|
46
|
-
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
43
|
+
}, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("update:modelValue" | "update:checked")[], "update:modelValue" | "update:checked", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
47
44
|
id: {
|
|
48
45
|
type: StringConstructor;
|
|
49
46
|
};
|
|
@@ -85,17 +82,15 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
85
82
|
type: null;
|
|
86
83
|
default: boolean;
|
|
87
84
|
};
|
|
88
|
-
}>> &
|
|
85
|
+
}>> & {
|
|
89
86
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
90
87
|
"onUpdate:checked"?: ((...args: any[]) => any) | undefined;
|
|
91
|
-
}
|
|
92
|
-
required: boolean;
|
|
88
|
+
}, {
|
|
93
89
|
disabled: boolean;
|
|
90
|
+
required: boolean;
|
|
94
91
|
readOnly: boolean;
|
|
95
92
|
trueValue: any;
|
|
96
93
|
falseValue: any;
|
|
97
94
|
checked: boolean;
|
|
98
|
-
}, {}
|
|
99
|
-
|
|
100
|
-
}, HTMLDivElement>;
|
|
101
|
-
export default _default;
|
|
95
|
+
}, {}>;
|
|
96
|
+
export default _sfc_main;
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
declare
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
'input-prepend'?(_: {
|
|
5
|
-
slotScope: string;
|
|
6
|
-
}): any;
|
|
7
|
-
'input-append'?(_: {
|
|
8
|
-
slotScope: string;
|
|
9
|
-
}): any;
|
|
10
|
-
label?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: HTMLDivElement;
|
|
14
|
-
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
1
|
+
declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
17
2
|
modelValue: {
|
|
18
3
|
type: (StringConstructor | BooleanConstructor | DateConstructor | NumberConstructor)[];
|
|
19
4
|
default: string;
|
|
@@ -58,9 +43,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
58
43
|
type: StringConstructor;
|
|
59
44
|
default: null;
|
|
60
45
|
};
|
|
61
|
-
}
|
|
62
|
-
"update:modelValue": (...args: any[]) => void;
|
|
63
|
-
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
46
|
+
}, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
64
47
|
modelValue: {
|
|
65
48
|
type: (StringConstructor | BooleanConstructor | DateConstructor | NumberConstructor)[];
|
|
66
49
|
default: string;
|
|
@@ -105,25 +88,19 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
105
88
|
type: StringConstructor;
|
|
106
89
|
default: null;
|
|
107
90
|
};
|
|
108
|
-
}>> &
|
|
91
|
+
}>> & {
|
|
109
92
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
110
|
-
}
|
|
93
|
+
}, {
|
|
111
94
|
type: string;
|
|
112
|
-
label: string;
|
|
113
|
-
pattern: string;
|
|
114
|
-
required: boolean;
|
|
115
95
|
variant: string;
|
|
116
|
-
id: string;
|
|
117
|
-
modelValue: string | number | boolean | Date;
|
|
118
96
|
disabled: boolean;
|
|
97
|
+
required: boolean;
|
|
98
|
+
modelValue: string | number | boolean | Date;
|
|
119
99
|
name: string;
|
|
100
|
+
id: string;
|
|
101
|
+
label: string;
|
|
120
102
|
placeholder: string;
|
|
121
103
|
readOnly: boolean;
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
export default
|
|
125
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
126
|
-
new (): {
|
|
127
|
-
$slots: S;
|
|
128
|
-
};
|
|
129
|
-
};
|
|
104
|
+
pattern: string;
|
|
105
|
+
}, {}>;
|
|
106
|
+
export default _sfc_main;
|
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
declare
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
'input-prepend'?(_: {}): any;
|
|
5
|
-
'input-append'?(_: {}): any;
|
|
6
|
-
button?(_: {}): any;
|
|
7
|
-
label?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {
|
|
10
|
-
input: HTMLInputElement;
|
|
11
|
-
};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
13
|
-
};
|
|
14
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
1
|
+
declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
16
2
|
modelValue: {
|
|
17
3
|
type: {
|
|
18
4
|
(arrayLength: number): File[][];
|
|
@@ -22,12 +8,10 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
22
8
|
isArray(arg: any): arg is any[];
|
|
23
9
|
readonly prototype: any[];
|
|
24
10
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
25
|
-
from<
|
|
26
|
-
from<
|
|
27
|
-
from<
|
|
28
|
-
of<
|
|
29
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
30
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
11
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
12
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
13
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
14
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
31
15
|
readonly [Symbol.species]: ArrayConstructor;
|
|
32
16
|
};
|
|
33
17
|
default: never[];
|
|
@@ -79,9 +63,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
79
63
|
type: BooleanConstructor;
|
|
80
64
|
default: boolean;
|
|
81
65
|
};
|
|
82
|
-
}
|
|
83
|
-
"update:modelValue": (...args: any[]) => void;
|
|
84
|
-
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
66
|
+
}, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
85
67
|
modelValue: {
|
|
86
68
|
type: {
|
|
87
69
|
(arrayLength: number): File[][];
|
|
@@ -91,12 +73,10 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
91
73
|
isArray(arg: any): arg is any[];
|
|
92
74
|
readonly prototype: any[];
|
|
93
75
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
94
|
-
from<
|
|
95
|
-
from<
|
|
96
|
-
from<
|
|
97
|
-
of<
|
|
98
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
99
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
76
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
77
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
78
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
79
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
100
80
|
readonly [Symbol.species]: ArrayConstructor;
|
|
101
81
|
};
|
|
102
82
|
default: never[];
|
|
@@ -148,28 +128,20 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
148
128
|
type: BooleanConstructor;
|
|
149
129
|
default: boolean;
|
|
150
130
|
};
|
|
151
|
-
}>> &
|
|
131
|
+
}>> & {
|
|
152
132
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
153
|
-
}
|
|
154
|
-
label: string;
|
|
155
|
-
pattern: string;
|
|
156
|
-
required: boolean;
|
|
133
|
+
}, {
|
|
157
134
|
variant: string;
|
|
158
|
-
id: string;
|
|
159
|
-
modelValue: File[][];
|
|
160
135
|
disabled: boolean;
|
|
136
|
+
required: boolean;
|
|
137
|
+
modelValue: File[][];
|
|
161
138
|
name: string;
|
|
139
|
+
id: string;
|
|
140
|
+
label: string;
|
|
162
141
|
placeholder: string;
|
|
163
142
|
readOnly: boolean;
|
|
143
|
+
pattern: string;
|
|
164
144
|
multiple: boolean;
|
|
165
145
|
dropzone: boolean;
|
|
166
|
-
}, {}
|
|
167
|
-
|
|
168
|
-
}, HTMLDivElement>;
|
|
169
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
170
|
-
export default _default;
|
|
171
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
172
|
-
new (): {
|
|
173
|
-
$slots: S;
|
|
174
|
-
};
|
|
175
|
-
};
|
|
146
|
+
}, {}>;
|
|
147
|
+
export default _sfc_main;
|
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
declare
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
'input-prepend'?(_: {
|
|
5
|
-
slotScope: string;
|
|
6
|
-
}): any;
|
|
7
|
-
'input-append'?(_: {
|
|
8
|
-
slotScope: string;
|
|
9
|
-
}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
13
|
-
};
|
|
14
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
1
|
+
declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
16
2
|
modelValue: {
|
|
17
3
|
type: (StringConstructor | BooleanConstructor | DateConstructor | NumberConstructor)[];
|
|
18
4
|
default: string;
|
|
@@ -76,9 +62,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
76
62
|
type: BooleanConstructor;
|
|
77
63
|
default: boolean;
|
|
78
64
|
};
|
|
79
|
-
}
|
|
80
|
-
"update:modelValue": (...args: any[]) => void;
|
|
81
|
-
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
65
|
+
}, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
66
|
modelValue: {
|
|
83
67
|
type: (StringConstructor | BooleanConstructor | DateConstructor | NumberConstructor)[];
|
|
84
68
|
default: string;
|
|
@@ -142,29 +126,23 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
142
126
|
type: BooleanConstructor;
|
|
143
127
|
default: boolean;
|
|
144
128
|
};
|
|
145
|
-
}>> &
|
|
129
|
+
}>> & {
|
|
146
130
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
147
|
-
}
|
|
131
|
+
}, {
|
|
148
132
|
type: string;
|
|
149
|
-
label: string;
|
|
150
|
-
pattern: string;
|
|
151
|
-
required: boolean;
|
|
152
133
|
variant: string;
|
|
153
|
-
id: string;
|
|
154
|
-
modelValue: string | number | boolean | Date;
|
|
155
134
|
disabled: boolean;
|
|
135
|
+
required: boolean;
|
|
136
|
+
modelValue: string | number | boolean | Date;
|
|
156
137
|
name: string;
|
|
138
|
+
id: string;
|
|
139
|
+
label: string;
|
|
157
140
|
placeholder: string;
|
|
158
141
|
readOnly: boolean;
|
|
142
|
+
pattern: string;
|
|
159
143
|
role: string;
|
|
160
144
|
autocomplete: string;
|
|
161
145
|
password: string;
|
|
162
146
|
confirm: boolean;
|
|
163
|
-
}, {}
|
|
164
|
-
|
|
165
|
-
export default _default;
|
|
166
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
167
|
-
new (): {
|
|
168
|
-
$slots: S;
|
|
169
|
-
};
|
|
170
|
-
};
|
|
147
|
+
}, {}>;
|
|
148
|
+
export default _sfc_main;
|