@bigbinary/neeto-form-frontend 1.2.21 → 1.2.23
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
|
@@ -11182,7 +11182,7 @@ var QUESTION_KINDS = [{
|
|
|
11182
11182
|
type: "checkbox",
|
|
11183
11183
|
label: i18next.t("neetoForm.fields.mcf"),
|
|
11184
11184
|
isSingular: false,
|
|
11185
|
-
icon: neetoIcons.
|
|
11185
|
+
icon: neetoIcons.Checkbox,
|
|
11186
11186
|
component: MultipleChoice,
|
|
11187
11187
|
defaults: {
|
|
11188
11188
|
label: "",
|
|
@@ -11195,7 +11195,7 @@ var QUESTION_KINDS = [{
|
|
|
11195
11195
|
type: "radio",
|
|
11196
11196
|
label: i18next.t("neetoForm.fields.scf"),
|
|
11197
11197
|
isSingular: false,
|
|
11198
|
-
icon: neetoIcons.
|
|
11198
|
+
icon: neetoIcons.Radio,
|
|
11199
11199
|
component: SingleChoice,
|
|
11200
11200
|
defaults: {
|
|
11201
11201
|
label: "",
|
|
@@ -16087,7 +16087,7 @@ var generateInitValues = function generateInitValues(_ref7) {
|
|
|
16087
16087
|
default:
|
|
16088
16088
|
{
|
|
16089
16089
|
var _valuesMap$id$value5, _valuesMap8;
|
|
16090
|
-
initValues[id] = (_valuesMap$id$value5 = (_valuesMap8 = valuesMap) === null || _valuesMap8 === void 0 || (_valuesMap8 = _valuesMap8[id]) === null || _valuesMap8 === void 0 ? void 0 : _valuesMap8.value) !== null && _valuesMap$id$value5 !== void 0 ? _valuesMap$id$value5 : fieldCodes[fieldCode];
|
|
16090
|
+
initValues[id] = (_valuesMap$id$value5 = (_valuesMap8 = valuesMap) === null || _valuesMap8 === void 0 || (_valuesMap8 = _valuesMap8[id]) === null || _valuesMap8 === void 0 ? void 0 : _valuesMap8.value) !== null && _valuesMap$id$value5 !== void 0 ? _valuesMap$id$value5 : fieldCodes[fieldCode] || "";
|
|
16091
16091
|
return;
|
|
16092
16092
|
}
|
|
16093
16093
|
}
|