ablok-components 0.2.9 → 0.2.11

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.
Files changed (52) hide show
  1. package/dist/ablok-components.css +1 -0
  2. package/dist/ablok-components.es.js +19889 -20568
  3. package/dist/ablok-components.umd.js +66 -91
  4. package/dist/components/_preview.vue.d.ts +29 -0
  5. package/dist/components/atoms/base-button/base-button.vue.d.ts +23 -7
  6. package/dist/components/atoms/base-headline/base-headline.vue.d.ts +24 -45
  7. package/dist/components/atoms/base-image/base-image.vue.d.ts +5 -5
  8. package/dist/components/atoms/base-input/base-input.vue.d.ts +38 -11
  9. package/dist/components/atoms/base-paragraph/base-paragraph.vue.d.ts +8 -37
  10. package/dist/components/atoms/check-group/check-group.vue.d.ts +23 -17
  11. package/dist/components/atoms/input-checkbox/input-checkbox.vue.d.ts +12 -7
  12. package/dist/components/atoms/input-datetime/input-datetime.d.ts +0 -0
  13. package/dist/components/atoms/input-datetime/input-datetime.vue.d.ts +34 -11
  14. package/dist/components/atoms/input-file/input-file.vue.d.ts +47 -19
  15. package/dist/components/atoms/input-password/input-password.vue.d.ts +33 -11
  16. package/dist/components/atoms/input-textarea/input-textarea.vue.d.ts +30 -11
  17. package/dist/components/atoms/loading-spinner/loading-spinner.vue.d.ts +20 -5
  18. package/dist/components/atoms/radio-group/radio-group.vue.d.ts +35 -13
  19. package/dist/components/atoms/svg-icon/svg-icon.vue.d.ts +6 -6
  20. package/dist/components/component-hub.d.ts +9 -0
  21. package/dist/components/molecules/accordion/accordion-item.vue.d.ts +27 -9
  22. package/dist/components/molecules/accordion/accordion.vue.d.ts +16 -1
  23. package/dist/components/molecules/auto-suggest/auto-suggest.vue.d.ts +32 -10
  24. package/dist/components/molecules/base-camera/base-camera.vue.d.ts +15 -7
  25. package/dist/components/molecules/color-palette/color-palette.vue.d.ts +22 -16
  26. package/dist/components/molecules/dom-renderer/dom-renderer.vue.d.ts +29 -7
  27. package/dist/components/molecules/file-upload/file-upload.vue.d.ts +59 -45
  28. package/dist/components/molecules/input-color/input-color.vue.d.ts +13 -11
  29. package/dist/components/molecules/input-datepicker/input-datepicker.vue.d.ts +36 -11
  30. package/dist/components/molecules/input-dropdown/input-dropdown.vue.d.ts +24 -18
  31. package/dist/components/molecules/link-sharing/link-sharing.vue.d.ts +17 -13
  32. package/dist/components/molecules/media-thumbnails/media-thumbnails.vue.d.ts +22 -15
  33. package/dist/components/molecules/popover-notifications/popover-notifications.vue.d.ts +28 -14
  34. package/dist/components/molecules/popover-tooltip/popover-tooltip.vue.d.ts +206 -13
  35. package/dist/components/molecules/progress-steps/progress-steps.vue.d.ts +44 -16
  36. package/dist/components/molecules/radio-buttons/radio-buttons.vue.d.ts +23 -16
  37. package/dist/components/molecules/rte-editor/rte-editor.vue.d.ts +9 -7
  38. package/dist/components/molecules/select-media/select-media.vue.d.ts +23 -16
  39. package/dist/components/molecules/upload-group/upload-group.vue.d.ts +24 -18
  40. package/dist/components/organisms/asset-uploader/asset-uploader.vue.d.ts +24 -18
  41. package/dist/components/templates/base-carousel/base-carousel.vue.d.ts +46 -15
  42. package/dist/components/templates/base-form/base-form.vue.d.ts +28 -45
  43. package/dist/components/templates/modal-dialog/modal-dialog.vue.d.ts +29 -10
  44. package/dist/components/templates/popover-dialog/popover-dialog.vue.d.ts +21 -10
  45. package/dist/components/templates/sortable-list/sortable-list.vue.d.ts +40 -14
  46. package/dist/components/templates/touch-wrapper/touch-wrapper.vue.d.ts +33 -6
  47. package/dist/i18n.d.ts +168 -0
  48. package/dist/index.d.ts +40 -40
  49. package/dist/locales/en.d.ts +166 -0
  50. package/dist/main.d.ts +0 -0
  51. package/package.json +1 -1
  52. package/dist/style.css +0 -1
