use-abcd 1.0.1 → 1.1.0
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/collection.d.ts +1 -0
- package/dist/index.js +398 -378
- package/dist/index.js.map +1 -1
- package/dist/item.d.ts +4 -0
- package/dist/useCrud.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { useSyncExternalStore as ue, useCallback as Xe } from "react";
|
|
2
|
-
import { c as
|
|
3
|
-
import { c as
|
|
1
|
+
import { useSyncExternalStore as ue, useEffect as Xt, useCallback as Xe } from "react";
|
|
2
|
+
import { c as so } from "./chunks/types-Dy4rYb2N.js";
|
|
3
|
+
import { c as ao, b as co, a as uo, f as fo, d as lo, s as ho } from "./chunks/client-VrsFvEIA.js";
|
|
4
4
|
const g = {
|
|
5
5
|
Remove: "remove",
|
|
6
6
|
Replace: "replace",
|
|
7
7
|
Add: "add"
|
|
8
|
-
}, Ot = Symbol.for("__MUTATIVE_PROXY_DRAFT__"),
|
|
8
|
+
}, Ot = Symbol.for("__MUTATIVE_PROXY_DRAFT__"), Yt = Symbol("__MUTATIVE_RAW_RETURN_SYMBOL__"), fe = Symbol.iterator, M = {
|
|
9
9
|
mutable: "mutable",
|
|
10
10
|
immutable: "immutable"
|
|
11
11
|
}, De = {};
|
|
@@ -29,7 +29,7 @@ function He(e) {
|
|
|
29
29
|
function Ne(e) {
|
|
30
30
|
return Object.getPrototypeOf(e) === Map.prototype;
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function C(e) {
|
|
33
33
|
var t;
|
|
34
34
|
return (t = e.copy) !== null && t !== void 0 ? t : e.original;
|
|
35
35
|
}
|
|
@@ -44,11 +44,11 @@ function Le(e) {
|
|
|
44
44
|
const n = h(e);
|
|
45
45
|
return n ? (t = n.copy) !== null && t !== void 0 ? t : n.original : e;
|
|
46
46
|
}
|
|
47
|
-
function
|
|
47
|
+
function T(e, t) {
|
|
48
48
|
if (!e || typeof e != "object")
|
|
49
49
|
return !1;
|
|
50
50
|
let n;
|
|
51
|
-
return Object.getPrototypeOf(e) === Object.prototype || Array.isArray(e) || e instanceof Map || e instanceof Set || !!t?.mark && ((n = t.mark(e,
|
|
51
|
+
return Object.getPrototypeOf(e) === Object.prototype || Array.isArray(e) || e instanceof Map || e instanceof Set || !!t?.mark && ((n = t.mark(e, M)) === M.immutable || typeof n == "function");
|
|
52
52
|
}
|
|
53
53
|
function At(e, t = []) {
|
|
54
54
|
if (Object.hasOwnProperty.call(e, "key")) {
|
|
@@ -64,7 +64,7 @@ function At(e, t = []) {
|
|
|
64
64
|
return At(e.parent, t);
|
|
65
65
|
t.reverse();
|
|
66
66
|
try {
|
|
67
|
-
|
|
67
|
+
Vt(e.copy, t);
|
|
68
68
|
} catch {
|
|
69
69
|
return null;
|
|
70
70
|
}
|
|
@@ -81,12 +81,12 @@ function ae(e, t, n) {
|
|
|
81
81
|
}
|
|
82
82
|
function Oe(e, t) {
|
|
83
83
|
const n = h(e);
|
|
84
|
-
return (n ?
|
|
84
|
+
return (n ? C(n) : e)[t];
|
|
85
85
|
}
|
|
86
86
|
function j(e, t) {
|
|
87
87
|
return e === t ? e !== 0 || 1 / e === 1 / t : e !== e && t !== t;
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function Ee(e) {
|
|
90
90
|
if (e)
|
|
91
91
|
for (; e.finalities.revoke.length > 0; )
|
|
92
92
|
e.finalities.revoke.pop()();
|
|
@@ -97,7 +97,7 @@ function B(e, t) {
|
|
|
97
97
|
return r.indexOf("/") === -1 && r.indexOf("~") === -1 ? r : r.replace(/~/g, "~0").replace(/\//g, "~1");
|
|
98
98
|
}).join("/");
|
|
99
99
|
}
|
|
100
|
-
function
|
|
100
|
+
function Vt(e, t) {
|
|
101
101
|
for (let n = 0; n < t.length - 1; n += 1) {
|
|
102
102
|
const r = t[n];
|
|
103
103
|
if (e = F(Q(e) === 3 ? Array.from(e) : e, r), typeof e != "object")
|
|
@@ -105,7 +105,7 @@ function Yt(e, t) {
|
|
|
105
105
|
}
|
|
106
106
|
return e;
|
|
107
107
|
}
|
|
108
|
-
function
|
|
108
|
+
function Zt(e) {
|
|
109
109
|
const t = Object.create(Object.getPrototypeOf(e));
|
|
110
110
|
return Reflect.ownKeys(e).forEach((n) => {
|
|
111
111
|
let r = Reflect.getOwnPropertyDescriptor(e, n);
|
|
@@ -121,8 +121,8 @@ function Vt(e) {
|
|
|
121
121
|
}), Reflect.defineProperty(t, n, r);
|
|
122
122
|
}), t;
|
|
123
123
|
}
|
|
124
|
-
const
|
|
125
|
-
function
|
|
124
|
+
const Jt = Object.prototype.propertyIsEnumerable;
|
|
125
|
+
function Ct(e, t) {
|
|
126
126
|
let n;
|
|
127
127
|
if (Array.isArray(e))
|
|
128
128
|
return Array.prototype.concat.call(e);
|
|
@@ -138,9 +138,9 @@ function Mt(e, t) {
|
|
|
138
138
|
return new r(e);
|
|
139
139
|
}
|
|
140
140
|
return new Map(e);
|
|
141
|
-
} else if (t?.mark && (n = t.mark(e,
|
|
142
|
-
if (n ===
|
|
143
|
-
return
|
|
141
|
+
} else if (t?.mark && (n = t.mark(e, M), n !== void 0) && n !== M.mutable) {
|
|
142
|
+
if (n === M.immutable)
|
|
143
|
+
return Zt(e);
|
|
144
144
|
if (typeof n == "function") {
|
|
145
145
|
if (t.enablePatches || t.enableAutoFreeze)
|
|
146
146
|
throw new Error("You can't use mark and patches or auto freeze together.");
|
|
@@ -152,16 +152,16 @@ function Mt(e, t) {
|
|
|
152
152
|
return Object.keys(e).forEach((i) => {
|
|
153
153
|
r[i] = e[i];
|
|
154
154
|
}), Object.getOwnPropertySymbols(e).forEach((i) => {
|
|
155
|
-
|
|
155
|
+
Jt.call(e, i) && (r[i] = e[i]);
|
|
156
156
|
}), r;
|
|
157
157
|
} else
|
|
158
158
|
throw new Error("Please check mark() to ensure that it is a stable marker draftable function.");
|
|
159
159
|
}
|
|
160
160
|
function S(e) {
|
|
161
|
-
e.copy || (e.copy =
|
|
161
|
+
e.copy || (e.copy = Ct(e.original, e.options));
|
|
162
162
|
}
|
|
163
163
|
function ee(e) {
|
|
164
|
-
if (!
|
|
164
|
+
if (!T(e))
|
|
165
165
|
return Le(e);
|
|
166
166
|
if (Array.isArray(e))
|
|
167
167
|
return e.map(ee);
|
|
@@ -258,8 +258,8 @@ function qe(e, t) {
|
|
|
258
258
|
} else
|
|
259
259
|
e.forEach((r, i) => t(i, r, e));
|
|
260
260
|
}
|
|
261
|
-
function
|
|
262
|
-
if (q(e) || !
|
|
261
|
+
function Mt(e, t, n) {
|
|
262
|
+
if (q(e) || !T(e, n) || t.has(e) || Object.isFrozen(e))
|
|
263
263
|
return;
|
|
264
264
|
const r = e instanceof Set, i = r ? /* @__PURE__ */ new Map() : void 0;
|
|
265
265
|
if (t.add(e), qe(e, (s, o) => {
|
|
@@ -270,7 +270,7 @@ function Ct(e, t, n) {
|
|
|
270
270
|
const u = !((a = c.assignedMap) === null || a === void 0) && a.size || c.operated ? c.copy : c.original;
|
|
271
271
|
ae(r ? i : e, s, u);
|
|
272
272
|
} else
|
|
273
|
-
|
|
273
|
+
Mt(o, t, n);
|
|
274
274
|
}), i) {
|
|
275
275
|
const s = e, o = Array.from(s);
|
|
276
276
|
s.clear(), o.forEach((a) => {
|
|
@@ -278,16 +278,16 @@ function Ct(e, t, n) {
|
|
|
278
278
|
});
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
|
-
function
|
|
281
|
+
function kt(e, t) {
|
|
282
282
|
const n = e.type === 3 ? e.setMap : e.copy;
|
|
283
|
-
e.finalities.revoke.length > 1 && e.assignedMap.get(t) && n &&
|
|
283
|
+
e.finalities.revoke.length > 1 && e.assignedMap.get(t) && n && Mt(F(n, t), e.finalities.handledSet, e.options);
|
|
284
284
|
}
|
|
285
|
-
function
|
|
285
|
+
function Pe(e) {
|
|
286
286
|
e.type === 3 && e.copy && (e.copy.clear(), e.setMap.forEach((t) => {
|
|
287
287
|
e.copy.add(Le(t));
|
|
288
288
|
}));
|
|
289
289
|
}
|
|
290
|
-
function
|
|
290
|
+
function Te(e, t, n, r) {
|
|
291
291
|
if (e.operated && e.assignedMap && e.assignedMap.size > 0 && !e.finalized) {
|
|
292
292
|
if (n && r) {
|
|
293
293
|
const s = At(e);
|
|
@@ -303,14 +303,14 @@ function Ge(e, t, n, r) {
|
|
|
303
303
|
const c = e.type === 3 ? e.setMap : e.copy;
|
|
304
304
|
if (j(F(c, t), n)) {
|
|
305
305
|
let u = i.original;
|
|
306
|
-
i.copy && (u = i.copy),
|
|
306
|
+
i.copy && (u = i.copy), Pe(e), Te(e, r, s, o), e.options.enableAutoFreeze && (e.options.updatedValues = (a = e.options.updatedValues) !== null && a !== void 0 ? a : /* @__PURE__ */ new WeakMap(), e.options.updatedValues.set(u, i.original)), ae(c, t, u);
|
|
307
307
|
}
|
|
308
|
-
}), e.options.enableAutoFreeze && i.finalities !== e.finalities && (e.options.enableAutoFreeze = !1)),
|
|
308
|
+
}), e.options.enableAutoFreeze && i.finalities !== e.finalities && (e.options.enableAutoFreeze = !1)), T(n, e.options) && e.finalities.draft.push(() => {
|
|
309
309
|
const s = e.type === 3 ? e.setMap : e.copy;
|
|
310
|
-
j(F(s, t), n) &&
|
|
310
|
+
j(F(s, t), n) && kt(e, t);
|
|
311
311
|
});
|
|
312
312
|
}
|
|
313
|
-
function
|
|
313
|
+
function en(e, t, n, r, i) {
|
|
314
314
|
let { original: s, assignedMap: o, options: a } = e, c = e.copy;
|
|
315
315
|
c.length < s.length && ([s, c] = [c, s], [n, r] = [r, n]);
|
|
316
316
|
for (let u = 0; u < s.length; u += 1)
|
|
@@ -356,7 +356,7 @@ function kt(e, t, n, r, i) {
|
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
|
-
function
|
|
359
|
+
function tn({ original: e, copy: t, assignedMap: n }, r, i, s, o) {
|
|
360
360
|
n.forEach((a, c) => {
|
|
361
361
|
const u = F(e, c), f = le(F(t, c)), l = a ? te(e, c) ? g.Replace : g.Add : g.Remove;
|
|
362
362
|
if (j(u, f) && l === g.Replace)
|
|
@@ -365,7 +365,7 @@ function en({ original: e, copy: t, assignedMap: n }, r, i, s, o) {
|
|
|
365
365
|
i.push(l === g.Remove ? { op: l, path: y } : { op: l, path: y, value: f }), s.push(l === g.Add ? { op: g.Remove, path: y } : l === g.Remove ? { op: g.Add, path: y, value: u } : { op: g.Replace, path: y, value: u });
|
|
366
366
|
});
|
|
367
367
|
}
|
|
368
|
-
function
|
|
368
|
+
function nn({ original: e, copy: t }, n, r, i, s) {
|
|
369
369
|
let o = 0;
|
|
370
370
|
e.forEach((a) => {
|
|
371
371
|
if (!t.has(a)) {
|
|
@@ -402,25 +402,25 @@ function re(e, t, n, r) {
|
|
|
402
402
|
switch (e.type) {
|
|
403
403
|
case 0:
|
|
404
404
|
case 2:
|
|
405
|
-
return
|
|
405
|
+
return tn(e, t, n, r, i);
|
|
406
406
|
case 1:
|
|
407
|
-
return
|
|
407
|
+
return en(e, t, n, r, i);
|
|
408
408
|
case 3:
|
|
409
|
-
return
|
|
409
|
+
return nn(e, t, n, r, i);
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
const he = (e, t, n = !1) => {
|
|
413
|
-
if (typeof e == "object" && e !== null && (!
|
|
413
|
+
if (typeof e == "object" && e !== null && (!T(e, t) || n))
|
|
414
414
|
throw new Error("Strict mode: Mutable data cannot be accessed directly, please use 'unsafe(callback)' wrap.");
|
|
415
415
|
}, xe = {
|
|
416
416
|
get size() {
|
|
417
|
-
return
|
|
417
|
+
return C(h(this)).size;
|
|
418
418
|
},
|
|
419
419
|
has(e) {
|
|
420
|
-
return
|
|
420
|
+
return C(h(this)).has(e);
|
|
421
421
|
},
|
|
422
422
|
set(e, t) {
|
|
423
|
-
const n = h(this), r =
|
|
423
|
+
const n = h(this), r = C(n);
|
|
424
424
|
return (!r.has(e) || !j(r.get(e), t)) && (S(n), x(n), n.assignedMap.set(e, !0), n.copy.set(e, t), Ge(n, e, t, re)), this;
|
|
425
425
|
},
|
|
426
426
|
delete(e) {
|
|
@@ -440,14 +440,14 @@ const he = (e, t, n = !1) => {
|
|
|
440
440
|
},
|
|
441
441
|
forEach(e, t) {
|
|
442
442
|
const n = h(this);
|
|
443
|
-
|
|
443
|
+
C(n).forEach((r, i) => {
|
|
444
444
|
e.call(t, this.get(i), i, this);
|
|
445
445
|
});
|
|
446
446
|
},
|
|
447
447
|
get(e) {
|
|
448
448
|
var t, n;
|
|
449
|
-
const r = h(this), i =
|
|
450
|
-
if (r.options.strict && he(i, r.options, s), s || r.finalized || !
|
|
449
|
+
const r = h(this), i = C(r).get(e), s = ((n = (t = r.options).mark) === null || n === void 0 ? void 0 : n.call(t, i, M)) === M.mutable;
|
|
450
|
+
if (r.options.strict && he(i, r.options, s), s || r.finalized || !T(i, r.options) || i !== r.original.get(e))
|
|
451
451
|
return i;
|
|
452
452
|
const o = De.createDraft({
|
|
453
453
|
original: i,
|
|
@@ -459,7 +459,7 @@ const he = (e, t, n = !1) => {
|
|
|
459
459
|
return S(r), r.copy.set(e, o), o;
|
|
460
460
|
},
|
|
461
461
|
keys() {
|
|
462
|
-
return
|
|
462
|
+
return C(h(this)).keys();
|
|
463
463
|
},
|
|
464
464
|
values() {
|
|
465
465
|
const e = this.keys();
|
|
@@ -493,15 +493,15 @@ const he = (e, t, n = !1) => {
|
|
|
493
493
|
[fe]() {
|
|
494
494
|
return this.entries();
|
|
495
495
|
}
|
|
496
|
-
},
|
|
496
|
+
}, rn = Reflect.ownKeys(xe), Ze = (e, t, { isValuesIterator: n }) => () => {
|
|
497
497
|
var r, i;
|
|
498
498
|
const s = t.next();
|
|
499
499
|
if (s.done)
|
|
500
500
|
return s;
|
|
501
501
|
const o = s.value;
|
|
502
502
|
let a = e.setMap.get(o);
|
|
503
|
-
const c = h(a), u = ((i = (r = e.options).mark) === null || i === void 0 ? void 0 : i.call(r, a,
|
|
504
|
-
if (e.options.strict && he(o, e.options, u), !u && !c &&
|
|
503
|
+
const c = h(a), u = ((i = (r = e.options).mark) === null || i === void 0 ? void 0 : i.call(r, a, M)) === M.mutable;
|
|
504
|
+
if (e.options.strict && he(o, e.options, u), !u && !c && T(o, e.options) && !e.finalized && e.original.has(o)) {
|
|
505
505
|
const f = De.createDraft({
|
|
506
506
|
original: o,
|
|
507
507
|
parentDraft: e,
|
|
@@ -604,7 +604,7 @@ Set.prototype.difference && Object.assign(pe, {
|
|
|
604
604
|
return Set.prototype.isDisjointFrom.call(new Set(this.values()), e);
|
|
605
605
|
}
|
|
606
606
|
});
|
|
607
|
-
const
|
|
607
|
+
const sn = Reflect.ownKeys(pe), Et = {
|
|
608
608
|
get(e, t, n) {
|
|
609
609
|
var r, i;
|
|
610
610
|
const s = (r = e.copy) === null || r === void 0 ? void 0 : r[t];
|
|
@@ -615,13 +615,13 @@ const rn = Reflect.ownKeys(pe), Pt = {
|
|
|
615
615
|
let o;
|
|
616
616
|
if (e.options.mark) {
|
|
617
617
|
const u = t === "size" && (e.original instanceof Map || e.original instanceof Set) ? Reflect.get(e.original, t) : Reflect.get(e.original, t, n);
|
|
618
|
-
if (o = e.options.mark(u,
|
|
618
|
+
if (o = e.options.mark(u, M), o === M.mutable)
|
|
619
619
|
return e.options.strict && he(u, e.options, !0), u;
|
|
620
620
|
}
|
|
621
|
-
const a =
|
|
622
|
-
if (a instanceof Map &&
|
|
621
|
+
const a = C(e);
|
|
622
|
+
if (a instanceof Map && rn.includes(t))
|
|
623
623
|
return t === "size" ? Object.getOwnPropertyDescriptor(xe, "size").get.call(e.proxy) : xe[t].bind(e.proxy);
|
|
624
|
-
if (a instanceof Set &&
|
|
624
|
+
if (a instanceof Set && sn.includes(t))
|
|
625
625
|
return t === "size" ? Object.getOwnPropertyDescriptor(pe, "size").get.call(e.proxy) : pe[t].bind(e.proxy);
|
|
626
626
|
if (!te(a, t)) {
|
|
627
627
|
const u = Ye(a, t);
|
|
@@ -631,7 +631,7 @@ const rn = Reflect.ownKeys(pe), Pt = {
|
|
|
631
631
|
) : void 0;
|
|
632
632
|
}
|
|
633
633
|
const c = a[t];
|
|
634
|
-
if (e.options.strict && he(c, e.options), e.finalized || !
|
|
634
|
+
if (e.options.strict && he(c, e.options), e.finalized || !T(c, e.options))
|
|
635
635
|
return c;
|
|
636
636
|
if (c === Oe(e.original, t)) {
|
|
637
637
|
if (S(e), e.copy[t] = Ue({
|
|
@@ -655,20 +655,20 @@ const rn = Reflect.ownKeys(pe), Pt = {
|
|
|
655
655
|
let i;
|
|
656
656
|
if (e.type === 1 && t !== "length" && !(Number.isInteger(i = Number(t)) && i >= 0 && (t === 0 || i === 0 || String(i) === String(t))))
|
|
657
657
|
throw new Error("Only supports setting array indices and the 'length' property.");
|
|
658
|
-
const s = Ye(
|
|
658
|
+
const s = Ye(C(e), t);
|
|
659
659
|
if (s?.set)
|
|
660
660
|
return s.set.call(e.proxy, n), !0;
|
|
661
|
-
const o = Oe(
|
|
661
|
+
const o = Oe(C(e), t), a = h(o);
|
|
662
662
|
return a && j(a.original, n) ? (e.copy[t] = n, e.assignedMap = (r = e.assignedMap) !== null && r !== void 0 ? r : /* @__PURE__ */ new Map(), e.assignedMap.set(t, !1), !0) : (j(n, o) && (n !== void 0 || te(e.original, t)) || (S(e), x(e), te(e.original, t) && j(n, e.original[t]) ? e.assignedMap.delete(t) : e.assignedMap.set(t, !0), e.copy[t] = n, Ge(e, t, n, re)), !0);
|
|
663
663
|
},
|
|
664
664
|
has(e, t) {
|
|
665
|
-
return t in
|
|
665
|
+
return t in C(e);
|
|
666
666
|
},
|
|
667
667
|
ownKeys(e) {
|
|
668
|
-
return Reflect.ownKeys(
|
|
668
|
+
return Reflect.ownKeys(C(e));
|
|
669
669
|
},
|
|
670
670
|
getOwnPropertyDescriptor(e, t) {
|
|
671
|
-
const n =
|
|
671
|
+
const n = C(e), r = Reflect.getOwnPropertyDescriptor(n, t);
|
|
672
672
|
return r && {
|
|
673
673
|
writable: !0,
|
|
674
674
|
configurable: e.type !== 1 || t !== "length",
|
|
@@ -687,7 +687,7 @@ const rn = Reflect.ownKeys(pe), Pt = {
|
|
|
687
687
|
},
|
|
688
688
|
deleteProperty(e, t) {
|
|
689
689
|
var n;
|
|
690
|
-
return e.type === 1 ?
|
|
690
|
+
return e.type === 1 ? Et.set.call(this, e, t, void 0, e.proxy) : (Oe(e.original, t) !== void 0 || t in e.original ? (S(e), x(e), e.assignedMap.set(t, !1)) : (e.assignedMap = (n = e.assignedMap) !== null && n !== void 0 ? n : /* @__PURE__ */ new Map(), e.assignedMap.delete(t)), e.copy && delete e.copy[t], !0);
|
|
691
691
|
}
|
|
692
692
|
};
|
|
693
693
|
function Ue(e) {
|
|
@@ -704,7 +704,7 @@ function Ue(e) {
|
|
|
704
704
|
setMap: o === 3 ? new Map(t.entries()) : void 0
|
|
705
705
|
};
|
|
706
706
|
(r || "key" in e) && (a.key = r);
|
|
707
|
-
const { proxy: c, revoke: u } = Proxy.revocable(o === 1 ? Object.assign([], a) : a,
|
|
707
|
+
const { proxy: c, revoke: u } = Proxy.revocable(o === 1 ? Object.assign([], a) : a, Et);
|
|
708
708
|
if (i.revoke.push(u), a.proxy = c, n) {
|
|
709
709
|
const f = n;
|
|
710
710
|
f.finalities.draft.push((l, d) => {
|
|
@@ -714,7 +714,7 @@ function Ue(e) {
|
|
|
714
714
|
const w = F(v, r), b = h(w);
|
|
715
715
|
if (b) {
|
|
716
716
|
let A = b.original;
|
|
717
|
-
b.operated && (A = Le(w)),
|
|
717
|
+
b.operated && (A = Le(w)), Pe(b), Te(b, re, l, d), f.options.enableAutoFreeze && (f.options.updatedValues = (y = f.options.updatedValues) !== null && y !== void 0 ? y : /* @__PURE__ */ new WeakMap(), f.options.updatedValues.set(A, b.original)), ae(v, r, A);
|
|
718
718
|
}
|
|
719
719
|
(m = O.callbacks) === null || m === void 0 || m.forEach((A) => {
|
|
720
720
|
A(l, d);
|
|
@@ -723,26 +723,26 @@ function Ue(e) {
|
|
|
723
723
|
} else {
|
|
724
724
|
const f = h(c);
|
|
725
725
|
f.finalities.draft.push((l, d) => {
|
|
726
|
-
|
|
726
|
+
Pe(f), Te(f, re, l, d);
|
|
727
727
|
});
|
|
728
728
|
}
|
|
729
729
|
return c;
|
|
730
730
|
}
|
|
731
731
|
De.createDraft = Ue;
|
|
732
|
-
function
|
|
732
|
+
function on(e, t, n, r, i) {
|
|
733
733
|
var s;
|
|
734
734
|
const o = h(e), a = (s = o?.original) !== null && s !== void 0 ? s : e, c = !!t.length;
|
|
735
735
|
if (o?.operated)
|
|
736
736
|
for (; o.finalities.draft.length > 0; )
|
|
737
737
|
o.finalities.draft.pop()(n, r);
|
|
738
738
|
const u = c ? t[0] : o ? o.operated ? o.copy : o.original : e;
|
|
739
|
-
return o &&
|
|
739
|
+
return o && Ee(o), i && X(u, u, o?.options.updatedValues), [
|
|
740
740
|
u,
|
|
741
741
|
n && c ? [{ op: g.Replace, path: [], value: t[0] }] : n,
|
|
742
742
|
r && c ? [{ op: g.Replace, path: [], value: a }] : r
|
|
743
743
|
];
|
|
744
744
|
}
|
|
745
|
-
function
|
|
745
|
+
function an(e, t) {
|
|
746
746
|
var n;
|
|
747
747
|
const r = {
|
|
748
748
|
draft: [],
|
|
@@ -752,7 +752,7 @@ function on(e, t) {
|
|
|
752
752
|
};
|
|
753
753
|
let i, s;
|
|
754
754
|
t.enablePatches && (i = [], s = []);
|
|
755
|
-
const a = ((n = t.mark) === null || n === void 0 ? void 0 : n.call(t, e,
|
|
755
|
+
const a = ((n = t.mark) === null || n === void 0 ? void 0 : n.call(t, e, M)) === M.mutable || !T(e, t) ? e : Ue({
|
|
756
756
|
original: e,
|
|
757
757
|
parentDraft: null,
|
|
758
758
|
finalities: r,
|
|
@@ -761,12 +761,12 @@ function on(e, t) {
|
|
|
761
761
|
return [
|
|
762
762
|
a,
|
|
763
763
|
(c = []) => {
|
|
764
|
-
const [u, f, l] =
|
|
764
|
+
const [u, f, l] = on(a, c, i, s, t.enableAutoFreeze);
|
|
765
765
|
return t.enablePatches ? [u, f, l] : u;
|
|
766
766
|
}
|
|
767
767
|
];
|
|
768
768
|
}
|
|
769
|
-
function
|
|
769
|
+
function Ie(e) {
|
|
770
770
|
const { rootDraft: t, value: n, useRawReturn: r = !1, isRoot: i = !0 } = e;
|
|
771
771
|
qe(n, (s, o, a) => {
|
|
772
772
|
const c = h(o);
|
|
@@ -778,20 +778,20 @@ function Re(e) {
|
|
|
778
778
|
a.clear(), f.forEach((l) => a.add(s === l ? u : l));
|
|
779
779
|
} else
|
|
780
780
|
ae(a, s, u);
|
|
781
|
-
} else typeof o == "object" && o !== null && (e.value = o, e.isRoot = !1,
|
|
781
|
+
} else typeof o == "object" && o !== null && (e.value = o, e.isRoot = !1, Ie(e));
|
|
782
782
|
}), i && (e.isContainDraft || console.warn("The return value does not contain any draft, please use 'rawReturn()' to wrap the return value to improve performance."), r && console.warn("The return value contains drafts, please don't use 'rawReturn()' to wrap the return value."));
|
|
783
783
|
}
|
|
784
|
-
function
|
|
784
|
+
function Pt(e) {
|
|
785
785
|
var t;
|
|
786
786
|
const n = h(e);
|
|
787
|
-
if (!
|
|
787
|
+
if (!T(e, n?.options))
|
|
788
788
|
return e;
|
|
789
789
|
const r = Q(e);
|
|
790
790
|
if (n && !n.operated)
|
|
791
791
|
return n.original;
|
|
792
792
|
let i;
|
|
793
793
|
function s() {
|
|
794
|
-
i = r === 2 ? Ne(e) ? new Map(e) : new (Object.getPrototypeOf(e)).constructor(e) : r === 3 ? Array.from(n.setMap.values()) :
|
|
794
|
+
i = r === 2 ? Ne(e) ? new Map(e) : new (Object.getPrototypeOf(e)).constructor(e) : r === 3 ? Array.from(n.setMap.values()) : Ct(e, n?.options);
|
|
795
795
|
}
|
|
796
796
|
if (n) {
|
|
797
797
|
n.finalized = !0;
|
|
@@ -805,7 +805,7 @@ function Tt(e) {
|
|
|
805
805
|
if (qe(i, (o, a) => {
|
|
806
806
|
if (n && j(F(n.original, o), a))
|
|
807
807
|
return;
|
|
808
|
-
const c =
|
|
808
|
+
const c = Pt(a);
|
|
809
809
|
c !== a && (i === e && s(), ae(i, o, c));
|
|
810
810
|
}), r === 3) {
|
|
811
811
|
const o = (t = n?.original) !== null && t !== void 0 ? t : i;
|
|
@@ -816,24 +816,24 @@ function Tt(e) {
|
|
|
816
816
|
function Je(e) {
|
|
817
817
|
if (!q(e))
|
|
818
818
|
throw new Error(`current() is only used for Draft, parameter: ${e}`);
|
|
819
|
-
return
|
|
819
|
+
return Pt(e);
|
|
820
820
|
}
|
|
821
|
-
const
|
|
821
|
+
const cn = (e) => function t(n, r, i) {
|
|
822
822
|
var s, o, a;
|
|
823
823
|
if (typeof n == "function" && typeof r != "function")
|
|
824
|
-
return function(p, ...
|
|
825
|
-
return t(p, (N) => n.call(this, N, ...
|
|
824
|
+
return function(p, ...R) {
|
|
825
|
+
return t(p, (N) => n.call(this, N, ...R), r);
|
|
826
826
|
};
|
|
827
827
|
const c = n, u = r;
|
|
828
828
|
let f = i;
|
|
829
829
|
if (typeof r != "function" && (f = r), f !== void 0 && Object.prototype.toString.call(f) !== "[object Object]")
|
|
830
830
|
throw new Error(`Invalid options: ${f}, 'options' should be an object.`);
|
|
831
831
|
f = Object.assign(Object.assign({}, e), f);
|
|
832
|
-
const l = q(c) ? Je(c) : c, d = Array.isArray(f.mark) ? ((p,
|
|
832
|
+
const l = q(c) ? Je(c) : c, d = Array.isArray(f.mark) ? ((p, R) => {
|
|
833
833
|
for (const N of f.mark) {
|
|
834
834
|
if (typeof N != "function")
|
|
835
835
|
throw new Error(`Invalid mark: ${N}, 'mark' should be a function.`);
|
|
836
|
-
const J = N(p,
|
|
836
|
+
const J = N(p, R);
|
|
837
837
|
if (J)
|
|
838
838
|
return J;
|
|
839
839
|
}
|
|
@@ -843,11 +843,11 @@ const an = (e) => function t(n, r, i) {
|
|
|
843
843
|
strict: m,
|
|
844
844
|
enablePatches: y
|
|
845
845
|
};
|
|
846
|
-
if (!
|
|
846
|
+
if (!T(l, v) && typeof l == "object" && l !== null)
|
|
847
847
|
throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");
|
|
848
|
-
const [w, b] =
|
|
848
|
+
const [w, b] = an(l, v);
|
|
849
849
|
if (typeof r != "function") {
|
|
850
|
-
if (!
|
|
850
|
+
if (!T(l, v))
|
|
851
851
|
throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");
|
|
852
852
|
return [w, b];
|
|
853
853
|
}
|
|
@@ -855,24 +855,24 @@ const an = (e) => function t(n, r, i) {
|
|
|
855
855
|
try {
|
|
856
856
|
A = u(w);
|
|
857
857
|
} catch (p) {
|
|
858
|
-
throw
|
|
858
|
+
throw Ee(h(w)), p;
|
|
859
859
|
}
|
|
860
860
|
const G = (p) => {
|
|
861
|
-
const
|
|
861
|
+
const R = h(w);
|
|
862
862
|
if (!q(p)) {
|
|
863
|
-
if (p !== void 0 && !j(p, w) &&
|
|
863
|
+
if (p !== void 0 && !j(p, w) && R?.operated)
|
|
864
864
|
throw new Error("Either the value is returned as a new non-draft value, or only the draft is modified without returning any value.");
|
|
865
|
-
const J = p?.[
|
|
865
|
+
const J = p?.[Yt];
|
|
866
866
|
if (J) {
|
|
867
867
|
const Wt = J[0];
|
|
868
|
-
return v.strict && typeof p == "object" && p !== null &&
|
|
869
|
-
rootDraft:
|
|
868
|
+
return v.strict && typeof p == "object" && p !== null && Ie({
|
|
869
|
+
rootDraft: R,
|
|
870
870
|
value: p,
|
|
871
871
|
useRawReturn: !0
|
|
872
872
|
}), b([Wt]);
|
|
873
873
|
}
|
|
874
874
|
if (p !== void 0)
|
|
875
|
-
return typeof p == "object" && p !== null &&
|
|
875
|
+
return typeof p == "object" && p !== null && Ie({ rootDraft: R, value: p }), b([p]);
|
|
876
876
|
}
|
|
877
877
|
if (p === w || p === void 0)
|
|
878
878
|
return b([]);
|
|
@@ -885,68 +885,68 @@ const an = (e) => function t(n, r, i) {
|
|
|
885
885
|
return b([p]);
|
|
886
886
|
};
|
|
887
887
|
return A instanceof Promise ? A.then(G, (p) => {
|
|
888
|
-
throw
|
|
888
|
+
throw Ee(h(w)), p;
|
|
889
889
|
}) : G(A);
|
|
890
|
-
},
|
|
890
|
+
}, P = cn();
|
|
891
891
|
Object.prototype.constructor.toString();
|
|
892
|
-
var
|
|
893
|
-
function
|
|
894
|
-
var t =
|
|
892
|
+
var Tt = typeof global == "object" && global && global.Object === Object && global, un = typeof self == "object" && self && self.Object === Object && self, z = Tt || un || Function("return this")(), I = z.Symbol, xt = Object.prototype, fn = xt.hasOwnProperty, ln = xt.toString, k = I ? I.toStringTag : void 0;
|
|
893
|
+
function hn(e) {
|
|
894
|
+
var t = fn.call(e, k), n = e[k];
|
|
895
895
|
try {
|
|
896
896
|
e[k] = void 0;
|
|
897
897
|
var r = !0;
|
|
898
898
|
} catch {
|
|
899
899
|
}
|
|
900
|
-
var i =
|
|
900
|
+
var i = ln.call(e);
|
|
901
901
|
return r && (t ? e[k] = n : delete e[k]), i;
|
|
902
902
|
}
|
|
903
|
-
var
|
|
904
|
-
function
|
|
905
|
-
return
|
|
903
|
+
var pn = Object.prototype, dn = pn.toString;
|
|
904
|
+
function _n(e) {
|
|
905
|
+
return dn.call(e);
|
|
906
906
|
}
|
|
907
|
-
var
|
|
907
|
+
var yn = "[object Null]", bn = "[object Undefined]", ke = I ? I.toStringTag : void 0;
|
|
908
908
|
function V(e) {
|
|
909
|
-
return e == null ? e === void 0 ?
|
|
909
|
+
return e == null ? e === void 0 ? bn : yn : ke && ke in Object(e) ? hn(e) : _n(e);
|
|
910
910
|
}
|
|
911
911
|
function Y(e) {
|
|
912
912
|
return e != null && typeof e == "object";
|
|
913
913
|
}
|
|
914
|
-
var
|
|
914
|
+
var gn = "[object Symbol]";
|
|
915
915
|
function _e(e) {
|
|
916
|
-
return typeof e == "symbol" || Y(e) && V(e) ==
|
|
916
|
+
return typeof e == "symbol" || Y(e) && V(e) == gn;
|
|
917
917
|
}
|
|
918
|
-
function
|
|
918
|
+
function It(e, t) {
|
|
919
919
|
for (var n = -1, r = e == null ? 0 : e.length, i = Array(r); ++n < r; )
|
|
920
920
|
i[n] = t(e[n], n, e);
|
|
921
921
|
return i;
|
|
922
922
|
}
|
|
923
|
-
var
|
|
924
|
-
function
|
|
923
|
+
var E = Array.isArray, et = I ? I.prototype : void 0, tt = et ? et.toString : void 0;
|
|
924
|
+
function Rt(e) {
|
|
925
925
|
if (typeof e == "string")
|
|
926
926
|
return e;
|
|
927
|
-
if (
|
|
928
|
-
return
|
|
927
|
+
if (E(e))
|
|
928
|
+
return It(e, Rt) + "";
|
|
929
929
|
if (_e(e))
|
|
930
930
|
return tt ? tt.call(e) : "";
|
|
931
931
|
var t = e + "";
|
|
932
932
|
return t == "0" && 1 / e == -1 / 0 ? "-0" : t;
|
|
933
933
|
}
|
|
934
|
-
var
|
|
935
|
-
function
|
|
936
|
-
for (var t = e.length; t-- &&
|
|
934
|
+
var mn = /\s/;
|
|
935
|
+
function wn(e) {
|
|
936
|
+
for (var t = e.length; t-- && mn.test(e.charAt(t)); )
|
|
937
937
|
;
|
|
938
938
|
return t;
|
|
939
939
|
}
|
|
940
|
-
var
|
|
941
|
-
function
|
|
942
|
-
return e && e.slice(0,
|
|
940
|
+
var vn = /^\s+/;
|
|
941
|
+
function Sn(e) {
|
|
942
|
+
return e && e.slice(0, wn(e) + 1).replace(vn, "");
|
|
943
943
|
}
|
|
944
944
|
function ie(e) {
|
|
945
945
|
var t = typeof e;
|
|
946
946
|
return e != null && (t == "object" || t == "function");
|
|
947
947
|
}
|
|
948
|
-
var nt = NaN,
|
|
949
|
-
function
|
|
948
|
+
var nt = NaN, On = /^[-+]0x[0-9a-f]+$/i, An = /^0b[01]+$/i, Cn = /^0o[0-7]+$/i, Mn = parseInt;
|
|
949
|
+
function En(e) {
|
|
950
950
|
if (typeof e == "number")
|
|
951
951
|
return e;
|
|
952
952
|
if (_e(e))
|
|
@@ -957,46 +957,46 @@ function Cn(e) {
|
|
|
957
957
|
}
|
|
958
958
|
if (typeof e != "string")
|
|
959
959
|
return e === 0 ? e : +e;
|
|
960
|
-
e =
|
|
961
|
-
var n =
|
|
962
|
-
return n ||
|
|
960
|
+
e = Sn(e);
|
|
961
|
+
var n = An.test(e);
|
|
962
|
+
return n || Cn.test(e) ? Mn(e.slice(2), n ? 2 : 8) : On.test(e) ? nt : +e;
|
|
963
963
|
}
|
|
964
964
|
var rt = 1 / 0, Pn = 17976931348623157e292;
|
|
965
965
|
function Tn(e) {
|
|
966
966
|
if (!e)
|
|
967
967
|
return e === 0 ? e : 0;
|
|
968
|
-
if (e =
|
|
968
|
+
if (e = En(e), e === rt || e === -rt) {
|
|
969
969
|
var t = e < 0 ? -1 : 1;
|
|
970
970
|
return t * Pn;
|
|
971
971
|
}
|
|
972
972
|
return e === e ? e : 0;
|
|
973
973
|
}
|
|
974
|
-
function
|
|
974
|
+
function xn(e) {
|
|
975
975
|
var t = Tn(e), n = t % 1;
|
|
976
976
|
return t === t ? n ? t - n : t : 0;
|
|
977
977
|
}
|
|
978
|
-
function
|
|
978
|
+
function In(e) {
|
|
979
979
|
return e;
|
|
980
980
|
}
|
|
981
|
-
var Rn = "[object AsyncFunction]",
|
|
981
|
+
var Rn = "[object AsyncFunction]", jn = "[object Function]", $n = "[object GeneratorFunction]", Fn = "[object Proxy]";
|
|
982
982
|
function jt(e) {
|
|
983
983
|
if (!ie(e))
|
|
984
984
|
return !1;
|
|
985
985
|
var t = V(e);
|
|
986
|
-
return t ==
|
|
986
|
+
return t == jn || t == $n || t == Rn || t == Fn;
|
|
987
987
|
}
|
|
988
988
|
var Ae = z["__core-js_shared__"], it = (function() {
|
|
989
989
|
var e = /[^.]+$/.exec(Ae && Ae.keys && Ae.keys.IE_PROTO || "");
|
|
990
990
|
return e ? "Symbol(src)_1." + e : "";
|
|
991
991
|
})();
|
|
992
|
-
function
|
|
992
|
+
function zn(e) {
|
|
993
993
|
return !!it && it in e;
|
|
994
994
|
}
|
|
995
|
-
var
|
|
995
|
+
var Dn = Function.prototype, Hn = Dn.toString;
|
|
996
996
|
function W(e) {
|
|
997
997
|
if (e != null) {
|
|
998
998
|
try {
|
|
999
|
-
return
|
|
999
|
+
return Hn.call(e);
|
|
1000
1000
|
} catch {
|
|
1001
1001
|
}
|
|
1002
1002
|
try {
|
|
@@ -1006,70 +1006,70 @@ function W(e) {
|
|
|
1006
1006
|
}
|
|
1007
1007
|
return "";
|
|
1008
1008
|
}
|
|
1009
|
-
var
|
|
1010
|
-
"^" +
|
|
1009
|
+
var Nn = /[\\^$.*+?()[\]{}|]/g, Ln = /^\[object .+?Constructor\]$/, qn = Function.prototype, Gn = Object.prototype, Un = qn.toString, Bn = Gn.hasOwnProperty, Kn = RegExp(
|
|
1010
|
+
"^" + Un.call(Bn).replace(Nn, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
1011
1011
|
);
|
|
1012
|
-
function
|
|
1013
|
-
if (!ie(e) ||
|
|
1012
|
+
function Qn(e) {
|
|
1013
|
+
if (!ie(e) || zn(e))
|
|
1014
1014
|
return !1;
|
|
1015
|
-
var t = jt(e) ?
|
|
1015
|
+
var t = jt(e) ? Kn : Ln;
|
|
1016
1016
|
return t.test(W(e));
|
|
1017
1017
|
}
|
|
1018
|
-
function
|
|
1018
|
+
function Wn(e, t) {
|
|
1019
1019
|
return e?.[t];
|
|
1020
1020
|
}
|
|
1021
1021
|
function Z(e, t) {
|
|
1022
|
-
var n =
|
|
1023
|
-
return
|
|
1022
|
+
var n = Wn(e, t);
|
|
1023
|
+
return Qn(n) ? n : void 0;
|
|
1024
1024
|
}
|
|
1025
|
-
var
|
|
1026
|
-
function
|
|
1025
|
+
var Re = Z(z, "WeakMap");
|
|
1026
|
+
function Xn(e, t, n, r) {
|
|
1027
1027
|
for (var i = e.length, s = n + -1; ++s < i; )
|
|
1028
1028
|
if (t(e[s], s, e))
|
|
1029
1029
|
return s;
|
|
1030
1030
|
return -1;
|
|
1031
1031
|
}
|
|
1032
|
-
var
|
|
1032
|
+
var Yn = 9007199254740991, Vn = /^(?:0|[1-9]\d*)$/;
|
|
1033
1033
|
function $t(e, t) {
|
|
1034
1034
|
var n = typeof e;
|
|
1035
|
-
return t = t ??
|
|
1035
|
+
return t = t ?? Yn, !!t && (n == "number" || n != "symbol" && Vn.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
1036
1036
|
}
|
|
1037
1037
|
function Ft(e, t) {
|
|
1038
1038
|
return e === t || e !== e && t !== t;
|
|
1039
1039
|
}
|
|
1040
|
-
var
|
|
1040
|
+
var Zn = 9007199254740991;
|
|
1041
1041
|
function Be(e) {
|
|
1042
|
-
return typeof e == "number" && e > -1 && e % 1 == 0 && e <=
|
|
1042
|
+
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Zn;
|
|
1043
1043
|
}
|
|
1044
1044
|
function ye(e) {
|
|
1045
1045
|
return e != null && Be(e.length) && !jt(e);
|
|
1046
1046
|
}
|
|
1047
|
-
var
|
|
1048
|
-
function
|
|
1049
|
-
var t = e && e.constructor, n = typeof t == "function" && t.prototype ||
|
|
1047
|
+
var Jn = Object.prototype;
|
|
1048
|
+
function kn(e) {
|
|
1049
|
+
var t = e && e.constructor, n = typeof t == "function" && t.prototype || Jn;
|
|
1050
1050
|
return e === n;
|
|
1051
1051
|
}
|
|
1052
|
-
function
|
|
1052
|
+
function er(e, t) {
|
|
1053
1053
|
for (var n = -1, r = Array(e); ++n < e; )
|
|
1054
1054
|
r[n] = t(n);
|
|
1055
1055
|
return r;
|
|
1056
1056
|
}
|
|
1057
|
-
var
|
|
1057
|
+
var tr = "[object Arguments]";
|
|
1058
1058
|
function st(e) {
|
|
1059
|
-
return Y(e) && V(e) ==
|
|
1059
|
+
return Y(e) && V(e) == tr;
|
|
1060
1060
|
}
|
|
1061
|
-
var zt = Object.prototype,
|
|
1061
|
+
var zt = Object.prototype, nr = zt.hasOwnProperty, rr = zt.propertyIsEnumerable, Ke = st(/* @__PURE__ */ (function() {
|
|
1062
1062
|
return arguments;
|
|
1063
1063
|
})()) ? st : function(e) {
|
|
1064
|
-
return Y(e) &&
|
|
1064
|
+
return Y(e) && nr.call(e, "callee") && !rr.call(e, "callee");
|
|
1065
1065
|
};
|
|
1066
|
-
function
|
|
1066
|
+
function ir() {
|
|
1067
1067
|
return !1;
|
|
1068
1068
|
}
|
|
1069
|
-
var Dt = typeof exports == "object" && exports && !exports.nodeType && exports, ot = Dt && typeof module == "object" && module && !module.nodeType && module,
|
|
1070
|
-
_[
|
|
1071
|
-
_[
|
|
1072
|
-
function
|
|
1069
|
+
var Dt = typeof exports == "object" && exports && !exports.nodeType && exports, ot = Dt && typeof module == "object" && module && !module.nodeType && module, sr = ot && ot.exports === Dt, at = sr ? z.Buffer : void 0, or = at ? at.isBuffer : void 0, je = or || ir, ar = "[object Arguments]", cr = "[object Array]", ur = "[object Boolean]", fr = "[object Date]", lr = "[object Error]", hr = "[object Function]", pr = "[object Map]", dr = "[object Number]", _r = "[object Object]", yr = "[object RegExp]", br = "[object Set]", gr = "[object String]", mr = "[object WeakMap]", wr = "[object ArrayBuffer]", vr = "[object DataView]", Sr = "[object Float32Array]", Or = "[object Float64Array]", Ar = "[object Int8Array]", Cr = "[object Int16Array]", Mr = "[object Int32Array]", Er = "[object Uint8Array]", Pr = "[object Uint8ClampedArray]", Tr = "[object Uint16Array]", xr = "[object Uint32Array]", _ = {};
|
|
1070
|
+
_[Sr] = _[Or] = _[Ar] = _[Cr] = _[Mr] = _[Er] = _[Pr] = _[Tr] = _[xr] = !0;
|
|
1071
|
+
_[ar] = _[cr] = _[wr] = _[ur] = _[vr] = _[fr] = _[lr] = _[hr] = _[pr] = _[dr] = _[_r] = _[yr] = _[br] = _[gr] = _[mr] = !1;
|
|
1072
|
+
function Ir(e) {
|
|
1073
1073
|
return Y(e) && Be(e.length) && !!_[V(e)];
|
|
1074
1074
|
}
|
|
1075
1075
|
function Rr(e) {
|
|
@@ -1077,73 +1077,73 @@ function Rr(e) {
|
|
|
1077
1077
|
return e(t);
|
|
1078
1078
|
};
|
|
1079
1079
|
}
|
|
1080
|
-
var Ht = typeof exports == "object" && exports && !exports.nodeType && exports, ne = Ht && typeof module == "object" && module && !module.nodeType && module,
|
|
1080
|
+
var Ht = typeof exports == "object" && exports && !exports.nodeType && exports, ne = Ht && typeof module == "object" && module && !module.nodeType && module, jr = ne && ne.exports === Ht, Ce = jr && Tt.process, ct = (function() {
|
|
1081
1081
|
try {
|
|
1082
1082
|
var e = ne && ne.require && ne.require("util").types;
|
|
1083
|
-
return e ||
|
|
1083
|
+
return e || Ce && Ce.binding && Ce.binding("util");
|
|
1084
1084
|
} catch {
|
|
1085
1085
|
}
|
|
1086
|
-
})(), ut = ct && ct.isTypedArray, Nt = ut ? Rr(ut) :
|
|
1087
|
-
function
|
|
1088
|
-
var n =
|
|
1086
|
+
})(), ut = ct && ct.isTypedArray, Nt = ut ? Rr(ut) : Ir, $r = Object.prototype, Fr = $r.hasOwnProperty;
|
|
1087
|
+
function zr(e, t) {
|
|
1088
|
+
var n = E(e), r = !n && Ke(e), i = !n && !r && je(e), s = !n && !r && !i && Nt(e), o = n || r || i || s, a = o ? er(e.length, String) : [], c = a.length;
|
|
1089
1089
|
for (var u in e)
|
|
1090
|
-
|
|
1090
|
+
Fr.call(e, u) && !(o && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
1091
1091
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
1092
1092
|
i && (u == "offset" || u == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
1093
1093
|
s && (u == "buffer" || u == "byteLength" || u == "byteOffset") || // Skip index properties.
|
|
1094
1094
|
$t(u, c))) && a.push(u);
|
|
1095
1095
|
return a;
|
|
1096
1096
|
}
|
|
1097
|
-
function
|
|
1097
|
+
function Dr(e, t) {
|
|
1098
1098
|
return function(n) {
|
|
1099
1099
|
return e(t(n));
|
|
1100
1100
|
};
|
|
1101
1101
|
}
|
|
1102
|
-
var
|
|
1103
|
-
function
|
|
1104
|
-
if (!
|
|
1105
|
-
return
|
|
1102
|
+
var Hr = Dr(Object.keys, Object), Nr = Object.prototype, Lr = Nr.hasOwnProperty;
|
|
1103
|
+
function qr(e) {
|
|
1104
|
+
if (!kn(e))
|
|
1105
|
+
return Hr(e);
|
|
1106
1106
|
var t = [];
|
|
1107
1107
|
for (var n in Object(e))
|
|
1108
|
-
|
|
1108
|
+
Lr.call(e, n) && n != "constructor" && t.push(n);
|
|
1109
1109
|
return t;
|
|
1110
1110
|
}
|
|
1111
1111
|
function be(e) {
|
|
1112
|
-
return ye(e) ?
|
|
1112
|
+
return ye(e) ? zr(e) : qr(e);
|
|
1113
1113
|
}
|
|
1114
|
-
var
|
|
1114
|
+
var Gr = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Ur = /^\w*$/;
|
|
1115
1115
|
function Qe(e, t) {
|
|
1116
|
-
if (
|
|
1116
|
+
if (E(e))
|
|
1117
1117
|
return !1;
|
|
1118
1118
|
var n = typeof e;
|
|
1119
|
-
return n == "number" || n == "symbol" || n == "boolean" || e == null || _e(e) ? !0 :
|
|
1119
|
+
return n == "number" || n == "symbol" || n == "boolean" || e == null || _e(e) ? !0 : Ur.test(e) || !Gr.test(e) || t != null && e in Object(t);
|
|
1120
1120
|
}
|
|
1121
1121
|
var se = Z(Object, "create");
|
|
1122
|
-
function
|
|
1122
|
+
function Br() {
|
|
1123
1123
|
this.__data__ = se ? se(null) : {}, this.size = 0;
|
|
1124
1124
|
}
|
|
1125
|
-
function
|
|
1125
|
+
function Kr(e) {
|
|
1126
1126
|
var t = this.has(e) && delete this.__data__[e];
|
|
1127
1127
|
return this.size -= t ? 1 : 0, t;
|
|
1128
1128
|
}
|
|
1129
|
-
var
|
|
1130
|
-
function
|
|
1129
|
+
var Qr = "__lodash_hash_undefined__", Wr = Object.prototype, Xr = Wr.hasOwnProperty;
|
|
1130
|
+
function Yr(e) {
|
|
1131
1131
|
var t = this.__data__;
|
|
1132
1132
|
if (se) {
|
|
1133
1133
|
var n = t[e];
|
|
1134
|
-
return n ===
|
|
1134
|
+
return n === Qr ? void 0 : n;
|
|
1135
1135
|
}
|
|
1136
|
-
return
|
|
1136
|
+
return Xr.call(t, e) ? t[e] : void 0;
|
|
1137
1137
|
}
|
|
1138
|
-
var
|
|
1139
|
-
function
|
|
1138
|
+
var Vr = Object.prototype, Zr = Vr.hasOwnProperty;
|
|
1139
|
+
function Jr(e) {
|
|
1140
1140
|
var t = this.__data__;
|
|
1141
|
-
return se ? t[e] !== void 0 :
|
|
1141
|
+
return se ? t[e] !== void 0 : Zr.call(t, e);
|
|
1142
1142
|
}
|
|
1143
|
-
var
|
|
1144
|
-
function
|
|
1143
|
+
var kr = "__lodash_hash_undefined__";
|
|
1144
|
+
function ei(e, t) {
|
|
1145
1145
|
var n = this.__data__;
|
|
1146
|
-
return this.size += this.has(e) ? 0 : 1, n[e] = se && t === void 0 ?
|
|
1146
|
+
return this.size += this.has(e) ? 0 : 1, n[e] = se && t === void 0 ? kr : t, this;
|
|
1147
1147
|
}
|
|
1148
1148
|
function K(e) {
|
|
1149
1149
|
var t = -1, n = e == null ? 0 : e.length;
|
|
@@ -1152,12 +1152,12 @@ function K(e) {
|
|
|
1152
1152
|
this.set(r[0], r[1]);
|
|
1153
1153
|
}
|
|
1154
1154
|
}
|
|
1155
|
-
K.prototype.clear =
|
|
1156
|
-
K.prototype.delete =
|
|
1157
|
-
K.prototype.get =
|
|
1158
|
-
K.prototype.has =
|
|
1159
|
-
K.prototype.set =
|
|
1160
|
-
function
|
|
1155
|
+
K.prototype.clear = Br;
|
|
1156
|
+
K.prototype.delete = Kr;
|
|
1157
|
+
K.prototype.get = Yr;
|
|
1158
|
+
K.prototype.has = Jr;
|
|
1159
|
+
K.prototype.set = ei;
|
|
1160
|
+
function ti() {
|
|
1161
1161
|
this.__data__ = [], this.size = 0;
|
|
1162
1162
|
}
|
|
1163
1163
|
function ge(e, t) {
|
|
@@ -1166,22 +1166,22 @@ function ge(e, t) {
|
|
|
1166
1166
|
return n;
|
|
1167
1167
|
return -1;
|
|
1168
1168
|
}
|
|
1169
|
-
var
|
|
1170
|
-
function
|
|
1169
|
+
var ni = Array.prototype, ri = ni.splice;
|
|
1170
|
+
function ii(e) {
|
|
1171
1171
|
var t = this.__data__, n = ge(t, e);
|
|
1172
1172
|
if (n < 0)
|
|
1173
1173
|
return !1;
|
|
1174
1174
|
var r = t.length - 1;
|
|
1175
|
-
return n == r ? t.pop() :
|
|
1175
|
+
return n == r ? t.pop() : ri.call(t, n, 1), --this.size, !0;
|
|
1176
1176
|
}
|
|
1177
|
-
function
|
|
1177
|
+
function si(e) {
|
|
1178
1178
|
var t = this.__data__, n = ge(t, e);
|
|
1179
1179
|
return n < 0 ? void 0 : t[n][1];
|
|
1180
1180
|
}
|
|
1181
|
-
function
|
|
1181
|
+
function oi(e) {
|
|
1182
1182
|
return ge(this.__data__, e) > -1;
|
|
1183
1183
|
}
|
|
1184
|
-
function
|
|
1184
|
+
function ai(e, t) {
|
|
1185
1185
|
var n = this.__data__, r = ge(n, e);
|
|
1186
1186
|
return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
|
|
1187
1187
|
}
|
|
@@ -1192,38 +1192,38 @@ function D(e) {
|
|
|
1192
1192
|
this.set(r[0], r[1]);
|
|
1193
1193
|
}
|
|
1194
1194
|
}
|
|
1195
|
-
D.prototype.clear =
|
|
1196
|
-
D.prototype.delete =
|
|
1197
|
-
D.prototype.get =
|
|
1198
|
-
D.prototype.has =
|
|
1199
|
-
D.prototype.set =
|
|
1195
|
+
D.prototype.clear = ti;
|
|
1196
|
+
D.prototype.delete = ii;
|
|
1197
|
+
D.prototype.get = si;
|
|
1198
|
+
D.prototype.has = oi;
|
|
1199
|
+
D.prototype.set = ai;
|
|
1200
1200
|
var oe = Z(z, "Map");
|
|
1201
|
-
function
|
|
1201
|
+
function ci() {
|
|
1202
1202
|
this.size = 0, this.__data__ = {
|
|
1203
1203
|
hash: new K(),
|
|
1204
1204
|
map: new (oe || D)(),
|
|
1205
1205
|
string: new K()
|
|
1206
1206
|
};
|
|
1207
1207
|
}
|
|
1208
|
-
function
|
|
1208
|
+
function ui(e) {
|
|
1209
1209
|
var t = typeof e;
|
|
1210
1210
|
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
1211
1211
|
}
|
|
1212
1212
|
function me(e, t) {
|
|
1213
1213
|
var n = e.__data__;
|
|
1214
|
-
return
|
|
1214
|
+
return ui(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
|
|
1215
1215
|
}
|
|
1216
|
-
function
|
|
1216
|
+
function fi(e) {
|
|
1217
1217
|
var t = me(this, e).delete(e);
|
|
1218
1218
|
return this.size -= t ? 1 : 0, t;
|
|
1219
1219
|
}
|
|
1220
|
-
function
|
|
1220
|
+
function li(e) {
|
|
1221
1221
|
return me(this, e).get(e);
|
|
1222
1222
|
}
|
|
1223
|
-
function
|
|
1223
|
+
function hi(e) {
|
|
1224
1224
|
return me(this, e).has(e);
|
|
1225
1225
|
}
|
|
1226
|
-
function
|
|
1226
|
+
function pi(e, t) {
|
|
1227
1227
|
var n = me(this, e), r = n.size;
|
|
1228
1228
|
return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
|
|
1229
1229
|
}
|
|
@@ -1234,15 +1234,15 @@ function H(e) {
|
|
|
1234
1234
|
this.set(r[0], r[1]);
|
|
1235
1235
|
}
|
|
1236
1236
|
}
|
|
1237
|
-
H.prototype.clear =
|
|
1238
|
-
H.prototype.delete =
|
|
1239
|
-
H.prototype.get =
|
|
1240
|
-
H.prototype.has =
|
|
1241
|
-
H.prototype.set =
|
|
1242
|
-
var
|
|
1237
|
+
H.prototype.clear = ci;
|
|
1238
|
+
H.prototype.delete = fi;
|
|
1239
|
+
H.prototype.get = li;
|
|
1240
|
+
H.prototype.has = hi;
|
|
1241
|
+
H.prototype.set = pi;
|
|
1242
|
+
var di = "Expected a function";
|
|
1243
1243
|
function We(e, t) {
|
|
1244
1244
|
if (typeof e != "function" || t != null && typeof t != "function")
|
|
1245
|
-
throw new TypeError(
|
|
1245
|
+
throw new TypeError(di);
|
|
1246
1246
|
var n = function() {
|
|
1247
1247
|
var r = arguments, i = t ? t.apply(this, r) : r[0], s = n.cache;
|
|
1248
1248
|
if (s.has(i))
|
|
@@ -1253,24 +1253,24 @@ function We(e, t) {
|
|
|
1253
1253
|
return n.cache = new (We.Cache || H)(), n;
|
|
1254
1254
|
}
|
|
1255
1255
|
We.Cache = H;
|
|
1256
|
-
var
|
|
1257
|
-
function
|
|
1256
|
+
var _i = 500;
|
|
1257
|
+
function yi(e) {
|
|
1258
1258
|
var t = We(e, function(r) {
|
|
1259
|
-
return n.size ===
|
|
1259
|
+
return n.size === _i && n.clear(), r;
|
|
1260
1260
|
}), n = t.cache;
|
|
1261
1261
|
return t;
|
|
1262
1262
|
}
|
|
1263
|
-
var
|
|
1263
|
+
var bi = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, gi = /\\(\\)?/g, mi = yi(function(e) {
|
|
1264
1264
|
var t = [];
|
|
1265
|
-
return e.charCodeAt(0) === 46 && t.push(""), e.replace(
|
|
1266
|
-
t.push(i ? s.replace(
|
|
1265
|
+
return e.charCodeAt(0) === 46 && t.push(""), e.replace(bi, function(n, r, i, s) {
|
|
1266
|
+
t.push(i ? s.replace(gi, "$1") : r || n);
|
|
1267
1267
|
}), t;
|
|
1268
1268
|
});
|
|
1269
|
-
function
|
|
1270
|
-
return e == null ? "" :
|
|
1269
|
+
function wi(e) {
|
|
1270
|
+
return e == null ? "" : Rt(e);
|
|
1271
1271
|
}
|
|
1272
1272
|
function Lt(e, t) {
|
|
1273
|
-
return
|
|
1273
|
+
return E(e) ? e : Qe(e, t) ? [e] : mi(wi(e));
|
|
1274
1274
|
}
|
|
1275
1275
|
function we(e) {
|
|
1276
1276
|
if (typeof e == "string" || _e(e))
|
|
@@ -1284,7 +1284,7 @@ function qt(e, t) {
|
|
|
1284
1284
|
e = e[we(t[n++])];
|
|
1285
1285
|
return n && n == r ? e : void 0;
|
|
1286
1286
|
}
|
|
1287
|
-
function
|
|
1287
|
+
function vi(e, t, n) {
|
|
1288
1288
|
var r = e == null ? void 0 : qt(e, t);
|
|
1289
1289
|
return r === void 0 ? n : r;
|
|
1290
1290
|
}
|
|
@@ -1293,29 +1293,29 @@ function Gt(e, t) {
|
|
|
1293
1293
|
e[i + n] = t[n];
|
|
1294
1294
|
return e;
|
|
1295
1295
|
}
|
|
1296
|
-
var ft =
|
|
1297
|
-
function
|
|
1298
|
-
return
|
|
1296
|
+
var ft = I ? I.isConcatSpreadable : void 0;
|
|
1297
|
+
function Si(e) {
|
|
1298
|
+
return E(e) || Ke(e) || !!(ft && e && e[ft]);
|
|
1299
1299
|
}
|
|
1300
|
-
function
|
|
1300
|
+
function Oi(e, t, n, r, i) {
|
|
1301
1301
|
var s = -1, o = e.length;
|
|
1302
|
-
for (n || (n =
|
|
1302
|
+
for (n || (n = Si), i || (i = []); ++s < o; ) {
|
|
1303
1303
|
var a = e[s];
|
|
1304
1304
|
n(a) ? Gt(i, a) : i[i.length] = a;
|
|
1305
1305
|
}
|
|
1306
1306
|
return i;
|
|
1307
1307
|
}
|
|
1308
|
-
function
|
|
1308
|
+
function Ai() {
|
|
1309
1309
|
this.__data__ = new D(), this.size = 0;
|
|
1310
1310
|
}
|
|
1311
|
-
function
|
|
1311
|
+
function Ci(e) {
|
|
1312
1312
|
var t = this.__data__, n = t.delete(e);
|
|
1313
1313
|
return this.size = t.size, n;
|
|
1314
1314
|
}
|
|
1315
1315
|
function Mi(e) {
|
|
1316
1316
|
return this.__data__.get(e);
|
|
1317
1317
|
}
|
|
1318
|
-
function
|
|
1318
|
+
function Ei(e) {
|
|
1319
1319
|
return this.__data__.has(e);
|
|
1320
1320
|
}
|
|
1321
1321
|
var Pi = 200;
|
|
@@ -1333,56 +1333,56 @@ function $(e) {
|
|
|
1333
1333
|
var t = this.__data__ = new D(e);
|
|
1334
1334
|
this.size = t.size;
|
|
1335
1335
|
}
|
|
1336
|
-
$.prototype.clear =
|
|
1337
|
-
$.prototype.delete =
|
|
1336
|
+
$.prototype.clear = Ai;
|
|
1337
|
+
$.prototype.delete = Ci;
|
|
1338
1338
|
$.prototype.get = Mi;
|
|
1339
|
-
$.prototype.has =
|
|
1339
|
+
$.prototype.has = Ei;
|
|
1340
1340
|
$.prototype.set = Ti;
|
|
1341
|
-
function
|
|
1341
|
+
function xi(e, t) {
|
|
1342
1342
|
for (var n = -1, r = e == null ? 0 : e.length, i = 0, s = []; ++n < r; ) {
|
|
1343
1343
|
var o = e[n];
|
|
1344
1344
|
t(o, n, e) && (s[i++] = o);
|
|
1345
1345
|
}
|
|
1346
1346
|
return s;
|
|
1347
1347
|
}
|
|
1348
|
-
function
|
|
1348
|
+
function Ii() {
|
|
1349
1349
|
return [];
|
|
1350
1350
|
}
|
|
1351
|
-
var Ri = Object.prototype,
|
|
1352
|
-
return e == null ? [] : (e = Object(e),
|
|
1353
|
-
return
|
|
1351
|
+
var Ri = Object.prototype, ji = Ri.propertyIsEnumerable, lt = Object.getOwnPropertySymbols, $i = lt ? function(e) {
|
|
1352
|
+
return e == null ? [] : (e = Object(e), xi(lt(e), function(t) {
|
|
1353
|
+
return ji.call(e, t);
|
|
1354
1354
|
}));
|
|
1355
|
-
} :
|
|
1356
|
-
function
|
|
1355
|
+
} : Ii;
|
|
1356
|
+
function Fi(e, t, n) {
|
|
1357
1357
|
var r = t(e);
|
|
1358
|
-
return
|
|
1358
|
+
return E(e) ? r : Gt(r, n(e));
|
|
1359
1359
|
}
|
|
1360
1360
|
function ht(e) {
|
|
1361
|
-
return
|
|
1361
|
+
return Fi(e, be, $i);
|
|
1362
1362
|
}
|
|
1363
|
-
var $e = Z(z, "DataView"), Fe = Z(z, "Promise"), ze = Z(z, "Set"), pt = "[object Map]",
|
|
1364
|
-
($e && L(new $e(new ArrayBuffer(1))) != bt || oe && L(new oe()) != pt || Fe && L(Fe.resolve()) != dt || ze && L(new ze()) != _t ||
|
|
1365
|
-
var t = V(e), n = t ==
|
|
1363
|
+
var $e = Z(z, "DataView"), Fe = Z(z, "Promise"), ze = Z(z, "Set"), pt = "[object Map]", zi = "[object Object]", dt = "[object Promise]", _t = "[object Set]", yt = "[object WeakMap]", bt = "[object DataView]", Di = W($e), Hi = W(oe), Ni = W(Fe), Li = W(ze), qi = W(Re), L = V;
|
|
1364
|
+
($e && L(new $e(new ArrayBuffer(1))) != bt || oe && L(new oe()) != pt || Fe && L(Fe.resolve()) != dt || ze && L(new ze()) != _t || Re && L(new Re()) != yt) && (L = function(e) {
|
|
1365
|
+
var t = V(e), n = t == zi ? e.constructor : void 0, r = n ? W(n) : "";
|
|
1366
1366
|
if (r)
|
|
1367
1367
|
switch (r) {
|
|
1368
|
-
case zi:
|
|
1369
|
-
return bt;
|
|
1370
1368
|
case Di:
|
|
1371
|
-
return
|
|
1369
|
+
return bt;
|
|
1372
1370
|
case Hi:
|
|
1373
|
-
return
|
|
1371
|
+
return pt;
|
|
1374
1372
|
case Ni:
|
|
1375
|
-
return
|
|
1373
|
+
return dt;
|
|
1376
1374
|
case Li:
|
|
1375
|
+
return _t;
|
|
1376
|
+
case qi:
|
|
1377
1377
|
return yt;
|
|
1378
1378
|
}
|
|
1379
1379
|
return t;
|
|
1380
1380
|
});
|
|
1381
|
-
var gt = z.Uint8Array,
|
|
1382
|
-
function Gi(e) {
|
|
1383
|
-
return this.__data__.set(e, qi), this;
|
|
1384
|
-
}
|
|
1381
|
+
var gt = z.Uint8Array, Gi = "__lodash_hash_undefined__";
|
|
1385
1382
|
function Ui(e) {
|
|
1383
|
+
return this.__data__.set(e, Gi), this;
|
|
1384
|
+
}
|
|
1385
|
+
function Bi(e) {
|
|
1386
1386
|
return this.__data__.has(e);
|
|
1387
1387
|
}
|
|
1388
1388
|
function de(e) {
|
|
@@ -1390,26 +1390,26 @@ function de(e) {
|
|
|
1390
1390
|
for (this.__data__ = new H(); ++t < n; )
|
|
1391
1391
|
this.add(e[t]);
|
|
1392
1392
|
}
|
|
1393
|
-
de.prototype.add = de.prototype.push =
|
|
1394
|
-
de.prototype.has =
|
|
1395
|
-
function
|
|
1393
|
+
de.prototype.add = de.prototype.push = Ui;
|
|
1394
|
+
de.prototype.has = Bi;
|
|
1395
|
+
function Ki(e, t) {
|
|
1396
1396
|
for (var n = -1, r = e == null ? 0 : e.length; ++n < r; )
|
|
1397
1397
|
if (t(e[n], n, e))
|
|
1398
1398
|
return !0;
|
|
1399
1399
|
return !1;
|
|
1400
1400
|
}
|
|
1401
|
-
function
|
|
1401
|
+
function Qi(e, t) {
|
|
1402
1402
|
return e.has(t);
|
|
1403
1403
|
}
|
|
1404
|
-
var
|
|
1404
|
+
var Wi = 1, Xi = 2;
|
|
1405
1405
|
function Ut(e, t, n, r, i, s) {
|
|
1406
|
-
var o = n &
|
|
1406
|
+
var o = n & Wi, a = e.length, c = t.length;
|
|
1407
1407
|
if (a != c && !(o && c > a))
|
|
1408
1408
|
return !1;
|
|
1409
1409
|
var u = s.get(e), f = s.get(t);
|
|
1410
1410
|
if (u && f)
|
|
1411
1411
|
return u == t && f == e;
|
|
1412
|
-
var l = -1, d = !0, y = n &
|
|
1412
|
+
var l = -1, d = !0, y = n & Xi ? new de() : void 0;
|
|
1413
1413
|
for (s.set(e, t), s.set(t, e); ++l < a; ) {
|
|
1414
1414
|
var m = e[l], O = t[l];
|
|
1415
1415
|
if (r)
|
|
@@ -1421,8 +1421,8 @@ function Ut(e, t, n, r, i, s) {
|
|
|
1421
1421
|
break;
|
|
1422
1422
|
}
|
|
1423
1423
|
if (y) {
|
|
1424
|
-
if (!
|
|
1425
|
-
if (!
|
|
1424
|
+
if (!Ki(t, function(w, b) {
|
|
1425
|
+
if (!Qi(y, b) && (m === w || i(m, w, n, r, s)))
|
|
1426
1426
|
return y.push(b);
|
|
1427
1427
|
})) {
|
|
1428
1428
|
d = !1;
|
|
@@ -1435,62 +1435,62 @@ function Ut(e, t, n, r, i, s) {
|
|
|
1435
1435
|
}
|
|
1436
1436
|
return s.delete(e), s.delete(t), d;
|
|
1437
1437
|
}
|
|
1438
|
-
function
|
|
1438
|
+
function Yi(e) {
|
|
1439
1439
|
var t = -1, n = Array(e.size);
|
|
1440
1440
|
return e.forEach(function(r, i) {
|
|
1441
1441
|
n[++t] = [i, r];
|
|
1442
1442
|
}), n;
|
|
1443
1443
|
}
|
|
1444
|
-
function
|
|
1444
|
+
function Vi(e) {
|
|
1445
1445
|
var t = -1, n = Array(e.size);
|
|
1446
1446
|
return e.forEach(function(r) {
|
|
1447
1447
|
n[++t] = r;
|
|
1448
1448
|
}), n;
|
|
1449
1449
|
}
|
|
1450
|
-
var
|
|
1451
|
-
function
|
|
1450
|
+
var Zi = 1, Ji = 2, ki = "[object Boolean]", es = "[object Date]", ts = "[object Error]", ns = "[object Map]", rs = "[object Number]", is = "[object RegExp]", ss = "[object Set]", os = "[object String]", as = "[object Symbol]", cs = "[object ArrayBuffer]", us = "[object DataView]", mt = I ? I.prototype : void 0, Me = mt ? mt.valueOf : void 0;
|
|
1451
|
+
function fs(e, t, n, r, i, s, o) {
|
|
1452
1452
|
switch (n) {
|
|
1453
|
-
case
|
|
1453
|
+
case us:
|
|
1454
1454
|
if (e.byteLength != t.byteLength || e.byteOffset != t.byteOffset)
|
|
1455
1455
|
return !1;
|
|
1456
1456
|
e = e.buffer, t = t.buffer;
|
|
1457
|
-
case
|
|
1457
|
+
case cs:
|
|
1458
1458
|
return !(e.byteLength != t.byteLength || !s(new gt(e), new gt(t)));
|
|
1459
|
-
case Ji:
|
|
1460
1459
|
case ki:
|
|
1461
|
-
case ns:
|
|
1462
|
-
return Ft(+e, +t);
|
|
1463
1460
|
case es:
|
|
1464
|
-
return e.name == t.name && e.message == t.message;
|
|
1465
1461
|
case rs:
|
|
1466
|
-
|
|
1467
|
-
return e == t + "";
|
|
1462
|
+
return Ft(+e, +t);
|
|
1468
1463
|
case ts:
|
|
1469
|
-
|
|
1464
|
+
return e.name == t.name && e.message == t.message;
|
|
1470
1465
|
case is:
|
|
1471
|
-
|
|
1472
|
-
|
|
1466
|
+
case os:
|
|
1467
|
+
return e == t + "";
|
|
1468
|
+
case ns:
|
|
1469
|
+
var a = Yi;
|
|
1470
|
+
case ss:
|
|
1471
|
+
var c = r & Zi;
|
|
1472
|
+
if (a || (a = Vi), e.size != t.size && !c)
|
|
1473
1473
|
return !1;
|
|
1474
1474
|
var u = o.get(e);
|
|
1475
1475
|
if (u)
|
|
1476
1476
|
return u == t;
|
|
1477
|
-
r |=
|
|
1477
|
+
r |= Ji, o.set(e, t);
|
|
1478
1478
|
var f = Ut(a(e), a(t), r, i, s, o);
|
|
1479
1479
|
return o.delete(e), f;
|
|
1480
|
-
case
|
|
1481
|
-
if (
|
|
1482
|
-
return
|
|
1480
|
+
case as:
|
|
1481
|
+
if (Me)
|
|
1482
|
+
return Me.call(e) == Me.call(t);
|
|
1483
1483
|
}
|
|
1484
1484
|
return !1;
|
|
1485
1485
|
}
|
|
1486
|
-
var
|
|
1487
|
-
function
|
|
1488
|
-
var o = n &
|
|
1486
|
+
var ls = 1, hs = Object.prototype, ps = hs.hasOwnProperty;
|
|
1487
|
+
function ds(e, t, n, r, i, s) {
|
|
1488
|
+
var o = n & ls, a = ht(e), c = a.length, u = ht(t), f = u.length;
|
|
1489
1489
|
if (c != f && !o)
|
|
1490
1490
|
return !1;
|
|
1491
1491
|
for (var l = c; l--; ) {
|
|
1492
1492
|
var d = a[l];
|
|
1493
|
-
if (!(o ? d in t :
|
|
1493
|
+
if (!(o ? d in t : ps.call(t, d)))
|
|
1494
1494
|
return !1;
|
|
1495
1495
|
}
|
|
1496
1496
|
var y = s.get(e), m = s.get(t);
|
|
@@ -1515,9 +1515,9 @@ function ps(e, t, n, r, i, s) {
|
|
|
1515
1515
|
}
|
|
1516
1516
|
return s.delete(e), s.delete(t), O;
|
|
1517
1517
|
}
|
|
1518
|
-
var
|
|
1519
|
-
function
|
|
1520
|
-
var o =
|
|
1518
|
+
var _s = 1, wt = "[object Arguments]", vt = "[object Array]", ce = "[object Object]", ys = Object.prototype, St = ys.hasOwnProperty;
|
|
1519
|
+
function bs(e, t, n, r, i, s) {
|
|
1520
|
+
var o = E(e), a = E(t), c = o ? vt : L(e), u = a ? vt : L(t);
|
|
1521
1521
|
c = c == wt ? ce : c, u = u == wt ? ce : u;
|
|
1522
1522
|
var f = c == ce, l = u == ce, d = c == u;
|
|
1523
1523
|
if (d && je(e)) {
|
|
@@ -1526,21 +1526,21 @@ function ys(e, t, n, r, i, s) {
|
|
|
1526
1526
|
o = !0, f = !1;
|
|
1527
1527
|
}
|
|
1528
1528
|
if (d && !f)
|
|
1529
|
-
return s || (s = new $()), o || Nt(e) ? Ut(e, t, n, r, i, s) :
|
|
1530
|
-
if (!(n &
|
|
1529
|
+
return s || (s = new $()), o || Nt(e) ? Ut(e, t, n, r, i, s) : fs(e, t, c, n, r, i, s);
|
|
1530
|
+
if (!(n & _s)) {
|
|
1531
1531
|
var y = f && St.call(e, "__wrapped__"), m = l && St.call(t, "__wrapped__");
|
|
1532
1532
|
if (y || m) {
|
|
1533
1533
|
var O = y ? e.value() : e, v = m ? t.value() : t;
|
|
1534
1534
|
return s || (s = new $()), i(O, v, n, r, s);
|
|
1535
1535
|
}
|
|
1536
1536
|
}
|
|
1537
|
-
return d ? (s || (s = new $()),
|
|
1537
|
+
return d ? (s || (s = new $()), ds(e, t, n, r, i, s)) : !1;
|
|
1538
1538
|
}
|
|
1539
1539
|
function ve(e, t, n, r, i) {
|
|
1540
|
-
return e === t ? !0 : e == null || t == null || !Y(e) && !Y(t) ? e !== e && t !== t :
|
|
1540
|
+
return e === t ? !0 : e == null || t == null || !Y(e) && !Y(t) ? e !== e && t !== t : bs(e, t, n, r, ve, i);
|
|
1541
1541
|
}
|
|
1542
|
-
var
|
|
1543
|
-
function
|
|
1542
|
+
var gs = 1, ms = 2;
|
|
1543
|
+
function ws(e, t, n, r) {
|
|
1544
1544
|
var i = n.length, s = i;
|
|
1545
1545
|
if (e == null)
|
|
1546
1546
|
return !s;
|
|
@@ -1557,7 +1557,7 @@ function ms(e, t, n, r) {
|
|
|
1557
1557
|
return !1;
|
|
1558
1558
|
} else {
|
|
1559
1559
|
var f = new $(), l;
|
|
1560
|
-
if (!(l === void 0 ? ve(u, c,
|
|
1560
|
+
if (!(l === void 0 ? ve(u, c, gs | ms, r, f) : l))
|
|
1561
1561
|
return !1;
|
|
1562
1562
|
}
|
|
1563
1563
|
}
|
|
@@ -1566,7 +1566,7 @@ function ms(e, t, n, r) {
|
|
|
1566
1566
|
function Bt(e) {
|
|
1567
1567
|
return e === e && !ie(e);
|
|
1568
1568
|
}
|
|
1569
|
-
function
|
|
1569
|
+
function vs(e) {
|
|
1570
1570
|
for (var t = be(e), n = t.length; n--; ) {
|
|
1571
1571
|
var r = t[n], i = e[r];
|
|
1572
1572
|
t[n] = [r, i, Bt(i)];
|
|
@@ -1578,16 +1578,16 @@ function Kt(e, t) {
|
|
|
1578
1578
|
return n == null ? !1 : n[e] === t && (t !== void 0 || e in Object(n));
|
|
1579
1579
|
};
|
|
1580
1580
|
}
|
|
1581
|
-
function
|
|
1582
|
-
var t =
|
|
1581
|
+
function Ss(e) {
|
|
1582
|
+
var t = vs(e);
|
|
1583
1583
|
return t.length == 1 && t[0][2] ? Kt(t[0][0], t[0][1]) : function(n) {
|
|
1584
|
-
return n === e ||
|
|
1584
|
+
return n === e || ws(n, e, t);
|
|
1585
1585
|
};
|
|
1586
1586
|
}
|
|
1587
|
-
function
|
|
1587
|
+
function Os(e, t) {
|
|
1588
1588
|
return e != null && t in Object(e);
|
|
1589
1589
|
}
|
|
1590
|
-
function
|
|
1590
|
+
function As(e, t, n) {
|
|
1591
1591
|
t = Lt(t, e);
|
|
1592
1592
|
for (var r = -1, i = t.length, s = !1; ++r < i; ) {
|
|
1593
1593
|
var o = we(t[r]);
|
|
@@ -1595,16 +1595,16 @@ function Os(e, t, n) {
|
|
|
1595
1595
|
break;
|
|
1596
1596
|
e = e[o];
|
|
1597
1597
|
}
|
|
1598
|
-
return s || ++r != i ? s : (i = e == null ? 0 : e.length, !!i && Be(i) && $t(o, i) && (
|
|
1598
|
+
return s || ++r != i ? s : (i = e == null ? 0 : e.length, !!i && Be(i) && $t(o, i) && (E(e) || Ke(e)));
|
|
1599
1599
|
}
|
|
1600
|
-
function
|
|
1601
|
-
return e != null &&
|
|
1600
|
+
function Cs(e, t) {
|
|
1601
|
+
return e != null && As(e, t, Os);
|
|
1602
1602
|
}
|
|
1603
|
-
var Ms = 1,
|
|
1603
|
+
var Ms = 1, Es = 2;
|
|
1604
1604
|
function Ps(e, t) {
|
|
1605
1605
|
return Qe(e) && Bt(t) ? Kt(we(e), t) : function(n) {
|
|
1606
|
-
var r =
|
|
1607
|
-
return r === void 0 && r === t ?
|
|
1606
|
+
var r = vi(n, e);
|
|
1607
|
+
return r === void 0 && r === t ? Cs(n, e) : ve(t, r, Ms | Es);
|
|
1608
1608
|
};
|
|
1609
1609
|
}
|
|
1610
1610
|
function Ts(e) {
|
|
@@ -1612,16 +1612,16 @@ function Ts(e) {
|
|
|
1612
1612
|
return t?.[e];
|
|
1613
1613
|
};
|
|
1614
1614
|
}
|
|
1615
|
-
function
|
|
1615
|
+
function xs(e) {
|
|
1616
1616
|
return function(t) {
|
|
1617
1617
|
return qt(t, e);
|
|
1618
1618
|
};
|
|
1619
1619
|
}
|
|
1620
|
-
function
|
|
1621
|
-
return Qe(e) ? Ts(we(e)) :
|
|
1620
|
+
function Is(e) {
|
|
1621
|
+
return Qe(e) ? Ts(we(e)) : xs(e);
|
|
1622
1622
|
}
|
|
1623
1623
|
function Se(e) {
|
|
1624
|
-
return typeof e == "function" ? e : e == null ?
|
|
1624
|
+
return typeof e == "function" ? e : e == null ? In : typeof e == "object" ? E(e) ? Ps(e[0], e[1]) : Ss(e) : Is(e);
|
|
1625
1625
|
}
|
|
1626
1626
|
function Rs(e) {
|
|
1627
1627
|
return function(t, n, r) {
|
|
@@ -1633,11 +1633,11 @@ function Rs(e) {
|
|
|
1633
1633
|
return t;
|
|
1634
1634
|
};
|
|
1635
1635
|
}
|
|
1636
|
-
var
|
|
1637
|
-
function js(e, t) {
|
|
1638
|
-
return e && Is(e, t, be);
|
|
1639
|
-
}
|
|
1636
|
+
var js = Rs();
|
|
1640
1637
|
function $s(e, t) {
|
|
1638
|
+
return e && js(e, t, be);
|
|
1639
|
+
}
|
|
1640
|
+
function Fs(e, t) {
|
|
1641
1641
|
return function(n, r) {
|
|
1642
1642
|
if (n == null)
|
|
1643
1643
|
return n;
|
|
@@ -1648,28 +1648,28 @@ function $s(e, t) {
|
|
|
1648
1648
|
return n;
|
|
1649
1649
|
};
|
|
1650
1650
|
}
|
|
1651
|
-
var Qt = $s
|
|
1652
|
-
function
|
|
1651
|
+
var Qt = Fs($s);
|
|
1652
|
+
function zs(e) {
|
|
1653
1653
|
var t = e == null ? 0 : e.length;
|
|
1654
1654
|
return t ? e[t - 1] : void 0;
|
|
1655
1655
|
}
|
|
1656
|
-
function
|
|
1656
|
+
function Ds(e, t) {
|
|
1657
1657
|
for (var n = -1, r = e == null ? 0 : e.length; ++n < r; )
|
|
1658
1658
|
if (!t(e[n], n, e))
|
|
1659
1659
|
return !1;
|
|
1660
1660
|
return !0;
|
|
1661
1661
|
}
|
|
1662
|
-
function
|
|
1662
|
+
function Hs(e, t) {
|
|
1663
1663
|
var n = !0;
|
|
1664
1664
|
return Qt(e, function(r, i, s) {
|
|
1665
1665
|
return n = !!t(r, i, s), n;
|
|
1666
1666
|
}), n;
|
|
1667
1667
|
}
|
|
1668
|
-
function
|
|
1669
|
-
var r =
|
|
1668
|
+
function Ns(e, t, n) {
|
|
1669
|
+
var r = E(e) ? Ds : Hs;
|
|
1670
1670
|
return r(e, Se(t));
|
|
1671
1671
|
}
|
|
1672
|
-
function
|
|
1672
|
+
function Ls(e) {
|
|
1673
1673
|
return function(t, n, r) {
|
|
1674
1674
|
var i = Object(t);
|
|
1675
1675
|
if (!ye(t)) {
|
|
@@ -1682,44 +1682,44 @@ function Ns(e) {
|
|
|
1682
1682
|
return o > -1 ? i[s ? t[o] : o] : void 0;
|
|
1683
1683
|
};
|
|
1684
1684
|
}
|
|
1685
|
-
var
|
|
1686
|
-
function
|
|
1685
|
+
var qs = Math.max;
|
|
1686
|
+
function Gs(e, t, n) {
|
|
1687
1687
|
var r = e == null ? 0 : e.length;
|
|
1688
1688
|
if (!r)
|
|
1689
1689
|
return -1;
|
|
1690
|
-
var i = n == null ? 0 :
|
|
1691
|
-
return i < 0 && (i =
|
|
1690
|
+
var i = n == null ? 0 : xn(n);
|
|
1691
|
+
return i < 0 && (i = qs(r + i, 0)), Xn(e, Se(t), i);
|
|
1692
1692
|
}
|
|
1693
|
-
var
|
|
1694
|
-
function
|
|
1693
|
+
var Us = Ls(Gs);
|
|
1694
|
+
function Bs(e, t) {
|
|
1695
1695
|
var n = -1, r = ye(e) ? Array(e.length) : [];
|
|
1696
1696
|
return Qt(e, function(i, s, o) {
|
|
1697
1697
|
r[++n] = t(i, s, o);
|
|
1698
1698
|
}), r;
|
|
1699
1699
|
}
|
|
1700
|
-
function
|
|
1701
|
-
var n =
|
|
1700
|
+
function Ks(e, t) {
|
|
1701
|
+
var n = E(e) ? It : Bs;
|
|
1702
1702
|
return n(e, Se(t));
|
|
1703
1703
|
}
|
|
1704
|
-
function
|
|
1705
|
-
return
|
|
1704
|
+
function Qs(e, t) {
|
|
1705
|
+
return Oi(Ks(e, t));
|
|
1706
1706
|
}
|
|
1707
|
-
function
|
|
1707
|
+
function Ws(e) {
|
|
1708
1708
|
for (var t = -1, n = e == null ? 0 : e.length, r = {}; ++t < n; ) {
|
|
1709
1709
|
var i = e[t];
|
|
1710
1710
|
r[i[0]] = i[1];
|
|
1711
1711
|
}
|
|
1712
1712
|
return r;
|
|
1713
1713
|
}
|
|
1714
|
-
function
|
|
1714
|
+
function Xs(e, t) {
|
|
1715
1715
|
return ve(e, t);
|
|
1716
1716
|
}
|
|
1717
|
-
const
|
|
1717
|
+
const Ys = (e, t) => {
|
|
1718
1718
|
if (!e.length) return [t];
|
|
1719
|
-
const n =
|
|
1719
|
+
const n = zs(e);
|
|
1720
1720
|
return n.type === "create" && t.type === "delete" ? null : n.type === "create" && t.type === "update" ? [{ ...n, data: t.data }] : n.type === "update" && t.type === "update" ? [...e.slice(0, -1), t] : n.type === "update" && t.type === "delete" ? [...e, t] : [t];
|
|
1721
1721
|
};
|
|
1722
|
-
class
|
|
1722
|
+
class Vs {
|
|
1723
1723
|
_config;
|
|
1724
1724
|
_state;
|
|
1725
1725
|
_subscribers = /* @__PURE__ */ new Set();
|
|
@@ -1736,7 +1736,7 @@ class Ys {
|
|
|
1736
1736
|
}
|
|
1737
1737
|
enqueue(t) {
|
|
1738
1738
|
this._updateState((n) => {
|
|
1739
|
-
const r = [...n.queue.get(t.id) ?? []], i =
|
|
1739
|
+
const r = [...n.queue.get(t.id) ?? []], i = Ys(r, t);
|
|
1740
1740
|
i ? n.queue.set(t.id, i) : n.queue.delete(t.id), n.errors.delete(t.id);
|
|
1741
1741
|
}), this._scheduleFlush();
|
|
1742
1742
|
}
|
|
@@ -1777,7 +1777,7 @@ class Ys {
|
|
|
1777
1777
|
return this._subscribers.add(t), () => this._subscribers.delete(t);
|
|
1778
1778
|
}
|
|
1779
1779
|
_updateState(t) {
|
|
1780
|
-
this._state =
|
|
1780
|
+
this._state = P(this._state, t), this._subscribers.forEach((n) => n());
|
|
1781
1781
|
}
|
|
1782
1782
|
_scheduleFlush() {
|
|
1783
1783
|
this._state.isPaused || this._state.isSyncing || (this._clearTimer(), this._debounceTimer = setTimeout(() => this._flush(), this._config.debounce));
|
|
@@ -1791,11 +1791,11 @@ class Ys {
|
|
|
1791
1791
|
this._updateState((s) => {
|
|
1792
1792
|
s.inFlight = new Map(r), s.queue = /* @__PURE__ */ new Map(), s.isSyncing = !0;
|
|
1793
1793
|
});
|
|
1794
|
-
const i =
|
|
1794
|
+
const i = Qs([...this._state.inFlight.values()]);
|
|
1795
1795
|
this._abortController = new AbortController();
|
|
1796
1796
|
try {
|
|
1797
1797
|
const s = await this._config.onSync(i, this._abortController.signal);
|
|
1798
|
-
this._processResults(
|
|
1798
|
+
this._processResults(Ws(s.map((o) => [o.id, o])));
|
|
1799
1799
|
} catch (s) {
|
|
1800
1800
|
this._handleError(s);
|
|
1801
1801
|
}
|
|
@@ -1805,7 +1805,7 @@ class Ys {
|
|
|
1805
1805
|
const n = this._state.inFlight, r = [];
|
|
1806
1806
|
this._updateState((i) => {
|
|
1807
1807
|
for (const [s, o] of n)
|
|
1808
|
-
if (
|
|
1808
|
+
if (Ns(o, (c) => t[c.id]?.status === "success")) {
|
|
1809
1809
|
i.errors.delete(s);
|
|
1810
1810
|
for (const c of o) {
|
|
1811
1811
|
const u = t[c.id];
|
|
@@ -1814,7 +1814,7 @@ class Ys {
|
|
|
1814
1814
|
} else {
|
|
1815
1815
|
const c = (i.errors.get(s)?.retries ?? 0) + 1;
|
|
1816
1816
|
c < this._config.maxRetries && !i.queue.has(s) && i.queue.set(s, o);
|
|
1817
|
-
const u =
|
|
1817
|
+
const u = Us(o, (f) => t[f.id]?.status !== "success");
|
|
1818
1818
|
i.errors.set(s, {
|
|
1819
1819
|
error: t[u?.id ?? ""]?.error ?? "Unknown error",
|
|
1820
1820
|
retries: c,
|
|
@@ -1842,7 +1842,7 @@ class Ys {
|
|
|
1842
1842
|
});
|
|
1843
1843
|
}
|
|
1844
1844
|
}
|
|
1845
|
-
class
|
|
1845
|
+
class Zs {
|
|
1846
1846
|
_cache = /* @__PURE__ */ new Map();
|
|
1847
1847
|
_capacity;
|
|
1848
1848
|
_ttl;
|
|
@@ -1875,7 +1875,7 @@ class Vs {
|
|
|
1875
1875
|
return this._cache.size;
|
|
1876
1876
|
}
|
|
1877
1877
|
}
|
|
1878
|
-
class
|
|
1878
|
+
class Js {
|
|
1879
1879
|
_config;
|
|
1880
1880
|
_cache;
|
|
1881
1881
|
_state = { status: "idle", items: [] };
|
|
@@ -1883,11 +1883,11 @@ class Zs {
|
|
|
1883
1883
|
_abortController = null;
|
|
1884
1884
|
_currentContext = null;
|
|
1885
1885
|
constructor(t) {
|
|
1886
|
-
this._config = { retries: 0, ...t }, this._cache = new
|
|
1886
|
+
this._config = { retries: 0, ...t }, this._cache = new Zs(t.cacheCapacity, t.cacheTtl);
|
|
1887
1887
|
}
|
|
1888
1888
|
_getCacheKey = (t) => JSON.stringify([this._config.id, t]);
|
|
1889
1889
|
_setState(t) {
|
|
1890
|
-
this._state =
|
|
1890
|
+
this._state = P(this._state, (n) => {
|
|
1891
1891
|
Object.assign(n, t);
|
|
1892
1892
|
}), this._subscribers.forEach((n) => n());
|
|
1893
1893
|
}
|
|
@@ -1942,13 +1942,24 @@ class Zs {
|
|
|
1942
1942
|
};
|
|
1943
1943
|
}
|
|
1944
1944
|
}
|
|
1945
|
-
class
|
|
1945
|
+
class ks {
|
|
1946
1946
|
_collection;
|
|
1947
1947
|
_id;
|
|
1948
1948
|
_cachedStatus = null;
|
|
1949
|
+
_refCount = 0;
|
|
1949
1950
|
constructor(t, n) {
|
|
1950
1951
|
this._collection = t, this._id = n;
|
|
1951
1952
|
}
|
|
1953
|
+
// Reference counting for lifecycle management
|
|
1954
|
+
_retain() {
|
|
1955
|
+
this._refCount++;
|
|
1956
|
+
}
|
|
1957
|
+
_release() {
|
|
1958
|
+
this._refCount--, this._refCount <= 0 && this._collection._releaseItem(this._id);
|
|
1959
|
+
}
|
|
1960
|
+
get refCount() {
|
|
1961
|
+
return this._refCount;
|
|
1962
|
+
}
|
|
1952
1963
|
get id() {
|
|
1953
1964
|
return this._id;
|
|
1954
1965
|
}
|
|
@@ -1963,7 +1974,7 @@ class Js {
|
|
|
1963
1974
|
}
|
|
1964
1975
|
getStatus() {
|
|
1965
1976
|
const t = this._collection.getItemStatus(this._id);
|
|
1966
|
-
return
|
|
1977
|
+
return Xs(this._cachedStatus, t) || (this._cachedStatus = t), this._cachedStatus;
|
|
1967
1978
|
}
|
|
1968
1979
|
exists() {
|
|
1969
1980
|
return this._collection.getState().items.has(this._id);
|
|
@@ -2009,12 +2020,12 @@ class U {
|
|
|
2009
2020
|
constructor(t) {
|
|
2010
2021
|
this.id = t.id, this.config = t;
|
|
2011
2022
|
const n = async (s) => s.map((o) => ({ id: o.id, status: "success" }));
|
|
2012
|
-
this._syncQueue = new
|
|
2023
|
+
this._syncQueue = new Vs({
|
|
2013
2024
|
debounce: t.syncDebounce ?? 300,
|
|
2014
2025
|
maxRetries: t.syncRetries ?? 3,
|
|
2015
2026
|
onSync: t.onSync ?? n,
|
|
2016
2027
|
onIdRemap: (s) => this._handleIdRemap(s)
|
|
2017
|
-
}), this._fetchHandler = new
|
|
2028
|
+
}), this._fetchHandler = new Js({
|
|
2018
2029
|
id: t.id,
|
|
2019
2030
|
cacheCapacity: t.cacheCapacity ?? 10,
|
|
2020
2031
|
cacheTtl: t.cacheTtl ?? 6e4,
|
|
@@ -2093,7 +2104,7 @@ class U {
|
|
|
2093
2104
|
// Create a new item (local-first)
|
|
2094
2105
|
create(t) {
|
|
2095
2106
|
const n = this.config.getId(t);
|
|
2096
|
-
this._state =
|
|
2107
|
+
this._state = P(this._state, (r) => {
|
|
2097
2108
|
r.items.set(n, t);
|
|
2098
2109
|
}), this._fetchHandler.invalidateCache(), this._notifySubscribers(), this._syncQueue.enqueue({ id: n, type: "create", data: t });
|
|
2099
2110
|
}
|
|
@@ -2101,27 +2112,31 @@ class U {
|
|
|
2101
2112
|
update(t, n) {
|
|
2102
2113
|
const r = this._state.items.get(t);
|
|
2103
2114
|
if (!r) return;
|
|
2104
|
-
const i =
|
|
2105
|
-
this._state =
|
|
2115
|
+
const i = P(r, n);
|
|
2116
|
+
this._state = P(this._state, (s) => {
|
|
2106
2117
|
s.items.set(t, i);
|
|
2107
2118
|
}), this._fetchHandler.invalidateCache(), this._notifySubscribers(), this._syncQueue.enqueue({ id: t, type: "update", data: i });
|
|
2108
2119
|
}
|
|
2109
2120
|
// Remove an item (local-first)
|
|
2110
2121
|
remove(t) {
|
|
2111
2122
|
const n = this._state.items.get(t);
|
|
2112
|
-
n && (this._state =
|
|
2123
|
+
n && (this._state = P(this._state, (r) => {
|
|
2113
2124
|
r.items.delete(t);
|
|
2114
2125
|
}), this._itemCache.delete(t), this._fetchHandler.invalidateCache(), this._notifySubscribers(), this._syncQueue.enqueue({ id: t, type: "delete", data: n }));
|
|
2115
2126
|
}
|
|
2116
|
-
// Get Item reference (cached)
|
|
2127
|
+
// Get Item reference (cached) - automatically retains the item
|
|
2117
2128
|
getItem(t) {
|
|
2118
2129
|
let n = this._itemCache.get(t);
|
|
2119
|
-
return n || (n = new
|
|
2130
|
+
return n || (n = new ks(this, t), this._itemCache.set(t, n)), n._retain(), n;
|
|
2131
|
+
}
|
|
2132
|
+
// Release item from cache when ref count reaches zero
|
|
2133
|
+
_releaseItem(t) {
|
|
2134
|
+
this._itemCache.delete(t);
|
|
2120
2135
|
}
|
|
2121
2136
|
// Update context and refetch
|
|
2122
2137
|
setContext(t) {
|
|
2123
|
-
const n = this._state.context, r =
|
|
2124
|
-
n !== r && (this._state =
|
|
2138
|
+
const n = this._state.context, r = P(n, t);
|
|
2139
|
+
n !== r && (this._state = P(this._state, (i) => {
|
|
2125
2140
|
i.context = r;
|
|
2126
2141
|
}), this._fetchHandler.fetch(r), this._notifySubscribers());
|
|
2127
2142
|
}
|
|
@@ -2149,7 +2164,7 @@ class U {
|
|
|
2149
2164
|
}
|
|
2150
2165
|
_onFetchChange() {
|
|
2151
2166
|
const t = this._fetchHandler.getState();
|
|
2152
|
-
this._state =
|
|
2167
|
+
this._state = P(this._state, (n) => {
|
|
2153
2168
|
n.fetchStatus = t.status, n.fetchError = t.error, n.loading = t.status === "fetching", n.syncState = this._computeSyncState(t.status, n.syncQueue.isSyncing);
|
|
2154
2169
|
const { queue: r, inFlight: i } = this._state.syncQueue, s = /* @__PURE__ */ new Map();
|
|
2155
2170
|
for (const o of t.items) {
|
|
@@ -2168,7 +2183,7 @@ class U {
|
|
|
2168
2183
|
}), this._notifySubscribers();
|
|
2169
2184
|
}
|
|
2170
2185
|
_updateSyncState(t) {
|
|
2171
|
-
this._state =
|
|
2186
|
+
this._state = P(this._state, (n) => {
|
|
2172
2187
|
n.syncQueue = t, n.syncing = t.isSyncing, n.syncState = this._computeSyncState(n.fetchStatus, t.isSyncing);
|
|
2173
2188
|
}), this._notifySubscribers();
|
|
2174
2189
|
}
|
|
@@ -2183,7 +2198,7 @@ class U {
|
|
|
2183
2198
|
_handleIdRemap(t) {
|
|
2184
2199
|
if (t.length === 0) return;
|
|
2185
2200
|
const { setId: n } = this.config;
|
|
2186
|
-
this._state =
|
|
2201
|
+
this._state = P(this._state, (r) => {
|
|
2187
2202
|
for (const { tempId: i, newId: s } of t) {
|
|
2188
2203
|
const o = r.items.get(i);
|
|
2189
2204
|
if (o) {
|
|
@@ -2199,7 +2214,7 @@ class U {
|
|
|
2199
2214
|
this._notifySubscribers();
|
|
2200
2215
|
}
|
|
2201
2216
|
}
|
|
2202
|
-
function
|
|
2217
|
+
function to(e) {
|
|
2203
2218
|
const t = U.get(e), n = ue(
|
|
2204
2219
|
(r) => t.subscribe(r),
|
|
2205
2220
|
() => t.getState(),
|
|
@@ -2213,6 +2228,8 @@ function eo(e) {
|
|
|
2213
2228
|
syncQueue: n.syncQueue,
|
|
2214
2229
|
loading: n.loading,
|
|
2215
2230
|
syncing: n.syncing,
|
|
2231
|
+
fetchStatus: n.fetchStatus,
|
|
2232
|
+
fetchError: n.fetchError,
|
|
2216
2233
|
// Item operations
|
|
2217
2234
|
create: (r) => t.create(r),
|
|
2218
2235
|
update: (r, i) => t.update(r, i),
|
|
@@ -2228,7 +2245,10 @@ function eo(e) {
|
|
|
2228
2245
|
retrySync: (r) => t.retrySync(r)
|
|
2229
2246
|
};
|
|
2230
2247
|
}
|
|
2231
|
-
function
|
|
2248
|
+
function no(e) {
|
|
2249
|
+
Xt(() => () => {
|
|
2250
|
+
queueMicrotask(() => e._release());
|
|
2251
|
+
}, [e]);
|
|
2232
2252
|
const t = ue(
|
|
2233
2253
|
(o) => e.collection.subscribe(o),
|
|
2234
2254
|
() => e.data,
|
|
@@ -2245,19 +2265,19 @@ function to(e) {
|
|
|
2245
2265
|
return { data: t, status: n, update: i, remove: s, exists: r };
|
|
2246
2266
|
}
|
|
2247
2267
|
export {
|
|
2248
|
-
|
|
2268
|
+
Zs as Cache,
|
|
2249
2269
|
U as Collection,
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2270
|
+
Js as FetchHandler,
|
|
2271
|
+
ks as Item,
|
|
2272
|
+
Vs as SyncQueue,
|
|
2273
|
+
so as categorizeResults,
|
|
2274
|
+
ao as createSyncClient,
|
|
2275
|
+
co as createSyncClientFromEndpoint,
|
|
2276
|
+
uo as createSyncClientWithStats,
|
|
2277
|
+
fo as fetchToSyncResult,
|
|
2278
|
+
lo as syncError,
|
|
2279
|
+
ho as syncSuccess,
|
|
2280
|
+
to as useCrud,
|
|
2281
|
+
no as useItem
|
|
2262
2282
|
};
|
|
2263
2283
|
//# sourceMappingURL=index.js.map
|