UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

25 lines (24 loc) 923 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UploadValueProperties = exports.UploadValueEvents = void 0; var _ListFormatDocs = require("../../../../components/list-format/ListFormatDocs.js"); var _UploadDocs = require("../../Field/Upload/UploadDocs.js"); const UploadValueProperties = exports.UploadValueProperties = { download: { doc: 'Causes the browser to treat all listed files as downloadable instead of opening them in a new browser tab or window. Defaults to `false`.', type: 'boolean', status: 'optional' }, displaySize: { doc: 'Can be used to display the file size of the file. Defaults to `false`.', type: 'boolean', status: 'optional' }, ..._ListFormatDocs.ListFormatProperties }; const UploadValueEvents = exports.UploadValueEvents = { onFileClick: _UploadDocs.UploadFieldEvents.onFileClick }; //# sourceMappingURL=UploadDocs.js.map