@alauda/ui 8.0.1-beta.21 → 8.0.1-beta.23
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/alauda-ui.mjs
CHANGED
|
@@ -707,7 +707,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
707
707
|
}]
|
|
708
708
|
}] });
|
|
709
709
|
class AccordionItemComponent extends CdkAccordionItem {
|
|
710
|
-
// eslint-disable-next-line @typescript-eslint/no-useless-constructor
|
|
711
710
|
constructor(accordion, cdr, uniqueSelectionDispatcher) {
|
|
712
711
|
super(accordion, cdr, uniqueSelectionDispatcher);
|
|
713
712
|
this.background = true;
|
|
@@ -9432,7 +9431,6 @@ class RadioComponent extends BaseRadio {
|
|
|
9432
9431
|
get rootClass() {
|
|
9433
9432
|
return `${this.bem.block()} ${this.disabled ? 'isDisabled' : ''} ${this.checked ? 'isChecked' : ''}`;
|
|
9434
9433
|
}
|
|
9435
|
-
// eslint-disable-next-line @typescript-eslint/no-useless-constructor
|
|
9436
9434
|
constructor(radioGroup, focusMonitor, cdr) {
|
|
9437
9435
|
super(radioGroup, focusMonitor, cdr);
|
|
9438
9436
|
this.bem = buildBem('aui-radio');
|
|
@@ -9449,7 +9447,6 @@ class RadioButtonComponent extends BaseRadio {
|
|
|
9449
9447
|
get rootClass() {
|
|
9450
9448
|
return `${this.bem.block(this.size)} ${this.disabled ? 'isDisabled' : ''} ${this.checked ? 'isChecked' : ''} ${this.isPlain ? 'isPlain' : ''}`;
|
|
9451
9449
|
}
|
|
9452
|
-
// eslint-disable-next-line @typescript-eslint/no-useless-constructor
|
|
9453
9450
|
constructor(radioGroup, focusMonitor, cdr) {
|
|
9454
9451
|
super(radioGroup, focusMonitor, cdr);
|
|
9455
9452
|
this.bem = buildBem('aui-radio-button');
|
|
@@ -9683,7 +9680,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
9683
9680
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9684
9681
|
encapsulation: ViewEncapsulation.None,
|
|
9685
9682
|
preserveWhitespaces: false,
|
|
9686
|
-
imports: [IconComponent]
|
|
9683
|
+
imports: [IconComponent],
|
|
9687
9684
|
}]
|
|
9688
9685
|
}], propDecorators: { expand: [{
|
|
9689
9686
|
type: Input
|
|
@@ -9751,7 +9748,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
9751
9748
|
transition('* <=> expanded', [animate('0.1s ease-in-out')]),
|
|
9752
9749
|
]),
|
|
9753
9750
|
],
|
|
9754
|
-
imports: [NgIf]
|
|
9751
|
+
imports: [NgIf],
|
|
9755
9752
|
}]
|
|
9756
9753
|
}], propDecorators: { expand: [{
|
|
9757
9754
|
type: Input
|
|
@@ -10074,7 +10071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
10074
10071
|
encapsulation: ViewEncapsulation.None,
|
|
10075
10072
|
exportAs: 'auiTableHeaderRow',
|
|
10076
10073
|
preserveWhitespaces: false,
|
|
10077
|
-
imports: [CdkTableModule]
|
|
10074
|
+
imports: [CdkTableModule],
|
|
10078
10075
|
}]
|
|
10079
10076
|
}] });
|
|
10080
10077
|
|
|
@@ -10146,7 +10143,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
10146
10143
|
encapsulation: ViewEncapsulation.None,
|
|
10147
10144
|
exportAs: 'auiTableRow',
|
|
10148
10145
|
preserveWhitespaces: false,
|
|
10149
|
-
imports: [CdkTableModule]
|
|
10146
|
+
imports: [CdkTableModule],
|
|
10150
10147
|
}]
|
|
10151
10148
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { disabled: [{
|
|
10152
10149
|
type: Input
|
|
@@ -11342,7 +11339,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
11342
11339
|
}] } });
|
|
11343
11340
|
/** Used to flag tab labels for use with the portal directive */
|
|
11344
11341
|
class TabLabelDirective extends CdkPortal {
|
|
11345
|
-
// eslint-disable-next-line @typescript-eslint/no-useless-constructor
|
|
11346
11342
|
constructor(templateRef, viewContainerRef) {
|
|
11347
11343
|
super(templateRef, viewContainerRef);
|
|
11348
11344
|
}
|
|
@@ -11375,7 +11371,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
11375
11371
|
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
11376
11372
|
/** Used to project additional template from host to the tab header. */
|
|
11377
11373
|
class TabHeaderAddonDirective extends CdkPortal {
|
|
11378
|
-
// eslint-disable-next-line @typescript-eslint/no-useless-constructor
|
|
11379
11374
|
constructor(templateRef, viewContainerRef) {
|
|
11380
11375
|
super(templateRef, viewContainerRef);
|
|
11381
11376
|
}
|
|
@@ -11424,7 +11419,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
11424
11419
|
args: [{ transform: coerceAttrBoolean }]
|
|
11425
11420
|
}] } });
|
|
11426
11421
|
class TabTitleDirective extends CdkPortal {
|
|
11427
|
-
// eslint-disable-next-line @typescript-eslint/no-useless-constructor
|
|
11428
11422
|
constructor(templateRef, viewContainerRef) {
|
|
11429
11423
|
super(templateRef, viewContainerRef);
|
|
11430
11424
|
}
|