@everchron/ec-shards 14.10.2 → 14.10.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 +2 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -10641,7 +10641,7 @@ const Zf = /* @__PURE__ */ _(Yf, [["render", Jf], ["__scopeId", "data-v-442eb0eb
|
|
|
10641
10641
|
updateFocusedLine(e, s) {
|
|
10642
10642
|
if (this.focusedLineIndex !== null) {
|
|
10643
10643
|
const t = this.lineInputs[this.focusedLineIndex], a = t == null ? void 0 : t.selectionStart, n = t == null ? void 0 : t.selectionEnd;
|
|
10644
|
-
if (e === "size" && (s < 8 || s > 32))
|
|
10644
|
+
if (e === "size" && (s < 8 || s > 32 || isNaN(s)))
|
|
10645
10645
|
return;
|
|
10646
10646
|
this.updateLine(this.focusedLineIndex, e, s), this.$nextTick(() => {
|
|
10647
10647
|
t && typeof a == "number" && typeof n == "number" && (t.focus(), t.setSelectionRange(a, n));
|
|
@@ -11094,7 +11094,7 @@ function wg(e, s, t, a, n, i) {
|
|
|
11094
11094
|
])
|
|
11095
11095
|
]);
|
|
11096
11096
|
}
|
|
11097
|
-
const tk = /* @__PURE__ */ _(ng, [["render", wg], ["__scopeId", "data-v-
|
|
11097
|
+
const tk = /* @__PURE__ */ _(ng, [["render", wg], ["__scopeId", "data-v-8ad2c071"]]), sk = {
|
|
11098
11098
|
__name: "fill-icon",
|
|
11099
11099
|
props: {
|
|
11100
11100
|
/** The identifier of the icon which should show up. */
|