ods-component-lib 1.18.255 → 1.18.256
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -56526,7 +56526,7 @@ var mapCustomTask = function mapCustomTask(item) {
|
|
|
56526
56526
|
}, item);
|
|
56527
56527
|
};
|
|
56528
56528
|
var mapSelectedKeys = function mapSelectedKeys(datasource, key, selectedKeys) {
|
|
56529
|
-
if (key && key != "" && selectedKeys
|
|
56529
|
+
if (key && key != "" && selectedKeys) {
|
|
56530
56530
|
return datasource.map(function (x) {
|
|
56531
56531
|
x.isSelected = selectedKeys.some(function (y) {
|
|
56532
56532
|
return y == x[key];
|