@acorex/components 19.3.0 → 19.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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>;