Comparing version 2.4.2 to 2.4.3
@@ -503,2 +503,3 @@ import equal from 'fast-deep-equal'; | ||
this._events.dispatch(eventNames$1.attachFields); | ||
this.forceUpdate(); | ||
}; | ||
@@ -511,2 +512,3 @@ Form.prototype.detachFields = function (fieldNames) { | ||
this._events.dispatch(eventNames$1.detachFields); | ||
this.forceUpdate(); | ||
}; | ||
@@ -674,2 +676,3 @@ Form.prototype.forceUpdate = function () { | ||
this._events.dispatch(eventNames$2.attachForms); | ||
this.forceUpdate(); | ||
}; | ||
@@ -682,2 +685,3 @@ FormGroup.prototype.detachForms = function (formNames) { | ||
this._events.dispatch(eventNames$2.detachForms); | ||
this.forceUpdate(); | ||
}; | ||
@@ -684,0 +688,0 @@ FormGroup.prototype.replace = function (newForms) { |
@@ -509,2 +509,3 @@ 'use strict'; | ||
this._events.dispatch(eventNames$1.attachFields); | ||
this.forceUpdate(); | ||
}; | ||
@@ -517,2 +518,3 @@ Form.prototype.detachFields = function (fieldNames) { | ||
this._events.dispatch(eventNames$1.detachFields); | ||
this.forceUpdate(); | ||
}; | ||
@@ -680,2 +682,3 @@ Form.prototype.forceUpdate = function () { | ||
this._events.dispatch(eventNames$2.attachForms); | ||
this.forceUpdate(); | ||
}; | ||
@@ -688,2 +691,3 @@ FormGroup.prototype.detachForms = function (formNames) { | ||
this._events.dispatch(eventNames$2.detachForms); | ||
this.forceUpdate(); | ||
}; | ||
@@ -690,0 +694,0 @@ FormGroup.prototype.replace = function (newForms) { |
{ | ||
"name": "formular", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Pavel Ivanov", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
113003
2217