ablok-components 0.3.33 → 0.3.34
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 -1
- package/dist/ablok-components.es.js +1 -1
- package/dist/ablok-components.umd.js +83 -81
- package/dist/components/atoms/input-file/input-file.vue.d.ts +9 -9
- package/dist/components/atoms/input-passcode/input-passcode.vue.d.ts +1 -1
- package/dist/components/molecules/image-crop-resize/image-crop-resize.vue.d.ts +210 -2
- package/dist/components/molecules/image-resize/image-resize.vue.d.ts +420 -4
- package/dist/components/molecules/image-upload/image-upload.vue.d.ts +1 -1
- package/dist/components/molecules/upload-group/upload-group.vue.d.ts +1 -1
- package/dist/components/organisms/asset-uploader/asset-uploader.vue.d.ts +1 -1
- package/dist/components/templates/modal-dialog/modal-dialog.vue.d.ts +1 -1
- package/dist/index-4swvWhBV.mjs +85 -0
- package/dist/index-B4qukPmD.mjs +47 -0
- package/dist/index-Bk6yOA7Y.mjs +94 -0
- package/dist/index-BzE6-pPu.mjs +580 -0
- package/dist/index-C9XBp_Jh.mjs +2333 -0
- package/dist/index-DbvQcSeJ.mjs +1006 -0
- package/dist/index-Dgq1pUHO.mjs +22992 -0
- package/dist/index-Ki1Egcx9.mjs +13815 -0
- package/dist/{leaflet-src-DoUq7Xt2.mjs → leaflet-src-mwV2C14q.mjs} +1 -1
- package/dist/vue-datepicker-DjJc0tSE.mjs +9171 -0
- package/dist/{vue-leaflet.es-B9Fv25XF.mjs → vue-leaflet.es-Cn1a0sf0.mjs} +1 -1
- package/package.json +1 -1
- package/dist/index-E0TpJEQx.mjs +0 -48832
|
@@ -15,10 +15,10 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
15
15
|
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
16
16
|
modelValue: {
|
|
17
17
|
type: {
|
|
18
|
-
(arrayLength: number): File[]
|
|
19
|
-
(...items: File[]
|
|
20
|
-
new (arrayLength: number): File[]
|
|
21
|
-
new (...items: File[]
|
|
18
|
+
(arrayLength: number): File[];
|
|
19
|
+
(...items: File[]): File[];
|
|
20
|
+
new (arrayLength: number): File[];
|
|
21
|
+
new (...items: File[]): File[];
|
|
22
22
|
isArray(arg: any): arg is any[];
|
|
23
23
|
readonly prototype: any[];
|
|
24
24
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
@@ -88,10 +88,10 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
88
88
|
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
89
89
|
modelValue: {
|
|
90
90
|
type: {
|
|
91
|
-
(arrayLength: number): File[]
|
|
92
|
-
(...items: File[]
|
|
93
|
-
new (arrayLength: number): File[]
|
|
94
|
-
new (...items: File[]
|
|
91
|
+
(arrayLength: number): File[];
|
|
92
|
+
(...items: File[]): File[];
|
|
93
|
+
new (arrayLength: number): File[];
|
|
94
|
+
new (...items: File[]): File[];
|
|
95
95
|
isArray(arg: any): arg is any[];
|
|
96
96
|
readonly prototype: any[];
|
|
97
97
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
@@ -164,7 +164,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
164
164
|
required: boolean;
|
|
165
165
|
variant: string;
|
|
166
166
|
id: string;
|
|
167
|
-
modelValue: File[]
|
|
167
|
+
modelValue: File[];
|
|
168
168
|
disabled: boolean;
|
|
169
169
|
name: string;
|
|
170
170
|
placeholder: string;
|
|
@@ -152,8 +152,8 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
152
152
|
readOnly: boolean;
|
|
153
153
|
role: string;
|
|
154
154
|
autocomplete: string;
|
|
155
|
-
passcodeMatch: string;
|
|
156
155
|
confirm: boolean;
|
|
156
|
+
passcodeMatch: string;
|
|
157
157
|
splitInput: boolean;
|
|
158
158
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
159
159
|
export default _default;
|
|
@@ -4,7 +4,111 @@ declare function __VLS_template(): {
|
|
|
4
4
|
submit?(_: {}): any;
|
|
5
5
|
};
|
|
6
6
|
refs: {
|
|
7
|
-
targetImage:
|
|
7
|
+
targetImage: import('../../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
8
|
+
src: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
alt: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
spinner: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
zoom: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
animate: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
ready: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
pending: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
emitPending: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
}>> & Readonly<{
|
|
42
|
+
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
45
|
+
"update:ready": (...args: any[]) => void;
|
|
46
|
+
"update:pending": (...args: any[]) => void;
|
|
47
|
+
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
48
|
+
animate: boolean;
|
|
49
|
+
src: string;
|
|
50
|
+
alt: string;
|
|
51
|
+
spinner: boolean;
|
|
52
|
+
zoom: boolean;
|
|
53
|
+
ready: boolean;
|
|
54
|
+
pending: boolean;
|
|
55
|
+
emitPending: boolean;
|
|
56
|
+
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
57
|
+
image: HTMLImageElement;
|
|
58
|
+
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
59
|
+
P: {};
|
|
60
|
+
B: {};
|
|
61
|
+
D: {};
|
|
62
|
+
C: {};
|
|
63
|
+
M: {};
|
|
64
|
+
Defaults: {};
|
|
65
|
+
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
66
|
+
src: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
alt: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
spinner: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
zoom: {
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
animate: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
ready: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
pending: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
emitPending: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default: boolean;
|
|
98
|
+
};
|
|
99
|
+
}>> & Readonly<{
|
|
100
|
+
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
101
|
+
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
102
|
+
}>, {}, {}, {}, {}, {
|
|
103
|
+
animate: boolean;
|
|
104
|
+
src: string;
|
|
105
|
+
alt: string;
|
|
106
|
+
spinner: boolean;
|
|
107
|
+
zoom: boolean;
|
|
108
|
+
ready: boolean;
|
|
109
|
+
pending: boolean;
|
|
110
|
+
emitPending: boolean;
|
|
111
|
+
}> | null;
|
|
8
112
|
};
|
|
9
113
|
rootEl: any;
|
|
10
114
|
};
|
|
@@ -48,7 +152,111 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
48
152
|
ready: boolean;
|
|
49
153
|
modelValue: string;
|
|
50
154
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
51
|
-
targetImage:
|
|
155
|
+
targetImage: import('../../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
156
|
+
src: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
default: string;
|
|
159
|
+
required: true;
|
|
160
|
+
};
|
|
161
|
+
alt: {
|
|
162
|
+
type: StringConstructor;
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
165
|
+
spinner: {
|
|
166
|
+
type: BooleanConstructor;
|
|
167
|
+
default: boolean;
|
|
168
|
+
};
|
|
169
|
+
zoom: {
|
|
170
|
+
type: BooleanConstructor;
|
|
171
|
+
default: boolean;
|
|
172
|
+
};
|
|
173
|
+
animate: {
|
|
174
|
+
type: BooleanConstructor;
|
|
175
|
+
default: boolean;
|
|
176
|
+
};
|
|
177
|
+
ready: {
|
|
178
|
+
type: BooleanConstructor;
|
|
179
|
+
default: boolean;
|
|
180
|
+
};
|
|
181
|
+
pending: {
|
|
182
|
+
type: BooleanConstructor;
|
|
183
|
+
default: boolean;
|
|
184
|
+
};
|
|
185
|
+
emitPending: {
|
|
186
|
+
type: BooleanConstructor;
|
|
187
|
+
default: boolean;
|
|
188
|
+
};
|
|
189
|
+
}>> & Readonly<{
|
|
190
|
+
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
191
|
+
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
192
|
+
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
193
|
+
"update:ready": (...args: any[]) => void;
|
|
194
|
+
"update:pending": (...args: any[]) => void;
|
|
195
|
+
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
196
|
+
animate: boolean;
|
|
197
|
+
src: string;
|
|
198
|
+
alt: string;
|
|
199
|
+
spinner: boolean;
|
|
200
|
+
zoom: boolean;
|
|
201
|
+
ready: boolean;
|
|
202
|
+
pending: boolean;
|
|
203
|
+
emitPending: boolean;
|
|
204
|
+
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
205
|
+
image: HTMLImageElement;
|
|
206
|
+
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
207
|
+
P: {};
|
|
208
|
+
B: {};
|
|
209
|
+
D: {};
|
|
210
|
+
C: {};
|
|
211
|
+
M: {};
|
|
212
|
+
Defaults: {};
|
|
213
|
+
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
214
|
+
src: {
|
|
215
|
+
type: StringConstructor;
|
|
216
|
+
default: string;
|
|
217
|
+
required: true;
|
|
218
|
+
};
|
|
219
|
+
alt: {
|
|
220
|
+
type: StringConstructor;
|
|
221
|
+
default: string;
|
|
222
|
+
};
|
|
223
|
+
spinner: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
227
|
+
zoom: {
|
|
228
|
+
type: BooleanConstructor;
|
|
229
|
+
default: boolean;
|
|
230
|
+
};
|
|
231
|
+
animate: {
|
|
232
|
+
type: BooleanConstructor;
|
|
233
|
+
default: boolean;
|
|
234
|
+
};
|
|
235
|
+
ready: {
|
|
236
|
+
type: BooleanConstructor;
|
|
237
|
+
default: boolean;
|
|
238
|
+
};
|
|
239
|
+
pending: {
|
|
240
|
+
type: BooleanConstructor;
|
|
241
|
+
default: boolean;
|
|
242
|
+
};
|
|
243
|
+
emitPending: {
|
|
244
|
+
type: BooleanConstructor;
|
|
245
|
+
default: boolean;
|
|
246
|
+
};
|
|
247
|
+
}>> & Readonly<{
|
|
248
|
+
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
249
|
+
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
250
|
+
}>, {}, {}, {}, {}, {
|
|
251
|
+
animate: boolean;
|
|
252
|
+
src: string;
|
|
253
|
+
alt: string;
|
|
254
|
+
spinner: boolean;
|
|
255
|
+
zoom: boolean;
|
|
256
|
+
ready: boolean;
|
|
257
|
+
pending: boolean;
|
|
258
|
+
emitPending: boolean;
|
|
259
|
+
}> | null;
|
|
52
260
|
}, any>;
|
|
53
261
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
54
262
|
export default _default;
|