@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
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
import { AbstractControl } from '@angular/forms';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { ElementRef } from '@angular/core';
|
|
4
|
+
import * as i0 from '@angular/core';
|
|
5
|
+
import * as i4 from '@angular/cdk/scrolling';
|
|
6
|
+
import { InjectionToken } from '@angular/core';
|
|
7
|
+
import { InputSignal } from '@angular/core';
|
|
8
|
+
import { InputSignalWithTransform } from '@angular/core';
|
|
9
|
+
import { MatOption } from '@angular/material/core';
|
|
10
|
+
import { MatOptionParentComponent } from '@angular/material/core';
|
|
11
|
+
import { ModelSignal } from '@angular/core';
|
|
12
|
+
import { OnDestroy } from '@angular/core';
|
|
13
|
+
import { OutputEmitterRef } from '@angular/core';
|
|
14
|
+
import { Signal } from '@angular/core';
|
|
15
|
+
import { TemplateRef } from '@angular/core';
|
|
16
|
+
import { ValidationErrors } from '@angular/forms';
|
|
17
|
+
import { Validator } from '@angular/forms';
|
|
18
|
+
|
|
19
|
+
declare namespace i1 {
|
|
20
|
+
export {
|
|
21
|
+
MatTimepickerSelected,
|
|
22
|
+
MatTimepicker
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
declare namespace i2 {
|
|
27
|
+
export {
|
|
28
|
+
MatTimepickerInput
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
declare namespace i3 {
|
|
33
|
+
export {
|
|
34
|
+
MatTimepickerToggle
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Injection token that can be used to configure the default options for the timepicker component.
|
|
40
|
+
*/
|
|
41
|
+
export declare const MAT_TIMEPICKER_CONFIG: InjectionToken<MatTimepickerConfig>;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Renders out a listbox that can be used to select a time of day.
|
|
45
|
+
* Intended to be used together with `MatTimepickerInput`.
|
|
46
|
+
*/
|
|
47
|
+
export declare class MatTimepicker<D> implements OnDestroy, MatOptionParentComponent {
|
|
48
|
+
private _overlay;
|
|
49
|
+
private _dir;
|
|
50
|
+
private _viewContainerRef;
|
|
51
|
+
private _injector;
|
|
52
|
+
private _defaultConfig;
|
|
53
|
+
private _dateAdapter;
|
|
54
|
+
private _dateFormats;
|
|
55
|
+
private _isOpen;
|
|
56
|
+
private _activeDescendant;
|
|
57
|
+
private _input;
|
|
58
|
+
private _overlayRef;
|
|
59
|
+
private _portal;
|
|
60
|
+
private _optionsCacheKey;
|
|
61
|
+
private _localeChanges;
|
|
62
|
+
private _onOpenRender;
|
|
63
|
+
protected _panelTemplate: Signal<TemplateRef<unknown>>;
|
|
64
|
+
protected _timeOptions: readonly MatTimepickerOption<D>[];
|
|
65
|
+
protected _options: Signal<readonly MatOption<any>[]>;
|
|
66
|
+
private _keyManager;
|
|
67
|
+
/**
|
|
68
|
+
* Interval between each option in the timepicker. The value can either be an amount of
|
|
69
|
+
* seconds (e.g. 90) or a number with a unit (e.g. 45m). Supported units are `s` for seconds,
|
|
70
|
+
* `m` for minutes or `h` for hours.
|
|
71
|
+
*/
|
|
72
|
+
readonly interval: InputSignalWithTransform<number | null, number | string | null>;
|
|
73
|
+
/**
|
|
74
|
+
* Array of pre-defined options that the user can select from, as an alternative to using the
|
|
75
|
+
* `interval` input. An error will be thrown if both `options` and `interval` are specified.
|
|
76
|
+
*/
|
|
77
|
+
readonly options: InputSignal<readonly MatTimepickerOption<D>[] | null>;
|
|
78
|
+
/** Whether the timepicker is open. */
|
|
79
|
+
readonly isOpen: Signal<boolean>;
|
|
80
|
+
/** Emits when the user selects a time. */
|
|
81
|
+
readonly selected: OutputEmitterRef<MatTimepickerSelected<D>>;
|
|
82
|
+
/** Emits when the timepicker is opened. */
|
|
83
|
+
readonly opened: OutputEmitterRef<void>;
|
|
84
|
+
/** Emits when the timepicker is closed. */
|
|
85
|
+
readonly closed: OutputEmitterRef<void>;
|
|
86
|
+
/** ID of the active descendant option. */
|
|
87
|
+
readonly activeDescendant: Signal<string | null>;
|
|
88
|
+
/** Unique ID of the timepicker's panel */
|
|
89
|
+
readonly panelId: string;
|
|
90
|
+
/** Whether ripples within the timepicker should be disabled. */
|
|
91
|
+
readonly disableRipple: InputSignalWithTransform<boolean, unknown>;
|
|
92
|
+
/** ARIA label for the timepicker panel. */
|
|
93
|
+
readonly ariaLabel: InputSignal<string | null>;
|
|
94
|
+
/** ID of the label element for the timepicker panel. */
|
|
95
|
+
readonly ariaLabelledby: InputSignal<string | null>;
|
|
96
|
+
constructor();
|
|
97
|
+
/** Opens the timepicker. */
|
|
98
|
+
open(): void;
|
|
99
|
+
/** Closes the timepicker. */
|
|
100
|
+
close(): void;
|
|
101
|
+
/** Registers an input with the timepicker. */
|
|
102
|
+
registerInput(input: MatTimepickerInput<D>): void;
|
|
103
|
+
ngOnDestroy(): void;
|
|
104
|
+
/** Selects a specific time value. */
|
|
105
|
+
protected _selectValue(value: D): void;
|
|
106
|
+
/** Gets the value of the `aria-labelledby` attribute. */
|
|
107
|
+
protected _getAriaLabelledby(): string | null;
|
|
108
|
+
/** Creates an overlay reference for the timepicker panel. */
|
|
109
|
+
private _getOverlayRef;
|
|
110
|
+
/** Generates the list of options from which the user can select.. */
|
|
111
|
+
private _generateOptions;
|
|
112
|
+
/**
|
|
113
|
+
* Synchronizes the internal state of the component based on a specific selected date.
|
|
114
|
+
* @param value Currently selected date.
|
|
115
|
+
* @param options Options rendered out in the timepicker.
|
|
116
|
+
* @param fallback Option to set as active if no option is selected.
|
|
117
|
+
*/
|
|
118
|
+
private _syncSelectedState;
|
|
119
|
+
/** Handles keyboard events while the overlay is open. */
|
|
120
|
+
private _handleKeydown;
|
|
121
|
+
/** Sets up the logic that updates the timepicker when the locale changes. */
|
|
122
|
+
private _handleLocaleChanges;
|
|
123
|
+
/**
|
|
124
|
+
* Sets up the logic that updates the timepicker when the state of the connected input changes.
|
|
125
|
+
*/
|
|
126
|
+
private _handleInputStateChanges;
|
|
127
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepicker<any>, never>;
|
|
128
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatTimepicker<any>, "mat-timepicker", ["matTimepicker"], { "interval": { "alias": "interval"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "disableRipple": { "alias": "disableRipple"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; }, { "selected": "selected"; "opened": "opened"; "closed": "closed"; }, never, never, true, never>;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Object that can be used to configure the default options for the timepicker component.
|
|
133
|
+
*/
|
|
134
|
+
export declare interface MatTimepickerConfig {
|
|
135
|
+
/** Default interval for all time pickers. */
|
|
136
|
+
interval?: string | number;
|
|
137
|
+
/** Whether ripples inside the timepicker should be disabled by default. */
|
|
138
|
+
disableRipple?: boolean;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Input that can be used to enter time and connect to a `mat-timepicker`.
|
|
143
|
+
*/
|
|
144
|
+
export declare class MatTimepickerInput<D> implements ControlValueAccessor, Validator, OnDestroy {
|
|
145
|
+
private _elementRef;
|
|
146
|
+
private _document;
|
|
147
|
+
private _dateAdapter;
|
|
148
|
+
private _dateFormats;
|
|
149
|
+
private _formField;
|
|
150
|
+
private _onChange;
|
|
151
|
+
private _onTouched;
|
|
152
|
+
private _validatorOnChange;
|
|
153
|
+
private _accessorDisabled;
|
|
154
|
+
private _localeSubscription;
|
|
155
|
+
private _timepickerSubscription;
|
|
156
|
+
private _validator;
|
|
157
|
+
private _lastValueValid;
|
|
158
|
+
private _lastValidDate;
|
|
159
|
+
/** Value of the `aria-activedescendant` attribute. */
|
|
160
|
+
protected readonly _ariaActiveDescendant: Signal<string | null>;
|
|
161
|
+
/** Value of the `aria-expanded` attribute. */
|
|
162
|
+
protected readonly _ariaExpanded: Signal<string>;
|
|
163
|
+
/** Value of the `aria-controls` attribute. */
|
|
164
|
+
protected readonly _ariaControls: Signal<string | null>;
|
|
165
|
+
/** Current value of the input. */
|
|
166
|
+
readonly value: ModelSignal<D | null>;
|
|
167
|
+
/** Timepicker that the input is associated with. */
|
|
168
|
+
readonly timepicker: InputSignal<MatTimepicker<D>>;
|
|
169
|
+
/**
|
|
170
|
+
* Minimum time that can be selected or typed in. Can be either
|
|
171
|
+
* a date object (only time will be used) or a valid time string.
|
|
172
|
+
*/
|
|
173
|
+
readonly min: InputSignalWithTransform<D | null, unknown>;
|
|
174
|
+
/**
|
|
175
|
+
* Maximum time that can be selected or typed in. Can be either
|
|
176
|
+
* a date object (only time will be used) or a valid time string.
|
|
177
|
+
*/
|
|
178
|
+
readonly max: InputSignalWithTransform<D | null, unknown>;
|
|
179
|
+
/** Whether the input is disabled. */
|
|
180
|
+
readonly disabled: Signal<boolean>;
|
|
181
|
+
/** Whether the input should be disabled through the template. */
|
|
182
|
+
protected readonly disabledInput: InputSignalWithTransform<boolean, unknown>;
|
|
183
|
+
constructor();
|
|
184
|
+
/**
|
|
185
|
+
* Implemented as a part of `ControlValueAccessor`.
|
|
186
|
+
* @docs-private
|
|
187
|
+
*/
|
|
188
|
+
writeValue(value: any): void;
|
|
189
|
+
/**
|
|
190
|
+
* Implemented as a part of `ControlValueAccessor`.
|
|
191
|
+
* @docs-private
|
|
192
|
+
*/
|
|
193
|
+
registerOnChange(fn: (value: any) => void): void;
|
|
194
|
+
/**
|
|
195
|
+
* Implemented as a part of `ControlValueAccessor`.
|
|
196
|
+
* @docs-private
|
|
197
|
+
*/
|
|
198
|
+
registerOnTouched(fn: () => void): void;
|
|
199
|
+
/**
|
|
200
|
+
* Implemented as a part of `ControlValueAccessor`.
|
|
201
|
+
* @docs-private
|
|
202
|
+
*/
|
|
203
|
+
setDisabledState(isDisabled: boolean): void;
|
|
204
|
+
/**
|
|
205
|
+
* Implemented as a part of `Validator`.
|
|
206
|
+
* @docs-private
|
|
207
|
+
*/
|
|
208
|
+
validate(control: AbstractControl): ValidationErrors | null;
|
|
209
|
+
/**
|
|
210
|
+
* Implemented as a part of `Validator`.
|
|
211
|
+
* @docs-private
|
|
212
|
+
*/
|
|
213
|
+
registerOnValidatorChange(fn: () => void): void;
|
|
214
|
+
/** Gets the element to which the timepicker popup should be attached. */
|
|
215
|
+
getOverlayOrigin(): ElementRef<HTMLElement>;
|
|
216
|
+
/** Focuses the input. */
|
|
217
|
+
focus(): void;
|
|
218
|
+
ngOnDestroy(): void;
|
|
219
|
+
/** Gets the ID of the input's label. */
|
|
220
|
+
_getLabelId(): string | null;
|
|
221
|
+
/** Handles clicks on the input or the containing form field. */
|
|
222
|
+
private _handleClick;
|
|
223
|
+
/** Handles the `input` event. */
|
|
224
|
+
protected _handleInput(value: string): void;
|
|
225
|
+
/** Handles the `blur` event. */
|
|
226
|
+
protected _handleBlur(): void;
|
|
227
|
+
/** Handles the `keydown` event. */
|
|
228
|
+
protected _handleKeydown(event: KeyboardEvent): void;
|
|
229
|
+
/** Sets up the code that watches for changes in the value and adjusts the input. */
|
|
230
|
+
private _respondToValueChanges;
|
|
231
|
+
/** Sets up the logic that registers the input with the timepicker. */
|
|
232
|
+
private _registerTimepicker;
|
|
233
|
+
/** Sets up the logic that adjusts the input if the min/max changes. */
|
|
234
|
+
private _respondToMinMaxChanges;
|
|
235
|
+
/**
|
|
236
|
+
* Assigns a value set by the user to the input's model.
|
|
237
|
+
* @param selection Time selected by the user that should be assigned.
|
|
238
|
+
* @param propagateToAccessor Whether the value should be propagated to the ControlValueAccessor.
|
|
239
|
+
*/
|
|
240
|
+
private _assignUserSelection;
|
|
241
|
+
/** Formats the current value and assigns it to the input. */
|
|
242
|
+
private _formatValue;
|
|
243
|
+
/** Checks whether a value is valid. */
|
|
244
|
+
private _isValid;
|
|
245
|
+
/** Transforms an arbitrary value into a value that can be assigned to a date-based input. */
|
|
246
|
+
private _transformDateInput;
|
|
247
|
+
/** Whether the input is currently focused. */
|
|
248
|
+
private _hasFocus;
|
|
249
|
+
/** Gets a function that can be used to validate the input. */
|
|
250
|
+
private _getValidator;
|
|
251
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepickerInput<any>, never>;
|
|
252
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTimepickerInput<any>, "input[matTimepicker]", ["matTimepickerInput"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "timepicker": { "alias": "matTimepicker"; "required": true; "isSignal": true; }; "min": { "alias": "matTimepickerMin"; "required": false; "isSignal": true; }; "max": { "alias": "matTimepickerMax"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, never, true, never>;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export declare class MatTimepickerModule {
|
|
256
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepickerModule, never>;
|
|
257
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTimepickerModule, never, [typeof i1.MatTimepicker, typeof i2.MatTimepickerInput, typeof i3.MatTimepickerToggle], [typeof i4.CdkScrollableModule, typeof i1.MatTimepicker, typeof i2.MatTimepickerInput, typeof i3.MatTimepickerToggle]>;
|
|
258
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatTimepickerModule>;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* Time selection option that can be displayed within a `mat-timepicker`.
|
|
263
|
+
*/
|
|
264
|
+
export declare interface MatTimepickerOption<D = unknown> {
|
|
265
|
+
/** Date value of the option. */
|
|
266
|
+
value: D;
|
|
267
|
+
/** Label to show to the user. */
|
|
268
|
+
label: string;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/** Event emitted when a value is selected in the timepicker. */
|
|
272
|
+
export declare interface MatTimepickerSelected<D> {
|
|
273
|
+
value: D;
|
|
274
|
+
source: MatTimepicker<D>;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
/** Button that can be used to open a `mat-timepicker`. */
|
|
278
|
+
export declare class MatTimepickerToggle<D> {
|
|
279
|
+
private _defaultConfig;
|
|
280
|
+
private _defaultTabIndex;
|
|
281
|
+
/** Timepicker instance that the button will toggle. */
|
|
282
|
+
readonly timepicker: InputSignal<MatTimepicker<D>>;
|
|
283
|
+
/** Screen-reader label for the button. */
|
|
284
|
+
readonly ariaLabel: InputSignal<string | undefined>;
|
|
285
|
+
/** Whether the toggle button is disabled. */
|
|
286
|
+
readonly disabled: InputSignalWithTransform<boolean, unknown>;
|
|
287
|
+
/** Tabindex for the toggle. */
|
|
288
|
+
readonly tabIndex: InputSignal<number | null>;
|
|
289
|
+
/** Whether ripples on the toggle should be disabled. */
|
|
290
|
+
readonly disableRipple: InputSignalWithTransform<boolean, unknown>;
|
|
291
|
+
/** Opens the connected timepicker. */
|
|
292
|
+
protected _open(event: Event): void;
|
|
293
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepickerToggle<any>, never>;
|
|
294
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatTimepickerToggle<any>, "mat-timepicker-toggle", ["matTimepickerToggle"], { "timepicker": { "alias": "for"; "required": true; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "tabIndex": { "alias": "tabIndex"; "required": false; "isSignal": true; }; "disableRipple": { "alias": "disableRipple"; "required": false; "isSignal": true; }; }, {}, never, ["[matTimepickerToggleIcon]"], true, never>;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
export { }
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { BaseHarnessFilters } from '@angular/cdk/testing';
|
|
2
|
+
import { ComponentHarness } from '@angular/cdk/testing';
|
|
3
|
+
import { ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
4
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
5
|
+
import { MatOptionHarness } from '@angular/material/core/testing';
|
|
6
|
+
import { OptionHarnessFilters } from '@angular/material/core/testing';
|
|
7
|
+
|
|
8
|
+
export declare class MatTimepickerHarness extends ComponentHarness {
|
|
9
|
+
private _documentRootLocator;
|
|
10
|
+
static hostSelector: string;
|
|
11
|
+
/**
|
|
12
|
+
* Gets a `HarnessPredicate` that can be used to search for a timepicker with specific
|
|
13
|
+
* attributes.
|
|
14
|
+
* @param options Options for filtering which timepicker instances are considered a match.
|
|
15
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
16
|
+
*/
|
|
17
|
+
static with<T extends MatTimepickerHarness>(this: ComponentHarnessConstructor<T>, options?: TimepickerHarnessFilters): HarnessPredicate<T>;
|
|
18
|
+
/** Whether the timepicker is open. */
|
|
19
|
+
isOpen(): Promise<boolean>;
|
|
20
|
+
/** Gets the options inside the timepicker panel. */
|
|
21
|
+
getOptions(filters?: Omit<OptionHarnessFilters, 'ancestor'>): Promise<MatOptionHarness[]>;
|
|
22
|
+
/** Selects the first option matching the given filters. */
|
|
23
|
+
selectOption(filters: OptionHarnessFilters): Promise<void>;
|
|
24
|
+
/** Gets the selector that can be used to find the timepicker's panel. */
|
|
25
|
+
protected _getPanelSelector(): Promise<string>;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/** Harness for interacting with a standard Material timepicker inputs in tests. */
|
|
29
|
+
export declare class MatTimepickerInputHarness extends ComponentHarness {
|
|
30
|
+
private _documentRootLocator;
|
|
31
|
+
static hostSelector: string;
|
|
32
|
+
/**
|
|
33
|
+
* Gets a `HarnessPredicate` that can be used to search for a `MatTimepickerInputHarness`
|
|
34
|
+
* that meets certain criteria.
|
|
35
|
+
* @param options Options for filtering which input instances are considered a match.
|
|
36
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
37
|
+
*/
|
|
38
|
+
static with<T extends MatTimepickerInputHarness>(this: ComponentHarnessConstructor<T>, options?: TimepickerInputHarnessFilters): HarnessPredicate<T>;
|
|
39
|
+
/** Gets whether the timepicker associated with the input is open. */
|
|
40
|
+
isTimepickerOpen(): Promise<boolean>;
|
|
41
|
+
/** Opens the timepicker associated with the input and returns the timepicker instance. */
|
|
42
|
+
openTimepicker(): Promise<MatTimepickerHarness>;
|
|
43
|
+
/** Closes the timepicker associated with the input. */
|
|
44
|
+
closeTimepicker(): Promise<void>;
|
|
45
|
+
/**
|
|
46
|
+
* Gets the `MatTimepickerHarness` that is associated with the input.
|
|
47
|
+
* @param filter Optionally filters which timepicker is included.
|
|
48
|
+
*/
|
|
49
|
+
getTimepicker(filter?: TimepickerHarnessFilters): Promise<MatTimepickerHarness>;
|
|
50
|
+
/** Whether the input is disabled. */
|
|
51
|
+
isDisabled(): Promise<boolean>;
|
|
52
|
+
/** Whether the input is required. */
|
|
53
|
+
isRequired(): Promise<boolean>;
|
|
54
|
+
/** Gets the value of the input. */
|
|
55
|
+
getValue(): Promise<string>;
|
|
56
|
+
/**
|
|
57
|
+
* Sets the value of the input. The value will be set by simulating
|
|
58
|
+
* keypresses that correspond to the given value.
|
|
59
|
+
*/
|
|
60
|
+
setValue(newValue: string): Promise<void>;
|
|
61
|
+
/** Gets the placeholder of the input. */
|
|
62
|
+
getPlaceholder(): Promise<string>;
|
|
63
|
+
/**
|
|
64
|
+
* Focuses the input and returns a promise that indicates when the
|
|
65
|
+
* action is complete.
|
|
66
|
+
*/
|
|
67
|
+
focus(): Promise<void>;
|
|
68
|
+
/**
|
|
69
|
+
* Blurs the input and returns a promise that indicates when the
|
|
70
|
+
* action is complete.
|
|
71
|
+
*/
|
|
72
|
+
blur(): Promise<void>;
|
|
73
|
+
/** Whether the input is focused. */
|
|
74
|
+
isFocused(): Promise<boolean>;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/** Harness for interacting with a standard Material timepicker toggle in tests. */
|
|
78
|
+
export declare class MatTimepickerToggleHarness extends ComponentHarness {
|
|
79
|
+
static hostSelector: string;
|
|
80
|
+
/** The clickable button inside the toggle. */
|
|
81
|
+
private _button;
|
|
82
|
+
/**
|
|
83
|
+
* Gets a `HarnessPredicate` that can be used to search for a `MatTimepickerToggleHarness` that
|
|
84
|
+
* meets certain criteria.
|
|
85
|
+
* @param options Options for filtering which timepicker toggle instances are considered a match.
|
|
86
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
87
|
+
*/
|
|
88
|
+
static with(options?: TimepickerToggleHarnessFilters): HarnessPredicate<MatTimepickerToggleHarness>;
|
|
89
|
+
/** Opens the timepicker associated with the toggle. */
|
|
90
|
+
openTimepicker(): Promise<void>;
|
|
91
|
+
/** Gets whether the timepicker associated with the toggle is open. */
|
|
92
|
+
isTimepickerOpen(): Promise<boolean>;
|
|
93
|
+
/** Whether the toggle is disabled. */
|
|
94
|
+
isDisabled(): Promise<boolean>;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/** A set of criteria that can be used to filter a list of `MatTimepickerHarness` instances. */
|
|
98
|
+
export declare interface TimepickerHarnessFilters extends BaseHarnessFilters {
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/** A set of criteria that can be used to filter a list of timepicker input instances. */
|
|
102
|
+
export declare interface TimepickerInputHarnessFilters extends BaseHarnessFilters {
|
|
103
|
+
/** Filters based on the value of the input. */
|
|
104
|
+
value?: string | RegExp;
|
|
105
|
+
/** Filters based on the placeholder text of the input. */
|
|
106
|
+
placeholder?: string | RegExp;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/** A set of criteria that can be used to filter a list of timepicker toggle instances. */
|
|
110
|
+
export declare interface TimepickerToggleHarnessFilters extends BaseHarnessFilters {
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export { }
|
|
@@ -17,16 +17,18 @@
|
|
|
17
17
|
);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
@mixin base($theme) {
|
|
20
|
+
@mixin base($theme) {
|
|
21
|
+
}
|
|
21
22
|
|
|
22
23
|
@mixin color($theme) {
|
|
23
24
|
@if inspection.get-theme-version($theme) == 1 {
|
|
24
25
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color));
|
|
25
|
-
}
|
|
26
|
-
@else {
|
|
26
|
+
} @else {
|
|
27
27
|
@include sass-utils.current-selector-or-root() {
|
|
28
|
-
@include token-utils.create-token-values(
|
|
29
|
-
tokens-mat-toolbar
|
|
28
|
+
@include token-utils.create-token-values(
|
|
29
|
+
tokens-mat-toolbar.$prefix,
|
|
30
|
+
tokens-mat-toolbar.get-color-tokens($theme)
|
|
31
|
+
);
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
.mat-toolbar {
|
|
@@ -48,14 +50,15 @@
|
|
|
48
50
|
@mixin typography($theme) {
|
|
49
51
|
@if inspection.get-theme-version($theme) == 1 {
|
|
50
52
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
51
|
-
}
|
|
52
|
-
@else {
|
|
53
|
+
} @else {
|
|
53
54
|
// TODO(mmalerba): Stop calling this and resolve resulting screen diffs.
|
|
54
55
|
$theme: inspection.private-get-typography-back-compat-theme($theme);
|
|
55
56
|
|
|
56
57
|
@include sass-utils.current-selector-or-root() {
|
|
57
|
-
@include token-utils.create-token-values(
|
|
58
|
-
tokens-mat-toolbar
|
|
58
|
+
@include token-utils.create-token-values(
|
|
59
|
+
tokens-mat-toolbar.$prefix,
|
|
60
|
+
tokens-mat-toolbar.get-typography-tokens($theme)
|
|
61
|
+
);
|
|
59
62
|
}
|
|
60
63
|
}
|
|
61
64
|
}
|
|
@@ -63,30 +66,37 @@
|
|
|
63
66
|
@mixin density($theme) {
|
|
64
67
|
@if inspection.get-theme-version($theme) == 1 {
|
|
65
68
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
|
|
66
|
-
}
|
|
67
|
-
@else {
|
|
69
|
+
} @else {
|
|
68
70
|
@include sass-utils.current-selector-or-root() {
|
|
69
|
-
@include token-utils.create-token-values(
|
|
70
|
-
tokens-mat-toolbar
|
|
71
|
+
@include token-utils.create-token-values(
|
|
72
|
+
tokens-mat-toolbar.$prefix,
|
|
73
|
+
tokens-mat-toolbar.get-density-tokens($theme)
|
|
74
|
+
);
|
|
71
75
|
}
|
|
72
76
|
}
|
|
73
77
|
}
|
|
74
78
|
|
|
79
|
+
/// Defines the tokens that will be available in the `overrides` mixin and for docs extraction.
|
|
80
|
+
@function _define-overrides() {
|
|
81
|
+
@return (
|
|
82
|
+
(
|
|
83
|
+
namespace: tokens-mat-toolbar.$prefix,
|
|
84
|
+
tokens: tokens-mat-toolbar.get-token-slots(),
|
|
85
|
+
),
|
|
86
|
+
);
|
|
87
|
+
}
|
|
88
|
+
|
|
75
89
|
/// Outputs the CSS variable values for the given tokens.
|
|
76
90
|
/// @param {Map} $tokens The token values to emit.
|
|
77
91
|
@mixin overrides($tokens: ()) {
|
|
78
|
-
@include token-utils.batch-create-token-values(
|
|
79
|
-
$tokens,
|
|
80
|
-
(prefix: tokens-mat-toolbar.$prefix, tokens: tokens-mat-toolbar.get-token-slots()),
|
|
81
|
-
);
|
|
92
|
+
@include token-utils.batch-create-token-values($tokens, _define-overrides()...);
|
|
82
93
|
}
|
|
83
94
|
|
|
84
95
|
@mixin theme($theme) {
|
|
85
96
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-toolbar') {
|
|
86
97
|
@if inspection.get-theme-version($theme) == 1 {
|
|
87
98
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme));
|
|
88
|
-
}
|
|
89
|
-
@else {
|
|
99
|
+
} @else {
|
|
90
100
|
@include base($theme);
|
|
91
101
|
@if inspection.theme-has($theme, color) {
|
|
92
102
|
@include color($theme);
|
|
@@ -103,9 +113,12 @@
|
|
|
103
113
|
|
|
104
114
|
@mixin _theme-from-tokens($tokens) {
|
|
105
115
|
@include validation.selector-defined(
|
|
106
|
-
|
|
116
|
+
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
|
|
117
|
+
);
|
|
107
118
|
@if ($tokens != ()) {
|
|
108
|
-
@include token-utils.create-token-values(
|
|
109
|
-
|
|
119
|
+
@include token-utils.create-token-values(
|
|
120
|
+
tokens-mat-toolbar.$prefix,
|
|
121
|
+
map.get($tokens, tokens-mat-toolbar.$prefix)
|
|
122
|
+
);
|
|
110
123
|
}
|
|
111
124
|
}
|
package/toolbar/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { AfterViewInit } from '@angular/core';
|
|
|
2
2
|
import { ElementRef } from '@angular/core';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import * as i1 from '@angular/material/core';
|
|
5
|
-
import { Platform } from '@angular/cdk/platform';
|
|
6
5
|
import { QueryList } from '@angular/core';
|
|
7
6
|
|
|
8
7
|
declare namespace i2 {
|
|
@@ -14,8 +13,9 @@ declare namespace i2 {
|
|
|
14
13
|
}
|
|
15
14
|
|
|
16
15
|
export declare class MatToolbar implements AfterViewInit {
|
|
17
|
-
protected _elementRef: ElementRef
|
|
16
|
+
protected _elementRef: ElementRef<any>;
|
|
18
17
|
private _platform;
|
|
18
|
+
private _document;
|
|
19
19
|
/**
|
|
20
20
|
* Theme color of the toolbar. This API is supported in M2 themes only, it has
|
|
21
21
|
* no effect in M3 themes.
|
|
@@ -24,10 +24,9 @@ export declare class MatToolbar implements AfterViewInit {
|
|
|
24
24
|
* https://material.angular.io/guide/theming#using-component-color-variants.
|
|
25
25
|
*/
|
|
26
26
|
color?: string | null;
|
|
27
|
-
private _document;
|
|
28
27
|
/** Reference to all toolbar row elements that have been projected. */
|
|
29
28
|
_toolbarRows: QueryList<MatToolbarRow>;
|
|
30
|
-
constructor(
|
|
29
|
+
constructor(...args: unknown[]);
|
|
31
30
|
ngAfterViewInit(): void;
|
|
32
31
|
/**
|
|
33
32
|
* Throws an exception when developers are attempting to combine the different toolbar row modes.
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
@mixin base($theme) {
|
|
10
10
|
@if inspection.get-theme-version($theme) == 1 {
|
|
11
11
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, base));
|
|
12
|
-
}
|
|
13
|
-
@else {
|
|
12
|
+
} @else {
|
|
14
13
|
// Add default values for tokens not related to color, typography, or density.
|
|
15
14
|
@include sass-utils.current-selector-or-root() {
|
|
16
15
|
@include token-utils.create-token-values(
|
|
@@ -24,8 +23,7 @@
|
|
|
24
23
|
@mixin color($theme) {
|
|
25
24
|
@if inspection.get-theme-version($theme) == 1 {
|
|
26
25
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, color));
|
|
27
|
-
}
|
|
28
|
-
@else {
|
|
26
|
+
} @else {
|
|
29
27
|
@include sass-utils.current-selector-or-root() {
|
|
30
28
|
@include token-utils.create-token-values(
|
|
31
29
|
tokens-mdc-plain-tooltip.$prefix,
|
|
@@ -38,8 +36,7 @@
|
|
|
38
36
|
@mixin typography($theme) {
|
|
39
37
|
@if inspection.get-theme-version($theme) == 1 {
|
|
40
38
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, typography));
|
|
41
|
-
}
|
|
42
|
-
@else {
|
|
39
|
+
} @else {
|
|
43
40
|
@include sass-utils.current-selector-or-root() {
|
|
44
41
|
@include token-utils.create-token-values(
|
|
45
42
|
tokens-mdc-plain-tooltip.$prefix,
|
|
@@ -52,8 +49,7 @@
|
|
|
52
49
|
@mixin density($theme) {
|
|
53
50
|
@if inspection.get-theme-version($theme) == 1 {
|
|
54
51
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme, density));
|
|
55
|
-
}
|
|
56
|
-
@else {
|
|
52
|
+
} @else {
|
|
57
53
|
@include sass-utils.current-selector-or-root() {
|
|
58
54
|
@include token-utils.create-token-values(
|
|
59
55
|
tokens-mdc-plain-tooltip.$prefix,
|
|
@@ -63,19 +59,25 @@
|
|
|
63
59
|
}
|
|
64
60
|
}
|
|
65
61
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
(
|
|
62
|
+
/// Defines the tokens that will be available in the `overrides` mixin and for docs extraction.
|
|
63
|
+
@function _define-overrides() {
|
|
64
|
+
@return (
|
|
65
|
+
(
|
|
66
|
+
namespace: tokens-mdc-plain-tooltip.$prefix,
|
|
67
|
+
tokens: tokens-mdc-plain-tooltip.get-token-slots(),
|
|
68
|
+
),
|
|
70
69
|
);
|
|
71
70
|
}
|
|
72
71
|
|
|
72
|
+
@mixin overrides($tokens: ()) {
|
|
73
|
+
@include token-utils.batch-create-token-values($tokens, _define-overrides()...);
|
|
74
|
+
}
|
|
75
|
+
|
|
73
76
|
@mixin theme($theme) {
|
|
74
77
|
@include theming.private-check-duplicate-theme-styles($theme, 'mat-tooltip') {
|
|
75
78
|
@if inspection.get-theme-version($theme) == 1 {
|
|
76
79
|
@include _theme-from-tokens(inspection.get-theme-tokens($theme));
|
|
77
|
-
}
|
|
78
|
-
@else {
|
|
80
|
+
} @else {
|
|
79
81
|
@include base($theme);
|
|
80
82
|
@if inspection.theme-has($theme, color) {
|
|
81
83
|
@include color($theme);
|
|
@@ -92,7 +94,8 @@
|
|
|
92
94
|
|
|
93
95
|
@mixin _theme-from-tokens($tokens) {
|
|
94
96
|
@include validation.selector-defined(
|
|
95
|
-
|
|
97
|
+
'Calls to Angular Material theme mixins with an M3 theme must be wrapped in a selector'
|
|
98
|
+
);
|
|
96
99
|
@if $tokens != () {
|
|
97
100
|
$tokens: token-utils.get-tokens-for($tokens, tokens-mdc-plain-tooltip.$prefix);
|
|
98
101
|
@include token-utils.create-token-values(tokens-mdc-plain-tooltip.$prefix, $tokens);
|