@alauda/ui 6.2.2-beta.14 → 6.2.2-beta.18
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/fesm2020/alauda-ui.mjs
CHANGED
|
@@ -23,7 +23,6 @@ import * as i4 from '@angular/forms';
|
|
|
23
23
|
import { ControlContainer, NgControl, NG_VALUE_ACCESSOR, Validators, FormsModule, ReactiveFormsModule, NG_VALIDATORS } from '@angular/forms';
|
|
24
24
|
import * as i6 from '@angular/cdk/observers';
|
|
25
25
|
import { ObserversModule } from '@angular/cdk/observers';
|
|
26
|
-
import { coerceAttrBoolean as coerceAttrBoolean$1 } from 'src/utils';
|
|
27
26
|
import * as i1$3 from '@angular/cdk/scrolling';
|
|
28
27
|
import { VIRTUAL_SCROLL_STRATEGY, CdkFixedSizeVirtualScroll, _fixedSizeVirtualScrollStrategyFactory, CdkVirtualForOf, CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
29
28
|
import { CdkAccordion, CdkAccordionItem, CdkAccordionModule } from '@angular/cdk/accordion';
|
|
@@ -6674,7 +6673,7 @@ class TabLabelWrapperDirective {
|
|
|
6674
6673
|
return this._disabled;
|
|
6675
6674
|
}
|
|
6676
6675
|
set disabled(value) {
|
|
6677
|
-
this._disabled = coerceAttrBoolean
|
|
6676
|
+
this._disabled = coerceAttrBoolean(value);
|
|
6678
6677
|
}
|
|
6679
6678
|
getOffsetLeft() {
|
|
6680
6679
|
return this.elementRef.nativeElement.offsetLeft;
|