zywlgis 0.5.64 → 0.5.66
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/package.json +1 -1
- package/release/ZYWLGIS.es.js +7 -2
package/package.json
CHANGED
package/release/ZYWLGIS.es.js
CHANGED
|
@@ -148122,7 +148122,7 @@ function hAA(...n) {
|
|
|
148122
148122
|
return new cAA(...n);
|
|
148123
148123
|
}
|
|
148124
148124
|
hAA.localizePositions = cAA.localizePositions;
|
|
148125
|
-
const U6A = "0.5.
|
|
148125
|
+
const U6A = "0.5.66", S6A = {
|
|
148126
148126
|
version: U6A
|
|
148127
148127
|
}, Cz = {
|
|
148128
148128
|
POINTERMOVE: "pointermove",
|
|
@@ -182496,7 +182496,7 @@ const ieA = (n, A) => {
|
|
|
182496
182496
|
},
|
|
182497
182497
|
Annotations: {
|
|
182498
182498
|
handler(n, A) {
|
|
182499
|
-
|
|
182499
|
+
(!window.activeContainerIDs || window.activeContainerIDs && !window.activeContainerIDs.length || window.activeContainerIDs && window.activeContainerIDs.length && window.activeContainerIDs.includes(this.containerID)) && this.strictUpdateScheduler("Annotations", n);
|
|
182500
182500
|
},
|
|
182501
182501
|
deep: !0
|
|
182502
182502
|
},
|
|
@@ -182674,6 +182674,11 @@ const ieA = (n, A) => {
|
|
|
182674
182674
|
let o = `${this.containerID}-&-${n}`;
|
|
182675
182675
|
if (!window.GISDatas.has(o) || !window.GISDatas.get(o)?.length)
|
|
182676
182676
|
return i = m.deepCloneValue(e), window.GISDatas.set(o, i), { added: i, changed: r, removed: s };
|
|
182677
|
+
if (A?.length && !e?.length) {
|
|
182678
|
+
for (let P = 0; P < A?.length; P++)
|
|
182679
|
+
s.push(A[P]);
|
|
182680
|
+
return { added: i, changed: r, removed: s };
|
|
182681
|
+
}
|
|
182677
182682
|
const a = new Map(
|
|
182678
182683
|
Ih(A).map((P) => [Ih(P)[t], Ih(P)])
|
|
182679
182684
|
), D = new Map(
|