@dignite-ng/expand.cms 0.0.50 → 0.0.51

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.
@@ -6,7 +6,8 @@ export declare class ValidatorsService {
6
6
  private toaster;
7
7
  private _LocalizationService;
8
8
  /**检查表单- */
9
- isCheckForm(input: any): boolean;
9
+ /**检查表单- */
10
+ isCheckForm(input: any, module?: string): boolean;
10
11
  /**获取表单所有字段是否通过验证 */
11
12
  getFormValidationStatus(formEntity: FormGroup | FormArray): {
12
13
  [key: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.cms",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~18.1.0",
6
6
  "@angular/core": "~18.1.0"