@angular/material 21.0.0-next.1 → 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/chips/_m3-chip.scss +2 -5
- package/core/focus-indicators/_private.scss +16 -0
- package/core/tokens/_classes.scss +130 -145
- 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} +1 -1
- 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} +4 -4
- package/fesm2022/_icon-button-chunk.mjs.map +1 -0
- package/fesm2022/{icon-registry.mjs → _icon-registry-chunk.mjs} +3 -30
- 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} +1 -1
- package/fesm2022/_internal-form-field-chunk.mjs.map +1 -0
- package/fesm2022/{line.mjs → _line-chunk.mjs} +6 -6
- package/fesm2022/_line-chunk.mjs.map +1 -0
- package/fesm2022/{option.mjs → _option-chunk.mjs} +6 -6
- 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.mjs → _option-module-chunk.mjs} +9 -9
- package/fesm2022/_option-module-chunk.mjs.map +1 -0
- package/fesm2022/{pseudo-checkbox.mjs → _pseudo-checkbox-chunk.mjs} +2 -2
- package/fesm2022/_pseudo-checkbox-chunk.mjs.map +1 -0
- package/fesm2022/{pseudo-checkbox-module.mjs → _pseudo-checkbox-module-chunk.mjs} +7 -7
- 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} +4 -4
- package/fesm2022/_ripple-chunk.mjs.map +1 -0
- package/fesm2022/{ripple-loader.mjs → _ripple-loader-chunk.mjs} +3 -3
- package/fesm2022/_ripple-loader-chunk.mjs.map +1 -0
- package/fesm2022/{ripple-module.mjs → _ripple-module-chunk.mjs} +7 -7
- package/fesm2022/_ripple-module-chunk.mjs.map +1 -0
- package/fesm2022/{structural-styles.mjs → _structural-styles-chunk.mjs} +1 -1
- package/fesm2022/_structural-styles-chunk.mjs.map +1 -0
- package/fesm2022/{tooltip2.mjs → _tooltip-chunk.mjs} +8 -35
- 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 +20 -52
- 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 +6 -7
- 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 +12 -90
- 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 +17 -26
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +24 -46
- 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 +6 -8
- 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 +21 -31
- 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 +42 -22
- 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 +17 -24
- 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 +114 -268
- 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 +5 -7
- 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 +10 -114
- 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 +9 -14
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/{icon/testing.mjs → icon-testing.mjs} +2 -2
- package/fesm2022/icon-testing.mjs.map +1 -0
- package/fesm2022/icon.mjs +17 -25
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/{input/testing.mjs → input-testing.mjs} +3 -3
- package/fesm2022/{input/testing.mjs.map → input-testing.mjs.map} +1 -1
- package/fesm2022/input.mjs +12 -13
- 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 +14 -15
- package/fesm2022/list.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 +25 -173
- 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 +23 -44
- 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 +20 -25
- 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 +7 -17
- 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 +16 -25
- 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 +10 -100
- 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 +9 -10
- 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 +11 -25
- 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 +15 -109
- 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 +11 -338
- 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 +19 -192
- 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 +14 -11
- 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 +27 -181
- 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 +27 -21
- 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 +5 -7
- 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 -55
- 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 +6 -8
- 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/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} +55 -50
- 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-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.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.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.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 +0 -24
- package/fesm2022/tooltip-module.mjs.map +0 -1
- package/fesm2022/tooltip2.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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, OnInit, AfterViewChecked, OnDestroy, ElementRef } from '@angular/core';
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
3
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
4
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
5
5
|
|
|
6
6
|
/** Default options for `mat-icon`. */
|
|
7
7
|
interface MatIconDefaultOptions {
|
|
@@ -31,12 +31,6 @@ declare const MAT_ICON_LOCATION: InjectionToken<MatIconLocation>;
|
|
|
31
31
|
interface MatIconLocation {
|
|
32
32
|
getPathname: () => string;
|
|
33
33
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @docs-private
|
|
36
|
-
* @deprecated No longer used, will be removed.
|
|
37
|
-
* @breaking-change 21.0.0
|
|
38
|
-
*/
|
|
39
|
-
declare function MAT_ICON_LOCATION_FACTORY(): MatIconLocation;
|
|
40
34
|
/**
|
|
41
35
|
* Component to display an icon. It can be used in the following ways:
|
|
42
36
|
*
|
|
@@ -160,9 +154,9 @@ declare class MatIcon implements OnInit, AfterViewChecked, OnDestroy {
|
|
|
160
154
|
|
|
161
155
|
declare class MatIconModule {
|
|
162
156
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatIconModule, never>;
|
|
163
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatIconModule, never, [typeof
|
|
157
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatIconModule, never, [typeof MatIcon], [typeof MatIcon, typeof i2.BidiModule]>;
|
|
164
158
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatIconModule>;
|
|
165
159
|
}
|
|
166
160
|
|
|
167
|
-
export { MAT_ICON_DEFAULT_OPTIONS, MAT_ICON_LOCATION,
|
|
161
|
+
export { MAT_ICON_DEFAULT_OPTIONS, MAT_ICON_LOCATION, MatIcon, MatIconModule };
|
|
168
162
|
export type { MatIconDefaultOptions, MatIconLocation };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { OnDestroy, ErrorHandler
|
|
3
|
+
import { OnDestroy, ErrorHandler } from '@angular/core';
|
|
4
4
|
import { SafeResourceUrl, SafeHtml, DomSanitizer } from '@angular/platform-browser';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
6
6
|
|
|
@@ -266,22 +266,6 @@ declare class MatIconRegistry implements OnDestroy {
|
|
|
266
266
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatIconRegistry, [{ optional: true; }, null, { optional: true; }, null]>;
|
|
267
267
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatIconRegistry>;
|
|
268
268
|
}
|
|
269
|
-
/**
|
|
270
|
-
* @docs-private
|
|
271
|
-
* @deprecated No longer used, will be removed.
|
|
272
|
-
* @breaking-change 21.0.0
|
|
273
|
-
*/
|
|
274
|
-
declare function ICON_REGISTRY_PROVIDER_FACTORY(parentRegistry: MatIconRegistry, httpClient: HttpClient, sanitizer: DomSanitizer, errorHandler: ErrorHandler, document?: any): MatIconRegistry;
|
|
275
|
-
/**
|
|
276
|
-
* @docs-private
|
|
277
|
-
* @deprecated No longer used, will be removed.
|
|
278
|
-
* @breaking-change 21.0.0
|
|
279
|
-
*/
|
|
280
|
-
declare const ICON_REGISTRY_PROVIDER: {
|
|
281
|
-
provide: typeof MatIconRegistry;
|
|
282
|
-
deps: (Optional[] | typeof DomSanitizer | typeof ErrorHandler)[];
|
|
283
|
-
useFactory: typeof ICON_REGISTRY_PROVIDER_FACTORY;
|
|
284
|
-
};
|
|
285
269
|
|
|
286
|
-
export {
|
|
270
|
+
export { MatIconRegistry, getMatIconFailedToSanitizeLiteralError, getMatIconFailedToSanitizeUrlError, getMatIconNameNotFoundError, getMatIconNoHttpProviderError };
|
|
287
271
|
export type { IconOptions, IconResolver, SafeResourceUrlWithIconOptions };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { QueryList, ElementRef } from '@angular/core';
|
|
3
|
-
import
|
|
3
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Shared directive to count lines inside a text area, such as a list item.
|
|
@@ -18,7 +18,7 @@ declare class MatLine {
|
|
|
18
18
|
declare function setLines(lines: QueryList<unknown>, element: ElementRef<HTMLElement>, prefix?: string): void;
|
|
19
19
|
declare class MatLineModule {
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatLineModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatLineModule, never, [typeof
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatLineModule, never, [typeof MatLine], [typeof MatLine, typeof i2.BidiModule]>;
|
|
22
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatLineModule>;
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { MatRippleModule } from './_ripple-module-chunk.js';
|
|
3
|
+
import { MatPseudoCheckboxModule } from './_pseudo-checkbox-module-chunk.js';
|
|
4
|
+
import { MatOption, MatOptgroup } from './_option-chunk.js';
|
|
5
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
6
|
+
|
|
7
|
+
declare class MatOptionModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatOptionModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatOptionModule, never, [typeof MatRippleModule, typeof MatPseudoCheckboxModule, typeof MatOption, typeof MatOptgroup], [typeof MatOption, typeof MatOptgroup, typeof i2.BidiModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatOptionModule>;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { MatOptionModule };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { ThemePalette } from './
|
|
2
|
+
import { InjectionToken, OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
3
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
4
4
|
import { Subject, Observable } from 'rxjs';
|
|
5
|
-
import { MatFormFieldAppearance } from './
|
|
5
|
+
import { MatFormFieldAppearance } from './_form-field-chunk.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* To modify the labels and text displayed, create a new instance of MatPaginatorIntl and
|
|
@@ -29,22 +29,6 @@ declare class MatPaginatorIntl {
|
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatorIntl, never>;
|
|
30
30
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatPaginatorIntl>;
|
|
31
31
|
}
|
|
32
|
-
/**
|
|
33
|
-
* @docs-private
|
|
34
|
-
* @deprecated No longer used, will be removed.
|
|
35
|
-
* @breaking-change 21.0.0
|
|
36
|
-
*/
|
|
37
|
-
declare function MAT_PAGINATOR_INTL_PROVIDER_FACTORY(parentIntl: MatPaginatorIntl): MatPaginatorIntl;
|
|
38
|
-
/**
|
|
39
|
-
* @docs-private
|
|
40
|
-
* @deprecated No longer used, will be removed.
|
|
41
|
-
* @breaking-change 21.0.0
|
|
42
|
-
*/
|
|
43
|
-
declare const MAT_PAGINATOR_INTL_PROVIDER: {
|
|
44
|
-
provide: typeof MatPaginatorIntl;
|
|
45
|
-
deps: Optional[][];
|
|
46
|
-
useFactory: typeof MAT_PAGINATOR_INTL_PROVIDER_FACTORY;
|
|
47
|
-
};
|
|
48
32
|
|
|
49
33
|
/** Object that can used to configure the underlying `MatSelect` inside a `MatPaginator`. */
|
|
50
34
|
interface MatPaginatorSelectConfig {
|
|
@@ -196,5 +180,5 @@ declare class MatPaginator implements OnInit, OnDestroy {
|
|
|
196
180
|
static ngAcceptInputType_disabled: unknown;
|
|
197
181
|
}
|
|
198
182
|
|
|
199
|
-
export { MAT_PAGINATOR_DEFAULT_OPTIONS,
|
|
183
|
+
export { MAT_PAGINATOR_DEFAULT_OPTIONS, MatPaginator, MatPaginatorIntl, PageEvent };
|
|
200
184
|
export type { MatPaginatorDefaultOptions, MatPaginatorSelectConfig };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, ElementRef } from '@angular/core';
|
|
3
|
-
import { ThemePalette } from './
|
|
3
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
4
4
|
|
|
5
5
|
/** Possible mode for a progress spinner. */
|
|
6
6
|
type ProgressSpinnerMode = 'determinate' | 'indeterminate';
|
|
@@ -19,19 +19,13 @@ interface MatProgressSpinnerDefaultOptions {
|
|
|
19
19
|
/** Width of the spinner's stroke. */
|
|
20
20
|
strokeWidth?: number;
|
|
21
21
|
/**
|
|
22
|
-
* Whether the animations should be force to be enabled, ignoring if the current environment
|
|
23
|
-
*
|
|
22
|
+
* Whether the animations should be force to be enabled, ignoring if the current environment
|
|
23
|
+
* disables them.
|
|
24
24
|
*/
|
|
25
25
|
_forceAnimations?: boolean;
|
|
26
26
|
}
|
|
27
27
|
/** Injection token to be used to override the default options for `mat-progress-spinner`. */
|
|
28
28
|
declare const MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS: InjectionToken<MatProgressSpinnerDefaultOptions>;
|
|
29
|
-
/**
|
|
30
|
-
* @docs-private
|
|
31
|
-
* @deprecated No longer used, will be removed.
|
|
32
|
-
* @breaking-change 21.0.0
|
|
33
|
-
*/
|
|
34
|
-
declare function MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY(): MatProgressSpinnerDefaultOptions;
|
|
35
29
|
declare class MatProgressSpinner {
|
|
36
30
|
readonly _elementRef: ElementRef<HTMLElement>;
|
|
37
31
|
/** Whether the _mat-animation-noopable class should be applied, disabling animations. */
|
|
@@ -93,5 +87,5 @@ declare class MatProgressSpinner {
|
|
|
93
87
|
*/
|
|
94
88
|
declare const MatSpinner: typeof MatProgressSpinner;
|
|
95
89
|
|
|
96
|
-
export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS,
|
|
90
|
+
export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS, MatProgressSpinner, MatSpinner };
|
|
97
91
|
export type { MatProgressSpinnerDefaultOptions, ProgressSpinnerMode };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import
|
|
2
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Possible states for a pseudo checkbox.
|
|
@@ -37,7 +37,7 @@ declare class MatPseudoCheckbox {
|
|
|
37
37
|
|
|
38
38
|
declare class MatPseudoCheckboxModule {
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckboxModule, never>;
|
|
40
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatPseudoCheckboxModule, never, [typeof
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatPseudoCheckboxModule, never, [typeof MatPseudoCheckbox], [typeof MatPseudoCheckbox, typeof i2.BidiModule]>;
|
|
41
41
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatPseudoCheckboxModule>;
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -156,7 +156,7 @@ interface RippleGlobalOptions {
|
|
|
156
156
|
/**
|
|
157
157
|
* Default configuration for the animation duration of the ripples. There are two phases with
|
|
158
158
|
* different durations for the ripples: `enter` and `leave`. The durations will be overwritten
|
|
159
|
-
* by the value of `matRippleAnimation` or if
|
|
159
|
+
* by the value of `matRippleAnimation` or if animations are disabled.
|
|
160
160
|
*/
|
|
161
161
|
animation?: RippleAnimationConfig;
|
|
162
162
|
/**
|
|
@@ -191,8 +191,8 @@ declare class MatRipple implements OnInit, OnDestroy, RippleTarget {
|
|
|
191
191
|
radius: number;
|
|
192
192
|
/**
|
|
193
193
|
* Configuration for the ripple animation. Allows modifying the enter and exit animation
|
|
194
|
-
* duration of the ripples. The animation durations will be overwritten if
|
|
195
|
-
*
|
|
194
|
+
* duration of the ripples. The animation durations will be overwritten if animations are
|
|
195
|
+
* disabled.
|
|
196
196
|
*/
|
|
197
197
|
animation: RippleAnimationConfig;
|
|
198
198
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
2
|
+
import { MatRipple } from './_ripple-chunk.js';
|
|
3
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
4
4
|
|
|
5
5
|
declare class MatRippleModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRippleModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatRippleModule, never, [typeof
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatRippleModule, never, [typeof MatRipple], [typeof MatRipple, typeof i2.BidiModule]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatRippleModule>;
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, OnChanges, OnDestroy, OnInit, EventEmitter } from '@angular/core';
|
|
3
3
|
import { Subject, Observable } from 'rxjs';
|
|
4
|
-
import { SortDirection } from './
|
|
4
|
+
import { SortDirection } from './_sort-direction-chunk.js';
|
|
5
5
|
|
|
6
6
|
/** Position of the arrow that displays when sorted. */
|
|
7
7
|
type SortHeaderArrowPosition = 'before' | 'after';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import { OptionHarnessFilters, MatOptionHarness } from '
|
|
3
|
-
import { OptgroupHarnessFilters, MatOptgroupHarness } from '
|
|
2
|
+
import { OptionHarnessFilters, MatOptionHarness } from './_option-harness-chunk.js';
|
|
3
|
+
import { OptgroupHarnessFilters, MatOptgroupHarness } from './core-testing.js';
|
|
4
4
|
|
|
5
5
|
/** A set of criteria that can be used to filter a list of `MatAutocompleteHarness` instances. */
|
|
6
6
|
interface AutocompleteHarnessFilters extends BaseHarnessFilters {
|
|
@@ -2,19 +2,18 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { InjectionToken, AfterContentInit, OnDestroy, TemplateRef, ElementRef, QueryList, EventEmitter, AfterViewInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import * as i2 from '@angular/cdk/overlay';
|
|
4
4
|
import { ScrollStrategy } from '@angular/cdk/overlay';
|
|
5
|
-
import { MatOptionModule } from '
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { MatOption, MatOptgroup, MatOptionSelectionChange } from '../option.d.js';
|
|
5
|
+
import { MatOptionModule } from './_option-module-chunk.js';
|
|
6
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
7
|
+
import { MatOption, MatOptgroup, MatOptionSelectionChange } from './_option-chunk.js';
|
|
9
8
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
|
10
9
|
import { ControlValueAccessor } from '@angular/forms';
|
|
11
10
|
import { Observable } from 'rxjs';
|
|
12
|
-
import * as
|
|
13
|
-
import '
|
|
14
|
-
import '
|
|
11
|
+
import * as i1 from '@angular/cdk/scrolling';
|
|
12
|
+
import * as i2$1 from '@angular/cdk/bidi';
|
|
13
|
+
import './_ripple-module-chunk.js';
|
|
14
|
+
import './_ripple-chunk.js';
|
|
15
15
|
import '@angular/cdk/platform';
|
|
16
|
-
import '
|
|
17
|
-
import '@angular/cdk/bidi';
|
|
16
|
+
import './_pseudo-checkbox-module-chunk.js';
|
|
18
17
|
|
|
19
18
|
/** Event object that is emitted when an autocomplete option is selected. */
|
|
20
19
|
declare class MatAutocompleteSelectedEvent {
|
|
@@ -57,12 +56,6 @@ interface MatAutocompleteDefaultOptions {
|
|
|
57
56
|
}
|
|
58
57
|
/** Injection token to be used to override the default options for `mat-autocomplete`. */
|
|
59
58
|
declare const MAT_AUTOCOMPLETE_DEFAULT_OPTIONS: InjectionToken<MatAutocompleteDefaultOptions>;
|
|
60
|
-
/**
|
|
61
|
-
* @docs-private
|
|
62
|
-
* @deprecated No longer used, will be removed.
|
|
63
|
-
* @breaking-change 21.0.0
|
|
64
|
-
*/
|
|
65
|
-
declare function MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY(): MatAutocompleteDefaultOptions;
|
|
66
59
|
/** Autocomplete component. */
|
|
67
60
|
declare class MatAutocomplete implements AfterContentInit, OnDestroy {
|
|
68
61
|
private _changeDetectorRef;
|
|
@@ -194,22 +187,6 @@ declare const MAT_AUTOCOMPLETE_VALUE_ACCESSOR: any;
|
|
|
194
187
|
declare function getMatAutocompleteMissingPanelError(): Error;
|
|
195
188
|
/** Injection token that determines the scroll handling while the autocomplete panel is open. */
|
|
196
189
|
declare const MAT_AUTOCOMPLETE_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
|
|
197
|
-
/**
|
|
198
|
-
* @docs-private
|
|
199
|
-
* @deprecated No longer used, will be removed.
|
|
200
|
-
* @breaking-change 21.0.0
|
|
201
|
-
*/
|
|
202
|
-
declare function MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY(_overlay: unknown): () => ScrollStrategy;
|
|
203
|
-
/**
|
|
204
|
-
* @docs-private
|
|
205
|
-
* @deprecated No longer used, will be removed.
|
|
206
|
-
* @breaking-change 21.0.0
|
|
207
|
-
*/
|
|
208
|
-
declare const MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER: {
|
|
209
|
-
provide: InjectionToken<() => ScrollStrategy>;
|
|
210
|
-
deps: any[];
|
|
211
|
-
useFactory: typeof MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY;
|
|
212
|
-
};
|
|
213
190
|
/** Base class with all of the `MatAutocompleteTrigger` functionality. */
|
|
214
191
|
declare class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewInit, OnChanges, OnDestroy {
|
|
215
192
|
private _environmentInjector;
|
|
@@ -435,9 +412,9 @@ declare class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewI
|
|
|
435
412
|
|
|
436
413
|
declare class MatAutocompleteModule {
|
|
437
414
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteModule, never>;
|
|
438
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof
|
|
415
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatAutocomplete, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin], [typeof i1.CdkScrollableModule, typeof MatAutocomplete, typeof MatOptionModule, typeof i2$1.BidiModule, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin]>;
|
|
439
416
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatAutocompleteModule>;
|
|
440
417
|
}
|
|
441
418
|
|
|
442
|
-
export { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS,
|
|
419
|
+
export { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS, MAT_AUTOCOMPLETE_SCROLL_STRATEGY, MAT_AUTOCOMPLETE_VALUE_ACCESSOR, MatAutocomplete, MatAutocompleteModule, MatAutocompleteOrigin, MatAutocompleteSelectedEvent, MatAutocompleteTrigger, MatOptgroup, MatOption, getMatAutocompleteMissingPanelError };
|
|
443
420
|
export type { MatAutocompleteActivatedEvent, MatAutocompleteDefaultOptions };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import { MatBadgePosition, MatBadgeSize } from '
|
|
2
|
+
import { MatBadgePosition, MatBadgeSize } from './_badge-chunk.js';
|
|
3
3
|
import '@angular/core';
|
|
4
|
-
import '
|
|
4
|
+
import './_palette-chunk.js';
|
|
5
5
|
|
|
6
6
|
interface BadgeHarnessFilters extends BaseHarnessFilters {
|
|
7
7
|
text?: string | RegExp;
|
package/types/badge.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from '@angular/cdk/a11y';
|
|
3
|
+
import { MatBadge, _MatBadgeStyleLoader } from './_badge-chunk.js';
|
|
4
|
+
export { MatBadgePosition, MatBadgeSize } from './_badge-chunk.js';
|
|
5
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
6
|
+
import './_palette-chunk.js';
|
|
7
|
+
|
|
8
|
+
declare class MatBadgeModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatBadgeModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBadgeModule, never, [typeof i1.A11yModule, typeof MatBadge, typeof _MatBadgeStyleLoader], [typeof MatBadge, typeof i2.BidiModule]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatBadgeModule>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { MatBadge, MatBadgeModule };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnDestroy, EventEmitter, InjectionToken, ViewContainerRef, ComponentRef, TemplateRef } from '@angular/core';
|
|
2
|
+
import { OnDestroy, EventEmitter, InjectionToken, ViewContainerRef, Injector, ComponentRef, TemplateRef } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/cdk/dialog';
|
|
4
4
|
import { CdkDialogContainer, DialogRef } from '@angular/cdk/dialog';
|
|
5
|
-
import
|
|
6
|
-
import * as i3 from '@angular/cdk/portal';
|
|
5
|
+
import * as i2 from '@angular/cdk/portal';
|
|
7
6
|
import { ComponentType } from '@angular/cdk/portal';
|
|
7
|
+
import * as i2$1 from '@angular/cdk/bidi';
|
|
8
8
|
import { Direction } from '@angular/cdk/bidi';
|
|
9
9
|
import { ScrollStrategy } from '@angular/cdk/overlay';
|
|
10
10
|
import { Observable } from 'rxjs';
|
|
@@ -40,7 +40,7 @@ declare class MatBottomSheetContainer extends CdkDialogContainer implements OnDe
|
|
|
40
40
|
|
|
41
41
|
declare class MatBottomSheetModule {
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetModule, never>;
|
|
43
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof i2.PortalModule, typeof MatBottomSheetContainer], [typeof MatBottomSheetContainer, typeof i2$1.BidiModule]>;
|
|
44
44
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatBottomSheetModule>;
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -54,6 +54,11 @@ declare const MAT_BOTTOM_SHEET_DATA: InjectionToken<any>;
|
|
|
54
54
|
declare class MatBottomSheetConfig<D = any> {
|
|
55
55
|
/** The view container to place the overlay for the bottom sheet into. */
|
|
56
56
|
viewContainerRef?: ViewContainerRef;
|
|
57
|
+
/**
|
|
58
|
+
* Injector used for the instantiation of the component to be attached. If provided,
|
|
59
|
+
* takes precedence over the injector indirectly provided by `ViewContainerRef`.
|
|
60
|
+
*/
|
|
61
|
+
injector?: Injector;
|
|
57
62
|
/** Extra CSS classes to be added to the bottom sheet container. */
|
|
58
63
|
panelClass?: string | string[];
|
|
59
64
|
/** Text layout direction for the bottom sheet. */
|
|
@@ -186,14 +191,5 @@ declare class MatBottomSheet implements OnDestroy {
|
|
|
186
191
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatBottomSheet>;
|
|
187
192
|
}
|
|
188
193
|
|
|
189
|
-
|
|
190
|
-
* Animations used by the Material bottom sheet.
|
|
191
|
-
* @deprecated No longer used. Will be removed.
|
|
192
|
-
* @breaking-change 21.0.0
|
|
193
|
-
*/
|
|
194
|
-
declare const matBottomSheetAnimations: {
|
|
195
|
-
readonly bottomSheetState: any;
|
|
196
|
-
};
|
|
197
|
-
|
|
198
|
-
export { MAT_BOTTOM_SHEET_DATA, MAT_BOTTOM_SHEET_DEFAULT_OPTIONS, MatBottomSheet, MatBottomSheetConfig, MatBottomSheetContainer, MatBottomSheetModule, MatBottomSheetRef, matBottomSheetAnimations };
|
|
194
|
+
export { MAT_BOTTOM_SHEET_DATA, MAT_BOTTOM_SHEET_DEFAULT_OPTIONS, MatBottomSheet, MatBottomSheetConfig, MatBottomSheetContainer, MatBottomSheetModule, MatBottomSheetRef };
|
|
199
195
|
export type { AutoFocusTarget };
|
|
@@ -18,6 +18,8 @@ interface ButtonHarnessFilters extends BaseHarnessFilters {
|
|
|
18
18
|
disabled?: boolean;
|
|
19
19
|
/** Only find instances with the specified type. */
|
|
20
20
|
buttonType?: ButtonType;
|
|
21
|
+
/** Only find instances that contain an icon whose name matches the given value. */
|
|
22
|
+
iconName?: string | RegExp;
|
|
21
23
|
}
|
|
22
24
|
|
|
23
25
|
/** Harness for interacting with a mat-button in tests. */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import { MatButtonToggleAppearance } from '
|
|
2
|
+
import { MatButtonToggleAppearance } from './_button-toggle-chunk.js';
|
|
3
3
|
import '@angular/cdk/bidi';
|
|
4
4
|
import '@angular/core';
|
|
5
5
|
import '@angular/forms';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MatButtonToggleGroup, MatButtonToggle } from './_button-toggle-chunk.js';
|
|
2
|
+
export { MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS, MAT_BUTTON_TOGGLE_GROUP, MAT_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR, MatButtonToggleAppearance, MatButtonToggleChange, MatButtonToggleDefaultOptions, ToggleType } from './_button-toggle-chunk.js';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { MatRippleModule } from './_ripple-module-chunk.js';
|
|
5
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
6
|
+
import '@angular/forms';
|
|
7
|
+
import './_ripple-chunk.js';
|
|
8
|
+
import '@angular/cdk/platform';
|
|
9
|
+
|
|
10
|
+
declare class MatButtonToggleModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonToggleModule, never, [typeof MatRippleModule, typeof MatButtonToggleGroup, typeof MatButtonToggle], [typeof i2.BidiModule, typeof MatButtonToggleGroup, typeof MatButtonToggle]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonToggleModule>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { MatButtonToggle, MatButtonToggleGroup, MatButtonToggleModule };
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { InjectionToken, AfterViewInit, OnDestroy, ElementRef, NgZone } from '@angular/core';
|
|
4
|
-
import { ThemePalette } from '
|
|
5
|
-
import { MatRippleLoader } from '
|
|
6
|
-
import {
|
|
7
|
-
import
|
|
8
|
-
import '
|
|
9
|
-
import '../ripple.d.js';
|
|
4
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
5
|
+
import { MatRippleLoader } from './_ripple-loader-chunk.js';
|
|
6
|
+
import { MatRippleModule } from './_ripple-module-chunk.js';
|
|
7
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
8
|
+
import './_ripple-chunk.js';
|
|
10
9
|
import '@angular/cdk/platform';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -138,12 +137,6 @@ interface MatFabDefaultOptions {
|
|
|
138
137
|
}
|
|
139
138
|
/** Injection token to be used to override the default options for FAB. */
|
|
140
139
|
declare const MAT_FAB_DEFAULT_OPTIONS: InjectionToken<MatFabDefaultOptions>;
|
|
141
|
-
/**
|
|
142
|
-
* @docs-private
|
|
143
|
-
* @deprecated No longer used, will be removed.
|
|
144
|
-
* @breaking-change 21.0.0
|
|
145
|
-
*/
|
|
146
|
-
declare function MAT_FAB_DEFAULT_OPTIONS_FACTORY(): MatFabDefaultOptions;
|
|
147
140
|
/**
|
|
148
141
|
* Material Design floating action button (FAB) component. These buttons represent the primary
|
|
149
142
|
* or most common action for users to interact with.
|
|
@@ -209,9 +202,9 @@ type MatIconAnchor = MatIconButton;
|
|
|
209
202
|
|
|
210
203
|
declare class MatButtonModule {
|
|
211
204
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonModule, never>;
|
|
212
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, never, [typeof
|
|
205
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, never, [typeof MatRippleModule, typeof MatButton, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabButton], [typeof i2.BidiModule, typeof MatButton, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabButton]>;
|
|
213
206
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonModule>;
|
|
214
207
|
}
|
|
215
208
|
|
|
216
|
-
export { MAT_BUTTON_CONFIG, MAT_FAB_DEFAULT_OPTIONS,
|
|
209
|
+
export { MAT_BUTTON_CONFIG, MAT_FAB_DEFAULT_OPTIONS, MatAnchor, MatButton, MatButtonModule, MatFabAnchor, MatFabButton, MatIconAnchor, MatIconButton, MatMiniFabAnchor, MatMiniFabButton };
|
|
217
210
|
export type { MatButtonAppearance, MatButtonConfig, MatFabDefaultOptions };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken } from '@angular/core';
|
|
3
|
-
import
|
|
4
|
-
import '@angular/cdk/bidi';
|
|
3
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
5
4
|
|
|
6
5
|
type MatCardAppearance = 'outlined' | 'raised' | 'filled';
|
|
7
6
|
/** Object that can be used to configure the default options for the card module. */
|
|
@@ -149,7 +148,7 @@ declare class MatCardAvatar {
|
|
|
149
148
|
|
|
150
149
|
declare class MatCardModule {
|
|
151
150
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatCardModule, never>;
|
|
152
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatCardModule, never, [typeof
|
|
151
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatCardModule, never, [typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage], [typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage, typeof i2.BidiModule]>;
|
|
153
152
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatCardModule>;
|
|
154
153
|
}
|
|
155
154
|
|
|
@@ -2,9 +2,8 @@ import { FocusableOption } from '@angular/cdk/a11y';
|
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { AfterViewInit, OnChanges, ElementRef, EventEmitter, SimpleChanges, InjectionToken } from '@angular/core';
|
|
4
4
|
import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
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
|
/**
|
|
10
9
|
* Represents the different states that require custom transitions between them.
|
|
@@ -198,12 +197,6 @@ interface MatCheckboxDefaultOptions {
|
|
|
198
197
|
}
|
|
199
198
|
/** Injection token to be used to override the default options for `mat-checkbox`. */
|
|
200
199
|
declare const MAT_CHECKBOX_DEFAULT_OPTIONS: InjectionToken<MatCheckboxDefaultOptions>;
|
|
201
|
-
/**
|
|
202
|
-
* @docs-private
|
|
203
|
-
* @deprecated No longer used, will be removed.
|
|
204
|
-
* @breaking-change 21.0.0
|
|
205
|
-
*/
|
|
206
|
-
declare function MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY(): MatCheckboxDefaultOptions;
|
|
207
200
|
/**
|
|
208
201
|
* Checkbox click action when user click on input element.
|
|
209
202
|
* noop: Do not toggle checked or indeterminate.
|
|
@@ -215,9 +208,9 @@ type MatCheckboxClickAction = 'noop' | 'check' | 'check-indeterminate' | undefin
|
|
|
215
208
|
|
|
216
209
|
declare class MatCheckboxModule {
|
|
217
210
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxModule, never>;
|
|
218
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, never, [typeof MatCheckbox
|
|
211
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, never, [typeof MatCheckbox], [typeof MatCheckbox, typeof i2.BidiModule]>;
|
|
219
212
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatCheckboxModule>;
|
|
220
213
|
}
|
|
221
214
|
|
|
222
|
-
export { MAT_CHECKBOX_DEFAULT_OPTIONS,
|
|
215
|
+
export { MAT_CHECKBOX_DEFAULT_OPTIONS, MatCheckbox, MatCheckboxChange, MatCheckboxModule, TransitionCheckState };
|
|
223
216
|
export type { MatCheckboxClickAction, MatCheckboxDefaultOptions };
|