@yetuzi/vue3-query-components 1.1.7 → 1.1.9
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/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
var Cr = Object.defineProperty, Or = Object.defineProperties;
|
|
2
2
|
var Er = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var Be = Object.getOwnPropertySymbols;
|
|
4
4
|
var It = Object.prototype.hasOwnProperty, zt = Object.prototype.propertyIsEnumerable;
|
|
@@ -2836,7 +2836,10 @@ const On = /* @__PURE__ */ vc(Oc), Ec = {
|
|
|
2836
2836
|
return Se(
|
|
2837
2837
|
() => i.value,
|
|
2838
2838
|
() => {
|
|
2839
|
-
o.value
|
|
2839
|
+
o.value === 1 ? r("change", {
|
|
2840
|
+
pageNo: o.value,
|
|
2841
|
+
pageSize: i.value
|
|
2842
|
+
}) : o.value = 1;
|
|
2840
2843
|
}
|
|
2841
2844
|
), Se(
|
|
2842
2845
|
() => o.value,
|
|
@@ -3183,7 +3186,7 @@ function Bc(e) {
|
|
|
3183
3186
|
return n;
|
|
3184
3187
|
});
|
|
3185
3188
|
}
|
|
3186
|
-
const Xc = "1.1.
|
|
3189
|
+
const Xc = "1.1.8", Hc = Ie({
|
|
3187
3190
|
component: {
|
|
3188
3191
|
placeholder: "-",
|
|
3189
3192
|
pagination: {
|