cogsbox-state 0.5.397 → 0.5.399

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.
@@ -1,53 +1,53 @@
1
1
  "use client";
2
2
  import { jsx as Ot } from "react/jsx-runtime";
3
- import { useState as K, useRef as q, useEffect as ot, useLayoutEffect as ct, useMemo as wt, createElement as lt, useSyncExternalStore as Ht, startTransition as Ft, useCallback as kt } from "react";
4
- import { transformStateFunc as Bt, isDeepEqual as J, isFunction as tt, getNestedValue as Z, getDifferences as _t, debounce as Wt } from "./utility.js";
5
- import { pushFunc as Et, updateFn as it, cutFunc as ht, ValidationWrapper as zt, FormControlComponent as qt } from "./Functions.jsx";
3
+ import { useState as K, useRef as q, useEffect as at, useLayoutEffect as lt, useMemo as wt, createElement as rt, useSyncExternalStore as Ft, startTransition as Bt, useCallback as kt } from "react";
4
+ import { transformStateFunc as Wt, isDeepEqual as J, isFunction as tt, getNestedValue as Z, getDifferences as _t, debounce as zt } from "./utility.js";
5
+ import { FormControlComponent as bt, pushFunc as Et, updateFn as ct, cutFunc as ht, ValidationWrapper as qt } from "./Functions.jsx";
6
6
  import Jt from "superjson";
7
7
  import { v4 as At } from "uuid";
8
8
  import "zod";
9
- import { getGlobalStore as o, formRefStore as bt } from "./store.js";
10
- import { useCogsConfig as Gt } from "./CogsStateClient.jsx";
9
+ import { getGlobalStore as o, formRefStore as Mt } from "./store.js";
10
+ import { useCogsConfig as Lt } from "./CogsStateClient.jsx";
11
11
  import { applyPatch as Yt } from "fast-json-patch";
12
12
  import Zt from "react-use-measure";
