UNPKG

hongluan-business-ui

Version:
58 lines (53 loc) 1.03 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var hongluanUi = require('hongluan-ui'); const popconfirmProps = { title: { type: String }, confirmButtonText: { type: String }, cancelButtonText: { type: String }, confirmButtonType: { type: String, default: "primary" }, cancelButtonType: { type: String, default: "link" }, effect: { type: String, default: "light" }, popperClass: { type: String, default: "" }, hideAfter: { type: Number, default: 200 }, onConfirm: { type: Function }, onCancel: { type: Function }, teleported: hongluanUi.useTooltipContentProps.teleported, persistent: hongluanUi.useTooltipContentProps.persistent, width: { type: [String, Number], default: 150 } }; const popconfirmEmits = { confirm: () => true, cancel: () => true }; exports.popconfirmEmits = popconfirmEmits; exports.popconfirmProps = popconfirmProps; //# sourceMappingURL=popconfirm.js.map