@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.
- package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-DbKSBE3V.js.map +1 -1
- package/dist/core/blade-navigation/table-query-state/useTableQueryState.d.ts +4 -9
- package/dist/core/blade-navigation/table-query-state/useTableQueryState.d.ts.map +1 -1
- package/dist/framework.js +2 -2
- package/dist/framework.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-data-table/composables/useTableQueryPersistence.d.ts +7 -11
- package/dist/ui/components/organisms/vc-data-table/composables/useTableQueryPersistence.d.ts.map +1 -1
- package/dist/ui/composables/useDataTablePagination.d.ts +2 -3
- package/dist/ui/composables/useDataTablePagination.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -8,16 +8,11 @@ export interface UseTableQueryStateReturn {
|
|
|
8
8
|
read(): TableQueryPatch;
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Reads the table view state (sort/search/page) restored from the URL.
|
|
12
12
|
*
|
|
13
|
-
* A list page calls this in
|
|
14
|
-
*
|
|
15
|
-
*
|
|
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
|
|
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:
|
|
2039
|
-
gitHash: "
|
|
2038
|
+
buildDate: "2026-06-18T13:52:26.265Z",
|
|
2039
|
+
gitHash: "bfb451ef7"
|
|
2040
2040
|
};
|
|
2041
2041
|
}
|
|
2042
2042
|
function Sr(e = vr()) {
|