Skip to content

Commit 1f11335

Browse files
committed
main - e9b0157 fix(material/form-field): move error aria-live to parent container (#30678)
1 parent a1e5404 commit 1f11335

25 files changed

+1123
-1132
lines changed

fesm2022/autocomplete.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { BreakpointObserver, Breakpoints } from '@angular/cdk/layout';
1414
import { TemplatePortal } from '@angular/cdk/portal';
1515
import { NG_VALUE_ACCESSOR } from '@angular/forms';
1616
import { filter, map, startWith, switchMap, tap, delay, take } from 'rxjs/operators';
17-
import { M as MAT_FORM_FIELD } from './form-field-d428b130.mjs';
17+
import { M as MAT_FORM_FIELD } from './form-field-cfb5974a.mjs';
1818
import { M as MatOptionModule } from './index-24de77b5.mjs';
1919
import { M as MatCommonModule } from './common-module-727dea0d.mjs';
2020
import './ripple-41c62a88.mjs';

fesm2022/chips.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { Directionality } from '@angular/cdk/bidi';
1414
import { NG_VALUE_ACCESSOR, NgControl, Validators, NgForm, FormGroupDirective } from '@angular/forms';
1515
import { E as ErrorStateMatcher } from './error-options-97896218.mjs';
1616
import { _ as _ErrorStateTracker } from './error-state-66849a3f.mjs';
17-
import { a as MatFormFieldControl, M as MAT_FORM_FIELD } from './form-field-d428b130.mjs';
17+
import { a as MatFormFieldControl, M as MAT_FORM_FIELD } from './form-field-cfb5974a.mjs';
1818
import { M as MatCommonModule } from './common-module-727dea0d.mjs';
1919
import { M as MatRippleModule } from './index-5ac4af9b.mjs';
2020
import '@angular/cdk/platform';

fesm2022/datepicker.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { a as MatIconButton } from './icon-button-9055fbe1.mjs';
2020
import { _ as _animationsDisabled } from './animation-0a58df80.mjs';
2121
import { NG_VALUE_ACCESSOR, NG_VALIDATORS, Validators, ControlContainer, NgForm, FormGroupDirective, NgControl } from '@angular/forms';
2222
import { M as MAT_INPUT_VALUE_ACCESSOR } from './input-value-accessor-4d18edb7.mjs';
23-
import { M as MAT_FORM_FIELD, a as MatFormFieldControl } from './form-field-d428b130.mjs';
23+
import { M as MAT_FORM_FIELD, a as MatFormFieldControl } from './form-field-cfb5974a.mjs';
2424
import { E as ErrorStateMatcher } from './error-options-97896218.mjs';
2525
import { _ as _ErrorStateTracker } from './error-state-66849a3f.mjs';
2626
import { CdkScrollableModule } from '@angular/cdk/scrolling';

fesm2022/form-field-cfb5974a.mjs

Lines changed: 1078 additions & 0 deletions
Large diffs are not rendered by default.

fesm2022/form-field-cfb5974a.mjs.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/form-field-d428b130.mjs

Lines changed: 0 additions & 1087 deletions
This file was deleted.

fesm2022/form-field-d428b130.mjs.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

fesm2022/form-field.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { c as MAT_ERROR, M as MAT_FORM_FIELD, j as MAT_FORM_FIELD_DEFAULT_OPTIONS, f as MAT_PREFIX, h as MAT_SUFFIX, d as MatError, k as MatFormField, a as MatFormFieldControl, e as MatHint, b as MatLabel, g as MatPrefix, i as MatSuffix, m as getMatFormFieldDuplicatedHintError, n as getMatFormFieldMissingControlError, l as getMatFormFieldPlaceholderConflictError } from './form-field-d428b130.mjs';
2-
export { M as MatFormFieldModule } from './module-547fb874.mjs';
1+
export { c as MAT_ERROR, M as MAT_FORM_FIELD, j as MAT_FORM_FIELD_DEFAULT_OPTIONS, f as MAT_PREFIX, h as MAT_SUFFIX, d as MatError, k as MatFormField, a as MatFormFieldControl, e as MatHint, b as MatLabel, g as MatPrefix, i as MatSuffix, m as getMatFormFieldDuplicatedHintError, n as getMatFormFieldMissingControlError, l as getMatFormFieldPlaceholderConflictError } from './form-field-cfb5974a.mjs';
2+
export { M as MatFormFieldModule } from './module-a096ae0c.mjs';
33
import '@angular/cdk/a11y';
44
import '@angular/cdk/bidi';
55
import '@angular/cdk/coercion';

fesm2022/input.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import { NgControl, Validators, NgForm, FormGroupDirective } from '@angular/form
88
import { Subject } from 'rxjs';
99
import { M as MAT_INPUT_VALUE_ACCESSOR } from './input-value-accessor-4d18edb7.mjs';
1010
export { M as MAT_INPUT_VALUE_ACCESSOR } from './input-value-accessor-4d18edb7.mjs';
11-
import { M as MAT_FORM_FIELD, a as MatFormFieldControl } from './form-field-d428b130.mjs';
12-
export { d as MatError, k as MatFormField, e as MatHint, b as MatLabel, g as MatPrefix, i as MatSuffix } from './form-field-d428b130.mjs';
11+
import { M as MAT_FORM_FIELD, a as MatFormFieldControl } from './form-field-cfb5974a.mjs';
12+
export { d as MatError, k as MatFormField, e as MatHint, b as MatLabel, g as MatPrefix, i as MatSuffix } from './form-field-cfb5974a.mjs';
1313
import { E as ErrorStateMatcher } from './error-options-97896218.mjs';
1414
import { _ as _ErrorStateTracker } from './error-state-66849a3f.mjs';
15-
import { M as MatFormFieldModule } from './module-547fb874.mjs';
15+
import { M as MatFormFieldModule } from './module-a096ae0c.mjs';
1616
import { M as MatCommonModule } from './common-module-727dea0d.mjs';
1717
import '@angular/cdk/bidi';
1818
import '@angular/common';

fesm2022/module-547fb874.mjs renamed to fesm2022/module-a096ae0c.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ObserversModule } from '@angular/cdk/observers';
22
import * as i0 from '@angular/core';
33
import { NgModule } from '@angular/core';
4-
import { k as MatFormField, b as MatLabel, d as MatError, e as MatHint, g as MatPrefix, i as MatSuffix } from './form-field-d428b130.mjs';
4+
import { k as MatFormField, b as MatLabel, d as MatError, e as MatHint, g as MatPrefix, i as MatSuffix } from './form-field-cfb5974a.mjs';
55
import { M as MatCommonModule } from './common-module-727dea0d.mjs';
66

77
class MatFormFieldModule {
@@ -35,4 +35,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.4",
3535
}] });
3636

3737
export { MatFormFieldModule as M };
38-
//# sourceMappingURL=module-547fb874.mjs.map
38+
//# sourceMappingURL=module-a096ae0c.mjs.map

0 commit comments

Comments
 (0)