@cbm-common/cbm-types 0.0.272 → 0.0.273

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.
@@ -1,5 +1,5 @@
1
1
  import { DestroyRef } from '@angular/core';
2
- import { FormControl, FormGroup, ValidatorFn } from '@angular/forms';
2
+ import { AsyncValidatorFn, FormControl, FormGroup, ValidatorFn } from '@angular/forms';
3
3
  import { Subject } from 'rxjs';
4
4
  import { CbmCountryCodeModel } from '../../domain/models/country-code.domain.model';
5
5
  import { CbmDocumentTypeModel } from '../../domain/models/document-type.model';
@@ -69,6 +69,7 @@ export declare class CbmAddProviderComponent {
69
69
  }];
70
70
  subjectToSearchDocumentType$: Subject<string>;
71
71
  subjectToSearchCategory$: Subject<string>;
72
+ defaultDocumentNumber: string | null;
72
73
  DOCUMENT_TYPES_CODES: {
73
74
  readonly RUC: "04";
74
75
  readonly CEDULA: "05";
@@ -112,6 +113,7 @@ export declare class CbmAddProviderComponent {
112
113
  }): boolean;
113
114
  validarRucCedula(numero: string): boolean;
114
115
  documentNumberValidator(): ValidatorFn;
116
+ asyncDocumentNumberValidator(): AsyncValidatorFn;
115
117
  noWhitespaceValidator(): ValidatorFn;
116
118
  emailsValidator(): ValidatorFn;
117
119
  fetchProviderData(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.272",
3
+ "version": "0.0.273",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {