@progress/kendo-react-grid 6.1.0-dev.202310261602 → 6.1.0-dev.202310301211
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/es/Grid.js
CHANGED
|
@@ -667,7 +667,7 @@ var Grid = /** @class */ (function (_super) {
|
|
|
667
667
|
var currentColumnIsInEdit = false;
|
|
668
668
|
if (column.editable && _this.props.editField) {
|
|
669
669
|
var inEdit = getNestedValue(_this.props.editField, item.dataItem);
|
|
670
|
-
if (inEdit === true || inEdit === column.field) {
|
|
670
|
+
if (inEdit && (inEdit === true || inEdit === column.field)) {
|
|
671
671
|
isInEdit = true;
|
|
672
672
|
currentColumnIsInEdit = true;
|
|
673
673
|
}
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-grid',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1698666488,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/npm/Grid.js
CHANGED
|
@@ -670,7 +670,7 @@ var Grid = /** @class */ (function (_super) {
|
|
|
670
670
|
var currentColumnIsInEdit = false;
|
|
671
671
|
if (column.editable && _this.props.editField) {
|
|
672
672
|
var inEdit = (0, index_1.getNestedValue)(_this.props.editField, item.dataItem);
|
|
673
|
-
if (inEdit === true || inEdit === column.field) {
|
|
673
|
+
if (inEdit && (inEdit === true || inEdit === column.field)) {
|
|
674
674
|
isInEdit = true;
|
|
675
675
|
currentColumnIsInEdit = true;
|
|
676
676
|
}
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-react-grid',
|
|
9
9
|
productName: 'KendoReact',
|
|
10
10
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1698666488,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
14
14
|
};
|