eddev 0.3.38 → 0.3.41
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.
|
@@ -208,12 +208,13 @@ function prepareValuesPayload(form, state, data) {
|
|
|
208
208
|
data.append("".concat(key, "_8"), (_h = value === null || value === void 0 ? void 0 : value.suffix) !== null && _h !== void 0 ? _h : "");
|
|
209
209
|
}
|
|
210
210
|
else if (field.type === "address") {
|
|
211
|
-
|
|
212
|
-
data.append("".concat(key, "
|
|
213
|
-
data.append("".concat(key, "
|
|
214
|
-
data.append("".concat(key, "
|
|
215
|
-
data.append("".concat(key, "
|
|
216
|
-
data.append("".concat(key, "
|
|
211
|
+
var id = field.id.toString();
|
|
212
|
+
data.append("".concat(key, "_1"), (_j = value["".concat(id, ".1")]) !== null && _j !== void 0 ? _j : "");
|
|
213
|
+
data.append("".concat(key, "_2"), (_k = value["".concat(id, ".2")]) !== null && _k !== void 0 ? _k : "");
|
|
214
|
+
data.append("".concat(key, "_3"), (_l = value["".concat(id, ".3")]) !== null && _l !== void 0 ? _l : "");
|
|
215
|
+
data.append("".concat(key, "_4"), (_m = value["".concat(id, ".4")]) !== null && _m !== void 0 ? _m : "");
|
|
216
|
+
data.append("".concat(key, "_5"), (_o = value["".concat(id, ".5")]) !== null && _o !== void 0 ? _o : "");
|
|
217
|
+
data.append("".concat(key, "_6"), (_p = value["".concat(id, ".6")]) !== null && _p !== void 0 ? _p : "");
|
|
217
218
|
}
|
|
218
219
|
else if (field.type === "captcha") {
|
|
219
220
|
data.append("g-recaptcha-response", value);
|
package/package.json
CHANGED