desy-angular 13.0.0 → 13.0.2

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.
@@ -20,7 +20,7 @@ export declare class PaginationComponent extends AccessibilityComponent implemen
20
20
  nextText: string;
21
21
  firstText: string;
22
22
  lastText: string;
23
- hasSelectItemsPerPage: string;
23
+ hasSelectItemsPerPage: string | boolean;
24
24
  classes: string;
25
25
  classesContainer: any;
26
26
  id: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "desy-angular",
3
- "version": "13.0.0",
3
+ "version": "13.0.2",
4
4
  "description": "Desy Angular contains the code you need to start building your Angular app for Gobierno de Aragón.",
5
5
  "engines": {
6
6
  "npm": ">=8.15.0",