@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
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { NgZone, ElementRef, Injector, InjectionToken, OnInit, OnDestroy } from '@angular/core';
|
|
3
|
+
import { Platform } from '@angular/cdk/platform';
|
|
4
|
+
|
|
5
|
+
/** Possible states for a ripple element. */
|
|
6
|
+
declare enum RippleState {
|
|
7
|
+
FADING_IN = 0,
|
|
8
|
+
VISIBLE = 1,
|
|
9
|
+
FADING_OUT = 2,
|
|
10
|
+
HIDDEN = 3
|
|
11
|
+
}
|
|
12
|
+
type RippleConfig = {
|
|
13
|
+
color?: string;
|
|
14
|
+
centered?: boolean;
|
|
15
|
+
radius?: number;
|
|
16
|
+
persistent?: boolean;
|
|
17
|
+
animation?: RippleAnimationConfig;
|
|
18
|
+
terminateOnPointerUp?: boolean;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Interface that describes the configuration for the animation of a ripple.
|
|
22
|
+
* There are two animation phases with different durations for the ripples.
|
|
23
|
+
*/
|
|
24
|
+
interface RippleAnimationConfig {
|
|
25
|
+
/** Duration in milliseconds for the enter animation (expansion from point of contact). */
|
|
26
|
+
enterDuration?: number;
|
|
27
|
+
/** Duration in milliseconds for the exit animation (fade-out). */
|
|
28
|
+
exitDuration?: number;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Reference to a previously launched ripple element.
|
|
32
|
+
*/
|
|
33
|
+
declare class RippleRef {
|
|
34
|
+
private _renderer;
|
|
35
|
+
/** Reference to the ripple HTML element. */
|
|
36
|
+
element: HTMLElement;
|
|
37
|
+
/** Ripple configuration used for the ripple. */
|
|
38
|
+
config: RippleConfig;
|
|
39
|
+
_animationForciblyDisabledThroughCss: boolean;
|
|
40
|
+
/** Current state of the ripple. */
|
|
41
|
+
state: RippleState;
|
|
42
|
+
constructor(_renderer: {
|
|
43
|
+
fadeOutRipple(ref: RippleRef): void;
|
|
44
|
+
},
|
|
45
|
+
/** Reference to the ripple HTML element. */
|
|
46
|
+
element: HTMLElement,
|
|
47
|
+
/** Ripple configuration used for the ripple. */
|
|
48
|
+
config: RippleConfig, _animationForciblyDisabledThroughCss?: boolean);
|
|
49
|
+
/** Fades out the ripple element. */
|
|
50
|
+
fadeOut(): void;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Interface that describes the target for launching ripples.
|
|
55
|
+
* It defines the ripple configuration and disabled state for interaction ripples.
|
|
56
|
+
* @docs-private
|
|
57
|
+
*/
|
|
58
|
+
interface RippleTarget {
|
|
59
|
+
/** Configuration for ripples that are launched on pointer down. */
|
|
60
|
+
rippleConfig: RippleConfig;
|
|
61
|
+
/** Whether ripples on pointer down should be disabled. */
|
|
62
|
+
rippleDisabled: boolean;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Default ripple animation configuration for ripples without an explicit
|
|
66
|
+
* animation config specified.
|
|
67
|
+
*/
|
|
68
|
+
declare const defaultRippleAnimationConfig: {
|
|
69
|
+
enterDuration: number;
|
|
70
|
+
exitDuration: number;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Helper service that performs DOM manipulations. Not intended to be used outside this module.
|
|
74
|
+
* The constructor takes a reference to the ripple directive's host element and a map of DOM
|
|
75
|
+
* event handlers to be installed on the element that triggers ripple animations.
|
|
76
|
+
* This will eventually become a custom renderer once Angular support exists.
|
|
77
|
+
* @docs-private
|
|
78
|
+
*/
|
|
79
|
+
declare class RippleRenderer implements EventListenerObject {
|
|
80
|
+
private _target;
|
|
81
|
+
private _ngZone;
|
|
82
|
+
private _platform;
|
|
83
|
+
/** Element where the ripples are being added to. */
|
|
84
|
+
private _containerElement;
|
|
85
|
+
/** Element which triggers the ripple elements on mouse events. */
|
|
86
|
+
private _triggerElement;
|
|
87
|
+
/** Whether the pointer is currently down or not. */
|
|
88
|
+
private _isPointerDown;
|
|
89
|
+
/**
|
|
90
|
+
* Map of currently active ripple references.
|
|
91
|
+
* The ripple reference is mapped to its element event listeners.
|
|
92
|
+
* The reason why `| null` is used is that event listeners are added only
|
|
93
|
+
* when the condition is truthy (see the `_startFadeOutTransition` method).
|
|
94
|
+
*/
|
|
95
|
+
private _activeRipples;
|
|
96
|
+
/** Latest non-persistent ripple that was triggered. */
|
|
97
|
+
private _mostRecentTransientRipple;
|
|
98
|
+
/** Time in milliseconds when the last touchstart event happened. */
|
|
99
|
+
private _lastTouchStartEvent;
|
|
100
|
+
/** Whether pointer-up event listeners have been registered. */
|
|
101
|
+
private _pointerUpEventsRegistered;
|
|
102
|
+
/**
|
|
103
|
+
* Cached dimensions of the ripple container. Set when the first
|
|
104
|
+
* ripple is shown and cleared once no more ripples are visible.
|
|
105
|
+
*/
|
|
106
|
+
private _containerRect;
|
|
107
|
+
private static _eventManager;
|
|
108
|
+
constructor(_target: RippleTarget, _ngZone: NgZone, elementOrElementRef: HTMLElement | ElementRef<HTMLElement>, _platform: Platform, injector?: Injector);
|
|
109
|
+
/**
|
|
110
|
+
* Fades in a ripple at the given coordinates.
|
|
111
|
+
* @param x Coordinate within the element, along the X axis at which to start the ripple.
|
|
112
|
+
* @param y Coordinate within the element, along the Y axis at which to start the ripple.
|
|
113
|
+
* @param config Extra ripple options.
|
|
114
|
+
*/
|
|
115
|
+
fadeInRipple(x: number, y: number, config?: RippleConfig): RippleRef;
|
|
116
|
+
/** Fades out a ripple reference. */
|
|
117
|
+
fadeOutRipple(rippleRef: RippleRef): void;
|
|
118
|
+
/** Fades out all currently active ripples. */
|
|
119
|
+
fadeOutAll(): void;
|
|
120
|
+
/** Fades out all currently active non-persistent ripples. */
|
|
121
|
+
fadeOutAllNonPersistent(): void;
|
|
122
|
+
/** Sets up the trigger event listeners */
|
|
123
|
+
setupTriggerEvents(elementOrElementRef: HTMLElement | ElementRef<HTMLElement>): void;
|
|
124
|
+
/**
|
|
125
|
+
* Handles all registered events.
|
|
126
|
+
* @docs-private
|
|
127
|
+
*/
|
|
128
|
+
handleEvent(event: Event): void;
|
|
129
|
+
/** Method that will be called if the fade-in or fade-in transition completed. */
|
|
130
|
+
private _finishRippleTransition;
|
|
131
|
+
/**
|
|
132
|
+
* Starts the fade-out transition of the given ripple if it's not persistent and the pointer
|
|
133
|
+
* is not held down anymore.
|
|
134
|
+
*/
|
|
135
|
+
private _startFadeOutTransition;
|
|
136
|
+
/** Destroys the given ripple by removing it from the DOM and updating its state. */
|
|
137
|
+
private _destroyRipple;
|
|
138
|
+
/** Function being called whenever the trigger is being pressed using mouse. */
|
|
139
|
+
private _onMousedown;
|
|
140
|
+
/** Function being called whenever the trigger is being pressed using touch. */
|
|
141
|
+
private _onTouchStart;
|
|
142
|
+
/** Function being called whenever the trigger is being released. */
|
|
143
|
+
private _onPointerUp;
|
|
144
|
+
private _getActiveRipples;
|
|
145
|
+
/** Removes previously registered event listeners from the trigger element. */
|
|
146
|
+
_removeTriggerEvents(): void;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/** Configurable options for `matRipple`. */
|
|
150
|
+
interface RippleGlobalOptions {
|
|
151
|
+
/**
|
|
152
|
+
* Whether ripples should be disabled. Ripples can be still launched manually by using
|
|
153
|
+
* the `launch()` method. Therefore focus indicators will still show up.
|
|
154
|
+
*/
|
|
155
|
+
disabled?: boolean;
|
|
156
|
+
/**
|
|
157
|
+
* Default configuration for the animation duration of the ripples. There are two phases with
|
|
158
|
+
* different durations for the ripples: `enter` and `leave`. The durations will be overwritten
|
|
159
|
+
* by the value of `matRippleAnimation` or if the `NoopAnimationsModule` is included.
|
|
160
|
+
*/
|
|
161
|
+
animation?: RippleAnimationConfig;
|
|
162
|
+
/**
|
|
163
|
+
* Whether ripples should start fading out immediately after the mouse or touch is released. By
|
|
164
|
+
* default, ripples will wait for the enter animation to complete and for mouse or touch release.
|
|
165
|
+
*/
|
|
166
|
+
terminateOnPointerUp?: boolean;
|
|
167
|
+
/**
|
|
168
|
+
* A namespace to use for ripple loader to allow multiple instances to exist on the same page.
|
|
169
|
+
*/
|
|
170
|
+
namespace?: string;
|
|
171
|
+
}
|
|
172
|
+
/** Injection token that can be used to specify the global ripple options. */
|
|
173
|
+
declare const MAT_RIPPLE_GLOBAL_OPTIONS: InjectionToken<RippleGlobalOptions>;
|
|
174
|
+
declare class MatRipple implements OnInit, OnDestroy, RippleTarget {
|
|
175
|
+
private _elementRef;
|
|
176
|
+
private _animationMode;
|
|
177
|
+
/** Custom color for all ripples. */
|
|
178
|
+
color: string;
|
|
179
|
+
/** Whether the ripples should be visible outside the component's bounds. */
|
|
180
|
+
unbounded: boolean;
|
|
181
|
+
/**
|
|
182
|
+
* Whether the ripple always originates from the center of the host element's bounds, rather
|
|
183
|
+
* than originating from the location of the click event.
|
|
184
|
+
*/
|
|
185
|
+
centered: boolean;
|
|
186
|
+
/**
|
|
187
|
+
* If set, the radius in pixels of foreground ripples when fully expanded. If unset, the radius
|
|
188
|
+
* will be the distance from the center of the ripple to the furthest corner of the host element's
|
|
189
|
+
* bounding rectangle.
|
|
190
|
+
*/
|
|
191
|
+
radius: number;
|
|
192
|
+
/**
|
|
193
|
+
* Configuration for the ripple animation. Allows modifying the enter and exit animation
|
|
194
|
+
* duration of the ripples. The animation durations will be overwritten if the
|
|
195
|
+
* `NoopAnimationsModule` is being used.
|
|
196
|
+
*/
|
|
197
|
+
animation: RippleAnimationConfig;
|
|
198
|
+
/**
|
|
199
|
+
* Whether click events will not trigger the ripple. Ripples can be still launched manually
|
|
200
|
+
* by using the `launch()` method.
|
|
201
|
+
*/
|
|
202
|
+
get disabled(): boolean;
|
|
203
|
+
set disabled(value: boolean);
|
|
204
|
+
private _disabled;
|
|
205
|
+
/**
|
|
206
|
+
* The element that triggers the ripple when click events are received.
|
|
207
|
+
* Defaults to the directive's host element.
|
|
208
|
+
*/
|
|
209
|
+
get trigger(): HTMLElement;
|
|
210
|
+
set trigger(trigger: HTMLElement);
|
|
211
|
+
private _trigger;
|
|
212
|
+
/** Renderer for the ripple DOM manipulations. */
|
|
213
|
+
private _rippleRenderer;
|
|
214
|
+
/** Options that are set globally for all ripples. */
|
|
215
|
+
private _globalOptions;
|
|
216
|
+
/** @docs-private Whether ripple directive is initialized and the input bindings are set. */
|
|
217
|
+
_isInitialized: boolean;
|
|
218
|
+
constructor(...args: unknown[]);
|
|
219
|
+
ngOnInit(): void;
|
|
220
|
+
ngOnDestroy(): void;
|
|
221
|
+
/** Fades out all currently showing ripple elements. */
|
|
222
|
+
fadeOutAll(): void;
|
|
223
|
+
/** Fades out all currently showing non-persistent ripple elements. */
|
|
224
|
+
fadeOutAllNonPersistent(): void;
|
|
225
|
+
/**
|
|
226
|
+
* Ripple configuration from the directive's input values.
|
|
227
|
+
* @docs-private Implemented as part of RippleTarget
|
|
228
|
+
*/
|
|
229
|
+
get rippleConfig(): RippleConfig;
|
|
230
|
+
/**
|
|
231
|
+
* Whether ripples on pointer-down are disabled or not.
|
|
232
|
+
* @docs-private Implemented as part of RippleTarget
|
|
233
|
+
*/
|
|
234
|
+
get rippleDisabled(): boolean;
|
|
235
|
+
/** Sets up the trigger event listeners if ripples are enabled. */
|
|
236
|
+
private _setupTriggerEventsIfEnabled;
|
|
237
|
+
/**
|
|
238
|
+
* Launches a manual ripple using the specified ripple configuration.
|
|
239
|
+
* @param config Configuration for the manual ripple.
|
|
240
|
+
*/
|
|
241
|
+
launch(config: RippleConfig): RippleRef;
|
|
242
|
+
/**
|
|
243
|
+
* Launches a manual ripple at the specified coordinates relative to the viewport.
|
|
244
|
+
* @param x Coordinate along the X axis at which to fade-in the ripple. Coordinate
|
|
245
|
+
* should be relative to the viewport.
|
|
246
|
+
* @param y Coordinate along the Y axis at which to fade-in the ripple. Coordinate
|
|
247
|
+
* should be relative to the viewport.
|
|
248
|
+
* @param config Optional ripple configuration for the manual ripple.
|
|
249
|
+
*/
|
|
250
|
+
launch(x: number, y: number, config?: RippleConfig): RippleRef;
|
|
251
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatRipple, never>;
|
|
252
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRipple, "[mat-ripple], [matRipple]", ["matRipple"], { "color": { "alias": "matRippleColor"; "required": false; }; "unbounded": { "alias": "matRippleUnbounded"; "required": false; }; "centered": { "alias": "matRippleCentered"; "required": false; }; "radius": { "alias": "matRippleRadius"; "required": false; }; "animation": { "alias": "matRippleAnimation"; "required": false; }; "disabled": { "alias": "matRippleDisabled"; "required": false; }; "trigger": { "alias": "matRippleTrigger"; "required": false; }; }, {}, never, never, true, never>;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export { MatRipple as M, RippleRenderer as R, type RippleTarget as a, type RippleGlobalOptions as b, MAT_RIPPLE_GLOBAL_OPTIONS as c, defaultRippleAnimationConfig as d, RippleState as e, type RippleConfig as f, type RippleAnimationConfig as g, RippleRef as h };
|
|
@@ -19,7 +19,7 @@ const package_config_1 = require("./package-config");
|
|
|
19
19
|
* Note that the fallback version range does not use caret, but tilde because that is
|
|
20
20
|
* the default for Angular framework dependencies in CLI projects.
|
|
21
21
|
*/
|
|
22
|
-
const fallbackMaterialVersionRange = `~20.0.0-next.
|
|
22
|
+
const fallbackMaterialVersionRange = `~20.0.0-next.2`;
|
|
23
23
|
/**
|
|
24
24
|
* Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
|
|
25
25
|
* automatically executed if developers run `ng add @angular/material`.
|
|
@@ -19,7 +19,7 @@ const package_config_1 = require("./package-config");
|
|
|
19
19
|
* Note that the fallback version range does not use caret, but tilde because that is
|
|
20
20
|
* the default for Angular framework dependencies in CLI projects.
|
|
21
21
|
*/
|
|
22
|
-
const fallbackMaterialVersionRange = `~20.0.0-next.
|
|
22
|
+
const fallbackMaterialVersionRange = `~20.0.0-next.2`;
|
|
23
23
|
/**
|
|
24
24
|
* Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
|
|
25
25
|
* automatically executed if developers run `ng add @angular/material`.
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<textarea matInput placeholder="Address 2" formControlName="address2"></textarea>
|
|
47
47
|
</mat-form-field>
|
|
48
48
|
} @else {
|
|
49
|
-
<button
|
|
49
|
+
<button matButton type="button" (click)="hasUnitNumber = !hasUnitNumber">
|
|
50
50
|
+ Add C/O, Apt, Suite, Unit
|
|
51
51
|
</button>
|
|
52
52
|
}
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
</div>
|
|
94
94
|
</mat-card-content>
|
|
95
95
|
<mat-card-actions>
|
|
96
|
-
<button
|
|
96
|
+
<button matButton="elevated" color="primary" type="submit">Submit</button>
|
|
97
97
|
</mat-card-actions>
|
|
98
98
|
</mat-card>
|
|
99
99
|
</form>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<mat-card-header>
|
|
8
8
|
<mat-card-title>
|
|
9
9
|
{{card.title}}
|
|
10
|
-
<button
|
|
10
|
+
<button matIconButton class="more-button" [matMenuTriggerFor]="menu" aria-label="Toggle menu">
|
|
11
11
|
<mat-icon>more_vert</mat-icon>
|
|
12
12
|
</button>
|
|
13
13
|
<mat-menu #menu="matMenu" xPosition="before">
|
|
@@ -50,7 +50,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
50
50
|
});
|
|
51
51
|
};
|
|
52
52
|
|
|
53
|
-
// bazel-out/
|
|
53
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/theme-color/index.mjs
|
|
54
54
|
var theme_color_exports = {};
|
|
55
55
|
__export(theme_color_exports, {
|
|
56
56
|
default: () => theme_color_default,
|
|
@@ -2578,7 +2578,7 @@ function parseIntHex(value) {
|
|
|
2578
2578
|
return parseInt(value, 16);
|
|
2579
2579
|
}
|
|
2580
2580
|
|
|
2581
|
-
// bazel-out/
|
|
2581
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/theme-color/index.mjs
|
|
2582
2582
|
var HUE_TONES = [0, 10, 20, 25, 30, 35, 40, 50, 60, 70, 80, 90, 95, 98, 99, 100];
|
|
2583
2583
|
var NEUTRAL_HUES = /* @__PURE__ */ new Map([
|
|
2584
2584
|
[4, { prev: 0, next: 10 }],
|
|
@@ -24,6 +24,16 @@
|
|
|
24
24
|
"description": "Color for neutral color palette",
|
|
25
25
|
"x-prompt": "What HEX color should be used represent the neutral color palette? (Leave blank to use generated colors from Material)"
|
|
26
26
|
},
|
|
27
|
+
"neutralVariantColor": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"description": "Color for the neutral variant palette",
|
|
30
|
+
"x-prompt": "What HEX color should be used represent the neutral variant palette? (Leave blank to use generated colors from Material)"
|
|
31
|
+
},
|
|
32
|
+
"errorColor": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"description": "Color for the error palette",
|
|
35
|
+
"x-prompt": "What HEX color should be used represent the error palette? (Leave blank to use generated colors from Material)"
|
|
36
|
+
},
|
|
27
37
|
"includeHighContrast": {
|
|
28
38
|
"type": "boolean",
|
|
29
39
|
"default": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<mat-tree [dataSource]="dataSource" [treeControl]="treeControl">
|
|
2
2
|
<mat-tree-node *matTreeNodeDef="let node" matTreeNodeToggle matTreeNodePadding>
|
|
3
|
-
<button
|
|
3
|
+
<button matIconButton disabled></button>
|
|
4
4
|
<mat-icon class="type-icon" [attr.aria-label]="node.type + 'icon'">
|
|
5
5
|
{{ node.type === 'file' ? 'description' : 'folder' }}
|
|
6
6
|
</mat-icon>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</mat-tree-node>
|
|
9
9
|
|
|
10
10
|
<mat-tree-node *matTreeNodeDef="let node; when: hasChild" matTreeNodePadding>
|
|
11
|
-
<button
|
|
11
|
+
<button matIconButton matTreeNodeToggle
|
|
12
12
|
[attr.aria-label]="'Toggle ' + node.name">
|
|
13
13
|
<mat-icon class="mat-icon-rtl-mirror">
|
|
14
14
|
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
|
|
@@ -658,9 +658,9 @@ var require_tslib = __commonJS({
|
|
|
658
658
|
}
|
|
659
659
|
});
|
|
660
660
|
|
|
661
|
-
// bazel-out/
|
|
661
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
|
|
662
662
|
var require_attribute_selectors = __commonJS({
|
|
663
|
-
"bazel-out/
|
|
663
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
|
|
664
664
|
"use strict";
|
|
665
665
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
666
666
|
exports.attributeSelectors = void 0;
|
|
@@ -668,9 +668,9 @@ var require_attribute_selectors = __commonJS({
|
|
|
668
668
|
}
|
|
669
669
|
});
|
|
670
670
|
|
|
671
|
-
// bazel-out/
|
|
671
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
|
|
672
672
|
var require_class_names = __commonJS({
|
|
673
|
-
"bazel-out/
|
|
673
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
|
|
674
674
|
"use strict";
|
|
675
675
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
676
676
|
exports.classNames = void 0;
|
|
@@ -678,9 +678,9 @@ var require_class_names = __commonJS({
|
|
|
678
678
|
}
|
|
679
679
|
});
|
|
680
680
|
|
|
681
|
-
// bazel-out/
|
|
681
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
|
|
682
682
|
var require_constructor_checks = __commonJS({
|
|
683
|
-
"bazel-out/
|
|
683
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
|
|
684
684
|
"use strict";
|
|
685
685
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
686
686
|
exports.constructorChecks = void 0;
|
|
@@ -688,9 +688,9 @@ var require_constructor_checks = __commonJS({
|
|
|
688
688
|
}
|
|
689
689
|
});
|
|
690
690
|
|
|
691
|
-
// bazel-out/
|
|
691
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
|
|
692
692
|
var require_css_selectors = __commonJS({
|
|
693
|
-
"bazel-out/
|
|
693
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
|
|
694
694
|
"use strict";
|
|
695
695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
696
696
|
exports.cssSelectors = void 0;
|
|
@@ -698,9 +698,9 @@ var require_css_selectors = __commonJS({
|
|
|
698
698
|
}
|
|
699
699
|
});
|
|
700
700
|
|
|
701
|
-
// bazel-out/
|
|
701
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js
|
|
702
702
|
var require_css_tokens = __commonJS({
|
|
703
|
-
"bazel-out/
|
|
703
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js"(exports) {
|
|
704
704
|
"use strict";
|
|
705
705
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
706
706
|
exports.cssTokens = void 0;
|
|
@@ -708,9 +708,9 @@ var require_css_tokens = __commonJS({
|
|
|
708
708
|
}
|
|
709
709
|
});
|
|
710
710
|
|
|
711
|
-
// bazel-out/
|
|
711
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
|
|
712
712
|
var require_element_selectors = __commonJS({
|
|
713
|
-
"bazel-out/
|
|
713
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
|
|
714
714
|
"use strict";
|
|
715
715
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
716
716
|
exports.elementSelectors = void 0;
|
|
@@ -718,9 +718,9 @@ var require_element_selectors = __commonJS({
|
|
|
718
718
|
}
|
|
719
719
|
});
|
|
720
720
|
|
|
721
|
-
// bazel-out/
|
|
721
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
|
|
722
722
|
var require_input_names = __commonJS({
|
|
723
|
-
"bazel-out/
|
|
723
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
|
|
724
724
|
"use strict";
|
|
725
725
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
726
726
|
exports.inputNames = void 0;
|
|
@@ -728,9 +728,9 @@ var require_input_names = __commonJS({
|
|
|
728
728
|
}
|
|
729
729
|
});
|
|
730
730
|
|
|
731
|
-
// bazel-out/
|
|
731
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
|
|
732
732
|
var require_method_call_checks = __commonJS({
|
|
733
|
-
"bazel-out/
|
|
733
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
|
|
734
734
|
"use strict";
|
|
735
735
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
736
736
|
exports.methodCallChecks = void 0;
|
|
@@ -738,9 +738,9 @@ var require_method_call_checks = __commonJS({
|
|
|
738
738
|
}
|
|
739
739
|
});
|
|
740
740
|
|
|
741
|
-
// bazel-out/
|
|
741
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
|
|
742
742
|
var require_output_names = __commonJS({
|
|
743
|
-
"bazel-out/
|
|
743
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
|
|
744
744
|
"use strict";
|
|
745
745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
746
746
|
exports.outputNames = void 0;
|
|
@@ -748,9 +748,9 @@ var require_output_names = __commonJS({
|
|
|
748
748
|
}
|
|
749
749
|
});
|
|
750
750
|
|
|
751
|
-
// bazel-out/
|
|
751
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
|
|
752
752
|
var require_property_names = __commonJS({
|
|
753
|
-
"bazel-out/
|
|
753
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
|
|
754
754
|
"use strict";
|
|
755
755
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
756
756
|
exports.propertyNames = void 0;
|
|
@@ -758,9 +758,9 @@ var require_property_names = __commonJS({
|
|
|
758
758
|
}
|
|
759
759
|
});
|
|
760
760
|
|
|
761
|
-
// bazel-out/
|
|
761
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
|
|
762
762
|
var require_symbol_removal = __commonJS({
|
|
763
|
-
"bazel-out/
|
|
763
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
|
|
764
764
|
"use strict";
|
|
765
765
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
766
766
|
exports.symbolRemoval = void 0;
|
|
@@ -768,9 +768,9 @@ var require_symbol_removal = __commonJS({
|
|
|
768
768
|
}
|
|
769
769
|
});
|
|
770
770
|
|
|
771
|
-
// bazel-out/
|
|
771
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js
|
|
772
772
|
var require_data = __commonJS({
|
|
773
|
-
"bazel-out/
|
|
773
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
|
|
774
774
|
"use strict";
|
|
775
775
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
776
776
|
var tslib_1 = require_tslib();
|
|
@@ -788,9 +788,9 @@ var require_data = __commonJS({
|
|
|
788
788
|
}
|
|
789
789
|
});
|
|
790
790
|
|
|
791
|
-
// bazel-out/
|
|
791
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
|
|
792
792
|
var require_upgrade_data = __commonJS({
|
|
793
|
-
"bazel-out/
|
|
793
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
|
|
794
794
|
"use strict";
|
|
795
795
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
796
796
|
exports.materialUpgradeData = void 0;
|
|
@@ -7210,9 +7210,9 @@ var require_scss_syntax = __commonJS({
|
|
|
7210
7210
|
}
|
|
7211
7211
|
});
|
|
7212
7212
|
|
|
7213
|
-
// bazel-out/
|
|
7213
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js
|
|
7214
7214
|
var require_mat_core_removal = __commonJS({
|
|
7215
|
-
"bazel-out/
|
|
7215
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js"(exports) {
|
|
7216
7216
|
"use strict";
|
|
7217
7217
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7218
7218
|
exports.MatCoreMigration = void 0;
|
|
@@ -7287,9 +7287,9 @@ var require_mat_core_removal = __commonJS({
|
|
|
7287
7287
|
}
|
|
7288
7288
|
});
|
|
7289
7289
|
|
|
7290
|
-
// bazel-out/
|
|
7290
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/explicit-system-variable-prefix.js
|
|
7291
7291
|
var require_explicit_system_variable_prefix = __commonJS({
|
|
7292
|
-
"bazel-out/
|
|
7292
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/explicit-system-variable-prefix.js"(exports) {
|
|
7293
7293
|
"use strict";
|
|
7294
7294
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7295
7295
|
exports.ExplicitSystemVariablePrefixMigration = void 0;
|
|
@@ -7375,7 +7375,7 @@ var require_explicit_system_variable_prefix = __commonJS({
|
|
|
7375
7375
|
}
|
|
7376
7376
|
});
|
|
7377
7377
|
|
|
7378
|
-
// bazel-out/
|
|
7378
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs
|
|
7379
7379
|
var ng_update_exports = {};
|
|
7380
7380
|
__export(ng_update_exports, {
|
|
7381
7381
|
updateToV20: () => updateToV20
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
} @else {
|
|
17
17
|
@include sass-utils.current-selector-or-root() {
|
|
18
18
|
$mat-tokens: tokens-mat-select.get-unthemable-tokens();
|
|
19
|
-
@include token-utils.create-token-values(tokens-mat-select.$prefix, $mat-tokens);
|
|
19
|
+
@include token-utils.create-token-values-mixed(tokens-mat-select.$prefix, $mat-tokens);
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -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-mat-select.$prefix,
|
|
36
36
|
tokens-mat-select.get-color-tokens($theme)
|
|
37
37
|
);
|
|
38
38
|
|
|
39
39
|
.mat-mdc-form-field.mat-accent {
|
|
40
|
-
@include token-utils.create-token-values(
|
|
40
|
+
@include token-utils.create-token-values-mixed(
|
|
41
41
|
tokens-mat-select.$prefix,
|
|
42
42
|
tokens-mat-select.get-color-tokens($theme, accent)
|
|
43
43
|
);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.mat-mdc-form-field.mat-warn {
|
|
47
|
-
@include token-utils.create-token-values(
|
|
47
|
+
@include token-utils.create-token-values-mixed(
|
|
48
48
|
tokens-mat-select.$prefix,
|
|
49
49
|
tokens-mat-select.get-color-tokens($theme, warn)
|
|
50
50
|
);
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
61
61
|
} @else {
|
|
62
62
|
@include sass-utils.current-selector-or-root() {
|
|
63
|
-
@include token-utils.create-token-values(
|
|
63
|
+
@include token-utils.create-token-values-mixed(
|
|
64
64
|
tokens-mat-select.$prefix,
|
|
65
65
|
tokens-mat-select.get-typography-tokens($theme)
|
|
66
66
|
);
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
|
|
76
76
|
} @else {
|
|
77
77
|
@include sass-utils.current-selector-or-root() {
|
|
78
|
-
@include token-utils.create-token-values(
|
|
78
|
+
@include token-utils.create-token-values-mixed(
|
|
79
79
|
tokens-mat-select.$prefix,
|
|
80
80
|
tokens-mat-select.get-density-tokens($theme)
|
|
81
81
|
);
|