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 { AfterContentInit, DoCheck, EventEmitter, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
-
import { FieldsetData, ItemCheckboxData, LegendData } from '../../interfaces';
|
|
3
|
-
import { ErrorMessageComponent } from '../error-message/error-message.component';
|
|
4
|
-
import { FieldsetComponent } from '../fieldset/fieldset.component';
|
|
5
|
-
import { LegendComponent } from '../fieldset/legend/legend.component';
|
|
6
|
-
import { HintComponent } from '../hint/hint.component';
|
|
7
|
-
import { CheckboxItemComponent } from './checkbox-item/checkbox-item.component';
|
|
8
|
-
import { CheckboxesParentComponent } from './checkboxes-parent.component';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class CheckboxesComponent extends CheckboxesParentComponent implements AfterContentInit, DoCheck {
|
|
11
|
-
/**
|
|
12
|
-
* fieldset, diferentes formas de implementar, enumeradas por prioridad
|
|
13
|
-
* 1) incluir componente FieldsetComponent
|
|
14
|
-
* 2) incluir objeto FieldsetData (interfaz expuesta)
|
|
15
|
-
* 3) incluir componente LegendComponent
|
|
16
|
-
* 4) incluir template legend
|
|
17
|
-
* 5) incluir legendData - incluir un fieldset con una legenda con los parametros pasados (interfaz expuesta)
|
|
18
|
-
* 6) incluir legendText - incluir un fieldset con un texto en la legenda
|
|
19
|
-
*/
|
|
20
|
-
fieldsetData?: FieldsetData;
|
|
21
|
-
legendRef?: TemplateRef<LegendComponent>;
|
|
22
|
-
legendData?: LegendData;
|
|
23
|
-
legendText?: string;
|
|
24
|
-
idPrefix: string;
|
|
25
|
-
name: string;
|
|
26
|
-
items?: ItemCheckboxData[];
|
|
27
|
-
itemsChange: EventEmitter<ItemCheckboxData[]>;
|
|
28
|
-
formGroupClasses?: string;
|
|
29
|
-
hasDividers?: boolean;
|
|
30
|
-
hasError?: boolean;
|
|
31
|
-
classes?: string;
|
|
32
|
-
describedBy?: string;
|
|
33
|
-
fieldsetComponent: FieldsetComponent;
|
|
34
|
-
legendComponent: LegendComponent;
|
|
35
|
-
checkboxComponentItems: QueryList<CheckboxItemComponent>;
|
|
36
|
-
innerHtml: TemplateRef<any>;
|
|
37
|
-
checkboxComponentItems2: QueryList<CheckboxItemComponent>;
|
|
38
|
-
private nextValue;
|
|
39
|
-
private updateChekboxIdsFlag;
|
|
40
|
-
private contentInitFlag;
|
|
41
|
-
private updateValueFromCheckboxItemsFlag;
|
|
42
|
-
private updateValueToCheckboxItemsFlag;
|
|
43
|
-
private updateItemListFlag;
|
|
44
|
-
/**
|
|
45
|
-
* Centraliza y coordina los cambios en el componente
|
|
46
|
-
*/
|
|
47
|
-
ngDoCheck(): void;
|
|
48
|
-
ngAfterContentInit(): void;
|
|
49
|
-
/**
|
|
50
|
-
* Se sobrescribe el writeValue de FormField para gestionar en un único punto el valor de value
|
|
51
|
-
* @param value nuevo valor a establecer
|
|
52
|
-
*/
|
|
53
|
-
writeValue(value: any[]): void;
|
|
54
|
-
onIdPrefixChange(): void;
|
|
55
|
-
onNameChange(): void;
|
|
56
|
-
/**
|
|
57
|
-
* Actualiza los componentes externos que tienen valores dependientes de idPrefix
|
|
58
|
-
* @private
|
|
59
|
-
*/
|
|
60
|
-
private propagateNewIdPrefixValue;
|
|
61
|
-
markForUpdateCheckboxIds(): void;
|
|
62
|
-
/**
|
|
63
|
-
* Actualiza el valor cuando se produce un cambio en los items, tanto interno como externo
|
|
64
|
-
*/
|
|
65
|
-
updateValueFromCheckboxItems(): void;
|
|
66
|
-
/**
|
|
67
|
-
* Reemplazo de funciones de FormField
|
|
68
|
-
*/
|
|
69
|
-
setDisabledState(isDisabled: boolean): void;
|
|
70
|
-
overrideFieldsetParams(fieldset: FieldsetComponent): void;
|
|
71
|
-
overrideHintParams(hint: HintComponent): void;
|
|
72
|
-
overrideErrorMessageParams(errorMessage: ErrorMessageComponent): void;
|
|
73
|
-
onDeleteHint(): void;
|
|
74
|
-
onDeleteErrorMessage(): void;
|
|
75
|
-
hasFieldset(): boolean;
|
|
76
|
-
hasFieldsetComponent(): boolean;
|
|
77
|
-
hasLegendComponent(): boolean;
|
|
78
|
-
getErrorId(): string;
|
|
79
|
-
getHintId(): string;
|
|
80
|
-
getIdPrefix(): string;
|
|
81
|
-
getCheckboxItems(): CheckboxItemComponent[];
|
|
82
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxesComponent, never>;
|
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxesComponent, "desy-checkboxes", never, { "fieldsetData": { "alias": "fieldsetData"; "required": false; }; "legendRef": { "alias": "legendRef"; "required": false; }; "legendData": { "alias": "legendData"; "required": false; }; "legendText": { "alias": "legendText"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "name": { "alias": "name"; "required": false; }; "items": { "alias": "items"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; "hasDividers": { "alias": "hasDividers"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; }, { "itemsChange": "itemsChange"; }, ["fieldsetComponent", "legendComponent", "checkboxComponentItems"], ["desy-fieldset", "desy-legend", "desy-hint", "desy-error-message", "desy-checkbox-item"], false, never>;
|
|
84
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ItemDateInputData, LabelData } from '../../../interfaces';
|
|
3
|
-
import { LabelComponent } from '../../label/label.component';
|
|
4
|
-
import { DateInputItemComponent } from '../date-input-item/date-input-item.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DateInputDayComponent extends DateInputItemComponent implements ItemDateInputData {
|
|
7
|
-
id?: string;
|
|
8
|
-
name?: string;
|
|
9
|
-
labelText?: string;
|
|
10
|
-
labelData?: LabelData;
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
hasErrors?: boolean;
|
|
13
|
-
value?: any;
|
|
14
|
-
autocomplete?: string;
|
|
15
|
-
pattern?: string;
|
|
16
|
-
classes?: string;
|
|
17
|
-
maxlength?: number;
|
|
18
|
-
placeholder?: string;
|
|
19
|
-
valueChange: EventEmitter<number>;
|
|
20
|
-
labelComponent: LabelComponent;
|
|
21
|
-
labelRef: TemplateRef<any>;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputDayComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputDayComponent, "desy-input-day,desy-input-time", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelData": { "alias": "labelData"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hasErrors": { "alias": "hasErrors"; "required": false; }; "value": { "alias": "value"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "valueChange": "valueChange"; }, ["labelComponent"], ["desy-label"], false, never>;
|
|
24
|
-
}
|
package/lib/desy-forms/components/date-input/date-input-divider/date-input-divider.component.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { ItemDividerDateInputData } from '../../../interfaces/item-divider-date-input-data';
|
|
3
|
-
import { DateInputItemComponent } from '../date-input-item/date-input-item.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DateInputDividerComponent extends DateInputItemComponent implements ItemDividerDateInputData {
|
|
6
|
-
divider: this;
|
|
7
|
-
dividerContent: TemplateRef<any>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputDividerComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputDividerComponent, "desy-date-input-divider", never, {}, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ItemDateInputData } from '../../../interfaces';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DateInputItemComponent implements ItemDateInputData {
|
|
4
|
-
classes?: string;
|
|
5
|
-
role?: string;
|
|
6
|
-
ariaLabel?: string;
|
|
7
|
-
ariaDescribedBy?: string;
|
|
8
|
-
ariaLabelledBy?: string;
|
|
9
|
-
ariaHidden?: string;
|
|
10
|
-
ariaDisabled?: string;
|
|
11
|
-
ariaControls?: string;
|
|
12
|
-
ariaCurrent?: string;
|
|
13
|
-
ariaLive?: string;
|
|
14
|
-
ariaExpanded?: string;
|
|
15
|
-
ariaErrorMessage?: string;
|
|
16
|
-
ariaHasPopup?: string;
|
|
17
|
-
tabindex?: string;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputItemComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputItemComponent, "desy-date-input-item", never, { "classes": { "alias": "classes"; "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; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
-
}
|
package/lib/desy-forms/components/date-input/date-input-month/date-input-month.component.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ItemDateInputData, LabelData } from '../../../interfaces';
|
|
3
|
-
import { LabelComponent } from '../../label/label.component';
|
|
4
|
-
import { DateInputItemComponent } from '../date-input-item/date-input-item.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DateInputMonthComponent extends DateInputItemComponent implements ItemDateInputData {
|
|
7
|
-
id?: string;
|
|
8
|
-
name?: string;
|
|
9
|
-
labelText?: string;
|
|
10
|
-
labelData?: LabelData;
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
hasErrors?: boolean;
|
|
13
|
-
value?: any;
|
|
14
|
-
autocomplete?: string;
|
|
15
|
-
pattern?: string;
|
|
16
|
-
classes?: string;
|
|
17
|
-
maxlength?: number;
|
|
18
|
-
placeholder?: string;
|
|
19
|
-
valueChange: EventEmitter<number>;
|
|
20
|
-
labelComponent: LabelComponent;
|
|
21
|
-
labelRef: TemplateRef<any>;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputMonthComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputMonthComponent, "desy-input-month", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "labelData": { "alias": "labelData"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hasErrors": { "alias": "hasErrors"; "required": false; }; "value": { "alias": "value"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "valueChange": "valueChange"; }, ["labelComponent"], ["desy-label"], false, never>;
|
|
24
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ItemDateInputData } from '../../../interfaces';
|
|
3
|
-
import { LabelComponent } from '../../label/label.component';
|
|
4
|
-
import { DateInputItemComponent } from '../date-input-item/date-input-item.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DateInputYearComponent extends DateInputItemComponent implements ItemDateInputData {
|
|
7
|
-
id?: string;
|
|
8
|
-
name?: string;
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
hasErrors?: boolean;
|
|
11
|
-
value?: any;
|
|
12
|
-
autocomplete?: string;
|
|
13
|
-
pattern?: string;
|
|
14
|
-
classes?: string;
|
|
15
|
-
maxlength?: number;
|
|
16
|
-
placeholder?: string;
|
|
17
|
-
valueChange: EventEmitter<number>;
|
|
18
|
-
labelComponent: LabelComponent;
|
|
19
|
-
labelRef: TemplateRef<any>;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputYearComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputYearComponent, "desy-input-year", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hasErrors": { "alias": "hasErrors"; "required": false; }; "value": { "alias": "value"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "valueChange": "valueChange"; }, ["labelComponent"], ["desy-label"], false, never>;
|
|
22
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ControlContainer, FormGroup } from '@angular/forms';
|
|
3
|
-
import { FieldsetData, ItemDateInputData, LabelData, LegendData } from '../../interfaces';
|
|
4
|
-
import { ErrorMessageComponent } from '../error-message/error-message.component';
|
|
5
|
-
import { FieldsetComponent } from '../fieldset/fieldset.component';
|
|
6
|
-
import { LegendComponent } from '../fieldset/legend/legend.component';
|
|
7
|
-
import { FormFieldComponent } from '../form-field/form-field.component';
|
|
8
|
-
import { DateInputItemComponent } from './date-input-item/date-input-item.component';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class DateInputComponent extends FormFieldComponent<any> implements OnInit, AfterContentInit, OnChanges {
|
|
11
|
-
controlContainer: ControlContainer;
|
|
12
|
-
private static defaultItems;
|
|
13
|
-
ngModelGroup?: string;
|
|
14
|
-
items?: ItemDateInputData[];
|
|
15
|
-
itemsChange: EventEmitter<ItemDateInputData[]>;
|
|
16
|
-
namePrefix?: string;
|
|
17
|
-
classes?: string;
|
|
18
|
-
errorMessage?: string;
|
|
19
|
-
id: string;
|
|
20
|
-
cfg: boolean;
|
|
21
|
-
cfgr?: boolean;
|
|
22
|
-
formGroupClasses?: any;
|
|
23
|
-
fieldsetComponent?: FieldsetComponent;
|
|
24
|
-
errorMessageComponent: ErrorMessageComponent;
|
|
25
|
-
legendComponent?: LegendComponent;
|
|
26
|
-
dateInputItemComponents: QueryList<DateInputItemComponent>;
|
|
27
|
-
/**
|
|
28
|
-
* fieldset, diferentes formas de implementar, enumeradas por prioridad
|
|
29
|
-
* 1) incluir objeto FieldsetData (interfaz expuesta)
|
|
30
|
-
* 2) incluir template legend
|
|
31
|
-
* 3) incluir legendData - incluir un fieldset con una legenda con los parametros pasados (interfaz expuesta)
|
|
32
|
-
* 4) incluir legendText - incluir un fieldset con un texto en la legenda
|
|
33
|
-
*/
|
|
34
|
-
fieldsetData?: FieldsetData;
|
|
35
|
-
legendRef?: TemplateRef<LegendComponent>;
|
|
36
|
-
legendData?: LegendData;
|
|
37
|
-
legendText?: string;
|
|
38
|
-
innerHtml: TemplateRef<any>;
|
|
39
|
-
private contentInit;
|
|
40
|
-
ogFormGroup?: FormGroup;
|
|
41
|
-
constructor(controlContainer: ControlContainer);
|
|
42
|
-
ngOnInit(): void;
|
|
43
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
44
|
-
ngAfterContentInit(): void;
|
|
45
|
-
initDefaultItems(): void;
|
|
46
|
-
writeValue(value: any): void;
|
|
47
|
-
overrideFieldsetParams(fieldset: FieldsetComponent): void;
|
|
48
|
-
overrideErrorMessageParams(errorMessage: ErrorMessageComponent): void;
|
|
49
|
-
onExternalChange(): void;
|
|
50
|
-
onInternalChange(item: ItemDateInputData, itemValue: number): void;
|
|
51
|
-
hasFieldset(): boolean;
|
|
52
|
-
hasFieldsetComponent(): boolean;
|
|
53
|
-
hasLegendComponent(): boolean;
|
|
54
|
-
hasErrorMessageComponent(): boolean;
|
|
55
|
-
getItemName(item: ItemDateInputData): string;
|
|
56
|
-
getItemLabel(item: ItemDateInputData): LabelData;
|
|
57
|
-
getItemLabelRef(item: ItemDateInputData): TemplateRef<any> | null;
|
|
58
|
-
getItems(): ItemDateInputData[];
|
|
59
|
-
getItemDividerTemplate(item: ItemDateInputData): TemplateRef<any> | null;
|
|
60
|
-
getItemDividerHtml(item: ItemDateInputData): string;
|
|
61
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputComponent, [{ optional: true; }]>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "desy-date-input", never, { "ngModelGroup": { "alias": "ngModelGroup"; "required": false; }; "items": { "alias": "items"; "required": false; }; "namePrefix": { "alias": "namePrefix"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "id": { "alias": "id"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; "fieldsetData": { "alias": "fieldsetData"; "required": false; }; "legendRef": { "alias": "legendRef"; "required": false; }; "legendData": { "alias": "legendData"; "required": false; }; "legendText": { "alias": "legendText"; "required": false; }; }, { "itemsChange": "itemsChange"; }, ["fieldsetComponent", "errorMessageComponent", "legendComponent", "dateInputItemComponents"], ["desy-hint", "desy-error-message", "desy-fieldset", "desy-legend"], false, never>;
|
|
63
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, DoCheck, ElementRef } from '@angular/core';
|
|
2
|
-
import { ErrorMessageComponent } from '../error-message/error-message.component';
|
|
3
|
-
import { FormFieldComponent } from '../form-field/form-field.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DatepickerComponent extends FormFieldComponent<any> implements AfterViewInit, DoCheck {
|
|
6
|
-
containerClasses?: string;
|
|
7
|
-
standalone: boolean;
|
|
8
|
-
formGroupClasses?: string;
|
|
9
|
-
name?: string;
|
|
10
|
-
type?: string;
|
|
11
|
-
describedBy?: string;
|
|
12
|
-
errorId?: string;
|
|
13
|
-
classes?: string;
|
|
14
|
-
pattern?: string;
|
|
15
|
-
attributes?: any;
|
|
16
|
-
dropdownClasses?: string;
|
|
17
|
-
calendar: ElementRef;
|
|
18
|
-
errorMessage: ErrorMessageComponent;
|
|
19
|
-
constructor();
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
onInput(event: any): void;
|
|
22
|
-
ngDoCheck(): void;
|
|
23
|
-
setAttributes(): void;
|
|
24
|
-
writeValue(value: any): void;
|
|
25
|
-
private formatSingleDate;
|
|
26
|
-
private convertSingleDateToISO;
|
|
27
|
-
formatDateToDDMMYYYY(isoDate: string): string;
|
|
28
|
-
convertToISOFormat(ddmmyyyyDate: string): string;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "desy-datepicker", never, { "containerClasses": { "alias": "containerClasses"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; "errorId": { "alias": "errorId"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "dropdownClasses": { "alias": "dropdownClasses"; "required": false; }; }, {}, ["errorMessage"], ["desy-label", "desy-hint", "desy-error-message", "*"], false, never>;
|
|
31
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FormatDatePipe implements PipeTransform {
|
|
4
|
-
transform(value: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormatDatePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatDatePipe, "formatDate", false>;
|
|
7
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ErrorMessageComponent extends AccessibilityComponent {
|
|
5
|
-
private changeDetectorRef;
|
|
6
|
-
id?: string;
|
|
7
|
-
classes?: string;
|
|
8
|
-
html?: string;
|
|
9
|
-
text?: string;
|
|
10
|
-
visuallyHiddenText?: string;
|
|
11
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
12
|
-
detectChanges(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessageComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorMessageComponent, "desy-error-message", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "html": { "alias": "html"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visuallyHiddenText": { "alias": "visuallyHiddenText"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
15
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ContentComponent } from '../../../desy-commons/components/content/content.component';
|
|
3
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
4
|
-
import { LegendData } from '../../interfaces';
|
|
5
|
-
import { LegendComponent } from './legend/legend.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class FieldsetComponent extends AccessibilityComponent {
|
|
8
|
-
private changeDetectorRef;
|
|
9
|
-
describedBy?: string;
|
|
10
|
-
errorId?: string;
|
|
11
|
-
/**
|
|
12
|
-
* legenda, diferentes formas de implementar, enumeradas por prioridad
|
|
13
|
-
* 1) incluir legendComponent
|
|
14
|
-
* 2) incluir template
|
|
15
|
-
* 3) incluir objeto legend (interfaz expuesta)
|
|
16
|
-
* 4) incluir legendText - incluir un label con solo un texto
|
|
17
|
-
*/
|
|
18
|
-
legendRef?: TemplateRef<LegendComponent>;
|
|
19
|
-
legendData?: LegendData;
|
|
20
|
-
legendText?: string;
|
|
21
|
-
classes?: string;
|
|
22
|
-
caller?: TemplateRef<any>;
|
|
23
|
-
id?: string;
|
|
24
|
-
headingLevel?: number;
|
|
25
|
-
legendComponent: LegendComponent;
|
|
26
|
-
contentComponent: ContentComponent;
|
|
27
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
28
|
-
detectChanges(): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FieldsetComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FieldsetComponent, "desy-fieldset", never, { "describedBy": { "alias": "describedBy"; "required": false; }; "errorId": { "alias": "errorId"; "required": false; }; "legendRef": { "alias": "legendRef"; "required": false; }; "legendData": { "alias": "legendData"; "required": false; }; "legendText": { "alias": "legendText"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "caller": { "alias": "caller"; "required": false; }; "id": { "alias": "id"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; }, {}, ["legendComponent", "contentComponent"], ["desy-legend"], false, never>;
|
|
31
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { AccessibilityAndContentRequiredComponent } from '../../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LegendComponent extends AccessibilityAndContentRequiredComponent implements OnInit, AfterViewInit {
|
|
5
|
-
private viewContainerRef;
|
|
6
|
-
classes?: string;
|
|
7
|
-
isPageHeading?: boolean;
|
|
8
|
-
headingLevel?: number;
|
|
9
|
-
template: TemplateRef<any>;
|
|
10
|
-
isHtml: boolean;
|
|
11
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
ngAfterViewInit(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LegendComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LegendComponent, "desy-legend", never, { "classes": { "alias": "classes"; "required": false; }; "isPageHeading": { "alias": "isPageHeading"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
16
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { FormFieldComponent } from '../form-field/form-field.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FileUploadComponent extends FormFieldComponent<File> implements ControlValueAccessor, OnChanges {
|
|
6
|
-
private file;
|
|
7
|
-
inputFile: ElementRef;
|
|
8
|
-
name?: string;
|
|
9
|
-
describedBy?: string;
|
|
10
|
-
classes?: string;
|
|
11
|
-
accept?: string;
|
|
12
|
-
cfg: boolean;
|
|
13
|
-
cfgr: boolean;
|
|
14
|
-
formGroupClasses: any;
|
|
15
|
-
constructor();
|
|
16
|
-
/***
|
|
17
|
-
* nos devuelve un array de file : File[]
|
|
18
|
-
* pero solo nos guardamos el primero
|
|
19
|
-
* solo dejamos seleccionar uno
|
|
20
|
-
*/
|
|
21
|
-
onInput(event: any): void;
|
|
22
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
23
|
-
writeValue(file: File | null): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "desy-file-upload", never, { "name": { "alias": "name"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; }, {}, never, ["desy-label", "desy-hint", "desy-error-message"], false, never>;
|
|
26
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
4
|
-
import { ErrorMessageData, HintData, LabelData } from '../../interfaces';
|
|
5
|
-
import { ErrorMessageComponent } from '../error-message/error-message.component';
|
|
6
|
-
import { HintComponent } from '../hint/hint.component';
|
|
7
|
-
import { LabelComponent } from '../label/label.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class FormFieldComponent<T> extends AccessibilityComponent implements ControlValueAccessor {
|
|
10
|
-
id?: string;
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
value: T | undefined;
|
|
13
|
-
labelComponent: LabelComponent;
|
|
14
|
-
labelRef: TemplateRef<LabelComponent> | null | undefined;
|
|
15
|
-
labelData: LabelData | null | undefined;
|
|
16
|
-
labelText: string | null | undefined;
|
|
17
|
-
hintComponent: HintComponent;
|
|
18
|
-
hintRef: TemplateRef<HintComponent> | null | undefined;
|
|
19
|
-
hintData: HintData | null | undefined;
|
|
20
|
-
hintText: string | null | undefined;
|
|
21
|
-
errorMessageComponent: ErrorMessageComponent;
|
|
22
|
-
errorMessageRef: TemplateRef<ErrorMessageComponent> | null | undefined;
|
|
23
|
-
errorMessageData: ErrorMessageData | null | undefined;
|
|
24
|
-
errorMessageText: string | null | undefined;
|
|
25
|
-
focus: EventEmitter<FocusEvent>;
|
|
26
|
-
blur: EventEmitter<FocusEvent>;
|
|
27
|
-
input: EventEmitter<InputEvent>;
|
|
28
|
-
change: EventEmitter<Event>;
|
|
29
|
-
onblur(): void;
|
|
30
|
-
onChange: (_: any) => void;
|
|
31
|
-
onTouch: () => void;
|
|
32
|
-
onInput(value: T): void;
|
|
33
|
-
registerOnChange(fn: any): void;
|
|
34
|
-
registerOnTouched(fn: any): void;
|
|
35
|
-
setDisabledState(isDisabled: boolean): void;
|
|
36
|
-
writeValue(value: T): void;
|
|
37
|
-
getHintId(): string;
|
|
38
|
-
getErrorId(): string;
|
|
39
|
-
hasLabel(): boolean;
|
|
40
|
-
hasHint(): boolean;
|
|
41
|
-
hasErrorsMessage(): boolean;
|
|
42
|
-
hasLabelComponent(): boolean;
|
|
43
|
-
hasHintComponent(): boolean;
|
|
44
|
-
hasErrorMessageComponent(): boolean;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent<any>, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent<any>, "desy-form-field", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "labelRef": { "alias": "labelRef"; "required": false; }; "labelData": { "alias": "labelData"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "hintRef": { "alias": "hintRef"; "required": false; }; "hintData": { "alias": "hintData"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "errorMessageRef": { "alias": "errorMessageRef"; "required": false; }; "errorMessageData": { "alias": "errorMessageData"; "required": false; }; "errorMessageText": { "alias": "errorMessageText"; "required": false; }; }, { "focus": "focus"; "blur": "blur"; "input": "input"; "change": "change"; }, ["labelComponent", "hintComponent", "errorMessageComponent"], never, false, never>;
|
|
47
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class HintComponent extends AccessibilityComponent {
|
|
5
|
-
private changeDetectorRef;
|
|
6
|
-
id?: string;
|
|
7
|
-
classes?: string;
|
|
8
|
-
html?: string;
|
|
9
|
-
text?: string;
|
|
10
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
11
|
-
detectChanges(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HintComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HintComponent, "desy-hint", never, { "id": { "alias": "id"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "html": { "alias": "html"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { DoCheck, ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { FormFieldComponent } from '../form-field/form-field.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class InputComponent extends FormFieldComponent<any> implements OnChanges, DoCheck {
|
|
5
|
-
private el;
|
|
6
|
-
private renderer;
|
|
7
|
-
name?: string;
|
|
8
|
-
_type: string;
|
|
9
|
-
set type(value: string);
|
|
10
|
-
get type(): string;
|
|
11
|
-
describedBy?: string;
|
|
12
|
-
pattern?: string;
|
|
13
|
-
cfg: boolean;
|
|
14
|
-
cfgr: boolean;
|
|
15
|
-
formGroupClasses?: any;
|
|
16
|
-
classes?: string;
|
|
17
|
-
maxlength?: number;
|
|
18
|
-
errorId?: string;
|
|
19
|
-
attributes?: any;
|
|
20
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
|
21
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
22
|
-
ngDoCheck(): void;
|
|
23
|
-
setAttributes(): void;
|
|
24
|
-
getErrorId(): string;
|
|
25
|
-
writeValue(value: any): void;
|
|
26
|
-
onInput(event: InputEvent): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "desy-input", never, { "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "describedBy": { "alias": "describedBy"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "errorId": { "alias": "errorId"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, ["desy-label", "desy-hint", "desy-error-message"], false, never>;
|
|
29
|
-
}
|
package/lib/desy-forms/components/input-group/input-group-divider/input-group-divider.component.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { ItemDividerInputGroupData } from '../../../interfaces';
|
|
3
|
-
import { InputGroupItemComponent } from '../input-group-item/input-group-item.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class InputGroupDividerComponent extends InputGroupItemComponent implements ItemDividerInputGroupData {
|
|
6
|
-
isSelect: boolean;
|
|
7
|
-
divider: this;
|
|
8
|
-
dividerContent: TemplateRef<any>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupDividerComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupDividerComponent, "desy-input-group-divider", never, {}, {}, never, ["*"], false, never>;
|
|
11
|
-
}
|
package/lib/desy-forms/components/input-group/input-group-input/input-group-input.component.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { LabelComponent } from '../../label/label.component';
|
|
3
|
-
import { InputGroupItemComponent } from '../input-group-item/input-group-item.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class InputGroupInputComponent extends InputGroupItemComponent {
|
|
6
|
-
isSelect: boolean;
|
|
7
|
-
id?: string;
|
|
8
|
-
name?: string;
|
|
9
|
-
value?: any;
|
|
10
|
-
valueChange: EventEmitter<any>;
|
|
11
|
-
formGroupClasses?: string;
|
|
12
|
-
type?: string;
|
|
13
|
-
inputmode?: string;
|
|
14
|
-
autocomplete?: string;
|
|
15
|
-
placeholder?: string;
|
|
16
|
-
pattern?: string;
|
|
17
|
-
maxlength?: number;
|
|
18
|
-
disabled?: boolean;
|
|
19
|
-
labelRef: TemplateRef<any>;
|
|
20
|
-
labelComponent: LabelComponent;
|
|
21
|
-
overrideLabelParams(labelComponent: LabelComponent): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupInputComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupInputComponent, "desy-input-group-input", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; "type": { "alias": "type"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, ["labelComponent"], ["desy-label"], false, never>;
|
|
24
|
-
}
|
package/lib/desy-forms/components/input-group/input-group-item/input-group-item.component.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ItemInputGroupData } from '../../../interfaces';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class InputGroupItemComponent implements ItemInputGroupData {
|
|
4
|
-
classes?: string;
|
|
5
|
-
role?: string;
|
|
6
|
-
ariaLabel?: string;
|
|
7
|
-
ariaDescribedBy?: string;
|
|
8
|
-
ariaLabelledBy?: string;
|
|
9
|
-
ariaHidden?: string;
|
|
10
|
-
ariaDisabled?: string;
|
|
11
|
-
ariaControls?: string;
|
|
12
|
-
ariaCurrent?: string;
|
|
13
|
-
ariaLive?: string;
|
|
14
|
-
ariaExpanded?: string;
|
|
15
|
-
ariaErrorMessage?: string;
|
|
16
|
-
ariaHasPopup?: string;
|
|
17
|
-
tabindex?: string;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupItemComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupItemComponent, "desy-input-group-item", never, { "classes": { "alias": "classes"; "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; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
-
}
|
package/lib/desy-forms/components/input-group/input-group-select/input-group-select.component.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
-
import { LabelComponent } from '../../label/label.component';
|
|
3
|
-
import { OptionComponent } from '../../select/option/option.component';
|
|
4
|
-
import { InputGroupItemComponent } from '../input-group-item/input-group-item.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class InputGroupSelectComponent extends InputGroupItemComponent {
|
|
7
|
-
isSelect: boolean;
|
|
8
|
-
id?: string;
|
|
9
|
-
name?: string;
|
|
10
|
-
value?: any;
|
|
11
|
-
valueChange: EventEmitter<any>;
|
|
12
|
-
formGroupClasses?: string;
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
labelRef: TemplateRef<any>;
|
|
15
|
-
selectItemComponentList: QueryList<OptionComponent>;
|
|
16
|
-
labelComponent: LabelComponent;
|
|
17
|
-
overrideLabelParams(labelComponent: LabelComponent): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupSelectComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupSelectComponent, "desy-input-group-select", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "formGroupClasses": { "alias": "formGroupClasses"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, ["selectItemComponentList", "labelComponent"], ["desy-label"], false, never>;
|
|
20
|
-
}
|