UNPKG

tav-ui

Version:
108 lines (105 loc) 1.7 kB
import '../../../locales/index2.mjs'; import { getPopupContainer } from '../../../utils/basic2.mjs'; import { tavI18n } from '../../../locales/transfer2.mjs'; const memberSelectProps = { value: { type: [String, Number, Array], default: null }, options: { type: Array }, autofocus: { type: Boolean, default: false }, defaultOpen: { type: Boolean, default: false }, title: { type: String, default: tavI18n("Tav.member.3") }, type: { type: String, default: "user" }, multiple: { type: Boolean, default: false }, ignoreUser: { type: Array, default: () => [] }, ignoreFrozenUser: { type: Boolean, default: true }, userListApi: { type: Function }, orgApi: { type: Function }, userListParams: { type: Object }, noOrg: { type: Boolean, default: false }, noSelect: { type: Boolean, default: false }, disabled: { type: Boolean, default: false }, placeholder: { type: String, default: tavI18n("Tav.common.chooseText") }, maxTagCount: { type: Number, default: 3 }, maxTagPlaceholder: { type: String }, allowClear: { type: Boolean, default: false }, getPopupContainer: { type: Function, getPopupContainer }, useDisabledUser: { type: Boolean, default: false }, size: { type: String }, codeField: { type: String }, formValues: { type: Object }, change: { type: Function }, modalSubmit: { type: Function }, treeCheckStrictly: { type: Boolean, default: false } }; export { memberSelectProps }; //# sourceMappingURL=types2.mjs.map