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,107 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ChangeDetectorRef, ElementRef, OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
3
|
-
import { IconComponent } from '../../../desy-commons/components/icon/icon.component';
|
|
4
|
-
import { IconData } from '../../../desy-commons/interfaces';
|
|
5
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
6
|
-
import { TooltipContentComponent } from './tooltip-content/tooltip-content.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class TooltipComponent extends AccessibilityComponent implements AfterContentInit, OnChanges {
|
|
9
|
-
private changeDetectorRef;
|
|
10
|
-
static readonly KEY_CODE_ESC = "Escape";
|
|
11
|
-
contentComponent: ContentComponent;
|
|
12
|
-
iconComponent: IconComponent;
|
|
13
|
-
tooltipContentComponent: TooltipContentComponent;
|
|
14
|
-
tooltipContent: ElementRef;
|
|
15
|
-
id?: string;
|
|
16
|
-
text?: string;
|
|
17
|
-
html?: string;
|
|
18
|
-
complex?: boolean;
|
|
19
|
-
classesTooltip?: string;
|
|
20
|
-
icon?: IconData;
|
|
21
|
-
caller?: TemplateRef<any>;
|
|
22
|
-
classes: any;
|
|
23
|
-
idData: any;
|
|
24
|
-
role: string | undefined;
|
|
25
|
-
ariaLabel: string | undefined;
|
|
26
|
-
ariaDescribedBy: string | undefined;
|
|
27
|
-
ariaLabelledBy: string | undefined;
|
|
28
|
-
ariaHidden: string | undefined;
|
|
29
|
-
ariaDisabled: string | undefined;
|
|
30
|
-
ariaControls: string | undefined;
|
|
31
|
-
ariaCurrent: string | undefined;
|
|
32
|
-
ariaLive: string | undefined;
|
|
33
|
-
ariaExpanded: string | undefined;
|
|
34
|
-
ariaErrorMessage: string | undefined;
|
|
35
|
-
ariaHasPopup: string | undefined;
|
|
36
|
-
ariaModal: string | undefined;
|
|
37
|
-
ariaChecked: string | undefined;
|
|
38
|
-
ariaPressed: string | undefined;
|
|
39
|
-
ariaReadonly: string | undefined;
|
|
40
|
-
ariaRequired: string | undefined;
|
|
41
|
-
ariaSelected: string | undefined;
|
|
42
|
-
ariaValuemin: string | undefined;
|
|
43
|
-
ariaValuemax: string | undefined;
|
|
44
|
-
ariaValuenow: string | undefined;
|
|
45
|
-
ariaValuetext: string | undefined;
|
|
46
|
-
ariaOrientation: string | undefined;
|
|
47
|
-
ariaLevel: string | undefined;
|
|
48
|
-
ariaMultiselectable: string | undefined;
|
|
49
|
-
ariaPlaceholder: string | undefined;
|
|
50
|
-
ariaPosinset: string | undefined;
|
|
51
|
-
ariaSetsize: string | undefined;
|
|
52
|
-
ariaSort: string | undefined;
|
|
53
|
-
ariaBusy: string | undefined;
|
|
54
|
-
ariaActivedescendant: string | undefined;
|
|
55
|
-
ariaAtomic: string | undefined;
|
|
56
|
-
ariaAutocomplete: string | undefined;
|
|
57
|
-
ariaBraillelabel: string | undefined;
|
|
58
|
-
ariaBrailleroledescription: string | undefined;
|
|
59
|
-
ariaColcount: string | undefined;
|
|
60
|
-
ariaColindex: string | undefined;
|
|
61
|
-
ariaColindextext: string | undefined;
|
|
62
|
-
ariaColspan: string | undefined;
|
|
63
|
-
ariaDescription: string | undefined;
|
|
64
|
-
ariaDetails: string | undefined;
|
|
65
|
-
ariaFlowto: string | undefined;
|
|
66
|
-
ariaInvalid: string | undefined;
|
|
67
|
-
ariaKeyshortcuts: string | undefined;
|
|
68
|
-
ariaOwns: string | undefined;
|
|
69
|
-
ariaRelevant: string | undefined;
|
|
70
|
-
ariaRoledescription: string | undefined;
|
|
71
|
-
ariaRowcount: string | undefined;
|
|
72
|
-
ariaRowindex: string | undefined;
|
|
73
|
-
ariaRowindextext: string | undefined;
|
|
74
|
-
ariaRowspan: string | undefined;
|
|
75
|
-
tabindex: string | undefined;
|
|
76
|
-
title: string | undefined;
|
|
77
|
-
alt: string | undefined;
|
|
78
|
-
lang: string | undefined;
|
|
79
|
-
accesskey: string | undefined;
|
|
80
|
-
autocomplete: string | undefined;
|
|
81
|
-
autofocus: string | undefined;
|
|
82
|
-
contenteditable: string | undefined;
|
|
83
|
-
dir: string | undefined;
|
|
84
|
-
draggable: string | undefined;
|
|
85
|
-
enterkeyhint: string | undefined;
|
|
86
|
-
hidden: boolean | undefined;
|
|
87
|
-
inputmode: string | undefined;
|
|
88
|
-
spellcheck: string | undefined;
|
|
89
|
-
translate: string | undefined;
|
|
90
|
-
ariaMultiline: string | undefined;
|
|
91
|
-
for: string | undefined;
|
|
92
|
-
form: string | undefined;
|
|
93
|
-
headers: string | undefined;
|
|
94
|
-
placeholder: string | undefined;
|
|
95
|
-
readonly: string | undefined;
|
|
96
|
-
required: string | undefined;
|
|
97
|
-
tippyProperties: any;
|
|
98
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
99
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
100
|
-
ngAfterContentInit(): void;
|
|
101
|
-
getIdButton(): string;
|
|
102
|
-
getIdTooltip(): string;
|
|
103
|
-
getMainContent(): string;
|
|
104
|
-
getIconContent(icon: IconData): string;
|
|
105
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "desy-tooltip", never, { "id": { "alias": "id"; "required": false; }; "text": { "alias": "text"; "required": false; }; "html": { "alias": "html"; "required": false; }; "complex": { "alias": "complex"; "required": false; }; "classesTooltip": { "alias": "classesTooltip"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "caller": { "alias": "caller"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, ["contentComponent", "iconComponent", "tooltipContentComponent"], never, false, never>;
|
|
107
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/alert/alert.component";
|
|
3
|
-
import * as i2 from "./components/accordion/accordion.component";
|
|
4
|
-
import * as i3 from "./components/accordion/accordion-header/accordion-header.component";
|
|
5
|
-
import * as i4 from "./components/accordion-history/accordion-history.component";
|
|
6
|
-
import * as i5 from "./components/accordion-history/accordion-history-item/accordion-history-item.component";
|
|
7
|
-
import * as i6 from "./components/accordion-history/accordion-item-show-button/accordion-item-show-button.component";
|
|
8
|
-
import * as i7 from "./components/accordion-history/accordion-item-hide-button/accordion-item-hide-button.component";
|
|
9
|
-
import * as i8 from "./components/accordion/accordion-item/accordion-item.component";
|
|
10
|
-
import * as i9 from "./components/details/details.component";
|
|
11
|
-
import * as i10 from "./components/collapsible/collapsible.component";
|
|
12
|
-
import * as i11 from "./components/description-list/description-list.component";
|
|
13
|
-
import * as i12 from "./components/description-list/description-item/description-item.component";
|
|
14
|
-
import * as i13 from "./components/description-list/term/term.component";
|
|
15
|
-
import * as i14 from "./components/description-list/definition/definition.component";
|
|
16
|
-
import * as i15 from "./components/item/item.component";
|
|
17
|
-
import * as i16 from "./components/item/item-content-bottom/item-content-bottom.component";
|
|
18
|
-
import * as i17 from "./components/item/item-content-right/item-content-right.component";
|
|
19
|
-
import * as i18 from "./components/item/item-item/item-item.component";
|
|
20
|
-
import * as i19 from "./components/media-object/media-object.component";
|
|
21
|
-
import * as i20 from "./components/status/status.component";
|
|
22
|
-
import * as i21 from "./components/status-item/status-item.component";
|
|
23
|
-
import * as i22 from "./components/tabs/tabs.component";
|
|
24
|
-
import * as i23 from "./components/tooltip/tooltip.component";
|
|
25
|
-
import * as i24 from "./components/tooltip/tooltip-content/tooltip-content.component";
|
|
26
|
-
import * as i25 from "./components/tabs/panel/panel.component";
|
|
27
|
-
import * as i26 from "./components/tabs/tab-item/tab-item.component";
|
|
28
|
-
import * as i27 from "./components/media-object/media-object-figure/media-object-figure.component";
|
|
29
|
-
import * as i28 from "./components/card/card.component";
|
|
30
|
-
import * as i29 from "./components/card/card-sectors/card-left.component";
|
|
31
|
-
import * as i30 from "./components/card/card-sectors/card-right.component";
|
|
32
|
-
import * as i31 from "./components/card/card-sectors/card-super.component";
|
|
33
|
-
import * as i32 from "./components/card/card-sectors/card-sub.component";
|
|
34
|
-
import * as i33 from "@angular/common";
|
|
35
|
-
import * as i34 from "../shared/shared.module";
|
|
36
|
-
import * as i35 from "../desy-forms/desy-forms.module";
|
|
37
|
-
import * as i36 from "../desy-commons/desy-commons.module";
|
|
38
|
-
import * as i37 from "ngx-tippy-wrapper";
|
|
39
|
-
export declare class DesyViewsModule {
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DesyViewsModule, never>;
|
|
41
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyViewsModule, [typeof i1.AlertComponent, typeof i2.AccordionComponent, typeof i3.AccordionHeaderComponent, typeof i4.AccordionHistoryComponent, typeof i5.AccordionHistoryItemComponent, typeof i6.AccordionItemShowButtonComponent, typeof i7.AccordionItemHideButtonComponent, typeof i8.AccordionItemComponent, typeof i9.DetailsComponent, typeof i10.CollapsibleComponent, typeof i11.DescriptionListComponent, typeof i12.DescriptionItemComponent, typeof i13.TermComponent, typeof i14.DefinitionComponent, typeof i15.ItemComponent, typeof i16.ItemContentBottomComponent, typeof i17.ItemContentRightComponent, typeof i18.ItemItemComponent, typeof i19.MediaObjectComponent, typeof i20.StatusComponent, typeof i21.StatusItemComponent, typeof i22.TabsComponent, typeof i23.TooltipComponent, typeof i24.TooltipContentComponent, typeof i25.PanelComponent, typeof i26.TabItemComponent, typeof i27.MediaObjectFigureComponent, typeof i28.CardComponent, typeof i29.CardLeftComponent, typeof i30.CardRightComponent, typeof i31.CardSuperComponent, typeof i32.CardSubComponent], [typeof i33.CommonModule, typeof i34.SharedModule, typeof i35.DesyFormsModule, typeof i36.DesyCommonsModule, typeof i37.NgxTippyModule], [typeof i1.AlertComponent, typeof i2.AccordionComponent, typeof i3.AccordionHeaderComponent, typeof i4.AccordionHistoryComponent, typeof i5.AccordionHistoryItemComponent, typeof i6.AccordionItemShowButtonComponent, typeof i7.AccordionItemHideButtonComponent, typeof i8.AccordionItemComponent, typeof i9.DetailsComponent, typeof i10.CollapsibleComponent, typeof i11.DescriptionListComponent, typeof i12.DescriptionItemComponent, typeof i13.TermComponent, typeof i14.DefinitionComponent, typeof i15.ItemComponent, typeof i16.ItemContentBottomComponent, typeof i17.ItemContentRightComponent, typeof i18.ItemItemComponent, typeof i19.MediaObjectComponent, typeof i20.StatusComponent, typeof i21.StatusItemComponent, typeof i22.TabsComponent, typeof i23.TooltipComponent, typeof i24.TooltipContentComponent, typeof i25.PanelComponent, typeof i26.TabItemComponent, typeof i27.MediaObjectFigureComponent, typeof i28.CardComponent, typeof i29.CardLeftComponent, typeof i30.CardRightComponent, typeof i31.CardSuperComponent, typeof i32.CardSubComponent]>;
|
|
42
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DesyViewsModule>;
|
|
43
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
-
export interface AccordionItemData extends AccessibilityData {
|
|
3
|
-
headerText?: string;
|
|
4
|
-
headerHtml?: string;
|
|
5
|
-
text?: string;
|
|
6
|
-
html?: string;
|
|
7
|
-
id?: string;
|
|
8
|
-
open?: boolean;
|
|
9
|
-
classes?: string;
|
|
10
|
-
status?: string;
|
|
11
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
|
-
export interface AlertOptions extends AccessibilityData {
|
|
4
|
-
place: ViewContainerRef;
|
|
5
|
-
id: string;
|
|
6
|
-
classes?: string;
|
|
7
|
-
focusFirst?: boolean;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
-
import { TermDefinitionData } from './term-definition.data';
|
|
3
|
-
export interface DescriptionItemData extends AccessibilityData {
|
|
4
|
-
term: TermDefinitionData;
|
|
5
|
-
definition: TermDefinitionData;
|
|
6
|
-
classes?: string;
|
|
7
|
-
id?: string;
|
|
8
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './accordion-header.data';
|
|
2
|
-
export * from './accordion-item.data';
|
|
3
|
-
export * from './alert-options';
|
|
4
|
-
export * from './description-item.data';
|
|
5
|
-
export * from './status-data';
|
|
6
|
-
export * from './status-icon-data';
|
|
7
|
-
export * from './status-item-title-data';
|
|
8
|
-
export * from './tabs-items-data';
|
|
9
|
-
export * from './tabs-panel-data';
|
|
10
|
-
export * from './term-definition.data';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
-
import { StatusIconData } from './status-icon-data';
|
|
3
|
-
export interface StatusData extends AccessibilityData {
|
|
4
|
-
text: string;
|
|
5
|
-
icon: StatusIconData;
|
|
6
|
-
id?: string;
|
|
7
|
-
classes?: string;
|
|
8
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ContentComponent } from '../../desy-commons/components/content/content.component';
|
|
2
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
|
-
import { TabsPanelData } from './tabs-panel-data';
|
|
4
|
-
export interface TabsItemsData extends AccessibilityData {
|
|
5
|
-
id?: string;
|
|
6
|
-
text?: string;
|
|
7
|
-
html?: string;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
active?: boolean;
|
|
10
|
-
panel?: TabsPanelData;
|
|
11
|
-
contentComponent?: ContentComponent;
|
|
12
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
|
-
export interface TabsPanelData extends AccessibilityData {
|
|
4
|
-
id?: string;
|
|
5
|
-
text?: string;
|
|
6
|
-
html?: TemplateRef<any>;
|
|
7
|
-
classes?: string;
|
|
8
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ComponentFactoryResolver, ComponentRef, TemplateRef } from '@angular/core';
|
|
2
|
-
import { AlertOptions } from '../interfaces/alert-options';
|
|
3
|
-
import { OpenAlertResult } from '../interfaces/open-alert-result';
|
|
4
|
-
import { AlertComponent } from '../components/alert/alert.component';
|
|
5
|
-
import { NotificationOptions } from '../../desy-nav/interfaces/notification-options';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AlertService {
|
|
8
|
-
private factoryResolver;
|
|
9
|
-
constructor(factoryResolver: ComponentFactoryResolver);
|
|
10
|
-
openAlert(caller: TemplateRef<any> | NotificationOptions, alertOptions: AlertOptions): Promise<OpenAlertResult>;
|
|
11
|
-
closeAlert(alert: ComponentRef<AlertComponent> | AlertComponent): void;
|
|
12
|
-
onCloseAlert(alert: ComponentRef<AlertComponent> | AlertComponent): Promise<void>;
|
|
13
|
-
private createAlert;
|
|
14
|
-
private initNotification;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
|
|
17
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ACCESSIBILITY_ATTRIBUTES: string[];
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../interfaces/accessibility-data';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* componente para heredar los atributos de accesibilidad, en caso de modificar alguno hay que modificarlo también en el accessibility-attributes.ts para que la directiva accessibility-directive.ts lo detecte
|
|
5
|
-
*/
|
|
6
|
-
export declare class AccessibilityComponent implements AccessibilityData {
|
|
7
|
-
role?: string;
|
|
8
|
-
ariaLabel?: string;
|
|
9
|
-
ariaDescribedBy?: string;
|
|
10
|
-
ariaLabelledBy?: string;
|
|
11
|
-
ariaHidden?: string;
|
|
12
|
-
ariaDisabled?: string;
|
|
13
|
-
ariaControls?: string;
|
|
14
|
-
ariaCurrent?: string;
|
|
15
|
-
ariaLive?: string;
|
|
16
|
-
ariaExpanded?: string;
|
|
17
|
-
ariaErrorMessage?: string;
|
|
18
|
-
ariaHasPopup?: string;
|
|
19
|
-
ariaModal?: string;
|
|
20
|
-
ariaChecked?: string;
|
|
21
|
-
ariaPressed?: string;
|
|
22
|
-
ariaReadonly?: string;
|
|
23
|
-
ariaRequired?: string;
|
|
24
|
-
ariaSelected?: string;
|
|
25
|
-
ariaValuemin?: string;
|
|
26
|
-
ariaValuemax?: string;
|
|
27
|
-
ariaValuenow?: string;
|
|
28
|
-
ariaValuetext?: string;
|
|
29
|
-
ariaOrientation?: string;
|
|
30
|
-
ariaLevel?: string;
|
|
31
|
-
ariaMultiselectable?: string;
|
|
32
|
-
ariaPlaceholder?: string;
|
|
33
|
-
ariaPosinset?: string;
|
|
34
|
-
ariaSetsize?: string;
|
|
35
|
-
ariaSort?: string;
|
|
36
|
-
ariaBusy?: string;
|
|
37
|
-
ariaActivedescendant?: string;
|
|
38
|
-
ariaAtomic?: string;
|
|
39
|
-
ariaAutocomplete?: string;
|
|
40
|
-
ariaBraillelabel?: string;
|
|
41
|
-
ariaBrailleroledescription?: string;
|
|
42
|
-
ariaColcount?: string;
|
|
43
|
-
ariaColindex?: string;
|
|
44
|
-
ariaColindextext?: string;
|
|
45
|
-
ariaColspan?: string;
|
|
46
|
-
ariaDescription?: string;
|
|
47
|
-
ariaDetails?: string;
|
|
48
|
-
ariaFlowto?: string;
|
|
49
|
-
ariaInvalid?: string;
|
|
50
|
-
ariaKeyshortcuts?: string;
|
|
51
|
-
ariaOwns?: string;
|
|
52
|
-
ariaRelevant?: string;
|
|
53
|
-
ariaRoledescription?: string;
|
|
54
|
-
ariaRowcount?: string;
|
|
55
|
-
ariaRowindex?: string;
|
|
56
|
-
ariaRowindextext?: string;
|
|
57
|
-
ariaRowspan?: string;
|
|
58
|
-
tabindex?: string;
|
|
59
|
-
title?: string;
|
|
60
|
-
alt?: string;
|
|
61
|
-
lang?: string;
|
|
62
|
-
accesskey?: string;
|
|
63
|
-
autocomplete?: string;
|
|
64
|
-
autofocus?: string;
|
|
65
|
-
contenteditable?: string;
|
|
66
|
-
dir?: string;
|
|
67
|
-
draggable?: string;
|
|
68
|
-
enterkeyhint?: string;
|
|
69
|
-
hidden?: boolean;
|
|
70
|
-
inputmode?: string;
|
|
71
|
-
spellcheck?: string;
|
|
72
|
-
translate?: string;
|
|
73
|
-
ariaMultiline?: string;
|
|
74
|
-
for?: string;
|
|
75
|
-
form?: string;
|
|
76
|
-
headers?: string;
|
|
77
|
-
placeholder?: string;
|
|
78
|
-
readonly?: string;
|
|
79
|
-
required?: string;
|
|
80
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityComponent, never>;
|
|
81
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityComponent, "desy-accessibility", never, { "role": { "alias": "role"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaHidden": { "alias": "ariaHidden"; "required": false; }; "ariaDisabled": { "alias": "ariaDisabled"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaCurrent": { "alias": "ariaCurrent"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; }; "ariaErrorMessage": { "alias": "ariaErrorMessage"; "required": false; }; "ariaHasPopup": { "alias": "ariaHasPopup"; "required": false; }; "ariaModal": { "alias": "ariaModal"; "required": false; }; "ariaChecked": { "alias": "ariaChecked"; "required": false; }; "ariaPressed": { "alias": "ariaPressed"; "required": false; }; "ariaReadonly": { "alias": "ariaReadonly"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "ariaSelected": { "alias": "ariaSelected"; "required": false; }; "ariaValuemin": { "alias": "ariaValuemin"; "required": false; }; "ariaValuemax": { "alias": "ariaValuemax"; "required": false; }; "ariaValuenow": { "alias": "ariaValuenow"; "required": false; }; "ariaValuetext": { "alias": "ariaValuetext"; "required": false; }; "ariaOrientation": { "alias": "ariaOrientation"; "required": false; }; "ariaLevel": { "alias": "ariaLevel"; "required": false; }; "ariaMultiselectable": { "alias": "ariaMultiselectable"; "required": false; }; "ariaPlaceholder": { "alias": "ariaPlaceholder"; "required": false; }; "ariaPosinset": { "alias": "ariaPosinset"; "required": false; }; "ariaSetsize": { "alias": "ariaSetsize"; "required": false; }; "ariaSort": { "alias": "ariaSort"; "required": false; }; "ariaBusy": { "alias": "ariaBusy"; "required": false; }; "ariaActivedescendant": { "alias": "ariaActivedescendant"; "required": false; }; "ariaAtomic": { "alias": "ariaAtomic"; "required": false; }; "ariaAutocomplete": { "alias": "ariaAutocomplete"; "required": false; }; "ariaBraillelabel": { "alias": "ariaBraillelabel"; "required": false; }; "ariaBrailleroledescription": { "alias": "ariaBrailleroledescription"; "required": false; }; "ariaColcount": { "alias": "ariaColcount"; "required": false; }; "ariaColindex": { "alias": "ariaColindex"; "required": false; }; "ariaColindextext": { "alias": "ariaColindextext"; "required": false; }; "ariaColspan": { "alias": "ariaColspan"; "required": false; }; "ariaDescription": { "alias": "ariaDescription"; "required": false; }; "ariaDetails": { "alias": "ariaDetails"; "required": false; }; "ariaFlowto": { "alias": "ariaFlowto"; "required": false; }; "ariaInvalid": { "alias": "ariaInvalid"; "required": false; }; "ariaKeyshortcuts": { "alias": "ariaKeyshortcuts"; "required": false; }; "ariaOwns": { "alias": "ariaOwns"; "required": false; }; "ariaRelevant": { "alias": "ariaRelevant"; "required": false; }; "ariaRoledescription": { "alias": "ariaRoledescription"; "required": false; }; "ariaRowcount": { "alias": "ariaRowcount"; "required": false; }; "ariaRowindex": { "alias": "ariaRowindex"; "required": false; }; "ariaRowindextext": { "alias": "ariaRowindextext"; "required": false; }; "ariaRowspan": { "alias": "ariaRowspan"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "title": { "alias": "title"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "accesskey": { "alias": "accesskey"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "contenteditable": { "alias": "contenteditable"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "ariaMultiline": { "alias": "ariaMultiline"; "required": false; }; "for": { "alias": "for"; "required": false; }; "form": { "alias": "form"; "required": false; }; "headers": { "alias": "headers"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, false, never>;
|
|
82
|
-
}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../interfaces/accessibility-data';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AccessibilityAndContentRequiredComponent implements AccessibilityData {
|
|
4
|
-
/**
|
|
5
|
-
* componente para heredar los atributos de accesibilidad y
|
|
6
|
-
* el content required
|
|
7
|
-
*
|
|
8
|
-
* si en el componente que extiende de este, se implementa el onInit o Onchanges,
|
|
9
|
-
* habra que incluir la llamada al a funcion contentRequiredFunction
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
html: any;
|
|
13
|
-
text?: string;
|
|
14
|
-
role?: string;
|
|
15
|
-
ariaLabel?: string;
|
|
16
|
-
ariaDescribedBy?: string;
|
|
17
|
-
ariaLabelledBy?: string;
|
|
18
|
-
ariaHidden?: string;
|
|
19
|
-
ariaDisabled?: string;
|
|
20
|
-
ariaControls?: string;
|
|
21
|
-
ariaCurrent?: string;
|
|
22
|
-
ariaLive?: string;
|
|
23
|
-
ariaExpanded?: string;
|
|
24
|
-
ariaErrorMessage?: string;
|
|
25
|
-
ariaHasPopup?: string;
|
|
26
|
-
ariaModal?: string;
|
|
27
|
-
ariaChecked?: string;
|
|
28
|
-
ariaPressed?: string;
|
|
29
|
-
ariaReadonly?: string;
|
|
30
|
-
ariaRequired?: string;
|
|
31
|
-
ariaSelected?: string;
|
|
32
|
-
ariaValuemin?: string;
|
|
33
|
-
ariaValuemax?: string;
|
|
34
|
-
ariaValuenow?: string;
|
|
35
|
-
ariaValuetext?: string;
|
|
36
|
-
ariaOrientation?: string;
|
|
37
|
-
ariaLevel?: string;
|
|
38
|
-
ariaMultiselectable?: string;
|
|
39
|
-
ariaPlaceholder?: string;
|
|
40
|
-
ariaPosinset?: string;
|
|
41
|
-
ariaSetsize?: string;
|
|
42
|
-
ariaSort?: string;
|
|
43
|
-
ariaBus?: string;
|
|
44
|
-
required?: string;
|
|
45
|
-
y?: string;
|
|
46
|
-
ariaActivedescendant?: string;
|
|
47
|
-
ariaAtomic?: string;
|
|
48
|
-
ariaAutocomplete?: string;
|
|
49
|
-
ariaBraillelabel?: string;
|
|
50
|
-
ariaBrailleroledescription?: string;
|
|
51
|
-
ariaColcount?: string;
|
|
52
|
-
ariaColindex?: string;
|
|
53
|
-
ariaColindextext?: string;
|
|
54
|
-
ariaColspan?: string;
|
|
55
|
-
ariaDescription?: string;
|
|
56
|
-
ariaDetails?: string;
|
|
57
|
-
ariaFlowto?: string;
|
|
58
|
-
ariaInvalid?: string;
|
|
59
|
-
ariaKeyshortcuts?: string;
|
|
60
|
-
ariaOwns?: string;
|
|
61
|
-
ariaRelevant?: string;
|
|
62
|
-
ariaRoledescription?: string;
|
|
63
|
-
ariaRowcount?: string;
|
|
64
|
-
ariaRowindex?: string;
|
|
65
|
-
ariaRowindextext?: string;
|
|
66
|
-
ariaRowspan?: string;
|
|
67
|
-
tabindex?: string;
|
|
68
|
-
title?: string;
|
|
69
|
-
alt?: string;
|
|
70
|
-
lang?: string;
|
|
71
|
-
accesskey?: string;
|
|
72
|
-
autocomplete?: string;
|
|
73
|
-
autofocus?: string;
|
|
74
|
-
contenteditable?: string;
|
|
75
|
-
dir?: string;
|
|
76
|
-
draggable?: string;
|
|
77
|
-
enterkeyhint?: string;
|
|
78
|
-
hidden?: boolean;
|
|
79
|
-
inputmode?: string;
|
|
80
|
-
spellcheck?: string;
|
|
81
|
-
translate?: string;
|
|
82
|
-
ariaMultiline?: string;
|
|
83
|
-
for?: string;
|
|
84
|
-
form?: string;
|
|
85
|
-
headers?: string;
|
|
86
|
-
placeholder?: string;
|
|
87
|
-
readonly?: string;
|
|
88
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityAndContentRequiredComponent, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityAndContentRequiredComponent, "desy-accessibility-and-content-required", never, { "html": { "alias": "html"; "required": false; }; "text": { "alias": "text"; "required": false; }; "role": { "alias": "role"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaHidden": { "alias": "ariaHidden"; "required": false; }; "ariaDisabled": { "alias": "ariaDisabled"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaCurrent": { "alias": "ariaCurrent"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; }; "ariaErrorMessage": { "alias": "ariaErrorMessage"; "required": false; }; "ariaHasPopup": { "alias": "ariaHasPopup"; "required": false; }; "ariaModal": { "alias": "ariaModal"; "required": false; }; "ariaChecked": { "alias": "ariaChecked"; "required": false; }; "ariaPressed": { "alias": "ariaPressed"; "required": false; }; "ariaReadonly": { "alias": "ariaReadonly"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "ariaSelected": { "alias": "ariaSelected"; "required": false; }; "ariaValuemin": { "alias": "ariaValuemin"; "required": false; }; "ariaValuemax": { "alias": "ariaValuemax"; "required": false; }; "ariaValuenow": { "alias": "ariaValuenow"; "required": false; }; "ariaValuetext": { "alias": "ariaValuetext"; "required": false; }; "ariaOrientation": { "alias": "ariaOrientation"; "required": false; }; "ariaLevel": { "alias": "ariaLevel"; "required": false; }; "ariaMultiselectable": { "alias": "ariaMultiselectable"; "required": false; }; "ariaPlaceholder": { "alias": "ariaPlaceholder"; "required": false; }; "ariaPosinset": { "alias": "ariaPosinset"; "required": false; }; "ariaSetsize": { "alias": "ariaSetsize"; "required": false; }; "ariaSort": { "alias": "ariaSort"; "required": false; }; "ariaBus": { "alias": "ariaBus"; "required": false; }; "required": { "alias": "required"; "required": false; }; "ariaActivedescendant": { "alias": "ariaActivedescendant"; "required": false; }; "ariaAtomic": { "alias": "ariaAtomic"; "required": false; }; "ariaAutocomplete": { "alias": "ariaAutocomplete"; "required": false; }; "ariaBraillelabel": { "alias": "ariaBraillelabel"; "required": false; }; "ariaBrailleroledescription": { "alias": "ariaBrailleroledescription"; "required": false; }; "ariaColcount": { "alias": "ariaColcount"; "required": false; }; "ariaColindex": { "alias": "ariaColindex"; "required": false; }; "ariaColindextext": { "alias": "ariaColindextext"; "required": false; }; "ariaColspan": { "alias": "ariaColspan"; "required": false; }; "ariaDescription": { "alias": "ariaDescription"; "required": false; }; "ariaDetails": { "alias": "ariaDetails"; "required": false; }; "ariaFlowto": { "alias": "ariaFlowto"; "required": false; }; "ariaInvalid": { "alias": "ariaInvalid"; "required": false; }; "ariaKeyshortcuts": { "alias": "ariaKeyshortcuts"; "required": false; }; "ariaOwns": { "alias": "ariaOwns"; "required": false; }; "ariaRelevant": { "alias": "ariaRelevant"; "required": false; }; "ariaRoledescription": { "alias": "ariaRoledescription"; "required": false; }; "ariaRowcount": { "alias": "ariaRowcount"; "required": false; }; "ariaRowindex": { "alias": "ariaRowindex"; "required": false; }; "ariaRowindextext": { "alias": "ariaRowindextext"; "required": false; }; "ariaRowspan": { "alias": "ariaRowspan"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "title": { "alias": "title"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "accesskey": { "alias": "accesskey"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "contenteditable": { "alias": "contenteditable"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "ariaMultiline": { "alias": "ariaMultiline"; "required": false; }; "for": { "alias": "for"; "required": false; }; "form": { "alias": "form"; "required": false; }; "headers": { "alias": "headers"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, never, false, never>;
|
|
90
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../interfaces/accessibility-data';
|
|
2
|
-
import { TextOrHtmlRequiredComponent } from '../text-or-html-required/text-or-html-required.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AccessibilityAndTextOrHtmlRequiredComponent extends TextOrHtmlRequiredComponent implements AccessibilityData {
|
|
5
|
-
/**
|
|
6
|
-
* componente para heredar los atributos de accesibilidad y
|
|
7
|
-
* el texto o html required - YA NO ES REQUIERIDO
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*/
|
|
11
|
-
role?: string;
|
|
12
|
-
ariaLabel?: string;
|
|
13
|
-
ariaDescribedBy?: string;
|
|
14
|
-
ariaLabelledBy?: string;
|
|
15
|
-
ariaHidden?: string;
|
|
16
|
-
ariaDisabled?: string;
|
|
17
|
-
ariaControls?: string;
|
|
18
|
-
ariaCurrent?: string;
|
|
19
|
-
ariaLive?: string;
|
|
20
|
-
ariaExpanded?: string;
|
|
21
|
-
ariaErrorMessage?: string;
|
|
22
|
-
ariaHasPopup?: string;
|
|
23
|
-
ariaModal?: string;
|
|
24
|
-
ariaChecked?: string;
|
|
25
|
-
ariaPressed?: string;
|
|
26
|
-
ariaReadonly?: string;
|
|
27
|
-
ariaRequired?: string;
|
|
28
|
-
ariaSelected?: string;
|
|
29
|
-
ariaValuemin?: string;
|
|
30
|
-
ariaValuemax?: string;
|
|
31
|
-
ariaValuenow?: string;
|
|
32
|
-
ariaValuetext?: string;
|
|
33
|
-
ariaOrientation?: string;
|
|
34
|
-
ariaLevel?: string;
|
|
35
|
-
ariaMultiselectable?: string;
|
|
36
|
-
ariaPlaceholder?: string;
|
|
37
|
-
ariaPosinset?: string;
|
|
38
|
-
ariaSetsize?: string;
|
|
39
|
-
ariaSort?: string;
|
|
40
|
-
ariaBus?: string;
|
|
41
|
-
required?: string;
|
|
42
|
-
y?: string;
|
|
43
|
-
ariaActivedescendant?: string;
|
|
44
|
-
ariaAtomic?: string;
|
|
45
|
-
ariaAutocomplete?: string;
|
|
46
|
-
ariaBraillelabel?: string;
|
|
47
|
-
ariaBrailleroledescription?: string;
|
|
48
|
-
ariaColcount?: string;
|
|
49
|
-
ariaColindex?: string;
|
|
50
|
-
ariaColindextext?: string;
|
|
51
|
-
ariaColspan?: string;
|
|
52
|
-
ariaDescription?: string;
|
|
53
|
-
ariaDetails?: string;
|
|
54
|
-
ariaFlowto?: string;
|
|
55
|
-
ariaInvalid?: string;
|
|
56
|
-
ariaKeyshortcuts?: string;
|
|
57
|
-
ariaOwns?: string;
|
|
58
|
-
ariaRelevant?: string;
|
|
59
|
-
ariaRoledescription?: string;
|
|
60
|
-
ariaRowcount?: string;
|
|
61
|
-
ariaRowindex?: string;
|
|
62
|
-
ariaRowindextext?: string;
|
|
63
|
-
ariaRowspan?: string;
|
|
64
|
-
tabindex?: string;
|
|
65
|
-
title?: string;
|
|
66
|
-
alt?: string;
|
|
67
|
-
lang?: string;
|
|
68
|
-
accesskey?: string;
|
|
69
|
-
autocomplete?: string;
|
|
70
|
-
autofocus?: string;
|
|
71
|
-
contenteditable?: string;
|
|
72
|
-
dir?: string;
|
|
73
|
-
draggable?: string;
|
|
74
|
-
enterkeyhint?: string;
|
|
75
|
-
hidden?: boolean;
|
|
76
|
-
inputmode?: string;
|
|
77
|
-
spellcheck?: string;
|
|
78
|
-
translate?: string;
|
|
79
|
-
ariaMultiline?: string;
|
|
80
|
-
for?: string;
|
|
81
|
-
form?: string;
|
|
82
|
-
headers?: string;
|
|
83
|
-
placeholder?: string;
|
|
84
|
-
readonly?: string;
|
|
85
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityAndTextOrHtmlRequiredComponent, never>;
|
|
86
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityAndTextOrHtmlRequiredComponent, "desy-accessibility-and-text-or-html-required", never, { "role": { "alias": "role"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaHidden": { "alias": "ariaHidden"; "required": false; }; "ariaDisabled": { "alias": "ariaDisabled"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaCurrent": { "alias": "ariaCurrent"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; }; "ariaErrorMessage": { "alias": "ariaErrorMessage"; "required": false; }; "ariaHasPopup": { "alias": "ariaHasPopup"; "required": false; }; "ariaModal": { "alias": "ariaModal"; "required": false; }; "ariaChecked": { "alias": "ariaChecked"; "required": false; }; "ariaPressed": { "alias": "ariaPressed"; "required": false; }; "ariaReadonly": { "alias": "ariaReadonly"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "ariaSelected": { "alias": "ariaSelected"; "required": false; }; "ariaValuemin": { "alias": "ariaValuemin"; "required": false; }; "ariaValuemax": { "alias": "ariaValuemax"; "required": false; }; "ariaValuenow": { "alias": "ariaValuenow"; "required": false; }; "ariaValuetext": { "alias": "ariaValuetext"; "required": false; }; "ariaOrientation": { "alias": "ariaOrientation"; "required": false; }; "ariaLevel": { "alias": "ariaLevel"; "required": false; }; "ariaMultiselectable": { "alias": "ariaMultiselectable"; "required": false; }; "ariaPlaceholder": { "alias": "ariaPlaceholder"; "required": false; }; "ariaPosinset": { "alias": "ariaPosinset"; "required": false; }; "ariaSetsize": { "alias": "ariaSetsize"; "required": false; }; "ariaSort": { "alias": "ariaSort"; "required": false; }; "ariaBus": { "alias": "ariaBus"; "required": false; }; "required": { "alias": "required"; "required": false; }; "ariaActivedescendant": { "alias": "ariaActivedescendant"; "required": false; }; "ariaAtomic": { "alias": "ariaAtomic"; "required": false; }; "ariaAutocomplete": { "alias": "ariaAutocomplete"; "required": false; }; "ariaBraillelabel": { "alias": "ariaBraillelabel"; "required": false; }; "ariaBrailleroledescription": { "alias": "ariaBrailleroledescription"; "required": false; }; "ariaColcount": { "alias": "ariaColcount"; "required": false; }; "ariaColindex": { "alias": "ariaColindex"; "required": false; }; "ariaColindextext": { "alias": "ariaColindextext"; "required": false; }; "ariaColspan": { "alias": "ariaColspan"; "required": false; }; "ariaDescription": { "alias": "ariaDescription"; "required": false; }; "ariaDetails": { "alias": "ariaDetails"; "required": false; }; "ariaFlowto": { "alias": "ariaFlowto"; "required": false; }; "ariaInvalid": { "alias": "ariaInvalid"; "required": false; }; "ariaKeyshortcuts": { "alias": "ariaKeyshortcuts"; "required": false; }; "ariaOwns": { "alias": "ariaOwns"; "required": false; }; "ariaRelevant": { "alias": "ariaRelevant"; "required": false; }; "ariaRoledescription": { "alias": "ariaRoledescription"; "required": false; }; "ariaRowcount": { "alias": "ariaRowcount"; "required": false; }; "ariaRowindex": { "alias": "ariaRowindex"; "required": false; }; "ariaRowindextext": { "alias": "ariaRowindextext"; "required": false; }; "ariaRowspan": { "alias": "ariaRowspan"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "title": { "alias": "title"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "accesskey": { "alias": "accesskey"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "contenteditable": { "alias": "contenteditable"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "ariaMultiline": { "alias": "ariaMultiline"; "required": false; }; "for": { "alias": "for"; "required": false; }; "form": { "alias": "form"; "required": false; }; "headers": { "alias": "headers"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, never, false, never>;
|
|
87
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../accessibility/accessibility.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Componente base para proyectar contenido
|
|
6
|
-
*/
|
|
7
|
-
export declare class ContentBaseComponent extends AccessibilityComponent {
|
|
8
|
-
private content;
|
|
9
|
-
getContent(): TemplateRef<any>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContentBaseComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentBaseComponent, "desy-content-base", never, {}, {}, never, ["*"], false, never>;
|
|
12
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './accessibility-and-content-required/accessibility-and-content-required.component';
|
|
2
|
-
export * from './accessibility-and-text-or-html-required/accessibility-and-text-or-html-required.component';
|
|
3
|
-
export * from './accessibility/accessibility.component';
|
|
4
|
-
export * from './content-base/content-base.component';
|
|
5
|
-
export * from './spinner/spinner.component';
|
|
6
|
-
export * from './text-or-html-required/text-or-html-required.component';
|