UNPKG

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>

64 lines (63 loc) 983 B
import { dialogProps as t } from "element-plus"; const o = { ...t, closeOnClickModal: { type: Boolean, default: !1 }, draggable: { type: Boolean, default: !1 }, confirmButtonProps: { type: Object, default: () => ({}) }, cancelButtonProps: { type: Object, default: () => ({}) }, onCancel: { type: Function }, onConfirm: { type: Function }, title: { type: [Function, String] }, type: { type: String, default: "normal" }, message: { type: [String, Function, Object], default: "" }, extend: { type: Boolean, default: !1 }, confirmButtonLoading: { type: Boolean, default: !1 }, cancelButtonLoading: { type: Boolean, default: !1 }, confirmButtonLabel: { type: String }, cancelButtonLabel: { type: String }, footer: { type: [Function, Boolean], default: !0 } }; export { o as dialogProps }; //# sourceMappingURL=props.mjs.map