@everchron/ec-shards 19.11.3 → 19.11.4
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/ec-shards.css +1 -1
- package/dist/ec-shards.js +10 -1
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -17574,9 +17574,17 @@ var Ly = /*#__PURE__*/ V(Ny, [["render", Iy], ["__scopeId", "data-v-e723f4d5"]])
|
|
|
17574
17574
|
disabled: {
|
|
17575
17575
|
type: Boolean,
|
|
17576
17576
|
default: !1
|
|
17577
|
+
},
|
|
17578
|
+
size: {
|
|
17579
|
+
type: String,
|
|
17580
|
+
validator: (e) => ["sml", "md"].includes(e),
|
|
17581
|
+
default: "md"
|
|
17577
17582
|
}
|
|
17578
17583
|
},
|
|
17579
17584
|
computed: {
|
|
17585
|
+
sizeClass() {
|
|
17586
|
+
return `ecs-tag-${this.size}`;
|
|
17587
|
+
},
|
|
17580
17588
|
typeClass() {
|
|
17581
17589
|
return this.type && this.type !== "" && this.type === "group" ? `ecs-tag-round ecs-tag-${this.type}` : this.type === "party" && this.party && this.party !== "" ? `ecs-tag-party-${this.party}` : `ecs-tag-${this.type}`;
|
|
17582
17590
|
},
|
|
@@ -17609,6 +17617,7 @@ function Vy(e, t, n, r, i, a) {
|
|
|
17609
17617
|
return T(), o(M(n.hover ? "button" : "span"), {
|
|
17610
17618
|
class: b(["ecs-tag", [
|
|
17611
17619
|
a.typeClass,
|
|
17620
|
+
a.sizeClass,
|
|
17612
17621
|
n.active ? "active" : "",
|
|
17613
17622
|
n.hover ? "hover" : "",
|
|
17614
17623
|
n.loading ? "loading" : ""
|
|
@@ -17643,7 +17652,7 @@ function Vy(e, t, n, r, i, a) {
|
|
|
17643
17652
|
"disabled"
|
|
17644
17653
|
]);
|
|
17645
17654
|
}
|
|
17646
|
-
var Hy = /*#__PURE__*/ V(Ry, [["render", Vy], ["__scopeId", "data-v-
|
|
17655
|
+
var Hy = /*#__PURE__*/ V(Ry, [["render", Vy], ["__scopeId", "data-v-7dbe350e"]]), Uy = { name: "ecs-tag-cloud" }, Wy = {
|
|
17647
17656
|
class: "ecs-tag-cloud",
|
|
17648
17657
|
role: "list"
|
|
17649
17658
|
};
|