ablok-components 0.2.8 → 0.2.10
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.css +1 -0
- package/dist/ablok-components.es.js +19872 -20576
- package/dist/ablok-components.umd.js +66 -91
- package/dist/components/_preview.vue.d.ts +29 -0
- package/dist/components/atoms/base-button/base-button.vue.d.ts +23 -7
- package/dist/components/atoms/base-headline/base-headline.vue.d.ts +24 -45
- package/dist/components/atoms/base-image/base-image.vue.d.ts +5 -5
- package/dist/components/atoms/base-input/base-input.vue.d.ts +38 -11
- package/dist/components/atoms/base-paragraph/base-paragraph.vue.d.ts +8 -37
- package/dist/components/atoms/check-group/check-group.vue.d.ts +23 -17
- package/dist/components/atoms/input-checkbox/input-checkbox.vue.d.ts +12 -7
- package/dist/components/atoms/input-datetime/input-datetime.d.ts +0 -0
- package/dist/components/atoms/input-datetime/input-datetime.vue.d.ts +34 -11
- package/dist/components/atoms/input-file/input-file.vue.d.ts +47 -19
- package/dist/components/atoms/input-password/input-password.vue.d.ts +33 -11
- package/dist/components/atoms/input-textarea/input-textarea.vue.d.ts +30 -11
- package/dist/components/atoms/loading-spinner/loading-spinner.vue.d.ts +20 -5
- package/dist/components/atoms/radio-group/radio-group.vue.d.ts +35 -13
- package/dist/components/atoms/svg-icon/svg-icon.vue.d.ts +6 -6
- package/dist/components/component-hub.d.ts +9 -0
- package/dist/components/molecules/accordion/accordion-item.vue.d.ts +27 -9
- package/dist/components/molecules/accordion/accordion.vue.d.ts +16 -1
- package/dist/components/molecules/auto-suggest/auto-suggest.vue.d.ts +32 -10
- package/dist/components/molecules/base-camera/base-camera.vue.d.ts +15 -7
- package/dist/components/molecules/color-palette/color-palette.vue.d.ts +22 -16
- package/dist/components/molecules/dom-renderer/dom-renderer.vue.d.ts +29 -7
- package/dist/components/molecules/file-upload/file-upload.vue.d.ts +59 -45
- package/dist/components/molecules/input-color/input-color.vue.d.ts +13 -11
- package/dist/components/molecules/input-datepicker/input-datepicker.vue.d.ts +36 -20
- package/dist/components/molecules/input-dropdown/input-dropdown.vue.d.ts +24 -18
- package/dist/components/molecules/link-sharing/link-sharing.vue.d.ts +17 -13
- package/dist/components/molecules/media-thumbnails/media-thumbnails.vue.d.ts +22 -15
- package/dist/components/molecules/popover-notifications/popover-notifications.vue.d.ts +28 -14
- package/dist/components/molecules/popover-tooltip/popover-tooltip.vue.d.ts +206 -13
- package/dist/components/molecules/progress-steps/progress-steps.vue.d.ts +44 -16
- package/dist/components/molecules/radio-buttons/radio-buttons.vue.d.ts +23 -16
- package/dist/components/molecules/rte-editor/rte-editor.vue.d.ts +9 -7
- package/dist/components/molecules/select-media/select-media.vue.d.ts +23 -16
- package/dist/components/molecules/upload-group/upload-group.vue.d.ts +24 -18
- package/dist/components/organisms/asset-uploader/asset-uploader.vue.d.ts +24 -18
- package/dist/components/templates/base-carousel/base-carousel.vue.d.ts +46 -15
- package/dist/components/templates/base-form/base-form.vue.d.ts +28 -45
- package/dist/components/templates/modal-dialog/modal-dialog.vue.d.ts +29 -10
- package/dist/components/templates/popover-dialog/popover-dialog.vue.d.ts +21 -10
- package/dist/components/templates/sortable-list/sortable-list.vue.d.ts +40 -14
- package/dist/components/templates/touch-wrapper/touch-wrapper.vue.d.ts +33 -6
- package/dist/i18n.d.ts +168 -0
- package/dist/index.d.ts +40 -40
- package/dist/locales/en.d.ts +166 -0
- package/dist/main.d.ts +0 -0
- package/package.json +1 -1
- package/dist/style.css +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropType } from '../../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
export declare enum Breakpoints {
|
|
3
3
|
XS = "xs",
|
|
4
4
|
SM = "sm",
|
|
@@ -6,7 +6,7 @@ export declare enum Breakpoints {
|
|
|
6
6
|
LG = "lg",
|
|
7
7
|
XL = "xl"
|
|
8
8
|
}
|
|
9
|
-
declare const
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
10
10
|
modelValue: {
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: boolean;
|
|
@@ -54,7 +54,11 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
54
54
|
type: StringConstructor;
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
|
-
}
|
|
57
|
+
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
58
|
+
cancel: (...args: any[]) => void;
|
|
59
|
+
"update:modelValue": (...args: any[]) => void;
|
|
60
|
+
confirm: (...args: any[]) => void;
|
|
61
|
+
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
58
62
|
modelValue: {
|
|
59
63
|
type: BooleanConstructor;
|
|
60
64
|
default: boolean;
|
|
@@ -102,21 +106,210 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
102
106
|
type: StringConstructor;
|
|
103
107
|
default: string;
|
|
104
108
|
};
|
|
105
|
-
}>> & {
|
|
106
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
109
|
+
}>> & Readonly<{
|
|
107
110
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
111
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
108
112
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
109
|
-
}
|
|
110
|
-
disabled: boolean;
|
|
111
|
-
modelValue: boolean;
|
|
112
|
-
id: string;
|
|
113
|
-
title: string;
|
|
113
|
+
}>, {
|
|
114
114
|
footer: boolean;
|
|
115
115
|
header: boolean;
|
|
116
|
+
title: string;
|
|
117
|
+
id: string;
|
|
118
|
+
modelValue: boolean;
|
|
119
|
+
disabled: boolean;
|
|
120
|
+
content: string;
|
|
116
121
|
hover: boolean;
|
|
117
122
|
hoverDelay: number;
|
|
118
123
|
exclusive: boolean;
|
|
119
|
-
content: string;
|
|
120
124
|
ariaLabel: string;
|
|
121
|
-
}, {}
|
|
122
|
-
|
|
125
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
126
|
+
trigger: HTMLButtonElement;
|
|
127
|
+
dialog: ({
|
|
128
|
+
$: import('../../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
129
|
+
$data: {};
|
|
130
|
+
$props: Partial<{
|
|
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: {
|
|
155
|
+
[x: string]: unknown;
|
|
156
|
+
};
|
|
157
|
+
$refs: {
|
|
158
|
+
[x: string]: unknown;
|
|
159
|
+
} & {
|
|
160
|
+
popover: HTMLSpanElement;
|
|
161
|
+
};
|
|
162
|
+
$slots: Readonly<{
|
|
163
|
+
[name: string]: import('../../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
164
|
+
}>;
|
|
165
|
+
$root: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
166
|
+
$parent: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
167
|
+
$host: Element | null;
|
|
168
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
169
|
+
$el: HTMLSpanElement;
|
|
170
|
+
$options: import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
171
|
+
modelValue: {
|
|
172
|
+
type: BooleanConstructor;
|
|
173
|
+
default: boolean;
|
|
174
|
+
};
|
|
175
|
+
type: {
|
|
176
|
+
type: StringConstructor;
|
|
177
|
+
default: string;
|
|
178
|
+
};
|
|
179
|
+
id: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
default: () => string;
|
|
182
|
+
};
|
|
183
|
+
title: {
|
|
184
|
+
type: StringConstructor;
|
|
185
|
+
default: string;
|
|
186
|
+
};
|
|
187
|
+
header: {
|
|
188
|
+
type: BooleanConstructor;
|
|
189
|
+
default: boolean;
|
|
190
|
+
};
|
|
191
|
+
footer: {
|
|
192
|
+
type: BooleanConstructor;
|
|
193
|
+
default: boolean;
|
|
194
|
+
};
|
|
195
|
+
classes: {
|
|
196
|
+
type: StringConstructor;
|
|
197
|
+
default: string;
|
|
198
|
+
};
|
|
199
|
+
hover: {
|
|
200
|
+
type: BooleanConstructor;
|
|
201
|
+
default: boolean;
|
|
202
|
+
};
|
|
203
|
+
hoverDelay: {
|
|
204
|
+
type: NumberConstructor;
|
|
205
|
+
default: number;
|
|
206
|
+
};
|
|
207
|
+
closeTimeout: {
|
|
208
|
+
type: NumberConstructor;
|
|
209
|
+
default: number;
|
|
210
|
+
};
|
|
211
|
+
}>> & Readonly<{
|
|
212
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
213
|
+
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
214
|
+
"update:modelValue": (...args: any[]) => void;
|
|
215
|
+
}, string, {
|
|
216
|
+
type: string;
|
|
217
|
+
footer: boolean;
|
|
218
|
+
header: boolean;
|
|
219
|
+
title: string;
|
|
220
|
+
id: string;
|
|
221
|
+
modelValue: boolean;
|
|
222
|
+
classes: string;
|
|
223
|
+
hover: boolean;
|
|
224
|
+
hoverDelay: number;
|
|
225
|
+
closeTimeout: number;
|
|
226
|
+
}, {}, 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> & {
|
|
227
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
228
|
+
created?: (() => void) | (() => void)[];
|
|
229
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
230
|
+
mounted?: (() => void) | (() => void)[];
|
|
231
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
232
|
+
updated?: (() => void) | (() => void)[];
|
|
233
|
+
activated?: (() => void) | (() => void)[];
|
|
234
|
+
deactivated?: (() => void) | (() => void)[];
|
|
235
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
236
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
237
|
+
destroyed?: (() => void) | (() => void)[];
|
|
238
|
+
unmounted?: (() => void) | (() => void)[];
|
|
239
|
+
renderTracked?: ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
240
|
+
renderTriggered?: ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
241
|
+
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)[];
|
|
242
|
+
};
|
|
243
|
+
$forceUpdate: () => void;
|
|
244
|
+
$nextTick: typeof import('../../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
245
|
+
$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;
|
|
246
|
+
} & Readonly<{
|
|
247
|
+
type: string;
|
|
248
|
+
footer: boolean;
|
|
249
|
+
header: boolean;
|
|
250
|
+
title: string;
|
|
251
|
+
id: string;
|
|
252
|
+
modelValue: boolean;
|
|
253
|
+
classes: string;
|
|
254
|
+
hover: boolean;
|
|
255
|
+
hoverDelay: number;
|
|
256
|
+
closeTimeout: number;
|
|
257
|
+
}> & Omit<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
258
|
+
modelValue: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
262
|
+
type: {
|
|
263
|
+
type: StringConstructor;
|
|
264
|
+
default: string;
|
|
265
|
+
};
|
|
266
|
+
id: {
|
|
267
|
+
type: StringConstructor;
|
|
268
|
+
default: () => string;
|
|
269
|
+
};
|
|
270
|
+
title: {
|
|
271
|
+
type: StringConstructor;
|
|
272
|
+
default: string;
|
|
273
|
+
};
|
|
274
|
+
header: {
|
|
275
|
+
type: BooleanConstructor;
|
|
276
|
+
default: boolean;
|
|
277
|
+
};
|
|
278
|
+
footer: {
|
|
279
|
+
type: BooleanConstructor;
|
|
280
|
+
default: boolean;
|
|
281
|
+
};
|
|
282
|
+
classes: {
|
|
283
|
+
type: StringConstructor;
|
|
284
|
+
default: string;
|
|
285
|
+
};
|
|
286
|
+
hover: {
|
|
287
|
+
type: BooleanConstructor;
|
|
288
|
+
default: boolean;
|
|
289
|
+
};
|
|
290
|
+
hoverDelay: {
|
|
291
|
+
type: NumberConstructor;
|
|
292
|
+
default: number;
|
|
293
|
+
};
|
|
294
|
+
closeTimeout: {
|
|
295
|
+
type: NumberConstructor;
|
|
296
|
+
default: number;
|
|
297
|
+
};
|
|
298
|
+
}>> & Readonly<{
|
|
299
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
300
|
+
}>, "type" | "footer" | "header" | "title" | "id" | "modelValue" | "classes" | "hover" | "hoverDelay" | "closeTimeout"> & import('../../../../vue/dist/vue.esm-bundler.js').ShallowUnwrapRef<{}> & {} & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
301
|
+
$slots: {
|
|
302
|
+
default?(_: {}): any;
|
|
303
|
+
};
|
|
304
|
+
}) | null;
|
|
305
|
+
}, HTMLSpanElement>, {
|
|
306
|
+
button?(_: {}): any;
|
|
307
|
+
default?(_: {}): any;
|
|
308
|
+
footer?(_: {}): any;
|
|
309
|
+
}>;
|
|
310
|
+
export default _default;
|
|
311
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
312
|
+
new (): {
|
|
313
|
+
$slots: S;
|
|
314
|
+
};
|
|
315
|
+
};
|
|
@@ -1,4 +1,19 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
step?(_: {}): any;
|
|
5
|
+
button?(_: {
|
|
6
|
+
step: any;
|
|
7
|
+
}): any;
|
|
8
|
+
label?(_: {
|
|
9
|
+
step: any;
|
|
10
|
+
}): 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<{
|
|
2
17
|
modelValue: {
|
|
3
18
|
type: NumberConstructor;
|
|
4
19
|
default: number;
|
|
@@ -16,10 +31,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
16
31
|
isArray(arg: any): arg is any[];
|
|
17
32
|
readonly prototype: any[];
|
|
18
33
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
19
|
-
from<
|
|
20
|
-
from<
|
|
21
|
-
from<
|
|
22
|
-
of<
|
|
34
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
35
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
36
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
37
|
+
of<T>(...items: T[]): T[];
|
|
38
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
39
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
23
40
|
readonly [Symbol.species]: ArrayConstructor;
|
|
24
41
|
};
|
|
25
42
|
};
|
|
@@ -31,7 +48,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
31
48
|
type: BooleanConstructor;
|
|
32
49
|
default: boolean;
|
|
33
50
|
};
|
|
34
|
-
}
|
|
51
|
+
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
52
|
+
"update:modelValue": (...args: any[]) => void;
|
|
53
|
+
"update:progress": (...args: any[]) => void;
|
|
54
|
+
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
35
55
|
modelValue: {
|
|
36
56
|
type: NumberConstructor;
|
|
37
57
|
default: number;
|
|
@@ -49,10 +69,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
49
69
|
isArray(arg: any): arg is any[];
|
|
50
70
|
readonly prototype: any[];
|
|
51
71
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
52
|
-
from<
|
|
53
|
-
from<
|
|
54
|
-
from<
|
|
55
|
-
of<
|
|
72
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
73
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
74
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
75
|
+
of<T>(...items: T[]): T[];
|
|
76
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
77
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
56
78
|
readonly [Symbol.species]: ArrayConstructor;
|
|
57
79
|
};
|
|
58
80
|
};
|
|
@@ -64,13 +86,19 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
64
86
|
type: BooleanConstructor;
|
|
65
87
|
default: boolean;
|
|
66
88
|
};
|
|
67
|
-
}>> & {
|
|
89
|
+
}>> & Readonly<{
|
|
68
90
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
69
91
|
"onUpdate:progress"?: ((...args: any[]) => any) | undefined;
|
|
70
|
-
}
|
|
71
|
-
modelValue: number;
|
|
72
|
-
label: string;
|
|
92
|
+
}>, {
|
|
73
93
|
progress: number;
|
|
94
|
+
label: string;
|
|
95
|
+
modelValue: number;
|
|
74
96
|
reveal: boolean;
|
|
75
|
-
}, {}>;
|
|
76
|
-
|
|
97
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
98
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
99
|
+
export default _default;
|
|
100
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
101
|
+
new (): {
|
|
102
|
+
$slots: S;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const _default: 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;
|
|
@@ -12,10 +12,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
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<
|
|
15
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
17
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
18
|
+
of<T>(...items: T[]): T[];
|
|
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>[]>;
|
|
19
21
|
readonly [Symbol.species]: ArrayConstructor;
|
|
20
22
|
};
|
|
21
23
|
default: never[];
|
|
@@ -46,7 +48,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
46
48
|
type: StringConstructor;
|
|
47
49
|
default: string;
|
|
48
50
|
};
|
|
49
|
-
}
|
|
51
|
+
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
52
|
+
"update:modelValue": (...args: any[]) => void;
|
|
53
|
+
"update:selection": (...args: any[]) => void;
|
|
54
|
+
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
50
55
|
modelValue: {
|
|
51
56
|
type: null;
|
|
52
57
|
default: string;
|
|
@@ -60,10 +65,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
60
65
|
isArray(arg: any): arg is any[];
|
|
61
66
|
readonly prototype: any[];
|
|
62
67
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
63
|
-
from<
|
|
64
|
-
from<
|
|
65
|
-
from<
|
|
66
|
-
of<
|
|
68
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
69
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
70
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
71
|
+
of<T>(...items: T[]): T[];
|
|
72
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
73
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
67
74
|
readonly [Symbol.species]: ArrayConstructor;
|
|
68
75
|
};
|
|
69
76
|
default: never[];
|
|
@@ -94,16 +101,16 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
94
101
|
type: StringConstructor;
|
|
95
102
|
default: string;
|
|
96
103
|
};
|
|
97
|
-
}>> & {
|
|
104
|
+
}>> & Readonly<{
|
|
98
105
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
99
106
|
"onUpdate:selection"?: ((...args: any[]) => any) | undefined;
|
|
100
|
-
}
|
|
101
|
-
disabled: boolean;
|
|
107
|
+
}>, {
|
|
102
108
|
required: boolean;
|
|
109
|
+
id: string;
|
|
103
110
|
modelValue: any;
|
|
111
|
+
disabled: boolean;
|
|
104
112
|
name: string;
|
|
105
|
-
id: string;
|
|
106
113
|
options: any[];
|
|
107
114
|
itemClass: string;
|
|
108
|
-
}, {}>;
|
|
109
|
-
export default
|
|
115
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
116
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const _default: 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;
|
|
@@ -11,7 +11,9 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
15
|
+
"update:modelValue": (...args: any[]) => void;
|
|
16
|
+
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
15
17
|
modelValue: {
|
|
16
18
|
type: StringConstructor;
|
|
17
19
|
default: string;
|
|
@@ -24,11 +26,11 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
24
26
|
type: StringConstructor;
|
|
25
27
|
default: string;
|
|
26
28
|
};
|
|
27
|
-
}>> & {
|
|
29
|
+
}>> & Readonly<{
|
|
28
30
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
}
|
|
30
|
-
disabled: boolean;
|
|
31
|
+
}>, {
|
|
31
32
|
modelValue: string;
|
|
33
|
+
disabled: boolean;
|
|
32
34
|
iconBasePath: string;
|
|
33
|
-
}, {}>;
|
|
34
|
-
export default
|
|
35
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
36
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const _default: 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;
|
|
@@ -12,10 +12,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
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<
|
|
15
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
17
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
18
|
+
of<T>(...items: T[]): T[];
|
|
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>[]>;
|
|
19
21
|
readonly [Symbol.species]: ArrayConstructor;
|
|
20
22
|
};
|
|
21
23
|
default: never[];
|
|
@@ -43,7 +45,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
43
45
|
type: StringConstructor;
|
|
44
46
|
default: string;
|
|
45
47
|
};
|
|
46
|
-
}
|
|
48
|
+
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
49
|
+
"update:modelValue": (...args: any[]) => void;
|
|
50
|
+
"update:selection": (...args: any[]) => void;
|
|
51
|
+
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
47
52
|
modelValue: {
|
|
48
53
|
type: null;
|
|
49
54
|
default: string;
|
|
@@ -57,10 +62,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
57
62
|
isArray(arg: any): arg is any[];
|
|
58
63
|
readonly prototype: any[];
|
|
59
64
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
60
|
-
from<
|
|
61
|
-
from<
|
|
62
|
-
from<
|
|
63
|
-
of<
|
|
65
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
66
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
67
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
68
|
+
of<T>(...items: T[]): T[];
|
|
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>[]>;
|
|
64
71
|
readonly [Symbol.species]: ArrayConstructor;
|
|
65
72
|
};
|
|
66
73
|
default: never[];
|
|
@@ -88,16 +95,16 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
88
95
|
type: StringConstructor;
|
|
89
96
|
default: string;
|
|
90
97
|
};
|
|
91
|
-
}>> & {
|
|
98
|
+
}>> & Readonly<{
|
|
92
99
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
93
100
|
"onUpdate:selection"?: ((...args: any[]) => any) | undefined;
|
|
94
|
-
}
|
|
95
|
-
disabled: boolean;
|
|
101
|
+
}>, {
|
|
96
102
|
required: boolean;
|
|
103
|
+
id: string;
|
|
97
104
|
modelValue: any;
|
|
105
|
+
disabled: boolean;
|
|
98
106
|
name: string;
|
|
99
|
-
id: string;
|
|
100
107
|
assets: any[];
|
|
101
108
|
emitKey: string;
|
|
102
|
-
}, {}>;
|
|
103
|
-
export default
|
|
109
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
110
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: {
|
|
4
4
|
(arrayLength: number): String[];
|
|
@@ -8,10 +8,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
8
8
|
isArray(arg: any): arg is any[];
|
|
9
9
|
readonly prototype: any[];
|
|
10
10
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
11
|
-
from<
|
|
12
|
-
from<
|
|
13
|
-
from<
|
|
14
|
-
of<
|
|
11
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
12
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
13
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
+
of<T>(...items: T[]): T[];
|
|
15
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
16
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
15
17
|
readonly [Symbol.species]: ArrayConstructor;
|
|
16
18
|
};
|
|
17
19
|
default: () => never[];
|
|
@@ -61,7 +63,9 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
61
63
|
type: NumberConstructor;
|
|
62
64
|
default: number;
|
|
63
65
|
};
|
|
64
|
-
}
|
|
66
|
+
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
67
|
+
"update:modelValue": (...args: any[]) => void;
|
|
68
|
+
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
65
69
|
modelValue: {
|
|
66
70
|
type: {
|
|
67
71
|
(arrayLength: number): String[];
|
|
@@ -71,10 +75,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
71
75
|
isArray(arg: any): arg is any[];
|
|
72
76
|
readonly prototype: any[];
|
|
73
77
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
74
|
-
from<
|
|
75
|
-
from<
|
|
76
|
-
from<
|
|
77
|
-
of<
|
|
78
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
79
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
80
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
81
|
+
of<T>(...items: T[]): T[];
|
|
82
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
83
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
78
84
|
readonly [Symbol.species]: ArrayConstructor;
|
|
79
85
|
};
|
|
80
86
|
default: () => never[];
|
|
@@ -124,20 +130,20 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
124
130
|
type: NumberConstructor;
|
|
125
131
|
default: number;
|
|
126
132
|
};
|
|
127
|
-
}>> & {
|
|
133
|
+
}>> & Readonly<{
|
|
128
134
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
disabled: boolean;
|
|
135
|
+
}>, {
|
|
136
|
+
label: string;
|
|
132
137
|
required: boolean;
|
|
138
|
+
variant: string;
|
|
139
|
+
id: string;
|
|
133
140
|
modelValue: String[];
|
|
141
|
+
disabled: boolean;
|
|
134
142
|
name: string;
|
|
135
|
-
id: string;
|
|
136
|
-
label: string;
|
|
137
143
|
accept: string;
|
|
138
144
|
endpoint: string;
|
|
139
145
|
authToken: string;
|
|
140
146
|
baseResponsePath: string;
|
|
141
147
|
previewWidth: number;
|
|
142
|
-
}, {}>;
|
|
143
|
-
export default
|
|
148
|
+
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
149
|
+
export default _default;
|