blixify-ui-web 0.3.84 → 0.3.86

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAQN,MAAM,OAAO,CAAC;AA+Df,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAmB1B,eAAO,MAAM,YAAY,mFAkzLvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAQN,MAAM,OAAO,CAAC;AA+Df,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAmB1B,eAAO,MAAM,YAAY,mFAqzLvB,CAAC"}
@@ -3979,7 +3979,9 @@ exports.DataTemplate = (0, react_1.forwardRef)(function (props, ref) {
3979
3979
  return renderSearchContent(newQuery);
3980
3980
  },
3981
3981
  }, editable: {
3982
- active: ((_w = props.edit) === null || _w === void 0 ? void 0 : _w.listEditable) ? true : false,
3982
+ active: ((_w = props.edit) === null || _w === void 0 ? void 0 : _w.listEditable) && !props.edit.disabledUpdate
3983
+ ? true
3984
+ : false,
3983
3985
  onUpdateData: function (rowId, columnId, data) { return __awaiter(void 0, void 0, void 0, function () {
3984
3986
  return __generator(this, function (_a) {
3985
3987
  switch (_a.label) {