elab_components 0.10.46 → 0.10.50
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.esm.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -33007,11 +33007,11 @@ var OkGrid = function (_a) {
|
|
|
33007
33007
|
(((_f = cellProps.dataItem) === null || _f === void 0 ? void 0 : _f.formulaOff) && cellProps.field === 'sdVar') ||
|
|
33008
33008
|
(((_g = cellProps.dataItem) === null || _g === void 0 ? void 0 : _g.formulaOff) && cellProps.field === 'newSD') ||
|
|
33009
33009
|
(((_h = cellProps.dataItem) === null || _h === void 0 ? void 0 : _h.formulaOff) && cellProps.field === 'newMean') ||
|
|
33010
|
-
(((_k = (_j = cellProps.dataItem) === null || _j === void 0 ? void 0 : _j.itemCategoryID) === null || _k === void 0 ? void 0 : _k.id)
|
|
33010
|
+
(((_k = (_j = cellProps.dataItem) === null || _j === void 0 ? void 0 : _j.itemCategoryID) === null || _k === void 0 ? void 0 : _k.id) !== 6 &&
|
|
33011
33011
|
cellProps.field === 'amount') ||
|
|
33012
|
-
(((_m = (_l = cellProps.dataItem) === null || _l === void 0 ? void 0 : _l.itemCategoryID) === null || _m === void 0 ? void 0 : _m.id)
|
|
33012
|
+
(((_m = (_l = cellProps.dataItem) === null || _l === void 0 ? void 0 : _l.itemCategoryID) === null || _m === void 0 ? void 0 : _m.id) !== 6 &&
|
|
33013
33013
|
cellProps.field === 'expectedValue') ||
|
|
33014
|
-
(((_p = (_o = cellProps.dataItem) === null || _o === void 0 ? void 0 : _o.itemCategoryID) === null || _p === void 0 ? void 0 : _p.id)
|
|
33014
|
+
(((_p = (_o = cellProps.dataItem) === null || _o === void 0 ? void 0 : _o.itemCategoryID) === null || _p === void 0 ? void 0 : _p.id) !== 6 &&
|
|
33015
33015
|
cellProps.field === 'overAllLimit');
|
|
33016
33016
|
return (React__default.createElement("td", __assign({}, cellProps.tdProps),
|
|
33017
33017
|
React__default.createElement(Input$2, { value: value, type: (_q = col === null || col === void 0 ? void 0 : col.type) !== null && _q !== void 0 ? _q : 'text', onChange: function (e) { return GridDataInputChange(e, cellProps); }, disabled: disabledCondition > 0 ? true : false, min: col === null || col === void 0 ? void 0 : col.min, max: col === null || col === void 0 ? void 0 : col.max })));
|
package/dist/index.js
CHANGED
|
@@ -33035,11 +33035,11 @@ var OkGrid = function (_a) {
|
|
|
33035
33035
|
(((_f = cellProps.dataItem) === null || _f === void 0 ? void 0 : _f.formulaOff) && cellProps.field === 'sdVar') ||
|
|
33036
33036
|
(((_g = cellProps.dataItem) === null || _g === void 0 ? void 0 : _g.formulaOff) && cellProps.field === 'newSD') ||
|
|
33037
33037
|
(((_h = cellProps.dataItem) === null || _h === void 0 ? void 0 : _h.formulaOff) && cellProps.field === 'newMean') ||
|
|
33038
|
-
(((_k = (_j = cellProps.dataItem) === null || _j === void 0 ? void 0 : _j.itemCategoryID) === null || _k === void 0 ? void 0 : _k.id)
|
|
33038
|
+
(((_k = (_j = cellProps.dataItem) === null || _j === void 0 ? void 0 : _j.itemCategoryID) === null || _k === void 0 ? void 0 : _k.id) !== 6 &&
|
|
33039
33039
|
cellProps.field === 'amount') ||
|
|
33040
|
-
(((_m = (_l = cellProps.dataItem) === null || _l === void 0 ? void 0 : _l.itemCategoryID) === null || _m === void 0 ? void 0 : _m.id)
|
|
33040
|
+
(((_m = (_l = cellProps.dataItem) === null || _l === void 0 ? void 0 : _l.itemCategoryID) === null || _m === void 0 ? void 0 : _m.id) !== 6 &&
|
|
33041
33041
|
cellProps.field === 'expectedValue') ||
|
|
33042
|
-
(((_p = (_o = cellProps.dataItem) === null || _o === void 0 ? void 0 : _o.itemCategoryID) === null || _p === void 0 ? void 0 : _p.id)
|
|
33042
|
+
(((_p = (_o = cellProps.dataItem) === null || _o === void 0 ? void 0 : _o.itemCategoryID) === null || _p === void 0 ? void 0 : _p.id) !== 6 &&
|
|
33043
33043
|
cellProps.field === 'overAllLimit');
|
|
33044
33044
|
return (React__default["default"].createElement("td", __assign({}, cellProps.tdProps),
|
|
33045
33045
|
React__default["default"].createElement(kendoReactInputs.Input, { value: value, type: (_q = col === null || col === void 0 ? void 0 : col.type) !== null && _q !== void 0 ? _q : 'text', onChange: function (e) { return GridDataInputChange(e, cellProps); }, disabled: disabledCondition > 0 ? true : false, min: col === null || col === void 0 ? void 0 : col.min, max: col === null || col === void 0 ? void 0 : col.max })));
|