ets-fe-ng-sdk 20.3.37 → 20.3.39

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.
package/index.d.ts CHANGED
@@ -3122,7 +3122,7 @@ declare class NumberFormatService {
3122
3122
  readonly numberFormat: _angular_core.WritableSignal<"AM" | "EU">;
3123
3123
  readonly isNormal: _angular_core.Signal<boolean>;
3124
3124
  readonly locale: _angular_core.Signal<"en-US" | "fr-FR">;
3125
- readonly decimal: _angular_core.Signal<"." | ",">;
3125
+ readonly decimal: _angular_core.Signal<"," | ".">;
3126
3126
  constructor();
3127
3127
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NumberFormatService, never>;
3128
3128
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<NumberFormatService>;
@@ -3189,6 +3189,8 @@ declare class UtilityService<TEnvironment extends SDKEnvironment = SDKEnvironmen
3189
3189
  isMobile: boolean;
3190
3190
  /** Emits true if the device is mobile */
3191
3191
  mobileQueryChanged: ReplaySubject<boolean>;
3192
+ static canUseServiceworkers: _angular_core.Signal<boolean>;
3193
+ readonly canUseServiceworkers: _angular_core.Signal<boolean>;
3192
3194
  /** Signal that emits true when the device is a mobile handset */
3193
3195
  readonly isMobileSignal: _angular_core.Signal<boolean>;
3194
3196
  /** Signal that emits true when the device is a tablet */
@@ -3218,7 +3220,7 @@ declare class UtilityService<TEnvironment extends SDKEnvironment = SDKEnvironmen
3218
3220
  * @returns Array containing value, validators, and async validators
3219
3221
  * @template T - Type of the form control value
3220
3222
  */
3221
- formControl: <T>(value?: T | null, validatorOrOpts?: ValidatorFn | ValidatorFn[] | FormControlOptions, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[]) => (FormControlOptions | AsyncValidatorFn | AsyncValidatorFn[] | ValidatorFn | ValidatorFn[] | T)[];
3223
+ formControl: <T>(value?: T | null, validatorOrOpts?: ValidatorFn | ValidatorFn[] | FormControlOptions, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[]) => (T | ValidatorFn | FormControlOptions | ValidatorFn[] | AsyncValidatorFn | AsyncValidatorFn[])[];
3222
3224
  /**
3223
3225
  * Navigates back to the previous page using Angular's Location service
3224
3226
  */
@@ -5674,7 +5676,7 @@ declare class BtnComponent implements OnInit {
5674
5676
  /** CSS class for the button */
5675
5677
  readonly _mclass: _angular_core.WritableSignal<string>;
5676
5678
  /** HTML button type (submit, button, reset) */
5677
- readonly actionType: _angular_core.InputSignal<"button" | "submit" | "reset">;
5679
+ readonly actionType: _angular_core.InputSignal<"submit" | "button" | "reset">;
5678
5680
  /** Enables animation effect on the button */
5679
5681
  readonly animate: _angular_core.InputSignal<boolean>;
5680
5682
  /** Excludes this button from logging when true */
@@ -5691,13 +5693,13 @@ declare class BtnComponent implements OnInit {
5691
5693
  */
5692
5694
  set customIcon(v: string);
5693
5695
  /** Form to bind to the button for validation */
5694
- readonly form: _angular_core.InputSignal<FormGroup<any> | AbstractControl<any, any, any> | FormArray<any> | FormControl<any>>;
5696
+ readonly form: _angular_core.InputSignal<AbstractControl<any, any, any> | FormControl<any> | FormArray<any> | FormGroup<any>>;
5695
5697
  /** Subject for form changes */
5696
5698
  protected readonly formStateRes: _angular_core.ResourceRef<boolean>;
5697
5699
  /** Signal for form validity state */
5698
5700
  protected readonly formState: _angular_core.Signal<boolean>;
5699
5701
  /** Multiple forms to bind to the button for validation */
5700
- readonly forms: _angular_core.InputSignal<(FormGroup<any> | AbstractControl<any, any, any> | FormArray<any> | FormControl<any>)[]>;
5702
+ readonly forms: _angular_core.InputSignal<(AbstractControl<any, any, any> | FormControl<any> | FormArray<any> | FormGroup<any>)[]>;
5701
5703
  /** Signal for multiple forms validity state */
5702
5704
  protected readonly formsStateRes: _angular_core.ResourceRef<Omit<IFormState, "status">>;
5703
5705
  protected readonly formsState: _angular_core.Signal<boolean>;
@@ -6250,7 +6252,7 @@ declare class DocumentsNameDisplayComponent implements OnInit {
6250
6252
  title: any;
6251
6253
  };
6252
6254
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DocumentsNameDisplayComponent, never>;
6253
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DocumentsNameDisplayComponent, "app-documents-name-display", never, { "files": { "alias": "files"; "required": false; }; "fileNameFormat": { "alias": "fileNameFormat"; "required": false; }; }, { "valid": "valid"; "error": "error"; }, never, never, true, never>;
6255
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DocumentsNameDisplayComponent, "ets-documents-name-display", never, { "files": { "alias": "files"; "required": false; }; "fileNameFormat": { "alias": "fileNameFormat"; "required": false; }; }, { "valid": "valid"; "error": "error"; }, never, never, true, never>;
6254
6256
  }
6255
6257
 
6256
6258
  /**
@@ -7955,7 +7957,7 @@ declare class FormLinkComponent implements OnInit {
7955
7957
  */
7956
7958
  ngOnInit(): void;
7957
7959
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormLinkComponent, never>;
7958
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormLinkComponent, "form-link", never, { "cqueryParams": { "alias": "cqueryParams"; "required": false; }; "crouterLink": { "alias": "crouterLink"; "required": false; }; "value": { "alias": "value"; "required": false; }; "options": { "alias": "options"; "required": false; }; "labelField": { "alias": "labelField"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; }, {}, never, never, true, never>;
7960
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormLinkComponent, "ets-form-link", never, { "cqueryParams": { "alias": "cqueryParams"; "required": false; }; "crouterLink": { "alias": "crouterLink"; "required": false; }; "value": { "alias": "value"; "required": false; }; "options": { "alias": "options"; "required": false; }; "labelField": { "alias": "labelField"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; }, {}, never, never, true, never>;
7959
7961
  }
7960
7962
 
7961
7963
  declare class FormTabHeadersComponent implements OnInit {
@@ -7966,7 +7968,7 @@ declare class FormTabHeadersComponent implements OnInit {
7966
7968
  ngOnInit(): void;
7967
7969
  changeTab(index: number): void;
7968
7970
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormTabHeadersComponent, never>;
7969
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormTabHeadersComponent, "app-form-tabs-header", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never, true, never>;
7971
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormTabHeadersComponent, "ets-form-tabs-header", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never, true, never>;
7970
7972
  }
7971
7973
 
7972
7974
  /**
@@ -8018,7 +8020,7 @@ declare class InfoDialogComponent implements OnInit {
8018
8020
  * @param status Status code (0=danger, 1=success, 2=info, 3=warning)
8019
8021
  * @returns CSS class name corresponding to the status
8020
8022
  */
8021
- cls: (status?: 0 | 1 | 2 | 3) => "" | "danger" | "success" | "info" | "warning";
8023
+ cls: (status?: 0 | 1 | 2 | 3) => "" | "info" | "danger" | "success" | "warning";
8022
8024
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoDialogComponent, never>;
8023
8025
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<InfoDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
8024
8026
  }
@@ -9505,7 +9507,7 @@ declare class PageModal<ModelData = any, CompletionFunc = any> {
9505
9507
  /** Function to be called when the modal operation completes */
9506
9508
  modalOnComplete: CompletionFunc;
9507
9509
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<PageModal<any, any>, never>;
9508
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<PageModal<any, any>, "ng-component", never, { "isModal": { "alias": "isModal"; "required": false; }; "modelData": { "alias": "modelData"; "required": false; }; "modalOnComplete": { "alias": "modalOnComplete"; "required": false; }; }, {}, never, never, false, never>;
9510
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<PageModal<any, any>, "ets-page-modal", never, { "isModal": { "alias": "isModal"; "required": false; }; "modelData": { "alias": "modelData"; "required": false; }; "modalOnComplete": { "alias": "modalOnComplete"; "required": false; }; }, {}, never, never, false, never>;
9509
9511
  }
9510
9512
 
9511
9513
  /**
@@ -9971,7 +9973,7 @@ declare class SvgIconComponent implements OnInit {
9971
9973
  ngOnInit(): void;
9972
9974
  ngAfterViewInit(): void;
9973
9975
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SvgIconComponent, never>;
9974
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SvgIconComponent, "svg-icon", never, { "class": { "alias": "class"; "required": false; }; "_icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
9976
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SvgIconComponent, "ets-svg-icon", never, { "class": { "alias": "class"; "required": false; }; "_icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
9975
9977
  }
9976
9978
 
9977
9979
  /**
@@ -13527,6 +13529,7 @@ declare class ETSServiceWorkerService {
13527
13529
  cfuS: ETSCheckForUpdateService;
13528
13530
  sS: ETSStorageService;
13529
13531
  iS: InfoDialogService;
13532
+ readonly allowedToWork: _angular_core.Signal<boolean>;
13530
13533
  /**
13531
13534
  * Creates an instance of ETSServiceWorkerService.
13532
13535
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ets-fe-ng-sdk",
3
- "version": "20.3.37",
3
+ "version": "20.3.39",
4
4
  "repository": {
5
5
  "url": "https://github.com/Evolutics-Tech/ets-fe-sdk"
6
6
  },