From 3b2951aac22359411eaa961a5255ea761a8df799 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Tue, 17 Dec 2024 10:09:24 -0700 Subject: [PATCH 1/2] fix(material/sort): avoid center align for sort header --- src/material/sort/sort-header.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/material/sort/sort-header.scss b/src/material/sort/sort-header.scss index d827773134c3..c836a7383091 100644 --- a/src/material/sort/sort-header.scss +++ b/src/material/sort/sort-header.scss @@ -33,7 +33,6 @@ } .mat-sort-header-content { - text-align: center; display: flex; align-items: center; } From 3d35237ea08d9446b5c18648615401ff76fbef0e Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Thu, 19 Dec 2024 08:27:35 -0700 Subject: [PATCH 2/2] docs: fix whether typos --- src/material/autocomplete/autocomplete.ts | 2 +- src/material/chips/tokens.ts | 2 +- src/material/list/tokens.ts | 2 +- src/material/select/select.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/material/autocomplete/autocomplete.ts b/src/material/autocomplete/autocomplete.ts index d9a1af93344d..390183a1ffc2 100644 --- a/src/material/autocomplete/autocomplete.ts +++ b/src/material/autocomplete/autocomplete.ts @@ -74,7 +74,7 @@ export interface MatAutocompleteDefaultOptions { /** Class or list of classes to be applied to the autocomplete's overlay panel. */ overlayPanelClass?: string | string[]; - /** Wheter icon indicators should be hidden for single-selection. */ + /** Whether icon indicators should be hidden for single-selection. */ hideSingleSelectionIndicator?: boolean; } diff --git a/src/material/chips/tokens.ts b/src/material/chips/tokens.ts index 197c3fa4d502..9e70ec83fbf1 100644 --- a/src/material/chips/tokens.ts +++ b/src/material/chips/tokens.ts @@ -14,7 +14,7 @@ export interface MatChipsDefaultOptions { /** The list of key codes that will trigger a chipEnd event. */ separatorKeyCodes: readonly number[] | ReadonlySet; - /** Wheter icon indicators should be hidden for single-selection. */ + /** Whether icon indicators should be hidden for single-selection. */ hideSingleSelectionIndicator?: boolean; } diff --git a/src/material/list/tokens.ts b/src/material/list/tokens.ts index 9389fa311b71..d882ceed932a 100644 --- a/src/material/list/tokens.ts +++ b/src/material/list/tokens.ts @@ -10,7 +10,7 @@ import {InjectionToken} from '@angular/core'; /** Object that can be used to configure the default options for the list module. */ export interface MatListConfig { - /** Wheter icon indicators should be hidden for single-selection. */ + /** Whether icon indicators should be hidden for single-selection. */ hideSingleSelectionIndicator?: boolean; } diff --git a/src/material/select/select.ts b/src/material/select/select.ts index 3c5937e6da8c..e99ce6b7d40b 100644 --- a/src/material/select/select.ts +++ b/src/material/select/select.ts @@ -127,7 +127,7 @@ export interface MatSelectConfig { /** Class or list of classes to be applied to the menu's overlay panel. */ overlayPanelClass?: string | string[]; - /** Wheter icon indicators should be hidden for single-selection. */ + /** Whether icon indicators should be hidden for single-selection. */ hideSingleSelectionIndicator?: boolean; /**