@hortiview/shared-components 0.0.11155 → 0.0.11528

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 (134) hide show
  1. package/README.md +41 -8
  2. package/dist/BigLoadingSpinner-D7H28pr5.js +16 -0
  3. package/dist/{GenericCard-B8x1DMa8.js → GenericCard-jlt8ZsHi.js} +18 -19
  4. package/dist/ListAreaService-YS_UUPh5.js +107 -0
  5. package/dist/assets/HashTabView.css +1 -1
  6. package/dist/assets/Select.css +1 -0
  7. package/dist/components/AlertBanner/AlertBanner.d.ts +0 -1
  8. package/dist/components/AlertBanner/AlertBanner.js +7 -8
  9. package/dist/components/AlertBanner/AlertBanner.test.js +11 -9
  10. package/dist/components/BaseView/BaseView.d.ts +1 -1
  11. package/dist/components/BaseView/BaseView.js +24 -25
  12. package/dist/components/BaseView/BaseView.test.js +25 -25
  13. package/dist/components/BasicHeading/BasicHeading.d.ts +1 -0
  14. package/dist/components/BasicHeading/BasicHeading.js +11 -12
  15. package/dist/components/BasicHeading/BasicHeading.test.js +3 -3
  16. package/dist/components/BlockView/BlockView.d.ts +1 -0
  17. package/dist/components/BlockView/BlockView.js +24 -25
  18. package/dist/components/BlockView/BlockView.test.js +2 -2
  19. package/dist/components/ChipCard/ChipCard.js +6 -7
  20. package/dist/components/ChipCard/ChipCard.test.js +2 -2
  21. package/dist/components/ContextMenu/ContextMenu.d.ts +3 -2
  22. package/dist/components/ContextMenu/ContextMenu.js +11 -12
  23. package/dist/components/ContextMenu/ContextMenu.test.js +2 -2
  24. package/dist/components/DeleteModal/DeleteModal.d.ts +6 -2
  25. package/dist/components/DeleteModal/DeleteModal.js +48 -46
  26. package/dist/components/DeleteModal/DeleteModal.test.js +2 -2
  27. package/dist/components/Disclaimer/Disclaimer.js +9 -10
  28. package/dist/components/Disclaimer/Disclaimer.test.js +2 -2
  29. package/dist/components/EmptyView/EmptyView.d.ts +1 -0
  30. package/dist/components/EmptyView/EmptyView.js +1 -1
  31. package/dist/components/EmptyView/EmptyView.test.js +2 -2
  32. package/dist/components/Filter/Filter.d.ts +1 -0
  33. package/dist/components/Filter/Filter.js +62 -62
  34. package/dist/components/Filter/Filter.test.js +2 -2
  35. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.d.ts +1 -0
  36. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  37. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +2 -2
  38. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.d.ts +3 -2
  39. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +629 -630
  40. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +2 -2
  41. package/dist/components/FormComponents/FormNumber/CustomTextField.d.ts +2 -1
  42. package/dist/components/FormComponents/FormNumber/CustomTextField.js +11 -12
  43. package/dist/components/FormComponents/FormNumber/FormNumber.d.ts +2 -1
  44. package/dist/components/FormComponents/FormNumber/FormNumber.js +1 -1
  45. package/dist/components/FormComponents/FormNumber/FormNumber.test.js +4 -4
  46. package/dist/components/FormComponents/FormRadio/FormRadio.d.ts +1 -0
  47. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  48. package/dist/components/FormComponents/FormRadio/FormRadio.test.js +2 -2
  49. package/dist/components/FormComponents/FormSelect/FormSelect.d.ts +4 -7
  50. package/dist/components/FormComponents/FormSelect/FormSelect.js +100 -110
  51. package/dist/components/FormComponents/FormSelect/FormSelect.test.js +3 -3
  52. package/dist/components/FormComponents/FormSelect/SelectTooltipText.d.ts +1 -0
  53. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +5 -5
  54. package/dist/components/FormComponents/FormSlider/FormSlider.d.ts +1 -0
  55. package/dist/components/FormComponents/FormSlider/FormSlider.js +1 -1
  56. package/dist/components/FormComponents/FormSlider/FormSlider.test.js +2 -2
  57. package/dist/components/FormComponents/FormText/FormText.d.ts +2 -1
  58. package/dist/components/FormComponents/FormText/FormText.js +14 -15
  59. package/dist/components/FormComponents/FormText/FormText.test.js +13 -13
  60. package/dist/components/FormComponents/FormToggle/FormToggle.d.ts +2 -1
  61. package/dist/components/FormComponents/FormToggle/FormToggle.js +1 -1
  62. package/dist/components/FormComponents/FormToggle/FormToggle.test.js +2 -2
  63. package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.d.ts +2 -1
  64. package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.js +1 -1
  65. package/dist/components/GenericTable/GenericTable.d.ts +1 -0
  66. package/dist/components/GenericTable/GenericTable.js +23 -24
  67. package/dist/components/GenericTable/GenericTable.test.js +2 -2
  68. package/dist/components/GenericTable/GenericTableService.d.ts +1 -0
  69. package/dist/components/GenericTable/GenericTableService.js +41 -41
  70. package/dist/components/GenericTable/Mobile/GenericCard.d.ts +1 -1
  71. package/dist/components/GenericTable/Mobile/GenericCard.js +2 -2
  72. package/dist/components/GenericTable/Mobile/GenericCard.test.js +3 -3
  73. package/dist/components/GenericTable/Mobile/GenericCardList.d.ts +1 -1
  74. package/dist/components/GenericTable/Mobile/GenericCardList.js +2 -2
  75. package/dist/components/GenericTable/Mobile/GenericCardList.test.js +2 -2
  76. package/dist/components/HashTabView/HashTabView.d.ts +6 -1
  77. package/dist/components/HashTabView/HashTabView.js +53 -53
  78. package/dist/components/HashTabView/HashTabView.test.js +2 -2
  79. package/dist/components/HeaderFilter/HeaderFilter.d.ts +3 -2
  80. package/dist/components/HeaderFilter/HeaderFilter.js +12 -12
  81. package/dist/components/HeaderFilter/HeaderFilter.test.js +2 -2
  82. package/dist/components/HealthCheckFailed/HealthCheckFailed.js +7 -8
  83. package/dist/components/HealthCheckFailed/HealthCheckFailed.test.js +2 -2
  84. package/dist/components/Iconify/Iconify.d.ts +2 -2
  85. package/dist/components/Iconify/Iconify.js +4 -5
  86. package/dist/components/Iconify/Iconify.test.js +2 -2
  87. package/dist/components/InfoGroup/InfoGroup.d.ts +4 -3
  88. package/dist/components/InfoGroup/InfoGroup.js +4 -5
  89. package/dist/components/InfoGroup/InfoGroup.test.js +2 -2
  90. package/dist/components/ListArea/ListArea.d.ts +1 -1
  91. package/dist/components/ListArea/ListArea.js +2 -2
  92. package/dist/components/ListArea/ListArea.test.js +5 -5
  93. package/dist/components/ListArea/ListAreaService.d.ts +9 -8
  94. package/dist/components/ListArea/ListAreaService.js +2 -2
  95. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +2 -2
  96. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +3 -3
  97. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +5 -6
  98. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +2 -2
  99. package/dist/components/Modal/Modal.d.ts +2 -1
  100. package/dist/components/Modal/Modal.js +5 -6
  101. package/dist/components/OverflowTooltip/OverflowTooltip.d.ts +0 -1
  102. package/dist/components/OverflowTooltip/OverflowTooltip.js +10 -11
  103. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +4 -4
  104. package/dist/components/Scrollbar/Scrollbar.js +5 -6
  105. package/dist/components/Scrollbar/scrollbar.test.js +2 -2
  106. package/dist/components/SearchBar/SearchBar.js +10 -11
  107. package/dist/components/SearchBar/SearchBar.test.js +2 -2
  108. package/dist/components/Select/Select.d.ts +14 -0
  109. package/dist/components/Select/Select.js +34 -0
  110. package/dist/components/Select/Select.test.d.ts +1 -0
  111. package/dist/components/Select/Select.test.js +28 -0
  112. package/dist/components/VerticalDivider/VerticalDivider.js +4 -5
  113. package/dist/components/VerticalDivider/VerticalDivider.test.js +2 -2
  114. package/dist/hooks/useBreakpoints.test.js +2 -2
  115. package/dist/hooks/useHelperText.d.ts +1 -0
  116. package/dist/{index-DzM8o582.js → index-CrcXCSzI.js} +1940 -1796
  117. package/dist/main.d.ts +2 -0
  118. package/dist/main.js +33 -31
  119. package/dist/{react-number-format.es-BD3_OvMU.js → react-number-format.es-BK1EpVXq.js} +151 -151
  120. package/dist/react-tooltip.min-Czs4RGD1.js +1400 -0
  121. package/dist/{react.esm-FR1-H8iU.js → react.esm-DNwojocF.js} +5289 -4990
  122. package/dist/services/BlockService.d.ts +1 -0
  123. package/dist/services/NumberService.d.ts +1 -0
  124. package/dist/services/UtilService.d.ts +1 -0
  125. package/dist/services/services.test.js +1 -1
  126. package/dist/types/GenericTable.d.ts +2 -2
  127. package/dist/types/HashTab.d.ts +0 -1
  128. package/dist/types/ListElement.d.ts +0 -1
  129. package/dist/types/internal/ReactRouterTypes.d.ts +0 -1
  130. package/dist/{vi.CjhMlMwf-DWv7vrn7.js → vi.CjhMlMwf-BCJNwXvu.js} +1 -1
  131. package/package.json +15 -15
  132. package/dist/BigLoadingSpinner-C3wTbTD0.js +0 -17
  133. package/dist/ListAreaService-CRX4eEUJ.js +0 -108
  134. package/dist/react-tooltip.min-c2wVkjF2.js +0 -1354
