@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,6 +1,5 @@
|
|
|
1
1
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
2
|
-
import {
|
|
3
|
-
import { AfterContentChecked, AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, TrackByFunction } from '@angular/core';
|
|
2
|
+
import { AfterContentChecked, AfterContentInit, ElementRef, EventEmitter, OnDestroy, TrackByFunction } from '@angular/core';
|
|
4
3
|
import { NgClassType, TypedQueryList } from '@ethlete/core';
|
|
5
4
|
import { InlineTabComponent } from '../../partials';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -15,40 +14,26 @@ interface InlineTabsBaseHeader {
|
|
|
15
14
|
}
|
|
16
15
|
export declare class InlineTabsComponent implements AfterContentInit, AfterContentChecked, OnDestroy {
|
|
17
16
|
private _cdr;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
get contentTabIndex(): number | null;
|
|
22
|
-
set contentTabIndex(value: NumberInput);
|
|
23
|
-
private _contentTabIndex;
|
|
24
|
-
get preserveContent(): boolean;
|
|
25
|
-
set preserveContent(value: BooleanInput);
|
|
26
|
-
private _preserveContent;
|
|
17
|
+
selectedIndex: number | null;
|
|
18
|
+
contentTabIndex: number | null;
|
|
19
|
+
preserveContent: boolean;
|
|
27
20
|
tabHeaderClasses: NgClassType;
|
|
28
21
|
itemSize: 'auto' | 'same';
|
|
29
22
|
scrollableClass?: NgClassType;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
get renderButtons(): boolean;
|
|
34
|
-
set renderButtons(value: BooleanInput);
|
|
35
|
-
private _renderButtons;
|
|
36
|
-
get renderScrollbars(): boolean;
|
|
37
|
-
set renderScrollbars(value: BooleanInput);
|
|
38
|
-
private _renderScrollbars;
|
|
23
|
+
renderMasks: boolean;
|
|
24
|
+
renderButtons: boolean;
|
|
25
|
+
renderScrollbars: boolean;
|
|
39
26
|
readonly selectedIndexChange: EventEmitter<number>;
|
|
40
27
|
readonly focusChange: EventEmitter<InlineTabChangeEvent>;
|
|
41
28
|
readonly selectedTabChange: EventEmitter<InlineTabChangeEvent>;
|
|
42
29
|
_allTabs: TypedQueryList<InlineTabComponent>;
|
|
43
|
-
_tabBodyWrapper: ElementRef;
|
|
30
|
+
_tabBodyWrapper: ElementRef<HTMLElement> | null;
|
|
44
31
|
_tabHeader: InlineTabsBaseHeader;
|
|
45
32
|
_tabs: TypedQueryList<InlineTabComponent>;
|
|
46
33
|
private _groupId;
|
|
47
|
-
private _indexToSelect;
|
|
48
34
|
private _lastFocusedTabIndex;
|
|
49
35
|
private _tabsSubscription;
|
|
50
36
|
private _tabLabelSubscription;
|
|
51
|
-
constructor(_cdr: ChangeDetectorRef);
|
|
52
37
|
ngAfterContentInit(): void;
|
|
53
38
|
ngAfterContentChecked(): void;
|
|
54
39
|
ngOnDestroy(): void;
|
|
@@ -67,6 +52,12 @@ export declare class InlineTabsComponent implements AfterContentInit, AfterConte
|
|
|
67
52
|
private _subscribeToTabLabels;
|
|
68
53
|
private _createChangeEvent;
|
|
69
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabsComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabsComponent, "et-inline-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "contentTabIndex": { "alias": "contentTabIndex"; "required": false; }; "preserveContent": { "alias": "preserveContent"; "required": false; }; "tabHeaderClasses": { "alias": "tabHeaderClasses"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "focusChange": "focusChange"; "selectedTabChange": "selectedTabChange"; }, ["_allTabs"], never, true, never
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabsComponent, "et-inline-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "contentTabIndex": { "alias": "contentTabIndex"; "required": false; }; "preserveContent": { "alias": "preserveContent"; "required": false; }; "tabHeaderClasses": { "alias": "tabHeaderClasses"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "focusChange": "focusChange"; "selectedTabChange": "selectedTabChange"; }, ["_allTabs"], never, true, never>;
|
|
56
|
+
static ngAcceptInputType_selectedIndex: unknown;
|
|
57
|
+
static ngAcceptInputType_contentTabIndex: unknown;
|
|
58
|
+
static ngAcceptInputType_preserveContent: unknown;
|
|
59
|
+
static ngAcceptInputType_renderMasks: unknown;
|
|
60
|
+
static ngAcceptInputType_renderButtons: unknown;
|
|
61
|
+
static ngAcceptInputType_renderScrollbars: unknown;
|
|
71
62
|
}
|
|
72
63
|
export {};
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
3
|
-
import { AfterContentChecked, AfterContentInit, ChangeDetectorRef, ElementRef, NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
4
|
-
import { Router } from '@angular/router';
|
|
1
|
+
import { AfterContentChecked, AfterContentInit, OnDestroy, OnInit } from '@angular/core';
|
|
5
2
|
import { TypedQueryList } from '@ethlete/core';
|
|
6
3
|
import { ScrollableComponent } from '../../../scrollable';
|
|
7
4
|
import { NavTabLinkComponent } from '../../partials/nav-tabs/nav-tab-link';
|
|
@@ -9,7 +6,6 @@ import { NavTabsOutletComponent } from '../../partials/nav-tabs/nav-tabs-outlet'
|
|
|
9
6
|
import { ActiveTabUnderlineBarManager, ActiveTabUnderlineDirective, PaginatedTabHeaderDirective } from '../../utils';
|
|
10
7
|
import * as i0 from "@angular/core";
|
|
11
8
|
export declare class NavTabsComponent extends PaginatedTabHeaderDirective implements OnInit, AfterContentChecked, AfterContentInit, OnDestroy {
|
|
12
|
-
_cdr: ChangeDetectorRef;
|
|
13
9
|
private _router;
|
|
14
10
|
tabOutlet?: NavTabsOutletComponent;
|
|
15
11
|
_items: TypedQueryList<NavTabLinkComponent>;
|
|
@@ -17,12 +13,11 @@ export declare class NavTabsComponent extends PaginatedTabHeaderDirective implem
|
|
|
17
13
|
_scrollable: ScrollableComponent;
|
|
18
14
|
_activeTabUnderlineManager?: ActiveTabUnderlineBarManager;
|
|
19
15
|
get _attrRole(): string | null;
|
|
20
|
-
constructor(elementRef: ElementRef, dir: Directionality, ngZone: NgZone, _cdr: ChangeDetectorRef, viewportRuler: ViewportRuler, _router: Router);
|
|
21
16
|
ngOnInit(): void;
|
|
22
17
|
protected _itemSelected(): void;
|
|
23
18
|
ngAfterContentInit(): void;
|
|
24
19
|
updateActiveLink(): void;
|
|
25
20
|
_getRole(): string | null;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavTabsComponent,
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavTabsComponent, "[et-nav-tabs]", never, { "tabOutlet": { "alias": "tabOutlet"; "required": false; }; }, {}, ["_items", "_inkBars"], ["*"], true, never
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavTabsComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavTabsComponent, "[et-nav-tabs]", never, { "tabOutlet": { "alias": "tabOutlet"; "required": false; }; }, {}, ["_items", "_inkBars"], ["*"], true, never>;
|
|
28
23
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
3
2
|
import { InjectionToken, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
4
3
|
import { NgClassType } from '@ethlete/core';
|
|
@@ -12,9 +11,7 @@ export declare class InlineTabComponent implements OnInit, OnChanges, OnDestroy
|
|
|
12
11
|
get templateLabel(): InlineTabLabelDirective;
|
|
13
12
|
set templateLabel(value: InlineTabLabelDirective);
|
|
14
13
|
protected _templateLabel: InlineTabLabelDirective;
|
|
15
|
-
|
|
16
|
-
set fitUnderlineToContent(v: BooleanInput);
|
|
17
|
-
private _fitToContent;
|
|
14
|
+
fitUnderlineToContent: boolean;
|
|
18
15
|
_explicitContent: TemplateRef<unknown>;
|
|
19
16
|
_implicitContent: TemplateRef<unknown>;
|
|
20
17
|
textLabel: string;
|
|
@@ -22,9 +19,7 @@ export declare class InlineTabComponent implements OnInit, OnChanges, OnDestroy
|
|
|
22
19
|
ariaLabelledby: string;
|
|
23
20
|
labelClass: NgClassType;
|
|
24
21
|
bodyClass: NgClassType;
|
|
25
|
-
|
|
26
|
-
set disabled(value: BooleanInput);
|
|
27
|
-
private _disabled;
|
|
22
|
+
disabled: boolean;
|
|
28
23
|
private _contentPortal;
|
|
29
24
|
get content(): TemplatePortal | null;
|
|
30
25
|
readonly _stateChanges: Subject<void>;
|
|
@@ -37,5 +32,7 @@ export declare class InlineTabComponent implements OnInit, OnChanges, OnDestroy
|
|
|
37
32
|
ngOnDestroy(): void;
|
|
38
33
|
protected _setTemplateLabelInput(value: InlineTabLabelDirective | undefined): void;
|
|
39
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabComponent, [null, { optional: true; }]>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabComponent, "et-inline-tab", never, { "fitUnderlineToContent": { "alias": "fitUnderlineToContent"; "required": false; }; "textLabel": { "alias": "label"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "bodyClass": { "alias": "bodyClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["templateLabel", "_explicitContent"], ["*"], true, never
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabComponent, "et-inline-tab", never, { "fitUnderlineToContent": { "alias": "fitUnderlineToContent"; "required": false; }; "textLabel": { "alias": "label"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "bodyClass": { "alias": "bodyClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["templateLabel", "_explicitContent"], ["*"], true, never>;
|
|
36
|
+
static ngAcceptInputType_fitUnderlineToContent: unknown;
|
|
37
|
+
static ngAcceptInputType_disabled: unknown;
|
|
41
38
|
}
|
package/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AnimationEvent } from '@angular/animations';
|
|
2
|
-
import { Direction
|
|
2
|
+
import { Direction } from '@angular/cdk/bidi';
|
|
3
3
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
4
|
-
import {
|
|
4
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
6
6
|
import { InlineTabBodyHostDirective } from '../inline-tab-body-host';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -10,6 +10,7 @@ export type InlineTabBodyOriginState = 'left' | 'right';
|
|
|
10
10
|
export declare class InlineTabBodyComponent implements OnInit, OnDestroy {
|
|
11
11
|
private _elementRef;
|
|
12
12
|
private _dir;
|
|
13
|
+
private _cdr;
|
|
13
14
|
private _positionIndex;
|
|
14
15
|
private _centeringSub;
|
|
15
16
|
private _leavingSub;
|
|
@@ -26,7 +27,7 @@ export declare class InlineTabBodyComponent implements OnInit, OnDestroy {
|
|
|
26
27
|
animationDuration: string;
|
|
27
28
|
preserveContent: boolean;
|
|
28
29
|
set position(position: number);
|
|
29
|
-
constructor(
|
|
30
|
+
constructor();
|
|
30
31
|
ngOnInit(): void;
|
|
31
32
|
ngOnDestroy(): void;
|
|
32
33
|
_onTranslateTabStarted(event: AnimationEvent): void;
|
|
@@ -34,6 +35,6 @@ export declare class InlineTabBodyComponent implements OnInit, OnDestroy {
|
|
|
34
35
|
_isCenterPosition(position: InlineTabBodyPositionState | string): boolean;
|
|
35
36
|
private _computePositionAnimationState;
|
|
36
37
|
private _computePositionFromOrigin;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabBodyComponent,
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabBodyComponent, "et-inline-tab-body", never, { "_content": { "alias": "content"; "required": false; }; "origin": { "alias": "origin"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "preserveContent": { "alias": "preserveContent"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "_onCentering": "_onCentering"; "_beforeCentering": "_beforeCentering"; "_afterLeavingCenter": "_afterLeavingCenter"; "_onCentered": "_onCentered"; }, never, never, true, never
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabBodyComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabBodyComponent, "et-inline-tab-body", never, { "_content": { "alias": "content"; "required": false; }; "origin": { "alias": "origin"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "preserveContent": { "alias": "preserveContent"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "_onCentering": "_onCentering"; "_beforeCentering": "_beforeCentering"; "_afterLeavingCenter": "_afterLeavingCenter"; "_onCentered": "_onCentered"; }, never, never, true, never>;
|
|
39
40
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class InlineTabBodyHostDirective extends CdkPortalOutlet implements OnInit, OnDestroy {
|
|
5
5
|
constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, _document: Document);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabBodyHostDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabBodyHostDirective, "[etInlineTabBodyHost]", never, {}, {}, never, never, true, never
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabBodyHostDirective, "[etInlineTabBodyHost]", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
@@ -2,8 +2,7 @@ import { InjectionToken, TemplateRef } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare const TAB_CONTENT: InjectionToken<InlineTabContentDirective>;
|
|
4
4
|
export declare class InlineTabContentDirective {
|
|
5
|
-
template: TemplateRef<
|
|
6
|
-
constructor(template: TemplateRef<unknown>);
|
|
5
|
+
template: TemplateRef<any>;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabContentDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabContentDirective, "[etInlineTabContent]", never, {}, {}, never, never, true, never
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabContentDirective, "[etInlineTabContent]", never, {}, {}, never, never, true, never>;
|
|
9
8
|
}
|
package/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
3
|
-
import { AfterContentChecked, AfterContentInit, ChangeDetectorRef, ElementRef, NgZone, OnDestroy } from '@angular/core';
|
|
1
|
+
import { AfterContentChecked, AfterContentInit, OnDestroy } from '@angular/core';
|
|
4
2
|
import { TypedQueryList } from '@ethlete/core';
|
|
5
3
|
import { ScrollableComponent } from '../../../../scrollable';
|
|
6
4
|
import { ActiveTabUnderlineBarManager, ActiveTabUnderlineDirective, PaginatedTabHeaderDirective } from '../../../utils';
|
|
@@ -11,9 +9,8 @@ export declare class InlineTabHeaderComponent extends PaginatedTabHeaderDirectiv
|
|
|
11
9
|
_scrollable: ScrollableComponent;
|
|
12
10
|
_inkBars: TypedQueryList<ActiveTabUnderlineDirective>;
|
|
13
11
|
_activeTabUnderlineManager?: ActiveTabUnderlineBarManager;
|
|
14
|
-
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone);
|
|
15
12
|
ngAfterContentInit(): void;
|
|
16
13
|
protected _itemSelected(event: KeyboardEvent): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabHeaderComponent,
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabHeaderComponent, "et-inline-tab-header", never, {}, {}, ["_items", "_inkBars"], ["*"], true, never
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabHeaderComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InlineTabHeaderComponent, "et-inline-tab-header", never, {}, {}, ["_items", "_inkBars"], ["*"], true, never>;
|
|
19
16
|
}
|
package/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ export declare class InlineTabLabelDirective extends CdkPortal {
|
|
|
7
7
|
_closestTab: unknown;
|
|
8
8
|
constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef, _closestTab: unknown);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabLabelDirective, [null, null, { optional: true; }]>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabLabelDirective, "[et-inline-tab-label]", never, {}, {}, never, never, true, never
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabLabelDirective, "[et-inline-tab-label]", never, {}, {}, never, never, true, never>;
|
|
11
11
|
}
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { ElementRef } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
import * as i1 from "../../../utils/active-tab-underline.util";
|
|
5
4
|
export declare class InlineTabLabelWrapperDirective {
|
|
6
|
-
elementRef: ElementRef
|
|
7
|
-
|
|
8
|
-
set disabled(value: BooleanInput);
|
|
9
|
-
private _disabled;
|
|
5
|
+
elementRef: ElementRef<any>;
|
|
6
|
+
disabled: boolean;
|
|
10
7
|
get attrAriaDisabled(): "true" | null;
|
|
11
|
-
constructor(elementRef: ElementRef);
|
|
12
8
|
focus(): void;
|
|
13
9
|
getOffsetLeft(): number;
|
|
14
10
|
getOffsetWidth(): number;
|
|
15
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<InlineTabLabelWrapperDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabLabelWrapperDirective, "[etInlineTabLabelWrapper]", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.ActiveTabUnderlineDirective; inputs: { "fitUnderlineToContent": "fitUnderlineToContent"; }; outputs: {}; }]
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InlineTabLabelWrapperDirective, "[etInlineTabLabelWrapper]", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.ActiveTabUnderlineDirective; inputs: { "fitUnderlineToContent": "fitUnderlineToContent"; }; outputs: {}; }]>;
|
|
13
|
+
static ngAcceptInputType_disabled: unknown;
|
|
17
14
|
}
|
|
@@ -1,27 +1,21 @@
|
|
|
1
|
-
import { FocusableOption
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { Router, RouterLink, RouterLinkActive } from '@angular/router';
|
|
5
|
-
import { NavTabsComponent } from '../../../components/nav-tabs/nav-tabs.component';
|
|
1
|
+
import { FocusableOption } from '@angular/cdk/a11y';
|
|
2
|
+
import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { RouterLink, RouterLinkActive } from '@angular/router';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
import * as i1 from "../../../utils/active-tab-underline.util";
|
|
8
6
|
export declare class NavTabLinkComponent implements OnInit, AfterViewInit, OnDestroy, FocusableOption {
|
|
9
7
|
private _tabNavBar;
|
|
10
|
-
elementRef: ElementRef
|
|
8
|
+
elementRef: ElementRef<any>;
|
|
11
9
|
private _focusMonitor;
|
|
12
10
|
private _router;
|
|
13
11
|
private _cdr;
|
|
14
12
|
private _ngZone;
|
|
15
|
-
_link
|
|
16
|
-
_linkWithHref
|
|
17
|
-
_linkConfig
|
|
13
|
+
_link: RouterLink | null;
|
|
14
|
+
_linkWithHref: RouterLink | null;
|
|
15
|
+
_linkConfig: RouterLinkActive | null;
|
|
18
16
|
get active(): boolean;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
private _tabIndex;
|
|
22
|
-
get disabled(): boolean;
|
|
23
|
-
set disabled(value: BooleanInput);
|
|
24
|
-
private _disabled;
|
|
17
|
+
tabIndex: number;
|
|
18
|
+
disabled: boolean;
|
|
25
19
|
id: string;
|
|
26
20
|
get _attrAriaControls(): string | null;
|
|
27
21
|
get _attrAriaCurrent(): string | null;
|
|
@@ -29,7 +23,7 @@ export declare class NavTabLinkComponent implements OnInit, AfterViewInit, OnDes
|
|
|
29
23
|
get _attrAriaSelected(): string | null;
|
|
30
24
|
get _attrTabIndex(): number;
|
|
31
25
|
get _attrRole(): string | null;
|
|
32
|
-
constructor(
|
|
26
|
+
constructor(tabIndex: string);
|
|
33
27
|
ngOnInit(): void;
|
|
34
28
|
ngAfterViewInit(): void;
|
|
35
29
|
ngOnDestroy(): void;
|
|
@@ -43,6 +37,8 @@ export declare class NavTabLinkComponent implements OnInit, AfterViewInit, OnDes
|
|
|
43
37
|
_getTabIndex(): number;
|
|
44
38
|
_markForCheck(): void;
|
|
45
39
|
private _haltDisabledEvents;
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavTabLinkComponent, [
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavTabLinkComponent, "[et-nav-tab-link]", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.ActiveTabUnderlineDirective; inputs: { "fitUnderlineToContent": "fitUnderlineToContent"; }; outputs: {}; }]
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavTabLinkComponent, [{ attribute: "tabindex"; }]>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavTabLinkComponent, "[et-nav-tab-link]", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.ActiveTabUnderlineDirective; inputs: { "fitUnderlineToContent": "fitUnderlineToContent"; }; outputs: {}; }]>;
|
|
42
|
+
static ngAcceptInputType_tabIndex: unknown;
|
|
43
|
+
static ngAcceptInputType_disabled: unknown;
|
|
48
44
|
}
|
package/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export declare class NavTabsOutletComponent {
|
|
|
6
6
|
get _attrId(): string;
|
|
7
7
|
_activeTabId?: string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavTabsOutletComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavTabsOutletComponent, "et-nav-tabs-outlet", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavTabsOutletComponent, "et-nav-tabs-outlet", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
10
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
1
|
import { ElementRef, InjectionToken, OnDestroy, OnInit } from '@angular/core';
|
|
3
2
|
import { TypedQueryList } from '@ethlete/core';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -20,7 +19,7 @@ export declare class ActiveTabUnderlineDirective implements OnInit, OnDestroy {
|
|
|
20
19
|
private _underlineElement;
|
|
21
20
|
private _underlineContentElement;
|
|
22
21
|
get fitUnderlineToContent(): boolean;
|
|
23
|
-
set fitUnderlineToContent(v:
|
|
22
|
+
set fitUnderlineToContent(v: unknown);
|
|
24
23
|
private _fitToContent;
|
|
25
24
|
activateUnderline(previousIndicatorClientRect?: DOMRect): void;
|
|
26
25
|
deactivateUnderline(): void;
|
|
@@ -29,7 +28,7 @@ export declare class ActiveTabUnderlineDirective implements OnInit, OnDestroy {
|
|
|
29
28
|
private _createUnderlineElement;
|
|
30
29
|
private _appendUnderlineElement;
|
|
31
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActiveTabUnderlineDirective, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActiveTabUnderlineDirective, never, never, { "fitUnderlineToContent": { "alias": "fitUnderlineToContent"; "required": false; }; }, {}, never, never, true, never
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActiveTabUnderlineDirective, never, never, { "fitUnderlineToContent": { "alias": "fitUnderlineToContent"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
32
|
}
|
|
34
33
|
export interface _ActiveTabUnderlinePositioner {
|
|
35
34
|
(element: HTMLElement): {
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FocusableOption } from '@angular/cdk/a11y';
|
|
2
|
-
import { Direction
|
|
3
|
-
import {
|
|
4
|
-
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
5
|
-
import { AfterContentChecked, AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy } from '@angular/core';
|
|
2
|
+
import { Direction } from '@angular/cdk/bidi';
|
|
3
|
+
import { AfterContentChecked, AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
6
4
|
import { NgClassType, TypedQueryList } from '@ethlete/core';
|
|
7
5
|
import { ScrollableComponent } from '../../scrollable';
|
|
8
6
|
import * as i0 from "@angular/core";
|
|
@@ -31,22 +29,16 @@ export declare abstract class PaginatedTabHeaderDirective implements AfterConten
|
|
|
31
29
|
private _currentTextContent;
|
|
32
30
|
private _stopScrolling;
|
|
33
31
|
get selectedIndex(): number;
|
|
34
|
-
set selectedIndex(
|
|
32
|
+
set selectedIndex(val: unknown);
|
|
35
33
|
private _selectedIndex;
|
|
36
34
|
itemSize: 'auto' | 'same';
|
|
37
35
|
scrollableClass?: NgClassType;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
get renderButtons(): boolean;
|
|
42
|
-
set renderButtons(value: BooleanInput);
|
|
43
|
-
private _renderButtons;
|
|
44
|
-
get renderScrollbars(): boolean;
|
|
45
|
-
set renderScrollbars(value: BooleanInput);
|
|
46
|
-
private _renderScrollbars;
|
|
36
|
+
renderMasks: boolean;
|
|
37
|
+
renderButtons: boolean;
|
|
38
|
+
renderScrollbars: boolean;
|
|
47
39
|
readonly selectFocusedIndex: EventEmitter<number>;
|
|
48
40
|
readonly indexFocused: EventEmitter<number>;
|
|
49
|
-
constructor(
|
|
41
|
+
constructor();
|
|
50
42
|
protected abstract _itemSelected(event: KeyboardEvent): void;
|
|
51
43
|
ngAfterContentInit(): void;
|
|
52
44
|
ngAfterContentChecked(): void;
|
|
@@ -73,6 +65,9 @@ export declare abstract class PaginatedTabHeaderDirective implements AfterConten
|
|
|
73
65
|
_stopInterval(): void;
|
|
74
66
|
_handlePaginatorPress(direction: TabPaginationScrollDirection, mouseEvent?: MouseEvent): void;
|
|
75
67
|
private _scrollTo;
|
|
76
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatedTabHeaderDirective,
|
|
77
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PaginatedTabHeaderDirective, never, never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, never, never, false, never
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatedTabHeaderDirective, never>;
|
|
69
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PaginatedTabHeaderDirective, never, never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "scrollableClass": { "alias": "scrollableClass"; "required": false; }; "renderMasks": { "alias": "renderMasks"; "required": false; }; "renderButtons": { "alias": "renderButtons"; "required": false; }; "renderScrollbars": { "alias": "renderScrollbars"; "required": false; }; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, never, never, false, never>;
|
|
70
|
+
static ngAcceptInputType_renderMasks: unknown;
|
|
71
|
+
static ngAcceptInputType_renderButtons: unknown;
|
|
72
|
+
static ngAcceptInputType_renderScrollbars: unknown;
|
|
78
73
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethlete/cdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"css": "./src/lib/styles/index.css",
|
|
@@ -19,10 +19,9 @@
|
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@angular/common": "^15.2.1 || ^16.0.0",
|
|
21
21
|
"@angular/core": "^15.2.1 || ^16.0.0",
|
|
22
|
-
"@
|
|
23
|
-
"@
|
|
24
|
-
"@
|
|
25
|
-
"@ethlete/query": "4.3.2"
|
|
22
|
+
"@ethlete/core": "2.7.2",
|
|
23
|
+
"@angular/animations": "16.1.1",
|
|
24
|
+
"@ethlete/query": "4.3.3"
|
|
26
25
|
},
|
|
27
26
|
"module": "fesm2022/ethlete-cdk.mjs",
|
|
28
27
|
"typings": "index.d.ts",
|