@ng-formworks/core 19.6.0 → 19.6.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.
|
@@ -48,6 +48,7 @@ export declare function buildFormGroupTemplate(jsf: any, nodeValue?: any, setVal
|
|
|
48
48
|
controlType: string;
|
|
49
49
|
controls: any;
|
|
50
50
|
validators: any;
|
|
51
|
+
schemaPointer: string;
|
|
51
52
|
value?: undefined;
|
|
52
53
|
} | {
|
|
53
54
|
controlType: string;
|
|
@@ -56,6 +57,7 @@ export declare function buildFormGroupTemplate(jsf: any, nodeValue?: any, setVal
|
|
|
56
57
|
disabled: any;
|
|
57
58
|
};
|
|
58
59
|
validators: any;
|
|
60
|
+
schemaPointer: string;
|
|
59
61
|
controls?: undefined;
|
|
60
62
|
};
|
|
61
63
|
/**
|
|
@@ -212,4 +212,4 @@ export declare function fixRequiredArrayProperties(schema: any): any;
|
|
|
212
212
|
* @returns
|
|
213
213
|
|
|
214
214
|
*/
|
|
215
|
-
export declare function convertJSONSchemaIfToCondition(schema: any, negate?: boolean): {};
|
|
215
|
+
export declare function convertJSONSchemaIfToCondition(schema: any, layoutNode: any, negate?: boolean): {};
|
package/package.json
CHANGED