@@ -1,36 +1,38 @@
1
1
  export declare function fileToDataUrl(file: File): Promise<any>;
2
- declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
2
+ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
3
3
  modelValue: {
4
4
  type: {
5
5
  (arrayLength: number): {
6
- type?: string | undefined;
7
- src?: string | undefined;
6
+ type?: string;
7
+ src?: string;
8
8
  }[];
9
9
  (...items: {
10
- type?: string | undefined;
11
- src?: string | undefined;
10
+ type?: string;
11
+ src?: string;
12
12
  }[]): {
13
- type?: string | undefined;
14
- src?: string | undefined;
13
+ type?: string;
14
+ src?: string;
15
15
  }[];
16
16
  new (arrayLength: number): {
17
- type?: string | undefined;
18
- src?: string | undefined;
17
+ type?: string;
18
+ src?: string;
19
19
  }[];
20
20
  new (...items: {
21
- type?: string | undefined;
22
- src?: string | undefined;
21
+ type?: string;
22
+ src?: string;
23
23
  }[]): {
24
- type?: string | undefined;
25
- src?: string | undefined;
24
+ type?: string;
25
+ src?: string;
26
26
  }[];
27
27
  isArray(arg: any): arg is any[];
28
28
  readonly prototype: any[];
29
29
  from<T>(arrayLike: ArrayLike<T>): T[];
30
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
31
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
32
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
33
- of<T_4>(...items: T_4[]): T_4[];
30
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
31
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
32
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
33
+ of<T>(...items: T[]): T[];
34
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
35
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
34
36
  readonly [Symbol.species]: ArrayConstructor;
35
37
  };
36
38
  default: never[];
@@ -111,38 +113,43 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
111
113
  type: BooleanConstructor;
112
114
  default: boolean;
113
115
  };
114
- }, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("update:modelValue" | "update:src")[], "update:modelValue" | "update:src", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
116
+ }>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
117
+ "update:modelValue": (...args: any[]) => void;
118
+ "update:src": (...args: any[]) => void;
119
+ }, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
115
120
  modelValue: {
116
121
  type: {
117
122
  (arrayLength: number): {
118
- type?: string | undefined;
119
- src?: string | undefined;
123
+ type?: string;
124
+ src?: string;
120
125
  }[];
121
126
  (...items: {
122
- type?: string | undefined;
123
- src?: string | undefined;
127
+ type?: string;
128
+ src?: string;
124
129
  }[]): {
125
- type?: string | undefined;
126
- src?: string | undefined;
130
+ type?: string;
131
+ src?: string;
127
132
  }[];
128
133
  new (arrayLength: number): {
129
- type?: string | undefined;
130
- src?: string | undefined;
134
+ type?: string;
135
+ src?: string;
131
136
  }[];
132
137
  new (...items: {
133
- type?: string | undefined;
134
- src?: string | undefined;
138
+ type?: string;
139
+ src?: string;
135
140
  }[]): {
136
- type?: string | undefined;
137
- src?: string | undefined;
141
+ type?: string;
142
+ src?: string;
138
143
  }[];
139
144
  isArray(arg: any): arg is any[];
140
145
  readonly prototype: any[];
141
146
  from<T>(arrayLike: ArrayLike<T>): T[];
142
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
143
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
144
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
145
- of<T_4>(...items: T_4[]): T_4[];
147
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
148
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
149
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
150
+ of<T>(...items: T[]): T[];
151
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
152
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
146
153
  readonly [Symbol.species]: ArrayConstructor;
147
154
  };
148
155
  default: never[];
@@ -223,23 +230,23 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
223
230
  type: BooleanConstructor;
224
231
  default: boolean;
225
232
  };
