@solcre-org/core-ui 2.12.47 → 2.13.0

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
@@ -4865,6 +4865,7 @@ declare class DocumentFieldValidators {
4865
4865
  static documentTypeRequired: ValidatorFn;
4866
4866
  static documentNumberRequired: ValidatorFn;
4867
4867
  static documentNumberFormat: ValidatorFn;
4868
+ static requiredAndValid: ValidatorFn;
4868
4869
  }
4869
4870
 
4870
4871
  declare function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.12.47",
3
+ "version": "2.13.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"