elab_components 0.9.11 → 0.9.12
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -32965,7 +32965,7 @@ var OkGrid = function (_a) {
|
|
|
32965
32965
|
(((_g = cellProps.dataItem) === null || _g === void 0 ? void 0 : _g.formulaOff) && cellProps.field === 'newSD') ||
|
|
32966
32966
|
(((_h = cellProps.dataItem) === null || _h === void 0 ? void 0 : _h.formulaOff) && cellProps.field === 'newMean');
|
|
32967
32967
|
return (React__default.createElement("td", __assign({}, cellProps.tdProps),
|
|
32968
|
-
React__default.createElement(Input$2, { value: value, type: (_j =
|
|
32968
|
+
React__default.createElement(Input$2, { value: value, type: (_j = col === null || col === void 0 ? void 0 : col.type) !== null && _j !== void 0 ? _j : 'text', onChange: function (e) { return GridDataInputChange(e, cellProps); }, disabled: disabledCondition > 0 ? true : false })));
|
|
32969
32969
|
};
|
|
32970
32970
|
var GridDataCellDatePicker = function (cellProps, col) {
|
|
32971
32971
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
package/dist/index.js
CHANGED
|
@@ -32993,7 +32993,7 @@ var OkGrid = function (_a) {
|
|
|
32993
32993
|
(((_g = cellProps.dataItem) === null || _g === void 0 ? void 0 : _g.formulaOff) && cellProps.field === 'newSD') ||
|
|
32994
32994
|
(((_h = cellProps.dataItem) === null || _h === void 0 ? void 0 : _h.formulaOff) && cellProps.field === 'newMean');
|
|
32995
32995
|
return (React__default["default"].createElement("td", __assign({}, cellProps.tdProps),
|
|
32996
|
-
React__default["default"].createElement(kendoReactInputs.Input, { value: value, type: (_j =
|
|
32996
|
+
React__default["default"].createElement(kendoReactInputs.Input, { value: value, type: (_j = col === null || col === void 0 ? void 0 : col.type) !== null && _j !== void 0 ? _j : 'text', onChange: function (e) { return GridDataInputChange(e, cellProps); }, disabled: disabledCondition > 0 ? true : false })));
|
|
32997
32997
|
};
|
|
32998
32998
|
var GridDataCellDatePicker = function (cellProps, col) {
|
|
32999
32999
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|