ht-emr 0.5.1 → 0.5.2
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/canvas-editor.js
CHANGED
|
@@ -16756,7 +16756,7 @@ class Hh {
|
|
|
16756
16756
|
value: a.control.value
|
|
16757
16757
|
}, {
|
|
16758
16758
|
elementList: s,
|
|
16759
|
-
range: { startIndex: l, endIndex: l }
|
|
16759
|
+
range: { startIndex: l - 1, endIndex: l - 1 }
|
|
16760
16760
|
}), ne.forEach((h) => {
|
|
16761
16761
|
const g = d[h];
|
|
16762
16762
|
g && Reflect.set(a, h, g);
|
|
@@ -16766,13 +16766,13 @@ class Hh {
|
|
|
16766
16766
|
...d.numberExclusiveOptions
|
|
16767
16767
|
}, g = h?.minValue, p = h?.maxValue, T = new Dn(a, this), L = T.getValue({
|
|
16768
16768
|
elementList: s,
|
|
16769
|
-
range: { startIndex: l, endIndex: l }
|
|
16769
|
+
range: { startIndex: l - 1, endIndex: l - 1 }
|
|
16770
16770
|
});
|
|
16771
16771
|
if (L.length > 0) {
|
|
16772
16772
|
const m = L.map((M) => M.value).join(""), I = Number(m);
|
|
16773
16773
|
!Number.isNaN(I) && Number.isFinite(I) && (g != null && I < g || p != null && I > p) && T.clearValue({
|
|
16774
16774
|
elementList: s,
|
|
16775
|
-
range: { startIndex: l, endIndex: l }
|
|
16775
|
+
range: { startIndex: l - 1, endIndex: l - 1 }
|
|
16776
16776
|
}, { isAddPlaceholder: !0 });
|
|
16777
16777
|
}
|
|
16778
16778
|
}
|
|
@@ -25696,7 +25696,7 @@ const kg = [
|
|
|
25696
25696
|
key: Kf,
|
|
25697
25697
|
i18nPath: "contextmenu.table.tableProperties",
|
|
25698
25698
|
icon: "table-properties",
|
|
25699
|
-
when: (o) => !
|
|
25699
|
+
when: (o) => !1,
|
|
25700
25700
|
callback: (o) => {
|
|
25701
25701
|
o.executeTableProperties();
|
|
25702
25702
|
}
|