cogsbox-state 0.5.406 → 0.5.407

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,23 +1,23 @@
1
1
  "use client";
2
- import { jsx as It } from "react/jsx-runtime";
3
- import { useState as nt, useRef as X, useEffect as rt, useLayoutEffect as kt, useMemo as wt, createElement as ut, useSyncExternalStore as Ut, startTransition as jt, useCallback as bt } from "react";
4
- import { transformStateFunc as Ot, isDeepEqual as q, isFunction as K, getNestedValue as Y, getDifferences as Tt, debounce as Ft } from "./utility.js";
5
- import { pushFunc as yt, updateFn as dt, cutFunc as mt, ValidationWrapper as Dt, FormControlComponent as Wt } from "./Functions.jsx";
6
- import Lt from "superjson";
7
- import { v4 as Et } from "uuid";
2
+ import { jsx as yt } from "react/jsx-runtime";
3
+ import { useState as et, useRef as Q, useEffect as nt, useLayoutEffect as Tt, useMemo as It, createElement as ct, useSyncExternalStore as Mt, startTransition as jt, useCallback as At } from "react";
4
+ import { transformStateFunc as Rt, isDeepEqual as J, isFunction as K, getNestedValue as Y, getDifferences as pt, debounce as Ot } from "./utility.js";
5
+ import { pushFunc as vt, updateFn as it, cutFunc as gt, ValidationWrapper as Ut, FormControlComponent as Ft } from "./Functions.jsx";
6
+ import Dt from "superjson";
7
+ import { v4 as wt } from "uuid";
8
8
  import "zod";
