@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
package/core/index.d.ts
CHANGED
|
@@ -6,10 +6,10 @@ import { EventEmitter } from '@angular/core';
|
|
|
6
6
|
import { FocusableOption } from '@angular/cdk/a11y';
|
|
7
7
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
8
8
|
import { FormGroupDirective } from '@angular/forms';
|
|
9
|
-
import { HighContrastModeDetector } from '@angular/cdk/a11y';
|
|
10
9
|
import * as i0 from '@angular/core';
|
|
11
10
|
import * as i1 from '@angular/cdk/bidi';
|
|
12
11
|
import { InjectionToken } from '@angular/core';
|
|
12
|
+
import { Injector } from '@angular/core';
|
|
13
13
|
import { NgControl } from '@angular/forms';
|
|
14
14
|
import { NgForm } from '@angular/forms';
|
|
15
15
|
import { NgZone } from '@angular/core';
|
|
@@ -19,15 +19,10 @@ import { OnInit } from '@angular/core';
|
|
|
19
19
|
import { Platform } from '@angular/cdk/platform';
|
|
20
20
|
import { Provider } from '@angular/core';
|
|
21
21
|
import { QueryList } from '@angular/core';
|
|
22
|
+
import { Signal } from '@angular/core';
|
|
22
23
|
import { Subject } from 'rxjs';
|
|
23
24
|
import { Version } from '@angular/core';
|
|
24
25
|
|
|
25
|
-
/**
|
|
26
|
-
* This is a permissive type for abstract class constructors.
|
|
27
|
-
* @docs-private
|
|
28
|
-
*/
|
|
29
|
-
export declare type _AbstractConstructor<T = object> = abstract new (...args: any[]) => T;
|
|
30
|
-
|
|
31
26
|
|
|
32
27
|
/** @docs-private */
|
|
33
28
|
export declare class AnimationCurves {
|
|
@@ -44,64 +39,6 @@ export declare class AnimationDurations {
|
|
|
44
39
|
static EXITING: string;
|
|
45
40
|
}
|
|
46
41
|
|
|
47
|
-
/**
|
|
48
|
-
* @docs-private
|
|
49
|
-
* @deprecated Will be removed together with `mixinColor`.
|
|
50
|
-
* @breaking-change 19.0.0
|
|
51
|
-
*/
|
|
52
|
-
export declare interface CanColor {
|
|
53
|
-
/** Theme color palette for the component. */
|
|
54
|
-
color: ThemePalette;
|
|
55
|
-
/** Default color to fall back to if no value is set. */
|
|
56
|
-
defaultColor: ThemePalette | undefined;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
declare type CanColorCtor = _Constructor<CanColor> & _AbstractConstructor<CanColor>;
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* @docs-private
|
|
63
|
-
* @deprecated Will be removed together with `mixinDisabled`.
|
|
64
|
-
* @breaking-change 19.0.0
|
|
65
|
-
*/
|
|
66
|
-
export declare interface CanDisable {
|
|
67
|
-
/** Whether the component is disabled. */
|
|
68
|
-
disabled: boolean;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
declare type CanDisableCtor = _Constructor<CanDisable> & _AbstractConstructor<CanDisable>;
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* @docs-private
|
|
75
|
-
* @deprecated Will be removed together with `mixinDisableRipple`.
|
|
76
|
-
* @breaking-change 19.0.0
|
|
77
|
-
*/
|
|
78
|
-
export declare interface CanDisableRipple {
|
|
79
|
-
/** Whether ripples are disabled. */
|
|
80
|
-
disableRipple: boolean;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
declare type CanDisableRippleCtor = _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple>;
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
* @docs-private
|
|
87
|
-
* @deprecated Will be removed together with `mixinErrorState`.
|
|
88
|
-
* @breaking-change 19.0.0
|
|
89
|
-
*/
|
|
90
|
-
export declare interface CanUpdateErrorState {
|
|
91
|
-
/** Updates the error state based on the provided error state matcher. */
|
|
92
|
-
updateErrorState(): void;
|
|
93
|
-
/** Whether the component is in an error state. */
|
|
94
|
-
errorState: boolean;
|
|
95
|
-
/** An object used to control the error state of the component. */
|
|
96
|
-
errorStateMatcher: ErrorStateMatcher_2;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
declare type CanUpdateErrorStateCtor = _Constructor<CanUpdateErrorState> & _AbstractConstructor<CanUpdateErrorState>;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
/** @docs-private */
|
|
103
|
-
export declare type _Constructor<T> = new (...args: any[]) => T;
|
|
104
|
-
|
|
105
42
|
/**
|
|
106
43
|
* Counts the amount of option group labels that precede the specified option.
|
|
107
44
|
* @param optionIndex Index of the option at which to start counting.
|
|
@@ -262,6 +199,42 @@ export declare abstract class DateAdapter<D, L = any> {
|
|
|
262
199
|
* @returns An invalid date.
|
|
263
200
|
*/
|
|
264
201
|
abstract invalid(): D;
|
|
202
|
+
/**
|
|
203
|
+
* Sets the time of one date to the time of another.
|
|
204
|
+
* @param target Date whose time will be set.
|
|
205
|
+
* @param hours New hours to set on the date object.
|
|
206
|
+
* @param minutes New minutes to set on the date object.
|
|
207
|
+
* @param seconds New seconds to set on the date object.
|
|
208
|
+
*/
|
|
209
|
+
setTime(target: D, hours: number, minutes: number, seconds: number): D;
|
|
210
|
+
/**
|
|
211
|
+
* Gets the hours component of the given date.
|
|
212
|
+
* @param date The date to extract the hours from.
|
|
213
|
+
*/
|
|
214
|
+
getHours(date: D): number;
|
|
215
|
+
/**
|
|
216
|
+
* Gets the minutes component of the given date.
|
|
217
|
+
* @param date The date to extract the minutes from.
|
|
218
|
+
*/
|
|
219
|
+
getMinutes(date: D): number;
|
|
220
|
+
/**
|
|
221
|
+
* Gets the seconds component of the given date.
|
|
222
|
+
* @param date The date to extract the seconds from.
|
|
223
|
+
*/
|
|
224
|
+
getSeconds(date: D): number;
|
|
225
|
+
/**
|
|
226
|
+
* Parses a date with a specific time from a user-provided value.
|
|
227
|
+
* @param value The value to parse.
|
|
228
|
+
* @param parseFormat The expected format of the value being parsed
|
|
229
|
+
* (type is implementation-dependent).
|
|
230
|
+
*/
|
|
231
|
+
parseTime(value: any, parseFormat: any): D | null;
|
|
232
|
+
/**
|
|
233
|
+
* Adds an amount of seconds to the specified date.
|
|
234
|
+
* @param date Date to which to add the seconds.
|
|
235
|
+
* @param amount Amount of seconds to add to the date.
|
|
236
|
+
*/
|
|
237
|
+
addSeconds(date: D, amount: number): D;
|
|
265
238
|
/**
|
|
266
239
|
* Given a potential date object, returns that same date object if it is
|
|
267
240
|
* a valid date, or `null` if it's not a valid date.
|
|
@@ -295,6 +268,14 @@ export declare abstract class DateAdapter<D, L = any> {
|
|
|
295
268
|
* a number greater than 0 if the first date is later.
|
|
296
269
|
*/
|
|
297
270
|
compareDate(first: D, second: D): number;
|
|
271
|
+
/**
|
|
272
|
+
* Compares the time values of two dates.
|
|
273
|
+
* @param first First date to compare.
|
|
274
|
+
* @param second Second date to compare.
|
|
275
|
+
* @returns 0 if the times are equal, a number less than 0 if the first time is earlier,
|
|
276
|
+
* a number greater than 0 if the first time is later.
|
|
277
|
+
*/
|
|
278
|
+
compareTime(first: D, second: D): number;
|
|
298
279
|
/**
|
|
299
280
|
* Checks if two dates are equal.
|
|
300
281
|
* @param first The first date to check.
|
|
@@ -303,6 +284,14 @@ export declare abstract class DateAdapter<D, L = any> {
|
|
|
303
284
|
* Null dates are considered equal to other null dates.
|
|
304
285
|
*/
|
|
305
286
|
sameDate(first: D | null, second: D | null): boolean;
|
|
287
|
+
/**
|
|
288
|
+
* Checks if the times of two dates are equal.
|
|
289
|
+
* @param first The first date to check.
|
|
290
|
+
* @param second The second date to check.
|
|
291
|
+
* @returns Whether the times of the two dates are equal.
|
|
292
|
+
* Null dates are considered equal to other null dates.
|
|
293
|
+
*/
|
|
294
|
+
sameTime(first: D | null, second: D | null): boolean;
|
|
306
295
|
/**
|
|
307
296
|
* Clamp the given date between min and max dates.
|
|
308
297
|
* @param date The date to clamp.
|
|
@@ -362,66 +351,19 @@ export declare class _ErrorStateTracker {
|
|
|
362
351
|
*/
|
|
363
352
|
export declare function _getOptionScrollPosition(optionOffset: number, optionHeight: number, currentScrollPosition: number, panelHeight: number): number;
|
|
364
353
|
|
|
365
|
-
/**
|
|
354
|
+
/**
|
|
355
|
+
* Object that can be used to configure the sanity checks granularly.
|
|
356
|
+
* @deprecated No longer used and will be removed.
|
|
357
|
+
* @breaking-change 21.0.0
|
|
358
|
+
*/
|
|
366
359
|
export declare interface GranularSanityChecks {
|
|
367
360
|
doctype: boolean;
|
|
368
361
|
theme: boolean;
|
|
369
362
|
version: boolean;
|
|
370
363
|
}
|
|
371
364
|
|
|
372
|
-
/** @docs-private */
|
|
373
|
-
declare interface HasElementRef {
|
|
374
|
-
_elementRef: ElementRef;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
/** @docs-private */
|
|
378
|
-
declare interface HasErrorState {
|
|
379
|
-
_parentFormGroup: FormGroupDirective | null;
|
|
380
|
-
_parentForm: NgForm | null;
|
|
381
|
-
_defaultErrorStateMatcher: ErrorStateMatcher_2;
|
|
382
|
-
ngControl: NgControl | null;
|
|
383
|
-
stateChanges: Subject<void>;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
/**
|
|
387
|
-
* Mixin that adds an initialized property to a directive which, when subscribed to, will emit a
|
|
388
|
-
* value once markInitialized has been called, which should be done during the ngOnInit function.
|
|
389
|
-
* If the subscription is made after it has already been marked as initialized, then it will trigger
|
|
390
|
-
* an emit immediately.
|
|
391
|
-
* @docs-private
|
|
392
|
-
* @deprecated Will be removed together with `mixinInitializer`.
|
|
393
|
-
* @breaking-change 19.0.0
|
|
394
|
-
*/
|
|
395
|
-
export declare interface HasInitialized {
|
|
396
|
-
/** Stream that emits once during the directive/component's ngOnInit. */
|
|
397
|
-
initialized: Observable<void>;
|
|
398
|
-
/**
|
|
399
|
-
* Sets the state as initialized and must be called during ngOnInit to notify subscribers that
|
|
400
|
-
* the directive has been initialized.
|
|
401
|
-
* @docs-private
|
|
402
|
-
*/
|
|
403
|
-
_markInitialized: () => void;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
declare type HasInitializedCtor = _Constructor<HasInitialized>;
|
|
407
|
-
|
|
408
|
-
/**
|
|
409
|
-
* @docs-private
|
|
410
|
-
* @deprecated Will be removed together with `mixinTabIndex`.
|
|
411
|
-
* @breaking-change 19.0.0
|
|
412
|
-
*/
|
|
413
|
-
export declare interface HasTabIndex {
|
|
414
|
-
/** Tabindex of the component. */
|
|
415
|
-
tabIndex: number;
|
|
416
|
-
/** Tabindex to which to fall back to if no value is set. */
|
|
417
|
-
defaultTabIndex: number;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
declare type HasTabIndexCtor = _Constructor<HasTabIndex> & _AbstractConstructor<HasTabIndex>;
|
|
421
|
-
|
|
422
365
|
declare namespace i1_2 {
|
|
423
366
|
export {
|
|
424
|
-
MATERIAL_SANITY_CHECKS_FACTORY,
|
|
425
367
|
MATERIAL_SANITY_CHECKS,
|
|
426
368
|
SanityChecks,
|
|
427
369
|
GranularSanityChecks,
|
|
@@ -431,6 +373,9 @@ declare namespace i1_2 {
|
|
|
431
373
|
|
|
432
374
|
declare namespace i1_3 {
|
|
433
375
|
export {
|
|
376
|
+
RippleRenderer,
|
|
377
|
+
RippleTarget,
|
|
378
|
+
defaultRippleAnimationConfig,
|
|
434
379
|
MatRippleModule,
|
|
435
380
|
RippleGlobalOptions,
|
|
436
381
|
MAT_RIPPLE_GLOBAL_OPTIONS,
|
|
@@ -438,10 +383,7 @@ declare namespace i1_3 {
|
|
|
438
383
|
RippleState,
|
|
439
384
|
RippleConfig,
|
|
440
385
|
RippleAnimationConfig,
|
|
441
|
-
RippleRef
|
|
442
|
-
RippleTarget,
|
|
443
|
-
defaultRippleAnimationConfig,
|
|
444
|
-
RippleRenderer
|
|
386
|
+
RippleRef
|
|
445
387
|
}
|
|
446
388
|
}
|
|
447
389
|
|
|
@@ -512,16 +454,12 @@ export declare const MAT_RIPPLE_GLOBAL_OPTIONS: InjectionToken<RippleGlobalOptio
|
|
|
512
454
|
* components. This includes Bidi, etc.
|
|
513
455
|
*
|
|
514
456
|
* This module should be imported to each top-level component module (e.g., MatTabsModule).
|
|
457
|
+
* @deprecated No longer used and will be removed.
|
|
458
|
+
* @breaking-change 21.0.0
|
|
515
459
|
*/
|
|
516
460
|
export declare class MatCommonModule {
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
/** Whether we've done the global sanity checks (e.g. a theme is loaded, there is a doctype). */
|
|
520
|
-
private _hasDoneGlobalChecks;
|
|
521
|
-
constructor(highContrastModeDetector: HighContrastModeDetector, _sanityChecks: SanityChecks, _document: Document);
|
|
522
|
-
/** Gets whether a specific sanity check is enabled. */
|
|
523
|
-
private _checkIsEnabled;
|
|
524
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatCommonModule, [null, { optional: true; }, null]>;
|
|
461
|
+
constructor(...args: any[]);
|
|
462
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatCommonModule, never>;
|
|
525
463
|
static ɵmod: i0.ɵɵNgModuleDeclaration<MatCommonModule, never, [typeof i1.BidiModule], [typeof i1.BidiModule]>;
|
|
526
464
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatCommonModule>;
|
|
527
465
|
}
|
|
@@ -529,6 +467,7 @@ export declare class MatCommonModule {
|
|
|
529
467
|
export declare type MatDateFormats = {
|
|
530
468
|
parse: {
|
|
531
469
|
dateInput: any;
|
|
470
|
+
timeInput?: any;
|
|
532
471
|
};
|
|
533
472
|
display: {
|
|
534
473
|
dateInput: any;
|
|
@@ -536,15 +475,18 @@ export declare type MatDateFormats = {
|
|
|
536
475
|
monthYearLabel: any;
|
|
537
476
|
dateA11yLabel: any;
|
|
538
477
|
monthYearA11yLabel: any;
|
|
478
|
+
timeInput?: any;
|
|
479
|
+
timeOptionLabel?: any;
|
|
539
480
|
};
|
|
540
481
|
};
|
|
541
482
|
|
|
542
|
-
/**
|
|
483
|
+
/**
|
|
484
|
+
* Injection token that configures whether the Material sanity checks are enabled.
|
|
485
|
+
* @deprecated No longer used and will be removed.
|
|
486
|
+
* @breaking-change 21.0.0
|
|
487
|
+
*/
|
|
543
488
|
export declare const MATERIAL_SANITY_CHECKS: InjectionToken<SanityChecks>;
|
|
544
489
|
|
|
545
|
-
/** @docs-private */
|
|
546
|
-
declare function MATERIAL_SANITY_CHECKS_FACTORY(): SanityChecks;
|
|
547
|
-
|
|
548
490
|
/**
|
|
549
491
|
* Internal shared component used as a container in form field controls.
|
|
550
492
|
* Not to be confused with `mat-form-field` which MDC calls a "text field".
|
|
@@ -591,8 +533,8 @@ export declare class MatOptgroup {
|
|
|
591
533
|
_labelId: string;
|
|
592
534
|
/** Whether the group is in inert a11y mode. */
|
|
593
535
|
_inert: boolean;
|
|
594
|
-
constructor(
|
|
595
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatOptgroup,
|
|
536
|
+
constructor(...args: unknown[]);
|
|
537
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatOptgroup, never>;
|
|
596
538
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatOptgroup, "mat-optgroup", ["matOptgroup"], { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*", "mat-option, ng-container"], true, never>;
|
|
597
539
|
static ngAcceptInputType_disabled: unknown;
|
|
598
540
|
}
|
|
@@ -604,13 +546,14 @@ export declare class MatOption<T = any> implements FocusableOption, AfterViewChe
|
|
|
604
546
|
private _element;
|
|
605
547
|
_changeDetectorRef: ChangeDetectorRef;
|
|
606
548
|
private _parent;
|
|
607
|
-
group: MatOptgroup;
|
|
549
|
+
group: MatOptgroup | null;
|
|
550
|
+
private _signalDisableRipple;
|
|
608
551
|
private _selected;
|
|
609
552
|
private _active;
|
|
610
553
|
private _disabled;
|
|
611
554
|
private _mostRecentViewValue;
|
|
612
555
|
/** Whether the wrapping component is in multiple selection mode. */
|
|
613
|
-
get multiple(): boolean | undefined;
|
|
556
|
+
get multiple(): boolean | null | undefined;
|
|
614
557
|
/** Whether or not the option is currently selected. */
|
|
615
558
|
get selected(): boolean;
|
|
616
559
|
/** The form value of the option. */
|
|
@@ -630,7 +573,7 @@ export declare class MatOption<T = any> implements FocusableOption, AfterViewChe
|
|
|
630
573
|
_text: ElementRef<HTMLElement> | undefined;
|
|
631
574
|
/** Emits when the state of the option changes and any parents have to be notified. */
|
|
632
575
|
readonly _stateChanges: Subject<void>;
|
|
633
|
-
constructor(
|
|
576
|
+
constructor(...args: unknown[]);
|
|
634
577
|
/**
|
|
635
578
|
* Whether or not the option is currently active and ready to be selected.
|
|
636
579
|
* An active option displays styles as if it is focused, but the
|
|
@@ -678,7 +621,7 @@ export declare class MatOption<T = any> implements FocusableOption, AfterViewChe
|
|
|
678
621
|
ngOnDestroy(): void;
|
|
679
622
|
/** Emits the selection change event. */
|
|
680
623
|
private _emitSelectionChangeEvent;
|
|
681
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatOption<any>,
|
|
624
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatOption<any>, never>;
|
|
682
625
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatOption<any>, "mat-option", ["matOption"], { "value": { "alias": "value"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onSelectionChange": "onSelectionChange"; }, never, ["mat-icon", "*"], true, never>;
|
|
683
626
|
static ngAcceptInputType_disabled: unknown;
|
|
684
627
|
}
|
|
@@ -695,7 +638,7 @@ export declare class MatOptionModule {
|
|
|
695
638
|
* @docs-private
|
|
696
639
|
*/
|
|
697
640
|
export declare interface MatOptionParentComponent {
|
|
698
|
-
disableRipple?: boolean
|
|
641
|
+
disableRipple?: boolean | Signal<boolean>;
|
|
699
642
|
multiple?: boolean;
|
|
700
643
|
inertGroups?: boolean;
|
|
701
644
|
hideSingleSelectionIndicator?: boolean;
|
|
@@ -728,7 +671,7 @@ export declare class MatOptionSelectionChange<T = any> {
|
|
|
728
671
|
* @docs-private
|
|
729
672
|
*/
|
|
730
673
|
export declare class MatPseudoCheckbox {
|
|
731
|
-
_animationMode?:
|
|
674
|
+
_animationMode?: "NoopAnimations" | "BrowserAnimations" | null | undefined;
|
|
732
675
|
/** Display state of the checkbox. */
|
|
733
676
|
state: MatPseudoCheckboxState;
|
|
734
677
|
/** Whether the checkbox is disabled. */
|
|
@@ -738,8 +681,8 @@ export declare class MatPseudoCheckbox {
|
|
|
738
681
|
* indicator inside a square box. 'minimal' appearance only renders the checkmark/mixedmark.
|
|
739
682
|
*/
|
|
740
683
|
appearance: 'minimal' | 'full';
|
|
741
|
-
constructor(
|
|
742
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckbox,
|
|
684
|
+
constructor(...args: unknown[]);
|
|
685
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatPseudoCheckbox, never>;
|
|
743
686
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatPseudoCheckbox, "mat-pseudo-checkbox", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, never, true, never>;
|
|
744
687
|
}
|
|
745
688
|
|
|
@@ -757,7 +700,7 @@ export declare type MatPseudoCheckboxState = 'unchecked' | 'checked' | 'indeterm
|
|
|
757
700
|
|
|
758
701
|
export declare class MatRipple implements OnInit, OnDestroy, RippleTarget {
|
|
759
702
|
private _elementRef;
|
|
760
|
-
private _animationMode
|
|
703
|
+
private _animationMode;
|
|
761
704
|
/** Custom color for all ripples. */
|
|
762
705
|
color: string;
|
|
763
706
|
/** Whether the ripples should be visible outside the component's bounds. */
|
|
@@ -799,7 +742,7 @@ export declare class MatRipple implements OnInit, OnDestroy, RippleTarget {
|
|
|
799
742
|
private _globalOptions;
|
|
800
743
|
/** @docs-private Whether ripple directive is initialized and the input bindings are set. */
|
|
801
744
|
_isInitialized: boolean;
|
|
802
|
-
constructor(
|
|
745
|
+
constructor(...args: unknown[]);
|
|
803
746
|
ngOnInit(): void;
|
|
804
747
|
ngOnDestroy(): void;
|
|
805
748
|
/** Fades out all currently showing ripple elements. */
|
|
@@ -832,7 +775,7 @@ export declare class MatRipple implements OnInit, OnDestroy, RippleTarget {
|
|
|
832
775
|
* @param config Optional ripple configuration for the manual ripple.
|
|
833
776
|
*/
|
|
834
777
|
launch(x: number, y: number, config?: RippleConfig): RippleRef;
|
|
835
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatRipple,
|
|
778
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatRipple, never>;
|
|
836
779
|
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>;
|
|
837
780
|
}
|
|
838
781
|
|
|
@@ -850,6 +793,7 @@ export declare class MatRippleLoader implements OnDestroy {
|
|
|
850
793
|
private _globalRippleOptions;
|
|
851
794
|
private _platform;
|
|
852
795
|
private _ngZone;
|
|
796
|
+
private _injector;
|
|
853
797
|
private _hosts;
|
|
854
798
|
constructor();
|
|
855
799
|
ngOnDestroy(): void;
|
|
@@ -864,8 +808,6 @@ export declare class MatRippleLoader implements OnDestroy {
|
|
|
864
808
|
centered?: boolean;
|
|
865
809
|
disabled?: boolean;
|
|
866
810
|
}): void;
|
|
867
|
-
/** Returns the ripple instance for the given host element. */
|
|
868
|
-
getRipple(host: HTMLElement): MatRipple | undefined;
|
|
869
811
|
/** Sets the disabled state on the ripple instance corresponding to the given host element. */
|
|
870
812
|
setDisabled(host: HTMLElement, disabled: boolean): void;
|
|
871
813
|
/**
|
|
@@ -875,7 +817,6 @@ export declare class MatRippleLoader implements OnDestroy {
|
|
|
875
817
|
private _onInteraction;
|
|
876
818
|
/** Creates a MatRipple and appends it to the given element. */
|
|
877
819
|
private _createRipple;
|
|
878
|
-
attachRipple(host: HTMLElement, ripple: MatRipple): void;
|
|
879
820
|
destroyRipple(host: HTMLElement): void;
|
|
880
821
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRippleLoader, never>;
|
|
881
822
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatRippleLoader>;
|
|
@@ -887,49 +828,6 @@ export declare class MatRippleModule {
|
|
|
887
828
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatRippleModule>;
|
|
888
829
|
}
|
|
889
830
|
|
|
890
|
-
/**
|
|
891
|
-
* Mixin to augment a directive with a `color` property.
|
|
892
|
-
* @deprecated Use a plain input and host bindings instead.
|
|
893
|
-
* @breaking-change 19.0.0
|
|
894
|
-
*/
|
|
895
|
-
export declare function mixinColor<T extends _AbstractConstructor<HasElementRef>>(base: T, defaultColor?: ThemePalette): CanColorCtor & T;
|
|
896
|
-
|
|
897
|
-
/**
|
|
898
|
-
* Mixin to augment a directive with a `disabled` property.
|
|
899
|
-
* @deprecated Use an input with a transform instead.
|
|
900
|
-
* @breaking-change 19.0.0
|
|
901
|
-
*/
|
|
902
|
-
export declare function mixinDisabled<T extends _AbstractConstructor<{}>>(base: T): CanDisableCtor & T;
|
|
903
|
-
|
|
904
|
-
/**
|
|
905
|
-
* Mixin to augment a directive with a `disableRipple` property.
|
|
906
|
-
* @deprecated Use an input with a transform instead.
|
|
907
|
-
* @breaking-change 19.0.0
|
|
908
|
-
*/
|
|
909
|
-
export declare function mixinDisableRipple<T extends _AbstractConstructor<{}>>(base: T): CanDisableRippleCtor & T;
|
|
910
|
-
|
|
911
|
-
/**
|
|
912
|
-
* Mixin to augment a directive with updateErrorState method.
|
|
913
|
-
* For component with `errorState` and need to update `errorState`.
|
|
914
|
-
* @deprecated Implement the `updateErrorState` method directly.
|
|
915
|
-
* @breaking-change 19.0.0
|
|
916
|
-
*/
|
|
917
|
-
export declare function mixinErrorState<T extends _AbstractConstructor<HasErrorState>>(base: T): CanUpdateErrorStateCtor & T;
|
|
918
|
-
|
|
919
|
-
/**
|
|
920
|
-
* Mixin to augment a directive with an initialized property that will emits when ngOnInit ends.
|
|
921
|
-
* @deprecated Track the initialized state manually.
|
|
922
|
-
* @breaking-change 19.0.0
|
|
923
|
-
*/
|
|
924
|
-
export declare function mixinInitialized<T extends _Constructor<{}>>(base: T): HasInitializedCtor & T;
|
|
925
|
-
|
|
926
|
-
/**
|
|
927
|
-
* Mixin to augment a directive with a `tabIndex` property.
|
|
928
|
-
* @deprecated Use an input with a transform instead.
|
|
929
|
-
* @breaking-change 19.0.0
|
|
930
|
-
*/
|
|
931
|
-
export declare function mixinTabIndex<T extends _AbstractConstructor<CanDisable>>(base: T, defaultTabIndex?: number): HasTabIndexCtor & T;
|
|
932
|
-
|
|
933
831
|
/** Adapts the native JS Date for use with cdk-based components that work with dates. */
|
|
934
832
|
export declare class NativeDateAdapter extends DateAdapter<Date> {
|
|
935
833
|
/**
|
|
@@ -939,12 +837,7 @@ export declare class NativeDateAdapter extends DateAdapter<Date> {
|
|
|
939
837
|
useUtcForDisplay: boolean;
|
|
940
838
|
/** The injected locale. */
|
|
941
839
|
private readonly _matDateLocale;
|
|
942
|
-
constructor(
|
|
943
|
-
/**
|
|
944
|
-
* @deprecated Now injected via inject(), param to be removed.
|
|
945
|
-
* @breaking-change 18.0.0
|
|
946
|
-
*/
|
|
947
|
-
matDateLocale?: string);
|
|
840
|
+
constructor(...args: unknown[]);
|
|
948
841
|
getYear(date: Date): number;
|
|
949
842
|
getMonth(date: Date): number;
|
|
950
843
|
getDate(date: Date): number;
|
|
@@ -973,6 +866,12 @@ export declare class NativeDateAdapter extends DateAdapter<Date> {
|
|
|
973
866
|
isDateInstance(obj: any): obj is Date;
|
|
974
867
|
isValid(date: Date): boolean;
|
|
975
868
|
invalid(): Date;
|
|
869
|
+
setTime(target: Date, hours: number, minutes: number, seconds: number): Date;
|
|
870
|
+
getHours(date: Date): number;
|
|
871
|
+
getMinutes(date: Date): number;
|
|
872
|
+
getSeconds(date: Date): number;
|
|
873
|
+
parseTime(userValue: any, parseFormat?: any): Date | null;
|
|
874
|
+
addSeconds(date: Date, amount: number): Date;
|
|
976
875
|
/** Creates a date but allows the month and date to overflow. */
|
|
977
876
|
private _createDateWithOverflow;
|
|
978
877
|
/**
|
|
@@ -993,7 +892,12 @@ export declare class NativeDateAdapter extends DateAdapter<Date> {
|
|
|
993
892
|
* @returns A Date object with its UTC representation based on the passed in date info
|
|
994
893
|
*/
|
|
995
894
|
private _format;
|
|
996
|
-
|
|
895
|
+
/**
|
|
896
|
+
* Attempts to parse a time string into a date object. Returns null if it cannot be parsed.
|
|
897
|
+
* @param value Time string to parse.
|
|
898
|
+
*/
|
|
899
|
+
private _parseTimeString;
|
|
900
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NativeDateAdapter, never>;
|
|
997
901
|
static ɵprov: i0.ɵɵInjectableDeclaration<NativeDateAdapter>;
|
|
998
902
|
}
|
|
999
903
|
|
|
@@ -1108,7 +1012,7 @@ export declare class RippleRenderer implements EventListenerObject {
|
|
|
1108
1012
|
*/
|
|
1109
1013
|
private _containerRect;
|
|
1110
1014
|
private static _eventManager;
|
|
1111
|
-
constructor(_target: RippleTarget, _ngZone: NgZone, elementOrElementRef: HTMLElement | ElementRef<HTMLElement>, _platform: Platform);
|
|
1015
|
+
constructor(_target: RippleTarget, _ngZone: NgZone, elementOrElementRef: HTMLElement | ElementRef<HTMLElement>, _platform: Platform, injector?: Injector);
|
|
1112
1016
|
/**
|
|
1113
1017
|
* Fades in a ripple at the given coordinates.
|
|
1114
1018
|
* @param x Coordinate within the element, along the X axis at which to start the ripple.
|
|
@@ -1173,6 +1077,8 @@ export declare interface RippleTarget {
|
|
|
1173
1077
|
/**
|
|
1174
1078
|
* Possible sanity checks that can be enabled. If set to
|
|
1175
1079
|
* true/false, all checks will be enabled/disabled.
|
|
1080
|
+
* @deprecated No longer used and will be removed.
|
|
1081
|
+
* @breaking-change 21.0.0
|
|
1176
1082
|
*/
|
|
1177
1083
|
export declare type SanityChecks = boolean | GranularSanityChecks;
|
|
1178
1084
|
|
|
@@ -1189,6 +1095,16 @@ export declare class ShowOnDirtyErrorStateMatcher implements ErrorStateMatcher {
|
|
|
1189
1095
|
static ɵprov: i0.ɵɵInjectableDeclaration<ShowOnDirtyErrorStateMatcher>;
|
|
1190
1096
|
}
|
|
1191
1097
|
|
|
1098
|
+
/**
|
|
1099
|
+
* Component used to load structural styles for focus indicators.
|
|
1100
|
+
* @docs-private
|
|
1101
|
+
*/
|
|
1102
|
+
export declare class _StructuralStylesLoader {
|
|
1103
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_StructuralStylesLoader, never>;
|
|
1104
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<_StructuralStylesLoader, "structural-styles", never, {}, {}, never, never, true, never>;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
|
|
1192
1108
|
/** Possible color palette values. */
|
|
1193
1109
|
export declare type ThemePalette = 'primary' | 'accent' | 'warn' | undefined;
|
|
1194
1110
|
|
|
@@ -10,18 +10,19 @@
|
|
|
10
10
|
@mixin base($theme) {
|
|
11
11
|
@if inspection.get-theme-version($theme) == 1 {
|
|
12
12
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
13
|
+
} @else {
|
|
13
14
|
}
|
|
14
|
-
@else {}
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
@mixin color($theme) {
|
|
18
18
|
@if inspection.get-theme-version($theme) == 1 {
|
|
19
19
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color));
|
|
20
|
-
}
|
|
21
|
-
@else {
|
|
20
|
+
} @else {
|
|
22
21
|
@include sass-utils.current-selector-or-root() {
|
|
23
|
-
@include token-utils.create-token-values(
|
|
24
|
-
tokens-mat-optgroup
|
|
22
|
+
@include token-utils.create-token-values(
|
|
23
|
+
tokens-mat-optgroup.$prefix,
|
|
24
|
+
tokens-mat-optgroup.get-color-tokens($theme)
|
|
25
|
+
);
|
|
25
26
|
}
|
|
26
27
|
}
|
|
27
28
|
}
|
|
@@ -29,11 +30,12 @@
|
|
|
29
30
|
@mixin typography($theme) {
|
|
30
31
|
@if inspection.get-theme-version($theme) == 1 {
|
|
31
32
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
32
|
-
}
|
|
33
|
-
@else {
|
|
33
|
+
} @else {
|
|
34
34
|
@include sass-utils.current-selector-or-root() {
|
|
35
|
-
@include token-utils.create-token-values(
|
|
36
|
-
tokens-mat-optgroup
|
|
35
|
+
@include token-utils.create-token-values(
|
|
36
|
+
tokens-mat-optgroup.$prefix,
|
|
37
|
+
tokens-mat-optgroup.get-typography-tokens($theme)
|
|
38
|
+
);
|
|
37
39
|
}
|
|
38
40
|
}
|
|
39
41
|
}
|
|
@@ -41,23 +43,29 @@
|
|
|
41
43
|
@mixin density($theme) {
|
|
42
44
|
@if inspection.get-theme-version($theme) == 1 {
|
|
43
45
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
|
|
46
|
+
} @else {
|
|
44
47
|
}
|
|
45
|
-
@else {}
|
|
46
48
|
}
|
|
47
49
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
(
|
|
50
|
+
/// Defines the tokens that will be available in the `overrides` mixin and for docs extraction.
|
|
51
|
+
@function _define-overrides() {
|
|
52
|
+
@return (
|
|
53
|
+
(
|
|
54
|
+
namespace: tokens-mat-optgroup.$prefix,
|
|
55
|
+
tokens: tokens-mat-optgroup.get-token-slots(),
|
|
56
|
+
),
|
|
52
57
|
);
|
|
53
58
|
}
|
|
54
59
|
|
|
60
|
+
@mixin overrides($tokens: ()) {
|
|
61
|
+
@include token-utils.batch-create-token-values($tokens, _define-overrides()...);
|
|
62
|
+
}
|
|
63
|
+
|
|
55
64
|
@mixin theme($theme) {
|
|
56
65
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-optgroup') {
|
|
57
66
|
@if inspection.get-theme-version($theme) == 1 {
|
|
58
67
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme));
|
|
59
|
-
}
|
|
60
|
-
@else {
|
|
68
|
+
} @else {
|
|
61
69
|
@include base($theme);
|
|
62
70
|
@if inspection.theme-has($theme, color) {
|
|
63
71
|
@include color($theme);
|
|
@@ -74,9 +82,12 @@
|
|
|
74
82
|
|
|
75
83
|
@mixin _theme-from-tokens($tokens) {
|
|
76
84
|
@include validation.selector-defined(
|
|
77
|
-
|
|
85
|
+
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
|
|
86
|
+
);
|
|
78
87
|
@if ($tokens != ()) {
|
|
79
88
|
@include token-utils.create-token-values(
|
|
80
|
-
|
|
89
|
+
tokens-mat-optgroup.$prefix,
|
|
90
|
+
map.get($tokens, tokens-mat-optgroup.$prefix)
|
|
91
|
+
);
|
|
81
92
|
}
|
|
82
93
|
}
|