cleek 2.8.6 → 2.8.7
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 -2
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -49815,11 +49815,12 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent$1({
|
|
|
49815
49815
|
renderSlot$1(_ctx.$slots, "default")
|
|
49816
49816
|
], 4),
|
|
49817
49817
|
_ctx.$slots.footer || __props.confirmButtons || __props.acceptButton || __props.cancelButton ? (openBlock$1(), createElementBlock$1("div", _hoisted_4$6, [
|
|
49818
|
-
|
|
49818
|
+
createElementVNode("div", null, [
|
|
49819
|
+
renderSlot$1(_ctx.$slots, "footer")
|
|
49820
|
+
]),
|
|
49819
49821
|
__props.confirmButtons || __props.acceptButton || __props.cancelButton ? (openBlock$1(), createElementBlock$1("div", _hoisted_5$2, [
|
|
49820
49822
|
__props.confirmButtons || __props.cancelButton ? (openBlock$1(), createBlock$1(CkButton, {
|
|
49821
49823
|
key: 0,
|
|
49822
|
-
class: "cancel-button",
|
|
49823
49824
|
color: "danger",
|
|
49824
49825
|
type: unref$2(realCancelBtnType),
|
|
49825
49826
|
onClick: _cache[1] || (_cache[1] = ($event) => onCancel())
|