@instantdb/react-common 0.22.93 → 0.22.94
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/commonjs/InstantReactAbstractDatabase.d.ts +1 -0
- package/dist/commonjs/InstantReactAbstractDatabase.d.ts.map +1 -1
- package/dist/commonjs/InstantReactAbstractDatabase.js +21 -17
- package/dist/commonjs/InstantReactAbstractDatabase.js.map +1 -1
- package/dist/commonjs/useQuery.d.ts.map +1 -1
- package/dist/commonjs/useQuery.js +4 -0
- package/dist/commonjs/useQuery.js.map +1 -1
- package/dist/esm/InstantReactAbstractDatabase.d.ts +1 -0
- package/dist/esm/InstantReactAbstractDatabase.d.ts.map +1 -1
- package/dist/esm/InstantReactAbstractDatabase.js +21 -17
- package/dist/esm/InstantReactAbstractDatabase.js.map +1 -1
- package/dist/esm/useQuery.d.ts.map +1 -1
- package/dist/esm/useQuery.js +4 -0
- package/dist/esm/useQuery.js.map +1 -1
- package/dist/standalone/index.js +769 -713
- package/dist/standalone/index.umd.cjs +10 -10
- package/package.json +3 -3
- package/src/InstantReactAbstractDatabase.tsx +6 -2
- package/src/useQuery.ts +4 -2
package/dist/standalone/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import wr, { useRef as
|
|
1
|
+
import wr, { useRef as ze, useCallback as fe, useSyncExternalStore as Pt, useEffect as ge, useMemo as Mt, useState as mr } from "react";
|
|
2
2
|
var Rt = { exports: {} }, Re = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
@@ -23,10 +23,10 @@ function Ui() {
|
|
|
23
23
|
}
|
|
24
24
|
return Re.Fragment = n, Re.jsx = o, Re.jsxs = o, Re;
|
|
25
25
|
}
|
|
26
|
-
var $e = {},
|
|
26
|
+
var $e = {}, xn;
|
|
27
27
|
function Li() {
|
|
28
|
-
if (
|
|
29
|
-
|
|
28
|
+
if (xn) return $e;
|
|
29
|
+
xn = 1;
|
|
30
30
|
var t = {};
|
|
31
31
|
/**
|
|
32
32
|
* @license React
|
|
@@ -38,14 +38,14 @@ function Li() {
|
|
|
38
38
|
* LICENSE file in the root directory of this source tree.
|
|
39
39
|
*/
|
|
40
40
|
return t.NODE_ENV !== "production" && function() {
|
|
41
|
-
var e = wr, n = Symbol.for("react.element"), r = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), u = Symbol.for("react.provider"), a = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), l = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), y = Symbol.for("react.offscreen"), b = Symbol.iterator,
|
|
41
|
+
var e = wr, n = Symbol.for("react.element"), r = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), u = Symbol.for("react.provider"), a = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), l = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), y = Symbol.for("react.offscreen"), b = Symbol.iterator, g = "@@iterator";
|
|
42
42
|
function w(h) {
|
|
43
43
|
if (h === null || typeof h != "object")
|
|
44
44
|
return null;
|
|
45
|
-
var T = b && h[b] || h[
|
|
45
|
+
var T = b && h[b] || h[g];
|
|
46
46
|
return typeof T == "function" ? T : null;
|
|
47
47
|
}
|
|
48
|
-
var
|
|
48
|
+
var _ = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
49
49
|
function v(h) {
|
|
50
50
|
{
|
|
51
51
|
for (var T = arguments.length, m = new Array(T > 1 ? T - 1 : 0), O = 1; O < T; O++)
|
|
@@ -55,18 +55,18 @@ function Li() {
|
|
|
55
55
|
}
|
|
56
56
|
function A(h, T, m) {
|
|
57
57
|
{
|
|
58
|
-
var O =
|
|
59
|
-
|
|
60
|
-
var P = m.map(function(
|
|
61
|
-
return String(
|
|
58
|
+
var O = _.ReactDebugCurrentFrame, C = O.getStackAddendum();
|
|
59
|
+
C !== "" && (T += "%s", m = m.concat([C]));
|
|
60
|
+
var P = m.map(function(k) {
|
|
61
|
+
return String(k);
|
|
62
62
|
});
|
|
63
63
|
P.unshift("Warning: " + T), Function.prototype.apply.call(console[h], console, P);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
-
var S = !1,
|
|
66
|
+
var S = !1, I = !1, x = !1, R = !1, Pe = !1, Ge;
|
|
67
67
|
Ge = Symbol.for("react.module.reference");
|
|
68
|
-
function
|
|
69
|
-
return !!(typeof h == "string" || typeof h == "function" || h === i || h === o || Pe || h === s || h === c || h === f || R || h === y || S ||
|
|
68
|
+
function He(h) {
|
|
69
|
+
return !!(typeof h == "string" || typeof h == "function" || h === i || h === o || Pe || h === s || h === c || h === f || R || h === y || S || I || x || typeof h == "object" && h !== null && (h.$$typeof === p || h.$$typeof === l || h.$$typeof === u || h.$$typeof === a || h.$$typeof === d || // This needs to include all possible module reference object
|
|
70
70
|
// types supported by any Flight configuration anywhere since
|
|
71
71
|
// we don't know which Flight build this will end up being used
|
|
72
72
|
// with.
|
|
@@ -76,10 +76,10 @@ function Li() {
|
|
|
76
76
|
var O = h.displayName;
|
|
77
77
|
if (O)
|
|
78
78
|
return O;
|
|
79
|
-
var
|
|
80
|
-
return
|
|
79
|
+
var C = T.displayName || T.name || "";
|
|
80
|
+
return C !== "" ? m + "(" + C + ")" : m;
|
|
81
81
|
}
|
|
82
|
-
function
|
|
82
|
+
function Ye(h) {
|
|
83
83
|
return h.displayName || "Context";
|
|
84
84
|
}
|
|
85
85
|
function ne(h) {
|
|
@@ -107,19 +107,19 @@ function Li() {
|
|
|
107
107
|
switch (h.$$typeof) {
|
|
108
108
|
case a:
|
|
109
109
|
var T = h;
|
|
110
|
-
return
|
|
110
|
+
return Ye(T) + ".Consumer";
|
|
111
111
|
case u:
|
|
112
112
|
var m = h;
|
|
113
|
-
return
|
|
113
|
+
return Ye(m._context) + ".Provider";
|
|
114
114
|
case d:
|
|
115
115
|
return _t(h, h.render, "ForwardRef");
|
|
116
116
|
case l:
|
|
117
117
|
var O = h.displayName || null;
|
|
118
118
|
return O !== null ? O : ne(h.type) || "Memo";
|
|
119
119
|
case p: {
|
|
120
|
-
var
|
|
120
|
+
var C = h, P = C._payload, k = C._init;
|
|
121
121
|
try {
|
|
122
|
-
return ne(
|
|
122
|
+
return ne(k(P));
|
|
123
123
|
} catch {
|
|
124
124
|
return null;
|
|
125
125
|
}
|
|
@@ -189,62 +189,62 @@ function Li() {
|
|
|
189
189
|
le < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
|
-
var gt =
|
|
193
|
-
function
|
|
192
|
+
var gt = _.ReactCurrentDispatcher, Tt;
|
|
193
|
+
function Je(h, T, m) {
|
|
194
194
|
{
|
|
195
195
|
if (Tt === void 0)
|
|
196
196
|
try {
|
|
197
197
|
throw Error();
|
|
198
|
-
} catch (
|
|
199
|
-
var O =
|
|
198
|
+
} catch (C) {
|
|
199
|
+
var O = C.stack.trim().match(/\n( *(at )?)/);
|
|
200
200
|
Tt = O && O[1] || "";
|
|
201
201
|
}
|
|
202
202
|
return `
|
|
203
203
|
` + Tt + h;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
|
-
var wt = !1,
|
|
206
|
+
var wt = !1, Ze;
|
|
207
207
|
{
|
|
208
208
|
var li = typeof WeakMap == "function" ? WeakMap : Map;
|
|
209
|
-
|
|
209
|
+
Ze = new li();
|
|
210
210
|
}
|
|
211
211
|
function Tn(h, T) {
|
|
212
212
|
if (!h || wt)
|
|
213
213
|
return "";
|
|
214
214
|
{
|
|
215
|
-
var m =
|
|
215
|
+
var m = Ze.get(h);
|
|
216
216
|
if (m !== void 0)
|
|
217
217
|
return m;
|
|
218
218
|
}
|
|
219
219
|
var O;
|
|
220
220
|
wt = !0;
|
|
221
|
-
var
|
|
221
|
+
var C = Error.prepareStackTrace;
|
|
222
222
|
Error.prepareStackTrace = void 0;
|
|
223
223
|
var P;
|
|
224
224
|
P = gt.current, gt.current = null, di();
|
|
225
225
|
try {
|
|
226
226
|
if (T) {
|
|
227
|
-
var
|
|
227
|
+
var k = function() {
|
|
228
228
|
throw Error();
|
|
229
229
|
};
|
|
230
|
-
if (Object.defineProperty(
|
|
230
|
+
if (Object.defineProperty(k.prototype, "props", {
|
|
231
231
|
set: function() {
|
|
232
232
|
throw Error();
|
|
233
233
|
}
|
|
234
234
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
235
235
|
try {
|
|
236
|
-
Reflect.construct(
|
|
236
|
+
Reflect.construct(k, []);
|
|
237
237
|
} catch (W) {
|
|
238
238
|
O = W;
|
|
239
239
|
}
|
|
240
|
-
Reflect.construct(h, [],
|
|
240
|
+
Reflect.construct(h, [], k);
|
|
241
241
|
} else {
|
|
242
242
|
try {
|
|
243
|
-
|
|
243
|
+
k.call();
|
|
244
244
|
} catch (W) {
|
|
245
245
|
O = W;
|
|
246
246
|
}
|
|
247
|
-
h.call(
|
|
247
|
+
h.call(k.prototype);
|
|
248
248
|
}
|
|
249
249
|
} else {
|
|
250
250
|
try {
|
|
@@ -258,26 +258,26 @@ function Li() {
|
|
|
258
258
|
if (W && O && typeof W.stack == "string") {
|
|
259
259
|
for (var E = W.stack.split(`
|
|
260
260
|
`), z = O.stack.split(`
|
|
261
|
-
`), D = E.length - 1,
|
|
262
|
-
|
|
263
|
-
for (; D >= 1 &&
|
|
264
|
-
if (E[D] !== z[
|
|
265
|
-
if (D !== 1 ||
|
|
261
|
+
`), D = E.length - 1, L = z.length - 1; D >= 1 && L >= 0 && E[D] !== z[L]; )
|
|
262
|
+
L--;
|
|
263
|
+
for (; D >= 1 && L >= 0; D--, L--)
|
|
264
|
+
if (E[D] !== z[L]) {
|
|
265
|
+
if (D !== 1 || L !== 1)
|
|
266
266
|
do
|
|
267
|
-
if (D--,
|
|
267
|
+
if (D--, L--, L < 0 || E[D] !== z[L]) {
|
|
268
268
|
var J = `
|
|
269
269
|
` + E[D].replace(" at new ", " at ");
|
|
270
|
-
return h.displayName && J.includes("<anonymous>") && (J = J.replace("<anonymous>", h.displayName)), typeof h == "function" &&
|
|
270
|
+
return h.displayName && J.includes("<anonymous>") && (J = J.replace("<anonymous>", h.displayName)), typeof h == "function" && Ze.set(h, J), J;
|
|
271
271
|
}
|
|
272
|
-
while (D >= 1 &&
|
|
272
|
+
while (D >= 1 && L >= 0);
|
|
273
273
|
break;
|
|
274
274
|
}
|
|
275
275
|
}
|
|
276
276
|
} finally {
|
|
277
|
-
wt = !1, gt.current = P, fi(), Error.prepareStackTrace =
|
|
277
|
+
wt = !1, gt.current = P, fi(), Error.prepareStackTrace = C;
|
|
278
278
|
}
|
|
279
|
-
var Se = h ? h.displayName || h.name : "", he = Se ?
|
|
280
|
-
return typeof h == "function" &&
|
|
279
|
+
var Se = h ? h.displayName || h.name : "", he = Se ? Je(Se) : "";
|
|
280
|
+
return typeof h == "function" && Ze.set(h, he), he;
|
|
281
281
|
}
|
|
282
282
|
function hi(h, T, m) {
|
|
283
283
|
return Tn(h, !1);
|
|
@@ -286,59 +286,59 @@ function Li() {
|
|
|
286
286
|
var T = h.prototype;
|
|
287
287
|
return !!(T && T.isReactComponent);
|
|
288
288
|
}
|
|
289
|
-
function
|
|
289
|
+
function Xe(h, T, m) {
|
|
290
290
|
if (h == null)
|
|
291
291
|
return "";
|
|
292
292
|
if (typeof h == "function")
|
|
293
293
|
return Tn(h, pi(h));
|
|
294
294
|
if (typeof h == "string")
|
|
295
|
-
return
|
|
295
|
+
return Je(h);
|
|
296
296
|
switch (h) {
|
|
297
297
|
case c:
|
|
298
|
-
return
|
|
298
|
+
return Je("Suspense");
|
|
299
299
|
case f:
|
|
300
|
-
return
|
|
300
|
+
return Je("SuspenseList");
|
|
301
301
|
}
|
|
302
302
|
if (typeof h == "object")
|
|
303
303
|
switch (h.$$typeof) {
|
|
304
304
|
case d:
|
|
305
305
|
return hi(h.render);
|
|
306
306
|
case l:
|
|
307
|
-
return
|
|
307
|
+
return Xe(h.type, T, m);
|
|
308
308
|
case p: {
|
|
309
|
-
var O = h,
|
|
309
|
+
var O = h, C = O._payload, P = O._init;
|
|
310
310
|
try {
|
|
311
|
-
return
|
|
311
|
+
return Xe(P(C), T, m);
|
|
312
312
|
} catch {
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
return "";
|
|
317
317
|
}
|
|
318
|
-
var Me = Object.prototype.hasOwnProperty, wn = {}, mn =
|
|
319
|
-
function
|
|
318
|
+
var Me = Object.prototype.hasOwnProperty, wn = {}, mn = _.ReactDebugCurrentFrame;
|
|
319
|
+
function et(h) {
|
|
320
320
|
if (h) {
|
|
321
|
-
var T = h._owner, m =
|
|
321
|
+
var T = h._owner, m = Xe(h.type, h._source, T ? T.type : null);
|
|
322
322
|
mn.setExtraStackFrame(m);
|
|
323
323
|
} else
|
|
324
324
|
mn.setExtraStackFrame(null);
|
|
325
325
|
}
|
|
326
|
-
function yi(h, T, m, O,
|
|
326
|
+
function yi(h, T, m, O, C) {
|
|
327
327
|
{
|
|
328
328
|
var P = Function.call.bind(Me);
|
|
329
|
-
for (var
|
|
330
|
-
if (P(h,
|
|
329
|
+
for (var k in h)
|
|
330
|
+
if (P(h, k)) {
|
|
331
331
|
var E = void 0;
|
|
332
332
|
try {
|
|
333
|
-
if (typeof h[
|
|
334
|
-
var z = Error((O || "React class") + ": " + m + " type `" +
|
|
333
|
+
if (typeof h[k] != "function") {
|
|
334
|
+
var z = Error((O || "React class") + ": " + m + " type `" + k + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof h[k] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
335
335
|
throw z.name = "Invariant Violation", z;
|
|
336
336
|
}
|
|
337
|
-
E = h[
|
|
337
|
+
E = h[k](T, k, O, m, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
338
338
|
} catch (D) {
|
|
339
339
|
E = D;
|
|
340
340
|
}
|
|
341
|
-
E && !(E instanceof Error) && (
|
|
341
|
+
E && !(E instanceof Error) && (et(C), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", O || "React class", m, k, typeof E), et(null)), E instanceof Error && !(E.message in wn) && (wn[E.message] = !0, et(C), v("Failed %s type: %s", m, E.message), et(null));
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
}
|
|
@@ -366,7 +366,7 @@ function Li() {
|
|
|
366
366
|
if (gi(h))
|
|
367
367
|
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", _i(h)), vn(h);
|
|
368
368
|
}
|
|
369
|
-
var On =
|
|
369
|
+
var On = _.ReactCurrentOwner, Ti = {
|
|
370
370
|
key: !0,
|
|
371
371
|
ref: !0,
|
|
372
372
|
__self: !0,
|
|
@@ -413,7 +413,7 @@ function Li() {
|
|
|
413
413
|
});
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
|
-
var Ai = function(h, T, m, O,
|
|
416
|
+
var Ai = function(h, T, m, O, C, P, k) {
|
|
417
417
|
var E = {
|
|
418
418
|
// This tag allows us to uniquely identify this as a React Element
|
|
419
419
|
$$typeof: n,
|
|
@@ -421,7 +421,7 @@ function Li() {
|
|
|
421
421
|
type: h,
|
|
422
422
|
key: T,
|
|
423
423
|
ref: m,
|
|
424
|
-
props:
|
|
424
|
+
props: k,
|
|
425
425
|
// Record the component responsible for creating this element.
|
|
426
426
|
_owner: P
|
|
427
427
|
};
|
|
@@ -439,41 +439,41 @@ function Li() {
|
|
|
439
439
|
configurable: !1,
|
|
440
440
|
enumerable: !1,
|
|
441
441
|
writable: !1,
|
|
442
|
-
value:
|
|
442
|
+
value: C
|
|
443
443
|
}), Object.freeze && (Object.freeze(E.props), Object.freeze(E)), E;
|
|
444
444
|
};
|
|
445
|
-
function Ei(h, T, m, O,
|
|
445
|
+
function Ei(h, T, m, O, C) {
|
|
446
446
|
{
|
|
447
|
-
var P,
|
|
448
|
-
m !== void 0 && (Sn(m), E = "" + m), mi(T) && (Sn(T.key), E = "" + T.key), wi(T) && (z = T.ref, vi(T,
|
|
447
|
+
var P, k = {}, E = null, z = null;
|
|
448
|
+
m !== void 0 && (Sn(m), E = "" + m), mi(T) && (Sn(T.key), E = "" + T.key), wi(T) && (z = T.ref, vi(T, C));
|
|
449
449
|
for (P in T)
|
|
450
|
-
Me.call(T, P) && !Ti.hasOwnProperty(P) && (
|
|
450
|
+
Me.call(T, P) && !Ti.hasOwnProperty(P) && (k[P] = T[P]);
|
|
451
451
|
if (h && h.defaultProps) {
|
|
452
452
|
var D = h.defaultProps;
|
|
453
453
|
for (P in D)
|
|
454
|
-
|
|
454
|
+
k[P] === void 0 && (k[P] = D[P]);
|
|
455
455
|
}
|
|
456
456
|
if (E || z) {
|
|
457
|
-
var
|
|
458
|
-
E && Si(
|
|
457
|
+
var L = typeof h == "function" ? h.displayName || h.name || "Unknown" : h;
|
|
458
|
+
E && Si(k, L), z && Oi(k, L);
|
|
459
459
|
}
|
|
460
|
-
return Ai(h, E, z,
|
|
460
|
+
return Ai(h, E, z, C, O, On.current, k);
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
var vt =
|
|
463
|
+
var vt = _.ReactCurrentOwner, jn = _.ReactDebugCurrentFrame;
|
|
464
464
|
function ve(h) {
|
|
465
465
|
if (h) {
|
|
466
|
-
var T = h._owner, m =
|
|
467
|
-
|
|
466
|
+
var T = h._owner, m = Xe(h.type, h._source, T ? T.type : null);
|
|
467
|
+
jn.setExtraStackFrame(m);
|
|
468
468
|
} else
|
|
469
|
-
|
|
469
|
+
jn.setExtraStackFrame(null);
|
|
470
470
|
}
|
|
471
471
|
var St;
|
|
472
472
|
St = !1;
|
|
473
473
|
function Ot(h) {
|
|
474
474
|
return typeof h == "object" && h !== null && h.$$typeof === n;
|
|
475
475
|
}
|
|
476
|
-
function
|
|
476
|
+
function kn() {
|
|
477
477
|
{
|
|
478
478
|
if (vt.current) {
|
|
479
479
|
var h = ne(vt.current.type);
|
|
@@ -485,13 +485,13 @@ Check the render method of \`` + h + "`.";
|
|
|
485
485
|
return "";
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
|
-
function
|
|
488
|
+
function ji(h) {
|
|
489
489
|
return "";
|
|
490
490
|
}
|
|
491
|
-
var
|
|
492
|
-
function
|
|
491
|
+
var In = {};
|
|
492
|
+
function ki(h) {
|
|
493
493
|
{
|
|
494
|
-
var T =
|
|
494
|
+
var T = kn();
|
|
495
495
|
if (!T) {
|
|
496
496
|
var m = typeof h == "string" ? h : h.displayName || h.name;
|
|
497
497
|
m && (T = `
|
|
@@ -501,15 +501,15 @@ Check the top-level render call using <` + m + ">.");
|
|
|
501
501
|
return T;
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
|
-
function
|
|
504
|
+
function Cn(h, T) {
|
|
505
505
|
{
|
|
506
506
|
if (!h._store || h._store.validated || h.key != null)
|
|
507
507
|
return;
|
|
508
508
|
h._store.validated = !0;
|
|
509
|
-
var m =
|
|
510
|
-
if (
|
|
509
|
+
var m = ki(T);
|
|
510
|
+
if (In[m])
|
|
511
511
|
return;
|
|
512
|
-
|
|
512
|
+
In[m] = !0;
|
|
513
513
|
var O = "";
|
|
514
514
|
h && h._owner && h._owner !== vt.current && (O = " It was passed a child from " + ne(h._owner.type) + "."), ve(h), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', m, O), ve(null);
|
|
515
515
|
}
|
|
@@ -521,19 +521,19 @@ Check the top-level render call using <` + m + ">.");
|
|
|
521
521
|
if (mt(h))
|
|
522
522
|
for (var m = 0; m < h.length; m++) {
|
|
523
523
|
var O = h[m];
|
|
524
|
-
Ot(O) &&
|
|
524
|
+
Ot(O) && Cn(O, T);
|
|
525
525
|
}
|
|
526
526
|
else if (Ot(h))
|
|
527
527
|
h._store && (h._store.validated = !0);
|
|
528
528
|
else if (h) {
|
|
529
|
-
var
|
|
530
|
-
if (typeof
|
|
531
|
-
for (var P =
|
|
532
|
-
Ot(
|
|
529
|
+
var C = w(h);
|
|
530
|
+
if (typeof C == "function" && C !== h.entries)
|
|
531
|
+
for (var P = C.call(h), k; !(k = P.next()).done; )
|
|
532
|
+
Ot(k.value) && Cn(k.value, T);
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
|
-
function
|
|
536
|
+
function Ii(h) {
|
|
537
537
|
{
|
|
538
538
|
var T = h.type;
|
|
539
539
|
if (T == null || typeof T == "string")
|
|
@@ -552,13 +552,13 @@ Check the top-level render call using <` + m + ">.");
|
|
|
552
552
|
yi(m, h.props, "prop", O, h);
|
|
553
553
|
} else if (T.PropTypes !== void 0 && !St) {
|
|
554
554
|
St = !0;
|
|
555
|
-
var
|
|
556
|
-
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
555
|
+
var C = ne(T);
|
|
556
|
+
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", C || "Unknown");
|
|
557
557
|
}
|
|
558
558
|
typeof T.getDefaultProps == "function" && !T.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
|
-
function
|
|
561
|
+
function Ci(h) {
|
|
562
562
|
{
|
|
563
563
|
for (var T = Object.keys(h.props), m = 0; m < T.length; m++) {
|
|
564
564
|
var O = T[m];
|
|
@@ -571,21 +571,21 @@ Check the top-level render call using <` + m + ">.");
|
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
573
|
var Mn = {};
|
|
574
|
-
function Rn(h, T, m, O,
|
|
574
|
+
function Rn(h, T, m, O, C, P) {
|
|
575
575
|
{
|
|
576
|
-
var
|
|
577
|
-
if (!
|
|
576
|
+
var k = He(h);
|
|
577
|
+
if (!k) {
|
|
578
578
|
var E = "";
|
|
579
579
|
(h === void 0 || typeof h == "object" && h !== null && Object.keys(h).length === 0) && (E += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
580
|
-
var z =
|
|
581
|
-
z ? E += z : E +=
|
|
580
|
+
var z = ji();
|
|
581
|
+
z ? E += z : E += kn();
|
|
582
582
|
var D;
|
|
583
583
|
h === null ? D = "null" : mt(h) ? D = "array" : h !== void 0 && h.$$typeof === n ? (D = "<" + (ne(h.type) || "Unknown") + " />", E = " Did you accidentally export a JSX literal instead of a component?") : D = typeof h, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", D, E);
|
|
584
584
|
}
|
|
585
|
-
var
|
|
586
|
-
if (
|
|
587
|
-
return
|
|
588
|
-
if (
|
|
585
|
+
var L = Ei(h, T, m, C, P);
|
|
586
|
+
if (L == null)
|
|
587
|
+
return L;
|
|
588
|
+
if (k) {
|
|
589
589
|
var J = T.children;
|
|
590
590
|
if (J !== void 0)
|
|
591
591
|
if (O)
|
|
@@ -599,20 +599,20 @@ Check the top-level render call using <` + m + ">.");
|
|
|
599
599
|
Pn(J, h);
|
|
600
600
|
}
|
|
601
601
|
if (Me.call(T, "key")) {
|
|
602
|
-
var he = ne(h), W = Object.keys(T).filter(function(
|
|
603
|
-
return
|
|
602
|
+
var he = ne(h), W = Object.keys(T).filter(function(Di) {
|
|
603
|
+
return Di !== "key";
|
|
604
604
|
}), At = W.length > 0 ? "{key: someKey, " + W.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
605
605
|
if (!Mn[he + At]) {
|
|
606
|
-
var
|
|
606
|
+
var xi = W.length > 0 ? "{" + W.join(": ..., ") + ": ...}" : "{}";
|
|
607
607
|
v(`A props object containing a "key" prop is being spread into JSX:
|
|
608
608
|
let props = %s;
|
|
609
609
|
<%s {...props} />
|
|
610
610
|
React keys must be passed directly to JSX without using spread:
|
|
611
611
|
let props = %s;
|
|
612
|
-
<%s key={someKey} {...props} />`, At, he,
|
|
612
|
+
<%s key={someKey} {...props} />`, At, he, xi, he), Mn[he + At] = !0;
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
|
-
return h === i ?
|
|
615
|
+
return h === i ? Ci(L) : Ii(L), L;
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
618
|
function Pi(h, T, m) {
|
|
@@ -627,8 +627,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
627
627
|
}
|
|
628
628
|
var Fi = {};
|
|
629
629
|
Fi.NODE_ENV === "production" ? Rt.exports = Ui() : Rt.exports = Li();
|
|
630
|
-
var
|
|
631
|
-
function
|
|
630
|
+
var tt = Rt.exports;
|
|
631
|
+
function N(t) {
|
|
632
632
|
if (typeof t == "number")
|
|
633
633
|
return (Math.abs(t * 2654435761) >>> 0).toString(16);
|
|
634
634
|
if (typeof t == "boolean")
|
|
@@ -647,7 +647,7 @@ function q(t) {
|
|
|
647
647
|
let e = 2166136261;
|
|
648
648
|
for (let n = 0; n < t.length; n++) {
|
|
649
649
|
e ^= (n + 1) * 2654435761;
|
|
650
|
-
const r =
|
|
650
|
+
const r = N(t[n]);
|
|
651
651
|
for (let i = 0; i < r.length; i++)
|
|
652
652
|
e ^= r.charCodeAt(i), e *= 16777619, e = e >>> 0;
|
|
653
653
|
}
|
|
@@ -657,27 +657,27 @@ function q(t) {
|
|
|
657
657
|
let e = 2166136261;
|
|
658
658
|
const n = Object.keys(t).sort();
|
|
659
659
|
for (let r = 0; r < n.length; r++) {
|
|
660
|
-
const i = n[r], s =
|
|
660
|
+
const i = n[r], s = N(i);
|
|
661
661
|
e ^= parseInt(s, 16), e *= 16777619, e = e >>> 0;
|
|
662
|
-
const o =
|
|
662
|
+
const o = N(t[i]);
|
|
663
663
|
e ^= parseInt(o, 16), e *= 16777619, e = e >>> 0;
|
|
664
664
|
}
|
|
665
665
|
return e.toString(16);
|
|
666
666
|
}
|
|
667
|
-
return
|
|
667
|
+
return N(String(t));
|
|
668
668
|
}
|
|
669
|
-
const
|
|
669
|
+
const U = {
|
|
670
670
|
Remove: "remove",
|
|
671
671
|
Replace: "replace",
|
|
672
672
|
Add: "add"
|
|
673
|
-
}, vr = Symbol.for("__MUTATIVE_PROXY_DRAFT__"), Ni = Symbol("__MUTATIVE_RAW_RETURN_SYMBOL__"),
|
|
673
|
+
}, vr = Symbol.for("__MUTATIVE_PROXY_DRAFT__"), Ni = Symbol("__MUTATIVE_RAW_RETURN_SYMBOL__"), ot = Symbol.iterator, Y = {
|
|
674
674
|
mutable: "mutable",
|
|
675
675
|
immutable: "immutable"
|
|
676
676
|
}, Jt = {};
|
|
677
|
-
function
|
|
677
|
+
function Ne(t, e) {
|
|
678
678
|
return t instanceof Map ? t.has(e) : Object.prototype.hasOwnProperty.call(t, e);
|
|
679
679
|
}
|
|
680
|
-
function
|
|
680
|
+
function Dn(t, e) {
|
|
681
681
|
if (e in t) {
|
|
682
682
|
let n = Reflect.getPrototypeOf(t);
|
|
683
683
|
for (; n; ) {
|
|
@@ -699,14 +699,14 @@ function H(t) {
|
|
|
699
699
|
return (e = t.copy) !== null && e !== void 0 ? e : t.original;
|
|
700
700
|
}
|
|
701
701
|
function Te(t) {
|
|
702
|
-
return !!
|
|
702
|
+
return !!j(t);
|
|
703
703
|
}
|
|
704
|
-
function
|
|
704
|
+
function j(t) {
|
|
705
705
|
return typeof t != "object" ? null : t == null ? void 0 : t[vr];
|
|
706
706
|
}
|
|
707
707
|
function en(t) {
|
|
708
708
|
var e;
|
|
709
|
-
const n =
|
|
709
|
+
const n = j(t);
|
|
710
710
|
return n ? (e = n.copy) !== null && e !== void 0 ? e : n.original : t;
|
|
711
711
|
}
|
|
712
712
|
function ee(t, e) {
|
|
@@ -717,11 +717,11 @@ function ee(t, e) {
|
|
|
717
717
|
}
|
|
718
718
|
function Sr(t, e = []) {
|
|
719
719
|
if (Object.hasOwnProperty.call(t, "key")) {
|
|
720
|
-
const n = t.parent.copy, r =
|
|
720
|
+
const n = t.parent.copy, r = j(de(n, t.key));
|
|
721
721
|
if (r !== null && (r == null ? void 0 : r.original) !== t.original)
|
|
722
722
|
return null;
|
|
723
723
|
const i = t.parent.type === 3, s = i ? Array.from(t.parent.setMap.keys()).indexOf(t.key) : t.key;
|
|
724
|
-
if (!(i && n.size > s ||
|
|
724
|
+
if (!(i && n.size > s || Ne(n, s)))
|
|
725
725
|
return null;
|
|
726
726
|
e.push(s);
|
|
727
727
|
}
|
|
@@ -741,11 +741,11 @@ function we(t) {
|
|
|
741
741
|
function de(t, e) {
|
|
742
742
|
return we(t) === 2 ? t.get(e) : t[e];
|
|
743
743
|
}
|
|
744
|
-
function
|
|
744
|
+
function We(t, e, n) {
|
|
745
745
|
we(t) === 2 ? t.set(e, n) : t[e] = n;
|
|
746
746
|
}
|
|
747
747
|
function Et(t, e) {
|
|
748
|
-
const n =
|
|
748
|
+
const n = j(t);
|
|
749
749
|
return (n ? H(n) : t)[e];
|
|
750
750
|
}
|
|
751
751
|
function ce(t, e) {
|
|
@@ -825,15 +825,15 @@ function Or(t, e) {
|
|
|
825
825
|
function V(t) {
|
|
826
826
|
t.copy || (t.copy = Or(t.original, t.options));
|
|
827
827
|
}
|
|
828
|
-
function
|
|
828
|
+
function De(t) {
|
|
829
829
|
if (!ee(t))
|
|
830
830
|
return en(t);
|
|
831
831
|
if (Array.isArray(t))
|
|
832
|
-
return t.map(
|
|
832
|
+
return t.map(De);
|
|
833
833
|
if (t instanceof Map) {
|
|
834
834
|
const n = Array.from(t.entries()).map(([r, i]) => [
|
|
835
835
|
r,
|
|
836
|
-
|
|
836
|
+
De(i)
|
|
837
837
|
]);
|
|
838
838
|
if (!Xt(t)) {
|
|
839
839
|
const r = Object.getPrototypeOf(t).constructor;
|
|
@@ -842,7 +842,7 @@ function xe(t) {
|
|
|
842
842
|
return new Map(n);
|
|
843
843
|
}
|
|
844
844
|
if (t instanceof Set) {
|
|
845
|
-
const n = Array.from(t).map(
|
|
845
|
+
const n = Array.from(t).map(De);
|
|
846
846
|
if (!Zt(t)) {
|
|
847
847
|
const r = Object.getPrototypeOf(t).constructor;
|
|
848
848
|
return new r(n);
|
|
@@ -851,11 +851,11 @@ function xe(t) {
|
|
|
851
851
|
}
|
|
852
852
|
const e = Object.create(Object.getPrototypeOf(t));
|
|
853
853
|
for (const n in t)
|
|
854
|
-
e[n] =
|
|
854
|
+
e[n] = De(t[n]);
|
|
855
855
|
return e;
|
|
856
856
|
}
|
|
857
|
-
function
|
|
858
|
-
return Te(t) ?
|
|
857
|
+
function ut(t) {
|
|
858
|
+
return Te(t) ? De(t) : t;
|
|
859
859
|
}
|
|
860
860
|
function ie(t) {
|
|
861
861
|
var e;
|
|
@@ -930,10 +930,10 @@ function Ar(t, e, n) {
|
|
|
930
930
|
if (e.add(t), tn(t, (s, o) => {
|
|
931
931
|
var u;
|
|
932
932
|
if (Te(o)) {
|
|
933
|
-
const a =
|
|
933
|
+
const a = j(o);
|
|
934
934
|
V(a);
|
|
935
935
|
const d = !((u = a.assignedMap) === null || u === void 0) && u.size || a.operated ? a.copy : a.original;
|
|
936
|
-
|
|
936
|
+
We(r ? i : t, s, d);
|
|
937
937
|
} else
|
|
938
938
|
Ar(o, e, n);
|
|
939
939
|
}), i) {
|
|
@@ -947,12 +947,12 @@ function Vi(t, e) {
|
|
|
947
947
|
const n = t.type === 3 ? t.setMap : t.copy;
|
|
948
948
|
t.finalities.revoke.length > 1 && t.assignedMap.get(e) && n && Ar(de(n, e), t.finalities.handledSet, t.options);
|
|
949
949
|
}
|
|
950
|
-
function
|
|
950
|
+
function xt(t) {
|
|
951
951
|
t.type === 3 && t.copy && (t.copy.clear(), t.setMap.forEach((e) => {
|
|
952
952
|
t.copy.add(en(e));
|
|
953
953
|
}));
|
|
954
954
|
}
|
|
955
|
-
function
|
|
955
|
+
function Dt(t, e, n, r) {
|
|
956
956
|
if (t.operated && t.assignedMap && t.assignedMap.size > 0 && !t.finalized) {
|
|
957
957
|
if (n && r) {
|
|
958
958
|
const s = Sr(t);
|
|
@@ -962,13 +962,13 @@ function xt(t, e, n, r) {
|
|
|
962
962
|
}
|
|
963
963
|
}
|
|
964
964
|
function nn(t, e, n, r) {
|
|
965
|
-
const i =
|
|
965
|
+
const i = j(n);
|
|
966
966
|
i && (i.callbacks || (i.callbacks = []), i.callbacks.push((s, o) => {
|
|
967
967
|
var u;
|
|
968
968
|
const a = t.type === 3 ? t.setMap : t.copy;
|
|
969
969
|
if (ce(de(a, e), n)) {
|
|
970
970
|
let d = i.original;
|
|
971
|
-
i.copy && (d = i.copy),
|
|
971
|
+
i.copy && (d = i.copy), xt(t), Dt(t, r, s, o), t.options.enableAutoFreeze && (t.options.updatedValues = (u = t.options.updatedValues) !== null && u !== void 0 ? u : /* @__PURE__ */ new WeakMap(), t.options.updatedValues.set(d, i.original)), We(a, e, d);
|
|
972
972
|
}
|
|
973
973
|
}), t.options.enableAutoFreeze && i.finalities !== t.finalities && (t.options.enableAutoFreeze = !1)), ee(n, t.options) && t.finalities.draft.push(() => {
|
|
974
974
|
const s = t.type === 3 ? t.setMap : t.copy;
|
|
@@ -982,24 +982,24 @@ function Wi(t, e, n, r, i) {
|
|
|
982
982
|
if (o.get(d.toString()) && a[d] !== s[d]) {
|
|
983
983
|
const c = e.concat([d]), f = be(c, i);
|
|
984
984
|
n.push({
|
|
985
|
-
op:
|
|
985
|
+
op: U.Replace,
|
|
986
986
|
path: f,
|
|
987
987
|
// If it is a draft, it needs to be deep cloned, and it may also be non-draft.
|
|
988
|
-
value:
|
|
988
|
+
value: ut(a[d])
|
|
989
989
|
}), r.push({
|
|
990
|
-
op:
|
|
990
|
+
op: U.Replace,
|
|
991
991
|
path: f,
|
|
992
992
|
// If it is a draft, it needs to be deep cloned, and it may also be non-draft.
|
|
993
|
-
value:
|
|
993
|
+
value: ut(s[d])
|
|
994
994
|
});
|
|
995
995
|
}
|
|
996
996
|
for (let d = s.length; d < a.length; d += 1) {
|
|
997
997
|
const c = e.concat([d]), f = be(c, i);
|
|
998
998
|
n.push({
|
|
999
|
-
op:
|
|
999
|
+
op: U.Add,
|
|
1000
1000
|
path: f,
|
|
1001
1001
|
// If it is a draft, it needs to be deep cloned, and it may also be non-draft.
|
|
1002
|
-
value:
|
|
1002
|
+
value: ut(a[d])
|
|
1003
1003
|
});
|
|
1004
1004
|
}
|
|
1005
1005
|
if (s.length < a.length) {
|
|
@@ -1007,7 +1007,7 @@ function Wi(t, e, n, r, i) {
|
|
|
1007
1007
|
if (d) {
|
|
1008
1008
|
const c = e.concat(["length"]), f = be(c, i);
|
|
1009
1009
|
r.push({
|
|
1010
|
-
op:
|
|
1010
|
+
op: U.Replace,
|
|
1011
1011
|
path: f,
|
|
1012
1012
|
value: s.length
|
|
1013
1013
|
});
|
|
@@ -1015,32 +1015,32 @@ function Wi(t, e, n, r, i) {
|
|
|
1015
1015
|
for (let c = a.length; s.length < c; c -= 1) {
|
|
1016
1016
|
const f = e.concat([c - 1]), l = be(f, i);
|
|
1017
1017
|
r.push({
|
|
1018
|
-
op:
|
|
1018
|
+
op: U.Remove,
|
|
1019
1019
|
path: l
|
|
1020
1020
|
});
|
|
1021
1021
|
}
|
|
1022
1022
|
}
|
|
1023
1023
|
}
|
|
1024
|
-
function
|
|
1024
|
+
function Qi({ original: t, copy: e, assignedMap: n }, r, i, s, o) {
|
|
1025
1025
|
n.forEach((u, a) => {
|
|
1026
|
-
const d = de(t, a), c =
|
|
1027
|
-
if (ce(d, c) && f ===
|
|
1026
|
+
const d = de(t, a), c = ut(de(e, a)), f = u ? Ne(t, a) ? U.Replace : U.Add : U.Remove;
|
|
1027
|
+
if (ce(d, c) && f === U.Replace)
|
|
1028
1028
|
return;
|
|
1029
1029
|
const l = r.concat(a), p = be(l, o);
|
|
1030
|
-
i.push(f ===
|
|
1030
|
+
i.push(f === U.Remove ? { op: f, path: p } : { op: f, path: p, value: c }), s.push(f === U.Add ? { op: U.Remove, path: p } : f === U.Remove ? { op: U.Add, path: p, value: d } : { op: U.Replace, path: p, value: d });
|
|
1031
1031
|
});
|
|
1032
1032
|
}
|
|
1033
|
-
function
|
|
1033
|
+
function Bi({ original: t, copy: e }, n, r, i, s) {
|
|
1034
1034
|
let o = 0;
|
|
1035
1035
|
t.forEach((u) => {
|
|
1036
1036
|
if (!e.has(u)) {
|
|
1037
1037
|
const a = n.concat([o]), d = be(a, s);
|
|
1038
1038
|
r.push({
|
|
1039
|
-
op:
|
|
1039
|
+
op: U.Remove,
|
|
1040
1040
|
path: d,
|
|
1041
1041
|
value: u
|
|
1042
1042
|
}), i.unshift({
|
|
1043
|
-
op:
|
|
1043
|
+
op: U.Add,
|
|
1044
1044
|
path: d,
|
|
1045
1045
|
value: u
|
|
1046
1046
|
});
|
|
@@ -1050,11 +1050,11 @@ function Gi({ original: t, copy: e }, n, r, i, s) {
|
|
|
1050
1050
|
if (!t.has(u)) {
|
|
1051
1051
|
const a = n.concat([o]), d = be(a, s);
|
|
1052
1052
|
r.push({
|
|
1053
|
-
op:
|
|
1053
|
+
op: U.Add,
|
|
1054
1054
|
path: d,
|
|
1055
1055
|
value: u
|
|
1056
1056
|
}), i.unshift({
|
|
1057
|
-
op:
|
|
1057
|
+
op: U.Remove,
|
|
1058
1058
|
path: d,
|
|
1059
1059
|
value: u
|
|
1060
1060
|
});
|
|
@@ -1062,16 +1062,16 @@ function Gi({ original: t, copy: e }, n, r, i, s) {
|
|
|
1062
1062
|
o += 1;
|
|
1063
1063
|
});
|
|
1064
1064
|
}
|
|
1065
|
-
function
|
|
1065
|
+
function Ve(t, e, n, r) {
|
|
1066
1066
|
const { pathAsArray: i = !0 } = t.options.enablePatches;
|
|
1067
1067
|
switch (t.type) {
|
|
1068
1068
|
case 0:
|
|
1069
1069
|
case 2:
|
|
1070
|
-
return
|
|
1070
|
+
return Qi(t, e, n, r, i);
|
|
1071
1071
|
case 1:
|
|
1072
1072
|
return Wi(t, e, n, r, i);
|
|
1073
1073
|
case 3:
|
|
1074
|
-
return
|
|
1074
|
+
return Bi(t, e, n, r, i);
|
|
1075
1075
|
}
|
|
1076
1076
|
}
|
|
1077
1077
|
const ct = (t, e, n = !1) => {
|
|
@@ -1079,23 +1079,23 @@ const ct = (t, e, n = !1) => {
|
|
|
1079
1079
|
throw new Error("Strict mode: Mutable data cannot be accessed directly, please use 'unsafe(callback)' wrap.");
|
|
1080
1080
|
}, Ut = {
|
|
1081
1081
|
get size() {
|
|
1082
|
-
return H(
|
|
1082
|
+
return H(j(this)).size;
|
|
1083
1083
|
},
|
|
1084
1084
|
has(t) {
|
|
1085
|
-
return H(
|
|
1085
|
+
return H(j(this)).has(t);
|
|
1086
1086
|
},
|
|
1087
1087
|
set(t, e) {
|
|
1088
|
-
const n =
|
|
1089
|
-
return (!r.has(t) || !ce(r.get(t), e)) && (V(n), ie(n), n.assignedMap.set(t, !0), n.copy.set(t, e), nn(n, t, e,
|
|
1088
|
+
const n = j(this), r = H(n);
|
|
1089
|
+
return (!r.has(t) || !ce(r.get(t), e)) && (V(n), ie(n), n.assignedMap.set(t, !0), n.copy.set(t, e), nn(n, t, e, Ve)), this;
|
|
1090
1090
|
},
|
|
1091
1091
|
delete(t) {
|
|
1092
1092
|
if (!this.has(t))
|
|
1093
1093
|
return !1;
|
|
1094
|
-
const e =
|
|
1094
|
+
const e = j(this);
|
|
1095
1095
|
return V(e), ie(e), e.original.has(t) ? e.assignedMap.set(t, !1) : e.assignedMap.delete(t), e.copy.delete(t), !0;
|
|
1096
1096
|
},
|
|
1097
1097
|
clear() {
|
|
1098
|
-
const t =
|
|
1098
|
+
const t = j(this);
|
|
1099
1099
|
if (this.size) {
|
|
1100
1100
|
V(t), ie(t), t.assignedMap = /* @__PURE__ */ new Map();
|
|
1101
1101
|
for (const [e] of t.original)
|
|
@@ -1104,14 +1104,14 @@ const ct = (t, e, n = !1) => {
|
|
|
1104
1104
|
}
|
|
1105
1105
|
},
|
|
1106
1106
|
forEach(t, e) {
|
|
1107
|
-
const n =
|
|
1107
|
+
const n = j(this);
|
|
1108
1108
|
H(n).forEach((r, i) => {
|
|
1109
1109
|
t.call(e, this.get(i), i, this);
|
|
1110
1110
|
});
|
|
1111
1111
|
},
|
|
1112
1112
|
get(t) {
|
|
1113
1113
|
var e, n;
|
|
1114
|
-
const r =
|
|
1114
|
+
const r = j(this), i = H(r).get(t), s = ((n = (e = r.options).mark) === null || n === void 0 ? void 0 : n.call(e, i, Y)) === Y.mutable;
|
|
1115
1115
|
if (r.options.strict && ct(i, r.options, s), s || r.finalized || !ee(i, r.options) || i !== r.original.get(t))
|
|
1116
1116
|
return i;
|
|
1117
1117
|
const o = Jt.createDraft({
|
|
@@ -1124,12 +1124,12 @@ const ct = (t, e, n = !1) => {
|
|
|
1124
1124
|
return V(r), r.copy.set(t, o), o;
|
|
1125
1125
|
},
|
|
1126
1126
|
keys() {
|
|
1127
|
-
return H(
|
|
1127
|
+
return H(j(this)).keys();
|
|
1128
1128
|
},
|
|
1129
1129
|
values() {
|
|
1130
1130
|
const t = this.keys();
|
|
1131
1131
|
return {
|
|
1132
|
-
[
|
|
1132
|
+
[ot]: () => this.values(),
|
|
1133
1133
|
next: () => {
|
|
1134
1134
|
const e = t.next();
|
|
1135
1135
|
return e.done ? e : {
|
|
@@ -1142,7 +1142,7 @@ const ct = (t, e, n = !1) => {
|
|
|
1142
1142
|
entries() {
|
|
1143
1143
|
const t = this.keys();
|
|
1144
1144
|
return {
|
|
1145
|
-
[
|
|
1145
|
+
[ot]: () => this.entries(),
|
|
1146
1146
|
next: () => {
|
|
1147
1147
|
const e = t.next();
|
|
1148
1148
|
if (e.done)
|
|
@@ -1155,17 +1155,17 @@ const ct = (t, e, n = !1) => {
|
|
|
1155
1155
|
}
|
|
1156
1156
|
};
|
|
1157
1157
|
},
|
|
1158
|
-
[
|
|
1158
|
+
[ot]() {
|
|
1159
1159
|
return this.entries();
|
|
1160
1160
|
}
|
|
1161
|
-
},
|
|
1161
|
+
}, Gi = Reflect.ownKeys(Ut), Ln = (t, e, { isValuesIterator: n }) => () => {
|
|
1162
1162
|
var r, i;
|
|
1163
1163
|
const s = e.next();
|
|
1164
1164
|
if (s.done)
|
|
1165
1165
|
return s;
|
|
1166
1166
|
const o = s.value;
|
|
1167
1167
|
let u = t.setMap.get(o);
|
|
1168
|
-
const a =
|
|
1168
|
+
const a = j(u), d = ((i = (r = t.options).mark) === null || i === void 0 ? void 0 : i.call(r, u, Y)) === Y.mutable;
|
|
1169
1169
|
if (t.options.strict && ct(o, t.options, d), !d && !a && ee(o, t.options) && !t.finalized && t.original.has(o)) {
|
|
1170
1170
|
const c = Jt.createDraft({
|
|
1171
1171
|
original: o,
|
|
@@ -1182,39 +1182,39 @@ const ct = (t, e, n = !1) => {
|
|
|
1182
1182
|
};
|
|
1183
1183
|
}, dt = {
|
|
1184
1184
|
get size() {
|
|
1185
|
-
return
|
|
1185
|
+
return j(this).setMap.size;
|
|
1186
1186
|
},
|
|
1187
1187
|
has(t) {
|
|
1188
|
-
const e =
|
|
1188
|
+
const e = j(this);
|
|
1189
1189
|
if (e.setMap.has(t))
|
|
1190
1190
|
return !0;
|
|
1191
1191
|
V(e);
|
|
1192
|
-
const n =
|
|
1192
|
+
const n = j(t);
|
|
1193
1193
|
return !!(n && e.setMap.has(n.original));
|
|
1194
1194
|
},
|
|
1195
1195
|
add(t) {
|
|
1196
|
-
const e =
|
|
1197
|
-
return this.has(t) || (V(e), ie(e), e.assignedMap.set(t, !0), e.setMap.set(t, t), nn(e, t, t,
|
|
1196
|
+
const e = j(this);
|
|
1197
|
+
return this.has(t) || (V(e), ie(e), e.assignedMap.set(t, !0), e.setMap.set(t, t), nn(e, t, t, Ve)), this;
|
|
1198
1198
|
},
|
|
1199
1199
|
delete(t) {
|
|
1200
1200
|
if (!this.has(t))
|
|
1201
1201
|
return !1;
|
|
1202
|
-
const e =
|
|
1202
|
+
const e = j(this);
|
|
1203
1203
|
V(e), ie(e);
|
|
1204
|
-
const n =
|
|
1204
|
+
const n = j(t);
|
|
1205
1205
|
return n && e.setMap.has(n.original) ? (e.assignedMap.set(n.original, !1), e.setMap.delete(n.original)) : (!n && e.setMap.has(t) ? e.assignedMap.set(t, !1) : e.assignedMap.delete(t), e.setMap.delete(t));
|
|
1206
1206
|
},
|
|
1207
1207
|
clear() {
|
|
1208
1208
|
if (!this.size)
|
|
1209
1209
|
return;
|
|
1210
|
-
const t =
|
|
1210
|
+
const t = j(this);
|
|
1211
1211
|
V(t), ie(t);
|
|
1212
1212
|
for (const e of t.original)
|
|
1213
1213
|
t.assignedMap.set(e, !1);
|
|
1214
1214
|
t.setMap.clear();
|
|
1215
1215
|
},
|
|
1216
1216
|
values() {
|
|
1217
|
-
const t =
|
|
1217
|
+
const t = j(this);
|
|
1218
1218
|
V(t);
|
|
1219
1219
|
const e = t.setMap.keys();
|
|
1220
1220
|
return {
|
|
@@ -1223,7 +1223,7 @@ const ct = (t, e, n = !1) => {
|
|
|
1223
1223
|
};
|
|
1224
1224
|
},
|
|
1225
1225
|
entries() {
|
|
1226
|
-
const t =
|
|
1226
|
+
const t = j(this);
|
|
1227
1227
|
V(t);
|
|
1228
1228
|
const e = t.setMap.keys();
|
|
1229
1229
|
return {
|
|
@@ -1236,7 +1236,7 @@ const ct = (t, e, n = !1) => {
|
|
|
1236
1236
|
keys() {
|
|
1237
1237
|
return this.values();
|
|
1238
1238
|
},
|
|
1239
|
-
[
|
|
1239
|
+
[ot]() {
|
|
1240
1240
|
return this.values();
|
|
1241
1241
|
},
|
|
1242
1242
|
forEach(t, e) {
|
|
@@ -1269,7 +1269,7 @@ Set.prototype.difference && Object.assign(dt, {
|
|
|
1269
1269
|
return Set.prototype.isDisjointFrom.call(new Set(this.values()), t);
|
|
1270
1270
|
}
|
|
1271
1271
|
});
|
|
1272
|
-
const Hi = Reflect.ownKeys(dt), Er = /* @__PURE__ */ new WeakSet(),
|
|
1272
|
+
const Hi = Reflect.ownKeys(dt), Er = /* @__PURE__ */ new WeakSet(), jr = {
|
|
1273
1273
|
get(t, e, n) {
|
|
1274
1274
|
var r, i;
|
|
1275
1275
|
const s = (r = t.copy) === null || r === void 0 ? void 0 : r[e];
|
|
@@ -1284,7 +1284,7 @@ const Hi = Reflect.ownKeys(dt), Er = /* @__PURE__ */ new WeakSet(), kr = {
|
|
|
1284
1284
|
return t.options.strict && ct(d, t.options, !0), d;
|
|
1285
1285
|
}
|
|
1286
1286
|
const u = H(t);
|
|
1287
|
-
if (u instanceof Map &&
|
|
1287
|
+
if (u instanceof Map && Gi.includes(e)) {
|
|
1288
1288
|
if (e === "size")
|
|
1289
1289
|
return Object.getOwnPropertyDescriptor(Ut, "size").get.call(t.proxy);
|
|
1290
1290
|
const d = Ut[e];
|
|
@@ -1298,8 +1298,8 @@ const Hi = Reflect.ownKeys(dt), Er = /* @__PURE__ */ new WeakSet(), kr = {
|
|
|
1298
1298
|
if (d)
|
|
1299
1299
|
return d.bind(t.proxy);
|
|
1300
1300
|
}
|
|
1301
|
-
if (!
|
|
1302
|
-
const d =
|
|
1301
|
+
if (!Ne(u, e)) {
|
|
1302
|
+
const d = Dn(u, e);
|
|
1303
1303
|
return d ? "value" in d ? d.value : (
|
|
1304
1304
|
// !case: support for getter
|
|
1305
1305
|
(i = d.get) === null || i === void 0 ? void 0 : i.call(t.proxy)
|
|
@@ -1316,7 +1316,7 @@ const Hi = Reflect.ownKeys(dt), Er = /* @__PURE__ */ new WeakSet(), kr = {
|
|
|
1316
1316
|
finalities: t.finalities,
|
|
1317
1317
|
options: t.options
|
|
1318
1318
|
}), typeof o == "function") {
|
|
1319
|
-
const d =
|
|
1319
|
+
const d = j(t.copy[e]);
|
|
1320
1320
|
return V(d), ie(d), d.copy;
|
|
1321
1321
|
}
|
|
1322
1322
|
return t.copy[e];
|
|
@@ -1330,11 +1330,11 @@ const Hi = Reflect.ownKeys(dt), Er = /* @__PURE__ */ new WeakSet(), kr = {
|
|
|
1330
1330
|
let i;
|
|
1331
1331
|
if (t.type === 1 && e !== "length" && !(Number.isInteger(i = Number(e)) && i >= 0 && (e === 0 || i === 0 || String(i) === String(e))))
|
|
1332
1332
|
throw new Error("Only supports setting array indices and the 'length' property.");
|
|
1333
|
-
const s =
|
|
1333
|
+
const s = Dn(H(t), e);
|
|
1334
1334
|
if (s != null && s.set)
|
|
1335
1335
|
return s.set.call(t.proxy, n), !0;
|
|
1336
|
-
const o = Et(H(t), e), u =
|
|
1337
|
-
return u && ce(u.original, n) ? (t.copy[e] = n, t.assignedMap = (r = t.assignedMap) !== null && r !== void 0 ? r : /* @__PURE__ */ new Map(), t.assignedMap.set(e, !1), !0) : (ce(n, o) && (n !== void 0 ||
|
|
1336
|
+
const o = Et(H(t), e), u = j(o);
|
|
1337
|
+
return u && ce(u.original, n) ? (t.copy[e] = n, t.assignedMap = (r = t.assignedMap) !== null && r !== void 0 ? r : /* @__PURE__ */ new Map(), t.assignedMap.set(e, !1), !0) : (ce(n, o) && (n !== void 0 || Ne(t.original, e)) || (V(t), ie(t), Ne(t.original, e) && ce(n, t.original[e]) ? t.assignedMap.delete(e) : t.assignedMap.set(e, !0), t.copy[e] = n, nn(t, e, n, Ve)), !0);
|
|
1338
1338
|
},
|
|
1339
1339
|
has(t, e) {
|
|
1340
1340
|
return e in H(t);
|
|
@@ -1362,7 +1362,7 @@ const Hi = Reflect.ownKeys(dt), Er = /* @__PURE__ */ new WeakSet(), kr = {
|
|
|
1362
1362
|
},
|
|
1363
1363
|
deleteProperty(t, e) {
|
|
1364
1364
|
var n;
|
|
1365
|
-
return t.type === 1 ?
|
|
1365
|
+
return t.type === 1 ? jr.set.call(this, t, e, void 0, t.proxy) : (Et(t.original, e) !== void 0 || e in t.original ? (V(t), ie(t), t.assignedMap.set(e, !1)) : (t.assignedMap = (n = t.assignedMap) !== null && n !== void 0 ? n : /* @__PURE__ */ new Map(), t.assignedMap.delete(e)), t.copy && delete t.copy[e], !0);
|
|
1366
1366
|
}
|
|
1367
1367
|
};
|
|
1368
1368
|
function rn(t) {
|
|
@@ -1379,26 +1379,26 @@ function rn(t) {
|
|
|
1379
1379
|
setMap: o === 3 ? new Map(e.entries()) : void 0
|
|
1380
1380
|
};
|
|
1381
1381
|
(r || "key" in t) && (u.key = r);
|
|
1382
|
-
const { proxy: a, revoke: d } = Proxy.revocable(o === 1 ? Object.assign([], u) : u,
|
|
1382
|
+
const { proxy: a, revoke: d } = Proxy.revocable(o === 1 ? Object.assign([], u) : u, jr);
|
|
1383
1383
|
if (i.revoke.push(d), Er.add(a), u.proxy = a, n) {
|
|
1384
1384
|
const c = n;
|
|
1385
1385
|
c.finalities.draft.push((f, l) => {
|
|
1386
1386
|
var p, y;
|
|
1387
|
-
const b =
|
|
1388
|
-
let
|
|
1389
|
-
const w = de(
|
|
1390
|
-
if (
|
|
1391
|
-
let v =
|
|
1392
|
-
|
|
1387
|
+
const b = j(a);
|
|
1388
|
+
let g = c.type === 3 ? c.setMap : c.copy;
|
|
1389
|
+
const w = de(g, r), _ = j(w);
|
|
1390
|
+
if (_) {
|
|
1391
|
+
let v = _.original;
|
|
1392
|
+
_.operated && (v = en(w)), xt(_), Dt(_, Ve, f, l), c.options.enableAutoFreeze && (c.options.updatedValues = (p = c.options.updatedValues) !== null && p !== void 0 ? p : /* @__PURE__ */ new WeakMap(), c.options.updatedValues.set(v, _.original)), We(g, r, v);
|
|
1393
1393
|
}
|
|
1394
1394
|
(y = b.callbacks) === null || y === void 0 || y.forEach((v) => {
|
|
1395
1395
|
v(f, l);
|
|
1396
1396
|
});
|
|
1397
1397
|
});
|
|
1398
1398
|
} else {
|
|
1399
|
-
const c =
|
|
1399
|
+
const c = j(a);
|
|
1400
1400
|
c.finalities.draft.push((f, l) => {
|
|
1401
|
-
|
|
1401
|
+
xt(c), Dt(c, Ve, f, l);
|
|
1402
1402
|
});
|
|
1403
1403
|
}
|
|
1404
1404
|
return a;
|
|
@@ -1406,15 +1406,15 @@ function rn(t) {
|
|
|
1406
1406
|
Jt.createDraft = rn;
|
|
1407
1407
|
function Yi(t, e, n, r, i) {
|
|
1408
1408
|
var s;
|
|
1409
|
-
const o =
|
|
1409
|
+
const o = j(t), u = (s = o == null ? void 0 : o.original) !== null && s !== void 0 ? s : t, a = !!e.length;
|
|
1410
1410
|
if (o != null && o.operated)
|
|
1411
1411
|
for (; o.finalities.draft.length > 0; )
|
|
1412
1412
|
o.finalities.draft.pop()(n, r);
|
|
1413
1413
|
const d = a ? e[0] : o ? o.operated ? o.copy : o.original : t;
|
|
1414
1414
|
return o && $t(o), i && Oe(d, d, o == null ? void 0 : o.options.updatedValues), [
|
|
1415
1415
|
d,
|
|
1416
|
-
n && a ? [{ op:
|
|
1417
|
-
r && a ? [{ op:
|
|
1416
|
+
n && a ? [{ op: U.Replace, path: [], value: e[0] }] : n,
|
|
1417
|
+
r && a ? [{ op: U.Replace, path: [], value: u }] : r
|
|
1418
1418
|
];
|
|
1419
1419
|
}
|
|
1420
1420
|
function Ji(t, e) {
|
|
@@ -1443,7 +1443,7 @@ function Ji(t, e) {
|
|
|
1443
1443
|
function Lt(t) {
|
|
1444
1444
|
const { rootDraft: e, value: n, useRawReturn: r = !1, isRoot: i = !0 } = t;
|
|
1445
1445
|
tn(n, (s, o, u) => {
|
|
1446
|
-
const a =
|
|
1446
|
+
const a = j(o);
|
|
1447
1447
|
if (a && e && a.finalities === e.finalities) {
|
|
1448
1448
|
t.isContainDraft = !0;
|
|
1449
1449
|
const d = a.original;
|
|
@@ -1451,13 +1451,13 @@ function Lt(t) {
|
|
|
1451
1451
|
const c = Array.from(u);
|
|
1452
1452
|
u.clear(), c.forEach((f) => u.add(s === f ? d : f));
|
|
1453
1453
|
} else
|
|
1454
|
-
|
|
1454
|
+
We(u, s, d);
|
|
1455
1455
|
} else typeof o == "object" && o !== null && (t.value = o, t.isRoot = !1, Lt(t));
|
|
1456
1456
|
}), i && (t.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."));
|
|
1457
1457
|
}
|
|
1458
|
-
function
|
|
1458
|
+
function kr(t) {
|
|
1459
1459
|
var e;
|
|
1460
|
-
const n =
|
|
1460
|
+
const n = j(t);
|
|
1461
1461
|
if (!ee(t, n == null ? void 0 : n.options))
|
|
1462
1462
|
return t;
|
|
1463
1463
|
const r = we(t);
|
|
@@ -1479,8 +1479,8 @@ function jr(t) {
|
|
|
1479
1479
|
if (tn(i, (o, u) => {
|
|
1480
1480
|
if (n && ce(de(n.original, o), u))
|
|
1481
1481
|
return;
|
|
1482
|
-
const a =
|
|
1483
|
-
a !== u && (i === t && s(),
|
|
1482
|
+
const a = kr(u);
|
|
1483
|
+
a !== u && (i === t && s(), We(i, o, a));
|
|
1484
1484
|
}), r === 3) {
|
|
1485
1485
|
const o = (e = n == null ? void 0 : n.original) !== null && e !== void 0 ? e : i;
|
|
1486
1486
|
return Zt(o) ? new Set(i) : new (Object.getPrototypeOf(o)).constructor(i);
|
|
@@ -1490,88 +1490,88 @@ function jr(t) {
|
|
|
1490
1490
|
function Fn(t) {
|
|
1491
1491
|
if (!Te(t))
|
|
1492
1492
|
throw new Error(`current() is only used for Draft, parameter: ${t}`);
|
|
1493
|
-
return
|
|
1493
|
+
return kr(t);
|
|
1494
1494
|
}
|
|
1495
1495
|
const Zi = (t) => function e(n, r, i) {
|
|
1496
1496
|
var s, o, u;
|
|
1497
1497
|
if (typeof n == "function" && typeof r != "function")
|
|
1498
|
-
return function(S, ...
|
|
1499
|
-
return e(S, (
|
|
1498
|
+
return function(S, ...I) {
|
|
1499
|
+
return e(S, (x) => n.call(this, x, ...I), r);
|
|
1500
1500
|
};
|
|
1501
1501
|
const a = n, d = r;
|
|
1502
1502
|
let c = i;
|
|
1503
1503
|
if (typeof r != "function" && (c = r), c !== void 0 && Object.prototype.toString.call(c) !== "[object Object]")
|
|
1504
1504
|
throw new Error(`Invalid options: ${c}, 'options' should be an object.`);
|
|
1505
1505
|
c = Object.assign(Object.assign({}, t), c);
|
|
1506
|
-
const f = Te(a) ? Fn(a) : a, l = Array.isArray(c.mark) ? (S,
|
|
1507
|
-
for (const
|
|
1508
|
-
if (typeof
|
|
1509
|
-
throw new Error(`Invalid mark: ${
|
|
1510
|
-
const R =
|
|
1506
|
+
const f = Te(a) ? Fn(a) : a, l = Array.isArray(c.mark) ? (S, I) => {
|
|
1507
|
+
for (const x of c.mark) {
|
|
1508
|
+
if (typeof x != "function")
|
|
1509
|
+
throw new Error(`Invalid mark: ${x}, 'mark' should be a function.`);
|
|
1510
|
+
const R = x(S, I);
|
|
1511
1511
|
if (R)
|
|
1512
1512
|
return R;
|
|
1513
1513
|
}
|
|
1514
|
-
} : c.mark, p = (s = c.enablePatches) !== null && s !== void 0 ? s : !1, y = (o = c.strict) !== null && o !== void 0 ? o : !1,
|
|
1514
|
+
} : c.mark, p = (s = c.enablePatches) !== null && s !== void 0 ? s : !1, y = (o = c.strict) !== null && o !== void 0 ? o : !1, g = {
|
|
1515
1515
|
enableAutoFreeze: (u = c.enableAutoFreeze) !== null && u !== void 0 ? u : !1,
|
|
1516
1516
|
mark: l,
|
|
1517
1517
|
strict: y,
|
|
1518
1518
|
enablePatches: p
|
|
1519
1519
|
};
|
|
1520
|
-
if (!ee(f,
|
|
1520
|
+
if (!ee(f, g) && typeof f == "object" && f !== null)
|
|
1521
1521
|
throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");
|
|
1522
|
-
const [w,
|
|
1522
|
+
const [w, _] = Ji(f, g);
|
|
1523
1523
|
if (typeof r != "function") {
|
|
1524
|
-
if (!ee(f,
|
|
1524
|
+
if (!ee(f, g))
|
|
1525
1525
|
throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");
|
|
1526
|
-
return [w,
|
|
1526
|
+
return [w, _];
|
|
1527
1527
|
}
|
|
1528
1528
|
let v;
|
|
1529
1529
|
try {
|
|
1530
1530
|
v = d(w);
|
|
1531
1531
|
} catch (S) {
|
|
1532
|
-
throw $t(
|
|
1532
|
+
throw $t(j(w)), S;
|
|
1533
1533
|
}
|
|
1534
1534
|
const A = (S) => {
|
|
1535
|
-
const
|
|
1535
|
+
const I = j(w);
|
|
1536
1536
|
if (!Te(S)) {
|
|
1537
|
-
if (S !== void 0 && !ce(S, w) && (
|
|
1537
|
+
if (S !== void 0 && !ce(S, w) && (I != null && I.operated))
|
|
1538
1538
|
throw new Error("Either the value is returned as a new non-draft value, or only the draft is modified without returning any value.");
|
|
1539
1539
|
const R = S == null ? void 0 : S[Ni];
|
|
1540
1540
|
if (R) {
|
|
1541
1541
|
const Pe = R[0];
|
|
1542
|
-
return
|
|
1543
|
-
rootDraft:
|
|
1542
|
+
return g.strict && typeof S == "object" && S !== null && Lt({
|
|
1543
|
+
rootDraft: I,
|
|
1544
1544
|
value: S,
|
|
1545
1545
|
useRawReturn: !0
|
|
1546
|
-
}),
|
|
1546
|
+
}), _([Pe]);
|
|
1547
1547
|
}
|
|
1548
1548
|
if (S !== void 0)
|
|
1549
|
-
return typeof S == "object" && S !== null && Lt({ rootDraft:
|
|
1549
|
+
return typeof S == "object" && S !== null && Lt({ rootDraft: I, value: S }), _([S]);
|
|
1550
1550
|
}
|
|
1551
1551
|
if (S === w || S === void 0)
|
|
1552
|
-
return
|
|
1553
|
-
const
|
|
1554
|
-
if (
|
|
1555
|
-
if (
|
|
1552
|
+
return _([]);
|
|
1553
|
+
const x = j(S);
|
|
1554
|
+
if (g === x.options) {
|
|
1555
|
+
if (x.operated)
|
|
1556
1556
|
throw new Error("Cannot return a modified child draft.");
|
|
1557
|
-
return
|
|
1557
|
+
return _([Fn(S)]);
|
|
1558
1558
|
}
|
|
1559
|
-
return
|
|
1559
|
+
return _([S]);
|
|
1560
1560
|
};
|
|
1561
1561
|
return v instanceof Promise ? v.then(A, (S) => {
|
|
1562
|
-
throw $t(
|
|
1562
|
+
throw $t(j(w)), S;
|
|
1563
1563
|
}) : A(v);
|
|
1564
1564
|
}, ft = Zi();
|
|
1565
1565
|
Object.prototype.constructor.toString();
|
|
1566
|
-
function
|
|
1566
|
+
function Ir(t, e) {
|
|
1567
1567
|
const n = Object.keys(t), r = Object.keys(e);
|
|
1568
1568
|
return n.length === r.length && Object.keys(t).every((i) => e.hasOwnProperty(i));
|
|
1569
1569
|
}
|
|
1570
1570
|
function Nn(t, e) {
|
|
1571
1571
|
return Object.keys(t).length === Object.keys(e).length && Object.keys(t).every((n) => e.hasOwnProperty(n) && t[n] === e[n]);
|
|
1572
1572
|
}
|
|
1573
|
-
function
|
|
1574
|
-
return typeof t != "object" || typeof e != "object" || t === null || e === null ? t === e :
|
|
1573
|
+
function at(t, e) {
|
|
1574
|
+
return typeof t != "object" || typeof e != "object" || t === null || e === null ? t === e : Ir(t, e) ? Object.keys(t).every((n) => at(t[n], e[n])) : !1;
|
|
1575
1575
|
}
|
|
1576
1576
|
function sn(t) {
|
|
1577
1577
|
if (!Ue(t))
|
|
@@ -1581,7 +1581,7 @@ function sn(t) {
|
|
|
1581
1581
|
r !== void 0 && (e[n] = r);
|
|
1582
1582
|
return e;
|
|
1583
1583
|
}
|
|
1584
|
-
function
|
|
1584
|
+
function Cr(t, e) {
|
|
1585
1585
|
if (!Ue(t) || !Ue(e))
|
|
1586
1586
|
return e;
|
|
1587
1587
|
const n = Object.assign({}, t);
|
|
@@ -1593,7 +1593,7 @@ function Ir(t, e) {
|
|
|
1593
1593
|
continue;
|
|
1594
1594
|
}
|
|
1595
1595
|
const i = Ue(t[r]) && Ue(e[r]);
|
|
1596
|
-
n[r] = i ?
|
|
1596
|
+
n[r] = i ? Cr(t[r], e[r]) : e[r];
|
|
1597
1597
|
}
|
|
1598
1598
|
return n;
|
|
1599
1599
|
}
|
|
@@ -1987,7 +1987,7 @@ class _e {
|
|
|
1987
1987
|
for (const e of Object.values(this.attrs))
|
|
1988
1988
|
if (un(e)) {
|
|
1989
1989
|
const [n, r, i] = e["forward-identity"];
|
|
1990
|
-
|
|
1990
|
+
Q(this.blobAttrs, [r, i], e);
|
|
1991
1991
|
}
|
|
1992
1992
|
return this._blobAttrs;
|
|
1993
1993
|
}
|
|
@@ -1998,7 +1998,7 @@ class _e {
|
|
|
1998
1998
|
for (const e of Object.values(this.attrs))
|
|
1999
1999
|
if (e["primary?"]) {
|
|
2000
2000
|
const [n, r] = e["forward-identity"];
|
|
2001
|
-
|
|
2001
|
+
Q(this._primaryKeys, [r], e);
|
|
2002
2002
|
}
|
|
2003
2003
|
return this._primaryKeys;
|
|
2004
2004
|
}
|
|
@@ -2008,7 +2008,7 @@ class _e {
|
|
|
2008
2008
|
this._forwardIdents = /* @__PURE__ */ new Map();
|
|
2009
2009
|
for (const e of Object.values(this.attrs)) {
|
|
2010
2010
|
const n = e["forward-identity"], [r, i, s] = n;
|
|
2011
|
-
|
|
2011
|
+
Q(this._forwardIdents, [i, s], e);
|
|
2012
2012
|
}
|
|
2013
2013
|
return this._forwardIdents;
|
|
2014
2014
|
}
|
|
@@ -2020,7 +2020,7 @@ class _e {
|
|
|
2020
2020
|
const n = e["reverse-identity"];
|
|
2021
2021
|
if (n) {
|
|
2022
2022
|
const [r, i, s] = n;
|
|
2023
|
-
|
|
2023
|
+
Q(this._revIdents, [i, s], e);
|
|
2024
2024
|
}
|
|
2025
2025
|
}
|
|
2026
2026
|
return this._revIdents;
|
|
@@ -2038,7 +2038,7 @@ function on(t) {
|
|
|
2038
2038
|
function un(t) {
|
|
2039
2039
|
return t["value-type"] === "blob";
|
|
2040
2040
|
}
|
|
2041
|
-
function
|
|
2041
|
+
function Ie(t, e) {
|
|
2042
2042
|
return e.reduce((n, r) => n && n.get(r), t);
|
|
2043
2043
|
}
|
|
2044
2044
|
function X(t, e) {
|
|
@@ -2051,7 +2051,7 @@ function X(t, e) {
|
|
|
2051
2051
|
const [n, ...r] = e;
|
|
2052
2052
|
t.has(n) && X(t.get(n), r);
|
|
2053
2053
|
}
|
|
2054
|
-
function
|
|
2054
|
+
function Q(t, e, n) {
|
|
2055
2055
|
let r = t;
|
|
2056
2056
|
const i = e.length - 1;
|
|
2057
2057
|
for (let s = 0; s < i; s++) {
|
|
@@ -2070,42 +2070,42 @@ function Mr(t, e, n) {
|
|
|
2070
2070
|
console.warn("no such attr", a, u);
|
|
2071
2071
|
continue;
|
|
2072
2072
|
}
|
|
2073
|
-
c["checked-data-type"] === "date" && n && (d = pt(d), o[2] = d), on(c) &&
|
|
2073
|
+
c["checked-data-type"] === "date" && n && (d = pt(d), o[2] = d), on(c) && Q(s, [d, a, u], o), Q(r, [u, a, d], o), Q(i, [a, u, d], o);
|
|
2074
2074
|
}
|
|
2075
2075
|
return { eav: r, aev: i, vae: s };
|
|
2076
2076
|
}
|
|
2077
2077
|
function Rr(t) {
|
|
2078
2078
|
return {
|
|
2079
|
-
triples:
|
|
2079
|
+
triples: B(t.eav, 3),
|
|
2080
2080
|
cardinalityInference: t.cardinalityInference,
|
|
2081
2081
|
useDateObjects: t.useDateObjects,
|
|
2082
2082
|
version: 1
|
|
2083
2083
|
};
|
|
2084
2084
|
}
|
|
2085
2085
|
function $r(t, e) {
|
|
2086
|
-
return
|
|
2086
|
+
return Le(t, e.triples, e.cardinalityInference, e.useDateObjects);
|
|
2087
2087
|
}
|
|
2088
|
-
function
|
|
2088
|
+
function xr(t, e) {
|
|
2089
2089
|
if (t)
|
|
2090
2090
|
return new _e(t.attrs, t.linkIndex);
|
|
2091
2091
|
if (e && "__type" in e)
|
|
2092
2092
|
return new _e(e.attrs, e.linkIndex);
|
|
2093
2093
|
}
|
|
2094
2094
|
function Ts(t, e) {
|
|
2095
|
-
return
|
|
2095
|
+
return Ie(t.eav, [e]) !== void 0;
|
|
2096
2096
|
}
|
|
2097
|
-
function
|
|
2097
|
+
function Le(t, e, n, r) {
|
|
2098
2098
|
const i = Mr(t, e, r);
|
|
2099
2099
|
return i.cardinalityInference = n, i.useDateObjects = r, i;
|
|
2100
2100
|
}
|
|
2101
|
-
function
|
|
2101
|
+
function Qe(t, e) {
|
|
2102
2102
|
var n, r;
|
|
2103
2103
|
let i;
|
|
2104
2104
|
if (Array.isArray(e[0])) {
|
|
2105
2105
|
const [o, u] = e[0], a = t.aev.get(o);
|
|
2106
2106
|
if (!a)
|
|
2107
2107
|
return null;
|
|
2108
|
-
i = (n =
|
|
2108
|
+
i = (n = B(a, 2).find((c) => c[2] === u)) === null || n === void 0 ? void 0 : n[0];
|
|
2109
2109
|
} else
|
|
2110
2110
|
i = e[0];
|
|
2111
2111
|
if (!i)
|
|
@@ -2115,7 +2115,7 @@ function We(t, e) {
|
|
|
2115
2115
|
const [o, u] = s, a = t.aev.get(o);
|
|
2116
2116
|
if (!a)
|
|
2117
2117
|
return null;
|
|
2118
|
-
const c = (r =
|
|
2118
|
+
const c = (r = B(a, 2).find((b) => b[2] === u)) === null || r === void 0 ? void 0 : r[0];
|
|
2119
2119
|
if (!c)
|
|
2120
2120
|
return null;
|
|
2121
2121
|
const [f, l, p, ...y] = e;
|
|
@@ -2125,8 +2125,8 @@ function We(t, e) {
|
|
|
2125
2125
|
return [i, ...u];
|
|
2126
2126
|
}
|
|
2127
2127
|
}
|
|
2128
|
-
function
|
|
2129
|
-
const r =
|
|
2128
|
+
function Dr(t, e, n) {
|
|
2129
|
+
const r = Qe(t, n);
|
|
2130
2130
|
if (!r)
|
|
2131
2131
|
return;
|
|
2132
2132
|
const [i, s, o] = r, u = e.getAttr(s);
|
|
@@ -2136,12 +2136,12 @@ let ws = 0;
|
|
|
2136
2136
|
function Ur(t, e, n) {
|
|
2137
2137
|
const [r, i, s] = n;
|
|
2138
2138
|
let o;
|
|
2139
|
-
const u =
|
|
2139
|
+
const u = Ie(t.eav, [r, i, s]);
|
|
2140
2140
|
return u && (o = u[3]), o || Date.now() * 10 + ws++;
|
|
2141
2141
|
}
|
|
2142
2142
|
function Lr(t, e, n) {
|
|
2143
2143
|
var r;
|
|
2144
|
-
const i =
|
|
2144
|
+
const i = Qe(t, n);
|
|
2145
2145
|
if (!i)
|
|
2146
2146
|
return;
|
|
2147
2147
|
let [s, o, u] = i;
|
|
@@ -2149,12 +2149,12 @@ function Lr(t, e, n) {
|
|
|
2149
2149
|
if (!a)
|
|
2150
2150
|
return;
|
|
2151
2151
|
a["checked-data-type"] === "date" && t.useDateObjects && (u = pt(u));
|
|
2152
|
-
const d =
|
|
2153
|
-
gs(a) ? (
|
|
2152
|
+
const d = Ie(t.eav, [s, o, u]), c = (r = d == null ? void 0 : d[3]) !== null && r !== void 0 ? r : Ur(t, a, i), f = [s, o, u, c];
|
|
2153
|
+
gs(a) ? (Q(t.eav, [s, o], /* @__PURE__ */ new Map([[u, f]])), Q(t.aev, [o, s], /* @__PURE__ */ new Map([[u, f]]))) : (Q(t.eav, [s, o, u], f), Q(t.aev, [o, s, u], f)), on(a) && Q(t.vae, [u, o, s], f);
|
|
2154
2154
|
}
|
|
2155
2155
|
function ms(t, e, n) {
|
|
2156
2156
|
var r;
|
|
2157
|
-
const i =
|
|
2157
|
+
const i = Qe(t, n);
|
|
2158
2158
|
if (!i)
|
|
2159
2159
|
return;
|
|
2160
2160
|
const [s, o, u] = i, a = e.getAttr(o);
|
|
@@ -2162,32 +2162,32 @@ function ms(t, e, n) {
|
|
|
2162
2162
|
return;
|
|
2163
2163
|
if (!un(a))
|
|
2164
2164
|
throw new Error("merge operation is not supported for links");
|
|
2165
|
-
const d =
|
|
2165
|
+
const d = Ie(t.eav, [s, o]);
|
|
2166
2166
|
if (!d)
|
|
2167
2167
|
return;
|
|
2168
2168
|
const c = (r = d.values().next()) === null || r === void 0 ? void 0 : r.value;
|
|
2169
2169
|
if (!c)
|
|
2170
2170
|
return;
|
|
2171
|
-
const f = c[2], l =
|
|
2171
|
+
const f = c[2], l = Cr(f, u), p = [
|
|
2172
2172
|
s,
|
|
2173
2173
|
o,
|
|
2174
2174
|
l,
|
|
2175
2175
|
Ur(t, a, c)
|
|
2176
2176
|
];
|
|
2177
|
-
|
|
2177
|
+
Q(t.eav, [s, o], /* @__PURE__ */ new Map([[l, p]])), Q(t.aev, [o, s], /* @__PURE__ */ new Map([[l, p]]));
|
|
2178
2178
|
}
|
|
2179
2179
|
function Nt(t, e, n) {
|
|
2180
2180
|
var r, i;
|
|
2181
|
-
const [s, o] = n, u =
|
|
2181
|
+
const [s, o] = n, u = Qe(t, [s]);
|
|
2182
2182
|
if (!u)
|
|
2183
2183
|
return;
|
|
2184
2184
|
const [a] = u, d = t.eav.get(a);
|
|
2185
2185
|
if (d) {
|
|
2186
2186
|
for (const f of d.keys()) {
|
|
2187
2187
|
const l = e.getAttr(f);
|
|
2188
|
-
l && l["on-delete-reverse"] === "cascade" &&
|
|
2189
|
-
var
|
|
2190
|
-
return Nt(t, e, [b, (
|
|
2188
|
+
l && l["on-delete-reverse"] === "cascade" && B(d.get(f), 1).forEach(([p, y, b]) => {
|
|
2189
|
+
var g;
|
|
2190
|
+
return Nt(t, e, [b, (g = l["reverse-identity"]) === null || g === void 0 ? void 0 : g[1]]);
|
|
2191
2191
|
}), // Fall back to deleting everything if we've rehydrated tx-steps from
|
|
2192
2192
|
// the store that didn't set `etype` in deleteEntity
|
|
2193
2193
|
(!o || // If we don't know about the attr, let's just get rid of it
|
|
@@ -2196,11 +2196,11 @@ function Nt(t, e, n) {
|
|
|
2196
2196
|
}
|
|
2197
2197
|
d.size === 0 && X(t.eav, [a]);
|
|
2198
2198
|
}
|
|
2199
|
-
const c = t.vae.get(a) &&
|
|
2199
|
+
const c = t.vae.get(a) && B(t.vae.get(a), 2);
|
|
2200
2200
|
c && c.forEach((f) => {
|
|
2201
2201
|
var l, p, y;
|
|
2202
|
-
const [b,
|
|
2203
|
-
(!o || !
|
|
2202
|
+
const [b, g, w] = f, _ = e.getAttr(g);
|
|
2203
|
+
(!o || !_ || ((l = _["reverse-identity"]) === null || l === void 0 ? void 0 : l[1]) === o) && (X(t.eav, [b, g, w]), X(t.aev, [g, b, w]), X(t.vae, [w, g, b])), _ && _["on-delete"] === "cascade" && ((p = _["reverse-identity"]) === null || p === void 0 ? void 0 : p[1]) === o && Nt(t, e, [b, (y = _["forward-identity"]) === null || y === void 0 ? void 0 : y[1]]);
|
|
2204
2204
|
}), ((i = t.vae.get(a)) === null || i === void 0 ? void 0 : i.size) === 0 && X(t.vae, [a]);
|
|
2205
2205
|
}
|
|
2206
2206
|
function Fr(t, e, n) {
|
|
@@ -2213,7 +2213,7 @@ function vs(t, [e]) {
|
|
|
2213
2213
|
t.addAttr(e);
|
|
2214
2214
|
}
|
|
2215
2215
|
function Nr(t) {
|
|
2216
|
-
return
|
|
2216
|
+
return B(t.eav, 3);
|
|
2217
2217
|
}
|
|
2218
2218
|
function Ss(t, e, [n]) {
|
|
2219
2219
|
if (!e.getAttr(n))
|
|
@@ -2234,7 +2234,7 @@ function As(t, e, n) {
|
|
|
2234
2234
|
ms(t, e, i);
|
|
2235
2235
|
break;
|
|
2236
2236
|
case "retract-triple":
|
|
2237
|
-
|
|
2237
|
+
Dr(t, e, i);
|
|
2238
2238
|
break;
|
|
2239
2239
|
case "delete-entity":
|
|
2240
2240
|
Nt(t, e, i);
|
|
@@ -2256,7 +2256,7 @@ function As(t, e, n) {
|
|
|
2256
2256
|
throw new Error(`unhandled transaction action: ${r}`);
|
|
2257
2257
|
}
|
|
2258
2258
|
}
|
|
2259
|
-
function
|
|
2259
|
+
function B(t, e, n = []) {
|
|
2260
2260
|
if (!t || e === 0)
|
|
2261
2261
|
return n;
|
|
2262
2262
|
if (e === 1) {
|
|
@@ -2265,10 +2265,10 @@ function G(t, e, n = []) {
|
|
|
2265
2265
|
return n;
|
|
2266
2266
|
}
|
|
2267
2267
|
for (const r of t.values())
|
|
2268
|
-
|
|
2268
|
+
B(r, e - 1, n);
|
|
2269
2269
|
return n;
|
|
2270
2270
|
}
|
|
2271
|
-
function
|
|
2271
|
+
function nt(t, e, n) {
|
|
2272
2272
|
var r;
|
|
2273
2273
|
const i = [];
|
|
2274
2274
|
if (n != null && n.hasOwnProperty("$not")) {
|
|
@@ -2293,7 +2293,7 @@ function tt(t, e, n) {
|
|
|
2293
2293
|
return i;
|
|
2294
2294
|
}
|
|
2295
2295
|
if (n != null && n.$comparator)
|
|
2296
|
-
return
|
|
2296
|
+
return B(e, 1).filter(n.$op);
|
|
2297
2297
|
const s = n.in || n.$in || [n];
|
|
2298
2298
|
for (const o of s) {
|
|
2299
2299
|
const u = e.get(o);
|
|
@@ -2305,20 +2305,20 @@ function Es(t, e, n) {
|
|
|
2305
2305
|
let r = "";
|
|
2306
2306
|
return t !== void 0 && (r += "e"), e !== void 0 && (r += "a"), n !== void 0 && (r += "v"), r;
|
|
2307
2307
|
}
|
|
2308
|
-
function
|
|
2308
|
+
function js(t, [e, n, r]) {
|
|
2309
2309
|
var i, s;
|
|
2310
2310
|
switch (Es(e, n, r)) {
|
|
2311
2311
|
case "e": {
|
|
2312
2312
|
const u = t.eav.get(e);
|
|
2313
|
-
return
|
|
2313
|
+
return B(u, 2);
|
|
2314
2314
|
}
|
|
2315
2315
|
case "ea": {
|
|
2316
2316
|
const u = (i = t.eav.get(e)) === null || i === void 0 ? void 0 : i.get(n);
|
|
2317
|
-
return
|
|
2317
|
+
return B(u, 1);
|
|
2318
2318
|
}
|
|
2319
2319
|
case "eav": {
|
|
2320
2320
|
const u = (s = t.eav.get(e)) === null || s === void 0 ? void 0 : s.get(n);
|
|
2321
|
-
return u ?
|
|
2321
|
+
return u ? nt(t, u, r) : [];
|
|
2322
2322
|
}
|
|
2323
2323
|
case "ev": {
|
|
2324
2324
|
const u = t.eav.get(e);
|
|
@@ -2326,12 +2326,12 @@ function ks(t, [e, n, r]) {
|
|
|
2326
2326
|
return [];
|
|
2327
2327
|
const a = [];
|
|
2328
2328
|
for (const d of u.values())
|
|
2329
|
-
a.push(...
|
|
2329
|
+
a.push(...nt(t, d, r));
|
|
2330
2330
|
return a;
|
|
2331
2331
|
}
|
|
2332
2332
|
case "a": {
|
|
2333
2333
|
const u = t.aev.get(n);
|
|
2334
|
-
return
|
|
2334
|
+
return B(u, 2);
|
|
2335
2335
|
}
|
|
2336
2336
|
case "av": {
|
|
2337
2337
|
const u = t.aev.get(n);
|
|
@@ -2339,27 +2339,27 @@ function ks(t, [e, n, r]) {
|
|
|
2339
2339
|
return [];
|
|
2340
2340
|
const a = [];
|
|
2341
2341
|
for (const d of u.values())
|
|
2342
|
-
a.push(...
|
|
2342
|
+
a.push(...nt(t, d, r));
|
|
2343
2343
|
return a;
|
|
2344
2344
|
}
|
|
2345
2345
|
case "v": {
|
|
2346
2346
|
const u = [];
|
|
2347
2347
|
for (const a of t.eav.values())
|
|
2348
2348
|
for (const d of a.values())
|
|
2349
|
-
u.push(...
|
|
2349
|
+
u.push(...nt(t, d, r));
|
|
2350
2350
|
return u;
|
|
2351
2351
|
}
|
|
2352
2352
|
default:
|
|
2353
|
-
return
|
|
2353
|
+
return B(t.eav, 3);
|
|
2354
2354
|
}
|
|
2355
2355
|
}
|
|
2356
|
-
function
|
|
2356
|
+
function ks(t, e, n) {
|
|
2357
2357
|
var r;
|
|
2358
2358
|
const i = {};
|
|
2359
2359
|
if (!e)
|
|
2360
2360
|
return i;
|
|
2361
2361
|
for (const [s, o] of e.entries()) {
|
|
2362
|
-
const u = (r = t.eav.get(n)) === null || r === void 0 ? void 0 : r.get(o.id), a =
|
|
2362
|
+
const u = (r = t.eav.get(n)) === null || r === void 0 ? void 0 : r.get(o.id), a = B(u, 1);
|
|
2363
2363
|
for (const d of a)
|
|
2364
2364
|
i[s] = d[2];
|
|
2365
2365
|
}
|
|
@@ -2373,7 +2373,7 @@ function me(t, e, n) {
|
|
|
2373
2373
|
var r;
|
|
2374
2374
|
return (r = t.revIdents.get(e)) === null || r === void 0 ? void 0 : r.get(n);
|
|
2375
2375
|
}
|
|
2376
|
-
function
|
|
2376
|
+
function Is(t, e) {
|
|
2377
2377
|
return t.blobAttrs.get(e);
|
|
2378
2378
|
}
|
|
2379
2379
|
function Kr(t, e) {
|
|
@@ -2381,13 +2381,13 @@ function Kr(t, e) {
|
|
|
2381
2381
|
const r = t.primaryKeys.get(e);
|
|
2382
2382
|
return r || ((n = t.forwardIdents.get(e)) === null || n === void 0 ? void 0 : n.get("id"));
|
|
2383
2383
|
}
|
|
2384
|
-
function
|
|
2385
|
-
const r =
|
|
2384
|
+
function Cs(t, e, n) {
|
|
2385
|
+
const r = Qe(t, n);
|
|
2386
2386
|
if (!r)
|
|
2387
2387
|
return;
|
|
2388
2388
|
const [i, s, o] = r;
|
|
2389
2389
|
if (e.getAttr(s))
|
|
2390
|
-
return
|
|
2390
|
+
return Ie(t.eav, [i, s]);
|
|
2391
2391
|
}
|
|
2392
2392
|
function Ps(t, e, n) {
|
|
2393
2393
|
const r = n.filter(([i, s, o, u, a]) => {
|
|
@@ -2400,7 +2400,7 @@ function Ps(t, e, n) {
|
|
|
2400
2400
|
const f = e.getAttr(o);
|
|
2401
2401
|
if (f) {
|
|
2402
2402
|
const l = Kr(e, f["forward-identity"][1]);
|
|
2403
|
-
c = !!
|
|
2403
|
+
c = !!Cs(t, e, [
|
|
2404
2404
|
s,
|
|
2405
2405
|
l == null ? void 0 : l.id,
|
|
2406
2406
|
s
|
|
@@ -2440,7 +2440,7 @@ function $s(t) {
|
|
|
2440
2440
|
return zn;
|
|
2441
2441
|
}
|
|
2442
2442
|
}
|
|
2443
|
-
const
|
|
2443
|
+
const xs = [
|
|
2444
2444
|
"in",
|
|
2445
2445
|
"$in",
|
|
2446
2446
|
"$not",
|
|
@@ -2448,14 +2448,14 @@ const Ds = [
|
|
|
2448
2448
|
"$comparator"
|
|
2449
2449
|
// covers all of $gt, $lt, etc.
|
|
2450
2450
|
];
|
|
2451
|
-
function
|
|
2452
|
-
for (const e of
|
|
2451
|
+
function Ds(t) {
|
|
2452
|
+
for (const e of xs)
|
|
2453
2453
|
if (t.hasOwnProperty(e))
|
|
2454
2454
|
return !0;
|
|
2455
2455
|
return !1;
|
|
2456
2456
|
}
|
|
2457
2457
|
function qr(t, e, n) {
|
|
2458
|
-
return n ? typeof t == "object" ?
|
|
2458
|
+
return n ? typeof t == "object" ? Ds(t) ? n : null : $s(t)(t, e, n) : null;
|
|
2459
2459
|
}
|
|
2460
2460
|
function Us(t, e, n) {
|
|
2461
2461
|
return t.reduce((r, i, s) => {
|
|
@@ -2479,30 +2479,30 @@ function Ns(t, { find: e, where: n }) {
|
|
|
2479
2479
|
return Kt(t, n).map((i) => an(i, e));
|
|
2480
2480
|
}
|
|
2481
2481
|
function Ks(t, e, n) {
|
|
2482
|
-
return
|
|
2482
|
+
return js(t, an(n, e));
|
|
2483
2483
|
}
|
|
2484
2484
|
const qs = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i;
|
|
2485
2485
|
function Ee(t) {
|
|
2486
2486
|
return typeof t == "string" && qs.test(t);
|
|
2487
2487
|
}
|
|
2488
|
-
const
|
|
2488
|
+
const q = [];
|
|
2489
2489
|
for (let t = 0; t < 256; ++t)
|
|
2490
|
-
|
|
2490
|
+
q.push((t + 256).toString(16).slice(1));
|
|
2491
2491
|
function zs(t, e = 0) {
|
|
2492
|
-
return (
|
|
2492
|
+
return (q[t[e + 0]] + q[t[e + 1]] + q[t[e + 2]] + q[t[e + 3]] + "-" + q[t[e + 4]] + q[t[e + 5]] + "-" + q[t[e + 6]] + q[t[e + 7]] + "-" + q[t[e + 8]] + q[t[e + 9]] + "-" + q[t[e + 10]] + q[t[e + 11]] + q[t[e + 12]] + q[t[e + 13]] + q[t[e + 14]] + q[t[e + 15]]).toLowerCase();
|
|
2493
2493
|
}
|
|
2494
|
-
let
|
|
2494
|
+
let jt;
|
|
2495
2495
|
const Vs = new Uint8Array(16);
|
|
2496
2496
|
function Ws() {
|
|
2497
|
-
if (!
|
|
2497
|
+
if (!jt) {
|
|
2498
2498
|
if (typeof crypto > "u" || !crypto.getRandomValues)
|
|
2499
2499
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
2500
|
-
|
|
2500
|
+
jt = crypto.getRandomValues.bind(crypto);
|
|
2501
2501
|
}
|
|
2502
|
-
return
|
|
2502
|
+
return jt(Vs);
|
|
2503
2503
|
}
|
|
2504
|
-
const
|
|
2505
|
-
function
|
|
2504
|
+
const Qs = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), Vn = { randomUUID: Qs };
|
|
2505
|
+
function Bs(t, e, n) {
|
|
2506
2506
|
var i;
|
|
2507
2507
|
if (Vn.randomUUID && !t)
|
|
2508
2508
|
return Vn.randomUUID();
|
|
@@ -2518,7 +2518,7 @@ function Wn(t) {
|
|
|
2518
2518
|
n.push(parseInt(e.substring(r, r + 2), 16));
|
|
2519
2519
|
return n;
|
|
2520
2520
|
}
|
|
2521
|
-
function
|
|
2521
|
+
function Gs(t, e) {
|
|
2522
2522
|
for (let n = 0; n < t.length; n++) {
|
|
2523
2523
|
if (t[n] < e[n])
|
|
2524
2524
|
return -1;
|
|
@@ -2528,10 +2528,10 @@ function Qs(t, e) {
|
|
|
2528
2528
|
return 0;
|
|
2529
2529
|
}
|
|
2530
2530
|
function Hs(t, e) {
|
|
2531
|
-
return
|
|
2531
|
+
return Gs(Wn(t), Wn(e));
|
|
2532
2532
|
}
|
|
2533
|
-
function
|
|
2534
|
-
return
|
|
2533
|
+
function K() {
|
|
2534
|
+
return Bs();
|
|
2535
2535
|
}
|
|
2536
2536
|
function Ys(t, e) {
|
|
2537
2537
|
return t.localeCompare(e);
|
|
@@ -2547,13 +2547,13 @@ function Js() {
|
|
|
2547
2547
|
}
|
|
2548
2548
|
const Zs = Js();
|
|
2549
2549
|
let Xs = 0;
|
|
2550
|
-
function
|
|
2550
|
+
function Ke(t) {
|
|
2551
2551
|
return yt(`_${t}`, Xs++);
|
|
2552
2552
|
}
|
|
2553
2553
|
function yt(t, e) {
|
|
2554
2554
|
return `?${t}-${e}`;
|
|
2555
2555
|
}
|
|
2556
|
-
class
|
|
2556
|
+
class je extends Error {
|
|
2557
2557
|
constructor(e) {
|
|
2558
2558
|
super(e), this.name = "AttrNotFoundError";
|
|
2559
2559
|
}
|
|
@@ -2561,10 +2561,10 @@ class ke extends Error {
|
|
|
2561
2561
|
function eo(t, e) {
|
|
2562
2562
|
const n = Kr(t, e);
|
|
2563
2563
|
if (!n)
|
|
2564
|
-
throw new
|
|
2564
|
+
throw new je(`Could not find id attr for ${e}`);
|
|
2565
2565
|
return n;
|
|
2566
2566
|
}
|
|
2567
|
-
function
|
|
2567
|
+
function Qn(t, e, n, r) {
|
|
2568
2568
|
return [to(t, e, n, r)];
|
|
2569
2569
|
}
|
|
2570
2570
|
function to(t, e, n, r) {
|
|
@@ -2581,23 +2581,23 @@ function no(t, e, n) {
|
|
|
2581
2581
|
function zr(t, e, n, r, i) {
|
|
2582
2582
|
const s = F(e, n, i), o = me(e, n, i), u = s || o;
|
|
2583
2583
|
if (!u)
|
|
2584
|
-
throw new
|
|
2584
|
+
throw new je(`Could not find attr for ${[n, i]}`);
|
|
2585
2585
|
if (u["value-type"] !== "ref")
|
|
2586
2586
|
throw new Error(`Attr ${u.id} is not a ref`);
|
|
2587
2587
|
const [a, d] = u["forward-identity"], [c, f] = u["reverse-identity"], l = r + 1, p = s ? [
|
|
2588
2588
|
t(d, r),
|
|
2589
2589
|
u.id,
|
|
2590
2590
|
t(f, l),
|
|
2591
|
-
|
|
2591
|
+
Ke("time")
|
|
2592
2592
|
] : [
|
|
2593
2593
|
t(d, l),
|
|
2594
2594
|
u.id,
|
|
2595
2595
|
t(f, r),
|
|
2596
|
-
|
|
2596
|
+
Ke("time")
|
|
2597
2597
|
];
|
|
2598
2598
|
return [s ? f : d, l, p, u, !!s];
|
|
2599
2599
|
}
|
|
2600
|
-
function
|
|
2600
|
+
function Bn(t, e) {
|
|
2601
2601
|
if (typeof e != "string")
|
|
2602
2602
|
return function(o) {
|
|
2603
2603
|
return !1;
|
|
@@ -2648,7 +2648,7 @@ function ro(t, e) {
|
|
|
2648
2648
|
}
|
|
2649
2649
|
};
|
|
2650
2650
|
if (e.hasOwnProperty("$like")) {
|
|
2651
|
-
const r =
|
|
2651
|
+
const r = Bn(!0, e.$like);
|
|
2652
2652
|
return {
|
|
2653
2653
|
$comparator: !0,
|
|
2654
2654
|
$op: function(s) {
|
|
@@ -2657,7 +2657,7 @@ function ro(t, e) {
|
|
|
2657
2657
|
};
|
|
2658
2658
|
}
|
|
2659
2659
|
if (e.hasOwnProperty("$ilike")) {
|
|
2660
|
-
const r =
|
|
2660
|
+
const r = Bn(!1, e.$ilike);
|
|
2661
2661
|
return {
|
|
2662
2662
|
$comparator: !0,
|
|
2663
2663
|
$op: function(s) {
|
|
@@ -2670,24 +2670,24 @@ function ro(t, e) {
|
|
|
2670
2670
|
function io(t, e, n, r, i, s) {
|
|
2671
2671
|
const o = F(e, n, i), u = me(e, n, i), a = o || u;
|
|
2672
2672
|
if (!a)
|
|
2673
|
-
throw new
|
|
2673
|
+
throw new je(`No attr for etype = ${n} label = ${i}`);
|
|
2674
2674
|
if (s != null && s.hasOwnProperty("$isNull")) {
|
|
2675
2675
|
const d = F(e, n, "id");
|
|
2676
2676
|
if (!d)
|
|
2677
|
-
throw new
|
|
2677
|
+
throw new je(`No attr for etype = ${n} label = id`);
|
|
2678
2678
|
return [
|
|
2679
2679
|
t(n, r),
|
|
2680
2680
|
d.id,
|
|
2681
2681
|
{ $isNull: { attrId: a.id, isNull: s.$isNull, reverse: !o } },
|
|
2682
|
-
|
|
2682
|
+
Ke("time")
|
|
2683
2683
|
];
|
|
2684
2684
|
}
|
|
2685
2685
|
return o ? [
|
|
2686
2686
|
t(n, r),
|
|
2687
2687
|
a.id,
|
|
2688
2688
|
ro(a, s),
|
|
2689
|
-
|
|
2690
|
-
] : [s, a.id, t(n, r),
|
|
2689
|
+
Ke("time")
|
|
2690
|
+
] : [s, a.id, t(n, r), Ke("time")];
|
|
2691
2691
|
}
|
|
2692
2692
|
function so(t, e, n, r, i) {
|
|
2693
2693
|
const [s, o, u] = i.reduce((a, d) => {
|
|
@@ -2715,7 +2715,7 @@ function co(t, e, n) {
|
|
|
2715
2715
|
return e == s ? s : `${s}-${n}`;
|
|
2716
2716
|
};
|
|
2717
2717
|
}
|
|
2718
|
-
function
|
|
2718
|
+
function Gn(t, e, n, r, i, s) {
|
|
2719
2719
|
const o = t(r, i), u = s.map((a, d) => {
|
|
2720
2720
|
const c = co(t, o, d);
|
|
2721
2721
|
return Vr(c, n, r, i, a);
|
|
@@ -2736,9 +2736,9 @@ function Hn(t, e, n, r, i) {
|
|
|
2736
2736
|
function Vr(t, e, n, r, i) {
|
|
2737
2737
|
return Object.entries(i).flatMap(([s, o]) => {
|
|
2738
2738
|
if (uo([s, o]))
|
|
2739
|
-
return
|
|
2739
|
+
return Gn(t, "or", e, n, r, o);
|
|
2740
2740
|
if (ao([s, o]))
|
|
2741
|
-
return
|
|
2741
|
+
return Gn(t, "and", e, n, r, o);
|
|
2742
2742
|
if (s === "$entityIdStartsWith")
|
|
2743
2743
|
return [];
|
|
2744
2744
|
const u = s.split(".");
|
|
@@ -2765,7 +2765,7 @@ function Vr(t, e, n, r, i) {
|
|
|
2765
2765
|
}
|
|
2766
2766
|
function lo(t, e, n, r) {
|
|
2767
2767
|
const i = yt;
|
|
2768
|
-
return r ? Vr(i, t, e, n, r).concat(
|
|
2768
|
+
return r ? Vr(i, t, e, n, r).concat(Qn(i, t, e, n)) : Qn(i, t, e, n);
|
|
2769
2769
|
}
|
|
2770
2770
|
function ho(t, e, n) {
|
|
2771
2771
|
return [t(e, n), t("time", n)];
|
|
@@ -2778,20 +2778,20 @@ function yo(t, e, n, { etype: r, level: i, form: s }, o) {
|
|
|
2778
2778
|
const u = Object.keys(s).filter((a) => a !== "$");
|
|
2779
2779
|
return u.length ? Object.entries(o).map(function([d, c]) {
|
|
2780
2780
|
return u.map(function(p) {
|
|
2781
|
-
var y, b,
|
|
2782
|
-
const w = !!(e.cardinalityInference && (!((
|
|
2781
|
+
var y, b, g;
|
|
2782
|
+
const w = !!(e.cardinalityInference && (!((g = (b = (y = n.linkIndex) === null || y === void 0 ? void 0 : y[r]) === null || b === void 0 ? void 0 : b[p]) === null || g === void 0) && g.isSingular));
|
|
2783
2783
|
try {
|
|
2784
|
-
const [
|
|
2785
|
-
etype:
|
|
2784
|
+
const [_, v, A] = po(t, n, r, i, p, d), S = Qr(e, n, {
|
|
2785
|
+
etype: _,
|
|
2786
2786
|
level: v,
|
|
2787
2787
|
form: s[p],
|
|
2788
2788
|
join: A
|
|
2789
|
-
}),
|
|
2790
|
-
return { [p]:
|
|
2791
|
-
} catch (
|
|
2792
|
-
if (
|
|
2789
|
+
}), I = w ? S[0] : S;
|
|
2790
|
+
return { [p]: I };
|
|
2791
|
+
} catch (_) {
|
|
2792
|
+
if (_ instanceof je)
|
|
2793
2793
|
return { [p]: w ? void 0 : [] };
|
|
2794
|
-
throw
|
|
2794
|
+
throw _;
|
|
2795
2795
|
}
|
|
2796
2796
|
}).reduce(function(p, y) {
|
|
2797
2797
|
return Object.assign(Object.assign({}, p), y);
|
|
@@ -2801,11 +2801,11 @@ function yo(t, e, n, { etype: r, level: i, form: s }, o) {
|
|
|
2801
2801
|
function bo(t, e, n) {
|
|
2802
2802
|
return n === "string" ? Zs(t, e) : t > e ? 1 : -1;
|
|
2803
2803
|
}
|
|
2804
|
-
function
|
|
2804
|
+
function Fe(t, e, n, r, i) {
|
|
2805
2805
|
return e === r || e == null && r == null ? Hs(t, n) : r == null ? 1 : e == null ? -1 : bo(e, r, i);
|
|
2806
2806
|
}
|
|
2807
2807
|
function lt([t, e], [n, r], i) {
|
|
2808
|
-
return
|
|
2808
|
+
return Fe(t, e, n, r, i);
|
|
2809
2809
|
}
|
|
2810
2810
|
function zt(t) {
|
|
2811
2811
|
return t == null ? t : new Date(t).getTime();
|
|
@@ -2835,7 +2835,7 @@ function wo(t, e, n, r) {
|
|
|
2835
2835
|
function mo(t, e, n) {
|
|
2836
2836
|
var r, i;
|
|
2837
2837
|
if (!Array.isArray(n.fields))
|
|
2838
|
-
return
|
|
2838
|
+
return Is(t, e);
|
|
2839
2839
|
const s = /* @__PURE__ */ new Map();
|
|
2840
2840
|
for (const o of n.fields) {
|
|
2841
2841
|
const u = F(t, e, o), a = (r = u == null ? void 0 : u["forward-identity"]) === null || r === void 0 ? void 0 : r[2];
|
|
@@ -2853,26 +2853,26 @@ function vo(t, e, { etype: n, pageInfo: r, dq: i, form: s }) {
|
|
|
2853
2853
|
let f = Ns(t, i);
|
|
2854
2854
|
const l = r == null ? void 0 : r["start-cursor"], p = wo(e, n, l, a);
|
|
2855
2855
|
if (p && ((u = p == null ? void 0 : p["forward-identity"]) === null || u === void 0 ? void 0 : u[2]) !== "id") {
|
|
2856
|
-
const
|
|
2857
|
-
f = f.map(([
|
|
2858
|
-
var v, A, S,
|
|
2859
|
-
let R = (
|
|
2860
|
-
return
|
|
2856
|
+
const g = p["checked-data-type"] === "date", w = p.id;
|
|
2857
|
+
f = f.map(([_]) => {
|
|
2858
|
+
var v, A, S, I, x;
|
|
2859
|
+
let R = (x = (I = (S = (A = (v = t.eav.get(_)) === null || v === void 0 ? void 0 : v.get(w)) === null || A === void 0 ? void 0 : A.values()) === null || S === void 0 ? void 0 : S.next()) === null || I === void 0 ? void 0 : I.value) === null || x === void 0 ? void 0 : x[2];
|
|
2860
|
+
return g && (R = zt(R)), [_, R];
|
|
2861
2861
|
});
|
|
2862
2862
|
}
|
|
2863
|
-
f.sort(c === "asc" ? function(w,
|
|
2864
|
-
return lt(w,
|
|
2865
|
-
} : function(w,
|
|
2866
|
-
return lt(
|
|
2863
|
+
f.sort(c === "asc" ? function(w, _) {
|
|
2864
|
+
return lt(w, _, p == null ? void 0 : p["checked-data-type"]);
|
|
2865
|
+
} : function(w, _) {
|
|
2866
|
+
return lt(_, w, p == null ? void 0 : p["checked-data-type"]);
|
|
2867
2867
|
});
|
|
2868
2868
|
let y = {};
|
|
2869
2869
|
const b = mo(e, n, i);
|
|
2870
|
-
for (const
|
|
2871
|
-
const [w] =
|
|
2872
|
-
if (y[w] || !d && l && p && _o(l, p, c,
|
|
2870
|
+
for (const g of f) {
|
|
2871
|
+
const [w] = g;
|
|
2872
|
+
if (y[w] || !d && l && p && _o(l, p, c, g))
|
|
2873
2873
|
continue;
|
|
2874
|
-
const
|
|
2875
|
-
|
|
2874
|
+
const _ = ks(t, b, w);
|
|
2875
|
+
_ && (y[w] = _);
|
|
2876
2876
|
}
|
|
2877
2877
|
return y;
|
|
2878
2878
|
}
|
|
@@ -2895,11 +2895,11 @@ function Oo(t, e, { etype: n, level: r, form: i, join: s, pageInfo: o }) {
|
|
|
2895
2895
|
pageInfo: o,
|
|
2896
2896
|
form: i,
|
|
2897
2897
|
dq: { where: l, find: p, fields: y }
|
|
2898
|
-
}),
|
|
2899
|
-
if (
|
|
2898
|
+
}), g = ((d = i.$) === null || d === void 0 ? void 0 : d.limit) || ((c = i.$) === null || c === void 0 ? void 0 : c.first) || ((f = i.$) === null || f === void 0 ? void 0 : f.last);
|
|
2899
|
+
if (g != null) {
|
|
2900
2900
|
r > 0 && console.warn("WARNING: Limits in child queries are only run client-side. Data returned from the server will not have a limit.");
|
|
2901
2901
|
const w = Object.entries(b);
|
|
2902
|
-
return w.length <=
|
|
2902
|
+
return w.length <= g ? b : Object.fromEntries(w.slice(0, g));
|
|
2903
2903
|
}
|
|
2904
2904
|
return b;
|
|
2905
2905
|
}
|
|
@@ -2907,12 +2907,12 @@ function Ao(t, e, n) {
|
|
|
2907
2907
|
try {
|
|
2908
2908
|
return Oo(t, e, n);
|
|
2909
2909
|
} catch (r) {
|
|
2910
|
-
if (r instanceof
|
|
2910
|
+
if (r instanceof je)
|
|
2911
2911
|
return {};
|
|
2912
2912
|
throw r;
|
|
2913
2913
|
}
|
|
2914
2914
|
}
|
|
2915
|
-
function
|
|
2915
|
+
function Qr(t, e, n) {
|
|
2916
2916
|
const r = Ao(t, e, n);
|
|
2917
2917
|
return yo(yt, t, e, n, r);
|
|
2918
2918
|
}
|
|
@@ -2927,9 +2927,9 @@ function Eo(t) {
|
|
|
2927
2927
|
};
|
|
2928
2928
|
return e;
|
|
2929
2929
|
}
|
|
2930
|
-
function
|
|
2930
|
+
function Br({ store: t, attrsStore: e, pageInfo: n, aggregate: r }, i) {
|
|
2931
2931
|
const o = { data: Object.keys(i).reduce(function(a, d) {
|
|
2932
|
-
return r != null && r[d] || d === "$$ruleParams" || (a[d] =
|
|
2932
|
+
return r != null && r[d] || d === "$$ruleParams" || (a[d] = Qr(t, e, {
|
|
2933
2933
|
etype: d,
|
|
2934
2934
|
form: i[d],
|
|
2935
2935
|
level: 0,
|
|
@@ -2938,7 +2938,7 @@ function Gr({ store: t, attrsStore: e, pageInfo: n, aggregate: r }, i) {
|
|
|
2938
2938
|
}, {}) };
|
|
2939
2939
|
return n && (o.pageInfo = Eo(n)), r && (o.aggregate = r), o;
|
|
2940
2940
|
}
|
|
2941
|
-
function
|
|
2941
|
+
function jo() {
|
|
2942
2942
|
const e = {
|
|
2943
2943
|
__etype: 1,
|
|
2944
2944
|
__ops: 1,
|
|
@@ -2952,7 +2952,7 @@ function ko() {
|
|
|
2952
2952
|
};
|
|
2953
2953
|
return new Set(Object.keys(e));
|
|
2954
2954
|
}
|
|
2955
|
-
const
|
|
2955
|
+
const ko = jo();
|
|
2956
2956
|
function Vt(t, e, n) {
|
|
2957
2957
|
const r = {
|
|
2958
2958
|
__etype: t,
|
|
@@ -2964,7 +2964,7 @@ function Vt(t, e, n) {
|
|
|
2964
2964
|
return n;
|
|
2965
2965
|
if (s === "__etype")
|
|
2966
2966
|
return t;
|
|
2967
|
-
if (
|
|
2967
|
+
if (ko.has(s))
|
|
2968
2968
|
return (o, u) => Vt(t, e, [
|
|
2969
2969
|
...n,
|
|
2970
2970
|
u ? [s, t, e, o, u] : [s, t, e, o]
|
|
@@ -2975,11 +2975,11 @@ function Vt(t, e, n) {
|
|
|
2975
2975
|
function ht(t) {
|
|
2976
2976
|
return t.startsWith("lookup__");
|
|
2977
2977
|
}
|
|
2978
|
-
function
|
|
2978
|
+
function Gr(t) {
|
|
2979
2979
|
const [e, n, ...r] = t.split("__");
|
|
2980
2980
|
return [n, JSON.parse(r.join("__"))];
|
|
2981
2981
|
}
|
|
2982
|
-
function
|
|
2982
|
+
function Io(t) {
|
|
2983
2983
|
return new Proxy({
|
|
2984
2984
|
__etype: t
|
|
2985
2985
|
}, {
|
|
@@ -2987,19 +2987,19 @@ function Co(t) {
|
|
|
2987
2987
|
if (n === "__etype")
|
|
2988
2988
|
return t;
|
|
2989
2989
|
const r = n;
|
|
2990
|
-
return ht(r) ? Vt(t,
|
|
2990
|
+
return ht(r) ? Vt(t, Gr(r), []) : Vt(t, r, []);
|
|
2991
2991
|
}
|
|
2992
2992
|
});
|
|
2993
2993
|
}
|
|
2994
2994
|
function cn() {
|
|
2995
2995
|
return new Proxy({}, {
|
|
2996
2996
|
get(t, e) {
|
|
2997
|
-
return
|
|
2997
|
+
return Io(e);
|
|
2998
2998
|
}
|
|
2999
2999
|
});
|
|
3000
3000
|
}
|
|
3001
3001
|
cn();
|
|
3002
|
-
function
|
|
3002
|
+
function Co(t) {
|
|
3003
3003
|
return t.__ops;
|
|
3004
3004
|
}
|
|
3005
3005
|
function Po(t, e) {
|
|
@@ -3048,11 +3048,11 @@ function $o(t, e, n) {
|
|
|
3048
3048
|
throw new Error(`${n} does not reference a valid link attribute.`);
|
|
3049
3049
|
return i;
|
|
3050
3050
|
}
|
|
3051
|
-
function
|
|
3052
|
-
return typeof t == "string" && !ht(t) ? null : typeof t == "string" && ht(t) ?
|
|
3051
|
+
function Qt(t) {
|
|
3052
|
+
return typeof t == "string" && !ht(t) ? null : typeof t == "string" && ht(t) ? Gr(t) : Mo(t);
|
|
3053
3053
|
}
|
|
3054
|
-
function
|
|
3055
|
-
const r =
|
|
3054
|
+
function G(t, e, n) {
|
|
3055
|
+
const r = Qt(n);
|
|
3056
3056
|
if (r === null)
|
|
3057
3057
|
return n;
|
|
3058
3058
|
const [i, s] = r, o = $o(t, e, i);
|
|
@@ -3062,7 +3062,7 @@ function Q(t, e, n) {
|
|
|
3062
3062
|
}
|
|
3063
3063
|
function Hr(t, e, n, r) {
|
|
3064
3064
|
var i;
|
|
3065
|
-
const s =
|
|
3065
|
+
const s = G(t, e, n);
|
|
3066
3066
|
return Array.isArray(s) ? [[
|
|
3067
3067
|
"add-triple",
|
|
3068
3068
|
s,
|
|
@@ -3070,44 +3070,44 @@ function Hr(t, e, n, r) {
|
|
|
3070
3070
|
s
|
|
3071
3071
|
]].concat(r) : r;
|
|
3072
3072
|
}
|
|
3073
|
-
function
|
|
3073
|
+
function xo({ attrsStore: t }, [e, n, r]) {
|
|
3074
3074
|
const i = Object.entries(r).flatMap(([s, o]) => {
|
|
3075
3075
|
const u = Array.isArray(o) ? o : [o], a = F(t, e, s), d = me(t, e, s);
|
|
3076
3076
|
return u.map((c) => a ? [
|
|
3077
3077
|
"add-triple",
|
|
3078
|
-
|
|
3078
|
+
G(t, e, n),
|
|
3079
3079
|
a.id,
|
|
3080
3080
|
// Uses `!` because if we get here, we should have created the attr if it doesn't
|
|
3081
3081
|
// already exist
|
|
3082
|
-
|
|
3082
|
+
G(t, a["reverse-identity"][1], c)
|
|
3083
3083
|
] : [
|
|
3084
3084
|
"add-triple",
|
|
3085
3085
|
// Uses `!` because if we get here, we should have created the attr if it doesn't
|
|
3086
3086
|
// already exist
|
|
3087
|
-
|
|
3087
|
+
G(t, d["forward-identity"][1], c),
|
|
3088
3088
|
d == null ? void 0 : d.id,
|
|
3089
|
-
|
|
3089
|
+
G(t, e, n)
|
|
3090
3090
|
]);
|
|
3091
3091
|
});
|
|
3092
3092
|
return Hr(t, e, n, i);
|
|
3093
3093
|
}
|
|
3094
|
-
function
|
|
3094
|
+
function Do({ attrsStore: t }, [e, n, r]) {
|
|
3095
3095
|
const i = Object.entries(r).flatMap(([s, o]) => {
|
|
3096
3096
|
const u = Array.isArray(o) ? o : [o], a = F(t, e, s), d = me(t, e, s);
|
|
3097
3097
|
return u.map((c) => a ? [
|
|
3098
3098
|
"retract-triple",
|
|
3099
|
-
|
|
3099
|
+
G(t, e, n),
|
|
3100
3100
|
a.id,
|
|
3101
3101
|
// Uses `!` because if we get here, we should have created the attr if it doesn't
|
|
3102
3102
|
// already exist
|
|
3103
|
-
|
|
3103
|
+
G(t, a["reverse-identity"][1], c)
|
|
3104
3104
|
] : [
|
|
3105
3105
|
"retract-triple",
|
|
3106
3106
|
// Uses `!` because if we get here, we should have created the attr if it doesn't
|
|
3107
3107
|
// already exist
|
|
3108
|
-
|
|
3108
|
+
G(t, d["forward-identity"][1], c),
|
|
3109
3109
|
d.id,
|
|
3110
|
-
|
|
3110
|
+
G(t, e, n)
|
|
3111
3111
|
]);
|
|
3112
3112
|
});
|
|
3113
3113
|
return Hr(t, e, n, i);
|
|
@@ -3119,7 +3119,7 @@ function Uo(t, e, n, r) {
|
|
|
3119
3119
|
for (const u of t || []) {
|
|
3120
3120
|
const a = u == null ? void 0 : u.aev.get(s);
|
|
3121
3121
|
if (a) {
|
|
3122
|
-
for (const [d, c, f] of
|
|
3122
|
+
for (const [d, c, f] of B(a, 2))
|
|
3123
3123
|
if (f === o)
|
|
3124
3124
|
return !0;
|
|
3125
3125
|
}
|
|
@@ -3139,14 +3139,14 @@ function Yr({ stores: t, attrsStore: e }, [n, r, i, s]) {
|
|
|
3139
3139
|
return (s == null ? void 0 : s.upsert) === !1 ? { mode: "update" } : (s == null ? void 0 : s.upsert) === !0 ? null : Uo(t, e, n, r) ? { mode: "update" } : null;
|
|
3140
3140
|
}
|
|
3141
3141
|
function Lo(t, e) {
|
|
3142
|
-
const { attrsStore: n } = t, [r, i, s, o] = e, u = sn(s), a =
|
|
3142
|
+
const { attrsStore: n } = t, [r, i, s, o] = e, u = sn(s), a = G(n, r, i);
|
|
3143
3143
|
return [["id", a]].concat(Object.entries(u)).map(([c, f]) => {
|
|
3144
3144
|
const l = F(n, r, c);
|
|
3145
3145
|
return l["checked-data-type"] === "date" && t.useDateObjects && (f = pt(f)), ["add-triple", a, l.id, f, { mode: "create" }];
|
|
3146
3146
|
});
|
|
3147
3147
|
}
|
|
3148
3148
|
function Fo(t, e) {
|
|
3149
|
-
const { attrsStore: n } = t, [r, i, s, o] = e, u = sn(s), a =
|
|
3149
|
+
const { attrsStore: n } = t, [r, i, s, o] = e, u = sn(s), a = G(n, r, i), d = Yr(t, [r, a, s, o]);
|
|
3150
3150
|
return [["id", a]].concat(Object.entries(u)).map(([f, l]) => {
|
|
3151
3151
|
const p = F(n, r, f);
|
|
3152
3152
|
return p["checked-data-type"] === "date" && t.useDateObjects && (l = pt(l)), [
|
|
@@ -3159,10 +3159,10 @@ function Fo(t, e) {
|
|
|
3159
3159
|
});
|
|
3160
3160
|
}
|
|
3161
3161
|
function No({ attrsStore: t }, [e, n]) {
|
|
3162
|
-
return [["delete-entity",
|
|
3162
|
+
return [["delete-entity", G(t, e, n), e]];
|
|
3163
3163
|
}
|
|
3164
3164
|
function Ko(t, e) {
|
|
3165
|
-
const { attrsStore: n } = t, [r, i, s, o] = e, u = sn(s), a =
|
|
3165
|
+
const { attrsStore: n } = t, [r, i, s, o] = e, u = sn(s), a = G(n, r, i), d = Yr(t, [r, a, s, o]), c = Object.entries(u).map(([l, p]) => {
|
|
3166
3166
|
const y = F(n, r, l);
|
|
3167
3167
|
return [
|
|
3168
3168
|
"deep-merge-triple",
|
|
@@ -3181,7 +3181,7 @@ function Ko(t, e) {
|
|
|
3181
3181
|
]].concat(c);
|
|
3182
3182
|
}
|
|
3183
3183
|
function qo({ attrsStore: t }, [e, n, r]) {
|
|
3184
|
-
return [["rule-params",
|
|
3184
|
+
return [["rule-params", G(t, e, n), e, r]];
|
|
3185
3185
|
}
|
|
3186
3186
|
function zo(t) {
|
|
3187
3187
|
const [e, n, r, i, s] = t;
|
|
@@ -3200,9 +3200,9 @@ function Vo(t, e) {
|
|
|
3200
3200
|
case "update":
|
|
3201
3201
|
return Fo(t, r);
|
|
3202
3202
|
case "link":
|
|
3203
|
-
return Do(t, r);
|
|
3204
|
-
case "unlink":
|
|
3205
3203
|
return xo(t, r);
|
|
3204
|
+
case "unlink":
|
|
3205
|
+
return Do(t, r);
|
|
3206
3206
|
case "delete":
|
|
3207
3207
|
return No(t, r);
|
|
3208
3208
|
case "ruleParams":
|
|
@@ -3222,7 +3222,7 @@ function Wo(t) {
|
|
|
3222
3222
|
return;
|
|
3223
3223
|
}
|
|
3224
3224
|
}
|
|
3225
|
-
function
|
|
3225
|
+
function Qo(t, e, n) {
|
|
3226
3226
|
var r, i;
|
|
3227
3227
|
const s = (i = (r = t.entities[e]) === null || r === void 0 ? void 0 : r.attrs) === null || i === void 0 ? void 0 : i[n];
|
|
3228
3228
|
if (n === "id")
|
|
@@ -3236,21 +3236,21 @@ function Bo(t, e, n) {
|
|
|
3236
3236
|
"checked-data-type": a
|
|
3237
3237
|
};
|
|
3238
3238
|
}
|
|
3239
|
-
function
|
|
3240
|
-
const i = t ?
|
|
3239
|
+
function rt(t, e, n, r) {
|
|
3240
|
+
const i = t ? Qo(t, e, n) : null, s = K(), u = [K(), e, n];
|
|
3241
3241
|
return Object.assign(Object.assign({ id: s, "forward-identity": u, "value-type": "blob", cardinality: "one", "unique?": !1, "index?": !1, isUnsynced: !0 }, i || {}), r || {});
|
|
3242
3242
|
}
|
|
3243
|
-
function
|
|
3243
|
+
function Bo(t, e, n) {
|
|
3244
3244
|
return Object.values(t.links).find((s) => s.forward.on === e && s.forward.label === n || s.reverse.on === e && s.reverse.label === n);
|
|
3245
3245
|
}
|
|
3246
|
-
function
|
|
3247
|
-
const r =
|
|
3246
|
+
function Go(t, e, n) {
|
|
3247
|
+
const r = Bo(t, e, n);
|
|
3248
3248
|
if (!r)
|
|
3249
3249
|
throw new Error(`Couldn't find the link ${e}.${n} in your schema`);
|
|
3250
3250
|
const { forward: i, reverse: s } = r;
|
|
3251
3251
|
return {
|
|
3252
|
-
"forward-identity": [
|
|
3253
|
-
"reverse-identity": [
|
|
3252
|
+
"forward-identity": [K(), i.on, i.label],
|
|
3253
|
+
"reverse-identity": [K(), s.on, s.label],
|
|
3254
3254
|
cardinality: i.has === "one" ? "one" : "many",
|
|
3255
3255
|
"unique?": s.has === "one",
|
|
3256
3256
|
"on-delete": i.onDelete,
|
|
@@ -3258,7 +3258,7 @@ function Qo(t, e, n) {
|
|
|
3258
3258
|
};
|
|
3259
3259
|
}
|
|
3260
3260
|
function Yn(t, e, n, r) {
|
|
3261
|
-
const i = t ?
|
|
3261
|
+
const i = t ? Go(t, e, n) : null, s = K(), o = [K(), e, n], u = [K(), n, e];
|
|
3262
3262
|
return Object.assign(Object.assign({
|
|
3263
3263
|
id: s,
|
|
3264
3264
|
// @ts-ignore: ts thinks it's any[]
|
|
@@ -3281,17 +3281,17 @@ const Ho = /* @__PURE__ */ new Set(["create", "update", "merge", "link", "unlink
|
|
|
3281
3281
|
"merge",
|
|
3282
3282
|
"delete",
|
|
3283
3283
|
"ruleParams"
|
|
3284
|
-
]),
|
|
3284
|
+
]), Bt = { "unique?": !0, "index?": !0 }, Xo = Object.assign(Object.assign({}, Bt), { cardinality: "one" });
|
|
3285
3285
|
function eu(t) {
|
|
3286
3286
|
const e = [], [n, r, i, s] = t;
|
|
3287
3287
|
if (!Zo.has(n))
|
|
3288
3288
|
return e;
|
|
3289
|
-
const o =
|
|
3289
|
+
const o = Qt(i);
|
|
3290
3290
|
if (o && e.push({ etype: r, lookupPair: o }), n === "link")
|
|
3291
3291
|
for (const [u, a] of Object.entries(s)) {
|
|
3292
3292
|
const d = Array.isArray(a) ? a : [a];
|
|
3293
3293
|
for (const c of d) {
|
|
3294
|
-
const f =
|
|
3294
|
+
const f = Qt(c);
|
|
3295
3295
|
f && e.push({
|
|
3296
3296
|
etype: r,
|
|
3297
3297
|
lookupPair: f,
|
|
@@ -3305,12 +3305,12 @@ function tu({ attrsStore: t, schema: e }, n) {
|
|
|
3305
3305
|
var r, i;
|
|
3306
3306
|
const s = /* @__PURE__ */ new Set(), o = [], u = [];
|
|
3307
3307
|
function a(y, b) {
|
|
3308
|
-
return F(t, y, b) || o.find((
|
|
3308
|
+
return F(t, y, b) || o.find((g) => g["forward-identity"][1] === y && g["forward-identity"][2] === b);
|
|
3309
3309
|
}
|
|
3310
3310
|
function d(y, b) {
|
|
3311
|
-
return me(t, y, b) || o.find((
|
|
3312
|
-
var w,
|
|
3313
|
-
return ((w =
|
|
3311
|
+
return me(t, y, b) || o.find((g) => {
|
|
3312
|
+
var w, _;
|
|
3313
|
+
return ((w = g["reverse-identity"]) === null || w === void 0 ? void 0 : w[1]) === y && ((_ = g["reverse-identity"]) === null || _ === void 0 ? void 0 : _[2]) === b;
|
|
3314
3314
|
});
|
|
3315
3315
|
}
|
|
3316
3316
|
function c(y) {
|
|
@@ -3325,40 +3325,40 @@ function tu({ attrsStore: t, schema: e }, n) {
|
|
|
3325
3325
|
!a(y, b);
|
|
3326
3326
|
}
|
|
3327
3327
|
function p(y, b) {
|
|
3328
|
-
const
|
|
3329
|
-
f(
|
|
3328
|
+
const g = a(y, b), w = d(y, b);
|
|
3329
|
+
f(g), f(w), !g && !w && c(Yn(e, y, b, Xo));
|
|
3330
3330
|
}
|
|
3331
3331
|
for (const y of n)
|
|
3332
|
-
for (const { etype: b, lookupPair:
|
|
3333
|
-
const
|
|
3332
|
+
for (const { etype: b, lookupPair: g, linkLabel: w } of eu(y)) {
|
|
3333
|
+
const _ = g[0];
|
|
3334
3334
|
if (w) {
|
|
3335
3335
|
p(b, w);
|
|
3336
3336
|
const v = a(b, w), A = d(b, w);
|
|
3337
3337
|
f(v), f(A);
|
|
3338
3338
|
const S = ((r = v == null ? void 0 : v["reverse-identity"]) === null || r === void 0 ? void 0 : r[1]) || ((i = A == null ? void 0 : A["forward-identity"]) === null || i === void 0 ? void 0 : i[1]) || w;
|
|
3339
|
-
if (l(S,
|
|
3340
|
-
p(S, Wt(
|
|
3339
|
+
if (l(S, _))
|
|
3340
|
+
p(S, Wt(_));
|
|
3341
3341
|
else {
|
|
3342
|
-
const
|
|
3343
|
-
|
|
3342
|
+
const I = a(S, _);
|
|
3343
|
+
I || c(rt(e, S, _, Bt)), f(I);
|
|
3344
3344
|
}
|
|
3345
|
-
} else if (l(b,
|
|
3346
|
-
p(b, Wt(
|
|
3345
|
+
} else if (l(b, _))
|
|
3346
|
+
p(b, Wt(_));
|
|
3347
3347
|
else {
|
|
3348
|
-
const v = a(b,
|
|
3349
|
-
v || c(
|
|
3348
|
+
const v = a(b, _);
|
|
3349
|
+
v || c(rt(e, b, _, Bt)), f(v);
|
|
3350
3350
|
}
|
|
3351
3351
|
}
|
|
3352
3352
|
for (const y of n) {
|
|
3353
|
-
const [b,
|
|
3353
|
+
const [b, g, w, _] = y;
|
|
3354
3354
|
if (Ho.has(b)) {
|
|
3355
|
-
const v = a(
|
|
3356
|
-
f(v), v || c(
|
|
3357
|
-
for (const A of Object.keys(
|
|
3358
|
-
const S = a(
|
|
3359
|
-
if (f(S), Jo.has(b) && (S || c(
|
|
3360
|
-
const
|
|
3361
|
-
!S && !
|
|
3355
|
+
const v = a(g, "id");
|
|
3356
|
+
f(v), v || c(rt(e, g, "id", { "unique?": !0 }));
|
|
3357
|
+
for (const A of Object.keys(_)) {
|
|
3358
|
+
const S = a(g, A);
|
|
3359
|
+
if (f(S), Jo.has(b) && (S || c(rt(e, g, A, A === "id" ? { "unique?": !0 } : null))), Yo.has(b)) {
|
|
3360
|
+
const I = d(g, A);
|
|
3361
|
+
!S && !I && c(Yn(e, g, A)), f(I);
|
|
3362
3362
|
}
|
|
3363
3363
|
}
|
|
3364
3364
|
}
|
|
@@ -3372,7 +3372,7 @@ function tu({ attrsStore: t, schema: e }, n) {
|
|
|
3372
3372
|
return [t, u];
|
|
3373
3373
|
}
|
|
3374
3374
|
function nu(t, e) {
|
|
3375
|
-
const r = (Array.isArray(e) ? e : [e]).flatMap((a) =>
|
|
3375
|
+
const r = (Array.isArray(e) ? e : [e]).flatMap((a) => Co(a)), [i, s] = tu(t, r), o = Object.assign(Object.assign({}, t), { attrsStore: i }), u = r.flatMap((a) => Vo(o, a));
|
|
3376
3376
|
return [...s, ...u];
|
|
3377
3377
|
}
|
|
3378
3378
|
var re = function(t, e, n, r) {
|
|
@@ -3405,12 +3405,12 @@ var re = function(t, e, n, r) {
|
|
|
3405
3405
|
function Jn(t, e) {
|
|
3406
3406
|
typeof requestIdleCallback > "u" ? t() : requestIdleCallback(t, { timeout: e });
|
|
3407
3407
|
}
|
|
3408
|
-
const
|
|
3408
|
+
const qe = "__meta";
|
|
3409
3409
|
class ru {
|
|
3410
3410
|
constructor(e, n) {
|
|
3411
3411
|
}
|
|
3412
3412
|
}
|
|
3413
|
-
class
|
|
3413
|
+
class Gt {
|
|
3414
3414
|
constructor(e) {
|
|
3415
3415
|
var n, r;
|
|
3416
3416
|
this._subs = [], this._nextSave = null, this._nextGc = null, this._pendingSaveKeys = /* @__PURE__ */ new Set(), this._loadedKeys = /* @__PURE__ */ new Set(), this._version = 0, this._meta = {
|
|
@@ -3426,7 +3426,7 @@ class Qt {
|
|
|
3426
3426
|
var e, n, r;
|
|
3427
3427
|
this._meta.loadingPromise && (yield this._meta.loadingPromise);
|
|
3428
3428
|
try {
|
|
3429
|
-
const i = this._persister.getItem(
|
|
3429
|
+
const i = this._persister.getItem(qe);
|
|
3430
3430
|
this._meta.loadingPromise = i;
|
|
3431
3431
|
const s = yield i;
|
|
3432
3432
|
this._meta.isLoading = !1, this._meta.error = null, this._meta.loadingPromise = null, this._meta.attempts = 0;
|
|
@@ -3507,10 +3507,10 @@ class Qt {
|
|
|
3507
3507
|
const i = [], s = e == null ? void 0 : e.skipGc;
|
|
3508
3508
|
if (this._meta.isLoading) {
|
|
3509
3509
|
const p = new Promise((y, b) => {
|
|
3510
|
-
var
|
|
3511
|
-
setTimeout(() => this._enqueuePersist(e ? Object.assign(Object.assign({}, e), { attempts: (e.attempts || 0) + 1 }) : { attempts: 1 }).then(y).catch(b), 10 + ((
|
|
3510
|
+
var g;
|
|
3511
|
+
setTimeout(() => this._enqueuePersist(e ? Object.assign(Object.assign({}, e), { attempts: (e.attempts || 0) + 1 }) : { attempts: 1 }).then(y).catch(b), 10 + ((g = e == null ? void 0 : e.attempts) !== null && g !== void 0 ? g : 0) * 1e3);
|
|
3512
3512
|
});
|
|
3513
|
-
return i.push(p), Promise.all(i).then((y) => y.reduce((b,
|
|
3513
|
+
return i.push(p), Promise.all(i).then((y) => y.reduce((b, g) => b + g, 0));
|
|
3514
3514
|
}
|
|
3515
3515
|
const o = this._meta.value;
|
|
3516
3516
|
if (!o)
|
|
@@ -3522,18 +3522,18 @@ class Qt {
|
|
|
3522
3522
|
const y = this._persister.removeItem(p);
|
|
3523
3523
|
i.push(y.then(() => 1)), this._loadedKeys.delete(p), this._pendingSaveKeys.delete(p);
|
|
3524
3524
|
}
|
|
3525
|
-
const d = [], c = [[
|
|
3525
|
+
const d = [], c = [[qe, o]], f = (n = o.objects) !== null && n !== void 0 ? n : {};
|
|
3526
3526
|
o.objects = f;
|
|
3527
3527
|
for (const p of a)
|
|
3528
3528
|
if (this._loadedKeys.has(p)) {
|
|
3529
3529
|
const y = this.serialize(p, this.currentValue[p]);
|
|
3530
3530
|
c.push([p, y]);
|
|
3531
|
-
const b = this._objectSize(y),
|
|
3531
|
+
const b = this._objectSize(y), g = (r = f[p]) !== null && r !== void 0 ? r : {
|
|
3532
3532
|
createdAt: Date.now(),
|
|
3533
3533
|
updatedAt: Date.now(),
|
|
3534
3534
|
size: b
|
|
3535
3535
|
};
|
|
3536
|
-
|
|
3536
|
+
g.updatedAt = Date.now(), g.size = b, f[p] = g, this._pendingSaveKeys.delete(p);
|
|
3537
3537
|
} else
|
|
3538
3538
|
d.push(p);
|
|
3539
3539
|
const l = this._persister.multiSet(c);
|
|
@@ -3554,7 +3554,7 @@ class Qt {
|
|
|
3554
3554
|
if (!this._gcOpts)
|
|
3555
3555
|
return;
|
|
3556
3556
|
const e = new Set(yield this._persister.getAllKeys());
|
|
3557
|
-
e.delete(
|
|
3557
|
+
e.delete(qe);
|
|
3558
3558
|
const n = new Set(Object.keys(this.currentValue));
|
|
3559
3559
|
for (const l of Object.keys(this._loadingKeys))
|
|
3560
3560
|
n.add(l);
|
|
@@ -3713,19 +3713,19 @@ function au(t, e, n) {
|
|
|
3713
3713
|
var u, a, d, c;
|
|
3714
3714
|
const f = {};
|
|
3715
3715
|
for (const [y, b] of Object.entries(r)) {
|
|
3716
|
-
const
|
|
3717
|
-
if (
|
|
3718
|
-
const
|
|
3719
|
-
createdAt:
|
|
3720
|
-
updatedAt:
|
|
3721
|
-
size: (c = (d = (a = (u =
|
|
3716
|
+
const g = typeof b == "string" ? JSON.parse(b) : b;
|
|
3717
|
+
if (g.lastAccessed) {
|
|
3718
|
+
const _ = {
|
|
3719
|
+
createdAt: g.lastAccessed,
|
|
3720
|
+
updatedAt: g.lastAccessed,
|
|
3721
|
+
size: (c = (d = (a = (u = g.result) === null || u === void 0 ? void 0 : u.store) === null || a === void 0 ? void 0 : a.triples) === null || d === void 0 ? void 0 : d.length) !== null && c !== void 0 ? c : 0
|
|
3722
3722
|
};
|
|
3723
|
-
f[y] =
|
|
3723
|
+
f[y] = _;
|
|
3724
3724
|
}
|
|
3725
|
-
const w = n.put(
|
|
3725
|
+
const w = n.put(g, y);
|
|
3726
3726
|
i.add(w);
|
|
3727
3727
|
}
|
|
3728
|
-
const l = { objects: f }, p = n.put(l,
|
|
3728
|
+
const l = { objects: f }, p = n.put(l, qe);
|
|
3729
3729
|
i.add(p);
|
|
3730
3730
|
for (const y of i)
|
|
3731
3731
|
y.onsuccess = () => {
|
|
@@ -3751,19 +3751,19 @@ function cu(t, e) {
|
|
|
3751
3751
|
return;
|
|
3752
3752
|
const r = yield new Promise((c, f) => {
|
|
3753
3753
|
const y = n.transaction(["kv"], "readonly").objectStore("kv").openCursor();
|
|
3754
|
-
y.onerror = (
|
|
3755
|
-
f(
|
|
3754
|
+
y.onerror = (g) => {
|
|
3755
|
+
f(g);
|
|
3756
3756
|
};
|
|
3757
3757
|
const b = [];
|
|
3758
3758
|
y.onsuccess = () => {
|
|
3759
|
-
const
|
|
3760
|
-
if (
|
|
3761
|
-
const w =
|
|
3762
|
-
b.push([w,
|
|
3759
|
+
const g = y.result;
|
|
3760
|
+
if (g) {
|
|
3761
|
+
const w = g.key, _ = g.value;
|
|
3762
|
+
b.push([w, _]), g.continue();
|
|
3763
3763
|
} else
|
|
3764
3764
|
c(b);
|
|
3765
|
-
}, y.onerror = (
|
|
3766
|
-
f(
|
|
3765
|
+
}, y.onerror = (g) => {
|
|
3766
|
+
f(g);
|
|
3767
3767
|
};
|
|
3768
3768
|
}), i = e.transaction(["kv", "querySubs"], "readwrite"), s = i.objectStore("kv"), o = i.objectStore("querySubs"), u = [], a = { objects: {} };
|
|
3769
3769
|
for (const [c, f] of r)
|
|
@@ -3785,7 +3785,7 @@ function cu(t, e) {
|
|
|
3785
3785
|
break;
|
|
3786
3786
|
}
|
|
3787
3787
|
}
|
|
3788
|
-
const d = Zn(
|
|
3788
|
+
const d = Zn(qe, a, s);
|
|
3789
3789
|
u.push(d), yield Promise.all(u), yield new Promise((c, f) => {
|
|
3790
3790
|
i.oncomplete = (l) => c(l), i.onerror = (l) => f(l), i.onabort = (l) => f(l);
|
|
3791
3791
|
});
|
|
@@ -3939,11 +3939,11 @@ class Zr {
|
|
|
3939
3939
|
};
|
|
3940
3940
|
}
|
|
3941
3941
|
}
|
|
3942
|
-
class
|
|
3942
|
+
class ke extends Error {
|
|
3943
3943
|
constructor(e, n) {
|
|
3944
3944
|
super(e), this.hint = n;
|
|
3945
3945
|
const r = new.target.prototype;
|
|
3946
|
-
Object.setPrototypeOf && Object.setPrototypeOf(this, r), Error.captureStackTrace && Error.captureStackTrace(this,
|
|
3946
|
+
Object.setPrototypeOf && Object.setPrototypeOf(this, r), Error.captureStackTrace && Error.captureStackTrace(this, ke), this.name = "InstantError";
|
|
3947
3947
|
}
|
|
3948
3948
|
get [Symbol.toStringTag]() {
|
|
3949
3949
|
return "InstantError";
|
|
@@ -3976,7 +3976,7 @@ var fu = function(t, e, n, r) {
|
|
|
3976
3976
|
d((r = r.apply(t, e || [])).next());
|
|
3977
3977
|
});
|
|
3978
3978
|
};
|
|
3979
|
-
class bt extends
|
|
3979
|
+
class bt extends ke {
|
|
3980
3980
|
constructor(e) {
|
|
3981
3981
|
var n;
|
|
3982
3982
|
const r = ((n = e.body) === null || n === void 0 ? void 0 : n.message) || `API Error (${e.status})`;
|
|
@@ -3994,7 +3994,7 @@ function te(t, e) {
|
|
|
3994
3994
|
return n.status === 200 ? Promise.resolve(r) : Promise.reject(new bt({ status: n.status, body: r }));
|
|
3995
3995
|
});
|
|
3996
3996
|
}
|
|
3997
|
-
var
|
|
3997
|
+
var Ce = function(t, e, n, r) {
|
|
3998
3998
|
function i(s) {
|
|
3999
3999
|
return s instanceof n ? s : new n(function(o) {
|
|
4000
4000
|
o(s);
|
|
@@ -4029,7 +4029,7 @@ function lu({ apiURI: t, appId: e, email: n }) {
|
|
|
4029
4029
|
});
|
|
4030
4030
|
}
|
|
4031
4031
|
function hu(t) {
|
|
4032
|
-
return
|
|
4032
|
+
return Ce(this, arguments, void 0, function* ({ apiURI: e, appId: n, email: r, code: i, refreshToken: s }) {
|
|
4033
4033
|
return yield te(`${e}/runtime/auth/verify_magic_code`, {
|
|
4034
4034
|
method: "POST",
|
|
4035
4035
|
headers: { "content-type": "application/json" },
|
|
@@ -4042,7 +4042,7 @@ function hu(t) {
|
|
|
4042
4042
|
});
|
|
4043
4043
|
}
|
|
4044
4044
|
function pu(t) {
|
|
4045
|
-
return
|
|
4045
|
+
return Ce(this, arguments, void 0, function* ({ apiURI: e, appId: n, refreshToken: r }) {
|
|
4046
4046
|
return yield te(`${e}/runtime/auth/verify_refresh_token`, {
|
|
4047
4047
|
method: "POST",
|
|
4048
4048
|
headers: { "content-type": "application/json" },
|
|
@@ -4054,7 +4054,7 @@ function pu(t) {
|
|
|
4054
4054
|
});
|
|
4055
4055
|
}
|
|
4056
4056
|
function yu(t) {
|
|
4057
|
-
return
|
|
4057
|
+
return Ce(this, arguments, void 0, function* ({ apiURI: e, appId: n }) {
|
|
4058
4058
|
return yield te(`${e}/runtime/auth/sign_in_guest`, {
|
|
4059
4059
|
method: "POST",
|
|
4060
4060
|
headers: { "content-type": "application/json" },
|
|
@@ -4065,7 +4065,7 @@ function yu(t) {
|
|
|
4065
4065
|
});
|
|
4066
4066
|
}
|
|
4067
4067
|
function er(t) {
|
|
4068
|
-
return
|
|
4068
|
+
return Ce(this, arguments, void 0, function* ({ apiURI: e, appId: n, code: r, codeVerifier: i, refreshToken: s }) {
|
|
4069
4069
|
return yield te(`${e}/runtime/oauth/token`, {
|
|
4070
4070
|
method: "POST",
|
|
4071
4071
|
headers: { "content-type": "application/json" },
|
|
@@ -4079,7 +4079,7 @@ function er(t) {
|
|
|
4079
4079
|
});
|
|
4080
4080
|
}
|
|
4081
4081
|
function bu(t) {
|
|
4082
|
-
return
|
|
4082
|
+
return Ce(this, arguments, void 0, function* ({ apiURI: e, appId: n, nonce: r, idToken: i, clientName: s, refreshToken: o }) {
|
|
4083
4083
|
return yield te(`${e}/runtime/oauth/id_token`, {
|
|
4084
4084
|
method: "POST",
|
|
4085
4085
|
headers: { "content-type": "application/json" },
|
|
@@ -4094,7 +4094,7 @@ function bu(t) {
|
|
|
4094
4094
|
});
|
|
4095
4095
|
}
|
|
4096
4096
|
function _u(t) {
|
|
4097
|
-
return
|
|
4097
|
+
return Ce(this, arguments, void 0, function* ({ apiURI: e, appId: n, refreshToken: r }) {
|
|
4098
4098
|
return yield te(`${e}/runtime/signout`, {
|
|
4099
4099
|
method: "POST",
|
|
4100
4100
|
headers: {
|
|
@@ -4229,7 +4229,7 @@ function Su(t, e, n) {
|
|
|
4229
4229
|
return s;
|
|
4230
4230
|
}
|
|
4231
4231
|
function Ou(t, e) {
|
|
4232
|
-
if (t.isLoading !== e.isLoading || t.error !== e.error || (t.user || e.user) && (!t.user || !e.user || !Nn(t.user, e.user)) || !
|
|
4232
|
+
if (t.isLoading !== e.isLoading || t.error !== e.error || (t.user || e.user) && (!t.user || !e.user || !Nn(t.user, e.user)) || !Ir(t.peers, e.peers))
|
|
4233
4233
|
return !0;
|
|
4234
4234
|
for (const r of Object.keys(t.peers))
|
|
4235
4235
|
if (!Nn(t.peers[r], e.peers[r]))
|
|
@@ -4276,7 +4276,7 @@ function ir(t) {
|
|
|
4276
4276
|
}, e;
|
|
4277
4277
|
}, {});
|
|
4278
4278
|
}
|
|
4279
|
-
const ni = "v0.22.
|
|
4279
|
+
const ni = "v0.22.94";
|
|
4280
4280
|
function Au(t, e) {
|
|
4281
4281
|
return {
|
|
4282
4282
|
info: t ? (...n) => console.info(...n, e()) : () => {
|
|
@@ -4341,7 +4341,7 @@ const sr = [
|
|
|
4341
4341
|
default:
|
|
4342
4342
|
return !0;
|
|
4343
4343
|
}
|
|
4344
|
-
},
|
|
4344
|
+
}, ju = (t, e, n, r, i, s, o) => {
|
|
4345
4345
|
const u = s.valueType === "json", a = (d, c, f) => {
|
|
4346
4346
|
if (!ri(f, c, u))
|
|
4347
4347
|
throw new M(`Invalid value for operator '${d}' on attribute '${r}' in entity '${i}'. Expected ${c}, but received: ${typeof f}`, o);
|
|
@@ -4380,10 +4380,10 @@ const sr = [
|
|
|
4380
4380
|
return;
|
|
4381
4381
|
const a = t;
|
|
4382
4382
|
for (const [d, c] of Object.entries(a))
|
|
4383
|
-
|
|
4383
|
+
ju(d, c, s, e, r, n, `${i}.${d}`);
|
|
4384
4384
|
} else if (!ri(t, s, o))
|
|
4385
4385
|
throw new M(`Invalid value for attribute '${e}' in entity '${r}'. Expected ${s}, but received: ${typeof t}`, i);
|
|
4386
|
-
},
|
|
4386
|
+
}, ku = (t, e, n, r, i) => {
|
|
4387
4387
|
const s = t.split(".");
|
|
4388
4388
|
if (s.length < 2)
|
|
4389
4389
|
throw new M(`Invalid dot notation path '${t}'. Must contain at least one dot.`, i);
|
|
@@ -4433,7 +4433,7 @@ const sr = [
|
|
|
4433
4433
|
continue;
|
|
4434
4434
|
}
|
|
4435
4435
|
if (i.includes(".")) {
|
|
4436
|
-
|
|
4436
|
+
ku(i, s, e, n, `${r}.${i}`);
|
|
4437
4437
|
continue;
|
|
4438
4438
|
}
|
|
4439
4439
|
const o = n.entities[e];
|
|
@@ -4453,7 +4453,7 @@ const sr = [
|
|
|
4453
4453
|
Ae(s, i, d, e, `${r}.${i}`);
|
|
4454
4454
|
}
|
|
4455
4455
|
}
|
|
4456
|
-
},
|
|
4456
|
+
}, Iu = (t, e, n, r, i = 0) => {
|
|
4457
4457
|
for (const o of Object.keys(t))
|
|
4458
4458
|
if (!sr.includes(o))
|
|
4459
4459
|
throw new M(`Invalid query parameter '${o}' in $ object. Valid parameters are: ${sr.join(", ")}. Found: ${o}`, r);
|
|
@@ -4492,7 +4492,7 @@ const sr = [
|
|
|
4492
4492
|
const u = t[o];
|
|
4493
4493
|
if (typeof u != "object" || u === null)
|
|
4494
4494
|
throw new M(`Query parameter '$' must be an object in entity '${e}', but received: ${typeof u}`, `${r}.$`);
|
|
4495
|
-
|
|
4495
|
+
Iu(u, e, n, `${r}.$`, i);
|
|
4496
4496
|
}
|
|
4497
4497
|
}, or = (t, e) => {
|
|
4498
4498
|
if (typeof t != "object" || t === null)
|
|
@@ -4519,7 +4519,7 @@ class Z extends Error {
|
|
|
4519
4519
|
super(e), this.name = "TransactionValidationError";
|
|
4520
4520
|
}
|
|
4521
4521
|
}
|
|
4522
|
-
const oi = (t) => t.length > 0 ? t.join(", ") : "none",
|
|
4522
|
+
const oi = (t) => t.length > 0 ? t.join(", ") : "none", Cu = (t, e) => new Z(`Entity '${t}' does not exist in schema. Available entities: ${oi(e)}`), ar = {
|
|
4523
4523
|
string: (t) => typeof t == "string",
|
|
4524
4524
|
number: (t) => typeof t == "number" && !isNaN(t),
|
|
4525
4525
|
boolean: (t) => typeof t == "boolean",
|
|
@@ -4531,9 +4531,9 @@ const oi = (t) => t.length > 0 ? t.join(", ") : "none", Iu = (t, e) => new Z(`En
|
|
|
4531
4531
|
}, ui = (t, e) => {
|
|
4532
4532
|
const n = e.entities[t];
|
|
4533
4533
|
if (!n)
|
|
4534
|
-
throw
|
|
4534
|
+
throw Cu(t, Object.keys(e.entities));
|
|
4535
4535
|
return n;
|
|
4536
|
-
},
|
|
4536
|
+
}, kt = (t, e, n) => {
|
|
4537
4537
|
const r = ui(t, n);
|
|
4538
4538
|
if (typeof e != "object" || e === null)
|
|
4539
4539
|
throw new Z(`Arguments for data operation on entity '${t}' must be an object, but received: ${typeof e}`);
|
|
@@ -4563,9 +4563,9 @@ const oi = (t) => t.length > 0 ? t.join(", ") : "none", Iu = (t, e) => new Z(`En
|
|
|
4563
4563
|
}
|
|
4564
4564
|
}
|
|
4565
4565
|
}, Mu = {
|
|
4566
|
-
create:
|
|
4567
|
-
update:
|
|
4568
|
-
merge:
|
|
4566
|
+
create: kt,
|
|
4567
|
+
update: kt,
|
|
4568
|
+
merge: kt,
|
|
4569
4569
|
link: cr,
|
|
4570
4570
|
unlink: cr,
|
|
4571
4571
|
delete: () => {
|
|
@@ -4652,7 +4652,7 @@ class fr {
|
|
|
4652
4652
|
return this.conn.send(JSON.stringify(e));
|
|
4653
4653
|
}
|
|
4654
4654
|
}
|
|
4655
|
-
class
|
|
4655
|
+
class xu {
|
|
4656
4656
|
constructor(e, n) {
|
|
4657
4657
|
this.type = "sse", this.initParams = null, this.sendQueue = [], this.closeFired = !1, this.sseInitTimeout = void 0, this.id = `${this.type}_${ai++}`, this.url = n, this.ES = e, this.conn = new e(n), this.sseInitTimeout = setTimeout(() => {
|
|
4658
4658
|
this.initParams || this.handleError();
|
|
@@ -4765,10 +4765,10 @@ var lr = function(t, e, n, r) {
|
|
|
4765
4765
|
d((r = r.apply(t, e || [])).next());
|
|
4766
4766
|
});
|
|
4767
4767
|
};
|
|
4768
|
-
function
|
|
4768
|
+
function Du(t, e) {
|
|
4769
4769
|
const n = t.values;
|
|
4770
4770
|
if (n) {
|
|
4771
|
-
const r =
|
|
4771
|
+
const r = xr(n.attrsStore, null);
|
|
4772
4772
|
if (r) {
|
|
4773
4773
|
for (const i of n.entities || [])
|
|
4774
4774
|
i.store.useDateObjects = e, i.store = $r(r, i.store);
|
|
@@ -4794,15 +4794,15 @@ function Lu(t, e, n) {
|
|
|
4794
4794
|
const s = (r = e == null ? void 0 : e.state) === null || r === void 0 ? void 0 : r.txId, o = (i = n == null ? void 0 : n.state) === null || i === void 0 ? void 0 : i.txId;
|
|
4795
4795
|
return s && (!o || s > o) ? e : o && (!s || o > s) ? n : e || n;
|
|
4796
4796
|
}
|
|
4797
|
-
function
|
|
4798
|
-
return
|
|
4797
|
+
function It(t, e, n) {
|
|
4798
|
+
return Br({ store: e, attrsStore: n, pageInfo: null, aggregate: null }, t.query).data[t.table][0];
|
|
4799
4799
|
}
|
|
4800
4800
|
function hr(t, e, n, r) {
|
|
4801
4801
|
var i;
|
|
4802
4802
|
const s = (i = F(n, t.table, "id")) === null || i === void 0 ? void 0 : i.id;
|
|
4803
4803
|
if (!s)
|
|
4804
4804
|
return -1;
|
|
4805
|
-
const o =
|
|
4805
|
+
const o = Ie(e.eav, [r, s, r]);
|
|
4806
4806
|
return o ? o[3] : -1;
|
|
4807
4807
|
}
|
|
4808
4808
|
function pr(t, e, n) {
|
|
@@ -4812,7 +4812,7 @@ function pr(t, e, n) {
|
|
|
4812
4812
|
Lr(t, e, i);
|
|
4813
4813
|
break;
|
|
4814
4814
|
case "removed":
|
|
4815
|
-
|
|
4815
|
+
Dr(t, e, i);
|
|
4816
4816
|
break;
|
|
4817
4817
|
}
|
|
4818
4818
|
}
|
|
@@ -4841,7 +4841,7 @@ function Fu(t, e, n) {
|
|
|
4841
4841
|
f === l && delete d[c];
|
|
4842
4842
|
return u;
|
|
4843
4843
|
}
|
|
4844
|
-
function
|
|
4844
|
+
function it(t, e) {
|
|
4845
4845
|
return { [t.table]: e.map((n) => n.entity) };
|
|
4846
4846
|
}
|
|
4847
4847
|
function Nu(t, e) {
|
|
@@ -4855,17 +4855,17 @@ function Ku(t, e, n) {
|
|
|
4855
4855
|
const r = e;
|
|
4856
4856
|
if (t.orderField === "serverCreatedAt") {
|
|
4857
4857
|
n.sort(t.orderDirection === "asc" ? function(o, u) {
|
|
4858
|
-
return
|
|
4858
|
+
return Fe(o.entity.id, o.serverCreatedAt, u.entity.id, u.serverCreatedAt, r);
|
|
4859
4859
|
} : function(o, u) {
|
|
4860
|
-
return
|
|
4860
|
+
return Fe(u.entity.id, u.serverCreatedAt, o.entity.id, o.serverCreatedAt, r);
|
|
4861
4861
|
});
|
|
4862
4862
|
return;
|
|
4863
4863
|
}
|
|
4864
4864
|
const i = t.orderField;
|
|
4865
4865
|
n.sort(t.orderDirection === "asc" ? function(o, u) {
|
|
4866
|
-
return
|
|
4866
|
+
return Fe(o.entity.id, o.entity[i], u.entity.id, u.entity[i], r);
|
|
4867
4867
|
} : function(o, u) {
|
|
4868
|
-
return
|
|
4868
|
+
return Fe(u.entity.id, u.entity[i], o.entity.id, o.entity[i], r);
|
|
4869
4869
|
});
|
|
4870
4870
|
}
|
|
4871
4871
|
var pe;
|
|
@@ -4874,11 +4874,11 @@ var pe;
|
|
|
4874
4874
|
})(pe || (pe = {}));
|
|
4875
4875
|
class qu {
|
|
4876
4876
|
constructor(e, n, r, i, s, o) {
|
|
4877
|
-
this.callbacks = {}, this.idToHash = {}, this.trySend = e, this.config = r, this.log = i, this.createStore = s, this.getAttrs = o, this.subs = new
|
|
4877
|
+
this.callbacks = {}, this.idToHash = {}, this.trySend = e, this.config = r, this.log = i, this.createStore = s, this.getAttrs = o, this.subs = new Gt({
|
|
4878
4878
|
persister: n,
|
|
4879
4879
|
merge: Lu,
|
|
4880
4880
|
serialize: Uu,
|
|
4881
|
-
parse: (u, a) =>
|
|
4881
|
+
parse: (u, a) => Du(a, this.config.useDateObjects),
|
|
4882
4882
|
objectSize: (u) => {
|
|
4883
4883
|
var a;
|
|
4884
4884
|
return ((a = u.values) === null || a === void 0 ? void 0 : a.entities.length) || 0;
|
|
@@ -4898,7 +4898,7 @@ class qu {
|
|
|
4898
4898
|
this.subs.flush();
|
|
4899
4899
|
}
|
|
4900
4900
|
subscribe(e, n) {
|
|
4901
|
-
const r =
|
|
4901
|
+
const r = N(e);
|
|
4902
4902
|
return this.callbacks[r] = this.callbacks[r] || [], this.callbacks[r].push(n), this.initSubscription(e, r, n), (i) => {
|
|
4903
4903
|
this.unsubscribe(r, n, i == null ? void 0 : i.keepSubscription);
|
|
4904
4904
|
};
|
|
@@ -4914,7 +4914,7 @@ class qu {
|
|
|
4914
4914
|
}
|
|
4915
4915
|
}
|
|
4916
4916
|
sendStart(e) {
|
|
4917
|
-
this.trySend(
|
|
4917
|
+
this.trySend(K(), {
|
|
4918
4918
|
op: "start-sync",
|
|
4919
4919
|
q: e
|
|
4920
4920
|
});
|
|
@@ -4928,7 +4928,7 @@ class qu {
|
|
|
4928
4928
|
});
|
|
4929
4929
|
}
|
|
4930
4930
|
sendRemove(e, n) {
|
|
4931
|
-
this.trySend(
|
|
4931
|
+
this.trySend(K(), {
|
|
4932
4932
|
op: "remove-sync",
|
|
4933
4933
|
"subscription-id": e.subscriptionId,
|
|
4934
4934
|
"keep-subscription": n
|
|
@@ -4942,7 +4942,7 @@ class qu {
|
|
|
4942
4942
|
if (a && a.state && a.state.txId) {
|
|
4943
4943
|
this.sendResync(a, a.state, a.state.txId), !((i = a.values) === null || i === void 0) && i.entities && r && r({
|
|
4944
4944
|
type: pe.LoadFromStorage,
|
|
4945
|
-
data:
|
|
4945
|
+
data: it(a, (s = a.values) === null || s === void 0 ? void 0 : s.entities)
|
|
4946
4946
|
});
|
|
4947
4947
|
return;
|
|
4948
4948
|
}
|
|
@@ -4970,7 +4970,7 @@ class qu {
|
|
|
4970
4970
|
});
|
|
4971
4971
|
}
|
|
4972
4972
|
onStartSyncOk(e) {
|
|
4973
|
-
const n = e["subscription-id"], r = e.q, i =
|
|
4973
|
+
const n = e["subscription-id"], r = e.q, i = N(r);
|
|
4974
4974
|
this.idToHash[n] = i, this.subs.updateInPlace((s) => {
|
|
4975
4975
|
const o = s[i];
|
|
4976
4976
|
if (!o)
|
|
@@ -5004,7 +5004,7 @@ class qu {
|
|
|
5004
5004
|
u.values = a;
|
|
5005
5005
|
const d = a.entities;
|
|
5006
5006
|
for (const c of i) {
|
|
5007
|
-
const f = this.createStore(c), l =
|
|
5007
|
+
const f = this.createStore(c), l = It(u, f, a.attrsStore);
|
|
5008
5008
|
d.push({
|
|
5009
5009
|
store: f,
|
|
5010
5010
|
entity: l,
|
|
@@ -5015,7 +5015,7 @@ class qu {
|
|
|
5015
5015
|
c[s] = u, c[s].updatedAt = Date.now();
|
|
5016
5016
|
}), u.values && this.notifyCbs(s, {
|
|
5017
5017
|
type: pe.InitialSyncBatch,
|
|
5018
|
-
data:
|
|
5018
|
+
data: it(u, u.values.entities),
|
|
5019
5019
|
batch: o
|
|
5020
5020
|
});
|
|
5021
5021
|
}
|
|
@@ -5040,7 +5040,7 @@ class qu {
|
|
|
5040
5040
|
const s = this.subs.currentValue[i];
|
|
5041
5041
|
s && this.notifyCbs(i, {
|
|
5042
5042
|
type: pe.InitialSyncComplete,
|
|
5043
|
-
data:
|
|
5043
|
+
data: it(s, ((n = s.values) === null || n === void 0 ? void 0 : n.entities) || [])
|
|
5044
5044
|
});
|
|
5045
5045
|
}
|
|
5046
5046
|
onSyncUpdateTriples(e) {
|
|
@@ -5065,9 +5065,9 @@ class qu {
|
|
|
5065
5065
|
continue;
|
|
5066
5066
|
a.txId = d["tx-id"];
|
|
5067
5067
|
const c = [], f = {};
|
|
5068
|
-
for (const
|
|
5069
|
-
const v = (n = f[
|
|
5070
|
-
f[
|
|
5068
|
+
for (const _ of d.changes) {
|
|
5069
|
+
const v = (n = f[_.triple[0]]) !== null && n !== void 0 ? n : [];
|
|
5070
|
+
f[_.triple[0]] = v, v.push(_);
|
|
5071
5071
|
}
|
|
5072
5072
|
const l = (r = u.values) !== null && r !== void 0 ? r : {
|
|
5073
5073
|
entities: [],
|
|
@@ -5075,25 +5075,25 @@ class qu {
|
|
|
5075
5075
|
}, p = l.entities;
|
|
5076
5076
|
u.values = l;
|
|
5077
5077
|
const y = [];
|
|
5078
|
-
e: for (const [
|
|
5078
|
+
e: for (const [_, v] of Object.entries(f))
|
|
5079
5079
|
for (let A = 0; A < p.length; A++) {
|
|
5080
5080
|
const S = p[A];
|
|
5081
|
-
if (Ts(S.store,
|
|
5081
|
+
if (Ts(S.store, _)) {
|
|
5082
5082
|
pr(S.store, l.attrsStore, v);
|
|
5083
|
-
const
|
|
5084
|
-
|
|
5083
|
+
const I = It(u, S.store, l.attrsStore), x = Fu(S.store, l.attrsStore, v)[_];
|
|
5084
|
+
I ? (y.push({
|
|
5085
5085
|
oldEntity: S.entity,
|
|
5086
|
-
newEntity:
|
|
5087
|
-
changedFields:
|
|
5088
|
-
}), S.entity =
|
|
5086
|
+
newEntity: I,
|
|
5087
|
+
changedFields: x || {}
|
|
5088
|
+
}), S.entity = I) : c.push(A), delete f[_];
|
|
5089
5089
|
continue e;
|
|
5090
5090
|
}
|
|
5091
5091
|
}
|
|
5092
5092
|
const b = [];
|
|
5093
|
-
for (const [
|
|
5093
|
+
for (const [_, v] of Object.entries(f)) {
|
|
5094
5094
|
const A = this.createStore([]);
|
|
5095
5095
|
pr(A, l.attrsStore, v);
|
|
5096
|
-
const S =
|
|
5096
|
+
const S = It(u, A, l.attrsStore);
|
|
5097
5097
|
if (!S) {
|
|
5098
5098
|
this.log.error("No entity found after applying change", {
|
|
5099
5099
|
sub: u,
|
|
@@ -5108,15 +5108,15 @@ class qu {
|
|
|
5108
5108
|
serverCreatedAt: hr(u, A, l.attrsStore, S.id)
|
|
5109
5109
|
}), b.push(S);
|
|
5110
5110
|
}
|
|
5111
|
-
const
|
|
5112
|
-
for (const
|
|
5113
|
-
|
|
5111
|
+
const g = [];
|
|
5112
|
+
for (const _ of c.sort().reverse())
|
|
5113
|
+
g.push(p[_].entity), p.splice(_, 1);
|
|
5114
5114
|
const w = Nu(u, this.getAttrs);
|
|
5115
5115
|
Ku(u, w, p), this.notifyCbs(o, {
|
|
5116
5116
|
type: pe.SyncTransaction,
|
|
5117
|
-
data:
|
|
5117
|
+
data: it(u, (i = u.values) === null || i === void 0 ? void 0 : i.entities),
|
|
5118
5118
|
added: b,
|
|
5119
|
-
removed:
|
|
5119
|
+
removed: g,
|
|
5120
5120
|
updated: y
|
|
5121
5121
|
});
|
|
5122
5122
|
}
|
|
@@ -5136,7 +5136,7 @@ class qu {
|
|
|
5136
5136
|
}
|
|
5137
5137
|
}
|
|
5138
5138
|
onStartSyncError(e) {
|
|
5139
|
-
const n =
|
|
5139
|
+
const n = N(e["original-event"].q), r = {
|
|
5140
5140
|
message: e.message || "Uh-oh, something went wrong. Ping Joe & Stopa.",
|
|
5141
5141
|
status: e.status,
|
|
5142
5142
|
type: e.type,
|
|
@@ -5153,7 +5153,7 @@ class qu {
|
|
|
5153
5153
|
r && this.initSubscription(r.query, r.hash);
|
|
5154
5154
|
}
|
|
5155
5155
|
}
|
|
5156
|
-
var
|
|
5156
|
+
var $ = function(t, e, n, r) {
|
|
5157
5157
|
function i(s) {
|
|
5158
5158
|
return s instanceof n ? s : new n(function(o) {
|
|
5159
5159
|
o(s);
|
|
@@ -5193,10 +5193,10 @@ const oe = {
|
|
|
5193
5193
|
AUTHENTICATED: "authenticated",
|
|
5194
5194
|
CLOSED: "closed",
|
|
5195
5195
|
ERRORED: "errored"
|
|
5196
|
-
}, zu = 3e4, Vu = 3e4, Wu = 200, Bu = {
|
|
5196
|
+
}, zu = 3e4, Vu = 3e4, Wu = 200, Qu = 1e3 * 60, Bu = {
|
|
5197
5197
|
apiURI: "https://api.instantdb.com",
|
|
5198
5198
|
websocketURI: "wss://api.instantdb.com/runtime/session"
|
|
5199
|
-
},
|
|
5199
|
+
}, Ct = "_instant_oauth_redirect", xe = "currentUser";
|
|
5200
5200
|
function Gu({ transportType: t, appId: e, apiURI: n, wsURI: r, EventSourceImpl: i }) {
|
|
5201
5201
|
if (!i)
|
|
5202
5202
|
return new fr(`${r}?app_id=${e}`);
|
|
@@ -5204,12 +5204,12 @@ function Gu({ transportType: t, appId: e, apiURI: n, wsURI: r, EventSourceImpl:
|
|
|
5204
5204
|
case "ws":
|
|
5205
5205
|
return new fr(`${r}?app_id=${e}`);
|
|
5206
5206
|
case "sse":
|
|
5207
|
-
return new
|
|
5207
|
+
return new xu(i, `${n}/runtime/sse?app_id=${e}`);
|
|
5208
5208
|
default:
|
|
5209
5209
|
throw new Error("Unknown transport type " + t);
|
|
5210
5210
|
}
|
|
5211
5211
|
}
|
|
5212
|
-
function
|
|
5212
|
+
function Hu() {
|
|
5213
5213
|
return typeof window < "u" || typeof chrome < "u";
|
|
5214
5214
|
}
|
|
5215
5215
|
const yr = {
|
|
@@ -5218,11 +5218,11 @@ const yr = {
|
|
|
5218
5218
|
"refresh-presence": !0,
|
|
5219
5219
|
"patch-presence": !0
|
|
5220
5220
|
};
|
|
5221
|
-
function
|
|
5221
|
+
function Yu(t, e) {
|
|
5222
5222
|
var n;
|
|
5223
5223
|
const r = typeof t == "string" ? JSON.parse(t) : t;
|
|
5224
5224
|
if (!((n = r == null ? void 0 : r.result) === null || n === void 0) && n.store) {
|
|
5225
|
-
const i =
|
|
5225
|
+
const i = xr(r.result.attrsStore, r.result.store);
|
|
5226
5226
|
if (i) {
|
|
5227
5227
|
const s = r.result.store;
|
|
5228
5228
|
r.result.store = $r(i, Object.assign(Object.assign({}, s), { useDateObjects: e })), r.result.attrsStore = i;
|
|
@@ -5230,7 +5230,7 @@ function Hu(t, e) {
|
|
|
5230
5230
|
}
|
|
5231
5231
|
return r;
|
|
5232
5232
|
}
|
|
5233
|
-
function
|
|
5233
|
+
function Ju(t, e) {
|
|
5234
5234
|
const { result: n } = e, i = ci(e, ["result"]);
|
|
5235
5235
|
if (n) {
|
|
5236
5236
|
const s = Object.assign(Object.assign({}, n), { store: Rr(n.store), attrsStore: n.attrsStore.toJSON() });
|
|
@@ -5238,7 +5238,7 @@ function Yu(t, e) {
|
|
|
5238
5238
|
}
|
|
5239
5239
|
return i;
|
|
5240
5240
|
}
|
|
5241
|
-
function
|
|
5241
|
+
function Zu(t, e) {
|
|
5242
5242
|
switch (t) {
|
|
5243
5243
|
case "pendingMutations":
|
|
5244
5244
|
return new Map(typeof e == "string" ? JSON.parse(e) : e);
|
|
@@ -5246,7 +5246,7 @@ function Ju(t, e) {
|
|
|
5246
5246
|
return e;
|
|
5247
5247
|
}
|
|
5248
5248
|
}
|
|
5249
|
-
function
|
|
5249
|
+
function Xu(t, e) {
|
|
5250
5250
|
switch (t) {
|
|
5251
5251
|
case "pendingMutations":
|
|
5252
5252
|
return [...e.entries()];
|
|
@@ -5254,7 +5254,7 @@ function Zu(t, e) {
|
|
|
5254
5254
|
return e;
|
|
5255
5255
|
}
|
|
5256
5256
|
}
|
|
5257
|
-
function
|
|
5257
|
+
function ea(t, e, n) {
|
|
5258
5258
|
const r = e == null ? void 0 : e.result, i = n == null ? void 0 : n.result;
|
|
5259
5259
|
return r && !i && n && (n.result = r), n || e;
|
|
5260
5260
|
}
|
|
@@ -5264,30 +5264,30 @@ function br(t) {
|
|
|
5264
5264
|
return u == a ? r < s ? -1 : r > s ? 1 : 0 : u - a;
|
|
5265
5265
|
});
|
|
5266
5266
|
}
|
|
5267
|
-
class
|
|
5267
|
+
class ta {
|
|
5268
5268
|
constructor(e, n = Jr, r = Zr, i, s) {
|
|
5269
5269
|
var o, u, a;
|
|
5270
5270
|
if (this._isOnline = !0, this._isShutdown = !1, this.status = oe.CONNECTING, this.queryCbs = {}, this.queryOnceDfds = {}, this.authCbs = [], this.attrsCbs = [], this.mutationErrorCbs = [], this.connectionStatusCbs = [], this.mutationDeferredStore = /* @__PURE__ */ new Map(), this._reconnectTimeoutId = null, this._reconnectTimeoutMs = 0, this._transportType = "ws", this._wsOk = null, this._localIdPromises = {}, this._errorMessage = null, this._oauthCallbackResponse = null, this._linkIndex = null, this._rooms = {}, this._roomsPendingLeave = {}, this._presence = {}, this._broadcastQueue = [], this._broadcastSubs = {}, this._currentUserCached = { isLoading: !0, error: void 0, user: void 0 }, this._beforeUnloadCbs = [], this._dataForQueryCache = {}, this._inFlightMutationEventIds = /* @__PURE__ */ new Set(), this._onMergeKv = (d, c, f) => {
|
|
5271
5271
|
var l, p;
|
|
5272
5272
|
switch (d) {
|
|
5273
5273
|
case "pendingMutations": {
|
|
5274
|
-
const y = (l = c == null ? void 0 : c.entries()) !== null && l !== void 0 ? l : [], b = (p = f == null ? void 0 : f.entries()) !== null && p !== void 0 ? p : [],
|
|
5275
|
-
return (c ? this._rewriteMutationsSorted(this.attrs, c) : []).forEach(([
|
|
5274
|
+
const y = (l = c == null ? void 0 : c.entries()) !== null && l !== void 0 ? l : [], b = (p = f == null ? void 0 : f.entries()) !== null && p !== void 0 ? p : [], g = new Map([...y, ...b]);
|
|
5275
|
+
return (c ? this._rewriteMutationsSorted(this.attrs, c) : []).forEach(([_, v]) => {
|
|
5276
5276
|
var A;
|
|
5277
|
-
!(!((A = f == null ? void 0 : f.pendingMutations) === null || A === void 0) && A.has(
|
|
5278
|
-
}),
|
|
5277
|
+
!(!((A = f == null ? void 0 : f.pendingMutations) === null || A === void 0) && A.has(_)) && !v["tx-id"] && this._sendMutation(_, v);
|
|
5278
|
+
}), g;
|
|
5279
5279
|
}
|
|
5280
5280
|
default:
|
|
5281
5281
|
return f || c;
|
|
5282
5282
|
}
|
|
5283
5283
|
}, this.getPreviousResult = (d) => {
|
|
5284
5284
|
var c;
|
|
5285
|
-
const f =
|
|
5285
|
+
const f = N(d);
|
|
5286
5286
|
return (c = this.dataForQuery(f)) === null || c === void 0 ? void 0 : c.data;
|
|
5287
5287
|
}, this.notifyOne = (d) => {
|
|
5288
5288
|
var c, f;
|
|
5289
5289
|
const l = (c = this.queryCbs[d]) !== null && c !== void 0 ? c : [], p = (f = this._dataForQueryCache[d]) === null || f === void 0 ? void 0 : f.data, y = this.dataForQuery(d);
|
|
5290
|
-
y != null && y.data && (this._dataForQueryCache[d] = y, !
|
|
5290
|
+
y != null && y.data && (this._dataForQueryCache[d] = y, !at(y.data, p) && l.forEach((b) => b.cb(y.data)));
|
|
5291
5291
|
}, this.notifyOneQueryOnce = (d) => {
|
|
5292
5292
|
var c, f;
|
|
5293
5293
|
const l = (c = this.queryOnceDfds[d]) !== null && c !== void 0 ? c : [], p = (f = this.dataForQuery(d)) === null || f === void 0 ? void 0 : f.data;
|
|
@@ -5313,15 +5313,15 @@ class ea {
|
|
|
5313
5313
|
return this.pushOps([], c);
|
|
5314
5314
|
}
|
|
5315
5315
|
}, this.pushOps = (d, c) => {
|
|
5316
|
-
const f =
|
|
5316
|
+
const f = K(), l = [...this._pendingMutations().values()], p = Math.max(0, ...l.map((g) => g.order || 0)) + 1, y = {
|
|
5317
5317
|
op: "transact",
|
|
5318
5318
|
"tx-steps": d,
|
|
5319
5319
|
created: Date.now(),
|
|
5320
5320
|
error: c,
|
|
5321
5321
|
order: p
|
|
5322
5322
|
};
|
|
5323
|
-
this._updatePendingMutations((
|
|
5324
|
-
|
|
5323
|
+
this._updatePendingMutations((g) => {
|
|
5324
|
+
g.set(f, y);
|
|
5325
5325
|
});
|
|
5326
5326
|
const b = new nr();
|
|
5327
5327
|
return this.mutationDeferredStore.set(f, b), this._sendMutation(f, y), this.notifyAll(), b.promise;
|
|
@@ -5333,7 +5333,7 @@ class ea {
|
|
|
5333
5333
|
}
|
|
5334
5334
|
this._log.info("[socket][open]", this._transport.id), this._setStatus(oe.OPENED), this.getCurrentUser().then((f) => {
|
|
5335
5335
|
var l;
|
|
5336
|
-
this._trySend(
|
|
5336
|
+
this._trySend(K(), {
|
|
5337
5337
|
op: "init",
|
|
5338
5338
|
"app-id": this.config.appId,
|
|
5339
5339
|
"refresh-token": (l = f.user) === null || l === void 0 ? void 0 : l.refresh_token,
|
|
@@ -5388,12 +5388,12 @@ class ea {
|
|
|
5388
5388
|
return;
|
|
5389
5389
|
}
|
|
5390
5390
|
this._log.info("[socket][close]", c.id, "schedule reconnect, ms =", this._reconnectTimeoutMs), this._scheduleReconnect();
|
|
5391
|
-
}, this._EventSource = s, this.config = Object.assign(Object.assign({}, Bu), e), this.queryCacheLimit = (o = this.config.queryCacheLimit) !== null && o !== void 0 ? o : 10, this._pendingTxCleanupTimeout = (u = this.config.pendingTxCleanupTimeout) !== null && u !== void 0 ? u : Vu, this._pendingMutationCleanupThreshold = (a = this.config.pendingMutationCleanupThreshold) !== null && a !== void 0 ? a : Wu, this._log = Au(e.verbose || dn || Xr, () => this._reactorStats()), this.versions = Object.assign(Object.assign({}, i || {}), { "@instantdb/core": ni }), this.config.schema && (this._linkIndex = ir(this.config.schema)), !!
|
|
5391
|
+
}, this._EventSource = s, this.config = Object.assign(Object.assign({}, Bu), e), this.queryCacheLimit = (o = this.config.queryCacheLimit) !== null && o !== void 0 ? o : 10, this._pendingTxCleanupTimeout = (u = this.config.pendingTxCleanupTimeout) !== null && u !== void 0 ? u : Vu, this._pendingMutationCleanupThreshold = (a = this.config.pendingMutationCleanupThreshold) !== null && a !== void 0 ? a : Wu, this._log = Au(e.verbose || dn || Xr, () => this._reactorStats()), this.versions = Object.assign(Object.assign({}, i || {}), { "@instantdb/core": ni }), this.config.schema && (this._linkIndex = ir(this.config.schema)), !!Hu()) {
|
|
5392
5392
|
if (!e.appId)
|
|
5393
5393
|
throw new Error("Instant must be initialized with an appId.");
|
|
5394
5394
|
if (!Ee(e.appId))
|
|
5395
5395
|
throw new Error(`Instant must be initialized with a valid appId. \`${e.appId}\` is not a valid uuid.`);
|
|
5396
|
-
typeof BroadcastChannel == "function" && (this._broadcastChannel = new BroadcastChannel("@instantdb"), this._broadcastChannel.addEventListener("message", (d) =>
|
|
5396
|
+
typeof BroadcastChannel == "function" && (this._broadcastChannel = new BroadcastChannel("@instantdb"), this._broadcastChannel.addEventListener("message", (d) => $(this, void 0, void 0, function* () {
|
|
5397
5397
|
var c;
|
|
5398
5398
|
try {
|
|
5399
5399
|
if (((c = d.data) === null || c === void 0 ? void 0 : c.type) === "auth") {
|
|
@@ -5405,7 +5405,12 @@ class ea {
|
|
|
5405
5405
|
}
|
|
5406
5406
|
}))), this._initStorage(n), this._syncTable = new qu(this._trySendAuthed.bind(this), new n(this.config.appId, "syncSubs"), {
|
|
5407
5407
|
useDateObjects: this.config.useDateObjects
|
|
5408
|
-
}, this._log, (d) =>
|
|
5408
|
+
}, this._log, (d) => Le(this.ensureAttrs(), d, this.config.enableCardinalityInference, this.config.useDateObjects), () => this.ensureAttrs()), this._oauthCallbackResponse = this._oauthLoginInit(), this.getCurrentUser().then((d) => {
|
|
5409
|
+
this.syncUserToEndpoint(d.user);
|
|
5410
|
+
}), setInterval(() => $(this, void 0, void 0, function* () {
|
|
5411
|
+
const d = yield this.getCurrentUser();
|
|
5412
|
+
this.syncUserToEndpoint(d.user);
|
|
5413
|
+
}), Qu), r.getIsOnline().then((d) => {
|
|
5409
5414
|
this._isOnline = d, this._startSocket(), r.listen((c) => {
|
|
5410
5415
|
c !== this._isOnline && (this._log.info("[network] online =", c), this._isOnline = c, this._isOnline ? this._startSocket() : (this._log.info("Changing status from", this.status, "to", oe.CLOSED), this._setStatus(oe.CLOSED)));
|
|
5411
5416
|
});
|
|
@@ -5431,11 +5436,11 @@ class ea {
|
|
|
5431
5436
|
this.kv.waitForKeyToLoad("pendingMutations").then(() => this.notifyOne(e));
|
|
5432
5437
|
}
|
|
5433
5438
|
_initStorage(e) {
|
|
5434
|
-
this.querySubs = new
|
|
5439
|
+
this.querySubs = new Gt({
|
|
5435
5440
|
persister: new e(this.config.appId, "querySubs"),
|
|
5436
|
-
merge:
|
|
5437
|
-
serialize:
|
|
5438
|
-
parse: (n, r) =>
|
|
5441
|
+
merge: ea,
|
|
5442
|
+
serialize: Ju,
|
|
5443
|
+
parse: (n, r) => Yu(r, this.config.useDateObjects),
|
|
5439
5444
|
// objectSize
|
|
5440
5445
|
objectSize: (n) => {
|
|
5441
5446
|
var r, i, s, o;
|
|
@@ -5451,11 +5456,11 @@ class ea {
|
|
|
5451
5456
|
maxSize: 1e6
|
|
5452
5457
|
// 1 million triples
|
|
5453
5458
|
}
|
|
5454
|
-
}), this.querySubs.onKeyLoaded = (n) => this._onQuerySubLoaded(n), this.kv = new
|
|
5459
|
+
}), this.querySubs.onKeyLoaded = (n) => this._onQuerySubLoaded(n), this.kv = new Gt({
|
|
5455
5460
|
persister: new e(this.config.appId, "kv"),
|
|
5456
5461
|
merge: this._onMergeKv,
|
|
5457
|
-
serialize:
|
|
5458
|
-
parse:
|
|
5462
|
+
serialize: Xu,
|
|
5463
|
+
parse: Zu,
|
|
5459
5464
|
objectSize: () => 0,
|
|
5460
5465
|
logger: this._log,
|
|
5461
5466
|
saveThrottleMs: 100,
|
|
@@ -5464,7 +5469,7 @@ class ea {
|
|
|
5464
5469
|
gc: null
|
|
5465
5470
|
}), this.kv.onKeyLoaded = (n) => {
|
|
5466
5471
|
n === "pendingMutations" && this.notifyAll();
|
|
5467
|
-
}, this.kv.waitForKeyToLoad("pendingMutations"), this.kv.waitForKeyToLoad(
|
|
5472
|
+
}, this.kv.waitForKeyToLoad("pendingMutations"), this.kv.waitForKeyToLoad(xe), this._beforeUnloadCbs.push(() => {
|
|
5468
5473
|
this.kv.flush(), this.querySubs.flush();
|
|
5469
5474
|
});
|
|
5470
5475
|
}
|
|
@@ -5493,7 +5498,7 @@ class ea {
|
|
|
5493
5498
|
status: o ?? 0
|
|
5494
5499
|
}));
|
|
5495
5500
|
} else
|
|
5496
|
-
i.reject(new
|
|
5501
|
+
i.reject(new ke((r == null ? void 0 : r.message) || "Unknown error", r == null ? void 0 : r.hint));
|
|
5497
5502
|
}
|
|
5498
5503
|
_setStatus(e, n) {
|
|
5499
5504
|
this.status = e, this._errorMessage = n, this.notifyConnectionStatusSubs(e);
|
|
@@ -5507,6 +5512,30 @@ class ea {
|
|
|
5507
5512
|
this._tryBroadcast(e, a, u, d);
|
|
5508
5513
|
}
|
|
5509
5514
|
}
|
|
5515
|
+
/**
|
|
5516
|
+
* Does the same thing as add-query-ok
|
|
5517
|
+
* but called as a result of receiving query info from ssr
|
|
5518
|
+
* @param {any} q
|
|
5519
|
+
* @param {{ triples: any; pageInfo: any; }} result
|
|
5520
|
+
* @param {boolean} enableCardinalityInference
|
|
5521
|
+
*/
|
|
5522
|
+
_addQueryData(e, n, r) {
|
|
5523
|
+
if (!this.attrs)
|
|
5524
|
+
throw new Error("Attrs in reactor have not been set");
|
|
5525
|
+
const i = N(e), s = this.ensureAttrs(), o = Le(this.attrs, n.triples, r, this.config.useDateObjects);
|
|
5526
|
+
this.querySubs.updateInPlace((u) => {
|
|
5527
|
+
u[i] = {
|
|
5528
|
+
result: {
|
|
5529
|
+
store: o,
|
|
5530
|
+
attrsStore: s,
|
|
5531
|
+
pageInfo: n.pageInfo,
|
|
5532
|
+
processedTxId: void 0,
|
|
5533
|
+
isExternal: !0
|
|
5534
|
+
},
|
|
5535
|
+
q: e
|
|
5536
|
+
};
|
|
5537
|
+
}), this._cleanupPendingMutationsQueries(), this.notifyOne(i), this.notifyOneQueryOnce(i), this._cleanupPendingMutationsTimeout();
|
|
5538
|
+
}
|
|
5510
5539
|
_handleReceive(e, n) {
|
|
5511
5540
|
var r, i, s, o, u, a;
|
|
5512
5541
|
const d = !!this.config.schema && ("cardinalityInference" in this.config ? !!this.config.cardinalityInference : !0);
|
|
@@ -5520,14 +5549,14 @@ class ea {
|
|
|
5520
5549
|
break;
|
|
5521
5550
|
}
|
|
5522
5551
|
case "add-query-exists": {
|
|
5523
|
-
this.notifyOneQueryOnce(
|
|
5552
|
+
this.notifyOneQueryOnce(N(n.q));
|
|
5524
5553
|
break;
|
|
5525
5554
|
}
|
|
5526
5555
|
case "add-query-ok": {
|
|
5527
|
-
const { q: l, result: p } = n, y =
|
|
5556
|
+
const { q: l, result: p } = n, y = N(l);
|
|
5528
5557
|
if (!this._hasQueryListeners() && !this.querySubs.currentValue[y])
|
|
5529
5558
|
break;
|
|
5530
|
-
const b = (o = (s = p == null ? void 0 : p[0]) === null || s === void 0 ? void 0 : s.data) === null || o === void 0 ? void 0 : o["page-info"],
|
|
5559
|
+
const b = (o = (s = p == null ? void 0 : p[0]) === null || s === void 0 ? void 0 : s.data) === null || o === void 0 ? void 0 : o["page-info"], g = (a = (u = p == null ? void 0 : p[0]) === null || u === void 0 ? void 0 : u.data) === null || a === void 0 ? void 0 : a.aggregate, w = rr(p), _ = this.ensureAttrs(), v = Le(_, w, d, this.config.useDateObjects);
|
|
5531
5560
|
this.querySubs.updateInPlace((A) => {
|
|
5532
5561
|
if (!A[y]) {
|
|
5533
5562
|
this._log.info("Missing value in querySubs", { hash: y, q: l });
|
|
@@ -5535,9 +5564,9 @@ class ea {
|
|
|
5535
5564
|
}
|
|
5536
5565
|
A[y].result = {
|
|
5537
5566
|
store: v,
|
|
5538
|
-
attrsStore:
|
|
5567
|
+
attrsStore: _,
|
|
5539
5568
|
pageInfo: b,
|
|
5540
|
-
aggregate:
|
|
5569
|
+
aggregate: g,
|
|
5541
5570
|
processedTxId: n["processed-tx-id"]
|
|
5542
5571
|
};
|
|
5543
5572
|
}), this._cleanupPendingMutationsQueries(), this.notifyOne(y), this.notifyOneQueryOnce(y), this._cleanupPendingMutationsTimeout();
|
|
@@ -5563,37 +5592,37 @@ class ea {
|
|
|
5563
5592
|
const { computations: l, attrs: p } = n, y = n["processed-tx-id"];
|
|
5564
5593
|
p && this._setAttrs(p), this._cleanupPendingMutationsTimeout();
|
|
5565
5594
|
const b = this._rewriteMutations(this.ensureAttrs(), this._pendingMutations(), y);
|
|
5566
|
-
b !== this._pendingMutations() && this.kv.updateInPlace((
|
|
5567
|
-
|
|
5595
|
+
b !== this._pendingMutations() && this.kv.updateInPlace((_) => {
|
|
5596
|
+
_.pendingMutations = b;
|
|
5568
5597
|
});
|
|
5569
|
-
const
|
|
5570
|
-
var v, A, S,
|
|
5571
|
-
const
|
|
5598
|
+
const g = br(b.entries()), w = l.map((_) => {
|
|
5599
|
+
var v, A, S, I;
|
|
5600
|
+
const x = _["instaql-query"], R = _["instaql-result"], Pe = N(x), Ge = rr(R), He = this.ensureAttrs(), _t = Le(He, Ge, d, this.config.useDateObjects), { store: Ye, attrsStore: ne } = this._applyOptimisticUpdates(_t, He, g, y), se = (A = (v = R == null ? void 0 : R[0]) === null || v === void 0 ? void 0 : v.data) === null || A === void 0 ? void 0 : A["page-info"], le = (I = (S = R == null ? void 0 : R[0]) === null || S === void 0 ? void 0 : S.data) === null || I === void 0 ? void 0 : I.aggregate;
|
|
5572
5601
|
return {
|
|
5573
|
-
q:
|
|
5602
|
+
q: x,
|
|
5574
5603
|
hash: Pe,
|
|
5575
|
-
store:
|
|
5604
|
+
store: Ye,
|
|
5576
5605
|
attrsStore: ne,
|
|
5577
5606
|
pageInfo: se,
|
|
5578
5607
|
aggregate: le
|
|
5579
5608
|
};
|
|
5580
5609
|
});
|
|
5581
|
-
w.forEach(({ hash:
|
|
5610
|
+
w.forEach(({ hash: _, q: v, store: A, attrsStore: S, pageInfo: I, aggregate: x }) => {
|
|
5582
5611
|
this.querySubs.updateInPlace((R) => {
|
|
5583
|
-
if (!R[
|
|
5584
|
-
this._log.error("Missing value in querySubs", { hash:
|
|
5612
|
+
if (!R[_]) {
|
|
5613
|
+
this._log.error("Missing value in querySubs", { hash: _, q: v });
|
|
5585
5614
|
return;
|
|
5586
5615
|
}
|
|
5587
|
-
R[
|
|
5616
|
+
R[_].result = {
|
|
5588
5617
|
store: A,
|
|
5589
5618
|
attrsStore: S,
|
|
5590
|
-
pageInfo:
|
|
5591
|
-
aggregate:
|
|
5619
|
+
pageInfo: I,
|
|
5620
|
+
aggregate: x,
|
|
5592
5621
|
processedTxId: y
|
|
5593
5622
|
};
|
|
5594
5623
|
});
|
|
5595
|
-
}), this._cleanupPendingMutationsQueries(), w.forEach(({ hash:
|
|
5596
|
-
this.notifyOne(
|
|
5624
|
+
}), this._cleanupPendingMutationsQueries(), w.forEach(({ hash: _ }) => {
|
|
5625
|
+
this.notifyOne(_);
|
|
5597
5626
|
});
|
|
5598
5627
|
break;
|
|
5599
5628
|
}
|
|
@@ -5606,15 +5635,15 @@ class ea {
|
|
|
5606
5635
|
this._updatePendingMutations((w) => {
|
|
5607
5636
|
w.set(l, Object.assign(Object.assign({}, w.get(l)), { "tx-id": p, confirmed: Date.now() }));
|
|
5608
5637
|
});
|
|
5609
|
-
const
|
|
5638
|
+
const g = [];
|
|
5610
5639
|
for (const w of b["tx-steps"])
|
|
5611
5640
|
if (w[0] === "add-attr") {
|
|
5612
|
-
const
|
|
5613
|
-
|
|
5641
|
+
const _ = w[1];
|
|
5642
|
+
g.push(_);
|
|
5614
5643
|
}
|
|
5615
|
-
if (
|
|
5644
|
+
if (g.length) {
|
|
5616
5645
|
const w = Object.values(this.ensureAttrs().attrs);
|
|
5617
|
-
this._setAttrs([...w, ...
|
|
5646
|
+
this._setAttrs([...w, ...g]);
|
|
5618
5647
|
}
|
|
5619
5648
|
this._finishTransaction("synced", l), this._cleanupPendingMutationsTimeout();
|
|
5620
5649
|
break;
|
|
@@ -5700,8 +5729,8 @@ class ea {
|
|
|
5700
5729
|
return;
|
|
5701
5730
|
}
|
|
5702
5731
|
if (!((n = e["original-event"]) === null || n === void 0) && n.hasOwnProperty("q") && ((r = e["original-event"]) === null || r === void 0 ? void 0 : r.op) === "add-query") {
|
|
5703
|
-
const y = (i = e["original-event"]) === null || i === void 0 ? void 0 : i.q, b =
|
|
5704
|
-
this.notifyQueryError(
|
|
5732
|
+
const y = (i = e["original-event"]) === null || i === void 0 ? void 0 : i.q, b = N(y);
|
|
5733
|
+
this.notifyQueryError(N(y), f), this.notifyQueryOnceError(y, b, d, f);
|
|
5705
5734
|
return;
|
|
5706
5735
|
}
|
|
5707
5736
|
if (((s = e["original-event"]) === null || s === void 0 ? void 0 : s.op) === "init") {
|
|
@@ -5733,7 +5762,7 @@ class ea {
|
|
|
5733
5762
|
this.attrs = new _e(e.reduce((n, r) => (n[r.id] = r, n), {}), this._linkIndex), this.notifyAttrsSubs();
|
|
5734
5763
|
}
|
|
5735
5764
|
_startQuerySub(e, n) {
|
|
5736
|
-
const r =
|
|
5765
|
+
const r = K();
|
|
5737
5766
|
return this.querySubs.updateInPlace((i) => {
|
|
5738
5767
|
i[n] = i[n] || { q: e, result: null, eventId: r }, i[n].lastAccessed = Date.now();
|
|
5739
5768
|
}), this._trySendAuthed(r, { op: "add-query", q: e }), r;
|
|
@@ -5754,7 +5783,7 @@ class ea {
|
|
|
5754
5783
|
subscribeQuery(e, n, r) {
|
|
5755
5784
|
var i;
|
|
5756
5785
|
this.config.disableValidation || or(e, this.config.schema), r && "ruleParams" in r && (e = Object.assign({ $$ruleParams: r.ruleParams }, e));
|
|
5757
|
-
const s =
|
|
5786
|
+
const s = N(e), o = this.getPreviousResult(e);
|
|
5758
5787
|
return o && n(o), this.queryCbs[s] = (i = this.queryCbs[s]) !== null && i !== void 0 ? i : [], this.queryCbs[s].push({ q: e, cb: n }), this._startQuerySub(e, s), () => {
|
|
5759
5788
|
this._unsubQuery(e, s, n);
|
|
5760
5789
|
};
|
|
@@ -5767,7 +5796,7 @@ class ea {
|
|
|
5767
5796
|
return i.reject(new Error("We can't run `queryOnce`, because the device is offline.")), i.promise;
|
|
5768
5797
|
if (!this.querySubs)
|
|
5769
5798
|
return i.reject(new Error("We can't run `queryOnce` on the backend. Use adminAPI.query instead: https://www.instantdb.com/docs/backend#query")), i.promise;
|
|
5770
|
-
const s =
|
|
5799
|
+
const s = N(e), o = this._startQuerySub(e, s);
|
|
5771
5800
|
return this.queryOnceDfds[s] = (r = this.queryOnceDfds[s]) !== null && r !== void 0 ? r : [], this.queryOnceDfds[s].push({ q: e, dfd: i, eventId: o }), setTimeout(() => i.reject(new Error("Query timed out")), zu), i.promise;
|
|
5772
5801
|
}
|
|
5773
5802
|
_completeQueryOnce(e, n, r) {
|
|
@@ -5781,7 +5810,7 @@ class ea {
|
|
|
5781
5810
|
return !!(!((n = this.queryCbs[e]) === null || n === void 0) && n.length || !((r = this.queryOnceDfds[e]) === null || r === void 0) && r.length);
|
|
5782
5811
|
}
|
|
5783
5812
|
_cleanupQuery(e, n) {
|
|
5784
|
-
this._hasQueryListeners(n) || (delete this.queryCbs[n], delete this.queryOnceDfds[n], delete this._dataForQueryCache[n], this.querySubs.unloadKey(n), this._trySendAuthed(
|
|
5813
|
+
this._hasQueryListeners(n) || (delete this.queryCbs[n], delete this.queryOnceDfds[n], delete this._dataForQueryCache[n], this.querySubs.unloadKey(n), this._trySendAuthed(K(), { op: "remove-query", q: e }));
|
|
5785
5814
|
}
|
|
5786
5815
|
// When we `pushTx`, it's possible that we don't yet have `this.attrs`
|
|
5787
5816
|
// This means that `tx-steps` in `pendingMutations` will include `add-attr`
|
|
@@ -5818,9 +5847,9 @@ class ea {
|
|
|
5818
5847
|
for (const p of c) {
|
|
5819
5848
|
const [y] = p;
|
|
5820
5849
|
if (y === "add-attr") {
|
|
5821
|
-
const [
|
|
5822
|
-
if (
|
|
5823
|
-
o.attrIdMap[w.id] =
|
|
5850
|
+
const [g, w] = p, _ = i(w);
|
|
5851
|
+
if (_ && w.id !== _.id) {
|
|
5852
|
+
o.attrIdMap[w.id] = _.id, u = !0;
|
|
5824
5853
|
continue;
|
|
5825
5854
|
}
|
|
5826
5855
|
if (w["value-type"] === "ref") {
|
|
@@ -5872,20 +5901,25 @@ class ea {
|
|
|
5872
5901
|
return new _e(o, this._linkIndex);
|
|
5873
5902
|
}
|
|
5874
5903
|
/** Runs instaql on a query and a store */
|
|
5875
|
-
dataForQuery(e) {
|
|
5876
|
-
const
|
|
5877
|
-
if (
|
|
5878
|
-
return { error:
|
|
5904
|
+
dataForQuery(e, n = !0) {
|
|
5905
|
+
const r = this._errorMessage;
|
|
5906
|
+
if (r)
|
|
5907
|
+
return { error: r };
|
|
5879
5908
|
if (!this.querySubs || !this.kv.currentValue.pendingMutations)
|
|
5880
5909
|
return;
|
|
5881
|
-
const
|
|
5882
|
-
if (!
|
|
5910
|
+
const i = this.querySubs.version(), s = this.querySubs.currentValue, o = this.kv.version(), u = this._pendingMutations(), { q: a, result: d } = s[e] || {};
|
|
5911
|
+
if (!d)
|
|
5883
5912
|
return;
|
|
5884
|
-
const
|
|
5885
|
-
if (
|
|
5886
|
-
return
|
|
5887
|
-
|
|
5888
|
-
|
|
5913
|
+
const c = this._dataForQueryCache[e];
|
|
5914
|
+
if (c && i === c.querySubVersion && o === c.pendingMutationsVersion)
|
|
5915
|
+
return c;
|
|
5916
|
+
let f = d.store, l = d.attrsStore;
|
|
5917
|
+
const { pageInfo: p, aggregate: y, processedTxId: b } = d, g = this._rewriteMutationsSorted(l, u);
|
|
5918
|
+
if (n) {
|
|
5919
|
+
const _ = this._applyOptimisticUpdates(f, l, g, b);
|
|
5920
|
+
f = _.store, l = _.attrsStore;
|
|
5921
|
+
}
|
|
5922
|
+
return { data: Br({ store: f, attrsStore: l, pageInfo: p, aggregate: y }, a), querySubVersion: i, pendingMutationsVersion: o };
|
|
5889
5923
|
}
|
|
5890
5924
|
_applyOptimisticUpdates(e, n, r, i) {
|
|
5891
5925
|
for (const [s, o] of r)
|
|
@@ -6018,14 +6052,14 @@ class ea {
|
|
|
6018
6052
|
*
|
|
6019
6053
|
*/
|
|
6020
6054
|
getLocalId(e) {
|
|
6021
|
-
return
|
|
6055
|
+
return $(this, void 0, void 0, function* () {
|
|
6022
6056
|
const n = `localToken_${e}`;
|
|
6023
6057
|
if (this.kv.currentValue[n])
|
|
6024
6058
|
return this.kv.currentValue[n];
|
|
6025
6059
|
const r = yield this.kv.waitForKeyToLoad(n);
|
|
6026
6060
|
if (r)
|
|
6027
6061
|
return r;
|
|
6028
|
-
const i =
|
|
6062
|
+
const i = K();
|
|
6029
6063
|
return this.kv.updateInPlace((s) => {
|
|
6030
6064
|
s[n] || (s[n] = i);
|
|
6031
6065
|
}), yield this.kv.waitForKeyToLoad(n);
|
|
@@ -6037,9 +6071,9 @@ class ea {
|
|
|
6037
6071
|
if (typeof URL > "u")
|
|
6038
6072
|
return;
|
|
6039
6073
|
const e = new URL(window.location.href);
|
|
6040
|
-
if (e.searchParams.get(
|
|
6074
|
+
if (e.searchParams.get(Ct)) {
|
|
6041
6075
|
const n = e.toString();
|
|
6042
|
-
e.searchParams.delete(
|
|
6076
|
+
e.searchParams.delete(Ct), e.searchParams.delete("code"), e.searchParams.delete("error");
|
|
6043
6077
|
const r = e.pathname + (e.searchParams.size ? "?" + e.searchParams : "") + e.hash;
|
|
6044
6078
|
if (history.replaceState(history.state, "", r), // @ts-ignore (waiting for ts support)
|
|
6045
6079
|
typeof navigation == "object" && // @ts-ignore (waiting for ts support)
|
|
@@ -6059,12 +6093,12 @@ class ea {
|
|
|
6059
6093
|
* @returns Promise<null | {error: {message: string}}>
|
|
6060
6094
|
*/
|
|
6061
6095
|
_oauthLoginInit() {
|
|
6062
|
-
return
|
|
6096
|
+
return $(this, void 0, void 0, function* () {
|
|
6063
6097
|
var e, n, r, i;
|
|
6064
6098
|
if (typeof window > "u" || typeof window.location > "u" || typeof URLSearchParams > "u")
|
|
6065
6099
|
return null;
|
|
6066
6100
|
const s = new URLSearchParams(window.location.search);
|
|
6067
|
-
if (!s.get(
|
|
6101
|
+
if (!s.get(Ct))
|
|
6068
6102
|
return null;
|
|
6069
6103
|
const o = s.get("error");
|
|
6070
6104
|
if (o)
|
|
@@ -6087,7 +6121,7 @@ class ea {
|
|
|
6087
6121
|
});
|
|
6088
6122
|
}
|
|
6089
6123
|
_waitForOAuthCallbackResponse() {
|
|
6090
|
-
return
|
|
6124
|
+
return $(this, void 0, void 0, function* () {
|
|
6091
6125
|
return yield this._oauthCallbackResponse;
|
|
6092
6126
|
});
|
|
6093
6127
|
}
|
|
@@ -6102,16 +6136,16 @@ class ea {
|
|
|
6102
6136
|
n.isLoading || e(this._currentUserCached);
|
|
6103
6137
|
let r = !1;
|
|
6104
6138
|
return this.getCurrentUser().then((i) => {
|
|
6105
|
-
r ||
|
|
6139
|
+
r || at(i, n) || e(i);
|
|
6106
6140
|
}), () => {
|
|
6107
6141
|
r = !0, this.authCbs = this.authCbs.filter((i) => i !== e);
|
|
6108
6142
|
};
|
|
6109
6143
|
}
|
|
6110
6144
|
getAuth() {
|
|
6111
|
-
return
|
|
6145
|
+
return $(this, void 0, void 0, function* () {
|
|
6112
6146
|
const { user: e, error: n } = yield this.getCurrentUser();
|
|
6113
6147
|
if (n)
|
|
6114
|
-
throw new
|
|
6148
|
+
throw new ke("Could not get current user: " + n.message);
|
|
6115
6149
|
return e;
|
|
6116
6150
|
});
|
|
6117
6151
|
}
|
|
@@ -6141,23 +6175,23 @@ class ea {
|
|
|
6141
6175
|
this.connectionStatusCbs.forEach((n) => n(e));
|
|
6142
6176
|
}
|
|
6143
6177
|
setCurrentUser(e) {
|
|
6144
|
-
return
|
|
6178
|
+
return $(this, void 0, void 0, function* () {
|
|
6145
6179
|
this.kv.updateInPlace((n) => {
|
|
6146
|
-
n[
|
|
6147
|
-
}), yield this.kv.waitForKeyToLoad(
|
|
6180
|
+
n[xe] = e;
|
|
6181
|
+
}), yield this.kv.waitForKeyToLoad(xe);
|
|
6148
6182
|
});
|
|
6149
6183
|
}
|
|
6150
6184
|
getCurrentUserCached() {
|
|
6151
6185
|
return this._currentUserCached;
|
|
6152
6186
|
}
|
|
6153
6187
|
_getCurrentUser() {
|
|
6154
|
-
return
|
|
6155
|
-
const e = yield this.kv.waitForKeyToLoad(
|
|
6188
|
+
return $(this, void 0, void 0, function* () {
|
|
6189
|
+
const e = yield this.kv.waitForKeyToLoad(xe);
|
|
6156
6190
|
return typeof e == "string" ? JSON.parse(e) : e;
|
|
6157
6191
|
});
|
|
6158
6192
|
}
|
|
6159
6193
|
getCurrentUser() {
|
|
6160
|
-
return
|
|
6194
|
+
return $(this, void 0, void 0, function* () {
|
|
6161
6195
|
const e = yield this._waitForOAuthCallbackResponse();
|
|
6162
6196
|
if (e != null && e.error) {
|
|
6163
6197
|
const n = { error: e.error, user: void 0 };
|
|
@@ -6176,16 +6210,16 @@ class ea {
|
|
|
6176
6210
|
});
|
|
6177
6211
|
}
|
|
6178
6212
|
_hasCurrentUser() {
|
|
6179
|
-
return
|
|
6180
|
-
const e = yield this.kv.waitForKeyToLoad(
|
|
6213
|
+
return $(this, void 0, void 0, function* () {
|
|
6214
|
+
const e = yield this.kv.waitForKeyToLoad(xe);
|
|
6181
6215
|
return typeof e == "string" ? JSON.parse(e) != null : e != null;
|
|
6182
6216
|
});
|
|
6183
6217
|
}
|
|
6184
6218
|
changeCurrentUser(e) {
|
|
6185
|
-
return
|
|
6219
|
+
return $(this, void 0, void 0, function* () {
|
|
6186
6220
|
var n;
|
|
6187
6221
|
const { user: r } = yield this.getCurrentUser();
|
|
6188
|
-
if (!
|
|
6222
|
+
if (!at(r, e)) {
|
|
6189
6223
|
yield this.setCurrentUser(e), this.updateUser(e);
|
|
6190
6224
|
try {
|
|
6191
6225
|
(n = this._broadcastChannel) === null || n === void 0 || n.postMessage({ type: "auth" });
|
|
@@ -6195,7 +6229,28 @@ class ea {
|
|
|
6195
6229
|
}
|
|
6196
6230
|
});
|
|
6197
6231
|
}
|
|
6232
|
+
syncUserToEndpoint(e) {
|
|
6233
|
+
return $(this, void 0, void 0, function* () {
|
|
6234
|
+
if (this.config.firstPartyPath)
|
|
6235
|
+
try {
|
|
6236
|
+
fetch(this.config.firstPartyPath + "/", {
|
|
6237
|
+
method: "POST",
|
|
6238
|
+
body: JSON.stringify({
|
|
6239
|
+
type: "sync-user",
|
|
6240
|
+
appId: this.config.appId,
|
|
6241
|
+
user: e
|
|
6242
|
+
}),
|
|
6243
|
+
headers: {
|
|
6244
|
+
"Content-Type": "application/json"
|
|
6245
|
+
}
|
|
6246
|
+
});
|
|
6247
|
+
} catch (n) {
|
|
6248
|
+
this._log.error("Error syncing user with external endpoint", n);
|
|
6249
|
+
}
|
|
6250
|
+
});
|
|
6251
|
+
}
|
|
6198
6252
|
updateUser(e) {
|
|
6253
|
+
this.syncUserToEndpoint(e);
|
|
6199
6254
|
const n = { error: void 0, user: e };
|
|
6200
6255
|
this._currentUserCached = Object.assign({ isLoading: !1 }, n), this._dataForQueryCache = {}, this.querySubs.updateInPlace((r) => {
|
|
6201
6256
|
Object.keys(r).forEach((i) => {
|
|
@@ -6211,7 +6266,7 @@ class ea {
|
|
|
6211
6266
|
});
|
|
6212
6267
|
}
|
|
6213
6268
|
signInWithMagicCode(e) {
|
|
6214
|
-
return
|
|
6269
|
+
return $(this, arguments, void 0, function* ({ email: n, code: r }) {
|
|
6215
6270
|
var i;
|
|
6216
6271
|
const s = yield this.getCurrentUser(), o = ((i = s == null ? void 0 : s.user) === null || i === void 0 ? void 0 : i.type) === "guest", u = yield hu({
|
|
6217
6272
|
apiURI: this.config.apiURI,
|
|
@@ -6224,7 +6279,7 @@ class ea {
|
|
|
6224
6279
|
});
|
|
6225
6280
|
}
|
|
6226
6281
|
signInWithCustomToken(e) {
|
|
6227
|
-
return
|
|
6282
|
+
return $(this, void 0, void 0, function* () {
|
|
6228
6283
|
const n = yield pu({
|
|
6229
6284
|
apiURI: this.config.apiURI,
|
|
6230
6285
|
appId: this.config.appId,
|
|
@@ -6234,7 +6289,7 @@ class ea {
|
|
|
6234
6289
|
});
|
|
6235
6290
|
}
|
|
6236
6291
|
signInAsGuest() {
|
|
6237
|
-
return
|
|
6292
|
+
return $(this, void 0, void 0, function* () {
|
|
6238
6293
|
const e = yield yu({
|
|
6239
6294
|
apiURI: this.config.apiURI,
|
|
6240
6295
|
appId: this.config.appId
|
|
@@ -6261,7 +6316,7 @@ class ea {
|
|
|
6261
6316
|
});
|
|
6262
6317
|
}
|
|
6263
6318
|
signOut(e) {
|
|
6264
|
-
return
|
|
6319
|
+
return $(this, void 0, void 0, function* () {
|
|
6265
6320
|
const n = yield this.getCurrentUser();
|
|
6266
6321
|
this.potentiallyInvalidateToken(n, e), yield this.changeCurrentUser(null);
|
|
6267
6322
|
});
|
|
@@ -6284,7 +6339,7 @@ class ea {
|
|
|
6284
6339
|
* @param {string} [params.codeVerifier] - The code verifier used to generate the code challenge.
|
|
6285
6340
|
*/
|
|
6286
6341
|
exchangeCodeForToken(e) {
|
|
6287
|
-
return
|
|
6342
|
+
return $(this, arguments, void 0, function* ({ code: n, codeVerifier: r }) {
|
|
6288
6343
|
var i;
|
|
6289
6344
|
const s = yield this.getCurrentUser(), o = ((i = s == null ? void 0 : s.user) === null || i === void 0 ? void 0 : i.type) === "guest", u = yield er({
|
|
6290
6345
|
apiURI: this.config.apiURI,
|
|
@@ -6307,7 +6362,7 @@ class ea {
|
|
|
6307
6362
|
* @param {string | null | undefined} [params.nonce] - The nonce used when requesting the id_token from the external service
|
|
6308
6363
|
*/
|
|
6309
6364
|
signInWithIdToken(e) {
|
|
6310
|
-
return
|
|
6365
|
+
return $(this, arguments, void 0, function* ({ idToken: n, clientName: r, nonce: i }) {
|
|
6311
6366
|
var s;
|
|
6312
6367
|
const o = yield this.getCurrentUser(), u = (s = o == null ? void 0 : o.user) === null || s === void 0 ? void 0 : s.refresh_token, a = yield bu({
|
|
6313
6368
|
apiURI: this.config.apiURI,
|
|
@@ -6362,17 +6417,17 @@ class ea {
|
|
|
6362
6417
|
s.result.user = o, i.isConnected && (this._trySetPresence(n, o), this._notifyPresenceSubs(n));
|
|
6363
6418
|
}
|
|
6364
6419
|
_trySetPresence(e, n) {
|
|
6365
|
-
this._trySendAuthed(
|
|
6420
|
+
this._trySendAuthed(K(), {
|
|
6366
6421
|
op: "set-presence",
|
|
6367
6422
|
"room-id": e,
|
|
6368
6423
|
data: n
|
|
6369
6424
|
});
|
|
6370
6425
|
}
|
|
6371
6426
|
_tryJoinRoom(e, n) {
|
|
6372
|
-
this._trySendAuthed(
|
|
6427
|
+
this._trySendAuthed(K(), { op: "join-room", "room-id": e, data: n }), delete this._roomsPendingLeave[e];
|
|
6373
6428
|
}
|
|
6374
6429
|
_tryLeaveRoom(e) {
|
|
6375
|
-
this._trySendAuthed(
|
|
6430
|
+
this._trySendAuthed(K(), { op: "leave-room", "room-id": e });
|
|
6376
6431
|
}
|
|
6377
6432
|
_trySetRoomConnected(e, n) {
|
|
6378
6433
|
const r = this._rooms[e];
|
|
@@ -6446,7 +6501,7 @@ class ea {
|
|
|
6446
6501
|
}
|
|
6447
6502
|
}
|
|
6448
6503
|
_tryBroadcast(e, n, r, i) {
|
|
6449
|
-
this._trySendAuthed(
|
|
6504
|
+
this._trySendAuthed(K(), {
|
|
6450
6505
|
op: "client-broadcast",
|
|
6451
6506
|
"room-id": e,
|
|
6452
6507
|
roomType: n,
|
|
@@ -6471,14 +6526,14 @@ class ea {
|
|
|
6471
6526
|
// --------
|
|
6472
6527
|
// Storage
|
|
6473
6528
|
uploadFile(e, n, r) {
|
|
6474
|
-
return
|
|
6529
|
+
return $(this, void 0, void 0, function* () {
|
|
6475
6530
|
var i;
|
|
6476
6531
|
const s = yield this.getCurrentUser(), o = (i = s == null ? void 0 : s.user) === null || i === void 0 ? void 0 : i.refresh_token;
|
|
6477
6532
|
return gu(Object.assign(Object.assign({}, r), { apiURI: this.config.apiURI, appId: this.config.appId, path: e, file: n, refreshToken: o }));
|
|
6478
6533
|
});
|
|
6479
6534
|
}
|
|
6480
6535
|
deleteFile(e) {
|
|
6481
|
-
return
|
|
6536
|
+
return $(this, void 0, void 0, function* () {
|
|
6482
6537
|
var n;
|
|
6483
6538
|
const r = yield this.getCurrentUser(), i = (n = r == null ? void 0 : r.user) === null || n === void 0 ? void 0 : n.refresh_token;
|
|
6484
6539
|
return yield Tu({
|
|
@@ -6492,7 +6547,7 @@ class ea {
|
|
|
6492
6547
|
// Deprecated Storage API (Jan 2025)
|
|
6493
6548
|
// ---------------------------------
|
|
6494
6549
|
upload(e, n) {
|
|
6495
|
-
return
|
|
6550
|
+
return $(this, void 0, void 0, function* () {
|
|
6496
6551
|
var r;
|
|
6497
6552
|
const i = yield this.getCurrentUser(), s = (r = i == null ? void 0 : i.user) === null || r === void 0 ? void 0 : r.refresh_token, o = e || n.name, u = yield wu({
|
|
6498
6553
|
apiURI: this.config.apiURI,
|
|
@@ -6504,7 +6559,7 @@ class ea {
|
|
|
6504
6559
|
});
|
|
6505
6560
|
}
|
|
6506
6561
|
getDownloadUrl(e) {
|
|
6507
|
-
return
|
|
6562
|
+
return $(this, void 0, void 0, function* () {
|
|
6508
6563
|
var n;
|
|
6509
6564
|
const r = yield this.getCurrentUser(), i = (n = r == null ? void 0 : r.user) === null || n === void 0 ? void 0 : n.refresh_token;
|
|
6510
6565
|
return yield vu({
|
|
@@ -6516,10 +6571,10 @@ class ea {
|
|
|
6516
6571
|
});
|
|
6517
6572
|
}
|
|
6518
6573
|
}
|
|
6519
|
-
let
|
|
6520
|
-
function
|
|
6521
|
-
|
|
6522
|
-
const n =
|
|
6574
|
+
let st;
|
|
6575
|
+
function na(t, e) {
|
|
6576
|
+
st == null || st.dispose();
|
|
6577
|
+
const n = aa(e), r = sa(e, u), i = ia(ra(t));
|
|
6523
6578
|
function s(c) {
|
|
6524
6579
|
var f;
|
|
6525
6580
|
c.source === i.element.contentWindow && ((f = c.data) === null || f === void 0 ? void 0 : f.type) === "close" && n.isVisible() && u();
|
|
@@ -6535,16 +6590,16 @@ function ta(t, e) {
|
|
|
6535
6590
|
n.element.remove(), r.element.remove(), removeEventListener("keydown", o), removeEventListener("message", s);
|
|
6536
6591
|
}
|
|
6537
6592
|
function d() {
|
|
6538
|
-
document.body.appendChild(n.element), document.body.appendChild(r.element), addEventListener("keydown", o), addEventListener("message", s),
|
|
6593
|
+
document.body.appendChild(n.element), document.body.appendChild(r.element), addEventListener("keydown", o), addEventListener("message", s), st = {
|
|
6539
6594
|
dispose: a
|
|
6540
6595
|
};
|
|
6541
6596
|
}
|
|
6542
6597
|
return d();
|
|
6543
6598
|
}
|
|
6544
|
-
function
|
|
6599
|
+
function ra(t) {
|
|
6545
6600
|
return `${dn || ei ? "http://localhost:3000" : "https://instantdb.com"}/_devtool?appId=${t}`;
|
|
6546
6601
|
}
|
|
6547
|
-
function
|
|
6602
|
+
function ia(t) {
|
|
6548
6603
|
const e = document.createElement("iframe");
|
|
6549
6604
|
return e.src = t, e.className = "instant-devtool-iframe", Object.assign(e.style, {
|
|
6550
6605
|
width: "100%",
|
|
@@ -6553,7 +6608,7 @@ function ra(t) {
|
|
|
6553
6608
|
border: "none"
|
|
6554
6609
|
}), { element: e };
|
|
6555
6610
|
}
|
|
6556
|
-
function
|
|
6611
|
+
function sa(t, e) {
|
|
6557
6612
|
const n = `
|
|
6558
6613
|
<svg width="32" height="32" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6559
6614
|
<rect width="512" height="512" fill="black"/>
|
|
@@ -6563,7 +6618,7 @@ function ia(t, e) {
|
|
|
6563
6618
|
return r.innerHTML = n, r.className = "instant-devtool-toggler", Object.assign(r.style, Object.assign(Object.assign({
|
|
6564
6619
|
// pos
|
|
6565
6620
|
position: "fixed"
|
|
6566
|
-
},
|
|
6621
|
+
}, oa(t.position)), {
|
|
6567
6622
|
height: "32px",
|
|
6568
6623
|
width: "32px",
|
|
6569
6624
|
// layout
|
|
@@ -6578,7 +6633,7 @@ function ia(t, e) {
|
|
|
6578
6633
|
cursor: "pointer"
|
|
6579
6634
|
})), r.addEventListener("click", e), { element: r };
|
|
6580
6635
|
}
|
|
6581
|
-
function
|
|
6636
|
+
function oa(t) {
|
|
6582
6637
|
switch (t) {
|
|
6583
6638
|
case "bottom-left":
|
|
6584
6639
|
return { bottom: "24px", left: "24px" };
|
|
@@ -6590,7 +6645,7 @@ function sa(t) {
|
|
|
6590
6645
|
return { top: "24px", left: "24px" };
|
|
6591
6646
|
}
|
|
6592
6647
|
}
|
|
6593
|
-
function
|
|
6648
|
+
function ua(t) {
|
|
6594
6649
|
switch (t) {
|
|
6595
6650
|
case "bottom-left":
|
|
6596
6651
|
return { bottom: "24px", right: "24px", left: "60px", top: "72px" };
|
|
@@ -6602,23 +6657,23 @@ function oa(t) {
|
|
|
6602
6657
|
return { top: "24px", right: "24px", left: "60px", bottom: "72px" };
|
|
6603
6658
|
}
|
|
6604
6659
|
}
|
|
6605
|
-
function
|
|
6660
|
+
function aa(t) {
|
|
6606
6661
|
const e = document.createElement("div");
|
|
6607
|
-
Object.assign(e.style, Object.assign(Object.assign({ position: "fixed" },
|
|
6662
|
+
Object.assign(e.style, Object.assign(Object.assign({ position: "fixed" }, ua(t.position)), { display: "block", borderRadius: "4px", border: "1px #ccc solid", boxShadow: "0px 0px 8px #00000044", backgroundColor: "#eee", zIndex: "999990" })), e.style.display = "none", e.className = "instant-devtool-container";
|
|
6608
6663
|
function n() {
|
|
6609
6664
|
return e.style.display !== "none";
|
|
6610
6665
|
}
|
|
6611
6666
|
return { element: e, isVisible: n };
|
|
6612
6667
|
}
|
|
6613
|
-
const
|
|
6668
|
+
const ca = {
|
|
6614
6669
|
apiURI: "https://api.instantdb.com",
|
|
6615
6670
|
websocketURI: "wss://api.instantdb.com/runtime/session"
|
|
6616
6671
|
};
|
|
6617
|
-
function
|
|
6672
|
+
function da() {
|
|
6618
6673
|
var t;
|
|
6619
6674
|
return globalThis.__instantDbSchemaHashStore = (t = globalThis.__instantDbSchemaHashStore) !== null && t !== void 0 ? t : /* @__PURE__ */ new WeakMap(), globalThis.__instantDbSchemaHashStore;
|
|
6620
6675
|
}
|
|
6621
|
-
function
|
|
6676
|
+
function fa() {
|
|
6622
6677
|
var t;
|
|
6623
6678
|
return globalThis.__instantDbStore = (t = globalThis.__instantDbStore) !== null && t !== void 0 ? t : {}, globalThis.__instantDbStore;
|
|
6624
6679
|
}
|
|
@@ -6626,23 +6681,23 @@ function Ht(t) {
|
|
|
6626
6681
|
const e = t.__adminToken;
|
|
6627
6682
|
return t.appId + "_" + (t.websocketURI || "default_ws_uri") + "_" + (t.apiURI || "default_api_uri") + "_" + (e || "client_only") + "_" + t.useDateObjects;
|
|
6628
6683
|
}
|
|
6629
|
-
const Yt =
|
|
6630
|
-
class
|
|
6684
|
+
const Yt = fa(), _r = da();
|
|
6685
|
+
class la {
|
|
6631
6686
|
constructor(e) {
|
|
6632
6687
|
this.db = e, this.sendMagicCode = (n) => this.db.sendMagicCode(n), this.signInWithMagicCode = (n) => this.db.signInWithMagicCode(n), this.signInWithToken = (n) => this.db.signInWithCustomToken(n), this.signInAsGuest = () => this.db.signInAsGuest(), this.createAuthorizationURL = (n) => this.db.createAuthorizationURL(n), this.signInWithIdToken = (n) => this.db.signInWithIdToken(n), this.exchangeOAuthCode = (n) => this.db.exchangeCodeForToken(n), this.issuerURI = () => this.db.issuerURI(), this.signOut = (n = { invalidateToken: !0 }) => this.db.signOut(n);
|
|
6633
6688
|
}
|
|
6634
6689
|
}
|
|
6635
|
-
class
|
|
6690
|
+
class ha {
|
|
6636
6691
|
constructor(e) {
|
|
6637
6692
|
this.db = e, this.uploadFile = (n, r, i = {}) => this.db.uploadFile(n, r, i), this.delete = (n) => this.db.deleteFile(n), this.upload = (n, r) => this.db.upload(n, r), this.put = this.upload, this.getDownloadUrl = (n) => this.db.getDownloadUrl(n);
|
|
6638
6693
|
}
|
|
6639
6694
|
}
|
|
6640
|
-
function
|
|
6695
|
+
function pa(t) {
|
|
6641
6696
|
return JSON.parse(JSON.stringify(t));
|
|
6642
6697
|
}
|
|
6643
|
-
class
|
|
6698
|
+
class ya {
|
|
6644
6699
|
constructor(e) {
|
|
6645
|
-
this.tx = cn(), this._reactor = e, this.auth = new
|
|
6700
|
+
this.tx = cn(), this._reactor = e, this.auth = new la(this._reactor), this.storage = new ha(this._reactor);
|
|
6646
6701
|
}
|
|
6647
6702
|
/**
|
|
6648
6703
|
* Use this to write data! You can create, update, delete, and link objects
|
|
@@ -6822,27 +6877,27 @@ function gr(t) {
|
|
|
6822
6877
|
const e = _r.get(t);
|
|
6823
6878
|
if (e)
|
|
6824
6879
|
return e;
|
|
6825
|
-
const n =
|
|
6880
|
+
const n = N(t);
|
|
6826
6881
|
return _r.set(t, n), n;
|
|
6827
6882
|
}
|
|
6828
|
-
function
|
|
6883
|
+
function ba(t, e) {
|
|
6829
6884
|
return gr(t._reactor.config.schema) !== gr(e);
|
|
6830
6885
|
}
|
|
6831
|
-
function
|
|
6886
|
+
function _a(t, e, n, r, i) {
|
|
6832
6887
|
var s, o;
|
|
6833
6888
|
const u = Object.assign(Object.assign({}, t), { appId: (s = t.appId) === null || s === void 0 ? void 0 : s.trim(), useDateObjects: (o = t.useDateObjects) !== null && o !== void 0 ? o : !1 }), a = Yt[Ht(u)];
|
|
6834
6889
|
if (a)
|
|
6835
|
-
return
|
|
6836
|
-
const d = new
|
|
6837
|
-
return Yt[Ht(u)] = c,
|
|
6890
|
+
return ba(a, u.schema) && a._reactor.updateSchema(u.schema), a;
|
|
6891
|
+
const d = new ta(Object.assign(Object.assign(Object.assign({}, ca), u), { cardinalityInference: !!u.schema }), e || Jr, n || Zr, Object.assign(Object.assign({}, r || {}), { "@instantdb/core": ni }), i), c = new ya(d);
|
|
6892
|
+
return Yt[Ht(u)] = c, ga(u.appId, u.devtool), c;
|
|
6838
6893
|
}
|
|
6839
|
-
function
|
|
6894
|
+
function ga(t, e) {
|
|
6840
6895
|
if (typeof window > "u" || typeof window.location > "u" || typeof document > "u" || typeof e == "boolean" && !e)
|
|
6841
6896
|
return;
|
|
6842
6897
|
const n = Object.assign({ position: "bottom-right", allowedHosts: ["localhost"] }, typeof e == "object" ? e : {});
|
|
6843
|
-
n.allowedHosts.includes(window.location.hostname) &&
|
|
6898
|
+
n.allowedHosts.includes(window.location.hostname) && na(t, n);
|
|
6844
6899
|
}
|
|
6845
|
-
const
|
|
6900
|
+
const Ta = {
|
|
6846
6901
|
isLoading: !0,
|
|
6847
6902
|
data: void 0,
|
|
6848
6903
|
pageInfo: void 0,
|
|
@@ -6857,14 +6912,14 @@ function Tr(t) {
|
|
|
6857
6912
|
...t || {}
|
|
6858
6913
|
};
|
|
6859
6914
|
}
|
|
6860
|
-
function
|
|
6915
|
+
function wa(t, e, n) {
|
|
6861
6916
|
e && n && "ruleParams" in n && (e = { $$ruleParams: n.ruleParams, ...e });
|
|
6862
|
-
const r = e ?
|
|
6917
|
+
const r = e ? pa(e) : null, i = N(r), s = ze(
|
|
6863
6918
|
Tr(t._reactor.getPreviousResult(r))
|
|
6864
6919
|
), o = fe(
|
|
6865
6920
|
(a) => (s.current = Tr(
|
|
6866
6921
|
t._reactor.getPreviousResult(r)
|
|
6867
|
-
), r ? t.subscribeQuery(r, (c) => {
|
|
6922
|
+
), a(), r ? t.subscribeQuery(r, (c) => {
|
|
6868
6923
|
s.current = {
|
|
6869
6924
|
isLoading: !c,
|
|
6870
6925
|
// @ts-expect-error: ts thinks this will always be overwritten
|
|
@@ -6883,11 +6938,11 @@ function Ta(t, e, n) {
|
|
|
6883
6938
|
return { state: Pt(
|
|
6884
6939
|
o,
|
|
6885
6940
|
() => s.current,
|
|
6886
|
-
() =>
|
|
6941
|
+
() => Ta
|
|
6887
6942
|
), query: r };
|
|
6888
6943
|
}
|
|
6889
|
-
function
|
|
6890
|
-
const t =
|
|
6944
|
+
function ma() {
|
|
6945
|
+
const t = ze(null);
|
|
6891
6946
|
ge(() => {
|
|
6892
6947
|
n();
|
|
6893
6948
|
}, []);
|
|
@@ -6899,9 +6954,9 @@ function wa() {
|
|
|
6899
6954
|
}
|
|
6900
6955
|
return { set: e, clear: n };
|
|
6901
6956
|
}
|
|
6902
|
-
const
|
|
6903
|
-
function
|
|
6904
|
-
const r =
|
|
6957
|
+
const va = 1e3;
|
|
6958
|
+
function Sa(t, e, n) {
|
|
6959
|
+
const r = ze(n);
|
|
6905
6960
|
r.current = n, ge(() => t.core._reactor.subscribeTopic(
|
|
6906
6961
|
t.id,
|
|
6907
6962
|
e,
|
|
@@ -6910,7 +6965,7 @@ function va(t, e, n) {
|
|
|
6910
6965
|
}
|
|
6911
6966
|
), [t.id, e]);
|
|
6912
6967
|
}
|
|
6913
|
-
function
|
|
6968
|
+
function Oa(t, e) {
|
|
6914
6969
|
return ge(() => t.core._reactor.joinRoom(t.id), [t.id]), fe(
|
|
6915
6970
|
(r) => {
|
|
6916
6971
|
t.core._reactor.publishTopic({
|
|
@@ -6923,7 +6978,7 @@ function Sa(t, e) {
|
|
|
6923
6978
|
[t.id, e]
|
|
6924
6979
|
);
|
|
6925
6980
|
}
|
|
6926
|
-
function
|
|
6981
|
+
function Aa(t, e = {}) {
|
|
6927
6982
|
var o, u;
|
|
6928
6983
|
const [n, r] = mr(() => t.core._reactor.getPresence(t.type, t.id, e) ?? {
|
|
6929
6984
|
peers: {},
|
|
@@ -6948,11 +7003,11 @@ function Oa(t, e = {}) {
|
|
|
6948
7003
|
publishPresence: i
|
|
6949
7004
|
}), [n, i]);
|
|
6950
7005
|
}
|
|
6951
|
-
function
|
|
7006
|
+
function Ea(t, e, n) {
|
|
6952
7007
|
ge(() => t.core._reactor.joinRoom(t.id, e), [t.id]), ge(() => t.core._reactor.publishPresence(t.type, t.id, e), [t.type, t.id, n ?? JSON.stringify(e)]);
|
|
6953
7008
|
}
|
|
6954
|
-
function
|
|
6955
|
-
const r =
|
|
7009
|
+
function ja(t, e, n = {}) {
|
|
7010
|
+
const r = ma(), i = ye.usePresence(t, {
|
|
6956
7011
|
keys: [e]
|
|
6957
7012
|
}), s = Mt(() => {
|
|
6958
7013
|
const c = t._core._reactor.getPresence(
|
|
@@ -6966,7 +7021,7 @@ function Ea(t, e, n = {}) {
|
|
|
6966
7021
|
(c) => {
|
|
6967
7022
|
t.core._reactor.publishPresence(t.type, t.id, {
|
|
6968
7023
|
[e]: c
|
|
6969
|
-
}), c && ((n == null ? void 0 : n.timeout) === null || (n == null ? void 0 : n.timeout) === 0 || r.set((n == null ? void 0 : n.timeout) ??
|
|
7024
|
+
}), c && ((n == null ? void 0 : n.timeout) === null || (n == null ? void 0 : n.timeout) === 0 || r.set((n == null ? void 0 : n.timeout) ?? va, () => {
|
|
6970
7025
|
t.core._reactor.publishPresence(t.type, t.id, {
|
|
6971
7026
|
[e]: null
|
|
6972
7027
|
});
|
|
@@ -6989,11 +7044,11 @@ function Ea(t, e, n = {}) {
|
|
|
6989
7044
|
};
|
|
6990
7045
|
}
|
|
6991
7046
|
const ye = {
|
|
6992
|
-
useTopicEffect:
|
|
6993
|
-
usePublishTopic:
|
|
6994
|
-
usePresence:
|
|
6995
|
-
useSyncPresence:
|
|
6996
|
-
useTypingIndicator:
|
|
7047
|
+
useTopicEffect: Sa,
|
|
7048
|
+
usePublishTopic: Oa,
|
|
7049
|
+
usePresence: Aa,
|
|
7050
|
+
useSyncPresence: Ea,
|
|
7051
|
+
useTypingIndicator: ja
|
|
6997
7052
|
};
|
|
6998
7053
|
class ka {
|
|
6999
7054
|
constructor(e, n, r) {
|
|
@@ -7002,12 +7057,12 @@ class ka {
|
|
|
7002
7057
|
}, this.usePublishTopic = (i) => ye.usePublishTopic(this, i), this.usePresence = (i = {}) => ye.usePresence(this, i), this.useSyncPresence = (i, s) => ye.useSyncPresence(this, i, s), this.useTypingIndicator = (i, s = {}) => ye.useTypingIndicator(this, i, s), this.core = e, this._core = this.core, this.type = n, this.id = r;
|
|
7003
7058
|
}
|
|
7004
7059
|
}
|
|
7005
|
-
const
|
|
7060
|
+
const Ia = {
|
|
7006
7061
|
isLoading: !0,
|
|
7007
7062
|
user: void 0,
|
|
7008
7063
|
error: void 0
|
|
7009
7064
|
};
|
|
7010
|
-
class
|
|
7065
|
+
class Pa {
|
|
7011
7066
|
constructor(e, n) {
|
|
7012
7067
|
this.tx = cn(), this.getLocalId = (r) => this.core.getLocalId(r), this.useLocalId = (r) => {
|
|
7013
7068
|
const [i, s] = mr(null);
|
|
@@ -7017,26 +7072,15 @@ class Ia {
|
|
|
7017
7072
|
s(u);
|
|
7018
7073
|
})();
|
|
7019
7074
|
}, [r]), i;
|
|
7020
|
-
}, this.rooms = ye, this.transact = (r) => this.core.transact(r), this.useQuery = (r, i) =>
|
|
7021
|
-
const r = qe(
|
|
7022
|
-
this.core._reactor._currentUserCached
|
|
7023
|
-
), i = fe((o) => this.core.subscribeAuth((a) => {
|
|
7024
|
-
r.current = { isLoading: !1, ...a }, o();
|
|
7025
|
-
}), []);
|
|
7026
|
-
return Pt(
|
|
7027
|
-
i,
|
|
7028
|
-
() => r.current,
|
|
7029
|
-
() => ja
|
|
7030
|
-
);
|
|
7031
|
-
}, this.useUser = () => {
|
|
7075
|
+
}, this.rooms = ye, this.transact = (r) => this.core.transact(r), this.useQuery = (r, i) => wa(this.core, r, i).state, this.useAuth = () => this._useAuth(), this.useUser = () => {
|
|
7032
7076
|
const { user: r } = this.useAuth();
|
|
7033
7077
|
if (!r)
|
|
7034
|
-
throw new
|
|
7078
|
+
throw new ke(
|
|
7035
7079
|
"useUser must be used within an auth-protected route"
|
|
7036
7080
|
);
|
|
7037
7081
|
return r;
|
|
7038
7082
|
}, this.useConnectionStatus = () => {
|
|
7039
|
-
const r =
|
|
7083
|
+
const r = ze(
|
|
7040
7084
|
this.core._reactor.status
|
|
7041
7085
|
), i = fe((o) => this.core.subscribeConnectionStatus((a) => {
|
|
7042
7086
|
a !== r.current && (r.current = a, o());
|
|
@@ -7049,11 +7093,11 @@ class Ia {
|
|
|
7049
7093
|
);
|
|
7050
7094
|
}, this.queryOnce = (r, i) => this.core.queryOnce(r, i), this.SignedIn = ({ children: r }) => {
|
|
7051
7095
|
const i = this.useAuth();
|
|
7052
|
-
return i.isLoading || i.error || !i.user ? null : /* @__PURE__ */
|
|
7096
|
+
return i.isLoading || i.error || !i.user ? null : /* @__PURE__ */ tt.jsx(tt.Fragment, { children: r });
|
|
7053
7097
|
}, this.SignedOut = ({ children: r }) => {
|
|
7054
7098
|
const i = this.useAuth();
|
|
7055
|
-
return i.isLoading || i.error || i.user ? null : /* @__PURE__ */
|
|
7056
|
-
}, this.core =
|
|
7099
|
+
return i.isLoading || i.error || i.user ? null : /* @__PURE__ */ tt.jsx(tt.Fragment, { children: r });
|
|
7100
|
+
}, this.core = _a(
|
|
7057
7101
|
e,
|
|
7058
7102
|
// @ts-expect-error because TS can't resolve subclass statics
|
|
7059
7103
|
this.constructor.Storage,
|
|
@@ -7079,6 +7123,18 @@ class Ia {
|
|
|
7079
7123
|
room(e = "_defaultRoomType", n = "_defaultRoomId") {
|
|
7080
7124
|
return new ka(this.core, e, n);
|
|
7081
7125
|
}
|
|
7126
|
+
_useAuth() {
|
|
7127
|
+
const e = ze(
|
|
7128
|
+
this.core._reactor._currentUserCached
|
|
7129
|
+
), n = fe((i) => this.core.subscribeAuth((o) => {
|
|
7130
|
+
e.current = { isLoading: !1, ...o }, i();
|
|
7131
|
+
}), []);
|
|
7132
|
+
return Pt(
|
|
7133
|
+
n,
|
|
7134
|
+
() => e.current,
|
|
7135
|
+
() => Ia
|
|
7136
|
+
);
|
|
7137
|
+
}
|
|
7082
7138
|
/**
|
|
7083
7139
|
* One time query for the logged in state. This is useful
|
|
7084
7140
|
* for scenarios where you want to know the current auth
|
|
@@ -7094,5 +7150,5 @@ class Ia {
|
|
|
7094
7150
|
}
|
|
7095
7151
|
}
|
|
7096
7152
|
export {
|
|
7097
|
-
|
|
7153
|
+
Pa as InstantReactAbstractDatabase
|
|
7098
7154
|
};
|