tuain-ng-forms-lib 12.0.41 → 12.0.42
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/bundles/tuain-ng-forms-lib.umd.js +1 -1
- package/bundles/tuain-ng-forms-lib.umd.js.map +1 -1
- package/esm2015/lib/classes/forms/field.js +2 -2
- package/fesm2015/tuain-ng-forms-lib.js +1 -1
- package/fesm2015/tuain-ng-forms-lib.js.map +1 -1
- package/lib/classes/forms/field.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1945,7 +1945,7 @@
|
|
|
1945
1945
|
FieldDescriptor.prototype.getOptionText = function () {
|
|
1946
1946
|
var _this = this;
|
|
1947
1947
|
var _a, _b;
|
|
1948
|
-
(_b = (_a = this.fieldOptions.find(function (item) { return item.fieldOptionId === _this._value; })) === null || _a === void 0 ? void 0 : _a.fieldOptionValue) !== null && _b !== void 0 ? _b : null;
|
|
1948
|
+
return (_b = (_a = this.fieldOptions.find(function (item) { return item.fieldOptionId === _this._value; })) === null || _a === void 0 ? void 0 : _a.fieldOptionValue) !== null && _b !== void 0 ? _b : null;
|
|
1949
1949
|
};
|
|
1950
1950
|
FieldDescriptor.prototype.updateFromServer = function (fld) {
|
|
1951
1951
|
var _a;
|