desy-angular 12.0.0 → 13.0.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-angular.module.mjs +10 -9
- 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 +11 -6
- 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/desy-buttons.module.mjs +15 -15
- package/esm2022/lib/desy-buttons/interfaces/listbox-item-data.mjs +1 -1
- package/esm2022/lib/desy-commons/interfaces/title-data.mjs +1 -1
- 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.component.mjs +10 -9
- package/esm2022/lib/desy-forms/components/datepicker/datepicker.component.mjs +190 -0
- package/esm2022/lib/desy-forms/components/datepicker/datepicker.pipe.mjs +34 -0
- 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/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 +8 -7
- 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 +8 -7
- 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 +12 -9
- package/esm2022/lib/desy-forms/desy-forms.module.mjs +40 -24
- 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 +4 -3
- 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 +5 -4
- package/esm2022/lib/desy-nav/components/footer/footer-navigation/footer-navigation.component.mjs +4 -2
- 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 +3 -3
- package/esm2022/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.mjs +3 -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-icon-right/links-list-icon-right.component.mjs +16 -0
- package/esm2022/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.mjs +7 -3
- package/esm2022/lib/desy-nav/components/links-list/links-list.component.mjs +8 -5
- 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/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 +7 -6
- package/esm2022/lib/desy-nav/components/skip-link/skip-link.component.mjs +8 -3
- package/esm2022/lib/desy-nav/desy-nav.module.mjs +6 -5
- 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/footer-logo.mjs +2 -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 +22 -22
- package/esm2022/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.mjs +2 -2
- package/esm2022/lib/desy-pagination/desy-pagination.module.mjs +16 -8
- package/esm2022/lib/desy-tables/components/table/table.component.mjs +26 -5
- package/esm2022/lib/desy-tables/components/table-advanced/table-advanced.component.mjs +16 -16
- package/esm2022/lib/desy-tables/directives/focus-clicked-cell.directive.mjs +12 -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 +279 -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 +13 -4
- package/esm2022/lib/desy-views/components/description-list/description-list.component.mjs +4 -3
- package/esm2022/lib/desy-views/components/details/details.component.mjs +4 -3
- package/esm2022/lib/desy-views/components/item/item.component.mjs +11 -10
- package/esm2022/lib/desy-views/components/media-object/media-object.component.mjs +280 -32
- package/esm2022/lib/desy-views/components/status/status.component.mjs +283 -32
- package/esm2022/lib/desy-views/components/status-item/status-item.component.mjs +286 -37
- package/esm2022/lib/desy-views/components/tabs/tabs.component.mjs +284 -35
- package/esm2022/lib/desy-views/components/tooltip/tooltip.component.mjs +281 -33
- package/esm2022/lib/desy-views/desy-views.module.mjs +27 -32
- 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/components/index.mjs +4 -3
- package/esm2022/lib/shared/components/spinner/spinner.component.mjs +329 -0
- package/esm2022/lib/shared/directives/accessibility-directive.mjs +52 -0
- package/esm2022/lib/shared/directives/custom-inner-content.directive.mjs +21 -4
- 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/sharedExternal.module.mjs +24 -0
- package/esm2022/lib/shared/utils/search-utils.mjs +5 -1
- package/esm2022/public-api.mjs +5 -2
- package/fesm2022/desy-angular.mjs +4273 -965
- package/fesm2022/desy-angular.mjs.map +1 -1
- package/lib/desy-angular.module.d.ts +2 -1
- package/lib/desy-buttons/components/button-loader/button-loader.component.d.ts +2 -0
- package/lib/desy-buttons/components/listbox/listbox-item/listbox-item.component.d.ts +3 -3
- package/lib/desy-buttons/desy-buttons.module.d.ts +3 -3
- package/lib/desy-buttons/interfaces/listbox-item-data.d.ts +2 -2
- package/lib/desy-commons/interfaces/title-data.d.ts +2 -2
- package/lib/desy-forms/components/datepicker/datepicker.component.d.ts +31 -0
- package/lib/desy-forms/components/datepicker/datepicker.pipe.d.ts +7 -0
- package/lib/desy-forms/components/tree/tree-item/tree-item.component.d.ts +5 -5
- package/lib/desy-forms/components/tree/tree.component.d.ts +5 -4
- package/lib/desy-forms/desy-forms.module.d.ts +10 -6
- 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 +2 -2
- package/lib/desy-forms/interfaces/select-item-data.d.ts +2 -2
- 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/footer/footer-navigation/footer-navigation.component.d.ts +2 -1
- 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 +1 -1
- package/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.d.ts +1 -1
- package/lib/desy-nav/components/header-mini/header-mini.component.d.ts +1 -1
- package/lib/desy-nav/components/links-list/links-list-icon-right/links-list-icon-right.component.d.ts +8 -0
- package/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.d.ts +4 -2
- package/lib/desy-nav/components/links-list/links-list.component.d.ts +2 -1
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.d.ts +2 -2
- 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 +2 -2
- package/lib/desy-nav/desy-nav.module.d.ts +29 -28
- 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 +3 -3
- package/lib/desy-nav/interfaces/footer-logo.d.ts +1 -0
- 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 +2 -2
- package/lib/desy-nav/interfaces/header-subnav-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-horizontal-item-data.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item-sub-item.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item.d.ts +2 -2
- package/lib/desy-nav/interfaces/menu-navigation.d.ts +2 -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 +2 -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 +4 -4
- package/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.d.ts +3 -3
- package/lib/desy-pagination/desy-pagination.module.d.ts +3 -1
- package/lib/desy-tables/components/table/table.component.d.ts +3 -0
- package/lib/desy-tables/components/table-advanced/table-advanced.component.d.ts +1 -1
- 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/collapsible/collapsible.component.d.ts +5 -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 +75 -13
- package/lib/desy-views/components/status/status.component.d.ts +75 -13
- package/lib/desy-views/components/status-item/status-item.component.d.ts +77 -15
- package/lib/desy-views/components/tabs/tabs.component.d.ts +77 -15
- package/lib/desy-views/components/tooltip/tooltip.component.d.ts +75 -13
- package/lib/desy-views/desy-views.module.d.ts +30 -31
- 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/components/index.d.ts +3 -2
- package/lib/shared/components/spinner/spinner.component.d.ts +86 -0
- package/lib/shared/directives/accessibility-directive.d.ts +16 -0
- package/lib/shared/directives/custom-inner-content.directive.d.ts +3 -2
- package/lib/shared/interfaces/accessibility-data.d.ts +77 -0
- package/lib/shared/shared.module.d.ts +4 -3
- package/lib/shared/sharedExternal.module.d.ts +8 -0
- package/package.json +2 -2
- package/public-api.d.ts +4 -1
- package/esm2022/lib/desy-forms/interfaces/accesibility-data.mjs +0 -2
- package/esm2022/lib/desy-pagination/interfaces/index.mjs +0 -2
- package/esm2022/lib/desy-views/components/spinner/spinner.component.mjs +0 -81
- package/esm2022/lib/shared/interfaces/accesibility-data.mjs +0 -2
- package/lib/desy-forms/interfaces/accesibility-data.d.ts +0 -15
- package/lib/desy-pagination/interfaces/index.d.ts +0 -1
- package/lib/desy-views/components/spinner/spinner.component.d.ts +0 -24
- package/lib/shared/interfaces/accesibility-data.d.ts +0 -16
|
@@ -7,8 +7,9 @@ import * as i5 from "./desy-nav/desy-nav.module";
|
|
|
7
7
|
import * as i6 from "./desy-tables/desy-tables.module";
|
|
8
8
|
import * as i7 from "./desy-views/desy-views.module";
|
|
9
9
|
import * as i8 from "./desy-pagination/desy-pagination.module";
|
|
10
|
+
import * as i9 from "./shared/sharedExternal.module";
|
|
10
11
|
export declare class DesyAngularModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesyAngularModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyAngularModule, never, [typeof i1.DesyButtonsModule, typeof i2.DesyCommonsModule, typeof i3.DesyFormsModule, typeof i4.DesyModalsModule, typeof i5.DesyNavModule, typeof i6.DesyTablesModule, typeof i7.DesyViewsModule, typeof i8.DesyPaginationModule, typeof
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyAngularModule, never, [typeof i1.DesyButtonsModule, typeof i2.DesyCommonsModule, typeof i3.DesyFormsModule, typeof i4.DesyModalsModule, typeof i5.DesyNavModule, typeof i6.DesyTablesModule, typeof i7.DesyViewsModule, typeof i8.DesyPaginationModule, typeof i9.SharedExternalModule], [typeof i1.DesyButtonsModule, typeof i2.DesyCommonsModule, typeof i3.DesyFormsModule, typeof i4.DesyModalsModule, typeof i5.DesyNavModule, typeof i6.DesyTablesModule, typeof i7.DesyViewsModule, typeof i8.DesyPaginationModule, typeof i9.SharedExternalModule]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesyAngularModule>;
|
|
14
15
|
}
|
|
@@ -4,6 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class ButtonLoaderComponent extends ButtonComponent implements OnInit {
|
|
5
5
|
static readonly STATE_LOADING: string;
|
|
6
6
|
static readonly STATE_SUCCESS: string;
|
|
7
|
+
stateLoading: string;
|
|
8
|
+
stateSuccess: string;
|
|
7
9
|
private static readonly DEFAULT_LOADER_TEXT;
|
|
8
10
|
private static readonly DEFAULT_SUCCESS_TEXT;
|
|
9
11
|
readonly hostTabIndex: any;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ListboxItemData } from '../../../interfaces/listbox-item-data';
|
|
3
2
|
import { AccessibilityComponent } from '../../../../shared/components';
|
|
3
|
+
import { ListboxItemData } from '../../../interfaces/listbox-item-data';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ListboxItemComponent extends AccessibilityComponent implements ListboxItemData, OnChanges {
|
|
6
6
|
content: any;
|
|
7
7
|
id?: string;
|
|
8
8
|
active?: boolean;
|
|
9
9
|
classes?: string;
|
|
10
|
-
|
|
10
|
+
titleModal?: string;
|
|
11
11
|
itemChange: EventEmitter<any>;
|
|
12
12
|
activeChange: EventEmitter<any>;
|
|
13
13
|
ngOnChanges(changes: SimpleChanges): void;
|
|
14
14
|
setActive(value: boolean): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListboxItemComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListboxItemComponent, "desy-listbox-item", never, { "id": { "alias": "id"; "required": false; }; "active": { "alias": "active"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListboxItemComponent, "desy-listbox-item", never, { "id": { "alias": "id"; "required": false; }; "active": { "alias": "active"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "titleModal": { "alias": "titleModal"; "required": false; }; }, { "itemChange": "itemChange"; "activeChange": "activeChange"; }, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -11,10 +11,10 @@ import * as i9 from "./components/toggle/toggle-on-state/toggle-on-state.compone
|
|
|
11
11
|
import * as i10 from "./components/toggle/toggle-off-state/toggle-off-state.component";
|
|
12
12
|
import * as i11 from "@angular/common";
|
|
13
13
|
import * as i12 from "../shared/shared.module";
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "
|
|
14
|
+
import * as i13 from "ngx-tippy-wrapper";
|
|
15
|
+
import * as i14 from "../shared/sharedExternal.module";
|
|
16
16
|
export declare class DesyButtonsModule {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesyButtonsModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyButtonsModule, [typeof i1.ButtonComponent, typeof i2.ButtonLoaderComponent, typeof i3.DropdownComponent, typeof i4.ListboxComponent, typeof i5.PillComponent, typeof i6.ListboxItemComponent, typeof i7.ListboxLabelComponent, typeof i8.ToggleComponent, typeof i9.ToggleOnStateComponent, typeof i10.ToggleOffStateComponent], [typeof i11.CommonModule, typeof i12.SharedModule, typeof i13.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyButtonsModule, [typeof i1.ButtonComponent, typeof i2.ButtonLoaderComponent, typeof i3.DropdownComponent, typeof i4.ListboxComponent, typeof i5.PillComponent, typeof i6.ListboxItemComponent, typeof i7.ListboxLabelComponent, typeof i8.ToggleComponent, typeof i9.ToggleOnStateComponent, typeof i10.ToggleOffStateComponent], [typeof i11.CommonModule, typeof i12.SharedModule, typeof i13.NgxTippyModule, typeof i14.SharedExternalModule], [typeof i1.ButtonComponent, typeof i2.ButtonLoaderComponent, typeof i3.DropdownComponent, typeof i4.ListboxComponent, typeof i5.PillComponent, typeof i6.ListboxItemComponent, typeof i7.ListboxLabelComponent, typeof i8.ToggleComponent, typeof i9.ToggleOnStateComponent, typeof i10.ToggleOffStateComponent]>;
|
|
19
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesyButtonsModule>;
|
|
20
20
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface ListboxItemData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface ListboxItemData extends AccessibilityData {
|
|
3
3
|
text?: string;
|
|
4
4
|
html?: string;
|
|
5
5
|
id?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface TitleData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface TitleData extends AccessibilityData {
|
|
3
3
|
text?: string;
|
|
4
4
|
html?: string;
|
|
5
5
|
classes?: string;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AfterViewInit, DoCheck, ElementRef } from '@angular/core';
|
|
2
|
+
import { ErrorMessageComponent } from '../error-message/error-message.component';
|
|
3
|
+
import { FormFieldComponent } from '../form-field/form-field.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DatepickerComponent extends FormFieldComponent<any> implements AfterViewInit, DoCheck {
|
|
6
|
+
containerClasses: string;
|
|
7
|
+
standalone: boolean;
|
|
8
|
+
formGroupClasses: string;
|
|
9
|
+
id: string;
|
|
10
|
+
name: string;
|
|
11
|
+
type: string;
|
|
12
|
+
inputmode: string;
|
|
13
|
+
describedBy: string;
|
|
14
|
+
errorId: string;
|
|
15
|
+
classes: string;
|
|
16
|
+
autocomplete: string;
|
|
17
|
+
pattern: string;
|
|
18
|
+
placeholder: string;
|
|
19
|
+
attributes: string;
|
|
20
|
+
dropdownClasses: string;
|
|
21
|
+
calendar: ElementRef;
|
|
22
|
+
errorMessage: ErrorMessageComponent;
|
|
23
|
+
constructor();
|
|
24
|
+
ngAfterViewInit(): void;
|
|
25
|
+
onInput(event: any): void;
|
|
26
|
+
ngDoCheck(): void;
|
|
27
|
+
setAttributes(): void;
|
|
28
|
+
writeValue(value: any): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "desy-datepicker", never, { "containerClasses": { "alias": "containerClasses"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; "errorId": { "alias": "errorId"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "dropdownClasses": { "alias": "dropdownClasses"; "required": false; }; }, {}, ["errorMessage"], ["desy-label", "desy-hint", "desy-error-message", "*"], false, never>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormatDatePipe implements PipeTransform {
|
|
4
|
+
transform(value: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormatDatePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatDatePipe, "formatDate", false>;
|
|
7
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { ITreeItem } from "../interfaces/itree-item";
|
|
2
|
+
import { AccessibilityComponent } from "../../../../shared/components";
|
|
4
3
|
import { HintComponent } from "../../hint/hint.component";
|
|
5
4
|
import { LabelComponent } from "../../label/label.component";
|
|
5
|
+
import { ITreeItem } from "../interfaces/itree-item";
|
|
6
6
|
import { QuitTreeItemFocusOptions } from "../interfaces/quit-tree-item-focus-options";
|
|
7
7
|
import { TreeCheckboxComponent } from "../tree-checkbox/tree-checkbox.component";
|
|
8
|
-
import {
|
|
8
|
+
import { TreeSubComponent } from "../tree-sub/tree-sub.component";
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class TreeItemComponent extends AccessibilityComponent implements OnChanges, ITreeItem {
|
|
11
11
|
private changeDetector;
|
|
@@ -18,7 +18,7 @@ export declare class TreeItemComponent extends AccessibilityComponent implements
|
|
|
18
18
|
classes: string;
|
|
19
19
|
active: boolean;
|
|
20
20
|
disabled: boolean;
|
|
21
|
-
|
|
21
|
+
titleModal: string;
|
|
22
22
|
hasDividers: boolean;
|
|
23
23
|
isIndeterminate: boolean;
|
|
24
24
|
checked: boolean;
|
|
@@ -83,5 +83,5 @@ export declare class TreeItemComponent extends AccessibilityComponent implements
|
|
|
83
83
|
isActive(): boolean;
|
|
84
84
|
private static generateStaticItemKey;
|
|
85
85
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeItemComponent, never>;
|
|
86
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemComponent, "desy-tree-item", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "
|
|
86
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemComponent, "desy-tree-item", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "titleModal": { "alias": "titleModal"; "required": false; }; "hasDividers": { "alias": "hasDividers"; "required": false; }; "isIndeterminate": { "alias": "isIndeterminate"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "indeterminateChecked": { "alias": "indeterminateChecked"; "required": false; }; }, { "checkedChange": "checkedChange"; "expandedChange": "expandedChange"; "indeterminateCheckedChange": "indeterminateCheckedChange"; }, ["sub", "hint", "label"], ["desy-hint", "desy-label"], false, never>;
|
|
87
87
|
}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import { TreeItemComponent } from "./tree-item/tree-item.component";
|
|
3
|
-
import { FormFieldComponent } from "../form-field/form-field.component";
|
|
4
2
|
import { FieldsetComponent } from "../fieldset/fieldset.component";
|
|
5
|
-
import {
|
|
3
|
+
import { FormFieldComponent } from "../form-field/form-field.component";
|
|
6
4
|
import { SearchBarComponent } from "../search-bar/search-bar.component";
|
|
5
|
+
import { QuitTreeItemFocusOptions } from "./interfaces/quit-tree-item-focus-options";
|
|
6
|
+
import { TreeItemComponent } from "./tree-item/tree-item.component";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class TreeComponent extends FormFieldComponent<any[]> implements OnChanges, OnDestroy {
|
|
9
9
|
private changeDetector;
|
|
10
|
+
id: string;
|
|
10
11
|
idPrefix: string;
|
|
11
12
|
classes: string;
|
|
12
13
|
name: string;
|
|
@@ -54,5 +55,5 @@ export declare class TreeComponent extends FormFieldComponent<any[]> implements
|
|
|
54
55
|
private clearSubscriptions;
|
|
55
56
|
private getAllItemsInOrder;
|
|
56
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
|
|
57
|
-
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>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "desy-tree", never, { "id": { "alias": "id"; "required": false; }; "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>;
|
|
58
59
|
}
|
|
@@ -35,13 +35,17 @@ import * as i33 from "./components/tree/tree-sub/tree-sub.component";
|
|
|
35
35
|
import * as i34 from "./components/tree/tree-item/tree-item.component";
|
|
36
36
|
import * as i35 from "./components/tree/tree-checkbox/tree-checkbox.component";
|
|
37
37
|
import * as i36 from "./components/tree/tree-items-generator/tree-items-generator.component";
|
|
38
|
-
import * as i37 from "./
|
|
39
|
-
import * as i38 from "
|
|
40
|
-
import * as i39 from "
|
|
41
|
-
import * as i40 from "
|
|
42
|
-
import * as i41 from "
|
|
38
|
+
import * as i37 from "./components/datepicker/datepicker.component";
|
|
39
|
+
import * as i38 from "./directives/condition.directive";
|
|
40
|
+
import * as i39 from "./components/datepicker/datepicker.pipe";
|
|
41
|
+
import * as i40 from "@angular/common";
|
|
42
|
+
import * as i41 from "@angular/forms";
|
|
43
|
+
import * as i42 from "../shared/shared.module";
|
|
44
|
+
import * as i43 from "../desy-commons/desy-commons.module";
|
|
45
|
+
import * as i44 from "../desy-buttons/desy-buttons.module";
|
|
46
|
+
import * as i45 from "../shared/sharedExternal.module";
|
|
43
47
|
export declare class DesyFormsModule {
|
|
44
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesyFormsModule, never>;
|
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyFormsModule, [typeof i1.TemplateDrivenWrapperComponent, typeof i2.FormFieldComponent, typeof i3.HintComponent, typeof i4.LabelComponent, typeof i5.ErrorMessageComponent, typeof i6.FieldsetComponent, typeof i7.LegendComponent, typeof i8.TextareaComponent, typeof i9.CharacterCountComponent, typeof i10.InputComponent, typeof i11.SelectComponent, typeof i12.FileUploadComponent, typeof i13.InputGroupComponent, typeof i14.InputGroupItemComponent, typeof i15.DateInputItemComponent, typeof i16.InputGroupDividerComponent, typeof i17.DateInputDividerComponent, typeof i18.InputGroupInputComponent, typeof i19.InputGroupSelectComponent, typeof i20.RadiosComponent, typeof i21.RadioItemComponent, typeof i22.CheckboxesComponent, typeof i23.CheckboxItemComponent, typeof i24.DateInputComponent, typeof i25.SearchBarComponent, typeof i26.OptionComponent, typeof i27.OptionGroupComponent, typeof i28.SelectItemComponent, typeof i29.DateInputDayComponent, typeof i30.DateInputMonthComponent, typeof i31.DateInputYearComponent, typeof i32.TreeComponent, typeof i33.TreeSubComponent, typeof i34.TreeItemComponent, typeof i35.TreeCheckboxComponent, typeof i36.TreeItemsGeneratorComponent, typeof i37.ConditionDirective], [typeof
|
|
49
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyFormsModule, [typeof i1.TemplateDrivenWrapperComponent, typeof i2.FormFieldComponent, typeof i3.HintComponent, typeof i4.LabelComponent, typeof i5.ErrorMessageComponent, typeof i6.FieldsetComponent, typeof i7.LegendComponent, typeof i8.TextareaComponent, typeof i9.CharacterCountComponent, typeof i10.InputComponent, typeof i11.SelectComponent, typeof i12.FileUploadComponent, typeof i13.InputGroupComponent, typeof i14.InputGroupItemComponent, typeof i15.DateInputItemComponent, typeof i16.InputGroupDividerComponent, typeof i17.DateInputDividerComponent, typeof i18.InputGroupInputComponent, typeof i19.InputGroupSelectComponent, typeof i20.RadiosComponent, typeof i21.RadioItemComponent, typeof i22.CheckboxesComponent, typeof i23.CheckboxItemComponent, typeof i24.DateInputComponent, typeof i25.SearchBarComponent, typeof i26.OptionComponent, typeof i27.OptionGroupComponent, typeof i28.SelectItemComponent, typeof i29.DateInputDayComponent, typeof i30.DateInputMonthComponent, typeof i31.DateInputYearComponent, typeof i32.TreeComponent, typeof i33.TreeSubComponent, typeof i34.TreeItemComponent, typeof i35.TreeCheckboxComponent, typeof i36.TreeItemsGeneratorComponent, typeof i37.DatepickerComponent, typeof i38.ConditionDirective, typeof i39.FormatDatePipe], [typeof i40.CommonModule, typeof i41.FormsModule, typeof i41.ReactiveFormsModule, typeof i42.SharedModule, typeof i43.DesyCommonsModule, typeof i44.DesyButtonsModule, typeof i45.SharedExternalModule], [typeof i3.HintComponent, typeof i4.LabelComponent, typeof i5.ErrorMessageComponent, typeof i6.FieldsetComponent, typeof i7.LegendComponent, typeof i8.TextareaComponent, typeof i9.CharacterCountComponent, typeof i10.InputComponent, typeof i11.SelectComponent, typeof i12.FileUploadComponent, typeof i13.InputGroupComponent, typeof i16.InputGroupDividerComponent, typeof i17.DateInputDividerComponent, typeof i18.InputGroupInputComponent, typeof i19.InputGroupSelectComponent, typeof i20.RadiosComponent, typeof i21.RadioItemComponent, typeof i22.CheckboxesComponent, typeof i23.CheckboxItemComponent, typeof i24.DateInputComponent, typeof i25.SearchBarComponent, typeof i26.OptionComponent, typeof i27.OptionGroupComponent, typeof i29.DateInputDayComponent, typeof i30.DateInputMonthComponent, typeof i31.DateInputYearComponent, typeof i32.TreeComponent, typeof i33.TreeSubComponent, typeof i34.TreeItemComponent, typeof i36.TreeItemsGeneratorComponent, typeof i37.DatepickerComponent, typeof i38.ConditionDirective]>;
|
|
46
50
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesyFormsModule>;
|
|
47
51
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface ErrorMessageData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface ErrorMessageData extends AccessibilityData {
|
|
3
3
|
id?: string;
|
|
4
4
|
classes?: string;
|
|
5
5
|
text?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
2
|
import { LegendData } from './legend-data';
|
|
3
|
-
export interface FieldsetData extends
|
|
3
|
+
export interface FieldsetData extends AccessibilityData {
|
|
4
4
|
legend: LegendData;
|
|
5
5
|
id?: string;
|
|
6
6
|
classes?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface HintData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface HintData extends AccessibilityData {
|
|
3
3
|
id?: string;
|
|
4
4
|
classes?: string;
|
|
5
5
|
text?: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { LabelData } from './label-data';
|
|
2
1
|
import { TemplateRef } from '@angular/core';
|
|
3
|
-
import {
|
|
2
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
4
3
|
import { HintData } from './hint-data';
|
|
5
|
-
|
|
4
|
+
import { LabelData } from './label-data';
|
|
5
|
+
export interface ItemCheckboxData extends AccessibilityData {
|
|
6
6
|
text?: string;
|
|
7
7
|
html?: string;
|
|
8
8
|
id?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { AccesibilityData } from './accesibility-data';
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
2
|
import { ItemDividerDateInputData } from './item-divider-date-input-data';
|
|
4
|
-
|
|
3
|
+
import { LabelData } from './label-data';
|
|
4
|
+
export interface ItemDateInputData extends AccessibilityData {
|
|
5
5
|
id?: string;
|
|
6
6
|
name?: string;
|
|
7
7
|
labelText?: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
import { ItemDividerInputGroupData } from './item-divider-input-group-data';
|
|
2
3
|
import { LabelData } from './label-data';
|
|
3
4
|
import { SelectItemData } from './select-item-data';
|
|
4
|
-
|
|
5
|
-
export interface ItemInputGroupData extends AccesibilityData {
|
|
5
|
+
export interface ItemInputGroupData extends AccessibilityData {
|
|
6
6
|
id?: string;
|
|
7
7
|
type?: string;
|
|
8
8
|
inputmode?: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
3
|
import { HintData } from './hint-data';
|
|
3
4
|
import { LabelData } from './label-data';
|
|
4
|
-
|
|
5
|
-
export interface ItemRadioData extends AccesibilityData {
|
|
5
|
+
export interface ItemRadioData extends AccessibilityData {
|
|
6
6
|
text?: string;
|
|
7
7
|
html?: string;
|
|
8
8
|
id?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface LabelData extends
|
|
1
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
+
export interface LabelData extends AccessibilityData {
|
|
3
3
|
text?: string;
|
|
4
4
|
html?: string;
|
|
5
5
|
classes?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface SelectItemData extends
|
|
1
|
+
import { AccessibilityData } from "../../shared/interfaces/accessibility-data";
|
|
2
|
+
export interface SelectItemData extends AccessibilityData {
|
|
3
3
|
value?: string | number;
|
|
4
4
|
text?: any;
|
|
5
5
|
selected?: boolean;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { ModalButtonData, ModalData, ModalIconData } from '../../interfaces';
|
|
4
|
-
import { TitleComponent } from '../../../desy-commons/components/title/title.component';
|
|
2
|
+
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
5
3
|
import { DescriptionComponent } from '../../../desy-commons/components/description/description.component';
|
|
6
4
|
import { IconComponent } from '../../../desy-commons/components/icon/icon.component';
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
5
|
+
import { TitleComponent } from '../../../desy-commons/components/title/title.component';
|
|
6
|
+
import { AccessibilityComponent } from '../../../shared/components';
|
|
7
|
+
import { ModalButtonData, ModalData, ModalIconData } from '../../interfaces';
|
|
10
8
|
import { ModalButtonLoaderPrimaryComponent } from './modal-button-loader-primary/modal-button-loader-primary.component';
|
|
11
9
|
import { ModalButtonLoaderSecondaryComponent } from './modal-button-loader-secondary/modal-button-loader-secondary.component';
|
|
10
|
+
import { ModalButtonPrimaryComponent } from './modal-button-primary/modal-button-primary.component';
|
|
11
|
+
import { ModalButtonSecondaryComponent } from './modal-button-secondary/modal-button-secondary.component';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
export declare class ModalComponent extends AccessibilityComponent {
|
|
14
14
|
private changeDetectorRef;
|
|
15
|
-
|
|
15
|
+
titleModal: ModalData;
|
|
16
16
|
description: ModalData;
|
|
17
17
|
itemsPrimary: ModalButtonData[];
|
|
18
18
|
itemsSecondary: ModalButtonData[];
|
|
@@ -50,5 +50,5 @@ export declare class ModalComponent extends AccessibilityComponent {
|
|
|
50
50
|
getPrimaryLoaderItems(): ModalButtonData[] | ModalButtonLoaderPrimaryComponent[];
|
|
51
51
|
getSecondaryLoaderItems(): ModalButtonData[] | ModalButtonLoaderSecondaryComponent[];
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "desy-modal", never, { "
|
|
53
|
+
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
54
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AccesibilityData } from '../../shared/interfaces/accesibility-data';
|
|
2
1
|
import { ViewContainerRef } from '@angular/core';
|
|
3
|
-
|
|
2
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
|
+
export interface DialogOptions extends AccessibilityData {
|
|
4
4
|
id: any;
|
|
5
5
|
classes?: string;
|
|
6
6
|
focusOnClose?: string | HTMLElement;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
3
|
import { ModalButtonData } from './modal-button-data';
|
|
4
|
+
import { ModalData } from './modal-data';
|
|
4
5
|
import { ModalIconData } from './modal-icon-data';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
title?: ModalData;
|
|
6
|
+
export interface ModalOptions extends AccessibilityData {
|
|
7
|
+
titleModal?: ModalData;
|
|
8
8
|
description?: ModalData;
|
|
9
9
|
itemsPrimary?: ModalButtonData[];
|
|
10
10
|
itemsSecondary?: ModalButtonData[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ApplicationRef, ComponentFactoryResolver, ComponentRef, Injector, TemplateRef, Type } from '@angular/core';
|
|
2
|
-
import { DialogOptions, ModalOptions, OpenDialogResult } from '../interfaces';
|
|
3
2
|
import { DialogComponent } from '../components/dialog/dialog.component';
|
|
3
|
+
import { DialogOptions, ModalOptions, OpenDialogResult } from '../interfaces';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class DialogService {
|
|
6
6
|
private factoryResolver;
|
|
@@ -5,7 +5,8 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class FooterNavigationComponent implements NavigationData {
|
|
6
6
|
title: string;
|
|
7
7
|
columns: number;
|
|
8
|
+
classes: number;
|
|
8
9
|
itemComponents: QueryList<FooterNavigationItemComponent>;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterNavigationComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FooterNavigationComponent, "desy-footer-navigation", never, { "title": { "alias": "title"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; }, {}, ["itemComponents"], never, false, never>;
|
|
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
12
|
}
|
|
@@ -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
|
}
|
|
@@ -15,5 +15,5 @@ export declare class HeaderAdvancedSubComponent {
|
|
|
15
15
|
logoClasses: string;
|
|
16
16
|
sub: Type;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderAdvancedSubComponent, 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>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderAdvancedSubComponent, "desy-header-advanced-sub, desy-header-mini-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>;
|
|
19
19
|
}
|
|
@@ -15,5 +15,5 @@ export declare class HeaderAdvancedSuperComponent {
|
|
|
15
15
|
logoClasses: string;
|
|
16
16
|
super: Type;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderAdvancedSuperComponent, 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>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderAdvancedSuperComponent, "desy-header-advanced-super, desy-header-mini-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>;
|
|
19
19
|
}
|
|
@@ -8,5 +8,5 @@ export declare class HeaderMiniComponent extends AccessibilityComponent {
|
|
|
8
8
|
homepageRouterLink: string;
|
|
9
9
|
homepageFragment: string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderMiniComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMiniComponent, "desy-header-mini", never, { "classes": { "alias": "classes"; "required": false; }; "hasContainer": { "alias": "hasContainer"; "required": false; }; "containerClasses": { "alias": "containerClasses"; "required": false; }; "homepageUrl": { "alias": "homepageUrl"; "required": false; }; "homepageRouterLink": { "alias": "homepageRouterLink"; "required": false; }; "homepageFragment": { "alias": "homepageFragment"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMiniComponent, "desy-header-mini", never, { "classes": { "alias": "classes"; "required": false; }; "hasContainer": { "alias": "hasContainer"; "required": false; }; "containerClasses": { "alias": "containerClasses"; "required": false; }; "homepageUrl": { "alias": "homepageUrl"; "required": false; }; "homepageRouterLink": { "alias": "homepageRouterLink"; "required": false; }; "homepageFragment": { "alias": "homepageFragment"; "required": false; }; }, {}, never, ["desy-header-mini-super", "*", "desy-header-mini-sub"], false, never>;
|
|
12
12
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LinksListIconRightComponent extends ContentBaseComponent {
|
|
4
|
+
type?: string;
|
|
5
|
+
containerClasses?: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LinksListIconRightComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinksListIconRightComponent, "desy-links-icon-right", never, { "type": { "alias": "type"; "required": false; }; "containerClasses": { "alias": "containerClasses"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
|
+
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { IconComponent } from '../../../../desy-commons/components/icon/icon.component';
|
|
2
2
|
import { ContentBaseComponent } from '../../../../shared/components';
|
|
3
|
+
import { LinksListIconRightComponent } from '../links-list-icon-right/links-list-icon-right.component';
|
|
3
4
|
import { LinksListItemSubComponent } from '../links-list-item-sub/links-list-item-sub.component';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class LinksListItemComponent extends ContentBaseComponent {
|
|
6
7
|
containerClasses?: string;
|
|
7
8
|
classes?: string | null;
|
|
8
|
-
|
|
9
|
+
titleModal?: string;
|
|
9
10
|
id?: string;
|
|
10
11
|
href?: string | null;
|
|
11
12
|
routerLink?: string | any[] | null;
|
|
@@ -15,7 +16,8 @@ export declare class LinksListItemComponent extends ContentBaseComponent {
|
|
|
15
16
|
active?: boolean;
|
|
16
17
|
disabled?: boolean;
|
|
17
18
|
icon: IconComponent;
|
|
19
|
+
iconRight: LinksListIconRightComponent;
|
|
18
20
|
sub: LinksListItemSubComponent;
|
|
19
21
|
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; }; "
|
|
22
|
+
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", "iconRight", "sub"], ["*"], false, never>;
|
|
21
23
|
}
|
|
@@ -5,9 +5,10 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class LinksListComponent extends AccessibilityComponent {
|
|
6
6
|
hasNav: boolean;
|
|
7
7
|
classes?: string;
|
|
8
|
+
listClasses?: string;
|
|
8
9
|
idPrefix?: string;
|
|
9
10
|
items: QueryList<LinksListItemComponent>;
|
|
10
11
|
getItemId(item: LinksListItemComponent, index: number): string;
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinksListComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinksListComponent, "desy-links-list", never, { "hasNav": { "alias": "hasNav"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; }, {}, ["items"], never, false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinksListComponent, "desy-links-list", never, { "hasNav": { "alias": "hasNav"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "listClasses": { "alias": "listClasses"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; }, {}, ["items"], never, false, never>;
|
|
13
14
|
}
|
|
@@ -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
|
}
|