@progress/kendo-react-data-tools 5.14.0-dev.202305312206 → 5.14.0-dev.202306011426
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/cdn/js/kendo-react-data-tools.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/selection/utils.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/selection/utils.js +1 -1
- package/dist/systemjs/kendo-react-data-tools.js +1 -1
- package/package.json +10 -10
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-data-tools',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1685627711,
|
|
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
|
};
|
|
@@ -29,7 +29,7 @@ var getCellSelection = function (currentSelection, selectedColumn) {
|
|
|
29
29
|
else {
|
|
30
30
|
var foundIndex = currentSelection.findIndex(function (columnIndex) { return columnIndex === selectedColumn; });
|
|
31
31
|
if (foundIndex > -1) {
|
|
32
|
-
return currentSelection.filter(function (columnIndex) { return columnIndex
|
|
32
|
+
return currentSelection.filter(function (columnIndex) { return columnIndex !== selectedColumn; });
|
|
33
33
|
}
|
|
34
34
|
else {
|
|
35
35
|
return __spreadArray(__spreadArray([], currentSelection, true), [selectedColumn], false);
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-react-data-tools',
|
|
9
9
|
productName: 'KendoReact',
|
|
10
10
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1685627711,
|
|
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
|
};
|
|
@@ -32,7 +32,7 @@ var getCellSelection = function (currentSelection, selectedColumn) {
|
|
|
32
32
|
else {
|
|
33
33
|
var foundIndex = currentSelection.findIndex(function (columnIndex) { return columnIndex === selectedColumn; });
|
|
34
34
|
if (foundIndex > -1) {
|
|
35
|
-
return currentSelection.filter(function (columnIndex) { return columnIndex
|
|
35
|
+
return currentSelection.filter(function (columnIndex) { return columnIndex !== selectedColumn; });
|
|
36
36
|
}
|
|
37
37
|
else {
|
|
38
38
|
return __spreadArray(__spreadArray([], currentSelection, true), [selectedColumn], false);
|