desy-angular 11.1.0 → 12.1.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/esm2022/lib/desy-buttons/components/button/button.component.mjs +5 -4
- package/esm2022/lib/desy-buttons/components/button-loader/button-loader.component.mjs +8 -5
- package/esm2022/lib/desy-buttons/components/dropdown/dropdown.component.mjs +23 -8
- package/esm2022/lib/desy-buttons/components/listbox/listbox-item/listbox-item.component.mjs +3 -3
- package/esm2022/lib/desy-buttons/components/listbox/listbox.component.mjs +6 -5
- package/esm2022/lib/desy-buttons/components/pill/pill.component.mjs +5 -4
- package/esm2022/lib/desy-buttons/components/toggle/toggle.component.mjs +4 -3
- package/esm2022/lib/desy-buttons/interfaces/listbox-item-data.mjs +1 -1
- package/esm2022/lib/desy-commons/interfaces/divider-data.mjs +1 -1
- package/esm2022/lib/desy-commons/interfaces/title-data.mjs +1 -1
- package/esm2022/lib/desy-forms/components/character-count/character-count.component.mjs +30 -4
- package/esm2022/lib/desy-forms/components/checkboxes/checkbox-item/checkbox-item.component.mjs +6 -5
- package/esm2022/lib/desy-forms/components/checkboxes/checkboxes.component.mjs +11 -10
- package/esm2022/lib/desy-forms/components/date-input/date-input-day/date-input-day.component.mjs +3 -3
- package/esm2022/lib/desy-forms/components/date-input/date-input-item/date-input-item.component.mjs +28 -2
- package/esm2022/lib/desy-forms/components/date-input/date-input.component.mjs +10 -9
- package/esm2022/lib/desy-forms/components/error-message/error-message.component.mjs +4 -3
- package/esm2022/lib/desy-forms/components/fieldset/fieldset.component.mjs +5 -4
- package/esm2022/lib/desy-forms/components/fieldset/legend/legend.component.mjs +17 -6
- package/esm2022/lib/desy-forms/components/file-upload/file-upload.component.mjs +8 -7
- package/esm2022/lib/desy-forms/components/hint/hint.component.mjs +4 -3
- package/esm2022/lib/desy-forms/components/input/input.component.mjs +22 -12
- package/esm2022/lib/desy-forms/components/input-group/input-group-item/input-group-item.component.mjs +28 -2
- package/esm2022/lib/desy-forms/components/input-group/input-group.component.mjs +11 -10
- package/esm2022/lib/desy-forms/components/label/label.component.mjs +4 -3
- package/esm2022/lib/desy-forms/components/radios/radio-item/radio-item.component.mjs +6 -5
- package/esm2022/lib/desy-forms/components/radios/radios.component.mjs +11 -10
- package/esm2022/lib/desy-forms/components/search-bar/search-bar.component.mjs +7 -6
- package/esm2022/lib/desy-forms/components/select/select.component.mjs +10 -9
- package/esm2022/lib/desy-forms/components/textarea/textarea.component.mjs +8 -7
- package/esm2022/lib/desy-forms/components/tree/tree-checkbox/tree-checkbox.component.mjs +4 -3
- package/esm2022/lib/desy-forms/components/tree/tree-item/tree-item.component.mjs +13 -12
- package/esm2022/lib/desy-forms/components/tree/tree-sub/tree-sub.component.mjs +5 -4
- package/esm2022/lib/desy-forms/components/tree/tree.component.mjs +5 -4
- package/esm2022/lib/desy-forms/interfaces/error-message-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/fieldset-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/hint-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/item-checkbox-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/item-date-input-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/item-input-group-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/item-radio-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/label-data.mjs +1 -1
- package/esm2022/lib/desy-forms/interfaces/select-item-data.mjs +1 -1
- package/esm2022/lib/desy-modals/components/dialog/dialog.component.mjs +6 -5
- package/esm2022/lib/desy-modals/components/modal/modal.component.mjs +15 -14
- package/esm2022/lib/desy-modals/interfaces/dialog-options.mjs +1 -1
- package/esm2022/lib/desy-modals/interfaces/modal-options.mjs +1 -1
- package/esm2022/lib/desy-modals/services/dialog.service.mjs +2 -2
- package/esm2022/lib/desy-nav/components/breadcrumbs/breadcrumbs.component.mjs +4 -3
- package/esm2022/lib/desy-nav/components/error-summary/error-summary.component.mjs +11 -8
- package/esm2022/lib/desy-nav/components/footer/footer.component.mjs +6 -5
- package/esm2022/lib/desy-nav/components/header/header-mobileText/header-mobile-text.component.mjs +246 -2
- package/esm2022/lib/desy-nav/components/header/header-navigation/header-navigation.component.mjs +4 -3
- package/esm2022/lib/desy-nav/components/header/header.component.mjs +15 -14
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-dropdown/header-advanced-dropdown.component.mjs +1 -1
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-sub/header-advanced-sub.component.mjs +7 -3
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.mjs +7 -3
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-title-container/header-advanced-title-container.component.mjs +7 -3
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced.component.mjs +6 -5
- package/esm2022/lib/desy-nav/components/header-mini/header-mini.component.mjs +5 -4
- package/esm2022/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/links-list/links-list.component.mjs +6 -4
- package/esm2022/lib/desy-nav/components/menu-horizontal/menu-horizontal.component.mjs +6 -5
- package/esm2022/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/menu-navigation/components/menu-navigation-subitem/menu-navigation-subitem.component.mjs +1 -1
- package/esm2022/lib/desy-nav/components/menu-navigation/menu-navigation.component.mjs +280 -31
- package/esm2022/lib/desy-nav/components/menu-vertical/menu-vertical-item/menu-vertical-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub-item/menu-vertical-item-sub-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/menu-vertical/menu-vertical.component.mjs +6 -5
- package/esm2022/lib/desy-nav/components/menubar/components/menubar-item/menubar-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/menubar/menubar.component.mjs +281 -32
- package/esm2022/lib/desy-nav/components/nav/nav-item/nav-item.component.mjs +3 -3
- package/esm2022/lib/desy-nav/components/nav/nav.component.mjs +6 -5
- package/esm2022/lib/desy-nav/components/notification/notification.component.mjs +12 -16
- package/esm2022/lib/desy-nav/components/skip-link/skip-link.component.mjs +4 -3
- package/esm2022/lib/desy-nav/interfaces/breadcrumbs.data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/error-summary-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/footer-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/header-dropdown-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/header-mobile-text-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/header-navigation-item-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/header-subnav-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-horizontal-item-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-navigation-item-sub-item-sub-item.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-navigation-item-sub-item.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-navigation.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-vertical-items-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-vertical-sub-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menu-vertical-sub-items-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menubar-item-sub.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/menubar-item.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/nav-item.data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/notification-items-data.mjs +1 -1
- package/esm2022/lib/desy-nav/interfaces/notification-options.mjs +1 -1
- package/esm2022/lib/desy-pagination/components/pagination/pagination.component.mjs +10 -9
- package/esm2022/lib/desy-tables/components/table/table.component.mjs +5 -4
- package/esm2022/lib/desy-tables/components/table-advanced/table-advanced.component.mjs +26 -10
- package/esm2022/lib/desy-tables/directives/focus-clicked-cell.directive.mjs +16 -7
- package/esm2022/lib/desy-tables/interfaces/cell-data.mjs +1 -1
- package/esm2022/lib/desy-tables/interfaces/wrapper-data.mjs +1 -1
- package/esm2022/lib/desy-views/components/accordion/accordion.component.mjs +281 -30
- package/esm2022/lib/desy-views/components/accordion-history/accordion-history.component.mjs +5 -4
- package/esm2022/lib/desy-views/components/alert/alert.component.mjs +4 -3
- package/esm2022/lib/desy-views/components/card/card.component.mjs +4 -3
- package/esm2022/lib/desy-views/components/collapsible/collapsible.component.mjs +17 -5
- package/esm2022/lib/desy-views/components/description-list/description-list.component.mjs +4 -3
- package/esm2022/lib/desy-views/components/details/details.component.mjs +16 -4
- package/esm2022/lib/desy-views/components/item/item.component.mjs +11 -10
- package/esm2022/lib/desy-views/components/media-object/media-object.component.mjs +288 -36
- package/esm2022/lib/desy-views/components/spinner/spinner.component.mjs +280 -28
- package/esm2022/lib/desy-views/components/status/status.component.mjs +294 -35
- package/esm2022/lib/desy-views/components/status-item/status-item.component.mjs +296 -43
- package/esm2022/lib/desy-views/components/tabs/tab-item/tab-item.component.mjs +6 -4
- package/esm2022/lib/desy-views/components/tabs/tabs.component.mjs +288 -39
- package/esm2022/lib/desy-views/components/tooltip/tooltip.component.mjs +284 -46
- package/esm2022/lib/desy-views/interfaces/accordion-item.data.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/alert-options.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/description-item.data.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/status-data.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/tabs-items-data.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/tabs-panel-data.mjs +1 -1
- package/esm2022/lib/desy-views/interfaces/term-definition.data.mjs +1 -1
- package/esm2022/lib/shared/components/accessibility/accessibility-attributes.mjs +78 -0
- package/esm2022/lib/shared/components/accessibility/accessibility.component.mjs +124 -2
- package/esm2022/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.mjs +126 -2
- package/esm2022/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.mjs +126 -2
- package/esm2022/lib/shared/directives/accessibility-directive.mjs +52 -0
- package/esm2022/lib/shared/interfaces/accessibility-data.mjs +2 -0
- package/esm2022/lib/shared/pipes/make-html-list.pipe.mjs +2 -2
- package/esm2022/lib/shared/shared.module.mjs +12 -7
- package/esm2022/lib/shared/utils/search-utils.mjs +5 -1
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/desy-angular.mjs +3784 -633
- package/fesm2022/desy-angular.mjs.map +1 -1
- package/lib/desy-buttons/components/button-loader/button-loader.component.d.ts +2 -0
- package/lib/desy-buttons/components/dropdown/dropdown.component.d.ts +4 -2
- package/lib/desy-buttons/components/listbox/listbox-item/listbox-item.component.d.ts +3 -3
- package/lib/desy-buttons/components/listbox/listbox.component.d.ts +1 -1
- package/lib/desy-buttons/interfaces/listbox-item-data.d.ts +2 -2
- package/lib/desy-commons/interfaces/divider-data.d.ts +1 -0
- package/lib/desy-commons/interfaces/title-data.d.ts +2 -2
- package/lib/desy-forms/components/character-count/character-count.component.d.ts +7 -1
- package/lib/desy-forms/components/date-input/date-input-day/date-input-day.component.d.ts +2 -3
- package/lib/desy-forms/components/date-input/date-input-item/date-input-item.component.d.ts +14 -1
- package/lib/desy-forms/components/fieldset/legend/legend.component.d.ts +6 -2
- package/lib/desy-forms/components/file-upload/file-upload.component.d.ts +1 -1
- package/lib/desy-forms/components/input/input.component.d.ts +8 -3
- package/lib/desy-forms/components/input-group/input-group-item/input-group-item.component.d.ts +14 -1
- package/lib/desy-forms/components/input-group/input-group.component.d.ts +1 -1
- package/lib/desy-forms/components/search-bar/search-bar.component.d.ts +1 -1
- package/lib/desy-forms/components/select/select.component.d.ts +1 -1
- package/lib/desy-forms/components/textarea/textarea.component.d.ts +1 -1
- package/lib/desy-forms/components/tree/tree-item/tree-item.component.d.ts +5 -5
- package/lib/desy-forms/interfaces/error-message-data.d.ts +2 -2
- package/lib/desy-forms/interfaces/fieldset-data.d.ts +2 -2
- package/lib/desy-forms/interfaces/hint-data.d.ts +2 -2
- package/lib/desy-forms/interfaces/item-checkbox-data.d.ts +3 -3
- package/lib/desy-forms/interfaces/item-date-input-data.d.ts +3 -3
- package/lib/desy-forms/interfaces/item-input-group-data.d.ts +3 -3
- package/lib/desy-forms/interfaces/item-radio-data.d.ts +3 -3
- package/lib/desy-forms/interfaces/label-data.d.ts +3 -2
- package/lib/desy-forms/interfaces/select-item-data.d.ts +2 -2
- package/lib/desy-modals/components/dialog/dialog.component.d.ts +3 -3
- package/lib/desy-modals/components/modal/modal.component.d.ts +8 -8
- package/lib/desy-modals/interfaces/dialog-options.d.ts +2 -2
- package/lib/desy-modals/interfaces/modal-options.d.ts +4 -4
- package/lib/desy-modals/services/dialog.service.d.ts +1 -1
- package/lib/desy-nav/components/error-summary/error-summary.component.d.ts +4 -3
- package/lib/desy-nav/components/header/header-mobileText/header-mobile-text.component.d.ts +61 -0
- package/lib/desy-nav/components/header-advanced/header-advanced-sub/header-advanced-sub.component.d.ts +3 -1
- package/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.d.ts +3 -1
- package/lib/desy-nav/components/header-advanced/header-advanced-title-container/header-advanced-title-container.component.d.ts +3 -1
- package/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.d.ts +2 -2
- 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 +1 -1
- package/lib/desy-nav/components/menu-navigation/menu-navigation.component.d.ts +75 -13
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item/menu-vertical-item.component.d.ts +3 -3
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub-item/menu-vertical-item-sub-item.component.d.ts +3 -3
- package/lib/desy-nav/components/menubar/components/menubar-item/menubar-item.component.d.ts +3 -3
- package/lib/desy-nav/components/menubar/menubar.component.d.ts +75 -13
- package/lib/desy-nav/components/nav/nav-item/nav-item.component.d.ts +2 -2
- package/lib/desy-nav/components/notification/notification.component.d.ts +7 -9
- package/lib/desy-nav/interfaces/breadcrumbs.data.d.ts +2 -2
- package/lib/desy-nav/interfaces/error-summary-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/footer-data.d.ts +7 -3
- package/lib/desy-nav/interfaces/header-dropdown-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/header-mobile-text-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/header-navigation-item-data.d.ts +3 -2
- package/lib/desy-nav/interfaces/header-subnav-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-horizontal-item-data.d.ts +3 -2
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item-sub-item.d.ts +5 -2
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item.d.ts +5 -2
- package/lib/desy-nav/interfaces/menu-navigation.d.ts +5 -2
- package/lib/desy-nav/interfaces/menu-vertical-items-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-vertical-sub-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-vertical-sub-items-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menubar-item-sub.d.ts +2 -2
- package/lib/desy-nav/interfaces/menubar-item.d.ts +3 -3
- package/lib/desy-nav/interfaces/nav-item.data.d.ts +3 -2
- package/lib/desy-nav/interfaces/notification-items-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/notification-options.d.ts +4 -4
- package/lib/desy-pagination/components/pagination/pagination.component.d.ts +1 -1
- package/lib/desy-tables/components/table-advanced/table-advanced.component.d.ts +8 -3
- package/lib/desy-tables/directives/focus-clicked-cell.directive.d.ts +1 -0
- package/lib/desy-tables/interfaces/cell-data.d.ts +2 -2
- package/lib/desy-tables/interfaces/wrapper-data.d.ts +2 -2
- package/lib/desy-views/components/accordion/accordion.component.d.ts +75 -13
- package/lib/desy-views/components/alert/alert.component.d.ts +1 -1
- package/lib/desy-views/components/collapsible/collapsible.component.d.ts +3 -1
- package/lib/desy-views/components/details/details.component.d.ts +3 -1
- package/lib/desy-views/components/item/item.component.d.ts +7 -7
- package/lib/desy-views/components/media-object/media-object.component.d.ts +79 -17
- package/lib/desy-views/components/spinner/spinner.component.d.ts +75 -13
- package/lib/desy-views/components/status/status.component.d.ts +76 -14
- package/lib/desy-views/components/status-item/status-item.component.d.ts +83 -21
- package/lib/desy-views/components/tabs/tab-item/tab-item.component.d.ts +4 -3
- package/lib/desy-views/components/tabs/tabs.component.d.ts +77 -15
- package/lib/desy-views/components/tooltip/tooltip.component.d.ts +76 -18
- package/lib/desy-views/interfaces/accordion-item.data.d.ts +2 -2
- package/lib/desy-views/interfaces/alert-options.d.ts +2 -2
- package/lib/desy-views/interfaces/description-item.data.d.ts +2 -2
- package/lib/desy-views/interfaces/status-data.d.ts +2 -2
- package/lib/desy-views/interfaces/tabs-items-data.d.ts +2 -2
- package/lib/desy-views/interfaces/tabs-panel-data.d.ts +2 -2
- package/lib/desy-views/interfaces/term-definition.data.d.ts +2 -2
- package/lib/shared/components/accessibility/accessibility-attributes.d.ts +1 -0
- package/lib/shared/components/accessibility/accessibility.component.d.ts +78 -17
- package/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.d.ts +79 -16
- package/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.d.ts +79 -16
- package/lib/shared/directives/accessibility-directive.d.ts +16 -0
- package/lib/shared/interfaces/accessibility-data.d.ts +77 -0
- package/lib/shared/shared.module.d.ts +4 -3
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
- package/esm2022/lib/desy-forms/interfaces/accesibility-data.mjs +0 -2
- package/esm2022/lib/shared/interfaces/accesibility-data.mjs +0 -2
- package/lib/desy-forms/interfaces/accesibility-data.d.ts +0 -15
- package/lib/shared/interfaces/accesibility-data.d.ts +0 -16
|
@@ -19,7 +19,68 @@ export declare class HeaderMobileTextComponent extends AccessibilityComponent {
|
|
|
19
19
|
ariaErrorMessage: string;
|
|
20
20
|
ariaHasPopup: string;
|
|
21
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
|
+
ariaDropeffect: string;
|
|
40
|
+
ariaGrabbed: string;
|
|
41
|
+
ariaActivedescendant: string;
|
|
42
|
+
ariaAtomic: string;
|
|
43
|
+
ariaAutocomplete: string;
|
|
44
|
+
ariaBraillelabel: string;
|
|
45
|
+
ariaBrailleroledescription: string;
|
|
46
|
+
ariaColcount: string;
|
|
47
|
+
ariaColindex: string;
|
|
48
|
+
ariaColindextext: string;
|
|
49
|
+
ariaColspan: string;
|
|
50
|
+
ariaDescription: string;
|
|
51
|
+
ariaDetails: string;
|
|
52
|
+
ariaFlowto: string;
|
|
53
|
+
ariaInvalid: string;
|
|
54
|
+
ariaKeyshortcuts: string;
|
|
55
|
+
ariaOwns: string;
|
|
56
|
+
ariaRelevant: string;
|
|
57
|
+
ariaRoledescription: string;
|
|
58
|
+
ariaRowcount: string;
|
|
59
|
+
ariaRowindex: string;
|
|
60
|
+
ariaRowindextext: string;
|
|
61
|
+
ariaRowspan: string;
|
|
22
62
|
tabindex: string;
|
|
63
|
+
title: string;
|
|
64
|
+
alt: string;
|
|
65
|
+
lang: string;
|
|
66
|
+
accesskey: string;
|
|
67
|
+
autocomplete: string;
|
|
68
|
+
autofocus: string;
|
|
69
|
+
contenteditable: string;
|
|
70
|
+
dir: string;
|
|
71
|
+
draggable: string;
|
|
72
|
+
enterkeyhint: string;
|
|
73
|
+
hidden: boolean;
|
|
74
|
+
inputmode: string;
|
|
75
|
+
spellcheck: string;
|
|
76
|
+
translate: string;
|
|
77
|
+
ariaMultiline: string;
|
|
78
|
+
for: string;
|
|
79
|
+
form: string;
|
|
80
|
+
headers: string;
|
|
81
|
+
placeholder: string;
|
|
82
|
+
readonly: string;
|
|
83
|
+
required: string;
|
|
23
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderMobileTextComponent, never>;
|
|
24
85
|
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>;
|
|
25
86
|
}
|
|
@@ -9,9 +9,11 @@ export declare class HeaderAdvancedSubComponent {
|
|
|
9
9
|
logoAlt: string;
|
|
10
10
|
logoHref: string;
|
|
11
11
|
logoRouterLink: string;
|
|
12
|
+
logoRouterLinkActiveClasses: string;
|
|
13
|
+
logoTarget: string;
|
|
12
14
|
logoFragment: string;
|
|
13
15
|
logoClasses: string;
|
|
14
16
|
sub: Type;
|
|
15
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderAdvancedSubComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderAdvancedSubComponent, "desy-header-advanced-sub", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundFullColor": { "alias": "backgroundFullColor"; "required": false; }; "backgroundFullUrl": { "alias": "backgroundFullUrl"; "required": false; }; "backgroundContainerUrl": { "alias": "backgroundContainerUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "logoHref": { "alias": "logoHref"; "required": false; }; "logoRouterLink": { "alias": "logoRouterLink"; "required": false; }; "logoFragment": { "alias": "logoFragment"; "required": false; }; "logoClasses": { "alias": "logoClasses"; "required": false; }; }, {}, never, ["*", "desy-header-advanced-custom-navigation"], false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderAdvancedSubComponent, "desy-header-advanced-sub", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundFullColor": { "alias": "backgroundFullColor"; "required": false; }; "backgroundFullUrl": { "alias": "backgroundFullUrl"; "required": false; }; "backgroundContainerUrl": { "alias": "backgroundContainerUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "logoHref": { "alias": "logoHref"; "required": false; }; "logoRouterLink": { "alias": "logoRouterLink"; "required": false; }; "logoRouterLinkActiveClasses": { "alias": "logoRouterLinkActiveClasses"; "required": false; }; "logoTarget": { "alias": "logoTarget"; "required": false; }; "logoFragment": { "alias": "logoFragment"; "required": false; }; "logoClasses": { "alias": "logoClasses"; "required": false; }; }, {}, never, ["*", "desy-header-advanced-custom-navigation"], false, never>;
|
|
17
19
|
}
|
|
@@ -9,9 +9,11 @@ export declare class HeaderAdvancedSuperComponent {
|
|
|
9
9
|
logoAlt: string;
|
|
10
10
|
logoHref: string;
|
|
11
11
|
logoRouterLink: string;
|
|
12
|
+
logoRouterLinkActiveClasses: string;
|
|
13
|
+
logoTarget: string;
|
|
12
14
|
logoFragment: string;
|
|
13
15
|
logoClasses: string;
|
|
14
16
|
super: Type;
|
|
15
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderAdvancedSuperComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderAdvancedSuperComponent, "desy-header-advanced-super", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundFullColor": { "alias": "backgroundFullColor"; "required": false; }; "backgroundFullUrl": { "alias": "backgroundFullUrl"; "required": false; }; "backgroundContainerUrl": { "alias": "backgroundContainerUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "logoHref": { "alias": "logoHref"; "required": false; }; "logoRouterLink": { "alias": "logoRouterLink"; "required": false; }; "logoFragment": { "alias": "logoFragment"; "required": false; }; "logoClasses": { "alias": "logoClasses"; "required": false; }; }, {}, never, ["*", "desy-header-advanced-custom-navigation"], false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderAdvancedSuperComponent, "desy-header-advanced-super", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundFullColor": { "alias": "backgroundFullColor"; "required": false; }; "backgroundFullUrl": { "alias": "backgroundFullUrl"; "required": false; }; "backgroundContainerUrl": { "alias": "backgroundContainerUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "logoHref": { "alias": "logoHref"; "required": false; }; "logoRouterLink": { "alias": "logoRouterLink"; "required": false; }; "logoRouterLinkActiveClasses": { "alias": "logoRouterLinkActiveClasses"; "required": false; }; "logoTarget": { "alias": "logoTarget"; "required": false; }; "logoFragment": { "alias": "logoFragment"; "required": false; }; "logoClasses": { "alias": "logoClasses"; "required": false; }; }, {}, never, ["*", "desy-header-advanced-custom-navigation"], false, never>;
|
|
17
19
|
}
|
|
@@ -7,9 +7,11 @@ export declare class HeaderAdvancedTitleContainerComponent {
|
|
|
7
7
|
logoAlt: string;
|
|
8
8
|
logoHref: string;
|
|
9
9
|
logoRouterLink: string;
|
|
10
|
+
logoRouterLinkActiveClasses: string;
|
|
11
|
+
logoTarget: string;
|
|
10
12
|
logoFragment: string;
|
|
11
13
|
logoClasses: string;
|
|
12
14
|
title: Type;
|
|
13
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderAdvancedTitleContainerComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderAdvancedTitleContainerComponent, "desy-header-advanced-title-container", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "logoHref": { "alias": "logoHref"; "required": false; }; "logoRouterLink": { "alias": "logoRouterLink"; "required": false; }; "logoFragment": { "alias": "logoFragment"; "required": false; }; "logoClasses": { "alias": "logoClasses"; "required": false; }; }, {}, never, ["desy-header-advanced-title", "desy-header-advanced-subtitle", "desy-header-advanced-custom-navigation"], false, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderAdvancedTitleContainerComponent, "desy-header-advanced-title-container", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "logoHref": { "alias": "logoHref"; "required": false; }; "logoRouterLink": { "alias": "logoRouterLink"; "required": false; }; "logoRouterLinkActiveClasses": { "alias": "logoRouterLinkActiveClasses"; "required": false; }; "logoTarget": { "alias": "logoTarget"; "required": false; }; "logoFragment": { "alias": "logoFragment"; "required": false; }; "logoClasses": { "alias": "logoClasses"; "required": false; }; }, {}, never, ["desy-header-advanced-title", "desy-header-advanced-subtitle", "desy-header-advanced-custom-navigation"], false, never>;
|
|
15
17
|
}
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class LinksListItemComponent extends ContentBaseComponent {
|
|
6
6
|
containerClasses?: string;
|
|
7
7
|
classes?: string | null;
|
|
8
|
-
|
|
8
|
+
titleModal?: string;
|
|
9
9
|
id?: string;
|
|
10
10
|
href?: string | null;
|
|
11
11
|
routerLink?: string | any[] | null;
|
|
@@ -17,5 +17,5 @@ export declare class LinksListItemComponent extends ContentBaseComponent {
|
|
|
17
17
|
icon: IconComponent;
|
|
18
18
|
sub: LinksListItemSubComponent;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinksListItemComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinksListItemComponent, "desy-links-list-item", never, { "containerClasses": { "alias": "containerClasses"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinksListItemComponent, "desy-links-list-item", never, { "containerClasses": { "alias": "containerClasses"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "titleModal": { "alias": "titleModal"; "required": false; }; "id": { "alias": "id"; "required": false; }; "href": { "alias": "href"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveClasses": { "alias": "routerLinkActiveClasses"; "required": false; }; "target": { "alias": "target"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["icon", "sub"], ["*"], false, never>;
|
|
21
21
|
}
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class MenuNavigationItemComponent extends ContentBaseComponent implements MenuNavigationItem {
|
|
8
8
|
href?: string;
|
|
9
9
|
fragment: string;
|
|
10
|
-
routerLink: string
|
|
10
|
+
routerLink: string;
|
|
11
11
|
routerLinkActiveClasses: string | string[];
|
|
12
12
|
target?: string;
|
|
13
13
|
text: string;
|
|
@@ -18,11 +18,11 @@ export declare class MenuNavigationItemComponent extends ContentBaseComponent im
|
|
|
18
18
|
disabled?: boolean;
|
|
19
19
|
sub?: MenuNavigationItemSubItem;
|
|
20
20
|
classes?: string;
|
|
21
|
-
|
|
21
|
+
titleModal?: string;
|
|
22
22
|
active?: boolean;
|
|
23
23
|
selected: EventEmitter<any>;
|
|
24
24
|
subItems: QueryList<MenuNavigationSubitemComponent>;
|
|
25
25
|
getSubItems(): MenuNavigationSubitemComponent[];
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuNavigationItemComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuNavigationItemComponent, "desy-menu-navigation-item", never, { "href": { "alias": "href"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveClasses": { "alias": "routerLinkActiveClasses"; "required": false; }; "target": { "alias": "target"; "required": false; }; "text": { "alias": "text"; "required": false; }; "html": { "alias": "html"; "required": false; }; "id": { "alias": "id"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sub": { "alias": "sub"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuNavigationItemComponent, "desy-menu-navigation-item", never, { "href": { "alias": "href"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveClasses": { "alias": "routerLinkActiveClasses"; "required": false; }; "target": { "alias": "target"; "required": false; }; "text": { "alias": "text"; "required": false; }; "html": { "alias": "html"; "required": false; }; "id": { "alias": "id"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sub": { "alias": "sub"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "titleModal": { "alias": "titleModal"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "selected": "selected"; }, ["subItems"], ["*"], false, never>;
|
|
28
28
|
}
|
|
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class MenuNavigationSubitemComponent extends ContentBaseComponent implements MenuNavigationItemSubItem {
|
|
7
7
|
href?: string;
|
|
8
8
|
fragment: string;
|
|
9
|
-
routerLink: string
|
|
9
|
+
routerLink: string;
|
|
10
10
|
routerLinkActiveClasses: string | string[];
|
|
11
11
|
target?: string;
|
|
12
12
|
text: string;
|
|
@@ -21,19 +21,81 @@ export declare class MenuNavigationComponent extends AccessibilityComponent impl
|
|
|
21
21
|
classes: any;
|
|
22
22
|
cfg: boolean;
|
|
23
23
|
id: any;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
24
|
+
role: string;
|
|
25
|
+
ariaLabel: string;
|
|
26
|
+
ariaDescribedBy: string;
|
|
27
|
+
ariaLabelledBy: string;
|
|
28
|
+
ariaHidden: string;
|
|
29
|
+
ariaDisabled: string;
|
|
30
|
+
ariaControls: string;
|
|
31
|
+
ariaCurrent: string;
|
|
32
|
+
ariaLive: string;
|
|
33
|
+
ariaExpanded: string;
|
|
34
|
+
ariaErrorMessage: string;
|
|
35
|
+
ariaHasPopup: string;
|
|
36
|
+
ariaModal: string;
|
|
37
|
+
ariaChecked: string;
|
|
38
|
+
ariaPressed: string;
|
|
39
|
+
ariaReadonly: string;
|
|
40
|
+
ariaRequired: string;
|
|
41
|
+
ariaSelected: string;
|
|
42
|
+
ariaValuemin: string;
|
|
43
|
+
ariaValuemax: string;
|
|
44
|
+
ariaValuenow: string;
|
|
45
|
+
ariaValuetext: string;
|
|
46
|
+
ariaOrientation: string;
|
|
47
|
+
ariaLevel: string;
|
|
48
|
+
ariaMultiselectable: string;
|
|
49
|
+
ariaPlaceholder: string;
|
|
50
|
+
ariaPosinset: string;
|
|
51
|
+
ariaSetsize: string;
|
|
52
|
+
ariaSort: string;
|
|
53
|
+
ariaBusy: string;
|
|
54
|
+
ariaDropeffect: string;
|
|
55
|
+
ariaGrabbed: string;
|
|
56
|
+
ariaActivedescendant: string;
|
|
57
|
+
ariaAtomic: string;
|
|
58
|
+
ariaAutocomplete: string;
|
|
59
|
+
ariaBraillelabel: string;
|
|
60
|
+
ariaBrailleroledescription: string;
|
|
61
|
+
ariaColcount: string;
|
|
62
|
+
ariaColindex: string;
|
|
63
|
+
ariaColindextext: string;
|
|
64
|
+
ariaColspan: string;
|
|
65
|
+
ariaDescription: string;
|
|
66
|
+
ariaDetails: string;
|
|
67
|
+
ariaFlowto: string;
|
|
68
|
+
ariaInvalid: string;
|
|
69
|
+
ariaKeyshortcuts: string;
|
|
70
|
+
ariaOwns: string;
|
|
71
|
+
ariaRelevant: string;
|
|
72
|
+
ariaRoledescription: string;
|
|
73
|
+
ariaRowcount: string;
|
|
74
|
+
ariaRowindex: string;
|
|
75
|
+
ariaRowindextext: string;
|
|
76
|
+
ariaRowspan: string;
|
|
77
|
+
tabindex: string;
|
|
78
|
+
title: string;
|
|
79
|
+
alt: string;
|
|
80
|
+
lang: string;
|
|
81
|
+
accesskey: string;
|
|
82
|
+
autocomplete: string;
|
|
83
|
+
autofocus: string;
|
|
84
|
+
contenteditable: string;
|
|
85
|
+
dir: string;
|
|
86
|
+
draggable: string;
|
|
87
|
+
enterkeyhint: string;
|
|
88
|
+
hidden: boolean;
|
|
89
|
+
inputmode: string;
|
|
90
|
+
spellcheck: string;
|
|
91
|
+
translate: string;
|
|
92
|
+
ariaMultiline: string;
|
|
93
|
+
for: string;
|
|
94
|
+
form: string;
|
|
95
|
+
headers: string;
|
|
96
|
+
placeholder: string;
|
|
97
|
+
readonly: string;
|
|
98
|
+
required: string;
|
|
37
99
|
menuData: any[];
|
|
38
100
|
viewInit: boolean;
|
|
39
101
|
isFocused: boolean;
|
package/lib/desy-nav/components/menu-vertical/menu-vertical-item/menu-vertical-item.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MenuVerticalItemsData } from '../../../interfaces';
|
|
2
1
|
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
+
import { MenuVerticalItemsData } from '../../../interfaces';
|
|
3
3
|
import { MenuVerticalItemSubComponent } from '../menu-vertical-item-sub/menu-vertical-item-sub.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class MenuVerticalItemComponent extends ContentBaseComponent implements MenuVerticalItemsData {
|
|
@@ -13,8 +13,8 @@ export declare class MenuVerticalItemComponent extends ContentBaseComponent impl
|
|
|
13
13
|
disabled?: boolean;
|
|
14
14
|
active?: boolean;
|
|
15
15
|
divider?: boolean;
|
|
16
|
-
|
|
16
|
+
titleModal?: string;
|
|
17
17
|
subComponent: MenuVerticalItemSubComponent;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuVerticalItemComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuVerticalItemComponent, "desy-menu-vertical-item", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "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; }; "disabled": { "alias": "disabled"; "required": false; }; "active": { "alias": "active"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuVerticalItemComponent, "desy-menu-vertical-item", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "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; }; "disabled": { "alias": "disabled"; "required": false; }; "active": { "alias": "active"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "titleModal": { "alias": "titleModal"; "required": false; }; }, {}, ["subComponent"], ["*"], false, never>;
|
|
20
20
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MenuVerticalSubItemsData } from '../../../interfaces';
|
|
2
1
|
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
+
import { MenuVerticalSubItemsData } from '../../../interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class MenuVerticalItemSubItemComponent extends ContentBaseComponent implements MenuVerticalSubItemsData {
|
|
5
5
|
id?: string;
|
|
@@ -12,7 +12,7 @@ export declare class MenuVerticalItemSubItemComponent extends ContentBaseCompone
|
|
|
12
12
|
disabled?: boolean;
|
|
13
13
|
active?: boolean;
|
|
14
14
|
divider?: boolean;
|
|
15
|
-
|
|
15
|
+
titleModal?: string;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuVerticalItemSubItemComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuVerticalItemSubItemComponent, "desy-menu-vertical-item-sub-item", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "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; }; "disabled": { "alias": "disabled"; "required": false; }; "active": { "alias": "active"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuVerticalItemSubItemComponent, "desy-menu-vertical-item-sub-item", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "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; }; "disabled": { "alias": "disabled"; "required": false; }; "active": { "alias": "active"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "titleModal": { "alias": "titleModal"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
18
18
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, QueryList } from '@angular/core';
|
|
2
|
+
import { ContentBaseComponent } from '../../../../../shared/components';
|
|
2
3
|
import { MenubarItem } from '../../../../interfaces/menubar-item';
|
|
3
4
|
import { MenubarItemSub } from '../../../../interfaces/menubar-item-sub';
|
|
4
|
-
import { ContentBaseComponent } from '../../../../../shared/components';
|
|
5
5
|
import { MenubarSubitemComponent } from '../menubar-subitem/menubar-subitem.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class MenubarItemComponent extends ContentBaseComponent implements MenubarItem {
|
|
@@ -15,12 +15,12 @@ export declare class MenubarItemComponent extends ContentBaseComponent implement
|
|
|
15
15
|
id?: string;
|
|
16
16
|
sub?: MenubarItemSub;
|
|
17
17
|
classes?: string;
|
|
18
|
-
|
|
18
|
+
titleModal?: string;
|
|
19
19
|
disabled?: boolean;
|
|
20
20
|
active?: boolean;
|
|
21
21
|
selected: EventEmitter<any>;
|
|
22
22
|
subItems: QueryList<MenubarSubitemComponent>;
|
|
23
23
|
getSubItems(): MenubarSubitemComponent[];
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenubarItemComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenubarItemComponent, "desy-menubar-item", never, { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveClasses": { "alias": "routerLinkActiveClasses"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "text": { "alias": "text"; "required": false; }; "html": { "alias": "html"; "required": false; }; "id": { "alias": "id"; "required": false; }; "sub": { "alias": "sub"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenubarItemComponent, "desy-menubar-item", never, { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveClasses": { "alias": "routerLinkActiveClasses"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "text": { "alias": "text"; "required": false; }; "html": { "alias": "html"; "required": false; }; "id": { "alias": "id"; "required": false; }; "sub": { "alias": "sub"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "titleModal": { "alias": "titleModal"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "selected": "selected"; }, ["subItems"], ["*"], false, never>;
|
|
26
26
|
}
|
|
@@ -24,19 +24,81 @@ export declare class MenubarComponent extends AccessibilityComponent implements
|
|
|
24
24
|
classes: any;
|
|
25
25
|
cfg: boolean;
|
|
26
26
|
id: any;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
27
|
+
role: string;
|
|
28
|
+
ariaLabel: string;
|
|
29
|
+
ariaDescribedBy: string;
|
|
30
|
+
ariaLabelledBy: string;
|
|
31
|
+
ariaHidden: string;
|
|
32
|
+
ariaDisabled: string;
|
|
33
|
+
ariaControls: string;
|
|
34
|
+
ariaCurrent: string;
|
|
35
|
+
ariaLive: string;
|
|
36
|
+
ariaExpanded: string;
|
|
37
|
+
ariaErrorMessage: string;
|
|
38
|
+
ariaHasPopup: string;
|
|
39
|
+
ariaModal: string;
|
|
40
|
+
ariaChecked: string;
|
|
41
|
+
ariaPressed: string;
|
|
42
|
+
ariaReadonly: string;
|
|
43
|
+
ariaRequired: string;
|
|
44
|
+
ariaSelected: string;
|
|
45
|
+
ariaValuemin: string;
|
|
46
|
+
ariaValuemax: string;
|
|
47
|
+
ariaValuenow: string;
|
|
48
|
+
ariaValuetext: string;
|
|
49
|
+
ariaOrientation: string;
|
|
50
|
+
ariaLevel: string;
|
|
51
|
+
ariaMultiselectable: string;
|
|
52
|
+
ariaPlaceholder: string;
|
|
53
|
+
ariaPosinset: string;
|
|
54
|
+
ariaSetsize: string;
|
|
55
|
+
ariaSort: string;
|
|
56
|
+
ariaBusy: string;
|
|
57
|
+
ariaDropeffect: string;
|
|
58
|
+
ariaGrabbed: string;
|
|
59
|
+
ariaActivedescendant: string;
|
|
60
|
+
ariaAtomic: string;
|
|
61
|
+
ariaAutocomplete: string;
|
|
62
|
+
ariaBraillelabel: string;
|
|
63
|
+
ariaBrailleroledescription: string;
|
|
64
|
+
ariaColcount: string;
|
|
65
|
+
ariaColindex: string;
|
|
66
|
+
ariaColindextext: string;
|
|
67
|
+
ariaColspan: string;
|
|
68
|
+
ariaDescription: string;
|
|
69
|
+
ariaDetails: string;
|
|
70
|
+
ariaFlowto: string;
|
|
71
|
+
ariaInvalid: string;
|
|
72
|
+
ariaKeyshortcuts: string;
|
|
73
|
+
ariaOwns: string;
|
|
74
|
+
ariaRelevant: string;
|
|
75
|
+
ariaRoledescription: string;
|
|
76
|
+
ariaRowcount: string;
|
|
77
|
+
ariaRowindex: string;
|
|
78
|
+
ariaRowindextext: string;
|
|
79
|
+
ariaRowspan: string;
|
|
80
|
+
tabindex: string;
|
|
81
|
+
title: string;
|
|
82
|
+
alt: string;
|
|
83
|
+
lang: string;
|
|
84
|
+
accesskey: string;
|
|
85
|
+
autocomplete: string;
|
|
86
|
+
autofocus: string;
|
|
87
|
+
contenteditable: string;
|
|
88
|
+
dir: string;
|
|
89
|
+
draggable: string;
|
|
90
|
+
enterkeyhint: string;
|
|
91
|
+
hidden: boolean;
|
|
92
|
+
inputmode: string;
|
|
93
|
+
spellcheck: string;
|
|
94
|
+
translate: string;
|
|
95
|
+
ariaMultiline: string;
|
|
96
|
+
for: string;
|
|
97
|
+
form: string;
|
|
98
|
+
headers: string;
|
|
99
|
+
placeholder: string;
|
|
100
|
+
readonly: string;
|
|
101
|
+
required: string;
|
|
40
102
|
menubar: ElementRef;
|
|
41
103
|
menuItems: QueryList<MenubaritemDirective>;
|
|
42
104
|
labelComponent: MenubarLabelComponent;
|
|
@@ -6,7 +6,7 @@ export declare class NavItemComponent extends ContentBaseComponent implements Na
|
|
|
6
6
|
id?: string;
|
|
7
7
|
active?: boolean;
|
|
8
8
|
classes?: string;
|
|
9
|
-
|
|
9
|
+
titleModal?: string;
|
|
10
10
|
href?: string;
|
|
11
11
|
routerLink?: string | any[];
|
|
12
12
|
routerLinkActiveClasses: string | string[];
|
|
@@ -17,5 +17,5 @@ export declare class NavItemComponent extends ContentBaseComponent implements Na
|
|
|
17
17
|
clickEvent: EventEmitter<NavItemEventData>;
|
|
18
18
|
activeChange: EventEmitter<boolean>;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavItemComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavItemComponent, "desy-nav-item", never, { "id": { "alias": "id"; "required": false; }; "active": { "alias": "active"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavItemComponent, "desy-nav-item", never, { "id": { "alias": "id"; "required": false; }; "active": { "alias": "active"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "titleModal": { "alias": "titleModal"; "required": false; }; "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; }; "disabled": { "alias": "disabled"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; }, { "clickEvent": "clickEvent"; "activeChange": "activeChange"; }, never, ["*"], false, never>;
|
|
21
21
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
+
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
3
|
+
import { DescriptionComponent } from '../../../desy-commons/components/description/description.component';
|
|
4
|
+
import { IconComponent } from '../../../desy-commons/components/icon/icon.component';
|
|
5
|
+
import { TitleComponent } from '../../../desy-commons/components/title/title.component';
|
|
6
|
+
import { ContentData, DescriptionData, IconData, TitleData } from '../../../desy-commons/interfaces';
|
|
2
7
|
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
8
|
import { NotificationItemsData } from '../../interfaces';
|
|
4
|
-
import { TitleComponent } from '../../../desy-commons/components/title/title.component';
|
|
5
|
-
import { IconComponent } from '../../../desy-commons/components/icon/icon.component';
|
|
6
|
-
import { DescriptionComponent } from '../../../desy-commons/components/description/description.component';
|
|
7
|
-
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
8
9
|
import { NotificationItemComponent } from './notification-item/notification-item.component';
|
|
9
|
-
import { ContentData, DescriptionData, IconData, TitleData } from '../../../desy-commons/interfaces';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class NotificationComponent extends AccessibilityComponent {
|
|
12
12
|
private changeDetectorRef;
|
|
@@ -14,7 +14,7 @@ export declare class NotificationComponent extends AccessibilityComponent {
|
|
|
14
14
|
classes: string;
|
|
15
15
|
isOpen: boolean;
|
|
16
16
|
isOpenChange: EventEmitter<boolean>;
|
|
17
|
-
|
|
17
|
+
titleNotification: TitleData;
|
|
18
18
|
description: DescriptionData;
|
|
19
19
|
content: ContentData;
|
|
20
20
|
items: NotificationItemsData[];
|
|
@@ -28,12 +28,10 @@ export declare class NotificationComponent extends AccessibilityComponent {
|
|
|
28
28
|
iconComponent: IconComponent;
|
|
29
29
|
itemCompontents: QueryList<NotificationItemComponent>;
|
|
30
30
|
isDismissing: boolean;
|
|
31
|
-
displayDefaultIcon: boolean;
|
|
32
31
|
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
33
32
|
dismiss(): void;
|
|
34
33
|
getType(): string;
|
|
35
34
|
getItems(): NotificationItemsData[];
|
|
36
|
-
handleIconEmpty(empty: boolean): void;
|
|
37
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "desy-notification", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "desy-notification", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "titleNotification": { "alias": "titleNotification"; "required": false; }; "description": { "alias": "description"; "required": false; }; "content": { "alias": "content"; "required": false; }; "items": { "alias": "items"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isDismissible": { "alias": "isDismissible"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, ["titleComponent", "descriptionComponent", "contentComponent", "iconComponent", "itemCompontents"], never, false, never>;
|
|
39
37
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface BreadcrumbsData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface BreadcrumbsData extends AccessibilityData {
|
|
3
3
|
text?: string;
|
|
4
4
|
html?: string;
|
|
5
5
|
routerLink?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface ErrorSummaryData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface ErrorSummaryData extends AccessibilityData {
|
|
3
3
|
fragment?: string;
|
|
4
4
|
text?: string;
|
|
5
5
|
html?: string;
|
|
@@ -1,24 +1,28 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
2
|
export interface MetaData {
|
|
3
3
|
visuallyHiddenTitle?: string;
|
|
4
4
|
html?: string;
|
|
5
5
|
text?: string;
|
|
6
6
|
items?: MetaItemData[];
|
|
7
7
|
}
|
|
8
|
-
export interface MetaItemData extends
|
|
8
|
+
export interface MetaItemData extends AccessibilityData {
|
|
9
9
|
text?: string;
|
|
10
10
|
href?: string;
|
|
11
11
|
routerLink?: string;
|
|
12
12
|
fragment?: string;
|
|
13
|
+
routerLinkActiveClasses?: string | string[];
|
|
14
|
+
target?: string;
|
|
13
15
|
}
|
|
14
16
|
export interface NavigationData {
|
|
15
17
|
title: string;
|
|
16
18
|
columns: number;
|
|
17
19
|
items?: NavigationItemData[];
|
|
18
20
|
}
|
|
19
|
-
export interface NavigationItemData extends
|
|
21
|
+
export interface NavigationItemData extends AccessibilityData {
|
|
20
22
|
text?: string;
|
|
21
23
|
href?: string;
|
|
22
24
|
routerLink?: string;
|
|
23
25
|
fragment?: string;
|
|
26
|
+
routerLinkActiveClasses?: string | string[];
|
|
27
|
+
target?: string;
|
|
24
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { AccessibilityData } from "../../shared/interfaces/accessibility-data";
|
|
1
2
|
import { NavItemData } from './nav-item.data';
|
|
2
|
-
|
|
3
|
-
export interface HeaderDropdownData extends AccesibilityData {
|
|
3
|
+
export interface HeaderDropdownData extends AccessibilityData {
|
|
4
4
|
text?: string;
|
|
5
5
|
html?: string;
|
|
6
6
|
classes?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface HeaderMobileTextData extends
|
|
1
|
+
import { AccessibilityData } from "../../shared/interfaces/accessibility-data";
|
|
2
|
+
export interface HeaderMobileTextData extends AccessibilityData {
|
|
3
3
|
html?: string;
|
|
4
4
|
text?: string;
|
|
5
5
|
classes?: string;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface HeaderNavigationItemData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface HeaderNavigationItemData extends AccessibilityData {
|
|
3
3
|
text?: string;
|
|
4
4
|
html?: string;
|
|
5
5
|
href?: string;
|
|
6
6
|
routerLink?: string;
|
|
7
|
+
routerLinkActiveClasses?: string | string[];
|
|
7
8
|
fragment?: string;
|
|
8
9
|
id?: string;
|
|
9
10
|
active?: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { AccessibilityData } from "../../shared/interfaces/accessibility-data";
|
|
1
2
|
import { NavItemData } from './nav-item.data';
|
|
2
|
-
|
|
3
|
-
export interface HeaderSubnavData extends AccesibilityData {
|
|
3
|
+
export interface HeaderSubnavData extends AccessibilityData {
|
|
4
4
|
html?: string;
|
|
5
5
|
text?: string;
|
|
6
6
|
classes?: string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface MenuHorizontalItemData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface MenuHorizontalItemData extends AccessibilityData {
|
|
3
3
|
href?: string;
|
|
4
4
|
routerLink?: string | any[];
|
|
5
|
+
routerLinkActiveClasses?: string | string[];
|
|
5
6
|
fragment?: string;
|
|
6
7
|
target?: string;
|
|
7
8
|
text?: string;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { DividerData } from "../../desy-commons/interfaces";
|
|
2
|
-
import {
|
|
3
|
-
export interface MenuNavigationItemSubItemSubItem extends
|
|
2
|
+
import { AccessibilityData } from "../../shared/interfaces/accessibility-data";
|
|
3
|
+
export interface MenuNavigationItemSubItemSubItem extends AccessibilityData {
|
|
4
4
|
href?: string;
|
|
5
|
+
routerLink?: string;
|
|
6
|
+
fragment?: string;
|
|
7
|
+
routerLinkActiveClasses?: string | string[];
|
|
5
8
|
target?: string;
|
|
6
9
|
text: string;
|
|
7
10
|
html: string;
|