cleek 2.8.5 → 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 +4 -3
- package/dist/cleek.umd.js +2 -2
- 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())
|
|
@@ -59749,7 +59750,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent$1({
|
|
|
59749
59750
|
};
|
|
59750
59751
|
}
|
|
59751
59752
|
});
|
|
59752
|
-
var ckSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
59753
|
+
var ckSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-9d4651c6"]]);
|
|
59753
59754
|
var ckSwitch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
59754
59755
|
const _withScopeId$1 = (n) => (pushScopeId$1("data-v-7400e90e"), n = n(), popScopeId$1(), n);
|
|
59755
59756
|
const _hoisted_1$5 = ["disabled"];
|