@pepperi-addons/ngx-lib 0.4.2-beta.315 → 0.4.2-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.
- package/esm2020/assets/i18n/en.ngx-lib.json +3 -0
- package/esm2020/list/list-pager.component.mjs +54 -5
- package/esm2020/list/list.component.mjs +16 -3
- package/esm2020/list/list.module.mjs +5 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +74 -8
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib.mjs +3 -0
- package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +73 -8
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib.mjs +3 -0
- package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/list/list-pager.component.d.ts +15 -4
- package/list/list.component.d.ts +4 -1
- package/list/list.module.d.ts +4 -3
- package/package.json +1 -1
- package/src/assets/i18n/en.ngx-lib.json +3 -0
|
@@ -5496,6 +5496,9 @@ var LIST$c = {
|
|
|
5496
5496
|
PAGER_NEXT: "Next",
|
|
5497
5497
|
PAGER_OUT_OF: "Out of",
|
|
5498
5498
|
PAGER_PAGE: "Page",
|
|
5499
|
+
PAGER_FIRST: "First",
|
|
5500
|
+
PAGER_LAST: "Last",
|
|
5501
|
+
PAGER_ITEMS_PER_PAGE: "items per page",
|
|
5499
5502
|
SELECT: "Select",
|
|
5500
5503
|
SELECTED: "selected",
|
|
5501
5504
|
SORT_BY: "Sort by",
|