@uploadista/vue 1.0.0-beta.3 → 1.0.0
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/components/index.d.mts +2 -3
- package/dist/components/index.mjs +1 -1
- package/dist/components-BMfV_7cn.mjs +2 -0
- package/dist/components-BMfV_7cn.mjs.map +1 -0
- package/dist/composables/index.d.mts +1 -1
- package/dist/composables/index.mjs +1 -1
- package/dist/{useUploadMetrics-CJesoLV7.mjs → composables-CH4pv7yG.mjs} +2 -2
- package/dist/composables-CH4pv7yG.mjs.map +1 -0
- package/dist/{index-CxdtdMrD.d.mts → index-BWeZuHjc.d.mts} +89 -90
- package/dist/index-BWeZuHjc.d.mts.map +1 -0
- package/dist/{useUploadMetrics-DEdjOjLp.d.mts → index-BlM5dmy_.d.mts} +49 -53
- package/dist/index-BlM5dmy_.d.mts.map +1 -0
- package/dist/{UploadistaProvider.vue-_qDn5Gvp.d.mts → index-DcNYDFLL.d.mts} +5 -7
- package/dist/index-DcNYDFLL.d.mts.map +1 -0
- package/dist/index.d.mts +4 -7
- package/dist/index.mjs +1 -1
- package/dist/providers/index.d.mts +1 -1
- package/dist/providers/index.mjs +1 -1
- package/dist/{UploadistaProvider-DU4YVCy4.mjs → providers-Dhq5W5tR.mjs} +2 -2
- package/dist/providers-Dhq5W5tR.mjs.map +1 -0
- package/dist/{upload-y0K2veej.css → style.css} +0 -5
- package/dist/{useUploadistaClient-C3qbTB18.mjs → useUploadistaClient-CgabcTy6.mjs} +1 -1
- package/dist/{useUploadistaClient-C3qbTB18.mjs.map → useUploadistaClient-CgabcTy6.mjs.map} +1 -1
- package/dist/utils/index.d.mts.map +1 -1
- package/dist/utils/index.mjs +1 -1
- package/dist/utils/index.mjs.map +1 -1
- package/package.json +10 -9
- package/src/__tests__/setup.ts +1 -5
- package/src/components/flow/Flow.vue +1 -1
- package/src/components/flow/index.ts +2 -2
- package/src/composables/useDragDrop.test.ts +3 -3
- package/src/composables/useUploadistaClient.test.ts +7 -3
- package/src/utils/index.test.ts +9 -7
- package/tsconfig.json +0 -1
- package/tsdown.config.ts +3 -1
- package/dist/UploadistaProvider-DU4YVCy4.mjs.map +0 -1
- package/dist/UploadistaProvider.vue-_qDn5Gvp.d.mts.map +0 -1
- package/dist/index-CxdtdMrD.d.mts.map +0 -1
- package/dist/is-browser-file-CN7ymiO5.mjs +0 -2
- package/dist/is-browser-file-CN7ymiO5.mjs.map +0 -1
- package/dist/upload-BJHmqKbp.mjs +0 -2
- package/dist/upload-BJHmqKbp.mjs.map +0 -1
- package/dist/upload-y0K2veej.css.map +0 -1
- package/dist/useUploadMetrics-CJesoLV7.mjs.map +0 -1
- package/dist/useUploadMetrics-DEdjOjLp.d.mts.map +0 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { F as DragDropState, L as FlowInputMetadata, V as UseFlowReturn, c as UploadItem, o as MultiUploadOptions, s as MultiUploadState } from "./
|
|
2
|
-
import * as vue from "vue";
|
|
1
|
+
import { F as DragDropState, L as FlowInputMetadata, V as UseFlowReturn, c as UploadItem, o as MultiUploadOptions, s as MultiUploadState } from "./index-BlM5dmy_.mjs";
|
|
3
2
|
import { VNodeChild } from "vue";
|
|
4
3
|
import { BrowserUploadInput, FlowUploadItem, UploadOptions } from "@uploadista/client-browser";
|
|
5
4
|
import { TypedOutput } from "@uploadista/core/flow";
|
|
@@ -51,7 +50,7 @@ type __VLS_Slots$23 = {
|
|
|
51
50
|
item(props: FlowUploadListItemProps): VNodeChild;
|
|
52
51
|
default(props: FlowUploadListDefaultProps): VNodeChild;
|
|
53
52
|
};
|
|
54
|
-
declare const __VLS_base$23: vue.DefineComponent<FlowUploadListProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FlowUploadListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
53
|
+
declare const __VLS_base$23: import("vue").DefineComponent<FlowUploadListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FlowUploadListProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
55
54
|
declare const __VLS_export$29: __VLS_WithSlots$28<typeof __VLS_base$23, __VLS_Slots$23>;
|
|
56
55
|
declare const _default$29: typeof __VLS_export$29;
|
|
57
56
|
type __VLS_WithSlots$28<T, S> = T & {
|
|
@@ -114,19 +113,19 @@ declare var __VLS_1$20: {};
|
|
|
114
113
|
type __VLS_Slots$22 = {} & {
|
|
115
114
|
default?: (props: typeof __VLS_1$20) => any;
|
|
116
115
|
};
|
|
117
|
-
declare const __VLS_base$22: vue.DefineComponent<FlowProps, FlowContextValue, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
116
|
+
declare const __VLS_base$22: import("vue").DefineComponent<FlowProps, FlowContextValue, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
118
117
|
progress: (uploadId: string, bytesUploaded: number, totalBytes: number | null) => any;
|
|
119
118
|
success: (outputs: TypedOutput[]) => any;
|
|
120
119
|
error: (error: Error) => any;
|
|
121
120
|
abort: () => any;
|
|
122
121
|
flowComplete: (outputs: TypedOutput[]) => any;
|
|
123
|
-
}, string, vue.PublicProps, Readonly<FlowProps> & Readonly<{
|
|
122
|
+
}, string, import("vue").PublicProps, Readonly<FlowProps> & Readonly<{
|
|
124
123
|
onProgress?: ((uploadId: string, bytesUploaded: number, totalBytes: number | null) => any) | undefined;
|
|
125
124
|
onSuccess?: ((outputs: TypedOutput[]) => any) | undefined;
|
|
126
125
|
onError?: ((error: Error) => any) | undefined;
|
|
127
126
|
onAbort?: (() => any) | undefined;
|
|
128
127
|
onFlowComplete?: ((outputs: TypedOutput[]) => any) | undefined;
|
|
129
|
-
}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
128
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
130
129
|
declare const __VLS_export$28: __VLS_WithSlots$27<typeof __VLS_base$22, __VLS_Slots$22>;
|
|
131
130
|
declare const _default$28: typeof __VLS_export$28;
|
|
132
131
|
type __VLS_WithSlots$27<T, S> = T & {
|
|
@@ -137,7 +136,7 @@ type __VLS_WithSlots$27<T, S> = T & {
|
|
|
137
136
|
//#endregion
|
|
138
137
|
//#region src/components/flow/FlowCancel.vue.d.ts
|
|
139
138
|
declare const _default$27: typeof __VLS_export$27;
|
|
140
|
-
declare const __VLS_export$27: __VLS_WithSlots$26<vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>, {
|
|
139
|
+
declare const __VLS_export$27: __VLS_WithSlots$26<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
141
140
|
default?: (props: {}) => any;
|
|
142
141
|
}>;
|
|
143
142
|
type __VLS_WithSlots$26<T, S> = T & {
|
|
@@ -146,28 +145,6 @@ type __VLS_WithSlots$26<T, S> = T & {
|
|
|
146
145
|
};
|
|
147
146
|
}; //# sourceMappingURL=FlowCancel.vue.d.ts.map
|
|
148
147
|
//#endregion
|
|
149
|
-
//#region src/components/flow/FlowPause.vue.d.ts
|
|
150
|
-
declare const _default$26: typeof __VLS_export$26;
|
|
151
|
-
declare const __VLS_export$26: __VLS_WithSlots$25<vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>, {
|
|
152
|
-
default?: (props: {}) => any;
|
|
153
|
-
}>;
|
|
154
|
-
type __VLS_WithSlots$25<T, S> = T & {
|
|
155
|
-
new (): {
|
|
156
|
-
$slots: S;
|
|
157
|
-
};
|
|
158
|
-
}; //# sourceMappingURL=FlowPause.vue.d.ts.map
|
|
159
|
-
//#endregion
|
|
160
|
-
//#region src/components/flow/FlowResume.vue.d.ts
|
|
161
|
-
declare const _default$25: typeof __VLS_export$25;
|
|
162
|
-
declare const __VLS_export$25: __VLS_WithSlots$24<vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>, {
|
|
163
|
-
default?: (props: {}) => any;
|
|
164
|
-
}>;
|
|
165
|
-
type __VLS_WithSlots$24<T, S> = T & {
|
|
166
|
-
new (): {
|
|
167
|
-
$slots: S;
|
|
168
|
-
};
|
|
169
|
-
}; //# sourceMappingURL=FlowResume.vue.d.ts.map
|
|
170
|
-
//#endregion
|
|
171
148
|
//#region src/components/flow/FlowDropZone.vue.d.ts
|
|
172
149
|
/**
|
|
173
150
|
* Props for FlowDropZone component.
|
|
@@ -178,7 +155,7 @@ interface FlowDropZoneProps {
|
|
|
178
155
|
/** Maximum file size in bytes */
|
|
179
156
|
maxFileSize?: number;
|
|
180
157
|
}
|
|
181
|
-
declare const inputRef$1: vue.Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
158
|
+
declare const inputRef$1: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
182
159
|
/**
|
|
183
160
|
* Slot props provided to the default slot.
|
|
184
161
|
*/
|
|
@@ -237,13 +214,13 @@ declare var __VLS_1$19: {
|
|
|
237
214
|
type __VLS_Slots$21 = {} & {
|
|
238
215
|
default?: (props: typeof __VLS_1$19) => any;
|
|
239
216
|
};
|
|
240
|
-
declare const __VLS_base$21: vue.DefineComponent<FlowDropZoneProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FlowDropZoneProps> & Readonly<{}>, {
|
|
217
|
+
declare const __VLS_base$21: import("vue").DefineComponent<FlowDropZoneProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FlowDropZoneProps> & Readonly<{}>, {
|
|
241
218
|
accept: string;
|
|
242
219
|
maxFileSize: number;
|
|
243
|
-
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
244
|
-
declare const __VLS_export$
|
|
245
|
-
declare const _default$
|
|
246
|
-
type __VLS_WithSlots$
|
|
220
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
221
|
+
declare const __VLS_export$26: __VLS_WithSlots$25<typeof __VLS_base$21, __VLS_Slots$21>;
|
|
222
|
+
declare const _default$26: typeof __VLS_export$26;
|
|
223
|
+
type __VLS_WithSlots$25<T, S> = T & {
|
|
247
224
|
new (): {
|
|
248
225
|
$slots: S;
|
|
249
226
|
};
|
|
@@ -272,10 +249,10 @@ declare var __VLS_1$18: {
|
|
|
272
249
|
type __VLS_Slots$20 = {} & {
|
|
273
250
|
default?: (props: typeof __VLS_1$18) => any;
|
|
274
251
|
};
|
|
275
|
-
declare const __VLS_base$20: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
276
|
-
declare const __VLS_export$
|
|
277
|
-
declare const _default$
|
|
278
|
-
type __VLS_WithSlots$
|
|
252
|
+
declare const __VLS_base$20: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
253
|
+
declare const __VLS_export$25: __VLS_WithSlots$24<typeof __VLS_base$20, __VLS_Slots$20>;
|
|
254
|
+
declare const _default$25: typeof __VLS_export$25;
|
|
255
|
+
type __VLS_WithSlots$24<T, S> = T & {
|
|
279
256
|
new (): {
|
|
280
257
|
$slots: S;
|
|
281
258
|
};
|
|
@@ -359,10 +336,10 @@ declare var __VLS_1$17: {
|
|
|
359
336
|
type __VLS_Slots$19 = {} & {
|
|
360
337
|
default?: (props: typeof __VLS_1$17) => any;
|
|
361
338
|
};
|
|
362
|
-
declare const __VLS_base$19: vue.DefineComponent<FlowInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FlowInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
363
|
-
declare const __VLS_export$
|
|
364
|
-
declare const _default$
|
|
365
|
-
type __VLS_WithSlots$
|
|
339
|
+
declare const __VLS_base$19: import("vue").DefineComponent<FlowInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FlowInputProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
340
|
+
declare const __VLS_export$24: __VLS_WithSlots$23<typeof __VLS_base$19, __VLS_Slots$19>;
|
|
341
|
+
declare const _default$24: typeof __VLS_export$24;
|
|
342
|
+
type __VLS_WithSlots$23<T, S> = T & {
|
|
366
343
|
new (): {
|
|
367
344
|
$slots: S;
|
|
368
345
|
};
|
|
@@ -378,7 +355,7 @@ interface FlowInputDropZoneProps {
|
|
|
378
355
|
/** Maximum file size in bytes */
|
|
379
356
|
maxFileSize?: number;
|
|
380
357
|
}
|
|
381
|
-
declare const inputRef: vue.Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
358
|
+
declare const inputRef: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
382
359
|
/**
|
|
383
360
|
* Slot props provided to the default slot.
|
|
384
361
|
*/
|
|
@@ -440,13 +417,13 @@ declare var __VLS_1$16: {
|
|
|
440
417
|
type __VLS_Slots$18 = {} & {
|
|
441
418
|
default?: (props: typeof __VLS_1$16) => any;
|
|
442
419
|
};
|
|
443
|
-
declare const __VLS_base$18: vue.DefineComponent<FlowInputDropZoneProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FlowInputDropZoneProps> & Readonly<{}>, {
|
|
420
|
+
declare const __VLS_base$18: import("vue").DefineComponent<FlowInputDropZoneProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FlowInputDropZoneProps> & Readonly<{}>, {
|
|
444
421
|
accept: string;
|
|
445
422
|
maxFileSize: number;
|
|
446
|
-
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
447
|
-
declare const __VLS_export$
|
|
448
|
-
declare const _default$
|
|
449
|
-
type __VLS_WithSlots$
|
|
423
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
424
|
+
declare const __VLS_export$23: __VLS_WithSlots$22<typeof __VLS_base$18, __VLS_Slots$18>;
|
|
425
|
+
declare const _default$23: typeof __VLS_export$23;
|
|
426
|
+
type __VLS_WithSlots$22<T, S> = T & {
|
|
450
427
|
new (): {
|
|
451
428
|
$slots: S;
|
|
452
429
|
};
|
|
@@ -481,10 +458,10 @@ declare var __VLS_1$15: {
|
|
|
481
458
|
type __VLS_Slots$17 = {} & {
|
|
482
459
|
default?: (props: typeof __VLS_1$15) => any;
|
|
483
460
|
};
|
|
484
|
-
declare const __VLS_base$17: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
485
|
-
declare const __VLS_export$
|
|
486
|
-
declare const _default$
|
|
487
|
-
type __VLS_WithSlots$
|
|
461
|
+
declare const __VLS_base$17: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
462
|
+
declare const __VLS_export$22: __VLS_WithSlots$21<typeof __VLS_base$17, __VLS_Slots$17>;
|
|
463
|
+
declare const _default$22: typeof __VLS_export$22;
|
|
464
|
+
type __VLS_WithSlots$21<T, S> = T & {
|
|
488
465
|
new (): {
|
|
489
466
|
$slots: S;
|
|
490
467
|
};
|
|
@@ -507,10 +484,10 @@ declare var __VLS_1$14: {
|
|
|
507
484
|
type __VLS_Slots$16 = {} & {
|
|
508
485
|
default?: (props: typeof __VLS_1$14) => any;
|
|
509
486
|
};
|
|
510
|
-
declare const __VLS_base$16: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
511
|
-
declare const __VLS_export$
|
|
512
|
-
declare const _default$
|
|
513
|
-
type __VLS_WithSlots$
|
|
487
|
+
declare const __VLS_base$16: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
488
|
+
declare const __VLS_export$21: __VLS_WithSlots$20<typeof __VLS_base$16, __VLS_Slots$16>;
|
|
489
|
+
declare const _default$21: typeof __VLS_export$21;
|
|
490
|
+
type __VLS_WithSlots$20<T, S> = T & {
|
|
514
491
|
new (): {
|
|
515
492
|
$slots: S;
|
|
516
493
|
};
|
|
@@ -524,10 +501,21 @@ interface FlowInputUrlFieldProps {
|
|
|
524
501
|
/** Placeholder text */
|
|
525
502
|
placeholder?: string;
|
|
526
503
|
}
|
|
527
|
-
declare const _default$
|
|
528
|
-
declare const __VLS_export$
|
|
504
|
+
declare const _default$20: typeof __VLS_export$20;
|
|
505
|
+
declare const __VLS_export$20: import("vue").DefineComponent<FlowInputUrlFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FlowInputUrlFieldProps> & Readonly<{}>, {
|
|
529
506
|
placeholder: string;
|
|
530
|
-
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=FlowInputUrlField.vue.d.ts.map
|
|
507
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=FlowInputUrlField.vue.d.ts.map
|
|
508
|
+
//#endregion
|
|
509
|
+
//#region src/components/flow/FlowPause.vue.d.ts
|
|
510
|
+
declare const _default$19: typeof __VLS_export$19;
|
|
511
|
+
declare const __VLS_export$19: __VLS_WithSlots$19<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
512
|
+
default?: (props: {}) => any;
|
|
513
|
+
}>;
|
|
514
|
+
type __VLS_WithSlots$19<T, S> = T & {
|
|
515
|
+
new (): {
|
|
516
|
+
$slots: S;
|
|
517
|
+
};
|
|
518
|
+
}; //# sourceMappingURL=FlowPause.vue.d.ts.map
|
|
531
519
|
//#endregion
|
|
532
520
|
//#region src/components/flow/FlowProgress.vue.d.ts
|
|
533
521
|
/**
|
|
@@ -552,25 +540,36 @@ declare var __VLS_1$13: {
|
|
|
552
540
|
type __VLS_Slots$15 = {} & {
|
|
553
541
|
default?: (props: typeof __VLS_1$13) => any;
|
|
554
542
|
};
|
|
555
|
-
declare const __VLS_base$15: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
556
|
-
declare const __VLS_export$
|
|
557
|
-
declare const _default$
|
|
558
|
-
type __VLS_WithSlots$
|
|
543
|
+
declare const __VLS_base$15: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
544
|
+
declare const __VLS_export$18: __VLS_WithSlots$18<typeof __VLS_base$15, __VLS_Slots$15>;
|
|
545
|
+
declare const _default$18: typeof __VLS_export$18;
|
|
546
|
+
type __VLS_WithSlots$18<T, S> = T & {
|
|
559
547
|
new (): {
|
|
560
548
|
$slots: S;
|
|
561
549
|
};
|
|
562
550
|
}; //# sourceMappingURL=FlowProgress.vue.d.ts.map
|
|
563
551
|
//#endregion
|
|
564
552
|
//#region src/components/flow/FlowReset.vue.d.ts
|
|
553
|
+
declare const _default$17: typeof __VLS_export$17;
|
|
554
|
+
declare const __VLS_export$17: __VLS_WithSlots$17<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
555
|
+
default?: (props: {}) => any;
|
|
556
|
+
}>;
|
|
557
|
+
type __VLS_WithSlots$17<T, S> = T & {
|
|
558
|
+
new (): {
|
|
559
|
+
$slots: S;
|
|
560
|
+
};
|
|
561
|
+
}; //# sourceMappingURL=FlowReset.vue.d.ts.map
|
|
562
|
+
//#endregion
|
|
563
|
+
//#region src/components/flow/FlowResume.vue.d.ts
|
|
565
564
|
declare const _default$16: typeof __VLS_export$16;
|
|
566
|
-
declare const __VLS_export$16: __VLS_WithSlots$16<vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>, {
|
|
565
|
+
declare const __VLS_export$16: __VLS_WithSlots$16<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
567
566
|
default?: (props: {}) => any;
|
|
568
567
|
}>;
|
|
569
568
|
type __VLS_WithSlots$16<T, S> = T & {
|
|
570
569
|
new (): {
|
|
571
570
|
$slots: S;
|
|
572
571
|
};
|
|
573
|
-
}; //# sourceMappingURL=
|
|
572
|
+
}; //# sourceMappingURL=FlowResume.vue.d.ts.map
|
|
574
573
|
//#endregion
|
|
575
574
|
//#region src/components/flow/FlowStatus.vue.d.ts
|
|
576
575
|
/**
|
|
@@ -604,7 +603,7 @@ declare var __VLS_1$12: {
|
|
|
604
603
|
type __VLS_Slots$14 = {} & {
|
|
605
604
|
default?: (props: typeof __VLS_1$12) => any;
|
|
606
605
|
};
|
|
607
|
-
declare const __VLS_base$14: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
606
|
+
declare const __VLS_base$14: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
608
607
|
declare const __VLS_export$15: __VLS_WithSlots$15<typeof __VLS_base$14, __VLS_Slots$14>;
|
|
609
608
|
declare const _default$15: typeof __VLS_export$15;
|
|
610
609
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
@@ -615,7 +614,7 @@ type __VLS_WithSlots$15<T, S> = T & {
|
|
|
615
614
|
//#endregion
|
|
616
615
|
//#region src/components/flow/FlowSubmit.vue.d.ts
|
|
617
616
|
declare const _default$14: typeof __VLS_export$14;
|
|
618
|
-
declare const __VLS_export$14: __VLS_WithSlots$14<vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>, {
|
|
617
|
+
declare const __VLS_export$14: __VLS_WithSlots$14<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
619
618
|
default?: (props: {}) => any;
|
|
620
619
|
}>;
|
|
621
620
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -665,7 +664,7 @@ type __VLS_Slots$13 = {
|
|
|
665
664
|
};
|
|
666
665
|
}): VNodeChild;
|
|
667
666
|
};
|
|
668
|
-
declare const __VLS_base$13: vue.DefineComponent<UploadListProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<UploadListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
667
|
+
declare const __VLS_base$13: import("vue").DefineComponent<UploadListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UploadListProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
669
668
|
declare const __VLS_export$13: __VLS_WithSlots$13<typeof __VLS_base$13, __VLS_Slots$13>;
|
|
670
669
|
declare const _default$13: typeof __VLS_export$13;
|
|
671
670
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -724,18 +723,18 @@ type __VLS_Slots$12 = {
|
|
|
724
723
|
openFilePicker: () => void;
|
|
725
724
|
}): VNodeChild;
|
|
726
725
|
};
|
|
727
|
-
declare const __VLS_base$12: vue.DefineComponent<UploadZoneProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
726
|
+
declare const __VLS_base$12: import("vue").DefineComponent<UploadZoneProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
728
727
|
"file-select": (files: File[]) => any;
|
|
729
728
|
"upload-start": (files: File[]) => any;
|
|
730
729
|
"validation-error": (errors: string[]) => any;
|
|
731
|
-
}, string, vue.PublicProps, Readonly<UploadZoneProps> & Readonly<{
|
|
730
|
+
}, string, import("vue").PublicProps, Readonly<UploadZoneProps> & Readonly<{
|
|
732
731
|
"onFile-select"?: ((files: File[]) => any) | undefined;
|
|
733
732
|
"onUpload-start"?: ((files: File[]) => any) | undefined;
|
|
734
733
|
"onValidation-error"?: ((errors: string[]) => any) | undefined;
|
|
735
734
|
}>, {
|
|
736
735
|
multiple: boolean;
|
|
737
736
|
disabled: boolean;
|
|
738
|
-
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
737
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
739
738
|
declare const __VLS_export$12: __VLS_WithSlots$12<typeof __VLS_base$12, __VLS_Slots$12>;
|
|
740
739
|
declare const _default$12: typeof __VLS_export$12;
|
|
741
740
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -796,7 +795,7 @@ declare var __VLS_1$11: {};
|
|
|
796
795
|
type __VLS_Slots$11 = {} & {
|
|
797
796
|
default?: (props: typeof __VLS_1$11) => any;
|
|
798
797
|
};
|
|
799
|
-
declare const __VLS_base$11: vue.DefineComponent<UploadProps, vue.ComputedRef<UploadContextValue>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
798
|
+
declare const __VLS_base$11: import("vue").DefineComponent<UploadProps, import("vue").ComputedRef<UploadContextValue>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
800
799
|
progress: (item: UploadItem, progress: number, bytesUploaded: number, totalBytes: number | null) => any;
|
|
801
800
|
success: (result: UploadFile) => any;
|
|
802
801
|
error: (error: Error, item?: UploadItem | undefined) => any;
|
|
@@ -806,7 +805,7 @@ declare const __VLS_base$11: vue.DefineComponent<UploadProps, vue.ComputedRef<Up
|
|
|
806
805
|
total: number;
|
|
807
806
|
}) => any;
|
|
808
807
|
uploadStart: (item: UploadItem) => any;
|
|
809
|
-
}, string, vue.PublicProps, Readonly<UploadProps> & Readonly<{
|
|
808
|
+
}, string, import("vue").PublicProps, Readonly<UploadProps> & Readonly<{
|
|
810
809
|
onProgress?: ((item: UploadItem, progress: number, bytesUploaded: number, totalBytes: number | null) => any) | undefined;
|
|
811
810
|
onSuccess?: ((result: UploadFile) => any) | undefined;
|
|
812
811
|
onError?: ((error: Error, item?: UploadItem | undefined) => any) | undefined;
|
|
@@ -820,7 +819,7 @@ declare const __VLS_base$11: vue.DefineComponent<UploadProps, vue.ComputedRef<Up
|
|
|
820
819
|
multiple: boolean;
|
|
821
820
|
maxConcurrent: number;
|
|
822
821
|
autoStart: boolean;
|
|
823
|
-
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
822
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
824
823
|
declare const __VLS_export$11: __VLS_WithSlots$11<typeof __VLS_base$11, __VLS_Slots$11>;
|
|
825
824
|
declare const _default$11: typeof __VLS_export$11;
|
|
826
825
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -834,7 +833,7 @@ declare var __VLS_1$10: {};
|
|
|
834
833
|
type __VLS_Slots$10 = {} & {
|
|
835
834
|
default?: (props: typeof __VLS_1$10) => any;
|
|
836
835
|
};
|
|
837
|
-
declare const __VLS_base$10: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
836
|
+
declare const __VLS_base$10: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
838
837
|
declare const __VLS_export$10: __VLS_WithSlots$10<typeof __VLS_base$10, __VLS_Slots$10>;
|
|
839
838
|
declare const _default$10: typeof __VLS_export$10;
|
|
840
839
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -848,7 +847,7 @@ declare var __VLS_1$9: {};
|
|
|
848
847
|
type __VLS_Slots$9 = {} & {
|
|
849
848
|
default?: (props: typeof __VLS_1$9) => any;
|
|
850
849
|
};
|
|
851
|
-
declare const __VLS_base$9: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
850
|
+
declare const __VLS_base$9: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
852
851
|
declare const __VLS_export$9: __VLS_WithSlots$9<typeof __VLS_base$9, __VLS_Slots$9>;
|
|
853
852
|
declare const _default$9: typeof __VLS_export$9;
|
|
854
853
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -921,9 +920,9 @@ declare var __VLS_1$8: {
|
|
|
921
920
|
type __VLS_Slots$8 = {} & {
|
|
922
921
|
default?: (props: typeof __VLS_1$8) => any;
|
|
923
922
|
};
|
|
924
|
-
declare const __VLS_base$8: vue.DefineComponent<UploadDropZoneProps, {
|
|
925
|
-
inputRef: vue.Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
926
|
-
}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<UploadDropZoneProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
923
|
+
declare const __VLS_base$8: import("vue").DefineComponent<UploadDropZoneProps, {
|
|
924
|
+
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
925
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UploadDropZoneProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
927
926
|
declare const __VLS_export$8: __VLS_WithSlots$8<typeof __VLS_base$8, __VLS_Slots$8>;
|
|
928
927
|
declare const _default$8: typeof __VLS_export$8;
|
|
929
928
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -955,7 +954,7 @@ declare var __VLS_1$7: {
|
|
|
955
954
|
type __VLS_Slots$7 = {} & {
|
|
956
955
|
default?: (props: typeof __VLS_1$7) => any;
|
|
957
956
|
};
|
|
958
|
-
declare const __VLS_base$7: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
957
|
+
declare const __VLS_base$7: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
959
958
|
declare const __VLS_export$7: __VLS_WithSlots$7<typeof __VLS_base$7, __VLS_Slots$7>;
|
|
960
959
|
declare const _default$7: typeof __VLS_export$7;
|
|
961
960
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -1038,7 +1037,7 @@ declare var __VLS_1$6: {
|
|
|
1038
1037
|
type __VLS_Slots$6 = {} & {
|
|
1039
1038
|
default?: (props: typeof __VLS_1$6) => any;
|
|
1040
1039
|
};
|
|
1041
|
-
declare const __VLS_base$6: vue.DefineComponent<UploadItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<UploadItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
1040
|
+
declare const __VLS_base$6: import("vue").DefineComponent<UploadItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UploadItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
1042
1041
|
declare const __VLS_export$6: __VLS_WithSlots$6<typeof __VLS_base$6, __VLS_Slots$6>;
|
|
1043
1042
|
declare const _default$6: typeof __VLS_export$6;
|
|
1044
1043
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -1067,7 +1066,7 @@ declare var __VLS_1$5: {
|
|
|
1067
1066
|
type __VLS_Slots$5 = {} & {
|
|
1068
1067
|
default?: (props: typeof __VLS_1$5) => any;
|
|
1069
1068
|
};
|
|
1070
|
-
declare const __VLS_base$5: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1069
|
+
declare const __VLS_base$5: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1071
1070
|
declare const __VLS_export$5: __VLS_WithSlots$5<typeof __VLS_base$5, __VLS_Slots$5>;
|
|
1072
1071
|
declare const _default$5: typeof __VLS_export$5;
|
|
1073
1072
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -1099,7 +1098,7 @@ declare var __VLS_1$4: {
|
|
|
1099
1098
|
type __VLS_Slots$4 = {} & {
|
|
1100
1099
|
default?: (props: typeof __VLS_1$4) => any;
|
|
1101
1100
|
};
|
|
1102
|
-
declare const __VLS_base$4: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1101
|
+
declare const __VLS_base$4: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1103
1102
|
declare const __VLS_export$4: __VLS_WithSlots$4<typeof __VLS_base$4, __VLS_Slots$4>;
|
|
1104
1103
|
declare const _default$4: typeof __VLS_export$4;
|
|
1105
1104
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -1113,7 +1112,7 @@ declare var __VLS_1$3: {};
|
|
|
1113
1112
|
type __VLS_Slots$3 = {} & {
|
|
1114
1113
|
default?: (props: typeof __VLS_1$3) => any;
|
|
1115
1114
|
};
|
|
1116
|
-
declare const __VLS_base$3: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1115
|
+
declare const __VLS_base$3: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1117
1116
|
declare const __VLS_export$3: __VLS_WithSlots$3<typeof __VLS_base$3, __VLS_Slots$3>;
|
|
1118
1117
|
declare const _default$3: typeof __VLS_export$3;
|
|
1119
1118
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -1127,7 +1126,7 @@ declare var __VLS_1$2: {};
|
|
|
1127
1126
|
type __VLS_Slots$2 = {} & {
|
|
1128
1127
|
default?: (props: typeof __VLS_1$2) => any;
|
|
1129
1128
|
};
|
|
1130
|
-
declare const __VLS_base$2: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1129
|
+
declare const __VLS_base$2: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1131
1130
|
declare const __VLS_export$2: __VLS_WithSlots$2<typeof __VLS_base$2, __VLS_Slots$2>;
|
|
1132
1131
|
declare const _default$2: typeof __VLS_export$2;
|
|
1133
1132
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -1141,7 +1140,7 @@ declare var __VLS_1$1: {};
|
|
|
1141
1140
|
type __VLS_Slots$1 = {} & {
|
|
1142
1141
|
default?: (props: typeof __VLS_1$1) => any;
|
|
1143
1142
|
};
|
|
1144
|
-
declare const __VLS_base$1: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1143
|
+
declare const __VLS_base$1: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1145
1144
|
declare const __VLS_export$1: __VLS_WithSlots$1<typeof __VLS_base$1, __VLS_Slots$1>;
|
|
1146
1145
|
declare const _default$1: typeof __VLS_export$1;
|
|
1147
1146
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -1191,7 +1190,7 @@ declare var __VLS_1: {
|
|
|
1191
1190
|
type __VLS_Slots = {} & {
|
|
1192
1191
|
default?: (props: typeof __VLS_1) => any;
|
|
1193
1192
|
};
|
|
1194
|
-
declare const __VLS_base: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
1193
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1195
1194
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
1196
1195
|
declare const _default: typeof __VLS_export;
|
|
1197
1196
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1200,5 +1199,5 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
1200
1199
|
};
|
|
1201
1200
|
}; //# sourceMappingURL=UploadStatus.vue.d.ts.map
|
|
1202
1201
|
//#endregion
|
|
1203
|
-
export {
|
|
1204
|
-
//# sourceMappingURL=index-
|
|
1202
|
+
export { useFlowContext as $, _default$14 as A, FlowInputsSlotProps as B, _default$9 as C, _default$11 as D, UploadProps as E, FlowProgressSlotProps as F, FlowInputDropZoneSlotProps as G, FlowInputPreviewSlotProps as H, _default$18 as I, FlowInputSlotProps as J, _default$23 as K, _default$19 as L, _default$15 as M, _default$16 as N, _default$12 as O, _default$17 as P, FlowInputContextValue as Q, FlowInputUrlFieldProps as R, _default$8 as S, UploadContextValue as T, _default$22 as U, _default$21 as V, FlowInputDropZoneProps as W, FLOW_CONTEXT_KEY as X, _default$24 as Y, FLOW_INPUT_CONTEXT_KEY as Z, useUploadItemContext as _, _default$3 as a, _default$26 as at, UploadDropZoneProps as b, UploadItemsSlotProps as c, FlowProps as ct, UploadItemSlotProps as d, useFlowInputContext as et, _default$6 as f, useUploadContext as g, UploadItemContextValue as h, _default$2 as i, FlowDropZoneSlotProps as it, FlowStatusSlotProps as j, _default$13 as k, _default$5 as l, _default$28 as lt, UPLOAD_ITEM_CONTEXT_KEY as m, _default as n, _default$25 as nt, UploadProgressSlotProps as o, _default$27 as ot, UPLOAD_CONTEXT_KEY as p, FlowInputProps as q, _default$1 as r, FlowDropZoneProps as rt, _default$4 as s, FlowContextValue as st, UploadStatusSlotProps as t, FlowErrorSlotProps as tt, UploadItemProps as u, _default$29 as ut, UploadErrorSlotProps as v, _default$10 as w, UploadDropZoneSlotProps as x, _default$7 as y, _default$20 as z };
|
|
1203
|
+
//# sourceMappingURL=index-BWeZuHjc.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-BWeZuHjc.d.mts","names":[],"sources":["../src/components/FlowUploadList.vue","../src/components/flow/Flow.vue","../src/components/flow/FlowCancel.vue","../src/components/flow/FlowDropZone.vue","../src/components/flow/FlowError.vue","../src/components/flow/useFlowContext.ts","../src/components/flow/FlowInput.vue","../src/components/flow/FlowInputDropZone.vue","../src/components/flow/FlowInputPreview.vue","../src/components/flow/FlowInputs.vue","../src/components/flow/FlowInputUrlField.vue","../src/components/flow/FlowPause.vue","../src/components/flow/FlowProgress.vue","../src/components/flow/FlowReset.vue","../src/components/flow/FlowResume.vue","../src/components/flow/FlowStatus.vue","../src/components/flow/FlowSubmit.vue","../src/components/UploadList.vue","../src/components/UploadZone.vue","../src/components/upload/Upload.vue","../src/components/upload/UploadCancel.vue","../src/components/upload/UploadClearCompleted.vue","../src/components/upload/UploadDropZone.vue","../src/components/upload/UploadError.vue","../src/components/upload/useUploadContext.ts","../src/components/upload/UploadItem.vue","../src/components/upload/UploadItems.vue","../src/components/upload/UploadProgress.vue","../src/components/upload/UploadReset.vue","../src/components/upload/UploadRetry.vue","../src/components/upload/UploadStartAll.vue","../src/components/upload/UploadStatus.vue"],"mappings":"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"}
|