@angular/material 7.1.1 → 7.2.0
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/_theming.scss +1 -1
- package/autocomplete/typings/index.d.ts +1 -1
- package/autocomplete/typings/index.metadata.json +1 -1
- package/badge/typings/index.metadata.json +1 -1
- package/bundles/material-autocomplete.umd.js +1 -1
- package/bundles/material-autocomplete.umd.min.js +1 -1
- package/bundles/material-badge.umd.js +6 -0
- package/bundles/material-badge.umd.js.map +1 -1
- package/bundles/material-badge.umd.min.js +1 -1
- package/bundles/material-badge.umd.min.js.map +1 -1
- package/bundles/material-bottom-sheet.umd.js +4 -1
- package/bundles/material-bottom-sheet.umd.js.map +1 -1
- package/bundles/material-bottom-sheet.umd.min.js +1 -1
- package/bundles/material-bottom-sheet.umd.min.js.map +1 -1
- package/bundles/material-button.umd.js +6 -2
- package/bundles/material-button.umd.js.map +1 -1
- package/bundles/material-button.umd.min.js +1 -1
- package/bundles/material-button.umd.min.js.map +1 -1
- package/bundles/material-chips.umd.js +9 -4
- package/bundles/material-chips.umd.js.map +1 -1
- package/bundles/material-chips.umd.min.js +1 -1
- package/bundles/material-chips.umd.min.js.map +1 -1
- package/bundles/material-datepicker.umd.js +1 -1
- package/bundles/material-datepicker.umd.js.map +1 -1
- package/bundles/material-datepicker.umd.min.js +1 -1
- package/bundles/material-datepicker.umd.min.js.map +1 -1
- package/bundles/material-form-field.umd.js +65 -11
- package/bundles/material-form-field.umd.js.map +1 -1
- package/bundles/material-form-field.umd.min.js +1 -1
- package/bundles/material-form-field.umd.min.js.map +1 -1
- package/bundles/material-grid-list.umd.js +4 -2
- package/bundles/material-grid-list.umd.js.map +1 -1
- package/bundles/material-grid-list.umd.min.js +1 -1
- package/bundles/material-grid-list.umd.min.js.map +1 -1
- package/bundles/material-icon.umd.js +1 -0
- package/bundles/material-icon.umd.js.map +1 -1
- package/bundles/material-icon.umd.min.js +1 -1
- package/bundles/material-icon.umd.min.js.map +1 -1
- package/bundles/material-input.umd.js +4 -2
- package/bundles/material-input.umd.js.map +1 -1
- package/bundles/material-input.umd.min.js +1 -1
- package/bundles/material-input.umd.min.js.map +1 -1
- package/bundles/material-menu.umd.js +7 -7
- package/bundles/material-menu.umd.js.map +1 -1
- package/bundles/material-menu.umd.min.js +1 -1
- package/bundles/material-menu.umd.min.js.map +1 -1
- package/bundles/material-sidenav.umd.js +22 -3
- package/bundles/material-sidenav.umd.js.map +1 -1
- package/bundles/material-sidenav.umd.min.js +1 -1
- package/bundles/material-sidenav.umd.min.js.map +1 -1
- package/bundles/material-stepper.umd.js +1 -1
- package/bundles/material-stepper.umd.js.map +1 -1
- package/bundles/material-stepper.umd.min.js +1 -1
- package/bundles/material-stepper.umd.min.js.map +1 -1
- package/bundles/material-tabs.umd.js +11 -11
- package/bundles/material-tabs.umd.min.js +1 -1
- package/bundles/material-tree.umd.js +9 -7
- package/bundles/material-tree.umd.js.map +1 -1
- package/bundles/material-tree.umd.min.js +1 -1
- package/bundles/material-tree.umd.min.js.map +1 -1
- package/bundles/material.umd.js +152 -54
- package/bundles/material.umd.js.map +1 -1
- package/bundles/material.umd.min.js +12 -12
- package/bundles/material.umd.min.js.map +1 -1
- package/button/typings/button.d.ts +0 -5
- package/button/typings/index.metadata.json +1 -1
- package/chips/typings/index.metadata.json +1 -1
- package/datepicker/typings/index.metadata.json +1 -1
- package/esm2015/autocomplete.js +1 -1
- package/esm2015/badge.js +6 -0
- package/esm2015/badge.js.map +1 -1
- package/esm2015/bottom-sheet.js +4 -1
- package/esm2015/bottom-sheet.js.map +1 -1
- package/esm2015/button.js +6 -2
- package/esm2015/button.js.map +1 -1
- package/esm2015/chips.js +9 -4
- package/esm2015/chips.js.map +1 -1
- package/esm2015/datepicker.js +1 -1
- package/esm2015/datepicker.js.map +1 -1
- package/esm2015/form-field.js +59 -12
- package/esm2015/form-field.js.map +1 -1
- package/esm2015/grid-list.js +4 -2
- package/esm2015/grid-list.js.map +1 -1
- package/esm2015/icon.js +1 -0
- package/esm2015/icon.js.map +1 -1
- package/esm2015/input.js +4 -2
- package/esm2015/input.js.map +1 -1
- package/esm2015/material.js +4 -4
- package/esm2015/material.js.map +1 -1
- package/esm2015/menu.js +2 -2
- package/esm2015/menu.js.map +1 -1
- package/esm2015/sidenav.js +24 -4
- package/esm2015/sidenav.js.map +1 -1
- package/esm2015/stepper.js +2 -2
- package/esm2015/stepper.js.map +1 -1
- package/esm2015/tabs.js +1 -1
- package/esm2015/tree.js +9 -7
- package/esm2015/tree.js.map +1 -1
- package/esm5/autocomplete.es5.js +1 -1
- package/esm5/badge.es5.js +6 -0
- package/esm5/badge.es5.js.map +1 -1
- package/esm5/bottom-sheet.es5.js +4 -1
- package/esm5/bottom-sheet.es5.js.map +1 -1
- package/esm5/button.es5.js +6 -2
- package/esm5/button.es5.js.map +1 -1
- package/esm5/chips.es5.js +10 -5
- package/esm5/chips.es5.js.map +1 -1
- package/esm5/datepicker.es5.js +1 -1
- package/esm5/datepicker.es5.js.map +1 -1
- package/esm5/form-field.es5.js +67 -13
- package/esm5/form-field.es5.js.map +1 -1
- package/esm5/grid-list.es5.js +4 -2
- package/esm5/grid-list.es5.js.map +1 -1
- package/esm5/icon.es5.js +1 -0
- package/esm5/icon.es5.js.map +1 -1
- package/esm5/input.es5.js +4 -2
- package/esm5/input.es5.js.map +1 -1
- package/esm5/material.es5.js +4 -4
- package/esm5/material.es5.js.map +1 -1
- package/esm5/menu.es5.js +2 -2
- package/esm5/menu.es5.js.map +1 -1
- package/esm5/sidenav.es5.js +23 -4
- package/esm5/sidenav.es5.js.map +1 -1
- package/esm5/stepper.es5.js +2 -2
- package/esm5/stepper.es5.js.map +1 -1
- package/esm5/tabs.es5.js +1 -1
- package/esm5/tree.es5.js +9 -7
- package/esm5/tree.es5.js.map +1 -1
- package/form-field/typings/form-field.d.ts +15 -4
- package/form-field/typings/index.metadata.json +1 -1
- package/icon/typings/index.metadata.json +1 -1
- package/material.d.ts +1 -1
- package/material.metadata.json +3 -3
- package/menu/typings/index.d.ts +4 -4
- package/menu/typings/index.metadata.json +1 -1
- package/package.json +5 -5
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/schematics/ng-add/theming/theming.js +10 -9
- package/schematics/ng-add/theming/theming.js.map +1 -1
- package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
- package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
- package/schematics/ng-generate/nav/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
- package/schematics/ng-generate/table/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
- package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +2 -2
- package/sidenav/typings/drawer.d.ts +9 -2
- package/sidenav/typings/index.metadata.json +1 -1
- package/stepper/typings/index.metadata.json +1 -1
- package/tabs/typings/index.d.ts +5 -5
- package/tabs/typings/index.metadata.json +1 -1
- package/tree/typings/data-source/flat-data-source.d.ts +2 -2
- package/tree/typings/index.metadata.json +1 -1
- package/typings/autocomplete/index.d.ts +1 -1
- package/typings/autocomplete/index.metadata.json +1 -1
- package/typings/badge/index.metadata.json +1 -1
- package/typings/button/button.d.ts +0 -5
- package/typings/button/index.metadata.json +1 -1
- package/typings/chips/index.metadata.json +1 -1
- package/typings/datepicker/index.metadata.json +1 -1
- package/typings/esm5/autocomplete/index.d.ts +1 -1
- package/typings/esm5/autocomplete/index.metadata.json +1 -1
- package/typings/esm5/badge/index.metadata.json +1 -1
- package/typings/esm5/button/button.d.ts +0 -5
- package/typings/esm5/button/index.metadata.json +1 -1
- package/typings/esm5/chips/index.metadata.json +1 -1
- package/typings/esm5/datepicker/index.metadata.json +1 -1
- package/typings/esm5/form-field/form-field.d.ts +15 -4
- package/typings/esm5/form-field/index.metadata.json +1 -1
- package/typings/esm5/icon/index.metadata.json +1 -1
- package/typings/esm5/index.metadata.json +1 -1
- package/typings/esm5/menu/index.d.ts +4 -4
- package/typings/esm5/menu/index.metadata.json +1 -1
- package/typings/esm5/sidenav/drawer.d.ts +9 -2
- package/typings/esm5/sidenav/index.metadata.json +1 -1
- package/typings/esm5/stepper/index.metadata.json +1 -1
- package/typings/esm5/tabs/index.d.ts +5 -5
- package/typings/esm5/tabs/index.metadata.json +1 -1
- package/typings/esm5/tree/data-source/flat-data-source.d.ts +2 -2
- package/typings/esm5/tree/index.metadata.json +1 -1
- package/typings/form-field/form-field.d.ts +15 -4
- package/typings/form-field/index.metadata.json +1 -1
- package/typings/icon/index.metadata.json +1 -1
- package/typings/index.metadata.json +1 -1
- package/typings/menu/index.d.ts +4 -4
- package/typings/menu/index.metadata.json +1 -1
- package/typings/sidenav/drawer.d.ts +9 -2
- package/typings/sidenav/index.metadata.json +1 -1
- package/typings/stepper/index.metadata.json +1 -1
- package/typings/tabs/index.d.ts +5 -5
- package/typings/tabs/index.metadata.json +1 -1
- package/typings/tree/data-source/flat-data-source.d.ts +2 -2
- package/typings/tree/index.metadata.json +1 -1
package/bundles/material.umd.js
CHANGED
|
@@ -3212,7 +3212,16 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3212
3212
|
_this._defaults = _defaults;
|
|
3213
3213
|
_this._platform = _platform;
|
|
3214
3214
|
_this._ngZone = _ngZone;
|
|
3215
|
-
|
|
3215
|
+
/**
|
|
3216
|
+
* Whether the outline gap needs to be calculated
|
|
3217
|
+
* immediately on the next change detection run.
|
|
3218
|
+
*/
|
|
3219
|
+
_this._outlineGapCalculationNeededImmediately = false;
|
|
3220
|
+
/**
|
|
3221
|
+
* Whether the outline gap needs to be calculated next time the zone has stabilized.
|
|
3222
|
+
*/
|
|
3223
|
+
_this._outlineGapCalculationNeededOnStable = false;
|
|
3224
|
+
_this._destroyed = new rxjs.Subject();
|
|
3216
3225
|
/**
|
|
3217
3226
|
* Override for the logic that disables the label animation in certain cases.
|
|
3218
3227
|
*/
|
|
@@ -3385,7 +3394,18 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3385
3394
|
});
|
|
3386
3395
|
// Run change detection if the value changes.
|
|
3387
3396
|
if (control.ngControl && control.ngControl.valueChanges) {
|
|
3388
|
-
control.ngControl.valueChanges
|
|
3397
|
+
control.ngControl.valueChanges
|
|
3398
|
+
.pipe(operators.takeUntil(this._destroyed))
|
|
3399
|
+
.subscribe(function () { return _this._changeDetectorRef.markForCheck(); });
|
|
3400
|
+
}
|
|
3401
|
+
// @breaking-change 7.0.0 Remove this check once _ngZone is required. Also reconsider
|
|
3402
|
+
// whether the `ngAfterContentChecked` below is still necessary.
|
|
3403
|
+
if (this._ngZone) {
|
|
3404
|
+
this._ngZone.onStable.asObservable().pipe(operators.takeUntil(this._destroyed)).subscribe(function () {
|
|
3405
|
+
if (_this._outlineGapCalculationNeededOnStable) {
|
|
3406
|
+
_this.updateOutlineGap();
|
|
3407
|
+
}
|
|
3408
|
+
});
|
|
3389
3409
|
}
|
|
3390
3410
|
// Run change detection and update the outline if the suffix or prefix changes.
|
|
3391
3411
|
rxjs.merge(this._prefixChildren.changes, this._suffixChildren.changes).subscribe(function () {
|
|
@@ -3402,6 +3422,9 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3402
3422
|
_this._syncDescribedByIds();
|
|
3403
3423
|
_this._changeDetectorRef.markForCheck();
|
|
3404
3424
|
});
|
|
3425
|
+
if (this._dir) {
|
|
3426
|
+
this._dir.change.pipe(operators.takeUntil(this._destroyed)).subscribe(function () { return _this.updateOutlineGap(); });
|
|
3427
|
+
}
|
|
3405
3428
|
};
|
|
3406
3429
|
/**
|
|
3407
3430
|
* @return {?}
|
|
@@ -3411,7 +3434,7 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3411
3434
|
*/
|
|
3412
3435
|
function () {
|
|
3413
3436
|
this._validateControlChild();
|
|
3414
|
-
if (this.
|
|
3437
|
+
if (this._outlineGapCalculationNeededImmediately) {
|
|
3415
3438
|
this.updateOutlineGap();
|
|
3416
3439
|
}
|
|
3417
3440
|
};
|
|
@@ -3426,6 +3449,16 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3426
3449
|
this._subscriptAnimationState = 'enter';
|
|
3427
3450
|
this._changeDetectorRef.detectChanges();
|
|
3428
3451
|
};
|
|
3452
|
+
/**
|
|
3453
|
+
* @return {?}
|
|
3454
|
+
*/
|
|
3455
|
+
MatFormField.prototype.ngOnDestroy = /**
|
|
3456
|
+
* @return {?}
|
|
3457
|
+
*/
|
|
3458
|
+
function () {
|
|
3459
|
+
this._destroyed.next();
|
|
3460
|
+
this._destroyed.complete();
|
|
3461
|
+
};
|
|
3429
3462
|
/** Determines whether a class from the NgControl should be forwarded to the host element. */
|
|
3430
3463
|
/**
|
|
3431
3464
|
* Determines whether a class from the NgControl should be forwarded to the host element.
|
|
@@ -3689,7 +3722,7 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3689
3722
|
// If the element is not present in the DOM, the outline gap will need to be calculated
|
|
3690
3723
|
// the next time it is checked and in the DOM.
|
|
3691
3724
|
if (!(/** @type {?} */ (document.documentElement)).contains(this._elementRef.nativeElement)) {
|
|
3692
|
-
this.
|
|
3725
|
+
this._outlineGapCalculationNeededImmediately = true;
|
|
3693
3726
|
return;
|
|
3694
3727
|
}
|
|
3695
3728
|
/** @type {?} */
|
|
@@ -3697,12 +3730,27 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3697
3730
|
/** @type {?} */
|
|
3698
3731
|
var gapWidth = 0;
|
|
3699
3732
|
/** @type {?} */
|
|
3700
|
-
var
|
|
3733
|
+
var container = this._connectionContainerRef.nativeElement;
|
|
3734
|
+
/** @type {?} */
|
|
3735
|
+
var startEls = container.querySelectorAll('.mat-form-field-outline-start');
|
|
3701
3736
|
/** @type {?} */
|
|
3702
|
-
var gapEls =
|
|
3737
|
+
var gapEls = container.querySelectorAll('.mat-form-field-outline-gap');
|
|
3703
3738
|
if (this._label && this._label.nativeElement.children.length) {
|
|
3704
3739
|
/** @type {?} */
|
|
3705
|
-
var
|
|
3740
|
+
var containerRect = container.getBoundingClientRect();
|
|
3741
|
+
// If the container's width and height are zero, it means that the element is
|
|
3742
|
+
// invisible and we can't calculate the outline gap. Mark the element as needing
|
|
3743
|
+
// to be checked the next time the zone stabilizes. We can't do this immediately
|
|
3744
|
+
// on the next change detection, because even if the element becomes visible,
|
|
3745
|
+
// the `ClientRect` won't be reclaculated immediately. We reset the
|
|
3746
|
+
// `_outlineGapCalculationNeededImmediately` flag some we don't run the checks twice.
|
|
3747
|
+
if (containerRect.width === 0 && containerRect.height === 0) {
|
|
3748
|
+
this._outlineGapCalculationNeededOnStable = true;
|
|
3749
|
+
this._outlineGapCalculationNeededImmediately = false;
|
|
3750
|
+
return;
|
|
3751
|
+
}
|
|
3752
|
+
/** @type {?} */
|
|
3753
|
+
var containerStart = this._getStartEnd(containerRect);
|
|
3706
3754
|
/** @type {?} */
|
|
3707
3755
|
var labelStart = this._getStartEnd(labelEl.children[0].getBoundingClientRect());
|
|
3708
3756
|
/** @type {?} */
|
|
@@ -3720,7 +3768,8 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3720
3768
|
for (var i = 0; i < gapEls.length; i++) {
|
|
3721
3769
|
gapEls.item(i).style.width = gapWidth + "px";
|
|
3722
3770
|
}
|
|
3723
|
-
this.
|
|
3771
|
+
this._outlineGapCalculationNeededOnStable =
|
|
3772
|
+
this._outlineGapCalculationNeededImmediately = false;
|
|
3724
3773
|
};
|
|
3725
3774
|
/** Gets the start end of the rect considering the current directionality. */
|
|
3726
3775
|
/**
|
|
@@ -3738,14 +3787,19 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3738
3787
|
function (rect) {
|
|
3739
3788
|
return this._dir && this._dir.value === 'rtl' ? rect.right : rect.left;
|
|
3740
3789
|
};
|
|
3741
|
-
/** Updates the outline gap the new time the zone stabilizes. */
|
|
3742
3790
|
/**
|
|
3743
3791
|
* Updates the outline gap the new time the zone stabilizes.
|
|
3792
|
+
* @breaking-change 7.0.0 Remove this method and only set the property once `_ngZone` is required.
|
|
3793
|
+
*/
|
|
3794
|
+
/**
|
|
3795
|
+
* Updates the outline gap the new time the zone stabilizes.
|
|
3796
|
+
* \@breaking-change 7.0.0 Remove this method and only set the property once `_ngZone` is required.
|
|
3744
3797
|
* @private
|
|
3745
3798
|
* @return {?}
|
|
3746
3799
|
*/
|
|
3747
3800
|
MatFormField.prototype._updateOutlineGapOnStable = /**
|
|
3748
3801
|
* Updates the outline gap the new time the zone stabilizes.
|
|
3802
|
+
* \@breaking-change 7.0.0 Remove this method and only set the property once `_ngZone` is required.
|
|
3749
3803
|
* @private
|
|
3750
3804
|
* @return {?}
|
|
3751
3805
|
*/
|
|
@@ -3753,7 +3807,7 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3753
3807
|
var _this = this;
|
|
3754
3808
|
// @breaking-change 8.0.0 Remove this check and else block once _ngZone is required.
|
|
3755
3809
|
if (this._ngZone) {
|
|
3756
|
-
this.
|
|
3810
|
+
this._outlineGapCalculationNeededOnStable = true;
|
|
3757
3811
|
}
|
|
3758
3812
|
else {
|
|
3759
3813
|
Promise.resolve().then(function () { return _this.updateOutlineGap(); });
|
|
@@ -3766,7 +3820,7 @@ var MatFormField = /** @class */ (function (_super) {
|
|
|
3766
3820
|
// MatInput is a directive and can't have styles, so we need to include its styles here
|
|
3767
3821
|
// in form-field-input.css. The MatInput styles are fairly minimal so it shouldn't be a
|
|
3768
3822
|
// big deal for people who aren't using MatInput.
|
|
3769
|
-
styles: [".mat-form-field{display:inline-block;position:relative;text-align:left}[dir=rtl] .mat-form-field{text-align:right}.mat-form-field-wrapper{position:relative}.mat-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-form-field-prefix,.mat-form-field-suffix{white-space:nowrap;flex:none;position:relative}.mat-form-field-infix{display:block;position:relative;flex:auto;min-width:0;width:180px}@media screen and (-ms-high-contrast:active){.mat-form-field-infix{border-image:linear-gradient(transparent,transparent)}}.mat-form-field-label-wrapper{position:absolute;left:0;box-sizing:content-box;width:100%;height:100%;overflow:hidden;pointer-events:none}.mat-form-field-label{position:absolute;left:0;font:inherit;pointer-events:none;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transform-origin:0 0;transition:transform .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);display:none}[dir=rtl] .mat-form-field-label{transform-origin:100% 0;left:auto;right:0}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-empty.mat-form-field-label{display:block}.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:block;transition:none}.mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:block}.mat-form-field-label:not(.mat-form-field-empty){transition:none}.mat-form-field-underline{position:absolute;width:100%;pointer-events:none;transform:scaleY(1.0001)}.mat-form-field-ripple{position:absolute;left:0;width:100%;transform-origin:50%;transform:scaleX(.5);opacity:0;transition:background-color .3s cubic-bezier(.55,0,.55,.2)}.mat-form-field.mat-focused .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple{opacity:1;transform:scaleX(1);transition:transform .3s cubic-bezier(.25,.8,.25,1),opacity .1s cubic-bezier(.25,.8,.25,1),background-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-subscript-wrapper{position:absolute;box-sizing:border-box;width:100%;overflow:hidden}.mat-form-field-label-wrapper .mat-icon,.mat-form-field-subscript-wrapper .mat-icon{width:1em;height:1em;font-size:inherit;vertical-align:baseline}.mat-form-field-hint-wrapper{display:flex}.mat-form-field-hint-spacer{flex:1 0 1em}.mat-error{display:block}.mat-form-field-control-wrapper{position:relative}.mat-form-field._mat-animation-noopable .mat-form-field-label,.mat-form-field._mat-animation-noopable .mat-form-field-ripple{transition:none} .mat-form-field-appearance-fill .mat-form-field-flex{border-radius:4px 4px 0 0;padding:.75em .75em 0 .75em}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-fill .mat-form-field-flex{outline:solid 1px}}.mat-form-field-appearance-fill .mat-form-field-underline::before{content:'';display:block;position:absolute;bottom:0;height:1px;width:100%}.mat-form-field-appearance-fill .mat-form-field-ripple{bottom:0;height:2px}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-fill .mat-form-field-ripple{height:0;border-top:solid 2px}}.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-fill._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper{padding:0 1em} .mat-input-element{font:inherit;background:0 0;color:currentColor;border:none;outline:0;padding:0;margin:0;width:100%;max-width:100%;vertical-align:bottom;text-align:inherit}.mat-input-element:-moz-ui-invalid{box-shadow:none}.mat-input-element::-ms-clear,.mat-input-element::-ms-reveal{display:none}.mat-input-element,.mat-input-element::-webkit-search-cancel-button,.mat-input-element::-webkit-search-decoration,.mat-input-element::-webkit-search-results-button,.mat-input-element::-webkit-search-results-decoration{-webkit-appearance:none}.mat-input-element::-webkit-caps-lock-indicator,.mat-input-element::-webkit-contacts-auto-fill-button,.mat-input-element::-webkit-credentials-auto-fill-button{visibility:hidden}.mat-input-element[type=date]::after,.mat-input-element[type=datetime-local]::after,.mat-input-element[type=datetime]::after,.mat-input-element[type=month]::after,.mat-input-element[type=time]::after,.mat-input-element[type=week]::after{content:' ';white-space:pre;width:1px}.mat-input-element::-webkit-calendar-picker-indicator,.mat-input-element::-webkit-clear-button,.mat-input-element::-webkit-inner-spin-button{font-size:.75em}.mat-input-element::placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::-moz-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::-webkit-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element:-ms-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-form-field-hide-placeholder .mat-input-element::placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}textarea.mat-input-element{resize:vertical;overflow:auto}textarea.mat-input-element.cdk-textarea-autosize{resize:none}textarea.mat-input-element{padding:2px 0;margin:-2px 0}select.mat-input-element{-moz-appearance:none;-webkit-appearance:none;position:relative;background-color:transparent;display:inline-flex;box-sizing:border-box;padding-top:1em;top:-1em;margin-bottom:-1em}select.mat-input-element::-ms-expand{display:none}select.mat-input-element::-moz-focus-inner{border:0}select.mat-input-element:not(:disabled){cursor:pointer}select.mat-input-element::-ms-value{color:inherit;background:0 0}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;position:absolute;top:50%;right:0;margin-top:-2.5px}[dir=rtl] .mat-form-field-type-mat-native-select .mat-form-field-infix::after{right:auto;left:0}.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline .mat-form-field-infix::after{margin-top:-5px}.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill .mat-form-field-infix::after{margin-top:-10px} .mat-form-field-appearance-legacy .mat-form-field-label{transform:perspective(100px);-ms-transform:none}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon{width:1em}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button{font:inherit;vertical-align:baseline}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button .mat-icon{font-size:inherit}.mat-form-field-appearance-legacy .mat-form-field-underline{height:1px}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-legacy .mat-form-field-underline{height:0;border-top:solid 1px}}.mat-form-field-appearance-legacy .mat-form-field-ripple{top:0;height:2px;overflow:hidden}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-legacy .mat-form-field-ripple{height:0;border-top:solid 2px}}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}}.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple{height:1px} .mat-form-field-appearance-outline .mat-form-field-wrapper{margin:.25em 0}.mat-form-field-appearance-outline .mat-form-field-flex{padding:0 .75em 0 .75em;margin-top:-.25em;position:relative}.mat-form-field-appearance-outline .mat-form-field-prefix,.mat-form-field-appearance-outline .mat-form-field-suffix{top:.25em}.mat-form-field-appearance-outline .mat-form-field-outline{display:flex;position:absolute;top:.25em;left:0;right:0;bottom:0;pointer-events:none}.mat-form-field-appearance-outline .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-start{border:1px solid currentColor;min-width:5px}.mat-form-field-appearance-outline .mat-form-field-outline-start{border-radius:5px 0 0 5px;border-right-style:none}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-start{border-right-style:solid;border-left-style:none;border-radius:0 5px 5px 0}.mat-form-field-appearance-outline .mat-form-field-outline-end{border-radius:0 5px 5px 0;border-left-style:none;flex-grow:1}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-end{border-left-style:solid;border-right-style:none;border-radius:5px 0 0 5px}.mat-form-field-appearance-outline .mat-form-field-outline-gap{border-radius:.000001px;border:1px solid currentColor;border-left-style:none;border-right-style:none}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap{border-top-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline-thick{opacity:0}.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start{border-width:2px;transition:border-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline{opacity:0;transition:opacity .1s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline{opacity:0;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper{padding:0 1em}.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-end,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-gap,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-start,.mat-form-field-appearance-outline._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-outline{transition:none} .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:.75em}.mat-form-field-appearance-standard .mat-form-field-underline{height:1px}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-standard .mat-form-field-underline{height:0;border-top:solid 1px}}.mat-form-field-appearance-standard .mat-form-field-ripple{bottom:0;height:2px}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-standard .mat-form-field-ripple{height:0;border-top:2px}}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}}.mat-form-field-appearance-standard:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-standard._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}"],
|
|
3823
|
+
styles: [".mat-form-field{display:inline-block;position:relative;text-align:left}[dir=rtl] .mat-form-field{text-align:right}.mat-form-field-wrapper{position:relative}.mat-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-form-field-prefix,.mat-form-field-suffix{white-space:nowrap;flex:none;position:relative}.mat-form-field-infix{display:block;position:relative;flex:auto;min-width:0;width:180px}@media screen and (-ms-high-contrast:active){.mat-form-field-infix{border-image:linear-gradient(transparent,transparent)}}.mat-form-field-label-wrapper{position:absolute;left:0;box-sizing:content-box;width:100%;height:100%;overflow:hidden;pointer-events:none}[dir=rtl] .mat-form-field-label-wrapper{left:auto;right:0}.mat-form-field-label{position:absolute;left:0;font:inherit;pointer-events:none;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transform-origin:0 0;transition:transform .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);display:none}[dir=rtl] .mat-form-field-label{transform-origin:100% 0;left:auto;right:0}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-empty.mat-form-field-label{display:block}.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:block;transition:none}.mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:block}.mat-form-field-label:not(.mat-form-field-empty){transition:none}.mat-form-field-underline{position:absolute;width:100%;pointer-events:none;transform:scaleY(1.0001)}.mat-form-field-ripple{position:absolute;left:0;width:100%;transform-origin:50%;transform:scaleX(.5);opacity:0;transition:background-color .3s cubic-bezier(.55,0,.55,.2)}.mat-form-field.mat-focused .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple{opacity:1;transform:scaleX(1);transition:transform .3s cubic-bezier(.25,.8,.25,1),opacity .1s cubic-bezier(.25,.8,.25,1),background-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-subscript-wrapper{position:absolute;box-sizing:border-box;width:100%;overflow:hidden}.mat-form-field-label-wrapper .mat-icon,.mat-form-field-subscript-wrapper .mat-icon{width:1em;height:1em;font-size:inherit;vertical-align:baseline}.mat-form-field-hint-wrapper{display:flex}.mat-form-field-hint-spacer{flex:1 0 1em}.mat-error{display:block}.mat-form-field-control-wrapper{position:relative}.mat-form-field._mat-animation-noopable .mat-form-field-label,.mat-form-field._mat-animation-noopable .mat-form-field-ripple{transition:none} .mat-form-field-appearance-fill .mat-form-field-flex{border-radius:4px 4px 0 0;padding:.75em .75em 0 .75em}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-fill .mat-form-field-flex{outline:solid 1px}}.mat-form-field-appearance-fill .mat-form-field-underline::before{content:'';display:block;position:absolute;bottom:0;height:1px;width:100%}.mat-form-field-appearance-fill .mat-form-field-ripple{bottom:0;height:2px}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-fill .mat-form-field-ripple{height:0;border-top:solid 2px}}.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-fill._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper{padding:0 1em} .mat-input-element{font:inherit;background:0 0;color:currentColor;border:none;outline:0;padding:0;margin:0;width:100%;max-width:100%;vertical-align:bottom;text-align:inherit}.mat-input-element:-moz-ui-invalid{box-shadow:none}.mat-input-element::-ms-clear,.mat-input-element::-ms-reveal{display:none}.mat-input-element,.mat-input-element::-webkit-search-cancel-button,.mat-input-element::-webkit-search-decoration,.mat-input-element::-webkit-search-results-button,.mat-input-element::-webkit-search-results-decoration{-webkit-appearance:none}.mat-input-element::-webkit-caps-lock-indicator,.mat-input-element::-webkit-contacts-auto-fill-button,.mat-input-element::-webkit-credentials-auto-fill-button{visibility:hidden}.mat-input-element[type=date]::after,.mat-input-element[type=datetime-local]::after,.mat-input-element[type=datetime]::after,.mat-input-element[type=month]::after,.mat-input-element[type=time]::after,.mat-input-element[type=week]::after{content:' ';white-space:pre;width:1px}.mat-input-element::-webkit-calendar-picker-indicator,.mat-input-element::-webkit-clear-button,.mat-input-element::-webkit-inner-spin-button{font-size:.75em}.mat-input-element::placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::-moz-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::-webkit-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element:-ms-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-form-field-hide-placeholder .mat-input-element::placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}textarea.mat-input-element{resize:vertical;overflow:auto}textarea.mat-input-element.cdk-textarea-autosize{resize:none}textarea.mat-input-element{padding:2px 0;margin:-2px 0}select.mat-input-element{-moz-appearance:none;-webkit-appearance:none;position:relative;background-color:transparent;display:inline-flex;box-sizing:border-box;padding-top:1em;top:-1em;margin-bottom:-1em}select.mat-input-element::-ms-expand{display:none}select.mat-input-element::-moz-focus-inner{border:0}select.mat-input-element:not(:disabled){cursor:pointer}select.mat-input-element::-ms-value{color:inherit;background:0 0}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;position:absolute;top:50%;right:0;margin-top:-2.5px}[dir=rtl] .mat-form-field-type-mat-native-select .mat-form-field-infix::after{right:auto;left:0}.mat-form-field-type-mat-native-select .mat-input-element{padding-right:15px}[dir=rtl] .mat-form-field-type-mat-native-select .mat-input-element{padding-right:0;padding-left:15px}.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper{max-width:calc(100% - 10px)}.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline .mat-form-field-infix::after{margin-top:-5px}.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill .mat-form-field-infix::after{margin-top:-10px} .mat-form-field-appearance-legacy .mat-form-field-label{transform:perspective(100px);-ms-transform:none}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon{width:1em}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button{font:inherit;vertical-align:baseline}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button .mat-icon{font-size:inherit}.mat-form-field-appearance-legacy .mat-form-field-underline{height:1px}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-legacy .mat-form-field-underline{height:0;border-top:solid 1px}}.mat-form-field-appearance-legacy .mat-form-field-ripple{top:0;height:2px;overflow:hidden}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-legacy .mat-form-field-ripple{height:0;border-top:solid 2px}}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}}.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple{height:1px} .mat-form-field-appearance-outline .mat-form-field-wrapper{margin:.25em 0}.mat-form-field-appearance-outline .mat-form-field-flex{padding:0 .75em 0 .75em;margin-top:-.25em;position:relative}.mat-form-field-appearance-outline .mat-form-field-prefix,.mat-form-field-appearance-outline .mat-form-field-suffix{top:.25em}.mat-form-field-appearance-outline .mat-form-field-outline{display:flex;position:absolute;top:.25em;left:0;right:0;bottom:0;pointer-events:none}.mat-form-field-appearance-outline .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-start{border:1px solid currentColor;min-width:5px}.mat-form-field-appearance-outline .mat-form-field-outline-start{border-radius:5px 0 0 5px;border-right-style:none}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-start{border-right-style:solid;border-left-style:none;border-radius:0 5px 5px 0}.mat-form-field-appearance-outline .mat-form-field-outline-end{border-radius:0 5px 5px 0;border-left-style:none;flex-grow:1}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-end{border-left-style:solid;border-right-style:none;border-radius:5px 0 0 5px}.mat-form-field-appearance-outline .mat-form-field-outline-gap{border-radius:.000001px;border:1px solid currentColor;border-left-style:none;border-right-style:none}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap{border-top-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline-thick{opacity:0}.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start{border-width:2px;transition:border-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline{opacity:0;transition:opacity .1s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline{opacity:0;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper{padding:0 1em}.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-end,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-gap,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-start,.mat-form-field-appearance-outline._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-outline{transition:none} .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:.75em}.mat-form-field-appearance-standard .mat-form-field-underline{height:1px}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-standard .mat-form-field-underline{height:0;border-top:solid 1px}}.mat-form-field-appearance-standard .mat-form-field-ripple{bottom:0;height:2px}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-standard .mat-form-field-ripple{height:0;border-top:2px}}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}@media screen and (-ms-high-contrast:active){.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}}.mat-form-field-appearance-standard:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-standard._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}"],
|
|
3770
3824
|
animations: [matFormFieldAnimations.transitionMessages],
|
|
3771
3825
|
host: {
|
|
3772
3826
|
'class': 'mat-form-field',
|
|
@@ -5198,8 +5252,14 @@ var MatBadge = /** @class */ (function (_super) {
|
|
|
5198
5252
|
*/
|
|
5199
5253
|
function (newDescription) {
|
|
5200
5254
|
if (newDescription !== this._description) {
|
|
5255
|
+
/** @type {?} */
|
|
5256
|
+
var badgeElement = this._badgeElement;
|
|
5201
5257
|
this._updateHostAriaDescription(newDescription, this._description);
|
|
5202
5258
|
this._description = newDescription;
|
|
5259
|
+
if (badgeElement) {
|
|
5260
|
+
newDescription ? badgeElement.setAttribute('aria-label', newDescription) :
|
|
5261
|
+
badgeElement.removeAttribute('aria-label');
|
|
5262
|
+
}
|
|
5203
5263
|
}
|
|
5204
5264
|
},
|
|
5205
5265
|
enumerable: true,
|
|
@@ -5475,10 +5535,13 @@ MatBottomSheetConfig = /** @class */ (function () {
|
|
|
5475
5535
|
* the `HashLocationStrategy`).
|
|
5476
5536
|
*/
|
|
5477
5537
|
this.closeOnNavigation = true;
|
|
5538
|
+
// Note that this is disabled by default, because while the a11y recommendations are to focus
|
|
5539
|
+
// the first focusable element, doing so prevents screen readers from reading out the
|
|
5540
|
+
// rest of the bottom sheet content.
|
|
5478
5541
|
/**
|
|
5479
5542
|
* Whether the bottom sheet should focus the first focusable element on open.
|
|
5480
5543
|
*/
|
|
5481
|
-
this.autoFocus =
|
|
5544
|
+
this.autoFocus = false;
|
|
5482
5545
|
/**
|
|
5483
5546
|
* Whether the bottom sheet should restore focus to the
|
|
5484
5547
|
* previously-focused element, after it's closed.
|
|
@@ -6241,9 +6304,13 @@ var _MatButtonMixinBase = mixinColor(mixinDisabled(mixinDisableRipple(MatButtonB
|
|
|
6241
6304
|
*/
|
|
6242
6305
|
var MatButton = /** @class */ (function (_super) {
|
|
6243
6306
|
__extends(MatButton, _super);
|
|
6244
|
-
function MatButton(elementRef,
|
|
6307
|
+
function MatButton(elementRef,
|
|
6308
|
+
/**
|
|
6309
|
+
* @deprecated Platform checks for SSR are no longer needed
|
|
6310
|
+
* @breaking-change 8.0.0
|
|
6311
|
+
*/
|
|
6312
|
+
_platform, _focusMonitor, _animationMode) {
|
|
6245
6313
|
var _this = _super.call(this, elementRef) || this;
|
|
6246
|
-
_this._platform = _platform;
|
|
6247
6314
|
_this._focusMonitor = _focusMonitor;
|
|
6248
6315
|
_this._animationMode = _animationMode;
|
|
6249
6316
|
/**
|
|
@@ -10080,7 +10147,7 @@ var MatChipInput = /** @class */ (function () {
|
|
|
10080
10147
|
if (!this._inputElement.value && !!event) {
|
|
10081
10148
|
this._chipList._keydown(event);
|
|
10082
10149
|
}
|
|
10083
|
-
if (!event || this._isSeparatorKey(event
|
|
10150
|
+
if (!event || this._isSeparatorKey(event)) {
|
|
10084
10151
|
this.chipEnd.emit({ input: this._inputElement, value: this._inputElement.value });
|
|
10085
10152
|
if (event) {
|
|
10086
10153
|
event.preventDefault();
|
|
@@ -10113,18 +10180,23 @@ var MatChipInput = /** @class */ (function () {
|
|
|
10113
10180
|
/**
|
|
10114
10181
|
* Checks whether a keycode is one of the configured separators.
|
|
10115
10182
|
* @private
|
|
10116
|
-
* @param {?}
|
|
10183
|
+
* @param {?} event
|
|
10117
10184
|
* @return {?}
|
|
10118
10185
|
*/
|
|
10119
10186
|
MatChipInput.prototype._isSeparatorKey = /**
|
|
10120
10187
|
* Checks whether a keycode is one of the configured separators.
|
|
10121
10188
|
* @private
|
|
10122
|
-
* @param {?}
|
|
10189
|
+
* @param {?} event
|
|
10123
10190
|
* @return {?}
|
|
10124
10191
|
*/
|
|
10125
|
-
function (
|
|
10192
|
+
function (event) {
|
|
10193
|
+
if (keycodes.hasModifierKey(event)) {
|
|
10194
|
+
return false;
|
|
10195
|
+
}
|
|
10126
10196
|
/** @type {?} */
|
|
10127
10197
|
var separators = this.separatorKeyCodes;
|
|
10198
|
+
/** @type {?} */
|
|
10199
|
+
var keyCode = event.keyCode;
|
|
10128
10200
|
return Array.isArray(separators) ? separators.indexOf(keyCode) > -1 : separators.has(keyCode);
|
|
10129
10201
|
};
|
|
10130
10202
|
MatChipInput.decorators = [
|
|
@@ -12158,8 +12230,10 @@ var MatInput = /** @class */ (function (_super) {
|
|
|
12158
12230
|
var selectElement = (/** @type {?} */ (this._elementRef.nativeElement));
|
|
12159
12231
|
/** @type {?} */
|
|
12160
12232
|
var firstOption = selectElement.options[0];
|
|
12161
|
-
|
|
12162
|
-
|
|
12233
|
+
// On most browsers the `selectedIndex` will always be 0, however on IE and Edge it'll be
|
|
12234
|
+
// -1 if the `value` is set to something, that isn't in the list of options, at a later point.
|
|
12235
|
+
return this.focused || selectElement.multiple || !this.empty ||
|
|
12236
|
+
!!(selectElement.selectedIndex > -1 && firstOption && firstOption.label);
|
|
12163
12237
|
}
|
|
12164
12238
|
else {
|
|
12165
12239
|
return this.focused || !this.empty;
|
|
@@ -15695,7 +15769,7 @@ var MatDatepickerToggle = /** @class */ (function () {
|
|
|
15695
15769
|
};
|
|
15696
15770
|
MatDatepickerToggle.decorators = [
|
|
15697
15771
|
{ type: core.Component, args: [{selector: 'mat-datepicker-toggle',
|
|
15698
|
-
template: "<button #button mat-icon-button type=\"button\" aria-haspopup=\"true\" [attr.aria-label]=\"_intl.openCalendarLabel\" [attr.tabindex]=\"disabled ? -1 : tabIndex\" [disabled]=\"disabled\" [disableRipple]=\"disableRipple\" (click)=\"_open($event)\"><svg *ngIf=\"!_customIcon\" class=\"mat-datepicker-toggle-default-icon\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\" fill=\"currentColor\" focusable=\"false\"><path d=\"
|
|
15772
|
+
template: "<button #button mat-icon-button type=\"button\" aria-haspopup=\"true\" [attr.aria-label]=\"_intl.openCalendarLabel\" [attr.tabindex]=\"disabled ? -1 : tabIndex\" [disabled]=\"disabled\" [disableRipple]=\"disableRipple\" (click)=\"_open($event)\"><svg *ngIf=\"!_customIcon\" class=\"mat-datepicker-toggle-default-icon\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\" fill=\"currentColor\" focusable=\"false\"><path d=\"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z\"/></svg><ng-content select=\"[matDatepickerToggleIcon]\"></ng-content></button>",
|
|
15699
15773
|
styles: [".mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1em}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-datepicker-toggle-default-icon{display:block;width:1.5em;height:1.5em}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-datepicker-toggle-default-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-datepicker-toggle-default-icon{margin:auto}"],
|
|
15700
15774
|
host: {
|
|
15701
15775
|
'class': 'mat-datepicker-toggle',
|
|
@@ -17491,14 +17565,16 @@ FitTileStyler = /** @class */ (function (_super) {
|
|
|
17491
17565
|
* @param {?} exp
|
|
17492
17566
|
* @return {?}
|
|
17493
17567
|
*/
|
|
17494
|
-
function calc(exp) {
|
|
17568
|
+
function calc(exp) {
|
|
17569
|
+
return "calc(" + exp + ")";
|
|
17570
|
+
}
|
|
17495
17571
|
/**
|
|
17496
17572
|
* Appends pixels to a CSS string if no units are given.
|
|
17497
17573
|
* @param {?} value
|
|
17498
17574
|
* @return {?}
|
|
17499
17575
|
*/
|
|
17500
17576
|
function normalizeUnits(value) {
|
|
17501
|
-
return
|
|
17577
|
+
return value.match(/([A-Za-z%]+)$/) ? value : value + "px";
|
|
17502
17578
|
}
|
|
17503
17579
|
|
|
17504
17580
|
/**
|
|
@@ -19293,6 +19369,7 @@ var MatIcon = /** @class */ (function (_super) {
|
|
|
19293
19369
|
'role': 'img',
|
|
19294
19370
|
'class': 'mat-icon',
|
|
19295
19371
|
'[class.mat-icon-inline]': 'inline',
|
|
19372
|
+
'[class.mat-icon-no-color]': 'color !== "primary" && color !== "accent" && color !== "warn"',
|
|
19296
19373
|
},
|
|
19297
19374
|
encapsulation: core.ViewEncapsulation.None,
|
|
19298
19375
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
@@ -21360,7 +21437,7 @@ var MatMenu = /** @class */ (function () {
|
|
|
21360
21437
|
MatMenu.decorators = [
|
|
21361
21438
|
{ type: core.Component, args: [{selector: 'mat-menu',
|
|
21362
21439
|
template: "<ng-template><div class=\"mat-menu-panel\" [ngClass]=\"_classList\" (keydown)=\"_handleKeydown($event)\" (click)=\"closed.emit('click')\" [@transformMenu]=\"_panelAnimationState\" (@transformMenu.start)=\"_isAnimating = true\" (@transformMenu.done)=\"_onAnimationDone($event)\" tabindex=\"-1\" role=\"menu\"><div class=\"mat-menu-content\"><ng-content></ng-content></div></div></ng-template>",
|
|
21363
|
-
styles: [".mat-menu-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 48px);border-radius:4px;outline:0}@media screen and (-ms-high-contrast:active){.mat-menu-panel{outline:solid 1px}}.mat-menu-content:not(:empty){padding-top:8px;padding-bottom:8px}.mat-menu-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative}.mat-menu-item::-moz-focus-inner{border:0}.mat-menu-item[disabled]{cursor:default}[dir=rtl] .mat-menu-item{text-align:right}.mat-menu-item .mat-icon{margin-right:16px;vertical-align:middle}.mat-menu-item .mat-icon svg{vertical-align:top}[dir=rtl] .mat-menu-item .mat-icon{margin-left:16px;margin-right:0}@media screen and (-ms-high-contrast:active){.mat-menu-item-highlighted,.mat-menu-item.cdk-keyboard-focused,.mat-menu-item.cdk-program-focused{outline:dotted 1px}}.mat-menu-item-submenu-trigger{padding-right:32px}.mat-menu-item-submenu-trigger::after{width:0;height:0;border-style:solid;border-width:5px 0 5px 5px;border-color:transparent transparent transparent currentColor;content:'';display:inline-block;position:absolute;top:50%;right:16px;transform:translateY(-50%)}[dir=rtl] .mat-menu-item-submenu-trigger{padding-right:16px;padding-left:32px}[dir=rtl] .mat-menu-item-submenu-trigger::after{right:auto;left:16px;transform:rotateY(180deg) translateY(-50%)}
|
|
21440
|
+
styles: [".mat-menu-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 48px);border-radius:4px;outline:0}.mat-menu-panel.ng-animating{pointer-events:none}@media screen and (-ms-high-contrast:active){.mat-menu-panel{outline:solid 1px}}.mat-menu-content:not(:empty){padding-top:8px;padding-bottom:8px}.mat-menu-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative}.mat-menu-item::-moz-focus-inner{border:0}.mat-menu-item[disabled]{cursor:default}[dir=rtl] .mat-menu-item{text-align:right}.mat-menu-item .mat-icon{margin-right:16px;vertical-align:middle}.mat-menu-item .mat-icon svg{vertical-align:top}[dir=rtl] .mat-menu-item .mat-icon{margin-left:16px;margin-right:0}@media screen and (-ms-high-contrast:active){.mat-menu-item-highlighted,.mat-menu-item.cdk-keyboard-focused,.mat-menu-item.cdk-program-focused{outline:dotted 1px}}.mat-menu-item-submenu-trigger{padding-right:32px}.mat-menu-item-submenu-trigger::after{width:0;height:0;border-style:solid;border-width:5px 0 5px 5px;border-color:transparent transparent transparent currentColor;content:'';display:inline-block;position:absolute;top:50%;right:16px;transform:translateY(-50%)}[dir=rtl] .mat-menu-item-submenu-trigger{padding-right:16px;padding-left:32px}[dir=rtl] .mat-menu-item-submenu-trigger::after{right:auto;left:16px;transform:rotateY(180deg) translateY(-50%)}button.mat-menu-item{width:100%}.mat-menu-item .mat-menu-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}"],
|
|
21364
21441
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
21365
21442
|
encapsulation: core.ViewEncapsulation.None,
|
|
21366
21443
|
exportAs: 'matMenu',
|
|
@@ -27295,6 +27372,10 @@ var MatDrawer = /** @class */ (function () {
|
|
|
27295
27372
|
this.openedChange =
|
|
27296
27373
|
// Note this has to be async in order to avoid some issues with two-bindings (see #8872).
|
|
27297
27374
|
new core.EventEmitter(/* isAsync */ true);
|
|
27375
|
+
/**
|
|
27376
|
+
* Emits when the component is destroyed.
|
|
27377
|
+
*/
|
|
27378
|
+
this._destroyed = new rxjs.Subject();
|
|
27298
27379
|
/**
|
|
27299
27380
|
* Event emitted when the drawer's position changes.
|
|
27300
27381
|
*/
|
|
@@ -27325,7 +27406,7 @@ var MatDrawer = /** @class */ (function () {
|
|
|
27325
27406
|
* and we don't have close disabled.
|
|
27326
27407
|
*/
|
|
27327
27408
|
this._ngZone.runOutsideAngular(function () {
|
|
27328
|
-
rxjs.fromEvent(_this._elementRef.nativeElement, 'keydown').pipe(operators.filter(function (event) { return event.keyCode === keycodes.ESCAPE && !_this.disableClose; })).subscribe(function (event) { return _this._ngZone.run(function () {
|
|
27409
|
+
rxjs.fromEvent(_this._elementRef.nativeElement, 'keydown').pipe(operators.filter(function (event) { return event.keyCode === keycodes.ESCAPE && !_this.disableClose; }), operators.takeUntil(_this._destroyed)).subscribe(function (event) { return _this._ngZone.run(function () {
|
|
27329
27410
|
_this.close();
|
|
27330
27411
|
event.stopPropagation();
|
|
27331
27412
|
}); });
|
|
@@ -27565,6 +27646,8 @@ var MatDrawer = /** @class */ (function () {
|
|
|
27565
27646
|
}
|
|
27566
27647
|
this._animationStarted.complete();
|
|
27567
27648
|
this._animationEnd.complete();
|
|
27649
|
+
this._destroyed.next();
|
|
27650
|
+
this._destroyed.complete();
|
|
27568
27651
|
};
|
|
27569
27652
|
Object.defineProperty(MatDrawer.prototype, "opened", {
|
|
27570
27653
|
/**
|
|
@@ -27720,7 +27803,12 @@ var MatDrawer = /** @class */ (function () {
|
|
|
27720
27803
|
* and coordinates the backdrop and content styling.
|
|
27721
27804
|
*/
|
|
27722
27805
|
var MatDrawerContainer = /** @class */ (function () {
|
|
27723
|
-
function MatDrawerContainer(_dir, _element, _ngZone, _changeDetectorRef, defaultAutosize, _animationMode
|
|
27806
|
+
function MatDrawerContainer(_dir, _element, _ngZone, _changeDetectorRef, defaultAutosize, _animationMode,
|
|
27807
|
+
/**
|
|
27808
|
+
* @deprecated viewportRuler to become a required parameter.
|
|
27809
|
+
* @breaking-change 8.0.0
|
|
27810
|
+
*/
|
|
27811
|
+
viewportRuler) {
|
|
27724
27812
|
if (defaultAutosize === void 0) { defaultAutosize = false; }
|
|
27725
27813
|
var _this = this;
|
|
27726
27814
|
this._dir = _dir;
|
|
@@ -27755,6 +27843,13 @@ var MatDrawerContainer = /** @class */ (function () {
|
|
|
27755
27843
|
_this._updateContentMargins();
|
|
27756
27844
|
});
|
|
27757
27845
|
}
|
|
27846
|
+
// Since the minimum width of the sidenav depends on the viewport width,
|
|
27847
|
+
// we need to recompute the margins if the viewport changes.
|
|
27848
|
+
if (viewportRuler) {
|
|
27849
|
+
viewportRuler.change()
|
|
27850
|
+
.pipe(operators.takeUntil(this._destroyed))
|
|
27851
|
+
.subscribe(function () { return _this._updateContentMargins(); });
|
|
27852
|
+
}
|
|
27758
27853
|
this._autosize = defaultAutosize;
|
|
27759
27854
|
}
|
|
27760
27855
|
Object.defineProperty(MatDrawerContainer.prototype, "start", {
|
|
@@ -28235,7 +28330,8 @@ var MatDrawerContainer = /** @class */ (function () {
|
|
|
28235
28330
|
{ type: core.NgZone },
|
|
28236
28331
|
{ type: core.ChangeDetectorRef },
|
|
28237
28332
|
{ type: undefined, decorators: [{ type: core.Inject, args: [MAT_DRAWER_DEFAULT_AUTOSIZE,] }] },
|
|
28238
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] }
|
|
28333
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [animations.ANIMATION_MODULE_TYPE,] }] },
|
|
28334
|
+
{ type: scrolling.ViewportRuler, decorators: [{ type: core.Optional }] }
|
|
28239
28335
|
]; };
|
|
28240
28336
|
MatDrawerContainer.propDecorators = {
|
|
28241
28337
|
_drawers: [{ type: core.ContentChildren, args: [MatDrawer,] }],
|
|
@@ -32229,7 +32325,7 @@ var MatStep = /** @class */ (function (_super) {
|
|
|
32229
32325
|
MatStep.ctorParameters = function () { return [
|
|
32230
32326
|
{ type: MatStepper, decorators: [{ type: core.Inject, args: [core.forwardRef(function () { return MatStepper; }),] }] },
|
|
32231
32327
|
{ type: ErrorStateMatcher, decorators: [{ type: core.SkipSelf }] },
|
|
32232
|
-
{ type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [stepper.
|
|
32328
|
+
{ type: undefined, decorators: [{ type: core.Optional }, { type: core.Inject, args: [stepper.STEPPER_GLOBAL_OPTIONS,] }] }
|
|
32233
32329
|
]; };
|
|
32234
32330
|
MatStep.propDecorators = {
|
|
32235
32331
|
stepLabel: [{ type: core.ContentChild, args: [MatStepLabel,] }]
|
|
@@ -35980,13 +36076,15 @@ MatTreeFlattener = /** @class */ (function () {
|
|
|
35980
36076
|
if (this.isExpandable(flatNode)) {
|
|
35981
36077
|
/** @type {?} */
|
|
35982
36078
|
var childrenNodes = this.getChildren(node);
|
|
35983
|
-
if (
|
|
35984
|
-
|
|
35985
|
-
|
|
35986
|
-
|
|
35987
|
-
|
|
35988
|
-
|
|
35989
|
-
|
|
36079
|
+
if (childrenNodes) {
|
|
36080
|
+
if (Array.isArray(childrenNodes)) {
|
|
36081
|
+
this._flattenChildren(childrenNodes, level, resultNodes, parentMap);
|
|
36082
|
+
}
|
|
36083
|
+
else {
|
|
36084
|
+
childrenNodes.pipe(operators.take(1)).subscribe(function (children) {
|
|
36085
|
+
_this._flattenChildren(children, level, resultNodes, parentMap);
|
|
36086
|
+
});
|
|
36087
|
+
}
|
|
35990
36088
|
}
|
|
35991
36089
|
}
|
|
35992
36090
|
return resultNodes;
|
|
@@ -36236,10 +36334,10 @@ MatTreeNestedDataSource = /** @class */ (function (_super) {
|
|
|
36236
36334
|
* Current version of Angular Material.
|
|
36237
36335
|
* @type {?}
|
|
36238
36336
|
*/
|
|
36239
|
-
var VERSION = new core.Version('7.
|
|
36337
|
+
var VERSION = new core.Version('7.2.0');
|
|
36240
36338
|
|
|
36241
36339
|
exports.VERSION = VERSION;
|
|
36242
|
-
exports.ɵ
|
|
36340
|
+
exports.ɵa30 = MatAutocompleteOrigin;
|
|
36243
36341
|
exports.MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY = MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY;
|
|
36244
36342
|
exports.MatAutocompleteSelectedEvent = MatAutocompleteSelectedEvent;
|
|
36245
36343
|
exports.MatAutocompleteBase = MatAutocompleteBase;
|
|
@@ -36495,12 +36593,12 @@ exports.MAT_SELECTION_LIST_VALUE_ACCESSOR = MAT_SELECTION_LIST_VALUE_ACCESSOR;
|
|
|
36495
36593
|
exports.MatSelectionListChange = MatSelectionListChange;
|
|
36496
36594
|
exports.MatListOption = MatListOption;
|
|
36497
36595
|
exports.MatSelectionList = MatSelectionList;
|
|
36498
|
-
exports.ɵ
|
|
36499
|
-
exports.ɵ
|
|
36500
|
-
exports.ɵ
|
|
36501
|
-
exports.ɵ
|
|
36502
|
-
exports.ɵ
|
|
36503
|
-
exports.ɵ
|
|
36596
|
+
exports.ɵa24 = MAT_MENU_DEFAULT_OPTIONS_FACTORY;
|
|
36597
|
+
exports.ɵb24 = MatMenuItemBase;
|
|
36598
|
+
exports.ɵc24 = _MatMenuItemMixinBase;
|
|
36599
|
+
exports.ɵf24 = MAT_MENU_PANEL;
|
|
36600
|
+
exports.ɵd24 = MAT_MENU_SCROLL_STRATEGY_FACTORY;
|
|
36601
|
+
exports.ɵe24 = MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER;
|
|
36504
36602
|
exports.MAT_MENU_SCROLL_STRATEGY = MAT_MENU_SCROLL_STRATEGY;
|
|
36505
36603
|
exports.MatMenuModule = MatMenuModule;
|
|
36506
36604
|
exports.MatMenu = MatMenu;
|
|
@@ -36633,17 +36731,17 @@ exports.MatHeaderRow = MatHeaderRow;
|
|
|
36633
36731
|
exports.MatFooterRow = MatFooterRow;
|
|
36634
36732
|
exports.MatRow = MatRow;
|
|
36635
36733
|
exports.MatTableDataSource = MatTableDataSource;
|
|
36636
|
-
exports.ɵ
|
|
36637
|
-
exports.ɵ
|
|
36638
|
-
exports.ɵ
|
|
36639
|
-
exports.ɵ
|
|
36640
|
-
exports.ɵ
|
|
36641
|
-
exports.ɵ
|
|
36642
|
-
exports.ɵ
|
|
36643
|
-
exports.ɵ
|
|
36644
|
-
exports.ɵ
|
|
36645
|
-
exports.ɵ
|
|
36646
|
-
exports.ɵ
|
|
36734
|
+
exports.ɵa23 = _MAT_INK_BAR_POSITIONER_FACTORY;
|
|
36735
|
+
exports.ɵf23 = MatTabBase;
|
|
36736
|
+
exports.ɵg23 = _MatTabMixinBase;
|
|
36737
|
+
exports.ɵb23 = MatTabHeaderBase;
|
|
36738
|
+
exports.ɵc23 = _MatTabHeaderMixinBase;
|
|
36739
|
+
exports.ɵd23 = MatTabLabelWrapperBase;
|
|
36740
|
+
exports.ɵe23 = _MatTabLabelWrapperMixinBase;
|
|
36741
|
+
exports.ɵj23 = MatTabLinkBase;
|
|
36742
|
+
exports.ɵh23 = MatTabNavBase;
|
|
36743
|
+
exports.ɵk23 = _MatTabLinkMixinBase;
|
|
36744
|
+
exports.ɵi23 = _MatTabNavMixinBase;
|
|
36647
36745
|
exports.MatInkBar = MatInkBar;
|
|
36648
36746
|
exports._MAT_INK_BAR_POSITIONER = _MAT_INK_BAR_POSITIONER;
|
|
36649
36747
|
exports.MatTabBody = MatTabBody;
|