@acorex/components 16.18.30 → 16.18.32
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,6 @@ export declare class AXFormGroupComponent extends AXBaseComponent implements AXB
|
|
9
9
|
private component;
|
10
10
|
required: any;
|
11
11
|
labelMode: import("@angular/core").ModelSignal<"static" | "float" | "over">;
|
12
|
-
inputHeight: import("@angular/core").WritableSignal<string>;
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXFormGroupComponent, never>;
|
14
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXFormGroupComponent, "ax-form-group", never, { "size": { "alias": "size"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; "isSignal": true; }; }, { "labelMode": "labelModeChange"; }, ["component"], ["ax-label", "ax-button[start]", "*", "ax-button[end]", "ax-button"], false, never>;
|
15
14
|
}
|