@smart-factor/gem-ui-map-component 0.0.37 → 0.0.38
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/{MapButtons-CFqTDk2i.js → MapButtons-C1G5dcCi.js} +238 -216
- package/dist/api/queries/useGetRoadManagerTeryt.d.ts +2 -0
- package/dist/api/queryKeys.d.ts +1 -0
- package/dist/api/services/generated/api.d.ts +27 -0
- package/dist/components/MapButtons/index.js +1 -1
- package/dist/main.js +722 -713
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -4,19 +4,19 @@ var ra = (t) => {
|
|
|
4
4
|
};
|
|
5
5
|
var su = (t, e, n) => e in t ? ru(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
6
6
|
var Vn = (t, e, n) => su(t, typeof e != "symbol" ? e + "" : e, n), jo = (t, e, n) => e.has(t) || ra("Cannot " + n);
|
|
7
|
-
var
|
|
7
|
+
var g = (t, e, n) => (jo(t, e, "read from private field"), n ? n.call(t) : e.get(t)), de = (t, e, n) => e.has(t) ? ra("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, n), ee = (t, e, n, s) => (jo(t, e, "write to private field"), s ? s.call(t, n) : e.set(t, n), n), Ce = (t, e, n) => (jo(t, e, "access private method"), n);
|
|
8
8
|
var As = (t, e, n, s) => ({
|
|
9
9
|
set _(o) {
|
|
10
10
|
ee(t, e, o, n);
|
|
11
11
|
},
|
|
12
12
|
get _() {
|
|
13
|
-
return
|
|
13
|
+
return g(t, e, s);
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
16
|
import { jsx as d, jsxs as K, Fragment as Tt } from "react/jsx-runtime";
|
|
17
17
|
import * as _ from "react";
|
|
18
18
|
import qe, { useState as ue, forwardRef as ou, useEffect as Ke, useCallback as xt, createContext as iu, useContext as au, useRef as Qo, useMemo as Ys } from "react";
|
|
19
|
-
import { a as
|
|
19
|
+
import { a as ir, g as lu, r as cu, b as uu, c as du, i as pu, t as fu, G as hu, P as r, u as mu, o as _t, d as jt, e as hr, f as rs, T as yu, h as gu, j as bu, k as De, l as Ue, s as ie, m as We, n as ke, p as Me, q as Re, v as ze, w as kl, x as Gt, y as _o, z as ki, A as sn, B as sa, C as ss, D as yt, E as Ei, F as zt, H as El, I as Oi, J as Ri, K as Ii, L as vu, N as rt, O as Pi, Q as Nt, R as Ol, S as Xs, U as xu, V as Us, W as wu, X as Js, Y as Cu, Z as Rl, _ as dn, $ as os, a0 as Ai, a1 as Fi, a2 as Su, a3 as Tu, a4 as _u, a5 as oa, a6 as ia, a7 as aa, a8 as tn, a9 as ar, aa as Cn, ab as Ni, ac as ku, ad as la, ae as ca, af as Yo, ag as Il, ah as Oe, ai as Fs, aj as ua, ak as Ns, al as it, am as da, an as Eu, ao as Ou, ap as qs, aq as Xe, ar as He, as as eo, at as kt, au as gn, av as Et, aw as Pl, ax as ks, ay as qn, az as Ru, aA as Pt, aB as ko, aC as Iu, aD as pa, aE as Pu, aF as Au, aG as Vo, aH as fa, aI as Xo, aJ as Fu, aK as ha, aL as Nu, aM as ma, aN as Mu, aO as ya, aP as Jo, aQ as Lu, aR as Mi, aS as Du, aT as to, aU as zu, aV as ju, aW as Vu, aX as $u, aY as Bu, aZ as Uu, a_ as is, a$ as qu, b0 as Ws, b1 as Wu, b2 as Zu, b3 as Hu, b4 as Gu, b5 as Ku, b6 as Qu, b7 as Yu, b8 as Xu, b9 as Ju, ba as ed, bb as td, M as nd, bc as rd, bd as sd, be as od, bf as id, bg as ad } from "./MapButtons-C1G5dcCi.js";
|
|
20
20
|
var Lr = class {
|
|
21
21
|
constructor() {
|
|
22
22
|
this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
|
|
@@ -45,7 +45,7 @@ function ei(t) {
|
|
|
45
45
|
function Al(t, e) {
|
|
46
46
|
return Math.max(t + (e || 0) - Date.now(), 0);
|
|
47
47
|
}
|
|
48
|
-
function
|
|
48
|
+
function mr(t, e) {
|
|
49
49
|
return typeof t == "function" ? t(e) : t;
|
|
50
50
|
}
|
|
51
51
|
function Bt(t, e) {
|
|
@@ -64,7 +64,7 @@ function ga(t, e) {
|
|
|
64
64
|
if (s) {
|
|
65
65
|
if (e.queryHash !== Li(a, e.options))
|
|
66
66
|
return !1;
|
|
67
|
-
} else if (!
|
|
67
|
+
} else if (!as(e.queryKey, a))
|
|
68
68
|
return !1;
|
|
69
69
|
}
|
|
70
70
|
if (n !== "all") {
|
|
@@ -82,7 +82,7 @@ function ba(t, e) {
|
|
|
82
82
|
if (n) {
|
|
83
83
|
if (nr(e.options.mutationKey) !== nr(i))
|
|
84
84
|
return !1;
|
|
85
|
-
} else if (!
|
|
85
|
+
} else if (!as(e.options.mutationKey, i))
|
|
86
86
|
return !1;
|
|
87
87
|
}
|
|
88
88
|
return !(s && e.state.status !== s || o && !o(e));
|
|
@@ -96,8 +96,8 @@ function nr(t) {
|
|
|
96
96
|
(e, n) => ni(n) ? Object.keys(n).sort().reduce((s, o) => (s[o] = n[o], s), {}) : n
|
|
97
97
|
);
|
|
98
98
|
}
|
|
99
|
-
function
|
|
100
|
-
return t === e ? !0 : typeof t != typeof e ? !1 : t && e && typeof t == "object" && typeof e == "object" ? Object.keys(e).every((n) =>
|
|
99
|
+
function as(t, e) {
|
|
100
|
+
return t === e ? !0 : typeof t != typeof e ? !1 : t && e && typeof t == "object" && typeof e == "object" ? Object.keys(e).every((n) => as(t[n], e[n])) : !1;
|
|
101
101
|
}
|
|
102
102
|
function ti(t, e) {
|
|
103
103
|
if (t === e)
|
|
@@ -172,13 +172,13 @@ function Fl(t, e) {
|
|
|
172
172
|
`Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${t.queryHash}'`
|
|
173
173
|
), !t.queryFn && (e != null && e.initialPromise) ? () => e.initialPromise : !t.queryFn || t.queryFn === ro ? () => Promise.reject(new Error(`Missing queryFn: '${t.queryHash}'`)) : t.queryFn;
|
|
174
174
|
}
|
|
175
|
-
var Zn, _n,
|
|
175
|
+
var Zn, _n, vr, yl, pd = (yl = class extends Lr {
|
|
176
176
|
constructor() {
|
|
177
177
|
super();
|
|
178
178
|
de(this, Zn);
|
|
179
179
|
de(this, _n);
|
|
180
|
-
de(this,
|
|
181
|
-
ee(this,
|
|
180
|
+
de(this, vr);
|
|
181
|
+
ee(this, vr, (e) => {
|
|
182
182
|
if (!tr && window.addEventListener) {
|
|
183
183
|
const n = () => e();
|
|
184
184
|
return window.addEventListener("visibilitychange", n, !1), () => {
|
|
@@ -188,20 +188,20 @@ var Zn, _n, br, yl, pd = (yl = class extends Lr {
|
|
|
188
188
|
});
|
|
189
189
|
}
|
|
190
190
|
onSubscribe() {
|
|
191
|
-
|
|
191
|
+
g(this, _n) || this.setEventListener(g(this, vr));
|
|
192
192
|
}
|
|
193
193
|
onUnsubscribe() {
|
|
194
194
|
var e;
|
|
195
|
-
this.hasListeners() || ((e =
|
|
195
|
+
this.hasListeners() || ((e = g(this, _n)) == null || e.call(this), ee(this, _n, void 0));
|
|
196
196
|
}
|
|
197
197
|
setEventListener(e) {
|
|
198
198
|
var n;
|
|
199
|
-
ee(this,
|
|
199
|
+
ee(this, vr, e), (n = g(this, _n)) == null || n.call(this), ee(this, _n, e((s) => {
|
|
200
200
|
typeof s == "boolean" ? this.setFocused(s) : this.onFocus();
|
|
201
201
|
}));
|
|
202
202
|
}
|
|
203
203
|
setFocused(e) {
|
|
204
|
-
|
|
204
|
+
g(this, Zn) !== e && (ee(this, Zn, e), this.onFocus());
|
|
205
205
|
}
|
|
206
206
|
onFocus() {
|
|
207
207
|
const e = this.isFocused();
|
|
@@ -211,15 +211,15 @@ var Zn, _n, br, yl, pd = (yl = class extends Lr {
|
|
|
211
211
|
}
|
|
212
212
|
isFocused() {
|
|
213
213
|
var e;
|
|
214
|
-
return typeof
|
|
214
|
+
return typeof g(this, Zn) == "boolean" ? g(this, Zn) : ((e = globalThis.document) == null ? void 0 : e.visibilityState) !== "hidden";
|
|
215
215
|
}
|
|
216
|
-
}, Zn = new WeakMap(), _n = new WeakMap(),
|
|
216
|
+
}, Zn = new WeakMap(), _n = new WeakMap(), vr = new WeakMap(), yl), Di = new pd(), xr, kn, wr, gl, fd = (gl = class extends Lr {
|
|
217
217
|
constructor() {
|
|
218
218
|
super();
|
|
219
|
-
de(this,
|
|
219
|
+
de(this, xr, !0);
|
|
220
220
|
de(this, kn);
|
|
221
|
-
de(this,
|
|
222
|
-
ee(this,
|
|
221
|
+
de(this, wr);
|
|
222
|
+
ee(this, wr, (e) => {
|
|
223
223
|
if (!tr && window.addEventListener) {
|
|
224
224
|
const n = () => e(!0), s = () => e(!1);
|
|
225
225
|
return window.addEventListener("online", n, !1), window.addEventListener("offline", s, !1), () => {
|
|
@@ -229,25 +229,25 @@ var Zn, _n, br, yl, pd = (yl = class extends Lr {
|
|
|
229
229
|
});
|
|
230
230
|
}
|
|
231
231
|
onSubscribe() {
|
|
232
|
-
|
|
232
|
+
g(this, kn) || this.setEventListener(g(this, wr));
|
|
233
233
|
}
|
|
234
234
|
onUnsubscribe() {
|
|
235
235
|
var e;
|
|
236
|
-
this.hasListeners() || ((e =
|
|
236
|
+
this.hasListeners() || ((e = g(this, kn)) == null || e.call(this), ee(this, kn, void 0));
|
|
237
237
|
}
|
|
238
238
|
setEventListener(e) {
|
|
239
239
|
var n;
|
|
240
|
-
ee(this,
|
|
240
|
+
ee(this, wr, e), (n = g(this, kn)) == null || n.call(this), ee(this, kn, e(this.setOnline.bind(this)));
|
|
241
241
|
}
|
|
242
242
|
setOnline(e) {
|
|
243
|
-
|
|
243
|
+
g(this, xr) !== e && (ee(this, xr, e), this.listeners.forEach((s) => {
|
|
244
244
|
s(e);
|
|
245
245
|
}));
|
|
246
246
|
}
|
|
247
247
|
isOnline() {
|
|
248
|
-
return
|
|
248
|
+
return g(this, xr);
|
|
249
249
|
}
|
|
250
|
-
},
|
|
250
|
+
}, xr = new WeakMap(), kn = new WeakMap(), wr = new WeakMap(), gl), so = new fd();
|
|
251
251
|
function si() {
|
|
252
252
|
let t, e;
|
|
253
253
|
const n = new Promise((o, i) => {
|
|
@@ -299,7 +299,7 @@ function Ll(t) {
|
|
|
299
299
|
}, h = (w) => {
|
|
300
300
|
var v;
|
|
301
301
|
s || (s = !0, (v = t.onError) == null || v.call(t, w), o == null || o(), i.reject(w));
|
|
302
|
-
},
|
|
302
|
+
}, y = () => new Promise((w) => {
|
|
303
303
|
var v;
|
|
304
304
|
o = (O) => {
|
|
305
305
|
(s || u()) && w(O);
|
|
@@ -326,7 +326,7 @@ function Ll(t) {
|
|
|
326
326
|
h(O);
|
|
327
327
|
return;
|
|
328
328
|
}
|
|
329
|
-
n++, (M = t.onFail) == null || M.call(t, n, O), cd(k).then(() => u() ? void 0 :
|
|
329
|
+
n++, (M = t.onFail) == null || M.call(t, n, O), cd(k).then(() => u() ? void 0 : y()).then(() => {
|
|
330
330
|
e ? h(O) : x();
|
|
331
331
|
});
|
|
332
332
|
});
|
|
@@ -338,7 +338,7 @@ function Ll(t) {
|
|
|
338
338
|
cancelRetry: l,
|
|
339
339
|
continueRetry: c,
|
|
340
340
|
canStart: f,
|
|
341
|
-
start: () => (f() ? x() :
|
|
341
|
+
start: () => (f() ? x() : y().then(x), i)
|
|
342
342
|
};
|
|
343
343
|
}
|
|
344
344
|
var md = (t) => setTimeout(t, 0);
|
|
@@ -420,33 +420,33 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
420
420
|
);
|
|
421
421
|
}
|
|
422
422
|
clearGcTimeout() {
|
|
423
|
-
|
|
423
|
+
g(this, Hn) && (clearTimeout(g(this, Hn)), ee(this, Hn, void 0));
|
|
424
424
|
}
|
|
425
|
-
}, Hn = new WeakMap(), bl),
|
|
425
|
+
}, Hn = new WeakMap(), bl), Cr, Sr, Mt, Gn, ht, Cs, Kn, Vt, pn, vl, gd = (vl = class extends Dl {
|
|
426
426
|
constructor(e) {
|
|
427
427
|
super();
|
|
428
428
|
de(this, Vt);
|
|
429
|
-
de(this, wr);
|
|
430
429
|
de(this, Cr);
|
|
430
|
+
de(this, Sr);
|
|
431
431
|
de(this, Mt);
|
|
432
432
|
de(this, Gn);
|
|
433
433
|
de(this, ht);
|
|
434
|
-
de(this,
|
|
434
|
+
de(this, Cs);
|
|
435
435
|
de(this, Kn);
|
|
436
|
-
ee(this, Kn, !1), ee(this,
|
|
436
|
+
ee(this, Kn, !1), ee(this, Cs, e.defaultOptions), this.setOptions(e.options), this.observers = [], ee(this, Gn, e.client), ee(this, Mt, g(this, Gn).getQueryCache()), this.queryKey = e.queryKey, this.queryHash = e.queryHash, ee(this, Cr, bd(this.options)), this.state = e.state ?? g(this, Cr), this.scheduleGc();
|
|
437
437
|
}
|
|
438
438
|
get meta() {
|
|
439
439
|
return this.options.meta;
|
|
440
440
|
}
|
|
441
441
|
get promise() {
|
|
442
442
|
var e;
|
|
443
|
-
return (e =
|
|
443
|
+
return (e = g(this, ht)) == null ? void 0 : e.promise;
|
|
444
444
|
}
|
|
445
445
|
setOptions(e) {
|
|
446
|
-
this.options = { ...
|
|
446
|
+
this.options = { ...g(this, Cs), ...e }, this.updateGcTime(this.options.gcTime);
|
|
447
447
|
}
|
|
448
448
|
optionalRemove() {
|
|
449
|
-
!this.observers.length && this.state.fetchStatus === "idle" &&
|
|
449
|
+
!this.observers.length && this.state.fetchStatus === "idle" && g(this, Mt).remove(this);
|
|
450
450
|
}
|
|
451
451
|
setData(e, n) {
|
|
452
452
|
const s = ri(this.state.data, e, this.options);
|
|
@@ -462,14 +462,14 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
462
462
|
}
|
|
463
463
|
cancel(e) {
|
|
464
464
|
var s, o;
|
|
465
|
-
const n = (s =
|
|
466
|
-
return (o =
|
|
465
|
+
const n = (s = g(this, ht)) == null ? void 0 : s.promise;
|
|
466
|
+
return (o = g(this, ht)) == null || o.cancel(e), n ? n.then(Lt).catch(Lt) : Promise.resolve();
|
|
467
467
|
}
|
|
468
468
|
destroy() {
|
|
469
469
|
super.destroy(), this.cancel({ silent: !0 });
|
|
470
470
|
}
|
|
471
471
|
reset() {
|
|
472
|
-
this.destroy(), this.setState(
|
|
472
|
+
this.destroy(), this.setState(g(this, Cr));
|
|
473
473
|
}
|
|
474
474
|
isActive() {
|
|
475
475
|
return this.observers.some(
|
|
@@ -490,18 +490,18 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
490
490
|
onFocus() {
|
|
491
491
|
var n;
|
|
492
492
|
const e = this.observers.find((s) => s.shouldFetchOnWindowFocus());
|
|
493
|
-
e == null || e.refetch({ cancelRefetch: !1 }), (n =
|
|
493
|
+
e == null || e.refetch({ cancelRefetch: !1 }), (n = g(this, ht)) == null || n.continue();
|
|
494
494
|
}
|
|
495
495
|
onOnline() {
|
|
496
496
|
var n;
|
|
497
497
|
const e = this.observers.find((s) => s.shouldFetchOnReconnect());
|
|
498
|
-
e == null || e.refetch({ cancelRefetch: !1 }), (n =
|
|
498
|
+
e == null || e.refetch({ cancelRefetch: !1 }), (n = g(this, ht)) == null || n.continue();
|
|
499
499
|
}
|
|
500
500
|
addObserver(e) {
|
|
501
|
-
this.observers.includes(e) || (this.observers.push(e), this.clearGcTimeout(),
|
|
501
|
+
this.observers.includes(e) || (this.observers.push(e), this.clearGcTimeout(), g(this, Mt).notify({ type: "observerAdded", query: this, observer: e }));
|
|
502
502
|
}
|
|
503
503
|
removeObserver(e) {
|
|
504
|
-
this.observers.includes(e) && (this.observers = this.observers.filter((n) => n !== e), this.observers.length || (
|
|
504
|
+
this.observers.includes(e) && (this.observers = this.observers.filter((n) => n !== e), this.observers.length || (g(this, ht) && (g(this, Kn) ? g(this, ht).cancel({ revert: !0 }) : g(this, ht).cancelRetry()), this.scheduleGc()), g(this, Mt).notify({ type: "observerRemoved", query: this, observer: e }));
|
|
505
505
|
}
|
|
506
506
|
getObserversCount() {
|
|
507
507
|
return this.observers.length;
|
|
@@ -514,8 +514,8 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
514
514
|
if (this.state.fetchStatus !== "idle") {
|
|
515
515
|
if (this.state.data !== void 0 && (n != null && n.cancelRefetch))
|
|
516
516
|
this.cancel({ silent: !0 });
|
|
517
|
-
else if (
|
|
518
|
-
return
|
|
517
|
+
else if (g(this, ht))
|
|
518
|
+
return g(this, ht).continueRetry(), g(this, ht).promise;
|
|
519
519
|
}
|
|
520
520
|
if (e && this.setOptions(e), !this.options.queryFn) {
|
|
521
521
|
const p = this.observers.find((h) => h.options.queryFn);
|
|
@@ -531,7 +531,7 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
531
531
|
});
|
|
532
532
|
}, i = () => {
|
|
533
533
|
const p = Fl(this.options, n), h = {
|
|
534
|
-
client:
|
|
534
|
+
client: g(this, Gn),
|
|
535
535
|
queryKey: this.queryKey,
|
|
536
536
|
meta: this.meta
|
|
537
537
|
};
|
|
@@ -544,24 +544,24 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
544
544
|
fetchOptions: n,
|
|
545
545
|
options: this.options,
|
|
546
546
|
queryKey: this.queryKey,
|
|
547
|
-
client:
|
|
547
|
+
client: g(this, Gn),
|
|
548
548
|
state: this.state,
|
|
549
549
|
fetchFn: i
|
|
550
550
|
};
|
|
551
551
|
o(a), (c = this.options.behavior) == null || c.onFetch(
|
|
552
552
|
a,
|
|
553
553
|
this
|
|
554
|
-
), ee(this,
|
|
554
|
+
), ee(this, Sr, this.state), (this.state.fetchStatus === "idle" || this.state.fetchMeta !== ((u = a.fetchOptions) == null ? void 0 : u.meta)) && Ce(this, Vt, pn).call(this, { type: "fetch", meta: (f = a.fetchOptions) == null ? void 0 : f.meta });
|
|
555
555
|
const l = (p) => {
|
|
556
|
-
var h,
|
|
556
|
+
var h, y, x, w;
|
|
557
557
|
$o(p) && p.silent || Ce(this, Vt, pn).call(this, {
|
|
558
558
|
type: "error",
|
|
559
559
|
error: p
|
|
560
|
-
}), $o(p) || ((
|
|
560
|
+
}), $o(p) || ((y = (h = g(this, Mt).config).onError) == null || y.call(
|
|
561
561
|
h,
|
|
562
562
|
p,
|
|
563
563
|
this
|
|
564
|
-
), (w = (x =
|
|
564
|
+
), (w = (x = g(this, Mt).config).onSettled) == null || w.call(
|
|
565
565
|
x,
|
|
566
566
|
this.state.data,
|
|
567
567
|
p,
|
|
@@ -573,7 +573,7 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
573
573
|
fn: a.fetchFn,
|
|
574
574
|
abort: s.abort.bind(s),
|
|
575
575
|
onSuccess: (p) => {
|
|
576
|
-
var h,
|
|
576
|
+
var h, y, x, w;
|
|
577
577
|
if (p === void 0) {
|
|
578
578
|
process.env.NODE_ENV !== "production" && console.error(
|
|
579
579
|
`Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: ${this.queryHash}`
|
|
@@ -586,7 +586,7 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
586
586
|
l(v);
|
|
587
587
|
return;
|
|
588
588
|
}
|
|
589
|
-
(
|
|
589
|
+
(y = (h = g(this, Mt).config).onSuccess) == null || y.call(h, p, this), (w = (x = g(this, Mt).config).onSettled) == null || w.call(
|
|
590
590
|
x,
|
|
591
591
|
p,
|
|
592
592
|
this.state.error,
|
|
@@ -607,9 +607,9 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
607
607
|
retryDelay: a.options.retryDelay,
|
|
608
608
|
networkMode: a.options.networkMode,
|
|
609
609
|
canRun: () => !0
|
|
610
|
-
})),
|
|
610
|
+
})), g(this, ht).start();
|
|
611
611
|
}
|
|
612
|
-
},
|
|
612
|
+
}, Cr = new WeakMap(), Sr = new WeakMap(), Mt = new WeakMap(), Gn = new WeakMap(), ht = new WeakMap(), Cs = new WeakMap(), Kn = new WeakMap(), Vt = new WeakSet(), pn = function(e) {
|
|
613
613
|
const n = (s) => {
|
|
614
614
|
switch (e.type) {
|
|
615
615
|
case "failed":
|
|
@@ -651,7 +651,7 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
651
651
|
};
|
|
652
652
|
case "error":
|
|
653
653
|
const o = e.error;
|
|
654
|
-
return $o(o) && o.revert &&
|
|
654
|
+
return $o(o) && o.revert && g(this, Sr) ? { ...g(this, Sr), fetchStatus: "idle" } : {
|
|
655
655
|
...s,
|
|
656
656
|
error: o,
|
|
657
657
|
errorUpdateCount: s.errorUpdateCount + 1,
|
|
@@ -676,7 +676,7 @@ var ut = yd(), Hn, bl, Dl = (bl = class {
|
|
|
676
676
|
this.state = n(this.state), ut.batch(() => {
|
|
677
677
|
this.observers.forEach((s) => {
|
|
678
678
|
s.onQueryUpdate();
|
|
679
|
-
}),
|
|
679
|
+
}), g(this, Mt).notify({ query: this, type: "updated", action: e });
|
|
680
680
|
});
|
|
681
681
|
}, vl);
|
|
682
682
|
function zl(t, e) {
|
|
@@ -726,14 +726,14 @@ var Xt, xl, jl = (xl = class extends Lr {
|
|
|
726
726
|
}), this.add(a)), a;
|
|
727
727
|
}
|
|
728
728
|
add(e) {
|
|
729
|
-
|
|
729
|
+
g(this, Xt).has(e.queryHash) || (g(this, Xt).set(e.queryHash, e), this.notify({
|
|
730
730
|
type: "added",
|
|
731
731
|
query: e
|
|
732
732
|
}));
|
|
733
733
|
}
|
|
734
734
|
remove(e) {
|
|
735
|
-
const n =
|
|
736
|
-
n && (e.destroy(), n === e &&
|
|
735
|
+
const n = g(this, Xt).get(e.queryHash);
|
|
736
|
+
n && (e.destroy(), n === e && g(this, Xt).delete(e.queryHash), this.notify({ type: "removed", query: e }));
|
|
737
737
|
}
|
|
738
738
|
clear() {
|
|
739
739
|
ut.batch(() => {
|
|
@@ -743,10 +743,10 @@ var Xt, xl, jl = (xl = class extends Lr {
|
|
|
743
743
|
});
|
|
744
744
|
}
|
|
745
745
|
get(e) {
|
|
746
|
-
return
|
|
746
|
+
return g(this, Xt).get(e);
|
|
747
747
|
}
|
|
748
748
|
getAll() {
|
|
749
|
-
return [...
|
|
749
|
+
return [...g(this, Xt).values()];
|
|
750
750
|
}
|
|
751
751
|
find(e) {
|
|
752
752
|
const n = { exact: !0, ...e };
|
|
@@ -795,29 +795,29 @@ var Xt, xl, jl = (xl = class extends Lr {
|
|
|
795
795
|
return this.options.meta;
|
|
796
796
|
}
|
|
797
797
|
addObserver(e) {
|
|
798
|
-
|
|
798
|
+
g(this, Jt).includes(e) || (g(this, Jt).push(e), this.clearGcTimeout(), g(this, gt).notify({
|
|
799
799
|
type: "observerAdded",
|
|
800
800
|
mutation: this,
|
|
801
801
|
observer: e
|
|
802
802
|
}));
|
|
803
803
|
}
|
|
804
804
|
removeObserver(e) {
|
|
805
|
-
ee(this, Jt,
|
|
805
|
+
ee(this, Jt, g(this, Jt).filter((n) => n !== e)), this.scheduleGc(), g(this, gt).notify({
|
|
806
806
|
type: "observerRemoved",
|
|
807
807
|
mutation: this,
|
|
808
808
|
observer: e
|
|
809
809
|
});
|
|
810
810
|
}
|
|
811
811
|
optionalRemove() {
|
|
812
|
-
|
|
812
|
+
g(this, Jt).length || (this.state.status === "pending" ? this.scheduleGc() : g(this, gt).remove(this));
|
|
813
813
|
}
|
|
814
814
|
continue() {
|
|
815
815
|
var e;
|
|
816
|
-
return ((e =
|
|
816
|
+
return ((e = g(this, Qn)) == null ? void 0 : e.continue()) ?? // continuing a mutation assumes that variables are set, mutation must have been dehydrated before
|
|
817
817
|
this.execute(this.state.variables);
|
|
818
818
|
}
|
|
819
819
|
async execute(e) {
|
|
820
|
-
var i, a, l, c, u, f, p, h,
|
|
820
|
+
var i, a, l, c, u, f, p, h, y, x, w, v, O, T, b, k, I, M, H, $;
|
|
821
821
|
const n = () => {
|
|
822
822
|
Ce(this, en, Sn).call(this, { type: "continue" });
|
|
823
823
|
};
|
|
@@ -833,14 +833,14 @@ var Xt, xl, jl = (xl = class extends Lr {
|
|
|
833
833
|
retry: this.options.retry ?? 0,
|
|
834
834
|
retryDelay: this.options.retryDelay,
|
|
835
835
|
networkMode: this.options.networkMode,
|
|
836
|
-
canRun: () =>
|
|
836
|
+
canRun: () => g(this, gt).canRun(this)
|
|
837
837
|
}));
|
|
838
|
-
const s = this.state.status === "pending", o = !
|
|
838
|
+
const s = this.state.status === "pending", o = !g(this, Qn).canStart();
|
|
839
839
|
try {
|
|
840
840
|
if (s)
|
|
841
841
|
n();
|
|
842
842
|
else {
|
|
843
|
-
Ce(this, en, Sn).call(this, { type: "pending", variables: e, isPaused: o }), await ((a = (i =
|
|
843
|
+
Ce(this, en, Sn).call(this, { type: "pending", variables: e, isPaused: o }), await ((a = (i = g(this, gt).config).onMutate) == null ? void 0 : a.call(
|
|
844
844
|
i,
|
|
845
845
|
e,
|
|
846
846
|
this
|
|
@@ -853,15 +853,15 @@ var Xt, xl, jl = (xl = class extends Lr {
|
|
|
853
853
|
isPaused: o
|
|
854
854
|
});
|
|
855
855
|
}
|
|
856
|
-
const j = await
|
|
857
|
-
return await ((f = (u =
|
|
856
|
+
const j = await g(this, Qn).start();
|
|
857
|
+
return await ((f = (u = g(this, gt).config).onSuccess) == null ? void 0 : f.call(
|
|
858
858
|
u,
|
|
859
859
|
j,
|
|
860
860
|
e,
|
|
861
861
|
this.state.context,
|
|
862
862
|
this
|
|
863
|
-
)), await ((h = (p = this.options).onSuccess) == null ? void 0 : h.call(p, j, e, this.state.context)), await ((x = (
|
|
864
|
-
|
|
863
|
+
)), await ((h = (p = this.options).onSuccess) == null ? void 0 : h.call(p, j, e, this.state.context)), await ((x = (y = g(this, gt).config).onSettled) == null ? void 0 : x.call(
|
|
864
|
+
y,
|
|
865
865
|
j,
|
|
866
866
|
null,
|
|
867
867
|
this.state.variables,
|
|
@@ -870,7 +870,7 @@ var Xt, xl, jl = (xl = class extends Lr {
|
|
|
870
870
|
)), await ((v = (w = this.options).onSettled) == null ? void 0 : v.call(w, j, null, e, this.state.context)), Ce(this, en, Sn).call(this, { type: "success", data: j }), j;
|
|
871
871
|
} catch (j) {
|
|
872
872
|
try {
|
|
873
|
-
throw await ((T = (O =
|
|
873
|
+
throw await ((T = (O = g(this, gt).config).onError) == null ? void 0 : T.call(
|
|
874
874
|
O,
|
|
875
875
|
j,
|
|
876
876
|
e,
|
|
@@ -881,7 +881,7 @@ var Xt, xl, jl = (xl = class extends Lr {
|
|
|
881
881
|
j,
|
|
882
882
|
e,
|
|
883
883
|
this.state.context
|
|
884
|
-
)), await ((M = (I =
|
|
884
|
+
)), await ((M = (I = g(this, gt).config).onSettled) == null ? void 0 : M.call(
|
|
885
885
|
I,
|
|
886
886
|
void 0,
|
|
887
887
|
j,
|
|
@@ -899,7 +899,7 @@ var Xt, xl, jl = (xl = class extends Lr {
|
|
|
899
899
|
Ce(this, en, Sn).call(this, { type: "error", error: j });
|
|
900
900
|
}
|
|
901
901
|
} finally {
|
|
902
|
-
|
|
902
|
+
g(this, gt).runNext(this);
|
|
903
903
|
}
|
|
904
904
|
}
|
|
905
905
|
}, Jt = new WeakMap(), gt = new WeakMap(), Qn = new WeakMap(), en = new WeakSet(), Sn = function(e) {
|
|
@@ -957,9 +957,9 @@ var Xt, xl, jl = (xl = class extends Lr {
|
|
|
957
957
|
}
|
|
958
958
|
};
|
|
959
959
|
this.state = n(this.state), ut.batch(() => {
|
|
960
|
-
|
|
960
|
+
g(this, Jt).forEach((s) => {
|
|
961
961
|
s.onMutationUpdate(e);
|
|
962
|
-
}),
|
|
962
|
+
}), g(this, gt).notify({
|
|
963
963
|
mutation: this,
|
|
964
964
|
type: "updated",
|
|
965
965
|
action: e
|
|
@@ -979,42 +979,42 @@ function Vl() {
|
|
|
979
979
|
submittedAt: 0
|
|
980
980
|
};
|
|
981
981
|
}
|
|
982
|
-
var mn, $t,
|
|
982
|
+
var mn, $t, Ss, Cl, xd = (Cl = class extends Lr {
|
|
983
983
|
constructor(e = {}) {
|
|
984
984
|
super();
|
|
985
985
|
de(this, mn);
|
|
986
986
|
de(this, $t);
|
|
987
|
-
de(this,
|
|
988
|
-
this.config = e, ee(this, mn, /* @__PURE__ */ new Set()), ee(this, $t, /* @__PURE__ */ new Map()), ee(this,
|
|
987
|
+
de(this, Ss);
|
|
988
|
+
this.config = e, ee(this, mn, /* @__PURE__ */ new Set()), ee(this, $t, /* @__PURE__ */ new Map()), ee(this, Ss, 0);
|
|
989
989
|
}
|
|
990
990
|
build(e, n, s) {
|
|
991
991
|
const o = new vd({
|
|
992
992
|
mutationCache: this,
|
|
993
|
-
mutationId: ++As(this,
|
|
993
|
+
mutationId: ++As(this, Ss)._,
|
|
994
994
|
options: e.defaultMutationOptions(n),
|
|
995
995
|
state: s
|
|
996
996
|
});
|
|
997
997
|
return this.add(o), o;
|
|
998
998
|
}
|
|
999
999
|
add(e) {
|
|
1000
|
-
|
|
1000
|
+
g(this, mn).add(e);
|
|
1001
1001
|
const n = Ms(e);
|
|
1002
1002
|
if (typeof n == "string") {
|
|
1003
|
-
const s =
|
|
1004
|
-
s ? s.push(e) :
|
|
1003
|
+
const s = g(this, $t).get(n);
|
|
1004
|
+
s ? s.push(e) : g(this, $t).set(n, [e]);
|
|
1005
1005
|
}
|
|
1006
1006
|
this.notify({ type: "added", mutation: e });
|
|
1007
1007
|
}
|
|
1008
1008
|
remove(e) {
|
|
1009
|
-
if (
|
|
1009
|
+
if (g(this, mn).delete(e)) {
|
|
1010
1010
|
const n = Ms(e);
|
|
1011
1011
|
if (typeof n == "string") {
|
|
1012
|
-
const s =
|
|
1012
|
+
const s = g(this, $t).get(n);
|
|
1013
1013
|
if (s)
|
|
1014
1014
|
if (s.length > 1) {
|
|
1015
1015
|
const o = s.indexOf(e);
|
|
1016
1016
|
o !== -1 && s.splice(o, 1);
|
|
1017
|
-
} else s[0] === e &&
|
|
1017
|
+
} else s[0] === e && g(this, $t).delete(n);
|
|
1018
1018
|
}
|
|
1019
1019
|
}
|
|
1020
1020
|
this.notify({ type: "removed", mutation: e });
|
|
@@ -1022,7 +1022,7 @@ var mn, $t, ws, Cl, xd = (Cl = class extends Lr {
|
|
|
1022
1022
|
canRun(e) {
|
|
1023
1023
|
const n = Ms(e);
|
|
1024
1024
|
if (typeof n == "string") {
|
|
1025
|
-
const s =
|
|
1025
|
+
const s = g(this, $t).get(n), o = s == null ? void 0 : s.find(
|
|
1026
1026
|
(i) => i.state.status === "pending"
|
|
1027
1027
|
);
|
|
1028
1028
|
return !o || o === e;
|
|
@@ -1033,20 +1033,20 @@ var mn, $t, ws, Cl, xd = (Cl = class extends Lr {
|
|
|
1033
1033
|
var s;
|
|
1034
1034
|
const n = Ms(e);
|
|
1035
1035
|
if (typeof n == "string") {
|
|
1036
|
-
const o = (s =
|
|
1036
|
+
const o = (s = g(this, $t).get(n)) == null ? void 0 : s.find((i) => i !== e && i.state.isPaused);
|
|
1037
1037
|
return (o == null ? void 0 : o.continue()) ?? Promise.resolve();
|
|
1038
1038
|
} else
|
|
1039
1039
|
return Promise.resolve();
|
|
1040
1040
|
}
|
|
1041
1041
|
clear() {
|
|
1042
1042
|
ut.batch(() => {
|
|
1043
|
-
|
|
1043
|
+
g(this, mn).forEach((e) => {
|
|
1044
1044
|
this.notify({ type: "removed", mutation: e });
|
|
1045
|
-
}),
|
|
1045
|
+
}), g(this, mn).clear(), g(this, $t).clear();
|
|
1046
1046
|
});
|
|
1047
1047
|
}
|
|
1048
1048
|
getAll() {
|
|
1049
|
-
return Array.from(
|
|
1049
|
+
return Array.from(g(this, mn));
|
|
1050
1050
|
}
|
|
1051
1051
|
find(e) {
|
|
1052
1052
|
const n = { exact: !0, ...e };
|
|
@@ -1072,7 +1072,7 @@ var mn, $t, ws, Cl, xd = (Cl = class extends Lr {
|
|
|
1072
1072
|
)
|
|
1073
1073
|
);
|
|
1074
1074
|
}
|
|
1075
|
-
}, mn = new WeakMap(), $t = new WeakMap(),
|
|
1075
|
+
}, mn = new WeakMap(), $t = new WeakMap(), Ss = new WeakMap(), Cl);
|
|
1076
1076
|
function Ms(t) {
|
|
1077
1077
|
var e;
|
|
1078
1078
|
return (e = t.options.scope) == null ? void 0 : e.id;
|
|
@@ -1080,8 +1080,8 @@ function Ms(t) {
|
|
|
1080
1080
|
function wa(t) {
|
|
1081
1081
|
return {
|
|
1082
1082
|
onFetch: (e, n) => {
|
|
1083
|
-
var f, p, h,
|
|
1084
|
-
const s = e.options, o = (h = (p = (f = e.fetchOptions) == null ? void 0 : f.meta) == null ? void 0 : p.fetchMore) == null ? void 0 : h.direction, i = ((
|
|
1083
|
+
var f, p, h, y, x;
|
|
1084
|
+
const s = e.options, o = (h = (p = (f = e.fetchOptions) == null ? void 0 : f.meta) == null ? void 0 : p.fetchMore) == null ? void 0 : h.direction, i = ((y = e.state.data) == null ? void 0 : y.pages) || [], a = ((x = e.state.data) == null ? void 0 : x.pageParams) || [];
|
|
1085
1085
|
let l = { pages: [], pageParams: [] }, c = 0;
|
|
1086
1086
|
const u = async () => {
|
|
1087
1087
|
let w = !1;
|
|
@@ -1160,34 +1160,34 @@ function wd(t, { pages: e, pageParams: n }) {
|
|
|
1160
1160
|
var s;
|
|
1161
1161
|
return e.length > 0 ? (s = t.getPreviousPageParam) == null ? void 0 : s.call(t, e[0], e, n[0], n) : void 0;
|
|
1162
1162
|
}
|
|
1163
|
-
var et, En, On,
|
|
1163
|
+
var et, En, On, Tr, _r, Rn, kr, Er, Sl, Cd = (Sl = class {
|
|
1164
1164
|
constructor(t = {}) {
|
|
1165
1165
|
de(this, et);
|
|
1166
1166
|
de(this, En);
|
|
1167
1167
|
de(this, On);
|
|
1168
|
-
de(this, Sr);
|
|
1169
1168
|
de(this, Tr);
|
|
1170
|
-
de(this, Rn);
|
|
1171
1169
|
de(this, _r);
|
|
1170
|
+
de(this, Rn);
|
|
1172
1171
|
de(this, kr);
|
|
1173
|
-
|
|
1172
|
+
de(this, Er);
|
|
1173
|
+
ee(this, et, t.queryCache || new jl()), ee(this, En, t.mutationCache || new xd()), ee(this, On, t.defaultOptions || {}), ee(this, Tr, /* @__PURE__ */ new Map()), ee(this, _r, /* @__PURE__ */ new Map()), ee(this, Rn, 0);
|
|
1174
1174
|
}
|
|
1175
1175
|
mount() {
|
|
1176
|
-
As(this, Rn)._++,
|
|
1177
|
-
t && (await this.resumePausedMutations(),
|
|
1178
|
-
})), ee(this,
|
|
1179
|
-
t && (await this.resumePausedMutations(),
|
|
1176
|
+
As(this, Rn)._++, g(this, Rn) === 1 && (ee(this, kr, Di.subscribe(async (t) => {
|
|
1177
|
+
t && (await this.resumePausedMutations(), g(this, et).onFocus());
|
|
1178
|
+
})), ee(this, Er, so.subscribe(async (t) => {
|
|
1179
|
+
t && (await this.resumePausedMutations(), g(this, et).onOnline());
|
|
1180
1180
|
})));
|
|
1181
1181
|
}
|
|
1182
1182
|
unmount() {
|
|
1183
1183
|
var t, e;
|
|
1184
|
-
As(this, Rn)._--,
|
|
1184
|
+
As(this, Rn)._--, g(this, Rn) === 0 && ((t = g(this, kr)) == null || t.call(this), ee(this, kr, void 0), (e = g(this, Er)) == null || e.call(this), ee(this, Er, void 0));
|
|
1185
1185
|
}
|
|
1186
1186
|
isFetching(t) {
|
|
1187
|
-
return
|
|
1187
|
+
return g(this, et).findAll({ ...t, fetchStatus: "fetching" }).length;
|
|
1188
1188
|
}
|
|
1189
1189
|
isMutating(t) {
|
|
1190
|
-
return
|
|
1190
|
+
return g(this, En).findAll({ ...t, status: "pending" }).length;
|
|
1191
1191
|
}
|
|
1192
1192
|
/**
|
|
1193
1193
|
* Imperative (non-reactive) way to retrieve data for a QueryKey.
|
|
@@ -1199,28 +1199,28 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1199
1199
|
getQueryData(t) {
|
|
1200
1200
|
var n;
|
|
1201
1201
|
const e = this.defaultQueryOptions({ queryKey: t });
|
|
1202
|
-
return (n =
|
|
1202
|
+
return (n = g(this, et).get(e.queryHash)) == null ? void 0 : n.state.data;
|
|
1203
1203
|
}
|
|
1204
1204
|
ensureQueryData(t) {
|
|
1205
|
-
const e = this.defaultQueryOptions(t), n =
|
|
1206
|
-
return s === void 0 ? this.fetchQuery(t) : (t.revalidateIfStale && n.isStaleByTime(
|
|
1205
|
+
const e = this.defaultQueryOptions(t), n = g(this, et).build(this, e), s = n.state.data;
|
|
1206
|
+
return s === void 0 ? this.fetchQuery(t) : (t.revalidateIfStale && n.isStaleByTime(mr(e.staleTime, n)) && this.prefetchQuery(e), Promise.resolve(s));
|
|
1207
1207
|
}
|
|
1208
1208
|
getQueriesData(t) {
|
|
1209
|
-
return
|
|
1209
|
+
return g(this, et).findAll(t).map(({ queryKey: e, state: n }) => {
|
|
1210
1210
|
const s = n.data;
|
|
1211
1211
|
return [e, s];
|
|
1212
1212
|
});
|
|
1213
1213
|
}
|
|
1214
1214
|
setQueryData(t, e, n) {
|
|
1215
|
-
const s = this.defaultQueryOptions({ queryKey: t }), o =
|
|
1215
|
+
const s = this.defaultQueryOptions({ queryKey: t }), o = g(this, et).get(
|
|
1216
1216
|
s.queryHash
|
|
1217
1217
|
), i = o == null ? void 0 : o.state.data, a = ld(e, i);
|
|
1218
1218
|
if (a !== void 0)
|
|
1219
|
-
return
|
|
1219
|
+
return g(this, et).build(this, s).setData(a, { ...n, manual: !0 });
|
|
1220
1220
|
}
|
|
1221
1221
|
setQueriesData(t, e, n) {
|
|
1222
1222
|
return ut.batch(
|
|
1223
|
-
() =>
|
|
1223
|
+
() => g(this, et).findAll(t).map(({ queryKey: s }) => [
|
|
1224
1224
|
s,
|
|
1225
1225
|
this.setQueryData(s, e, n)
|
|
1226
1226
|
])
|
|
@@ -1229,12 +1229,12 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1229
1229
|
getQueryState(t) {
|
|
1230
1230
|
var n;
|
|
1231
1231
|
const e = this.defaultQueryOptions({ queryKey: t });
|
|
1232
|
-
return (n =
|
|
1232
|
+
return (n = g(this, et).get(
|
|
1233
1233
|
e.queryHash
|
|
1234
1234
|
)) == null ? void 0 : n.state;
|
|
1235
1235
|
}
|
|
1236
1236
|
removeQueries(t) {
|
|
1237
|
-
const e =
|
|
1237
|
+
const e = g(this, et);
|
|
1238
1238
|
ut.batch(() => {
|
|
1239
1239
|
e.findAll(t).forEach((n) => {
|
|
1240
1240
|
e.remove(n);
|
|
@@ -1242,7 +1242,7 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1242
1242
|
});
|
|
1243
1243
|
}
|
|
1244
1244
|
resetQueries(t, e) {
|
|
1245
|
-
const n =
|
|
1245
|
+
const n = g(this, et);
|
|
1246
1246
|
return ut.batch(() => (n.findAll(t).forEach((s) => {
|
|
1247
1247
|
s.reset();
|
|
1248
1248
|
}), this.refetchQueries(
|
|
@@ -1255,12 +1255,12 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1255
1255
|
}
|
|
1256
1256
|
cancelQueries(t, e = {}) {
|
|
1257
1257
|
const n = { revert: !0, ...e }, s = ut.batch(
|
|
1258
|
-
() =>
|
|
1258
|
+
() => g(this, et).findAll(t).map((o) => o.cancel(n))
|
|
1259
1259
|
);
|
|
1260
1260
|
return Promise.all(s).then(Lt).catch(Lt);
|
|
1261
1261
|
}
|
|
1262
1262
|
invalidateQueries(t, e = {}) {
|
|
1263
|
-
return ut.batch(() => (
|
|
1263
|
+
return ut.batch(() => (g(this, et).findAll(t).forEach((n) => {
|
|
1264
1264
|
n.invalidate();
|
|
1265
1265
|
}), (t == null ? void 0 : t.refetchType) === "none" ? Promise.resolve() : this.refetchQueries(
|
|
1266
1266
|
{
|
|
@@ -1275,7 +1275,7 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1275
1275
|
...e,
|
|
1276
1276
|
cancelRefetch: e.cancelRefetch ?? !0
|
|
1277
1277
|
}, s = ut.batch(
|
|
1278
|
-
() =>
|
|
1278
|
+
() => g(this, et).findAll(t).filter((o) => !o.isDisabled()).map((o) => {
|
|
1279
1279
|
let i = o.fetch(void 0, n);
|
|
1280
1280
|
return n.throwOnError || (i = i.catch(Lt)), o.state.fetchStatus === "paused" ? Promise.resolve() : i;
|
|
1281
1281
|
})
|
|
@@ -1285,9 +1285,9 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1285
1285
|
fetchQuery(t) {
|
|
1286
1286
|
const e = this.defaultQueryOptions(t);
|
|
1287
1287
|
e.retry === void 0 && (e.retry = !1);
|
|
1288
|
-
const n =
|
|
1288
|
+
const n = g(this, et).build(this, e);
|
|
1289
1289
|
return n.isStaleByTime(
|
|
1290
|
-
|
|
1290
|
+
mr(e.staleTime, n)
|
|
1291
1291
|
) ? n.fetch(e) : Promise.resolve(n.state.data);
|
|
1292
1292
|
}
|
|
1293
1293
|
prefetchQuery(t) {
|
|
@@ -1303,49 +1303,49 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1303
1303
|
return t.behavior = wa(t.pages), this.ensureQueryData(t);
|
|
1304
1304
|
}
|
|
1305
1305
|
resumePausedMutations() {
|
|
1306
|
-
return so.isOnline() ?
|
|
1306
|
+
return so.isOnline() ? g(this, En).resumePausedMutations() : Promise.resolve();
|
|
1307
1307
|
}
|
|
1308
1308
|
getQueryCache() {
|
|
1309
|
-
return
|
|
1309
|
+
return g(this, et);
|
|
1310
1310
|
}
|
|
1311
1311
|
getMutationCache() {
|
|
1312
|
-
return
|
|
1312
|
+
return g(this, En);
|
|
1313
1313
|
}
|
|
1314
1314
|
getDefaultOptions() {
|
|
1315
|
-
return
|
|
1315
|
+
return g(this, On);
|
|
1316
1316
|
}
|
|
1317
1317
|
setDefaultOptions(t) {
|
|
1318
1318
|
ee(this, On, t);
|
|
1319
1319
|
}
|
|
1320
1320
|
setQueryDefaults(t, e) {
|
|
1321
|
-
|
|
1321
|
+
g(this, Tr).set(nr(t), {
|
|
1322
1322
|
queryKey: t,
|
|
1323
1323
|
defaultOptions: e
|
|
1324
1324
|
});
|
|
1325
1325
|
}
|
|
1326
1326
|
getQueryDefaults(t) {
|
|
1327
|
-
const e = [...
|
|
1327
|
+
const e = [...g(this, Tr).values()], n = {};
|
|
1328
1328
|
return e.forEach((s) => {
|
|
1329
|
-
|
|
1329
|
+
as(t, s.queryKey) && Object.assign(n, s.defaultOptions);
|
|
1330
1330
|
}), n;
|
|
1331
1331
|
}
|
|
1332
1332
|
setMutationDefaults(t, e) {
|
|
1333
|
-
|
|
1333
|
+
g(this, _r).set(nr(t), {
|
|
1334
1334
|
mutationKey: t,
|
|
1335
1335
|
defaultOptions: e
|
|
1336
1336
|
});
|
|
1337
1337
|
}
|
|
1338
1338
|
getMutationDefaults(t) {
|
|
1339
|
-
const e = [...
|
|
1339
|
+
const e = [...g(this, _r).values()], n = {};
|
|
1340
1340
|
return e.forEach((s) => {
|
|
1341
|
-
|
|
1341
|
+
as(t, s.mutationKey) && Object.assign(n, s.defaultOptions);
|
|
1342
1342
|
}), n;
|
|
1343
1343
|
}
|
|
1344
1344
|
defaultQueryOptions(t) {
|
|
1345
1345
|
if (t._defaulted)
|
|
1346
1346
|
return t;
|
|
1347
1347
|
const e = {
|
|
1348
|
-
...
|
|
1348
|
+
...g(this, On).queries,
|
|
1349
1349
|
...this.getQueryDefaults(t.queryKey),
|
|
1350
1350
|
...t,
|
|
1351
1351
|
_defaulted: !0
|
|
@@ -1357,37 +1357,37 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1357
1357
|
}
|
|
1358
1358
|
defaultMutationOptions(t) {
|
|
1359
1359
|
return t != null && t._defaulted ? t : {
|
|
1360
|
-
...
|
|
1360
|
+
...g(this, On).mutations,
|
|
1361
1361
|
...(t == null ? void 0 : t.mutationKey) && this.getMutationDefaults(t.mutationKey),
|
|
1362
1362
|
...t,
|
|
1363
1363
|
_defaulted: !0
|
|
1364
1364
|
};
|
|
1365
1365
|
}
|
|
1366
1366
|
clear() {
|
|
1367
|
-
|
|
1367
|
+
g(this, et).clear(), g(this, En).clear();
|
|
1368
1368
|
}
|
|
1369
|
-
}, et = new WeakMap(), En = new WeakMap(), On = new WeakMap(),
|
|
1369
|
+
}, et = new WeakMap(), En = new WeakMap(), On = new WeakMap(), Tr = new WeakMap(), _r = new WeakMap(), Rn = new WeakMap(), kr = new WeakMap(), Er = new WeakMap(), Sl), Rt, Pe, Ts, bt, Yn, Or, In, Pn, _s, Rr, Ir, Xn, Jn, An, Pr, Be, Zr, oi, ii, ai, li, ci, ui, di, $l, Tl, Sd = (Tl = class extends Lr {
|
|
1370
1370
|
constructor(e, n) {
|
|
1371
1371
|
super();
|
|
1372
1372
|
de(this, Be);
|
|
1373
1373
|
de(this, Rt);
|
|
1374
1374
|
de(this, Pe);
|
|
1375
|
-
de(this,
|
|
1375
|
+
de(this, Ts);
|
|
1376
1376
|
de(this, bt);
|
|
1377
1377
|
de(this, Yn);
|
|
1378
|
-
de(this,
|
|
1378
|
+
de(this, Or);
|
|
1379
1379
|
de(this, In);
|
|
1380
1380
|
de(this, Pn);
|
|
1381
|
-
de(this,
|
|
1382
|
-
de(this,
|
|
1381
|
+
de(this, _s);
|
|
1382
|
+
de(this, Rr);
|
|
1383
1383
|
// This property keeps track of the last query with defined data.
|
|
1384
1384
|
// It will be used to pass the previous data and query to the placeholder function between renders.
|
|
1385
|
-
de(this,
|
|
1385
|
+
de(this, Ir);
|
|
1386
1386
|
de(this, Xn);
|
|
1387
1387
|
de(this, Jn);
|
|
1388
1388
|
de(this, An);
|
|
1389
|
-
de(this,
|
|
1390
|
-
this.options = n, ee(this, Rt, e), ee(this, Pn, null), ee(this, In, si()), this.options.experimental_prefetchInRender ||
|
|
1389
|
+
de(this, Pr, /* @__PURE__ */ new Set());
|
|
1390
|
+
this.options = n, ee(this, Rt, e), ee(this, Pn, null), ee(this, In, si()), this.options.experimental_prefetchInRender || g(this, In).reject(
|
|
1391
1391
|
new Error("experimental_prefetchInRender feature flag is not enabled")
|
|
1392
1392
|
), this.bindMethods(), this.setOptions(n);
|
|
1393
1393
|
}
|
|
@@ -1395,55 +1395,55 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1395
1395
|
this.refetch = this.refetch.bind(this);
|
|
1396
1396
|
}
|
|
1397
1397
|
onSubscribe() {
|
|
1398
|
-
this.listeners.size === 1 && (
|
|
1398
|
+
this.listeners.size === 1 && (g(this, Pe).addObserver(this), Sa(g(this, Pe), this.options) ? Ce(this, Be, Zr).call(this) : this.updateResult(), Ce(this, Be, li).call(this));
|
|
1399
1399
|
}
|
|
1400
1400
|
onUnsubscribe() {
|
|
1401
1401
|
this.hasListeners() || this.destroy();
|
|
1402
1402
|
}
|
|
1403
1403
|
shouldFetchOnReconnect() {
|
|
1404
1404
|
return pi(
|
|
1405
|
-
|
|
1405
|
+
g(this, Pe),
|
|
1406
1406
|
this.options,
|
|
1407
1407
|
this.options.refetchOnReconnect
|
|
1408
1408
|
);
|
|
1409
1409
|
}
|
|
1410
1410
|
shouldFetchOnWindowFocus() {
|
|
1411
1411
|
return pi(
|
|
1412
|
-
|
|
1412
|
+
g(this, Pe),
|
|
1413
1413
|
this.options,
|
|
1414
1414
|
this.options.refetchOnWindowFocus
|
|
1415
1415
|
);
|
|
1416
1416
|
}
|
|
1417
1417
|
destroy() {
|
|
1418
|
-
this.listeners = /* @__PURE__ */ new Set(), Ce(this, Be, ci).call(this), Ce(this, Be, ui).call(this),
|
|
1418
|
+
this.listeners = /* @__PURE__ */ new Set(), Ce(this, Be, ci).call(this), Ce(this, Be, ui).call(this), g(this, Pe).removeObserver(this);
|
|
1419
1419
|
}
|
|
1420
1420
|
setOptions(e) {
|
|
1421
|
-
const n = this.options, s =
|
|
1422
|
-
if (this.options =
|
|
1421
|
+
const n = this.options, s = g(this, Pe);
|
|
1422
|
+
if (this.options = g(this, Rt).defaultQueryOptions(e), this.options.enabled !== void 0 && typeof this.options.enabled != "boolean" && typeof this.options.enabled != "function" && typeof Bt(this.options.enabled, g(this, Pe)) != "boolean")
|
|
1423
1423
|
throw new Error(
|
|
1424
1424
|
"Expected enabled to be a boolean or a callback that returns a boolean"
|
|
1425
1425
|
);
|
|
1426
|
-
Ce(this, Be, di).call(this),
|
|
1426
|
+
Ce(this, Be, di).call(this), g(this, Pe).setOptions(this.options), n._defaulted && !no(this.options, n) && g(this, Rt).getQueryCache().notify({
|
|
1427
1427
|
type: "observerOptionsUpdated",
|
|
1428
|
-
query:
|
|
1428
|
+
query: g(this, Pe),
|
|
1429
1429
|
observer: this
|
|
1430
1430
|
});
|
|
1431
1431
|
const o = this.hasListeners();
|
|
1432
1432
|
o && Ta(
|
|
1433
|
-
|
|
1433
|
+
g(this, Pe),
|
|
1434
1434
|
s,
|
|
1435
1435
|
this.options,
|
|
1436
1436
|
n
|
|
1437
|
-
) && Ce(this, Be,
|
|
1437
|
+
) && Ce(this, Be, Zr).call(this), this.updateResult(), o && (g(this, Pe) !== s || Bt(this.options.enabled, g(this, Pe)) !== Bt(n.enabled, g(this, Pe)) || mr(this.options.staleTime, g(this, Pe)) !== mr(n.staleTime, g(this, Pe))) && Ce(this, Be, oi).call(this);
|
|
1438
1438
|
const i = Ce(this, Be, ii).call(this);
|
|
1439
|
-
o && (
|
|
1439
|
+
o && (g(this, Pe) !== s || Bt(this.options.enabled, g(this, Pe)) !== Bt(n.enabled, g(this, Pe)) || i !== g(this, An)) && Ce(this, Be, ai).call(this, i);
|
|
1440
1440
|
}
|
|
1441
1441
|
getOptimisticResult(e) {
|
|
1442
|
-
const n =
|
|
1443
|
-
return _d(this, s) && (ee(this, bt, s), ee(this,
|
|
1442
|
+
const n = g(this, Rt).getQueryCache().build(g(this, Rt), e), s = this.createResult(n, e);
|
|
1443
|
+
return _d(this, s) && (ee(this, bt, s), ee(this, Or, this.options), ee(this, Yn, g(this, Pe).state)), s;
|
|
1444
1444
|
}
|
|
1445
1445
|
getCurrentResult() {
|
|
1446
|
-
return
|
|
1446
|
+
return g(this, bt);
|
|
1447
1447
|
}
|
|
1448
1448
|
trackResult(e, n) {
|
|
1449
1449
|
return new Proxy(e, {
|
|
@@ -1451,10 +1451,10 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1451
1451
|
});
|
|
1452
1452
|
}
|
|
1453
1453
|
trackProp(e) {
|
|
1454
|
-
|
|
1454
|
+
g(this, Pr).add(e);
|
|
1455
1455
|
}
|
|
1456
1456
|
getCurrentQuery() {
|
|
1457
|
-
return
|
|
1457
|
+
return g(this, Pe);
|
|
1458
1458
|
}
|
|
1459
1459
|
refetch({ ...e } = {}) {
|
|
1460
1460
|
return this.fetch({
|
|
@@ -1462,19 +1462,19 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1462
1462
|
});
|
|
1463
1463
|
}
|
|
1464
1464
|
fetchOptimistic(e) {
|
|
1465
|
-
const n =
|
|
1465
|
+
const n = g(this, Rt).defaultQueryOptions(e), s = g(this, Rt).getQueryCache().build(g(this, Rt), n);
|
|
1466
1466
|
return s.fetch().then(() => this.createResult(s, n));
|
|
1467
1467
|
}
|
|
1468
1468
|
fetch(e) {
|
|
1469
|
-
return Ce(this, Be,
|
|
1469
|
+
return Ce(this, Be, Zr).call(this, {
|
|
1470
1470
|
...e,
|
|
1471
1471
|
cancelRefetch: e.cancelRefetch ?? !0
|
|
1472
|
-
}).then(() => (this.updateResult(),
|
|
1472
|
+
}).then(() => (this.updateResult(), g(this, bt)));
|
|
1473
1473
|
}
|
|
1474
1474
|
createResult(e, n) {
|
|
1475
1475
|
var j;
|
|
1476
|
-
const s =
|
|
1477
|
-
let p = { ...f }, h = !1,
|
|
1476
|
+
const s = g(this, Pe), o = this.options, i = g(this, bt), a = g(this, Yn), l = g(this, Or), u = e !== s ? e.state : g(this, Ts), { state: f } = e;
|
|
1477
|
+
let p = { ...f }, h = !1, y;
|
|
1478
1478
|
if (n._optimisticResults) {
|
|
1479
1479
|
const z = this.hasListeners(), U = !z && Sa(e, n), N = z && Ta(e, s, n, o);
|
|
1480
1480
|
(U || N) && (p = {
|
|
@@ -1483,30 +1483,30 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1483
1483
|
}), n._optimisticResults === "isRestoring" && (p.fetchStatus = "idle");
|
|
1484
1484
|
}
|
|
1485
1485
|
let { error: x, errorUpdatedAt: w, status: v } = p;
|
|
1486
|
-
|
|
1486
|
+
y = p.data;
|
|
1487
1487
|
let O = !1;
|
|
1488
|
-
if (n.placeholderData !== void 0 &&
|
|
1488
|
+
if (n.placeholderData !== void 0 && y === void 0 && v === "pending") {
|
|
1489
1489
|
let z;
|
|
1490
1490
|
i != null && i.isPlaceholderData && n.placeholderData === (l == null ? void 0 : l.placeholderData) ? (z = i.data, O = !0) : z = typeof n.placeholderData == "function" ? n.placeholderData(
|
|
1491
|
-
(j =
|
|
1492
|
-
|
|
1493
|
-
) : n.placeholderData, z !== void 0 && (v = "success",
|
|
1491
|
+
(j = g(this, Ir)) == null ? void 0 : j.state.data,
|
|
1492
|
+
g(this, Ir)
|
|
1493
|
+
) : n.placeholderData, z !== void 0 && (v = "success", y = ri(
|
|
1494
1494
|
i == null ? void 0 : i.data,
|
|
1495
1495
|
z,
|
|
1496
1496
|
n
|
|
1497
1497
|
), h = !0);
|
|
1498
1498
|
}
|
|
1499
|
-
if (n.select &&
|
|
1500
|
-
if (i &&
|
|
1501
|
-
|
|
1499
|
+
if (n.select && y !== void 0 && !O)
|
|
1500
|
+
if (i && y === (a == null ? void 0 : a.data) && n.select === g(this, _s))
|
|
1501
|
+
y = g(this, Rr);
|
|
1502
1502
|
else
|
|
1503
1503
|
try {
|
|
1504
|
-
ee(this,
|
|
1504
|
+
ee(this, _s, n.select), y = n.select(y), y = ri(i == null ? void 0 : i.data, y, n), ee(this, Rr, y), ee(this, Pn, null);
|
|
1505
1505
|
} catch (z) {
|
|
1506
1506
|
ee(this, Pn, z);
|
|
1507
1507
|
}
|
|
1508
|
-
|
|
1509
|
-
const T = p.fetchStatus === "fetching", b = v === "pending", k = v === "error", I = b && T, M =
|
|
1508
|
+
g(this, Pn) && (x = g(this, Pn), y = g(this, Rr), w = Date.now(), v = "error");
|
|
1509
|
+
const T = p.fetchStatus === "fetching", b = v === "pending", k = v === "error", I = b && T, M = y !== void 0, $ = {
|
|
1510
1510
|
status: v,
|
|
1511
1511
|
fetchStatus: p.fetchStatus,
|
|
1512
1512
|
isPending: b,
|
|
@@ -1514,7 +1514,7 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1514
1514
|
isError: k,
|
|
1515
1515
|
isInitialLoading: I,
|
|
1516
1516
|
isLoading: I,
|
|
1517
|
-
data:
|
|
1517
|
+
data: y,
|
|
1518
1518
|
dataUpdatedAt: p.dataUpdatedAt,
|
|
1519
1519
|
error: x,
|
|
1520
1520
|
errorUpdatedAt: w,
|
|
@@ -1531,7 +1531,7 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1531
1531
|
isRefetchError: k && M,
|
|
1532
1532
|
isStale: zi(e, n),
|
|
1533
1533
|
refetch: this.refetch,
|
|
1534
|
-
promise:
|
|
1534
|
+
promise: g(this, In)
|
|
1535
1535
|
};
|
|
1536
1536
|
if (this.options.experimental_prefetchInRender) {
|
|
1537
1537
|
const z = (F) => {
|
|
@@ -1539,7 +1539,7 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1539
1539
|
}, U = () => {
|
|
1540
1540
|
const F = ee(this, In, $.promise = si());
|
|
1541
1541
|
z(F);
|
|
1542
|
-
}, N =
|
|
1542
|
+
}, N = g(this, In);
|
|
1543
1543
|
switch (N.status) {
|
|
1544
1544
|
case "pending":
|
|
1545
1545
|
e.queryHash === s.queryHash && z(N);
|
|
@@ -1555,22 +1555,22 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1555
1555
|
return $;
|
|
1556
1556
|
}
|
|
1557
1557
|
updateResult() {
|
|
1558
|
-
const e =
|
|
1559
|
-
if (ee(this, Yn,
|
|
1558
|
+
const e = g(this, bt), n = this.createResult(g(this, Pe), this.options);
|
|
1559
|
+
if (ee(this, Yn, g(this, Pe).state), ee(this, Or, this.options), g(this, Yn).data !== void 0 && ee(this, Ir, g(this, Pe)), no(n, e))
|
|
1560
1560
|
return;
|
|
1561
1561
|
ee(this, bt, n);
|
|
1562
1562
|
const s = () => {
|
|
1563
1563
|
if (!e)
|
|
1564
1564
|
return !0;
|
|
1565
1565
|
const { notifyOnChangeProps: o } = this.options, i = typeof o == "function" ? o() : o;
|
|
1566
|
-
if (i === "all" || !i && !
|
|
1566
|
+
if (i === "all" || !i && !g(this, Pr).size)
|
|
1567
1567
|
return !0;
|
|
1568
1568
|
const a = new Set(
|
|
1569
|
-
i ??
|
|
1569
|
+
i ?? g(this, Pr)
|
|
1570
1570
|
);
|
|
1571
|
-
return this.options.throwOnError && a.add("error"), Object.keys(
|
|
1571
|
+
return this.options.throwOnError && a.add("error"), Object.keys(g(this, bt)).some((l) => {
|
|
1572
1572
|
const c = l;
|
|
1573
|
-
return
|
|
1573
|
+
return g(this, bt)[c] !== e[c] && a.has(c);
|
|
1574
1574
|
});
|
|
1575
1575
|
};
|
|
1576
1576
|
Ce(this, Be, $l).call(this, { listeners: s() });
|
|
@@ -1578,49 +1578,49 @@ var et, En, On, Sr, Tr, Rn, _r, kr, Sl, Cd = (Sl = class {
|
|
|
1578
1578
|
onQueryUpdate() {
|
|
1579
1579
|
this.updateResult(), this.hasListeners() && Ce(this, Be, li).call(this);
|
|
1580
1580
|
}
|
|
1581
|
-
}, Rt = new WeakMap(), Pe = new WeakMap(),
|
|
1581
|
+
}, Rt = new WeakMap(), Pe = new WeakMap(), Ts = new WeakMap(), bt = new WeakMap(), Yn = new WeakMap(), Or = new WeakMap(), In = new WeakMap(), Pn = new WeakMap(), _s = new WeakMap(), Rr = new WeakMap(), Ir = new WeakMap(), Xn = new WeakMap(), Jn = new WeakMap(), An = new WeakMap(), Pr = new WeakMap(), Be = new WeakSet(), Zr = function(e) {
|
|
1582
1582
|
Ce(this, Be, di).call(this);
|
|
1583
|
-
let n =
|
|
1583
|
+
let n = g(this, Pe).fetch(
|
|
1584
1584
|
this.options,
|
|
1585
1585
|
e
|
|
1586
1586
|
);
|
|
1587
1587
|
return e != null && e.throwOnError || (n = n.catch(Lt)), n;
|
|
1588
1588
|
}, oi = function() {
|
|
1589
1589
|
Ce(this, Be, ci).call(this);
|
|
1590
|
-
const e =
|
|
1590
|
+
const e = mr(
|
|
1591
1591
|
this.options.staleTime,
|
|
1592
|
-
|
|
1592
|
+
g(this, Pe)
|
|
1593
1593
|
);
|
|
1594
|
-
if (tr ||
|
|
1594
|
+
if (tr || g(this, bt).isStale || !ei(e))
|
|
1595
1595
|
return;
|
|
1596
|
-
const s = Al(
|
|
1596
|
+
const s = Al(g(this, bt).dataUpdatedAt, e) + 1;
|
|
1597
1597
|
ee(this, Xn, setTimeout(() => {
|
|
1598
|
-
|
|
1598
|
+
g(this, bt).isStale || this.updateResult();
|
|
1599
1599
|
}, s));
|
|
1600
1600
|
}, ii = function() {
|
|
1601
|
-
return (typeof this.options.refetchInterval == "function" ? this.options.refetchInterval(
|
|
1601
|
+
return (typeof this.options.refetchInterval == "function" ? this.options.refetchInterval(g(this, Pe)) : this.options.refetchInterval) ?? !1;
|
|
1602
1602
|
}, ai = function(e) {
|
|
1603
|
-
Ce(this, Be, ui).call(this), ee(this, An, e), !(tr || Bt(this.options.enabled,
|
|
1604
|
-
(this.options.refetchIntervalInBackground || Di.isFocused()) && Ce(this, Be,
|
|
1605
|
-
},
|
|
1603
|
+
Ce(this, Be, ui).call(this), ee(this, An, e), !(tr || Bt(this.options.enabled, g(this, Pe)) === !1 || !ei(g(this, An)) || g(this, An) === 0) && ee(this, Jn, setInterval(() => {
|
|
1604
|
+
(this.options.refetchIntervalInBackground || Di.isFocused()) && Ce(this, Be, Zr).call(this);
|
|
1605
|
+
}, g(this, An)));
|
|
1606
1606
|
}, li = function() {
|
|
1607
1607
|
Ce(this, Be, oi).call(this), Ce(this, Be, ai).call(this, Ce(this, Be, ii).call(this));
|
|
1608
1608
|
}, ci = function() {
|
|
1609
|
-
|
|
1609
|
+
g(this, Xn) && (clearTimeout(g(this, Xn)), ee(this, Xn, void 0));
|
|
1610
1610
|
}, ui = function() {
|
|
1611
|
-
|
|
1611
|
+
g(this, Jn) && (clearInterval(g(this, Jn)), ee(this, Jn, void 0));
|
|
1612
1612
|
}, di = function() {
|
|
1613
|
-
const e =
|
|
1614
|
-
if (e ===
|
|
1613
|
+
const e = g(this, Rt).getQueryCache().build(g(this, Rt), this.options);
|
|
1614
|
+
if (e === g(this, Pe))
|
|
1615
1615
|
return;
|
|
1616
|
-
const n =
|
|
1617
|
-
ee(this, Pe, e), ee(this,
|
|
1616
|
+
const n = g(this, Pe);
|
|
1617
|
+
ee(this, Pe, e), ee(this, Ts, e.state), this.hasListeners() && (n == null || n.removeObserver(this), e.addObserver(this));
|
|
1618
1618
|
}, $l = function(e) {
|
|
1619
1619
|
ut.batch(() => {
|
|
1620
1620
|
e.listeners && this.listeners.forEach((n) => {
|
|
1621
|
-
n(
|
|
1622
|
-
}),
|
|
1623
|
-
query:
|
|
1621
|
+
n(g(this, bt));
|
|
1622
|
+
}), g(this, Rt).getQueryCache().notify({
|
|
1623
|
+
query: g(this, Pe),
|
|
1624
1624
|
type: "observerResultsUpdated"
|
|
1625
1625
|
});
|
|
1626
1626
|
});
|
|
@@ -1642,7 +1642,7 @@ function Ta(t, e, n, s) {
|
|
|
1642
1642
|
return (t !== e || Bt(s.enabled, t) === !1) && (!n.suspense || t.state.status !== "error") && zi(t, n);
|
|
1643
1643
|
}
|
|
1644
1644
|
function zi(t, e) {
|
|
1645
|
-
return Bt(e.enabled, t) !== !1 && t.isStaleByTime(
|
|
1645
|
+
return Bt(e.enabled, t) !== !1 && t.isStaleByTime(mr(e.staleTime, t));
|
|
1646
1646
|
}
|
|
1647
1647
|
function _d(t, e) {
|
|
1648
1648
|
return !no(t.getCurrentResult(), e);
|
|
@@ -1663,33 +1663,33 @@ var Fn, Nn, It, yn, vn, Zs, fi, _l, kd = (_l = class extends Lr {
|
|
|
1663
1663
|
setOptions(e) {
|
|
1664
1664
|
var s;
|
|
1665
1665
|
const n = this.options;
|
|
1666
|
-
this.options =
|
|
1666
|
+
this.options = g(this, Fn).defaultMutationOptions(e), no(this.options, n) || g(this, Fn).getMutationCache().notify({
|
|
1667
1667
|
type: "observerOptionsUpdated",
|
|
1668
|
-
mutation:
|
|
1668
|
+
mutation: g(this, It),
|
|
1669
1669
|
observer: this
|
|
1670
|
-
}), n != null && n.mutationKey && this.options.mutationKey && nr(n.mutationKey) !== nr(this.options.mutationKey) ? this.reset() : ((s =
|
|
1670
|
+
}), n != null && n.mutationKey && this.options.mutationKey && nr(n.mutationKey) !== nr(this.options.mutationKey) ? this.reset() : ((s = g(this, It)) == null ? void 0 : s.state.status) === "pending" && g(this, It).setOptions(this.options);
|
|
1671
1671
|
}
|
|
1672
1672
|
onUnsubscribe() {
|
|
1673
1673
|
var e;
|
|
1674
|
-
this.hasListeners() || (e =
|
|
1674
|
+
this.hasListeners() || (e = g(this, It)) == null || e.removeObserver(this);
|
|
1675
1675
|
}
|
|
1676
1676
|
onMutationUpdate(e) {
|
|
1677
1677
|
Ce(this, vn, Zs).call(this), Ce(this, vn, fi).call(this, e);
|
|
1678
1678
|
}
|
|
1679
1679
|
getCurrentResult() {
|
|
1680
|
-
return
|
|
1680
|
+
return g(this, Nn);
|
|
1681
1681
|
}
|
|
1682
1682
|
reset() {
|
|
1683
1683
|
var e;
|
|
1684
|
-
(e =
|
|
1684
|
+
(e = g(this, It)) == null || e.removeObserver(this), ee(this, It, void 0), Ce(this, vn, Zs).call(this), Ce(this, vn, fi).call(this);
|
|
1685
1685
|
}
|
|
1686
1686
|
mutate(e, n) {
|
|
1687
1687
|
var s;
|
|
1688
|
-
return ee(this, yn, n), (s =
|
|
1688
|
+
return ee(this, yn, n), (s = g(this, It)) == null || s.removeObserver(this), ee(this, It, g(this, Fn).getMutationCache().build(g(this, Fn), this.options)), g(this, It).addObserver(this), g(this, It).execute(e);
|
|
1689
1689
|
}
|
|
1690
1690
|
}, Fn = new WeakMap(), Nn = new WeakMap(), It = new WeakMap(), yn = new WeakMap(), vn = new WeakSet(), Zs = function() {
|
|
1691
1691
|
var n;
|
|
1692
|
-
const e = ((n =
|
|
1692
|
+
const e = ((n = g(this, It)) == null ? void 0 : n.state) ?? Vl();
|
|
1693
1693
|
ee(this, Nn, {
|
|
1694
1694
|
...e,
|
|
1695
1695
|
isPending: e.status === "pending",
|
|
@@ -1702,9 +1702,9 @@ var Fn, Nn, It, yn, vn, Zs, fi, _l, kd = (_l = class extends Lr {
|
|
|
1702
1702
|
}, fi = function(e) {
|
|
1703
1703
|
ut.batch(() => {
|
|
1704
1704
|
var n, s, o, i, a, l, c, u;
|
|
1705
|
-
if (
|
|
1706
|
-
const f =
|
|
1707
|
-
(e == null ? void 0 : e.type) === "success" ? ((s = (n =
|
|
1705
|
+
if (g(this, yn) && this.hasListeners()) {
|
|
1706
|
+
const f = g(this, Nn).variables, p = g(this, Nn).context;
|
|
1707
|
+
(e == null ? void 0 : e.type) === "success" ? ((s = (n = g(this, yn)).onSuccess) == null || s.call(n, e.data, f, p), (i = (o = g(this, yn)).onSettled) == null || i.call(o, e.data, null, f, p)) : (e == null ? void 0 : e.type) === "error" && ((l = (a = g(this, yn)).onError) == null || l.call(a, e.error, f, p), (u = (c = g(this, yn)).onSettled) == null || u.call(
|
|
1708
1708
|
c,
|
|
1709
1709
|
void 0,
|
|
1710
1710
|
e.error,
|
|
@@ -1713,7 +1713,7 @@ var Fn, Nn, It, yn, vn, Zs, fi, _l, kd = (_l = class extends Lr {
|
|
|
1713
1713
|
));
|
|
1714
1714
|
}
|
|
1715
1715
|
this.listeners.forEach((f) => {
|
|
1716
|
-
f(
|
|
1716
|
+
f(g(this, Nn));
|
|
1717
1717
|
});
|
|
1718
1718
|
});
|
|
1719
1719
|
}, _l), Bl = _.createContext(
|
|
@@ -1767,7 +1767,7 @@ var Ad = (t, e) => {
|
|
|
1767
1767
|
n.clearReset();
|
|
1768
1768
|
});
|
|
1769
1769
|
function zd(t, e, n) {
|
|
1770
|
-
var p, h,
|
|
1770
|
+
var p, h, y, x, w;
|
|
1771
1771
|
if (process.env.NODE_ENV !== "production" && (typeof t != "object" || Array.isArray(t)))
|
|
1772
1772
|
throw new Error(
|
|
1773
1773
|
'Bad argument type. Starting with v5, only the "Object" form is allowed when calling query related functions. Please use the error stack to find the culprit call. More info here: https://tanstack.com/query/latest/docs/react/guides/migrating-to-v5#supports-a-single-signature-one-object'
|
|
@@ -1807,8 +1807,8 @@ function zd(t, e, n) {
|
|
|
1807
1807
|
suspense: a.suspense
|
|
1808
1808
|
}))
|
|
1809
1809
|
throw u.error;
|
|
1810
|
-
if ((x = (
|
|
1811
|
-
|
|
1810
|
+
if ((x = (y = s.getDefaultOptions().queries) == null ? void 0 : y._experimental_afterQuery) == null || x.call(
|
|
1811
|
+
y,
|
|
1812
1812
|
a,
|
|
1813
1813
|
u
|
|
1814
1814
|
), a.experimental_prefetchInRender && !tr && Ld(u, o)) {
|
|
@@ -1825,7 +1825,7 @@ function zd(t, e, n) {
|
|
|
1825
1825
|
}
|
|
1826
1826
|
return a.notifyOnChangeProps ? u : c.trackResult(u);
|
|
1827
1827
|
}
|
|
1828
|
-
function
|
|
1828
|
+
function Dr(t, e) {
|
|
1829
1829
|
return zd(t, Sd);
|
|
1830
1830
|
}
|
|
1831
1831
|
function jd(t, e) {
|
|
@@ -1857,7 +1857,7 @@ function jd(t, e) {
|
|
|
1857
1857
|
}
|
|
1858
1858
|
const Vd = async (t) => {
|
|
1859
1859
|
const { id: e, mapRepresentationId: n } = t;
|
|
1860
|
-
return (await
|
|
1860
|
+
return (await ir.rloV2.assignExistingMapRepresentation(
|
|
1861
1861
|
e,
|
|
1862
1862
|
n
|
|
1863
1863
|
)).data.response;
|
|
@@ -2056,8 +2056,8 @@ const Ql = /* @__PURE__ */ _.forwardRef(function(e, n) {
|
|
|
2056
2056
|
...c
|
|
2057
2057
|
} = e, {
|
|
2058
2058
|
current: u
|
|
2059
|
-
} = _.useRef(l != null), f = _.useRef(null), p = jt(n, f), h = _.useRef(null),
|
|
2060
|
-
const b = f.current, k =
|
|
2059
|
+
} = _.useRef(l != null), f = _.useRef(null), p = jt(n, f), h = _.useRef(null), y = _.useRef(null), x = _.useCallback(() => {
|
|
2060
|
+
const b = f.current, k = y.current;
|
|
2061
2061
|
if (!b || !k)
|
|
2062
2062
|
return;
|
|
2063
2063
|
const M = xn(b).getComputedStyle(b);
|
|
@@ -2078,7 +2078,7 @@ const Ql = /* @__PURE__ */ _.forwardRef(function(e, n) {
|
|
|
2078
2078
|
outerHeightStyle: F,
|
|
2079
2079
|
overflowing: L
|
|
2080
2080
|
};
|
|
2081
|
-
}, [o, i, e.placeholder]), w =
|
|
2081
|
+
}, [o, i, e.placeholder]), w = hr(() => {
|
|
2082
2082
|
const b = f.current, k = x();
|
|
2083
2083
|
if (!b || !k || ka(k))
|
|
2084
2084
|
return !1;
|
|
@@ -2091,7 +2091,7 @@ const Ql = /* @__PURE__ */ _.forwardRef(function(e, n) {
|
|
|
2091
2091
|
const I = k.outerHeightStyle;
|
|
2092
2092
|
h.current !== I && (h.current = I, b.style.height = `${I}px`), b.style.overflow = k.overflowing ? "hidden" : "";
|
|
2093
2093
|
}, [x]), O = _.useRef(-1);
|
|
2094
|
-
|
|
2094
|
+
rs(() => {
|
|
2095
2095
|
const b = Kl(v), k = f == null ? void 0 : f.current;
|
|
2096
2096
|
if (!k)
|
|
2097
2097
|
return;
|
|
@@ -2105,7 +2105,7 @@ const Ql = /* @__PURE__ */ _.forwardRef(function(e, n) {
|
|
|
2105
2105
|
}), M.observe(k)), () => {
|
|
2106
2106
|
b.clear(), cancelAnimationFrame(O.current), I.removeEventListener("resize", b), M && M.disconnect();
|
|
2107
2107
|
};
|
|
2108
|
-
}, [x, v, w]),
|
|
2108
|
+
}, [x, v, w]), rs(() => {
|
|
2109
2109
|
v();
|
|
2110
2110
|
});
|
|
2111
2111
|
const T = (b) => {
|
|
@@ -2126,7 +2126,7 @@ const Ql = /* @__PURE__ */ _.forwardRef(function(e, n) {
|
|
|
2126
2126
|
"aria-hidden": !0,
|
|
2127
2127
|
className: e.className,
|
|
2128
2128
|
readOnly: !0,
|
|
2129
|
-
ref:
|
|
2129
|
+
ref: y,
|
|
2130
2130
|
tabIndex: -1,
|
|
2131
2131
|
style: {
|
|
2132
2132
|
...up.shadow,
|
|
@@ -2232,7 +2232,7 @@ function hp(t) {
|
|
|
2232
2232
|
function mp(t) {
|
|
2233
2233
|
return Ue("MuiInputBase", t);
|
|
2234
2234
|
}
|
|
2235
|
-
const
|
|
2235
|
+
const Ar = De("MuiInputBase", ["root", "formControl", "focused", "disabled", "adornedStart", "adornedEnd", "error", "sizeSmall", "multiline", "colorSecondary", "fullWidth", "hiddenLabel", "readOnly", "input", "inputSizeSmall", "inputMultiline", "inputTypeSearch", "inputAdornedStart", "inputAdornedEnd", "inputHiddenLabel"]);
|
|
2236
2236
|
var Oa;
|
|
2237
2237
|
const Oo = (t, e) => {
|
|
2238
2238
|
const {
|
|
@@ -2258,11 +2258,11 @@ const Oo = (t, e) => {
|
|
|
2258
2258
|
multiline: f,
|
|
2259
2259
|
readOnly: p,
|
|
2260
2260
|
size: h,
|
|
2261
|
-
startAdornment:
|
|
2261
|
+
startAdornment: y,
|
|
2262
2262
|
type: x
|
|
2263
2263
|
} = t, w = {
|
|
2264
|
-
root: ["root", `color${Re(n)}`, s && "disabled", o && "error", c && "fullWidth", a && "focused", l && "formControl", h && h !== "medium" && `size${Re(h)}`, f && "multiline",
|
|
2265
|
-
input: ["input", s && "disabled", x === "search" && "inputTypeSearch", f && "inputMultiline", h === "small" && "inputSizeSmall", u && "inputHiddenLabel",
|
|
2264
|
+
root: ["root", `color${Re(n)}`, s && "disabled", o && "error", c && "fullWidth", a && "focused", l && "formControl", h && h !== "medium" && `size${Re(h)}`, f && "multiline", y && "adornedStart", i && "adornedEnd", u && "hiddenLabel", p && "readOnly"],
|
|
2265
|
+
input: ["input", s && "disabled", x === "search" && "inputTypeSearch", f && "inputMultiline", h === "small" && "inputSizeSmall", u && "inputHiddenLabel", y && "inputAdornedStart", i && "inputAdornedEnd", p && "readOnly"]
|
|
2266
2266
|
};
|
|
2267
2267
|
return ze(w, mp, e);
|
|
2268
2268
|
}, Io = ie("div", {
|
|
@@ -2282,7 +2282,7 @@ const Oo = (t, e) => {
|
|
|
2282
2282
|
cursor: "text",
|
|
2283
2283
|
display: "inline-flex",
|
|
2284
2284
|
alignItems: "center",
|
|
2285
|
-
[`&.${
|
|
2285
|
+
[`&.${Ar.disabled}`]: {
|
|
2286
2286
|
color: (t.vars || t).palette.text.disabled,
|
|
2287
2287
|
cursor: "default"
|
|
2288
2288
|
},
|
|
@@ -2367,7 +2367,7 @@ const Oo = (t, e) => {
|
|
|
2367
2367
|
WebkitAppearance: "none"
|
|
2368
2368
|
},
|
|
2369
2369
|
// Show and hide the placeholder logic
|
|
2370
|
-
[`label[data-shrink=false] + .${
|
|
2370
|
+
[`label[data-shrink=false] + .${Ar.formControl} &`]: {
|
|
2371
2371
|
"&::-webkit-input-placeholder": s,
|
|
2372
2372
|
"&::-moz-placeholder": s,
|
|
2373
2373
|
// Firefox 19+
|
|
@@ -2379,7 +2379,7 @@ const Oo = (t, e) => {
|
|
|
2379
2379
|
"&:focus::-ms-input-placeholder": o
|
|
2380
2380
|
// Edge
|
|
2381
2381
|
},
|
|
2382
|
-
[`&.${
|
|
2382
|
+
[`&.${Ar.disabled}`]: {
|
|
2383
2383
|
opacity: 1,
|
|
2384
2384
|
// Reset iOS opacity
|
|
2385
2385
|
WebkitTextFillColor: (t.vars || t).palette.text.disabled
|
|
@@ -2449,7 +2449,7 @@ const Oo = (t, e) => {
|
|
|
2449
2449
|
componentsProps: f = {},
|
|
2450
2450
|
defaultValue: p,
|
|
2451
2451
|
disabled: h,
|
|
2452
|
-
disableInjectingGlobalStyles:
|
|
2452
|
+
disableInjectingGlobalStyles: y,
|
|
2453
2453
|
endAdornment: x,
|
|
2454
2454
|
error: w,
|
|
2455
2455
|
fullWidth: v = !1,
|
|
@@ -2500,7 +2500,7 @@ const Oo = (t, e) => {
|
|
|
2500
2500
|
const Ge = be && be.onFilled, Ve = be && be.onEmpty, tt = _.useCallback((Q) => {
|
|
2501
2501
|
io(Q) ? Ge && Ge() : Ve && Ve();
|
|
2502
2502
|
}, [Ge, Ve]);
|
|
2503
|
-
|
|
2503
|
+
rs(() => {
|
|
2504
2504
|
Te && tt({
|
|
2505
2505
|
value: re
|
|
2506
2506
|
});
|
|
@@ -2565,7 +2565,7 @@ const Oo = (t, e) => {
|
|
|
2565
2565
|
...P,
|
|
2566
2566
|
...le.input ?? f.input
|
|
2567
2567
|
}, /* @__PURE__ */ K(_.Fragment, {
|
|
2568
|
-
children: [!
|
|
2568
|
+
children: [!y && typeof Ra == "function" && // For Emotion/Styled-components, InputGlobalStyles will be a function
|
|
2569
2569
|
// For Pigment CSS, this has no effect because the InputGlobalStyles will be null.
|
|
2570
2570
|
(Oa || (Oa = /* @__PURE__ */ d(Ra, {}))), /* @__PURE__ */ K(A, {
|
|
2571
2571
|
...Z,
|
|
@@ -2929,7 +2929,7 @@ const vp = (t) => {
|
|
|
2929
2929
|
}
|
|
2930
2930
|
}]
|
|
2931
2931
|
}))), tc = /* @__PURE__ */ _.forwardRef(function(e, n) {
|
|
2932
|
-
var
|
|
2932
|
+
var y;
|
|
2933
2933
|
const s = We({
|
|
2934
2934
|
props: e,
|
|
2935
2935
|
name: "MuiPaper"
|
|
@@ -2958,7 +2958,7 @@ const vp = (t) => {
|
|
|
2958
2958
|
...u === "elevation" && {
|
|
2959
2959
|
"--Paper-shadow": (o.vars || o).shadows[l],
|
|
2960
2960
|
...o.vars && {
|
|
2961
|
-
"--Paper-overlay": (
|
|
2961
|
+
"--Paper-overlay": (y = o.vars.overlays) == null ? void 0 : y[l]
|
|
2962
2962
|
},
|
|
2963
2963
|
...!o.vars && o.palette.mode === "dark" && {
|
|
2964
2964
|
"--Paper-overlay": `linear-gradient(${sn("#fff", sa(l))}, ${sn("#fff", sa(l))})`
|
|
@@ -2995,7 +2995,7 @@ process.env.NODE_ENV !== "production" && (tc.propTypes = {
|
|
|
2995
2995
|
* It accepts values between 0 and 24 inclusive.
|
|
2996
2996
|
* @default 1
|
|
2997
2997
|
*/
|
|
2998
|
-
elevation:
|
|
2998
|
+
elevation: ss(ec, (t) => {
|
|
2999
2999
|
const {
|
|
3000
3000
|
elevation: e,
|
|
3001
3001
|
variant: n
|
|
@@ -3027,7 +3027,7 @@ function yi(...t) {
|
|
|
3027
3027
|
}, () => {
|
|
3028
3028
|
});
|
|
3029
3029
|
}
|
|
3030
|
-
function
|
|
3030
|
+
function Xr(t, e) {
|
|
3031
3031
|
var n, s, o;
|
|
3032
3032
|
return /* @__PURE__ */ _.isValidElement(t) && e.indexOf(
|
|
3033
3033
|
// For server components `muiName` is avaialble in element.type._payload.value.muiName
|
|
@@ -3097,27 +3097,27 @@ function nc(t, e) {
|
|
|
3097
3097
|
function Cp(t) {
|
|
3098
3098
|
return Ue("MuiInput", t);
|
|
3099
3099
|
}
|
|
3100
|
-
const
|
|
3101
|
-
...
|
|
3100
|
+
const Vr = {
|
|
3101
|
+
...Ar,
|
|
3102
3102
|
...De("MuiInput", ["root", "underline", "input"])
|
|
3103
3103
|
};
|
|
3104
3104
|
function Sp(t) {
|
|
3105
3105
|
return Ue("MuiOutlinedInput", t);
|
|
3106
3106
|
}
|
|
3107
3107
|
const Yt = {
|
|
3108
|
-
...
|
|
3108
|
+
...Ar,
|
|
3109
3109
|
...De("MuiOutlinedInput", ["root", "notchedOutline", "input"])
|
|
3110
3110
|
};
|
|
3111
3111
|
function Tp(t) {
|
|
3112
3112
|
return Ue("MuiFilledInput", t);
|
|
3113
3113
|
}
|
|
3114
3114
|
const $n = {
|
|
3115
|
-
...
|
|
3115
|
+
...Ar,
|
|
3116
3116
|
...De("MuiFilledInput", ["root", "underline", "input", "adornedStart", "adornedEnd", "sizeSmall", "multiline", "hiddenLabel"])
|
|
3117
3117
|
}, _p = yt(/* @__PURE__ */ d("path", {
|
|
3118
3118
|
d: "M7 10l5 5 5-5z"
|
|
3119
|
-
}), "ArrowDropDown"),
|
|
3120
|
-
process.env.NODE_ENV !== "production" && (
|
|
3119
|
+
}), "ArrowDropDown"), yr = /* @__PURE__ */ _.createContext({});
|
|
3120
|
+
process.env.NODE_ENV !== "production" && (yr.displayName = "ListContext");
|
|
3121
3121
|
function kp(t) {
|
|
3122
3122
|
return Ue("MuiList", t);
|
|
3123
3123
|
}
|
|
@@ -3181,12 +3181,12 @@ const Ep = (t) => {
|
|
|
3181
3181
|
component: a,
|
|
3182
3182
|
dense: l,
|
|
3183
3183
|
disablePadding: c
|
|
3184
|
-
},
|
|
3185
|
-
return /* @__PURE__ */ d(
|
|
3184
|
+
}, y = Ep(h);
|
|
3185
|
+
return /* @__PURE__ */ d(yr.Provider, {
|
|
3186
3186
|
value: p,
|
|
3187
3187
|
children: /* @__PURE__ */ K(Op, {
|
|
3188
3188
|
as: a,
|
|
3189
|
-
className: ke(
|
|
3189
|
+
className: ke(y.root, i),
|
|
3190
3190
|
ref: n,
|
|
3191
3191
|
ownerState: h,
|
|
3192
3192
|
...f,
|
|
@@ -3253,7 +3253,7 @@ function sc(t, e) {
|
|
|
3253
3253
|
let n = t.innerText;
|
|
3254
3254
|
return n === void 0 && (n = t.textContent), n = n.trim().toLowerCase(), n.length === 0 ? !1 : e.repeating ? n[0] === e.keys[0] : n.startsWith(e.keys.join(""));
|
|
3255
3255
|
}
|
|
3256
|
-
function
|
|
3256
|
+
function $r(t, e, n, s, o, i) {
|
|
3257
3257
|
let a = !1, l = o(t, e, e ? n : !1);
|
|
3258
3258
|
for (; l; ) {
|
|
3259
3259
|
if (l === t.firstChild) {
|
|
@@ -3283,49 +3283,49 @@ const oc = /* @__PURE__ */ _.forwardRef(function(e, n) {
|
|
|
3283
3283
|
onKeyDown: f,
|
|
3284
3284
|
variant: p = "selectedMenu",
|
|
3285
3285
|
...h
|
|
3286
|
-
} = e,
|
|
3286
|
+
} = e, y = _.useRef(null), x = _.useRef({
|
|
3287
3287
|
keys: [],
|
|
3288
3288
|
repeating: !0,
|
|
3289
3289
|
previousKeyMatched: !0,
|
|
3290
3290
|
lastTime: null
|
|
3291
3291
|
});
|
|
3292
|
-
|
|
3293
|
-
o &&
|
|
3292
|
+
rs(() => {
|
|
3293
|
+
o && y.current.focus();
|
|
3294
3294
|
}, [o]), _.useImperativeHandle(s, () => ({
|
|
3295
3295
|
adjustStyleForScrollbar: (b, {
|
|
3296
3296
|
direction: k
|
|
3297
3297
|
}) => {
|
|
3298
|
-
const I = !
|
|
3299
|
-
if (b.clientHeight <
|
|
3298
|
+
const I = !y.current.style.width;
|
|
3299
|
+
if (b.clientHeight < y.current.clientHeight && I) {
|
|
3300
3300
|
const M = `${rc(xn(b))}px`;
|
|
3301
|
-
|
|
3301
|
+
y.current.style[k === "rtl" ? "paddingLeft" : "paddingRight"] = M, y.current.style.width = `calc(100% + ${M})`;
|
|
3302
3302
|
}
|
|
3303
|
-
return
|
|
3303
|
+
return y.current;
|
|
3304
3304
|
}
|
|
3305
3305
|
}), []);
|
|
3306
3306
|
const w = (b) => {
|
|
3307
|
-
const k =
|
|
3307
|
+
const k = y.current, I = b.key;
|
|
3308
3308
|
if (b.ctrlKey || b.metaKey || b.altKey) {
|
|
3309
3309
|
f && f(b);
|
|
3310
3310
|
return;
|
|
3311
3311
|
}
|
|
3312
3312
|
const H = _t(k).activeElement;
|
|
3313
3313
|
if (I === "ArrowDown")
|
|
3314
|
-
b.preventDefault(),
|
|
3314
|
+
b.preventDefault(), $r(k, H, u, c, Uo);
|
|
3315
3315
|
else if (I === "ArrowUp")
|
|
3316
|
-
b.preventDefault(),
|
|
3316
|
+
b.preventDefault(), $r(k, H, u, c, Ia);
|
|
3317
3317
|
else if (I === "Home")
|
|
3318
|
-
b.preventDefault(),
|
|
3318
|
+
b.preventDefault(), $r(k, null, u, c, Uo);
|
|
3319
3319
|
else if (I === "End")
|
|
3320
|
-
b.preventDefault(),
|
|
3320
|
+
b.preventDefault(), $r(k, null, u, c, Ia);
|
|
3321
3321
|
else if (I.length === 1) {
|
|
3322
3322
|
const $ = x.current, j = I.toLowerCase(), z = performance.now();
|
|
3323
3323
|
$.keys.length > 0 && (z - $.lastTime > 500 ? ($.keys = [], $.repeating = !0, $.previousKeyMatched = !0) : $.repeating && j !== $.keys[0] && ($.repeating = !1)), $.lastTime = z, $.keys.push(j);
|
|
3324
3324
|
const U = H && !$.repeating && sc(H, $);
|
|
3325
|
-
$.previousKeyMatched && (U ||
|
|
3325
|
+
$.previousKeyMatched && (U || $r(k, H, !1, c, Uo, $)) ? b.preventDefault() : $.previousKeyMatched = !1;
|
|
3326
3326
|
}
|
|
3327
3327
|
f && f(b);
|
|
3328
|
-
}, v = jt(
|
|
3328
|
+
}, v = jt(y, n);
|
|
3329
3329
|
let O = -1;
|
|
3330
3330
|
_.Children.forEach(a, (b, k) => {
|
|
3331
3331
|
if (!/* @__PURE__ */ _.isValidElement(b)) {
|
|
@@ -3596,7 +3596,7 @@ const Ip = (t) => {
|
|
|
3596
3596
|
light: f = !1,
|
|
3597
3597
|
role: p = c !== "hr" ? "separator" : void 0,
|
|
3598
3598
|
textAlign: h = "center",
|
|
3599
|
-
variant:
|
|
3599
|
+
variant: y = "fullWidth",
|
|
3600
3600
|
...x
|
|
3601
3601
|
} = s, w = {
|
|
3602
3602
|
...s,
|
|
@@ -3607,7 +3607,7 @@ const Ip = (t) => {
|
|
|
3607
3607
|
orientation: l,
|
|
3608
3608
|
role: p,
|
|
3609
3609
|
textAlign: h,
|
|
3610
|
-
variant:
|
|
3610
|
+
variant: y
|
|
3611
3611
|
}, v = Ip(w);
|
|
3612
3612
|
return /* @__PURE__ */ d(Pp, {
|
|
3613
3613
|
as: c,
|
|
@@ -3821,7 +3821,7 @@ const Np = {
|
|
|
3821
3821
|
gutterBottom: f = !1,
|
|
3822
3822
|
noWrap: p = !1,
|
|
3823
3823
|
paragraph: h = !1,
|
|
3824
|
-
variant:
|
|
3824
|
+
variant: y = "body1",
|
|
3825
3825
|
variantMapping: x = Pa,
|
|
3826
3826
|
...w
|
|
3827
3827
|
} = a, v = {
|
|
@@ -3833,9 +3833,9 @@ const Np = {
|
|
|
3833
3833
|
gutterBottom: f,
|
|
3834
3834
|
noWrap: p,
|
|
3835
3835
|
paragraph: h,
|
|
3836
|
-
variant:
|
|
3836
|
+
variant: y,
|
|
3837
3837
|
variantMapping: x
|
|
3838
|
-
}, O = u || (h ? "p" : x[
|
|
3838
|
+
}, O = u || (h ? "p" : x[y] || Pa[y]) || "span", T = Lp(v);
|
|
3839
3839
|
return /* @__PURE__ */ d(Dp, {
|
|
3840
3840
|
as: O,
|
|
3841
3841
|
ref: n,
|
|
@@ -4115,11 +4115,11 @@ const jp = (t) => {
|
|
|
4115
4115
|
component: a,
|
|
4116
4116
|
variant: u,
|
|
4117
4117
|
hasChildren: !!p.children
|
|
4118
|
-
},
|
|
4118
|
+
}, y = jp(h);
|
|
4119
4119
|
return /* @__PURE__ */ d(Bp, {
|
|
4120
4120
|
as: a,
|
|
4121
4121
|
ref: n,
|
|
4122
|
-
className: ke(
|
|
4122
|
+
className: ke(y.root, i),
|
|
4123
4123
|
ownerState: h,
|
|
4124
4124
|
...p,
|
|
4125
4125
|
style: {
|
|
@@ -4219,15 +4219,15 @@ function lo(t) {
|
|
|
4219
4219
|
getTabbable: i = Hp,
|
|
4220
4220
|
isEnabled: a = Gp,
|
|
4221
4221
|
open: l
|
|
4222
|
-
} = t, c = _.useRef(!1), u = _.useRef(null), f = _.useRef(null), p = _.useRef(null), h = _.useRef(null),
|
|
4222
|
+
} = t, c = _.useRef(!1), u = _.useRef(null), f = _.useRef(null), p = _.useRef(null), h = _.useRef(null), y = _.useRef(!1), x = _.useRef(null), w = jt(Ri(e), x), v = _.useRef(null);
|
|
4223
4223
|
_.useEffect(() => {
|
|
4224
|
-
!l || !x.current || (
|
|
4224
|
+
!l || !x.current || (y.current = !n);
|
|
4225
4225
|
}, [n, l]), _.useEffect(() => {
|
|
4226
4226
|
if (!l || !x.current)
|
|
4227
4227
|
return;
|
|
4228
4228
|
const b = _t(x.current);
|
|
4229
4229
|
return x.current.contains(b.activeElement) || (x.current.hasAttribute("tabIndex") || (process.env.NODE_ENV !== "production" && console.error(["MUI: The modal content node does not accept focus.", 'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join(`
|
|
4230
|
-
`)), x.current.setAttribute("tabIndex", "-1")),
|
|
4230
|
+
`)), x.current.setAttribute("tabIndex", "-1")), y.current && x.current.focus()), () => {
|
|
4231
4231
|
o || (p.current && p.current.focus && (c.current = !0, p.current.focus()), p.current = null);
|
|
4232
4232
|
};
|
|
4233
4233
|
}, [l]), _.useEffect(() => {
|
|
@@ -4250,7 +4250,7 @@ function lo(t) {
|
|
|
4250
4250
|
h.current = null;
|
|
4251
4251
|
else if (h.current !== null)
|
|
4252
4252
|
return;
|
|
4253
|
-
if (!
|
|
4253
|
+
if (!y.current)
|
|
4254
4254
|
return;
|
|
4255
4255
|
let $ = [];
|
|
4256
4256
|
if ((b.activeElement === u.current || b.activeElement === f.current) && ($ = i(x.current)), $.length > 0) {
|
|
@@ -4268,11 +4268,11 @@ function lo(t) {
|
|
|
4268
4268
|
};
|
|
4269
4269
|
}, [n, s, o, a, l, i]);
|
|
4270
4270
|
const O = (b) => {
|
|
4271
|
-
p.current === null && (p.current = b.relatedTarget),
|
|
4271
|
+
p.current === null && (p.current = b.relatedTarget), y.current = !0, h.current = b.target;
|
|
4272
4272
|
const k = e.props.onFocus;
|
|
4273
4273
|
k && k(b);
|
|
4274
4274
|
}, T = (b) => {
|
|
4275
|
-
p.current === null && (p.current = b.relatedTarget),
|
|
4275
|
+
p.current === null && (p.current = b.relatedTarget), y.current = !0;
|
|
4276
4276
|
};
|
|
4277
4277
|
return /* @__PURE__ */ K(_.Fragment, {
|
|
4278
4278
|
children: [/* @__PURE__ */ d("div", {
|
|
@@ -4417,7 +4417,7 @@ const Qp = (t) => {
|
|
|
4417
4417
|
focused: f,
|
|
4418
4418
|
fullWidth: p = !1,
|
|
4419
4419
|
hiddenLabel: h = !1,
|
|
4420
|
-
margin:
|
|
4420
|
+
margin: y = "none",
|
|
4421
4421
|
required: x = !1,
|
|
4422
4422
|
size: w = "medium",
|
|
4423
4423
|
variant: v = "outlined",
|
|
@@ -4430,22 +4430,22 @@ const Qp = (t) => {
|
|
|
4430
4430
|
error: u,
|
|
4431
4431
|
fullWidth: p,
|
|
4432
4432
|
hiddenLabel: h,
|
|
4433
|
-
margin:
|
|
4433
|
+
margin: y,
|
|
4434
4434
|
required: x,
|
|
4435
4435
|
size: w,
|
|
4436
4436
|
variant: v
|
|
4437
4437
|
}, b = Qp(T), [k, I] = _.useState(() => {
|
|
4438
4438
|
let V = !1;
|
|
4439
4439
|
return o && _.Children.forEach(o, (se) => {
|
|
4440
|
-
if (!
|
|
4440
|
+
if (!Xr(se, ["Input", "Select"]))
|
|
4441
4441
|
return;
|
|
4442
|
-
const ne =
|
|
4442
|
+
const ne = Xr(se, ["Select"]) ? se.props.input : se;
|
|
4443
4443
|
ne && hp(ne.props) && (V = !0);
|
|
4444
4444
|
}), V;
|
|
4445
4445
|
}), [M, H] = _.useState(() => {
|
|
4446
4446
|
let V = !1;
|
|
4447
4447
|
return o && _.Children.forEach(o, (se) => {
|
|
4448
|
-
|
|
4448
|
+
Xr(se, ["Input", "Select"]) && (io(se.props, !0) || io(se.props.inputProps, !0)) && (V = !0);
|
|
4449
4449
|
}), V;
|
|
4450
4450
|
}), [$, j] = _.useState(!1);
|
|
4451
4451
|
c && $ && j(!1);
|
|
@@ -4578,7 +4578,7 @@ process.env.NODE_ENV !== "production" && (ac.propTypes = {
|
|
|
4578
4578
|
function Xp(t) {
|
|
4579
4579
|
return Ue("MuiFormControlLabel", t);
|
|
4580
4580
|
}
|
|
4581
|
-
const
|
|
4581
|
+
const Hr = De("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlacementTop", "labelPlacementBottom", "disabled", "label", "error", "required", "asterisk"]), Jp = (t) => {
|
|
4582
4582
|
const {
|
|
4583
4583
|
classes: e,
|
|
4584
4584
|
disabled: n,
|
|
@@ -4599,7 +4599,7 @@ const Wr = De("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlace
|
|
|
4599
4599
|
ownerState: n
|
|
4600
4600
|
} = t;
|
|
4601
4601
|
return [{
|
|
4602
|
-
[`& .${
|
|
4602
|
+
[`& .${Hr.label}`]: e.label
|
|
4603
4603
|
}, e.root, e[`labelPlacement${Re(n.labelPlacement)}`]];
|
|
4604
4604
|
}
|
|
4605
4605
|
})(Me(({
|
|
@@ -4614,11 +4614,11 @@ const Wr = De("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlace
|
|
|
4614
4614
|
marginLeft: -11,
|
|
4615
4615
|
marginRight: 16,
|
|
4616
4616
|
// used for row presentation of radio/checkbox
|
|
4617
|
-
[`&.${
|
|
4617
|
+
[`&.${Hr.disabled}`]: {
|
|
4618
4618
|
cursor: "default"
|
|
4619
4619
|
},
|
|
4620
|
-
[`& .${
|
|
4621
|
-
[`&.${
|
|
4620
|
+
[`& .${Hr.label}`]: {
|
|
4621
|
+
[`&.${Hr.disabled}`]: {
|
|
4622
4622
|
color: (t.vars || t).palette.text.disabled
|
|
4623
4623
|
}
|
|
4624
4624
|
},
|
|
@@ -4659,7 +4659,7 @@ const Wr = De("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlace
|
|
|
4659
4659
|
})(Me(({
|
|
4660
4660
|
theme: t
|
|
4661
4661
|
}) => ({
|
|
4662
|
-
[`&.${
|
|
4662
|
+
[`&.${Hr.error}`]: {
|
|
4663
4663
|
color: (t.vars || t).palette.error.main
|
|
4664
4664
|
}
|
|
4665
4665
|
}))), Hs = /* @__PURE__ */ _.forwardRef(function(e, n) {
|
|
@@ -4676,7 +4676,7 @@ const Wr = De("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlace
|
|
|
4676
4676
|
inputRef: f,
|
|
4677
4677
|
label: p,
|
|
4678
4678
|
labelPlacement: h = "end",
|
|
4679
|
-
name:
|
|
4679
|
+
name: y,
|
|
4680
4680
|
onChange: x,
|
|
4681
4681
|
required: w,
|
|
4682
4682
|
slots: v = {},
|
|
@@ -4877,12 +4877,12 @@ const nf = (t) => {
|
|
|
4877
4877
|
pointerEvents: "none"
|
|
4878
4878
|
// Transparent to the hover style.
|
|
4879
4879
|
},
|
|
4880
|
-
[`&.${
|
|
4880
|
+
[`&.${Vr.focused}:after`]: {
|
|
4881
4881
|
// translateX(0) is a workaround for Safari transform scale bug
|
|
4882
4882
|
// See https://github.com/mui/material-ui/issues/31766
|
|
4883
4883
|
transform: "scaleX(1) translateX(0)"
|
|
4884
4884
|
},
|
|
4885
|
-
[`&.${
|
|
4885
|
+
[`&.${Vr.error}`]: {
|
|
4886
4886
|
"&::before, &::after": {
|
|
4887
4887
|
borderBottomColor: (t.vars || t).palette.error.main
|
|
4888
4888
|
}
|
|
@@ -4900,14 +4900,14 @@ const nf = (t) => {
|
|
|
4900
4900
|
pointerEvents: "none"
|
|
4901
4901
|
// Transparent to the hover style.
|
|
4902
4902
|
},
|
|
4903
|
-
[`&:hover:not(.${
|
|
4903
|
+
[`&:hover:not(.${Vr.disabled}, .${Vr.error}):before`]: {
|
|
4904
4904
|
borderBottom: `2px solid ${(t.vars || t).palette.text.primary}`,
|
|
4905
4905
|
// Reset on touch devices, it doesn't add specificity
|
|
4906
4906
|
"@media (hover: none)": {
|
|
4907
4907
|
borderBottom: `1px solid ${n}`
|
|
4908
4908
|
}
|
|
4909
4909
|
},
|
|
4910
|
-
[`&.${
|
|
4910
|
+
[`&.${Vr.disabled}:before`]: {
|
|
4911
4911
|
borderBottomStyle: "dotted"
|
|
4912
4912
|
}
|
|
4913
4913
|
}
|
|
@@ -4941,7 +4941,7 @@ const nf = (t) => {
|
|
|
4941
4941
|
slotProps: f,
|
|
4942
4942
|
slots: p = {},
|
|
4943
4943
|
type: h = "text",
|
|
4944
|
-
...
|
|
4944
|
+
...y
|
|
4945
4945
|
} = s, x = nf(s), v = {
|
|
4946
4946
|
root: {
|
|
4947
4947
|
ownerState: {
|
|
@@ -4960,7 +4960,7 @@ const nf = (t) => {
|
|
|
4960
4960
|
multiline: u,
|
|
4961
4961
|
ref: n,
|
|
4962
4962
|
type: h,
|
|
4963
|
-
...
|
|
4963
|
+
...y,
|
|
4964
4964
|
classes: x
|
|
4965
4965
|
});
|
|
4966
4966
|
});
|
|
@@ -5411,7 +5411,7 @@ const of = (t) => {
|
|
|
5411
5411
|
multiline: f = !1,
|
|
5412
5412
|
slotProps: p,
|
|
5413
5413
|
slots: h = {},
|
|
5414
|
-
type:
|
|
5414
|
+
type: y = "text",
|
|
5415
5415
|
...x
|
|
5416
5416
|
} = s, w = {
|
|
5417
5417
|
...s,
|
|
@@ -5419,7 +5419,7 @@ const of = (t) => {
|
|
|
5419
5419
|
fullWidth: l,
|
|
5420
5420
|
inputComponent: u,
|
|
5421
5421
|
multiline: f,
|
|
5422
|
-
type:
|
|
5422
|
+
type: y
|
|
5423
5423
|
}, v = of(s), O = {
|
|
5424
5424
|
root: {
|
|
5425
5425
|
ownerState: w
|
|
@@ -5438,7 +5438,7 @@ const of = (t) => {
|
|
|
5438
5438
|
inputComponent: u,
|
|
5439
5439
|
multiline: f,
|
|
5440
5440
|
ref: n,
|
|
5441
|
-
type:
|
|
5441
|
+
type: y,
|
|
5442
5442
|
...x,
|
|
5443
5443
|
classes: v
|
|
5444
5444
|
});
|
|
@@ -5946,7 +5946,7 @@ const df = (t) => {
|
|
|
5946
5946
|
slots: f = {},
|
|
5947
5947
|
slotProps: p = {},
|
|
5948
5948
|
type: h = "text",
|
|
5949
|
-
...
|
|
5949
|
+
...y
|
|
5950
5950
|
} = s, x = df(s), w = ln(), v = jn({
|
|
5951
5951
|
props: s,
|
|
5952
5952
|
muiFormControl: w,
|
|
@@ -5993,7 +5993,7 @@ const df = (t) => {
|
|
|
5993
5993
|
multiline: c,
|
|
5994
5994
|
ref: n,
|
|
5995
5995
|
type: h,
|
|
5996
|
-
...
|
|
5996
|
+
...y,
|
|
5997
5997
|
classes: {
|
|
5998
5998
|
...x,
|
|
5999
5999
|
notchedOutline: null
|
|
@@ -6176,7 +6176,7 @@ Mo.muiName = "Input";
|
|
|
6176
6176
|
function mf(t) {
|
|
6177
6177
|
return Ue("MuiFormLabel", t);
|
|
6178
6178
|
}
|
|
6179
|
-
const
|
|
6179
|
+
const Jr = De("MuiFormLabel", ["root", "colorSecondary", "focused", "disabled", "error", "filled", "required", "asterisk"]), yf = (t) => {
|
|
6180
6180
|
const {
|
|
6181
6181
|
classes: e,
|
|
6182
6182
|
color: n,
|
|
@@ -6212,17 +6212,17 @@ const Yr = De("MuiFormLabel", ["root", "colorSecondary", "focused", "disabled",
|
|
|
6212
6212
|
color: e
|
|
6213
6213
|
},
|
|
6214
6214
|
style: {
|
|
6215
|
-
[`&.${
|
|
6215
|
+
[`&.${Jr.focused}`]: {
|
|
6216
6216
|
color: (t.vars || t).palette[e].main
|
|
6217
6217
|
}
|
|
6218
6218
|
}
|
|
6219
6219
|
})), {
|
|
6220
6220
|
props: {},
|
|
6221
6221
|
style: {
|
|
6222
|
-
[`&.${
|
|
6222
|
+
[`&.${Jr.disabled}`]: {
|
|
6223
6223
|
color: (t.vars || t).palette.text.disabled
|
|
6224
6224
|
},
|
|
6225
|
-
[`&.${
|
|
6225
|
+
[`&.${Jr.error}`]: {
|
|
6226
6226
|
color: (t.vars || t).palette.error.main
|
|
6227
6227
|
}
|
|
6228
6228
|
}
|
|
@@ -6233,7 +6233,7 @@ const Yr = De("MuiFormLabel", ["root", "colorSecondary", "focused", "disabled",
|
|
|
6233
6233
|
})(Me(({
|
|
6234
6234
|
theme: t
|
|
6235
6235
|
}) => ({
|
|
6236
|
-
[`&.${
|
|
6236
|
+
[`&.${Jr.error}`]: {
|
|
6237
6237
|
color: (t.vars || t).palette.error.main
|
|
6238
6238
|
}
|
|
6239
6239
|
}))), cc = /* @__PURE__ */ _.forwardRef(function(e, n) {
|
|
@@ -6250,7 +6250,7 @@ const Yr = De("MuiFormLabel", ["root", "colorSecondary", "focused", "disabled",
|
|
|
6250
6250
|
filled: f,
|
|
6251
6251
|
focused: p,
|
|
6252
6252
|
required: h,
|
|
6253
|
-
...
|
|
6253
|
+
...y
|
|
6254
6254
|
} = s, x = ln(), w = jn({
|
|
6255
6255
|
props: s,
|
|
6256
6256
|
muiFormControl: x,
|
|
@@ -6270,7 +6270,7 @@ const Yr = De("MuiFormLabel", ["root", "colorSecondary", "focused", "disabled",
|
|
|
6270
6270
|
ownerState: v,
|
|
6271
6271
|
className: ke(O.root, i),
|
|
6272
6272
|
ref: n,
|
|
6273
|
-
...
|
|
6273
|
+
...y,
|
|
6274
6274
|
children: [o, w.required && /* @__PURE__ */ K(bf, {
|
|
6275
6275
|
ownerState: v,
|
|
6276
6276
|
"aria-hidden": !0,
|
|
@@ -6363,7 +6363,7 @@ const xf = (t) => {
|
|
|
6363
6363
|
ownerState: n
|
|
6364
6364
|
} = t;
|
|
6365
6365
|
return [{
|
|
6366
|
-
[`& .${
|
|
6366
|
+
[`& .${Jr.asterisk}`]: e.asterisk
|
|
6367
6367
|
}, e.root, n.formControl && e.formControl, n.size === "small" && e.sizeSmall, n.shrink && e.shrink, !n.disableAnimation && e.animated, n.focused && e.focused, e[n.variant]];
|
|
6368
6368
|
}
|
|
6369
6369
|
})(Me(({
|
|
@@ -6506,7 +6506,7 @@ const xf = (t) => {
|
|
|
6506
6506
|
props: s,
|
|
6507
6507
|
muiFormControl: f,
|
|
6508
6508
|
states: ["size", "variant", "required", "focused"]
|
|
6509
|
-
}),
|
|
6509
|
+
}), y = {
|
|
6510
6510
|
...s,
|
|
6511
6511
|
disableAnimation: o,
|
|
6512
6512
|
formControl: f,
|
|
@@ -6515,13 +6515,13 @@ const xf = (t) => {
|
|
|
6515
6515
|
variant: h.variant,
|
|
6516
6516
|
required: h.required,
|
|
6517
6517
|
focused: h.focused
|
|
6518
|
-
}, x = xf(
|
|
6518
|
+
}, x = xf(y);
|
|
6519
6519
|
return /* @__PURE__ */ d(wf, {
|
|
6520
6520
|
"data-shrink": p,
|
|
6521
6521
|
ref: n,
|
|
6522
6522
|
className: ke(x.root, c),
|
|
6523
6523
|
...u,
|
|
6524
|
-
ownerState:
|
|
6524
|
+
ownerState: y,
|
|
6525
6525
|
classes: x
|
|
6526
6526
|
});
|
|
6527
6527
|
});
|
|
@@ -6666,7 +6666,7 @@ const Sf = (t) => {
|
|
|
6666
6666
|
focused: f,
|
|
6667
6667
|
margin: p,
|
|
6668
6668
|
required: h,
|
|
6669
|
-
variant:
|
|
6669
|
+
variant: y,
|
|
6670
6670
|
...x
|
|
6671
6671
|
} = s, w = ln(), v = jn({
|
|
6672
6672
|
props: s,
|
|
@@ -6764,7 +6764,7 @@ function _f(t) {
|
|
|
6764
6764
|
const e = _t(t);
|
|
6765
6765
|
return e.body === t ? xn(t).innerWidth > e.documentElement.clientWidth : t.scrollHeight > t.clientHeight;
|
|
6766
6766
|
}
|
|
6767
|
-
function
|
|
6767
|
+
function es(t, e) {
|
|
6768
6768
|
e ? t.setAttribute("aria-hidden", "true") : t.removeAttribute("aria-hidden");
|
|
6769
6769
|
}
|
|
6770
6770
|
function Ma(t) {
|
|
@@ -6778,7 +6778,7 @@ function La(t, e, n, s, o) {
|
|
|
6778
6778
|
const i = [e, n, ...s];
|
|
6779
6779
|
[].forEach.call(t.children, (a) => {
|
|
6780
6780
|
const l = !i.includes(a), c = !kf(a);
|
|
6781
|
-
l && c &&
|
|
6781
|
+
l && c && es(a, o);
|
|
6782
6782
|
});
|
|
6783
6783
|
}
|
|
6784
6784
|
function qo(t, e) {
|
|
@@ -6849,7 +6849,7 @@ class Rf {
|
|
|
6849
6849
|
let s = this.modals.indexOf(e);
|
|
6850
6850
|
if (s !== -1)
|
|
6851
6851
|
return s;
|
|
6852
|
-
s = this.modals.length, this.modals.push(e), e.modalRef &&
|
|
6852
|
+
s = this.modals.length, this.modals.push(e), e.modalRef && es(e.modalRef, !1);
|
|
6853
6853
|
const o = Of(n);
|
|
6854
6854
|
La(n, e.mount, e.modalRef, o, !0);
|
|
6855
6855
|
const i = qo(this.containers, (a) => a.container === n);
|
|
@@ -6870,10 +6870,10 @@ class Rf {
|
|
|
6870
6870
|
return s;
|
|
6871
6871
|
const o = qo(this.containers, (a) => a.modals.includes(e)), i = this.containers[o];
|
|
6872
6872
|
if (i.modals.splice(i.modals.indexOf(e), 1), this.modals.splice(s, 1), i.modals.length === 0)
|
|
6873
|
-
i.restore && i.restore(), e.modalRef &&
|
|
6873
|
+
i.restore && i.restore(), e.modalRef && es(e.modalRef, n), La(i.container, e.mount, e.modalRef, i.hiddenSiblings, !1), this.containers.splice(o, 1);
|
|
6874
6874
|
else {
|
|
6875
6875
|
const a = i.modals[i.modals.length - 1];
|
|
6876
|
-
a.modalRef &&
|
|
6876
|
+
a.modalRef && es(a.modalRef, !1);
|
|
6877
6877
|
}
|
|
6878
6878
|
return s;
|
|
6879
6879
|
}
|
|
@@ -6901,7 +6901,7 @@ const If = {
|
|
|
6901
6901
|
onEnter: f,
|
|
6902
6902
|
onEntered: p,
|
|
6903
6903
|
onEntering: h,
|
|
6904
|
-
onExit:
|
|
6904
|
+
onExit: y,
|
|
6905
6905
|
onExited: x,
|
|
6906
6906
|
onExiting: w,
|
|
6907
6907
|
style: v,
|
|
@@ -6932,7 +6932,7 @@ const If = {
|
|
|
6932
6932
|
}, {
|
|
6933
6933
|
mode: "exit"
|
|
6934
6934
|
});
|
|
6935
|
-
L.style.webkitTransition = s.transitions.create("opacity", q), L.style.transition = s.transitions.create("opacity", q),
|
|
6935
|
+
L.style.webkitTransition = s.transitions.create("opacity", q), L.style.transition = s.transitions.create("opacity", q), y && y(L);
|
|
6936
6936
|
}), N = M(x);
|
|
6937
6937
|
return /* @__PURE__ */ d(T, {
|
|
6938
6938
|
appear: a,
|
|
@@ -7094,7 +7094,7 @@ const Af = (t) => {
|
|
|
7094
7094
|
componentsProps: f = {},
|
|
7095
7095
|
slotProps: p = {},
|
|
7096
7096
|
slots: h = {},
|
|
7097
|
-
TransitionComponent:
|
|
7097
|
+
TransitionComponent: y,
|
|
7098
7098
|
transitionDuration: x,
|
|
7099
7099
|
...w
|
|
7100
7100
|
} = s, v = {
|
|
@@ -7102,7 +7102,7 @@ const Af = (t) => {
|
|
|
7102
7102
|
component: a,
|
|
7103
7103
|
invisible: l
|
|
7104
7104
|
}, O = Af(v), T = {
|
|
7105
|
-
transition:
|
|
7105
|
+
transition: y,
|
|
7106
7106
|
root: u.Root,
|
|
7107
7107
|
...h
|
|
7108
7108
|
}, b = {
|
|
@@ -7245,18 +7245,18 @@ function Lf(t) {
|
|
|
7245
7245
|
onClose: c,
|
|
7246
7246
|
open: u,
|
|
7247
7247
|
rootRef: f
|
|
7248
|
-
} = t, p = _.useRef({}), h = _.useRef(null),
|
|
7248
|
+
} = t, p = _.useRef({}), h = _.useRef(null), y = _.useRef(null), x = jt(y, f), [w, v] = _.useState(!u), O = Mf(l);
|
|
7249
7249
|
let T = !0;
|
|
7250
7250
|
(t["aria-hidden"] === "false" || t["aria-hidden"] === !1) && (T = !1);
|
|
7251
|
-
const b = () => _t(h.current), k = () => (p.current.modalRef =
|
|
7251
|
+
const b = () => _t(h.current), k = () => (p.current.modalRef = y.current, p.current.mount = h.current, p.current), I = () => {
|
|
7252
7252
|
Ds.mount(k(), {
|
|
7253
7253
|
disableScrollLock: s
|
|
7254
|
-
}),
|
|
7255
|
-
}, M =
|
|
7254
|
+
}), y.current && (y.current.scrollTop = 0);
|
|
7255
|
+
}, M = hr(() => {
|
|
7256
7256
|
const q = Nf(e) || b().body;
|
|
7257
|
-
Ds.add(k(), q),
|
|
7258
|
-
}), H = () => Ds.isTopModal(k()), $ =
|
|
7259
|
-
h.current = q, q && (u && H() ? I() :
|
|
7257
|
+
Ds.add(k(), q), y.current && I();
|
|
7258
|
+
}), H = () => Ds.isTopModal(k()), $ = hr((q) => {
|
|
7259
|
+
h.current = q, q && (u && H() ? I() : y.current && es(y.current, T));
|
|
7260
7260
|
}), j = _.useCallback(() => {
|
|
7261
7261
|
Ds.remove(k(), T);
|
|
7262
7262
|
}, [T]);
|
|
@@ -7380,7 +7380,7 @@ const zf = (t) => {
|
|
|
7380
7380
|
container: f,
|
|
7381
7381
|
component: p,
|
|
7382
7382
|
components: h = {},
|
|
7383
|
-
componentsProps:
|
|
7383
|
+
componentsProps: y = {},
|
|
7384
7384
|
disableAutoFocus: x = !1,
|
|
7385
7385
|
disableEnforceFocus: w = !1,
|
|
7386
7386
|
disableEscapeKeyDown: v = !1,
|
|
@@ -7438,7 +7438,7 @@ const zf = (t) => {
|
|
|
7438
7438
|
...U
|
|
7439
7439
|
},
|
|
7440
7440
|
slotProps: {
|
|
7441
|
-
...
|
|
7441
|
+
...y,
|
|
7442
7442
|
...z
|
|
7443
7443
|
}
|
|
7444
7444
|
}, [B, re] = rt("root", {
|
|
@@ -7672,7 +7672,7 @@ function ja(t, e) {
|
|
|
7672
7672
|
function Va(t) {
|
|
7673
7673
|
return [t.horizontal, t.vertical].map((e) => typeof e == "number" ? `${e}px` : e).join(" ");
|
|
7674
7674
|
}
|
|
7675
|
-
function
|
|
7675
|
+
function Gr(t) {
|
|
7676
7676
|
return typeof t == "function" ? t() : t;
|
|
7677
7677
|
}
|
|
7678
7678
|
const Bf = (t) => {
|
|
@@ -7718,7 +7718,7 @@ const Bf = (t) => {
|
|
|
7718
7718
|
className: f,
|
|
7719
7719
|
container: p,
|
|
7720
7720
|
elevation: h = 8,
|
|
7721
|
-
marginThreshold:
|
|
7721
|
+
marginThreshold: y = 16,
|
|
7722
7722
|
open: x,
|
|
7723
7723
|
PaperProps: w = {},
|
|
7724
7724
|
// TODO: remove in v7
|
|
@@ -7740,7 +7740,7 @@ const Bf = (t) => {
|
|
|
7740
7740
|
anchorOrigin: a,
|
|
7741
7741
|
anchorReference: c,
|
|
7742
7742
|
elevation: h,
|
|
7743
|
-
marginThreshold:
|
|
7743
|
+
marginThreshold: y,
|
|
7744
7744
|
transformOrigin: T,
|
|
7745
7745
|
TransitionComponent: b,
|
|
7746
7746
|
transitionDuration: k,
|
|
@@ -7748,7 +7748,7 @@ const Bf = (t) => {
|
|
|
7748
7748
|
}, z = Bf(j), U = _.useCallback(() => {
|
|
7749
7749
|
if (c === "anchorPosition")
|
|
7750
7750
|
return process.env.NODE_ENV !== "production" && (l || console.error('MUI: You need to provide a `anchorPosition` prop when using <Popover anchorReference="anchorPosition" />.')), l;
|
|
7751
|
-
const oe =
|
|
7751
|
+
const oe = Gr(i), pe = oe && oe.nodeType === 1 ? oe : _t($.current).body, ge = pe.getBoundingClientRect();
|
|
7752
7752
|
if (process.env.NODE_ENV !== "production") {
|
|
7753
7753
|
const we = pe.getBoundingClientRect();
|
|
7754
7754
|
process.env.NODE_ENV !== "test" && we.top === 0 && we.left === 0 && we.right === 0 && we.bottom === 0 && console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.", "The anchor element should be part of the document layout.", "Make sure the element is present in the document or that it's not display none."].join(`
|
|
@@ -7774,17 +7774,17 @@ const Bf = (t) => {
|
|
|
7774
7774
|
};
|
|
7775
7775
|
const we = U();
|
|
7776
7776
|
let be = we.top - ge.vertical, je = we.left - ge.horizontal;
|
|
7777
|
-
const Ge = be + pe.height, Ve = je + pe.width, tt = xn(
|
|
7778
|
-
if (
|
|
7779
|
-
const Ze = be -
|
|
7777
|
+
const Ge = be + pe.height, Ve = je + pe.width, tt = xn(Gr(i)), at = tt.innerHeight - y, lt = tt.innerWidth - y;
|
|
7778
|
+
if (y !== null && be < y) {
|
|
7779
|
+
const Ze = be - y;
|
|
7780
7780
|
be -= Ze, ge.vertical += Ze;
|
|
7781
|
-
} else if (
|
|
7781
|
+
} else if (y !== null && Ge > at) {
|
|
7782
7782
|
const Ze = Ge - at;
|
|
7783
7783
|
be -= Ze, ge.vertical += Ze;
|
|
7784
7784
|
}
|
|
7785
7785
|
if (process.env.NODE_ENV !== "production" && pe.height > at && pe.height && at && console.error(["MUI: The popover component is too tall.", `Some part of it can not be seen on the screen (${pe.height - at}px).`, "Please consider adding a `max-height` to improve the user-experience."].join(`
|
|
7786
|
-
`)),
|
|
7787
|
-
const Ze = je -
|
|
7786
|
+
`)), y !== null && je < y) {
|
|
7787
|
+
const Ze = je - y;
|
|
7788
7788
|
je -= Ze, ge.horizontal += Ze;
|
|
7789
7789
|
} else if (Ve > lt) {
|
|
7790
7790
|
const Ze = Ve - lt;
|
|
@@ -7795,7 +7795,7 @@ const Bf = (t) => {
|
|
|
7795
7795
|
left: `${Math.round(je)}px`,
|
|
7796
7796
|
transformOrigin: Va(ge)
|
|
7797
7797
|
};
|
|
7798
|
-
}, [i, c, U, N,
|
|
7798
|
+
}, [i, c, U, N, y]), [L, q] = _.useState(x), V = _.useCallback(() => {
|
|
7799
7799
|
const oe = $.current;
|
|
7800
7800
|
if (!oe)
|
|
7801
7801
|
return;
|
|
@@ -7819,7 +7819,7 @@ const Bf = (t) => {
|
|
|
7819
7819
|
return;
|
|
7820
7820
|
const oe = Kl(() => {
|
|
7821
7821
|
V();
|
|
7822
|
-
}), pe = xn(
|
|
7822
|
+
}), pe = xn(Gr(i));
|
|
7823
7823
|
return pe.addEventListener("resize", oe), () => {
|
|
7824
7824
|
oe.clear(), pe.removeEventListener("resize", oe);
|
|
7825
7825
|
};
|
|
@@ -7856,7 +7856,7 @@ const Bf = (t) => {
|
|
|
7856
7856
|
}
|
|
7857
7857
|
});
|
|
7858
7858
|
k === "auto" && !le.muiSupportAuto && (Y = void 0);
|
|
7859
|
-
const ve = p || (i ? _t(
|
|
7859
|
+
const ve = p || (i ? _t(Gr(i)).body : void 0), [Ie, {
|
|
7860
7860
|
slots: D,
|
|
7861
7861
|
slotProps: B,
|
|
7862
7862
|
...re
|
|
@@ -7928,9 +7928,9 @@ process.env.NODE_ENV !== "production" && (mc.propTypes = {
|
|
|
7928
7928
|
* or a function that returns either.
|
|
7929
7929
|
* It's used to set the position of the popover.
|
|
7930
7930
|
*/
|
|
7931
|
-
anchorEl:
|
|
7931
|
+
anchorEl: ss(r.oneOfType([Js, r.func]), (t) => {
|
|
7932
7932
|
if (t.open && (!t.anchorReference || t.anchorReference === "anchorEl")) {
|
|
7933
|
-
const e =
|
|
7933
|
+
const e = Gr(t.anchorEl);
|
|
7934
7934
|
if (e && e.nodeType === 1) {
|
|
7935
7935
|
const n = e.getBoundingClientRect();
|
|
7936
7936
|
if (process.env.NODE_ENV !== "test" && n.top === 0 && n.left === 0 && n.right === 0 && n.bottom === 0)
|
|
@@ -8165,7 +8165,7 @@ const Wf = {
|
|
|
8165
8165
|
open: f,
|
|
8166
8166
|
PaperProps: p = {},
|
|
8167
8167
|
PopoverClasses: h,
|
|
8168
|
-
transitionDuration:
|
|
8168
|
+
transitionDuration: y = "auto",
|
|
8169
8169
|
TransitionProps: {
|
|
8170
8170
|
onEntering: x,
|
|
8171
8171
|
...w
|
|
@@ -8181,7 +8181,7 @@ const Wf = {
|
|
|
8181
8181
|
MenuListProps: c,
|
|
8182
8182
|
onEntering: x,
|
|
8183
8183
|
PaperProps: p,
|
|
8184
|
-
transitionDuration:
|
|
8184
|
+
transitionDuration: y,
|
|
8185
8185
|
TransitionProps: w,
|
|
8186
8186
|
variant: v
|
|
8187
8187
|
}, M = Hf(I), H = o && !l && f, $ = _.useRef(null), j = (Y, me) => {
|
|
@@ -8259,7 +8259,7 @@ const Wf = {
|
|
|
8259
8259
|
},
|
|
8260
8260
|
open: f,
|
|
8261
8261
|
ref: n,
|
|
8262
|
-
transitionDuration:
|
|
8262
|
+
transitionDuration: y,
|
|
8263
8263
|
ownerState: I,
|
|
8264
8264
|
...b,
|
|
8265
8265
|
classes: h,
|
|
@@ -8607,7 +8607,7 @@ process.env.NODE_ENV !== "production" && (vc.propTypes = {
|
|
|
8607
8607
|
function xc(t) {
|
|
8608
8608
|
return Ue("MuiSelect", t);
|
|
8609
8609
|
}
|
|
8610
|
-
const
|
|
8610
|
+
const Br = De("MuiSelect", ["root", "select", "multiple", "filled", "outlined", "standard", "disabled", "focused", "icon", "iconOpen", "iconFilled", "iconOutlined", "iconStandard", "nativeInput", "error"]);
|
|
8611
8611
|
var $a;
|
|
8612
8612
|
const th = ie(gc, {
|
|
8613
8613
|
name: "MuiSelect",
|
|
@@ -8619,22 +8619,22 @@ const th = ie(gc, {
|
|
|
8619
8619
|
return [
|
|
8620
8620
|
// Win specificity over the input base
|
|
8621
8621
|
{
|
|
8622
|
-
[`&.${
|
|
8622
|
+
[`&.${Br.select}`]: e.select
|
|
8623
8623
|
},
|
|
8624
8624
|
{
|
|
8625
|
-
[`&.${
|
|
8625
|
+
[`&.${Br.select}`]: e[n.variant]
|
|
8626
8626
|
},
|
|
8627
8627
|
{
|
|
8628
|
-
[`&.${
|
|
8628
|
+
[`&.${Br.error}`]: e.error
|
|
8629
8629
|
},
|
|
8630
8630
|
{
|
|
8631
|
-
[`&.${
|
|
8631
|
+
[`&.${Br.multiple}`]: e.multiple
|
|
8632
8632
|
}
|
|
8633
8633
|
];
|
|
8634
8634
|
}
|
|
8635
8635
|
})({
|
|
8636
8636
|
// Win specificity over the input base
|
|
8637
|
-
[`&.${
|
|
8637
|
+
[`&.${Br.select}`]: {
|
|
8638
8638
|
height: "auto",
|
|
8639
8639
|
// Resets for multiple select with chips
|
|
8640
8640
|
minHeight: "1.4375em",
|
|
@@ -8698,7 +8698,7 @@ const oh = (t) => {
|
|
|
8698
8698
|
defaultValue: f,
|
|
8699
8699
|
disabled: p,
|
|
8700
8700
|
displayEmpty: h,
|
|
8701
|
-
error:
|
|
8701
|
+
error: y = !1,
|
|
8702
8702
|
IconComponent: x,
|
|
8703
8703
|
inputRef: w,
|
|
8704
8704
|
labelId: v,
|
|
@@ -8721,11 +8721,11 @@ const oh = (t) => {
|
|
|
8721
8721
|
value: V,
|
|
8722
8722
|
variant: se = "standard",
|
|
8723
8723
|
...ne
|
|
8724
|
-
} = e, [Y, me] =
|
|
8724
|
+
} = e, [Y, me] = os({
|
|
8725
8725
|
controlled: V,
|
|
8726
8726
|
default: f,
|
|
8727
8727
|
name: "Select"
|
|
8728
|
-
}), [le, Ne] =
|
|
8728
|
+
}), [le, Ne] = os({
|
|
8729
8729
|
controlled: j,
|
|
8730
8730
|
default: u,
|
|
8731
8731
|
name: "Select"
|
|
@@ -8776,14 +8776,14 @@ const oh = (t) => {
|
|
|
8776
8776
|
} else
|
|
8777
8777
|
Je = ce.props.value;
|
|
8778
8778
|
if (ce.props.onClick && ce.props.onClick(_e), Y !== Je && (me(Je), I)) {
|
|
8779
|
-
const Qt = _e.nativeEvent || _e,
|
|
8780
|
-
Object.defineProperty(
|
|
8779
|
+
const Qt = _e.nativeEvent || _e, lr = new Qt.constructor(Qt.type, Qt);
|
|
8780
|
+
Object.defineProperty(lr, "target", {
|
|
8781
8781
|
writable: !0,
|
|
8782
8782
|
value: {
|
|
8783
8783
|
value: Je,
|
|
8784
8784
|
name: b
|
|
8785
8785
|
}
|
|
8786
|
-
}), I(
|
|
8786
|
+
}), I(lr, ce);
|
|
8787
8787
|
}
|
|
8788
8788
|
T || we(!1, _e);
|
|
8789
8789
|
}
|
|
@@ -8854,7 +8854,7 @@ const oh = (t) => {
|
|
|
8854
8854
|
variant: se,
|
|
8855
8855
|
value: Y,
|
|
8856
8856
|
open: lt,
|
|
8857
|
-
error:
|
|
8857
|
+
error: y
|
|
8858
8858
|
}, Ae = oh(Q), Ee = {
|
|
8859
8859
|
...O.PaperProps,
|
|
8860
8860
|
...(Kt = O.slotProps) == null ? void 0 : Kt.paper
|
|
@@ -8873,7 +8873,7 @@ const oh = (t) => {
|
|
|
8873
8873
|
"aria-labelledby": [v, G].filter(Boolean).join(" ") || void 0,
|
|
8874
8874
|
"aria-describedby": s,
|
|
8875
8875
|
"aria-required": N ? "true" : void 0,
|
|
8876
|
-
"aria-invalid":
|
|
8876
|
+
"aria-invalid": y ? "true" : void 0,
|
|
8877
8877
|
onKeyDown: at,
|
|
8878
8878
|
onMouseDown: p || z ? null : be,
|
|
8879
8879
|
onBlur: Ze,
|
|
@@ -8891,7 +8891,7 @@ const oh = (t) => {
|
|
|
8891
8891
|
}))
|
|
8892
8892
|
) : m
|
|
8893
8893
|
}), /* @__PURE__ */ d(rh, {
|
|
8894
|
-
"aria-invalid":
|
|
8894
|
+
"aria-invalid": y,
|
|
8895
8895
|
value: Array.isArray(Y) ? Y.join(",") : Y,
|
|
8896
8896
|
name: b,
|
|
8897
8897
|
ref: ve,
|
|
@@ -9120,7 +9120,7 @@ const ih = (t) => {
|
|
|
9120
9120
|
IconComponent: f = _p,
|
|
9121
9121
|
id: p,
|
|
9122
9122
|
input: h,
|
|
9123
|
-
inputProps:
|
|
9123
|
+
inputProps: y,
|
|
9124
9124
|
label: x,
|
|
9125
9125
|
labelId: w,
|
|
9126
9126
|
MenuProps: v,
|
|
@@ -9186,8 +9186,8 @@ const ih = (t) => {
|
|
|
9186
9186
|
...H
|
|
9187
9187
|
}
|
|
9188
9188
|
},
|
|
9189
|
-
...
|
|
9190
|
-
classes:
|
|
9189
|
+
...y,
|
|
9190
|
+
classes: y ? Pi(se, y.classes) : se,
|
|
9191
9191
|
...h ? h.props.inputProps : {}
|
|
9192
9192
|
},
|
|
9193
9193
|
...(O && T || u) && F === "outlined" ? {
|
|
@@ -9383,7 +9383,7 @@ const dh = {
|
|
|
9383
9383
|
disabled: f = !1,
|
|
9384
9384
|
error: p = !1,
|
|
9385
9385
|
FormHelperTextProps: h,
|
|
9386
|
-
fullWidth:
|
|
9386
|
+
fullWidth: y = !1,
|
|
9387
9387
|
helperText: x,
|
|
9388
9388
|
id: w,
|
|
9389
9389
|
InputLabelProps: v,
|
|
@@ -9415,7 +9415,7 @@ const dh = {
|
|
|
9415
9415
|
color: c,
|
|
9416
9416
|
disabled: f,
|
|
9417
9417
|
error: p,
|
|
9418
|
-
fullWidth:
|
|
9418
|
+
fullWidth: y,
|
|
9419
9419
|
multiline: H,
|
|
9420
9420
|
required: F,
|
|
9421
9421
|
select: q,
|
|
@@ -9447,7 +9447,7 @@ const dh = {
|
|
|
9447
9447
|
additionalProps: {
|
|
9448
9448
|
disabled: f,
|
|
9449
9449
|
error: p,
|
|
9450
|
-
fullWidth:
|
|
9450
|
+
fullWidth: y,
|
|
9451
9451
|
required: F,
|
|
9452
9452
|
color: c,
|
|
9453
9453
|
variant: le
|
|
@@ -9478,7 +9478,7 @@ const dh = {
|
|
|
9478
9478
|
autoComplete: o,
|
|
9479
9479
|
autoFocus: i,
|
|
9480
9480
|
defaultValue: u,
|
|
9481
|
-
fullWidth:
|
|
9481
|
+
fullWidth: y,
|
|
9482
9482
|
multiline: H,
|
|
9483
9483
|
name: $,
|
|
9484
9484
|
rows: L,
|
|
@@ -9798,7 +9798,7 @@ const mh = (t) => {
|
|
|
9798
9798
|
icon: f,
|
|
9799
9799
|
id: p,
|
|
9800
9800
|
inputProps: h,
|
|
9801
|
-
inputRef:
|
|
9801
|
+
inputRef: y,
|
|
9802
9802
|
name: x,
|
|
9803
9803
|
onBlur: w,
|
|
9804
9804
|
onChange: v,
|
|
@@ -9811,7 +9811,7 @@ const mh = (t) => {
|
|
|
9811
9811
|
slots: H = {},
|
|
9812
9812
|
slotProps: $ = {},
|
|
9813
9813
|
...j
|
|
9814
|
-
} = e, [z, U] =
|
|
9814
|
+
} = e, [z, U] = os({
|
|
9815
9815
|
controlled: o,
|
|
9816
9816
|
default: !!a,
|
|
9817
9817
|
name: "SwitchBase",
|
|
@@ -9870,7 +9870,7 @@ const mh = (t) => {
|
|
|
9870
9870
|
tabIndex: null
|
|
9871
9871
|
}
|
|
9872
9872
|
}), [ve, Ie] = rt("input", {
|
|
9873
|
-
ref:
|
|
9873
|
+
ref: y,
|
|
9874
9874
|
elementType: gh,
|
|
9875
9875
|
className: Y.input,
|
|
9876
9876
|
externalForwardedProps: me,
|
|
@@ -10108,7 +10108,7 @@ const Wo = De("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
|
|
|
10108
10108
|
}
|
|
10109
10109
|
}
|
|
10110
10110
|
}]
|
|
10111
|
-
}))), Th = /* @__PURE__ */ d(vh, {}), _h = /* @__PURE__ */ d(bh, {}), kh = /* @__PURE__ */ d(xh, {}),
|
|
10111
|
+
}))), Th = /* @__PURE__ */ d(vh, {}), _h = /* @__PURE__ */ d(bh, {}), kh = /* @__PURE__ */ d(xh, {}), Kr = /* @__PURE__ */ _.forwardRef(function(e, n) {
|
|
10112
10112
|
const s = We({
|
|
10113
10113
|
props: e,
|
|
10114
10114
|
name: "MuiCheckbox"
|
|
@@ -10122,7 +10122,7 @@ const Wo = De("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
|
|
|
10122
10122
|
size: f = "medium",
|
|
10123
10123
|
disableRipple: p = !1,
|
|
10124
10124
|
className: h,
|
|
10125
|
-
slots:
|
|
10125
|
+
slots: y = {},
|
|
10126
10126
|
slotProps: x = {},
|
|
10127
10127
|
...w
|
|
10128
10128
|
} = s, v = l ? c : a, O = l ? c : o, T = {
|
|
@@ -10137,7 +10137,7 @@ const Wo = De("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
|
|
|
10137
10137
|
className: ke(b.root, h),
|
|
10138
10138
|
shouldForwardComponentProp: !0,
|
|
10139
10139
|
externalForwardedProps: {
|
|
10140
|
-
slots:
|
|
10140
|
+
slots: y,
|
|
10141
10141
|
slotProps: x,
|
|
10142
10142
|
...w
|
|
10143
10143
|
},
|
|
@@ -10151,7 +10151,7 @@ const Wo = De("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
|
|
|
10151
10151
|
fontSize: O.props.fontSize ?? f
|
|
10152
10152
|
}),
|
|
10153
10153
|
disableRipple: p,
|
|
10154
|
-
slots:
|
|
10154
|
+
slots: y,
|
|
10155
10155
|
slotProps: {
|
|
10156
10156
|
input: nc(typeof k == "function" ? k(T) : k, {
|
|
10157
10157
|
"data-indeterminate": l
|
|
@@ -10164,7 +10164,7 @@ const Wo = De("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "c
|
|
|
10164
10164
|
classes: b
|
|
10165
10165
|
});
|
|
10166
10166
|
});
|
|
10167
|
-
process.env.NODE_ENV !== "production" && (
|
|
10167
|
+
process.env.NODE_ENV !== "production" && (Kr.propTypes = {
|
|
10168
10168
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
10169
10169
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
10170
10170
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -10386,7 +10386,7 @@ const Oh = (t) => {
|
|
|
10386
10386
|
in: f,
|
|
10387
10387
|
onEnter: p,
|
|
10388
10388
|
onEntered: h,
|
|
10389
|
-
onEntering:
|
|
10389
|
+
onEntering: y,
|
|
10390
10390
|
onExit: x,
|
|
10391
10391
|
onExited: w,
|
|
10392
10392
|
onExiting: v,
|
|
@@ -10425,7 +10425,7 @@ const Oh = (t) => {
|
|
|
10425
10425
|
B.style.transitionDuration = `${pe}ms`, U.current = pe;
|
|
10426
10426
|
} else
|
|
10427
10427
|
B.style.transitionDuration = typeof ye == "string" ? ye : `${ye}ms`;
|
|
10428
|
-
B.style[L] = `${Te}px`, B.style.transitionTimingFunction = oe,
|
|
10428
|
+
B.style[L] = `${Te}px`, B.style.transitionTimingFunction = oe, y && y(B, re);
|
|
10429
10429
|
}), le = se((B, re) => {
|
|
10430
10430
|
B.style[L] = "auto", h && h(B, re);
|
|
10431
10431
|
}), Ne = se((B) => {
|
|
@@ -10727,7 +10727,7 @@ const zh = (t) => {
|
|
|
10727
10727
|
}), {
|
|
10728
10728
|
className: o,
|
|
10729
10729
|
...i
|
|
10730
|
-
} = s, a = _.useContext(
|
|
10730
|
+
} = s, a = _.useContext(yr), l = {
|
|
10731
10731
|
...s,
|
|
10732
10732
|
disableGutters: a.disableGutters
|
|
10733
10733
|
}, c = zh(l);
|
|
@@ -10900,7 +10900,7 @@ const Vh = (t, e) => {
|
|
|
10900
10900
|
className: p,
|
|
10901
10901
|
...h
|
|
10902
10902
|
} = {},
|
|
10903
|
-
dense:
|
|
10903
|
+
dense: y = !1,
|
|
10904
10904
|
disableGutters: x = !1,
|
|
10905
10905
|
disablePadding: w = !1,
|
|
10906
10906
|
divider: v = !1,
|
|
@@ -10908,11 +10908,11 @@ const Vh = (t, e) => {
|
|
|
10908
10908
|
slotProps: T = {},
|
|
10909
10909
|
slots: b = {},
|
|
10910
10910
|
...k
|
|
10911
|
-
} = s, I = _.useContext(
|
|
10912
|
-
dense:
|
|
10911
|
+
} = s, I = _.useContext(yr), M = _.useMemo(() => ({
|
|
10912
|
+
dense: y || I.dense || !1,
|
|
10913
10913
|
alignItems: o,
|
|
10914
10914
|
disableGutters: x
|
|
10915
|
-
}), [o, I.dense,
|
|
10915
|
+
}), [o, I.dense, y, x]), H = _.useRef(null), $ = _.Children.toArray(i), j = $.length && Xr($[$.length - 1], ["ListItemSecondaryAction"]), z = {
|
|
10916
10916
|
...s,
|
|
10917
10917
|
alignItems: o,
|
|
10918
10918
|
dense: M.dense,
|
|
@@ -10925,7 +10925,7 @@ const Vh = (t, e) => {
|
|
|
10925
10925
|
...k
|
|
10926
10926
|
};
|
|
10927
10927
|
let V = l || "li";
|
|
10928
|
-
return j ? (V = !q.component && !l ? "div" : V, f === "li" && (V === "li" ? V = "div" : q.component === "li" && (q.component = "div")), /* @__PURE__ */ d(
|
|
10928
|
+
return j ? (V = !q.component && !l ? "div" : V, f === "li" && (V === "li" ? V = "div" : q.component === "li" && (q.component = "div")), /* @__PURE__ */ d(yr.Provider, {
|
|
10929
10929
|
value: M,
|
|
10930
10930
|
children: /* @__PURE__ */ K(Uh, {
|
|
10931
10931
|
as: f,
|
|
@@ -10946,7 +10946,7 @@ const Vh = (t, e) => {
|
|
|
10946
10946
|
children: $
|
|
10947
10947
|
}), $.pop()]
|
|
10948
10948
|
})
|
|
10949
|
-
})) : /* @__PURE__ */ d(
|
|
10949
|
+
})) : /* @__PURE__ */ d(yr.Provider, {
|
|
10950
10950
|
value: M,
|
|
10951
10951
|
children: /* @__PURE__ */ K(F, {
|
|
10952
10952
|
...L,
|
|
@@ -10979,12 +10979,12 @@ process.env.NODE_ENV !== "production" && (Gs.propTypes = {
|
|
|
10979
10979
|
* The content of the component if a `ListItemSecondaryAction` is used it must
|
|
10980
10980
|
* be the last child.
|
|
10981
10981
|
*/
|
|
10982
|
-
children:
|
|
10982
|
+
children: ss(r.node, (t) => {
|
|
10983
10983
|
const e = _.Children.toArray(t.children);
|
|
10984
10984
|
let n = -1;
|
|
10985
10985
|
for (let s = e.length - 1; s >= 0; s -= 1) {
|
|
10986
10986
|
const o = e[s];
|
|
10987
|
-
if (
|
|
10987
|
+
if (Xr(o, ["ListItemSecondaryAction"])) {
|
|
10988
10988
|
n = s;
|
|
10989
10989
|
break;
|
|
10990
10990
|
}
|
|
@@ -11258,7 +11258,7 @@ const em = /* @__PURE__ */ d(Zi, {
|
|
|
11258
11258
|
size: f = "medium",
|
|
11259
11259
|
className: p,
|
|
11260
11260
|
disabled: h,
|
|
11261
|
-
disableRipple:
|
|
11261
|
+
disableRipple: y = !1,
|
|
11262
11262
|
slots: x = {},
|
|
11263
11263
|
slotProps: w = {},
|
|
11264
11264
|
inputProps: v,
|
|
@@ -11269,7 +11269,7 @@ const em = /* @__PURE__ */ d(Zi, {
|
|
|
11269
11269
|
const k = {
|
|
11270
11270
|
...s,
|
|
11271
11271
|
disabled: b,
|
|
11272
|
-
disableRipple:
|
|
11272
|
+
disableRipple: y,
|
|
11273
11273
|
color: a,
|
|
11274
11274
|
size: f
|
|
11275
11275
|
}, I = Yh(k), M = Kh();
|
|
@@ -11448,7 +11448,7 @@ const rm = (t) => {
|
|
|
11448
11448
|
onChange: c,
|
|
11449
11449
|
value: u,
|
|
11450
11450
|
...f
|
|
11451
|
-
} = e, p = _.useRef(null), h = rm(e), [
|
|
11451
|
+
} = e, p = _.useRef(null), h = rm(e), [y, x] = os({
|
|
11452
11452
|
controlled: u,
|
|
11453
11453
|
default: a,
|
|
11454
11454
|
name: "RadioGroup"
|
|
@@ -11464,8 +11464,8 @@ const rm = (t) => {
|
|
|
11464
11464
|
onChange(T) {
|
|
11465
11465
|
x(T.target.value), c && c(T, T.target.value);
|
|
11466
11466
|
},
|
|
11467
|
-
value:
|
|
11468
|
-
}), [v, c, x,
|
|
11467
|
+
value: y
|
|
11468
|
+
}), [v, c, x, y]);
|
|
11469
11469
|
return /* @__PURE__ */ d(Hi.Provider, {
|
|
11470
11470
|
value: O,
|
|
11471
11471
|
children: /* @__PURE__ */ d(Cc, {
|
|
@@ -11512,7 +11512,7 @@ process.env.NODE_ENV !== "production" && (Sc.propTypes = {
|
|
|
11512
11512
|
*/
|
|
11513
11513
|
value: r.any
|
|
11514
11514
|
});
|
|
11515
|
-
function
|
|
11515
|
+
function Ur(t, e = Number.MIN_SAFE_INTEGER, n = Number.MAX_SAFE_INTEGER) {
|
|
11516
11516
|
return Math.max(e, Math.min(t, n));
|
|
11517
11517
|
}
|
|
11518
11518
|
const sm = {
|
|
@@ -11530,7 +11530,7 @@ function om(t, e, n = (s, o) => s === o) {
|
|
|
11530
11530
|
return t.length === e.length && t.every((s, o) => n(s, e[o]));
|
|
11531
11531
|
}
|
|
11532
11532
|
const im = 2;
|
|
11533
|
-
function
|
|
11533
|
+
function cr(t, e, n, s, o) {
|
|
11534
11534
|
return n === 1 ? Math.min(t + e, o) : Math.max(t - e, s);
|
|
11535
11535
|
}
|
|
11536
11536
|
function Tc(t, e) {
|
|
@@ -11648,13 +11648,13 @@ function pm(t) {
|
|
|
11648
11648
|
onChange: f,
|
|
11649
11649
|
onChangeCommitted: p,
|
|
11650
11650
|
orientation: h = "horizontal",
|
|
11651
|
-
rootRef:
|
|
11651
|
+
rootRef: y,
|
|
11652
11652
|
scale: x = dm,
|
|
11653
11653
|
step: w = 1,
|
|
11654
11654
|
shiftStep: v = 10,
|
|
11655
11655
|
tabIndex: O,
|
|
11656
11656
|
value: T
|
|
11657
|
-
} = t, b = _.useRef(void 0), [k, I] = _.useState(-1), [M, H] = _.useState(-1), [$, j] = _.useState(!1), z = _.useRef(0), U = _.useRef(null), [N, F] =
|
|
11657
|
+
} = t, b = _.useRef(void 0), [k, I] = _.useState(-1), [M, H] = _.useState(-1), [$, j] = _.useState(!1), z = _.useRef(0), U = _.useRef(null), [N, F] = os({
|
|
11658
11658
|
controlled: T,
|
|
11659
11659
|
default: n ?? c,
|
|
11660
11660
|
name: "Slider"
|
|
@@ -11669,10 +11669,10 @@ function pm(t) {
|
|
|
11669
11669
|
}), U.current = S, f(Z, S, E);
|
|
11670
11670
|
}), q = Array.isArray(N);
|
|
11671
11671
|
let V = q ? N.slice().sort(Tc) : [N];
|
|
11672
|
-
V = V.map((C) => C == null ? c :
|
|
11672
|
+
V = V.map((C) => C == null ? c : Ur(C, c, l));
|
|
11673
11673
|
const se = a === !0 && w !== null ? [...Array(Math.floor((l - c) / w) + 1)].map((C, S) => ({
|
|
11674
11674
|
value: c + w * S
|
|
11675
|
-
})) : a || [], ne = se.map((C) => C.value), [Y, me] = _.useState(-1), le = _.useRef(null), Ne = jt(
|
|
11675
|
+
})) : a || [], ne = se.map((C) => C.value), [Y, me] = _.useState(-1), le = _.useRef(null), Ne = jt(y, le), ve = (C) => (S) => {
|
|
11676
11676
|
var A;
|
|
11677
11677
|
const E = Number(S.currentTarget.getAttribute("data-index"));
|
|
11678
11678
|
oa(S.target) && me(E), H(E), (A = C == null ? void 0 : C.onFocus) == null || A.call(C, S);
|
|
@@ -11686,8 +11686,8 @@ function pm(t) {
|
|
|
11686
11686
|
const Q = ne[ne.length - 1];
|
|
11687
11687
|
G >= Q ? G = Q : G <= ne[0] ? G = ne[0] : G = G < A ? ne[Z - 1] : ne[Z + 1];
|
|
11688
11688
|
}
|
|
11689
|
-
if (G =
|
|
11690
|
-
o && (G =
|
|
11689
|
+
if (G = Ur(G, c, l), q) {
|
|
11690
|
+
o && (G = Ur(G, V[E - 1] || -1 / 0, V[E + 1] || 1 / 0));
|
|
11691
11691
|
const Q = G;
|
|
11692
11692
|
G = Wa({
|
|
11693
11693
|
values: V,
|
|
@@ -11711,22 +11711,22 @@ function pm(t) {
|
|
|
11711
11711
|
const Q = S.shiftKey ? v : w;
|
|
11712
11712
|
switch (S.key) {
|
|
11713
11713
|
case "ArrowUp":
|
|
11714
|
-
G =
|
|
11714
|
+
G = cr(Z, Q, 1, c, l);
|
|
11715
11715
|
break;
|
|
11716
11716
|
case "ArrowRight":
|
|
11717
|
-
G =
|
|
11717
|
+
G = cr(Z, Q, i ? -1 : 1, c, l);
|
|
11718
11718
|
break;
|
|
11719
11719
|
case "ArrowDown":
|
|
11720
|
-
G =
|
|
11720
|
+
G = cr(Z, Q, -1, c, l);
|
|
11721
11721
|
break;
|
|
11722
11722
|
case "ArrowLeft":
|
|
11723
|
-
G =
|
|
11723
|
+
G = cr(Z, Q, i ? 1 : -1, c, l);
|
|
11724
11724
|
break;
|
|
11725
11725
|
case "PageUp":
|
|
11726
|
-
G =
|
|
11726
|
+
G = cr(Z, v, 1, c, l);
|
|
11727
11727
|
break;
|
|
11728
11728
|
case "PageDown":
|
|
11729
|
-
G =
|
|
11729
|
+
G = cr(Z, v, -1, c, l);
|
|
11730
11730
|
break;
|
|
11731
11731
|
case "Home":
|
|
11732
11732
|
G = c;
|
|
@@ -11743,7 +11743,7 @@ function pm(t) {
|
|
|
11743
11743
|
}
|
|
11744
11744
|
(E = C == null ? void 0 : C.onKeyDown) == null || E.call(C, S);
|
|
11745
11745
|
};
|
|
11746
|
-
|
|
11746
|
+
rs(() => {
|
|
11747
11747
|
var C;
|
|
11748
11748
|
s && le.current.contains(document.activeElement) && ((C = document.activeElement) == null || C.blur());
|
|
11749
11749
|
}, [s]), s && k !== -1 && I(-1), s && Y !== -1 && me(-1);
|
|
@@ -11774,10 +11774,10 @@ function pm(t) {
|
|
|
11774
11774
|
const Kt = qa(ne, Ee);
|
|
11775
11775
|
Ee = ne[Kt];
|
|
11776
11776
|
}
|
|
11777
|
-
Ee =
|
|
11777
|
+
Ee = Ur(Ee, c, l);
|
|
11778
11778
|
let Qe = 0;
|
|
11779
11779
|
if (q) {
|
|
11780
|
-
S ? Qe = Te.current : Qe = qa(V, Ee), o && (Ee =
|
|
11780
|
+
S ? Qe = Te.current : Qe = qa(V, Ee), o && (Ee = Ur(Ee, V[Qe - 1] || -1 / 0, V[Qe + 1] || 1 / 0));
|
|
11781
11781
|
const Kt = Ee;
|
|
11782
11782
|
Ee = Wa({
|
|
11783
11783
|
values: V,
|
|
@@ -11789,7 +11789,7 @@ function pm(t) {
|
|
|
11789
11789
|
newValue: Ee,
|
|
11790
11790
|
activeIndex: Qe
|
|
11791
11791
|
};
|
|
11792
|
-
}, pe =
|
|
11792
|
+
}, pe = hr((C) => {
|
|
11793
11793
|
const S = zs(C, b);
|
|
11794
11794
|
if (!S)
|
|
11795
11795
|
return;
|
|
@@ -11809,7 +11809,7 @@ function pm(t) {
|
|
|
11809
11809
|
activeIndex: A,
|
|
11810
11810
|
setActive: I
|
|
11811
11811
|
}), F(E), !$ && z.current > im && j(!0), L && !Vs(E, N) && L(C, E, A);
|
|
11812
|
-
}), ge =
|
|
11812
|
+
}), ge = hr((C) => {
|
|
11813
11813
|
const S = zs(C, b);
|
|
11814
11814
|
if (j(!1), !S)
|
|
11815
11815
|
return;
|
|
@@ -11820,7 +11820,7 @@ function pm(t) {
|
|
|
11820
11820
|
move: !0
|
|
11821
11821
|
});
|
|
11822
11822
|
I(-1), C.type === "touchend" && H(-1), p && p(C, U.current ?? E), b.current = void 0, be();
|
|
11823
|
-
}), we =
|
|
11823
|
+
}), we = hr((C) => {
|
|
11824
11824
|
if (s)
|
|
11825
11825
|
return;
|
|
11826
11826
|
Za() || C.preventDefault();
|
|
@@ -12553,7 +12553,7 @@ const xm = ie("span", {
|
|
|
12553
12553
|
componentsProps: f = {},
|
|
12554
12554
|
color: p = "primary",
|
|
12555
12555
|
classes: h,
|
|
12556
|
-
className:
|
|
12556
|
+
className: y,
|
|
12557
12557
|
disableSwap: x = !1,
|
|
12558
12558
|
disabled: w = !1,
|
|
12559
12559
|
getAriaLabel: v,
|
|
@@ -12630,7 +12630,7 @@ const xm = ie("span", {
|
|
|
12630
12630
|
...le,
|
|
12631
12631
|
...S == null ? void 0 : S.ownerState
|
|
12632
12632
|
},
|
|
12633
|
-
className: [Ve.root,
|
|
12633
|
+
className: [Ve.root, y]
|
|
12634
12634
|
}), Kt = dn({
|
|
12635
12635
|
elementType: at,
|
|
12636
12636
|
externalSlotProps: E,
|
|
@@ -12672,7 +12672,7 @@ const xm = ie("span", {
|
|
|
12672
12672
|
externalSlotProps: Q,
|
|
12673
12673
|
ownerState: le,
|
|
12674
12674
|
className: Ve.mark
|
|
12675
|
-
}),
|
|
12675
|
+
}), lr = dn({
|
|
12676
12676
|
elementType: P,
|
|
12677
12677
|
externalSlotProps: Ae,
|
|
12678
12678
|
ownerState: le,
|
|
@@ -12707,15 +12707,15 @@ const xm = ie("span", {
|
|
|
12707
12707
|
}), ot.label != null ? /* @__PURE__ */ d(P, {
|
|
12708
12708
|
"aria-hidden": !0,
|
|
12709
12709
|
"data-index": dt,
|
|
12710
|
-
...
|
|
12710
|
+
...lr,
|
|
12711
12711
|
...!bn(P) && {
|
|
12712
12712
|
markLabelActive: cn
|
|
12713
12713
|
},
|
|
12714
12714
|
style: {
|
|
12715
12715
|
...Ps,
|
|
12716
|
-
...
|
|
12716
|
+
...lr.style
|
|
12717
12717
|
},
|
|
12718
|
-
className: ke(Ve.markLabel,
|
|
12718
|
+
className: ke(Ve.markLabel, lr.className, cn && Ve.markLabelActive),
|
|
12719
12719
|
children: ot.label
|
|
12720
12720
|
}) : null]
|
|
12721
12721
|
}, dt);
|
|
@@ -12765,7 +12765,7 @@ process.env.NODE_ENV !== "production" && (Ec.propTypes = {
|
|
|
12765
12765
|
/**
|
|
12766
12766
|
* The label of the slider.
|
|
12767
12767
|
*/
|
|
12768
|
-
"aria-label":
|
|
12768
|
+
"aria-label": ss(r.string, (t) => Array.isArray(t.value || t.defaultValue) && t["aria-label"] != null ? new Error("MUI: You need to use the `getAriaLabel` prop instead of `aria-label` when using a range slider.") : null),
|
|
12769
12769
|
/**
|
|
12770
12770
|
* The id of the element containing a label for the slider.
|
|
12771
12771
|
*/
|
|
@@ -12773,7 +12773,7 @@ process.env.NODE_ENV !== "production" && (Ec.propTypes = {
|
|
|
12773
12773
|
/**
|
|
12774
12774
|
* A string value that provides a user-friendly name for the current value of the slider.
|
|
12775
12775
|
*/
|
|
12776
|
-
"aria-valuetext":
|
|
12776
|
+
"aria-valuetext": ss(r.string, (t) => Array.isArray(t.value || t.defaultValue) && t["aria-valuetext"] != null ? new Error("MUI: You need to use the `getAriaValueText` prop instead of `aria-valuetext` when using a range slider.") : null),
|
|
12777
12777
|
/**
|
|
12778
12778
|
* @ignore
|
|
12779
12779
|
*/
|
|
@@ -13028,7 +13028,7 @@ class Tm {
|
|
|
13028
13028
|
Vn(this, "syncCoordinates", () => {
|
|
13029
13029
|
if (localStorage.getItem("GEM_UI_MAP_VISIBLE") !== "true")
|
|
13030
13030
|
return tn("Mapa SmartGEM niedostępna");
|
|
13031
|
-
const { mapInstance: e } =
|
|
13031
|
+
const { mapInstance: e } = ar();
|
|
13032
13032
|
this.channel.postMessage({
|
|
13033
13033
|
target: "GEM_UI",
|
|
13034
13034
|
type: "SYNC_COORDINATES",
|
|
@@ -13057,7 +13057,7 @@ const _m = new Tm(), km = ({
|
|
|
13057
13057
|
}), { showPopup: a, hidePopup: l } = Cn(), { setIsMeasurementHidden: c, setIsAngleHidden: u, setAngleValue: f } = Ni(), {
|
|
13058
13058
|
interactions: p,
|
|
13059
13059
|
interactLayers: h,
|
|
13060
|
-
persistedGeometry:
|
|
13060
|
+
persistedGeometry: y,
|
|
13061
13061
|
snapFeatures: x,
|
|
13062
13062
|
mapInstance: w,
|
|
13063
13063
|
isModalAccepted: v,
|
|
@@ -13067,7 +13067,7 @@ const _m = new Tm(), km = ({
|
|
|
13067
13067
|
drawLayer: k,
|
|
13068
13068
|
currentlySelectedFeatureIdsRef: I,
|
|
13069
13069
|
initialSelectedFeaturesRef: M
|
|
13070
|
-
} =
|
|
13070
|
+
} = ar(), [H, $] = ue(!1), [j, z] = ue(!1), [U, N] = ue(!1), [F, L] = ue(!1), [q, V] = ue(!1), [se, ne] = ue(!1), [Y, me] = ue([]), [le, Ne] = ue([]), [ve, Ie] = ue(
|
|
13071
13071
|
e.length === 1 ? { value: e[0].layerId, label: e[0].name } : null
|
|
13072
13072
|
), [D, B] = ue(null), re = (C) => {
|
|
13073
13073
|
C && ge(!0), v.current = C, localStorage.setItem("isModalAccepted", String(C)), l();
|
|
@@ -13115,7 +13115,7 @@ const _m = new Tm(), km = ({
|
|
|
13115
13115
|
});
|
|
13116
13116
|
}, pe = async () => {
|
|
13117
13117
|
const C = () => {
|
|
13118
|
-
|
|
13118
|
+
y.current = void 0, Fs(p == null ? void 0 : p.current), ye(), p.current.select.getFeatures().clear(), p.current.select.setActive(!0), p.current.hover.setActive(!0), N(!1), L(!1), $(!1);
|
|
13119
13119
|
};
|
|
13120
13120
|
if (p) {
|
|
13121
13121
|
const S = p.current.select.getFeatures().getArray()[0];
|
|
@@ -13125,7 +13125,7 @@ const _m = new Tm(), km = ({
|
|
|
13125
13125
|
coordinates: S.getGeometry().getCoordinates(),
|
|
13126
13126
|
type: S.getGeometry().getType()
|
|
13127
13127
|
};
|
|
13128
|
-
if (h &&
|
|
13128
|
+
if (h && y)
|
|
13129
13129
|
if ((await Oe.validatePurposeGeometry(Z)).response)
|
|
13130
13130
|
if (E && A && n && n !== -1)
|
|
13131
13131
|
try {
|
|
@@ -13184,9 +13184,9 @@ const _m = new Tm(), km = ({
|
|
|
13184
13184
|
}, we = () => {
|
|
13185
13185
|
p.current.select.getFeatures().clear(), N(!1), e.length > 1 && Ie(null), p.current.draw.setActive(!1), p.current.select.setActive(!0), p.current.hover.setActive(!0), u(!0), f(null), c(!0);
|
|
13186
13186
|
}, be = () => {
|
|
13187
|
-
p &&
|
|
13187
|
+
p && y && (L(!1), u(!0), f(null), c(!0), N(!1), p.current.select.getFeatures().getArray()[0].setGeometry(y.current), ye(), p.current.select.getFeatures().clear(), Fs(p == null ? void 0 : p.current), p.current.select.setActive(!0), p.current.hover.setActive(!0));
|
|
13188
13188
|
}, je = () => {
|
|
13189
|
-
p &&
|
|
13189
|
+
p && y && (L(!0), oe(), p.current.modify.setActive(!0), p.current.hover.setActive(!1), y.current = p.current.select.getFeatures().getArray()[0].clone().getGeometry());
|
|
13190
13190
|
}, Ge = async (C) => {
|
|
13191
13191
|
var S;
|
|
13192
13192
|
if (!C)
|
|
@@ -13449,7 +13449,7 @@ const Om = Xe(He)`
|
|
|
13449
13449
|
d: "M8 19h3v4h2v-4h3l-4-4zm8-14h-3V1h-2v4H8l4 4zM4 11v2h16v-2z"
|
|
13450
13450
|
}), "VerticalAlignCenter"), Dm = yt(/* @__PURE__ */ d("path", {
|
|
13451
13451
|
d: "M8 11h3v10h2V11h3l-4-4zM4 3v2h16V3z"
|
|
13452
|
-
}), "VerticalAlignTop"),
|
|
13452
|
+
}), "VerticalAlignTop"), Es = Xe(Vi)`
|
|
13453
13453
|
z-index: 12;
|
|
13454
13454
|
position: absolute;
|
|
13455
13455
|
`, Rc = Xe(Et)`
|
|
@@ -13465,7 +13465,7 @@ const Om = Xe(He)`
|
|
|
13465
13465
|
overflow-y: auto;
|
|
13466
13466
|
box-shadow: -5px 0 10px -5px rgba(0, 0, 0, 0.1);
|
|
13467
13467
|
border-left: 1px solid ${({ theme: t }) => t.palette.secondary.main};
|
|
13468
|
-
`,
|
|
13468
|
+
`, Os = Xe(Et)`
|
|
13469
13469
|
background-color: ${({ theme: t }) => t.palette.common.white};
|
|
13470
13470
|
padding: 25px;
|
|
13471
13471
|
width: 450px;
|
|
@@ -13478,15 +13478,15 @@ const Om = Xe(He)`
|
|
|
13478
13478
|
opacity: ${({ open: t }) => t ? "1" : "0"};
|
|
13479
13479
|
transition: right 0.3s ease-in-out;
|
|
13480
13480
|
`, zm = () => {
|
|
13481
|
-
const t = Pl(), { selectedGeometry: e, setSelectedGeometry: n, mapLayers: s } =
|
|
13481
|
+
const t = Pl(), { selectedGeometry: e, setSelectedGeometry: n, mapLayers: s } = ks(), {
|
|
13482
13482
|
popupData: { onCollapse: o }
|
|
13483
13483
|
} = Cn(), i = s.map((a) => ({
|
|
13484
13484
|
value: Number(a.layerId),
|
|
13485
13485
|
label: a.name || ""
|
|
13486
13486
|
}));
|
|
13487
13487
|
return /* @__PURE__ */ K(Tt, { children: [
|
|
13488
|
-
/* @__PURE__ */ d(
|
|
13489
|
-
/* @__PURE__ */ K(
|
|
13488
|
+
/* @__PURE__ */ d(Es, { open: !0, onClick: () => o(!1) }),
|
|
13489
|
+
/* @__PURE__ */ K(Os, { open: !0, children: [
|
|
13490
13490
|
/* @__PURE__ */ d(Le, { fontSize: 20, fontWeight: 600, children: "Wybierz warstwę mapową celu zajęcia" }),
|
|
13491
13491
|
/* @__PURE__ */ d(He, { width: "100%", mt: "12px", children: /* @__PURE__ */ d(
|
|
13492
13492
|
qn,
|
|
@@ -13535,28 +13535,28 @@ const Om = Xe(He)`
|
|
|
13535
13535
|
] })
|
|
13536
13536
|
] });
|
|
13537
13537
|
}, jm = () => {
|
|
13538
|
-
const t = Pl(), { overlappingFeature: e, deselectAllFeatures: n, mapLayers: s } =
|
|
13538
|
+
const t = Pl(), { overlappingFeature: e, deselectAllFeatures: n, mapLayers: s } = ks(), { prefix: o, showInfoLayerEnabledRef: i } = ar(), {
|
|
13539
13539
|
popupData: { onCollapse: a }
|
|
13540
13540
|
} = Cn(), [l, c] = ue(
|
|
13541
13541
|
{}
|
|
13542
13542
|
), [u, f] = ue(!0);
|
|
13543
13543
|
Ke(() => {
|
|
13544
13544
|
(async () => {
|
|
13545
|
-
var
|
|
13545
|
+
var y;
|
|
13546
13546
|
f(!0);
|
|
13547
13547
|
const h = {};
|
|
13548
13548
|
for (const x of e) {
|
|
13549
13549
|
const w = qs(x.getId(), o), v = x.getProperties().layerId;
|
|
13550
|
-
let O = (
|
|
13550
|
+
let O = (y = s.find(
|
|
13551
13551
|
(T) => T.layerId === v
|
|
13552
|
-
)) == null ? void 0 :
|
|
13552
|
+
)) == null ? void 0 : y.name;
|
|
13553
13553
|
!O && w && (O = (await Ru(Number(w))).title), w && O && (h[w] = `${O} ID: ${qs(w, o)}`);
|
|
13554
13554
|
}
|
|
13555
13555
|
c(h), f(!1);
|
|
13556
13556
|
})();
|
|
13557
13557
|
}, [e, s, o, n]);
|
|
13558
13558
|
const p = (h) => {
|
|
13559
|
-
const
|
|
13559
|
+
const y = qs(h.getId(), o), x = h.getProperties().layerId, w = y ? l[y] : "Nieznany obiekt";
|
|
13560
13560
|
return u ? /* @__PURE__ */ d(Et, { mb: "15px", children: /* @__PURE__ */ d(ic, { variant: "rounded", width: "100%", height: "110px" }) }) : /* @__PURE__ */ K(
|
|
13561
13561
|
He,
|
|
13562
13562
|
{
|
|
@@ -13583,12 +13583,12 @@ const Om = Xe(He)`
|
|
|
13583
13583
|
] })
|
|
13584
13584
|
]
|
|
13585
13585
|
},
|
|
13586
|
-
|
|
13586
|
+
y
|
|
13587
13587
|
);
|
|
13588
13588
|
};
|
|
13589
13589
|
return /* @__PURE__ */ K(Tt, { children: [
|
|
13590
|
-
/* @__PURE__ */ d(
|
|
13591
|
-
/* @__PURE__ */ K(
|
|
13590
|
+
/* @__PURE__ */ d(Es, { open: !0, onClick: () => a() }),
|
|
13591
|
+
/* @__PURE__ */ K(Os, { open: !0, children: [
|
|
13592
13592
|
/* @__PURE__ */ d(Le, { fontSize: 20, fontWeight: 600, pb: "15px", px: "20px", children: "Wybierz zaznaczony obiekt" }),
|
|
13593
13593
|
/* @__PURE__ */ d(
|
|
13594
13594
|
Et,
|
|
@@ -13610,8 +13610,8 @@ const Om = Xe(He)`
|
|
|
13610
13610
|
t(!1);
|
|
13611
13611
|
};
|
|
13612
13612
|
return /* @__PURE__ */ K(Tt, { children: [
|
|
13613
|
-
/* @__PURE__ */ d(
|
|
13614
|
-
/* @__PURE__ */ K(
|
|
13613
|
+
/* @__PURE__ */ d(Es, { open: !0, onClick: e }),
|
|
13614
|
+
/* @__PURE__ */ K(Os, { open: !0, children: [
|
|
13615
13615
|
/* @__PURE__ */ d(Le, { fontSize: 20, fontWeight: 600, children: "Czy na pewno chcesz usunąć geometrię?" }),
|
|
13616
13616
|
/* @__PURE__ */ K(
|
|
13617
13617
|
He,
|
|
@@ -13631,14 +13631,14 @@ const Om = Xe(He)`
|
|
|
13631
13631
|
] })
|
|
13632
13632
|
] });
|
|
13633
13633
|
}, $m = () => {
|
|
13634
|
-
const { onDrawClicked: t } =
|
|
13634
|
+
const { onDrawClicked: t } = ks(), {
|
|
13635
13635
|
popupData: { onCollapse: e }
|
|
13636
13636
|
} = Cn(), n = () => {
|
|
13637
13637
|
e(!1);
|
|
13638
13638
|
};
|
|
13639
13639
|
return /* @__PURE__ */ K(Tt, { children: [
|
|
13640
|
-
/* @__PURE__ */ d(
|
|
13641
|
-
/* @__PURE__ */ K(
|
|
13640
|
+
/* @__PURE__ */ d(Es, { open: !0, onClick: n }),
|
|
13641
|
+
/* @__PURE__ */ K(Os, { open: !0, children: [
|
|
13642
13642
|
/* @__PURE__ */ d(Le, { fontSize: 20, fontWeight: 600, children: "Rozpoczynasz rysowanie geometrii" }),
|
|
13643
13643
|
/* @__PURE__ */ K(ji, { component: "ol", sx: { listStyle: "decimal", paddingLeft: 3 }, children: [
|
|
13644
13644
|
/* @__PURE__ */ d(Gs, { sx: { display: "list-item", paddingLeft: 0 }, children: /* @__PURE__ */ d(Le, { component: "span", children: "Kliknij kursorem, aby rozpocząć rysowanie" }) }),
|
|
@@ -13667,7 +13667,7 @@ const Om = Xe(He)`
|
|
|
13667
13667
|
const {
|
|
13668
13668
|
popupData: { onCollapse: t },
|
|
13669
13669
|
isOpen: e
|
|
13670
|
-
} = Cn(), { infoLayersContent: n } = Ni(), { deselectAllFeatures: s } =
|
|
13670
|
+
} = Cn(), { infoLayersContent: n } = Ni(), { deselectAllFeatures: s } = ks();
|
|
13671
13671
|
return Ke(() => {
|
|
13672
13672
|
n.title === "" && (t(), s());
|
|
13673
13673
|
}, [n, t, s]), /* @__PURE__ */ d(Tt, { children: /* @__PURE__ */ K(Rc, { open: e, children: [
|
|
@@ -13712,8 +13712,8 @@ const Om = Xe(He)`
|
|
|
13712
13712
|
popupData: { onClose: t }
|
|
13713
13713
|
} = Cn();
|
|
13714
13714
|
return /* @__PURE__ */ K(Tt, { children: [
|
|
13715
|
-
/* @__PURE__ */ d(
|
|
13716
|
-
/* @__PURE__ */ K(
|
|
13715
|
+
/* @__PURE__ */ d(Es, { open: !0, onClick: t }),
|
|
13716
|
+
/* @__PURE__ */ K(Os, { open: !0, children: [
|
|
13717
13717
|
/* @__PURE__ */ d(Le, { fontSize: 14, mb: 3, children: "Narysowany obiekt znajduje się poza drogami powiatowymi, obiekt został usunięty." }),
|
|
13718
13718
|
/* @__PURE__ */ d(
|
|
13719
13719
|
He,
|
|
@@ -13728,7 +13728,7 @@ const Om = Xe(He)`
|
|
|
13728
13728
|
] })
|
|
13729
13729
|
] });
|
|
13730
13730
|
};
|
|
13731
|
-
var
|
|
13731
|
+
var ls = /* @__PURE__ */ ((t) => (t.PDF = "PDF", t.GEOTIFF = "GEOTIFF", t))(ls || {}), fo = /* @__PURE__ */ ((t) => (t.PORTRAIT = "PORTRAIT", t.LANDSCAPE = "LANDSCAPE", t))(fo || {}), Gi = /* @__PURE__ */ ((t) => (t.A0 = "A0", t.A1 = "A1", t.A2 = "A2", t.A3 = "A3", t.A4 = "A4", t.A5 = "A5", t.SIZE_610x297 = "610x297", t.SIZE_610x420 = "610x420", t.SIZE_914x297 = "914x297", t.SIZE_914x420 = "914x420", t))(Gi || {}), gr = /* @__PURE__ */ ((t) => (t.EMPTY = "EMPTY", t.ALL = "ALL", t.LAST = "LAST", t))(gr || {});
|
|
13732
13732
|
const Ka = {
|
|
13733
13733
|
A0: {
|
|
13734
13734
|
portrait: { width: 82.47, height: 117.4 },
|
|
@@ -13814,7 +13814,7 @@ const Ka = {
|
|
|
13814
13814
|
min-width: 130px;
|
|
13815
13815
|
text-align: right;
|
|
13816
13816
|
align-self: flex-end;
|
|
13817
|
-
`,
|
|
13817
|
+
`, ur = Xe(Et)`
|
|
13818
13818
|
flex: 1;
|
|
13819
13819
|
min-width: 0;
|
|
13820
13820
|
|
|
@@ -13873,7 +13873,7 @@ const Ka = {
|
|
|
13873
13873
|
/* @__PURE__ */ d(
|
|
13874
13874
|
Hs,
|
|
13875
13875
|
{
|
|
13876
|
-
value:
|
|
13876
|
+
value: gr.EMPTY,
|
|
13877
13877
|
control: /* @__PURE__ */ d(Ks, { size: "small", sx: { p: "4px" } }),
|
|
13878
13878
|
label: "bez legendy",
|
|
13879
13879
|
sx: { m: 0 }
|
|
@@ -13882,7 +13882,7 @@ const Ka = {
|
|
|
13882
13882
|
/* @__PURE__ */ d(
|
|
13883
13883
|
Hs,
|
|
13884
13884
|
{
|
|
13885
|
-
value:
|
|
13885
|
+
value: gr.ALL,
|
|
13886
13886
|
control: /* @__PURE__ */ d(Ks, { size: "small", sx: { p: "4px" } }),
|
|
13887
13887
|
label: "na każdej stronie",
|
|
13888
13888
|
sx: { m: 0 }
|
|
@@ -13891,7 +13891,7 @@ const Ka = {
|
|
|
13891
13891
|
/* @__PURE__ */ d(
|
|
13892
13892
|
Hs,
|
|
13893
13893
|
{
|
|
13894
|
-
value:
|
|
13894
|
+
value: gr.LAST,
|
|
13895
13895
|
control: /* @__PURE__ */ d(Ks, { size: "small", sx: { p: "4px" } }),
|
|
13896
13896
|
label: "na ostatniej stronie",
|
|
13897
13897
|
sx: { m: 0 }
|
|
@@ -13904,7 +13904,7 @@ const Ka = {
|
|
|
13904
13904
|
/* @__PURE__ */ K(wt, { sx: { mb: "4px" }, children: [
|
|
13905
13905
|
/* @__PURE__ */ d(Ct, { sx: { alignSelf: "center" }, children: "Drukuj skalę:" }),
|
|
13906
13906
|
/* @__PURE__ */ d(
|
|
13907
|
-
|
|
13907
|
+
Kr,
|
|
13908
13908
|
{
|
|
13909
13909
|
checked: t.showScale,
|
|
13910
13910
|
onChange: (o) => s("showScale", o.target.checked),
|
|
@@ -13916,7 +13916,7 @@ const Ka = {
|
|
|
13916
13916
|
/* @__PURE__ */ K(wt, { sx: { mb: "4px" }, children: [
|
|
13917
13917
|
/* @__PURE__ */ d(Ct, { sx: { alignSelf: "center" }, children: "Drukuj strzałkę północy:" }),
|
|
13918
13918
|
/* @__PURE__ */ d(
|
|
13919
|
-
|
|
13919
|
+
Kr,
|
|
13920
13920
|
{
|
|
13921
13921
|
checked: t.showNorthArrow,
|
|
13922
13922
|
onChange: (o) => s("showNorthArrow", o.target.checked),
|
|
@@ -13928,7 +13928,7 @@ const Ka = {
|
|
|
13928
13928
|
/* @__PURE__ */ K(wt, { sx: { mb: "4px" }, children: [
|
|
13929
13929
|
/* @__PURE__ */ d(Ct, { sx: { alignSelf: "center" }, children: "Drukuj datę:" }),
|
|
13930
13930
|
/* @__PURE__ */ d(
|
|
13931
|
-
|
|
13931
|
+
Kr,
|
|
13932
13932
|
{
|
|
13933
13933
|
checked: t.showDate,
|
|
13934
13934
|
onChange: (o) => s("showDate", o.target.checked),
|
|
@@ -13940,7 +13940,7 @@ const Ka = {
|
|
|
13940
13940
|
/* @__PURE__ */ K(wt, { sx: { mb: "4px" }, children: [
|
|
13941
13941
|
/* @__PURE__ */ d(Ct, { sx: { alignSelf: "center" }, children: "Drukuj numery ramek:" }),
|
|
13942
13942
|
/* @__PURE__ */ d(
|
|
13943
|
-
|
|
13943
|
+
Kr,
|
|
13944
13944
|
{
|
|
13945
13945
|
checked: t.showFrameNumber,
|
|
13946
13946
|
onChange: (o) => s("showFrameNumber", o.target.checked),
|
|
@@ -14292,7 +14292,7 @@ class oy {
|
|
|
14292
14292
|
n[1] - f / 2
|
|
14293
14293
|
]
|
|
14294
14294
|
].map(
|
|
14295
|
-
(
|
|
14295
|
+
(y) => e.getCoordinateFromPixel(y)
|
|
14296
14296
|
);
|
|
14297
14297
|
}
|
|
14298
14298
|
/**
|
|
@@ -14509,7 +14509,7 @@ class oy {
|
|
|
14509
14509
|
orientation: e.orientation,
|
|
14510
14510
|
show_scale: e.showScale,
|
|
14511
14511
|
show_north_arrow: e.showNorthArrow,
|
|
14512
|
-
show_legend: e.legend !==
|
|
14512
|
+
show_legend: e.legend !== gr.EMPTY,
|
|
14513
14513
|
width: i,
|
|
14514
14514
|
height: a,
|
|
14515
14515
|
layers: n,
|
|
@@ -14636,18 +14636,18 @@ class oy {
|
|
|
14636
14636
|
if (o && o[1])
|
|
14637
14637
|
return o[1];
|
|
14638
14638
|
}
|
|
14639
|
-
return n ===
|
|
14639
|
+
return n === ls.PDF ? "Wydruk.pdf" : "Wydruk.tif";
|
|
14640
14640
|
}
|
|
14641
14641
|
}
|
|
14642
14642
|
const ft = new oy(), iy = () => {
|
|
14643
14643
|
const {
|
|
14644
14644
|
popupData: { onClose: t },
|
|
14645
14645
|
isOpen: e
|
|
14646
|
-
} = Cn(), [n, s] = ue(Wm), [o, i] = ue(!1), [a, l] = ue(!1), [c, u] = ue([]), [f, p] = ue(), [h,
|
|
14646
|
+
} = Cn(), [n, s] = ue(Wm), [o, i] = ue(!1), [a, l] = ue(!1), [c, u] = ue([]), [f, p] = ue(), [h, y] = ue(1), { mapInstance: x } = ar();
|
|
14647
14647
|
Ke(() => {
|
|
14648
14648
|
ft.getTemplates().then(u).catch(() => u([]));
|
|
14649
14649
|
}, []), Ke(() => {
|
|
14650
|
-
e && x.current && (ft.showPrintFrame(x.current, n),
|
|
14650
|
+
e && x.current && (ft.showPrintFrame(x.current, n), y(1));
|
|
14651
14651
|
}, [e, x, n]), Ke(() => {
|
|
14652
14652
|
const j = x.current;
|
|
14653
14653
|
return () => {
|
|
@@ -14664,9 +14664,9 @@ const ft = new oy(), iy = () => {
|
|
|
14664
14664
|
},
|
|
14665
14665
|
[]
|
|
14666
14666
|
), O = xt(() => {
|
|
14667
|
-
x.current && (ft.addPrintFrame(x.current, n),
|
|
14667
|
+
x.current && (ft.addPrintFrame(x.current, n), y(ft.getPrintFrameCount()));
|
|
14668
14668
|
}, [n, x]), T = xt((j) => {
|
|
14669
|
-
ft.removePrintFrame(j),
|
|
14669
|
+
ft.removePrintFrame(j), y(ft.getPrintFrameCount());
|
|
14670
14670
|
}, []), b = xt(
|
|
14671
14671
|
(j) => {
|
|
14672
14672
|
const z = c.find((U) => U.id === j);
|
|
@@ -14682,17 +14682,17 @@ const ft = new oy(), iy = () => {
|
|
|
14682
14682
|
showNorthArrow: z.show_north_arrow,
|
|
14683
14683
|
showDate: z.showDate || !1,
|
|
14684
14684
|
showFrameNumber: z.showFrameNumber || !1,
|
|
14685
|
-
legend: z.legend ||
|
|
14685
|
+
legend: z.legend || gr.EMPTY,
|
|
14686
14686
|
title: z.title || "",
|
|
14687
14687
|
clauses: z.clauses || "",
|
|
14688
|
-
outputFormat: z.outputFormat ||
|
|
14688
|
+
outputFormat: z.outputFormat || ls.PDF,
|
|
14689
14689
|
offset: n.offset
|
|
14690
14690
|
};
|
|
14691
14691
|
s(U), z.frames && z.frames.length > 0 && x.current && (ft.restoreFramesFromTemplate(
|
|
14692
14692
|
x.current,
|
|
14693
14693
|
z.frames,
|
|
14694
14694
|
U
|
|
14695
|
-
),
|
|
14695
|
+
), y(ft.getPrintFrameCount()));
|
|
14696
14696
|
}
|
|
14697
14697
|
},
|
|
14698
14698
|
[c, n.offset, x]
|
|
@@ -14805,8 +14805,8 @@ ${c.map((U) => `${U.id}: ${U.name}`).join(`
|
|
|
14805
14805
|
value: t,
|
|
14806
14806
|
label: `${t}dpi`
|
|
14807
14807
|
})), dy = [
|
|
14808
|
-
{ value:
|
|
14809
|
-
{ value:
|
|
14808
|
+
{ value: ls.PDF, label: "PDF" },
|
|
14809
|
+
{ value: ls.GEOTIFF, label: "GeoTIFF" }
|
|
14810
14810
|
], py = () => {
|
|
14811
14811
|
const {
|
|
14812
14812
|
isOpen: t,
|
|
@@ -14822,7 +14822,7 @@ ${c.map((U) => `${U.id}: ${U.name}`).join(`
|
|
|
14822
14822
|
handleRemoveFrame: f,
|
|
14823
14823
|
handleTemplateSelect: p,
|
|
14824
14824
|
handleSaveTemplate: h,
|
|
14825
|
-
handleDeleteTemplates:
|
|
14825
|
+
handleDeleteTemplates: y,
|
|
14826
14826
|
handlePrint: x,
|
|
14827
14827
|
toggleAdditionalOptions: w
|
|
14828
14828
|
} = iy();
|
|
@@ -14842,7 +14842,7 @@ ${c.map((U) => `${U.id}: ${U.name}`).join(`
|
|
|
14842
14842
|
),
|
|
14843
14843
|
/* @__PURE__ */ K(wt, { children: [
|
|
14844
14844
|
/* @__PURE__ */ d(Ct, { children: "Format wydruku:" }),
|
|
14845
|
-
/* @__PURE__ */ d(
|
|
14845
|
+
/* @__PURE__ */ d(ur, { children: /* @__PURE__ */ d(
|
|
14846
14846
|
qn,
|
|
14847
14847
|
{
|
|
14848
14848
|
id: "print-format",
|
|
@@ -14855,7 +14855,7 @@ ${c.map((U) => `${U.id}: ${U.name}`).join(`
|
|
|
14855
14855
|
] }),
|
|
14856
14856
|
/* @__PURE__ */ K(wt, { children: [
|
|
14857
14857
|
/* @__PURE__ */ d(Ct, { children: "Orientacja:" }),
|
|
14858
|
-
/* @__PURE__ */ d(
|
|
14858
|
+
/* @__PURE__ */ d(ur, { children: /* @__PURE__ */ d(
|
|
14859
14859
|
qn,
|
|
14860
14860
|
{
|
|
14861
14861
|
id: "print-orientation",
|
|
@@ -14868,7 +14868,7 @@ ${c.map((U) => `${U.id}: ${U.name}`).join(`
|
|
|
14868
14868
|
] }),
|
|
14869
14869
|
/* @__PURE__ */ K(wt, { children: [
|
|
14870
14870
|
/* @__PURE__ */ d(Ct, { children: "Skala wydruku:" }),
|
|
14871
|
-
/* @__PURE__ */ d(
|
|
14871
|
+
/* @__PURE__ */ d(ur, { children: /* @__PURE__ */ d(
|
|
14872
14872
|
qn,
|
|
14873
14873
|
{
|
|
14874
14874
|
id: "print-scale",
|
|
@@ -14881,7 +14881,7 @@ ${c.map((U) => `${U.id}: ${U.name}`).join(`
|
|
|
14881
14881
|
] }),
|
|
14882
14882
|
/* @__PURE__ */ K(wt, { children: [
|
|
14883
14883
|
/* @__PURE__ */ d(Ct, { children: "DPI:" }),
|
|
14884
|
-
/* @__PURE__ */ d(
|
|
14884
|
+
/* @__PURE__ */ d(ur, { children: /* @__PURE__ */ d(
|
|
14885
14885
|
qn,
|
|
14886
14886
|
{
|
|
14887
14887
|
id: "print-dpi",
|
|
@@ -14895,7 +14895,7 @@ ${c.map((U) => `${U.id}: ${U.name}`).join(`
|
|
|
14895
14895
|
/* @__PURE__ */ K(wt, { children: [
|
|
14896
14896
|
/* @__PURE__ */ d(Ct, { children: "Szablony:" }),
|
|
14897
14897
|
/* @__PURE__ */ K(Xm, { children: [
|
|
14898
|
-
/* @__PURE__ */ d(
|
|
14898
|
+
/* @__PURE__ */ d(ur, { children: /* @__PURE__ */ d(
|
|
14899
14899
|
qn,
|
|
14900
14900
|
{
|
|
14901
14901
|
id: "print-template",
|
|
@@ -14927,7 +14927,7 @@ ${c.map((U) => `${U.id}: ${U.name}`).join(`
|
|
|
14927
14927
|
onClick: () => {
|
|
14928
14928
|
gn.track("map:print:template:delete", {
|
|
14929
14929
|
templateCount: a.length
|
|
14930
|
-
}),
|
|
14930
|
+
}), y();
|
|
14931
14931
|
},
|
|
14932
14932
|
children: /* @__PURE__ */ d(Lu, { fontSize: "small" })
|
|
14933
14933
|
}
|
|
@@ -14936,7 +14936,7 @@ ${c.map((U) => `${U.id}: ${U.name}`).join(`
|
|
|
14936
14936
|
] }),
|
|
14937
14937
|
/* @__PURE__ */ K(wt, { children: [
|
|
14938
14938
|
/* @__PURE__ */ d(Ct, { children: "Format pliku:" }),
|
|
14939
|
-
/* @__PURE__ */ d(
|
|
14939
|
+
/* @__PURE__ */ d(ur, { children: /* @__PURE__ */ d(
|
|
14940
14940
|
qn,
|
|
14941
14941
|
{
|
|
14942
14942
|
id: "print-output-format",
|
|
@@ -15017,18 +15017,19 @@ function hy(t, e, n) {
|
|
|
15017
15017
|
};
|
|
15018
15018
|
}, [t, e, n]), s;
|
|
15019
15019
|
}
|
|
15020
|
-
const
|
|
15020
|
+
const zr = {
|
|
15021
15021
|
cases: "cases",
|
|
15022
15022
|
prgAddress: "prg-address",
|
|
15023
15023
|
mapRepresentation: "map-representation",
|
|
15024
15024
|
plots: "plots",
|
|
15025
|
-
roads: "roads"
|
|
15026
|
-
|
|
15025
|
+
roads: "roads",
|
|
15026
|
+
roadManagerTeryt: "road-manager-teryt"
|
|
15027
|
+
}, my = async (t, e) => (await ir.instance.get(
|
|
15027
15028
|
`/prg/pointAddresses/pattern?pattern=${t}`,
|
|
15028
15029
|
e
|
|
15029
|
-
)).data.response || [], yy = (t, e, n) =>
|
|
15030
|
+
)).data.response || [], yy = (t, e, n) => Dr({
|
|
15030
15031
|
...e,
|
|
15031
|
-
queryKey: [
|
|
15032
|
+
queryKey: [zr.prgAddress, t],
|
|
15032
15033
|
queryFn: () => my(t, n)
|
|
15033
15034
|
});
|
|
15034
15035
|
function Ki(t, e, n) {
|
|
@@ -15044,7 +15045,7 @@ function Ki(t, e, n) {
|
|
|
15044
15045
|
}
|
|
15045
15046
|
const Ic = iu(
|
|
15046
15047
|
void 0
|
|
15047
|
-
),
|
|
15048
|
+
), jr = () => {
|
|
15048
15049
|
const t = au(Ic);
|
|
15049
15050
|
if (!t)
|
|
15050
15051
|
throw new Error("useNavigation must be used within a NavigationProvider");
|
|
@@ -15052,7 +15053,7 @@ const Ic = iu(
|
|
|
15052
15053
|
}, gy = ({
|
|
15053
15054
|
children: t
|
|
15054
15055
|
}) => {
|
|
15055
|
-
const [e, n] = ue(), [s, o] = ue(), [i, a] = ue(0), [l, c] = ue(0), [u, f] = ue(0), [p, h] = ue(0), [
|
|
15056
|
+
const [e, n] = ue(), [s, o] = ue(), [i, a] = ue(0), [l, c] = ue(0), [u, f] = ue(0), [p, h] = ue(0), [y, x] = ue(0), [w, v] = ue([]), [O, T] = ue([]), [b, k] = ue(), I = {
|
|
15056
15057
|
setMileageStart: c,
|
|
15057
15058
|
setMileageEnd: f,
|
|
15058
15059
|
setSelectedNet: o,
|
|
@@ -15066,7 +15067,7 @@ const Ic = iu(
|
|
|
15066
15067
|
mileageStart: l,
|
|
15067
15068
|
mileageEnd: u,
|
|
15068
15069
|
chainageValue: p,
|
|
15069
|
-
mileageValue:
|
|
15070
|
+
mileageValue: y,
|
|
15070
15071
|
setRoads: T,
|
|
15071
15072
|
roads: O,
|
|
15072
15073
|
nets: w,
|
|
@@ -15077,7 +15078,7 @@ const Ic = iu(
|
|
|
15077
15078
|
return /* @__PURE__ */ d(Ic.Provider, { value: I, children: t });
|
|
15078
15079
|
};
|
|
15079
15080
|
function by() {
|
|
15080
|
-
const [t, e] = ue(""), n = Ki(t || "", 300), { prgAddressValue: s, setPrgAddressValue: o } =
|
|
15081
|
+
const [t, e] = ue(""), n = Ki(t || "", 300), { prgAddressValue: s, setPrgAddressValue: o } = jr(), { data: i } = yy(n, {
|
|
15081
15082
|
enabled: !!t && !!n
|
|
15082
15083
|
});
|
|
15083
15084
|
return /* @__PURE__ */ d(He, { mb: "10px", children: /* @__PURE__ */ d(
|
|
@@ -15130,7 +15131,7 @@ const vy = ({ onlyGemLayers: t, disableTreeConfig: e }) => {
|
|
|
15130
15131
|
p.current
|
|
15131
15132
|
);
|
|
15132
15133
|
if (it.setSelectedLayers(x), !e) {
|
|
15133
|
-
const w =
|
|
15134
|
+
const w = y(x);
|
|
15134
15135
|
await it.saveLayersConfig(
|
|
15135
15136
|
JSON.stringify(w),
|
|
15136
15137
|
"MAP_RLO_VIEW_LAYER_SELECTED"
|
|
@@ -15149,14 +15150,14 @@ const vy = ({ onlyGemLayers: t, disableTreeConfig: e }) => {
|
|
|
15149
15150
|
O
|
|
15150
15151
|
);
|
|
15151
15152
|
if (it.setSelectedLayers(T), !e) {
|
|
15152
|
-
const b =
|
|
15153
|
+
const b = y(T);
|
|
15153
15154
|
await it.saveLayersConfig(
|
|
15154
15155
|
JSON.stringify(b),
|
|
15155
15156
|
"MAP_RLO_VIEW_LAYER_SELECTED"
|
|
15156
15157
|
);
|
|
15157
15158
|
}
|
|
15158
15159
|
s(!1);
|
|
15159
|
-
},
|
|
15160
|
+
}, y = (x) => ({
|
|
15160
15161
|
layers: x,
|
|
15161
15162
|
selected: x.map((w) => w.id),
|
|
15162
15163
|
symbols: x.map((w) => {
|
|
@@ -15346,7 +15347,7 @@ function Ty(t) {
|
|
|
15346
15347
|
name: n
|
|
15347
15348
|
},
|
|
15348
15349
|
type: ho.CHANGE
|
|
15349
|
-
}), [n]),
|
|
15350
|
+
}), [n]), y = qe.useCallback(() => f.current.onBlur({
|
|
15350
15351
|
target: {
|
|
15351
15352
|
value: X(o._formValues, n),
|
|
15352
15353
|
name: n
|
|
@@ -15360,9 +15361,9 @@ function Ty(t) {
|
|
|
15360
15361
|
value: l,
|
|
15361
15362
|
...At(s) || c.disabled ? { disabled: c.disabled || s } : {},
|
|
15362
15363
|
onChange: h,
|
|
15363
|
-
onBlur:
|
|
15364
|
+
onBlur: y,
|
|
15364
15365
|
ref: x
|
|
15365
|
-
}), [n, s, c.disabled, h,
|
|
15366
|
+
}), [n, s, c.disabled, h, y, x, l]);
|
|
15366
15367
|
return qe.useEffect(() => {
|
|
15367
15368
|
const v = o._options.shouldUnregister || i;
|
|
15368
15369
|
o.register(n, {
|
|
@@ -15398,7 +15399,7 @@ var zc = (t, e, n, s, o) => e ? {
|
|
|
15398
15399
|
...n[t] && n[t].types ? n[t].types : {},
|
|
15399
15400
|
[s]: o || !0
|
|
15400
15401
|
}
|
|
15401
|
-
} : {},
|
|
15402
|
+
} : {}, ts = (t) => Array.isArray(t) ? t : [t], Ja = () => {
|
|
15402
15403
|
let t = [];
|
|
15403
15404
|
return {
|
|
15404
15405
|
get observers() {
|
|
@@ -15481,7 +15482,7 @@ function $c(t, e, n) {
|
|
|
15481
15482
|
Array.isArray(t[o]) || st(t[o]) && !Vc(t[o]) ? nt(e) || wi(n[o]) ? n[o] = Array.isArray(t[o]) ? yo(t[o], []) : { ...yo(t[o]) } : $c(t[o], St(e) ? {} : e[o], n[o]) : n[o] = !Tn(t[o], e[o]);
|
|
15482
15483
|
return n;
|
|
15483
15484
|
}
|
|
15484
|
-
var
|
|
15485
|
+
var qr = (t, e) => $c(t, e, yo(e));
|
|
15485
15486
|
const el = {
|
|
15486
15487
|
value: !1,
|
|
15487
15488
|
isValid: !1
|
|
@@ -15523,7 +15524,7 @@ var Ry = (t, e, n, s) => {
|
|
|
15523
15524
|
fields: o,
|
|
15524
15525
|
shouldUseNativeValidation: s
|
|
15525
15526
|
};
|
|
15526
|
-
}, go = (t) => t instanceof RegExp,
|
|
15527
|
+
}, go = (t) => t instanceof RegExp, Wr = (t) => nt(t) ? t : go(t) ? t.source : st(t) ? go(t.value) ? t.value.source : t.value : t, sl = (t) => ({
|
|
15527
15528
|
isOnSubmit: !t || t === Ut.onSubmit,
|
|
15528
15529
|
isOnBlur: t === Ut.onBlur,
|
|
15529
15530
|
isOnChange: t === Ut.onChange,
|
|
@@ -15532,7 +15533,7 @@ var Ry = (t, e, n, s) => {
|
|
|
15532
15533
|
});
|
|
15533
15534
|
const ol = "AsyncFunction";
|
|
15534
15535
|
var Iy = (t) => !!t && !!t.validate && !!(qt(t.validate) && t.validate.constructor.name === ol || st(t.validate) && Object.values(t.validate).find((e) => e.constructor.name === ol)), Py = (t) => t.mount && (t.required || t.min || t.max || t.maxLength || t.minLength || t.pattern || t.validate), il = (t, e, n) => !n && (e.watchAll || e.watch.has(t) || [...e.watch].some((s) => t.startsWith(s) && /^\.\w+/.test(t.slice(s.length))));
|
|
15535
|
-
const
|
|
15536
|
+
const ns = (t, e, n, s) => {
|
|
15536
15537
|
for (const o of n || Object.keys(t)) {
|
|
15537
15538
|
const i = X(t, o);
|
|
15538
15539
|
if (i) {
|
|
@@ -15542,9 +15543,9 @@ const es = (t, e, n, s) => {
|
|
|
15542
15543
|
return !0;
|
|
15543
15544
|
if (a.ref && e(a.ref, a.name) && !s)
|
|
15544
15545
|
return !0;
|
|
15545
|
-
if (
|
|
15546
|
+
if (ns(l, e))
|
|
15546
15547
|
break;
|
|
15547
|
-
} else if (st(l) &&
|
|
15548
|
+
} else if (st(l) && ns(l, e))
|
|
15548
15549
|
break;
|
|
15549
15550
|
}
|
|
15550
15551
|
}
|
|
@@ -15576,8 +15577,8 @@ var Ay = (t, e, n, s) => {
|
|
|
15576
15577
|
n(t);
|
|
15577
15578
|
const { name: o, ...i } = t;
|
|
15578
15579
|
return vt(i) || Object.keys(i).length >= Object.keys(e).length || Object.keys(i).find((a) => e[a] === (!s || Ut.all));
|
|
15579
|
-
}, Fy = (t, e, n) => !t || !e || t === e ||
|
|
15580
|
-
const s =
|
|
15580
|
+
}, Fy = (t, e, n) => !t || !e || t === e || ts(t).some((s) => s && (n ? s === e : s.startsWith(e) || e.startsWith(s))), Ny = (t, e, n, s, o) => o.isOnAll ? !1 : !n && o.isOnTouch ? !(e || t) : (n ? s.isOnBlur : o.isOnBlur) ? !t : (n ? s.isOnChange : o.isOnChange) ? t : !0, My = (t, e) => !Lo(X(t, e)).length && ct(t, e), Ly = (t, e, n) => {
|
|
15581
|
+
const s = ts(X(t, n));
|
|
15581
15582
|
return $e(s, "root", e[n]), $e(t, n, s), t;
|
|
15582
15583
|
}, Qs = (t) => nn(t);
|
|
15583
15584
|
function ll(t, e, n = "validate") {
|
|
@@ -15588,11 +15589,11 @@ function ll(t, e, n = "validate") {
|
|
|
15588
15589
|
ref: e
|
|
15589
15590
|
};
|
|
15590
15591
|
}
|
|
15591
|
-
var
|
|
15592
|
+
var dr = (t) => st(t) && !go(t) ? t : {
|
|
15592
15593
|
value: t,
|
|
15593
15594
|
message: ""
|
|
15594
15595
|
}, cl = async (t, e, n, s, o, i) => {
|
|
15595
|
-
const { ref: a, refs: l, required: c, maxLength: u, minLength: f, min: p, max: h, pattern:
|
|
15596
|
+
const { ref: a, refs: l, required: c, maxLength: u, minLength: f, min: p, max: h, pattern: y, validate: x, name: w, valueAsNumber: v, mount: O } = t._f, T = X(n, w);
|
|
15596
15597
|
if (!O || e.has(w))
|
|
15597
15598
|
return {};
|
|
15598
15599
|
const b = l ? l[0] : a, k = (N) => {
|
|
@@ -15607,7 +15608,7 @@ var ur = (t) => st(t) && !go(t) ? t : {
|
|
|
15607
15608
|
};
|
|
15608
15609
|
};
|
|
15609
15610
|
if (i ? !Array.isArray(T) || !T.length : c && (!$ && (j || St(T)) || At(T) && !T || H && !Bc(l).isValid || M && !qc(l).isValid)) {
|
|
15610
|
-
const { value: N, message: F } = Qs(c) ? { value: !!c, message: c } :
|
|
15611
|
+
const { value: N, message: F } = Qs(c) ? { value: !!c, message: c } : dr(c);
|
|
15611
15612
|
if (N && (I[w] = {
|
|
15612
15613
|
type: un.required,
|
|
15613
15614
|
message: F,
|
|
@@ -15618,7 +15619,7 @@ var ur = (t) => st(t) && !go(t) ? t : {
|
|
|
15618
15619
|
}
|
|
15619
15620
|
if (!j && (!St(p) || !St(h))) {
|
|
15620
15621
|
let N, F;
|
|
15621
|
-
const L =
|
|
15622
|
+
const L = dr(h), q = dr(p);
|
|
15622
15623
|
if (!St(T) && !isNaN(T)) {
|
|
15623
15624
|
const V = a.valueAsNumber || T && +T;
|
|
15624
15625
|
St(L.value) || (N = V > L.value), St(q.value) || (F = V < q.value);
|
|
@@ -15630,12 +15631,12 @@ var ur = (t) => st(t) && !go(t) ? t : {
|
|
|
15630
15631
|
return k(I[w].message), I;
|
|
15631
15632
|
}
|
|
15632
15633
|
if ((u || f) && !j && (nn(T) || i && Array.isArray(T))) {
|
|
15633
|
-
const N =
|
|
15634
|
+
const N = dr(u), F = dr(f), L = !St(N.value) && T.length > +N.value, q = !St(F.value) && T.length < +F.value;
|
|
15634
15635
|
if ((L || q) && (U(L, N.message, F.message), !s))
|
|
15635
15636
|
return k(I[w].message), I;
|
|
15636
15637
|
}
|
|
15637
|
-
if (
|
|
15638
|
-
const { value: N, message: F } =
|
|
15638
|
+
if (y && !j && nn(T)) {
|
|
15639
|
+
const { value: N, message: F } = dr(y);
|
|
15639
15640
|
if (go(N) && !T.match(N) && (I[w] = {
|
|
15640
15641
|
type: un.pattern,
|
|
15641
15642
|
message: F,
|
|
@@ -15724,7 +15725,7 @@ function zy(t = {}) {
|
|
|
15724
15725
|
const h = {
|
|
15725
15726
|
array: Ja(),
|
|
15726
15727
|
state: Ja()
|
|
15727
|
-
},
|
|
15728
|
+
}, y = sl(e.mode), x = sl(e.reValidateMode), w = e.criteriaMode === Ut.all, v = (m) => (R) => {
|
|
15728
15729
|
clearTimeout(u), u = setTimeout(m, R);
|
|
15729
15730
|
}, O = async (m) => {
|
|
15730
15731
|
if (!e.disabled && (f.isValid || p.isValid || m)) {
|
|
@@ -15754,7 +15755,7 @@ function zy(t = {}) {
|
|
|
15754
15755
|
const A = P(X(n.touchedFields, m), C.argA, C.argB);
|
|
15755
15756
|
S && $e(n.touchedFields, m, A);
|
|
15756
15757
|
}
|
|
15757
|
-
(f.dirtyFields || p.dirtyFields) && (n.dirtyFields =
|
|
15758
|
+
(f.dirtyFields || p.dirtyFields) && (n.dirtyFields = qr(o, i)), h.state.next({
|
|
15758
15759
|
name: m,
|
|
15759
15760
|
isDirty: F(m, R),
|
|
15760
15761
|
dirtyFields: n.dirtyFields,
|
|
@@ -15874,7 +15875,7 @@ function zy(t = {}) {
|
|
|
15874
15875
|
values: pt(i)
|
|
15875
15876
|
}), (f.isDirty || f.dirtyFields || p.isDirty || p.dirtyFields) && P.shouldDirty && h.state.next({
|
|
15876
15877
|
name: m,
|
|
15877
|
-
dirtyFields:
|
|
15878
|
+
dirtyFields: qr(o, i),
|
|
15878
15879
|
isDirty: F(m, E)
|
|
15879
15880
|
})) : C && !C._f && !St(E) ? se(m, E, P) : V(m, E, P), il(m, l) && h.state.next({ ...n }), h.state.next({
|
|
15880
15881
|
name: a.mount ? m : void 0,
|
|
@@ -15889,7 +15890,7 @@ function zy(t = {}) {
|
|
|
15889
15890
|
};
|
|
15890
15891
|
if (S) {
|
|
15891
15892
|
let A, Z;
|
|
15892
|
-
const G = R.type ? rl(S._f) : Ac(m), Q = m.type === ho.BLUR || m.type === ho.FOCUS_OUT, Ae = !Py(S._f) && !e.resolver && !X(n.errors, P) && !S._f.deps || Ny(Q, X(n.touchedFields, P), n.isSubmitted, x,
|
|
15893
|
+
const G = R.type ? rl(S._f) : Ac(m), Q = m.type === ho.BLUR || m.type === ho.FOCUS_OUT, Ae = !Py(S._f) && !e.resolver && !X(n.errors, P) && !S._f.deps || Ny(Q, X(n.touchedFields, P), n.isSubmitted, x, y), Ee = il(P, l, Q);
|
|
15893
15894
|
$e(i, P, G), Q ? (S._f.onBlur && S._f.onBlur(m), c && c(0)) : S._f.onChange && S._f.onChange(m);
|
|
15894
15895
|
const Qe = H(P, G, Q), Kt = !vt(Qe) || Ee;
|
|
15895
15896
|
if (!Q && h.state.next({
|
|
@@ -15913,7 +15914,7 @@ function zy(t = {}) {
|
|
|
15913
15914
|
return m.focus(), 1;
|
|
15914
15915
|
}, le = async (m, R = {}) => {
|
|
15915
15916
|
let P, C;
|
|
15916
|
-
const S =
|
|
15917
|
+
const S = ts(m);
|
|
15917
15918
|
if (e.resolver) {
|
|
15918
15919
|
const E = await z(nt(m) ? m : S);
|
|
15919
15920
|
P = vt(E), C = m ? !S.some((A) => X(E, A)) : P;
|
|
@@ -15925,7 +15926,7 @@ function zy(t = {}) {
|
|
|
15925
15926
|
...!nn(m) || (f.isValid || p.isValid) && P !== n.isValid ? {} : { name: m },
|
|
15926
15927
|
...e.resolver || !m ? { isValid: P } : {},
|
|
15927
15928
|
errors: n.errors
|
|
15928
|
-
}), R.shouldFocus && !C &&
|
|
15929
|
+
}), R.shouldFocus && !C && ns(s, me, m ? S : l.mount), C;
|
|
15929
15930
|
}, Ne = (m) => {
|
|
15930
15931
|
const R = {
|
|
15931
15932
|
...a.mount ? i : o
|
|
@@ -15938,7 +15939,7 @@ function zy(t = {}) {
|
|
|
15938
15939
|
isValidating: !!X(n.validatingFields, m),
|
|
15939
15940
|
isTouched: !!X((R || n).touchedFields, m)
|
|
15940
15941
|
}), Ie = (m) => {
|
|
15941
|
-
m &&
|
|
15942
|
+
m && ts(m).forEach((R) => ct(n.errors, R)), h.state.next({
|
|
15942
15943
|
errors: m ? n.errors : {}
|
|
15943
15944
|
});
|
|
15944
15945
|
}, D = (m, R, P) => {
|
|
@@ -15969,7 +15970,7 @@ function zy(t = {}) {
|
|
|
15969
15970
|
...m,
|
|
15970
15971
|
formState: p
|
|
15971
15972
|
})), ye = (m, R = {}) => {
|
|
15972
|
-
for (const P of m ?
|
|
15973
|
+
for (const P of m ? ts(m) : l.mount)
|
|
15973
15974
|
l.mount.delete(P), l.array.delete(P), R.keepValue || (ct(s, P), ct(i, P)), !R.keepError && ct(n.errors, P), !R.keepDirty && ct(n.dirtyFields, P), !R.keepTouched && ct(n.touchedFields, P), !R.keepIsValidating && ct(n.validatingFields, P), !e.shouldUnregister && !R.keepDefaultValue && ct(o, P);
|
|
15974
15975
|
h.state.next({
|
|
15975
15976
|
values: pt(i)
|
|
@@ -15997,11 +15998,11 @@ function zy(t = {}) {
|
|
|
15997
15998
|
...C ? { disabled: R.disabled || e.disabled } : {},
|
|
15998
15999
|
...e.progressive ? {
|
|
15999
16000
|
required: !!R.required,
|
|
16000
|
-
min:
|
|
16001
|
-
max:
|
|
16002
|
-
minLength:
|
|
16003
|
-
maxLength:
|
|
16004
|
-
pattern:
|
|
16001
|
+
min: Wr(R.min),
|
|
16002
|
+
max: Wr(R.max),
|
|
16003
|
+
minLength: Wr(R.minLength),
|
|
16004
|
+
maxLength: Wr(R.maxLength),
|
|
16005
|
+
pattern: Wr(R.pattern)
|
|
16005
16006
|
} : {},
|
|
16006
16007
|
name: m,
|
|
16007
16008
|
onChange: Y,
|
|
@@ -16029,8 +16030,8 @@ function zy(t = {}) {
|
|
|
16029
16030
|
P = X(s, m, {}), P._f && (P._f.mount = !1), (e.shouldUnregister || R.shouldUnregister) && !(Fc(l.array, m) && a.action) && l.unMount.add(m);
|
|
16030
16031
|
}
|
|
16031
16032
|
};
|
|
16032
|
-
}, ge = () => e.shouldFocusError &&
|
|
16033
|
-
At(m) && (h.state.next({ disabled: m }),
|
|
16033
|
+
}, ge = () => e.shouldFocusError && ns(s, me, l.mount), we = (m) => {
|
|
16034
|
+
At(m) && (h.state.next({ disabled: m }), ns(s, (R, P) => {
|
|
16034
16035
|
const C = X(s, P);
|
|
16035
16036
|
C && (R.disabled = C._f.disabled || m, Array.isArray(C._f.refs) && C._f.refs.forEach((S) => {
|
|
16036
16037
|
S.disabled = C._f.disabled || m;
|
|
@@ -16077,7 +16078,7 @@ function zy(t = {}) {
|
|
|
16077
16078
|
if (R.keepDirtyValues) {
|
|
16078
16079
|
const A = /* @__PURE__ */ new Set([
|
|
16079
16080
|
...l.mount,
|
|
16080
|
-
...Object.keys(
|
|
16081
|
+
...Object.keys(qr(o, i))
|
|
16081
16082
|
]);
|
|
16082
16083
|
for (const Z of Array.from(A))
|
|
16083
16084
|
X(n.dirtyFields, Z) ? $e(E, Z, X(i, Z)) : ne(Z, X(E, Z));
|
|
@@ -16117,7 +16118,7 @@ function zy(t = {}) {
|
|
|
16117
16118
|
submitCount: R.keepSubmitCount ? n.submitCount : 0,
|
|
16118
16119
|
isDirty: S ? !1 : R.keepDirty ? n.isDirty : !!(R.keepDefaultValues && !Tn(m, o)),
|
|
16119
16120
|
isSubmitted: R.keepIsSubmitted ? n.isSubmitted : !1,
|
|
16120
|
-
dirtyFields: S ? {} : R.keepDirtyValues ? R.keepDefaultValues && i ?
|
|
16121
|
+
dirtyFields: S ? {} : R.keepDirtyValues ? R.keepDefaultValues && i ? qr(o, i) : n.dirtyFields : R.keepDefaultValues && m ? qr(o, m) : R.keepDirty ? n.dirtyFields : {},
|
|
16121
16122
|
touchedFields: R.keepTouched ? n.touchedFields : {},
|
|
16122
16123
|
errors: R.keepErrors ? n.errors : {},
|
|
16123
16124
|
isSubmitSuccessful: R.keepIsSubmitSuccessful ? n.isSubmitSuccessful : !1,
|
|
@@ -16430,7 +16431,7 @@ class Ft extends Error {
|
|
|
16430
16431
|
}
|
|
16431
16432
|
}
|
|
16432
16433
|
Ft.create = (t) => new Ft(t);
|
|
16433
|
-
const
|
|
16434
|
+
const Fr = (t, e) => {
|
|
16434
16435
|
let n;
|
|
16435
16436
|
switch (t.code) {
|
|
16436
16437
|
case W.invalid_type:
|
|
@@ -16486,7 +16487,7 @@ const Ar = (t, e) => {
|
|
|
16486
16487
|
}
|
|
16487
16488
|
return { message: n };
|
|
16488
16489
|
};
|
|
16489
|
-
let Wc =
|
|
16490
|
+
let Wc = Fr;
|
|
16490
16491
|
function $y(t) {
|
|
16491
16492
|
Wc = t;
|
|
16492
16493
|
}
|
|
@@ -16526,7 +16527,7 @@ function J(t, e) {
|
|
|
16526
16527
|
// then schema-bound map if available
|
|
16527
16528
|
n,
|
|
16528
16529
|
// then global override map
|
|
16529
|
-
n ===
|
|
16530
|
+
n === Fr ? void 0 : Fr
|
|
16530
16531
|
// then global default map
|
|
16531
16532
|
].filter((o) => !!o)
|
|
16532
16533
|
});
|
|
@@ -16575,7 +16576,7 @@ class mt {
|
|
|
16575
16576
|
}
|
|
16576
16577
|
const he = Object.freeze({
|
|
16577
16578
|
status: "aborted"
|
|
16578
|
-
}),
|
|
16579
|
+
}), fr = (t) => ({ status: "dirty", value: t }), Ot = (t) => ({ status: "valid", value: t }), Si = (t) => t.status === "aborted", Ti = (t) => t.status === "dirty", rr = (t) => t.status === "valid", cs = (t) => typeof Promise < "u" && t instanceof Promise;
|
|
16579
16580
|
function xo(t, e, n, s) {
|
|
16580
16581
|
if (typeof e == "function" ? t !== e || !0 : !e.has(t)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
16581
16582
|
return e.get(t);
|
|
@@ -16588,7 +16589,7 @@ var ae;
|
|
|
16588
16589
|
(function(t) {
|
|
16589
16590
|
t.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, t.toString = (e) => typeof e == "string" ? e : e == null ? void 0 : e.message;
|
|
16590
16591
|
})(ae || (ae = {}));
|
|
16591
|
-
var
|
|
16592
|
+
var Qr, Yr;
|
|
16592
16593
|
class on {
|
|
16593
16594
|
constructor(e, n, s, o) {
|
|
16594
16595
|
this._cachedPath = [], this.parent = e, this.data = n, this._path = s, this._key = o;
|
|
@@ -16656,7 +16657,7 @@ class Se {
|
|
|
16656
16657
|
}
|
|
16657
16658
|
_parseSync(e) {
|
|
16658
16659
|
const n = this._parse(e);
|
|
16659
|
-
if (
|
|
16660
|
+
if (cs(n))
|
|
16660
16661
|
throw new Error("Synchronous parse encountered promise.");
|
|
16661
16662
|
return n;
|
|
16662
16663
|
}
|
|
@@ -16737,7 +16738,7 @@ class Se {
|
|
|
16737
16738
|
parent: null,
|
|
16738
16739
|
data: e,
|
|
16739
16740
|
parsedType: hn(e)
|
|
16740
|
-
}, o = this._parse({ data: e, path: s.path, parent: s }), i = await (
|
|
16741
|
+
}, o = this._parse({ data: e, path: s.path, parent: s }), i = await (cs(o) ? o : Promise.resolve(o));
|
|
16741
16742
|
return ul(s, i);
|
|
16742
16743
|
}
|
|
16743
16744
|
refine(e, n) {
|
|
@@ -16783,13 +16784,13 @@ class Se {
|
|
|
16783
16784
|
return Zt.create(this);
|
|
16784
16785
|
}
|
|
16785
16786
|
promise() {
|
|
16786
|
-
return
|
|
16787
|
+
return Mr.create(this, this._def);
|
|
16787
16788
|
}
|
|
16788
16789
|
or(e) {
|
|
16789
|
-
return
|
|
16790
|
+
return fs.create([this, e], this._def);
|
|
16790
16791
|
}
|
|
16791
16792
|
and(e) {
|
|
16792
|
-
return
|
|
16793
|
+
return hs.create(this, e, this._def);
|
|
16793
16794
|
}
|
|
16794
16795
|
transform(e) {
|
|
16795
16796
|
return new Ht({
|
|
@@ -16801,7 +16802,7 @@ class Se {
|
|
|
16801
16802
|
}
|
|
16802
16803
|
default(e) {
|
|
16803
16804
|
const n = typeof e == "function" ? e : () => e;
|
|
16804
|
-
return new
|
|
16805
|
+
return new vs({
|
|
16805
16806
|
...xe(this._def),
|
|
16806
16807
|
innerType: this,
|
|
16807
16808
|
defaultValue: n,
|
|
@@ -16817,7 +16818,7 @@ class Se {
|
|
|
16817
16818
|
}
|
|
16818
16819
|
catch(e) {
|
|
16819
16820
|
const n = typeof e == "function" ? e : () => e;
|
|
16820
|
-
return new
|
|
16821
|
+
return new xs({
|
|
16821
16822
|
...xe(this._def),
|
|
16822
16823
|
innerType: this,
|
|
16823
16824
|
catchValue: n,
|
|
@@ -16835,7 +16836,7 @@ class Se {
|
|
|
16835
16836
|
return Is.create(this, e);
|
|
16836
16837
|
}
|
|
16837
16838
|
readonly() {
|
|
16838
|
-
return
|
|
16839
|
+
return ws.create(this);
|
|
16839
16840
|
}
|
|
16840
16841
|
isOptional() {
|
|
16841
16842
|
return this.safeParse(void 0).success;
|
|
@@ -17576,7 +17577,7 @@ Ln.create = (t) => {
|
|
|
17576
17577
|
...xe(t)
|
|
17577
17578
|
});
|
|
17578
17579
|
};
|
|
17579
|
-
class
|
|
17580
|
+
class us extends Se {
|
|
17580
17581
|
_parse(e) {
|
|
17581
17582
|
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== te.boolean) {
|
|
17582
17583
|
const s = this._getOrReturnCtx(e);
|
|
@@ -17589,7 +17590,7 @@ class ls extends Se {
|
|
|
17589
17590
|
return Ot(e.data);
|
|
17590
17591
|
}
|
|
17591
17592
|
}
|
|
17592
|
-
|
|
17593
|
+
us.create = (t) => new us({
|
|
17593
17594
|
typeName: fe.ZodBoolean,
|
|
17594
17595
|
coerce: (t == null ? void 0 : t.coerce) || !1,
|
|
17595
17596
|
...xe(t)
|
|
@@ -17689,7 +17690,7 @@ wo.create = (t) => new wo({
|
|
|
17689
17690
|
typeName: fe.ZodSymbol,
|
|
17690
17691
|
...xe(t)
|
|
17691
17692
|
});
|
|
17692
|
-
class
|
|
17693
|
+
class ds extends Se {
|
|
17693
17694
|
_parse(e) {
|
|
17694
17695
|
if (this._getType(e) !== te.undefined) {
|
|
17695
17696
|
const s = this._getOrReturnCtx(e);
|
|
@@ -17702,11 +17703,11 @@ class cs extends Se {
|
|
|
17702
17703
|
return Ot(e.data);
|
|
17703
17704
|
}
|
|
17704
17705
|
}
|
|
17705
|
-
|
|
17706
|
+
ds.create = (t) => new ds({
|
|
17706
17707
|
typeName: fe.ZodUndefined,
|
|
17707
17708
|
...xe(t)
|
|
17708
17709
|
});
|
|
17709
|
-
class
|
|
17710
|
+
class ps extends Se {
|
|
17710
17711
|
_parse(e) {
|
|
17711
17712
|
if (this._getType(e) !== te.null) {
|
|
17712
17713
|
const s = this._getOrReturnCtx(e);
|
|
@@ -17719,11 +17720,11 @@ class us extends Se {
|
|
|
17719
17720
|
return Ot(e.data);
|
|
17720
17721
|
}
|
|
17721
17722
|
}
|
|
17722
|
-
|
|
17723
|
+
ps.create = (t) => new ps({
|
|
17723
17724
|
typeName: fe.ZodNull,
|
|
17724
17725
|
...xe(t)
|
|
17725
17726
|
});
|
|
17726
|
-
class
|
|
17727
|
+
class Nr extends Se {
|
|
17727
17728
|
constructor() {
|
|
17728
17729
|
super(...arguments), this._any = !0;
|
|
17729
17730
|
}
|
|
@@ -17731,7 +17732,7 @@ class Fr extends Se {
|
|
|
17731
17732
|
return Ot(e.data);
|
|
17732
17733
|
}
|
|
17733
17734
|
}
|
|
17734
|
-
|
|
17735
|
+
Nr.create = (t) => new Nr({
|
|
17735
17736
|
typeName: fe.ZodAny,
|
|
17736
17737
|
...xe(t)
|
|
17737
17738
|
});
|
|
@@ -17851,12 +17852,12 @@ Zt.create = (t, e) => new Zt({
|
|
|
17851
17852
|
typeName: fe.ZodArray,
|
|
17852
17853
|
...xe(e)
|
|
17853
17854
|
});
|
|
17854
|
-
function
|
|
17855
|
+
function pr(t) {
|
|
17855
17856
|
if (t instanceof Ye) {
|
|
17856
17857
|
const e = {};
|
|
17857
17858
|
for (const n in t.shape) {
|
|
17858
17859
|
const s = t.shape[n];
|
|
17859
|
-
e[n] = rn.create(
|
|
17860
|
+
e[n] = rn.create(pr(s));
|
|
17860
17861
|
}
|
|
17861
17862
|
return new Ye({
|
|
17862
17863
|
...t._def,
|
|
@@ -17864,8 +17865,8 @@ function dr(t) {
|
|
|
17864
17865
|
});
|
|
17865
17866
|
} else return t instanceof Zt ? new Zt({
|
|
17866
17867
|
...t._def,
|
|
17867
|
-
type:
|
|
17868
|
-
}) : t instanceof rn ? rn.create(
|
|
17868
|
+
type: pr(t.element)
|
|
17869
|
+
}) : t instanceof rn ? rn.create(pr(t.unwrap())) : t instanceof zn ? zn.create(pr(t.unwrap())) : t instanceof an ? an.create(t.items.map((e) => pr(e))) : t;
|
|
17869
17870
|
}
|
|
17870
17871
|
class Ye extends Se {
|
|
17871
17872
|
constructor() {
|
|
@@ -18101,7 +18102,7 @@ class Ye extends Se {
|
|
|
18101
18102
|
* @deprecated
|
|
18102
18103
|
*/
|
|
18103
18104
|
deepPartial() {
|
|
18104
|
-
return
|
|
18105
|
+
return pr(this);
|
|
18105
18106
|
}
|
|
18106
18107
|
partial(e) {
|
|
18107
18108
|
const n = {};
|
|
@@ -18154,7 +18155,7 @@ Ye.lazycreate = (t, e) => new Ye({
|
|
|
18154
18155
|
typeName: fe.ZodObject,
|
|
18155
18156
|
...xe(e)
|
|
18156
18157
|
});
|
|
18157
|
-
class
|
|
18158
|
+
class fs extends Se {
|
|
18158
18159
|
_parse(e) {
|
|
18159
18160
|
const { ctx: n } = this._processInputParams(e), s = this._def.options;
|
|
18160
18161
|
function o(i) {
|
|
@@ -18222,12 +18223,12 @@ class ds extends Se {
|
|
|
18222
18223
|
return this._def.options;
|
|
18223
18224
|
}
|
|
18224
18225
|
}
|
|
18225
|
-
|
|
18226
|
+
fs.create = (t, e) => new fs({
|
|
18226
18227
|
options: t,
|
|
18227
18228
|
typeName: fe.ZodUnion,
|
|
18228
18229
|
...xe(e)
|
|
18229
18230
|
});
|
|
18230
|
-
const fn = (t) => t instanceof
|
|
18231
|
+
const fn = (t) => t instanceof ys ? fn(t.schema) : t instanceof Ht ? fn(t.innerType()) : t instanceof gs ? [t.value] : t instanceof Dn ? t.options : t instanceof bs ? Fe.objectValues(t.enum) : t instanceof vs ? fn(t._def.innerType) : t instanceof ds ? [void 0] : t instanceof ps ? [null] : t instanceof rn ? [void 0, ...fn(t.unwrap())] : t instanceof zn ? [null, ...fn(t.unwrap())] : t instanceof na || t instanceof ws ? fn(t.unwrap()) : t instanceof xs ? fn(t._def.innerType) : [];
|
|
18231
18232
|
class Do extends Se {
|
|
18232
18233
|
_parse(e) {
|
|
18233
18234
|
const { ctx: n } = this._processInputParams(e);
|
|
@@ -18316,7 +18317,7 @@ function _i(t, e) {
|
|
|
18316
18317
|
return { valid: !0, data: o };
|
|
18317
18318
|
} else return n === te.date && s === te.date && +t == +e ? { valid: !0, data: t } : { valid: !1 };
|
|
18318
18319
|
}
|
|
18319
|
-
class
|
|
18320
|
+
class hs extends Se {
|
|
18320
18321
|
_parse(e) {
|
|
18321
18322
|
const { status: n, ctx: s } = this._processInputParams(e), o = (i, a) => {
|
|
18322
18323
|
if (Si(i) || Si(a))
|
|
@@ -18348,7 +18349,7 @@ class ps extends Se {
|
|
|
18348
18349
|
}));
|
|
18349
18350
|
}
|
|
18350
18351
|
}
|
|
18351
|
-
|
|
18352
|
+
hs.create = (t, e, n) => new hs({
|
|
18352
18353
|
left: t,
|
|
18353
18354
|
right: e,
|
|
18354
18355
|
typeName: fe.ZodIntersection,
|
|
@@ -18404,7 +18405,7 @@ an.create = (t, e) => {
|
|
|
18404
18405
|
...xe(e)
|
|
18405
18406
|
});
|
|
18406
18407
|
};
|
|
18407
|
-
class
|
|
18408
|
+
class ms extends Se {
|
|
18408
18409
|
get keySchema() {
|
|
18409
18410
|
return this._def.keyType;
|
|
18410
18411
|
}
|
|
@@ -18432,12 +18433,12 @@ class fs extends Se {
|
|
|
18432
18433
|
return this._def.valueType;
|
|
18433
18434
|
}
|
|
18434
18435
|
static create(e, n, s) {
|
|
18435
|
-
return n instanceof Se ? new
|
|
18436
|
+
return n instanceof Se ? new ms({
|
|
18436
18437
|
keyType: e,
|
|
18437
18438
|
valueType: n,
|
|
18438
18439
|
typeName: fe.ZodRecord,
|
|
18439
18440
|
...xe(s)
|
|
18440
|
-
}) : new
|
|
18441
|
+
}) : new ms({
|
|
18441
18442
|
keyType: Wt.create(),
|
|
18442
18443
|
valueType: e,
|
|
18443
18444
|
typeName: fe.ZodRecord,
|
|
@@ -18557,7 +18558,7 @@ or.create = (t, e) => new or({
|
|
|
18557
18558
|
typeName: fe.ZodSet,
|
|
18558
18559
|
...xe(e)
|
|
18559
18560
|
});
|
|
18560
|
-
class
|
|
18561
|
+
class br extends Se {
|
|
18561
18562
|
constructor() {
|
|
18562
18563
|
super(...arguments), this.validate = this.implement;
|
|
18563
18564
|
}
|
|
@@ -18577,7 +18578,7 @@ class gr extends Se {
|
|
|
18577
18578
|
n.common.contextualErrorMap,
|
|
18578
18579
|
n.schemaErrorMap,
|
|
18579
18580
|
bo(),
|
|
18580
|
-
|
|
18581
|
+
Fr
|
|
18581
18582
|
].filter((u) => !!u),
|
|
18582
18583
|
issueData: {
|
|
18583
18584
|
code: W.invalid_arguments,
|
|
@@ -18593,7 +18594,7 @@ class gr extends Se {
|
|
|
18593
18594
|
n.common.contextualErrorMap,
|
|
18594
18595
|
n.schemaErrorMap,
|
|
18595
18596
|
bo(),
|
|
18596
|
-
|
|
18597
|
+
Fr
|
|
18597
18598
|
].filter((u) => !!u),
|
|
18598
18599
|
issueData: {
|
|
18599
18600
|
code: W.invalid_return_type,
|
|
@@ -18602,14 +18603,14 @@ class gr extends Se {
|
|
|
18602
18603
|
});
|
|
18603
18604
|
}
|
|
18604
18605
|
const i = { errorMap: n.common.contextualErrorMap }, a = n.data;
|
|
18605
|
-
if (this._def.returns instanceof
|
|
18606
|
+
if (this._def.returns instanceof Mr) {
|
|
18606
18607
|
const l = this;
|
|
18607
18608
|
return Ot(async function(...c) {
|
|
18608
|
-
const u = new Ft([]), f = await l._def.args.parseAsync(c, i).catch((
|
|
18609
|
-
throw u.addIssue(s(c,
|
|
18609
|
+
const u = new Ft([]), f = await l._def.args.parseAsync(c, i).catch((y) => {
|
|
18610
|
+
throw u.addIssue(s(c, y)), u;
|
|
18610
18611
|
}), p = await Reflect.apply(a, this, f);
|
|
18611
|
-
return await l._def.returns._def.type.parseAsync(p, i).catch((
|
|
18612
|
-
throw u.addIssue(o(p,
|
|
18612
|
+
return await l._def.returns._def.type.parseAsync(p, i).catch((y) => {
|
|
18613
|
+
throw u.addIssue(o(p, y)), u;
|
|
18613
18614
|
});
|
|
18614
18615
|
});
|
|
18615
18616
|
} else {
|
|
@@ -18632,13 +18633,13 @@ class gr extends Se {
|
|
|
18632
18633
|
return this._def.returns;
|
|
18633
18634
|
}
|
|
18634
18635
|
args(...e) {
|
|
18635
|
-
return new
|
|
18636
|
+
return new br({
|
|
18636
18637
|
...this._def,
|
|
18637
18638
|
args: an.create(e).rest(er.create())
|
|
18638
18639
|
});
|
|
18639
18640
|
}
|
|
18640
18641
|
returns(e) {
|
|
18641
|
-
return new
|
|
18642
|
+
return new br({
|
|
18642
18643
|
...this._def,
|
|
18643
18644
|
returns: e
|
|
18644
18645
|
});
|
|
@@ -18650,7 +18651,7 @@ class gr extends Se {
|
|
|
18650
18651
|
return this.parse(e);
|
|
18651
18652
|
}
|
|
18652
18653
|
static create(e, n, s) {
|
|
18653
|
-
return new
|
|
18654
|
+
return new br({
|
|
18654
18655
|
args: e || an.create([]).rest(er.create()),
|
|
18655
18656
|
returns: n || er.create(),
|
|
18656
18657
|
typeName: fe.ZodFunction,
|
|
@@ -18658,7 +18659,7 @@ class gr extends Se {
|
|
|
18658
18659
|
});
|
|
18659
18660
|
}
|
|
18660
18661
|
}
|
|
18661
|
-
class
|
|
18662
|
+
class ys extends Se {
|
|
18662
18663
|
get schema() {
|
|
18663
18664
|
return this._def.getter();
|
|
18664
18665
|
}
|
|
@@ -18667,12 +18668,12 @@ class hs extends Se {
|
|
|
18667
18668
|
return this._def.getter()._parse({ data: n.data, path: n.path, parent: n });
|
|
18668
18669
|
}
|
|
18669
18670
|
}
|
|
18670
|
-
|
|
18671
|
+
ys.create = (t, e) => new ys({
|
|
18671
18672
|
getter: t,
|
|
18672
18673
|
typeName: fe.ZodLazy,
|
|
18673
18674
|
...xe(e)
|
|
18674
18675
|
});
|
|
18675
|
-
class
|
|
18676
|
+
class gs extends Se {
|
|
18676
18677
|
_parse(e) {
|
|
18677
18678
|
if (e.data !== this._def.value) {
|
|
18678
18679
|
const n = this._getOrReturnCtx(e);
|
|
@@ -18688,7 +18689,7 @@ class ms extends Se {
|
|
|
18688
18689
|
return this._def.value;
|
|
18689
18690
|
}
|
|
18690
18691
|
}
|
|
18691
|
-
|
|
18692
|
+
gs.create = (t, e) => new gs({
|
|
18692
18693
|
value: t,
|
|
18693
18694
|
typeName: fe.ZodLiteral,
|
|
18694
18695
|
...xe(e)
|
|
@@ -18702,7 +18703,7 @@ function Qc(t, e) {
|
|
|
18702
18703
|
}
|
|
18703
18704
|
class Dn extends Se {
|
|
18704
18705
|
constructor() {
|
|
18705
|
-
super(...arguments),
|
|
18706
|
+
super(...arguments), Qr.set(this, void 0);
|
|
18706
18707
|
}
|
|
18707
18708
|
_parse(e) {
|
|
18708
18709
|
if (typeof e.data != "string") {
|
|
@@ -18713,7 +18714,7 @@ class Dn extends Se {
|
|
|
18713
18714
|
code: W.invalid_type
|
|
18714
18715
|
}), he;
|
|
18715
18716
|
}
|
|
18716
|
-
if (xo(this,
|
|
18717
|
+
if (xo(this, Qr) || Zc(this, Qr, new Set(this._def.values)), !xo(this, Qr).has(e.data)) {
|
|
18717
18718
|
const n = this._getOrReturnCtx(e), s = this._def.values;
|
|
18718
18719
|
return J(n, {
|
|
18719
18720
|
received: n.data,
|
|
@@ -18757,11 +18758,11 @@ class Dn extends Se {
|
|
|
18757
18758
|
});
|
|
18758
18759
|
}
|
|
18759
18760
|
}
|
|
18760
|
-
|
|
18761
|
+
Qr = /* @__PURE__ */ new WeakMap();
|
|
18761
18762
|
Dn.create = Qc;
|
|
18762
|
-
class
|
|
18763
|
+
class bs extends Se {
|
|
18763
18764
|
constructor() {
|
|
18764
|
-
super(...arguments),
|
|
18765
|
+
super(...arguments), Yr.set(this, void 0);
|
|
18765
18766
|
}
|
|
18766
18767
|
_parse(e) {
|
|
18767
18768
|
const n = Fe.getValidEnumValues(this._def.values), s = this._getOrReturnCtx(e);
|
|
@@ -18773,7 +18774,7 @@ class ys extends Se {
|
|
|
18773
18774
|
code: W.invalid_type
|
|
18774
18775
|
}), he;
|
|
18775
18776
|
}
|
|
18776
|
-
if (xo(this,
|
|
18777
|
+
if (xo(this, Yr) || Zc(this, Yr, new Set(Fe.getValidEnumValues(this._def.values))), !xo(this, Yr).has(e.data)) {
|
|
18777
18778
|
const o = Fe.objectValues(n);
|
|
18778
18779
|
return J(s, {
|
|
18779
18780
|
received: s.data,
|
|
@@ -18787,13 +18788,13 @@ class ys extends Se {
|
|
|
18787
18788
|
return this._def.values;
|
|
18788
18789
|
}
|
|
18789
18790
|
}
|
|
18790
|
-
|
|
18791
|
-
|
|
18791
|
+
Yr = /* @__PURE__ */ new WeakMap();
|
|
18792
|
+
bs.create = (t, e) => new bs({
|
|
18792
18793
|
values: t,
|
|
18793
18794
|
typeName: fe.ZodNativeEnum,
|
|
18794
18795
|
...xe(e)
|
|
18795
18796
|
});
|
|
18796
|
-
class
|
|
18797
|
+
class Mr extends Se {
|
|
18797
18798
|
unwrap() {
|
|
18798
18799
|
return this._def.type;
|
|
18799
18800
|
}
|
|
@@ -18812,7 +18813,7 @@ class Nr extends Se {
|
|
|
18812
18813
|
})));
|
|
18813
18814
|
}
|
|
18814
18815
|
}
|
|
18815
|
-
|
|
18816
|
+
Mr.create = (t, e) => new Mr({
|
|
18816
18817
|
type: t,
|
|
18817
18818
|
typeName: fe.ZodPromise,
|
|
18818
18819
|
...xe(e)
|
|
@@ -18844,7 +18845,7 @@ class Ht extends Se {
|
|
|
18844
18845
|
path: s.path,
|
|
18845
18846
|
parent: s
|
|
18846
18847
|
});
|
|
18847
|
-
return c.status === "aborted" ? he : c.status === "dirty" || n.value === "dirty" ?
|
|
18848
|
+
return c.status === "aborted" ? he : c.status === "dirty" || n.value === "dirty" ? fr(c.value) : c;
|
|
18848
18849
|
});
|
|
18849
18850
|
{
|
|
18850
18851
|
if (n.value === "aborted")
|
|
@@ -18854,7 +18855,7 @@ class Ht extends Se {
|
|
|
18854
18855
|
path: s.path,
|
|
18855
18856
|
parent: s
|
|
18856
18857
|
});
|
|
18857
|
-
return l.status === "aborted" ? he : l.status === "dirty" || n.value === "dirty" ?
|
|
18858
|
+
return l.status === "aborted" ? he : l.status === "dirty" || n.value === "dirty" ? fr(l.value) : l;
|
|
18858
18859
|
}
|
|
18859
18860
|
}
|
|
18860
18861
|
if (o.type === "refinement") {
|
|
@@ -18932,7 +18933,7 @@ zn.create = (t, e) => new zn({
|
|
|
18932
18933
|
typeName: fe.ZodNullable,
|
|
18933
18934
|
...xe(e)
|
|
18934
18935
|
});
|
|
18935
|
-
class
|
|
18936
|
+
class vs extends Se {
|
|
18936
18937
|
_parse(e) {
|
|
18937
18938
|
const { ctx: n } = this._processInputParams(e);
|
|
18938
18939
|
let s = n.data;
|
|
@@ -18946,13 +18947,13 @@ class gs extends Se {
|
|
|
18946
18947
|
return this._def.innerType;
|
|
18947
18948
|
}
|
|
18948
18949
|
}
|
|
18949
|
-
|
|
18950
|
+
vs.create = (t, e) => new vs({
|
|
18950
18951
|
innerType: t,
|
|
18951
18952
|
typeName: fe.ZodDefault,
|
|
18952
18953
|
defaultValue: typeof e.default == "function" ? e.default : () => e.default,
|
|
18953
18954
|
...xe(e)
|
|
18954
18955
|
});
|
|
18955
|
-
class
|
|
18956
|
+
class xs extends Se {
|
|
18956
18957
|
_parse(e) {
|
|
18957
18958
|
const { ctx: n } = this._processInputParams(e), s = {
|
|
18958
18959
|
...n,
|
|
@@ -18967,7 +18968,7 @@ class bs extends Se {
|
|
|
18967
18968
|
...s
|
|
18968
18969
|
}
|
|
18969
18970
|
});
|
|
18970
|
-
return
|
|
18971
|
+
return cs(o) ? o.then((i) => ({
|
|
18971
18972
|
status: "valid",
|
|
18972
18973
|
value: i.status === "valid" ? i.value : this._def.catchValue({
|
|
18973
18974
|
get error() {
|
|
@@ -18989,7 +18990,7 @@ class bs extends Se {
|
|
|
18989
18990
|
return this._def.innerType;
|
|
18990
18991
|
}
|
|
18991
18992
|
}
|
|
18992
|
-
|
|
18993
|
+
xs.create = (t, e) => new xs({
|
|
18993
18994
|
innerType: t,
|
|
18994
18995
|
typeName: fe.ZodCatch,
|
|
18995
18996
|
catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
|
|
@@ -19036,7 +19037,7 @@ class Is extends Se {
|
|
|
19036
19037
|
path: s.path,
|
|
19037
19038
|
parent: s
|
|
19038
19039
|
});
|
|
19039
|
-
return i.status === "aborted" ? he : i.status === "dirty" ? (n.dirty(),
|
|
19040
|
+
return i.status === "aborted" ? he : i.status === "dirty" ? (n.dirty(), fr(i.value)) : this._def.out._parseAsync({
|
|
19040
19041
|
data: i.value,
|
|
19041
19042
|
path: s.path,
|
|
19042
19043
|
parent: s
|
|
@@ -19066,16 +19067,16 @@ class Is extends Se {
|
|
|
19066
19067
|
});
|
|
19067
19068
|
}
|
|
19068
19069
|
}
|
|
19069
|
-
class
|
|
19070
|
+
class ws extends Se {
|
|
19070
19071
|
_parse(e) {
|
|
19071
19072
|
const n = this._def.innerType._parse(e), s = (o) => (rr(o) && (o.value = Object.freeze(o.value)), o);
|
|
19072
|
-
return
|
|
19073
|
+
return cs(n) ? n.then((o) => s(o)) : s(n);
|
|
19073
19074
|
}
|
|
19074
19075
|
unwrap() {
|
|
19075
19076
|
return this._def.innerType;
|
|
19076
19077
|
}
|
|
19077
19078
|
}
|
|
19078
|
-
|
|
19079
|
+
ws.create = (t, e) => new ws({
|
|
19079
19080
|
innerType: t,
|
|
19080
19081
|
typeName: fe.ZodReadonly,
|
|
19081
19082
|
...xe(e)
|
|
@@ -19085,7 +19086,7 @@ function dl(t, e) {
|
|
|
19085
19086
|
return typeof n == "string" ? { message: n } : n;
|
|
19086
19087
|
}
|
|
19087
19088
|
function Yc(t, e = {}, n) {
|
|
19088
|
-
return t ?
|
|
19089
|
+
return t ? Nr.create().superRefine((s, o) => {
|
|
19089
19090
|
var i, a;
|
|
19090
19091
|
const l = t(s);
|
|
19091
19092
|
if (l instanceof Promise)
|
|
@@ -19100,7 +19101,7 @@ function Yc(t, e = {}, n) {
|
|
|
19100
19101
|
const c = dl(e, s), u = (a = (i = c.fatal) !== null && i !== void 0 ? i : n) !== null && a !== void 0 ? a : !0;
|
|
19101
19102
|
o.addIssue({ code: "custom", ...c, fatal: u });
|
|
19102
19103
|
}
|
|
19103
|
-
}) :
|
|
19104
|
+
}) : Nr.create();
|
|
19104
19105
|
}
|
|
19105
19106
|
const dg = {
|
|
19106
19107
|
object: Ye.lazycreate
|
|
@@ -19111,10 +19112,10 @@ var fe;
|
|
|
19111
19112
|
})(fe || (fe = {}));
|
|
19112
19113
|
const pg = (t, e = {
|
|
19113
19114
|
message: `Input not instance of ${t.name}`
|
|
19114
|
-
}) => Yc((n) => n instanceof t, e), Xc = Wt.create, Jc = Mn.create, fg = To.create, hg = Ln.create, eu =
|
|
19115
|
+
}) => Yc((n) => n instanceof t, e), Xc = Wt.create, Jc = Mn.create, fg = To.create, hg = Ln.create, eu = us.create, mg = sr.create, yg = wo.create, gg = ds.create, bg = ps.create, vg = Nr.create, xg = er.create, wg = wn.create, Cg = Co.create, Sg = Zt.create, Tg = Ye.create, _g = Ye.strictCreate, kg = fs.create, Eg = Do.create, Og = hs.create, Rg = an.create, Ig = ms.create, Pg = So.create, Ag = or.create, Fg = br.create, Ng = ys.create, Mg = gs.create, Lg = Dn.create, Dg = bs.create, zg = Mr.create, pl = Ht.create, jg = rn.create, Vg = zn.create, $g = Ht.createWithPreprocess, Bg = Is.create, Ug = () => Xc().optional(), qg = () => Jc().optional(), Wg = () => eu().optional(), Zg = {
|
|
19115
19116
|
string: (t) => Wt.create({ ...t, coerce: !0 }),
|
|
19116
19117
|
number: (t) => Mn.create({ ...t, coerce: !0 }),
|
|
19117
|
-
boolean: (t) =>
|
|
19118
|
+
boolean: (t) => us.create({
|
|
19118
19119
|
...t,
|
|
19119
19120
|
coerce: !0
|
|
19120
19121
|
}),
|
|
@@ -19123,7 +19124,7 @@ const pg = (t, e = {
|
|
|
19123
19124
|
}, Hg = he;
|
|
19124
19125
|
var Bs = /* @__PURE__ */ Object.freeze({
|
|
19125
19126
|
__proto__: null,
|
|
19126
|
-
defaultErrorMap:
|
|
19127
|
+
defaultErrorMap: Fr,
|
|
19127
19128
|
setErrorMap: $y,
|
|
19128
19129
|
getErrorMap: bo,
|
|
19129
19130
|
makeIssue: vo,
|
|
@@ -19131,12 +19132,12 @@ var Bs = /* @__PURE__ */ Object.freeze({
|
|
|
19131
19132
|
addIssueToContext: J,
|
|
19132
19133
|
ParseStatus: mt,
|
|
19133
19134
|
INVALID: he,
|
|
19134
|
-
DIRTY:
|
|
19135
|
+
DIRTY: fr,
|
|
19135
19136
|
OK: Ot,
|
|
19136
19137
|
isAborted: Si,
|
|
19137
19138
|
isDirty: Ti,
|
|
19138
19139
|
isValid: rr,
|
|
19139
|
-
isAsync:
|
|
19140
|
+
isAsync: cs,
|
|
19140
19141
|
get util() {
|
|
19141
19142
|
return Fe;
|
|
19142
19143
|
},
|
|
@@ -19150,41 +19151,41 @@ var Bs = /* @__PURE__ */ Object.freeze({
|
|
|
19150
19151
|
ZodString: Wt,
|
|
19151
19152
|
ZodNumber: Mn,
|
|
19152
19153
|
ZodBigInt: Ln,
|
|
19153
|
-
ZodBoolean:
|
|
19154
|
+
ZodBoolean: us,
|
|
19154
19155
|
ZodDate: sr,
|
|
19155
19156
|
ZodSymbol: wo,
|
|
19156
|
-
ZodUndefined:
|
|
19157
|
-
ZodNull:
|
|
19158
|
-
ZodAny:
|
|
19157
|
+
ZodUndefined: ds,
|
|
19158
|
+
ZodNull: ps,
|
|
19159
|
+
ZodAny: Nr,
|
|
19159
19160
|
ZodUnknown: er,
|
|
19160
19161
|
ZodNever: wn,
|
|
19161
19162
|
ZodVoid: Co,
|
|
19162
19163
|
ZodArray: Zt,
|
|
19163
19164
|
ZodObject: Ye,
|
|
19164
|
-
ZodUnion:
|
|
19165
|
+
ZodUnion: fs,
|
|
19165
19166
|
ZodDiscriminatedUnion: Do,
|
|
19166
|
-
ZodIntersection:
|
|
19167
|
+
ZodIntersection: hs,
|
|
19167
19168
|
ZodTuple: an,
|
|
19168
|
-
ZodRecord:
|
|
19169
|
+
ZodRecord: ms,
|
|
19169
19170
|
ZodMap: So,
|
|
19170
19171
|
ZodSet: or,
|
|
19171
|
-
ZodFunction:
|
|
19172
|
-
ZodLazy:
|
|
19173
|
-
ZodLiteral:
|
|
19172
|
+
ZodFunction: br,
|
|
19173
|
+
ZodLazy: ys,
|
|
19174
|
+
ZodLiteral: gs,
|
|
19174
19175
|
ZodEnum: Dn,
|
|
19175
|
-
ZodNativeEnum:
|
|
19176
|
-
ZodPromise:
|
|
19176
|
+
ZodNativeEnum: bs,
|
|
19177
|
+
ZodPromise: Mr,
|
|
19177
19178
|
ZodEffects: Ht,
|
|
19178
19179
|
ZodTransformer: Ht,
|
|
19179
19180
|
ZodOptional: rn,
|
|
19180
19181
|
ZodNullable: zn,
|
|
19181
|
-
ZodDefault:
|
|
19182
|
-
ZodCatch:
|
|
19182
|
+
ZodDefault: vs,
|
|
19183
|
+
ZodCatch: xs,
|
|
19183
19184
|
ZodNaN: To,
|
|
19184
19185
|
BRAND: ug,
|
|
19185
19186
|
ZodBranded: na,
|
|
19186
19187
|
ZodPipeline: Is,
|
|
19187
|
-
ZodReadonly:
|
|
19188
|
+
ZodReadonly: ws,
|
|
19188
19189
|
custom: Yc,
|
|
19189
19190
|
Schema: Se,
|
|
19190
19191
|
ZodSchema: Se,
|
|
@@ -19237,12 +19238,12 @@ var Bs = /* @__PURE__ */ Object.freeze({
|
|
|
19237
19238
|
quotelessJson: Vy,
|
|
19238
19239
|
ZodError: Ft
|
|
19239
19240
|
});
|
|
19240
|
-
const Gg = async (t, e) => (await
|
|
19241
|
+
const Gg = async (t, e) => (await ir.rloV2.queryMapRepresentationsByCaseNumber(
|
|
19241
19242
|
t,
|
|
19242
19243
|
e
|
|
19243
|
-
)).data.response || [], Kg = (t, e, n) =>
|
|
19244
|
+
)).data.response || [], Kg = (t, e, n) => Dr({
|
|
19244
19245
|
...e,
|
|
19245
|
-
queryKey: [
|
|
19246
|
+
queryKey: [zr.mapRepresentation, t],
|
|
19246
19247
|
queryFn: () => Gg(t, n)
|
|
19247
19248
|
}), fl = (t, e, n) => {
|
|
19248
19249
|
if (t && "reportValidity" in t) {
|
|
@@ -19307,13 +19308,13 @@ var Xg = function(t, e) {
|
|
|
19307
19308
|
}
|
|
19308
19309
|
};
|
|
19309
19310
|
};
|
|
19310
|
-
const eb = async (t, e) => (await
|
|
19311
|
+
const eb = async (t, e) => (await ir.rloV2.search3(t, e)).data.response || [], tb = (t, e, n) => Dr({
|
|
19311
19312
|
...e,
|
|
19312
|
-
queryKey: [
|
|
19313
|
+
queryKey: [zr.cases, t],
|
|
19313
19314
|
queryFn: () => eb(t, n)
|
|
19314
19315
|
}), nb = (t) => {
|
|
19315
19316
|
var h;
|
|
19316
|
-
const [e, n] = ue(""), s = Ki(e, 500), o = (
|
|
19317
|
+
const [e, n] = ue(""), s = Ki(e, 500), o = (y, x) => {
|
|
19317
19318
|
n(x);
|
|
19318
19319
|
}, i = Ys(() => ({ size: 20 }), []), [a, l] = ue({
|
|
19319
19320
|
generalSearchText: "",
|
|
@@ -19326,8 +19327,8 @@ const eb = async (t, e) => (await Mr.rloV2.search3(t, e)).data.response || [], t
|
|
|
19326
19327
|
[a, i]
|
|
19327
19328
|
);
|
|
19328
19329
|
Ke(() => {
|
|
19329
|
-
l((
|
|
19330
|
-
...
|
|
19330
|
+
l((y) => ({
|
|
19331
|
+
...y,
|
|
19331
19332
|
generalSearchText: s,
|
|
19332
19333
|
page: 0
|
|
19333
19334
|
}));
|
|
@@ -19337,8 +19338,8 @@ const eb = async (t, e) => (await Mr.rloV2.search3(t, e)).data.response || [], t
|
|
|
19337
19338
|
/* Cases can not have data from other contextuals used before */
|
|
19338
19339
|
gcTime: 0
|
|
19339
19340
|
}), f = rb((h = u.data) == null ? void 0 : h.content, s), p = () => {
|
|
19340
|
-
var
|
|
19341
|
-
!((
|
|
19341
|
+
var y;
|
|
19342
|
+
!((y = u.data) != null && y.last) && !u.isLoading && l((x) => ({
|
|
19342
19343
|
...x,
|
|
19343
19344
|
page: x.page + 1
|
|
19344
19345
|
}));
|
|
@@ -19469,11 +19470,11 @@ const ab = Xe(He)`
|
|
|
19469
19470
|
mileageStart: f,
|
|
19470
19471
|
chainageValue: p,
|
|
19471
19472
|
mileageValue: h,
|
|
19472
|
-
chainageLength:
|
|
19473
|
+
chainageLength: y,
|
|
19473
19474
|
nets: x,
|
|
19474
19475
|
setNets: w,
|
|
19475
19476
|
mileageEnd: v
|
|
19476
|
-
} =
|
|
19477
|
+
} = jr(), [O, T] = ue(
|
|
19477
19478
|
p.toString()
|
|
19478
19479
|
), [b, k] = ue(
|
|
19479
19480
|
h.toString()
|
|
@@ -19492,7 +19493,7 @@ const ab = Xe(He)`
|
|
|
19492
19493
|
if (a(D), D) {
|
|
19493
19494
|
const {
|
|
19494
19495
|
data: { response: B }
|
|
19495
|
-
} = await
|
|
19496
|
+
} = await is.queryRoadNets(D.id), { nets: re, start_mileage: Te, end_mileage: ye } = B;
|
|
19496
19497
|
w(re), t(Te), e(ye), n(re[0]), s(re[0].length), o(0), T("0"), i(Te), k(Te.toString()), Oe.mapEventEmitter.emit("drawGemRoad", {
|
|
19497
19498
|
netId: re[0].id,
|
|
19498
19499
|
roadId: D.id,
|
|
@@ -19611,7 +19612,7 @@ const ab = Xe(He)`
|
|
|
19611
19612
|
/* @__PURE__ */ d(vi, { className: "pointer", color: "primary", onClick: V }),
|
|
19612
19613
|
/* @__PURE__ */ K(Le, { fontSize: 12, children: [
|
|
19613
19614
|
"[0 - ",
|
|
19614
|
-
|
|
19615
|
+
y,
|
|
19615
19616
|
"]"
|
|
19616
19617
|
] })
|
|
19617
19618
|
] }),
|
|
@@ -19639,13 +19640,13 @@ const ab = Xe(He)`
|
|
|
19639
19640
|
] })
|
|
19640
19641
|
] })
|
|
19641
19642
|
] });
|
|
19642
|
-
}, cb = async (t) => (await
|
|
19643
|
+
}, cb = async (t) => (await ir.road.queryRoads(t)).data.response, ub = (t, e) => Dr({
|
|
19643
19644
|
...t,
|
|
19644
19645
|
experimental_prefetchInRender: !0,
|
|
19645
|
-
queryKey: [
|
|
19646
|
+
queryKey: [zr.roads],
|
|
19646
19647
|
queryFn: () => cb(e)
|
|
19647
19648
|
}), db = () => {
|
|
19648
|
-
const { promise: t, data: e } = ub(), { setRoads: n } =
|
|
19649
|
+
const { promise: t, data: e } = ub(), { setRoads: n } = jr();
|
|
19649
19650
|
return Ke(() => {
|
|
19650
19651
|
e && n(e);
|
|
19651
19652
|
}, [e, n]), xt(() => t, [t]);
|
|
@@ -19659,7 +19660,7 @@ const ab = Xe(He)`
|
|
|
19659
19660
|
setMileageValue: i,
|
|
19660
19661
|
setSelectedRoad: a,
|
|
19661
19662
|
setNets: l
|
|
19662
|
-
} =
|
|
19663
|
+
} = jr();
|
|
19663
19664
|
return xt(
|
|
19664
19665
|
async (u) => {
|
|
19665
19666
|
var w, v;
|
|
@@ -19668,10 +19669,10 @@ const ab = Xe(He)`
|
|
|
19668
19669
|
a(u[0]);
|
|
19669
19670
|
const {
|
|
19670
19671
|
data: { response: f }
|
|
19671
|
-
} = await
|
|
19672
|
+
} = await is.queryRoadNets((w = u[0]) == null ? void 0 : w.id), { nets: p, start_mileage: h, end_mileage: y } = f;
|
|
19672
19673
|
l(p), a(
|
|
19673
|
-
(O) => ({ ...O, start_mileage: h, end_mileage:
|
|
19674
|
-
), t(h), e(
|
|
19674
|
+
(O) => ({ ...O, start_mileage: h, end_mileage: y })
|
|
19675
|
+
), t(h), e(y), n(p[0]), s(p[0].length), o(0), i(h);
|
|
19675
19676
|
const x = {
|
|
19676
19677
|
netId: p[0].id,
|
|
19677
19678
|
roadId: (v = u[0]) == null ? void 0 : v.id,
|
|
@@ -19700,15 +19701,15 @@ const ab = Xe(He)`
|
|
|
19700
19701
|
setMileageValue: i,
|
|
19701
19702
|
setSelectedRoad: a,
|
|
19702
19703
|
setNets: l
|
|
19703
|
-
} =
|
|
19704
|
+
} = jr();
|
|
19704
19705
|
return xt(
|
|
19705
19706
|
async (u, f) => {
|
|
19706
19707
|
if (f.length !== 0) {
|
|
19707
|
-
const { net_id: p, road_id: h, position:
|
|
19708
|
+
const { net_id: p, road_id: h, position: y } = u, x = f.find((M) => M.id == h);
|
|
19708
19709
|
a(x);
|
|
19709
19710
|
const {
|
|
19710
19711
|
data: { response: w }
|
|
19711
|
-
} = await
|
|
19712
|
+
} = await is.queryRoadNets(x.id), { nets: v, start_mileage: O, end_mileage: T } = w;
|
|
19712
19713
|
l(v), a((M) => ({
|
|
19713
19714
|
...M,
|
|
19714
19715
|
start_mileage: O,
|
|
@@ -19717,8 +19718,8 @@ const ab = Xe(He)`
|
|
|
19717
19718
|
const b = v.find((M) => M.id == p);
|
|
19718
19719
|
n(b);
|
|
19719
19720
|
const { from_mileage: k, length: I } = b;
|
|
19720
|
-
t(O), e(T), s(I), o(
|
|
19721
|
-
Number(O) + Number(k) +
|
|
19721
|
+
t(O), e(T), s(I), o(y), i(
|
|
19722
|
+
Number(O) + Number(k) + y
|
|
19722
19723
|
);
|
|
19723
19724
|
}
|
|
19724
19725
|
},
|
|
@@ -19734,7 +19735,7 @@ const ab = Xe(He)`
|
|
|
19734
19735
|
]
|
|
19735
19736
|
);
|
|
19736
19737
|
}, hb = () => {
|
|
19737
|
-
const { setSelectedNet: t, setSelectedRoad: e } =
|
|
19738
|
+
const { setSelectedNet: t, setSelectedRoad: e } = jr(), n = db(), s = Qo(!1), o = pb(), i = fb(), a = xt(
|
|
19738
19739
|
async (c) => {
|
|
19739
19740
|
s.current = !0;
|
|
19740
19741
|
const u = await n();
|
|
@@ -19742,11 +19743,11 @@ const ab = Xe(He)`
|
|
|
19742
19743
|
},
|
|
19743
19744
|
[n, i]
|
|
19744
19745
|
);
|
|
19745
|
-
Ke(() => (
|
|
19746
|
+
Ke(() => (is.navigationEventEmitter.on(
|
|
19746
19747
|
"updateNavigationInfo",
|
|
19747
19748
|
a
|
|
19748
19749
|
), () => {
|
|
19749
|
-
|
|
19750
|
+
is.navigationEventEmitter.off(
|
|
19750
19751
|
"updateNavigationInfo",
|
|
19751
19752
|
a
|
|
19752
19753
|
);
|
|
@@ -19759,27 +19760,35 @@ const ab = Xe(He)`
|
|
|
19759
19760
|
return Ke(() => {
|
|
19760
19761
|
l();
|
|
19761
19762
|
}, [l]), /* @__PURE__ */ d(ab, { gap: "15px", children: /* @__PURE__ */ d(lb, {}) });
|
|
19762
|
-
}, mb = async (t, e) =>
|
|
19763
|
+
}, mb = async (t, e) => ir.instance.get(`/gugik/geometry?parcelNumber=${t}`, e), yb = (t, e, n) => Dr({
|
|
19763
19764
|
...e,
|
|
19764
|
-
queryKey: [
|
|
19765
|
+
queryKey: [zr.plots, t],
|
|
19765
19766
|
queryFn: () => mb(t, n)
|
|
19767
|
+
}), gb = async () => {
|
|
19768
|
+
var n;
|
|
19769
|
+
const e = (n = (await ir.roadmanager.queryRoadManagers()).data.response) == null ? void 0 : n.territoryCode;
|
|
19770
|
+
return !e || e.length < 2 ? e ?? null : e.slice(0, -1) + "_" + e.slice(-1);
|
|
19771
|
+
}, bb = () => Dr({
|
|
19772
|
+
queryKey: [zr.roadManagerTeryt],
|
|
19773
|
+
queryFn: gb,
|
|
19774
|
+
staleTime: 1 / 0
|
|
19766
19775
|
});
|
|
19767
|
-
function
|
|
19768
|
-
const [t, e] = ue(""), n = Ki(t || "", 300), [s, o] = ue(!1), {
|
|
19769
|
-
|
|
19776
|
+
function vb() {
|
|
19777
|
+
const [t, e] = ue(""), n = Ki(t || "", 300), [s, o] = ue(!1), { data: i } = bb(), l = ((h) => !i || h.includes("_") ? h : `${i}.${h}`)(n), { refetch: c } = yb(
|
|
19778
|
+
l,
|
|
19770
19779
|
{
|
|
19771
19780
|
enabled: !1
|
|
19772
19781
|
}
|
|
19773
|
-
),
|
|
19774
|
-
async (
|
|
19775
|
-
if (
|
|
19782
|
+
), u = xt(
|
|
19783
|
+
async (h) => {
|
|
19784
|
+
if (h)
|
|
19776
19785
|
try {
|
|
19777
|
-
const { data:
|
|
19778
|
-
|
|
19786
|
+
const { data: y } = await c();
|
|
19787
|
+
y && Oe.mapEventEmitter.emit("drawGeometry", {
|
|
19779
19788
|
geometries: [
|
|
19780
19789
|
{
|
|
19781
19790
|
id: -1,
|
|
19782
|
-
geometry:
|
|
19791
|
+
geometry: y.data.response.geometry
|
|
19783
19792
|
}
|
|
19784
19793
|
]
|
|
19785
19794
|
});
|
|
@@ -19787,28 +19796,28 @@ function gb() {
|
|
|
19787
19796
|
tn("Błąd pobierania danych o działce");
|
|
19788
19797
|
}
|
|
19789
19798
|
},
|
|
19790
|
-
[
|
|
19791
|
-
),
|
|
19792
|
-
|
|
19793
|
-
};
|
|
19799
|
+
[c]
|
|
19800
|
+
), f = (h) => {
|
|
19801
|
+
u(h), o(!1);
|
|
19802
|
+
}, p = i ? `${i}. (podpowiedź)` : "Wpisz działkę";
|
|
19794
19803
|
return /* @__PURE__ */ d(
|
|
19795
19804
|
to,
|
|
19796
19805
|
{
|
|
19797
19806
|
value: { label: t },
|
|
19798
|
-
onChange: (
|
|
19799
|
-
typeof
|
|
19807
|
+
onChange: (h, y) => {
|
|
19808
|
+
typeof y != "string" && y && "label" in y && f(y.label);
|
|
19800
19809
|
},
|
|
19801
19810
|
inputValue: t,
|
|
19802
|
-
onInputChange: (
|
|
19811
|
+
onInputChange: (h, y) => e(y),
|
|
19803
19812
|
options: n ? [{ label: n }] : [],
|
|
19804
19813
|
size: "small",
|
|
19805
19814
|
freeSolo: !0,
|
|
19806
|
-
filterOptions: (
|
|
19815
|
+
filterOptions: (h) => h,
|
|
19807
19816
|
label: "Działka",
|
|
19808
|
-
placeholder:
|
|
19809
|
-
getOptionLabel: (
|
|
19810
|
-
onKeyDown: (
|
|
19811
|
-
|
|
19817
|
+
placeholder: p,
|
|
19818
|
+
getOptionLabel: (h) => typeof h == "string" ? h : h.label,
|
|
19819
|
+
onKeyDown: (h) => {
|
|
19820
|
+
h.key === "Enter" && n && (h.preventDefault(), f(n));
|
|
19812
19821
|
},
|
|
19813
19822
|
open: s,
|
|
19814
19823
|
onOpen: () => o(!0),
|
|
@@ -19818,16 +19827,16 @@ function gb() {
|
|
|
19818
19827
|
}
|
|
19819
19828
|
);
|
|
19820
19829
|
}
|
|
19821
|
-
const
|
|
19830
|
+
const xb = Oi`
|
|
19822
19831
|
0% {
|
|
19823
19832
|
opacity: 0;
|
|
19824
19833
|
}
|
|
19825
19834
|
100% {
|
|
19826
19835
|
opacity: 1;
|
|
19827
19836
|
}
|
|
19828
|
-
`,
|
|
19837
|
+
`, wb = Xe(Mm)`
|
|
19829
19838
|
transform: rotate(90deg);
|
|
19830
|
-
`,
|
|
19839
|
+
`, Cb = Xe(He)`
|
|
19831
19840
|
height: 100%;
|
|
19832
19841
|
background-color: ${({ theme: t }) => t.palette.common.white};
|
|
19833
19842
|
color: ${({ theme: t }) => t.palette.common.black};
|
|
@@ -19843,16 +19852,16 @@ const bb = Oi`
|
|
|
19843
19852
|
|
|
19844
19853
|
-ms-overflow-style: none;
|
|
19845
19854
|
scrollbar-width: none;
|
|
19846
|
-
`,
|
|
19847
|
-
animation: ${
|
|
19855
|
+
`, Sb = Xe(He)`
|
|
19856
|
+
animation: ${xb} 0.2s linear;
|
|
19848
19857
|
width: ${({ hidden: t }) => t ? "0" : "100%"};
|
|
19849
19858
|
opacity: ${({ hidden: t }) => t ? "0" : "1"};
|
|
19850
|
-
`,
|
|
19859
|
+
`, Tb = Xe(Et)`
|
|
19851
19860
|
display: flex;
|
|
19852
19861
|
align-items: center;
|
|
19853
19862
|
justify-content: space-between;
|
|
19854
19863
|
margin-bottom: 15px;
|
|
19855
|
-
`,
|
|
19864
|
+
`, _b = Xe(Pt)`
|
|
19856
19865
|
position: absolute !important;
|
|
19857
19866
|
top: 16px;
|
|
19858
19867
|
right: 12px;
|
|
@@ -19860,7 +19869,7 @@ const bb = Oi`
|
|
|
19860
19869
|
border-color: ${({ theme: t }) => t.palette.common.black} !important;
|
|
19861
19870
|
width: calc(100% + 24px);
|
|
19862
19871
|
margin: 15px 0 15px -12px !important;
|
|
19863
|
-
`,
|
|
19872
|
+
`, kb = ({
|
|
19864
19873
|
sidebarConfig: t,
|
|
19865
19874
|
disableTreeConfig: e
|
|
19866
19875
|
}) => {
|
|
@@ -19874,9 +19883,9 @@ const bb = Oi`
|
|
|
19874
19883
|
customCloseWidth: 60,
|
|
19875
19884
|
isOpen: n,
|
|
19876
19885
|
customOpenWidth: "350px",
|
|
19877
|
-
children: /* @__PURE__ */ K(
|
|
19878
|
-
/* @__PURE__ */ K(
|
|
19879
|
-
/* @__PURE__ */ d(
|
|
19886
|
+
children: /* @__PURE__ */ K(Cb, { children: [
|
|
19887
|
+
/* @__PURE__ */ K(Sb, { hidden: !o, children: [
|
|
19888
|
+
/* @__PURE__ */ d(Tb, { children: /* @__PURE__ */ d(Le, { fontSize: 20, fontWeight: 700, children: "Panel boczny" }) }),
|
|
19880
19889
|
(t.items.plotSearch || t.items.addressSearch) && /* @__PURE__ */ K(Tt, { children: [
|
|
19881
19890
|
/* @__PURE__ */ d(Le, { fontSize: 16, fontWeight: 700, component: "p", children: "Wyszukaj geometrię" }),
|
|
19882
19891
|
/* @__PURE__ */ d(
|
|
@@ -19890,7 +19899,7 @@ const bb = Oi`
|
|
|
19890
19899
|
}
|
|
19891
19900
|
),
|
|
19892
19901
|
/* @__PURE__ */ K(He, { mt: "20px", mb: "10px", gap: "15px", children: [
|
|
19893
|
-
t.items.plotSearch && /* @__PURE__ */ d(
|
|
19902
|
+
t.items.plotSearch && /* @__PURE__ */ d(vb, {}),
|
|
19894
19903
|
t.items.addressSearch && /* @__PURE__ */ d(by, {})
|
|
19895
19904
|
] })
|
|
19896
19905
|
] }),
|
|
@@ -19934,11 +19943,11 @@ const bb = Oi`
|
|
|
19934
19943
|
)
|
|
19935
19944
|
] })
|
|
19936
19945
|
] }),
|
|
19937
|
-
!t.items.isStatic && /* @__PURE__ */ d(
|
|
19946
|
+
!t.items.isStatic && /* @__PURE__ */ d(_b, { onClick: i, children: /* @__PURE__ */ d(wb, {}) })
|
|
19938
19947
|
] })
|
|
19939
19948
|
}
|
|
19940
19949
|
);
|
|
19941
|
-
},
|
|
19950
|
+
}, Eb = Xe(Et)`
|
|
19942
19951
|
display: flex;
|
|
19943
19952
|
align-items: center;
|
|
19944
19953
|
background: #fff;
|
|
@@ -19949,7 +19958,7 @@ const bb = Oi`
|
|
|
19949
19958
|
bottom: 10px;
|
|
19950
19959
|
left: 50%;
|
|
19951
19960
|
transform: translateX(-50%);
|
|
19952
|
-
`,
|
|
19961
|
+
`, Ob = Xe(Ec)`
|
|
19953
19962
|
width: 200px !important;
|
|
19954
19963
|
margin: 0 10px;
|
|
19955
19964
|
color: ${({ theme: t }) => t.palette.primary.main};
|
|
@@ -19957,7 +19966,7 @@ const bb = Oi`
|
|
|
19957
19966
|
[`& .${Wu.tooltip}`]: {
|
|
19958
19967
|
fontSize: 15
|
|
19959
19968
|
}
|
|
19960
|
-
})), ml = (t) => t ? `${t}%` : "", Un = (t) => t ? "primary" : "default",
|
|
19969
|
+
})), ml = (t) => t ? `${t}%` : "", Un = (t) => t ? "primary" : "default", Rb = () => {
|
|
19961
19970
|
const {
|
|
19962
19971
|
isSnapVisualization: t,
|
|
19963
19972
|
isSnapToAngle: e,
|
|
@@ -19966,13 +19975,13 @@ const bb = Oi`
|
|
|
19966
19975
|
isSnapActive: o,
|
|
19967
19976
|
isSnapToAngleDisabled: i,
|
|
19968
19977
|
snapConfig: a
|
|
19969
|
-
} =
|
|
19978
|
+
} = ar(), [l, c] = ue(
|
|
19970
19979
|
o.current
|
|
19971
19980
|
), [u, f] = ue(
|
|
19972
19981
|
n.current
|
|
19973
19982
|
), [p, h] = ue(
|
|
19974
19983
|
s.current
|
|
19975
|
-
), [
|
|
19984
|
+
), [y, x] = ue(e.current), [w, v] = ue(
|
|
19976
19985
|
i.current
|
|
19977
19986
|
), [O, T] = ue(
|
|
19978
19987
|
t.current
|
|
@@ -19999,9 +20008,9 @@ const bb = Oi`
|
|
|
19999
20008
|
});
|
|
20000
20009
|
}, [p]), Ke(() => {
|
|
20001
20010
|
Oe.snapEventEmitter.emit("map:snap:angle:toggle", {
|
|
20002
|
-
snapToAngle:
|
|
20011
|
+
snapToAngle: y
|
|
20003
20012
|
});
|
|
20004
|
-
}, [
|
|
20013
|
+
}, [y]);
|
|
20005
20014
|
const I = () => {
|
|
20006
20015
|
Oe.snapEventEmitter.emit("map:snap:toggle"), c(!l);
|
|
20007
20016
|
}, M = (N) => {
|
|
@@ -20019,14 +20028,14 @@ const bb = Oi`
|
|
|
20019
20028
|
}, j = () => {
|
|
20020
20029
|
h(!p);
|
|
20021
20030
|
}, z = () => {
|
|
20022
|
-
x(!
|
|
20031
|
+
x(!y);
|
|
20023
20032
|
}, U = () => {
|
|
20024
20033
|
T(!O), Oe.snapEventEmitter.emit(
|
|
20025
20034
|
"map:snap:toggle:visualization",
|
|
20026
20035
|
!O
|
|
20027
20036
|
);
|
|
20028
20037
|
};
|
|
20029
|
-
return /* @__PURE__ */ K(
|
|
20038
|
+
return /* @__PURE__ */ K(Eb, { children: [
|
|
20030
20039
|
/* @__PURE__ */ d(Bn, { title: "Włącz przyciąganie", placement: "top", arrow: !0, children: /* @__PURE__ */ d(
|
|
20031
20040
|
Pt,
|
|
20032
20041
|
{
|
|
@@ -20090,7 +20099,7 @@ const bb = Oi`
|
|
|
20090
20099
|
Pt,
|
|
20091
20100
|
{
|
|
20092
20101
|
size: "medium",
|
|
20093
|
-
color: Un(
|
|
20102
|
+
color: Un(y),
|
|
20094
20103
|
onClick: z,
|
|
20095
20104
|
disabled: w,
|
|
20096
20105
|
children: /* @__PURE__ */ d(vi, {})
|
|
@@ -20108,7 +20117,7 @@ const bb = Oi`
|
|
|
20108
20117
|
}
|
|
20109
20118
|
) }),
|
|
20110
20119
|
/* @__PURE__ */ d(
|
|
20111
|
-
|
|
20120
|
+
Ob,
|
|
20112
20121
|
{
|
|
20113
20122
|
value: b.pixelTolerance,
|
|
20114
20123
|
defaultValue: b.pixelTolerance,
|
|
@@ -20119,7 +20128,7 @@ const bb = Oi`
|
|
|
20119
20128
|
}
|
|
20120
20129
|
)
|
|
20121
20130
|
] });
|
|
20122
|
-
},
|
|
20131
|
+
}, Ib = ({
|
|
20123
20132
|
id: t,
|
|
20124
20133
|
caseObjectId: e,
|
|
20125
20134
|
mapButtonsConfig: n,
|
|
@@ -20134,7 +20143,7 @@ const bb = Oi`
|
|
|
20134
20143
|
defaultCoordinate: p,
|
|
20135
20144
|
defaultZoom: h
|
|
20136
20145
|
}) => {
|
|
20137
|
-
const { isMeasurementHidden:
|
|
20146
|
+
const { isMeasurementHidden: y, angleValue: x, isAngleHidden: w } = Ni(), { mapLayers: v, isDrawing: O, isEditing: T, selectedGeometry: b } = ks(), { distanceOverlayElement: k, angleOverlayElement: I, interactions: M } = ar();
|
|
20138
20147
|
Xu(
|
|
20139
20148
|
t,
|
|
20140
20149
|
v,
|
|
@@ -20153,7 +20162,7 @@ const bb = Oi`
|
|
|
20153
20162
|
);
|
|
20154
20163
|
return /* @__PURE__ */ K(Tt, { children: [
|
|
20155
20164
|
o.sidebarVisible && /* @__PURE__ */ d(
|
|
20156
|
-
|
|
20165
|
+
kb,
|
|
20157
20166
|
{
|
|
20158
20167
|
sidebarConfig: o,
|
|
20159
20168
|
disableTreeConfig: f
|
|
@@ -20172,7 +20181,7 @@ const bb = Oi`
|
|
|
20172
20181
|
rd,
|
|
20173
20182
|
{
|
|
20174
20183
|
ref: k,
|
|
20175
|
-
hidden:
|
|
20184
|
+
hidden: y
|
|
20176
20185
|
}
|
|
20177
20186
|
),
|
|
20178
20187
|
/* @__PURE__ */ d(
|
|
@@ -20197,13 +20206,13 @@ const bb = Oi`
|
|
|
20197
20206
|
onDrawEnd: () => M.current.draw.finishDrawing()
|
|
20198
20207
|
}
|
|
20199
20208
|
),
|
|
20200
|
-
(O || T) && s.items.snapBar && /* @__PURE__ */ d(
|
|
20209
|
+
(O || T) && s.items.snapBar && /* @__PURE__ */ d(Rb, {})
|
|
20201
20210
|
] })
|
|
20202
20211
|
] })
|
|
20203
20212
|
}
|
|
20204
20213
|
)
|
|
20205
20214
|
] });
|
|
20206
|
-
},
|
|
20215
|
+
}, Lb = ({
|
|
20207
20216
|
id: t = "map",
|
|
20208
20217
|
mapLayers: e,
|
|
20209
20218
|
caseObjectId: n,
|
|
@@ -20217,12 +20226,12 @@ const bb = Oi`
|
|
|
20217
20226
|
initialDrawnGeometries: f,
|
|
20218
20227
|
disableEditNonUserDrawnGeometries: p,
|
|
20219
20228
|
enforceWithinRoad: h,
|
|
20220
|
-
disableTreeConfig:
|
|
20229
|
+
disableTreeConfig: y,
|
|
20221
20230
|
defaultCoordinate: x,
|
|
20222
20231
|
defaultZoom: w
|
|
20223
20232
|
}) => {
|
|
20224
20233
|
Hu();
|
|
20225
|
-
const { initialized: v } =
|
|
20234
|
+
const { initialized: v } = ar();
|
|
20226
20235
|
return /* @__PURE__ */ d(Tt, { children: v ? /* @__PURE__ */ d(Gu, { children: /* @__PURE__ */ d(Ku, { children: /* @__PURE__ */ d(Qu, { children: /* @__PURE__ */ d(
|
|
20227
20236
|
km,
|
|
20228
20237
|
{
|
|
@@ -20231,7 +20240,7 @@ const bb = Oi`
|
|
|
20231
20240
|
setOuterDrawnGeometries: a,
|
|
20232
20241
|
setOuterSelectedMapObjects: l,
|
|
20233
20242
|
children: /* @__PURE__ */ d(gy, { children: /* @__PURE__ */ d(
|
|
20234
|
-
|
|
20243
|
+
Ib,
|
|
20235
20244
|
{
|
|
20236
20245
|
id: t,
|
|
20237
20246
|
sidebarConfig: s,
|
|
@@ -20243,7 +20252,7 @@ const bb = Oi`
|
|
|
20243
20252
|
initialDrawnGeometries: f,
|
|
20244
20253
|
disableEditNonUserDrawnGeometries: p,
|
|
20245
20254
|
enforceWithinRoad: h,
|
|
20246
|
-
disableTreeConfig:
|
|
20255
|
+
disableTreeConfig: y,
|
|
20247
20256
|
defaultCoordinate: x,
|
|
20248
20257
|
defaultZoom: w
|
|
20249
20258
|
}
|
|
@@ -20259,7 +20268,7 @@ const bb = Oi`
|
|
|
20259
20268
|
children: /* @__PURE__ */ d(Mi, { size: 50 })
|
|
20260
20269
|
}
|
|
20261
20270
|
) });
|
|
20262
|
-
},
|
|
20271
|
+
}, Pb = ({ children: t }) => {
|
|
20263
20272
|
const e = new jl({
|
|
20264
20273
|
onError: () => {
|
|
20265
20274
|
tn("Coś poszło nie tak");
|
|
@@ -20279,12 +20288,12 @@ const bb = Oi`
|
|
|
20279
20288
|
}
|
|
20280
20289
|
});
|
|
20281
20290
|
return /* @__PURE__ */ d(Ed, { client: n, children: t });
|
|
20282
|
-
},
|
|
20291
|
+
}, Db = ({
|
|
20283
20292
|
children: t,
|
|
20284
20293
|
module: e = "MAP_COMPONENT",
|
|
20285
20294
|
posthog: n
|
|
20286
20295
|
}) => {
|
|
20287
|
-
const s = /* @__PURE__ */ d(id, { theme: Ws, children: /* @__PURE__ */ d(ad, { children: /* @__PURE__ */ d(
|
|
20296
|
+
const s = /* @__PURE__ */ d(id, { theme: Ws, children: /* @__PURE__ */ d(ad, { children: /* @__PURE__ */ d(Pb, { children: t }) }) });
|
|
20288
20297
|
return /* @__PURE__ */ d(
|
|
20289
20298
|
od,
|
|
20290
20299
|
{
|
|
@@ -20297,6 +20306,6 @@ const bb = Oi`
|
|
|
20297
20306
|
);
|
|
20298
20307
|
};
|
|
20299
20308
|
export {
|
|
20300
|
-
|
|
20301
|
-
|
|
20309
|
+
Db as GemUIMapComponentProvider,
|
|
20310
|
+
Lb as Map
|
|
20302
20311
|
};
|