@angular/material 21.0.0-next.0 → 21.0.0-next.10
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/_index.scss +1 -1
- package/core/focus-indicators/_private.scss +16 -0
- package/core/tokens/_classes.scss +150 -167
- package/core/tokens/m2/_md-sys-color-internal.scss +11 -0
- package/core/tokens/m2/_md-sys-color.scss +28 -19
- package/core/tokens/m3/_md-sys-color-internal.scss +11 -0
- package/core/tokens/m3/_md-sys-color.scss +5 -31
- package/core/tokens/m3/_md-sys-typescale-internal.scss +5 -0
- package/core/tokens/m3/_md-sys-typescale.scss +2 -16
- package/fesm2022/{animation.mjs → _animation-chunk.mjs} +2 -23
- package/fesm2022/_animation-chunk.mjs.map +1 -0
- package/fesm2022/{date-formats.mjs → _date-formats-chunk.mjs} +3 -11
- package/fesm2022/_date-formats-chunk.mjs.map +1 -0
- package/fesm2022/{date-range-input-harness.mjs → _date-range-input-harness-chunk.mjs} +1 -1
- package/fesm2022/_date-range-input-harness-chunk.mjs.map +1 -0
- package/fesm2022/{error-options.mjs → _error-options-chunk.mjs} +7 -7
- package/fesm2022/_error-options-chunk.mjs.map +1 -0
- package/fesm2022/{error-state.mjs → _error-state-chunk.mjs} +1 -1
- package/fesm2022/_error-state-chunk.mjs.map +1 -0
- package/fesm2022/_form-field-chunk.mjs +1114 -0
- package/fesm2022/_form-field-chunk.mjs.map +1 -0
- package/fesm2022/{icon-button.mjs → _icon-button-chunk.mjs} +10 -10
- package/fesm2022/_icon-button-chunk.mjs.map +1 -0
- package/fesm2022/{icon-registry.mjs → _icon-registry-chunk.mjs} +6 -33
- package/fesm2022/_icon-registry-chunk.mjs.map +1 -0
- package/fesm2022/{input-harness.mjs → _input-harness-chunk.mjs} +1 -1
- package/fesm2022/_input-harness-chunk.mjs.map +1 -0
- package/fesm2022/{input-value-accessor.mjs → _input-value-accessor-chunk.mjs} +1 -1
- package/fesm2022/_input-value-accessor-chunk.mjs.map +1 -0
- package/fesm2022/{internal-form-field.mjs → _internal-form-field-chunk.mjs} +4 -4
- package/fesm2022/_internal-form-field-chunk.mjs.map +1 -0
- package/fesm2022/{line.mjs → _line-chunk.mjs} +11 -11
- package/fesm2022/_line-chunk.mjs.map +1 -0
- package/fesm2022/{option.mjs → _option-chunk.mjs} +11 -11
- package/fesm2022/_option-chunk.mjs.map +1 -0
- package/fesm2022/{option-harness.mjs → _option-harness-chunk.mjs} +1 -1
- package/fesm2022/_option-harness-chunk.mjs.map +1 -0
- package/fesm2022/_option-module-chunk.mjs +22 -0
- package/fesm2022/_option-module-chunk.mjs.map +1 -0
- package/fesm2022/{pseudo-checkbox.mjs → _pseudo-checkbox-chunk.mjs} +5 -5
- package/fesm2022/_pseudo-checkbox-chunk.mjs.map +1 -0
- package/fesm2022/_pseudo-checkbox-module-chunk.mjs +20 -0
- package/fesm2022/_pseudo-checkbox-module-chunk.mjs.map +1 -0
- package/fesm2022/{public-api.mjs → _public-api-chunk.mjs} +1 -1
- package/fesm2022/_public-api-chunk.mjs.map +1 -0
- package/fesm2022/{ripple.mjs → _ripple-chunk.mjs} +10 -10
- package/fesm2022/_ripple-chunk.mjs.map +1 -0
- package/fesm2022/{ripple-loader.mjs → _ripple-loader-chunk.mjs} +6 -6
- package/fesm2022/_ripple-loader-chunk.mjs.map +1 -0
- package/fesm2022/_ripple-module-chunk.mjs +20 -0
- package/fesm2022/_ripple-module-chunk.mjs.map +1 -0
- package/fesm2022/{structural-styles.mjs → _structural-styles-chunk.mjs} +4 -4
- package/fesm2022/_structural-styles-chunk.mjs.map +1 -0
- package/fesm2022/{tooltip-module.mjs → _tooltip-chunk.mjs} +18 -61
- package/fesm2022/_tooltip-chunk.mjs.map +1 -0
- package/fesm2022/{autocomplete/testing.mjs → autocomplete-testing.mjs} +3 -3
- package/fesm2022/autocomplete-testing.mjs.map +1 -0
- package/fesm2022/autocomplete.mjs +32 -64
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/{badge/testing.mjs → badge-testing.mjs} +1 -1
- package/fesm2022/badge-testing.mjs.map +1 -0
- package/fesm2022/badge.mjs +14 -15
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/{bottom-sheet/testing.mjs → bottom-sheet-testing.mjs} +1 -1
- package/fesm2022/bottom-sheet-testing.mjs.map +1 -0
- package/fesm2022/bottom-sheet.mjs +20 -98
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/{button/testing.mjs → button-testing.mjs} +6 -2
- package/fesm2022/button-testing.mjs.map +1 -0
- package/fesm2022/{button-toggle/testing.mjs → button-toggle-testing.mjs} +1 -1
- package/fesm2022/button-toggle-testing.mjs.map +1 -0
- package/fesm2022/button-toggle.mjs +24 -33
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +32 -54
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/{card/testing.mjs → card-testing.mjs} +1 -1
- package/fesm2022/card-testing.mjs.map +1 -0
- package/fesm2022/card.mjs +50 -52
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/{checkbox/testing.mjs → checkbox-testing.mjs} +1 -1
- package/fesm2022/checkbox-testing.mjs.map +1 -0
- package/fesm2022/checkbox.mjs +26 -36
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/{chips/testing.mjs → chips-testing.mjs} +1 -7
- package/fesm2022/chips-testing.mjs.map +1 -0
- package/fesm2022/chips.mjs +158 -126
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/{core/testing.mjs → core-testing.mjs} +2 -2
- package/fesm2022/core-testing.mjs.map +1 -0
- package/fesm2022/core.mjs +28 -35
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/{datepicker/testing.mjs → datepicker-testing.mjs} +3 -3
- package/fesm2022/datepicker-testing.mjs.map +1 -0
- package/fesm2022/datepicker.mjs +193 -346
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/{dialog/testing.mjs → dialog-testing.mjs} +7 -8
- package/fesm2022/dialog-testing.mjs.map +1 -0
- package/fesm2022/dialog.mjs +882 -115
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/{divider/testing.mjs → divider-testing.mjs} +1 -1
- package/fesm2022/divider-testing.mjs.map +1 -0
- package/fesm2022/divider.mjs +10 -12
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/{expansion/testing.mjs → expansion-testing.mjs} +1 -1
- package/fesm2022/expansion-testing.mjs.map +1 -0
- package/fesm2022/expansion.mjs +33 -137
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/{form-field/testing/control.mjs → form-field-testing-control.mjs} +1 -1
- package/fesm2022/form-field-testing-control.mjs.map +1 -0
- package/fesm2022/{form-field/testing.mjs → form-field-testing.mjs} +5 -5
- package/fesm2022/form-field-testing.mjs.map +1 -0
- package/fesm2022/form-field.mjs +20 -51
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/{grid-list/testing.mjs → grid-list-testing.mjs} +2 -2
- package/fesm2022/grid-list-testing.mjs.map +1 -0
- package/fesm2022/grid-list.mjs +30 -35
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/{icon/testing.mjs → icon-testing.mjs} +9 -9
- package/fesm2022/icon-testing.mjs.map +1 -0
- package/fesm2022/icon.mjs +22 -30
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/{input/testing.mjs → input-testing.mjs} +3 -3
- package/fesm2022/input-testing.mjs.map +1 -0
- package/fesm2022/input.mjs +17 -18
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/{list/testing.mjs → list-testing.mjs} +2 -2
- package/fesm2022/list-testing.mjs.map +1 -0
- package/fesm2022/list.mjs +63 -64
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/material.mjs.map +1 -1
- package/fesm2022/{menu/testing.mjs → menu-testing.mjs} +1 -1
- package/fesm2022/menu-testing.mjs.map +1 -0
- package/fesm2022/menu.mjs +45 -193
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/{paginator/testing.mjs → paginator-testing.mjs} +2 -2
- package/fesm2022/paginator-testing.mjs.map +1 -0
- package/fesm2022/paginator.mjs +31 -51
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/{progress-bar/testing.mjs → progress-bar-testing.mjs} +1 -1
- package/fesm2022/progress-bar-testing.mjs.map +1 -0
- package/fesm2022/progress-bar.mjs +24 -29
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/{progress-spinner/testing.mjs → progress-spinner-testing.mjs} +1 -1
- package/fesm2022/progress-spinner-testing.mjs.map +1 -0
- package/fesm2022/progress-spinner.mjs +12 -22
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/{radio/testing.mjs → radio-testing.mjs} +1 -1
- package/fesm2022/radio-testing.mjs.map +1 -0
- package/fesm2022/radio.mjs +23 -32
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/{select/testing.mjs → select-testing.mjs} +1 -1
- package/fesm2022/select-testing.mjs.map +1 -0
- package/fesm2022/select.mjs +1299 -96
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/{sidenav/testing.mjs → sidenav-testing.mjs} +1 -1
- package/fesm2022/sidenav-testing.mjs.map +1 -0
- package/fesm2022/sidenav.mjs +30 -120
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/{slide-toggle/testing.mjs → slide-toggle-testing.mjs} +1 -1
- package/fesm2022/slide-toggle-testing.mjs.map +1 -0
- package/fesm2022/slide-toggle.mjs +14 -15
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/{slider/testing.mjs → slider-testing.mjs} +1 -1
- package/fesm2022/slider-testing.mjs.map +1 -0
- package/fesm2022/slider.mjs +24 -38
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/{snack-bar/testing.mjs → snack-bar-testing.mjs} +1 -1
- package/fesm2022/snack-bar-testing.mjs.map +1 -0
- package/fesm2022/snack-bar.mjs +34 -128
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/{sort/testing.mjs → sort-testing.mjs} +1 -1
- package/fesm2022/sort-testing.mjs.map +1 -0
- package/fesm2022/sort.mjs +26 -351
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/{stepper/testing.mjs → stepper-testing.mjs} +3 -2
- package/fesm2022/stepper-testing.mjs.map +1 -0
- package/fesm2022/stepper.mjs +46 -219
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/{table/testing.mjs → table-testing.mjs} +36 -4
- package/fesm2022/table-testing.mjs.map +1 -0
- package/fesm2022/table.mjs +66 -63
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/{tabs/testing.mjs → tabs-testing.mjs} +1 -1
- package/fesm2022/tabs-testing.mjs.map +1 -0
- package/fesm2022/tabs.mjs +68 -222
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/{timepicker/testing.mjs → timepicker-testing.mjs} +2 -2
- package/fesm2022/timepicker-testing.mjs.map +1 -0
- package/fesm2022/timepicker.mjs +40 -34
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/{toolbar/testing.mjs → toolbar-testing.mjs} +1 -1
- package/fesm2022/toolbar-testing.mjs.map +1 -0
- package/fesm2022/toolbar.mjs +13 -15
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/{tooltip/testing.mjs → tooltip-testing.mjs} +1 -1
- package/fesm2022/tooltip-testing.mjs.map +1 -0
- package/fesm2022/tooltip.mjs +22 -54
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/{tree/testing.mjs → tree-testing.mjs} +1 -1
- package/fesm2022/tree-testing.mjs.map +1 -0
- package/fesm2022/tree.mjs +29 -31
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +115 -114
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-update/index_bundled.js +7 -3
- package/schematics/ng-update/index_bundled.js.map +1 -1
- package/slider/_m2-slider.scss +1 -0
- package/slider/_m3-slider.scss +5 -2
- package/{badge.d.d.ts → types/_badge-chunk.d.ts} +1 -1
- package/{button-toggle.d.d.ts → types/_button-toggle-chunk.d.ts} +1 -7
- package/{date-adapter.d.d.ts → types/_date-adapter-chunk.d.ts} +1 -7
- package/{form-field.d.d.ts → types/_form-field-chunk.d.ts} +2 -2
- package/{form-field-module.d.d.ts → types/_form-field-module-chunk.d.ts} +4 -4
- package/{icon-module.d.d.ts → types/_icon-module-chunk.d.ts} +4 -10
- package/{icon-registry.d.d.ts → types/_icon-registry-chunk.d.ts} +2 -18
- package/{line.d.d.ts → types/_line-chunk.d.ts} +2 -2
- package/types/_option-module-chunk.d.ts +13 -0
- package/{paginator.d.d.ts → types/_paginator-chunk.d.ts} +4 -20
- package/{progress-spinner.d.d.ts → types/_progress-spinner-chunk.d.ts} +4 -10
- package/{pseudo-checkbox-module.d.d.ts → types/_pseudo-checkbox-module-chunk.d.ts} +2 -2
- package/{ripple.d.d.ts → types/_ripple-chunk.d.ts} +3 -3
- package/{ripple-module.d.d.ts → types/_ripple-module-chunk.d.ts} +3 -3
- package/{sort.d.d.ts → types/_sort-chunk.d.ts} +1 -1
- package/{autocomplete/testing/index.d.ts → types/autocomplete-testing.d.ts} +2 -2
- package/{autocomplete/index.d.ts → types/autocomplete.d.ts} +10 -33
- package/{badge/testing/index.d.ts → types/badge-testing.d.ts} +2 -2
- package/types/badge.d.ts +14 -0
- package/{bottom-sheet/index.d.ts → types/bottom-sheet.d.ts} +10 -14
- package/{button/testing/index.d.ts → types/button-testing.d.ts} +2 -0
- package/{button-toggle/testing/index.d.ts → types/button-toggle-testing.d.ts} +1 -1
- package/types/button-toggle.d.ts +16 -0
- package/{button/index.d.ts → types/button.d.ts} +7 -14
- package/{card/index.d.ts → types/card.d.ts} +2 -3
- package/{checkbox/index.d.ts → types/checkbox.d.ts} +4 -11
- package/{chips/index.d.ts → types/chips.d.ts} +74 -68
- package/{core/testing/index.d.ts → types/core-testing.d.ts} +1 -1
- package/{core/index.d.ts → types/core.d.ts} +14 -41
- package/{datepicker/testing/index.d.ts → types/datepicker-testing.d.ts} +2 -2
- package/{datepicker/index.d.ts → types/datepicker.d.ts} +48 -101
- package/{dialog/testing/index.d.ts → types/dialog-testing.d.ts} +1 -1
- package/{dialog/index.d.ts → types/dialog.d.ts} +9 -32
- package/{divider/index.d.ts → types/divider.d.ts} +2 -3
- package/{expansion/index.d.ts → types/expansion.d.ts} +5 -41
- package/{form-field/testing/control/index.d.ts → types/form-field-testing-control.d.ts} +1 -1
- package/{form-field/testing/index.d.ts → types/form-field-testing.d.ts} +4 -4
- package/{form-field/index.d.ts → types/form-field.d.ts} +6 -17
- package/{grid-list/index.d.ts → types/grid-list.d.ts} +3 -4
- package/{icon/testing/index.d.ts → types/icon-testing.d.ts} +1 -1
- package/types/icon.d.ts +8 -0
- package/{input/testing/index.d.ts → types/input-testing.d.ts} +2 -2
- package/{input/index.d.ts → types/input.d.ts} +10 -11
- package/{list/testing/index.d.ts → types/list-testing.d.ts} +2 -2
- package/{list/index.d.ts → types/list.d.ts} +10 -11
- package/{menu/index.d.ts → types/menu.d.ts} +7 -48
- package/{paginator/testing/index.d.ts → types/paginator-testing.d.ts} +1 -1
- package/types/paginator.d.ts +35 -0
- package/{progress-bar/index.d.ts → types/progress-bar.d.ts} +4 -11
- package/{progress-spinner/testing/index.d.ts → types/progress-spinner-testing.d.ts} +2 -2
- package/{progress-spinner/index.d.ts → types/progress-spinner.d.ts} +5 -6
- package/{radio/index.d.ts → types/radio.d.ts} +6 -13
- package/{select-module.d.d.ts → types/select.d.ts} +19 -26
- package/{sidenav/index.d.ts → types/sidenav.d.ts} +4 -21
- package/{slide-toggle/index.d.ts → types/slide-toggle.d.ts} +3 -4
- package/{slider/index.d.ts → types/slider.d.ts} +5 -5
- package/{snack-bar/index.d.ts → types/snack-bar.d.ts} +9 -25
- package/{sort/testing/index.d.ts → types/sort-testing.d.ts} +1 -1
- package/{sort/index.d.ts → types/sort.d.ts} +8 -40
- package/{stepper/index.d.ts → types/stepper.d.ts} +11 -39
- package/{table/testing/index.d.ts → types/table-testing.d.ts} +27 -1
- package/{table/index.d.ts → types/table.d.ts} +11 -11
- package/{tabs/index.d.ts → types/tabs.d.ts} +6 -22
- package/{timepicker/testing/index.d.ts → types/timepicker-testing.d.ts} +1 -1
- package/{timepicker/index.d.ts → types/timepicker.d.ts} +151 -130
- package/{toolbar/index.d.ts → types/toolbar.d.ts} +2 -3
- package/{tooltip-module.d.d.ts → types/tooltip.d.ts} +7 -29
- package/{tree/index.d.ts → types/tree.d.ts} +2 -3
- package/badge/index.d.ts +0 -15
- package/button-toggle/index.d.ts +0 -17
- package/common-module.d.d.ts +0 -44
- package/fesm2022/animation.mjs.map +0 -1
- package/fesm2022/autocomplete/testing.mjs.map +0 -1
- package/fesm2022/badge/testing.mjs.map +0 -1
- package/fesm2022/bottom-sheet/testing.mjs.map +0 -1
- package/fesm2022/button/testing.mjs.map +0 -1
- package/fesm2022/button-toggle/testing.mjs.map +0 -1
- package/fesm2022/card/testing.mjs.map +0 -1
- package/fesm2022/checkbox/testing.mjs.map +0 -1
- package/fesm2022/chips/testing.mjs.map +0 -1
- package/fesm2022/common-module.mjs +0 -42
- package/fesm2022/common-module.mjs.map +0 -1
- package/fesm2022/core/testing.mjs.map +0 -1
- package/fesm2022/date-formats.mjs.map +0 -1
- package/fesm2022/date-range-input-harness.mjs.map +0 -1
- package/fesm2022/datepicker/testing.mjs.map +0 -1
- package/fesm2022/dialog/testing.mjs.map +0 -1
- package/fesm2022/dialog-module.mjs +0 -891
- package/fesm2022/dialog-module.mjs.map +0 -1
- package/fesm2022/divider/testing.mjs.map +0 -1
- package/fesm2022/error-options.mjs.map +0 -1
- package/fesm2022/error-state.mjs.map +0 -1
- package/fesm2022/expansion/testing.mjs.map +0 -1
- package/fesm2022/form-field/testing/control.mjs.map +0 -1
- package/fesm2022/form-field/testing.mjs.map +0 -1
- package/fesm2022/form-field-module.mjs +0 -39
- package/fesm2022/form-field-module.mjs.map +0 -1
- package/fesm2022/form-field2.mjs +0 -1114
- package/fesm2022/form-field2.mjs.map +0 -1
- package/fesm2022/grid-list/testing.mjs.map +0 -1
- package/fesm2022/icon/testing.mjs.map +0 -1
- package/fesm2022/icon-button.mjs.map +0 -1
- package/fesm2022/icon-registry.mjs.map +0 -1
- package/fesm2022/input/testing.mjs.map +0 -1
- package/fesm2022/input-harness.mjs.map +0 -1
- package/fesm2022/input-value-accessor.mjs.map +0 -1
- package/fesm2022/internal-form-field.mjs.map +0 -1
- package/fesm2022/line.mjs.map +0 -1
- package/fesm2022/list/testing.mjs.map +0 -1
- package/fesm2022/menu/testing.mjs.map +0 -1
- package/fesm2022/option-harness.mjs.map +0 -1
- package/fesm2022/option-module.mjs +0 -22
- package/fesm2022/option-module.mjs.map +0 -1
- package/fesm2022/option.mjs.map +0 -1
- package/fesm2022/paginator/testing.mjs.map +0 -1
- package/fesm2022/progress-bar/testing.mjs.map +0 -1
- package/fesm2022/progress-spinner/testing.mjs.map +0 -1
- package/fesm2022/pseudo-checkbox-module.mjs +0 -20
- package/fesm2022/pseudo-checkbox-module.mjs.map +0 -1
- package/fesm2022/pseudo-checkbox.mjs.map +0 -1
- package/fesm2022/public-api.mjs.map +0 -1
- package/fesm2022/radio/testing.mjs.map +0 -1
- package/fesm2022/ripple-loader.mjs.map +0 -1
- package/fesm2022/ripple-module.mjs +0 -20
- package/fesm2022/ripple-module.mjs.map +0 -1
- package/fesm2022/ripple.mjs.map +0 -1
- package/fesm2022/select/testing.mjs.map +0 -1
- package/fesm2022/select-module.mjs +0 -1318
- package/fesm2022/select-module.mjs.map +0 -1
- package/fesm2022/sidenav/testing.mjs.map +0 -1
- package/fesm2022/slide-toggle/testing.mjs.map +0 -1
- package/fesm2022/slider/testing.mjs.map +0 -1
- package/fesm2022/snack-bar/testing.mjs.map +0 -1
- package/fesm2022/sort/testing.mjs.map +0 -1
- package/fesm2022/stepper/testing.mjs.map +0 -1
- package/fesm2022/structural-styles.mjs.map +0 -1
- package/fesm2022/table/testing.mjs.map +0 -1
- package/fesm2022/tabs/testing.mjs.map +0 -1
- package/fesm2022/timepicker/testing.mjs.map +0 -1
- package/fesm2022/toolbar/testing.mjs.map +0 -1
- package/fesm2022/tooltip/testing.mjs.map +0 -1
- package/fesm2022/tooltip-module.mjs.map +0 -1
- package/fesm2022/tree/testing.mjs.map +0 -1
- package/icon/index.d.ts +0 -9
- package/option-module.d.d.ts +0 -13
- package/paginator/index.d.ts +0 -36
- package/select/index.d.ts +0 -38
- package/tooltip/index.d.ts +0 -21
- /package/{date-range-input-harness.d.d.ts → types/_date-range-input-harness-chunk.d.ts} +0 -0
- /package/{dialog.d.d.ts → types/_dialog-chunk.d.ts} +0 -0
- /package/{error-options.d.d.ts → types/_error-options-chunk.d.ts} +0 -0
- /package/{form-field-control.d.d.ts → types/_form-field-control-chunk.d.ts} +0 -0
- /package/{form-field-control-harness.d.d.ts → types/_form-field-control-harness-chunk.d.ts} +0 -0
- /package/{input-harness.d.d.ts → types/_input-harness-chunk.d.ts} +0 -0
- /package/{list-option-types.d.d.ts → types/_list-option-types-chunk.d.ts} +0 -0
- /package/{option.d.d.ts → types/_option-chunk.d.ts} +0 -0
- /package/{option-harness.d.d.ts → types/_option-harness-chunk.d.ts} +0 -0
- /package/{option-parent.d.d.ts → types/_option-parent-chunk.d.ts} +0 -0
- /package/{palette.d.d.ts → types/_palette-chunk.d.ts} +0 -0
- /package/{ripple-loader.d.d.ts → types/_ripple-loader-chunk.d.ts} +0 -0
- /package/{sort-direction.d.d.ts → types/_sort-direction-chunk.d.ts} +0 -0
- /package/{bottom-sheet/testing/index.d.ts → types/bottom-sheet-testing.d.ts} +0 -0
- /package/{card/testing/index.d.ts → types/card-testing.d.ts} +0 -0
- /package/{checkbox/testing/index.d.ts → types/checkbox-testing.d.ts} +0 -0
- /package/{chips/testing/index.d.ts → types/chips-testing.d.ts} +0 -0
- /package/{divider/testing/index.d.ts → types/divider-testing.d.ts} +0 -0
- /package/{expansion/testing/index.d.ts → types/expansion-testing.d.ts} +0 -0
- /package/{grid-list/testing/index.d.ts → types/grid-list-testing.d.ts} +0 -0
- /package/{index.d.ts → types/material.d.ts} +0 -0
- /package/{menu/testing/index.d.ts → types/menu-testing.d.ts} +0 -0
- /package/{progress-bar/testing/index.d.ts → types/progress-bar-testing.d.ts} +0 -0
- /package/{radio/testing/index.d.ts → types/radio-testing.d.ts} +0 -0
- /package/{select/testing/index.d.ts → types/select-testing.d.ts} +0 -0
- /package/{sidenav/testing/index.d.ts → types/sidenav-testing.d.ts} +0 -0
- /package/{slide-toggle/testing/index.d.ts → types/slide-toggle-testing.d.ts} +0 -0
- /package/{slider/testing/index.d.ts → types/slider-testing.d.ts} +0 -0
- /package/{snack-bar/testing/index.d.ts → types/snack-bar-testing.d.ts} +0 -0
- /package/{stepper/testing/index.d.ts → types/stepper-testing.d.ts} +0 -0
- /package/{tabs/testing/index.d.ts → types/tabs-testing.d.ts} +0 -0
- /package/{toolbar/testing/index.d.ts → types/toolbar-testing.d.ts} +0 -0
- /package/{tooltip/testing/index.d.ts → types/tooltip-testing.d.ts} +0 -0
- /package/{tree/testing/index.d.ts → types/tree-testing.d.ts} +0 -0
|
@@ -2,28 +2,31 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { InjectionToken, AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ChangeDetectorRef, ElementRef, QueryList, EventEmitter, SimpleChanges } from '@angular/core';
|
|
3
3
|
import * as i2 from '@angular/cdk/overlay';
|
|
4
4
|
import { ScrollStrategy, ConnectedPosition, CdkOverlayOrigin, CdkConnectedOverlay } from '@angular/cdk/overlay';
|
|
5
|
-
import { MatOptionModule } from './
|
|
6
|
-
import { MatCommonModule } from './common-module.d.js';
|
|
5
|
+
import { MatOptionModule } from './_option-module-chunk.js';
|
|
7
6
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
|
8
7
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
9
|
-
import * as
|
|
8
|
+
import * as i1 from '@angular/cdk/scrolling';
|
|
10
9
|
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
11
10
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
12
11
|
import { Subject, Observable } from 'rxjs';
|
|
13
|
-
import { ErrorStateMatcher } from './
|
|
14
|
-
import { MatOption, MatOptgroup, MatOptionSelectionChange } from './
|
|
15
|
-
import { MatFormField } from './
|
|
16
|
-
|
|
17
|
-
import {
|
|
12
|
+
import { ErrorStateMatcher } from './_error-options-chunk.js';
|
|
13
|
+
import { MatOption, MatOptgroup, MatOptionSelectionChange } from './_option-chunk.js';
|
|
14
|
+
import { MatFormField } from './_form-field-chunk.js';
|
|
15
|
+
export { MatError, MatHint, MatPrefix, MatSuffix } from './_form-field-chunk.js';
|
|
16
|
+
import { MatFormFieldControl } from './_form-field-control-chunk.js';
|
|
17
|
+
import * as i2$1 from '@angular/cdk/bidi';
|
|
18
|
+
import { MatFormFieldModule } from './_form-field-module-chunk.js';
|
|
19
|
+
export { MatLabel } from './_form-field-module-chunk.js';
|
|
20
|
+
import './_ripple-module-chunk.js';
|
|
21
|
+
import './_ripple-chunk.js';
|
|
22
|
+
import '@angular/cdk/platform';
|
|
23
|
+
import './_pseudo-checkbox-module-chunk.js';
|
|
24
|
+
import '@angular/cdk/coercion';
|
|
25
|
+
import './_palette-chunk.js';
|
|
26
|
+
import '@angular/cdk/observers';
|
|
18
27
|
|
|
19
28
|
/** Injection token that determines the scroll handling while a select is open. */
|
|
20
29
|
declare const MAT_SELECT_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
|
|
21
|
-
/**
|
|
22
|
-
* @docs-private
|
|
23
|
-
* @deprecated No longer used, will be removed.
|
|
24
|
-
* @breaking-change 21.0.0
|
|
25
|
-
*/
|
|
26
|
-
declare function MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY(_overlay: unknown): () => ScrollStrategy;
|
|
27
30
|
/** Object that can be used to configure the default options for the select module. */
|
|
28
31
|
interface MatSelectConfig {
|
|
29
32
|
/** Whether option centering should be disabled. */
|
|
@@ -47,16 +50,6 @@ interface MatSelectConfig {
|
|
|
47
50
|
}
|
|
48
51
|
/** Injection token that can be used to provide the default options the select module. */
|
|
49
52
|
declare const MAT_SELECT_CONFIG: InjectionToken<MatSelectConfig>;
|
|
50
|
-
/**
|
|
51
|
-
* @docs-private
|
|
52
|
-
* @deprecated No longer used, will be removed.
|
|
53
|
-
* @breaking-change 21.0.0
|
|
54
|
-
*/
|
|
55
|
-
declare const MAT_SELECT_SCROLL_STRATEGY_PROVIDER: {
|
|
56
|
-
provide: InjectionToken<() => ScrollStrategy>;
|
|
57
|
-
deps: any[];
|
|
58
|
-
useFactory: typeof MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY;
|
|
59
|
-
};
|
|
60
53
|
/**
|
|
61
54
|
* Injection token that can be used to reference instances of `MatSelectTrigger`. It serves as
|
|
62
55
|
* alternative token to the actual `MatSelectTrigger` class which could cause unnecessary
|
|
@@ -448,9 +441,9 @@ declare class MatSelectTrigger {
|
|
|
448
441
|
|
|
449
442
|
declare class MatSelectModule {
|
|
450
443
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectModule, never>;
|
|
451
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof
|
|
444
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatSelect, typeof MatSelectTrigger], [typeof i2$1.BidiModule, typeof i1.CdkScrollableModule, typeof MatFormFieldModule, typeof MatSelect, typeof MatSelectTrigger, typeof MatOptionModule]>;
|
|
452
445
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectModule>;
|
|
453
446
|
}
|
|
454
447
|
|
|
455
|
-
export { MAT_SELECT_CONFIG, MAT_SELECT_SCROLL_STRATEGY,
|
|
448
|
+
export { MAT_SELECT_CONFIG, MAT_SELECT_SCROLL_STRATEGY, MAT_SELECT_TRIGGER, MatFormField, MatOptgroup, MatOption, MatSelect, MatSelectChange, MatSelectModule, MatSelectTrigger };
|
|
456
449
|
export type { MatSelectConfig };
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, AfterContentInit, AfterViewInit, OnDestroy, EventEmitter, ElementRef, DoCheck, QueryList } from '@angular/core';
|
|
3
|
-
import
|
|
4
|
-
import * as i5 from '@angular/cdk/scrolling';
|
|
3
|
+
import * as i1 from '@angular/cdk/scrolling';
|
|
5
4
|
import { CdkScrollable } from '@angular/cdk/scrolling';
|
|
6
5
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
7
6
|
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
8
7
|
import { Subject, Observable } from 'rxjs';
|
|
9
|
-
import '@angular/cdk/bidi';
|
|
8
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
10
9
|
|
|
11
10
|
/**
|
|
12
11
|
* Throws an exception when two MatDrawer are matching the same position.
|
|
@@ -21,12 +20,6 @@ type MatDrawerToggleResult = 'open' | 'close';
|
|
|
21
20
|
type MatDrawerMode = 'over' | 'push' | 'side';
|
|
22
21
|
/** Configures whether drawers should use auto sizing by default. */
|
|
23
22
|
declare const MAT_DRAWER_DEFAULT_AUTOSIZE: InjectionToken<boolean>;
|
|
24
|
-
/**
|
|
25
|
-
* @docs-private
|
|
26
|
-
* @deprecated No longer used, will be removed.
|
|
27
|
-
* @breaking-change 21.0.0
|
|
28
|
-
*/
|
|
29
|
-
declare function MAT_DRAWER_DEFAULT_AUTOSIZE_FACTORY(): boolean;
|
|
30
23
|
declare class MatDrawerContent extends CdkScrollable implements AfterContentInit {
|
|
31
24
|
private _platform;
|
|
32
25
|
private _changeDetectorRef;
|
|
@@ -334,19 +327,9 @@ declare class MatSidenavContainer extends MatDrawerContainer {
|
|
|
334
327
|
|
|
335
328
|
declare class MatSidenavModule {
|
|
336
329
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSidenavModule, never>;
|
|
337
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSidenavModule, never, [typeof
|
|
330
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSidenavModule, never, [typeof i1.CdkScrollableModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent], [typeof i2.BidiModule, typeof i1.CdkScrollableModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent]>;
|
|
338
331
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatSidenavModule>;
|
|
339
332
|
}
|
|
340
333
|
|
|
341
|
-
|
|
342
|
-
* Animations used by the Material drawers.
|
|
343
|
-
* @docs-private
|
|
344
|
-
* @deprecated No longer used, will be removed.
|
|
345
|
-
* @breaking-change 21.0.0
|
|
346
|
-
*/
|
|
347
|
-
declare const matDrawerAnimations: {
|
|
348
|
-
readonly transformDrawer: any;
|
|
349
|
-
};
|
|
350
|
-
|
|
351
|
-
export { MAT_DRAWER_DEFAULT_AUTOSIZE, MAT_DRAWER_DEFAULT_AUTOSIZE_FACTORY, MatDrawer, MatDrawerContainer, MatDrawerContent, MatSidenav, MatSidenavContainer, MatSidenavContent, MatSidenavModule, matDrawerAnimations, throwMatDuplicatedDrawerError };
|
|
334
|
+
export { MAT_DRAWER_DEFAULT_AUTOSIZE, MatDrawer, MatDrawerContainer, MatDrawerContent, MatSidenav, MatSidenavContainer, MatSidenavContent, MatSidenavModule, throwMatDuplicatedDrawerError };
|
|
352
335
|
export type { MatDrawerMode, MatDrawerToggleResult };
|
|
@@ -2,9 +2,8 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { InjectionToken, OnDestroy, AfterContentInit, OnChanges, ChangeDetectorRef, ElementRef, EventEmitter, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
4
4
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
5
|
-
import { ThemePalette } from '
|
|
6
|
-
import
|
|
7
|
-
import '@angular/cdk/bidi';
|
|
5
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
6
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
8
7
|
|
|
9
8
|
/** Default `mat-slide-toggle` options that can be overridden. */
|
|
10
9
|
interface MatSlideToggleDefaultOptions {
|
|
@@ -144,7 +143,7 @@ declare class MatSlideToggle implements OnDestroy, AfterContentInit, OnChanges,
|
|
|
144
143
|
|
|
145
144
|
declare class MatSlideToggleModule {
|
|
146
145
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleModule, never>;
|
|
147
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSlideToggleModule, never, [typeof MatSlideToggle
|
|
146
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSlideToggleModule, never, [typeof MatSlideToggle], [typeof MatSlideToggle, typeof i2.BidiModule]>;
|
|
148
147
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatSlideToggleModule>;
|
|
149
148
|
}
|
|
150
149
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
1
2
|
import { Directionality } from '@angular/cdk/bidi';
|
|
2
3
|
import * as i0 from '@angular/core';
|
|
3
4
|
import { ChangeDetectorRef, WritableSignal, AfterViewInit, OnDestroy, NgZone, ElementRef, QueryList, EventEmitter } from '@angular/core';
|
|
4
|
-
import { ThemePalette } from '
|
|
5
|
-
import { RippleGlobalOptions, MatRipple } from '
|
|
5
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
6
|
+
import { RippleGlobalOptions, MatRipple } from './_ripple-chunk.js';
|
|
6
7
|
import { ControlValueAccessor } from '@angular/forms';
|
|
7
8
|
import { Subject } from 'rxjs';
|
|
8
|
-
import {
|
|
9
|
-
import { MatRippleModule } from '../ripple-module.d.js';
|
|
9
|
+
import { MatRippleModule } from './_ripple-module-chunk.js';
|
|
10
10
|
import '@angular/cdk/platform';
|
|
11
11
|
|
|
12
12
|
/**
|
|
@@ -654,7 +654,7 @@ declare class MatSliderRangeThumb extends MatSliderThumb implements _MatSliderRa
|
|
|
654
654
|
|
|
655
655
|
declare class MatSliderModule {
|
|
656
656
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSliderModule, never>;
|
|
657
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSliderModule, never, [typeof
|
|
657
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSliderModule, never, [typeof MatRippleModule, typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb, typeof MatSliderVisualThumb], [typeof MatSlider, typeof MatSliderThumb, typeof MatSliderRangeThumb, typeof i2.BidiModule]>;
|
|
658
658
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatSliderModule>;
|
|
659
659
|
}
|
|
660
660
|
|
|
@@ -2,17 +2,17 @@ import * as i2 from '@angular/cdk/overlay';
|
|
|
2
2
|
import { OverlayRef, ComponentType } from '@angular/cdk/overlay';
|
|
3
3
|
import { Subject, Observable } from 'rxjs';
|
|
4
4
|
import { AriaLivePoliteness } from '@angular/cdk/a11y';
|
|
5
|
-
import * as
|
|
5
|
+
import * as i2$1 from '@angular/cdk/portal';
|
|
6
6
|
import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal, DomPortal } from '@angular/cdk/portal';
|
|
7
7
|
import * as i0 from '@angular/core';
|
|
8
8
|
import { InjectionToken, ViewContainerRef, OnDestroy, ElementRef, ComponentRef, EmbeddedViewRef, TemplateRef } from '@angular/core';
|
|
9
|
+
import * as i2$2 from '@angular/cdk/bidi';
|
|
9
10
|
import { Direction } from '@angular/cdk/bidi';
|
|
10
|
-
import { MatButtonModule } from '
|
|
11
|
-
import
|
|
12
|
-
import '
|
|
13
|
-
import '
|
|
14
|
-
import '
|
|
15
|
-
import '../ripple.d.js';
|
|
11
|
+
import { MatButtonModule } from './button.js';
|
|
12
|
+
import './_palette-chunk.js';
|
|
13
|
+
import './_ripple-loader-chunk.js';
|
|
14
|
+
import './_ripple-module-chunk.js';
|
|
15
|
+
import './_ripple-chunk.js';
|
|
16
16
|
import '@angular/cdk/platform';
|
|
17
17
|
|
|
18
18
|
/** Injection token that can be used to access the data that was passed in to a snack bar. */
|
|
@@ -237,12 +237,6 @@ declare class MatSnackBarAction {
|
|
|
237
237
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSnackBarAction, "[matSnackBarAction]", never, {}, {}, never, never, true, never>;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
/**
|
|
241
|
-
* @docs-private
|
|
242
|
-
* @deprecated No longer used, will be removed.
|
|
243
|
-
* @breaking-change 21.0.0
|
|
244
|
-
*/
|
|
245
|
-
declare function MAT_SNACK_BAR_DEFAULT_OPTIONS_FACTORY(): MatSnackBarConfig;
|
|
246
240
|
/** Injection token that can be used to specify default snack bar. */
|
|
247
241
|
declare const MAT_SNACK_BAR_DEFAULT_OPTIONS: InjectionToken<MatSnackBarConfig<any>>;
|
|
248
242
|
/**
|
|
@@ -326,19 +320,9 @@ declare class MatSnackBar implements OnDestroy {
|
|
|
326
320
|
|
|
327
321
|
declare class MatSnackBarModule {
|
|
328
322
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarModule, never>;
|
|
329
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSnackBarModule, never, [typeof i2.OverlayModule, typeof
|
|
323
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSnackBarModule, never, [typeof i2.OverlayModule, typeof i2$1.PortalModule, typeof MatButtonModule, typeof SimpleSnackBar, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction], [typeof i2$2.BidiModule, typeof MatSnackBarContainer, typeof MatSnackBarLabel, typeof MatSnackBarActions, typeof MatSnackBarAction]>;
|
|
330
324
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatSnackBarModule>;
|
|
331
325
|
}
|
|
332
326
|
|
|
333
|
-
|
|
334
|
-
* Animations used by the Material snack bar.
|
|
335
|
-
* @docs-private
|
|
336
|
-
* @deprecated No longer used, will be removed.
|
|
337
|
-
* @breaking-change 21.0.0
|
|
338
|
-
*/
|
|
339
|
-
declare const matSnackBarAnimations: {
|
|
340
|
-
readonly snackBarState: any;
|
|
341
|
-
};
|
|
342
|
-
|
|
343
|
-
export { MAT_SNACK_BAR_DATA, MAT_SNACK_BAR_DEFAULT_OPTIONS, MAT_SNACK_BAR_DEFAULT_OPTIONS_FACTORY, MatSnackBar, MatSnackBarAction, MatSnackBarActions, MatSnackBarConfig, MatSnackBarContainer, MatSnackBarLabel, MatSnackBarModule, MatSnackBarRef, SimpleSnackBar, matSnackBarAnimations };
|
|
327
|
+
export { MAT_SNACK_BAR_DATA, MAT_SNACK_BAR_DEFAULT_OPTIONS, MatSnackBar, MatSnackBarAction, MatSnackBarActions, MatSnackBarConfig, MatSnackBarContainer, MatSnackBarLabel, MatSnackBarModule, MatSnackBarRef, SimpleSnackBar };
|
|
344
328
|
export type { MatSnackBarDismiss, MatSnackBarHorizontalPosition, MatSnackBarVerticalPosition, TextOnlySnackBar };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import { SortDirection } from '
|
|
2
|
+
import { SortDirection } from './_sort-direction-chunk.js';
|
|
3
3
|
|
|
4
4
|
interface SortHarnessFilters extends BaseHarnessFilters {
|
|
5
5
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import { SortDirection } from '../sort-direction.d.js';
|
|
2
|
+
import { OnDestroy, OnInit, AfterViewInit } from '@angular/core';
|
|
3
|
+
import { MatSortable, MatSort, SortHeaderArrowPosition } from './_sort-chunk.js';
|
|
4
|
+
export { MAT_SORT_DEFAULT_OPTIONS, MatSortDefaultOptions, Sort } from './_sort-chunk.js';
|
|
5
|
+
import { SortDirection } from './_sort-direction-chunk.js';
|
|
7
6
|
import { Subject } from 'rxjs';
|
|
8
|
-
import '@angular/cdk/bidi';
|
|
7
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
9
8
|
|
|
10
9
|
/**
|
|
11
10
|
* To modify the labels and text displayed, create a new instance of MatSortHeaderIntl and
|
|
@@ -20,22 +19,6 @@ declare class MatSortHeaderIntl {
|
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSortHeaderIntl, never>;
|
|
21
20
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatSortHeaderIntl>;
|
|
22
21
|
}
|
|
23
|
-
/**
|
|
24
|
-
* @docs-private
|
|
25
|
-
* @deprecated No longer used, will be removed.
|
|
26
|
-
* @breaking-change 21.0.0
|
|
27
|
-
*/
|
|
28
|
-
declare function MAT_SORT_HEADER_INTL_PROVIDER_FACTORY(parentIntl: MatSortHeaderIntl): MatSortHeaderIntl;
|
|
29
|
-
/**
|
|
30
|
-
* @docs-private
|
|
31
|
-
* @deprecated No longer used, will be removed.
|
|
32
|
-
* @breaking-change 21.0.0
|
|
33
|
-
*/
|
|
34
|
-
declare const MAT_SORT_HEADER_INTL_PROVIDER: {
|
|
35
|
-
provide: typeof MatSortHeaderIntl;
|
|
36
|
-
deps: Optional[][];
|
|
37
|
-
useFactory: typeof MAT_SORT_HEADER_INTL_PROVIDER_FACTORY;
|
|
38
|
-
};
|
|
39
22
|
|
|
40
23
|
/**
|
|
41
24
|
* Valid positions for the arrow to be in for its opacity and translation. If the state is a
|
|
@@ -133,31 +116,16 @@ declare class MatSortHeader implements MatSortable, OnDestroy, OnInit, AfterView
|
|
|
133
116
|
_renderArrow(): boolean;
|
|
134
117
|
private _updateSortActionDescription;
|
|
135
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSortHeader, never>;
|
|
136
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatSortHeader, "[mat-sort-header]", ["matSortHeader"], { "id": { "alias": "mat-sort-header"; "required": false; }; "arrowPosition": { "alias": "arrowPosition"; "required": false; }; "start": { "alias": "start"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sortActionDescription": { "alias": "sortActionDescription"; "required": false; }; "disableClear": { "alias": "disableClear"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
119
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatSortHeader, "[mat-sort-header]", ["matSortHeader"], { "id": { "alias": "mat-sort-header"; "required": false; }; "arrowPosition": { "alias": "arrowPosition"; "required": false; }; "start": { "alias": "start"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sortActionDescription": { "alias": "sortActionDescription"; "required": false; }; "disableClear": { "alias": "disableClear"; "required": false; }; }, {}, never, ["*", "[matSortHeaderIcon]"], true, never>;
|
|
137
120
|
static ngAcceptInputType_disabled: unknown;
|
|
138
121
|
static ngAcceptInputType_disableClear: unknown;
|
|
139
122
|
}
|
|
140
123
|
|
|
141
124
|
declare class MatSortModule {
|
|
142
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSortModule, never>;
|
|
143
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSortModule, never, [typeof
|
|
126
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSortModule, never, [typeof MatSort, typeof MatSortHeader], [typeof MatSort, typeof MatSortHeader, typeof i2.BidiModule]>;
|
|
144
127
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatSortModule>;
|
|
145
128
|
}
|
|
146
129
|
|
|
147
|
-
|
|
148
|
-
* Animations used by MatSort.
|
|
149
|
-
* @docs-private
|
|
150
|
-
* @deprecated No longer being used, to be removed.
|
|
151
|
-
* @breaking-change 21.0.0
|
|
152
|
-
*/
|
|
153
|
-
declare const matSortAnimations: {
|
|
154
|
-
readonly indicator: any;
|
|
155
|
-
readonly leftPointer: any;
|
|
156
|
-
readonly rightPointer: any;
|
|
157
|
-
readonly arrowOpacity: any;
|
|
158
|
-
readonly arrowPosition: any;
|
|
159
|
-
readonly allowChildren: any;
|
|
160
|
-
};
|
|
161
|
-
|
|
162
|
-
export { MAT_SORT_HEADER_INTL_PROVIDER, MAT_SORT_HEADER_INTL_PROVIDER_FACTORY, MatSort, MatSortHeader, MatSortHeaderIntl, MatSortModule, MatSortable, SortDirection, SortHeaderArrowPosition, matSortAnimations };
|
|
130
|
+
export { MatSort, MatSortHeader, MatSortHeaderIntl, MatSortModule, MatSortable, SortDirection, SortHeaderArrowPosition };
|
|
163
131
|
export type { ArrowViewState, ArrowViewStateTransition };
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as i2$1 from '@angular/cdk/stepper';
|
|
2
2
|
import { CdkStepLabel, StepState, CdkStepHeader, CdkStep, CdkStepper, CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper';
|
|
3
3
|
export { StepState, StepperOrientation } from '@angular/cdk/stepper';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import * as i3 from '@angular/cdk/portal';
|
|
5
|
+
import { TemplateRef, AfterViewInit, OnDestroy, AfterContentInit, QueryList, ElementRef, EventEmitter } from '@angular/core';
|
|
6
|
+
import * as i2 from '@angular/cdk/portal';
|
|
8
7
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
9
|
-
import { MatIconModule } from '
|
|
10
|
-
import { MatRippleModule } from '
|
|
8
|
+
import { MatIconModule } from './_icon-module-chunk.js';
|
|
9
|
+
import { MatRippleModule } from './_ripple-module-chunk.js';
|
|
11
10
|
import { AbstractControl, FormGroupDirective, NgForm } from '@angular/forms';
|
|
12
|
-
import { ThemePalette } from '
|
|
13
|
-
import { ErrorStateMatcher } from '
|
|
11
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
12
|
+
import { ErrorStateMatcher } from './_error-options-chunk.js';
|
|
14
13
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
15
14
|
import { Subject } from 'rxjs';
|
|
16
|
-
import '@angular/cdk/bidi';
|
|
17
|
-
import '
|
|
15
|
+
import * as i2$2 from '@angular/cdk/bidi';
|
|
16
|
+
import './_ripple-chunk.js';
|
|
18
17
|
import '@angular/cdk/platform';
|
|
19
18
|
|
|
20
19
|
declare class MatStepLabel extends CdkStepLabel {
|
|
@@ -38,22 +37,6 @@ declare class MatStepperIntl {
|
|
|
38
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperIntl, never>;
|
|
39
38
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatStepperIntl>;
|
|
40
39
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @docs-private
|
|
43
|
-
* @deprecated No longer used, will be removed.
|
|
44
|
-
* @breaking-change 21.0.0
|
|
45
|
-
*/
|
|
46
|
-
declare function MAT_STEPPER_INTL_PROVIDER_FACTORY(parentIntl: MatStepperIntl): MatStepperIntl;
|
|
47
|
-
/**
|
|
48
|
-
* @docs-private
|
|
49
|
-
* @deprecated No longer used, will be removed.
|
|
50
|
-
* @breaking-change 21.0.0
|
|
51
|
-
*/
|
|
52
|
-
declare const MAT_STEPPER_INTL_PROVIDER: {
|
|
53
|
-
provide: typeof MatStepperIntl;
|
|
54
|
-
deps: Optional[][];
|
|
55
|
-
useFactory: typeof MAT_STEPPER_INTL_PROVIDER_FACTORY;
|
|
56
|
-
};
|
|
57
40
|
|
|
58
41
|
/** Template context available to an attached `matStepperIcon`. */
|
|
59
42
|
interface MatStepperIconContext {
|
|
@@ -232,20 +215,9 @@ declare class MatStepperPrevious extends CdkStepperPrevious {
|
|
|
232
215
|
|
|
233
216
|
declare class MatStepperModule {
|
|
234
217
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperModule, never>;
|
|
235
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatStepperModule, never, [typeof
|
|
218
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatStepperModule, never, [typeof i2.PortalModule, typeof i2$1.CdkStepperModule, typeof MatIconModule, typeof MatRippleModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent], [typeof i2$2.BidiModule, typeof MatStep, typeof MatStepLabel, typeof MatStepper, typeof MatStepperNext, typeof MatStepperPrevious, typeof MatStepHeader, typeof MatStepperIcon, typeof MatStepContent]>;
|
|
236
219
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatStepperModule>;
|
|
237
220
|
}
|
|
238
221
|
|
|
239
|
-
|
|
240
|
-
* Animations used by the Material steppers.
|
|
241
|
-
* @docs-private
|
|
242
|
-
* @deprecated No longer used, will be removed.
|
|
243
|
-
* @breaking-change 21.0.0
|
|
244
|
-
*/
|
|
245
|
-
declare const matStepperAnimations: {
|
|
246
|
-
readonly horizontalStepTransition: any;
|
|
247
|
-
readonly verticalStepTransition: any;
|
|
248
|
-
};
|
|
249
|
-
|
|
250
|
-
export { MAT_STEPPER_INTL_PROVIDER, MAT_STEPPER_INTL_PROVIDER_FACTORY, MatStep, MatStepContent, MatStepHeader, MatStepLabel, MatStepper, MatStepperIcon, MatStepperIntl, MatStepperModule, MatStepperNext, MatStepperPrevious, matStepperAnimations };
|
|
222
|
+
export { MatStep, MatStepContent, MatStepHeader, MatStepLabel, MatStepper, MatStepperIcon, MatStepperIntl, MatStepperModule, MatStepperNext, MatStepperPrevious };
|
|
251
223
|
export type { MatStepperIconContext };
|
|
@@ -56,6 +56,17 @@ declare class MatFooterCellHarness extends _MatCellHarnessBase {
|
|
|
56
56
|
*/
|
|
57
57
|
static with(options?: CellHarnessFilters): HarnessPredicate<MatFooterCellHarness>;
|
|
58
58
|
}
|
|
59
|
+
/** Harness for interacting with an Angular Material table cell inside a "no data" row. */
|
|
60
|
+
declare class MatNoDataCellHarness extends _MatCellHarnessBase {
|
|
61
|
+
/** The selector for the host element of a `MatNoDataCellHarness` instance. */
|
|
62
|
+
static hostSelector: string;
|
|
63
|
+
/**
|
|
64
|
+
* Gets a `HarnessPredicate` that can be used to search for a table cell with specific attributes.
|
|
65
|
+
* @param options Options for narrowing the search
|
|
66
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
67
|
+
*/
|
|
68
|
+
static with(options?: CellHarnessFilters): HarnessPredicate<MatNoDataCellHarness>;
|
|
69
|
+
}
|
|
59
70
|
|
|
60
71
|
/** Text extracted from a table row organized by columns. */
|
|
61
72
|
interface MatRowHarnessColumnsText {
|
|
@@ -110,6 +121,19 @@ declare class MatFooterRowHarness extends _MatRowHarnessBase<typeof MatFooterCel
|
|
|
110
121
|
*/
|
|
111
122
|
static with<T extends MatFooterRowHarness>(this: ComponentHarnessConstructor<T>, options?: RowHarnessFilters): HarnessPredicate<T>;
|
|
112
123
|
}
|
|
124
|
+
/** Harness for interacting with an Angular Material table "no data" row. */
|
|
125
|
+
declare class MatNoDataRowHarness extends _MatRowHarnessBase<typeof MatHeaderCellHarness, MatHeaderCellHarness> {
|
|
126
|
+
/** The selector for the host element of a `MatNoDataRowHarness` instance. */
|
|
127
|
+
static hostSelector: string;
|
|
128
|
+
protected _cellHarness: typeof MatNoDataCellHarness;
|
|
129
|
+
/**
|
|
130
|
+
* Gets a `HarnessPredicate` that can be used to search for a table header row with specific
|
|
131
|
+
* attributes.
|
|
132
|
+
* @param options Options for narrowing the search
|
|
133
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
134
|
+
*/
|
|
135
|
+
static with<T extends MatNoDataRowHarness>(this: ComponentHarnessConstructor<T>, options?: RowHarnessFilters): HarnessPredicate<T>;
|
|
136
|
+
}
|
|
113
137
|
|
|
114
138
|
/** Text extracted from a table organized by columns. */
|
|
115
139
|
interface MatTableHarnessColumnsText {
|
|
@@ -138,11 +162,13 @@ declare class MatTableHarness extends ContentContainerComponentHarness<string> {
|
|
|
138
162
|
getRows(filter?: RowHarnessFilters): Promise<MatRowHarness[]>;
|
|
139
163
|
/** Gets all the footer rows in a table. */
|
|
140
164
|
getFooterRows(filter?: RowHarnessFilters): Promise<MatFooterRowHarness[]>;
|
|
165
|
+
/** Gets the "no data" row in the table, if any. */
|
|
166
|
+
getNoDataRow(filter?: RowHarnessFilters): Promise<MatNoDataRowHarness | null>;
|
|
141
167
|
/** Gets the text inside the entire table organized by rows. */
|
|
142
168
|
getCellTextByIndex(): Promise<string[][]>;
|
|
143
169
|
/** Gets the text inside the entire table organized by columns. */
|
|
144
170
|
getCellTextByColumnName(): Promise<MatTableHarnessColumnsText>;
|
|
145
171
|
}
|
|
146
172
|
|
|
147
|
-
export { MatCellHarness, MatFooterCellHarness, MatFooterRowHarness, MatHeaderCellHarness, MatHeaderRowHarness, MatRowHarness, MatTableHarness, _MatCellHarnessBase, _MatRowHarnessBase };
|
|
173
|
+
export { MatCellHarness, MatFooterCellHarness, MatFooterRowHarness, MatHeaderCellHarness, MatHeaderRowHarness, MatNoDataCellHarness, MatNoDataRowHarness, MatRowHarness, MatTableHarness, _MatCellHarnessBase, _MatRowHarnessBase };
|
|
148
174
|
export type { CellHarnessFilters, MatRowHarnessColumnsText, MatTableHarnessColumnsText, RowHarnessFilters, TableHarnessFilters };
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as i1 from '@angular/cdk/table';
|
|
2
2
|
import { CdkTable, CdkCellDef, CdkHeaderCellDef, CdkFooterCellDef, CdkColumnDef, CdkHeaderCell, CdkFooterCell, CdkCell, CdkHeaderRowDef, CdkFooterRowDef, CdkRowDef, CdkHeaderRow, CdkFooterRow, CdkRow, CdkNoDataRow, CdkTextColumn } from '@angular/cdk/table';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import
|
|
4
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
5
5
|
import { Subscription, BehaviorSubject } from 'rxjs';
|
|
6
6
|
import { DataSource } from '@angular/cdk/collections';
|
|
7
|
-
import { MatPaginator } from '
|
|
8
|
-
import { MatSort } from '
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
11
|
-
import '../form-field.d.js';
|
|
7
|
+
import { MatPaginator } from './_paginator-chunk.js';
|
|
8
|
+
import { MatSort } from './_sort-chunk.js';
|
|
9
|
+
import './_palette-chunk.js';
|
|
10
|
+
import './_form-field-chunk.js';
|
|
12
11
|
import '@angular/cdk/coercion';
|
|
13
12
|
import '@angular/forms';
|
|
14
|
-
import '
|
|
15
|
-
import '
|
|
13
|
+
import './_form-field-control-chunk.js';
|
|
14
|
+
import './_sort-direction-chunk.js';
|
|
16
15
|
|
|
17
16
|
/**
|
|
18
17
|
* Enables the recycle view repeater strategy, which reduces rendering latency. Not compatible with
|
|
@@ -133,7 +132,8 @@ declare class MatRow extends CdkRow {
|
|
|
133
132
|
}
|
|
134
133
|
/** Row that can be used to display a message when no data is shown in the table. */
|
|
135
134
|
declare class MatNoDataRow extends CdkNoDataRow {
|
|
136
|
-
|
|
135
|
+
_cellSelector: string;
|
|
136
|
+
constructor();
|
|
137
137
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatNoDataRow, never>;
|
|
138
138
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatNoDataRow, "ng-template[matNoDataRow]", never, {}, {}, never, never, true, never>;
|
|
139
139
|
}
|
|
@@ -154,7 +154,7 @@ declare class MatTextColumn<T> extends CdkTextColumn<T> {
|
|
|
154
154
|
|
|
155
155
|
declare class MatTableModule {
|
|
156
156
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatTableModule, never>;
|
|
157
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTableModule, never, [typeof
|
|
157
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTableModule, never, [typeof i1.CdkTableModule, typeof MatTable, typeof MatRecycleRows, typeof MatHeaderCellDef, typeof MatHeaderRowDef, typeof MatColumnDef, typeof MatCellDef, typeof MatRowDef, typeof MatFooterCellDef, typeof MatFooterRowDef, typeof MatHeaderCell, typeof MatCell, typeof MatFooterCell, typeof MatHeaderRow, typeof MatRow, typeof MatFooterRow, typeof MatNoDataRow, typeof MatTextColumn], [typeof i2.BidiModule, typeof MatTable, typeof MatRecycleRows, typeof MatHeaderCellDef, typeof MatHeaderRowDef, typeof MatColumnDef, typeof MatCellDef, typeof MatRowDef, typeof MatFooterCellDef, typeof MatFooterRowDef, typeof MatHeaderCell, typeof MatCell, typeof MatFooterCell, typeof MatHeaderRow, typeof MatRow, typeof MatFooterRow, typeof MatNoDataRow, typeof MatTextColumn]>;
|
|
158
158
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatTableModule>;
|
|
159
159
|
}
|
|
160
160
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, TemplateRef, OnInit, OnChanges, OnDestroy, SimpleChanges, QueryList, ElementRef, AfterContentChecked, AfterContentInit, AfterViewInit, ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
3
|
-
import { MatCommonModule } from '../common-module.d.js';
|
|
4
3
|
import { CdkPortal, TemplatePortal, CdkPortalOutlet } from '@angular/cdk/portal';
|
|
5
4
|
import { Subject, BehaviorSubject } from 'rxjs';
|
|
6
5
|
import { FocusKeyManager, FocusableOption, FocusOrigin } from '@angular/cdk/a11y';
|
|
6
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
7
7
|
import { Direction } from '@angular/cdk/bidi';
|
|
8
|
-
import { ThemePalette } from '
|
|
9
|
-
import { RippleTarget, RippleConfig, RippleGlobalOptions } from '
|
|
8
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
9
|
+
import { RippleTarget, RippleConfig, RippleGlobalOptions } from './_ripple-chunk.js';
|
|
10
10
|
import '@angular/cdk/platform';
|
|
11
11
|
|
|
12
12
|
/**
|
|
@@ -176,13 +176,6 @@ interface _MatInkBarPositioner {
|
|
|
176
176
|
width: string;
|
|
177
177
|
};
|
|
178
178
|
}
|
|
179
|
-
/**
|
|
180
|
-
* The default positioner function for the MatInkBar.
|
|
181
|
-
* @docs-private
|
|
182
|
-
* @deprecated No longer used, will be removed.
|
|
183
|
-
* @breaking-change 21.0.0
|
|
184
|
-
*/
|
|
185
|
-
declare function _MAT_INK_BAR_POSITIONER_FACTORY(): _MatInkBarPositioner;
|
|
186
179
|
/** Injection token for the MatInkBar's Positioner. */
|
|
187
180
|
declare const _MAT_INK_BAR_POSITIONER: InjectionToken<_MatInkBarPositioner>;
|
|
188
181
|
|
|
@@ -425,6 +418,7 @@ declare class MatTabHeader extends MatPaginatedTabHeader implements AfterContent
|
|
|
425
418
|
*/
|
|
426
419
|
declare class MatTabBodyPortal extends CdkPortalOutlet implements OnInit, OnDestroy {
|
|
427
420
|
private _host;
|
|
421
|
+
private _ngZone;
|
|
428
422
|
/** Subscription to events for when the tab body begins centering. */
|
|
429
423
|
private _centeringSub;
|
|
430
424
|
/** Subscription to events for when the tab body finishes leaving from center position. */
|
|
@@ -856,7 +850,7 @@ declare class MatTabNavPanel {
|
|
|
856
850
|
|
|
857
851
|
declare class MatTabsModule {
|
|
858
852
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabsModule, never>;
|
|
859
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTabsModule, never, [typeof
|
|
853
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTabsModule, never, [typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink], [typeof i2.BidiModule, typeof MatTabContent, typeof MatTabLabel, typeof MatTab, typeof MatTabGroup, typeof MatTabNav, typeof MatTabNavPanel, typeof MatTabLink]>;
|
|
860
854
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatTabsModule>;
|
|
861
855
|
}
|
|
862
856
|
|
|
@@ -892,15 +886,5 @@ interface MatTabsConfig {
|
|
|
892
886
|
/** Injection token that can be used to provide the default options the tabs module. */
|
|
893
887
|
declare const MAT_TABS_CONFIG: InjectionToken<MatTabsConfig>;
|
|
894
888
|
|
|
895
|
-
|
|
896
|
-
* Animations used by the Material tabs.
|
|
897
|
-
* @docs-private
|
|
898
|
-
* @deprecated No longer used, will be removed.
|
|
899
|
-
* @breaking-change 21.0.0.
|
|
900
|
-
*/
|
|
901
|
-
declare const matTabsAnimations: {
|
|
902
|
-
readonly translateTab: any;
|
|
903
|
-
};
|
|
904
|
-
|
|
905
|
-
export { MAT_TAB, MAT_TABS_CONFIG, MAT_TAB_CONTENT, MAT_TAB_GROUP, MAT_TAB_LABEL, MatInkBar, MatPaginatedTabHeader, MatTab, MatTabBody, MatTabBodyPortal, MatTabChangeEvent, MatTabContent, MatTabGroup, MatTabHeader, MatTabLabel, MatTabLabelWrapper, MatTabLink, MatTabNav, MatTabNavPanel, MatTabsModule, _MAT_INK_BAR_POSITIONER, _MAT_INK_BAR_POSITIONER_FACTORY, matTabsAnimations };
|
|
889
|
+
export { MAT_TAB, MAT_TABS_CONFIG, MAT_TAB_CONTENT, MAT_TAB_GROUP, MAT_TAB_LABEL, MatInkBar, MatPaginatedTabHeader, MatTab, MatTabBody, MatTabBodyPortal, MatTabChangeEvent, MatTabContent, MatTabGroup, MatTabHeader, MatTabLabel, MatTabLabelWrapper, MatTabLink, MatTabNav, MatTabNavPanel, MatTabsModule, _MAT_INK_BAR_POSITIONER };
|
|
906
890
|
export type { MatTabBodyOriginState, MatTabBodyPositionState, MatTabGroupBaseHeader, MatTabHeaderPosition, MatTabsConfig, ScrollDirection, _MatInkBarPositioner };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import { OptionHarnessFilters, MatOptionHarness } from '
|
|
2
|
+
import { OptionHarnessFilters, MatOptionHarness } from './_option-harness-chunk.js';
|
|
3
3
|
|
|
4
4
|
/** A set of criteria that can be used to filter a list of `MatTimepickerHarness` instances. */
|
|
5
5
|
interface TimepickerHarnessFilters extends BaseHarnessFilters {
|