@@ -0,0 +1,1400 @@
1
+ import Se, { createContext as go, useState as j, useRef as le, useEffect as L, useContext as wo, useLayoutEffect as bo, useCallback as xo, useImperativeHandle as _o } from "react";
2
+ import { g as Ao } from "./_commonjsHelpers-BkfeUUK-.js";
3
+ const Fe = Math.min, Oe = Math.max, vt = Math.round, ht = Math.floor, de = (e) => ({
4
+ x: e,
5
+ y: e
6
+ }), Eo = {
7
+ left: "right",
8
+ right: "left",
9
+ bottom: "top",
10
+ top: "bottom"
11
+ }, So = {
12
+ start: "end",
13
+ end: "start"
14
+ };
15
+ function Ct(e, t, n) {
16
+ return Oe(e, Fe(t, n));
17
+ }
18
+ function lt(e, t) {
19
+ return typeof e == "function" ? e(t) : e;
20
+ }
21
+ function Re(e) {
22
+ return e.split("-")[0];
23
+ }
24
+ function it(e) {
25
+ return e.split("-")[1];
26
+ }
27
+ function no(e) {
28
+ return e === "x" ? "y" : "x";
29
+ }
30
+ function Pt(e) {
31
+ return e === "y" ? "height" : "width";
32
+ }
33
+ function We(e) {
34
+ return ["top", "bottom"].includes(Re(e)) ? "y" : "x";
35
+ }
36
+ function $t(e) {
37
+ return no(We(e));
38
+ }
39
+ function Oo(e, t, n) {
40
+ n === void 0 && (n = !1);
41
+ const o = it(e), l = $t(e), r = Pt(l);
42
+ let i = l === "x" ? o === (n ? "end" : "start") ? "right" : "left" : o === "start" ? "bottom" : "top";
43
+ return t.reference[r] > t.floating[r] && (i = yt(i)), [i, yt(i)];
44
+ }
45
+ function Ro(e) {
46
+ const t = yt(e);
47
+ return [Lt(e), t, Lt(t)];
48
+ }
49
+ function Lt(e) {
50
+ return e.replace(/start|end/g, (t) => So[t]);
51
+ }
52
+ function To(e, t, n) {
53
+ const o = ["left", "right"], l = ["right", "left"], r = ["top", "bottom"], i = ["bottom", "top"];
54
+ switch (e) {
55
+ case "top":
56
+ case "bottom":
57
+ return n ? t ? l : o : t ? o : l;
58
+ case "left":
59
+ case "right":
60
+ return t ? r : i;
61
+ default:
62
+ return [];
63
+ }
64
+ }
65
+ function Co(e, t, n, o) {
66
+ const l = it(e);
67
+ let r = To(Re(e), n === "start", o);
68
+ return l && (r = r.map((i) => i + "-" + l), t && (r = r.concat(r.map(Lt)))), r;
69
+ }
70
+ function yt(e) {
71
+ return e.replace(/left|right|bottom|top/g, (t) => Eo[t]);
72
+ }
73
+ function Lo(e) {
74
+ return {
75
+ top: 0,
76
+ right: 0,
77
+ bottom: 0,
78
+ left: 0,
79
+ ...e
80
+ };
81
+ }
82
+ function ro(e) {
83
+ return typeof e != "number" ? Lo(e) : {
84
+ top: e,
85
+ right: e,
86
+ bottom: e,
87
+ left: e
88
+ };
89
+ }
90
+ function gt(e) {
91
+ const {
92
+ x: t,
93
+ y: n,
94
+ width: o,
95
+ height: l
96
+ } = e;
97
+ return {
98
+ width: o,
99
+ height: l,
100
+ top: n,
101
+ left: t,
102
+ right: t + o,
103
+ bottom: n + l,
104
+ x: t,
105
+ y: n
106
+ };
107
+ }
108
+ function qt(e, t, n) {
109
+ let {
110
+ reference: o,
111
+ floating: l
112
+ } = e;
113
+ const r = We(t), i = $t(t), s = Pt(i), c = Re(t), a = r === "y", p = o.x + o.width / 2 - l.width / 2, d = o.y + o.height / 2 - l.height / 2, y = o[s] / 2 - l[s] / 2;
114
+ let f;
115
+ switch (c) {
116
+ case "top":
117
+ f = {
118
+ x: p,
119
+ y: o.y - l.height
120
+ };
121
+ break;
122
+ case "bottom":
123
+ f = {
124
+ x: p,
125
+ y: o.y + o.height
126
+ };
127
+ break;
128
+ case "right":
129
+ f = {
130
+ x: o.x + o.width,
131
+ y: d
132
+ };
133
+ break;
134
+ case "left":
135
+ f = {
136
+ x: o.x - l.width,
137
+ y: d
138
+ };
139
+ break;
140
+ default:
141
+ f = {
142
+ x: o.x,
143
+ y: o.y
144
+ };
145
+ }
146
+ switch (it(t)) {
147
+ case "start":
148
+ f[i] -= y * (n && a ? -1 : 1);
149
+ break;
150
+ case "end":
151
+ f[i] += y * (n && a ? -1 : 1);
152
+ break;
153
+ }
154
+ return f;
155
+ }
156
+ const ko = async (e, t, n) => {
157
+ const {
158
+ placement: o = "bottom",
159
+ strategy: l = "absolute",
160
+ middleware: r = [],
161
+ platform: i
162
+ } = n, s = r.filter(Boolean), c = await (i.isRTL == null ? void 0 : i.isRTL(t));
163
+ let a = await i.getElementRects({
164
+ reference: e,
165
+ floating: t,
166
+ strategy: l
167
+ }), {
168
+ x: p,
169
+ y: d
170
+ } = qt(a, o, c), y = o, f = {}, m = 0;
171
+ for (let g = 0; g < s.length; g++) {
172
+ const {
173
+ name: x,
174
+ fn: w
175
+ } = s[g], {
176
+ x: A,
177
+ y: _,
178
+ data: R,
179
+ reset: S
180
+ } = await w({
181
+ x: p,
182
+ y: d,
183
+ initialPlacement: o,
184
+ placement: y,
185
+ strategy: l,
186
+ middlewareData: f,
187
+ rects: a,
188
+ platform: i,
189
+ elements: {
190
+ reference: e,
191
+ floating: t
192
+ }
193
+ });
194
+ p = A ?? p, d = _ ?? d, f = {
195
+ ...f,
196
+ [x]: {
197
+ ...f[x],
198
+ ...R
199
+ }
200
+ }, S && m <= 50 && (m++, typeof S == "object" && (S.placement && (y = S.placement), S.rects && (a = S.rects === !0 ? await i.getElementRects({
201
+ reference: e,
202
+ floating: t,
203
+ strategy: l
204
+ }) : S.rects), {
205
+ x: p,
206
+ y: d
207
+ } = qt(a, y, c)), g = -1);
208
+ }
209
+ return {
210
+ x: p,
211
+ y: d,
212
+ placement: y,
213
+ strategy: l,
214
+ middlewareData: f
215
+ };
216
+ };
217
+ async function lo(e, t) {
218
+ var n;
219
+ t === void 0 && (t = {});
220
+ const {
221
+ x: o,
222
+ y: l,
223
+ platform: r,
224
+ rects: i,
225
+ elements: s,
226
+ strategy: c
227
+ } = e, {
228
+ boundary: a = "clippingAncestors",
229
+ rootBoundary: p = "viewport",
230
+ elementContext: d = "floating",
231
+ altBoundary: y = !1,
232
+ padding: f = 0
233
+ } = lt(t, e), m = ro(f), x = s[y ? d === "floating" ? "reference" : "floating" : d], w = gt(await r.getClippingRect({
234
+ element: (n = await (r.isElement == null ? void 0 : r.isElement(x))) == null || n ? x : x.contextElement || await (r.getDocumentElement == null ? void 0 : r.getDocumentElement(s.floating)),
235
+ boundary: a,
236
+ rootBoundary: p,
237
+ strategy: c
238
+ })), A = d === "floating" ? {
239
+ x: o,
240
+ y: l,
241
+ width: i.floating.width,
242
+ height: i.floating.height
243
+ } : i.reference, _ = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(s.floating)), R = await (r.isElement == null ? void 0 : r.isElement(_)) ? await (r.getScale == null ? void 0 : r.getScale(_)) || {
244
+ x: 1,
245
+ y: 1
246
+ } : {
247
+ x: 1,
248
+ y: 1
249
+ }, S = gt(r.convertOffsetParentRelativeRectToViewportRelativeRect ? await r.convertOffsetParentRelativeRectToViewportRelativeRect({
250
+ elements: s,
251
+ rect: A,
252
+ offsetParent: _,
253
+ strategy: c
254
+ }) : A);
255
+ return {
256
+ top: (w.top - S.top + m.top) / R.y,
257
+ bottom: (S.bottom - w.bottom + m.bottom) / R.y,
258
+ left: (w.left - S.left + m.left) / R.x,
259
+ right: (S.right - w.right + m.right) / R.x
260
+ };
261
+ }
262
+ const No = (e) => ({
263
+ name: "arrow",
264
+ options: e,
265
+ async fn(t) {
266
+ const {
267
+ x: n,
268
+ y: o,
269
+ placement: l,
270
+ rects: r,
271
+ platform: i,
272
+ elements: s,
273
+ middlewareData: c
274
+ } = t, {
275
+ element: a,
276
+ padding: p = 0
277
+ } = lt(e, t) || {};
278
+ if (a == null)
279
+ return {};
280
+ const d = ro(p), y = {
281
+ x: n,
282
+ y: o
283
+ }, f = $t(l), m = Pt(f), g = await i.getDimensions(a), x = f === "y", w = x ? "top" : "left", A = x ? "bottom" : "right", _ = x ? "clientHeight" : "clientWidth", R = r.reference[m] + r.reference[f] - y[f] - r.floating[m], S = y[f] - r.reference[f], H = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(a));
284
+ let C = H ? H[_] : 0;
285
+ (!C || !await (i.isElement == null ? void 0 : i.isElement(H))) && (C = s.floating[_] || r.floating[m]);
286
+ const Q = R / 2 - S / 2, K = C / 2 - g[m] / 2 - 1, Z = Fe(d[w], K), ce = Fe(d[A], K), G = Z, ae = C - g[m] - ce, T = C / 2 - g[m] / 2 + Q, X = Ct(G, T, ae), W = !c.arrow && it(l) != null && T !== X && r.reference[m] / 2 - (T < G ? Z : ce) - g[m] / 2 < 0, I = W ? T < G ? T - G : T - ae : 0;
287
+ return {
288
+ [f]: y[f] + I,
289
+ data: {
290
+ [f]: X,
291
+ centerOffset: T - X - I,
292
+ ...W && {
293
+ alignmentOffset: I
294
+ }
295
+ },
296
+ reset: W
297
+ };
298
+ }
299
+ }), Do = function(e) {
300
+ return e === void 0 && (e = {}), {
301
+ name: "flip",
302
+ options: e,
303
+ async fn(t) {
304
+ var n, o;
305
+ const {
306
+ placement: l,
307
+ middlewareData: r,
308
+ rects: i,
309
+ initialPlacement: s,
310
+ platform: c,
311
+ elements: a
312
+ } = t, {
313
+ mainAxis: p = !0,
314
+ crossAxis: d = !0,
315
+ fallbackPlacements: y,
316
+ fallbackStrategy: f = "bestFit",
317
+ fallbackAxisSideDirection: m = "none",
318
+ flipAlignment: g = !0,
319
+ ...x
320
+ } = lt(e, t);
321
+ if ((n = r.arrow) != null && n.alignmentOffset)
322
+ return {};
323
+ const w = Re(l), A = We(s), _ = Re(s) === s, R = await (c.isRTL == null ? void 0 : c.isRTL(a.floating)), S = y || (_ || !g ? [yt(s)] : Ro(s)), H = m !== "none";
324
+ !y && H && S.push(...Co(s, g, m, R));
325
+ const C = [s, ...S], Q = await lo(t, x), K = [];
326
+ let Z = ((o = r.flip) == null ? void 0 : o.overflows) || [];
327
+ if (p && K.push(Q[w]), d) {
328
+ const T = Oo(l, i, R);
329
+ K.push(Q[T[0]], Q[T[1]]);
330
+ }
331
+ if (Z = [...Z, {
332
+ placement: l,
333
+ overflows: K
334
+ }], !K.every((T) => T <= 0)) {
335
+ var ce, G;
336
+ const T = (((ce = r.flip) == null ? void 0 : ce.index) || 0) + 1, X = C[T];
337
+ if (X)
338
+ return {
339
+ data: {
340
+ index: T,
341
+ overflows: Z
342
+ },
343
+ reset: {
344
+ placement: X
345
+ }
346
+ };
347
+ let W = (G = Z.filter((I) => I.overflows[0] <= 0).sort((I, D) => I.overflows[1] - D.overflows[1])[0]) == null ? void 0 : G.placement;
348
+ if (!W)
349
+ switch (f) {
350
+ case "bestFit": {
351
+ var ae;
352
+ const I = (ae = Z.filter((D) => {
353
+ if (H) {
354
+ const z = We(D.placement);
355
+ return z === A || // Create a bias to the `y` side axis due to horizontal
356
+ // reading directions favoring greater width.
357
+ z === "y";
358
+ }
359
+ return !0;
360
+ }).map((D) => [D.placement, D.overflows.filter((z) => z > 0).reduce((z, he) => z + he, 0)]).sort((D, z) => D[1] - z[1])[0]) == null ? void 0 : ae[0];
361
+ I && (W = I);
362
+ break;
363
+ }
364
+ case "initialPlacement":
365
+ W = s;
366
+ break;
367
+ }
368
+ if (l !== W)
369
+ return {
370
+ reset: {
371
+ placement: W
372
+ }
373
+ };
374
+ }
375
+ return {};
376
+ }
377
+ };
378
+ };
379
+ async function Po(e, t) {
380
+ const {
381
+ placement: n,
382
+ platform: o,
383
+ elements: l
384
+ } = e, r = await (o.isRTL == null ? void 0 : o.isRTL(l.floating)), i = Re(n), s = it(n), c = We(n) === "y", a = ["left", "top"].includes(i) ? -1 : 1, p = r && c ? -1 : 1, d = lt(t, e);
385
+ let {
386
+ mainAxis: y,
387
+ crossAxis: f,
388
+ alignmentAxis: m
389
+ } = typeof d == "number" ? {
390
+ mainAxis: d,
391
+ crossAxis: 0,
392
+ alignmentAxis: null
393
+ } : {
394
+ mainAxis: d.mainAxis || 0,
395
+ crossAxis: d.crossAxis || 0,
396
+ alignmentAxis: d.alignmentAxis
397
+ };
398
+ return s && typeof m == "number" && (f = s === "end" ? m * -1 : m), c ? {
399
+ x: f * p,
400
+ y: y * a
401
+ } : {
402
+ x: y * a,
403
+ y: f * p
404
+ };
405
+ }
406
+ const $o = function(e) {
407
+ return e === void 0 && (e = 0), {
408
+ name: "offset",
409
+ options: e,
410
+ async fn(t) {
411
+ var n, o;
412
+ const {
413
+ x: l,
414
+ y: r,
415
+ placement: i,
416
+ middlewareData: s
417
+ } = t, c = await Po(t, e);
418
+ return i === ((n = s.offset) == null ? void 0 : n.placement) && (o = s.arrow) != null && o.alignmentOffset ? {} : {
419
+ x: l + c.x,
420
+ y: r + c.y,
421
+ data: {
422
+ ...c,
423
+ placement: i
424
+ }
425
+ };
426
+ }
427
+ };
428
+ }, Bo = function(e) {
429
+ return e === void 0 && (e = {}), {
430
+ name: "shift",
431
+ options: e,
432
+ async fn(t) {
433
+ const {
434
+ x: n,
435
+ y: o,
436
+ placement: l
437
+ } = t, {
438
+ mainAxis: r = !0,
439
+ crossAxis: i = !1,
440
+ limiter: s = {
441
+ fn: (x) => {
442
+ let {
443
+ x: w,
444
+ y: A
445
+ } = x;
446
+ return {
447
+ x: w,
448
+ y: A
449
+ };
450
+ }
451
+ },
452
+ ...c
453
+ } = lt(e, t), a = {
454
+ x: n,
455
+ y: o
456
+ }, p = await lo(t, c), d = We(Re(l)), y = no(d);
457
+ let f = a[y], m = a[d];
458
+ if (r) {
459
+ const x = y === "y" ? "top" : "left", w = y === "y" ? "bottom" : "right", A = f + p[x], _ = f - p[w];
460
+ f = Ct(A, f, _);
461
+ }
462
+ if (i) {
463
+ const x = d === "y" ? "top" : "left", w = d === "y" ? "bottom" : "right", A = m + p[x], _ = m - p[w];
464
+ m = Ct(A, m, _);
465
+ }
466
+ const g = s.fn({
467
+ ...t,
468
+ [y]: f,
469
+ [d]: m
470
+ });
471
+ return {
472
+ ...g,
473
+ data: {
474
+ x: g.x - n,
475
+ y: g.y - o,
476
+ enabled: {
477
+ [y]: r,
478
+ [d]: i
479
+ }
480
+ }
481
+ };
482
+ }
483
+ };
484
+ };
485
+ function wt() {
486
+ return typeof window < "u";
487
+ }
488
+ function Ve(e) {
489
+ return io(e) ? (e.nodeName || "").toLowerCase() : "#document";
490
+ }
491
+ function J(e) {
492
+ var t;
493
+ return (e == null || (t = e.ownerDocument) == null ? void 0 : t.defaultView) || window;
494
+ }
495
+ function me(e) {
496
+ var t;
497
+ return (t = (io(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
498
+ }
499
+ function io(e) {
500
+ return wt() ? e instanceof Node || e instanceof J(e).Node : !1;
501
+ }
502
+ function ie(e) {
503
+ return wt() ? e instanceof Element || e instanceof J(e).Element : !1;
504
+ }
505
+ function pe(e) {
506
+ return wt() ? e instanceof HTMLElement || e instanceof J(e).HTMLElement : !1;
507
+ }
508
+ function Ht(e) {
509
+ return !wt() || typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof J(e).ShadowRoot;
510
+ }
511
+ function st(e) {
512
+ const {
513
+ overflow: t,
514
+ overflowX: n,
515
+ overflowY: o,
516
+ display: l
517
+ } = se(e);
518
+ return /auto|scroll|overlay|hidden|clip/.test(t + o + n) && !["inline", "contents"].includes(l);
519
+ }
520
+ function jo(e) {
521
+ return ["table", "td", "th"].includes(Ve(e));
522
+ }
523
+ function bt(e) {
524
+ return [":popover-open", ":modal"].some((t) => {
525
+ try {
526
+ return e.matches(t);
527
+ } catch {
528
+ return !1;
529
+ }
530
+ });
531
+ }
532
+ function Bt(e) {
533
+ const t = jt(), n = ie(e) ? se(e) : e;
534
+ return ["transform", "translate", "scale", "rotate", "perspective"].some((o) => n[o] ? n[o] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !t && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !t && (n.filter ? n.filter !== "none" : !1) || ["transform", "translate", "scale", "rotate", "perspective", "filter"].some((o) => (n.willChange || "").includes(o)) || ["paint", "layout", "strict", "content"].some((o) => (n.contain || "").includes(o));
535
+ }
536
+ function Io(e) {
537
+ let t = be(e);
538
+ for (; pe(t) && !ze(t); ) {
539
+ if (Bt(t))
540
+ return t;
541
+ if (bt(t))
542
+ return null;
543
+ t = be(t);
544
+ }
545
+ return null;
546
+ }
547
+ function jt() {
548
+ return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
549
+ }
550
+ function ze(e) {
551
+ return ["html", "body", "#document"].includes(Ve(e));
552
+ }
553
+ function se(e) {
554
+ return J(e).getComputedStyle(e);
555
+ }
556
+ function xt(e) {
557
+ return ie(e) ? {
558
+ scrollLeft: e.scrollLeft,
559
+ scrollTop: e.scrollTop
560
+ } : {
561
+ scrollLeft: e.scrollX,
562
+ scrollTop: e.scrollY
563
+ };
564
+ }
565
+ function be(e) {
566
+ if (Ve(e) === "html")
567
+ return e;
568
+ const t = (
569
+ // Step into the shadow DOM of the parent of a slotted node.
570
+ e.assignedSlot || // DOM Element detected.
571
+ e.parentNode || // ShadowRoot detected.
572
+ Ht(e) && e.host || // Fallback.
573
+ me(e)
574
+ );
575
+ return Ht(t) ? t.host : t;
576
+ }
577
+ function so(e) {
578
+ const t = be(e);
579
+ return ze(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : pe(t) && st(t) ? t : so(t);
580
+ }
581
+ function rt(e, t, n) {
582
+ var o;
583
+ t === void 0 && (t = []), n === void 0 && (n = !0);
584
+ const l = so(e), r = l === ((o = e.ownerDocument) == null ? void 0 : o.body), i = J(l);
585
+ if (r) {
586
+ const s = kt(i);
587
+ return t.concat(i, i.visualViewport || [], st(l) ? l : [], s && n ? rt(s) : []);
588
+ }
589
+ return t.concat(l, rt(l, [], n));
590
+ }
591
+ function kt(e) {
592
+ return e.parent && Object.getPrototypeOf(e.parent) ? e.frameElement : null;
593
+ }
594
+ function co(e) {
595
+ const t = se(e);
596
+ let n = parseFloat(t.width) || 0, o = parseFloat(t.height) || 0;
597
+ const l = pe(e), r = l ? e.offsetWidth : n, i = l ? e.offsetHeight : o, s = vt(n) !== r || vt(o) !== i;
598
+ return s && (n = r, o = i), {
599
+ width: n,
600
+ height: o,
601
+ $: s
602
+ };
603
+ }
604
+ function It(e) {
605
+ return ie(e) ? e : e.contextElement;
606
+ }
607
+ function Me(e) {
608
+ const t = It(e);
609
+ if (!pe(t))
610
+ return de(1);
611
+ const n = t.getBoundingClientRect(), {
612
+ width: o,
613
+ height: l,
614
+ $: r
615
+ } = co(t);
616
+ let i = (r ? vt(n.width) : n.width) / o, s = (r ? vt(n.height) : n.height) / l;
617
+ return (!i || !Number.isFinite(i)) && (i = 1), (!s || !Number.isFinite(s)) && (s = 1), {
618
+ x: i,
619
+ y: s
620
+ };
621
+ }
622
+ const Mo = /* @__PURE__ */ de(0);
623
+ function ao(e) {
624
+ const t = J(e);
625
+ return !jt() || !t.visualViewport ? Mo : {
626
+ x: t.visualViewport.offsetLeft,
627
+ y: t.visualViewport.offsetTop
628
+ };
629
+ }
630
+ function Fo(e, t, n) {
631
+ return t === void 0 && (t = !1), !n || t && n !== J(e) ? !1 : t;
632
+ }
633
+ function Te(e, t, n, o) {
634
+ t === void 0 && (t = !1), n === void 0 && (n = !1);
635
+ const l = e.getBoundingClientRect(), r = It(e);
636
+ let i = de(1);
637
+ t && (o ? ie(o) && (i = Me(o)) : i = Me(e));
638
+ const s = Fo(r, n, o) ? ao(r) : de(0);
639
+ let c = (l.left + s.x) / i.x, a = (l.top + s.y) / i.y, p = l.width / i.x, d = l.height / i.y;
640
+ if (r) {
641
+ const y = J(r), f = o && ie(o) ? J(o) : o;
642
+ let m = y, g = kt(m);
643
+ for (; g && o && f !== m; ) {
644
+ const x = Me(g), w = g.getBoundingClientRect(), A = se(g), _ = w.left + (g.clientLeft + parseFloat(A.paddingLeft)) * x.x, R = w.top + (g.clientTop + parseFloat(A.paddingTop)) * x.y;
645
+ c *= x.x, a *= x.y, p *= x.x, d *= x.y, c += _, a += R, m = J(g), g = kt(m);
646
+ }
647
+ }
648
+ return gt({
649
+ width: p,
650
+ height: d,
651
+ x: c,
652
+ y: a
653
+ });
654
+ }
655
+ function Mt(e, t) {
656
+ const n = xt(e).scrollLeft;
657
+ return t ? t.left + n : Te(me(e)).left + n;
658
+ }
659
+ function uo(e, t, n) {
660
+ n === void 0 && (n = !1);
661
+ const o = e.getBoundingClientRect(), l = o.left + t.scrollLeft - (n ? 0 : (
662
+ // RTL <body> scrollbar.
663
+ Mt(e, o)
664
+ )), r = o.top + t.scrollTop;
665
+ return {
666
+ x: l,
667
+ y: r
668
+ };
669
+ }
670
+ function Wo(e) {
671
+ let {
672
+ elements: t,
673
+ rect: n,
674
+ offsetParent: o,
675
+ strategy: l
676
+ } = e;
677
+ const r = l === "fixed", i = me(o), s = t ? bt(t.floating) : !1;
678
+ if (o === i || s && r)
679
+ return n;
680
+ let c = {
681
+ scrollLeft: 0,
682
+ scrollTop: 0
683
+ }, a = de(1);
684
+ const p = de(0), d = pe(o);
685
+ if ((d || !d && !r) && ((Ve(o) !== "body" || st(i)) && (c = xt(o)), pe(o))) {
686
+ const f = Te(o);
687
+ a = Me(o), p.x = f.x + o.clientLeft, p.y = f.y + o.clientTop;
688
+ }
689
+ const y = i && !d && !r ? uo(i, c, !0) : de(0);
690
+ return {
691
+ width: n.width * a.x,
692
+ height: n.height * a.y,
693
+ x: n.x * a.x - c.scrollLeft * a.x + p.x + y.x,
694
+ y: n.y * a.y - c.scrollTop * a.y + p.y + y.y
695
+ };
696
+ }
697
+ function zo(e) {
698
+ return Array.from(e.getClientRects());
699
+ }
700
+ function Vo(e) {
701
+ const t = me(e), n = xt(e), o = e.ownerDocument.body, l = Oe(t.scrollWidth, t.clientWidth, o.scrollWidth, o.clientWidth), r = Oe(t.scrollHeight, t.clientHeight, o.scrollHeight, o.clientHeight);
702
+ let i = -n.scrollLeft + Mt(e);
703
+ const s = -n.scrollTop;
704
+ return se(o).direction === "rtl" && (i += Oe(t.clientWidth, o.clientWidth) - l), {
705
+ width: l,
706
+ height: r,
707
+ x: i,
708
+ y: s
709
+ };
710
+ }
711
+ function qo(e, t) {
712
+ const n = J(e), o = me(e), l = n.visualViewport;
713
+ let r = o.clientWidth, i = o.clientHeight, s = 0, c = 0;
714
+ if (l) {
715
+ r = l.width, i = l.height;
716
+ const a = jt();
717
+ (!a || a && t === "fixed") && (s = l.offsetLeft, c = l.offsetTop);
718
+ }
719
+ return {
720
+ width: r,
721
+ height: i,
722
+ x: s,
723
+ y: c
724
+ };
725
+ }
726
+ function Ho(e, t) {
727
+ const n = Te(e, !0, t === "fixed"), o = n.top + e.clientTop, l = n.left + e.clientLeft, r = pe(e) ? Me(e) : de(1), i = e.clientWidth * r.x, s = e.clientHeight * r.y, c = l * r.x, a = o * r.y;
728
+ return {
729
+ width: i,
730
+ height: s,
731
+ x: c,
732
+ y: a
733
+ };
734
+ }
735
+ function Kt(e, t, n) {
736
+ let o;
737
+ if (t === "viewport")
738
+ o = qo(e, n);
739
+ else if (t === "document")
740
+ o = Vo(me(e));
741
+ else if (ie(t))
742
+ o = Ho(t, n);
743
+ else {
744
+ const l = ao(e);
745
+ o = {
746
+ x: t.x - l.x,
747
+ y: t.y - l.y,
748
+ width: t.width,
749
+ height: t.height
750
+ };
751
+ }
752
+ return gt(o);
753
+ }
754
+ function fo(e, t) {
755
+ const n = be(e);
756
+ return n === t || !ie(n) || ze(n) ? !1 : se(n).position === "fixed" || fo(n, t);
757
+ }
758
+ function Ko(e, t) {
759
+ const n = t.get(e);
760
+ if (n)
761
+ return n;
762
+ let o = rt(e, [], !1).filter((s) => ie(s) && Ve(s) !== "body"), l = null;
763
+ const r = se(e).position === "fixed";
764
+ let i = r ? be(e) : e;
765
+ for (; ie(i) && !ze(i); ) {
766
+ const s = se(i), c = Bt(i);
767
+ !c && s.position === "fixed" && (l = null), (r ? !c && !l : !c && s.position === "static" && !!l && ["absolute", "fixed"].includes(l.position) || st(i) && !c && fo(e, i)) ? o = o.filter((p) => p !== i) : l = s, i = be(i);
768
+ }
769
+ return t.set(e, o), o;
770
+ }
771
+ function Xo(e) {
772
+ let {
773
+ element: t,
774
+ boundary: n,
775
+ rootBoundary: o,
776
+ strategy: l
777
+ } = e;
778
+ const i = [...n === "clippingAncestors" ? bt(t) ? [] : Ko(t, this._c) : [].concat(n), o], s = i[0], c = i.reduce((a, p) => {
779
+ const d = Kt(t, p, l);
780
+ return a.top = Oe(d.top, a.top), a.right = Fe(d.right, a.right), a.bottom = Fe(d.bottom, a.bottom), a.left = Oe(d.left, a.left), a;
781
+ }, Kt(t, s, l));
782
+ return {
783
+ width: c.right - c.left,
784
+ height: c.bottom - c.top,
785
+ x: c.left,
786
+ y: c.top
787
+ };
788
+ }
789
+ function Yo(e) {
790
+ const {
791
+ width: t,
792
+ height: n
793
+ } = co(e);
794
+ return {
795
+ width: t,
796
+ height: n
797
+ };
798
+ }
799
+ function Uo(e, t, n) {
800
+ const o = pe(t), l = me(t), r = n === "fixed", i = Te(e, !0, r, t);
801
+ let s = {
802
+ scrollLeft: 0,
803
+ scrollTop: 0
804
+ };
805
+ const c = de(0);
806
+ if (o || !o && !r)
807
+ if ((Ve(t) !== "body" || st(l)) && (s = xt(t)), o) {
808
+ const y = Te(t, !0, r, t);
809
+ c.x = y.x + t.clientLeft, c.y = y.y + t.clientTop;
810
+ } else l && (c.x = Mt(l));
811
+ const a = l && !o && !r ? uo(l, s) : de(0), p = i.left + s.scrollLeft - c.x - a.x, d = i.top + s.scrollTop - c.y - a.y;
812
+ return {
813
+ x: p,
814
+ y: d,
815
+ width: i.width,
816
+ height: i.height
817
+ };
818
+ }
819
+ function Ot(e) {
820
+ return se(e).position === "static";
821
+ }
822
+ function Xt(e, t) {
823
+ if (!pe(e) || se(e).position === "fixed")
824
+ return null;
825
+ if (t)
826
+ return t(e);
827
+ let n = e.offsetParent;
828
+ return me(e) === n && (n = n.ownerDocument.body), n;
829
+ }
830
+ function po(e, t) {
831
+ const n = J(e);
832
+ if (bt(e))
833
+ return n;
834
+ if (!pe(e)) {
835
+ let l = be(e);
836
+ for (; l && !ze(l); ) {
837
+ if (ie(l) && !Ot(l))
838
+ return l;
839
+ l = be(l);
840
+ }
841
+ return n;
842
+ }
843
+ let o = Xt(e, t);
844
+ for (; o && jo(o) && Ot(o); )
845
+ o = Xt(o, t);
846
+ return o && ze(o) && Ot(o) && !Bt(o) ? n : o || Io(e) || n;
847
+ }
848
+ const Jo = async function(e) {
849
+ const t = this.getOffsetParent || po, n = this.getDimensions, o = await n(e.floating);
850
+ return {
851
+ reference: Uo(e.reference, await t(e.floating), e.strategy),
852
+ floating: {
853
+ x: 0,
854
+ y: 0,
855
+ width: o.width,
856
+ height: o.height
857
+ }
858
+ };
859
+ };
860
+ function Qo(e) {
861
+ return se(e).direction === "rtl";
862
+ }
863
+ const Zo = {
864
+ convertOffsetParentRelativeRectToViewportRelativeRect: Wo,
865
+ getDocumentElement: me,
866
+ getClippingRect: Xo,
867
+ getOffsetParent: po,
868
+ getElementRects: Jo,
869
+ getClientRects: zo,
870
+ getDimensions: Yo,
871
+ getScale: Me,
872
+ isElement: ie,
873
+ isRTL: Qo
874
+ };
875
+ function mo(e, t) {
876
+ return e.x === t.x && e.y === t.y && e.width === t.width && e.height === t.height;
877
+ }
878
+ function Go(e, t) {
879
+ let n = null, o;
880
+ const l = me(e);
881
+ function r() {
882
+ var s;
883
+ clearTimeout(o), (s = n) == null || s.disconnect(), n = null;
884
+ }
885
+ function i(s, c) {
886
+ s === void 0 && (s = !1), c === void 0 && (c = 1), r();
887
+ const a = e.getBoundingClientRect(), {
888
+ left: p,
889
+ top: d,
890
+ width: y,
891
+ height: f
892
+ } = a;
893
+ if (s || t(), !y || !f)
894
+ return;
895
+ const m = ht(d), g = ht(l.clientWidth - (p + y)), x = ht(l.clientHeight - (d + f)), w = ht(p), _ = {
896
+ rootMargin: -m + "px " + -g + "px " + -x + "px " + -w + "px",
897
+ threshold: Oe(0, Fe(1, c)) || 1
898
+ };
899
+ let R = !0;
900
+ function S(H) {
901
+ const C = H[0].intersectionRatio;
902
+ if (C !== c) {
903
+ if (!R)
904
+ return i();
905
+ C ? i(!1, C) : o = setTimeout(() => {
906
+ i(!1, 1e-7);
907
+ }, 1e3);
908
+ }
909
+ C === 1 && !mo(a, e.getBoundingClientRect()) && i(), R = !1;
910
+ }
911
+ try {
912
+ n = new IntersectionObserver(S, {
913
+ ..._,
914
+ // Handle <iframe>s
915
+ root: l.ownerDocument
916
+ });
917
+ } catch {
918
+ n = new IntersectionObserver(S, _);
919
+ }
920
+ n.observe(e);
921
+ }
922
+ return i(!0), r;
923
+ }
924
+ function en(e, t, n, o) {
925
+ o === void 0 && (o = {});
926
+ const {
927
+ ancestorScroll: l = !0,
928
+ ancestorResize: r = !0,
929
+ elementResize: i = typeof ResizeObserver == "function",
930
+ layoutShift: s = typeof IntersectionObserver == "function",
931
+ animationFrame: c = !1
932
+ } = o, a = It(e), p = l || r ? [...a ? rt(a) : [], ...rt(t)] : [];
933
+ p.forEach((w) => {
934
+ l && w.addEventListener("scroll", n, {
935
+ passive: !0
936
+ }), r && w.addEventListener("resize", n);
937
+ });
938
+ const d = a && s ? Go(a, n) : null;
939
+ let y = -1, f = null;
940
+ i && (f = new ResizeObserver((w) => {
941
+ let [A] = w;
942
+ A && A.target === a && f && (f.unobserve(t), cancelAnimationFrame(y), y = requestAnimationFrame(() => {
943
+ var _;
944
+ (_ = f) == null || _.observe(t);
945
+ })), n();
946
+ }), a && !c && f.observe(a), f.observe(t));
947
+ let m, g = c ? Te(e) : null;
948
+ c && x();
949
+ function x() {
950
+ const w = Te(e);
951
+ g && !mo(g, w) && n(), g = w, m = requestAnimationFrame(x);
952
+ }
953
+ return n(), () => {
954
+ var w;
955
+ p.forEach((A) => {
956
+ l && A.removeEventListener("scroll", n), r && A.removeEventListener("resize", n);
957
+ }), d?.(), (w = f) == null || w.disconnect(), f = null, c && cancelAnimationFrame(m);
958
+ };
959
+ }
960
+ const tn = $o, on = Bo, nn = Do, rn = No, Yt = (e, t, n) => {
961
+ const o = /* @__PURE__ */ new Map(), l = {
962
+ platform: Zo,
963
+ ...n
964
+ }, r = {
965
+ ...l.platform,
966
+ _c: o
967
+ };
968
+ return ko(e, t, {
969
+ ...l,
970
+ platform: r
971
+ });
972
+ };
973
+ var Rt = { exports: {} };
974
+ /*!
975
+ Copyright (c) 2018 Jed Watson.
976
+ Licensed under the MIT License (MIT), see
977
+ http://jedwatson.github.io/classnames
978
+ */
979
+ var Ut;
980
+ function ln() {
981
+ return Ut || (Ut = 1, function(e) {
982
+ (function() {
983
+ var t = {}.hasOwnProperty;
984
+ function n() {
985
+ for (var r = "", i = 0; i < arguments.length; i++) {
986
+ var s = arguments[i];
987
+ s && (r = l(r, o(s)));
988
+ }
989
+ return r;
990
+ }
991
+ function o(r) {
992
+ if (typeof r == "string" || typeof r == "number")
993
+ return r;
994
+ if (typeof r != "object")
995
+ return "";
996
+ if (Array.isArray(r))
997
+ return n.apply(null, r);
998
+ if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
999
+ return r.toString();
1000
+ var i = "";
1001
+ for (var s in r)
1002
+ t.call(r, s) && r[s] && (i = l(i, s));
1003
+ return i;
1004
+ }
1005
+ function l(r, i) {
1006
+ return i ? r ? r + " " + i : r + i : r;
1007
+ }
1008
+ e.exports ? (n.default = n, e.exports = n) : window.classNames = n;
1009
+ })();
1010
+ }(Rt)), Rt.exports;
1011
+ }
1012
+ var sn = ln();
1013
+ const Nt = /* @__PURE__ */ Ao(sn);
1014
+ /*
1015
+ * React Tooltip
1016
+ * {@link https://github.com/ReactTooltip/react-tooltip}
1017
+ * @copyright ReactTooltip Team
1018
+ * @license MIT
1019
+ */
1020
+ const cn = "react-tooltip-core-styles", an = "react-tooltip-base-styles", Jt = { core: !1, base: !1 };
1021
+ function Qt({ css: e, id: t = an, type: n = "base", ref: o }) {
1022
+ var l, r;
1023
+ if (!e || typeof document > "u" || Jt[n] || n === "core" && typeof process < "u" && (!((l = process == null ? void 0 : process.env) === null || l === void 0) && l.REACT_TOOLTIP_DISABLE_CORE_STYLES) || n !== "base" && typeof process < "u" && (!((r = process == null ? void 0 : process.env) === null || r === void 0) && r.REACT_TOOLTIP_DISABLE_BASE_STYLES)) return;
1024
+ n === "core" && (t = cn), o || (o = {});
1025
+ const { insertAt: i } = o;
1026
+ if (document.getElementById(t)) return;
1027
+ const s = document.head || document.getElementsByTagName("head")[0], c = document.createElement("style");
1028
+ c.id = t, c.type = "text/css", i === "top" && s.firstChild ? s.insertBefore(c, s.firstChild) : s.appendChild(c), c.styleSheet ? c.styleSheet.cssText = e : c.appendChild(document.createTextNode(e)), Jt[n] = !0;
1029
+ }
1030
+ const Zt = async ({ elementReference: e = null, tooltipReference: t = null, tooltipArrowReference: n = null, place: o = "top", offset: l = 10, strategy: r = "absolute", middlewares: i = [tn(Number(l)), nn({ fallbackAxisSideDirection: "start" }), on({ padding: 5 })], border: s }) => {
1031
+ if (!e) return { tooltipStyles: {}, tooltipArrowStyles: {}, place: o };
1032
+ if (t === null) return { tooltipStyles: {}, tooltipArrowStyles: {}, place: o };
1033
+ const c = i;
1034
+ return n ? (c.push(rn({ element: n, padding: 5 })), Yt(e, t, { placement: o, strategy: r, middleware: c }).then(({ x: a, y: p, placement: d, middlewareData: y }) => {
1035
+ var f, m;
1036
+ const g = { left: `${a}px`, top: `${p}px`, border: s }, { x, y: w } = (f = y.arrow) !== null && f !== void 0 ? f : { x: 0, y: 0 }, A = (m = { top: "bottom", right: "left", bottom: "top", left: "right" }[d.split("-")[0]]) !== null && m !== void 0 ? m : "bottom", _ = s && { borderBottom: s, borderRight: s };
1037
+ let R = 0;
1038
+ if (s) {
1039
+ const S = `${s}`.match(/(\d+)px/);
1040
+ R = S?.[1] ? Number(S[1]) : 1;
1041
+ }
1042
+ return { tooltipStyles: g, tooltipArrowStyles: { left: x != null ? `${x}px` : "", top: w != null ? `${w}px` : "", right: "", bottom: "", ..._, [A]: `-${4 + R}px` }, place: d };
1043
+ })) : Yt(e, t, { placement: "bottom", strategy: r, middleware: c }).then(({ x: a, y: p, placement: d }) => ({ tooltipStyles: { left: `${a}px`, top: `${p}px` }, tooltipArrowStyles: {}, place: d }));
1044
+ }, Gt = (e, t) => !("CSS" in window && "supports" in window.CSS) || window.CSS.supports(e, t), eo = (e, t, n) => {
1045
+ let o = null;
1046
+ const l = function(...r) {
1047
+ const i = () => {
1048
+ o = null;
1049
+ };
1050
+ !o && (e.apply(this, r), o = setTimeout(i, t));
1051
+ };
1052
+ return l.cancel = () => {
1053
+ o && (clearTimeout(o), o = null);
1054
+ }, l;
1055
+ }, to = (e) => e !== null && !Array.isArray(e) && typeof e == "object", Dt = (e, t) => {
1056
+ if (e === t) return !0;
1057
+ if (Array.isArray(e) && Array.isArray(t)) return e.length === t.length && e.every((l, r) => Dt(l, t[r]));
1058
+ if (Array.isArray(e) !== Array.isArray(t)) return !1;
1059
+ if (!to(e) || !to(t)) return e === t;
1060
+ const n = Object.keys(e), o = Object.keys(t);
1061
+ return n.length === o.length && n.every((l) => Dt(e[l], t[l]));
1062
+ }, un = (e) => {
1063
+ if (!(e instanceof HTMLElement || e instanceof SVGElement)) return !1;
1064
+ const t = getComputedStyle(e);
1065
+ return ["overflow", "overflow-x", "overflow-y"].some((n) => {
1066
+ const o = t.getPropertyValue(n);
1067
+ return o === "auto" || o === "scroll";
1068
+ });
1069
+ }, oo = (e) => {
1070
+ if (!e) return null;
1071
+ let t = e.parentElement;
1072
+ for (; t; ) {
1073
+ if (un(t)) return t;
1074
+ t = t.parentElement;
1075
+ }
1076
+ return document.scrollingElement || document.documentElement;
1077
+ }, fn = typeof window < "u" ? bo : L, oe = (e) => {
1078
+ e.current && (clearTimeout(e.current), e.current = null);
1079
+ }, dn = "DEFAULT_TOOLTIP_ID", pn = { anchorRefs: /* @__PURE__ */ new Set(), activeAnchor: { current: null }, attach: () => {
1080
+ }, detach: () => {
1081
+ }, setActiveAnchor: () => {
1082
+ } }, mn = go({ getTooltipData: () => pn });
1083
+ function ho(e = dn) {
1084
+ return wo(mn).getTooltipData(e);
1085
+ }
1086
+ var Ie = { tooltip: "core-styles-module_tooltip__3vRRp", fixed: "core-styles-module_fixed__pcSol", arrow: "core-styles-module_arrow__cvMwQ", noArrow: "core-styles-module_noArrow__xock6", clickable: "core-styles-module_clickable__ZuTTB", show: "core-styles-module_show__Nt9eE", closing: "core-styles-module_closing__sGnxF" }, Tt = { tooltip: "styles-module_tooltip__mnnfp", arrow: "styles-module_arrow__K0L3T", dark: "styles-module_dark__xNqje", light: "styles-module_light__Z6W-X", success: "styles-module_success__A2AKt", warning: "styles-module_warning__SCK0X", error: "styles-module_error__JvumD", info: "styles-module_info__BWdHW" };
1087
+ const hn = ({ forwardRef: e, id: t, className: n, classNameArrow: o, variant: l = "dark", anchorId: r, anchorSelect: i, place: s = "top", offset: c = 10, events: a = ["hover"], openOnClick: p = !1, positionStrategy: d = "absolute", middlewares: y, wrapper: f, delayShow: m = 0, delayHide: g = 0, float: x = !1, hidden: w = !1, noArrow: A = !1, clickable: _ = !1, closeOnEsc: R = !1, closeOnScroll: S = !1, closeOnResize: H = !1, openEvents: C, closeEvents: Q, globalCloseEvents: K, imperativeModeOnly: Z, style: ce, position: G, afterShow: ae, afterHide: T, disableTooltip: X, content: W, contentWrapperRef: I, isOpen: D, defaultIsOpen: z = !1, setIsOpen: he, activeAnchor: $, setActiveAnchor: Ce, border: ct, opacity: at, arrowColor: ut, role: _t = "tooltip" }) => {
1088
+ var qe;
1089
+ const V = le(null), Le = le(null), ne = le(null), ye = le(null), He = le(null), [ge, At] = j({ tooltipStyles: {}, tooltipArrowStyles: {}, place: s }), [Y, ft] = j(!1), [xe, _e] = j(!1), [N, Ke] = j(null), Xe = le(!1), Ye = le(null), { anchorRefs: Ue, setActiveAnchor: dt } = ho(t), ke = le(!1), [we, Je] = j([]), Ae = le(!1), Ne = p || a.includes("click"), Qe = Ne || C?.click || C?.dblclick || C?.mousedown, De = C ? { ...C } : { mouseover: !0, focus: !0, mouseenter: !1, click: !1, dblclick: !1, mousedown: !1 };
1090
+ !C && Ne && Object.assign(De, { mouseenter: !1, focus: !1, mouseover: !1, click: !0 });
1091
+ const Ze = Q ? { ...Q } : { mouseout: !0, blur: !0, mouseleave: !1, click: !1, dblclick: !1, mouseup: !1 };
1092
+ !Q && Ne && Object.assign(Ze, { mouseleave: !1, blur: !1, mouseout: !1 });
1093
+ const re = K ? { ...K } : { escape: R || !1, scroll: S || !1, resize: H || !1, clickOutsideAnchor: Qe || !1 };
1094
+ Z && (Object.assign(De, { mouseenter: !1, focus: !1, click: !1, dblclick: !1, mousedown: !1 }), Object.assign(Ze, { mouseleave: !1, blur: !1, click: !1, dblclick: !1, mouseup: !1 }), Object.assign(re, { escape: !1, scroll: !1, resize: !1, clickOutsideAnchor: !1 })), fn(() => (Ae.current = !0, () => {
1095
+ Ae.current = !1;
1096
+ }), []);
1097
+ const P = (u) => {
1098
+ Ae.current && (u && _e(!0), setTimeout(() => {
1099
+ Ae.current && (he?.(u), D === void 0 && ft(u));
1100
+ }, 10));
1101
+ };
1102
+ L(() => {
1103
+ if (D === void 0) return () => null;
1104
+ D && _e(!0);
1105
+ const u = setTimeout(() => {
1106
+ ft(D);
1107
+ }, 10);
1108
+ return () => {
1109
+ clearTimeout(u);
1110
+ };
1111
+ }, [D]), L(() => {
1112
+ if (Y !== Xe.current) if (oe(He), Xe.current = Y, Y) ae?.();
1113
+ else {
1114
+ const u = ((v) => {
1115
+ const b = v.match(/^([\d.]+)(ms|s)$/);
1116
+ if (!b) return 0;
1117
+ const [, B, F] = b;
1118
+ return Number(B) * (F === "ms" ? 1 : 1e3);
1119
+ })(getComputedStyle(document.body).getPropertyValue("--rt-transition-show-delay"));
1120
+ He.current = setTimeout(() => {
1121
+ _e(!1), Ke(null), T?.();
1122
+ }, u + 25);
1123
+ }
1124
+ }, [Y]);
1125
+ const pt = (u) => {
1126
+ At((v) => Dt(v, u) ? v : u);
1127
+ }, Ge = (u = m) => {
1128
+ oe(ne), xe ? P(!0) : ne.current = setTimeout(() => {
1129
+ P(!0);
1130
+ }, u);
1131
+ }, Pe = (u = g) => {
1132
+ oe(ye), ye.current = setTimeout(() => {
1133
+ ke.current || P(!1);
1134
+ }, u);
1135
+ }, et = (u) => {
1136
+ var v;
1137
+ if (!u) return;
1138
+ const b = (v = u.currentTarget) !== null && v !== void 0 ? v : u.target;
1139
+ if (!b?.isConnected) return Ce(null), void dt({ current: null });
1140
+ m ? Ge() : P(!0), Ce(b), dt({ current: b }), oe(ye);
1141
+ }, $e = () => {
1142
+ _ ? Pe(g || 100) : g ? Pe() : P(!1), oe(ne);
1143
+ }, Be = ({ x: u, y: v }) => {
1144
+ var b;
1145
+ const B = { getBoundingClientRect: () => ({ x: u, y: v, width: 0, height: 0, top: v, left: u, right: u, bottom: v }) };
1146
+ Zt({ place: (b = N?.place) !== null && b !== void 0 ? b : s, offset: c, elementReference: B, tooltipReference: V.current, tooltipArrowReference: Le.current, strategy: d, middlewares: y, border: ct }).then((F) => {
1147
+ pt(F);
1148
+ });
1149
+ }, je = (u) => {
1150
+ if (!u) return;
1151
+ const v = u, b = { x: v.clientX, y: v.clientY };
1152
+ Be(b), Ye.current = b;
1153
+ }, tt = (u) => {
1154
+ var v;
1155
+ if (!Y) return;
1156
+ const b = u.target;
1157
+ b.isConnected && (!((v = V.current) === null || v === void 0) && v.contains(b) || [document.querySelector(`[id='${r}']`), ...we].some((B) => B?.contains(b)) || (P(!1), oe(ne)));
1158
+ }, mt = eo(et, 50), M = eo($e, 50), ee = (u) => {
1159
+ M.cancel(), mt(u);
1160
+ }, h = () => {
1161
+ mt.cancel(), M();
1162
+ }, E = xo(() => {
1163
+ var u, v;
1164
+ const b = (u = N?.position) !== null && u !== void 0 ? u : G;
1165
+ b ? Be(b) : x ? Ye.current && Be(Ye.current) : $?.isConnected && Zt({ place: (v = N?.place) !== null && v !== void 0 ? v : s, offset: c, elementReference: $, tooltipReference: V.current, tooltipArrowReference: Le.current, strategy: d, middlewares: y, border: ct }).then((B) => {
1166
+ Ae.current && pt(B);
1167
+ });
1168
+ }, [Y, $, W, ce, s, N?.place, c, d, G, N?.position, x]);
1169
+ L(() => {
1170
+ var u, v;
1171
+ const b = new Set(Ue);
1172
+ we.forEach((O) => {
1173
+ X?.(O) || b.add({ current: O });
1174
+ });
1175
+ const B = document.querySelector(`[id='${r}']`);
1176
+ B && !X?.(B) && b.add({ current: B });
1177
+ const F = () => {
1178
+ P(!1);
1179
+ }, ue = oo($), fe = oo(V.current);
1180
+ re.scroll && (window.addEventListener("scroll", F), ue?.addEventListener("scroll", F), fe?.addEventListener("scroll", F));
1181
+ let q = null;
1182
+ re.resize ? window.addEventListener("resize", F) : $ && V.current && (q = en($, V.current, E, { ancestorResize: !0, elementResize: !0, layoutShift: !0 }));
1183
+ const te = (O) => {
1184
+ O.key === "Escape" && P(!1);
1185
+ };
1186
+ re.escape && window.addEventListener("keydown", te), re.clickOutsideAnchor && window.addEventListener("click", tt);
1187
+ const k = [], ot = (O) => {
1188
+ Y && O?.target === $ || et(O);
1189
+ }, vo = (O) => {
1190
+ Y && O?.target === $ && $e();
1191
+ }, Ft = ["mouseover", "mouseout", "mouseenter", "mouseleave", "focus", "blur"], Wt = ["click", "dblclick", "mousedown", "mouseup"];
1192
+ Object.entries(De).forEach(([O, ve]) => {
1193
+ ve && (Ft.includes(O) ? k.push({ event: O, listener: ee }) : Wt.includes(O) && k.push({ event: O, listener: ot }));
1194
+ }), Object.entries(Ze).forEach(([O, ve]) => {
1195
+ ve && (Ft.includes(O) ? k.push({ event: O, listener: h }) : Wt.includes(O) && k.push({ event: O, listener: vo }));
1196
+ }), x && k.push({ event: "pointermove", listener: je });
1197
+ const zt = () => {
1198
+ ke.current = !0;
1199
+ }, Vt = () => {
1200
+ ke.current = !1, $e();
1201
+ };
1202
+ return _ && !Qe && ((u = V.current) === null || u === void 0 || u.addEventListener("mouseenter", zt), (v = V.current) === null || v === void 0 || v.addEventListener("mouseleave", Vt)), k.forEach(({ event: O, listener: ve }) => {
1203
+ b.forEach((Et) => {
1204
+ var nt;
1205
+ (nt = Et.current) === null || nt === void 0 || nt.addEventListener(O, ve);
1206
+ });
1207
+ }), () => {
1208
+ var O, ve;
1209
+ re.scroll && (window.removeEventListener("scroll", F), ue?.removeEventListener("scroll", F), fe?.removeEventListener("scroll", F)), re.resize ? window.removeEventListener("resize", F) : q?.(), re.clickOutsideAnchor && window.removeEventListener("click", tt), re.escape && window.removeEventListener("keydown", te), _ && !Qe && ((O = V.current) === null || O === void 0 || O.removeEventListener("mouseenter", zt), (ve = V.current) === null || ve === void 0 || ve.removeEventListener("mouseleave", Vt)), k.forEach(({ event: Et, listener: nt }) => {
1210
+ b.forEach((yo) => {
1211
+ var St;
1212
+ (St = yo.current) === null || St === void 0 || St.removeEventListener(Et, nt);
1213
+ });
1214
+ });
1215
+ };
1216
+ }, [$, E, xe, Ue, we, C, Q, K, Ne, m, g]), L(() => {
1217
+ var u, v;
1218
+ let b = (v = (u = N?.anchorSelect) !== null && u !== void 0 ? u : i) !== null && v !== void 0 ? v : "";
1219
+ !b && t && (b = `[data-tooltip-id='${t.replace(/'/g, "\\'")}']`);
1220
+ const B = new MutationObserver((F) => {
1221
+ const ue = [], fe = [];
1222
+ F.forEach((q) => {
1223
+ if (q.type === "attributes" && q.attributeName === "data-tooltip-id" && (q.target.getAttribute("data-tooltip-id") === t ? ue.push(q.target) : q.oldValue === t && fe.push(q.target)), q.type === "childList") {
1224
+ if ($) {
1225
+ const te = [...q.removedNodes].filter((k) => k.nodeType === 1);
1226
+ if (b) try {
1227
+ fe.push(...te.filter((k) => k.matches(b))), fe.push(...te.flatMap((k) => [...k.querySelectorAll(b)]));
1228
+ } catch {
1229
+ }
1230
+ te.some((k) => {
1231
+ var ot;
1232
+ return !!(!((ot = k?.contains) === null || ot === void 0) && ot.call(k, $)) && (_e(!1), P(!1), Ce(null), oe(ne), oe(ye), !0);
1233
+ });
1234
+ }
1235
+ if (b) try {
1236
+ const te = [...q.addedNodes].filter((k) => k.nodeType === 1);
1237
+ ue.push(...te.filter((k) => k.matches(b))), ue.push(...te.flatMap((k) => [...k.querySelectorAll(b)]));
1238
+ } catch {
1239
+ }
1240
+ }
1241
+ }), (ue.length || fe.length) && Je((q) => [...q.filter((te) => !fe.includes(te)), ...ue]);
1242
+ });
1243
+ return B.observe(document.body, { childList: !0, subtree: !0, attributes: !0, attributeFilter: ["data-tooltip-id"], attributeOldValue: !0 }), () => {
1244
+ B.disconnect();
1245
+ };
1246
+ }, [t, i, N?.anchorSelect, $]), L(() => {
1247
+ E();
1248
+ }, [E]), L(() => {
1249
+ if (!I?.current) return () => null;
1250
+ const u = new ResizeObserver(() => {
1251
+ setTimeout(() => E());
1252
+ });
1253
+ return u.observe(I.current), () => {
1254
+ u.disconnect();
1255
+ };
1256
+ }, [W, I?.current]), L(() => {
1257
+ var u;
1258
+ const v = document.querySelector(`[id='${r}']`), b = [...we, v];
1259
+ $ && b.includes($) || Ce((u = we[0]) !== null && u !== void 0 ? u : v);
1260
+ }, [r, we, $]), L(() => (z && P(!0), () => {
1261
+ oe(ne), oe(ye);
1262
+ }), []), L(() => {
1263
+ var u;
1264
+ let v = (u = N?.anchorSelect) !== null && u !== void 0 ? u : i;
1265
+ if (!v && t && (v = `[data-tooltip-id='${t.replace(/'/g, "\\'")}']`), v) try {
1266
+ const b = Array.from(document.querySelectorAll(v));
1267
+ Je(b);
1268
+ } catch {
1269
+ Je([]);
1270
+ }
1271
+ }, [t, i, N?.anchorSelect]), L(() => {
1272
+ ne.current && (oe(ne), Ge(m));
1273
+ }, [m]);
1274
+ const U = (qe = N?.content) !== null && qe !== void 0 ? qe : W, Ee = Y && Object.keys(ge.tooltipStyles).length > 0;
1275
+ return _o(e, () => ({ open: (u) => {
1276
+ if (u?.anchorSelect) try {
1277
+ document.querySelector(u.anchorSelect);
1278
+ } catch {
1279
+ return void console.warn(`[react-tooltip] "${u.anchorSelect}" is not a valid CSS selector`);
1280
+ }
1281
+ Ke(u ?? null), u?.delay ? Ge(u.delay) : P(!0);
1282
+ }, close: (u) => {
1283
+ u?.delay ? Pe(u.delay) : P(!1);
1284
+ }, activeAnchor: $, place: ge.place, isOpen: !!(xe && !w && U && Ee) })), xe && !w && U ? Se.createElement(f, { id: t, role: _t, className: Nt("react-tooltip", Ie.tooltip, Tt.tooltip, Tt[l], n, `react-tooltip__place-${ge.place}`, Ie[Ee ? "show" : "closing"], Ee ? "react-tooltip__show" : "react-tooltip__closing", d === "fixed" && Ie.fixed, _ && Ie.clickable), onTransitionEnd: (u) => {
1285
+ oe(He), Y || u.propertyName !== "opacity" || (_e(!1), Ke(null), T?.());
1286
+ }, style: { ...ce, ...ge.tooltipStyles, opacity: at !== void 0 && Ee ? at : void 0 }, ref: V }, U, Se.createElement(f, { className: Nt("react-tooltip-arrow", Ie.arrow, Tt.arrow, o, A && Ie.noArrow), style: { ...ge.tooltipArrowStyles, background: ut ? `linear-gradient(to right bottom, transparent 50%, ${ut} 50%)` : void 0 }, ref: Le })) : null;
1287
+ }, vn = ({ content: e }) => Se.createElement("span", { dangerouslySetInnerHTML: { __html: e } }), wn = Se.forwardRef(({ id: e, anchorId: t, anchorSelect: n, content: o, html: l, render: r, className: i, classNameArrow: s, variant: c = "dark", place: a = "top", offset: p = 10, wrapper: d = "div", children: y = null, events: f = ["hover"], openOnClick: m = !1, positionStrategy: g = "absolute", middlewares: x, delayShow: w = 0, delayHide: A = 0, float: _ = !1, hidden: R = !1, noArrow: S = !1, clickable: H = !1, closeOnEsc: C = !1, closeOnScroll: Q = !1, closeOnResize: K = !1, openEvents: Z, closeEvents: ce, globalCloseEvents: G, imperativeModeOnly: ae = !1, style: T, position: X, isOpen: W, defaultIsOpen: I = !1, disableStyleInjection: D = !1, border: z, opacity: he, arrowColor: $, setIsOpen: Ce, afterShow: ct, afterHide: at, disableTooltip: ut, role: _t = "tooltip" }, qe) => {
1288
+ const [V, Le] = j(o), [ne, ye] = j(l), [He, ge] = j(a), [At, Y] = j(c), [ft, xe] = j(p), [_e, N] = j(w), [Ke, Xe] = j(A), [Ye, Ue] = j(_), [dt, ke] = j(R), [we, Je] = j(d), [Ae, Ne] = j(f), [Qe, De] = j(g), [Ze, re] = j(null), [P, pt] = j(null), Ge = le(D), { anchorRefs: Pe, activeAnchor: et } = ho(e), $e = (M) => M?.getAttributeNames().reduce((ee, h) => {
1289
+ var E;
1290
+ return h.startsWith("data-tooltip-") && (ee[h.replace(/^data-tooltip-/, "")] = (E = M?.getAttribute(h)) !== null && E !== void 0 ? E : null), ee;
1291
+ }, {}), Be = (M) => {
1292
+ const ee = { place: (h) => {
1293
+ var E;
1294
+ ge((E = h) !== null && E !== void 0 ? E : a);
1295
+ }, content: (h) => {
1296
+ Le(h ?? o);
1297
+ }, html: (h) => {
1298
+ ye(h ?? l);
1299
+ }, variant: (h) => {
1300
+ var E;
1301
+ Y((E = h) !== null && E !== void 0 ? E : c);
1302
+ }, offset: (h) => {
1303
+ xe(h === null ? p : Number(h));
1304
+ }, wrapper: (h) => {
1305
+ var E;
1306
+ Je((E = h) !== null && E !== void 0 ? E : d);
1307
+ }, events: (h) => {
1308
+ const E = h?.split(" ");
1309
+ Ne(E ?? f);
1310
+ }, "position-strategy": (h) => {
1311
+ var E;
1312
+ De((E = h) !== null && E !== void 0 ? E : g);
1313
+ }, "delay-show": (h) => {
1314
+ N(h === null ? w : Number(h));
1315
+ }, "delay-hide": (h) => {
1316
+ Xe(h === null ? A : Number(h));
1317
+ }, float: (h) => {
1318
+ Ue(h === null ? _ : h === "true");
1319
+ }, hidden: (h) => {
1320
+ ke(h === null ? R : h === "true");
1321
+ }, "class-name": (h) => {
1322
+ re(h);
1323
+ } };
1324
+ Object.values(ee).forEach((h) => h(null)), Object.entries(M).forEach(([h, E]) => {
1325
+ var U;
1326
+ (U = ee[h]) === null || U === void 0 || U.call(ee, E);
1327
+ });
1328
+ };
1329
+ L(() => {
1330
+ Le(o);
1331
+ }, [o]), L(() => {
1332
+ ye(l);
1333
+ }, [l]), L(() => {
1334
+ ge(a);
1335
+ }, [a]), L(() => {
1336
+ Y(c);
1337
+ }, [c]), L(() => {
1338
+ xe(p);
1339
+ }, [p]), L(() => {
1340
+ N(w);
1341
+ }, [w]), L(() => {
1342
+ Xe(A);
1343
+ }, [A]), L(() => {
1344
+ Ue(_);
1345
+ }, [_]), L(() => {
1346
+ ke(R);
1347
+ }, [R]), L(() => {
1348
+ De(g);
1349
+ }, [g]), L(() => {
1350
+ Ge.current !== D && console.warn("[react-tooltip] Do not change `disableStyleInjection` dynamically.");
1351
+ }, [D]), L(() => {
1352
+ typeof window < "u" && window.dispatchEvent(new CustomEvent("react-tooltip-inject-styles", { detail: { disableCore: D === "core", disableBase: D } }));
1353
+ }, []), L(() => {
1354
+ var M;
1355
+ const ee = new Set(Pe);
1356
+ let h = n;
1357
+ if (!h && e && (h = `[data-tooltip-id='${e.replace(/'/g, "\\'")}']`), h) try {
1358
+ document.querySelectorAll(h).forEach((v) => {
1359
+ ee.add({ current: v });
1360
+ });
1361
+ } catch {
1362
+ console.warn(`[react-tooltip] "${h}" is not a valid CSS selector`);
1363
+ }
1364
+ const E = document.querySelector(`[id='${t}']`);
1365
+ if (E && ee.add({ current: E }), !ee.size) return () => null;
1366
+ const U = (M = P ?? E) !== null && M !== void 0 ? M : et.current, Ee = new MutationObserver((v) => {
1367
+ v.forEach((b) => {
1368
+ var B;
1369
+ if (!U || b.type !== "attributes" || !(!((B = b.attributeName) === null || B === void 0) && B.startsWith("data-tooltip-"))) return;
1370
+ const F = $e(U);
1371
+ Be(F);
1372
+ });
1373
+ }), u = { attributes: !0, childList: !1, subtree: !1 };
1374
+ if (U) {
1375
+ const v = $e(U);
1376
+ Be(v), Ee.observe(U, u);
1377
+ }
1378
+ return () => {
1379
+ Ee.disconnect();
1380
+ };
1381
+ }, [Pe, et, P, t, n]), L(() => {
1382
+ T?.border && console.warn("[react-tooltip] Do not set `style.border`. Use `border` prop instead."), z && !Gt("border", `${z}`) && console.warn(`[react-tooltip] "${z}" is not a valid \`border\`.`), T?.opacity && console.warn("[react-tooltip] Do not set `style.opacity`. Use `opacity` prop instead."), he && !Gt("opacity", `${he}`) && console.warn(`[react-tooltip] "${he}" is not a valid \`opacity\`.`);
1383
+ }, []);
1384
+ let je = y;
1385
+ const tt = le(null);
1386
+ if (r) {
1387
+ const M = r({ content: P?.getAttribute("data-tooltip-content") || V || null, activeAnchor: P });
1388
+ je = M ? Se.createElement("div", { ref: tt, className: "react-tooltip-content-wrapper" }, M) : null;
1389
+ } else V && (je = V);
1390
+ ne && (je = Se.createElement(vn, { content: ne }));
1391
+ const mt = { forwardRef: qe, id: e, anchorId: t, anchorSelect: n, className: Nt(i, Ze), classNameArrow: s, content: je, contentWrapperRef: tt, place: He, variant: At, offset: ft, wrapper: we, events: Ae, openOnClick: m, positionStrategy: Qe, middlewares: x, delayShow: _e, delayHide: Ke, float: Ye, hidden: dt, noArrow: S, clickable: H, closeOnEsc: C, closeOnScroll: Q, closeOnResize: K, openEvents: Z, closeEvents: ce, globalCloseEvents: G, imperativeModeOnly: ae, style: T, position: X, isOpen: W, defaultIsOpen: I, border: z, opacity: he, arrowColor: $, setIsOpen: Ce, afterShow: ct, afterHide: at, disableTooltip: ut, activeAnchor: P, setActiveAnchor: (M) => pt(M), role: _t };
1392
+ return Se.createElement(hn, { ...mt });
1393
+ });
1394
+ typeof window < "u" && window.addEventListener("react-tooltip-inject-styles", (e) => {
1395
+ e.detail.disableCore || Qt({ css: ":root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{position:absolute;top:0;left:0;pointer-events:none;opacity:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{position:absolute;background:inherit}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay)ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay)ease-in}", type: "core" }), e.detail.disableBase || Qt({ css: `
1396
+ .styles-module_tooltip__mnnfp{padding:8px 16px;border-radius:3px;font-size:90%;width:max-content}.styles-module_arrow__K0L3T{width:8px;height:8px}[class*='react-tooltip__place-top']>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*='react-tooltip__place-right']>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*='react-tooltip__place-bottom']>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*='react-tooltip__place-left']>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}`, type: "base" });
1397
+ });
1398
+ export {
1399
+ wn as M
1400
+ };