ets-fe-ng-sdk 18.0.19 → 18.0.21

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.
@@ -17,7 +17,7 @@ export declare class TranslationService<TranslationGlossaryResponse = any> {
17
17
  protected translationResponseMatrix: BehaviorSubject<{
18
18
  [x: number]: string;
19
19
  }>;
20
- readonly seperator = "~~~";
20
+ readonly separator = "~~~";
21
21
  name: string;
22
22
  sourceLanguage: ELanguage;
23
23
  targetLanguage: ELanguage;
@@ -59,7 +59,7 @@ export declare class UtilityService<TEnvironment extends SDKEnvironment = SDKEnv
59
59
  readonly delimiter = "~~~//~~~";
60
60
  formBuilder: import("@angular/forms").NonNullableFormBuilder;
61
61
  constructor();
62
- formControl: <T>(value?: T | null, validatorOrOpts?: ValidatorFn | ValidatorFn[] | FormControlOptions, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[]) => (FormControlOptions | AsyncValidatorFn | AsyncValidatorFn[] | ValidatorFn | ValidatorFn[] | T)[];
62
+ formControl: <T>(value?: T | null, validatorOrOpts?: ValidatorFn | ValidatorFn[] | FormControlOptions, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[]) => (T | ValidatorFn | FormControlOptions | ValidatorFn[] | AsyncValidatorFn | AsyncValidatorFn[])[];
63
63
  back: () => void;
64
64
  onlyOneInput(inputs: FormControl[]): Subscription;
65
65
  copyPayload(payload: any): Promise<void>;
@@ -24,7 +24,7 @@ export declare class BtnComponent implements OnInit {
24
24
  set _type(v: BtnType);
25
25
  set _group(v: BtnGroup);
26
26
  readonly _mclass: import("@angular/core").WritableSignal<string>;
27
- readonly actionType: import("@angular/core").InputSignal<"button" | "submit" | "reset">;
27
+ readonly actionType: import("@angular/core").InputSignal<"submit" | "button" | "reset">;
28
28
  readonly animate: import("@angular/core").InputSignal<boolean>;
29
29
  excludeLogging: boolean;
30
30
  loggingValue: string;
@@ -35,9 +35,9 @@ export declare class BtnComponent implements OnInit {
35
35
  */
36
36
  set customIcon(v: string);
37
37
  readonly checkFormState$: BehaviorSubject<IFormState>;
38
- readonly form: import("@angular/core").InputSignal<AbstractControl<any, any> | FormGroup<any> | FormArray<any> | FormControl<any>>;
38
+ readonly form: import("@angular/core").InputSignal<AbstractControl<any, any> | FormGroup<any> | FormControl<any> | FormArray<any>>;
39
39
  protected readonly formState: import("@angular/core").Signal<IFormState>;
40
- readonly forms: import("@angular/core").InputSignal<(AbstractControl<any, any> | FormGroup<any> | FormArray<any> | FormControl<any>)[]>;
40
+ readonly forms: import("@angular/core").InputSignal<(AbstractControl<any, any> | FormGroup<any> | FormControl<any> | FormArray<any>)[]>;
41
41
  protected readonly formsState: import("@angular/core").Signal<Omit<IFormState, "status">>;
42
42
  readonly help: import("@angular/core").InputSignal<string>;
43
43
  /**
@@ -18,7 +18,7 @@ export declare class ResizeGridPipe implements PipeTransform {
18
18
  static ɵpipe: i0.ɵɵPipeDeclaration<ResizeGridPipe, "resizeGrid", true>;
19
19
  }
20
20
  export declare class IndexCompLayoutComponent {
21
- readonly grid: InputSignal<5 | 1 | 6 | 3 | 4 | 2 | "auto">;
21
+ readonly grid: InputSignal<3 | 4 | 1 | 6 | 2 | 5 | "auto">;
22
22
  readonly showButtons: InputSignal<boolean>;
23
23
  readonly hideClone: InputSignal<boolean>;
24
24
  readonly hideShow: InputSignal<boolean>;
@@ -20,7 +20,7 @@ export declare class InfoDialogComponent implements OnInit {
20
20
  yes(btn?: IInfoDialogBtn): 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) => "" | "info" | "danger" | "success";
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<InfoDialogComponent, never>;
25
25
  static ɵcmp: i0.ɵɵComponentDeclaration<InfoDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
26
26
  }
@@ -40,7 +40,7 @@ export declare class InputService {
40
40
  label: string;
41
41
  class: string;
42
42
  width: string;
43
- seperator?: string;
43
+ separator?: string;
44
44
  formControlName: string;
45
45
  type: InputType;
46
46
  length: number;
@@ -8,7 +8,7 @@ export declare class ToggleInputFormComponent<TOption> {
8
8
  readonly deleteFromFormFunc: import("@angular/core").InputSignal<(data?: TOption) => any>;
9
9
  readonly gridNo: import("@angular/core").ModelSignal<GridSize>;
10
10
  readonly labelField: import("@angular/core").InputSignal<keyof TOption | (keyof TOption)[]>;
11
- readonly labelSeperator: import("@angular/core").InputSignal<string>;
11
+ readonly labelSeparator: import("@angular/core").InputSignal<string>;
12
12
  readonly searchQuery: import("@angular/core").ModelSignal<string>;
13
13
  readonly showToggleAll: import("@angular/core").InputSignal<boolean>;
14
14
  readonly valueField: import("@angular/core").InputSignal<keyof { [P in keyof TOption as TOption[P] extends string | number ? P : never]: any; }>;
@@ -34,7 +34,7 @@ export declare class ToggleInputFormComponent<TOption> {
34
34
  protected readonly lgGrid: import("@angular/core").Signal<number>;
35
35
  protected readonly mdGrid: import("@angular/core").Signal<number>;
36
36
  protected readonly defaultToggleAllEffect: import("@angular/core").EffectRef;
37
- protected readonly columnLengths: import("@angular/core").WritableSignal<{
37
+ protected readonly columnLengths: import("@angular/core").Signal<{
38
38
  label: string;
39
39
  value: GridSize;
40
40
  }[]>;
@@ -50,7 +50,7 @@ export declare class ToggleInputFormComponent<TOption> {
50
50
  getState(): IToggleOption<TOption>[];
51
51
  reset(): void;
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggleInputFormComponent<any>, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggleInputFormComponent<any>, "toggle-input-form", never, { "addToFormFunc": { "alias": "addToFormFunc"; "required": false; "isSignal": true; }; "defaultToggleAll": { "alias": "defaultToggleAll"; "required": false; "isSignal": true; }; "deleteFromFormFunc": { "alias": "deleteFromFormFunc"; "required": false; "isSignal": true; }; "gridNo": { "alias": "gridNo"; "required": false; "isSignal": true; }; "labelField": { "alias": "labelField"; "required": false; "isSignal": true; }; "labelSeperator": { "alias": "labelSeperator"; "required": false; "isSignal": true; }; "searchQuery": { "alias": "searchQuery"; "required": false; "isSignal": true; }; "showToggleAll": { "alias": "showToggleAll"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": true; "isSignal": true; }; "checkedChecker": { "alias": "checkedChecker"; "required": true; "isSignal": true; }; "_list": { "alias": "list"; "required": true; "isSignal": true; }; }, { "gridNo": "gridNoChange"; "searchQuery": "searchQueryChange"; "selected": "selected"; }, never, never, true, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleInputFormComponent<any>, "toggle-input-form", never, { "addToFormFunc": { "alias": "addToFormFunc"; "required": false; "isSignal": true; }; "defaultToggleAll": { "alias": "defaultToggleAll"; "required": false; "isSignal": true; }; "deleteFromFormFunc": { "alias": "deleteFromFormFunc"; "required": false; "isSignal": true; }; "gridNo": { "alias": "gridNo"; "required": false; "isSignal": true; }; "labelField": { "alias": "labelField"; "required": false; "isSignal": true; }; "labelSeparator": { "alias": "labelSeparator"; "required": false; "isSignal": true; }; "searchQuery": { "alias": "searchQuery"; "required": false; "isSignal": true; }; "showToggleAll": { "alias": "showToggleAll"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": true; "isSignal": true; }; "checkedChecker": { "alias": "checkedChecker"; "required": true; "isSignal": true; }; "_list": { "alias": "list"; "required": true; "isSignal": true; }; }, { "gridNo": "gridNoChange"; "searchQuery": "searchQueryChange"; "selected": "selected"; }, never, never, true, never>;
54
54
  }
55
55
  type GridSize = 6 | 4 | 3 | 2 | 1;
56
56
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ets-fe-ng-sdk",
3
- "version": "18.0.19",
3
+ "version": "18.0.21",
4
4
  "repository": {
5
5
  "url": "https://github.com/Evolutics-Tech/ets-fe-sdk"
6
6
  },