cleek 2.3.10 → 2.3.11
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 -4
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -13962,7 +13962,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
13962
13962
|
});
|
|
13963
13963
|
var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-6217135d"]]);
|
|
13964
13964
|
var ckSwitch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13965
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
13965
|
+
const _withScopeId = (n) => (pushScopeId("data-v-7e2f20c4"), n = n(), popScopeId(), n);
|
|
13966
13966
|
const _hoisted_1$3 = ["disabled"];
|
|
13967
13967
|
const _hoisted_2$1 = { class: "ck-switch__slider-container" };
|
|
13968
13968
|
const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "ck-switch__slider" }, null, -1));
|
|
@@ -13976,7 +13976,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
13976
13976
|
disabled: { type: Boolean, default: false },
|
|
13977
13977
|
outlined: { type: Boolean, default: false },
|
|
13978
13978
|
squared: { type: Boolean, default: false },
|
|
13979
|
-
size: { type: String, default: "
|
|
13979
|
+
size: { type: String, default: "s" },
|
|
13980
13980
|
icon: { type: String, default: void 0 },
|
|
13981
13981
|
iconPack: { type: String, default: void 0 }
|
|
13982
13982
|
},
|
|
@@ -13998,7 +13998,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
13998
13998
|
if (props.outlined)
|
|
13999
13999
|
list.push("is-outlined");
|
|
14000
14000
|
let size = "s";
|
|
14001
|
-
if (props.size === "m" || props.size === "l")
|
|
14001
|
+
if (props.size === "xs" || props.size === "m" || props.size === "l")
|
|
14002
14002
|
size = props.size;
|
|
14003
14003
|
list.push(`ck-switch--size-${size}`);
|
|
14004
14004
|
return list;
|
|
@@ -14061,7 +14061,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
14061
14061
|
};
|
|
14062
14062
|
}
|
|
14063
14063
|
});
|
|
14064
|
-
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
14064
|
+
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-7e2f20c4"]]);
|
|
14065
14065
|
var ckSwitchOptions_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14066
14066
|
const _hoisted_1$2 = { class: "ck-switch-options__container-exterior" };
|
|
14067
14067
|
const _hoisted_2 = ["onClick"];
|