@meta2d/form-diagram
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@meta2d/form-diagram", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "The form library based on le5le meta2d.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -764,2 +764,3 @@ var __values = (this && this.__values) || function(o) { | ||
function beforeValue(pen, value) { | ||
var e_4, _a; | ||
pen.calculative.isUpdateData = false; | ||
@@ -809,2 +810,17 @@ if (pen.swiper !== undefined) { | ||
} | ||
try { | ||
for (var _b = __values(Object.keys(value)), _d = _b.next(); !_d.done; _d = _b.next()) { | ||
var key = _d.value; | ||
if (key.includes('data.')) { | ||
pen.calculative.isUpdateData = true; | ||
} | ||
} | ||
} | ||
catch (e_4_1) { e_4 = { error: e_4_1 }; } | ||
finally { | ||
try { | ||
if (_d && !_d.done && (_a = _b.return)) _a.call(_b); | ||
} | ||
finally { if (e_4) throw e_4.error; } | ||
} | ||
return value; | ||
@@ -811,0 +827,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169001
2351