@angular/material 14.0.0-next.12 → 14.0.0-next.13
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/autocomplete/index.d.ts +436 -6
- package/autocomplete/testing/index.d.ts +71 -8
- package/badge/index.d.ts +107 -8
- package/badge/testing/index.d.ts +36 -8
- package/bottom-sheet/index.d.ts +266 -6
- package/bottom-sheet/testing/index.d.ts +27 -8
- package/button/index.d.ts +77 -6
- package/button/testing/index.d.ts +44 -8
- package/button-toggle/index.d.ts +245 -6
- package/button-toggle/testing/index.d.ts +91 -8
- package/card/index.d.ts +165 -5
- package/card/testing/index.d.ts +44 -8
- package/checkbox/index.d.ts +246 -6
- package/checkbox/testing/index.d.ts +91 -8
- package/chips/index.d.ts +650 -5
- package/chips/testing/index.d.ts +256 -8
- package/core/index.d.ts +1079 -5
- package/core/testing/index.d.ts +64 -8
- package/core/theming/_theming.scss +1 -1
- package/datepicker/index.d.ts +1782 -6
- package/datepicker/testing/index.d.ts +307 -8
- package/dialog/index.d.ts +489 -6
- package/dialog/testing/index.d.ts +97 -8
- package/divider/index.d.ts +30 -8
- package/divider/testing/index.d.ts +16 -8
- package/esm2020/autocomplete/autocomplete-module.mjs +5 -5
- package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
- package/esm2020/autocomplete/autocomplete-trigger.mjs +6 -6
- package/esm2020/autocomplete/autocomplete.mjs +8 -8
- package/esm2020/autocomplete/testing/autocomplete-harness.mjs +5 -1
- package/esm2020/badge/badge-module.mjs +5 -5
- package/esm2020/badge/badge.mjs +3 -3
- package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
- package/esm2020/bottom-sheet/bottom-sheet-module.mjs +5 -5
- package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
- package/esm2020/button/button-module.mjs +5 -5
- package/esm2020/button/button.mjs +6 -6
- package/esm2020/button-toggle/button-toggle-module.mjs +5 -5
- package/esm2020/button-toggle/button-toggle.mjs +6 -6
- package/esm2020/card/card-module.mjs +5 -5
- package/esm2020/card/card.mjs +42 -42
- package/esm2020/checkbox/checkbox-module.mjs +9 -9
- package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
- package/esm2020/checkbox/checkbox.mjs +3 -3
- package/esm2020/chips/chip-input.mjs +3 -3
- package/esm2020/chips/chip-list.mjs +3 -3
- package/esm2020/chips/chip.mjs +12 -12
- package/esm2020/chips/chips-module.mjs +6 -6
- package/esm2020/core/common-behaviors/common-module.mjs +5 -5
- package/esm2020/core/datetime/index.mjs +9 -9
- package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
- package/esm2020/core/error/error-options.mjs +6 -6
- package/esm2020/core/line/line.mjs +8 -8
- package/esm2020/core/option/index.mjs +5 -5
- package/esm2020/core/option/optgroup.mjs +6 -6
- package/esm2020/core/option/option.mjs +6 -6
- package/esm2020/core/ripple/index.mjs +5 -5
- package/esm2020/core/ripple/ripple.mjs +3 -3
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
- package/esm2020/core/version.mjs +1 -1
- package/esm2020/datepicker/calendar-body.mjs +3 -3
- package/esm2020/datepicker/calendar.mjs +6 -6
- package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
- package/esm2020/datepicker/date-range-input.mjs +3 -3
- package/esm2020/datepicker/date-range-picker.mjs +3 -3
- package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
- package/esm2020/datepicker/date-selection-model.mjs +9 -9
- package/esm2020/datepicker/datepicker-actions.mjs +9 -9
- package/esm2020/datepicker/datepicker-base.mjs +6 -6
- package/esm2020/datepicker/datepicker-input-base.mjs +3 -3
- package/esm2020/datepicker/datepicker-input.mjs +3 -3
- package/esm2020/datepicker/datepicker-intl.mjs +3 -3
- package/esm2020/datepicker/datepicker-module.mjs +10 -12
- package/esm2020/datepicker/datepicker-toggle.mjs +6 -6
- package/esm2020/datepicker/datepicker.mjs +3 -3
- package/esm2020/datepicker/month-view.mjs +3 -3
- package/esm2020/datepicker/multi-year-view.mjs +3 -3
- package/esm2020/datepicker/year-view.mjs +3 -3
- package/esm2020/dialog/dialog-container.mjs +33 -215
- package/esm2020/dialog/dialog-content-directives.mjs +14 -14
- package/esm2020/dialog/dialog-module.mjs +8 -7
- package/esm2020/dialog/dialog-ref.mjs +25 -57
- package/esm2020/dialog/dialog.mjs +74 -197
- package/esm2020/divider/divider-module.mjs +5 -5
- package/esm2020/divider/divider.mjs +3 -3
- package/esm2020/expansion/accordion.mjs +3 -3
- package/esm2020/expansion/expansion-module.mjs +5 -5
- package/esm2020/expansion/expansion-panel-content.mjs +3 -3
- package/esm2020/expansion/expansion-panel-header.mjs +9 -9
- package/esm2020/expansion/expansion-panel.mjs +6 -6
- package/esm2020/form-field/error.mjs +3 -3
- package/esm2020/form-field/form-field-control.mjs +3 -3
- package/esm2020/form-field/form-field-module.mjs +5 -5
- package/esm2020/form-field/form-field.mjs +3 -3
- package/esm2020/form-field/hint.mjs +3 -3
- package/esm2020/form-field/label.mjs +3 -3
- package/esm2020/form-field/placeholder.mjs +3 -3
- package/esm2020/form-field/prefix.mjs +3 -3
- package/esm2020/form-field/suffix.mjs +3 -3
- package/esm2020/grid-list/grid-list-module.mjs +5 -5
- package/esm2020/grid-list/grid-list.mjs +3 -3
- package/esm2020/grid-list/grid-tile.mjs +15 -15
- package/esm2020/icon/icon-module.mjs +5 -5
- package/esm2020/icon/icon-registry.mjs +3 -3
- package/esm2020/icon/icon.mjs +3 -3
- package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
- package/esm2020/input/input-module.mjs +5 -5
- package/esm2020/input/input.mjs +3 -3
- package/esm2020/list/list-module.mjs +5 -5
- package/esm2020/list/list.mjs +18 -18
- package/esm2020/list/selection-list.mjs +6 -6
- package/esm2020/menu/menu-content.mjs +7 -7
- package/esm2020/menu/menu-item.mjs +4 -4
- package/esm2020/menu/menu-module.mjs +5 -5
- package/esm2020/menu/menu-trigger.mjs +7 -7
- package/esm2020/menu/menu.mjs +7 -7
- package/esm2020/paginator/paginator-intl.mjs +3 -3
- package/esm2020/paginator/paginator-module.mjs +5 -5
- package/esm2020/paginator/paginator.mjs +6 -6
- package/esm2020/progress-bar/progress-bar-module.mjs +5 -5
- package/esm2020/progress-bar/progress-bar.mjs +3 -3
- package/esm2020/progress-spinner/progress-spinner-module.mjs +5 -5
- package/esm2020/progress-spinner/progress-spinner.mjs +3 -3
- package/esm2020/radio/radio-module.mjs +5 -5
- package/esm2020/radio/radio.mjs +12 -12
- package/esm2020/select/select-module.mjs +5 -5
- package/esm2020/select/select.mjs +9 -9
- package/esm2020/sidenav/drawer.mjs +9 -9
- package/esm2020/sidenav/sidenav-module.mjs +5 -5
- package/esm2020/sidenav/sidenav.mjs +9 -9
- package/esm2020/slide-toggle/slide-toggle-module.mjs +12 -14
- package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
- package/esm2020/slide-toggle/slide-toggle.mjs +3 -3
- package/esm2020/slider/slider-module.mjs +5 -5
- package/esm2020/slider/slider.mjs +3 -3
- package/esm2020/snack-bar/simple-snack-bar.mjs +3 -3
- package/esm2020/snack-bar/snack-bar-container.mjs +3 -3
- package/esm2020/snack-bar/snack-bar-module.mjs +5 -5
- package/esm2020/snack-bar/snack-bar-ref.mjs +2 -3
- package/esm2020/snack-bar/snack-bar.mjs +6 -6
- package/esm2020/sort/sort-header-intl.mjs +3 -3
- package/esm2020/sort/sort-header.mjs +3 -3
- package/esm2020/sort/sort-module.mjs +5 -5
- package/esm2020/sort/sort.mjs +3 -3
- package/esm2020/stepper/step-content.mjs +3 -3
- package/esm2020/stepper/step-header.mjs +3 -3
- package/esm2020/stepper/step-label.mjs +3 -3
- package/esm2020/stepper/stepper-button.mjs +6 -6
- package/esm2020/stepper/stepper-icon.mjs +3 -3
- package/esm2020/stepper/stepper-intl.mjs +3 -3
- package/esm2020/stepper/stepper-module.mjs +11 -13
- package/esm2020/stepper/stepper.mjs +6 -6
- package/esm2020/table/cell.mjs +21 -21
- package/esm2020/table/row.mjs +21 -21
- package/esm2020/table/table-module.mjs +5 -5
- package/esm2020/table/table.mjs +6 -6
- package/esm2020/table/text-column.mjs +3 -3
- package/esm2020/tabs/ink-bar.mjs +3 -3
- package/esm2020/tabs/paginated-tab-header.mjs +3 -3
- package/esm2020/tabs/tab-body.mjs +9 -9
- package/esm2020/tabs/tab-content.mjs +3 -3
- package/esm2020/tabs/tab-group.mjs +6 -6
- package/esm2020/tabs/tab-header.mjs +6 -6
- package/esm2020/tabs/tab-label-wrapper.mjs +3 -3
- package/esm2020/tabs/tab-label.mjs +3 -3
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
- package/esm2020/tabs/tab.mjs +3 -3
- package/esm2020/tabs/tabs-module.mjs +10 -12
- package/esm2020/toolbar/toolbar-module.mjs +5 -5
- package/esm2020/toolbar/toolbar.mjs +6 -6
- package/esm2020/tooltip/tooltip-module.mjs +5 -5
- package/esm2020/tooltip/tooltip.mjs +12 -12
- package/esm2020/tree/node.mjs +9 -9
- package/esm2020/tree/outlet.mjs +3 -3
- package/esm2020/tree/padding.mjs +3 -3
- package/esm2020/tree/toggle.mjs +3 -3
- package/esm2020/tree/tree-module.mjs +5 -5
- package/esm2020/tree/tree.mjs +3 -3
- package/expansion/index.d.ts +343 -5
- package/expansion/testing/index.d.ts +106 -8
- package/fesm2015/autocomplete/testing.mjs +6 -0
- package/fesm2015/autocomplete/testing.mjs.map +1 -1
- package/fesm2015/autocomplete.mjs +23 -23
- package/fesm2015/autocomplete.mjs.map +1 -1
- package/fesm2015/badge.mjs +7 -7
- package/fesm2015/badge.mjs.map +1 -1
- package/fesm2015/bottom-sheet.mjs +10 -10
- package/fesm2015/bottom-sheet.mjs.map +1 -1
- package/fesm2015/button-toggle.mjs +10 -10
- package/fesm2015/button-toggle.mjs.map +1 -1
- package/fesm2015/button.mjs +10 -10
- package/fesm2015/button.mjs.map +1 -1
- package/fesm2015/card.mjs +46 -46
- package/fesm2015/card.mjs.map +1 -1
- package/fesm2015/checkbox.mjs +14 -14
- package/fesm2015/checkbox.mjs.map +1 -1
- package/fesm2015/chips.mjs +23 -23
- package/fesm2015/chips.mjs.map +1 -1
- package/fesm2015/core.mjs +59 -59
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/datepicker.mjs +87 -89
- package/fesm2015/datepicker.mjs.map +1 -1
- package/fesm2015/dialog.mjs +140 -483
- package/fesm2015/dialog.mjs.map +1 -1
- package/fesm2015/divider.mjs +7 -7
- package/fesm2015/divider.mjs.map +1 -1
- package/fesm2015/expansion.mjs +25 -25
- package/fesm2015/expansion.mjs.map +1 -1
- package/fesm2015/form-field.mjs +28 -28
- package/fesm2015/form-field.mjs.map +1 -1
- package/fesm2015/grid-list.mjs +22 -22
- package/fesm2015/grid-list.mjs.map +1 -1
- package/fesm2015/icon/testing.mjs +7 -7
- package/fesm2015/icon.mjs +10 -10
- package/fesm2015/icon.mjs.map +1 -1
- package/fesm2015/input.mjs +7 -7
- package/fesm2015/input.mjs.map +1 -1
- package/fesm2015/list.mjs +28 -28
- package/fesm2015/list.mjs.map +1 -1
- package/fesm2015/menu.mjs +25 -25
- package/fesm2015/menu.mjs.map +1 -1
- package/fesm2015/paginator.mjs +13 -13
- package/fesm2015/paginator.mjs.map +1 -1
- package/fesm2015/progress-bar.mjs +7 -7
- package/fesm2015/progress-bar.mjs.map +1 -1
- package/fesm2015/progress-spinner.mjs +7 -7
- package/fesm2015/progress-spinner.mjs.map +1 -1
- package/fesm2015/radio.mjs +16 -16
- package/fesm2015/radio.mjs.map +1 -1
- package/fesm2015/select.mjs +13 -13
- package/fesm2015/select.mjs.map +1 -1
- package/fesm2015/sidenav.mjs +22 -22
- package/fesm2015/sidenav.mjs.map +1 -1
- package/fesm2015/slide-toggle.mjs +17 -19
- package/fesm2015/slide-toggle.mjs.map +1 -1
- package/fesm2015/slider.mjs +7 -7
- package/fesm2015/slider.mjs.map +1 -1
- package/fesm2015/snack-bar.mjs +17 -18
- package/fesm2015/snack-bar.mjs.map +1 -1
- package/fesm2015/sort.mjs +13 -13
- package/fesm2015/sort.mjs.map +1 -1
- package/fesm2015/stepper.mjs +37 -39
- package/fesm2015/stepper.mjs.map +1 -1
- package/fesm2015/table.mjs +55 -55
- package/fesm2015/table.mjs.map +1 -1
- package/fesm2015/tabs.mjs +63 -65
- package/fesm2015/tabs.mjs.map +1 -1
- package/fesm2015/toolbar.mjs +10 -10
- package/fesm2015/toolbar.mjs.map +1 -1
- package/fesm2015/tooltip.mjs +16 -16
- package/fesm2015/tooltip.mjs.map +1 -1
- package/fesm2015/tree.mjs +25 -25
- package/fesm2015/tree.mjs.map +1 -1
- package/fesm2020/autocomplete/testing.mjs +4 -0
- package/fesm2020/autocomplete/testing.mjs.map +1 -1
- package/fesm2020/autocomplete.mjs +23 -23
- package/fesm2020/autocomplete.mjs.map +1 -1
- package/fesm2020/badge.mjs +7 -7
- package/fesm2020/badge.mjs.map +1 -1
- package/fesm2020/bottom-sheet.mjs +10 -10
- package/fesm2020/bottom-sheet.mjs.map +1 -1
- package/fesm2020/button-toggle.mjs +10 -10
- package/fesm2020/button-toggle.mjs.map +1 -1
- package/fesm2020/button.mjs +10 -10
- package/fesm2020/button.mjs.map +1 -1
- package/fesm2020/card.mjs +46 -46
- package/fesm2020/card.mjs.map +1 -1
- package/fesm2020/checkbox.mjs +14 -14
- package/fesm2020/checkbox.mjs.map +1 -1
- package/fesm2020/chips.mjs +23 -23
- package/fesm2020/chips.mjs.map +1 -1
- package/fesm2020/core.mjs +59 -59
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/datepicker.mjs +87 -89
- package/fesm2020/datepicker.mjs.map +1 -1
- package/fesm2020/dialog.mjs +143 -481
- package/fesm2020/dialog.mjs.map +1 -1
- package/fesm2020/divider.mjs +7 -7
- package/fesm2020/divider.mjs.map +1 -1
- package/fesm2020/expansion.mjs +25 -25
- package/fesm2020/expansion.mjs.map +1 -1
- package/fesm2020/form-field.mjs +28 -28
- package/fesm2020/form-field.mjs.map +1 -1
- package/fesm2020/grid-list.mjs +22 -22
- package/fesm2020/grid-list.mjs.map +1 -1
- package/fesm2020/icon/testing.mjs +7 -7
- package/fesm2020/icon.mjs +10 -10
- package/fesm2020/icon.mjs.map +1 -1
- package/fesm2020/input.mjs +7 -7
- package/fesm2020/input.mjs.map +1 -1
- package/fesm2020/list.mjs +28 -28
- package/fesm2020/list.mjs.map +1 -1
- package/fesm2020/menu.mjs +25 -25
- package/fesm2020/menu.mjs.map +1 -1
- package/fesm2020/paginator.mjs +13 -13
- package/fesm2020/paginator.mjs.map +1 -1
- package/fesm2020/progress-bar.mjs +7 -7
- package/fesm2020/progress-bar.mjs.map +1 -1
- package/fesm2020/progress-spinner.mjs +7 -7
- package/fesm2020/progress-spinner.mjs.map +1 -1
- package/fesm2020/radio.mjs +16 -16
- package/fesm2020/radio.mjs.map +1 -1
- package/fesm2020/select.mjs +13 -13
- package/fesm2020/select.mjs.map +1 -1
- package/fesm2020/sidenav.mjs +22 -22
- package/fesm2020/sidenav.mjs.map +1 -1
- package/fesm2020/slide-toggle.mjs +17 -19
- package/fesm2020/slide-toggle.mjs.map +1 -1
- package/fesm2020/slider.mjs +7 -7
- package/fesm2020/slider.mjs.map +1 -1
- package/fesm2020/snack-bar.mjs +17 -18
- package/fesm2020/snack-bar.mjs.map +1 -1
- package/fesm2020/sort.mjs +13 -13
- package/fesm2020/sort.mjs.map +1 -1
- package/fesm2020/stepper.mjs +37 -39
- package/fesm2020/stepper.mjs.map +1 -1
- package/fesm2020/table.mjs +55 -55
- package/fesm2020/table.mjs.map +1 -1
- package/fesm2020/tabs.mjs +63 -65
- package/fesm2020/tabs.mjs.map +1 -1
- package/fesm2020/toolbar.mjs +10 -10
- package/fesm2020/toolbar.mjs.map +1 -1
- package/fesm2020/tooltip.mjs +16 -16
- package/fesm2020/tooltip.mjs.map +1 -1
- package/fesm2020/tree.mjs +25 -25
- package/fesm2020/tree.mjs.map +1 -1
- package/form-field/index.d.ts +401 -5
- package/form-field/testing/control/index.d.ts +8 -6
- package/form-field/testing/index.d.ts +127 -8
- package/grid-list/index.d.ts +232 -5
- package/grid-list/testing/index.d.ts +86 -8
- package/icon/index.d.ts +443 -5
- package/icon/testing/index.d.ts +81 -6
- package/index.d.ts +3 -7
- package/input/index.d.ts +209 -6
- package/input/testing/index.d.ts +129 -8
- package/list/index.d.ts +369 -6
- package/list/testing/index.d.ts +329 -6
- package/menu/index.d.ts +618 -6
- package/menu/testing/index.d.ts +115 -8
- package/package.json +38 -38
- package/paginator/index.d.ts +224 -6
- package/paginator/testing/index.d.ts +65 -8
- package/progress-bar/index.d.ts +147 -6
- package/progress-bar/testing/index.d.ts +26 -8
- package/progress-spinner/index.d.ts +138 -6
- package/progress-spinner/testing/index.d.ts +27 -8
- package/radio/index.d.ts +305 -6
- package/radio/testing/index.d.ts +130 -8
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/select/index.d.ts +534 -5
- package/select/testing/index.d.ts +79 -8
- package/sidenav/index.d.ts +395 -5
- package/sidenav/testing/index.d.ts +124 -6
- package/slide-toggle/index.d.ts +173 -5
- package/slide-toggle/testing/index.d.ts +77 -8
- package/slider/index.d.ts +289 -6
- package/slider/testing/index.d.ts +60 -8
- package/snack-bar/index.d.ts +372 -6
- package/snack-bar/testing/index.d.ts +72 -8
- package/sort/index.d.ts +326 -5
- package/sort/testing/index.d.ts +50 -8
- package/stepper/index.d.ts +288 -6
- package/stepper/testing/index.d.ts +142 -6
- package/table/index.d.ts +382 -5
- package/table/testing/index.d.ts +178 -8
- package/tabs/index.d.ts +963 -5
- package/tabs/testing/index.d.ts +153 -8
- package/toolbar/index.d.ts +56 -6
- package/toolbar/testing/index.d.ts +35 -8
- package/tooltip/index.d.ts +362 -5
- package/tooltip/testing/index.d.ts +42 -8
- package/tree/index.d.ts +243 -5
- package/tree/testing/index.d.ts +122 -8
- package/autocomplete/autocomplete-module.d.ts +0 -13
- package/autocomplete/autocomplete-origin.d.ts +0 -27
- package/autocomplete/autocomplete-trigger.d.ts +0 -211
- package/autocomplete/autocomplete.d.ts +0 -150
- package/autocomplete/autocomplete_public_index.d.ts +0 -4
- package/autocomplete/package.json +0 -9
- package/autocomplete/public-api.d.ts +0 -11
- package/autocomplete/testing/autocomplete-harness-filters.d.ts +0 -13
- package/autocomplete/testing/autocomplete-harness.d.ts +0 -61
- package/autocomplete/testing/package.json +0 -9
- package/autocomplete/testing/public-api.d.ts +0 -9
- package/badge/badge-module.d.ts +0 -9
- package/badge/badge.d.ts +0 -86
- package/badge/badge_public_index.d.ts +0 -4
- package/badge/package.json +0 -9
- package/badge/public-api.d.ts +0 -9
- package/badge/testing/badge-harness-filters.d.ts +0 -11
- package/badge/testing/badge-harness.d.ts +0 -34
- package/badge/testing/package.json +0 -9
- package/badge/testing/public-api.d.ts +0 -9
- package/bottom-sheet/bottom-sheet-animations.d.ts +0 -12
- package/bottom-sheet/bottom-sheet-config.d.ts +0 -54
- package/bottom-sheet/bottom-sheet-container.d.ts +0 -87
- package/bottom-sheet/bottom-sheet-module.d.ts +0 -10
- package/bottom-sheet/bottom-sheet-ref.d.ts +0 -51
- package/bottom-sheet/bottom-sheet.d.ts +0 -59
- package/bottom-sheet/bottom-sheet_public_index.d.ts +0 -4
- package/bottom-sheet/package.json +0 -9
- package/bottom-sheet/public-api.d.ts +0 -13
- package/bottom-sheet/testing/bottom-sheet-harness-filters.d.ts +0 -10
- package/bottom-sheet/testing/bottom-sheet-harness.d.ts +0 -27
- package/bottom-sheet/testing/package.json +0 -9
- package/bottom-sheet/testing/public-api.d.ts +0 -9
- package/button/button-module.d.ts +0 -8
- package/button/button.d.ts +0 -58
- package/button/button_public_index.d.ts +0 -4
- package/button/package.json +0 -9
- package/button/public-api.d.ts +0 -9
- package/button/testing/button-harness-filters.d.ts +0 -13
- package/button/testing/button-harness.d.ts +0 -41
- package/button/testing/package.json +0 -9
- package/button/testing/public-api.d.ts +0 -9
- package/button-toggle/button-toggle-module.d.ts +0 -8
- package/button-toggle/button-toggle.d.ts +0 -212
- package/button-toggle/button-toggle_public_index.d.ts +0 -4
- package/button-toggle/package.json +0 -9
- package/button-toggle/public-api.d.ts +0 -9
- package/button-toggle/testing/button-toggle-group-harness-filters.d.ts +0 -11
- package/button-toggle/testing/button-toggle-group-harness.d.ts +0 -35
- package/button-toggle/testing/button-toggle-harness-filters.d.ts +0 -17
- package/button-toggle/testing/button-toggle-harness.d.ts +0 -56
- package/button-toggle/testing/package.json +0 -9
- package/button-toggle/testing/public-api.d.ts +0 -11
- package/card/card-module.d.ts +0 -8
- package/card/card.d.ts +0 -126
- package/card/card_public_index.d.ts +0 -4
- package/card/package.json +0 -9
- package/card/public-api.d.ts +0 -9
- package/card/testing/card-harness-filters.d.ts +0 -17
- package/card/testing/card-harness.d.ts +0 -36
- package/card/testing/package.json +0 -9
- package/card/testing/public-api.d.ts +0 -9
- package/checkbox/checkbox-config.d.ts +0 -28
- package/checkbox/checkbox-module.d.ts +0 -16
- package/checkbox/checkbox-required-validator.d.ts +0 -20
- package/checkbox/checkbox.d.ts +0 -166
- package/checkbox/checkbox_public_index.d.ts +0 -4
- package/checkbox/package.json +0 -9
- package/checkbox/public-api.d.ts +0 -11
- package/checkbox/testing/checkbox-harness-filters.d.ts +0 -17
- package/checkbox/testing/checkbox-harness.d.ts +0 -81
- package/checkbox/testing/package.json +0 -9
- package/checkbox/testing/public-api.d.ts +0 -9
- package/chips/chip-default-options.d.ts +0 -15
- package/chips/chip-input.d.ts +0 -91
- package/chips/chip-list.d.ts +0 -289
- package/chips/chip-text-control.d.ts +0 -20
- package/chips/chip.d.ts +0 -208
- package/chips/chips-module.d.ts +0 -10
- package/chips/chips_public_index.d.ts +0 -4
- package/chips/package.json +0 -9
- package/chips/public-api.d.ts +0 -12
- package/chips/testing/chip-avatar-harness.d.ts +0 -20
- package/chips/testing/chip-harness-filters.d.ts +0 -43
- package/chips/testing/chip-harness.d.ts +0 -63
- package/chips/testing/chip-input-harness.d.ts +0 -47
- package/chips/testing/chip-list-harness.d.ts +0 -54
- package/chips/testing/chip-listbox-harness.d.ts +0 -34
- package/chips/testing/chip-option-harness.d.ts +0 -29
- package/chips/testing/chip-remove-harness.d.ts +0 -22
- package/chips/testing/package.json +0 -9
- package/chips/testing/public-api.d.ts +0 -14
- package/core/animation/animation.d.ts +0 -20
- package/core/common-behaviors/color.d.ts +0 -26
- package/core/common-behaviors/common-module.d.ts +0 -44
- package/core/common-behaviors/constructor.d.ts +0 -14
- package/core/common-behaviors/disable-ripple.d.ts +0 -17
- package/core/common-behaviors/disabled.d.ts +0 -17
- package/core/common-behaviors/error-state.d.ts +0 -35
- package/core/common-behaviors/index.d.ts +0 -15
- package/core/common-behaviors/initialized.d.ts +0 -30
- package/core/common-behaviors/tabindex.d.ts +0 -20
- package/core/core_public_index.d.ts +0 -4
- package/core/datetime/date-adapter.d.ts +0 -215
- package/core/datetime/date-formats.d.ts +0 -21
- package/core/datetime/index.d.ts +0 -15
- package/core/datetime/native-date-adapter.d.ts +0 -74
- package/core/datetime/native-date-formats.d.ts +0 -9
- package/core/error/error-options.d.ts +0 -14
- package/core/line/line.d.ts +0 -29
- package/core/option/index.d.ts +0 -15
- package/core/option/optgroup.d.ts +0 -40
- package/core/option/option-parent.d.ts +0 -22
- package/core/option/option.d.ts +0 -135
- package/core/package.json +0 -9
- package/core/public-api.d.ts +0 -16
- package/core/ripple/index.d.ts +0 -11
- package/core/ripple/ripple-ref.d.ts +0 -54
- package/core/ripple/ripple-renderer.d.ts +0 -105
- package/core/ripple/ripple.d.ts +0 -113
- package/core/selection/index.d.ts +0 -9
- package/core/selection/pseudo-checkbox/pseudo-checkbox-module.d.ts +0 -8
- package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +0 -29
- package/core/testing/optgroup-harness-filters.d.ts +0 -11
- package/core/testing/optgroup-harness.d.ts +0 -33
- package/core/testing/option-harness-filters.d.ts +0 -12
- package/core/testing/option-harness.d.ts +0 -35
- package/core/testing/package.json +0 -9
- package/core/testing/public-api.d.ts +0 -11
- package/core/version.d.ts +0 -10
- package/datepicker/calendar-body.d.ts +0 -176
- package/datepicker/calendar.d.ts +0 -156
- package/datepicker/date-range-input-parts.d.ts +0 -108
- package/datepicker/date-range-input.d.ts +0 -133
- package/datepicker/date-range-picker.d.ts +0 -17
- package/datepicker/date-range-selection-strategy.d.ts +0 -48
- package/datepicker/date-selection-model.d.ts +0 -139
- package/datepicker/datepicker-actions.d.ts +0 -40
- package/datepicker/datepicker-animations.d.ts +0 -16
- package/datepicker/datepicker-base.d.ts +0 -272
- package/datepicker/datepicker-errors.d.ts +0 -9
- package/datepicker/datepicker-input-base.d.ts +0 -136
- package/datepicker/datepicker-input.d.ts +0 -67
- package/datepicker/datepicker-intl.d.ts +0 -36
- package/datepicker/datepicker-module.d.ts +0 -26
- package/datepicker/datepicker-toggle.d.ts +0 -47
- package/datepicker/datepicker.d.ts +0 -7
- package/datepicker/datepicker_public_index.d.ts +0 -4
- package/datepicker/month-view.d.ts +0 -139
- package/datepicker/multi-year-view.d.ts +0 -103
- package/datepicker/package.json +0 -9
- package/datepicker/public-api.d.ts +0 -26
- package/datepicker/testing/calendar-cell-harness.d.ts +0 -64
- package/datepicker/testing/calendar-harness.d.ts +0 -53
- package/datepicker/testing/date-range-input-harness.d.ts +0 -59
- package/datepicker/testing/datepicker-harness-filters.d.ts +0 -45
- package/datepicker/testing/datepicker-input-harness-base.d.ts +0 -44
- package/datepicker/testing/datepicker-input-harness.d.ts +0 -36
- package/datepicker/testing/datepicker-toggle-harness.d.ts +0 -28
- package/datepicker/testing/datepicker-trigger-harness-base.d.ts +0 -44
- package/datepicker/testing/package.json +0 -9
- package/datepicker/testing/public-api.d.ts +0 -13
- package/datepicker/year-view.d.ts +0 -114
- package/dialog/dialog-animations.d.ts +0 -25
- package/dialog/dialog-config.d.ts +0 -105
- package/dialog/dialog-container.d.ts +0 -137
- package/dialog/dialog-content-directives.d.ts +0 -76
- package/dialog/dialog-module.d.ts +0 -11
- package/dialog/dialog-ref.d.ts +0 -101
- package/dialog/dialog.d.ts +0 -154
- package/dialog/dialog_public_index.d.ts +0 -4
- package/dialog/package.json +0 -9
- package/dialog/public-api.d.ts +0 -14
- package/dialog/testing/dialog-harness-filters.d.ts +0 -11
- package/dialog/testing/dialog-harness.d.ts +0 -58
- package/dialog/testing/dialog-opener.d.ts +0 -33
- package/dialog/testing/package.json +0 -9
- package/dialog/testing/public-api.d.ts +0 -10
- package/divider/divider-module.d.ts +0 -8
- package/divider/divider.d.ts +0 -14
- package/divider/divider_public_index.d.ts +0 -4
- package/divider/package.json +0 -9
- package/divider/public-api.d.ts +0 -9
- package/divider/testing/divider-harness-filters.d.ts +0 -10
- package/divider/testing/divider-harness.d.ts +0 -16
- package/divider/testing/package.json +0 -9
- package/divider/testing/public-api.d.ts +0 -9
- package/expansion/accordion-base.d.ts +0 -34
- package/expansion/accordion.d.ts +0 -45
- package/expansion/expansion-animations.d.ts +0 -36
- package/expansion/expansion-module.d.ts +0 -14
- package/expansion/expansion-panel-base.d.ts +0 -22
- package/expansion/expansion-panel-content.d.ts +0 -21
- package/expansion/expansion-panel-header.d.ts +0 -83
- package/expansion/expansion-panel.d.ts +0 -96
- package/expansion/expansion_public_index.d.ts +0 -4
- package/expansion/package.json +0 -9
- package/expansion/public-api.d.ts +0 -15
- package/expansion/testing/accordion-harness.d.ts +0 -25
- package/expansion/testing/expansion-harness-filters.d.ts +0 -17
- package/expansion/testing/expansion-harness.d.ts +0 -79
- package/expansion/testing/package.json +0 -9
- package/expansion/testing/public-api.d.ts +0 -10
- package/form-field/error.d.ts +0 -22
- package/form-field/form-field-animations.d.ts +0 -15
- package/form-field/form-field-control.d.ts +0 -60
- package/form-field/form-field-errors.d.ts +0 -13
- package/form-field/form-field-module.d.ts +0 -16
- package/form-field/form-field.d.ts +0 -189
- package/form-field/form-field_public_index.d.ts +0 -4
- package/form-field/hint.d.ts +0 -27
- package/form-field/label.d.ts +0 -6
- package/form-field/package.json +0 -9
- package/form-field/placeholder.d.ts +0 -11
- package/form-field/prefix.d.ts +0 -20
- package/form-field/public-api.d.ts +0 -18
- package/form-field/suffix.d.ts +0 -20
- package/form-field/testing/control/form-field-control-harness.d.ts +0 -14
- package/form-field/testing/control/package.json +0 -9
- package/form-field/testing/form-field-harness-filters.d.ts +0 -15
- package/form-field/testing/form-field-harness.d.ts +0 -114
- package/form-field/testing/package.json +0 -9
- package/form-field/testing/public-api.d.ts +0 -10
- package/grid-list/grid-list-base.d.ts +0 -22
- package/grid-list/grid-list-module.d.ts +0 -9
- package/grid-list/grid-list.d.ts +0 -63
- package/grid-list/grid-list_public_index.d.ts +0 -4
- package/grid-list/grid-tile.d.ts +0 -64
- package/grid-list/package.json +0 -9
- package/grid-list/public-api.d.ts +0 -12
- package/grid-list/testing/grid-list-harness-filters.d.ts +0 -18
- package/grid-list/testing/grid-list-harness.d.ts +0 -41
- package/grid-list/testing/grid-tile-harness.d.ts +0 -43
- package/grid-list/testing/package.json +0 -9
- package/grid-list/testing/public-api.d.ts +0 -10
- package/grid-list/tile-coordinator.d.ts +0 -79
- package/grid-list/tile-styler.d.ts +0 -134
- package/icon/fake-svgs.d.ts +0 -23
- package/icon/icon-module.d.ts +0 -8
- package/icon/icon-registry.d.ts +0 -262
- package/icon/icon.d.ts +0 -147
- package/icon/icon_public_index.d.ts +0 -4
- package/icon/package.json +0 -9
- package/icon/public-api.d.ts +0 -10
- package/icon/testing/fake-icon-registry.d.ts +0 -46
- package/icon/testing/icon-harness-filters.d.ts +0 -22
- package/icon/testing/icon-harness.d.ts +0 -29
- package/icon/testing/package.json +0 -9
- package/icon/testing/public-api.d.ts +0 -10
- package/icon/testing/testing_public_index.d.ts +0 -4
- package/icon/trusted-types.d.ts +0 -37
- package/input/input-errors.d.ts +0 -9
- package/input/input-module.d.ts +0 -10
- package/input/input-value-accessor.d.ts +0 -17
- package/input/input.d.ts +0 -174
- package/input/input_public_index.d.ts +0 -4
- package/input/package.json +0 -9
- package/input/public-api.d.ts +0 -11
- package/input/testing/input-harness-filters.d.ts +0 -15
- package/input/testing/input-harness.d.ts +0 -57
- package/input/testing/native-option-harness.d.ts +0 -29
- package/input/testing/native-select-harness-filters.d.ts +0 -17
- package/input/testing/native-select-harness.d.ts +0 -45
- package/input/testing/package.json +0 -9
- package/input/testing/public-api.d.ts +0 -12
- package/list/list-module.d.ts +0 -11
- package/list/list.d.ts +0 -99
- package/list/list_public_index.d.ts +0 -4
- package/list/package.json +0 -9
- package/list/public-api.d.ts +0 -10
- package/list/selection-list.d.ts +0 -226
- package/list/testing/action-list-harness.d.ts +0 -44
- package/list/testing/list-harness-base.d.ts +0 -100
- package/list/testing/list-harness-filters.d.ts +0 -32
- package/list/testing/list-harness.d.ts +0 -36
- package/list/testing/list-item-harness-base.d.ts +0 -48
- package/list/testing/nav-list-harness.d.ts +0 -46
- package/list/testing/package.json +0 -9
- package/list/testing/public-api.d.ts +0 -13
- package/list/testing/selection-list-harness.d.ts +0 -74
- package/menu/menu-animations.d.ts +0 -30
- package/menu/menu-content.d.ts +0 -47
- package/menu/menu-errors.d.ts +0 -25
- package/menu/menu-item.d.ts +0 -61
- package/menu/menu-module.d.ts +0 -14
- package/menu/menu-panel.d.ts +0 -49
- package/menu/menu-positions.d.ts +0 -9
- package/menu/menu-trigger.d.ts +0 -180
- package/menu/menu.d.ts +0 -207
- package/menu/menu_public_index.d.ts +0 -4
- package/menu/package.json +0 -9
- package/menu/public-api.d.ts +0 -15
- package/menu/testing/menu-harness-filters.d.ts +0 -20
- package/menu/testing/menu-harness.d.ts +0 -98
- package/menu/testing/package.json +0 -9
- package/menu/testing/public-api.d.ts +0 -9
- package/paginator/package.json +0 -9
- package/paginator/paginator-intl.d.ts +0 -43
- package/paginator/paginator-module.d.ts +0 -12
- package/paginator/paginator.d.ts +0 -157
- package/paginator/paginator_public_index.d.ts +0 -4
- package/paginator/public-api.d.ts +0 -10
- package/paginator/testing/package.json +0 -9
- package/paginator/testing/paginator-harness-filters.d.ts +0 -11
- package/paginator/testing/paginator-harness.d.ts +0 -61
- package/paginator/testing/public-api.d.ts +0 -9
- package/progress-bar/package.json +0 -9
- package/progress-bar/progress-bar-module.d.ts +0 -9
- package/progress-bar/progress-bar.d.ts +0 -116
- package/progress-bar/progress-bar_public_index.d.ts +0 -4
- package/progress-bar/public-api.d.ts +0 -9
- package/progress-bar/testing/package.json +0 -9
- package/progress-bar/testing/progress-bar-harness-filters.d.ts +0 -11
- package/progress-bar/testing/progress-bar-harness.d.ts +0 -25
- package/progress-bar/testing/public-api.d.ts +0 -9
- package/progress-spinner/package.json +0 -9
- package/progress-spinner/progress-spinner-module.d.ts +0 -9
- package/progress-spinner/progress-spinner.d.ts +0 -107
- package/progress-spinner/progress-spinner_public_index.d.ts +0 -4
- package/progress-spinner/public-api.d.ts +0 -16
- package/progress-spinner/testing/package.json +0 -9
- package/progress-spinner/testing/progress-spinner-harness-filters.d.ts +0 -11
- package/progress-spinner/testing/progress-spinner-harness.d.ts +0 -26
- package/progress-spinner/testing/public-api.d.ts +0 -9
- package/radio/package.json +0 -9
- package/radio/public-api.d.ts +0 -9
- package/radio/radio-module.d.ts +0 -8
- package/radio/radio.d.ts +0 -265
- package/radio/radio_public_index.d.ts +0 -4
- package/radio/testing/package.json +0 -9
- package/radio/testing/public-api.d.ts +0 -9
- package/radio/testing/radio-harness-filters.d.ts +0 -22
- package/radio/testing/radio-harness.d.ts +0 -111
- package/select/package.json +0 -9
- package/select/public-api.d.ts +0 -10
- package/select/select-animations.d.ts +0 -19
- package/select/select-errors.d.ts +0 -26
- package/select/select-module.d.ts +0 -12
- package/select/select.d.ts +0 -455
- package/select/select_public_index.d.ts +0 -4
- package/select/testing/package.json +0 -9
- package/select/testing/public-api.d.ts +0 -9
- package/select/testing/select-harness-filters.d.ts +0 -11
- package/select/testing/select-harness.d.ts +0 -73
- package/sidenav/drawer-animations.d.ts +0 -15
- package/sidenav/drawer.d.ts +0 -299
- package/sidenav/package.json +0 -9
- package/sidenav/public-api.d.ts +0 -11
- package/sidenav/sidenav-module.d.ts +0 -11
- package/sidenav/sidenav.d.ts +0 -45
- package/sidenav/sidenav_public_index.d.ts +0 -4
- package/sidenav/testing/drawer-container-harness.d.ts +0 -30
- package/sidenav/testing/drawer-content-harness.d.ts +0 -21
- package/sidenav/testing/drawer-harness-filters.d.ts +0 -19
- package/sidenav/testing/drawer-harness.d.ts +0 -33
- package/sidenav/testing/package.json +0 -9
- package/sidenav/testing/public-api.d.ts +0 -14
- package/sidenav/testing/sidenav-container-harness.d.ts +0 -30
- package/sidenav/testing/sidenav-content-harness.d.ts +0 -21
- package/sidenav/testing/sidenav-harness.d.ts +0 -24
- package/slide-toggle/package.json +0 -9
- package/slide-toggle/public-api.d.ts +0 -11
- package/slide-toggle/slide-toggle-config.d.ts +0 -18
- package/slide-toggle/slide-toggle-module.d.ts +0 -16
- package/slide-toggle/slide-toggle-required-validator.d.ts +0 -23
- package/slide-toggle/slide-toggle.d.ts +0 -109
- package/slide-toggle/slide-toggle_public_index.d.ts +0 -4
- package/slide-toggle/testing/package.json +0 -9
- package/slide-toggle/testing/public-api.d.ts +0 -9
- package/slide-toggle/testing/slide-toggle-harness-filters.d.ts +0 -19
- package/slide-toggle/testing/slide-toggle-harness.d.ts +0 -65
- package/slider/package.json +0 -9
- package/slider/public-api.d.ts +0 -9
- package/slider/slider-module.d.ts +0 -9
- package/slider/slider.d.ts +0 -267
- package/slider/slider_public_index.d.ts +0 -4
- package/slider/testing/package.json +0 -9
- package/slider/testing/public-api.d.ts +0 -9
- package/slider/testing/slider-harness-filters.d.ts +0 -11
- package/slider/testing/slider-harness.d.ts +0 -59
- package/snack-bar/package.json +0 -9
- package/snack-bar/public-api.d.ts +0 -14
- package/snack-bar/simple-snack-bar.d.ts +0 -33
- package/snack-bar/snack-bar-animations.d.ts +0 -15
- package/snack-bar/snack-bar-config.d.ts +0 -45
- package/snack-bar/snack-bar-container.d.ts +0 -101
- package/snack-bar/snack-bar-module.d.ts +0 -13
- package/snack-bar/snack-bar-ref.d.ts +0 -64
- package/snack-bar/snack-bar.d.ts +0 -107
- package/snack-bar/snack-bar_public_index.d.ts +0 -4
- package/snack-bar/testing/package.json +0 -9
- package/snack-bar/testing/public-api.d.ts +0 -9
- package/snack-bar/testing/snack-bar-harness-filters.d.ts +0 -11
- package/snack-bar/testing/snack-bar-harness.d.ts +0 -71
- package/sort/package.json +0 -9
- package/sort/public-api.d.ts +0 -13
- package/sort/sort-animations.d.ts +0 -20
- package/sort/sort-direction.d.ts +0 -8
- package/sort/sort-errors.d.ts +0 -15
- package/sort/sort-header-intl.d.ts +0 -31
- package/sort/sort-header.d.ts +0 -166
- package/sort/sort-module.d.ts +0 -10
- package/sort/sort.d.ts +0 -93
- package/sort/sort_public_index.d.ts +0 -4
- package/sort/testing/package.json +0 -9
- package/sort/testing/public-api.d.ts +0 -10
- package/sort/testing/sort-harness-filters.d.ts +0 -15
- package/sort/testing/sort-harness.d.ts +0 -24
- package/sort/testing/sort-header-harness.d.ts +0 -30
- package/stepper/package.json +0 -9
- package/stepper/public-api.d.ts +0 -17
- package/stepper/step-content.d.ts +0 -18
- package/stepper/step-header.d.ts +0 -66
- package/stepper/step-label.d.ts +0 -6
- package/stepper/stepper-animations.d.ts +0 -18
- package/stepper/stepper-button.d.ts +0 -19
- package/stepper/stepper-icon.d.ts +0 -30
- package/stepper/stepper-intl.d.ts +0 -34
- package/stepper/stepper-module.d.ts +0 -18
- package/stepper/stepper.d.ts +0 -80
- package/stepper/stepper_public_index.d.ts +0 -4
- package/stepper/testing/package.json +0 -9
- package/stepper/testing/public-api.d.ts +0 -11
- package/stepper/testing/step-harness-filters.d.ts +0 -37
- package/stepper/testing/step-harness.d.ts +0 -52
- package/stepper/testing/stepper-button-harnesses.d.ts +0 -41
- package/stepper/testing/stepper-harness.d.ts +0 -35
- package/table/cell.d.ts +0 -59
- package/table/package.json +0 -9
- package/table/public-api.d.ts +0 -13
- package/table/row.d.ts +0 -55
- package/table/table-data-source.d.ts +0 -169
- package/table/table-module.d.ts +0 -12
- package/table/table.d.ts +0 -28
- package/table/table_public_index.d.ts +0 -4
- package/table/testing/cell-harness.d.ts +0 -49
- package/table/testing/package.json +0 -9
- package/table/testing/public-api.d.ts +0 -11
- package/table/testing/row-harness.d.ts +0 -66
- package/table/testing/table-harness-filters.d.ts +0 -21
- package/table/testing/table-harness.d.ts +0 -58
- package/table/text-column.d.ts +0 -22
- package/tabs/ink-bar.d.ts +0 -49
- package/tabs/package.json +0 -9
- package/tabs/paginated-tab-header.d.ts +0 -196
- package/tabs/public-api.d.ts +0 -20
- package/tabs/tab-body.d.ts +0 -116
- package/tabs/tab-config.d.ts +0 -35
- package/tabs/tab-content.d.ts +0 -22
- package/tabs/tab-group.d.ts +0 -183
- package/tabs/tab-header.d.ts +0 -49
- package/tabs/tab-label-wrapper.d.ts +0 -29
- package/tabs/tab-label.d.ts +0 -28
- package/tabs/tab-nav-bar/index.d.ts +0 -8
- package/tabs/tab-nav-bar/tab-nav-bar.d.ts +0 -134
- package/tabs/tab.d.ts +0 -89
- package/tabs/tabs-animations.d.ts +0 -15
- package/tabs/tabs-module.d.ts +0 -20
- package/tabs/tabs_public_index.d.ts +0 -4
- package/tabs/testing/package.json +0 -9
- package/tabs/testing/public-api.d.ts +0 -12
- package/tabs/testing/tab-group-harness.d.ts +0 -35
- package/tabs/testing/tab-harness-filters.d.ts +0 -29
- package/tabs/testing/tab-harness.d.ts +0 -38
- package/tabs/testing/tab-link-harness.d.ts +0 -29
- package/tabs/testing/tab-nav-bar-harness.d.ts +0 -38
- package/tabs/testing/tab-nav-panel-harness.d.ts +0 -23
- package/toolbar/package.json +0 -9
- package/toolbar/public-api.d.ts +0 -9
- package/toolbar/testing/package.json +0 -9
- package/toolbar/testing/public-api.d.ts +0 -9
- package/toolbar/testing/toolbar-harness-filters.d.ts +0 -13
- package/toolbar/testing/toolbar-harness.d.ts +0 -31
- package/toolbar/toolbar-module.d.ts +0 -8
- package/toolbar/toolbar.d.ts +0 -41
- package/toolbar/toolbar_public_index.d.ts +0 -4
- package/tooltip/package.json +0 -9
- package/tooltip/public-api.d.ts +0 -10
- package/tooltip/testing/package.json +0 -9
- package/tooltip/testing/public-api.d.ts +0 -9
- package/tooltip/testing/tooltip-harness-filters.d.ts +0 -11
- package/tooltip/testing/tooltip-harness.d.ts +0 -38
- package/tooltip/tooltip-animations.d.ts +0 -15
- package/tooltip/tooltip-module.d.ts +0 -12
- package/tooltip/tooltip.d.ts +0 -299
- package/tooltip/tooltip_public_index.d.ts +0 -4
- package/tree/data-source/flat-data-source.d.ts +0 -83
- package/tree/data-source/nested-data-source.d.ts +0 -25
- package/tree/node.d.ts +0 -53
- package/tree/outlet.d.ts +0 -21
- package/tree/package.json +0 -9
- package/tree/padding.d.ts +0 -23
- package/tree/public-api.d.ts +0 -15
- package/tree/testing/node-harness.d.ts +0 -35
- package/tree/testing/package.json +0 -9
- package/tree/testing/public-api.d.ts +0 -10
- package/tree/testing/tree-harness-filters.d.ts +0 -22
- package/tree/testing/tree-harness.d.ts +0 -79
- package/tree/toggle.d.ts +0 -16
- package/tree/tree-module.d.ts +0 -13
- package/tree/tree.d.ts +0 -18
- package/tree/tree_public_index.d.ts +0 -4
package/tabs/index.d.ts
CHANGED
|
@@ -1,8 +1,966 @@
|
|
|
1
|
+
import { _AbstractConstructor } from '@angular/material/core';
|
|
2
|
+
import { AfterContentChecked } from '@angular/core';
|
|
3
|
+
import { AfterContentInit } from '@angular/core';
|
|
4
|
+
import { AfterViewInit } from '@angular/core';
|
|
5
|
+
import { AnimationEvent as AnimationEvent_2 } from '@angular/animations';
|
|
6
|
+
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
7
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
8
|
+
import { CanColor } from '@angular/material/core';
|
|
9
|
+
import { CanDisable } from '@angular/material/core';
|
|
10
|
+
import { CanDisableRipple } from '@angular/material/core';
|
|
11
|
+
import { CdkPortal } from '@angular/cdk/portal';
|
|
12
|
+
import { CdkPortalOutlet } from '@angular/cdk/portal';
|
|
13
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
14
|
+
import { ComponentFactoryResolver } from '@angular/core';
|
|
15
|
+
import { _Constructor } from '@angular/material/core';
|
|
16
|
+
import { Direction } from '@angular/cdk/bidi';
|
|
17
|
+
import { Directionality } from '@angular/cdk/bidi';
|
|
18
|
+
import { ElementRef } from '@angular/core';
|
|
19
|
+
import { EventEmitter } from '@angular/core';
|
|
20
|
+
import { FocusableOption } from '@angular/cdk/a11y';
|
|
21
|
+
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
22
|
+
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
23
|
+
import { HasTabIndex } from '@angular/material/core';
|
|
24
|
+
import * as i0 from '@angular/core';
|
|
25
|
+
import * as i10 from '@angular/common';
|
|
26
|
+
import * as i11 from '@angular/material/core';
|
|
27
|
+
import * as i12 from '@angular/cdk/portal';
|
|
28
|
+
import * as i13 from '@angular/cdk/observers';
|
|
29
|
+
import * as i14 from '@angular/cdk/a11y';
|
|
30
|
+
import { InjectionToken } from '@angular/core';
|
|
31
|
+
import { NgZone } from '@angular/core';
|
|
32
|
+
import { NumberInput } from '@angular/cdk/coercion';
|
|
33
|
+
import { OnChanges } from '@angular/core';
|
|
34
|
+
import { OnDestroy } from '@angular/core';
|
|
35
|
+
import { OnInit } from '@angular/core';
|
|
36
|
+
import { Platform } from '@angular/cdk/platform';
|
|
37
|
+
import { QueryList } from '@angular/core';
|
|
38
|
+
import { RippleConfig } from '@angular/material/core';
|
|
39
|
+
import { RippleGlobalOptions } from '@angular/material/core';
|
|
40
|
+
import { RippleTarget } from '@angular/material/core';
|
|
41
|
+
import { SimpleChanges } from '@angular/core';
|
|
42
|
+
import { Subject } from 'rxjs';
|
|
43
|
+
import { TemplatePortal } from '@angular/cdk/portal';
|
|
44
|
+
import { TemplateRef } from '@angular/core';
|
|
45
|
+
import { ThemePalette } from '@angular/material/core';
|
|
46
|
+
import { ViewContainerRef } from '@angular/core';
|
|
47
|
+
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
48
|
+
|
|
49
|
+
declare namespace i1 {
|
|
50
|
+
export {
|
|
51
|
+
MatTabChangeEvent,
|
|
52
|
+
MatTabHeaderPosition,
|
|
53
|
+
_MatTabGroupBase,
|
|
54
|
+
MatTabGroup
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
declare namespace i2 {
|
|
59
|
+
export {
|
|
60
|
+
MAT_TAB_LABEL,
|
|
61
|
+
MAT_TAB,
|
|
62
|
+
MatTabLabel
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
declare namespace i3 {
|
|
67
|
+
export {
|
|
68
|
+
MAT_TAB_GROUP,
|
|
69
|
+
MatTab
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
declare namespace i4 {
|
|
74
|
+
export {
|
|
75
|
+
_MAT_INK_BAR_POSITIONER_FACTORY,
|
|
76
|
+
_MatInkBarPositioner,
|
|
77
|
+
_MAT_INK_BAR_POSITIONER,
|
|
78
|
+
MatInkBar
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
declare namespace i5 {
|
|
83
|
+
export {
|
|
84
|
+
MatTabLabelWrapper
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
declare namespace i6 {
|
|
89
|
+
export {
|
|
90
|
+
_MatTabNavBase,
|
|
91
|
+
MatTabNav,
|
|
92
|
+
_MatTabLinkBase,
|
|
93
|
+
MatTabLink,
|
|
94
|
+
MatTabNavPanel
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
declare namespace i7 {
|
|
99
|
+
export {
|
|
100
|
+
MatTabBodyPositionState,
|
|
101
|
+
MatTabBodyOriginState,
|
|
102
|
+
MatTabBodyPortal,
|
|
103
|
+
_MatTabBodyBase,
|
|
104
|
+
MatTabBody
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
declare namespace i8 {
|
|
109
|
+
export {
|
|
110
|
+
_MatTabHeaderBase,
|
|
111
|
+
MatTabHeader
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
declare namespace i9 {
|
|
116
|
+
export {
|
|
117
|
+
MAT_TAB_CONTENT,
|
|
118
|
+
MatTabContent
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/** Injection token for the MatInkBar's Positioner. */
|
|
123
|
+
export declare const _MAT_INK_BAR_POSITIONER: InjectionToken<_MatInkBarPositioner>;
|
|
124
|
+
|
|
1
125
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
126
|
+
* The default positioner function for the MatInkBar.
|
|
127
|
+
* @docs-private
|
|
128
|
+
*/
|
|
129
|
+
declare function _MAT_INK_BAR_POSITIONER_FACTORY(): _MatInkBarPositioner;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Used to provide a tab label to a tab without causing a circular dependency.
|
|
133
|
+
* @docs-private
|
|
134
|
+
*/
|
|
135
|
+
export declare const MAT_TAB: InjectionToken<any>;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Injection token that can be used to reference instances of `MatTabContent`. It serves as
|
|
139
|
+
* alternative token to the actual `MatTabContent` class which could cause unnecessary
|
|
140
|
+
* retention of the class and its directive metadata.
|
|
141
|
+
*/
|
|
142
|
+
declare const MAT_TAB_CONTENT: InjectionToken<MatTabContent>;
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Used to provide a tab group to a tab without causing a circular dependency.
|
|
146
|
+
* @docs-private
|
|
147
|
+
*/
|
|
148
|
+
export declare const MAT_TAB_GROUP: InjectionToken<any>;
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Injection token that can be used to reference instances of `MatTabLabel`. It serves as
|
|
152
|
+
* alternative token to the actual `MatTabLabel` class which could cause unnecessary
|
|
153
|
+
* retention of the class and its directive metadata.
|
|
154
|
+
*/
|
|
155
|
+
declare const MAT_TAB_LABEL: InjectionToken<MatTabLabel>;
|
|
156
|
+
|
|
157
|
+
/** Injection token that can be used to provide the default options the tabs module. */
|
|
158
|
+
export declare const MAT_TABS_CONFIG: InjectionToken<MatTabsConfig>;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* The ink-bar is used to display and animate the line underneath the current active tab label.
|
|
162
|
+
* @docs-private
|
|
163
|
+
*/
|
|
164
|
+
export declare class MatInkBar {
|
|
165
|
+
private _elementRef;
|
|
166
|
+
private _ngZone;
|
|
167
|
+
private _inkBarPositioner;
|
|
168
|
+
_animationMode?: string | undefined;
|
|
169
|
+
constructor(_elementRef: ElementRef<HTMLElement>, _ngZone: NgZone, _inkBarPositioner: _MatInkBarPositioner, _animationMode?: string | undefined);
|
|
170
|
+
/**
|
|
171
|
+
* Calculates the styles from the provided element in order to align the ink-bar to that element.
|
|
172
|
+
* Shows the ink bar if previously set as hidden.
|
|
173
|
+
* @param element
|
|
174
|
+
*/
|
|
175
|
+
alignToElement(element: HTMLElement): void;
|
|
176
|
+
/** Shows the ink bar. */
|
|
177
|
+
show(): void;
|
|
178
|
+
/** Hides the ink bar. */
|
|
179
|
+
hide(): void;
|
|
180
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatInkBar, [null, null, null, { optional: true; }]>;
|
|
181
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatInkBar, "mat-ink-bar", never, {}, {}, never, never, false>;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* Interface for a a MatInkBar positioner method, defining the positioning and width of the ink
|
|
186
|
+
* bar in a set of tabs.
|
|
187
|
+
*/
|
|
188
|
+
export declare interface _MatInkBarPositioner {
|
|
189
|
+
(element: HTMLElement): {
|
|
190
|
+
left: string;
|
|
191
|
+
width: string;
|
|
192
|
+
};
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Base class for a tab header that supported pagination.
|
|
197
|
+
* @docs-private
|
|
198
|
+
*/
|
|
199
|
+
declare abstract class MatPaginatedTabHeader implements AfterContentChecked, AfterContentInit, AfterViewInit, OnDestroy {
|
|
200
|
+
protected _elementRef: ElementRef<HTMLElement>;
|
|
201
|
+
protected _changeDetectorRef: ChangeDetectorRef;
|
|
202
|
+
private _viewportRuler;
|
|
203
|
+
private _dir;
|
|
204
|
+
private _ngZone;
|
|
205
|
+
private _platform;
|
|
206
|
+
_animationMode?: string | undefined;
|
|
207
|
+
abstract _items: QueryList<MatPaginatedTabHeaderItem>;
|
|
208
|
+
abstract _inkBar: {
|
|
209
|
+
hide: () => void;
|
|
210
|
+
alignToElement: (element: HTMLElement) => void;
|
|
211
|
+
};
|
|
212
|
+
abstract _tabListContainer: ElementRef<HTMLElement>;
|
|
213
|
+
abstract _tabList: ElementRef<HTMLElement>;
|
|
214
|
+
abstract _tabListInner: ElementRef<HTMLElement>;
|
|
215
|
+
abstract _nextPaginator: ElementRef<HTMLElement>;
|
|
216
|
+
abstract _previousPaginator: ElementRef<HTMLElement>;
|
|
217
|
+
/** The distance in pixels that the tab labels should be translated to the left. */
|
|
218
|
+
private _scrollDistance;
|
|
219
|
+
/** Whether the header should scroll to the selected index after the view has been checked. */
|
|
220
|
+
private _selectedIndexChanged;
|
|
221
|
+
/** Emits when the component is destroyed. */
|
|
222
|
+
protected readonly _destroyed: Subject<void>;
|
|
223
|
+
/** Whether the controls for pagination should be displayed */
|
|
224
|
+
_showPaginationControls: boolean;
|
|
225
|
+
/** Whether the tab list can be scrolled more towards the end of the tab label list. */
|
|
226
|
+
_disableScrollAfter: boolean;
|
|
227
|
+
/** Whether the tab list can be scrolled more towards the beginning of the tab label list. */
|
|
228
|
+
_disableScrollBefore: boolean;
|
|
229
|
+
/**
|
|
230
|
+
* The number of tab labels that are displayed on the header. When this changes, the header
|
|
231
|
+
* should re-evaluate the scroll position.
|
|
232
|
+
*/
|
|
233
|
+
private _tabLabelCount;
|
|
234
|
+
/** Whether the scroll distance has changed and should be applied after the view is checked. */
|
|
235
|
+
private _scrollDistanceChanged;
|
|
236
|
+
/** Used to manage focus between the tabs. */
|
|
237
|
+
private _keyManager;
|
|
238
|
+
/** Cached text content of the header. */
|
|
239
|
+
private _currentTextContent;
|
|
240
|
+
/** Stream that will stop the automated scrolling. */
|
|
241
|
+
private _stopScrolling;
|
|
242
|
+
/**
|
|
243
|
+
* Whether pagination should be disabled. This can be used to avoid unnecessary
|
|
244
|
+
* layout recalculations if it's known that pagination won't be required.
|
|
245
|
+
*/
|
|
246
|
+
get disablePagination(): boolean;
|
|
247
|
+
set disablePagination(value: BooleanInput);
|
|
248
|
+
private _disablePagination;
|
|
249
|
+
/** The index of the active tab. */
|
|
250
|
+
get selectedIndex(): number;
|
|
251
|
+
set selectedIndex(value: NumberInput);
|
|
252
|
+
private _selectedIndex;
|
|
253
|
+
/** Event emitted when the option is selected. */
|
|
254
|
+
readonly selectFocusedIndex: EventEmitter<number>;
|
|
255
|
+
/** Event emitted when a label is focused. */
|
|
256
|
+
readonly indexFocused: EventEmitter<number>;
|
|
257
|
+
constructor(_elementRef: ElementRef<HTMLElement>, _changeDetectorRef: ChangeDetectorRef, _viewportRuler: ViewportRuler, _dir: Directionality, _ngZone: NgZone, _platform: Platform, _animationMode?: string | undefined);
|
|
258
|
+
/** Called when the user has selected an item via the keyboard. */
|
|
259
|
+
protected abstract _itemSelected(event: KeyboardEvent): void;
|
|
260
|
+
ngAfterViewInit(): void;
|
|
261
|
+
ngAfterContentInit(): void;
|
|
262
|
+
ngAfterContentChecked(): void;
|
|
263
|
+
ngOnDestroy(): void;
|
|
264
|
+
/** Handles keyboard events on the header. */
|
|
265
|
+
_handleKeydown(event: KeyboardEvent): void;
|
|
266
|
+
/**
|
|
267
|
+
* Callback for when the MutationObserver detects that the content has changed.
|
|
268
|
+
*/
|
|
269
|
+
_onContentChanges(): void;
|
|
270
|
+
/**
|
|
271
|
+
* Updates the view whether pagination should be enabled or not.
|
|
272
|
+
*
|
|
273
|
+
* WARNING: Calling this method can be very costly in terms of performance. It should be called
|
|
274
|
+
* as infrequently as possible from outside of the Tabs component as it causes a reflow of the
|
|
275
|
+
* page.
|
|
276
|
+
*/
|
|
277
|
+
updatePagination(): void;
|
|
278
|
+
/** Tracks which element has focus; used for keyboard navigation */
|
|
279
|
+
get focusIndex(): number;
|
|
280
|
+
/** When the focus index is set, we must manually send focus to the correct label */
|
|
281
|
+
set focusIndex(value: number);
|
|
282
|
+
/**
|
|
283
|
+
* Determines if an index is valid. If the tabs are not ready yet, we assume that the user is
|
|
284
|
+
* providing a valid index and return true.
|
|
285
|
+
*/
|
|
286
|
+
_isValidIndex(index: number): boolean;
|
|
287
|
+
/**
|
|
288
|
+
* Sets focus on the HTML element for the label wrapper and scrolls it into the view if
|
|
289
|
+
* scrolling is enabled.
|
|
290
|
+
*/
|
|
291
|
+
_setTabFocus(tabIndex: number): void;
|
|
292
|
+
/** The layout direction of the containing app. */
|
|
293
|
+
_getLayoutDirection(): Direction;
|
|
294
|
+
/** Performs the CSS transformation on the tab list that will cause the list to scroll. */
|
|
295
|
+
_updateTabScrollPosition(): void;
|
|
296
|
+
/** Sets the distance in pixels that the tab header should be transformed in the X-axis. */
|
|
297
|
+
get scrollDistance(): number;
|
|
298
|
+
set scrollDistance(value: number);
|
|
299
|
+
/**
|
|
300
|
+
* Moves the tab list in the 'before' or 'after' direction (towards the beginning of the list or
|
|
301
|
+
* the end of the list, respectively). The distance to scroll is computed to be a third of the
|
|
302
|
+
* length of the tab list view window.
|
|
303
|
+
*
|
|
304
|
+
* This is an expensive call that forces a layout reflow to compute box and scroll metrics and
|
|
305
|
+
* should be called sparingly.
|
|
306
|
+
*/
|
|
307
|
+
_scrollHeader(direction: ScrollDirection): {
|
|
308
|
+
maxScrollDistance: number;
|
|
309
|
+
distance: number;
|
|
310
|
+
};
|
|
311
|
+
/** Handles click events on the pagination arrows. */
|
|
312
|
+
_handlePaginatorClick(direction: ScrollDirection): void;
|
|
313
|
+
/**
|
|
314
|
+
* Moves the tab list such that the desired tab label (marked by index) is moved into view.
|
|
315
|
+
*
|
|
316
|
+
* This is an expensive call that forces a layout reflow to compute box and scroll metrics and
|
|
317
|
+
* should be called sparingly.
|
|
318
|
+
*/
|
|
319
|
+
_scrollToLabel(labelIndex: number): void;
|
|
320
|
+
/**
|
|
321
|
+
* Evaluate whether the pagination controls should be displayed. If the scroll width of the
|
|
322
|
+
* tab list is wider than the size of the header container, then the pagination controls should
|
|
323
|
+
* be shown.
|
|
324
|
+
*
|
|
325
|
+
* This is an expensive call that forces a layout reflow to compute box and scroll metrics and
|
|
326
|
+
* should be called sparingly.
|
|
327
|
+
*/
|
|
328
|
+
_checkPaginationEnabled(): void;
|
|
329
|
+
/**
|
|
330
|
+
* Evaluate whether the before and after controls should be enabled or disabled.
|
|
331
|
+
* If the header is at the beginning of the list (scroll distance is equal to 0) then disable the
|
|
332
|
+
* before button. If the header is at the end of the list (scroll distance is equal to the
|
|
333
|
+
* maximum distance we can scroll), then disable the after button.
|
|
334
|
+
*
|
|
335
|
+
* This is an expensive call that forces a layout reflow to compute box and scroll metrics and
|
|
336
|
+
* should be called sparingly.
|
|
337
|
+
*/
|
|
338
|
+
_checkScrollingControls(): void;
|
|
339
|
+
/**
|
|
340
|
+
* Determines what is the maximum length in pixels that can be set for the scroll distance. This
|
|
341
|
+
* is equal to the difference in width between the tab list container and tab header container.
|
|
342
|
+
*
|
|
343
|
+
* This is an expensive call that forces a layout reflow to compute box and scroll metrics and
|
|
344
|
+
* should be called sparingly.
|
|
345
|
+
*/
|
|
346
|
+
_getMaxScrollDistance(): number;
|
|
347
|
+
/** Tells the ink-bar to align itself to the current label wrapper */
|
|
348
|
+
_alignInkBarToSelectedTab(): void;
|
|
349
|
+
/** Stops the currently-running paginator interval. */
|
|
350
|
+
_stopInterval(): void;
|
|
351
|
+
/**
|
|
352
|
+
* Handles the user pressing down on one of the paginators.
|
|
353
|
+
* Starts scrolling the header after a certain amount of time.
|
|
354
|
+
* @param direction In which direction the paginator should be scrolled.
|
|
355
|
+
*/
|
|
356
|
+
_handlePaginatorPress(direction: ScrollDirection, mouseEvent?: MouseEvent): void;
|
|
357
|
+
/**
|
|
358
|
+
* Scrolls the header to a given position.
|
|
359
|
+
* @param position Position to which to scroll.
|
|
360
|
+
* @returns Information on the current scroll distance and the maximum.
|
|
361
|
+
*/
|
|
362
|
+
private _scrollTo;
|
|
363
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatedTabHeader, [null, null, null, { optional: true; }, null, null, { optional: true; }]>;
|
|
364
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatPaginatedTabHeader, never, never, { "disablePagination": "disablePagination"; }, {}, never, never, false>;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
/** Item inside a paginated tab header. */
|
|
368
|
+
declare type MatPaginatedTabHeaderItem = FocusableOption & {
|
|
369
|
+
elementRef: ElementRef;
|
|
370
|
+
};
|
|
371
|
+
|
|
372
|
+
export declare class MatTab extends _MatTabBase implements OnInit, CanDisable, OnChanges, OnDestroy {
|
|
373
|
+
private _viewContainerRef;
|
|
374
|
+
_closestTabGroup: any;
|
|
375
|
+
/** Content for the tab label given by `<ng-template mat-tab-label>`. */
|
|
376
|
+
get templateLabel(): MatTabLabel;
|
|
377
|
+
set templateLabel(value: MatTabLabel);
|
|
378
|
+
protected _templateLabel: MatTabLabel;
|
|
379
|
+
/**
|
|
380
|
+
* Template provided in the tab content that will be used if present, used to enable lazy-loading
|
|
381
|
+
*/
|
|
382
|
+
_explicitContent: TemplateRef<any>;
|
|
383
|
+
/** Template inside the MatTab view that contains an `<ng-content>`. */
|
|
384
|
+
_implicitContent: TemplateRef<any>;
|
|
385
|
+
/** Plain text label for the tab, used when there is no template label. */
|
|
386
|
+
textLabel: string;
|
|
387
|
+
/** Aria label for the tab. */
|
|
388
|
+
ariaLabel: string;
|
|
389
|
+
/**
|
|
390
|
+
* Reference to the element that the tab is labelled by.
|
|
391
|
+
* Will be cleared if `aria-label` is set at the same time.
|
|
392
|
+
*/
|
|
393
|
+
ariaLabelledby: string;
|
|
394
|
+
/**
|
|
395
|
+
* Classes to be passed to the tab label inside the mat-tab-header container.
|
|
396
|
+
* Supports string and string array values, same as `ngClass`.
|
|
397
|
+
*/
|
|
398
|
+
labelClass: string | string[];
|
|
399
|
+
/**
|
|
400
|
+
* Classes to be passed to the tab mat-tab-body container.
|
|
401
|
+
* Supports string and string array values, same as `ngClass`.
|
|
402
|
+
*/
|
|
403
|
+
bodyClass: string | string[];
|
|
404
|
+
/** Portal that will be the hosted content of the tab */
|
|
405
|
+
private _contentPortal;
|
|
406
|
+
/** @docs-private */
|
|
407
|
+
get content(): TemplatePortal | null;
|
|
408
|
+
/** Emits whenever the internal state of the tab changes. */
|
|
409
|
+
readonly _stateChanges: Subject<void>;
|
|
410
|
+
/**
|
|
411
|
+
* The relatively indexed position where 0 represents the center, negative is left, and positive
|
|
412
|
+
* represents the right.
|
|
413
|
+
*/
|
|
414
|
+
position: number | null;
|
|
415
|
+
/**
|
|
416
|
+
* The initial relatively index origin of the tab if it was created and selected after there
|
|
417
|
+
* was already a selected tab. Provides context of what position the tab should originate from.
|
|
418
|
+
*/
|
|
419
|
+
origin: number | null;
|
|
420
|
+
/**
|
|
421
|
+
* Whether the tab is currently active.
|
|
422
|
+
*/
|
|
423
|
+
isActive: boolean;
|
|
424
|
+
constructor(_viewContainerRef: ViewContainerRef, _closestTabGroup: any);
|
|
425
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
426
|
+
ngOnDestroy(): void;
|
|
427
|
+
ngOnInit(): void;
|
|
428
|
+
/**
|
|
429
|
+
* This has been extracted to a util because of TS 4 and VE.
|
|
430
|
+
* View Engine doesn't support property rename inheritance.
|
|
431
|
+
* TS 4.0 doesn't allow properties to override accessors or vice-versa.
|
|
432
|
+
* @docs-private
|
|
433
|
+
*/
|
|
434
|
+
protected _setTemplateLabelInput(value: MatTabLabel | undefined): void;
|
|
435
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTab, [null, { optional: true; }]>;
|
|
436
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatTab, "mat-tab", ["matTab"], { "disabled": "disabled"; "textLabel": "label"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "labelClass": "labelClass"; "bodyClass": "bodyClass"; }, {}, ["templateLabel", "_explicitContent"], ["*"], false>;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
/** @docs-private */
|
|
440
|
+
declare const _MatTabBase: _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
|
|
441
|
+
new (): {};
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
/**
|
|
445
|
+
* Wrapper for the contents of a tab.
|
|
446
|
+
* @docs-private
|
|
447
|
+
*/
|
|
448
|
+
export declare class MatTabBody extends _MatTabBodyBase {
|
|
449
|
+
_portalHost: CdkPortalOutlet;
|
|
450
|
+
constructor(elementRef: ElementRef<HTMLElement>, dir: Directionality, changeDetectorRef: ChangeDetectorRef);
|
|
451
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabBody, [null, { optional: true; }, null]>;
|
|
452
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatTabBody, "mat-tab-body", never, {}, {}, never, never, false>;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
/**
|
|
456
|
+
* Base class with all of the `MatTabBody` functionality.
|
|
457
|
+
* @docs-private
|
|
458
|
+
*/
|
|
459
|
+
export declare abstract class _MatTabBodyBase implements OnInit, OnDestroy {
|
|
460
|
+
private _elementRef;
|
|
461
|
+
private _dir;
|
|
462
|
+
/** Current position of the tab-body in the tab-group. Zero means that the tab is visible. */
|
|
463
|
+
private _positionIndex;
|
|
464
|
+
/** Subscription to the directionality change observable. */
|
|
465
|
+
private _dirChangeSubscription;
|
|
466
|
+
/** Tab body position state. Used by the animation trigger for the current state. */
|
|
467
|
+
_position: MatTabBodyPositionState;
|
|
468
|
+
/** Emits when an animation on the tab is complete. */
|
|
469
|
+
readonly _translateTabComplete: Subject<AnimationEvent_2>;
|
|
470
|
+
/** Event emitted when the tab begins to animate towards the center as the active tab. */
|
|
471
|
+
readonly _onCentering: EventEmitter<number>;
|
|
472
|
+
/** Event emitted before the centering of the tab begins. */
|
|
473
|
+
readonly _beforeCentering: EventEmitter<boolean>;
|
|
474
|
+
/** Event emitted before the centering of the tab begins. */
|
|
475
|
+
readonly _afterLeavingCenter: EventEmitter<void>;
|
|
476
|
+
/** Event emitted when the tab completes its animation towards the center. */
|
|
477
|
+
readonly _onCentered: EventEmitter<void>;
|
|
478
|
+
/** The portal host inside of this container into which the tab body content will be loaded. */
|
|
479
|
+
abstract _portalHost: CdkPortalOutlet;
|
|
480
|
+
/** The tab body content to display. */
|
|
481
|
+
_content: TemplatePortal;
|
|
482
|
+
/** Position that will be used when the tab is immediately becoming visible after creation. */
|
|
483
|
+
origin: number | null;
|
|
484
|
+
/** Duration for the tab's animation. */
|
|
485
|
+
animationDuration: string;
|
|
486
|
+
/** Whether the tab's content should be kept in the DOM while it's off-screen. */
|
|
487
|
+
preserveContent: boolean;
|
|
488
|
+
/** The shifted index position of the tab body, where zero represents the active center tab. */
|
|
489
|
+
set position(position: number);
|
|
490
|
+
constructor(_elementRef: ElementRef<HTMLElement>, _dir: Directionality, changeDetectorRef: ChangeDetectorRef);
|
|
491
|
+
/**
|
|
492
|
+
* After initialized, check if the content is centered and has an origin. If so, set the
|
|
493
|
+
* special position states that transition the tab from the left or right before centering.
|
|
494
|
+
*/
|
|
495
|
+
ngOnInit(): void;
|
|
496
|
+
ngOnDestroy(): void;
|
|
497
|
+
_onTranslateTabStarted(event: AnimationEvent_2): void;
|
|
498
|
+
/** The text direction of the containing app. */
|
|
499
|
+
_getLayoutDirection(): Direction;
|
|
500
|
+
/** Whether the provided position state is considered center, regardless of origin. */
|
|
501
|
+
_isCenterPosition(position: MatTabBodyPositionState | string): boolean;
|
|
502
|
+
/** Computes the position state that will be used for the tab-body animation trigger. */
|
|
503
|
+
private _computePositionAnimationState;
|
|
504
|
+
/**
|
|
505
|
+
* Computes the position state based on the specified origin position. This is used if the
|
|
506
|
+
* tab is becoming visible immediately after creation.
|
|
507
|
+
*/
|
|
508
|
+
private _computePositionFromOrigin;
|
|
509
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabBodyBase, [null, { optional: true; }, null]>;
|
|
510
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabBodyBase, never, never, { "_content": "content"; "origin": "origin"; "animationDuration": "animationDuration"; "preserveContent": "preserveContent"; "position": "position"; }, { "_onCentering": "_onCentering"; "_beforeCentering": "_beforeCentering"; "_afterLeavingCenter": "_afterLeavingCenter"; "_onCentered": "_onCentered"; }, never, never, false>;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
/**
|
|
514
|
+
* The origin state is an internally used state that is set on a new tab body indicating if it
|
|
515
|
+
* began to the left or right of the prior selected index. For example, if the selected index was
|
|
516
|
+
* set to 1, and a new tab is created and selected at index 2, then the tab body would have an
|
|
517
|
+
* origin of right because its index was greater than the prior selected index.
|
|
518
|
+
*/
|
|
519
|
+
export declare type MatTabBodyOriginState = 'left' | 'right';
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* The portal host directive for the contents of the tab.
|
|
523
|
+
* @docs-private
|
|
524
|
+
*/
|
|
525
|
+
export declare class MatTabBodyPortal extends CdkPortalOutlet implements OnInit, OnDestroy {
|
|
526
|
+
private _host;
|
|
527
|
+
/** Subscription to events for when the tab body begins centering. */
|
|
528
|
+
private _centeringSub;
|
|
529
|
+
/** Subscription to events for when the tab body finishes leaving from center position. */
|
|
530
|
+
private _leavingSub;
|
|
531
|
+
constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, _host: MatTabBody, _document: any);
|
|
532
|
+
/** Set initial visibility or set up subscription for changing visibility. */
|
|
533
|
+
ngOnInit(): void;
|
|
534
|
+
/** Clean up centering subscription. */
|
|
535
|
+
ngOnDestroy(): void;
|
|
536
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabBodyPortal, never>;
|
|
537
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabBodyPortal, "[matTabBodyHost]", never, {}, {}, never, never, false>;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* These position states are used internally as animation states for the tab body. Setting the
|
|
542
|
+
* position state to left, right, or center will transition the tab body from its current
|
|
543
|
+
* position to its respective state. If there is not current position (void, in the case of a new
|
|
544
|
+
* tab body), then there will be no transition animation to its state.
|
|
4
545
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
546
|
+
* In the case of a new tab body that should immediately be centered with an animating transition,
|
|
547
|
+
* then left-origin-center or right-origin-center can be used, which will use left or right as its
|
|
548
|
+
* psuedo-prior state.
|
|
549
|
+
*/
|
|
550
|
+
export declare type MatTabBodyPositionState = 'left' | 'center' | 'right' | 'left-origin-center' | 'right-origin-center';
|
|
551
|
+
|
|
552
|
+
/** A simple change event emitted on focus or selection changes. */
|
|
553
|
+
export declare class MatTabChangeEvent {
|
|
554
|
+
/** Index of the currently-selected tab. */
|
|
555
|
+
index: number;
|
|
556
|
+
/** Reference to the currently-selected tab. */
|
|
557
|
+
tab: MatTab;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
/** Decorates the `ng-template` tags and reads out the template from it. */
|
|
561
|
+
export declare class MatTabContent {
|
|
562
|
+
template: TemplateRef<any>;
|
|
563
|
+
constructor(/** Content for the tab. */ template: TemplateRef<any>);
|
|
564
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabContent, never>;
|
|
565
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabContent, "[matTabContent]", never, {}, {}, never, never, false>;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* Material design tab-group component. Supports basic tab pairs (label + content) and includes
|
|
570
|
+
* animated ink-bar, keyboard navigation, and screen reader.
|
|
571
|
+
* See: https://material.io/design/components/tabs.html
|
|
572
|
+
*/
|
|
573
|
+
export declare class MatTabGroup extends _MatTabGroupBase {
|
|
574
|
+
_allTabs: QueryList<MatTab>;
|
|
575
|
+
_tabBodyWrapper: ElementRef;
|
|
576
|
+
_tabHeader: MatTabGroupBaseHeader;
|
|
577
|
+
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, defaultConfig?: MatTabsConfig, animationMode?: string);
|
|
578
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabGroup, [null, null, { optional: true; }, { optional: true; }]>;
|
|
579
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatTabGroup, "mat-tab-group", ["matTabGroup"], { "color": "color"; "disableRipple": "disableRipple"; }, {}, ["_allTabs"], never, false>;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* Base class with all of the `MatTabGroupBase` functionality.
|
|
584
|
+
* @docs-private
|
|
585
|
+
*/
|
|
586
|
+
export declare abstract class _MatTabGroupBase extends _MatTabGroupMixinBase implements AfterContentInit, AfterContentChecked, OnDestroy, CanColor, CanDisableRipple {
|
|
587
|
+
protected _changeDetectorRef: ChangeDetectorRef;
|
|
588
|
+
_animationMode?: string | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* All tabs inside the tab group. This includes tabs that belong to groups that are nested
|
|
591
|
+
* inside the current one. We filter out only the tabs that belong to this group in `_tabs`.
|
|
592
|
+
*/
|
|
593
|
+
abstract _allTabs: QueryList<MatTab>;
|
|
594
|
+
abstract _tabBodyWrapper: ElementRef;
|
|
595
|
+
abstract _tabHeader: MatTabGroupBaseHeader;
|
|
596
|
+
/** All of the tabs that belong to the group. */
|
|
597
|
+
_tabs: QueryList<MatTab>;
|
|
598
|
+
/** The tab index that should be selected after the content has been checked. */
|
|
599
|
+
private _indexToSelect;
|
|
600
|
+
/** Index of the tab that was focused last. */
|
|
601
|
+
private _lastFocusedTabIndex;
|
|
602
|
+
/** Snapshot of the height of the tab body wrapper before another tab is activated. */
|
|
603
|
+
private _tabBodyWrapperHeight;
|
|
604
|
+
/** Subscription to tabs being added/removed. */
|
|
605
|
+
private _tabsSubscription;
|
|
606
|
+
/** Subscription to changes in the tab labels. */
|
|
607
|
+
private _tabLabelSubscription;
|
|
608
|
+
/** Whether the tab group should grow to the size of the active tab. */
|
|
609
|
+
get dynamicHeight(): boolean;
|
|
610
|
+
set dynamicHeight(value: BooleanInput);
|
|
611
|
+
private _dynamicHeight;
|
|
612
|
+
/** The index of the active tab. */
|
|
613
|
+
get selectedIndex(): number | null;
|
|
614
|
+
set selectedIndex(value: NumberInput);
|
|
615
|
+
private _selectedIndex;
|
|
616
|
+
/** Position of the tab header. */
|
|
617
|
+
headerPosition: MatTabHeaderPosition;
|
|
618
|
+
/** Duration for the tab animation. Will be normalized to milliseconds if no units are set. */
|
|
619
|
+
get animationDuration(): string;
|
|
620
|
+
set animationDuration(value: NumberInput);
|
|
621
|
+
private _animationDuration;
|
|
622
|
+
/**
|
|
623
|
+
* `tabindex` to be set on the inner element that wraps the tab content. Can be used for improved
|
|
624
|
+
* accessibility when the tab does not have focusable elements or if it has scrollable content.
|
|
625
|
+
* The `tabindex` will be removed automatically for inactive tabs.
|
|
626
|
+
* Read more at https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-2/tabs.html
|
|
627
|
+
*/
|
|
628
|
+
get contentTabIndex(): number | null;
|
|
629
|
+
set contentTabIndex(value: NumberInput);
|
|
630
|
+
private _contentTabIndex;
|
|
631
|
+
/**
|
|
632
|
+
* Whether pagination should be disabled. This can be used to avoid unnecessary
|
|
633
|
+
* layout recalculations if it's known that pagination won't be required.
|
|
634
|
+
*/
|
|
635
|
+
get disablePagination(): boolean;
|
|
636
|
+
set disablePagination(value: BooleanInput);
|
|
637
|
+
private _disablePagination;
|
|
638
|
+
/**
|
|
639
|
+
* By default tabs remove their content from the DOM while it's off-screen.
|
|
640
|
+
* Setting this to `true` will keep it in the DOM which will prevent elements
|
|
641
|
+
* like iframes and videos from reloading next time it comes back into the view.
|
|
642
|
+
*/
|
|
643
|
+
get preserveContent(): boolean;
|
|
644
|
+
set preserveContent(value: BooleanInput);
|
|
645
|
+
private _preserveContent;
|
|
646
|
+
/** Background color of the tab group. */
|
|
647
|
+
get backgroundColor(): ThemePalette;
|
|
648
|
+
set backgroundColor(value: ThemePalette);
|
|
649
|
+
private _backgroundColor;
|
|
650
|
+
/** Output to enable support for two-way binding on `[(selectedIndex)]` */
|
|
651
|
+
readonly selectedIndexChange: EventEmitter<number>;
|
|
652
|
+
/** Event emitted when focus has changed within a tab group. */
|
|
653
|
+
readonly focusChange: EventEmitter<MatTabChangeEvent>;
|
|
654
|
+
/** Event emitted when the body animation has completed */
|
|
655
|
+
readonly animationDone: EventEmitter<void>;
|
|
656
|
+
/** Event emitted when the tab selection has changed. */
|
|
657
|
+
readonly selectedTabChange: EventEmitter<MatTabChangeEvent>;
|
|
658
|
+
private _groupId;
|
|
659
|
+
constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, defaultConfig?: MatTabsConfig, _animationMode?: string | undefined);
|
|
660
|
+
/**
|
|
661
|
+
* After the content is checked, this component knows what tabs have been defined
|
|
662
|
+
* and what the selected index should be. This is where we can know exactly what position
|
|
663
|
+
* each tab should be in according to the new selected index, and additionally we know how
|
|
664
|
+
* a new selected tab should transition in (from the left or right).
|
|
665
|
+
*/
|
|
666
|
+
ngAfterContentChecked(): void;
|
|
667
|
+
ngAfterContentInit(): void;
|
|
668
|
+
/** Listens to changes in all of the tabs. */
|
|
669
|
+
private _subscribeToAllTabChanges;
|
|
670
|
+
ngOnDestroy(): void;
|
|
671
|
+
/** Re-aligns the ink bar to the selected tab element. */
|
|
672
|
+
realignInkBar(): void;
|
|
673
|
+
/**
|
|
674
|
+
* Recalculates the tab group's pagination dimensions.
|
|
675
|
+
*
|
|
676
|
+
* WARNING: Calling this method can be very costly in terms of performance. It should be called
|
|
677
|
+
* as infrequently as possible from outside of the Tabs component as it causes a reflow of the
|
|
678
|
+
* page.
|
|
679
|
+
*/
|
|
680
|
+
updatePagination(): void;
|
|
681
|
+
/**
|
|
682
|
+
* Sets focus to a particular tab.
|
|
683
|
+
* @param index Index of the tab to be focused.
|
|
684
|
+
*/
|
|
685
|
+
focusTab(index: number): void;
|
|
686
|
+
_focusChanged(index: number): void;
|
|
687
|
+
private _createChangeEvent;
|
|
688
|
+
/**
|
|
689
|
+
* Subscribes to changes in the tab labels. This is needed, because the @Input for the label is
|
|
690
|
+
* on the MatTab component, whereas the data binding is inside the MatTabGroup. In order for the
|
|
691
|
+
* binding to be updated, we need to subscribe to changes in it and trigger change detection
|
|
692
|
+
* manually.
|
|
693
|
+
*/
|
|
694
|
+
private _subscribeToTabLabels;
|
|
695
|
+
/** Clamps the given index to the bounds of 0 and the tabs length. */
|
|
696
|
+
private _clampTabIndex;
|
|
697
|
+
/** Returns a unique id for each tab label element */
|
|
698
|
+
_getTabLabelId(i: number): string;
|
|
699
|
+
/** Returns a unique id for each tab content element */
|
|
700
|
+
_getTabContentId(i: number): string;
|
|
701
|
+
/**
|
|
702
|
+
* Sets the height of the body wrapper to the height of the activating tab if dynamic
|
|
703
|
+
* height property is true.
|
|
704
|
+
*/
|
|
705
|
+
_setTabBodyWrapperHeight(tabHeight: number): void;
|
|
706
|
+
/** Removes the height of the tab body wrapper. */
|
|
707
|
+
_removeTabBodyWrapperHeight(): void;
|
|
708
|
+
/** Handle click events, setting new selected index if appropriate. */
|
|
709
|
+
_handleClick(tab: MatTab, tabHeader: MatTabGroupBaseHeader, index: number): void;
|
|
710
|
+
/** Retrieves the tabindex for the tab. */
|
|
711
|
+
_getTabIndex(tab: MatTab, index: number): number | null;
|
|
712
|
+
/** Callback for when the focused state of a tab has changed. */
|
|
713
|
+
_tabFocusChanged(focusOrigin: FocusOrigin, index: number): void;
|
|
714
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabGroupBase, [null, null, { optional: true; }, { optional: true; }]>;
|
|
715
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabGroupBase, never, never, { "dynamicHeight": "dynamicHeight"; "selectedIndex": "selectedIndex"; "headerPosition": "headerPosition"; "animationDuration": "animationDuration"; "contentTabIndex": "contentTabIndex"; "disablePagination": "disablePagination"; "preserveContent": "preserveContent"; "backgroundColor": "backgroundColor"; }, { "selectedIndexChange": "selectedIndexChange"; "focusChange": "focusChange"; "animationDone": "animationDone"; "selectedTabChange": "selectedTabChange"; }, never, never, false>;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
declare interface MatTabGroupBaseHeader {
|
|
719
|
+
_alignInkBarToSelectedTab(): void;
|
|
720
|
+
updatePagination(): void;
|
|
721
|
+
focusIndex: number;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
/** @docs-private */
|
|
725
|
+
declare const _MatTabGroupMixinBase: _Constructor<CanColor> & _AbstractConstructor<CanColor> & _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple> & {
|
|
726
|
+
new (_elementRef: ElementRef): {
|
|
727
|
+
_elementRef: ElementRef;
|
|
728
|
+
};
|
|
729
|
+
};
|
|
730
|
+
|
|
731
|
+
/**
|
|
732
|
+
* The header of the tab group which displays a list of all the tabs in the tab group. Includes
|
|
733
|
+
* an ink bar that follows the currently selected tab. When the tabs list's width exceeds the
|
|
734
|
+
* width of the header container, then arrows will be displayed to allow the user to scroll
|
|
735
|
+
* left and right across the header.
|
|
736
|
+
* @docs-private
|
|
737
|
+
*/
|
|
738
|
+
export declare class MatTabHeader extends _MatTabHeaderBase {
|
|
739
|
+
_items: QueryList<MatTabLabelWrapper>;
|
|
740
|
+
_inkBar: MatInkBar;
|
|
741
|
+
_tabListContainer: ElementRef;
|
|
742
|
+
_tabList: ElementRef;
|
|
743
|
+
_tabListInner: ElementRef;
|
|
744
|
+
_nextPaginator: ElementRef<HTMLElement>;
|
|
745
|
+
_previousPaginator: ElementRef<HTMLElement>;
|
|
746
|
+
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone, platform: Platform, animationMode?: string);
|
|
747
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabHeader, [null, null, null, { optional: true; }, null, null, { optional: true; }]>;
|
|
748
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatTabHeader, "mat-tab-header", never, { "selectedIndex": "selectedIndex"; }, { "selectFocusedIndex": "selectFocusedIndex"; "indexFocused": "indexFocused"; }, ["_items"], ["*"], false>;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* Base class with all of the `MatTabHeader` functionality.
|
|
753
|
+
* @docs-private
|
|
754
|
+
*/
|
|
755
|
+
export declare abstract class _MatTabHeaderBase extends MatPaginatedTabHeader implements AfterContentChecked, AfterContentInit, AfterViewInit, OnDestroy {
|
|
756
|
+
/** Whether the ripple effect is disabled or not. */
|
|
757
|
+
get disableRipple(): boolean;
|
|
758
|
+
set disableRipple(value: BooleanInput);
|
|
759
|
+
private _disableRipple;
|
|
760
|
+
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, dir: Directionality, ngZone: NgZone, platform: Platform, animationMode?: string);
|
|
761
|
+
protected _itemSelected(event: KeyboardEvent): void;
|
|
762
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabHeaderBase, [null, null, null, { optional: true; }, null, null, { optional: true; }]>;
|
|
763
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabHeaderBase, never, never, { "disableRipple": "disableRipple"; }, {}, never, never, false>;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
/** Possible positions for the tab header. */
|
|
767
|
+
export declare type MatTabHeaderPosition = 'above' | 'below';
|
|
768
|
+
|
|
769
|
+
/** Used to flag tab labels for use with the portal directive */
|
|
770
|
+
export declare class MatTabLabel extends CdkPortal {
|
|
771
|
+
_closestTab: any;
|
|
772
|
+
constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef, _closestTab: any);
|
|
773
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLabel, [null, null, { optional: true; }]>;
|
|
774
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLabel, "[mat-tab-label], [matTabLabel]", never, {}, {}, never, never, false>;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* Used in the `mat-tab-group` view to display tab labels.
|
|
779
|
+
* @docs-private
|
|
780
|
+
*/
|
|
781
|
+
export declare class MatTabLabelWrapper extends _MatTabLabelWrapperBase implements CanDisable {
|
|
782
|
+
elementRef: ElementRef;
|
|
783
|
+
constructor(elementRef: ElementRef);
|
|
784
|
+
/** Sets focus on the wrapper element */
|
|
785
|
+
focus(): void;
|
|
786
|
+
getOffsetLeft(): number;
|
|
787
|
+
getOffsetWidth(): number;
|
|
788
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLabelWrapper, never>;
|
|
789
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLabelWrapper, "[matTabLabelWrapper]", never, { "disabled": "disabled"; }, {}, never, never, false>;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
/** @docs-private */
|
|
793
|
+
declare const _MatTabLabelWrapperBase: _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
|
|
794
|
+
new (): {};
|
|
795
|
+
};
|
|
796
|
+
|
|
797
|
+
/**
|
|
798
|
+
* Link inside of a `mat-tab-nav-bar`.
|
|
799
|
+
*/
|
|
800
|
+
export declare class MatTabLink extends _MatTabLinkBase implements OnDestroy {
|
|
801
|
+
/** Reference to the RippleRenderer for the tab-link. */
|
|
802
|
+
private _tabLinkRipple;
|
|
803
|
+
constructor(tabNavBar: MatTabNav, elementRef: ElementRef, ngZone: NgZone, platform: Platform, globalRippleOptions: RippleGlobalOptions | null, tabIndex: string, focusMonitor: FocusMonitor, animationMode?: string);
|
|
804
|
+
ngOnDestroy(): void;
|
|
805
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLink, [null, null, null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>;
|
|
806
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never, never, false>;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
/** Base class with all of the `MatTabLink` functionality. */
|
|
810
|
+
export declare class _MatTabLinkBase extends _MatTabLinkMixinBase implements AfterViewInit, OnDestroy, CanDisable, CanDisableRipple, HasTabIndex, RippleTarget, FocusableOption {
|
|
811
|
+
private _tabNavBar;
|
|
812
|
+
/** @docs-private */ elementRef: ElementRef;
|
|
813
|
+
private _focusMonitor;
|
|
814
|
+
/** Whether the tab link is active or not. */
|
|
815
|
+
protected _isActive: boolean;
|
|
816
|
+
/** Whether the link is active. */
|
|
817
|
+
get active(): boolean;
|
|
818
|
+
set active(value: BooleanInput);
|
|
819
|
+
/**
|
|
820
|
+
* Ripple configuration for ripples that are launched on pointer down. The ripple config
|
|
821
|
+
* is set to the global ripple options since we don't have any configurable options for
|
|
822
|
+
* the tab link ripples.
|
|
823
|
+
* @docs-private
|
|
824
|
+
*/
|
|
825
|
+
rippleConfig: RippleConfig & RippleGlobalOptions;
|
|
826
|
+
/**
|
|
827
|
+
* Whether ripples are disabled on interaction.
|
|
828
|
+
* @docs-private
|
|
829
|
+
*/
|
|
830
|
+
get rippleDisabled(): boolean;
|
|
831
|
+
/** Unique id for the tab. */
|
|
832
|
+
id: string;
|
|
833
|
+
constructor(_tabNavBar: _MatTabNavBase,
|
|
834
|
+
/** @docs-private */ elementRef: ElementRef, globalRippleOptions: RippleGlobalOptions | null, tabIndex: string, _focusMonitor: FocusMonitor, animationMode?: string);
|
|
835
|
+
/** Focuses the tab link. */
|
|
836
|
+
focus(): void;
|
|
837
|
+
ngAfterViewInit(): void;
|
|
838
|
+
ngOnDestroy(): void;
|
|
839
|
+
_handleFocus(): void;
|
|
840
|
+
_handleKeydown(event: KeyboardEvent): void;
|
|
841
|
+
_getAriaControls(): string | null;
|
|
842
|
+
_getAriaSelected(): string | null;
|
|
843
|
+
_getAriaCurrent(): string | null;
|
|
844
|
+
_getRole(): string | null;
|
|
845
|
+
_getTabIndex(): number;
|
|
846
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabLinkBase, [null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>;
|
|
847
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabLinkBase, never, never, { "active": "active"; "id": "id"; }, {}, never, never, false>;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
declare const _MatTabLinkMixinBase: _Constructor<HasTabIndex> & _AbstractConstructor<HasTabIndex> & _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple> & _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
|
|
851
|
+
new (): {};
|
|
852
|
+
};
|
|
853
|
+
|
|
854
|
+
/**
|
|
855
|
+
* Navigation component matching the styles of the tab group header.
|
|
856
|
+
* Provides anchored navigation with animated ink bar.
|
|
857
|
+
*/
|
|
858
|
+
export declare class MatTabNav extends _MatTabNavBase {
|
|
859
|
+
_items: QueryList<MatTabLink>;
|
|
860
|
+
_inkBar: MatInkBar;
|
|
861
|
+
_tabListContainer: ElementRef;
|
|
862
|
+
_tabList: ElementRef;
|
|
863
|
+
_tabListInner: ElementRef;
|
|
864
|
+
_nextPaginator: ElementRef<HTMLElement>;
|
|
865
|
+
_previousPaginator: ElementRef<HTMLElement>;
|
|
866
|
+
constructor(elementRef: ElementRef, dir: Directionality, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, platform: Platform, animationMode?: string);
|
|
867
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabNav, [null, { optional: true; }, null, null, null, null, { optional: true; }]>;
|
|
868
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatTabNav, "[mat-tab-nav-bar]", ["matTabNavBar", "matTabNav"], { "color": "color"; }, {}, ["_items"], ["*"], false>;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
/**
|
|
872
|
+
* Base class with all of the `MatTabNav` functionality.
|
|
873
|
+
* @docs-private
|
|
874
|
+
*/
|
|
875
|
+
export declare abstract class _MatTabNavBase extends MatPaginatedTabHeader implements AfterContentChecked, AfterContentInit, OnDestroy {
|
|
876
|
+
/** Query list of all tab links of the tab navigation. */
|
|
877
|
+
abstract _items: QueryList<MatPaginatedTabHeaderItem & {
|
|
878
|
+
active: boolean;
|
|
879
|
+
id: string;
|
|
880
|
+
}>;
|
|
881
|
+
/** Background color of the tab nav. */
|
|
882
|
+
get backgroundColor(): ThemePalette;
|
|
883
|
+
set backgroundColor(value: ThemePalette);
|
|
884
|
+
private _backgroundColor;
|
|
885
|
+
/** Whether the ripple effect is disabled or not. */
|
|
886
|
+
get disableRipple(): boolean;
|
|
887
|
+
set disableRipple(value: BooleanInput);
|
|
888
|
+
private _disableRipple;
|
|
889
|
+
/** Theme color of the nav bar. */
|
|
890
|
+
color: ThemePalette;
|
|
891
|
+
/**
|
|
892
|
+
* Associated tab panel controlled by the nav bar. If not provided, then the nav bar
|
|
893
|
+
* follows the ARIA link / navigation landmark pattern. If provided, it follows the
|
|
894
|
+
* ARIA tabs design pattern.
|
|
895
|
+
*/
|
|
896
|
+
tabPanel?: MatTabNavPanel;
|
|
897
|
+
constructor(elementRef: ElementRef, dir: Directionality, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, viewportRuler: ViewportRuler, platform: Platform, animationMode?: string);
|
|
898
|
+
protected _itemSelected(): void;
|
|
899
|
+
ngAfterContentInit(): void;
|
|
900
|
+
/** Notifies the component that the active link has been changed. */
|
|
901
|
+
updateActiveLink(): void;
|
|
902
|
+
_getRole(): string | null;
|
|
903
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabNavBase, [null, { optional: true; }, null, null, null, null, { optional: true; }]>;
|
|
904
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabNavBase, never, never, { "backgroundColor": "backgroundColor"; "disableRipple": "disableRipple"; "color": "color"; "tabPanel": "tabPanel"; }, {}, never, never, false>;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
/**
|
|
908
|
+
* Tab panel component associated with MatTabNav.
|
|
909
|
+
*/
|
|
910
|
+
export declare class MatTabNavPanel {
|
|
911
|
+
/** Unique id for the tab panel. */
|
|
912
|
+
id: string;
|
|
913
|
+
/** Id of the active tab in the nav bar. */
|
|
914
|
+
_activeTabId?: string;
|
|
915
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabNavPanel, never>;
|
|
916
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatTabNavPanel, "mat-tab-nav-panel", ["matTabNavPanel"], { "id": "id"; }, {}, never, ["*"], false>;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
/**
|
|
920
|
+
* Animations used by the Material tabs.
|
|
921
|
+
* @docs-private
|
|
922
|
+
*/
|
|
923
|
+
export declare const matTabsAnimations: {
|
|
924
|
+
readonly translateTab: AnimationTriggerMetadata;
|
|
925
|
+
};
|
|
926
|
+
|
|
927
|
+
/** Object that can be used to configure the default options for the tabs module. */
|
|
928
|
+
export declare interface MatTabsConfig {
|
|
929
|
+
/** Duration for the tab animation. Must be a valid CSS value (e.g. 600ms). */
|
|
930
|
+
animationDuration?: string;
|
|
931
|
+
/**
|
|
932
|
+
* Whether pagination should be disabled. This can be used to avoid unnecessary
|
|
933
|
+
* layout recalculations if it's known that pagination won't be required.
|
|
934
|
+
*/
|
|
935
|
+
disablePagination?: boolean;
|
|
936
|
+
/**
|
|
937
|
+
* Whether the ink bar should fit its width to the size of the tab label content.
|
|
938
|
+
* This only applies to the MDC-based tabs.
|
|
939
|
+
*/
|
|
940
|
+
fitInkBarToContent?: boolean;
|
|
941
|
+
/** Whether the tab group should grow to the size of the active tab. */
|
|
942
|
+
dynamicHeight?: boolean;
|
|
943
|
+
/** `tabindex` to be set on the inner element that wraps the tab content. */
|
|
944
|
+
contentTabIndex?: number;
|
|
945
|
+
/**
|
|
946
|
+
* By default tabs remove their content from the DOM while it's off-screen.
|
|
947
|
+
* Setting this to `true` will keep it in the DOM which will prevent elements
|
|
948
|
+
* like iframes and videos from reloading next time it comes back into the view.
|
|
949
|
+
*/
|
|
950
|
+
preserveContent?: boolean;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
export declare class MatTabsModule {
|
|
954
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabsModule, never>;
|
|
955
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTabsModule, [typeof i1.MatTabGroup, typeof i2.MatTabLabel, typeof i3.MatTab, typeof i4.MatInkBar, typeof i5.MatTabLabelWrapper, typeof i6.MatTabNav, typeof i6.MatTabNavPanel, typeof i6.MatTabLink, typeof i7.MatTabBody, typeof i7.MatTabBodyPortal, typeof i8.MatTabHeader, typeof i9.MatTabContent], [typeof i10.CommonModule, typeof i11.MatCommonModule, typeof i12.PortalModule, typeof i11.MatRippleModule, typeof i13.ObserversModule, typeof i14.A11yModule], [typeof i11.MatCommonModule, typeof i1.MatTabGroup, typeof i2.MatTabLabel, typeof i3.MatTab, typeof i6.MatTabNav, typeof i6.MatTabNavPanel, typeof i6.MatTabLink, typeof i9.MatTabContent]>;
|
|
956
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatTabsModule>;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
* The directions that scrolling can go in when the header's tabs exceed the header width. 'After'
|
|
961
|
+
* will scroll the header towards the end of the tabs list and 'before' will scroll towards the
|
|
962
|
+
* beginning of the list.
|
|
7
963
|
*/
|
|
8
|
-
export
|
|
964
|
+
export declare type ScrollDirection = 'after' | 'before';
|
|
965
|
+
|
|
966
|
+
export { }
|