@annotorious/svelte 3.0.0-rc.7 → 3.0.0-rc.8

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.
@@ -1,4 +1,4 @@
1
- import { SvelteComponent as g, init as b, safe_not_equal as h, empty as k, insert as w, transition_in as l, transition_out as c, check_outros as A, detach as O, create_slot as q, update_slot_base as v, get_all_dirty_from_scope as C, get_slot_changes as y, group_outros as D, setContext as m } from "./annotorious-svelte.es8.js";
1
+ import { SvelteComponent as g, init as b, safe_not_equal as h, empty as k, insert as w, transition_in as l, transition_out as c, check_outros as A, detach as O, create_slot as v, update_slot_base as C, get_all_dirty_from_scope as q, get_slot_changes as y, group_outros as D, setContext as m } from "./annotorious-svelte.es8.js";
2
2
  import { toSvelteStore as E } from "@annotorious/core";
3
3
  import { createOSDAnnotator as N } from "./annotorious-svelte.es9.js";
4
4
  function d(s) {
@@ -6,7 +6,7 @@ function d(s) {
6
6
  const o = (
7
7
  /*#slots*/
8
8
  s[4].default
9
- ), t = q(
9
+ ), t = v(
10
10
  o,
11
11
  s,
12
12
  /*$$scope*/
@@ -22,7 +22,7 @@ function d(s) {
22
22
  },
23
23
  p(e, i) {
24
24
  t && t.p && (!n || i & /*$$scope*/
25
- 8) && v(
25
+ 8) && C(
26
26
  t,
27
27
  o,
28
28
  e,
@@ -34,7 +34,7 @@ function d(s) {
34
34
  e[3],
35
35
  i,
36
36
  null
37
- ) : C(
37
+ ) : q(
38
38
  /*$$scope*/
39
39
  e[3]
40
40
  ),
@@ -52,7 +52,7 @@ function d(s) {
52
52
  }
53
53
  };
54
54
  }
55
- function j(s) {
55
+ function W(s) {
56
56
  let n, o, t = (
57
57
  /*viewer*/
58
58
  s[0] && d(s)
@@ -82,7 +82,7 @@ function j(s) {
82
82
  }
83
83
  };
84
84
  }
85
- function z(s, n, o) {
85
+ function j(s, n, o) {
86
86
  let { $$slots: t = {}, $$scope: e } = n, { viewer: i } = n, { opts: f = {} } = n, { anno: a = void 0 } = n;
87
87
  const S = (r) => {
88
88
  if (r) {
@@ -100,13 +100,13 @@ function z(s, n, o) {
100
100
  1 && S(i);
101
101
  }, [i, a, f, e, t];
102
102
  }
103
- class B extends g {
103
+ class z extends g {
104
104
  constructor(n) {
105
- super(), b(this, n, z, j, h, { viewer: 0, opts: 2, anno: 1 });
105
+ super(), b(this, n, j, W, h, { viewer: 0, opts: 2, anno: 1 });
106
106
  }
107
107
  }
108
- const I = B;
108
+ const H = z;
109
109
  export {
110
- I as default
110
+ H as default
111
111
  };
112
112
  //# sourceMappingURL=annotorious-svelte.es6.js.map