@everchron/ec-shards 19.7.6 → 19.7.8
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 +15 -7
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -4269,7 +4269,6 @@ var ki = /* @__PURE__ */ V(Di, [["render", Oi], ["__scopeId", "data-v-6c95c339"]
|
|
|
4269
4269
|
props: {
|
|
4270
4270
|
options: {
|
|
4271
4271
|
type: Array,
|
|
4272
|
-
required: !0,
|
|
4273
4272
|
default: () => [{
|
|
4274
4273
|
label: "All",
|
|
4275
4274
|
action: "selectAll",
|
|
@@ -4392,7 +4391,7 @@ function Mi(t, n, r, i, a, u) {
|
|
|
4392
4391
|
_: 1
|
|
4393
4392
|
});
|
|
4394
4393
|
}
|
|
4395
|
-
var Ni = /* @__PURE__ */ V(Ai, [["render", Mi], ["__scopeId", "data-v-
|
|
4394
|
+
var Ni = /* @__PURE__ */ V(Ai, [["render", Mi], ["__scopeId", "data-v-80b8aab2"]]), Pi = { name: "ecs-button-group" }, Fi = { class: "ecs-button-group" };
|
|
4396
4395
|
function Ii(e, t, n, r, i, a) {
|
|
4397
4396
|
return T(), c("div", Fi, [k(e.$slots, "default", {}, void 0, !0)]);
|
|
4398
4397
|
}
|
|
@@ -8063,7 +8062,7 @@ var cl = /* @__PURE__ */ V(il, [["render", sl], ["__scopeId", "data-v-c6e97366"]
|
|
|
8063
8062
|
methods: {
|
|
8064
8063
|
applySelectValue() {
|
|
8065
8064
|
let e = this.$refs.select;
|
|
8066
|
-
!e || this.modelValue
|
|
8065
|
+
!e || this.modelValue == null || (e.value = String(this.modelValue), this.modelValue !== this.currentValue && (this.currentValue = this.modelValue));
|
|
8067
8066
|
},
|
|
8068
8067
|
scheduleDelayedSync(e) {
|
|
8069
8068
|
this._syncTimeouts = e.map((e) => setTimeout(() => this.syncSelectedContent(), e));
|
|
@@ -8083,7 +8082,9 @@ var cl = /* @__PURE__ */ V(il, [["render", sl], ["__scopeId", "data-v-c6e97366"]
|
|
|
8083
8082
|
},
|
|
8084
8083
|
watch: { modelValue(e) {
|
|
8085
8084
|
let t = this.$refs.select;
|
|
8086
|
-
t && (t.value = e
|
|
8085
|
+
t && (t.value = e == null ? "" : String(e));
|
|
8086
|
+
let n = e ?? "";
|
|
8087
|
+
n !== this.currentValue && (this.currentValue = n), this.$nextTick(() => this.syncSelectedContent());
|
|
8087
8088
|
} }
|
|
8088
8089
|
}, fl = [
|
|
8089
8090
|
"disabled",
|
|
@@ -8132,7 +8133,7 @@ function gl(t, n, r, i, a, o) {
|
|
|
8132
8133
|
}, null, 8, ["size"])
|
|
8133
8134
|
], 2);
|
|
8134
8135
|
}
|
|
8135
|
-
var _l = /* @__PURE__ */ V(dl, [["render", gl], ["__scopeId", "data-v-
|
|
8136
|
+
var _l = /* @__PURE__ */ V(dl, [["render", gl], ["__scopeId", "data-v-9b975df8"]]), vl = (e) => e == null, yl = {
|
|
8136
8137
|
name: "ecs-data-grid-head-cell",
|
|
8137
8138
|
emits: [
|
|
8138
8139
|
"resizedWidth",
|
|
@@ -9944,12 +9945,19 @@ function fd(e, t, n, r, i, a) {
|
|
|
9944
9945
|
title: n.linkTitle
|
|
9945
9946
|
}, N(n.label), 11, ud),
|
|
9946
9947
|
e.$slots.appender ? (T(), c("div", dd, [k(e.$slots, "appender", {}, void 0, !0)])) : s("", !0),
|
|
9948
|
+
n.ai ? (T(), o(u, {
|
|
9949
|
+
key: 3,
|
|
9950
|
+
type: "ai-single-star-filled",
|
|
9951
|
+
size: "12",
|
|
9952
|
+
color: "var(--color-purple-7)",
|
|
9953
|
+
"data-theme-show": "color-accessibility"
|
|
9954
|
+
})) : s("", !0),
|
|
9947
9955
|
f(p, {
|
|
9948
9956
|
inset: 0,
|
|
9949
9957
|
radius: 6
|
|
9950
9958
|
}),
|
|
9951
9959
|
n.moreButton ? (T(), o(m, {
|
|
9952
|
-
key:
|
|
9960
|
+
key: 4,
|
|
9953
9961
|
onClick: R(a.handleMoreButtonClick, ["stop"]),
|
|
9954
9962
|
type: "ellipsis",
|
|
9955
9963
|
title: n.moreButtonTitle,
|
|
@@ -9961,7 +9969,7 @@ function fd(e, t, n, r, i, a) {
|
|
|
9961
9969
|
])) : s("", !0)
|
|
9962
9970
|
], 2);
|
|
9963
9971
|
}
|
|
9964
|
-
var pd = /* @__PURE__ */ V(sd, [["render", fd], ["__scopeId", "data-v-
|
|
9972
|
+
var pd = /* @__PURE__ */ V(sd, [["render", fd], ["__scopeId", "data-v-5d452b89"]]), md = {
|
|
9965
9973
|
name: "ecs-excerpt-snippet",
|
|
9966
9974
|
components: {
|
|
9967
9975
|
EcsIcon: H,
|