@dartech/arsenal-ui 1.4.50 → 1.4.51

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -6205,6 +6205,9 @@ const CreatePropertiesList = /*#__PURE__*/forwardRef(({
6205
6205
  arrLength: array.length - 1,
6206
6206
  control: control,
6207
6207
  setValue: setValue,
6208
+ customPropertyFields: _customPropertyFields,
6209
+ entityDefinition: _entityDefinition,
6210
+ globalParameter: _globalParameter,
6208
6211
  error: error,
6209
6212
  handleRemoveParameter: handleRemoveParameter,
6210
6213
  fileReferenceValueComponent: fileReferenceValueComponent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.4.50",
3
+ "version": "1.4.51",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Control } from 'react-hook-form';
2
3
  type Props = {
3
4
  control: Control<any>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  format: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  name: string;
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PropertyUnion } from '../../../interfaces';
2
3
  type PropertyItemProps = {
3
4
  property: PropertyUnion;