@annotorious/react 3.7.4 → 3.7.6

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.
Files changed (34) hide show
  1. package/dist/Annotorious.d.ts.map +1 -1
  2. package/dist/annotorious-react.es12.js +22 -8
  3. package/dist/annotorious-react.es12.js.map +1 -1
  4. package/dist/annotorious-react.es13.js +7 -252
  5. package/dist/annotorious-react.es13.js.map +1 -1
  6. package/dist/annotorious-react.es14.js +251 -7
  7. package/dist/annotorious-react.es14.js.map +1 -1
  8. package/dist/annotorious-react.es15.js +9 -398
  9. package/dist/annotorious-react.es15.js.map +1 -1
  10. package/dist/annotorious-react.es16.js +386 -186
  11. package/dist/annotorious-react.es16.js.map +1 -1
  12. package/dist/annotorious-react.es17.js +197 -13
  13. package/dist/annotorious-react.es17.js.map +1 -1
  14. package/dist/annotorious-react.es18.js +14 -21
  15. package/dist/annotorious-react.es18.js.map +1 -1
  16. package/dist/annotorious-react.es19.js +20 -132
  17. package/dist/annotorious-react.es19.js.map +1 -1
  18. package/dist/annotorious-react.es2.js +85 -84
  19. package/dist/annotorious-react.es2.js.map +1 -1
  20. package/dist/annotorious-react.es20.js +133 -6
  21. package/dist/annotorious-react.es20.js.map +1 -1
  22. package/dist/annotorious-react.es21.js +7 -2
  23. package/dist/annotorious-react.es21.js.map +1 -1
  24. package/dist/annotorious-react.es22.js +2 -11
  25. package/dist/annotorious-react.es22.js.map +1 -1
  26. package/dist/annotorious-react.es23.js +9 -125
  27. package/dist/annotorious-react.es23.js.map +1 -1
  28. package/dist/annotorious-react.es24.js +113 -454
  29. package/dist/annotorious-react.es24.js.map +1 -1
  30. package/dist/annotorious-react.es25.js +471 -0
  31. package/dist/annotorious-react.es25.js.map +1 -0
  32. package/dist/annotorious-react.es4.js +5 -5
  33. package/dist/annotorious-react.es9.js +5 -5
  34. package/package.json +10 -9
