@bigbinary/neeto-form-frontend 1.0.26 → 1.0.28

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/index.d.ts CHANGED
@@ -14,6 +14,7 @@ interface BuildFormProps {
14
14
  showActionBlock?: boolean;
15
15
  submitButtonProps?: HTMLAttributes<HTMLButtonElement>;
16
16
  cancelButtonProps?: HTMLAttributes<HTMLButtonElement>;
17
+ questionKinds?: KeyValuePair[];
17
18
  }
18
19
 
19
20
  interface ExternalFormProps {
@@ -108,6 +109,7 @@ interface Item {
108
109
  label: string;
109
110
  isRequired: boolean;
110
111
  optionsAttributes: KeyValuePair[];
112
+ metadata: KeyValuePair[];
111
113
  kind: string;
112
114
  nodeId: string;
113
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-form-frontend",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",