@alauda/ui 8.0.1-beta.18 → 8.0.1-beta.19
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
|
@@ -6483,7 +6483,7 @@ class DialogContainerComponent {
|
|
|
6483
6483
|
>
|
|
6484
6484
|
<aui-dialog #dialogComponent></aui-dialog>
|
|
6485
6485
|
</div>
|
|
6486
|
-
`, isInline: true, styles: ["
|
|
6486
|
+
`, isInline: true, styles: [".aui-dialog-container{width:100vw;height:100%;overflow:auto}\n"], dependencies: [{ kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }, { kind: "component", type: DialogComponent, selector: "aui-dialog" }] }); }
|
|
6487
6487
|
}
|
|
6488
6488
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: DialogContainerComponent, decorators: [{
|
|
6489
6489
|
type: Component,
|
|
@@ -6494,7 +6494,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
6494
6494
|
>
|
|
6495
6495
|
<aui-dialog #dialogComponent></aui-dialog>
|
|
6496
6496
|
</div>
|
|
6497
|
-
`, imports: [CdkScrollable, DialogComponent], styles: ["
|
|
6497
|
+
`, imports: [CdkScrollable, DialogComponent], styles: [".aui-dialog-container{width:100vw;height:100%;overflow:auto}\n"] }]
|
|
6498
6498
|
}], propDecorators: { dialogComponent: [{
|
|
6499
6499
|
type: ViewChild,
|
|
6500
6500
|
args: ['dialogComponent', { static: true }]
|