@acorex/components 19.4.0-next.0 → 19.4.1

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.
@@ -22,6 +22,7 @@ export declare class AXCronJobContainerComponent extends MXInputBaseValueCompone
22
22
  look: AXTabLook;
23
23
  location: AXTabLocation;
24
24
  }>;
25
+ onGetModelFired: import("@angular/core").WritableSignal<boolean>;
25
26
  onGetModel(): void;
26
27
  protected internalValueChanged(cronExpressionPattern: string): void;
27
28
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCronJobContainerComponent, never>;
@@ -8,7 +8,7 @@ export declare class AXCronSecondsComponent {
8
8
  secondsChanged: import("@angular/core").OutputEmitterRef<void>;
9
9
  protected dropdownList: DropDownItem[];
10
10
  protected zeroTo59: number[];
11
- protected inputChange(): void;
11
+ protected inputChange(e?: any): void;
12
12
  protected changeHandler(e: AXValueChangedEvent): void;
13
13
  protected get isCustom(): boolean;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCronSecondsComponent, never>;