@ng-formworks/core 17.6.0 → 17.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): {};
@@ -199,7 +199,7 @@ export declare function isSymbol(item: any): boolean;
199
199
  * // { any = false } strict - if truthy, also checks JavaScript tyoe
200
200
  * // { SchemaType }
201
201
  */
202
- export declare function getType(value: any, strict?: any): "array" | "integer" | "boolean" | "null" | "number" | "object" | "string";
202
+ export declare function getType(value: any, strict?: any): "object" | "string" | "array" | "integer" | "number" | "boolean" | "null";
203
203
  /**
204
204
  * 'isType' function
205
205
  *
@@ -1,6 +1,6 @@
1
1
  import { NoneComponent } from './none.component';
2
2
  import { RootComponent } from './root.component';
3
- export declare const BASIC_WIDGETS: (typeof NoneComponent | typeof RootComponent)[];
3
+ export declare const BASIC_WIDGETS: (typeof RootComponent | typeof NoneComponent)[];
4
4
  export { AddReferenceComponent } from './add-reference.component';
5
5
  export { ButtonComponent } from './button.component';
6
6
  export { CheckboxComponent } from './checkbox.component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-formworks/core",
3
- "version": "17.6.0",
3
+ "version": "17.6.2",
4
4
  "description": "Angular ng-formworks - JSON Schema Form builder core",
5
5
  "author": "https://github.com/zahmo/ng-formworks/graphs/contributors",
6
6
  "keywords": [