@acontplus/ng-customer 1.0.8 → 1.0.9
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
|
@@ -263,7 +263,7 @@ declare class CustomerAddEditComponent implements OnInit {
|
|
|
263
263
|
setIdentificationTypeChange(codigoSri: SRI_DOCUMENT_TYPE.RUC | SRI_DOCUMENT_TYPE.CEDULA): void;
|
|
264
264
|
get numeroIdentificacionControl(): AbstractControl<string | null, string | null, any> | null;
|
|
265
265
|
get birthDateCtrl(): AbstractControl<Date | null, Date | null, any> | null;
|
|
266
|
-
onKeyDownGovernmentId($event?:
|
|
266
|
+
onKeyDownGovernmentId($event?: any): void;
|
|
267
267
|
private isDataOfSri;
|
|
268
268
|
private isCreate;
|
|
269
269
|
isUpdate: () => boolean;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acontplus/ng-customer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Acontplus Angular Customer Module",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@acontplus/ng-notifications": "^1.0.
|
|
6
|
+
"@acontplus/ng-notifications": "^1.0.10",
|
|
7
7
|
"tslib": "^2.3.0"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
10
|
-
"@acontplus/ng-components": "^1.0
|
|
10
|
+
"@acontplus/ng-components": "^1.1.0",
|
|
11
11
|
"@angular/common": "^20.3.2",
|
|
12
12
|
"@angular/core": "^20.3.2"
|
|
13
13
|
},
|