cleek 2.4.40 → 2.4.41
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 -3
- package/dist/cleek.umd.js +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -22498,10 +22498,10 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
22498
22498
|
createElementVNode("div", _hoisted_4$5, [
|
|
22499
22499
|
renderSlot(_ctx.$slots, "default")
|
|
22500
22500
|
]),
|
|
22501
|
-
_ctx.$slots.footer || __props.confirmButtons || __props.acceptButton ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
|
|
22501
|
+
_ctx.$slots.footer || __props.confirmButtons || __props.acceptButton || _ctx.cancelButton ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
|
|
22502
22502
|
renderSlot(_ctx.$slots, "footer"),
|
|
22503
|
-
__props.confirmButtons || __props.acceptButton ? (openBlock(), createElementBlock("div", _hoisted_6$2, [
|
|
22504
|
-
__props.confirmButtons ? (openBlock(), createBlock(CkButton, {
|
|
22503
|
+
__props.confirmButtons || __props.acceptButton || _ctx.cancelButton ? (openBlock(), createElementBlock("div", _hoisted_6$2, [
|
|
22504
|
+
__props.confirmButtons || _ctx.cancelButton ? (openBlock(), createBlock(CkButton, {
|
|
22505
22505
|
key: 0,
|
|
22506
22506
|
class: "cancel-button",
|
|
22507
22507
|
color: "danger",
|