@acorex/components 16.18.38 → 16.18.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  import { ChangeDetectorRef, ElementRef } from '@angular/core';
2
2
  import { AXBaseComponent, AXBaseSizableComponent, AXElementSize } from '../base/element.class';
3
+ import { AXLabelComponent } from '../label/label.component';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class AXFormGroupComponent extends AXBaseComponent implements AXBaseSizableComponent {
5
6
  #private;
@@ -9,6 +10,7 @@ export declare class AXFormGroupComponent extends AXBaseComponent implements AXB
9
10
  private component;
10
11
  required: any;
11
12
  labelMode: import("@angular/core").ModelSignal<"static" | "float" | "over">;
13
+ label: import("@angular/core").Signal<AXLabelComponent>;
12
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AXFormGroupComponent, never>;
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
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXFormGroupComponent, "ax-form-group", never, { "size": { "alias": "size"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; "isSignal": true; }; }, { "labelMode": "labelModeChange"; }, ["label", "component"], ["ax-button[start]", "*", "ax-button[end]", "ax-button", "ax-label"], false, never>;
14
16
  }
@@ -2,8 +2,9 @@ import { AXBaseComponent, AXBaseSizableComponent, AXElementSize } from '../base/
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AXLabelComponent extends AXBaseComponent implements AXBaseSizableComponent {
4
4
  constructor();
5
+ clickLabel: import("@angular/core").OutputEmitterRef<void>;
5
6
  size: AXElementSize;
6
- ngOnInit(): void;
7
+ protected clickHandler(): void;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AXLabelComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<AXLabelComponent, "ax-label", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXLabelComponent, "ax-label", never, { "size": { "alias": "size"; "required": false; }; }, { "clickLabel": "clickLabel"; }, never, ["*"], false, never>;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "16.18.38",
3
+ "version": "16.18.40",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",