@instantdb/react-common 0.22.86-experimental.split-store.20249342206.1 → 0.22.86-experimental.split-store.20249702529.1

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.
@@ -694,7 +694,7 @@ function Zt(t) {
694
694
  function Xt(t) {
695
695
  return Object.getPrototypeOf(t) === Map.prototype;
696
696
  }
697
- function Q(t) {
697
+ function H(t) {
698
698
  var e;
699
699
  return (e = t.copy) !== null && e !== void 0 ? e : t.original;
700
700
  }
@@ -746,7 +746,7 @@ function Ve(t, e, n) {
746
746
  }
747
747
  function Et(t, e) {
748
748
  const n = k(t);
749
- return (n ? Q(n) : t)[e];
749
+ return (n ? H(n) : t)[e];
750
750
  }
751
751
  function ce(t, e) {
752
752
  return t === e ? t !== 0 || 1 / t === 1 / e : t !== t && e !== e;
@@ -1079,13 +1079,13 @@ 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 Q(k(this)).size;
1082
+ return H(k(this)).size;
1083
1083
  },
1084
1084
  has(t) {
1085
- return Q(k(this)).has(t);
1085
+ return H(k(this)).has(t);
1086
1086
  },
1087
1087
  set(t, e) {
1088
- const n = k(this), r = Q(n);
1088
+ const n = k(this), r = H(n);
1089
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, ze)), this;
1090
1090
  },
1091
1091
  delete(t) {
@@ -1105,13 +1105,13 @@ const ct = (t, e, n = !1) => {
1105
1105
  },
1106
1106
  forEach(t, e) {
1107
1107
  const n = k(this);
1108
- Q(n).forEach((r, i) => {
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 = k(this), i = Q(r).get(t), s = ((n = (e = r.options).mark) === null || n === void 0 ? void 0 : n.call(e, i, Y)) === Y.mutable;
1114
+ const r = k(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,7 +1124,7 @@ const ct = (t, e, n = !1) => {
1124
1124
  return V(r), r.copy.set(t, o), o;
1125
1125
  },
1126
1126
  keys() {
1127
- return Q(k(this)).keys();
1127
+ return H(k(this)).keys();
1128
1128
  },
1129
1129
  values() {
1130
1130
  const t = this.keys();
@@ -1283,7 +1283,7 @@ const Hi = Reflect.ownKeys(dt), Er = /* @__PURE__ */ new WeakSet(), kr = {
1283
1283
  if (o = t.options.mark(c, Y), o === Y.mutable)
1284
1284
  return t.options.strict && ct(c, t.options, !0), c;
1285
1285
  }
1286
- const u = Q(t);
1286
+ const u = H(t);
1287
1287
  if (u instanceof Map && Qi.includes(e)) {
1288
1288
  if (e === "size")
1289
1289
  return Object.getOwnPropertyDescriptor(Ut, "size").get.call(t.proxy);
@@ -1330,20 +1330,20 @@ 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 = xn(Q(t), e);
1333
+ const s = xn(H(t), e);
1334
1334
  if (s != null && s.set)
1335
1335
  return s.set.call(t.proxy, n), !0;
1336
- const o = Et(Q(t), e), u = k(o);
1336
+ const o = Et(H(t), e), u = k(o);
1337
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 || Fe(t.original, e)) || (V(t), ie(t), Fe(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, ze)), !0);
1338
1338
  },
1339
1339
  has(t, e) {
1340
- return e in Q(t);
1340
+ return e in H(t);
1341
1341
  },
1342
1342
  ownKeys(t) {
1343
- return Reflect.ownKeys(Q(t));
1343
+ return Reflect.ownKeys(H(t));
1344
1344
  },
1345
1345
  getOwnPropertyDescriptor(t, e) {
1346
- const n = Q(t), r = Reflect.getOwnPropertyDescriptor(n, e);
1346
+ const n = H(t), r = Reflect.getOwnPropertyDescriptor(n, e);
1347
1347
  return r && {
1348
1348
  writable: !0,
1349
1349
  configurable: t.type !== 1 || e !== "length",
@@ -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
- H(this.blobAttrs, [r, i], e);
1990
+ B(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
- H(this._primaryKeys, [r], e);
2001
+ B(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
- H(this._forwardIdents, [i, s], e);
2011
+ B(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
- H(this._revIdents, [i, s], e);
2023
+ B(this._revIdents, [i, s], e);
2024
2024
  }
2025
2025
  }
2026
2026
  return this._revIdents;
@@ -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 H(t, e, n) {
2054
+ function B(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,13 +2070,13 @@ function Mr(t, e, n) {
2070
2070
  console.warn("no such attr", a, u);
2071
2071
  continue;
2072
2072
  }
2073
- d["checked-data-type"] === "date" && n && (c = pt(c), o[2] = c), on(d) && H(s, [c, a, u], o), H(r, [u, a, c], o), H(i, [a, u, c], o);
2073
+ d["checked-data-type"] === "date" && n && (c = pt(c), o[2] = c), on(d) && B(s, [c, a, u], o), B(r, [u, a, c], o), B(i, [a, u, c], o);
2074
2074
  }
2075
2075
  return { eav: r, aev: i, vae: s };
2076
2076
  }
2077
2077
  function Rr(t) {
2078
2078
  return {
2079
- triples: B(t.eav, 3),
2079
+ triples: G(t.eav, 3),
2080
2080
  cardinalityInference: t.cardinalityInference,
2081
2081
  useDateObjects: t.useDateObjects,
2082
2082
  version: 1
@@ -2105,7 +2105,7 @@ function We(t, e) {
2105
2105
  const [o, u] = e[0], a = t.aev.get(o);
2106
2106
  if (!a)
2107
2107
  return null;
2108
- i = (n = B(a, 2).find((d) => d[2] === u)) === null || n === void 0 ? void 0 : n[0];
2108
+ i = (n = G(a, 2).find((d) => d[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 d = (r = B(a, 2).find((b) => b[2] === u)) === null || r === void 0 ? void 0 : r[0];
2118
+ const d = (r = G(a, 2).find((b) => b[2] === u)) === null || r === void 0 ? void 0 : r[0];
2119
2119
  if (!d)
2120
2120
  return null;
2121
2121
  const [f, l, p, ...y] = e;
@@ -2150,7 +2150,7 @@ function Lr(t, e, n) {
2150
2150
  return;
2151
2151
  a["checked-data-type"] === "date" && t.useDateObjects && (u = pt(u));
2152
2152
  const c = Ce(t.eav, [s, o, u]), d = (r = c == null ? void 0 : c[3]) !== null && r !== void 0 ? r : Ur(t, a, i), f = [s, o, u, d];
2153
- gs(a) ? (H(t.eav, [s, o], /* @__PURE__ */ new Map([[u, f]])), H(t.aev, [o, s], /* @__PURE__ */ new Map([[u, f]]))) : (H(t.eav, [s, o, u], f), H(t.aev, [o, s, u], f)), on(a) && H(t.vae, [u, o, s], f);
2153
+ gs(a) ? (B(t.eav, [s, o], /* @__PURE__ */ new Map([[u, f]])), B(t.aev, [o, s], /* @__PURE__ */ new Map([[u, f]]))) : (B(t.eav, [s, o, u], f), B(t.aev, [o, s, u], f)), on(a) && B(t.vae, [u, o, s], f);
2154
2154
  }
2155
2155
  function ms(t, e, n) {
2156
2156
  var r;
@@ -2174,7 +2174,7 @@ function ms(t, e, n) {
2174
2174
  l,
2175
2175
  Ur(t, a, d)
2176
2176
  ];
2177
- H(t.eav, [s, o], /* @__PURE__ */ new Map([[l, p]]));
2177
+ B(t.eav, [s, o], /* @__PURE__ */ new Map([[l, p]])), B(t.aev, [o, s], /* @__PURE__ */ new Map([[l, p]]));
2178
2178
  }
2179
2179
  function Nt(t, e, n) {
2180
2180
  var r, i;
@@ -2185,7 +2185,7 @@ function Nt(t, e, n) {
2185
2185
  if (c) {
2186
2186
  for (const f of c.keys()) {
2187
2187
  const l = e.getAttr(f);
2188
- l && l["on-delete-reverse"] === "cascade" && B(c.get(f), 1).forEach(([p, y, b]) => {
2188
+ l && l["on-delete-reverse"] === "cascade" && G(c.get(f), 1).forEach(([p, y, b]) => {
2189
2189
  var _;
2190
2190
  return Nt(t, e, [b, (_ = l["reverse-identity"]) === null || _ === void 0 ? void 0 : _[1]]);
2191
2191
  }), // Fall back to deleting everything if we've rehydrated tx-steps from
@@ -2196,7 +2196,7 @@ function Nt(t, e, n) {
2196
2196
  }
2197
2197
  c.size === 0 && X(t.eav, [a]);
2198
2198
  }
2199
- const d = t.vae.get(a) && B(t.vae.get(a), 2);
2199
+ const d = t.vae.get(a) && G(t.vae.get(a), 2);
2200
2200
  d && d.forEach((f) => {
2201
2201
  var l, p, y;
2202
2202
  const [b, _, w] = f, g = e.getAttr(_);
@@ -2213,7 +2213,7 @@ function vs(t, [e]) {
2213
2213
  t.addAttr(e);
2214
2214
  }
2215
2215
  function Nr(t) {
2216
- return B(t.eav, 3);
2216
+ return G(t.eav, 3);
2217
2217
  }
2218
2218
  function Ss(t, e, [n]) {
2219
2219
  if (!e.getAttr(n))
@@ -2256,7 +2256,7 @@ function As(t, e, n) {
2256
2256
  throw new Error(`unhandled transaction action: ${r}`);
2257
2257
  }
2258
2258
  }
2259
- function B(t, e, n = []) {
2259
+ function G(t, e, n = []) {
2260
2260
  if (!t || e === 0)
2261
2261
  return n;
2262
2262
  if (e === 1) {
@@ -2265,7 +2265,7 @@ function B(t, e, n = []) {
2265
2265
  return n;
2266
2266
  }
2267
2267
  for (const r of t.values())
2268
- B(r, e - 1, n);
2268
+ G(r, e - 1, n);
2269
2269
  return n;
2270
2270
  }
2271
2271
  function tt(t, e, n) {
@@ -2293,7 +2293,7 @@ function tt(t, e, n) {
2293
2293
  return i;
2294
2294
  }
2295
2295
  if (n != null && n.$comparator)
2296
- return B(e, 1).filter(n.$op);
2296
+ return G(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);
@@ -2310,11 +2310,11 @@ function ks(t, [e, n, r]) {
2310
2310
  switch (Es(e, n, r)) {
2311
2311
  case "e": {
2312
2312
  const u = t.eav.get(e);
2313
- return B(u, 2);
2313
+ return G(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 B(u, 1);
2317
+ return G(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);
@@ -2331,7 +2331,7 @@ function ks(t, [e, n, r]) {
2331
2331
  }
2332
2332
  case "a": {
2333
2333
  const u = t.aev.get(n);
2334
- return B(u, 2);
2334
+ return G(u, 2);
2335
2335
  }
2336
2336
  case "av": {
2337
2337
  const u = t.aev.get(n);
@@ -2350,7 +2350,7 @@ function ks(t, [e, n, r]) {
2350
2350
  return u;
2351
2351
  }
2352
2352
  default:
2353
- return B(t.eav, 3);
2353
+ return G(t.eav, 3);
2354
2354
  }
2355
2355
  }
2356
2356
  function js(t, e, n) {
@@ -2359,7 +2359,7 @@ function js(t, e, n) {
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 = B(u, 1);
2362
+ const u = (r = t.eav.get(n)) === null || r === void 0 ? void 0 : r.get(o.id), a = G(u, 1);
2363
2363
  for (const c of a)
2364
2364
  i[s] = c[2];
2365
2365
  }
@@ -3051,7 +3051,7 @@ function $o(t, e, n) {
3051
3051
  function Bt(t) {
3052
3052
  return typeof t == "string" && !ht(t) ? null : typeof t == "string" && ht(t) ? Qr(t) : Mo(t);
3053
3053
  }
3054
- function G(t, e, n) {
3054
+ function Q(t, e, n) {
3055
3055
  const r = Bt(n);
3056
3056
  if (r === null)
3057
3057
  return n;
@@ -3062,7 +3062,7 @@ function G(t, e, n) {
3062
3062
  }
3063
3063
  function Hr(t, e, n, r) {
3064
3064
  var i;
3065
- const s = G(t, e, n);
3065
+ const s = Q(t, e, n);
3066
3066
  return Array.isArray(s) ? [[
3067
3067
  "add-triple",
3068
3068
  s,
@@ -3075,18 +3075,18 @@ function Do({ attrsStore: t }, [e, n, r]) {
3075
3075
  const u = Array.isArray(o) ? o : [o], a = F(t, e, s), c = me(t, e, s);
3076
3076
  return u.map((d) => a ? [
3077
3077
  "add-triple",
3078
- G(t, e, n),
3078
+ Q(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
- G(t, a["reverse-identity"][1], d)
3082
+ Q(t, a["reverse-identity"][1], d)
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
- G(t, c["forward-identity"][1], d),
3087
+ Q(t, c["forward-identity"][1], d),
3088
3088
  c == null ? void 0 : c.id,
3089
- G(t, e, n)
3089
+ Q(t, e, n)
3090
3090
  ]);
3091
3091
  });
3092
3092
  return Hr(t, e, n, i);
@@ -3096,18 +3096,18 @@ function xo({ attrsStore: t }, [e, n, r]) {
3096
3096
  const u = Array.isArray(o) ? o : [o], a = F(t, e, s), c = me(t, e, s);
3097
3097
  return u.map((d) => a ? [
3098
3098
  "retract-triple",
3099
- G(t, e, n),
3099
+ Q(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
- G(t, a["reverse-identity"][1], d)
3103
+ Q(t, a["reverse-identity"][1], d)
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
- G(t, c["forward-identity"][1], d),
3108
+ Q(t, c["forward-identity"][1], d),
3109
3109
  c.id,
3110
- G(t, e, n)
3110
+ Q(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 [c, d, f] of B(a, 2))
3122
+ for (const [c, d, f] of G(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 = G(n, r, i);
3142
+ const { attrsStore: n } = t, [r, i, s, o] = e, u = sn(s), a = Q(n, r, i);
3143
3143
  return [["id", a]].concat(Object.entries(u)).map(([d, f]) => {
3144
3144
  const l = F(n, r, d);
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 = G(n, r, i), c = Yr(t, [r, a, s, o]);
3149
+ const { attrsStore: n } = t, [r, i, s, o] = e, u = sn(s), a = Q(n, r, i), c = 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", G(t, e, n), e]];
3162
+ return [["delete-entity", Q(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 = G(n, r, i), c = Yr(t, [r, a, s, o]), d = Object.entries(u).map(([l, p]) => {
3165
+ const { attrsStore: n } = t, [r, i, s, o] = e, u = sn(s), a = Q(n, r, i), c = Yr(t, [r, a, s, o]), d = 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(d);
3182
3182
  }
3183
3183
  function qo({ attrsStore: t }, [e, n, r]) {
3184
- return [["rule-params", G(t, e, n), e, r]];
3184
+ return [["rule-params", Q(t, e, n), e, r]];
3185
3185
  }
3186
3186
  function zo(t) {
3187
3187
  const [e, n, r, i, s] = t;
@@ -4276,7 +4276,7 @@ function ir(t) {
4276
4276
  }, e;
4277
4277
  }, {});
4278
4278
  }
4279
- const ni = "v0.22.86-experimental.split-store.20249342206.1";
4279
+ const ni = "v0.22.86-experimental.split-store.20249702529.1";
4280
4280
  function Au(t, e) {
4281
4281
  return {
4282
4282
  info: t ? (...n) => console.info(...n, e()) : () => {
@@ -15,19 +15,19 @@
15
15
  * This source code is licensed under the MIT license found in the
16
16
  * LICENSE file in the root directory of this source tree.
17
17
  */return t.NODE_ENV!=="production"&&function(){var e=j,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"),c=Symbol.for("react.forward_ref"),d=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,_="@@iterator";function w(h){if(h===null||typeof h!="object")return null;var T=b&&h[b]||h[_];return typeof T=="function"?T:null}var g=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function v(h){{for(var T=arguments.length,m=new Array(T>1?T-1:0),O=1;O<T;O++)m[O-1]=arguments[O];A("error",h,m)}}function A(h,T,m){{var O=g.ReactDebugCurrentFrame,P=O.getStackAddendum();P!==""&&(T+="%s",m=m.concat([P]));var M=m.map(function(C){return String(C)});M.unshift("Warning: "+T),Function.prototype.apply.call(console[h],console,M)}}var S=!1,I=!1,$=!1,D=!1,We=!1,ct;ct=Symbol.for("react.module.reference");function dt(h){return!!(typeof h=="string"||typeof h=="function"||h===i||h===o||We||h===s||h===d||h===f||D||h===y||S||I||$||typeof h=="object"&&h!==null&&(h.$$typeof===p||h.$$typeof===l||h.$$typeof===u||h.$$typeof===a||h.$$typeof===c||h.$$typeof===ct||h.getModuleId!==void 0))}function Zt(h,T,m){var O=h.displayName;if(O)return O;var P=T.displayName||T.name||"";return P!==""?m+"("+P+")":m}function ft(h){return h.displayName||"Context"}function se(h){if(h==null)return null;if(typeof h.tag=="number"&&v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof h=="function")return h.displayName||h.name||null;if(typeof h=="string")return h;switch(h){case i:return"Fragment";case r:return"Portal";case o:return"Profiler";case s:return"StrictMode";case d:return"Suspense";case f:return"SuspenseList"}if(typeof h=="object")switch(h.$$typeof){case a:var T=h;return ft(T)+".Consumer";case u:var m=h;return ft(m._context)+".Provider";case c:return Zt(h,h.render,"ForwardRef");case l:var O=h.displayName||null;return O!==null?O:se(h.type)||"Memo";case p:{var P=h,M=P._payload,C=P._init;try{return se(C(M))}catch{return null}}}return null}var fe=Object.assign,we=0,$r,Ur,Lr,Fr,Nr,Kr,zr;function Vr(){}Vr.__reactDisabledLog=!0;function Yu(){{if(we===0){$r=console.log,Ur=console.info,Lr=console.warn,Fr=console.error,Nr=console.group,Kr=console.groupCollapsed,zr=console.groupEnd;var h={configurable:!0,enumerable:!0,value:Vr,writable:!0};Object.defineProperties(console,{info:h,log:h,warn:h,error:h,group:h,groupCollapsed:h,groupEnd:h})}we++}}function Ju(){{if(we--,we===0){var h={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:fe({},h,{value:$r}),info:fe({},h,{value:Ur}),warn:fe({},h,{value:Lr}),error:fe({},h,{value:Fr}),group:fe({},h,{value:Nr}),groupCollapsed:fe({},h,{value:Kr}),groupEnd:fe({},h,{value:zr})})}we<0&&v("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var Xt=g.ReactCurrentDispatcher,en;function lt(h,T,m){{if(en===void 0)try{throw Error()}catch(P){var O=P.stack.trim().match(/\n( *(at )?)/);en=O&&O[1]||""}return`
18
- `+en+h}}var tn=!1,ht;{var Zu=typeof WeakMap=="function"?WeakMap:Map;ht=new Zu}function Wr(h,T){if(!h||tn)return"";{var m=ht.get(h);if(m!==void 0)return m}var O;tn=!0;var P=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var M;M=Xt.current,Xt.current=null,Yu();try{if(T){var C=function(){throw Error()};if(Object.defineProperty(C.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(C,[])}catch(Q){O=Q}Reflect.construct(h,[],C)}else{try{C.call()}catch(Q){O=Q}h.call(C.prototype)}}else{try{throw Error()}catch(Q){O=Q}h()}}catch(Q){if(Q&&O&&typeof Q.stack=="string"){for(var k=Q.stack.split(`
18
+ `+en+h}}var tn=!1,ht;{var Zu=typeof WeakMap=="function"?WeakMap:Map;ht=new Zu}function Wr(h,T){if(!h||tn)return"";{var m=ht.get(h);if(m!==void 0)return m}var O;tn=!0;var P=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var M;M=Xt.current,Xt.current=null,Yu();try{if(T){var C=function(){throw Error()};if(Object.defineProperty(C.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(C,[])}catch(H){O=H}Reflect.construct(h,[],C)}else{try{C.call()}catch(H){O=H}h.call(C.prototype)}}else{try{throw Error()}catch(H){O=H}h()}}catch(H){if(H&&O&&typeof H.stack=="string"){for(var k=H.stack.split(`
19
19
  `),q=O.stack.split(`
20
20
  `),U=k.length-1,N=q.length-1;U>=1&&N>=0&&k[U]!==q[N];)N--;for(;U>=1&&N>=0;U--,N--)if(k[U]!==q[N]){if(U!==1||N!==1)do if(U--,N--,N<0||k[U]!==q[N]){var X=`
21
21
  `+k[U].replace(" at new "," at ");return h.displayName&&X.includes("<anonymous>")&&(X=X.replace("<anonymous>",h.displayName)),typeof h=="function"&&ht.set(h,X),X}while(U>=1&&N>=0);break}}}finally{tn=!1,Xt.current=M,Ju(),Error.prepareStackTrace=P}var Ie=h?h.displayName||h.name:"",me=Ie?lt(Ie):"";return typeof h=="function"&&ht.set(h,me),me}function Xu(h,T,m){return Wr(h,!1)}function ea(h){var T=h.prototype;return!!(T&&T.isReactComponent)}function pt(h,T,m){if(h==null)return"";if(typeof h=="function")return Wr(h,ea(h));if(typeof h=="string")return lt(h);switch(h){case d:return lt("Suspense");case f:return lt("SuspenseList")}if(typeof h=="object")switch(h.$$typeof){case c:return Xu(h.render);case l:return pt(h.type,T,m);case p:{var O=h,P=O._payload,M=O._init;try{return pt(M(P),T,m)}catch{}}}return""}var qe=Object.prototype.hasOwnProperty,qr={},Br=g.ReactDebugCurrentFrame;function yt(h){if(h){var T=h._owner,m=pt(h.type,h._source,T?T.type:null);Br.setExtraStackFrame(m)}else Br.setExtraStackFrame(null)}function ta(h,T,m,O,P){{var M=Function.call.bind(qe);for(var C in h)if(M(h,C)){var k=void 0;try{if(typeof h[C]!="function"){var q=Error((O||"React class")+": "+m+" type `"+C+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof h[C]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw q.name="Invariant Violation",q}k=h[C](T,C,O,m,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(U){k=U}k&&!(k instanceof Error)&&(yt(P),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,C,typeof k),yt(null)),k instanceof Error&&!(k.message in qr)&&(qr[k.message]=!0,yt(P),v("Failed %s type: %s",m,k.message),yt(null))}}}var na=Array.isArray;function nn(h){return na(h)}function ra(h){{var T=typeof Symbol=="function"&&Symbol.toStringTag,m=T&&h[Symbol.toStringTag]||h.constructor.name||"Object";return m}}function ia(h){try{return Gr(h),!1}catch{return!0}}function Gr(h){return""+h}function Qr(h){if(ia(h))return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",ra(h)),Gr(h)}var Hr=g.ReactCurrentOwner,sa={key:!0,ref:!0,__self:!0,__source:!0},Yr,Jr;function oa(h){if(qe.call(h,"ref")){var T=Object.getOwnPropertyDescriptor(h,"ref").get;if(T&&T.isReactWarning)return!1}return h.ref!==void 0}function ua(h){if(qe.call(h,"key")){var T=Object.getOwnPropertyDescriptor(h,"key").get;if(T&&T.isReactWarning)return!1}return h.key!==void 0}function aa(h,T){typeof h.ref=="string"&&Hr.current}function ca(h,T){{var m=function(){Yr||(Yr=!0,v("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",T))};m.isReactWarning=!0,Object.defineProperty(h,"key",{get:m,configurable:!0})}}function da(h,T){{var m=function(){Jr||(Jr=!0,v("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",T))};m.isReactWarning=!0,Object.defineProperty(h,"ref",{get:m,configurable:!0})}}var fa=function(h,T,m,O,P,M,C){var k={$$typeof:n,type:h,key:T,ref:m,props:C,_owner:M};return k._store={},Object.defineProperty(k._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(k,"_self",{configurable:!1,enumerable:!1,writable:!1,value:O}),Object.defineProperty(k,"_source",{configurable:!1,enumerable:!1,writable:!1,value:P}),Object.freeze&&(Object.freeze(k.props),Object.freeze(k)),k};function la(h,T,m,O,P){{var M,C={},k=null,q=null;m!==void 0&&(Qr(m),k=""+m),ua(T)&&(Qr(T.key),k=""+T.key),oa(T)&&(q=T.ref,aa(T,P));for(M in T)qe.call(T,M)&&!sa.hasOwnProperty(M)&&(C[M]=T[M]);if(h&&h.defaultProps){var U=h.defaultProps;for(M in U)C[M]===void 0&&(C[M]=U[M])}if(k||q){var N=typeof h=="function"?h.displayName||h.name||"Unknown":h;k&&ca(C,N),q&&da(C,N)}return fa(h,k,q,P,O,Hr.current,C)}}var rn=g.ReactCurrentOwner,Zr=g.ReactDebugCurrentFrame;function Ce(h){if(h){var T=h._owner,m=pt(h.type,h._source,T?T.type:null);Zr.setExtraStackFrame(m)}else Zr.setExtraStackFrame(null)}var sn;sn=!1;function on(h){return typeof h=="object"&&h!==null&&h.$$typeof===n}function Xr(){{if(rn.current){var h=se(rn.current.type);if(h)return`
22
22
 
23
23
  Check the render method of \``+h+"`."}return""}}function ha(h){return""}var ei={};function pa(h){{var T=Xr();if(!T){var m=typeof h=="string"?h:h.displayName||h.name;m&&(T=`
24
24
 
25
- Check the top-level render call using <`+m+">.")}return T}}function ti(h,T){{if(!h._store||h._store.validated||h.key!=null)return;h._store.validated=!0;var m=pa(T);if(ei[m])return;ei[m]=!0;var O="";h&&h._owner&&h._owner!==rn.current&&(O=" It was passed a child from "+se(h._owner.type)+"."),Ce(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),Ce(null)}}function ni(h,T){{if(typeof h!="object")return;if(nn(h))for(var m=0;m<h.length;m++){var O=h[m];on(O)&&ti(O,T)}else if(on(h))h._store&&(h._store.validated=!0);else if(h){var P=w(h);if(typeof P=="function"&&P!==h.entries)for(var M=P.call(h),C;!(C=M.next()).done;)on(C.value)&&ti(C.value,T)}}}function ya(h){{var T=h.type;if(T==null||typeof T=="string")return;var m;if(typeof T=="function")m=T.propTypes;else if(typeof T=="object"&&(T.$$typeof===c||T.$$typeof===l))m=T.propTypes;else return;if(m){var O=se(T);ta(m,h.props,"prop",O,h)}else if(T.PropTypes!==void 0&&!sn){sn=!0;var P=se(T);v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",P||"Unknown")}typeof T.getDefaultProps=="function"&&!T.getDefaultProps.isReactClassApproved&&v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function ba(h){{for(var T=Object.keys(h.props),m=0;m<T.length;m++){var O=T[m];if(O!=="children"&&O!=="key"){Ce(h),v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",O),Ce(null);break}}h.ref!==null&&(Ce(h),v("Invalid attribute `ref` supplied to `React.Fragment`."),Ce(null))}}var ri={};function ii(h,T,m,O,P,M){{var C=dt(h);if(!C){var k="";(h===void 0||typeof h=="object"&&h!==null&&Object.keys(h).length===0)&&(k+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var q=ha();q?k+=q:k+=Xr();var U;h===null?U="null":nn(h)?U="array":h!==void 0&&h.$$typeof===n?(U="<"+(se(h.type)||"Unknown")+" />",k=" Did you accidentally export a JSX literal instead of a component?"):U=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",U,k)}var N=la(h,T,m,P,M);if(N==null)return N;if(C){var X=T.children;if(X!==void 0)if(O)if(nn(X)){for(var Ie=0;Ie<X.length;Ie++)ni(X[Ie],h);Object.freeze&&Object.freeze(X)}else v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else ni(X,h)}if(qe.call(T,"key")){var me=se(h),Q=Object.keys(T).filter(function(va){return va!=="key"}),un=Q.length>0?"{key: someKey, "+Q.join(": ..., ")+": ...}":"{key: someKey}";if(!ri[me+un]){var ma=Q.length>0?"{"+Q.join(": ..., ")+": ...}":"{}";v(`A props object containing a "key" prop is being spread into JSX:
25
+ Check the top-level render call using <`+m+">.")}return T}}function ti(h,T){{if(!h._store||h._store.validated||h.key!=null)return;h._store.validated=!0;var m=pa(T);if(ei[m])return;ei[m]=!0;var O="";h&&h._owner&&h._owner!==rn.current&&(O=" It was passed a child from "+se(h._owner.type)+"."),Ce(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),Ce(null)}}function ni(h,T){{if(typeof h!="object")return;if(nn(h))for(var m=0;m<h.length;m++){var O=h[m];on(O)&&ti(O,T)}else if(on(h))h._store&&(h._store.validated=!0);else if(h){var P=w(h);if(typeof P=="function"&&P!==h.entries)for(var M=P.call(h),C;!(C=M.next()).done;)on(C.value)&&ti(C.value,T)}}}function ya(h){{var T=h.type;if(T==null||typeof T=="string")return;var m;if(typeof T=="function")m=T.propTypes;else if(typeof T=="object"&&(T.$$typeof===c||T.$$typeof===l))m=T.propTypes;else return;if(m){var O=se(T);ta(m,h.props,"prop",O,h)}else if(T.PropTypes!==void 0&&!sn){sn=!0;var P=se(T);v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",P||"Unknown")}typeof T.getDefaultProps=="function"&&!T.getDefaultProps.isReactClassApproved&&v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function ba(h){{for(var T=Object.keys(h.props),m=0;m<T.length;m++){var O=T[m];if(O!=="children"&&O!=="key"){Ce(h),v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",O),Ce(null);break}}h.ref!==null&&(Ce(h),v("Invalid attribute `ref` supplied to `React.Fragment`."),Ce(null))}}var ri={};function ii(h,T,m,O,P,M){{var C=dt(h);if(!C){var k="";(h===void 0||typeof h=="object"&&h!==null&&Object.keys(h).length===0)&&(k+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var q=ha();q?k+=q:k+=Xr();var U;h===null?U="null":nn(h)?U="array":h!==void 0&&h.$$typeof===n?(U="<"+(se(h.type)||"Unknown")+" />",k=" Did you accidentally export a JSX literal instead of a component?"):U=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",U,k)}var N=la(h,T,m,P,M);if(N==null)return N;if(C){var X=T.children;if(X!==void 0)if(O)if(nn(X)){for(var Ie=0;Ie<X.length;Ie++)ni(X[Ie],h);Object.freeze&&Object.freeze(X)}else v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else ni(X,h)}if(qe.call(T,"key")){var me=se(h),H=Object.keys(T).filter(function(va){return va!=="key"}),un=H.length>0?"{key: someKey, "+H.join(": ..., ")+": ...}":"{key: someKey}";if(!ri[me+un]){var ma=H.length>0?"{"+H.join(": ..., ")+": ...}":"{}";v(`A props object containing a "key" prop is being spread into JSX:
26
26
  let props = %s;
27
27
  <%s {...props} />
28
28
  React keys must be passed directly to JSX without using spread:
29
29
  let props = %s;
30
- <%s key={someKey} {...props} />`,un,me,ma,me),ri[me+un]=!0}}return h===i?ba(N):ya(N),N}}function _a(h,T,m){return ii(h,T,m,!0)}function ga(h,T,m){return ii(h,T,m,!1)}var Ta=ga,wa=_a;Me.Fragment=i,Me.jsx=Ta,Me.jsxs=wa}(),Me}var ui={};ui.NODE_ENV==="production"?bt.exports=si():bt.exports=oi();var Be=bt.exports;function z(t){if(typeof t=="number")return(Math.abs(t*2654435761)>>>0).toString(16);if(typeof t=="boolean")return t?"1":"0";if(t===null)return"null";if(t===void 0)return"undefined";if(typeof t=="string"){let e=2166136261;for(let n=0;n<t.length;n++)e^=t.charCodeAt(n),e+=(e<<1)+(e<<4)+(e<<7)+(e<<8)+(e<<24),e=e>>>0;return e.toString(16)}if(Array.isArray(t)){let e=2166136261;for(let n=0;n<t.length;n++){e^=(n+1)*2654435761;const r=z(t[n]);for(let i=0;i<r.length;i++)e^=r.charCodeAt(i),e*=16777619,e=e>>>0}return e.toString(16)}if(typeof t=="object"){let e=2166136261;const n=Object.keys(t).sort();for(let r=0;r<n.length;r++){const i=n[r],s=z(i);e^=parseInt(s,16),e*=16777619,e=e>>>0;const o=z(t[i]);e^=parseInt(o,16),e*=16777619,e=e>>>0}return e.toString(16)}return z(String(t))}const x={Remove:"remove",Replace:"replace",Add:"add"},dn=Symbol.for("__MUTATIVE_PROXY_DRAFT__"),ai=Symbol("__MUTATIVE_RAW_RETURN_SYMBOL__"),Ge=Symbol.iterator,H={mutable:"mutable",immutable:"immutable"},_t={};function Re(t,e){return t instanceof Map?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function fn(t,e){if(e in t){let n=Reflect.getPrototypeOf(t);for(;n;){const r=Reflect.getOwnPropertyDescriptor(n,e);if(r)return r;n=Reflect.getPrototypeOf(n)}}}function gt(t){return Object.getPrototypeOf(t)===Set.prototype}function Tt(t){return Object.getPrototypeOf(t)===Map.prototype}function Y(t){var e;return(e=t.copy)!==null&&e!==void 0?e:t.original}function he(t){return!!E(t)}function E(t){return typeof t!="object"?null:t==null?void 0:t[dn]}function wt(t){var e;const n=E(t);return n?(e=n.copy)!==null&&e!==void 0?e:n.original:t}function ee(t,e){if(!t||typeof t!="object")return!1;let n;return Object.getPrototypeOf(t)===Object.prototype||Array.isArray(t)||t instanceof Map||t instanceof Set||!!(e!=null&&e.mark)&&((n=e.mark(t,H))===H.immutable||typeof n=="function")}function ln(t,e=[]){if(Object.hasOwnProperty.call(t,"key")){const n=t.parent.copy,r=E(oe(n,t.key));if(r!==null&&(r==null?void 0:r.original)!==t.original)return null;const i=t.parent.type===3,s=i?Array.from(t.parent.setMap.keys()).indexOf(t.key):t.key;if(!(i&&n.size>s||Re(n,s)))return null;e.push(s)}if(t.parent)return ln(t.parent,e);e.reverse();try{ci(t.copy,e)}catch{return null}return e}function pe(t){return Array.isArray(t)?1:t instanceof Map?2:t instanceof Set?3:0}function oe(t,e){return pe(t)===2?t.get(e):t[e]}function De(t,e,n){pe(t)===2?t.set(e,n):t[e]=n}function mt(t,e){const n=E(t);return(n?Y(n):t)[e]}function ue(t,e){return t===e?t!==0||1/t===1/e:t!==t&&e!==e}function vt(t){if(t)for(;t.finalities.revoke.length>0;)t.finalities.revoke.pop()()}function ye(t,e){return e?t:[""].concat(t).map(n=>{const r=`${n}`;return r.indexOf("/")===-1&&r.indexOf("~")===-1?r:r.replace(/~/g,"~0").replace(/\//g,"~1")}).join("/")}function ci(t,e){for(let n=0;n<e.length-1;n+=1){const r=e[n];if(t=oe(pe(t)===3?Array.from(t):t,r),typeof t!="object")throw new Error(`Cannot resolve patch at '${e.join("/")}'.`)}return t}function di(t){const e=Object.create(Object.getPrototypeOf(t));return Reflect.ownKeys(t).forEach(n=>{let r=Reflect.getOwnPropertyDescriptor(t,n);if(r.enumerable&&r.configurable&&r.writable){e[n]=t[n];return}r.writable||(r.writable=!0,r.configurable=!0),(r.get||r.set)&&(r={configurable:!0,writable:!0,enumerable:r.enumerable,value:t[n]}),Reflect.defineProperty(e,n,r)}),e}const fi=Object.prototype.propertyIsEnumerable;function hn(t,e){let n;if(Array.isArray(t))return Array.prototype.concat.call(t);if(t instanceof Set){if(!gt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(t.values())}return Set.prototype.difference?Set.prototype.difference.call(t,new Set):new Set(t.values())}else if(t instanceof Map){if(!Tt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(t)}return new Map(t)}else if(e!=null&&e.mark&&(n=e.mark(t,H),n!==void 0)&&n!==H.mutable){if(n===H.immutable)return di(t);if(typeof n=="function"){if(e.enablePatches||e.enableAutoFreeze)throw new Error("You can't use mark and patches or auto freeze together.");return n()}throw new Error(`Unsupported mark result: ${n}`)}else if(typeof t=="object"&&Object.getPrototypeOf(t)===Object.prototype){const r={};return Object.keys(t).forEach(i=>{r[i]=t[i]}),Object.getOwnPropertySymbols(t).forEach(i=>{fi.call(t,i)&&(r[i]=t[i])}),r}else throw new Error("Please check mark() to ensure that it is a stable marker draftable function.")}function W(t){t.copy||(t.copy=hn(t.original,t.options))}function xe(t){if(!ee(t))return wt(t);if(Array.isArray(t))return t.map(xe);if(t instanceof Map){const n=Array.from(t.entries()).map(([r,i])=>[r,xe(i)]);if(!Tt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(n)}return new Map(n)}if(t instanceof Set){const n=Array.from(t).map(xe);if(!gt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(n)}return new Set(n)}const e=Object.create(Object.getPrototypeOf(t));for(const n in t)e[n]=xe(t[n]);return e}function Qe(t){return he(t)?xe(t):t}function re(t){var e;t.assignedMap=(e=t.assignedMap)!==null&&e!==void 0?e:new Map,t.operated||(t.operated=!0,t.parent&&re(t.parent))}function pn(){throw new Error("Cannot modify frozen object")}function ve(t,e,n,r,i){{n=n??new WeakMap,r=r??[],i=i??[];const o=n.has(t)?n.get(t):t;if(r.length>0){const u=r.indexOf(o);if(o&&typeof o=="object"&&u!==-1)throw r[0]===o?new Error("Forbids circular reference"):new Error(`Forbids circular reference: ~/${i.slice(0,u).map((a,c)=>{if(typeof a=="symbol")return`[${a.toString()}]`;const d=r[c];return typeof a=="object"&&(d instanceof Map||d instanceof Set)?Array.from(d.keys()).indexOf(a):a}).join("/")}`);r.push(o),i.push(e)}else r.push(o)}if(Object.isFrozen(t)||he(t)){r.pop(),i.pop();return}switch(pe(t)){case 2:for(const[u,a]of t)ve(u,u,n,r,i),ve(a,u,n,r,i);t.set=t.clear=t.delete=pn;break;case 3:for(const u of t)ve(u,u,n,r,i);t.add=t.clear=t.delete=pn;break;case 1:Object.freeze(t);let o=0;for(const u of t)ve(u,o,n,r,i),o+=1;break;default:Object.freeze(t),Object.keys(t).forEach(u=>{const a=t[u];ve(a,u,n,r,i)})}r.pop(),i.pop()}function St(t,e){const n=pe(t);if(n===0)Reflect.ownKeys(t).forEach(r=>{e(r,t[r],t)});else if(n===1){let r=0;for(const i of t)e(r,i,t),r+=1}else t.forEach((r,i)=>e(i,r,t))}function yn(t,e,n){if(he(t)||!ee(t,n)||e.has(t)||Object.isFrozen(t))return;const r=t instanceof Set,i=r?new Map:void 0;if(e.add(t),St(t,(s,o)=>{var u;if(he(o)){const a=E(o);W(a);const c=!((u=a.assignedMap)===null||u===void 0)&&u.size||a.operated?a.copy:a.original;De(r?i:t,s,c)}else yn(o,e,n)}),i){const s=t,o=Array.from(s);s.clear(),o.forEach(u=>{s.add(i.has(u)?i.get(u):u)})}}function li(t,e){const n=t.type===3?t.setMap:t.copy;t.finalities.revoke.length>1&&t.assignedMap.get(e)&&n&&yn(oe(n,e),t.finalities.handledSet,t.options)}function Ot(t){t.type===3&&t.copy&&(t.copy.clear(),t.setMap.forEach(e=>{t.copy.add(wt(e))}))}function At(t,e,n,r){if(t.operated&&t.assignedMap&&t.assignedMap.size>0&&!t.finalized){if(n&&r){const s=ln(t);s&&e(t,s,n,r)}t.finalized=!0}}function Et(t,e,n,r){const i=E(n);i&&(i.callbacks||(i.callbacks=[]),i.callbacks.push((s,o)=>{var u;const a=t.type===3?t.setMap:t.copy;if(ue(oe(a,e),n)){let c=i.original;i.copy&&(c=i.copy),Ot(t),At(t,r,s,o),t.options.enableAutoFreeze&&(t.options.updatedValues=(u=t.options.updatedValues)!==null&&u!==void 0?u:new WeakMap,t.options.updatedValues.set(c,i.original)),De(a,e,c)}}),t.options.enableAutoFreeze&&i.finalities!==t.finalities&&(t.options.enableAutoFreeze=!1)),ee(n,t.options)&&t.finalities.draft.push(()=>{const s=t.type===3?t.setMap:t.copy;ue(oe(s,e),n)&&li(t,e)})}function hi(t,e,n,r,i){let{original:s,assignedMap:o,options:u}=t,a=t.copy;a.length<s.length&&([s,a]=[a,s],[n,r]=[r,n]);for(let c=0;c<s.length;c+=1)if(o.get(c.toString())&&a[c]!==s[c]){const d=e.concat([c]),f=ye(d,i);n.push({op:x.Replace,path:f,value:Qe(a[c])}),r.push({op:x.Replace,path:f,value:Qe(s[c])})}for(let c=s.length;c<a.length;c+=1){const d=e.concat([c]),f=ye(d,i);n.push({op:x.Add,path:f,value:Qe(a[c])})}if(s.length<a.length){const{arrayLengthAssignment:c=!0}=u.enablePatches;if(c){const d=e.concat(["length"]),f=ye(d,i);r.push({op:x.Replace,path:f,value:s.length})}else for(let d=a.length;s.length<d;d-=1){const f=e.concat([d-1]),l=ye(f,i);r.push({op:x.Remove,path:l})}}}function pi({original:t,copy:e,assignedMap:n},r,i,s,o){n.forEach((u,a)=>{const c=oe(t,a),d=Qe(oe(e,a)),f=u?Re(t,a)?x.Replace:x.Add:x.Remove;if(ue(c,d)&&f===x.Replace)return;const l=r.concat(a),p=ye(l,o);i.push(f===x.Remove?{op:f,path:p}:{op:f,path:p,value:d}),s.push(f===x.Add?{op:x.Remove,path:p}:f===x.Remove?{op:x.Add,path:p,value:c}:{op:x.Replace,path:p,value:c})})}function yi({original:t,copy:e},n,r,i,s){let o=0;t.forEach(u=>{if(!e.has(u)){const a=n.concat([o]),c=ye(a,s);r.push({op:x.Remove,path:c,value:u}),i.unshift({op:x.Add,path:c,value:u})}o+=1}),o=0,e.forEach(u=>{if(!t.has(u)){const a=n.concat([o]),c=ye(a,s);r.push({op:x.Add,path:c,value:u}),i.unshift({op:x.Remove,path:c,value:u})}o+=1})}function $e(t,e,n,r){const{pathAsArray:i=!0}=t.options.enablePatches;switch(t.type){case 0:case 2:return pi(t,e,n,r,i);case 1:return hi(t,e,n,r,i);case 3:return yi(t,e,n,r,i)}}const He=(t,e,n=!1)=>{if(typeof t=="object"&&t!==null&&(!ee(t,e)||n))throw new Error("Strict mode: Mutable data cannot be accessed directly, please use 'unsafe(callback)' wrap.")},kt={get size(){return Y(E(this)).size},has(t){return Y(E(this)).has(t)},set(t,e){const n=E(this),r=Y(n);return(!r.has(t)||!ue(r.get(t),e))&&(W(n),re(n),n.assignedMap.set(t,!0),n.copy.set(t,e),Et(n,t,e,$e)),this},delete(t){if(!this.has(t))return!1;const e=E(this);return W(e),re(e),e.original.has(t)?e.assignedMap.set(t,!1):e.assignedMap.delete(t),e.copy.delete(t),!0},clear(){const t=E(this);if(this.size){W(t),re(t),t.assignedMap=new Map;for(const[e]of t.original)t.assignedMap.set(e,!1);t.copy.clear()}},forEach(t,e){const n=E(this);Y(n).forEach((r,i)=>{t.call(e,this.get(i),i,this)})},get(t){var e,n;const r=E(this),i=Y(r).get(t),s=((n=(e=r.options).mark)===null||n===void 0?void 0:n.call(e,i,H))===H.mutable;if(r.options.strict&&He(i,r.options,s),s||r.finalized||!ee(i,r.options)||i!==r.original.get(t))return i;const o=_t.createDraft({original:i,parentDraft:r,key:t,finalities:r.finalities,options:r.options});return W(r),r.copy.set(t,o),o},keys(){return Y(E(this)).keys()},values(){const t=this.keys();return{[Ge]:()=>this.values(),next:()=>{const e=t.next();return e.done?e:{done:!1,value:this.get(e.value)}}}},entries(){const t=this.keys();return{[Ge]:()=>this.entries(),next:()=>{const e=t.next();if(e.done)return e;const n=this.get(e.value);return{done:!1,value:[e.value,n]}}}},[Ge](){return this.entries()}},bi=Reflect.ownKeys(kt),bn=(t,e,{isValuesIterator:n})=>()=>{var r,i;const s=e.next();if(s.done)return s;const o=s.value;let u=t.setMap.get(o);const a=E(u),c=((i=(r=t.options).mark)===null||i===void 0?void 0:i.call(r,u,H))===H.mutable;if(t.options.strict&&He(o,t.options,c),!c&&!a&&ee(o,t.options)&&!t.finalized&&t.original.has(o)){const d=_t.createDraft({original:o,parentDraft:t,key:o,finalities:t.finalities,options:t.options});t.setMap.set(o,d),u=d}else a&&(u=a.proxy);return{done:!1,value:n?u:[u,u]}},Ye={get size(){return E(this).setMap.size},has(t){const e=E(this);if(e.setMap.has(t))return!0;W(e);const n=E(t);return!!(n&&e.setMap.has(n.original))},add(t){const e=E(this);return this.has(t)||(W(e),re(e),e.assignedMap.set(t,!0),e.setMap.set(t,t),Et(e,t,t,$e)),this},delete(t){if(!this.has(t))return!1;const e=E(this);W(e),re(e);const n=E(t);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))},clear(){if(!this.size)return;const t=E(this);W(t),re(t);for(const e of t.original)t.assignedMap.set(e,!1);t.setMap.clear()},values(){const t=E(this);W(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.values(),next:bn(t,e,{isValuesIterator:!0})}},entries(){const t=E(this);W(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.entries(),next:bn(t,e,{isValuesIterator:!1})}},keys(){return this.values()},[Ge](){return this.values()},forEach(t,e){const n=this.values();let r=n.next();for(;!r.done;)t.call(e,r.value,r.value,this),r=n.next()}};Set.prototype.difference&&Object.assign(Ye,{intersection(t){return Set.prototype.intersection.call(new Set(this.values()),t)},union(t){return Set.prototype.union.call(new Set(this.values()),t)},difference(t){return Set.prototype.difference.call(new Set(this.values()),t)},symmetricDifference(t){return Set.prototype.symmetricDifference.call(new Set(this.values()),t)},isSubsetOf(t){return Set.prototype.isSubsetOf.call(new Set(this.values()),t)},isSupersetOf(t){return Set.prototype.isSupersetOf.call(new Set(this.values()),t)},isDisjointFrom(t){return Set.prototype.isDisjointFrom.call(new Set(this.values()),t)}});const _i=Reflect.ownKeys(Ye),_n=new WeakSet,gn={get(t,e,n){var r,i;const s=(r=t.copy)===null||r===void 0?void 0:r[e];if(s&&_n.has(s))return s;if(e===dn)return t;let o;if(t.options.mark){const c=e==="size"&&(t.original instanceof Map||t.original instanceof Set)?Reflect.get(t.original,e):Reflect.get(t.original,e,n);if(o=t.options.mark(c,H),o===H.mutable)return t.options.strict&&He(c,t.options,!0),c}const u=Y(t);if(u instanceof Map&&bi.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(kt,"size").get.call(t.proxy);const c=kt[e];if(c)return c.bind(t.proxy)}if(u instanceof Set&&_i.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(Ye,"size").get.call(t.proxy);const c=Ye[e];if(c)return c.bind(t.proxy)}if(!Re(u,e)){const c=fn(u,e);return c?"value"in c?c.value:(i=c.get)===null||i===void 0?void 0:i.call(t.proxy):void 0}const a=u[e];if(t.options.strict&&He(a,t.options),t.finalized||!ee(a,t.options))return a;if(a===mt(t.original,e)){if(W(t),t.copy[e]=jt({original:t.original[e],parentDraft:t,key:t.type===1?Number(e):e,finalities:t.finalities,options:t.options}),typeof o=="function"){const c=E(t.copy[e]);return W(c),re(c),c.copy}return t.copy[e]}return a},set(t,e,n){var r;if(t.type===3||t.type===2)throw new Error("Map/Set draft does not support any property assignment.");let i;if(t.type===1&&e!=="length"&&!(Number.isInteger(i=Number(e))&&i>=0&&(e===0||i===0||String(i)===String(e))))throw new Error("Only supports setting array indices and the 'length' property.");const s=fn(Y(t),e);if(s!=null&&s.set)return s.set.call(t.proxy,n),!0;const o=mt(Y(t),e),u=E(o);return u&&ue(u.original,n)?(t.copy[e]=n,t.assignedMap=(r=t.assignedMap)!==null&&r!==void 0?r:new Map,t.assignedMap.set(e,!1),!0):(ue(n,o)&&(n!==void 0||Re(t.original,e))||(W(t),re(t),Re(t.original,e)&&ue(n,t.original[e])?t.assignedMap.delete(e):t.assignedMap.set(e,!0),t.copy[e]=n,Et(t,e,n,$e)),!0)},has(t,e){return e in Y(t)},ownKeys(t){return Reflect.ownKeys(Y(t))},getOwnPropertyDescriptor(t,e){const n=Y(t),r=Reflect.getOwnPropertyDescriptor(n,e);return r&&{writable:!0,configurable:t.type!==1||e!=="length",enumerable:r.enumerable,value:n[e]}},getPrototypeOf(t){return Reflect.getPrototypeOf(t.original)},setPrototypeOf(){throw new Error("Cannot call 'setPrototypeOf()' on drafts")},defineProperty(){throw new Error("Cannot call 'defineProperty()' on drafts")},deleteProperty(t,e){var n;return t.type===1?gn.set.call(this,t,e,void 0,t.proxy):(mt(t.original,e)!==void 0||e in t.original?(W(t),re(t),t.assignedMap.set(e,!1)):(t.assignedMap=(n=t.assignedMap)!==null&&n!==void 0?n:new Map,t.assignedMap.delete(e)),t.copy&&delete t.copy[e],!0)}};function jt(t){const{original:e,parentDraft:n,key:r,finalities:i,options:s}=t,o=pe(e),u={type:o,finalized:!1,parent:n,original:e,copy:null,proxy:null,finalities:i,options:s,setMap:o===3?new Map(e.entries()):void 0};(r||"key"in t)&&(u.key=r);const{proxy:a,revoke:c}=Proxy.revocable(o===1?Object.assign([],u):u,gn);if(i.revoke.push(c),_n.add(a),u.proxy=a,n){const d=n;d.finalities.draft.push((f,l)=>{var p,y;const b=E(a);let _=d.type===3?d.setMap:d.copy;const w=oe(_,r),g=E(w);if(g){let v=g.original;g.operated&&(v=wt(w)),Ot(g),At(g,$e,f,l),d.options.enableAutoFreeze&&(d.options.updatedValues=(p=d.options.updatedValues)!==null&&p!==void 0?p:new WeakMap,d.options.updatedValues.set(v,g.original)),De(_,r,v)}(y=b.callbacks)===null||y===void 0||y.forEach(v=>{v(f,l)})})}else{const d=E(a);d.finalities.draft.push((f,l)=>{Ot(d),At(d,$e,f,l)})}return a}_t.createDraft=jt;function gi(t,e,n,r,i){var s;const o=E(t),u=(s=o==null?void 0:o.original)!==null&&s!==void 0?s:t,a=!!e.length;if(o!=null&&o.operated)for(;o.finalities.draft.length>0;)o.finalities.draft.pop()(n,r);const c=a?e[0]:o?o.operated?o.copy:o.original:t;return o&&vt(o),i&&ve(c,c,o==null?void 0:o.options.updatedValues),[c,n&&a?[{op:x.Replace,path:[],value:e[0]}]:n,r&&a?[{op:x.Replace,path:[],value:u}]:r]}function Ti(t,e){var n;const r={draft:[],revoke:[],handledSet:new WeakSet};let i,s;e.enablePatches&&(i=[],s=[]);const u=((n=e.mark)===null||n===void 0?void 0:n.call(e,t,H))===H.mutable||!ee(t,e)?t:jt({original:t,parentDraft:null,finalities:r,options:e});return[u,(a=[])=>{const[c,d,f]=gi(u,a,i,s,e.enableAutoFreeze);return e.enablePatches?[c,d,f]:c}]}function Ct(t){const{rootDraft:e,value:n,useRawReturn:r=!1,isRoot:i=!0}=t;St(n,(s,o,u)=>{const a=E(o);if(a&&e&&a.finalities===e.finalities){t.isContainDraft=!0;const c=a.original;if(u instanceof Set){const d=Array.from(u);u.clear(),d.forEach(f=>u.add(s===f?c:f))}else De(u,s,c)}else typeof o=="object"&&o!==null&&(t.value=o,t.isRoot=!1,Ct(t))}),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."))}function Tn(t){var e;const n=E(t);if(!ee(t,n==null?void 0:n.options))return t;const r=pe(t);if(n&&!n.operated)return n.original;let i;function s(){i=r===2?Tt(t)?new Map(t):new(Object.getPrototypeOf(t)).constructor(t):r===3?Array.from(n.setMap.values()):hn(t,n==null?void 0:n.options)}if(n){n.finalized=!0;try{s()}finally{n.finalized=!1}}else i=t;if(St(i,(o,u)=>{if(n&&ue(oe(n.original,o),u))return;const a=Tn(u);a!==u&&(i===t&&s(),De(i,o,a))}),r===3){const o=(e=n==null?void 0:n.original)!==null&&e!==void 0?e:i;return gt(o)?new Set(i):new(Object.getPrototypeOf(o)).constructor(i)}return i}function wn(t){if(!he(t))throw new Error(`current() is only used for Draft, parameter: ${t}`);return Tn(t)}const Je=(t=>function e(n,r,i){var s,o,u;if(typeof n=="function"&&typeof r!="function")return function(S,...I){return e(S,$=>n.call(this,$,...I),r)};const a=n,c=r;let d=i;if(typeof r!="function"&&(d=r),d!==void 0&&Object.prototype.toString.call(d)!=="[object Object]")throw new Error(`Invalid options: ${d}, 'options' should be an object.`);d=Object.assign(Object.assign({},t),d);const f=he(a)?wn(a):a,l=Array.isArray(d.mark)?(S,I)=>{for(const $ of d.mark){if(typeof $!="function")throw new Error(`Invalid mark: ${$}, 'mark' should be a function.`);const D=$(S,I);if(D)return D}}:d.mark,p=(s=d.enablePatches)!==null&&s!==void 0?s:!1,y=(o=d.strict)!==null&&o!==void 0?o:!1,_={enableAutoFreeze:(u=d.enableAutoFreeze)!==null&&u!==void 0?u:!1,mark:l,strict:y,enablePatches:p};if(!ee(f,_)&&typeof f=="object"&&f!==null)throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");const[w,g]=Ti(f,_);if(typeof r!="function"){if(!ee(f,_))throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");return[w,g]}let v;try{v=c(w)}catch(S){throw vt(E(w)),S}const A=S=>{const I=E(w);if(!he(S)){if(S!==void 0&&!ue(S,w)&&(I!=null&&I.operated))throw new Error("Either the value is returned as a new non-draft value, or only the draft is modified without returning any value.");const D=S==null?void 0:S[ai];if(D){const We=D[0];return _.strict&&typeof S=="object"&&S!==null&&Ct({rootDraft:I,value:S,useRawReturn:!0}),g([We])}if(S!==void 0)return typeof S=="object"&&S!==null&&Ct({rootDraft:I,value:S}),g([S])}if(S===w||S===void 0)return g([]);const $=E(S);if(_===$.options){if($.operated)throw new Error("Cannot return a modified child draft.");return g([wn(S)])}return g([S])};return v instanceof Promise?v.then(A,S=>{throw vt(E(w)),S}):A(v)})();Object.prototype.constructor.toString();function mn(t,e){const n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&Object.keys(t).every(i=>e.hasOwnProperty(i))}function vn(t,e){return Object.keys(t).length===Object.keys(e).length&&Object.keys(t).every(n=>e.hasOwnProperty(n)&&t[n]===e[n])}function Ze(t,e){return typeof t!="object"||typeof e!="object"||t===null||e===null?t===e:mn(t,e)?Object.keys(t).every(n=>Ze(t[n],e[n])):!1}function It(t){if(!Ue(t))return t;const e={};for(const[n,r]of Object.entries(t))r!==void 0&&(e[n]=r);return e}function Sn(t,e){if(!Ue(t)||!Ue(e))return e;const n=Object.assign({},t);for(const r of Object.keys(e)){if(e[r]===void 0)continue;if(e[r]===null){delete n[r];continue}const i=Ue(t[r])&&Ue(e[r]);n[r]=i?Sn(t[r],e[r]):e[r]}return n}function Ue(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function wi(t,e,n){if(!t||e.length===0)return;let r=t||{};for(let s=0;s<e.length-1;s++){const o=e[s];(!(o in r)||typeof r[o]!="object")&&(r[o]=typeof e[s+1]=="number"?[]:{}),r=r[o]}const i=e[e.length-1];Array.isArray(r)&&typeof i=="number"?r.splice(i,0,n):r[i]=n}function On(t,e,n){if(!t||e.length===0)return;let r=t||{};for(let i=0;i<e.length-1;i++){const s=e[i];(!(s in r)||typeof r[s]!="object")&&(r[s]=typeof e[i+1]=="number"?[]:{}),r=r[s]}r[e[e.length-1]]=n}function An(t,e){if(!t||e.length===0)return;const[n,...r]=e;if(n in t){if(r.length===0){Array.isArray(t)?t.splice(n,1):delete t[n];return}An(t[n],r),mi(t[n])&&delete t[n]}}function mi(t){return t&&Object.keys(t).length===0}const En=/ZULU|YEKT|YEKST|YAPT|YAKT|YAKST|XJT|WGT|WGST|WFT|WETDST|WET|WDT|WAT|WAST|WAKT|WADT|VUT|VOLT|VLAT|VLAST|VET|UZT|UZST|UYT|UYST|UTC|UT|ULAT|ULAST|UCT|TVT|TRUT|TOT|TMT|TKT|TJT|TFT|TAHT|SGT|SCT|SAST|SADT|RET|PYT|PYST|PWT|PST|PONT|PMST|PMDT|PKT|PKST|PHT|PGT|PETT|PETST|PET|PDT|OMST|OMSST|NZT|NZST|NZDT|NUT|NST|NPT|NOVT|NOVST|NFT|NDT|MYT|MVT|MUT|MUST|MST|MSK|MSD|MPT|MMT|MHT|MEZ|METDST|MET|MESZ|MEST|MDT|MAWT|MART|MAGT|MAGST|LKT|LINT|LIGT|LHST|LHDT|KST|KRAT|KRAST|KOST|KGT|KGST|KDT|JST|JAYT|IST|IRT|IRKT|IRKST|IOT|IDT|ICT|HST|HKT|GYT|GMT|GILT|GFT|GET|GEST|GAMT|GALT|FNT|FNST|FKT|FKST|FJT|FJST|FET|EST|EGT|EGST|EETDST|EET|EEST|EDT|EAT|EAST|EASST|DDUT|DAVT|CXT|CST|COT|CLT|CLST|CKT|CHUT|CHAST|CHADT|CETDST|CET|CEST|CDT|CCT|CAST|CADT|BTT|BST|BRT|BRST|BRA|BOT|BORT|BNT|BDT|BDST|AZT|AZST|AZOT|AZOST|AWST|AWSST|AST|ART|ARST|ANAT|ANAST|AMT|AMST|ALMT|ALMST|AKST|AKDT|AFT|AEST|AESST|AEDT|ADT|ACWST|ACT|ACST|ACSST|ACDT$/,vi={ZULU:0,YEKT:18e3,YEKST:21600,YAPT:36e3,YAKT:32400,YAKST:32400,XJT:21600,WGT:-10800,WGST:-7200,WFT:43200,WETDST:3600,WET:0,WDT:32400,WAT:3600,WAST:25200,WAKT:43200,WADT:28800,VUT:39600,VOLT:10800,VLAT:36e3,VLAST:36e3,VET:-14400,UZT:18e3,UZST:21600,UYT:-10800,UYST:-7200,UTC:0,UT:0,ULAT:28800,ULAST:32400,UCT:0,TVT:43200,TRUT:36e3,TOT:46800,TMT:18e3,TKT:46800,TJT:18e3,TFT:18e3,TAHT:-36e3,SGT:28800,SCT:14400,SAST:7200,SADT:37800,RET:14400,PYT:-14400,PYST:-10800,PWT:32400,PST:-28800,PONT:39600,PMST:-10800,PMDT:-7200,PKT:18e3,PKST:21600,PHT:28800,PGT:36e3,PETT:43200,PETST:43200,PET:-18e3,PDT:-25200,OMST:21600,OMSST:21600,NZT:43200,NZST:43200,NZDT:46800,NUT:-39600,NST:-12600,NPT:20700,NOVT:25200,NOVST:25200,NFT:-12600,NDT:-9e3,MYT:28800,MVT:18e3,MUT:14400,MUST:18e3,MST:-25200,MSK:10800,MSD:14400,MPT:36e3,MMT:23400,MHT:43200,MEZ:3600,METDST:7200,MET:3600,MESZ:7200,MEST:7200,MDT:-21600,MAWT:18e3,MART:-34200,MAGT:39600,MAGST:39600,LKT:19800,LINT:50400,LIGT:36e3,LHST:37800,LHDT:37800,KST:32400,KRAT:25200,KRAST:25200,KOST:39600,KGT:21600,KGST:21600,KDT:36e3,JST:32400,JAYT:32400,IST:7200,IRT:12600,IRKT:28800,IRKST:28800,IOT:21600,IDT:10800,ICT:25200,HST:-36e3,HKT:28800,GYT:-14400,GMT:0,GILT:43200,GFT:-10800,GET:14400,GEST:14400,GAMT:-32400,GALT:-21600,FNT:-7200,FNST:-3600,FKT:-10800,FKST:-10800,FJT:43200,FJST:46800,FET:10800,EST:-18e3,EGT:-3600,EGST:0,EETDST:10800,EET:7200,EEST:10800,EDT:-14400,EAT:10800,EAST:-21600,EASST:-21600,DDUT:36e3,DAVT:25200,CXT:25200,CST:-21600,COT:-18e3,CLT:-14400,CLST:-10800,CKT:-36e3,CHUT:36e3,CHAST:45900,CHADT:49500,CETDST:7200,CET:3600,CEST:7200,CDT:-18e3,CCT:28800,CAST:34200,CADT:37800,BTT:21600,BST:3600,BRT:-10800,BRST:-7200,BRA:-10800,BOT:-14400,BORT:28800,BNT:28800,BDT:21600,BDST:7200,AZT:14400,AZST:14400,AZOT:-3600,AZOST:0,AWST:28800,AWSST:32400,AST:-14400,ART:-10800,ARST:-10800,ANAT:43200,ANAST:43200,AMT:-14400,AMST:14400,ALMT:21600,ALMST:25200,AKST:-32400,AKDT:-28800,AFT:16200,AEST:36e3,AESST:39600,AEDT:39600,ADT:-10800,ACWST:31500,ACT:-18e3,ACST:34200,ACSST:37800,ACDT:37800};function Si(t){return new Date(t)}function Oi(t){return new Date(t+"Z")}const Ai=/^(\d+)[\./-](\d+)[\./-](\d+)$/;function Ei(t){const e=t.match(Ai);if(!e)return null;const[n,r,i,s]=e;return r<=0||i<=0||s<=0?null:r>999?new Date(Date.UTC(r,i-1,s,0,0,0,0)):new Date(Date.UTC(s,r-1,i,0,0,0,0))}function ki(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function ji(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function Ci(t){return new Date(t)}function Ii(t){const e=/^(\w{3}) (\w{3}) (\d{2}) (\d{4})$/;if(!t.match(e))throw new Error(`Unable to parse \`${t}\` as a date.`);const r=new Date(t+" UTC");return new Date(Date.UTC(r.getUTCFullYear(),r.getUTCMonth(),r.getUTCDate(),0,0,0,0))}function Pi(t){const e=/^(.+T.+)([+-])(\d{2})$/,n=t.match(e);if(n){const[,r,i,s]=n,o=`${r}${i}${s}:00`;return new Date(o)}return null}function Mi(t){const e=/^(\d+)-(\d{1,2})-(\d{1,2})([ T])(.+)$/,n=t.match(e);if(n){const[,r,i,s,o,u]=n,a=i.padStart(2,"0"),c=s.padStart(2,"0"),d=`${r}-${a}-${c}T${u}`;return new Date(d)}return null}function Ri(t){const[e,n]=t.split(", "),[r,i,s]=e.split("/").map(Number),o=n.match(/(\d{1,2}):(\d{2}):(\d{2}) (AM|PM)/);if(!o)throw new Error(`Unable to parse time from: ${t}`);let[,u,a,c,d]=o;return u=Number(u),a=Number(a),c=Number(c),d==="PM"&&u!==12?u+=12:d==="AM"&&u===12&&(u=0),new Date(Date.UTC(s,r-1,i,u,a,c))}function Di(t){switch(t){case"epoch":return new Date(0);case"infinity":case"-infinity":case"today":case"tomorrow":case"yesterday":return null}}function xi(t){const e=t.match(En);if(!e)return null;const[n]=e,r=vi[n],i=new Date(t.replace(En,"Z"));return new Date(i.getTime()-r*1e3)}const $i=[Ei,ji,Ii,Ri,Ci,Oi,Pi,ki,Si,Di,xi,Mi];function Ui(t,e){try{const n=t(e);return n instanceof Date&&!isNaN(n.getTime())?n:null}catch{return null}}function Pt(t){for(const e of $i){const n=Ui(e,t);if(n)return n}return null}function Li(t){try{const e=JSON.parse(t);return typeof e=="string"?Pt(e):null}catch{return null}}function Xe(t){if(t!==void 0){if(t===null)return null;if(t instanceof Date)return t;if(typeof t=="string"){const e=Pt(t)||Li(t)||Pt(t.trim());if(!e)throw new Error(`Unable to parse \`${t}\` as a date.`);return e}else if(typeof t=="number")return new Date(t);throw new Error(`Invalid date value \`${t}\`. Expected a date, number, or string, got type ${typeof t}.`)}}class be{constructor(e,n){this._blobAttrs=null,this._primaryKeys=null,this._forwardIdents=null,this._revIdents=null,this.attrs=e,this.linkIndex=n}resetAttrIndexes(){this._blobAttrs=null,this._primaryKeys=null,this._forwardIdents=null,this._revIdents=null}addAttr(e){this.attrs[e.id]=e,this.resetAttrIndexes()}deleteAttr(e){delete this.attrs[e],this.resetAttrIndexes()}updateAttr(e){const n=this.attrs[e.id];n&&(this.attrs[e.id]=Object.assign(Object.assign({},n),e),this.resetAttrIndexes())}getAttr(e){return this.attrs[e]}get blobAttrs(){if(this._blobAttrs)return this._blobAttrs;this._blobAttrs=new Map;for(const e of Object.values(this.attrs))if(Rt(e)){const[n,r,i]=e["forward-identity"];J(this.blobAttrs,[r,i],e)}return this._blobAttrs}get primaryKeys(){if(this._primaryKeys)return this._primaryKeys;this._primaryKeys=new Map;for(const e of Object.values(this.attrs))if(e["primary?"]){const[n,r]=e["forward-identity"];J(this._primaryKeys,[r],e)}return this._primaryKeys}get forwardIdents(){if(this._forwardIdents)return this._forwardIdents;this._forwardIdents=new Map;for(const e of Object.values(this.attrs)){const n=e["forward-identity"],[r,i,s]=n;J(this._forwardIdents,[i,s],e)}return this._forwardIdents}get revIdents(){if(this._revIdents)return this._revIdents;this._revIdents=new Map;for(const e of Object.values(this.attrs)){const n=e["reverse-identity"];if(n){const[r,i,s]=n;J(this._revIdents,[i,s],e)}}return this._revIdents}toJSON(){return{attrs:this.attrs,linkIndex:this.linkIndex}}}function Fi(t){return t.cardinality==="one"}function Mt(t){return t["value-type"]==="ref"}function Rt(t){return t["value-type"]==="blob"}function Se(t,e){return e.reduce((n,r)=>n&&n.get(r),t)}function te(t,e){if(e.length===0)throw new Error("path must have at least one element");if(e.length===1){t.delete(e[0]);return}const[n,...r]=e;t.has(n)&&te(t.get(n),r)}function J(t,e,n){let r=t;const i=e.length-1;for(let s=0;s<i;s++){const o=e[s];let u=r.get(o);u===void 0&&(u=new Map,r.set(o,u)),r=u}i>-1&&r.set(e[i],n)}function kn(t,e,n){const r=new Map,i=new Map,s=new Map;for(const o of e){let[u,a,c]=o;const d=t.getAttr(a);if(!d){console.warn("no such attr",a,u);continue}d["checked-data-type"]==="date"&&n&&(c=Xe(c),o[2]=c),Mt(d)&&J(s,[c,a,u],o),J(r,[u,a,c],o),J(i,[a,u,c],o)}return{eav:r,aev:i,vae:s}}function jn(t){return{triples:B(t.eav,3),cardinalityInference:t.cardinalityInference,useDateObjects:t.useDateObjects,version:1}}function Cn(t,e){return et(t,e.triples,e.cardinalityInference,e.useDateObjects)}function In(t,e){if(t)return new be(t.attrs,t.linkIndex);if(e&&"__type"in e)return new be(e.attrs,e.linkIndex)}function Ni(t,e){return Se(t.eav,[e])!==void 0}function et(t,e,n,r){const i=kn(t,e,r);return i.cardinalityInference=n,i.useDateObjects=r,i}function Le(t,e){var n,r;let i;if(Array.isArray(e[0])){const[o,u]=e[0],a=t.aev.get(o);if(!a)return null;i=(n=B(a,2).find(d=>d[2]===u))===null||n===void 0?void 0:n[0]}else i=e[0];if(!i)return null;const s=e[2];if(Array.isArray(s)&&s.length===2&&t.aev.get(s[0])){const[o,u]=s,a=t.aev.get(o);if(!a)return null;const d=(r=B(a,2).find(b=>b[2]===u))===null||r===void 0?void 0:r[0];if(!d)return null;const[f,l,p,...y]=e;return[i,l,d,...y]}else{const[o,...u]=e;return[i,...u]}}function Pn(t,e,n){const r=Le(t,n);if(!r)return;const[i,s,o]=r,u=e.getAttr(s);u&&(te(t.eav,[i,s,o]),te(t.aev,[s,i,o]),Mt(u)&&te(t.vae,[o,s,i]))}let Ki=0;function Mn(t,e,n){const[r,i,s]=n;let o;const u=Se(t.eav,[r,i,s]);return u&&(o=u[3]),o||Date.now()*10+Ki++}function Rn(t,e,n){var r;const i=Le(t,n);if(!i)return;let[s,o,u]=i;const a=e.getAttr(o);if(!a)return;a["checked-data-type"]==="date"&&t.useDateObjects&&(u=Xe(u));const c=Se(t.eav,[s,o,u]),d=(r=c==null?void 0:c[3])!==null&&r!==void 0?r:Mn(t,a,i),f=[s,o,u,d];Fi(a)?(J(t.eav,[s,o],new Map([[u,f]])),J(t.aev,[o,s],new Map([[u,f]]))):(J(t.eav,[s,o,u],f),J(t.aev,[o,s,u],f)),Mt(a)&&J(t.vae,[u,o,s],f)}function zi(t,e,n){var r;const i=Le(t,n);if(!i)return;const[s,o,u]=i,a=e.getAttr(o);if(!a)return;if(!Rt(a))throw new Error("merge operation is not supported for links");const c=Se(t.eav,[s,o]);if(!c)return;const d=(r=c.values().next())===null||r===void 0?void 0:r.value;if(!d)return;const f=d[2],l=Sn(f,u),p=[s,o,l,Mn(t,a,d)];J(t.eav,[s,o],new Map([[l,p]]))}function Dt(t,e,n){var r,i;const[s,o]=n,u=Le(t,[s]);if(!u)return;const[a]=u,c=t.eav.get(a);if(c){for(const f of c.keys()){const l=e.getAttr(f);l&&l["on-delete-reverse"]==="cascade"&&B(c.get(f),1).forEach(([p,y,b])=>{var _;return Dt(t,e,[b,(_=l["reverse-identity"])===null||_===void 0?void 0:_[1]])}),(!o||!l||((r=l["forward-identity"])===null||r===void 0?void 0:r[1])===o)&&(te(t.aev,[f,a]),te(t.eav,[a,f]))}c.size===0&&te(t.eav,[a])}const d=t.vae.get(a)&&B(t.vae.get(a),2);d&&d.forEach(f=>{var l,p,y;const[b,_,w]=f,g=e.getAttr(_);(!o||!g||((l=g["reverse-identity"])===null||l===void 0?void 0:l[1])===o)&&(te(t.eav,[b,_,w]),te(t.aev,[_,b,w]),te(t.vae,[w,_,b])),g&&g["on-delete"]==="cascade"&&((p=g["reverse-identity"])===null||p===void 0?void 0:p[1])===o&&Dt(t,e,[b,(y=g["forward-identity"])===null||y===void 0?void 0:y[1]])}),((i=t.vae.get(a))===null||i===void 0?void 0:i.size)===0&&te(t.vae,[a])}function Dn(t,e,n){const r=kn(e,n,t.useDateObjects);Object.keys(r).forEach(i=>{t[i]=r[i]})}function Vi(t,[e]){t.addAttr(e)}function xn(t){return B(t.eav,3)}function Wi(t,e,[n]){if(!e.getAttr(n))return;const r=xn(t).filter(([i,s])=>s!==n);e.deleteAttr(n),Dn(t,e,r)}function qi(t,e,[n]){e.getAttr(n.id)&&(e.updateAttr(n),Dn(t,e,xn(t)))}function Bi(t,e,n){const[r,...i]=n;switch(r){case"add-triple":Rn(t,e,i);break;case"deep-merge-triple":zi(t,e,i);break;case"retract-triple":Pn(t,e,i);break;case"delete-entity":Dt(t,e,i);break;case"add-attr":Vi(e,i);break;case"delete-attr":Wi(t,e,i);break;case"update-attr":qi(t,e,i);break;case"restore-attr":break;case"rule-params":break;default:throw new Error(`unhandled transaction action: ${r}`)}}function B(t,e,n=[]){if(!t||e===0)return n;if(e===1){for(const r of t.values())n.push(r);return n}for(const r of t.values())B(r,e-1,n);return n}function tt(t,e,n){var r;const i=[];if(n!=null&&n.hasOwnProperty("$not")){for(const o of e.keys())n.$not!==o&&i.push(e.get(o));return i}if(n!=null&&n.hasOwnProperty("$isNull")){const{attrId:o,isNull:u,reverse:a}=n.$isNull;if(a)for(const c of e.keys()){const d=t.vae.get(c),f=!d||!d.get(o);(u?f:!f)&&i.push(e.get(c))}else{const c=t.aev.get(o);for(const d of e.keys()){const f=!c||((r=c.get(d))===null||r===void 0?void 0:r.get(null))||!c.get(d);(u?f:!f)&&i.push(e.get(d))}}return i}if(n!=null&&n.$comparator)return B(e,1).filter(n.$op);const s=n.in||n.$in||[n];for(const o of s){const u=e.get(o);u&&i.push(u)}return i}function Gi(t,e,n){let r="";return t!==void 0&&(r+="e"),e!==void 0&&(r+="a"),n!==void 0&&(r+="v"),r}function Qi(t,[e,n,r]){var i,s;switch(Gi(e,n,r)){case"e":{const u=t.eav.get(e);return B(u,2)}case"ea":{const u=(i=t.eav.get(e))===null||i===void 0?void 0:i.get(n);return B(u,1)}case"eav":{const u=(s=t.eav.get(e))===null||s===void 0?void 0:s.get(n);return u?tt(t,u,r):[]}case"ev":{const u=t.eav.get(e);if(!u)return[];const a=[];for(const c of u.values())a.push(...tt(t,c,r));return a}case"a":{const u=t.aev.get(n);return B(u,2)}case"av":{const u=t.aev.get(n);if(!u)return[];const a=[];for(const c of u.values())a.push(...tt(t,c,r));return a}case"v":{const u=[];for(const a of t.eav.values())for(const c of a.values())u.push(...tt(t,c,r));return u}default:return B(t.eav,3)}}function Hi(t,e,n){var r;const i={};if(!e)return i;for(const[s,o]of e.entries()){const u=(r=t.eav.get(n))===null||r===void 0?void 0:r.get(o.id),a=B(u,1);for(const c of a)i[s]=c[2]}return i}function L(t,e,n){var r;return(r=t.forwardIdents.get(e))===null||r===void 0?void 0:r.get(n)}function _e(t,e,n){var r;return(r=t.revIdents.get(e))===null||r===void 0?void 0:r.get(n)}function Yi(t,e){return t.blobAttrs.get(e)}function $n(t,e){var n;const r=t.primaryKeys.get(e);return r||((n=t.forwardIdents.get(e))===null||n===void 0?void 0:n.get("id"))}function Ji(t,e,n){const r=Le(t,n);if(!r)return;const[i,s,o]=r;if(e.getAttr(s))return Se(t.eav,[i,s])}function Zi(t,e,n){const r=n.filter(([i,s,o,u,a])=>{if(i!=="add-triple"&&i!=="deep-merge-triple")return!0;const c=a==null?void 0:a.mode;if(c!=="create"&&c!=="update")return!0;let d=!1;const f=e.getAttr(o);if(f){const l=$n(e,f["forward-identity"][1]);d=!!Ji(t,e,[s,l==null?void 0:l.id,s])}return!(c==="create"&&d||c==="update"&&!d)});return Je({store:t,attrsStore:e},i=>{r.forEach(s=>{Bi(i.store,i.attrsStore,s)})},{mark:i=>{if(i instanceof be)return"immutable"}})}function Xi(t){return typeof t=="string"&&t.startsWith("?")}function es(t,e,n){if(n.hasOwnProperty(t)){const r=n[t];return Ln(r,e,n)}return Object.assign(Object.assign({},n),{[t]:e})}function Un(t,e,n){return t===e?n:null}function ts(t){switch(typeof t){case"string":return t.startsWith("?")?es:Un;default:return Un}}const ns=["in","$in","$not","$isNull","$comparator"];function rs(t){for(const e of ns)if(t.hasOwnProperty(e))return!0;return!1}function Ln(t,e,n){return n?typeof t=="object"?rs(t)?n:null:ts(t)(t,e,n):null}function is(t,e,n){return t.reduce((r,i,s)=>{const o=e[s];return Ln(i,o,r)},n)}function ss(t,e,n){return as(t,e,n).map(r=>is(e,r,n)).filter(r=>r)}function os(t,e,n){return e.or?e.or.patterns.flatMap(r=>xt(t,r,n)):e.and?e.and.patterns.reduce((r,i)=>xt(t,i,r),n):n.flatMap(r=>ss(t,e,r))}function xt(t,e,n=[{}]){return e.reduce((r,i)=>os(t,i,r),n)}function $t(t,e){return Array.isArray(e)?e.map(n=>$t(t,n)):Xi(e)?t[e]:e}function us(t,{find:e,where:n}){return xt(t,n).map(i=>$t(i,e))}function as(t,e,n){return Qi(t,$t(n,e))}const cs=/^(?:[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;function Oe(t){return typeof t=="string"&&cs.test(t)}const V=[];for(let t=0;t<256;++t)V.push((t+256).toString(16).slice(1));function ds(t,e=0){return(V[t[e+0]]+V[t[e+1]]+V[t[e+2]]+V[t[e+3]]+"-"+V[t[e+4]]+V[t[e+5]]+"-"+V[t[e+6]]+V[t[e+7]]+"-"+V[t[e+8]]+V[t[e+9]]+"-"+V[t[e+10]]+V[t[e+11]]+V[t[e+12]]+V[t[e+13]]+V[t[e+14]]+V[t[e+15]]).toLowerCase()}let Ut;const fs=new Uint8Array(16);function ls(){if(!Ut){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Ut=crypto.getRandomValues.bind(crypto)}return Ut(fs)}const Fn={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function hs(t,e,n){var i;if(Fn.randomUUID&&!t)return Fn.randomUUID();t=t||{};const r=t.random??((i=t.rng)==null?void 0:i.call(t))??ls();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=r[6]&15|64,r[8]=r[8]&63|128,ds(r)}function Nn(t){const e=t.replace(/-/g,""),n=[];for(let r=0;r<e.length;r+=2)n.push(parseInt(e.substring(r,r+2),16));return n}function ps(t,e){for(let n=0;n<t.length;n++){if(t[n]<e[n])return-1;if(t[n]>e[n])return 1}return 0}function ys(t,e){return ps(Nn(t),Nn(e))}function K(){return hs()}function bs(t,e){return t.localeCompare(e)}function _s(){let t=bs;if(typeof Intl=="object"&&Intl.hasOwnProperty("Collator"))try{t=Intl.Collator("en-US").compare}catch{}return t}const gs=_s();let Ts=0;function Fe(t){return nt(`_${t}`,Ts++)}function nt(t,e){return`?${t}-${e}`}class Ae extends Error{constructor(e){super(e),this.name="AttrNotFoundError"}}function ws(t,e){const n=$n(t,e);if(!n)throw new Ae(`Could not find id attr for ${e}`);return n}function Kn(t,e,n,r){return[ms(t,e,n,r)]}function ms(t,e,n,r){return[t(n,r),ws(e,n).id,t(n,r),t("time",r)]}function vs(t,e,n){return t.map(r=>r===e?n:r)}function zn(t,e,n,r,i){const s=L(e,n,i),o=_e(e,n,i),u=s||o;if(!u)throw new Ae(`Could not find attr for ${[n,i]}`);if(u["value-type"]!=="ref")throw new Error(`Attr ${u.id} is not a ref`);const[a,c]=u["forward-identity"],[d,f]=u["reverse-identity"],l=r+1,p=s?[t(c,r),u.id,t(f,l),Fe("time")]:[t(c,l),u.id,t(f,r),Fe("time")];return[s?f:c,l,p,u,!!s]}function Vn(t,e){if(typeof e!="string")return function(o){return!1};const r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/%/g,".*").replace(/_/g,"."),i=new RegExp(`^${r}$`,t?void 0:"i");return function(o){return typeof o!="string"?!1:i.test(o)}}function Ss(t,e){if(typeof e!="object"||e.hasOwnProperty("$in")||e.hasOwnProperty("in"))return e;const n=t["checked-data-type"]==="date";if(e.hasOwnProperty("$gt"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])>new Date(e.$gt)}:function(i){return i[2]>e.$gt}};if(e.hasOwnProperty("$gte"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])>=new Date(e.$gte)}:function(i){return i[2]>=e.$gte}};if(e.hasOwnProperty("$lt"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])<new Date(e.$lt)}:function(i){return i[2]<e.$lt}};if(e.hasOwnProperty("$lte"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])<=new Date(e.$lte)}:function(i){return i[2]<=e.$lte}};if(e.hasOwnProperty("$like")){const r=Vn(!0,e.$like);return{$comparator:!0,$op:function(s){return r(s[2])}}}if(e.hasOwnProperty("$ilike")){const r=Vn(!1,e.$ilike);return{$comparator:!0,$op:function(s){return r(s[2])}}}return e}function Os(t,e,n,r,i,s){const o=L(e,n,i),u=_e(e,n,i),a=o||u;if(!a)throw new Ae(`No attr for etype = ${n} label = ${i}`);if(s!=null&&s.hasOwnProperty("$isNull")){const c=L(e,n,"id");if(!c)throw new Ae(`No attr for etype = ${n} label = id`);return[t(n,r),c.id,{$isNull:{attrId:a.id,isNull:s.$isNull,reverse:!o}},Fe("time")]}return o?[t(n,r),a.id,Ss(a,s),Fe("time")]:[s,a.id,t(n,r),Fe("time")]}function As(t,e,n,r,i){const[s,o,u]=i.reduce((a,c)=>{const[d,f,l]=a,[p,y,b]=zn(t,e,d,f,c);return[p,y,[...l,b]]},[n,r,[]]);return[s,o,u]}function Lt(t,e,n,r,i,s){const o=i.slice(0,i.length-1),u=i[i.length-1],[a,c,d]=As(t,e,n,r,o),f=Os(t,e,a,c,u,s);return d.concat([f])}function Es(t,e){return e?[e].concat(t):t}function ks([t,e]){return t==="or"&&Array.isArray(e)}function js([t,e]){return t==="and"&&Array.isArray(e)}function Cs(t,e,n){return(r,i)=>{const s=t(r,i);return e==s?s:`${s}-${n}`}}function Wn(t,e,n,r,i,s){const o=t(r,i),u=s.map((a,c)=>{const d=Cs(t,o,c);return Bn(d,n,r,i,a)});return{[e]:{patterns:u,joinSym:o}}}function Is(t){const e=[];for(let n=1;n<=t.length;n++)e.push(t.slice(0,n));return e}function qn(t,e,n,r,i){return Is(i).map(s=>Lt(t,e,n,r,s,{$isNull:!0}))}function Bn(t,e,n,r,i){return Object.entries(i).flatMap(([s,o])=>{if(ks([s,o]))return Wn(t,"or",e,n,r,o);if(js([s,o]))return Wn(t,"and",e,n,r,o);if(s==="$entityIdStartsWith")return[];const u=s.split(".");if(o!=null&&o.hasOwnProperty("$ne")&&(o=Object.assign(Object.assign({},o),{$not:o.$ne}),delete o.$ne),o!=null&&o.hasOwnProperty("$not")){const a=Lt(t,e,n,r,u,o),c=qn(t,e,n,r,u);return[{or:{patterns:[a,...c],joinSym:t(n,r)}}]}return o!=null&&o.hasOwnProperty("$isNull")&&o.$isNull===!0&&u.length>1?[{or:{patterns:qn(t,e,n,r,u),joinSym:t(n,r)}}]:Lt(t,e,n,r,u,o)})}function Ps(t,e,n,r){const i=nt;return r?Bn(i,t,e,n,r).concat(Kn(i,t,e,n)):Kn(i,t,e,n)}function Ms(t,e,n){return[t(e,n),t("time",n)]}function Rs(t,e,n,r,i,s){const[o,u,a,c,d]=zn(t,e,n,r,i),f=vs(a,t(n,r),s);return[o,u,f,c,d]}function Ds(t,e,n,{etype:r,level:i,form:s},o){const u=Object.keys(s).filter(a=>a!=="$");return u.length?Object.entries(o).map(function([c,d]){return u.map(function(p){var y,b,_;const w=!!(e.cardinalityInference&&(!((_=(b=(y=n.linkIndex)===null||y===void 0?void 0:y[r])===null||b===void 0?void 0:b[p])===null||_===void 0)&&_.isSingular));try{const[g,v,A]=Rs(t,n,r,i,p,c),S=Qn(e,n,{etype:g,level:v,form:s[p],join:A}),I=w?S[0]:S;return{[p]:I}}catch(g){if(g instanceof Ae)return{[p]:w?void 0:[]};throw g}}).reduce(function(p,y){return Object.assign(Object.assign({},p),y)},d)}):Object.values(o)}function xs(t,e,n){return n==="string"?gs(t,e):t>e?1:-1}function Ne(t,e,n,r,i){return e===r||e==null&&r==null?ys(t,n):r==null?1:e==null?-1:xs(e,r,i)}function rt([t,e],[n,r],i){return Ne(t,e,n,r,i)}function Ft(t){return t==null?t:new Date(t).getTime()}function $s(t,e,n,r){var i;const[s,o,u,a]=t,c=n==="desc"?1:-1;if(((i=e["forward-identity"])===null||i===void 0?void 0:i[2])==="id")return rt(r,[s,a],null)===c;const[d,f]=r,l=e["checked-data-type"],p=l==="date"?Ft(f):f,y=l==="date"?Ft(u):u;return rt([d,p],[s,y],l)===c}function Us(t,e){const n=e[1];return t.getAttr(n)}function Ls(t,e,n){const r=Object.keys(n)[0];return L(t,e,r)}function Fs(t,e,n,r){if(n)return Us(t,n);if(r)return Ls(t,e,r)}function Ns(t,e,n){var r,i;if(!Array.isArray(n.fields))return Yi(t,e);const s=new Map;for(const o of n.fields){const u=L(t,e,o),a=(r=u==null?void 0:u["forward-identity"])===null||r===void 0?void 0:r[2];a&&Rt(u)&&s.set(a,u)}if(!s.has("id")){const o=L(t,e,"id"),u=(i=o==null?void 0:o["forward-identity"])===null||i===void 0?void 0:i[2];u&&s.set(u,o)}return s}function Ks(t,e,{etype:n,pageInfo:r,dq:i,form:s}){var o,u;const a=(o=s==null?void 0:s.$)===null||o===void 0?void 0:o.order,c=Gn(s),d=zs(s);let f=us(t,i);const l=r==null?void 0:r["start-cursor"],p=Fs(e,n,l,a);if(p&&((u=p==null?void 0:p["forward-identity"])===null||u===void 0?void 0:u[2])!=="id"){const _=p["checked-data-type"]==="date",w=p.id;f=f.map(([g])=>{var v,A,S,I,$;let D=($=(I=(S=(A=(v=t.eav.get(g))===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||$===void 0?void 0:$[2];return _&&(D=Ft(D)),[g,D]})}f.sort(d==="asc"?function(w,g){return rt(w,g,p==null?void 0:p["checked-data-type"])}:function(w,g){return rt(g,w,p==null?void 0:p["checked-data-type"])});let y={};const b=Ns(e,n,i);for(const _ of f){const[w]=_;if(y[w]||!c&&l&&p&&$s(l,p,d,_))continue;const g=Hi(t,b,w);g&&(y[w]=g)}return y}function zs(t){var e;const n=(e=t.$)===null||e===void 0?void 0:e.order;return n&&n[Object.keys(n)[0]]||"asc"}function Gn(t){var e,n,r;const i=(e=t.$)===null||e===void 0?void 0:e.offset,s=(n=t.$)===null||n===void 0?void 0:n.before,o=(r=t.$)===null||r===void 0?void 0:r.after;return!i&&!s&&!o}function Vs(t,e,{etype:n,level:r,form:i,join:s,pageInfo:o}){var u,a,c,d,f;if(!Gn(i)&&(!o||!o["start-cursor"]))return[];const l=Es(Ps(e,n,r,(u=i.$)===null||u===void 0?void 0:u.where),s),p=Ms(nt,n,r),y=(a=i.$)===null||a===void 0?void 0:a.fields,b=Ks(t,e,{etype:n,pageInfo:o,form:i,dq:{where:l,find:p,fields:y}}),_=((c=i.$)===null||c===void 0?void 0:c.limit)||((d=i.$)===null||d===void 0?void 0:d.first)||((f=i.$)===null||f===void 0?void 0:f.last);if(_!=null){r>0&&console.warn("WARNING: Limits in child queries are only run client-side. Data returned from the server will not have a limit.");const w=Object.entries(b);return w.length<=_?b:Object.fromEntries(w.slice(0,_))}return b}function Ws(t,e,n){try{return Vs(t,e,n)}catch(r){if(r instanceof Ae)return{};throw r}}function Qn(t,e,n){const r=Ws(t,e,n);return Ds(nt,t,e,n,r)}function qs(t){const e={};for(const[n,r]of Object.entries(t))e[n]={startCursor:r["start-cursor"],endCursor:r["end-cursor"],hasNextPage:r["has-next-page?"],hasPreviousPage:r["has-previous-page?"]};return e}function Hn({store:t,attrsStore:e,pageInfo:n,aggregate:r},i){const o={data:Object.keys(i).reduce(function(a,c){return r!=null&&r[c]||c==="$$ruleParams"||(a[c]=Qn(t,e,{etype:c,form:i[c],level:0,pageInfo:n==null?void 0:n[c]})),a},{})};return n&&(o.pageInfo=qs(n)),r&&(o.aggregate=r),o}function Bs(){const e={__etype:1,__ops:1,create:1,update:1,link:1,unlink:1,delete:1,merge:1,ruleParams:1};return new Set(Object.keys(e))}const Gs=Bs();function Nt(t,e,n){const r={__etype:t,__ops:n};return new Proxy(r,{get:(i,s)=>{if(s==="__ops")return n;if(s==="__etype")return t;if(Gs.has(s))return(o,u)=>Nt(t,e,[...n,u?[s,t,e,o,u]:[s,t,e,o]])}})}function it(t){return t.startsWith("lookup__")}function Yn(t){const[e,n,...r]=t.split("__");return[n,JSON.parse(r.join("__"))]}function Qs(t){return new Proxy({__etype:t},{get(e,n){if(n==="__etype")return t;const r=n;return it(r)?Nt(t,Yn(r),[]):Nt(t,r,[])}})}function Kt(){return new Proxy({},{get(t,e){return Qs(e)}})}Kt();function Hs(t){return t.__ops}function Ys(t,e){const{attrIdMap:n,refSwapAttrIds:r}=t,i=[];for(const o of e){const u=n[o];if(u)i.push(u);else if(Array.isArray(o)&&o.length==2&&n[o[0]]){const[a,c]=o;i.push([n[a],c])}else i.push(o)}const[s]=e;if((s==="add-triple"||s==="retract-triple")&&r.has(e[2])){const o=i[1];i[1]=i[3],i[3]=o}return i}function Js(t){if(Array.isArray(t))return t;const e=Object.entries(t);if(e.length!==1)throw new Error("lookup must be an object with a single unique attr and value.");return e[0]}function Zs(t,e,n){return n.indexOf(".")!==-1&&!L(t,e,n)}function zt(t){const[e,n,...r]=t.split(".");if(r.length>0||n!=="id")throw new Error(`${t} is not a valid lookup attribute.`);return e}function Xs(t,e,n){if(!Zs(t,e,n))return L(t,e,n);const r=zt(n),i=L(t,e,r)||_e(t,e,r);if(i&&i["value-type"]!=="ref")throw new Error(`${n} does not reference a valid link attribute.`);return i}function Vt(t){return typeof t=="string"&&!it(t)?null:typeof t=="string"&&it(t)?Yn(t):Js(t)}function G(t,e,n){const r=Vt(n);if(r===null)return n;const[i,s]=r,o=Xs(t,e,i);if(!o||!o["unique?"])throw new Error(`${i} is not a unique attribute.`);return[o.id,s]}function Jn(t,e,n,r){var i;const s=G(t,e,n);return Array.isArray(s)?[["add-triple",s,(i=L(t,e,"id"))===null||i===void 0?void 0:i.id,s]].concat(r):r}function eo({attrsStore:t},[e,n,r]){const i=Object.entries(r).flatMap(([s,o])=>{const u=Array.isArray(o)?o:[o],a=L(t,e,s),c=_e(t,e,s);return u.map(d=>a?["add-triple",G(t,e,n),a.id,G(t,a["reverse-identity"][1],d)]:["add-triple",G(t,c["forward-identity"][1],d),c==null?void 0:c.id,G(t,e,n)])});return Jn(t,e,n,i)}function to({attrsStore:t},[e,n,r]){const i=Object.entries(r).flatMap(([s,o])=>{const u=Array.isArray(o)?o:[o],a=L(t,e,s),c=_e(t,e,s);return u.map(d=>a?["retract-triple",G(t,e,n),a.id,G(t,a["reverse-identity"][1],d)]:["retract-triple",G(t,c["forward-identity"][1],d),c.id,G(t,e,n)])});return Jn(t,e,n,i)}function no(t,e,n,r){var i;if(Array.isArray(r)){const[s,o]=r;for(const u of t||[]){const a=u==null?void 0:u.aev.get(s);if(a){for(const[c,d,f]of B(a,2))if(f===o)return!0}}}else for(const s of t||[]){const o=s==null?void 0:s.eav.get(r);if(o){for(const u of o.keys())if(((i=e.getAttr(u))===null||i===void 0?void 0:i["forward-identity"][1])==n)return!0}}return!1}function Zn({stores:t,attrsStore:e},[n,r,i,s]){return(s==null?void 0:s.upsert)===!1?{mode:"update"}:(s==null?void 0:s.upsert)===!0?null:no(t,e,n,r)?{mode:"update"}:null}function ro(t,e){const{attrsStore:n}=t,[r,i,s,o]=e,u=It(s),a=G(n,r,i);return[["id",a]].concat(Object.entries(u)).map(([d,f])=>{const l=L(n,r,d);return l["checked-data-type"]==="date"&&t.useDateObjects&&(f=Xe(f)),["add-triple",a,l.id,f,{mode:"create"}]})}function io(t,e){const{attrsStore:n}=t,[r,i,s,o]=e,u=It(s),a=G(n,r,i),c=Zn(t,[r,a,s,o]);return[["id",a]].concat(Object.entries(u)).map(([f,l])=>{const p=L(n,r,f);return p["checked-data-type"]==="date"&&t.useDateObjects&&(l=Xe(l)),["add-triple",a,p.id,l,...c?[c]:[]]})}function so({attrsStore:t},[e,n]){return[["delete-entity",G(t,e,n),e]]}function oo(t,e){const{attrsStore:n}=t,[r,i,s,o]=e,u=It(s),a=G(n,r,i),c=Zn(t,[r,a,s,o]),d=Object.entries(u).map(([l,p])=>{const y=L(n,r,l);return["deep-merge-triple",a,y.id,p,...c?[c]:[]]});return[["add-triple",a,L(n,r,"id").id,a,...c?[c]:[]]].concat(d)}function uo({attrsStore:t},[e,n,r]){return[["rule-params",G(t,e,n),e,r]]}function ao(t){const[e,n,r,i,s]=t;if(!i)return t;const o=Object.assign({},i);return delete o.id,[e,n,r,o,...s?[s]:[]]}function co(t,e){const[n,...r]=ao(e);switch(n){case"merge":return oo(t,r);case"create":return ro(t,r);case"update":return io(t,r);case"link":return eo(t,r);case"unlink":return to(t,r);case"delete":return so(t,r);case"ruleParams":return uo(t,r);default:throw new Error(`unsupported action ${n}`)}}function fo(t){switch(t){case"string":case"date":case"boolean":case"number":return t;default:return}}function lo(t,e,n){var r,i;const s=(i=(r=t.entities[e])===null||r===void 0?void 0:r.attrs)===null||i===void 0?void 0:i[n];if(n==="id")return null;if(!s)throw new Error(`${e}.${n} does not exist in your schema`);const{unique:o,indexed:u}=s==null?void 0:s.config,a=fo(s==null?void 0:s.valueType);return{"index?":u,"unique?":o,"checked-data-type":a}}function st(t,e,n,r){const i=t?lo(t,e,n):null,s=K(),u=[K(),e,n];return Object.assign(Object.assign({id:s,"forward-identity":u,"value-type":"blob",cardinality:"one","unique?":!1,"index?":!1,isUnsynced:!0},i||{}),r||{})}function ho(t,e,n){return Object.values(t.links).find(s=>s.forward.on===e&&s.forward.label===n||s.reverse.on===e&&s.reverse.label===n)}function po(t,e,n){const r=ho(t,e,n);if(!r)throw new Error(`Couldn't find the link ${e}.${n} in your schema`);const{forward:i,reverse:s}=r;return{"forward-identity":[K(),i.on,i.label],"reverse-identity":[K(),s.on,s.label],cardinality:i.has==="one"?"one":"many","unique?":s.has==="one","on-delete":i.onDelete,"on-delete-reverse":s.onDelete}}function Xn(t,e,n,r){const i=t?po(t,e,n):null,s=K(),o=[K(),e,n],u=[K(),n,e];return Object.assign(Object.assign({id:s,"forward-identity":o,"reverse-identity":u,"value-type":"ref",cardinality:"many","unique?":!1,"index?":!1,isUnsynced:!0},i||{}),r||{})}const yo=new Set(["create","update","merge","link","unlink"]),bo=new Set(["link","unlink"]),_o=new Set(["create","update","merge"]),go=new Set(["link","unlink","create","update","merge","delete","ruleParams"]),Wt={"unique?":!0,"index?":!0},To=Object.assign(Object.assign({},Wt),{cardinality:"one"});function wo(t){const e=[],[n,r,i,s]=t;if(!go.has(n))return e;const o=Vt(i);if(o&&e.push({etype:r,lookupPair:o}),n==="link")for(const[u,a]of Object.entries(s)){const c=Array.isArray(a)?a:[a];for(const d of c){const f=Vt(d);f&&e.push({etype:r,lookupPair:f,linkLabel:u})}}return e}function mo({attrsStore:t,schema:e},n){var r,i;const s=new Set,o=[],u=[];function a(y,b){return L(t,y,b)||o.find(_=>_["forward-identity"][1]===y&&_["forward-identity"][2]===b)}function c(y,b){return _e(t,y,b)||o.find(_=>{var w,g;return((w=_["reverse-identity"])===null||w===void 0?void 0:w[1])===y&&((g=_["reverse-identity"])===null||g===void 0?void 0:g[2])===b})}function d(y){o.push(y),u.push(["add-attr",y]),s.add(y.id)}function f(y){y&&"isUnsynced"in y&&y.isUnsynced&&!s.has(y.id)&&(o.push(y),u.push(["add-attr",y]),s.add(y.id))}function l(y,b){return b.indexOf(".")!==-1&&!a(y,b)}function p(y,b){const _=a(y,b),w=c(y,b);f(_),f(w),!_&&!w&&d(Xn(e,y,b,To))}for(const y of n)for(const{etype:b,lookupPair:_,linkLabel:w}of wo(y)){const g=_[0];if(w){p(b,w);const v=a(b,w),A=c(b,w);f(v),f(A);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;if(l(S,g))p(S,zt(g));else{const I=a(S,g);I||d(st(e,S,g,Wt)),f(I)}}else if(l(b,g))p(b,zt(g));else{const v=a(b,g);v||d(st(e,b,g,Wt)),f(v)}}for(const y of n){const[b,_,w,g]=y;if(yo.has(b)){const v=a(_,"id");f(v),v||d(st(e,_,"id",{"unique?":!0}));for(const A of Object.keys(g)){const S=a(_,A);if(f(S),_o.has(b)&&(S||d(st(e,_,A,A==="id"?{"unique?":!0}:null))),bo.has(b)){const I=c(_,A);!S&&!I&&d(Xn(e,_,A)),f(I)}}}}if(o.length){const y=Object.assign({},t.attrs);for(const b of o)y[b.id]=b;return[new be(y,t.linkIndex),u]}return[t,u]}function vo(t,e){const r=(Array.isArray(e)?e:[e]).flatMap(a=>Hs(a)),[i,s]=mo(t,r),o=Object.assign(Object.assign({},t),{attrsStore:i}),u=r.flatMap(a=>co(o,a));return[...s,...u]}var ie=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};function er(t,e){typeof requestIdleCallback>"u"?t():requestIdleCallback(t,{timeout:e})}const Ke="__meta";class So{constructor(e,n){}}class qt{constructor(e){var n,r;this._subs=[],this._nextSave=null,this._nextGc=null,this._pendingSaveKeys=new Set,this._loadedKeys=new Set,this._version=0,this._meta={isLoading:!0,onLoadCbs:[],value:null,error:null,attempts:0},this._persister=e.persister,this._merge=e.merge,this.serialize=e.serialize,this.parse=e.parse,this._objectSize=e.objectSize,this._log=e.logger,this._saveThrottleMs=(n=e.saveThrottleMs)!==null&&n!==void 0?n:100,this._idleCallbackMaxWaitMs=(r=e.idleCallbackMaxWaitMs)!==null&&r!==void 0?r:1e3,this._gcOpts=e.gc,this.currentValue={},this._loadedKeys=new Set,this._loadingKeys={},this._initMeta(),e.preloadEntryCount&&this._preloadEntries(e.preloadEntryCount)}_initMeta(){return ie(this,void 0,void 0,function*(){var e,n,r;this._meta.loadingPromise&&(yield this._meta.loadingPromise);try{const i=this._persister.getItem(Ke);this._meta.loadingPromise=i;const s=yield i;this._meta.isLoading=!1,this._meta.error=null,this._meta.loadingPromise=null,this._meta.attempts=0;const o=(n=(e=this._meta.value)===null||e===void 0?void 0:e.objects)!==null&&n!==void 0?n:{},u=s??{},a=(r=u.objects)!==null&&r!==void 0?r:{};this._meta.value=Object.assign(Object.assign({},u),{objects:Object.assign(Object.assign({},o),a)})}catch(i){this._meta.error=i,this._meta.attempts++,this._meta.loadingPromise=null}})}_getMeta(){return ie(this,void 0,void 0,function*(){return this._meta.value?this._meta.value:this._meta.loadingPromise?(yield this._meta.loadingPromise,this._meta.value):(this._initMeta(),yield this._meta.loadingPromise,this._meta.value)})}_refreshMeta(){return ie(this,void 0,void 0,function*(){return yield this._initMeta(),this._meta.value})}_preloadEntries(e){return ie(this,void 0,void 0,function*(){const n=yield this.waitForMetaToLoad();if(!n)return;const r=Object.entries(n.objects);r.sort(([i,s],[o,u])=>u.updatedAt-s.updatedAt);for(const[i]of r.slice(0,e))this._loadKey(i)})}_getFromStorage(e){return ie(this,void 0,void 0,function*(){try{const n=yield this._persister.getItem(e);return n&&this.parse(e,n)}catch(n){return console.error(`Unable to read from storage for key=${e}`,n),null}})}waitForKeyToLoad(e){return ie(this,void 0,void 0,function*(){return this._loadedKeys.has(e)?this.currentValue[e]:(yield this._loadingKeys[e]||this._loadKey(e),this.currentValue[e])})}waitForMetaToLoad(){return ie(this,void 0,void 0,function*(){return this._getMeta()})}unloadKey(e){this._loadedKeys.delete(e),delete this._loadingKeys[e],delete this.currentValue[e]}_loadKey(e){return ie(this,void 0,void 0,function*(){if(this._loadedKeys.has(e)||e in this._loadingKeys)return;const n=this._getFromStorage(e);this._loadingKeys[e]=n;const r=yield n;if(delete this._loadingKeys[e],this._loadedKeys.add(e),r){const i=this._merge(e,r,this.currentValue[e]);i&&(this.currentValue[e]=i)}this.onKeyLoaded&&this.onKeyLoaded(e)})}_writeToStorage(e){var n,r;const i=[],s=e==null?void 0:e.skipGc;if(this._meta.isLoading){const p=new Promise((y,b)=>{var _;setTimeout(()=>this._enqueuePersist(e?Object.assign(Object.assign({},e),{attempts:(e.attempts||0)+1}):{attempts:1}).then(y).catch(b),10+((_=e==null?void 0:e.attempts)!==null&&_!==void 0?_:0)*1e3)});return i.push(p),Promise.all(i).then(y=>y.reduce((b,_)=>b+_,0))}const o=this._meta.value;if(!o)return Promise.resolve(0);const u=[],a=[];for(const p of this._pendingSaveKeys)p in this.currentValue?a.push(p):(u.push(p),delete o.objects[p]);for(const p of u){const y=this._persister.removeItem(p);i.push(y.then(()=>1)),this._loadedKeys.delete(p),this._pendingSaveKeys.delete(p)}const c=[],d=[[Ke,o]],f=(n=o.objects)!==null&&n!==void 0?n:{};o.objects=f;for(const p of a)if(this._loadedKeys.has(p)){const y=this.serialize(p,this.currentValue[p]);d.push([p,y]);const b=this._objectSize(y),_=(r=f[p])!==null&&r!==void 0?r:{createdAt:Date.now(),updatedAt:Date.now(),size:b};_.updatedAt=Date.now(),_.size=b,f[p]=_,this._pendingSaveKeys.delete(p)}else c.push(p);const l=this._persister.multiSet(d);i.push(l.then(()=>1));for(const p of c){const y=this._loadKey(p).then(()=>this._enqueuePersist(e));i.push(y)}return s||this.gc(),Promise.all(i).then(p=>p.reduce((y,b)=>y+b,0))}flush(){return ie(this,void 0,void 0,function*(){return this._nextSave?(clearTimeout(this._nextSave),this._nextSave=null,this._writeToStorage()):void 0})}_gc(){return ie(this,void 0,void 0,function*(){if(!this._gcOpts)return;const e=new Set(yield this._persister.getAllKeys());e.delete(Ke);const n=new Set(Object.keys(this.currentValue));for(const l of Object.keys(this._loadingKeys))n.add(l);for(const l of this._loadedKeys)n.add(l);const r=yield this._refreshMeta();if(!r){this._log.info("Could not gc because we were not able to load meta");return}const i=[],s={gcOpts:this._gcOpts,keys:e,sacredKeys:n,removed:[],metaRemoved:[],removedMissingCount:0,removedOldCount:0,removedThresholdCount:0,removedSizeCount:0};for(const l of e)n.has(l)||l in r.objects||(this._log.info("Lost track of key in meta",l),i.push(this._persister.removeItem(l)),s.removed.push(l),s.removedMissingCount++);const o=Date.now();for(const[l,p]of Object.entries(r.objects))!n.has(l)&&p.updatedAt<o-this._gcOpts.maxAgeMs&&(i.push(this._persister.removeItem(l)),delete r.objects[l],s.removed.push(l),s.removedOldCount++);const u=Object.entries(r.objects);u.sort(([l,p],[y,b])=>p.updatedAt-b.updatedAt);const a=u.filter(([l])=>!n.has(l));if(u.length>this._gcOpts.maxEntries)for(const[l]of a.slice(0,u.length-this._gcOpts.maxEntries))i.push(this._persister.removeItem(l)),delete r.objects[l],s.removed.push(l),s.removedThresholdCount++;const c=Object.entries(r.objects);c.sort(([l,p],[y,b])=>p.updatedAt-b.updatedAt);const d=c.filter(([l])=>!n.has(l));let f=c.reduce((l,[p,y])=>l+y.size,0);for(;f>0&&f>this._gcOpts.maxSize&&d.length;){const[[l,p]]=d.splice(0,1);f-=p.size,i.push(this._persister.removeItem(l)),delete r.objects[l],s.removed.push(l),s.removedSizeCount++}for(const l of Object.keys(r.objects))!e.has(l)&&!n.has(l)&&delete r.objects[l];return(s.removed.length||s.metaRemoved.length)&&i.push(this._enqueuePersist({skipGc:!0})),this._log.info("Completed GC",s),yield Promise.all(i),s})}gc(){this._nextGc||(this._nextGc=setTimeout(()=>{er(()=>{this._nextGc=null,this._gc()},30*1e3)},1e3*60+Math.random()*500))}_enqueuePersist(e){return new Promise((n,r)=>{if(this._nextSave){n(0);return}this._nextSave=setTimeout(()=>{er(()=>{this._nextSave=null,this._writeToStorage(e).then(n).catch(r)},this._idleCallbackMaxWaitMs)},this._saveThrottleMs)})}version(){return this._version}updateInPlace(e){this._version++;const[n,r]=Je(this.currentValue,e,{enablePatches:!0});for(const i of r){const s=i.path[0];s&&typeof s=="string"&&(this._pendingSaveKeys.add(s),this._loadedKeys.has(s)||this._loadKey(s))}this.currentValue=n,this._enqueuePersist();for(const i of this._subs)i(this.currentValue);return n}subscribe(e){return this._subs.push(e),e(this.currentValue),()=>{this._subs=this._subs.filter(n=>n!==e)}}}var ae=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};const Oo=6,Ao=["kv","querySubs","syncSubs"];function Eo(t){return function(n){console.error("Error in IndexedDB event",{source:t,event:n})}}function ko(t){return ae(this,void 0,void 0,function*(){return new Promise(e=>{const n=indexedDB.open(t);n.onerror=r=>{e(null)},n.onsuccess=r=>{const s=r.target.result;e(s)},n.onupgradeneeded=r=>{var i;(i=r.target.transaction)===null||i===void 0||i.abort(),e(null)}})})}function jo(t,e,n){return ae(this,void 0,void 0,function*(){const r=typeof e=="string"?JSON.parse(e):e;if(!r)return;const i=new Set;return new Promise((s,o)=>{var u,a,c,d;const f={};for(const[y,b]of Object.entries(r)){const _=typeof b=="string"?JSON.parse(b):b;if(_.lastAccessed){const g={createdAt:_.lastAccessed,updatedAt:_.lastAccessed,size:(d=(c=(a=(u=_.result)===null||u===void 0?void 0:u.store)===null||a===void 0?void 0:a.triples)===null||c===void 0?void 0:c.length)!==null&&d!==void 0?d:0};f[y]=g}const w=n.put(_,y);i.add(w)}const l={objects:f},p=n.put(l,Ke);i.add(p);for(const y of i)y.onsuccess=()=>{i.delete(y),i.size===0&&s()},y.onerror=b=>{o(b)}})})}function tr(t,e,n){return ae(this,void 0,void 0,function*(){const r=n.put(e,t);return new Promise((i,s)=>{r.onsuccess=()=>i(),r.onerror=o=>s(o)})})}function Co(t,e){return ae(this,void 0,void 0,function*(){const n=yield ko(`instant_${t}_5`);if(!n)return;const r=yield new Promise((d,f)=>{const y=n.transaction(["kv"],"readonly").objectStore("kv").openCursor();y.onerror=_=>{f(_)};const b=[];y.onsuccess=()=>{const _=y.result;if(_){const w=_.key,g=_.value;b.push([w,g]),_.continue()}else d(b)},y.onerror=_=>{f(_)}}),i=e.transaction(["kv","querySubs"],"readwrite"),s=i.objectStore("kv"),o=i.objectStore("querySubs"),u=[],a={objects:{}};for(const[d,f]of r)switch(d){case"querySubs":{const l=jo(d,f,o);u.push(l);break}default:{const l=tr(d,f,s);u.push(l);const p={createdAt:Date.now(),updatedAt:Date.now(),size:0};a.objects[d]=p;break}}const c=tr(Ke,a,s);u.push(c),yield Promise.all(u),yield new Promise((d,f)=>{i.oncomplete=l=>d(l),i.onerror=l=>f(l),i.onabort=l=>f(l)})})}const nr=new Map;class rr extends So{constructor(e,n){super(e,n),this.dbName=`instant_${e}_${Oo}`,this._storeName=n,this._appId=e,this._dbPromise=this._init()}_init(){return new Promise((e,n)=>{let r=!1;const i=indexedDB.open(this.dbName,1);i.onerror=s=>{n(s)},i.onsuccess=s=>{const u=s.target.result;if(r){const a=Co(this._appId,u).catch(c=>{Eo("Error upgrading store from version 5 to 6.")(c)});nr.set(this.dbName,a),a.then(()=>e(u)).catch(()=>e(u))}else{const a=nr.get(this.dbName);a?a.then(()=>e(u)).catch(()=>e(u)):e(u)}},i.onupgradeneeded=s=>{r=!0,this._upgradeStore(s)}})}_upgradeStore(e){const r=e.target.result;for(const i of Ao)r.objectStoreNames.contains(i)||r.createObjectStore(i)}getItem(e){return ae(this,void 0,void 0,function*(){const n=yield this._dbPromise;return new Promise((r,i)=>{const u=n.transaction([this._storeName],"readonly").objectStore(this._storeName).get(e);u.onerror=a=>{i(a)},u.onsuccess=a=>{u.result?r(u.result):r(null)}})})}setItem(e,n){return ae(this,void 0,void 0,function*(){const r=yield this._dbPromise;return new Promise((i,s)=>{const a=r.transaction([this._storeName],"readwrite").objectStore(this._storeName).put(n,e);a.onerror=c=>{s(c)},a.onsuccess=c=>{i()}})})}multiSet(e){return ae(this,void 0,void 0,function*(){const n=yield this._dbPromise;return new Promise((r,i)=>{const s=n.transaction([this._storeName],"readwrite"),o=s.objectStore(this._storeName),u=new Set;for(const[a,c]of e){const d=o.put(c,a);u.add(d)}for(const a of u)a.onerror=c=>{s.abort(),i(c)},a.onsuccess=c=>{u.delete(a),u.size===0&&r()}})})}removeItem(e){return ae(this,void 0,void 0,function*(){const n=yield this._dbPromise;return new Promise((r,i)=>{const u=n.transaction([this._storeName],"readwrite").objectStore(this._storeName).delete(e);u.onerror=a=>{i(a)},u.onsuccess=a=>{r()}})})}getAllKeys(){return ae(this,void 0,void 0,function*(){const e=yield this._dbPromise;return new Promise((n,r)=>{const o=e.transaction([this._storeName],"readonly").objectStore(this._storeName).getAllKeys();o.onerror=u=>{r(u)},o.onsuccess=u=>{n(o.result.filter(a=>typeof a=="string"))}})})}}var Io=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};class ir{static getIsOnline(){return Io(this,void 0,void 0,function*(){return navigator.onLine})}static listen(e){const n=()=>{e(!0)},r=()=>{e(!1)};return addEventListener("online",n),addEventListener("offline",r),()=>{removeEventListener("online",n),removeEventListener("offline",r)}}}class Ee extends Error{constructor(e,n){super(e),this.hint=n;const r=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,r),Error.captureStackTrace&&Error.captureStackTrace(this,Ee),this.name="InstantError"}get[Symbol.toStringTag](){return"InstantError"}}var Po=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};class ot extends Ee{constructor(e){var n;const r=((n=e.body)===null||n===void 0?void 0:n.message)||`API Error (${e.status})`;super(r,e.body.hint);const i=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,i),Error.captureStackTrace&&Error.captureStackTrace(this,ot),this.name="InstantAPIError",this.status=e.status,this.body=e.body}get[Symbol.toStringTag](){return"InstantAPIError"}}function ne(t,e){return Po(this,void 0,void 0,function*(){const n=yield fetch(t,e),r=yield n.json();return n.status===200?Promise.resolve(r):Promise.reject(new ot({status:n.status,body:r}))})}var ke=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};function Mo({apiURI:t,appId:e,email:n}){return ne(`${t}/runtime/auth/send_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,email:n})})}function Ro(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n,email:r,code:i,refreshToken:s}){return yield ne(`${e}/runtime/auth/verify_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(Object.assign({"app-id":n,email:r,code:i},s?{"refresh-token":s}:{}))})})}function Do(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n,refreshToken:r}){return yield ne(`${e}/runtime/auth/verify_refresh_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":n,"refresh-token":r})})})}function xo(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n}){return yield ne(`${e}/runtime/auth/sign_in_guest`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":n})})})}function sr(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n,code:r,codeVerifier:i,refreshToken:s}){return yield ne(`${e}/runtime/oauth/token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:n,code:r,code_verifier:i,refresh_token:s})})})}function $o(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n,nonce:r,idToken:i,clientName:s,refreshToken:o}){return yield ne(`${e}/runtime/oauth/id_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:n,nonce:r,id_token:i,client_name:s,refresh_token:o})})})}function Uo(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n,refreshToken:r}){return yield ne(`${e}/runtime/signout`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:n,refresh_token:r})})})}var ze=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};function Lo(t){return ze(this,arguments,void 0,function*({apiURI:e,appId:n,path:r,file:i,refreshToken:s,contentType:o,contentDisposition:u}){const a={app_id:n,path:r,authorization:`Bearer ${s}`,"content-type":o||i.type};return u&&(a["content-disposition"]=u),yield ne(`${e}/storage/upload`,{method:"PUT",headers:a,body:i})})}function Fo(t){return ze(this,arguments,void 0,function*({apiURI:e,appId:n,path:r,refreshToken:i}){const{data:s}=yield ne(`${e}/storage/files?app_id=${n}&filename=${encodeURIComponent(r)}`,{method:"DELETE",headers:{"content-type":"application/json",authorization:`Bearer ${i}`}});return s})}function No(t){return ze(this,arguments,void 0,function*({apiURI:e,appId:n,fileName:r,refreshToken:i,metadata:s={}}){const{data:o}=yield ne(`${e}/storage/signed-upload-url`,{method:"POST",headers:{"content-type":"application/json",authorization:`Bearer ${i}`},body:JSON.stringify({app_id:n,filename:r})});return o})}function Ko(t,e){return ze(this,void 0,void 0,function*(){return(yield fetch(t,{method:"PUT",body:e,headers:{"Content-Type":e.type}})).ok})}function zo(t){return ze(this,arguments,void 0,function*({apiURI:e,appId:n,path:r,refreshToken:i}){const{data:s}=yield ne(`${e}/storage/signed-download-url?app_id=${n}&filename=${encodeURIComponent(r)}`,{method:"GET",headers:{"content-type":"application/json",authorization:`Bearer ${i}`}});return s})}let Bt=!1,or=!1,ur=!1;typeof window<"u"&&typeof window.localStorage<"u"&&(Bt=!!window.localStorage.getItem("devBackend"),or=!!window.localStorage.getItem("__instantLogging"),ur=!!window.localStorage.getItem("__devtoolLocalDash"));function ar(t,e){if(!e)return t;const n={};return e.forEach(r=>{n[r]=t[r]}),n}function Vo(t,e,n){var r,i;const s={peers:{}};if(e&&"user"in e?e.user:!0){const u=ar((r=t.user)!==null&&r!==void 0?r:{},e==null?void 0:e.keys);s.user=Object.assign(Object.assign({},u),{peerId:n})}for(const u of Object.keys((i=t.peers)!==null&&i!==void 0?i:{})){const a=(e==null?void 0:e.peers)===void 0,c=Array.isArray(e==null?void 0:e.peers)&&(e==null?void 0:e.peers.includes(u));if(a||c){const d=ar(t.peers[u],e==null?void 0:e.keys);s.peers[u]=Object.assign(Object.assign({},d),{peerId:u})}}return s}function Wo(t,e){if(t.isLoading!==e.isLoading||t.error!==e.error||(t.user||e.user)&&(!t.user||!e.user||!vn(t.user,e.user))||!mn(t.peers,e.peers))return!0;for(const r of Object.keys(t.peers))if(!vn(t.peers[r],e.peers[r]))return!0;return!1}class cr{constructor(){this.promise=new Promise((e,n)=>{this._resolve=e,this._reject=n})}resolve(e){this._resolve(e)}reject(e){this._reject(e)}}function dr(t,e=[]){t.forEach(n=>{const{data:r}=n,{"datalog-result":i}=r,{"join-rows":s}=i;for(const o of s)for(const u of o)e.push(u);dr(n["child-nodes"],e)})}function fr(t){const e=[];return dr(t,e),e}function lr(t){return Object.values(t.links).reduce((e,n)=>{var r,i,s,o;return(r=e[s=n.forward.on])!==null&&r!==void 0||(e[s]={}),e[n.forward.on][n.forward.label]={isForward:!0,isSingular:n.forward.has==="one",link:n},(i=e[o=n.reverse.on])!==null&&i!==void 0||(e[o]={}),e[n.reverse.on][n.reverse.label]={isForward:!1,isSingular:n.reverse.has==="one",link:n},e},{})}const hr="v0.22.86-experimental.split-store.20249342206.1";function qo(t,e){return{info:t?(...n)=>console.info(...n,e()):()=>{},debug:t?(...n)=>console.debug(...n,e()):()=>{},error:t?(...n)=>console.error(...n,e()):()=>{}}}class ce{constructor(e,n,r,i={indexed:!1,unique:!1}){this.valueType=e,this.required=n,this.isIndexed=r,this.config=i,this.metadata={}}clientRequired(){return new ce(this.valueType,!1,this.isIndexed,this.config)}optional(){return new ce(this.valueType,!1,this.isIndexed,this.config)}unique(){return new ce(this.valueType,this.required,this.isIndexed,Object.assign(Object.assign({},this.config),{unique:!0}))}indexed(){return new ce(this.valueType,this.required,!0,Object.assign(Object.assign({},this.config),{indexed:!0}))}}class R extends Error{constructor(e,n){const r=n?`At path '${n}': ${e}`:e;super(r),this.name="QueryValidationError"}}const pr=["where","order","limit","last","first","offset","after","before","fields","aggregate"],Bo=t=>t.valueType||"unknown",yr=(t,e,n=!1)=>{if(n||t==null)return!0;switch(e){case"string":return typeof t=="string";case"number":return typeof t=="number"&&!isNaN(t);case"boolean":return typeof t=="boolean";case"date":return t instanceof Date||typeof t=="string"||typeof t=="number";default:return!0}},Go=(t,e,n,r,i,s,o)=>{const u=s.valueType==="json",a=(c,d,f)=>{if(!yr(f,d,u))throw new R(`Invalid value for operator '${c}' on attribute '${r}' in entity '${i}'. Expected ${d}, but received: ${typeof f}`,o)};switch(t){case"in":case"$in":if(!Array.isArray(e))throw new R(`Operator '${t}' for attribute '${r}' in entity '${i}' must be an array, but received: ${typeof e}`,o);for(const c of e)a(t,n,c);break;case"$not":case"$ne":case"$gt":case"$lt":case"$gte":case"$lte":a(t,n,e);break;case"$like":case"$ilike":if(a(t,"string",e),t==="$ilike"&&!s.isIndexed)throw new R(`Operator '${t}' can only be used with indexed attributes, but '${r}' in entity '${i}' is not indexed`,o);break;case"$isNull":a(t,"boolean",e);break;default:throw new R(`Unknown operator '${t}' for attribute '${r}' in entity '${i}'`,o)}},je=(t,e,n,r,i)=>{const s=Bo(n),o=n.valueType==="json";if(typeof t=="object"&&t!==null&&!Array.isArray(t)){if(o)return;const a=t;for(const[c,d]of Object.entries(a))Go(c,d,s,e,r,n,`${i}.${c}`)}else if(!yr(t,s,o))throw new R(`Invalid value for attribute '${e}' in entity '${r}'. Expected ${s}, but received: ${typeof t}`,i)},Qo=(t,e,n,r,i)=>{const s=t.split(".");if(s.length<2)throw new R(`Invalid dot notation path '${t}'. Must contain at least one dot.`,i);let o=n;for(let d=0;d<s.length-1;d++){const f=s[d],l=r.entities[o];if(!l)throw new R(`Entity '${o}' does not exist in schema while traversing dot notation path '${t}'.`,i);const p=l.links[f];if(!p){const y=Object.keys(l.links);throw new R(`Link '${f}' does not exist on entity '${o}' in dot notation path '${t}'. Available links: ${y.length>0?y.join(", "):"none"}`,i)}o=p.entityName}const u=s[s.length-1],a=r.entities[o];if(!a)throw new R(`Target entity '${o}' does not exist in schema for dot notation path '${t}'.`,i);if(u==="id"){if(typeof e=="string"&&!Oe(e))throw new R(`Invalid value for id field in entity '${o}'. Expected a UUID, but received: ${e}`,i);je(e,t,new ce("string",!1,!0),n,i);return}const c=a.attrs[u];if(Object.keys(a.links).includes(u)){if(typeof e=="string"&&!Oe(e))throw new R(`Invalid value for link '${u}' in entity '${o}'. Expected a UUID, but received: ${e}`,i);je(e,t,new ce("string",!1,!0),n,i);return}if(!c){const d=Object.keys(a.attrs);throw new R(`Attribute '${u}' does not exist on entity '${o}' in dot notation path '${t}'. Available attributes: ${d.length>0?d.join(", ")+", id":"id"}`,i)}je(e,t,c,n,i)},br=(t,e,n,r)=>{for(const[i,s]of Object.entries(t)){if(i==="or"||i==="and"){if(Array.isArray(s))for(const c of s)typeof c=="object"&&c!==null&&br(c,e,n,`${r}.${i}[${c}]`);continue}if(i==="id"){je(s,"id",new ce("string",!1,!0),e,`${r}.id`);continue}if(i.includes(".")){Qo(i,s,e,n,`${r}.${i}`);continue}const o=n.entities[e];if(!o)continue;const u=o.attrs[i],a=o.links[i];if(!u&&!a){const c=Object.keys(o.attrs),d=Object.keys(o.links);throw new R(`Attribute or link '${i}' does not exist on entity '${e}'. Available attributes: ${c.length>0?c.join(", "):"none"}. Available links: ${d.length>0?d.join(", "):"none"}`,`${r}.${i}`)}if(u)je(s,i,u,e,`${r}.${i}`);else if(a){if(typeof s=="string"&&!Oe(s))throw new R(`Invalid value for link '${i}' in entity '${e}'. Expected a UUID, but received: ${s}`,`${r}.${i}`);const c=new ce("string",!1,!0);je(s,i,c,e,`${r}.${i}`)}}},Ho=(t,e,n,r,i=0)=>{for(const o of Object.keys(t))if(!pr.includes(o))throw new R(`Invalid query parameter '${o}' in $ object. Valid parameters are: ${pr.join(", ")}. Found: ${o}`,r);const s=["offset","before","after","first","last"];for(const o of s)if(t[o]!==void 0&&i>0)throw new R(`'${o}' can only be used on top-level namespaces. It cannot be used in nested queries.`,r);if(t.where&&n){if(typeof t.where!="object"||t.where===null)throw new R(`'where' clause must be an object in entity '${e}', but received: ${typeof t.where}`,r?`${r}.where`:void 0);br(t.where,e,n,r?`${r}.where`:"where")}},_r=(t,e,n,r,i=0)=>{var s;if(!t||typeof t!="object")throw new R(`Query part for entity '${e}' must be an object, but received: ${typeof t}`,r);for(const o of Object.keys(t))if(o!=="$"){if(n&&!(o in n.entities[e].links)){const a=Object.keys(n.entities[e].links);throw new R(`Link '${o}' does not exist on entity '${e}'. Available links: ${a.length>0?a.join(", "):"none"}`,`${r}.${o}`)}const u=t[o];if(typeof u=="object"&&u!==null){const a=(s=n==null?void 0:n.entities[e].links[o])===null||s===void 0?void 0:s.entityName;a&&_r(u,a,n,`${r}.${o}`,i+1)}}else{const u=t[o];if(typeof u!="object"||u===null)throw new R(`Query parameter '$' must be an object in entity '${e}', but received: ${typeof u}`,`${r}.$`);Ho(u,e,n,`${r}.$`,i)}},gr=(t,e)=>{if(typeof t!="object"||t===null)throw new R(`Query must be an object, but received: ${typeof t}${t===null?" (null)":""}`);if(Array.isArray(t))throw new R(`Query must be an object, but received: ${typeof t}`);const n=t;for(const r of Object.keys(n)){if(Array.isArray(t[r]))throw new R(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(typeof r!="string")throw new R(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(r!=="$$ruleParams"){if(e&&!e.entities[r]){const i=Object.keys(e.entities);throw new R(`Entity '${r}' does not exist in schema. Available entities: ${i.length>0?i.join(", "):"none"}`,r)}_r(n[r],r,e,r,0)}}},Tr=t=>typeof t!="string"?!1:it(t)?!0:Oe(t);class Z extends Error{constructor(e){super(e),this.name="TransactionValidationError"}}const wr=t=>t.length>0?t.join(", "):"none",Yo=(t,e)=>new Z(`Entity '${t}' does not exist in schema. Available entities: ${wr(e)}`),mr={string:t=>typeof t=="string",number:t=>typeof t=="number"&&!isNaN(t),boolean:t=>typeof t=="boolean",date:t=>t instanceof Date||typeof t=="string"||typeof t=="number",json:()=>!0},Jo=(t,e)=>{var n,r;return t==null?!0:(r=(n=mr[e.valueType])===null||n===void 0?void 0:n.call(mr,t))!==null&&r!==void 0?r:!1},vr=(t,e)=>{const n=e.entities[t];if(!n)throw Yo(t,Object.keys(e.entities));return n},Gt=(t,e,n)=>{const r=vr(t,n);if(typeof e!="object"||e===null)throw new Z(`Arguments for data operation on entity '${t}' must be an object, but received: ${typeof e}`);for(const[i,s]of Object.entries(e)){if(i==="id")continue;const o=r.attrs[i];if(o&&!Jo(s,o))throw new Z(`Invalid value for attribute '${i}' in entity '${t}'. Expected ${o.valueType}, but received: ${typeof s}`)}},Sr=(t,e,n)=>{const r=vr(t,n);if(typeof e!="object"||e===null)throw new Z(`Arguments for link operation on entity '${t}' must be an object, but received: ${typeof e}`);for(const[i,s]of Object.entries(e)){if(!r.links[i]){const u=Object.keys(r.links);throw new Z(`Link '${i}' does not exist on entity '${t}'. Available links: ${wr(u)}`)}if(s!=null){if(Array.isArray(s)){for(const u of s)if(!Tr(u))throw new Z(`Invalid entity ID in link '${i}' for entity '${t}'. Expected a UUID or a lookup, but received: ${u}`)}else if(!Tr(s))throw new Z(`Invalid UUID in link '${i}' for entity '${t}'. Expected a UUID, but received: ${s}`)}}},Zo={create:Gt,update:Gt,merge:Gt,link:Sr,unlink:Sr,delete:()=>{}},Xo=(t,e)=>{if(!e)return;const[n,r,i,s]=t;if(!Array.isArray(i)&&!Oe(i))throw new Z(`Invalid id for entity '${r}'. Expected a UUID, but received: ${i}`);if(typeof r!="string")throw new Z(`Entity name must be a string, but received: ${typeof r}`);const o=Zo[n];o&&s!==void 0&&o(r,s,e)},eu=(t,e)=>{const n=Array.isArray(t)?t:[t];for(const r of n){if(!r||typeof r!="object")throw new Z(`Transaction chunk must be an object, but received: ${typeof r}`);if(!Array.isArray(r.__ops))throw new Z(`Transaction chunk must have __ops array, but received: ${typeof r.__ops}`);for(const i of r.__ops){if(!Array.isArray(i))throw new Z(`Transaction operation must be an array, but received: ${typeof i}`);Xo(i,e)}}};var Or=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};let Ar=0;class Er{constructor(e){this.type="ws",this.id=`${this.type}_${Ar++}`,this.conn=new WebSocket(e),this.conn.onopen=n=>{this.onopen&&this.onopen({target:this})},this.conn.onmessage=n=>{this.onmessage&&this.onmessage({target:this,message:JSON.parse(n.data.toString())})},this.conn.onclose=n=>{this.onclose&&this.onclose({target:this})},this.conn.onerror=n=>{this.onerror&&this.onerror({target:this})}}close(){this.conn.close()}isOpen(){var e;return this.conn.readyState===((e=WebSocket.OPEN)!==null&&e!==void 0?e:1)}isConnecting(){var e;return this.conn.readyState===((e=WebSocket.CONNECTING)!==null&&e!==void 0?e:0)}send(e){return this.conn.send(JSON.stringify(e))}}class tu{constructor(e,n){this.type="sse",this.initParams=null,this.sendQueue=[],this.closeFired=!1,this.sseInitTimeout=void 0,this.id=`${this.type}_${Ar++}`,this.url=n,this.ES=e,this.conn=new e(n),this.sseInitTimeout=setTimeout(()=>{this.initParams||this.handleError()},1e4),this.conn.onmessage=r=>{const i=JSON.parse(r.data);if(Array.isArray(i))for(const s of i)this.handleMessage(s);else this.handleMessage(i)},this.conn.onerror=r=>{this.handleError()}}handleMessage(e){if(e.op==="sse-init"){this.initParams={machineId:e["machine-id"],sessionId:e["session-id"],sseToken:e["sse-token"]},this.onopen&&this.onopen({target:this}),clearTimeout(this.sseInitTimeout);return}this.onmessage&&this.onmessage({target:this,message:e})}handleError(){try{this.onerror&&this.onerror({target:this})}finally{this.handleClose()}}handleClose(){this.conn.close(),this.onclose&&!this.closeFired&&(this.closeFired=!0,this.onclose({target:this}))}postMessages(e){return Or(this,void 0,void 0,function*(){var n,r,i;try{(yield fetch(this.url,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({machine_id:(n=this.initParams)===null||n===void 0?void 0:n.machineId,session_id:(r=this.initParams)===null||r===void 0?void 0:r.sessionId,sse_token:(i=this.initParams)===null||i===void 0?void 0:i.sseToken,messages:e})})).ok||this.handleError()}catch{this.handleError()}})}flushQueue(){return Or(this,void 0,void 0,function*(){if(this.sendPromise||!this.sendQueue.length)return;const e=this.sendQueue;this.sendQueue=[];const n=this.postMessages(e);this.sendPromise=n,n.then(()=>{this.sendPromise=null,this.flushQueue()})})}send(e){if(!this.isOpen()||!this.initParams)throw this.isConnecting()?new Error("Failed to execute 'send' on 'EventSource': Still in CONNECTING state."):this.conn.readyState===this.ES.CLOSED?new Error("EventSource is already in CLOSING or CLOSED state."):new Error("EventSource is in invalid state.");this.sendQueue.push(e),this.flushQueue()}isOpen(){return this.conn.readyState===this.ES.OPEN&&this.initParams!==null}isConnecting(){return this.conn.readyState===this.ES.CONNECTING||this.conn.readyState===this.ES.OPEN&&this.initParams===null}close(){this.handleClose()}}var kr=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};function nu(t,e){const n=t.values;if(n){const r=In(n.attrsStore,null);if(r){for(const i of n.entities||[])i.store.useDateObjects=e,i.store=Cn(r,i.store);n.attrsStore=r}}return t}function ru(t,e){var n;if(e.values){const r=[];for(const i of(n=e.values)===null||n===void 0?void 0:n.entities){const s=jn(i.store);r.push(Object.assign(Object.assign({},i),{store:s}))}return Object.assign(Object.assign({},e),{values:{attrsStore:e.values.attrsStore.toJSON(),entities:r}})}else return e}function iu(t,e,n){var r,i;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;return s&&(!o||s>o)?e:o&&(!s||o>s)?n:e||n}function Qt(t,e,n){return Hn({store:e,attrsStore:n,pageInfo:null,aggregate:null},t.query).data[t.table][0]}function jr(t,e,n,r){var i;const s=(i=L(n,t.table,"id"))===null||i===void 0?void 0:i.id;if(!s)return-1;const o=Se(e.eav,[r,s,r]);return o?o[3]:-1}function Cr(t,e,n){for(const{action:r,triple:i}of n)switch(r){case"added":Rn(t,e,i);break;case"removed":Pn(t,e,i);break}}function su(t,e,n){var r,i,s,o;const u={};for(const{action:a,triple:c}of n){const[d,f,l]=c,p=(i=(r=e.getAttr(f))===null||r===void 0?void 0:r["forward-identity"])===null||i===void 0?void 0:i[2];if(!p)continue;const y=(s=u[d])!==null&&s!==void 0?s:{};u[d]=y;const b=(o=y[p])!==null&&o!==void 0?o:{};switch(y[p]=b,a){case"added":b.newValue=l;break;case"removed":b.oldValue===void 0&&(b.oldValue=l);break}}for(const a of Object.keys(u)){const{oldValue:c,newValue:d}=u[a];c===d&&delete u[a]}return u}function ut(t,e){return{[t.table]:e.map(n=>n.entity)}}function ou(t,e){var n;if(t.orderFieldType)return t.orderFieldType;const r=t.orderField==="serverCreatedAt"?"number":(n=L(e(),t.table,t.orderField))===null||n===void 0?void 0:n["checked-data-type"];return t.orderFieldType=r,r}function uu(t,e,n){const r=e;if(t.orderField==="serverCreatedAt"){n.sort(t.orderDirection==="asc"?function(o,u){return Ne(o.entity.id,o.serverCreatedAt,u.entity.id,u.serverCreatedAt,r)}:function(o,u){return Ne(u.entity.id,u.serverCreatedAt,o.entity.id,o.serverCreatedAt,r)});return}const i=t.orderField;n.sort(t.orderDirection==="asc"?function(o,u){return Ne(o.entity.id,o.entity[i],u.entity.id,u.entity[i],r)}:function(o,u){return Ne(u.entity.id,u.entity[i],o.entity.id,o.entity[i],r)})}var ge;(function(t){t.InitialSyncBatch="InitialSyncBatch",t.InitialSyncComplete="InitialSyncComplete",t.LoadFromStorage="LoadFromStorage",t.SyncTransaction="SyncTransaction",t.Error="Error"})(ge||(ge={}));class au{constructor(e,n,r,i,s,o){this.callbacks={},this.idToHash={},this.trySend=e,this.config=r,this.log=i,this.createStore=s,this.getAttrs=o,this.subs=new qt({persister:n,merge:iu,serialize:ru,parse:(u,a)=>nu(a,this.config.useDateObjects),objectSize:u=>{var a;return((a=u.values)===null||a===void 0?void 0:a.entities.length)||0},logger:i,gc:{maxAgeMs:1e3*60*60*24*7*52,maxEntries:1e3,maxSize:1e6}})}beforeUnload(){this.subs.flush()}subscribe(e,n){const r=z(e);return this.callbacks[r]=this.callbacks[r]||[],this.callbacks[r].push(n),this.initSubscription(e,r,n),i=>{this.unsubscribe(r,n,i==null?void 0:i.keepSubscription)}}unsubscribe(e,n,r){const i=(this.callbacks[e]||[]).filter(s=>s!==n);if(this.callbacks[e]=i,!i.length){delete this.callbacks[e];const s=this.subs.currentValue[e];s!=null&&s.state&&this.clearSubscriptionData(s.state.subscriptionId,!!r),r||this.subs.updateInPlace(o=>{delete o[e]})}}sendStart(e){this.trySend(K(),{op:"start-sync",q:e})}sendResync(e,n,r){this.idToHash[n.subscriptionId]=e.hash,this.trySend(n.subscriptionId,{op:"resync-table","subscription-id":n.subscriptionId,"tx-id":r,token:n.token})}sendRemove(e,n){this.trySend(K(),{op:"remove-sync","subscription-id":e.subscriptionId,"keep-subscription":n})}initSubscription(e,n,r){return kr(this,void 0,void 0,function*(){var i,s,o,u;yield this.subs.waitForKeyToLoad(n);const a=this.subs.currentValue[n];if(a&&a.state&&a.state.txId){this.sendResync(a,a.state,a.state.txId),!((i=a.values)===null||i===void 0)&&i.entities&&r&&r({type:ge.LoadFromStorage,data:ut(a,(s=a.values)===null||s===void 0?void 0:s.entities)});return}const c=Object.keys(e)[0],d=((u=(o=e[c])===null||o===void 0?void 0:o.$)===null||u===void 0?void 0:u.order)||{serverCreatedAt:"asc"},[f,l]=Object.entries(d)[0];this.subs.updateInPlace(p=>{p[n]={query:e,hash:n,table:c,orderDirection:l,orderField:f,createdAt:Date.now(),updatedAt:Date.now()}}),this.sendStart(e)})}flushPending(){return kr(this,void 0,void 0,function*(){for(const e of Object.keys(this.callbacks)){yield this.subs.waitForKeyToLoad(e);const n=this.subs.currentValue[e];n?yield this.initSubscription(n.query,n.hash):this.log.error("Missing sub for hash in flushPending",e)}})}onStartSyncOk(e){const n=e["subscription-id"],r=e.q,i=z(r);this.idToHash[n]=i,this.subs.updateInPlace(s=>{const o=s[i];if(!o)return this.log.error("Missing sub for hash",i,"subscription-id",n,"query",r),s;o.state={subscriptionId:n,token:e.token}})}notifyCbs(e,n){for(const r of this.callbacks[e]||[])r(n)}onSyncLoadBatch(e){var n;const r=e["subscription-id"],i=e["join-rows"],s=this.idToHash[r];if(!s){this.log.error("Missing hash for subscription",e);return}const o=[],u=this.subs.currentValue[s];if(!u){this.log.error("Missing sub for hash",s,e);return}const a=(n=u.values)!==null&&n!==void 0?n:{entities:[],attrsStore:this.getAttrs()};u.values=a;const c=a.entities;for(const d of i){const f=this.createStore(d),l=Qt(u,f,a.attrsStore);c.push({store:f,entity:l,serverCreatedAt:jr(u,f,a.attrsStore,l.id)}),o.push(l)}this.subs.updateInPlace(d=>{d[s]=u,d[s].updatedAt=Date.now()}),u.values&&this.notifyCbs(s,{type:ge.InitialSyncBatch,data:ut(u,u.values.entities),batch:o})}onSyncInitFinish(e){var n;const r=e["subscription-id"],i=this.idToHash[r];if(!i){this.log.error("Missing hash for subscription",e);return}this.subs.updateInPlace(o=>{const u=o[i];if(!u){this.log.error("Missing sub for hash",i,e);return}const a=u.state;if(!a)return this.log.error("Sub never set init, missing result",u,e),o;a.txId=e["tx-id"],u.updatedAt=Date.now()});const s=this.subs.currentValue[i];s&&this.notifyCbs(i,{type:ge.InitialSyncComplete,data:ut(s,((n=s.values)===null||n===void 0?void 0:n.entities)||[])})}onSyncUpdateTriples(e){var n,r,i;const s=e["subscription-id"],o=this.idToHash[s];if(!o){this.log.error("Missing hash for subscription",e);return}const u=this.subs.currentValue[o];if(!u){this.log.error("Missing sub for hash",o,e);return}const a=u.state;if(!a){this.log.error("Missing state for sub",u,e);return}for(const c of e.txes){if(a.txId&&a.txId>=c["tx-id"])continue;a.txId=c["tx-id"];const d=[],f={};for(const g of c.changes){const v=(n=f[g.triple[0]])!==null&&n!==void 0?n:[];f[g.triple[0]]=v,v.push(g)}const l=(r=u.values)!==null&&r!==void 0?r:{entities:[],attrsStore:this.getAttrs()},p=l.entities;u.values=l;const y=[];e:for(const[g,v]of Object.entries(f))for(let A=0;A<p.length;A++){const S=p[A];if(Ni(S.store,g)){Cr(S.store,l.attrsStore,v);const I=Qt(u,S.store,l.attrsStore),$=su(S.store,l.attrsStore,v)[g];I?(y.push({oldEntity:S.entity,newEntity:I,changedFields:$||{}}),S.entity=I):d.push(A),delete f[g];continue e}}const b=[];for(const[g,v]of Object.entries(f)){const A=this.createStore([]);Cr(A,l.attrsStore,v);const S=Qt(u,A,l.attrsStore);if(!S){this.log.error("No entity found after applying change",{sub:u,changes:v,store:A});continue}p.push({store:A,entity:S,serverCreatedAt:jr(u,A,l.attrsStore,S.id)}),b.push(S)}const _=[];for(const g of d.sort().reverse())_.push(p[g].entity),p.splice(g,1);const w=ou(u,this.getAttrs);uu(u,w,p),this.notifyCbs(o,{type:ge.SyncTransaction,data:ut(u,(i=u.values)===null||i===void 0?void 0:i.entities),added:b,removed:_,updated:y})}this.subs.updateInPlace(c=>{c[o]=u,c[o].updatedAt=Date.now()})}clearSubscriptionData(e,n){const r=this.idToHash[e];if(r){delete this.idToHash[e];const i=this.subs.currentValue[r];if(i.state&&this.sendRemove(i.state,n),n?this.subs.unloadKey(r):this.subs.updateInPlace(s=>{delete s[r]}),i)return i}}onStartSyncError(e){const n=z(e["original-event"].q),r={message:e.message||"Uh-oh, something went wrong. Ping Joe & Stopa.",status:e.status,type:e.type,hint:e.hint},i=Object.keys(e["original-event"].q)[0];this.notifyCbs(n,{type:ge.Error,data:{[i]:[]},error:r})}onResyncError(e){const n=e["original-event"]["subscription-id"],r=this.clearSubscriptionData(n,!1);r&&this.initSubscription(r.query,r.hash)}}var F=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})},Ir=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n};const de={CONNECTING:"connecting",OPENED:"opened",AUTHENTICATED:"authenticated",CLOSED:"closed",ERRORED:"errored"},cu=3e4,du=3e4,fu=200,lu={apiURI:"https://api.instantdb.com",websocketURI:"wss://api.instantdb.com/runtime/session"},Ht="_instant_oauth_redirect",Ve="currentUser";function hu({transportType:t,appId:e,apiURI:n,wsURI:r,EventSourceImpl:i}){if(!i)return new Er(`${r}?app_id=${e}`);switch(t){case"ws":return new Er(`${r}?app_id=${e}`);case"sse":return new tu(i,`${n}/runtime/sse?app_id=${e}`);default:throw new Error("Unknown transport type "+t)}}function pu(){return typeof window<"u"||typeof chrome<"u"}const Pr={"set-presence":!0,"set-presence-ok":!0,"refresh-presence":!0,"patch-presence":!0};function yu(t,e){var n;const r=typeof t=="string"?JSON.parse(t):t;if(!((n=r==null?void 0:r.result)===null||n===void 0)&&n.store){const i=In(r.result.attrsStore,r.result.store);if(i){const s=r.result.store;r.result.store=Cn(i,Object.assign(Object.assign({},s),{useDateObjects:e})),r.result.attrsStore=i}}return r}function bu(t,e){const{result:n}=e,i=Ir(e,["result"]);if(n){const s=Object.assign(Object.assign({},n),{store:jn(n.store),attrsStore:n.attrsStore.toJSON()});i.result=s}return i}function _u(t,e){switch(t){case"pendingMutations":return new Map(typeof e=="string"?JSON.parse(e):e);default:return e}}function gu(t,e){switch(t){case"pendingMutations":return[...e.entries()];default:return e}}function Tu(t,e,n){const r=e==null?void 0:e.result,i=n==null?void 0:n.result;return r&&!i&&n&&(n.result=r),n||e}function Mr(t){return[...t].sort((e,n)=>{const[r,i]=e,[s,o]=n,u=i.order||0,a=o.order||0;return u==a?r<s?-1:r>s?1:0:u-a})}class wu{constructor(e,n=rr,r=ir,i,s){var o,u,a;if(this._isOnline=!0,this._isShutdown=!1,this.status=de.CONNECTING,this.queryCbs={},this.queryOnceDfds={},this.authCbs=[],this.attrsCbs=[],this.mutationErrorCbs=[],this.connectionStatusCbs=[],this.mutationDeferredStore=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=new Set,this._onMergeKv=(c,d,f)=>{var l,p;switch(c){case"pendingMutations":{const y=(l=d==null?void 0:d.entries())!==null&&l!==void 0?l:[],b=(p=f==null?void 0:f.entries())!==null&&p!==void 0?p:[],_=new Map([...y,...b]);return(d?this._rewriteMutationsSorted(this.attrs,d):[]).forEach(([g,v])=>{var A;!(!((A=f==null?void 0:f.pendingMutations)===null||A===void 0)&&A.has(g))&&!v["tx-id"]&&this._sendMutation(g,v)}),_}default:return f||d}},this.getPreviousResult=c=>{var d;const f=z(c);return(d=this.dataForQuery(f))===null||d===void 0?void 0:d.data},this.notifyOne=c=>{var d,f;const l=(d=this.queryCbs[c])!==null&&d!==void 0?d:[],p=(f=this._dataForQueryCache[c])===null||f===void 0?void 0:f.data,y=this.dataForQuery(c);y!=null&&y.data&&(this._dataForQueryCache[c]=y,!Ze(y.data,p)&&l.forEach(b=>b.cb(y.data)))},this.notifyOneQueryOnce=c=>{var d,f;const l=(d=this.queryOnceDfds[c])!==null&&d!==void 0?d:[],p=(f=this.dataForQuery(c))===null||f===void 0?void 0:f.data;l.forEach(y=>{this._completeQueryOnce(y.q,c,y.dfd),y.dfd.resolve(p)})},this.notifyQueryError=(c,d)=>{(this.queryCbs[c]||[]).forEach(l=>l.cb({error:d}))},this.pushTx=c=>{this.config.disableValidation||eu(c,this.config.schema);try{const d=vo({attrsStore:this.optimisticAttrs(),schema:this.config.schema,stores:Object.values(this.querySubs.currentValue).map(f=>{var l;return(l=f==null?void 0:f.result)===null||l===void 0?void 0:l.store}),useDateObjects:this.config.useDateObjects},c);return this.pushOps(d)}catch(d){return this.pushOps([],d)}},this.pushOps=(c,d)=>{const f=K(),l=[...this._pendingMutations().values()],p=Math.max(0,...l.map(_=>_.order||0))+1,y={op:"transact","tx-steps":c,created:Date.now(),error:d,order:p};this._updatePendingMutations(_=>{_.set(f,y)});const b=new cr;return this.mutationDeferredStore.set(f,b),this._sendMutation(f,y),this.notifyAll(),b.promise},this._transportOnOpen=c=>{const d=c.target;if(this._transport!==d){this._log.info("[socket][open]",d.id,"skip; this is no longer the current transport");return}this._log.info("[socket][open]",this._transport.id),this._setStatus(de.OPENED),this.getCurrentUser().then(f=>{var l;this._trySend(K(),{op:"init","app-id":this.config.appId,"refresh-token":(l=f.user)===null||l===void 0?void 0:l.refresh_token,versions:this.versions,"__admin-token":this.config.__adminToken})}).catch(f=>{this._log.error("[socket][error]",d.id,f)})},this._transportOnMessage=c=>{const d=c.target,f=c.message;if(this._transport!==d){this._log.info("[socket][message]",d.id,f,"skip; this is no longer the current transport");return}if(!this._wsOk&&d.type==="ws"&&(this._wsOk=!0),this._transportType="ws",Array.isArray(c.message))for(const l of c.message)this._handleReceive(d.id,l);else this._handleReceive(d.id,c.message)},this._transportOnError=c=>{const d=c.target;if(this._transport!==d){this._log.info("[socket][error]",d.id,"skip; this is no longer the current transport");return}this._log.error("[socket][error]",d.id,c)},this._scheduleReconnect=()=>{!this._wsOk&&this._transportType!=="sse"&&(this._transportType="sse",this._reconnectTimeoutMs=0),setTimeout(()=>{if(this._reconnectTimeoutMs=Math.min(this._reconnectTimeoutMs+1e3,1e4),!this._isOnline){this._log.info("[socket][close]",this._transport.id,"we are offline, no need to start socket");return}this._startSocket()},this._reconnectTimeoutMs)},this._transportOnClose=c=>{const d=c.target;if(this._transport!==d){this._log.info("[socket][close]",d.id,"skip; this is no longer the current transport");return}this._setStatus(de.CLOSED);for(const f of Object.values(this._rooms))f.isConnected=!1;if(this._isShutdown){this._log.info("[socket][close]",d.id,"Reactor has been shut down and will not reconnect");return}this._log.info("[socket][close]",d.id,"schedule reconnect, ms =",this._reconnectTimeoutMs),this._scheduleReconnect()},this._EventSource=s,this.config=Object.assign(Object.assign({},lu),e),this.queryCacheLimit=(o=this.config.queryCacheLimit)!==null&&o!==void 0?o:10,this._pendingTxCleanupTimeout=(u=this.config.pendingTxCleanupTimeout)!==null&&u!==void 0?u:du,this._pendingMutationCleanupThreshold=(a=this.config.pendingMutationCleanupThreshold)!==null&&a!==void 0?a:fu,this._log=qo(e.verbose||Bt||or,()=>this._reactorStats()),this.versions=Object.assign(Object.assign({},i||{}),{"@instantdb/core":hr}),this.config.schema&&(this._linkIndex=lr(this.config.schema)),!!pu()){if(!e.appId)throw new Error("Instant must be initialized with an appId.");if(!Oe(e.appId))throw new Error(`Instant must be initialized with a valid appId. \`${e.appId}\` is not a valid uuid.`);typeof BroadcastChannel=="function"&&(this._broadcastChannel=new BroadcastChannel("@instantdb"),this._broadcastChannel.addEventListener("message",c=>F(this,void 0,void 0,function*(){var d;try{if(((d=c.data)===null||d===void 0?void 0:d.type)==="auth"){const f=yield this.getCurrentUser();this.updateUser(f.user)}}catch(f){this._log.error("[error] handle broadcast channel",f)}}))),this._initStorage(n),this._syncTable=new au(this._trySendAuthed.bind(this),new n(this.config.appId,"syncSubs"),{useDateObjects:this.config.useDateObjects},this._log,c=>et(this.ensureAttrs(),c,this.config.enableCardinalityInference,this.config.useDateObjects),()=>this.ensureAttrs()),this._oauthCallbackResponse=this._oauthLoginInit(),this.getCurrentUser(),r.getIsOnline().then(c=>{this._isOnline=c,this._startSocket(),r.listen(d=>{d!==this._isOnline&&(this._log.info("[network] online =",d),this._isOnline=d,this._isOnline?this._startSocket():(this._log.info("Changing status from",this.status,"to",de.CLOSED),this._setStatus(de.CLOSED)))})}),typeof addEventListener<"u"&&(this._beforeUnload=this._beforeUnload.bind(this),addEventListener("beforeunload",this._beforeUnload))}}ensureAttrs(){if(!this.attrs)throw new Error("attrs have not loaded.");return this.attrs}updateSchema(e){this.config=Object.assign(Object.assign({},this.config),{schema:e,cardinalityInference:!!e}),this._linkIndex=e?lr(this.config.schema):null}_reactorStats(){return{inFlightMutationCount:this._inFlightMutationEventIds.size,storedMutationCount:this._pendingMutations().size,transportType:this._transportType}}_onQuerySubLoaded(e){this.kv.waitForKeyToLoad("pendingMutations").then(()=>this.notifyOne(e))}_initStorage(e){this.querySubs=new qt({persister:new e(this.config.appId,"querySubs"),merge:Tu,serialize:bu,parse:(n,r)=>yu(r,this.config.useDateObjects),objectSize:n=>{var r,i,s,o;return(o=(s=(i=(r=n==null?void 0:n.result)===null||r===void 0?void 0:r.store)===null||i===void 0?void 0:i.triples)===null||s===void 0?void 0:s.length)!==null&&o!==void 0?o:0},logger:this._log,preloadEntryCount:10,gc:{maxAgeMs:1e3*60*60*24*7*52,maxEntries:1e3,maxSize:1e6}}),this.querySubs.onKeyLoaded=n=>this._onQuerySubLoaded(n),this.kv=new qt({persister:new e(this.config.appId,"kv"),merge:this._onMergeKv,serialize:gu,parse:_u,objectSize:()=>0,logger:this._log,saveThrottleMs:100,idleCallbackMaxWaitMs:100,gc:null}),this.kv.onKeyLoaded=n=>{n==="pendingMutations"&&this.notifyAll()},this.kv.waitForKeyToLoad("pendingMutations"),this.kv.waitForKeyToLoad(Ve),this._beforeUnloadCbs.push(()=>{this.kv.flush(),this.querySubs.flush()})}_beforeUnload(){for(const e of this._beforeUnloadCbs)e();this._syncTable.beforeUnload()}_finishTransaction(e,n,r){const i=this.mutationDeferredStore.get(n);this.mutationDeferredStore.delete(n);const s=e!=="error"&&e!=="timeout";if(!i&&!s&&console.error("Mutation failed",Object.assign({status:e,eventId:n},r)),!!i)if(s)i.resolve({status:e,eventId:n});else if(r!=null&&r.type){const{status:o}=r,u=Ir(r,["status"]);i.reject(new ot({body:u,status:o??0}))}else i.reject(new Ee((r==null?void 0:r.message)||"Unknown error",r==null?void 0:r.hint))}_setStatus(e,n){this.status=e,this._errorMessage=n,this.notifyConnectionStatusSubs(e)}_flushEnqueuedRoomData(e){var n,r;const i=(r=(n=this._presence[e])===null||n===void 0?void 0:n.result)===null||r===void 0?void 0:r.user,s=this._broadcastQueue[e];if(this._broadcastQueue[e]=[],i&&this._trySetPresence(e,i),s)for(const o of s){const{topic:u,roomType:a,data:c}=o;this._tryBroadcast(e,a,u,c)}}_handleReceive(e,n){var r,i,s,o,u,a;const c=!!this.config.schema&&("cardinalityInference"in this.config?!!this.config.cardinalityInference:!0);switch(Pr[n.op]||this._log.info("[receive]",e,n.op,n),n.op){case"init-ok":{this._setStatus(de.AUTHENTICATED),this._reconnectTimeoutMs=0,this._setAttrs(n.attrs),this._flushPendingMessages(),this._sessionId=n["session-id"];for(const l of Object.keys(this._rooms)){const p=(i=(r=this._presence[l])===null||r===void 0?void 0:r.result)===null||i===void 0?void 0:i.user;this._tryJoinRoom(l,p)}break}case"add-query-exists":{this.notifyOneQueryOnce(z(n.q));break}case"add-query-ok":{const{q:l,result:p}=n,y=z(l);if(!this._hasQueryListeners()&&!this.querySubs.currentValue[y])break;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"],_=(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=fr(p),g=this.ensureAttrs(),v=et(g,w,c,this.config.useDateObjects);this.querySubs.updateInPlace(A=>{if(!A[y]){this._log.info("Missing value in querySubs",{hash:y,q:l});return}A[y].result={store:v,attrsStore:g,pageInfo:b,aggregate:_,processedTxId:n["processed-tx-id"]}}),this._cleanupPendingMutationsQueries(),this.notifyOne(y),this.notifyOneQueryOnce(y),this._cleanupPendingMutationsTimeout();break}case"start-sync-ok":{this._syncTable.onStartSyncOk(n);break}case"sync-load-batch":{this._syncTable.onSyncLoadBatch(n);break}case"sync-init-finish":{this._syncTable.onSyncInitFinish(n);break}case"sync-update-triples":{this._syncTable.onSyncUpdateTriples(n);break}case"refresh-ok":{const{computations:l,attrs:p}=n,y=n["processed-tx-id"];p&&this._setAttrs(p),this._cleanupPendingMutationsTimeout();const b=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations(),y);b!==this._pendingMutations()&&this.kv.updateInPlace(g=>{g.pendingMutations=b});const _=Mr(b.entries()),w=l.map(g=>{var v,A,S,I;const $=g["instaql-query"],D=g["instaql-result"],We=z($),ct=fr(D),dt=this.ensureAttrs(),Zt=et(dt,ct,c,this.config.useDateObjects),{store:ft,attrsStore:se}=this._applyOptimisticUpdates(Zt,dt,_,y),fe=(A=(v=D==null?void 0:D[0])===null||v===void 0?void 0:v.data)===null||A===void 0?void 0:A["page-info"],we=(I=(S=D==null?void 0:D[0])===null||S===void 0?void 0:S.data)===null||I===void 0?void 0:I.aggregate;return{q:$,hash:We,store:ft,attrsStore:se,pageInfo:fe,aggregate:we}});w.forEach(({hash:g,q:v,store:A,attrsStore:S,pageInfo:I,aggregate:$})=>{this.querySubs.updateInPlace(D=>{if(!D[g]){this._log.error("Missing value in querySubs",{hash:g,q:v});return}D[g].result={store:A,attrsStore:S,pageInfo:I,aggregate:$,processedTxId:y}})}),this._cleanupPendingMutationsQueries(),w.forEach(({hash:g})=>{this.notifyOne(g)});break}case"transact-ok":{const{"client-event-id":l,"tx-id":p}=n;this._inFlightMutationEventIds.delete(l);const b=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations()).get(l);if(!b)break;this._updatePendingMutations(w=>{w.set(l,Object.assign(Object.assign({},w.get(l)),{"tx-id":p,confirmed:Date.now()}))});const _=[];for(const w of b["tx-steps"])if(w[0]==="add-attr"){const g=w[1];_.push(g)}if(_.length){const w=Object.values(this.ensureAttrs().attrs);this._setAttrs([...w,..._]),this._setAttrs(_)}this._finishTransaction("synced",l),this._cleanupPendingMutationsTimeout();break}case"patch-presence":{const l=n["room-id"];this._trySetRoomConnected(l,!0),this._patchPresencePeers(l,n.edits),this._notifyPresenceSubs(l);break}case"refresh-presence":{const l=n["room-id"];this._trySetRoomConnected(l,!0),this._setPresencePeers(l,n.data),this._notifyPresenceSubs(l);break}case"server-broadcast":{const l=n["room-id"],p=n.topic;this._trySetRoomConnected(l,!0),this._notifyBroadcastSubs(l,p,n);break}case"join-room-ok":{const l=n["room-id"];if(!this._rooms[l]){this._roomsPendingLeave[l]&&(this._tryLeaveRoom(l),delete this._roomsPendingLeave[l]);break}this._trySetRoomConnected(l,!0),this._flushEnqueuedRoomData(l);break}case"leave-room-ok":{const l=n["room-id"];this._trySetRoomConnected(l,!1);break}case"join-room-error":const d=n["room-id"],f=this._rooms[d];f&&(f.error=n.error),this._notifyPresenceSubs(d);break;case"error":this._handleReceiveError(n);break;default:this._log.info("Uknown op",n.op,n);break}}_pendingMutations(){var e;return(e=this.kv.currentValue.pendingMutations)!==null&&e!==void 0?e:new Map}_updatePendingMutations(e){this.kv.updateInPlace(n=>{var r;const i=(r=n.pendingMutations)!==null&&r!==void 0?r:new Map;n.pendingMutations=i,e(i)})}_handleMutationError(e,n,r){const i=this._pendingMutations().get(n);if(i&&(e!=="timeout"||!i["tx-id"])){this._updatePendingMutations(o=>(o.delete(n),o)),this._inFlightMutationEventIds.delete(n);const s={message:r.message,hint:r.hint};this.notifyAll(),this.notifyAttrsSubs(),this.notifyMutationErrorSubs(s),this._finishTransaction(e,n,r)}}_handleReceiveError(e){var n,r,i,s,o,u,a;console.log("error",e);const c=e["client-event-id"];this._inFlightMutationEventIds.delete(c);const d=this._pendingMutations().get(c),f={message:e.message||"Uh-oh, something went wrong. Ping Joe & Stopa."};if(e.hint&&(f.hint=e.hint),d){this._handleMutationError("error",c,e);return}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"){const y=(i=e["original-event"])===null||i===void 0?void 0:i.q,b=z(y);this.notifyQueryError(z(y),f),this.notifyQueryOnceError(y,b,c,f);return}if(((s=e["original-event"])===null||s===void 0?void 0:s.op)==="init"){if(e.type==="record-not-found"&&((o=e.hint)===null||o===void 0?void 0:o["record-type"])==="app-user"){this.changeCurrentUser(null);return}this._setStatus(de.ERRORED,f),this.notifyAll();return}if(((u=e["original-event"])===null||u===void 0?void 0:u.op)==="resync-table"){this._syncTable.onResyncError(e);return}if(((a=e["original-event"])===null||a===void 0?void 0:a.op)==="start-sync"){this._syncTable.onStartSyncError(e);return}const p=Object.assign({},e);delete p.message,delete p.hint,console.error(e.message,p),e.hint&&console.error(`This error comes with some debugging information. Here it is:
30
+ <%s key={someKey} {...props} />`,un,me,ma,me),ri[me+un]=!0}}return h===i?ba(N):ya(N),N}}function _a(h,T,m){return ii(h,T,m,!0)}function ga(h,T,m){return ii(h,T,m,!1)}var Ta=ga,wa=_a;Me.Fragment=i,Me.jsx=Ta,Me.jsxs=wa}(),Me}var ui={};ui.NODE_ENV==="production"?bt.exports=si():bt.exports=oi();var Be=bt.exports;function z(t){if(typeof t=="number")return(Math.abs(t*2654435761)>>>0).toString(16);if(typeof t=="boolean")return t?"1":"0";if(t===null)return"null";if(t===void 0)return"undefined";if(typeof t=="string"){let e=2166136261;for(let n=0;n<t.length;n++)e^=t.charCodeAt(n),e+=(e<<1)+(e<<4)+(e<<7)+(e<<8)+(e<<24),e=e>>>0;return e.toString(16)}if(Array.isArray(t)){let e=2166136261;for(let n=0;n<t.length;n++){e^=(n+1)*2654435761;const r=z(t[n]);for(let i=0;i<r.length;i++)e^=r.charCodeAt(i),e*=16777619,e=e>>>0}return e.toString(16)}if(typeof t=="object"){let e=2166136261;const n=Object.keys(t).sort();for(let r=0;r<n.length;r++){const i=n[r],s=z(i);e^=parseInt(s,16),e*=16777619,e=e>>>0;const o=z(t[i]);e^=parseInt(o,16),e*=16777619,e=e>>>0}return e.toString(16)}return z(String(t))}const x={Remove:"remove",Replace:"replace",Add:"add"},dn=Symbol.for("__MUTATIVE_PROXY_DRAFT__"),ai=Symbol("__MUTATIVE_RAW_RETURN_SYMBOL__"),Ge=Symbol.iterator,Y={mutable:"mutable",immutable:"immutable"},_t={};function Re(t,e){return t instanceof Map?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function fn(t,e){if(e in t){let n=Reflect.getPrototypeOf(t);for(;n;){const r=Reflect.getOwnPropertyDescriptor(n,e);if(r)return r;n=Reflect.getPrototypeOf(n)}}}function gt(t){return Object.getPrototypeOf(t)===Set.prototype}function Tt(t){return Object.getPrototypeOf(t)===Map.prototype}function J(t){var e;return(e=t.copy)!==null&&e!==void 0?e:t.original}function he(t){return!!E(t)}function E(t){return typeof t!="object"?null:t==null?void 0:t[dn]}function wt(t){var e;const n=E(t);return n?(e=n.copy)!==null&&e!==void 0?e:n.original:t}function ee(t,e){if(!t||typeof t!="object")return!1;let n;return Object.getPrototypeOf(t)===Object.prototype||Array.isArray(t)||t instanceof Map||t instanceof Set||!!(e!=null&&e.mark)&&((n=e.mark(t,Y))===Y.immutable||typeof n=="function")}function ln(t,e=[]){if(Object.hasOwnProperty.call(t,"key")){const n=t.parent.copy,r=E(oe(n,t.key));if(r!==null&&(r==null?void 0:r.original)!==t.original)return null;const i=t.parent.type===3,s=i?Array.from(t.parent.setMap.keys()).indexOf(t.key):t.key;if(!(i&&n.size>s||Re(n,s)))return null;e.push(s)}if(t.parent)return ln(t.parent,e);e.reverse();try{ci(t.copy,e)}catch{return null}return e}function pe(t){return Array.isArray(t)?1:t instanceof Map?2:t instanceof Set?3:0}function oe(t,e){return pe(t)===2?t.get(e):t[e]}function De(t,e,n){pe(t)===2?t.set(e,n):t[e]=n}function mt(t,e){const n=E(t);return(n?J(n):t)[e]}function ue(t,e){return t===e?t!==0||1/t===1/e:t!==t&&e!==e}function vt(t){if(t)for(;t.finalities.revoke.length>0;)t.finalities.revoke.pop()()}function ye(t,e){return e?t:[""].concat(t).map(n=>{const r=`${n}`;return r.indexOf("/")===-1&&r.indexOf("~")===-1?r:r.replace(/~/g,"~0").replace(/\//g,"~1")}).join("/")}function ci(t,e){for(let n=0;n<e.length-1;n+=1){const r=e[n];if(t=oe(pe(t)===3?Array.from(t):t,r),typeof t!="object")throw new Error(`Cannot resolve patch at '${e.join("/")}'.`)}return t}function di(t){const e=Object.create(Object.getPrototypeOf(t));return Reflect.ownKeys(t).forEach(n=>{let r=Reflect.getOwnPropertyDescriptor(t,n);if(r.enumerable&&r.configurable&&r.writable){e[n]=t[n];return}r.writable||(r.writable=!0,r.configurable=!0),(r.get||r.set)&&(r={configurable:!0,writable:!0,enumerable:r.enumerable,value:t[n]}),Reflect.defineProperty(e,n,r)}),e}const fi=Object.prototype.propertyIsEnumerable;function hn(t,e){let n;if(Array.isArray(t))return Array.prototype.concat.call(t);if(t instanceof Set){if(!gt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(t.values())}return Set.prototype.difference?Set.prototype.difference.call(t,new Set):new Set(t.values())}else if(t instanceof Map){if(!Tt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(t)}return new Map(t)}else if(e!=null&&e.mark&&(n=e.mark(t,Y),n!==void 0)&&n!==Y.mutable){if(n===Y.immutable)return di(t);if(typeof n=="function"){if(e.enablePatches||e.enableAutoFreeze)throw new Error("You can't use mark and patches or auto freeze together.");return n()}throw new Error(`Unsupported mark result: ${n}`)}else if(typeof t=="object"&&Object.getPrototypeOf(t)===Object.prototype){const r={};return Object.keys(t).forEach(i=>{r[i]=t[i]}),Object.getOwnPropertySymbols(t).forEach(i=>{fi.call(t,i)&&(r[i]=t[i])}),r}else throw new Error("Please check mark() to ensure that it is a stable marker draftable function.")}function W(t){t.copy||(t.copy=hn(t.original,t.options))}function xe(t){if(!ee(t))return wt(t);if(Array.isArray(t))return t.map(xe);if(t instanceof Map){const n=Array.from(t.entries()).map(([r,i])=>[r,xe(i)]);if(!Tt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(n)}return new Map(n)}if(t instanceof Set){const n=Array.from(t).map(xe);if(!gt(t)){const r=Object.getPrototypeOf(t).constructor;return new r(n)}return new Set(n)}const e=Object.create(Object.getPrototypeOf(t));for(const n in t)e[n]=xe(t[n]);return e}function Qe(t){return he(t)?xe(t):t}function re(t){var e;t.assignedMap=(e=t.assignedMap)!==null&&e!==void 0?e:new Map,t.operated||(t.operated=!0,t.parent&&re(t.parent))}function pn(){throw new Error("Cannot modify frozen object")}function ve(t,e,n,r,i){{n=n??new WeakMap,r=r??[],i=i??[];const o=n.has(t)?n.get(t):t;if(r.length>0){const u=r.indexOf(o);if(o&&typeof o=="object"&&u!==-1)throw r[0]===o?new Error("Forbids circular reference"):new Error(`Forbids circular reference: ~/${i.slice(0,u).map((a,c)=>{if(typeof a=="symbol")return`[${a.toString()}]`;const d=r[c];return typeof a=="object"&&(d instanceof Map||d instanceof Set)?Array.from(d.keys()).indexOf(a):a}).join("/")}`);r.push(o),i.push(e)}else r.push(o)}if(Object.isFrozen(t)||he(t)){r.pop(),i.pop();return}switch(pe(t)){case 2:for(const[u,a]of t)ve(u,u,n,r,i),ve(a,u,n,r,i);t.set=t.clear=t.delete=pn;break;case 3:for(const u of t)ve(u,u,n,r,i);t.add=t.clear=t.delete=pn;break;case 1:Object.freeze(t);let o=0;for(const u of t)ve(u,o,n,r,i),o+=1;break;default:Object.freeze(t),Object.keys(t).forEach(u=>{const a=t[u];ve(a,u,n,r,i)})}r.pop(),i.pop()}function St(t,e){const n=pe(t);if(n===0)Reflect.ownKeys(t).forEach(r=>{e(r,t[r],t)});else if(n===1){let r=0;for(const i of t)e(r,i,t),r+=1}else t.forEach((r,i)=>e(i,r,t))}function yn(t,e,n){if(he(t)||!ee(t,n)||e.has(t)||Object.isFrozen(t))return;const r=t instanceof Set,i=r?new Map:void 0;if(e.add(t),St(t,(s,o)=>{var u;if(he(o)){const a=E(o);W(a);const c=!((u=a.assignedMap)===null||u===void 0)&&u.size||a.operated?a.copy:a.original;De(r?i:t,s,c)}else yn(o,e,n)}),i){const s=t,o=Array.from(s);s.clear(),o.forEach(u=>{s.add(i.has(u)?i.get(u):u)})}}function li(t,e){const n=t.type===3?t.setMap:t.copy;t.finalities.revoke.length>1&&t.assignedMap.get(e)&&n&&yn(oe(n,e),t.finalities.handledSet,t.options)}function Ot(t){t.type===3&&t.copy&&(t.copy.clear(),t.setMap.forEach(e=>{t.copy.add(wt(e))}))}function At(t,e,n,r){if(t.operated&&t.assignedMap&&t.assignedMap.size>0&&!t.finalized){if(n&&r){const s=ln(t);s&&e(t,s,n,r)}t.finalized=!0}}function Et(t,e,n,r){const i=E(n);i&&(i.callbacks||(i.callbacks=[]),i.callbacks.push((s,o)=>{var u;const a=t.type===3?t.setMap:t.copy;if(ue(oe(a,e),n)){let c=i.original;i.copy&&(c=i.copy),Ot(t),At(t,r,s,o),t.options.enableAutoFreeze&&(t.options.updatedValues=(u=t.options.updatedValues)!==null&&u!==void 0?u:new WeakMap,t.options.updatedValues.set(c,i.original)),De(a,e,c)}}),t.options.enableAutoFreeze&&i.finalities!==t.finalities&&(t.options.enableAutoFreeze=!1)),ee(n,t.options)&&t.finalities.draft.push(()=>{const s=t.type===3?t.setMap:t.copy;ue(oe(s,e),n)&&li(t,e)})}function hi(t,e,n,r,i){let{original:s,assignedMap:o,options:u}=t,a=t.copy;a.length<s.length&&([s,a]=[a,s],[n,r]=[r,n]);for(let c=0;c<s.length;c+=1)if(o.get(c.toString())&&a[c]!==s[c]){const d=e.concat([c]),f=ye(d,i);n.push({op:x.Replace,path:f,value:Qe(a[c])}),r.push({op:x.Replace,path:f,value:Qe(s[c])})}for(let c=s.length;c<a.length;c+=1){const d=e.concat([c]),f=ye(d,i);n.push({op:x.Add,path:f,value:Qe(a[c])})}if(s.length<a.length){const{arrayLengthAssignment:c=!0}=u.enablePatches;if(c){const d=e.concat(["length"]),f=ye(d,i);r.push({op:x.Replace,path:f,value:s.length})}else for(let d=a.length;s.length<d;d-=1){const f=e.concat([d-1]),l=ye(f,i);r.push({op:x.Remove,path:l})}}}function pi({original:t,copy:e,assignedMap:n},r,i,s,o){n.forEach((u,a)=>{const c=oe(t,a),d=Qe(oe(e,a)),f=u?Re(t,a)?x.Replace:x.Add:x.Remove;if(ue(c,d)&&f===x.Replace)return;const l=r.concat(a),p=ye(l,o);i.push(f===x.Remove?{op:f,path:p}:{op:f,path:p,value:d}),s.push(f===x.Add?{op:x.Remove,path:p}:f===x.Remove?{op:x.Add,path:p,value:c}:{op:x.Replace,path:p,value:c})})}function yi({original:t,copy:e},n,r,i,s){let o=0;t.forEach(u=>{if(!e.has(u)){const a=n.concat([o]),c=ye(a,s);r.push({op:x.Remove,path:c,value:u}),i.unshift({op:x.Add,path:c,value:u})}o+=1}),o=0,e.forEach(u=>{if(!t.has(u)){const a=n.concat([o]),c=ye(a,s);r.push({op:x.Add,path:c,value:u}),i.unshift({op:x.Remove,path:c,value:u})}o+=1})}function $e(t,e,n,r){const{pathAsArray:i=!0}=t.options.enablePatches;switch(t.type){case 0:case 2:return pi(t,e,n,r,i);case 1:return hi(t,e,n,r,i);case 3:return yi(t,e,n,r,i)}}const He=(t,e,n=!1)=>{if(typeof t=="object"&&t!==null&&(!ee(t,e)||n))throw new Error("Strict mode: Mutable data cannot be accessed directly, please use 'unsafe(callback)' wrap.")},kt={get size(){return J(E(this)).size},has(t){return J(E(this)).has(t)},set(t,e){const n=E(this),r=J(n);return(!r.has(t)||!ue(r.get(t),e))&&(W(n),re(n),n.assignedMap.set(t,!0),n.copy.set(t,e),Et(n,t,e,$e)),this},delete(t){if(!this.has(t))return!1;const e=E(this);return W(e),re(e),e.original.has(t)?e.assignedMap.set(t,!1):e.assignedMap.delete(t),e.copy.delete(t),!0},clear(){const t=E(this);if(this.size){W(t),re(t),t.assignedMap=new Map;for(const[e]of t.original)t.assignedMap.set(e,!1);t.copy.clear()}},forEach(t,e){const n=E(this);J(n).forEach((r,i)=>{t.call(e,this.get(i),i,this)})},get(t){var e,n;const r=E(this),i=J(r).get(t),s=((n=(e=r.options).mark)===null||n===void 0?void 0:n.call(e,i,Y))===Y.mutable;if(r.options.strict&&He(i,r.options,s),s||r.finalized||!ee(i,r.options)||i!==r.original.get(t))return i;const o=_t.createDraft({original:i,parentDraft:r,key:t,finalities:r.finalities,options:r.options});return W(r),r.copy.set(t,o),o},keys(){return J(E(this)).keys()},values(){const t=this.keys();return{[Ge]:()=>this.values(),next:()=>{const e=t.next();return e.done?e:{done:!1,value:this.get(e.value)}}}},entries(){const t=this.keys();return{[Ge]:()=>this.entries(),next:()=>{const e=t.next();if(e.done)return e;const n=this.get(e.value);return{done:!1,value:[e.value,n]}}}},[Ge](){return this.entries()}},bi=Reflect.ownKeys(kt),bn=(t,e,{isValuesIterator:n})=>()=>{var r,i;const s=e.next();if(s.done)return s;const o=s.value;let u=t.setMap.get(o);const a=E(u),c=((i=(r=t.options).mark)===null||i===void 0?void 0:i.call(r,u,Y))===Y.mutable;if(t.options.strict&&He(o,t.options,c),!c&&!a&&ee(o,t.options)&&!t.finalized&&t.original.has(o)){const d=_t.createDraft({original:o,parentDraft:t,key:o,finalities:t.finalities,options:t.options});t.setMap.set(o,d),u=d}else a&&(u=a.proxy);return{done:!1,value:n?u:[u,u]}},Ye={get size(){return E(this).setMap.size},has(t){const e=E(this);if(e.setMap.has(t))return!0;W(e);const n=E(t);return!!(n&&e.setMap.has(n.original))},add(t){const e=E(this);return this.has(t)||(W(e),re(e),e.assignedMap.set(t,!0),e.setMap.set(t,t),Et(e,t,t,$e)),this},delete(t){if(!this.has(t))return!1;const e=E(this);W(e),re(e);const n=E(t);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))},clear(){if(!this.size)return;const t=E(this);W(t),re(t);for(const e of t.original)t.assignedMap.set(e,!1);t.setMap.clear()},values(){const t=E(this);W(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.values(),next:bn(t,e,{isValuesIterator:!0})}},entries(){const t=E(this);W(t);const e=t.setMap.keys();return{[Symbol.iterator]:()=>this.entries(),next:bn(t,e,{isValuesIterator:!1})}},keys(){return this.values()},[Ge](){return this.values()},forEach(t,e){const n=this.values();let r=n.next();for(;!r.done;)t.call(e,r.value,r.value,this),r=n.next()}};Set.prototype.difference&&Object.assign(Ye,{intersection(t){return Set.prototype.intersection.call(new Set(this.values()),t)},union(t){return Set.prototype.union.call(new Set(this.values()),t)},difference(t){return Set.prototype.difference.call(new Set(this.values()),t)},symmetricDifference(t){return Set.prototype.symmetricDifference.call(new Set(this.values()),t)},isSubsetOf(t){return Set.prototype.isSubsetOf.call(new Set(this.values()),t)},isSupersetOf(t){return Set.prototype.isSupersetOf.call(new Set(this.values()),t)},isDisjointFrom(t){return Set.prototype.isDisjointFrom.call(new Set(this.values()),t)}});const _i=Reflect.ownKeys(Ye),_n=new WeakSet,gn={get(t,e,n){var r,i;const s=(r=t.copy)===null||r===void 0?void 0:r[e];if(s&&_n.has(s))return s;if(e===dn)return t;let o;if(t.options.mark){const c=e==="size"&&(t.original instanceof Map||t.original instanceof Set)?Reflect.get(t.original,e):Reflect.get(t.original,e,n);if(o=t.options.mark(c,Y),o===Y.mutable)return t.options.strict&&He(c,t.options,!0),c}const u=J(t);if(u instanceof Map&&bi.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(kt,"size").get.call(t.proxy);const c=kt[e];if(c)return c.bind(t.proxy)}if(u instanceof Set&&_i.includes(e)){if(e==="size")return Object.getOwnPropertyDescriptor(Ye,"size").get.call(t.proxy);const c=Ye[e];if(c)return c.bind(t.proxy)}if(!Re(u,e)){const c=fn(u,e);return c?"value"in c?c.value:(i=c.get)===null||i===void 0?void 0:i.call(t.proxy):void 0}const a=u[e];if(t.options.strict&&He(a,t.options),t.finalized||!ee(a,t.options))return a;if(a===mt(t.original,e)){if(W(t),t.copy[e]=jt({original:t.original[e],parentDraft:t,key:t.type===1?Number(e):e,finalities:t.finalities,options:t.options}),typeof o=="function"){const c=E(t.copy[e]);return W(c),re(c),c.copy}return t.copy[e]}return a},set(t,e,n){var r;if(t.type===3||t.type===2)throw new Error("Map/Set draft does not support any property assignment.");let i;if(t.type===1&&e!=="length"&&!(Number.isInteger(i=Number(e))&&i>=0&&(e===0||i===0||String(i)===String(e))))throw new Error("Only supports setting array indices and the 'length' property.");const s=fn(J(t),e);if(s!=null&&s.set)return s.set.call(t.proxy,n),!0;const o=mt(J(t),e),u=E(o);return u&&ue(u.original,n)?(t.copy[e]=n,t.assignedMap=(r=t.assignedMap)!==null&&r!==void 0?r:new Map,t.assignedMap.set(e,!1),!0):(ue(n,o)&&(n!==void 0||Re(t.original,e))||(W(t),re(t),Re(t.original,e)&&ue(n,t.original[e])?t.assignedMap.delete(e):t.assignedMap.set(e,!0),t.copy[e]=n,Et(t,e,n,$e)),!0)},has(t,e){return e in J(t)},ownKeys(t){return Reflect.ownKeys(J(t))},getOwnPropertyDescriptor(t,e){const n=J(t),r=Reflect.getOwnPropertyDescriptor(n,e);return r&&{writable:!0,configurable:t.type!==1||e!=="length",enumerable:r.enumerable,value:n[e]}},getPrototypeOf(t){return Reflect.getPrototypeOf(t.original)},setPrototypeOf(){throw new Error("Cannot call 'setPrototypeOf()' on drafts")},defineProperty(){throw new Error("Cannot call 'defineProperty()' on drafts")},deleteProperty(t,e){var n;return t.type===1?gn.set.call(this,t,e,void 0,t.proxy):(mt(t.original,e)!==void 0||e in t.original?(W(t),re(t),t.assignedMap.set(e,!1)):(t.assignedMap=(n=t.assignedMap)!==null&&n!==void 0?n:new Map,t.assignedMap.delete(e)),t.copy&&delete t.copy[e],!0)}};function jt(t){const{original:e,parentDraft:n,key:r,finalities:i,options:s}=t,o=pe(e),u={type:o,finalized:!1,parent:n,original:e,copy:null,proxy:null,finalities:i,options:s,setMap:o===3?new Map(e.entries()):void 0};(r||"key"in t)&&(u.key=r);const{proxy:a,revoke:c}=Proxy.revocable(o===1?Object.assign([],u):u,gn);if(i.revoke.push(c),_n.add(a),u.proxy=a,n){const d=n;d.finalities.draft.push((f,l)=>{var p,y;const b=E(a);let _=d.type===3?d.setMap:d.copy;const w=oe(_,r),g=E(w);if(g){let v=g.original;g.operated&&(v=wt(w)),Ot(g),At(g,$e,f,l),d.options.enableAutoFreeze&&(d.options.updatedValues=(p=d.options.updatedValues)!==null&&p!==void 0?p:new WeakMap,d.options.updatedValues.set(v,g.original)),De(_,r,v)}(y=b.callbacks)===null||y===void 0||y.forEach(v=>{v(f,l)})})}else{const d=E(a);d.finalities.draft.push((f,l)=>{Ot(d),At(d,$e,f,l)})}return a}_t.createDraft=jt;function gi(t,e,n,r,i){var s;const o=E(t),u=(s=o==null?void 0:o.original)!==null&&s!==void 0?s:t,a=!!e.length;if(o!=null&&o.operated)for(;o.finalities.draft.length>0;)o.finalities.draft.pop()(n,r);const c=a?e[0]:o?o.operated?o.copy:o.original:t;return o&&vt(o),i&&ve(c,c,o==null?void 0:o.options.updatedValues),[c,n&&a?[{op:x.Replace,path:[],value:e[0]}]:n,r&&a?[{op:x.Replace,path:[],value:u}]:r]}function Ti(t,e){var n;const r={draft:[],revoke:[],handledSet:new WeakSet};let i,s;e.enablePatches&&(i=[],s=[]);const u=((n=e.mark)===null||n===void 0?void 0:n.call(e,t,Y))===Y.mutable||!ee(t,e)?t:jt({original:t,parentDraft:null,finalities:r,options:e});return[u,(a=[])=>{const[c,d,f]=gi(u,a,i,s,e.enableAutoFreeze);return e.enablePatches?[c,d,f]:c}]}function Ct(t){const{rootDraft:e,value:n,useRawReturn:r=!1,isRoot:i=!0}=t;St(n,(s,o,u)=>{const a=E(o);if(a&&e&&a.finalities===e.finalities){t.isContainDraft=!0;const c=a.original;if(u instanceof Set){const d=Array.from(u);u.clear(),d.forEach(f=>u.add(s===f?c:f))}else De(u,s,c)}else typeof o=="object"&&o!==null&&(t.value=o,t.isRoot=!1,Ct(t))}),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."))}function Tn(t){var e;const n=E(t);if(!ee(t,n==null?void 0:n.options))return t;const r=pe(t);if(n&&!n.operated)return n.original;let i;function s(){i=r===2?Tt(t)?new Map(t):new(Object.getPrototypeOf(t)).constructor(t):r===3?Array.from(n.setMap.values()):hn(t,n==null?void 0:n.options)}if(n){n.finalized=!0;try{s()}finally{n.finalized=!1}}else i=t;if(St(i,(o,u)=>{if(n&&ue(oe(n.original,o),u))return;const a=Tn(u);a!==u&&(i===t&&s(),De(i,o,a))}),r===3){const o=(e=n==null?void 0:n.original)!==null&&e!==void 0?e:i;return gt(o)?new Set(i):new(Object.getPrototypeOf(o)).constructor(i)}return i}function wn(t){if(!he(t))throw new Error(`current() is only used for Draft, parameter: ${t}`);return Tn(t)}const Je=(t=>function e(n,r,i){var s,o,u;if(typeof n=="function"&&typeof r!="function")return function(S,...I){return e(S,$=>n.call(this,$,...I),r)};const a=n,c=r;let d=i;if(typeof r!="function"&&(d=r),d!==void 0&&Object.prototype.toString.call(d)!=="[object Object]")throw new Error(`Invalid options: ${d}, 'options' should be an object.`);d=Object.assign(Object.assign({},t),d);const f=he(a)?wn(a):a,l=Array.isArray(d.mark)?(S,I)=>{for(const $ of d.mark){if(typeof $!="function")throw new Error(`Invalid mark: ${$}, 'mark' should be a function.`);const D=$(S,I);if(D)return D}}:d.mark,p=(s=d.enablePatches)!==null&&s!==void 0?s:!1,y=(o=d.strict)!==null&&o!==void 0?o:!1,_={enableAutoFreeze:(u=d.enableAutoFreeze)!==null&&u!==void 0?u:!1,mark:l,strict:y,enablePatches:p};if(!ee(f,_)&&typeof f=="object"&&f!==null)throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");const[w,g]=Ti(f,_);if(typeof r!="function"){if(!ee(f,_))throw new Error("Invalid base state: create() only supports plain objects, arrays, Set, Map or using mark() to mark the state as immutable.");return[w,g]}let v;try{v=c(w)}catch(S){throw vt(E(w)),S}const A=S=>{const I=E(w);if(!he(S)){if(S!==void 0&&!ue(S,w)&&(I!=null&&I.operated))throw new Error("Either the value is returned as a new non-draft value, or only the draft is modified without returning any value.");const D=S==null?void 0:S[ai];if(D){const We=D[0];return _.strict&&typeof S=="object"&&S!==null&&Ct({rootDraft:I,value:S,useRawReturn:!0}),g([We])}if(S!==void 0)return typeof S=="object"&&S!==null&&Ct({rootDraft:I,value:S}),g([S])}if(S===w||S===void 0)return g([]);const $=E(S);if(_===$.options){if($.operated)throw new Error("Cannot return a modified child draft.");return g([wn(S)])}return g([S])};return v instanceof Promise?v.then(A,S=>{throw vt(E(w)),S}):A(v)})();Object.prototype.constructor.toString();function mn(t,e){const n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&Object.keys(t).every(i=>e.hasOwnProperty(i))}function vn(t,e){return Object.keys(t).length===Object.keys(e).length&&Object.keys(t).every(n=>e.hasOwnProperty(n)&&t[n]===e[n])}function Ze(t,e){return typeof t!="object"||typeof e!="object"||t===null||e===null?t===e:mn(t,e)?Object.keys(t).every(n=>Ze(t[n],e[n])):!1}function It(t){if(!Ue(t))return t;const e={};for(const[n,r]of Object.entries(t))r!==void 0&&(e[n]=r);return e}function Sn(t,e){if(!Ue(t)||!Ue(e))return e;const n=Object.assign({},t);for(const r of Object.keys(e)){if(e[r]===void 0)continue;if(e[r]===null){delete n[r];continue}const i=Ue(t[r])&&Ue(e[r]);n[r]=i?Sn(t[r],e[r]):e[r]}return n}function Ue(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function wi(t,e,n){if(!t||e.length===0)return;let r=t||{};for(let s=0;s<e.length-1;s++){const o=e[s];(!(o in r)||typeof r[o]!="object")&&(r[o]=typeof e[s+1]=="number"?[]:{}),r=r[o]}const i=e[e.length-1];Array.isArray(r)&&typeof i=="number"?r.splice(i,0,n):r[i]=n}function On(t,e,n){if(!t||e.length===0)return;let r=t||{};for(let i=0;i<e.length-1;i++){const s=e[i];(!(s in r)||typeof r[s]!="object")&&(r[s]=typeof e[i+1]=="number"?[]:{}),r=r[s]}r[e[e.length-1]]=n}function An(t,e){if(!t||e.length===0)return;const[n,...r]=e;if(n in t){if(r.length===0){Array.isArray(t)?t.splice(n,1):delete t[n];return}An(t[n],r),mi(t[n])&&delete t[n]}}function mi(t){return t&&Object.keys(t).length===0}const En=/ZULU|YEKT|YEKST|YAPT|YAKT|YAKST|XJT|WGT|WGST|WFT|WETDST|WET|WDT|WAT|WAST|WAKT|WADT|VUT|VOLT|VLAT|VLAST|VET|UZT|UZST|UYT|UYST|UTC|UT|ULAT|ULAST|UCT|TVT|TRUT|TOT|TMT|TKT|TJT|TFT|TAHT|SGT|SCT|SAST|SADT|RET|PYT|PYST|PWT|PST|PONT|PMST|PMDT|PKT|PKST|PHT|PGT|PETT|PETST|PET|PDT|OMST|OMSST|NZT|NZST|NZDT|NUT|NST|NPT|NOVT|NOVST|NFT|NDT|MYT|MVT|MUT|MUST|MST|MSK|MSD|MPT|MMT|MHT|MEZ|METDST|MET|MESZ|MEST|MDT|MAWT|MART|MAGT|MAGST|LKT|LINT|LIGT|LHST|LHDT|KST|KRAT|KRAST|KOST|KGT|KGST|KDT|JST|JAYT|IST|IRT|IRKT|IRKST|IOT|IDT|ICT|HST|HKT|GYT|GMT|GILT|GFT|GET|GEST|GAMT|GALT|FNT|FNST|FKT|FKST|FJT|FJST|FET|EST|EGT|EGST|EETDST|EET|EEST|EDT|EAT|EAST|EASST|DDUT|DAVT|CXT|CST|COT|CLT|CLST|CKT|CHUT|CHAST|CHADT|CETDST|CET|CEST|CDT|CCT|CAST|CADT|BTT|BST|BRT|BRST|BRA|BOT|BORT|BNT|BDT|BDST|AZT|AZST|AZOT|AZOST|AWST|AWSST|AST|ART|ARST|ANAT|ANAST|AMT|AMST|ALMT|ALMST|AKST|AKDT|AFT|AEST|AESST|AEDT|ADT|ACWST|ACT|ACST|ACSST|ACDT$/,vi={ZULU:0,YEKT:18e3,YEKST:21600,YAPT:36e3,YAKT:32400,YAKST:32400,XJT:21600,WGT:-10800,WGST:-7200,WFT:43200,WETDST:3600,WET:0,WDT:32400,WAT:3600,WAST:25200,WAKT:43200,WADT:28800,VUT:39600,VOLT:10800,VLAT:36e3,VLAST:36e3,VET:-14400,UZT:18e3,UZST:21600,UYT:-10800,UYST:-7200,UTC:0,UT:0,ULAT:28800,ULAST:32400,UCT:0,TVT:43200,TRUT:36e3,TOT:46800,TMT:18e3,TKT:46800,TJT:18e3,TFT:18e3,TAHT:-36e3,SGT:28800,SCT:14400,SAST:7200,SADT:37800,RET:14400,PYT:-14400,PYST:-10800,PWT:32400,PST:-28800,PONT:39600,PMST:-10800,PMDT:-7200,PKT:18e3,PKST:21600,PHT:28800,PGT:36e3,PETT:43200,PETST:43200,PET:-18e3,PDT:-25200,OMST:21600,OMSST:21600,NZT:43200,NZST:43200,NZDT:46800,NUT:-39600,NST:-12600,NPT:20700,NOVT:25200,NOVST:25200,NFT:-12600,NDT:-9e3,MYT:28800,MVT:18e3,MUT:14400,MUST:18e3,MST:-25200,MSK:10800,MSD:14400,MPT:36e3,MMT:23400,MHT:43200,MEZ:3600,METDST:7200,MET:3600,MESZ:7200,MEST:7200,MDT:-21600,MAWT:18e3,MART:-34200,MAGT:39600,MAGST:39600,LKT:19800,LINT:50400,LIGT:36e3,LHST:37800,LHDT:37800,KST:32400,KRAT:25200,KRAST:25200,KOST:39600,KGT:21600,KGST:21600,KDT:36e3,JST:32400,JAYT:32400,IST:7200,IRT:12600,IRKT:28800,IRKST:28800,IOT:21600,IDT:10800,ICT:25200,HST:-36e3,HKT:28800,GYT:-14400,GMT:0,GILT:43200,GFT:-10800,GET:14400,GEST:14400,GAMT:-32400,GALT:-21600,FNT:-7200,FNST:-3600,FKT:-10800,FKST:-10800,FJT:43200,FJST:46800,FET:10800,EST:-18e3,EGT:-3600,EGST:0,EETDST:10800,EET:7200,EEST:10800,EDT:-14400,EAT:10800,EAST:-21600,EASST:-21600,DDUT:36e3,DAVT:25200,CXT:25200,CST:-21600,COT:-18e3,CLT:-14400,CLST:-10800,CKT:-36e3,CHUT:36e3,CHAST:45900,CHADT:49500,CETDST:7200,CET:3600,CEST:7200,CDT:-18e3,CCT:28800,CAST:34200,CADT:37800,BTT:21600,BST:3600,BRT:-10800,BRST:-7200,BRA:-10800,BOT:-14400,BORT:28800,BNT:28800,BDT:21600,BDST:7200,AZT:14400,AZST:14400,AZOT:-3600,AZOST:0,AWST:28800,AWSST:32400,AST:-14400,ART:-10800,ARST:-10800,ANAT:43200,ANAST:43200,AMT:-14400,AMST:14400,ALMT:21600,ALMST:25200,AKST:-32400,AKDT:-28800,AFT:16200,AEST:36e3,AESST:39600,AEDT:39600,ADT:-10800,ACWST:31500,ACT:-18e3,ACST:34200,ACSST:37800,ACDT:37800};function Si(t){return new Date(t)}function Oi(t){return new Date(t+"Z")}const Ai=/^(\d+)[\./-](\d+)[\./-](\d+)$/;function Ei(t){const e=t.match(Ai);if(!e)return null;const[n,r,i,s]=e;return r<=0||i<=0||s<=0?null:r>999?new Date(Date.UTC(r,i-1,s,0,0,0,0)):new Date(Date.UTC(s,r-1,i,0,0,0,0))}function ki(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function ji(t){const[e,n]=t.split(" ");return new Date(e+"T"+n+"Z")}function Ci(t){return new Date(t)}function Ii(t){const e=/^(\w{3}) (\w{3}) (\d{2}) (\d{4})$/;if(!t.match(e))throw new Error(`Unable to parse \`${t}\` as a date.`);const r=new Date(t+" UTC");return new Date(Date.UTC(r.getUTCFullYear(),r.getUTCMonth(),r.getUTCDate(),0,0,0,0))}function Pi(t){const e=/^(.+T.+)([+-])(\d{2})$/,n=t.match(e);if(n){const[,r,i,s]=n,o=`${r}${i}${s}:00`;return new Date(o)}return null}function Mi(t){const e=/^(\d+)-(\d{1,2})-(\d{1,2})([ T])(.+)$/,n=t.match(e);if(n){const[,r,i,s,o,u]=n,a=i.padStart(2,"0"),c=s.padStart(2,"0"),d=`${r}-${a}-${c}T${u}`;return new Date(d)}return null}function Ri(t){const[e,n]=t.split(", "),[r,i,s]=e.split("/").map(Number),o=n.match(/(\d{1,2}):(\d{2}):(\d{2}) (AM|PM)/);if(!o)throw new Error(`Unable to parse time from: ${t}`);let[,u,a,c,d]=o;return u=Number(u),a=Number(a),c=Number(c),d==="PM"&&u!==12?u+=12:d==="AM"&&u===12&&(u=0),new Date(Date.UTC(s,r-1,i,u,a,c))}function Di(t){switch(t){case"epoch":return new Date(0);case"infinity":case"-infinity":case"today":case"tomorrow":case"yesterday":return null}}function xi(t){const e=t.match(En);if(!e)return null;const[n]=e,r=vi[n],i=new Date(t.replace(En,"Z"));return new Date(i.getTime()-r*1e3)}const $i=[Ei,ji,Ii,Ri,Ci,Oi,Pi,ki,Si,Di,xi,Mi];function Ui(t,e){try{const n=t(e);return n instanceof Date&&!isNaN(n.getTime())?n:null}catch{return null}}function Pt(t){for(const e of $i){const n=Ui(e,t);if(n)return n}return null}function Li(t){try{const e=JSON.parse(t);return typeof e=="string"?Pt(e):null}catch{return null}}function Xe(t){if(t!==void 0){if(t===null)return null;if(t instanceof Date)return t;if(typeof t=="string"){const e=Pt(t)||Li(t)||Pt(t.trim());if(!e)throw new Error(`Unable to parse \`${t}\` as a date.`);return e}else if(typeof t=="number")return new Date(t);throw new Error(`Invalid date value \`${t}\`. Expected a date, number, or string, got type ${typeof t}.`)}}class be{constructor(e,n){this._blobAttrs=null,this._primaryKeys=null,this._forwardIdents=null,this._revIdents=null,this.attrs=e,this.linkIndex=n}resetAttrIndexes(){this._blobAttrs=null,this._primaryKeys=null,this._forwardIdents=null,this._revIdents=null}addAttr(e){this.attrs[e.id]=e,this.resetAttrIndexes()}deleteAttr(e){delete this.attrs[e],this.resetAttrIndexes()}updateAttr(e){const n=this.attrs[e.id];n&&(this.attrs[e.id]=Object.assign(Object.assign({},n),e),this.resetAttrIndexes())}getAttr(e){return this.attrs[e]}get blobAttrs(){if(this._blobAttrs)return this._blobAttrs;this._blobAttrs=new Map;for(const e of Object.values(this.attrs))if(Rt(e)){const[n,r,i]=e["forward-identity"];B(this.blobAttrs,[r,i],e)}return this._blobAttrs}get primaryKeys(){if(this._primaryKeys)return this._primaryKeys;this._primaryKeys=new Map;for(const e of Object.values(this.attrs))if(e["primary?"]){const[n,r]=e["forward-identity"];B(this._primaryKeys,[r],e)}return this._primaryKeys}get forwardIdents(){if(this._forwardIdents)return this._forwardIdents;this._forwardIdents=new Map;for(const e of Object.values(this.attrs)){const n=e["forward-identity"],[r,i,s]=n;B(this._forwardIdents,[i,s],e)}return this._forwardIdents}get revIdents(){if(this._revIdents)return this._revIdents;this._revIdents=new Map;for(const e of Object.values(this.attrs)){const n=e["reverse-identity"];if(n){const[r,i,s]=n;B(this._revIdents,[i,s],e)}}return this._revIdents}toJSON(){return{attrs:this.attrs,linkIndex:this.linkIndex}}}function Fi(t){return t.cardinality==="one"}function Mt(t){return t["value-type"]==="ref"}function Rt(t){return t["value-type"]==="blob"}function Se(t,e){return e.reduce((n,r)=>n&&n.get(r),t)}function te(t,e){if(e.length===0)throw new Error("path must have at least one element");if(e.length===1){t.delete(e[0]);return}const[n,...r]=e;t.has(n)&&te(t.get(n),r)}function B(t,e,n){let r=t;const i=e.length-1;for(let s=0;s<i;s++){const o=e[s];let u=r.get(o);u===void 0&&(u=new Map,r.set(o,u)),r=u}i>-1&&r.set(e[i],n)}function kn(t,e,n){const r=new Map,i=new Map,s=new Map;for(const o of e){let[u,a,c]=o;const d=t.getAttr(a);if(!d){console.warn("no such attr",a,u);continue}d["checked-data-type"]==="date"&&n&&(c=Xe(c),o[2]=c),Mt(d)&&B(s,[c,a,u],o),B(r,[u,a,c],o),B(i,[a,u,c],o)}return{eav:r,aev:i,vae:s}}function jn(t){return{triples:G(t.eav,3),cardinalityInference:t.cardinalityInference,useDateObjects:t.useDateObjects,version:1}}function Cn(t,e){return et(t,e.triples,e.cardinalityInference,e.useDateObjects)}function In(t,e){if(t)return new be(t.attrs,t.linkIndex);if(e&&"__type"in e)return new be(e.attrs,e.linkIndex)}function Ni(t,e){return Se(t.eav,[e])!==void 0}function et(t,e,n,r){const i=kn(t,e,r);return i.cardinalityInference=n,i.useDateObjects=r,i}function Le(t,e){var n,r;let i;if(Array.isArray(e[0])){const[o,u]=e[0],a=t.aev.get(o);if(!a)return null;i=(n=G(a,2).find(d=>d[2]===u))===null||n===void 0?void 0:n[0]}else i=e[0];if(!i)return null;const s=e[2];if(Array.isArray(s)&&s.length===2&&t.aev.get(s[0])){const[o,u]=s,a=t.aev.get(o);if(!a)return null;const d=(r=G(a,2).find(b=>b[2]===u))===null||r===void 0?void 0:r[0];if(!d)return null;const[f,l,p,...y]=e;return[i,l,d,...y]}else{const[o,...u]=e;return[i,...u]}}function Pn(t,e,n){const r=Le(t,n);if(!r)return;const[i,s,o]=r,u=e.getAttr(s);u&&(te(t.eav,[i,s,o]),te(t.aev,[s,i,o]),Mt(u)&&te(t.vae,[o,s,i]))}let Ki=0;function Mn(t,e,n){const[r,i,s]=n;let o;const u=Se(t.eav,[r,i,s]);return u&&(o=u[3]),o||Date.now()*10+Ki++}function Rn(t,e,n){var r;const i=Le(t,n);if(!i)return;let[s,o,u]=i;const a=e.getAttr(o);if(!a)return;a["checked-data-type"]==="date"&&t.useDateObjects&&(u=Xe(u));const c=Se(t.eav,[s,o,u]),d=(r=c==null?void 0:c[3])!==null&&r!==void 0?r:Mn(t,a,i),f=[s,o,u,d];Fi(a)?(B(t.eav,[s,o],new Map([[u,f]])),B(t.aev,[o,s],new Map([[u,f]]))):(B(t.eav,[s,o,u],f),B(t.aev,[o,s,u],f)),Mt(a)&&B(t.vae,[u,o,s],f)}function zi(t,e,n){var r;const i=Le(t,n);if(!i)return;const[s,o,u]=i,a=e.getAttr(o);if(!a)return;if(!Rt(a))throw new Error("merge operation is not supported for links");const c=Se(t.eav,[s,o]);if(!c)return;const d=(r=c.values().next())===null||r===void 0?void 0:r.value;if(!d)return;const f=d[2],l=Sn(f,u),p=[s,o,l,Mn(t,a,d)];B(t.eav,[s,o],new Map([[l,p]])),B(t.aev,[o,s],new Map([[l,p]]))}function Dt(t,e,n){var r,i;const[s,o]=n,u=Le(t,[s]);if(!u)return;const[a]=u,c=t.eav.get(a);if(c){for(const f of c.keys()){const l=e.getAttr(f);l&&l["on-delete-reverse"]==="cascade"&&G(c.get(f),1).forEach(([p,y,b])=>{var _;return Dt(t,e,[b,(_=l["reverse-identity"])===null||_===void 0?void 0:_[1]])}),(!o||!l||((r=l["forward-identity"])===null||r===void 0?void 0:r[1])===o)&&(te(t.aev,[f,a]),te(t.eav,[a,f]))}c.size===0&&te(t.eav,[a])}const d=t.vae.get(a)&&G(t.vae.get(a),2);d&&d.forEach(f=>{var l,p,y;const[b,_,w]=f,g=e.getAttr(_);(!o||!g||((l=g["reverse-identity"])===null||l===void 0?void 0:l[1])===o)&&(te(t.eav,[b,_,w]),te(t.aev,[_,b,w]),te(t.vae,[w,_,b])),g&&g["on-delete"]==="cascade"&&((p=g["reverse-identity"])===null||p===void 0?void 0:p[1])===o&&Dt(t,e,[b,(y=g["forward-identity"])===null||y===void 0?void 0:y[1]])}),((i=t.vae.get(a))===null||i===void 0?void 0:i.size)===0&&te(t.vae,[a])}function Dn(t,e,n){const r=kn(e,n,t.useDateObjects);Object.keys(r).forEach(i=>{t[i]=r[i]})}function Vi(t,[e]){t.addAttr(e)}function xn(t){return G(t.eav,3)}function Wi(t,e,[n]){if(!e.getAttr(n))return;const r=xn(t).filter(([i,s])=>s!==n);e.deleteAttr(n),Dn(t,e,r)}function qi(t,e,[n]){e.getAttr(n.id)&&(e.updateAttr(n),Dn(t,e,xn(t)))}function Bi(t,e,n){const[r,...i]=n;switch(r){case"add-triple":Rn(t,e,i);break;case"deep-merge-triple":zi(t,e,i);break;case"retract-triple":Pn(t,e,i);break;case"delete-entity":Dt(t,e,i);break;case"add-attr":Vi(e,i);break;case"delete-attr":Wi(t,e,i);break;case"update-attr":qi(t,e,i);break;case"restore-attr":break;case"rule-params":break;default:throw new Error(`unhandled transaction action: ${r}`)}}function G(t,e,n=[]){if(!t||e===0)return n;if(e===1){for(const r of t.values())n.push(r);return n}for(const r of t.values())G(r,e-1,n);return n}function tt(t,e,n){var r;const i=[];if(n!=null&&n.hasOwnProperty("$not")){for(const o of e.keys())n.$not!==o&&i.push(e.get(o));return i}if(n!=null&&n.hasOwnProperty("$isNull")){const{attrId:o,isNull:u,reverse:a}=n.$isNull;if(a)for(const c of e.keys()){const d=t.vae.get(c),f=!d||!d.get(o);(u?f:!f)&&i.push(e.get(c))}else{const c=t.aev.get(o);for(const d of e.keys()){const f=!c||((r=c.get(d))===null||r===void 0?void 0:r.get(null))||!c.get(d);(u?f:!f)&&i.push(e.get(d))}}return i}if(n!=null&&n.$comparator)return G(e,1).filter(n.$op);const s=n.in||n.$in||[n];for(const o of s){const u=e.get(o);u&&i.push(u)}return i}function Gi(t,e,n){let r="";return t!==void 0&&(r+="e"),e!==void 0&&(r+="a"),n!==void 0&&(r+="v"),r}function Qi(t,[e,n,r]){var i,s;switch(Gi(e,n,r)){case"e":{const u=t.eav.get(e);return G(u,2)}case"ea":{const u=(i=t.eav.get(e))===null||i===void 0?void 0:i.get(n);return G(u,1)}case"eav":{const u=(s=t.eav.get(e))===null||s===void 0?void 0:s.get(n);return u?tt(t,u,r):[]}case"ev":{const u=t.eav.get(e);if(!u)return[];const a=[];for(const c of u.values())a.push(...tt(t,c,r));return a}case"a":{const u=t.aev.get(n);return G(u,2)}case"av":{const u=t.aev.get(n);if(!u)return[];const a=[];for(const c of u.values())a.push(...tt(t,c,r));return a}case"v":{const u=[];for(const a of t.eav.values())for(const c of a.values())u.push(...tt(t,c,r));return u}default:return G(t.eav,3)}}function Hi(t,e,n){var r;const i={};if(!e)return i;for(const[s,o]of e.entries()){const u=(r=t.eav.get(n))===null||r===void 0?void 0:r.get(o.id),a=G(u,1);for(const c of a)i[s]=c[2]}return i}function L(t,e,n){var r;return(r=t.forwardIdents.get(e))===null||r===void 0?void 0:r.get(n)}function _e(t,e,n){var r;return(r=t.revIdents.get(e))===null||r===void 0?void 0:r.get(n)}function Yi(t,e){return t.blobAttrs.get(e)}function $n(t,e){var n;const r=t.primaryKeys.get(e);return r||((n=t.forwardIdents.get(e))===null||n===void 0?void 0:n.get("id"))}function Ji(t,e,n){const r=Le(t,n);if(!r)return;const[i,s,o]=r;if(e.getAttr(s))return Se(t.eav,[i,s])}function Zi(t,e,n){const r=n.filter(([i,s,o,u,a])=>{if(i!=="add-triple"&&i!=="deep-merge-triple")return!0;const c=a==null?void 0:a.mode;if(c!=="create"&&c!=="update")return!0;let d=!1;const f=e.getAttr(o);if(f){const l=$n(e,f["forward-identity"][1]);d=!!Ji(t,e,[s,l==null?void 0:l.id,s])}return!(c==="create"&&d||c==="update"&&!d)});return Je({store:t,attrsStore:e},i=>{r.forEach(s=>{Bi(i.store,i.attrsStore,s)})},{mark:i=>{if(i instanceof be)return"immutable"}})}function Xi(t){return typeof t=="string"&&t.startsWith("?")}function es(t,e,n){if(n.hasOwnProperty(t)){const r=n[t];return Ln(r,e,n)}return Object.assign(Object.assign({},n),{[t]:e})}function Un(t,e,n){return t===e?n:null}function ts(t){switch(typeof t){case"string":return t.startsWith("?")?es:Un;default:return Un}}const ns=["in","$in","$not","$isNull","$comparator"];function rs(t){for(const e of ns)if(t.hasOwnProperty(e))return!0;return!1}function Ln(t,e,n){return n?typeof t=="object"?rs(t)?n:null:ts(t)(t,e,n):null}function is(t,e,n){return t.reduce((r,i,s)=>{const o=e[s];return Ln(i,o,r)},n)}function ss(t,e,n){return as(t,e,n).map(r=>is(e,r,n)).filter(r=>r)}function os(t,e,n){return e.or?e.or.patterns.flatMap(r=>xt(t,r,n)):e.and?e.and.patterns.reduce((r,i)=>xt(t,i,r),n):n.flatMap(r=>ss(t,e,r))}function xt(t,e,n=[{}]){return e.reduce((r,i)=>os(t,i,r),n)}function $t(t,e){return Array.isArray(e)?e.map(n=>$t(t,n)):Xi(e)?t[e]:e}function us(t,{find:e,where:n}){return xt(t,n).map(i=>$t(i,e))}function as(t,e,n){return Qi(t,$t(n,e))}const cs=/^(?:[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;function Oe(t){return typeof t=="string"&&cs.test(t)}const V=[];for(let t=0;t<256;++t)V.push((t+256).toString(16).slice(1));function ds(t,e=0){return(V[t[e+0]]+V[t[e+1]]+V[t[e+2]]+V[t[e+3]]+"-"+V[t[e+4]]+V[t[e+5]]+"-"+V[t[e+6]]+V[t[e+7]]+"-"+V[t[e+8]]+V[t[e+9]]+"-"+V[t[e+10]]+V[t[e+11]]+V[t[e+12]]+V[t[e+13]]+V[t[e+14]]+V[t[e+15]]).toLowerCase()}let Ut;const fs=new Uint8Array(16);function ls(){if(!Ut){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Ut=crypto.getRandomValues.bind(crypto)}return Ut(fs)}const Fn={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function hs(t,e,n){var i;if(Fn.randomUUID&&!t)return Fn.randomUUID();t=t||{};const r=t.random??((i=t.rng)==null?void 0:i.call(t))??ls();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=r[6]&15|64,r[8]=r[8]&63|128,ds(r)}function Nn(t){const e=t.replace(/-/g,""),n=[];for(let r=0;r<e.length;r+=2)n.push(parseInt(e.substring(r,r+2),16));return n}function ps(t,e){for(let n=0;n<t.length;n++){if(t[n]<e[n])return-1;if(t[n]>e[n])return 1}return 0}function ys(t,e){return ps(Nn(t),Nn(e))}function K(){return hs()}function bs(t,e){return t.localeCompare(e)}function _s(){let t=bs;if(typeof Intl=="object"&&Intl.hasOwnProperty("Collator"))try{t=Intl.Collator("en-US").compare}catch{}return t}const gs=_s();let Ts=0;function Fe(t){return nt(`_${t}`,Ts++)}function nt(t,e){return`?${t}-${e}`}class Ae extends Error{constructor(e){super(e),this.name="AttrNotFoundError"}}function ws(t,e){const n=$n(t,e);if(!n)throw new Ae(`Could not find id attr for ${e}`);return n}function Kn(t,e,n,r){return[ms(t,e,n,r)]}function ms(t,e,n,r){return[t(n,r),ws(e,n).id,t(n,r),t("time",r)]}function vs(t,e,n){return t.map(r=>r===e?n:r)}function zn(t,e,n,r,i){const s=L(e,n,i),o=_e(e,n,i),u=s||o;if(!u)throw new Ae(`Could not find attr for ${[n,i]}`);if(u["value-type"]!=="ref")throw new Error(`Attr ${u.id} is not a ref`);const[a,c]=u["forward-identity"],[d,f]=u["reverse-identity"],l=r+1,p=s?[t(c,r),u.id,t(f,l),Fe("time")]:[t(c,l),u.id,t(f,r),Fe("time")];return[s?f:c,l,p,u,!!s]}function Vn(t,e){if(typeof e!="string")return function(o){return!1};const r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/%/g,".*").replace(/_/g,"."),i=new RegExp(`^${r}$`,t?void 0:"i");return function(o){return typeof o!="string"?!1:i.test(o)}}function Ss(t,e){if(typeof e!="object"||e.hasOwnProperty("$in")||e.hasOwnProperty("in"))return e;const n=t["checked-data-type"]==="date";if(e.hasOwnProperty("$gt"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])>new Date(e.$gt)}:function(i){return i[2]>e.$gt}};if(e.hasOwnProperty("$gte"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])>=new Date(e.$gte)}:function(i){return i[2]>=e.$gte}};if(e.hasOwnProperty("$lt"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])<new Date(e.$lt)}:function(i){return i[2]<e.$lt}};if(e.hasOwnProperty("$lte"))return{$comparator:!0,$op:n?function(i){return new Date(i[2])<=new Date(e.$lte)}:function(i){return i[2]<=e.$lte}};if(e.hasOwnProperty("$like")){const r=Vn(!0,e.$like);return{$comparator:!0,$op:function(s){return r(s[2])}}}if(e.hasOwnProperty("$ilike")){const r=Vn(!1,e.$ilike);return{$comparator:!0,$op:function(s){return r(s[2])}}}return e}function Os(t,e,n,r,i,s){const o=L(e,n,i),u=_e(e,n,i),a=o||u;if(!a)throw new Ae(`No attr for etype = ${n} label = ${i}`);if(s!=null&&s.hasOwnProperty("$isNull")){const c=L(e,n,"id");if(!c)throw new Ae(`No attr for etype = ${n} label = id`);return[t(n,r),c.id,{$isNull:{attrId:a.id,isNull:s.$isNull,reverse:!o}},Fe("time")]}return o?[t(n,r),a.id,Ss(a,s),Fe("time")]:[s,a.id,t(n,r),Fe("time")]}function As(t,e,n,r,i){const[s,o,u]=i.reduce((a,c)=>{const[d,f,l]=a,[p,y,b]=zn(t,e,d,f,c);return[p,y,[...l,b]]},[n,r,[]]);return[s,o,u]}function Lt(t,e,n,r,i,s){const o=i.slice(0,i.length-1),u=i[i.length-1],[a,c,d]=As(t,e,n,r,o),f=Os(t,e,a,c,u,s);return d.concat([f])}function Es(t,e){return e?[e].concat(t):t}function ks([t,e]){return t==="or"&&Array.isArray(e)}function js([t,e]){return t==="and"&&Array.isArray(e)}function Cs(t,e,n){return(r,i)=>{const s=t(r,i);return e==s?s:`${s}-${n}`}}function Wn(t,e,n,r,i,s){const o=t(r,i),u=s.map((a,c)=>{const d=Cs(t,o,c);return Bn(d,n,r,i,a)});return{[e]:{patterns:u,joinSym:o}}}function Is(t){const e=[];for(let n=1;n<=t.length;n++)e.push(t.slice(0,n));return e}function qn(t,e,n,r,i){return Is(i).map(s=>Lt(t,e,n,r,s,{$isNull:!0}))}function Bn(t,e,n,r,i){return Object.entries(i).flatMap(([s,o])=>{if(ks([s,o]))return Wn(t,"or",e,n,r,o);if(js([s,o]))return Wn(t,"and",e,n,r,o);if(s==="$entityIdStartsWith")return[];const u=s.split(".");if(o!=null&&o.hasOwnProperty("$ne")&&(o=Object.assign(Object.assign({},o),{$not:o.$ne}),delete o.$ne),o!=null&&o.hasOwnProperty("$not")){const a=Lt(t,e,n,r,u,o),c=qn(t,e,n,r,u);return[{or:{patterns:[a,...c],joinSym:t(n,r)}}]}return o!=null&&o.hasOwnProperty("$isNull")&&o.$isNull===!0&&u.length>1?[{or:{patterns:qn(t,e,n,r,u),joinSym:t(n,r)}}]:Lt(t,e,n,r,u,o)})}function Ps(t,e,n,r){const i=nt;return r?Bn(i,t,e,n,r).concat(Kn(i,t,e,n)):Kn(i,t,e,n)}function Ms(t,e,n){return[t(e,n),t("time",n)]}function Rs(t,e,n,r,i,s){const[o,u,a,c,d]=zn(t,e,n,r,i),f=vs(a,t(n,r),s);return[o,u,f,c,d]}function Ds(t,e,n,{etype:r,level:i,form:s},o){const u=Object.keys(s).filter(a=>a!=="$");return u.length?Object.entries(o).map(function([c,d]){return u.map(function(p){var y,b,_;const w=!!(e.cardinalityInference&&(!((_=(b=(y=n.linkIndex)===null||y===void 0?void 0:y[r])===null||b===void 0?void 0:b[p])===null||_===void 0)&&_.isSingular));try{const[g,v,A]=Rs(t,n,r,i,p,c),S=Qn(e,n,{etype:g,level:v,form:s[p],join:A}),I=w?S[0]:S;return{[p]:I}}catch(g){if(g instanceof Ae)return{[p]:w?void 0:[]};throw g}}).reduce(function(p,y){return Object.assign(Object.assign({},p),y)},d)}):Object.values(o)}function xs(t,e,n){return n==="string"?gs(t,e):t>e?1:-1}function Ne(t,e,n,r,i){return e===r||e==null&&r==null?ys(t,n):r==null?1:e==null?-1:xs(e,r,i)}function rt([t,e],[n,r],i){return Ne(t,e,n,r,i)}function Ft(t){return t==null?t:new Date(t).getTime()}function $s(t,e,n,r){var i;const[s,o,u,a]=t,c=n==="desc"?1:-1;if(((i=e["forward-identity"])===null||i===void 0?void 0:i[2])==="id")return rt(r,[s,a],null)===c;const[d,f]=r,l=e["checked-data-type"],p=l==="date"?Ft(f):f,y=l==="date"?Ft(u):u;return rt([d,p],[s,y],l)===c}function Us(t,e){const n=e[1];return t.getAttr(n)}function Ls(t,e,n){const r=Object.keys(n)[0];return L(t,e,r)}function Fs(t,e,n,r){if(n)return Us(t,n);if(r)return Ls(t,e,r)}function Ns(t,e,n){var r,i;if(!Array.isArray(n.fields))return Yi(t,e);const s=new Map;for(const o of n.fields){const u=L(t,e,o),a=(r=u==null?void 0:u["forward-identity"])===null||r===void 0?void 0:r[2];a&&Rt(u)&&s.set(a,u)}if(!s.has("id")){const o=L(t,e,"id"),u=(i=o==null?void 0:o["forward-identity"])===null||i===void 0?void 0:i[2];u&&s.set(u,o)}return s}function Ks(t,e,{etype:n,pageInfo:r,dq:i,form:s}){var o,u;const a=(o=s==null?void 0:s.$)===null||o===void 0?void 0:o.order,c=Gn(s),d=zs(s);let f=us(t,i);const l=r==null?void 0:r["start-cursor"],p=Fs(e,n,l,a);if(p&&((u=p==null?void 0:p["forward-identity"])===null||u===void 0?void 0:u[2])!=="id"){const _=p["checked-data-type"]==="date",w=p.id;f=f.map(([g])=>{var v,A,S,I,$;let D=($=(I=(S=(A=(v=t.eav.get(g))===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||$===void 0?void 0:$[2];return _&&(D=Ft(D)),[g,D]})}f.sort(d==="asc"?function(w,g){return rt(w,g,p==null?void 0:p["checked-data-type"])}:function(w,g){return rt(g,w,p==null?void 0:p["checked-data-type"])});let y={};const b=Ns(e,n,i);for(const _ of f){const[w]=_;if(y[w]||!c&&l&&p&&$s(l,p,d,_))continue;const g=Hi(t,b,w);g&&(y[w]=g)}return y}function zs(t){var e;const n=(e=t.$)===null||e===void 0?void 0:e.order;return n&&n[Object.keys(n)[0]]||"asc"}function Gn(t){var e,n,r;const i=(e=t.$)===null||e===void 0?void 0:e.offset,s=(n=t.$)===null||n===void 0?void 0:n.before,o=(r=t.$)===null||r===void 0?void 0:r.after;return!i&&!s&&!o}function Vs(t,e,{etype:n,level:r,form:i,join:s,pageInfo:o}){var u,a,c,d,f;if(!Gn(i)&&(!o||!o["start-cursor"]))return[];const l=Es(Ps(e,n,r,(u=i.$)===null||u===void 0?void 0:u.where),s),p=Ms(nt,n,r),y=(a=i.$)===null||a===void 0?void 0:a.fields,b=Ks(t,e,{etype:n,pageInfo:o,form:i,dq:{where:l,find:p,fields:y}}),_=((c=i.$)===null||c===void 0?void 0:c.limit)||((d=i.$)===null||d===void 0?void 0:d.first)||((f=i.$)===null||f===void 0?void 0:f.last);if(_!=null){r>0&&console.warn("WARNING: Limits in child queries are only run client-side. Data returned from the server will not have a limit.");const w=Object.entries(b);return w.length<=_?b:Object.fromEntries(w.slice(0,_))}return b}function Ws(t,e,n){try{return Vs(t,e,n)}catch(r){if(r instanceof Ae)return{};throw r}}function Qn(t,e,n){const r=Ws(t,e,n);return Ds(nt,t,e,n,r)}function qs(t){const e={};for(const[n,r]of Object.entries(t))e[n]={startCursor:r["start-cursor"],endCursor:r["end-cursor"],hasNextPage:r["has-next-page?"],hasPreviousPage:r["has-previous-page?"]};return e}function Hn({store:t,attrsStore:e,pageInfo:n,aggregate:r},i){const o={data:Object.keys(i).reduce(function(a,c){return r!=null&&r[c]||c==="$$ruleParams"||(a[c]=Qn(t,e,{etype:c,form:i[c],level:0,pageInfo:n==null?void 0:n[c]})),a},{})};return n&&(o.pageInfo=qs(n)),r&&(o.aggregate=r),o}function Bs(){const e={__etype:1,__ops:1,create:1,update:1,link:1,unlink:1,delete:1,merge:1,ruleParams:1};return new Set(Object.keys(e))}const Gs=Bs();function Nt(t,e,n){const r={__etype:t,__ops:n};return new Proxy(r,{get:(i,s)=>{if(s==="__ops")return n;if(s==="__etype")return t;if(Gs.has(s))return(o,u)=>Nt(t,e,[...n,u?[s,t,e,o,u]:[s,t,e,o]])}})}function it(t){return t.startsWith("lookup__")}function Yn(t){const[e,n,...r]=t.split("__");return[n,JSON.parse(r.join("__"))]}function Qs(t){return new Proxy({__etype:t},{get(e,n){if(n==="__etype")return t;const r=n;return it(r)?Nt(t,Yn(r),[]):Nt(t,r,[])}})}function Kt(){return new Proxy({},{get(t,e){return Qs(e)}})}Kt();function Hs(t){return t.__ops}function Ys(t,e){const{attrIdMap:n,refSwapAttrIds:r}=t,i=[];for(const o of e){const u=n[o];if(u)i.push(u);else if(Array.isArray(o)&&o.length==2&&n[o[0]]){const[a,c]=o;i.push([n[a],c])}else i.push(o)}const[s]=e;if((s==="add-triple"||s==="retract-triple")&&r.has(e[2])){const o=i[1];i[1]=i[3],i[3]=o}return i}function Js(t){if(Array.isArray(t))return t;const e=Object.entries(t);if(e.length!==1)throw new Error("lookup must be an object with a single unique attr and value.");return e[0]}function Zs(t,e,n){return n.indexOf(".")!==-1&&!L(t,e,n)}function zt(t){const[e,n,...r]=t.split(".");if(r.length>0||n!=="id")throw new Error(`${t} is not a valid lookup attribute.`);return e}function Xs(t,e,n){if(!Zs(t,e,n))return L(t,e,n);const r=zt(n),i=L(t,e,r)||_e(t,e,r);if(i&&i["value-type"]!=="ref")throw new Error(`${n} does not reference a valid link attribute.`);return i}function Vt(t){return typeof t=="string"&&!it(t)?null:typeof t=="string"&&it(t)?Yn(t):Js(t)}function Q(t,e,n){const r=Vt(n);if(r===null)return n;const[i,s]=r,o=Xs(t,e,i);if(!o||!o["unique?"])throw new Error(`${i} is not a unique attribute.`);return[o.id,s]}function Jn(t,e,n,r){var i;const s=Q(t,e,n);return Array.isArray(s)?[["add-triple",s,(i=L(t,e,"id"))===null||i===void 0?void 0:i.id,s]].concat(r):r}function eo({attrsStore:t},[e,n,r]){const i=Object.entries(r).flatMap(([s,o])=>{const u=Array.isArray(o)?o:[o],a=L(t,e,s),c=_e(t,e,s);return u.map(d=>a?["add-triple",Q(t,e,n),a.id,Q(t,a["reverse-identity"][1],d)]:["add-triple",Q(t,c["forward-identity"][1],d),c==null?void 0:c.id,Q(t,e,n)])});return Jn(t,e,n,i)}function to({attrsStore:t},[e,n,r]){const i=Object.entries(r).flatMap(([s,o])=>{const u=Array.isArray(o)?o:[o],a=L(t,e,s),c=_e(t,e,s);return u.map(d=>a?["retract-triple",Q(t,e,n),a.id,Q(t,a["reverse-identity"][1],d)]:["retract-triple",Q(t,c["forward-identity"][1],d),c.id,Q(t,e,n)])});return Jn(t,e,n,i)}function no(t,e,n,r){var i;if(Array.isArray(r)){const[s,o]=r;for(const u of t||[]){const a=u==null?void 0:u.aev.get(s);if(a){for(const[c,d,f]of G(a,2))if(f===o)return!0}}}else for(const s of t||[]){const o=s==null?void 0:s.eav.get(r);if(o){for(const u of o.keys())if(((i=e.getAttr(u))===null||i===void 0?void 0:i["forward-identity"][1])==n)return!0}}return!1}function Zn({stores:t,attrsStore:e},[n,r,i,s]){return(s==null?void 0:s.upsert)===!1?{mode:"update"}:(s==null?void 0:s.upsert)===!0?null:no(t,e,n,r)?{mode:"update"}:null}function ro(t,e){const{attrsStore:n}=t,[r,i,s,o]=e,u=It(s),a=Q(n,r,i);return[["id",a]].concat(Object.entries(u)).map(([d,f])=>{const l=L(n,r,d);return l["checked-data-type"]==="date"&&t.useDateObjects&&(f=Xe(f)),["add-triple",a,l.id,f,{mode:"create"}]})}function io(t,e){const{attrsStore:n}=t,[r,i,s,o]=e,u=It(s),a=Q(n,r,i),c=Zn(t,[r,a,s,o]);return[["id",a]].concat(Object.entries(u)).map(([f,l])=>{const p=L(n,r,f);return p["checked-data-type"]==="date"&&t.useDateObjects&&(l=Xe(l)),["add-triple",a,p.id,l,...c?[c]:[]]})}function so({attrsStore:t},[e,n]){return[["delete-entity",Q(t,e,n),e]]}function oo(t,e){const{attrsStore:n}=t,[r,i,s,o]=e,u=It(s),a=Q(n,r,i),c=Zn(t,[r,a,s,o]),d=Object.entries(u).map(([l,p])=>{const y=L(n,r,l);return["deep-merge-triple",a,y.id,p,...c?[c]:[]]});return[["add-triple",a,L(n,r,"id").id,a,...c?[c]:[]]].concat(d)}function uo({attrsStore:t},[e,n,r]){return[["rule-params",Q(t,e,n),e,r]]}function ao(t){const[e,n,r,i,s]=t;if(!i)return t;const o=Object.assign({},i);return delete o.id,[e,n,r,o,...s?[s]:[]]}function co(t,e){const[n,...r]=ao(e);switch(n){case"merge":return oo(t,r);case"create":return ro(t,r);case"update":return io(t,r);case"link":return eo(t,r);case"unlink":return to(t,r);case"delete":return so(t,r);case"ruleParams":return uo(t,r);default:throw new Error(`unsupported action ${n}`)}}function fo(t){switch(t){case"string":case"date":case"boolean":case"number":return t;default:return}}function lo(t,e,n){var r,i;const s=(i=(r=t.entities[e])===null||r===void 0?void 0:r.attrs)===null||i===void 0?void 0:i[n];if(n==="id")return null;if(!s)throw new Error(`${e}.${n} does not exist in your schema`);const{unique:o,indexed:u}=s==null?void 0:s.config,a=fo(s==null?void 0:s.valueType);return{"index?":u,"unique?":o,"checked-data-type":a}}function st(t,e,n,r){const i=t?lo(t,e,n):null,s=K(),u=[K(),e,n];return Object.assign(Object.assign({id:s,"forward-identity":u,"value-type":"blob",cardinality:"one","unique?":!1,"index?":!1,isUnsynced:!0},i||{}),r||{})}function ho(t,e,n){return Object.values(t.links).find(s=>s.forward.on===e&&s.forward.label===n||s.reverse.on===e&&s.reverse.label===n)}function po(t,e,n){const r=ho(t,e,n);if(!r)throw new Error(`Couldn't find the link ${e}.${n} in your schema`);const{forward:i,reverse:s}=r;return{"forward-identity":[K(),i.on,i.label],"reverse-identity":[K(),s.on,s.label],cardinality:i.has==="one"?"one":"many","unique?":s.has==="one","on-delete":i.onDelete,"on-delete-reverse":s.onDelete}}function Xn(t,e,n,r){const i=t?po(t,e,n):null,s=K(),o=[K(),e,n],u=[K(),n,e];return Object.assign(Object.assign({id:s,"forward-identity":o,"reverse-identity":u,"value-type":"ref",cardinality:"many","unique?":!1,"index?":!1,isUnsynced:!0},i||{}),r||{})}const yo=new Set(["create","update","merge","link","unlink"]),bo=new Set(["link","unlink"]),_o=new Set(["create","update","merge"]),go=new Set(["link","unlink","create","update","merge","delete","ruleParams"]),Wt={"unique?":!0,"index?":!0},To=Object.assign(Object.assign({},Wt),{cardinality:"one"});function wo(t){const e=[],[n,r,i,s]=t;if(!go.has(n))return e;const o=Vt(i);if(o&&e.push({etype:r,lookupPair:o}),n==="link")for(const[u,a]of Object.entries(s)){const c=Array.isArray(a)?a:[a];for(const d of c){const f=Vt(d);f&&e.push({etype:r,lookupPair:f,linkLabel:u})}}return e}function mo({attrsStore:t,schema:e},n){var r,i;const s=new Set,o=[],u=[];function a(y,b){return L(t,y,b)||o.find(_=>_["forward-identity"][1]===y&&_["forward-identity"][2]===b)}function c(y,b){return _e(t,y,b)||o.find(_=>{var w,g;return((w=_["reverse-identity"])===null||w===void 0?void 0:w[1])===y&&((g=_["reverse-identity"])===null||g===void 0?void 0:g[2])===b})}function d(y){o.push(y),u.push(["add-attr",y]),s.add(y.id)}function f(y){y&&"isUnsynced"in y&&y.isUnsynced&&!s.has(y.id)&&(o.push(y),u.push(["add-attr",y]),s.add(y.id))}function l(y,b){return b.indexOf(".")!==-1&&!a(y,b)}function p(y,b){const _=a(y,b),w=c(y,b);f(_),f(w),!_&&!w&&d(Xn(e,y,b,To))}for(const y of n)for(const{etype:b,lookupPair:_,linkLabel:w}of wo(y)){const g=_[0];if(w){p(b,w);const v=a(b,w),A=c(b,w);f(v),f(A);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;if(l(S,g))p(S,zt(g));else{const I=a(S,g);I||d(st(e,S,g,Wt)),f(I)}}else if(l(b,g))p(b,zt(g));else{const v=a(b,g);v||d(st(e,b,g,Wt)),f(v)}}for(const y of n){const[b,_,w,g]=y;if(yo.has(b)){const v=a(_,"id");f(v),v||d(st(e,_,"id",{"unique?":!0}));for(const A of Object.keys(g)){const S=a(_,A);if(f(S),_o.has(b)&&(S||d(st(e,_,A,A==="id"?{"unique?":!0}:null))),bo.has(b)){const I=c(_,A);!S&&!I&&d(Xn(e,_,A)),f(I)}}}}if(o.length){const y=Object.assign({},t.attrs);for(const b of o)y[b.id]=b;return[new be(y,t.linkIndex),u]}return[t,u]}function vo(t,e){const r=(Array.isArray(e)?e:[e]).flatMap(a=>Hs(a)),[i,s]=mo(t,r),o=Object.assign(Object.assign({},t),{attrsStore:i}),u=r.flatMap(a=>co(o,a));return[...s,...u]}var ie=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};function er(t,e){typeof requestIdleCallback>"u"?t():requestIdleCallback(t,{timeout:e})}const Ke="__meta";class So{constructor(e,n){}}class qt{constructor(e){var n,r;this._subs=[],this._nextSave=null,this._nextGc=null,this._pendingSaveKeys=new Set,this._loadedKeys=new Set,this._version=0,this._meta={isLoading:!0,onLoadCbs:[],value:null,error:null,attempts:0},this._persister=e.persister,this._merge=e.merge,this.serialize=e.serialize,this.parse=e.parse,this._objectSize=e.objectSize,this._log=e.logger,this._saveThrottleMs=(n=e.saveThrottleMs)!==null&&n!==void 0?n:100,this._idleCallbackMaxWaitMs=(r=e.idleCallbackMaxWaitMs)!==null&&r!==void 0?r:1e3,this._gcOpts=e.gc,this.currentValue={},this._loadedKeys=new Set,this._loadingKeys={},this._initMeta(),e.preloadEntryCount&&this._preloadEntries(e.preloadEntryCount)}_initMeta(){return ie(this,void 0,void 0,function*(){var e,n,r;this._meta.loadingPromise&&(yield this._meta.loadingPromise);try{const i=this._persister.getItem(Ke);this._meta.loadingPromise=i;const s=yield i;this._meta.isLoading=!1,this._meta.error=null,this._meta.loadingPromise=null,this._meta.attempts=0;const o=(n=(e=this._meta.value)===null||e===void 0?void 0:e.objects)!==null&&n!==void 0?n:{},u=s??{},a=(r=u.objects)!==null&&r!==void 0?r:{};this._meta.value=Object.assign(Object.assign({},u),{objects:Object.assign(Object.assign({},o),a)})}catch(i){this._meta.error=i,this._meta.attempts++,this._meta.loadingPromise=null}})}_getMeta(){return ie(this,void 0,void 0,function*(){return this._meta.value?this._meta.value:this._meta.loadingPromise?(yield this._meta.loadingPromise,this._meta.value):(this._initMeta(),yield this._meta.loadingPromise,this._meta.value)})}_refreshMeta(){return ie(this,void 0,void 0,function*(){return yield this._initMeta(),this._meta.value})}_preloadEntries(e){return ie(this,void 0,void 0,function*(){const n=yield this.waitForMetaToLoad();if(!n)return;const r=Object.entries(n.objects);r.sort(([i,s],[o,u])=>u.updatedAt-s.updatedAt);for(const[i]of r.slice(0,e))this._loadKey(i)})}_getFromStorage(e){return ie(this,void 0,void 0,function*(){try{const n=yield this._persister.getItem(e);return n&&this.parse(e,n)}catch(n){return console.error(`Unable to read from storage for key=${e}`,n),null}})}waitForKeyToLoad(e){return ie(this,void 0,void 0,function*(){return this._loadedKeys.has(e)?this.currentValue[e]:(yield this._loadingKeys[e]||this._loadKey(e),this.currentValue[e])})}waitForMetaToLoad(){return ie(this,void 0,void 0,function*(){return this._getMeta()})}unloadKey(e){this._loadedKeys.delete(e),delete this._loadingKeys[e],delete this.currentValue[e]}_loadKey(e){return ie(this,void 0,void 0,function*(){if(this._loadedKeys.has(e)||e in this._loadingKeys)return;const n=this._getFromStorage(e);this._loadingKeys[e]=n;const r=yield n;if(delete this._loadingKeys[e],this._loadedKeys.add(e),r){const i=this._merge(e,r,this.currentValue[e]);i&&(this.currentValue[e]=i)}this.onKeyLoaded&&this.onKeyLoaded(e)})}_writeToStorage(e){var n,r;const i=[],s=e==null?void 0:e.skipGc;if(this._meta.isLoading){const p=new Promise((y,b)=>{var _;setTimeout(()=>this._enqueuePersist(e?Object.assign(Object.assign({},e),{attempts:(e.attempts||0)+1}):{attempts:1}).then(y).catch(b),10+((_=e==null?void 0:e.attempts)!==null&&_!==void 0?_:0)*1e3)});return i.push(p),Promise.all(i).then(y=>y.reduce((b,_)=>b+_,0))}const o=this._meta.value;if(!o)return Promise.resolve(0);const u=[],a=[];for(const p of this._pendingSaveKeys)p in this.currentValue?a.push(p):(u.push(p),delete o.objects[p]);for(const p of u){const y=this._persister.removeItem(p);i.push(y.then(()=>1)),this._loadedKeys.delete(p),this._pendingSaveKeys.delete(p)}const c=[],d=[[Ke,o]],f=(n=o.objects)!==null&&n!==void 0?n:{};o.objects=f;for(const p of a)if(this._loadedKeys.has(p)){const y=this.serialize(p,this.currentValue[p]);d.push([p,y]);const b=this._objectSize(y),_=(r=f[p])!==null&&r!==void 0?r:{createdAt:Date.now(),updatedAt:Date.now(),size:b};_.updatedAt=Date.now(),_.size=b,f[p]=_,this._pendingSaveKeys.delete(p)}else c.push(p);const l=this._persister.multiSet(d);i.push(l.then(()=>1));for(const p of c){const y=this._loadKey(p).then(()=>this._enqueuePersist(e));i.push(y)}return s||this.gc(),Promise.all(i).then(p=>p.reduce((y,b)=>y+b,0))}flush(){return ie(this,void 0,void 0,function*(){return this._nextSave?(clearTimeout(this._nextSave),this._nextSave=null,this._writeToStorage()):void 0})}_gc(){return ie(this,void 0,void 0,function*(){if(!this._gcOpts)return;const e=new Set(yield this._persister.getAllKeys());e.delete(Ke);const n=new Set(Object.keys(this.currentValue));for(const l of Object.keys(this._loadingKeys))n.add(l);for(const l of this._loadedKeys)n.add(l);const r=yield this._refreshMeta();if(!r){this._log.info("Could not gc because we were not able to load meta");return}const i=[],s={gcOpts:this._gcOpts,keys:e,sacredKeys:n,removed:[],metaRemoved:[],removedMissingCount:0,removedOldCount:0,removedThresholdCount:0,removedSizeCount:0};for(const l of e)n.has(l)||l in r.objects||(this._log.info("Lost track of key in meta",l),i.push(this._persister.removeItem(l)),s.removed.push(l),s.removedMissingCount++);const o=Date.now();for(const[l,p]of Object.entries(r.objects))!n.has(l)&&p.updatedAt<o-this._gcOpts.maxAgeMs&&(i.push(this._persister.removeItem(l)),delete r.objects[l],s.removed.push(l),s.removedOldCount++);const u=Object.entries(r.objects);u.sort(([l,p],[y,b])=>p.updatedAt-b.updatedAt);const a=u.filter(([l])=>!n.has(l));if(u.length>this._gcOpts.maxEntries)for(const[l]of a.slice(0,u.length-this._gcOpts.maxEntries))i.push(this._persister.removeItem(l)),delete r.objects[l],s.removed.push(l),s.removedThresholdCount++;const c=Object.entries(r.objects);c.sort(([l,p],[y,b])=>p.updatedAt-b.updatedAt);const d=c.filter(([l])=>!n.has(l));let f=c.reduce((l,[p,y])=>l+y.size,0);for(;f>0&&f>this._gcOpts.maxSize&&d.length;){const[[l,p]]=d.splice(0,1);f-=p.size,i.push(this._persister.removeItem(l)),delete r.objects[l],s.removed.push(l),s.removedSizeCount++}for(const l of Object.keys(r.objects))!e.has(l)&&!n.has(l)&&delete r.objects[l];return(s.removed.length||s.metaRemoved.length)&&i.push(this._enqueuePersist({skipGc:!0})),this._log.info("Completed GC",s),yield Promise.all(i),s})}gc(){this._nextGc||(this._nextGc=setTimeout(()=>{er(()=>{this._nextGc=null,this._gc()},30*1e3)},1e3*60+Math.random()*500))}_enqueuePersist(e){return new Promise((n,r)=>{if(this._nextSave){n(0);return}this._nextSave=setTimeout(()=>{er(()=>{this._nextSave=null,this._writeToStorage(e).then(n).catch(r)},this._idleCallbackMaxWaitMs)},this._saveThrottleMs)})}version(){return this._version}updateInPlace(e){this._version++;const[n,r]=Je(this.currentValue,e,{enablePatches:!0});for(const i of r){const s=i.path[0];s&&typeof s=="string"&&(this._pendingSaveKeys.add(s),this._loadedKeys.has(s)||this._loadKey(s))}this.currentValue=n,this._enqueuePersist();for(const i of this._subs)i(this.currentValue);return n}subscribe(e){return this._subs.push(e),e(this.currentValue),()=>{this._subs=this._subs.filter(n=>n!==e)}}}var ae=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};const Oo=6,Ao=["kv","querySubs","syncSubs"];function Eo(t){return function(n){console.error("Error in IndexedDB event",{source:t,event:n})}}function ko(t){return ae(this,void 0,void 0,function*(){return new Promise(e=>{const n=indexedDB.open(t);n.onerror=r=>{e(null)},n.onsuccess=r=>{const s=r.target.result;e(s)},n.onupgradeneeded=r=>{var i;(i=r.target.transaction)===null||i===void 0||i.abort(),e(null)}})})}function jo(t,e,n){return ae(this,void 0,void 0,function*(){const r=typeof e=="string"?JSON.parse(e):e;if(!r)return;const i=new Set;return new Promise((s,o)=>{var u,a,c,d;const f={};for(const[y,b]of Object.entries(r)){const _=typeof b=="string"?JSON.parse(b):b;if(_.lastAccessed){const g={createdAt:_.lastAccessed,updatedAt:_.lastAccessed,size:(d=(c=(a=(u=_.result)===null||u===void 0?void 0:u.store)===null||a===void 0?void 0:a.triples)===null||c===void 0?void 0:c.length)!==null&&d!==void 0?d:0};f[y]=g}const w=n.put(_,y);i.add(w)}const l={objects:f},p=n.put(l,Ke);i.add(p);for(const y of i)y.onsuccess=()=>{i.delete(y),i.size===0&&s()},y.onerror=b=>{o(b)}})})}function tr(t,e,n){return ae(this,void 0,void 0,function*(){const r=n.put(e,t);return new Promise((i,s)=>{r.onsuccess=()=>i(),r.onerror=o=>s(o)})})}function Co(t,e){return ae(this,void 0,void 0,function*(){const n=yield ko(`instant_${t}_5`);if(!n)return;const r=yield new Promise((d,f)=>{const y=n.transaction(["kv"],"readonly").objectStore("kv").openCursor();y.onerror=_=>{f(_)};const b=[];y.onsuccess=()=>{const _=y.result;if(_){const w=_.key,g=_.value;b.push([w,g]),_.continue()}else d(b)},y.onerror=_=>{f(_)}}),i=e.transaction(["kv","querySubs"],"readwrite"),s=i.objectStore("kv"),o=i.objectStore("querySubs"),u=[],a={objects:{}};for(const[d,f]of r)switch(d){case"querySubs":{const l=jo(d,f,o);u.push(l);break}default:{const l=tr(d,f,s);u.push(l);const p={createdAt:Date.now(),updatedAt:Date.now(),size:0};a.objects[d]=p;break}}const c=tr(Ke,a,s);u.push(c),yield Promise.all(u),yield new Promise((d,f)=>{i.oncomplete=l=>d(l),i.onerror=l=>f(l),i.onabort=l=>f(l)})})}const nr=new Map;class rr extends So{constructor(e,n){super(e,n),this.dbName=`instant_${e}_${Oo}`,this._storeName=n,this._appId=e,this._dbPromise=this._init()}_init(){return new Promise((e,n)=>{let r=!1;const i=indexedDB.open(this.dbName,1);i.onerror=s=>{n(s)},i.onsuccess=s=>{const u=s.target.result;if(r){const a=Co(this._appId,u).catch(c=>{Eo("Error upgrading store from version 5 to 6.")(c)});nr.set(this.dbName,a),a.then(()=>e(u)).catch(()=>e(u))}else{const a=nr.get(this.dbName);a?a.then(()=>e(u)).catch(()=>e(u)):e(u)}},i.onupgradeneeded=s=>{r=!0,this._upgradeStore(s)}})}_upgradeStore(e){const r=e.target.result;for(const i of Ao)r.objectStoreNames.contains(i)||r.createObjectStore(i)}getItem(e){return ae(this,void 0,void 0,function*(){const n=yield this._dbPromise;return new Promise((r,i)=>{const u=n.transaction([this._storeName],"readonly").objectStore(this._storeName).get(e);u.onerror=a=>{i(a)},u.onsuccess=a=>{u.result?r(u.result):r(null)}})})}setItem(e,n){return ae(this,void 0,void 0,function*(){const r=yield this._dbPromise;return new Promise((i,s)=>{const a=r.transaction([this._storeName],"readwrite").objectStore(this._storeName).put(n,e);a.onerror=c=>{s(c)},a.onsuccess=c=>{i()}})})}multiSet(e){return ae(this,void 0,void 0,function*(){const n=yield this._dbPromise;return new Promise((r,i)=>{const s=n.transaction([this._storeName],"readwrite"),o=s.objectStore(this._storeName),u=new Set;for(const[a,c]of e){const d=o.put(c,a);u.add(d)}for(const a of u)a.onerror=c=>{s.abort(),i(c)},a.onsuccess=c=>{u.delete(a),u.size===0&&r()}})})}removeItem(e){return ae(this,void 0,void 0,function*(){const n=yield this._dbPromise;return new Promise((r,i)=>{const u=n.transaction([this._storeName],"readwrite").objectStore(this._storeName).delete(e);u.onerror=a=>{i(a)},u.onsuccess=a=>{r()}})})}getAllKeys(){return ae(this,void 0,void 0,function*(){const e=yield this._dbPromise;return new Promise((n,r)=>{const o=e.transaction([this._storeName],"readonly").objectStore(this._storeName).getAllKeys();o.onerror=u=>{r(u)},o.onsuccess=u=>{n(o.result.filter(a=>typeof a=="string"))}})})}}var Io=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};class ir{static getIsOnline(){return Io(this,void 0,void 0,function*(){return navigator.onLine})}static listen(e){const n=()=>{e(!0)},r=()=>{e(!1)};return addEventListener("online",n),addEventListener("offline",r),()=>{removeEventListener("online",n),removeEventListener("offline",r)}}}class Ee extends Error{constructor(e,n){super(e),this.hint=n;const r=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,r),Error.captureStackTrace&&Error.captureStackTrace(this,Ee),this.name="InstantError"}get[Symbol.toStringTag](){return"InstantError"}}var Po=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};class ot extends Ee{constructor(e){var n;const r=((n=e.body)===null||n===void 0?void 0:n.message)||`API Error (${e.status})`;super(r,e.body.hint);const i=new.target.prototype;Object.setPrototypeOf&&Object.setPrototypeOf(this,i),Error.captureStackTrace&&Error.captureStackTrace(this,ot),this.name="InstantAPIError",this.status=e.status,this.body=e.body}get[Symbol.toStringTag](){return"InstantAPIError"}}function ne(t,e){return Po(this,void 0,void 0,function*(){const n=yield fetch(t,e),r=yield n.json();return n.status===200?Promise.resolve(r):Promise.reject(new ot({status:n.status,body:r}))})}var ke=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};function Mo({apiURI:t,appId:e,email:n}){return ne(`${t}/runtime/auth/send_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":e,email:n})})}function Ro(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n,email:r,code:i,refreshToken:s}){return yield ne(`${e}/runtime/auth/verify_magic_code`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(Object.assign({"app-id":n,email:r,code:i},s?{"refresh-token":s}:{}))})})}function Do(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n,refreshToken:r}){return yield ne(`${e}/runtime/auth/verify_refresh_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":n,"refresh-token":r})})})}function xo(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n}){return yield ne(`${e}/runtime/auth/sign_in_guest`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({"app-id":n})})})}function sr(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n,code:r,codeVerifier:i,refreshToken:s}){return yield ne(`${e}/runtime/oauth/token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:n,code:r,code_verifier:i,refresh_token:s})})})}function $o(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n,nonce:r,idToken:i,clientName:s,refreshToken:o}){return yield ne(`${e}/runtime/oauth/id_token`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:n,nonce:r,id_token:i,client_name:s,refresh_token:o})})})}function Uo(t){return ke(this,arguments,void 0,function*({apiURI:e,appId:n,refreshToken:r}){return yield ne(`${e}/runtime/signout`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({app_id:n,refresh_token:r})})})}var ze=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};function Lo(t){return ze(this,arguments,void 0,function*({apiURI:e,appId:n,path:r,file:i,refreshToken:s,contentType:o,contentDisposition:u}){const a={app_id:n,path:r,authorization:`Bearer ${s}`,"content-type":o||i.type};return u&&(a["content-disposition"]=u),yield ne(`${e}/storage/upload`,{method:"PUT",headers:a,body:i})})}function Fo(t){return ze(this,arguments,void 0,function*({apiURI:e,appId:n,path:r,refreshToken:i}){const{data:s}=yield ne(`${e}/storage/files?app_id=${n}&filename=${encodeURIComponent(r)}`,{method:"DELETE",headers:{"content-type":"application/json",authorization:`Bearer ${i}`}});return s})}function No(t){return ze(this,arguments,void 0,function*({apiURI:e,appId:n,fileName:r,refreshToken:i,metadata:s={}}){const{data:o}=yield ne(`${e}/storage/signed-upload-url`,{method:"POST",headers:{"content-type":"application/json",authorization:`Bearer ${i}`},body:JSON.stringify({app_id:n,filename:r})});return o})}function Ko(t,e){return ze(this,void 0,void 0,function*(){return(yield fetch(t,{method:"PUT",body:e,headers:{"Content-Type":e.type}})).ok})}function zo(t){return ze(this,arguments,void 0,function*({apiURI:e,appId:n,path:r,refreshToken:i}){const{data:s}=yield ne(`${e}/storage/signed-download-url?app_id=${n}&filename=${encodeURIComponent(r)}`,{method:"GET",headers:{"content-type":"application/json",authorization:`Bearer ${i}`}});return s})}let Bt=!1,or=!1,ur=!1;typeof window<"u"&&typeof window.localStorage<"u"&&(Bt=!!window.localStorage.getItem("devBackend"),or=!!window.localStorage.getItem("__instantLogging"),ur=!!window.localStorage.getItem("__devtoolLocalDash"));function ar(t,e){if(!e)return t;const n={};return e.forEach(r=>{n[r]=t[r]}),n}function Vo(t,e,n){var r,i;const s={peers:{}};if(e&&"user"in e?e.user:!0){const u=ar((r=t.user)!==null&&r!==void 0?r:{},e==null?void 0:e.keys);s.user=Object.assign(Object.assign({},u),{peerId:n})}for(const u of Object.keys((i=t.peers)!==null&&i!==void 0?i:{})){const a=(e==null?void 0:e.peers)===void 0,c=Array.isArray(e==null?void 0:e.peers)&&(e==null?void 0:e.peers.includes(u));if(a||c){const d=ar(t.peers[u],e==null?void 0:e.keys);s.peers[u]=Object.assign(Object.assign({},d),{peerId:u})}}return s}function Wo(t,e){if(t.isLoading!==e.isLoading||t.error!==e.error||(t.user||e.user)&&(!t.user||!e.user||!vn(t.user,e.user))||!mn(t.peers,e.peers))return!0;for(const r of Object.keys(t.peers))if(!vn(t.peers[r],e.peers[r]))return!0;return!1}class cr{constructor(){this.promise=new Promise((e,n)=>{this._resolve=e,this._reject=n})}resolve(e){this._resolve(e)}reject(e){this._reject(e)}}function dr(t,e=[]){t.forEach(n=>{const{data:r}=n,{"datalog-result":i}=r,{"join-rows":s}=i;for(const o of s)for(const u of o)e.push(u);dr(n["child-nodes"],e)})}function fr(t){const e=[];return dr(t,e),e}function lr(t){return Object.values(t.links).reduce((e,n)=>{var r,i,s,o;return(r=e[s=n.forward.on])!==null&&r!==void 0||(e[s]={}),e[n.forward.on][n.forward.label]={isForward:!0,isSingular:n.forward.has==="one",link:n},(i=e[o=n.reverse.on])!==null&&i!==void 0||(e[o]={}),e[n.reverse.on][n.reverse.label]={isForward:!1,isSingular:n.reverse.has==="one",link:n},e},{})}const hr="v0.22.86-experimental.split-store.20249702529.1";function qo(t,e){return{info:t?(...n)=>console.info(...n,e()):()=>{},debug:t?(...n)=>console.debug(...n,e()):()=>{},error:t?(...n)=>console.error(...n,e()):()=>{}}}class ce{constructor(e,n,r,i={indexed:!1,unique:!1}){this.valueType=e,this.required=n,this.isIndexed=r,this.config=i,this.metadata={}}clientRequired(){return new ce(this.valueType,!1,this.isIndexed,this.config)}optional(){return new ce(this.valueType,!1,this.isIndexed,this.config)}unique(){return new ce(this.valueType,this.required,this.isIndexed,Object.assign(Object.assign({},this.config),{unique:!0}))}indexed(){return new ce(this.valueType,this.required,!0,Object.assign(Object.assign({},this.config),{indexed:!0}))}}class R extends Error{constructor(e,n){const r=n?`At path '${n}': ${e}`:e;super(r),this.name="QueryValidationError"}}const pr=["where","order","limit","last","first","offset","after","before","fields","aggregate"],Bo=t=>t.valueType||"unknown",yr=(t,e,n=!1)=>{if(n||t==null)return!0;switch(e){case"string":return typeof t=="string";case"number":return typeof t=="number"&&!isNaN(t);case"boolean":return typeof t=="boolean";case"date":return t instanceof Date||typeof t=="string"||typeof t=="number";default:return!0}},Go=(t,e,n,r,i,s,o)=>{const u=s.valueType==="json",a=(c,d,f)=>{if(!yr(f,d,u))throw new R(`Invalid value for operator '${c}' on attribute '${r}' in entity '${i}'. Expected ${d}, but received: ${typeof f}`,o)};switch(t){case"in":case"$in":if(!Array.isArray(e))throw new R(`Operator '${t}' for attribute '${r}' in entity '${i}' must be an array, but received: ${typeof e}`,o);for(const c of e)a(t,n,c);break;case"$not":case"$ne":case"$gt":case"$lt":case"$gte":case"$lte":a(t,n,e);break;case"$like":case"$ilike":if(a(t,"string",e),t==="$ilike"&&!s.isIndexed)throw new R(`Operator '${t}' can only be used with indexed attributes, but '${r}' in entity '${i}' is not indexed`,o);break;case"$isNull":a(t,"boolean",e);break;default:throw new R(`Unknown operator '${t}' for attribute '${r}' in entity '${i}'`,o)}},je=(t,e,n,r,i)=>{const s=Bo(n),o=n.valueType==="json";if(typeof t=="object"&&t!==null&&!Array.isArray(t)){if(o)return;const a=t;for(const[c,d]of Object.entries(a))Go(c,d,s,e,r,n,`${i}.${c}`)}else if(!yr(t,s,o))throw new R(`Invalid value for attribute '${e}' in entity '${r}'. Expected ${s}, but received: ${typeof t}`,i)},Qo=(t,e,n,r,i)=>{const s=t.split(".");if(s.length<2)throw new R(`Invalid dot notation path '${t}'. Must contain at least one dot.`,i);let o=n;for(let d=0;d<s.length-1;d++){const f=s[d],l=r.entities[o];if(!l)throw new R(`Entity '${o}' does not exist in schema while traversing dot notation path '${t}'.`,i);const p=l.links[f];if(!p){const y=Object.keys(l.links);throw new R(`Link '${f}' does not exist on entity '${o}' in dot notation path '${t}'. Available links: ${y.length>0?y.join(", "):"none"}`,i)}o=p.entityName}const u=s[s.length-1],a=r.entities[o];if(!a)throw new R(`Target entity '${o}' does not exist in schema for dot notation path '${t}'.`,i);if(u==="id"){if(typeof e=="string"&&!Oe(e))throw new R(`Invalid value for id field in entity '${o}'. Expected a UUID, but received: ${e}`,i);je(e,t,new ce("string",!1,!0),n,i);return}const c=a.attrs[u];if(Object.keys(a.links).includes(u)){if(typeof e=="string"&&!Oe(e))throw new R(`Invalid value for link '${u}' in entity '${o}'. Expected a UUID, but received: ${e}`,i);je(e,t,new ce("string",!1,!0),n,i);return}if(!c){const d=Object.keys(a.attrs);throw new R(`Attribute '${u}' does not exist on entity '${o}' in dot notation path '${t}'. Available attributes: ${d.length>0?d.join(", ")+", id":"id"}`,i)}je(e,t,c,n,i)},br=(t,e,n,r)=>{for(const[i,s]of Object.entries(t)){if(i==="or"||i==="and"){if(Array.isArray(s))for(const c of s)typeof c=="object"&&c!==null&&br(c,e,n,`${r}.${i}[${c}]`);continue}if(i==="id"){je(s,"id",new ce("string",!1,!0),e,`${r}.id`);continue}if(i.includes(".")){Qo(i,s,e,n,`${r}.${i}`);continue}const o=n.entities[e];if(!o)continue;const u=o.attrs[i],a=o.links[i];if(!u&&!a){const c=Object.keys(o.attrs),d=Object.keys(o.links);throw new R(`Attribute or link '${i}' does not exist on entity '${e}'. Available attributes: ${c.length>0?c.join(", "):"none"}. Available links: ${d.length>0?d.join(", "):"none"}`,`${r}.${i}`)}if(u)je(s,i,u,e,`${r}.${i}`);else if(a){if(typeof s=="string"&&!Oe(s))throw new R(`Invalid value for link '${i}' in entity '${e}'. Expected a UUID, but received: ${s}`,`${r}.${i}`);const c=new ce("string",!1,!0);je(s,i,c,e,`${r}.${i}`)}}},Ho=(t,e,n,r,i=0)=>{for(const o of Object.keys(t))if(!pr.includes(o))throw new R(`Invalid query parameter '${o}' in $ object. Valid parameters are: ${pr.join(", ")}. Found: ${o}`,r);const s=["offset","before","after","first","last"];for(const o of s)if(t[o]!==void 0&&i>0)throw new R(`'${o}' can only be used on top-level namespaces. It cannot be used in nested queries.`,r);if(t.where&&n){if(typeof t.where!="object"||t.where===null)throw new R(`'where' clause must be an object in entity '${e}', but received: ${typeof t.where}`,r?`${r}.where`:void 0);br(t.where,e,n,r?`${r}.where`:"where")}},_r=(t,e,n,r,i=0)=>{var s;if(!t||typeof t!="object")throw new R(`Query part for entity '${e}' must be an object, but received: ${typeof t}`,r);for(const o of Object.keys(t))if(o!=="$"){if(n&&!(o in n.entities[e].links)){const a=Object.keys(n.entities[e].links);throw new R(`Link '${o}' does not exist on entity '${e}'. Available links: ${a.length>0?a.join(", "):"none"}`,`${r}.${o}`)}const u=t[o];if(typeof u=="object"&&u!==null){const a=(s=n==null?void 0:n.entities[e].links[o])===null||s===void 0?void 0:s.entityName;a&&_r(u,a,n,`${r}.${o}`,i+1)}}else{const u=t[o];if(typeof u!="object"||u===null)throw new R(`Query parameter '$' must be an object in entity '${e}', but received: ${typeof u}`,`${r}.$`);Ho(u,e,n,`${r}.$`,i)}},gr=(t,e)=>{if(typeof t!="object"||t===null)throw new R(`Query must be an object, but received: ${typeof t}${t===null?" (null)":""}`);if(Array.isArray(t))throw new R(`Query must be an object, but received: ${typeof t}`);const n=t;for(const r of Object.keys(n)){if(Array.isArray(t[r]))throw new R(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(typeof r!="string")throw new R(`Query keys must be strings, but found key of type: ${typeof r}`,r);if(r!=="$$ruleParams"){if(e&&!e.entities[r]){const i=Object.keys(e.entities);throw new R(`Entity '${r}' does not exist in schema. Available entities: ${i.length>0?i.join(", "):"none"}`,r)}_r(n[r],r,e,r,0)}}},Tr=t=>typeof t!="string"?!1:it(t)?!0:Oe(t);class Z extends Error{constructor(e){super(e),this.name="TransactionValidationError"}}const wr=t=>t.length>0?t.join(", "):"none",Yo=(t,e)=>new Z(`Entity '${t}' does not exist in schema. Available entities: ${wr(e)}`),mr={string:t=>typeof t=="string",number:t=>typeof t=="number"&&!isNaN(t),boolean:t=>typeof t=="boolean",date:t=>t instanceof Date||typeof t=="string"||typeof t=="number",json:()=>!0},Jo=(t,e)=>{var n,r;return t==null?!0:(r=(n=mr[e.valueType])===null||n===void 0?void 0:n.call(mr,t))!==null&&r!==void 0?r:!1},vr=(t,e)=>{const n=e.entities[t];if(!n)throw Yo(t,Object.keys(e.entities));return n},Gt=(t,e,n)=>{const r=vr(t,n);if(typeof e!="object"||e===null)throw new Z(`Arguments for data operation on entity '${t}' must be an object, but received: ${typeof e}`);for(const[i,s]of Object.entries(e)){if(i==="id")continue;const o=r.attrs[i];if(o&&!Jo(s,o))throw new Z(`Invalid value for attribute '${i}' in entity '${t}'. Expected ${o.valueType}, but received: ${typeof s}`)}},Sr=(t,e,n)=>{const r=vr(t,n);if(typeof e!="object"||e===null)throw new Z(`Arguments for link operation on entity '${t}' must be an object, but received: ${typeof e}`);for(const[i,s]of Object.entries(e)){if(!r.links[i]){const u=Object.keys(r.links);throw new Z(`Link '${i}' does not exist on entity '${t}'. Available links: ${wr(u)}`)}if(s!=null){if(Array.isArray(s)){for(const u of s)if(!Tr(u))throw new Z(`Invalid entity ID in link '${i}' for entity '${t}'. Expected a UUID or a lookup, but received: ${u}`)}else if(!Tr(s))throw new Z(`Invalid UUID in link '${i}' for entity '${t}'. Expected a UUID, but received: ${s}`)}}},Zo={create:Gt,update:Gt,merge:Gt,link:Sr,unlink:Sr,delete:()=>{}},Xo=(t,e)=>{if(!e)return;const[n,r,i,s]=t;if(!Array.isArray(i)&&!Oe(i))throw new Z(`Invalid id for entity '${r}'. Expected a UUID, but received: ${i}`);if(typeof r!="string")throw new Z(`Entity name must be a string, but received: ${typeof r}`);const o=Zo[n];o&&s!==void 0&&o(r,s,e)},eu=(t,e)=>{const n=Array.isArray(t)?t:[t];for(const r of n){if(!r||typeof r!="object")throw new Z(`Transaction chunk must be an object, but received: ${typeof r}`);if(!Array.isArray(r.__ops))throw new Z(`Transaction chunk must have __ops array, but received: ${typeof r.__ops}`);for(const i of r.__ops){if(!Array.isArray(i))throw new Z(`Transaction operation must be an array, but received: ${typeof i}`);Xo(i,e)}}};var Or=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};let Ar=0;class Er{constructor(e){this.type="ws",this.id=`${this.type}_${Ar++}`,this.conn=new WebSocket(e),this.conn.onopen=n=>{this.onopen&&this.onopen({target:this})},this.conn.onmessage=n=>{this.onmessage&&this.onmessage({target:this,message:JSON.parse(n.data.toString())})},this.conn.onclose=n=>{this.onclose&&this.onclose({target:this})},this.conn.onerror=n=>{this.onerror&&this.onerror({target:this})}}close(){this.conn.close()}isOpen(){var e;return this.conn.readyState===((e=WebSocket.OPEN)!==null&&e!==void 0?e:1)}isConnecting(){var e;return this.conn.readyState===((e=WebSocket.CONNECTING)!==null&&e!==void 0?e:0)}send(e){return this.conn.send(JSON.stringify(e))}}class tu{constructor(e,n){this.type="sse",this.initParams=null,this.sendQueue=[],this.closeFired=!1,this.sseInitTimeout=void 0,this.id=`${this.type}_${Ar++}`,this.url=n,this.ES=e,this.conn=new e(n),this.sseInitTimeout=setTimeout(()=>{this.initParams||this.handleError()},1e4),this.conn.onmessage=r=>{const i=JSON.parse(r.data);if(Array.isArray(i))for(const s of i)this.handleMessage(s);else this.handleMessage(i)},this.conn.onerror=r=>{this.handleError()}}handleMessage(e){if(e.op==="sse-init"){this.initParams={machineId:e["machine-id"],sessionId:e["session-id"],sseToken:e["sse-token"]},this.onopen&&this.onopen({target:this}),clearTimeout(this.sseInitTimeout);return}this.onmessage&&this.onmessage({target:this,message:e})}handleError(){try{this.onerror&&this.onerror({target:this})}finally{this.handleClose()}}handleClose(){this.conn.close(),this.onclose&&!this.closeFired&&(this.closeFired=!0,this.onclose({target:this}))}postMessages(e){return Or(this,void 0,void 0,function*(){var n,r,i;try{(yield fetch(this.url,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({machine_id:(n=this.initParams)===null||n===void 0?void 0:n.machineId,session_id:(r=this.initParams)===null||r===void 0?void 0:r.sessionId,sse_token:(i=this.initParams)===null||i===void 0?void 0:i.sseToken,messages:e})})).ok||this.handleError()}catch{this.handleError()}})}flushQueue(){return Or(this,void 0,void 0,function*(){if(this.sendPromise||!this.sendQueue.length)return;const e=this.sendQueue;this.sendQueue=[];const n=this.postMessages(e);this.sendPromise=n,n.then(()=>{this.sendPromise=null,this.flushQueue()})})}send(e){if(!this.isOpen()||!this.initParams)throw this.isConnecting()?new Error("Failed to execute 'send' on 'EventSource': Still in CONNECTING state."):this.conn.readyState===this.ES.CLOSED?new Error("EventSource is already in CLOSING or CLOSED state."):new Error("EventSource is in invalid state.");this.sendQueue.push(e),this.flushQueue()}isOpen(){return this.conn.readyState===this.ES.OPEN&&this.initParams!==null}isConnecting(){return this.conn.readyState===this.ES.CONNECTING||this.conn.readyState===this.ES.OPEN&&this.initParams===null}close(){this.handleClose()}}var kr=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})};function nu(t,e){const n=t.values;if(n){const r=In(n.attrsStore,null);if(r){for(const i of n.entities||[])i.store.useDateObjects=e,i.store=Cn(r,i.store);n.attrsStore=r}}return t}function ru(t,e){var n;if(e.values){const r=[];for(const i of(n=e.values)===null||n===void 0?void 0:n.entities){const s=jn(i.store);r.push(Object.assign(Object.assign({},i),{store:s}))}return Object.assign(Object.assign({},e),{values:{attrsStore:e.values.attrsStore.toJSON(),entities:r}})}else return e}function iu(t,e,n){var r,i;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;return s&&(!o||s>o)?e:o&&(!s||o>s)?n:e||n}function Qt(t,e,n){return Hn({store:e,attrsStore:n,pageInfo:null,aggregate:null},t.query).data[t.table][0]}function jr(t,e,n,r){var i;const s=(i=L(n,t.table,"id"))===null||i===void 0?void 0:i.id;if(!s)return-1;const o=Se(e.eav,[r,s,r]);return o?o[3]:-1}function Cr(t,e,n){for(const{action:r,triple:i}of n)switch(r){case"added":Rn(t,e,i);break;case"removed":Pn(t,e,i);break}}function su(t,e,n){var r,i,s,o;const u={};for(const{action:a,triple:c}of n){const[d,f,l]=c,p=(i=(r=e.getAttr(f))===null||r===void 0?void 0:r["forward-identity"])===null||i===void 0?void 0:i[2];if(!p)continue;const y=(s=u[d])!==null&&s!==void 0?s:{};u[d]=y;const b=(o=y[p])!==null&&o!==void 0?o:{};switch(y[p]=b,a){case"added":b.newValue=l;break;case"removed":b.oldValue===void 0&&(b.oldValue=l);break}}for(const a of Object.keys(u)){const{oldValue:c,newValue:d}=u[a];c===d&&delete u[a]}return u}function ut(t,e){return{[t.table]:e.map(n=>n.entity)}}function ou(t,e){var n;if(t.orderFieldType)return t.orderFieldType;const r=t.orderField==="serverCreatedAt"?"number":(n=L(e(),t.table,t.orderField))===null||n===void 0?void 0:n["checked-data-type"];return t.orderFieldType=r,r}function uu(t,e,n){const r=e;if(t.orderField==="serverCreatedAt"){n.sort(t.orderDirection==="asc"?function(o,u){return Ne(o.entity.id,o.serverCreatedAt,u.entity.id,u.serverCreatedAt,r)}:function(o,u){return Ne(u.entity.id,u.serverCreatedAt,o.entity.id,o.serverCreatedAt,r)});return}const i=t.orderField;n.sort(t.orderDirection==="asc"?function(o,u){return Ne(o.entity.id,o.entity[i],u.entity.id,u.entity[i],r)}:function(o,u){return Ne(u.entity.id,u.entity[i],o.entity.id,o.entity[i],r)})}var ge;(function(t){t.InitialSyncBatch="InitialSyncBatch",t.InitialSyncComplete="InitialSyncComplete",t.LoadFromStorage="LoadFromStorage",t.SyncTransaction="SyncTransaction",t.Error="Error"})(ge||(ge={}));class au{constructor(e,n,r,i,s,o){this.callbacks={},this.idToHash={},this.trySend=e,this.config=r,this.log=i,this.createStore=s,this.getAttrs=o,this.subs=new qt({persister:n,merge:iu,serialize:ru,parse:(u,a)=>nu(a,this.config.useDateObjects),objectSize:u=>{var a;return((a=u.values)===null||a===void 0?void 0:a.entities.length)||0},logger:i,gc:{maxAgeMs:1e3*60*60*24*7*52,maxEntries:1e3,maxSize:1e6}})}beforeUnload(){this.subs.flush()}subscribe(e,n){const r=z(e);return this.callbacks[r]=this.callbacks[r]||[],this.callbacks[r].push(n),this.initSubscription(e,r,n),i=>{this.unsubscribe(r,n,i==null?void 0:i.keepSubscription)}}unsubscribe(e,n,r){const i=(this.callbacks[e]||[]).filter(s=>s!==n);if(this.callbacks[e]=i,!i.length){delete this.callbacks[e];const s=this.subs.currentValue[e];s!=null&&s.state&&this.clearSubscriptionData(s.state.subscriptionId,!!r),r||this.subs.updateInPlace(o=>{delete o[e]})}}sendStart(e){this.trySend(K(),{op:"start-sync",q:e})}sendResync(e,n,r){this.idToHash[n.subscriptionId]=e.hash,this.trySend(n.subscriptionId,{op:"resync-table","subscription-id":n.subscriptionId,"tx-id":r,token:n.token})}sendRemove(e,n){this.trySend(K(),{op:"remove-sync","subscription-id":e.subscriptionId,"keep-subscription":n})}initSubscription(e,n,r){return kr(this,void 0,void 0,function*(){var i,s,o,u;yield this.subs.waitForKeyToLoad(n);const a=this.subs.currentValue[n];if(a&&a.state&&a.state.txId){this.sendResync(a,a.state,a.state.txId),!((i=a.values)===null||i===void 0)&&i.entities&&r&&r({type:ge.LoadFromStorage,data:ut(a,(s=a.values)===null||s===void 0?void 0:s.entities)});return}const c=Object.keys(e)[0],d=((u=(o=e[c])===null||o===void 0?void 0:o.$)===null||u===void 0?void 0:u.order)||{serverCreatedAt:"asc"},[f,l]=Object.entries(d)[0];this.subs.updateInPlace(p=>{p[n]={query:e,hash:n,table:c,orderDirection:l,orderField:f,createdAt:Date.now(),updatedAt:Date.now()}}),this.sendStart(e)})}flushPending(){return kr(this,void 0,void 0,function*(){for(const e of Object.keys(this.callbacks)){yield this.subs.waitForKeyToLoad(e);const n=this.subs.currentValue[e];n?yield this.initSubscription(n.query,n.hash):this.log.error("Missing sub for hash in flushPending",e)}})}onStartSyncOk(e){const n=e["subscription-id"],r=e.q,i=z(r);this.idToHash[n]=i,this.subs.updateInPlace(s=>{const o=s[i];if(!o)return this.log.error("Missing sub for hash",i,"subscription-id",n,"query",r),s;o.state={subscriptionId:n,token:e.token}})}notifyCbs(e,n){for(const r of this.callbacks[e]||[])r(n)}onSyncLoadBatch(e){var n;const r=e["subscription-id"],i=e["join-rows"],s=this.idToHash[r];if(!s){this.log.error("Missing hash for subscription",e);return}const o=[],u=this.subs.currentValue[s];if(!u){this.log.error("Missing sub for hash",s,e);return}const a=(n=u.values)!==null&&n!==void 0?n:{entities:[],attrsStore:this.getAttrs()};u.values=a;const c=a.entities;for(const d of i){const f=this.createStore(d),l=Qt(u,f,a.attrsStore);c.push({store:f,entity:l,serverCreatedAt:jr(u,f,a.attrsStore,l.id)}),o.push(l)}this.subs.updateInPlace(d=>{d[s]=u,d[s].updatedAt=Date.now()}),u.values&&this.notifyCbs(s,{type:ge.InitialSyncBatch,data:ut(u,u.values.entities),batch:o})}onSyncInitFinish(e){var n;const r=e["subscription-id"],i=this.idToHash[r];if(!i){this.log.error("Missing hash for subscription",e);return}this.subs.updateInPlace(o=>{const u=o[i];if(!u){this.log.error("Missing sub for hash",i,e);return}const a=u.state;if(!a)return this.log.error("Sub never set init, missing result",u,e),o;a.txId=e["tx-id"],u.updatedAt=Date.now()});const s=this.subs.currentValue[i];s&&this.notifyCbs(i,{type:ge.InitialSyncComplete,data:ut(s,((n=s.values)===null||n===void 0?void 0:n.entities)||[])})}onSyncUpdateTriples(e){var n,r,i;const s=e["subscription-id"],o=this.idToHash[s];if(!o){this.log.error("Missing hash for subscription",e);return}const u=this.subs.currentValue[o];if(!u){this.log.error("Missing sub for hash",o,e);return}const a=u.state;if(!a){this.log.error("Missing state for sub",u,e);return}for(const c of e.txes){if(a.txId&&a.txId>=c["tx-id"])continue;a.txId=c["tx-id"];const d=[],f={};for(const g of c.changes){const v=(n=f[g.triple[0]])!==null&&n!==void 0?n:[];f[g.triple[0]]=v,v.push(g)}const l=(r=u.values)!==null&&r!==void 0?r:{entities:[],attrsStore:this.getAttrs()},p=l.entities;u.values=l;const y=[];e:for(const[g,v]of Object.entries(f))for(let A=0;A<p.length;A++){const S=p[A];if(Ni(S.store,g)){Cr(S.store,l.attrsStore,v);const I=Qt(u,S.store,l.attrsStore),$=su(S.store,l.attrsStore,v)[g];I?(y.push({oldEntity:S.entity,newEntity:I,changedFields:$||{}}),S.entity=I):d.push(A),delete f[g];continue e}}const b=[];for(const[g,v]of Object.entries(f)){const A=this.createStore([]);Cr(A,l.attrsStore,v);const S=Qt(u,A,l.attrsStore);if(!S){this.log.error("No entity found after applying change",{sub:u,changes:v,store:A});continue}p.push({store:A,entity:S,serverCreatedAt:jr(u,A,l.attrsStore,S.id)}),b.push(S)}const _=[];for(const g of d.sort().reverse())_.push(p[g].entity),p.splice(g,1);const w=ou(u,this.getAttrs);uu(u,w,p),this.notifyCbs(o,{type:ge.SyncTransaction,data:ut(u,(i=u.values)===null||i===void 0?void 0:i.entities),added:b,removed:_,updated:y})}this.subs.updateInPlace(c=>{c[o]=u,c[o].updatedAt=Date.now()})}clearSubscriptionData(e,n){const r=this.idToHash[e];if(r){delete this.idToHash[e];const i=this.subs.currentValue[r];if(i.state&&this.sendRemove(i.state,n),n?this.subs.unloadKey(r):this.subs.updateInPlace(s=>{delete s[r]}),i)return i}}onStartSyncError(e){const n=z(e["original-event"].q),r={message:e.message||"Uh-oh, something went wrong. Ping Joe & Stopa.",status:e.status,type:e.type,hint:e.hint},i=Object.keys(e["original-event"].q)[0];this.notifyCbs(n,{type:ge.Error,data:{[i]:[]},error:r})}onResyncError(e){const n=e["original-event"]["subscription-id"],r=this.clearSubscriptionData(n,!1);r&&this.initSubscription(r.query,r.hash)}}var F=function(t,e,n,r){function i(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function u(d){try{c(r.next(d))}catch(f){o(f)}}function a(d){try{c(r.throw(d))}catch(f){o(f)}}function c(d){d.done?s(d.value):i(d.value).then(u,a)}c((r=r.apply(t,e||[])).next())})},Ir=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n};const de={CONNECTING:"connecting",OPENED:"opened",AUTHENTICATED:"authenticated",CLOSED:"closed",ERRORED:"errored"},cu=3e4,du=3e4,fu=200,lu={apiURI:"https://api.instantdb.com",websocketURI:"wss://api.instantdb.com/runtime/session"},Ht="_instant_oauth_redirect",Ve="currentUser";function hu({transportType:t,appId:e,apiURI:n,wsURI:r,EventSourceImpl:i}){if(!i)return new Er(`${r}?app_id=${e}`);switch(t){case"ws":return new Er(`${r}?app_id=${e}`);case"sse":return new tu(i,`${n}/runtime/sse?app_id=${e}`);default:throw new Error("Unknown transport type "+t)}}function pu(){return typeof window<"u"||typeof chrome<"u"}const Pr={"set-presence":!0,"set-presence-ok":!0,"refresh-presence":!0,"patch-presence":!0};function yu(t,e){var n;const r=typeof t=="string"?JSON.parse(t):t;if(!((n=r==null?void 0:r.result)===null||n===void 0)&&n.store){const i=In(r.result.attrsStore,r.result.store);if(i){const s=r.result.store;r.result.store=Cn(i,Object.assign(Object.assign({},s),{useDateObjects:e})),r.result.attrsStore=i}}return r}function bu(t,e){const{result:n}=e,i=Ir(e,["result"]);if(n){const s=Object.assign(Object.assign({},n),{store:jn(n.store),attrsStore:n.attrsStore.toJSON()});i.result=s}return i}function _u(t,e){switch(t){case"pendingMutations":return new Map(typeof e=="string"?JSON.parse(e):e);default:return e}}function gu(t,e){switch(t){case"pendingMutations":return[...e.entries()];default:return e}}function Tu(t,e,n){const r=e==null?void 0:e.result,i=n==null?void 0:n.result;return r&&!i&&n&&(n.result=r),n||e}function Mr(t){return[...t].sort((e,n)=>{const[r,i]=e,[s,o]=n,u=i.order||0,a=o.order||0;return u==a?r<s?-1:r>s?1:0:u-a})}class wu{constructor(e,n=rr,r=ir,i,s){var o,u,a;if(this._isOnline=!0,this._isShutdown=!1,this.status=de.CONNECTING,this.queryCbs={},this.queryOnceDfds={},this.authCbs=[],this.attrsCbs=[],this.mutationErrorCbs=[],this.connectionStatusCbs=[],this.mutationDeferredStore=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=new Set,this._onMergeKv=(c,d,f)=>{var l,p;switch(c){case"pendingMutations":{const y=(l=d==null?void 0:d.entries())!==null&&l!==void 0?l:[],b=(p=f==null?void 0:f.entries())!==null&&p!==void 0?p:[],_=new Map([...y,...b]);return(d?this._rewriteMutationsSorted(this.attrs,d):[]).forEach(([g,v])=>{var A;!(!((A=f==null?void 0:f.pendingMutations)===null||A===void 0)&&A.has(g))&&!v["tx-id"]&&this._sendMutation(g,v)}),_}default:return f||d}},this.getPreviousResult=c=>{var d;const f=z(c);return(d=this.dataForQuery(f))===null||d===void 0?void 0:d.data},this.notifyOne=c=>{var d,f;const l=(d=this.queryCbs[c])!==null&&d!==void 0?d:[],p=(f=this._dataForQueryCache[c])===null||f===void 0?void 0:f.data,y=this.dataForQuery(c);y!=null&&y.data&&(this._dataForQueryCache[c]=y,!Ze(y.data,p)&&l.forEach(b=>b.cb(y.data)))},this.notifyOneQueryOnce=c=>{var d,f;const l=(d=this.queryOnceDfds[c])!==null&&d!==void 0?d:[],p=(f=this.dataForQuery(c))===null||f===void 0?void 0:f.data;l.forEach(y=>{this._completeQueryOnce(y.q,c,y.dfd),y.dfd.resolve(p)})},this.notifyQueryError=(c,d)=>{(this.queryCbs[c]||[]).forEach(l=>l.cb({error:d}))},this.pushTx=c=>{this.config.disableValidation||eu(c,this.config.schema);try{const d=vo({attrsStore:this.optimisticAttrs(),schema:this.config.schema,stores:Object.values(this.querySubs.currentValue).map(f=>{var l;return(l=f==null?void 0:f.result)===null||l===void 0?void 0:l.store}),useDateObjects:this.config.useDateObjects},c);return this.pushOps(d)}catch(d){return this.pushOps([],d)}},this.pushOps=(c,d)=>{const f=K(),l=[...this._pendingMutations().values()],p=Math.max(0,...l.map(_=>_.order||0))+1,y={op:"transact","tx-steps":c,created:Date.now(),error:d,order:p};this._updatePendingMutations(_=>{_.set(f,y)});const b=new cr;return this.mutationDeferredStore.set(f,b),this._sendMutation(f,y),this.notifyAll(),b.promise},this._transportOnOpen=c=>{const d=c.target;if(this._transport!==d){this._log.info("[socket][open]",d.id,"skip; this is no longer the current transport");return}this._log.info("[socket][open]",this._transport.id),this._setStatus(de.OPENED),this.getCurrentUser().then(f=>{var l;this._trySend(K(),{op:"init","app-id":this.config.appId,"refresh-token":(l=f.user)===null||l===void 0?void 0:l.refresh_token,versions:this.versions,"__admin-token":this.config.__adminToken})}).catch(f=>{this._log.error("[socket][error]",d.id,f)})},this._transportOnMessage=c=>{const d=c.target,f=c.message;if(this._transport!==d){this._log.info("[socket][message]",d.id,f,"skip; this is no longer the current transport");return}if(!this._wsOk&&d.type==="ws"&&(this._wsOk=!0),this._transportType="ws",Array.isArray(c.message))for(const l of c.message)this._handleReceive(d.id,l);else this._handleReceive(d.id,c.message)},this._transportOnError=c=>{const d=c.target;if(this._transport!==d){this._log.info("[socket][error]",d.id,"skip; this is no longer the current transport");return}this._log.error("[socket][error]",d.id,c)},this._scheduleReconnect=()=>{!this._wsOk&&this._transportType!=="sse"&&(this._transportType="sse",this._reconnectTimeoutMs=0),setTimeout(()=>{if(this._reconnectTimeoutMs=Math.min(this._reconnectTimeoutMs+1e3,1e4),!this._isOnline){this._log.info("[socket][close]",this._transport.id,"we are offline, no need to start socket");return}this._startSocket()},this._reconnectTimeoutMs)},this._transportOnClose=c=>{const d=c.target;if(this._transport!==d){this._log.info("[socket][close]",d.id,"skip; this is no longer the current transport");return}this._setStatus(de.CLOSED);for(const f of Object.values(this._rooms))f.isConnected=!1;if(this._isShutdown){this._log.info("[socket][close]",d.id,"Reactor has been shut down and will not reconnect");return}this._log.info("[socket][close]",d.id,"schedule reconnect, ms =",this._reconnectTimeoutMs),this._scheduleReconnect()},this._EventSource=s,this.config=Object.assign(Object.assign({},lu),e),this.queryCacheLimit=(o=this.config.queryCacheLimit)!==null&&o!==void 0?o:10,this._pendingTxCleanupTimeout=(u=this.config.pendingTxCleanupTimeout)!==null&&u!==void 0?u:du,this._pendingMutationCleanupThreshold=(a=this.config.pendingMutationCleanupThreshold)!==null&&a!==void 0?a:fu,this._log=qo(e.verbose||Bt||or,()=>this._reactorStats()),this.versions=Object.assign(Object.assign({},i||{}),{"@instantdb/core":hr}),this.config.schema&&(this._linkIndex=lr(this.config.schema)),!!pu()){if(!e.appId)throw new Error("Instant must be initialized with an appId.");if(!Oe(e.appId))throw new Error(`Instant must be initialized with a valid appId. \`${e.appId}\` is not a valid uuid.`);typeof BroadcastChannel=="function"&&(this._broadcastChannel=new BroadcastChannel("@instantdb"),this._broadcastChannel.addEventListener("message",c=>F(this,void 0,void 0,function*(){var d;try{if(((d=c.data)===null||d===void 0?void 0:d.type)==="auth"){const f=yield this.getCurrentUser();this.updateUser(f.user)}}catch(f){this._log.error("[error] handle broadcast channel",f)}}))),this._initStorage(n),this._syncTable=new au(this._trySendAuthed.bind(this),new n(this.config.appId,"syncSubs"),{useDateObjects:this.config.useDateObjects},this._log,c=>et(this.ensureAttrs(),c,this.config.enableCardinalityInference,this.config.useDateObjects),()=>this.ensureAttrs()),this._oauthCallbackResponse=this._oauthLoginInit(),this.getCurrentUser(),r.getIsOnline().then(c=>{this._isOnline=c,this._startSocket(),r.listen(d=>{d!==this._isOnline&&(this._log.info("[network] online =",d),this._isOnline=d,this._isOnline?this._startSocket():(this._log.info("Changing status from",this.status,"to",de.CLOSED),this._setStatus(de.CLOSED)))})}),typeof addEventListener<"u"&&(this._beforeUnload=this._beforeUnload.bind(this),addEventListener("beforeunload",this._beforeUnload))}}ensureAttrs(){if(!this.attrs)throw new Error("attrs have not loaded.");return this.attrs}updateSchema(e){this.config=Object.assign(Object.assign({},this.config),{schema:e,cardinalityInference:!!e}),this._linkIndex=e?lr(this.config.schema):null}_reactorStats(){return{inFlightMutationCount:this._inFlightMutationEventIds.size,storedMutationCount:this._pendingMutations().size,transportType:this._transportType}}_onQuerySubLoaded(e){this.kv.waitForKeyToLoad("pendingMutations").then(()=>this.notifyOne(e))}_initStorage(e){this.querySubs=new qt({persister:new e(this.config.appId,"querySubs"),merge:Tu,serialize:bu,parse:(n,r)=>yu(r,this.config.useDateObjects),objectSize:n=>{var r,i,s,o;return(o=(s=(i=(r=n==null?void 0:n.result)===null||r===void 0?void 0:r.store)===null||i===void 0?void 0:i.triples)===null||s===void 0?void 0:s.length)!==null&&o!==void 0?o:0},logger:this._log,preloadEntryCount:10,gc:{maxAgeMs:1e3*60*60*24*7*52,maxEntries:1e3,maxSize:1e6}}),this.querySubs.onKeyLoaded=n=>this._onQuerySubLoaded(n),this.kv=new qt({persister:new e(this.config.appId,"kv"),merge:this._onMergeKv,serialize:gu,parse:_u,objectSize:()=>0,logger:this._log,saveThrottleMs:100,idleCallbackMaxWaitMs:100,gc:null}),this.kv.onKeyLoaded=n=>{n==="pendingMutations"&&this.notifyAll()},this.kv.waitForKeyToLoad("pendingMutations"),this.kv.waitForKeyToLoad(Ve),this._beforeUnloadCbs.push(()=>{this.kv.flush(),this.querySubs.flush()})}_beforeUnload(){for(const e of this._beforeUnloadCbs)e();this._syncTable.beforeUnload()}_finishTransaction(e,n,r){const i=this.mutationDeferredStore.get(n);this.mutationDeferredStore.delete(n);const s=e!=="error"&&e!=="timeout";if(!i&&!s&&console.error("Mutation failed",Object.assign({status:e,eventId:n},r)),!!i)if(s)i.resolve({status:e,eventId:n});else if(r!=null&&r.type){const{status:o}=r,u=Ir(r,["status"]);i.reject(new ot({body:u,status:o??0}))}else i.reject(new Ee((r==null?void 0:r.message)||"Unknown error",r==null?void 0:r.hint))}_setStatus(e,n){this.status=e,this._errorMessage=n,this.notifyConnectionStatusSubs(e)}_flushEnqueuedRoomData(e){var n,r;const i=(r=(n=this._presence[e])===null||n===void 0?void 0:n.result)===null||r===void 0?void 0:r.user,s=this._broadcastQueue[e];if(this._broadcastQueue[e]=[],i&&this._trySetPresence(e,i),s)for(const o of s){const{topic:u,roomType:a,data:c}=o;this._tryBroadcast(e,a,u,c)}}_handleReceive(e,n){var r,i,s,o,u,a;const c=!!this.config.schema&&("cardinalityInference"in this.config?!!this.config.cardinalityInference:!0);switch(Pr[n.op]||this._log.info("[receive]",e,n.op,n),n.op){case"init-ok":{this._setStatus(de.AUTHENTICATED),this._reconnectTimeoutMs=0,this._setAttrs(n.attrs),this._flushPendingMessages(),this._sessionId=n["session-id"];for(const l of Object.keys(this._rooms)){const p=(i=(r=this._presence[l])===null||r===void 0?void 0:r.result)===null||i===void 0?void 0:i.user;this._tryJoinRoom(l,p)}break}case"add-query-exists":{this.notifyOneQueryOnce(z(n.q));break}case"add-query-ok":{const{q:l,result:p}=n,y=z(l);if(!this._hasQueryListeners()&&!this.querySubs.currentValue[y])break;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"],_=(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=fr(p),g=this.ensureAttrs(),v=et(g,w,c,this.config.useDateObjects);this.querySubs.updateInPlace(A=>{if(!A[y]){this._log.info("Missing value in querySubs",{hash:y,q:l});return}A[y].result={store:v,attrsStore:g,pageInfo:b,aggregate:_,processedTxId:n["processed-tx-id"]}}),this._cleanupPendingMutationsQueries(),this.notifyOne(y),this.notifyOneQueryOnce(y),this._cleanupPendingMutationsTimeout();break}case"start-sync-ok":{this._syncTable.onStartSyncOk(n);break}case"sync-load-batch":{this._syncTable.onSyncLoadBatch(n);break}case"sync-init-finish":{this._syncTable.onSyncInitFinish(n);break}case"sync-update-triples":{this._syncTable.onSyncUpdateTriples(n);break}case"refresh-ok":{const{computations:l,attrs:p}=n,y=n["processed-tx-id"];p&&this._setAttrs(p),this._cleanupPendingMutationsTimeout();const b=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations(),y);b!==this._pendingMutations()&&this.kv.updateInPlace(g=>{g.pendingMutations=b});const _=Mr(b.entries()),w=l.map(g=>{var v,A,S,I;const $=g["instaql-query"],D=g["instaql-result"],We=z($),ct=fr(D),dt=this.ensureAttrs(),Zt=et(dt,ct,c,this.config.useDateObjects),{store:ft,attrsStore:se}=this._applyOptimisticUpdates(Zt,dt,_,y),fe=(A=(v=D==null?void 0:D[0])===null||v===void 0?void 0:v.data)===null||A===void 0?void 0:A["page-info"],we=(I=(S=D==null?void 0:D[0])===null||S===void 0?void 0:S.data)===null||I===void 0?void 0:I.aggregate;return{q:$,hash:We,store:ft,attrsStore:se,pageInfo:fe,aggregate:we}});w.forEach(({hash:g,q:v,store:A,attrsStore:S,pageInfo:I,aggregate:$})=>{this.querySubs.updateInPlace(D=>{if(!D[g]){this._log.error("Missing value in querySubs",{hash:g,q:v});return}D[g].result={store:A,attrsStore:S,pageInfo:I,aggregate:$,processedTxId:y}})}),this._cleanupPendingMutationsQueries(),w.forEach(({hash:g})=>{this.notifyOne(g)});break}case"transact-ok":{const{"client-event-id":l,"tx-id":p}=n;this._inFlightMutationEventIds.delete(l);const b=this._rewriteMutations(this.ensureAttrs(),this._pendingMutations()).get(l);if(!b)break;this._updatePendingMutations(w=>{w.set(l,Object.assign(Object.assign({},w.get(l)),{"tx-id":p,confirmed:Date.now()}))});const _=[];for(const w of b["tx-steps"])if(w[0]==="add-attr"){const g=w[1];_.push(g)}if(_.length){const w=Object.values(this.ensureAttrs().attrs);this._setAttrs([...w,..._]),this._setAttrs(_)}this._finishTransaction("synced",l),this._cleanupPendingMutationsTimeout();break}case"patch-presence":{const l=n["room-id"];this._trySetRoomConnected(l,!0),this._patchPresencePeers(l,n.edits),this._notifyPresenceSubs(l);break}case"refresh-presence":{const l=n["room-id"];this._trySetRoomConnected(l,!0),this._setPresencePeers(l,n.data),this._notifyPresenceSubs(l);break}case"server-broadcast":{const l=n["room-id"],p=n.topic;this._trySetRoomConnected(l,!0),this._notifyBroadcastSubs(l,p,n);break}case"join-room-ok":{const l=n["room-id"];if(!this._rooms[l]){this._roomsPendingLeave[l]&&(this._tryLeaveRoom(l),delete this._roomsPendingLeave[l]);break}this._trySetRoomConnected(l,!0),this._flushEnqueuedRoomData(l);break}case"leave-room-ok":{const l=n["room-id"];this._trySetRoomConnected(l,!1);break}case"join-room-error":const d=n["room-id"],f=this._rooms[d];f&&(f.error=n.error),this._notifyPresenceSubs(d);break;case"error":this._handleReceiveError(n);break;default:this._log.info("Uknown op",n.op,n);break}}_pendingMutations(){var e;return(e=this.kv.currentValue.pendingMutations)!==null&&e!==void 0?e:new Map}_updatePendingMutations(e){this.kv.updateInPlace(n=>{var r;const i=(r=n.pendingMutations)!==null&&r!==void 0?r:new Map;n.pendingMutations=i,e(i)})}_handleMutationError(e,n,r){const i=this._pendingMutations().get(n);if(i&&(e!=="timeout"||!i["tx-id"])){this._updatePendingMutations(o=>(o.delete(n),o)),this._inFlightMutationEventIds.delete(n);const s={message:r.message,hint:r.hint};this.notifyAll(),this.notifyAttrsSubs(),this.notifyMutationErrorSubs(s),this._finishTransaction(e,n,r)}}_handleReceiveError(e){var n,r,i,s,o,u,a;console.log("error",e);const c=e["client-event-id"];this._inFlightMutationEventIds.delete(c);const d=this._pendingMutations().get(c),f={message:e.message||"Uh-oh, something went wrong. Ping Joe & Stopa."};if(e.hint&&(f.hint=e.hint),d){this._handleMutationError("error",c,e);return}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"){const y=(i=e["original-event"])===null||i===void 0?void 0:i.q,b=z(y);this.notifyQueryError(z(y),f),this.notifyQueryOnceError(y,b,c,f);return}if(((s=e["original-event"])===null||s===void 0?void 0:s.op)==="init"){if(e.type==="record-not-found"&&((o=e.hint)===null||o===void 0?void 0:o["record-type"])==="app-user"){this.changeCurrentUser(null);return}this._setStatus(de.ERRORED,f),this.notifyAll();return}if(((u=e["original-event"])===null||u===void 0?void 0:u.op)==="resync-table"){this._syncTable.onResyncError(e);return}if(((a=e["original-event"])===null||a===void 0?void 0:a.op)==="start-sync"){this._syncTable.onStartSyncError(e);return}const p=Object.assign({},e);delete p.message,delete p.hint,console.error(e.message,p),e.hint&&console.error(`This error comes with some debugging information. Here it is:
31
31
  `,e.hint)}notifyQueryOnceError(e,n,r,i){var s;const o=(s=this.queryOnceDfds[n])===null||s===void 0?void 0:s.find(u=>u.eventId===r);o&&(o.dfd.reject(i),this._completeQueryOnce(e,n,o.dfd))}_setAttrs(e){this.attrs=new be(e.reduce((n,r)=>(n[r.id]=r,n),{}),this._linkIndex),this.notifyAttrsSubs()}_startQuerySub(e,n){const r=K();return this.querySubs.updateInPlace(i=>{i[n]=i[n]||{q:e,result:null,eventId:r},i[n].lastAccessed=Date.now()}),this._trySendAuthed(r,{op:"add-query",q:e}),r}subscribeTable(e,n){return this._syncTable.subscribe(e,n)}subscribeQuery(e,n,r){var i;this.config.disableValidation||gr(e,this.config.schema),r&&"ruleParams"in r&&(e=Object.assign({$$ruleParams:r.ruleParams},e));const s=z(e),o=this.getPreviousResult(e);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),()=>{this._unsubQuery(e,s,n)}}queryOnce(e,n){var r;this.config.disableValidation||gr(e,this.config.schema),n&&"ruleParams"in n&&(e=Object.assign({$$ruleParams:n.ruleParams},e));const i=new cr;if(!this._isOnline)return i.reject(new Error("We can't run `queryOnce`, because the device is offline.")),i.promise;if(!this.querySubs)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;const s=z(e),o=this._startQuerySub(e,s);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")),cu),i.promise}_completeQueryOnce(e,n,r){this.queryOnceDfds[n]&&(this.queryOnceDfds[n]=this.queryOnceDfds[n].filter(i=>i.dfd!==r),this._cleanupQuery(e,n))}_unsubQuery(e,n,r){this.queryCbs[n]&&(this.queryCbs[n]=this.queryCbs[n].filter(i=>i.cb!==r),this._cleanupQuery(e,n))}_hasQueryListeners(e){var n,r;return!!(!((n=this.queryCbs[e])===null||n===void 0)&&n.length||!((r=this.queryOnceDfds[e])===null||r===void 0)&&r.length)}_cleanupQuery(e,n){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}))}_rewriteMutations(e,n,r){if(!e)return n;if(!n)return new Map;const i=d=>{const[f,l,p]=d["forward-identity"];return L(e,l,p)},s=d=>{const[f,l,p]=d["forward-identity"];return _e(e,l,p)},o={attrIdMap:{},refSwapAttrIds:new Set};let u=!1;const a=(d,f)=>{const l=[];for(const p of d){const[y]=p;if(y==="add-attr"){const[_,w]=p,g=i(w);if(g&&w.id!==g.id){o.attrIdMap[w.id]=g.id,u=!0;continue}if(w["value-type"]==="ref"){const v=s(w);if(v){o.attrIdMap[w.id]=v.id,o.refSwapAttrIds.add(w.id),u=!0;continue}}}if(r&&f&&r>=f&&y==="add-attr"||y==="update-attr"||y==="delete-attr"){u=!0;continue}const b=u?Ys(o,p):p;l.push(b)}return u?l:d},c=new Map;for(const[d,f]of n.entries())c.set(d,Object.assign(Object.assign({},f),{"tx-steps":a(f["tx-steps"],f["tx-id"])}));return u?c:n}_rewriteMutationsSorted(e,n){return Mr(this._rewriteMutations(e,n).entries())}optimisticAttrs(){var e,n;const r=[...this._pendingMutations().values()].flatMap(u=>u["tx-steps"]),i=new Set(r.filter(([u,a])=>u==="delete-attr").map(([u,a])=>a)),s=[];for(const[u,a]of r)if(u==="add-attr")s.push(a);else if(u==="update-attr"&&a.id&&(!((e=this.attrs)===null||e===void 0)&&e.getAttr(a.id))){const c=Object.assign(Object.assign({},this.attrs.getAttr(a.id)),a);s.push(c)}if(!i.size&&!s.length)return this.attrs||new be({},this._linkIndex);const o=Object.assign({},((n=this.attrs)===null||n===void 0?void 0:n.attrs)||{});for(const u of s)o[u.id]=u;for(const u of i)delete o[u];return new be(o,this._linkIndex)}dataForQuery(e){const n=this._errorMessage;if(n)return{error:n};if(!this.querySubs||!this.kv.currentValue.pendingMutations)return;const r=this.querySubs.version(),i=this.querySubs.currentValue,s=this.kv.version(),o=this._pendingMutations(),{q:u,result:a}=i[e]||{};if(!a)return;const c=this._dataForQueryCache[e];if(c&&r===c.querySubVersion&&s===c.pendingMutationsVersion)return c;const{store:d,attrsStore:f,pageInfo:l,aggregate:p,processedTxId:y}=a,b=this._rewriteMutationsSorted(f,o),{store:_,attrsStore:w}=this._applyOptimisticUpdates(d,f,b,y);return{data:Hn({store:_,attrsStore:w,pageInfo:l,aggregate:p},u),querySubVersion:r,pendingMutationsVersion:s}}_applyOptimisticUpdates(e,n,r,i){for(const[s,o]of r)if(!o["tx-id"]||i&&o["tx-id"]>i){const u=Zi(e,n,o["tx-steps"]);e=u.store,n=u.attrsStore}return{store:e,attrsStore:n}}notifyAll(){Object.keys(this.queryCbs).forEach(e=>{this.querySubs.waitForKeyToLoad(e).then(()=>this.notifyOne(e)).catch(()=>this.notifyOne(e))})}loadedNotifyAll(){this.kv.waitForKeyToLoad("pendingMutations").then(()=>this.notifyAll()).catch(()=>this.notifyAll())}shutdown(){var e;this._log.info("[shutdown]",this.config.appId),this._isShutdown=!0,(e=this._transport)===null||e===void 0||e.close()}_sendMutation(e,n){if(n.error){this._handleMutationError("error",e,{message:n.error.message});return}if(this.status!==de.AUTHENTICATED){this._finishTransaction("enqueued",e);return}const r=Math.max(6e3,Math.min(this._inFlightMutationEventIds.size+1,this._pendingMutations().size+1)*6e3);this._isOnline?(this._trySend(e,n),setTimeout(()=>{this._isOnline&&this._handleMutationError("timeout",e,{message:"transaction timed out"})},r)):this._finishTransaction("enqueued",e)}_flushPendingMessages(){Object.keys(this.queryCbs).map(i=>this.querySubs.currentValue[i]).filter(i=>i).forEach(({eventId:i,q:s})=>{this._trySendAuthed(i,{op:"add-query",q:s})}),Object.values(this.queryOnceDfds).flat().forEach(({eventId:i,q:s})=>{this._trySendAuthed(i,{op:"add-query",q:s})}),this._rewriteMutationsSorted(this.ensureAttrs(),this._pendingMutations()).forEach(([i,s])=>{s["tx-id"]||this._sendMutation(i,s)}),this._syncTable.flushPending()}_cleanupPendingMutationsQueries(){let e=Number.MAX_SAFE_INTEGER;for(const{result:n}of Object.values(this.querySubs.currentValue))n!=null&&n.processedTxId&&(e=Math.min(e,n==null?void 0:n.processedTxId));this._updatePendingMutations(n=>{for(const[r,i]of Array.from(n.entries()))i["tx-id"]&&i["tx-id"]<=e&&n.delete(r)})}_cleanupPendingMutationsTimeout(){if(this._pendingMutations().size<this._pendingMutationCleanupThreshold)return;const e=Date.now();this._updatePendingMutations(n=>{for(const[r,i]of Array.from(n.entries()))i.confirmed&&i.confirmed+this._pendingTxCleanupTimeout<e&&n.delete(r)})}_trySendAuthed(...e){this.status===de.AUTHENTICATED&&this._trySend(...e)}_trySend(e,n,r){if(this._transport.isOpen()){switch(Pr[n.op]||this._log.info("[send]",this._transport.id,n.op,n),n.op){case"transact":{this._inFlightMutationEventIds.add(e);break}case"init":this._inFlightMutationEventIds.clear()}this._transport.send(Object.assign({"client-event-id":e},n))}}_startSocket(){if(this._wsOk=null,this._isShutdown){this._log.info("[socket][start]",this.config.appId,"Reactor has been shut down and will not start a new socket");return}if(this._transport&&this._transport.isConnecting()){this._log.info("[socket][start]",this._transport.id,"maintained as current transport, we were still in a connecting state");return}const e=this._transport;this._transport=hu({transportType:this._transportType,appId:this.config.appId,apiURI:this.config.apiURI,wsURI:this.config.websocketURI,EventSourceImpl:this._EventSource}),this._transport.onopen=this._transportOnOpen,this._transport.onmessage=this._transportOnMessage,this._transport.onclose=this._transportOnClose,this._transport.onerror=this._transportOnError,this._log.info("[socket][start]",this._transport.id),e!=null&&e.isOpen()&&(this._log.info("[socket][start]",this._transport.id,"close previous transport id = ",e.id),e.close())}getLocalId(e){return F(this,void 0,void 0,function*(){const n=`localToken_${e}`;if(this.kv.currentValue[n])return this.kv.currentValue[n];const r=yield this.kv.waitForKeyToLoad(n);if(r)return r;const i=K();return this.kv.updateInPlace(s=>{s[n]||(s[n]=i)}),yield this.kv.waitForKeyToLoad(n)})}_replaceUrlAfterOAuth(){if(typeof URL>"u")return;const e=new URL(window.location.href);if(e.searchParams.get(Ht)){const n=e.toString();e.searchParams.delete(Ht),e.searchParams.delete("code"),e.searchParams.delete("error");const r=e.pathname+(e.searchParams.size?"?"+e.searchParams:"")+e.hash;if(history.replaceState(history.state,"",r),typeof navigation=="object"&&typeof navigation.addEventListener=="function"&&typeof navigation.removeEventListener=="function"){let i=!1;const s=o=>{var u;i||(i=!0,navigation.removeEventListener("navigate",s),!o.userInitiated&&o.navigationType==="replace"&&((u=o.destination)===null||u===void 0?void 0:u.url)===n&&history.replaceState(history.state,"",r))};navigation.addEventListener("navigate",s)}}}_oauthLoginInit(){return F(this,void 0,void 0,function*(){var e,n,r,i;if(typeof window>"u"||typeof window.location>"u"||typeof URLSearchParams>"u")return null;const s=new URLSearchParams(window.location.search);if(!s.get(Ht))return null;const o=s.get("error");if(o)return this._replaceUrlAfterOAuth(),{error:{message:o}};const u=s.get("code");if(!u)return null;this._replaceUrlAfterOAuth();try{const a=yield this._getCurrentUser(),c=(a==null?void 0:a.type)==="guest",{user:d}=yield sr({apiURI:this.config.apiURI,appId:this.config.appId,code:u,refreshToken:c?a.refresh_token:void 0});return this.setCurrentUser(d),null}catch(a){return((e=a==null?void 0:a.body)===null||e===void 0?void 0:e.type)==="record-not-found"&&((r=(n=a==null?void 0:a.body)===null||n===void 0?void 0:n.hint)===null||r===void 0?void 0:r["record-type"])==="app-oauth-code"&&(yield this._hasCurrentUser())?null:{error:{message:((i=a==null?void 0:a.body)===null||i===void 0?void 0:i.message)||"Error logging in."}}}})}_waitForOAuthCallbackResponse(){return F(this,void 0,void 0,function*(){return yield this._oauthCallbackResponse})}__subscribeMutationErrors(e){return this.mutationErrorCbs.push(e),()=>{this.mutationErrorCbs=this.mutationErrorCbs.filter(n=>n!==e)}}subscribeAuth(e){this.authCbs.push(e);const n=this._currentUserCached;n.isLoading||e(this._currentUserCached);let r=!1;return this.getCurrentUser().then(i=>{r||Ze(i,n)||e(i)}),()=>{r=!0,this.authCbs=this.authCbs.filter(i=>i!==e)}}getAuth(){return F(this,void 0,void 0,function*(){const{user:e,error:n}=yield this.getCurrentUser();if(n)throw new Ee("Could not get current user: "+n.message);return e})}subscribeConnectionStatus(e){return this.connectionStatusCbs.push(e),()=>{this.connectionStatusCbs=this.connectionStatusCbs.filter(n=>n!==e)}}subscribeAttrs(e){return this.attrsCbs.push(e),this.attrs&&e(this.attrs.attrs),()=>{this.attrsCbs=this.attrsCbs.filter(n=>n!==e)}}notifyAuthSubs(e){this.authCbs.forEach(n=>n(e))}notifyMutationErrorSubs(e){this.mutationErrorCbs.forEach(n=>n(e))}notifyAttrsSubs(){if(!this.attrs)return;const e=this.optimisticAttrs();this.attrsCbs.forEach(n=>n(e.attrs))}notifyConnectionStatusSubs(e){this.connectionStatusCbs.forEach(n=>n(e))}setCurrentUser(e){return F(this,void 0,void 0,function*(){this.kv.updateInPlace(n=>{n[Ve]=e}),yield this.kv.waitForKeyToLoad(Ve)})}getCurrentUserCached(){return this._currentUserCached}_getCurrentUser(){return F(this,void 0,void 0,function*(){const e=yield this.kv.waitForKeyToLoad(Ve);return typeof e=="string"?JSON.parse(e):e})}getCurrentUser(){return F(this,void 0,void 0,function*(){const e=yield this._waitForOAuthCallbackResponse();if(e!=null&&e.error){const n={error:e.error,user:void 0};return this._currentUserCached=Object.assign({isLoading:!1},n),n}try{const r={user:yield this._getCurrentUser(),error:void 0};return this._currentUserCached=Object.assign({isLoading:!1},r),r}catch(n){return{user:void 0,isLoading:!1,error:{message:(n==null?void 0:n.message)||"Error loading user"}}}})}_hasCurrentUser(){return F(this,void 0,void 0,function*(){const e=yield this.kv.waitForKeyToLoad(Ve);return typeof e=="string"?JSON.parse(e)!=null:e!=null})}changeCurrentUser(e){return F(this,void 0,void 0,function*(){var n;const{user:r}=yield this.getCurrentUser();if(!Ze(r,e)){yield this.setCurrentUser(e),this.updateUser(e);try{(n=this._broadcastChannel)===null||n===void 0||n.postMessage({type:"auth"})}catch(i){console.error("Error posting message to broadcast channel",i)}}})}updateUser(e){const n={error:void 0,user:e};this._currentUserCached=Object.assign({isLoading:!1},n),this._dataForQueryCache={},this.querySubs.updateInPlace(r=>{Object.keys(r).forEach(i=>{delete r[i].result})}),this._reconnectTimeoutMs=0,this._transport.close(),this._oauthCallbackResponse=null,this.notifyAuthSubs(n)}sendMagicCode({email:e}){return Mo({apiURI:this.config.apiURI,appId:this.config.appId,email:e})}signInWithMagicCode(e){return F(this,arguments,void 0,function*({email:n,code:r}){var i;const s=yield this.getCurrentUser(),o=((i=s==null?void 0:s.user)===null||i===void 0?void 0:i.type)==="guest",u=yield Ro({apiURI:this.config.apiURI,appId:this.config.appId,email:n,code:r,refreshToken:o?s.user.refresh_token:void 0});return yield this.changeCurrentUser(u.user),u})}signInWithCustomToken(e){return F(this,void 0,void 0,function*(){const n=yield Do({apiURI:this.config.apiURI,appId:this.config.appId,refreshToken:e});return yield this.changeCurrentUser(n.user),n})}signInAsGuest(){return F(this,void 0,void 0,function*(){const e=yield xo({apiURI:this.config.apiURI,appId:this.config.appId});return yield this.changeCurrentUser(e.user),e})}potentiallyInvalidateToken(e,n){var r;const i=(r=e==null?void 0:e.user)===null||r===void 0?void 0:r.refresh_token;if(!i)return;if(n.invalidateToken===!1){this._log.info("[auth-invalidate] skipped invalidateToken");return}Uo({apiURI:this.config.apiURI,appId:this.config.appId,refreshToken:i}).then(()=>{this._log.info("[auth-invalidate] completed invalidateToken")}).catch(o=>{})}signOut(e){return F(this,void 0,void 0,function*(){const n=yield this.getCurrentUser();this.potentiallyInvalidateToken(n,e),yield this.changeCurrentUser(null)})}createAuthorizationURL({clientName:e,redirectURL:n}){const{apiURI:r,appId:i}=this.config;return`${r}/runtime/oauth/start?app_id=${i}&client_name=${e}&redirect_uri=${n}`}exchangeCodeForToken(e){return F(this,arguments,void 0,function*({code:n,codeVerifier:r}){var i;const s=yield this.getCurrentUser(),o=((i=s==null?void 0:s.user)===null||i===void 0?void 0:i.type)==="guest",u=yield sr({apiURI:this.config.apiURI,appId:this.config.appId,code:n,codeVerifier:r,refreshToken:o?s.user.refresh_token:void 0});return yield this.changeCurrentUser(u.user),u})}issuerURI(){const{apiURI:e,appId:n}=this.config;return`${e}/runtime/${n}`}signInWithIdToken(e){return F(this,arguments,void 0,function*({idToken:n,clientName:r,nonce:i}){var s;const o=yield this.getCurrentUser(),u=(s=o==null?void 0:o.user)===null||s===void 0?void 0:s.refresh_token,a=yield $o({apiURI:this.config.apiURI,appId:this.config.appId,idToken:n,clientName:r,nonce:i,refreshToken:u});return yield this.changeCurrentUser(a.user),a})}joinRoom(e,n){let r=!1;this._rooms[e]||(r=!0,this._rooms[e]={isConnected:!1,error:void 0}),this._presence[e]=this._presence[e]||{};const i=this._presence[e].result;return n&&!i&&(this._presence[e].result=this._presence[e].result||{},this._presence[e].result.user=n,this._notifyPresenceSubs(e)),r&&this._tryJoinRoom(e,n),()=>{this._cleanupRoom(e)}}_cleanupRoom(e){var n,r,i,s;if(!(!((r=(n=this._presence[e])===null||n===void 0?void 0:n.handlers)===null||r===void 0)&&r.length)&&!Object.keys((i=this._broadcastSubs[e])!==null&&i!==void 0?i:{}).length){const o=(s=this._rooms[e])===null||s===void 0?void 0:s.isConnected;delete this._rooms[e],delete this._presence[e],delete this._broadcastSubs[e],o?this._tryLeaveRoom(e):this._roomsPendingLeave[e]=!0}}getPresence(e,n,r={}){const i=this._rooms[n],s=this._presence[n];return!i||!s||!s.result?null:Object.assign(Object.assign({},Vo(s.result,r,this._sessionId)),{isLoading:!i.isConnected,error:i.error})}publishPresence(e,n,r){const i=this._rooms[n],s=this._presence[n];if(!i||!s)return;s.result=s.result||{};const o=Object.assign(Object.assign({},s.result.user),r);s.result.user=o,i.isConnected&&(this._trySetPresence(n,o),this._notifyPresenceSubs(n))}_trySetPresence(e,n){this._trySendAuthed(K(),{op:"set-presence","room-id":e,data:n})}_tryJoinRoom(e,n){this._trySendAuthed(K(),{op:"join-room","room-id":e,data:n}),delete this._roomsPendingLeave[e]}_tryLeaveRoom(e){this._trySendAuthed(K(),{op:"leave-room","room-id":e})}_trySetRoomConnected(e,n){const r=this._rooms[e];r&&(r.isConnected=n)}subscribePresence(e,n,r,i){const s=this.joinRoom(n,r.initialPresence||r.initialData),o=Object.assign(Object.assign({},r),{roomId:n,cb:i,prev:null});return this._presence[n]=this._presence[n]||{},this._presence[n].handlers=this._presence[n].handlers||[],this._presence[n].handlers.push(o),this._notifyPresenceSub(n,o),()=>{var u,a,c;this._presence[n].handlers=(c=(a=(u=this._presence[n])===null||u===void 0?void 0:u.handlers)===null||a===void 0?void 0:a.filter(d=>d!==o))!==null&&c!==void 0?c:[],s()}}_notifyPresenceSubs(e){var n,r;(r=(n=this._presence[e])===null||n===void 0?void 0:n.handlers)===null||r===void 0||r.forEach(i=>{this._notifyPresenceSub(e,i)})}_notifyPresenceSub(e,n){const r=this.getPresence("",e,n);r&&(n.prev&&!Wo(r,n.prev)||(n.prev=r,n.cb(r)))}_patchPresencePeers(e,n){var r,i,s;const o=((i=(r=this._presence[e])===null||r===void 0?void 0:r.result)===null||i===void 0?void 0:i.peers)||{};let u=Object.fromEntries(Object.entries(o).map(([c,d])=>[c,{data:d}]));(s=this._presence[e])===null||s===void 0||s.result;const a=Je(u,c=>{for(let[d,f,l]of n)switch(f){case"+":wi(c,d,l);break;case"r":On(c,d,l);break;case"-":An(c,d);break}delete c[this._sessionId]});this._setPresencePeers(e,a)}_setPresencePeers(e,n){const r=Object.assign({},n);delete r[this._sessionId];const i=Object.fromEntries(Object.entries(r).map(([s,o])=>[s,o.data]));this._presence=Je(this._presence,s=>{On(s,[e,"result","peers"],i)})}publishTopic({roomType:e,roomId:n,topic:r,data:i}){var s;const o=this._rooms[n];if(o){if(!o.isConnected){this._broadcastQueue[n]=(s=this._broadcastQueue[n])!==null&&s!==void 0?s:[],this._broadcastQueue[n].push({topic:r,roomType:e,data:i});return}this._tryBroadcast(n,e,r,i)}}_tryBroadcast(e,n,r,i){this._trySendAuthed(K(),{op:"client-broadcast","room-id":e,roomType:n,topic:r,data:i})}subscribeTopic(e,n,r){const i=this.joinRoom(e);return this._broadcastSubs[e]=this._broadcastSubs[e]||{},this._broadcastSubs[e][n]=this._broadcastSubs[e][n]||[],this._broadcastSubs[e][n].push(r),this._presence[e]=this._presence[e]||{},()=>{this._broadcastSubs[e][n]=this._broadcastSubs[e][n].filter(s=>s!==r),this._broadcastSubs[e][n].length||delete this._broadcastSubs[e][n],i()}}_notifyBroadcastSubs(e,n,r){var i,s,o;(o=(s=(i=this._broadcastSubs)===null||i===void 0?void 0:i[e])===null||s===void 0?void 0:s[n])===null||o===void 0||o.forEach(u=>{var a,c,d,f,l,p;const y=(a=r.data)===null||a===void 0?void 0:a.data,b=r.data["peer-id"]===this._sessionId?(d=(c=this._presence[e])===null||c===void 0?void 0:c.result)===null||d===void 0?void 0:d.user:(p=(l=(f=this._presence[e])===null||f===void 0?void 0:f.result)===null||l===void 0?void 0:l.peers)===null||p===void 0?void 0:p[r.data["peer-id"]];return u(y,b)})}uploadFile(e,n,r){return F(this,void 0,void 0,function*(){var i;const s=yield this.getCurrentUser(),o=(i=s==null?void 0:s.user)===null||i===void 0?void 0:i.refresh_token;return Lo(Object.assign(Object.assign({},r),{apiURI:this.config.apiURI,appId:this.config.appId,path:e,file:n,refreshToken:o}))})}deleteFile(e){return F(this,void 0,void 0,function*(){var n;const r=yield this.getCurrentUser(),i=(n=r==null?void 0:r.user)===null||n===void 0?void 0:n.refresh_token;return yield Fo({apiURI:this.config.apiURI,appId:this.config.appId,path:e,refreshToken:i})})}upload(e,n){return F(this,void 0,void 0,function*(){var r;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 No({apiURI:this.config.apiURI,appId:this.config.appId,fileName:o,refreshToken:s});return yield Ko(u,n)})}getDownloadUrl(e){return F(this,void 0,void 0,function*(){var n;const r=yield this.getCurrentUser(),i=(n=r==null?void 0:r.user)===null||n===void 0?void 0:n.refresh_token;return yield zo({apiURI:this.config.apiURI,appId:this.config.appId,path:e,refreshToken:i})})}}let at;function mu(t,e){at==null||at.dispose();const n=ku(e),r=Ou(e,u),i=Su(vu(t));function s(d){var f;d.source===i.element.contentWindow&&((f=d.data)===null||f===void 0?void 0:f.type)==="close"&&n.isVisible()&&u()}function o(d){const f=d.shiftKey&&d.ctrlKey&&d.key==="0",l=d.key==="Escape"||d.key==="Esc";(f||l&&n.isVisible())&&u()}function u(){n.isVisible()?n.element.style.display="none":(n.element.style.display="block",n.element.contains(i.element)||n.element.appendChild(i.element))}function a(){n.element.remove(),r.element.remove(),removeEventListener("keydown",o),removeEventListener("message",s)}function c(){document.body.appendChild(n.element),document.body.appendChild(r.element),addEventListener("keydown",o),addEventListener("message",s),at={dispose:a}}return c()}function vu(t){return`${Bt||ur?"http://localhost:3000":"https://instantdb.com"}/_devtool?appId=${t}`}function Su(t){const e=document.createElement("iframe");return e.src=t,e.className="instant-devtool-iframe",Object.assign(e.style,{width:"100%",height:"100%",backgroundColor:"white",border:"none"}),{element:e}}function Ou(t,e){const n=`
32
32
  <svg width="32" height="32" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
33
33
  <rect width="512" height="512" fill="black"/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instantdb/react-common",
3
- "version": "0.22.86-experimental.split-store.20249342206.1",
3
+ "version": "0.22.86-experimental.split-store.20249702529.1",
4
4
  "description": "Instant DB shared components for React and React Native",
5
5
  "homepage": "https://github.com/instantdb/instant/tree/main/client/packages/react-common",
6
6
  "repository": {
@@ -53,8 +53,8 @@
53
53
  "react": ">=16"
54
54
  },
55
55
  "dependencies": {
56
- "@instantdb/core": "0.22.86-experimental.split-store.20249342206.1",
57
- "@instantdb/version": "0.22.86-experimental.split-store.20249342206.1"
56
+ "@instantdb/version": "0.22.86-experimental.split-store.20249702529.1",
57
+ "@instantdb/core": "0.22.86-experimental.split-store.20249702529.1"
58
58
  },
59
59
  "scripts": {
60
60
  "test": "vitest",