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

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