beeple-toolkit 1.0.50 → 1.0.51
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/beeple-toolkit.es.js +1689 -1677
- package/dist/beeple-toolkit.umd.js +1 -1
- package/dist/components/types.d.ts +2 -0
- package/package.json +1 -1
|
@@ -332,6 +332,8 @@ export interface UploadDocumentProps {
|
|
|
332
332
|
label?: string;
|
|
333
333
|
urlLabel?: string;
|
|
334
334
|
modelValue?: string;
|
|
335
|
+
/** Seed the "file selected" display from just a filename (e.g. a file chosen on a previous step, kept as base64). Display-only: no File is fabricated and no files/update:modelValue is emitted. */
|
|
336
|
+
fileName?: string;
|
|
335
337
|
accept?: string;
|
|
336
338
|
multiple?: boolean;
|
|
337
339
|
disabled?: boolean;
|