stone-kit 0.0.1073 → 0.0.1075
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/README.md +88 -88
- package/dist/FilterWithSave-DfzlSC-v.js +2718 -0
- package/dist/components/Button/ui/Button.types.d.ts +1 -0
- package/dist/components/Button/ui/Button.types.js +4 -3
- package/dist/components/CheckBoxNew/CheckBoxNew.js +5 -5
- package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +1 -1
- package/dist/components/CommercialLotCard/CommercialLotCard.js +10 -81
- package/dist/components/CommercialLotCard/components/PaymentLink/PaymentLink.js +4 -4
- package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +27 -98
- package/dist/components/CommercialLotCard/components/Tags/Tags.js +1 -1
- package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +2 -0
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +26 -54
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +7 -323
- package/dist/components/FormModal/ui/ModalForm.js +29 -1516
- package/dist/components/Icons/TooltipIcon.d.ts +2 -0
- package/dist/components/Icons/TooltipIcon.js +29 -0
- package/dist/components/Logo/ui/Logo.js +6 -6
- package/dist/components/LotCard/hooks/useLotCard.js +24 -6
- package/dist/components/LotCard/index.js +2 -2
- package/dist/components/LotCard/ui/LotCard.d.ts +1 -1
- package/dist/components/LotCard/ui/LotCard.js +12 -240
- package/dist/components/LotCard/ui/LotCard.types.d.ts +2 -0
- package/dist/components/ModalSuccess/ModalSuccess.js +1 -1
- package/dist/components/RoundButton/ui/RoundButton.js +1 -1
- package/dist/components/Select/ui/Category.js +2 -2
- package/dist/components/Select/ui/Option.js +2 -2
- package/dist/components/Select/ui/Select.js +2 -2
- package/dist/components/SliderNavigation/ui/SliderNavigation.js +6 -6
- package/dist/components/SortSelect/index.js +1 -1
- package/dist/components/SortSelect/ui/SortSelect.js +26 -108
- package/dist/components/SummarySelect/ui/SummarySelect.js +1 -1
- package/dist/components/TabSelect/ui/TabSelect.js +4 -4
- package/dist/components/TabSwitcher/index.js +2 -2
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +26 -121
- package/dist/components/Tooltip/Tooltip.d.ts +11 -0
- package/dist/components/Tooltip/Tooltip.js +1945 -0
- package/dist/layout/components/Header/Header.js +65 -44
- package/dist/layout/components/Menu.js +37 -15
- package/dist/main.js +65 -70
- package/dist/pages/ButtonsPage/Buttons.js +61 -44
- package/dist/pages/FormsPage/FormsPage.js +42 -22
- package/dist/pages/IconsPage/IconsPage.js +31 -9
- package/dist/pages/InputPage/InputPage.js +32 -10
- package/dist/pages/LogoPage/LogoPage.js +36 -13
- package/dist/pages/LotsPage/LotsPage.js +24 -24
- package/dist/pages/ModalsPage/ModalPage.js +66 -46
- package/dist/pages/SelectPage/SelectPage.js +40 -41
- package/dist/pages/TabsPage/TabsPage.js +1 -1
- package/dist/pages/TagsPage/TagsPage.js +44 -23
- package/dist/stone-kit.css +1 -1
- package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +1 -1
- package/dist/stories/shared/ui/Button/Button.stories.js +4 -4
- package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +1 -1
- package/dist/stories/shared/ui/FormModal/FormModal.stories.js +7 -7
- package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +1 -1
- package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +1 -1
- package/dist/stories/shared/ui/Tag/Tag.stories.js +4 -4
- package/package.json +2 -1
- package/dist/useLotCard-D-gK4J_o.js +0 -186
- package/dist/{Option-DmDx_xOt.js → Option-DdjBe9yb.js} +1 -1
|
@@ -0,0 +1,1945 @@
|
|
|
1
|
+
import { jsx as nt } from "react/jsx-runtime";
|
|
2
|
+
import { c as Rt } from "../../index-YnD2EP-S.js";
|
|
3
|
+
import gt, { forwardRef as Mn, cloneElement as nn, useState as ft, useLayoutEffect as $n, useEffect as Bn, useRef as kn } from "react";
|
|
4
|
+
import { createPortal as Vn } from "react-dom";
|
|
5
|
+
import { TooltipIcon as In } from "../Icons/TooltipIcon.js";
|
|
6
|
+
var _ = "top", G = "bottom", K = "right", F = "left", Tt = "auto", Ue = [_, G, K, F], Ae = "start", Ve = "end", Hn = "clippingParents", rn = "viewport", Me = "popper", Wn = "reference", Mt = /* @__PURE__ */ Ue.reduce(function(e, t) {
|
|
7
|
+
return e.concat([t + "-" + Ae, t + "-" + Ve]);
|
|
8
|
+
}, []), on = /* @__PURE__ */ [].concat(Ue, [Tt]).reduce(function(e, t) {
|
|
9
|
+
return e.concat([t, t + "-" + Ae, t + "-" + Ve]);
|
|
10
|
+
}, []), Un = "beforeRead", _n = "read", Fn = "afterRead", qn = "beforeMain", zn = "main", Yn = "afterMain", Xn = "beforeWrite", Gn = "write", Kn = "afterWrite", Jn = [Un, _n, Fn, qn, zn, Yn, Xn, Gn, Kn];
|
|
11
|
+
function te(e) {
|
|
12
|
+
return e ? (e.nodeName || "").toLowerCase() : null;
|
|
13
|
+
}
|
|
14
|
+
function z(e) {
|
|
15
|
+
if (e == null)
|
|
16
|
+
return window;
|
|
17
|
+
if (e.toString() !== "[object Window]") {
|
|
18
|
+
var t = e.ownerDocument;
|
|
19
|
+
return t && t.defaultView || window;
|
|
20
|
+
}
|
|
21
|
+
return e;
|
|
22
|
+
}
|
|
23
|
+
function ge(e) {
|
|
24
|
+
var t = z(e).Element;
|
|
25
|
+
return e instanceof t || e instanceof Element;
|
|
26
|
+
}
|
|
27
|
+
function X(e) {
|
|
28
|
+
var t = z(e).HTMLElement;
|
|
29
|
+
return e instanceof t || e instanceof HTMLElement;
|
|
30
|
+
}
|
|
31
|
+
function At(e) {
|
|
32
|
+
if (typeof ShadowRoot > "u")
|
|
33
|
+
return !1;
|
|
34
|
+
var t = z(e).ShadowRoot;
|
|
35
|
+
return e instanceof t || e instanceof ShadowRoot;
|
|
36
|
+
}
|
|
37
|
+
function Qn(e) {
|
|
38
|
+
var t = e.state;
|
|
39
|
+
Object.keys(t.elements).forEach(function(n) {
|
|
40
|
+
var r = t.styles[n] || {}, o = t.attributes[n] || {}, a = t.elements[n];
|
|
41
|
+
!X(a) || !te(a) || (Object.assign(a.style, r), Object.keys(o).forEach(function(c) {
|
|
42
|
+
var p = o[c];
|
|
43
|
+
p === !1 ? a.removeAttribute(c) : a.setAttribute(c, p === !0 ? "" : p);
|
|
44
|
+
}));
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
function Zn(e) {
|
|
48
|
+
var t = e.state, n = {
|
|
49
|
+
popper: {
|
|
50
|
+
position: t.options.strategy,
|
|
51
|
+
left: "0",
|
|
52
|
+
top: "0",
|
|
53
|
+
margin: "0"
|
|
54
|
+
},
|
|
55
|
+
arrow: {
|
|
56
|
+
position: "absolute"
|
|
57
|
+
},
|
|
58
|
+
reference: {}
|
|
59
|
+
};
|
|
60
|
+
return Object.assign(t.elements.popper.style, n.popper), t.styles = n, t.elements.arrow && Object.assign(t.elements.arrow.style, n.arrow), function() {
|
|
61
|
+
Object.keys(t.elements).forEach(function(r) {
|
|
62
|
+
var o = t.elements[r], a = t.attributes[r] || {}, c = Object.keys(t.styles.hasOwnProperty(r) ? t.styles[r] : n[r]), p = c.reduce(function(u, l) {
|
|
63
|
+
return u[l] = "", u;
|
|
64
|
+
}, {});
|
|
65
|
+
!X(o) || !te(o) || (Object.assign(o.style, p), Object.keys(a).forEach(function(u) {
|
|
66
|
+
o.removeAttribute(u);
|
|
67
|
+
}));
|
|
68
|
+
});
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
const an = {
|
|
72
|
+
name: "applyStyles",
|
|
73
|
+
enabled: !0,
|
|
74
|
+
phase: "write",
|
|
75
|
+
fn: Qn,
|
|
76
|
+
effect: Zn,
|
|
77
|
+
requires: ["computeStyles"]
|
|
78
|
+
};
|
|
79
|
+
function ee(e) {
|
|
80
|
+
return e.split("-")[0];
|
|
81
|
+
}
|
|
82
|
+
var he = Math.max, at = Math.min, De = Math.round;
|
|
83
|
+
function yt() {
|
|
84
|
+
var e = navigator.userAgentData;
|
|
85
|
+
return e != null && e.brands && Array.isArray(e.brands) ? e.brands.map(function(t) {
|
|
86
|
+
return t.brand + "/" + t.version;
|
|
87
|
+
}).join(" ") : navigator.userAgent;
|
|
88
|
+
}
|
|
89
|
+
function sn() {
|
|
90
|
+
return !/^((?!chrome|android).)*safari/i.test(yt());
|
|
91
|
+
}
|
|
92
|
+
function Ce(e, t, n) {
|
|
93
|
+
t === void 0 && (t = !1), n === void 0 && (n = !1);
|
|
94
|
+
var r = e.getBoundingClientRect(), o = 1, a = 1;
|
|
95
|
+
t && X(e) && (o = e.offsetWidth > 0 && De(r.width) / e.offsetWidth || 1, a = e.offsetHeight > 0 && De(r.height) / e.offsetHeight || 1);
|
|
96
|
+
var c = ge(e) ? z(e) : window, p = c.visualViewport, u = !sn() && n, l = (r.left + (u && p ? p.offsetLeft : 0)) / o, f = (r.top + (u && p ? p.offsetTop : 0)) / a, b = r.width / o, E = r.height / a;
|
|
97
|
+
return {
|
|
98
|
+
width: b,
|
|
99
|
+
height: E,
|
|
100
|
+
top: f,
|
|
101
|
+
right: l + b,
|
|
102
|
+
bottom: f + E,
|
|
103
|
+
left: l,
|
|
104
|
+
x: l,
|
|
105
|
+
y: f
|
|
106
|
+
};
|
|
107
|
+
}
|
|
108
|
+
function Dt(e) {
|
|
109
|
+
var t = Ce(e), n = e.offsetWidth, r = e.offsetHeight;
|
|
110
|
+
return Math.abs(t.width - n) <= 1 && (n = t.width), Math.abs(t.height - r) <= 1 && (r = t.height), {
|
|
111
|
+
x: e.offsetLeft,
|
|
112
|
+
y: e.offsetTop,
|
|
113
|
+
width: n,
|
|
114
|
+
height: r
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
function un(e, t) {
|
|
118
|
+
var n = t.getRootNode && t.getRootNode();
|
|
119
|
+
if (e.contains(t))
|
|
120
|
+
return !0;
|
|
121
|
+
if (n && At(n)) {
|
|
122
|
+
var r = t;
|
|
123
|
+
do {
|
|
124
|
+
if (r && e.isSameNode(r))
|
|
125
|
+
return !0;
|
|
126
|
+
r = r.parentNode || r.host;
|
|
127
|
+
} while (r);
|
|
128
|
+
}
|
|
129
|
+
return !1;
|
|
130
|
+
}
|
|
131
|
+
function se(e) {
|
|
132
|
+
return z(e).getComputedStyle(e);
|
|
133
|
+
}
|
|
134
|
+
function er(e) {
|
|
135
|
+
return ["table", "td", "th"].indexOf(te(e)) >= 0;
|
|
136
|
+
}
|
|
137
|
+
function pe(e) {
|
|
138
|
+
return ((ge(e) ? e.ownerDocument : (
|
|
139
|
+
// $FlowFixMe[prop-missing]
|
|
140
|
+
e.document
|
|
141
|
+
)) || window.document).documentElement;
|
|
142
|
+
}
|
|
143
|
+
function ut(e) {
|
|
144
|
+
return te(e) === "html" ? e : (
|
|
145
|
+
// this is a quicker (but less type safe) way to save quite some bytes from the bundle
|
|
146
|
+
// $FlowFixMe[incompatible-return]
|
|
147
|
+
// $FlowFixMe[prop-missing]
|
|
148
|
+
e.assignedSlot || // step into the shadow DOM of the parent of a slotted node
|
|
149
|
+
e.parentNode || // DOM Element detected
|
|
150
|
+
(At(e) ? e.host : null) || // ShadowRoot detected
|
|
151
|
+
// $FlowFixMe[incompatible-call]: HTMLElement is a Node
|
|
152
|
+
pe(e)
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
function $t(e) {
|
|
156
|
+
return !X(e) || // https://github.com/popperjs/popper-core/issues/837
|
|
157
|
+
se(e).position === "fixed" ? null : e.offsetParent;
|
|
158
|
+
}
|
|
159
|
+
function tr(e) {
|
|
160
|
+
var t = /firefox/i.test(yt()), n = /Trident/i.test(yt());
|
|
161
|
+
if (n && X(e)) {
|
|
162
|
+
var r = se(e);
|
|
163
|
+
if (r.position === "fixed")
|
|
164
|
+
return null;
|
|
165
|
+
}
|
|
166
|
+
var o = ut(e);
|
|
167
|
+
for (At(o) && (o = o.host); X(o) && ["html", "body"].indexOf(te(o)) < 0; ) {
|
|
168
|
+
var a = se(o);
|
|
169
|
+
if (a.transform !== "none" || a.perspective !== "none" || a.contain === "paint" || ["transform", "perspective"].indexOf(a.willChange) !== -1 || t && a.willChange === "filter" || t && a.filter && a.filter !== "none")
|
|
170
|
+
return o;
|
|
171
|
+
o = o.parentNode;
|
|
172
|
+
}
|
|
173
|
+
return null;
|
|
174
|
+
}
|
|
175
|
+
function _e(e) {
|
|
176
|
+
for (var t = z(e), n = $t(e); n && er(n) && se(n).position === "static"; )
|
|
177
|
+
n = $t(n);
|
|
178
|
+
return n && (te(n) === "html" || te(n) === "body" && se(n).position === "static") ? t : n || tr(e) || t;
|
|
179
|
+
}
|
|
180
|
+
function Ct(e) {
|
|
181
|
+
return ["top", "bottom"].indexOf(e) >= 0 ? "x" : "y";
|
|
182
|
+
}
|
|
183
|
+
function $e(e, t, n) {
|
|
184
|
+
return he(e, at(t, n));
|
|
185
|
+
}
|
|
186
|
+
function nr(e, t, n) {
|
|
187
|
+
var r = $e(e, t, n);
|
|
188
|
+
return r > n ? n : r;
|
|
189
|
+
}
|
|
190
|
+
function cn() {
|
|
191
|
+
return {
|
|
192
|
+
top: 0,
|
|
193
|
+
right: 0,
|
|
194
|
+
bottom: 0,
|
|
195
|
+
left: 0
|
|
196
|
+
};
|
|
197
|
+
}
|
|
198
|
+
function pn(e) {
|
|
199
|
+
return Object.assign({}, cn(), e);
|
|
200
|
+
}
|
|
201
|
+
function fn(e, t) {
|
|
202
|
+
return t.reduce(function(n, r) {
|
|
203
|
+
return n[r] = e, n;
|
|
204
|
+
}, {});
|
|
205
|
+
}
|
|
206
|
+
var rr = function(t, n) {
|
|
207
|
+
return t = typeof t == "function" ? t(Object.assign({}, n.rects, {
|
|
208
|
+
placement: n.placement
|
|
209
|
+
})) : t, pn(typeof t != "number" ? t : fn(t, Ue));
|
|
210
|
+
};
|
|
211
|
+
function ir(e) {
|
|
212
|
+
var t, n = e.state, r = e.name, o = e.options, a = n.elements.arrow, c = n.modifiersData.popperOffsets, p = ee(n.placement), u = Ct(p), l = [F, K].indexOf(p) >= 0, f = l ? "height" : "width";
|
|
213
|
+
if (!(!a || !c)) {
|
|
214
|
+
var b = rr(o.padding, n), E = Dt(a), m = u === "y" ? _ : F, w = u === "y" ? G : K, g = n.rects.reference[f] + n.rects.reference[u] - c[u] - n.rects.popper[f], y = c[u] - n.rects.reference[u], D = _e(a), S = D ? u === "y" ? D.clientHeight || 0 : D.clientWidth || 0 : 0, N = g / 2 - y / 2, i = b[m], x = S - E[f] - b[w], d = S / 2 - E[f] / 2 + N, P = $e(i, d, x), B = u;
|
|
215
|
+
n.modifiersData[r] = (t = {}, t[B] = P, t.centerOffset = P - d, t);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
function or(e) {
|
|
219
|
+
var t = e.state, n = e.options, r = n.element, o = r === void 0 ? "[data-popper-arrow]" : r;
|
|
220
|
+
o != null && (typeof o == "string" && (o = t.elements.popper.querySelector(o), !o) || un(t.elements.popper, o) && (t.elements.arrow = o));
|
|
221
|
+
}
|
|
222
|
+
const ar = {
|
|
223
|
+
name: "arrow",
|
|
224
|
+
enabled: !0,
|
|
225
|
+
phase: "main",
|
|
226
|
+
fn: ir,
|
|
227
|
+
effect: or,
|
|
228
|
+
requires: ["popperOffsets"],
|
|
229
|
+
requiresIfExists: ["preventOverflow"]
|
|
230
|
+
};
|
|
231
|
+
function je(e) {
|
|
232
|
+
return e.split("-")[1];
|
|
233
|
+
}
|
|
234
|
+
var sr = {
|
|
235
|
+
top: "auto",
|
|
236
|
+
right: "auto",
|
|
237
|
+
bottom: "auto",
|
|
238
|
+
left: "auto"
|
|
239
|
+
};
|
|
240
|
+
function ur(e, t) {
|
|
241
|
+
var n = e.x, r = e.y, o = t.devicePixelRatio || 1;
|
|
242
|
+
return {
|
|
243
|
+
x: De(n * o) / o || 0,
|
|
244
|
+
y: De(r * o) / o || 0
|
|
245
|
+
};
|
|
246
|
+
}
|
|
247
|
+
function Bt(e) {
|
|
248
|
+
var t, n = e.popper, r = e.popperRect, o = e.placement, a = e.variation, c = e.offsets, p = e.position, u = e.gpuAcceleration, l = e.adaptive, f = e.roundOffsets, b = e.isFixed, E = c.x, m = E === void 0 ? 0 : E, w = c.y, g = w === void 0 ? 0 : w, y = typeof f == "function" ? f({
|
|
249
|
+
x: m,
|
|
250
|
+
y: g
|
|
251
|
+
}) : {
|
|
252
|
+
x: m,
|
|
253
|
+
y: g
|
|
254
|
+
};
|
|
255
|
+
m = y.x, g = y.y;
|
|
256
|
+
var D = c.hasOwnProperty("x"), S = c.hasOwnProperty("y"), N = F, i = _, x = window;
|
|
257
|
+
if (l) {
|
|
258
|
+
var d = _e(n), P = "clientHeight", B = "clientWidth";
|
|
259
|
+
if (d === z(n) && (d = pe(n), se(d).position !== "static" && p === "absolute" && (P = "scrollHeight", B = "scrollWidth")), d = d, o === _ || (o === F || o === K) && a === Ve) {
|
|
260
|
+
i = G;
|
|
261
|
+
var A = b && d === x && x.visualViewport ? x.visualViewport.height : (
|
|
262
|
+
// $FlowFixMe[prop-missing]
|
|
263
|
+
d[P]
|
|
264
|
+
);
|
|
265
|
+
g -= A - r.height, g *= u ? 1 : -1;
|
|
266
|
+
}
|
|
267
|
+
if (o === F || (o === _ || o === G) && a === Ve) {
|
|
268
|
+
N = K;
|
|
269
|
+
var C = b && d === x && x.visualViewport ? x.visualViewport.width : (
|
|
270
|
+
// $FlowFixMe[prop-missing]
|
|
271
|
+
d[B]
|
|
272
|
+
);
|
|
273
|
+
m -= C - r.width, m *= u ? 1 : -1;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
var M = Object.assign({
|
|
277
|
+
position: p
|
|
278
|
+
}, l && sr), $ = f === !0 ? ur({
|
|
279
|
+
x: m,
|
|
280
|
+
y: g
|
|
281
|
+
}, z(n)) : {
|
|
282
|
+
x: m,
|
|
283
|
+
y: g
|
|
284
|
+
};
|
|
285
|
+
if (m = $.x, g = $.y, u) {
|
|
286
|
+
var R;
|
|
287
|
+
return Object.assign({}, M, (R = {}, R[i] = S ? "0" : "", R[N] = D ? "0" : "", R.transform = (x.devicePixelRatio || 1) <= 1 ? "translate(" + m + "px, " + g + "px)" : "translate3d(" + m + "px, " + g + "px, 0)", R));
|
|
288
|
+
}
|
|
289
|
+
return Object.assign({}, M, (t = {}, t[i] = S ? g + "px" : "", t[N] = D ? m + "px" : "", t.transform = "", t));
|
|
290
|
+
}
|
|
291
|
+
function cr(e) {
|
|
292
|
+
var t = e.state, n = e.options, r = n.gpuAcceleration, o = r === void 0 ? !0 : r, a = n.adaptive, c = a === void 0 ? !0 : a, p = n.roundOffsets, u = p === void 0 ? !0 : p, l = {
|
|
293
|
+
placement: ee(t.placement),
|
|
294
|
+
variation: je(t.placement),
|
|
295
|
+
popper: t.elements.popper,
|
|
296
|
+
popperRect: t.rects.popper,
|
|
297
|
+
gpuAcceleration: o,
|
|
298
|
+
isFixed: t.options.strategy === "fixed"
|
|
299
|
+
};
|
|
300
|
+
t.modifiersData.popperOffsets != null && (t.styles.popper = Object.assign({}, t.styles.popper, Bt(Object.assign({}, l, {
|
|
301
|
+
offsets: t.modifiersData.popperOffsets,
|
|
302
|
+
position: t.options.strategy,
|
|
303
|
+
adaptive: c,
|
|
304
|
+
roundOffsets: u
|
|
305
|
+
})))), t.modifiersData.arrow != null && (t.styles.arrow = Object.assign({}, t.styles.arrow, Bt(Object.assign({}, l, {
|
|
306
|
+
offsets: t.modifiersData.arrow,
|
|
307
|
+
position: "absolute",
|
|
308
|
+
adaptive: !1,
|
|
309
|
+
roundOffsets: u
|
|
310
|
+
})))), t.attributes.popper = Object.assign({}, t.attributes.popper, {
|
|
311
|
+
"data-popper-placement": t.placement
|
|
312
|
+
});
|
|
313
|
+
}
|
|
314
|
+
const pr = {
|
|
315
|
+
name: "computeStyles",
|
|
316
|
+
enabled: !0,
|
|
317
|
+
phase: "beforeWrite",
|
|
318
|
+
fn: cr,
|
|
319
|
+
data: {}
|
|
320
|
+
};
|
|
321
|
+
var rt = {
|
|
322
|
+
passive: !0
|
|
323
|
+
};
|
|
324
|
+
function fr(e) {
|
|
325
|
+
var t = e.state, n = e.instance, r = e.options, o = r.scroll, a = o === void 0 ? !0 : o, c = r.resize, p = c === void 0 ? !0 : c, u = z(t.elements.popper), l = [].concat(t.scrollParents.reference, t.scrollParents.popper);
|
|
326
|
+
return a && l.forEach(function(f) {
|
|
327
|
+
f.addEventListener("scroll", n.update, rt);
|
|
328
|
+
}), p && u.addEventListener("resize", n.update, rt), function() {
|
|
329
|
+
a && l.forEach(function(f) {
|
|
330
|
+
f.removeEventListener("scroll", n.update, rt);
|
|
331
|
+
}), p && u.removeEventListener("resize", n.update, rt);
|
|
332
|
+
};
|
|
333
|
+
}
|
|
334
|
+
const lr = {
|
|
335
|
+
name: "eventListeners",
|
|
336
|
+
enabled: !0,
|
|
337
|
+
phase: "write",
|
|
338
|
+
fn: function() {
|
|
339
|
+
},
|
|
340
|
+
effect: fr,
|
|
341
|
+
data: {}
|
|
342
|
+
};
|
|
343
|
+
var dr = {
|
|
344
|
+
left: "right",
|
|
345
|
+
right: "left",
|
|
346
|
+
bottom: "top",
|
|
347
|
+
top: "bottom"
|
|
348
|
+
};
|
|
349
|
+
function ot(e) {
|
|
350
|
+
return e.replace(/left|right|bottom|top/g, function(t) {
|
|
351
|
+
return dr[t];
|
|
352
|
+
});
|
|
353
|
+
}
|
|
354
|
+
var vr = {
|
|
355
|
+
start: "end",
|
|
356
|
+
end: "start"
|
|
357
|
+
};
|
|
358
|
+
function kt(e) {
|
|
359
|
+
return e.replace(/start|end/g, function(t) {
|
|
360
|
+
return vr[t];
|
|
361
|
+
});
|
|
362
|
+
}
|
|
363
|
+
function jt(e) {
|
|
364
|
+
var t = z(e), n = t.pageXOffset, r = t.pageYOffset;
|
|
365
|
+
return {
|
|
366
|
+
scrollLeft: n,
|
|
367
|
+
scrollTop: r
|
|
368
|
+
};
|
|
369
|
+
}
|
|
370
|
+
function St(e) {
|
|
371
|
+
return Ce(pe(e)).left + jt(e).scrollLeft;
|
|
372
|
+
}
|
|
373
|
+
function mr(e, t) {
|
|
374
|
+
var n = z(e), r = pe(e), o = n.visualViewport, a = r.clientWidth, c = r.clientHeight, p = 0, u = 0;
|
|
375
|
+
if (o) {
|
|
376
|
+
a = o.width, c = o.height;
|
|
377
|
+
var l = sn();
|
|
378
|
+
(l || !l && t === "fixed") && (p = o.offsetLeft, u = o.offsetTop);
|
|
379
|
+
}
|
|
380
|
+
return {
|
|
381
|
+
width: a,
|
|
382
|
+
height: c,
|
|
383
|
+
x: p + St(e),
|
|
384
|
+
y: u
|
|
385
|
+
};
|
|
386
|
+
}
|
|
387
|
+
function hr(e) {
|
|
388
|
+
var t, n = pe(e), r = jt(e), o = (t = e.ownerDocument) == null ? void 0 : t.body, a = he(n.scrollWidth, n.clientWidth, o ? o.scrollWidth : 0, o ? o.clientWidth : 0), c = he(n.scrollHeight, n.clientHeight, o ? o.scrollHeight : 0, o ? o.clientHeight : 0), p = -r.scrollLeft + St(e), u = -r.scrollTop;
|
|
389
|
+
return se(o || n).direction === "rtl" && (p += he(n.clientWidth, o ? o.clientWidth : 0) - a), {
|
|
390
|
+
width: a,
|
|
391
|
+
height: c,
|
|
392
|
+
x: p,
|
|
393
|
+
y: u
|
|
394
|
+
};
|
|
395
|
+
}
|
|
396
|
+
function Lt(e) {
|
|
397
|
+
var t = se(e), n = t.overflow, r = t.overflowX, o = t.overflowY;
|
|
398
|
+
return /auto|scroll|overlay|hidden/.test(n + o + r);
|
|
399
|
+
}
|
|
400
|
+
function ln(e) {
|
|
401
|
+
return ["html", "body", "#document"].indexOf(te(e)) >= 0 ? e.ownerDocument.body : X(e) && Lt(e) ? e : ln(ut(e));
|
|
402
|
+
}
|
|
403
|
+
function Be(e, t) {
|
|
404
|
+
var n;
|
|
405
|
+
t === void 0 && (t = []);
|
|
406
|
+
var r = ln(e), o = r === ((n = e.ownerDocument) == null ? void 0 : n.body), a = z(r), c = o ? [a].concat(a.visualViewport || [], Lt(r) ? r : []) : r, p = t.concat(c);
|
|
407
|
+
return o ? p : (
|
|
408
|
+
// $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here
|
|
409
|
+
p.concat(Be(ut(c)))
|
|
410
|
+
);
|
|
411
|
+
}
|
|
412
|
+
function bt(e) {
|
|
413
|
+
return Object.assign({}, e, {
|
|
414
|
+
left: e.x,
|
|
415
|
+
top: e.y,
|
|
416
|
+
right: e.x + e.width,
|
|
417
|
+
bottom: e.y + e.height
|
|
418
|
+
});
|
|
419
|
+
}
|
|
420
|
+
function gr(e, t) {
|
|
421
|
+
var n = Ce(e, !1, t === "fixed");
|
|
422
|
+
return n.top = n.top + e.clientTop, n.left = n.left + e.clientLeft, n.bottom = n.top + e.clientHeight, n.right = n.left + e.clientWidth, n.width = e.clientWidth, n.height = e.clientHeight, n.x = n.left, n.y = n.top, n;
|
|
423
|
+
}
|
|
424
|
+
function Vt(e, t, n) {
|
|
425
|
+
return t === rn ? bt(mr(e, n)) : ge(t) ? gr(t, n) : bt(hr(pe(e)));
|
|
426
|
+
}
|
|
427
|
+
function yr(e) {
|
|
428
|
+
var t = Be(ut(e)), n = ["absolute", "fixed"].indexOf(se(e).position) >= 0, r = n && X(e) ? _e(e) : e;
|
|
429
|
+
return ge(r) ? t.filter(function(o) {
|
|
430
|
+
return ge(o) && un(o, r) && te(o) !== "body";
|
|
431
|
+
}) : [];
|
|
432
|
+
}
|
|
433
|
+
function br(e, t, n, r) {
|
|
434
|
+
var o = t === "clippingParents" ? yr(e) : [].concat(t), a = [].concat(o, [n]), c = a[0], p = a.reduce(function(u, l) {
|
|
435
|
+
var f = Vt(e, l, r);
|
|
436
|
+
return u.top = he(f.top, u.top), u.right = at(f.right, u.right), u.bottom = at(f.bottom, u.bottom), u.left = he(f.left, u.left), u;
|
|
437
|
+
}, Vt(e, c, r));
|
|
438
|
+
return p.width = p.right - p.left, p.height = p.bottom - p.top, p.x = p.left, p.y = p.top, p;
|
|
439
|
+
}
|
|
440
|
+
function dn(e) {
|
|
441
|
+
var t = e.reference, n = e.element, r = e.placement, o = r ? ee(r) : null, a = r ? je(r) : null, c = t.x + t.width / 2 - n.width / 2, p = t.y + t.height / 2 - n.height / 2, u;
|
|
442
|
+
switch (o) {
|
|
443
|
+
case _:
|
|
444
|
+
u = {
|
|
445
|
+
x: c,
|
|
446
|
+
y: t.y - n.height
|
|
447
|
+
};
|
|
448
|
+
break;
|
|
449
|
+
case G:
|
|
450
|
+
u = {
|
|
451
|
+
x: c,
|
|
452
|
+
y: t.y + t.height
|
|
453
|
+
};
|
|
454
|
+
break;
|
|
455
|
+
case K:
|
|
456
|
+
u = {
|
|
457
|
+
x: t.x + t.width,
|
|
458
|
+
y: p
|
|
459
|
+
};
|
|
460
|
+
break;
|
|
461
|
+
case F:
|
|
462
|
+
u = {
|
|
463
|
+
x: t.x - n.width,
|
|
464
|
+
y: p
|
|
465
|
+
};
|
|
466
|
+
break;
|
|
467
|
+
default:
|
|
468
|
+
u = {
|
|
469
|
+
x: t.x,
|
|
470
|
+
y: t.y
|
|
471
|
+
};
|
|
472
|
+
}
|
|
473
|
+
var l = o ? Ct(o) : null;
|
|
474
|
+
if (l != null) {
|
|
475
|
+
var f = l === "y" ? "height" : "width";
|
|
476
|
+
switch (a) {
|
|
477
|
+
case Ae:
|
|
478
|
+
u[l] = u[l] - (t[f] / 2 - n[f] / 2);
|
|
479
|
+
break;
|
|
480
|
+
case Ve:
|
|
481
|
+
u[l] = u[l] + (t[f] / 2 - n[f] / 2);
|
|
482
|
+
break;
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
return u;
|
|
486
|
+
}
|
|
487
|
+
function Ie(e, t) {
|
|
488
|
+
t === void 0 && (t = {});
|
|
489
|
+
var n = t, r = n.placement, o = r === void 0 ? e.placement : r, a = n.strategy, c = a === void 0 ? e.strategy : a, p = n.boundary, u = p === void 0 ? Hn : p, l = n.rootBoundary, f = l === void 0 ? rn : l, b = n.elementContext, E = b === void 0 ? Me : b, m = n.altBoundary, w = m === void 0 ? !1 : m, g = n.padding, y = g === void 0 ? 0 : g, D = pn(typeof y != "number" ? y : fn(y, Ue)), S = E === Me ? Wn : Me, N = e.rects.popper, i = e.elements[w ? S : E], x = br(ge(i) ? i : i.contextElement || pe(e.elements.popper), u, f, c), d = Ce(e.elements.reference), P = dn({
|
|
490
|
+
reference: d,
|
|
491
|
+
element: N,
|
|
492
|
+
placement: o
|
|
493
|
+
}), B = bt(Object.assign({}, N, P)), A = E === Me ? B : d, C = {
|
|
494
|
+
top: x.top - A.top + D.top,
|
|
495
|
+
bottom: A.bottom - x.bottom + D.bottom,
|
|
496
|
+
left: x.left - A.left + D.left,
|
|
497
|
+
right: A.right - x.right + D.right
|
|
498
|
+
}, M = e.modifiersData.offset;
|
|
499
|
+
if (E === Me && M) {
|
|
500
|
+
var $ = M[o];
|
|
501
|
+
Object.keys(C).forEach(function(R) {
|
|
502
|
+
var L = [K, G].indexOf(R) >= 0 ? 1 : -1, O = [_, G].indexOf(R) >= 0 ? "y" : "x";
|
|
503
|
+
C[R] += $[O] * L;
|
|
504
|
+
});
|
|
505
|
+
}
|
|
506
|
+
return C;
|
|
507
|
+
}
|
|
508
|
+
function wr(e, t) {
|
|
509
|
+
t === void 0 && (t = {});
|
|
510
|
+
var n = t, r = n.placement, o = n.boundary, a = n.rootBoundary, c = n.padding, p = n.flipVariations, u = n.allowedAutoPlacements, l = u === void 0 ? on : u, f = je(r), b = f ? p ? Mt : Mt.filter(function(w) {
|
|
511
|
+
return je(w) === f;
|
|
512
|
+
}) : Ue, E = b.filter(function(w) {
|
|
513
|
+
return l.indexOf(w) >= 0;
|
|
514
|
+
});
|
|
515
|
+
E.length === 0 && (E = b);
|
|
516
|
+
var m = E.reduce(function(w, g) {
|
|
517
|
+
return w[g] = Ie(e, {
|
|
518
|
+
placement: g,
|
|
519
|
+
boundary: o,
|
|
520
|
+
rootBoundary: a,
|
|
521
|
+
padding: c
|
|
522
|
+
})[ee(g)], w;
|
|
523
|
+
}, {});
|
|
524
|
+
return Object.keys(m).sort(function(w, g) {
|
|
525
|
+
return m[w] - m[g];
|
|
526
|
+
});
|
|
527
|
+
}
|
|
528
|
+
function Or(e) {
|
|
529
|
+
if (ee(e) === Tt)
|
|
530
|
+
return [];
|
|
531
|
+
var t = ot(e);
|
|
532
|
+
return [kt(e), t, kt(t)];
|
|
533
|
+
}
|
|
534
|
+
function Er(e) {
|
|
535
|
+
var t = e.state, n = e.options, r = e.name;
|
|
536
|
+
if (!t.modifiersData[r]._skip) {
|
|
537
|
+
for (var o = n.mainAxis, a = o === void 0 ? !0 : o, c = n.altAxis, p = c === void 0 ? !0 : c, u = n.fallbackPlacements, l = n.padding, f = n.boundary, b = n.rootBoundary, E = n.altBoundary, m = n.flipVariations, w = m === void 0 ? !0 : m, g = n.allowedAutoPlacements, y = t.options.placement, D = ee(y), S = D === y, N = u || (S || !w ? [ot(y)] : Or(y)), i = [y].concat(N).reduce(function(ne, J) {
|
|
538
|
+
return ne.concat(ee(J) === Tt ? wr(t, {
|
|
539
|
+
placement: J,
|
|
540
|
+
boundary: f,
|
|
541
|
+
rootBoundary: b,
|
|
542
|
+
padding: l,
|
|
543
|
+
flipVariations: w,
|
|
544
|
+
allowedAutoPlacements: g
|
|
545
|
+
}) : J);
|
|
546
|
+
}, []), x = t.rects.reference, d = t.rects.popper, P = /* @__PURE__ */ new Map(), B = !0, A = i[0], C = 0; C < i.length; C++) {
|
|
547
|
+
var M = i[C], $ = ee(M), R = je(M) === Ae, L = [_, G].indexOf($) >= 0, O = L ? "width" : "height", I = Ie(t, {
|
|
548
|
+
placement: M,
|
|
549
|
+
boundary: f,
|
|
550
|
+
rootBoundary: b,
|
|
551
|
+
altBoundary: E,
|
|
552
|
+
padding: l
|
|
553
|
+
}), V = L ? R ? K : F : R ? G : _;
|
|
554
|
+
x[O] > d[O] && (V = ot(V));
|
|
555
|
+
var k = ot(V), W = [];
|
|
556
|
+
if (a && W.push(I[$] <= 0), p && W.push(I[V] <= 0, I[k] <= 0), W.every(function(ne) {
|
|
557
|
+
return ne;
|
|
558
|
+
})) {
|
|
559
|
+
A = M, B = !1;
|
|
560
|
+
break;
|
|
561
|
+
}
|
|
562
|
+
P.set(M, W);
|
|
563
|
+
}
|
|
564
|
+
if (B)
|
|
565
|
+
for (var H = w ? 3 : 1, fe = function(J) {
|
|
566
|
+
var re = i.find(function(ye) {
|
|
567
|
+
var ie = P.get(ye);
|
|
568
|
+
if (ie)
|
|
569
|
+
return ie.slice(0, J).every(function(be) {
|
|
570
|
+
return be;
|
|
571
|
+
});
|
|
572
|
+
});
|
|
573
|
+
if (re)
|
|
574
|
+
return A = re, "break";
|
|
575
|
+
}, Q = H; Q > 0; Q--) {
|
|
576
|
+
var le = fe(Q);
|
|
577
|
+
if (le === "break") break;
|
|
578
|
+
}
|
|
579
|
+
t.placement !== A && (t.modifiersData[r]._skip = !0, t.placement = A, t.reset = !0);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
const xr = {
|
|
583
|
+
name: "flip",
|
|
584
|
+
enabled: !0,
|
|
585
|
+
phase: "main",
|
|
586
|
+
fn: Er,
|
|
587
|
+
requiresIfExists: ["offset"],
|
|
588
|
+
data: {
|
|
589
|
+
_skip: !1
|
|
590
|
+
}
|
|
591
|
+
};
|
|
592
|
+
function It(e, t, n) {
|
|
593
|
+
return n === void 0 && (n = {
|
|
594
|
+
x: 0,
|
|
595
|
+
y: 0
|
|
596
|
+
}), {
|
|
597
|
+
top: e.top - t.height - n.y,
|
|
598
|
+
right: e.right - t.width + n.x,
|
|
599
|
+
bottom: e.bottom - t.height + n.y,
|
|
600
|
+
left: e.left - t.width - n.x
|
|
601
|
+
};
|
|
602
|
+
}
|
|
603
|
+
function Ht(e) {
|
|
604
|
+
return [_, K, G, F].some(function(t) {
|
|
605
|
+
return e[t] >= 0;
|
|
606
|
+
});
|
|
607
|
+
}
|
|
608
|
+
function Tr(e) {
|
|
609
|
+
var t = e.state, n = e.name, r = t.rects.reference, o = t.rects.popper, a = t.modifiersData.preventOverflow, c = Ie(t, {
|
|
610
|
+
elementContext: "reference"
|
|
611
|
+
}), p = Ie(t, {
|
|
612
|
+
altBoundary: !0
|
|
613
|
+
}), u = It(c, r), l = It(p, o, a), f = Ht(u), b = Ht(l);
|
|
614
|
+
t.modifiersData[n] = {
|
|
615
|
+
referenceClippingOffsets: u,
|
|
616
|
+
popperEscapeOffsets: l,
|
|
617
|
+
isReferenceHidden: f,
|
|
618
|
+
hasPopperEscaped: b
|
|
619
|
+
}, t.attributes.popper = Object.assign({}, t.attributes.popper, {
|
|
620
|
+
"data-popper-reference-hidden": f,
|
|
621
|
+
"data-popper-escaped": b
|
|
622
|
+
});
|
|
623
|
+
}
|
|
624
|
+
const Ar = {
|
|
625
|
+
name: "hide",
|
|
626
|
+
enabled: !0,
|
|
627
|
+
phase: "main",
|
|
628
|
+
requiresIfExists: ["preventOverflow"],
|
|
629
|
+
fn: Tr
|
|
630
|
+
};
|
|
631
|
+
function Dr(e, t, n) {
|
|
632
|
+
var r = ee(e), o = [F, _].indexOf(r) >= 0 ? -1 : 1, a = typeof n == "function" ? n(Object.assign({}, t, {
|
|
633
|
+
placement: e
|
|
634
|
+
})) : n, c = a[0], p = a[1];
|
|
635
|
+
return c = c || 0, p = (p || 0) * o, [F, K].indexOf(r) >= 0 ? {
|
|
636
|
+
x: p,
|
|
637
|
+
y: c
|
|
638
|
+
} : {
|
|
639
|
+
x: c,
|
|
640
|
+
y: p
|
|
641
|
+
};
|
|
642
|
+
}
|
|
643
|
+
function Cr(e) {
|
|
644
|
+
var t = e.state, n = e.options, r = e.name, o = n.offset, a = o === void 0 ? [0, 0] : o, c = on.reduce(function(f, b) {
|
|
645
|
+
return f[b] = Dr(b, t.rects, a), f;
|
|
646
|
+
}, {}), p = c[t.placement], u = p.x, l = p.y;
|
|
647
|
+
t.modifiersData.popperOffsets != null && (t.modifiersData.popperOffsets.x += u, t.modifiersData.popperOffsets.y += l), t.modifiersData[r] = c;
|
|
648
|
+
}
|
|
649
|
+
const jr = {
|
|
650
|
+
name: "offset",
|
|
651
|
+
enabled: !0,
|
|
652
|
+
phase: "main",
|
|
653
|
+
requires: ["popperOffsets"],
|
|
654
|
+
fn: Cr
|
|
655
|
+
};
|
|
656
|
+
function Sr(e) {
|
|
657
|
+
var t = e.state, n = e.name;
|
|
658
|
+
t.modifiersData[n] = dn({
|
|
659
|
+
reference: t.rects.reference,
|
|
660
|
+
element: t.rects.popper,
|
|
661
|
+
placement: t.placement
|
|
662
|
+
});
|
|
663
|
+
}
|
|
664
|
+
const Lr = {
|
|
665
|
+
name: "popperOffsets",
|
|
666
|
+
enabled: !0,
|
|
667
|
+
phase: "read",
|
|
668
|
+
fn: Sr,
|
|
669
|
+
data: {}
|
|
670
|
+
};
|
|
671
|
+
function Pr(e) {
|
|
672
|
+
return e === "x" ? "y" : "x";
|
|
673
|
+
}
|
|
674
|
+
function Nr(e) {
|
|
675
|
+
var t = e.state, n = e.options, r = e.name, o = n.mainAxis, a = o === void 0 ? !0 : o, c = n.altAxis, p = c === void 0 ? !1 : c, u = n.boundary, l = n.rootBoundary, f = n.altBoundary, b = n.padding, E = n.tether, m = E === void 0 ? !0 : E, w = n.tetherOffset, g = w === void 0 ? 0 : w, y = Ie(t, {
|
|
676
|
+
boundary: u,
|
|
677
|
+
rootBoundary: l,
|
|
678
|
+
padding: b,
|
|
679
|
+
altBoundary: f
|
|
680
|
+
}), D = ee(t.placement), S = je(t.placement), N = !S, i = Ct(D), x = Pr(i), d = t.modifiersData.popperOffsets, P = t.rects.reference, B = t.rects.popper, A = typeof g == "function" ? g(Object.assign({}, t.rects, {
|
|
681
|
+
placement: t.placement
|
|
682
|
+
})) : g, C = typeof A == "number" ? {
|
|
683
|
+
mainAxis: A,
|
|
684
|
+
altAxis: A
|
|
685
|
+
} : Object.assign({
|
|
686
|
+
mainAxis: 0,
|
|
687
|
+
altAxis: 0
|
|
688
|
+
}, A), M = t.modifiersData.offset ? t.modifiersData.offset[t.placement] : null, $ = {
|
|
689
|
+
x: 0,
|
|
690
|
+
y: 0
|
|
691
|
+
};
|
|
692
|
+
if (d) {
|
|
693
|
+
if (a) {
|
|
694
|
+
var R, L = i === "y" ? _ : F, O = i === "y" ? G : K, I = i === "y" ? "height" : "width", V = d[i], k = V + y[L], W = V - y[O], H = m ? -B[I] / 2 : 0, fe = S === Ae ? P[I] : B[I], Q = S === Ae ? -B[I] : -P[I], le = t.elements.arrow, ne = m && le ? Dt(le) : {
|
|
695
|
+
width: 0,
|
|
696
|
+
height: 0
|
|
697
|
+
}, J = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : cn(), re = J[L], ye = J[O], ie = $e(0, P[I], ne[I]), be = N ? P[I] / 2 - H - ie - re - C.mainAxis : fe - ie - re - C.mainAxis, ue = N ? -P[I] / 2 + H + ie + ye + C.mainAxis : Q + ie + ye + C.mainAxis, we = t.elements.arrow && _e(t.elements.arrow), qe = we ? i === "y" ? we.clientTop || 0 : we.clientLeft || 0 : 0, Se = (R = M?.[i]) != null ? R : 0, ze = V + be - Se - qe, Ye = V + ue - Se, Le = $e(m ? at(k, ze) : k, V, m ? he(W, Ye) : W);
|
|
698
|
+
d[i] = Le, $[i] = Le - V;
|
|
699
|
+
}
|
|
700
|
+
if (p) {
|
|
701
|
+
var Pe, Xe = i === "x" ? _ : F, Ge = i === "x" ? G : K, oe = d[x], ce = x === "y" ? "height" : "width", Ne = oe + y[Xe], de = oe - y[Ge], Re = [_, F].indexOf(D) !== -1, Ke = (Pe = M?.[x]) != null ? Pe : 0, Je = Re ? Ne : oe - P[ce] - B[ce] - Ke + C.altAxis, Qe = Re ? oe + P[ce] + B[ce] - Ke - C.altAxis : de, Ze = m && Re ? nr(Je, oe, Qe) : $e(m ? Je : Ne, oe, m ? Qe : de);
|
|
702
|
+
d[x] = Ze, $[x] = Ze - oe;
|
|
703
|
+
}
|
|
704
|
+
t.modifiersData[r] = $;
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
const Rr = {
|
|
708
|
+
name: "preventOverflow",
|
|
709
|
+
enabled: !0,
|
|
710
|
+
phase: "main",
|
|
711
|
+
fn: Nr,
|
|
712
|
+
requiresIfExists: ["offset"]
|
|
713
|
+
};
|
|
714
|
+
function Mr(e) {
|
|
715
|
+
return {
|
|
716
|
+
scrollLeft: e.scrollLeft,
|
|
717
|
+
scrollTop: e.scrollTop
|
|
718
|
+
};
|
|
719
|
+
}
|
|
720
|
+
function $r(e) {
|
|
721
|
+
return e === z(e) || !X(e) ? jt(e) : Mr(e);
|
|
722
|
+
}
|
|
723
|
+
function Br(e) {
|
|
724
|
+
var t = e.getBoundingClientRect(), n = De(t.width) / e.offsetWidth || 1, r = De(t.height) / e.offsetHeight || 1;
|
|
725
|
+
return n !== 1 || r !== 1;
|
|
726
|
+
}
|
|
727
|
+
function kr(e, t, n) {
|
|
728
|
+
n === void 0 && (n = !1);
|
|
729
|
+
var r = X(t), o = X(t) && Br(t), a = pe(t), c = Ce(e, o, n), p = {
|
|
730
|
+
scrollLeft: 0,
|
|
731
|
+
scrollTop: 0
|
|
732
|
+
}, u = {
|
|
733
|
+
x: 0,
|
|
734
|
+
y: 0
|
|
735
|
+
};
|
|
736
|
+
return (r || !r && !n) && ((te(t) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
|
|
737
|
+
Lt(a)) && (p = $r(t)), X(t) ? (u = Ce(t, !0), u.x += t.clientLeft, u.y += t.clientTop) : a && (u.x = St(a))), {
|
|
738
|
+
x: c.left + p.scrollLeft - u.x,
|
|
739
|
+
y: c.top + p.scrollTop - u.y,
|
|
740
|
+
width: c.width,
|
|
741
|
+
height: c.height
|
|
742
|
+
};
|
|
743
|
+
}
|
|
744
|
+
function Vr(e) {
|
|
745
|
+
var t = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Set(), r = [];
|
|
746
|
+
e.forEach(function(a) {
|
|
747
|
+
t.set(a.name, a);
|
|
748
|
+
});
|
|
749
|
+
function o(a) {
|
|
750
|
+
n.add(a.name);
|
|
751
|
+
var c = [].concat(a.requires || [], a.requiresIfExists || []);
|
|
752
|
+
c.forEach(function(p) {
|
|
753
|
+
if (!n.has(p)) {
|
|
754
|
+
var u = t.get(p);
|
|
755
|
+
u && o(u);
|
|
756
|
+
}
|
|
757
|
+
}), r.push(a);
|
|
758
|
+
}
|
|
759
|
+
return e.forEach(function(a) {
|
|
760
|
+
n.has(a.name) || o(a);
|
|
761
|
+
}), r;
|
|
762
|
+
}
|
|
763
|
+
function Ir(e) {
|
|
764
|
+
var t = Vr(e);
|
|
765
|
+
return Jn.reduce(function(n, r) {
|
|
766
|
+
return n.concat(t.filter(function(o) {
|
|
767
|
+
return o.phase === r;
|
|
768
|
+
}));
|
|
769
|
+
}, []);
|
|
770
|
+
}
|
|
771
|
+
function Hr(e) {
|
|
772
|
+
var t;
|
|
773
|
+
return function() {
|
|
774
|
+
return t || (t = new Promise(function(n) {
|
|
775
|
+
Promise.resolve().then(function() {
|
|
776
|
+
t = void 0, n(e());
|
|
777
|
+
});
|
|
778
|
+
})), t;
|
|
779
|
+
};
|
|
780
|
+
}
|
|
781
|
+
function Wr(e) {
|
|
782
|
+
var t = e.reduce(function(n, r) {
|
|
783
|
+
var o = n[r.name];
|
|
784
|
+
return n[r.name] = o ? Object.assign({}, o, r, {
|
|
785
|
+
options: Object.assign({}, o.options, r.options),
|
|
786
|
+
data: Object.assign({}, o.data, r.data)
|
|
787
|
+
}) : r, n;
|
|
788
|
+
}, {});
|
|
789
|
+
return Object.keys(t).map(function(n) {
|
|
790
|
+
return t[n];
|
|
791
|
+
});
|
|
792
|
+
}
|
|
793
|
+
var Wt = {
|
|
794
|
+
placement: "bottom",
|
|
795
|
+
modifiers: [],
|
|
796
|
+
strategy: "absolute"
|
|
797
|
+
};
|
|
798
|
+
function Ut() {
|
|
799
|
+
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
800
|
+
t[n] = arguments[n];
|
|
801
|
+
return !t.some(function(r) {
|
|
802
|
+
return !(r && typeof r.getBoundingClientRect == "function");
|
|
803
|
+
});
|
|
804
|
+
}
|
|
805
|
+
function Ur(e) {
|
|
806
|
+
e === void 0 && (e = {});
|
|
807
|
+
var t = e, n = t.defaultModifiers, r = n === void 0 ? [] : n, o = t.defaultOptions, a = o === void 0 ? Wt : o;
|
|
808
|
+
return function(p, u, l) {
|
|
809
|
+
l === void 0 && (l = a);
|
|
810
|
+
var f = {
|
|
811
|
+
placement: "bottom",
|
|
812
|
+
orderedModifiers: [],
|
|
813
|
+
options: Object.assign({}, Wt, a),
|
|
814
|
+
modifiersData: {},
|
|
815
|
+
elements: {
|
|
816
|
+
reference: p,
|
|
817
|
+
popper: u
|
|
818
|
+
},
|
|
819
|
+
attributes: {},
|
|
820
|
+
styles: {}
|
|
821
|
+
}, b = [], E = !1, m = {
|
|
822
|
+
state: f,
|
|
823
|
+
setOptions: function(D) {
|
|
824
|
+
var S = typeof D == "function" ? D(f.options) : D;
|
|
825
|
+
g(), f.options = Object.assign({}, a, f.options, S), f.scrollParents = {
|
|
826
|
+
reference: ge(p) ? Be(p) : p.contextElement ? Be(p.contextElement) : [],
|
|
827
|
+
popper: Be(u)
|
|
828
|
+
};
|
|
829
|
+
var N = Ir(Wr([].concat(r, f.options.modifiers)));
|
|
830
|
+
return f.orderedModifiers = N.filter(function(i) {
|
|
831
|
+
return i.enabled;
|
|
832
|
+
}), w(), m.update();
|
|
833
|
+
},
|
|
834
|
+
// Sync update – it will always be executed, even if not necessary. This
|
|
835
|
+
// is useful for low frequency updates where sync behavior simplifies the
|
|
836
|
+
// logic.
|
|
837
|
+
// For high frequency updates (e.g. `resize` and `scroll` events), always
|
|
838
|
+
// prefer the async Popper#update method
|
|
839
|
+
forceUpdate: function() {
|
|
840
|
+
if (!E) {
|
|
841
|
+
var D = f.elements, S = D.reference, N = D.popper;
|
|
842
|
+
if (Ut(S, N)) {
|
|
843
|
+
f.rects = {
|
|
844
|
+
reference: kr(S, _e(N), f.options.strategy === "fixed"),
|
|
845
|
+
popper: Dt(N)
|
|
846
|
+
}, f.reset = !1, f.placement = f.options.placement, f.orderedModifiers.forEach(function(C) {
|
|
847
|
+
return f.modifiersData[C.name] = Object.assign({}, C.data);
|
|
848
|
+
});
|
|
849
|
+
for (var i = 0; i < f.orderedModifiers.length; i++) {
|
|
850
|
+
if (f.reset === !0) {
|
|
851
|
+
f.reset = !1, i = -1;
|
|
852
|
+
continue;
|
|
853
|
+
}
|
|
854
|
+
var x = f.orderedModifiers[i], d = x.fn, P = x.options, B = P === void 0 ? {} : P, A = x.name;
|
|
855
|
+
typeof d == "function" && (f = d({
|
|
856
|
+
state: f,
|
|
857
|
+
options: B,
|
|
858
|
+
name: A,
|
|
859
|
+
instance: m
|
|
860
|
+
}) || f);
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
// Async and optimistically optimized update – it will not be executed if
|
|
866
|
+
// not necessary (debounced to run at most once-per-tick)
|
|
867
|
+
update: Hr(function() {
|
|
868
|
+
return new Promise(function(y) {
|
|
869
|
+
m.forceUpdate(), y(f);
|
|
870
|
+
});
|
|
871
|
+
}),
|
|
872
|
+
destroy: function() {
|
|
873
|
+
g(), E = !0;
|
|
874
|
+
}
|
|
875
|
+
};
|
|
876
|
+
if (!Ut(p, u))
|
|
877
|
+
return m;
|
|
878
|
+
m.setOptions(l).then(function(y) {
|
|
879
|
+
!E && l.onFirstUpdate && l.onFirstUpdate(y);
|
|
880
|
+
});
|
|
881
|
+
function w() {
|
|
882
|
+
f.orderedModifiers.forEach(function(y) {
|
|
883
|
+
var D = y.name, S = y.options, N = S === void 0 ? {} : S, i = y.effect;
|
|
884
|
+
if (typeof i == "function") {
|
|
885
|
+
var x = i({
|
|
886
|
+
state: f,
|
|
887
|
+
name: D,
|
|
888
|
+
instance: m,
|
|
889
|
+
options: N
|
|
890
|
+
}), d = function() {
|
|
891
|
+
};
|
|
892
|
+
b.push(x || d);
|
|
893
|
+
}
|
|
894
|
+
});
|
|
895
|
+
}
|
|
896
|
+
function g() {
|
|
897
|
+
b.forEach(function(y) {
|
|
898
|
+
return y();
|
|
899
|
+
}), b = [];
|
|
900
|
+
}
|
|
901
|
+
return m;
|
|
902
|
+
};
|
|
903
|
+
}
|
|
904
|
+
var _r = [lr, Lr, pr, an, jr, xr, Rr, ar, Ar], Fr = /* @__PURE__ */ Ur({
|
|
905
|
+
defaultModifiers: _r
|
|
906
|
+
}), qr = "tippy-box", vn = "tippy-content", zr = "tippy-backdrop", mn = "tippy-arrow", hn = "tippy-svg-arrow", me = {
|
|
907
|
+
passive: !0,
|
|
908
|
+
capture: !0
|
|
909
|
+
}, gn = function() {
|
|
910
|
+
return document.body;
|
|
911
|
+
};
|
|
912
|
+
function Yr(e, t) {
|
|
913
|
+
return {}.hasOwnProperty.call(e, t);
|
|
914
|
+
}
|
|
915
|
+
function lt(e, t, n) {
|
|
916
|
+
if (Array.isArray(e)) {
|
|
917
|
+
var r = e[t];
|
|
918
|
+
return r ?? (Array.isArray(n) ? n[t] : n);
|
|
919
|
+
}
|
|
920
|
+
return e;
|
|
921
|
+
}
|
|
922
|
+
function Pt(e, t) {
|
|
923
|
+
var n = {}.toString.call(e);
|
|
924
|
+
return n.indexOf("[object") === 0 && n.indexOf(t + "]") > -1;
|
|
925
|
+
}
|
|
926
|
+
function yn(e, t) {
|
|
927
|
+
return typeof e == "function" ? e.apply(void 0, t) : e;
|
|
928
|
+
}
|
|
929
|
+
function _t(e, t) {
|
|
930
|
+
if (t === 0)
|
|
931
|
+
return e;
|
|
932
|
+
var n;
|
|
933
|
+
return function(r) {
|
|
934
|
+
clearTimeout(n), n = setTimeout(function() {
|
|
935
|
+
e(r);
|
|
936
|
+
}, t);
|
|
937
|
+
};
|
|
938
|
+
}
|
|
939
|
+
function Xr(e, t) {
|
|
940
|
+
var n = Object.assign({}, e);
|
|
941
|
+
return t.forEach(function(r) {
|
|
942
|
+
delete n[r];
|
|
943
|
+
}), n;
|
|
944
|
+
}
|
|
945
|
+
function Gr(e) {
|
|
946
|
+
return e.split(/\s+/).filter(Boolean);
|
|
947
|
+
}
|
|
948
|
+
function Te(e) {
|
|
949
|
+
return [].concat(e);
|
|
950
|
+
}
|
|
951
|
+
function Ft(e, t) {
|
|
952
|
+
e.indexOf(t) === -1 && e.push(t);
|
|
953
|
+
}
|
|
954
|
+
function Kr(e) {
|
|
955
|
+
return e.filter(function(t, n) {
|
|
956
|
+
return e.indexOf(t) === n;
|
|
957
|
+
});
|
|
958
|
+
}
|
|
959
|
+
function Jr(e) {
|
|
960
|
+
return e.split("-")[0];
|
|
961
|
+
}
|
|
962
|
+
function st(e) {
|
|
963
|
+
return [].slice.call(e);
|
|
964
|
+
}
|
|
965
|
+
function qt(e) {
|
|
966
|
+
return Object.keys(e).reduce(function(t, n) {
|
|
967
|
+
return e[n] !== void 0 && (t[n] = e[n]), t;
|
|
968
|
+
}, {});
|
|
969
|
+
}
|
|
970
|
+
function ke() {
|
|
971
|
+
return document.createElement("div");
|
|
972
|
+
}
|
|
973
|
+
function He(e) {
|
|
974
|
+
return ["Element", "Fragment"].some(function(t) {
|
|
975
|
+
return Pt(e, t);
|
|
976
|
+
});
|
|
977
|
+
}
|
|
978
|
+
function Qr(e) {
|
|
979
|
+
return Pt(e, "NodeList");
|
|
980
|
+
}
|
|
981
|
+
function Zr(e) {
|
|
982
|
+
return Pt(e, "MouseEvent");
|
|
983
|
+
}
|
|
984
|
+
function ei(e) {
|
|
985
|
+
return !!(e && e._tippy && e._tippy.reference === e);
|
|
986
|
+
}
|
|
987
|
+
function ti(e) {
|
|
988
|
+
return He(e) ? [e] : Qr(e) ? st(e) : Array.isArray(e) ? e : st(document.querySelectorAll(e));
|
|
989
|
+
}
|
|
990
|
+
function dt(e, t) {
|
|
991
|
+
e.forEach(function(n) {
|
|
992
|
+
n && (n.style.transitionDuration = t + "ms");
|
|
993
|
+
});
|
|
994
|
+
}
|
|
995
|
+
function zt(e, t) {
|
|
996
|
+
e.forEach(function(n) {
|
|
997
|
+
n && n.setAttribute("data-state", t);
|
|
998
|
+
});
|
|
999
|
+
}
|
|
1000
|
+
function ni(e) {
|
|
1001
|
+
var t, n = Te(e), r = n[0];
|
|
1002
|
+
return r != null && (t = r.ownerDocument) != null && t.body ? r.ownerDocument : document;
|
|
1003
|
+
}
|
|
1004
|
+
function ri(e, t) {
|
|
1005
|
+
var n = t.clientX, r = t.clientY;
|
|
1006
|
+
return e.every(function(o) {
|
|
1007
|
+
var a = o.popperRect, c = o.popperState, p = o.props, u = p.interactiveBorder, l = Jr(c.placement), f = c.modifiersData.offset;
|
|
1008
|
+
if (!f)
|
|
1009
|
+
return !0;
|
|
1010
|
+
var b = l === "bottom" ? f.top.y : 0, E = l === "top" ? f.bottom.y : 0, m = l === "right" ? f.left.x : 0, w = l === "left" ? f.right.x : 0, g = a.top - r + b > u, y = r - a.bottom - E > u, D = a.left - n + m > u, S = n - a.right - w > u;
|
|
1011
|
+
return g || y || D || S;
|
|
1012
|
+
});
|
|
1013
|
+
}
|
|
1014
|
+
function vt(e, t, n) {
|
|
1015
|
+
var r = t + "EventListener";
|
|
1016
|
+
["transitionend", "webkitTransitionEnd"].forEach(function(o) {
|
|
1017
|
+
e[r](o, n);
|
|
1018
|
+
});
|
|
1019
|
+
}
|
|
1020
|
+
function Yt(e, t) {
|
|
1021
|
+
for (var n = t; n; ) {
|
|
1022
|
+
var r;
|
|
1023
|
+
if (e.contains(n))
|
|
1024
|
+
return !0;
|
|
1025
|
+
n = n.getRootNode == null || (r = n.getRootNode()) == null ? void 0 : r.host;
|
|
1026
|
+
}
|
|
1027
|
+
return !1;
|
|
1028
|
+
}
|
|
1029
|
+
var Z = {
|
|
1030
|
+
isTouch: !1
|
|
1031
|
+
}, Xt = 0;
|
|
1032
|
+
function ii() {
|
|
1033
|
+
Z.isTouch || (Z.isTouch = !0, window.performance && document.addEventListener("mousemove", bn));
|
|
1034
|
+
}
|
|
1035
|
+
function bn() {
|
|
1036
|
+
var e = performance.now();
|
|
1037
|
+
e - Xt < 20 && (Z.isTouch = !1, document.removeEventListener("mousemove", bn)), Xt = e;
|
|
1038
|
+
}
|
|
1039
|
+
function oi() {
|
|
1040
|
+
var e = document.activeElement;
|
|
1041
|
+
if (ei(e)) {
|
|
1042
|
+
var t = e._tippy;
|
|
1043
|
+
e.blur && !t.state.isVisible && e.blur();
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
function ai() {
|
|
1047
|
+
document.addEventListener("touchstart", ii, me), window.addEventListener("blur", oi);
|
|
1048
|
+
}
|
|
1049
|
+
var si = typeof window < "u" && typeof document < "u", ui = si ? (
|
|
1050
|
+
// @ts-ignore
|
|
1051
|
+
!!window.msCrypto
|
|
1052
|
+
) : !1;
|
|
1053
|
+
function xe(e) {
|
|
1054
|
+
var t = e === "destroy" ? "n already-" : " ";
|
|
1055
|
+
return [e + "() was called on a" + t + "destroyed instance. This is a no-op but", "indicates a potential memory leak."].join(" ");
|
|
1056
|
+
}
|
|
1057
|
+
function Gt(e) {
|
|
1058
|
+
var t = /[ \t]{2,}/g, n = /^[ \t]*/gm;
|
|
1059
|
+
return e.replace(t, " ").replace(n, "").trim();
|
|
1060
|
+
}
|
|
1061
|
+
function ci(e) {
|
|
1062
|
+
return Gt(`
|
|
1063
|
+
%ctippy.js
|
|
1064
|
+
|
|
1065
|
+
%c` + Gt(e) + `
|
|
1066
|
+
|
|
1067
|
+
%c👷 This is a development-only message. It will be removed in production.
|
|
1068
|
+
`);
|
|
1069
|
+
}
|
|
1070
|
+
function wn(e) {
|
|
1071
|
+
return [
|
|
1072
|
+
ci(e),
|
|
1073
|
+
// title
|
|
1074
|
+
"color: #00C584; font-size: 1.3em; font-weight: bold;",
|
|
1075
|
+
// message
|
|
1076
|
+
"line-height: 1.5",
|
|
1077
|
+
// footer
|
|
1078
|
+
"color: #a6a095;"
|
|
1079
|
+
];
|
|
1080
|
+
}
|
|
1081
|
+
var We;
|
|
1082
|
+
process.env.NODE_ENV !== "production" && pi();
|
|
1083
|
+
function pi() {
|
|
1084
|
+
We = /* @__PURE__ */ new Set();
|
|
1085
|
+
}
|
|
1086
|
+
function ae(e, t) {
|
|
1087
|
+
if (e && !We.has(t)) {
|
|
1088
|
+
var n;
|
|
1089
|
+
We.add(t), (n = console).warn.apply(n, wn(t));
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
function wt(e, t) {
|
|
1093
|
+
if (e && !We.has(t)) {
|
|
1094
|
+
var n;
|
|
1095
|
+
We.add(t), (n = console).error.apply(n, wn(t));
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
function fi(e) {
|
|
1099
|
+
var t = !e, n = Object.prototype.toString.call(e) === "[object Object]" && !e.addEventListener;
|
|
1100
|
+
wt(t, ["tippy() was passed", "`" + String(e) + "`", "as its targets (first) argument. Valid types are: String, Element,", "Element[], or NodeList."].join(" ")), wt(n, ["tippy() was passed a plain object which is not supported as an argument", "for virtual positioning. Use props.getReferenceClientRect instead."].join(" "));
|
|
1101
|
+
}
|
|
1102
|
+
var On = {
|
|
1103
|
+
animateFill: !1,
|
|
1104
|
+
followCursor: !1,
|
|
1105
|
+
inlinePositioning: !1,
|
|
1106
|
+
sticky: !1
|
|
1107
|
+
}, li = {
|
|
1108
|
+
allowHTML: !1,
|
|
1109
|
+
animation: "fade",
|
|
1110
|
+
arrow: !0,
|
|
1111
|
+
content: "",
|
|
1112
|
+
inertia: !1,
|
|
1113
|
+
maxWidth: 350,
|
|
1114
|
+
role: "tooltip",
|
|
1115
|
+
theme: "",
|
|
1116
|
+
zIndex: 9999
|
|
1117
|
+
}, q = Object.assign({
|
|
1118
|
+
appendTo: gn,
|
|
1119
|
+
aria: {
|
|
1120
|
+
content: "auto",
|
|
1121
|
+
expanded: "auto"
|
|
1122
|
+
},
|
|
1123
|
+
delay: 0,
|
|
1124
|
+
duration: [300, 250],
|
|
1125
|
+
getReferenceClientRect: null,
|
|
1126
|
+
hideOnClick: !0,
|
|
1127
|
+
ignoreAttributes: !1,
|
|
1128
|
+
interactive: !1,
|
|
1129
|
+
interactiveBorder: 2,
|
|
1130
|
+
interactiveDebounce: 0,
|
|
1131
|
+
moveTransition: "",
|
|
1132
|
+
offset: [0, 10],
|
|
1133
|
+
onAfterUpdate: function() {
|
|
1134
|
+
},
|
|
1135
|
+
onBeforeUpdate: function() {
|
|
1136
|
+
},
|
|
1137
|
+
onCreate: function() {
|
|
1138
|
+
},
|
|
1139
|
+
onDestroy: function() {
|
|
1140
|
+
},
|
|
1141
|
+
onHidden: function() {
|
|
1142
|
+
},
|
|
1143
|
+
onHide: function() {
|
|
1144
|
+
},
|
|
1145
|
+
onMount: function() {
|
|
1146
|
+
},
|
|
1147
|
+
onShow: function() {
|
|
1148
|
+
},
|
|
1149
|
+
onShown: function() {
|
|
1150
|
+
},
|
|
1151
|
+
onTrigger: function() {
|
|
1152
|
+
},
|
|
1153
|
+
onUntrigger: function() {
|
|
1154
|
+
},
|
|
1155
|
+
onClickOutside: function() {
|
|
1156
|
+
},
|
|
1157
|
+
placement: "top",
|
|
1158
|
+
plugins: [],
|
|
1159
|
+
popperOptions: {},
|
|
1160
|
+
render: null,
|
|
1161
|
+
showOnCreate: !1,
|
|
1162
|
+
touch: !0,
|
|
1163
|
+
trigger: "mouseenter focus",
|
|
1164
|
+
triggerTarget: null
|
|
1165
|
+
}, On, li), di = Object.keys(q), vi = function(t) {
|
|
1166
|
+
process.env.NODE_ENV !== "production" && xn(t, []);
|
|
1167
|
+
var n = Object.keys(t);
|
|
1168
|
+
n.forEach(function(r) {
|
|
1169
|
+
q[r] = t[r];
|
|
1170
|
+
});
|
|
1171
|
+
};
|
|
1172
|
+
function En(e) {
|
|
1173
|
+
var t = e.plugins || [], n = t.reduce(function(r, o) {
|
|
1174
|
+
var a = o.name, c = o.defaultValue;
|
|
1175
|
+
if (a) {
|
|
1176
|
+
var p;
|
|
1177
|
+
r[a] = e[a] !== void 0 ? e[a] : (p = q[a]) != null ? p : c;
|
|
1178
|
+
}
|
|
1179
|
+
return r;
|
|
1180
|
+
}, {});
|
|
1181
|
+
return Object.assign({}, e, n);
|
|
1182
|
+
}
|
|
1183
|
+
function mi(e, t) {
|
|
1184
|
+
var n = t ? Object.keys(En(Object.assign({}, q, {
|
|
1185
|
+
plugins: t
|
|
1186
|
+
}))) : di, r = n.reduce(function(o, a) {
|
|
1187
|
+
var c = (e.getAttribute("data-tippy-" + a) || "").trim();
|
|
1188
|
+
if (!c)
|
|
1189
|
+
return o;
|
|
1190
|
+
if (a === "content")
|
|
1191
|
+
o[a] = c;
|
|
1192
|
+
else
|
|
1193
|
+
try {
|
|
1194
|
+
o[a] = JSON.parse(c);
|
|
1195
|
+
} catch {
|
|
1196
|
+
o[a] = c;
|
|
1197
|
+
}
|
|
1198
|
+
return o;
|
|
1199
|
+
}, {});
|
|
1200
|
+
return r;
|
|
1201
|
+
}
|
|
1202
|
+
function Kt(e, t) {
|
|
1203
|
+
var n = Object.assign({}, t, {
|
|
1204
|
+
content: yn(t.content, [e])
|
|
1205
|
+
}, t.ignoreAttributes ? {} : mi(e, t.plugins));
|
|
1206
|
+
return n.aria = Object.assign({}, q.aria, n.aria), n.aria = {
|
|
1207
|
+
expanded: n.aria.expanded === "auto" ? t.interactive : n.aria.expanded,
|
|
1208
|
+
content: n.aria.content === "auto" ? t.interactive ? null : "describedby" : n.aria.content
|
|
1209
|
+
}, n;
|
|
1210
|
+
}
|
|
1211
|
+
function xn(e, t) {
|
|
1212
|
+
e === void 0 && (e = {}), t === void 0 && (t = []);
|
|
1213
|
+
var n = Object.keys(e);
|
|
1214
|
+
n.forEach(function(r) {
|
|
1215
|
+
var o = Xr(q, Object.keys(On)), a = !Yr(o, r);
|
|
1216
|
+
a && (a = t.filter(function(c) {
|
|
1217
|
+
return c.name === r;
|
|
1218
|
+
}).length === 0), ae(a, ["`" + r + "`", "is not a valid prop. You may have spelled it incorrectly, or if it's", "a plugin, forgot to pass it in an array as props.plugins.", `
|
|
1219
|
+
|
|
1220
|
+
`, `All props: https://atomiks.github.io/tippyjs/v6/all-props/
|
|
1221
|
+
`, "Plugins: https://atomiks.github.io/tippyjs/v6/plugins/"].join(" "));
|
|
1222
|
+
});
|
|
1223
|
+
}
|
|
1224
|
+
var hi = function() {
|
|
1225
|
+
return "innerHTML";
|
|
1226
|
+
};
|
|
1227
|
+
function Ot(e, t) {
|
|
1228
|
+
e[hi()] = t;
|
|
1229
|
+
}
|
|
1230
|
+
function Jt(e) {
|
|
1231
|
+
var t = ke();
|
|
1232
|
+
return e === !0 ? t.className = mn : (t.className = hn, He(e) ? t.appendChild(e) : Ot(t, e)), t;
|
|
1233
|
+
}
|
|
1234
|
+
function Qt(e, t) {
|
|
1235
|
+
He(t.content) ? (Ot(e, ""), e.appendChild(t.content)) : typeof t.content != "function" && (t.allowHTML ? Ot(e, t.content) : e.textContent = t.content);
|
|
1236
|
+
}
|
|
1237
|
+
function Et(e) {
|
|
1238
|
+
var t = e.firstElementChild, n = st(t.children);
|
|
1239
|
+
return {
|
|
1240
|
+
box: t,
|
|
1241
|
+
content: n.find(function(r) {
|
|
1242
|
+
return r.classList.contains(vn);
|
|
1243
|
+
}),
|
|
1244
|
+
arrow: n.find(function(r) {
|
|
1245
|
+
return r.classList.contains(mn) || r.classList.contains(hn);
|
|
1246
|
+
}),
|
|
1247
|
+
backdrop: n.find(function(r) {
|
|
1248
|
+
return r.classList.contains(zr);
|
|
1249
|
+
})
|
|
1250
|
+
};
|
|
1251
|
+
}
|
|
1252
|
+
function Tn(e) {
|
|
1253
|
+
var t = ke(), n = ke();
|
|
1254
|
+
n.className = qr, n.setAttribute("data-state", "hidden"), n.setAttribute("tabindex", "-1");
|
|
1255
|
+
var r = ke();
|
|
1256
|
+
r.className = vn, r.setAttribute("data-state", "hidden"), Qt(r, e.props), t.appendChild(n), n.appendChild(r), o(e.props, e.props);
|
|
1257
|
+
function o(a, c) {
|
|
1258
|
+
var p = Et(t), u = p.box, l = p.content, f = p.arrow;
|
|
1259
|
+
c.theme ? u.setAttribute("data-theme", c.theme) : u.removeAttribute("data-theme"), typeof c.animation == "string" ? u.setAttribute("data-animation", c.animation) : u.removeAttribute("data-animation"), c.inertia ? u.setAttribute("data-inertia", "") : u.removeAttribute("data-inertia"), u.style.maxWidth = typeof c.maxWidth == "number" ? c.maxWidth + "px" : c.maxWidth, c.role ? u.setAttribute("role", c.role) : u.removeAttribute("role"), (a.content !== c.content || a.allowHTML !== c.allowHTML) && Qt(l, e.props), c.arrow ? f ? a.arrow !== c.arrow && (u.removeChild(f), u.appendChild(Jt(c.arrow))) : u.appendChild(Jt(c.arrow)) : f && u.removeChild(f);
|
|
1260
|
+
}
|
|
1261
|
+
return {
|
|
1262
|
+
popper: t,
|
|
1263
|
+
onUpdate: o
|
|
1264
|
+
};
|
|
1265
|
+
}
|
|
1266
|
+
Tn.$$tippy = !0;
|
|
1267
|
+
var gi = 1, it = [], mt = [];
|
|
1268
|
+
function yi(e, t) {
|
|
1269
|
+
var n = Kt(e, Object.assign({}, q, En(qt(t)))), r, o, a, c = !1, p = !1, u = !1, l = !1, f, b, E, m = [], w = _t(ze, n.interactiveDebounce), g, y = gi++, D = null, S = Kr(n.plugins), N = {
|
|
1270
|
+
// Is the instance currently enabled?
|
|
1271
|
+
isEnabled: !0,
|
|
1272
|
+
// Is the tippy currently showing and not transitioning out?
|
|
1273
|
+
isVisible: !1,
|
|
1274
|
+
// Has the instance been destroyed?
|
|
1275
|
+
isDestroyed: !1,
|
|
1276
|
+
// Is the tippy currently mounted to the DOM?
|
|
1277
|
+
isMounted: !1,
|
|
1278
|
+
// Has the tippy finished transitioning in?
|
|
1279
|
+
isShown: !1
|
|
1280
|
+
}, i = {
|
|
1281
|
+
// properties
|
|
1282
|
+
id: y,
|
|
1283
|
+
reference: e,
|
|
1284
|
+
popper: ke(),
|
|
1285
|
+
popperInstance: D,
|
|
1286
|
+
props: n,
|
|
1287
|
+
state: N,
|
|
1288
|
+
plugins: S,
|
|
1289
|
+
// methods
|
|
1290
|
+
clearDelayTimeouts: Je,
|
|
1291
|
+
setProps: Qe,
|
|
1292
|
+
setContent: Ze,
|
|
1293
|
+
show: jn,
|
|
1294
|
+
hide: Sn,
|
|
1295
|
+
hideWithInteractivity: Ln,
|
|
1296
|
+
enable: Re,
|
|
1297
|
+
disable: Ke,
|
|
1298
|
+
unmount: Pn,
|
|
1299
|
+
destroy: Nn
|
|
1300
|
+
};
|
|
1301
|
+
if (!n.render)
|
|
1302
|
+
return process.env.NODE_ENV !== "production" && wt(!0, "render() function has not been supplied."), i;
|
|
1303
|
+
var x = n.render(i), d = x.popper, P = x.onUpdate;
|
|
1304
|
+
d.setAttribute("data-tippy-root", ""), d.id = "tippy-" + i.id, i.popper = d, e._tippy = i, d._tippy = i;
|
|
1305
|
+
var B = S.map(function(s) {
|
|
1306
|
+
return s.fn(i);
|
|
1307
|
+
}), A = e.hasAttribute("aria-expanded");
|
|
1308
|
+
return we(), H(), V(), k("onCreate", [i]), n.showOnCreate && Ne(), d.addEventListener("mouseenter", function() {
|
|
1309
|
+
i.props.interactive && i.state.isVisible && i.clearDelayTimeouts();
|
|
1310
|
+
}), d.addEventListener("mouseleave", function() {
|
|
1311
|
+
i.props.interactive && i.props.trigger.indexOf("mouseenter") >= 0 && L().addEventListener("mousemove", w);
|
|
1312
|
+
}), i;
|
|
1313
|
+
function C() {
|
|
1314
|
+
var s = i.props.touch;
|
|
1315
|
+
return Array.isArray(s) ? s : [s, 0];
|
|
1316
|
+
}
|
|
1317
|
+
function M() {
|
|
1318
|
+
return C()[0] === "hold";
|
|
1319
|
+
}
|
|
1320
|
+
function $() {
|
|
1321
|
+
var s;
|
|
1322
|
+
return !!((s = i.props.render) != null && s.$$tippy);
|
|
1323
|
+
}
|
|
1324
|
+
function R() {
|
|
1325
|
+
return g || e;
|
|
1326
|
+
}
|
|
1327
|
+
function L() {
|
|
1328
|
+
var s = R().parentNode;
|
|
1329
|
+
return s ? ni(s) : document;
|
|
1330
|
+
}
|
|
1331
|
+
function O() {
|
|
1332
|
+
return Et(d);
|
|
1333
|
+
}
|
|
1334
|
+
function I(s) {
|
|
1335
|
+
return i.state.isMounted && !i.state.isVisible || Z.isTouch || f && f.type === "focus" ? 0 : lt(i.props.delay, s ? 0 : 1, q.delay);
|
|
1336
|
+
}
|
|
1337
|
+
function V(s) {
|
|
1338
|
+
s === void 0 && (s = !1), d.style.pointerEvents = i.props.interactive && !s ? "" : "none", d.style.zIndex = "" + i.props.zIndex;
|
|
1339
|
+
}
|
|
1340
|
+
function k(s, v, h) {
|
|
1341
|
+
if (h === void 0 && (h = !0), B.forEach(function(T) {
|
|
1342
|
+
T[s] && T[s].apply(T, v);
|
|
1343
|
+
}), h) {
|
|
1344
|
+
var j;
|
|
1345
|
+
(j = i.props)[s].apply(j, v);
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
function W() {
|
|
1349
|
+
var s = i.props.aria;
|
|
1350
|
+
if (s.content) {
|
|
1351
|
+
var v = "aria-" + s.content, h = d.id, j = Te(i.props.triggerTarget || e);
|
|
1352
|
+
j.forEach(function(T) {
|
|
1353
|
+
var U = T.getAttribute(v);
|
|
1354
|
+
if (i.state.isVisible)
|
|
1355
|
+
T.setAttribute(v, U ? U + " " + h : h);
|
|
1356
|
+
else {
|
|
1357
|
+
var Y = U && U.replace(h, "").trim();
|
|
1358
|
+
Y ? T.setAttribute(v, Y) : T.removeAttribute(v);
|
|
1359
|
+
}
|
|
1360
|
+
});
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
function H() {
|
|
1364
|
+
if (!(A || !i.props.aria.expanded)) {
|
|
1365
|
+
var s = Te(i.props.triggerTarget || e);
|
|
1366
|
+
s.forEach(function(v) {
|
|
1367
|
+
i.props.interactive ? v.setAttribute("aria-expanded", i.state.isVisible && v === R() ? "true" : "false") : v.removeAttribute("aria-expanded");
|
|
1368
|
+
});
|
|
1369
|
+
}
|
|
1370
|
+
}
|
|
1371
|
+
function fe() {
|
|
1372
|
+
L().removeEventListener("mousemove", w), it = it.filter(function(s) {
|
|
1373
|
+
return s !== w;
|
|
1374
|
+
});
|
|
1375
|
+
}
|
|
1376
|
+
function Q(s) {
|
|
1377
|
+
if (!(Z.isTouch && (u || s.type === "mousedown"))) {
|
|
1378
|
+
var v = s.composedPath && s.composedPath()[0] || s.target;
|
|
1379
|
+
if (!(i.props.interactive && Yt(d, v))) {
|
|
1380
|
+
if (Te(i.props.triggerTarget || e).some(function(h) {
|
|
1381
|
+
return Yt(h, v);
|
|
1382
|
+
})) {
|
|
1383
|
+
if (Z.isTouch || i.state.isVisible && i.props.trigger.indexOf("click") >= 0)
|
|
1384
|
+
return;
|
|
1385
|
+
} else
|
|
1386
|
+
k("onClickOutside", [i, s]);
|
|
1387
|
+
i.props.hideOnClick === !0 && (i.clearDelayTimeouts(), i.hide(), p = !0, setTimeout(function() {
|
|
1388
|
+
p = !1;
|
|
1389
|
+
}), i.state.isMounted || re());
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
function le() {
|
|
1394
|
+
u = !0;
|
|
1395
|
+
}
|
|
1396
|
+
function ne() {
|
|
1397
|
+
u = !1;
|
|
1398
|
+
}
|
|
1399
|
+
function J() {
|
|
1400
|
+
var s = L();
|
|
1401
|
+
s.addEventListener("mousedown", Q, !0), s.addEventListener("touchend", Q, me), s.addEventListener("touchstart", ne, me), s.addEventListener("touchmove", le, me);
|
|
1402
|
+
}
|
|
1403
|
+
function re() {
|
|
1404
|
+
var s = L();
|
|
1405
|
+
s.removeEventListener("mousedown", Q, !0), s.removeEventListener("touchend", Q, me), s.removeEventListener("touchstart", ne, me), s.removeEventListener("touchmove", le, me);
|
|
1406
|
+
}
|
|
1407
|
+
function ye(s, v) {
|
|
1408
|
+
be(s, function() {
|
|
1409
|
+
!i.state.isVisible && d.parentNode && d.parentNode.contains(d) && v();
|
|
1410
|
+
});
|
|
1411
|
+
}
|
|
1412
|
+
function ie(s, v) {
|
|
1413
|
+
be(s, v);
|
|
1414
|
+
}
|
|
1415
|
+
function be(s, v) {
|
|
1416
|
+
var h = O().box;
|
|
1417
|
+
function j(T) {
|
|
1418
|
+
T.target === h && (vt(h, "remove", j), v());
|
|
1419
|
+
}
|
|
1420
|
+
if (s === 0)
|
|
1421
|
+
return v();
|
|
1422
|
+
vt(h, "remove", b), vt(h, "add", j), b = j;
|
|
1423
|
+
}
|
|
1424
|
+
function ue(s, v, h) {
|
|
1425
|
+
h === void 0 && (h = !1);
|
|
1426
|
+
var j = Te(i.props.triggerTarget || e);
|
|
1427
|
+
j.forEach(function(T) {
|
|
1428
|
+
T.addEventListener(s, v, h), m.push({
|
|
1429
|
+
node: T,
|
|
1430
|
+
eventType: s,
|
|
1431
|
+
handler: v,
|
|
1432
|
+
options: h
|
|
1433
|
+
});
|
|
1434
|
+
});
|
|
1435
|
+
}
|
|
1436
|
+
function we() {
|
|
1437
|
+
M() && (ue("touchstart", Se, {
|
|
1438
|
+
passive: !0
|
|
1439
|
+
}), ue("touchend", Ye, {
|
|
1440
|
+
passive: !0
|
|
1441
|
+
})), Gr(i.props.trigger).forEach(function(s) {
|
|
1442
|
+
if (s !== "manual")
|
|
1443
|
+
switch (ue(s, Se), s) {
|
|
1444
|
+
case "mouseenter":
|
|
1445
|
+
ue("mouseleave", Ye);
|
|
1446
|
+
break;
|
|
1447
|
+
case "focus":
|
|
1448
|
+
ue(ui ? "focusout" : "blur", Le);
|
|
1449
|
+
break;
|
|
1450
|
+
case "focusin":
|
|
1451
|
+
ue("focusout", Le);
|
|
1452
|
+
break;
|
|
1453
|
+
}
|
|
1454
|
+
});
|
|
1455
|
+
}
|
|
1456
|
+
function qe() {
|
|
1457
|
+
m.forEach(function(s) {
|
|
1458
|
+
var v = s.node, h = s.eventType, j = s.handler, T = s.options;
|
|
1459
|
+
v.removeEventListener(h, j, T);
|
|
1460
|
+
}), m = [];
|
|
1461
|
+
}
|
|
1462
|
+
function Se(s) {
|
|
1463
|
+
var v, h = !1;
|
|
1464
|
+
if (!(!i.state.isEnabled || Pe(s) || p)) {
|
|
1465
|
+
var j = ((v = f) == null ? void 0 : v.type) === "focus";
|
|
1466
|
+
f = s, g = s.currentTarget, H(), !i.state.isVisible && Zr(s) && it.forEach(function(T) {
|
|
1467
|
+
return T(s);
|
|
1468
|
+
}), s.type === "click" && (i.props.trigger.indexOf("mouseenter") < 0 || c) && i.props.hideOnClick !== !1 && i.state.isVisible ? h = !0 : Ne(s), s.type === "click" && (c = !h), h && !j && de(s);
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
function ze(s) {
|
|
1472
|
+
var v = s.target, h = R().contains(v) || d.contains(v);
|
|
1473
|
+
if (!(s.type === "mousemove" && h)) {
|
|
1474
|
+
var j = ce().concat(d).map(function(T) {
|
|
1475
|
+
var U, Y = T._tippy, Oe = (U = Y.popperInstance) == null ? void 0 : U.state;
|
|
1476
|
+
return Oe ? {
|
|
1477
|
+
popperRect: T.getBoundingClientRect(),
|
|
1478
|
+
popperState: Oe,
|
|
1479
|
+
props: n
|
|
1480
|
+
} : null;
|
|
1481
|
+
}).filter(Boolean);
|
|
1482
|
+
ri(j, s) && (fe(), de(s));
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
function Ye(s) {
|
|
1486
|
+
var v = Pe(s) || i.props.trigger.indexOf("click") >= 0 && c;
|
|
1487
|
+
if (!v) {
|
|
1488
|
+
if (i.props.interactive) {
|
|
1489
|
+
i.hideWithInteractivity(s);
|
|
1490
|
+
return;
|
|
1491
|
+
}
|
|
1492
|
+
de(s);
|
|
1493
|
+
}
|
|
1494
|
+
}
|
|
1495
|
+
function Le(s) {
|
|
1496
|
+
i.props.trigger.indexOf("focusin") < 0 && s.target !== R() || i.props.interactive && s.relatedTarget && d.contains(s.relatedTarget) || de(s);
|
|
1497
|
+
}
|
|
1498
|
+
function Pe(s) {
|
|
1499
|
+
return Z.isTouch ? M() !== s.type.indexOf("touch") >= 0 : !1;
|
|
1500
|
+
}
|
|
1501
|
+
function Xe() {
|
|
1502
|
+
Ge();
|
|
1503
|
+
var s = i.props, v = s.popperOptions, h = s.placement, j = s.offset, T = s.getReferenceClientRect, U = s.moveTransition, Y = $() ? Et(d).arrow : null, Oe = T ? {
|
|
1504
|
+
getBoundingClientRect: T,
|
|
1505
|
+
contextElement: T.contextElement || R()
|
|
1506
|
+
} : e, Nt = {
|
|
1507
|
+
name: "$$tippy",
|
|
1508
|
+
enabled: !0,
|
|
1509
|
+
phase: "beforeWrite",
|
|
1510
|
+
requires: ["computeStyles"],
|
|
1511
|
+
fn: function(et) {
|
|
1512
|
+
var Ee = et.state;
|
|
1513
|
+
if ($()) {
|
|
1514
|
+
var Rn = O(), pt = Rn.box;
|
|
1515
|
+
["placement", "reference-hidden", "escaped"].forEach(function(tt) {
|
|
1516
|
+
tt === "placement" ? pt.setAttribute("data-placement", Ee.placement) : Ee.attributes.popper["data-popper-" + tt] ? pt.setAttribute("data-" + tt, "") : pt.removeAttribute("data-" + tt);
|
|
1517
|
+
}), Ee.attributes.popper = {};
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1520
|
+
}, ve = [{
|
|
1521
|
+
name: "offset",
|
|
1522
|
+
options: {
|
|
1523
|
+
offset: j
|
|
1524
|
+
}
|
|
1525
|
+
}, {
|
|
1526
|
+
name: "preventOverflow",
|
|
1527
|
+
options: {
|
|
1528
|
+
padding: {
|
|
1529
|
+
top: 2,
|
|
1530
|
+
bottom: 2,
|
|
1531
|
+
left: 5,
|
|
1532
|
+
right: 5
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
}, {
|
|
1536
|
+
name: "flip",
|
|
1537
|
+
options: {
|
|
1538
|
+
padding: 5
|
|
1539
|
+
}
|
|
1540
|
+
}, {
|
|
1541
|
+
name: "computeStyles",
|
|
1542
|
+
options: {
|
|
1543
|
+
adaptive: !U
|
|
1544
|
+
}
|
|
1545
|
+
}, Nt];
|
|
1546
|
+
$() && Y && ve.push({
|
|
1547
|
+
name: "arrow",
|
|
1548
|
+
options: {
|
|
1549
|
+
element: Y,
|
|
1550
|
+
padding: 3
|
|
1551
|
+
}
|
|
1552
|
+
}), ve.push.apply(ve, v?.modifiers || []), i.popperInstance = Fr(Oe, d, Object.assign({}, v, {
|
|
1553
|
+
placement: h,
|
|
1554
|
+
onFirstUpdate: E,
|
|
1555
|
+
modifiers: ve
|
|
1556
|
+
}));
|
|
1557
|
+
}
|
|
1558
|
+
function Ge() {
|
|
1559
|
+
i.popperInstance && (i.popperInstance.destroy(), i.popperInstance = null);
|
|
1560
|
+
}
|
|
1561
|
+
function oe() {
|
|
1562
|
+
var s = i.props.appendTo, v, h = R();
|
|
1563
|
+
i.props.interactive && s === gn || s === "parent" ? v = h.parentNode : v = yn(s, [h]), v.contains(d) || v.appendChild(d), i.state.isMounted = !0, Xe(), process.env.NODE_ENV !== "production" && ae(i.props.interactive && s === q.appendTo && h.nextElementSibling !== d, ["Interactive tippy element may not be accessible via keyboard", "navigation because it is not directly after the reference element", "in the DOM source order.", `
|
|
1564
|
+
|
|
1565
|
+
`, "Using a wrapper <div> or <span> tag around the reference element", "solves this by creating a new parentNode context.", `
|
|
1566
|
+
|
|
1567
|
+
`, "Specifying `appendTo: document.body` silences this warning, but it", "assumes you are using a focus management solution to handle", "keyboard navigation.", `
|
|
1568
|
+
|
|
1569
|
+
`, "See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "));
|
|
1570
|
+
}
|
|
1571
|
+
function ce() {
|
|
1572
|
+
return st(d.querySelectorAll("[data-tippy-root]"));
|
|
1573
|
+
}
|
|
1574
|
+
function Ne(s) {
|
|
1575
|
+
i.clearDelayTimeouts(), s && k("onTrigger", [i, s]), J();
|
|
1576
|
+
var v = I(!0), h = C(), j = h[0], T = h[1];
|
|
1577
|
+
Z.isTouch && j === "hold" && T && (v = T), v ? r = setTimeout(function() {
|
|
1578
|
+
i.show();
|
|
1579
|
+
}, v) : i.show();
|
|
1580
|
+
}
|
|
1581
|
+
function de(s) {
|
|
1582
|
+
if (i.clearDelayTimeouts(), k("onUntrigger", [i, s]), !i.state.isVisible) {
|
|
1583
|
+
re();
|
|
1584
|
+
return;
|
|
1585
|
+
}
|
|
1586
|
+
if (!(i.props.trigger.indexOf("mouseenter") >= 0 && i.props.trigger.indexOf("click") >= 0 && ["mouseleave", "mousemove"].indexOf(s.type) >= 0 && c)) {
|
|
1587
|
+
var v = I(!1);
|
|
1588
|
+
v ? o = setTimeout(function() {
|
|
1589
|
+
i.state.isVisible && i.hide();
|
|
1590
|
+
}, v) : a = requestAnimationFrame(function() {
|
|
1591
|
+
i.hide();
|
|
1592
|
+
});
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
function Re() {
|
|
1596
|
+
i.state.isEnabled = !0;
|
|
1597
|
+
}
|
|
1598
|
+
function Ke() {
|
|
1599
|
+
i.hide(), i.state.isEnabled = !1;
|
|
1600
|
+
}
|
|
1601
|
+
function Je() {
|
|
1602
|
+
clearTimeout(r), clearTimeout(o), cancelAnimationFrame(a);
|
|
1603
|
+
}
|
|
1604
|
+
function Qe(s) {
|
|
1605
|
+
if (process.env.NODE_ENV !== "production" && ae(i.state.isDestroyed, xe("setProps")), !i.state.isDestroyed) {
|
|
1606
|
+
k("onBeforeUpdate", [i, s]), qe();
|
|
1607
|
+
var v = i.props, h = Kt(e, Object.assign({}, v, qt(s), {
|
|
1608
|
+
ignoreAttributes: !0
|
|
1609
|
+
}));
|
|
1610
|
+
i.props = h, we(), v.interactiveDebounce !== h.interactiveDebounce && (fe(), w = _t(ze, h.interactiveDebounce)), v.triggerTarget && !h.triggerTarget ? Te(v.triggerTarget).forEach(function(j) {
|
|
1611
|
+
j.removeAttribute("aria-expanded");
|
|
1612
|
+
}) : h.triggerTarget && e.removeAttribute("aria-expanded"), H(), V(), P && P(v, h), i.popperInstance && (Xe(), ce().forEach(function(j) {
|
|
1613
|
+
requestAnimationFrame(j._tippy.popperInstance.forceUpdate);
|
|
1614
|
+
})), k("onAfterUpdate", [i, s]);
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
function Ze(s) {
|
|
1618
|
+
i.setProps({
|
|
1619
|
+
content: s
|
|
1620
|
+
});
|
|
1621
|
+
}
|
|
1622
|
+
function jn() {
|
|
1623
|
+
process.env.NODE_ENV !== "production" && ae(i.state.isDestroyed, xe("show"));
|
|
1624
|
+
var s = i.state.isVisible, v = i.state.isDestroyed, h = !i.state.isEnabled, j = Z.isTouch && !i.props.touch, T = lt(i.props.duration, 0, q.duration);
|
|
1625
|
+
if (!(s || v || h || j) && !R().hasAttribute("disabled") && (k("onShow", [i], !1), i.props.onShow(i) !== !1)) {
|
|
1626
|
+
if (i.state.isVisible = !0, $() && (d.style.visibility = "visible"), V(), J(), i.state.isMounted || (d.style.transition = "none"), $()) {
|
|
1627
|
+
var U = O(), Y = U.box, Oe = U.content;
|
|
1628
|
+
dt([Y, Oe], 0);
|
|
1629
|
+
}
|
|
1630
|
+
E = function() {
|
|
1631
|
+
var ve;
|
|
1632
|
+
if (!(!i.state.isVisible || l)) {
|
|
1633
|
+
if (l = !0, d.offsetHeight, d.style.transition = i.props.moveTransition, $() && i.props.animation) {
|
|
1634
|
+
var ct = O(), et = ct.box, Ee = ct.content;
|
|
1635
|
+
dt([et, Ee], T), zt([et, Ee], "visible");
|
|
1636
|
+
}
|
|
1637
|
+
W(), H(), Ft(mt, i), (ve = i.popperInstance) == null || ve.forceUpdate(), k("onMount", [i]), i.props.animation && $() && ie(T, function() {
|
|
1638
|
+
i.state.isShown = !0, k("onShown", [i]);
|
|
1639
|
+
});
|
|
1640
|
+
}
|
|
1641
|
+
}, oe();
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
function Sn() {
|
|
1645
|
+
process.env.NODE_ENV !== "production" && ae(i.state.isDestroyed, xe("hide"));
|
|
1646
|
+
var s = !i.state.isVisible, v = i.state.isDestroyed, h = !i.state.isEnabled, j = lt(i.props.duration, 1, q.duration);
|
|
1647
|
+
if (!(s || v || h) && (k("onHide", [i], !1), i.props.onHide(i) !== !1)) {
|
|
1648
|
+
if (i.state.isVisible = !1, i.state.isShown = !1, l = !1, c = !1, $() && (d.style.visibility = "hidden"), fe(), re(), V(!0), $()) {
|
|
1649
|
+
var T = O(), U = T.box, Y = T.content;
|
|
1650
|
+
i.props.animation && (dt([U, Y], j), zt([U, Y], "hidden"));
|
|
1651
|
+
}
|
|
1652
|
+
W(), H(), i.props.animation ? $() && ye(j, i.unmount) : i.unmount();
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
function Ln(s) {
|
|
1656
|
+
process.env.NODE_ENV !== "production" && ae(i.state.isDestroyed, xe("hideWithInteractivity")), L().addEventListener("mousemove", w), Ft(it, w), w(s);
|
|
1657
|
+
}
|
|
1658
|
+
function Pn() {
|
|
1659
|
+
process.env.NODE_ENV !== "production" && ae(i.state.isDestroyed, xe("unmount")), i.state.isVisible && i.hide(), i.state.isMounted && (Ge(), ce().forEach(function(s) {
|
|
1660
|
+
s._tippy.unmount();
|
|
1661
|
+
}), d.parentNode && d.parentNode.removeChild(d), mt = mt.filter(function(s) {
|
|
1662
|
+
return s !== i;
|
|
1663
|
+
}), i.state.isMounted = !1, k("onHidden", [i]));
|
|
1664
|
+
}
|
|
1665
|
+
function Nn() {
|
|
1666
|
+
process.env.NODE_ENV !== "production" && ae(i.state.isDestroyed, xe("destroy")), !i.state.isDestroyed && (i.clearDelayTimeouts(), i.unmount(), qe(), delete e._tippy, i.state.isDestroyed = !0, k("onDestroy", [i]));
|
|
1667
|
+
}
|
|
1668
|
+
}
|
|
1669
|
+
function Fe(e, t) {
|
|
1670
|
+
t === void 0 && (t = {});
|
|
1671
|
+
var n = q.plugins.concat(t.plugins || []);
|
|
1672
|
+
process.env.NODE_ENV !== "production" && (fi(e), xn(t, n)), ai();
|
|
1673
|
+
var r = Object.assign({}, t, {
|
|
1674
|
+
plugins: n
|
|
1675
|
+
}), o = ti(e);
|
|
1676
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1677
|
+
var a = He(r.content), c = o.length > 1;
|
|
1678
|
+
ae(a && c, ["tippy() was passed an Element as the `content` prop, but more than", "one tippy instance was created by this invocation. This means the", "content element will only be appended to the last tippy instance.", `
|
|
1679
|
+
|
|
1680
|
+
`, "Instead, pass the .innerHTML of the element, or use a function that", "returns a cloned version of the element instead.", `
|
|
1681
|
+
|
|
1682
|
+
`, `1) content: element.innerHTML
|
|
1683
|
+
`, "2) content: () => element.cloneNode(true)"].join(" "));
|
|
1684
|
+
}
|
|
1685
|
+
var p = o.reduce(function(u, l) {
|
|
1686
|
+
var f = l && yi(l, r);
|
|
1687
|
+
return f && u.push(f), u;
|
|
1688
|
+
}, []);
|
|
1689
|
+
return He(e) ? p[0] : p;
|
|
1690
|
+
}
|
|
1691
|
+
Fe.defaultProps = q;
|
|
1692
|
+
Fe.setDefaultProps = vi;
|
|
1693
|
+
Fe.currentInput = Z;
|
|
1694
|
+
Object.assign({}, an, {
|
|
1695
|
+
effect: function(t) {
|
|
1696
|
+
var n = t.state, r = {
|
|
1697
|
+
popper: {
|
|
1698
|
+
position: n.options.strategy,
|
|
1699
|
+
left: "0",
|
|
1700
|
+
top: "0",
|
|
1701
|
+
margin: "0"
|
|
1702
|
+
},
|
|
1703
|
+
arrow: {
|
|
1704
|
+
position: "absolute"
|
|
1705
|
+
},
|
|
1706
|
+
reference: {}
|
|
1707
|
+
};
|
|
1708
|
+
Object.assign(n.elements.popper.style, r.popper), n.styles = r, n.elements.arrow && Object.assign(n.elements.arrow.style, r.arrow);
|
|
1709
|
+
}
|
|
1710
|
+
});
|
|
1711
|
+
Fe.setDefaultProps({
|
|
1712
|
+
render: Tn
|
|
1713
|
+
});
|
|
1714
|
+
function An(e, t) {
|
|
1715
|
+
if (e == null) return {};
|
|
1716
|
+
var n = {}, r = Object.keys(e), o, a;
|
|
1717
|
+
for (a = 0; a < r.length; a++)
|
|
1718
|
+
o = r[a], !(t.indexOf(o) >= 0) && (n[o] = e[o]);
|
|
1719
|
+
return n;
|
|
1720
|
+
}
|
|
1721
|
+
var Dn = typeof window < "u" && typeof document < "u";
|
|
1722
|
+
function xt(e, t) {
|
|
1723
|
+
e && (typeof e == "function" && e(t), {}.hasOwnProperty.call(e, "current") && (e.current = t));
|
|
1724
|
+
}
|
|
1725
|
+
function Zt() {
|
|
1726
|
+
return Dn && document.createElement("div");
|
|
1727
|
+
}
|
|
1728
|
+
function bi(e) {
|
|
1729
|
+
var t = {
|
|
1730
|
+
"data-placement": e.placement
|
|
1731
|
+
};
|
|
1732
|
+
return e.referenceHidden && (t["data-reference-hidden"] = ""), e.escaped && (t["data-escaped"] = ""), t;
|
|
1733
|
+
}
|
|
1734
|
+
function Cn(e, t) {
|
|
1735
|
+
if (e === t)
|
|
1736
|
+
return !0;
|
|
1737
|
+
if (typeof e == "object" && e != null && typeof t == "object" && t != null) {
|
|
1738
|
+
if (Object.keys(e).length !== Object.keys(t).length)
|
|
1739
|
+
return !1;
|
|
1740
|
+
for (var n in e)
|
|
1741
|
+
if (t.hasOwnProperty(n)) {
|
|
1742
|
+
if (!Cn(e[n], t[n]))
|
|
1743
|
+
return !1;
|
|
1744
|
+
} else
|
|
1745
|
+
return !1;
|
|
1746
|
+
return !0;
|
|
1747
|
+
} else
|
|
1748
|
+
return !1;
|
|
1749
|
+
}
|
|
1750
|
+
function wi(e) {
|
|
1751
|
+
var t = [];
|
|
1752
|
+
return e.forEach(function(n) {
|
|
1753
|
+
t.find(function(r) {
|
|
1754
|
+
return Cn(n, r);
|
|
1755
|
+
}) || t.push(n);
|
|
1756
|
+
}), t;
|
|
1757
|
+
}
|
|
1758
|
+
function Oi(e, t) {
|
|
1759
|
+
var n, r;
|
|
1760
|
+
return Object.assign({}, t, {
|
|
1761
|
+
popperOptions: Object.assign({}, e.popperOptions, t.popperOptions, {
|
|
1762
|
+
modifiers: wi([].concat(((n = e.popperOptions) == null ? void 0 : n.modifiers) || [], ((r = t.popperOptions) == null ? void 0 : r.modifiers) || []))
|
|
1763
|
+
})
|
|
1764
|
+
});
|
|
1765
|
+
}
|
|
1766
|
+
var ht = Dn ? $n : Bn;
|
|
1767
|
+
function Ei(e) {
|
|
1768
|
+
var t = kn();
|
|
1769
|
+
return t.current || (t.current = typeof e == "function" ? e() : e), t.current;
|
|
1770
|
+
}
|
|
1771
|
+
function en(e, t, n) {
|
|
1772
|
+
n.split(/\s+/).forEach(function(r) {
|
|
1773
|
+
r && e.classList[t](r);
|
|
1774
|
+
});
|
|
1775
|
+
}
|
|
1776
|
+
var xi = {
|
|
1777
|
+
name: "className",
|
|
1778
|
+
defaultValue: "",
|
|
1779
|
+
fn: function(t) {
|
|
1780
|
+
var n = t.popper.firstElementChild, r = function() {
|
|
1781
|
+
var p;
|
|
1782
|
+
return !!((p = t.props.render) != null && p.$$tippy);
|
|
1783
|
+
};
|
|
1784
|
+
function o() {
|
|
1785
|
+
if (t.props.className && !r()) {
|
|
1786
|
+
process.env.NODE_ENV !== "production" && console.warn(["@tippyjs/react: Cannot use `className` prop in conjunction with", "`render` prop. Place the className on the element you are", "rendering."].join(" "));
|
|
1787
|
+
return;
|
|
1788
|
+
}
|
|
1789
|
+
en(n, "add", t.props.className);
|
|
1790
|
+
}
|
|
1791
|
+
function a() {
|
|
1792
|
+
r() && en(n, "remove", t.props.className);
|
|
1793
|
+
}
|
|
1794
|
+
return {
|
|
1795
|
+
onCreate: o,
|
|
1796
|
+
onBeforeUpdate: a,
|
|
1797
|
+
onAfterUpdate: o
|
|
1798
|
+
};
|
|
1799
|
+
}
|
|
1800
|
+
};
|
|
1801
|
+
function Ti(e) {
|
|
1802
|
+
function t(n) {
|
|
1803
|
+
var r = n.children, o = n.content, a = n.visible, c = n.singleton, p = n.render, u = n.reference, l = n.disabled, f = l === void 0 ? !1 : l, b = n.ignoreAttributes, E = b === void 0 ? !0 : b;
|
|
1804
|
+
n.__source, n.__self;
|
|
1805
|
+
var m = An(n, ["children", "content", "visible", "singleton", "render", "reference", "disabled", "ignoreAttributes", "__source", "__self"]), w = a !== void 0, g = c !== void 0, y = ft(!1), D = y[0], S = y[1], N = ft({}), i = N[0], x = N[1], d = ft(), P = d[0], B = d[1], A = Ei(function() {
|
|
1806
|
+
return {
|
|
1807
|
+
container: Zt(),
|
|
1808
|
+
renders: 1
|
|
1809
|
+
};
|
|
1810
|
+
}), C = Object.assign({
|
|
1811
|
+
ignoreAttributes: E
|
|
1812
|
+
}, m, {
|
|
1813
|
+
content: A.container
|
|
1814
|
+
});
|
|
1815
|
+
w && (process.env.NODE_ENV !== "production" && ["trigger", "hideOnClick", "showOnCreate"].forEach(function(L) {
|
|
1816
|
+
C[L] !== void 0 && console.warn(["@tippyjs/react: Cannot specify `" + L + "` prop in", "controlled mode (`visible` prop)"].join(" "));
|
|
1817
|
+
}), C.trigger = "manual", C.hideOnClick = !1), g && (f = !0);
|
|
1818
|
+
var M = C, $ = C.plugins || [];
|
|
1819
|
+
p && (M = Object.assign({}, C, {
|
|
1820
|
+
plugins: g && c.data != null ? [].concat($, [{
|
|
1821
|
+
fn: function() {
|
|
1822
|
+
return {
|
|
1823
|
+
onTrigger: function(I, V) {
|
|
1824
|
+
var k = c.data.children.find(function(W) {
|
|
1825
|
+
var H = W.instance;
|
|
1826
|
+
return H.reference === V.currentTarget;
|
|
1827
|
+
});
|
|
1828
|
+
I.state.$$activeSingletonInstance = k.instance, B(k.content);
|
|
1829
|
+
}
|
|
1830
|
+
};
|
|
1831
|
+
}
|
|
1832
|
+
}]) : $,
|
|
1833
|
+
render: function() {
|
|
1834
|
+
return {
|
|
1835
|
+
popper: A.container
|
|
1836
|
+
};
|
|
1837
|
+
}
|
|
1838
|
+
}));
|
|
1839
|
+
var R = [u].concat(r ? [r.type] : []);
|
|
1840
|
+
return ht(function() {
|
|
1841
|
+
var L = u;
|
|
1842
|
+
u && u.hasOwnProperty("current") && (L = u.current);
|
|
1843
|
+
var O = e(L || A.ref || Zt(), Object.assign({}, M, {
|
|
1844
|
+
plugins: [xi].concat(C.plugins || [])
|
|
1845
|
+
}));
|
|
1846
|
+
return A.instance = O, f && O.disable(), a && O.show(), g && c.hook({
|
|
1847
|
+
instance: O,
|
|
1848
|
+
content: o,
|
|
1849
|
+
props: M,
|
|
1850
|
+
setSingletonContent: B
|
|
1851
|
+
}), S(!0), function() {
|
|
1852
|
+
O.destroy(), c?.cleanup(O);
|
|
1853
|
+
};
|
|
1854
|
+
}, R), ht(function() {
|
|
1855
|
+
var L;
|
|
1856
|
+
if (A.renders === 1) {
|
|
1857
|
+
A.renders++;
|
|
1858
|
+
return;
|
|
1859
|
+
}
|
|
1860
|
+
var O = A.instance;
|
|
1861
|
+
O.setProps(Oi(O.props, M)), (L = O.popperInstance) == null || L.forceUpdate(), f ? O.disable() : O.enable(), w && (a ? O.show() : O.hide()), g && c.hook({
|
|
1862
|
+
instance: O,
|
|
1863
|
+
content: o,
|
|
1864
|
+
props: M,
|
|
1865
|
+
setSingletonContent: B
|
|
1866
|
+
});
|
|
1867
|
+
}), ht(function() {
|
|
1868
|
+
var L;
|
|
1869
|
+
if (p) {
|
|
1870
|
+
var O = A.instance;
|
|
1871
|
+
O.setProps({
|
|
1872
|
+
popperOptions: Object.assign({}, O.props.popperOptions, {
|
|
1873
|
+
modifiers: [].concat((((L = O.props.popperOptions) == null ? void 0 : L.modifiers) || []).filter(function(I) {
|
|
1874
|
+
var V = I.name;
|
|
1875
|
+
return V !== "$$tippyReact";
|
|
1876
|
+
}), [{
|
|
1877
|
+
name: "$$tippyReact",
|
|
1878
|
+
enabled: !0,
|
|
1879
|
+
phase: "beforeWrite",
|
|
1880
|
+
requires: ["computeStyles"],
|
|
1881
|
+
fn: function(V) {
|
|
1882
|
+
var k, W = V.state, H = (k = W.modifiersData) == null ? void 0 : k.hide;
|
|
1883
|
+
(i.placement !== W.placement || i.referenceHidden !== H?.isReferenceHidden || i.escaped !== H?.hasPopperEscaped) && x({
|
|
1884
|
+
placement: W.placement,
|
|
1885
|
+
referenceHidden: H?.isReferenceHidden,
|
|
1886
|
+
escaped: H?.hasPopperEscaped
|
|
1887
|
+
}), W.attributes.popper = {};
|
|
1888
|
+
}
|
|
1889
|
+
}])
|
|
1890
|
+
})
|
|
1891
|
+
});
|
|
1892
|
+
}
|
|
1893
|
+
}, [i.placement, i.referenceHidden, i.escaped].concat(R)), /* @__PURE__ */ gt.createElement(gt.Fragment, null, r ? /* @__PURE__ */ nn(r, {
|
|
1894
|
+
ref: function(O) {
|
|
1895
|
+
A.ref = O, xt(r.ref, O);
|
|
1896
|
+
}
|
|
1897
|
+
}) : null, D && /* @__PURE__ */ Vn(p ? p(bi(i), P, A.instance) : o, A.container));
|
|
1898
|
+
}
|
|
1899
|
+
return t;
|
|
1900
|
+
}
|
|
1901
|
+
var Ai = (function(e, t) {
|
|
1902
|
+
return /* @__PURE__ */ Mn(function(r, o) {
|
|
1903
|
+
var a = r.children, c = An(r, ["children"]);
|
|
1904
|
+
return (
|
|
1905
|
+
// If I spread them separately here, Babel adds the _extends ponyfill for
|
|
1906
|
+
// some reason
|
|
1907
|
+
/* @__PURE__ */ gt.createElement(e, Object.assign({}, t, c), a ? /* @__PURE__ */ nn(a, {
|
|
1908
|
+
ref: function(u) {
|
|
1909
|
+
xt(o, u), xt(a.ref, u);
|
|
1910
|
+
}
|
|
1911
|
+
}) : null)
|
|
1912
|
+
);
|
|
1913
|
+
});
|
|
1914
|
+
}), Di = /* @__PURE__ */ Ai(/* @__PURE__ */ Ti(Fe));
|
|
1915
|
+
const Ci = "_tooltip_11o2j_12", ji = "_icon_11o2j_24", tn = {
|
|
1916
|
+
tooltip: Ci,
|
|
1917
|
+
icon: ji
|
|
1918
|
+
}, Mi = ({
|
|
1919
|
+
text: e,
|
|
1920
|
+
className: t,
|
|
1921
|
+
iconClassName: n,
|
|
1922
|
+
icon: r,
|
|
1923
|
+
placement: o = "top",
|
|
1924
|
+
offset: a = [0, 8]
|
|
1925
|
+
}) => /* @__PURE__ */ nt(
|
|
1926
|
+
Di,
|
|
1927
|
+
{
|
|
1928
|
+
content: /* @__PURE__ */ nt("div", { className: Rt(tn.tooltip, t), children: e }),
|
|
1929
|
+
placement: o,
|
|
1930
|
+
offset: a,
|
|
1931
|
+
popperOptions: {
|
|
1932
|
+
modifiers: [
|
|
1933
|
+
{ name: "preventOverflow", options: { boundary: "viewport", padding: 16 } },
|
|
1934
|
+
{ name: "flip", options: { boundary: "viewport", padding: 16 } }
|
|
1935
|
+
]
|
|
1936
|
+
},
|
|
1937
|
+
animation: !1,
|
|
1938
|
+
arrow: !1,
|
|
1939
|
+
appendTo: "parent",
|
|
1940
|
+
children: /* @__PURE__ */ nt("div", { className: Rt(tn.icon, n), children: r ?? /* @__PURE__ */ nt(In, {}) })
|
|
1941
|
+
}
|
|
1942
|
+
);
|
|
1943
|
+
export {
|
|
1944
|
+
Mi as Tooltip
|
|
1945
|
+
};
|