@flozy/editor 10.3.3 → 10.3.4

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.
@@ -159,7 +159,8 @@ const Form = props => {
159
159
  [pair[0]]: pair[1],
160
160
  placeholder: placeholder,
161
161
  form_name: formName,
162
- tagName: tagName
162
+ tagName: tagName,
163
+ uid: fieldData?.uid
163
164
  });
164
165
  }
165
166
  let params = {
@@ -414,6 +415,7 @@ const Form = props => {
414
415
  lineHeight: 1.43,
415
416
  ...formSX
416
417
  },
418
+ ref: formEle,
417
419
  children: [/*#__PURE__*/_jsx(Grid, {
418
420
  className: "form-grid",
419
421
  item: true,
@@ -7,6 +7,7 @@ export const formField = data => {
7
7
  name: `field_${new Date().getTime()}`,
8
8
  key: `field_${new Date().getTime()}`,
9
9
  label: `field_${new Date().getTime()}`,
10
+ uid: `field_${new Date().getTime()}`,
10
11
  placeholder: "Placeholder...",
11
12
  children: [{
12
13
  text: ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "10.3.3",
3
+ "version": "10.3.4",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"