kui-utils 0.0.7 → 0.0.8
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/cjs/index.js +4 -0
- package/cjs/index.js.map +1 -1
- package/index.d.ts +1 -0
- package/index.js +4 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -2092,6 +2092,10 @@ var Paginator = /** @class */ (function () {
|
|
|
2092
2092
|
this.stopFetching = function () {
|
|
2093
2093
|
_this.isFetching = false;
|
|
2094
2094
|
};
|
|
2095
|
+
this.refresh = function () {
|
|
2096
|
+
_this.clearOffset();
|
|
2097
|
+
_this.startFetching();
|
|
2098
|
+
};
|
|
2095
2099
|
this.limit = limit;
|
|
2096
2100
|
this.offset = 0;
|
|
2097
2101
|
this.isFinishPage = false;
|