cleek 2.4.41 → 2.4.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cleek.es.js
CHANGED
|
@@ -22335,6 +22335,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
22335
22335
|
acceptButton: { type: Boolean },
|
|
22336
22336
|
acceptBtnText: null,
|
|
22337
22337
|
acceptBtnType: null,
|
|
22338
|
+
cancelButton: { type: Boolean },
|
|
22338
22339
|
cancelBtnText: null,
|
|
22339
22340
|
cancelBtnType: null,
|
|
22340
22341
|
notCloseBtn: { type: Boolean },
|
|
@@ -22498,10 +22499,10 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
22498
22499
|
createElementVNode("div", _hoisted_4$5, [
|
|
22499
22500
|
renderSlot(_ctx.$slots, "default")
|
|
22500
22501
|
]),
|
|
22501
|
-
_ctx.$slots.footer || __props.confirmButtons || __props.acceptButton ||
|
|
22502
|
+
_ctx.$slots.footer || __props.confirmButtons || __props.acceptButton || __props.cancelButton ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
|
|
22502
22503
|
renderSlot(_ctx.$slots, "footer"),
|
|
22503
|
-
__props.confirmButtons || __props.acceptButton ||
|
|
22504
|
-
__props.confirmButtons ||
|
|
22504
|
+
__props.confirmButtons || __props.acceptButton || __props.cancelButton ? (openBlock(), createElementBlock("div", _hoisted_6$2, [
|
|
22505
|
+
__props.confirmButtons || __props.cancelButton ? (openBlock(), createBlock(CkButton, {
|
|
22505
22506
|
key: 0,
|
|
22506
22507
|
class: "cancel-button",
|
|
22507
22508
|
color: "danger",
|