ets-fe-ng-sdk 17.0.220 → 17.0.221

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.
@@ -57,7 +57,7 @@ export declare class UtilityService<TEnvironment extends SDKEnvironment = SDKEnv
57
57
  debouncerService: DebouncerService;
58
58
  numberPipe: DecimalPipe;
59
59
  constructor();
60
- formControl: <T>(value?: T, validatorOrOpts?: ValidatorFn | ValidatorFn[] | FormControlOptions, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[]) => (ValidatorFn | AsyncValidatorFn | ValidatorFn[] | AsyncValidatorFn[] | T | FormControlOptions)[];
60
+ formControl: <T>(value?: T, validatorOrOpts?: ValidatorFn | ValidatorFn[] | FormControlOptions, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[]) => (FormControlOptions | AsyncValidatorFn | AsyncValidatorFn[] | ValidatorFn | ValidatorFn[] | T)[];
61
61
  back: () => void;
62
62
  onlyOneInput(inputs: FormControl[]): Subscription;
63
63
  copyPayload(payload: any): Promise<void>;
@@ -25,7 +25,7 @@ export declare class BtnComponent implements OnInit {
25
25
  set _type(v: BtnType);
26
26
  set _group(v: BtnGroup);
27
27
  _mclass: import("@angular/core").WritableSignal<string>;
28
- actionType: import("@angular/core").InputSignal<"button" | "submit" | "reset", "button" | "submit" | "reset">;
28
+ actionType: import("@angular/core").InputSignal<"submit" | "button" | "reset", "submit" | "button" | "reset">;
29
29
  animate: import("@angular/core").InputSignal<boolean, boolean>;
30
30
  excludeLogging: boolean;
31
31
  loggingValue: string;
@@ -20,7 +20,7 @@ export declare class InfoDialogComponent implements OnInit {
20
20
  yes(): void;
21
21
  no(): void;
22
22
  handleAction: (event: PointerEvent, item: IInfoDialogBtn) => void;
23
- cls: (status?: 0 | 1 | 2) => "" | "info" | "danger" | "success";
23
+ cls: (status?: 0 | 1 | 2) => "" | "danger" | "success" | "info";
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<InfoDialogComponent, never>;
25
25
  static ɵcmp: i0.ɵɵComponentDeclaration<InfoDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ets-fe-ng-sdk",
3
- "version": "17.0.220",
3
+ "version": "17.0.221",
4
4
  "repository": {
5
5
  "url": "https://github.com/Evolutics-Tech/ets-fe-sdk"
6
6
  },