226
- }>> & {
233
+ }>> & Readonly<{
227
234
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
228
235
  "onUpdate:src"?: ((...args: any[]) => any) | undefined;
229
- }, {
230
- variant: string;
231
- disabled: boolean;
236
+ }>, {
237
+ label: string;
238
+ pattern: string;
232
239
  required: boolean;
240
+ variant: string;
241
+ id: string;
233
242
  modelValue: {
234
- type?: string | undefined;
235
- src?: string | undefined;
243
+ type?: string;
244
+ src?: string;
236
245
  }[];
246
+ disabled: boolean;
237
247
  name: string;
238
- id: string;
239
- label: string;
240
248
  placeholder: string;
241
249
  readOnly: boolean;
242
- pattern: string;
243
250
  multiple: boolean;
244
251
  accept: string;
245
252
  endpoint: string;
@@ -249,5 +256,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
249
256
  enablePreview: boolean;
250
257
  previewWidth: number;
251
258
  dropFiles: boolean;
252
- }, {}>;
253
- export default _sfc_main;
259
+ }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>, {
260
+ button?(_: {}): any;
261
+ }>;
262
+ export default _default;
263
+ type __VLS_WithTemplateSlots<T, S> = T & {
264
+ new (): {
265
+ $slots: S;
266
+ };
267
+ };
@@ -1,4 +1,4 @@
1
- declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
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 | BooleanConstructor | DateConstructor | NumberConstructor)[];
4
4
  default: string;
@@ -46,7 +46,9 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
46
46
  type: StringConstructor;
47
47
  default: null;
48
48
  };
49
- }, {}, 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<{
49
+ }>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
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<{
50
52
  modelValue: {
51
53
  type: (StringConstructor | BooleanConstructor | DateConstructor | NumberConstructor)[];
52
54
  default: string;
@@ -94,19 +96,19 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
94
96
  type: StringConstructor;
95
97
  default: null;
96
98
  };
97
- }>> & {
99
+ }>> & Readonly<{
98
100
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
99
- }, {
101
+ }>, {
100
102
  type: string;
101
- variant: string;
102
- disabled: boolean;
103
+ label: string;
104
+ pattern: string;
103
105
  required: boolean;
106
+ variant: string;
107
+ id: string;
104
108
  modelValue: string | number | boolean | Date;
109
+ disabled: boolean;
105
110
  name: string;
106
- id: string;
107
- label: string;
108
111
  placeholder: string;
109
112
  readOnly: boolean;
110
- pattern: string;
111
- }, {}>;
112
- export default _sfc_main;
113
+ }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
114
+ export default _default;
@@ -1,4 +1,19 @@
1
- declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ label?(_: {}): any;
5
+ 'input-prepend'?(_: {
6
+ slotScope: string;
7
+ }): any;
8
+ 'input-append'?(_: {
9
+ slotScope: string;
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: null;
4
19
  default: string;
@@ -67,7 +82,11 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
67
82
  type: BooleanConstructor;
68
83
  default: boolean;
69
84
  };
70
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:from" | "update:to")[], "update:modelValue" | "update:from" | "update:to", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
85
+ }>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
86
+ "update:modelValue": (...args: any[]) => void;
87
+ "update:from": (...args: any[]) => void;
88
+ "update:to": (...args: any[]) => void;
89
+ }, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
71
90
  modelValue: {
72
91
  type: null;
73
92
  default: string;
@@ -136,21 +155,21 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
136
155
  type: BooleanConstructor;
137
156
  default: boolean;
138
157
  };
139
- }>> & {
158
+ }>> & Readonly<{
140
159
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
141
160
  "onUpdate:from"?: ((...args: any[]) => any) | undefined;
142
161
  "onUpdate:to"?: ((...args: any[]) => any) | undefined;
143
- }, {
162
+ }>, {
144
163
  type: string;
145
- disabled: boolean;
164
+ label: string;
165
+ from: string | number | boolean | Date;
166
+ to: string | number | boolean | Date;
146
167
  required: boolean;
168
+ id: string;
147
169
  modelValue: any;
170
+ disabled: boolean;
148
171
  name: string;
149
- id: string;
150
- label: string;
151
172
  readOnly: boolean;
152
- from: string | number | boolean | Date;
153
- to: string | number | boolean | Date;
154
173
  range: boolean;
155
174
  textRange: boolean;
156
175
  inline: boolean;
@@ -158,5 +177,11 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
158
177
  picker: boolean;
159
178
  locale: string;
160
179
  utcStore: boolean;
161
- }, {}>;
162
- export default _sfc_main;
180
+ }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
181
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
182
+ export default _default;
183
+ type __VLS_WithTemplateSlots<T, S> = T & {
184
+ new (): {
185
+ $slots: S;
186
+ };
187
+ };
@@ -1,4 +1,4 @@
1
- declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
1
+ declare const _default: 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
  };
