@ethlete/cdk 4.20.0 → 4.22.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 +14 -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 +5 -5
- package/esm2022/lib/components/button/directives/query-button/query-button.directive.mjs +3 -3
- package/esm2022/lib/components/carousel/carousel.component.mjs +3 -3
- package/esm2022/lib/components/carousel/carousel.directive.mjs +3 -3
- package/esm2022/lib/components/carousel/controls/carousel-item-nav.component.mjs +3 -3
- package/esm2022/lib/components/carousel/controls/carousel-item-nav.directive.mjs +3 -3
- package/esm2022/lib/components/carousel/controls/carousel-next-button.directive.mjs +3 -3
- package/esm2022/lib/components/carousel/controls/carousel-previous-button.directive.mjs +3 -3
- package/esm2022/lib/components/carousel/controls/carousel-toggle-auto-play-button.directive.mjs +3 -3
- package/esm2022/lib/components/carousel/et-carousel-item.component.mjs +3 -3
- package/esm2022/lib/components/carousel/et-carousel-item.directive.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/date-time-input/date-time-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 +3 -3
- package/esm2022/lib/components/forms/components/input/directives/date-time-input/date-time-input.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/directives/email-input/email-input.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/directives/if-supports-show-picker/if-supports-show-picker.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/directives/number-input/number-input.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/directives/password-input/password-input.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/directives/search-input/search-input.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/directives/show-picker-trigger/show-picker-trigger.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/directives/text-input/text-input.directive.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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/components/menu/menu.component.mjs +4 -4
- package/esm2022/lib/components/overlay/components/menu/components/menu-checkbox-item/menu-checkbox-item.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/components/menu-container/menu-container.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/components/menu-radio-item/menu-radio-item.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/directives/menu-checkbox-group/menu-checkbox-group.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group/menu-group.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group-title/menu-group-title.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/directives/menu-item/menu-item.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/directives/menu-radio-group/menu-radio-group.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu/directives/menu-trigger/menu-trigger.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/context-menu-trigger.mjs +6 -6
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-aim.mjs +6 -6
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-bar.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-base.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-group.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-checkbox.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-radio.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-selectable.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-module.mjs +4 -4
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-stack.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-trigger-base.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-trigger.mjs +3 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/components/overlay-container/overlay-container.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-back-or-close/overlay-back-or-close.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-body/overlay-body.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header/overlay-header.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header-template/overlay-header-template.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-main/overlay-main.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-route-header-template-outlet/overlay-route-header-template-outlet.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-router-link/overlay-router-link.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-router-outlet/overlay-router-outlet.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-router-outlet-disabled-template/overlay-router-outlet-disabled-template.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-shared-route-template/overlay-shared-route-template.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-shared-route-template-outlet/overlay-shared-route-template-outlet.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-sidebar/overlay-sidebar.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-sidebar-page/overlay-sidebar-page.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-title/overlay-title.directive.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/services/overlay.service.mjs +3 -3
- package/esm2022/lib/components/overlay/components/overlay/utils/filter-overlay.mjs +3 -3
- 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/toggletip/partials/toggletip-close/toggletip-close.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.component.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 +103 -260
- 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 +822 -979
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/lib/components/button/directives/button/button.directive.d.ts +6 -6
- package/lib/components/button/directives/query-button/query-button.directive.d.ts +3 -3
- package/lib/components/carousel/carousel.directive.d.ts +9 -9
- package/lib/components/carousel/controls/carousel-next-button.directive.d.ts +3 -3
- package/lib/components/carousel/controls/carousel-previous-button.directive.d.ts +3 -3
- package/lib/components/carousel/controls/carousel-toggle-auto-play-button.directive.d.ts +3 -3
- package/lib/components/carousel/et-carousel-item.directive.d.ts +6 -6
- package/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.d.ts +3 -3
- package/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.d.ts +3 -3
- package/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.d.ts +3 -3
- package/lib/components/forms/components/error/components/error/error.component.d.ts +3 -3
- package/lib/components/forms/components/radio/directives/radio/radio.directive.d.ts +3 -3
- package/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.d.ts +3 -3
- package/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.d.ts +3 -3
- package/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.d.ts +3 -3
- package/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.d.ts +3 -3
- package/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.d.ts +3 -3
- package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +6 -6
- package/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.d.ts +6 -6
- package/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.d.ts +6 -6
- package/lib/components/forms/components/select/components/select/directives/select/select.directive.d.ts +6 -6
- package/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.d.ts +3 -3
- package/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.d.ts +6 -6
- package/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.d.ts +3 -3
- package/lib/components/forms/components/slider/components/slider/slider.component.d.ts +6 -6
- package/lib/components/forms/directives/writeable-input/writeable-input.directive.d.ts +3 -3
- package/lib/components/forms/utils/decorated-form-field.base.d.ts +3 -3
- package/lib/components/forms/utils/decorated-input.base.d.ts +3 -3
- package/lib/components/masonry/components/masonry/masonry.component.d.ts +3 -3
- package/lib/components/overlay/components/menu/components/menu/menu.component.d.ts +3 -3
- package/lib/components/overlay/components/menu/components/menu-checkbox-item/menu-checkbox-item.component.d.ts +3 -3
- package/lib/components/overlay/components/menu/components/menu-radio-item/menu-radio-item.component.d.ts +3 -3
- package/lib/components/overlay/components/menu/directives/menu-group/menu-group.directive.d.ts +3 -3
- package/lib/components/overlay/components/menu/directives/menu-item/menu-item.directive.d.ts +6 -6
- package/lib/components/overlay/components/menu/directives/menu-trigger/menu-trigger.directive.d.ts +6 -6
- package/lib/components/overlay/components/overlay/partials/overlay-body/overlay-body.component.d.ts +3 -3
- package/lib/components/overlay/components/overlay/partials/overlay-main/overlay-main.directive.d.ts +3 -3
- package/lib/components/overlay/components/overlay/partials/overlay-route-header-template-outlet/overlay-route-header-template-outlet.component.d.ts +3 -3
- package/lib/components/overlay/components/overlay/partials/overlay-router-link/overlay-router-link.directive.d.ts +3 -3
- package/lib/components/overlay/components/overlay/partials/overlay-router-outlet/overlay-router-outlet.component.d.ts +3 -3
- package/lib/components/overlay/components/overlay/partials/overlay-sidebar/overlay-sidebar.component.d.ts +3 -3
- package/lib/components/scrollable/components/scrollable/scrollable.component.d.ts +88 -92
- package/lib/components/scrollable/directives/scrollable-ignore-child/scrollable-ignore-child.directive.d.ts +3 -3
- package/lib/components/scrollable/directives/scrollable-is-active-child/scrollable-is-active-child.directive.d.ts +3 -3
- package/package.json +7 -7
|
@@ -16,17 +16,17 @@ export declare class ButtonDirective {
|
|
|
16
16
|
set pressed(value: unknown);
|
|
17
17
|
private _pressed$;
|
|
18
18
|
readonly hostAttributeBindings: {
|
|
19
|
-
remove: (
|
|
19
|
+
remove: (tokens: string) => void;
|
|
20
20
|
removeMany: (tokens: string[]) => void;
|
|
21
|
-
has: (
|
|
22
|
-
push: (
|
|
21
|
+
has: (tokens: string) => boolean;
|
|
22
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
23
23
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
24
24
|
};
|
|
25
25
|
readonly hostClassBindings: {
|
|
26
|
-
remove: (
|
|
26
|
+
remove: (tokens: string) => void;
|
|
27
27
|
removeMany: (tokens: string[]) => void;
|
|
28
|
-
has: (
|
|
29
|
-
push: (
|
|
28
|
+
has: (tokens: string) => boolean;
|
|
29
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
30
30
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
31
31
|
};
|
|
32
32
|
_removeDisabledBindings(): void;
|
|
@@ -27,10 +27,10 @@ export declare class QueryButtonDirective {
|
|
|
27
27
|
} | null>;
|
|
28
28
|
private readonly _query$;
|
|
29
29
|
readonly hostAttributeBindings: {
|
|
30
|
-
remove: (
|
|
30
|
+
remove: (tokens: string) => void;
|
|
31
31
|
removeMany: (tokens: string[]) => void;
|
|
32
|
-
has: (
|
|
33
|
-
push: (
|
|
32
|
+
has: (tokens: string) => boolean;
|
|
33
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
34
34
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
35
35
|
};
|
|
36
36
|
constructor();
|
|
@@ -25,24 +25,24 @@ export declare class CarouselDirective {
|
|
|
25
25
|
isAtStart: import("@angular/core").Signal<boolean>;
|
|
26
26
|
isAtEnd: import("@angular/core").Signal<boolean>;
|
|
27
27
|
hostClassBindings: {
|
|
28
|
-
remove: (
|
|
28
|
+
remove: (tokens: string) => void;
|
|
29
29
|
removeMany: (tokens: string[]) => void;
|
|
30
|
-
has: (
|
|
31
|
-
push: (
|
|
30
|
+
has: (tokens: string) => boolean;
|
|
31
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
32
32
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
33
33
|
};
|
|
34
34
|
hostAttributeBindings: {
|
|
35
|
-
remove: (
|
|
35
|
+
remove: (tokens: string) => void;
|
|
36
36
|
removeMany: (tokens: string[]) => void;
|
|
37
|
-
has: (
|
|
38
|
-
push: (
|
|
37
|
+
has: (tokens: string) => boolean;
|
|
38
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
39
39
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
40
40
|
};
|
|
41
41
|
hostStyleBindings: {
|
|
42
|
-
remove: (
|
|
42
|
+
remove: (tokens: string) => void;
|
|
43
43
|
removeMany: (tokens: string[]) => void;
|
|
44
|
-
has: (
|
|
45
|
-
push: (
|
|
44
|
+
has: (tokens: string) => boolean;
|
|
45
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
46
46
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
47
47
|
};
|
|
48
48
|
activeItemAutoPlayDuration: import("@angular/core").Signal<number | null>;
|
|
@@ -6,10 +6,10 @@ export declare class CarouselNextButtonDirective {
|
|
|
6
6
|
readonly isButton: boolean;
|
|
7
7
|
canGoNext: import("@angular/core").Signal<boolean>;
|
|
8
8
|
hostAttributeBindings: {
|
|
9
|
-
remove: (
|
|
9
|
+
remove: (tokens: string) => void;
|
|
10
10
|
removeMany: (tokens: string[]) => void;
|
|
11
|
-
has: (
|
|
12
|
-
push: (
|
|
11
|
+
has: (tokens: string) => boolean;
|
|
12
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
13
13
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
14
14
|
};
|
|
15
15
|
constructor();
|
|
@@ -6,10 +6,10 @@ export declare class CarouselPreviousButtonDirective {
|
|
|
6
6
|
readonly isButton: boolean;
|
|
7
7
|
canGoPrevious: import("@angular/core").Signal<boolean>;
|
|
8
8
|
hostAttributeBindings: {
|
|
9
|
-
remove: (
|
|
9
|
+
remove: (tokens: string) => void;
|
|
10
10
|
removeMany: (tokens: string[]) => void;
|
|
11
|
-
has: (
|
|
12
|
-
push: (
|
|
11
|
+
has: (tokens: string) => boolean;
|
|
12
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
13
13
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
14
14
|
};
|
|
15
15
|
constructor();
|
|
@@ -4,10 +4,10 @@ export declare const CAROUSEL_TOGGLE_AUTO_PLAY_BUTTON_TOKEN: InjectionToken<Caro
|
|
|
4
4
|
export declare class CarouselToggleAutoPlayButtonDirective {
|
|
5
5
|
carousel: import("../carousel.directive").CarouselDirective;
|
|
6
6
|
hostClassBindings: {
|
|
7
|
-
remove: (
|
|
7
|
+
remove: (tokens: string) => void;
|
|
8
8
|
removeMany: (tokens: string[]) => void;
|
|
9
|
-
has: (
|
|
10
|
-
push: (
|
|
9
|
+
has: (tokens: string) => boolean;
|
|
10
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
11
11
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
12
12
|
};
|
|
13
13
|
constructor();
|
|
@@ -8,17 +8,17 @@ export declare class CarouselItemDirective {
|
|
|
8
8
|
isPreviousActive: import("@angular/core").Signal<boolean>;
|
|
9
9
|
isActive: import("@angular/core").Signal<boolean>;
|
|
10
10
|
hostClassBindings: {
|
|
11
|
-
remove: (
|
|
11
|
+
remove: (tokens: string) => void;
|
|
12
12
|
removeMany: (tokens: string[]) => void;
|
|
13
|
-
has: (
|
|
14
|
-
push: (
|
|
13
|
+
has: (tokens: string) => boolean;
|
|
14
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
15
15
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
16
16
|
};
|
|
17
17
|
hostAttributeBindings: {
|
|
18
|
-
remove: (
|
|
18
|
+
remove: (tokens: string) => void;
|
|
19
19
|
removeMany: (tokens: string[]) => void;
|
|
20
|
-
has: (
|
|
21
|
-
push: (
|
|
20
|
+
has: (tokens: string) => boolean;
|
|
21
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
22
22
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
23
23
|
};
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemDirective, never>;
|
package/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.d.ts
CHANGED
|
@@ -8,10 +8,10 @@ export declare class CheckboxDirective {
|
|
|
8
8
|
readonly checked$: import("rxjs").Observable<boolean>;
|
|
9
9
|
readonly indeterminate$: BehaviorSubject<boolean>;
|
|
10
10
|
readonly hostClassBindings: {
|
|
11
|
-
remove: (
|
|
11
|
+
remove: (tokens: string) => void;
|
|
12
12
|
removeMany: (tokens: string[]) => void;
|
|
13
|
-
has: (
|
|
14
|
-
push: (
|
|
13
|
+
has: (tokens: string) => boolean;
|
|
14
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
15
15
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
16
16
|
};
|
|
17
17
|
_onInputInteraction(event: Event): void;
|
|
@@ -9,10 +9,10 @@ export declare class CheckboxFieldDirective {
|
|
|
9
9
|
set checkbox(checkbox: TypedQueryList<CheckboxDirective>);
|
|
10
10
|
private _checkbox$;
|
|
11
11
|
readonly hostClassBindings: {
|
|
12
|
-
remove: (
|
|
12
|
+
remove: (tokens: string) => void;
|
|
13
13
|
removeMany: (tokens: string[]) => void;
|
|
14
|
-
has: (
|
|
15
|
-
push: (
|
|
14
|
+
has: (tokens: string) => boolean;
|
|
15
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
16
16
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
17
17
|
};
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxFieldDirective, never>;
|
|
@@ -7,10 +7,10 @@ export declare class CheckboxGroupControlDirective {
|
|
|
7
7
|
readonly input: InputDirective<boolean, HTMLElement>;
|
|
8
8
|
readonly group: import("../checkbox-group").CheckboxGroupDirective;
|
|
9
9
|
readonly inputAttributeBindings: {
|
|
10
|
-
remove: (
|
|
10
|
+
remove: (tokens: string) => void;
|
|
11
11
|
removeMany: (tokens: string[]) => void;
|
|
12
|
-
has: (
|
|
13
|
-
push: (
|
|
12
|
+
has: (tokens: string) => boolean;
|
|
13
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
14
14
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
15
15
|
};
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxGroupControlDirective, never>;
|
|
@@ -11,10 +11,10 @@ export declare class ErrorComponent {
|
|
|
11
11
|
set errors(v: ValidationErrors | null);
|
|
12
12
|
private _errors;
|
|
13
13
|
readonly hostClassBindings: {
|
|
14
|
-
remove: (
|
|
14
|
+
remove: (tokens: string) => void;
|
|
15
15
|
removeMany: (tokens: string[]) => void;
|
|
16
|
-
has: (
|
|
17
|
-
push: (
|
|
16
|
+
has: (tokens: string) => boolean;
|
|
17
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
18
18
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
19
19
|
};
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
|
|
@@ -14,10 +14,10 @@ export declare class RadioDirective {
|
|
|
14
14
|
readonly checked$: import("rxjs").Observable<boolean>;
|
|
15
15
|
readonly disabled$: import("rxjs").Observable<boolean>;
|
|
16
16
|
readonly hostClassBindings: {
|
|
17
|
-
remove: (
|
|
17
|
+
remove: (tokens: string) => void;
|
|
18
18
|
removeMany: (tokens: string[]) => void;
|
|
19
|
-
has: (
|
|
20
|
-
push: (
|
|
19
|
+
has: (tokens: string) => boolean;
|
|
20
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
21
21
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
22
22
|
};
|
|
23
23
|
_onInputInteraction(event: Event): void;
|
package/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.d.ts
CHANGED
|
@@ -11,10 +11,10 @@ export declare class RadioFieldDirective {
|
|
|
11
11
|
private _radio$;
|
|
12
12
|
readonly radioQueryList$: import("rxjs").Observable<TypedQueryList<RadioDirective> | null>;
|
|
13
13
|
readonly hostClassBindings: {
|
|
14
|
-
remove: (
|
|
14
|
+
remove: (tokens: string) => void;
|
|
15
15
|
removeMany: (tokens: string[]) => void;
|
|
16
|
-
has: (
|
|
17
|
-
push: (
|
|
16
|
+
has: (tokens: string) => boolean;
|
|
17
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
18
18
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
19
19
|
};
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioFieldDirective, never>;
|
package/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.d.ts
CHANGED
|
@@ -5,10 +5,10 @@ export declare class RadioGroupDirective {
|
|
|
5
5
|
private readonly _formGroupStateService;
|
|
6
6
|
readonly name: string;
|
|
7
7
|
readonly hostAttributeBindings: {
|
|
8
|
-
remove: (
|
|
8
|
+
remove: (tokens: string) => void;
|
|
9
9
|
removeMany: (tokens: string[]) => void;
|
|
10
|
-
has: (
|
|
11
|
-
push: (
|
|
10
|
+
has: (tokens: string) => boolean;
|
|
11
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
12
12
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
13
13
|
};
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupDirective, never>;
|
|
@@ -15,10 +15,10 @@ export declare class SegmentedButtonDirective {
|
|
|
15
15
|
readonly checked$: import("rxjs").Observable<boolean>;
|
|
16
16
|
readonly disabled$: import("rxjs").Observable<boolean>;
|
|
17
17
|
readonly hostClassBindings: {
|
|
18
|
-
remove: (
|
|
18
|
+
remove: (tokens: string) => void;
|
|
19
19
|
removeMany: (tokens: string[]) => void;
|
|
20
|
-
has: (
|
|
21
|
-
push: (
|
|
20
|
+
has: (tokens: string) => boolean;
|
|
21
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
22
22
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
23
23
|
};
|
|
24
24
|
get activeIndicatorElement$(): import("rxjs").Observable<HTMLElement | null>;
|
|
@@ -10,10 +10,10 @@ export declare class SegmentedButtonFieldDirective {
|
|
|
10
10
|
private _segmentedButton$;
|
|
11
11
|
readonly segmentedButtonQueryList$: import("rxjs").Observable<TypedQueryList<SegmentedButtonDirective> | null>;
|
|
12
12
|
readonly hostClassBindings: {
|
|
13
|
-
remove: (
|
|
13
|
+
remove: (tokens: string) => void;
|
|
14
14
|
removeMany: (tokens: string[]) => void;
|
|
15
|
-
has: (
|
|
16
|
-
push: (
|
|
15
|
+
has: (tokens: string) => boolean;
|
|
16
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
17
17
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
18
18
|
};
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonFieldDirective, never>;
|
|
@@ -7,10 +7,10 @@ export declare class SegmentedButtonGroupDirective implements AfterContentInit {
|
|
|
7
7
|
private readonly _destroy$;
|
|
8
8
|
readonly name: string;
|
|
9
9
|
readonly hostAttributeBindings: {
|
|
10
|
-
remove: (
|
|
10
|
+
remove: (tokens: string) => void;
|
|
11
11
|
removeMany: (tokens: string[]) => void;
|
|
12
|
-
has: (
|
|
13
|
-
push: (
|
|
12
|
+
has: (tokens: string) => boolean;
|
|
13
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
14
14
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
15
15
|
};
|
|
16
16
|
private _segmentedButtons?;
|
|
@@ -105,17 +105,17 @@ export declare class ComboboxDirective implements OnInit {
|
|
|
105
105
|
set bodyMoreItemsHintTemplate(value: TemplateRef<unknown> | undefined);
|
|
106
106
|
private readonly _bodyMoreItemsHintTemplate$;
|
|
107
107
|
readonly hostClassBindings: {
|
|
108
|
-
remove: (
|
|
108
|
+
remove: (tokens: string) => void;
|
|
109
109
|
removeMany: (tokens: string[]) => void;
|
|
110
|
-
has: (
|
|
111
|
-
push: (
|
|
110
|
+
has: (tokens: string) => boolean;
|
|
111
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
112
112
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
113
113
|
};
|
|
114
114
|
readonly fieldHostClassBindings: {
|
|
115
|
-
remove: (
|
|
115
|
+
remove: (tokens: string) => void;
|
|
116
116
|
removeMany: (tokens: string[]) => void;
|
|
117
|
-
has: (
|
|
118
|
-
push: (
|
|
117
|
+
has: (tokens: string) => boolean;
|
|
118
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
119
119
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
120
120
|
};
|
|
121
121
|
private _comboboxBodyComponent;
|
|
@@ -18,17 +18,17 @@ export declare class ComboboxBodyComponent implements AbstractComboboxBody {
|
|
|
18
18
|
set _options(options: TypedQueryList<ComboboxOptionComponent>);
|
|
19
19
|
_options$: BehaviorSubject<TypedQueryList<AbstractComboboxOption> | null>;
|
|
20
20
|
_hostClassBindings: {
|
|
21
|
-
remove: (
|
|
21
|
+
remove: (tokens: string) => void;
|
|
22
22
|
removeMany: (tokens: string[]) => void;
|
|
23
|
-
has: (
|
|
24
|
-
push: (
|
|
23
|
+
has: (tokens: string) => boolean;
|
|
24
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
25
25
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
26
26
|
};
|
|
27
27
|
_hostAttributeBindings: {
|
|
28
|
-
remove: (
|
|
28
|
+
remove: (tokens: string) => void;
|
|
29
29
|
removeMany: (tokens: string[]) => void;
|
|
30
|
-
has: (
|
|
31
|
-
push: (
|
|
30
|
+
has: (tokens: string) => boolean;
|
|
31
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
32
32
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
33
33
|
};
|
|
34
34
|
_customErrorComponentInputs: import("@angular/core").Signal<{
|
|
@@ -15,17 +15,17 @@ export declare class ComboboxOptionComponent implements AbstractComboboxOption {
|
|
|
15
15
|
option: unknown;
|
|
16
16
|
}>;
|
|
17
17
|
_hostClassBindings: {
|
|
18
|
-
remove: (
|
|
18
|
+
remove: (tokens: string) => void;
|
|
19
19
|
removeMany: (tokens: string[]) => void;
|
|
20
|
-
has: (
|
|
21
|
-
push: (
|
|
20
|
+
has: (tokens: string) => boolean;
|
|
21
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
22
22
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
23
23
|
};
|
|
24
24
|
_hostAttributeBindings: {
|
|
25
|
-
remove: (
|
|
25
|
+
remove: (tokens: string) => void;
|
|
26
26
|
removeMany: (tokens: string[]) => void;
|
|
27
|
-
has: (
|
|
28
|
-
push: (
|
|
27
|
+
has: (tokens: string) => boolean;
|
|
28
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
29
29
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
30
30
|
};
|
|
31
31
|
_selectOption(): void;
|
|
@@ -43,17 +43,17 @@ export declare class SelectDirective<T extends SelectDirectiveBodyComponentBase>
|
|
|
43
43
|
readonly owns$: import("rxjs").Observable<string | null>;
|
|
44
44
|
readonly labelledBy$: import("rxjs").Observable<string>;
|
|
45
45
|
readonly hostClassBindings: {
|
|
46
|
-
remove: (
|
|
46
|
+
remove: (tokens: string) => void;
|
|
47
47
|
removeMany: (tokens: string[]) => void;
|
|
48
|
-
has: (
|
|
49
|
-
push: (
|
|
48
|
+
has: (tokens: string) => boolean;
|
|
49
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
50
50
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
51
51
|
};
|
|
52
52
|
readonly fieldHostClassBindings: {
|
|
53
|
-
remove: (
|
|
53
|
+
remove: (tokens: string) => void;
|
|
54
54
|
removeMany: (tokens: string[]) => void;
|
|
55
|
-
has: (
|
|
56
|
-
push: (
|
|
55
|
+
has: (tokens: string) => boolean;
|
|
56
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
57
57
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
58
58
|
};
|
|
59
59
|
inputElement: ElementRef<HTMLElement> | null;
|
|
@@ -9,10 +9,10 @@ export declare class SelectBodyDirective implements OnInit {
|
|
|
9
9
|
private readonly _clickOutside;
|
|
10
10
|
readonly id: string;
|
|
11
11
|
readonly hostAttributeBindings: {
|
|
12
|
-
remove: (
|
|
12
|
+
remove: (tokens: string) => void;
|
|
13
13
|
removeMany: (tokens: string[]) => void;
|
|
14
|
-
has: (
|
|
15
|
-
push: (
|
|
14
|
+
has: (tokens: string) => boolean;
|
|
15
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
16
16
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
17
17
|
};
|
|
18
18
|
ngOnInit(): void;
|
|
@@ -20,17 +20,17 @@ export declare class SelectOptionDirective implements AfterViewInit {
|
|
|
20
20
|
get viewValue(): string;
|
|
21
21
|
readonly viewValue$: import("rxjs").Observable<string>;
|
|
22
22
|
readonly hostClassBindings: {
|
|
23
|
-
remove: (
|
|
23
|
+
remove: (tokens: string) => void;
|
|
24
24
|
removeMany: (tokens: string[]) => void;
|
|
25
|
-
has: (
|
|
26
|
-
push: (
|
|
25
|
+
has: (tokens: string) => boolean;
|
|
26
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
27
27
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
28
28
|
};
|
|
29
29
|
readonly hostAttributeBindings: {
|
|
30
|
-
remove: (
|
|
30
|
+
remove: (tokens: string) => void;
|
|
31
31
|
removeMany: (tokens: string[]) => void;
|
|
32
|
-
has: (
|
|
33
|
-
push: (
|
|
32
|
+
has: (tokens: string) => boolean;
|
|
33
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
34
34
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
35
35
|
};
|
|
36
36
|
ngAfterViewInit(): void;
|
|
@@ -6,10 +6,10 @@ export declare class SlideToggleDirective {
|
|
|
6
6
|
readonly input: InputDirective<boolean, HTMLElement>;
|
|
7
7
|
readonly checked$: import("rxjs").Observable<boolean>;
|
|
8
8
|
readonly hostClassBindings: {
|
|
9
|
-
remove: (
|
|
9
|
+
remove: (tokens: string) => void;
|
|
10
10
|
removeMany: (tokens: string[]) => void;
|
|
11
|
-
has: (
|
|
12
|
-
push: (
|
|
11
|
+
has: (tokens: string) => boolean;
|
|
12
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
13
13
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
14
14
|
};
|
|
15
15
|
_onInputInteraction(event: Event): void;
|
|
@@ -54,17 +54,17 @@ export declare class SliderComponent implements OnInit {
|
|
|
54
54
|
protected readonly touchId$: BehaviorSubject<number | null>;
|
|
55
55
|
protected readonly lastPointerEvent$: BehaviorSubject<TouchEvent | MouseEvent | null>;
|
|
56
56
|
readonly hostClassBindings: {
|
|
57
|
-
remove: (
|
|
57
|
+
remove: (tokens: string) => void;
|
|
58
58
|
removeMany: (tokens: string[]) => void;
|
|
59
|
-
has: (
|
|
60
|
-
push: (
|
|
59
|
+
has: (tokens: string) => boolean;
|
|
60
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
61
61
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
62
62
|
};
|
|
63
63
|
readonly hostAttributeBindings: {
|
|
64
|
-
remove: (
|
|
64
|
+
remove: (tokens: string) => void;
|
|
65
65
|
removeMany: (tokens: string[]) => void;
|
|
66
|
-
has: (
|
|
67
|
-
push: (
|
|
66
|
+
has: (tokens: string) => boolean;
|
|
67
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
68
68
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
69
69
|
};
|
|
70
70
|
ngOnInit(): void;
|
|
@@ -12,10 +12,10 @@ export declare const WRITEABLE_INPUT_VALUE_ACCESSOR: {
|
|
|
12
12
|
export declare class WriteableInputDirective implements ControlValueAccessor {
|
|
13
13
|
readonly _inputStateService: InputStateService<unknown, HTMLElement>;
|
|
14
14
|
readonly hostClassBindings: {
|
|
15
|
-
remove: (
|
|
15
|
+
remove: (tokens: string) => void;
|
|
16
16
|
removeMany: (tokens: string[]) => void;
|
|
17
|
-
has: (
|
|
18
|
-
push: (
|
|
17
|
+
has: (tokens: string) => boolean;
|
|
18
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
19
19
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
20
20
|
};
|
|
21
21
|
writeValue(value: unknown): void;
|
|
@@ -2,10 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class DecoratedFormFieldBase {
|
|
3
3
|
private readonly _formFieldStateService;
|
|
4
4
|
readonly hostClassBindings: {
|
|
5
|
-
remove: (
|
|
5
|
+
remove: (tokens: string) => void;
|
|
6
6
|
removeMany: (tokens: string[]) => void;
|
|
7
|
-
has: (
|
|
8
|
-
push: (
|
|
7
|
+
has: (tokens: string) => boolean;
|
|
8
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
9
9
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
10
10
|
};
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DecoratedFormFieldBase, never>;
|
|
@@ -14,10 +14,10 @@ export declare class DecoratedInputBase extends InputBase {
|
|
|
14
14
|
readonly hasPrefix$: import("rxjs").Observable<boolean>;
|
|
15
15
|
readonly hasSuffix$: import("rxjs").Observable<boolean>;
|
|
16
16
|
readonly hostClassBindings: {
|
|
17
|
-
remove: (
|
|
17
|
+
remove: (tokens: string) => void;
|
|
18
18
|
removeMany: (tokens: string[]) => void;
|
|
19
|
-
has: (
|
|
20
|
-
push: (
|
|
19
|
+
has: (tokens: string) => boolean;
|
|
20
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
21
21
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
22
22
|
};
|
|
23
23
|
constructor();
|
|
@@ -17,10 +17,10 @@ export declare class MasonryComponent implements AfterContentInit {
|
|
|
17
17
|
private readonly _didInitialize$;
|
|
18
18
|
private readonly _hideOverflow$;
|
|
19
19
|
readonly hostClassBindings: {
|
|
20
|
-
remove: (
|
|
20
|
+
remove: (tokens: string) => void;
|
|
21
21
|
removeMany: (tokens: string[]) => void;
|
|
22
|
-
has: (
|
|
23
|
-
push: (
|
|
22
|
+
has: (tokens: string) => boolean;
|
|
23
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
24
24
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
25
25
|
};
|
|
26
26
|
private readonly _state;
|
|
@@ -18,10 +18,10 @@ export declare class MenuComponent implements OnDestroy {
|
|
|
18
18
|
private set __orientation(value);
|
|
19
19
|
readonly orientation: import("@angular/core").WritableSignal<"vertical" | "horizontal">;
|
|
20
20
|
readonly hostAttributeBindings: {
|
|
21
|
-
remove: (
|
|
21
|
+
remove: (tokens: string) => void;
|
|
22
22
|
removeMany: (tokens: string[]) => void;
|
|
23
|
-
has: (
|
|
24
|
-
push: (
|
|
23
|
+
has: (tokens: string) => boolean;
|
|
24
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
25
25
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
26
26
|
};
|
|
27
27
|
constructor();
|
|
@@ -15,10 +15,10 @@ export declare class MenuCheckboxItemComponent extends InputBase {
|
|
|
15
15
|
protected readonly checkbox: CheckboxDirective;
|
|
16
16
|
protected readonly menuItem: MenuItemDirective;
|
|
17
17
|
readonly hostAttributeBindings: {
|
|
18
|
-
remove: (
|
|
18
|
+
remove: (tokens: string) => void;
|
|
19
19
|
removeMany: (tokens: string[]) => void;
|
|
20
|
-
has: (
|
|
21
|
-
push: (
|
|
20
|
+
has: (tokens: string) => boolean;
|
|
21
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
22
22
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
23
23
|
};
|
|
24
24
|
constructor();
|
|
@@ -13,10 +13,10 @@ export declare class MenuRadioItemComponent extends InputBase {
|
|
|
13
13
|
protected readonly radio: RadioDirective;
|
|
14
14
|
protected readonly menuItem: MenuItemDirective;
|
|
15
15
|
readonly hostAttributeBindings: {
|
|
16
|
-
remove: (
|
|
16
|
+
remove: (tokens: string) => void;
|
|
17
17
|
removeMany: (tokens: string[]) => void;
|
|
18
|
-
has: (
|
|
19
|
-
push: (
|
|
18
|
+
has: (tokens: string) => boolean;
|
|
19
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
20
20
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
21
21
|
};
|
|
22
22
|
constructor();
|
package/lib/components/overlay/components/menu/directives/menu-group/menu-group.directive.d.ts
CHANGED
|
@@ -5,10 +5,10 @@ export declare const MENU_GROUP_TOKEN: InjectionToken<MenuGroupDirective>;
|
|
|
5
5
|
export declare class MenuGroupDirective {
|
|
6
6
|
private readonly _currentTitle;
|
|
7
7
|
readonly hostAttributeBindings: {
|
|
8
|
-
remove: (
|
|
8
|
+
remove: (tokens: string) => void;
|
|
9
9
|
removeMany: (tokens: string[]) => void;
|
|
10
|
-
has: (
|
|
11
|
-
push: (
|
|
10
|
+
has: (tokens: string) => boolean;
|
|
11
|
+
push: (tokens: string, signal: import("@angular/core").Signal<unknown>) => void;
|
|
12
12
|
pushMany: (map: Record<string, import("@angular/core").Signal<unknown>>) => void;
|
|
13
13
|
};
|
|
14
14
|
_connectWithTitle(title: MenuGroupTitleDirective): void;
|