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,84 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '..';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SpinnerComponent extends AccessibilityComponent implements OnChanges {
|
|
5
|
-
text?: string;
|
|
6
|
-
classes: any;
|
|
7
|
-
role: string | undefined;
|
|
8
|
-
ariaLabel: string | undefined;
|
|
9
|
-
ariaDescribedBy: string | undefined;
|
|
10
|
-
ariaLabelledBy: string | undefined;
|
|
11
|
-
ariaHidden: string | undefined;
|
|
12
|
-
ariaDisabled: string | undefined;
|
|
13
|
-
ariaControls: string | undefined;
|
|
14
|
-
ariaCurrent: string | undefined;
|
|
15
|
-
ariaLive: string | undefined;
|
|
16
|
-
ariaExpanded: string | undefined;
|
|
17
|
-
ariaErrorMessage: string | undefined;
|
|
18
|
-
ariaHasPopup: string | undefined;
|
|
19
|
-
ariaModal: string | undefined;
|
|
20
|
-
ariaChecked: string | undefined;
|
|
21
|
-
ariaPressed: string | undefined;
|
|
22
|
-
ariaReadonly: string | undefined;
|
|
23
|
-
ariaRequired: string | undefined;
|
|
24
|
-
ariaSelected: string | undefined;
|
|
25
|
-
ariaValuemin: string | undefined;
|
|
26
|
-
ariaValuemax: string | undefined;
|
|
27
|
-
ariaValuenow: string | undefined;
|
|
28
|
-
ariaValuetext: string | undefined;
|
|
29
|
-
ariaOrientation: string | undefined;
|
|
30
|
-
ariaLevel: string | undefined;
|
|
31
|
-
ariaMultiselectable: string | undefined;
|
|
32
|
-
ariaPlaceholder: string | undefined;
|
|
33
|
-
ariaPosinset: string | undefined;
|
|
34
|
-
ariaSetsize: string | undefined;
|
|
35
|
-
ariaSort: string | undefined;
|
|
36
|
-
ariaBusy: string | undefined;
|
|
37
|
-
ariaActivedescendant: string | undefined;
|
|
38
|
-
ariaAtomic: string | undefined;
|
|
39
|
-
ariaAutocomplete: string | undefined;
|
|
40
|
-
ariaBraillelabel: string | undefined;
|
|
41
|
-
ariaBrailleroledescription: string | undefined;
|
|
42
|
-
ariaColcount: string | undefined;
|
|
43
|
-
ariaColindex: string | undefined;
|
|
44
|
-
ariaColindextext: string | undefined;
|
|
45
|
-
ariaColspan: string | undefined;
|
|
46
|
-
ariaDescription: string | undefined;
|
|
47
|
-
ariaDetails: string | undefined;
|
|
48
|
-
ariaFlowto: string | undefined;
|
|
49
|
-
ariaInvalid: string | undefined;
|
|
50
|
-
ariaKeyshortcuts: string | undefined;
|
|
51
|
-
ariaOwns: string | undefined;
|
|
52
|
-
ariaRelevant: string | undefined;
|
|
53
|
-
ariaRoledescription: string | undefined;
|
|
54
|
-
ariaRowcount: string | undefined;
|
|
55
|
-
ariaRowindex: string | undefined;
|
|
56
|
-
ariaRowindextext: string | undefined;
|
|
57
|
-
ariaRowspan: string | undefined;
|
|
58
|
-
tabindex: string | undefined;
|
|
59
|
-
title: string | undefined;
|
|
60
|
-
alt: string | undefined;
|
|
61
|
-
lang: string | undefined;
|
|
62
|
-
accesskey: string | undefined;
|
|
63
|
-
autocomplete: string | undefined;
|
|
64
|
-
autofocus: string | undefined;
|
|
65
|
-
contenteditable: string | undefined;
|
|
66
|
-
dir: string | undefined;
|
|
67
|
-
draggable: string | undefined;
|
|
68
|
-
enterkeyhint: string | undefined;
|
|
69
|
-
hidden: boolean | undefined;
|
|
70
|
-
inputmode: string | undefined;
|
|
71
|
-
spellcheck: string | undefined;
|
|
72
|
-
translate: string | undefined;
|
|
73
|
-
ariaMultiline: string | undefined;
|
|
74
|
-
for: string | undefined;
|
|
75
|
-
form: string | undefined;
|
|
76
|
-
headers: string | undefined;
|
|
77
|
-
placeholder: string | undefined;
|
|
78
|
-
readonly: string | undefined;
|
|
79
|
-
required: string | undefined;
|
|
80
|
-
id?: string;
|
|
81
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
82
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "desy-spinner", never, { "text": { "alias": "text"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
|
|
84
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TextOrHtmlRequiredComponent {
|
|
3
|
-
/***
|
|
4
|
-
* componente base para el comportamiento de texto o html required - YA NO ES REQUIRIDO
|
|
5
|
-
*
|
|
6
|
-
**/
|
|
7
|
-
text?: string;
|
|
8
|
-
html?: string;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextOrHtmlRequiredComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextOrHtmlRequiredComponent, "desy-text-or-html-required", never, { "text": { "alias": "text"; "required": false; }; "html": { "alias": "html"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Decorador para convertir una queryList de componentes obtenidos con ContentChildren a un único componente, de forma que sea similar a un
|
|
3
|
-
* ContentChild pero admitiendo únicamente los compontentes insertados en el primer nivel.
|
|
4
|
-
* Debe utilizarse siempre junto a un ContentChildren
|
|
5
|
-
* Si en el constructor de la clase en la que se utiliza se inyecta el Change detector con nombre 'changeDetectorRef', se indicará que hay
|
|
6
|
-
* cambios cuando se detecten.
|
|
7
|
-
* @param options opciones adicionales:
|
|
8
|
-
* - onSetCallbackName: nombre del método al que llamar tras asociarse el valor. Esto puede utilizarse, por ejemplo, para sobreescribir
|
|
9
|
-
* parámetros definidos externamente en el componente.
|
|
10
|
-
* - onDeleteCallbackName: nombre del método al que llamar tras desasociarse el valor.
|
|
11
|
-
*/
|
|
12
|
-
export declare function DesyContentChild(options?: {
|
|
13
|
-
onSetCallbackName?: string;
|
|
14
|
-
onDeleteCallbackName?: string;
|
|
15
|
-
}): PropertyDecorator;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { DoCheck, ElementRef, KeyValueDiffers, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AccessibilityDirective implements OnChanges, DoCheck {
|
|
4
|
-
private el;
|
|
5
|
-
private renderer;
|
|
6
|
-
private differs;
|
|
7
|
-
accessibility: any;
|
|
8
|
-
desyAccessibilityExclude: string[];
|
|
9
|
-
private differ;
|
|
10
|
-
constructor(el: ElementRef, renderer: Renderer2, differs: KeyValueDiffers);
|
|
11
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
12
|
-
ngDoCheck(): void;
|
|
13
|
-
private applyAccessibilityAttributes;
|
|
14
|
-
private camelToKebabCase;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccessibilityDirective, "[desyAppAccessibility]", never, { "accessibility": { "alias": "desyAppAccessibility"; "required": false; }; "desyAccessibilityExclude": { "alias": "desyAccessibilityExclude"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AttributeChangeDirective implements OnDestroy {
|
|
4
|
-
private elementRef;
|
|
5
|
-
private changes?;
|
|
6
|
-
attributesToCheck?: string | string[];
|
|
7
|
-
desyAttributeChange: EventEmitter<any>;
|
|
8
|
-
desyAttributeChangeMutation: EventEmitter<any>;
|
|
9
|
-
desyAttributeChangeEnabled: boolean;
|
|
10
|
-
constructor(elementRef: ElementRef);
|
|
11
|
-
ngOnDestroy(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AttributeChangeDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AttributeChangeDirective, "[desyAttributeChange]", never, { "attributesToCheck": { "alias": "attributesToCheck"; "required": false; }; "desyAttributeChangeEnabled": { "alias": "desyAttributeChangeEnabled"; "required": false; }; }, { "desyAttributeChange": "desyAttributeChange"; "desyAttributeChangeMutation": "desyAttributeChangeMutation"; }, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ClickOutsideDirective {
|
|
4
|
-
private hostElementRef;
|
|
5
|
-
active: boolean;
|
|
6
|
-
clickOutside: EventEmitter<void>;
|
|
7
|
-
desyClickOutsideElem?: Element;
|
|
8
|
-
constructor(hostElementRef: ElementRef);
|
|
9
|
-
onClick(target: EventTarget): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[desyClickOutside]", never, { "active": { "alias": "desyClickOutside"; "required": false; }; "desyClickOutsideElem": { "alias": "desyClickOutsideElem"; "required": false; }; }, { "clickOutside": "clickOutside"; }, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Permite comprobar cuándo se produce un cambio en el contenido de un elemento.
|
|
5
|
-
* La propia directiva emite el html interno del elemento en formato string, mientras que desyContentChangeMutation emite los cambios.
|
|
6
|
-
*/
|
|
7
|
-
export declare class ContentChangeDirective implements OnDestroy {
|
|
8
|
-
private elementRef;
|
|
9
|
-
private changes;
|
|
10
|
-
observeProperties: {
|
|
11
|
-
attributes: boolean;
|
|
12
|
-
childList: boolean;
|
|
13
|
-
characterData: boolean;
|
|
14
|
-
subtree: boolean;
|
|
15
|
-
};
|
|
16
|
-
desyContentChange: EventEmitter<ElementRef<any>>;
|
|
17
|
-
desyContentChangeMutation: EventEmitter<any>;
|
|
18
|
-
constructor(elementRef: ElementRef);
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContentChangeDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ContentChangeDirective, "[desyContentChange]", never, { "observeProperties": { "alias": "observeProperties"; "required": false; }; }, { "desyContentChange": "desyContentChange"; "desyContentChangeMutation": "desyContentChangeMutation"; }, never, never, false, never>;
|
|
22
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ComponentFactoryResolver, Injector, OnChanges, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Permite introducir contenido de forma dinámica en una posición determinada desde:
|
|
5
|
-
* - component: Componente existente de tipo ContentBase
|
|
6
|
-
* - html: texto html en formato string
|
|
7
|
-
* - text: texto plano en formato string
|
|
8
|
-
*/
|
|
9
|
-
export declare class CustomInnerContentDirective implements OnChanges {
|
|
10
|
-
private viewContainerRef;
|
|
11
|
-
private resolver;
|
|
12
|
-
private injector;
|
|
13
|
-
desyCustomInnerContent: {
|
|
14
|
-
component?: any;
|
|
15
|
-
template?: TemplateRef<any>;
|
|
16
|
-
html?: string;
|
|
17
|
-
text?: string;
|
|
18
|
-
parentComponent?: any;
|
|
19
|
-
};
|
|
20
|
-
private factory;
|
|
21
|
-
constructor(viewContainerRef: ViewContainerRef, resolver: ComponentFactoryResolver, injector: Injector);
|
|
22
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
23
|
-
private emitContentToParent;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomInnerContentDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomInnerContentDirective, "[desyCustomInnerContent]", never, { "desyCustomInnerContent": { "alias": "desyCustomInnerContent"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class InnerContentDirective implements OnChanges {
|
|
4
|
-
private el;
|
|
5
|
-
content?: string;
|
|
6
|
-
isHtml: boolean;
|
|
7
|
-
deleteContentIfEmpty: boolean;
|
|
8
|
-
constructor(el: ElementRef);
|
|
9
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InnerContentDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InnerContentDirective, "[desyInnerContent]", never, { "content": { "alias": "desyInnerContent"; "required": false; }; "isHtml": { "alias": "isHtml"; "required": false; }; "deleteContentIfEmpty": { "alias": "deleteContentIfEmpty"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
export interface AccessibilityData {
|
|
2
|
-
role?: string;
|
|
3
|
-
ariaLabel?: string;
|
|
4
|
-
ariaDescribedBy?: string;
|
|
5
|
-
ariaLabelledBy?: string;
|
|
6
|
-
ariaHidden?: string;
|
|
7
|
-
ariaDisabled?: string;
|
|
8
|
-
ariaControls?: string;
|
|
9
|
-
ariaCurrent?: string;
|
|
10
|
-
ariaLive?: string;
|
|
11
|
-
ariaExpanded?: string;
|
|
12
|
-
ariaErrorMessage?: string;
|
|
13
|
-
ariaHasPopup?: string;
|
|
14
|
-
ariaModal?: string;
|
|
15
|
-
ariaChecked?: string;
|
|
16
|
-
ariaPressed?: string;
|
|
17
|
-
ariaReadonly?: string;
|
|
18
|
-
ariaRequired?: string;
|
|
19
|
-
ariaSelected?: string;
|
|
20
|
-
ariaValuemin?: string;
|
|
21
|
-
ariaValuemax?: string;
|
|
22
|
-
ariaValuenow?: string;
|
|
23
|
-
ariaValuetext?: string;
|
|
24
|
-
ariaOrientation?: string;
|
|
25
|
-
ariaLevel?: string;
|
|
26
|
-
ariaMultiselectable?: string;
|
|
27
|
-
ariaPlaceholder?: string;
|
|
28
|
-
ariaPosinset?: string;
|
|
29
|
-
ariaSetsize?: string;
|
|
30
|
-
ariaSort?: string;
|
|
31
|
-
ariaBusy?: string;
|
|
32
|
-
ariaActivedescendant?: string;
|
|
33
|
-
ariaAtomic?: string;
|
|
34
|
-
ariaAutocomplete?: string;
|
|
35
|
-
ariaBraillelabel?: string;
|
|
36
|
-
ariaBrailleroledescription?: string;
|
|
37
|
-
ariaColcount?: string;
|
|
38
|
-
ariaColindex?: string;
|
|
39
|
-
ariaColindextext?: string;
|
|
40
|
-
ariaColspan?: string;
|
|
41
|
-
ariaDescription?: string;
|
|
42
|
-
ariaDetails?: string;
|
|
43
|
-
ariaFlowto?: string;
|
|
44
|
-
ariaInvalid?: string;
|
|
45
|
-
ariaKeyshortcuts?: string;
|
|
46
|
-
ariaOwns?: string;
|
|
47
|
-
ariaRelevant?: string;
|
|
48
|
-
ariaRoledescription?: string;
|
|
49
|
-
ariaRowcount?: string;
|
|
50
|
-
ariaRowindex?: string;
|
|
51
|
-
ariaRowindextext?: string;
|
|
52
|
-
ariaRowspan?: string;
|
|
53
|
-
tabindex?: string;
|
|
54
|
-
title?: string;
|
|
55
|
-
alt?: string;
|
|
56
|
-
lang?: string;
|
|
57
|
-
accesskey?: string;
|
|
58
|
-
autocomplete?: string;
|
|
59
|
-
autofocus?: string;
|
|
60
|
-
contenteditable?: string;
|
|
61
|
-
dir?: string;
|
|
62
|
-
draggable?: string;
|
|
63
|
-
enterkeyhint?: string;
|
|
64
|
-
hidden?: boolean;
|
|
65
|
-
inputmode?: string;
|
|
66
|
-
spellcheck?: string;
|
|
67
|
-
translate?: string;
|
|
68
|
-
ariaMultiline?: string;
|
|
69
|
-
for?: string;
|
|
70
|
-
form?: string;
|
|
71
|
-
headers?: string;
|
|
72
|
-
placeholder?: string;
|
|
73
|
-
readonly?: string;
|
|
74
|
-
required?: string;
|
|
75
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ExternalHrefPipe implements PipeTransform {
|
|
4
|
-
/**
|
|
5
|
-
* Asegura que un enlace externo sea correcto
|
|
6
|
-
* @param href enlace
|
|
7
|
-
*/
|
|
8
|
-
transform(href: string): string;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ExternalHrefPipe, never>;
|
|
10
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ExternalHrefPipe, "externalHref", false>;
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class InnerHtmlPipe implements PipeTransform {
|
|
5
|
-
private sanitizer;
|
|
6
|
-
constructor(sanitizer: DomSanitizer);
|
|
7
|
-
transform(value: string): SafeHtml;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InnerHtmlPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<InnerHtmlPipe, "innerHtml", false>;
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MakeHtmlListPipe implements PipeTransform {
|
|
4
|
-
transform(classes: string[], valueForEmpty?: string): string | null;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MakeHtmlListPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MakeHtmlListPipe, "makeHtmlList", false>;
|
|
7
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/accessibility/accessibility.component";
|
|
3
|
-
import * as i2 from "./components/content-base/content-base.component";
|
|
4
|
-
import * as i3 from "./components/text-or-html-required/text-or-html-required.component";
|
|
5
|
-
import * as i4 from "./components/accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component";
|
|
6
|
-
import * as i5 from "./components/accessibility-and-content-required/accessibility-and-content-required.component";
|
|
7
|
-
import * as i6 from "./pipes/inner-html.pipe";
|
|
8
|
-
import * as i7 from "./pipes/make-html-list.pipe";
|
|
9
|
-
import * as i8 from "./pipes/external-href.pipe";
|
|
10
|
-
import * as i9 from "./directives/attribute-change.directive";
|
|
11
|
-
import * as i10 from "./directives/inner-content.directive";
|
|
12
|
-
import * as i11 from "./directives/click-outside.directive";
|
|
13
|
-
import * as i12 from "./directives/content-change.directive";
|
|
14
|
-
import * as i13 from "./directives/custom-inner-content.directive";
|
|
15
|
-
import * as i14 from "./directives/accessibility-directive";
|
|
16
|
-
import * as i15 from "@angular/common";
|
|
17
|
-
import * as i16 from "@angular/router";
|
|
18
|
-
export declare class SharedModule {
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.AccessibilityComponent, typeof i2.ContentBaseComponent, typeof i3.TextOrHtmlRequiredComponent, typeof i4.AccessibilityAndTextOrHtmlRequiredComponent, typeof i5.AccessibilityAndContentRequiredComponent, typeof i6.InnerHtmlPipe, typeof i7.MakeHtmlListPipe, typeof i8.ExternalHrefPipe, typeof i9.AttributeChangeDirective, typeof i10.InnerContentDirective, typeof i11.ClickOutsideDirective, typeof i12.ContentChangeDirective, typeof i13.CustomInnerContentDirective, typeof i14.AccessibilityDirective], [typeof i15.CommonModule], [typeof i16.RouterModule, typeof i1.AccessibilityComponent, typeof i2.ContentBaseComponent, typeof i3.TextOrHtmlRequiredComponent, typeof i4.AccessibilityAndTextOrHtmlRequiredComponent, typeof i5.AccessibilityAndContentRequiredComponent, typeof i6.InnerHtmlPipe, typeof i7.MakeHtmlListPipe, typeof i8.ExternalHrefPipe, typeof i9.AttributeChangeDirective, typeof i10.InnerContentDirective, typeof i11.ClickOutsideDirective, typeof i12.ContentChangeDirective, typeof i13.CustomInnerContentDirective, typeof i14.AccessibilityDirective]>;
|
|
21
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
22
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/spinner/spinner.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class SharedExternalModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedExternalModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedExternalModule, [typeof i1.SpinnerComponent], [typeof i2.CommonModule], [typeof i1.SpinnerComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SharedExternalModule>;
|
|
8
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare class SearchUtils {
|
|
2
|
-
/**
|
|
3
|
-
* Comprueba si una cadena de texto (target) contiene cualquier palabra de otro texto (text)
|
|
4
|
-
* @param target - Texto en el que buscar
|
|
5
|
-
* @param text - Texto a buscar
|
|
6
|
-
* @param fullWord - Indica si las palabras del texto a buscar deben aparecer enteras
|
|
7
|
-
*/
|
|
8
|
-
static containsAnyWordFrom(target: string, text: string, fullWord?: boolean): boolean;
|
|
9
|
-
/**
|
|
10
|
-
* Convierte a mayúsculas, elimina espacios y reemplaza/elimina caracteres especiales para realizar comparaciones más tolerantes
|
|
11
|
-
* @param str - cadena de entrada
|
|
12
|
-
*/
|
|
13
|
-
private static getSimplifiedString;
|
|
14
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Facilita funciones de utilidad para trabajar con strings
|
|
3
|
-
*/
|
|
4
|
-
export declare class StringUtils {
|
|
5
|
-
/**
|
|
6
|
-
* Escapa los caracteres propios de HTML para mostrarlos como contenido
|
|
7
|
-
* @param value texto en formato html
|
|
8
|
-
*/
|
|
9
|
-
static escapeHtml(value: string): string;
|
|
10
|
-
}
|