@ethlete/cdk 2.7.0 → 2.8.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 +16 -0
- package/esm2022/lib/components/accordion/components/accordion/accordion.component.mjs +12 -23
- package/esm2022/lib/components/accordion/components/accordion-group/accordion-group.component.mjs +8 -14
- 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 +7 -8
- package/esm2022/lib/components/button/directives/query-button/query-button.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/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 +11 -22
- package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.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/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/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 +8 -14
- 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 +6 -7
- 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 +6 -7
- 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 +9 -10
- 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/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 +11 -22
- 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 +6 -7
- 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 +6 -7
- 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/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 +11 -12
- 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 +6 -7
- package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +6 -7
- 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 +8 -9
- 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/toggletip/components/toggletip/toggletip.component.mjs +3 -3
- package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +6 -7
- 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/services/dynamic-overlay.service.mjs +10 -12
- package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +9 -9
- 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 +8 -14
- package/esm2022/lib/components/picture/picture.component.mjs +3 -3
- package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +13 -24
- package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +92 -51
- package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +8 -14
- 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 +24 -49
- package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +18 -36
- package/esm2022/lib/components/sort/services/sort-header-intl.mjs +3 -3
- package/esm2022/lib/components/table/components/table/table.component.mjs +7 -8
- 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 +8 -8
- package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +9 -9
- package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +41 -70
- package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +10 -18
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +11 -22
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +15 -17
- 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 +8 -8
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +6 -15
- 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 +11 -17
- package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +24 -43
- 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 +6 -7
- package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +25 -45
- package/esm2022/lib/services/swipe-handler.service.mjs +3 -3
- package/fesm2022/ethlete-cdk.mjs +780 -921
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/lib/components/accordion/components/accordion/accordion.component.d.ts +5 -8
- package/lib/components/accordion/components/accordion-group/accordion-group.component.d.ts +3 -5
- package/lib/components/accordion/partials/accordion-hint/accordion-hint.directive.d.ts +1 -1
- package/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.d.ts +1 -1
- package/lib/components/accordion/partials/accordion-label/accordion-label.directive.d.ts +1 -1
- package/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.d.ts +1 -1
- package/lib/components/bracket/components/bracket/bracket.component.d.ts +1 -1
- package/lib/components/bracket/directives/bracket-match/bracket-match.directive.d.ts +1 -1
- package/lib/components/bracket/directives/bracket-round/bracket-round.directive.d.ts +1 -1
- package/lib/components/bracket/partials/bracket-match/bracket-match.component.d.ts +1 -1
- package/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.d.ts +1 -1
- package/lib/components/button/components/button/button.component.d.ts +1 -1
- package/lib/components/button/components/query-button/query-button.component.d.ts +1 -1
- package/lib/components/button/directives/button/button.directive.d.ts +3 -4
- package/lib/components/button/directives/query-button/query-button.directive.d.ts +1 -1
- package/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.d.ts +1 -1
- package/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.d.ts +1 -1
- package/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.d.ts +1 -1
- package/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.d.ts +1 -1
- package/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.d.ts +1 -1
- package/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.d.ts +1 -1
- package/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.d.ts +1 -1
- package/lib/components/forms/components/error/components/error/error.component.d.ts +1 -1
- package/lib/components/forms/components/input/components/email-input/email-input.component.d.ts +1 -1
- package/lib/components/forms/components/input/components/input-field/input-field.component.d.ts +1 -1
- package/lib/components/forms/components/input/components/number-input/number-input.component.d.ts +1 -1
- package/lib/components/forms/components/input/components/password-input/password-input.component.d.ts +1 -1
- package/lib/components/forms/components/input/components/search-input/search-input.component.d.ts +1 -1
- package/lib/components/forms/components/input/components/text-input/text-input.component.d.ts +1 -1
- package/lib/components/forms/components/input/components/textarea-input/textarea-input.component.d.ts +5 -8
- package/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/email-input/email-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/number-input/number-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/password-input/password-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/search-input/search-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/text-input/text-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.d.ts +1 -1
- package/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.d.ts +1 -1
- package/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.d.ts +1 -1
- package/lib/components/forms/components/label/components/label/label.component.d.ts +1 -1
- package/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.d.ts +3 -5
- package/lib/components/forms/components/radio/components/radio/radio.component.d.ts +1 -1
- package/lib/components/forms/components/radio/components/radio-field/radio-field.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 +2 -3
- package/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.d.ts +1 -1
- package/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.d.ts +1 -1
- package/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.d.ts +1 -1
- package/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.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 +2 -3
- package/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.d.ts +1 -1
- package/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.d.ts +1 -1
- package/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.d.ts +5 -6
- package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +1 -1
- package/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.d.ts +1 -1
- package/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.d.ts +1 -1
- package/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.d.ts +1 -1
- package/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.d.ts +1 -1
- package/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.d.ts +5 -8
- package/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.d.ts +1 -1
- package/lib/components/forms/components/select/components/select/components/select/select.component.d.ts +1 -1
- package/lib/components/forms/components/select/components/select/directives/select/select.directive.d.ts +2 -3
- package/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.d.ts +1 -1
- package/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.d.ts +2 -3
- package/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.d.ts +1 -1
- package/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.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/select/directives/select-field/select-field.directive.d.ts +1 -1
- package/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.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/slider.component.d.ts +6 -7
- package/lib/components/forms/components/slider/components/slider-field/slider-field.component.d.ts +1 -1
- package/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.d.ts +2 -3
- package/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.d.ts +2 -3
- package/lib/components/forms/directives/if-input-empty/if-input-empty.directive.d.ts +1 -1
- package/lib/components/forms/directives/if-input-filled/if-input-filled.directive.d.ts +1 -1
- package/lib/components/forms/directives/input/input.directive.d.ts +1 -1
- package/lib/components/forms/directives/input-prefix/input-prefix.directive.d.ts +1 -1
- package/lib/components/forms/directives/input-suffix/input-suffix.directive.d.ts +1 -1
- package/lib/components/forms/directives/native-input-ref/native-input-ref.directive.d.ts +1 -1
- package/lib/components/forms/directives/static-form-field/static-form-field.directive.d.ts +1 -1
- package/lib/components/forms/directives/static-form-group/static-form-group.directive.d.ts +1 -1
- package/lib/components/forms/directives/writeable-input/writeable-input.directive.d.ts +1 -1
- package/lib/components/forms/utils/decorated-form-field.base.d.ts +1 -1
- package/lib/components/forms/utils/decorated-input.base.d.ts +1 -1
- package/lib/components/forms/utils/input.base.d.ts +1 -1
- package/lib/components/icons/chevron-icon/chevron-icon.component.d.ts +1 -1
- package/lib/components/masonry/components/masonry/masonry.component.d.ts +3 -4
- package/lib/components/masonry/partials/masonry-item/masonry-item.component.d.ts +1 -1
- package/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.d.ts +1 -1
- package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.d.ts +1 -1
- package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.d.ts +1 -1
- package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.d.ts +1 -1
- package/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.d.ts +1 -1
- package/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.d.ts +1 -1
- package/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.d.ts +1 -1
- package/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.d.ts +1 -1
- package/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.d.ts +1 -1
- package/lib/components/overlay/components/dialog/services/dialog-base.service.d.ts +1 -1
- package/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.d.ts +1 -1
- package/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.d.ts +2 -3
- package/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.d.ts +1 -1
- package/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.d.ts +1 -1
- package/lib/components/overlay/services/dynamic-overlay.service.d.ts +3 -6
- package/lib/components/pagination/components/pagination/pagination.component.d.ts +4 -4
- package/lib/components/pagination/partials/pagination-link/pagination-link.directive.d.ts +1 -1
- package/lib/components/picture/picture-data.directive.d.ts +3 -5
- package/lib/components/picture/picture.component.d.ts +1 -1
- package/lib/components/progress-spinner/progress-spinner.component.d.ts +7 -10
- package/lib/components/scrollable/components/scrollable/scrollable.component.d.ts +7 -3
- package/lib/components/skeleton/components/skeleton/skeleton.component.d.ts +3 -5
- package/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.d.ts +1 -1
- package/lib/components/sort/components/sort-header/sort-header.component.d.ts +18 -22
- package/lib/components/sort/partials/sort/sort.directive.d.ts +8 -12
- package/lib/components/table/components/table/table.component.d.ts +2 -3
- package/lib/components/table/partials/cells/cell/cell.directive.d.ts +1 -1
- package/lib/components/table/partials/cells/cell-def/cell-def.directive.d.ts +1 -1
- package/lib/components/table/partials/cells/column-def/column-def.directive.d.ts +1 -1
- package/lib/components/table/partials/cells/footer-cell/footer-cell.directive.d.ts +1 -1
- package/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.d.ts +1 -1
- package/lib/components/table/partials/cells/header-cell/header-cell.directive.d.ts +1 -1
- package/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.d.ts +1 -1
- package/lib/components/table/partials/cells/text-column/text-column.component.d.ts +1 -1
- package/lib/components/table/partials/rows/footer-row/footer-row.component.d.ts +1 -1
- package/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.d.ts +1 -1
- package/lib/components/table/partials/rows/header-row/header-row.component.d.ts +1 -1
- package/lib/components/table/partials/rows/header-row-def/header-row-def.directive.d.ts +1 -1
- package/lib/components/table/partials/rows/no-data-row/no-data-row.directive.d.ts +1 -1
- package/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.d.ts +1 -1
- package/lib/components/table/partials/rows/row/row.component.d.ts +1 -1
- package/lib/components/table/partials/rows/row-def/row-def.directive.d.ts +1 -1
- package/lib/components/table/partials/table-busy/table-busy.directive.d.ts +2 -3
- package/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.d.ts +2 -3
- package/lib/components/tabs/components/inline-tabs/inline-tabs.component.d.ts +15 -24
- package/lib/components/tabs/components/nav-tabs/nav-tabs.component.d.ts +3 -8
- package/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.d.ts +5 -8
- package/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.d.ts +6 -5
- package/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.d.ts +1 -1
- package/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.d.ts +2 -3
- package/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.d.ts +3 -6
- package/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.d.ts +1 -1
- package/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.d.ts +4 -7
- package/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.d.ts +14 -18
- package/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.d.ts +1 -1
- package/lib/components/tabs/utils/active-tab-underline.util.d.ts +2 -3
- package/lib/components/tabs/utils/paginated-tab-header.directive.d.ts +12 -17
- package/package.json +4 -5
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { OnInit } from '@angular/core';
|
|
3
2
|
import { BehaviorSubject } from 'rxjs';
|
|
4
3
|
import { AccordionHintWrapperDirective, AccordionLabelWrapperDirective } from '../../partials';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class AccordionComponent implements OnInit {
|
|
7
6
|
private readonly _id;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
private _isOpenByDefault;
|
|
11
|
-
get disabled(): boolean;
|
|
12
|
-
set disabled(value: BooleanInput);
|
|
13
|
-
private _disabled;
|
|
7
|
+
isOpenByDefault: boolean;
|
|
8
|
+
disabled: boolean;
|
|
14
9
|
label: string;
|
|
15
10
|
protected readonly templateLabel: AccordionLabelWrapperDirective;
|
|
16
11
|
protected readonly templateHint: AccordionHintWrapperDirective;
|
|
@@ -26,5 +21,7 @@ export declare class AccordionComponent implements OnInit {
|
|
|
26
21
|
open(): void;
|
|
27
22
|
close(): void;
|
|
28
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "et-accordion", never, { "isOpenByDefault": { "alias": "isOpenByDefault"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, ["templateLabel", "templateHint"], ["*"], true, never
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "et-accordion", never, { "isOpenByDefault": { "alias": "isOpenByDefault"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, ["templateLabel", "templateHint"], ["*"], true, never>;
|
|
25
|
+
static ngAcceptInputType_isOpenByDefault: unknown;
|
|
26
|
+
static ngAcceptInputType_disabled: unknown;
|
|
30
27
|
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { AfterContentInit } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class AccordionGroupComponent implements AfterContentInit {
|
|
5
4
|
private readonly _destroy$;
|
|
6
|
-
|
|
7
|
-
set autoCloseOthers(value: BooleanInput);
|
|
8
|
-
private _autoCloseOthers;
|
|
5
|
+
autoCloseOthers: boolean;
|
|
9
6
|
private readonly _accordions?;
|
|
10
7
|
ngAfterContentInit(): void;
|
|
11
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionGroupComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionGroupComponent, "et-accordion-group", never, { "autoCloseOthers": { "alias": "autoCloseOthers"; "required": false; }; }, {}, ["_accordions"], ["et-accordion"], true, never
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionGroupComponent, "et-accordion-group", never, { "autoCloseOthers": { "alias": "autoCloseOthers"; "required": false; }; }, {}, ["_accordions"], ["et-accordion"], true, never>;
|
|
10
|
+
static ngAcceptInputType_autoCloseOthers: unknown;
|
|
13
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AccordionHintDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHintDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionHintDirective, "[et-accordion-hint]", never, {}, {}, never, never, true, never
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionHintDirective, "[et-accordion-hint]", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class AccordionHintWrapperDirective extends CdkPortal {
|
|
5
5
|
constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHintWrapperDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionHintWrapperDirective, "ng-template[et-accordion-hint-wrapper]", never, {}, {}, never, never, true, never
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionHintWrapperDirective, "ng-template[et-accordion-hint-wrapper]", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AccordionLabelDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionLabelDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionLabelDirective, "[et-accordion-label]", never, {}, {}, never, never, true, never
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionLabelDirective, "[et-accordion-label]", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class AccordionLabelWrapperDirective extends CdkPortal {
|
|
5
5
|
constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionLabelWrapperDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionLabelWrapperDirective, "ng-template[et-accordion-label-wrapper]", never, {}, {}, never, never, true, never
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionLabelWrapperDirective, "ng-template[et-accordion-label-wrapper]", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
@@ -51,5 +51,5 @@ export declare class BracketComponent {
|
|
|
51
51
|
private _getPreviousMatches;
|
|
52
52
|
private _getNextMatch;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<BracketComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BracketComponent, "et-bracket", never, { "itemWith": { "alias": "itemWith"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; "roundHeaderHeight": { "alias": "roundHeaderHeight"; "required": false; }; "upperLowerBracketGap": { "alias": "upperLowerBracketGap"; "required": false; }; "columnGap": { "alias": "columnGap"; "required": false; }; "rowGap": { "alias": "rowGap"; "required": false; }; "roundsWithMatches": { "alias": "roundsWithMatches"; "required": false; }; "componentConfig": { "alias": "componentConfig"; "required": false; }; }, {}, never, never, true, never
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BracketComponent, "et-bracket", never, { "itemWith": { "alias": "itemWith"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; "roundHeaderHeight": { "alias": "roundHeaderHeight"; "required": false; }; "upperLowerBracketGap": { "alias": "upperLowerBracketGap"; "required": false; }; "columnGap": { "alias": "columnGap"; "required": false; }; "rowGap": { "alias": "rowGap"; "required": false; }; "roundsWithMatches": { "alias": "roundsWithMatches"; "required": false; }; "componentConfig": { "alias": "componentConfig"; "required": false; }; }, {}, never, never, true, never>;
|
|
55
55
|
}
|
|
@@ -4,5 +4,5 @@ export declare class BracketMatchDirective {
|
|
|
4
4
|
bracket: import("@ethlete/cdk").BracketComponent;
|
|
5
5
|
match$: import("rxjs").Observable<import("@ethlete/cdk").BracketMatch | null>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BracketMatchDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BracketMatchDirective, never, never, {}, {}, never, never, true, never
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BracketMatchDirective, never, never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class BracketRoundDirective {
|
|
|
4
4
|
bracket: import("@ethlete/cdk").BracketComponent;
|
|
5
5
|
round$: import("rxjs").Observable<import("@ethlete/cdk").BracketRound | null>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BracketRoundDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BracketRoundDirective, never, never, {}, {}, never, never, true, never
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BracketRoundDirective, never, never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "../../directives/bracket-match/bracket-match.directive";
|
|
|
4
4
|
export declare class BracketMatchComponent {
|
|
5
5
|
matchData: BracketMatchDirective;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BracketMatchComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BracketMatchComponent, "et-bracket-match", never, {}, {}, never, never, true, [{ directive: typeof i1.BracketMatchDirective; inputs: {}; outputs: {}; }]
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BracketMatchComponent, "et-bracket-match", never, {}, {}, never, never, true, [{ directive: typeof i1.BracketMatchDirective; inputs: {}; outputs: {}; }]>;
|
|
8
8
|
}
|
package/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ import * as i1 from "../../directives/bracket-round/bracket-round.directive";
|
|
|
4
4
|
export declare class BracketRoundHeaderComponent {
|
|
5
5
|
roundData: BracketRoundDirective;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BracketRoundHeaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BracketRoundHeaderComponent, "et-bracket-round-header", never, {}, {}, never, never, true, [{ directive: typeof i1.BracketRoundDirective; inputs: {}; outputs: {}; }]
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BracketRoundHeaderComponent, "et-bracket-round-header", never, {}, {}, never, never, true, [{ directive: typeof i1.BracketRoundDirective; inputs: {}; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i1 from "../../directives/button/button.directive";
|
|
|
4
4
|
export declare class ButtonComponent {
|
|
5
5
|
protected button: ButtonDirective;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "[et-button]", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.ButtonDirective; inputs: { "disabled": "disabled"; "type": "type"; "pressed": "pressed"; }; outputs: {}; }]
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "[et-button]", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.ButtonDirective; inputs: { "disabled": "disabled"; "type": "type"; "pressed": "pressed"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -5,5 +5,5 @@ import * as i2 from "../../directives/button/button.directive";
|
|
|
5
5
|
export declare class QueryButtonComponent {
|
|
6
6
|
protected queryButton: QueryButtonDirective;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueryButtonComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QueryButtonComponent, "[et-query-button]", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.QueryButtonDirective; inputs: { "query": "query"; }; outputs: {}; }, { directive: typeof i2.ButtonDirective; inputs: { "disabled": "disabled"; "type": "type"; "pressed": "pressed"; }; outputs: {}; }]
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QueryButtonComponent, "[et-query-button]", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.QueryButtonDirective; inputs: { "query": "query"; }; outputs: {}; }, { directive: typeof i2.ButtonDirective; inputs: { "disabled": "disabled"; "type": "type"; "pressed": "pressed"; }; outputs: {}; }]>;
|
|
9
9
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
type ButtonType = 'button' | 'submit' | 'reset' | 'menu';
|
|
@@ -6,7 +5,7 @@ export declare class ButtonDirective {
|
|
|
6
5
|
readonly isButton: boolean;
|
|
7
6
|
readonly isAnchor: boolean;
|
|
8
7
|
get disabled(): boolean;
|
|
9
|
-
set disabled(value:
|
|
8
|
+
set disabled(value: unknown);
|
|
10
9
|
get disabled$(): Observable<boolean>;
|
|
11
10
|
private _disabled$;
|
|
12
11
|
get type(): ButtonType;
|
|
@@ -14,12 +13,12 @@ export declare class ButtonDirective {
|
|
|
14
13
|
get type$(): Observable<ButtonType>;
|
|
15
14
|
private _type$;
|
|
16
15
|
get pressed(): boolean;
|
|
17
|
-
set pressed(value:
|
|
16
|
+
set pressed(value: unknown);
|
|
18
17
|
private _pressed$;
|
|
19
18
|
readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
|
|
20
19
|
_removeDisabledBindings(): void;
|
|
21
20
|
_removeTabIndexBindings(): void;
|
|
22
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirective, never, ["etButton"], { "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; }, {}, never, never, true, never
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirective, never, ["etButton"], { "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
23
|
}
|
|
25
24
|
export {};
|
|
@@ -20,5 +20,5 @@ export declare class QueryButtonDirective {
|
|
|
20
20
|
private readonly _bindings;
|
|
21
21
|
constructor();
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueryButtonDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<QueryButtonDirective, never, ["etQueryButton"], { "query": { "alias": "query"; "required": false; }; }, {}, never, never, true, never
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QueryButtonDirective, never, ["etQueryButton"], { "query": { "alias": "query"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
24
|
}
|
package/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as i2 from "../../../../directives/input/input.directive";
|
|
|
6
6
|
export declare class CheckboxComponent extends InputBase {
|
|
7
7
|
protected readonly checkbox: CheckboxDirective;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "et-checkbox", never, {}, {}, never, never, true, [{ directive: typeof i1.CheckboxDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; }; outputs: {}; }]
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "et-checkbox", never, {}, {}, never, never, true, [{ directive: typeof i1.CheckboxDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; }; outputs: {}; }]>;
|
|
10
10
|
}
|
|
@@ -7,5 +7,5 @@ import * as i4 from "../../directives/checkbox-field/checkbox-field.directive";
|
|
|
7
7
|
export declare class CheckboxFieldComponent {
|
|
8
8
|
protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxFieldComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxFieldComponent, "et-checkbox-field", never, {}, {}, never, ["et-checkbox", "et-label"], 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: {}; }]
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxFieldComponent, "et-checkbox-field", never, {}, {}, never, ["et-checkbox", "et-label"], 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
|
}
|
|
@@ -3,5 +3,5 @@ import * as i1 from "../../directives/checkbox-group/checkbox-group.directive";
|
|
|
3
3
|
import * as i2 from "../../../../directives/static-form-group/static-form-group.directive";
|
|
4
4
|
export declare class CheckboxGroupComponent {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxGroupComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxGroupComponent, "et-checkbox-group", never, {}, {}, never, ["et-checkbox-field"], true, [{ directive: typeof i1.CheckboxGroupDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.StaticFormGroupDirective; inputs: {}; outputs: {}; }]
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxGroupComponent, "et-checkbox-group", never, {}, {}, never, ["et-checkbox-field"], true, [{ directive: typeof i1.CheckboxGroupDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.StaticFormGroupDirective; inputs: {}; outputs: {}; }]>;
|
|
7
7
|
}
|
package/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.d.ts
CHANGED
|
@@ -11,5 +11,5 @@ export declare class CheckboxDirective {
|
|
|
11
11
|
_onInputInteraction(event: Event): void;
|
|
12
12
|
_controlTouched(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxDirective, never, ["etCheckbox"], {}, {}, never, never, true, never
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxDirective, never, ["etCheckbox"], {}, {}, never, never, true, never>;
|
|
15
15
|
}
|
|
@@ -8,5 +8,5 @@ export declare class CheckboxFieldDirective implements AfterContentInit {
|
|
|
8
8
|
private _checkbox?;
|
|
9
9
|
ngAfterContentInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxFieldDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxFieldDirective, never, ["etCheckboxGroup"], {}, {}, ["_checkbox"], never, true, never
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxFieldDirective, never, ["etCheckboxGroup"], {}, {}, ["_checkbox"], never, true, never>;
|
|
12
12
|
}
|
|
@@ -14,5 +14,5 @@ export declare class CheckboxGroupDirective implements AfterContentInit {
|
|
|
14
14
|
ngAfterContentInit(): void;
|
|
15
15
|
private _monitorCheckboxes;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxGroupDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxGroupDirective, never, ["etCheckboxGroup"], {}, {}, ["groupControl", "checkboxes"], never, true, never
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxGroupDirective, never, ["etCheckboxGroup"], {}, {}, ["groupControl", "checkboxes"], never, true, never>;
|
|
18
18
|
}
|
|
@@ -9,5 +9,5 @@ export declare class CheckboxGroupControlDirective implements AfterContentInit {
|
|
|
9
9
|
readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
|
|
10
10
|
ngAfterContentInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxGroupControlDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxGroupControlDirective, "[etCheckboxGroupControl]", ["etCheckboxGroupControl"], {}, {}, never, never, true, never
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxGroupControlDirective, "[etCheckboxGroupControl]", ["etCheckboxGroupControl"], {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -12,5 +12,5 @@ export declare class ErrorComponent {
|
|
|
12
12
|
private _errors;
|
|
13
13
|
readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "et-error", never, { "errors": { "alias": "errors"; "required": false; }; }, {}, never, never, true, never
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "et-error", never, { "errors": { "alias": "errors"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
16
|
}
|
package/lib/components/forms/components/input/components/email-input/email-input.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as i2 from "../../../../directives/input/input.directive";
|
|
|
6
6
|
export declare class EmailInputComponent extends DecoratedInputBase {
|
|
7
7
|
protected readonly emailInput: EmailInputDirective;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmailInputComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmailInputComponent, "et-email-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.EmailInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmailInputComponent, "et-email-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.EmailInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]>;
|
|
10
10
|
}
|
package/lib/components/forms/components/input/components/input-field/input-field.component.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ import * as i3 from "../../../../directives/dynamic-form-field/dynamic-form-fiel
|
|
|
7
7
|
export declare class InputFieldComponent extends DecoratedFormFieldBase {
|
|
8
8
|
protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputFieldComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputFieldComponent, "et-input-field", never, {}, {}, never, ["et-label", "et-number-input, et-text-input, et-email-input, et-password-input, et-search-input, et-textarea-input"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputFieldComponent, "et-input-field", never, {}, {}, never, ["et-label", "et-number-input, et-text-input, et-email-input, et-password-input, et-search-input, et-textarea-input"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
|
|
11
11
|
}
|
package/lib/components/forms/components/input/components/number-input/number-input.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as i2 from "../../../../directives/input/input.directive";
|
|
|
6
6
|
export declare class NumberInputComponent extends DecoratedInputBase {
|
|
7
7
|
protected readonly numberInput: NumberInputDirective;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "et-number-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.NumberInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "et-number-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.NumberInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ import * as i2 from "../../../../directives/input/input.directive";
|
|
|
6
6
|
export declare class PasswordInputComponent extends DecoratedInputBase {
|
|
7
7
|
protected readonly passwordInput: PasswordInputDirective;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "et-password-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.PasswordInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "et-password-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.PasswordInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]>;
|
|
10
10
|
}
|
package/lib/components/forms/components/input/components/search-input/search-input.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as i2 from "../../../../directives/input/input.directive";
|
|
|
6
6
|
export declare class SearchInputComponent extends DecoratedInputBase {
|
|
7
7
|
protected readonly searchInput: SearchInputDirective;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchInputComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchInputComponent, "et-search-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.SearchInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchInputComponent, "et-search-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.SearchInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]>;
|
|
10
10
|
}
|
package/lib/components/forms/components/input/components/text-input/text-input.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as i2 from "../../../../directives/input/input.directive";
|
|
|
6
6
|
export declare class TextInputComponent extends DecoratedInputBase {
|
|
7
7
|
protected readonly textInput: TextInputDirective;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "et-text-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.TextInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "et-text-input", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]"], true, [{ directive: typeof i1.TextInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]>;
|
|
10
10
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { NumberInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { DecoratedInputBase } from '../../../../utils';
|
|
3
2
|
import { TextareaInputDirective } from '../../directives/textarea-input';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -6,12 +5,10 @@ import * as i1 from "../../directives/textarea-input/textarea-input.directive";
|
|
|
6
5
|
import * as i2 from "../../../../directives/input/input.directive";
|
|
7
6
|
export declare class TextareaInputComponent extends DecoratedInputBase {
|
|
8
7
|
protected readonly textareaInput: TextareaInputDirective;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
private _cols;
|
|
12
|
-
get rows(): number | null;
|
|
13
|
-
set rows(value: NumberInput);
|
|
14
|
-
private _rows;
|
|
8
|
+
cols: number | null;
|
|
9
|
+
rows: number | null;
|
|
15
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaInputComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaInputComponent, "et-textarea-input", never, { "cols": { "alias": "cols"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TextareaInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaInputComponent, "et-textarea-input", never, { "cols": { "alias": "cols"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TextareaInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; "placeholder": "placeholder"; }; outputs: {}; }]>;
|
|
12
|
+
static ngAcceptInputType_cols: unknown;
|
|
13
|
+
static ngAcceptInputType_rows: unknown;
|
|
17
14
|
}
|
|
@@ -8,5 +8,5 @@ export declare class AutosizeTextareaDirective implements OnInit {
|
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
updateSize(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutosizeTextareaDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeTextareaDirective, "et-textarea-input[etAutosize]", never, {}, {}, never, never, true, never
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeTextareaDirective, "et-textarea-input[etAutosize]", never, {}, {}, never, never, true, never>;
|
|
12
12
|
}
|
package/lib/components/forms/components/input/directives/email-input/email-input.directive.d.ts
CHANGED
|
@@ -9,5 +9,5 @@ export declare class EmailInputDirective implements OnInit {
|
|
|
9
9
|
_onInputInteraction(event: Event): void;
|
|
10
10
|
_controlTouched(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmailInputDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EmailInputDirective, never, ["etEmailInput"], {}, {}, never, never, true, never
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EmailInputDirective, never, ["etEmailInput"], {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
package/lib/components/forms/components/input/directives/number-input/number-input.directive.d.ts
CHANGED
|
@@ -9,5 +9,5 @@ export declare class NumberInputDirective implements OnInit {
|
|
|
9
9
|
_onInputInteraction(event: Event): void;
|
|
10
10
|
_controlTouched(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberInputDirective, never, ["etNumberInput"], {}, {}, never, never, true, never
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberInputDirective, never, ["etNumberInput"], {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PasswordInputDirective implements OnInit {
|
|
|
12
12
|
_controlTouched(): void;
|
|
13
13
|
_toggleShowPassword(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PasswordInputDirective, never, ["etPasswordInput"], {}, {}, never, never, true, never
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PasswordInputDirective, never, ["etPasswordInput"], {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
package/lib/components/forms/components/input/directives/search-input/search-input.directive.d.ts
CHANGED
|
@@ -10,5 +10,5 @@ export declare class SearchInputDirective implements OnInit {
|
|
|
10
10
|
_controlTouched(): void;
|
|
11
11
|
_clear(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchInputDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SearchInputDirective, never, ["etSearchInput"], {}, {}, never, never, true, never
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SearchInputDirective, never, ["etSearchInput"], {}, {}, never, never, true, never>;
|
|
14
14
|
}
|
package/lib/components/forms/components/input/directives/text-input/text-input.directive.d.ts
CHANGED
|
@@ -9,5 +9,5 @@ export declare class TextInputDirective implements OnInit {
|
|
|
9
9
|
_onInputInteraction(event: Event): void;
|
|
10
10
|
_controlTouched(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TextInputDirective, never, ["etTextInput"], {}, {}, never, never, true, never
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TextInputDirective, never, ["etTextInput"], {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -9,5 +9,5 @@ export declare class TextareaInputDirective implements OnInit {
|
|
|
9
9
|
_onInputInteraction(event: Event): void;
|
|
10
10
|
_controlTouched(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaInputDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TextareaInputDirective, never, ["etTextareaInput"], {}, {}, never, never, true, never
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TextareaInputDirective, never, ["etTextareaInput"], {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -4,5 +4,5 @@ export declare class PasswordInputToggleComponent {
|
|
|
4
4
|
protected readonly input: import("../../../../directives").InputDirective<unknown, HTMLInputElement>;
|
|
5
5
|
ariaLabel?: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputToggleComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputToggleComponent, "et-password-input-toggle", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*"], true, never
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputToggleComponent, "et-password-input-toggle", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class SearchInputClearComponent {
|
|
|
4
4
|
protected readonly input: import("../../../../directives").InputDirective<unknown, HTMLInputElement>;
|
|
5
5
|
ariaLabel?: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchInputClearComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchInputClearComponent, "et-search-input-clear", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*"], true, never
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchInputClearComponent, "et-search-input-clear", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
8
|
}
|
|
@@ -6,5 +6,5 @@ export declare class LabelComponent {
|
|
|
6
6
|
protected readonly formFieldStateService: FormFieldStateService;
|
|
7
7
|
readonly id: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "et-label", ["etLabel"], {}, {}, never, ["*", "[etLabelSuffix]"], true, never
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "et-label", ["etLabel"], {}, {}, never, ["*", "[etLabelSuffix]"], true, never>;
|
|
10
10
|
}
|
package/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class LabelSuffixDirective {
|
|
4
|
-
|
|
5
|
-
set showToScreenReader(value: BooleanInput);
|
|
6
|
-
private _showToScreenReader;
|
|
3
|
+
showToScreenReader: boolean;
|
|
7
4
|
private get _attrAriaHidden();
|
|
8
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelSuffixDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LabelSuffixDirective, "[etLabelSuffix]", ["etLabelSuffix"], { "showToScreenReader": { "alias": "showToScreenReader"; "required": false; }; }, {}, never, never, true, never
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LabelSuffixDirective, "[etLabelSuffix]", ["etLabelSuffix"], { "showToScreenReader": { "alias": "showToScreenReader"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
|
+
static ngAcceptInputType_showToScreenReader: unknown;
|
|
10
8
|
}
|
|
@@ -7,5 +7,5 @@ export declare class RadioComponent extends InputBase {
|
|
|
7
7
|
protected readonly radio: RadioDirective;
|
|
8
8
|
protected readonly radioGroup: import("../../directives").RadioGroupDirective;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "et-radio", never, {}, {}, never, never, true, [{ directive: typeof i1.RadioDirective; inputs: { "value": "value"; "disabled": "disabled"; }; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; }; outputs: {}; }]
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "et-radio", never, {}, {}, never, never, true, [{ directive: typeof i1.RadioDirective; inputs: { "value": "value"; "disabled": "disabled"; }; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: { "autocomplete": "autocomplete"; }; outputs: {}; }]>;
|
|
11
11
|
}
|
package/lib/components/forms/components/radio/components/radio-field/radio-field.component.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i1 from "../../../../directives/static-form-field/static-form-field.
|
|
|
3
3
|
import * as i2 from "../../directives/radio-field/radio-field.directive";
|
|
4
4
|
export declare class RadioFieldComponent {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioFieldComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioFieldComponent, "et-radio-field", never, {}, {}, never, ["et-radio", "et-label"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.RadioFieldDirective; inputs: {}; outputs: {}; }]
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioFieldComponent, "et-radio-field", never, {}, {}, never, ["et-radio", "et-label"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.RadioFieldDirective; inputs: {}; outputs: {}; }]>;
|
|
7
7
|
}
|
package/lib/components/forms/components/radio/components/radio-group/radio-group.component.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ import * as i4 from "../../directives/radio-group/radio-group.directive";
|
|
|
7
7
|
export declare class RadioGroupComponent {
|
|
8
8
|
protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "et-radio-group", never, {}, {}, never, ["et-radio-field"], 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: {}; }]
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "et-radio-group", never, {}, {}, never, ["et-radio-field"], 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
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { InjectionToken } from '@angular/core';
|
|
3
2
|
import { InputDirective } from '../../../../directives';
|
|
4
3
|
import { RadioValue } from '../../types';
|
|
@@ -10,7 +9,7 @@ export declare class RadioDirective {
|
|
|
10
9
|
set value(value: RadioValue);
|
|
11
10
|
private _value$;
|
|
12
11
|
get disabled(): boolean;
|
|
13
|
-
set disabled(value:
|
|
12
|
+
set disabled(value: unknown);
|
|
14
13
|
private _disabled$;
|
|
15
14
|
readonly checked$: import("rxjs").Observable<boolean>;
|
|
16
15
|
readonly disabled$: import("rxjs").Observable<boolean>;
|
|
@@ -18,5 +17,5 @@ export declare class RadioDirective {
|
|
|
18
17
|
_onInputInteraction(event: Event): void;
|
|
19
18
|
_controlTouched(): void;
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioDirective, never, ["etRadio"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioDirective, never, ["etRadio"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
21
|
}
|
package/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.d.ts
CHANGED
|
@@ -9,5 +9,5 @@ export declare class RadioFieldDirective implements AfterContentInit {
|
|
|
9
9
|
private _radio?;
|
|
10
10
|
ngAfterContentInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioFieldDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioFieldDirective, never, ["etRadioField"], {}, {}, ["_radio"], never, true, never
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioFieldDirective, never, ["etRadioField"], {}, {}, ["_radio"], never, true, never>;
|
|
13
13
|
}
|
package/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export declare class RadioGroupDirective {
|
|
|
6
6
|
readonly name: string;
|
|
7
7
|
readonly _bindings: import("@ethlete/core").ReactiveBindingResult;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupDirective, never, ["etRadioGroup"], {}, {}, never, never, true, never
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupDirective, never, ["etRadioGroup"], {}, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -10,5 +10,5 @@ export declare class SegmentedButtonComponent extends InputBase implements OnIni
|
|
|
10
10
|
activeIndicator?: ElementRef<HTMLElement>;
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonComponent, "et-segmented-button", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SegmentedButtonDirective; inputs: { "value": "value"; "disabled": "disabled"; }; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: {}; outputs: {}; }]
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonComponent, "et-segmented-button", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SegmentedButtonDirective; inputs: { "value": "value"; "disabled": "disabled"; }; outputs: {}; }, { directive: typeof i2.InputDirective; inputs: {}; outputs: {}; }]>;
|
|
14
14
|
}
|
|
@@ -3,5 +3,5 @@ import * as i1 from "../../../../directives/static-form-field/static-form-field.
|
|
|
3
3
|
import * as i2 from "../../directives/segmented-button-field/segmented-button-field.directive";
|
|
4
4
|
export declare class SegmentedButtonFieldComponent {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonFieldComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonFieldComponent, "et-segmented-button-field", never, {}, {}, never, ["et-segmented-button"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.SegmentedButtonFieldDirective; inputs: {}; outputs: {}; }]
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonFieldComponent, "et-segmented-button-field", never, {}, {}, never, ["et-segmented-button"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.SegmentedButtonFieldDirective; inputs: {}; outputs: {}; }]>;
|
|
7
7
|
}
|
|
@@ -7,5 +7,5 @@ import * as i4 from "../../directives/segmented-button-group/segmented-button-gr
|
|
|
7
7
|
export declare class SegmentedButtonGroupComponent {
|
|
8
8
|
protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonGroupComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonGroupComponent, "et-segmented-button-group", never, {}, {}, never, ["et-segmented-button-field"], 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: {}; }]
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonGroupComponent, "et-segmented-button-group", never, {}, {}, never, ["et-segmented-button-field"], 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
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { InjectionToken } from '@angular/core';
|
|
3
2
|
import { InputDirective } from '../../../../directives';
|
|
4
3
|
import { SegmentedButtonValue } from '../../types';
|
|
@@ -11,7 +10,7 @@ export declare class SegmentedButtonDirective {
|
|
|
11
10
|
set value(value: SegmentedButtonValue);
|
|
12
11
|
private _value$;
|
|
13
12
|
get disabled(): boolean;
|
|
14
|
-
set disabled(value:
|
|
13
|
+
set disabled(value: unknown);
|
|
15
14
|
private _disabled$;
|
|
16
15
|
readonly checked$: import("rxjs").Observable<boolean>;
|
|
17
16
|
readonly disabled$: import("rxjs").Observable<boolean>;
|
|
@@ -22,5 +21,5 @@ export declare class SegmentedButtonDirective {
|
|
|
22
21
|
_onInputInteraction(event: Event): void;
|
|
23
22
|
_controlTouched(): void;
|
|
24
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentedButtonDirective, never, ["etSegmentedButton"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentedButtonDirective, never, ["etSegmentedButton"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
25
|
}
|
|
@@ -9,5 +9,5 @@ export declare class SegmentedButtonFieldDirective implements AfterContentInit {
|
|
|
9
9
|
private _segmentedButton?;
|
|
10
10
|
ngAfterContentInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonFieldDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentedButtonFieldDirective, never, ["etSegmentedButtonField"], {}, {}, ["_segmentedButton"], never, true, never
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentedButtonFieldDirective, never, ["etSegmentedButtonField"], {}, {}, ["_segmentedButton"], never, true, never>;
|
|
13
13
|
}
|
|
@@ -10,5 +10,5 @@ export declare class SegmentedButtonGroupDirective implements AfterContentInit {
|
|
|
10
10
|
private _segmentedButtons?;
|
|
11
11
|
ngAfterContentInit(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonGroupDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentedButtonGroupDirective, never, ["etSegmentedButtonGroup"], {}, {}, ["_segmentedButtons"], never, true, never
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentedButtonGroupDirective, never, ["etSegmentedButtonGroup"], {}, {}, ["_segmentedButtons"], never, true, never>;
|
|
14
14
|
}
|