@angular/material 20.0.0-next.0 → 20.0.0-next.2
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 +4 -4
- package/autocomplete/index.d.ts +96 -126
- package/autocomplete/testing/index.d.ts +6 -11
- package/badge/_badge-theme.scss +5 -5
- package/badge/index.d.ts +8 -112
- package/badge/testing/index.d.ts +7 -8
- package/badge.d-49a8a74b.d.ts +98 -0
- package/bottom-sheet/_bottom-sheet-theme.scss +3 -3
- package/bottom-sheet/index.d.ts +88 -103
- package/bottom-sheet/testing/index.d.ts +4 -6
- package/button/_button-theme.scss +84 -32
- package/button/_fab-theme.scss +13 -13
- package/button/_icon-button-theme.scss +5 -5
- package/button/index.d.ts +10 -245
- package/button/testing/index.d.ts +13 -10
- package/button-toggle/_button-toggle-theme.scss +8 -8
- package/button-toggle/index.d.ts +12 -285
- package/button-toggle/testing/index.d.ts +38 -37
- package/button-toggle.d-edc8acff.d.ts +257 -0
- package/card/_card-theme.scss +12 -12
- package/card/index.d.ts +80 -117
- package/card/testing/index.d.ts +11 -15
- package/checkbox/_checkbox-theme.scss +10 -10
- package/checkbox/index.d.ts +43 -104
- package/checkbox/testing/index.d.ts +6 -10
- package/chips/_chips-theme.scss +14 -14
- package/chips/index.d.ts +599 -693
- package/chips/testing/index.d.ts +78 -93
- package/common-module.d-0e6515ae.d.ts +43 -0
- package/core/_core-theme.scss +2 -2
- package/core/index.d.ts +50 -979
- package/core/option/_optgroup-theme.scss +2 -2
- package/core/option/_option-theme.scss +4 -4
- package/core/ripple/_ripple-theme.scss +3 -3
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +4 -4
- package/core/testing/index.d.ts +3 -65
- package/core/theming/_color-api-backwards-compatibility.scss +19 -8
- package/core/tokens/_density.scss +3 -0
- package/core/tokens/_token-definition.scss +1 -2
- package/core/tokens/_token-utils.scss +20 -5
- package/core/tokens/m2/_index.scss +2 -0
- package/core/tokens/m2/mat/_tonal-button.scss +110 -0
- package/core/tokens/m3/_index.scss +2 -0
- package/core/tokens/m3/definitions/_index.scss +1 -1
- package/core/tokens/m3/definitions/_md-comp-elevated-card.scss +3 -1
- package/core/tokens/m3/definitions/_md-sys-color.scss +44 -2
- package/core/tokens/m3/definitions/_md-sys-typescale.scss +20 -1
- package/core/tokens/m3/mat/_tonal-button.scss +101 -0
- package/date-adapter.d-c6835d41.d.ts +267 -0
- package/date-range-input-harness.d-549a9f7e.d.ts +278 -0
- package/datepicker/_datepicker-theme.scss +8 -7
- package/datepicker/index.d.ts +1332 -1482
- package/datepicker/testing/index.d.ts +5 -287
- package/dialog/_dialog-theme.scss +6 -6
- package/dialog/index.d.ts +59 -453
- package/dialog/testing/index.d.ts +22 -26
- package/dialog.d-57867441.d.ts +335 -0
- package/divider/_divider-theme.scss +2 -2
- package/divider/index.d.ts +6 -11
- package/divider/testing/index.d.ts +2 -16
- package/divider-harness.d-d34fede4.d.ts +14 -0
- package/error-options.d-448d9046.d.ts +17 -0
- package/expansion/_expansion-theme.scss +4 -4
- package/expansion/index.d.ts +139 -190
- package/expansion/testing/index.d.ts +25 -31
- package/fesm2022/autocomplete/testing.mjs +2 -1
- package/fesm2022/autocomplete/testing.mjs.map +1 -1
- package/fesm2022/autocomplete.mjs +56 -32
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge/testing.mjs.map +1 -1
- package/fesm2022/badge.mjs +14 -17
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +13 -15
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button/testing.mjs +34 -15
- package/fesm2022/button/testing.mjs.map +1 -1
- package/fesm2022/button-toggle/testing.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +22 -15
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +14 -395
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card/testing.mjs.map +1 -1
- package/fesm2022/card.mjs +49 -51
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox/testing.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +32 -73
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips/testing.mjs.map +1 -1
- package/fesm2022/chips.mjs +51 -46
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/common-module-2d64df09.mjs +42 -0
- package/fesm2022/common-module-2d64df09.mjs.map +1 -0
- package/fesm2022/core/testing.mjs +3 -76
- package/fesm2022/core/testing.mjs.map +1 -1
- package/fesm2022/core.mjs +38 -1598
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/date-formats-b618acb8.mjs +190 -0
- package/fesm2022/date-formats-b618acb8.mjs.map +1 -0
- package/fesm2022/date-range-input-harness-de70be6a.mjs +467 -0
- package/fesm2022/date-range-input-harness-de70be6a.mjs.map +1 -0
- package/fesm2022/datepicker/testing.mjs +5 -465
- package/fesm2022/datepicker/testing.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +162 -131
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +12 -1
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +14 -895
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider/testing.mjs +2 -17
- package/fesm2022/divider/testing.mjs.map +1 -1
- package/fesm2022/divider-harness-8099453f.mjs +18 -0
- package/fesm2022/divider-harness-8099453f.mjs.map +1 -0
- package/fesm2022/divider.mjs +10 -12
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/error-options-4a00765e.mjs +29 -0
- package/fesm2022/error-options-4a00765e.mjs.map +1 -0
- package/fesm2022/error-state-8f4ce1af.mjs +37 -0
- package/fesm2022/error-state-8f4ce1af.mjs.map +1 -0
- package/fesm2022/expansion/testing.mjs.map +1 -1
- package/fesm2022/expansion.mjs +30 -32
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field/testing/control.mjs +2 -10
- package/fesm2022/form-field/testing/control.mjs.map +1 -1
- package/fesm2022/form-field/testing.mjs +7 -6
- package/fesm2022/form-field/testing.mjs.map +1 -1
- package/fesm2022/form-field-6d755764.mjs +1076 -0
- package/fesm2022/form-field-6d755764.mjs.map +1 -0
- package/fesm2022/form-field-control-harness-efefd4cf.mjs +11 -0
- package/fesm2022/form-field-control-harness-efefd4cf.mjs.map +1 -0
- package/fesm2022/form-field.mjs +14 -1110
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list/testing.mjs +1 -1
- package/fesm2022/grid-list/testing.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +30 -173
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +12 -12
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/icon-button-0850d958.mjs +211 -0
- package/fesm2022/icon-button-0850d958.mjs.map +1 -0
- package/fesm2022/icon-module-3f77a24d.mjs +395 -0
- package/fesm2022/icon-module-3f77a24d.mjs.map +1 -0
- package/fesm2022/icon-registry-13a3b98e.mjs +639 -0
- package/fesm2022/icon-registry-13a3b98e.mjs.map +1 -0
- package/fesm2022/icon.mjs +11 -1016
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/index-1763d3a6.mjs +22 -0
- package/fesm2022/index-1763d3a6.mjs.map +1 -0
- package/fesm2022/index-4bc1d6d3.mjs +20 -0
- package/fesm2022/index-4bc1d6d3.mjs.map +1 -0
- package/fesm2022/input/testing.mjs +5 -113
- package/fesm2022/input/testing.mjs.map +1 -1
- package/fesm2022/input-harness-e68bb132.mjs +115 -0
- package/fesm2022/input-harness-e68bb132.mjs.map +1 -0
- package/fesm2022/input-value-accessor-8a79a24e.mjs +12 -0
- package/fesm2022/input-value-accessor-8a79a24e.mjs.map +1 -0
- package/fesm2022/input.mjs +21 -23
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/internal-form-field-434c4039.mjs +27 -0
- package/fesm2022/internal-form-field-434c4039.mjs.map +1 -0
- package/fesm2022/line-d6afe347.mjs +59 -0
- package/fesm2022/line-d6afe347.mjs.map +1 -0
- package/fesm2022/list/testing.mjs +2 -2
- package/fesm2022/list/testing.mjs.map +1 -1
- package/fesm2022/list.mjs +59 -56
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu/testing.mjs.map +1 -1
- package/fesm2022/menu.mjs +37 -25
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/module-1c16a0a9.mjs +1293 -0
- package/fesm2022/module-1c16a0a9.mjs.map +1 -0
- package/fesm2022/module-47e3be58.mjs +970 -0
- package/fesm2022/module-47e3be58.mjs.map +1 -0
- package/fesm2022/module-a5f9ab72.mjs +875 -0
- package/fesm2022/module-a5f9ab72.mjs.map +1 -0
- package/fesm2022/module-cf951a02.mjs +214 -0
- package/fesm2022/module-cf951a02.mjs.map +1 -0
- package/fesm2022/module-d757bba0.mjs +38 -0
- package/fesm2022/module-d757bba0.mjs.map +1 -0
- package/fesm2022/optgroup-harness-5e66b138.mjs +36 -0
- package/fesm2022/optgroup-harness-5e66b138.mjs.map +1 -0
- package/fesm2022/option-07c3c660.mjs +348 -0
- package/fesm2022/option-07c3c660.mjs.map +1 -0
- package/fesm2022/option-harness-3b7c1106.mjs +46 -0
- package/fesm2022/option-harness-3b7c1106.mjs.map +1 -0
- package/fesm2022/paginator/testing.mjs +4 -1
- package/fesm2022/paginator/testing.mjs.map +1 -1
- package/fesm2022/paginator.mjs +52 -22
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar/testing.mjs +0 -4
- package/fesm2022/progress-bar/testing.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +15 -13
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner/testing.mjs +0 -4
- package/fesm2022/progress-spinner/testing.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +15 -13
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/pseudo-checkbox-af5a4ea4.mjs +52 -0
- package/fesm2022/pseudo-checkbox-af5a4ea4.mjs.map +1 -0
- package/fesm2022/pseudo-checkbox-module-216fae38.mjs +20 -0
- package/fesm2022/pseudo-checkbox-module-216fae38.mjs.map +1 -0
- package/fesm2022/public-api-c5ab57f5.mjs +147 -0
- package/fesm2022/public-api-c5ab57f5.mjs.map +1 -0
- package/fesm2022/radio/testing.mjs.map +1 -1
- package/fesm2022/radio.mjs +23 -15
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/ripple-9939d1f5.mjs +639 -0
- package/fesm2022/ripple-9939d1f5.mjs.map +1 -0
- package/fesm2022/ripple-loader-f2078c66.mjs +165 -0
- package/fesm2022/ripple-loader-f2078c66.mjs.map +1 -0
- package/fesm2022/select/testing.mjs +5 -121
- package/fesm2022/select/testing.mjs.map +1 -1
- package/fesm2022/select-harness-69d47123.mjs +123 -0
- package/fesm2022/select-harness-69d47123.mjs.map +1 -0
- package/fesm2022/select.mjs +30 -1311
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav/testing.mjs +1 -1
- package/fesm2022/sidenav/testing.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +31 -31
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle/testing.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +27 -75
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider/testing.mjs.map +1 -1
- package/fesm2022/slider.mjs +27 -23
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar/testing.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +38 -30
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort/testing.mjs.map +1 -1
- package/fesm2022/sort.mjs +26 -20
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper/testing.mjs.map +1 -1
- package/fesm2022/stepper.mjs +52 -39
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/structural-styles-d5ada3b3.mjs +18 -0
- package/fesm2022/structural-styles-d5ada3b3.mjs.map +1 -0
- package/fesm2022/table/testing.mjs.map +1 -1
- package/fesm2022/table.mjs +58 -60
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs/testing.mjs.map +1 -1
- package/fesm2022/tabs.mjs +54 -58
- 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 +37 -26
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/toolbar/testing.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +13 -15
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip/testing.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +15 -960
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree/testing.mjs.map +1 -1
- package/fesm2022/tree.mjs +28 -30
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/_form-field-theme.scss +16 -16
- package/form-field/index.d.ts +16 -508
- package/form-field/testing/control/index.d.ts +2 -10
- package/form-field/testing/index.d.ts +19 -24
- package/form-field-control-harness.d-2d91f25a.d.ts +10 -0
- package/form-field-control.d-eb86711c.d.ts +62 -0
- package/form-field.d-2edbc094.d.ts +367 -0
- package/grid-list/_grid-list-theme.scss +1 -1
- package/grid-list/index.d.ts +128 -152
- package/grid-list/testing/index.d.ts +39 -44
- package/icon/_icon-theme.scss +2 -2
- package/icon/index.d.ts +9 -470
- package/icon/testing/index.d.ts +41 -44
- package/icon-module.d-aa3bbba0.d.ts +167 -0
- package/icon-registry.d-1dffe9de.d.ts +286 -0
- package/index.d-0536b706.d.ts +11 -0
- package/index.d-37e31cd3.d.ts +13 -0
- package/index.d.ts +2 -3
- package/input/index.d.ts +33 -62
- package/input/testing/index.d.ts +13 -71
- package/input-harness.d-4eecd1d3.d.ts +60 -0
- package/line.d-570a2537.d.ts +25 -0
- package/list/_list-theme.scss +15 -15
- package/list/index.d.ts +155 -244
- package/list/testing/index.d.ts +158 -180
- package/list-option-types.d-8739f903.d.ts +15 -0
- package/menu/_menu-theme.scss +3 -3
- package/menu/index.d.ts +183 -231
- package/menu/testing/index.d.ts +17 -23
- package/module.d-74a721b9.d.ts +326 -0
- package/module.d-792a497c.d.ts +213 -0
- package/module.d-ba05faa6.d.ts +448 -0
- package/module.d-c17c834e.d.ts +18 -0
- package/optgroup-harness.d-7f741f69.d.ts +31 -0
- package/option-harness.d-3d33fc9a.d.ts +34 -0
- package/option-parent.d-559ad5c5.d.ts +19 -0
- package/option.d-6f493d78.d.ts +146 -0
- package/package.json +2 -2
- package/paginator/_paginator-theme.scss +3 -3
- package/paginator/index.d.ts +31 -216
- package/paginator/testing/index.d.ts +14 -15
- package/paginator.d-40b1766e.d.ts +199 -0
- package/palette.d-ec4a617c.d.ts +4 -0
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +2 -2
- package/progress-bar/index.d.ts +40 -59
- package/progress-bar/testing/index.d.ts +7 -10
- package/progress-spinner/_progress-spinner-theme.scss +4 -4
- package/progress-spinner/index.d.ts +8 -110
- package/progress-spinner/testing/index.d.ts +10 -11
- package/progress-spinner.d-1fc040c5.d.ts +96 -0
- package/pseudo-checkbox-module.d-3abc0461.d.ts +44 -0
- package/radio/_radio-theme.scss +12 -12
- package/radio/index.d.ts +151 -170
- package/radio/testing/index.d.ts +61 -67
- package/ripple-loader.d-8aac2988.d.ts +48 -0
- package/ripple.d-2fb57d04.d.ts +255 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +2 -2
- package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +1 -1
- package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +1 -1
- package/schematics/ng-generate/theme-color/index_bundled.js +2 -2
- package/schematics/ng-generate/theme-color/schema.json +10 -0
- package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +2 -2
- package/schematics/ng-update/index_bundled.js +31 -31
- package/select/_select-theme.scss +6 -6
- package/select/index.d.ts +25 -505
- package/select/testing/index.d.ts +5 -67
- package/select-harness.d-7441a7ac.d.ts +63 -0
- package/sidenav/_sidenav-theme.scss +2 -2
- package/sidenav/index.d.ts +49 -92
- package/sidenav/testing/index.d.ts +58 -63
- package/slide-toggle/_slide-toggle-theme.scss +10 -10
- package/slide-toggle/index.d.ts +39 -110
- package/slide-toggle/testing/index.d.ts +17 -21
- package/slider/_slider-theme.scss +10 -10
- package/slider/index.d.ts +281 -328
- package/slider/testing/index.d.ts +42 -47
- package/snack-bar/_snack-bar-theme.scss +4 -4
- package/snack-bar/index.d.ts +152 -185
- package/snack-bar/testing/index.d.ts +7 -9
- package/sort/_sort-theme.scss +3 -3
- package/sort/index.d.ts +61 -169
- package/sort/testing/index.d.ts +22 -25
- package/sort-direction.d-f4ce4649.d.ts +3 -0
- package/sort.d-c2b79a45.d.ts +87 -0
- package/stepper/_stepper-theme.scss +5 -5
- package/stepper/index.d.ts +115 -167
- package/stepper/testing/index.d.ts +43 -52
- package/table/_table-theme.scss +4 -4
- package/table/index.d.ts +97 -156
- package/table/testing/index.d.ts +64 -78
- package/tabs/_tabs-theme.scss +16 -16
- package/tabs/index.d.ts +309 -383
- package/tabs/testing/index.d.ts +67 -76
- package/timepicker/_timepicker-theme.scss +4 -4
- package/timepicker/index.d.ts +127 -160
- package/timepicker/testing/index.d.ts +20 -26
- package/toolbar/_toolbar-theme.scss +4 -4
- package/toolbar/index.d.ts +15 -26
- package/toolbar/testing/index.d.ts +13 -16
- package/tooltip/_tooltip-theme.scss +4 -4
- package/tooltip/index.d.ts +11 -355
- package/tooltip/testing/index.d.ts +7 -10
- package/tree/_tree-theme.scss +3 -3
- package/tree/index.d.ts +117 -163
- package/tree/testing/index.d.ts +52 -58
- /package/core/tokens/m3/definitions/{unused/_md-comp-filled-tonal-button.scss → _md-comp-filled-tonal-button.scss} +0 -0
package/list/testing/index.d.ts
CHANGED
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
import { BaseHarnessFilters } from '@angular/cdk/testing';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { ContentContainerComponentHarness } from '@angular/cdk/testing';
|
|
5
|
-
import { DividerHarnessFilters } from '@angular/material/divider/testing';
|
|
6
|
-
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
7
|
-
import { MatDividerHarness } from '@angular/material/divider/testing';
|
|
8
|
-
import { MatListOptionTogglePosition } from '@angular/material/list';
|
|
1
|
+
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate, ContentContainerComponentHarness, ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
2
|
+
import { D as DividerHarnessFilters, M as MatDividerHarness } from '../../divider-harness.d-d34fede4.js';
|
|
3
|
+
import { M as MatListOptionTogglePosition } from '../../list-option-types.d-8739f903.js';
|
|
9
4
|
|
|
10
|
-
|
|
5
|
+
interface ListHarnessFilters extends BaseHarnessFilters {
|
|
11
6
|
}
|
|
12
|
-
|
|
13
|
-
export declare interface ActionListItemHarnessFilters extends BaseListItemHarnessFilters {
|
|
7
|
+
interface ActionListHarnessFilters extends BaseHarnessFilters {
|
|
14
8
|
}
|
|
15
|
-
|
|
16
|
-
|
|
9
|
+
interface NavListHarnessFilters extends BaseHarnessFilters {
|
|
10
|
+
}
|
|
11
|
+
interface SelectionListHarnessFilters extends BaseHarnessFilters {
|
|
12
|
+
}
|
|
13
|
+
interface BaseListItemHarnessFilters extends BaseHarnessFilters {
|
|
17
14
|
title?: string | RegExp;
|
|
18
15
|
secondaryText?: string | RegExp | null;
|
|
19
16
|
tertiaryText?: string | RegExp | null;
|
|
@@ -24,73 +21,90 @@ export declare interface BaseListItemHarnessFilters extends BaseHarnessFilters {
|
|
|
24
21
|
*/
|
|
25
22
|
text?: string | RegExp;
|
|
26
23
|
}
|
|
27
|
-
|
|
28
|
-
export declare interface ListHarnessFilters extends BaseHarnessFilters {
|
|
24
|
+
interface ListItemHarnessFilters extends BaseListItemHarnessFilters {
|
|
29
25
|
}
|
|
30
|
-
|
|
31
|
-
export declare interface ListItemHarnessFilters extends BaseListItemHarnessFilters {
|
|
26
|
+
interface ActionListItemHarnessFilters extends BaseListItemHarnessFilters {
|
|
32
27
|
}
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
interface NavListItemHarnessFilters extends BaseListItemHarnessFilters {
|
|
29
|
+
href?: string | RegExp | null;
|
|
30
|
+
activated?: boolean;
|
|
31
|
+
}
|
|
32
|
+
interface ListOptionHarnessFilters extends BaseListItemHarnessFilters {
|
|
35
33
|
selected?: boolean;
|
|
36
34
|
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
declare interface ListSection<I> {
|
|
40
|
-
/** The heading for this list section. `undefined` if there is no heading. */
|
|
41
|
-
heading?: string;
|
|
42
|
-
/** The items in this list section. */
|
|
43
|
-
items: I[];
|
|
35
|
+
interface SubheaderHarnessFilters extends BaseHarnessFilters {
|
|
36
|
+
text?: string | RegExp;
|
|
44
37
|
}
|
|
45
38
|
|
|
46
|
-
/** Harness for interacting with a
|
|
47
|
-
|
|
48
|
-
/** The selector for the host element of a `MatActionList` instance. */
|
|
39
|
+
/** Harness for interacting with a list subheader. */
|
|
40
|
+
declare class MatSubheaderHarness extends ComponentHarness {
|
|
49
41
|
static hostSelector: string;
|
|
42
|
+
static with(options?: SubheaderHarnessFilters): HarnessPredicate<MatSubheaderHarness>;
|
|
43
|
+
/** Gets the full text content of the list item (including text from any font icons). */
|
|
44
|
+
getText(): Promise<string>;
|
|
45
|
+
}
|
|
46
|
+
/** Selectors for the various list item sections that may contain user content. */
|
|
47
|
+
declare enum MatListItemSection {
|
|
48
|
+
CONTENT = ".mdc-list-item__content"
|
|
49
|
+
}
|
|
50
|
+
/** Enum describing the possible variants of a list item. */
|
|
51
|
+
declare enum MatListItemType {
|
|
52
|
+
ONE_LINE_ITEM = 0,
|
|
53
|
+
TWO_LINE_ITEM = 1,
|
|
54
|
+
THREE_LINE_ITEM = 2
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Shared behavior among the harnesses for the various `MatListItem` flavors.
|
|
58
|
+
* @docs-private
|
|
59
|
+
*/
|
|
60
|
+
declare abstract class MatListItemHarnessBase extends ContentContainerComponentHarness<MatListItemSection> {
|
|
61
|
+
private _lines;
|
|
62
|
+
private _primaryText;
|
|
63
|
+
private _avatar;
|
|
64
|
+
private _icon;
|
|
65
|
+
private _unscopedTextContent;
|
|
66
|
+
/** Gets the type of the list item, currently describing how many lines there are. */
|
|
67
|
+
getType(): Promise<MatListItemType>;
|
|
50
68
|
/**
|
|
51
|
-
* Gets
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
* @
|
|
69
|
+
* Gets the full text content of the list item, excluding text
|
|
70
|
+
* from icons and avatars.
|
|
71
|
+
*
|
|
72
|
+
* @deprecated Use the `getFullText` method instead.
|
|
73
|
+
* @breaking-change 16.0.0
|
|
55
74
|
*/
|
|
56
|
-
|
|
57
|
-
_itemHarness: typeof MatActionListItemHarness;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/** Harness for interacting with an action list item. */
|
|
61
|
-
export declare class MatActionListItemHarness extends MatListItemHarnessBase {
|
|
62
|
-
/** The selector for the host element of a `MatListItem` instance. */
|
|
63
|
-
static hostSelector: string;
|
|
75
|
+
getText(): Promise<string>;
|
|
64
76
|
/**
|
|
65
|
-
* Gets
|
|
66
|
-
*
|
|
67
|
-
* @param options Options for filtering which action list item instances are considered a match.
|
|
68
|
-
* @return a `HarnessPredicate` configured with the given options.
|
|
77
|
+
* Gets the full text content of the list item, excluding text
|
|
78
|
+
* from icons and avatars.
|
|
69
79
|
*/
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
|
|
75
|
-
/** Blurs the action list item. */
|
|
76
|
-
blur(): Promise<void>;
|
|
77
|
-
/** Whether the action list item is focused. */
|
|
78
|
-
isFocused(): Promise<boolean>;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/** Harness for interacting with a list in tests. */
|
|
82
|
-
export declare class MatListHarness extends MatListHarnessBase<typeof MatListItemHarness, MatListItemHarness, ListItemHarnessFilters> {
|
|
83
|
-
/** The selector for the host element of a `MatList` instance. */
|
|
84
|
-
static hostSelector: string;
|
|
80
|
+
getFullText(): Promise<string>;
|
|
81
|
+
/** Gets the title of the list item. */
|
|
82
|
+
getTitle(): Promise<string>;
|
|
83
|
+
/** Whether the list item is disabled. */
|
|
84
|
+
isDisabled(): Promise<boolean>;
|
|
85
85
|
/**
|
|
86
|
-
* Gets
|
|
87
|
-
*
|
|
88
|
-
* @return a `HarnessPredicate` configured with the given options.
|
|
86
|
+
* Gets the secondary line text of the list item. Null if the list item
|
|
87
|
+
* does not have a secondary line.
|
|
89
88
|
*/
|
|
90
|
-
|
|
91
|
-
|
|
89
|
+
getSecondaryText(): Promise<string | null>;
|
|
90
|
+
/**
|
|
91
|
+
* Gets the tertiary line text of the list item. Null if the list item
|
|
92
|
+
* does not have a tertiary line.
|
|
93
|
+
*/
|
|
94
|
+
getTertiaryText(): Promise<string | null>;
|
|
95
|
+
/** Whether this list item has an avatar. */
|
|
96
|
+
hasAvatar(): Promise<boolean>;
|
|
97
|
+
/** Whether this list item has an icon. */
|
|
98
|
+
hasIcon(): Promise<boolean>;
|
|
92
99
|
}
|
|
93
100
|
|
|
101
|
+
/** Represents a section of a list falling under a specific header. */
|
|
102
|
+
interface ListSection<I> {
|
|
103
|
+
/** The heading for this list section. `undefined` if there is no heading. */
|
|
104
|
+
heading?: string;
|
|
105
|
+
/** The items in this list section. */
|
|
106
|
+
items: I[];
|
|
107
|
+
}
|
|
94
108
|
/**
|
|
95
109
|
* Shared behavior among the harnesses for the various `MatList` flavors.
|
|
96
110
|
* @template T A constructor type for a list item harness type used by this list harness.
|
|
@@ -174,116 +188,66 @@ declare abstract class MatListHarnessBase<T extends ComponentHarnessConstructor<
|
|
|
174
188
|
}): Promise<(C | MatSubheaderHarness | MatDividerHarness)[]>;
|
|
175
189
|
}
|
|
176
190
|
|
|
177
|
-
/** Harness for interacting with a list
|
|
178
|
-
|
|
179
|
-
/** The selector for the host element of a `
|
|
191
|
+
/** Harness for interacting with a action-list in tests. */
|
|
192
|
+
declare class MatActionListHarness extends MatListHarnessBase<typeof MatActionListItemHarness, MatActionListItemHarness, ActionListItemHarnessFilters> {
|
|
193
|
+
/** The selector for the host element of a `MatActionList` instance. */
|
|
180
194
|
static hostSelector: string;
|
|
181
195
|
/**
|
|
182
|
-
* Gets a `HarnessPredicate` that can be used to search for
|
|
183
|
-
*
|
|
196
|
+
* Gets a `HarnessPredicate` that can be used to search for an action list with specific
|
|
197
|
+
* attributes.
|
|
198
|
+
* @param options Options for filtering which action list instances are considered a match.
|
|
184
199
|
* @return a `HarnessPredicate` configured with the given options.
|
|
185
200
|
*/
|
|
186
|
-
static with<T extends
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
/**
|
|
190
|
-
* Shared behavior among the harnesses for the various `MatListItem` flavors.
|
|
191
|
-
* @docs-private
|
|
192
|
-
*/
|
|
193
|
-
declare abstract class MatListItemHarnessBase extends ContentContainerComponentHarness<MatListItemSection> {
|
|
194
|
-
private _lines;
|
|
195
|
-
private _primaryText;
|
|
196
|
-
private _avatar;
|
|
197
|
-
private _icon;
|
|
198
|
-
private _unscopedTextContent;
|
|
199
|
-
/** Gets the type of the list item, currently describing how many lines there are. */
|
|
200
|
-
getType(): Promise<MatListItemType>;
|
|
201
|
-
/**
|
|
202
|
-
* Gets the full text content of the list item, excluding text
|
|
203
|
-
* from icons and avatars.
|
|
204
|
-
*
|
|
205
|
-
* @deprecated Use the `getFullText` method instead.
|
|
206
|
-
* @breaking-change 16.0.0
|
|
207
|
-
*/
|
|
208
|
-
getText(): Promise<string>;
|
|
209
|
-
/**
|
|
210
|
-
* Gets the full text content of the list item, excluding text
|
|
211
|
-
* from icons and avatars.
|
|
212
|
-
*/
|
|
213
|
-
getFullText(): Promise<string>;
|
|
214
|
-
/** Gets the title of the list item. */
|
|
215
|
-
getTitle(): Promise<string>;
|
|
216
|
-
/** Whether the list item is disabled. */
|
|
217
|
-
isDisabled(): Promise<boolean>;
|
|
218
|
-
/**
|
|
219
|
-
* Gets the secondary line text of the list item. Null if the list item
|
|
220
|
-
* does not have a secondary line.
|
|
221
|
-
*/
|
|
222
|
-
getSecondaryText(): Promise<string | null>;
|
|
223
|
-
/**
|
|
224
|
-
* Gets the tertiary line text of the list item. Null if the list item
|
|
225
|
-
* does not have a tertiary line.
|
|
226
|
-
*/
|
|
227
|
-
getTertiaryText(): Promise<string | null>;
|
|
228
|
-
/** Whether this list item has an avatar. */
|
|
229
|
-
hasAvatar(): Promise<boolean>;
|
|
230
|
-
/** Whether this list item has an icon. */
|
|
231
|
-
hasIcon(): Promise<boolean>;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
/** Selectors for the various list item sections that may contain user content. */
|
|
235
|
-
export declare enum MatListItemSection {
|
|
236
|
-
CONTENT = ".mdc-list-item__content"
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
/** Enum describing the possible variants of a list item. */
|
|
240
|
-
export declare enum MatListItemType {
|
|
241
|
-
ONE_LINE_ITEM = 0,
|
|
242
|
-
TWO_LINE_ITEM = 1,
|
|
243
|
-
THREE_LINE_ITEM = 2
|
|
201
|
+
static with<T extends MatActionListHarness>(this: ComponentHarnessConstructor<T>, options?: ActionListHarnessFilters): HarnessPredicate<T>;
|
|
202
|
+
_itemHarness: typeof MatActionListItemHarness;
|
|
244
203
|
}
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
/** The selector for the host element of a `MatListOption` instance. */
|
|
204
|
+
/** Harness for interacting with an action list item. */
|
|
205
|
+
declare class MatActionListItemHarness extends MatListItemHarnessBase {
|
|
206
|
+
/** The selector for the host element of a `MatListItem` instance. */
|
|
249
207
|
static hostSelector: string;
|
|
250
208
|
/**
|
|
251
|
-
* Gets a `HarnessPredicate` that can be used to search for a list
|
|
209
|
+
* Gets a `HarnessPredicate` that can be used to search for a list item with specific
|
|
252
210
|
* attributes.
|
|
253
|
-
* @param options Options for filtering which list
|
|
211
|
+
* @param options Options for filtering which action list item instances are considered a match.
|
|
254
212
|
* @return a `HarnessPredicate` configured with the given options.
|
|
255
213
|
*/
|
|
256
|
-
static with<T extends
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
/**
|
|
260
|
-
getCheckboxPosition(): Promise<MatListOptionTogglePosition>;
|
|
261
|
-
/** Gets the position of the radio relative to the list option content. */
|
|
262
|
-
getRadioPosition(): Promise<MatListOptionTogglePosition>;
|
|
263
|
-
/** Whether the list option is selected. */
|
|
264
|
-
isSelected(): Promise<boolean>;
|
|
265
|
-
/** Focuses the list option. */
|
|
214
|
+
static with<T extends MatActionListItemHarness>(this: ComponentHarnessConstructor<T>, options?: ActionListItemHarnessFilters): HarnessPredicate<T>;
|
|
215
|
+
/** Clicks on the action list item. */
|
|
216
|
+
click(): Promise<void>;
|
|
217
|
+
/** Focuses the action list item. */
|
|
266
218
|
focus(): Promise<void>;
|
|
267
|
-
/** Blurs the list
|
|
219
|
+
/** Blurs the action list item. */
|
|
268
220
|
blur(): Promise<void>;
|
|
269
|
-
/** Whether the list
|
|
221
|
+
/** Whether the action list item is focused. */
|
|
270
222
|
isFocused(): Promise<boolean>;
|
|
271
|
-
|
|
272
|
-
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
/** Harness for interacting with a list in tests. */
|
|
226
|
+
declare class MatListHarness extends MatListHarnessBase<typeof MatListItemHarness, MatListItemHarness, ListItemHarnessFilters> {
|
|
227
|
+
/** The selector for the host element of a `MatList` instance. */
|
|
228
|
+
static hostSelector: string;
|
|
273
229
|
/**
|
|
274
|
-
*
|
|
275
|
-
*
|
|
230
|
+
* Gets a `HarnessPredicate` that can be used to search for a list with specific attributes.
|
|
231
|
+
* @param options Options for filtering which list instances are considered a match.
|
|
232
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
276
233
|
*/
|
|
277
|
-
|
|
234
|
+
static with<T extends MatListHarness>(this: ComponentHarnessConstructor<T>, options?: ListHarnessFilters): HarnessPredicate<T>;
|
|
235
|
+
_itemHarness: typeof MatListItemHarness;
|
|
236
|
+
}
|
|
237
|
+
/** Harness for interacting with a list item. */
|
|
238
|
+
declare class MatListItemHarness extends MatListItemHarnessBase {
|
|
239
|
+
/** The selector for the host element of a `MatListItem` instance. */
|
|
240
|
+
static hostSelector: string;
|
|
278
241
|
/**
|
|
279
|
-
*
|
|
280
|
-
*
|
|
242
|
+
* Gets a `HarnessPredicate` that can be used to search for a list item with specific attributes.
|
|
243
|
+
* @param options Options for filtering which list item instances are considered a match.
|
|
244
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
281
245
|
*/
|
|
282
|
-
|
|
246
|
+
static with<T extends MatListItemHarness>(this: ComponentHarnessConstructor<T>, options?: ListItemHarnessFilters): HarnessPredicate<T>;
|
|
283
247
|
}
|
|
284
248
|
|
|
285
249
|
/** Harness for interacting with a mat-nav-list in tests. */
|
|
286
|
-
|
|
250
|
+
declare class MatNavListHarness extends MatListHarnessBase<typeof MatNavListItemHarness, MatNavListItemHarness, NavListItemHarnessFilters> {
|
|
287
251
|
/** The selector for the host element of a `MatNavList` instance. */
|
|
288
252
|
static hostSelector: string;
|
|
289
253
|
/**
|
|
@@ -295,9 +259,8 @@ export declare class MatNavListHarness extends MatListHarnessBase<typeof MatNavL
|
|
|
295
259
|
static with<T extends MatNavListHarness>(this: ComponentHarnessConstructor<T>, options?: NavListHarnessFilters): HarnessPredicate<T>;
|
|
296
260
|
_itemHarness: typeof MatNavListItemHarness;
|
|
297
261
|
}
|
|
298
|
-
|
|
299
262
|
/** Harness for interacting with a nav-list item. */
|
|
300
|
-
|
|
263
|
+
declare class MatNavListItemHarness extends MatListItemHarnessBase {
|
|
301
264
|
/** The selector for the host element of a `MatListItem` instance. */
|
|
302
265
|
static hostSelector: string;
|
|
303
266
|
/**
|
|
@@ -322,7 +285,7 @@ export declare class MatNavListItemHarness extends MatListItemHarnessBase {
|
|
|
322
285
|
}
|
|
323
286
|
|
|
324
287
|
/** Harness for interacting with a selection-list in tests. */
|
|
325
|
-
|
|
288
|
+
declare class MatSelectionListHarness extends MatListHarnessBase<typeof MatListOptionHarness, MatListOptionHarness, ListOptionHarnessFilters> {
|
|
326
289
|
/** The selector for the host element of a `MatSelectionList` instance. */
|
|
327
290
|
static hostSelector: string;
|
|
328
291
|
/**
|
|
@@ -348,28 +311,43 @@ export declare class MatSelectionListHarness extends MatListHarnessBase<typeof M
|
|
|
348
311
|
/** Gets all items matching the given list of filters. */
|
|
349
312
|
private _getItems;
|
|
350
313
|
}
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
314
|
+
/** Harness for interacting with a list option. */
|
|
315
|
+
declare class MatListOptionHarness extends MatListItemHarnessBase {
|
|
316
|
+
/** The selector for the host element of a `MatListOption` instance. */
|
|
354
317
|
static hostSelector: string;
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
318
|
+
/**
|
|
319
|
+
* Gets a `HarnessPredicate` that can be used to search for a list option with specific
|
|
320
|
+
* attributes.
|
|
321
|
+
* @param options Options for filtering which list option instances are considered a match.
|
|
322
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
323
|
+
*/
|
|
324
|
+
static with<T extends MatListOptionHarness>(this: ComponentHarnessConstructor<T>, options?: ListOptionHarnessFilters): HarnessPredicate<T>;
|
|
325
|
+
private _beforeCheckbox;
|
|
326
|
+
private _beforeRadio;
|
|
327
|
+
/** Gets the position of the checkbox relative to the list option content. */
|
|
328
|
+
getCheckboxPosition(): Promise<MatListOptionTogglePosition>;
|
|
329
|
+
/** Gets the position of the radio relative to the list option content. */
|
|
330
|
+
getRadioPosition(): Promise<MatListOptionTogglePosition>;
|
|
331
|
+
/** Whether the list option is selected. */
|
|
332
|
+
isSelected(): Promise<boolean>;
|
|
333
|
+
/** Focuses the list option. */
|
|
334
|
+
focus(): Promise<void>;
|
|
335
|
+
/** Blurs the list option. */
|
|
336
|
+
blur(): Promise<void>;
|
|
337
|
+
/** Whether the list option is focused. */
|
|
338
|
+
isFocused(): Promise<boolean>;
|
|
339
|
+
/** Toggles the checked state of the checkbox. */
|
|
340
|
+
toggle(): Promise<void>;
|
|
341
|
+
/**
|
|
342
|
+
* Puts the list option in a checked state by toggling it if it is currently
|
|
343
|
+
* unchecked, or doing nothing if it is already checked.
|
|
344
|
+
*/
|
|
345
|
+
select(): Promise<void>;
|
|
346
|
+
/**
|
|
347
|
+
* Puts the list option in an unchecked state by toggling it if it is currently
|
|
348
|
+
* checked, or doing nothing if it is already unchecked.
|
|
349
|
+
*/
|
|
350
|
+
deselect(): Promise<void>;
|
|
373
351
|
}
|
|
374
352
|
|
|
375
|
-
export { }
|
|
353
|
+
export { type ActionListHarnessFilters, type ActionListItemHarnessFilters, type BaseListItemHarnessFilters, type ListHarnessFilters, type ListItemHarnessFilters, type ListOptionHarnessFilters, MatActionListHarness, MatActionListItemHarness, MatListHarness, MatListItemHarness, MatListItemSection, MatListItemType, MatListOptionHarness, MatNavListHarness, MatNavListItemHarness, MatSelectionListHarness, MatSubheaderHarness, type NavListHarnessFilters, type NavListItemHarnessFilters, type SelectionListHarnessFilters, type SubheaderHarnessFilters };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Type describing possible positions of a checkbox or radio in a list option
|
|
3
|
+
* with respect to the list item's text.
|
|
4
|
+
*/
|
|
5
|
+
type MatListOptionTogglePosition = 'before' | 'after';
|
|
6
|
+
/**
|
|
7
|
+
* Interface describing a list option. This is used to avoid circular
|
|
8
|
+
* dependencies between the list-option and the styler directives.
|
|
9
|
+
* @docs-private
|
|
10
|
+
*/
|
|
11
|
+
interface ListOption {
|
|
12
|
+
_getTogglePosition(): MatListOptionTogglePosition;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export type { ListOption as L, MatListOptionTogglePosition as M };
|
package/menu/_menu-theme.scss
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
13
13
|
} @else {
|
|
14
14
|
@include sass-utils.current-selector-or-root() {
|
|
15
|
-
@include token-utils.create-token-values(
|
|
15
|
+
@include token-utils.create-token-values-mixed(
|
|
16
16
|
tokens-mat-menu.$prefix,
|
|
17
17
|
tokens-mat-menu.get-unthemable-tokens()
|
|
18
18
|
);
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color));
|
|
26
26
|
} @else {
|
|
27
27
|
@include sass-utils.current-selector-or-root() {
|
|
28
|
-
@include token-utils.create-token-values(
|
|
28
|
+
@include token-utils.create-token-values-mixed(
|
|
29
29
|
tokens-mat-menu.$prefix,
|
|
30
30
|
tokens-mat-menu.get-color-tokens($theme)
|
|
31
31
|
);
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
39
39
|
} @else {
|
|
40
40
|
@include sass-utils.current-selector-or-root() {
|
|
41
|
-
@include token-utils.create-token-values(
|
|
41
|
+
@include token-utils.create-token-values-mixed(
|
|
42
42
|
tokens-mat-menu.$prefix,
|
|
43
43
|
tokens-mat-menu.get-typography-tokens($theme)
|
|
44
44
|
);
|