cleek 2.4.18 → 2.4.19
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 +3 -1
- package/dist/cleek.umd.js +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -22279,6 +22279,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
22279
22279
|
modelValue: { type: Boolean },
|
|
22280
22280
|
title: null,
|
|
22281
22281
|
confirmButtons: { type: Boolean },
|
|
22282
|
+
acceptButton: { type: Boolean },
|
|
22283
|
+
cancelButton: { type: Boolean },
|
|
22282
22284
|
notClose: { type: Boolean },
|
|
22283
22285
|
notCloseBtn: { type: Boolean },
|
|
22284
22286
|
notCloseByBg: { type: Boolean },
|
|
@@ -22394,7 +22396,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
22394
22396
|
createElementVNode("div", _hoisted_4$5, [
|
|
22395
22397
|
renderSlot(_ctx.$slots, "default")
|
|
22396
22398
|
]),
|
|
22397
|
-
_ctx.$slots.footer || __props.confirmButtons ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
|
|
22399
|
+
_ctx.$slots.footer || __props.confirmButtons || __props.acceptButton || __props.cancelButton ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
|
|
22398
22400
|
renderSlot(_ctx.$slots, "footer"),
|
|
22399
22401
|
__props.confirmButtons ? (openBlock(), createElementBlock("div", _hoisted_6$2, [
|
|
22400
22402
|
createVNode(CkButton, {
|