@osovitny/anatoly 2.14.77 → 2.14.78
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/esm2020/lib/ui/components/base/base.paged.page.mjs +5 -1
- package/fesm2015/osovitny-anatoly.mjs +4 -0
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +4 -0
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/lib/ui/components/base/base.paged.page.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3621,6 +3621,10 @@ class BasePagedPage extends BasePage {
|
|
|
3621
3621
|
this.currentFilter = filter;
|
|
3622
3622
|
this.loadPageOne();
|
|
3623
3623
|
}
|
|
3624
|
+
//Tos
|
|
3625
|
+
toIndex(index) {
|
|
3626
|
+
return ((this.currentPage - 1) * this.pageSize) + index + 1;
|
|
3627
|
+
}
|
|
3624
3628
|
//Events
|
|
3625
3629
|
onPageChange(e) {
|
|
3626
3630
|
this.pageSize = e.take;
|