@angular/material 20.0.0-next.6 → 20.0.0-next.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autocomplete/_autocomplete-theme.scss +1 -1
- package/autocomplete/index.d.ts +9 -10
- package/autocomplete/testing/index.d.ts +2 -2
- package/badge/_badge-theme.scss +1 -1
- package/badge/index.d.ts +5 -5
- package/badge/testing/index.d.ts +2 -2
- package/{badge.d-619691fb.d.ts → badge.d-BUeRGv1E.d.ts} +3 -3
- package/bottom-sheet/_bottom-sheet-theme.scss +1 -1
- package/bottom-sheet/index.d.ts +3 -2
- package/button/_button-theme.scss +6 -1
- package/button/_fab-theme.scss +5 -1
- package/button/_icon-button-theme.scss +6 -1
- package/button/_m3-button.scss +22 -5
- package/button/_m3-fab.scss +13 -0
- package/button/_m3-icon-button.scss +15 -1
- package/button/index.d.ts +215 -8
- package/button-toggle/_button-toggle-theme.scss +6 -1
- package/button-toggle/_m3-button-toggle.scss +13 -0
- package/button-toggle/index.d.ts +6 -6
- package/button-toggle/testing/index.d.ts +1 -1
- package/{button-toggle.d-620c8912.d.ts → button-toggle.d-cP94fe1M.d.ts} +3 -3
- package/card/_card-theme.scss +1 -1
- package/card/index.d.ts +1 -1
- package/checkbox/_checkbox-theme.scss +6 -1
- package/checkbox/_m3-checkbox.scss +14 -1
- package/checkbox/index.d.ts +2 -2
- package/chips/_chips-theme.scss +5 -1
- package/chips/_m3-chip.scss +13 -0
- package/chips/index.d.ts +18 -5
- package/{common-module.d-421e3498.d.ts → common-module.d-CUT8AqiB.d.ts} +2 -2
- package/core/_core-theme.scss +1 -1
- package/core/density/private/_all-density.scss +38 -38
- package/core/index.d.ts +15 -15
- package/core/option/_optgroup-theme.scss +1 -1
- package/core/option/_option-theme.scss +1 -1
- package/core/ripple/_ripple-theme.scss +1 -1
- package/core/testing/index.d.ts +32 -3
- package/core/theming/_definition.scss +0 -1
- package/core/theming/_inspection.scss +1 -0
- package/core/tokens/_m3-system.scss +49 -9
- package/core/tokens/_m3-tokens.scss +0 -18
- package/core/tokens/_token-utils.scss +5 -0
- package/{date-adapter.d-e8299690.d.ts → date-adapter.d-DzP3EMeE.d.ts} +1 -1
- package/{date-range-input-harness.d-440b288d.d.ts → date-range-input-harness.d-CJDdddpn.d.ts} +3 -3
- package/datepicker/_datepicker-theme.scss +1 -1
- package/datepicker/index.d.ts +14 -9
- package/datepicker/testing/index.d.ts +4 -4
- package/dialog/_dialog-theme.scss +1 -1
- package/dialog/index.d.ts +5 -5
- package/dialog/testing/index.d.ts +1 -1
- package/{dialog.d-2ea3eab1.d.ts → dialog.d-DSidcNPx.d.ts} +2 -2
- package/divider/_divider-theme.scss +1 -1
- package/divider/index.d.ts +24 -4
- package/divider/testing/index.d.ts +15 -2
- package/{error-options.d-059d9639.d.ts → error-options.d-C1yXmo10.d.ts} +1 -1
- package/expansion/_expansion-theme.scss +6 -1
- package/expansion/_m3-expansion.scss +14 -0
- package/expansion/index.d.ts +1 -1
- package/fesm2022/{animation-e58fc357.mjs → animation-DYWs964N.mjs} +2 -2
- package/fesm2022/animation-DYWs964N.mjs.map +1 -0
- package/fesm2022/autocomplete/testing.mjs +2 -2
- package/fesm2022/autocomplete/testing.mjs.map +1 -1
- package/fesm2022/autocomplete.mjs +15 -15
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge/testing.mjs.map +1 -1
- package/fesm2022/badge.mjs +7 -7
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +13 -5
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button/testing.mjs.map +1 -1
- package/fesm2022/button-toggle/testing.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +9 -9
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +218 -10
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card/testing.mjs.map +1 -1
- package/fesm2022/card.mjs +4 -4
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox/testing.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +8 -8
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips/testing.mjs.map +1 -1
- package/fesm2022/chips.mjs +42 -26
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/{common-module-6bff0328.mjs → common-module-BTLyTce6.mjs} +2 -2
- package/fesm2022/common-module-BTLyTce6.mjs.map +1 -0
- package/fesm2022/core/testing.mjs +35 -3
- package/fesm2022/core/testing.mjs.map +1 -1
- package/fesm2022/core.mjs +18 -19
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/{date-formats-9cbc3057.mjs → date-formats-BQbO9F6H.mjs} +2 -2
- package/fesm2022/date-formats-BQbO9F6H.mjs.map +1 -0
- package/fesm2022/{date-range-input-harness-3d3cf01a.mjs → date-range-input-harness-qhTX-DXo.mjs} +3 -3
- package/fesm2022/date-range-input-harness-qhTX-DXo.mjs.map +1 -0
- package/fesm2022/datepicker/testing.mjs +3 -3
- package/fesm2022/datepicker/testing.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +39 -30
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +4 -4
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +3 -3
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider/testing.mjs +17 -2
- package/fesm2022/divider/testing.mjs.map +1 -1
- package/fesm2022/divider.mjs +55 -4
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/{error-options-e22abc6f.mjs → error-options-f2L_D2TV.mjs} +2 -2
- package/fesm2022/error-options-f2L_D2TV.mjs.map +1 -0
- package/fesm2022/{error-state-5fa5df66.mjs → error-state-DAicm3pw.mjs} +2 -2
- package/fesm2022/error-state-DAicm3pw.mjs.map +1 -0
- package/fesm2022/expansion/testing.mjs.map +1 -1
- package/fesm2022/expansion.mjs +8 -9
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field/testing/control.mjs +10 -2
- package/fesm2022/form-field/testing/control.mjs.map +1 -1
- package/fesm2022/form-field/testing.mjs +6 -6
- package/fesm2022/form-field/testing.mjs.map +1 -1
- package/fesm2022/{form-field-ba7d9525.mjs → form-field-DXXhIBX2.mjs} +25 -7
- package/fesm2022/form-field-DXXhIBX2.mjs.map +1 -0
- package/fesm2022/form-field.mjs +4 -4
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list/testing.mjs +2 -2
- package/fesm2022/grid-list/testing.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +10 -11
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +1 -2
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/{icon-button-c94ccf8a.mjs → icon-button-DFWSaIX4.mjs} +8 -8
- package/fesm2022/icon-button-DFWSaIX4.mjs.map +1 -0
- package/fesm2022/{icon-registry-4f5f0eba.mjs → icon-registry-Fxi0B_pI.mjs} +3 -4
- package/fesm2022/icon-registry-Fxi0B_pI.mjs.map +1 -0
- package/fesm2022/icon.mjs +396 -9
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/{index-33bb4181.mjs → index-CYUgEsfZ.mjs} +6 -6
- package/fesm2022/index-CYUgEsfZ.mjs.map +1 -0
- package/fesm2022/{index-975cf4ab.mjs → index-D7tf-UtR.mjs} +4 -4
- package/fesm2022/index-D7tf-UtR.mjs.map +1 -0
- package/fesm2022/input/testing.mjs +2 -2
- package/fesm2022/input/testing.mjs.map +1 -1
- package/fesm2022/{input-harness-6ca0e4e7.mjs → input-harness-CxVp_q3n.mjs} +3 -3
- package/fesm2022/input-harness-CxVp_q3n.mjs.map +1 -0
- package/fesm2022/{input-value-accessor-16c2d528.mjs → input-value-accessor-cp3A3zMa.mjs} +2 -2
- package/fesm2022/input-value-accessor-cp3A3zMa.mjs.map +1 -0
- package/fesm2022/input.mjs +21 -29
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/{internal-form-field-a658b1d3.mjs → internal-form-field-Bq9jLDgy.mjs} +5 -5
- package/fesm2022/internal-form-field-Bq9jLDgy.mjs.map +1 -0
- package/fesm2022/{line-fa9011f8.mjs → line-DI2_SkWl.mjs} +3 -3
- package/fesm2022/line-DI2_SkWl.mjs.map +1 -0
- package/fesm2022/list/testing.mjs +1 -1
- package/fesm2022/list/testing.mjs.map +1 -1
- package/fesm2022/list.mjs +21 -21
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/material.mjs.map +1 -1
- package/fesm2022/menu/testing.mjs.map +1 -1
- package/fesm2022/menu.mjs +8 -9
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/{module-f0bd6006.mjs → module-BIHXUA0w.mjs} +4 -4
- package/fesm2022/module-BIHXUA0w.mjs.map +1 -0
- package/fesm2022/{module-7aee2437.mjs → module-Bj-soMIE.mjs} +7 -7
- package/fesm2022/module-Bj-soMIE.mjs.map +1 -0
- package/fesm2022/{module-9e568fe9.mjs → module-D--0F7TW.mjs} +33 -16
- package/fesm2022/module-D--0F7TW.mjs.map +1 -0
- package/fesm2022/{module-f09a8c90.mjs → module-erPKIVPj.mjs} +12 -12
- package/fesm2022/module-erPKIVPj.mjs.map +1 -0
- package/fesm2022/{option-2e7efc25.mjs → option-Ce_vIVuD.mjs} +10 -10
- package/fesm2022/option-Ce_vIVuD.mjs.map +1 -0
- package/fesm2022/{option-harness-4cd4ee4e.mjs → option-harness-D_dpAU04.mjs} +2 -2
- package/fesm2022/option-harness-D_dpAU04.mjs.map +1 -0
- package/fesm2022/paginator/testing.mjs +4 -4
- package/fesm2022/paginator/testing.mjs.map +1 -1
- package/fesm2022/paginator.mjs +22 -22
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar/testing.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +5 -6
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner/testing.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +5 -5
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/{pseudo-checkbox-module-22aca2eb.mjs → pseudo-checkbox-module-B1fNUV1l.mjs} +4 -4
- package/fesm2022/pseudo-checkbox-module-B1fNUV1l.mjs.map +1 -0
- package/fesm2022/{pseudo-checkbox-7c1050cc.mjs → pseudo-checkbox-rb5Qj2XH.mjs} +6 -6
- package/fesm2022/pseudo-checkbox-rb5Qj2XH.mjs.map +1 -0
- package/fesm2022/{public-api-af61bf48.mjs → public-api-B95TI2uI.mjs} +2 -2
- package/fesm2022/public-api-B95TI2uI.mjs.map +1 -0
- package/fesm2022/radio/testing.mjs.map +1 -1
- package/fesm2022/radio.mjs +9 -9
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/{ripple-loader-9a207cda.mjs → ripple-loader-Fl6wuH86.mjs} +5 -6
- package/fesm2022/ripple-loader-Fl6wuH86.mjs.map +1 -0
- package/fesm2022/{ripple-ca34ab3c.mjs → ripple-t-kasrhF.mjs} +6 -6
- package/fesm2022/ripple-t-kasrhF.mjs.map +1 -0
- package/fesm2022/select/testing.mjs +122 -5
- package/fesm2022/select/testing.mjs.map +1 -1
- package/fesm2022/select.mjs +14 -14
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav/testing.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +7 -8
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle/testing.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +8 -8
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider/testing.mjs.map +1 -1
- package/fesm2022/slider.mjs +10 -10
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar/testing.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +14 -15
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort/testing.mjs.map +1 -1
- package/fesm2022/sort.mjs +6 -6
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper/testing.mjs.map +1 -1
- package/fesm2022/stepper.mjs +13 -13
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/{structural-styles-fe60c44d.mjs → structural-styles-BcST1BXh.mjs} +5 -5
- package/fesm2022/structural-styles-BcST1BXh.mjs.map +1 -0
- package/fesm2022/table/testing.mjs.map +1 -1
- package/fesm2022/table.mjs +6 -6
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs/testing.mjs.map +1 -1
- package/fesm2022/tabs.mjs +15 -15
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/timepicker/testing.mjs +1 -1
- package/fesm2022/timepicker/testing.mjs.map +1 -1
- package/fesm2022/timepicker.mjs +13 -13
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/toolbar/testing.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +4 -5
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip/testing.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +3 -3
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree/testing.mjs.map +1 -1
- package/fesm2022/tree.mjs +4 -4
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/_form-field-theme.scss +6 -1
- package/form-field/_m3-form-field.scss +17 -0
- package/form-field/index.d.ts +5 -5
- package/form-field/testing/control/index.d.ts +10 -2
- package/form-field/testing/index.d.ts +7 -8
- package/{form-field-control.d-9ed49092.d.ts → form-field-control.d-39fAGkWp.d.ts} +3 -1
- package/{form-field.d-486f4e86.d.ts → form-field.d-DeaA8Upo.d.ts} +5 -4
- package/grid-list/_grid-list-theme.scss +1 -1
- package/grid-list/index.d.ts +3 -4
- package/icon/_icon-theme.scss +1 -1
- package/icon/index.d.ts +4 -4
- package/icon/testing/index.d.ts +1 -1
- package/{icon-module.d-a4b3b1e1.d.ts → icon-module.d-BeibE7j0.d.ts} +5 -5
- package/{icon-registry.d-6dd1799a.d.ts → icon-registry.d-DyR40vgq.d.ts} +2 -2
- package/{index.d-511f9e6c.d.ts → index.d-_XdEyDn3.d.ts} +3 -3
- package/{index.d-73f24bb1.d.ts → index.d-osnm7rw7.d.ts} +5 -5
- package/input/_input-theme.scss +1 -1
- package/input/index.d.ts +15 -12
- package/input/testing/index.d.ts +2 -2
- package/{input-harness.d-be80831e.d.ts → input-harness.d-C1zsmszC.d.ts} +3 -3
- package/{line.d-712398cb.d.ts → line.d-OCn_JHOE.d.ts} +2 -2
- package/list/_list-theme.scss +5 -1
- package/list/_m3-list.scss +17 -3
- package/list/index.d.ts +9 -10
- package/list/testing/index.d.ts +2 -2
- package/{list-option-types.d-076a5300.d.ts → list-option-types.d-BcmY3SsC.d.ts} +1 -1
- package/menu/_menu-theme.scss +1 -1
- package/menu/index.d.ts +4 -4
- package/{module.d-f55544a0.d.ts → module.d-Cym1ScGE.d.ts} +5 -5
- package/{module.d-8839a0c2.d.ts → module.d-D0Yb5xFi.d.ts} +16 -11
- package/{module.d-683b2a19.d.ts → module.d-_FxAFBZR.d.ts} +3 -3
- package/{option-harness.d-4f143bc0.d.ts → option-harness.d-BpYClwei.d.ts} +2 -2
- package/{option-parent.d-d4243d2f.d.ts → option-parent.d-CvnRKBST.d.ts} +2 -2
- package/{option.d-4fb11594.d.ts → option.d-ef4idHSb.d.ts} +1 -1
- package/package.json +2 -2
- package/paginator/_m3-paginator.scss +16 -0
- package/paginator/_paginator-theme.scss +6 -1
- package/paginator/index.d.ts +19 -19
- package/paginator/testing/index.d.ts +4 -4
- package/{paginator.d-181ff014.d.ts → paginator.d-Ctdtnt7L.d.ts} +5 -5
- package/{palette.d-1d8ebc0d.d.ts → palette.d-fF1us9u8.d.ts} +1 -1
- package/prebuilt-themes/azure-blue.css +1 -1
- package/prebuilt-themes/cyan-orange.css +1 -1
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/magenta-violet.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/prebuilt-themes/rose-red.css +1 -1
- package/progress-bar/index.d.ts +2 -2
- package/progress-spinner/index.d.ts +5 -5
- package/progress-spinner/testing/index.d.ts +2 -2
- package/{progress-spinner.d-c723a559.d.ts → progress-spinner.d-DRWEU4qb.d.ts} +3 -3
- package/{pseudo-checkbox-module.d-42351ab6.d.ts → pseudo-checkbox-module.d-czRCRd5m.d.ts} +3 -3
- package/radio/_m3-radio.scss +14 -1
- package/radio/_radio-theme.scss +5 -1
- package/radio/index.d.ts +5 -5
- package/{ripple-loader.d-f51e5eb6.d.ts → ripple-loader.d-DL-hT7NH.d.ts} +1 -1
- package/{ripple.d-305c30f3.d.ts → ripple.d-DBFnJ3Aa.d.ts} +3 -3
- package/schematics/ng-add/index.js +2 -2
- package/schematics/ng-generate/theme-color/index_bundled.js +3829 -3941
- package/schematics/ng-generate/theme-color/index_bundled.js.map +3 -4
- package/select/_m3-select.scss +13 -0
- package/select/_select-theme.scss +6 -1
- package/select/index.d.ts +12 -12
- package/select/testing/index.d.ts +64 -5
- package/sidenav/_sidenav-theme.scss +1 -1
- package/sidenav/index.d.ts +2 -2
- package/sidenav/testing/index.d.ts +1 -1
- package/slide-toggle/_slide-toggle-theme.scss +1 -1
- package/slide-toggle/index.d.ts +2 -2
- package/slider/_slider-theme.scss +1 -1
- package/slider/index.d.ts +5 -5
- package/snack-bar/index.d.ts +7 -7
- package/sort/_sort-theme.scss +1 -1
- package/sort/index.d.ts +5 -6
- package/sort/testing/index.d.ts +1 -1
- package/{sort-direction.d-52bce05e.d.ts → sort-direction.d-Dlz8961P.d.ts} +1 -1
- package/{sort.d-7718b3de.d.ts → sort.d-CHu7FXsP.d.ts} +4 -4
- package/stepper/_m3-stepper.scss +13 -0
- package/stepper/_stepper-theme.scss +6 -1
- package/stepper/index.d.ts +6 -6
- package/table/_m3-table.scss +15 -0
- package/table/_table-theme.scss +5 -1
- package/table/index.d.ts +8 -8
- package/table/testing/index.d.ts +1 -1
- package/tabs/_m3-tabs.scss +13 -1
- package/tabs/_tabs-theme.scss +5 -1
- package/tabs/index.d.ts +4 -4
- package/timepicker/_timepicker-theme.scss +1 -1
- package/timepicker/index.d.ts +2 -2
- package/timepicker/testing/index.d.ts +1 -1
- package/toolbar/_m3-toolbar.scss +14 -0
- package/toolbar/_toolbar-theme.scss +6 -1
- package/toolbar/index.d.ts +1 -1
- package/tooltip/_tooltip-theme.scss +1 -1
- package/tooltip/index.d.ts +2 -2
- package/tree/_m3-tree.scss +13 -0
- package/tree/_tree-theme.scss +5 -1
- package/tree/index.d.ts +1 -1
- package/core/tokens/_density.scss +0 -151
- package/divider-harness.d-ee96b7aa.d.ts +0 -15
- package/divider-module.d-4305a1f1.d.ts +0 -24
- package/fesm2022/animation-e58fc357.mjs.map +0 -1
- package/fesm2022/common-module-6bff0328.mjs.map +0 -1
- package/fesm2022/date-formats-9cbc3057.mjs.map +0 -1
- package/fesm2022/date-range-input-harness-3d3cf01a.mjs.map +0 -1
- package/fesm2022/divider-harness-bea2a71d.mjs +0 -18
- package/fesm2022/divider-harness-bea2a71d.mjs.map +0 -1
- package/fesm2022/divider-module-15f4b7a3.mjs +0 -56
- package/fesm2022/divider-module-15f4b7a3.mjs.map +0 -1
- package/fesm2022/error-options-e22abc6f.mjs.map +0 -1
- package/fesm2022/error-state-5fa5df66.mjs.map +0 -1
- package/fesm2022/form-field-ba7d9525.mjs.map +0 -1
- package/fesm2022/form-field-control-harness-adcc773d.mjs +0 -11
- package/fesm2022/form-field-control-harness-adcc773d.mjs.map +0 -1
- package/fesm2022/icon-button-c94ccf8a.mjs.map +0 -1
- package/fesm2022/icon-module-165b91b7.mjs +0 -395
- package/fesm2022/icon-module-165b91b7.mjs.map +0 -1
- package/fesm2022/icon-registry-4f5f0eba.mjs.map +0 -1
- package/fesm2022/index-33bb4181.mjs.map +0 -1
- package/fesm2022/index-975cf4ab.mjs.map +0 -1
- package/fesm2022/input-harness-6ca0e4e7.mjs.map +0 -1
- package/fesm2022/input-value-accessor-16c2d528.mjs.map +0 -1
- package/fesm2022/internal-form-field-a658b1d3.mjs.map +0 -1
- package/fesm2022/line-fa9011f8.mjs.map +0 -1
- package/fesm2022/module-7aee2437.mjs.map +0 -1
- package/fesm2022/module-9e568fe9.mjs.map +0 -1
- package/fesm2022/module-f09a8c90.mjs.map +0 -1
- package/fesm2022/module-f0bd6006.mjs.map +0 -1
- package/fesm2022/module-f44de9b3.mjs +0 -214
- package/fesm2022/module-f44de9b3.mjs.map +0 -1
- package/fesm2022/optgroup-harness-d961ca3f.mjs +0 -36
- package/fesm2022/optgroup-harness-d961ca3f.mjs.map +0 -1
- package/fesm2022/option-2e7efc25.mjs.map +0 -1
- package/fesm2022/option-harness-4cd4ee4e.mjs.map +0 -1
- package/fesm2022/pseudo-checkbox-7c1050cc.mjs.map +0 -1
- package/fesm2022/pseudo-checkbox-module-22aca2eb.mjs.map +0 -1
- package/fesm2022/public-api-af61bf48.mjs.map +0 -1
- package/fesm2022/ripple-ca34ab3c.mjs.map +0 -1
- package/fesm2022/ripple-loader-9a207cda.mjs.map +0 -1
- package/fesm2022/select-harness-9656d727.mjs +0 -123
- package/fesm2022/select-harness-9656d727.mjs.map +0 -1
- package/fesm2022/structural-styles-fe60c44d.mjs.map +0 -1
- package/form-field-control-harness.d-e3cf007b.d.ts +0 -10
- package/module.d-9a1d1c76.d.ts +0 -214
- package/optgroup-harness.d-c52f5a8b.d.ts +0 -32
- package/select-harness.d-485a3cf8.d.ts +0 -64
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { OnInit, AfterViewChecked, OnDestroy, ElementRef, InjectionToken } from '@angular/core';
|
|
3
|
+
import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
|
|
4
|
+
import { ThemePalette } from './palette.d-fF1us9u8.js';
|
|
5
5
|
|
|
6
6
|
/** Default options for `mat-icon`. */
|
|
7
7
|
interface MatIconDefaultOptions {
|
|
@@ -164,5 +164,5 @@ declare class MatIconModule {
|
|
|
164
164
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatIconModule>;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
export {
|
|
168
|
-
export type { MatIconDefaultOptions
|
|
167
|
+
export { MAT_ICON_DEFAULT_OPTIONS, MAT_ICON_LOCATION, MAT_ICON_LOCATION_FACTORY, MatIcon, MatIconModule };
|
|
168
|
+
export type { MatIconDefaultOptions, MatIconLocation };
|
|
@@ -283,5 +283,5 @@ declare const ICON_REGISTRY_PROVIDER: {
|
|
|
283
283
|
useFactory: typeof ICON_REGISTRY_PROVIDER_FACTORY;
|
|
284
284
|
};
|
|
285
285
|
|
|
286
|
-
export {
|
|
287
|
-
export type { IconOptions
|
|
286
|
+
export { ICON_REGISTRY_PROVIDER, ICON_REGISTRY_PROVIDER_FACTORY, MatIconRegistry, getMatIconFailedToSanitizeLiteralError, getMatIconFailedToSanitizeUrlError, getMatIconNameNotFoundError, getMatIconNoHttpProviderError };
|
|
287
|
+
export type { IconOptions, IconResolver, SafeResourceUrlWithIconOptions };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
|
|
3
|
+
import { MatRipple } from './ripple.d-DBFnJ3Aa.js';
|
|
4
4
|
|
|
5
5
|
declare class MatRippleModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRippleModule, never>;
|
|
@@ -8,4 +8,4 @@ declare class MatRippleModule {
|
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatRippleModule>;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
export { MatRippleModule
|
|
11
|
+
export { MatRippleModule };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import { MatRippleModule } from './index.d-_XdEyDn3.js';
|
|
3
|
+
import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
|
|
4
|
+
import { MatPseudoCheckboxModule } from './pseudo-checkbox-module.d-czRCRd5m.js';
|
|
5
|
+
import { MatOption, MatOptgroup } from './option.d-ef4idHSb.js';
|
|
6
6
|
|
|
7
7
|
declare class MatOptionModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatOptionModule, never>;
|
|
@@ -10,4 +10,4 @@ declare class MatOptionModule {
|
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatOptionModule>;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
export { MatOptionModule
|
|
13
|
+
export { MatOptionModule };
|
package/input/_input-theme.scss
CHANGED
package/input/index.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
2
|
import { Platform } from '@angular/cdk/platform';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import {
|
|
4
|
+
import { OnChanges, OnDestroy, AfterViewInit, DoCheck, ElementRef, InjectionToken, WritableSignal } from '@angular/core';
|
|
5
5
|
import { NgControl } from '@angular/forms';
|
|
6
6
|
import { Subject } from 'rxjs';
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
export {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
export {
|
|
7
|
+
import { ErrorStateMatcher } from '../error-options.d-C1yXmo10.js';
|
|
8
|
+
import { MatFormField } from '../form-field.d-DeaA8Upo.js';
|
|
9
|
+
export { MatError, MatHint, MatPrefix, MatSuffix } from '../form-field.d-DeaA8Upo.js';
|
|
10
|
+
import { MatFormFieldControl } from '../form-field-control.d-39fAGkWp.js';
|
|
11
|
+
import { MatCommonModule } from '../common-module.d-CUT8AqiB.js';
|
|
12
|
+
import { MatFormFieldModule } from '../module.d-_FxAFBZR.js';
|
|
13
|
+
export { MatLabel } from '../module.d-_FxAFBZR.js';
|
|
14
14
|
import * as i4 from '@angular/cdk/text-field';
|
|
15
|
-
import '../palette.d-
|
|
15
|
+
import '../palette.d-fF1us9u8.js';
|
|
16
16
|
import '@angular/cdk/bidi';
|
|
17
17
|
import '@angular/cdk/observers';
|
|
18
18
|
|
|
@@ -40,8 +40,6 @@ declare class MatInput implements MatFormFieldControl<any>, OnChanges, OnDestroy
|
|
|
40
40
|
private _config;
|
|
41
41
|
private _cleanupIosKeyup;
|
|
42
42
|
private _cleanupWebkitWheel;
|
|
43
|
-
/** `aria-describedby` IDs assigned by the form field. */
|
|
44
|
-
private _formFieldDescribedBy;
|
|
45
43
|
/** Whether the component is being rendered on the server. */
|
|
46
44
|
readonly _isServer: boolean;
|
|
47
45
|
/** Whether the component is a native html select. */
|
|
@@ -163,6 +161,11 @@ declare class MatInput implements MatFormFieldControl<any>, OnChanges, OnDestroy
|
|
|
163
161
|
* @docs-private
|
|
164
162
|
*/
|
|
165
163
|
get shouldLabelFloat(): boolean;
|
|
164
|
+
/**
|
|
165
|
+
* Implemented as part of MatFormFieldControl.
|
|
166
|
+
* @docs-private
|
|
167
|
+
*/
|
|
168
|
+
get describedByIds(): string[];
|
|
166
169
|
/**
|
|
167
170
|
* Implemented as part of MatFormFieldControl.
|
|
168
171
|
* @docs-private
|
|
@@ -213,5 +216,5 @@ declare const MAT_INPUT_VALUE_ACCESSOR: InjectionToken<{
|
|
|
213
216
|
/** @docs-private */
|
|
214
217
|
declare function getMatInputUnsupportedTypeError(type: string): Error;
|
|
215
218
|
|
|
216
|
-
export { MAT_INPUT_CONFIG, MAT_INPUT_VALUE_ACCESSOR, MatInput, MatInputModule, getMatInputUnsupportedTypeError };
|
|
219
|
+
export { MAT_INPUT_CONFIG, MAT_INPUT_VALUE_ACCESSOR, MatFormField, MatInput, MatInputModule, getMatInputUnsupportedTypeError };
|
|
217
220
|
export type { MatInputConfig };
|
package/input/testing/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { InputHarnessFilters, MatInputHarness } from '../../input-harness.d-C1zsmszC.js';
|
|
2
2
|
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
3
|
-
import {
|
|
3
|
+
import { MatFormFieldControlHarness } from '../../form-field/testing/control/index.js';
|
|
4
4
|
|
|
5
5
|
/** A set of criteria that can be used to filter a list of `MatNativeSelectHarness` instances. */
|
|
6
6
|
interface NativeSelectHarnessFilters extends BaseHarnessFilters {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseHarnessFilters, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
import {
|
|
2
|
+
import { MatFormFieldControlHarness } from './form-field/testing/control/index.js';
|
|
3
3
|
|
|
4
4
|
/** A set of criteria that can be used to filter a list of `MatInputHarness` instances. */
|
|
5
5
|
interface InputHarnessFilters extends BaseHarnessFilters {
|
|
@@ -57,5 +57,5 @@ declare class MatInputHarness extends MatFormFieldControlHarness {
|
|
|
57
57
|
setValue(newValue: string): Promise<void>;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
export { MatInputHarness
|
|
61
|
-
export type { InputHarnessFilters
|
|
60
|
+
export { MatInputHarness };
|
|
61
|
+
export type { InputHarnessFilters };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { QueryList, ElementRef } from '@angular/core';
|
|
3
|
-
import {
|
|
3
|
+
import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Shared directive to count lines inside a text area, such as a list item.
|
|
@@ -22,4 +22,4 @@ declare class MatLineModule {
|
|
|
22
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatLineModule>;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
export { MatLine
|
|
25
|
+
export { MatLine, MatLineModule, setLines };
|
package/list/_list-theme.scss
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
@use '../core/typography/typography';
|
|
10
10
|
@use '../radio/m2-radio';
|
|
11
11
|
@use './m2-list';
|
|
12
|
+
@use './m3-list';
|
|
12
13
|
|
|
13
14
|
@mixin base($theme) {
|
|
14
15
|
// Add default values for tokens not related to color, typography, or density.
|
|
@@ -103,7 +104,7 @@
|
|
|
103
104
|
|
|
104
105
|
@mixin density($theme) {
|
|
105
106
|
@if inspection.get-theme-version($theme) == 1 {
|
|
106
|
-
@include
|
|
107
|
+
@include token-utils.create-token-values(m3-list.$prefix, m3-list.get-density-tokens($theme));
|
|
107
108
|
} @else {
|
|
108
109
|
$density-scale: inspection.get-theme-density($theme);
|
|
109
110
|
|
|
@@ -194,6 +195,9 @@
|
|
|
194
195
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-list') {
|
|
195
196
|
@if inspection.get-theme-version($theme) == 1 {
|
|
196
197
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme));
|
|
198
|
+
@if inspection.theme-has($theme, density) {
|
|
199
|
+
@include density($theme);
|
|
200
|
+
}
|
|
197
201
|
} @else {
|
|
198
202
|
@include base($theme);
|
|
199
203
|
@if inspection.theme-has($theme, color) {
|
package/list/_m3-list.scss
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use 'sass:list';
|
|
2
3
|
@use '../core/tokens/m3-utils';
|
|
4
|
+
@use '../core/theming/theming';
|
|
5
|
+
@use '../core/theming/inspection';
|
|
3
6
|
|
|
4
7
|
// The prefix used to generate the fully qualified name for tokens in this file.
|
|
5
8
|
$prefix: (mat, list);
|
|
@@ -50,7 +53,6 @@ $prefix: (mat, list);
|
|
|
50
53
|
list-item-leading-avatar-size: if($exclude-hardcoded, null, 40px),
|
|
51
54
|
list-item-leading-icon-color: map.get($systems, md-sys-color, on-surface-variant),
|
|
52
55
|
list-item-leading-icon-size: if($exclude-hardcoded, null, 24px),
|
|
53
|
-
list-item-one-line-container-height: if($exclude-hardcoded, null, 56px),
|
|
54
56
|
list-item-selected-trailing-icon-color: map.get($systems, md-sys-color, primary),
|
|
55
57
|
list-item-supporting-text-color: map.get($systems, md-sys-color, on-surface-variant),
|
|
56
58
|
list-item-supporting-text-font: map.get($systems, md-sys-typescale, body-medium-font),
|
|
@@ -59,7 +61,6 @@ $prefix: (mat, list);
|
|
|
59
61
|
list-item-supporting-text-size: map.get($systems, md-sys-typescale, body-medium-size),
|
|
60
62
|
list-item-supporting-text-tracking: map.get($systems, md-sys-typescale, body-medium-tracking),
|
|
61
63
|
list-item-supporting-text-weight: map.get($systems, md-sys-typescale, body-medium-weight),
|
|
62
|
-
list-item-three-line-container-height: if($exclude-hardcoded, null, 88px),
|
|
63
64
|
list-item-trailing-icon-color: map.get($systems, md-sys-color, on-surface-variant),
|
|
64
65
|
list-item-trailing-icon-size: if($exclude-hardcoded, null, 24px),
|
|
65
66
|
list-item-trailing-supporting-text-color: map.get($systems, md-sys-color, on-surface-variant),
|
|
@@ -71,8 +72,21 @@ $prefix: (mat, list);
|
|
|
71
72
|
map.get($systems, md-sys-typescale, label-small-tracking),
|
|
72
73
|
list-item-trailing-supporting-text-weight:
|
|
73
74
|
map.get($systems, md-sys-typescale, label-small-weight),
|
|
74
|
-
list-item-two-line-container-height: if($exclude-hardcoded, null, 72px),
|
|
75
75
|
);
|
|
76
76
|
|
|
77
77
|
@return m3-utils.namespace($prefix, $tokens, $token-slots);
|
|
78
78
|
}
|
|
79
|
+
|
|
80
|
+
// Tokens that can be configured through Angular Material's density theming API.
|
|
81
|
+
@function get-density-tokens($theme) {
|
|
82
|
+
$scale: theming.clamp-density(inspection.get-theme-density($theme), -5);
|
|
83
|
+
$index: ($scale * -1) + 1;
|
|
84
|
+
|
|
85
|
+
@return (
|
|
86
|
+
list-item-leading-icon-start-space: list.nth((16px, 12px, 8px, 4px, 4px, 4px), $index),
|
|
87
|
+
list-item-leading-icon-end-space: list.nth((16px, 12px, 8px, 4px, 4px, 4px), $index),
|
|
88
|
+
list-item-one-line-container-height: list.nth((48px, 44px, 40px, 36px, 32px, 24px), $index),
|
|
89
|
+
list-item-two-line-container-height: list.nth((64px, 60px, 56px, 52px, 48px, 48px), $index),
|
|
90
|
+
list-item-three-line-container-height: list.nth((88px, 84px, 80px, 76px, 72px, 56px), $index),
|
|
91
|
+
);
|
|
92
|
+
}
|
package/list/index.d.ts
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
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 {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export { M as MatDivider } from '../divider-module.d-4305a1f1.js';
|
|
4
|
+
import { RippleTarget, RippleConfig, RippleGlobalOptions } from '../ripple.d-DBFnJ3Aa.js';
|
|
5
|
+
import { ListOption, MatListOptionTogglePosition } from '../list-option-types.d-BcmY3SsC.js';
|
|
6
|
+
import { MatDividerModule } from '../divider/index.js';
|
|
7
|
+
export { MatDivider } from '../divider/index.js';
|
|
9
8
|
import * as i2 from '@angular/cdk/observers';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
9
|
+
import { MatCommonModule } from '../common-module.d-CUT8AqiB.js';
|
|
10
|
+
import { MatRippleModule } from '../index.d-_XdEyDn3.js';
|
|
11
|
+
import { MatPseudoCheckboxModule } from '../pseudo-checkbox-module.d-czRCRd5m.js';
|
|
13
12
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
14
13
|
import { ControlValueAccessor } from '@angular/forms';
|
|
15
|
-
import {
|
|
14
|
+
import { ThemePalette } from '../palette.d-fF1us9u8.js';
|
|
16
15
|
import '@angular/cdk/platform';
|
|
17
16
|
import '@angular/cdk/bidi';
|
|
18
17
|
|
|
@@ -514,5 +513,5 @@ declare class MatListModule {
|
|
|
514
513
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatListModule>;
|
|
515
514
|
}
|
|
516
515
|
|
|
517
|
-
export { MAT_LIST, MAT_LIST_CONFIG, MAT_NAV_LIST, MAT_SELECTION_LIST_VALUE_ACCESSOR, MatActionList, MatList, MatListItem, MatListItemAvatar, MatListItemIcon, MatListItemLine, MatListItemMeta, MatListItemTitle, MatListModule, MatListOption, MatListSubheaderCssMatStyler, MatNavList, MatSelectionList, MatSelectionListChange, SELECTION_LIST, _MatListItemGraphicBase };
|
|
516
|
+
export { MAT_LIST, MAT_LIST_CONFIG, MAT_NAV_LIST, MAT_SELECTION_LIST_VALUE_ACCESSOR, MatActionList, MatList, MatListItem, MatListItemAvatar, MatListItemIcon, MatListItemLine, MatListItemMeta, MatListItemTitle, MatListModule, MatListOption, MatListOptionTogglePosition as MatListOptionCheckboxPosition, MatListOptionTogglePosition, MatListSubheaderCssMatStyler, MatNavList, MatSelectionList, MatSelectionListChange, SELECTION_LIST, _MatListItemGraphicBase };
|
|
518
517
|
export type { MatListConfig, SelectionList };
|
package/list/testing/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate, ContentContainerComponentHarness, ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { DividerHarnessFilters, MatDividerHarness } from '../../divider/testing/index.js';
|
|
3
|
+
import { MatListOptionTogglePosition } from '../../list-option-types.d-BcmY3SsC.js';
|
|
4
4
|
|
|
5
5
|
interface ListHarnessFilters extends BaseHarnessFilters {
|
|
6
6
|
}
|
package/menu/_menu-theme.scss
CHANGED
package/menu/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { OnDestroy, InjectionToken, TemplateRef, EventEmitter, AfterViewInit, AfterContentInit, OnInit, QueryList } from '@angular/core';
|
|
3
3
|
import { FocusOrigin, FocusableOption } from '@angular/cdk/a11y';
|
|
4
4
|
import { Direction } from '@angular/cdk/bidi';
|
|
5
5
|
import { Subject, Observable } from 'rxjs';
|
|
6
6
|
import * as i2 from '@angular/cdk/overlay';
|
|
7
7
|
import { ScrollStrategy, Overlay } from '@angular/cdk/overlay';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
8
|
+
import { MatRippleModule } from '../index.d-_XdEyDn3.js';
|
|
9
|
+
import { MatCommonModule } from '../common-module.d-CUT8AqiB.js';
|
|
10
10
|
import * as i5 from '@angular/cdk/scrolling';
|
|
11
|
-
import '../ripple.d-
|
|
11
|
+
import '../ripple.d-DBFnJ3Aa.js';
|
|
12
12
|
import '@angular/cdk/platform';
|
|
13
13
|
|
|
14
14
|
type MenuPositionX = 'before' | 'after';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { OnDestroy, AfterViewInit, ElementRef, InjectionToken } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/cdk/a11y';
|
|
4
4
|
import * as i2 from '@angular/cdk/overlay';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { OverlayRef, ConnectedPosition, OriginConnectionPosition, OverlayConnectionPosition, ScrollStrategy, Overlay } from '@angular/cdk/overlay';
|
|
6
|
+
import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
|
|
7
7
|
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
8
8
|
import { Directionality } from '@angular/cdk/bidi';
|
|
9
9
|
import { Observable } from 'rxjs';
|
|
@@ -324,5 +324,5 @@ declare class MatTooltipModule {
|
|
|
324
324
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatTooltipModule>;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
export {
|
|
328
|
-
export type { TooltipPosition
|
|
327
|
+
export { MAT_TOOLTIP_DEFAULT_OPTIONS, MAT_TOOLTIP_DEFAULT_OPTIONS_FACTORY, MAT_TOOLTIP_SCROLL_STRATEGY, MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY, MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER, MatTooltip, MatTooltipModule, SCROLL_THROTTLE_MS, TOOLTIP_PANEL_CLASS, TooltipComponent, getMatTooltipInvalidPositionError };
|
|
328
|
+
export type { MatTooltipDefaultOptions, TooltipPosition, TooltipTouchGestures, TooltipVisibility };
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ChangeDetectorRef, ElementRef, QueryList, EventEmitter, SimpleChanges, InjectionToken } from '@angular/core';
|
|
3
3
|
import * as i2 from '@angular/cdk/overlay';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { ConnectedPosition, CdkOverlayOrigin, ScrollStrategy, CdkConnectedOverlay, Overlay } from '@angular/cdk/overlay';
|
|
5
|
+
import { MatOptionModule } from './index.d-osnm7rw7.js';
|
|
6
|
+
import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
|
|
7
7
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
|
8
8
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
9
9
|
import * as i5 from '@angular/cdk/scrolling';
|
|
10
10
|
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
11
11
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
12
12
|
import { Subject, Observable } from 'rxjs';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
13
|
+
import { ErrorStateMatcher } from './error-options.d-C1yXmo10.js';
|
|
14
|
+
import { MatOption, MatOptgroup, MatOptionSelectionChange } from './option.d-ef4idHSb.js';
|
|
15
|
+
import { MatFormField } from './form-field.d-DeaA8Upo.js';
|
|
16
|
+
import { MatFormFieldControl } from './form-field-control.d-39fAGkWp.js';
|
|
17
|
+
import { MatFormFieldModule } from './module.d-_FxAFBZR.js';
|
|
18
18
|
|
|
19
19
|
/** Injection token that determines the scroll handling while a select is open. */
|
|
20
20
|
declare const MAT_SELECT_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
|
|
@@ -404,6 +404,11 @@ declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnIni
|
|
|
404
404
|
_getAriaActiveDescendant(): string | null;
|
|
405
405
|
/** Gets the aria-labelledby of the select component trigger. */
|
|
406
406
|
private _getTriggerAriaLabelledby;
|
|
407
|
+
/**
|
|
408
|
+
* Implemented as part of MatFormFieldControl.
|
|
409
|
+
* @docs-private
|
|
410
|
+
*/
|
|
411
|
+
get describedByIds(): string[];
|
|
407
412
|
/**
|
|
408
413
|
* Implemented as part of MatFormFieldControl.
|
|
409
414
|
* @docs-private
|
|
@@ -445,5 +450,5 @@ declare class MatSelectModule {
|
|
|
445
450
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectModule>;
|
|
446
451
|
}
|
|
447
452
|
|
|
448
|
-
export {
|
|
449
|
-
export type { MatSelectConfig
|
|
453
|
+
export { MAT_SELECT_CONFIG, MAT_SELECT_SCROLL_STRATEGY, MAT_SELECT_SCROLL_STRATEGY_PROVIDER, MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY, MAT_SELECT_TRIGGER, MatSelect, MatSelectChange, MatSelectModule, MatSelectTrigger };
|
|
454
|
+
export type { MatSelectConfig };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { MatCommonModule } from './common-module.d-CUT8AqiB.js';
|
|
3
3
|
import * as i2 from '@angular/cdk/observers';
|
|
4
|
-
import {
|
|
4
|
+
import { MatFormField, MatError, MatHint, MatPrefix, MatSuffix } from './form-field.d-DeaA8Upo.js';
|
|
5
5
|
|
|
6
6
|
/** The floating label for a `mat-form-field`. */
|
|
7
7
|
declare class MatLabel {
|
|
@@ -15,4 +15,4 @@ declare class MatFormFieldModule {
|
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatFormFieldModule>;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
export {
|
|
18
|
+
export { MatFormFieldModule, MatLabel };
|
|
@@ -31,5 +31,5 @@ declare class MatOptionHarness extends ContentContainerComponentHarness {
|
|
|
31
31
|
isMultiple(): Promise<boolean>;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
export { MatOptionHarness
|
|
35
|
-
export type { OptionHarnessFilters
|
|
34
|
+
export { MatOptionHarness };
|
|
35
|
+
export type { OptionHarnessFilters };
|
|
@@ -16,5 +16,5 @@ interface MatOptionParentComponent {
|
|
|
16
16
|
*/
|
|
17
17
|
declare const MAT_OPTION_PARENT_COMPONENT: InjectionToken<MatOptionParentComponent>;
|
|
18
18
|
|
|
19
|
-
export { MAT_OPTION_PARENT_COMPONENT
|
|
20
|
-
export type { MatOptionParentComponent
|
|
19
|
+
export { MAT_OPTION_PARENT_COMPONENT };
|
|
20
|
+
export type { MatOptionParentComponent };
|
|
@@ -143,4 +143,4 @@ declare function _countGroupLabelsBeforeOption(optionIndex: number, options: Que
|
|
|
143
143
|
*/
|
|
144
144
|
declare function _getOptionScrollPosition(optionOffset: number, optionHeight: number, currentScrollPosition: number, panelHeight: number): number;
|
|
145
145
|
|
|
146
|
-
export {
|
|
146
|
+
export { MAT_OPTGROUP, MatOptgroup, MatOption, MatOptionSelectionChange, _countGroupLabelsBeforeOption, _getOptionScrollPosition };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/material",
|
|
3
|
-
"version": "20.0.0-next.
|
|
3
|
+
"version": "20.0.0-next.8",
|
|
4
4
|
"description": "Angular Material",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
}
|
|
354
354
|
},
|
|
355
355
|
"peerDependencies": {
|
|
356
|
-
"@angular/cdk": "20.0.0-next.
|
|
356
|
+
"@angular/cdk": "20.0.0-next.8",
|
|
357
357
|
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
|
|
358
358
|
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
|
|
359
359
|
"@angular/forms": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use 'sass:list';
|
|
2
3
|
@use '../core/style/sass-utils';
|
|
3
4
|
@use '../core/tokens/m3-utils';
|
|
5
|
+
@use '../core/theming/theming';
|
|
6
|
+
@use '../core/theming/inspection';
|
|
4
7
|
|
|
5
8
|
// The prefix used to generate the fully qualified name for tokens in this file.
|
|
6
9
|
$prefix: (mat, paginator);
|
|
@@ -25,3 +28,16 @@ $prefix: (mat, paginator);
|
|
|
25
28
|
|
|
26
29
|
@return m3-utils.namespace($prefix, $tokens, $token-slots);
|
|
27
30
|
}
|
|
31
|
+
|
|
32
|
+
// Tokens that can be configured through Angular Material's density theming API.
|
|
33
|
+
@function get-density-tokens($theme) {
|
|
34
|
+
$scale: theming.clamp-density(inspection.get-theme-density($theme), -5);
|
|
35
|
+
$index: ($scale * -1) + 1;
|
|
36
|
+
|
|
37
|
+
@return (
|
|
38
|
+
container-size: list.nth((56px, 52px, 48px, 40px, 40px, 40px), $index),
|
|
39
|
+
form-field-container-height: list.nth((40px, 40px, 40px, 40px, 40px, 36px), $index),
|
|
40
|
+
form-field-container-vertical-padding: list.nth((8px, 8px, 8px, 8px, 8px, 6px), $index),
|
|
41
|
+
touch-target-display: list.nth((block, block, none, none, none, none), $index),
|
|
42
|
+
);
|
|
43
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
@use 'sass:meta';
|
|
3
3
|
@use './m2-paginator';
|
|
4
|
+
@use './m3-paginator';
|
|
4
5
|
@use '../core/style/sass-utils';
|
|
5
6
|
@use '../core/typography/typography';
|
|
6
7
|
@use '../core/theming/theming';
|
|
@@ -47,7 +48,8 @@
|
|
|
47
48
|
);
|
|
48
49
|
|
|
49
50
|
@if inspection.get-theme-version($theme) == 1 {
|
|
50
|
-
@include
|
|
51
|
+
@include token-utils.create-token-values(
|
|
52
|
+
m3-paginator.$prefix, m3-paginator.get-density-tokens($theme));
|
|
51
53
|
} @else {
|
|
52
54
|
@include sass-utils.current-selector-or-root() {
|
|
53
55
|
@include token-utils.create-token-values-mixed(
|
|
@@ -74,6 +76,9 @@
|
|
|
74
76
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-paginator') {
|
|
75
77
|
@if inspection.get-theme-version($theme) == 1 {
|
|
76
78
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme));
|
|
79
|
+
@if inspection.theme-has($theme, density) {
|
|
80
|
+
@include density($theme);
|
|
81
|
+
}
|
|
77
82
|
} @else {
|
|
78
83
|
@include base($theme);
|
|
79
84
|
@if inspection.theme-has($theme, color) {
|
package/paginator/index.d.ts
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
export {
|
|
7
|
-
import '
|
|
2
|
+
import { MatButtonModule } from '../button/index.js';
|
|
3
|
+
import { MatSelectModule } from '../module.d-D0Yb5xFi.js';
|
|
4
|
+
import { MatTooltipModule } from '../module.d-Cym1ScGE.js';
|
|
5
|
+
import { MatPaginator } from '../paginator.d-Ctdtnt7L.js';
|
|
6
|
+
export { MAT_PAGINATOR_DEFAULT_OPTIONS, MAT_PAGINATOR_INTL_PROVIDER, MAT_PAGINATOR_INTL_PROVIDER_FACTORY, MatPaginatorDefaultOptions, MatPaginatorIntl, MatPaginatorSelectConfig, PageEvent } from '../paginator.d-Ctdtnt7L.js';
|
|
7
|
+
import '@angular/cdk/a11y';
|
|
8
|
+
import '../palette.d-fF1us9u8.js';
|
|
9
|
+
import '../ripple-loader.d-DL-hT7NH.js';
|
|
10
|
+
import '../common-module.d-CUT8AqiB.js';
|
|
8
11
|
import '@angular/cdk/bidi';
|
|
9
|
-
import '../index.d-
|
|
10
|
-
import '../ripple.d-
|
|
12
|
+
import '../index.d-_XdEyDn3.js';
|
|
13
|
+
import '../ripple.d-DBFnJ3Aa.js';
|
|
11
14
|
import '@angular/cdk/platform';
|
|
12
|
-
import '@angular/cdk/a11y';
|
|
13
|
-
import '../palette.d-1d8ebc0d.js';
|
|
14
|
-
import '../ripple-loader.d-f51e5eb6.js';
|
|
15
15
|
import '@angular/cdk/overlay';
|
|
16
|
-
import '../index.d-
|
|
17
|
-
import '../pseudo-checkbox-module.d-
|
|
18
|
-
import '../option.d-
|
|
16
|
+
import '../index.d-osnm7rw7.js';
|
|
17
|
+
import '../pseudo-checkbox-module.d-czRCRd5m.js';
|
|
18
|
+
import '../option.d-ef4idHSb.js';
|
|
19
19
|
import 'rxjs';
|
|
20
20
|
import '@angular/cdk/collections';
|
|
21
21
|
import '@angular/cdk/scrolling';
|
|
22
22
|
import '@angular/forms';
|
|
23
|
-
import '../error-options.d-
|
|
24
|
-
import '../form-field.d-
|
|
23
|
+
import '../error-options.d-C1yXmo10.js';
|
|
24
|
+
import '../form-field.d-DeaA8Upo.js';
|
|
25
25
|
import '@angular/cdk/coercion';
|
|
26
|
-
import '../form-field-control.d-
|
|
27
|
-
import '../module.d-
|
|
26
|
+
import '../form-field-control.d-39fAGkWp.js';
|
|
27
|
+
import '../module.d-_FxAFBZR.js';
|
|
28
28
|
import '@angular/cdk/observers';
|
|
29
29
|
|
|
30
30
|
declare class MatPaginatorModule {
|
|
@@ -33,4 +33,4 @@ declare class MatPaginatorModule {
|
|
|
33
33
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatPaginatorModule>;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
export { MatPaginatorModule };
|
|
36
|
+
export { MatPaginator, MatPaginatorModule };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as _angular_cdk_testing from '@angular/cdk/testing';
|
|
2
2
|
import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
3
|
-
import {
|
|
4
|
-
import '../../option-harness.d-
|
|
5
|
-
import '../../
|
|
6
|
-
import '../../form-field
|
|
3
|
+
import { MatSelectHarness } from '../../select/testing/index.js';
|
|
4
|
+
import '../../option-harness.d-BpYClwei.js';
|
|
5
|
+
import '../../core/testing/index.js';
|
|
6
|
+
import '../../form-field/testing/control/index.js';
|
|
7
7
|
|
|
8
8
|
/** A set of criteria that can be used to filter a list of `MatPaginatorHarness` instances. */
|
|
9
9
|
interface PaginatorHarnessFilters extends BaseHarnessFilters {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Optional,
|
|
3
|
-
import {
|
|
2
|
+
import { Optional, OnInit, OnDestroy, EventEmitter, InjectionToken } from '@angular/core';
|
|
3
|
+
import { ThemePalette } from './palette.d-fF1us9u8.js';
|
|
4
4
|
import { Subject, Observable } from 'rxjs';
|
|
5
|
-
import {
|
|
5
|
+
import { MatFormFieldAppearance } from './form-field.d-DeaA8Upo.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* To modify the labels and text displayed, create a new instance of MatPaginatorIntl and
|
|
@@ -196,5 +196,5 @@ declare class MatPaginator implements OnInit, OnDestroy {
|
|
|
196
196
|
static ngAcceptInputType_disabled: unknown;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
export {
|
|
200
|
-
export type {
|
|
199
|
+
export { MAT_PAGINATOR_DEFAULT_OPTIONS, MAT_PAGINATOR_INTL_PROVIDER, MAT_PAGINATOR_INTL_PROVIDER_FACTORY, MatPaginator, MatPaginatorIntl, PageEvent };
|
|
200
|
+
export type { MatPaginatorDefaultOptions, MatPaginatorSelectConfig };
|