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
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "desy-angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "Desy Angular contains the code you need to start building your Angular app for Gobierno de Aragón.",
|
|
5
5
|
"engines": {
|
|
6
|
-
"node": "
|
|
7
|
-
"npm": "
|
|
6
|
+
"node": ">=20.19.2 <22.0.0 || >=22.11.0 <23.0.0 || >=24.0.0",
|
|
7
|
+
"npm": ">=10.0.0"
|
|
8
8
|
},
|
|
9
9
|
"author": {
|
|
10
10
|
"name": "Desy (SDA Servicios Digitales de Aragón)",
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
"url": "https://bitbucket.org/sdaragon/desy-angular.git"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@angular/animations": "
|
|
28
|
-
"@angular/cdk": "
|
|
29
|
-
"@angular/common": "
|
|
30
|
-
"@angular/core": "
|
|
31
|
-
"@angular/forms": "
|
|
32
|
-
"@angular/platform-browser": "
|
|
33
|
-
"@angular/platform-browser-dynamic": "
|
|
34
|
-
"@angular/router": "
|
|
35
|
-
"desy-html": "
|
|
27
|
+
"@angular/animations": ">=20.0.0 <21",
|
|
28
|
+
"@angular/cdk": ">=20.0.0 <21",
|
|
29
|
+
"@angular/common": ">=20.0.0 <21",
|
|
30
|
+
"@angular/core": ">=20.0.0 <21",
|
|
31
|
+
"@angular/forms": ">=20.0.0 <21",
|
|
32
|
+
"@angular/platform-browser": ">=20.0.0 <21",
|
|
33
|
+
"@angular/platform-browser-dynamic": ">=20.0.0 <21",
|
|
34
|
+
"@angular/router": ">=20.0.0 <21",
|
|
35
|
+
"desy-html": "15.0.3"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"
|
|
38
|
+
"@floating-ui/dom": "1.7.4",
|
|
39
39
|
"tslib": "^2.8.0"
|
|
40
40
|
},
|
|
41
41
|
"allowedNonPeerDependencies": [
|
|
42
|
-
"
|
|
42
|
+
"@floating-ui/dom"
|
|
43
43
|
],
|
|
44
44
|
"module": "fesm2022/desy-angular.mjs",
|
|
45
45
|
"typings": "index.d.ts",
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./desy-buttons/desy-buttons.module";
|
|
3
|
-
import * as i2 from "./desy-commons/desy-commons.module";
|
|
4
|
-
import * as i3 from "./desy-forms/desy-forms.module";
|
|
5
|
-
import * as i4 from "./desy-modals/desy-modals.module";
|
|
6
|
-
import * as i5 from "./desy-nav/desy-nav.module";
|
|
7
|
-
import * as i6 from "./desy-tables/desy-tables.module";
|
|
8
|
-
import * as i7 from "./desy-views/desy-views.module";
|
|
9
|
-
import * as i8 from "./desy-pagination/desy-pagination.module";
|
|
10
|
-
import * as i9 from "./shared/sharedExternal.module";
|
|
11
|
-
export declare class DesyAngularModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DesyAngularModule, never>;
|
|
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]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DesyAngularModule>;
|
|
15
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { ContentBaseComponent } from '../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ButtonComponent extends ContentBaseComponent implements OnInit {
|
|
5
|
-
static readonly ELEMENT_A: string;
|
|
6
|
-
static readonly ELEMENT_BUTTON: string;
|
|
7
|
-
static readonly ELEMENT_INPUT: string;
|
|
8
|
-
readonly hostTabIndex: any;
|
|
9
|
-
id?: string;
|
|
10
|
-
classes?: string;
|
|
11
|
-
html?: string;
|
|
12
|
-
text?: string;
|
|
13
|
-
element?: string;
|
|
14
|
-
name?: string;
|
|
15
|
-
type?: string;
|
|
16
|
-
value?: any;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
href?: string;
|
|
19
|
-
target?: string;
|
|
20
|
-
preventDoubleClick?: boolean;
|
|
21
|
-
fragment?: string;
|
|
22
|
-
routerLink?: string | any[];
|
|
23
|
-
routerLinkActiveClasses?: string | string[];
|
|
24
|
-
clickEvent: EventEmitter<any>;
|
|
25
|
-
avoidingDoubleClick: boolean;
|
|
26
|
-
isHtml: boolean;
|
|
27
|
-
ngOnInit(): void;
|
|
28
|
-
onClick(event: any): void;
|
|
29
|
-
getElement(): string;
|
|
30
|
-
getClassNames(): string;
|
|
31
|
-
isDisabled(): boolean;
|
|
32
|
-
get staticElementTypeA(): string;
|
|
33
|
-
get staticElementTypeButton(): string;
|
|
34
|
-
get staticElementTypeInput(): string;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "desy-button", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "html": { "alias": "html"; "required": false; }; "text": { "alias": "text"; "required": false; }; "element": { "alias": "element"; "required": false; }; "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "preventDoubleClick": { "alias": "preventDoubleClick"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveClasses": { "alias": "routerLinkActiveClasses"; "required": false; }; }, { "clickEvent": "clickEvent"; }, never, ["*"], false, never>;
|
|
37
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ButtonComponent } from '../button/button.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ButtonLoaderComponent extends ButtonComponent implements OnInit {
|
|
5
|
-
static readonly STATE_LOADING: string;
|
|
6
|
-
static readonly STATE_SUCCESS: string;
|
|
7
|
-
stateLoading: string;
|
|
8
|
-
stateSuccess: string;
|
|
9
|
-
private static readonly DEFAULT_LOADER_TEXT;
|
|
10
|
-
private static readonly DEFAULT_SUCCESS_TEXT;
|
|
11
|
-
readonly hostTabIndex: any;
|
|
12
|
-
loaderText?: string;
|
|
13
|
-
loaderClasses?: string;
|
|
14
|
-
state?: string;
|
|
15
|
-
successText?: string;
|
|
16
|
-
isHtml: boolean;
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
getClassNames(): string;
|
|
19
|
-
getSpinnerText(): string;
|
|
20
|
-
getSuccessText(): string;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonLoaderComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonLoaderComponent, "desy-button-loader", never, { "loaderText": { "alias": "loaderText"; "required": false; }; "loaderClasses": { "alias": "loaderClasses"; "required": false; }; "state": { "alias": "state"; "required": false; }; "successText": { "alias": "successText"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
23
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges, 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 DropdownComponent extends AccessibilityAndContentRequiredComponent implements OnInit, OnChanges {
|
|
6
|
-
static readonly KEY_CODE_ESC = "Escape";
|
|
7
|
-
dropdownContent: ElementRef;
|
|
8
|
-
dropdownBtn: ElementRef;
|
|
9
|
-
id?: string;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
hiddenText?: string;
|
|
12
|
-
classesContainer?: any;
|
|
13
|
-
classesTooltip?: string;
|
|
14
|
-
caller?: TemplateRef<any>;
|
|
15
|
-
classes?: string;
|
|
16
|
-
contentRole?: string;
|
|
17
|
-
contentAriaModal?: string;
|
|
18
|
-
contentAriaLabel?: string;
|
|
19
|
-
contentComponent: ContentComponent;
|
|
20
|
-
clickEvent: EventEmitter<any>;
|
|
21
|
-
detectClickToFocusBtn(event: any): void;
|
|
22
|
-
isOpen: boolean;
|
|
23
|
-
clickOutsideEnabled: boolean;
|
|
24
|
-
tippyProperties: any;
|
|
25
|
-
ngOnInit(): any;
|
|
26
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
27
|
-
onClick(event: any): void;
|
|
28
|
-
setOpen(isOpen: boolean): void;
|
|
29
|
-
isDisabled(): boolean;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "desy-dropdown", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hiddenText": { "alias": "hiddenText"; "required": false; }; "classesContainer": { "alias": "classesContainer"; "required": false; }; "classesTooltip": { "alias": "classesTooltip"; "required": false; }; "caller": { "alias": "caller"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "contentRole": { "alias": "contentRole"; "required": false; }; "contentAriaModal": { "alias": "contentAriaModal"; "required": false; }; "contentAriaLabel": { "alias": "contentAriaLabel"; "required": false; }; }, { "clickEvent": "clickEvent"; }, ["contentComponent"], [":not(desy-content)"], false, never>;
|
|
32
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../../shared/components';
|
|
3
|
-
import { ListboxItemData } from '../../../interfaces/listbox-item-data';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ListboxItemComponent extends AccessibilityComponent implements ListboxItemData, OnChanges {
|
|
6
|
-
content: any;
|
|
7
|
-
id?: string;
|
|
8
|
-
active?: boolean;
|
|
9
|
-
classes?: string;
|
|
10
|
-
titleModal?: string;
|
|
11
|
-
itemChange: EventEmitter<any>;
|
|
12
|
-
activeChange: EventEmitter<any>;
|
|
13
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
14
|
-
setActive(value: boolean): void;
|
|
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; }; "titleModal": { "alias": "titleModal"; "required": false; }; }, { "itemChange": "itemChange"; "activeChange": "activeChange"; }, never, ["*"], false, never>;
|
|
17
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ListboxLabelComponent extends ContentBaseComponent {
|
|
4
|
-
classes?: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListboxLabelComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListboxLabelComponent, "desy-listbox-label", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, AfterViewChecked, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, QueryList } from '@angular/core';
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
3
|
-
import { AccessibilityAndTextOrHtmlRequiredComponent } from '../../../shared/components';
|
|
4
|
-
import { ListboxItemData } from '../../interfaces/listbox-item-data';
|
|
5
|
-
import { ListboxLabelData } from '../../interfaces/listbox-label-data';
|
|
6
|
-
import { ListboxItemComponent } from './listbox-item/listbox-item.component';
|
|
7
|
-
import { ListboxLabelComponent } from './listbox-label/listbox-label.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ListboxComponent extends AccessibilityAndTextOrHtmlRequiredComponent implements OnInit, OnChanges, AfterContentInit, AfterViewInit, AfterViewChecked {
|
|
10
|
-
private changeDetectorRef;
|
|
11
|
-
static readonly KEY_CODE_ESC = "Escape";
|
|
12
|
-
listboxButton: ElementRef;
|
|
13
|
-
listboxList: ElementRef;
|
|
14
|
-
listboxContent: ElementRef;
|
|
15
|
-
listboxOptions: QueryList<ElementRef>;
|
|
16
|
-
labelComponent: ListboxLabelComponent;
|
|
17
|
-
itemComponentList: QueryList<ListboxItemComponent>;
|
|
18
|
-
id?: string;
|
|
19
|
-
isMultiselectable?: boolean;
|
|
20
|
-
doesChangeButtonText?: boolean;
|
|
21
|
-
label?: ListboxLabelData;
|
|
22
|
-
classes?: string;
|
|
23
|
-
classesContainer?: string;
|
|
24
|
-
classesTooltip?: string;
|
|
25
|
-
idPrefix?: string;
|
|
26
|
-
disabled?: boolean;
|
|
27
|
-
items?: ListboxItemData[];
|
|
28
|
-
type: 'button' | 'submit' | 'reset';
|
|
29
|
-
itemsChange: EventEmitter<any>;
|
|
30
|
-
activeItemChange: EventEmitter<any>;
|
|
31
|
-
tippyProperties: any;
|
|
32
|
-
currentFocusIndex: number;
|
|
33
|
-
buttonContentHtml: string;
|
|
34
|
-
isListVisible: boolean;
|
|
35
|
-
contentInit: boolean;
|
|
36
|
-
pendingCheckActiveItemsAfterViewInit: boolean;
|
|
37
|
-
pendingFocusOnList: boolean;
|
|
38
|
-
lastActiveItems: {
|
|
39
|
-
item: ListboxItemData;
|
|
40
|
-
index: number;
|
|
41
|
-
}[];
|
|
42
|
-
itemComponentSubscriptions: Subscription[];
|
|
43
|
-
itemList: ListboxItemData[];
|
|
44
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
45
|
-
ngOnInit(): void;
|
|
46
|
-
ngOnChanges(): void;
|
|
47
|
-
ngAfterViewInit(): void;
|
|
48
|
-
ngAfterContentInit(): void;
|
|
49
|
-
ngAfterViewChecked(): void;
|
|
50
|
-
private setupItemComponentList;
|
|
51
|
-
private getActiveItemsData;
|
|
52
|
-
onChangeItemChecked(): void;
|
|
53
|
-
checkActiveItems(): void;
|
|
54
|
-
onListShow(): void;
|
|
55
|
-
onListClose(): void;
|
|
56
|
-
onListFocus(): void;
|
|
57
|
-
moveFocus(position: number, event: Event): void;
|
|
58
|
-
onSpace(event: Event): void;
|
|
59
|
-
selectItem(index: number): void;
|
|
60
|
-
private setItemActiveValue;
|
|
61
|
-
getIdPrefix(): string;
|
|
62
|
-
getItemId(item: ListboxItemData, index: number): string;
|
|
63
|
-
hasLabel(): boolean;
|
|
64
|
-
getLabelContent(label: ListboxLabelData): string;
|
|
65
|
-
initTippy(): void;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListboxComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListboxComponent, "desy-listbox", never, { "id": { "alias": "id"; "required": false; }; "isMultiselectable": { "alias": "isMultiselectable"; "required": false; }; "doesChangeButtonText": { "alias": "doesChangeButtonText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "classesContainer": { "alias": "classesContainer"; "required": false; }; "classesTooltip": { "alias": "classesTooltip"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "items": { "alias": "items"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "itemsChange": "itemsChange"; "activeItemChange": "activeItemChange"; }, ["labelComponent", "itemComponentList"], ["*"], false, never>;
|
|
68
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { AccessibilityAndContentRequiredComponent } from '../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PillComponent extends AccessibilityAndContentRequiredComponent implements OnInit {
|
|
5
|
-
static readonly TYPE_A: string;
|
|
6
|
-
static readonly TYPE_BUTTON: string;
|
|
7
|
-
static readonly TYPE_SPAN: string;
|
|
8
|
-
type?: string;
|
|
9
|
-
href?: string;
|
|
10
|
-
target?: string;
|
|
11
|
-
fragment?: string;
|
|
12
|
-
routerLink?: string | any[];
|
|
13
|
-
routerLinkActiveClasses?: string | string[];
|
|
14
|
-
classes?: string;
|
|
15
|
-
id?: string;
|
|
16
|
-
clickEvent: EventEmitter<any>;
|
|
17
|
-
readonly hostTabIndex: any;
|
|
18
|
-
isHtml: boolean;
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
onClick(event: any): void;
|
|
21
|
-
getType(): string;
|
|
22
|
-
getClassNames(): string;
|
|
23
|
-
get staticElementTypeA(): string;
|
|
24
|
-
get staticElementTypeButton(): string;
|
|
25
|
-
get staticElementTypeSpan(): string;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PillComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PillComponent, "desy-pill", never, { "type": { "alias": "type"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveClasses": { "alias": "routerLinkActiveClasses"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "clickEvent": "clickEvent"; }, never, ["*"], false, never>;
|
|
28
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AccessibilityComponent } from '../../../../shared/components';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ToggleOffStateComponent extends AccessibilityComponent {
|
|
4
|
-
content: any;
|
|
5
|
-
classes?: string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleOffStateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleOffStateComponent, "desy-toggle-off-state", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AccessibilityComponent } from '../../../../shared/components';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ToggleOnStateComponent extends AccessibilityComponent {
|
|
4
|
-
content: any;
|
|
5
|
-
classes?: string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleOnStateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleOnStateComponent, "desy-toggle-on-state", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import { ToggleOffStateComponent } from './toggle-off-state/toggle-off-state.component';
|
|
4
|
-
import { ToggleOnStateComponent } from './toggle-on-state/toggle-on-state.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ToggleComponent extends AccessibilityComponent {
|
|
7
|
-
id?: string;
|
|
8
|
-
isSwitch?: boolean;
|
|
9
|
-
pressed?: boolean;
|
|
10
|
-
classes?: string;
|
|
11
|
-
isExpandible?: boolean;
|
|
12
|
-
cfg: boolean;
|
|
13
|
-
clickEvent: EventEmitter<any>;
|
|
14
|
-
pressedChange: EventEmitter<any>;
|
|
15
|
-
contentTemplateOnState: ToggleOnStateComponent;
|
|
16
|
-
contentTemplateOffState: ToggleOffStateComponent;
|
|
17
|
-
onClick(event: any): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleComponent, "desy-toggle", never, { "id": { "alias": "id"; "required": false; }; "isSwitch": { "alias": "isSwitch"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "isExpandible": { "alias": "isExpandible"; "required": false; }; "cfg": { "alias": "cfg"; "required": false; }; }, { "clickEvent": "clickEvent"; "pressedChange": "pressedChange"; }, ["contentTemplateOnState", "contentTemplateOffState"], never, false, never>;
|
|
20
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/button/button.component";
|
|
3
|
-
import * as i2 from "./components/button-loader/button-loader.component";
|
|
4
|
-
import * as i3 from "./components/dropdown/dropdown.component";
|
|
5
|
-
import * as i4 from "./components/listbox/listbox.component";
|
|
6
|
-
import * as i5 from "./components/pill/pill.component";
|
|
7
|
-
import * as i6 from "./components/listbox/listbox-item/listbox-item.component";
|
|
8
|
-
import * as i7 from "./components/listbox/listbox-label/listbox-label.component";
|
|
9
|
-
import * as i8 from "./components/toggle/toggle.component";
|
|
10
|
-
import * as i9 from "./components/toggle/toggle-on-state/toggle-on-state.component";
|
|
11
|
-
import * as i10 from "./components/toggle/toggle-off-state/toggle-off-state.component";
|
|
12
|
-
import * as i11 from "@angular/common";
|
|
13
|
-
import * as i12 from "../shared/shared.module";
|
|
14
|
-
import * as i13 from "ngx-tippy-wrapper";
|
|
15
|
-
import * as i14 from "../shared/sharedExternal.module";
|
|
16
|
-
export declare class DesyButtonsModule {
|
|
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.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
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DesyButtonsModule>;
|
|
20
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../shared/components';
|
|
2
|
-
import { ContentData } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ContentComponent extends ContentBaseComponent implements ContentData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContentComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentComponent, "desy-content", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../shared/components';
|
|
2
|
-
import { DescriptionData } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DescriptionComponent extends ContentBaseComponent implements DescriptionData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
visuallyHiddenTitle?: string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DescriptionComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DescriptionComponent, "desy-description", never, { "classes": { "alias": "classes"; "required": false; }; "visuallyHiddenTitle": { "alias": "visuallyHiddenTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../shared/components';
|
|
2
|
-
import { DividerData } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DividerComponent extends ContentBaseComponent implements DividerData {
|
|
5
|
-
text?: string;
|
|
6
|
-
html?: string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DividerComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "desy-divider", never, { "text": { "alias": "text"; "required": false; }; "html": { "alias": "html"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../shared/components';
|
|
2
|
-
import { IconData } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IconComponent extends ContentBaseComponent implements IconData {
|
|
5
|
-
type: string;
|
|
6
|
-
containerClasses?: string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "desy-icon", never, { "type": { "alias": "type"; "required": false; }; "containerClasses": { "alias": "containerClasses"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../shared/components';
|
|
2
|
-
import { TitleData } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TitleComponent extends ContentBaseComponent implements TitleData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TitleComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "desy-title", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/icon/icon.component";
|
|
3
|
-
import * as i2 from "./components/content/content.component";
|
|
4
|
-
import * as i3 from "./components/description/description.component";
|
|
5
|
-
import * as i4 from "./components/title/title.component";
|
|
6
|
-
import * as i5 from "./components/divider/divider.component";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
|
-
import * as i7 from "../shared/shared.module";
|
|
9
|
-
import * as i8 from "ngx-tippy-wrapper";
|
|
10
|
-
export declare class DesyCommonsModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DesyCommonsModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyCommonsModule, [typeof i1.IconComponent, typeof i2.ContentComponent, typeof i3.DescriptionComponent, typeof i4.TitleComponent, typeof i5.DividerComponent], [typeof i6.CommonModule, typeof i7.SharedModule, typeof i8.NgxTippyModule], [typeof i1.IconComponent, typeof i2.ContentComponent, typeof i3.DescriptionComponent, typeof i4.TitleComponent, typeof i5.DividerComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DesyCommonsModule>;
|
|
14
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnChanges } from '@angular/core';
|
|
2
|
-
import { FormFieldComponent } from '../form-field/form-field.component';
|
|
3
|
-
import { TextareaComponent } from '../textarea/textarea.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CharacterCountComponent extends FormFieldComponent<string> implements AfterViewInit, OnChanges {
|
|
6
|
-
textarea: TextareaComponent;
|
|
7
|
-
name?: string;
|
|
8
|
-
type?: string;
|
|
9
|
-
rows?: number;
|
|
10
|
-
maxlength?: number;
|
|
11
|
-
countbbdd?: boolean;
|
|
12
|
-
maxwords?: number;
|
|
13
|
-
threshold?: number;
|
|
14
|
-
formGroupClasses?: string;
|
|
15
|
-
countMessageClasses?: string;
|
|
16
|
-
classes?: string;
|
|
17
|
-
textareaElement?: HTMLTextAreaElement;
|
|
18
|
-
displayCountMessage?: boolean;
|
|
19
|
-
remaining?: number;
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
ngOnChanges(): void;
|
|
22
|
-
inputTransform(value: string): string;
|
|
23
|
-
calculateLenght(value: string): number;
|
|
24
|
-
registerOnChange(fn: any): void;
|
|
25
|
-
registerOnTouched(fn: any): void;
|
|
26
|
-
setDisabledState(isDisabled: boolean): void;
|
|
27
|
-
writeValue(value: string): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CharacterCountComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CharacterCountComponent, "desy-character-count", never, { "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "countbbdd": { "alias": "countbbdd"; "required": false; }; "maxwords": { "alias": "maxwords"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; "countMessageClasses": { "alias": "countMessageClasses"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["desy-label", "desy-hint", "desy-error-message"], false, never>;
|
|
30
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ContentComponent } from '../../../../desy-commons/components/content/content.component';
|
|
3
|
-
import { AccessibilityComponent } from '../../../../shared/components';
|
|
4
|
-
import { ItemCheckboxData } from '../../../interfaces';
|
|
5
|
-
import { HintComponent } from '../../hint/hint.component';
|
|
6
|
-
import { LabelComponent } from '../../label/label.component';
|
|
7
|
-
import { CheckboxesParentComponent } from '../checkboxes-parent.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class CheckboxItemComponent extends AccessibilityComponent implements OnInit, OnDestroy, OnChanges, AfterViewInit, ItemCheckboxData {
|
|
10
|
-
private checkboxes;
|
|
11
|
-
private changeDetectorRef;
|
|
12
|
-
inputElement: ElementRef;
|
|
13
|
-
id?: string;
|
|
14
|
-
value: any;
|
|
15
|
-
name?: string;
|
|
16
|
-
conditional?: boolean;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
isIndeterminate?: boolean;
|
|
19
|
-
indeterminateChecked?: boolean;
|
|
20
|
-
classes?: any;
|
|
21
|
-
classesHost?: any;
|
|
22
|
-
labelComponentList: QueryList<LabelComponent>;
|
|
23
|
-
hintComponentList: QueryList<HintComponent>;
|
|
24
|
-
conditionalContentList: QueryList<ContentComponent>;
|
|
25
|
-
checked: boolean;
|
|
26
|
-
checkedChange: EventEmitter<any>;
|
|
27
|
-
indeterminateChange: EventEmitter<any>;
|
|
28
|
-
focus: EventEmitter<FocusEvent>;
|
|
29
|
-
blur: EventEmitter<FocusEvent>;
|
|
30
|
-
input: EventEmitter<InputEvent>;
|
|
31
|
-
change: EventEmitter<Event>;
|
|
32
|
-
lastChecked?: boolean;
|
|
33
|
-
lastIndeterminate?: boolean;
|
|
34
|
-
lastValue: any;
|
|
35
|
-
checkboxId?: string;
|
|
36
|
-
parentDisabled?: boolean;
|
|
37
|
-
constructor(checkboxes: CheckboxesParentComponent, changeDetectorRef: ChangeDetectorRef);
|
|
38
|
-
ngOnInit(): void;
|
|
39
|
-
ngOnDestroy(): void;
|
|
40
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
41
|
-
ngAfterViewInit(): void;
|
|
42
|
-
getItemHintId(): string;
|
|
43
|
-
hasChanged(event: Event): void;
|
|
44
|
-
setChecked(checked: boolean): void;
|
|
45
|
-
setIndeterminateChecked(indeterminateChecked: boolean): void;
|
|
46
|
-
setIndeterminateStatus(): void;
|
|
47
|
-
isInit(): boolean;
|
|
48
|
-
getValue(): any;
|
|
49
|
-
updateCheckboxId(index?: number): void;
|
|
50
|
-
hasDividers(): boolean;
|
|
51
|
-
hasError(): boolean;
|
|
52
|
-
getNameCheckbox(): string;
|
|
53
|
-
getDescribedBy(): string;
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxItemComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxItemComponent, "desy-checkbox-item", never, { "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "conditional": { "alias": "conditional"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "isIndeterminate": { "alias": "isIndeterminate"; "required": false; }; "indeterminateChecked": { "alias": "indeterminateChecked"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "checkedChange": "checkedChange"; "indeterminateChange": "indeterminateChange"; "focus": "focus"; "blur": "blur"; "input": "input"; "change": "change"; }, ["labelComponentList", "hintComponentList", "conditionalContentList"], ["desy-label", "*", "desy-hint"], false, never>;
|
|
56
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { FormFieldComponent } from '../form-field/form-field.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Clase abstracta que permite comunicar al checkbox-item con el checkboxes
|
|
5
|
-
* sin que existan dependencias circulares.
|
|
6
|
-
* El esquema de dependencias resulta:
|
|
7
|
-
* - CheckboxesComponent -> CheckboxesParentComponent
|
|
8
|
-
* - CheckboxesComponent -> CheckboxItemComponent
|
|
9
|
-
* - CheckboxItemComponent -> CheckboxesParentComponent
|
|
10
|
-
*/
|
|
11
|
-
export declare abstract class CheckboxesParentComponent extends FormFieldComponent<any> {
|
|
12
|
-
idPrefix?: string;
|
|
13
|
-
name?: string;
|
|
14
|
-
hasDividers?: boolean;
|
|
15
|
-
describedBy?: string;
|
|
16
|
-
abstract hasFieldset(): boolean;
|
|
17
|
-
abstract markForUpdateCheckboxIds(): void;
|
|
18
|
-
abstract updateValueFromCheckboxItems(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxesParentComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxesParentComponent, "desy-checkboxes-parent", never, {}, {}, never, never, false, never>;
|
|
21
|
-
}
|