@everchron/ec-shards 19.11.3 → 19.11.5
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 +16 -3
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -7582,6 +7582,10 @@ var Nc = /*#__PURE__*/ V(vc, [["render", Mc]]), Pc = {
|
|
|
7582
7582
|
preventUnusableColors: {
|
|
7583
7583
|
type: Boolean,
|
|
7584
7584
|
default: !1
|
|
7585
|
+
},
|
|
7586
|
+
noBackground: {
|
|
7587
|
+
type: Boolean,
|
|
7588
|
+
default: !1
|
|
7585
7589
|
}
|
|
7586
7590
|
},
|
|
7587
7591
|
computed: {
|
|
@@ -7618,13 +7622,13 @@ function Fc(e, t, n, r, i, a) {
|
|
|
7618
7622
|
"preventUnusableColors"
|
|
7619
7623
|
])]),
|
|
7620
7624
|
default: I(() => [l("button", {
|
|
7621
|
-
class: b(["ecs-color-picker-input-button", a.sizeClass]),
|
|
7625
|
+
class: b(["ecs-color-picker-input-button", [a.sizeClass, { "ecs-color-picker-input-button-no-background": n.noBackground }]]),
|
|
7622
7626
|
style: S(a.selectedColorStyle)
|
|
7623
7627
|
}, [l("span", null, N(a.selectedColorName), 1)], 6)]),
|
|
7624
7628
|
_: 1
|
|
7625
7629
|
});
|
|
7626
7630
|
}
|
|
7627
|
-
var Ic = /*#__PURE__*/ V(Pc, [["render", Fc], ["__scopeId", "data-v-
|
|
7631
|
+
var Ic = /*#__PURE__*/ V(Pc, [["render", Fc], ["__scopeId", "data-v-1eb48d38"]]), Lc = {
|
|
7628
7632
|
name: "ecs-data-card",
|
|
7629
7633
|
components: {
|
|
7630
7634
|
EcsIcon: H,
|
|
@@ -17574,9 +17578,17 @@ var Ly = /*#__PURE__*/ V(Ny, [["render", Iy], ["__scopeId", "data-v-e723f4d5"]])
|
|
|
17574
17578
|
disabled: {
|
|
17575
17579
|
type: Boolean,
|
|
17576
17580
|
default: !1
|
|
17581
|
+
},
|
|
17582
|
+
size: {
|
|
17583
|
+
type: String,
|
|
17584
|
+
validator: (e) => ["sml", "md"].includes(e),
|
|
17585
|
+
default: "md"
|
|
17577
17586
|
}
|
|
17578
17587
|
},
|
|
17579
17588
|
computed: {
|
|
17589
|
+
sizeClass() {
|
|
17590
|
+
return `ecs-tag-${this.size}`;
|
|
17591
|
+
},
|
|
17580
17592
|
typeClass() {
|
|
17581
17593
|
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
17594
|
},
|
|
@@ -17609,6 +17621,7 @@ function Vy(e, t, n, r, i, a) {
|
|
|
17609
17621
|
return T(), o(M(n.hover ? "button" : "span"), {
|
|
17610
17622
|
class: b(["ecs-tag", [
|
|
17611
17623
|
a.typeClass,
|
|
17624
|
+
a.sizeClass,
|
|
17612
17625
|
n.active ? "active" : "",
|
|
17613
17626
|
n.hover ? "hover" : "",
|
|
17614
17627
|
n.loading ? "loading" : ""
|
|
@@ -17643,7 +17656,7 @@ function Vy(e, t, n, r, i, a) {
|
|
|
17643
17656
|
"disabled"
|
|
17644
17657
|
]);
|
|
17645
17658
|
}
|
|
17646
|
-
var Hy = /*#__PURE__*/ V(Ry, [["render", Vy], ["__scopeId", "data-v-
|
|
17659
|
+
var Hy = /*#__PURE__*/ V(Ry, [["render", Vy], ["__scopeId", "data-v-7dbe350e"]]), Uy = { name: "ecs-tag-cloud" }, Wy = {
|
|
17647
17660
|
class: "ecs-tag-cloud",
|
|
17648
17661
|
role: "list"
|
|
17649
17662
|
};
|