@reltio/components 1.4.1702 → 1.4.1706-hf
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.
|
@@ -3,9 +3,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var mdm_sdk_1 = require("@reltio/mdm-sdk");
|
|
6
7
|
var react_1 = __importDefault(require("react"));
|
|
7
8
|
var ui_i18n_1 = __importDefault(require("ui-i18n"));
|
|
8
|
-
var mdm_sdk_1 = require("@reltio/mdm-sdk");
|
|
9
9
|
var core_1 = require("../../../core");
|
|
10
10
|
var EntityUriLink_1 = __importDefault(require("../../EntityUriLink/EntityUriLink"));
|
|
11
11
|
var ActivityTitle_1 = __importDefault(require("./ActivityTitle/ActivityTitle"));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { getLabel } from '@reltio/mdm-sdk';
|
|
1
2
|
import React from 'react';
|
|
2
3
|
import i18n from 'ui-i18n';
|
|
3
|
-
import { getLabel } from '@reltio/mdm-sdk';
|
|
4
4
|
import { parseJSON } from '../../../core';
|
|
5
5
|
import EntityUriLink from '../../EntityUriLink/EntityUriLink';
|
|
6
6
|
import ActivityTitle from './ActivityTitle/ActivityTitle';
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1706-hf",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./esm/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
+
"@date-io/moment": "^1.3.5",
|
|
8
9
|
"@fluentui/react-context-selector": "^9.1.26",
|
|
9
10
|
"@react-google-maps/api": "2.7.0",
|
|
10
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
11
|
+
"@reltio/mdm-sdk": "^1.4.1706-hf",
|
|
11
12
|
"classnames": "^2.2.5",
|
|
12
13
|
"d3-cloud": "^1.2.5",
|
|
13
14
|
"d3-geo": "^2.0.1",
|
|
14
15
|
"d3-hierarchy": "^2.0.0",
|
|
15
16
|
"d3-scale": "^3.3.0",
|
|
16
17
|
"frontend-collective-react-dnd-scrollzone": "^1.0.2",
|
|
17
|
-
"memoize-one": "^5.1.0",
|
|
18
18
|
"nanoid": "^3.3.4",
|
|
19
19
|
"prop-types": "^15.6.2",
|
|
20
20
|
"ramda": "^0.28.0",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"react-window": "^1.8.5",
|
|
37
37
|
"recharts": "^2.8.0",
|
|
38
38
|
"sanitize-html": "2.7.1",
|
|
39
|
-
"topojson-client": "^3.1.0",
|
|
40
39
|
"ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
|
|
41
40
|
},
|
|
42
41
|
"peerDependencies": {
|