cleek 2.4.62 → 2.4.63
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 +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -23789,6 +23789,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
23789
23789
|
textColor: null,
|
|
23790
23790
|
align: null,
|
|
23791
23791
|
icon: null,
|
|
23792
|
+
iconRight: null,
|
|
23792
23793
|
iconPack: null
|
|
23793
23794
|
},
|
|
23794
23795
|
emits: ["click"],
|
|
@@ -23814,7 +23815,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
23814
23815
|
style: normalizeStyle(unref$1(computedStyle)),
|
|
23815
23816
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("click", $event))
|
|
23816
23817
|
}, [
|
|
23817
|
-
__props.icon && !
|
|
23818
|
+
__props.icon && !__props.iconRight ? (openBlock(), createBlock(CkIcon, {
|
|
23818
23819
|
key: 0,
|
|
23819
23820
|
class: "pr-2",
|
|
23820
23821
|
icon: __props.icon,
|
|
@@ -23823,7 +23824,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
23823
23824
|
createElementVNode("span", null, [
|
|
23824
23825
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
23825
23826
|
]),
|
|
23826
|
-
__props.icon &&
|
|
23827
|
+
__props.icon && __props.iconRight ? (openBlock(), createBlock(CkIcon, {
|
|
23827
23828
|
key: 1,
|
|
23828
23829
|
class: "pl-2",
|
|
23829
23830
|
icon: __props.icon,
|
|
@@ -23833,7 +23834,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
23833
23834
|
};
|
|
23834
23835
|
}
|
|
23835
23836
|
});
|
|
23836
|
-
var ckChip = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
23837
|
+
var ckChip = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-79eb3d08"]]);
|
|
23837
23838
|
var ckDiv_vue_vue_type_style_index_0_lang = "";
|
|
23838
23839
|
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
23839
23840
|
props: {
|