ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
192 lines (191 loc) • 3.05 kB
JavaScript
import { formProps as e } from "element-plus";
const t = [
"start",
"center",
"end",
"space-around",
"space-between",
"space-evenly"
], o = ["top", "middle", "bottom"], a = {
...e,
rules: e.rules,
modelValue: {
type: [Object, Array],
default: () => ({})
},
activeCollapse: {
type: [Array, String],
default: () => []
},
columns: {
type: Array,
default: () => []
},
options: {
type: Object,
default: () => {
}
},
colon: {
type: Boolean,
default: !1
},
gutter: {
type: Number,
default: 0
},
justify: {
type: String,
values: t,
default: "start"
},
align: {
type: String,
values: o,
default: "top"
},
column: {
type: Number
},
type: {
type: String,
default: "normal"
},
contentPosition: {
type: String,
default: "center"
},
borderStyle: {
type: String,
default: "solid"
},
accordion: {
type: Boolean,
default: !1
},
processStatus: {
type: String,
default: "process"
},
finishStatus: {
type: String,
default: "success"
},
simple: {
type: Boolean,
default: !1
},
max: {
type: Number
},
min: {
type: Number
},
activeStep: {
type: Number,
default: 0
},
footer: {
type: [Boolean, Function]
},
draggable: {
type: Boolean,
default: !1
},
action: {
type: [Boolean, Function],
default: !0
}
}, r = {
formConfig: {
type: Object,
default: () => ({})
},
modelValue: {
type: Object,
default: () => ({})
},
options: {
type: Object,
default: () => ({})
},
col: {
type: Object,
default: () => ({})
}
}, n = {
...a,
collapsed: {
type: Boolean,
default: !0
},
filterHiddenFields: {
type: Boolean,
default: !0
},
searchButtonLoading: {
type: Boolean,
default: !1
},
searchButtonLabel: {
type: String
},
resetButtonLabel: {
type: String
},
resetButtonLoading: {
type: Boolean,
default: !1
},
searchButtonProps: {
type: Object,
default: () => ({})
},
resetButtonProps: {
type: Object,
default: () => ({})
},
renderOperation: {
type: Function
}
}, s = Symbol("formKey"), u = Symbol("formItemKey"), p = ["children", "max", "field", "fieldProps"], i = [
"gutter",
"justify",
"align",
"options",
"modelValue",
"columns",
"children",
"colon",
"activeCollapse",
"type",
"contentPosition",
"borderStyle",
"accordion",
"processStatus",
"finishStatus",
"simple",
"max",
"collapsed",
"searchButtonLoading",
"searchButtonLabel",
"resetButtonLabel",
"resetButtonLoading",
"searchButtonProps",
"resetButtonProps",
"renderOperation",
"footer",
"activeStep"
];
export {
i as FORM_FILTER_KEYS,
p as FORM_ITEM_FILTER_KEYS,
o as RowAlign,
t as RowJustify,
n as filterFormProps,
r as formItemProps,
u as formItemProvideKey,
a as formProps,
s as formProvideKey
};
//# sourceMappingURL=props.mjs.map