@fullkekw/popup 2.0.3 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Interfaces.d.ts +1 -1
- package/dist/index.es.js +172 -170
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +9 -9
- package/dist/index.umd.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +66 -66
package/dist/index.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import Le, { createContext as Er, useState as
|
|
1
|
+
import Le, { createContext as Er, useState as D, useEffect as L, useContext as Ye } from "react";
|
|
2
2
|
import { createPortal as _r } from "react-dom";
|
|
3
|
-
function Rr(
|
|
4
|
-
return
|
|
3
|
+
function Rr(m) {
|
|
4
|
+
return m && m.__esModule && Object.prototype.hasOwnProperty.call(m, "default") ? m.default : m;
|
|
5
5
|
}
|
|
6
|
-
var
|
|
6
|
+
var G = { exports: {} }, V = {};
|
|
7
7
|
/**
|
|
8
8
|
* @license React
|
|
9
9
|
* react-jsx-runtime.production.min.js
|
|
@@ -17,15 +17,15 @@ var Fe;
|
|
|
17
17
|
function xr() {
|
|
18
18
|
if (Fe) return V;
|
|
19
19
|
Fe = 1;
|
|
20
|
-
var
|
|
21
|
-
function c(d,
|
|
22
|
-
var
|
|
23
|
-
|
|
24
|
-
for (
|
|
25
|
-
if (d && d.defaultProps) for (
|
|
26
|
-
return { $$typeof: O, type: d, key:
|
|
20
|
+
var m = Le, O = Symbol.for("react.element"), _ = Symbol.for("react.fragment"), v = Object.prototype.hasOwnProperty, p = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
21
|
+
function c(d, y, P) {
|
|
22
|
+
var u, g = {}, a = null, x = null;
|
|
23
|
+
P !== void 0 && (a = "" + P), y.key !== void 0 && (a = "" + y.key), y.ref !== void 0 && (x = y.ref);
|
|
24
|
+
for (u in y) v.call(y, u) && !i.hasOwnProperty(u) && (g[u] = y[u]);
|
|
25
|
+
if (d && d.defaultProps) for (u in y = d.defaultProps, y) g[u] === void 0 && (g[u] = y[u]);
|
|
26
|
+
return { $$typeof: O, type: d, key: a, ref: x, props: g, _owner: p.current };
|
|
27
27
|
}
|
|
28
|
-
return V.Fragment =
|
|
28
|
+
return V.Fragment = _, V.jsx = c, V.jsxs = c, V;
|
|
29
29
|
}
|
|
30
30
|
var U = {};
|
|
31
31
|
/**
|
|
@@ -40,22 +40,22 @@ var U = {};
|
|
|
40
40
|
var Ne;
|
|
41
41
|
function Or() {
|
|
42
42
|
return Ne || (Ne = 1, process.env.NODE_ENV !== "production" && function() {
|
|
43
|
-
var
|
|
44
|
-
function
|
|
43
|
+
var m = Le, O = Symbol.for("react.element"), _ = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), p = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), d = Symbol.for("react.context"), y = Symbol.for("react.forward_ref"), P = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), a = Symbol.for("react.lazy"), x = Symbol.for("react.offscreen"), h = Symbol.iterator, C = "@@iterator";
|
|
44
|
+
function H(e) {
|
|
45
45
|
if (e === null || typeof e != "object")
|
|
46
46
|
return null;
|
|
47
|
-
var r =
|
|
47
|
+
var r = h && e[h] || e[C];
|
|
48
48
|
return typeof r == "function" ? r : null;
|
|
49
49
|
}
|
|
50
|
-
var S =
|
|
51
|
-
function
|
|
50
|
+
var S = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
51
|
+
function R(e) {
|
|
52
52
|
{
|
|
53
53
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
54
54
|
t[n - 1] = arguments[n];
|
|
55
|
-
|
|
55
|
+
Z("error", e, t);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
function
|
|
58
|
+
function Z(e, r, t) {
|
|
59
59
|
{
|
|
60
60
|
var n = S.ReactDebugCurrentFrame, f = n.getStackAddendum();
|
|
61
61
|
f !== "" && (r += "%s", t = t.concat([f]));
|
|
@@ -65,10 +65,10 @@ function Or() {
|
|
|
65
65
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
var
|
|
68
|
+
var z = !1, k = !1, Q = !1, Ue = !1, ze = !1, ce;
|
|
69
69
|
ce = Symbol.for("react.module.reference");
|
|
70
70
|
function qe(e) {
|
|
71
|
-
return !!(typeof e == "string" || typeof e == "function" || e === v || e ===
|
|
71
|
+
return !!(typeof e == "string" || typeof e == "function" || e === v || e === i || ze || e === p || e === P || e === u || Ue || e === x || z || k || Q || typeof e == "object" && e !== null && (e.$$typeof === a || e.$$typeof === g || e.$$typeof === c || e.$$typeof === d || e.$$typeof === y || // This needs to include all possible module reference object
|
|
72
72
|
// types supported by any Flight configuration anywhere since
|
|
73
73
|
// we don't know which Flight build this will end up being used
|
|
74
74
|
// with.
|
|
@@ -84,25 +84,25 @@ function Or() {
|
|
|
84
84
|
function le(e) {
|
|
85
85
|
return e.displayName || "Context";
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function I(e) {
|
|
88
88
|
if (e == null)
|
|
89
89
|
return null;
|
|
90
|
-
if (typeof e.tag == "number" &&
|
|
90
|
+
if (typeof e.tag == "number" && R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
91
91
|
return e.displayName || e.name || null;
|
|
92
92
|
if (typeof e == "string")
|
|
93
93
|
return e;
|
|
94
94
|
switch (e) {
|
|
95
95
|
case v:
|
|
96
96
|
return "Fragment";
|
|
97
|
-
case
|
|
97
|
+
case _:
|
|
98
98
|
return "Portal";
|
|
99
|
-
case
|
|
99
|
+
case i:
|
|
100
100
|
return "Profiler";
|
|
101
101
|
case p:
|
|
102
102
|
return "StrictMode";
|
|
103
|
-
case
|
|
103
|
+
case P:
|
|
104
104
|
return "Suspense";
|
|
105
|
-
case
|
|
105
|
+
case u:
|
|
106
106
|
return "SuspenseList";
|
|
107
107
|
}
|
|
108
108
|
if (typeof e == "object")
|
|
@@ -113,15 +113,15 @@ function Or() {
|
|
|
113
113
|
case c:
|
|
114
114
|
var t = e;
|
|
115
115
|
return le(t._context) + ".Provider";
|
|
116
|
-
case
|
|
116
|
+
case y:
|
|
117
117
|
return Je(e, e.render, "ForwardRef");
|
|
118
118
|
case g:
|
|
119
119
|
var n = e.displayName || null;
|
|
120
|
-
return n !== null ? n :
|
|
121
|
-
case
|
|
120
|
+
return n !== null ? n : I(e.type) || "Memo";
|
|
121
|
+
case a: {
|
|
122
122
|
var f = e, l = f._payload, s = f._init;
|
|
123
123
|
try {
|
|
124
|
-
return
|
|
124
|
+
return I(s(l));
|
|
125
125
|
} catch {
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
@@ -188,11 +188,11 @@ function Or() {
|
|
|
188
188
|
})
|
|
189
189
|
});
|
|
190
190
|
}
|
|
191
|
-
Y < 0 &&
|
|
191
|
+
Y < 0 && R("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
var ee = S.ReactCurrentDispatcher, re;
|
|
195
|
-
function
|
|
195
|
+
function q(e, r, t) {
|
|
196
196
|
{
|
|
197
197
|
if (re === void 0)
|
|
198
198
|
try {
|
|
@@ -205,16 +205,16 @@ function Or() {
|
|
|
205
205
|
` + re + e;
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
-
var te = !1,
|
|
208
|
+
var te = !1, J;
|
|
209
209
|
{
|
|
210
210
|
var Ge = typeof WeakMap == "function" ? WeakMap : Map;
|
|
211
|
-
|
|
211
|
+
J = new Ge();
|
|
212
212
|
}
|
|
213
213
|
function Ee(e, r) {
|
|
214
214
|
if (!e || te)
|
|
215
215
|
return "";
|
|
216
216
|
{
|
|
217
|
-
var t =
|
|
217
|
+
var t = J.get(e);
|
|
218
218
|
if (t !== void 0)
|
|
219
219
|
return t;
|
|
220
220
|
}
|
|
@@ -258,28 +258,28 @@ function Or() {
|
|
|
258
258
|
}
|
|
259
259
|
} catch (T) {
|
|
260
260
|
if (T && n && typeof T.stack == "string") {
|
|
261
|
-
for (var
|
|
261
|
+
for (var o = T.stack.split(`
|
|
262
262
|
`), w = n.stack.split(`
|
|
263
|
-
`),
|
|
263
|
+
`), b = o.length - 1, E = w.length - 1; b >= 1 && E >= 0 && o[b] !== w[E]; )
|
|
264
264
|
E--;
|
|
265
|
-
for (;
|
|
266
|
-
if (
|
|
267
|
-
if (
|
|
265
|
+
for (; b >= 1 && E >= 0; b--, E--)
|
|
266
|
+
if (o[b] !== w[E]) {
|
|
267
|
+
if (b !== 1 || E !== 1)
|
|
268
268
|
do
|
|
269
|
-
if (
|
|
269
|
+
if (b--, E--, E < 0 || o[b] !== w[E]) {
|
|
270
270
|
var j = `
|
|
271
|
-
` +
|
|
272
|
-
return e.displayName && j.includes("<anonymous>") && (j = j.replace("<anonymous>", e.displayName)), typeof e == "function" &&
|
|
271
|
+
` + o[b].replace(" at new ", " at ");
|
|
272
|
+
return e.displayName && j.includes("<anonymous>") && (j = j.replace("<anonymous>", e.displayName)), typeof e == "function" && J.set(e, j), j;
|
|
273
273
|
}
|
|
274
|
-
while (
|
|
274
|
+
while (b >= 1 && E >= 0);
|
|
275
275
|
break;
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
} finally {
|
|
279
279
|
te = !1, ee.current = l, Ke(), Error.prepareStackTrace = f;
|
|
280
280
|
}
|
|
281
|
-
var W = e ? e.displayName || e.name : "", F = W ?
|
|
282
|
-
return typeof e == "function" &&
|
|
281
|
+
var W = e ? e.displayName || e.name : "", F = W ? q(W) : "";
|
|
282
|
+
return typeof e == "function" && J.set(e, F), F;
|
|
283
283
|
}
|
|
284
284
|
function Xe(e, r, t) {
|
|
285
285
|
return Ee(e, !1);
|
|
@@ -288,29 +288,29 @@ function Or() {
|
|
|
288
288
|
var r = e.prototype;
|
|
289
289
|
return !!(r && r.isReactComponent);
|
|
290
290
|
}
|
|
291
|
-
function
|
|
291
|
+
function B(e, r, t) {
|
|
292
292
|
if (e == null)
|
|
293
293
|
return "";
|
|
294
294
|
if (typeof e == "function")
|
|
295
295
|
return Ee(e, He(e));
|
|
296
296
|
if (typeof e == "string")
|
|
297
|
-
return
|
|
297
|
+
return q(e);
|
|
298
298
|
switch (e) {
|
|
299
|
-
case
|
|
300
|
-
return
|
|
301
|
-
case
|
|
302
|
-
return
|
|
299
|
+
case P:
|
|
300
|
+
return q("Suspense");
|
|
301
|
+
case u:
|
|
302
|
+
return q("SuspenseList");
|
|
303
303
|
}
|
|
304
304
|
if (typeof e == "object")
|
|
305
305
|
switch (e.$$typeof) {
|
|
306
|
-
case
|
|
306
|
+
case y:
|
|
307
307
|
return Xe(e.render);
|
|
308
308
|
case g:
|
|
309
|
-
return
|
|
310
|
-
case
|
|
309
|
+
return B(e.type, r, t);
|
|
310
|
+
case a: {
|
|
311
311
|
var n = e, f = n._payload, l = n._init;
|
|
312
312
|
try {
|
|
313
|
-
return
|
|
313
|
+
return B(l(f), r, t);
|
|
314
314
|
} catch {
|
|
315
315
|
}
|
|
316
316
|
}
|
|
@@ -318,9 +318,9 @@ function Or() {
|
|
|
318
318
|
return "";
|
|
319
319
|
}
|
|
320
320
|
var M = Object.prototype.hasOwnProperty, _e = {}, Re = S.ReactDebugCurrentFrame;
|
|
321
|
-
function
|
|
321
|
+
function K(e) {
|
|
322
322
|
if (e) {
|
|
323
|
-
var r = e._owner, t =
|
|
323
|
+
var r = e._owner, t = B(e.type, e._source, r ? r.type : null);
|
|
324
324
|
Re.setExtraStackFrame(t);
|
|
325
325
|
} else
|
|
326
326
|
Re.setExtraStackFrame(null);
|
|
@@ -330,17 +330,17 @@ function Or() {
|
|
|
330
330
|
var l = Function.call.bind(M);
|
|
331
331
|
for (var s in e)
|
|
332
332
|
if (l(e, s)) {
|
|
333
|
-
var
|
|
333
|
+
var o = void 0;
|
|
334
334
|
try {
|
|
335
335
|
if (typeof e[s] != "function") {
|
|
336
336
|
var w = Error((n || "React class") + ": " + t + " type `" + s + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[s] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
337
337
|
throw w.name = "Invariant Violation", w;
|
|
338
338
|
}
|
|
339
|
-
|
|
340
|
-
} catch (
|
|
341
|
-
|
|
339
|
+
o = e[s](r, s, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
340
|
+
} catch (b) {
|
|
341
|
+
o = b;
|
|
342
342
|
}
|
|
343
|
-
|
|
343
|
+
o && !(o instanceof Error) && (K(f), R("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, s, typeof o), K(null)), o instanceof Error && !(o.message in _e) && (_e[o.message] = !0, K(f), R("Failed %s type: %s", t, o.message), K(null));
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
}
|
|
@@ -366,7 +366,7 @@ function Or() {
|
|
|
366
366
|
}
|
|
367
367
|
function Oe(e) {
|
|
368
368
|
if (rr(e))
|
|
369
|
-
return
|
|
369
|
+
return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", er(e)), xe(e);
|
|
370
370
|
}
|
|
371
371
|
var we = S.ReactCurrentOwner, tr = {
|
|
372
372
|
key: !0,
|
|
@@ -396,7 +396,7 @@ function Or() {
|
|
|
396
396
|
function ir(e, r) {
|
|
397
397
|
{
|
|
398
398
|
var t = function() {
|
|
399
|
-
Se || (Se = !0,
|
|
399
|
+
Se || (Se = !0, R("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
400
400
|
};
|
|
401
401
|
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
402
402
|
get: t,
|
|
@@ -407,7 +407,7 @@ function Or() {
|
|
|
407
407
|
function ur(e, r) {
|
|
408
408
|
{
|
|
409
409
|
var t = function() {
|
|
410
|
-
Te || (Te = !0,
|
|
410
|
+
Te || (Te = !0, R("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
411
411
|
};
|
|
412
412
|
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
413
413
|
get: t,
|
|
@@ -416,7 +416,7 @@ function Or() {
|
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
var sr = function(e, r, t, n, f, l, s) {
|
|
419
|
-
var
|
|
419
|
+
var o = {
|
|
420
420
|
// This tag allows us to uniquely identify this as a React Element
|
|
421
421
|
$$typeof: O,
|
|
422
422
|
// Built-in properties that belong on the element
|
|
@@ -427,45 +427,45 @@ function Or() {
|
|
|
427
427
|
// Record the component responsible for creating this element.
|
|
428
428
|
_owner: l
|
|
429
429
|
};
|
|
430
|
-
return
|
|
430
|
+
return o._store = {}, Object.defineProperty(o._store, "validated", {
|
|
431
431
|
configurable: !1,
|
|
432
432
|
enumerable: !1,
|
|
433
433
|
writable: !0,
|
|
434
434
|
value: !1
|
|
435
|
-
}), Object.defineProperty(
|
|
435
|
+
}), Object.defineProperty(o, "_self", {
|
|
436
436
|
configurable: !1,
|
|
437
437
|
enumerable: !1,
|
|
438
438
|
writable: !1,
|
|
439
439
|
value: n
|
|
440
|
-
}), Object.defineProperty(
|
|
440
|
+
}), Object.defineProperty(o, "_source", {
|
|
441
441
|
configurable: !1,
|
|
442
442
|
enumerable: !1,
|
|
443
443
|
writable: !1,
|
|
444
444
|
value: f
|
|
445
|
-
}), Object.freeze && (Object.freeze(
|
|
445
|
+
}), Object.freeze && (Object.freeze(o.props), Object.freeze(o)), o;
|
|
446
446
|
};
|
|
447
447
|
function fr(e, r, t, n, f) {
|
|
448
448
|
{
|
|
449
|
-
var l, s = {},
|
|
450
|
-
t !== void 0 && (Oe(t),
|
|
449
|
+
var l, s = {}, o = null, w = null;
|
|
450
|
+
t !== void 0 && (Oe(t), o = "" + t), ar(r) && (Oe(r.key), o = "" + r.key), nr(r) && (w = r.ref, or(r, f));
|
|
451
451
|
for (l in r)
|
|
452
452
|
M.call(r, l) && !tr.hasOwnProperty(l) && (s[l] = r[l]);
|
|
453
453
|
if (e && e.defaultProps) {
|
|
454
|
-
var
|
|
455
|
-
for (l in
|
|
456
|
-
s[l] === void 0 && (s[l] =
|
|
454
|
+
var b = e.defaultProps;
|
|
455
|
+
for (l in b)
|
|
456
|
+
s[l] === void 0 && (s[l] = b[l]);
|
|
457
457
|
}
|
|
458
|
-
if (
|
|
458
|
+
if (o || w) {
|
|
459
459
|
var E = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
460
|
-
|
|
460
|
+
o && ir(s, E), w && ur(s, E);
|
|
461
461
|
}
|
|
462
|
-
return sr(e,
|
|
462
|
+
return sr(e, o, w, f, n, we.current, s);
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
465
|
var ae = S.ReactCurrentOwner, Pe = S.ReactDebugCurrentFrame;
|
|
466
466
|
function $(e) {
|
|
467
467
|
if (e) {
|
|
468
|
-
var r = e._owner, t =
|
|
468
|
+
var r = e._owner, t = B(e.type, e._source, r ? r.type : null);
|
|
469
469
|
Pe.setExtraStackFrame(t);
|
|
470
470
|
} else
|
|
471
471
|
Pe.setExtraStackFrame(null);
|
|
@@ -478,7 +478,7 @@ function Or() {
|
|
|
478
478
|
function Ce() {
|
|
479
479
|
{
|
|
480
480
|
if (ae.current) {
|
|
481
|
-
var e =
|
|
481
|
+
var e = I(ae.current.type);
|
|
482
482
|
if (e)
|
|
483
483
|
return `
|
|
484
484
|
|
|
@@ -513,7 +513,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
513
513
|
return;
|
|
514
514
|
je[t] = !0;
|
|
515
515
|
var n = "";
|
|
516
|
-
e && e._owner && e._owner !== ae.current && (n = " It was passed a child from " +
|
|
516
|
+
e && e._owner && e._owner !== ae.current && (n = " It was passed a child from " + I(e._owner.type) + "."), $(e), R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), $(null);
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
519
|
function De(e, r) {
|
|
@@ -528,7 +528,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
528
528
|
else if (ie(e))
|
|
529
529
|
e._store && (e._store.validated = !0);
|
|
530
530
|
else if (e) {
|
|
531
|
-
var f =
|
|
531
|
+
var f = H(e);
|
|
532
532
|
if (typeof f == "function" && f !== e.entries)
|
|
533
533
|
for (var l = f.call(e), s; !(s = l.next()).done; )
|
|
534
534
|
ie(s.value) && ke(s.value, r);
|
|
@@ -543,21 +543,21 @@ Check the top-level render call using <` + t + ">.");
|
|
|
543
543
|
var t;
|
|
544
544
|
if (typeof r == "function")
|
|
545
545
|
t = r.propTypes;
|
|
546
|
-
else if (typeof r == "object" && (r.$$typeof ===
|
|
546
|
+
else if (typeof r == "object" && (r.$$typeof === y || // Note: Memo only checks outer props here.
|
|
547
547
|
// Inner props are checked in the reconciler.
|
|
548
548
|
r.$$typeof === g))
|
|
549
549
|
t = r.propTypes;
|
|
550
550
|
else
|
|
551
551
|
return;
|
|
552
552
|
if (t) {
|
|
553
|
-
var n =
|
|
553
|
+
var n = I(r);
|
|
554
554
|
Ze(t, e.props, "prop", n, e);
|
|
555
555
|
} else if (r.PropTypes !== void 0 && !oe) {
|
|
556
556
|
oe = !0;
|
|
557
|
-
var f =
|
|
558
|
-
|
|
557
|
+
var f = I(r);
|
|
558
|
+
R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", f || "Unknown");
|
|
559
559
|
}
|
|
560
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved &&
|
|
560
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
561
561
|
}
|
|
562
562
|
}
|
|
563
563
|
function pr(e) {
|
|
@@ -565,11 +565,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
565
565
|
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
566
566
|
var n = r[t];
|
|
567
567
|
if (n !== "children" && n !== "key") {
|
|
568
|
-
$(e),
|
|
568
|
+
$(e), R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), $(null);
|
|
569
569
|
break;
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
|
-
e.ref !== null && ($(e),
|
|
572
|
+
e.ref !== null && ($(e), R("Invalid attribute `ref` supplied to `React.Fragment`."), $(null));
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
575
|
var Ie = {};
|
|
@@ -577,12 +577,12 @@ Check the top-level render call using <` + t + ">.");
|
|
|
577
577
|
{
|
|
578
578
|
var s = qe(e);
|
|
579
579
|
if (!s) {
|
|
580
|
-
var
|
|
581
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
580
|
+
var o = "";
|
|
581
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
582
582
|
var w = cr();
|
|
583
|
-
w ?
|
|
584
|
-
var
|
|
585
|
-
e === null ?
|
|
583
|
+
w ? o += w : o += Ce();
|
|
584
|
+
var b;
|
|
585
|
+
e === null ? b = "null" : ne(e) ? b = "array" : e !== void 0 && e.$$typeof === O ? (b = "<" + (I(e.type) || "Unknown") + " />", o = " Did you accidentally export a JSX literal instead of a component?") : b = typeof e, R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", b, o);
|
|
586
586
|
}
|
|
587
587
|
var E = fr(e, r, t, f, l);
|
|
588
588
|
if (E == null)
|
|
@@ -596,17 +596,17 @@ Check the top-level render call using <` + t + ">.");
|
|
|
596
596
|
De(j[W], e);
|
|
597
597
|
Object.freeze && Object.freeze(j);
|
|
598
598
|
} else
|
|
599
|
-
|
|
599
|
+
R("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
600
600
|
else
|
|
601
601
|
De(j, e);
|
|
602
602
|
}
|
|
603
603
|
if (M.call(r, "key")) {
|
|
604
|
-
var F =
|
|
604
|
+
var F = I(e), T = Object.keys(r).filter(function(hr) {
|
|
605
605
|
return hr !== "key";
|
|
606
606
|
}), ue = T.length > 0 ? "{key: someKey, " + T.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
607
607
|
if (!Ie[F + ue]) {
|
|
608
608
|
var br = T.length > 0 ? "{" + T.join(": ..., ") + ": ...}" : "{}";
|
|
609
|
-
|
|
609
|
+
R(`A props object containing a "key" prop is being spread into JSX:
|
|
610
610
|
let props = %s;
|
|
611
611
|
<%s {...props} />
|
|
612
612
|
React keys must be passed directly to JSX without using spread:
|
|
@@ -629,7 +629,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
629
629
|
}
|
|
630
630
|
var $e;
|
|
631
631
|
function wr() {
|
|
632
|
-
return $e || ($e = 1, process.env.NODE_ENV === "production" ?
|
|
632
|
+
return $e || ($e = 1, process.env.NODE_ENV === "production" ? G.exports = xr() : G.exports = Or()), G.exports;
|
|
633
633
|
}
|
|
634
634
|
var N = wr(), se = { exports: {} };
|
|
635
635
|
/*!
|
|
@@ -639,134 +639,136 @@ var N = wr(), se = { exports: {} };
|
|
|
639
639
|
*/
|
|
640
640
|
var We;
|
|
641
641
|
function Sr() {
|
|
642
|
-
return We || (We = 1, function(
|
|
642
|
+
return We || (We = 1, function(m) {
|
|
643
643
|
(function() {
|
|
644
644
|
var O = {}.hasOwnProperty;
|
|
645
|
-
function
|
|
646
|
-
for (var
|
|
645
|
+
function _() {
|
|
646
|
+
for (var i = "", c = 0; c < arguments.length; c++) {
|
|
647
647
|
var d = arguments[c];
|
|
648
|
-
d && (
|
|
648
|
+
d && (i = p(i, v(d)));
|
|
649
649
|
}
|
|
650
|
-
return
|
|
650
|
+
return i;
|
|
651
651
|
}
|
|
652
|
-
function v(
|
|
653
|
-
if (typeof
|
|
654
|
-
return
|
|
655
|
-
if (typeof
|
|
652
|
+
function v(i) {
|
|
653
|
+
if (typeof i == "string" || typeof i == "number")
|
|
654
|
+
return i;
|
|
655
|
+
if (typeof i != "object")
|
|
656
656
|
return "";
|
|
657
|
-
if (Array.isArray(
|
|
658
|
-
return
|
|
659
|
-
if (
|
|
660
|
-
return
|
|
657
|
+
if (Array.isArray(i))
|
|
658
|
+
return _.apply(null, i);
|
|
659
|
+
if (i.toString !== Object.prototype.toString && !i.toString.toString().includes("[native code]"))
|
|
660
|
+
return i.toString();
|
|
661
661
|
var c = "";
|
|
662
|
-
for (var d in
|
|
663
|
-
O.call(
|
|
662
|
+
for (var d in i)
|
|
663
|
+
O.call(i, d) && i[d] && (c = p(c, d));
|
|
664
664
|
return c;
|
|
665
665
|
}
|
|
666
|
-
function p(
|
|
667
|
-
return c ?
|
|
666
|
+
function p(i, c) {
|
|
667
|
+
return c ? i ? i + " " + c : i + c : i;
|
|
668
668
|
}
|
|
669
|
-
|
|
669
|
+
m.exports ? (_.default = _, m.exports = _) : window.classNames = _;
|
|
670
670
|
})();
|
|
671
671
|
}(se)), se.exports;
|
|
672
672
|
}
|
|
673
673
|
var Tr = Sr();
|
|
674
|
-
const
|
|
674
|
+
const X = /* @__PURE__ */ Rr(Tr), Me = {
|
|
675
675
|
disableScroll: !0,
|
|
676
676
|
exitOnDocument: !0,
|
|
677
677
|
exitOnEscape: !0,
|
|
678
678
|
preventStateChange: !1
|
|
679
|
-
}, fe = Er({}), Pr = ({ className:
|
|
680
|
-
const [v] =
|
|
679
|
+
}, fe = Er({}), Pr = ({ className: m, settings: O, children: _ }) => {
|
|
680
|
+
const [v] = D(Ve(O ?? {}, Me)), [p, i] = D([]), c = {
|
|
681
681
|
nodes: p,
|
|
682
682
|
toggleNode: d,
|
|
683
|
-
registerNode:
|
|
684
|
-
toggleDocument:
|
|
683
|
+
registerNode: y,
|
|
684
|
+
toggleDocument: P
|
|
685
685
|
};
|
|
686
686
|
L(() => {
|
|
687
687
|
if (typeof window > "u") return;
|
|
688
|
-
window.addEventListener("keydown",
|
|
689
|
-
function
|
|
688
|
+
window.addEventListener("keydown", u);
|
|
689
|
+
function u(g) {
|
|
690
690
|
if (g.key === "Escape") {
|
|
691
|
-
const
|
|
692
|
-
if (!
|
|
693
|
-
d(
|
|
691
|
+
const x = Math.max(...p.filter((C) => C.open).map((C) => C.zIndex)), h = p.find((C) => C.open && C.zIndex === x);
|
|
692
|
+
if (!h || !h.settings.exitOnEscape || !(v != null && v.exitOnEscape)) return;
|
|
693
|
+
d(h.id);
|
|
694
694
|
}
|
|
695
695
|
}
|
|
696
696
|
return () => {
|
|
697
|
-
window.removeEventListener("keydown",
|
|
697
|
+
window.removeEventListener("keydown", u);
|
|
698
698
|
};
|
|
699
699
|
}, [p]);
|
|
700
|
-
function d(
|
|
701
|
-
let
|
|
702
|
-
if (typeof
|
|
703
|
-
if ((v.preventStateChange ||
|
|
704
|
-
const
|
|
705
|
-
|
|
700
|
+
function d(u, g) {
|
|
701
|
+
let a;
|
|
702
|
+
if (typeof u == "string" ? a = { ...p.find((h) => h.id === u) } : a = { ...u }, !a.id) return;
|
|
703
|
+
if ((v.preventStateChange || a.settings.preventStateChange) && g === void 0) return console.warn("Popup action prevented");
|
|
704
|
+
const x = g ?? !(a != null && a.open);
|
|
705
|
+
a.open = x, a.zIndex = x ? Math.max(...p.map((h) => h.zIndex), 0) + 1 : 0, i((h) => [...h.filter((C) => C.id !== a.id), a]), v.disableScroll && a.settings.disableScroll && x && document.body.classList.add("fkw-popup--noScroll"), !x && !p.filter((h) => h.id !== a.id).some((h) => h.open) && document.body.classList.remove("fkw-popup--noScroll");
|
|
706
706
|
}
|
|
707
|
-
function
|
|
708
|
-
|
|
707
|
+
function y(u) {
|
|
708
|
+
i((g) => [...g, u]), u.open && d(u, !0);
|
|
709
709
|
}
|
|
710
|
-
function
|
|
711
|
-
const
|
|
712
|
-
!
|
|
710
|
+
function P(u, g) {
|
|
711
|
+
const a = { ...p.find((h) => h.id === u) };
|
|
712
|
+
!a.id || !a.settings.exitOnDocument || g.target.closest(".fkw-popup") || !a.settings.exitOnDocument || !v.exitOnDocument || d(a.id);
|
|
713
713
|
}
|
|
714
714
|
return /* @__PURE__ */ N.jsxs(fe.Provider, { value: c, children: [
|
|
715
|
-
|
|
716
|
-
/* @__PURE__ */ N.jsx("section", { className:
|
|
715
|
+
_,
|
|
716
|
+
/* @__PURE__ */ N.jsx("section", { className: X("fkw-popup-container", m), id: "fkw-popup-container" })
|
|
717
717
|
] });
|
|
718
|
-
}, Cr = ({ children:
|
|
719
|
-
const
|
|
718
|
+
}, Cr = ({ children: m, className: O, layerClassName: _, style: v, id: p, settings: i, isOpen: c, setIsOpen: d, animation: y, ...P }) => {
|
|
719
|
+
const u = Ye(fe), [g] = D(y ?? "scale"), [a] = D(Ve(i ?? {}, Me)), [x, h] = D(!1), [C, H] = D(null), [S, R] = D(!1), [Z, z] = D(0);
|
|
720
720
|
return L(() => {
|
|
721
|
-
|
|
721
|
+
H(document.querySelector("#fkw-popup-container")), h(!0), u.registerNode({
|
|
722
722
|
id: p,
|
|
723
723
|
open: !1,
|
|
724
724
|
zIndex: 0,
|
|
725
|
-
settings:
|
|
725
|
+
settings: a
|
|
726
726
|
});
|
|
727
727
|
}, []), L(() => {
|
|
728
|
-
const
|
|
729
|
-
|
|
730
|
-
|
|
728
|
+
const k = u.nodes.find((Q) => Q.id === p);
|
|
729
|
+
k && (R(k.open), k.zIndex !== 0 ? z(k.zIndex) : setTimeout(() => {
|
|
730
|
+
z(k.zIndex);
|
|
731
|
+
}, 200));
|
|
732
|
+
}, [u]), L(() => {
|
|
731
733
|
d === void 0 || c === S || d(S);
|
|
732
734
|
}, [S]), L(() => {
|
|
733
|
-
c === void 0 || c === S ||
|
|
734
|
-
}, [c]), !
|
|
735
|
+
c === void 0 || c === S || u.toggleNode(p, c);
|
|
736
|
+
}, [c]), !x || !C ? null : _r(/* @__PURE__ */ N.jsx(N.Fragment, { children: /* @__PURE__ */ N.jsx(
|
|
735
737
|
"section",
|
|
736
738
|
{
|
|
737
739
|
id: p,
|
|
738
|
-
className:
|
|
739
|
-
style: { zIndex: 1e4 +
|
|
740
|
-
onClick:
|
|
740
|
+
className: X("fkw-popup-layer", S && "fkw-popup-layer--open", _),
|
|
741
|
+
style: { zIndex: 1e4 + Z, cursor: a.exitOnDocument && !a.preventStateChange ? "pointer" : "auto", ...v },
|
|
742
|
+
onClick: a.exitOnDocument && !a.preventStateChange ? (k) => u.toggleDocument(p, k) : void 0,
|
|
741
743
|
children: /* @__PURE__ */ N.jsx(
|
|
742
744
|
"article",
|
|
743
745
|
{
|
|
744
|
-
className:
|
|
746
|
+
className: X("fkw-popup", S && "fkw-popup--open", g && `fkw-popup-animation--${g}`, O),
|
|
745
747
|
role: "dialog",
|
|
746
748
|
"aria-modal": !0,
|
|
747
749
|
"aria-hidden": !S,
|
|
748
|
-
...
|
|
749
|
-
children:
|
|
750
|
+
...P,
|
|
751
|
+
children: m
|
|
750
752
|
}
|
|
751
753
|
)
|
|
752
754
|
}
|
|
753
|
-
) }),
|
|
754
|
-
}, jr = ({ children:
|
|
755
|
-
const d = Ye(fe),
|
|
755
|
+
) }), C);
|
|
756
|
+
}, jr = ({ children: m, as: O, className: _, onClick: v, disabled: p, popupId: i, ...c }) => {
|
|
757
|
+
const d = Ye(fe), y = O ?? "button", [P, u] = D(!1);
|
|
756
758
|
L(() => {
|
|
757
|
-
const
|
|
758
|
-
|
|
759
|
+
const a = d.nodes.find((x) => x.id === i);
|
|
760
|
+
a && u(a.open);
|
|
759
761
|
}, [d]);
|
|
760
|
-
function
|
|
761
|
-
|
|
762
|
+
function g(a) {
|
|
763
|
+
d.toggleNode(i), v && v(a);
|
|
762
764
|
}
|
|
763
|
-
return /* @__PURE__ */ N.jsx(
|
|
765
|
+
return /* @__PURE__ */ N.jsx(y, { className: X("fkw-popup-button", P && "fkw-popup-button--active", _), role: "button", onClick: g, "aria-haspopup": "dialog", tabIndex: 0, disabled: p, "aria-disabled": p, "data-fkw-popup-operator": i, "aria-label": P ? "Close Popup" : "Open Popup", ...c, children: m });
|
|
764
766
|
};
|
|
765
|
-
function Ve(
|
|
766
|
-
const
|
|
767
|
-
for (const v in
|
|
768
|
-
|
|
769
|
-
return
|
|
767
|
+
function Ve(m, O) {
|
|
768
|
+
const _ = { ...O };
|
|
769
|
+
for (const v in m)
|
|
770
|
+
_[v] = m[v];
|
|
771
|
+
return _;
|
|
770
772
|
}
|
|
771
773
|
const Ir = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
772
774
|
__proto__: null,
|