@reltio/components 1.4.870 → 1.4.874

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.
@@ -31,7 +31,7 @@ var ComplexAttribute_1 = __importDefault(require("../ComplexAttribute/ComplexAtt
31
31
  var ComplexAttributeLabel_1 = require("../common/ComplexAttributeLabel");
32
32
  var NestedAttribute = function (_a) {
33
33
  var attributeValue = _a.attributeValue, attributeType = _a.attributeType, other = __rest(_a, ["attributeValue", "attributeType"]);
34
- var label = (react_1.default.createElement(ComplexAttributeLabel_1.ComplexAttributeLabel, null, mdm_sdk_1.getLabel(mdm_sdk_1.evaluateDeepEntityLabel(attributeValue, attributeType.dataLabelPattern))));
34
+ var label = react_1.default.createElement(ComplexAttributeLabel_1.ComplexAttributeLabel, null, mdm_sdk_1.getLabel(attributeValue === null || attributeValue === void 0 ? void 0 : attributeValue.label));
35
35
  return (react_1.default.createElement(ComplexAttribute_1.default, __assign({ attributeValue: attributeValue, attributeType: attributeType, attributeTypesList: attributeType.attributes, label: label }, other)));
36
36
  };
37
37
  exports.default = NestedAttribute;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.870",
3
+ "version": "1.4.874",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "index.js",
6
6
  "dependencies": {
7
7
  "@date-io/moment": "^1.3.5",
8
8
  "@react-google-maps/api": "^2.7.0",
9
- "@reltio/mdm-module": "^1.4.870",
10
- "@reltio/mdm-sdk": "^1.4.870",
9
+ "@reltio/mdm-module": "^1.4.874",
10
+ "@reltio/mdm-sdk": "^1.4.874",
11
11
  "classnames": "^2.2.5",
12
12
  "frontend-collective-react-dnd-scrollzone": "^1.0.2",
13
13
  "nanoid": "^2.0.0",