@vc-shell/framework 2.4.0-pr293.07f2a8c → 2.4.0-pr294.45ad5fb

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.
@@ -32,6 +32,16 @@ export interface UseDataTablePaginationReturn {
32
32
  setPage: (page: number) => void;
33
33
  /** Reset to page 1. Does NOT fire onPageChange. */
34
34
  reset: () => void;
35
+ /**
36
+ * The page seeded from the blade URL at setup, or `undefined` when nothing was restored.
37
+ *
38
+ * A restore deliberately does not fire `onPageChange` — that would cause a duplicate load —
39
+ * so without this the consumer had no way to know it happened, and an unconditional first
40
+ * load at `skip: 0` left the paginator on page N showing page 1's rows (VCST-5664).
41
+ *
42
+ * Read it, or simply always pass `skip` to the first load, which is correct either way.
43
+ */
44
+ readonly restoredPage: number | undefined;
35
45
  }
36
46
  export declare function useDataTablePagination(options: UseDataTablePaginationOptions): UseDataTablePaginationReturn;
37
47
  //# sourceMappingURL=useDataTablePagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useDataTablePagination.d.ts","sourceRoot":"","sources":["../../../ui/composables/useDataTablePagination.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,KAAK,gBAAgB,EAAW,MAAM,KAAK,CAAC;AAG7F,MAAM,WAAW,6BAA6B;IAC5C,kCAAkC;IAClC,QAAQ,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IACpC,oDAAoD;IACpD,UAAU,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IACrC,qEAAqE;IACrE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAC/D,8EAA8E;IAC9E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,4BAA4B;IAC3C,6CAA6C;IAC7C,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B;IAC5B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,wDAAwD;IACxD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,yBAAyB;IACzB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,mEAAmE;IACnE,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,mEAAmE;IACnE,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC;;;OAGG;IACH,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,mDAAmD;IACnD,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,6BAA6B,GAAG,4BAA4B,CAkC3G"}
