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.
@@ -56500,7 +56500,7 @@ var mapCustomTask = function mapCustomTask(item) {
56500
56500
  }, item);
56501
56501
  };
56502
56502
  var mapSelectedKeys = function mapSelectedKeys(datasource, key, selectedKeys) {
56503
- if (key && key != "" && selectedKeys && selectedKeys.length > 0) {
56503
+ if (key && key != "" && selectedKeys) {
56504
56504
  return datasource.map(function (x) {
56505
56505
  x.isSelected = selectedKeys.some(function (y) {
56506
56506
  return y == x[key];