@mozaic-ds/angular 2.2.0 → 2.2.1
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/package.json
CHANGED
|
@@ -2079,13 +2079,6 @@ declare class DrawerContainerComponent {
|
|
|
2079
2079
|
readonly portalOutlet: _angular_core.Signal<CdkPortalOutlet | undefined>;
|
|
2080
2080
|
footerTpl: TemplateRef<void> | null;
|
|
2081
2081
|
private componentRef;
|
|
2082
|
-
readonly classes: _angular_core.Signal<{
|
|
2083
|
-
[x: string]: boolean;
|
|
2084
|
-
'mc-drawer': boolean;
|
|
2085
|
-
'is-open': boolean;
|
|
2086
|
-
'mc-drawer--extend': boolean;
|
|
2087
|
-
}>;
|
|
2088
|
-
readonly dialogClasses: _angular_core.Signal<string>;
|
|
2089
2082
|
readonly ariaModal: _angular_core.Signal<"true" | "false">;
|
|
2090
2083
|
attachComponent<C>(component: Type<C>): ComponentRef<C>;
|
|
2091
2084
|
registerFooter(tpl: TemplateRef<void>): void;
|