ets-fe-ng-sdk 20.3.1 → 20.3.2
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 +12 -12
- package/package.json +1 -24
package/index.d.ts
CHANGED
|
@@ -3204,7 +3204,7 @@ declare class UtilityService<TEnvironment extends SDKEnvironment = SDKEnvironmen
|
|
|
3204
3204
|
* @returns Array containing value, validators, and async validators
|
|
3205
3205
|
* @template T - Type of the form control value
|
|
3206
3206
|
*/
|
|
3207
|
-
formControl: <T>(value?: T | null, validatorOrOpts?: ValidatorFn | ValidatorFn[] | FormControlOptions, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[]) => (
|
|
3207
|
+
formControl: <T>(value?: T | null, validatorOrOpts?: ValidatorFn | ValidatorFn[] | FormControlOptions, asyncValidator?: AsyncValidatorFn | AsyncValidatorFn[]) => (ValidatorFn | AsyncValidatorFn | ValidatorFn[] | AsyncValidatorFn[] | FormControlOptions | T)[];
|
|
3208
3208
|
/**
|
|
3209
3209
|
* Navigates back to the previous page using Angular's Location service
|
|
3210
3210
|
*/
|
|
@@ -5653,7 +5653,7 @@ declare class BtnComponent implements OnInit {
|
|
|
5653
5653
|
/** CSS class for the button */
|
|
5654
5654
|
readonly _mclass: _angular_core.WritableSignal<string>;
|
|
5655
5655
|
/** HTML button type (submit, button, reset) */
|
|
5656
|
-
readonly actionType: _angular_core.InputSignal<"submit" | "
|
|
5656
|
+
readonly actionType: _angular_core.InputSignal<"submit" | "reset" | "button">;
|
|
5657
5657
|
/** Enables animation effect on the button */
|
|
5658
5658
|
readonly animate: _angular_core.InputSignal<boolean>;
|
|
5659
5659
|
/** Excludes this button from logging when true */
|
|
@@ -7976,7 +7976,7 @@ declare class InfoDialogComponent implements OnInit {
|
|
|
7976
7976
|
* @param status Status code (0=danger, 1=success, 2=info, 3=warning)
|
|
7977
7977
|
* @returns CSS class name corresponding to the status
|
|
7978
7978
|
*/
|
|
7979
|
-
cls: (status?: 0 | 1 | 2 | 3) => "
|
|
7979
|
+
cls: (status?: 0 | 1 | 2 | 3) => "" | "info" | "danger" | "success" | "warning";
|
|
7980
7980
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoDialogComponent, never>;
|
|
7981
7981
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InfoDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
7982
7982
|
}
|
|
@@ -8853,7 +8853,7 @@ declare class ResizeGridPipe implements PipeTransform {
|
|
|
8853
8853
|
*/
|
|
8854
8854
|
declare class IndexCompLayoutComponent {
|
|
8855
8855
|
/** Number of columns in the grid layout */
|
|
8856
|
-
readonly grid: InputSignal<
|
|
8856
|
+
readonly grid: InputSignal<2 | 1 | 4 | 3 | 5 | 6 | "auto">;
|
|
8857
8857
|
/** Whether to show the action buttons */
|
|
8858
8858
|
readonly showButtons: InputSignal<boolean>;
|
|
8859
8859
|
/** Whether to hide the clone button */
|
|
@@ -9653,8 +9653,8 @@ declare class PhoneNumberComponent extends InputBasicComponent {
|
|
|
9653
9653
|
getExtension(number: string, iso2: string | undefined): string;
|
|
9654
9654
|
getNumberType(number: string, iso2: string | undefined): number;
|
|
9655
9655
|
getValidationError(number: string, iso2: string | undefined): number;
|
|
9656
|
-
isPossibleNumber(number: string, iso2: string | undefined, numberType?: ("FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "
|
|
9657
|
-
isValidNumber(number: string, iso2: string | undefined, numberType?: ("FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "
|
|
9656
|
+
isPossibleNumber(number: string, iso2: string | undefined, numberType?: ("UNKNOWN" | "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "VOICEMAIL" | "VOIP")[] | null): boolean;
|
|
9657
|
+
isValidNumber(number: string, iso2: string | undefined, numberType?: ("UNKNOWN" | "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "VOICEMAIL" | "VOIP")[] | null): boolean;
|
|
9658
9658
|
numberFormat: {
|
|
9659
9659
|
NATIONAL: number;
|
|
9660
9660
|
INTERNATIONAL: number;
|
|
@@ -9665,12 +9665,12 @@ declare class PhoneNumberComponent extends InputBasicComponent {
|
|
|
9665
9665
|
};
|
|
9666
9666
|
}>;
|
|
9667
9667
|
nationalMode?: boolean;
|
|
9668
|
-
placeholderNumberType?: "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "
|
|
9668
|
+
placeholderNumberType?: "UNKNOWN" | "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "VOICEMAIL" | "VOIP";
|
|
9669
9669
|
showFlags?: boolean;
|
|
9670
9670
|
separateDialCode?: boolean;
|
|
9671
9671
|
strictMode?: boolean;
|
|
9672
9672
|
useFullscreenPopup?: boolean;
|
|
9673
|
-
validationNumberTypes?: ("FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "
|
|
9673
|
+
validationNumberTypes?: ("UNKNOWN" | "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "VOICEMAIL" | "VOIP")[] | null;
|
|
9674
9674
|
}>;
|
|
9675
9675
|
/**
|
|
9676
9676
|
* Initializes the component by adding a custom validator to the form control.
|
|
@@ -10489,7 +10489,7 @@ declare class TableHttpsComponent<TItem = any> extends TableBaseComponent<TItem>
|
|
|
10489
10489
|
readonly form: FormGroup<{
|
|
10490
10490
|
pageNumber: FormControl<number>;
|
|
10491
10491
|
sortBy: FormControl<keyof TItem>;
|
|
10492
|
-
sortDirection: FormControl<"" | "
|
|
10492
|
+
sortDirection: FormControl<"" | "DESC" | "ASC">;
|
|
10493
10493
|
pageSize: FormControl<number>;
|
|
10494
10494
|
}>;
|
|
10495
10495
|
/**
|
|
@@ -10498,7 +10498,7 @@ declare class TableHttpsComponent<TItem = any> extends TableBaseComponent<TItem>
|
|
|
10498
10498
|
readonly allQueryData: _angular_core.Signal<{
|
|
10499
10499
|
pageNumber: number;
|
|
10500
10500
|
sortBy: keyof TItem;
|
|
10501
|
-
sortDirection: "" | "
|
|
10501
|
+
sortDirection: "" | "DESC" | "ASC";
|
|
10502
10502
|
pageSize: number;
|
|
10503
10503
|
}>;
|
|
10504
10504
|
/**
|
|
@@ -10507,7 +10507,7 @@ declare class TableHttpsComponent<TItem = any> extends TableBaseComponent<TItem>
|
|
|
10507
10507
|
readonly formValue: _angular_core.Signal<{
|
|
10508
10508
|
pageNumber: number;
|
|
10509
10509
|
sortBy: keyof TItem;
|
|
10510
|
-
sortDirection: "" | "
|
|
10510
|
+
sortDirection: "" | "DESC" | "ASC";
|
|
10511
10511
|
pageSize: number;
|
|
10512
10512
|
}>;
|
|
10513
10513
|
/**
|
|
@@ -11381,7 +11381,7 @@ declare class TextCase2Component<T = any> {
|
|
|
11381
11381
|
* Uses route input if provided, otherwise uses routeFunc
|
|
11382
11382
|
* For email/phone values, creates a mailto: or tel: link
|
|
11383
11383
|
*/
|
|
11384
|
-
readonly computedRoute: _angular_core.Signal<
|
|
11384
|
+
readonly computedRoute: _angular_core.Signal<Promise<string> | Observable<string>>;
|
|
11385
11385
|
/**
|
|
11386
11386
|
* Computes the value to display based on inputs
|
|
11387
11387
|
* Uses value input if provided, otherwise uses data[name]
|
package/package.json
CHANGED
|
@@ -1,34 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ets-fe-ng-sdk",
|
|
3
|
-
"version": "20.3.
|
|
3
|
+
"version": "20.3.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/Evolutics-Tech/ets-fe-sdk"
|
|
6
6
|
},
|
|
7
7
|
"author": "Evolutics Technology Services",
|
|
8
8
|
"homepage": "https://www.evoluticstech.com/",
|
|
9
|
-
"peerDependencies": {
|
|
10
|
-
"@angular/animations": "^20.3.2",
|
|
11
|
-
"@angular/cdk": "^20.2.5",
|
|
12
|
-
"@angular/common": "^20.3.2",
|
|
13
|
-
"@angular/compiler": "^20.3.2",
|
|
14
|
-
"@angular/core": "^20.3.2",
|
|
15
|
-
"@angular/forms": "^20.3.2",
|
|
16
|
-
"@angular/material": "^20.2.5",
|
|
17
|
-
"@angular/platform-browser": "^20.3.2",
|
|
18
|
-
"@angular/platform-browser-dynamic": "^20.3.2",
|
|
19
|
-
"@angular/router": "^20.3.2",
|
|
20
|
-
"@angular/service-worker": "^20.3.2",
|
|
21
|
-
"@evolutics/translation": "^20.0.0",
|
|
22
|
-
"@fortawesome/angular-fontawesome": "^3.0.0",
|
|
23
|
-
"@fortawesome/fontawesome-svg-core": "^7.0.0",
|
|
24
|
-
"@fortawesome/free-brands-svg-icons": "^7.0.0",
|
|
25
|
-
"@fortawesome/free-regular-svg-icons": "^7.0.0",
|
|
26
|
-
"@fortawesome/free-solid-svg-icons": "^7.0.0",
|
|
27
|
-
"@ngrx/effects": "^20.0.0",
|
|
28
|
-
"@ngrx/entity": "^20.0.0",
|
|
29
|
-
"@ngrx/operators": "^20.0.0",
|
|
30
|
-
"@ngrx/store": "^20.0.0"
|
|
31
|
-
},
|
|
32
9
|
"private": false,
|
|
33
10
|
"module": "fesm2022/ets-fe-ng-sdk.mjs",
|
|
34
11
|
"typings": "index.d.ts",
|