@dartech/arsenal-ui 1.5.22 → 1.5.23

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/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;