desy-angular 17.2.0 → 17.3.0
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/fesm2022/desy-angular.mjs +662 -642
- package/fesm2022/desy-angular.mjs.map +1 -1
- package/lib/desy-nav/components/footer/footer.component.d.ts +1 -1
- package/lib/desy-pagination/components/pagination/pagination.component.d.ts +2 -2
- package/lib/desy-views/components/accordion/accordion-item/accordion-item.component.d.ts +2 -1
- package/lib/desy-views/interfaces/accordion-item.data.d.ts +1 -0
- package/package.json +9 -9
|
@@ -27,7 +27,7 @@ export declare class FooterComponent extends AccessibilityComponent {
|
|
|
27
27
|
metaComponent: FooterMetaComponent;
|
|
28
28
|
descriptionComponent: DescriptionComponent;
|
|
29
29
|
navigationComponent: QueryList<FooterNavigationComponent>;
|
|
30
|
-
getNavigationItems(): NavigationData[];
|
|
30
|
+
getNavigationItems(): NavigationData[] | undefined;
|
|
31
31
|
getNavigationItemItems(navigation: NavigationData): NavigationItemData[];
|
|
32
32
|
getMetaItems(meta: MetaData): MetaItemData[];
|
|
33
33
|
getMetaContent(meta: MetaData): ContentComponent | undefined;
|
|
@@ -22,6 +22,7 @@ export declare class PaginationComponent extends AccessibilityComponent implemen
|
|
|
22
22
|
lastText?: string;
|
|
23
23
|
hasSelectItemsPerPage?: string | boolean;
|
|
24
24
|
classes?: string;
|
|
25
|
+
maxShowPages?: number;
|
|
25
26
|
classesContainer: any;
|
|
26
27
|
id: any;
|
|
27
28
|
listboxLabel: PaginationListboxLabelComponent;
|
|
@@ -35,7 +36,6 @@ export declare class PaginationComponent extends AccessibilityComponent implemen
|
|
|
35
36
|
value?: number;
|
|
36
37
|
itemsPerPageList?: PaginationItemPerPageComponent[];
|
|
37
38
|
valuePerPage?: number;
|
|
38
|
-
nPagesHistory: number;
|
|
39
39
|
defaultText: boolean;
|
|
40
40
|
readonly previousIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 140 140\" width=\"1em\" height=\"1em\" class=\"self-center h-2.5 w-2.5 mr-2\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M54.87 71.77a2.5 2.5 0 010-3.54L106 17.07A10 10 0 1091.89 2.93L35.43 59.39a15 15 0 000 21.22l56.46 56.46A10 10 0 10106 122.93z\" fill=\"currentColor\" /></svg>";
|
|
41
41
|
readonly nextIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 140 140\" width=\"1em\" height=\"1em\" class=\"self-center h-2.5 w-2.5 ml-2\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M34 137.07a10 10 0 010-14.14l51.13-51.16a2.5 2.5 0 000-3.54L34 17.07A10 10 0 0148.11 2.93l56.46 56.46a15 15 0 010 21.22l-56.46 56.46a10 10 0 01-14.11 0z\" fill=\"currentColor\" /></svg>";
|
|
@@ -60,7 +60,7 @@ export declare class PaginationComponent extends AccessibilityComponent implemen
|
|
|
60
60
|
handleActiveItemChange(event: number): void;
|
|
61
61
|
setupItemsPerPage(): void;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "desy-pagination", never, { "hasSelect": { "alias": "hasSelect"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "hasPrevious": { "alias": "hasPrevious"; "required": false; }; "hasNext": { "alias": "hasNext"; "required": false; }; "hasFirst": { "alias": "hasFirst"; "required": false; }; "hasLast": { "alias": "hasLast"; "required": false; }; "showPrevious": { "alias": "showPrevious"; "required": false; }; "showNext": { "alias": "showNext"; "required": false; }; "showFirst": { "alias": "showFirst"; "required": false; }; "showLast": { "alias": "showLast"; "required": false; }; "previousText": { "alias": "previousText"; "required": false; }; "nextText": { "alias": "nextText"; "required": false; }; "firstText": { "alias": "firstText"; "required": false; }; "lastText": { "alias": "lastText"; "required": false; }; "hasSelectItemsPerPage": { "alias": "hasSelectItemsPerPage"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "classesContainer": { "alias": "classesContainer"; "required": false; }; "id": { "alias": "id"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; }, { "currentPageChange": "currentPageChange"; "itemsPerPageChange": "itemsPerPageChange"; }, ["listboxLabel", "listboxItemsPerPage"], never, false, never>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "desy-pagination", never, { "hasSelect": { "alias": "hasSelect"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "hasPrevious": { "alias": "hasPrevious"; "required": false; }; "hasNext": { "alias": "hasNext"; "required": false; }; "hasFirst": { "alias": "hasFirst"; "required": false; }; "hasLast": { "alias": "hasLast"; "required": false; }; "showPrevious": { "alias": "showPrevious"; "required": false; }; "showNext": { "alias": "showNext"; "required": false; }; "showFirst": { "alias": "showFirst"; "required": false; }; "showLast": { "alias": "showLast"; "required": false; }; "previousText": { "alias": "previousText"; "required": false; }; "nextText": { "alias": "nextText"; "required": false; }; "firstText": { "alias": "firstText"; "required": false; }; "lastText": { "alias": "lastText"; "required": false; }; "hasSelectItemsPerPage": { "alias": "hasSelectItemsPerPage"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "maxShowPages": { "alias": "maxShowPages"; "required": false; }; "classesContainer": { "alias": "classesContainer"; "required": false; }; "id": { "alias": "id"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; }, { "currentPageChange": "currentPageChange"; "itemsPerPageChange": "itemsPerPageChange"; }, ["listboxLabel", "listboxItemsPerPage"], never, false, never>;
|
|
64
64
|
}
|
|
65
65
|
interface PaginationItemPerPageModel {
|
|
66
66
|
value: number;
|
|
@@ -10,11 +10,12 @@ export declare class AccordionItemComponent extends AccessibilityComponent imple
|
|
|
10
10
|
id?: string;
|
|
11
11
|
open?: boolean;
|
|
12
12
|
classes?: string;
|
|
13
|
+
disabled?: boolean;
|
|
13
14
|
openChange: EventEmitter<boolean>;
|
|
14
15
|
headerComponent: AccordionHeaderComponent;
|
|
15
16
|
contentComponent: ContentComponent;
|
|
16
17
|
showHeaderButton: AccordionItemShowButtonComponent;
|
|
17
18
|
hideHeaderButton: AccordionItemHideButtonComponent;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "desy-accordion-item", never, { "id": { "alias": "id"; "required": false; }; "open": { "alias": "open"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, { "openChange": "openChange"; }, ["headerComponent", "contentComponent", "showHeaderButton", "hideHeaderButton"], never, false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "desy-accordion-item", never, { "id": { "alias": "id"; "required": false; }; "open": { "alias": "open"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "openChange": "openChange"; }, ["headerComponent", "contentComponent", "showHeaderButton", "hideHeaderButton"], never, false, never>;
|
|
20
21
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "desy-angular",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.0",
|
|
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
|
"node": "^22.0.0",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"url": "https://bitbucket.org/sdaragon/desy-angular.git"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@angular/animations": "^19.2.
|
|
28
|
-
"@angular/cdk": "^19.2.
|
|
29
|
-
"@angular/common": "^19.2.
|
|
30
|
-
"@angular/core": "^19.2.
|
|
31
|
-
"@angular/forms": "^19.2.
|
|
32
|
-
"@angular/platform-browser": "^19.2.
|
|
33
|
-
"@angular/platform-browser-dynamic": "^19.2.
|
|
34
|
-
"@angular/router": "^19.2.
|
|
27
|
+
"@angular/animations": "^19.2.18",
|
|
28
|
+
"@angular/cdk": "^19.2.19",
|
|
29
|
+
"@angular/common": "^19.2.18",
|
|
30
|
+
"@angular/core": "^19.2.18",
|
|
31
|
+
"@angular/forms": "^19.2.18",
|
|
32
|
+
"@angular/platform-browser": "^19.2.18",
|
|
33
|
+
"@angular/platform-browser-dynamic": "^19.2.18",
|
|
34
|
+
"@angular/router": "^19.2.18",
|
|
35
35
|
"desy-html": "14.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|