@almoamendev/ngx-md3 0.2.0 → 0.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
|
@@ -1155,11 +1155,10 @@ declare class FullScreenDialog extends CdkDialogContainer implements DialogConta
|
|
|
1155
1155
|
* the content scrolls underneath.
|
|
1156
1156
|
*/
|
|
1157
1157
|
declare class FullScreenDialogHeader implements ButtonContext {
|
|
1158
|
-
title: _angular_core.InputSignal<string>;
|
|
1159
1158
|
buttonContextSize: Signal<ButtonSize>;
|
|
1160
1159
|
buttonContextWidth: Signal<IconButtonWidth>;
|
|
1161
1160
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FullScreenDialogHeader, never>;
|
|
1162
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FullScreenDialogHeader, "md3-fullscreen-dialog-header", never, {
|
|
1161
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FullScreenDialogHeader, "md3-fullscreen-dialog-header", never, {}, {}, never, ["[md3-icon-button][md3-header-leading]", "*", "[md3-header-trailing]"], true, never>;
|
|
1163
1162
|
}
|
|
1164
1163
|
|
|
1165
1164
|
declare class Menu implements AfterContentInit {
|