xdesign-vue-next
Version:
XDesign Component for vue-next
78 lines (73 loc) • 1.47 kB
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
/* unplugin-vue-components disabled */var popupProps = {
attach: {
type: [String, Function],
"default": "body"
},
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
},
delay: {
type: [Number, Array]
},
destroyOnClose: Boolean,
disabled: Boolean,
hideEmptyPopup: Boolean,
overlayClassName: {
type: [String, Object, Array]
},
overlayInnerClassName: {
type: [String, Object, Array]
},
overlayInnerStyle: {
type: [Boolean, Object, Function]
},
overlayStyle: {
type: [Boolean, Object, Function]
},
placement: {
type: String,
"default": "top"
},
popperOptions: {
type: Object
},
showArrow: Boolean,
trigger: {
type: String,
"default": "hover",
validator: function validator(val) {
if (!val) return true;
return ["hover", "click", "focus", "mousedown", "context-menu"].includes(val);
}
},
triggerElement: {
type: [String, Function]
},
visible: {
type: Boolean,
"default": void 0
},
modelValue: {
type: Boolean,
"default": void 0
},
defaultVisible: Boolean,
zIndex: {
type: Number
},
onScroll: Function,
onScrollToBottom: Function,
onVisibleChange: Function
};
exports["default"] = popupProps;
//# sourceMappingURL=props.js.map