UNPKG

tav-ui

Version:
31 lines (26 loc) 920 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var consts = require('../consts2.js'); var consts$1 = require('../../../file/src/consts2.js'); const globalConfigEditorProps = { imageAccept: { type: String, default: consts.DEFAULT_FILE_IMAGE_ACCEPT }, fileAccept: { type: String, default: consts.DEFAULT_FILE_ACCEPT }, multiple: { type: Boolean, default: consts$1.DEFAULT_MULTIPLE }, maxCount: { type: Number, default: consts$1.DEFAULT_FILE_MAX_COUNT }, sizeRange: { type: Array, default: consts$1.DEFAULT_FILE_SIZE_RANGE }, nameRegExp: { type: Object, default: consts$1.DEFAULT_FILE_NAME_REGEXP }, uploadVarsJson: { type: String }, apiUploadImage: { type: Function }, apiUploadFile: { type: Function }, apiPreviewFile: { type: Function } }; exports.globalConfigEditorProps = globalConfigEditorProps; //# sourceMappingURL=global-config2.js.map