@@ -37,10 +37,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
37
37
  isArray(arg: any): arg is any[];
38
38
  readonly prototype: any[];
39
39
  from<T>(arrayLike: ArrayLike<T>): T[];
40
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
41
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
42
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
43
- of<T_4>(...items: T_4[]): T_4[];
40
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
41
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
42
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
43
+ of<T>(...items: T[]): T[];
44
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
45
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
44
46
  readonly [Symbol.species]: ArrayConstructor;
45
47
  };
46
48
  required: true;
@@ -80,7 +82,9 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
80
82
  type: BooleanConstructor;
81
83
  default: boolean;
82
84
  };
83
- }, {}, 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
+ }>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
86
+ "update:modelValue": (...args: any[]) => void;
87
+ }, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
84
88
  id: {
85
89
  type: StringConstructor;
86
90
  };
@@ -119,10 +123,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
119
123
  isArray(arg: any): arg is any[];
120
124
  readonly prototype: any[];
121
125
  from<T>(arrayLike: ArrayLike<T>): T[];
122
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
123
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
124
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
125
- of<T_4>(...items: T_4[]): T_4[];
126
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
127
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
128
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
129
+ of<T>(...items: T[]): T[];
130
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
131
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
126
132
  readonly [Symbol.species]: ArrayConstructor;
127
133
  };
128
134
  required: true;
@@ -162,21 +168,21 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
162
168
  type: BooleanConstructor;
163
169
  default: boolean;
164
170
  };
165
- }>> & {
171
+ }>> & Readonly<{
166
172
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
167
- }, {
168
- variant: string;
169
- color: string;
173
+ }>, {
174
+ label: string;
170
175
  icon: string;
176
+ color: string;
177
+ required: boolean;
178
+ variant: string;
171
179
  disabled: boolean;
172
180
  outlined: boolean;
173
- required: boolean;
174
181
  name: string;
175
- label: string;
176
182
  placeholder: string;
177
183
  readOnly: boolean;
178
184
  multiple: boolean;
179
185
  showSelectionCount: boolean;
180
186
  exactMatch: boolean;
181
- }, {}>;
182
- export default _sfc_main;
187
+ }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
188
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  export declare const stripHtml: (s: string) => string;
2
- declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
2
+ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
3
3
  url: {
4
4
  type: StringConstructor;
5
5
  default: string;
@@ -16,10 +16,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
16
16
  isArray(arg: any): arg is any[];
17
17
  readonly prototype: any[];
18
18
  from<T>(arrayLike: ArrayLike<T>): T[];
19
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
20
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
21
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
22
- of<T_4>(...items: T_4[]): T_4[];
19
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
20
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
21
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
22
+ of<T>(...items: T[]): T[];
23
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
24
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
23
25
  readonly [Symbol.species]: ArrayConstructor;
24
26
  };
25
27
  text: {
@@ -42,7 +44,7 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
42
44
  bluesky: boolean;
43
45
  };
44
46
  };
45
- }, {}, 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<{
47
+ }>, {}, {}, {}, {}, 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<{
46
48
  url: {
47
49
  type: StringConstructor;
48
50
  default: string;
@@ -59,10 +61,12 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
59
61
  isArray(arg: any): arg is any[];
60
62
  readonly prototype: any[];
61
63
  from<T>(arrayLike: ArrayLike<T>): T[];
62
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
63
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
64
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
65
- of<T_4>(...items: T_4[]): T_4[];
64
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
65
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
66
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
67
+ of<T>(...items: T[]): T[];
68
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
69
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
66
70
  readonly [Symbol.species]: ArrayConstructor;
67
71
  };
68
72
  text: {
@@ -85,11 +89,11 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
85
89
  bluesky: boolean;
86
90
  };
87
91
  };
88
- }>>, {
92
+ }>> & Readonly<{}>, {
89
93
  text: string;
90
94
  url: string;
91
95
  subject: string;
92
96
  media: string;
93
97
  services: Record<string, any>;
94
- }, {}>;
95
- export default _sfc_main;
98
+ }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
99
+ export default _default;
@@ -1,4 +1,4 @@
1
- declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
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
  default: null;
