@vc-shell/framework 2.0.10-pr242.7d8e7c3 → 2.0.10-pr242.bfb451e

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.
@@ -8,16 +8,11 @@ export interface UseTableQueryStateReturn {
8
8
  read(): TableQueryPatch;
9
9
  }
10
10
  /**
11
- * Page-facing pull-accessor for restored table view state.
11
+ * Reads the table view state (sort/search/page) restored from the URL.
12
12
  *
13
- * A list page calls this in its `setup`, reads the restored `{ sort, search, page }`
14
- * synchronously, and seeds its own refs BEFORE creating the single load watcher.
15
- * That makes a reload cost exactly one request with the full criteria, instead of
16
- * VcDataTable pushing separate restore events into the page's sort/search/pagination
17
- * triggers (which fanned out into multiple uncoordinated loads).
18
- *
19
- * Read-only by design: the write-back (view state → URL) stays inside VcDataTable
20
- * via `useTableQueryPersistence`, so pages never have to persist anything manually.
13
+ * A list page calls this in `setup`, reads `{ sort, search, page }`, and seeds its
14
+ * own refs before its loader runs, so a reload makes one request. Read-only: the
15
+ * write-back (view state URL) stays inside VcDataTable via useTableQueryPersistence.
21
16
  *
22
17
  * @param stateKey The same `state-key` passed to VcDataTable for this table.
23
18
  */
@@ -1 +1 @@
1
- {"version":3,"file":"useTableQueryState.d.ts","sourceRoot":"","sources":["../../../../core/blade-navigation/table-query-state/useTableQueryState.ts"],"names":[],"mappings":"AACA,OAAO,EAAsB,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC;;;;OAIG;IACH,IAAI,IAAI,eAAe,CAAC;CACzB;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,wBAAwB,CAM9E"}
1
+ {"version":3,"file":"useTableQueryState.d.ts","sourceRoot":"","sources":["../../../../core/blade-navigation/table-query-state/useTableQueryState.ts"],"names":[],"mappings":"AACA,OAAO,EAAsB,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAEnE,MAAM,WAAW,wBAAwB;IACvC;;;;OAIG;IACH,IAAI,IAAI,eAAe,CAAC;CACzB;AAED;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,wBAAwB,CAM9E"}
package/dist/framework.js CHANGED
@@ -2035,8 +2035,8 @@ const hr = "2.0.10";
2035
2035
  function vr() {
2036
2036
  return {
2037
2037
  version: hr,
2038
- buildDate: "2026-06-18T13:22:14.457Z",
2039
- gitHash: "7d8e7c328"
2038
+ buildDate: "2026-06-18T13:52:26.265Z",
2039
+ gitHash: "bfb451ef7"
2040
2040
  };
2041
2041
  }
2042
2042
  function Sr(e = vr()) {