@@ -1,12 +1,256 @@
1
- const i = (e) => ({
2
- length: 1,
3
- item: (t) => t === 0 ? e : void 0,
4
- [Symbol.iterator]: function* () {
5
- for (let t = 0; t < this.length; t++)
6
- yield this.item(t);
1
+ import * as r from "react";
2
+ import { useModernLayoutEffect as O, useEffectEvent as X } from "./annotorious-react.es19.js";
3
+ import { jsxs as Y, jsx as P } from "react/jsx-runtime";
4
+ import { isElement as I, getComputedStyle as q } from "./annotorious-react.es20.js";
5
+ import { getOverflowAncestors as pe } from "./annotorious-react.es20.js";
6
+ import "react-dom";
7
+ import { useFloating as Q } from "./annotorious-react.es17.js";
8
+ import { arrow as he, flip as xe, inline as ve, offset as Ce, shift as we } from "./annotorious-react.es17.js";
9
+ const Z = {
10
+ ...r
11
+ };
12
+ let V = !1, z = 0;
13
+ const W = () => (
14
+ // Ensure the id is unique with multiple independent versions of Floating UI
15
+ // on <React 18
16
+ "floating-ui-" + Math.random().toString(36).slice(2, 6) + z++
17
+ );
18
+ function G() {
19
+ const [t, o] = r.useState(() => V ? W() : void 0);
20
+ return O(() => {
21
+ t == null && o(W());
22
+ }, []), r.useEffect(() => {
23
+ V = !0;
24
+ }, []), t;
25
+ }
26
+ const J = Z.useId, $ = J || G;
27
+ let M;
28
+ process.env.NODE_ENV !== "production" && (M = /* @__PURE__ */ new Set());
29
+ function K() {
30
+ for (var t, o = arguments.length, l = new Array(o), e = 0; e < o; e++)
31
+ l[e] = arguments[e];
32
+ const s = "Floating UI: " + l.join(" ");
33
+ if (!((t = M) != null && t.has(s))) {
34
+ var c;
35
+ (c = M) == null || c.add(s), console.warn(s);
36
+ }
37
+ }
38
+ function _() {
39
+ for (var t, o = arguments.length, l = new Array(o), e = 0; e < o; e++)
40
+ l[e] = arguments[e];
41
+ const s = "Floating UI: " + l.join(" ");
42
+ if (!((t = M) != null && t.has(s))) {
43
+ var c;
44
+ (c = M) == null || c.add(s), console.error(s);
7
45
  }
46
+ }
47
+ const ue = /* @__PURE__ */ r.forwardRef(function(o, l) {
48
+ const {
49
+ context: {
50
+ placement: e,
51
+ elements: {
52
+ floating: s
53
+ },
54
+ middlewareData: {
55
+ arrow: c,
56
+ shift: u
57
+ }
58
+ },
59
+ width: f = 14,
60
+ height: a = 7,
61
+ tipRadius: F = 0,
62
+ strokeWidth: d = 0,
63
+ staticOffset: g,
64
+ stroke: R,
65
+ d: n,
66
+ style: {
67
+ transform: p,
68
+ ...h
69
+ } = {},
70
+ ...x
71
+ } = o;
72
+ process.env.NODE_ENV !== "production" && (l || K("The `ref` prop is required for `FloatingArrow`."));
73
+ const v = $(), [E, i] = r.useState(!1);
74
+ if (O(() => {
75
+ if (!s) return;
76
+ q(s).direction === "rtl" && i(!0);
77
+ }, [s]), !s)
78
+ return null;
79
+ const [m, D] = e.split("-"), N = m === "top" || m === "bottom";
80
+ let S = g;
81
+ (N && u != null && u.x || !N && u != null && u.y) && (S = null);
82
+ const C = d * 2, b = C / 2, T = f / 2 * (F / -8 + 1), y = a / 2 * F / 4, w = !!n, k = S && D === "end" ? "bottom" : "top";
83
+ let A = S && D === "end" ? "right" : "left";
84
+ S && E && (A = D === "end" ? "left" : "right");
85
+ const B = (c == null ? void 0 : c.x) != null ? S || c.x : "", U = (c == null ? void 0 : c.y) != null ? S || c.y : "", L = n || "M0,0" + (" H" + f) + (" L" + (f - T) + "," + (a - y)) + (" Q" + f / 2 + "," + a + " " + T + "," + (a - y)) + " Z", H = {
86
+ top: w ? "rotate(180deg)" : "",
87
+ left: w ? "rotate(90deg)" : "rotate(-90deg)",
88
+ bottom: w ? "" : "rotate(180deg)",
89
+ right: w ? "rotate(-90deg)" : "rotate(90deg)"
90
+ }[m];
91
+ return /* @__PURE__ */ Y("svg", {
92
+ ...x,
93
+ "aria-hidden": !0,
94
+ ref: l,
95
+ width: w ? f : f + C,
96
+ height: f,
97
+ viewBox: "0 0 " + f + " " + (a > f ? a : f),
98
+ style: {
99
+ position: "absolute",
100
+ pointerEvents: "none",
101
+ [A]: B,
102
+ [k]: U,
103
+ [m]: N || w ? "100%" : "calc(100% - " + C / 2 + "px)",
104
+ transform: [H, p].filter((j) => !!j).join(" "),
105
+ ...h
106
+ },
107
+ children: [C > 0 && /* @__PURE__ */ P("path", {
108
+ clipPath: "url(#" + v + ")",
109
+ fill: "none",
110
+ stroke: R,
111
+ strokeWidth: C + (n ? 0 : 1),
112
+ d: L
113
+ }), /* @__PURE__ */ P("path", {
114
+ stroke: C && !n ? x.fill : "none",
115
+ d: L
116
+ }), /* @__PURE__ */ P("clipPath", {
117
+ id: v,
118
+ children: /* @__PURE__ */ P("rect", {
119
+ x: -b,
120
+ y: b * (w ? -1 : 1),
121
+ width: f + C,
122
+ height: f
123
+ })
124
+ })]
125
+ });
8
126
  });
127
+ function ee() {
128
+ const t = /* @__PURE__ */ new Map();
129
+ return {
130
+ emit(o, l) {
131
+ var e;
132
+ (e = t.get(o)) == null || e.forEach((s) => s(l));
133
+ },
134
+ on(o, l) {
135
+ t.has(o) || t.set(o, /* @__PURE__ */ new Set()), t.get(o).add(l);
136
+ },
137
+ off(o, l) {
138
+ var e;
139
+ (e = t.get(o)) == null || e.delete(l);
140
+ }
141
+ };
142
+ }
143
+ const te = /* @__PURE__ */ r.createContext(null), ne = /* @__PURE__ */ r.createContext(null), oe = () => {
144
+ var t;
145
+ return ((t = r.useContext(te)) == null ? void 0 : t.id) || null;
146
+ }, re = () => r.useContext(ne);
147
+ function se(t) {
148
+ const {
149
+ open: o = !1,
150
+ onOpenChange: l,
151
+ elements: e
152
+ } = t, s = $(), c = r.useRef({}), [u] = r.useState(() => ee()), f = oe() != null;
153
+ if (process.env.NODE_ENV !== "production") {
154
+ const n = e.reference;
155
+ n && !I(n) && _("Cannot pass a virtual element to the `elements.reference` option,", "as it must be a real DOM element. Use `refs.setPositionReference()`", "instead.");
156
+ }
157
+ const [a, F] = r.useState(e.reference), d = X((n, p, h) => {
158
+ c.current.openEvent = n ? p : void 0, u.emit("openchange", {
159
+ open: n,
160
+ event: p,
161
+ reason: h,
162
+ nested: f
163
+ }), l == null || l(n, p, h);
164
+ }), g = r.useMemo(() => ({
165
+ setPositionReference: F
166
+ }), []), R = r.useMemo(() => ({
167
+ reference: a || e.reference || null,
168
+ floating: e.floating || null,
169
+ domReference: e.reference
170
+ }), [a, e.reference, e.floating]);
171
+ return r.useMemo(() => ({
172
+ dataRef: c,
173
+ open: o,
174
+ onOpenChange: d,
175
+ elements: R,
176
+ events: u,
177
+ floatingId: s,
178
+ refs: g
179
+ }), [o, d, R, u, s, g]);
180
+ }
181
+ function de(t) {
182
+ t === void 0 && (t = {});
183
+ const {
184
+ nodeId: o
185
+ } = t, l = se({
186
+ ...t,
187
+ elements: {
188
+ reference: null,
189
+ floating: null,
190
+ ...t.elements
191
+ }
192
+ }), e = t.rootContext || l, s = e.elements, [c, u] = r.useState(null), [f, a] = r.useState(null), d = (s == null ? void 0 : s.domReference) || c, g = r.useRef(null), R = re();
193
+ O(() => {
194
+ d && (g.current = d);
195
+ }, [d]);
196
+ const n = Q({
197
+ ...t,
198
+ elements: {
199
+ ...s,
200
+ ...f && {
201
+ reference: f
202
+ }
203
+ }
204
+ }), p = r.useCallback((i) => {
205
+ const m = I(i) ? {
206
+ getBoundingClientRect: () => i.getBoundingClientRect(),
207
+ getClientRects: () => i.getClientRects(),
208
+ contextElement: i
209
+ } : i;
210
+ a(m), n.refs.setReference(m);
211
+ }, [n.refs]), h = r.useCallback((i) => {
212
+ (I(i) || i === null) && (g.current = i, u(i)), (I(n.refs.reference.current) || n.refs.reference.current === null || // Don't allow setting virtual elements using the old technique back to
213
+ // `null` to support `positionReference` + an unstable `reference`
214
+ // callback ref.
215
+ i !== null && !I(i)) && n.refs.setReference(i);
216
+ }, [n.refs]), x = r.useMemo(() => ({
217
+ ...n.refs,
218
+ setReference: h,
219
+ setPositionReference: p,
220
+ domReference: g
221
+ }), [n.refs, h, p]), v = r.useMemo(() => ({
222
+ ...n.elements,
223
+ domReference: d
224
+ }), [n.elements, d]), E = r.useMemo(() => ({
225
+ ...n,
226
+ ...e,
227
+ refs: x,
228
+ elements: v,
229
+ nodeId: o
230
+ }), [n, x, v, o, e]);
231
+ return O(() => {
232
+ e.dataRef.current.floatingContext = E;
233
+ const i = R == null ? void 0 : R.nodesRef.current.find((m) => m.id === o);
234
+ i && (i.context = E);
235
+ }), r.useMemo(() => ({
236
+ ...n,
237
+ context: E,
238
+ refs: x,
239
+ elements: v
240
+ }), [n, x, v, E]);
241
+ }
9
242
  export {
10
- i as toClientRects
243
+ ue as FloatingArrow,
244
+ he as arrow,
245
+ xe as flip,
246
+ pe as getOverflowAncestors,
247
+ ve as inline,
248
+ Ce as offset,
249
+ we as shift,
250
+ de as useFloating,
251
+ oe as useFloatingParentNodeId,
252
+ se as useFloatingRootContext,
253
+ re as useFloatingTree,
254
+ $ as useId
11
255
  };
12
256
  //# sourceMappingURL=annotorious-react.es14.js.map