@mozaic-ds/angular 2.0.0-beta.32 → 2.0.0-beta.34
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
|
@@ -133,9 +133,9 @@ declare class MozDividerComponent {
|
|
|
133
133
|
|
|
134
134
|
declare class MozFieldComponent {
|
|
135
135
|
id: _angular_core.InputSignal<string | undefined>;
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
136
|
+
labelTemplate: _angular_core.Signal<TemplateRef<unknown> | undefined>;
|
|
137
|
+
requirementTemplate: _angular_core.Signal<TemplateRef<unknown> | undefined>;
|
|
138
|
+
helpTemplate: _angular_core.Signal<TemplateRef<unknown> | undefined>;
|
|
139
139
|
helpId: _angular_core.InputSignal<string | undefined>;
|
|
140
140
|
isValid: _angular_core.InputSignal<boolean>;
|
|
141
141
|
isInvalid: _angular_core.InputSignal<boolean>;
|
|
@@ -147,7 +147,7 @@ declare class MozFieldComponent {
|
|
|
147
147
|
'is-invalid': boolean;
|
|
148
148
|
}>;
|
|
149
149
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MozFieldComponent, never>;
|
|
150
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozFieldComponent, "moz-field", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "
|
|
150
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozFieldComponent, "moz-field", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "helpId": { "alias": "helpId"; "required": false; "isSignal": true; }; "isValid": { "alias": "isValid"; "required": false; "isSignal": true; }; "isInvalid": { "alias": "isInvalid"; "required": false; "isSignal": true; }; "messageId": { "alias": "messageId"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; }, {}, ["labelTemplate", "requirementTemplate", "helpTemplate"], ["*"], true, never>;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
declare class MozFieldGroupComponent {
|