@dartech/arsenal-ui 1.5.22 → 1.5.23

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.5.22",
3
+ "version": "1.5.23",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,7 +21,7 @@ type Props = {
21
21
  fileReferenceValueComponent?: React.ElementType<{
22
22
  name: string;
23
23
  }>;
24
- isObjectNode: boolean;
24
+ isObjectNode?: boolean;
25
25
  };
26
26
  export type NodeRefMethods = {
27
27
  getValues: () => NodeUnion;
@@ -21,7 +21,7 @@ type Props = {
21
21
  fileReferenceValueComponent?: React.ElementType<{
22
22
  name: string;
23
23
  }>;
24
- isObjectNode: boolean;
24
+ isObjectNode?: boolean;
25
25
  };
26
26
  export declare const CreateNodeWithContext: ({ control, parentFieldName, required, entityDefinition, globalParameter, customPropertyFields, entityReferenceValueComponent, fileReferenceValueComponent, isObjectNode, }: Props) => JSX.Element;
27
27
  export default CreateNodeWithContext;