@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
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
14
14
|
} @else {
|
|
15
15
|
@include sass-utils.current-selector-or-root() {
|
|
16
|
-
@include token-utils.create-token-values(
|
|
16
|
+
@include token-utils.create-token-values-mixed(
|
|
17
17
|
tokens-mdc-circular-progress.$prefix,
|
|
18
18
|
tokens-mdc-circular-progress.get-unthemable-tokens()
|
|
19
19
|
);
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color), $options...);
|
|
32
32
|
} @else {
|
|
33
33
|
@include sass-utils.current-selector-or-root() {
|
|
34
|
-
@include token-utils.create-token-values(
|
|
34
|
+
@include token-utils.create-token-values-mixed(
|
|
35
35
|
tokens-mdc-circular-progress.$prefix,
|
|
36
36
|
tokens-mdc-circular-progress.get-color-tokens($theme, primary)
|
|
37
37
|
);
|
|
38
38
|
|
|
39
39
|
.mat-accent {
|
|
40
|
-
@include token-utils.create-token-values(
|
|
40
|
+
@include token-utils.create-token-values-mixed(
|
|
41
41
|
tokens-mdc-circular-progress.$prefix,
|
|
42
42
|
tokens-mdc-circular-progress.get-color-tokens($theme, accent)
|
|
43
43
|
);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.mat-warn {
|
|
47
|
-
@include token-utils.create-token-values(
|
|
47
|
+
@include token-utils.create-token-values-mixed(
|
|
48
48
|
tokens-mdc-circular-progress.$prefix,
|
|
49
49
|
tokens-mdc-circular-progress.get-color-tokens($theme, warn)
|
|
50
50
|
);
|
|
@@ -1,116 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { M as MatProgressSpinner } from '../progress-spinner.d-1fc040c5.js';
|
|
2
|
+
export { b as MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS, c as MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, M as MatProgressSpinner, a as MatProgressSpinnerDefaultOptions, d as MatSpinner, P as ProgressSpinnerMode } from '../progress-spinner.d-1fc040c5.js';
|
|
2
3
|
import * as i0 from '@angular/core';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
|
|
5
|
+
import '../palette.d-ec4a617c.js';
|
|
6
|
+
import '@angular/cdk/bidi';
|
|
6
7
|
|
|
7
|
-
declare
|
|
8
|
-
export {
|
|
9
|
-
MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY,
|
|
10
|
-
ProgressSpinnerMode,
|
|
11
|
-
MatProgressSpinnerDefaultOptions,
|
|
12
|
-
MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS,
|
|
13
|
-
MatProgressSpinner,
|
|
14
|
-
MatSpinner
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
/** Injection token to be used to override the default options for `mat-progress-spinner`. */
|
|
19
|
-
export declare const MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS: InjectionToken<MatProgressSpinnerDefaultOptions>;
|
|
20
|
-
|
|
21
|
-
/** @docs-private */
|
|
22
|
-
export declare function MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY(): MatProgressSpinnerDefaultOptions;
|
|
23
|
-
|
|
24
|
-
export declare class MatProgressSpinner {
|
|
25
|
-
readonly _elementRef: ElementRef<HTMLElement>;
|
|
26
|
-
/** Whether the _mat-animation-noopable class should be applied, disabling animations. */
|
|
27
|
-
_noopAnimations: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Theme color of the progress spinner. This API is supported in M2 themes only, it
|
|
30
|
-
* has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/progress-spinner/styling.
|
|
31
|
-
*
|
|
32
|
-
* For information on applying color variants in M3, see
|
|
33
|
-
* https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
|
|
34
|
-
*/
|
|
35
|
-
get color(): string | null | undefined;
|
|
36
|
-
set color(value: string | null | undefined);
|
|
37
|
-
private _color;
|
|
38
|
-
private _defaultColor;
|
|
39
|
-
/** The element of the determinate spinner. */
|
|
40
|
-
_determinateCircle: ElementRef<HTMLElement>;
|
|
41
|
-
constructor(...args: unknown[]);
|
|
42
|
-
/**
|
|
43
|
-
* Mode of the progress bar.
|
|
44
|
-
*
|
|
45
|
-
* Input must be one of these values: determinate, indeterminate, buffer, query, defaults to
|
|
46
|
-
* 'determinate'.
|
|
47
|
-
* Mirrored to mode attribute.
|
|
48
|
-
*/
|
|
49
|
-
mode: ProgressSpinnerMode;
|
|
50
|
-
/** Value of the progress bar. Defaults to zero. Mirrored to aria-valuenow. */
|
|
51
|
-
get value(): number;
|
|
52
|
-
set value(v: number);
|
|
53
|
-
private _value;
|
|
54
|
-
/** The diameter of the progress spinner (will set width and height of svg). */
|
|
55
|
-
get diameter(): number;
|
|
56
|
-
set diameter(size: number);
|
|
57
|
-
private _diameter;
|
|
58
|
-
/** Stroke width of the progress spinner. */
|
|
59
|
-
get strokeWidth(): number;
|
|
60
|
-
set strokeWidth(value: number);
|
|
61
|
-
private _strokeWidth;
|
|
62
|
-
/** The radius of the spinner, adjusted for stroke width. */
|
|
63
|
-
_circleRadius(): number;
|
|
64
|
-
/** The view box of the spinner's svg element. */
|
|
65
|
-
_viewBox(): string;
|
|
66
|
-
/** The stroke circumference of the svg circle. */
|
|
67
|
-
_strokeCircumference(): number;
|
|
68
|
-
/** The dash offset of the svg circle. */
|
|
69
|
-
_strokeDashOffset(): number | null;
|
|
70
|
-
/** Stroke width of the circle in percent. */
|
|
71
|
-
_circleStrokeWidth(): number;
|
|
72
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressSpinner, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatProgressSpinner, "mat-progress-spinner, mat-spinner", ["matProgressSpinner"], { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; }, {}, never, never, true, never>;
|
|
74
|
-
static ngAcceptInputType_value: unknown;
|
|
75
|
-
static ngAcceptInputType_diameter: unknown;
|
|
76
|
-
static ngAcceptInputType_strokeWidth: unknown;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/** Default `mat-progress-spinner` options that can be overridden. */
|
|
80
|
-
export declare interface MatProgressSpinnerDefaultOptions {
|
|
81
|
-
/**
|
|
82
|
-
* Default theme color of the progress spinner. This API is supported in M2 themes only, it
|
|
83
|
-
* has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/progress-spinner/styling.
|
|
84
|
-
*
|
|
85
|
-
* For information on applying color variants in M3, see
|
|
86
|
-
* https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
|
|
87
|
-
*/
|
|
88
|
-
color?: ThemePalette;
|
|
89
|
-
/** Diameter of the spinner. */
|
|
90
|
-
diameter?: number;
|
|
91
|
-
/** Width of the spinner's stroke. */
|
|
92
|
-
strokeWidth?: number;
|
|
93
|
-
/**
|
|
94
|
-
* Whether the animations should be force to be enabled, ignoring if the current environment is
|
|
95
|
-
* using NoopAnimationsModule.
|
|
96
|
-
*/
|
|
97
|
-
_forceAnimations?: boolean;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
export declare class MatProgressSpinnerModule {
|
|
8
|
+
declare class MatProgressSpinnerModule {
|
|
101
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressSpinnerModule, never>;
|
|
102
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressSpinnerModule, never, [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressSpinnerModule, never, [typeof MatProgressSpinner, typeof MatProgressSpinner], [typeof MatProgressSpinner, typeof MatProgressSpinner, typeof MatCommonModule]>;
|
|
103
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatProgressSpinnerModule>;
|
|
104
12
|
}
|
|
105
13
|
|
|
106
|
-
|
|
107
|
-
* @deprecated Import Progress Spinner instead. Note that the
|
|
108
|
-
* `mat-spinner` selector isn't deprecated.
|
|
109
|
-
* @breaking-change 16.0.0
|
|
110
|
-
*/
|
|
111
|
-
export declare const MatSpinner: typeof MatProgressSpinner;
|
|
112
|
-
|
|
113
|
-
/** Possible mode for a progress spinner. */
|
|
114
|
-
export declare type ProgressSpinnerMode = 'determinate' | 'indeterminate';
|
|
115
|
-
|
|
116
|
-
export { }
|
|
14
|
+
export { MatProgressSpinnerModule };
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import { BaseHarnessFilters } from '@angular/cdk/testing';
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
|
+
import { P as ProgressSpinnerMode } from '../../progress-spinner.d-1fc040c5.js';
|
|
3
|
+
import '@angular/core';
|
|
4
|
+
import '../../palette.d-ec4a617c.js';
|
|
5
|
+
|
|
6
|
+
/** A set of criteria that can be used to filter a list of `MatProgressSpinnerHarness` instances. */
|
|
7
|
+
interface ProgressSpinnerHarnessFilters extends BaseHarnessFilters {
|
|
8
|
+
}
|
|
6
9
|
|
|
7
10
|
/** Harness for interacting with a MDC based mat-progress-spinner in tests. */
|
|
8
|
-
|
|
11
|
+
declare class MatProgressSpinnerHarness extends ComponentHarness {
|
|
9
12
|
/** The selector for the host element of a `MatProgressSpinner` instance. */
|
|
10
13
|
static hostSelector: string;
|
|
11
14
|
/**
|
|
@@ -21,8 +24,4 @@ export declare class MatProgressSpinnerHarness extends ComponentHarness {
|
|
|
21
24
|
getMode(): Promise<ProgressSpinnerMode>;
|
|
22
25
|
}
|
|
23
26
|
|
|
24
|
-
|
|
25
|
-
export declare interface ProgressSpinnerHarnessFilters extends BaseHarnessFilters {
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export { }
|
|
27
|
+
export { MatProgressSpinnerHarness, type ProgressSpinnerHarnessFilters };
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { InjectionToken, ElementRef } from '@angular/core';
|
|
3
|
+
import { T as ThemePalette } from './palette.d-ec4a617c.js';
|
|
4
|
+
|
|
5
|
+
/** Possible mode for a progress spinner. */
|
|
6
|
+
type ProgressSpinnerMode = 'determinate' | 'indeterminate';
|
|
7
|
+
/** Default `mat-progress-spinner` options that can be overridden. */
|
|
8
|
+
interface MatProgressSpinnerDefaultOptions {
|
|
9
|
+
/**
|
|
10
|
+
* Default theme color of the progress spinner. This API is supported in M2 themes only, it
|
|
11
|
+
* has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/progress-spinner/styling.
|
|
12
|
+
*
|
|
13
|
+
* For information on applying color variants in M3, see
|
|
14
|
+
* https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
|
|
15
|
+
*/
|
|
16
|
+
color?: ThemePalette;
|
|
17
|
+
/** Diameter of the spinner. */
|
|
18
|
+
diameter?: number;
|
|
19
|
+
/** Width of the spinner's stroke. */
|
|
20
|
+
strokeWidth?: number;
|
|
21
|
+
/**
|
|
22
|
+
* Whether the animations should be force to be enabled, ignoring if the current environment is
|
|
23
|
+
* using NoopAnimationsModule.
|
|
24
|
+
*/
|
|
25
|
+
_forceAnimations?: boolean;
|
|
26
|
+
}
|
|
27
|
+
/** Injection token to be used to override the default options for `mat-progress-spinner`. */
|
|
28
|
+
declare const MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS: InjectionToken<MatProgressSpinnerDefaultOptions>;
|
|
29
|
+
/**
|
|
30
|
+
* @docs-private
|
|
31
|
+
* @deprecated No longer used, will be removed.
|
|
32
|
+
* @breaking-change 21.0.0
|
|
33
|
+
*/
|
|
34
|
+
declare function MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY(): MatProgressSpinnerDefaultOptions;
|
|
35
|
+
declare class MatProgressSpinner {
|
|
36
|
+
readonly _elementRef: ElementRef<HTMLElement>;
|
|
37
|
+
/** Whether the _mat-animation-noopable class should be applied, disabling animations. */
|
|
38
|
+
_noopAnimations: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Theme color of the progress spinner. This API is supported in M2 themes only, it
|
|
41
|
+
* has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/progress-spinner/styling.
|
|
42
|
+
*
|
|
43
|
+
* For information on applying color variants in M3, see
|
|
44
|
+
* https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
|
|
45
|
+
*/
|
|
46
|
+
get color(): string | null | undefined;
|
|
47
|
+
set color(value: string | null | undefined);
|
|
48
|
+
private _color;
|
|
49
|
+
private _defaultColor;
|
|
50
|
+
/** The element of the determinate spinner. */
|
|
51
|
+
_determinateCircle: ElementRef<HTMLElement>;
|
|
52
|
+
constructor(...args: unknown[]);
|
|
53
|
+
/**
|
|
54
|
+
* Mode of the progress bar.
|
|
55
|
+
*
|
|
56
|
+
* Input must be one of these values: determinate, indeterminate, buffer, query, defaults to
|
|
57
|
+
* 'determinate'.
|
|
58
|
+
* Mirrored to mode attribute.
|
|
59
|
+
*/
|
|
60
|
+
mode: ProgressSpinnerMode;
|
|
61
|
+
/** Value of the progress bar. Defaults to zero. Mirrored to aria-valuenow. */
|
|
62
|
+
get value(): number;
|
|
63
|
+
set value(v: number);
|
|
64
|
+
private _value;
|
|
65
|
+
/** The diameter of the progress spinner (will set width and height of svg). */
|
|
66
|
+
get diameter(): number;
|
|
67
|
+
set diameter(size: number);
|
|
68
|
+
private _diameter;
|
|
69
|
+
/** Stroke width of the progress spinner. */
|
|
70
|
+
get strokeWidth(): number;
|
|
71
|
+
set strokeWidth(value: number);
|
|
72
|
+
private _strokeWidth;
|
|
73
|
+
/** The radius of the spinner, adjusted for stroke width. */
|
|
74
|
+
_circleRadius(): number;
|
|
75
|
+
/** The view box of the spinner's svg element. */
|
|
76
|
+
_viewBox(): string;
|
|
77
|
+
/** The stroke circumference of the svg circle. */
|
|
78
|
+
_strokeCircumference(): number;
|
|
79
|
+
/** The dash offset of the svg circle. */
|
|
80
|
+
_strokeDashOffset(): number | null;
|
|
81
|
+
/** Stroke width of the circle in percent. */
|
|
82
|
+
_circleStrokeWidth(): number;
|
|
83
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressSpinner, never>;
|
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatProgressSpinner, "mat-progress-spinner, mat-spinner", ["matProgressSpinner"], { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; }, {}, never, never, true, never>;
|
|
85
|
+
static ngAcceptInputType_value: unknown;
|
|
86
|
+
static ngAcceptInputType_diameter: unknown;
|
|
87
|
+
static ngAcceptInputType_strokeWidth: unknown;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* @deprecated Import Progress Spinner instead. Note that the
|
|
91
|
+
* `mat-spinner` selector isn't deprecated.
|
|
92
|
+
* @breaking-change 16.0.0
|
|
93
|
+
*/
|
|
94
|
+
declare const MatSpinner: typeof MatProgressSpinner;
|
|
95
|
+
|
|
96
|
+
export { MatProgressSpinner as M, type ProgressSpinnerMode as P, type MatProgressSpinnerDefaultOptions as a, MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS as b, MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY as c, MatSpinner as d };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { M as MatCommonModule } from './common-module.d-0e6515ae.js';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Possible states for a pseudo checkbox.
|
|
6
|
+
* @docs-private
|
|
7
|
+
*/
|
|
8
|
+
type MatPseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate';
|
|
9
|
+
/**
|
|
10
|
+
* Component that shows a simplified checkbox without including any kind of "real" checkbox.
|
|
11
|
+
* Meant to be used when the checkbox is purely decorative and a large number of them will be
|
|
12
|
+
* included, such as for the options in a multi-select. Uses no SVGs or complex animations.
|
|
13
|
+
* Note that theming is meant to be handled by the parent element, e.g.
|
|
14
|
+
* `mat-primary .mat-pseudo-checkbox`.
|
|
15
|
+
*
|
|
16
|
+
* Note that this component will be completely invisible to screen-reader users. This is *not*
|
|
17
|
+
* interchangeable with `<mat-checkbox>` and should *not* be used if the user would directly
|
|
18
|
+
* interact with the checkbox. The pseudo-checkbox should only be used as an implementation detail
|
|
19
|
+
* of more complex components that appropriately handle selected / checked state.
|
|
20
|
+
* @docs-private
|
|
21
|
+
*/
|
|
22
|
+
declare class MatPseudoCheckbox {
|
|
23
|
+
_animationMode?: "NoopAnimations" | "BrowserAnimations" | null | undefined;
|
|
24
|
+
/** Display state of the checkbox. */
|
|
25
|
+
state: MatPseudoCheckboxState;
|
|
26
|
+
/** Whether the checkbox is disabled. */
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Appearance of the pseudo checkbox. Default appearance of 'full' renders a checkmark/mixedmark
|
|
30
|
+
* indicator inside a square box. 'minimal' appearance only renders the checkmark/mixedmark.
|
|
31
|
+
*/
|
|
32
|
+
appearance: 'minimal' | 'full';
|
|
33
|
+
constructor(...args: unknown[]);
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckbox, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatPseudoCheckbox, "mat-pseudo-checkbox", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
declare class MatPseudoCheckboxModule {
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckboxModule, never>;
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatPseudoCheckboxModule, never, [typeof MatCommonModule, typeof MatPseudoCheckbox], [typeof MatPseudoCheckbox]>;
|
|
41
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatPseudoCheckboxModule>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export { MatPseudoCheckboxModule as M, type MatPseudoCheckboxState as a, MatPseudoCheckbox as b };
|
package/radio/_radio-theme.scss
CHANGED
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
16
16
|
} @else {
|
|
17
17
|
@include sass-utils.current-selector-or-root() {
|
|
18
|
-
@include token-utils.create-token-values(
|
|
18
|
+
@include token-utils.create-token-values-mixed(
|
|
19
19
|
tokens-mdc-radio.$prefix,
|
|
20
20
|
tokens-mdc-radio.get-unthemable-tokens()
|
|
21
21
|
);
|
|
22
|
-
@include token-utils.create-token-values(
|
|
22
|
+
@include token-utils.create-token-values-mixed(
|
|
23
23
|
tokens-mat-radio.$prefix,
|
|
24
24
|
tokens-mat-radio.get-unthemable-tokens()
|
|
25
25
|
);
|
|
@@ -38,33 +38,33 @@
|
|
|
38
38
|
} @else {
|
|
39
39
|
.mat-mdc-radio-button {
|
|
40
40
|
&.mat-primary {
|
|
41
|
-
@include token-utils.create-token-values(
|
|
41
|
+
@include token-utils.create-token-values-mixed(
|
|
42
42
|
tokens-mdc-radio.$prefix,
|
|
43
43
|
tokens-mdc-radio.get-color-tokens($theme, primary)
|
|
44
44
|
);
|
|
45
|
-
@include token-utils.create-token-values(
|
|
45
|
+
@include token-utils.create-token-values-mixed(
|
|
46
46
|
tokens-mat-radio.$prefix,
|
|
47
47
|
tokens-mat-radio.get-color-tokens($theme, primary)
|
|
48
48
|
);
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
&.mat-accent {
|
|
52
|
-
@include token-utils.create-token-values(
|
|
52
|
+
@include token-utils.create-token-values-mixed(
|
|
53
53
|
tokens-mdc-radio.$prefix,
|
|
54
54
|
tokens-mdc-radio.get-color-tokens($theme)
|
|
55
55
|
);
|
|
56
|
-
@include token-utils.create-token-values(
|
|
56
|
+
@include token-utils.create-token-values-mixed(
|
|
57
57
|
tokens-mat-radio.$prefix,
|
|
58
58
|
tokens-mat-radio.get-color-tokens($theme)
|
|
59
59
|
);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
&.mat-warn {
|
|
63
|
-
@include token-utils.create-token-values(
|
|
63
|
+
@include token-utils.create-token-values-mixed(
|
|
64
64
|
tokens-mdc-radio.$prefix,
|
|
65
65
|
tokens-mdc-radio.get-color-tokens($theme, warn)
|
|
66
66
|
);
|
|
67
|
-
@include token-utils.create-token-values(
|
|
67
|
+
@include token-utils.create-token-values-mixed(
|
|
68
68
|
tokens-mat-radio.$prefix,
|
|
69
69
|
tokens-mat-radio.get-color-tokens($theme, warn)
|
|
70
70
|
);
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
81
81
|
} @else {
|
|
82
82
|
@include sass-utils.current-selector-or-root() {
|
|
83
|
-
@include token-utils.create-token-values(
|
|
83
|
+
@include token-utils.create-token-values-mixed(
|
|
84
84
|
tokens-mdc-radio.$prefix,
|
|
85
85
|
tokens-mdc-radio.get-typography-tokens($theme)
|
|
86
86
|
);
|
|
87
|
-
@include token-utils.create-token-values(
|
|
87
|
+
@include token-utils.create-token-values-mixed(
|
|
88
88
|
tokens-mat-radio.$prefix,
|
|
89
89
|
tokens-mat-radio.get-typography-tokens($theme)
|
|
90
90
|
);
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
$density-scale: inspection.get-theme-density($theme);
|
|
102
102
|
|
|
103
103
|
@include sass-utils.current-selector-or-root() {
|
|
104
|
-
@include token-utils.create-token-values(
|
|
104
|
+
@include token-utils.create-token-values-mixed(
|
|
105
105
|
tokens-mdc-radio.$prefix,
|
|
106
106
|
tokens-mdc-radio.get-density-tokens($theme)
|
|
107
107
|
);
|
|
108
|
-
@include token-utils.create-token-values(
|
|
108
|
+
@include token-utils.create-token-values-mixed(
|
|
109
109
|
tokens-mat-radio.$prefix,
|
|
110
110
|
tokens-mat-radio.get-density-tokens($theme)
|
|
111
111
|
);
|