@mozaic-ds/angular 2.0.0-beta.36 → 2.0.0-beta.37
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
|
@@ -339,8 +339,9 @@ declare class MozModalComponent {
|
|
|
339
339
|
readonly closeOnBackdrop: _angular_core.InputSignal<boolean>;
|
|
340
340
|
readonly isOpen: _angular_core.ModelSignal<boolean>;
|
|
341
341
|
readonly footerTpl: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
342
|
-
readonly
|
|
342
|
+
readonly classes: _angular_core.Signal<{
|
|
343
343
|
[x: string]: boolean;
|
|
344
|
+
modal: boolean;
|
|
344
345
|
'is-open': boolean;
|
|
345
346
|
}>;
|
|
346
347
|
open(): void;
|
|
@@ -1948,8 +1949,9 @@ declare class DrawerContainerComponent {
|
|
|
1948
1949
|
readonly portalOutlet: _angular_core.Signal<CdkPortalOutlet | undefined>;
|
|
1949
1950
|
footerTpl: TemplateRef<void> | null;
|
|
1950
1951
|
private componentRef;
|
|
1951
|
-
readonly
|
|
1952
|
+
readonly classes: _angular_core.Signal<{
|
|
1952
1953
|
[x: string]: boolean;
|
|
1954
|
+
'mc-drawer': boolean;
|
|
1953
1955
|
'is-open': boolean;
|
|
1954
1956
|
'mc-drawer--extend': boolean;
|
|
1955
1957
|
}>;
|
|
@@ -1975,8 +1977,9 @@ declare class MozDrawerComponent {
|
|
|
1975
1977
|
readonly backEvent: _angular_core.OutputEmitterRef<void>;
|
|
1976
1978
|
readonly footerTpl: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
1977
1979
|
readonly isOpen: _angular_core.WritableSignal<boolean>;
|
|
1978
|
-
readonly
|
|
1980
|
+
readonly classes: _angular_core.Signal<{
|
|
1979
1981
|
[x: string]: boolean;
|
|
1982
|
+
'mc-drawer': boolean;
|
|
1980
1983
|
'is-open': boolean;
|
|
1981
1984
|
'mc-drawer--extend': boolean;
|
|
1982
1985
|
}>;
|