1
+ {"version":3,"file":"useDataTablePagination.d.ts","sourceRoot":"","sources":["../../../ui/composables/useDataTablePagination.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,KAAK,gBAAgB,EAAW,MAAM,KAAK,CAAC;AAM7F,MAAM,WAAW,6BAA6B;IAC5C,kCAAkC;IAClC,QAAQ,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IACpC,oDAAoD;IACpD,UAAU,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IACrC,qEAAqE;IACrE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAC/D,8EAA8E;IAC9E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,4BAA4B;IAC3C,6CAA6C;IAC7C,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B;IAC5B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,wDAAwD;IACxD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,yBAAyB;IACzB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,mEAAmE;IACnE,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,mEAAmE;IACnE,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC;;;OAGG;IACH,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,mDAAmD;IACnD,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB;;;;;;;;OAQG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3C;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,6BAA6B,GAAG,4BAA4B,CA+C3G"}
package/dist/ui/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { _ as o, a as l, b as c, c as t, d as r, e as u, f as V, g as n, h as p, i, j as b, C as d, k as C, S as T, l as S, m as g, n as m, o as A, p as B, q as I, T as y, r as L, s as M, t as h, u as w, v as D, w as R, x as v, V as x, y as E, z as F, A as G, B as P, D as f, E as k, F as H, G as W, H as _, I as O, J as U, K, L as N, M as j, N as z, O as Z, P as q, Q as J, R as Q, U as X, W as Y, X as $, Y as aa, Z as ea, $ as sa, a0 as oa, a1 as la, a2 as ca, a3 as ta, a4 as ra, a5 as ua, a6 as Va, a7 as na, a8 as pa, a9 as ia, aa as ba, ab as da, ac as Ca, ad as Ta, ae as Sa, af as ga, ag as ma, ah as Aa, ai as Ba, aj as Ia, ak as ya, al as La, am as Ma, an as ha, ao as wa, ap as Da, aq as Ra, ar as va, as as xa, at as Ea, au as Fa, av as Ga, aw as Pa, ax as fa, ay as ka, az as Ha, aA as Wa, aB as _a, aC as Oa, aD as Ua, aE as Ka, aF as Na, aG as ja, aH as za, aI as Za, aJ as qa, aK as Ja, aL as Qa, aM as Xa, aN as Ya, aO as $a, aP as ae, aQ as ee, aR as se, aS as oe, aT as le, aU as ce, aV as te, aW as re, aX as ue, aY as Ve, aZ as ne, a_ as pe, a$ as ie, b0 as be, b1 as de, b2 as Ce, b3 as Te, b4 as Se, aF as ge } from "../chunks/VcScheduler.vue_vue_type_script_setup_true_lang-BUv6ZtsI.js";
2
- import { B as Ae, _ as Be, a as Ie, b as ye, c as Le, V as Me, d as he, e as we, f as De, g as Re, h as ve, i as xe, j as Ee, l as Fe, p as Ge, u as Pe, k as fe, m as ke, n as He, o as We, l as _e } from "../chunks/VcScheduler.vue_vue_type_style_index_0_lang-Dj-nP2Jc.js";
1
+ import { _ as o, a as l, b as c, c as t, d as r, e as u, f as V, g as n, h as p, i, j as b, C as d, k as C, S as T, l as S, m as g, n as m, o as A, p as B, q as I, T as y, r as L, s as M, t as h, u as w, v as D, w as R, x as v, V as x, y as E, z as F, A as G, B as P, D as f, E as k, F as H, G as W, H as _, I as O, J as U, K, L as N, M as j, N as z, O as Z, P as q, Q as J, R as Q, U as X, W as Y, X as $, Y as aa, Z as ea, $ as sa, a0 as oa, a1 as la, a2 as ca, a3 as ta, a4 as ra, a5 as ua, a6 as Va, a7 as na, a8 as pa, a9 as ia, aa as ba, ab as da, ac as Ca, ad as Ta, ae as Sa, af as ga, ag as ma, ah as Aa, ai as Ba, aj as Ia, ak as ya, al as La, am as Ma, an as ha, ao as wa, ap as Da, aq as Ra, ar as va, as as xa, at as Ea, au as Fa, av as Ga, aw as Pa, ax as fa, ay as ka, az as Ha, aA as Wa, aB as _a, aC as Oa, aD as Ua, aE as Ka, aF as Na, aG as ja, aH as za, aI as Za, aJ as qa, aK as Ja, aL as Qa, aM as Xa, aN as Ya, aO as $a, aP as ae, aQ as ee, aR as se, aS as oe, aT as le, aU as ce, aV as te, aW as re, aX as ue, aY as Ve, aZ as ne, a_ as pe, a$ as ie, b0 as be, b1 as de, b2 as Ce, b3 as Te, b4 as Se, aF as ge } from "../chunks/VcScheduler.vue_vue_type_script_setup_true_lang-6_4E0nZo.js";
2
+ import { B as Ae, _ as Be, a as Ie, b as ye, c as Le, V as Me, d as he, e as we, f as De, g as Re, h as ve, i as xe, j as Ee, l as Fe, p as Ge, u as Pe, k as fe, m as ke, n as He, o as We, l as _e } from "../chunks/VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js";
3
3
  import { _ as Ue, a as Ke, u as Ne } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js";
4
4
  import "vue";
5
5
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "2.4.0-pr293.07f2a8c",
3
+ "version": "2.4.0-pr294.45ad5fb",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -148,9 +148,9 @@
148
148
  "@types/js-beautify": "^1.14.3",
149
149
  "@types/semver": "^7.7.1",
150
150
  "@types/sortablejs": "^1.15.9",
151
- "@vc-shell/api-client-generator": "2.4.0-pr293.07f2a8c",
152
- "@vc-shell/config-generator": "2.4.0-pr293.07f2a8c",
153
- "@vc-shell/ts-config": "2.4.0-pr293.07f2a8c",
151
+ "@vc-shell/api-client-generator": "2.4.0-pr294.45ad5fb",
152
+ "@vc-shell/config-generator": "2.4.0-pr294.45ad5fb",
153
+ "@vc-shell/ts-config": "2.4.0-pr294.45ad5fb",
154
154
  "@vitejs/plugin-vue": "^5.2.3",
155
155
  "@vue/test-utils": "^2.4.5",
156
156
  "cypress-signalr-mock": "^1.5.0",