@annotorious/annotorious 3.0.7 → 3.0.9
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/annotorious.es.js
CHANGED
|
@@ -2392,11 +2392,21 @@ function Jo(e, t, n) {
|
|
|
2392
2392
|
"annotation" in h && n(0, s = h.annotation), "editor" in h && n(1, r = h.editor), "style" in h && n(2, l = h.style), "target" in h && n(3, a = h.target), "transform" in h && n(4, c = h.transform), "viewportScale" in h && n(5, f = h.viewportScale);
|
|
2393
2393
|
}, e.$$.update = () => {
|
|
2394
2394
|
e.$$.dirty & /*annotation, style*/
|
|
2395
|
-
5 && (o = xe(s, l)), e.$$.dirty & /*annotation, editorComponent*/
|
|
2395
|
+
5 && n(7, o = xe(s, l)), e.$$.dirty & /*annotation, editorComponent*/
|
|
2396
2396
|
65 && s && (d == null || d.$set({ shape: s.target.selector })), e.$$.dirty & /*editorComponent, transform*/
|
|
2397
2397
|
80 && d && d.$set({ transform: c }), e.$$.dirty & /*editorComponent, viewportScale*/
|
|
2398
|
-
96 && d && d.$set({ viewportScale: f })
|
|
2399
|
-
|
|
2398
|
+
96 && d && d.$set({ viewportScale: f }), e.$$.dirty & /*editorComponent, computedStyle*/
|
|
2399
|
+
192 && d && o && d.$set({ computedStyle: o });
|
|
2400
|
+
}, [
|
|
2401
|
+
s,
|
|
2402
|
+
r,
|
|
2403
|
+
l,
|
|
2404
|
+
a,
|
|
2405
|
+
c,
|
|
2406
|
+
f,
|
|
2407
|
+
d,
|
|
2408
|
+
o
|
|
2409
|
+
];
|
|
2400
2410
|
}
|
|
2401
2411
|
class Qo extends ne {
|
|
2402
2412
|
constructor(t) {
|