@reltio/components 1.4.925 → 1.4.929
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/SendMessageArea/SendMessageArea.js +3 -1
- package/cjs/components/CommentsContainer/CommentsContainer.js +10 -1
- package/cjs/components/LinearLoadIndicator/LinearLoadIndicator.d.ts +2 -1
- package/cjs/components/LinearLoadIndicator/LinearLoadIndicator.js +7 -3
- package/cjs/components/LinearLoadIndicator/styles.d.ts +1 -1
- package/cjs/components/LinearLoadIndicator/styles.js +5 -0
- package/cjs/components/SidePanelEmptyState/SidePanelEmptyState.d.ts +8 -0
- package/cjs/components/SidePanelEmptyState/SidePanelEmptyState.js +19 -0
- package/cjs/components/SidePanelEmptyState/styles.d.ts +1 -0
- package/cjs/components/SidePanelEmptyState/styles.js +46 -0
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/SimpleAttributeEditor.js +16 -23
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/styles.d.ts +1 -1
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/styles.js +8 -0
- package/cjs/components/charts/MapChart/MapChart.js +23 -20
- package/cjs/components/crosswalks/CrosswalkRow/CrosswalkRow.js +3 -1
- package/cjs/components/history/ContributorsPanel/styles.js +0 -1
- package/cjs/components/history/HistoryPanelEmptyState/HistoryPanelEmptyState.d.ts +3 -0
- package/cjs/components/history/HistoryPanelEmptyState/HistoryPanelEmptyState.js +10 -0
- package/cjs/components/history/HistoryView/styles.js +2 -1
- package/cjs/components/history/index.d.ts +1 -0
- package/cjs/components/history/index.js +3 -1
- package/cjs/components/index.d.ts +1 -0
- package/cjs/components/index.js +4 -2
- package/cjs/components/workflow/components/AttributesChanges/components/ChangeView/ChangeView.js +2 -1
- package/cjs/components/workflow/components/AttributesChanges/helpers/attributesHelpers.js +9 -7
- package/cjs/components/workflow/components/AttributesChanges/helpers/mergeHelpers.js +3 -2
- package/cjs/contexts/RelatedObjectUrisContext/index.d.ts +2 -0
- package/cjs/contexts/RelatedObjectUrisContext/index.js +9 -0
- package/cjs/contexts/index.d.ts +1 -0
- package/cjs/contexts/index.js +3 -1
- package/cjs/hooks/useCollaboration.d.ts +7 -1
- package/cjs/hooks/useCollaboration.js +9 -9
- package/cjs/icons/AttributesList.d.ts +3 -0
- package/cjs/icons/AttributesList.js +58 -0
- package/cjs/icons/index.d.ts +4 -3
- package/cjs/icons/index.js +9 -7
- package/esm/components/CollaborationItem/SendMessageArea/SendMessageArea.js +3 -1
- package/esm/components/CommentsContainer/CommentsContainer.js +12 -3
- package/esm/components/LinearLoadIndicator/LinearLoadIndicator.d.ts +2 -1
- package/esm/components/LinearLoadIndicator/LinearLoadIndicator.js +7 -3
- package/esm/components/LinearLoadIndicator/styles.d.ts +1 -1
- package/esm/components/LinearLoadIndicator/styles.js +5 -0
- package/esm/components/SidePanelEmptyState/SidePanelEmptyState.d.ts +8 -0
- package/esm/components/SidePanelEmptyState/SidePanelEmptyState.js +14 -0
- package/esm/components/SidePanelEmptyState/styles.d.ts +1 -0
- package/esm/components/SidePanelEmptyState/styles.js +43 -0
- package/esm/components/attributes/editMode/SimpleAttributeEditor/SimpleAttributeEditor.js +16 -23
- package/esm/components/attributes/editMode/SimpleAttributeEditor/styles.d.ts +1 -1
- package/esm/components/attributes/editMode/SimpleAttributeEditor/styles.js +8 -0
- package/esm/components/charts/MapChart/MapChart.js +24 -21
- package/esm/components/crosswalks/CrosswalkRow/CrosswalkRow.js +3 -1
- package/esm/components/history/ContributorsPanel/styles.js +0 -1
- package/esm/components/history/HistoryPanelEmptyState/HistoryPanelEmptyState.d.ts +3 -0
- package/esm/components/history/HistoryPanelEmptyState/HistoryPanelEmptyState.js +5 -0
- package/esm/components/history/HistoryView/styles.js +2 -1
- package/esm/components/history/index.d.ts +1 -0
- package/esm/components/history/index.js +1 -0
- package/esm/components/index.d.ts +1 -0
- package/esm/components/index.js +1 -0
- package/esm/components/workflow/components/AttributesChanges/components/ChangeView/ChangeView.js +2 -1
- package/esm/components/workflow/components/AttributesChanges/helpers/attributesHelpers.js +10 -8
- package/esm/components/workflow/components/AttributesChanges/helpers/mergeHelpers.js +4 -3
- package/esm/contexts/RelatedObjectUrisContext/index.d.ts +2 -0
- package/esm/contexts/RelatedObjectUrisContext/index.js +3 -0
- package/esm/contexts/index.d.ts +1 -0
- package/esm/contexts/index.js +1 -0
- package/esm/hooks/useCollaboration.d.ts +7 -1
- package/esm/hooks/useCollaboration.js +9 -9
- package/esm/icons/AttributesList.d.ts +3 -0
- package/esm/icons/AttributesList.js +53 -0
- package/esm/icons/index.d.ts +4 -3
- package/esm/icons/index.js +4 -3
- package/package.json +3 -3
|
@@ -9,7 +9,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import { concat, curry, difference, flatten, identity, isNil, omit, pick, pipe, propEq, propOr, reduce } from 'ramda';
|
|
12
|
+
import { concat, curry, difference, flatten, identity, isNil, omit, path, pick, pipe, propEq, propOr, reduce } from 'ramda';
|
|
13
13
|
import { EntityAttrTypes, generateTempUri, getRoleLabel, isEmptyValue } from '@reltio/mdm-sdk';
|
|
14
14
|
import { DCRTypes } from '../../../constants/operations';
|
|
15
15
|
import { getEntityChanges, getRelationChanges } from './attributesHelpers';
|
|
@@ -23,7 +23,7 @@ var SPECIAL_ATTRIBUTES_NAMES = [
|
|
|
23
23
|
];
|
|
24
24
|
var prepareStartOrEndDate = function (_a) {
|
|
25
25
|
var newValue = _a.newValue, oldValue = _a.oldValue;
|
|
26
|
-
var parseValue = function (value) { return (isNaN(value) ? value : parseInt(value)); };
|
|
26
|
+
var parseValue = function (value) { return (isNaN(value) || isEmptyValue(value) ? value : parseInt(value)); };
|
|
27
27
|
var isExistedValue = function (value) { return (value === null || value === void 0 ? void 0 : value.length) && !isEmptyValue(value); };
|
|
28
28
|
var isExistNewValue = isExistedValue(newValue);
|
|
29
29
|
var isExistOldValue = isExistedValue(oldValue);
|
|
@@ -208,7 +208,8 @@ var mergeChanges = function (metadata, changes, entityInfo, relationsInfo) {
|
|
|
208
208
|
getAttributeChanges(EntityAttrTypes.endDate.name)
|
|
209
209
|
], changesTree);
|
|
210
210
|
var relationsChanges = flatten(relationsInfo.map(function (relationInfo, index) {
|
|
211
|
-
|
|
211
|
+
var changeType = path([relationInfo.uri, 0, 'type'], changes);
|
|
212
|
+
return getRelationChanges(metadata, relationInfo, relationsTrees[index], changeType);
|
|
212
213
|
}));
|
|
213
214
|
return [entityChanges, relationsChanges];
|
|
214
215
|
};
|
package/esm/contexts/index.d.ts
CHANGED
|
@@ -13,3 +13,4 @@ export { CrosswalksDisplayProvider, useCrosswalkColor, useCrosswalkFocus, useCro
|
|
|
13
13
|
export { ExpandedAttributesProvider, useAttributeExpanded } from './ExpandedAttributesContext';
|
|
14
14
|
export { EntityMarkerContext } from './EntityMarkerContext';
|
|
15
15
|
export { WorkflowTasksContext } from './WorkflowTasksContext';
|
|
16
|
+
export { RelatedObjectUrisContext } from './RelatedObjectUrisContext';
|
package/esm/contexts/index.js
CHANGED
|
@@ -13,3 +13,4 @@ export { CrosswalksDisplayProvider, useCrosswalkColor, useCrosswalkFocus, useCro
|
|
|
13
13
|
export { ExpandedAttributesProvider, useAttributeExpanded } from './ExpandedAttributesContext';
|
|
14
14
|
export { EntityMarkerContext } from './EntityMarkerContext';
|
|
15
15
|
export { WorkflowTasksContext } from './WorkflowTasksContext';
|
|
16
|
+
export { RelatedObjectUrisContext } from './RelatedObjectUrisContext';
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { CollaborationObjectTypes, Comment, CommentsMap } from '@reltio/mdm-sdk';
|
|
2
|
-
|
|
2
|
+
declare type Props = {
|
|
3
|
+
objectIds?: string[];
|
|
4
|
+
objectTypes?: CollaborationObjectTypes[];
|
|
5
|
+
enabled?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare const useCollaboration: ({ objectIds, objectTypes, enabled }: Props) => {
|
|
3
8
|
clearCurrentComment: () => void;
|
|
4
9
|
comments: Comment[];
|
|
5
10
|
commentsMap: CommentsMap;
|
|
@@ -18,3 +23,4 @@ export declare const useCollaboration: (objectIds?: string[], objectTypes?: Coll
|
|
|
18
23
|
resolveThread: ({ commentId, uri }: any) => void;
|
|
19
24
|
sending: boolean;
|
|
20
25
|
};
|
|
26
|
+
export {};
|
|
@@ -21,18 +21,18 @@ import { createComment as createCommentRequest, createReply as createReplyReques
|
|
|
21
21
|
import mdm from '@reltio/mdm-module';
|
|
22
22
|
var defaultObjectIds = [];
|
|
23
23
|
var catchErrorInRequest = function (e) { return console.error('Collaboration error', e); };
|
|
24
|
-
export var useCollaboration = function (
|
|
25
|
-
|
|
24
|
+
export var useCollaboration = function (_a) {
|
|
25
|
+
var _b = _a.objectIds, objectIds = _b === void 0 ? defaultObjectIds : _b, objectTypes = _a.objectTypes, _c = _a.enabled, enabled = _c === void 0 ? true : _c;
|
|
26
26
|
var entity = useSelector(mdm.selectors.getEntity);
|
|
27
27
|
var tenant = useSelector(mdm.selectors.getTenant);
|
|
28
28
|
var collaborationPath = useSelector(mdm.selectors.getCollaborationPath);
|
|
29
|
-
var isCollaborationEnabled = useSelector(mdm.selectors.isCollaborationEnabled);
|
|
30
|
-
var
|
|
31
|
-
var
|
|
32
|
-
var
|
|
33
|
-
var
|
|
34
|
-
var
|
|
35
|
-
var
|
|
29
|
+
var isCollaborationEnabled = useSelector(mdm.selectors.isCollaborationEnabled) && enabled;
|
|
30
|
+
var _d = useState(null), pageToken = _d[0], setPageToken = _d[1];
|
|
31
|
+
var _e = useState([]), comments = _e[0], setComments = _e[1];
|
|
32
|
+
var _f = useState(null), commentsMap = _f[0], setCommentsMap = _f[1];
|
|
33
|
+
var _g = useState(null), currentComment = _g[0], setCurrentComment = _g[1];
|
|
34
|
+
var _h = useState(false), sending = _h[0], setSending = _h[1];
|
|
35
|
+
var _j = useState(false), loading = _j[0], setLoading = _j[1];
|
|
36
36
|
var addCommentsToCommentsMap = useCallback(function (commentsMap) {
|
|
37
37
|
setCommentsMap(function (currentCommentsMap) { return (__assign(__assign({}, currentCommentsMap), commentsMap)); });
|
|
38
38
|
}, []);
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import React from 'react';
|
|
13
|
+
var SvgAttributesList = function (props) {
|
|
14
|
+
return (React.createElement("svg", __assign({ width: 256, height: 256, viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
15
|
+
React.createElement("circle", { cx: 128, cy: 128, r: 128, fill: "#0072CE", fillOpacity: 0.1 }),
|
|
16
|
+
React.createElement("mask", { id: "AttributesList_svg__a", style: {
|
|
17
|
+
maskType: 'alpha'
|
|
18
|
+
}, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 256, height: 256 },
|
|
19
|
+
React.createElement("circle", { cx: 128, cy: 128, r: 128, fill: "#fff" })),
|
|
20
|
+
React.createElement("g", { mask: "url(#AttributesList_svg__a)" },
|
|
21
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M-16 9h256v247H-16V9z", fill: "url(#AttributesList_svg__b)" }),
|
|
22
|
+
React.createElement("path", { opacity: 0.05, fillRule: "evenodd", clipRule: "evenodd", d: "M187.761 56.865l58.639 58.639v148.871H93.383L52 225.083V56.865h135.761z", fill: "url(#AttributesList_svg__c)" }),
|
|
23
|
+
React.createElement("path", { opacity: 0.06, fillRule: "evenodd", clipRule: "evenodd", d: "M47 58h202a7 7 0 017 7v157a7 7 0 01-7 7H47a7 7 0 01-7-7V65a7 7 0 017-7z", fill: "#000" }),
|
|
24
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M50 56h201a5 5 0 015 5v157a5 5 0 01-5 5H50a5 5 0 01-5-5V61a5 5 0 015-5z", fill: "#fff" }),
|
|
25
|
+
React.createElement("path", { opacity: 0.8, fillRule: "evenodd", clipRule: "evenodd", d: "M105.376 72.635a3 3 0 013-3H150a3 3 0 110 6h-41.624a3 3 0 01-3-3z", fill: "#B6C7DB" }),
|
|
26
|
+
React.createElement("path", { opacity: 0.2, fillRule: "evenodd", clipRule: "evenodd", d: "M105 84.635a3 3 0 013-3h64.205a3 3 0 110 6H108a3 3 0 01-3-3z", fill: "#979797" }),
|
|
27
|
+
React.createElement("path", { opacity: 0.8, fillRule: "evenodd", clipRule: "evenodd", d: "M105.376 163a3 3 0 013-3H150a3 3 0 110 6h-41.624a3 3 0 01-3-3z", fill: "#B6C7DB" }),
|
|
28
|
+
React.createElement("path", { opacity: 0.2, fillRule: "evenodd", clipRule: "evenodd", d: "M105 175a3 3 0 013-3h64.205a3 3 0 110 6H108a3 3 0 01-3-3z", fill: "#979797" }),
|
|
29
|
+
React.createElement("path", { opacity: 0.8, fillRule: "evenodd", clipRule: "evenodd", d: "M105.376 193a3 3 0 013-3H190a3 3 0 110 6h-81.624a3 3 0 01-3-3z", fill: "#B6C7DB" }),
|
|
30
|
+
React.createElement("path", { opacity: 0.2, fillRule: "evenodd", clipRule: "evenodd", d: "M105 205a3 3 0 013-3h74.205a3 3 0 110 6H108a3 3 0 01-3-3z", fill: "#979797" }),
|
|
31
|
+
React.createElement("path", { opacity: 0.8, fillRule: "evenodd", clipRule: "evenodd", d: "M138.376 103a3 3 0 013-3H223a3 3 0 110 6h-81.624a3 3 0 01-3-3z", fill: "#B6C7DB" }),
|
|
32
|
+
React.createElement("path", { opacity: 0.2, fillRule: "evenodd", clipRule: "evenodd", d: "M138 115a3 3 0 013-3h64.205a3 3 0 110 6H141a3 3 0 01-3-3z", fill: "#979797" }),
|
|
33
|
+
React.createElement("circle", { cx: 67, cy: 79, r: 9, fill: "#B6C7DB" }),
|
|
34
|
+
React.createElement("circle", { cx: 67, cy: 79, r: 9, fill: "#B6C7DB" }),
|
|
35
|
+
React.createElement("circle", { cx: 120, cy: 106, r: 6, fill: "#B6C7DB" }),
|
|
36
|
+
React.createElement("circle", { cx: 120, cy: 136, r: 6, fill: "#B6C7DB" }),
|
|
37
|
+
React.createElement("circle", { cx: 67, cy: 169, r: 9, fill: "#B6C7DB" }),
|
|
38
|
+
React.createElement("circle", { cx: 67, cy: 199, r: 9, fill: "#B6C7DB" }),
|
|
39
|
+
React.createElement("path", { opacity: 0.8, fillRule: "evenodd", clipRule: "evenodd", d: "M138.376 133a3 3 0 013-3H223a3 3 0 110 6h-81.624a3 3 0 01-3-3z", fill: "#B6C7DB" }),
|
|
40
|
+
React.createElement("path", { opacity: 0.2, fillRule: "evenodd", clipRule: "evenodd", d: "M138 145a3 3 0 013-3h74.205a3 3 0 110 6H141a3 3 0 01-3-3z", fill: "#979797" }),
|
|
41
|
+
React.createElement("path", { opacity: 0.2, fillRule: "evenodd", clipRule: "evenodd", d: "M92.514 108v-8h-2v40.365h11.178v-2h-9.178V110h9.178v-2h-9.178z", fill: "#2B98F0" }),
|
|
42
|
+
React.createElement("path", { opacity: 0.54, fillRule: "evenodd", clipRule: "evenodd", d: "M95.071 77l-3.535 3.535L88 77h7.071z", fill: "#000" }),
|
|
43
|
+
React.createElement("path", { opacity: 0.6, fillRule: "evenodd", clipRule: "evenodd", d: "M50 22h186a6 6 0 016 6v18a6 6 0 01-6 6H50a6 6 0 01-6-6V28a6 6 0 016-6z", fill: "#fff" }),
|
|
44
|
+
React.createElement("path", { opacity: 0.2, fillRule: "evenodd", clipRule: "evenodd", d: "M58 37a6 6 0 016-6h70a6 6 0 110 12H64a6 6 0 01-6-6zm90 0a6 6 0 016-6h10a6 6 0 110 12h-10a6 6 0 01-6-6z", fill: "#979797" })),
|
|
45
|
+
React.createElement("defs", null,
|
|
46
|
+
React.createElement("linearGradient", { id: "AttributesList_svg__b", x1: -16, y1: 9, x2: -16, y2: 256, gradientUnits: "userSpaceOnUse" },
|
|
47
|
+
React.createElement("stop", { stopColor: "#FAFAFA", stopOpacity: 0.01 }),
|
|
48
|
+
React.createElement("stop", { offset: 1, stopColor: "#F4F4F4" })),
|
|
49
|
+
React.createElement("linearGradient", { id: "AttributesList_svg__c", x1: 266.117, y1: 181.111, x2: 154.882, y2: 77.681, gradientUnits: "userSpaceOnUse" },
|
|
50
|
+
React.createElement("stop", { stopOpacity: 0.01 }),
|
|
51
|
+
React.createElement("stop", { offset: 1 })))));
|
|
52
|
+
};
|
|
53
|
+
export default SvgAttributesList;
|
package/esm/icons/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as Add } from './Add';
|
|
2
2
|
export { default as AddComment } from './AddComment';
|
|
3
|
+
export { default as AttributesList } from './AttributesList';
|
|
3
4
|
export { default as Calendar } from './Calendar';
|
|
4
5
|
export { default as CollaborationIcon } from './CollaborationIcon';
|
|
5
6
|
export { default as Comment } from './Comment';
|
|
@@ -20,17 +21,17 @@ export { default as Ignored } from './Ignored';
|
|
|
20
21
|
export { default as IgnoredOutlined } from './IgnoredOutlined';
|
|
21
22
|
export { default as LogIn } from './LogIn';
|
|
22
23
|
export { default as LogOut } from './LogOut';
|
|
23
|
-
export { default as MlMatch } from './MlMatch';
|
|
24
24
|
export { default as Merge } from './Merge';
|
|
25
|
+
export { default as MlMatch } from './MlMatch';
|
|
25
26
|
export { default as NestedAttribute } from './NestedAttribute';
|
|
26
27
|
export { default as NoData } from './NoData';
|
|
27
28
|
export { default as NoDataSearch } from './NoDataSearch';
|
|
28
29
|
export { default as NoMatches } from './NoMatches';
|
|
29
|
-
export { default as PmIcon } from './PmIcon';
|
|
30
|
-
export { default as PmTaskIcon } from './PmTaskIcon';
|
|
31
30
|
export { default as Pin } from './Pin';
|
|
32
31
|
export { default as PinOutlined } from './PinOutlined';
|
|
33
32
|
export { default as PivotingIcon } from './PivotingIcon';
|
|
33
|
+
export { default as PmIcon } from './PmIcon';
|
|
34
|
+
export { default as PmTaskIcon } from './PmTaskIcon';
|
|
34
35
|
export { default as Polygon } from './Polygon';
|
|
35
36
|
export { default as PotentialMatch } from './PotentialMatch';
|
|
36
37
|
export { default as Profile } from './Profile';
|
package/esm/icons/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as Add } from './Add';
|
|
2
2
|
export { default as AddComment } from './AddComment';
|
|
3
|
+
export { default as AttributesList } from './AttributesList';
|
|
3
4
|
export { default as Calendar } from './Calendar';
|
|
4
5
|
export { default as CollaborationIcon } from './CollaborationIcon';
|
|
5
6
|
export { default as Comment } from './Comment';
|
|
@@ -20,17 +21,17 @@ export { default as Ignored } from './Ignored';
|
|
|
20
21
|
export { default as IgnoredOutlined } from './IgnoredOutlined';
|
|
21
22
|
export { default as LogIn } from './LogIn';
|
|
22
23
|
export { default as LogOut } from './LogOut';
|
|
23
|
-
export { default as MlMatch } from './MlMatch';
|
|
24
24
|
export { default as Merge } from './Merge';
|
|
25
|
+
export { default as MlMatch } from './MlMatch';
|
|
25
26
|
export { default as NestedAttribute } from './NestedAttribute';
|
|
26
27
|
export { default as NoData } from './NoData';
|
|
27
28
|
export { default as NoDataSearch } from './NoDataSearch';
|
|
28
29
|
export { default as NoMatches } from './NoMatches';
|
|
29
|
-
export { default as PmIcon } from './PmIcon';
|
|
30
|
-
export { default as PmTaskIcon } from './PmTaskIcon';
|
|
31
30
|
export { default as Pin } from './Pin';
|
|
32
31
|
export { default as PinOutlined } from './PinOutlined';
|
|
33
32
|
export { default as PivotingIcon } from './PivotingIcon';
|
|
33
|
+
export { default as PmIcon } from './PmIcon';
|
|
34
|
+
export { default as PmTaskIcon } from './PmTaskIcon';
|
|
34
35
|
export { default as Polygon } from './Polygon';
|
|
35
36
|
export { default as PotentialMatch } from './PotentialMatch';
|
|
36
37
|
export { default as Profile } from './Profile';
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.929",
|
|
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
|
"@date-io/moment": "^1.3.5",
|
|
9
9
|
"@react-google-maps/api": "^2.7.0",
|
|
10
|
-
"@reltio/mdm-module": "^1.4.
|
|
11
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
10
|
+
"@reltio/mdm-module": "^1.4.929",
|
|
11
|
+
"@reltio/mdm-sdk": "^1.4.929",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"d3-cloud": "^1.2.5",
|
|
14
14
|
"d3-geo": "^2.0.1",
|