@sysvale/cuida 3.124.0 → 3.124.1
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.
|
@@ -4638,7 +4638,7 @@ const JA = /* @__PURE__ */ fe(GA, [["render", XA]]), QA = {
|
|
|
4638
4638
|
},
|
|
4639
4639
|
computed: {
|
|
4640
4640
|
predefinedStyle() {
|
|
4641
|
-
let e = "";
|
|
4641
|
+
let e = this.clickable ? "badge__container--clickable " : "badge__container ";
|
|
4642
4642
|
return this.predefinedColors.indexOf(this.variant) > -1 && (e += `badge--${this.variant}`), this.predefinedSizes.indexOf(this.size) > -1 && (e += ` badge--${this.size}`), e;
|
|
4643
4643
|
}
|
|
4644
4644
|
}
|
|
@@ -4646,7 +4646,7 @@ const JA = /* @__PURE__ */ fe(GA, [["render", XA]]), QA = {
|
|
|
4646
4646
|
function eI(e, t, n, i, s, a) {
|
|
4647
4647
|
const r = _e("cds-clickable");
|
|
4648
4648
|
return v(), k("div", {
|
|
4649
|
-
class: R(
|
|
4649
|
+
class: R(a.predefinedStyle)
|
|
4650
4650
|
}, [
|
|
4651
4651
|
M("div", {
|
|
4652
4652
|
class: R({
|
|
@@ -4657,7 +4657,7 @@ function eI(e, t, n, i, s, a) {
|
|
|
4657
4657
|
}, [
|
|
4658
4658
|
n.clickable ? (v(), ne(r, {
|
|
4659
4659
|
key: 0,
|
|
4660
|
-
onClick: t[0] || (t[0] = (o) => e.$emit("click", !0))
|
|
4660
|
+
onClick: t[0] || (t[0] = He((o) => e.$emit("click", !0), ["stop"]))
|
|
4661
4661
|
}, {
|
|
4662
4662
|
default: J(() => [
|
|
4663
4663
|
re(e.$slots, "default", {}, void 0, !0)
|
|
@@ -4667,7 +4667,7 @@ function eI(e, t, n, i, s, a) {
|
|
|
4667
4667
|
], 2)
|
|
4668
4668
|
], 2);
|
|
4669
4669
|
}
|
|
4670
|
-
const _p = /* @__PURE__ */ fe(QA, [["render", eI], ["__scopeId", "data-v-
|
|
4670
|
+
const _p = /* @__PURE__ */ fe(QA, [["render", eI], ["__scopeId", "data-v-2645ae8b"]]);
|
|
4671
4671
|
/*!
|
|
4672
4672
|
* @kurkle/color v0.3.4
|
|
4673
4673
|
* https://github.com/kurkle/color#readme
|