@ethlete/cdk 4.3.4 → 4.4.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/CHANGELOG.md +53 -0
- package/esm2022/lib/components/accordion/components/accordion/accordion.component.mjs +3 -3
- package/esm2022/lib/components/accordion/components/accordion-group/accordion-group.component.mjs +3 -3
- package/esm2022/lib/components/accordion/partials/accordion-hint/accordion-hint.directive.mjs +3 -3
- package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.mjs +3 -3
- package/esm2022/lib/components/accordion/partials/accordion-label/accordion-label.directive.mjs +3 -3
- package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.mjs +3 -3
- package/esm2022/lib/components/bracket/components/bracket/bracket.component.mjs +3 -3
- package/esm2022/lib/components/bracket/directives/bracket-match/bracket-match.directive.mjs +3 -3
- package/esm2022/lib/components/bracket/directives/bracket-round/bracket-round.directive.mjs +3 -3
- package/esm2022/lib/components/bracket/partials/bracket-match/bracket-match.component.mjs +3 -3
- package/esm2022/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.mjs +3 -3
- package/esm2022/lib/components/button/components/button/button.component.mjs +3 -3
- package/esm2022/lib/components/button/components/query-button/query-button.component.mjs +3 -3
- package/esm2022/lib/components/button/directives/button/button.directive.mjs +3 -3
- package/esm2022/lib/components/button/directives/query-button/query-button.directive.mjs +3 -3
- package/esm2022/lib/components/filter/filter-overlay/components/filter-overlay-page-outlet/filter-overlay-page-outlet.component.mjs +3 -3
- package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-back-or-close/filter-overlay-back-or-close.directive.mjs +3 -3
- package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-link/filter-overlay-link.directive.mjs +3 -3
- package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-reset/filter-overlay-reset.directive.mjs +3 -3
- package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-submit/filter-overlay-submit.directive.mjs +3 -3
- package/esm2022/lib/components/filter/filter-overlay/services/filter-overlay.service.mjs +3 -3
- package/esm2022/lib/components/filter/rich-filter/components/rich-filter-host/rich-filter-host.component.mjs +3 -3
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button/rich-filter-button.directive.mjs +3 -3
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button-slot/rich-filter-button-slot.directive.mjs +3 -3
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-content/rich-filter-content.directive.mjs +3 -3
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-top/rich-filter-top.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/error/components/error/error.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/components/date-input/date-input.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/components/email-input/email-input.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/components/input-field/input-field.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/components/number-input/number-input.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/components/password-input/password-input.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/components/search-input/search-input.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/components/text-input/text-input.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/components/textarea-input/textarea-input.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/directives/date-input/date-input.directive.mjs +9 -9
- package/esm2022/lib/components/forms/components/input/directives/email-input/email-input.directive.mjs +9 -9
- package/esm2022/lib/components/forms/components/input/directives/number-input/number-input.directive.mjs +9 -9
- package/esm2022/lib/components/forms/components/input/directives/password-input/password-input.directive.mjs +9 -9
- package/esm2022/lib/components/forms/components/input/directives/search-input/search-input.directive.mjs +9 -9
- package/esm2022/lib/components/forms/components/input/directives/text-input/text-input.directive.mjs +9 -9
- package/esm2022/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.mjs +9 -9
- package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/label/components/label/label.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/radio/components/radio/radio.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/radio/components/radio-field/radio-field.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/radio/components/radio-group/radio-group.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/radio/directives/radio/radio.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.mjs +4 -4
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-empty-template/combobox-body-empty-template.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-error-template/combobox-body-error-template.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-loading-template/combobox-body-loading-template.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/combobox-body-more-items-hint-template.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-option-template/combobox-option-template.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-selected-option-template/combobox-selected-option-template.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/select/components/select/select.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/select/directives/select/select.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/components/select-field/select-field.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/select/directives/select-field/select-field.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/selection-list/components/selection-list-field/selection-list-field.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/selection-list/components/selection-list-option/selection-list-option.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-field/selection-list-field.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-option/selection-list-option.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/slider/components/slider/slider.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/slider/components/slider-field/slider-field.component.mjs +3 -3
- package/esm2022/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.mjs +3 -3
- package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +3 -3
- package/esm2022/lib/components/forms/directives/expose-input-vars/expose-input-vars.directive.mjs +3 -3
- package/esm2022/lib/components/forms/directives/if-input-empty/if-input-empty.directive.mjs +3 -3
- package/esm2022/lib/components/forms/directives/if-input-filled/if-input-filled.directive.mjs +3 -3
- package/esm2022/lib/components/forms/directives/input/input.directive.mjs +12 -4
- package/esm2022/lib/components/forms/directives/input-prefix/input-prefix.directive.mjs +3 -3
- package/esm2022/lib/components/forms/directives/input-suffix/input-suffix.directive.mjs +3 -3
- package/esm2022/lib/components/forms/directives/native-input-ref/native-input-ref.directive.mjs +4 -4
- package/esm2022/lib/components/forms/directives/static-form-field/static-form-field.directive.mjs +3 -3
- package/esm2022/lib/components/forms/directives/static-form-group/static-form-group.directive.mjs +3 -3
- package/esm2022/lib/components/forms/directives/writeable-input/writeable-input.directive.mjs +4 -4
- package/esm2022/lib/components/forms/services/default-validator-errors.service.mjs +3 -3
- package/esm2022/lib/components/forms/services/form-field-state.service.mjs +3 -3
- package/esm2022/lib/components/forms/services/form-group-state.service.mjs +3 -3
- package/esm2022/lib/components/forms/services/input-state.service.mjs +4 -4
- package/esm2022/lib/components/forms/utils/decorated-form-field.base.mjs +3 -3
- package/esm2022/lib/components/forms/utils/decorated-input.base.mjs +3 -3
- package/esm2022/lib/components/forms/utils/input.base.mjs +14 -8
- package/esm2022/lib/components/icons/chevron-icon/chevron-icon.component.mjs +3 -3
- package/esm2022/lib/components/masonry/components/masonry/masonry.component.mjs +3 -3
- package/esm2022/lib/components/masonry/partials/masonry-item/masonry-item.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.mjs +3 -3
- package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-swipe-handler.service.mjs +3 -3
- package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.mjs +3 -3
- package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/dialog/services/dialog-base.service.mjs +3 -3
- package/esm2022/lib/components/overlay/components/dialog/services/dialog.service.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/context-menu-trigger.mjs +6 -6
- package/esm2022/lib/components/overlay/components/menu/menu-aim.mjs +6 -6
- package/esm2022/lib/components/overlay/components/menu/menu-bar.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/menu-base.mjs +23 -4
- package/esm2022/lib/components/overlay/components/menu/menu-group.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/menu-interface.mjs +1 -1
- package/esm2022/lib/components/overlay/components/menu/menu-item-checkbox.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/menu-item-radio.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/menu-item-selectable.mjs +7 -4
- package/esm2022/lib/components/overlay/components/menu/menu-item.mjs +7 -4
- package/esm2022/lib/components/overlay/components/menu/menu-module.mjs +4 -4
- package/esm2022/lib/components/overlay/components/menu/menu-stack.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/menu-trigger-base.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/menu-trigger.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/menu.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/components/overlay-container/overlay-container.component.mjs +35 -8
- package/esm2022/lib/components/overlay/components/overlay/overlay.imports.mjs +9 -4
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-body/overlay-body.component.mjs +147 -0
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-body/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-close/overlay-close.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-footer/overlay-footer.directive.mjs +49 -0
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-footer/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header/overlay-header.directive.mjs +49 -0
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-title/overlay-title.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/public-api.mjs +4 -1
- package/esm2022/lib/components/overlay/components/overlay/services/overlay.service.mjs +5 -4
- package/esm2022/lib/components/overlay/components/overlay/utils/overlay-ref.mjs +16 -2
- package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/directives/dynamic-overlay-title/dynamic-overlay-title.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/directives/overlay-close-auto-blocker/overlay-close-auto-blocker.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/services/dynamic-overlay.service.mjs +3 -3
- package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +3 -3
- package/esm2022/lib/components/pagination/partials/pagination-link/pagination-link.directive.mjs +3 -3
- package/esm2022/lib/components/pagination/services/pagination-head.service.mjs +3 -3
- package/esm2022/lib/components/picture/picture-data.directive.mjs +3 -3
- package/esm2022/lib/components/picture/picture.component.mjs +3 -3
- package/esm2022/lib/components/picture/pipes/normalize-source/normalize-source.pipe.mjs +3 -3
- package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +3 -3
- package/esm2022/lib/components/query-error/components/query-error/query-error.component.mjs +3 -3
- package/esm2022/lib/components/query-error/directives/query-error/query-error.directive.mjs +3 -3
- package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +5 -5
- package/esm2022/lib/components/scrollable/directives/scrollable-ignore-child/scrollable-ignore-child.directive.mjs +3 -3
- package/esm2022/lib/components/scrollable/directives/scrollable-is-active-child/scrollable-is-active-child.directive.mjs +3 -3
- package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +3 -3
- package/esm2022/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.mjs +3 -3
- package/esm2022/lib/components/sort/components/sort-header/sort-header.component.mjs +3 -3
- package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +3 -3
- package/esm2022/lib/components/sort/services/sort-header-intl.mjs +3 -3
- package/esm2022/lib/components/table/components/table/table.component.mjs +3 -3
- package/esm2022/lib/components/table/partials/cells/cell/cell.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/cells/cell-def/cell-def.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/cells/column-def/column-def.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/cells/footer-cell/footer-cell.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/cells/header-cell/header-cell.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/cells/text-column/text-column.component.mjs +3 -3
- package/esm2022/lib/components/table/partials/rows/footer-row/footer-row.component.mjs +3 -3
- package/esm2022/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/rows/header-row/header-row.component.mjs +3 -3
- package/esm2022/lib/components/table/partials/rows/header-row-def/header-row-def.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/rows/no-data-row/no-data-row.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/rows/row/row.component.mjs +3 -3
- package/esm2022/lib/components/table/partials/rows/row-def/row-def.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/table-busy/table-busy.directive.mjs +3 -3
- package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +3 -3
- package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +3 -3
- package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +3 -3
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +3 -3
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +3 -3
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.mjs +3 -3
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.mjs +3 -3
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +3 -3
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.mjs +3 -3
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.mjs +3 -3
- package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +3 -3
- package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.mjs +3 -3
- package/esm2022/lib/components/tabs/utils/active-tab-underline.util.mjs +3 -3
- package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +3 -3
- package/esm2022/lib/services/swipe-handler.service.mjs +3 -3
- package/fesm2022/ethlete-cdk.mjs +992 -674
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.d.ts +1 -1
- package/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.d.ts +1 -1
- package/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.d.ts +1 -1
- package/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.d.ts +1 -1
- package/lib/components/forms/components/input/components/input-field/input-field.component.d.ts +1 -1
- package/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/date-input/date-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/email-input/email-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/number-input/number-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/password-input/password-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/search-input/search-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/text-input/text-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.d.ts +1 -1
- package/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.d.ts +1 -1
- package/lib/components/forms/components/radio/components/radio-group/radio-group.component.d.ts +1 -1
- package/lib/components/forms/components/radio/directives/radio/radio.directive.d.ts +1 -1
- package/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.d.ts +1 -1
- package/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.d.ts +1 -1
- package/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.d.ts +1 -1
- package/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.d.ts +1 -1
- package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +2 -1
- package/lib/components/forms/components/select/components/select/directives/select/select.directive.d.ts +1 -1
- package/lib/components/forms/components/select/components/select-field/select-field.component.d.ts +1 -1
- package/lib/components/forms/components/selection-list/directives/selection-list-field/selection-list-field.directive.d.ts +1 -1
- package/lib/components/forms/components/selection-list/directives/selection-list-option/selection-list-option.directive.d.ts +1 -1
- package/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.d.ts +1 -1
- package/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.d.ts +1 -1
- package/lib/components/forms/components/slider/components/slider-field/slider-field.component.d.ts +1 -1
- package/lib/components/forms/directives/input/input.directive.d.ts +3 -2
- package/lib/components/forms/directives/native-input-ref/native-input-ref.directive.d.ts +2 -2
- package/lib/components/forms/directives/writeable-input/writeable-input.directive.d.ts +1 -1
- package/lib/components/forms/services/input-state.service.d.ts +1 -1
- package/lib/components/forms/utils/input.base.d.ts +3 -1
- package/lib/components/overlay/components/menu/menu-base.d.ts +1 -0
- package/lib/components/overlay/components/menu/menu-interface.d.ts +1 -0
- package/lib/components/overlay/components/menu/menu-item.d.ts +1 -0
- package/lib/components/overlay/components/overlay/components/overlay-container/overlay-container.component.d.ts +9 -0
- package/lib/components/overlay/components/overlay/overlay.imports.d.ts +2 -3
- package/lib/components/overlay/components/overlay/partials/overlay-body/overlay-body.component.d.ts +36 -0
- package/lib/components/overlay/components/overlay/partials/overlay-body/public-api.d.ts +1 -0
- package/lib/components/overlay/components/overlay/partials/overlay-footer/overlay-footer.directive.d.ts +12 -0
- package/lib/components/overlay/components/overlay/partials/overlay-footer/public-api.d.ts +1 -0
- package/lib/components/overlay/components/overlay/partials/overlay-header/overlay-header.directive.d.ts +12 -0
- package/lib/components/overlay/components/overlay/partials/overlay-header/public-api.d.ts +1 -0
- package/lib/components/overlay/components/overlay/partials/public-api.d.ts +3 -0
- package/lib/components/overlay/components/overlay/utils/overlay-ref.d.ts +11 -0
- package/package.json +8 -8
|
@@ -5,7 +5,7 @@ import * as i2 from "../../../../directives/writeable-input/writeable-input.dire
|
|
|
5
5
|
import * as i3 from "../../../../directives/dynamic-form-field/dynamic-form-field.directive";
|
|
6
6
|
import * as i4 from "../../directives/checkbox-field/checkbox-field.directive";
|
|
7
7
|
export declare class CheckboxFieldComponent {
|
|
8
|
-
protected readonly inputState: InputStateService<unknown,
|
|
8
|
+
protected readonly inputState: InputStateService<unknown, HTMLElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxFieldComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxFieldComponent, "et-checkbox-field, et-checkbox-card-field", never, {}, {}, never, ["*", "*"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }, { directive: typeof i4.CheckboxFieldDirective; inputs: {}; outputs: {}; }]>;
|
|
11
11
|
}
|
package/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { InputDirective } from '../../../../directives';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare const CHECKBOX_TOKEN: InjectionToken<CheckboxDirective>;
|
|
6
6
|
export declare class CheckboxDirective {
|
|
7
|
-
readonly input: InputDirective<boolean,
|
|
7
|
+
readonly input: InputDirective<boolean, HTMLElement>;
|
|
8
8
|
readonly checked$: import("rxjs").Observable<boolean>;
|
|
9
9
|
readonly indeterminate$: BehaviorSubject<boolean>;
|
|
10
10
|
readonly hostClassBindings: {
|
|
@@ -5,7 +5,7 @@ import { CheckboxDirective } from '../public-api';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare const CHECKBOX_FIELD_TOKEN: InjectionToken<CheckboxFieldDirective>;
|
|
7
7
|
export declare class CheckboxFieldDirective {
|
|
8
|
-
readonly inputState: InputStateService<boolean,
|
|
8
|
+
readonly inputState: InputStateService<boolean, HTMLElement>;
|
|
9
9
|
set checkbox(checkbox: TypedQueryList<CheckboxDirective>);
|
|
10
10
|
private _checkbox$;
|
|
11
11
|
readonly hostClassBindings: {
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare const CHECKBOX_GROUP_CONTROL_TOKEN: InjectionToken<CheckboxGroupControlDirective>;
|
|
5
5
|
export declare class CheckboxGroupControlDirective {
|
|
6
6
|
readonly checkbox: import("../checkbox").CheckboxDirective;
|
|
7
|
-
readonly input: InputDirective<boolean,
|
|
7
|
+
readonly input: InputDirective<boolean, HTMLElement>;
|
|
8
8
|
readonly group: import("../checkbox-group").CheckboxGroupDirective;
|
|
9
9
|
readonly inputAttributeBindings: {
|
|
10
10
|
remove: (...tokens: string[]) => void;
|
package/lib/components/forms/components/input/components/input-field/input-field.component.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as i1 from "../../../../directives/static-form-field/static-form-field.
|
|
|
5
5
|
import * as i2 from "../../../../directives/writeable-input/writeable-input.directive";
|
|
6
6
|
import * as i3 from "../../../../directives/dynamic-form-field/dynamic-form-field.directive";
|
|
7
7
|
export declare class InputFieldComponent extends DecoratedFormFieldBase {
|
|
8
|
-
protected readonly inputState: InputStateService<unknown,
|
|
8
|
+
protected readonly inputState: InputStateService<unknown, HTMLElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputFieldComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<InputFieldComponent, "et-input-field", never, {}, {}, never, ["et-label", "*"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
|
|
11
11
|
}
|
|
@@ -4,7 +4,7 @@ export declare class AutosizeTextareaDirective implements OnInit {
|
|
|
4
4
|
private readonly _input;
|
|
5
5
|
private readonly _resizeObserver;
|
|
6
6
|
private readonly _destroy$;
|
|
7
|
-
get element():
|
|
7
|
+
get element(): HTMLElement | null;
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
updateSize(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutosizeTextareaDirective, never>;
|
package/lib/components/forms/components/input/directives/date-input/date-input.directive.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare class DateInputDirective implements OnInit {
|
|
|
12
12
|
private readonly _destroy$;
|
|
13
13
|
private readonly _localeId;
|
|
14
14
|
private readonly _dateFormat;
|
|
15
|
-
readonly input: InputDirective<string | null,
|
|
15
|
+
readonly input: InputDirective<string | null, HTMLElement>;
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
_onInputInteraction(event: Event): void;
|
|
18
18
|
_controlTouched(): void;
|
package/lib/components/forms/components/input/directives/email-input/email-input.directive.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare const EMAIL_INPUT_TOKEN: InjectionToken<EmailInputDirective>;
|
|
5
5
|
export declare class EmailInputDirective implements OnInit {
|
|
6
6
|
private readonly _destroy$;
|
|
7
|
-
readonly input: InputDirective<string | null,
|
|
7
|
+
readonly input: InputDirective<string | null, HTMLElement>;
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
_onInputInteraction(event: Event): void;
|
|
10
10
|
_controlTouched(): void;
|
package/lib/components/forms/components/input/directives/number-input/number-input.directive.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare const NUMBER_INPUT_TOKEN: InjectionToken<NumberInputDirective>;
|
|
5
5
|
export declare class NumberInputDirective implements OnInit {
|
|
6
6
|
private readonly _destroy$;
|
|
7
|
-
readonly input: InputDirective<number | null,
|
|
7
|
+
readonly input: InputDirective<number | null, HTMLElement>;
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
_onInputInteraction(event: Event): void;
|
|
10
10
|
_controlTouched(): void;
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare const PASSWORD_INPUT_TOKEN: InjectionToken<PasswordInputDirective>;
|
|
6
6
|
export declare class PasswordInputDirective implements OnInit {
|
|
7
7
|
private readonly _destroy$;
|
|
8
|
-
readonly input: InputDirective<string | null,
|
|
8
|
+
readonly input: InputDirective<string | null, HTMLElement>;
|
|
9
9
|
readonly showPassword$: BehaviorSubject<boolean>;
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
_onInputInteraction(event: Event): void;
|
package/lib/components/forms/components/input/directives/search-input/search-input.directive.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare const SEARCH_INPUT_TOKEN: InjectionToken<SearchInputDirective>;
|
|
5
5
|
export declare class SearchInputDirective implements OnInit {
|
|
6
6
|
private readonly _destroy$;
|
|
7
|
-
readonly input: InputDirective<string | null,
|
|
7
|
+
readonly input: InputDirective<string | null, HTMLElement>;
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
_onInputInteraction(event: Event): void;
|
|
10
10
|
_controlTouched(): void;
|
package/lib/components/forms/components/input/directives/text-input/text-input.directive.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare const TEXT_INPUT_TOKEN: InjectionToken<TextInputDirective>;
|
|
5
5
|
export declare class TextInputDirective implements OnInit {
|
|
6
6
|
private readonly _destroy$;
|
|
7
|
-
readonly input: InputDirective<string | null,
|
|
7
|
+
readonly input: InputDirective<string | null, HTMLElement>;
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
_onInputInteraction(event: Event): void;
|
|
10
10
|
_controlTouched(): void;
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare const TEXTAREA_INPUT_TOKEN: InjectionToken<TextareaInputDirective>;
|
|
5
5
|
export declare class TextareaInputDirective implements OnInit {
|
|
6
6
|
private readonly _destroy$;
|
|
7
|
-
readonly input: InputDirective<string | null,
|
|
7
|
+
readonly input: InputDirective<string | null, HTMLElement>;
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
_onInputInteraction(event: Event): void;
|
|
10
10
|
_controlTouched(): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class PasswordInputToggleComponent {
|
|
3
3
|
protected readonly passwordInput: import("../../directives").PasswordInputDirective;
|
|
4
|
-
protected readonly input: import("../../../../directives").InputDirective<unknown,
|
|
4
|
+
protected readonly input: import("../../../../directives").InputDirective<unknown, HTMLElement>;
|
|
5
5
|
ariaLabel?: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputToggleComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputToggleComponent, "et-password-input-toggle", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SearchInputClearComponent {
|
|
3
3
|
protected readonly searchInput: import("../../directives").SearchInputDirective;
|
|
4
|
-
protected readonly input: import("../../../../directives").InputDirective<unknown,
|
|
4
|
+
protected readonly input: import("../../../../directives").InputDirective<unknown, HTMLElement>;
|
|
5
5
|
ariaLabel?: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchInputClearComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<SearchInputClearComponent, "et-search-input-clear", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
|
package/lib/components/forms/components/radio/components/radio-group/radio-group.component.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as i2 from "../../../../directives/writeable-input/writeable-input.dire
|
|
|
5
5
|
import * as i3 from "../../../../directives/dynamic-form-group/dynamic-form-group.directive";
|
|
6
6
|
import * as i4 from "../../directives/radio-group/radio-group.directive";
|
|
7
7
|
export declare class RadioGroupComponent {
|
|
8
|
-
protected readonly inputState: InputStateService<unknown,
|
|
8
|
+
protected readonly inputState: InputStateService<unknown, HTMLElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "et-radio-group", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.StaticFormGroupDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormGroupDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }, { directive: typeof i4.RadioGroupDirective; inputs: {}; outputs: {}; }]>;
|
|
11
11
|
}
|
|
@@ -4,7 +4,7 @@ import { RadioValue } from '../../types';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare const RADIO_TOKEN: InjectionToken<RadioDirective>;
|
|
6
6
|
export declare class RadioDirective {
|
|
7
|
-
readonly input: InputDirective<RadioValue,
|
|
7
|
+
readonly input: InputDirective<RadioValue, HTMLElement>;
|
|
8
8
|
get value(): RadioValue;
|
|
9
9
|
set value(value: RadioValue);
|
|
10
10
|
private _value$;
|
package/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { RadioDirective } from '../radio';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare const RADIO_FIELD_TOKEN: InjectionToken<RadioFieldDirective>;
|
|
8
8
|
export declare class RadioFieldDirective {
|
|
9
|
-
readonly inputState: InputStateService<RadioValue,
|
|
9
|
+
readonly inputState: InputStateService<RadioValue, HTMLElement>;
|
|
10
10
|
set radio(radio: TypedQueryList<RadioDirective>);
|
|
11
11
|
private _radio$;
|
|
12
12
|
readonly radioQueryList$: import("rxjs").Observable<TypedQueryList<RadioDirective> | null>;
|
|
@@ -5,7 +5,7 @@ import * as i2 from "../../../../directives/writeable-input/writeable-input.dire
|
|
|
5
5
|
import * as i3 from "../../../../directives/dynamic-form-group/dynamic-form-group.directive";
|
|
6
6
|
import * as i4 from "../../directives/segmented-button-group/segmented-button-group.directive";
|
|
7
7
|
export declare class SegmentedButtonGroupComponent {
|
|
8
|
-
protected readonly inputState: InputStateService<unknown,
|
|
8
|
+
protected readonly inputState: InputStateService<unknown, HTMLElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonGroupComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonGroupComponent, "et-segmented-button-group", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.StaticFormGroupDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormGroupDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }, { directive: typeof i4.SegmentedButtonGroupDirective; inputs: {}; outputs: {}; }]>;
|
|
11
11
|
}
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare const SEGMENTED_BUTTON_TOKEN: InjectionToken<SegmentedButtonDirective>;
|
|
6
6
|
export declare class SegmentedButtonDirective {
|
|
7
7
|
private readonly _activeIndicatorElement$;
|
|
8
|
-
readonly input: InputDirective<Primitive,
|
|
8
|
+
readonly input: InputDirective<Primitive, HTMLElement>;
|
|
9
9
|
get value(): Primitive;
|
|
10
10
|
set value(value: Primitive);
|
|
11
11
|
private _value$;
|
|
@@ -5,7 +5,7 @@ import { SegmentedButtonDirective } from '../segmented-button';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare const SEGMENTED_BUTTON_FIELD_TOKEN: InjectionToken<SegmentedButtonFieldDirective>;
|
|
7
7
|
export declare class SegmentedButtonFieldDirective {
|
|
8
|
-
readonly inputState: InputStateService<Primitive,
|
|
8
|
+
readonly inputState: InputStateService<Primitive, HTMLElement>;
|
|
9
9
|
set segmentedButton(segmentedButton: TypedQueryList<SegmentedButtonDirective>);
|
|
10
10
|
private _segmentedButton$;
|
|
11
11
|
readonly segmentedButtonQueryList$: import("rxjs").Observable<TypedQueryList<SegmentedButtonDirective> | null>;
|
|
@@ -2,6 +2,7 @@ import { ComponentType } from '@angular/cdk/overlay';
|
|
|
2
2
|
import { ElementRef, EventEmitter, InjectionToken, OnInit, TemplateRef, TrackByFunction } from '@angular/core';
|
|
3
3
|
import { ActiveSelectionModel, AnimatedOverlayComponentBase, SelectionModel, SelectionModelBinding, TypedQueryList } from '@ethlete/core';
|
|
4
4
|
import { BehaviorSubject } from 'rxjs';
|
|
5
|
+
import { InputDirective } from '../../../../../../directives';
|
|
5
6
|
import { ComponentWithError, ComponentWithOption, TemplateRefWithError, TemplateRefWithOption } from '../../private';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare const COMBOBOX_TOKEN: InjectionToken<ComboboxDirective>;
|
|
@@ -17,7 +18,7 @@ export type AbstractComboboxOption = {
|
|
|
17
18
|
};
|
|
18
19
|
export declare class ComboboxDirective implements OnInit {
|
|
19
20
|
private readonly _destroy$;
|
|
20
|
-
readonly _input:
|
|
21
|
+
readonly _input: InputDirective<unknown, HTMLInputElement>;
|
|
21
22
|
private readonly _selectField;
|
|
22
23
|
private readonly _animatedOverlay;
|
|
23
24
|
private readonly _comboboxConfig;
|
|
@@ -22,7 +22,7 @@ export declare class SelectDirective<T extends SelectDirectiveBodyComponentBase>
|
|
|
22
22
|
private readonly _destroy$;
|
|
23
23
|
private readonly _selectField;
|
|
24
24
|
private readonly _themeProvider;
|
|
25
|
-
readonly input: import("../../../../../../directives").InputDirective<unknown,
|
|
25
|
+
readonly input: import("../../../../../../directives").InputDirective<unknown, HTMLElement>;
|
|
26
26
|
private readonly _selectBodyId$;
|
|
27
27
|
private readonly _isOpen$;
|
|
28
28
|
readonly elementRef: ElementRef<HTMLElement>;
|
package/lib/components/forms/components/select/components/select-field/select-field.component.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as i2 from "../../../../directives/static-form-field/static-form-field.
|
|
|
6
6
|
import * as i3 from "../../../../directives/writeable-input/writeable-input.directive";
|
|
7
7
|
import * as i4 from "../../../../directives/dynamic-form-field/dynamic-form-field.directive";
|
|
8
8
|
export declare class SelectFieldComponent extends DecoratedFormFieldBase {
|
|
9
|
-
protected readonly inputState: InputStateService<unknown,
|
|
9
|
+
protected readonly inputState: InputStateService<unknown, HTMLElement>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectFieldComponent, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<SelectFieldComponent, "et-select-field", never, {}, {}, never, ["et-label", "*"], true, [{ directive: typeof i1.SelectFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i4.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
|
|
12
12
|
}
|
|
@@ -7,7 +7,7 @@ export declare const SELECTION_LIST_FIELD: InjectionToken<SelectionListFieldDire
|
|
|
7
7
|
export declare class SelectionListFieldDirective {
|
|
8
8
|
private readonly _destroy$;
|
|
9
9
|
private _keyManager;
|
|
10
|
-
readonly input: InputDirective<Primitive | Primitive[],
|
|
10
|
+
readonly input: InputDirective<Primitive | Primitive[], HTMLElement>;
|
|
11
11
|
set options(value: TypedQueryList<SelectionListOptionDirective> | null);
|
|
12
12
|
private _options;
|
|
13
13
|
get multiple(): boolean;
|
|
@@ -4,7 +4,7 @@ import { InputDirective } from '../../../../directives';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare const SELECTION_LIST_OPTION: InjectionToken<SelectionListOptionDirective>;
|
|
6
6
|
export declare class SelectionListOptionDirective {
|
|
7
|
-
readonly input: InputDirective<Primitive | Primitive[],
|
|
7
|
+
readonly input: InputDirective<Primitive | Primitive[], HTMLElement>;
|
|
8
8
|
readonly field: import("../selection-list-field").SelectionListFieldDirective;
|
|
9
9
|
readonly elementRef: ElementRef<HTMLElement>;
|
|
10
10
|
get value(): Primitive;
|
|
@@ -4,7 +4,7 @@ import * as i1 from "../../../../directives/static-form-field/static-form-field.
|
|
|
4
4
|
import * as i2 from "../../../../directives/writeable-input/writeable-input.directive";
|
|
5
5
|
import * as i3 from "../../../../directives/dynamic-form-field/dynamic-form-field.directive";
|
|
6
6
|
export declare class SlideToggleFieldComponent {
|
|
7
|
-
protected readonly inputState: InputStateService<unknown,
|
|
7
|
+
protected readonly inputState: InputStateService<unknown, HTMLElement>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SlideToggleFieldComponent, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<SlideToggleFieldComponent, "et-slide-toggle-field", never, {}, {}, never, ["et-slide-toggle", "et-label"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
|
|
10
10
|
}
|
|
@@ -3,7 +3,7 @@ import { InputDirective } from '../../../../directives';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare const SLIDE_TOGGLE_TOKEN: InjectionToken<SlideToggleDirective>;
|
|
5
5
|
export declare class SlideToggleDirective {
|
|
6
|
-
readonly input: InputDirective<boolean,
|
|
6
|
+
readonly input: InputDirective<boolean, HTMLElement>;
|
|
7
7
|
readonly checked$: import("rxjs").Observable<boolean>;
|
|
8
8
|
readonly hostClassBindings: {
|
|
9
9
|
remove: (...tokens: string[]) => void;
|
package/lib/components/forms/components/slider/components/slider-field/slider-field.component.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as i1 from "../../../../directives/static-form-field/static-form-field.
|
|
|
4
4
|
import * as i2 from "../../../../directives/writeable-input/writeable-input.directive";
|
|
5
5
|
import * as i3 from "../../../../directives/dynamic-form-field/dynamic-form-field.directive";
|
|
6
6
|
export declare class SliderFieldComponent {
|
|
7
|
-
protected readonly inputState: InputStateService<unknown,
|
|
7
|
+
protected readonly inputState: InputStateService<unknown, HTMLElement>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderFieldComponent, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<SliderFieldComponent, "et-slider-field", never, {}, {}, never, ["et-label", "et-slider"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
|
|
10
10
|
}
|
|
@@ -3,8 +3,8 @@ import { InjectionToken, OnDestroy, OnInit } from '@angular/core';
|
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { NativeInputRefDirective } from '../native-input-ref';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare const INPUT_TOKEN: InjectionToken<InputDirective<unknown,
|
|
7
|
-
export declare class InputDirective<T = unknown, J extends
|
|
6
|
+
export declare const INPUT_TOKEN: InjectionToken<InputDirective<unknown, HTMLElement>>;
|
|
7
|
+
export declare class InputDirective<T = unknown, J extends HTMLElement = HTMLElement> implements OnInit, OnDestroy {
|
|
8
8
|
private readonly _injector;
|
|
9
9
|
private readonly _inputStateService;
|
|
10
10
|
private readonly _formFieldStateService;
|
|
@@ -38,6 +38,7 @@ export declare class InputDirective<T = unknown, J extends HTMLInputElement | HT
|
|
|
38
38
|
get usesImplicitControl$(): Observable<boolean>;
|
|
39
39
|
get usesImplicitControl(): boolean;
|
|
40
40
|
get nativeInputRef$(): Observable<NativeInputRefDirective<J> | null>;
|
|
41
|
+
get nativeInputElement$(): Observable<(J & Record<"value", unknown>) | null>;
|
|
41
42
|
get nativeInputRef(): NativeInputRefDirective<J> | null;
|
|
42
43
|
get autofilled$(): Observable<boolean>;
|
|
43
44
|
get autofilled(): boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElementRef, InjectionToken } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare const NATIVE_INPUT_REF_TOKEN: InjectionToken<NativeInputRefDirective<
|
|
4
|
-
export declare class NativeInputRefDirective<T extends
|
|
3
|
+
export declare const NATIVE_INPUT_REF_TOKEN: InjectionToken<NativeInputRefDirective<HTMLElement>>;
|
|
4
|
+
export declare class NativeInputRefDirective<T extends HTMLElement = HTMLElement> {
|
|
5
5
|
readonly element: ElementRef<T>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NativeInputRefDirective<any>, never>;
|
|
7
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<NativeInputRefDirective<any>, "input[etNativeInputRef], textarea[etNativeInputRef], select[etNativeInputRef], button[etNativeInputRef]", never, {}, {}, never, never, true, never>;
|
|
@@ -10,7 +10,7 @@ export declare const WRITEABLE_INPUT_VALUE_ACCESSOR: {
|
|
|
10
10
|
multi: boolean;
|
|
11
11
|
};
|
|
12
12
|
export declare class WriteableInputDirective implements ControlValueAccessor {
|
|
13
|
-
readonly _inputStateService: InputStateService<unknown,
|
|
13
|
+
readonly _inputStateService: InputStateService<unknown, HTMLElement>;
|
|
14
14
|
readonly hostClassBindings: {
|
|
15
15
|
remove: (...tokens: string[]) => void;
|
|
16
16
|
has: (token: string) => boolean;
|
|
@@ -3,7 +3,7 @@ import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
|
3
3
|
import { NativeInputRefDirective } from '../directives';
|
|
4
4
|
import { InputTouchedFn, InputValueChangeFn, InputValueUpdateType, ValidatorErrors } from '../types';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class InputStateService<T = unknown, J extends
|
|
6
|
+
export declare class InputStateService<T = unknown, J extends HTMLElement = HTMLElement> {
|
|
7
7
|
readonly lastUpdateType$: BehaviorSubject<InputValueUpdateType | null>;
|
|
8
8
|
readonly lastUpdateType: import("@angular/core").Signal<InputValueUpdateType | null>;
|
|
9
9
|
readonly onInternalUpdate$: Observable<InputValueUpdateType | null>;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { NativeInputRefDirective } from '../directives';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class InputBase {
|
|
4
|
-
|
|
4
|
+
private readonly __nativeInputRef;
|
|
5
|
+
protected readonly input: import("../directives").InputDirective<unknown, HTMLElement>;
|
|
5
6
|
set nativeInputRef(value: NativeInputRefDirective);
|
|
7
|
+
constructor();
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputBase, never>;
|
|
7
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<InputBase, never, never, {}, {}, never, never, false, never>;
|
|
8
10
|
}
|
|
@@ -27,6 +27,7 @@ export declare abstract class CdkMenuBase extends CdkMenuGroup implements Menu,
|
|
|
27
27
|
ngOnDestroy(): void;
|
|
28
28
|
focusFirstItem(focusOrigin?: FocusOrigin): void;
|
|
29
29
|
focusLastItem(focusOrigin?: FocusOrigin): void;
|
|
30
|
+
focusItem(item: CdkMenuItem, focusOrigin?: FocusOrigin): void;
|
|
30
31
|
_getTabIndex(): 0 | -1 | null;
|
|
31
32
|
protected closeOpenMenu(menu: MenuStackItem, options?: {
|
|
32
33
|
focusParentTrigger?: boolean;
|
|
@@ -36,6 +36,7 @@ export declare class CdkMenuItem implements FocusableOption, FocusableElement, T
|
|
|
36
36
|
getMenu(): Menu | undefined;
|
|
37
37
|
getMenuTrigger(): CdkMenuTrigger | null;
|
|
38
38
|
getLabel(): string;
|
|
39
|
+
getParentMenu(): Menu | null;
|
|
39
40
|
_resetTabIndex(): void;
|
|
40
41
|
_setTabIndex(event?: MouseEvent): void;
|
|
41
42
|
_onKeydown(event: KeyboardEvent): void;
|
|
@@ -9,6 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
import * as i1 from "@ethlete/core";
|
|
10
10
|
import * as i2 from "@ethlete/theming";
|
|
11
11
|
export declare class OverlayContainerComponent extends CdkDialogContainer<OverlayConfig> {
|
|
12
|
+
private readonly _destroy$;
|
|
12
13
|
private readonly _swipeHandlerService;
|
|
13
14
|
private readonly _dragToDismissStop$;
|
|
14
15
|
readonly _themeProvider: ProvideThemeDirective;
|
|
@@ -18,7 +19,15 @@ export declare class OverlayContainerComponent extends CdkDialogContainer<Overla
|
|
|
18
19
|
readonly cdkOverlayRef: CdkOverlayRef;
|
|
19
20
|
overlayRef: OverlayRef | null;
|
|
20
21
|
readonly elementRef: ElementRef<any>;
|
|
22
|
+
private readonly _layoutHasHeader;
|
|
23
|
+
private readonly _layoutHasBody;
|
|
24
|
+
private readonly _layoutHasFooter;
|
|
25
|
+
readonly hostClassBindings: {
|
|
26
|
+
remove: (...tokens: string[]) => void;
|
|
27
|
+
has: (token: string) => boolean;
|
|
28
|
+
};
|
|
21
29
|
constructor();
|
|
30
|
+
afterOverlayRefInit(): void;
|
|
22
31
|
protected _contentAttached(): void;
|
|
23
32
|
protected _captureInitialFocus(): void;
|
|
24
33
|
protected _openAnimationDone(): void;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Dialog } from '@angular/cdk/dialog';
|
|
2
|
-
import {
|
|
3
|
-
import { OverlayCloseDirective, OverlayTitleDirective } from './partials';
|
|
2
|
+
import { OverlayBodyComponent, OverlayCloseDirective, OverlayFooterDirective, OverlayHeaderDirective, OverlayTitleDirective } from './partials';
|
|
4
3
|
import { OverlayService } from './services';
|
|
5
|
-
export declare const OverlayImports: readonly [typeof
|
|
4
|
+
export declare const OverlayImports: readonly [typeof OverlayCloseDirective, typeof OverlayTitleDirective, typeof OverlayHeaderDirective, typeof OverlayBodyComponent, typeof OverlayFooterDirective];
|
|
6
5
|
export declare const provideOverlay: () => (typeof Dialog | {
|
|
7
6
|
provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay").ScrollStrategy>;
|
|
8
7
|
deps: typeof import("@angular/cdk/overlay").Overlay[];
|
package/lib/components/overlay/components/overlay/partials/overlay-body/overlay-body.component.d.ts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ElementRef, InjectionToken, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@ethlete/core";
|
|
4
|
+
export declare const OVERLAY_BODY_TOKEN: InjectionToken<OverlayBodyComponent>;
|
|
5
|
+
export type OverlayBodyDividerType = 'static' | 'dynamic' | false;
|
|
6
|
+
export declare class OverlayBodyComponent implements OnInit, OnDestroy {
|
|
7
|
+
private _overlayRef;
|
|
8
|
+
private readonly _elementRef;
|
|
9
|
+
private readonly _overlayService;
|
|
10
|
+
set __dividers(value: OverlayBodyDividerType);
|
|
11
|
+
protected readonly dividers: import("@angular/core").WritableSignal<OverlayBodyDividerType>;
|
|
12
|
+
private set _firstElement(value);
|
|
13
|
+
readonly firstElement: import("@angular/core").WritableSignal<ElementRef<HTMLElement> | null>;
|
|
14
|
+
private set _lastElement(value);
|
|
15
|
+
readonly lastElement: import("@angular/core").WritableSignal<ElementRef<HTMLElement> | null>;
|
|
16
|
+
private readonly _dividersEnabled;
|
|
17
|
+
private readonly _dynamicDividersEnabled;
|
|
18
|
+
private readonly containerScrollState;
|
|
19
|
+
private readonly firstElementIntersection;
|
|
20
|
+
private readonly firstElementVisibility;
|
|
21
|
+
private readonly lastElementIntersection;
|
|
22
|
+
private readonly lastElementVisibility;
|
|
23
|
+
private readonly canScroll;
|
|
24
|
+
private readonly isAtStart;
|
|
25
|
+
private readonly isAtEnd;
|
|
26
|
+
private readonly enableDividerAnimations;
|
|
27
|
+
readonly hostClassBindings: {
|
|
28
|
+
remove: (...tokens: string[]) => void;
|
|
29
|
+
has: (token: string) => boolean;
|
|
30
|
+
};
|
|
31
|
+
constructor();
|
|
32
|
+
ngOnInit(): void;
|
|
33
|
+
ngOnDestroy(): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayBodyComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverlayBodyComponent, "[et-overlay-body], et-overlay-body", never, { "__dividers": { "alias": "dividers"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.RootBoundaryDirective; inputs: {}; outputs: {}; }]>;
|
|
36
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './overlay-body.component';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { InjectionToken, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare const OVERLAY_FOOTER_TOKEN: InjectionToken<OverlayFooterDirective>;
|
|
4
|
+
export declare class OverlayFooterDirective implements OnInit, OnDestroy {
|
|
5
|
+
private _overlayRef;
|
|
6
|
+
private readonly _elementRef;
|
|
7
|
+
private readonly _overlayService;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayFooterDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OverlayFooterDirective, "[etOverlayFooter], et-overlay-footer", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './overlay-footer.directive';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { InjectionToken, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare const OVERLAY_HEADER_TOKEN: InjectionToken<OverlayHeaderDirective>;
|
|
4
|
+
export declare class OverlayHeaderDirective implements OnInit, OnDestroy {
|
|
5
|
+
private _overlayRef;
|
|
6
|
+
private readonly _elementRef;
|
|
7
|
+
private readonly _overlayService;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayHeaderDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OverlayHeaderDirective, "[etOverlayHeader], et-overlay-header", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './overlay-header.directive';
|
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
2
2
|
import { DialogRef as CdkDialogRef } from '@angular/cdk/dialog';
|
|
3
3
|
import { ComponentRef } from '@angular/core';
|
|
4
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
5
|
import { OverlayContainerComponent } from '../components';
|
|
5
6
|
import { OverlayConfig, OverlayPosition, OverlayState } from '../types';
|
|
6
7
|
export interface OverlayCloseCallEvent<R = any> {
|
|
7
8
|
result: R | undefined;
|
|
8
9
|
forced: boolean;
|
|
9
10
|
}
|
|
11
|
+
export interface OverlayLayout {
|
|
12
|
+
hasHeader: boolean;
|
|
13
|
+
hasBody: boolean;
|
|
14
|
+
hasFooter: boolean;
|
|
15
|
+
}
|
|
10
16
|
export declare class OverlayRef<T = any, R = any> {
|
|
11
17
|
private _ref;
|
|
12
18
|
_containerInstance: OverlayContainerComponent;
|
|
@@ -35,6 +41,10 @@ export declare class OverlayRef<T = any, R = any> {
|
|
|
35
41
|
* @internal
|
|
36
42
|
*/
|
|
37
43
|
_isCloseFnCloseControlledExternally: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* @internal
|
|
46
|
+
*/
|
|
47
|
+
readonly _layout$: BehaviorSubject<OverlayLayout>;
|
|
38
48
|
private _disableCloseFromInternalInitiators;
|
|
39
49
|
get _internalDisableClose(): boolean;
|
|
40
50
|
get _cdkRef(): CdkDialogRef<R, T>;
|
|
@@ -55,4 +65,5 @@ export declare class OverlayRef<T = any, R = any> {
|
|
|
55
65
|
_closeOverlayVia(interactionType: FocusOrigin, result?: R, force?: boolean): void;
|
|
56
66
|
_addInternalBackdropCloseInitiator(initiatorId: string | number): void;
|
|
57
67
|
_removeInternalBackdropCloseInitiator(initiatorId: string | number): void;
|
|
68
|
+
_updateLayout(layout: Partial<OverlayLayout>): void;
|
|
58
69
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethlete/cdk",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"css": "./src/lib/styles/index.css",
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@angular/animations": "17.0.
|
|
18
|
-
"@angular/cdk": "17.0.
|
|
19
|
-
"@angular/common": "17.0.
|
|
20
|
-
"@angular/core": "17.0.
|
|
21
|
-
"@angular/forms": "17.0.
|
|
22
|
-
"@angular/platform-browser": "17.0.
|
|
23
|
-
"@angular/router": "17.0.
|
|
17
|
+
"@angular/animations": "17.0.5",
|
|
18
|
+
"@angular/cdk": "17.0.2",
|
|
19
|
+
"@angular/common": "17.0.5",
|
|
20
|
+
"@angular/core": "17.0.5",
|
|
21
|
+
"@angular/forms": "17.0.5",
|
|
22
|
+
"@angular/platform-browser": "17.0.5",
|
|
23
|
+
"@angular/router": "17.0.5",
|
|
24
24
|
"@ethlete/core": "^4.0.3",
|
|
25
25
|
"@ethlete/query": "^5.0.3",
|
|
26
26
|
"@ethlete/theming": "^2.3.1",
|