@angular/cdk 21.1.0-next.1 → 21.1.0-next.3
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/fesm2022/_a11y-module-chunk.mjs +29 -31
- package/fesm2022/_a11y-module-chunk.mjs.map +1 -1
- package/fesm2022/_activedescendant-key-manager-chunk.mjs.map +1 -1
- package/fesm2022/_array-chunk.mjs.map +1 -1
- package/fesm2022/_breakpoints-observer-chunk.mjs +6 -6
- package/fesm2022/_breakpoints-observer-chunk.mjs.map +1 -1
- package/fesm2022/_css-pixel-value-chunk.mjs.map +1 -1
- package/fesm2022/_data-source-chunk.mjs.map +1 -1
- package/fesm2022/_directionality-chunk.mjs +3 -3
- package/fesm2022/_directionality-chunk.mjs.map +1 -1
- package/fesm2022/_dispose-view-repeater-strategy-chunk.mjs.map +1 -1
- package/fesm2022/_element-chunk.mjs.map +1 -1
- package/fesm2022/_fake-event-detection-chunk.mjs.map +1 -1
- package/fesm2022/_focus-key-manager-chunk.mjs.map +1 -1
- package/fesm2022/_focus-monitor-chunk.mjs +11 -13
- package/fesm2022/_focus-monitor-chunk.mjs.map +1 -1
- package/fesm2022/_id-generator-chunk.mjs +3 -3
- package/fesm2022/_id-generator-chunk.mjs.map +1 -1
- package/fesm2022/_keycodes-chunk.mjs.map +1 -1
- package/fesm2022/_list-key-manager-chunk.mjs +6 -6
- package/fesm2022/_list-key-manager-chunk.mjs.map +1 -1
- package/fesm2022/_overlay-module-chunk.mjs +54 -46
- package/fesm2022/_overlay-module-chunk.mjs.map +1 -1
- package/fesm2022/_passive-listeners-chunk.mjs.map +1 -1
- package/fesm2022/_platform-chunk.mjs +3 -3
- package/fesm2022/_platform-chunk.mjs.map +1 -1
- package/fesm2022/_recycle-view-repeater-strategy-chunk.mjs +1 -3
- package/fesm2022/_recycle-view-repeater-strategy-chunk.mjs.map +1 -1
- package/fesm2022/_scrolling-chunk.mjs.map +1 -1
- package/fesm2022/_selection-model-chunk.mjs +1 -1
- package/fesm2022/_selection-model-chunk.mjs.map +1 -1
- package/fesm2022/_shadow-dom-chunk.mjs.map +1 -1
- package/fesm2022/_style-loader-chunk.mjs +3 -3
- package/fesm2022/_style-loader-chunk.mjs.map +1 -1
- package/fesm2022/_test-environment-chunk.mjs.map +1 -1
- package/fesm2022/_tree-key-manager-chunk.mjs.map +1 -1
- package/fesm2022/_typeahead-chunk.mjs.map +1 -1
- package/fesm2022/_unique-selection-dispatcher-chunk.mjs +3 -3
- package/fesm2022/_unique-selection-dispatcher-chunk.mjs.map +1 -1
- package/fesm2022/a11y.mjs +9 -9
- package/fesm2022/a11y.mjs.map +1 -1
- package/fesm2022/accordion.mjs +10 -10
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/bidi.mjs +8 -8
- package/fesm2022/bidi.mjs.map +1 -1
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/clipboard.mjs +11 -11
- package/fesm2022/clipboard.mjs.map +1 -1
- package/fesm2022/coercion-private.mjs.map +1 -1
- package/fesm2022/coercion.mjs.map +1 -1
- package/fesm2022/collections.mjs +1 -1
- package/fesm2022/dialog.mjs +12 -12
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs +48 -48
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/keycodes.mjs.map +1 -1
- package/fesm2022/layout.mjs +4 -4
- package/fesm2022/layout.mjs.map +1 -1
- package/fesm2022/listbox.mjs +11 -11
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +75 -61
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/observers-private.mjs +3 -3
- package/fesm2022/observers-private.mjs.map +1 -1
- package/fesm2022/observers.mjs +13 -13
- package/fesm2022/observers.mjs.map +1 -1
- package/fesm2022/overlay.mjs +3 -3
- package/fesm2022/overlay.mjs.map +1 -1
- package/fesm2022/platform.mjs +4 -4
- package/fesm2022/platform.mjs.map +1 -1
- package/fesm2022/portal.mjs +14 -14
- package/fesm2022/portal.mjs.map +1 -1
- package/fesm2022/private.mjs +3 -3
- package/fesm2022/private.mjs.map +1 -1
- package/fesm2022/scrolling.mjs +63 -58
- package/fesm2022/scrolling.mjs.map +1 -1
- package/fesm2022/stepper.mjs +22 -22
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +217 -112
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/testing-selenium-webdriver.mjs.map +1 -1
- package/fesm2022/testing-testbed.mjs +7 -1
- package/fesm2022/testing-testbed.mjs.map +1 -1
- package/fesm2022/testing.mjs +10 -13
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/text-field.mjs +17 -17
- package/fesm2022/text-field.mjs.map +1 -1
- package/fesm2022/tree.mjs +33 -37
- package/fesm2022/tree.mjs.map +1 -1
- package/package.json +2 -1
- package/schematics/ng-add/index.js +1 -1
- package/types/_harness-environment-chunk.d.ts +0 -2
- package/types/_overlay-module-chunk.d.ts +2 -1
- package/types/_scrolling-module-chunk.d.ts +11 -1
- package/types/_view-repeater-chunk.d.ts +2 -7
- package/types/collections.d.ts +1 -1
- package/types/menu.d.ts +8 -5
- package/types/scrolling.d.ts +1 -1
- package/types/table.d.ts +62 -11
- package/types/testing-testbed.d.ts +3 -0
- package/_adev_assets/cdk_drag_drop.json +0 -7221
- package/_adev_assets/cdk_testing.json +0 -7601
- package/_adev_assets/cdk_testing_protractor.json +0 -1747
- package/_adev_assets/cdk_testing_selenium_webdriver.json +0 -1801
- package/_adev_assets/cdk_testing_testbed.json +0 -1903
package/fesm2022/text-field.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import '@angular/common';
|
|
|
10
10
|
class _CdkTextFieldStyleLoader {
|
|
11
11
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
12
12
|
minVersion: "12.0.0",
|
|
13
|
-
version: "21.0.
|
|
13
|
+
version: "21.0.3",
|
|
14
14
|
ngImport: i0,
|
|
15
15
|
type: _CdkTextFieldStyleLoader,
|
|
16
16
|
deps: [],
|
|
@@ -18,7 +18,7 @@ class _CdkTextFieldStyleLoader {
|
|
|
18
18
|
});
|
|
19
19
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
20
20
|
minVersion: "14.0.0",
|
|
21
|
-
version: "21.0.
|
|
21
|
+
version: "21.0.3",
|
|
22
22
|
type: _CdkTextFieldStyleLoader,
|
|
23
23
|
isStandalone: true,
|
|
24
24
|
selector: "ng-component",
|
|
@@ -37,7 +37,7 @@ class _CdkTextFieldStyleLoader {
|
|
|
37
37
|
}
|
|
38
38
|
i0.ɵɵngDeclareClassMetadata({
|
|
39
39
|
minVersion: "12.0.0",
|
|
40
|
-
version: "21.0.
|
|
40
|
+
version: "21.0.3",
|
|
41
41
|
ngImport: i0,
|
|
42
42
|
type: _CdkTextFieldStyleLoader,
|
|
43
43
|
decorators: [{
|
|
@@ -117,7 +117,7 @@ class AutofillMonitor {
|
|
|
117
117
|
}
|
|
118
118
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
119
119
|
minVersion: "12.0.0",
|
|
120
|
-
version: "21.0.
|
|
120
|
+
version: "21.0.3",
|
|
121
121
|
ngImport: i0,
|
|
122
122
|
type: AutofillMonitor,
|
|
123
123
|
deps: [],
|
|
@@ -125,7 +125,7 @@ class AutofillMonitor {
|
|
|
125
125
|
});
|
|
126
126
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
127
127
|
minVersion: "12.0.0",
|
|
128
|
-
version: "21.0.
|
|
128
|
+
version: "21.0.3",
|
|
129
129
|
ngImport: i0,
|
|
130
130
|
type: AutofillMonitor,
|
|
131
131
|
providedIn: 'root'
|
|
@@ -133,7 +133,7 @@ class AutofillMonitor {
|
|
|
133
133
|
}
|
|
134
134
|
i0.ɵɵngDeclareClassMetadata({
|
|
135
135
|
minVersion: "12.0.0",
|
|
136
|
-
version: "21.0.
|
|
136
|
+
version: "21.0.3",
|
|
137
137
|
ngImport: i0,
|
|
138
138
|
type: AutofillMonitor,
|
|
139
139
|
decorators: [{
|
|
@@ -157,7 +157,7 @@ class CdkAutofill {
|
|
|
157
157
|
}
|
|
158
158
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
159
159
|
minVersion: "12.0.0",
|
|
160
|
-
version: "21.0.
|
|
160
|
+
version: "21.0.3",
|
|
161
161
|
ngImport: i0,
|
|
162
162
|
type: CdkAutofill,
|
|
163
163
|
deps: [],
|
|
@@ -165,7 +165,7 @@ class CdkAutofill {
|
|
|
165
165
|
});
|
|
166
166
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
167
167
|
minVersion: "14.0.0",
|
|
168
|
-
version: "21.0.
|
|
168
|
+
version: "21.0.3",
|
|
169
169
|
type: CdkAutofill,
|
|
170
170
|
isStandalone: true,
|
|
171
171
|
selector: "[cdkAutofill]",
|
|
@@ -177,7 +177,7 @@ class CdkAutofill {
|
|
|
177
177
|
}
|
|
178
178
|
i0.ɵɵngDeclareClassMetadata({
|
|
179
179
|
minVersion: "12.0.0",
|
|
180
|
-
version: "21.0.
|
|
180
|
+
version: "21.0.3",
|
|
181
181
|
ngImport: i0,
|
|
182
182
|
type: CdkAutofill,
|
|
183
183
|
decorators: [{
|
|
@@ -246,7 +246,7 @@ class CdkTextareaAutosize {
|
|
|
246
246
|
_cachedLineHeight;
|
|
247
247
|
_cachedPlaceholderHeight;
|
|
248
248
|
_document = inject(DOCUMENT);
|
|
249
|
-
_hasFocus;
|
|
249
|
+
_hasFocus = false;
|
|
250
250
|
_isViewInited = false;
|
|
251
251
|
constructor() {
|
|
252
252
|
const styleLoader = inject(_CdkPrivateStyleLoader);
|
|
@@ -390,7 +390,7 @@ class CdkTextareaAutosize {
|
|
|
390
390
|
}
|
|
391
391
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
392
392
|
minVersion: "12.0.0",
|
|
393
|
-
version: "21.0.
|
|
393
|
+
version: "21.0.3",
|
|
394
394
|
ngImport: i0,
|
|
395
395
|
type: CdkTextareaAutosize,
|
|
396
396
|
deps: [],
|
|
@@ -398,7 +398,7 @@ class CdkTextareaAutosize {
|
|
|
398
398
|
});
|
|
399
399
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
400
400
|
minVersion: "16.1.0",
|
|
401
|
-
version: "21.0.
|
|
401
|
+
version: "21.0.3",
|
|
402
402
|
type: CdkTextareaAutosize,
|
|
403
403
|
isStandalone: true,
|
|
404
404
|
selector: "textarea[cdkTextareaAutosize]",
|
|
@@ -423,7 +423,7 @@ class CdkTextareaAutosize {
|
|
|
423
423
|
}
|
|
424
424
|
i0.ɵɵngDeclareClassMetadata({
|
|
425
425
|
minVersion: "12.0.0",
|
|
426
|
-
version: "21.0.
|
|
426
|
+
version: "21.0.3",
|
|
427
427
|
ngImport: i0,
|
|
428
428
|
type: CdkTextareaAutosize,
|
|
429
429
|
decorators: [{
|
|
@@ -464,7 +464,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
464
464
|
class TextFieldModule {
|
|
465
465
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
466
466
|
minVersion: "12.0.0",
|
|
467
|
-
version: "21.0.
|
|
467
|
+
version: "21.0.3",
|
|
468
468
|
ngImport: i0,
|
|
469
469
|
type: TextFieldModule,
|
|
470
470
|
deps: [],
|
|
@@ -472,7 +472,7 @@ class TextFieldModule {
|
|
|
472
472
|
});
|
|
473
473
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
474
474
|
minVersion: "14.0.0",
|
|
475
|
-
version: "21.0.
|
|
475
|
+
version: "21.0.3",
|
|
476
476
|
ngImport: i0,
|
|
477
477
|
type: TextFieldModule,
|
|
478
478
|
imports: [CdkAutofill, CdkTextareaAutosize],
|
|
@@ -480,14 +480,14 @@ class TextFieldModule {
|
|
|
480
480
|
});
|
|
481
481
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
482
482
|
minVersion: "12.0.0",
|
|
483
|
-
version: "21.0.
|
|
483
|
+
version: "21.0.3",
|
|
484
484
|
ngImport: i0,
|
|
485
485
|
type: TextFieldModule
|
|
486
486
|
});
|
|
487
487
|
}
|
|
488
488
|
i0.ɵɵngDeclareClassMetadata({
|
|
489
489
|
minVersion: "12.0.0",
|
|
490
|
-
version: "21.0.
|
|
490
|
+
version: "21.0.3",
|
|
491
491
|
ngImport: i0,
|
|
492
492
|
type: TextFieldModule,
|
|
493
493
|
decorators: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-field.mjs","sources":["../../../../../k8-fastbuild-ST-199a4f3c4e20/bin/src/cdk/text-field/text-field-style-loader.ts","../../../../../k8-fastbuild-ST-199a4f3c4e20/bin/src/cdk/text-field/autofill.ts","../../../../../k8-fastbuild-ST-199a4f3c4e20/bin/src/cdk/text-field/autosize.ts","../../../../../k8-fastbuild-ST-199a4f3c4e20/bin/src/cdk/text-field/text-field-module.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';\n\n/** Component used to load the structural styles of the text field. */\n@Component({\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n styleUrl: 'text-field-prebuilt.css',\n host: {'cdk-text-field-style-loader': ''},\n})\nexport class _CdkTextFieldStyleLoader {}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Platform} from '../platform';\nimport {\n Directive,\n ElementRef,\n EventEmitter,\n inject,\n Injectable,\n NgZone,\n OnDestroy,\n OnInit,\n Output,\n RendererFactory2,\n} from '@angular/core';\nimport {_CdkPrivateStyleLoader} from '../private';\nimport {coerceElement} from '../coercion';\nimport {EMPTY, Observable, Subject} from 'rxjs';\nimport {_CdkTextFieldStyleLoader} from './text-field-style-loader';\n\n/** An event that is emitted when the autofill state of an input changes. */\nexport type AutofillEvent = {\n /** The element whose autofill state changes. */\n target: Element;\n /** Whether the element is currently autofilled. */\n isAutofilled: boolean;\n};\n\n/** Used to track info about currently monitored elements. */\ntype MonitoredElementInfo = {\n readonly subject: Subject<AutofillEvent>;\n unlisten: () => void;\n};\n\n/** Options to pass to the animationstart listener. */\nconst listenerOptions = {passive: true};\n\n/**\n * An injectable service that can be used to monitor the autofill state of an input.\n * Based on the following blog post:\n * https://medium.com/@brunn/detecting-autofilled-fields-in-javascript-aed598d25da7\n */\n@Injectable({providedIn: 'root'})\nexport class AutofillMonitor implements OnDestroy {\n private _platform = inject(Platform);\n private _ngZone = inject(NgZone);\n private _renderer = inject(RendererFactory2).createRenderer(null, null);\n\n private _styleLoader = inject(_CdkPrivateStyleLoader);\n private _monitoredElements = new Map<Element, MonitoredElementInfo>();\n\n constructor(...args: unknown[]);\n constructor() {}\n\n /**\n * Monitor for changes in the autofill state of the given input element.\n * @param element The element to monitor.\n * @return A stream of autofill state changes.\n */\n monitor(element: Element): Observable<AutofillEvent>;\n\n /**\n * Monitor for changes in the autofill state of the given input element.\n * @param element The element to monitor.\n * @return A stream of autofill state changes.\n */\n monitor(element: ElementRef<Element>): Observable<AutofillEvent>;\n\n monitor(elementOrRef: Element | ElementRef<Element>): Observable<AutofillEvent> {\n if (!this._platform.isBrowser) {\n return EMPTY;\n }\n\n this._styleLoader.load(_CdkTextFieldStyleLoader);\n\n const element = coerceElement(elementOrRef);\n const info = this._monitoredElements.get(element);\n\n if (info) {\n return info.subject;\n }\n\n const subject = new Subject<AutofillEvent>();\n const cssClass = 'cdk-text-field-autofilled';\n const listener = (event: AnimationEvent) => {\n // Animation events fire on initial element render, we check for the presence of the autofill\n // CSS class to make sure this is a real change in state, not just the initial render before\n // we fire off events.\n if (\n event.animationName === 'cdk-text-field-autofill-start' &&\n !element.classList.contains(cssClass)\n ) {\n element.classList.add(cssClass);\n this._ngZone.run(() => subject.next({target: event.target as Element, isAutofilled: true}));\n } else if (\n event.animationName === 'cdk-text-field-autofill-end' &&\n element.classList.contains(cssClass)\n ) {\n element.classList.remove(cssClass);\n this._ngZone.run(() =>\n subject.next({target: event.target as Element, isAutofilled: false}),\n );\n }\n };\n\n const unlisten = this._ngZone.runOutsideAngular(() => {\n element.classList.add('cdk-text-field-autofill-monitored');\n return this._renderer.listen(element, 'animationstart', listener, listenerOptions);\n });\n\n this._monitoredElements.set(element, {subject, unlisten});\n return subject;\n }\n\n /**\n * Stop monitoring the autofill state of the given input element.\n * @param element The element to stop monitoring.\n */\n stopMonitoring(element: Element): void;\n\n /**\n * Stop monitoring the autofill state of the given input element.\n * @param element The element to stop monitoring.\n */\n stopMonitoring(element: ElementRef<Element>): void;\n\n stopMonitoring(elementOrRef: Element | ElementRef<Element>): void {\n const element = coerceElement(elementOrRef);\n const info = this._monitoredElements.get(element);\n\n if (info) {\n info.unlisten();\n info.subject.complete();\n element.classList.remove('cdk-text-field-autofill-monitored');\n element.classList.remove('cdk-text-field-autofilled');\n this._monitoredElements.delete(element);\n }\n }\n\n ngOnDestroy() {\n this._monitoredElements.forEach((_info, element) => this.stopMonitoring(element));\n }\n}\n\n/** A directive that can be used to monitor the autofill state of an input. */\n@Directive({\n selector: '[cdkAutofill]',\n})\nexport class CdkAutofill implements OnDestroy, OnInit {\n private _elementRef = inject<ElementRef<HTMLElement>>(ElementRef);\n private _autofillMonitor = inject(AutofillMonitor);\n\n /** Emits when the autofill state of the element changes. */\n @Output() readonly cdkAutofill = new EventEmitter<AutofillEvent>();\n\n constructor(...args: unknown[]);\n constructor() {}\n\n ngOnInit() {\n this._autofillMonitor\n .monitor(this._elementRef)\n .subscribe(event => this.cdkAutofill.emit(event));\n }\n\n ngOnDestroy() {\n this._autofillMonitor.stopMonitoring(this._elementRef);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {NumberInput, coerceNumberProperty} from '../coercion';\nimport {\n Directive,\n ElementRef,\n Input,\n AfterViewInit,\n DoCheck,\n OnDestroy,\n NgZone,\n booleanAttribute,\n inject,\n Renderer2,\n DOCUMENT,\n} from '@angular/core';\n\nimport {Platform} from '../platform';\nimport {_CdkPrivateStyleLoader} from '../private';\nimport {auditTime} from 'rxjs/operators';\nimport {Subject} from 'rxjs';\nimport {_CdkTextFieldStyleLoader} from './text-field-style-loader';\n\n/** Directive to automatically resize a textarea to fit its content. */\n@Directive({\n selector: 'textarea[cdkTextareaAutosize]',\n exportAs: 'cdkTextareaAutosize',\n host: {\n 'class': 'cdk-textarea-autosize',\n // Textarea elements that have the directive applied should have a single row by default.\n // Browsers normally show two rows by default and therefore this limits the minRows binding.\n 'rows': '1',\n '(input)': '_noopInputHandler()',\n },\n})\nexport class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDestroy {\n private _elementRef = inject<ElementRef<HTMLElement>>(ElementRef);\n private _platform = inject(Platform);\n private _ngZone = inject(NgZone);\n private _renderer = inject(Renderer2);\n private _resizeEvents = new Subject<void>();\n\n /** Keep track of the previous textarea value to avoid resizing when the value hasn't changed. */\n private _previousValue?: string;\n private _initialHeight: string | undefined;\n private readonly _destroyed = new Subject<void>();\n private _listenerCleanups: (() => void)[] | undefined;\n\n private _minRows: number;\n private _maxRows: number;\n private _enabled: boolean = true;\n\n /**\n * Value of minRows as of last resize. If the minRows has decreased, the\n * height of the textarea needs to be recomputed to reflect the new minimum. The maxHeight\n * does not have the same problem because it does not affect the textarea's scrollHeight.\n */\n private _previousMinRows: number = -1;\n\n private _textareaElement: HTMLTextAreaElement;\n\n /** Minimum amount of rows in the textarea. */\n @Input('cdkAutosizeMinRows')\n get minRows(): number {\n return this._minRows;\n }\n set minRows(value: NumberInput) {\n this._minRows = coerceNumberProperty(value);\n this._setMinHeight();\n }\n\n /** Maximum amount of rows in the textarea. */\n @Input('cdkAutosizeMaxRows')\n get maxRows(): number {\n return this._maxRows;\n }\n set maxRows(value: NumberInput) {\n this._maxRows = coerceNumberProperty(value);\n this._setMaxHeight();\n }\n\n /** Whether autosizing is enabled or not */\n @Input({alias: 'cdkTextareaAutosize', transform: booleanAttribute})\n get enabled(): boolean {\n return this._enabled;\n }\n set enabled(value: boolean) {\n // Only act if the actual value changed. This specifically helps to not run\n // resizeToFitContent too early (i.e. before ngAfterViewInit)\n if (this._enabled !== value) {\n (this._enabled = value) ? this.resizeToFitContent(true) : this.reset();\n }\n }\n\n @Input()\n get placeholder(): string {\n return this._textareaElement.placeholder;\n }\n set placeholder(value: string) {\n this._cachedPlaceholderHeight = undefined;\n\n if (value) {\n this._textareaElement.setAttribute('placeholder', value);\n } else {\n this._textareaElement.removeAttribute('placeholder');\n }\n\n this._cacheTextareaPlaceholderHeight();\n }\n\n /** Cached height of a textarea with a single row. */\n private _cachedLineHeight?: number;\n /** Cached height of a textarea with only the placeholder. */\n private _cachedPlaceholderHeight?: number;\n\n /** Used to reference correct document/window */\n protected _document = inject(DOCUMENT);\n\n private _hasFocus: boolean;\n\n private _isViewInited = false;\n\n constructor(...args: unknown[]);\n\n constructor() {\n const styleLoader = inject(_CdkPrivateStyleLoader);\n styleLoader.load(_CdkTextFieldStyleLoader);\n this._textareaElement = this._elementRef.nativeElement as HTMLTextAreaElement;\n }\n\n /** Sets the minimum height of the textarea as determined by minRows. */\n _setMinHeight(): void {\n const minHeight =\n this.minRows && this._cachedLineHeight ? `${this.minRows * this._cachedLineHeight}px` : null;\n\n if (minHeight) {\n this._textareaElement.style.minHeight = minHeight;\n }\n }\n\n /** Sets the maximum height of the textarea as determined by maxRows. */\n _setMaxHeight(): void {\n const maxHeight =\n this.maxRows && this._cachedLineHeight ? `${this.maxRows * this._cachedLineHeight}px` : null;\n\n if (maxHeight) {\n this._textareaElement.style.maxHeight = maxHeight;\n }\n }\n\n ngAfterViewInit() {\n if (this._platform.isBrowser) {\n // Remember the height which we started with in case autosizing is disabled\n this._initialHeight = this._textareaElement.style.height;\n this.resizeToFitContent();\n\n this._ngZone.runOutsideAngular(() => {\n this._listenerCleanups = [\n this._renderer.listen('window', 'resize', () => this._resizeEvents.next()),\n this._renderer.listen(this._textareaElement, 'focus', this._handleFocusEvent),\n this._renderer.listen(this._textareaElement, 'blur', this._handleFocusEvent),\n ];\n this._resizeEvents.pipe(auditTime(16)).subscribe(() => {\n // Clear the cached heights since the styles can change\n // when the window is resized (e.g. by media queries).\n this._cachedLineHeight = this._cachedPlaceholderHeight = undefined;\n this.resizeToFitContent(true);\n });\n });\n\n this._isViewInited = true;\n this.resizeToFitContent(true);\n }\n }\n\n ngOnDestroy() {\n this._listenerCleanups?.forEach(cleanup => cleanup());\n this._resizeEvents.complete();\n this._destroyed.next();\n this._destroyed.complete();\n }\n\n /**\n * Cache the height of a single-row textarea if it has not already been cached.\n *\n * We need to know how large a single \"row\" of a textarea is in order to apply minRows and\n * maxRows. For the initial version, we will assume that the height of a single line in the\n * textarea does not ever change.\n */\n private _cacheTextareaLineHeight(): void {\n if (this._cachedLineHeight) {\n return;\n }\n\n // Use a clone element because we have to override some styles.\n const textareaClone = this._textareaElement.cloneNode(false) as HTMLTextAreaElement;\n const cloneStyles = textareaClone.style;\n textareaClone.rows = 1;\n\n // Use `position: absolute` so that this doesn't cause a browser layout and use\n // `visibility: hidden` so that nothing is rendered. Clear any other styles that\n // would affect the height.\n cloneStyles.position = 'absolute';\n cloneStyles.visibility = 'hidden';\n cloneStyles.border = 'none';\n cloneStyles.padding = '0';\n cloneStyles.height = '';\n cloneStyles.minHeight = '';\n cloneStyles.maxHeight = '';\n\n // App styles might be messing with the height through the positioning properties.\n cloneStyles.top = cloneStyles.bottom = cloneStyles.left = cloneStyles.right = 'auto';\n\n // In Firefox it happens that textarea elements are always bigger than the specified amount\n // of rows. This is because Firefox tries to add extra space for the horizontal scrollbar.\n // As a workaround that removes the extra space for the scrollbar, we can just set overflow\n // to hidden. This ensures that there is no invalid calculation of the line height.\n // See Firefox bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=33654\n cloneStyles.overflow = 'hidden';\n\n this._textareaElement.parentNode!.appendChild(textareaClone);\n this._cachedLineHeight = textareaClone.clientHeight;\n textareaClone.remove();\n\n // Min and max heights have to be re-calculated if the cached line height changes\n this._setMinHeight();\n this._setMaxHeight();\n }\n\n private _measureScrollHeight(): number {\n const element = this._textareaElement;\n const previousMargin = element.style.marginBottom || '';\n const isFirefox = this._platform.FIREFOX;\n const needsMarginFiller = isFirefox && this._hasFocus;\n const measuringClass = isFirefox\n ? 'cdk-textarea-autosize-measuring-firefox'\n : 'cdk-textarea-autosize-measuring';\n\n // In some cases the page might move around while we're measuring the `textarea` on Firefox. We\n // work around it by assigning a temporary margin with the same height as the `textarea` so that\n // it occupies the same amount of space. See #23233.\n if (needsMarginFiller) {\n element.style.marginBottom = `${element.clientHeight}px`;\n }\n\n // Reset the textarea height to auto in order to shrink back to its default size.\n // Also temporarily force overflow:hidden, so scroll bars do not interfere with calculations.\n element.classList.add(measuringClass);\n // The measuring class includes a 2px padding to workaround an issue with Chrome,\n // so we account for that extra space here by subtracting 4 (2px top + 2px bottom).\n const scrollHeight = element.scrollHeight - 4;\n element.classList.remove(measuringClass);\n\n if (needsMarginFiller) {\n element.style.marginBottom = previousMargin;\n }\n\n return scrollHeight;\n }\n\n private _cacheTextareaPlaceholderHeight(): void {\n if (!this._isViewInited || this._cachedPlaceholderHeight != undefined) {\n return;\n }\n if (!this.placeholder) {\n this._cachedPlaceholderHeight = 0;\n return;\n }\n\n const value = this._textareaElement.value;\n\n this._textareaElement.value = this._textareaElement.placeholder;\n this._cachedPlaceholderHeight = this._measureScrollHeight();\n this._textareaElement.value = value;\n }\n\n /** Handles `focus` and `blur` events. */\n private _handleFocusEvent = (event: FocusEvent) => {\n this._hasFocus = event.type === 'focus';\n };\n\n ngDoCheck() {\n if (this._platform.isBrowser) {\n this.resizeToFitContent();\n }\n }\n\n /**\n * Resize the textarea to fit its content.\n * @param force Whether to force a height recalculation. By default the height will be\n * recalculated only if the value changed since the last call.\n */\n resizeToFitContent(force: boolean = false) {\n // If autosizing is disabled, just skip everything else\n if (!this._enabled) {\n return;\n }\n\n this._cacheTextareaLineHeight();\n this._cacheTextareaPlaceholderHeight();\n\n // If we haven't determined the line-height yet, we know we're still hidden and there's no point\n // in checking the height of the textarea.\n if (!this._cachedLineHeight) {\n return;\n }\n\n const textarea = this._elementRef.nativeElement as HTMLTextAreaElement;\n const value = textarea.value;\n\n // Only resize if the value or minRows have changed since these calculations can be expensive.\n if (!force && this._minRows === this._previousMinRows && value === this._previousValue) {\n return;\n }\n\n const scrollHeight = this._measureScrollHeight();\n const height = Math.max(scrollHeight, this._cachedPlaceholderHeight || 0);\n\n // Use the scrollHeight to know how large the textarea *would* be if fit its entire value.\n textarea.style.height = `${height}px`;\n\n this._ngZone.runOutsideAngular(() => {\n if (typeof requestAnimationFrame !== 'undefined') {\n requestAnimationFrame(() => this._scrollToCaretPosition(textarea));\n } else {\n setTimeout(() => this._scrollToCaretPosition(textarea));\n }\n });\n\n this._previousValue = value;\n this._previousMinRows = this._minRows;\n }\n\n /**\n * Resets the textarea to its original size\n */\n reset() {\n // Do not try to change the textarea, if the initialHeight has not been determined yet\n // This might potentially remove styles when reset() is called before ngAfterViewInit\n if (this._initialHeight !== undefined) {\n this._textareaElement.style.height = this._initialHeight;\n }\n }\n\n _noopInputHandler() {\n // no-op handler that ensures we're running change detection on input events.\n }\n\n /**\n * Scrolls a textarea to the caret position. On Firefox resizing the textarea will\n * prevent it from scrolling to the caret position. We need to re-set the selection\n * in order for it to scroll to the proper position.\n */\n private _scrollToCaretPosition(textarea: HTMLTextAreaElement) {\n const {selectionStart, selectionEnd} = textarea;\n\n // IE will throw an \"Unspecified error\" if we try to set the selection range after the\n // element has been removed from the DOM. Assert that the directive hasn't been destroyed\n // between the time we requested the animation frame and when it was executed.\n // Also note that we have to assert that the textarea is focused before we set the\n // selection range. Setting the selection range on a non-focused textarea will cause\n // it to receive focus on IE and Edge.\n if (!this._destroyed.isStopped && this._hasFocus) {\n textarea.setSelectionRange(selectionStart, selectionEnd);\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {NgModule} from '@angular/core';\nimport {CdkAutofill} from './autofill';\nimport {CdkTextareaAutosize} from './autosize';\n\n@NgModule({\n imports: [CdkAutofill, CdkTextareaAutosize],\n exports: [CdkAutofill, CdkTextareaAutosize],\n})\nexport class TextFieldModule {}\n"],"names":["_CdkTextFieldStyleLoader","deps","target","i0","ɵɵFactoryTarget","Component","ɵcmp","ɵɵngDeclareComponent","minVersion","version","type","isInline","styles","changeDetection","ChangeDetectionStrategy","OnPush","encapsulation","ViewEncapsulation","None","decorators","args","template","host","listenerOptions","passive","AutofillMonitor","_platform","inject","Platform","_ngZone","NgZone","_renderer","RendererFactory2","createRenderer","_styleLoader","_CdkPrivateStyleLoader","_monitoredElements","Map","constructor","monitor","elementOrRef","isBrowser","EMPTY","load","element","coerceElement","info","get","subject","Subject","cssClass","listener","event","animationName","classList","contains","add","run","next","isAutofilled","remove","unlisten","runOutsideAngular","listen","set","stopMonitoring","complete","delete","ngOnDestroy","forEach","_info","Injectable","ɵprov","ɵɵngDeclareInjectable","ngImport","providedIn","CdkAutofill","_elementRef","ElementRef","_autofillMonitor","cdkAutofill","EventEmitter","ngOnInit","subscribe","emit","Directive","isStandalone","selector","outputs","Output","CdkTextareaAutosize","Renderer2","_resizeEvents","_previousValue","_initialHeight","_destroyed","_listenerCleanups","_minRows","_maxRows","_enabled","_previousMinRows","_textareaElement","minRows","value","coerceNumberProperty","_setMinHeight","maxRows","_setMaxHeight","enabled","resizeToFitContent","reset","placeholder","_cachedPlaceholderHeight","undefined","setAttribute","removeAttribute","_cacheTextareaPlaceholderHeight","_cachedLineHeight","_document","DOCUMENT","_hasFocus","_isViewInited","styleLoader","nativeElement","minHeight","style","maxHeight","ngAfterViewInit","height","_handleFocusEvent","pipe","auditTime","cleanup","_cacheTextareaLineHeight","textareaClone","cloneNode","cloneStyles","rows","position","visibility","border","padding","top","bottom","left","right","overflow","parentNode","appendChild","clientHeight","_measureScrollHeight","previousMargin","marginBottom","isFirefox","FIREFOX","needsMarginFiller","measuringClass","scrollHeight","ngDoCheck","force","textarea","Math","max","requestAnimationFrame","_scrollToCaretPosition","setTimeout","_noopInputHandler","selectionStart","selectionEnd","isStopped","setSelectionRange","ɵdir","ɵɵngDeclareDirective","booleanAttribute","attributes","listeners","classAttribute","exportAs","Input","alias","transform","TextFieldModule","NgModule","ɵmod","ɵɵngDeclareNgModule","exports","imports"],"mappings":";;;;;;;;;MAkBaA,wBAAwB,CAAA;;;;;UAAxBA,wBAAwB;AAAAC,IAAAA,IAAA,EAAA,EAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAC;AAAA,GAAA,CAAA;AAAxB,EAAA,OAAAC,IAAA,GAAAH,EAAA,CAAAI,oBAAA,CAAA;AAAAC,IAAAA,UAAA,EAAA,QAAA;AAAAC,IAAAA,OAAA,EAAA,QAAA;AAAAC,IAAAA,IAAA,EAAAV,wBAAwB;;;;;;;;;cANzB,EAAE;AAAAW,IAAAA,QAAA,EAAA,IAAA;IAAAC,MAAA,EAAA,CAAA,2mBAAA,CAAA;AAAAC,IAAAA,eAAA,EAAAV,EAAA,CAAAW,uBAAA,CAAAC,MAAA;AAAAC,IAAAA,aAAA,EAAAb,EAAA,CAAAc,iBAAA,CAAAC;AAAA,GAAA,CAAA;;;;;;QAMDlB,wBAAwB;AAAAmB,EAAAA,UAAA,EAAA,CAAA;UAPpCd,SAAS;AACEe,IAAAA,IAAA,EAAA,CAAA;AAAAC,MAAAA,QAAA,EAAA,EAAE;MACKR,eAAA,EAAAC,uBAAuB,CAACC,MAAM;MAChCC,aAAA,EAAAC,iBAAiB,CAACC,IAAI;AAE/BI,MAAAA,IAAA,EAAA;AAAC,QAAA,6BAA6B,EAAE;OAAG;MAAAV,MAAA,EAAA,CAAA,2mBAAA;KAAA;;;;ACyB3C,MAAMW,eAAe,GAAG;AAACC,EAAAA,OAAO,EAAE;CAAK;MAQ1BC,eAAe,CAAA;AAClBC,EAAAA,SAAS,GAAGC,MAAM,CAACC,QAAQ,CAAC;AAC5BC,EAAAA,OAAO,GAAGF,MAAM,CAACG,MAAM,CAAC;EACxBC,SAAS,GAAGJ,MAAM,CAACK,gBAAgB,CAAC,CAACC,cAAc,CAAC,IAAI,EAAE,IAAI,CAAC;AAE/DC,EAAAA,YAAY,GAAGP,MAAM,CAACQ,sBAAsB,CAAC;AAC7CC,EAAAA,kBAAkB,GAAG,IAAIC,GAAG,EAAiC;EAGrEC,WAAAA,GAAA;EAgBAC,OAAOA,CAACC,YAA2C,EAAA;AACjD,IAAA,IAAI,CAAC,IAAI,CAACd,SAAS,CAACe,SAAS,EAAE;AAC7B,MAAA,OAAOC,KAAK;AACd;AAEA,IAAA,IAAI,CAACR,YAAY,CAACS,IAAI,CAAC3C,wBAAwB,CAAC;AAEhD,IAAA,MAAM4C,OAAO,GAAGC,aAAa,CAACL,YAAY,CAAC;IAC3C,MAAMM,IAAI,GAAG,IAAI,CAACV,kBAAkB,CAACW,GAAG,CAACH,OAAO,CAAC;AAEjD,IAAA,IAAIE,IAAI,EAAE;MACR,OAAOA,IAAI,CAACE,OAAO;AACrB;AAEA,IAAA,MAAMA,OAAO,GAAG,IAAIC,OAAO,EAAiB;IAC5C,MAAMC,QAAQ,GAAG,2BAA2B;IAC5C,MAAMC,QAAQ,GAAIC,KAAqB,IAAI;AAIzC,MAAA,IACEA,KAAK,CAACC,aAAa,KAAK,+BAA+B,IACvD,CAACT,OAAO,CAACU,SAAS,CAACC,QAAQ,CAACL,QAAQ,CAAC,EACrC;AACAN,QAAAA,OAAO,CAACU,SAAS,CAACE,GAAG,CAACN,QAAQ,CAAC;QAC/B,IAAI,CAACrB,OAAO,CAAC4B,GAAG,CAAC,MAAMT,OAAO,CAACU,IAAI,CAAC;UAACxD,MAAM,EAAEkD,KAAK,CAAClD,MAAiB;AAAEyD,UAAAA,YAAY,EAAE;AAAI,SAAC,CAAC,CAAC;AAC7F,OAAA,MAAO,IACLP,KAAK,CAACC,aAAa,KAAK,6BAA6B,IACrDT,OAAO,CAACU,SAAS,CAACC,QAAQ,CAACL,QAAQ,CAAC,EACpC;AACAN,QAAAA,OAAO,CAACU,SAAS,CAACM,MAAM,CAACV,QAAQ,CAAC;QAClC,IAAI,CAACrB,OAAO,CAAC4B,GAAG,CAAC,MACfT,OAAO,CAACU,IAAI,CAAC;UAACxD,MAAM,EAAEkD,KAAK,CAAClD,MAAiB;AAAEyD,UAAAA,YAAY,EAAE;AAAK,SAAC,CAAC,CACrE;AACH;KACD;IAED,MAAME,QAAQ,GAAG,IAAI,CAAChC,OAAO,CAACiC,iBAAiB,CAAC,MAAK;AACnDlB,MAAAA,OAAO,CAACU,SAAS,CAACE,GAAG,CAAC,mCAAmC,CAAC;AAC1D,MAAA,OAAO,IAAI,CAACzB,SAAS,CAACgC,MAAM,CAACnB,OAAO,EAAE,gBAAgB,EAAEO,QAAQ,EAAE5B,eAAe,CAAC;AACpF,KAAC,CAAC;AAEF,IAAA,IAAI,CAACa,kBAAkB,CAAC4B,GAAG,CAACpB,OAAO,EAAE;MAACI,OAAO;AAAEa,MAAAA;AAAQ,KAAC,CAAC;AACzD,IAAA,OAAOb,OAAO;AAChB;EAcAiB,cAAcA,CAACzB,YAA2C,EAAA;AACxD,IAAA,MAAMI,OAAO,GAAGC,aAAa,CAACL,YAAY,CAAC;IAC3C,MAAMM,IAAI,GAAG,IAAI,CAACV,kBAAkB,CAACW,GAAG,CAACH,OAAO,CAAC;AAEjD,IAAA,IAAIE,IAAI,EAAE;MACRA,IAAI,CAACe,QAAQ,EAAE;AACff,MAAAA,IAAI,CAACE,OAAO,CAACkB,QAAQ,EAAE;AACvBtB,MAAAA,OAAO,CAACU,SAAS,CAACM,MAAM,CAAC,mCAAmC,CAAC;AAC7DhB,MAAAA,OAAO,CAACU,SAAS,CAACM,MAAM,CAAC,2BAA2B,CAAC;AACrD,MAAA,IAAI,CAACxB,kBAAkB,CAAC+B,MAAM,CAACvB,OAAO,CAAC;AACzC;AACF;AAEAwB,EAAAA,WAAWA,GAAA;AACT,IAAA,IAAI,CAAChC,kBAAkB,CAACiC,OAAO,CAAC,CAACC,KAAK,EAAE1B,OAAO,KAAK,IAAI,CAACqB,cAAc,CAACrB,OAAO,CAAC,CAAC;AACnF;;;;;UAlGWnB,eAAe;AAAAxB,IAAAA,IAAA,EAAA,EAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAmE;AAAA,GAAA,CAAA;AAAf,EAAA,OAAAC,KAAA,GAAArE,EAAA,CAAAsE,qBAAA,CAAA;AAAAjE,IAAAA,UAAA,EAAA,QAAA;AAAAC,IAAAA,OAAA,EAAA,QAAA;AAAAiE,IAAAA,QAAA,EAAAvE,EAAA;AAAAO,IAAAA,IAAA,EAAAe,eAAe;gBADH;AAAM,GAAA,CAAA;;;;;;QAClBA,eAAe;AAAAN,EAAAA,UAAA,EAAA,CAAA;UAD3BoD,UAAU;WAAC;AAACI,MAAAA,UAAU,EAAE;KAAO;;;;MA0GnBC,WAAW,CAAA;AACdC,EAAAA,WAAW,GAAGlD,MAAM,CAA0BmD,UAAU,CAAC;AACzDC,EAAAA,gBAAgB,GAAGpD,MAAM,CAACF,eAAe,CAAC;AAG/BuD,EAAAA,WAAW,GAAG,IAAIC,YAAY,EAAiB;EAGlE3C,WAAAA,GAAA;AAEA4C,EAAAA,QAAQA,GAAA;IACN,IAAI,CAACH,gBAAgB,CAClBxC,OAAO,CAAC,IAAI,CAACsC,WAAW,CAAA,CACxBM,SAAS,CAAC/B,KAAK,IAAI,IAAI,CAAC4B,WAAW,CAACI,IAAI,CAAChC,KAAK,CAAC,CAAC;AACrD;AAEAgB,EAAAA,WAAWA,GAAA;IACT,IAAI,CAACW,gBAAgB,CAACd,cAAc,CAAC,IAAI,CAACY,WAAW,CAAC;AACxD;;;;;UAlBWD,WAAW;AAAA3E,IAAAA,IAAA,EAAA,EAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAiF;AAAA,GAAA,CAAA;;;;UAAXT,WAAW;AAAAU,IAAAA,YAAA,EAAA,IAAA;AAAAC,IAAAA,QAAA,EAAA,eAAA;AAAAC,IAAAA,OAAA,EAAA;AAAAR,MAAAA,WAAA,EAAA;KAAA;AAAAN,IAAAA,QAAA,EAAAvE;AAAA,GAAA,CAAA;;;;;;QAAXyE,WAAW;AAAAzD,EAAAA,UAAA,EAAA,CAAA;UAHvBkE,SAAS;AAACjE,IAAAA,IAAA,EAAA,CAAA;AACTmE,MAAAA,QAAQ,EAAE;KACX;;;;;YAMEE;;;;;MCtHUC,mBAAmB,CAAA;AACtBb,EAAAA,WAAW,GAAGlD,MAAM,CAA0BmD,UAAU,CAAC;AACzDpD,EAAAA,SAAS,GAAGC,MAAM,CAACC,QAAQ,CAAC;AAC5BC,EAAAA,OAAO,GAAGF,MAAM,CAACG,MAAM,CAAC;AACxBC,EAAAA,SAAS,GAAGJ,MAAM,CAACgE,SAAS,CAAC;AAC7BC,EAAAA,aAAa,GAAG,IAAI3C,OAAO,EAAQ;EAGnC4C,cAAc;EACdC,cAAc;AACLC,EAAAA,UAAU,GAAG,IAAI9C,OAAO,EAAQ;EACzC+C,iBAAiB;EAEjBC,QAAQ;EACRC,QAAQ;AACRC,EAAAA,QAAQ,GAAY,IAAI;EAOxBC,gBAAgB,GAAW,CAAC,CAAC;EAE7BC,gBAAgB;EAGxB,IACIC,OAAOA,GAAA;IACT,OAAO,IAAI,CAACL,QAAQ;AACtB;EACA,IAAIK,OAAOA,CAACC,KAAkB,EAAA;AAC5B,IAAA,IAAI,CAACN,QAAQ,GAAGO,oBAAoB,CAACD,KAAK,CAAC;IAC3C,IAAI,CAACE,aAAa,EAAE;AACtB;EAGA,IACIC,OAAOA,GAAA;IACT,OAAO,IAAI,CAACR,QAAQ;AACtB;EACA,IAAIQ,OAAOA,CAACH,KAAkB,EAAA;AAC5B,IAAA,IAAI,CAACL,QAAQ,GAAGM,oBAAoB,CAACD,KAAK,CAAC;IAC3C,IAAI,CAACI,aAAa,EAAE;AACtB;EAGA,IACIC,OAAOA,GAAA;IACT,OAAO,IAAI,CAACT,QAAQ;AACtB;EACA,IAAIS,OAAOA,CAACL,KAAc,EAAA;AAGxB,IAAA,IAAI,IAAI,CAACJ,QAAQ,KAAKI,KAAK,EAAE;AAC3B,MAAA,CAAC,IAAI,CAACJ,QAAQ,GAAGI,KAAK,IAAI,IAAI,CAACM,kBAAkB,CAAC,IAAI,CAAC,GAAG,IAAI,CAACC,KAAK,EAAE;AACxE;AACF;EAEA,IACIC,WAAWA,GAAA;AACb,IAAA,OAAO,IAAI,CAACV,gBAAgB,CAACU,WAAW;AAC1C;EACA,IAAIA,WAAWA,CAACR,KAAa,EAAA;IAC3B,IAAI,CAACS,wBAAwB,GAAGC,SAAS;AAEzC,IAAA,IAAIV,KAAK,EAAE;MACT,IAAI,CAACF,gBAAgB,CAACa,YAAY,CAAC,aAAa,EAAEX,KAAK,CAAC;AAC1D,KAAA,MAAO;AACL,MAAA,IAAI,CAACF,gBAAgB,CAACc,eAAe,CAAC,aAAa,CAAC;AACtD;IAEA,IAAI,CAACC,+BAA+B,EAAE;AACxC;EAGQC,iBAAiB;EAEjBL,wBAAwB;AAGtBM,EAAAA,SAAS,GAAG3F,MAAM,CAAC4F,QAAQ,CAAC;EAE9BC,SAAS;AAETC,EAAAA,aAAa,GAAG,KAAK;AAI7BnF,EAAAA,WAAAA,GAAA;AACE,IAAA,MAAMoF,WAAW,GAAG/F,MAAM,CAACQ,sBAAsB,CAAC;AAClDuF,IAAAA,WAAW,CAAC/E,IAAI,CAAC3C,wBAAwB,CAAC;AAC1C,IAAA,IAAI,CAACqG,gBAAgB,GAAG,IAAI,CAACxB,WAAW,CAAC8C,aAAoC;AAC/E;AAGAlB,EAAAA,aAAaA,GAAA;IACX,MAAMmB,SAAS,GACb,IAAI,CAACtB,OAAO,IAAI,IAAI,CAACe,iBAAiB,GAAG,GAAG,IAAI,CAACf,OAAO,GAAG,IAAI,CAACe,iBAAiB,CAAA,EAAA,CAAI,GAAG,IAAI;AAE9F,IAAA,IAAIO,SAAS,EAAE;AACb,MAAA,IAAI,CAACvB,gBAAgB,CAACwB,KAAK,CAACD,SAAS,GAAGA,SAAS;AACnD;AACF;AAGAjB,EAAAA,aAAaA,GAAA;IACX,MAAMmB,SAAS,GACb,IAAI,CAACpB,OAAO,IAAI,IAAI,CAACW,iBAAiB,GAAG,GAAG,IAAI,CAACX,OAAO,GAAG,IAAI,CAACW,iBAAiB,CAAA,EAAA,CAAI,GAAG,IAAI;AAE9F,IAAA,IAAIS,SAAS,EAAE;AACb,MAAA,IAAI,CAACzB,gBAAgB,CAACwB,KAAK,CAACC,SAAS,GAAGA,SAAS;AACnD;AACF;AAEAC,EAAAA,eAAeA,GAAA;AACb,IAAA,IAAI,IAAI,CAACrG,SAAS,CAACe,SAAS,EAAE;MAE5B,IAAI,CAACqD,cAAc,GAAG,IAAI,CAACO,gBAAgB,CAACwB,KAAK,CAACG,MAAM;MACxD,IAAI,CAACnB,kBAAkB,EAAE;AAEzB,MAAA,IAAI,CAAChF,OAAO,CAACiC,iBAAiB,CAAC,MAAK;QAClC,IAAI,CAACkC,iBAAiB,GAAG,CACvB,IAAI,CAACjE,SAAS,CAACgC,MAAM,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC6B,aAAa,CAAClC,IAAI,EAAE,CAAC,EAC1E,IAAI,CAAC3B,SAAS,CAACgC,MAAM,CAAC,IAAI,CAACsC,gBAAgB,EAAE,OAAO,EAAE,IAAI,CAAC4B,iBAAiB,CAAC,EAC7E,IAAI,CAAClG,SAAS,CAACgC,MAAM,CAAC,IAAI,CAACsC,gBAAgB,EAAE,MAAM,EAAE,IAAI,CAAC4B,iBAAiB,CAAC,CAC7E;AACD,QAAA,IAAI,CAACrC,aAAa,CAACsC,IAAI,CAACC,SAAS,CAAC,EAAE,CAAC,CAAC,CAAChD,SAAS,CAAC,MAAK;AAGpD,UAAA,IAAI,CAACkC,iBAAiB,GAAG,IAAI,CAACL,wBAAwB,GAAGC,SAAS;AAClE,UAAA,IAAI,CAACJ,kBAAkB,CAAC,IAAI,CAAC;AAC/B,SAAC,CAAC;AACJ,OAAC,CAAC;MAEF,IAAI,CAACY,aAAa,GAAG,IAAI;AACzB,MAAA,IAAI,CAACZ,kBAAkB,CAAC,IAAI,CAAC;AAC/B;AACF;AAEAzC,EAAAA,WAAWA,GAAA;IACT,IAAI,CAAC4B,iBAAiB,EAAE3B,OAAO,CAAC+D,OAAO,IAAIA,OAAO,EAAE,CAAC;AACrD,IAAA,IAAI,CAACxC,aAAa,CAAC1B,QAAQ,EAAE;AAC7B,IAAA,IAAI,CAAC6B,UAAU,CAACrC,IAAI,EAAE;AACtB,IAAA,IAAI,CAACqC,UAAU,CAAC7B,QAAQ,EAAE;AAC5B;AASQmE,EAAAA,wBAAwBA,GAAA;IAC9B,IAAI,IAAI,CAAChB,iBAAiB,EAAE;AAC1B,MAAA;AACF;IAGA,MAAMiB,aAAa,GAAG,IAAI,CAACjC,gBAAgB,CAACkC,SAAS,CAAC,KAAK,CAAwB;AACnF,IAAA,MAAMC,WAAW,GAAGF,aAAa,CAACT,KAAK;IACvCS,aAAa,CAACG,IAAI,GAAG,CAAC;IAKtBD,WAAW,CAACE,QAAQ,GAAG,UAAU;IACjCF,WAAW,CAACG,UAAU,GAAG,QAAQ;IACjCH,WAAW,CAACI,MAAM,GAAG,MAAM;IAC3BJ,WAAW,CAACK,OAAO,GAAG,GAAG;IACzBL,WAAW,CAACR,MAAM,GAAG,EAAE;IACvBQ,WAAW,CAACZ,SAAS,GAAG,EAAE;IAC1BY,WAAW,CAACV,SAAS,GAAG,EAAE;AAG1BU,IAAAA,WAAW,CAACM,GAAG,GAAGN,WAAW,CAACO,MAAM,GAAGP,WAAW,CAACQ,IAAI,GAAGR,WAAW,CAACS,KAAK,GAAG,MAAM;IAOpFT,WAAW,CAACU,QAAQ,GAAG,QAAQ;IAE/B,IAAI,CAAC7C,gBAAgB,CAAC8C,UAAW,CAACC,WAAW,CAACd,aAAa,CAAC;AAC5D,IAAA,IAAI,CAACjB,iBAAiB,GAAGiB,aAAa,CAACe,YAAY;IACnDf,aAAa,CAAC1E,MAAM,EAAE;IAGtB,IAAI,CAAC6C,aAAa,EAAE;IACpB,IAAI,CAACE,aAAa,EAAE;AACtB;AAEQ2C,EAAAA,oBAAoBA,GAAA;AAC1B,IAAA,MAAM1G,OAAO,GAAG,IAAI,CAACyD,gBAAgB;IACrC,MAAMkD,cAAc,GAAG3G,OAAO,CAACiF,KAAK,CAAC2B,YAAY,IAAI,EAAE;AACvD,IAAA,MAAMC,SAAS,GAAG,IAAI,CAAC/H,SAAS,CAACgI,OAAO;AACxC,IAAA,MAAMC,iBAAiB,GAAGF,SAAS,IAAI,IAAI,CAACjC,SAAS;AACrD,IAAA,MAAMoC,cAAc,GAAGH,SAAS,GAC5B,yCAAyC,GACzC,iCAAiC;AAKrC,IAAA,IAAIE,iBAAiB,EAAE;MACrB/G,OAAO,CAACiF,KAAK,CAAC2B,YAAY,GAAG,CAAG5G,EAAAA,OAAO,CAACyG,YAAY,CAAI,EAAA,CAAA;AAC1D;AAIAzG,IAAAA,OAAO,CAACU,SAAS,CAACE,GAAG,CAACoG,cAAc,CAAC;AAGrC,IAAA,MAAMC,YAAY,GAAGjH,OAAO,CAACiH,YAAY,GAAG,CAAC;AAC7CjH,IAAAA,OAAO,CAACU,SAAS,CAACM,MAAM,CAACgG,cAAc,CAAC;AAExC,IAAA,IAAID,iBAAiB,EAAE;AACrB/G,MAAAA,OAAO,CAACiF,KAAK,CAAC2B,YAAY,GAAGD,cAAc;AAC7C;AAEA,IAAA,OAAOM,YAAY;AACrB;AAEQzC,EAAAA,+BAA+BA,GAAA;IACrC,IAAI,CAAC,IAAI,CAACK,aAAa,IAAI,IAAI,CAACT,wBAAwB,IAAIC,SAAS,EAAE;AACrE,MAAA;AACF;AACA,IAAA,IAAI,CAAC,IAAI,CAACF,WAAW,EAAE;MACrB,IAAI,CAACC,wBAAwB,GAAG,CAAC;AACjC,MAAA;AACF;AAEA,IAAA,MAAMT,KAAK,GAAG,IAAI,CAACF,gBAAgB,CAACE,KAAK;IAEzC,IAAI,CAACF,gBAAgB,CAACE,KAAK,GAAG,IAAI,CAACF,gBAAgB,CAACU,WAAW;AAC/D,IAAA,IAAI,CAACC,wBAAwB,GAAG,IAAI,CAACsC,oBAAoB,EAAE;AAC3D,IAAA,IAAI,CAACjD,gBAAgB,CAACE,KAAK,GAAGA,KAAK;AACrC;EAGQ0B,iBAAiB,GAAI7E,KAAiB,IAAI;AAChD,IAAA,IAAI,CAACoE,SAAS,GAAGpE,KAAK,CAAC1C,IAAI,KAAK,OAAO;GACxC;AAEDoJ,EAAAA,SAASA,GAAA;AACP,IAAA,IAAI,IAAI,CAACpI,SAAS,CAACe,SAAS,EAAE;MAC5B,IAAI,CAACoE,kBAAkB,EAAE;AAC3B;AACF;AAOAA,EAAAA,kBAAkBA,CAACkD,QAAiB,KAAK,EAAA;AAEvC,IAAA,IAAI,CAAC,IAAI,CAAC5D,QAAQ,EAAE;AAClB,MAAA;AACF;IAEA,IAAI,CAACkC,wBAAwB,EAAE;IAC/B,IAAI,CAACjB,+BAA+B,EAAE;AAItC,IAAA,IAAI,CAAC,IAAI,CAACC,iBAAiB,EAAE;AAC3B,MAAA;AACF;AAEA,IAAA,MAAM2C,QAAQ,GAAG,IAAI,CAACnF,WAAW,CAAC8C,aAAoC;AACtE,IAAA,MAAMpB,KAAK,GAAGyD,QAAQ,CAACzD,KAAK;AAG5B,IAAA,IAAI,CAACwD,KAAK,IAAI,IAAI,CAAC9D,QAAQ,KAAK,IAAI,CAACG,gBAAgB,IAAIG,KAAK,KAAK,IAAI,CAACV,cAAc,EAAE;AACtF,MAAA;AACF;AAEA,IAAA,MAAMgE,YAAY,GAAG,IAAI,CAACP,oBAAoB,EAAE;AAChD,IAAA,MAAMtB,MAAM,GAAGiC,IAAI,CAACC,GAAG,CAACL,YAAY,EAAE,IAAI,CAAC7C,wBAAwB,IAAI,CAAC,CAAC;AAGzEgD,IAAAA,QAAQ,CAACnC,KAAK,CAACG,MAAM,GAAG,CAAA,EAAGA,MAAM,CAAI,EAAA,CAAA;AAErC,IAAA,IAAI,CAACnG,OAAO,CAACiC,iBAAiB,CAAC,MAAK;AAClC,MAAA,IAAI,OAAOqG,qBAAqB,KAAK,WAAW,EAAE;QAChDA,qBAAqB,CAAC,MAAM,IAAI,CAACC,sBAAsB,CAACJ,QAAQ,CAAC,CAAC;AACpE,OAAA,MAAO;QACLK,UAAU,CAAC,MAAM,IAAI,CAACD,sBAAsB,CAACJ,QAAQ,CAAC,CAAC;AACzD;AACF,KAAC,CAAC;IAEF,IAAI,CAACnE,cAAc,GAAGU,KAAK;AAC3B,IAAA,IAAI,CAACH,gBAAgB,GAAG,IAAI,CAACH,QAAQ;AACvC;AAKAa,EAAAA,KAAKA,GAAA;AAGH,IAAA,IAAI,IAAI,CAAChB,cAAc,KAAKmB,SAAS,EAAE;MACrC,IAAI,CAACZ,gBAAgB,CAACwB,KAAK,CAACG,MAAM,GAAG,IAAI,CAAClC,cAAc;AAC1D;AACF;EAEAwE,iBAAiBA,GAAA;EASTF,sBAAsBA,CAACJ,QAA6B,EAAA;IAC1D,MAAM;MAACO,cAAc;AAAEC,MAAAA;AAAa,KAAA,GAAGR,QAAQ;IAQ/C,IAAI,CAAC,IAAI,CAACjE,UAAU,CAAC0E,SAAS,IAAI,IAAI,CAACjD,SAAS,EAAE;AAChDwC,MAAAA,QAAQ,CAACU,iBAAiB,CAACH,cAAc,EAAEC,YAAY,CAAC;AAC1D;AACF;;;;;UA1UW9E,mBAAmB;AAAAzF,IAAAA,IAAA,EAAA,EAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAiF;AAAA,GAAA,CAAA;AAAnB,EAAA,OAAAsF,IAAA,GAAAxK,EAAA,CAAAyK,oBAAA,CAAA;AAAApK,IAAAA,UAAA,EAAA,QAAA;AAAAC,IAAAA,OAAA,EAAA,QAAA;AAAAC,IAAAA,IAAA,EAAAgF,mBAAmB;;;;;;kDA+CmBmF,gBAAgB,CAAA;AAAA9D,MAAAA,WAAA,EAAA;KAAA;AAAAzF,IAAAA,IAAA,EAAA;AAAAwJ,MAAAA,UAAA,EAAA;AAAA,QAAA,MAAA,EAAA;OAAA;AAAAC,MAAAA,SAAA,EAAA;AAAA,QAAA,OAAA,EAAA;OAAA;AAAAC,MAAAA,cAAA,EAAA;KAAA;IAAAC,QAAA,EAAA,CAAA,qBAAA,CAAA;AAAAvG,IAAAA,QAAA,EAAAvE;AAAA,GAAA,CAAA;;;;;;QA/CtDuF,mBAAmB;AAAAvE,EAAAA,UAAA,EAAA,CAAA;UAX/BkE,SAAS;AAACjE,IAAAA,IAAA,EAAA,CAAA;AACTmE,MAAAA,QAAQ,EAAE,+BAA+B;AACzC0F,MAAAA,QAAQ,EAAE,qBAAqB;AAC/B3J,MAAAA,IAAI,EAAE;AACJ,QAAA,OAAO,EAAE,uBAAuB;AAGhC,QAAA,MAAM,EAAE,GAAG;AACX,QAAA,SAAS,EAAE;AACZ;KACF;;;;;YA4BE4J,KAAK;aAAC,oBAAoB;;;YAU1BA,KAAK;aAAC,oBAAoB;;;YAU1BA,KAAK;AAAC9J,MAAAA,IAAA,EAAA,CAAA;AAAC+J,QAAAA,KAAK,EAAE,qBAAqB;AAAEC,QAAAA,SAAS,EAAEP;OAAiB;;;YAYjEK;;;;;MCpFUG,eAAe,CAAA;;;;;UAAfA,eAAe;AAAApL,IAAAA,IAAA,EAAA,EAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAkL;AAAA,GAAA,CAAA;AAAf,EAAA,OAAAC,IAAA,GAAApL,EAAA,CAAAqL,mBAAA,CAAA;AAAAhL,IAAAA,UAAA,EAAA,QAAA;AAAAC,IAAAA,OAAA,EAAA,QAAA;AAAAiE,IAAAA,QAAA,EAAAvE,EAAA;AAAAO,IAAAA,IAAA,EAAA2K,eAAe;cAHhBzG,WAAW,EAAEc,mBAAmB,CAChC;AAAA+F,IAAAA,OAAA,EAAA,CAAA7G,WAAW,EAAEc,mBAAmB;AAAA,GAAA,CAAA;;;;;UAE/B2F;AAAe,GAAA,CAAA;;;;;;QAAfA,eAAe;AAAAlK,EAAAA,UAAA,EAAA,CAAA;UAJ3BmK,QAAQ;AAAClK,IAAAA,IAAA,EAAA,CAAA;AACRsK,MAAAA,OAAO,EAAE,CAAC9G,WAAW,EAAEc,mBAAmB,CAAC;AAC3C+F,MAAAA,OAAO,EAAE,CAAC7G,WAAW,EAAEc,mBAAmB;KAC3C;;;;;;"}
|
|
1
|
+
{"version":3,"file":"text-field.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/cdk/text-field/text-field-style-loader.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/cdk/text-field/autofill.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/cdk/text-field/autosize.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/src/cdk/text-field/text-field-module.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';\n\n/** Component used to load the structural styles of the text field. */\n@Component({\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n styleUrl: 'text-field-prebuilt.css',\n host: {'cdk-text-field-style-loader': ''},\n})\nexport class _CdkTextFieldStyleLoader {}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Platform} from '../platform';\nimport {\n Directive,\n ElementRef,\n EventEmitter,\n inject,\n Injectable,\n NgZone,\n OnDestroy,\n OnInit,\n Output,\n RendererFactory2,\n} from '@angular/core';\nimport {_CdkPrivateStyleLoader} from '../private';\nimport {coerceElement} from '../coercion';\nimport {EMPTY, Observable, Subject} from 'rxjs';\nimport {_CdkTextFieldStyleLoader} from './text-field-style-loader';\n\n/** An event that is emitted when the autofill state of an input changes. */\nexport type AutofillEvent = {\n /** The element whose autofill state changes. */\n target: Element;\n /** Whether the element is currently autofilled. */\n isAutofilled: boolean;\n};\n\n/** Used to track info about currently monitored elements. */\ntype MonitoredElementInfo = {\n readonly subject: Subject<AutofillEvent>;\n unlisten: () => void;\n};\n\n/** Options to pass to the animationstart listener. */\nconst listenerOptions = {passive: true};\n\n/**\n * An injectable service that can be used to monitor the autofill state of an input.\n * Based on the following blog post:\n * https://medium.com/@brunn/detecting-autofilled-fields-in-javascript-aed598d25da7\n */\n@Injectable({providedIn: 'root'})\nexport class AutofillMonitor implements OnDestroy {\n private _platform = inject(Platform);\n private _ngZone = inject(NgZone);\n private _renderer = inject(RendererFactory2).createRenderer(null, null);\n\n private _styleLoader = inject(_CdkPrivateStyleLoader);\n private _monitoredElements = new Map<Element, MonitoredElementInfo>();\n\n constructor(...args: unknown[]);\n constructor() {}\n\n /**\n * Monitor for changes in the autofill state of the given input element.\n * @param element The element to monitor.\n * @return A stream of autofill state changes.\n */\n monitor(element: Element): Observable<AutofillEvent>;\n\n /**\n * Monitor for changes in the autofill state of the given input element.\n * @param element The element to monitor.\n * @return A stream of autofill state changes.\n */\n monitor(element: ElementRef<Element>): Observable<AutofillEvent>;\n\n monitor(elementOrRef: Element | ElementRef<Element>): Observable<AutofillEvent> {\n if (!this._platform.isBrowser) {\n return EMPTY;\n }\n\n this._styleLoader.load(_CdkTextFieldStyleLoader);\n\n const element = coerceElement(elementOrRef);\n const info = this._monitoredElements.get(element);\n\n if (info) {\n return info.subject;\n }\n\n const subject = new Subject<AutofillEvent>();\n const cssClass = 'cdk-text-field-autofilled';\n const listener = (event: AnimationEvent) => {\n // Animation events fire on initial element render, we check for the presence of the autofill\n // CSS class to make sure this is a real change in state, not just the initial render before\n // we fire off events.\n if (\n event.animationName === 'cdk-text-field-autofill-start' &&\n !element.classList.contains(cssClass)\n ) {\n element.classList.add(cssClass);\n this._ngZone.run(() => subject.next({target: event.target as Element, isAutofilled: true}));\n } else if (\n event.animationName === 'cdk-text-field-autofill-end' &&\n element.classList.contains(cssClass)\n ) {\n element.classList.remove(cssClass);\n this._ngZone.run(() =>\n subject.next({target: event.target as Element, isAutofilled: false}),\n );\n }\n };\n\n const unlisten = this._ngZone.runOutsideAngular(() => {\n element.classList.add('cdk-text-field-autofill-monitored');\n return this._renderer.listen(element, 'animationstart', listener, listenerOptions);\n });\n\n this._monitoredElements.set(element, {subject, unlisten});\n return subject;\n }\n\n /**\n * Stop monitoring the autofill state of the given input element.\n * @param element The element to stop monitoring.\n */\n stopMonitoring(element: Element): void;\n\n /**\n * Stop monitoring the autofill state of the given input element.\n * @param element The element to stop monitoring.\n */\n stopMonitoring(element: ElementRef<Element>): void;\n\n stopMonitoring(elementOrRef: Element | ElementRef<Element>): void {\n const element = coerceElement(elementOrRef);\n const info = this._monitoredElements.get(element);\n\n if (info) {\n info.unlisten();\n info.subject.complete();\n element.classList.remove('cdk-text-field-autofill-monitored');\n element.classList.remove('cdk-text-field-autofilled');\n this._monitoredElements.delete(element);\n }\n }\n\n ngOnDestroy() {\n this._monitoredElements.forEach((_info, element) => this.stopMonitoring(element));\n }\n}\n\n/** A directive that can be used to monitor the autofill state of an input. */\n@Directive({\n selector: '[cdkAutofill]',\n})\nexport class CdkAutofill implements OnDestroy, OnInit {\n private _elementRef = inject<ElementRef<HTMLElement>>(ElementRef);\n private _autofillMonitor = inject(AutofillMonitor);\n\n /** Emits when the autofill state of the element changes. */\n @Output() readonly cdkAutofill = new EventEmitter<AutofillEvent>();\n\n constructor(...args: unknown[]);\n constructor() {}\n\n ngOnInit() {\n this._autofillMonitor\n .monitor(this._elementRef)\n .subscribe(event => this.cdkAutofill.emit(event));\n }\n\n ngOnDestroy() {\n this._autofillMonitor.stopMonitoring(this._elementRef);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {NumberInput, coerceNumberProperty} from '../coercion';\nimport {\n Directive,\n ElementRef,\n Input,\n AfterViewInit,\n DoCheck,\n OnDestroy,\n NgZone,\n booleanAttribute,\n inject,\n Renderer2,\n DOCUMENT,\n} from '@angular/core';\n\nimport {Platform} from '../platform';\nimport {_CdkPrivateStyleLoader} from '../private';\nimport {auditTime} from 'rxjs/operators';\nimport {Subject} from 'rxjs';\nimport {_CdkTextFieldStyleLoader} from './text-field-style-loader';\n\n/** Directive to automatically resize a textarea to fit its content. */\n@Directive({\n selector: 'textarea[cdkTextareaAutosize]',\n exportAs: 'cdkTextareaAutosize',\n host: {\n 'class': 'cdk-textarea-autosize',\n // Textarea elements that have the directive applied should have a single row by default.\n // Browsers normally show two rows by default and therefore this limits the minRows binding.\n 'rows': '1',\n '(input)': '_noopInputHandler()',\n },\n})\nexport class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDestroy {\n private _elementRef = inject<ElementRef<HTMLElement>>(ElementRef);\n private _platform = inject(Platform);\n private _ngZone = inject(NgZone);\n private _renderer = inject(Renderer2);\n private _resizeEvents = new Subject<void>();\n\n /** Keep track of the previous textarea value to avoid resizing when the value hasn't changed. */\n private _previousValue?: string;\n private _initialHeight: string | undefined;\n private readonly _destroyed = new Subject<void>();\n private _listenerCleanups: (() => void)[] | undefined;\n\n private _minRows!: number;\n private _maxRows!: number;\n private _enabled: boolean = true;\n\n /**\n * Value of minRows as of last resize. If the minRows has decreased, the\n * height of the textarea needs to be recomputed to reflect the new minimum. The maxHeight\n * does not have the same problem because it does not affect the textarea's scrollHeight.\n */\n private _previousMinRows: number = -1;\n\n private _textareaElement: HTMLTextAreaElement;\n\n /** Minimum amount of rows in the textarea. */\n @Input('cdkAutosizeMinRows')\n get minRows(): number {\n return this._minRows;\n }\n set minRows(value: NumberInput) {\n this._minRows = coerceNumberProperty(value);\n this._setMinHeight();\n }\n\n /** Maximum amount of rows in the textarea. */\n @Input('cdkAutosizeMaxRows')\n get maxRows(): number {\n return this._maxRows;\n }\n set maxRows(value: NumberInput) {\n this._maxRows = coerceNumberProperty(value);\n this._setMaxHeight();\n }\n\n /** Whether autosizing is enabled or not */\n @Input({alias: 'cdkTextareaAutosize', transform: booleanAttribute})\n get enabled(): boolean {\n return this._enabled;\n }\n set enabled(value: boolean) {\n // Only act if the actual value changed. This specifically helps to not run\n // resizeToFitContent too early (i.e. before ngAfterViewInit)\n if (this._enabled !== value) {\n (this._enabled = value) ? this.resizeToFitContent(true) : this.reset();\n }\n }\n\n @Input()\n get placeholder(): string {\n return this._textareaElement.placeholder;\n }\n set placeholder(value: string) {\n this._cachedPlaceholderHeight = undefined;\n\n if (value) {\n this._textareaElement.setAttribute('placeholder', value);\n } else {\n this._textareaElement.removeAttribute('placeholder');\n }\n\n this._cacheTextareaPlaceholderHeight();\n }\n\n /** Cached height of a textarea with a single row. */\n private _cachedLineHeight?: number;\n /** Cached height of a textarea with only the placeholder. */\n private _cachedPlaceholderHeight?: number;\n\n /** Used to reference correct document/window */\n protected _document = inject(DOCUMENT);\n\n private _hasFocus = false;\n\n private _isViewInited = false;\n\n constructor(...args: unknown[]);\n\n constructor() {\n const styleLoader = inject(_CdkPrivateStyleLoader);\n styleLoader.load(_CdkTextFieldStyleLoader);\n this._textareaElement = this._elementRef.nativeElement as HTMLTextAreaElement;\n }\n\n /** Sets the minimum height of the textarea as determined by minRows. */\n _setMinHeight(): void {\n const minHeight =\n this.minRows && this._cachedLineHeight ? `${this.minRows * this._cachedLineHeight}px` : null;\n\n if (minHeight) {\n this._textareaElement.style.minHeight = minHeight;\n }\n }\n\n /** Sets the maximum height of the textarea as determined by maxRows. */\n _setMaxHeight(): void {\n const maxHeight =\n this.maxRows && this._cachedLineHeight ? `${this.maxRows * this._cachedLineHeight}px` : null;\n\n if (maxHeight) {\n this._textareaElement.style.maxHeight = maxHeight;\n }\n }\n\n ngAfterViewInit() {\n if (this._platform.isBrowser) {\n // Remember the height which we started with in case autosizing is disabled\n this._initialHeight = this._textareaElement.style.height;\n this.resizeToFitContent();\n\n this._ngZone.runOutsideAngular(() => {\n this._listenerCleanups = [\n this._renderer.listen('window', 'resize', () => this._resizeEvents.next()),\n this._renderer.listen(this._textareaElement, 'focus', this._handleFocusEvent),\n this._renderer.listen(this._textareaElement, 'blur', this._handleFocusEvent),\n ];\n this._resizeEvents.pipe(auditTime(16)).subscribe(() => {\n // Clear the cached heights since the styles can change\n // when the window is resized (e.g. by media queries).\n this._cachedLineHeight = this._cachedPlaceholderHeight = undefined;\n this.resizeToFitContent(true);\n });\n });\n\n this._isViewInited = true;\n this.resizeToFitContent(true);\n }\n }\n\n ngOnDestroy() {\n this._listenerCleanups?.forEach(cleanup => cleanup());\n this._resizeEvents.complete();\n this._destroyed.next();\n this._destroyed.complete();\n }\n\n /**\n * Cache the height of a single-row textarea if it has not already been cached.\n *\n * We need to know how large a single \"row\" of a textarea is in order to apply minRows and\n * maxRows. For the initial version, we will assume that the height of a single line in the\n * textarea does not ever change.\n */\n private _cacheTextareaLineHeight(): void {\n if (this._cachedLineHeight) {\n return;\n }\n\n // Use a clone element because we have to override some styles.\n const textareaClone = this._textareaElement.cloneNode(false) as HTMLTextAreaElement;\n const cloneStyles = textareaClone.style;\n textareaClone.rows = 1;\n\n // Use `position: absolute` so that this doesn't cause a browser layout and use\n // `visibility: hidden` so that nothing is rendered. Clear any other styles that\n // would affect the height.\n cloneStyles.position = 'absolute';\n cloneStyles.visibility = 'hidden';\n cloneStyles.border = 'none';\n cloneStyles.padding = '0';\n cloneStyles.height = '';\n cloneStyles.minHeight = '';\n cloneStyles.maxHeight = '';\n\n // App styles might be messing with the height through the positioning properties.\n cloneStyles.top = cloneStyles.bottom = cloneStyles.left = cloneStyles.right = 'auto';\n\n // In Firefox it happens that textarea elements are always bigger than the specified amount\n // of rows. This is because Firefox tries to add extra space for the horizontal scrollbar.\n // As a workaround that removes the extra space for the scrollbar, we can just set overflow\n // to hidden. This ensures that there is no invalid calculation of the line height.\n // See Firefox bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=33654\n cloneStyles.overflow = 'hidden';\n\n this._textareaElement.parentNode!.appendChild(textareaClone);\n this._cachedLineHeight = textareaClone.clientHeight;\n textareaClone.remove();\n\n // Min and max heights have to be re-calculated if the cached line height changes\n this._setMinHeight();\n this._setMaxHeight();\n }\n\n private _measureScrollHeight(): number {\n const element = this._textareaElement;\n const previousMargin = element.style.marginBottom || '';\n const isFirefox = this._platform.FIREFOX;\n const needsMarginFiller = isFirefox && this._hasFocus;\n const measuringClass = isFirefox\n ? 'cdk-textarea-autosize-measuring-firefox'\n : 'cdk-textarea-autosize-measuring';\n\n // In some cases the page might move around while we're measuring the `textarea` on Firefox. We\n // work around it by assigning a temporary margin with the same height as the `textarea` so that\n // it occupies the same amount of space. See #23233.\n if (needsMarginFiller) {\n element.style.marginBottom = `${element.clientHeight}px`;\n }\n\n // Reset the textarea height to auto in order to shrink back to its default size.\n // Also temporarily force overflow:hidden, so scroll bars do not interfere with calculations.\n element.classList.add(measuringClass);\n // The measuring class includes a 2px padding to workaround an issue with Chrome,\n // so we account for that extra space here by subtracting 4 (2px top + 2px bottom).\n const scrollHeight = element.scrollHeight - 4;\n element.classList.remove(measuringClass);\n\n if (needsMarginFiller) {\n element.style.marginBottom = previousMargin;\n }\n\n return scrollHeight;\n }\n\n private _cacheTextareaPlaceholderHeight(): void {\n if (!this._isViewInited || this._cachedPlaceholderHeight != undefined) {\n return;\n }\n if (!this.placeholder) {\n this._cachedPlaceholderHeight = 0;\n return;\n }\n\n const value = this._textareaElement.value;\n\n this._textareaElement.value = this._textareaElement.placeholder;\n this._cachedPlaceholderHeight = this._measureScrollHeight();\n this._textareaElement.value = value;\n }\n\n /** Handles `focus` and `blur` events. */\n private _handleFocusEvent = (event: FocusEvent) => {\n this._hasFocus = event.type === 'focus';\n };\n\n ngDoCheck() {\n if (this._platform.isBrowser) {\n this.resizeToFitContent();\n }\n }\n\n /**\n * Resize the textarea to fit its content.\n * @param force Whether to force a height recalculation. By default the height will be\n * recalculated only if the value changed since the last call.\n */\n resizeToFitContent(force: boolean = false) {\n // If autosizing is disabled, just skip everything else\n if (!this._enabled) {\n return;\n }\n\n this._cacheTextareaLineHeight();\n this._cacheTextareaPlaceholderHeight();\n\n // If we haven't determined the line-height yet, we know we're still hidden and there's no point\n // in checking the height of the textarea.\n if (!this._cachedLineHeight) {\n return;\n }\n\n const textarea = this._elementRef.nativeElement as HTMLTextAreaElement;\n const value = textarea.value;\n\n // Only resize if the value or minRows have changed since these calculations can be expensive.\n if (!force && this._minRows === this._previousMinRows && value === this._previousValue) {\n return;\n }\n\n const scrollHeight = this._measureScrollHeight();\n const height = Math.max(scrollHeight, this._cachedPlaceholderHeight || 0);\n\n // Use the scrollHeight to know how large the textarea *would* be if fit its entire value.\n textarea.style.height = `${height}px`;\n\n this._ngZone.runOutsideAngular(() => {\n if (typeof requestAnimationFrame !== 'undefined') {\n requestAnimationFrame(() => this._scrollToCaretPosition(textarea));\n } else {\n setTimeout(() => this._scrollToCaretPosition(textarea));\n }\n });\n\n this._previousValue = value;\n this._previousMinRows = this._minRows;\n }\n\n /**\n * Resets the textarea to its original size\n */\n reset() {\n // Do not try to change the textarea, if the initialHeight has not been determined yet\n // This might potentially remove styles when reset() is called before ngAfterViewInit\n if (this._initialHeight !== undefined) {\n this._textareaElement.style.height = this._initialHeight;\n }\n }\n\n _noopInputHandler() {\n // no-op handler that ensures we're running change detection on input events.\n }\n\n /**\n * Scrolls a textarea to the caret position. On Firefox resizing the textarea will\n * prevent it from scrolling to the caret position. We need to re-set the selection\n * in order for it to scroll to the proper position.\n */\n private _scrollToCaretPosition(textarea: HTMLTextAreaElement) {\n const {selectionStart, selectionEnd} = textarea;\n\n // IE will throw an \"Unspecified error\" if we try to set the selection range after the\n // element has been removed from the DOM. Assert that the directive hasn't been destroyed\n // between the time we requested the animation frame and when it was executed.\n // Also note that we have to assert that the textarea is focused before we set the\n // selection range. Setting the selection range on a non-focused textarea will cause\n // it to receive focus on IE and Edge.\n if (!this._destroyed.isStopped && this._hasFocus) {\n textarea.setSelectionRange(selectionStart, selectionEnd);\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {NgModule} from '@angular/core';\nimport {CdkAutofill} from './autofill';\nimport {CdkTextareaAutosize} from './autosize';\n\n@NgModule({\n imports: [CdkAutofill, CdkTextareaAutosize],\n exports: [CdkAutofill, CdkTextareaAutosize],\n})\nexport class TextFieldModule {}\n"],"names":["_CdkTextFieldStyleLoader","deps","target","i0","ɵɵFactoryTarget","Component","ɵcmp","ɵɵngDeclareComponent","minVersion","version","type","isInline","styles","changeDetection","ChangeDetectionStrategy","OnPush","encapsulation","ViewEncapsulation","None","decorators","args","template","host","listenerOptions","passive","AutofillMonitor","_platform","inject","Platform","_ngZone","NgZone","_renderer","RendererFactory2","createRenderer","_styleLoader","_CdkPrivateStyleLoader","_monitoredElements","Map","constructor","monitor","elementOrRef","isBrowser","EMPTY","load","element","coerceElement","info","get","subject","Subject","cssClass","listener","event","animationName","classList","contains","add","run","next","isAutofilled","remove","unlisten","runOutsideAngular","listen","set","stopMonitoring","complete","delete","ngOnDestroy","forEach","_info","Injectable","ɵprov","ɵɵngDeclareInjectable","ngImport","providedIn","CdkAutofill","_elementRef","ElementRef","_autofillMonitor","cdkAutofill","EventEmitter","ngOnInit","subscribe","emit","Directive","isStandalone","selector","outputs","Output","CdkTextareaAutosize","Renderer2","_resizeEvents","_previousValue","_initialHeight","_destroyed","_listenerCleanups","_minRows","_maxRows","_enabled","_previousMinRows","_textareaElement","minRows","value","coerceNumberProperty","_setMinHeight","maxRows","_setMaxHeight","enabled","resizeToFitContent","reset","placeholder","_cachedPlaceholderHeight","undefined","setAttribute","removeAttribute","_cacheTextareaPlaceholderHeight","_cachedLineHeight","_document","DOCUMENT","_hasFocus","_isViewInited","styleLoader","nativeElement","minHeight","style","maxHeight","ngAfterViewInit","height","_handleFocusEvent","pipe","auditTime","cleanup","_cacheTextareaLineHeight","textareaClone","cloneNode","cloneStyles","rows","position","visibility","border","padding","top","bottom","left","right","overflow","parentNode","appendChild","clientHeight","_measureScrollHeight","previousMargin","marginBottom","isFirefox","FIREFOX","needsMarginFiller","measuringClass","scrollHeight","ngDoCheck","force","textarea","Math","max","requestAnimationFrame","_scrollToCaretPosition","setTimeout","_noopInputHandler","selectionStart","selectionEnd","isStopped","setSelectionRange","ɵdir","ɵɵngDeclareDirective","booleanAttribute","attributes","listeners","classAttribute","exportAs","Input","alias","transform","TextFieldModule","NgModule","ɵmod","ɵɵngDeclareNgModule","exports","imports"],"mappings":"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"}
|
package/fesm2022/tree.mjs
CHANGED
|
@@ -124,7 +124,7 @@ class CdkTreeNodeOutlet {
|
|
|
124
124
|
constructor() {}
|
|
125
125
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
126
126
|
minVersion: "12.0.0",
|
|
127
|
-
version: "21.0.
|
|
127
|
+
version: "21.0.3",
|
|
128
128
|
ngImport: i0,
|
|
129
129
|
type: CdkTreeNodeOutlet,
|
|
130
130
|
deps: [],
|
|
@@ -132,7 +132,7 @@ class CdkTreeNodeOutlet {
|
|
|
132
132
|
});
|
|
133
133
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
134
134
|
minVersion: "14.0.0",
|
|
135
|
-
version: "21.0.
|
|
135
|
+
version: "21.0.3",
|
|
136
136
|
type: CdkTreeNodeOutlet,
|
|
137
137
|
isStandalone: true,
|
|
138
138
|
selector: "[cdkTreeNodeOutlet]",
|
|
@@ -141,7 +141,7 @@ class CdkTreeNodeOutlet {
|
|
|
141
141
|
}
|
|
142
142
|
i0.ɵɵngDeclareClassMetadata({
|
|
143
143
|
minVersion: "12.0.0",
|
|
144
|
-
version: "21.0.
|
|
144
|
+
version: "21.0.3",
|
|
145
145
|
ngImport: i0,
|
|
146
146
|
type: CdkTreeNodeOutlet,
|
|
147
147
|
decorators: [{
|
|
@@ -168,7 +168,7 @@ class CdkTreeNodeDef {
|
|
|
168
168
|
constructor() {}
|
|
169
169
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
170
170
|
minVersion: "12.0.0",
|
|
171
|
-
version: "21.0.
|
|
171
|
+
version: "21.0.3",
|
|
172
172
|
ngImport: i0,
|
|
173
173
|
type: CdkTreeNodeDef,
|
|
174
174
|
deps: [],
|
|
@@ -176,7 +176,7 @@ class CdkTreeNodeDef {
|
|
|
176
176
|
});
|
|
177
177
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
178
178
|
minVersion: "14.0.0",
|
|
179
|
-
version: "21.0.
|
|
179
|
+
version: "21.0.3",
|
|
180
180
|
type: CdkTreeNodeDef,
|
|
181
181
|
isStandalone: true,
|
|
182
182
|
selector: "[cdkTreeNodeDef]",
|
|
@@ -188,7 +188,7 @@ class CdkTreeNodeDef {
|
|
|
188
188
|
}
|
|
189
189
|
i0.ɵɵngDeclareClassMetadata({
|
|
190
190
|
minVersion: "12.0.0",
|
|
191
|
-
version: "21.0.
|
|
191
|
+
version: "21.0.3",
|
|
192
192
|
ngImport: i0,
|
|
193
193
|
type: CdkTreeNodeDef,
|
|
194
194
|
decorators: [{
|
|
@@ -227,7 +227,7 @@ class CdkTree {
|
|
|
227
227
|
_dir = inject(Directionality);
|
|
228
228
|
_onDestroy = new Subject();
|
|
229
229
|
_dataDiffer;
|
|
230
|
-
_defaultNodeDef;
|
|
230
|
+
_defaultNodeDef = null;
|
|
231
231
|
_dataSubscription;
|
|
232
232
|
_levels = new Map();
|
|
233
233
|
_parents = new Map();
|
|
@@ -280,10 +280,8 @@ class CdkTree {
|
|
|
280
280
|
if (this._dataSource && typeof this._dataSource.disconnect === 'function') {
|
|
281
281
|
this.dataSource.disconnect(this);
|
|
282
282
|
}
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
this._dataSubscription = null;
|
|
286
|
-
}
|
|
283
|
+
this._dataSubscription?.unsubscribe();
|
|
284
|
+
this._dataSubscription = undefined;
|
|
287
285
|
this._keyManager?.destroy();
|
|
288
286
|
}
|
|
289
287
|
ngOnInit() {
|
|
@@ -312,10 +310,8 @@ class CdkTree {
|
|
|
312
310
|
if (this._dataSource && typeof this._dataSource.disconnect === 'function') {
|
|
313
311
|
this.dataSource.disconnect(this);
|
|
314
312
|
}
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
this._dataSubscription = null;
|
|
318
|
-
}
|
|
313
|
+
this._dataSubscription?.unsubscribe();
|
|
314
|
+
this._dataSubscription = undefined;
|
|
319
315
|
if (!dataSource) {
|
|
320
316
|
this._nodeOutlet.viewContainer.clear();
|
|
321
317
|
}
|
|
@@ -825,7 +821,7 @@ class CdkTree {
|
|
|
825
821
|
}
|
|
826
822
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
827
823
|
minVersion: "12.0.0",
|
|
828
|
-
version: "21.0.
|
|
824
|
+
version: "21.0.3",
|
|
829
825
|
ngImport: i0,
|
|
830
826
|
type: CdkTree,
|
|
831
827
|
deps: [],
|
|
@@ -833,7 +829,7 @@ class CdkTree {
|
|
|
833
829
|
});
|
|
834
830
|
static ɵcmp = i0.ɵɵngDeclareComponent({
|
|
835
831
|
minVersion: "14.0.0",
|
|
836
|
-
version: "21.0.
|
|
832
|
+
version: "21.0.3",
|
|
837
833
|
type: CdkTree,
|
|
838
834
|
isStandalone: true,
|
|
839
835
|
selector: "cdk-tree",
|
|
@@ -881,7 +877,7 @@ class CdkTree {
|
|
|
881
877
|
}
|
|
882
878
|
i0.ɵɵngDeclareClassMetadata({
|
|
883
879
|
minVersion: "12.0.0",
|
|
884
|
-
version: "21.0.
|
|
880
|
+
version: "21.0.3",
|
|
885
881
|
ngImport: i0,
|
|
886
882
|
type: CdkTree,
|
|
887
883
|
decorators: [{
|
|
@@ -968,8 +964,8 @@ class CdkTreeNode {
|
|
|
968
964
|
this.collapse();
|
|
969
965
|
}
|
|
970
966
|
}
|
|
971
|
-
isDisabled;
|
|
972
|
-
typeaheadLabel;
|
|
967
|
+
isDisabled = false;
|
|
968
|
+
typeaheadLabel = null;
|
|
973
969
|
getLabel() {
|
|
974
970
|
return this.typeaheadLabel || this._elementRef.nativeElement.textContent?.trim() || '';
|
|
975
971
|
}
|
|
@@ -1098,7 +1094,7 @@ class CdkTreeNode {
|
|
|
1098
1094
|
}
|
|
1099
1095
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1100
1096
|
minVersion: "12.0.0",
|
|
1101
|
-
version: "21.0.
|
|
1097
|
+
version: "21.0.3",
|
|
1102
1098
|
ngImport: i0,
|
|
1103
1099
|
type: CdkTreeNode,
|
|
1104
1100
|
deps: [],
|
|
@@ -1106,7 +1102,7 @@ class CdkTreeNode {
|
|
|
1106
1102
|
});
|
|
1107
1103
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1108
1104
|
minVersion: "16.1.0",
|
|
1109
|
-
version: "21.0.
|
|
1105
|
+
version: "21.0.3",
|
|
1110
1106
|
type: CdkTreeNode,
|
|
1111
1107
|
isStandalone: true,
|
|
1112
1108
|
selector: "cdk-tree-node",
|
|
@@ -1144,7 +1140,7 @@ class CdkTreeNode {
|
|
|
1144
1140
|
}
|
|
1145
1141
|
i0.ɵɵngDeclareClassMetadata({
|
|
1146
1142
|
minVersion: "12.0.0",
|
|
1147
|
-
version: "21.0.
|
|
1143
|
+
version: "21.0.3",
|
|
1148
1144
|
ngImport: i0,
|
|
1149
1145
|
type: CdkTreeNode,
|
|
1150
1146
|
decorators: [{
|
|
@@ -1262,7 +1258,7 @@ class CdkNestedTreeNode extends CdkTreeNode {
|
|
|
1262
1258
|
}
|
|
1263
1259
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1264
1260
|
minVersion: "12.0.0",
|
|
1265
|
-
version: "21.0.
|
|
1261
|
+
version: "21.0.3",
|
|
1266
1262
|
ngImport: i0,
|
|
1267
1263
|
type: CdkNestedTreeNode,
|
|
1268
1264
|
deps: [],
|
|
@@ -1270,7 +1266,7 @@ class CdkNestedTreeNode extends CdkTreeNode {
|
|
|
1270
1266
|
});
|
|
1271
1267
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1272
1268
|
minVersion: "14.0.0",
|
|
1273
|
-
version: "21.0.
|
|
1269
|
+
version: "21.0.3",
|
|
1274
1270
|
type: CdkNestedTreeNode,
|
|
1275
1271
|
isStandalone: true,
|
|
1276
1272
|
selector: "cdk-nested-tree-node",
|
|
@@ -1296,7 +1292,7 @@ class CdkNestedTreeNode extends CdkTreeNode {
|
|
|
1296
1292
|
}
|
|
1297
1293
|
i0.ɵɵngDeclareClassMetadata({
|
|
1298
1294
|
minVersion: "12.0.0",
|
|
1299
|
-
version: "21.0.
|
|
1295
|
+
version: "21.0.3",
|
|
1300
1296
|
ngImport: i0,
|
|
1301
1297
|
type: CdkNestedTreeNode,
|
|
1302
1298
|
decorators: [{
|
|
@@ -1335,7 +1331,7 @@ class CdkTreeNodePadding {
|
|
|
1335
1331
|
_dir = inject(Directionality, {
|
|
1336
1332
|
optional: true
|
|
1337
1333
|
});
|
|
1338
|
-
_currentPadding;
|
|
1334
|
+
_currentPadding = null;
|
|
1339
1335
|
_destroyed = new Subject();
|
|
1340
1336
|
indentUnits = 'px';
|
|
1341
1337
|
get level() {
|
|
@@ -1395,7 +1391,7 @@ class CdkTreeNodePadding {
|
|
|
1395
1391
|
}
|
|
1396
1392
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1397
1393
|
minVersion: "12.0.0",
|
|
1398
|
-
version: "21.0.
|
|
1394
|
+
version: "21.0.3",
|
|
1399
1395
|
ngImport: i0,
|
|
1400
1396
|
type: CdkTreeNodePadding,
|
|
1401
1397
|
deps: [],
|
|
@@ -1403,7 +1399,7 @@ class CdkTreeNodePadding {
|
|
|
1403
1399
|
});
|
|
1404
1400
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1405
1401
|
minVersion: "16.1.0",
|
|
1406
|
-
version: "21.0.
|
|
1402
|
+
version: "21.0.3",
|
|
1407
1403
|
type: CdkTreeNodePadding,
|
|
1408
1404
|
isStandalone: true,
|
|
1409
1405
|
selector: "[cdkTreeNodePadding]",
|
|
@@ -1416,7 +1412,7 @@ class CdkTreeNodePadding {
|
|
|
1416
1412
|
}
|
|
1417
1413
|
i0.ɵɵngDeclareClassMetadata({
|
|
1418
1414
|
minVersion: "12.0.0",
|
|
1419
|
-
version: "21.0.
|
|
1415
|
+
version: "21.0.3",
|
|
1420
1416
|
ngImport: i0,
|
|
1421
1417
|
type: CdkTreeNodePadding,
|
|
1422
1418
|
decorators: [{
|
|
@@ -1452,7 +1448,7 @@ class CdkTreeNodeToggle {
|
|
|
1452
1448
|
}
|
|
1453
1449
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1454
1450
|
minVersion: "12.0.0",
|
|
1455
|
-
version: "21.0.
|
|
1451
|
+
version: "21.0.3",
|
|
1456
1452
|
ngImport: i0,
|
|
1457
1453
|
type: CdkTreeNodeToggle,
|
|
1458
1454
|
deps: [],
|
|
@@ -1460,7 +1456,7 @@ class CdkTreeNodeToggle {
|
|
|
1460
1456
|
});
|
|
1461
1457
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1462
1458
|
minVersion: "16.1.0",
|
|
1463
|
-
version: "21.0.
|
|
1459
|
+
version: "21.0.3",
|
|
1464
1460
|
type: CdkTreeNodeToggle,
|
|
1465
1461
|
isStandalone: true,
|
|
1466
1462
|
selector: "[cdkTreeNodeToggle]",
|
|
@@ -1482,7 +1478,7 @@ class CdkTreeNodeToggle {
|
|
|
1482
1478
|
}
|
|
1483
1479
|
i0.ɵɵngDeclareClassMetadata({
|
|
1484
1480
|
minVersion: "12.0.0",
|
|
1485
|
-
version: "21.0.
|
|
1481
|
+
version: "21.0.3",
|
|
1486
1482
|
ngImport: i0,
|
|
1487
1483
|
type: CdkTreeNodeToggle,
|
|
1488
1484
|
decorators: [{
|
|
@@ -1513,7 +1509,7 @@ const EXPORTED_DECLARATIONS = [CdkNestedTreeNode, CdkTreeNodeDef, CdkTreeNodePad
|
|
|
1513
1509
|
class CdkTreeModule {
|
|
1514
1510
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1515
1511
|
minVersion: "12.0.0",
|
|
1516
|
-
version: "21.0.
|
|
1512
|
+
version: "21.0.3",
|
|
1517
1513
|
ngImport: i0,
|
|
1518
1514
|
type: CdkTreeModule,
|
|
1519
1515
|
deps: [],
|
|
@@ -1521,7 +1517,7 @@ class CdkTreeModule {
|
|
|
1521
1517
|
});
|
|
1522
1518
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
1523
1519
|
minVersion: "14.0.0",
|
|
1524
|
-
version: "21.0.
|
|
1520
|
+
version: "21.0.3",
|
|
1525
1521
|
ngImport: i0,
|
|
1526
1522
|
type: CdkTreeModule,
|
|
1527
1523
|
imports: [CdkNestedTreeNode, CdkTreeNodeDef, CdkTreeNodePadding, CdkTreeNodeToggle, CdkTree, CdkTreeNode, CdkTreeNodeOutlet],
|
|
@@ -1529,14 +1525,14 @@ class CdkTreeModule {
|
|
|
1529
1525
|
});
|
|
1530
1526
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
1531
1527
|
minVersion: "12.0.0",
|
|
1532
|
-
version: "21.0.
|
|
1528
|
+
version: "21.0.3",
|
|
1533
1529
|
ngImport: i0,
|
|
1534
1530
|
type: CdkTreeModule
|
|
1535
1531
|
});
|
|
1536
1532
|
}
|
|
1537
1533
|
i0.ɵɵngDeclareClassMetadata({
|
|
1538
1534
|
minVersion: "12.0.0",
|
|
1539
|
-
version: "21.0.
|
|
1535
|
+
version: "21.0.3",
|
|
1540
1536
|
ngImport: i0,
|
|
1541
1537
|
type: CdkTreeModule,
|
|
1542
1538
|
decorators: [{
|