@anzusystems/common-admin 1.47.0-beta.314 → 1.47.0-beta.316

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.
@@ -2687,7 +2687,7 @@ function zi() {
2687
2687
  const e = P([]), n = (f) => {
2688
2688
  i("limit", f);
2689
2689
  }, t = (f, S) => {
2690
- i("offset", f * S - S);
2690
+ i("offset", Math.max(0, (f - 1) * S));
2691
2691
  }, a = (f, S) => {
2692
2692
  !W(f) && f.length > 0 && i("order[" + f + "]", S ? At.Desc : At.Asc);
2693
2693
  }, o = (f) => lt(f) ? f ? "1" : "0" : f, r = (f, S, y) => {
@@ -5830,4 +5830,4 @@ export {
5830
5830
  br as y,
5831
5831
  Oo as z
5832
5832
  };
5833
- //# sourceMappingURL=AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-CHVyq63R.mjs.map
5833
+ //# sourceMappingURL=AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-D8sSAMnK.mjs.map