@everchron/ec-shards 14.0.2 → 14.0.3
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 +5 -3
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -5859,8 +5859,10 @@ const Gb = /* @__PURE__ */ b(Al, [["render", Vl], ["__scopeId", "data-v-95f66a3d
|
|
|
5859
5859
|
},
|
|
5860
5860
|
mounted() {
|
|
5861
5861
|
this.$el.querySelectorAll(`#${this.formattedId} a`).forEach((s) => {
|
|
5862
|
-
|
|
5863
|
-
|
|
5862
|
+
if (!s.hasAttribute("title")) {
|
|
5863
|
+
const t = s.getAttribute("href");
|
|
5864
|
+
s.setAttribute("title", `Open ${t}`);
|
|
5865
|
+
}
|
|
5864
5866
|
});
|
|
5865
5867
|
}
|
|
5866
5868
|
}, Fl = ["id"];
|
|
@@ -8706,7 +8708,7 @@ function Iu(e, s, t, a, n, i) {
|
|
|
8706
8708
|
], 10, zu)) : u("", !0)
|
|
8707
8709
|
]);
|
|
8708
8710
|
}
|
|
8709
|
-
const o_ = /* @__PURE__ */ b(Su, [["render", Iu], ["__scopeId", "data-v-
|
|
8711
|
+
const o_ = /* @__PURE__ */ b(Su, [["render", Iu], ["__scopeId", "data-v-133b00b9"]]), Eu = {
|
|
8710
8712
|
name: "ecs-dialog",
|
|
8711
8713
|
emits: ["toggled", "cancel"],
|
|
8712
8714
|
props: {
|