@angular/material 19.0.0-next.1 → 19.0.0-next.10
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/_index.scss +6 -6
- package/autocomplete/_autocomplete-theme.scss +37 -24
- package/autocomplete/index.d.ts +5 -15
- package/badge/_badge-theme.scss +38 -24
- package/badge/index.d.ts +3 -7
- package/bottom-sheet/_bottom-sheet-theme.scss +32 -20
- package/bottom-sheet/index.d.ts +5 -15
- package/button/_button-base.scss +2 -2
- package/button/_button-theme.scss +229 -105
- package/button/_fab-theme.scss +95 -44
- package/button/_icon-button-theme.scss +38 -25
- package/button/index.d.ts +24 -36
- package/button-toggle/_button-toggle-theme.scss +62 -37
- package/button-toggle/index.d.ts +5 -8
- package/card/_card-theme.scss +79 -38
- package/card/index.d.ts +2 -2
- package/checkbox/_checkbox-common.scss +4 -4
- package/checkbox/_checkbox-theme.scss +16 -10
- package/checkbox/index.d.ts +16 -14
- package/chips/_chips-theme.scss +64 -30
- package/chips/index.d.ts +19 -35
- package/core/_core-theme.scss +59 -55
- package/core/_core.scss +17 -14
- package/core/focus-indicators/_private.scss +21 -82
- package/core/index.d.ts +116 -200
- package/core/option/_optgroup-theme.scss +29 -18
- package/core/option/_option-theme.scss +34 -21
- package/core/ripple/_ripple-theme.scss +33 -21
- package/core/ripple/_ripple.scss +1 -1
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +49 -23
- package/core/style/_elevation.scss +1 -1
- package/core/style/_menu-common.scss +1 -1
- package/core/style/_sass-utils.scss +4 -0
- package/core/theming/_all-theme.scss +3 -0
- package/core/theming/_config-validation.scss +4 -4
- package/core/theming/_definition.scss +12 -2
- package/core/theming/_palettes.scss +132 -45
- package/core/tokens/_density.scss +1 -0
- package/core/tokens/_m3-system.scss +162 -36
- package/core/tokens/_token-utils.scss +91 -34
- package/core/tokens/m2/_index.scss +2 -0
- package/core/tokens/m2/mat/_badge.scss +12 -3
- package/core/tokens/m2/mat/_timepicker.scss +44 -0
- package/core/tokens/m2/mdc/_radio.scss +1 -1
- package/core/tokens/m3/_index.scss +2 -0
- package/core/tokens/m3/definitions/_md-comp-elevated-card.scss +1 -1
- package/core/tokens/m3/definitions/_md-sys-color.scss +6 -6
- package/core/tokens/m3/mat/_badge.scss +3 -0
- package/core/tokens/m3/mat/_sidenav.scss +0 -1
- package/core/tokens/m3/mat/_timepicker.scss +22 -0
- package/core/typography/_all-typography.scss +2 -0
- package/datepicker/_datepicker-theme.scss +53 -32
- package/datepicker/index.d.ts +45 -71
- package/dialog/_dialog-theme.scss +46 -23
- package/dialog/index.d.ts +16 -37
- package/dialog/testing/index.d.ts +1 -1
- package/divider/_divider-theme.scss +28 -17
- package/expansion/_expansion-theme.scss +36 -24
- package/expansion/index.d.ts +9 -13
- package/fesm2022/autocomplete/testing.mjs.map +1 -1
- package/fesm2022/autocomplete.mjs +43 -75
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge/testing.mjs.map +1 -1
- package/fesm2022/badge.mjs +24 -31
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +26 -41
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button/testing.mjs.map +1 -1
- package/fesm2022/button-toggle/testing.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +30 -45
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +79 -157
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card/testing.mjs.map +1 -1
- package/fesm2022/card.mjs +53 -68
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox/testing.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +41 -44
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips/testing.mjs.map +1 -1
- package/fesm2022/chips.mjs +131 -184
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core/testing.mjs.map +1 -1
- package/fesm2022/core.mjs +370 -411
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker/testing.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +208 -349
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +3 -4
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +50 -113
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider/testing.mjs.map +1 -1
- package/fesm2022/divider.mjs +8 -8
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/expansion/testing.mjs.map +1 -1
- package/fesm2022/expansion.mjs +60 -98
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field/testing/control.mjs.map +1 -1
- package/fesm2022/form-field/testing.mjs.map +1 -1
- package/fesm2022/form-field.mjs +91 -102
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list/testing.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +39 -49
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +7 -7
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/icon.mjs +22 -31
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/input/testing.mjs.map +1 -1
- package/fesm2022/input.mjs +58 -59
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/list/testing.mjs.map +1 -1
- package/fesm2022/list.mjs +112 -158
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/material.mjs.map +1 -1
- package/fesm2022/menu/testing.mjs.map +1 -1
- package/fesm2022/menu.mjs +69 -118
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/paginator/testing.mjs +2 -2
- package/fesm2022/paginator/testing.mjs.map +1 -1
- package/fesm2022/paginator.mjs +11 -11
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar/testing.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +19 -26
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner/testing.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +15 -21
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/radio/testing.mjs.map +1 -1
- package/fesm2022/radio.mjs +33 -45
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/select/testing.mjs.map +1 -1
- package/fesm2022/select.mjs +36 -69
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav/testing.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +72 -94
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle/testing.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +31 -38
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider/testing.mjs.map +1 -1
- package/fesm2022/slider.mjs +66 -74
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar/testing.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +52 -68
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort/testing.mjs.map +1 -1
- package/fesm2022/sort.mjs +34 -52
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper/testing.mjs.map +1 -1
- package/fesm2022/stepper.mjs +63 -77
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table/testing.mjs.map +1 -1
- package/fesm2022/table.mjs +59 -75
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs/testing.mjs.map +1 -1
- package/fesm2022/tabs.mjs +140 -199
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/timepicker/testing.mjs +196 -0
- package/fesm2022/timepicker/testing.mjs.map +1 -0
- package/fesm2022/timepicker.mjs +842 -0
- package/fesm2022/timepicker.mjs.map +1 -0
- package/fesm2022/toolbar/testing.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +18 -23
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip/testing.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +69 -75
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree/testing.mjs.map +1 -1
- package/fesm2022/tree.mjs +36 -69
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/_form-field-high-contrast.scss +4 -4
- package/form-field/_form-field-theme.scss +114 -61
- package/form-field/_mdc-text-field-structure.scss +51 -49
- package/form-field/index.d.ts +13 -25
- package/grid-list/_grid-list-theme.scss +25 -15
- package/grid-list/index.d.ts +6 -8
- package/icon/_icon-theme.scss +22 -14
- package/icon/index.d.ts +3 -3
- package/input/_input-theme.scss +18 -11
- package/input/index.d.ts +6 -8
- package/list/_list-inherited-structure.scss +1 -13
- package/list/_list-item-hcm-indicator.scss +1 -1
- package/list/_list-theme.scss +89 -47
- package/list/index.d.ts +10 -14
- package/menu/_menu-theme.scss +33 -21
- package/menu/index.d.ts +15 -50
- package/package.json +10 -146
- package/paginator/_paginator-theme.scss +39 -23
- package/prebuilt-themes/azure-blue.css +1 -1
- package/prebuilt-themes/cyan-orange.css +1 -1
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/magenta-violet.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/prebuilt-themes/rose-red.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +20 -16
- package/progress-bar/index.d.ts +3 -5
- package/progress-spinner/_progress-spinner-theme.scss +41 -25
- package/progress-spinner/index.d.ts +2 -2
- package/radio/_radio-theme.scss +60 -32
- package/radio/index.d.ts +5 -8
- package/schematics/collection.json +3 -3
- package/schematics/ng-add/fonts/material-fonts.d.ts +1 -1
- package/schematics/ng-add/fonts/material-fonts.js +2 -2
- package/schematics/ng-add/fonts/material-fonts.mjs +2 -2
- package/schematics/ng-add/index.d.ts +1 -1
- package/schematics/ng-add/index.js +3 -3
- package/schematics/ng-add/index.mjs +3 -3
- package/schematics/ng-add/package-config.d.ts +1 -1
- package/schematics/ng-add/package-config.js +2 -2
- package/schematics/ng-add/package-config.mjs +2 -2
- package/schematics/ng-add/schema.d.ts +1 -1
- package/schematics/ng-add/schema.js +2 -2
- package/schematics/ng-add/schema.mjs +2 -2
- package/schematics/ng-add/setup-project.d.ts +1 -1
- package/schematics/ng-add/setup-project.js +3 -3
- package/schematics/ng-add/setup-project.mjs +3 -3
- package/schematics/ng-add/theming/create-custom-theme.d.ts +1 -1
- package/schematics/ng-add/theming/create-custom-theme.js +2 -7
- package/schematics/ng-add/theming/create-custom-theme.mjs +2 -7
- package/schematics/ng-add/theming/theming.d.ts +1 -1
- package/schematics/ng-add/theming/theming.js +2 -2
- package/schematics/ng-add/theming/theming.mjs +2 -2
- package/schematics/ng-generate/address-form/index.d.ts +1 -1
- package/schematics/ng-generate/address-form/index.js +2 -2
- package/schematics/ng-generate/address-form/index.mjs +2 -2
- package/schematics/ng-generate/address-form/schema.d.ts +1 -1
- package/schematics/ng-generate/address-form/schema.js +2 -2
- package/schematics/ng-generate/address-form/schema.mjs +2 -2
- package/schematics/ng-generate/dashboard/index.d.ts +1 -1
- package/schematics/ng-generate/dashboard/index.js +2 -2
- package/schematics/ng-generate/dashboard/index.mjs +2 -2
- package/schematics/ng-generate/dashboard/schema.d.ts +1 -1
- package/schematics/ng-generate/dashboard/schema.js +2 -2
- package/schematics/ng-generate/dashboard/schema.mjs +2 -2
- package/schematics/ng-generate/navigation/index.d.ts +1 -1
- package/schematics/ng-generate/navigation/index.js +2 -2
- package/schematics/ng-generate/navigation/index.mjs +2 -2
- package/schematics/ng-generate/navigation/schema.d.ts +1 -1
- package/schematics/ng-generate/navigation/schema.js +2 -2
- package/schematics/ng-generate/navigation/schema.mjs +2 -2
- package/schematics/ng-generate/table/index.d.ts +1 -1
- package/schematics/ng-generate/table/index.js +2 -2
- package/schematics/ng-generate/table/index.mjs +2 -2
- package/schematics/ng-generate/table/schema.d.ts +1 -1
- package/schematics/ng-generate/table/schema.js +2 -2
- package/schematics/ng-generate/table/schema.mjs +2 -2
- package/schematics/ng-generate/{m3-theme → theme-color}/index_bundled.js +481 -289
- package/schematics/ng-generate/theme-color/index_bundled.js.map +7 -0
- package/schematics/ng-generate/{m3-theme → theme-color}/schema.json +7 -13
- package/schematics/ng-generate/tree/index.d.ts +1 -1
- package/schematics/ng-generate/tree/index.js +2 -2
- package/schematics/ng-generate/tree/index.mjs +2 -2
- package/schematics/ng-generate/tree/schema.d.ts +1 -1
- package/schematics/ng-generate/tree/schema.js +2 -2
- package/schematics/ng-generate/tree/schema.mjs +2 -2
- package/schematics/ng-update/index_bundled.js +6518 -2
- package/schematics/ng-update/index_bundled.js.map +4 -4
- package/select/_select-theme.scss +38 -25
- package/select/index.d.ts +4 -14
- package/sidenav/_sidenav-theme.scss +28 -17
- package/sidenav/index.d.ts +7 -17
- package/slide-toggle/_slide-toggle-theme.scss +52 -28
- package/slide-toggle/index.d.ts +2 -2
- package/slider/_slider-theme.scss +62 -38
- package/slider/index.d.ts +8 -8
- package/snack-bar/_snack-bar-theme.scss +29 -17
- package/snack-bar/index.d.ts +6 -22
- package/sort/_sort-theme.scss +33 -21
- package/sort/index.d.ts +4 -20
- package/stepper/_stepper-theme.scss +40 -27
- package/stepper/index.d.ts +6 -13
- package/table/_table-theme.scss +36 -23
- package/tabs/_tabs-common.scss +2 -2
- package/tabs/_tabs-theme.scss +97 -50
- package/tabs/index.d.ts +28 -35
- package/timepicker/_timepicker-theme.scss +124 -0
- package/timepicker/index.d.ts +297 -0
- package/timepicker/testing/index.d.ts +113 -0
- package/toolbar/_toolbar-theme.scss +35 -22
- package/toolbar/index.d.ts +3 -4
- package/tooltip/_tooltip-theme.scss +18 -15
- package/tooltip/index.d.ts +5 -12
- package/tree/_tree-theme.scss +33 -21
- package/tree/index.d.ts +5 -18
- package/core/focus-indicators/_focus-indicators-theme.scss +0 -11
- package/core/focus-indicators/_focus-indicators.scss +0 -6
- package/esm2022/autocomplete/animations.mjs +0 -24
- package/esm2022/autocomplete/autocomplete-origin.mjs +0 -31
- package/esm2022/autocomplete/autocomplete-trigger.mjs +0 -902
- package/esm2022/autocomplete/autocomplete.mjs +0 -238
- package/esm2022/autocomplete/autocomplete_public_index.mjs +0 -5
- package/esm2022/autocomplete/index.mjs +0 -9
- package/esm2022/autocomplete/module.mjs +0 -61
- package/esm2022/autocomplete/public-api.mjs +0 -14
- package/esm2022/autocomplete/testing/autocomplete-harness-filters.mjs +0 -9
- package/esm2022/autocomplete/testing/autocomplete-harness.mjs +0 -105
- package/esm2022/autocomplete/testing/index.mjs +0 -9
- package/esm2022/autocomplete/testing/public-api.mjs +0 -10
- package/esm2022/badge/badge-module.mjs +0 -27
- package/esm2022/badge/badge.mjs +0 -288
- package/esm2022/badge/badge_public_index.mjs +0 -5
- package/esm2022/badge/index.mjs +0 -9
- package/esm2022/badge/public-api.mjs +0 -10
- package/esm2022/badge/testing/badge-harness-filters.mjs +0 -9
- package/esm2022/badge/testing/badge-harness.mjs +0 -71
- package/esm2022/badge/testing/index.mjs +0 -9
- package/esm2022/badge/testing/public-api.mjs +0 -10
- package/esm2022/bottom-sheet/bottom-sheet-animations.mjs +0 -26
- package/esm2022/bottom-sheet/bottom-sheet-config.mjs +0 -48
- package/esm2022/bottom-sheet/bottom-sheet-container.mjs +0 -85
- package/esm2022/bottom-sheet/bottom-sheet-module.mjs +0 -28
- package/esm2022/bottom-sheet/bottom-sheet-ref.mjs +0 -104
- package/esm2022/bottom-sheet/bottom-sheet.mjs +0 -115
- package/esm2022/bottom-sheet/bottom-sheet_public_index.mjs +0 -5
- package/esm2022/bottom-sheet/index.mjs +0 -9
- package/esm2022/bottom-sheet/public-api.mjs +0 -14
- package/esm2022/bottom-sheet/testing/bottom-sheet-harness-filters.mjs +0 -9
- package/esm2022/bottom-sheet/testing/bottom-sheet-harness.mjs +0 -35
- package/esm2022/bottom-sheet/testing/index.mjs +0 -9
- package/esm2022/bottom-sheet/testing/public-api.mjs +0 -10
- package/esm2022/button/button-base.mjs +0 -230
- package/esm2022/button/button.mjs +0 -67
- package/esm2022/button/button_public_index.mjs +0 -5
- package/esm2022/button/fab.mjs +0 -166
- package/esm2022/button/icon-button.mjs +0 -56
- package/esm2022/button/index.mjs +0 -9
- package/esm2022/button/module.mjs +0 -65
- package/esm2022/button/public-api.mjs +0 -13
- package/esm2022/button/testing/button-harness-filters.mjs +0 -9
- package/esm2022/button/testing/button-harness.mjs +0 -80
- package/esm2022/button/testing/index.mjs +0 -9
- package/esm2022/button/testing/public-api.mjs +0 -10
- package/esm2022/button-toggle/button-toggle-module.mjs +0 -24
- package/esm2022/button-toggle/button-toggle.mjs +0 -651
- package/esm2022/button-toggle/button-toggle_public_index.mjs +0 -5
- package/esm2022/button-toggle/index.mjs +0 -9
- package/esm2022/button-toggle/public-api.mjs +0 -10
- package/esm2022/button-toggle/testing/button-toggle-group-harness-filters.mjs +0 -9
- package/esm2022/button-toggle/testing/button-toggle-group-harness.mjs +0 -47
- package/esm2022/button-toggle/testing/button-toggle-harness-filters.mjs +0 -9
- package/esm2022/button-toggle/testing/button-toggle-harness.mjs +0 -105
- package/esm2022/button-toggle/testing/index.mjs +0 -9
- package/esm2022/button-toggle/testing/public-api.mjs +0 -12
- package/esm2022/card/card.mjs +0 -273
- package/esm2022/card/card_public_index.mjs +0 -5
- package/esm2022/card/index.mjs +0 -9
- package/esm2022/card/module.mjs +0 -67
- package/esm2022/card/public-api.mjs +0 -10
- package/esm2022/card/testing/card-harness-filters.mjs +0 -9
- package/esm2022/card/testing/card-harness.mjs +0 -50
- package/esm2022/card/testing/index.mjs +0 -9
- package/esm2022/card/testing/public-api.mjs +0 -10
- package/esm2022/checkbox/checkbox-config.mjs +0 -22
- package/esm2022/checkbox/checkbox-required-validator.mjs +0 -41
- package/esm2022/checkbox/checkbox.mjs +0 -443
- package/esm2022/checkbox/checkbox_public_index.mjs +0 -5
- package/esm2022/checkbox/index.mjs +0 -9
- package/esm2022/checkbox/module.mjs +0 -41
- package/esm2022/checkbox/public-api.mjs +0 -12
- package/esm2022/checkbox/testing/checkbox-harness-filters.mjs +0 -9
- package/esm2022/checkbox/testing/checkbox-harness.mjs +0 -138
- package/esm2022/checkbox/testing/index.mjs +0 -9
- package/esm2022/checkbox/testing/public-api.mjs +0 -9
- package/esm2022/chips/chip-action.mjs +0 -113
- package/esm2022/chips/chip-edit-input.mjs +0 -61
- package/esm2022/chips/chip-grid.mjs +0 -420
- package/esm2022/chips/chip-icons.mjs +0 -107
- package/esm2022/chips/chip-input.mjs +0 -192
- package/esm2022/chips/chip-listbox.mjs +0 -369
- package/esm2022/chips/chip-option.mjs +0 -190
- package/esm2022/chips/chip-row.mjs +0 -173
- package/esm2022/chips/chip-set.mjs +0 -283
- package/esm2022/chips/chip-text-control.mjs +0 -9
- package/esm2022/chips/chip.mjs +0 -322
- package/esm2022/chips/chips_public_index.mjs +0 -5
- package/esm2022/chips/index.mjs +0 -9
- package/esm2022/chips/module.mjs +0 -85
- package/esm2022/chips/public-api.mjs +0 -20
- package/esm2022/chips/testing/chip-avatar-harness.mjs +0 -22
- package/esm2022/chips/testing/chip-edit-input-harness.mjs +0 -33
- package/esm2022/chips/testing/chip-grid-harness.mjs +0 -45
- package/esm2022/chips/testing/chip-harness-filters.mjs +0 -9
- package/esm2022/chips/testing/chip-harness.mjs +0 -62
- package/esm2022/chips/testing/chip-input-harness.mjs +0 -85
- package/esm2022/chips/testing/chip-listbox-harness.mjs +0 -61
- package/esm2022/chips/testing/chip-option-harness.mjs +0 -45
- package/esm2022/chips/testing/chip-remove-harness.mjs +0 -26
- package/esm2022/chips/testing/chip-row-harness.mjs +0 -40
- package/esm2022/chips/testing/chip-set-harness.mjs +0 -26
- package/esm2022/chips/testing/index.mjs +0 -9
- package/esm2022/chips/testing/public-api.mjs +0 -19
- package/esm2022/chips/tokens.mjs +0 -39
- package/esm2022/core/animation/animation.mjs +0 -21
- package/esm2022/core/common-behaviors/color.mjs +0 -33
- package/esm2022/core/common-behaviors/common-module.mjs +0 -127
- package/esm2022/core/common-behaviors/constructor.mjs +0 -9
- package/esm2022/core/common-behaviors/disable-ripple.mjs +0 -24
- package/esm2022/core/common-behaviors/disabled.mjs +0 -23
- package/esm2022/core/common-behaviors/error-state.mjs +0 -66
- package/esm2022/core/common-behaviors/index.mjs +0 -15
- package/esm2022/core/common-behaviors/initialized.mjs +0 -62
- package/esm2022/core/common-behaviors/tabindex.mjs +0 -25
- package/esm2022/core/core_public_index.mjs +0 -5
- package/esm2022/core/datetime/date-adapter.mjs +0 -109
- package/esm2022/core/datetime/date-formats.mjs +0 -10
- package/esm2022/core/datetime/index.mjs +0 -46
- package/esm2022/core/datetime/native-date-adapter.mjs +0 -221
- package/esm2022/core/datetime/native-date-formats.mjs +0 -19
- package/esm2022/core/error/error-options.mjs +0 -33
- package/esm2022/core/index.mjs +0 -9
- package/esm2022/core/internal-form-field/internal-form-field.mjs +0 -29
- package/esm2022/core/line/line.mjs +0 -64
- package/esm2022/core/option/index.mjs +0 -30
- package/esm2022/core/option/optgroup.mjs +0 -71
- package/esm2022/core/option/option-parent.mjs +0 -13
- package/esm2022/core/option/option.mjs +0 -283
- package/esm2022/core/private/index.mjs +0 -9
- package/esm2022/core/private/ripple-loader.mjs +0 -160
- package/esm2022/core/public-api.mjs +0 -19
- package/esm2022/core/ripple/index.mjs +0 -27
- package/esm2022/core/ripple/ripple-event-manager.mjs +0 -69
- package/esm2022/core/ripple/ripple-ref.mjs +0 -39
- package/esm2022/core/ripple/ripple-renderer.mjs +0 -354
- package/esm2022/core/ripple/ripple.mjs +0 -156
- package/esm2022/core/selection/index.mjs +0 -10
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +0 -24
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +0 -62
- package/esm2022/core/testing/index.mjs +0 -9
- package/esm2022/core/testing/optgroup-harness-filters.mjs +0 -9
- package/esm2022/core/testing/optgroup-harness.mjs +0 -43
- package/esm2022/core/testing/option-harness-filters.mjs +0 -9
- package/esm2022/core/testing/option-harness.mjs +0 -53
- package/esm2022/core/testing/public-api.mjs +0 -12
- package/esm2022/core/version.mjs +0 -11
- package/esm2022/datepicker/aria-accessible-name.mjs +0 -159
- package/esm2022/datepicker/calendar-body.mjs +0 -509
- package/esm2022/datepicker/calendar.mjs +0 -426
- package/esm2022/datepicker/date-range-input-parts.mjs +0 -372
- package/esm2022/datepicker/date-range-input.mjs +0 -369
- package/esm2022/datepicker/date-range-picker.mjs +0 -51
- package/esm2022/datepicker/date-range-selection-strategy.mjs +0 -97
- package/esm2022/datepicker/date-selection-model.mjs +0 -188
- package/esm2022/datepicker/datepicker-actions.mjs +0 -91
- package/esm2022/datepicker/datepicker-animations.mjs +0 -35
- package/esm2022/datepicker/datepicker-base.mjs +0 -609
- package/esm2022/datepicker/datepicker-errors.mjs +0 -14
- package/esm2022/datepicker/datepicker-input-base.mjs +0 -311
- package/esm2022/datepicker/datepicker-input.mjs +0 -200
- package/esm2022/datepicker/datepicker-intl.mjs +0 -69
- package/esm2022/datepicker/datepicker-module.mjs +0 -138
- package/esm2022/datepicker/datepicker-toggle.mjs +0 -113
- package/esm2022/datepicker/datepicker.mjs +0 -38
- package/esm2022/datepicker/datepicker_public_index.mjs +0 -5
- package/esm2022/datepicker/index.mjs +0 -9
- package/esm2022/datepicker/month-view.mjs +0 -460
- package/esm2022/datepicker/multi-year-view.mjs +0 -330
- package/esm2022/datepicker/public-api.mjs +0 -27
- package/esm2022/datepicker/testing/calendar-cell-harness.mjs +0 -138
- package/esm2022/datepicker/testing/calendar-harness.mjs +0 -83
- package/esm2022/datepicker/testing/date-range-input-harness.mjs +0 -98
- package/esm2022/datepicker/testing/datepicker-harness-filters.mjs +0 -9
- package/esm2022/datepicker/testing/datepicker-input-harness-base.mjs +0 -81
- package/esm2022/datepicker/testing/datepicker-input-harness.mjs +0 -58
- package/esm2022/datepicker/testing/datepicker-toggle-harness.mjs +0 -41
- package/esm2022/datepicker/testing/datepicker-trigger-harness-base.mjs +0 -65
- package/esm2022/datepicker/testing/index.mjs +0 -9
- package/esm2022/datepicker/testing/public-api.mjs +0 -14
- package/esm2022/datepicker/year-view.mjs +0 -324
- package/esm2022/dialog/dialog-animations.mjs +0 -38
- package/esm2022/dialog/dialog-config.mjs +0 -59
- package/esm2022/dialog/dialog-container.mjs +0 -253
- package/esm2022/dialog/dialog-content-directives.mjs +0 -212
- package/esm2022/dialog/dialog-ref.mjs +0 -177
- package/esm2022/dialog/dialog.mjs +0 -212
- package/esm2022/dialog/dialog_public_index.mjs +0 -5
- package/esm2022/dialog/index.mjs +0 -9
- package/esm2022/dialog/module.mjs +0 -45
- package/esm2022/dialog/public-api.mjs +0 -15
- package/esm2022/dialog/testing/dialog-harness-filters.mjs +0 -9
- package/esm2022/dialog/testing/dialog-harness.mjs +0 -84
- package/esm2022/dialog/testing/dialog-opener.mjs +0 -58
- package/esm2022/dialog/testing/index.mjs +0 -10
- package/esm2022/dialog/testing/public-api.mjs +0 -10
- package/esm2022/divider/divider-module.mjs +0 -24
- package/esm2022/divider/divider.mjs +0 -48
- package/esm2022/divider/divider_public_index.mjs +0 -5
- package/esm2022/divider/index.mjs +0 -9
- package/esm2022/divider/public-api.mjs +0 -10
- package/esm2022/divider/testing/divider-harness-filters.mjs +0 -9
- package/esm2022/divider/testing/divider-harness.mjs +0 -22
- package/esm2022/divider/testing/index.mjs +0 -9
- package/esm2022/divider/testing/public-api.mjs +0 -10
- package/esm2022/expansion/accordion-base.mjs +0 -14
- package/esm2022/expansion/accordion.mjs +0 -96
- package/esm2022/expansion/expansion-animations.mjs +0 -51
- package/esm2022/expansion/expansion-module.mjs +0 -65
- package/esm2022/expansion/expansion-panel-base.mjs +0 -14
- package/esm2022/expansion/expansion-panel-content.mjs +0 -35
- package/esm2022/expansion/expansion-panel-header.mjs +0 -218
- package/esm2022/expansion/expansion-panel.mjs +0 -211
- package/esm2022/expansion/expansion_public_index.mjs +0 -5
- package/esm2022/expansion/index.mjs +0 -9
- package/esm2022/expansion/public-api.mjs +0 -16
- package/esm2022/expansion/testing/accordion-harness.mjs +0 -31
- package/esm2022/expansion/testing/expansion-harness-filters.mjs +0 -9
- package/esm2022/expansion/testing/expansion-harness.mjs +0 -128
- package/esm2022/expansion/testing/index.mjs +0 -9
- package/esm2022/expansion/testing/public-api.mjs +0 -11
- package/esm2022/form-field/directives/error.mjs +0 -48
- package/esm2022/form-field/directives/floating-label.mjs +0 -135
- package/esm2022/form-field/directives/hint.mjs +0 -40
- package/esm2022/form-field/directives/label.mjs +0 -22
- package/esm2022/form-field/directives/line-ripple.mjs +0 -60
- package/esm2022/form-field/directives/notched-outline.mjs +0 -66
- package/esm2022/form-field/directives/prefix.mjs +0 -38
- package/esm2022/form-field/directives/suffix.mjs +0 -38
- package/esm2022/form-field/form-field-animations.mjs +0 -24
- package/esm2022/form-field/form-field-control.mjs +0 -11
- package/esm2022/form-field/form-field-errors.mjs +0 -20
- package/esm2022/form-field/form-field.mjs +0 -620
- package/esm2022/form-field/form-field_public_index.mjs +0 -5
- package/esm2022/form-field/index.mjs +0 -9
- package/esm2022/form-field/module.mjs +0 -51
- package/esm2022/form-field/public-api.mjs +0 -18
- package/esm2022/form-field/testing/control/form-field-control-harness.mjs +0 -15
- package/esm2022/form-field/testing/control/index.mjs +0 -9
- package/esm2022/form-field/testing/error-harness.mjs +0 -29
- package/esm2022/form-field/testing/form-field-harness-filters.mjs +0 -9
- package/esm2022/form-field/testing/form-field-harness.mjs +0 -179
- package/esm2022/form-field/testing/index.mjs +0 -9
- package/esm2022/form-field/testing/public-api.mjs +0 -15
- package/esm2022/grid-list/grid-list-base.mjs +0 -14
- package/esm2022/grid-list/grid-list-module.mjs +0 -59
- package/esm2022/grid-list/grid-list.mjs +0 -146
- package/esm2022/grid-list/grid-list_public_index.mjs +0 -5
- package/esm2022/grid-list/grid-tile.mjs +0 -128
- package/esm2022/grid-list/index.mjs +0 -9
- package/esm2022/grid-list/public-api.mjs +0 -14
- package/esm2022/grid-list/testing/grid-list-harness-filters.mjs +0 -9
- package/esm2022/grid-list/testing/grid-list-harness.mjs +0 -76
- package/esm2022/grid-list/testing/grid-tile-harness.mjs +0 -71
- package/esm2022/grid-list/testing/index.mjs +0 -9
- package/esm2022/grid-list/testing/public-api.mjs +0 -11
- package/esm2022/grid-list/tile-coordinator.mjs +0 -145
- package/esm2022/grid-list/tile-styler.mjs +0 -231
- package/esm2022/icon/fake-svgs.mjs +0 -62
- package/esm2022/icon/icon-module.mjs +0 -24
- package/esm2022/icon/icon-registry.mjs +0 -592
- package/esm2022/icon/icon.mjs +0 -379
- package/esm2022/icon/icon_public_index.mjs +0 -5
- package/esm2022/icon/index.mjs +0 -9
- package/esm2022/icon/public-api.mjs +0 -11
- package/esm2022/icon/testing/fake-icon-registry.mjs +0 -92
- package/esm2022/icon/testing/icon-harness-filters.mjs +0 -14
- package/esm2022/icon/testing/icon-harness.mjs +0 -60
- package/esm2022/icon/testing/index.mjs +0 -9
- package/esm2022/icon/testing/public-api.mjs +0 -11
- package/esm2022/icon/testing/testing_public_index.mjs +0 -5
- package/esm2022/icon/trusted-types.mjs +0 -43
- package/esm2022/index.mjs +0 -14
- package/esm2022/input/index.mjs +0 -9
- package/esm2022/input/input-errors.mjs +0 -12
- package/esm2022/input/input-value-accessor.mjs +0 -16
- package/esm2022/input/input.mjs +0 -524
- package/esm2022/input/input_public_index.mjs +0 -5
- package/esm2022/input/module.mjs +0 -26
- package/esm2022/input/public-api.mjs +0 -14
- package/esm2022/input/testing/index.mjs +0 -9
- package/esm2022/input/testing/input-harness-filters.mjs +0 -9
- package/esm2022/input/testing/input-harness.mjs +0 -119
- package/esm2022/input/testing/native-option-harness.mjs +0 -42
- package/esm2022/input/testing/native-select-harness-filters.mjs +0 -9
- package/esm2022/input/testing/native-select-harness.mjs +0 -79
- package/esm2022/input/testing/public-api.mjs +0 -13
- package/esm2022/list/action-list.mjs +0 -31
- package/esm2022/list/index.mjs +0 -9
- package/esm2022/list/list-base.mjs +0 -284
- package/esm2022/list/list-item-sections.mjs +0 -144
- package/esm2022/list/list-module.mjs +0 -97
- package/esm2022/list/list-option-types.mjs +0 -16
- package/esm2022/list/list-option.mjs +0 -295
- package/esm2022/list/list.mjs +0 -103
- package/esm2022/list/list_public_index.mjs +0 -5
- package/esm2022/list/nav-list.mjs +0 -37
- package/esm2022/list/public-api.mjs +0 -18
- package/esm2022/list/selection-list.mjs +0 -391
- package/esm2022/list/subheader.mjs +0 -28
- package/esm2022/list/testing/action-list-harness.mjs +0 -59
- package/esm2022/list/testing/index.mjs +0 -9
- package/esm2022/list/testing/list-harness-base.mjs +0 -95
- package/esm2022/list/testing/list-harness-filters.mjs +0 -9
- package/esm2022/list/testing/list-harness.mjs +0 -41
- package/esm2022/list/testing/list-item-harness-base.mjs +0 -162
- package/esm2022/list/testing/nav-list-harness.mjs +0 -69
- package/esm2022/list/testing/public-api.mjs +0 -14
- package/esm2022/list/testing/selection-list-harness.mjs +0 -122
- package/esm2022/list/tokens.mjs +0 -11
- package/esm2022/menu/index.mjs +0 -9
- package/esm2022/menu/menu-animations.mjs +0 -61
- package/esm2022/menu/menu-content.mjs +0 -87
- package/esm2022/menu/menu-errors.mjs +0 -35
- package/esm2022/menu/menu-item.mjs +0 -148
- package/esm2022/menu/menu-panel.mjs +0 -14
- package/esm2022/menu/menu-positions.mjs +0 -9
- package/esm2022/menu/menu-trigger.mjs +0 -542
- package/esm2022/menu/menu.mjs +0 -405
- package/esm2022/menu/menu_public_index.mjs +0 -5
- package/esm2022/menu/module.mjs +0 -63
- package/esm2022/menu/public-api.mjs +0 -16
- package/esm2022/menu/testing/index.mjs +0 -9
- package/esm2022/menu/testing/menu-harness-filters.mjs +0 -9
- package/esm2022/menu/testing/menu-harness.mjs +0 -166
- package/esm2022/menu/testing/public-api.mjs +0 -10
- package/esm2022/paginator/index.mjs +0 -9
- package/esm2022/paginator/module.mjs +0 -28
- package/esm2022/paginator/paginator-intl.mjs +0 -62
- package/esm2022/paginator/paginator.mjs +0 -266
- package/esm2022/paginator/paginator_public_index.mjs +0 -5
- package/esm2022/paginator/public-api.mjs +0 -11
- package/esm2022/paginator/testing/index.mjs +0 -9
- package/esm2022/paginator/testing/paginator-harness-filters.mjs +0 -9
- package/esm2022/paginator/testing/paginator-harness.mjs +0 -98
- package/esm2022/paginator/testing/public-api.mjs +0 -10
- package/esm2022/progress-bar/index.mjs +0 -9
- package/esm2022/progress-bar/module.mjs +0 -24
- package/esm2022/progress-bar/progress-bar.mjs +0 -181
- package/esm2022/progress-bar/progress-bar_public_index.mjs +0 -5
- package/esm2022/progress-bar/public-api.mjs +0 -10
- package/esm2022/progress-bar/testing/index.mjs +0 -9
- package/esm2022/progress-bar/testing/progress-bar-harness-filters.mjs +0 -9
- package/esm2022/progress-bar/testing/progress-bar-harness.mjs +0 -33
- package/esm2022/progress-bar/testing/public-api.mjs +0 -10
- package/esm2022/progress-bar/testing/testing_public_index.mjs +0 -5
- package/esm2022/progress-spinner/index.mjs +0 -9
- package/esm2022/progress-spinner/module.mjs +0 -25
- package/esm2022/progress-spinner/progress-spinner.mjs +0 -166
- package/esm2022/progress-spinner/progress-spinner_public_index.mjs +0 -5
- package/esm2022/progress-spinner/public-api.mjs +0 -10
- package/esm2022/progress-spinner/testing/index.mjs +0 -9
- package/esm2022/progress-spinner/testing/progress-spinner-harness-filters.mjs +0 -9
- package/esm2022/progress-spinner/testing/progress-spinner-harness.mjs +0 -35
- package/esm2022/progress-spinner/testing/public-api.mjs +0 -10
- package/esm2022/progress-spinner/testing/testing_public_index.mjs +0 -5
- package/esm2022/radio/index.mjs +0 -9
- package/esm2022/radio/module.mjs +0 -25
- package/esm2022/radio/public-api.mjs +0 -10
- package/esm2022/radio/radio.mjs +0 -680
- package/esm2022/radio/radio_public_index.mjs +0 -5
- package/esm2022/radio/testing/index.mjs +0 -9
- package/esm2022/radio/testing/public-api.mjs +0 -10
- package/esm2022/radio/testing/radio-harness-filters.mjs +0 -9
- package/esm2022/radio/testing/radio-harness.mjs +0 -228
- package/esm2022/select/index.mjs +0 -9
- package/esm2022/select/module.mjs +0 -59
- package/esm2022/select/public-api.mjs +0 -15
- package/esm2022/select/select-animations.mjs +0 -38
- package/esm2022/select/select-errors.mjs +0 -35
- package/esm2022/select/select.mjs +0 -1160
- package/esm2022/select/select_public_index.mjs +0 -5
- package/esm2022/select/testing/index.mjs +0 -9
- package/esm2022/select/testing/public-api.mjs +0 -10
- package/esm2022/select/testing/select-harness-filters.mjs +0 -9
- package/esm2022/select/testing/select-harness.mjs +0 -129
- package/esm2022/sidenav/drawer-animations.mjs +0 -33
- package/esm2022/sidenav/drawer.mjs +0 -863
- package/esm2022/sidenav/index.mjs +0 -9
- package/esm2022/sidenav/public-api.mjs +0 -12
- package/esm2022/sidenav/sidenav-module.mjs +0 -60
- package/esm2022/sidenav/sidenav.mjs +0 -148
- package/esm2022/sidenav/sidenav_public_index.mjs +0 -5
- package/esm2022/sidenav/testing/drawer-container-harness.mjs +0 -36
- package/esm2022/sidenav/testing/drawer-content-harness.mjs +0 -23
- package/esm2022/sidenav/testing/drawer-harness-filters.mjs +0 -9
- package/esm2022/sidenav/testing/drawer-harness.mjs +0 -49
- package/esm2022/sidenav/testing/index.mjs +0 -9
- package/esm2022/sidenav/testing/public-api.mjs +0 -15
- package/esm2022/sidenav/testing/sidenav-container-harness.mjs +0 -36
- package/esm2022/sidenav/testing/sidenav-content-harness.mjs +0 -23
- package/esm2022/sidenav/testing/sidenav-harness.mjs +0 -28
- package/esm2022/slide-toggle/index.mjs +0 -9
- package/esm2022/slide-toggle/module.mjs +0 -41
- package/esm2022/slide-toggle/public-api.mjs +0 -12
- package/esm2022/slide-toggle/slide-toggle-config.mjs +0 -14
- package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +0 -44
- package/esm2022/slide-toggle/slide-toggle.mjs +0 -273
- package/esm2022/slide-toggle/slide-toggle_public_index.mjs +0 -5
- package/esm2022/slide-toggle/testing/index.mjs +0 -9
- package/esm2022/slide-toggle/testing/public-api.mjs +0 -10
- package/esm2022/slide-toggle/testing/slide-toggle-harness-filters.mjs +0 -9
- package/esm2022/slide-toggle/testing/slide-toggle-harness.mjs +0 -110
- package/esm2022/slider/index.mjs +0 -9
- package/esm2022/slider/module.mjs +0 -39
- package/esm2022/slider/public-api.mjs +0 -13
- package/esm2022/slider/slider-input.mjs +0 -701
- package/esm2022/slider/slider-interface.mjs +0 -56
- package/esm2022/slider/slider-thumb.mjs +0 -231
- package/esm2022/slider/slider.mjs +0 -746
- package/esm2022/slider/slider_public_index.mjs +0 -5
- package/esm2022/slider/testing/index.mjs +0 -9
- package/esm2022/slider/testing/public-api.mjs +0 -11
- package/esm2022/slider/testing/slider-harness-filters.mjs +0 -7
- package/esm2022/slider/testing/slider-harness.mjs +0 -67
- package/esm2022/slider/testing/slider-thumb-harness.mjs +0 -95
- package/esm2022/snack-bar/index.mjs +0 -9
- package/esm2022/snack-bar/module.mjs +0 -47
- package/esm2022/snack-bar/public-api.mjs +0 -16
- package/esm2022/snack-bar/simple-snack-bar.mjs +0 -40
- package/esm2022/snack-bar/snack-bar-animations.mjs +0 -30
- package/esm2022/snack-bar/snack-bar-config.mjs +0 -33
- package/esm2022/snack-bar/snack-bar-container.mjs +0 -277
- package/esm2022/snack-bar/snack-bar-content.mjs +0 -55
- package/esm2022/snack-bar/snack-bar-ref.mjs +0 -89
- package/esm2022/snack-bar/snack-bar.mjs +0 -267
- package/esm2022/snack-bar/snack-bar_public_index.mjs +0 -5
- package/esm2022/snack-bar/testing/index.mjs +0 -9
- package/esm2022/snack-bar/testing/public-api.mjs +0 -10
- package/esm2022/snack-bar/testing/snack-bar-harness-filters.mjs +0 -9
- package/esm2022/snack-bar/testing/snack-bar-harness.mjs +0 -101
- package/esm2022/sort/index.mjs +0 -9
- package/esm2022/sort/public-api.mjs +0 -14
- package/esm2022/sort/sort-animations.mjs +0 -69
- package/esm2022/sort/sort-direction.mjs +0 -9
- package/esm2022/sort/sort-errors.mjs +0 -24
- package/esm2022/sort/sort-header-intl.mjs +0 -41
- package/esm2022/sort/sort-header.mjs +0 -317
- package/esm2022/sort/sort-module.mjs +0 -27
- package/esm2022/sort/sort.mjs +0 -155
- package/esm2022/sort/sort_public_index.mjs +0 -5
- package/esm2022/sort/testing/index.mjs +0 -9
- package/esm2022/sort/testing/public-api.mjs +0 -11
- package/esm2022/sort/testing/sort-harness-filters.mjs +0 -2
- package/esm2022/sort/testing/sort-harness.mjs +0 -36
- package/esm2022/sort/testing/sort-header-harness.mjs +0 -56
- package/esm2022/stepper/index.mjs +0 -9
- package/esm2022/stepper/public-api.mjs +0 -17
- package/esm2022/stepper/step-content.mjs +0 -27
- package/esm2022/stepper/step-header.mjs +0 -105
- package/esm2022/stepper/step-label.mjs +0 -22
- package/esm2022/stepper/stepper-animations.mjs +0 -47
- package/esm2022/stepper/stepper-button.mjs +0 -43
- package/esm2022/stepper/stepper-icon.mjs +0 -30
- package/esm2022/stepper/stepper-intl.mjs +0 -43
- package/esm2022/stepper/stepper-module.mjs +0 -88
- package/esm2022/stepper/stepper.mjs +0 -205
- package/esm2022/stepper/stepper_public_index.mjs +0 -5
- package/esm2022/stepper/testing/index.mjs +0 -9
- package/esm2022/stepper/testing/public-api.mjs +0 -12
- package/esm2022/stepper/testing/step-harness-filters.mjs +0 -7
- package/esm2022/stepper/testing/step-harness.mjs +0 -90
- package/esm2022/stepper/testing/stepper-button-harnesses.mjs +0 -48
- package/esm2022/stepper/testing/stepper-harness.mjs +0 -51
- package/esm2022/table/cell.mjs +0 -147
- package/esm2022/table/index.mjs +0 -9
- package/esm2022/table/module.mjs +0 -93
- package/esm2022/table/public-api.mjs +0 -14
- package/esm2022/table/row.mjs +0 -163
- package/esm2022/table/table-data-source.mjs +0 -317
- package/esm2022/table/table.mjs +0 -122
- package/esm2022/table/table_public_index.mjs +0 -5
- package/esm2022/table/testing/cell-harness.mjs +0 -77
- package/esm2022/table/testing/index.mjs +0 -9
- package/esm2022/table/testing/public-api.mjs +0 -12
- package/esm2022/table/testing/row-harness.mjs +0 -84
- package/esm2022/table/testing/table-harness-filters.mjs +0 -2
- package/esm2022/table/testing/table-harness.mjs +0 -86
- package/esm2022/table/text-column.mjs +0 -60
- package/esm2022/tabs/index.mjs +0 -9
- package/esm2022/tabs/ink-bar.mjs +0 -149
- package/esm2022/tabs/module.mjs +0 -60
- package/esm2022/tabs/paginated-tab-header.mjs +0 -539
- package/esm2022/tabs/public-api.mjs +0 -21
- package/esm2022/tabs/tab-body.mjs +0 -199
- package/esm2022/tabs/tab-config.mjs +0 -11
- package/esm2022/tabs/tab-content.mjs +0 -32
- package/esm2022/tabs/tab-group.mjs +0 -469
- package/esm2022/tabs/tab-header.mjs +0 -86
- package/esm2022/tabs/tab-label-wrapper.mjs +0 -49
- package/esm2022/tabs/tab-label.mjs +0 -44
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +0 -388
- package/esm2022/tabs/tab.mjs +0 -128
- package/esm2022/tabs/tabs-animations.mjs +0 -45
- package/esm2022/tabs/tabs_public_index.mjs +0 -5
- package/esm2022/tabs/testing/index.mjs +0 -9
- package/esm2022/tabs/testing/public-api.mjs +0 -13
- package/esm2022/tabs/testing/tab-group-harness.mjs +0 -56
- package/esm2022/tabs/testing/tab-harness-filters.mjs +0 -2
- package/esm2022/tabs/testing/tab-harness.mjs +0 -66
- package/esm2022/tabs/testing/tab-link-harness.mjs +0 -40
- package/esm2022/tabs/testing/tab-nav-bar-harness.mjs +0 -66
- package/esm2022/tabs/testing/tab-nav-panel-harness.mjs +0 -27
- package/esm2022/toolbar/index.mjs +0 -9
- package/esm2022/toolbar/public-api.mjs +0 -10
- package/esm2022/toolbar/testing/index.mjs +0 -9
- package/esm2022/toolbar/testing/public-api.mjs +0 -10
- package/esm2022/toolbar/testing/toolbar-harness-filters.mjs +0 -9
- package/esm2022/toolbar/testing/toolbar-harness.mjs +0 -44
- package/esm2022/toolbar/toolbar-module.mjs +0 -24
- package/esm2022/toolbar/toolbar.mjs +0 -84
- package/esm2022/toolbar/toolbar_public_index.mjs +0 -5
- package/esm2022/tooltip/index.mjs +0 -9
- package/esm2022/tooltip/module.mjs +0 -29
- package/esm2022/tooltip/public-api.mjs +0 -11
- package/esm2022/tooltip/testing/index.mjs +0 -9
- package/esm2022/tooltip/testing/public-api.mjs +0 -10
- package/esm2022/tooltip/testing/tooltip-harness-filters.mjs +0 -9
- package/esm2022/tooltip/testing/tooltip-harness.mjs +0 -66
- package/esm2022/tooltip/tooltip-animations.mjs +0 -24
- package/esm2022/tooltip/tooltip.mjs +0 -920
- package/esm2022/tooltip/tooltip_public_index.mjs +0 -5
- package/esm2022/tree/data-source/flat-data-source.mjs +0 -156
- package/esm2022/tree/data-source/nested-data-source.mjs +0 -38
- package/esm2022/tree/index.mjs +0 -9
- package/esm2022/tree/node.mjs +0 -220
- package/esm2022/tree/outlet.mjs +0 -46
- package/esm2022/tree/padding.mjs +0 -46
- package/esm2022/tree/public-api.mjs +0 -16
- package/esm2022/tree/testing/index.mjs +0 -9
- package/esm2022/tree/testing/node-harness.mjs +0 -73
- package/esm2022/tree/testing/public-api.mjs +0 -11
- package/esm2022/tree/testing/tree-harness-filters.mjs +0 -9
- package/esm2022/tree/testing/tree-harness.mjs +0 -123
- package/esm2022/tree/toggle.mjs +0 -27
- package/esm2022/tree/tree-module.mjs +0 -50
- package/esm2022/tree/tree.mjs +0 -34
- package/esm2022/tree/tree_public_index.mjs +0 -5
- package/schematics/ng-generate/m3-theme/index_bundled.js.map +0 -7
|
@@ -138,10 +138,13 @@ $_system-fallbacks: m3-system.create-system-fallbacks();
|
|
|
138
138
|
@function resolve-elevation($tokens, $elevation-token, $shadow-color-token) {
|
|
139
139
|
$elevation: map.get($tokens, $elevation-token);
|
|
140
140
|
$shadow-color: map.get($tokens, $shadow-color-token);
|
|
141
|
-
@return map.merge(
|
|
142
|
-
$
|
|
143
|
-
|
|
144
|
-
|
|
141
|
+
@return map.merge(
|
|
142
|
+
$tokens,
|
|
143
|
+
(
|
|
144
|
+
$elevation-token: elevation.get-box-shadow($elevation, $shadow-color),
|
|
145
|
+
$shadow-color-token: null,
|
|
146
|
+
)
|
|
147
|
+
);
|
|
145
148
|
}
|
|
146
149
|
|
|
147
150
|
/// Checks whether a list starts wih a given prefix
|
|
@@ -195,7 +198,8 @@ $_system-fallbacks: m3-system.create-system-fallbacks();
|
|
|
195
198
|
$overrides: map.get($tokens, list.append($prefix, $color-variant));
|
|
196
199
|
@if $overrides == null {
|
|
197
200
|
$variants: _supported-color-variants($tokens, $prefix);
|
|
198
|
-
$secondary-message: if(
|
|
201
|
+
$secondary-message: if(
|
|
202
|
+
$variants == (),
|
|
199
203
|
'Mixin does not support color variants',
|
|
200
204
|
'Supported color variants are: #{$variants}'
|
|
201
205
|
);
|
|
@@ -208,41 +212,94 @@ $_system-fallbacks: m3-system.create-system-fallbacks();
|
|
|
208
212
|
/// Emits new token values for the given token overrides.
|
|
209
213
|
/// Verifies that the overrides passed in are valid tokens.
|
|
210
214
|
/// New token values are emitted under the current selector or root.
|
|
211
|
-
@mixin batch-create-token-values($overrides: (), $
|
|
212
|
-
@include
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
$
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
$
|
|
215
|
+
@mixin batch-create-token-values($overrides: (), $namespace-configs...) {
|
|
216
|
+
@include sass-utils.current-selector-or-root() {
|
|
217
|
+
$prefixed-name-data: ();
|
|
218
|
+
$unprefixed-name-data: ();
|
|
219
|
+
$all-names: ();
|
|
220
|
+
|
|
221
|
+
@each $config in $namespace-configs {
|
|
222
|
+
$namespace: map.get($config, namespace);
|
|
223
|
+
$prefix: if(map.has-key($config, prefix), map.get($config, prefix), '');
|
|
224
|
+
$tokens: _filter-nulls(map.get($config, tokens));
|
|
225
|
+
@each $name, $value in $tokens {
|
|
226
|
+
$prefixed-name: $prefix + $name;
|
|
227
|
+
$all-names: list.append($all-names, $prefixed-name, $separator: comma);
|
|
228
|
+
@if map.has-key($prefixed-name-data, $prefixed-name) {
|
|
229
|
+
@error #{
|
|
230
|
+
'Error overriding token: Ambiguous token name `'
|
|
231
|
+
}#{
|
|
232
|
+
$prefixed-name
|
|
233
|
+
}#{
|
|
234
|
+
'` exists in multiple namespaces: `('
|
|
235
|
+
}#{
|
|
236
|
+
list.nth(map.get($prefixed-name-data, $prefixed-name), 1)
|
|
237
|
+
}#{
|
|
238
|
+
')` and `('
|
|
239
|
+
}#{
|
|
240
|
+
$namespace
|
|
241
|
+
}#{
|
|
242
|
+
')`'
|
|
243
|
+
};
|
|
244
|
+
}
|
|
245
|
+
$prefixed-name-data: map.set($prefixed-name-data, $prefixed-name, ($namespace, $name));
|
|
246
|
+
$unprefixed-data: map.has-key($unprefixed-name-data, $name) and
|
|
247
|
+
map.get($unprefixed-name-data, $name) or
|
|
248
|
+
();
|
|
249
|
+
$unprefixed-data: list.append($unprefixed-data, ($namespace, $prefixed-name));
|
|
250
|
+
$unprefixed-name-data: map.set($unprefixed-name-data, $name, $unprefixed-data);
|
|
251
|
+
}
|
|
220
252
|
}
|
|
221
253
|
|
|
222
|
-
@
|
|
223
|
-
@
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
$
|
|
254
|
+
@each $name, $value in $overrides {
|
|
255
|
+
@if map.has-key($prefixed-name-data, $name) {
|
|
256
|
+
$data: map.get($prefixed-name-data, $name);
|
|
257
|
+
$namespace: list.nth($data, 1);
|
|
258
|
+
$name: list.nth($data, 2);
|
|
259
|
+
@include create-token-values(
|
|
260
|
+
$namespace,
|
|
261
|
+
(
|
|
262
|
+
$name: $value,
|
|
263
|
+
)
|
|
264
|
+
);
|
|
265
|
+
} @else if (map.has-key($unprefixed-name-data, $name)) {
|
|
266
|
+
$datalist: map.get($unprefixed-name-data, $name);
|
|
267
|
+
$prefixed-names: ();
|
|
268
|
+
@each $data in $datalist {
|
|
269
|
+
$namespace: list.nth($data, 1);
|
|
270
|
+
$prefixed-names: list.append($prefixed-names, list.nth($data, 2), $separator: comma);
|
|
271
|
+
@include create-token-values(
|
|
272
|
+
$namespace,
|
|
273
|
+
(
|
|
274
|
+
$name: $value,
|
|
275
|
+
)
|
|
276
|
+
);
|
|
277
|
+
}
|
|
278
|
+
@warn #{
|
|
279
|
+
'Token `'
|
|
280
|
+
}#{
|
|
281
|
+
$name
|
|
282
|
+
}#{
|
|
283
|
+
'` is deprecated. Please use one of the following alternatives: '
|
|
284
|
+
}#{
|
|
285
|
+
$prefixed-names
|
|
286
|
+
};
|
|
287
|
+
} @else {
|
|
288
|
+
@error #{'Invalid token name `'}#{$name}#{'`. '}#{'Valid tokens are: '}#{$all-names};
|
|
236
289
|
}
|
|
237
290
|
}
|
|
238
291
|
}
|
|
292
|
+
}
|
|
239
293
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
294
|
+
/// Filters keys with a null value out of the map.
|
|
295
|
+
/// @param {Map} $map The map to filter.
|
|
296
|
+
/// @return {Map} The given map with all of the null keys filtered out.
|
|
297
|
+
@function _filter-nulls($map) {
|
|
298
|
+
$result: ();
|
|
299
|
+
@each $key, $val in $map {
|
|
300
|
+
@if $val != null {
|
|
301
|
+
$result: map.set($result, $key, $val);
|
|
246
302
|
}
|
|
247
303
|
}
|
|
304
|
+
@return $result;
|
|
248
305
|
}
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
@use './mat/table' as tokens-mat-table;
|
|
45
45
|
@use './mat/toolbar' as tokens-mat-toolbar;
|
|
46
46
|
@use './mat/tree' as tokens-mat-tree;
|
|
47
|
+
@use './mat/timepicker' as tokens-mat-timepicker;
|
|
47
48
|
@use './mdc/checkbox' as tokens-mdc-checkbox;
|
|
48
49
|
@use './mdc/text-button' as tokens-mdc-text-button;
|
|
49
50
|
@use './mdc/protected-button' as tokens-mdc-protected-button;
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
_get-tokens-for-module($theme, tokens-mat-text-button),
|
|
157
158
|
_get-tokens-for-module($theme, tokens-mat-toolbar),
|
|
158
159
|
_get-tokens-for-module($theme, tokens-mat-tree),
|
|
160
|
+
_get-tokens-for-module($theme, tokens-mat-timepicker),
|
|
159
161
|
_get-tokens-for-module($theme, tokens-mdc-checkbox),
|
|
160
162
|
_get-tokens-for-module($theme, tokens-mdc-chip),
|
|
161
163
|
_get-tokens-for-module($theme, tokens-mdc-circular-progress),
|
|
@@ -6,15 +6,19 @@
|
|
|
6
6
|
@use '../../../theming/inspection';
|
|
7
7
|
@use '../../../style/sass-utils';
|
|
8
8
|
|
|
9
|
+
$_default-size: 22px;
|
|
10
|
+
$_small-size: $_default-size - 6px;
|
|
11
|
+
$_large-size: $_default-size + 6px;
|
|
12
|
+
|
|
9
13
|
// The prefix used to generate the fully qualified name for tokens in this file.
|
|
10
14
|
$prefix: (mat, badge);
|
|
11
15
|
|
|
12
16
|
// Tokens that can't be configured through Angular Material's current theming API,
|
|
13
17
|
// but may be in a future version of the theming API.
|
|
14
18
|
@function get-unthemable-tokens() {
|
|
15
|
-
$default-size:
|
|
16
|
-
$small-size: $
|
|
17
|
-
$large-size: $
|
|
19
|
+
$default-size: $_default-size;
|
|
20
|
+
$small-size: $_small-size;
|
|
21
|
+
$large-size: $_large-size;
|
|
18
22
|
|
|
19
23
|
@return (
|
|
20
24
|
container-shape: 50%,
|
|
@@ -77,10 +81,15 @@ $prefix: (mat, badge);
|
|
|
77
81
|
|
|
78
82
|
@return (
|
|
79
83
|
text-font: inspection.get-theme-typography($theme, body-2, font-family),
|
|
84
|
+
line-height: $_default-size,
|
|
80
85
|
text-size: $base-size,
|
|
81
86
|
text-weight: 600,
|
|
87
|
+
|
|
82
88
|
small-size-text-size: $base-size * 0.75,
|
|
89
|
+
small-size-line-height: $_small-size,
|
|
90
|
+
|
|
83
91
|
large-size-text-size: $base-size * 2,
|
|
92
|
+
large-size-line-height: $_large-size,
|
|
84
93
|
);
|
|
85
94
|
}
|
|
86
95
|
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
@use '../../token-definition';
|
|
2
|
+
@use '../../../theming/inspection';
|
|
3
|
+
@use '../../../style/sass-utils';
|
|
4
|
+
@use '../../../style/elevation';
|
|
5
|
+
|
|
6
|
+
// The prefix used to generate the fully qualified name for tokens in this file.
|
|
7
|
+
$prefix: (mat, timepicker);
|
|
8
|
+
|
|
9
|
+
// Tokens that can't be configured through Angular Material's current theming API,
|
|
10
|
+
// but may be in a future version of the theming API.
|
|
11
|
+
@function get-unthemable-tokens() {
|
|
12
|
+
@return (
|
|
13
|
+
container-shape: 4px,
|
|
14
|
+
container-elevation-shadow: elevation.get-box-shadow(8),
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// Tokens that can be configured through Angular Material's color theming API.
|
|
19
|
+
@function get-color-tokens($theme) {
|
|
20
|
+
@return (
|
|
21
|
+
container-background-color: inspection.get-theme-color($theme, background, card)
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// Tokens that can be configured through Angular Material's typography theming API.
|
|
26
|
+
@function get-typography-tokens($theme) {
|
|
27
|
+
@return ();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// Tokens that can be configured through Angular Material's density theming API.
|
|
31
|
+
@function get-density-tokens($theme) {
|
|
32
|
+
@return ();
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// Combines the tokens generated by the above functions into a single map with placeholder values.
|
|
36
|
+
// This is used to create token slots.
|
|
37
|
+
@function get-token-slots() {
|
|
38
|
+
@return sass-utils.deep-merge-all(
|
|
39
|
+
get-unthemable-tokens(),
|
|
40
|
+
get-color-tokens(token-definition.$placeholder-color-config),
|
|
41
|
+
get-typography-tokens(token-definition.$placeholder-typography-config),
|
|
42
|
+
get-density-tokens(token-definition.$placeholder-density-config)
|
|
43
|
+
);
|
|
44
|
+
}
|
|
@@ -32,7 +32,6 @@ $prefix: (mdc, radio);
|
|
|
32
32
|
selected-hover-state-layer-opacity: null,
|
|
33
33
|
selected-pressed-state-layer-color: null,
|
|
34
34
|
selected-pressed-state-layer-opacity: null,
|
|
35
|
-
unselected-focus-icon-color: null,
|
|
36
35
|
unselected-focus-state-layer-color: null,
|
|
37
36
|
unselected-focus-state-layer-opacity: null,
|
|
38
37
|
unselected-hover-state-layer-color: null,
|
|
@@ -52,6 +51,7 @@ $prefix: (mdc, radio);
|
|
|
52
51
|
disabled-selected-icon-color: inspection.get-theme-color($theme, foreground, icon, 1),
|
|
53
52
|
disabled-unselected-icon-color: inspection.get-theme-color($theme, foreground, icon, 1),
|
|
54
53
|
unselected-hover-icon-color: $icon-color,
|
|
54
|
+
unselected-focus-icon-color: $icon-color,
|
|
55
55
|
unselected-icon-color: inspection.get-theme-color($theme, foreground, icon, 0.54),
|
|
56
56
|
unselected-pressed-icon-color: inspection.get-theme-color($theme, foreground, icon, 0.54),
|
|
57
57
|
selected-focus-icon-color: $palette-color,
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
@use './mat/table' as tokens-mat-table;
|
|
43
43
|
@use './mat/toolbar' as tokens-mat-toolbar;
|
|
44
44
|
@use './mat/tree' as tokens-mat-tree;
|
|
45
|
+
@use './mat/timepicker' as tokens-mat-timepicker;
|
|
45
46
|
@use './mdc/checkbox' as tokens-mdc-checkbox;
|
|
46
47
|
@use './mdc/text-button' as tokens-mdc-text-button;
|
|
47
48
|
@use './mdc/protected-button' as tokens-mdc-protected-button;
|
|
@@ -112,6 +113,7 @@ $_module-names: (
|
|
|
112
113
|
tokens-mat-text-button,
|
|
113
114
|
tokens-mat-toolbar,
|
|
114
115
|
tokens-mat-tree,
|
|
116
|
+
tokens-mat-timepicker,
|
|
115
117
|
// MDC tokens
|
|
116
118
|
tokens-mdc-checkbox,
|
|
117
119
|
tokens-mdc-chip,
|
|
@@ -22,7 +22,7 @@ $_default: (
|
|
|
22
22
|
|
|
23
23
|
@function values($deps: $_default, $exclude-hardcoded-values: false) {
|
|
24
24
|
@return (
|
|
25
|
-
'container-color': map.get($deps, 'md-sys-color', 'surface'),
|
|
25
|
+
'container-color': map.get($deps, 'md-sys-color', 'surface-container-low'),
|
|
26
26
|
'container-elevation': map.get($deps, 'md-sys-elevation', 'level1'),
|
|
27
27
|
'container-shadow-color': map.get($deps, 'md-sys-color', 'shadow'),
|
|
28
28
|
'container-shape': map.get($deps, 'md-sys-shape', 'corner-medium'),
|
|
@@ -13,7 +13,7 @@ $_default-dark: (
|
|
|
13
13
|
|
|
14
14
|
@function values-dark($deps: $_default-dark) {
|
|
15
15
|
@return (
|
|
16
|
-
'background': map.get($deps, 'md-ref-palette', '
|
|
16
|
+
'background': map.get($deps, 'md-ref-palette', 'neutral6'),
|
|
17
17
|
'error': map.get($deps, 'md-ref-palette', 'error80'),
|
|
18
18
|
'error-container': map.get($deps, 'md-ref-palette', 'error30'),
|
|
19
19
|
'inverse-on-surface': map.get($deps, 'md-ref-palette', 'neutral20'),
|
|
@@ -32,7 +32,7 @@ $_default-dark: (
|
|
|
32
32
|
'on-secondary-fixed-variant':
|
|
33
33
|
map.get($deps, 'md-ref-palette', 'secondary30'),
|
|
34
34
|
'on-surface': map.get($deps, 'md-ref-palette', 'neutral90'),
|
|
35
|
-
'on-surface-variant': map.get($deps, 'md-ref-palette', 'neutral-
|
|
35
|
+
'on-surface-variant': map.get($deps, 'md-ref-palette', 'neutral-variant90'),
|
|
36
36
|
'on-tertiary': map.get($deps, 'md-ref-palette', 'tertiary20'),
|
|
37
37
|
'on-tertiary-container': map.get($deps, 'md-ref-palette', 'tertiary90'),
|
|
38
38
|
'on-tertiary-fixed': map.get($deps, 'md-ref-palette', 'tertiary10'),
|
|
@@ -49,11 +49,11 @@ $_default-dark: (
|
|
|
49
49
|
'secondary-fixed': map.get($deps, 'md-ref-palette', 'secondary90'),
|
|
50
50
|
'secondary-fixed-dim': map.get($deps, 'md-ref-palette', 'secondary80'),
|
|
51
51
|
'shadow': map.get($deps, 'md-ref-palette', 'neutral0'),
|
|
52
|
-
'surface': map.get($deps, 'md-ref-palette', '
|
|
52
|
+
'surface': map.get($deps, 'md-ref-palette', 'neutral6'),
|
|
53
53
|
'surface-bright': map.get($deps, 'md-ref-palette', 'neutral24'),
|
|
54
54
|
'surface-container': map.get($deps, 'md-ref-palette', 'neutral12'),
|
|
55
55
|
'surface-container-high': map.get($deps, 'md-ref-palette', 'neutral17'),
|
|
56
|
-
'surface-container-highest': map.get($deps, 'md-ref-palette', '
|
|
56
|
+
'surface-container-highest': map.get($deps, 'md-ref-palette', 'neutral24'),
|
|
57
57
|
'surface-container-low': map.get($deps, 'md-ref-palette', 'neutral10'),
|
|
58
58
|
'surface-container-lowest': map.get($deps, 'md-ref-palette', 'neutral4'),
|
|
59
59
|
'surface-dim': map.get($deps, 'md-ref-palette', 'neutral6'),
|
|
@@ -72,7 +72,7 @@ $_default-light: (
|
|
|
72
72
|
|
|
73
73
|
@function values-light($deps: $_default-light) {
|
|
74
74
|
@return (
|
|
75
|
-
'background': map.get($deps, 'md-ref-palette', '
|
|
75
|
+
'background': map.get($deps, 'md-ref-palette', 'neutral98'),
|
|
76
76
|
'error': map.get($deps, 'md-ref-palette', 'error40'),
|
|
77
77
|
'error-container': map.get($deps, 'md-ref-palette', 'error90'),
|
|
78
78
|
'inverse-on-surface': map.get($deps, 'md-ref-palette', 'neutral95'),
|
|
@@ -108,7 +108,7 @@ $_default-light: (
|
|
|
108
108
|
'secondary-fixed': map.get($deps, 'md-ref-palette', 'secondary90'),
|
|
109
109
|
'secondary-fixed-dim': map.get($deps, 'md-ref-palette', 'secondary80'),
|
|
110
110
|
'shadow': map.get($deps, 'md-ref-palette', 'neutral0'),
|
|
111
|
-
'surface': map.get($deps, 'md-ref-palette', '
|
|
111
|
+
'surface': map.get($deps, 'md-ref-palette', 'neutral98'),
|
|
112
112
|
'surface-bright': map.get($deps, 'md-ref-palette', 'neutral98'),
|
|
113
113
|
'surface-container': map.get($deps, 'md-ref-palette', 'neutral94'),
|
|
114
114
|
'surface-container-high': map.get($deps, 'md-ref-palette', 'neutral92'),
|
|
@@ -25,9 +25,11 @@ $prefix: (mat, badge);
|
|
|
25
25
|
small-size-text-size: token-definition.hardcode(0, $exclude-hardcoded),
|
|
26
26
|
container-shape: map.get($systems, md-sys-shape, corner-full),
|
|
27
27
|
container-size: token-definition.hardcode(16px, $exclude-hardcoded),
|
|
28
|
+
line-height: token-definition.hardcode(16px, $exclude-hardcoded),
|
|
28
29
|
legacy-container-size: token-definition.hardcode(unset, $exclude-hardcoded),
|
|
29
30
|
legacy-small-size-container-size: token-definition.hardcode(unset, $exclude-hardcoded),
|
|
30
31
|
small-size-container-size: token-definition.hardcode(6px, $exclude-hardcoded),
|
|
32
|
+
small-size-line-height: token-definition.hardcode(6px, $exclude-hardcoded),
|
|
31
33
|
container-padding: token-definition.hardcode(0 4px, $exclude-hardcoded),
|
|
32
34
|
small-size-container-padding: token-definition.hardcode(0, $exclude-hardcoded),
|
|
33
35
|
container-offset: token-definition.hardcode(-12px 0, $exclude-hardcoded),
|
|
@@ -37,6 +39,7 @@ $prefix: (mat, badge);
|
|
|
37
39
|
|
|
38
40
|
// This size isn't in the M3 spec so we emit the same values as for `medium`.
|
|
39
41
|
large-size-container-size: token-definition.hardcode(16px, $exclude-hardcoded),
|
|
42
|
+
large-size-line-height: token-definition.hardcode(16px, $exclude-hardcoded),
|
|
40
43
|
large-size-container-offset: token-definition.hardcode(-12px 0, $exclude-hardcoded),
|
|
41
44
|
large-size-container-overlap-offset: token-definition.hardcode(-12px, $exclude-hardcoded),
|
|
42
45
|
large-size-text-size: map.get($systems, md-sys-typescale, label-small-size),
|
|
@@ -20,7 +20,6 @@ $prefix: (mat, sidenav);
|
|
|
20
20
|
container-text-color: map.get($systems, md-sys-color, on-surface-variant),
|
|
21
21
|
content-background-color: map.get($systems, md-sys-color, background),
|
|
22
22
|
content-text-color: map.get($systems, md-sys-color, on-background),
|
|
23
|
-
// TODO: This should be `md-sys-color` `scrim` but causes changes in clients.
|
|
24
23
|
scrim-color: sass-utils.safe-color-change(
|
|
25
24
|
map.get($systems, md-ref-palette, neutral-variant20), $alpha: 0.4),
|
|
26
25
|
);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '../../../style/elevation';
|
|
3
|
+
@use '../../token-definition';
|
|
4
|
+
|
|
5
|
+
// The prefix used to generate the fully qualified name for tokens in this file.
|
|
6
|
+
$prefix: (mat, timepicker);
|
|
7
|
+
|
|
8
|
+
/// Generates custom tokens for the mat-timepicker.
|
|
9
|
+
/// @param {Map} $systems The MDC system tokens
|
|
10
|
+
/// @param {Boolean} $exclude-hardcoded Whether to exclude hardcoded token values
|
|
11
|
+
/// @param {Map} $token-slots Possible token slots
|
|
12
|
+
/// @return {Map} A set of custom tokens for the mat-timepicker
|
|
13
|
+
@function get-tokens($systems, $exclude-hardcoded, $token-slots) {
|
|
14
|
+
$tokens: (
|
|
15
|
+
container-background-color: map.get($systems, md-sys-color, surface-container),
|
|
16
|
+
container-shape: map.get($systems, md-sys-shape, corner-extra-small),
|
|
17
|
+
container-elevation-shadow:
|
|
18
|
+
token-definition.hardcode(elevation.get-box-shadow(2), $exclude-hardcoded),
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
@return token-definition.namespace-tokens($prefix, $tokens, $token-slots);
|
|
22
|
+
}
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
@use '../../tooltip/tooltip-theme';
|
|
36
36
|
@use '../../snack-bar/snack-bar-theme';
|
|
37
37
|
@use '../../form-field/form-field-theme';
|
|
38
|
+
@use '../../timepicker/timepicker-theme';
|
|
38
39
|
@use '../../tree/tree-theme';
|
|
39
40
|
@use '../theming/inspection';
|
|
40
41
|
@use '../core-theme';
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
@include fab-theme.typography($theme);
|
|
95
96
|
@include snack-bar-theme.typography($theme);
|
|
96
97
|
@include table-theme.typography($theme);
|
|
98
|
+
@include timepicker-theme.typography($theme);
|
|
97
99
|
}
|
|
98
100
|
|
|
99
101
|
// @deprecated Use `all-component-typographies`.
|
|
@@ -21,11 +21,15 @@ $calendar-weekday-table-font-size: 11px !default;
|
|
|
21
21
|
$palette-color: inspection.get-theme-color($theme, $palette-name);
|
|
22
22
|
$range-color: tokens-mat-datepicker.private-get-range-background-color($palette-color);
|
|
23
23
|
$range-tokens: tokens-mat-datepicker.get-range-color-tokens($range-color);
|
|
24
|
-
$calendar-tokens:
|
|
25
|
-
|
|
24
|
+
$calendar-tokens: tokens-mat-datepicker.private-get-calendar-color-palette-color-tokens(
|
|
25
|
+
$theme,
|
|
26
|
+
$palette-name
|
|
27
|
+
);
|
|
26
28
|
|
|
27
|
-
@include token-utils.create-token-values(
|
|
28
|
-
|
|
29
|
+
@include token-utils.create-token-values(
|
|
30
|
+
tokens-mat-datepicker.$prefix,
|
|
31
|
+
map.merge($calendar-tokens, $range-tokens)
|
|
32
|
+
);
|
|
29
33
|
}
|
|
30
34
|
|
|
31
35
|
/// Outputs base theme styles (styles not dependent on the color, typography, or density settings)
|
|
@@ -34,11 +38,12 @@ $calendar-weekday-table-font-size: 11px !default;
|
|
|
34
38
|
@mixin base($theme) {
|
|
35
39
|
@if inspection.get-theme-version($theme) == 1 {
|
|
36
40
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
37
|
-
}
|
|
38
|
-
@else {
|
|
41
|
+
} @else {
|
|
39
42
|
@include sass-utils.current-selector-or-root() {
|
|
40
|
-
@include token-utils.create-token-values(
|
|
41
|
-
tokens-mat-datepicker
|
|
43
|
+
@include token-utils.create-token-values(
|
|
44
|
+
tokens-mat-datepicker.$prefix,
|
|
45
|
+
tokens-mat-datepicker.get-unthemable-tokens()
|
|
46
|
+
);
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
}
|
|
@@ -51,11 +56,12 @@ $calendar-weekday-table-font-size: 11px !default;
|
|
|
51
56
|
@mixin color($theme, $options...) {
|
|
52
57
|
@if inspection.get-theme-version($theme) == 1 {
|
|
53
58
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color), $options...);
|
|
54
|
-
}
|
|
55
|
-
@else {
|
|
59
|
+
} @else {
|
|
56
60
|
@include sass-utils.current-selector-or-root() {
|
|
57
|
-
@include token-utils.create-token-values(
|
|
58
|
-
tokens-mat-datepicker
|
|
61
|
+
@include token-utils.create-token-values(
|
|
62
|
+
tokens-mat-datepicker.$prefix,
|
|
63
|
+
tokens-mat-datepicker.get-color-tokens($theme)
|
|
64
|
+
);
|
|
59
65
|
}
|
|
60
66
|
|
|
61
67
|
.mat-datepicker-content {
|
|
@@ -70,14 +76,18 @@ $calendar-weekday-table-font-size: 11px !default;
|
|
|
70
76
|
|
|
71
77
|
.mat-datepicker-toggle-active {
|
|
72
78
|
&.mat-accent {
|
|
73
|
-
$accent-tokens:
|
|
74
|
-
|
|
79
|
+
$accent-tokens: tokens-mat-datepicker.private-get-toggle-color-palette-color-tokens(
|
|
80
|
+
$theme,
|
|
81
|
+
accent
|
|
82
|
+
);
|
|
75
83
|
@include token-utils.create-token-values(tokens-mat-datepicker.$prefix, $accent-tokens);
|
|
76
84
|
}
|
|
77
85
|
|
|
78
86
|
&.mat-warn {
|
|
79
|
-
$warn-tokens:
|
|
80
|
-
|
|
87
|
+
$warn-tokens: tokens-mat-datepicker.private-get-toggle-color-palette-color-tokens(
|
|
88
|
+
$theme,
|
|
89
|
+
warn
|
|
90
|
+
);
|
|
81
91
|
@include token-utils.create-token-values(tokens-mat-datepicker.$prefix, $warn-tokens);
|
|
82
92
|
}
|
|
83
93
|
}
|
|
@@ -89,11 +99,12 @@ $calendar-weekday-table-font-size: 11px !default;
|
|
|
89
99
|
@mixin typography($theme) {
|
|
90
100
|
@if inspection.get-theme-version($theme) == 1 {
|
|
91
101
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
92
|
-
}
|
|
93
|
-
@else {
|
|
102
|
+
} @else {
|
|
94
103
|
@include sass-utils.current-selector-or-root() {
|
|
95
|
-
@include token-utils.create-token-values(
|
|
96
|
-
tokens-mat-datepicker
|
|
104
|
+
@include token-utils.create-token-values(
|
|
105
|
+
tokens-mat-datepicker.$prefix,
|
|
106
|
+
tokens-mat-datepicker.get-typography-tokens($theme)
|
|
107
|
+
);
|
|
97
108
|
}
|
|
98
109
|
}
|
|
99
110
|
}
|
|
@@ -103,7 +114,8 @@ $calendar-weekday-table-font-size: 11px !default;
|
|
|
103
114
|
$comparison-color: tokens-mat-datepicker.$private-default-comparison-color,
|
|
104
115
|
$overlap-color: tokens-mat-datepicker.$private-default-overlap-color,
|
|
105
116
|
$overlap-selected-color:
|
|
106
|
-
tokens-mat-datepicker.private-get-default-overlap-selected-color($overlap-color)
|
|
117
|
+
tokens-mat-datepicker.private-get-default-overlap-selected-color($overlap-color)
|
|
118
|
+
) {
|
|
107
119
|
$tokens: tokens-mat-datepicker.get-range-color-tokens(
|
|
108
120
|
$range-color: $range-color,
|
|
109
121
|
$comparison-color: $comparison-color,
|
|
@@ -121,8 +133,7 @@ $calendar-weekday-table-font-size: 11px !default;
|
|
|
121
133
|
@mixin density($theme) {
|
|
122
134
|
@if inspection.get-theme-version($theme) == 1 {
|
|
123
135
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
|
|
124
|
-
}
|
|
125
|
-
@else {
|
|
136
|
+
} @else {
|
|
126
137
|
// TODO(crisbeto): move this into the structural styles
|
|
127
138
|
// once the icon button density is switched to tokens.
|
|
128
139
|
|
|
@@ -134,13 +145,20 @@ $calendar-weekday-table-font-size: 11px !default;
|
|
|
134
145
|
}
|
|
135
146
|
}
|
|
136
147
|
|
|
148
|
+
/// Defines the tokens that will be available in the `overrides` mixin and for docs extraction.
|
|
149
|
+
@function _define-overrides() {
|
|
150
|
+
@return (
|
|
151
|
+
(
|
|
152
|
+
namespace: tokens-mat-datepicker.$prefix,
|
|
153
|
+
tokens: tokens-mat-datepicker.get-token-slots(),
|
|
154
|
+
),
|
|
155
|
+
);
|
|
156
|
+
}
|
|
157
|
+
|
|
137
158
|
/// Outputs the CSS variable values for the given tokens.
|
|
138
159
|
/// @param {Map} $tokens The token values to emit.
|
|
139
160
|
@mixin overrides($tokens: ()) {
|
|
140
|
-
@include token-utils.batch-create-token-values(
|
|
141
|
-
$tokens,
|
|
142
|
-
(prefix: tokens-mat-datepicker.$prefix, tokens: tokens-mat-datepicker.get-token-slots()),
|
|
143
|
-
);
|
|
161
|
+
@include token-utils.batch-create-token-values($tokens, _define-overrides()...);
|
|
144
162
|
}
|
|
145
163
|
|
|
146
164
|
/// Outputs all (base, color, typography, and density) theme styles for the mat-datepicker.
|
|
@@ -152,8 +170,7 @@ $calendar-weekday-table-font-size: 11px !default;
|
|
|
152
170
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-datepicker') {
|
|
153
171
|
@if inspection.get-theme-version($theme) == 1 {
|
|
154
172
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme), $options...);
|
|
155
|
-
}
|
|
156
|
-
@else {
|
|
173
|
+
} @else {
|
|
157
174
|
@include base($theme);
|
|
158
175
|
@if inspection.theme-has($theme, color) {
|
|
159
176
|
@include color($theme);
|
|
@@ -170,8 +187,12 @@ $calendar-weekday-table-font-size: 11px !default;
|
|
|
170
187
|
|
|
171
188
|
@mixin _theme-from-tokens($tokens, $options...) {
|
|
172
189
|
@include validation.selector-defined(
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
190
|
+
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
|
|
191
|
+
);
|
|
192
|
+
$mat-datepicker-tokens: token-utils.get-tokens-for(
|
|
193
|
+
$tokens,
|
|
194
|
+
tokens-mat-datepicker.$prefix,
|
|
195
|
+
$options...
|
|
196
|
+
);
|
|
176
197
|
@include token-utils.create-token-values(tokens-mat-datepicker.$prefix, $mat-datepicker-tokens);
|
|
177
198
|
}
|