@reltio/components 1.4.1683 → 1.4.1685

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.
@@ -53,7 +53,8 @@ exports.useOneLineStyles = (0, styles_1.makeStyles)(__assign({ wrapper: {
53
53
  }, collaborationWrapper: {
54
54
  display: 'flex',
55
55
  alignItems: 'start',
56
- minHeight: '18px'
56
+ minHeight: '18px',
57
+ justifyContent: 'space-between'
57
58
  }, attribute: {
58
59
  marginLeft: '8px',
59
60
  paddingLeft: '4px',
@@ -101,8 +101,8 @@ var useRelationsLoader = function (_a) {
101
101
  if (!Array.isArray(result)) {
102
102
  throw Error(JSON.stringify(result));
103
103
  }
104
- var _a = result[0], connections = _a.connections, total = _a.total, notAllDataFetched = _a.notAllDataFetched;
105
- if (notAllDataFetched && showSnackbarMessage) {
104
+ var _a = result[0], connections = _a.connections, total = _a.total, dataSorted = _a.dataSorted;
105
+ if (dataSorted === false && showSnackbarMessage) {
106
106
  showSnackbarMessage(ui_i18n_1.default.text('This profile contains a large number of relationships. We have disabled filtering and sorting to help optimize performance.'));
107
107
  }
108
108
  relationsLoaded({ id: config.id, connections: connections, total: total, mode: modeRef.current });
@@ -50,7 +50,8 @@ export var useOneLineStyles = makeStyles(__assign({ wrapper: {
50
50
  }, collaborationWrapper: {
51
51
  display: 'flex',
52
52
  alignItems: 'start',
53
- minHeight: '18px'
53
+ minHeight: '18px',
54
+ justifyContent: 'space-between'
54
55
  }, attribute: {
55
56
  marginLeft: '8px',
56
57
  paddingLeft: '4px',
@@ -95,8 +95,8 @@ export var useRelationsLoader = function (_a) {
95
95
  if (!Array.isArray(result)) {
96
96
  throw Error(JSON.stringify(result));
97
97
  }
98
- var _a = result[0], connections = _a.connections, total = _a.total, notAllDataFetched = _a.notAllDataFetched;
99
- if (notAllDataFetched && showSnackbarMessage) {
98
+ var _a = result[0], connections = _a.connections, total = _a.total, dataSorted = _a.dataSorted;
99
+ if (dataSorted === false && showSnackbarMessage) {
100
100
  showSnackbarMessage(i18n.text('This profile contains a large number of relationships. We have disabled filtering and sorting to help optimize performance.'));
101
101
  }
102
102
  relationsLoaded({ id: config.id, connections: connections, total: total, mode: modeRef.current });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.1683",
3
+ "version": "1.4.1685",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
@@ -8,7 +8,7 @@
8
8
  "@date-io/moment": "^1.3.5",
9
9
  "@fluentui/react-context-selector": "^9.1.26",
10
10
  "@react-google-maps/api": "2.7.0",
11
- "@reltio/mdm-sdk": "^1.4.1683",
11
+ "@reltio/mdm-sdk": "^1.4.1685",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-cloud": "^1.2.5",
14
14
  "d3-geo": "^2.0.1",