@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,21 +1,21 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { ElementRef, OnInit, AfterViewInit, AfterContentInit, DoCheck, OnDestroy, ChangeDetectorRef, NgZone, QueryList, EventEmitter, Injector,
|
|
2
|
+
import { ElementRef, OnInit, AfterViewInit, AfterContentInit, DoCheck, OnDestroy, ChangeDetectorRef, NgZone, QueryList, EventEmitter, Injector, InjectionToken, OnChanges } from '@angular/core';
|
|
3
3
|
import { Subject, Observable } from 'rxjs';
|
|
4
4
|
import { FocusKeyManager } from '@angular/cdk/a11y';
|
|
5
5
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
6
|
-
import { ErrorStateMatcher } from '
|
|
7
|
-
import { MatFormFieldControl } from '
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import '@angular/cdk/bidi';
|
|
11
|
-
import '
|
|
6
|
+
import { ErrorStateMatcher } from './_error-options-chunk.js';
|
|
7
|
+
import { MatFormFieldControl } from './_form-field-control-chunk.js';
|
|
8
|
+
import { MatRippleModule } from './_ripple-module-chunk.js';
|
|
9
|
+
import { ModifierKey } from '@angular/cdk/keycodes';
|
|
10
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
11
|
+
import './_ripple-chunk.js';
|
|
12
12
|
import '@angular/cdk/platform';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* A non-interactive section of a chip.
|
|
16
16
|
* @docs-private
|
|
17
17
|
*/
|
|
18
|
-
declare class
|
|
18
|
+
declare class MatChipContent {
|
|
19
19
|
_elementRef: ElementRef<HTMLElement>;
|
|
20
20
|
protected _parentChip: {
|
|
21
21
|
_handlePrimaryActionInteraction(): void;
|
|
@@ -24,8 +24,6 @@ declare class MatChipAction {
|
|
|
24
24
|
_edit(): void;
|
|
25
25
|
_isEditing?: boolean;
|
|
26
26
|
};
|
|
27
|
-
/** Whether the action is interactive. */
|
|
28
|
-
isInteractive: boolean;
|
|
29
27
|
/** Whether this is the primary action in the chip. */
|
|
30
28
|
_isPrimary: boolean;
|
|
31
29
|
/** Whether this is the leading action in the chip. */
|
|
@@ -44,18 +42,26 @@ declare class MatChipAction {
|
|
|
44
42
|
* Determine the value of the disabled attribute for this chip action.
|
|
45
43
|
*/
|
|
46
44
|
protected _getDisabledAttribute(): string | null;
|
|
45
|
+
constructor(...args: unknown[]);
|
|
46
|
+
focus(): void;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatChipContent, never>;
|
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipContent, "[matChipContent]", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "_allowFocusWhenDisabled": { "alias": "_allowFocusWhenDisabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
49
|
+
static ngAcceptInputType_disabled: unknown;
|
|
50
|
+
static ngAcceptInputType_tabIndex: unknown;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Interactive section of a chip.
|
|
54
|
+
* @docs-private
|
|
55
|
+
*/
|
|
56
|
+
declare class MatChipAction extends MatChipContent {
|
|
47
57
|
/**
|
|
48
58
|
* Determine the value of the tabindex attribute for this chip action.
|
|
49
59
|
*/
|
|
50
60
|
protected _getTabindex(): string | null;
|
|
51
|
-
constructor(...args: unknown[]);
|
|
52
|
-
focus(): void;
|
|
53
61
|
_handleClick(event: MouseEvent): void;
|
|
54
62
|
_handleKeydown(event: KeyboardEvent): void;
|
|
55
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatChipAction, never>;
|
|
56
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipAction, "[matChipAction]", never, {
|
|
57
|
-
static ngAcceptInputType_disabled: unknown;
|
|
58
|
-
static ngAcceptInputType_tabIndex: unknown;
|
|
64
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipAction, "[matChipAction]", never, {}, {}, never, never, true, never>;
|
|
59
65
|
}
|
|
60
66
|
|
|
61
67
|
/** Avatar image within a chip. */
|
|
@@ -64,12 +70,7 @@ declare class MatChipAvatar {
|
|
|
64
70
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipAvatar, "mat-chip-avatar, [matChipAvatar]", never, {}, {}, never, never, true, never>;
|
|
65
71
|
}
|
|
66
72
|
/** Non-interactive trailing icon in a chip. */
|
|
67
|
-
declare class MatChipTrailingIcon extends
|
|
68
|
-
/**
|
|
69
|
-
* MDC considers all trailing actions as a remove icon,
|
|
70
|
-
* but we support non-interactive trailing icons.
|
|
71
|
-
*/
|
|
72
|
-
isInteractive: boolean;
|
|
73
|
+
declare class MatChipTrailingIcon extends MatChipContent {
|
|
73
74
|
_isPrimary: boolean;
|
|
74
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatChipTrailingIcon, never>;
|
|
75
76
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipTrailingIcon, "mat-chip-trailing-icon, [matChipTrailingIcon]", never, {}, {}, never, never, true, never>;
|
|
@@ -498,7 +499,7 @@ declare class MatChipSet implements AfterViewInit, OnDestroy {
|
|
|
498
499
|
* Determines if key manager should avoid putting a given chip action in the tab index. Skip
|
|
499
500
|
* non-interactive and disabled actions since the user can't do anything with them.
|
|
500
501
|
*/
|
|
501
|
-
protected _skipPredicate(action:
|
|
502
|
+
protected _skipPredicate(action: MatChipContent): boolean;
|
|
502
503
|
/** Listens to changes in the chip set and syncs up the state of the individual chips. */
|
|
503
504
|
private _trackChipSetChanges;
|
|
504
505
|
/** Starts tracking the destroyed chips in order to capture the focused one. */
|
|
@@ -694,9 +695,10 @@ declare class MatChipGrid extends MatChipSet implements AfterContentInit, AfterV
|
|
|
694
695
|
*/
|
|
695
696
|
readonly controlType: string;
|
|
696
697
|
/** The chip input to add more chips */
|
|
697
|
-
protected _chipInput
|
|
698
|
+
protected _chipInput?: MatChipTextControl;
|
|
698
699
|
protected _defaultRole: string;
|
|
699
700
|
private _errorStateTracker;
|
|
701
|
+
private _uid;
|
|
700
702
|
/**
|
|
701
703
|
* List of element ids to propagate to the chipInput's aria-describedby attribute.
|
|
702
704
|
*/
|
|
@@ -780,7 +782,6 @@ declare class MatChipGrid extends MatChipSet implements AfterContentInit, AfterV
|
|
|
780
782
|
set errorState(value: boolean);
|
|
781
783
|
constructor(...args: unknown[]);
|
|
782
784
|
ngAfterContentInit(): void;
|
|
783
|
-
ngAfterViewInit(): void;
|
|
784
785
|
ngDoCheck(): void;
|
|
785
786
|
ngOnDestroy(): void;
|
|
786
787
|
/** Associates an HTML input element with this chip grid. */
|
|
@@ -848,6 +849,51 @@ declare class MatChipGrid extends MatChipSet implements AfterContentInit, AfterV
|
|
|
848
849
|
static ngAcceptInputType_required: unknown;
|
|
849
850
|
}
|
|
850
851
|
|
|
852
|
+
/** Key that can be used as a separator between chips. */
|
|
853
|
+
interface SeparatorKey {
|
|
854
|
+
keyCode: number;
|
|
855
|
+
modifiers: readonly ModifierKey[];
|
|
856
|
+
}
|
|
857
|
+
/** Default options, for the chips module, that can be overridden. */
|
|
858
|
+
interface MatChipsDefaultOptions {
|
|
859
|
+
/** The list of key codes that will trigger a chipEnd event. */
|
|
860
|
+
separatorKeyCodes: readonly (number | SeparatorKey)[] | ReadonlySet<number | SeparatorKey>;
|
|
861
|
+
/** Whether icon indicators should be hidden for single-selection. */
|
|
862
|
+
hideSingleSelectionIndicator?: boolean;
|
|
863
|
+
/** Whether the chip input should be interactive while disabled by default. */
|
|
864
|
+
inputDisabledInteractive?: boolean;
|
|
865
|
+
}
|
|
866
|
+
/** Injection token to be used to override the default options for the chips module. */
|
|
867
|
+
declare const MAT_CHIPS_DEFAULT_OPTIONS: InjectionToken<MatChipsDefaultOptions>;
|
|
868
|
+
/**
|
|
869
|
+
* Injection token that can be used to reference instances of `MatChipAvatar`. It serves as
|
|
870
|
+
* alternative token to the actual `MatChipAvatar` class which could cause unnecessary
|
|
871
|
+
* retention of the class and its directive metadata.
|
|
872
|
+
*/
|
|
873
|
+
declare const MAT_CHIP_AVATAR: InjectionToken<unknown>;
|
|
874
|
+
/**
|
|
875
|
+
* Injection token that can be used to reference instances of `MatChipTrailingIcon`. It serves as
|
|
876
|
+
* alternative token to the actual `MatChipTrailingIcon` class which could cause unnecessary
|
|
877
|
+
* retention of the class and its directive metadata.
|
|
878
|
+
*/
|
|
879
|
+
declare const MAT_CHIP_TRAILING_ICON: InjectionToken<unknown>;
|
|
880
|
+
/**
|
|
881
|
+
* Injection token that can be used to reference instances of `MatChipEdit`. It serves as
|
|
882
|
+
* alternative token to the actual `MatChipEdit` class which could cause unnecessary
|
|
883
|
+
* retention of the class and its directive metadata.
|
|
884
|
+
*/
|
|
885
|
+
declare const MAT_CHIP_EDIT: InjectionToken<unknown>;
|
|
886
|
+
/**
|
|
887
|
+
* Injection token that can be used to reference instances of `MatChipRemove`. It serves as
|
|
888
|
+
* alternative token to the actual `MatChipRemove` class which could cause unnecessary
|
|
889
|
+
* retention of the class and its directive metadata.
|
|
890
|
+
*/
|
|
891
|
+
declare const MAT_CHIP_REMOVE: InjectionToken<unknown>;
|
|
892
|
+
/**
|
|
893
|
+
* Injection token used to avoid a circular dependency between the `MatChip` and `MatChipAction`.
|
|
894
|
+
*/
|
|
895
|
+
declare const MAT_CHIP: InjectionToken<unknown>;
|
|
896
|
+
|
|
851
897
|
/** Represents an input event on a `matChipInput`. */
|
|
852
898
|
interface MatChipInputEvent {
|
|
853
899
|
/**
|
|
@@ -882,7 +928,7 @@ declare class MatChipInput implements MatChipTextControl, OnChanges, OnDestroy {
|
|
|
882
928
|
*
|
|
883
929
|
* Defaults to `[ENTER]`.
|
|
884
930
|
*/
|
|
885
|
-
separatorKeyCodes: readonly number[] | ReadonlySet<number>;
|
|
931
|
+
separatorKeyCodes: readonly (number | SeparatorKey)[] | ReadonlySet<number | SeparatorKey>;
|
|
886
932
|
/** Emitted when a chip is to be added. */
|
|
887
933
|
readonly chipEnd: EventEmitter<MatChipInputEvent>;
|
|
888
934
|
/** The input's placeholder text. */
|
|
@@ -936,49 +982,9 @@ declare class MatChipInput implements MatChipTextControl, OnChanges, OnDestroy {
|
|
|
936
982
|
|
|
937
983
|
declare class MatChipsModule {
|
|
938
984
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatChipsModule, never>;
|
|
939
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatChipsModule, never, [typeof
|
|
985
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatChipsModule, never, [typeof MatRippleModule, typeof MatChipAction, typeof MatChip, typeof MatChipAvatar, typeof MatChipEdit, typeof MatChipEditInput, typeof MatChipGrid, typeof MatChipInput, typeof MatChipListbox, typeof MatChipOption, typeof MatChipRemove, typeof MatChipRow, typeof MatChipSet, typeof MatChipTrailingIcon], [typeof i2.BidiModule, typeof MatChip, typeof MatChipAvatar, typeof MatChipEdit, typeof MatChipEditInput, typeof MatChipGrid, typeof MatChipInput, typeof MatChipListbox, typeof MatChipOption, typeof MatChipRemove, typeof MatChipRow, typeof MatChipSet, typeof MatChipTrailingIcon]>;
|
|
940
986
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatChipsModule>;
|
|
941
987
|
}
|
|
942
988
|
|
|
943
|
-
/** Default options, for the chips module, that can be overridden. */
|
|
944
|
-
interface MatChipsDefaultOptions {
|
|
945
|
-
/** The list of key codes that will trigger a chipEnd event. */
|
|
946
|
-
separatorKeyCodes: readonly number[] | ReadonlySet<number>;
|
|
947
|
-
/** Whether icon indicators should be hidden for single-selection. */
|
|
948
|
-
hideSingleSelectionIndicator?: boolean;
|
|
949
|
-
/** Whether the chip input should be interactive while disabled by default. */
|
|
950
|
-
inputDisabledInteractive?: boolean;
|
|
951
|
-
}
|
|
952
|
-
/** Injection token to be used to override the default options for the chips module. */
|
|
953
|
-
declare const MAT_CHIPS_DEFAULT_OPTIONS: InjectionToken<MatChipsDefaultOptions>;
|
|
954
|
-
/**
|
|
955
|
-
* Injection token that can be used to reference instances of `MatChipAvatar`. It serves as
|
|
956
|
-
* alternative token to the actual `MatChipAvatar` class which could cause unnecessary
|
|
957
|
-
* retention of the class and its directive metadata.
|
|
958
|
-
*/
|
|
959
|
-
declare const MAT_CHIP_AVATAR: InjectionToken<unknown>;
|
|
960
|
-
/**
|
|
961
|
-
* Injection token that can be used to reference instances of `MatChipTrailingIcon`. It serves as
|
|
962
|
-
* alternative token to the actual `MatChipTrailingIcon` class which could cause unnecessary
|
|
963
|
-
* retention of the class and its directive metadata.
|
|
964
|
-
*/
|
|
965
|
-
declare const MAT_CHIP_TRAILING_ICON: InjectionToken<unknown>;
|
|
966
|
-
/**
|
|
967
|
-
* Injection token that can be used to reference instances of `MatChipEdit`. It serves as
|
|
968
|
-
* alternative token to the actual `MatChipEdit` class which could cause unnecessary
|
|
969
|
-
* retention of the class and its directive metadata.
|
|
970
|
-
*/
|
|
971
|
-
declare const MAT_CHIP_EDIT: InjectionToken<unknown>;
|
|
972
|
-
/**
|
|
973
|
-
* Injection token that can be used to reference instances of `MatChipRemove`. It serves as
|
|
974
|
-
* alternative token to the actual `MatChipRemove` class which could cause unnecessary
|
|
975
|
-
* retention of the class and its directive metadata.
|
|
976
|
-
*/
|
|
977
|
-
declare const MAT_CHIP_REMOVE: InjectionToken<unknown>;
|
|
978
|
-
/**
|
|
979
|
-
* Injection token used to avoid a circular dependency between the `MatChip` and `MatChipAction`.
|
|
980
|
-
*/
|
|
981
|
-
declare const MAT_CHIP: InjectionToken<unknown>;
|
|
982
|
-
|
|
983
989
|
export { MAT_CHIP, MAT_CHIPS_DEFAULT_OPTIONS, MAT_CHIP_AVATAR, MAT_CHIP_EDIT, MAT_CHIP_LISTBOX_CONTROL_VALUE_ACCESSOR, MAT_CHIP_REMOVE, MAT_CHIP_TRAILING_ICON, MatChip, MatChipAvatar, MatChipEdit, MatChipEditInput, MatChipGrid, MatChipGridChange, MatChipInput, MatChipListbox, MatChipListboxChange, MatChipOption, MatChipRemove, MatChipRow, MatChipSelectionChange, MatChipSet, MatChipTrailingIcon, MatChipsModule };
|
|
984
|
-
export type { MatChipEditedEvent, MatChipEvent, MatChipInputEvent, MatChipTextControl, MatChipsDefaultOptions };
|
|
990
|
+
export type { MatChipEditedEvent, MatChipEvent, MatChipInputEvent, MatChipTextControl, MatChipsDefaultOptions, SeparatorKey };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OptionHarnessFilters, MatOptionHarness } from '
|
|
1
|
+
import { OptionHarnessFilters, MatOptionHarness } from './_option-harness-chunk.js';
|
|
2
2
|
import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
3
3
|
|
|
4
4
|
interface OptgroupHarnessFilters extends BaseHarnessFilters {
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Version, InjectionToken, Provider } from '@angular/core';
|
|
3
|
-
export {
|
|
4
|
-
export { ThemePalette } from '../palette.d.js';
|
|
3
|
+
export { ThemePalette } from './_palette-chunk.js';
|
|
5
4
|
import { NgControl, FormGroupDirective, NgForm } from '@angular/forms';
|
|
6
5
|
import { Subject } from 'rxjs';
|
|
7
|
-
import { ErrorStateMatcher as ErrorStateMatcher$1 } from '
|
|
8
|
-
export { ShowOnDirtyErrorStateMatcher } from '
|
|
9
|
-
export { MatLine, MatLineModule, setLines } from '
|
|
10
|
-
export { MatOptionModule } from '
|
|
11
|
-
export { MAT_OPTGROUP, MatOptgroup, MatOption, MatOptionSelectionChange, _countGroupLabelsBeforeOption, _getOptionScrollPosition } from '
|
|
12
|
-
export { MAT_OPTION_PARENT_COMPONENT, MatOptionParentComponent } from '
|
|
13
|
-
export { MatRippleLoader } from '
|
|
14
|
-
export { MAT_RIPPLE_GLOBAL_OPTIONS, MatRipple, RippleAnimationConfig, RippleConfig, RippleGlobalOptions, RippleRef, RippleRenderer, RippleState, RippleTarget, defaultRippleAnimationConfig } from '
|
|
15
|
-
export { MatRippleModule } from '
|
|
16
|
-
export { MatPseudoCheckbox, MatPseudoCheckboxModule, MatPseudoCheckboxState } from '
|
|
17
|
-
import { DateAdapter } from '
|
|
18
|
-
export { MAT_DATE_LOCALE
|
|
6
|
+
import { ErrorStateMatcher as ErrorStateMatcher$1 } from './_error-options-chunk.js';
|
|
7
|
+
export { ShowOnDirtyErrorStateMatcher } from './_error-options-chunk.js';
|
|
8
|
+
export { MatLine, MatLineModule, setLines } from './_line-chunk.js';
|
|
9
|
+
export { MatOptionModule } from './_option-module-chunk.js';
|
|
10
|
+
export { MAT_OPTGROUP, MatOptgroup, MatOption, MatOptionSelectionChange, _countGroupLabelsBeforeOption, _getOptionScrollPosition } from './_option-chunk.js';
|
|
11
|
+
export { MAT_OPTION_PARENT_COMPONENT, MatOptionParentComponent } from './_option-parent-chunk.js';
|
|
12
|
+
export { MatRippleLoader } from './_ripple-loader-chunk.js';
|
|
13
|
+
export { MAT_RIPPLE_GLOBAL_OPTIONS, MatRipple, RippleAnimationConfig, RippleConfig, RippleGlobalOptions, RippleRef, RippleRenderer, RippleState, RippleTarget, defaultRippleAnimationConfig } from './_ripple-chunk.js';
|
|
14
|
+
export { MatRippleModule } from './_ripple-module-chunk.js';
|
|
15
|
+
export { MatPseudoCheckbox, MatPseudoCheckboxModule, MatPseudoCheckboxState } from './_pseudo-checkbox-module-chunk.js';
|
|
16
|
+
import { DateAdapter } from './_date-adapter-chunk.js';
|
|
17
|
+
export { MAT_DATE_LOCALE } from './_date-adapter-chunk.js';
|
|
19
18
|
import '@angular/cdk/bidi';
|
|
20
19
|
import '@angular/cdk/a11y';
|
|
21
20
|
import '@angular/cdk/platform';
|
|
@@ -30,27 +29,6 @@ interface AnimationsConfig {
|
|
|
30
29
|
}
|
|
31
30
|
/** Injection token used to configure the animations in Angular Material. */
|
|
32
31
|
declare const MATERIAL_ANIMATIONS: InjectionToken<AnimationsConfig>;
|
|
33
|
-
/**
|
|
34
|
-
* @deprecated No longer used, will be removed.
|
|
35
|
-
* @breaking-change 21.0.0
|
|
36
|
-
* @docs-private
|
|
37
|
-
*/
|
|
38
|
-
declare class AnimationCurves {
|
|
39
|
-
static STANDARD_CURVE: string;
|
|
40
|
-
static DECELERATION_CURVE: string;
|
|
41
|
-
static ACCELERATION_CURVE: string;
|
|
42
|
-
static SHARP_CURVE: string;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* @deprecated No longer used, will be removed.
|
|
46
|
-
* @breaking-change 21.0.0
|
|
47
|
-
* @docs-private
|
|
48
|
-
*/
|
|
49
|
-
declare class AnimationDurations {
|
|
50
|
-
static COMPLEX: string;
|
|
51
|
-
static ENTERING: string;
|
|
52
|
-
static EXITING: string;
|
|
53
|
-
}
|
|
54
32
|
/**
|
|
55
33
|
* Gets the the configured animations state.
|
|
56
34
|
* @docs-private
|
|
@@ -102,11 +80,6 @@ declare const MAT_DATE_FORMATS: InjectionToken<MatDateFormats>;
|
|
|
102
80
|
|
|
103
81
|
/** Adapts the native JS Date for use with cdk-based components that work with dates. */
|
|
104
82
|
declare class NativeDateAdapter extends DateAdapter<Date> {
|
|
105
|
-
/**
|
|
106
|
-
* @deprecated No longer being used. To be removed.
|
|
107
|
-
* @breaking-change 14.0.0
|
|
108
|
-
*/
|
|
109
|
-
useUtcForDisplay: boolean;
|
|
110
83
|
/** The injected locale. */
|
|
111
84
|
private readonly _matDateLocale;
|
|
112
85
|
constructor(...args: unknown[]);
|
|
@@ -208,5 +181,5 @@ declare class _MatInternalFormField {
|
|
|
208
181
|
static ɵcmp: i0.ɵɵComponentDeclaration<_MatInternalFormField, "div[mat-internal-form-field]", never, { "labelPosition": { "alias": "labelPosition"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
209
182
|
}
|
|
210
183
|
|
|
211
|
-
export {
|
|
184
|
+
export { DateAdapter, ErrorStateMatcher$1 as ErrorStateMatcher, MATERIAL_ANIMATIONS, MAT_DATE_FORMATS, MAT_NATIVE_DATE_FORMATS, MatNativeDateModule, NativeDateAdapter, NativeDateModule, VERSION, _ErrorStateTracker, _MatInternalFormField, _StructuralStylesLoader, _animationsDisabled, _getAnimationsState, provideNativeDateAdapter };
|
|
212
185
|
export type { AnimationsConfig, MatDateFormats };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DatepickerTriggerHarnessBase, DatepickerToggleHarnessFilters } from '
|
|
2
|
-
export { CalendarCellHarnessFilters, CalendarHarnessFilters, CalendarView, DateRangeInputHarnessFilters, DatepickerInputHarnessFilters, MatCalendarCellHarness, MatCalendarHarness, MatDateRangeInputHarness, MatDatepickerInputHarness, MatEndDateHarness, MatStartDateHarness } from '
|
|
1
|
+
import { DatepickerTriggerHarnessBase, DatepickerToggleHarnessFilters } from './_date-range-input-harness-chunk.js';
|
|
2
|
+
export { CalendarCellHarnessFilters, CalendarHarnessFilters, CalendarView, DateRangeInputHarnessFilters, DatepickerInputHarnessFilters, MatCalendarCellHarness, MatCalendarHarness, MatDateRangeInputHarness, MatDatepickerInputHarness, MatEndDateHarness, MatStartDateHarness } from './_date-range-input-harness-chunk.js';
|
|
3
3
|
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
4
4
|
import '@angular/material/form-field/testing/control';
|
|
5
5
|
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnChanges, OnDestroy, AfterViewChecked, EventEmitter, SimpleChanges,
|
|
3
|
-
import { MatButton, MatButtonModule } from '
|
|
2
|
+
import { OnChanges, OnDestroy, AfterViewChecked, EventEmitter, SimpleChanges, AfterContentInit, ChangeDetectorRef, AfterViewInit, ElementRef, InjectionToken, OnInit, DoCheck, TemplateRef } from '@angular/core';
|
|
3
|
+
import { MatButton, MatButtonModule } from './button.js';
|
|
4
4
|
import * as i2 from '@angular/cdk/overlay';
|
|
5
5
|
import { ScrollStrategy } from '@angular/cdk/overlay';
|
|
6
6
|
import * as i1 from '@angular/cdk/a11y';
|
|
7
7
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
8
|
-
import * as
|
|
8
|
+
import * as i2$1 from '@angular/cdk/portal';
|
|
9
9
|
import { ComponentType, Portal, TemplatePortal } from '@angular/cdk/portal';
|
|
10
|
-
import { MatCommonModule } from '../common-module.d.js';
|
|
11
10
|
import { Observable, Subject } from 'rxjs';
|
|
12
|
-
import { DateAdapter } from '
|
|
13
|
-
import { ThemePalette } from '
|
|
11
|
+
import { DateAdapter } from './_date-adapter-chunk.js';
|
|
12
|
+
import { ThemePalette } from './_palette-chunk.js';
|
|
14
13
|
import { ControlValueAccessor, Validator, ValidatorFn, AbstractControl, ValidationErrors, NgForm, FormGroupDirective, NgControl } from '@angular/forms';
|
|
15
|
-
import { MatFormFieldControl } from '
|
|
14
|
+
import { MatFormFieldControl } from './_form-field-control-chunk.js';
|
|
15
|
+
import * as i2$2 from '@angular/cdk/bidi';
|
|
16
16
|
import { Directionality } from '@angular/cdk/bidi';
|
|
17
|
-
import { ErrorStateMatcher } from '
|
|
18
|
-
import * as
|
|
19
|
-
import '
|
|
20
|
-
import '
|
|
21
|
-
import '
|
|
17
|
+
import { ErrorStateMatcher } from './_error-options-chunk.js';
|
|
18
|
+
import * as i1$1 from '@angular/cdk/scrolling';
|
|
19
|
+
import './_ripple-loader-chunk.js';
|
|
20
|
+
import './_ripple-module-chunk.js';
|
|
21
|
+
import './_ripple-chunk.js';
|
|
22
22
|
import '@angular/cdk/platform';
|
|
23
23
|
|
|
24
24
|
/** Extra CSS classes that can be associated with a calendar cell. */
|
|
@@ -344,32 +344,6 @@ declare class MatRangeDateSelectionModel<D> extends MatDateSelectionModel<DateRa
|
|
|
344
344
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRangeDateSelectionModel<any>, never>;
|
|
345
345
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatRangeDateSelectionModel<any>>;
|
|
346
346
|
}
|
|
347
|
-
/**
|
|
348
|
-
* @docs-private
|
|
349
|
-
* @deprecated No longer used, will be removed.
|
|
350
|
-
* @breaking-change 21.0.0
|
|
351
|
-
*/
|
|
352
|
-
declare function MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY(parent: MatSingleDateSelectionModel<unknown>, adapter: DateAdapter<unknown>): MatSingleDateSelectionModel<unknown>;
|
|
353
|
-
/**
|
|
354
|
-
* Used to provide a single selection model to a component.
|
|
355
|
-
* @docs-private
|
|
356
|
-
* @deprecated No longer used, will be removed.
|
|
357
|
-
* @breaking-change 21.0.0
|
|
358
|
-
*/
|
|
359
|
-
declare const MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER: FactoryProvider;
|
|
360
|
-
/**
|
|
361
|
-
* @docs-private
|
|
362
|
-
* @deprecated No longer used, will be removed.
|
|
363
|
-
* @breaking-change 21.0.0
|
|
364
|
-
*/
|
|
365
|
-
declare function MAT_RANGE_DATE_SELECTION_MODEL_FACTORY(parent: MatSingleDateSelectionModel<unknown>, adapter: DateAdapter<unknown>): MatSingleDateSelectionModel<unknown>;
|
|
366
|
-
/**
|
|
367
|
-
* Used to provide a range selection model to a component.
|
|
368
|
-
* @docs-private
|
|
369
|
-
* @deprecated No longer used, will be removed.
|
|
370
|
-
* @breaking-change 21.0.0
|
|
371
|
-
*/
|
|
372
|
-
declare const MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER: FactoryProvider;
|
|
373
347
|
|
|
374
348
|
/**
|
|
375
349
|
* An internal component used to display a single month in the datepicker.
|
|
@@ -403,7 +377,7 @@ declare class MatMonthView<D> implements AfterContentInit, OnChanges, OnDestroy
|
|
|
403
377
|
set maxDate(value: D | null);
|
|
404
378
|
private _maxDate;
|
|
405
379
|
/** Function used to filter which dates are selectable. */
|
|
406
|
-
dateFilter: (date: D) => boolean;
|
|
380
|
+
dateFilter: ((date: D) => boolean) | null | undefined;
|
|
407
381
|
/** Function that can be used to add custom CSS classes to dates. */
|
|
408
382
|
dateClass: MatCalendarCellClassFunction<D>;
|
|
409
383
|
/** Start of the comparison range. */
|
|
@@ -432,33 +406,33 @@ declare class MatMonthView<D> implements AfterContentInit, OnChanges, OnDestroy
|
|
|
432
406
|
/** The body of calendar table */
|
|
433
407
|
_matCalendarBody: MatCalendarBody;
|
|
434
408
|
/** The label for this month (e.g. "January 2017"). */
|
|
435
|
-
_monthLabel: string
|
|
409
|
+
_monthLabel: i0.WritableSignal<string>;
|
|
436
410
|
/** Grid of calendar cells representing the dates of the month. */
|
|
437
|
-
_weeks: MatCalendarCell[][]
|
|
411
|
+
_weeks: i0.WritableSignal<MatCalendarCell<any>[][]>;
|
|
438
412
|
/** The number of blank cells in the first row before the 1st of the month. */
|
|
439
|
-
_firstWeekOffset: number
|
|
413
|
+
_firstWeekOffset: i0.WritableSignal<number>;
|
|
440
414
|
/** Start value of the currently-shown date range. */
|
|
441
|
-
_rangeStart: number | null
|
|
415
|
+
_rangeStart: i0.WritableSignal<number | null>;
|
|
442
416
|
/** End value of the currently-shown date range. */
|
|
443
|
-
_rangeEnd: number | null
|
|
417
|
+
_rangeEnd: i0.WritableSignal<number | null>;
|
|
444
418
|
/** Start value of the currently-shown comparison date range. */
|
|
445
|
-
_comparisonRangeStart: number | null
|
|
419
|
+
_comparisonRangeStart: i0.WritableSignal<number | null>;
|
|
446
420
|
/** End value of the currently-shown comparison date range. */
|
|
447
|
-
_comparisonRangeEnd: number | null
|
|
421
|
+
_comparisonRangeEnd: i0.WritableSignal<number | null>;
|
|
448
422
|
/** Start of the preview range. */
|
|
449
|
-
_previewStart: number | null
|
|
423
|
+
_previewStart: i0.WritableSignal<number | null>;
|
|
450
424
|
/** End of the preview range. */
|
|
451
|
-
_previewEnd: number | null
|
|
425
|
+
_previewEnd: i0.WritableSignal<number | null>;
|
|
452
426
|
/** Whether the user is currently selecting a range of dates. */
|
|
453
|
-
_isRange: boolean
|
|
427
|
+
_isRange: i0.WritableSignal<boolean>;
|
|
454
428
|
/** The date of the month that today falls on. Null if today is in another month. */
|
|
455
|
-
_todayDate: number | null
|
|
429
|
+
_todayDate: i0.WritableSignal<number | null>;
|
|
456
430
|
/** The names of the weekdays. */
|
|
457
|
-
_weekdays: {
|
|
431
|
+
_weekdays: i0.WritableSignal<{
|
|
458
432
|
long: string;
|
|
459
433
|
narrow: string;
|
|
460
434
|
id: number;
|
|
461
|
-
}[]
|
|
435
|
+
}[]>;
|
|
462
436
|
constructor(...args: unknown[]);
|
|
463
437
|
ngAfterContentInit(): void;
|
|
464
438
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -555,7 +529,7 @@ declare class MatMultiYearView<D> implements AfterContentInit, OnDestroy {
|
|
|
555
529
|
set maxDate(value: D | null);
|
|
556
530
|
private _maxDate;
|
|
557
531
|
/** A function used to filter which dates are selectable. */
|
|
558
|
-
dateFilter: (date: D) => boolean;
|
|
532
|
+
dateFilter: ((date: D) => boolean) | null | undefined;
|
|
559
533
|
/** Function that can be used to add custom CSS classes to date cells. */
|
|
560
534
|
dateClass: MatCalendarCellClassFunction<D>;
|
|
561
535
|
/** Emits when a new year is selected. */
|
|
@@ -567,11 +541,11 @@ declare class MatMultiYearView<D> implements AfterContentInit, OnDestroy {
|
|
|
567
541
|
/** The body of calendar table */
|
|
568
542
|
_matCalendarBody: MatCalendarBody;
|
|
569
543
|
/** Grid of calendar cells representing the currently displayed years. */
|
|
570
|
-
_years: MatCalendarCell[][]
|
|
544
|
+
_years: i0.WritableSignal<MatCalendarCell<any>[][]>;
|
|
571
545
|
/** The year that today falls on. */
|
|
572
|
-
_todayYear: number
|
|
546
|
+
_todayYear: i0.WritableSignal<number>;
|
|
573
547
|
/** The year of the selected date. Null if the selected date is null. */
|
|
574
|
-
_selectedYear: number | null
|
|
548
|
+
_selectedYear: i0.WritableSignal<number | null>;
|
|
575
549
|
constructor(...args: unknown[]);
|
|
576
550
|
ngAfterContentInit(): void;
|
|
577
551
|
ngOnDestroy(): void;
|
|
@@ -645,7 +619,7 @@ declare class MatYearView<D> implements AfterContentInit, OnDestroy {
|
|
|
645
619
|
set maxDate(value: D | null);
|
|
646
620
|
private _maxDate;
|
|
647
621
|
/** A function used to filter which dates are selectable. */
|
|
648
|
-
dateFilter: (date: D) => boolean;
|
|
622
|
+
dateFilter: ((date: D) => boolean) | null | undefined;
|
|
649
623
|
/** Function that can be used to add custom CSS classes to date cells. */
|
|
650
624
|
dateClass: MatCalendarCellClassFunction<D>;
|
|
651
625
|
/** Emits when a new month is selected. */
|
|
@@ -657,16 +631,16 @@ declare class MatYearView<D> implements AfterContentInit, OnDestroy {
|
|
|
657
631
|
/** The body of calendar table */
|
|
658
632
|
_matCalendarBody: MatCalendarBody;
|
|
659
633
|
/** Grid of calendar cells representing the months of the year. */
|
|
660
|
-
_months: MatCalendarCell[][]
|
|
634
|
+
_months: i0.WritableSignal<MatCalendarCell<any>[][]>;
|
|
661
635
|
/** The label for this year (e.g. "2017"). */
|
|
662
|
-
_yearLabel: string
|
|
636
|
+
_yearLabel: i0.WritableSignal<string>;
|
|
663
637
|
/** The month in this year that today falls on. Null if today is in a different year. */
|
|
664
|
-
_todayMonth: number | null
|
|
638
|
+
_todayMonth: i0.WritableSignal<number | null>;
|
|
665
639
|
/**
|
|
666
640
|
* The month in this year that the selected Date falls on.
|
|
667
641
|
* Null if the selected Date is in a different year.
|
|
668
642
|
*/
|
|
669
|
-
_selectedMonth: number | null
|
|
643
|
+
_selectedMonth: i0.WritableSignal<number | null>;
|
|
670
644
|
constructor(...args: unknown[]);
|
|
671
645
|
ngAfterContentInit(): void;
|
|
672
646
|
ngOnDestroy(): void;
|
|
@@ -812,7 +786,7 @@ declare class MatCalendar<D> implements AfterContentInit, AfterViewChecked, OnDe
|
|
|
812
786
|
set maxDate(value: D | null);
|
|
813
787
|
private _maxDate;
|
|
814
788
|
/** Function used to filter which dates are selectable. */
|
|
815
|
-
dateFilter
|
|
789
|
+
dateFilter?: ((date: D) => boolean) | null;
|
|
816
790
|
/** Function that can be used to add custom CSS classes to dates. */
|
|
817
791
|
dateClass: MatCalendarCellClassFunction<D>;
|
|
818
792
|
/** Start of the comparison range. */
|
|
@@ -967,7 +941,7 @@ declare abstract class MatDatepickerInputBase<S, D = ExtractDateTypeFromSelectio
|
|
|
967
941
|
/** Gets the maximum date for the input. Used for validation. */
|
|
968
942
|
abstract _getMaxDate(): D | null;
|
|
969
943
|
/** Gets the date filter function. Used for validation. */
|
|
970
|
-
protected abstract _getDateFilter(): DateFilterFn<D> | undefined;
|
|
944
|
+
protected abstract _getDateFilter(): DateFilterFn<D> | null | undefined;
|
|
971
945
|
/** Registers a date selection model with the input. */
|
|
972
946
|
_registerModel(model: MatDateSelectionModel<S, D>): void;
|
|
973
947
|
/** Opens the popup associated with the input. */
|
|
@@ -1021,26 +995,10 @@ declare abstract class MatDatepickerInputBase<S, D = ExtractDateTypeFromSelectio
|
|
|
1021
995
|
|
|
1022
996
|
/** Injection token that determines the scroll handling while the calendar is open. */
|
|
1023
997
|
declare const MAT_DATEPICKER_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
|
|
1024
|
-
/**
|
|
1025
|
-
* @docs-private
|
|
1026
|
-
* @deprecated No longer used, will be removed.
|
|
1027
|
-
* @breaking-change 21.0.0
|
|
1028
|
-
*/
|
|
1029
|
-
declare function MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY(_overlay: unknown): () => ScrollStrategy;
|
|
1030
998
|
/** Possible positions for the datepicker dropdown along the X axis. */
|
|
1031
999
|
type DatepickerDropdownPositionX = 'start' | 'end';
|
|
1032
1000
|
/** Possible positions for the datepicker dropdown along the Y axis. */
|
|
1033
1001
|
type DatepickerDropdownPositionY = 'above' | 'below';
|
|
1034
|
-
/**
|
|
1035
|
-
* @docs-private
|
|
1036
|
-
* @deprecated No longer used, will be removed.
|
|
1037
|
-
* @breaking-change 21.0.0
|
|
1038
|
-
*/
|
|
1039
|
-
declare const MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER: {
|
|
1040
|
-
provide: InjectionToken<() => ScrollStrategy>;
|
|
1041
|
-
deps: any[];
|
|
1042
|
-
useFactory: typeof MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY;
|
|
1043
|
-
};
|
|
1044
1002
|
/**
|
|
1045
1003
|
* Component used as the content for the datepicker overlay. We use this instead of using
|
|
1046
1004
|
* MatCalendar directly as the content so we can control the initial focus. This also gives us a
|
|
@@ -1122,7 +1080,7 @@ interface MatDatepickerControl<D> {
|
|
|
1122
1080
|
min: D | null;
|
|
1123
1081
|
max: D | null;
|
|
1124
1082
|
disabled: boolean;
|
|
1125
|
-
dateFilter: DateFilterFn<D
|
|
1083
|
+
dateFilter: DateFilterFn<D> | null | undefined;
|
|
1126
1084
|
getConnectedOverlayOrigin(): ElementRef;
|
|
1127
1085
|
getOverlayLabelId(): string | null;
|
|
1128
1086
|
stateChanges: Observable<void>;
|
|
@@ -1238,7 +1196,7 @@ declare abstract class MatDatepickerBase<C extends MatDatepickerControl<D>, S, D
|
|
|
1238
1196
|
_getMinDate(): D | null;
|
|
1239
1197
|
/** The maximum selectable date. */
|
|
1240
1198
|
_getMaxDate(): D | null;
|
|
1241
|
-
_getDateFilter(): DateFilterFn<D
|
|
1199
|
+
_getDateFilter(): DateFilterFn<D> | null | undefined;
|
|
1242
1200
|
/** A reference to the overlay into which we've rendered the calendar. */
|
|
1243
1201
|
private _overlayRef;
|
|
1244
1202
|
/** Reference to the component instance rendered in the overlay. */
|
|
@@ -1338,8 +1296,8 @@ declare class MatDatepickerInput<D> extends MatDatepickerInputBase<D | null, D>
|
|
|
1338
1296
|
set max(value: D | null);
|
|
1339
1297
|
private _max;
|
|
1340
1298
|
/** Function that can be used to filter out dates within the datepicker. */
|
|
1341
|
-
get dateFilter(): DateFilterFn<D | null
|
|
1342
|
-
set dateFilter(value: DateFilterFn<D | null>);
|
|
1299
|
+
get dateFilter(): DateFilterFn<D | null> | null | undefined;
|
|
1300
|
+
set dateFilter(value: DateFilterFn<D | null> | null | undefined);
|
|
1343
1301
|
private _dateFilter;
|
|
1344
1302
|
/** The combined form control validator for this input. */
|
|
1345
1303
|
protected _validator: ValidatorFn | null;
|
|
@@ -1365,7 +1323,7 @@ declare class MatDatepickerInput<D> extends MatDatepickerInputBase<D | null, D>
|
|
|
1365
1323
|
/** Gets the input's maximum date. */
|
|
1366
1324
|
_getMaxDate(): D | null;
|
|
1367
1325
|
/** Gets the input's date filtering function. */
|
|
1368
|
-
protected _getDateFilter(): DateFilterFn<D | null
|
|
1326
|
+
protected _getDateFilter(): DateFilterFn<D | null> | null | undefined;
|
|
1369
1327
|
protected _shouldHandleChangeEvent(event: DateSelectionModelChange<D>): boolean;
|
|
1370
1328
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerInput<any>, never>;
|
|
1371
1329
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDatepickerInput<any>, "input[matDatepicker]", ["matDatepickerInput"], { "matDatepicker": { "alias": "matDatepicker"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "dateFilter": { "alias": "matDatepickerFilter"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1511,7 +1469,7 @@ declare abstract class MatDateRangeInputPartBase<D> extends MatDatepickerInputBa
|
|
|
1511
1469
|
/** Gets the maximum date from the range input. */
|
|
1512
1470
|
_getMaxDate(): D | null;
|
|
1513
1471
|
/** Gets the date filter function from the range input. */
|
|
1514
|
-
protected _getDateFilter(): DateFilterFn<D
|
|
1472
|
+
protected _getDateFilter(): DateFilterFn<D> | null | undefined;
|
|
1515
1473
|
protected _parentDisabled(): boolean;
|
|
1516
1474
|
protected _shouldHandleChangeEvent({ source }: DateSelectionModelChange<DateRange<D>>): boolean;
|
|
1517
1475
|
protected _assignValueProgrammatically(value: D | null): void;
|
|
@@ -1602,9 +1560,9 @@ declare class MatDateRangeInput<D> implements MatFormFieldControl<DateRange<D>>,
|
|
|
1602
1560
|
set required(value: boolean);
|
|
1603
1561
|
private _required;
|
|
1604
1562
|
/** Function that can be used to filter out dates within the date range picker. */
|
|
1605
|
-
get dateFilter(): DateFilterFn<D
|
|
1606
|
-
set dateFilter(value: DateFilterFn<D>);
|
|
1607
|
-
private _dateFilter
|
|
1563
|
+
get dateFilter(): DateFilterFn<D> | null | undefined;
|
|
1564
|
+
set dateFilter(value: DateFilterFn<D> | null | undefined);
|
|
1565
|
+
private _dateFilter?;
|
|
1608
1566
|
/** The minimum valid date. */
|
|
1609
1567
|
get min(): D | null;
|
|
1610
1568
|
set min(value: D | null);
|
|
@@ -1732,7 +1690,7 @@ declare class MatDatepickerActions implements AfterViewInit, OnDestroy {
|
|
|
1732
1690
|
|
|
1733
1691
|
declare class MatDatepickerModule {
|
|
1734
1692
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerModule, never>;
|
|
1735
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDatepickerModule, never, [typeof MatButtonModule, typeof i2.OverlayModule, typeof i1.A11yModule, typeof
|
|
1693
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDatepickerModule, never, [typeof MatButtonModule, typeof i2.OverlayModule, typeof i1.A11yModule, typeof i2$1.PortalModule, typeof MatCalendar, typeof MatCalendarBody, typeof MatDatepicker, typeof MatDatepickerContent, typeof MatDatepickerInput, typeof MatDatepickerToggle, typeof MatDatepickerToggleIcon, typeof MatMonthView, typeof MatYearView, typeof MatMultiYearView, typeof MatCalendarHeader, typeof MatDateRangeInput, typeof MatStartDate, typeof MatEndDate, typeof MatDateRangePicker, typeof MatDatepickerActions, typeof MatDatepickerCancel, typeof MatDatepickerApply], [typeof i2$2.BidiModule, typeof i1$1.CdkScrollableModule, typeof MatCalendar, typeof MatCalendarBody, typeof MatDatepicker, typeof MatDatepickerContent, typeof MatDatepickerInput, typeof MatDatepickerToggle, typeof MatDatepickerToggleIcon, typeof MatMonthView, typeof MatYearView, typeof MatMultiYearView, typeof MatCalendarHeader, typeof MatDateRangeInput, typeof MatStartDate, typeof MatEndDate, typeof MatDateRangePicker, typeof MatDatepickerActions, typeof MatDatepickerCancel, typeof MatDatepickerApply]>;
|
|
1736
1694
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatDatepickerModule>;
|
|
1737
1695
|
}
|
|
1738
1696
|
|
|
@@ -1782,16 +1740,5 @@ declare class DefaultMatCalendarRangeStrategy<D> implements MatDateRangeSelectio
|
|
|
1782
1740
|
static ɵprov: i0.ɵɵInjectableDeclaration<DefaultMatCalendarRangeStrategy<any>>;
|
|
1783
1741
|
}
|
|
1784
1742
|
|
|
1785
|
-
|
|
1786
|
-
* Animations used by the Material datepicker.
|
|
1787
|
-
* @docs-private
|
|
1788
|
-
* @deprecated No longer used, will be removed.
|
|
1789
|
-
* @breaking-change 21.0.0
|
|
1790
|
-
*/
|
|
1791
|
-
declare const matDatepickerAnimations: {
|
|
1792
|
-
readonly transformPanel: any;
|
|
1793
|
-
readonly fadeInCalendar: any;
|
|
1794
|
-
};
|
|
1795
|
-
|
|
1796
|
-
export { DateRange, DefaultMatCalendarRangeStrategy, MAT_DATEPICKER_SCROLL_STRATEGY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER, MAT_DATEPICKER_VALIDATORS, MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATE_RANGE_SELECTION_STRATEGY, MAT_RANGE_DATE_SELECTION_MODEL_FACTORY, MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER, MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY, MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER, MatCalendar, MatCalendarBody, MatCalendarCell, MatCalendarHeader, MatDateRangeInput, MatDateRangePicker, MatDateSelectionModel, MatDatepicker, MatDatepickerActions, MatDatepickerApply, MatDatepickerCancel, MatDatepickerContent, MatDatepickerInput, MatDatepickerInputEvent, MatDatepickerIntl, MatDatepickerModule, MatDatepickerToggle, MatDatepickerToggleIcon, MatEndDate, MatMonthView, MatMultiYearView, MatRangeDateSelectionModel, MatSingleDateSelectionModel, MatStartDate, MatYearView, matDatepickerAnimations, yearsPerPage, yearsPerRow };
|
|
1743
|
+
export { DateRange, DefaultMatCalendarRangeStrategy, MAT_DATEPICKER_SCROLL_STRATEGY, MAT_DATEPICKER_VALIDATORS, MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATE_RANGE_SELECTION_STRATEGY, MatCalendar, MatCalendarBody, MatCalendarCell, MatCalendarHeader, MatDateRangeInput, MatDateRangePicker, MatDateSelectionModel, MatDatepicker, MatDatepickerActions, MatDatepickerApply, MatDatepickerCancel, MatDatepickerContent, MatDatepickerInput, MatDatepickerInputEvent, MatDatepickerIntl, MatDatepickerModule, MatDatepickerToggle, MatDatepickerToggleIcon, MatEndDate, MatMonthView, MatMultiYearView, MatRangeDateSelectionModel, MatSingleDateSelectionModel, MatStartDate, MatYearView, yearsPerPage, yearsPerRow };
|
|
1797
1744
|
export type { DateFilterFn, DateSelectionModelChange, DatepickerDropdownPositionX, DatepickerDropdownPositionY, ExtractDateTypeFromSelection, MatCalendarCellClassFunction, MatCalendarCellCssClasses, MatCalendarUserEvent, MatCalendarView, MatDateRangeSelectionStrategy, MatDatepickerControl, MatDatepickerPanel };
|