9
- import { getGlobalStore as o, formRefStore as $t } from "./store.js";
10
- import { useCogsConfig as Pt } from "./CogsStateClient.jsx";
11
- import { applyPatch as Gt } from "fast-json-patch";
12
- import Bt from "react-use-measure";
13
- function xt(t, c) {
9
+ import { getGlobalStore as o, formRefStore as kt } from "./store.js";
10
+ import { useCogsConfig as Nt } from "./CogsStateClient.jsx";
11
+ import { applyPatch as Wt } from "fast-json-patch";
12
+ import Lt from "react-use-measure";
13
+ function $t(t, c) {
14
14
  const S = o.getState().getInitialOptions, g = o.getState().setInitialStateOptions, y = S(t) || {};
15
15
  g(t, {
16
16
  ...y,
17
17
  ...c
18
18
  });
19
19
  }
20
- function Vt({
20
+ function bt({
21
21
  stateKey: t,
22
22
  options: c,
23
23
  initialOptionsPart: S
@@ -27,7 +27,7 @@ function Vt({
27
27
  if (c)
28
28
  for (const s in c)
29
29
  w.hasOwnProperty(s) ? (s == "localStorage" && c[s] && w[s].key !== c[s]?.key && (I = !0, w[s] = c[s]), s == "initialState" && c[s] && w[s] !== c[s] && // Different references
30
- !q(w[s], c[s]) && (I = !0, w[s] = c[s])) : (I = !0, w[s] = c[s]);
30
+ !J(w[s], c[s]) && (I = !0, w[s] = c[s])) : (I = !0, w[s] = c[s]);
31
31
  I && x(t, w);
32
32
  }
33
33
  function ue(t, { formElements: c, validation: S }) {
@@ -35,7 +35,7 @@ function ue(t, { formElements: c, validation: S }) {
35
35
  }
36
36
  const ge = (t, c) => {
37
37
  let S = t;
38
- const [g, y] = Ot(S);
38
+ const [g, y] = Rt(S);
39
39
  (Object.keys(y).length > 0 || c && Object.keys(c).length > 0) && Object.keys(y).forEach((I) => {
40
40
  y[I] = y[I] || {}, y[I].formElements = {
41
41
  ...c?.formElements,
@@ -46,13 +46,13 @@ const ge = (t, c) => {
46
46
  }, at(I) || o.getState().setInitialStateOptions(I, y[I]);
47
47
  }), o.getState().setInitialStates(g), o.getState().setCreatedState(g);
48
48
  const x = (I, s) => {
49
- const [h] = nt(s?.componentId ?? Et());
50
- Vt({
49
+ const [h] = et(s?.componentId ?? wt());
50
+ bt({
51
51
  stateKey: I,
52
52
  options: s,
53
53
  initialOptionsPart: y
54
54
  });
55
- const r = o.getState().cogsStateStore[I] || g[I], f = s?.modifyState ? s.modifyState(r) : r, [H, O] = Zt(
55
+ const r = o.getState().cogsStateStore[I] || g[I], f = s?.modifyState ? s.modifyState(r) : r, [G, O] = Jt(
56
56
  f,
57
57
  {
58
58
  stateKey: I,
@@ -71,21 +71,21 @@ const ge = (t, c) => {
71
71
  return O;
72
72
  };
73
73
  function w(I, s) {
74
- Vt({ stateKey: I, options: s, initialOptionsPart: y }), s.localStorage && qt(I, s), gt(I);
74
+ bt({ stateKey: I, options: s, initialOptionsPart: y }), s.localStorage && zt(I, s), lt(I);
75
75
  }
76
76
  return { useCogsState: x, setCogsOptions: w };
77
77
  }, {
78
- setUpdaterState: ht,
79
- setState: ot,
78
+ setUpdaterState: ft,
79
+ setState: rt,
80
80
  getInitialOptions: at,
81
- getKeyState: _t,
82
- getValidationErrors: Ht,
83
- setStateLog: zt,
84
- updateInitialStateGlobal: At,
85
- addValidationError: Mt,
86
- removeValidationError: Z,
87
- setServerSyncActions: Jt
88
- } = o.getState(), Ct = (t, c, S, g, y) => {
81
+ getKeyState: Ct,
82
+ getValidationErrors: Gt,
83
+ setStateLog: Bt,
84
+ updateInitialStateGlobal: Et,
85
+ addValidationError: Pt,
86
+ removeValidationError: X,
87
+ setServerSyncActions: Ht
88
+ } = o.getState(), xt = (t, c, S, g, y) => {
89
89
  S?.log && console.log(
90
90
  "saving to localstorage",
91
91
  c,
@@ -97,20 +97,20 @@ const ge = (t, c) => {
97
97
  const w = `${g}-${c}-${x}`;
98
98
  let I;
99
99
  try {
100
- I = pt(w)?.lastSyncedWithServer;
100
+ I = mt(w)?.lastSyncedWithServer;
101
101
  } catch {
102
102
  }
103
103
  const s = {
104
104
  state: t,
105
105
  lastUpdated: Date.now(),
106
106
  lastSyncedWithServer: y ?? I
107
- }, h = Lt.serialize(s);
107
+ }, h = Dt.serialize(s);
108
108
  window.localStorage.setItem(
109
109
  w,
110
110
  JSON.stringify(h.json)
111
111
  );
112
112
  }
113
- }, pt = (t) => {
113
+ }, mt = (t) => {
114
114
  if (!t) return null;
115
115
  try {
116
116
  const c = window.localStorage.getItem(t);
@@ -118,20 +118,20 @@ const ge = (t, c) => {
118
118
  } catch (c) {
119
119
  return console.error("Error loading from localStorage:", c), null;
120
120
  }
121
- }, qt = (t, c) => {
122
- const S = o.getState().cogsStateStore[t], { sessionId: g } = Pt(), y = K(c?.localStorage?.key) ? c.localStorage.key(S) : c?.localStorage?.key;
121
+ }, zt = (t, c) => {
122
+ const S = o.getState().cogsStateStore[t], { sessionId: g } = Nt(), y = K(c?.localStorage?.key) ? c.localStorage.key(S) : c?.localStorage?.key;
123
123
  if (y && g) {
124
- const x = pt(
124
+ const x = mt(
125
125
  `${g}-${t}-${y}`
126
126
  );
127
127
  if (x && x.lastUpdated > (x.lastSyncedWithServer || 0))
128
- return ot(t, x.state), gt(t), !0;
128
+ return rt(t, x.state), lt(t), !0;
129
129
  }
130
130
  return !1;
131
- }, Rt = (t, c, S, g, y, x) => {
131
+ }, _t = (t, c, S, g, y, x) => {
132
132
  const w = {
133
133
  initialState: c,
134
- updaterState: vt(
134
+ updaterState: St(
135
135
  t,
136
136
  g,
137
137
  y,
@@ -139,8 +139,8 @@ const ge = (t, c) => {
139
139
  ),
140
140
  state: S
141
141
  };
142
- At(t, w.initialState), ht(t, w.updaterState), ot(t, w.state);
143
- }, gt = (t) => {
142
+ Et(t, w.initialState), ft(t, w.updaterState), rt(t, w.state);
143
+ }, lt = (t) => {
144
144
  const c = o.getState().stateComponents.get(t);
145
145
  if (!c) return;
146
146
  const S = /* @__PURE__ */ new Set();
@@ -157,7 +157,7 @@ const ge = (t, c) => {
157
157
  return;
158
158
  y && y.forceUpdate();
159
159
  }
160
- }, Yt = (t, c, S, g) => {
160
+ }, qt = (t, c, S, g) => {
161
161
  switch (t) {
162
162
  case "update":
163
163
  return {
@@ -180,7 +180,7 @@ const ge = (t, c) => {
180
180
  return { oldValue: null, newValue: null };
181
181
  }
182
182
  };
183
- function Zt(t, {
183
+ function Jt(t, {
184
184
  stateKey: c,
185
185
  serverSync: S,
186
186
  localStorage: g,
@@ -193,14 +193,14 @@ function Zt(t, {
193
193
  dependencies: r,
194
194
  serverState: f
195
195
  } = {}) {
196
- const [H, O] = nt({}), { sessionId: F } = Pt();
197
- let z = !c;
198
- const [m] = nt(c ?? Et()), l = o.getState().stateLog[m], ft = X(/* @__PURE__ */ new Set()), tt = X(I ?? Et()), R = X(
196
+ const [G, O] = et({}), { sessionId: U } = Nt();
197
+ let B = !c;
198
+ const [m] = et(c ?? wt()), l = o.getState().stateLog[m], dt = Q(/* @__PURE__ */ new Set()), tt = Q(I ?? wt()), j = Q(
199
199
  null
200
200
  );
201
- R.current = at(m) ?? null, rt(() => {
201
+ j.current = at(m) ?? null, nt(() => {
202
202
  if (h && h.stateKey === m && h.path?.[0]) {
203
- ot(m, (n) => ({
203
+ rt(m, (n) => ({
204
204
  ...n,
205
205
  [h.path[0]]: h.newValue
206
206
  }));
@@ -210,40 +210,40 @@ function Zt(t, {
210
210
  userId: h.userId
211
211
  });
212
212
  }
213
- }, [h]), rt(() => {
213
+ }, [h]), nt(() => {
214
214
  if (s) {
215
- xt(m, {
215
+ $t(m, {
216
216
  initialState: s
217
217
  });
218
- const e = R.current, a = e?.serverState?.id !== void 0 && e?.serverState?.status === "success" && e?.serverState?.data, i = o.getState().initialStateGlobal[m];
219
- if (!(i && !q(i, s) || !i) && !a)
218
+ const e = j.current, a = e?.serverState?.id !== void 0 && e?.serverState?.status === "success" && e?.serverState?.data, i = o.getState().initialStateGlobal[m];
219
+ if (!(i && !J(i, s) || !i) && !a)
220
220
  return;
221
221
  let u = null;
222
222
  const p = K(e?.localStorage?.key) ? e?.localStorage?.key(s) : e?.localStorage?.key;
223
- p && F && (u = pt(`${F}-${m}-${p}`));
224
- let T = s, b = !1;
225
- const _ = a ? Date.now() : 0, N = u?.lastUpdated || 0, M = u?.lastSyncedWithServer || 0;
226
- a && _ > N ? (T = e.serverState.data, b = !0) : u && N > M && (T = u.state, e?.localStorage?.onChange && e?.localStorage?.onChange(T)), o.getState().initializeShadowState(m, s), Rt(
223
+ p && U && (u = mt(`${U}-${m}-${p}`));
224
+ let T = s, A = !1;
225
+ const _ = a ? Date.now() : 0, k = u?.lastUpdated || 0, M = u?.lastSyncedWithServer || 0;
226
+ a && _ > k ? (T = e.serverState.data, A = !0) : u && k > M && (T = u.state, e?.localStorage?.onChange && e?.localStorage?.onChange(T)), o.getState().initializeShadowState(m, s), _t(
227
227
  m,
228
228
  s,
229
229
  T,
230
230
  st,
231
231
  tt.current,
232
- F
233
- ), b && p && F && Ct(T, m, e, F, Date.now()), gt(m), (Array.isArray(w) ? w : [w || "component"]).includes("none") || O({});
232
+ U
233
+ ), A && p && U && xt(T, m, e, U, Date.now()), lt(m), (Array.isArray(w) ? w : [w || "component"]).includes("none") || O({});
234
234
  }
235
235
  }, [
236
236
  s,
237
237
  f?.status,
238
238
  f?.data,
239
239
  ...r || []
240
- ]), kt(() => {
241
- z && xt(m, {
240
+ ]), Tt(() => {
241
+ B && $t(m, {
242
242
  serverSync: S,
243
243
  formElements: y,
244
244
  initialState: s,
245
245
  localStorage: g,
246
- middleware: R.current?.middleware
246
+ middleware: j.current?.middleware
247
247
  });
248
248
  const e = `${m}////${tt.current}`, n = o.getState().stateComponents.get(m) || {
249
249
  components: /* @__PURE__ */ new Map()
@@ -261,115 +261,115 @@ function Zt(t, {
261
261
  const st = (e, n, a, i) => {
262
262
  if (Array.isArray(n)) {
263
263
  const u = `${m}-${n.join(".")}`;
264
- ft.current.add(u);
264
+ dt.current.add(u);
265
265
  }
266
266
  const v = o.getState();
267
- ot(m, (u) => {
267
+ rt(m, (u) => {
268
268
  const p = K(e) ? e(u) : e, T = `${m}-${n.join(".")}`;
269
269
  if (T) {
270
- let k = !1, V = v.signalDomElements.get(T);
271
- if ((!V || V.size === 0) && (a.updateType === "insert" || a.updateType === "cut")) {
272
- const C = n.slice(0, -1), L = Y(p, C);
273
- if (Array.isArray(L)) {
274
- k = !0;
275
- const A = `${m}-${C.join(".")}`;
276
- V = v.signalDomElements.get(A);
270
+ let b = !1, N = v.signalDomElements.get(T);
271
+ if ((!N || N.size === 0) && (a.updateType === "insert" || a.updateType === "cut")) {
272
+ const C = n.slice(0, -1), W = Y(p, C);
273
+ if (Array.isArray(W)) {
274
+ b = !0;
275
+ const E = `${m}-${C.join(".")}`;
276
+ N = v.signalDomElements.get(E);
277
277
  }
278
278
  }
279
- if (V) {
280
- const C = k ? Y(p, n.slice(0, -1)) : Y(p, n);
281
- V.forEach(({ parentId: L, position: A, effect: D }) => {
282
- const U = document.querySelector(
283
- `[data-parent-id="${L}"]`
279
+ if (N) {
280
+ const C = b ? Y(p, n.slice(0, -1)) : Y(p, n);
281
+ N.forEach(({ parentId: W, position: E, effect: F }) => {
282
+ const R = document.querySelector(
283
+ `[data-parent-id="${W}"]`
284
284
  );
285
- if (U) {
286
- const $ = Array.from(U.childNodes);
287
- if ($[A]) {
288
- const E = D ? new Function("state", `return (${D})(state)`)(C) : C;
289
- $[A].textContent = String(E);
285
+ if (R) {
286
+ const V = Array.from(R.childNodes);
287
+ if (V[E]) {
288
+ const $ = F ? new Function("state", `return (${F})(state)`)(C) : C;
289
+ V[E].textContent = String($);
290
290
  }
291
291
  }
292
292
  });
293
293
  }
294
294
  }
295
- console.log("shadowState", v.shadowStateStore), a.updateType === "update" && (i || R.current?.validation?.key) && n && Z(
296
- (i || R.current?.validation?.key) + "." + n.join(".")
295
+ console.log("shadowState", v.shadowStateStore), a.updateType === "update" && (i || j.current?.validation?.key) && n && X(
296
+ (i || j.current?.validation?.key) + "." + n.join(".")
297
297
  );
298
- const b = n.slice(0, n.length - 1);
299
- a.updateType === "cut" && R.current?.validation?.key && Z(
300
- R.current?.validation?.key + "." + b.join(".")
301
- ), a.updateType === "insert" && R.current?.validation?.key && Ht(
302
- R.current?.validation?.key + "." + b.join(".")
303
- ).filter(([V, C]) => {
304
- let L = V?.split(".").length;
305
- if (V == b.join(".") && L == b.length - 1) {
306
- let A = V + "." + b;
307
- Z(V), Mt(A, C);
298
+ const A = n.slice(0, n.length - 1);
299
+ a.updateType === "cut" && j.current?.validation?.key && X(
300
+ j.current?.validation?.key + "." + A.join(".")
301
+ ), a.updateType === "insert" && j.current?.validation?.key && Gt(
302
+ j.current?.validation?.key + "." + A.join(".")
303
+ ).filter(([N, C]) => {
304
+ let W = N?.split(".").length;
305
+ if (N == A.join(".") && W == A.length - 1) {
306
+ let E = N + "." + A;
307
+ X(N), Pt(E, C);
308
308
  }
309
309
  });
310
310
  const _ = v.stateComponents.get(m);
311
311
  if (console.log("stateEntry >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>", _), _) {
312
- const k = Tt(u, p), V = new Set(k), C = a.updateType === "update" ? n.join(".") : n.slice(0, -1).join(".") || "";
312
+ const b = pt(u, p), N = new Set(b), C = a.updateType === "update" ? n.join(".") : n.slice(0, -1).join(".") || "";
313
313
  for (const [
314
- L,
315
- A
314
+ W,
315
+ E
316
316
  ] of _.components.entries()) {
317
- let D = !1;
318
- const U = Array.isArray(A.reactiveType) ? A.reactiveType : [A.reactiveType || "component"];
319
- if (console.log("component", A), !U.includes("none")) {
320
- if (U.includes("all")) {
321
- A.forceUpdate();
317
+ let F = !1;
318
+ const R = Array.isArray(E.reactiveType) ? E.reactiveType : [E.reactiveType || "component"];
319
+ if (console.log("component", E), !R.includes("none")) {
320
+ if (R.includes("all")) {
321
+ E.forceUpdate();
322
322
  continue;
323
323
  }
324
- if (U.includes("component") && ((A.paths.has(C) || A.paths.has("")) && (D = !0), !D))
325
- for (const $ of V) {
326
- let E = $;
324
+ if (R.includes("component") && ((E.paths.has(C) || E.paths.has("")) && (F = !0), !F))
325
+ for (const V of N) {
326
+ let $ = V;
327
327
  for (; ; ) {
328
- if (A.paths.has(E)) {
329
- D = !0;
328
+ if (E.paths.has($)) {
329
+ F = !0;
330
330
  break;
331
331
  }
332
- const W = E.lastIndexOf(".");
333
- if (W !== -1) {
334
- const j = E.substring(
332
+ const D = $.lastIndexOf(".");
333
+ if (D !== -1) {
334
+ const L = $.substring(
335
335
  0,
336
- W
336
+ D
337
337
  );
338
338
  if (!isNaN(
339
- Number(E.substring(W + 1))
340
- ) && A.paths.has(j)) {
341
- D = !0;
339
+ Number($.substring(D + 1))
340
+ ) && E.paths.has(L)) {
341
+ F = !0;
342
342
  break;
343
343
  }
344
- E = j;
344
+ $ = L;
345
345
  } else
346
- E = "";
347
- if (E === "")
346
+ $ = "";
347
+ if ($ === "")
348
348
  break;
349
349
  }
350
- if (D) break;
350
+ if (F) break;
351
351
  }
352
- if (!D && U.includes("deps") && A.depsFunction) {
353
- const $ = A.depsFunction(p);
354
- let E = !1;
355
- typeof $ == "boolean" ? $ && (E = !0) : q(A.deps, $) || (A.deps = $, E = !0), E && (D = !0);
352
+ if (!F && R.includes("deps") && E.depsFunction) {
353
+ const V = E.depsFunction(p);
354
+ let $ = !1;
355
+ typeof V == "boolean" ? V && ($ = !0) : J(E.deps, V) || (E.deps = V, $ = !0), $ && (F = !0);
356
356
  }
357
- D && A.forceUpdate();
357
+ F && E.forceUpdate();
358
358
  }
359
359
  }
360
360
  }
361
- const N = Date.now();
362
- n = n.map((k, V) => {
363
- const C = n.slice(0, -1), L = Y(p, C);
364
- return V === n.length - 1 && ["insert", "cut"].includes(a.updateType) ? (L.length - 1).toString() : k;
361
+ const k = Date.now();
362
+ n = n.map((b, N) => {
363
+ const C = n.slice(0, -1), W = Y(p, C);
364
+ return N === n.length - 1 && ["insert", "cut"].includes(a.updateType) ? (W.length - 1).toString() : b;
365
365
  });
366
- const { oldValue: M, newValue: P } = Yt(
366
+ const { oldValue: M, newValue: P } = qt(
367
367
  a.updateType,
368
368
  u,
369
369
  p,
370
370
  n
371
- ), J = {
372
- timeStamp: N,
371
+ ), H = {
372
+ timeStamp: k,
373
373
  stateKey: m,
374
374
  path: n,
375
375
  updateType: a.updateType,
@@ -382,58 +382,58 @@ function Zt(t, {
382
382
  v.updateShadowAtPath(m, n, p);
383
383
  break;
384
384
  case "insert":
385
- const k = n.slice(0, -1);
386
- v.insertShadowArrayElement(m, k, P);
385
+ const b = n.slice(0, -1);
386
+ v.insertShadowArrayElement(m, b, P);
387
387
  break;
388
388
  case "cut":
389
- const V = n.slice(0, -1), C = parseInt(n[n.length - 1]);
390
- v.removeShadowArrayElement(m, V, C);
389
+ const N = n.slice(0, -1), C = parseInt(n[n.length - 1]);
390
+ v.removeShadowArrayElement(m, N, C);
391
391
  break;
392
392
  }
393
- if (zt(m, (k) => {
394
- const C = [...k ?? [], J].reduce((L, A) => {
395
- const D = `${A.stateKey}:${JSON.stringify(A.path)}`, U = L.get(D);
396
- return U ? (U.timeStamp = Math.max(U.timeStamp, A.timeStamp), U.newValue = A.newValue, U.oldValue = U.oldValue ?? A.oldValue, U.updateType = A.updateType) : L.set(D, { ...A }), L;
393
+ if (Bt(m, (b) => {
394
+ const C = [...b ?? [], H].reduce((W, E) => {
395
+ const F = `${E.stateKey}:${JSON.stringify(E.path)}`, R = W.get(F);
396
+ return R ? (R.timeStamp = Math.max(R.timeStamp, E.timeStamp), R.newValue = E.newValue, R.oldValue = R.oldValue ?? E.oldValue, R.updateType = E.updateType) : W.set(F, { ...E }), W;
397
397
  }, /* @__PURE__ */ new Map());
398
398
  return Array.from(C.values());
399
- }), Ct(
399
+ }), xt(
400
400
  p,
401
401
  m,
402
- R.current,
403
- F
404
- ), R.current?.middleware && R.current.middleware({
402
+ j.current,
403
+ U
404
+ ), j.current?.middleware && j.current.middleware({
405
405
  updateLog: l,
406
- update: J
407
- }), R.current?.serverSync) {
408
- const k = v.serverState[m], V = R.current?.serverSync;
409
- Jt(m, {
410
- syncKey: typeof V.syncKey == "string" ? V.syncKey : V.syncKey({ state: p }),
411
- rollBackState: k,
412
- actionTimeStamp: Date.now() + (V.debounce ?? 3e3),
406
+ update: H
407
+ }), j.current?.serverSync) {
408
+ const b = v.serverState[m], N = j.current?.serverSync;
409
+ Ht(m, {
410
+ syncKey: typeof N.syncKey == "string" ? N.syncKey : N.syncKey({ state: p }),
411
+ rollBackState: b,
412
+ actionTimeStamp: Date.now() + (N.debounce ?? 3e3),
413
413
  status: "waiting"
414
414
  });
415
415
  }
416
416
  return p;
417
417
  });
418
418
  };
419
- o.getState().updaterState[m] || (ht(
419
+ o.getState().updaterState[m] || (ft(
420
420
  m,
421
- vt(
421
+ St(
422
422
  m,
423
423
  st,
424
424
  tt.current,
425
- F
425
+ U
426
426
  )
427
- ), o.getState().cogsStateStore[m] || ot(m, t), o.getState().initialStateGlobal[m] || At(m, t));
428
- const d = wt(() => vt(
427
+ ), o.getState().cogsStateStore[m] || rt(m, t), o.getState().initialStateGlobal[m] || Et(m, t));
428
+ const d = It(() => St(
429
429
  m,
430
430
  st,
431
431
  tt.current,
432
- F
433
- ), [m, F]);
434
- return [_t(m), d];
432
+ U
433
+ ), [m, U]);
434
+ return [Ct(m), d];
435
435
  }
436
- function vt(t, c, S, g) {
436
+ function St(t, c, S, g) {
437
437
  const y = /* @__PURE__ */ new Map();
438
438
  let x = 0;
439
439
  const w = (h) => {
@@ -443,15 +443,15 @@ function vt(t, c, S, g) {
443
443
  x++;
444
444
  }, I = {
445
445
  removeValidation: (h) => {
446
- h?.validationKey && Z(h.validationKey);
446
+ h?.validationKey && X(h.validationKey);
447
447
  },
448
448
  revertToInitialState: (h) => {
449
449
  const r = o.getState().getInitialOptions(t)?.validation;
450
- r?.key && Z(r?.key), h?.validationKey && Z(h.validationKey);
450
+ r?.key && X(r?.key), h?.validationKey && X(h.validationKey);
451
451
  const f = o.getState().initialStateGlobal[t];
452
452
  o.getState().clearSelectedIndexesForState(t), y.clear(), x++;
453
- const H = s(f, []), O = at(t), F = K(O?.localStorage?.key) ? O?.localStorage?.key(f) : O?.localStorage?.key, z = `${g}-${t}-${F}`;
454
- z && localStorage.removeItem(z), ht(t, H), ot(t, f);
453
+ const G = s(f, []), O = at(t), U = K(O?.localStorage?.key) ? O?.localStorage?.key(f) : O?.localStorage?.key, B = `${g}-${t}-${U}`;
454
+ B && localStorage.removeItem(B), ft(t, G), rt(t, f);
455
455
  const m = o.getState().stateComponents.get(t);
456
456
  return m && m.components.forEach((l) => {
457
457
  l.forceUpdate();
@@ -459,20 +459,20 @@ function vt(t, c, S, g) {
459
459
  },
460
460
  updateInitialState: (h) => {
461
461
  y.clear(), x++;
462
- const r = vt(
462
+ const r = St(
463
463
  t,
464
464
  c,
465
465
  S,
466
466
  g
467
- ), f = o.getState().initialStateGlobal[t], H = at(t), O = K(H?.localStorage?.key) ? H?.localStorage?.key(f) : H?.localStorage?.key, F = `${g}-${t}-${O}`;
468
- return localStorage.getItem(F) && localStorage.removeItem(F), jt(() => {
469
- At(t, h), o.getState().initializeShadowState(t, h), ht(t, r), ot(t, h);
470
- const z = o.getState().stateComponents.get(t);
471
- z && z.components.forEach((m) => {
467
+ ), f = o.getState().initialStateGlobal[t], G = at(t), O = K(G?.localStorage?.key) ? G?.localStorage?.key(f) : G?.localStorage?.key, U = `${g}-${t}-${O}`;
468
+ return localStorage.getItem(U) && localStorage.removeItem(U), jt(() => {
469
+ Et(t, h), o.getState().initializeShadowState(t, h), ft(t, r), rt(t, h);
470
+ const B = o.getState().stateComponents.get(t);
471
+ B && B.components.forEach((m) => {
472
472
  m.forceUpdate();
473
473
  });
474
474
  }), {
475
- fetchId: (z) => r.get()[z]
475
+ fetchId: (B) => r.get()[B]
476
476
  };
477
477
  },
478
478
  _initialState: o.getState().initialStateGlobal[t],
@@ -480,27 +480,27 @@ function vt(t, c, S, g) {
480
480
  _isLoading: o.getState().isLoadingGlobal[t],
481
481
  _isServerSynced: () => {
482
482
  const h = o.getState().serverState[t];
483
- return !!(h && q(h, _t(t)));
483
+ return !!(h && J(h, Ct(t)));
484
484
  }
485
485
  };
486
486
  function s(h, r = [], f) {
487
- const H = r.map(String).join(".");
488
- y.get(H);
487
+ const G = r.map(String).join(".");
488
+ y.get(G);
489
489
  const O = function() {
490
490
  return o().getNestedState(t, r);
491
491
  };
492
492
  Object.keys(I).forEach((m) => {
493
493
  O[m] = I[m];
494
494
  });
495
- const F = {
496
- apply(m, l, ft) {
495
+ const U = {
496
+ apply(m, l, dt) {
497
497
  return console.log(
498
498
  `PROXY APPLY TRAP HIT: stateKey=${t}, path=${r.join(".")}`
499
499
  ), console.trace("Apply trap stack trace"), o().getNestedState(t, r);
500
500
  },
501
501
  get(m, l) {
502
502
  f?.validIndices && !Array.isArray(h) && (f = { ...f, validIndices: void 0 });
503
- const ft = /* @__PURE__ */ new Set([
503
+ const dt = /* @__PURE__ */ new Set([
504
504
  "insert",
505
505
  "cut",
506
506
  "cutByValue",
@@ -523,7 +523,7 @@ function vt(t, c, S, g) {
523
523
  "_stateKey",
524
524
  "getComponents"
525
525
  ]);
526
- if (l !== "then" && !l.startsWith("$") && l !== "stateMapNoRender" && !ft.has(l)) {
526
+ if (l !== "then" && !l.startsWith("$") && l !== "stateMapNoRender" && !dt.has(l)) {
527
527
  const d = `${t}////${S}`, e = o.getState().stateComponents.get(t);
528
528
  if (e) {
529
529
  const n = e.components.get(d);
@@ -540,7 +540,7 @@ function vt(t, c, S, g) {
540
540
  }
541
541
  }
542
542
  if (l === "getDifferences")
543
- return () => Tt(
543
+ return () => pt(
544
544
  o.getState().cogsStateStore[t],
545
545
  o.getState().initialStateGlobal[t]
546
546
  );
@@ -569,7 +569,7 @@ function vt(t, c, S, g) {
569
569
  };
570
570
  if (l === "_status") {
571
571
  const d = o.getState().getNestedState(t, r), e = o.getState().initialStateGlobal[t], n = Y(e, r);
572
- return q(d, n) ? "fresh" : "stale";
572
+ return J(d, n) ? "fresh" : "stale";
573
573
  }
574
574
  if (l === "getStatus")
575
575
  return function() {
@@ -577,7 +577,7 @@ function vt(t, c, S, g) {
577
577
  t,
578
578
  r
579
579
  ), e = o.getState().initialStateGlobal[t], n = Y(e, r);
580
- return q(d, n) ? "fresh" : "stale";
580
+ return J(d, n) ? "fresh" : "stale";
581
581
  };
582
582
  if (l === "removeStorage")
583
583
  return () => {
@@ -622,177 +622,126 @@ function vt(t, c, S, g) {
622
622
  overscan: a = 6,
623
623
  stickToBottom: i = !1,
624
624
  dependencies: v = []
625
- } = e;
626
- console.log("useVirtualView initialized with:", {
627
- itemHeight: n,
628
- overscan: a,
629
- stickToBottom: i
630
- });
631
- const u = X(null), [p, T] = nt({
625
+ } = e, u = Q(null), [p, T] = et({
632
626
  startIndex: 0,
633
627
  endIndex: 10
634
- }), [b, _] = nt(0), N = X(!1), M = X(!0), P = X(
628
+ }), [A, _] = et(0), k = Q(!1), M = Q(!0), P = Q(
635
629
  null
636
630
  );
637
- rt(() => (console.log("Setting up shadow state subscription"), o.getState().subscribeToShadowState(t, () => {
638
- console.log("Shadow state updated"), _((E) => E + 1);
639
- })), [t]);
640
- const J = o().getNestedState(
631
+ nt(() => o.getState().subscribeToShadowState(t, () => {
632
+ _(($) => $ + 1);
633
+ }), [t]);
634
+ const H = o().getNestedState(
641
635
  t,
642
636
  r
643
- ), k = J.length;
644
- console.log("Source array length:", k);
645
- const { totalHeight: V, positions: C } = wt(() => {
646
- console.log("Recalculating heights and positions");
647
- const $ = o.getState().getShadowMetadata(t, r) || [];
648
- let E = 0;
649
- const W = [];
650
- for (let j = 0; j < k; j++) {
651
- W[j] = E;
652
- const Q = $[j]?.virtualizer?.itemHeight;
653
- E += Q || n;
637
+ ), b = H.length, { totalHeight: N, positions: C } = It(() => {
638
+ const V = o.getState().getShadowMetadata(t, r) || [];
639
+ let $ = 0;
640
+ const D = [];
641
+ for (let L = 0; L < b; L++) {
642
+ D[L] = $;
643
+ const Z = V[L]?.virtualizer?.itemHeight;
644
+ $ += Z || n;
654
645
  }
655
- return console.log("Total height calculated:", E), { totalHeight: E, positions: W };
646
+ return { totalHeight: $, positions: D };
656
647
  }, [
657
- k,
648
+ b,
658
649
  t,
659
650
  r.join("."),
660
651
  n,
661
- b
662
- ]), L = wt(() => {
663
- const $ = Math.max(0, p.startIndex), E = Math.min(k, p.endIndex);
664
- console.log("Creating virtual state for range:", {
665
- start: $,
666
- end: E
667
- });
668
- const W = Array.from(
669
- { length: E - $ },
670
- (Q, G) => $ + G
671
- ), j = W.map((Q) => J[Q]);
672
- return s(j, r, {
652
+ A
653
+ ]), W = It(() => {
654
+ const V = Math.max(0, p.startIndex), $ = Math.min(b, p.endIndex), D = Array.from(
655
+ { length: $ - V },
656
+ (Z, q) => V + q
657
+ ), L = D.map((Z) => H[Z]);
658
+ return s(L, r, {
673
659
  ...f,
674
- validIndices: W
660
+ validIndices: D
675
661
  });
676
- }, [p.startIndex, p.endIndex, J, k]);
677
- rt(() => {
678
- if (console.log("Auto-scroll effect triggered:", {
679
- stickToBottom: i,
680
- hasContainer: !!u.current,
681
- totalCount: k,
682
- shouldStickToBottom: M.current,
683
- range: p
684
- }), !i) {
685
- console.log("Stick to bottom is false, skipping");
686
- return;
687
- }
688
- if (!u.current) {
689
- console.log("No container ref, skipping");
690
- return;
691
- }
692
- if (k === 0) {
693
- console.log("No items, skipping");
694
- return;
695
- }
696
- if (!M.current) {
697
- console.log(
698
- "Should not stick to bottom (user scrolled), skipping"
699
- );
700
- return;
701
- }
702
- console.log("Proceeding with auto-scroll logic"), P.current && (console.log("Clearing existing scroll interval"), clearInterval(P.current));
703
- const $ = 50, E = p.endIndex < $, W = k > p.endIndex + $;
704
- if (console.log("Jump check:", {
705
- isInitialLoad: E,
706
- isBigJump: W,
707
- totalCount: k,
708
- currentEndIndex: p.endIndex
709
- }), E || W) {
710
- const G = {
711
- startIndex: Math.max(0, k - 20),
712
- endIndex: k
662
+ }, [p.startIndex, p.endIndex, H, b]);
663
+ nt(() => {
664
+ if (!i || !u.current || b === 0 || !M.current) return;
665
+ P.current && clearInterval(P.current);
666
+ const V = 50, $ = p.endIndex < V, D = b > p.endIndex + V;
667
+ if ($ || D) {
668
+ k.current = !0;
669
+ const q = {
670
+ startIndex: Math.max(0, b - 20),
671
+ endIndex: b
713
672
  };
714
- console.log("Jumping to end range:", G), T(G);
673
+ T(q), setTimeout(() => {
674
+ k.current = !1;
675
+ }, 100);
715
676
  }
716
- let j = 0;
717
- const Q = 50;
718
- return console.log("Starting scroll-to-bottom interval"), P.current = setInterval(() => {
719
- const G = u.current;
720
- if (!G) {
721
- console.log("Container lost during interval");
722
- return;
723
- }
724
- j++;
725
- const { scrollTop: it, scrollHeight: et, clientHeight: ct } = G, St = it + ct, lt = et, B = lt - St < 5;
726
- console.log(`Scroll attempt ${j}:`, {
727
- currentBottom: St,
728
- actualBottom: lt,
729
- isAtBottom: B,
730
- scrollTop: it,
731
- scrollHeight: et,
732
- clientHeight: ct
733
- }), B || j >= Q ? (console.log(
734
- B ? "Successfully reached bottom!" : "Timeout - giving up"
735
- ), clearInterval(P.current), P.current = null) : (console.log("Scrolling to", G.scrollHeight), G.scrollTop = G.scrollHeight);
677
+ let L = 0;
678
+ const Z = 50;
679
+ return P.current = setInterval(() => {
680
+ const q = u.current;
681
+ if (!q) return;
682
+ L++;
683
+ const { scrollTop: ot, scrollHeight: ut, clientHeight: ht } = q, z = ot + ht;
684
+ ut - z < 5 || L >= Z ? (clearInterval(P.current), P.current = null) : (k.current = !0, q.scrollTop = q.scrollHeight, setTimeout(() => {
685
+ k.current = !1;
686
+ }, 50));
736
687
  }, 100), () => {
737
- console.log("Cleaning up scroll interval"), P.current && (clearInterval(P.current), P.current = null);
688
+ P.current && (clearInterval(P.current), P.current = null);
738
689
  };
739
- }, [k, i, p.startIndex, p.endIndex]), rt(() => {
740
- const $ = u.current;
741
- if (!$) {
742
- console.log("No container for scroll handler");
743
- return;
744
- }
745
- console.log("Setting up scroll handler");
746
- let E;
747
- const W = () => {
748
- P.current && (console.log("User scrolled - stopping auto-scroll"), clearInterval(P.current), P.current = null);
749
- const { scrollTop: j, scrollHeight: Q, clientHeight: G } = $, it = Q - j - G < 10;
750
- M.current = it, console.log("User scroll - at bottom:", it), clearTimeout(E), N.current = !0, E = setTimeout(() => {
751
- N.current = !1, console.log("User stopped scrolling");
752
- }, 150);
753
- let et = 0;
754
- for (let B = 0; B < C.length; B++)
755
- if (C[B] > j - n * a) {
756
- et = Math.max(0, B - 1);
690
+ }, [b, i, p.startIndex, p.endIndex]), nt(() => {
691
+ const V = u.current;
692
+ if (!V) return;
693
+ const $ = () => {
694
+ if (k.current)
695
+ return;
696
+ P.current && (clearInterval(P.current), P.current = null);
697
+ const { scrollTop: D, scrollHeight: L, clientHeight: Z } = V, q = L - D - Z < 10;
698
+ M.current = q;
699
+ let ot = 0;
700
+ for (let z = 0; z < C.length; z++)
701
+ if (C[z] > D - n * a) {
702
+ ot = Math.max(0, z - 1);
757
703
  break;
758
704
  }
759
- let ct = et;
760
- const St = j + G;
761
- for (let B = et; B < C.length && !(C[B] > St + n * a); B++)
762
- ct = B;
763
- const lt = {
764
- startIndex: Math.max(0, et),
765
- endIndex: Math.min(k, ct + 1 + a)
766
- };
767
- console.log("Updating visible range:", lt), T(lt);
705
+ let ut = ot;
706
+ const ht = D + Z;
707
+ for (let z = ot; z < C.length && !(C[z] > ht + n * a); z++)
708
+ ut = z;
709
+ T({
710
+ startIndex: Math.max(0, ot),
711
+ endIndex: Math.min(b, ut + 1 + a)
712
+ });
768
713
  };
769
- return $.addEventListener("scroll", W, {
714
+ return V.addEventListener("scroll", $, {
770
715
  passive: !0
771
- }), console.log("Initial scroll calculation"), W(), () => {
772
- console.log("Removing scroll handler"), $.removeEventListener("scroll", W), clearTimeout(E);
716
+ }), $(), () => {
717
+ V.removeEventListener("scroll", $);
773
718
  };
774
- }, [C, k, n, a]);
775
- const A = bt(
776
- ($ = "auto") => {
777
- console.log("Manual scrollToBottom called"), M.current = !0, u.current && (u.current.scrollTop = u.current.scrollHeight);
719
+ }, [C, b, n, a]);
720
+ const E = At(
721
+ (V = "auto") => {
722
+ M.current = !0, k.current = !0, u.current && (u.current.scrollTop = u.current.scrollHeight), setTimeout(() => {
723
+ k.current = !1;
724
+ }, 100);
778
725
  },
779
726
  []
780
- ), D = bt(
781
- ($, E = "smooth") => {
782
- console.log("scrollToIndex called:", $), u.current && C[$] !== void 0 && u.current.scrollTo({
783
- top: C[$],
784
- behavior: E
785
- });
727
+ ), F = At(
728
+ (V, $ = "smooth") => {
729
+ k.current = !0, u.current && C[V] !== void 0 && u.current.scrollTo({
730
+ top: C[V],
731
+ behavior: $
732
+ }), setTimeout(() => {
733
+ k.current = !1;
734
+ }, 100);
786
735
  },
787
736
  [C]
788
- ), U = {
737
+ ), R = {
789
738
  outer: {
790
739
  ref: u,
791
740
  style: { overflowY: "auto", height: "100%" }
792
741
  },
793
742
  inner: {
794
743
  style: {
795
- height: `${V}px`,
744
+ height: `${N}px`,
796
745
  position: "relative"
797
746
  }
798
747
  },
@@ -802,15 +751,11 @@ function vt(t, c, S, g) {
802
751
  }
803
752
  }
804
753
  };
805
- return console.log("Returning virtualizer with props:", {
806
- range: p,
807
- totalHeight: V,
808
- startPosition: C[p.startIndex] || 0
809
- }), {
810
- virtualState: L,
811
- virtualizerProps: U,
812
- scrollToBottom: A,
813
- scrollToIndex: D
754
+ return {
755
+ virtualState: W,
756
+ virtualizerProps: R,
757
+ scrollToBottom: E,
758
+ scrollToIndex: F
814
759
  };
815
760
  };
816
761
  if (l === "stateSort")
@@ -844,19 +789,19 @@ function vt(t, c, S, g) {
844
789
  const u = n[i], p = [...r, i.toString()], T = s(u, p, f);
845
790
  return e(u, T, {
846
791
  register: () => {
847
- const [, _] = nt({}), N = `${S}-${r.join(".")}-${i}`;
848
- kt(() => {
849
- const M = `${t}////${N}`, P = o.getState().stateComponents.get(t) || {
792
+ const [, _] = et({}), k = `${S}-${r.join(".")}-${i}`;
793
+ Tt(() => {
794
+ const M = `${t}////${k}`, P = o.getState().stateComponents.get(t) || {
850
795
  components: /* @__PURE__ */ new Map()
851
796
  };
852
797
  return P.components.set(M, {
853
798
  forceUpdate: () => _({}),
854
799
  paths: /* @__PURE__ */ new Set([p.join(".")])
855
800
  }), o.getState().stateComponents.set(t, P), () => {
856
- const J = o.getState().stateComponents.get(t);
857
- J && J.components.delete(M);
801
+ const H = o.getState().stateComponents.get(t);
802
+ H && H.components.delete(M);
858
803
  };
859
- }, [t, N]);
804
+ }, [t, k]);
860
805
  },
861
806
  index: v,
862
807
  originalIndex: i
@@ -880,7 +825,7 @@ function vt(t, c, S, g) {
880
825
  );
881
826
  });
882
827
  if (l === "$stateMap")
883
- return (e) => ut(Xt, {
828
+ return (e) => ct(Yt, {
884
829
  proxy: {
885
830
  _stateKey: t,
886
831
  _path: r,
@@ -893,11 +838,11 @@ function vt(t, c, S, g) {
893
838
  return (e) => {
894
839
  const n = o.getState().getNestedState(t, r);
895
840
  return Array.isArray(n) ? (f?.validIndices || Array.from({ length: n.length }, (i, v) => v)).map((i, v) => {
896
- const u = n[i], p = [...r, i.toString()], T = s(u, p, f), b = `${S}-${r.join(".")}-${i}`;
897
- return ut(Kt, {
841
+ const u = n[i], p = [...r, i.toString()], T = s(u, p, f), A = `${S}-${r.join(".")}-${i}`;
842
+ return ct(Xt, {
898
843
  key: i,
899
844
  stateKey: t,
900
- itemComponentId: b,
845
+ itemComponentId: A,
901
846
  itemPath: p,
902
847
  children: e(
903
848
  u,
@@ -937,7 +882,7 @@ function vt(t, c, S, g) {
937
882
  return s(a, i);
938
883
  };
939
884
  if (l === "insert")
940
- return (e) => (w(r), yt(c, e, r, t), s(
885
+ return (e) => (w(r), vt(c, e, r, t), s(
941
886
  o.getState().getNestedState(t, r),
942
887
  r
943
888
  ));
@@ -948,25 +893,25 @@ function vt(t, c, S, g) {
948
893
  if (!i.some((T) => {
949
894
  if (n) {
950
895
  const _ = n.every(
951
- (N) => q(T[N], v[N])
896
+ (k) => J(T[k], v[k])
952
897
  );
953
898
  return _ && (u = T), _;
954
899
  }
955
- const b = q(T, v);
956
- return b && (u = T), b;
900
+ const A = J(T, v);
901
+ return A && (u = T), A;
957
902
  }))
958
- w(r), yt(c, v, r, t);
903
+ w(r), vt(c, v, r, t);
959
904
  else if (a && u) {
960
- const T = a(u), b = i.map(
961
- (_) => q(_, u) ? T : _
905
+ const T = a(u), A = i.map(
906
+ (_) => J(_, u) ? T : _
962
907
  );
963
- w(r), dt(c, b, r);
908
+ w(r), it(c, A, r);
964
909
  }
965
910
  };
966
911
  if (l === "cut")
967
912
  return (e, n) => {
968
913
  if (!n?.waitForSync)
969
- return w(r), mt(c, r, t, e), s(
914
+ return w(r), gt(c, r, t, e), s(
970
915
  o.getState().getNestedState(t, r),
971
916
  r
972
917
  );
@@ -974,12 +919,12 @@ function vt(t, c, S, g) {
974
919
  if (l === "cutByValue")
975
920
  return (e) => {
976
921
  for (let n = 0; n < h.length; n++)
977
- h[n] === e && mt(c, r, t, n);
922
+ h[n] === e && gt(c, r, t, n);
978
923
  };
979
924
  if (l === "toggleByValue")
980
925
  return (e) => {
981
926
  const n = h.findIndex((a) => a === e);
982
- n > -1 ? mt(c, r, t, n) : yt(c, e, r, t);
927
+ n > -1 ? gt(c, r, t, n) : vt(c, e, r, t);
983
928
  };
984
929
  if (l === "stateFind")
985
930
  return (e) => {
@@ -1004,7 +949,7 @@ function vt(t, c, S, g) {
1004
949
  if (!isNaN(Number(tt))) {
1005
950
  const d = r.slice(0, -1), e = o.getState().getNestedState(t, d);
1006
951
  if (Array.isArray(e) && l === "cut")
1007
- return () => mt(
952
+ return () => gt(
1008
953
  c,
1009
954
  d,
1010
955
  t,
@@ -1020,13 +965,13 @@ function vt(t, c, S, g) {
1020
965
  return o.getState().getNestedState(t, r);
1021
966
  };
1022
967
  if (l === "$derive")
1023
- return (d) => Nt({
968
+ return (d) => Vt({
1024
969
  _stateKey: t,
1025
970
  _path: r,
1026
971
  _effect: d.toString()
1027
972
  });
1028
973
  if (l === "$get")
1029
- return () => Nt({
974
+ return () => Vt({
1030
975
  _stateKey: t,
1031
976
  _path: r
1032
977
  });
@@ -1035,7 +980,7 @@ function vt(t, c, S, g) {
1035
980
  return o.getState().getSyncInfo(d);
1036
981
  }
1037
982
  if (l == "getLocalStorage")
1038
- return (d) => pt(g + "-" + t + "-" + d);
983
+ return (d) => mt(g + "-" + t + "-" + d);
1039
984
  if (l === "_selected") {
1040
985
  const d = r.slice(0, -1), e = d.join("."), n = o.getState().getNestedState(t, d);
1041
986
  return Array.isArray(n) ? Number(r[r.length - 1]) === o.getState().getSelectedIndex(t, e) : void 0;
@@ -1045,7 +990,7 @@ function vt(t, c, S, g) {
1045
990
  const e = r.slice(0, -1), n = Number(r[r.length - 1]), a = e.join(".");
1046
991
  d ? o.getState().setSelectedIndex(t, a, n) : o.getState().setSelectedIndex(t, a, void 0);
1047
992
  const i = o.getState().getNestedState(t, [...e]);
1048
- dt(c, i, e), w(e);
993
+ it(c, i, e), w(e);
1049
994
  };
1050
995
  if (l === "toggleSelected")
1051
996
  return () => {
@@ -1056,7 +1001,7 @@ function vt(t, c, S, g) {
1056
1001
  a === e ? void 0 : e
1057
1002
  );
1058
1003
  const i = o.getState().getNestedState(t, [...d]);
1059
- dt(c, i, d), w(d);
1004
+ it(c, i, d), w(d);
1060
1005
  };
1061
1006
  if (r.length == 0) {
1062
1007
  if (l === "addValidation")
@@ -1064,15 +1009,15 @@ function vt(t, c, S, g) {
1064
1009
  const e = o.getState().getInitialOptions(t)?.validation;
1065
1010
  if (!e?.key)
1066
1011
  throw new Error("Validation key not found");
1067
- Z(e.key), console.log("addValidationError", d), d.forEach((n) => {
1012
+ X(e.key), console.log("addValidationError", d), d.forEach((n) => {
1068
1013
  const a = [e.key, ...n.path].join(".");
1069
- console.log("fullErrorPath", a), Mt(a, n.message);
1070
- }), gt(t);
1014
+ console.log("fullErrorPath", a), Pt(a, n.message);
1015
+ }), lt(t);
1071
1016
  };
1072
1017
  if (l === "applyJsonPatch")
1073
1018
  return (d) => {
1074
- const e = o.getState().cogsStateStore[t], a = Gt(e, d).newDocument;
1075
- Rt(
1019
+ const e = o.getState().cogsStateStore[t], a = Wt(e, d).newDocument;
1020
+ _t(
1076
1021
  t,
1077
1022
  o.getState().initialStateGlobal[t],
1078
1023
  a,
@@ -1082,57 +1027,57 @@ function vt(t, c, S, g) {
1082
1027
  );
1083
1028
  const i = o.getState().stateComponents.get(t);
1084
1029
  if (i) {
1085
- const v = Tt(e, a), u = new Set(v);
1030
+ const v = pt(e, a), u = new Set(v);
1086
1031
  for (const [
1087
1032
  p,
1088
1033
  T
1089
1034
  ] of i.components.entries()) {
1090
- let b = !1;
1035
+ let A = !1;
1091
1036
  const _ = Array.isArray(T.reactiveType) ? T.reactiveType : [T.reactiveType || "component"];
1092
1037
  if (!_.includes("none")) {
1093
1038
  if (_.includes("all")) {
1094
1039
  T.forceUpdate();
1095
1040
  continue;
1096
1041
  }
1097
- if (_.includes("component") && (T.paths.has("") && (b = !0), !b))
1098
- for (const N of u) {
1099
- if (T.paths.has(N)) {
1100
- b = !0;
1042
+ if (_.includes("component") && (T.paths.has("") && (A = !0), !A))
1043
+ for (const k of u) {
1044
+ if (T.paths.has(k)) {
1045
+ A = !0;
1101
1046
  break;
1102
1047
  }
1103
- let M = N.lastIndexOf(".");
1048
+ let M = k.lastIndexOf(".");
1104
1049
  for (; M !== -1; ) {
1105
- const P = N.substring(0, M);
1050
+ const P = k.substring(0, M);
1106
1051
  if (T.paths.has(P)) {
1107
- b = !0;
1052
+ A = !0;
1108
1053
  break;
1109
1054
  }
1110
- const J = N.substring(
1055
+ const H = k.substring(
1111
1056
  M + 1
1112
1057
  );
1113
- if (!isNaN(Number(J))) {
1114
- const k = P.lastIndexOf(".");
1115
- if (k !== -1) {
1116
- const V = P.substring(
1058
+ if (!isNaN(Number(H))) {
1059
+ const b = P.lastIndexOf(".");
1060
+ if (b !== -1) {
1061
+ const N = P.substring(
1117
1062
  0,
1118
- k
1063
+ b
1119
1064
  );
1120
- if (T.paths.has(V)) {
1121
- b = !0;
1065
+ if (T.paths.has(N)) {
1066
+ A = !0;
1122
1067
  break;
1123
1068
  }
1124
1069
  }
1125
1070
  }
1126
1071
  M = P.lastIndexOf(".");
1127
1072
  }
1128
- if (b) break;
1073
+ if (A) break;
1129
1074
  }
1130
- if (!b && _.includes("deps") && T.depsFunction) {
1131
- const N = T.depsFunction(a);
1075
+ if (!A && _.includes("deps") && T.depsFunction) {
1076
+ const k = T.depsFunction(a);
1132
1077
  let M = !1;
1133
- typeof N == "boolean" ? N && (M = !0) : q(T.deps, N) || (T.deps = N, M = !0), M && (b = !0);
1078
+ typeof k == "boolean" ? k && (M = !0) : J(T.deps, k) || (T.deps = k, M = !0), M && (A = !0);
1134
1079
  }
1135
- b && T.forceUpdate();
1080
+ A && T.forceUpdate();
1136
1081
  }
1137
1082
  }
1138
1083
  }
@@ -1144,18 +1089,18 @@ function vt(t, c, S, g) {
1144
1089
  throw new Error("Zod schema not found");
1145
1090
  if (!d?.key)
1146
1091
  throw new Error("Validation key not found");
1147
- Z(d.key);
1092
+ X(d.key);
1148
1093
  const n = o.getState().cogsStateStore[t];
1149
1094
  try {
1150
1095
  const a = o.getState().getValidationErrors(d.key);
1151
1096
  a && a.length > 0 && a.forEach(([v]) => {
1152
- v && v.startsWith(d.key) && Z(v);
1097
+ v && v.startsWith(d.key) && X(v);
1153
1098
  });
1154
1099
  const i = d.zodSchema.safeParse(n);
1155
1100
  return i.success ? !0 : (i.error.errors.forEach((u) => {
1156
- const p = u.path, T = u.message, b = [d.key, ...p].join(".");
1157
- e(b, T);
1158
- }), gt(t), !1);
1101
+ const p = u.path, T = u.message, A = [d.key, ...p].join(".");
1102
+ e(A, T);
1103
+ }), lt(t), !1);
1159
1104
  } catch (a) {
1160
1105
  return console.error("Zod schema validation failed", a), !1;
1161
1106
  }
@@ -1164,7 +1109,7 @@ function vt(t, c, S, g) {
1164
1109
  if (l === "getComponents")
1165
1110
  return () => o().stateComponents.get(t);
1166
1111
  if (l === "getAllFormRefs")
1167
- return () => $t.getState().getFormRefsByStateKey(t);
1112
+ return () => kt.getState().getFormRefsByStateKey(t);
1168
1113
  if (l === "_initialState")
1169
1114
  return o.getState().initialStateGlobal[t];
1170
1115
  if (l === "_serverState")
@@ -1177,13 +1122,13 @@ function vt(t, c, S, g) {
1177
1122
  if (l === "removeValidation") return I.removeValidation;
1178
1123
  }
1179
1124
  if (l === "getFormRef")
1180
- return () => $t.getState().getFormRef(t + "." + r.join("."));
1125
+ return () => kt.getState().getFormRef(t + "." + r.join("."));
1181
1126
  if (l === "validationWrapper")
1182
1127
  return ({
1183
1128
  children: d,
1184
1129
  hideMessage: e
1185
- }) => /* @__PURE__ */ It(
1186
- Dt,
1130
+ }) => /* @__PURE__ */ yt(
1131
+ Ut,
1187
1132
  {
1188
1133
  formOpts: e ? { validation: { message: "" } } : void 0,
1189
1134
  path: r,
@@ -1199,21 +1144,21 @@ function vt(t, c, S, g) {
1199
1144
  if (l === "update")
1200
1145
  return (d, e) => {
1201
1146
  if (e?.debounce)
1202
- Ft(() => {
1203
- dt(c, d, r, "");
1147
+ Ot(() => {
1148
+ it(c, d, r, "");
1204
1149
  const n = o.getState().getNestedState(t, r);
1205
1150
  e?.afterUpdate && e.afterUpdate(n);
1206
1151
  }, e.debounce);
1207
1152
  else {
1208
- dt(c, d, r, "");
1153
+ it(c, d, r, "");
1209
1154
  const n = o.getState().getNestedState(t, r);
1210
1155
  e?.afterUpdate && e.afterUpdate(n);
1211
1156
  }
1212
1157
  w(r);
1213
1158
  };
1214
1159
  if (l === "formElement")
1215
- return (d, e) => /* @__PURE__ */ It(
1216
- Wt,
1160
+ return (d, e) => /* @__PURE__ */ yt(
1161
+ Ft,
1217
1162
  {
1218
1163
  setState: c,
1219
1164
  stateKey: t,
@@ -1222,23 +1167,23 @@ function vt(t, c, S, g) {
1222
1167
  formOpts: e
1223
1168
  }
1224
1169
  );
1225
- const R = [...r, l], st = o.getState().getNestedState(t, R);
1226
- return s(st, R, f);
1170
+ const j = [...r, l], st = o.getState().getNestedState(t, j);
1171
+ return s(st, j, f);
1227
1172
  }
1228
- }, z = new Proxy(O, F);
1229
- return y.set(H, {
1230
- proxy: z,
1173
+ }, B = new Proxy(O, U);
1174
+ return y.set(G, {
1175
+ proxy: B,
1231
1176
  stateVersion: x
1232
- }), z;
1177
+ }), B;
1233
1178
  }
1234
1179
  return s(
1235
1180
  o.getState().getNestedState(t, [])
1236
1181
  );
1237
1182
  }
1238
- function Nt(t) {
1239
- return ut(Qt, { proxy: t });
1183
+ function Vt(t) {
1184
+ return ct(Zt, { proxy: t });
1240
1185
  }
1241
- function Xt({
1186
+ function Yt({
1242
1187
  proxy: t,
1243
1188
  rebuildStateShape: c
1244
1189
  }) {
@@ -1250,11 +1195,11 @@ function Xt({
1250
1195
  (y, x, w, I, s) => t._mapFn(y, x, w, I, s)
1251
1196
  ) : null;
1252
1197
  }
1253
- function Qt({
1198
+ function Zt({
1254
1199
  proxy: t
1255
1200
  }) {
1256
- const c = X(null), S = `${t._stateKey}-${t._path.join(".")}`;
1257
- return rt(() => {
1201
+ const c = Q(null), S = `${t._stateKey}-${t._path.join(".")}`;
1202
+ return nt(() => {
1258
1203
  const g = c.current;
1259
1204
  if (!g || !g.parentElement) return;
1260
1205
  const y = g.parentElement, w = Array.from(y.childNodes).indexOf(g);
@@ -1281,16 +1226,16 @@ function Qt({
1281
1226
  else
1282
1227
  f = r;
1283
1228
  f !== null && typeof f == "object" && (f = JSON.stringify(f));
1284
- const H = document.createTextNode(String(f));
1285
- g.replaceWith(H);
1286
- }, [t._stateKey, t._path.join("."), t._effect]), ut("span", {
1229
+ const G = document.createTextNode(String(f));
1230
+ g.replaceWith(G);
1231
+ }, [t._stateKey, t._path.join("."), t._effect]), ct("span", {
1287
1232
  ref: c,
1288
1233
  style: { display: "none" },
1289
1234
  "data-signal-id": S
1290
1235
  });
1291
1236
  }
1292
1237
  function Se(t) {
1293
- const c = Ut(
1238
+ const c = Mt(
1294
1239
  (S) => {
1295
1240
  const g = o.getState().stateComponents.get(t._stateKey) || {
1296
1241
  components: /* @__PURE__ */ new Map()
@@ -1302,22 +1247,22 @@ function Se(t) {
1302
1247
  },
1303
1248
  () => o.getState().getNestedState(t._stateKey, t._path)
1304
1249
  );
1305
- return ut("text", {}, String(c));
1250
+ return ct("text", {}, String(c));
1306
1251
  }
1307
- function Kt({
1252
+ function Xt({
1308
1253
  stateKey: t,
1309
1254
  itemComponentId: c,
1310
1255
  itemPath: S,
1311
1256
  children: g
1312
1257
  }) {
1313
- const [, y] = nt({}), [x, w] = Bt(), I = X(null);
1314
- return rt(() => {
1258
+ const [, y] = et({}), [x, w] = Lt(), I = Q(null);
1259
+ return nt(() => {
1315
1260
  w.height > 0 && w.height !== I.current && (I.current = w.height, o.getState().setShadowMetadata(t, S, {
1316
1261
  virtualizer: {
1317
1262
  itemHeight: w.height
1318
1263
  }
1319
1264
  }));
1320
- }, [w.height, t, S]), kt(() => {
1265
+ }, [w.height, t, S]), Tt(() => {
1321
1266
  const s = `${t}////${c}`, h = o.getState().stateComponents.get(t) || {
1322
1267
  components: /* @__PURE__ */ new Map()
1323
1268
  };
@@ -1328,14 +1273,14 @@ function Kt({
1328
1273
  const r = o.getState().stateComponents.get(t);
1329
1274
  r && r.components.delete(s);
1330
1275
  };
1331
- }, [t, c, S.join(".")]), /* @__PURE__ */ It("div", { ref: x, children: g });
1276
+ }, [t, c, S.join(".")]), /* @__PURE__ */ yt("div", { ref: x, children: g });
1332
1277
  }
1333
1278
  export {
1334
- Nt as $cogsSignal,
1279
+ Vt as $cogsSignal,
1335
1280
  Se as $cogsSignalStore,
1336
1281
  ue as addStateOptions,
1337
1282
  ge as createCogsState,
1338
1283
  fe as notifyComponent,
1339
- Zt as useCogsStateFn
1284
+ Jt as useCogsStateFn
1340
1285
  };
1341
1286
  //# sourceMappingURL=CogsState.jsx.map