@everchron/ec-shards 9.15.7 → 9.15.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.js +5 -5
- 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
|
@@ -9006,7 +9006,7 @@ const Jf = /* @__PURE__ */ y(Uf, [["render", Zf], ["__scopeId", "data-v-85fef203
|
|
|
9006
9006
|
methods: {
|
|
9007
9007
|
initializeData() {
|
|
9008
9008
|
const e = this.localSettings.documentSummaryTemplates.find((s) => s.selected);
|
|
9009
|
-
this.selectedDocumentSummaryTemplateId = e ? e.id : null;
|
|
9009
|
+
this.selectedDocumentSummaryTemplateId = e ? String(e.id) : null;
|
|
9010
9010
|
},
|
|
9011
9011
|
updateGenerateDocumentSummary(e) {
|
|
9012
9012
|
this.localSettings.generateDocumentSummary = e, e || (this.selectedDocumentSummaryTemplateId = null), this.emitSettings();
|
|
@@ -9026,14 +9026,14 @@ const Jf = /* @__PURE__ */ y(Uf, [["render", Zf], ["__scopeId", "data-v-85fef203
|
|
|
9026
9026
|
},
|
|
9027
9027
|
emitSettings() {
|
|
9028
9028
|
this.localSettings.documentSummaryTemplates.forEach((e) => {
|
|
9029
|
-
e.selected = e.id === this.selectedDocumentSummaryTemplateId;
|
|
9029
|
+
e.selected = String(e.id) === String(this.selectedDocumentSummaryTemplateId);
|
|
9030
9030
|
}), this.$emit("update:settings", JSON.parse(JSON.stringify(this.localSettings)));
|
|
9031
9031
|
},
|
|
9032
9032
|
emitOpened() {
|
|
9033
9033
|
this.$emit("opened");
|
|
9034
9034
|
}
|
|
9035
9035
|
}
|
|
9036
|
-
}, Ct = (e) => (ve("data-v-
|
|
9036
|
+
}, Ct = (e) => (ve("data-v-400ce1cb"), e = e(), ye(), e), tm = { class: "ecs-ecai-select-button" }, sm = { class: "ecai-content" }, im = { class: "ecai-inner-content" }, nm = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-1" }, null, -1)), am = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-2" }, null, -1)), om = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-3" }, null, -1)), lm = [
|
|
9037
9037
|
nm,
|
|
9038
9038
|
am,
|
|
9039
9039
|
om
|
|
@@ -9121,7 +9121,7 @@ function hm(e, s, t, a, n, i) {
|
|
|
9121
9121
|
default: w(() => [
|
|
9122
9122
|
(o(!0), r(H, null, J(n.localSettings.documentSummaryTemplates, (T) => (o(), r("option", {
|
|
9123
9123
|
key: T.id,
|
|
9124
|
-
value: T.id,
|
|
9124
|
+
value: String(T.id),
|
|
9125
9125
|
selected: T.selected
|
|
9126
9126
|
}, C(T.name), 9, dm))), 128))
|
|
9127
9127
|
]),
|
|
@@ -9239,7 +9239,7 @@ function hm(e, s, t, a, n, i) {
|
|
|
9239
9239
|
_: 1
|
|
9240
9240
|
}, 8, ["onHidden", "onShown"]);
|
|
9241
9241
|
}
|
|
9242
|
-
const i_ = /* @__PURE__ */ y(em, [["render", hm], ["__scopeId", "data-v-
|
|
9242
|
+
const i_ = /* @__PURE__ */ y(em, [["render", hm], ["__scopeId", "data-v-400ce1cb"]]), vm = {
|
|
9243
9243
|
name: "ecs-ecai-wrapper",
|
|
9244
9244
|
components: { EcsIcon: L },
|
|
9245
9245
|
props: {
|