@flowerforce/flower-core 3.1.2-beta.7 → 3.1.2-beta.8

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.cjs.js CHANGED
@@ -665,8 +665,8 @@ const FlowerCoreReducers = {
665
665
  _unset(state, [flowNameFromPath, 'data', ...path]);
666
666
  });
667
667
  _unset(state, [payload.flowName, 'form', payload.id, 'touches']);
668
- _unset(state, [payload.flowName, 'form', payload.id, 'dirty']);
669
- _unset(state, [payload.flowName, 'form', payload.id, 'touched']);
668
+ _unset(state, [payload.flowName, 'form', payload.id, 'isDirty']);
669
+ _unset(state, [payload.flowName, 'form', payload.id, 'isSubmitted']);
670
670
  },
671
671
  node: (state, { payload }) => {
672
672
  const { name, history } = payload;
package/dist/index.esm.js CHANGED
@@ -663,8 +663,8 @@ const FlowerCoreReducers = {
663
663
  _unset(state, [flowNameFromPath, 'data', ...path]);
664
664
  });
665
665
  _unset(state, [payload.flowName, 'form', payload.id, 'touches']);
666
- _unset(state, [payload.flowName, 'form', payload.id, 'dirty']);
667
- _unset(state, [payload.flowName, 'form', payload.id, 'touched']);
666
+ _unset(state, [payload.flowName, 'form', payload.id, 'isDirty']);
667
+ _unset(state, [payload.flowName, 'form', payload.id, 'isSubmitted']);
668
668
  },
669
669
  node: (state, { payload }) => {
670
670
  const { name, history } = payload;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowerforce/flower-core",
3
- "version": "3.1.2-beta.7",
3
+ "version": "3.1.2-beta.8",
4
4
  "description": "Core functions for flowerJS",
5
5
  "repository": {
6
6
  "type": "git",