@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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "16.18.30",
3
+ "version": "16.18.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",