ablok-components 0.3.38 → 0.3.40
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 +46671 -7079
- package/dist/ablok-components.umd.js +179 -4
- package/dist/components/atoms/base-button/base-button.vue.d.ts +1 -1
- 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/auto-suggest/auto-suggest.vue.d.ts +0 -9
- package/dist/components/molecules/hint-system/hint-system.vue.d.ts +1 -1
- package/dist/components/molecules/image-crop/image-crop.vue.d.ts +10 -6
- package/dist/components/molecules/image-crop-resize/image-crop-resize.vue.d.ts +2 -210
- package/dist/components/molecules/image-resize/image-resize.vue.d.ts +4 -420
- package/dist/components/molecules/image-upload/image-upload.vue.d.ts +1 -1
- package/dist/components/molecules/popover-tooltip/popover-tooltip.vue.d.ts +4 -2
- package/dist/components/molecules/progress-steps/progress-steps.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/composables/useConfetti.d.ts +2 -1
- package/dist/i18n.d.ts +0 -21
- package/dist/index.d.ts +0 -9
- package/dist/locales/en.d.ts +0 -21
- package/package.json +1 -1
- package/dist/components/molecules/base-map/base-map.spec.d.ts +0 -1
- package/dist/components/molecules/base-map/base-map.vue.d.ts +0 -284
- package/dist/components/molecules/location-list/location-list.vue.d.ts +0 -75
- package/dist/components/organisms/location-finder/location-finder.spec.d.ts +0 -1
- package/dist/components/organisms/location-finder/location-finder.vue.d.ts +0 -472
- package/dist/composables/useDirections.d.ts +0 -38
- package/dist/composables/useGeocoding.d.ts +0 -53
- package/dist/composables/useGeolocation.d.ts +0 -20
|
@@ -4,216 +4,8 @@ declare function __VLS_template(): {
|
|
|
4
4
|
actions?(_: {}): any;
|
|
5
5
|
};
|
|
6
6
|
refs: {
|
|
7
|
-
image:
|
|
8
|
-
|
|
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;
|
|
112
|
-
targetImage: import('../../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
113
|
-
src: {
|
|
114
|
-
type: StringConstructor;
|
|
115
|
-
default: string;
|
|
116
|
-
required: true;
|
|
117
|
-
};
|
|
118
|
-
alt: {
|
|
119
|
-
type: StringConstructor;
|
|
120
|
-
default: string;
|
|
121
|
-
};
|
|
122
|
-
spinner: {
|
|
123
|
-
type: BooleanConstructor;
|
|
124
|
-
default: boolean;
|
|
125
|
-
};
|
|
126
|
-
zoom: {
|
|
127
|
-
type: BooleanConstructor;
|
|
128
|
-
default: boolean;
|
|
129
|
-
};
|
|
130
|
-
animate: {
|
|
131
|
-
type: BooleanConstructor;
|
|
132
|
-
default: boolean;
|
|
133
|
-
};
|
|
134
|
-
ready: {
|
|
135
|
-
type: BooleanConstructor;
|
|
136
|
-
default: boolean;
|
|
137
|
-
};
|
|
138
|
-
pending: {
|
|
139
|
-
type: BooleanConstructor;
|
|
140
|
-
default: boolean;
|
|
141
|
-
};
|
|
142
|
-
emitPending: {
|
|
143
|
-
type: BooleanConstructor;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
|
-
}>> & Readonly<{
|
|
147
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
148
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
149
|
-
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
150
|
-
"update:ready": (...args: any[]) => void;
|
|
151
|
-
"update:pending": (...args: any[]) => void;
|
|
152
|
-
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
153
|
-
animate: boolean;
|
|
154
|
-
src: string;
|
|
155
|
-
alt: string;
|
|
156
|
-
spinner: boolean;
|
|
157
|
-
zoom: boolean;
|
|
158
|
-
ready: boolean;
|
|
159
|
-
pending: boolean;
|
|
160
|
-
emitPending: boolean;
|
|
161
|
-
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
162
|
-
image: HTMLImageElement;
|
|
163
|
-
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
164
|
-
P: {};
|
|
165
|
-
B: {};
|
|
166
|
-
D: {};
|
|
167
|
-
C: {};
|
|
168
|
-
M: {};
|
|
169
|
-
Defaults: {};
|
|
170
|
-
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
171
|
-
src: {
|
|
172
|
-
type: StringConstructor;
|
|
173
|
-
default: string;
|
|
174
|
-
required: true;
|
|
175
|
-
};
|
|
176
|
-
alt: {
|
|
177
|
-
type: StringConstructor;
|
|
178
|
-
default: string;
|
|
179
|
-
};
|
|
180
|
-
spinner: {
|
|
181
|
-
type: BooleanConstructor;
|
|
182
|
-
default: boolean;
|
|
183
|
-
};
|
|
184
|
-
zoom: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
default: boolean;
|
|
187
|
-
};
|
|
188
|
-
animate: {
|
|
189
|
-
type: BooleanConstructor;
|
|
190
|
-
default: boolean;
|
|
191
|
-
};
|
|
192
|
-
ready: {
|
|
193
|
-
type: BooleanConstructor;
|
|
194
|
-
default: boolean;
|
|
195
|
-
};
|
|
196
|
-
pending: {
|
|
197
|
-
type: BooleanConstructor;
|
|
198
|
-
default: boolean;
|
|
199
|
-
};
|
|
200
|
-
emitPending: {
|
|
201
|
-
type: BooleanConstructor;
|
|
202
|
-
default: boolean;
|
|
203
|
-
};
|
|
204
|
-
}>> & Readonly<{
|
|
205
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
206
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
207
|
-
}>, {}, {}, {}, {}, {
|
|
208
|
-
animate: boolean;
|
|
209
|
-
src: string;
|
|
210
|
-
alt: string;
|
|
211
|
-
spinner: boolean;
|
|
212
|
-
zoom: boolean;
|
|
213
|
-
ready: boolean;
|
|
214
|
-
pending: boolean;
|
|
215
|
-
emitPending: boolean;
|
|
216
|
-
}> | null;
|
|
7
|
+
image: unknown;
|
|
8
|
+
targetImage: unknown;
|
|
217
9
|
};
|
|
218
10
|
rootEl: any;
|
|
219
11
|
};
|
|
@@ -255,216 +47,8 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
255
47
|
ready: boolean;
|
|
256
48
|
modelValue: string;
|
|
257
49
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
258
|
-
image:
|
|
259
|
-
|
|
260
|
-
type: StringConstructor;
|
|
261
|
-
default: string;
|
|
262
|
-
required: true;
|
|
263
|
-
};
|
|
264
|
-
alt: {
|
|
265
|
-
type: StringConstructor;
|
|
266
|
-
default: string;
|
|
267
|
-
};
|
|
268
|
-
spinner: {
|
|
269
|
-
type: BooleanConstructor;
|
|
270
|
-
default: boolean;
|
|
271
|
-
};
|
|
272
|
-
zoom: {
|
|
273
|
-
type: BooleanConstructor;
|
|
274
|
-
default: boolean;
|
|
275
|
-
};
|
|
276
|
-
animate: {
|
|
277
|
-
type: BooleanConstructor;
|
|
278
|
-
default: boolean;
|
|
279
|
-
};
|
|
280
|
-
ready: {
|
|
281
|
-
type: BooleanConstructor;
|
|
282
|
-
default: boolean;
|
|
283
|
-
};
|
|
284
|
-
pending: {
|
|
285
|
-
type: BooleanConstructor;
|
|
286
|
-
default: boolean;
|
|
287
|
-
};
|
|
288
|
-
emitPending: {
|
|
289
|
-
type: BooleanConstructor;
|
|
290
|
-
default: boolean;
|
|
291
|
-
};
|
|
292
|
-
}>> & Readonly<{
|
|
293
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
294
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
295
|
-
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
296
|
-
"update:ready": (...args: any[]) => void;
|
|
297
|
-
"update:pending": (...args: any[]) => void;
|
|
298
|
-
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
299
|
-
animate: boolean;
|
|
300
|
-
src: string;
|
|
301
|
-
alt: string;
|
|
302
|
-
spinner: boolean;
|
|
303
|
-
zoom: boolean;
|
|
304
|
-
ready: boolean;
|
|
305
|
-
pending: boolean;
|
|
306
|
-
emitPending: boolean;
|
|
307
|
-
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
308
|
-
image: HTMLImageElement;
|
|
309
|
-
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
310
|
-
P: {};
|
|
311
|
-
B: {};
|
|
312
|
-
D: {};
|
|
313
|
-
C: {};
|
|
314
|
-
M: {};
|
|
315
|
-
Defaults: {};
|
|
316
|
-
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
317
|
-
src: {
|
|
318
|
-
type: StringConstructor;
|
|
319
|
-
default: string;
|
|
320
|
-
required: true;
|
|
321
|
-
};
|
|
322
|
-
alt: {
|
|
323
|
-
type: StringConstructor;
|
|
324
|
-
default: string;
|
|
325
|
-
};
|
|
326
|
-
spinner: {
|
|
327
|
-
type: BooleanConstructor;
|
|
328
|
-
default: boolean;
|
|
329
|
-
};
|
|
330
|
-
zoom: {
|
|
331
|
-
type: BooleanConstructor;
|
|
332
|
-
default: boolean;
|
|
333
|
-
};
|
|
334
|
-
animate: {
|
|
335
|
-
type: BooleanConstructor;
|
|
336
|
-
default: boolean;
|
|
337
|
-
};
|
|
338
|
-
ready: {
|
|
339
|
-
type: BooleanConstructor;
|
|
340
|
-
default: boolean;
|
|
341
|
-
};
|
|
342
|
-
pending: {
|
|
343
|
-
type: BooleanConstructor;
|
|
344
|
-
default: boolean;
|
|
345
|
-
};
|
|
346
|
-
emitPending: {
|
|
347
|
-
type: BooleanConstructor;
|
|
348
|
-
default: boolean;
|
|
349
|
-
};
|
|
350
|
-
}>> & Readonly<{
|
|
351
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
352
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
353
|
-
}>, {}, {}, {}, {}, {
|
|
354
|
-
animate: boolean;
|
|
355
|
-
src: string;
|
|
356
|
-
alt: string;
|
|
357
|
-
spinner: boolean;
|
|
358
|
-
zoom: boolean;
|
|
359
|
-
ready: boolean;
|
|
360
|
-
pending: boolean;
|
|
361
|
-
emitPending: boolean;
|
|
362
|
-
}> | null;
|
|
363
|
-
targetImage: import('../../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
364
|
-
src: {
|
|
365
|
-
type: StringConstructor;
|
|
366
|
-
default: string;
|
|
367
|
-
required: true;
|
|
368
|
-
};
|
|
369
|
-
alt: {
|
|
370
|
-
type: StringConstructor;
|
|
371
|
-
default: string;
|
|
372
|
-
};
|
|
373
|
-
spinner: {
|
|
374
|
-
type: BooleanConstructor;
|
|
375
|
-
default: boolean;
|
|
376
|
-
};
|
|
377
|
-
zoom: {
|
|
378
|
-
type: BooleanConstructor;
|
|
379
|
-
default: boolean;
|
|
380
|
-
};
|
|
381
|
-
animate: {
|
|
382
|
-
type: BooleanConstructor;
|
|
383
|
-
default: boolean;
|
|
384
|
-
};
|
|
385
|
-
ready: {
|
|
386
|
-
type: BooleanConstructor;
|
|
387
|
-
default: boolean;
|
|
388
|
-
};
|
|
389
|
-
pending: {
|
|
390
|
-
type: BooleanConstructor;
|
|
391
|
-
default: boolean;
|
|
392
|
-
};
|
|
393
|
-
emitPending: {
|
|
394
|
-
type: BooleanConstructor;
|
|
395
|
-
default: boolean;
|
|
396
|
-
};
|
|
397
|
-
}>> & Readonly<{
|
|
398
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
399
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
400
|
-
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
401
|
-
"update:ready": (...args: any[]) => void;
|
|
402
|
-
"update:pending": (...args: any[]) => void;
|
|
403
|
-
}, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
404
|
-
animate: boolean;
|
|
405
|
-
src: string;
|
|
406
|
-
alt: string;
|
|
407
|
-
spinner: boolean;
|
|
408
|
-
zoom: boolean;
|
|
409
|
-
ready: boolean;
|
|
410
|
-
pending: boolean;
|
|
411
|
-
emitPending: boolean;
|
|
412
|
-
}, true, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
413
|
-
image: HTMLImageElement;
|
|
414
|
-
}, any, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
415
|
-
P: {};
|
|
416
|
-
B: {};
|
|
417
|
-
D: {};
|
|
418
|
-
C: {};
|
|
419
|
-
M: {};
|
|
420
|
-
Defaults: {};
|
|
421
|
-
}, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
422
|
-
src: {
|
|
423
|
-
type: StringConstructor;
|
|
424
|
-
default: string;
|
|
425
|
-
required: true;
|
|
426
|
-
};
|
|
427
|
-
alt: {
|
|
428
|
-
type: StringConstructor;
|
|
429
|
-
default: string;
|
|
430
|
-
};
|
|
431
|
-
spinner: {
|
|
432
|
-
type: BooleanConstructor;
|
|
433
|
-
default: boolean;
|
|
434
|
-
};
|
|
435
|
-
zoom: {
|
|
436
|
-
type: BooleanConstructor;
|
|
437
|
-
default: boolean;
|
|
438
|
-
};
|
|
439
|
-
animate: {
|
|
440
|
-
type: BooleanConstructor;
|
|
441
|
-
default: boolean;
|
|
442
|
-
};
|
|
443
|
-
ready: {
|
|
444
|
-
type: BooleanConstructor;
|
|
445
|
-
default: boolean;
|
|
446
|
-
};
|
|
447
|
-
pending: {
|
|
448
|
-
type: BooleanConstructor;
|
|
449
|
-
default: boolean;
|
|
450
|
-
};
|
|
451
|
-
emitPending: {
|
|
452
|
-
type: BooleanConstructor;
|
|
453
|
-
default: boolean;
|
|
454
|
-
};
|
|
455
|
-
}>> & Readonly<{
|
|
456
|
-
"onUpdate:ready"?: ((...args: any[]) => any) | undefined;
|
|
457
|
-
"onUpdate:pending"?: ((...args: any[]) => any) | undefined;
|
|
458
|
-
}>, {}, {}, {}, {}, {
|
|
459
|
-
animate: boolean;
|
|
460
|
-
src: string;
|
|
461
|
-
alt: string;
|
|
462
|
-
spinner: boolean;
|
|
463
|
-
zoom: boolean;
|
|
464
|
-
ready: boolean;
|
|
465
|
-
pending: boolean;
|
|
466
|
-
emitPending: boolean;
|
|
467
|
-
}> | null;
|
|
50
|
+
image: unknown;
|
|
51
|
+
targetImage: unknown;
|
|
468
52
|
}, any>;
|
|
469
53
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
470
54
|
export default _default;
|
|
@@ -214,8 +214,8 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
214
214
|
enablePreview: boolean;
|
|
215
215
|
previewWidth: number;
|
|
216
216
|
dropFiles: boolean;
|
|
217
|
-
enableReview: boolean;
|
|
218
217
|
maxImageWidth: number;
|
|
218
|
+
enableReview: boolean;
|
|
219
219
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
220
220
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
221
221
|
export default _default;
|
|
@@ -151,7 +151,9 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
151
151
|
readonly closeTimeout: number;
|
|
152
152
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
153
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:
|
|
154
|
+
$attrs: {
|
|
155
|
+
[x: string]: unknown;
|
|
156
|
+
};
|
|
155
157
|
$refs: {
|
|
156
158
|
[x: string]: unknown;
|
|
157
159
|
} & {
|
|
@@ -295,7 +297,7 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
295
297
|
};
|
|
296
298
|
}>> & Readonly<{
|
|
297
299
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
298
|
-
}>, "type" | "footer" | "header" | "title" | "id" | "modelValue" | "classes" | "hover" | "hoverDelay" | "closeTimeout"> & {} & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
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 & {} & {
|
|
299
301
|
$slots: {
|
|
300
302
|
default?(_: {}): any;
|
|
301
303
|
};
|
|
@@ -90,8 +90,8 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
90
90
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
91
91
|
"onUpdate:progress"?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
}>, {
|
|
93
|
-
label: string;
|
|
94
93
|
progress: number;
|
|
94
|
+
label: string;
|
|
95
95
|
modelValue: number;
|
|
96
96
|
reveal: boolean;
|
|
97
97
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -169,7 +169,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
169
169
|
authToken: string;
|
|
170
170
|
baseResponsePath: string;
|
|
171
171
|
previewWidth: number;
|
|
172
|
-
maxImageWidth: number;
|
|
173
172
|
useImageUpload: boolean;
|
|
173
|
+
maxImageWidth: number;
|
|
174
174
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
175
175
|
export default _default;
|
|
@@ -203,8 +203,8 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
203
203
|
authToken: string;
|
|
204
204
|
baseResponsePath: string;
|
|
205
205
|
previewWidth: number;
|
|
206
|
-
maxImageWidth: number;
|
|
207
206
|
useImageUpload: boolean;
|
|
207
|
+
maxImageWidth: number;
|
|
208
208
|
mediaTypeMap: Record<string, any>;
|
|
209
209
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
210
210
|
export default _default;
|
|
@@ -82,9 +82,9 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
82
82
|
footer: boolean;
|
|
83
83
|
title: string;
|
|
84
84
|
modelValue: boolean;
|
|
85
|
+
classes: string;
|
|
85
86
|
modal: boolean;
|
|
86
87
|
dismiss: boolean;
|
|
87
|
-
classes: string;
|
|
88
88
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
89
89
|
dialog: HTMLDialogElement;
|
|
90
90
|
}, HTMLDialogElement>, {
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { default as useConfetti } from 'canvas-confetti';
|
|
2
|
+
export default useConfetti;
|
package/dist/i18n.d.ts
CHANGED
|
@@ -132,27 +132,6 @@ declare const i18n: import('vue-i18n').I18n<{
|
|
|
132
132
|
search: {
|
|
133
133
|
noResults: string;
|
|
134
134
|
};
|
|
135
|
-
locationFinder: {
|
|
136
|
-
searchLabel: string;
|
|
137
|
-
searchPlaceholder: string;
|
|
138
|
-
resultsLabel: string;
|
|
139
|
-
emptyText: string;
|
|
140
|
-
locateButtonLabel: string;
|
|
141
|
-
stopTrackingLabel: string;
|
|
142
|
-
mapHelperText: string;
|
|
143
|
-
directionsTitle: string;
|
|
144
|
-
directionsEmptyText: string;
|
|
145
|
-
distanceLabel: string;
|
|
146
|
-
durationLabel: string;
|
|
147
|
-
loadingRoute: string;
|
|
148
|
-
legendAriaLabel: string;
|
|
149
|
-
legendLocations: string;
|
|
150
|
-
legendSelected: string;
|
|
151
|
-
legendSearchResult: string;
|
|
152
|
-
userLocationLabel: string;
|
|
153
|
-
pinnedLocationTitle: string;
|
|
154
|
-
selectedLocationLabel: string;
|
|
155
|
-
};
|
|
156
135
|
admin: {
|
|
157
136
|
finder: {
|
|
158
137
|
title: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -25,12 +25,9 @@ export { default as ColorPalette } from './components/molecules/color-palette/co
|
|
|
25
25
|
export { default as InputDropdown } from './components/molecules/input-dropdown/input-dropdown.vue';
|
|
26
26
|
export { default as AutoSuggest } from './components/molecules/auto-suggest/auto-suggest.vue';
|
|
27
27
|
export { default as BaseCamera } from './components/molecules/base-camera/base-camera.vue';
|
|
28
|
-
export { default as BaseMap } from './components/molecules/base-map/base-map.vue';
|
|
29
|
-
export { default as LocationList } from './components/molecules/location-list/location-list.vue';
|
|
30
28
|
export { default as FileUpload } from './components/molecules/file-upload/file-upload.vue';
|
|
31
29
|
export { default as UploadGroup } from './components/molecules/upload-group/upload-group.vue';
|
|
32
30
|
export { default as AssetUploader } from './components/organisms/asset-uploader/asset-uploader.vue';
|
|
33
|
-
export { default as LocationFinder } from './components/organisms/location-finder/location-finder.vue';
|
|
34
31
|
export { default as BaseCarousel } from './components/templates/base-carousel/base-carousel.vue';
|
|
35
32
|
export { default as MediaThumbnails } from './components/molecules/media-thumbnails/media-thumbnails.vue';
|
|
36
33
|
export { default as ProgressSteps } from './components/molecules/progress-steps/progress-steps.vue';
|
|
@@ -51,11 +48,5 @@ export { default as ImageResize } from './components/molecules/image-resize/imag
|
|
|
51
48
|
export { default as ImageCropResize } from './components/molecules/image-crop-resize/image-crop-resize.vue';
|
|
52
49
|
export { default as ImageUpload } from './components/molecules/image-upload/image-upload.vue';
|
|
53
50
|
export { useCameraFilter } from './composables/useCameraFilter';
|
|
54
|
-
export { useDirections } from './composables/useDirections';
|
|
55
|
-
export { useGeocoding } from './composables/useGeocoding';
|
|
56
|
-
export { useGeolocation } from './composables/useGeolocation';
|
|
57
51
|
export type { CameraFilterProps } from './composables/useCameraFilter';
|
|
58
52
|
export type { ApplyImageFilterOptions } from './composables/useCameraFilter';
|
|
59
|
-
export type { RoutePoint, RouteStep } from './composables/useDirections';
|
|
60
|
-
export type { GeocodingResult } from './composables/useGeocoding';
|
|
61
|
-
export type { GeolocationPositionValue } from './composables/useGeolocation';
|
package/dist/locales/en.d.ts
CHANGED
|
@@ -131,27 +131,6 @@ export declare const messages: {
|
|
|
131
131
|
search: {
|
|
132
132
|
noResults: string;
|
|
133
133
|
};
|
|
134
|
-
locationFinder: {
|
|
135
|
-
searchLabel: string;
|
|
136
|
-
searchPlaceholder: string;
|
|
137
|
-
resultsLabel: string;
|
|
138
|
-
emptyText: string;
|
|
139
|
-
locateButtonLabel: string;
|
|
140
|
-
stopTrackingLabel: string;
|
|
141
|
-
mapHelperText: string;
|
|
142
|
-
directionsTitle: string;
|
|
143
|
-
directionsEmptyText: string;
|
|
144
|
-
distanceLabel: string;
|
|
145
|
-
durationLabel: string;
|
|
146
|
-
loadingRoute: string;
|
|
147
|
-
legendAriaLabel: string;
|
|
148
|
-
legendLocations: string;
|
|
149
|
-
legendSelected: string;
|
|
150
|
-
legendSearchResult: string;
|
|
151
|
-
userLocationLabel: string;
|
|
152
|
-
pinnedLocationTitle: string;
|
|
153
|
-
selectedLocationLabel: string;
|
|
154
|
-
};
|
|
155
134
|
admin: {
|
|
156
135
|
finder: {
|
|
157
136
|
title: string;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|