@everchron/ec-shards 8.9.13 → 8.9.15
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.js +4 -4
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -2151,7 +2151,7 @@ function ga(e, s, t, a, n, i) {
|
|
|
2151
2151
|
_: 3
|
|
2152
2152
|
}, 8, ["class", "style"]);
|
|
2153
2153
|
}
|
|
2154
|
-
const it = /* @__PURE__ */ _(pa, [["render", ga], ["__scopeId", "data-v-
|
|
2154
|
+
const it = /* @__PURE__ */ _(pa, [["render", ga], ["__scopeId", "data-v-b3c32482"]]), _e = {
|
|
2155
2155
|
data() {
|
|
2156
2156
|
return {
|
|
2157
2157
|
uniqueId: ""
|
|
@@ -3755,7 +3755,7 @@ const Ao = {
|
|
|
3755
3755
|
/** Defines the type of the button: `dropdown` shows a simple dropdown button, `ellipsis` shows a tiny (...) button, and `expand` is supposed to be used at the end of expandable lists and tables. */
|
|
3756
3756
|
type: {
|
|
3757
3757
|
type: String,
|
|
3758
|
-
validator: (e) => ["dropdown", "ellipsis", "expand"].includes(e),
|
|
3758
|
+
validator: (e) => ["dropdown", "dropdown-round", "ellipsis", "expand"].includes(e),
|
|
3759
3759
|
default: "dropdown"
|
|
3760
3760
|
},
|
|
3761
3761
|
/** Provide a meaningful label for the button to improve accessibility for screenreaders. */
|
|
@@ -3796,7 +3796,7 @@ function Do(e, s, t, a, n, i) {
|
|
|
3796
3796
|
size: "20",
|
|
3797
3797
|
color: "#FFF"
|
|
3798
3798
|
})) : u("", !0),
|
|
3799
|
-
t.type == "dropdown" ? (o(), y(r, {
|
|
3799
|
+
t.type == "dropdown" || t.type == "dropdown-round" ? (o(), y(r, {
|
|
3800
3800
|
key: 1,
|
|
3801
3801
|
type: "chevron-down",
|
|
3802
3802
|
size: "12",
|
|
@@ -3806,7 +3806,7 @@ function Do(e, s, t, a, n, i) {
|
|
|
3806
3806
|
b(c)
|
|
3807
3807
|
], 10, No);
|
|
3808
3808
|
}
|
|
3809
|
-
const As = /* @__PURE__ */ _(Ao, [["render", Do], ["__scopeId", "data-v-
|
|
3809
|
+
const As = /* @__PURE__ */ _(Ao, [["render", Do], ["__scopeId", "data-v-faa154dd"]]);
|
|
3810
3810
|
const Fo = {
|
|
3811
3811
|
name: "ecs-button-table",
|
|
3812
3812
|
emits: ["click", "mouseover", "mouseleave"],
|