@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _angular_cdk_testing from '@angular/cdk/testing';
|
|
2
2
|
import { BaseHarnessFilters, ContentContainerComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
3
|
-
import { DialogRole, MatDialog, MatDialogConfig, MatDialogRef } from '
|
|
3
|
+
import { DialogRole, MatDialog, MatDialogConfig, MatDialogRef } from './_dialog-chunk.js';
|
|
4
4
|
import { ComponentType } from '@angular/cdk/overlay';
|
|
5
5
|
import { OnDestroy } from '@angular/core';
|
|
6
6
|
import '@angular/cdk/bidi';
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { MatDialogRef, MatDialogContainer } from '
|
|
2
|
-
export { AutoFocusTarget, DialogPosition, DialogRole, MAT_DIALOG_DATA, MAT_DIALOG_DEFAULT_OPTIONS, MAT_DIALOG_SCROLL_STRATEGY, MatDialog, MatDialogConfig, MatDialogState, _closeDialogVia } from '
|
|
1
|
+
import { MatDialogRef, MatDialogContainer } from './_dialog-chunk.js';
|
|
2
|
+
export { AutoFocusTarget, DialogPosition, DialogRole, MAT_DIALOG_DATA, MAT_DIALOG_DEFAULT_OPTIONS, MAT_DIALOG_SCROLL_STRATEGY, MatDialog, MatDialogConfig, MatDialogState, _closeDialogVia } from './_dialog-chunk.js';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { OnInit, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
|
|
5
|
-
import * as
|
|
6
|
-
import * as i1 from '@angular/cdk/dialog';
|
|
5
|
+
import * as i1 from '@angular/cdk/scrolling';
|
|
6
|
+
import * as i1$1 from '@angular/cdk/dialog';
|
|
7
7
|
import * as i2 from '@angular/cdk/overlay';
|
|
8
|
-
import * as
|
|
9
|
-
import
|
|
10
|
-
import '@angular/cdk/bidi';
|
|
8
|
+
import * as i2$1 from '@angular/cdk/portal';
|
|
9
|
+
import * as i2$2 from '@angular/cdk/bidi';
|
|
11
10
|
import '@angular/cdk/a11y';
|
|
12
11
|
import 'rxjs';
|
|
13
12
|
|
|
@@ -59,7 +58,7 @@ declare class MatDialogTitle extends MatDialogLayoutSection {
|
|
|
59
58
|
*/
|
|
60
59
|
declare class MatDialogContent {
|
|
61
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogContent, never>;
|
|
62
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogContent, "[mat-dialog-content], mat-dialog-content, [matDialogContent]", never, {}, {}, never, never, true, [{ directive: typeof
|
|
61
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogContent, "[mat-dialog-content], mat-dialog-content, [matDialogContent]", never, {}, {}, never, never, true, [{ directive: typeof i1.CdkScrollable; inputs: {}; outputs: {}; }]>;
|
|
63
62
|
}
|
|
64
63
|
/**
|
|
65
64
|
* Container for the bottom action buttons in a dialog.
|
|
@@ -78,30 +77,8 @@ declare class MatDialogActions extends MatDialogLayoutSection {
|
|
|
78
77
|
|
|
79
78
|
declare class MatDialogModule {
|
|
80
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogModule, never>;
|
|
81
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDialogModule, never, [typeof i1.DialogModule, typeof i2.OverlayModule, typeof
|
|
80
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDialogModule, never, [typeof i1$1.DialogModule, typeof i2.OverlayModule, typeof i2$1.PortalModule, typeof MatDialogContainer, typeof MatDialogClose, typeof MatDialogTitle, typeof MatDialogActions, typeof MatDialogContent], [typeof i2$2.BidiModule, typeof MatDialogContainer, typeof MatDialogClose, typeof MatDialogTitle, typeof MatDialogActions, typeof MatDialogContent]>;
|
|
82
81
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatDialogModule>;
|
|
83
82
|
}
|
|
84
83
|
|
|
85
|
-
|
|
86
|
-
* Default parameters for the animation for backwards compatibility.
|
|
87
|
-
* @docs-private
|
|
88
|
-
* @deprecated Will stop being exported.
|
|
89
|
-
* @breaking-change 21.0.0
|
|
90
|
-
*/
|
|
91
|
-
declare const _defaultParams: {
|
|
92
|
-
params: {
|
|
93
|
-
enterAnimationDuration: string;
|
|
94
|
-
exitAnimationDuration: string;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
/**
|
|
98
|
-
* Animations used by MatDialog.
|
|
99
|
-
* @docs-private
|
|
100
|
-
* @deprecated No longer used, will be removed.
|
|
101
|
-
* @breaking-change 21.0.0
|
|
102
|
-
*/
|
|
103
|
-
declare const matDialogAnimations: {
|
|
104
|
-
readonly dialogContainer: any;
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
export { MatDialogActions, MatDialogClose, MatDialogContainer, MatDialogContent, MatDialogModule, MatDialogRef, MatDialogTitle, _defaultParams, matDialogAnimations };
|
|
84
|
+
export { MatDialogActions, MatDialogClose, MatDialogContainer, MatDialogContent, MatDialogModule, MatDialogRef, MatDialogTitle };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import
|
|
4
|
-
import '@angular/cdk/bidi';
|
|
3
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
5
4
|
|
|
6
5
|
declare class MatDivider {
|
|
7
6
|
/** Whether the divider is vertically aligned. */
|
|
@@ -18,7 +17,7 @@ declare class MatDivider {
|
|
|
18
17
|
|
|
19
18
|
declare class MatDividerModule {
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDividerModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDividerModule, never, [typeof
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDividerModule, never, [typeof MatDivider], [typeof MatDivider, typeof i2.BidiModule]>;
|
|
22
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatDividerModule>;
|
|
23
22
|
}
|
|
24
23
|
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, TemplateRef, AfterContentInit, OnChanges, OnDestroy, EventEmitter, SimpleChanges, ElementRef, AfterViewInit, QueryList } from '@angular/core';
|
|
3
|
-
import
|
|
4
|
-
import * as i2 from '@angular/cdk/accordion';
|
|
3
|
+
import * as i1 from '@angular/cdk/accordion';
|
|
5
4
|
import { CdkAccordion, CdkAccordionItem } from '@angular/cdk/accordion';
|
|
6
|
-
import * as
|
|
5
|
+
import * as i2 from '@angular/cdk/portal';
|
|
7
6
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
8
7
|
import { FocusableOption, FocusOrigin } from '@angular/cdk/a11y';
|
|
9
8
|
import { Subject } from 'rxjs';
|
|
10
|
-
import '@angular/cdk/bidi';
|
|
9
|
+
import * as i2$1 from '@angular/cdk/bidi';
|
|
11
10
|
|
|
12
11
|
/** MatAccordion's display modes. */
|
|
13
12
|
type MatAccordionDisplayMode = 'default' | 'flat';
|
|
@@ -249,44 +248,9 @@ declare class MatAccordion extends CdkAccordion implements MatAccordionBase, Aft
|
|
|
249
248
|
|
|
250
249
|
declare class MatExpansionModule {
|
|
251
250
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatExpansionModule, never>;
|
|
252
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatExpansionModule, never, [typeof
|
|
251
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatExpansionModule, never, [typeof i1.CdkAccordionModule, typeof i2.PortalModule, typeof MatAccordion, typeof MatExpansionPanel, typeof MatExpansionPanelActionRow, typeof MatExpansionPanelHeader, typeof MatExpansionPanelTitle, typeof MatExpansionPanelDescription, typeof MatExpansionPanelContent], [typeof i2$1.BidiModule, typeof MatAccordion, typeof MatExpansionPanel, typeof MatExpansionPanelActionRow, typeof MatExpansionPanelHeader, typeof MatExpansionPanelTitle, typeof MatExpansionPanelDescription, typeof MatExpansionPanelContent]>;
|
|
253
252
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatExpansionModule>;
|
|
254
253
|
}
|
|
255
254
|
|
|
256
|
-
|
|
257
|
-
* Time and timing curve for expansion panel animations.
|
|
258
|
-
* @deprecated No longer used. Will be removed.
|
|
259
|
-
* @breaking-change 21.0.0
|
|
260
|
-
*/
|
|
261
|
-
declare const EXPANSION_PANEL_ANIMATION_TIMING = "225ms cubic-bezier(0.4,0.0,0.2,1)";
|
|
262
|
-
/**
|
|
263
|
-
* Animations used by the Material expansion panel.
|
|
264
|
-
*
|
|
265
|
-
* A bug in angular animation's `state` when ViewContainers are moved using ViewContainerRef.move()
|
|
266
|
-
* causes the animation state of moved components to become `void` upon exit, and not update again
|
|
267
|
-
* upon reentry into the DOM. This can lead a to situation for the expansion panel where the state
|
|
268
|
-
* of the panel is `expanded` or `collapsed` but the animation state is `void`.
|
|
269
|
-
*
|
|
270
|
-
* To correctly handle animating to the next state, we animate between `void` and `collapsed` which
|
|
271
|
-
* are defined to have the same styles. Since angular animates from the current styles to the
|
|
272
|
-
* destination state's style definition, in situations where we are moving from `void`'s styles to
|
|
273
|
-
* `collapsed` this acts a noop since no style values change.
|
|
274
|
-
*
|
|
275
|
-
* In the case where angular's animation state is out of sync with the expansion panel's state, the
|
|
276
|
-
* expansion panel being `expanded` and angular animations being `void`, the animation from the
|
|
277
|
-
* `expanded`'s effective styles (though in a `void` animation state) to the collapsed state will
|
|
278
|
-
* occur as expected.
|
|
279
|
-
*
|
|
280
|
-
* Angular Bug: https://github.com/angular/angular/issues/18847
|
|
281
|
-
*
|
|
282
|
-
* @docs-private
|
|
283
|
-
* @deprecated No longer being used, to be removed.
|
|
284
|
-
* @breaking-change 21.0.0
|
|
285
|
-
*/
|
|
286
|
-
declare const matExpansionAnimations: {
|
|
287
|
-
readonly indicatorRotate: any;
|
|
288
|
-
readonly bodyExpansion: any;
|
|
289
|
-
};
|
|
290
|
-
|
|
291
|
-
export { EXPANSION_PANEL_ANIMATION_TIMING, MAT_ACCORDION, MAT_EXPANSION_PANEL, MAT_EXPANSION_PANEL_DEFAULT_OPTIONS, MatAccordion, MatExpansionModule, MatExpansionPanel, MatExpansionPanelActionRow, MatExpansionPanelContent, MatExpansionPanelDescription, MatExpansionPanelHeader, MatExpansionPanelTitle, matExpansionAnimations };
|
|
255
|
+
export { MAT_ACCORDION, MAT_EXPANSION_PANEL, MAT_EXPANSION_PANEL_DEFAULT_OPTIONS, MatAccordion, MatExpansionModule, MatExpansionPanel, MatExpansionPanelActionRow, MatExpansionPanelContent, MatExpansionPanelDescription, MatExpansionPanelHeader, MatExpansionPanelTitle };
|
|
292
256
|
export type { MatAccordionBase, MatAccordionDisplayMode, MatAccordionTogglePosition, MatExpansionPanelDefaultOptions, MatExpansionPanelState };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { MatFormFieldControlHarness, MatFormFieldControlHarnessBase } from '
|
|
1
|
+
export { MatFormFieldControlHarness, MatFormFieldControlHarnessBase } from './_form-field-control-harness-chunk.js';
|
|
2
2
|
import { BaseHarnessFilters } from '@angular/cdk/testing';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { MatFormFieldControlHarness } from '
|
|
1
|
+
import { MatFormFieldControlHarness } from './_form-field-control-harness-chunk.js';
|
|
2
2
|
import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
3
|
-
import { MatInputHarness } from '
|
|
4
|
-
import { MatSelectHarness } from '
|
|
5
|
-
import { MatDatepickerInputHarness, MatDateRangeInputHarness } from '
|
|
3
|
+
import { MatInputHarness } from './_input-harness-chunk.js';
|
|
4
|
+
import { MatSelectHarness } from './select-testing.js';
|
|
5
|
+
import { MatDatepickerInputHarness, MatDateRangeInputHarness } from './_date-range-input-harness-chunk.js';
|
|
6
6
|
import '@angular/material/form-field/testing/control';
|
|
7
7
|
import '@angular/material/core/testing';
|
|
8
8
|
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
export { MatFormFieldModule, MatLabel } from '
|
|
2
|
-
export { FloatLabelType, MAT_ERROR, MAT_FORM_FIELD, MAT_FORM_FIELD_DEFAULT_OPTIONS, MAT_PREFIX, MAT_SUFFIX, MatError, MatFormField, MatFormFieldAppearance, MatFormFieldDefaultOptions, MatHint, MatPrefix, MatSuffix, SubscriptSizing } from '
|
|
3
|
-
export { MatFormFieldControl } from '
|
|
1
|
+
export { MatFormFieldModule, MatLabel } from './_form-field-module-chunk.js';
|
|
2
|
+
export { FloatLabelType, MAT_ERROR, MAT_FORM_FIELD, MAT_FORM_FIELD_DEFAULT_OPTIONS, MAT_PREFIX, MAT_SUFFIX, MatError, MatFormField, MatFormFieldAppearance, MatFormFieldDefaultOptions, MatHint, MatPrefix, MatSuffix, SubscriptSizing } from './_form-field-chunk.js';
|
|
3
|
+
export { MatFormFieldControl } from './_form-field-control-chunk.js';
|
|
4
4
|
import '@angular/core';
|
|
5
|
-
import '../common-module.d.js';
|
|
6
|
-
import '@angular/cdk/bidi';
|
|
7
5
|
import '@angular/cdk/observers';
|
|
6
|
+
import '@angular/cdk/bidi';
|
|
8
7
|
import '@angular/cdk/coercion';
|
|
9
8
|
import '@angular/forms';
|
|
10
|
-
import '
|
|
9
|
+
import './_palette-chunk.js';
|
|
11
10
|
import 'rxjs';
|
|
12
11
|
|
|
13
12
|
/** @docs-private */
|
|
@@ -17,14 +16,4 @@ declare function getMatFormFieldDuplicatedHintError(align: string): Error;
|
|
|
17
16
|
/** @docs-private */
|
|
18
17
|
declare function getMatFormFieldMissingControlError(): Error;
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
* Animations used by the MatFormField.
|
|
22
|
-
* @docs-private
|
|
23
|
-
* @deprecated No longer used, will be removed.
|
|
24
|
-
* @breaking-change 21.0.0
|
|
25
|
-
*/
|
|
26
|
-
declare const matFormFieldAnimations: {
|
|
27
|
-
readonly transitionMessages: any;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
export { getMatFormFieldDuplicatedHintError, getMatFormFieldMissingControlError, getMatFormFieldPlaceholderConflictError, matFormFieldAnimations };
|
|
19
|
+
export { getMatFormFieldDuplicatedHintError, getMatFormFieldMissingControlError, getMatFormFieldPlaceholderConflictError };
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { MatLine, MatLineModule } from '
|
|
1
|
+
import { MatLine, MatLineModule } from './_line-chunk.js';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { AfterContentInit, QueryList, OnInit, AfterContentChecked } from '@angular/core';
|
|
4
|
-
import { MatCommonModule } from '../common-module.d.js';
|
|
5
4
|
import { NumberInput } from '@angular/cdk/coercion';
|
|
6
|
-
import '@angular/cdk/bidi';
|
|
5
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
7
6
|
|
|
8
7
|
/**
|
|
9
8
|
* Interface describing a tile.
|
|
@@ -199,7 +198,7 @@ declare class MatGridList implements MatGridListBase, OnInit, AfterContentChecke
|
|
|
199
198
|
|
|
200
199
|
declare class MatGridListModule {
|
|
201
200
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatGridListModule, never>;
|
|
202
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatGridListModule, never, [typeof MatLineModule, typeof
|
|
201
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatGridListModule, never, [typeof MatLineModule, typeof MatGridList, typeof MatGridTile, typeof MatGridTileText, typeof MatGridTileHeaderCssMatStyler, typeof MatGridTileFooterCssMatStyler, typeof MatGridAvatarCssMatStyler], [typeof i2.BidiModule, typeof MatGridList, typeof MatGridTile, typeof MatGridTileText, typeof MatLineModule, typeof MatGridTileHeaderCssMatStyler, typeof MatGridTileFooterCssMatStyler, typeof MatGridAvatarCssMatStyler]>;
|
|
203
202
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatGridListModule>;
|
|
204
203
|
}
|
|
205
204
|
|
|
@@ -2,7 +2,7 @@ import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular
|
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { OnDestroy } from '@angular/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
|
-
import { MatIconRegistry } from '
|
|
5
|
+
import { MatIconRegistry } from './_icon-registry-chunk.js';
|
|
6
6
|
import '@angular/common/http';
|
|
7
7
|
import '@angular/platform-browser';
|
|
8
8
|
|
package/types/icon.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { MAT_ICON_DEFAULT_OPTIONS, MAT_ICON_LOCATION, MatIcon, MatIconDefaultOptions, MatIconLocation, MatIconModule } from './_icon-module-chunk.js';
|
|
2
|
+
export { IconOptions, IconResolver, MatIconRegistry, SafeResourceUrlWithIconOptions, getMatIconFailedToSanitizeLiteralError, getMatIconFailedToSanitizeUrlError, getMatIconNameNotFoundError, getMatIconNoHttpProviderError } from './_icon-registry-chunk.js';
|
|
3
|
+
import '@angular/core';
|
|
4
|
+
import './_palette-chunk.js';
|
|
5
|
+
import '@angular/cdk/bidi';
|
|
6
|
+
import '@angular/common/http';
|
|
7
|
+
import '@angular/platform-browser';
|
|
8
|
+
import 'rxjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { InputHarnessFilters, MatInputHarness } from '
|
|
1
|
+
export { InputHarnessFilters, MatInputHarness } from './_input-harness-chunk.js';
|
|
2
2
|
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
3
|
-
import { MatFormFieldControlHarnessBase } from '
|
|
3
|
+
import { MatFormFieldControlHarnessBase } from './_form-field-control-harness-chunk.js';
|
|
4
4
|
import { MatFormFieldControlHarnessFilters } from '@angular/material/form-field/testing/control';
|
|
5
5
|
|
|
6
6
|
/** A set of criteria that can be used to filter a list of `MatNativeSelectHarness` instances. */
|
|
@@ -4,16 +4,15 @@ import * as i0 from '@angular/core';
|
|
|
4
4
|
import { InjectionToken, OnChanges, OnDestroy, AfterViewInit, DoCheck, ElementRef, WritableSignal } from '@angular/core';
|
|
5
5
|
import { NgControl } from '@angular/forms';
|
|
6
6
|
import { Subject } from 'rxjs';
|
|
7
|
-
import { ErrorStateMatcher } from '
|
|
8
|
-
import { MatFormField } from '
|
|
9
|
-
export { MatError, MatHint, MatPrefix, MatSuffix } from '
|
|
10
|
-
import { MatFormFieldControl } from '
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import * as
|
|
15
|
-
import '
|
|
16
|
-
import '@angular/cdk/bidi';
|
|
7
|
+
import { ErrorStateMatcher } from './_error-options-chunk.js';
|
|
8
|
+
import { MatFormField } from './_form-field-chunk.js';
|
|
9
|
+
export { MatError, MatHint, MatPrefix, MatSuffix } from './_form-field-chunk.js';
|
|
10
|
+
import { MatFormFieldControl } from './_form-field-control-chunk.js';
|
|
11
|
+
import { MatFormFieldModule } from './_form-field-module-chunk.js';
|
|
12
|
+
export { MatLabel } from './_form-field-module-chunk.js';
|
|
13
|
+
import * as i3 from '@angular/cdk/text-field';
|
|
14
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
15
|
+
import './_palette-chunk.js';
|
|
17
16
|
import '@angular/cdk/observers';
|
|
18
17
|
|
|
19
18
|
/** Object that can be used to configure the default options for the input. */
|
|
@@ -188,7 +187,7 @@ declare class MatInput implements MatFormFieldControl<any>, OnChanges, OnDestroy
|
|
|
188
187
|
|
|
189
188
|
declare class MatInputModule {
|
|
190
189
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatInputModule, never>;
|
|
191
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatInputModule, never, [typeof
|
|
190
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatInputModule, never, [typeof MatFormFieldModule, typeof MatInput], [typeof MatInput, typeof MatFormFieldModule, typeof i3.TextFieldModule, typeof i2.BidiModule]>;
|
|
192
191
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatInputModule>;
|
|
193
192
|
}
|
|
194
193
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate, ContentContainerComponentHarness, ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
2
|
-
import { DividerHarnessFilters, MatDividerHarness } from '
|
|
3
|
-
import { MatListOptionTogglePosition } from '
|
|
2
|
+
import { DividerHarnessFilters, MatDividerHarness } from './divider-testing.js';
|
|
3
|
+
import { MatListOptionTogglePosition } from './_list-option-types-chunk.js';
|
|
4
4
|
|
|
5
5
|
interface ListHarnessFilters extends BaseHarnessFilters {
|
|
6
6
|
}
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, ElementRef, AfterViewInit, OnDestroy, NgZone, QueryList, OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
-
import { RippleTarget, RippleConfig, RippleGlobalOptions } from '
|
|
5
|
-
import { ListOption, MatListOptionTogglePosition } from '
|
|
6
|
-
import { MatDividerModule } from '
|
|
7
|
-
export { MatDivider } from '
|
|
8
|
-
import * as
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { MatPseudoCheckboxModule } from '../pseudo-checkbox-module.d.js';
|
|
4
|
+
import { RippleTarget, RippleConfig, RippleGlobalOptions } from './_ripple-chunk.js';
|
|
5
|
+
import { ListOption, MatListOptionTogglePosition } from './_list-option-types-chunk.js';
|
|
6
|
+
import { MatDividerModule } from './divider.js';
|
|
7
|
+
export { MatDivider } from './divider.js';
|
|
8
|
+
import * as i1 from '@angular/cdk/observers';
|
|
9
|
+
import { MatRippleModule } from './_ripple-module-chunk.js';
|
|
10
|
+
import { MatPseudoCheckboxModule } from './_pseudo-checkbox-module-chunk.js';
|
|
12
11
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
13
12
|
import { ControlValueAccessor } from '@angular/forms';
|
|
14
|
-
import { ThemePalette } from '
|
|
13
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
14
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
15
15
|
import '@angular/cdk/platform';
|
|
16
|
-
import '@angular/cdk/bidi';
|
|
17
16
|
|
|
18
17
|
/** Object that can be used to configure the default options for the list module. */
|
|
19
18
|
interface MatListConfig {
|
|
@@ -509,7 +508,7 @@ declare class MatListSubheaderCssMatStyler {
|
|
|
509
508
|
|
|
510
509
|
declare class MatListModule {
|
|
511
510
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatListModule, never>;
|
|
512
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatListModule, never, [typeof
|
|
511
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatListModule, never, [typeof i1.ObserversModule, typeof MatRippleModule, typeof MatPseudoCheckboxModule, typeof MatList, typeof MatActionList, typeof MatNavList, typeof MatSelectionList, typeof MatListItem, typeof MatListOption, typeof MatListSubheaderCssMatStyler, typeof MatListItemAvatar, typeof MatListItemIcon, typeof MatListItemLine, typeof MatListItemTitle, typeof MatListItemMeta], [typeof i2.BidiModule, typeof MatList, typeof MatActionList, typeof MatNavList, typeof MatSelectionList, typeof MatListItem, typeof MatListOption, typeof MatListItemAvatar, typeof MatListItemIcon, typeof MatListSubheaderCssMatStyler, typeof MatDividerModule, typeof MatListItemLine, typeof MatListItemTitle, typeof MatListItemMeta]>;
|
|
513
512
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatListModule>;
|
|
514
513
|
}
|
|
515
514
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, OnDestroy, TemplateRef, EventEmitter, AfterViewInit, AfterContentInit, OnInit, QueryList, ElementRef } from '@angular/core';
|
|
3
3
|
import { FocusOrigin, FocusableOption } from '@angular/cdk/a11y';
|
|
4
|
+
import * as i2$1 from '@angular/cdk/bidi';
|
|
4
5
|
import { Direction } from '@angular/cdk/bidi';
|
|
5
6
|
import * as rxjs from 'rxjs';
|
|
6
7
|
import { Subject, Observable } from 'rxjs';
|
|
7
8
|
import * as i2 from '@angular/cdk/overlay';
|
|
8
9
|
import { ScrollStrategy, OverlayRef, FlexibleConnectedPositionStrategyOrigin } from '@angular/cdk/overlay';
|
|
9
|
-
import { MatRippleModule } from '
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import '../ripple.d.js';
|
|
10
|
+
import { MatRippleModule } from './_ripple-module-chunk.js';
|
|
11
|
+
import * as i1 from '@angular/cdk/scrolling';
|
|
12
|
+
import './_ripple-chunk.js';
|
|
13
13
|
import '@angular/cdk/platform';
|
|
14
14
|
|
|
15
15
|
type MenuPositionX = 'before' | 'after';
|
|
@@ -181,7 +181,7 @@ declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuItem>, On
|
|
|
181
181
|
/** Emits whenever an animation on the menu completes. */
|
|
182
182
|
readonly _animationDone: Subject<"void" | "enter">;
|
|
183
183
|
/** Whether the menu is animating. */
|
|
184
|
-
_isAnimating: boolean
|
|
184
|
+
_isAnimating: i0.WritableSignal<boolean>;
|
|
185
185
|
/** Parent menu of the current menu panel. */
|
|
186
186
|
parentMenu: MatMenuPanel | undefined;
|
|
187
187
|
/** Layout direction of the menu. */
|
|
@@ -305,22 +305,6 @@ declare class MatMenu implements AfterContentInit, MatMenuPanel<MatMenuItem>, On
|
|
|
305
305
|
|
|
306
306
|
/** Injection token that determines the scroll handling while the menu is open. */
|
|
307
307
|
declare const MAT_MENU_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
|
|
308
|
-
/**
|
|
309
|
-
* @docs-private
|
|
310
|
-
* @deprecated No longer used, will be removed.
|
|
311
|
-
* @breaking-change 21.0.0
|
|
312
|
-
*/
|
|
313
|
-
declare function MAT_MENU_SCROLL_STRATEGY_FACTORY(_overlay: unknown): () => ScrollStrategy;
|
|
314
|
-
/**
|
|
315
|
-
* @docs-private
|
|
316
|
-
* @deprecated No longer used, will be removed.
|
|
317
|
-
* @breaking-change 21.0.0
|
|
318
|
-
*/
|
|
319
|
-
declare const MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER: {
|
|
320
|
-
provide: InjectionToken<() => ScrollStrategy>;
|
|
321
|
-
deps: any[];
|
|
322
|
-
useFactory: typeof MAT_MENU_SCROLL_STRATEGY_FACTORY;
|
|
323
|
-
};
|
|
324
308
|
/**
|
|
325
309
|
* Default top padding of the menu panel.
|
|
326
310
|
* @deprecated No longer being used. Will be removed.
|
|
@@ -550,34 +534,9 @@ declare class MatContextMenuTrigger extends MatMenuTriggerBase implements OnDest
|
|
|
550
534
|
|
|
551
535
|
declare class MatMenuModule {
|
|
552
536
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatMenuModule, never>;
|
|
553
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatMenuModule, never, [typeof MatRippleModule, typeof
|
|
537
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatMenuModule, never, [typeof MatRippleModule, typeof i2.OverlayModule, typeof MatMenu, typeof MatMenuItem, typeof MatMenuContent, typeof MatMenuTrigger, typeof MatContextMenuTrigger], [typeof i2$1.BidiModule, typeof i1.CdkScrollableModule, typeof MatMenu, typeof MatMenuItem, typeof MatMenuContent, typeof MatMenuTrigger, typeof MatContextMenuTrigger]>;
|
|
554
538
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatMenuModule>;
|
|
555
539
|
}
|
|
556
540
|
|
|
557
|
-
|
|
558
|
-
* Animations used by the mat-menu component.
|
|
559
|
-
* Animation duration and timing values are based on:
|
|
560
|
-
* https://material.io/guidelines/components/menus.html#menus-usage
|
|
561
|
-
* @docs-private
|
|
562
|
-
* @deprecated No longer used, will be removed.
|
|
563
|
-
* @breaking-change 21.0.0
|
|
564
|
-
*/
|
|
565
|
-
declare const matMenuAnimations: {
|
|
566
|
-
readonly transformMenu: any;
|
|
567
|
-
readonly fadeInItems: any;
|
|
568
|
-
};
|
|
569
|
-
/**
|
|
570
|
-
* @deprecated
|
|
571
|
-
* @breaking-change 8.0.0
|
|
572
|
-
* @docs-private
|
|
573
|
-
*/
|
|
574
|
-
declare const fadeInItems: any;
|
|
575
|
-
/**
|
|
576
|
-
* @deprecated
|
|
577
|
-
* @breaking-change 8.0.0
|
|
578
|
-
* @docs-private
|
|
579
|
-
*/
|
|
580
|
-
declare const transformMenu: any;
|
|
581
|
-
|
|
582
|
-
export { MAT_MENU_CONTENT, MAT_MENU_DEFAULT_OPTIONS, MAT_MENU_PANEL, MAT_MENU_SCROLL_STRATEGY, MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER, MENU_PANEL_TOP_PADDING, MatContextMenuTrigger, MatMenu, MatMenuContent, MatMenuItem, MatMenuModule, MatMenuTrigger, fadeInItems, matMenuAnimations, transformMenu };
|
|
541
|
+
export { MAT_MENU_CONTENT, MAT_MENU_DEFAULT_OPTIONS, MAT_MENU_PANEL, MAT_MENU_SCROLL_STRATEGY, MENU_PANEL_TOP_PADDING, MatContextMenuTrigger, MatMenu, MatMenuContent, MatMenuItem, MatMenuModule, MatMenuTrigger };
|
|
583
542
|
export type { MatMenuDefaultOptions, MatMenuPanel, MenuCloseReason, MenuPositionX, MenuPositionY };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _angular_cdk_testing from '@angular/cdk/testing';
|
|
2
2
|
import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
3
|
-
import { MatSelectHarness } from '
|
|
3
|
+
import { MatSelectHarness } from './select-testing.js';
|
|
4
4
|
import '@angular/material/core/testing';
|
|
5
5
|
import '@angular/material/form-field/testing/control';
|
|
6
6
|
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { MatButtonModule } from './button.js';
|
|
3
|
+
import { MatSelectModule } from './select.js';
|
|
4
|
+
import { MatTooltipModule } from './tooltip.js';
|
|
5
|
+
import { MatPaginator } from './_paginator-chunk.js';
|
|
6
|
+
export { MAT_PAGINATOR_DEFAULT_OPTIONS, MatPaginatorDefaultOptions, MatPaginatorIntl, MatPaginatorSelectConfig, PageEvent } from './_paginator-chunk.js';
|
|
7
|
+
import '@angular/cdk/a11y';
|
|
8
|
+
import './_palette-chunk.js';
|
|
9
|
+
import './_ripple-loader-chunk.js';
|
|
10
|
+
import './_ripple-module-chunk.js';
|
|
11
|
+
import './_ripple-chunk.js';
|
|
12
|
+
import '@angular/cdk/platform';
|
|
13
|
+
import '@angular/cdk/bidi';
|
|
14
|
+
import '@angular/cdk/overlay';
|
|
15
|
+
import './_option-module-chunk.js';
|
|
16
|
+
import './_pseudo-checkbox-module-chunk.js';
|
|
17
|
+
import './_option-chunk.js';
|
|
18
|
+
import 'rxjs';
|
|
19
|
+
import '@angular/cdk/collections';
|
|
20
|
+
import '@angular/cdk/scrolling';
|
|
21
|
+
import '@angular/forms';
|
|
22
|
+
import './_error-options-chunk.js';
|
|
23
|
+
import './_form-field-chunk.js';
|
|
24
|
+
import '@angular/cdk/coercion';
|
|
25
|
+
import './_form-field-control-chunk.js';
|
|
26
|
+
import './_form-field-module-chunk.js';
|
|
27
|
+
import '@angular/cdk/observers';
|
|
28
|
+
|
|
29
|
+
declare class MatPaginatorModule {
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatorModule, never>;
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatPaginatorModule, never, [typeof MatButtonModule, typeof MatSelectModule, typeof MatTooltipModule, typeof MatPaginator], [typeof MatPaginator]>;
|
|
32
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatPaginatorModule>;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export { MatPaginator, MatPaginatorModule };
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, AfterViewInit, OnDestroy, ElementRef, EventEmitter } from '@angular/core';
|
|
3
|
-
import { ThemePalette } from '
|
|
4
|
-
import
|
|
5
|
-
import '@angular/cdk/bidi';
|
|
3
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
4
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
6
5
|
|
|
7
6
|
/** Last animation end data. */
|
|
8
7
|
interface ProgressAnimationEnd {
|
|
@@ -36,12 +35,6 @@ declare const MAT_PROGRESS_BAR_LOCATION: InjectionToken<MatProgressBarLocation>;
|
|
|
36
35
|
interface MatProgressBarLocation {
|
|
37
36
|
getPathname: () => string;
|
|
38
37
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @docs-private
|
|
41
|
-
* @deprecated No longer used, will be removed.
|
|
42
|
-
* @breaking-change 21.0.0
|
|
43
|
-
*/
|
|
44
|
-
declare function MAT_PROGRESS_BAR_LOCATION_FACTORY(): MatProgressBarLocation;
|
|
45
38
|
type ProgressBarMode = 'determinate' | 'indeterminate' | 'buffer' | 'query';
|
|
46
39
|
declare class MatProgressBar implements AfterViewInit, OnDestroy {
|
|
47
40
|
readonly _elementRef: ElementRef<HTMLElement>;
|
|
@@ -105,9 +98,9 @@ declare class MatProgressBar implements AfterViewInit, OnDestroy {
|
|
|
105
98
|
|
|
106
99
|
declare class MatProgressBarModule {
|
|
107
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressBarModule, never>;
|
|
108
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressBarModule, never, [typeof MatProgressBar], [typeof MatProgressBar, typeof
|
|
101
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressBarModule, never, [typeof MatProgressBar], [typeof MatProgressBar, typeof i2.BidiModule]>;
|
|
109
102
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatProgressBarModule>;
|
|
110
103
|
}
|
|
111
104
|
|
|
112
|
-
export { MAT_PROGRESS_BAR_DEFAULT_OPTIONS, MAT_PROGRESS_BAR_LOCATION,
|
|
105
|
+
export { MAT_PROGRESS_BAR_DEFAULT_OPTIONS, MAT_PROGRESS_BAR_LOCATION, MatProgressBar, MatProgressBarModule };
|
|
113
106
|
export type { MatProgressBarDefaultOptions, MatProgressBarLocation, ProgressAnimationEnd, ProgressBarMode };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import { ProgressSpinnerMode } from '
|
|
2
|
+
import { ProgressSpinnerMode } from './_progress-spinner-chunk.js';
|
|
3
3
|
import '@angular/core';
|
|
4
|
-
import '
|
|
4
|
+
import './_palette-chunk.js';
|
|
5
5
|
|
|
6
6
|
/** A set of criteria that can be used to filter a list of `MatProgressSpinnerHarness` instances. */
|
|
7
7
|
interface ProgressSpinnerHarnessFilters extends BaseHarnessFilters {
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { MatProgressSpinner } from '
|
|
2
|
-
export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS,
|
|
1
|
+
import { MatProgressSpinner } from './_progress-spinner-chunk.js';
|
|
2
|
+
export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS, MatProgressSpinnerDefaultOptions, MatSpinner, ProgressSpinnerMode } from './_progress-spinner-chunk.js';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import
|
|
5
|
-
import '
|
|
6
|
-
import '@angular/cdk/bidi';
|
|
4
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
5
|
+
import './_palette-chunk.js';
|
|
7
6
|
|
|
8
7
|
declare class MatProgressSpinnerModule {
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressSpinnerModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressSpinnerModule, never, [typeof MatProgressSpinner, typeof MatProgressSpinner], [typeof MatProgressSpinner, typeof MatProgressSpinner, typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressSpinnerModule, never, [typeof MatProgressSpinner, typeof MatProgressSpinner], [typeof MatProgressSpinner, typeof MatProgressSpinner, typeof i2.BidiModule]>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatProgressSpinnerModule>;
|
|
12
11
|
}
|
|
13
12
|
|
|
@@ -2,11 +2,10 @@ import { FocusOrigin } from '@angular/cdk/a11y';
|
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { InjectionToken, AfterContentInit, OnDestroy, EventEmitter, QueryList, OnInit, AfterViewInit, DoCheck, ElementRef } from '@angular/core';
|
|
4
4
|
import { ControlValueAccessor } from '@angular/forms';
|
|
5
|
-
import { ThemePalette } from '
|
|
6
|
-
import {
|
|
7
|
-
import
|
|
8
|
-
import '
|
|
9
|
-
import '../ripple.d.js';
|
|
5
|
+
import { ThemePalette } from './_palette-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
|
/** Change event object emitted by radio button and radio group. */
|
|
@@ -46,12 +45,6 @@ interface MatRadioDefaultOptions {
|
|
|
46
45
|
disabledInteractive?: boolean;
|
|
47
46
|
}
|
|
48
47
|
declare const MAT_RADIO_DEFAULT_OPTIONS: InjectionToken<MatRadioDefaultOptions>;
|
|
49
|
-
/**
|
|
50
|
-
* @docs-private
|
|
51
|
-
* @deprecated No longer used, will be removed.
|
|
52
|
-
* @breaking-change 21.0.0
|
|
53
|
-
*/
|
|
54
|
-
declare function MAT_RADIO_DEFAULT_OPTIONS_FACTORY(): MatRadioDefaultOptions;
|
|
55
48
|
/**
|
|
56
49
|
* A group of radio buttons. May contain one or more `<mat-radio-button>` elements.
|
|
57
50
|
*/
|
|
@@ -294,9 +287,9 @@ declare class MatRadioButton implements OnInit, AfterViewInit, DoCheck, OnDestro
|
|
|
294
287
|
|
|
295
288
|
declare class MatRadioModule {
|
|
296
289
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRadioModule, never>;
|
|
297
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatRadioModule, never, [typeof
|
|
290
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatRadioModule, never, [typeof MatRippleModule, typeof MatRadioGroup, typeof MatRadioButton], [typeof i2.BidiModule, typeof MatRadioGroup, typeof MatRadioButton]>;
|
|
298
291
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatRadioModule>;
|
|
299
292
|
}
|
|
300
293
|
|
|
301
|
-
export { MAT_RADIO_DEFAULT_OPTIONS,
|
|
294
|
+
export { MAT_RADIO_DEFAULT_OPTIONS, MAT_RADIO_GROUP, MAT_RADIO_GROUP_CONTROL_VALUE_ACCESSOR, MatRadioButton, MatRadioChange, MatRadioGroup, MatRadioModule };
|
|
302
295
|
export type { MatRadioDefaultOptions };
|