@ethlete/cdk 4.3.5 → 4.5.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 +59 -2
- 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 +6 -6
- 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 +5 -5
- package/esm2022/lib/components/forms/components/input/components/date-time-input/date-time-input.component.mjs +23 -0
- package/esm2022/lib/components/forms/components/input/components/date-time-input/public-api.mjs +2 -0
- 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/public-api.mjs +2 -1
- 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 +5 -5
- 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 +15 -15
- package/esm2022/lib/components/forms/components/input/directives/date-time-input/date-time-input.directive.mjs +61 -0
- package/esm2022/lib/components/forms/components/input/directives/date-time-input/public-api.mjs +2 -0
- 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/public-api.mjs +3 -1
- package/esm2022/lib/components/forms/components/input/directives/search-input/search-input.directive.mjs +9 -9
- package/esm2022/lib/components/forms/components/input/directives/show-picker-trigger/public-api.mjs +2 -0
- package/esm2022/lib/components/forms/components/input/directives/show-picker-trigger/show-picker-trigger.directive.mjs +42 -0
- 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/input.imports.mjs +5 -2
- 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 +5 -5
- 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/index.mjs +2 -0
- 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/components/index.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/components/menu/menu.component.mjs +168 -0
- package/esm2022/lib/components/overlay/components/menu/components/menu/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/components/menu-checkbox-item/menu-checkbox-item.component.mjs +68 -0
- package/esm2022/lib/components/overlay/components/menu/components/menu-checkbox-item/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/components/menu-container/menu-container.component.mjs +47 -0
- package/esm2022/lib/components/overlay/components/menu/components/menu-container/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/components/menu-radio-item/menu-radio-item.component.mjs +61 -0
- package/esm2022/lib/components/overlay/components/menu/components/menu-radio-item/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/components/public-api.mjs +5 -0
- package/esm2022/lib/components/overlay/components/menu/directives/index.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-checkbox-group/menu-checkbox-group.directive.mjs +31 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-checkbox-group/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group/index.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group/menu-group.directive.mjs +43 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group-title/index.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group-title/menu-group-title.directive.mjs +41 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group-title/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-item/menu-item.directive.mjs +97 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-item/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-radio-group/menu-radio-group.directive.mjs +42 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-radio-group/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-trigger/index.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-trigger/menu-trigger.directive.mjs +145 -0
- package/esm2022/lib/components/overlay/components/menu/directives/menu-trigger/public-api.mjs +2 -0
- package/esm2022/lib/components/overlay/components/menu/directives/public-api.mjs +7 -0
- package/esm2022/lib/components/overlay/components/menu/menu.imports.mjs +14 -0
- package/esm2022/lib/components/overlay/components/menu/public-api.mjs +4 -17
- package/esm2022/lib/components/overlay/components/menu-deprecated/context-menu-trigger.mjs +166 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-aim.mjs +140 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-bar.mjs +116 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-base.mjs +176 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-errors.mjs +7 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-group.mjs +29 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-interface.mjs +3 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-checkbox.mjs +42 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-radio.mjs +59 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-selectable.mjs +38 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item.mjs +216 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-module.mjs +58 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-stack.mjs +104 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-trigger-base.mjs +80 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-trigger.mjs +243 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu.mjs +119 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/pointer-focus-tracker.mjs +29 -0
- package/esm2022/lib/components/overlay/components/menu-deprecated/public-api.mjs +17 -0
- 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/public-api.mjs +2 -1
- 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 +8846 -7724
- 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 +3 -3
- 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/date-input/date-input.component.d.ts +1 -1
- package/lib/components/forms/components/input/components/date-time-input/date-time-input.component.d.ts +10 -0
- package/lib/components/forms/components/input/components/date-time-input/public-api.d.ts +1 -0
- package/lib/components/forms/components/input/components/input-field/input-field.component.d.ts +1 -1
- package/lib/components/forms/components/input/components/public-api.d.ts +1 -0
- package/lib/components/forms/components/input/components/textarea-input/textarea-input.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 +2 -3
- package/lib/components/forms/components/input/directives/date-time-input/date-time-input.directive.d.ts +20 -0
- package/lib/components/forms/components/input/directives/date-time-input/public-api.d.ts +1 -0
- 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/public-api.d.ts +2 -0
- package/lib/components/forms/components/input/directives/search-input/search-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/show-picker-trigger/public-api.d.ts +1 -0
- package/lib/components/forms/components/input/directives/show-picker-trigger/show-picker-trigger.directive.d.ts +10 -0
- 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/input.imports.d.ts +3 -2
- 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/index.d.ts +1 -0
- 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/components/index.d.ts +1 -0
- package/lib/components/overlay/components/menu/components/menu/menu.component.d.ts +35 -0
- package/lib/components/overlay/components/menu/components/menu/public-api.d.ts +1 -0
- package/lib/components/overlay/components/menu/components/menu-checkbox-item/menu-checkbox-item.component.d.ts +23 -0
- package/lib/components/overlay/components/menu/components/menu-checkbox-item/public-api.d.ts +1 -0
- package/lib/components/overlay/components/menu/components/menu-container/menu-container.component.d.ts +20 -0
- package/lib/components/overlay/components/menu/components/menu-container/public-api.d.ts +1 -0
- package/lib/components/overlay/components/menu/components/menu-radio-item/menu-radio-item.component.d.ts +21 -0
- package/lib/components/overlay/components/menu/components/menu-radio-item/public-api.d.ts +1 -0
- package/lib/components/overlay/components/menu/components/public-api.d.ts +4 -0
- package/lib/components/overlay/components/menu/directives/index.d.ts +1 -0
- package/lib/components/overlay/components/menu/directives/menu-checkbox-group/menu-checkbox-group.directive.d.ts +9 -0
- package/lib/components/overlay/components/menu/directives/menu-checkbox-group/public-api.d.ts +1 -0
- package/lib/components/overlay/components/menu/directives/menu-group/index.d.ts +1 -0
- package/lib/components/overlay/components/menu/directives/menu-group/menu-group.directive.d.ts +15 -0
- package/lib/components/overlay/components/menu/directives/menu-group/public-api.d.ts +1 -0
- package/lib/components/overlay/components/menu/directives/menu-group-title/index.d.ts +1 -0
- package/lib/components/overlay/components/menu/directives/menu-group-title/menu-group-title.directive.d.ts +11 -0
- package/lib/components/overlay/components/menu/directives/menu-group-title/public-api.d.ts +1 -0
- package/lib/components/overlay/components/menu/directives/menu-item/menu-item.directive.d.ts +32 -0
- package/lib/components/overlay/components/menu/directives/menu-item/public-api.d.ts +1 -0
- package/lib/components/overlay/components/menu/directives/menu-radio-group/menu-radio-group.directive.d.ts +12 -0
- package/lib/components/overlay/components/menu/directives/menu-radio-group/public-api.d.ts +1 -0
- package/lib/components/overlay/components/menu/directives/menu-trigger/index.d.ts +1 -0
- package/lib/components/overlay/components/menu/directives/menu-trigger/menu-trigger.directive.d.ts +39 -0
- package/lib/components/overlay/components/menu/directives/menu-trigger/public-api.d.ts +1 -0
- package/lib/components/overlay/components/menu/directives/public-api.d.ts +6 -0
- package/lib/components/overlay/components/menu/menu.imports.d.ts +3 -0
- package/lib/components/overlay/components/menu/public-api.d.ts +3 -16
- package/lib/components/overlay/components/{menu → menu-deprecated}/context-menu-trigger.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-bar.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-base.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-group.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-item-checkbox.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-item-radio.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-item-selectable.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-item.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-module.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-stack.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-trigger-base.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu-trigger.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/menu.d.ts +3 -0
- package/lib/components/overlay/components/{menu → menu-deprecated}/pointer-focus-tracker.d.ts +3 -0
- package/lib/components/overlay/components/menu-deprecated/public-api.d.ts +16 -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/lib/components/overlay/components/public-api.d.ts +1 -0
- package/package.json +8 -8
- package/esm2022/lib/components/overlay/components/menu/context-menu-trigger.mjs +0 -163
- package/esm2022/lib/components/overlay/components/menu/menu-aim.mjs +0 -140
- package/esm2022/lib/components/overlay/components/menu/menu-bar.mjs +0 -113
- package/esm2022/lib/components/overlay/components/menu/menu-base.mjs +0 -173
- package/esm2022/lib/components/overlay/components/menu/menu-errors.mjs +0 -7
- package/esm2022/lib/components/overlay/components/menu/menu-group.mjs +0 -26
- package/esm2022/lib/components/overlay/components/menu/menu-interface.mjs +0 -3
- package/esm2022/lib/components/overlay/components/menu/menu-item-checkbox.mjs +0 -39
- package/esm2022/lib/components/overlay/components/menu/menu-item-radio.mjs +0 -56
- package/esm2022/lib/components/overlay/components/menu/menu-item-selectable.mjs +0 -35
- package/esm2022/lib/components/overlay/components/menu/menu-item.mjs +0 -213
- package/esm2022/lib/components/overlay/components/menu/menu-module.mjs +0 -52
- package/esm2022/lib/components/overlay/components/menu/menu-stack.mjs +0 -101
- package/esm2022/lib/components/overlay/components/menu/menu-trigger-base.mjs +0 -77
- package/esm2022/lib/components/overlay/components/menu/menu-trigger.mjs +0 -240
- package/esm2022/lib/components/overlay/components/menu/menu.mjs +0 -116
- package/esm2022/lib/components/overlay/components/menu/pointer-focus-tracker.mjs +0 -26
- /package/lib/components/overlay/components/{menu → menu-deprecated}/menu-aim.d.ts +0 -0
- /package/lib/components/overlay/components/{menu → menu-deprecated}/menu-errors.d.ts +0 -0
- /package/lib/components/overlay/components/{menu → menu-deprecated}/menu-interface.d.ts +0 -0
|
@@ -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: {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
2
|
import { TypedQueryList } from '@ethlete/core';
|
|
3
3
|
import { InputStateService } from '../../../../services';
|
|
4
|
-
import { CheckboxDirective } from '../
|
|
4
|
+
import { CheckboxDirective } from '../checkbox/checkbox.directive';
|
|
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: {
|
|
@@ -13,5 +13,5 @@ export declare class CheckboxFieldDirective {
|
|
|
13
13
|
has: (token: string) => boolean;
|
|
14
14
|
};
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxFieldDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxFieldDirective, never, ["
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxFieldDirective, never, ["etCheckboxField"], {}, {}, ["checkbox"], never, true, never>;
|
|
17
17
|
}
|
|
@@ -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/date-input/date-input.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as i2 from "../../../../directives/input/input.directive";
|
|
|
6
6
|
export declare class DateInputComponent extends DecoratedInputBase {
|
|
7
7
|
protected readonly dateInput: DateInputDirective;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "et-date-input", never, {}, {}, never,
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "et-date-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.DateInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]>;
|
|
10
10
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DecoratedInputBase } from '../../../../utils';
|
|
2
|
+
import { DateTimeInputDirective } from '../../directives';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../directives/date-time-input/date-time-input.directive";
|
|
5
|
+
import * as i2 from "../../../../directives/input/input.directive";
|
|
6
|
+
export declare class DateTimeInputComponent extends DecoratedInputBase {
|
|
7
|
+
protected readonly dateInput: DateTimeInputDirective;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeInputComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeInputComponent, "et-date-time-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.DateTimeInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './date-time-input.component';
|
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
|
}
|
|
@@ -8,7 +8,7 @@ export declare class TextareaInputComponent extends DecoratedInputBase {
|
|
|
8
8
|
cols: number | null;
|
|
9
9
|
rows: number | null;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaInputComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaInputComponent, "et-textarea-input", never, { "cols": { "alias": "cols"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, {}, never,
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaInputComponent, "et-textarea-input", never, { "cols": { "alias": "cols"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.TextareaInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]>;
|
|
12
12
|
static ngAcceptInputType_cols: unknown;
|
|
13
13
|
static ngAcceptInputType_rows: unknown;
|
|
14
14
|
}
|
|
@@ -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
|
@@ -3,16 +3,15 @@ import { InputDirective } from '../../../../directives';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare const DATE_INPUT_TOKEN: InjectionToken<DateInputDirective>;
|
|
5
5
|
export declare const DATE_INPUT_FORMAT_TOKEN: InjectionToken<string>;
|
|
6
|
-
export declare const DEFAULT_DATE_INPUT_FORMAT = "yyyy-MM-dd'T'HH:mm:
|
|
6
|
+
export declare const DEFAULT_DATE_INPUT_FORMAT = "yyyy-MM-dd'T'HH:mm:ssxxx";
|
|
7
7
|
export declare const provideDateFormat: (dateFormat: string) => {
|
|
8
8
|
provide: InjectionToken<string>;
|
|
9
9
|
useValue: string;
|
|
10
10
|
};
|
|
11
11
|
export declare class DateInputDirective implements OnInit {
|
|
12
12
|
private readonly _destroy$;
|
|
13
|
-
private readonly _localeId;
|
|
14
13
|
private readonly _dateFormat;
|
|
15
|
-
readonly input: InputDirective<string | null,
|
|
14
|
+
readonly input: InputDirective<string | null, HTMLElement>;
|
|
16
15
|
ngOnInit(): void;
|
|
17
16
|
_onInputInteraction(event: Event): void;
|
|
18
17
|
_controlTouched(): void;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { InjectionToken, OnInit } from '@angular/core';
|
|
2
|
+
import { InputDirective } from '../../../../directives';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare const DATE_TIME_INPUT_TOKEN: InjectionToken<DateTimeInputDirective>;
|
|
5
|
+
export declare const DATE_TIME_INPUT_FORMAT_TOKEN: InjectionToken<string>;
|
|
6
|
+
export declare const DEFAULT_DATE_TIME_INPUT_FORMAT = "yyyy-MM-dd'T'HH:mm:ssxxx";
|
|
7
|
+
export declare const provideDateTimeFormat: (dateFormat: string) => {
|
|
8
|
+
provide: InjectionToken<string>;
|
|
9
|
+
useValue: string;
|
|
10
|
+
};
|
|
11
|
+
export declare class DateTimeInputDirective implements OnInit {
|
|
12
|
+
private readonly _destroy$;
|
|
13
|
+
private readonly _dateFormat;
|
|
14
|
+
readonly input: InputDirective<string | null, HTMLElement>;
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
_onInputInteraction(event: Event): void;
|
|
17
|
+
_controlTouched(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeInputDirective, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DateTimeInputDirective, never, ["etDateTimeInput"], {}, {}, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './date-time-input.directive';
|
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;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export * from './autosize-textarea/public-api';
|
|
2
2
|
export * from './date-input/public-api';
|
|
3
|
+
export * from './date-time-input/public-api';
|
|
3
4
|
export * from './email-input/public-api';
|
|
4
5
|
export * from './number-input/public-api';
|
|
5
6
|
export * from './password-input/public-api';
|
|
6
7
|
export * from './search-input/public-api';
|
|
8
|
+
export * from './show-picker-trigger/public-api';
|
|
7
9
|
export * from './text-input/public-api';
|
|
8
10
|
export * from './textarea-input/public-api';
|
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;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './show-picker-trigger.directive';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { InputDirective } from '../../../../directives';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare const SHOW_PICKER_TRIGGER_TOKEN: InjectionToken<ShowPickerTriggerDirective>;
|
|
5
|
+
export declare class ShowPickerTriggerDirective {
|
|
6
|
+
readonly input: InputDirective<unknown, HTMLElement>;
|
|
7
|
+
_onInputInteraction(event: Event): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShowPickerTriggerDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ShowPickerTriggerDirective, "[etShowPickerTrigger]", never, {}, {}, never, never, true, never>;
|
|
10
|
+
}
|
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,5 +1,6 @@
|
|
|
1
1
|
import { IfInputEmptyDirective, IfInputFilledDirective, InputPrefixDirective, InputSuffixDirective } from '../../directives';
|
|
2
2
|
import { LabelComponent } from '../label';
|
|
3
|
-
import { DateInputComponent, EmailInputComponent, InputFieldComponent, NumberInputComponent, PasswordInputComponent, SearchInputComponent, TextInputComponent, TextareaInputComponent } from './components';
|
|
3
|
+
import { DateInputComponent, DateTimeInputComponent, EmailInputComponent, InputFieldComponent, NumberInputComponent, PasswordInputComponent, SearchInputComponent, TextInputComponent, TextareaInputComponent } from './components';
|
|
4
|
+
import { ShowPickerTriggerDirective } from './directives';
|
|
4
5
|
import { PasswordInputToggleComponent, SearchInputClearComponent } from './partials';
|
|
5
|
-
export declare const InputImports: readonly [typeof InputFieldComponent, typeof NumberInputComponent, typeof SearchInputComponent, typeof PasswordInputComponent, typeof PasswordInputToggleComponent, typeof TextInputComponent, typeof TextareaInputComponent, typeof InputPrefixDirective, typeof InputSuffixDirective, typeof IfInputFilledDirective, typeof IfInputEmptyDirective, typeof SearchInputClearComponent, typeof EmailInputComponent, typeof LabelComponent, typeof DateInputComponent];
|
|
6
|
+
export declare const InputImports: readonly [typeof InputFieldComponent, typeof NumberInputComponent, typeof SearchInputComponent, typeof PasswordInputComponent, typeof PasswordInputToggleComponent, typeof TextInputComponent, typeof TextareaInputComponent, typeof InputPrefixDirective, typeof InputSuffixDirective, typeof IfInputFilledDirective, typeof ShowPickerTriggerDirective, typeof IfInputEmptyDirective, typeof SearchInputClearComponent, typeof EmailInputComponent, typeof LabelComponent, typeof DateInputComponent, typeof DateTimeInputComponent];
|
|
@@ -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;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-api';
|
|
@@ -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
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-api';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { InjectionToken, OnDestroy } from '@angular/core';
|
|
2
|
+
import { NgClassType } from '@ethlete/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare const MENU: InjectionToken<MenuComponent>;
|
|
5
|
+
export declare class MenuComponent implements OnDestroy {
|
|
6
|
+
private readonly _elementRef;
|
|
7
|
+
readonly _trigger: import("../../directives").MenuTriggerDirective;
|
|
8
|
+
private set __id(value);
|
|
9
|
+
readonly id: import("@angular/core").WritableSignal<string>;
|
|
10
|
+
private set __renderScrollableMasks(value);
|
|
11
|
+
readonly renderScrollableMasks: import("@angular/core").WritableSignal<boolean>;
|
|
12
|
+
private set __renderScrollableButtons(value);
|
|
13
|
+
readonly renderScrollableButtons: import("@angular/core").WritableSignal<boolean>;
|
|
14
|
+
set _scrollableClass(v: NgClassType | null);
|
|
15
|
+
readonly scrollableClass: import("@angular/core").WritableSignal<NgClassType>;
|
|
16
|
+
private set __menuItemList(value);
|
|
17
|
+
private readonly _menuItemList;
|
|
18
|
+
private set __orientation(value);
|
|
19
|
+
readonly orientation: import("@angular/core").WritableSignal<"vertical" | "horizontal">;
|
|
20
|
+
readonly hostAttributeBindings: {
|
|
21
|
+
remove: (...tokens: string[]) => void;
|
|
22
|
+
has: (token: string) => boolean;
|
|
23
|
+
};
|
|
24
|
+
constructor();
|
|
25
|
+
ngOnDestroy(): void;
|
|
26
|
+
focusFirstItem(): void;
|
|
27
|
+
focusLastItem(): void;
|
|
28
|
+
focusNextItem(): void;
|
|
29
|
+
focusPreviousItem(): void;
|
|
30
|
+
_handleKeydown(event: KeyboardEvent): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "et-menu", never, { "__id": { "alias": "id"; "required": false; }; "__renderScrollableMasks": { "alias": "renderScrollableMasks"; "required": false; }; "__renderScrollableButtons": { "alias": "renderScrollableButtons"; "required": false; }; "_scrollableClass": { "alias": "scrollableClass"; "required": false; }; "__orientation": { "alias": "orientation"; "required": false; }; }, {}, ["__menuItemList"], ["*"], true, never>;
|
|
33
|
+
static ngAcceptInputType___renderScrollableMasks: unknown;
|
|
34
|
+
static ngAcceptInputType___renderScrollableButtons: unknown;
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './menu.component';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { CheckboxDirective, InputBase } from '../../../../../forms';
|
|
2
|
+
import { MenuItemDirective } from '../../directives';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../../../../forms/directives/native-input-ref/native-input-ref.directive";
|
|
5
|
+
import * as i2 from "../../../../../forms/directives/static-form-field/static-form-field.directive";
|
|
6
|
+
import * as i3 from "../../../../../forms/directives/writeable-input/writeable-input.directive";
|
|
7
|
+
import * as i4 from "../../directives/menu-item/menu-item.directive";
|
|
8
|
+
import * as i5 from "../../../../../forms/directives/dynamic-form-field/dynamic-form-field.directive";
|
|
9
|
+
import * as i6 from "../../../../../forms/components/checkbox/directives/checkbox/checkbox.directive";
|
|
10
|
+
import * as i7 from "../../../../../forms/directives/input/input.directive";
|
|
11
|
+
export declare class MenuCheckboxItemComponent extends InputBase {
|
|
12
|
+
private readonly _elementRef;
|
|
13
|
+
private readonly _trigger;
|
|
14
|
+
protected readonly checkbox: CheckboxDirective;
|
|
15
|
+
protected readonly menuItem: MenuItemDirective;
|
|
16
|
+
readonly hostAttributeBindings: {
|
|
17
|
+
remove: (...tokens: string[]) => void;
|
|
18
|
+
has: (token: string) => boolean;
|
|
19
|
+
};
|
|
20
|
+
constructor();
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuCheckboxItemComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuCheckboxItemComponent, "et-menu-checkbox-item", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.NativeInputRefDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i4.MenuItemDirective; inputs: {}; outputs: {}; }, { directive: typeof i5.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }, { directive: typeof i6.CheckboxDirective; inputs: {}; outputs: {}; }, { directive: typeof i7.InputDirective; inputs: { "autocomplete": "autocomplete"; }; outputs: {}; }]>;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './menu-checkbox-item.component';
|