Comparing version 4.55.0 to 4.55.1
@@ -885,9 +885,17 @@ 'use strict'; | ||
debug('Pull', name); | ||
debug("Pull ".concat(name, " from values")); | ||
ObjectMap.ObjectMap["delete"](this.state.values, name); | ||
debug("Pull ".concat(name, " from modified")); | ||
ObjectMap.ObjectMap["delete"](this.state.modified, name); | ||
debug("Pull ".concat(name, " from maskedValues")); | ||
ObjectMap.ObjectMap["delete"](this.state.maskedValues, name); | ||
debug("Pull ".concat(name, " from touched")); | ||
ObjectMap.ObjectMap["delete"](this.state.touched, name); | ||
debug("Pull ".concat(name, " from errors")); | ||
ObjectMap.ObjectMap["delete"](this.state.errors, name); | ||
debug("Pull ".concat(name, " from dirt")); | ||
ObjectMap.ObjectMap["delete"](this.state.dirt, name); | ||
debug("Pull ".concat(name, " from focused")); | ||
ObjectMap.ObjectMap["delete"](this.state.focused, name); | ||
debug("Pull ".concat(name, " from data")); | ||
ObjectMap.ObjectMap["delete"](this.state.data, name); | ||
@@ -894,0 +902,0 @@ // DO NOT emit event here we want to delay it on purpose because otherwise relevance will trigger with bad state |
@@ -246,3 +246,3 @@ 'use strict'; | ||
var arr = ldget(object, pathArray); | ||
debug('Array Before', arr); | ||
debug('Array Before', JSON.stringify(arr)); | ||
// Pull out of array | ||
@@ -252,3 +252,3 @@ if (Array.isArray(arr)) { | ||
} | ||
debug('Array After', arr); | ||
debug('Array After', JSON.stringify(arr)); | ||
cleanup(object, pathArray); | ||
@@ -255,0 +255,0 @@ } |
@@ -881,9 +881,17 @@ import { createClass as _createClass, objectSpread2 as _objectSpread2, classCallCheck as _classCallCheck } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
debug('Pull', name); | ||
debug("Pull ".concat(name, " from values")); | ||
ObjectMap["delete"](this.state.values, name); | ||
debug("Pull ".concat(name, " from modified")); | ||
ObjectMap["delete"](this.state.modified, name); | ||
debug("Pull ".concat(name, " from maskedValues")); | ||
ObjectMap["delete"](this.state.maskedValues, name); | ||
debug("Pull ".concat(name, " from touched")); | ||
ObjectMap["delete"](this.state.touched, name); | ||
debug("Pull ".concat(name, " from errors")); | ||
ObjectMap["delete"](this.state.errors, name); | ||
debug("Pull ".concat(name, " from dirt")); | ||
ObjectMap["delete"](this.state.dirt, name); | ||
debug("Pull ".concat(name, " from focused")); | ||
ObjectMap["delete"](this.state.focused, name); | ||
debug("Pull ".concat(name, " from data")); | ||
ObjectMap["delete"](this.state.data, name); | ||
@@ -890,0 +898,0 @@ // DO NOT emit event here we want to delay it on purpose because otherwise relevance will trigger with bad state |
@@ -242,3 +242,3 @@ import { createClass as _createClass, typeof as _typeof, classCallCheck as _classCallCheck } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
var arr = ldget(object, pathArray); | ||
debug('Array Before', arr); | ||
debug('Array Before', JSON.stringify(arr)); | ||
// Pull out of array | ||
@@ -248,3 +248,3 @@ if (Array.isArray(arr)) { | ||
} | ||
debug('Array After', arr); | ||
debug('Array After', JSON.stringify(arr)); | ||
cleanup(object, pathArray); | ||
@@ -251,0 +251,0 @@ } |
{ | ||
"name": "informed", | ||
"version": "4.55.0", | ||
"version": "4.55.1", | ||
"description": "A lightweight framework and utility for building powerful forms in React applications", | ||
@@ -5,0 +5,0 @@ "type": "module", |
600170
15100