ablok-components 0.3.40 → 0.3.41

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 (30) hide show
  1. package/dist/ablok-components.css +1 -1
  2. package/dist/ablok-components.es.js +7182 -46773
  3. package/dist/ablok-components.umd.js +4 -179
  4. package/dist/components/atoms/base-button/base-button.vue.d.ts +1 -1
  5. package/dist/components/atoms/input-file/input-file.vue.d.ts +9 -9
  6. package/dist/components/atoms/input-passcode/input-passcode.vue.d.ts +1 -1
  7. package/dist/components/molecules/auto-suggest/auto-suggest.vue.d.ts +9 -0
  8. package/dist/components/molecules/base-map/base-map.spec.d.ts +1 -0
  9. package/dist/components/molecules/base-map/base-map.vue.d.ts +284 -0
  10. package/dist/components/molecules/hint-system/hint-system.vue.d.ts +1 -1
  11. package/dist/components/molecules/image-crop/image-crop.vue.d.ts +6 -10
  12. package/dist/components/molecules/image-crop-resize/image-crop-resize.vue.d.ts +210 -2
  13. package/dist/components/molecules/image-resize/image-resize.vue.d.ts +420 -4
  14. package/dist/components/molecules/image-upload/image-upload.vue.d.ts +1 -1
  15. package/dist/components/molecules/location-list/location-list.vue.d.ts +75 -0
  16. package/dist/components/molecules/popover-tooltip/popover-tooltip.vue.d.ts +2 -4
  17. package/dist/components/molecules/progress-steps/progress-steps.vue.d.ts +1 -1
  18. package/dist/components/molecules/upload-group/upload-group.vue.d.ts +1 -1
  19. package/dist/components/organisms/asset-uploader/asset-uploader.vue.d.ts +1 -1
  20. package/dist/components/organisms/location-finder/location-finder.spec.d.ts +1 -0
  21. package/dist/components/organisms/location-finder/location-finder.vue.d.ts +472 -0
  22. package/dist/components/templates/modal-dialog/modal-dialog.vue.d.ts +1 -1
  23. package/dist/composables/useConfetti.d.ts +1 -2
  24. package/dist/composables/useDirections.d.ts +38 -0
  25. package/dist/composables/useGeocoding.d.ts +53 -0
  26. package/dist/composables/useGeolocation.d.ts +20 -0
  27. package/dist/i18n.d.ts +21 -0
  28. package/dist/index.d.ts +9 -0
  29. package/dist/locales/en.d.ts +21 -0
  30. package/package.json +1 -1
@@ -4,8 +4,216 @@ declare function __VLS_template(): {
4
4
  actions?(_: {}): any;
5
5
  };
6
6
  refs: {
7
- image: unknown;
8
- targetImage: unknown;
7
+ image: 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;
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;
9
217
  };
10
218
  rootEl: any;
11
219
  };
@@ -47,8 +255,216 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
47
255
  ready: boolean;
48
256
  modelValue: string;
49
257
  }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
50
- image: unknown;
51
- targetImage: unknown;
258
+ image: import('../../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
259
+ src: {
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;
52
468
  }, any>;
53
469
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
54
470
  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
- maxImageWidth: number;
218
217
  enableReview: boolean;
218
+ maxImageWidth: number;
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;
@@ -0,0 +1,75 @@
1
+ import { PropType } from '../../../../vue/dist/vue.esm-bundler.js';
2
+ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
3
+ modelValue: {
4
+ type: null;
5
+ default: null;
6
+ };
7
+ locations: {
8
+ type: PropType<Array<any>>;
9
+ default: () => never[];
10
+ };
11
+ label: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ titleKey: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ descriptionKey: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ emptyText: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ showDistance: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ }>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
32
+ select: (...args: any[]) => void;
33
+ "update:modelValue": (...args: any[]) => void;
34
+ }, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
35
+ modelValue: {
36
+ type: null;
37
+ default: null;
38
+ };
39
+ locations: {
40
+ type: PropType<Array<any>>;
41
+ default: () => never[];
42
+ };
43
+ label: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ titleKey: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ descriptionKey: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ emptyText: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ showDistance: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ }>> & Readonly<{
64
+ onSelect?: ((...args: any[]) => any) | undefined;
65
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
66
+ }>, {
67
+ label: string;
68
+ modelValue: any;
69
+ locations: any[];
70
+ titleKey: string;
71
+ descriptionKey: string;
72
+ emptyText: string;
73
+ showDistance: boolean;
74
+ }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
75
+ export default _default;
@@ -151,9 +151,7 @@ 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: {
155
- [x: string]: unknown;
156
- };
154
+ $attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
157
155
  $refs: {
158
156
  [x: string]: unknown;
159
157
  } & {
@@ -297,7 +295,7 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
297
295
  };
298
296
  }>> & Readonly<{
299
297
  "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 & {} & {
298
+ }>, "type" | "footer" | "header" | "title" | "id" | "modelValue" | "classes" | "hover" | "hoverDelay" | "closeTimeout"> & {} & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
301
299
  $slots: {
302
300
  default?(_: {}): any;
303
301
  };
@@ -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
- progress: number;
94
93
  label: string;
94
+ progress: number;
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
- useImageUpload: boolean;
173
172
  maxImageWidth: number;
173
+ useImageUpload: boolean;
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
- useImageUpload: boolean;
207
206
  maxImageWidth: number;
207
+ useImageUpload: boolean;
208
208
  mediaTypeMap: Record<string, any>;
209
209
  }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
210
210
  export default _default;