@reltio/components 1.4.2125 → 1.4.2126

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.
@@ -10,7 +10,8 @@ var mdm_sdk_1 = require("@reltio/mdm-sdk");
10
10
  var getColumnsDataFromEntityAttributes = (0, ramda_1.pipe)((0, ramda_1.map)(function (attr) { return ({
11
11
  id: (0, mdm_sdk_1.attributeUriToSearchUri)(attr.uri),
12
12
  label: (0, mdm_sdk_1.getLabel)(attr.label),
13
- dataTypeDefinition: (0, mdm_sdk_1.getAttrDataTypeDefinition)(attr)
13
+ dataTypeDefinition: (0, mdm_sdk_1.getAttrDataTypeDefinition)(attr),
14
+ sortable: true
14
15
  }); }));
15
16
  exports.getColumnsData = (0, ramda_1.pipe)(mdm_sdk_1.getEntityAttributesFromMetadata, getColumnsDataFromEntityAttributes);
16
17
  var isReferenceAttrColumn = function (column) { return (0, mdm_sdk_1.isReference)(column.dataTypeDefinition); };
@@ -4,7 +4,8 @@ import { attributeUriToSearchUri, getAttrDataTypeDefinition, getEntityAttributes
4
4
  var getColumnsDataFromEntityAttributes = pipe(map(function (attr) { return ({
5
5
  id: attributeUriToSearchUri(attr.uri),
6
6
  label: getLabel(attr.label),
7
- dataTypeDefinition: getAttrDataTypeDefinition(attr)
7
+ dataTypeDefinition: getAttrDataTypeDefinition(attr),
8
+ sortable: true
8
9
  }); }));
9
10
  export var getColumnsData = pipe(getEntityAttributesFromMetadata, getColumnsDataFromEntityAttributes);
10
11
  var isReferenceAttrColumn = function (column) { return isReference(column.dataTypeDefinition); };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.2125",
3
+ "version": "1.4.2126",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",
@@ -11,7 +11,7 @@
11
11
  "@fluentui/react-context-selector": "^9.1.26",
12
12
  "@googlemaps/markerclusterer": "^2.5.3",
13
13
  "@react-sigma/core": "3.4.0",
14
- "@reltio/mdm-sdk": "^1.4.1955",
14
+ "@reltio/mdm-sdk": "^1.4.1956",
15
15
  "@vis.gl/react-google-maps": "^1.3.0",
16
16
  "d3-cloud": "^1.2.5",
17
17
  "d3-geo": "^2.0.1",