@mozaic-ds/angular 2.0.0-beta.23 → 2.0.0-beta.25
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
|
@@ -698,10 +698,10 @@ declare class MozStatusDotComponent {
|
|
|
698
698
|
type MozStatusNotificationStatus = 'info' | 'success' | 'warning' | 'error';
|
|
699
699
|
declare class MozStatusNotificationComponent {
|
|
700
700
|
title: _angular_core.InputSignal<string>;
|
|
701
|
-
description: _angular_core.InputSignal<string>;
|
|
702
701
|
status: _angular_core.InputSignal<MozStatusNotificationStatus>;
|
|
703
702
|
closable: _angular_core.InputSignal<boolean>;
|
|
704
703
|
closed: _angular_core.OutputEmitterRef<void>;
|
|
704
|
+
descriptionTpl: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
705
705
|
footerTpl: _angular_core.Signal<TemplateRef<void> | undefined>;
|
|
706
706
|
readonly classes: _angular_core.Signal<{
|
|
707
707
|
[x: string]: boolean | MozStatusNotificationStatus;
|
|
@@ -710,7 +710,7 @@ declare class MozStatusNotificationComponent {
|
|
|
710
710
|
readonly iconComponent: _angular_core.Signal<typeof CheckCircle32>;
|
|
711
711
|
onCloseClick(): void;
|
|
712
712
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MozStatusNotificationComponent, never>;
|
|
713
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozStatusNotificationComponent, "moz-status-notification", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "
|
|
713
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozStatusNotificationComponent, "moz-status-notification", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "closable": { "alias": "closable"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, ["descriptionTpl", "footerTpl"], never, true, never>;
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
declare class MozTabComponent {
|