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,18 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
-
import { MenuVerticalSubData } from './menu-vertical-sub-data';
|
|
3
|
-
export interface MenuVerticalItemsData extends AccessibilityData {
|
|
4
|
-
id?: string;
|
|
5
|
-
text?: string;
|
|
6
|
-
html?: string;
|
|
7
|
-
classes?: string;
|
|
8
|
-
href?: string;
|
|
9
|
-
routerLink?: string;
|
|
10
|
-
routerLinkActiveClasses?: string;
|
|
11
|
-
fragment?: string;
|
|
12
|
-
target?: string;
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
active?: boolean;
|
|
15
|
-
divider?: boolean;
|
|
16
|
-
title?: string;
|
|
17
|
-
sub?: MenuVerticalSubData;
|
|
18
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
-
import { MenuVerticalSubItemsData } from './menu-vertical-sub-items-data';
|
|
3
|
-
export interface MenuVerticalSubData extends AccessibilityData {
|
|
4
|
-
html?: string;
|
|
5
|
-
classes?: string;
|
|
6
|
-
items?: Array<MenuVerticalSubItemsData>;
|
|
7
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
-
export interface MenuVerticalSubItemsData extends AccessibilityData {
|
|
3
|
-
id?: string;
|
|
4
|
-
text?: string;
|
|
5
|
-
html?: string;
|
|
6
|
-
classes?: string;
|
|
7
|
-
href?: string;
|
|
8
|
-
routerLink?: string;
|
|
9
|
-
routerLinkActiveClasses?: string;
|
|
10
|
-
fragment?: string;
|
|
11
|
-
target?: string;
|
|
12
|
-
disabled?: boolean;
|
|
13
|
-
active?: boolean;
|
|
14
|
-
divider?: boolean;
|
|
15
|
-
title?: string;
|
|
16
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { MenubarItemSubItemSubItem } from './menubar-item-sub-item-sub-item';
|
|
2
|
-
export interface MenubarItemSubItem {
|
|
3
|
-
id?: string;
|
|
4
|
-
role?: string;
|
|
5
|
-
ariaLabel?: string;
|
|
6
|
-
text?: string;
|
|
7
|
-
html?: string;
|
|
8
|
-
checked?: boolean;
|
|
9
|
-
items?: MenubarItemSubItemSubItem[];
|
|
10
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
-
import { MenubarItemSub } from './menubar-item-sub';
|
|
3
|
-
export interface MenubarItem extends AccessibilityData {
|
|
4
|
-
href?: string;
|
|
5
|
-
target?: string;
|
|
6
|
-
routerLink?: string | any[];
|
|
7
|
-
routerLinkActiveClasses?: string;
|
|
8
|
-
fragment?: string;
|
|
9
|
-
text?: string;
|
|
10
|
-
html?: string;
|
|
11
|
-
id?: string;
|
|
12
|
-
ariaLabel?: string;
|
|
13
|
-
sub?: MenubarItemSub;
|
|
14
|
-
classes?: string;
|
|
15
|
-
title?: string;
|
|
16
|
-
disabled?: boolean;
|
|
17
|
-
active?: boolean;
|
|
18
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
-
export interface NavItemData extends AccessibilityData {
|
|
3
|
-
href?: string;
|
|
4
|
-
routerLink?: string | any[];
|
|
5
|
-
routerLinkActiveClasses?: string | string[];
|
|
6
|
-
fragment?: string;
|
|
7
|
-
target?: string;
|
|
8
|
-
text?: string;
|
|
9
|
-
html?: string;
|
|
10
|
-
id?: string;
|
|
11
|
-
active?: boolean;
|
|
12
|
-
disabled?: boolean;
|
|
13
|
-
divider?: boolean;
|
|
14
|
-
classes?: string;
|
|
15
|
-
title?: string;
|
|
16
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
2
|
-
export interface NotificationItemsData extends AccessibilityData {
|
|
3
|
-
href?: string;
|
|
4
|
-
target?: string;
|
|
5
|
-
routerLink?: string;
|
|
6
|
-
fragment?: string;
|
|
7
|
-
text?: string;
|
|
8
|
-
html?: string;
|
|
9
|
-
id?: string;
|
|
10
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ContentData, DescriptionData, IconData, TitleData } from '../../desy-commons/interfaces';
|
|
2
|
-
import { AccessibilityData } from '../../shared/interfaces/accessibility-data';
|
|
3
|
-
import { NotificationItemsData } from './notification-items-data';
|
|
4
|
-
export interface NotificationOptions extends AccessibilityData {
|
|
5
|
-
id?: string;
|
|
6
|
-
classes?: string;
|
|
7
|
-
isOpen?: boolean;
|
|
8
|
-
titleNotification?: TitleData;
|
|
9
|
-
description?: DescriptionData;
|
|
10
|
-
content?: ContentData;
|
|
11
|
-
items?: Array<NotificationItemsData>;
|
|
12
|
-
icon?: IconData;
|
|
13
|
-
type?: string;
|
|
14
|
-
isDismissible?: boolean;
|
|
15
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ChangeDetectorRef, EventEmitter, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import { PaginationItemPerPageComponent } from '../pagination-item-perpage/pagination-item-perpage.component';
|
|
4
|
-
import { PaginationListboxLabelComponent } from '../pagination-listbox-label/pagination-listbox-label.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class PaginationComponent extends AccessibilityComponent implements OnChanges, AfterContentInit {
|
|
7
|
-
private changeDetector;
|
|
8
|
-
hasSelect?: boolean;
|
|
9
|
-
idPrefix?: string;
|
|
10
|
-
totalItems: number;
|
|
11
|
-
hasPrevious: boolean;
|
|
12
|
-
hasNext: boolean;
|
|
13
|
-
hasFirst: boolean;
|
|
14
|
-
hasLast: boolean;
|
|
15
|
-
showPrevious: boolean;
|
|
16
|
-
showNext: boolean;
|
|
17
|
-
showFirst: boolean;
|
|
18
|
-
showLast: boolean;
|
|
19
|
-
previousText?: string;
|
|
20
|
-
nextText?: string;
|
|
21
|
-
firstText?: string;
|
|
22
|
-
lastText?: string;
|
|
23
|
-
hasSelectItemsPerPage?: string | boolean;
|
|
24
|
-
classes?: string;
|
|
25
|
-
classesContainer: any;
|
|
26
|
-
id: any;
|
|
27
|
-
listboxLabel: PaginationListboxLabelComponent;
|
|
28
|
-
listboxItemsPerPage: QueryList<PaginationItemPerPageComponent>;
|
|
29
|
-
currentPage: number;
|
|
30
|
-
currentPageChange: EventEmitter<number>;
|
|
31
|
-
itemsPerPage: number;
|
|
32
|
-
itemsPerPageChange: EventEmitter<number>;
|
|
33
|
-
nPages: number;
|
|
34
|
-
items?: PaginationItemPerPageModel[];
|
|
35
|
-
value?: number;
|
|
36
|
-
itemsPerPageList?: PaginationItemPerPageComponent[];
|
|
37
|
-
valuePerPage?: number;
|
|
38
|
-
nPagesHistory: number;
|
|
39
|
-
defaultText: boolean;
|
|
40
|
-
readonly previousIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 140 140\" width=\"1em\" height=\"1em\" class=\"self-center h-2.5 w-2.5 mr-2\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M54.87 71.77a2.5 2.5 0 010-3.54L106 17.07A10 10 0 1091.89 2.93L35.43 59.39a15 15 0 000 21.22l56.46 56.46A10 10 0 10106 122.93z\" fill=\"currentColor\" /></svg>";
|
|
41
|
-
readonly nextIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 140 140\" width=\"1em\" height=\"1em\" class=\"self-center h-2.5 w-2.5 ml-2\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M34 137.07a10 10 0 010-14.14l51.13-51.16a2.5 2.5 0 000-3.54L34 17.07A10 10 0 0148.11 2.93l56.46 56.46a15 15 0 010 21.22l-56.46 56.46a10 10 0 01-14.11 0z\" fill=\"currentColor\" /></svg>";
|
|
42
|
-
readonly firstIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"1em\" height=\"1em\" class=\"self-center h-2.5 w-2.5 mr-2\" aria-hidden=\"true\" focusable=\"false\"><g><path d=\"M10.42,12a2.64,2.64,0,0,1,.77-1.88L20.73.58a1.77,1.77,0,0,1,2.5,2.5l-8.74,8.74a.27.27,0,0,0,0,.36l8.74,8.74a1.77,1.77,0,0,1-2.5,2.5l-9.54-9.54A2.64,2.64,0,0,1,10.42,12Z\" fill=\"currentColor\"></path><path d=\"M.25,12A2.65,2.65,0,0,1,1,10.12L10.57.58a1.77,1.77,0,0,1,2.5,2.5L4.33,11.82a.25.25,0,0,0,0,.36l8.74,8.74a1.77,1.77,0,0,1-2.5,2.5L1,13.88A2.65,2.65,0,0,1,.25,12Z\" fill=\"currentColor\"></path></g></svg>";
|
|
43
|
-
readonly lastIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"1em\" height=\"1em\" class=\"self-center h-2.5 w-2.5 ml-2\" aria-hidden=\"true\" focusable=\"false\"><g><path d=\"M13.58,12a2.64,2.64,0,0,1-.77,1.88L3.27,23.42a1.77,1.77,0,0,1-2.5-2.5l8.74-8.74a.27.27,0,0,0,0-.36L.77,3.08A1.77,1.77,0,0,1,3.27.58l9.54,9.54A2.64,2.64,0,0,1,13.58,12Z\" fill=\"currentColor\"></path><path d=\"M23.75,12A2.65,2.65,0,0,1,23,13.88l-9.54,9.54a1.77,1.77,0,0,1-2.5-2.5l8.74-8.74a.25.25,0,0,0,0-.36L10.93,3.08a1.77,1.77,0,0,1,2.5-2.5L23,10.12A2.65,2.65,0,0,1,23.75,12Z\" fill=\"currentColor\"></path></g></svg>";
|
|
44
|
-
readonly prefix = "<span class=\"sr-only\">P\u00E1gina </span>";
|
|
45
|
-
constructor(changeDetector: ChangeDetectorRef);
|
|
46
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
47
|
-
ngAfterContentInit(): void;
|
|
48
|
-
checkChanges(): void;
|
|
49
|
-
getSuffix(page: number, isNumber?: boolean): string;
|
|
50
|
-
getLastItemNumber(pageIndex: number): number;
|
|
51
|
-
buildPages(): void;
|
|
52
|
-
getIdPrefix(): string;
|
|
53
|
-
getButtonId(index: number): string;
|
|
54
|
-
changePage(current: number): void;
|
|
55
|
-
previous(): void;
|
|
56
|
-
next(): void;
|
|
57
|
-
first(): void;
|
|
58
|
-
last(): void;
|
|
59
|
-
changeItemsPerPage(event: any): void;
|
|
60
|
-
handleActiveItemChange(event: number): void;
|
|
61
|
-
setupItemsPerPage(): void;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "desy-pagination", never, { "hasSelect": { "alias": "hasSelect"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "hasPrevious": { "alias": "hasPrevious"; "required": false; }; "hasNext": { "alias": "hasNext"; "required": false; }; "hasFirst": { "alias": "hasFirst"; "required": false; }; "hasLast": { "alias": "hasLast"; "required": false; }; "showPrevious": { "alias": "showPrevious"; "required": false; }; "showNext": { "alias": "showNext"; "required": false; }; "showFirst": { "alias": "showFirst"; "required": false; }; "showLast": { "alias": "showLast"; "required": false; }; "previousText": { "alias": "previousText"; "required": false; }; "nextText": { "alias": "nextText"; "required": false; }; "firstText": { "alias": "firstText"; "required": false; }; "lastText": { "alias": "lastText"; "required": false; }; "hasSelectItemsPerPage": { "alias": "hasSelectItemsPerPage"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "classesContainer": { "alias": "classesContainer"; "required": false; }; "id": { "alias": "id"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; }, { "currentPageChange": "currentPageChange"; "itemsPerPageChange": "itemsPerPageChange"; }, ["listboxLabel", "listboxItemsPerPage"], never, false, never>;
|
|
64
|
-
}
|
|
65
|
-
interface PaginationItemPerPageModel {
|
|
66
|
-
value: number;
|
|
67
|
-
text: number;
|
|
68
|
-
selected: boolean;
|
|
69
|
-
}
|
|
70
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { SelectItemData } from '../../../desy-forms/interfaces/select-item-data';
|
|
2
|
-
import { ContentBaseComponent } from './../../../shared/components/content-base/content-base.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PaginationItemPerPageComponent extends ContentBaseComponent implements SelectItemData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
value?: number;
|
|
7
|
-
selected?: boolean;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationItemPerPageComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationItemPerPageComponent, "desy-pagination-item-perpage", never, { "classes": { "alias": "classes"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from './../../../shared/components/content-base/content-base.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PaginationListboxLabelComponent extends ContentBaseComponent {
|
|
4
|
-
classes?: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationListboxLabelComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationListboxLabelComponent, "desy-pagination-listbox-label", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/pagination/pagination.component";
|
|
3
|
-
import * as i2 from "./components/pagination-listbox-label/pagination-listbox-label.component";
|
|
4
|
-
import * as i3 from "./components/pagination-item-perpage/pagination-item-perpage.component";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "../shared/shared.module";
|
|
7
|
-
import * as i6 from "../desy-nav/desy-nav.module";
|
|
8
|
-
import * as i7 from "../desy-buttons/desy-buttons.module";
|
|
9
|
-
import * as i8 from "../desy-forms/desy-forms.module";
|
|
10
|
-
import * as i9 from "@angular/forms";
|
|
11
|
-
export declare class DesyPaginationModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DesyPaginationModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesyPaginationModule, [typeof i1.PaginationComponent, typeof i2.PaginationListboxLabelComponent, typeof i3.PaginationItemPerPageComponent], [typeof i4.CommonModule, typeof i5.SharedModule, typeof i6.DesyNavModule, typeof i7.DesyButtonsModule, typeof i8.DesyFormsModule, typeof i9.FormsModule], [typeof i1.PaginationComponent, typeof i2.PaginationListboxLabelComponent, typeof i3.PaginationItemPerPageComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DesyPaginationModule>;
|
|
15
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TableCaptionComponent extends ContentBaseComponent {
|
|
4
|
-
classes?: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableCaptionComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableCaptionComponent, "desy-table-caption", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import { CellData } from '../../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableCellComponent extends ContentBaseComponent implements CellData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
id?: string;
|
|
7
|
-
colspan?: number;
|
|
8
|
-
rowspan?: number;
|
|
9
|
-
header?: string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableCellComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableCellComponent, "desy-table-cell", never, { "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; "header": { "alias": "header"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { TableCellComponent } from './table-cell.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableFooterComponent {
|
|
5
|
-
cells: QueryList<TableCellComponent>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableFooterComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableFooterComponent, "desy-table-footer", never, {}, {}, ["cells"], never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { TableCellComponent } from './table-cell.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableHeaderComponent {
|
|
5
|
-
cells: QueryList<TableCellComponent>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderComponent, "desy-table-header", never, {}, {}, ["cells"], never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { TableCellComponent } from './table-cell.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableRowComponent {
|
|
5
|
-
cells: QueryList<TableCellComponent>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableRowComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "desy-table-row", never, {}, {}, ["cells"], never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
3
|
-
import { CellData, WrapperData } from '../../interfaces';
|
|
4
|
-
import { TableCaptionComponent } from './components/table-caption.component';
|
|
5
|
-
import { TableCellComponent } from './components/table-cell.component';
|
|
6
|
-
import { TableFooterComponent } from './components/table-footer.component';
|
|
7
|
-
import { TableHeaderComponent } from './components/table-header.component';
|
|
8
|
-
import { TableRowComponent } from './components/table-row.component';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class TableComponent extends AccessibilityComponent {
|
|
11
|
-
rows?: Array<CellData[]>;
|
|
12
|
-
head?: CellData[];
|
|
13
|
-
foot?: CellData[];
|
|
14
|
-
caption?: string;
|
|
15
|
-
captionClasses?: string;
|
|
16
|
-
firstCellIsHeader?: boolean;
|
|
17
|
-
classes?: string;
|
|
18
|
-
id?: string;
|
|
19
|
-
wrapper?: WrapperData;
|
|
20
|
-
captionComponent: TableCaptionComponent;
|
|
21
|
-
headerComponent: TableHeaderComponent;
|
|
22
|
-
footerComponent: TableFooterComponent;
|
|
23
|
-
rowComponentList: QueryList<TableRowComponent>;
|
|
24
|
-
extractedTexts: string[];
|
|
25
|
-
handleContentExtracted(extractedText: string): void;
|
|
26
|
-
getCaptionClass(): string | undefined;
|
|
27
|
-
getHeaderCells(): TableCellComponent[] | CellData[];
|
|
28
|
-
getFooterCells(): TableCellComponent[] | CellData[];
|
|
29
|
-
getRows(): CellData[][] | TableRowComponent[];
|
|
30
|
-
getRowCells(row: TableRowComponent | CellData[]): TableCellComponent[] | CellData[];
|
|
31
|
-
private assignExtractedTextsToCells;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "desy-table", never, { "rows": { "alias": "rows"; "required": false; }; "head": { "alias": "head"; "required": false; }; "foot": { "alias": "foot"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "captionClasses": { "alias": "captionClasses"; "required": false; }; "firstCellIsHeader": { "alias": "firstCellIsHeader"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; "wrapper": { "alias": "wrapper"; "required": false; }; }, {}, ["captionComponent", "headerComponent", "footerComponent", "rowComponentList"], never, false, never>;
|
|
34
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import { CellData } from '../../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableAdvancedFooterCellComponent extends ContentBaseComponent implements CellData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
id?: string;
|
|
7
|
-
colspan?: number;
|
|
8
|
-
rowspan?: number;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableAdvancedFooterCellComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableAdvancedFooterCellComponent, "desy-table-advanced-footer-cell", never, { "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
-
}
|
package/lib/desy-tables/components/table-advanced/components/table-advanced-footer.component.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import { TableAdvancedFooterCellComponent } from './table-advanced-footer-cell.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableAdvancedFooterComponent {
|
|
5
|
-
cellsList: QueryList<TableAdvancedFooterCellComponent>;
|
|
6
|
-
id?: string;
|
|
7
|
-
checked?: boolean;
|
|
8
|
-
checkedChange: EventEmitter<boolean>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableAdvancedFooterComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableAdvancedFooterComponent, "desy-table-advanced-footer", never, { "id": { "alias": "id"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "checkedChange": "checkedChange"; }, ["cellsList"], never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import { HeadCellModelData, OrderBy } from '../../../interfaces';
|
|
3
|
-
import { ContentComponent } from './../../../../desy-commons/components/content/content.component';
|
|
4
|
-
import { TableAdvancedSelectComponent } from './table-advanced-select.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TableAdvancedHeaderCellComponent extends ContentBaseComponent implements HeadCellModelData {
|
|
7
|
-
classes?: string;
|
|
8
|
-
id?: string;
|
|
9
|
-
colspan?: number;
|
|
10
|
-
rowspan?: number;
|
|
11
|
-
orderBy?: OrderBy;
|
|
12
|
-
hasFilter?: boolean;
|
|
13
|
-
filterClasses?: string;
|
|
14
|
-
filterText?: string;
|
|
15
|
-
hasSelect?: boolean;
|
|
16
|
-
identifier?: string;
|
|
17
|
-
useFullWordFilter: boolean;
|
|
18
|
-
useFullWordSelect: boolean;
|
|
19
|
-
valueFilter?: string | null;
|
|
20
|
-
activeFilter?: boolean;
|
|
21
|
-
valueSelect?: string;
|
|
22
|
-
activeSelect?: boolean;
|
|
23
|
-
selectComponent?: TableAdvancedSelectComponent;
|
|
24
|
-
contentComponent?: ContentComponent;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableAdvancedHeaderCellComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableAdvancedHeaderCellComponent, "desy-table-advanced-header-cell", never, { "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; "orderBy": { "alias": "orderBy"; "required": false; }; "hasFilter": { "alias": "hasFilter"; "required": false; }; "filterClasses": { "alias": "filterClasses"; "required": false; }; "filterText": { "alias": "filterText"; "required": false; }; "hasSelect": { "alias": "hasSelect"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "useFullWordFilter": { "alias": "useFullWordFilter"; "required": false; }; "useFullWordSelect": { "alias": "useFullWordSelect"; "required": false; }; }, {}, ["selectComponent", "contentComponent"], ["*"], false, never>;
|
|
27
|
-
}
|
package/lib/desy-tables/components/table-advanced/components/table-advanced-header.component.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { TableAdvancedHeaderCellComponent } from './table-advanced-header-cell.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableAdvancedHeaderComponent {
|
|
5
|
-
cells: QueryList<TableAdvancedHeaderCellComponent>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableAdvancedHeaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableAdvancedHeaderComponent, "desy-table-advanced-header", never, {}, {}, ["cells"], never, false, never>;
|
|
8
|
-
}
|
package/lib/desy-tables/components/table-advanced/components/table-advanced-row-cell.component.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import { CellData } from '../../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableAdvancedRowCellComponent extends ContentBaseComponent implements CellData {
|
|
5
|
-
classes?: string;
|
|
6
|
-
id?: string;
|
|
7
|
-
colspan?: number;
|
|
8
|
-
rowspan?: number;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableAdvancedRowCellComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableAdvancedRowCellComponent, "desy-table-advanced-row-cell", never, { "classes": { "alias": "classes"; "required": false; }; "id": { "alias": "id"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
-
}
|
package/lib/desy-tables/components/table-advanced/components/table-advanced-row.component.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import { TableAdvancedRowCellComponent } from './table-advanced-row-cell.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableAdvancedRowComponent {
|
|
5
|
-
cellsList: QueryList<TableAdvancedRowCellComponent>;
|
|
6
|
-
id?: string;
|
|
7
|
-
checked?: boolean;
|
|
8
|
-
checkedChange: EventEmitter<boolean>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableAdvancedRowComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableAdvancedRowComponent, "desy-table-advanced-row", never, { "id": { "alias": "id"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "checkedChange": "checkedChange"; }, ["cellsList"], never, false, never>;
|
|
11
|
-
}
|
package/lib/desy-tables/components/table-advanced/components/table-advanced-select.component.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import { OptionComponent } from './../../../../desy-forms/components/select/option/option.component';
|
|
3
|
-
import { SelectComponent } from './../../../../desy-forms/components/select/select.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TableAdvancedSelectComponent extends SelectComponent {
|
|
6
|
-
isSelect: boolean;
|
|
7
|
-
value: any;
|
|
8
|
-
valueChange: EventEmitter<any>;
|
|
9
|
-
selectItemComponentList: QueryList<OptionComponent>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableAdvancedSelectComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableAdvancedSelectComponent, "desy-table-advanced-select", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, ["selectItemComponentList"], never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, QueryList } from '@angular/core';
|
|
2
|
-
import { CheckboxItemComponent } from '../../../desy-forms/components/checkboxes/checkbox-item/checkbox-item.component';
|
|
3
|
-
import { SelectItemData } from '../../../desy-forms/interfaces/select-item-data';
|
|
4
|
-
import { AccessibilityComponent } from '../../../shared/components';
|
|
5
|
-
import { CellDirective } from '../../directives/cell.directive';
|
|
6
|
-
import { RowDirective } from '../../directives/row.directive';
|
|
7
|
-
import { HeadCellModelData, OrderBy, RowData, WrapperData } from '../../interfaces';
|
|
8
|
-
import { RecalculateTableParams } from '../../interfaces/recalculate-table-params';
|
|
9
|
-
import { TableCaptionComponent } from '../table/components/table-caption.component';
|
|
10
|
-
import { ContentComponent } from './../../../desy-commons/components/content/content.component';
|
|
11
|
-
import { TableAdvancedFooterComponent } from './components/table-advanced-footer.component';
|
|
12
|
-
import { TableAdvancedHeaderCellComponent } from './components/table-advanced-header-cell.component';
|
|
13
|
-
import { TableAdvancedHeaderComponent } from './components/table-advanced-header.component';
|
|
14
|
-
import { TableAdvancedRowComponent } from './components/table-advanced-row.component';
|
|
15
|
-
import { TableAdvancedSelectComponent } from './components/table-advanced-select.component';
|
|
16
|
-
import * as i0 from "@angular/core";
|
|
17
|
-
export declare class TableAdvancedComponent extends AccessibilityComponent implements AfterViewInit, AfterContentInit, OnDestroy {
|
|
18
|
-
private el;
|
|
19
|
-
private changeDetector;
|
|
20
|
-
_rows?: RowData[];
|
|
21
|
-
set rows(rows: RowData[]);
|
|
22
|
-
get rows(): RowData[] | undefined;
|
|
23
|
-
head?: HeadCellModelData[];
|
|
24
|
-
foot?: RowData[];
|
|
25
|
-
caption?: string;
|
|
26
|
-
captionClasses?: string;
|
|
27
|
-
firstCellIsHeader: boolean;
|
|
28
|
-
hasCheckboxes: boolean;
|
|
29
|
-
idPrefix?: string;
|
|
30
|
-
classes?: string;
|
|
31
|
-
checkboxClasses?: string;
|
|
32
|
-
id?: string;
|
|
33
|
-
wrapper?: WrapperData;
|
|
34
|
-
selectAllPages: boolean;
|
|
35
|
-
totalItems: number;
|
|
36
|
-
usePagination: boolean;
|
|
37
|
-
allowFilterAndOrder: boolean;
|
|
38
|
-
private useFullWorld;
|
|
39
|
-
rowsCheckedInside: Record<string | number, boolean>;
|
|
40
|
-
numberOfSelectedRows: number;
|
|
41
|
-
captionComponent: TableCaptionComponent;
|
|
42
|
-
headerComponent: TableAdvancedHeaderComponent;
|
|
43
|
-
footerComponent: QueryList<TableAdvancedFooterComponent>;
|
|
44
|
-
rowComponentList: QueryList<TableAdvancedRowComponent>;
|
|
45
|
-
rowData: QueryList<RowDirective>;
|
|
46
|
-
rowsChange: EventEmitter<any>;
|
|
47
|
-
rowsChecked: EventEmitter<any>;
|
|
48
|
-
allRowsChecked: EventEmitter<any>;
|
|
49
|
-
recalculateTable: EventEmitter<RecalculateTableParams>;
|
|
50
|
-
filterBy: EventEmitter<Object>;
|
|
51
|
-
selectedBy: EventEmitter<string>;
|
|
52
|
-
sortBy: EventEmitter<Object>;
|
|
53
|
-
rowsUnChecked: EventEmitter<any>;
|
|
54
|
-
visibleRows?: RowData[] | TableAdvancedRowComponent[];
|
|
55
|
-
orderByType: typeof OrderBy;
|
|
56
|
-
constructor(el: ElementRef, changeDetector: ChangeDetectorRef);
|
|
57
|
-
private rowsSubscription?;
|
|
58
|
-
ngAfterContentInit(): void;
|
|
59
|
-
ngOnDestroy(): void;
|
|
60
|
-
ngAfterViewInit(): void;
|
|
61
|
-
/**
|
|
62
|
-
* Refresca las filas visibles tras realizarse una búsqueda o una ordenación
|
|
63
|
-
*/
|
|
64
|
-
recalculateVisibleElements(): void;
|
|
65
|
-
/**
|
|
66
|
-
* Construye los parámetros necesarios para recalcular la tabla, indicando los filtros y la ordenación
|
|
67
|
-
*/
|
|
68
|
-
private buildRecalculateParams;
|
|
69
|
-
/**
|
|
70
|
-
* funciones de recoger ids, y caracteristicas
|
|
71
|
-
*/
|
|
72
|
-
hasFilters(): boolean;
|
|
73
|
-
getHeaderCells(): HeadCellModelData[] | TableAdvancedHeaderCellComponent[] | undefined;
|
|
74
|
-
getFooterCells(): RowData[] | TableAdvancedFooterComponent[] | undefined;
|
|
75
|
-
getRows(): RowData[] | TableAdvancedRowComponent[];
|
|
76
|
-
/**
|
|
77
|
-
* Si se sobreescribe el comportamiento por defecto de filtrado y ordenación, se utilizarán las indicadas desde fuera del
|
|
78
|
-
* componente (ya sea por parámetro o por contenido).
|
|
79
|
-
* Si no se sobreescribe, devuelve las filas calculadas.
|
|
80
|
-
*/
|
|
81
|
-
getVisibleRows(): RowData[] | TableAdvancedRowComponent[];
|
|
82
|
-
getIdPrefix(): string;
|
|
83
|
-
getIdHeader(index: number): string;
|
|
84
|
-
getIdRowCheckbox(index: number): string;
|
|
85
|
-
getIdHeaderFilter(index: number): string;
|
|
86
|
-
getIdHeaderSelect(index: number): string;
|
|
87
|
-
getCaptionClass(): string;
|
|
88
|
-
getStringOrderBy(orderBy: OrderBy): string;
|
|
89
|
-
getSelectForItem(item: any): TableAdvancedSelectComponent | undefined;
|
|
90
|
-
getItemSelectOptions(item: TableAdvancedSelectComponent): SelectItemData[];
|
|
91
|
-
getContentComponent(item: TableAdvancedHeaderCellComponent): ContentComponent | undefined;
|
|
92
|
-
/**
|
|
93
|
-
* checks
|
|
94
|
-
*/
|
|
95
|
-
handleCheckboxChange(row: RowData | TableAdvancedRowComponent): void;
|
|
96
|
-
/**
|
|
97
|
-
* Permite desmarcar todas las filas
|
|
98
|
-
*/
|
|
99
|
-
private uncheckAll;
|
|
100
|
-
unselectedRows: Set<number>;
|
|
101
|
-
selectedAllRowsChecked: boolean;
|
|
102
|
-
/**
|
|
103
|
-
* Notifica cambios en las filas
|
|
104
|
-
*/
|
|
105
|
-
private notifyCheckedChange;
|
|
106
|
-
private areAllRowsChecked;
|
|
107
|
-
private areAnyRowsChecked;
|
|
108
|
-
/**
|
|
109
|
-
* busqueda
|
|
110
|
-
*/
|
|
111
|
-
handleInputSearch(item: HeadCellModelData, fromSelect: boolean): void;
|
|
112
|
-
handleButtonSearch(item: HeadCellModelData): void;
|
|
113
|
-
/**
|
|
114
|
-
* Se filtran las filas según lo especificado en la barra de búsqueda de cada columna.
|
|
115
|
-
* Si no hay búsqueda sse devuelven todas las filas.
|
|
116
|
-
* @param recalculateParams parametros para recalcular los elementos visibles
|
|
117
|
-
* @param rows lista con todas las filas
|
|
118
|
-
* @return lista de filas filtrada
|
|
119
|
-
*/
|
|
120
|
-
private filterRows;
|
|
121
|
-
/**
|
|
122
|
-
* ordenacion
|
|
123
|
-
*/
|
|
124
|
-
/**
|
|
125
|
-
* Permite indicar que se debe ordenar la tabla
|
|
126
|
-
* @param index indice de la columna
|
|
127
|
-
*/
|
|
128
|
-
handleSortByColumn(index: number, event: MouseEvent | KeyboardEvent): void;
|
|
129
|
-
/**
|
|
130
|
-
* Ordena las filas indicadas según la columna especificada en la cabecera
|
|
131
|
-
* @param recalculateParams parametros para recalcular los elementos visibles
|
|
132
|
-
* @param rows filas de la tabla a ordenar
|
|
133
|
-
* @return mismas filas pero ordenadas por la columna indicada
|
|
134
|
-
*/
|
|
135
|
-
private sortRows;
|
|
136
|
-
/**
|
|
137
|
-
* Compara el contenido de dos celdas. Este se invierte si el orden especificado es descendente.
|
|
138
|
-
*/
|
|
139
|
-
compareCellContent(a: CellDirective, b: CellDirective, isAsc: boolean): number;
|
|
140
|
-
private parseDateTime;
|
|
141
|
-
/**
|
|
142
|
-
* se calcula la ordenación nueva
|
|
143
|
-
*/
|
|
144
|
-
private getNextDirection;
|
|
145
|
-
/**
|
|
146
|
-
* si es una cantidad de dinero se quita € para poder comparar los numeros
|
|
147
|
-
*/
|
|
148
|
-
private cleanCurrency;
|
|
149
|
-
selectFilter(item: TableAdvancedSelectComponent, itemValue: any): void;
|
|
150
|
-
checkboxComponent: CheckboxItemComponent;
|
|
151
|
-
checkUncheckAll(): void;
|
|
152
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableAdvancedComponent, never>;
|
|
153
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableAdvancedComponent, "desy-table-advanced", never, { "rows": { "alias": "rows"; "required": false; }; "head": { "alias": "head"; "required": false; }; "foot": { "alias": "foot"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "captionClasses": { "alias": "captionClasses"; "required": false; }; "firstCellIsHeader": { "alias": "firstCellIsHeader"; "required": false; }; "hasCheckboxes": { "alias": "hasCheckboxes"; "required": false; }; "idPrefix": { "alias": "idPrefix"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; "checkboxClasses": { "alias": "checkboxClasses"; "required": false; }; "id": { "alias": "id"; "required": false; }; "wrapper": { "alias": "wrapper"; "required": false; }; "selectAllPages": { "alias": "selectAllPages"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "usePagination": { "alias": "usePagination"; "required": false; }; "allowFilterAndOrder": { "alias": "allowFilterAndOrder"; "required": false; }; }, { "rowsChange": "rowsChange"; "rowsChecked": "rowsChecked"; "allRowsChecked": "allRowsChecked"; "recalculateTable": "recalculateTable"; "filterBy": "filterBy"; "selectedBy": "selectedBy"; "sortBy": "sortBy"; "rowsUnChecked": "rowsUnChecked"; }, ["captionComponent", "headerComponent", "footerComponent", "rowComponentList"], [":not(desy-table-advanced-header):not(desy-table-advanced-row):not(desy-table-advanced-footer):not(desy-table-caption)"], false, never>;
|
|
154
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ContentBaseComponent } from '../../../../shared/components';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TreegridCaptionComponent extends ContentBaseComponent {
|
|
4
|
-
classes?: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreegridCaptionComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreegridCaptionComponent, "desy-treegrid-caption", never, { "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|