@fctc/widget-logic 5.1.2 → 5.1.3

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/dist/index.js CHANGED
@@ -5425,8 +5425,7 @@ var many2oneFieldController = (props) => {
5425
5425
  JSON.stringify({
5426
5426
  ...formValues,
5427
5427
  ...contextObject,
5428
- context: contextObject,
5429
- parent: { ...formValues }
5428
+ context: contextObject
5430
5429
  })
5431
5430
  ) ?? {},
5432
5431
  [formValues, contextObject]
package/dist/index.mjs CHANGED
@@ -5520,8 +5520,7 @@ var many2oneFieldController = (props) => {
5520
5520
  JSON.stringify({
5521
5521
  ...formValues,
5522
5522
  ...contextObject,
5523
- context: contextObject,
5524
- parent: { ...formValues }
5523
+ context: contextObject
5525
5524
  })
5526
5525
  ) ?? {},
5527
5526
  [formValues, contextObject]
package/dist/widget.js CHANGED
@@ -4663,8 +4663,7 @@ var many2oneFieldController = (props) => {
4663
4663
  JSON.stringify({
4664
4664
  ...formValues,
4665
4665
  ...contextObject,
4666
- context: contextObject,
4667
- parent: { ...formValues }
4666
+ context: contextObject
4668
4667
  })
4669
4668
  ) ?? {},
4670
4669
  [formValues, contextObject]
package/dist/widget.mjs CHANGED
@@ -4735,8 +4735,7 @@ var many2oneFieldController = (props) => {
4735
4735
  JSON.stringify({
4736
4736
  ...formValues,
4737
4737
  ...contextObject,
4738
- context: contextObject,
4739
- parent: { ...formValues }
4738
+ context: contextObject
4740
4739
  })
4741
4740
  ) ?? {},
4742
4741
  [formValues, contextObject]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/widget-logic",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",