4
4
  };
@@ -19,15 +19,20 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
19
19
  isArray(arg: any): arg is any[];
20
20
  readonly prototype: any[];
21
21
  from<T>(arrayLike: ArrayLike<T>): T[];
22
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
23
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
24
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
25
- of<T_4>(...items: T_4[]): T_4[];
22
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
23
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
24
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
25
+ of<T>(...items: T[]): T[];
26
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
27
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
26
28
  readonly [Symbol.species]: ArrayConstructor;
27
29
  };
28
30
  default: never[];
29
31
  };
30
- }, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", import('./vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
32
+ }>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
33
+ select: (...args: any[]) => void;
34
+ "update:modelValue": (...args: any[]) => void;
35
+ }, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
31
36
  modelValue: {
32
37
  default: null;
33
38
  };
@@ -48,21 +53,23 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
48
53
  isArray(arg: any): arg is any[];
49
54
  readonly prototype: any[];
50
55
  from<T>(arrayLike: ArrayLike<T>): T[];
51
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
52
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
53
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
54
- of<T_4>(...items: T_4[]): T_4[];
56
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
57
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
58
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
59
+ of<T>(...items: T[]): T[];
60
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
61
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
55
62
  readonly [Symbol.species]: ArrayConstructor;
56
63
  };
57
64
  default: never[];
58
65
  };
59
- }>> & {
60
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
66
+ }>> & Readonly<{
61
67
  onSelect?: ((...args: any[]) => any) | undefined;
62
- }, {
68
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
69
+ }>, {
63
70
  modelValue: null;
64
71
  messages: Record<string, any>;
65
72
  config: Record<string, any>;
66
73
  assets: any[];
67
- }, {}>;
68
- export default _sfc_main;
74
+ }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
75
+ export default _default;
@@ -1,5 +1,5 @@
1
- import { type PropType } from './vue/dist/vue.esm-bundler.js';
2
- declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent<{
1
+ import { PropType } from '../../../../vue/dist/vue.esm-bundler.js';
2
+ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
3
3
  modelValue: {
4
4
  type: BooleanConstructor;
5
5
  default: boolean;
@@ -9,10 +9,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
9
9
  default: () => string;
10
10
  };
11
11
  items: {
12
- type: PropType<{
13
- [key: string]: any;
12
+ type: PropType<Array<{
14
13
  id: string;
15
- }[]>;
14
+ [key: string]: any;
15
+ }>>;
16
16
  default: () => never[];
17
17
  };
18
18
  debounceItem: {
@@ -27,7 +27,9 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
27
27
  type: BooleanConstructor;
28
28
  default: boolean;
29
29
  };
30
- }, {}, 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<{
30
+ }>, {
31
+ addItem: (item: any) => void;
32
+ }, {}, {}, {}, 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<{
31
33
  modelValue: {
32
34
  type: BooleanConstructor;
33
35
  default: boolean;
@@ -37,10 +39,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
37
39
  default: () => string;
38
40
  };
39
41
  items: {
40
- type: PropType<{
41
- [key: string]: any;
42
+ type: PropType<Array<{
42
43
  id: string;
43
- }[]>;
44
+ [key: string]: any;
45
+ }>>;
44
46
  default: () => never[];
45
47
  };
46
48
  debounceItem: {
@@ -55,15 +57,27 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
55
57
  type: BooleanConstructor;
56
58
  default: boolean;
57
59
  };
58
- }>>, {
59
- modelValue: boolean;
60
+ }>> & Readonly<{}>, {
60
61
  id: string;
62
+ modelValue: boolean;
61
63
  items: {
62
64
  [key: string]: any;
63
65
  id: string;
64
66
  }[];
65
- debounceItem: number;
66
67
  closeTimeout: number;
68
+ debounceItem: number;
67
69
  collapsible: boolean;
68
- }, {}>;
69
- export default _sfc_main;
70
+ }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>, {
71
+ item?(_: {
72
+ item: {
73
+ [key: string]: any;
74
+ id: string;
75
+ };
76
+ }): any;
77
+ }>;
78
+ export default _default;
79
+ type __VLS_WithTemplateSlots<T, S> = T & {
80
+ new (): {
81
+ $slots: S;
82
+ };
83
+ };