@yesilyazilim/web.spa 1.1.13 → 1.1.14
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/index.js +2 -4
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -7292,7 +7292,7 @@ class $72479f864e82eb75$export$cb21f3b72f47aeaa {
|
|
|
7292
7292
|
else return Math.floor(this.CurrentPage / this.TotalPage * 100);
|
|
7293
7293
|
}
|
|
7294
7294
|
PartLoadStart(topage) {
|
|
7295
|
-
if (topage
|
|
7295
|
+
if (topage === 1) this.Reset();
|
|
7296
7296
|
this.CurrentPage = topage;
|
|
7297
7297
|
this.PartStartedAt = new Date();
|
|
7298
7298
|
if (!this.AllStartedAt) this.AllStartedAt = this.PartStartedAt;
|
|
@@ -7309,9 +7309,7 @@ class $72479f864e82eb75$export$cb21f3b72f47aeaa {
|
|
|
7309
7309
|
this.RetrievedRows += retrievedRows;
|
|
7310
7310
|
if (this.CurrentPage + 1 > this.TotalPage) this.AllFinishedAt = now;
|
|
7311
7311
|
}
|
|
7312
|
-
PartLoadedError() {
|
|
7313
|
-
this.CurrentPage--;
|
|
7314
|
-
}
|
|
7312
|
+
PartLoadedError() {}
|
|
7315
7313
|
GetInfoText(isAll = false) {
|
|
7316
7314
|
let formatter = Intl.NumberFormat("tr-TR", {
|
|
7317
7315
|
style: 'decimal'
|