@reltio/components 1.4.1789 → 1.4.1791
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/cjs/components/CollaborationItem/TextFieldWithMentions/styles.js +1 -0
- package/cjs/components/crosswalks/hooks/useAttributeActions.js +1 -1
- package/esm/components/CollaborationItem/TextFieldWithMentions/styles.js +1 -0
- package/esm/components/crosswalks/hooks/useAttributeActions.js +2 -2
- package/package.json +2 -2
|
@@ -23,6 +23,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
|
|
|
23
23
|
},
|
|
24
24
|
'&__suggestions': {
|
|
25
25
|
padding: '8px 0',
|
|
26
|
+
zIndex: '1301 !important',
|
|
26
27
|
borderRadius: '4px',
|
|
27
28
|
backgroundColor: '#fafafa !important',
|
|
28
29
|
boxShadow: '0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)',
|
|
@@ -69,7 +69,7 @@ var useAttributeActions = function (_a) {
|
|
|
69
69
|
uri: attributeValue.uri,
|
|
70
70
|
crosswalk: sourceTable ? { type: type, value: value, sourceTable: sourceTable } : { type: type, value: value }
|
|
71
71
|
});
|
|
72
|
-
}), function (diff) { return ({ uri: (0, mdm_sdk_1.getBaseUri)(attributeValue.uri), diff: diff }); }, mdm_sdk_1.
|
|
72
|
+
}), function (diff) { return ({ uri: (0, mdm_sdk_1.getBaseUri)(attributeValue.uri), diff: diff }); }, mdm_sdk_1.entityCumulativeDelete, handleErrorResponse)(crosswalks);
|
|
73
73
|
handleAction(action);
|
|
74
74
|
}, [handleAction, handleErrorResponse]);
|
|
75
75
|
var pinAttributeAction = (0, react_1.useCallback)(function (_a) {
|
|
@@ -20,6 +20,7 @@ export var useStyles = makeStyles(function (theme) { return ({
|
|
|
20
20
|
},
|
|
21
21
|
'&__suggestions': {
|
|
22
22
|
padding: '8px 0',
|
|
23
|
+
zIndex: '1301 !important',
|
|
23
24
|
borderRadius: '4px',
|
|
24
25
|
backgroundColor: '#fafafa !important',
|
|
25
26
|
boxShadow: '0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)',
|
|
@@ -35,7 +35,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
37
|
import { useCallback } from 'react';
|
|
38
|
-
import { createAttribute,
|
|
38
|
+
import { createAttribute, entityCumulativeDelete, getBaseUri, getReferencedRelationFromAttrValue, ignoreAttribute, isComplexAttribute, isImage, isLookupAttrType, isReference, pinAttribute, removeRelation, updateAttribute } from '@reltio/mdm-sdk';
|
|
39
39
|
import { andThen, pipe, prop, defaultTo, map } from 'ramda';
|
|
40
40
|
import { noop } from '../../../core';
|
|
41
41
|
export var useAttributeActions = function (_a) {
|
|
@@ -66,7 +66,7 @@ export var useAttributeActions = function (_a) {
|
|
|
66
66
|
uri: attributeValue.uri,
|
|
67
67
|
crosswalk: sourceTable ? { type: type, value: value, sourceTable: sourceTable } : { type: type, value: value }
|
|
68
68
|
});
|
|
69
|
-
}), function (diff) { return ({ uri: getBaseUri(attributeValue.uri), diff: diff }); },
|
|
69
|
+
}), function (diff) { return ({ uri: getBaseUri(attributeValue.uri), diff: diff }); }, entityCumulativeDelete, handleErrorResponse)(crosswalks);
|
|
70
70
|
handleAction(action);
|
|
71
71
|
}, [handleAction, handleErrorResponse]);
|
|
72
72
|
var pinAttributeAction = useCallback(function (_a) {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1791",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./esm/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@fluentui/react-context-selector": "^9.1.26",
|
|
9
9
|
"@react-google-maps/api": "2.7.0",
|
|
10
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
10
|
+
"@reltio/mdm-sdk": "^1.4.1759",
|
|
11
11
|
"classnames": "^2.2.5",
|
|
12
12
|
"d3-cloud": "^1.2.5",
|
|
13
13
|
"d3-geo": "^2.0.1",
|