desy-angular 17.0.0 → 17.2.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/README.md +1 -1
- package/fesm2022/desy-angular.mjs +1578 -1310
- package/fesm2022/desy-angular.mjs.map +1 -1
- package/lib/desy-buttons/components/button/button.component.d.ts +15 -15
- package/lib/desy-buttons/components/button-loader/button-loader.component.d.ts +4 -4
- package/lib/desy-buttons/components/dropdown/dropdown.component.d.ts +10 -10
- package/lib/desy-buttons/components/listbox/listbox-label/listbox-label.component.d.ts +1 -1
- package/lib/desy-buttons/components/listbox/listbox.component.d.ts +10 -10
- package/lib/desy-buttons/components/pill/pill.component.d.ts +8 -8
- package/lib/desy-buttons/components/toggle/toggle-off-state/toggle-off-state.component.d.ts +1 -1
- package/lib/desy-buttons/components/toggle/toggle-on-state/toggle-on-state.component.d.ts +1 -1
- package/lib/desy-buttons/components/toggle/toggle.component.d.ts +5 -5
- package/lib/desy-commons/components/content/content.component.d.ts +1 -1
- package/lib/desy-commons/components/description/description.component.d.ts +1 -1
- package/lib/desy-commons/components/icon/icon.component.d.ts +1 -1
- package/lib/desy-commons/components/title/title.component.d.ts +1 -1
- package/lib/desy-forms/components/character-count/character-count.component.d.ts +17 -16
- package/lib/desy-forms/components/checkboxes/checkbox-item/checkbox-item.component.d.ts +13 -13
- package/lib/desy-forms/components/checkboxes/checkboxes.component.d.ts +14 -14
- package/lib/desy-forms/components/date-input/date-input-day/date-input-day.component.d.ts +12 -12
- package/lib/desy-forms/components/date-input/date-input-month/date-input-month.component.d.ts +13 -14
- package/lib/desy-forms/components/date-input/date-input-year/date-input-year.component.d.ts +10 -10
- package/lib/desy-forms/components/date-input/date-input.component.d.ts +16 -16
- package/lib/desy-forms/components/datepicker/datepicker.component.d.ts +10 -10
- package/lib/desy-forms/components/error-message/error-message.component.d.ts +5 -5
- package/lib/desy-forms/components/fieldset/fieldset.component.d.ts +11 -11
- package/lib/desy-forms/components/fieldset/legend/legend.component.d.ts +3 -3
- package/lib/desy-forms/components/file-upload/file-upload.component.d.ts +4 -4
- package/lib/desy-forms/components/form-field/form-field.component.d.ts +3 -3
- package/lib/desy-forms/components/hint/hint.component.d.ts +4 -4
- package/lib/desy-forms/components/input/input.component.d.ts +8 -8
- package/lib/desy-forms/components/input-group/input-group-divider/input-group-divider.component.d.ts +1 -1
- package/lib/desy-forms/components/input-group/input-group-input/input-group-input.component.d.ts +2 -2
- package/lib/desy-forms/components/input-group/input-group-select/input-group-select.component.d.ts +3 -3
- package/lib/desy-forms/components/input-group/input-group.component.d.ts +12 -12
- package/lib/desy-forms/components/label/label.component.d.ts +6 -6
- package/lib/desy-forms/components/radios/radio-item/radio-item.component.d.ts +12 -12
- package/lib/desy-forms/components/radios/radios.component.d.ts +10 -10
- package/lib/desy-forms/components/search-bar/search-bar.component.d.ts +6 -5
- package/lib/desy-forms/components/select/option/option.component.d.ts +2 -2
- package/lib/desy-forms/components/select/option-group/option-group.component.d.ts +2 -2
- package/lib/desy-forms/components/select/select-item/select-item.component.d.ts +1 -1
- package/lib/desy-forms/components/select/select.component.d.ts +4 -4
- package/lib/desy-forms/components/textarea/textarea.component.d.ts +6 -6
- package/lib/desy-forms/components/tree/interfaces/item-generator.d.ts +4 -0
- package/lib/desy-forms/components/tree/interfaces/itree-item.d.ts +4 -2
- package/lib/desy-forms/components/tree/tree-checkbox/tree-checkbox.component.d.ts +19 -19
- package/lib/desy-forms/components/tree/tree-item/tree-item.component.d.ts +24 -24
- package/lib/desy-forms/components/tree/tree-items-generator/tree-items-generator.component.d.ts +2 -1
- package/lib/desy-forms/components/tree/tree-sub/tree-sub.component.d.ts +12 -4
- package/lib/desy-forms/components/tree/tree.component.d.ts +23 -12
- package/lib/desy-forms/directives/condition.directive.d.ts +2 -2
- package/lib/desy-modals/components/dialog/dialog.component.d.ts +12 -12
- package/lib/desy-modals/components/modal/modal.component.d.ts +16 -17
- package/lib/desy-nav/components/breadcrumbs/breadcrumbs.component.d.ts +7 -7
- package/lib/desy-nav/components/error-summary/error-summary-item/error-summary-item.component.d.ts +2 -2
- package/lib/desy-nav/components/error-summary/error-summary.component.d.ts +8 -8
- package/lib/desy-nav/components/footer/footer-meta/footer-meta-item/footer-meta-item.component.d.ts +2 -2
- package/lib/desy-nav/components/footer/footer-meta/footer-meta.component.d.ts +3 -3
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation-item/footer-navigation-item.component.d.ts +2 -2
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation.component.d.ts +3 -3
- package/lib/desy-nav/components/footer/footer.component.d.ts +11 -11
- package/lib/desy-nav/components/header/header-dropdown/header-dropdown.component.d.ts +7 -7
- package/lib/desy-nav/components/header/header-mobileText/header-mobile-text.component.d.ts +75 -75
- package/lib/desy-nav/components/header/header-navigation/header-navigation-item/header-navigation-item.component.d.ts +8 -8
- package/lib/desy-nav/components/header/header-navigation/header-navigation.component.d.ts +3 -3
- package/lib/desy-nav/components/header/header-offcanvas/header-offcanvas.component.d.ts +1 -1
- package/lib/desy-nav/components/header/header-subnav/header-subnav.component.d.ts +5 -5
- package/lib/desy-nav/components/header/header.component.d.ts +22 -25
- package/lib/desy-nav/components/header-advanced/header-advanced-dropdown/header-advanced-dropdown.component.d.ts +5 -5
- package/lib/desy-nav/components/header-advanced/header-advanced-logo/header-advanced-logo.component.d.ts +8 -8
- package/lib/desy-nav/components/header-advanced/header-advanced-sub/header-advanced-sub.component.d.ts +12 -12
- package/lib/desy-nav/components/header-advanced/header-advanced-subtitle/header-advanced-subtitle.component.d.ts +1 -1
- package/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.d.ts +12 -12
- package/lib/desy-nav/components/header-advanced/header-advanced-title/header-advanced-title.component.d.ts +3 -3
- package/lib/desy-nav/components/header-advanced/header-advanced-title-container/header-advanced-title-container.component.d.ts +10 -10
- package/lib/desy-nav/components/header-advanced/header-advanced.component.d.ts +2 -2
- package/lib/desy-nav/components/header-mini/header-mini.component.d.ts +5 -5
- package/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.d.ts +1 -1
- package/lib/desy-nav/components/menu-horizontal/menu-horizontal-item/menu-horizontal-item.component.d.ts +1 -1
- package/lib/desy-nav/components/menu-horizontal/menu-horizontal.component.d.ts +6 -6
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.d.ts +3 -3
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-subitem/menu-navigation-subitem.component.d.ts +3 -3
- package/lib/desy-nav/components/menu-navigation/menu-navigation.component.d.ts +83 -83
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub/menu-vertical-item-sub.component.d.ts +1 -1
- package/lib/desy-nav/components/menu-vertical/menu-vertical.component.d.ts +7 -7
- package/lib/desy-nav/components/menubar/components/menubar-label/menubar-label.component.d.ts +1 -1
- package/lib/desy-nav/components/menubar/components/menubar-subitem/menubar-subitem.component.d.ts +3 -2
- package/lib/desy-nav/components/menubar/directives/menubaritem.directive.d.ts +5 -5
- package/lib/desy-nav/components/menubar/menubar.component.d.ts +89 -89
- package/lib/desy-nav/components/nav/nav-item/nav-item.component.d.ts +1 -1
- package/lib/desy-nav/components/nav/nav.component.d.ts +5 -5
- package/lib/desy-nav/components/notification/notification-item/notification-item.component.d.ts +2 -2
- package/lib/desy-nav/components/notification/notification.component.d.ts +10 -10
- package/lib/desy-nav/components/skip-link/skip-link.component.d.ts +5 -5
- package/lib/desy-nav/interfaces/footer-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/header-offcanvas-data.d.ts +1 -1
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item.d.ts +1 -0
- package/lib/desy-nav/interfaces/menubar-item-sub-item.d.ts +1 -0
- package/lib/desy-pagination/components/pagination/pagination.component.d.ts +19 -14
- package/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.d.ts +2 -2
- package/lib/desy-tables/components/table/components/table-caption.component.d.ts +1 -1
- package/lib/desy-tables/components/table/components/table-cell.component.d.ts +2 -1
- package/lib/desy-tables/components/table/table.component.d.ts +11 -11
- package/lib/desy-tables/components/table-advanced/components/table-advanced-footer.component.d.ts +2 -2
- package/lib/desy-tables/components/table-advanced/components/table-advanced-header-cell.component.d.ts +7 -7
- package/lib/desy-tables/components/table-advanced/components/table-advanced-row.component.d.ts +2 -2
- package/lib/desy-tables/components/table-advanced/components/table-advanced-select.component.d.ts +1 -1
- package/lib/desy-tables/components/table-advanced/table-advanced.component.d.ts +21 -22
- package/lib/desy-tables/components/treegrid/components/treegrid-caption.component.d.ts +1 -1
- package/lib/desy-tables/components/treegrid/components/treegrid-cell.component.d.ts +1 -1
- package/lib/desy-tables/components/treegrid/components/treegrid-row.component.d.ts +2 -2
- package/lib/desy-tables/components/treegrid/treegrid.component.d.ts +9 -5
- package/lib/desy-tables/directives/cell.directive.d.ts +4 -4
- package/lib/desy-tables/directives/focus-clicked-cell.directive.d.ts +1 -1
- package/lib/desy-tables/directives/row.directive.d.ts +4 -4
- package/lib/desy-tables/directives/treegrid.directive.d.ts +1 -1
- package/lib/desy-tables/interfaces/cell-data.d.ts +1 -0
- package/lib/desy-tables/interfaces/recalculate-table-params.d.ts +3 -2
- package/lib/desy-views/components/accordion/accordion-item/accordion-item.component.d.ts +6 -6
- package/lib/desy-views/components/accordion/accordion.component.d.ts +89 -89
- package/lib/desy-views/components/accordion-history/accordion-item-hide-button/accordion-item-hide-button.component.d.ts +1 -1
- package/lib/desy-views/components/accordion-history/accordion-item-show-button/accordion-item-show-button.component.d.ts +1 -1
- package/lib/desy-views/components/alert/alert.component.d.ts +7 -7
- package/lib/desy-views/components/card/card-sectors/card-left.component.d.ts +4 -4
- package/lib/desy-views/components/card/card-sectors/card-right.component.d.ts +3 -3
- package/lib/desy-views/components/card/card-sectors/card-sub.component.d.ts +4 -4
- package/lib/desy-views/components/card/card-sectors/card-super.component.d.ts +4 -4
- package/lib/desy-views/components/card/card.component.d.ts +3 -3
- package/lib/desy-views/components/collapsible/collapsible.component.d.ts +11 -11
- package/lib/desy-views/components/description-list/definition/definition.component.d.ts +2 -2
- package/lib/desy-views/components/description-list/description-item/description-item.component.d.ts +3 -3
- package/lib/desy-views/components/description-list/description-list.component.d.ts +3 -3
- package/lib/desy-views/components/description-list/term/term.component.d.ts +2 -2
- package/lib/desy-views/components/details/details.component.d.ts +7 -7
- package/lib/desy-views/components/item/item-content-bottom/item-content-bottom.component.d.ts +2 -2
- package/lib/desy-views/components/item/item.component.d.ts +14 -14
- package/lib/desy-views/components/media-object/media-object.component.d.ts +80 -80
- package/lib/desy-views/components/status/status.component.d.ts +77 -77
- package/lib/desy-views/components/status-item/status-item.component.d.ts +82 -82
- package/lib/desy-views/components/tabs/panel/panel.component.d.ts +2 -2
- package/lib/desy-views/components/tabs/tab-item/tab-item.component.d.ts +4 -4
- package/lib/desy-views/components/tabs/tabs.component.d.ts +85 -84
- package/lib/desy-views/components/tooltip/tooltip.component.d.ts +80 -80
- package/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.d.ts +2 -2
- package/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.d.ts +1 -1
- package/lib/shared/components/spinner/spinner.component.d.ts +75 -75
- package/lib/shared/components/text-or-html-required/text-or-html-required.component.d.ts +2 -2
- package/lib/shared/directives/attribute-change.directive.d.ts +2 -2
- package/lib/shared/directives/click-outside.directive.d.ts +2 -2
- package/lib/shared/directives/inner-content.directive.d.ts +1 -1
- package/lib/shared/utils/focus-utils.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,33 +1,38 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
+
import { ErrorMessageComponent } from '../error-message/error-message.component';
|
|
2
3
|
import { FieldsetComponent } from '../fieldset/fieldset.component';
|
|
3
4
|
import { FormFieldComponent } from '../form-field/form-field.component';
|
|
5
|
+
import { HintComponent } from '../hint/hint.component';
|
|
4
6
|
import { SearchBarComponent } from '../search-bar/search-bar.component';
|
|
5
7
|
import { QuitTreeItemFocusOptions } from './interfaces/quit-tree-item-focus-options';
|
|
6
8
|
import { TreeItemComponent } from './tree-item/tree-item.component';
|
|
7
9
|
import * as i0 from "@angular/core";
|
|
8
10
|
export declare class TreeComponent extends FormFieldComponent<any[]> implements OnChanges, OnDestroy {
|
|
9
11
|
private changeDetector;
|
|
10
|
-
idPrefix
|
|
11
|
-
classes
|
|
12
|
-
name
|
|
13
|
-
type
|
|
14
|
-
describedBy
|
|
12
|
+
idPrefix?: string;
|
|
13
|
+
classes?: string;
|
|
14
|
+
name?: string;
|
|
15
|
+
type?: 'radio' | 'checkbox' | 'navigation' | null | undefined;
|
|
16
|
+
describedBy?: string;
|
|
15
17
|
formGroupClasses: any;
|
|
16
18
|
expandedFirstLevel: boolean;
|
|
17
19
|
decoupleChildFromParent: boolean;
|
|
18
20
|
disableDefaultSearch: boolean;
|
|
19
|
-
|
|
21
|
+
lazyRendering: boolean;
|
|
22
|
+
searchMatchValues?: string[];
|
|
20
23
|
searchMatchValuesChange: EventEmitter<string[]>;
|
|
24
|
+
searchBoldValues?: string[];
|
|
21
25
|
allItems: QueryList<TreeItemComponent>;
|
|
22
26
|
fieldsetComponent: FieldsetComponent;
|
|
23
27
|
searchBarComponent: SearchBarComponent;
|
|
24
28
|
innerHtml: TemplateRef<any>;
|
|
29
|
+
private generator;
|
|
25
30
|
private rootItems;
|
|
26
|
-
private
|
|
27
|
-
private _allItemListSubscription;
|
|
31
|
+
private _allItemListSubscription?;
|
|
28
32
|
private _itemListCheckedSubscriptions;
|
|
29
33
|
private _itemListQuitFocusSubscriptions;
|
|
30
34
|
private _alreadyConfiguringItems;
|
|
35
|
+
private hasInitializedLazyCheck;
|
|
31
36
|
constructor(changeDetector: ChangeDetectorRef);
|
|
32
37
|
ngOnDestroy(): void;
|
|
33
38
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -45,6 +50,9 @@ export declare class TreeComponent extends FormFieldComponent<any[]> implements
|
|
|
45
50
|
* @param originItem ítem modificado
|
|
46
51
|
*/
|
|
47
52
|
updateValueFromItems(originItem?: TreeItemComponent): void;
|
|
53
|
+
private checkAllLazyItemsBeforeResetValue;
|
|
54
|
+
private checkAllLazyItemsIndeterminated;
|
|
55
|
+
private checkAllLazyItems;
|
|
48
56
|
/**
|
|
49
57
|
* Gestiona cuando el foco abandona un ítem desde un evento de teclado controlado
|
|
50
58
|
* @param options
|
|
@@ -55,6 +63,9 @@ export declare class TreeComponent extends FormFieldComponent<any[]> implements
|
|
|
55
63
|
* @param value texto de búsqueda
|
|
56
64
|
*/
|
|
57
65
|
onSearch(value: string): void;
|
|
66
|
+
private searchInData;
|
|
67
|
+
private flattenData;
|
|
68
|
+
private hasDescendantValue;
|
|
58
69
|
/**
|
|
59
70
|
* Configura los items del árbol
|
|
60
71
|
*/
|
|
@@ -83,15 +94,15 @@ export declare class TreeComponent extends FormFieldComponent<any[]> implements
|
|
|
83
94
|
/**
|
|
84
95
|
* Se llama desde FormField
|
|
85
96
|
*/
|
|
86
|
-
overrideHintParams(hint:
|
|
97
|
+
overrideHintParams(hint: HintComponent): void;
|
|
87
98
|
/**
|
|
88
99
|
* Se llama desde FormField
|
|
89
100
|
*/
|
|
90
|
-
overrideErrorMessageParams(errorMessage:
|
|
101
|
+
overrideErrorMessageParams(errorMessage: ErrorMessageComponent): void;
|
|
91
102
|
/**
|
|
92
103
|
* Se llama desde FormField
|
|
93
104
|
*/
|
|
94
|
-
onDeleteErrorMessage(errorMessage:
|
|
105
|
+
onDeleteErrorMessage(errorMessage: ErrorMessageComponent): void;
|
|
95
106
|
/**
|
|
96
107
|
* Configura la estructura del árbol
|
|
97
108
|
* @private
|
|
@@ -115,5 +126,5 @@ export declare class TreeComponent extends FormFieldComponent<any[]> implements
|
|
|
115
126
|
*/
|
|
116
127
|
private getAllItemsInOrder;
|
|
117
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
|
|
118
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "desy-tree", never, { "idPrefix": { "alias": "idPrefix"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; "expandedFirstLevel": { "alias": "expandedFirstLevel"; "required": false; }; "decoupleChildFromParent": { "alias": "decoupleChildFromParent"; "required": false; }; "disableDefaultSearch": { "alias": "disableDefaultSearch"; "required": false; }; "searchMatchValues": { "alias": "searchMatchValues"; "required": false; }; }, { "searchMatchValuesChange": "searchMatchValuesChange"; }, ["allItems", "fieldsetComponent", "searchBarComponent"], ["desy-hint", "desy-error-message", "desy-search-bar", "*", "desy-fieldset"], false, never>;
|
|
129
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "desy-tree", never, { "idPrefix": { "alias": "idPrefix"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; "expandedFirstLevel": { "alias": "expandedFirstLevel"; "required": false; }; "decoupleChildFromParent": { "alias": "decoupleChildFromParent"; "required": false; }; "disableDefaultSearch": { "alias": "disableDefaultSearch"; "required": false; }; "lazyRendering": { "alias": "lazyRendering"; "required": false; }; "searchMatchValues": { "alias": "searchMatchValues"; "required": false; }; }, { "searchMatchValuesChange": "searchMatchValuesChange"; }, ["generator", "allItems", "fieldsetComponent", "searchBarComponent"], ["desy-hint", "desy-error-message", "desy-search-bar", "*", "desy-fieldset"], false, never>;
|
|
119
130
|
}
|
|
@@ -8,9 +8,9 @@ export declare class ConditionDirective implements OnChanges {
|
|
|
8
8
|
* 1) incluir objeto ItemCheckboxData o ItemRadioWithTemplateData (interfaces expuesta)
|
|
9
9
|
* 2) incluir value y el listado de ItemCheckboxData[] o ItemRadioWithTemplateData[]
|
|
10
10
|
*/
|
|
11
|
-
item
|
|
11
|
+
item?: ItemCheckboxData | ItemRadioWithTemplateData;
|
|
12
12
|
value: any;
|
|
13
|
-
items
|
|
13
|
+
items?: ItemCheckboxData[] | ItemRadioWithTemplateData[];
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
ngOnChanges(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConditionDirective, never>;
|
|
@@ -11,20 +11,20 @@ export declare class DialogComponent extends AccessibilityComponent implements O
|
|
|
11
11
|
static readonly KEY_CODE_ESC = "Escape";
|
|
12
12
|
container: ViewContainerRef;
|
|
13
13
|
focusTrapWrapper: ElementRef;
|
|
14
|
-
active
|
|
14
|
+
active?: boolean;
|
|
15
15
|
activeChange: EventEmitter<boolean>;
|
|
16
16
|
id: any;
|
|
17
|
-
caller
|
|
18
|
-
focusOnClose
|
|
19
|
-
dismissOnBackdrop
|
|
20
|
-
classes
|
|
21
|
-
focusOnShow
|
|
22
|
-
callerType
|
|
23
|
-
onCallerCreationCallback
|
|
24
|
-
lastActiveState: boolean;
|
|
25
|
-
focusTrap
|
|
26
|
-
clickOutsideEnabled: boolean;
|
|
27
|
-
childElem
|
|
17
|
+
caller?: TemplateRef<any>;
|
|
18
|
+
focusOnClose?: string | HTMLElement;
|
|
19
|
+
dismissOnBackdrop?: boolean;
|
|
20
|
+
classes?: string;
|
|
21
|
+
focusOnShow?: string | HTMLElement;
|
|
22
|
+
callerType?: Type<any>;
|
|
23
|
+
onCallerCreationCallback?: DialogCreationCallback;
|
|
24
|
+
lastActiveState: boolean | undefined;
|
|
25
|
+
focusTrap?: ConfigurableFocusTrap;
|
|
26
|
+
clickOutsideEnabled: boolean | undefined;
|
|
27
|
+
childElem?: Element;
|
|
28
28
|
constructor(cdRef: ChangeDetectorRef, focusTrapFactory: ConfigurableFocusTrapFactory, factoryResolver: ComponentFactoryResolver);
|
|
29
29
|
ngOnChanges(): void;
|
|
30
30
|
ngAfterViewInit(): void;
|
|
@@ -12,18 +12,18 @@ import { ModalButtonSecondaryComponent } from './modal-button-secondary/modal-bu
|
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
export declare class ModalComponent extends AccessibilityComponent {
|
|
14
14
|
private changeDetectorRef;
|
|
15
|
-
titleModal
|
|
16
|
-
description
|
|
17
|
-
itemsPrimary
|
|
18
|
-
itemsSecondary
|
|
19
|
-
itemsLoaderPrimary
|
|
20
|
-
itemsLoaderSecondary
|
|
21
|
-
icon
|
|
22
|
-
headingLevel
|
|
23
|
-
isDismissible
|
|
15
|
+
titleModal?: ModalData;
|
|
16
|
+
description?: ModalData;
|
|
17
|
+
itemsPrimary?: ModalButtonData[];
|
|
18
|
+
itemsSecondary?: ModalButtonData[];
|
|
19
|
+
itemsLoaderPrimary?: ModalButtonData[];
|
|
20
|
+
itemsLoaderSecondary?: ModalButtonData[];
|
|
21
|
+
icon?: ModalIconData;
|
|
22
|
+
headingLevel?: number;
|
|
23
|
+
isDismissible?: boolean;
|
|
24
24
|
id: string;
|
|
25
|
-
classes
|
|
26
|
-
caller
|
|
25
|
+
classes?: string;
|
|
26
|
+
caller?: TemplateRef<any>;
|
|
27
27
|
closeModal: EventEmitter<void>;
|
|
28
28
|
clickButton: EventEmitter<any>;
|
|
29
29
|
titleComponent: TitleComponent;
|
|
@@ -39,16 +39,15 @@ export declare class ModalComponent extends AccessibilityComponent {
|
|
|
39
39
|
descriptionIsEmpty: boolean;
|
|
40
40
|
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
41
41
|
closeDialog(): void;
|
|
42
|
-
getType(): string;
|
|
43
42
|
checkDescriptionContent(element: ElementRef): void;
|
|
44
|
-
clickButtonEmit(item: ModalButtonData, event:
|
|
43
|
+
clickButtonEmit(item: ModalButtonData, event: MouseEvent): void;
|
|
45
44
|
handleIconContentEmpty(isEmpty: boolean): void;
|
|
46
45
|
getTitleClasses(): string;
|
|
47
46
|
getDescriptionClasses(): string;
|
|
48
|
-
getPrimaryItems(): ModalButtonData[] | ModalButtonPrimaryComponent[];
|
|
49
|
-
getSecondaryItems(): ModalButtonData[] | ModalButtonPrimaryComponent[];
|
|
50
|
-
getPrimaryLoaderItems(): ModalButtonData[] | ModalButtonLoaderPrimaryComponent[];
|
|
51
|
-
getSecondaryLoaderItems(): ModalButtonData[] | ModalButtonLoaderSecondaryComponent[];
|
|
47
|
+
getPrimaryItems(): ModalButtonData[] | ModalButtonPrimaryComponent[] | undefined;
|
|
48
|
+
getSecondaryItems(): ModalButtonData[] | ModalButtonPrimaryComponent[] | undefined;
|
|
49
|
+
getPrimaryLoaderItems(): ModalButtonData[] | ModalButtonLoaderPrimaryComponent[] | undefined;
|
|
50
|
+
getSecondaryLoaderItems(): ModalButtonData[] | ModalButtonLoaderSecondaryComponent[] | undefined;
|
|
52
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
|
|
53
52
|
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "desy-modal", never, { "titleModal": { "alias": "titleModal"; "required": false; }; "description": { "alias": "description"; "required": false; }; "itemsPrimary": { "alias": "itemsPrimary"; "required": false; }; "itemsSecondary": { "alias": "itemsSecondary"; "required": false; }; "itemsLoaderPrimary": { "alias": "itemsLoaderPrimary"; "required": false; }; "itemsLoaderSecondary": { "alias": "itemsLoaderSecondary"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "isDismissible": { "alias": "isDismissible"; "required": false; }; "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "caller": { "alias": "caller"; "required": false; }; }, { "closeModal": "closeModal"; "clickButton": "clickButton"; }, ["titleComponent", "descriptionComponent", "contentComponent", "primaryButtonComponents", "secondaryButtonComponents", "primaryButtonLoaderComponents", "secondaryButtonLoaderComponents", "iconComponent"], never, false, never>;
|
|
54
53
|
}
|
|
@@ -6,13 +6,13 @@ import { BreadcrumbsItemComponent } from './breadcrumbs-item/breadcrumbs-item.co
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class BreadcrumbsComponent extends AccessibilityComponent {
|
|
8
8
|
private location;
|
|
9
|
-
items
|
|
10
|
-
classes
|
|
11
|
-
id
|
|
12
|
-
collapseOnMobile
|
|
13
|
-
inlineOnMobile
|
|
14
|
-
inlineOnDesktop
|
|
15
|
-
hasBackButton
|
|
9
|
+
items?: Array<BreadcrumbsData>;
|
|
10
|
+
classes?: string;
|
|
11
|
+
id?: string;
|
|
12
|
+
collapseOnMobile?: boolean;
|
|
13
|
+
inlineOnMobile?: boolean;
|
|
14
|
+
inlineOnDesktop?: boolean;
|
|
15
|
+
hasBackButton?: boolean;
|
|
16
16
|
itemComponentList: QueryList<BreadcrumbsItemComponent>;
|
|
17
17
|
constructor(location: Location);
|
|
18
18
|
getLength(): number;
|
package/lib/desy-nav/components/error-summary/error-summary-item/error-summary-item.component.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import { ContentBaseComponent } from '../../../../shared/components';
|
|
|
2
2
|
import { ErrorSummaryData } from '../../../interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ErrorSummaryItemComponent extends ContentBaseComponent implements ErrorSummaryData {
|
|
5
|
-
fragment
|
|
6
|
-
id
|
|
5
|
+
fragment?: string;
|
|
6
|
+
id?: string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorSummaryItemComponent, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorSummaryItemComponent, "desy-error-summary-item", never, { "fragment": { "alias": "fragment"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -6,14 +6,14 @@ import { ErrorSummaryData } from '../../interfaces';
|
|
|
6
6
|
import { ErrorSummaryItemComponent } from './error-summary-item/error-summary-item.component';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class ErrorSummaryComponent extends AccessibilityComponent {
|
|
9
|
-
titleText
|
|
10
|
-
titleHtml
|
|
11
|
-
descriptionText
|
|
12
|
-
descriptionHtml
|
|
13
|
-
classes
|
|
14
|
-
id
|
|
15
|
-
errorList
|
|
16
|
-
headingLevel
|
|
9
|
+
titleText?: string;
|
|
10
|
+
titleHtml?: string;
|
|
11
|
+
descriptionText?: string;
|
|
12
|
+
descriptionHtml?: string;
|
|
13
|
+
classes?: string;
|
|
14
|
+
id?: string;
|
|
15
|
+
errorList?: Array<ErrorSummaryData>;
|
|
16
|
+
headingLevel?: number;
|
|
17
17
|
titleComponent: TitleComponent;
|
|
18
18
|
descriptionComponent: DescriptionComponent;
|
|
19
19
|
errorComponentList: QueryList<ErrorSummaryItemComponent>;
|
package/lib/desy-nav/components/footer/footer-meta/footer-meta-item/footer-meta-item.component.d.ts
CHANGED
|
@@ -4,9 +4,9 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class FooterMetaItemComponent extends ContentBaseComponent implements MetaItemData {
|
|
5
5
|
href?: string;
|
|
6
6
|
routerLink?: string;
|
|
7
|
-
routerLinkActiveClasses
|
|
7
|
+
routerLinkActiveClasses?: string | string[];
|
|
8
8
|
fragment?: string;
|
|
9
|
-
target
|
|
9
|
+
target?: string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterMetaItemComponent, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<FooterMetaItemComponent, "desy-footer-meta-item", never, { "href": { "alias": "href"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveClasses": { "alias": "routerLinkActiveClasses"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { QueryList } from '@angular/core';
|
|
2
|
-
import { MetaData } from '../../../interfaces';
|
|
3
|
-
import { FooterMetaItemComponent } from './footer-meta-item/footer-meta-item.component';
|
|
4
2
|
import { ContentComponent } from '../../../../desy-commons/components/content/content.component';
|
|
5
3
|
import { ContentBaseComponent } from '../../../../shared/components';
|
|
4
|
+
import { MetaData } from '../../../interfaces';
|
|
5
|
+
import { FooterMetaItemComponent } from './footer-meta-item/footer-meta-item.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class FooterMetaComponent extends ContentBaseComponent implements MetaData {
|
|
8
|
-
visuallyHiddenTitle
|
|
8
|
+
visuallyHiddenTitle?: string;
|
|
9
9
|
contentComponent: ContentComponent;
|
|
10
10
|
itemComponents: QueryList<FooterMetaItemComponent>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterMetaComponent, never>;
|
|
@@ -4,9 +4,9 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class FooterNavigationItemComponent extends ContentBaseComponent implements NavigationItemData {
|
|
5
5
|
href?: string;
|
|
6
6
|
routerLink?: string;
|
|
7
|
-
routerLinkActiveClasses
|
|
7
|
+
routerLinkActiveClasses?: string | string[];
|
|
8
8
|
fragment?: string;
|
|
9
|
-
target
|
|
9
|
+
target?: string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterNavigationItemComponent, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<FooterNavigationItemComponent, "desy-footer-navigation-item", never, { "href": { "alias": "href"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveClasses": { "alias": "routerLinkActiveClasses"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -3,9 +3,9 @@ import { NavigationData } from '../../../interfaces';
|
|
|
3
3
|
import { FooterNavigationItemComponent } from './footer-navigation-item/footer-navigation-item.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class FooterNavigationComponent implements NavigationData {
|
|
6
|
-
title
|
|
7
|
-
columns
|
|
8
|
-
classes
|
|
6
|
+
title?: string;
|
|
7
|
+
columns?: number;
|
|
8
|
+
classes?: number;
|
|
9
9
|
itemComponents: QueryList<FooterNavigationItemComponent>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterNavigationComponent, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<FooterNavigationComponent, "desy-footer-navigation", never, { "title": { "alias": "title"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, ["itemComponents"], never, false, never>;
|
|
@@ -11,16 +11,16 @@ import { FooterMetaComponent } from './footer-meta/footer-meta.component';
|
|
|
11
11
|
import { FooterNavigationComponent } from './footer-navigation/footer-navigation.component';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
export declare class FooterComponent extends AccessibilityComponent {
|
|
14
|
-
meta
|
|
15
|
-
navigation
|
|
16
|
-
icon
|
|
17
|
-
containerClasses
|
|
18
|
-
classes
|
|
19
|
-
description
|
|
20
|
-
noLogo
|
|
21
|
-
urlFeder
|
|
22
|
-
url
|
|
23
|
-
logoContainerClasses
|
|
14
|
+
meta?: MetaData;
|
|
15
|
+
navigation?: NavigationData[];
|
|
16
|
+
icon?: IconData;
|
|
17
|
+
containerClasses?: string;
|
|
18
|
+
classes?: string;
|
|
19
|
+
description?: DescriptionData;
|
|
20
|
+
noLogo?: boolean;
|
|
21
|
+
urlFeder?: string;
|
|
22
|
+
url?: string;
|
|
23
|
+
logoContainerClasses?: string;
|
|
24
24
|
type: Type | string;
|
|
25
25
|
typeEnum: typeof Type;
|
|
26
26
|
iconComponent: IconComponent;
|
|
@@ -30,7 +30,7 @@ export declare class FooterComponent extends AccessibilityComponent {
|
|
|
30
30
|
getNavigationItems(): NavigationData[];
|
|
31
31
|
getNavigationItemItems(navigation: NavigationData): NavigationItemData[];
|
|
32
32
|
getMetaItems(meta: MetaData): MetaItemData[];
|
|
33
|
-
getMetaContent(meta: MetaData): ContentComponent;
|
|
33
|
+
getMetaContent(meta: MetaData): ContentComponent | undefined;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
35
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "desy-footer", never, { "meta": { "alias": "meta"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "containerClasses": { "alias": "containerClasses"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "description": { "alias": "description"; "required": false; }; "noLogo": { "alias": "noLogo"; "required": false; }; "urlFeder": { "alias": "urlFeder"; "required": false; }; "url": { "alias": "url"; "required": false; }; "logoContainerClasses": { "alias": "logoContainerClasses"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, ["iconComponent", "metaComponent", "descriptionComponent", "navigationComponent"], ["*"], false, never>;
|
|
36
36
|
}
|
|
@@ -3,13 +3,13 @@ import { AccessibilityComponent } from '../../../../shared/components';
|
|
|
3
3
|
import { NavComponent } from '../../nav/nav.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class HeaderDropdownComponent extends AccessibilityComponent {
|
|
6
|
-
hiddenText
|
|
7
|
-
classesContainer
|
|
8
|
-
classesTooltip
|
|
9
|
-
classes
|
|
10
|
-
contentRole
|
|
11
|
-
contentAriaModal
|
|
12
|
-
contentAriaLabel
|
|
6
|
+
hiddenText?: string;
|
|
7
|
+
classesContainer?: string;
|
|
8
|
+
classesTooltip?: string;
|
|
9
|
+
classes?: string;
|
|
10
|
+
contentRole?: string;
|
|
11
|
+
contentAriaModal?: string;
|
|
12
|
+
contentAriaLabel?: string;
|
|
13
13
|
nav: NavComponent;
|
|
14
14
|
contentComponent: ContentComponent;
|
|
15
15
|
overrideNavParams(nav: NavComponent): void;
|
|
@@ -1,84 +1,84 @@
|
|
|
1
1
|
import { AccessibilityComponent } from '../../../../shared/components';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class HeaderMobileTextComponent extends AccessibilityComponent {
|
|
4
|
-
html
|
|
5
|
-
text
|
|
4
|
+
html?: string;
|
|
5
|
+
text?: string;
|
|
6
6
|
_classes: string;
|
|
7
7
|
set classes(classes: string);
|
|
8
8
|
get classes(): string;
|
|
9
|
-
role: string;
|
|
10
|
-
ariaLabel: string;
|
|
11
|
-
ariaDescribedBy: string;
|
|
12
|
-
ariaLabelledBy: string;
|
|
13
|
-
ariaHidden: string;
|
|
14
|
-
ariaDisabled: string;
|
|
15
|
-
ariaControls: string;
|
|
16
|
-
ariaCurrent: string;
|
|
17
|
-
ariaLive: string;
|
|
18
|
-
ariaExpanded: string;
|
|
19
|
-
ariaErrorMessage: string;
|
|
20
|
-
ariaHasPopup: string;
|
|
21
|
-
ariaModal: string;
|
|
22
|
-
ariaChecked: string;
|
|
23
|
-
ariaPressed: string;
|
|
24
|
-
ariaReadonly: string;
|
|
25
|
-
ariaRequired: string;
|
|
26
|
-
ariaSelected: string;
|
|
27
|
-
ariaValuemin: string;
|
|
28
|
-
ariaValuemax: string;
|
|
29
|
-
ariaValuenow: string;
|
|
30
|
-
ariaValuetext: string;
|
|
31
|
-
ariaOrientation: string;
|
|
32
|
-
ariaLevel: string;
|
|
33
|
-
ariaMultiselectable: string;
|
|
34
|
-
ariaPlaceholder: string;
|
|
35
|
-
ariaPosinset: string;
|
|
36
|
-
ariaSetsize: string;
|
|
37
|
-
ariaSort: string;
|
|
38
|
-
ariaBusy: string;
|
|
39
|
-
ariaActivedescendant: string;
|
|
40
|
-
ariaAtomic: string;
|
|
41
|
-
ariaAutocomplete: string;
|
|
42
|
-
ariaBraillelabel: string;
|
|
43
|
-
ariaBrailleroledescription: string;
|
|
44
|
-
ariaColcount: string;
|
|
45
|
-
ariaColindex: string;
|
|
46
|
-
ariaColindextext: string;
|
|
47
|
-
ariaColspan: string;
|
|
48
|
-
ariaDescription: string;
|
|
49
|
-
ariaDetails: string;
|
|
50
|
-
ariaFlowto: string;
|
|
51
|
-
ariaInvalid: string;
|
|
52
|
-
ariaKeyshortcuts: string;
|
|
53
|
-
ariaOwns: string;
|
|
54
|
-
ariaRelevant: string;
|
|
55
|
-
ariaRoledescription: string;
|
|
56
|
-
ariaRowcount: string;
|
|
57
|
-
ariaRowindex: string;
|
|
58
|
-
ariaRowindextext: string;
|
|
59
|
-
ariaRowspan: string;
|
|
60
|
-
tabindex: string;
|
|
61
|
-
title: string;
|
|
62
|
-
alt: string;
|
|
63
|
-
lang: string;
|
|
64
|
-
accesskey: string;
|
|
65
|
-
autocomplete: string;
|
|
66
|
-
autofocus: string;
|
|
67
|
-
contenteditable: string;
|
|
68
|
-
dir: string;
|
|
69
|
-
draggable: string;
|
|
70
|
-
enterkeyhint: string;
|
|
71
|
-
hidden: boolean;
|
|
72
|
-
inputmode: string;
|
|
73
|
-
spellcheck: string;
|
|
74
|
-
translate: string;
|
|
75
|
-
ariaMultiline: string;
|
|
76
|
-
for: string;
|
|
77
|
-
form: string;
|
|
78
|
-
headers: string;
|
|
79
|
-
placeholder: string;
|
|
80
|
-
readonly: string;
|
|
81
|
-
required: string;
|
|
9
|
+
role: string | undefined;
|
|
10
|
+
ariaLabel: string | undefined;
|
|
11
|
+
ariaDescribedBy: string | undefined;
|
|
12
|
+
ariaLabelledBy: string | undefined;
|
|
13
|
+
ariaHidden: string | undefined;
|
|
14
|
+
ariaDisabled: string | undefined;
|
|
15
|
+
ariaControls: string | undefined;
|
|
16
|
+
ariaCurrent: string | undefined;
|
|
17
|
+
ariaLive: string | undefined;
|
|
18
|
+
ariaExpanded: string | undefined;
|
|
19
|
+
ariaErrorMessage: string | undefined;
|
|
20
|
+
ariaHasPopup: string | undefined;
|
|
21
|
+
ariaModal: string | undefined;
|
|
22
|
+
ariaChecked: string | undefined;
|
|
23
|
+
ariaPressed: string | undefined;
|
|
24
|
+
ariaReadonly: string | undefined;
|
|
25
|
+
ariaRequired: string | undefined;
|
|
26
|
+
ariaSelected: string | undefined;
|
|
27
|
+
ariaValuemin: string | undefined;
|
|
28
|
+
ariaValuemax: string | undefined;
|
|
29
|
+
ariaValuenow: string | undefined;
|
|
30
|
+
ariaValuetext: string | undefined;
|
|
31
|
+
ariaOrientation: string | undefined;
|
|
32
|
+
ariaLevel: string | undefined;
|
|
33
|
+
ariaMultiselectable: string | undefined;
|
|
34
|
+
ariaPlaceholder: string | undefined;
|
|
35
|
+
ariaPosinset: string | undefined;
|
|
36
|
+
ariaSetsize: string | undefined;
|
|
37
|
+
ariaSort: string | undefined;
|
|
38
|
+
ariaBusy: string | undefined;
|
|
39
|
+
ariaActivedescendant: string | undefined;
|
|
40
|
+
ariaAtomic: string | undefined;
|
|
41
|
+
ariaAutocomplete: string | undefined;
|
|
42
|
+
ariaBraillelabel: string | undefined;
|
|
43
|
+
ariaBrailleroledescription: string | undefined;
|
|
44
|
+
ariaColcount: string | undefined;
|
|
45
|
+
ariaColindex: string | undefined;
|
|
46
|
+
ariaColindextext: string | undefined;
|
|
47
|
+
ariaColspan: string | undefined;
|
|
48
|
+
ariaDescription: string | undefined;
|
|
49
|
+
ariaDetails: string | undefined;
|
|
50
|
+
ariaFlowto: string | undefined;
|
|
51
|
+
ariaInvalid: string | undefined;
|
|
52
|
+
ariaKeyshortcuts: string | undefined;
|
|
53
|
+
ariaOwns: string | undefined;
|
|
54
|
+
ariaRelevant: string | undefined;
|
|
55
|
+
ariaRoledescription: string | undefined;
|
|
56
|
+
ariaRowcount: string | undefined;
|
|
57
|
+
ariaRowindex: string | undefined;
|
|
58
|
+
ariaRowindextext: string | undefined;
|
|
59
|
+
ariaRowspan: string | undefined;
|
|
60
|
+
tabindex: string | undefined;
|
|
61
|
+
title: string | undefined;
|
|
62
|
+
alt: string | undefined;
|
|
63
|
+
lang: string | undefined;
|
|
64
|
+
accesskey: string | undefined;
|
|
65
|
+
autocomplete: string | undefined;
|
|
66
|
+
autofocus: string | undefined;
|
|
67
|
+
contenteditable: string | undefined;
|
|
68
|
+
dir: string | undefined;
|
|
69
|
+
draggable: string | undefined;
|
|
70
|
+
enterkeyhint: string | undefined;
|
|
71
|
+
hidden: boolean | undefined;
|
|
72
|
+
inputmode: string | undefined;
|
|
73
|
+
spellcheck: string | undefined;
|
|
74
|
+
translate: string | undefined;
|
|
75
|
+
ariaMultiline: string | undefined;
|
|
76
|
+
for: string | undefined;
|
|
77
|
+
form: string | undefined;
|
|
78
|
+
headers: string | undefined;
|
|
79
|
+
placeholder: string | undefined;
|
|
80
|
+
readonly: string | undefined;
|
|
81
|
+
required: string | undefined;
|
|
82
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderMobileTextComponent, never>;
|
|
83
83
|
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMobileTextComponent, "desy-mobile-text", never, { "html": { "alias": "html"; "required": false; }; "text": { "alias": "text"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
84
84
|
}
|
|
@@ -2,14 +2,14 @@ import { ContentBaseComponent } from '../../../../../shared/components';
|
|
|
2
2
|
import { HeaderNavigationItemData } from '../../../../interfaces/header-navigation-item-data';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class HeaderNavigationItemComponent extends ContentBaseComponent implements HeaderNavigationItemData {
|
|
5
|
-
href
|
|
6
|
-
routerLink
|
|
7
|
-
routerLinkActiveClasses
|
|
8
|
-
fragment
|
|
9
|
-
target
|
|
10
|
-
id
|
|
11
|
-
active
|
|
12
|
-
disabled
|
|
5
|
+
href?: string;
|
|
6
|
+
routerLink?: string;
|
|
7
|
+
routerLinkActiveClasses?: string | string[];
|
|
8
|
+
fragment?: string;
|
|
9
|
+
target?: string;
|
|
10
|
+
id?: string;
|
|
11
|
+
active?: boolean;
|
|
12
|
+
disabled?: boolean;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderNavigationItemComponent, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderNavigationItemComponent, "desy-header-navigation-item, desy-header-advanced-navigation-item", never, { "href": { "alias": "href"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveClasses": { "alias": "routerLinkActiveClasses"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "target": { "alias": "target"; "required": false; }; "id": { "alias": "id"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
15
15
|
}
|
|
@@ -4,9 +4,9 @@ import { HeaderNavigationItemData } from '../../../interfaces/header-navigation-
|
|
|
4
4
|
import { HeaderNavigationItemComponent } from './header-navigation-item/header-navigation-item.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class HeaderNavigationComponent extends AccessibilityComponent implements AfterContentInit {
|
|
7
|
-
idPrefix
|
|
8
|
-
classes
|
|
9
|
-
items
|
|
7
|
+
idPrefix?: string;
|
|
8
|
+
classes?: string;
|
|
9
|
+
items?: HeaderNavigationItemData[];
|
|
10
10
|
itemComponents: QueryList<HeaderNavigationItemComponent>;
|
|
11
11
|
ngAfterContentInit(): void;
|
|
12
12
|
getItemId(item: HeaderNavigationItemData, index: number): string;
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class HeaderOffcanvasComponent implements OnDestroy {
|
|
8
8
|
private dialogService;
|
|
9
9
|
private static dialogOptions;
|
|
10
|
-
classes
|
|
10
|
+
classes?: string;
|
|
11
11
|
hostClass: string;
|
|
12
12
|
offcanvasContent: TemplateRef<any>;
|
|
13
13
|
button: HeaderOffcanvasButtonComponent;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { NavComponent } from '../../nav/nav.component';
|
|
2
1
|
import { AccessibilityComponent } from '../../../../shared/components';
|
|
2
|
+
import { NavComponent } from '../../nav/nav.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class HeaderSubnavComponent extends AccessibilityComponent {
|
|
5
|
-
hiddenText
|
|
6
|
-
classesContainer
|
|
7
|
-
classesTooltip
|
|
8
|
-
classes
|
|
5
|
+
hiddenText?: string;
|
|
6
|
+
classesContainer?: string;
|
|
7
|
+
classesTooltip?: string;
|
|
8
|
+
classes?: string;
|
|
9
9
|
nav: NavComponent;
|
|
10
10
|
hasSubnavItems(): boolean;
|
|
11
11
|
overrideNavParams(nav: NavComponent): void;
|