@angular/material 20.0.0-next.6 → 20.0.0-next.7
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 +17 -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-e58fc357.mjs.map → animation-DYWs964N.mjs.map} +1 -1
- 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 +5 -5
- 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 -9
- 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 +38 -22
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/{common-module-6bff0328.mjs → common-module-BTLyTce6.mjs} +2 -2
- package/fesm2022/{common-module-6bff0328.mjs.map → common-module-BTLyTce6.mjs.map} +1 -1
- package/fesm2022/core/testing.mjs +35 -3
- package/fesm2022/core/testing.mjs.map +1 -1
- package/fesm2022/core.mjs +18 -18
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/{date-formats-9cbc3057.mjs → date-formats-BQbO9F6H.mjs} +2 -2
- package/fesm2022/{date-formats-9cbc3057.mjs.map → date-formats-BQbO9F6H.mjs.map} +1 -1
- package/fesm2022/{date-range-input-harness-3d3cf01a.mjs → date-range-input-harness-qhTX-DXo.mjs} +3 -3
- package/fesm2022/{date-range-input-harness-3d3cf01a.mjs.map → date-range-input-harness-qhTX-DXo.mjs.map} +1 -1
- package/fesm2022/datepicker/testing.mjs +3 -3
- package/fesm2022/datepicker/testing.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +38 -29
- 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-e22abc6f.mjs.map → error-options-f2L_D2TV.mjs.map} +1 -1
- package/fesm2022/{error-state-5fa5df66.mjs → error-state-DAicm3pw.mjs} +2 -2
- package/fesm2022/{error-state-5fa5df66.mjs.map → error-state-DAicm3pw.mjs.map} +1 -1
- package/fesm2022/expansion/testing.mjs.map +1 -1
- package/fesm2022/expansion.mjs +8 -8
- 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/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 -1
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/{icon-button-c94ccf8a.mjs → icon-button-SnLX2J-J.mjs} +8 -8
- package/fesm2022/{icon-button-c94ccf8a.mjs.map → icon-button-SnLX2J-J.mjs.map} +1 -1
- package/fesm2022/{icon-registry-4f5f0eba.mjs → icon-registry-C2Nxi8Mq.mjs} +3 -3
- package/fesm2022/{icon-registry-4f5f0eba.mjs.map → icon-registry-C2Nxi8Mq.mjs.map} +1 -1
- package/fesm2022/icon.mjs +397 -9
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/{index-33bb4181.mjs → index-CYUgEsfZ.mjs} +6 -6
- package/fesm2022/{index-33bb4181.mjs.map → index-CYUgEsfZ.mjs.map} +1 -1
- package/fesm2022/{index-975cf4ab.mjs → index-D7tf-UtR.mjs} +4 -4
- package/fesm2022/{index-975cf4ab.mjs.map → index-D7tf-UtR.mjs.map} +1 -1
- 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-6ca0e4e7.mjs.map → input-harness-CxVp_q3n.mjs.map} +1 -1
- package/fesm2022/{input-value-accessor-16c2d528.mjs → input-value-accessor-cp3A3zMa.mjs} +2 -2
- package/fesm2022/{input-value-accessor-16c2d528.mjs.map → input-value-accessor-cp3A3zMa.mjs.map} +1 -1
- 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-a658b1d3.mjs.map → internal-form-field-Bq9jLDgy.mjs.map} +1 -1
- package/fesm2022/{line-fa9011f8.mjs → line-DI2_SkWl.mjs} +3 -3
- package/fesm2022/{line-fa9011f8.mjs.map → line-DI2_SkWl.mjs.map} +1 -1
- 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/menu/testing.mjs.map +1 -1
- package/fesm2022/menu.mjs +8 -8
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/{module-f0bd6006.mjs → module-BIHXUA0w.mjs} +4 -4
- package/fesm2022/{module-f0bd6006.mjs.map → module-BIHXUA0w.mjs.map} +1 -1
- package/fesm2022/{module-7aee2437.mjs → module-Bj-soMIE.mjs} +7 -7
- package/fesm2022/{module-7aee2437.mjs.map → module-Bj-soMIE.mjs.map} +1 -1
- package/fesm2022/{module-9e568fe9.mjs → module-Bj_BSG1B.mjs} +23 -14
- package/fesm2022/{module-9e568fe9.mjs.map → module-Bj_BSG1B.mjs.map} +1 -1
- package/fesm2022/{module-f09a8c90.mjs → module-nTxiyWBy.mjs} +11 -11
- package/fesm2022/{module-f09a8c90.mjs.map → module-nTxiyWBy.mjs.map} +1 -1
- package/fesm2022/{option-2e7efc25.mjs → option-Ce_vIVuD.mjs} +10 -10
- package/fesm2022/{option-2e7efc25.mjs.map → option-Ce_vIVuD.mjs.map} +1 -1
- package/fesm2022/{option-harness-4cd4ee4e.mjs → option-harness-D_dpAU04.mjs} +2 -2
- package/fesm2022/{option-harness-4cd4ee4e.mjs.map → option-harness-D_dpAU04.mjs.map} +1 -1
- 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 -5
- 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-22aca2eb.mjs.map → pseudo-checkbox-module-B1fNUV1l.mjs.map} +1 -1
- package/fesm2022/{pseudo-checkbox-7c1050cc.mjs → pseudo-checkbox-rb5Qj2XH.mjs} +6 -6
- package/fesm2022/{pseudo-checkbox-7c1050cc.mjs.map → pseudo-checkbox-rb5Qj2XH.mjs.map} +1 -1
- package/fesm2022/{public-api-af61bf48.mjs → public-api-B95TI2uI.mjs} +2 -2
- package/fesm2022/{public-api-af61bf48.mjs.map → public-api-B95TI2uI.mjs.map} +1 -1
- 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-R9v4tIlx.mjs} +4 -4
- package/fesm2022/{ripple-loader-9a207cda.mjs.map → ripple-loader-R9v4tIlx.mjs.map} +1 -1
- package/fesm2022/{ripple-ca34ab3c.mjs → ripple-t-kasrhF.mjs} +6 -6
- package/fesm2022/{ripple-ca34ab3c.mjs.map → ripple-t-kasrhF.mjs.map} +1 -1
- package/fesm2022/select/testing.mjs +122 -5
- package/fesm2022/select/testing.mjs.map +1 -1
- package/fesm2022/select.mjs +14 -14
- package/fesm2022/sidenav/testing.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +7 -7
- 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 -14
- 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-fe60c44d.mjs.map → structural-styles-BcST1BXh.mjs.map} +1 -1
- 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 -4
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip/testing.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +3 -3
- 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 +1 -1
- 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/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/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-module-165b91b7.mjs +0 -395
- package/fesm2022/icon-module-165b91b7.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/select-harness-9656d727.mjs +0 -123
- package/fesm2022/select-harness-9656d727.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
package/toolbar/_m3-toolbar.scss
CHANGED
|
@@ -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, toolbar);
|
|
@@ -21,3 +24,14 @@ $prefix: (mat, toolbar);
|
|
|
21
24
|
|
|
22
25
|
@return m3-utils.namespace($prefix, $tokens, $token-slots);
|
|
23
26
|
}
|
|
27
|
+
|
|
28
|
+
// Tokens that can be configured through Angular Material's density theming API.
|
|
29
|
+
@function get-density-tokens($theme) {
|
|
30
|
+
$scale: theming.clamp-density(inspection.get-theme-density($theme), -3);
|
|
31
|
+
$index: ($scale * -1) + 1;
|
|
32
|
+
|
|
33
|
+
@return (
|
|
34
|
+
standard-height: list.nth((64px, 60px, 56px, 52px), $index),
|
|
35
|
+
mobile-height: list.nth((56px, 52px, 48px, 44px), $index),
|
|
36
|
+
);
|
|
37
|
+
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@use '../core/tokens/token-utils';
|
|
7
7
|
@use '../core/typography/typography';
|
|
8
8
|
@use './m2-toolbar';
|
|
9
|
+
@use './m3-toolbar';
|
|
9
10
|
|
|
10
11
|
@mixin _palette-styles($theme, $palette-name) {
|
|
11
12
|
@include token-utils.create-token-values-mixed(
|
|
@@ -65,7 +66,8 @@
|
|
|
65
66
|
|
|
66
67
|
@mixin density($theme) {
|
|
67
68
|
@if inspection.get-theme-version($theme) == 1 {
|
|
68
|
-
@include
|
|
69
|
+
@include token-utils.create-token-values(
|
|
70
|
+
m3-toolbar.$prefix, m3-toolbar.get-density-tokens($theme));
|
|
69
71
|
} @else {
|
|
70
72
|
@include sass-utils.current-selector-or-root() {
|
|
71
73
|
@include token-utils.create-token-values-mixed(
|
|
@@ -96,6 +98,9 @@
|
|
|
96
98
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-toolbar') {
|
|
97
99
|
@if inspection.get-theme-version($theme) == 1 {
|
|
98
100
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme));
|
|
101
|
+
@if inspection.theme-has($theme, density) {
|
|
102
|
+
@include density($theme);
|
|
103
|
+
}
|
|
99
104
|
} @else {
|
|
100
105
|
@include base($theme);
|
|
101
106
|
@if inspection.theme-has($theme, color) {
|
package/toolbar/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { AfterViewInit, ElementRef, QueryList } from '@angular/core';
|
|
3
|
-
import {
|
|
3
|
+
import { MatCommonModule } from '../common-module.d-CUT8AqiB.js';
|
|
4
4
|
import '@angular/cdk/bidi';
|
|
5
5
|
|
|
6
6
|
declare class MatToolbarRow {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
|
|
49
49
|
@mixin density($theme) {
|
|
50
50
|
@if inspection.get-theme-version($theme) == 1 {
|
|
51
|
-
|
|
51
|
+
// There are no M3 density tokens for this component
|
|
52
52
|
} @else {
|
|
53
53
|
@include sass-utils.current-selector-or-root() {
|
|
54
54
|
@include token-utils.create-token-values-mixed(
|
package/tooltip/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export {
|
|
1
|
+
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, MatTooltipDefaultOptions, MatTooltipModule, SCROLL_THROTTLE_MS, TOOLTIP_PANEL_CLASS, TooltipComponent, TooltipPosition, TooltipTouchGestures, TooltipVisibility, getMatTooltipInvalidPositionError } from '../module.d-Cym1ScGE.js';
|
|
2
2
|
import '@angular/core';
|
|
3
3
|
import '@angular/cdk/a11y';
|
|
4
4
|
import '@angular/cdk/overlay';
|
|
5
|
-
import '../common-module.d-
|
|
5
|
+
import '../common-module.d-CUT8AqiB.js';
|
|
6
6
|
import '@angular/cdk/bidi';
|
|
7
7
|
import '@angular/cdk/coercion';
|
|
8
8
|
import 'rxjs';
|
package/tree/_m3-tree.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, tree);
|
|
@@ -20,3 +23,13 @@ $prefix: (mat, tree);
|
|
|
20
23
|
|
|
21
24
|
@return m3-utils.namespace($prefix, $tokens, $token-slots);
|
|
22
25
|
}
|
|
26
|
+
|
|
27
|
+
// Tokens that can be configured through Angular Material's density theming API.
|
|
28
|
+
@function get-density-tokens($theme) {
|
|
29
|
+
$scale: theming.clamp-density(inspection.get-theme-density($theme), -4);
|
|
30
|
+
$index: ($scale * -1) + 1;
|
|
31
|
+
|
|
32
|
+
@return (
|
|
33
|
+
node-min-height: list.nth((48px, 44px, 40px, 36px, 28px), $index),
|
|
34
|
+
);
|
|
35
|
+
}
|
package/tree/_tree-theme.scss
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@use '../core/style/sass-utils';
|
|
7
7
|
@use '../core/tokens/token-utils';
|
|
8
8
|
@use './m2-tree';
|
|
9
|
+
@use './m3-tree';
|
|
9
10
|
|
|
10
11
|
@mixin base($theme) {
|
|
11
12
|
@if inspection.get-theme-version($theme) == 1 {
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
|
|
46
47
|
@mixin density($theme) {
|
|
47
48
|
@if inspection.get-theme-version($theme) == 1 {
|
|
48
|
-
@include
|
|
49
|
+
@include token-utils.create-token-values(m3-tree.$prefix, m3-tree.get-density-tokens($theme));
|
|
49
50
|
} @else {
|
|
50
51
|
$density-scale: inspection.get-theme-density($theme);
|
|
51
52
|
|
|
@@ -76,6 +77,9 @@
|
|
|
76
77
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-tree') {
|
|
77
78
|
@if inspection.get-theme-version($theme) == 1 {
|
|
78
79
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme));
|
|
80
|
+
@if inspection.theme-has($theme, density) {
|
|
81
|
+
@include density($theme);
|
|
82
|
+
}
|
|
79
83
|
} @else {
|
|
80
84
|
@include base($theme);
|
|
81
85
|
@if inspection.theme-has($theme, color) {
|
package/tree/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as i1 from '@angular/cdk/tree';
|
|
|
2
2
|
import { CdkTreeNode, CdkTreeNodeDef, CdkNestedTreeNode, CdkTreeNodePadding, CdkTreeNodeOutlet, CdkTree, CdkTreeNodeToggle, TreeControl, FlatTreeControl } from '@angular/cdk/tree';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { OnInit, OnDestroy, AfterContentInit, ViewContainerRef } from '@angular/core';
|
|
5
|
-
import {
|
|
5
|
+
import { MatCommonModule } from '../common-module.d-CUT8AqiB.js';
|
|
6
6
|
import { DataSource, CollectionViewer } from '@angular/cdk/collections';
|
|
7
7
|
import { Observable } from 'rxjs';
|
|
8
8
|
import '@angular/cdk/bidi';
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
@use 'sass:list';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
@use '../theming/theming';
|
|
4
|
-
|
|
5
|
-
/// Maps namespaced tokens to per-density-scale values.
|
|
6
|
-
/// This is used as a temporary solution for density, since Material Design currently does not have
|
|
7
|
-
/// systemized density.
|
|
8
|
-
/// Format:
|
|
9
|
-
/// (
|
|
10
|
-
/// (mat, comp): (
|
|
11
|
-
/// token: (<scale 0 value>, <scale -1 value>, <scale -2 value>, ...),
|
|
12
|
-
/// ...
|
|
13
|
-
/// ),
|
|
14
|
-
/// ...
|
|
15
|
-
/// )
|
|
16
|
-
// TODO(mmalerba): Add density tokens for remaining components.
|
|
17
|
-
$_density-tokens: (
|
|
18
|
-
(mat, autocomplete): (),
|
|
19
|
-
(mat, badge): (),
|
|
20
|
-
(mat, bottom-sheet): (),
|
|
21
|
-
(mat, card): (),
|
|
22
|
-
(mat, checkbox): (
|
|
23
|
-
state-layer-size: (40px, 36px, 32px, 28px),
|
|
24
|
-
touch-target-display: (block, block, none, none),
|
|
25
|
-
),
|
|
26
|
-
(mat, chip): (
|
|
27
|
-
container-height: (32px, 28px, 24px),
|
|
28
|
-
),
|
|
29
|
-
(mat, progress-spinner): (),
|
|
30
|
-
(mat, datepicker): (),
|
|
31
|
-
(mat, dialog): (),
|
|
32
|
-
(mat, divider): (),
|
|
33
|
-
(mat, expansion): (
|
|
34
|
-
header-collapsed-state-height: (48px, 44px, 40px, 36px),
|
|
35
|
-
header-expanded-state-height: (64px, 60px, 56px, 48px),
|
|
36
|
-
),
|
|
37
|
-
(mat, fab): (
|
|
38
|
-
touch-target-display: (block, block, none, none),
|
|
39
|
-
),
|
|
40
|
-
(mat, button): (
|
|
41
|
-
filled-touch-target-display: (block, block, none, none),
|
|
42
|
-
filled-container-height: (40px, 36px, 32px, 28px),
|
|
43
|
-
outlined-container-height: (40px, 36px, 32px, 28px),
|
|
44
|
-
outlined-touch-target-display: (block, block, none, none),
|
|
45
|
-
protected-touch-target-display: (block, block, none, none),
|
|
46
|
-
protected-container-height: (40px, 36px, 32px, 28px),
|
|
47
|
-
text-touch-target-display: (block, block, none, none),
|
|
48
|
-
text-container-height: (40px, 36px, 32px, 28px),
|
|
49
|
-
tonal-container-height: (40px, 36px, 32px, 28px),
|
|
50
|
-
tonal-touch-target-display: (block, block, none, none),
|
|
51
|
-
),
|
|
52
|
-
(mat, form-field): (
|
|
53
|
-
container-height: (56px, 52px, 48px, 44px, 40px, 36px),
|
|
54
|
-
filled-label-display: (block, block, none, none, none, none),
|
|
55
|
-
container-vertical-padding: (16px, 14px, 12px, 10px, 8px, 6px),
|
|
56
|
-
filled-with-label-container-padding-top: (24px, 22px, 12px, 10px, 8px, 6px),
|
|
57
|
-
filled-with-label-container-padding-bottom: (8px, 6px, 12px, 10px, 8px, 6px),
|
|
58
|
-
),
|
|
59
|
-
(mat, grid-list): (),
|
|
60
|
-
(mat, icon): (),
|
|
61
|
-
(mat, icon-button): (
|
|
62
|
-
touch-target-display: (block, block, none, none),
|
|
63
|
-
// The size caps out at 24px, because anything lower will be smaller than the icon.
|
|
64
|
-
state-layer-size: (40px, 36px, 32px, 28px, 24px, 24px),
|
|
65
|
-
),
|
|
66
|
-
(mat, progress-bar): (),
|
|
67
|
-
(mat, list): (
|
|
68
|
-
list-item-leading-icon-start-space: (16px, 12px, 8px, 4px),
|
|
69
|
-
list-item-leading-icon-end-space: (16px, 12px, 8px, 4px),
|
|
70
|
-
list-item-one-line-container-height: (48px, 44px, 40px, 36px, 32px, 24px),
|
|
71
|
-
list-item-two-line-container-height: (64px, 60px, 56px, 52px, 48px, 48px),
|
|
72
|
-
list-item-three-line-container-height: (88px, 84px, 80px, 76px, 72px, 56px),
|
|
73
|
-
),
|
|
74
|
-
(mat, menu): (),
|
|
75
|
-
(mat, optgroup): (),
|
|
76
|
-
(mat, option): (),
|
|
77
|
-
(mat, paginator): (
|
|
78
|
-
container-size: (56px, 52px, 48px, 40px),
|
|
79
|
-
form-field-container-height: (40px, 40px, 40px, 40px, 40px, 36px),
|
|
80
|
-
form-field-container-vertical-padding: (8px, 8px, 8px, 8px, 8px, 6px),
|
|
81
|
-
touch-target-display: (block, block, none, none),
|
|
82
|
-
),
|
|
83
|
-
(mat, tooltip): (),
|
|
84
|
-
(mat, radio): (
|
|
85
|
-
touch-target-display: (block, block, none, none),
|
|
86
|
-
state-layer-size: (40px, 36px, 32px, 28px),
|
|
87
|
-
),
|
|
88
|
-
(mat, ripple): (),
|
|
89
|
-
(mat, tab): (
|
|
90
|
-
container-height: (48px, 44px, 40px, 36px, 32px),
|
|
91
|
-
),
|
|
92
|
-
(mat, select): (
|
|
93
|
-
arrow-transform: (translateY(-8px), translateY(-8px), none),
|
|
94
|
-
),
|
|
95
|
-
(mat, sidenav): (),
|
|
96
|
-
(mat, slider): (),
|
|
97
|
-
(mat, snack-bar): (),
|
|
98
|
-
(mat, sort): (),
|
|
99
|
-
(mat, button-toggle): (
|
|
100
|
-
height: (40px, 40px, 40px, 36px, 24px),
|
|
101
|
-
),
|
|
102
|
-
(mat, stepper): (
|
|
103
|
-
header-height: (72px, 68px, 64px, 60px, 42px),
|
|
104
|
-
),
|
|
105
|
-
(mat, slide-toggle): (),
|
|
106
|
-
(mat, table): (
|
|
107
|
-
header-container-height: (56px, 52px, 48px, 44px, 40px),
|
|
108
|
-
footer-container-height: (52px, 48px, 44px, 40px, 36px),
|
|
109
|
-
row-item-container-height: (52px, 48px, 44px, 40px, 36px),
|
|
110
|
-
),
|
|
111
|
-
(mat, timepicker): (),
|
|
112
|
-
(mat, toolbar): (
|
|
113
|
-
standard-height: (64px, 60px, 56px, 52px),
|
|
114
|
-
mobile-height: (56px, 52px, 48px, 44px),
|
|
115
|
-
),
|
|
116
|
-
(mat, tree): (
|
|
117
|
-
node-min-height: (48px, 44px, 40px, 36px, 28px),
|
|
118
|
-
),
|
|
119
|
-
);
|
|
120
|
-
|
|
121
|
-
/// Gets the value for the given density scale from the given set of density values.
|
|
122
|
-
/// @param {List} $density-values The list of values for each density scale.
|
|
123
|
-
/// @param {Number} $scale The density scale to get the value for.
|
|
124
|
-
/// @return {*} The value for the given scale.
|
|
125
|
-
@function _get-value-for-scale($density-values, $scale) {
|
|
126
|
-
$scale: theming.clamp-density($scale, -1 * list.length($density-values) + 1);
|
|
127
|
-
$index: -$scale + 1;
|
|
128
|
-
@return list.nth($density-values, $index);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/// Gets a map of all density tokens for the given scale
|
|
132
|
-
/// @param {Number} $scale The density scale
|
|
133
|
-
/// @return {Map} Map of all fully qualified density tokens for the given scale.
|
|
134
|
-
@function get-tokens-for-scale($scale) {
|
|
135
|
-
$result: ();
|
|
136
|
-
@each $namespace, $tokens in $_density-tokens {
|
|
137
|
-
@each $token, $density-values in $tokens {
|
|
138
|
-
$tokens: map.set($tokens, $token, _get-value-for-scale($density-values, $scale));
|
|
139
|
-
}
|
|
140
|
-
$result: map.set($result, $namespace, $tokens);
|
|
141
|
-
}
|
|
142
|
-
@return $result;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/// Checks whether the given token is systemized by Angular Material's made up density system.
|
|
146
|
-
/// @param {List} $namespace The namespace of the token
|
|
147
|
-
/// @param {String} $token The name of the token
|
|
148
|
-
/// @return {Boolean} Whether the token is systemized by the density system
|
|
149
|
-
@function is-systemized($namespace, $token) {
|
|
150
|
-
@return map.get($_density-tokens, $namespace, $token) != null;
|
|
151
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
|
|
3
|
-
interface DividerHarnessFilters extends BaseHarnessFilters {
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
/** Harness for interacting with a `mat-divider`. */
|
|
7
|
-
declare class MatDividerHarness extends ComponentHarness {
|
|
8
|
-
static hostSelector: string;
|
|
9
|
-
static with(options?: DividerHarnessFilters): HarnessPredicate<MatDividerHarness>;
|
|
10
|
-
getOrientation(): Promise<'horizontal' | 'vertical'>;
|
|
11
|
-
isInset(): Promise<boolean>;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export { MatDividerHarness as M };
|
|
15
|
-
export type { DividerHarnessFilters as D };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { M as MatCommonModule } from './common-module.d-421e3498.js';
|
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
-
|
|
5
|
-
declare class MatDivider {
|
|
6
|
-
/** Whether the divider is vertically aligned. */
|
|
7
|
-
get vertical(): boolean;
|
|
8
|
-
set vertical(value: BooleanInput);
|
|
9
|
-
private _vertical;
|
|
10
|
-
/** Whether the divider is an inset divider. */
|
|
11
|
-
get inset(): boolean;
|
|
12
|
-
set inset(value: BooleanInput);
|
|
13
|
-
private _inset;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatDivider, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatDivider, "mat-divider", never, { "vertical": { "alias": "vertical"; "required": false; }; "inset": { "alias": "inset"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
declare class MatDividerModule {
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatDividerModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDividerModule, never, [typeof MatCommonModule, typeof MatDivider], [typeof MatDivider, typeof MatCommonModule]>;
|
|
21
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatDividerModule>;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export { MatDivider as M, MatDividerModule as a };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
-
|
|
3
|
-
/** Harness for interacting with a `mat-divider`. */
|
|
4
|
-
class MatDividerHarness extends ComponentHarness {
|
|
5
|
-
static hostSelector = '.mat-divider';
|
|
6
|
-
static with(options = {}) {
|
|
7
|
-
return new HarnessPredicate(MatDividerHarness, options);
|
|
8
|
-
}
|
|
9
|
-
async getOrientation() {
|
|
10
|
-
return (await this.host()).getAttribute('aria-orientation');
|
|
11
|
-
}
|
|
12
|
-
async isInset() {
|
|
13
|
-
return (await this.host()).hasClass('mat-divider-inset');
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export { MatDividerHarness as M };
|
|
18
|
-
//# sourceMappingURL=divider-harness-bea2a71d.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"divider-harness-bea2a71d.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-46c76129e412/bin/src/material/divider/testing/divider-harness.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ComponentHarness, HarnessPredicate} from '@angular/cdk/testing';\nimport {DividerHarnessFilters} from './divider-harness-filters';\n\n/** Harness for interacting with a `mat-divider`. */\nexport class MatDividerHarness extends ComponentHarness {\n static hostSelector = '.mat-divider';\n\n static with(options: DividerHarnessFilters = {}) {\n return new HarnessPredicate(MatDividerHarness, options);\n }\n\n async getOrientation(): Promise<'horizontal' | 'vertical'> {\n return (await this.host()).getAttribute('aria-orientation') as Promise<\n 'horizontal' | 'vertical'\n >;\n }\n\n async isInset(): Promise<boolean> {\n return (await this.host()).hasClass('mat-divider-inset');\n }\n}\n"],"names":[],"mappings":";;AAWA;AACM,MAAO,iBAAkB,SAAQ,gBAAgB,CAAA;AACrD,IAAA,OAAO,YAAY,GAAG,cAAc,CAAA;AAEpC,IAAA,OAAO,IAAI,CAAC,OAAA,GAAiC,EAAE,EAAA;AAC7C,QAAA,OAAO,IAAI,gBAAgB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA;KACzD;AAEA,IAAA,MAAM,cAAc,GAAA;AAClB,QAAA,OAAO,CAAC,MAAM,IAAI,CAAC,IAAI,EAAE,EAAE,YAAY,CAAC,kBAAkB,CAEzD,CAAA;KACH;AAEA,IAAA,MAAM,OAAO,GAAA;AACX,QAAA,OAAO,CAAC,MAAM,IAAI,CAAC,IAAI,EAAE,EAAE,QAAQ,CAAC,mBAAmB,CAAC,CAAA;KAC1D;;;;;"}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, NgModule } from '@angular/core';
|
|
3
|
-
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
4
|
-
import { M as MatCommonModule } from './common-module-6bff0328.mjs';
|
|
5
|
-
|
|
6
|
-
class MatDivider {
|
|
7
|
-
/** Whether the divider is vertically aligned. */
|
|
8
|
-
get vertical() {
|
|
9
|
-
return this._vertical;
|
|
10
|
-
}
|
|
11
|
-
set vertical(value) {
|
|
12
|
-
this._vertical = coerceBooleanProperty(value);
|
|
13
|
-
}
|
|
14
|
-
_vertical = false;
|
|
15
|
-
/** Whether the divider is an inset divider. */
|
|
16
|
-
get inset() {
|
|
17
|
-
return this._inset;
|
|
18
|
-
}
|
|
19
|
-
set inset(value) {
|
|
20
|
-
this._inset = coerceBooleanProperty(value);
|
|
21
|
-
}
|
|
22
|
-
_inset = false;
|
|
23
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MatDivider, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.5", type: MatDivider, isStandalone: true, selector: "mat-divider", inputs: { vertical: "vertical", inset: "inset" }, host: { attributes: { "role": "separator" }, properties: { "attr.aria-orientation": "vertical ? \"vertical\" : \"horizontal\"", "class.mat-divider-vertical": "vertical", "class.mat-divider-horizontal": "!vertical", "class.mat-divider-inset": "inset" }, classAttribute: "mat-divider" }, ngImport: i0, template: '', isInline: true, styles: [".mat-divider{display:block;margin:0;border-top-style:solid;border-top-color:var(--mat-divider-color, var(--mat-sys-outline));border-top-width:var(--mat-divider-width, 1px)}.mat-divider.mat-divider-vertical{border-top:0;border-right-style:solid;border-right-color:var(--mat-divider-color, var(--mat-sys-outline));border-right-width:var(--mat-divider-width, 1px)}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
25
|
-
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MatDivider, decorators: [{
|
|
27
|
-
type: Component,
|
|
28
|
-
args: [{ selector: 'mat-divider', host: {
|
|
29
|
-
'role': 'separator',
|
|
30
|
-
'[attr.aria-orientation]': 'vertical ? "vertical" : "horizontal"',
|
|
31
|
-
'[class.mat-divider-vertical]': 'vertical',
|
|
32
|
-
'[class.mat-divider-horizontal]': '!vertical',
|
|
33
|
-
'[class.mat-divider-inset]': 'inset',
|
|
34
|
-
'class': 'mat-divider',
|
|
35
|
-
}, template: '', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".mat-divider{display:block;margin:0;border-top-style:solid;border-top-color:var(--mat-divider-color, var(--mat-sys-outline));border-top-width:var(--mat-divider-width, 1px)}.mat-divider.mat-divider-vertical{border-top:0;border-right-style:solid;border-right-color:var(--mat-divider-color, var(--mat-sys-outline));border-right-width:var(--mat-divider-width, 1px)}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}"] }]
|
|
36
|
-
}], propDecorators: { vertical: [{
|
|
37
|
-
type: Input
|
|
38
|
-
}], inset: [{
|
|
39
|
-
type: Input
|
|
40
|
-
}] } });
|
|
41
|
-
|
|
42
|
-
class MatDividerModule {
|
|
43
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MatDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
44
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5", ngImport: i0, type: MatDividerModule, imports: [MatCommonModule, MatDivider], exports: [MatDivider, MatCommonModule] });
|
|
45
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MatDividerModule, imports: [MatCommonModule, MatCommonModule] });
|
|
46
|
-
}
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: MatDividerModule, decorators: [{
|
|
48
|
-
type: NgModule,
|
|
49
|
-
args: [{
|
|
50
|
-
imports: [MatCommonModule, MatDivider],
|
|
51
|
-
exports: [MatDivider, MatCommonModule],
|
|
52
|
-
}]
|
|
53
|
-
}] });
|
|
54
|
-
|
|
55
|
-
export { MatDivider as M, MatDividerModule as a };
|
|
56
|
-
//# sourceMappingURL=divider-module-15f4b7a3.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"divider-module-15f4b7a3.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-46c76129e412/bin/src/material/divider/divider.ts","../../../../../darwin_arm64-fastbuild-ST-46c76129e412/bin/src/material/divider/divider-module.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ChangeDetectionStrategy, Component, Input, ViewEncapsulation} from '@angular/core';\nimport {BooleanInput, coerceBooleanProperty} from '@angular/cdk/coercion';\n\n@Component({\n selector: 'mat-divider',\n host: {\n 'role': 'separator',\n '[attr.aria-orientation]': 'vertical ? \"vertical\" : \"horizontal\"',\n '[class.mat-divider-vertical]': 'vertical',\n '[class.mat-divider-horizontal]': '!vertical',\n '[class.mat-divider-inset]': 'inset',\n 'class': 'mat-divider',\n },\n template: '',\n styleUrl: 'divider.css',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class MatDivider {\n /** Whether the divider is vertically aligned. */\n @Input()\n get vertical(): boolean {\n return this._vertical;\n }\n set vertical(value: BooleanInput) {\n this._vertical = coerceBooleanProperty(value);\n }\n private _vertical: boolean = false;\n\n /** Whether the divider is an inset divider. */\n @Input()\n get inset(): boolean {\n return this._inset;\n }\n set inset(value: BooleanInput) {\n this._inset = coerceBooleanProperty(value);\n }\n private _inset: boolean = false;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {NgModule} from '@angular/core';\nimport {MatCommonModule} from '../core';\nimport {MatDivider} from './divider';\n\n@NgModule({\n imports: [MatCommonModule, MatDivider],\n exports: [MatDivider, MatCommonModule],\n})\nexport class MatDividerModule {}\n"],"names":[],"mappings":";;;;;MA0Ba,UAAU,CAAA;;AAErB,IAAA,IACI,QAAQ,GAAA;QACV,OAAO,IAAI,CAAC,SAAS,CAAA;KACvB;IACA,IAAI,QAAQ,CAAC,KAAmB,EAAA;AAC9B,QAAA,IAAI,CAAC,SAAS,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAA;KAC/C;IACQ,SAAS,GAAY,KAAK,CAAA;;AAGlC,IAAA,IACI,KAAK,GAAA;QACP,OAAO,IAAI,CAAC,MAAM,CAAA;KACpB;IACA,IAAI,KAAK,CAAC,KAAmB,EAAA;AAC3B,QAAA,IAAI,CAAC,MAAM,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAA;KAC5C;IACQ,MAAM,GAAY,KAAK,CAAA;8GAnBpB,UAAU,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAV,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,eAAA,EAAA,IAAA,EAAA,UAAU,uZALX,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,ueAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;kGAKD,UAAU,EAAA,UAAA,EAAA,CAAA;kBAftB,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,aAAa,EACjB,IAAA,EAAA;AACJ,wBAAA,MAAM,EAAE,WAAW;AACnB,wBAAA,yBAAyB,EAAE,sCAAsC;AACjE,wBAAA,8BAA8B,EAAE,UAAU;AAC1C,wBAAA,gCAAgC,EAAE,WAAW;AAC7C,wBAAA,2BAA2B,EAAE,OAAO;AACpC,wBAAA,OAAO,EAAE,aAAa;qBACvB,EACS,QAAA,EAAA,EAAE,iBAEG,iBAAiB,CAAC,IAAI,EACpB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,MAAA,EAAA,CAAA,ueAAA,CAAA,EAAA,CAAA;8BAK3C,QAAQ,EAAA,CAAA;sBADX,KAAK;gBAWF,KAAK,EAAA,CAAA;sBADR,KAAK;;;MCtBK,gBAAgB,CAAA;8GAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,eAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gBAAgB,YAHjB,eAAe,EAAE,UAAU,CAC3B,EAAA,OAAA,EAAA,CAAA,UAAU,EAAE,eAAe,CAAA,EAAA,CAAA,CAAA;+GAE1B,gBAAgB,EAAA,OAAA,EAAA,CAHjB,eAAe,EACH,eAAe,CAAA,EAAA,CAAA,CAAA;;kGAE1B,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAJ5B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,eAAe,EAAE,UAAU,CAAC;AACtC,oBAAA,OAAO,EAAE,CAAC,UAAU,EAAE,eAAe,CAAC;AACvC,iBAAA,CAAA;;;;;"}
|