desy-angular 17.2.0 → 18.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/README.md +146 -13
- package/fesm2022/desy-angular.mjs +1101 -891
- package/fesm2022/desy-angular.mjs.map +1 -1
- package/index.d.ts +5358 -3
- package/package.json +14 -14
- package/lib/desy-angular.module.d.ts +0 -15
- package/lib/desy-buttons/components/button/button.component.d.ts +0 -37
- package/lib/desy-buttons/components/button-loader/button-loader.component.d.ts +0 -23
- package/lib/desy-buttons/components/dropdown/dropdown.component.d.ts +0 -32
- package/lib/desy-buttons/components/listbox/listbox-item/listbox-item.component.d.ts +0 -17
- package/lib/desy-buttons/components/listbox/listbox-label/listbox-label.component.d.ts +0 -7
- package/lib/desy-buttons/components/listbox/listbox.component.d.ts +0 -68
- package/lib/desy-buttons/components/pill/pill.component.d.ts +0 -28
- package/lib/desy-buttons/components/toggle/toggle-off-state/toggle-off-state.component.d.ts +0 -8
- package/lib/desy-buttons/components/toggle/toggle-on-state/toggle-on-state.component.d.ts +0 -8
- package/lib/desy-buttons/components/toggle/toggle.component.d.ts +0 -20
- package/lib/desy-buttons/desy-buttons.module.d.ts +0 -20
- package/lib/desy-buttons/interfaces/listbox-item-data.d.ts +0 -9
- package/lib/desy-buttons/interfaces/listbox-label-data.d.ts +0 -5
- package/lib/desy-commons/components/content/content.component.d.ts +0 -8
- package/lib/desy-commons/components/description/description.component.d.ts +0 -9
- package/lib/desy-commons/components/divider/divider.component.d.ts +0 -9
- package/lib/desy-commons/components/icon/icon.component.d.ts +0 -9
- package/lib/desy-commons/components/title/title.component.d.ts +0 -8
- package/lib/desy-commons/desy-commons.module.d.ts +0 -14
- package/lib/desy-commons/interfaces/content-data.d.ts +0 -5
- package/lib/desy-commons/interfaces/description-data.d.ts +0 -6
- package/lib/desy-commons/interfaces/divider-data.d.ts +0 -5
- package/lib/desy-commons/interfaces/icon-data.d.ts +0 -5
- package/lib/desy-commons/interfaces/index.d.ts +0 -5
- package/lib/desy-commons/interfaces/title-data.d.ts +0 -6
- package/lib/desy-forms/components/character-count/character-count.component.d.ts +0 -30
- package/lib/desy-forms/components/checkboxes/checkbox-item/checkbox-item.component.d.ts +0 -56
- package/lib/desy-forms/components/checkboxes/checkboxes-parent.component.d.ts +0 -21
- package/lib/desy-forms/components/checkboxes/checkboxes.component.d.ts +0 -84
- package/lib/desy-forms/components/date-input/date-input-day/date-input-day.component.d.ts +0 -24
- package/lib/desy-forms/components/date-input/date-input-divider/date-input-divider.component.d.ts +0 -10
- package/lib/desy-forms/components/date-input/date-input-item/date-input-item.component.d.ts +0 -20
- package/lib/desy-forms/components/date-input/date-input-month/date-input-month.component.d.ts +0 -24
- package/lib/desy-forms/components/date-input/date-input-year/date-input-year.component.d.ts +0 -22
- package/lib/desy-forms/components/date-input/date-input.component.d.ts +0 -63
- package/lib/desy-forms/components/datepicker/datepicker.component.d.ts +0 -31
- package/lib/desy-forms/components/datepicker/datepicker.pipe.d.ts +0 -7
- package/lib/desy-forms/components/error-message/error-message.component.d.ts +0 -15
- package/lib/desy-forms/components/fieldset/fieldset.component.d.ts +0 -31
- package/lib/desy-forms/components/fieldset/legend/legend.component.d.ts +0 -16
- package/lib/desy-forms/components/file-upload/file-upload.component.d.ts +0 -26
- package/lib/desy-forms/components/form-field/form-field.component.d.ts +0 -47
- package/lib/desy-forms/components/hint/hint.component.d.ts +0 -14
- package/lib/desy-forms/components/input/input.component.d.ts +0 -29
- package/lib/desy-forms/components/input-group/input-group-divider/input-group-divider.component.d.ts +0 -11
- package/lib/desy-forms/components/input-group/input-group-input/input-group-input.component.d.ts +0 -24
- package/lib/desy-forms/components/input-group/input-group-item/input-group-item.component.d.ts +0 -20
- package/lib/desy-forms/components/input-group/input-group-select/input-group-select.component.d.ts +0 -20
- package/lib/desy-forms/components/input-group/input-group.component.d.ts +0 -62
- package/lib/desy-forms/components/label/label.component.d.ts +0 -18
- package/lib/desy-forms/components/radios/radio-item/radio-item.component.d.ts +0 -51
- package/lib/desy-forms/components/radios/radios-parent.component.d.ts +0 -21
- package/lib/desy-forms/components/radios/radios.component.d.ts +0 -85
- package/lib/desy-forms/components/search-bar/search-bar.component.d.ts +0 -19
- package/lib/desy-forms/components/select/option/option.component.d.ts +0 -10
- package/lib/desy-forms/components/select/option-group/option-group.component.d.ts +0 -10
- package/lib/desy-forms/components/select/select-item/select-item.component.d.ts +0 -7
- package/lib/desy-forms/components/select/select.component.d.ts +0 -25
- package/lib/desy-forms/components/template-driven-wrapper/template-driven-wrapper.component.d.ts +0 -5
- package/lib/desy-forms/components/textarea/textarea.component.d.ts +0 -25
- package/lib/desy-forms/components/tree/interfaces/item-generator.d.ts +0 -4
- package/lib/desy-forms/components/tree/interfaces/itree-item.d.ts +0 -7
- package/lib/desy-forms/components/tree/interfaces/quit-tree-item-focus-options.d.ts +0 -5
- package/lib/desy-forms/components/tree/tree-checkbox/tree-checkbox.component.d.ts +0 -54
- package/lib/desy-forms/components/tree/tree-item/tree-item.component.d.ts +0 -98
- package/lib/desy-forms/components/tree/tree-items-generator/tree-items-generator.component.d.ts +0 -14
- package/lib/desy-forms/components/tree/tree-sub/tree-sub.component.d.ts +0 -17
- package/lib/desy-forms/components/tree/tree.component.d.ts +0 -130
- package/lib/desy-forms/desy-forms.module.d.ts +0 -51
- package/lib/desy-forms/directives/condition.directive.d.ts +0 -18
- package/lib/desy-forms/interfaces/error-message-data.d.ts +0 -8
- package/lib/desy-forms/interfaces/fieldset-data.d.ts +0 -10
- package/lib/desy-forms/interfaces/hint-data.d.ts +0 -7
- package/lib/desy-forms/interfaces/index.d.ts +0 -12
- package/lib/desy-forms/interfaces/item-checkbox-data.d.ts +0 -21
- package/lib/desy-forms/interfaces/item-date-input-data.d.ts +0 -18
- package/lib/desy-forms/interfaces/item-divider-date-input-data.d.ts +0 -5
- package/lib/desy-forms/interfaces/item-divider-input-group-data.d.ts +0 -5
- package/lib/desy-forms/interfaces/item-input-group-data.d.ts +0 -23
- package/lib/desy-forms/interfaces/item-radio-data.d.ts +0 -20
- package/lib/desy-forms/interfaces/item-radio-with-template-data.d.ts +0 -5
- package/lib/desy-forms/interfaces/label-data.d.ts +0 -10
- package/lib/desy-forms/interfaces/legend-data.d.ts +0 -6
- package/lib/desy-forms/interfaces/select-item-data.d.ts +0 -12
- package/lib/desy-modals/components/dialog/dialog.component.d.ts +0 -39
- package/lib/desy-modals/components/modal/modal-button-loader-primary/modal-button-loader-primary.component.d.ts +0 -11
- package/lib/desy-modals/components/modal/modal-button-loader-secondary/modal-button-loader-secondary.component.d.ts +0 -10
- package/lib/desy-modals/components/modal/modal-button-primary/modal-button-primary.component.d.ts +0 -10
- package/lib/desy-modals/components/modal/modal-button-secondary/modal-button-secondary.component.d.ts +0 -10
- package/lib/desy-modals/components/modal/modal.component.d.ts +0 -53
- package/lib/desy-modals/desy-modals.module.d.ts +0 -16
- package/lib/desy-modals/interfaces/dialog-options.d.ts +0 -10
- package/lib/desy-modals/interfaces/index.d.ts +0 -6
- package/lib/desy-modals/interfaces/modal-button-data.d.ts +0 -20
- package/lib/desy-modals/interfaces/modal-data.d.ts +0 -5
- package/lib/desy-modals/interfaces/modal-icon-data.d.ts +0 -4
- package/lib/desy-modals/interfaces/modal-options.d.ts +0 -16
- package/lib/desy-modals/interfaces/open-dialog-result.d.ts +0 -6
- package/lib/desy-modals/services/dialog.service.d.ts +0 -17
- package/lib/desy-nav/components/breadcrumbs/breadcrumbs-item/breadcrumbs-item.component.d.ts +0 -9
- package/lib/desy-nav/components/breadcrumbs/breadcrumbs.component.d.ts +0 -23
- package/lib/desy-nav/components/error-summary/error-summary-item/error-summary-item.component.d.ts +0 -9
- package/lib/desy-nav/components/error-summary/error-summary.component.d.ts +0 -24
- package/lib/desy-nav/components/footer/footer-meta/footer-meta-item/footer-meta-item.component.d.ts +0 -12
- package/lib/desy-nav/components/footer/footer-meta/footer-meta.component.d.ts +0 -13
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation-item/footer-navigation-item.component.d.ts +0 -12
- package/lib/desy-nav/components/footer/footer-navigation/footer-navigation.component.d.ts +0 -12
- package/lib/desy-nav/components/footer/footer.component.d.ts +0 -36
- package/lib/desy-nav/components/header/header-custom-navigation/header-custom-navigation.component.d.ts +0 -6
- package/lib/desy-nav/components/header/header-dropdown/header-dropdown.component.d.ts +0 -18
- package/lib/desy-nav/components/header/header-mobileText/header-mobile-text.component.d.ts +0 -84
- package/lib/desy-nav/components/header/header-navigation/header-navigation-item/header-navigation-item.component.d.ts +0 -15
- package/lib/desy-nav/components/header/header-navigation/header-navigation.component.d.ts +0 -16
- package/lib/desy-nav/components/header/header-offcanvas/header-offcanvas-button/header-offcanvas-button.component.d.ts +0 -8
- package/lib/desy-nav/components/header/header-offcanvas/header-offcanvas-close-button/header-offcanvas-close-button.component.d.ts +0 -6
- package/lib/desy-nav/components/header/header-offcanvas/header-offcanvas.component.d.ts +0 -33
- package/lib/desy-nav/components/header/header-subnav/header-subnav.component.d.ts +0 -14
- package/lib/desy-nav/components/header/header.component.d.ts +0 -39
- package/lib/desy-nav/components/header-advanced/header-advanced-custom-navigation/header-custom-navigation.component.d.ts +0 -5
- package/lib/desy-nav/components/header-advanced/header-advanced-dropdown/header-advanced-dropdown.component.d.ts +0 -14
- package/lib/desy-nav/components/header-advanced/header-advanced-logo/header-advanced-logo.component.d.ts +0 -16
- package/lib/desy-nav/components/header-advanced/header-advanced-sub/header-advanced-sub.component.d.ts +0 -19
- package/lib/desy-nav/components/header-advanced/header-advanced-subtitle/header-advanced-subtitle.component.d.ts +0 -6
- package/lib/desy-nav/components/header-advanced/header-advanced-super/header-advanced-super.component.d.ts +0 -19
- package/lib/desy-nav/components/header-advanced/header-advanced-title/header-advanced-title.component.d.ts +0 -8
- package/lib/desy-nav/components/header-advanced/header-advanced-title-container/header-advanced-title-container.component.d.ts +0 -17
- package/lib/desy-nav/components/header-advanced/header-advanced.component.d.ts +0 -16
- package/lib/desy-nav/components/header-mini/header-mini.component.d.ts +0 -12
- package/lib/desy-nav/components/links-list/links-list-icon-right/links-list-icon-right.component.d.ts +0 -8
- package/lib/desy-nav/components/links-list/links-list-item/links-list-item.component.d.ts +0 -23
- package/lib/desy-nav/components/links-list/links-list-item-sub/links-list-item-sub.component.d.ts +0 -7
- package/lib/desy-nav/components/links-list/links-list.component.d.ts +0 -14
- package/lib/desy-nav/components/menu-horizontal/menu-horizontal-item/menu-horizontal-item.component.d.ts +0 -19
- package/lib/desy-nav/components/menu-horizontal/menu-horizontal.component.d.ts +0 -19
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-item/menu-navigation-item.component.d.ts +0 -29
- package/lib/desy-nav/components/menu-navigation/components/menu-navigation-subitem/menu-navigation-subitem.component.d.ts +0 -25
- package/lib/desy-nav/components/menu-navigation/menu-navigation.component.d.ts +0 -143
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item/menu-vertical-item.component.d.ts +0 -20
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub/menu-vertical-item-sub.component.d.ts +0 -11
- package/lib/desy-nav/components/menu-vertical/menu-vertical-item-sub-item/menu-vertical-item-sub-item.component.d.ts +0 -18
- package/lib/desy-nav/components/menu-vertical/menu-vertical.component.d.ts +0 -21
- package/lib/desy-nav/components/menubar/components/menubar-item/menubar-item.component.d.ts +0 -26
- package/lib/desy-nav/components/menubar/components/menubar-label/menubar-label.component.d.ts +0 -7
- package/lib/desy-nav/components/menubar/components/menubar-subitem/menubar-subitem.component.d.ts +0 -19
- package/lib/desy-nav/components/menubar/components/menubar-subsubitem/menubar-subsubitem.component.d.ts +0 -13
- package/lib/desy-nav/components/menubar/directives/menubaritem.directive.d.ts +0 -19
- package/lib/desy-nav/components/menubar/menubar.component.d.ts +0 -164
- package/lib/desy-nav/components/nav/nav-item/nav-item.component.d.ts +0 -21
- package/lib/desy-nav/components/nav/nav.component.d.ts +0 -24
- package/lib/desy-nav/components/notification/notification-item/notification-item.component.d.ts +0 -12
- package/lib/desy-nav/components/notification/notification.component.d.ts +0 -37
- package/lib/desy-nav/components/skip-link/skip-link.component.d.ts +0 -21
- package/lib/desy-nav/desy-nav.module.d.ts +0 -64
- package/lib/desy-nav/directives/dynamic-heading.directive.d.ts +0 -17
- package/lib/desy-nav/interfaces/breadcrumbs.data.d.ts +0 -7
- package/lib/desy-nav/interfaces/error-summary-data.d.ts +0 -7
- package/lib/desy-nav/interfaces/footer-data.d.ts +0 -28
- package/lib/desy-nav/interfaces/footer-logo.d.ts +0 -8
- package/lib/desy-nav/interfaces/header-advanced-logo.d.ts +0 -5
- package/lib/desy-nav/interfaces/header-dropdown-data.d.ts +0 -11
- package/lib/desy-nav/interfaces/header-mobile-text-data.d.ts +0 -6
- package/lib/desy-nav/interfaces/header-navigation-data.d.ts +0 -5
- package/lib/desy-nav/interfaces/header-navigation-item-data.d.ts +0 -13
- package/lib/desy-nav/interfaces/header-offcanvas-data.d.ts +0 -8
- package/lib/desy-nav/interfaces/header-skiplink-data.d.ts +0 -7
- package/lib/desy-nav/interfaces/header-subnav-data.d.ts +0 -11
- package/lib/desy-nav/interfaces/index.d.ts +0 -20
- package/lib/desy-nav/interfaces/menu-horizontal-item-data.d.ts +0 -15
- package/lib/desy-nav/interfaces/menu-horizontal-item-event-data.d.ts +0 -6
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item-sub-item.d.ts +0 -17
- package/lib/desy-nav/interfaces/menu-navigation-item-sub-item.d.ts +0 -18
- package/lib/desy-nav/interfaces/menu-navigation.d.ts +0 -20
- package/lib/desy-nav/interfaces/menu-vertical-items-data.d.ts +0 -18
- package/lib/desy-nav/interfaces/menu-vertical-sub-data.d.ts +0 -7
- package/lib/desy-nav/interfaces/menu-vertical-sub-items-data.d.ts +0 -16
- package/lib/desy-nav/interfaces/menubar-item-sub-item-sub-item.d.ts +0 -6
- package/lib/desy-nav/interfaces/menubar-item-sub-item.d.ts +0 -10
- package/lib/desy-nav/interfaces/menubar-item-sub.d.ts +0 -6
- package/lib/desy-nav/interfaces/menubar-item.d.ts +0 -18
- package/lib/desy-nav/interfaces/nav-item-event.data.d.ts +0 -5
- package/lib/desy-nav/interfaces/nav-item.data.d.ts +0 -16
- package/lib/desy-nav/interfaces/notification-items-data.d.ts +0 -10
- package/lib/desy-nav/interfaces/notification-options.d.ts +0 -15
- package/lib/desy-pagination/components/pagination/pagination.component.d.ts +0 -70
- package/lib/desy-pagination/components/pagination-item-perpage/pagination-item-perpage.component.d.ts +0 -10
- package/lib/desy-pagination/components/pagination-listbox-label/pagination-listbox-label.component.d.ts +0 -7
- package/lib/desy-pagination/desy-pagination.module.d.ts +0 -15
- package/lib/desy-pagination/interfaces/pagination-item.data.d.ts +0 -4
- package/lib/desy-tables/components/table/components/table-caption.component.d.ts +0 -7
- package/lib/desy-tables/components/table/components/table-cell.component.d.ts +0 -12
- package/lib/desy-tables/components/table/components/table-footer.component.d.ts +0 -8
- package/lib/desy-tables/components/table/components/table-header.component.d.ts +0 -8
- package/lib/desy-tables/components/table/components/table-row.component.d.ts +0 -8
- package/lib/desy-tables/components/table/table.component.d.ts +0 -34
- package/lib/desy-tables/components/table-advanced/components/table-advanced-footer-cell.component.d.ts +0 -11
- package/lib/desy-tables/components/table-advanced/components/table-advanced-footer.component.d.ts +0 -11
- package/lib/desy-tables/components/table-advanced/components/table-advanced-header-cell.component.d.ts +0 -27
- package/lib/desy-tables/components/table-advanced/components/table-advanced-header.component.d.ts +0 -8
- package/lib/desy-tables/components/table-advanced/components/table-advanced-row-cell.component.d.ts +0 -11
- package/lib/desy-tables/components/table-advanced/components/table-advanced-row.component.d.ts +0 -11
- package/lib/desy-tables/components/table-advanced/components/table-advanced-select.component.d.ts +0 -12
- package/lib/desy-tables/components/table-advanced/table-advanced.component.d.ts +0 -154
- package/lib/desy-tables/components/treegrid/components/treegrid-caption.component.d.ts +0 -7
- package/lib/desy-tables/components/treegrid/components/treegrid-cell.component.d.ts +0 -12
- package/lib/desy-tables/components/treegrid/components/treegrid-footer.component.d.ts +0 -8
- package/lib/desy-tables/components/treegrid/components/treegrid-header.component.d.ts +0 -8
- package/lib/desy-tables/components/treegrid/components/treegrid-row.component.d.ts +0 -18
- package/lib/desy-tables/components/treegrid/treegrid.component.d.ts +0 -69
- package/lib/desy-tables/desy-tables.module.d.ts +0 -35
- package/lib/desy-tables/directives/cell.directive.d.ts +0 -17
- package/lib/desy-tables/directives/focus-clicked-cell.directive.d.ts +0 -14
- package/lib/desy-tables/directives/row.directive.d.ts +0 -19
- package/lib/desy-tables/directives/treegrid.directive.d.ts +0 -12
- package/lib/desy-tables/interfaces/cell-data-treegrid.d.ts +0 -7
- package/lib/desy-tables/interfaces/cell-data.d.ts +0 -10
- package/lib/desy-tables/interfaces/head-cell-data.d.ts +0 -24
- package/lib/desy-tables/interfaces/index.d.ts +0 -5
- package/lib/desy-tables/interfaces/recalculate-table-params.d.ts +0 -12
- package/lib/desy-tables/interfaces/row-data.d.ts +0 -6
- package/lib/desy-tables/interfaces/wrapper-data.d.ts +0 -4
- package/lib/desy-views/components/accordion/accordion-header/accordion-header.component.d.ts +0 -8
- package/lib/desy-views/components/accordion/accordion-item/accordion-item.component.d.ts +0 -20
- package/lib/desy-views/components/accordion/accordion.component.d.ts +0 -111
- package/lib/desy-views/components/accordion-history/accordion-history-item/accordion-history-item.component.d.ts +0 -12
- package/lib/desy-views/components/accordion-history/accordion-history.component.d.ts +0 -9
- package/lib/desy-views/components/accordion-history/accordion-item-hide-button/accordion-item-hide-button.component.d.ts +0 -7
- package/lib/desy-views/components/accordion-history/accordion-item-show-button/accordion-item-show-button.component.d.ts +0 -7
- package/lib/desy-views/components/alert/alert.component.d.ts +0 -32
- package/lib/desy-views/components/card/card-sectors/card-left.component.d.ts +0 -10
- package/lib/desy-views/components/card/card-sectors/card-right.component.d.ts +0 -9
- package/lib/desy-views/components/card/card-sectors/card-sub.component.d.ts +0 -10
- package/lib/desy-views/components/card/card-sectors/card-super.component.d.ts +0 -10
- package/lib/desy-views/components/card/card.component.d.ts +0 -18
- package/lib/desy-views/components/collapsible/collapsible.component.d.ts +0 -24
- package/lib/desy-views/components/description-list/definition/definition.component.d.ts +0 -9
- package/lib/desy-views/components/description-list/description-item/description-item.component.d.ts +0 -12
- package/lib/desy-views/components/description-list/description-list.component.d.ts +0 -14
- package/lib/desy-views/components/description-list/term/term.component.d.ts +0 -9
- package/lib/desy-views/components/details/details.component.d.ts +0 -19
- package/lib/desy-views/components/item/item-content-bottom/item-content-bottom.component.d.ts +0 -8
- package/lib/desy-views/components/item/item-content-right/item-content-right.component.d.ts +0 -6
- package/lib/desy-views/components/item/item-item/item-item.component.d.ts +0 -6
- package/lib/desy-views/components/item/item.component.d.ts +0 -41
- package/lib/desy-views/components/media-object/media-object-figure/media-object-figure.component.d.ts +0 -6
- package/lib/desy-views/components/media-object/media-object.component.d.ts +0 -96
- package/lib/desy-views/components/status/status.component.d.ts +0 -92
- package/lib/desy-views/components/status-item/status-item.component.d.ts +0 -107
- package/lib/desy-views/components/tabs/panel/panel.component.d.ts +0 -9
- package/lib/desy-views/components/tabs/tab-item/tab-item.component.d.ts +0 -16
- package/lib/desy-views/components/tabs/tabs.component.d.ts +0 -113
- package/lib/desy-views/components/tooltip/tooltip-content/tooltip-content.component.d.ts +0 -6
- package/lib/desy-views/components/tooltip/tooltip.component.d.ts +0 -107
- package/lib/desy-views/desy-views.module.d.ts +0 -43
- package/lib/desy-views/interfaces/accordion-header.data.d.ts +0 -5
- package/lib/desy-views/interfaces/accordion-item.data.d.ts +0 -11
- package/lib/desy-views/interfaces/alert-options.d.ts +0 -8
- package/lib/desy-views/interfaces/description-item.data.d.ts +0 -8
- package/lib/desy-views/interfaces/index.d.ts +0 -10
- package/lib/desy-views/interfaces/open-alert-result.d.ts +0 -6
- package/lib/desy-views/interfaces/status-data.d.ts +0 -8
- package/lib/desy-views/interfaces/status-icon-data.d.ts +0 -4
- package/lib/desy-views/interfaces/status-item-title-data.d.ts +0 -5
- package/lib/desy-views/interfaces/tabs-items-data.d.ts +0 -12
- package/lib/desy-views/interfaces/tabs-panel-data.d.ts +0 -8
- package/lib/desy-views/interfaces/term-definition.data.d.ts +0 -7
- package/lib/desy-views/services/alert.service.d.ts +0 -17
- package/lib/shared/components/accessibility/accessibility-attributes.d.ts +0 -1
- package/lib/shared/components/accessibility/accessibility.component.d.ts +0 -82
- package/lib/shared/components/accessibility-and-content-required/accessibility-and-content-required.component.d.ts +0 -90
- package/lib/shared/components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component.d.ts +0 -87
- package/lib/shared/components/content-base/content-base.component.d.ts +0 -12
- package/lib/shared/components/index.d.ts +0 -6
- package/lib/shared/components/spinner/spinner.component.d.ts +0 -84
- package/lib/shared/components/text-or-html-required/text-or-html-required.component.d.ts +0 -11
- package/lib/shared/decorators/desy-content-child.decorator.d.ts +0 -15
- package/lib/shared/decorators/desy-on-input-change.decorator.d.ts +0 -5
- package/lib/shared/directives/accessibility-directive.d.ts +0 -17
- package/lib/shared/directives/attribute-change.directive.d.ts +0 -14
- package/lib/shared/directives/click-outside.directive.d.ts +0 -12
- package/lib/shared/directives/content-change.directive.d.ts +0 -22
- package/lib/shared/directives/custom-inner-content.directive.d.ts +0 -26
- package/lib/shared/directives/inner-content.directive.d.ts +0 -12
- package/lib/shared/interfaces/accessibility-data.d.ts +0 -75
- package/lib/shared/pipes/external-href.pipe.d.ts +0 -11
- package/lib/shared/pipes/inner-html.pipe.d.ts +0 -10
- package/lib/shared/pipes/make-html-list.pipe.d.ts +0 -7
- package/lib/shared/shared.module.d.ts +0 -22
- package/lib/shared/sharedExternal.module.d.ts +0 -8
- package/lib/shared/utils/focus-utils.d.ts +0 -4
- package/lib/shared/utils/search-utils.d.ts +0 -14
- package/lib/shared/utils/string-utils.d.ts +0 -10
- package/public-api.d.ts +0 -231
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import { CellData } from '../../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TreegridCellComponent extends ContentBaseComponent implements CellData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
id?: string;
|
|
7
|
-
isFocused: boolean;
|
|
8
|
-
elementRef?: HTMLTableCellElement;
|
|
9
|
-
focus(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreegridCellComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreegridCellComponent, "desy-treegrid-cell", never, { "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { TreegridCellComponent } from './treegrid-cell.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TreegridFooterComponent {
|
|
5
|
-
cells: QueryList<TreegridCellComponent>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreegridFooterComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreegridFooterComponent, "desy-treegrid-footer", never, {}, {}, ["cells"], never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { TreegridCellComponent } from './treegrid-cell.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TreegridHeaderComponent {
|
|
5
|
-
cells: QueryList<TreegridCellComponent>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreegridHeaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreegridHeaderComponent, "desy-treegrid-header", never, {}, {}, ["cells"], never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../../shared/components';
|
|
3
|
-
import { TreegridCellComponent } from './treegrid-cell.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TreegridRowComponent extends AccessibilityComponent {
|
|
6
|
-
cells: QueryList<TreegridCellComponent>;
|
|
7
|
-
children: QueryList<TreegridRowComponent>;
|
|
8
|
-
isVisible: boolean;
|
|
9
|
-
isFocused: boolean;
|
|
10
|
-
elementRef?: HTMLTableRowElement;
|
|
11
|
-
private _expanded?;
|
|
12
|
-
set expanded(value: boolean);
|
|
13
|
-
get expanded(): boolean;
|
|
14
|
-
expandedChange: EventEmitter<boolean>;
|
|
15
|
-
focus(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreegridRowComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreegridRowComponent, "desy-treegrid-row", never, { "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; }, ["cells", "children"], ["*"], false, never>;
|
|
18
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, OnDestroy, QueryList } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import { WrapperData } from '../../interfaces';
|
|
4
|
-
import { TreegridCaptionComponent } from './components/treegrid-caption.component';
|
|
5
|
-
import { TreegridCellComponent } from './components/treegrid-cell.component';
|
|
6
|
-
import { TreegridFooterComponent } from './components/treegrid-footer.component';
|
|
7
|
-
import { TreegridHeaderComponent } from './components/treegrid-header.component';
|
|
8
|
-
import { TreegridRowComponent } from './components/treegrid-row.component';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class TreegridComponent extends AccessibilityComponent implements AfterContentInit, AfterViewInit, OnDestroy {
|
|
11
|
-
private cdr;
|
|
12
|
-
firstCellIsHeader?: boolean;
|
|
13
|
-
classes?: string;
|
|
14
|
-
id?: string;
|
|
15
|
-
wrapper?: WrapperData;
|
|
16
|
-
doAllowRowFocus: boolean;
|
|
17
|
-
doStartRowFocus: boolean;
|
|
18
|
-
private _expandAllRows;
|
|
19
|
-
set expandAllRows(value: boolean);
|
|
20
|
-
get expandAllRows(): boolean;
|
|
21
|
-
private setExpandedAllRows;
|
|
22
|
-
captionComponent: TreegridCaptionComponent;
|
|
23
|
-
headerComponent: TreegridHeaderComponent;
|
|
24
|
-
footerComponent: TreegridFooterComponent;
|
|
25
|
-
rowComponentList: QueryList<TreegridRowComponent>;
|
|
26
|
-
rowsFlat: TreegridRowComponent[];
|
|
27
|
-
private sub?;
|
|
28
|
-
private lastFocusedRow?;
|
|
29
|
-
private lastFocusedCell?;
|
|
30
|
-
constructor(cdr: ChangeDetectorRef);
|
|
31
|
-
ngAfterContentInit(): void;
|
|
32
|
-
ngAfterViewInit(): void;
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
getCaptionClass(): string;
|
|
35
|
-
getHeaderCells(): TreegridCellComponent[];
|
|
36
|
-
getFooterCells(): TreegridCellComponent[];
|
|
37
|
-
getRows(): TreegridRowComponent[];
|
|
38
|
-
private buildAriaAttributes;
|
|
39
|
-
private assignAria;
|
|
40
|
-
private updateVisibility;
|
|
41
|
-
private propagateVisibility;
|
|
42
|
-
private setInitialFocus;
|
|
43
|
-
getRowCells(row: TreegridRowComponent): TreegridCellComponent[];
|
|
44
|
-
toggleRow(row: TreegridRowComponent): void;
|
|
45
|
-
onFocusInRow(row: TreegridRowComponent): void;
|
|
46
|
-
onFocusInCell(cell: TreegridCellComponent): void;
|
|
47
|
-
onKeyDown(event: KeyboardEvent): void;
|
|
48
|
-
private moveByRow;
|
|
49
|
-
private getRowWithFocus;
|
|
50
|
-
private getLevel;
|
|
51
|
-
private getAllNavigableRows;
|
|
52
|
-
private restrictIndex;
|
|
53
|
-
private focus;
|
|
54
|
-
private focusSameColInDifferentRow;
|
|
55
|
-
private getColWithFocus;
|
|
56
|
-
private getNavigableCols;
|
|
57
|
-
private isEditableFocused;
|
|
58
|
-
private changeExpanded;
|
|
59
|
-
private isRowFocused;
|
|
60
|
-
private moveByCol;
|
|
61
|
-
private getFocusableElements;
|
|
62
|
-
private focusCell;
|
|
63
|
-
private doPrimaryAction;
|
|
64
|
-
private moveToExtreme;
|
|
65
|
-
private moveToExtremeCol;
|
|
66
|
-
private moveToExtremeRow;
|
|
67
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreegridComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreegridComponent, "desy-treegrid", never, { "firstCellIsHeader": { "alias": "firstCellIsHeader"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; "wrapper": { "alias": "wrapper"; "required": false; }; "doAllowRowFocus": { "alias": "doAllowRowFocus"; "required": false; }; "doStartRowFocus": { "alias": "doStartRowFocus"; "required": false; }; "expandAllRows": { "alias": "expandAllRows"; "required": false; }; }, {}, ["captionComponent", "headerComponent", "footerComponent", "rowComponentList"], never, false, never>;
|
|
69
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/table/table.component";
|
|
3
|
-
import * as i2 from "./components/table/components/table-caption.component";
|
|
4
|
-
import * as i3 from "./components/table/components/table-cell.component";
|
|
5
|
-
import * as i4 from "./components/table/components/table-header.component";
|
|
6
|
-
import * as i5 from "./components/table/components/table-footer.component";
|
|
7
|
-
import * as i6 from "./components/table/components/table-row.component";
|
|
8
|
-
import * as i7 from "./components/treegrid/treegrid.component";
|
|
9
|
-
import * as i8 from "./components/treegrid/components/treegrid-caption.component";
|
|
10
|
-
import * as i9 from "./components/treegrid/components/treegrid-cell.component";
|
|
11
|
-
import * as i10 from "./components/treegrid/components/treegrid-header.component";
|
|
12
|
-
import * as i11 from "./components/treegrid/components/treegrid-footer.component";
|
|
13
|
-
import * as i12 from "./components/treegrid/components/treegrid-row.component";
|
|
14
|
-
import * as i13 from "./components/table-advanced/table-advanced.component";
|
|
15
|
-
import * as i14 from "./components/table-advanced/components/table-advanced-header.component";
|
|
16
|
-
import * as i15 from "./components/table-advanced/components/table-advanced-header-cell.component";
|
|
17
|
-
import * as i16 from "./components/table-advanced/components/table-advanced-row.component";
|
|
18
|
-
import * as i17 from "./components/table-advanced/components/table-advanced-row-cell.component";
|
|
19
|
-
import * as i18 from "./components/table-advanced/components/table-advanced-select.component";
|
|
20
|
-
import * as i19 from "./components/table-advanced/components/table-advanced-footer.component";
|
|
21
|
-
import * as i20 from "./components/table-advanced/components/table-advanced-footer-cell.component";
|
|
22
|
-
import * as i21 from "./directives/focus-clicked-cell.directive";
|
|
23
|
-
import * as i22 from "./directives/cell.directive";
|
|
24
|
-
import * as i23 from "./directives/row.directive";
|
|
25
|
-
import * as i24 from "./directives/treegrid.directive";
|
|
26
|
-
import * as i25 from "@angular/common";
|
|
27
|
-
import * as i26 from "@angular/forms";
|
|
28
|
-
import * as i27 from "@angular/cdk/a11y";
|
|
29
|
-
import * as i28 from "../shared/shared.module";
|
|
30
|
-
import * as i29 from "../desy-forms/desy-forms.module";
|
|
31
|
-
export declare class DesyTablesModule {
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DesyTablesModule, never>;
|
|
33
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyTablesModule, [typeof i1.TableComponent, typeof i2.TableCaptionComponent, typeof i3.TableCellComponent, typeof i4.TableHeaderComponent, typeof i5.TableFooterComponent, typeof i6.TableRowComponent, typeof i7.TreegridComponent, typeof i8.TreegridCaptionComponent, typeof i9.TreegridCellComponent, typeof i10.TreegridHeaderComponent, typeof i11.TreegridFooterComponent, typeof i12.TreegridRowComponent, typeof i13.TableAdvancedComponent, typeof i14.TableAdvancedHeaderComponent, typeof i15.TableAdvancedHeaderCellComponent, typeof i16.TableAdvancedRowComponent, typeof i17.TableAdvancedRowCellComponent, typeof i18.TableAdvancedSelectComponent, typeof i19.TableAdvancedFooterComponent, typeof i20.TableAdvancedFooterCellComponent, typeof i21.FocusClickedCellDirective, typeof i22.CellDirective, typeof i23.RowDirective, typeof i24.TreegridBindDirective], [typeof i25.CommonModule, typeof i26.FormsModule, typeof i26.ReactiveFormsModule, typeof i27.A11yModule, typeof i28.SharedModule, typeof i29.DesyFormsModule], [typeof i1.TableComponent, typeof i2.TableCaptionComponent, typeof i3.TableCellComponent, typeof i4.TableHeaderComponent, typeof i5.TableFooterComponent, typeof i6.TableRowComponent, typeof i7.TreegridComponent, typeof i8.TreegridCaptionComponent, typeof i9.TreegridCellComponent, typeof i10.TreegridHeaderComponent, typeof i11.TreegridFooterComponent, typeof i12.TreegridRowComponent, typeof i13.TableAdvancedComponent, typeof i14.TableAdvancedHeaderComponent, typeof i15.TableAdvancedHeaderCellComponent, typeof i16.TableAdvancedRowComponent, typeof i17.TableAdvancedRowCellComponent, typeof i18.TableAdvancedSelectComponent, typeof i19.TableAdvancedFooterComponent, typeof i20.TableAdvancedFooterCellComponent]>;
|
|
34
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DesyTablesModule>;
|
|
35
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { TableAdvancedRowComponent } from '../components/table-advanced/components/table-advanced-row.component';
|
|
3
|
-
import { RowData } from '../interfaces';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Permite gestionar celdas de una fila de la tabla
|
|
7
|
-
*/
|
|
8
|
-
export declare class CellDirective {
|
|
9
|
-
private element;
|
|
10
|
-
row?: RowData | TableAdvancedRowComponent;
|
|
11
|
-
rowIndex?: number;
|
|
12
|
-
columnIndex?: number;
|
|
13
|
-
constructor(element: ElementRef);
|
|
14
|
-
getContent(): string;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CellDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CellDirective, "[desyCell]", never, { "row": { "alias": "row"; "required": false; }; "rowIndex": { "alias": "rowIndex"; "required": false; }; "columnIndex": { "alias": "columnIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FocusClickedCellDirective {
|
|
4
|
-
private el;
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
onClick(): void;
|
|
7
|
-
manageArrows(event: KeyboardEvent): void;
|
|
8
|
-
private handleFocus;
|
|
9
|
-
private activeTabindex;
|
|
10
|
-
private inactiveTabindex;
|
|
11
|
-
private findIndex;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FocusClickedCellDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusClickedCellDirective, "[desyFocusClickedCell]", never, {}, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { TableAdvancedRowComponent } from '../components/table-advanced/components/table-advanced-row.component';
|
|
3
|
-
import { RowData } from '../interfaces';
|
|
4
|
-
import { CellDirective } from './cell.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Permite gestionar filas de la tabla
|
|
8
|
-
*/
|
|
9
|
-
export declare class RowDirective {
|
|
10
|
-
contentCells: QueryList<CellDirective>;
|
|
11
|
-
desyRow?: RowData | TableAdvancedRowComponent;
|
|
12
|
-
/**
|
|
13
|
-
* Devuelve la celda ubicada en la columna indicada
|
|
14
|
-
* @param column índice de la columna
|
|
15
|
-
*/
|
|
16
|
-
getCell(column: number): CellDirective | undefined;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RowDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "[desyRow]", never, { "desyRow": { "alias": "desyRow"; "required": false; }; }, {}, ["contentCells"], never, false, never>;
|
|
19
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TreegridBindDirective implements OnChanges {
|
|
4
|
-
private el;
|
|
5
|
-
component?: {
|
|
6
|
-
elementRef?: HTMLElement;
|
|
7
|
-
};
|
|
8
|
-
constructor(el: ElementRef<HTMLElement>);
|
|
9
|
-
ngOnChanges(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreegridBindDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TreegridBindDirective, "[desyTreegridBind]", never, { "component": { "alias": "desyTreegridBind"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
-
export interface CellData extends AccessibilityData {
|
|
3
|
-
text?: string;
|
|
4
|
-
html?: string;
|
|
5
|
-
classes?: string;
|
|
6
|
-
id?: string;
|
|
7
|
-
colspan?: number;
|
|
8
|
-
rowspan?: number;
|
|
9
|
-
header?: string;
|
|
10
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { ContentComponent } from '../../desy-commons/components/content/content.component';
|
|
2
|
-
import { CellData } from './cell-data';
|
|
3
|
-
export interface HeadCellData extends CellData {
|
|
4
|
-
orderBy?: OrderBy;
|
|
5
|
-
hasFilter?: boolean;
|
|
6
|
-
filterClasses?: string;
|
|
7
|
-
hasSelect?: boolean;
|
|
8
|
-
filterText?: string;
|
|
9
|
-
identifier?: string;
|
|
10
|
-
useFullWordFilter?: boolean;
|
|
11
|
-
useFullWordSelect?: boolean;
|
|
12
|
-
}
|
|
13
|
-
export interface HeadCellModelData extends HeadCellData {
|
|
14
|
-
valueFilter?: string | null;
|
|
15
|
-
activeFilter?: boolean;
|
|
16
|
-
valueSelect?: string;
|
|
17
|
-
activeSelect?: boolean;
|
|
18
|
-
contentComponent?: ContentComponent;
|
|
19
|
-
}
|
|
20
|
-
export declare enum OrderBy {
|
|
21
|
-
none = "none",
|
|
22
|
-
asc = "asc",
|
|
23
|
-
desc = "desc"
|
|
24
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OrderBy } from './head-cell-data';
|
|
2
|
-
export interface RecalculateTableParams {
|
|
3
|
-
filters: {
|
|
4
|
-
columnIndex: number;
|
|
5
|
-
filterText: string | null | undefined;
|
|
6
|
-
identifier: string | undefined;
|
|
7
|
-
}[];
|
|
8
|
-
sort: {
|
|
9
|
-
columnIndex: number;
|
|
10
|
-
order: OrderBy;
|
|
11
|
-
} | null;
|
|
12
|
-
}
|
package/lib/desy-views/components/accordion/accordion-header/accordion-header.component.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import { AccordionHeaderData } from '../../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AccordionHeaderComponent extends ContentBaseComponent implements AccordionHeaderData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHeaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionHeaderComponent, "desy-accordion-header", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ContentComponent } from '../../../../desy-commons/components/content/content.component';
|
|
3
|
-
import { AccessibilityComponent } from '../../../../shared/components';
|
|
4
|
-
import { AccordionItemData } from '../../../interfaces';
|
|
5
|
-
import { AccordionItemHideButtonComponent } from '../../accordion-history/accordion-item-hide-button/accordion-item-hide-button.component';
|
|
6
|
-
import { AccordionItemShowButtonComponent } from '../../accordion-history/accordion-item-show-button/accordion-item-show-button.component';
|
|
7
|
-
import { AccordionHeaderComponent } from '../accordion-header/accordion-header.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class AccordionItemComponent extends AccessibilityComponent implements AccordionItemData {
|
|
10
|
-
id?: string;
|
|
11
|
-
open?: boolean;
|
|
12
|
-
classes?: string;
|
|
13
|
-
openChange: EventEmitter<boolean>;
|
|
14
|
-
headerComponent: AccordionHeaderComponent;
|
|
15
|
-
contentComponent: ContentComponent;
|
|
16
|
-
showHeaderButton: AccordionItemShowButtonComponent;
|
|
17
|
-
hideHeaderButton: AccordionItemHideButtonComponent;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "desy-accordion-item", never, { "id": { "alias": "id"; "required": false; }; "open": { "alias": "open"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, { "openChange": "openChange"; }, ["headerComponent", "contentComponent", "showHeaderButton", "hideHeaderButton"], never, false, never>;
|
|
20
|
-
}
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
3
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
4
|
-
import { AccordionHeaderData, AccordionItemData } from '../../interfaces';
|
|
5
|
-
import { AccordionHeaderComponent } from './accordion-header/accordion-header.component';
|
|
6
|
-
import { AccordionItemComponent } from './accordion-item/accordion-item.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AccordionComponent extends AccessibilityComponent implements OnChanges {
|
|
9
|
-
itemSelectors: QueryList<ElementRef>;
|
|
10
|
-
id?: string;
|
|
11
|
-
idPrefix?: string;
|
|
12
|
-
allowToggle?: boolean;
|
|
13
|
-
allowMultiple?: boolean;
|
|
14
|
-
heading?: AccordionHeaderData;
|
|
15
|
-
headingLevel?: number;
|
|
16
|
-
showControl?: boolean;
|
|
17
|
-
items?: AccordionItemData[];
|
|
18
|
-
classes: any;
|
|
19
|
-
role: string | undefined;
|
|
20
|
-
ariaLabel: string | undefined;
|
|
21
|
-
ariaDescribedBy: string | undefined;
|
|
22
|
-
ariaLabelledBy: string | undefined;
|
|
23
|
-
ariaHidden: string | undefined;
|
|
24
|
-
ariaDisabled: string | undefined;
|
|
25
|
-
ariaControls: string | undefined;
|
|
26
|
-
ariaCurrent: string | undefined;
|
|
27
|
-
ariaLive: string | undefined;
|
|
28
|
-
ariaExpanded: string | undefined;
|
|
29
|
-
ariaErrorMessage: string | undefined;
|
|
30
|
-
ariaHasPopup: string | undefined;
|
|
31
|
-
ariaModal: string | undefined;
|
|
32
|
-
ariaChecked: string | undefined;
|
|
33
|
-
ariaPressed: string | undefined;
|
|
34
|
-
ariaReadonly: string | undefined;
|
|
35
|
-
ariaRequired: string | undefined;
|
|
36
|
-
ariaSelected: string | undefined;
|
|
37
|
-
ariaValuemin: string | undefined;
|
|
38
|
-
ariaValuemax: string | undefined;
|
|
39
|
-
ariaValuenow: string | undefined;
|
|
40
|
-
ariaValuetext: string | undefined;
|
|
41
|
-
ariaOrientation: string | undefined;
|
|
42
|
-
ariaLevel: string | undefined;
|
|
43
|
-
ariaMultiselectable: string | undefined;
|
|
44
|
-
ariaPlaceholder: string | undefined;
|
|
45
|
-
ariaPosinset: string | undefined;
|
|
46
|
-
ariaSetsize: string | undefined;
|
|
47
|
-
ariaSort: string | undefined;
|
|
48
|
-
ariaBusy: string | undefined;
|
|
49
|
-
ariaActivedescendant: string | undefined;
|
|
50
|
-
ariaAtomic: string | undefined;
|
|
51
|
-
ariaAutocomplete: string | undefined;
|
|
52
|
-
ariaBraillelabel: string | undefined;
|
|
53
|
-
ariaBrailleroledescription: string | undefined;
|
|
54
|
-
ariaColcount: string | undefined;
|
|
55
|
-
ariaColindex: string | undefined;
|
|
56
|
-
ariaColindextext: string | undefined;
|
|
57
|
-
ariaColspan: string | undefined;
|
|
58
|
-
ariaDescription: string | undefined;
|
|
59
|
-
ariaDetails: string | undefined;
|
|
60
|
-
ariaFlowto: string | undefined;
|
|
61
|
-
ariaInvalid: string | undefined;
|
|
62
|
-
ariaKeyshortcuts: string | undefined;
|
|
63
|
-
ariaOwns: string | undefined;
|
|
64
|
-
ariaRelevant: string | undefined;
|
|
65
|
-
ariaRoledescription: string | undefined;
|
|
66
|
-
ariaRowcount: string | undefined;
|
|
67
|
-
ariaRowindex: string | undefined;
|
|
68
|
-
ariaRowindextext: string | undefined;
|
|
69
|
-
ariaRowspan: string | undefined;
|
|
70
|
-
tabindex: string | undefined;
|
|
71
|
-
title: string | undefined;
|
|
72
|
-
alt: string | undefined;
|
|
73
|
-
lang: string | undefined;
|
|
74
|
-
accesskey: string | undefined;
|
|
75
|
-
autocomplete: string | undefined;
|
|
76
|
-
autofocus: string | undefined;
|
|
77
|
-
contenteditable: string | undefined;
|
|
78
|
-
dir: string | undefined;
|
|
79
|
-
draggable: string | undefined;
|
|
80
|
-
enterkeyhint: string | undefined;
|
|
81
|
-
hidden: boolean | undefined;
|
|
82
|
-
inputmode: string | undefined;
|
|
83
|
-
spellcheck: string | undefined;
|
|
84
|
-
translate: string | undefined;
|
|
85
|
-
ariaMultiline: string | undefined;
|
|
86
|
-
for: string | undefined;
|
|
87
|
-
form: string | undefined;
|
|
88
|
-
headers: string | undefined;
|
|
89
|
-
placeholder: string | undefined;
|
|
90
|
-
readonly: string | undefined;
|
|
91
|
-
required: string | undefined;
|
|
92
|
-
headingComponent: AccordionHeaderComponent;
|
|
93
|
-
itemComponentList: QueryList<AccordionItemComponent>;
|
|
94
|
-
showAll: boolean;
|
|
95
|
-
currentItem?: number;
|
|
96
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
97
|
-
getItemId(item: AccordionItemData, index: number): string | number;
|
|
98
|
-
changeAll(): void;
|
|
99
|
-
toggleItem(item: AccordionItemData): void;
|
|
100
|
-
focusFirstItem(event: KeyboardEvent): void;
|
|
101
|
-
focusLastItem(event: KeyboardEvent): void;
|
|
102
|
-
focusNextItem(event: KeyboardEvent, focusedItem: number): void;
|
|
103
|
-
focusPreviousItem(event: KeyboardEvent, focusedItem: number): void;
|
|
104
|
-
selectItem(i: number): void;
|
|
105
|
-
getTitleClasses(): string;
|
|
106
|
-
getItems(): AccordionItemData[];
|
|
107
|
-
getItemHeader(item: AccordionItemData): AccordionHeaderComponent | null;
|
|
108
|
-
getItemContent(item: AccordionItemData): ContentComponent | null;
|
|
109
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "desy-accordion", never, { "id": { "alias": "id"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "allowToggle": { "alias": "allowToggle"; "required": false; }; "allowMultiple": { "alias": "allowMultiple"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "showControl": { "alias": "showControl"; "required": false; }; "items": { "alias": "items"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, ["headingComponent", "itemComponentList"], never, false, never>;
|
|
111
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AccordionItemComponent } from '../../accordion/accordion-item/accordion-item.component';
|
|
2
|
-
import { AccordionItemHideButtonComponent } from '../accordion-item-hide-button/accordion-item-hide-button.component';
|
|
3
|
-
import { AccordionItemShowButtonComponent } from '../accordion-item-show-button/accordion-item-show-button.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AccordionHistoryItemComponent extends AccordionItemComponent {
|
|
6
|
-
status: 'current' | 'pending' | 'muted' | 'currentmuted' | any;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
showButton: AccordionItemShowButtonComponent;
|
|
9
|
-
hideButton: AccordionItemHideButtonComponent;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHistoryItemComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionHistoryItemComponent, "desy-accordion-history-item", never, { "status": { "alias": "status"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["showButton", "hideButton"], never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { AccordionComponent } from '../accordion/accordion.component';
|
|
3
|
-
import { AccordionHistoryItemComponent } from './accordion-history-item/accordion-history-item.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AccordionHistoryComponent extends AccordionComponent {
|
|
6
|
-
itemComponentList: QueryList<AccordionHistoryItemComponent>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHistoryComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionHistoryComponent, "desy-accordion-history", never, {}, {}, ["itemComponentList"], never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AccordionItemHideButtonComponent extends ContentBaseComponent {
|
|
4
|
-
classes?: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemHideButtonComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemHideButtonComponent, "desy-accordion-item-hide-button", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AccordionItemShowButtonComponent extends ContentBaseComponent {
|
|
4
|
-
classes?: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemShowButtonComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemShowButtonComponent, "desy-accordion-item-show-button", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, ElementRef, EventEmitter, OnDestroy, TemplateRef, Type, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
type AlertCreationCallback = (dialog: AlertComponent, caller: ComponentRef<any>) => void;
|
|
5
|
-
export declare class AlertComponent extends AccessibilityComponent implements OnDestroy, AfterViewInit {
|
|
6
|
-
private cdRef;
|
|
7
|
-
private factoryResolver;
|
|
8
|
-
alertWrapper: ElementRef;
|
|
9
|
-
container: ViewContainerRef;
|
|
10
|
-
id?: string;
|
|
11
|
-
classes?: string;
|
|
12
|
-
caller?: TemplateRef<any>;
|
|
13
|
-
focusFirst?: boolean;
|
|
14
|
-
set active(value: boolean);
|
|
15
|
-
get active(): boolean;
|
|
16
|
-
activeChange: EventEmitter<boolean>;
|
|
17
|
-
private _active?;
|
|
18
|
-
callerContext: any;
|
|
19
|
-
callerType?: Type<any>;
|
|
20
|
-
onCallerCreationCallback?: AlertCreationCallback;
|
|
21
|
-
private lastActiveState;
|
|
22
|
-
private hasViewinit;
|
|
23
|
-
private createdCallerFromType;
|
|
24
|
-
constructor(cdRef: ChangeDetectorRef, factoryResolver: ComponentFactoryResolver);
|
|
25
|
-
ngOnDestroy(): void;
|
|
26
|
-
ngAfterViewInit(): void;
|
|
27
|
-
dismiss(): void;
|
|
28
|
-
handleActiveState(): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "desy-alert", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "caller": { "alias": "caller"; "required": false; }; "focusFirst": { "alias": "focusFirst"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "activeChange": "activeChange"; }, never, ["desy-notification"], false, never>;
|
|
31
|
-
}
|
|
32
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ContentData } from '../../../../desy-commons/interfaces';
|
|
2
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CardLeftComponent extends ContentBaseComponent implements ContentData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
backgroundColor?: string;
|
|
7
|
-
backgroundImageUrl?: string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardLeftComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardLeftComponent, "desy-card-left", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CardRightComponent extends ContentBaseComponent {
|
|
4
|
-
classes?: string;
|
|
5
|
-
backgroundColor?: string;
|
|
6
|
-
backgroundImageUrl?: string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardRightComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardRightComponent, "desy-card-right", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ContentData } from '../../../../desy-commons/interfaces';
|
|
2
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CardSubComponent extends ContentBaseComponent implements ContentData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
backgroundColor?: string;
|
|
7
|
-
backgroundImageUrl?: string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardSubComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardSubComponent, "desy-card-sub", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ContentData } from '../../../../desy-commons/interfaces';
|
|
2
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CardSuperComponent extends ContentBaseComponent implements ContentData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
backgroundColor?: string;
|
|
7
|
-
backgroundImageUrl?: string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardSuperComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardSuperComponent, "desy-card-super", never, { "classes": { "alias": "classes"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
2
|
-
import { CardLeftComponent } from './card-sectors/card-left.component';
|
|
3
|
-
import { CardRightComponent } from './card-sectors/card-right.component';
|
|
4
|
-
import { CardSubComponent } from './card-sectors/card-sub.component';
|
|
5
|
-
import { CardSuperComponent } from './card-sectors/card-super.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CardComponent extends AccessibilityComponent {
|
|
8
|
-
cardSuperComponent: CardSuperComponent;
|
|
9
|
-
cardLeftComponent: CardLeftComponent;
|
|
10
|
-
cardRightComponent: CardRightComponent;
|
|
11
|
-
cardSubComponent: CardSubComponent;
|
|
12
|
-
classes?: string;
|
|
13
|
-
containerClasses?: string;
|
|
14
|
-
constructor();
|
|
15
|
-
getStyle(cardSector: CardLeftComponent | CardRightComponent | CardSubComponent | CardSuperComponent): {};
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "desy-card", never, { "classes": { "alias": "classes"; "required": false; }; "containerClasses": { "alias": "containerClasses"; "required": false; }; }, {}, ["cardSuperComponent", "cardLeftComponent", "cardRightComponent", "cardSubComponent"], ["*"], false, never>;
|
|
18
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { OnChanges, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
3
|
-
import { AccessibilityAndContentRequiredComponent } from '../../../shared/components';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CollapsibleComponent extends AccessibilityAndContentRequiredComponent implements OnInit, OnChanges {
|
|
6
|
-
headerText?: string;
|
|
7
|
-
headerHtml?: string;
|
|
8
|
-
id?: string;
|
|
9
|
-
open?: boolean;
|
|
10
|
-
classes?: string;
|
|
11
|
-
buttonClasses?: string;
|
|
12
|
-
showClasses?: string;
|
|
13
|
-
hideClasses?: string;
|
|
14
|
-
contentClasses?: string;
|
|
15
|
-
show?: string;
|
|
16
|
-
htmlTemplate?: TemplateRef<any>;
|
|
17
|
-
contentComponent: ContentComponent;
|
|
18
|
-
isOpen(): void;
|
|
19
|
-
toggleOpen(): void;
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
ngOnChanges(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "desy-collapsible", never, { "headerText": { "alias": "headerText"; "required": false; }; "headerHtml": { "alias": "headerHtml"; "required": false; }; "id": { "alias": "id"; "required": false; }; "open": { "alias": "open"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "buttonClasses": { "alias": "buttonClasses"; "required": false; }; "showClasses": { "alias": "showClasses"; "required": false; }; "hideClasses": { "alias": "hideClasses"; "required": false; }; "contentClasses": { "alias": "contentClasses"; "required": false; }; }, {}, ["contentComponent"], ["*"], false, never>;
|
|
24
|
-
}
|