13
- function Mt(t, c) {
13
+ function xt(t, i) {
14
14
  const m = o.getState().getInitialOptions, g = o.getState().setInitialStateOptions, I = m(t) || {};
15
15
  g(t, {
16
16
  ...I,
17
- ...c
17
+ ...i
18
18
  });
19
19
  }
20
- function xt({
20
+ function Pt({
21
21
  stateKey: t,
22
- options: c,
22
+ options: i,
23
23
  initialOptionsPart: m
24
24
  }) {
25
- const g = rt(t) || {}, I = m[t] || {}, N = o.getState().setInitialStateOptions, p = { ...I, ...g };
25
+ const g = ot(t) || {}, I = m[t] || {}, N = o.getState().setInitialStateOptions, E = { ...I, ...g };
26
26
  let v = !1;
27
- if (c)
28
- for (const s in c)
29
- p.hasOwnProperty(s) ? (s == "localStorage" && c[s] && p[s].key !== c[s]?.key && (v = !0, p[s] = c[s]), s == "initialState" && c[s] && p[s] !== c[s] && // Different references
30
- !J(p[s], c[s]) && (v = !0, p[s] = c[s])) : (v = !0, p[s] = c[s]);
31
- v && N(t, p);
27
+ if (i)
28
+ for (const s in i)
29
+ E.hasOwnProperty(s) ? (s == "localStorage" && i[s] && E[s].key !== i[s]?.key && (v = !0, E[s] = i[s]), s == "initialState" && i[s] && E[s] !== i[s] && // Different references
30
+ !J(E[s], i[s]) && (v = !0, E[s] = i[s])) : (v = !0, E[s] = i[s]);
31
+ v && N(t, E);
32
32
  }
33
- function Ie(t, { formElements: c, validation: m }) {
34
- return { initialState: t, formElements: c, validation: m };
33
+ function Ie(t, { formElements: i, validation: m }) {
34
+ return { initialState: t, formElements: i, validation: m };
35
35
  }
36
- const ve = (t, c) => {
36
+ const ve = (t, i) => {
37
37
  let m = t;
38
- const [g, I] = Bt(m);
39
- (Object.keys(I).length > 0 || c && Object.keys(c).length > 0) && Object.keys(I).forEach((v) => {
38
+ const [g, I] = Wt(m);
39
+ (Object.keys(I).length > 0 || i && Object.keys(i).length > 0) && Object.keys(I).forEach((v) => {
40
40
  I[v] = I[v] || {}, I[v].formElements = {
41
- ...c?.formElements,
41
+ ...i?.formElements,
42
42
  // Global defaults first
43
- ...c?.validation,
43
+ ...i?.validation,
44
44
  ...I[v].formElements || {}
45
45
  // State-specific overrides
46
- }, rt(v) || o.getState().setInitialStateOptions(v, I[v]);
46
+ }, ot(v) || o.getState().setInitialStateOptions(v, I[v]);
47
47
  }), o.getState().setInitialStates(g), o.getState().setCreatedState(g);
48
48
  const N = (v, s) => {
49
49
  const [T] = K(s?.componentId ?? At());
50
- xt({
50
+ Pt({
51
51
  stateKey: v,
52
52
  options: s,
53
53
  initialOptionsPart: I
@@ -70,34 +70,34 @@ const ve = (t, c) => {
70
70
  );
71
71
  return j;
72
72
  };
73
- function p(v, s) {
74
- xt({ stateKey: v, options: s, initialOptionsPart: I }), s.localStorage && te(v, s), dt(v);
73
+ function E(v, s) {
74
+ Pt({ stateKey: v, options: s, initialOptionsPart: I }), s.localStorage && te(v, s), dt(v);
75
75
  }
76
- return { useCogsState: N, setCogsOptions: p };
76
+ return { useCogsState: N, setCogsOptions: E };
77
77
  }, {
78
78
  setUpdaterState: Tt,
79
79
  setState: nt,
80
- getInitialOptions: rt,
81
- getKeyState: Lt,
80
+ getInitialOptions: ot,
81
+ getKeyState: Rt,
82
82
  getValidationErrors: Xt,
83
83
  setStateLog: Qt,
84
84
  updateInitialStateGlobal: Nt,
85
- addValidationError: Rt,
85
+ addValidationError: Dt,
86
86
  removeValidationError: X,
87
87
  setServerSyncActions: Kt
88
- } = o.getState(), Pt = (t, c, m, g, I) => {
88
+ } = o.getState(), Vt = (t, i, m, g, I) => {
89
89
  m?.log && console.log(
90
90
  "saving to localstorage",
91
- c,
91
+ i,
92
92
  m.localStorage?.key,
93
93
  g
94
94
  );
95
95
  const N = tt(m?.localStorage?.key) ? m.localStorage?.key(t) : m?.localStorage?.key;
96
96
  if (N && g) {
97
- const p = `${g}-${c}-${N}`;
97
+ const E = `${g}-${i}-${N}`;
98
98
  let v;
99
99
  try {
100
- v = vt(p)?.lastSyncedWithServer;
100
+ v = vt(E)?.lastSyncedWithServer;
101
101
  } catch {
102
102
  }
103
103
  const s = {
@@ -106,20 +106,20 @@ const ve = (t, c) => {
106
106
  lastSyncedWithServer: I ?? v
107
107
  }, T = Jt.serialize(s);
108
108
  window.localStorage.setItem(
109
- p,
109
+ E,
110
110
  JSON.stringify(T.json)
111
111
  );
112
112
  }
113
113
  }, vt = (t) => {
114
114
  if (!t) return null;
115
115
  try {
116
- const c = window.localStorage.getItem(t);
117
- return c ? JSON.parse(c) : null;
118
- } catch (c) {
119
- return console.error("Error loading from localStorage:", c), null;
116
+ const i = window.localStorage.getItem(t);
117
+ return i ? JSON.parse(i) : null;
118
+ } catch (i) {
119
+ return console.error("Error loading from localStorage:", i), null;
120
120
  }
121
- }, te = (t, c) => {
122
- const m = o.getState().cogsStateStore[t], { sessionId: g } = Gt(), I = tt(c?.localStorage?.key) ? c.localStorage.key(m) : c?.localStorage?.key;
121
+ }, te = (t, i) => {
122
+ const m = o.getState().cogsStateStore[t], { sessionId: g } = Lt(), I = tt(i?.localStorage?.key) ? i.localStorage.key(m) : i?.localStorage?.key;
123
123
  if (I && g) {
124
124
  const N = vt(
125
125
  `${g}-${t}-${I}`
@@ -128,9 +128,9 @@ const ve = (t, c) => {
128
128
  return nt(t, N.state), dt(t), !0;
129
129
  }
130
130
  return !1;
131
- }, Dt = (t, c, m, g, I, N) => {
132
- const p = {
133
- initialState: c,
131
+ }, jt = (t, i, m, g, I, N) => {
132
+ const E = {
133
+ initialState: i,
134
134
  updaterState: It(
135
135
  t,
136
136
  g,
@@ -139,29 +139,29 @@ const ve = (t, c) => {
139
139
  ),
140
140
  state: m
141
141
  };
142
- Nt(t, p.initialState), Tt(t, p.updaterState), nt(t, p.state);
142
+ Nt(t, E.initialState), Tt(t, E.updaterState), nt(t, E.state);
143
143
  }, dt = (t) => {
144
- const c = o.getState().stateComponents.get(t);
145
- if (!c) return;
144
+ const i = o.getState().stateComponents.get(t);
145
+ if (!i) return;
146
146
  const m = /* @__PURE__ */ new Set();
147
- c.components.forEach((g) => {
147
+ i.components.forEach((g) => {
148
148
  (g ? Array.isArray(g.reactiveType) ? g.reactiveType : [g.reactiveType || "component"] : null)?.includes("none") || m.add(() => g.forceUpdate());
149
149
  }), queueMicrotask(() => {
150
150
  m.forEach((g) => g());
151
151
  });
152
- }, ye = (t, c) => {
152
+ }, ye = (t, i) => {
153
153
  const m = o.getState().stateComponents.get(t);
154
154
  if (m) {
155
- const g = `${t}////${c}`, I = m.components.get(g);
155
+ const g = `${t}////${i}`, I = m.components.get(g);
156
156
  if ((I ? Array.isArray(I.reactiveType) ? I.reactiveType : [I.reactiveType || "component"] : null)?.includes("none"))
157
157
  return;
158
158
  I && I.forceUpdate();
159
159
  }
160
- }, ee = (t, c, m, g) => {
160
+ }, ee = (t, i, m, g) => {
161
161
  switch (t) {
162
162
  case "update":
163
163
  return {
164
- oldValue: Z(c, g),
164
+ oldValue: Z(i, g),
165
165
  newValue: Z(m, g)
166
166
  };
167
167
  case "insert":
@@ -172,7 +172,7 @@ const ve = (t, c) => {
172
172
  };
173
173
  case "cut":
174
174
  return {
175
- oldValue: Z(c, g),
175
+ oldValue: Z(i, g),
176
176
  newValue: null
177
177
  // or undefined
178
178
  };
@@ -181,24 +181,24 @@ const ve = (t, c) => {
181
181
  }
182
182
  };
183
183
  function ne(t, {
184
- stateKey: c,
184
+ stateKey: i,
185
185
  serverSync: m,
186
186
  localStorage: g,
187
187
  formElements: I,
188
188
  reactiveDeps: N,
189
- reactiveType: p,
189
+ reactiveType: E,
190
190
  componentId: v,
191
191
  initialState: s,
192
192
  syncUpdate: T,
193
193
  dependencies: r,
194
194
  serverState: S
195
195
  } = {}) {
196
- const [W, j] = K({}), { sessionId: U } = Gt();
197
- let z = !c;
198
- const [h] = K(c ?? At()), l = o.getState().stateLog[h], ut = q(/* @__PURE__ */ new Set()), et = q(v ?? At()), L = q(
196
+ const [W, j] = K({}), { sessionId: U } = Lt();
197
+ let z = !i;
198
+ const [h] = K(i ?? At()), l = o.getState().stateLog[h], ut = q(/* @__PURE__ */ new Set()), et = q(v ?? At()), L = q(
199
199
  null
200
200
  );
201
- L.current = rt(h) ?? null, ot(() => {
201
+ L.current = ot(h) ?? null, at(() => {
202
202
  if (T && T.stateKey === h && T.path?.[0]) {
203
203
  nt(h, (n) => ({
204
204
  ...n,
@@ -210,35 +210,35 @@ function ne(t, {
210
210
  userId: T.userId
211
211
  });
212
212
  }
213
- }, [T]), ot(() => {
213
+ }, [T]), at(() => {
214
214
  if (s) {
215
- Mt(h, {
215
+ xt(h, {
216
216
  initialState: s
217
217
  });
218
- const e = L.current, a = e?.serverState?.id !== void 0 && e?.serverState?.status === "success" && e?.serverState?.data, i = o.getState().initialStateGlobal[h];
219
- if (!(i && !J(i, s) || !i) && !a)
218
+ const e = L.current, a = e?.serverState?.id !== void 0 && e?.serverState?.status === "success" && e?.serverState?.data, c = o.getState().initialStateGlobal[h];
219
+ if (!(c && !J(c, s) || !c) && !a)
220
220
  return;
221
221
  let u = null;
222
- const E = tt(e?.localStorage?.key) ? e?.localStorage?.key(s) : e?.localStorage?.key;
223
- E && U && (u = vt(`${U}-${h}-${E}`));
224
- let y = s, w = !1;
222
+ const y = tt(e?.localStorage?.key) ? e?.localStorage?.key(s) : e?.localStorage?.key;
223
+ y && U && (u = vt(`${U}-${h}-${y}`));
224
+ let p = s, w = !1;
225
225
  const C = a ? Date.now() : 0, A = u?.lastUpdated || 0, b = u?.lastSyncedWithServer || 0;
226
- a && C > A ? (y = e.serverState.data, w = !0) : u && A > b && (y = u.state, e?.localStorage?.onChange && e?.localStorage?.onChange(y)), o.getState().initializeShadowState(h, s), Dt(
226
+ a && C > A ? (p = e.serverState.data, w = !0) : u && A > b && (p = u.state, e?.localStorage?.onChange && e?.localStorage?.onChange(p)), o.getState().initializeShadowState(h, s), jt(
227
227
  h,
228
228
  s,
229
- y,
230
- at,
229
+ p,
230
+ st,
231
231
  et.current,
232
232
  U
233
- ), w && E && U && Pt(y, h, e, U, Date.now()), dt(h), (Array.isArray(p) ? p : [p || "component"]).includes("none") || j({});
233
+ ), w && y && U && Vt(p, h, e, U, Date.now()), dt(h), (Array.isArray(E) ? E : [E || "component"]).includes("none") || j({});
234
234
  }
235
235
  }, [
236
236
  s,
237
237
  S?.status,
238
238
  S?.data,
239
239
  ...r || []
240
- ]), ct(() => {
241
- z && Mt(h, {
240
+ ]), lt(() => {
241
+ z && xt(h, {
242
242
  serverSync: m,
243
243
  formElements: I,
244
244
  initialState: s,
@@ -253,23 +253,23 @@ function ne(t, {
253
253
  paths: /* @__PURE__ */ new Set(),
254
254
  deps: [],
255
255
  depsFunction: N || void 0,
256
- reactiveType: p ?? ["component", "deps"]
256
+ reactiveType: E ?? ["component", "deps"]
257
257
  }), o.getState().stateComponents.set(h, n), j({}), () => {
258
258
  n && (n.components.delete(e), n.components.size === 0 && o.getState().stateComponents.delete(h));
259
259
  };
260
260
  }, []);
261
- const at = (e, n, a, i) => {
261
+ const st = (e, n, a, c) => {
262
262
  if (Array.isArray(n)) {
263
263
  const u = `${h}-${n.join(".")}`;
264
264
  ut.current.add(u);
265
265
  }
266
266
  const f = o.getState();
267
267
  nt(h, (u) => {
268
- const E = tt(e) ? e(u) : e, y = `${h}-${n.join(".")}`;
269
- if (y) {
270
- let M = !1, $ = f.signalDomElements.get(y);
268
+ const y = tt(e) ? e(u) : e, p = `${h}-${n.join(".")}`;
269
+ if (p) {
270
+ let M = !1, $ = f.signalDomElements.get(p);
271
271
  if ((!$ || $.size === 0) && (a.updateType === "insert" || a.updateType === "cut")) {
272
- const R = n.slice(0, -1), V = Z(E, R);
272
+ const R = n.slice(0, -1), V = Z(y, R);
273
273
  if (Array.isArray(V)) {
274
274
  M = !0;
275
275
  const O = `${h}-${R.join(".")}`;
@@ -277,7 +277,7 @@ function ne(t, {
277
277
  }
278
278
  }
279
279
  if ($) {
280
- const R = M ? Z(E, n.slice(0, -1)) : Z(E, n);
280
+ const R = M ? Z(y, n.slice(0, -1)) : Z(y, n);
281
281
  $.forEach(({ parentId: V, position: O, effect: _ }) => {
282
282
  const D = document.querySelector(
283
283
  `[data-parent-id="${V}"]`
@@ -292,8 +292,8 @@ function ne(t, {
292
292
  });
293
293
  }
294
294
  }
295
- console.log("shadowState", f.shadowStateStore), a.updateType === "update" && (i || L.current?.validation?.key) && n && X(
296
- (i || L.current?.validation?.key) + "." + n.join(".")
295
+ console.log("shadowState", f.shadowStateStore), a.updateType === "update" && (c || L.current?.validation?.key) && n && X(
296
+ (c || L.current?.validation?.key) + "." + n.join(".")
297
297
  );
298
298
  const w = n.slice(0, n.length - 1);
299
299
  a.updateType === "cut" && L.current?.validation?.key && X(
@@ -304,12 +304,12 @@ function ne(t, {
304
304
  let V = $?.split(".").length;
305
305
  if ($ == w.join(".") && V == w.length - 1) {
306
306
  let O = $ + "." + w;
307
- X($), Rt(O, R);
307
+ X($), Dt(O, R);
308
308
  }
309
309
  });
310
310
  const C = f.stateComponents.get(h);
311
311
  if (console.log("stateEntry >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>", C), C) {
312
- const M = _t(u, E), $ = new Set(M), R = a.updateType === "update" ? n.join(".") : n.slice(0, -1).join(".") || "";
312
+ const M = _t(u, y), $ = new Set(M), R = a.updateType === "update" ? n.join(".") : n.slice(0, -1).join(".") || "";
313
313
  for (const [
314
314
  V,
315
315
  O
@@ -329,14 +329,14 @@ function ne(t, {
329
329
  _ = !0;
330
330
  break;
331
331
  }
332
- const st = B.lastIndexOf(".");
333
- if (st !== -1) {
332
+ const it = B.lastIndexOf(".");
333
+ if (it !== -1) {
334
334
  const gt = B.substring(
335
335
  0,
336
- st
336
+ it
337
337
  );
338
338
  if (!isNaN(
339
- Number(B.substring(st + 1))
339
+ Number(B.substring(it + 1))
340
340
  ) && O.paths.has(gt)) {
341
341
  _ = !0;
342
342
  break;
@@ -350,7 +350,7 @@ function ne(t, {
350
350
  if (_) break;
351
351
  }
352
352
  if (!_ && D.includes("deps") && O.depsFunction) {
353
- const G = O.depsFunction(E);
353
+ const G = O.depsFunction(y);
354
354
  let B = !1;
355
355
  typeof G == "boolean" ? G && (B = !0) : J(O.deps, G) || (O.deps = G, B = !0), B && (_ = !0);
356
356
  }
@@ -360,13 +360,13 @@ function ne(t, {
360
360
  }
361
361
  const A = Date.now();
362
362
  n = n.map((M, $) => {
363
- const R = n.slice(0, -1), V = Z(E, R);
363
+ const R = n.slice(0, -1), V = Z(y, R);
364
364
  return $ === n.length - 1 && ["insert", "cut"].includes(a.updateType) ? (V.length - 1).toString() : M;
365
365
  });
366
366
  const { oldValue: b, newValue: F } = ee(
367
367
  a.updateType,
368
368
  u,
369
- E,
369
+ y,
370
370
  n
371
371
  ), Y = {
372
372
  timeStamp: A,
@@ -379,7 +379,7 @@ function ne(t, {
379
379
  };
380
380
  switch (a.updateType) {
381
381
  case "update":
382
- f.updateShadowAtPath(h, n, E);
382
+ f.updateShadowAtPath(h, n, y);
383
383
  break;
384
384
  case "insert":
385
385
  const M = n.slice(0, -1);
@@ -396,8 +396,8 @@ function ne(t, {
396
396
  return D ? (D.timeStamp = Math.max(D.timeStamp, O.timeStamp), D.newValue = O.newValue, D.oldValue = D.oldValue ?? O.oldValue, D.updateType = O.updateType) : V.set(_, { ...O }), V;
397
397
  }, /* @__PURE__ */ new Map());
398
398
  return Array.from(R.values());
399
- }), Pt(
400
- E,
399
+ }), Vt(
400
+ y,
401
401
  h,
402
402
  L.current,
403
403
  U
@@ -407,36 +407,36 @@ function ne(t, {
407
407
  }), L.current?.serverSync) {
408
408
  const M = f.serverState[h], $ = L.current?.serverSync;
409
409
  Kt(h, {
410
- syncKey: typeof $.syncKey == "string" ? $.syncKey : $.syncKey({ state: E }),
410
+ syncKey: typeof $.syncKey == "string" ? $.syncKey : $.syncKey({ state: y }),
411
411
  rollBackState: M,
412
412
  actionTimeStamp: Date.now() + ($.debounce ?? 3e3),
413
413
  status: "waiting"
414
414
  });
415
415
  }
416
- return E;
416
+ return y;
417
417
  });
418
418
  };
419
419
  o.getState().updaterState[h] || (Tt(
420
420
  h,
421
421
  It(
422
422
  h,
423
- at,
423
+ st,
424
424
  et.current,
425
425
  U
426
426
  )
427
427
  ), o.getState().cogsStateStore[h] || nt(h, t), o.getState().initialStateGlobal[h] || Nt(h, t));
428
428
  const d = wt(() => It(
429
429
  h,
430
- at,
430
+ st,
431
431
  et.current,
432
432
  U
433
433
  ), [h, U]);
434
- return [Lt(h), d];
434
+ return [Rt(h), d];
435
435
  }
436
- function It(t, c, m, g) {
436
+ function It(t, i, m, g) {
437
437
  const I = /* @__PURE__ */ new Map();
438
438
  let N = 0;
439
- const p = (T) => {
439
+ const E = (T) => {
440
440
  const r = T.join(".");
441
441
  for (const [S] of I)
442
442
  (S === r || S.startsWith(r + ".")) && I.delete(S);
@@ -450,7 +450,7 @@ function It(t, c, m, g) {
450
450
  r?.key && X(r?.key), T?.validationKey && X(T.validationKey);
451
451
  const S = o.getState().initialStateGlobal[t];
452
452
  o.getState().clearSelectedIndexesForState(t), I.clear(), N++;
453
- const W = s(S, []), j = rt(t), U = tt(j?.localStorage?.key) ? j?.localStorage?.key(S) : j?.localStorage?.key, z = `${g}-${t}-${U}`;
453
+ const W = s(S, []), j = ot(t), U = tt(j?.localStorage?.key) ? j?.localStorage?.key(S) : j?.localStorage?.key, z = `${g}-${t}-${U}`;
454
454
  z && localStorage.removeItem(z), Tt(t, W), nt(t, S);
455
455
  const h = o.getState().stateComponents.get(t);
456
456
  return h && h.components.forEach((l) => {
@@ -461,11 +461,11 @@ function It(t, c, m, g) {
461
461
  I.clear(), N++;
462
462
  const r = It(
463
463
  t,
464
- c,
464
+ i,
465
465
  m,
466
466
  g
467
- ), S = o.getState().initialStateGlobal[t], W = rt(t), j = tt(W?.localStorage?.key) ? W?.localStorage?.key(S) : W?.localStorage?.key, U = `${g}-${t}-${j}`;
468
- return localStorage.getItem(U) && localStorage.removeItem(U), Ft(() => {
467
+ ), S = o.getState().initialStateGlobal[t], W = ot(t), j = tt(W?.localStorage?.key) ? W?.localStorage?.key(S) : W?.localStorage?.key, U = `${g}-${t}-${j}`;
468
+ return localStorage.getItem(U) && localStorage.removeItem(U), Bt(() => {
469
469
  Nt(t, T), o.getState().initializeShadowState(t, T), Tt(t, r), nt(t, T);
470
470
  const z = o.getState().stateComponents.get(t);
471
471
  z && z.components.forEach((h) => {
@@ -480,7 +480,7 @@ function It(t, c, m, g) {
480
480
  _isLoading: o.getState().isLoadingGlobal[t],
481
481
  _isServerSynced: () => {
482
482
  const T = o.getState().serverState[t];
483
- return !!(T && J(T, Lt(t)));
483
+ return !!(T && J(T, Rt(t)));
484
484
  }
485
485
  };
486
486
  function s(T, r = [], S) {
@@ -529,13 +529,13 @@ function It(t, c, m, g) {
529
529
  const n = e.components.get(d);
530
530
  if (n && !n.paths.has("")) {
531
531
  const a = r.join(".");
532
- let i = !0;
532
+ let c = !0;
533
533
  for (const f of n.paths)
534
534
  if (a.startsWith(f) && (a === f || a[f.length] === ".")) {
535
- i = !1;
535
+ c = !1;
536
536
  break;
537
537
  }
538
- i && n.paths.add(a);
538
+ c && n.paths.add(a);
539
539
  }
540
540
  }
541
541
  }
@@ -551,20 +551,20 @@ function It(t, c, m, g) {
551
551
  return console.error(`No mutation defined for state key "${t}"`), { success: !1, error: "No mutation defined" };
552
552
  const n = o.getState().getNestedState(t, []), a = d?.validation?.key;
553
553
  try {
554
- const i = await e.action(n);
555
- if (i && !i.success && i.errors && a) {
556
- o.getState().removeValidationError(a), i.errors.forEach((u) => {
557
- const E = [a, ...u.path].join(".");
558
- o.getState().addValidationError(E, u.message);
554
+ const c = await e.action(n);
555
+ if (c && !c.success && c.errors && a) {
556
+ o.getState().removeValidationError(a), c.errors.forEach((u) => {
557
+ const y = [a, ...u.path].join(".");
558
+ o.getState().addValidationError(y, u.message);
559
559
  });
560
560
  const f = o.getState().stateComponents.get(t);
561
561
  f && f.components.forEach((u) => {
562
562
  u.forceUpdate();
563
563
  });
564
564
  }
565
- return i?.success && e.onSuccess ? e.onSuccess(i.data) : !i?.success && e.onError && e.onError(i.error), i;
566
- } catch (i) {
567
- return e.onError && e.onError(i), { success: !1, error: i };
565
+ return c?.success && e.onSuccess ? e.onSuccess(c.data) : !c?.success && e.onError && e.onError(c.error), c;
566
+ } catch (c) {
567
+ return e.onError && e.onError(c), { success: !1, error: c };
568
568
  }
569
569
  };
570
570
  if (l === "_status") {
@@ -581,7 +581,7 @@ function It(t, c, m, g) {
581
581
  };
582
582
  if (l === "removeStorage")
583
583
  return () => {
584
- const d = o.getState().initialStateGlobal[t], e = rt(t), n = tt(e?.localStorage?.key) ? e?.localStorage?.key(d) : e?.localStorage?.key, a = `${g}-${t}-${n}`;
584
+ const d = o.getState().initialStateGlobal[t], e = ot(t), n = tt(e?.localStorage?.key) ? e?.localStorage?.key(d) : e?.localStorage?.key, a = `${g}-${t}-${n}`;
585
585
  a && localStorage.removeItem(a);
586
586
  };
587
587
  if (l === "showValidationErrors")
@@ -620,13 +620,13 @@ function It(t, c, m, g) {
620
620
  const {
621
621
  itemHeight: n = 50,
622
622
  overscan: a = 6,
623
- stickToBottom: i = !1,
623
+ stickToBottom: c = !1,
624
624
  dependencies: f = []
625
- } = e, u = q(!1), E = q(null), [y, w] = K({
625
+ } = e, u = q(!1), y = q(null), [p, w] = K({
626
626
  startIndex: 0,
627
627
  endIndex: 10
628
628
  }), [C, A] = K("IDLE_AT_TOP"), b = q(!1), F = q(0), Y = q(f), M = q(0), [$, R] = K(0), V = q(null);
629
- ot(() => o.getState().subscribeToShadowState(t, () => {
629
+ at(() => o.getState().subscribeToShadowState(t, () => {
630
630
  R((x) => x + 1);
631
631
  }), [t]);
632
632
  const O = o().getNestedState(
@@ -649,7 +649,7 @@ function It(t, c, m, g) {
649
649
  n,
650
650
  $
651
651
  ]), B = wt(() => {
652
- const k = Math.max(0, y.startIndex), x = Math.min(_, y.endIndex), H = Array.from(
652
+ const k = Math.max(0, p.startIndex), x = Math.min(_, p.endIndex), H = Array.from(
653
653
  { length: x - k },
654
654
  (Q, ft) => k + ft
655
655
  ), P = H.map((Q) => O[Q]);
@@ -657,9 +657,9 @@ function It(t, c, m, g) {
657
657
  ...S,
658
658
  validIndices: H
659
659
  });
660
- }, [y.startIndex, y.endIndex, O, _]);
661
- ct(() => {
662
- const k = E.current;
660
+ }, [p.startIndex, p.endIndex, O, _]);
661
+ lt(() => {
662
+ const k = y.current;
663
663
  if (!k) return;
664
664
  const x = _ > F.current;
665
665
  if (x && V.current) {
@@ -677,16 +677,16 @@ function It(t, c, m, g) {
677
677
  console.log("TRANSITION: Deps changed -> IDLE_AT_TOP"), A("IDLE_AT_TOP");
678
678
  return;
679
679
  }
680
- x && C === "LOCKED_AT_BOTTOM" && i && (console.log(
680
+ x && C === "LOCKED_AT_BOTTOM" && c && (console.log(
681
681
  "TRANSITION: New items arrived while locked -> GETTING_HEIGHTS"
682
682
  ), A("GETTING_HEIGHTS"));
683
683
  }
684
684
  F.current = _, Y.current = f;
685
- }, [_, ...f]), ct(() => {
686
- const k = E.current;
685
+ }, [_, ...f]), lt(() => {
686
+ const k = y.current;
687
687
  if (!k) return;
688
688
  let x;
689
- if (C === "IDLE_AT_TOP" && i && _ > 0)
689
+ if (C === "IDLE_AT_TOP" && c && _ > 0)
690
690
  console.log(
691
691
  "ACTION (IDLE_AT_TOP): Data has arrived -> GETTING_HEIGHTS"
692
692
  ), A("GETTING_HEIGHTS");
@@ -724,8 +724,8 @@ function It(t, c, m, g) {
724
724
  return () => {
725
725
  x && clearInterval(x);
726
726
  };
727
- }, [C, _, G]), ot(() => {
728
- const k = E.current;
727
+ }, [C, _, G]), at(() => {
728
+ const k = y.current;
729
729
  if (!k) return;
730
730
  const x = n, H = () => {
731
731
  if (b.current)
@@ -746,8 +746,8 @@ function It(t, c, m, g) {
746
746
  }
747
747
  const $t = Math.max(0, Ct - a);
748
748
  let St = $t;
749
- const Ut = P + ft;
750
- for (; St < _ && G[St] < Ut; )
749
+ const Ht = P + ft;
750
+ for (; St < _ && G[St] < Ht; )
751
751
  St++;
752
752
  w({
753
753
  startIndex: $t,
@@ -758,21 +758,21 @@ function It(t, c, m, g) {
758
758
  passive: !0
759
759
  }), () => k.removeEventListener("scroll", H);
760
760
  }, [_, G, n, a, C]);
761
- const st = kt(() => {
761
+ const it = kt(() => {
762
762
  console.log(
763
763
  "USER ACTION: Clicked scroll button -> SCROLLING_TO_BOTTOM"
764
764
  ), A("SCROLLING_TO_BOTTOM");
765
765
  }, []), gt = kt(
766
766
  (k, x = "smooth") => {
767
- E.current && G[k] !== void 0 && (A("IDLE_NOT_AT_BOTTOM"), E.current.scrollTo({
767
+ y.current && G[k] !== void 0 && (A("IDLE_NOT_AT_BOTTOM"), y.current.scrollTo({
768
768
  top: G[k],
769
769
  behavior: x
770
770
  }));
771
771
  },
772
772
  [G]
773
- ), jt = {
773
+ ), Ut = {
774
774
  outer: {
775
- ref: E,
775
+ ref: y,
776
776
  style: { overflowY: "auto", height: "100%" }
777
777
  },
778
778
  inner: {
@@ -783,56 +783,56 @@ function It(t, c, m, g) {
783
783
  },
784
784
  list: {
785
785
  style: {
786
- transform: `translateY(${G[y.startIndex] || 0}px)`
786
+ transform: `translateY(${G[p.startIndex] || 0}px)`
787
787
  }
788
788
  }
789
789
  };
790
790
  return {
791
791
  virtualState: B,
792
- virtualizerProps: jt,
793
- scrollToBottom: st,
792
+ virtualizerProps: Ut,
793
+ scrollToBottom: it,
794
794
  scrollToIndex: gt
795
795
  };
796
796
  };
797
797
  if (l === "stateSort")
798
798
  return (e) => {
799
799
  const a = [...d()].sort(
800
- (u, E) => e(u.item, E.item)
801
- ), i = a.map(({ item: u }) => u), f = {
800
+ (u, y) => e(u.item, y.item)
801
+ ), c = a.map(({ item: u }) => u), f = {
802
802
  ...S,
803
803
  validIndices: a.map(
804
804
  ({ originalIndex: u }) => u
805
805
  )
806
806
  };
807
- return s(i, r, f);
807
+ return s(c, r, f);
808
808
  };
809
809
  if (l === "stateFilter")
810
810
  return (e) => {
811
811
  const a = d().filter(
812
- ({ item: u }, E) => e(u, E)
813
- ), i = a.map(({ item: u }) => u), f = {
812
+ ({ item: u }, y) => e(u, y)
813
+ ), c = a.map(({ item: u }) => u), f = {
814
814
  ...S,
815
815
  validIndices: a.map(
816
816
  ({ originalIndex: u }) => u
817
817
  )
818
818
  };
819
- return s(i, r, f);
819
+ return s(c, r, f);
820
820
  };
821
821
  if (l === "stateMap")
822
822
  return (e) => {
823
823
  const n = o.getState().getNestedState(t, r);
824
- return Array.isArray(n) ? (S?.validIndices || Array.from({ length: n.length }, (i, f) => f)).map((i, f) => {
825
- const u = n[i], E = [...r, i.toString()], y = s(u, E, S);
826
- return e(u, y, {
824
+ return Array.isArray(n) ? (S?.validIndices || Array.from({ length: n.length }, (c, f) => f)).map((c, f) => {
825
+ const u = n[c], y = [...r, c.toString()], p = s(u, y, S);
826
+ return e(u, p, {
827
827
  register: () => {
828
- const [, C] = K({}), A = `${m}-${r.join(".")}-${i}`;
829
- ct(() => {
828
+ const [, C] = K({}), A = `${m}-${r.join(".")}-${c}`;
829
+ lt(() => {
830
830
  const b = `${t}////${A}`, F = o.getState().stateComponents.get(t) || {
831
831
  components: /* @__PURE__ */ new Map()
832
832
  };
833
833
  return F.components.set(b, {
834
834
  forceUpdate: () => C({}),
835
- paths: /* @__PURE__ */ new Set([E.join(".")])
835
+ paths: /* @__PURE__ */ new Set([y.join(".")])
836
836
  }), o.getState().stateComponents.set(t, F), () => {
837
837
  const Y = o.getState().stateComponents.get(t);
838
838
  Y && Y.components.delete(b);
@@ -840,7 +840,7 @@ function It(t, c, m, g) {
840
840
  }, [t, A]);
841
841
  },
842
842
  index: f,
843
- originalIndex: i
843
+ originalIndex: c
844
844
  });
845
845
  }) : (console.warn(
846
846
  `stateMap called on a non-array value at path: ${r.join(".")}. The current value is:`,
@@ -848,20 +848,20 @@ function It(t, c, m, g) {
848
848
  ), null);
849
849
  };
850
850
  if (l === "stateMapNoRender")
851
- return (e) => T.map((a, i) => {
851
+ return (e) => T.map((a, c) => {
852
852
  let f;
853
- S?.validIndices && S.validIndices[i] !== void 0 ? f = S.validIndices[i] : f = i;
854
- const u = [...r, f.toString()], E = s(a, u, S);
853
+ S?.validIndices && S.validIndices[c] !== void 0 ? f = S.validIndices[c] : f = c;
854
+ const u = [...r, f.toString()], y = s(a, u, S);
855
855
  return e(
856
856
  a,
857
- E,
858
- i,
857
+ y,
858
+ c,
859
859
  T,
860
860
  s(T, r, S)
861
861
  );
862
862
  });
863
863
  if (l === "$stateMap")
864
- return (e) => lt(re, {
864
+ return (e) => rt(re, {
865
865
  proxy: {
866
866
  _stateKey: t,
867
867
  _path: r,
@@ -873,20 +873,26 @@ function It(t, c, m, g) {
873
873
  if (l === "stateList")
874
874
  return (e) => {
875
875
  const n = o.getState().getNestedState(t, r);
876
- return Array.isArray(n) ? (S?.validIndices || Array.from({ length: n.length }, (i, f) => f)).map((i, f) => {
877
- const u = n[i], E = [...r, i.toString()], y = s(u, E, S), w = `${m}-${r.join(".")}-${i}`;
878
- return lt(ae, {
879
- key: i,
876
+ return Array.isArray(n) ? (S?.validIndices || Array.from({ length: n.length }, (c, f) => f)).map((c, f) => {
877
+ const u = n[c], y = [...r, c.toString()], p = s(u, y, S), w = `${m}-${r.join(".")}-${c}`;
878
+ return rt(ae, {
879
+ key: c,
880
880
  stateKey: t,
881
881
  itemComponentId: w,
882
- itemPath: E,
883
- children: e(
884
- u,
885
- y,
886
- { localIndex: f, originalIndex: i },
887
- n,
888
- s(n, r, S)
889
- )
882
+ itemPath: y,
883
+ children: rt(bt, {
884
+ setState: i,
885
+ stateKey: t,
886
+ path: y,
887
+ child: () => e(
888
+ u,
889
+ p,
890
+ { localIndex: f, originalIndex: c },
891
+ n,
892
+ s(n, r, S)
893
+ ),
894
+ formOpts: void 0
895
+ })
890
896
  });
891
897
  }) : (console.warn(
892
898
  `stateList called on a non-array value at path: ${r.join(".")}.`
@@ -897,7 +903,7 @@ function It(t, c, m, g) {
897
903
  const n = T;
898
904
  I.clear(), N++;
899
905
  const a = n.flatMap(
900
- (i) => i[e] ?? []
906
+ (c) => c[e] ?? []
901
907
  );
902
908
  return s(
903
909
  a,
@@ -914,40 +920,40 @@ function It(t, c, m, g) {
914
920
  return () => {
915
921
  const e = o.getState().getNestedState(t, r);
916
922
  if (e.length === 0) return;
917
- const n = e.length - 1, a = e[n], i = [...r, n.toString()];
918
- return s(a, i);
923
+ const n = e.length - 1, a = e[n], c = [...r, n.toString()];
924
+ return s(a, c);
919
925
  };
920
926
  if (l === "insert")
921
- return (e) => (p(r), Et(c, e, r, t), s(
927
+ return (e) => (E(r), Et(i, e, r, t), s(
922
928
  o.getState().getNestedState(t, r),
923
929
  r
924
930
  ));
925
931
  if (l === "uniqueInsert")
926
932
  return (e, n, a) => {
927
- const i = o.getState().getNestedState(t, r), f = tt(e) ? e(i) : e;
933
+ const c = o.getState().getNestedState(t, r), f = tt(e) ? e(c) : e;
928
934
  let u = null;
929
- if (!i.some((y) => {
935
+ if (!c.some((p) => {
930
936
  if (n) {
931
937
  const C = n.every(
932
- (A) => J(y[A], f[A])
938
+ (A) => J(p[A], f[A])
933
939
  );
934
- return C && (u = y), C;
940
+ return C && (u = p), C;
935
941
  }
936
- const w = J(y, f);
937
- return w && (u = y), w;
942
+ const w = J(p, f);
943
+ return w && (u = p), w;
938
944
  }))
939
- p(r), Et(c, f, r, t);
945
+ E(r), Et(i, f, r, t);
940
946
  else if (a && u) {
941
- const y = a(u), w = i.map(
942
- (C) => J(C, u) ? y : C
947
+ const p = a(u), w = c.map(
948
+ (C) => J(C, u) ? p : C
943
949
  );
944
- p(r), it(c, w, r);
950
+ E(r), ct(i, w, r);
945
951
  }
946
952
  };
947
953
  if (l === "cut")
948
954
  return (e, n) => {
949
955
  if (!n?.waitForSync)
950
- return p(r), ht(c, r, t, e), s(
956
+ return E(r), ht(i, r, t, e), s(
951
957
  o.getState().getNestedState(t, r),
952
958
  r
953
959
  );
@@ -955,12 +961,12 @@ function It(t, c, m, g) {
955
961
  if (l === "cutByValue")
956
962
  return (e) => {
957
963
  for (let n = 0; n < T.length; n++)
958
- T[n] === e && ht(c, r, t, n);
964
+ T[n] === e && ht(i, r, t, n);
959
965
  };
960
966
  if (l === "toggleByValue")
961
967
  return (e) => {
962
968
  const n = T.findIndex((a) => a === e);
963
- n > -1 ? ht(c, r, t, n) : Et(c, e, r, t);
969
+ n > -1 ? ht(i, r, t, n) : Et(i, e, r, t);
964
970
  };
965
971
  if (l === "stateFind")
966
972
  return (e) => {
@@ -968,17 +974,17 @@ function It(t, c, m, g) {
968
974
  ({ item: f }, u) => e(f, u)
969
975
  );
970
976
  if (!a) return;
971
- const i = [...r, a.originalIndex.toString()];
972
- return s(a.item, i, S);
977
+ const c = [...r, a.originalIndex.toString()];
978
+ return s(a.item, c, S);
973
979
  };
974
980
  if (l === "findWith")
975
981
  return (e, n) => {
976
- const i = d().find(
982
+ const c = d().find(
977
983
  ({ item: u }) => u[e] === n
978
984
  );
979
- if (!i) return;
980
- const f = [...r, i.originalIndex.toString()];
981
- return s(i.item, f, S);
985
+ if (!c) return;
986
+ const f = [...r, c.originalIndex.toString()];
987
+ return s(c.item, f, S);
982
988
  };
983
989
  }
984
990
  const et = r[r.length - 1];
@@ -986,7 +992,7 @@ function It(t, c, m, g) {
986
992
  const d = r.slice(0, -1), e = o.getState().getNestedState(t, d);
987
993
  if (Array.isArray(e) && l === "cut")
988
994
  return () => ht(
989
- c,
995
+ i,
990
996
  d,
991
997
  t,
992
998
  Number(et)
@@ -1001,13 +1007,13 @@ function It(t, c, m, g) {
1001
1007
  return o.getState().getNestedState(t, r);
1002
1008
  };
1003
1009
  if (l === "$derive")
1004
- return (d) => Vt({
1010
+ return (d) => Gt({
1005
1011
  _stateKey: t,
1006
1012
  _path: r,
1007
1013
  _effect: d.toString()
1008
1014
  });
1009
1015
  if (l === "$get")
1010
- return () => Vt({
1016
+ return () => Gt({
1011
1017
  _stateKey: t,
1012
1018
  _path: r
1013
1019
  });
@@ -1025,8 +1031,8 @@ function It(t, c, m, g) {
1025
1031
  return (d) => {
1026
1032
  const e = r.slice(0, -1), n = Number(r[r.length - 1]), a = e.join(".");
1027
1033
  d ? o.getState().setSelectedIndex(t, a, n) : o.getState().setSelectedIndex(t, a, void 0);
1028
- const i = o.getState().getNestedState(t, [...e]);
1029
- it(c, i, e), p(e);
1034
+ const c = o.getState().getNestedState(t, [...e]);
1035
+ ct(i, c, e), E(e);
1030
1036
  };
1031
1037
  if (l === "toggleSelected")
1032
1038
  return () => {
@@ -1036,8 +1042,8 @@ function It(t, c, m, g) {
1036
1042
  n,
1037
1043
  a === e ? void 0 : e
1038
1044
  );
1039
- const i = o.getState().getNestedState(t, [...d]);
1040
- it(c, i, d), p(d);
1045
+ const c = o.getState().getNestedState(t, [...d]);
1046
+ ct(i, c, d), E(d);
1041
1047
  };
1042
1048
  if (r.length == 0) {
1043
1049
  if (l === "addValidation")
@@ -1047,44 +1053,44 @@ function It(t, c, m, g) {
1047
1053
  throw new Error("Validation key not found");
1048
1054
  X(e.key), console.log("addValidationError", d), d.forEach((n) => {
1049
1055
  const a = [e.key, ...n.path].join(".");
1050
- console.log("fullErrorPath", a), Rt(a, n.message);
1056
+ console.log("fullErrorPath", a), Dt(a, n.message);
1051
1057
  }), dt(t);
1052
1058
  };
1053
1059
  if (l === "applyJsonPatch")
1054
1060
  return (d) => {
1055
1061
  const e = o.getState().cogsStateStore[t], a = Yt(e, d).newDocument;
1056
- Dt(
1062
+ jt(
1057
1063
  t,
1058
1064
  o.getState().initialStateGlobal[t],
1059
1065
  a,
1060
- c,
1066
+ i,
1061
1067
  m,
1062
1068
  g
1063
1069
  );
1064
- const i = o.getState().stateComponents.get(t);
1065
- if (i) {
1070
+ const c = o.getState().stateComponents.get(t);
1071
+ if (c) {
1066
1072
  const f = _t(e, a), u = new Set(f);
1067
1073
  for (const [
1068
- E,
1069
- y
1070
- ] of i.components.entries()) {
1074
+ y,
1075
+ p
1076
+ ] of c.components.entries()) {
1071
1077
  let w = !1;
1072
- const C = Array.isArray(y.reactiveType) ? y.reactiveType : [y.reactiveType || "component"];
1078
+ const C = Array.isArray(p.reactiveType) ? p.reactiveType : [p.reactiveType || "component"];
1073
1079
  if (!C.includes("none")) {
1074
1080
  if (C.includes("all")) {
1075
- y.forceUpdate();
1081
+ p.forceUpdate();
1076
1082
  continue;
1077
1083
  }
1078
- if (C.includes("component") && (y.paths.has("") && (w = !0), !w))
1084
+ if (C.includes("component") && (p.paths.has("") && (w = !0), !w))
1079
1085
  for (const A of u) {
1080
- if (y.paths.has(A)) {
1086
+ if (p.paths.has(A)) {
1081
1087
  w = !0;
1082
1088
  break;
1083
1089
  }
1084
1090
  let b = A.lastIndexOf(".");
1085
1091
  for (; b !== -1; ) {
1086
1092
  const F = A.substring(0, b);
1087
- if (y.paths.has(F)) {
1093
+ if (p.paths.has(F)) {
1088
1094
  w = !0;
1089
1095
  break;
1090
1096
  }
@@ -1098,7 +1104,7 @@ function It(t, c, m, g) {
1098
1104
  0,
1099
1105
  M
1100
1106
  );
1101
- if (y.paths.has($)) {
1107
+ if (p.paths.has($)) {
1102
1108
  w = !0;
1103
1109
  break;
1104
1110
  }
@@ -1108,12 +1114,12 @@ function It(t, c, m, g) {
1108
1114
  }
1109
1115
  if (w) break;
1110
1116
  }
1111
- if (!w && C.includes("deps") && y.depsFunction) {
1112
- const A = y.depsFunction(a);
1117
+ if (!w && C.includes("deps") && p.depsFunction) {
1118
+ const A = p.depsFunction(a);
1113
1119
  let b = !1;
1114
- typeof A == "boolean" ? A && (b = !0) : J(y.deps, A) || (y.deps = A, b = !0), b && (w = !0);
1120
+ typeof A == "boolean" ? A && (b = !0) : J(p.deps, A) || (p.deps = A, b = !0), b && (w = !0);
1115
1121
  }
1116
- w && y.forceUpdate();
1122
+ w && p.forceUpdate();
1117
1123
  }
1118
1124
  }
1119
1125
  }
@@ -1132,10 +1138,10 @@ function It(t, c, m, g) {
1132
1138
  a && a.length > 0 && a.forEach(([f]) => {
1133
1139
  f && f.startsWith(d.key) && X(f);
1134
1140
  });
1135
- const i = d.zodSchema.safeParse(n);
1136
- return i.success ? !0 : (i.error.errors.forEach((u) => {
1137
- const E = u.path, y = u.message, w = [d.key, ...E].join(".");
1138
- e(w, y);
1141
+ const c = d.zodSchema.safeParse(n);
1142
+ return c.success ? !0 : (c.error.errors.forEach((u) => {
1143
+ const y = u.path, p = u.message, w = [d.key, ...y].join(".");
1144
+ e(w, p);
1139
1145
  }), dt(t), !1);
1140
1146
  } catch (a) {
1141
1147
  return console.error("Zod schema validation failed", a), !1;
@@ -1145,7 +1151,7 @@ function It(t, c, m, g) {
1145
1151
  if (l === "getComponents")
1146
1152
  return () => o().stateComponents.get(t);
1147
1153
  if (l === "getAllFormRefs")
1148
- return () => bt.getState().getFormRefsByStateKey(t);
1154
+ return () => Mt.getState().getFormRefsByStateKey(t);
1149
1155
  if (l === "_initialState")
1150
1156
  return o.getState().initialStateGlobal[t];
1151
1157
  if (l === "_serverState")
@@ -1158,13 +1164,13 @@ function It(t, c, m, g) {
1158
1164
  if (l === "removeValidation") return v.removeValidation;
1159
1165
  }
1160
1166
  if (l === "getFormRef")
1161
- return () => bt.getState().getFormRef(t + "." + r.join("."));
1167
+ return () => Mt.getState().getFormRef(t + "." + r.join("."));
1162
1168
  if (l === "validationWrapper")
1163
1169
  return ({
1164
1170
  children: d,
1165
1171
  hideMessage: e
1166
1172
  }) => /* @__PURE__ */ Ot(
1167
- zt,
1173
+ qt,
1168
1174
  {
1169
1175
  formOpts: e ? { validation: { message: "" } } : void 0,
1170
1176
  path: r,
@@ -1180,31 +1186,31 @@ function It(t, c, m, g) {
1180
1186
  if (l === "update")
1181
1187
  return (d, e) => {
1182
1188
  if (e?.debounce)
1183
- Wt(() => {
1184
- it(c, d, r, "");
1189
+ zt(() => {
1190
+ ct(i, d, r, "");
1185
1191
  const n = o.getState().getNestedState(t, r);
1186
1192
  e?.afterUpdate && e.afterUpdate(n);
1187
1193
  }, e.debounce);
1188
1194
  else {
1189
- it(c, d, r, "");
1195
+ ct(i, d, r, "");
1190
1196
  const n = o.getState().getNestedState(t, r);
1191
1197
  e?.afterUpdate && e.afterUpdate(n);
1192
1198
  }
1193
- p(r);
1199
+ E(r);
1194
1200
  };
1195
1201
  if (l === "formElement")
1196
1202
  return (d, e) => /* @__PURE__ */ Ot(
1197
- qt,
1203
+ bt,
1198
1204
  {
1199
- setState: c,
1205
+ setState: i,
1200
1206
  stateKey: t,
1201
1207
  path: r,
1202
1208
  child: d,
1203
1209
  formOpts: e
1204
1210
  }
1205
1211
  );
1206
- const L = [...r, l], at = o.getState().getNestedState(t, L);
1207
- return s(at, L, S);
1212
+ const L = [...r, l], st = o.getState().getNestedState(t, L);
1213
+ return s(st, L, S);
1208
1214
  }
1209
1215
  }, z = new Proxy(j, U);
1210
1216
  return I.set(W, {
@@ -1216,35 +1222,35 @@ function It(t, c, m, g) {
1216
1222
  o.getState().getNestedState(t, [])
1217
1223
  );
1218
1224
  }
1219
- function Vt(t) {
1220
- return lt(oe, { proxy: t });
1225
+ function Gt(t) {
1226
+ return rt(oe, { proxy: t });
1221
1227
  }
1222
1228
  function re({
1223
1229
  proxy: t,
1224
- rebuildStateShape: c
1230
+ rebuildStateShape: i
1225
1231
  }) {
1226
1232
  const m = o().getNestedState(t._stateKey, t._path);
1227
- return Array.isArray(m) ? c(
1233
+ return Array.isArray(m) ? i(
1228
1234
  m,
1229
1235
  t._path
1230
1236
  ).stateMapNoRender(
1231
- (I, N, p, v, s) => t._mapFn(I, N, p, v, s)
1237
+ (I, N, E, v, s) => t._mapFn(I, N, E, v, s)
1232
1238
  ) : null;
1233
1239
  }
1234
1240
  function oe({
1235
1241
  proxy: t
1236
1242
  }) {
1237
- const c = q(null), m = `${t._stateKey}-${t._path.join(".")}`;
1238
- return ot(() => {
1239
- const g = c.current;
1243
+ const i = q(null), m = `${t._stateKey}-${t._path.join(".")}`;
1244
+ return at(() => {
1245
+ const g = i.current;
1240
1246
  if (!g || !g.parentElement) return;
1241
- const I = g.parentElement, p = Array.from(I.childNodes).indexOf(g);
1247
+ const I = g.parentElement, E = Array.from(I.childNodes).indexOf(g);
1242
1248
  let v = I.getAttribute("data-parent-id");
1243
1249
  v || (v = `parent-${crypto.randomUUID()}`, I.setAttribute("data-parent-id", v));
1244
1250
  const T = {
1245
1251
  instanceId: `instance-${crypto.randomUUID()}`,
1246
1252
  parentId: v,
1247
- position: p,
1253
+ position: E,
1248
1254
  effect: t._effect
1249
1255
  };
1250
1256
  o.getState().addSignalElement(m, T);
@@ -1264,14 +1270,14 @@ function oe({
1264
1270
  S !== null && typeof S == "object" && (S = JSON.stringify(S));
1265
1271
  const W = document.createTextNode(String(S));
1266
1272
  g.replaceWith(W);
1267
- }, [t._stateKey, t._path.join("."), t._effect]), lt("span", {
1268
- ref: c,
1273
+ }, [t._stateKey, t._path.join("."), t._effect]), rt("span", {
1274
+ ref: i,
1269
1275
  style: { display: "none" },
1270
1276
  "data-signal-id": m
1271
1277
  });
1272
1278
  }
1273
1279
  function pe(t) {
1274
- const c = Ht(
1280
+ const i = Ft(
1275
1281
  (m) => {
1276
1282
  const g = o.getState().stateComponents.get(t._stateKey) || {
1277
1283
  components: /* @__PURE__ */ new Map()
@@ -1283,23 +1289,23 @@ function pe(t) {
1283
1289
  },
1284
1290
  () => o.getState().getNestedState(t._stateKey, t._path)
1285
1291
  );
1286
- return lt("text", {}, String(c));
1292
+ return rt("text", {}, String(i));
1287
1293
  }
1288
1294
  function ae({
1289
1295
  stateKey: t,
1290
- itemComponentId: c,
1296
+ itemComponentId: i,
1291
1297
  itemPath: m,
1292
1298
  children: g
1293
1299
  }) {
1294
- const [, I] = K({}), [N, p] = Zt(), v = q(null);
1295
- return ot(() => {
1296
- p.height > 0 && p.height !== v.current && (v.current = p.height, o.getState().setShadowMetadata(t, m, {
1300
+ const [, I] = K({}), [N, E] = Zt(), v = q(null);
1301
+ return at(() => {
1302
+ E.height > 0 && E.height !== v.current && (v.current = E.height, o.getState().setShadowMetadata(t, m, {
1297
1303
  virtualizer: {
1298
- itemHeight: p.height
1304
+ itemHeight: E.height
1299
1305
  }
1300
1306
  }));
1301
- }, [p.height, t, m]), ct(() => {
1302
- const s = `${t}////${c}`, T = o.getState().stateComponents.get(t) || {
1307
+ }, [E.height, t, m]), lt(() => {
1308
+ const s = `${t}////${i}`, T = o.getState().stateComponents.get(t) || {
1303
1309
  components: /* @__PURE__ */ new Map()
1304
1310
  };
1305
1311
  return T.components.set(s, {
@@ -1309,10 +1315,10 @@ function ae({
1309
1315
  const r = o.getState().stateComponents.get(t);
1310
1316
  r && r.components.delete(s);
1311
1317
  };
1312
- }, [t, c, m.join(".")]), /* @__PURE__ */ Ot("div", { ref: N, children: g });
1318
+ }, [t, i, m.join(".")]), /* @__PURE__ */ Ot("div", { ref: N, children: g });
1313
1319
  }
1314
1320
  export {
1315
- Vt as $cogsSignal,
1321
+ Gt as $cogsSignal,
1316
1322
  pe as $cogsSignalStore,
1317
1323
  Ie as addStateOptions,
1318
1324
  ve as createCogsState,