@reltio/components 1.4.1673 → 1.4.1674
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/BasicViewHeader/styles.js +1 -1
- package/cjs/components/ExpandableSearchInput/ExpandableSearchInput.js +1 -1
- package/cjs/components/ExpandableSearchInput/styles.d.ts +1 -1
- package/cjs/components/ExpandableSearchInput/styles.js +5 -4
- package/cjs/components/LinearLoadIndicator/styles.js +1 -2
- package/cjs/components/RelationEditor/RelationEditor.d.ts +11 -4
- package/cjs/components/RelationEditor/RelationEditor.js +2 -12
- package/cjs/components/RelationEditor/styles.d.ts +1 -1
- package/cjs/components/TableSkeleton/TableSkeleton.d.ts +9 -0
- package/cjs/components/TableSkeleton/TableSkeleton.js +74 -0
- package/cjs/components/TableSkeleton/styles.d.ts +1 -0
- package/cjs/components/TableSkeleton/styles.js +15 -0
- package/cjs/components/Title/styles.js +1 -1
- package/cjs/components/attributes/DescriptionIcon/DescriptionIcon.d.ts +1 -28
- package/cjs/components/attributes/DescriptionIcon/DescriptionIcon.js +4 -9
- package/cjs/components/attributes/DescriptionIcon/styles.d.ts +1 -1
- package/cjs/components/attributes/DescriptionIcon/styles.js +5 -19
- package/cjs/components/attributes/PivotingAttributes/styles.js +8 -4
- package/cjs/components/attributes/editMode/AttributesFactory/Attribute.js +1 -1
- package/cjs/components/attributes/editMode/AttributesPager/CardinalityMessage.d.ts +6 -9
- package/cjs/components/attributes/editMode/AttributesPager/CardinalityMessage.js +3 -6
- package/cjs/components/attributes/editMode/AttributesView/AttributesView.js +1 -1
- package/cjs/components/attributes/editMode/AttributesView/styles.d.ts +1 -1
- package/cjs/components/attributes/editMode/AttributesView/styles.js +1 -4
- package/cjs/components/attributes/editMode/MoreAttributesButton/styles.js +4 -1
- package/cjs/components/attributes/readMode/AttributesPager/styles.js +8 -12
- package/cjs/components/attributes/readMode/AttributesView/AttributesView.js +1 -1
- package/cjs/components/attributes/readMode/AttributesView/styles.d.ts +1 -1
- package/cjs/components/attributes/readMode/AttributesView/styles.js +1 -4
- package/cjs/components/attributes/readMode/ComplexAttribute/styles.d.ts +1 -1
- package/cjs/components/attributes/readMode/ComplexAttribute/styles.js +2 -2
- package/cjs/components/attributes/readMode/NestedAttribute/styles.d.ts +1 -1
- package/cjs/components/attributes/readMode/NestedAttribute/styles.js +2 -1
- package/cjs/components/attributes/readMode/SimpleAttribute/SimpleAttribute.js +3 -1
- package/cjs/components/attributes/readMode/SimpleAttribute/styles.js +1 -1
- package/cjs/components/attributes/readMode/SpecialAttributes/Roles/Role.js +5 -1
- package/cjs/components/attributes/readMode/SpecialAttributes/Tags/Tag.js +2 -1
- package/cjs/components/attributes/readMode/SpecialAttributes/styles.d.ts +1 -1
- package/cjs/components/attributes/readMode/SpecialAttributes/styles.js +3 -0
- package/cjs/components/index.d.ts +1 -0
- package/cjs/components/index.js +3 -1
- package/cjs/icons/index.d.ts +5 -3
- package/cjs/icons/index.js +12 -8
- package/esm/components/BasicViewHeader/styles.js +1 -1
- package/esm/components/ExpandableSearchInput/ExpandableSearchInput.js +1 -1
- package/esm/components/ExpandableSearchInput/styles.d.ts +1 -1
- package/esm/components/ExpandableSearchInput/styles.js +5 -4
- package/esm/components/LinearLoadIndicator/styles.js +1 -2
- package/esm/components/RelationEditor/RelationEditor.d.ts +11 -4
- package/esm/components/RelationEditor/RelationEditor.js +3 -13
- package/esm/components/RelationEditor/styles.d.ts +1 -1
- package/esm/components/TableSkeleton/TableSkeleton.d.ts +9 -0
- package/esm/components/TableSkeleton/TableSkeleton.js +44 -0
- package/esm/components/TableSkeleton/styles.d.ts +1 -0
- package/esm/components/TableSkeleton/styles.js +12 -0
- package/esm/components/Title/styles.js +1 -1
- package/esm/components/attributes/DescriptionIcon/DescriptionIcon.d.ts +1 -28
- package/esm/components/attributes/DescriptionIcon/DescriptionIcon.js +4 -8
- package/esm/components/attributes/DescriptionIcon/styles.d.ts +1 -1
- package/esm/components/attributes/DescriptionIcon/styles.js +5 -19
- package/esm/components/attributes/PivotingAttributes/styles.js +8 -4
- package/esm/components/attributes/editMode/AttributesFactory/Attribute.js +1 -1
- package/esm/components/attributes/editMode/AttributesPager/CardinalityMessage.d.ts +6 -9
- package/esm/components/attributes/editMode/AttributesPager/CardinalityMessage.js +3 -6
- package/esm/components/attributes/editMode/AttributesView/AttributesView.js +1 -1
- package/esm/components/attributes/editMode/AttributesView/styles.d.ts +1 -1
- package/esm/components/attributes/editMode/AttributesView/styles.js +1 -4
- package/esm/components/attributes/editMode/MoreAttributesButton/styles.js +4 -1
- package/esm/components/attributes/readMode/AttributesPager/styles.js +8 -12
- package/esm/components/attributes/readMode/AttributesView/AttributesView.js +1 -1
- package/esm/components/attributes/readMode/AttributesView/styles.d.ts +1 -1
- package/esm/components/attributes/readMode/AttributesView/styles.js +1 -4
- package/esm/components/attributes/readMode/ComplexAttribute/styles.d.ts +1 -1
- package/esm/components/attributes/readMode/ComplexAttribute/styles.js +2 -2
- package/esm/components/attributes/readMode/NestedAttribute/styles.d.ts +1 -1
- package/esm/components/attributes/readMode/NestedAttribute/styles.js +2 -1
- package/esm/components/attributes/readMode/SimpleAttribute/SimpleAttribute.js +3 -1
- package/esm/components/attributes/readMode/SimpleAttribute/styles.js +1 -1
- package/esm/components/attributes/readMode/SpecialAttributes/Roles/Role.js +2 -1
- package/esm/components/attributes/readMode/SpecialAttributes/Tags/Tag.js +2 -1
- package/esm/components/attributes/readMode/SpecialAttributes/styles.d.ts +1 -1
- package/esm/components/attributes/readMode/SpecialAttributes/styles.js +3 -0
- package/esm/components/index.d.ts +1 -0
- package/esm/components/index.js +1 -0
- package/esm/icons/index.d.ts +5 -3
- package/esm/icons/index.js +5 -3
- package/package.json +3 -3
|
@@ -11,25 +11,22 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { makeStyles } from '@mui/styles';
|
|
13
13
|
var fontSize = '13px';
|
|
14
|
-
var lineHeight = '
|
|
14
|
+
var lineHeight = '16px';
|
|
15
15
|
var commonStyles = {
|
|
16
16
|
titleRow: {
|
|
17
|
-
display: 'block',
|
|
17
|
+
display: 'inline-block',
|
|
18
18
|
minHeight: '16px'
|
|
19
19
|
},
|
|
20
20
|
title: {
|
|
21
|
-
whiteSpace: 'nowrap'
|
|
21
|
+
whiteSpace: 'nowrap',
|
|
22
|
+
verticalAlign: 'middle'
|
|
22
23
|
},
|
|
23
24
|
ovIcon: {
|
|
24
25
|
marginLeft: '8px',
|
|
25
|
-
marginRight: '-3px',
|
|
26
|
-
marginTop: '-1px',
|
|
27
26
|
textIndent: 0
|
|
28
27
|
},
|
|
29
28
|
descriptionIcon: {
|
|
30
|
-
|
|
31
|
-
textIndent: 0,
|
|
32
|
-
marginRight: '-10px'
|
|
29
|
+
textIndent: 0
|
|
33
30
|
}
|
|
34
31
|
};
|
|
35
32
|
export var useStyles = makeStyles({
|
|
@@ -49,8 +46,7 @@ export var useStyles = makeStyles({
|
|
|
49
46
|
});
|
|
50
47
|
export var useOneLineStyles = makeStyles(__assign({ wrapper: {
|
|
51
48
|
fontSize: fontSize,
|
|
52
|
-
lineHeight: lineHeight
|
|
53
|
-
flex: 1
|
|
49
|
+
lineHeight: lineHeight
|
|
54
50
|
}, collaborationWrapper: {
|
|
55
51
|
display: 'flex',
|
|
56
52
|
alignItems: 'start',
|
|
@@ -66,10 +62,10 @@ export var useOneLineStyles = makeStyles(__assign({ wrapper: {
|
|
|
66
62
|
}, titleIcon: {
|
|
67
63
|
width: '16px',
|
|
68
64
|
height: '16px',
|
|
69
|
-
marginBottom: '-3px',
|
|
70
65
|
marginRight: '8px',
|
|
71
66
|
marginLeft: '1px',
|
|
72
|
-
color: 'rgba(0, 0, 0, 0.38)'
|
|
67
|
+
color: 'rgba(0, 0, 0, 0.38)',
|
|
68
|
+
verticalAlign: 'middle'
|
|
73
69
|
} }, commonStyles));
|
|
74
70
|
export var useMultiLineStyles = makeStyles(__assign({ wrapper: {
|
|
75
71
|
display: 'flex',
|
|
@@ -24,7 +24,7 @@ var AttributesView = function (_a) {
|
|
|
24
24
|
}).length > 0;
|
|
25
25
|
return isShowAttributeList || !isEmptyValue(caption) ? (React.createElement(PivotingAttributeContext.Provider, { value: pivotingAttributes },
|
|
26
26
|
React.createElement(BasicView, { className: className },
|
|
27
|
-
caption && React.createElement(FacetViewHeader, {
|
|
27
|
+
caption && React.createElement(FacetViewHeader, { title: caption }),
|
|
28
28
|
React.createElement(Box, { className: classnames(styles.attributesContainer, (_b = {}, _b[styles.noCaption] = !caption, _b)) }, isShowAttributeList ? (React.createElement(AttributesList, { entity: entity, attrTypes: filteredAttrTypes, parentUri: entity.uri, drawLines: false, max: attributesCount })) : (React.createElement(Typography, { className: styles.noData }, i18n.text('No data found'))))))) : null;
|
|
29
29
|
};
|
|
30
30
|
export default AttributesView;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"attributesContainer" | "noCaption" | "noData">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"label" | "spacer" | "complexContainer" | "labelContainer">;
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"label" | "spacer" | "complexContainer" | "labelContainer">;
|
|
@@ -8,10 +8,10 @@ export var useStyles = makeStyles({
|
|
|
8
8
|
minHeight: '18px'
|
|
9
9
|
},
|
|
10
10
|
label: {
|
|
11
|
+
display: 'inline-flex',
|
|
11
12
|
fontSize: '13px',
|
|
12
|
-
lineHeight: '
|
|
13
|
+
lineHeight: '16px',
|
|
13
14
|
letterSpacing: 'normal',
|
|
14
|
-
paddingTop: '1px',
|
|
15
15
|
marginLeft: '2px'
|
|
16
16
|
},
|
|
17
17
|
spacer: {
|
|
@@ -13,7 +13,8 @@ import { makeStyles } from '@mui/styles';
|
|
|
13
13
|
import { HistoryOperations, historyPalettes } from '@reltio/mdm-sdk';
|
|
14
14
|
var styles = makeStyles({
|
|
15
15
|
label: {
|
|
16
|
-
textDecoration: 'none'
|
|
16
|
+
textDecoration: 'none',
|
|
17
|
+
verticalAlign: 'middle'
|
|
17
18
|
},
|
|
18
19
|
updateAttribute: __assign({ width: 'fit-content', padding: '0 4px', marginLeft: '-4px' }, historyPalettes[HistoryOperations.updateAttribute]),
|
|
19
20
|
insertAttribute: __assign({ width: 'fit-content' }, historyPalettes[HistoryOperations.insertAttribute]),
|
|
@@ -26,7 +26,9 @@ var SimpleAttribute = function (_a) {
|
|
|
26
26
|
_b[highlightedClassName] = highlightedValuesUris.includes(attributeValue.uri),
|
|
27
27
|
_b)) },
|
|
28
28
|
React.createElement(PivotingTooltip, { value: attributeValue, attributeType: attributeType, key: attributeValue.uri, className: classnames((_c = {}, _c[styles.multilineAttribute] = !inlined, _c)) },
|
|
29
|
-
React.createElement("span", { className: classnames(styles
|
|
29
|
+
React.createElement("span", { className: classnames(styles.attributeValue, styles[historyClassName], (_d = {},
|
|
30
|
+
_d[ovValueStyles.ovFalse] = !isOv(attributeValue),
|
|
31
|
+
_d)), "data-reltio-id": "reltio-attribute-value" }, dataTypeValue)))) : (React.createElement("div", { className: classnames(className, styles.root, COMMENTS_CONTAINER_VISIBILITY_AREA, (_e = {},
|
|
30
32
|
_e[highlightedClassName] = highlightedValuesUris.includes(attributeValue.uri),
|
|
31
33
|
_e)) },
|
|
32
34
|
React.createElement(PivotingTooltip, { value: attributeValue, attributeType: attributeType, key: attributeValue.uri },
|
|
@@ -22,7 +22,7 @@ export var useStyles = makeStyles({
|
|
|
22
22
|
marginRight: '-4px' // AttributesPager padding compensation
|
|
23
23
|
},
|
|
24
24
|
attributeValue: {
|
|
25
|
-
|
|
25
|
+
verticalAlign: 'middle',
|
|
26
26
|
wordBreak: 'break-all'
|
|
27
27
|
},
|
|
28
28
|
updateAttribute: __assign(__assign({ width: 'fit-content', padding: '0 4px', marginLeft: '-4px' }, historyPalettes[HistoryOperations.updateAttribute]), { '& > a': {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { useContext } from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
2
3
|
import { getHistoryAppearanceBySpecialAttributeValue, getHistoryAttributeClassName, getRoleLabel } from '@reltio/mdm-sdk';
|
|
3
4
|
import { HistoryDiffContext } from '../../../../../contexts/HistoryAppearanceContext';
|
|
4
5
|
import { useMdmMetadata } from '../../../../../contexts';
|
|
@@ -10,6 +11,6 @@ var Role = function (_a) {
|
|
|
10
11
|
var metadata = useMdmMetadata();
|
|
11
12
|
var attributeAppearance = getHistoryAppearanceBySpecialAttributeValue('roles', value, appearance);
|
|
12
13
|
var historyClassName = getHistoryAttributeClassName(attributeAppearance);
|
|
13
|
-
return React.createElement("span", { className: styles[historyClassName] }, getRoleLabel(metadata, value));
|
|
14
|
+
return (React.createElement("span", { className: classnames(styles.attributeValue, styles[historyClassName]) }, getRoleLabel(metadata, value)));
|
|
14
15
|
};
|
|
15
16
|
export default Role;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { useContext } from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
2
3
|
import InternalLink from '../../../../InternalLink/InternalLink';
|
|
3
4
|
import { getDataTenantEntityUri, getHistoryAppearanceBySpecialAttributeValue, getHistoryAttributeClassName } from '@reltio/mdm-sdk';
|
|
4
5
|
import { EntityContext, HistoryDiffContext, UrlGeneratorsContext, useMdmEntity, useMdmUiPath } from '../../../../../contexts';
|
|
@@ -14,7 +15,7 @@ var Tag = function (_a) {
|
|
|
14
15
|
var attributeAppearance = getHistoryAppearanceBySpecialAttributeValue('tags', value, appearance);
|
|
15
16
|
var historyClassName = getHistoryAttributeClassName(attributeAppearance);
|
|
16
17
|
var entity = ownEntity || currentEntity;
|
|
17
|
-
return (React.createElement(InternalLink, { className: styles[historyClassName], href: generateTagUrl({
|
|
18
|
+
return (React.createElement(InternalLink, { className: classnames(styles.attributeValue, styles[historyClassName]), href: generateTagUrl({
|
|
18
19
|
uiPath: uiPath,
|
|
19
20
|
tag: value,
|
|
20
21
|
entityUri: entity.dataTenant ? getDataTenantEntityUri(entity) : entity.uri
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useCommonStyles: (props?: any) => import("@mui/styles").ClassNameMap<"insertAttribute" | "deleteAttribute">;
|
|
1
|
+
export declare const useCommonStyles: (props?: any) => import("@mui/styles").ClassNameMap<"attributeValue" | "insertAttribute" | "deleteAttribute">;
|
|
@@ -12,6 +12,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import { makeStyles } from '@mui/styles';
|
|
13
13
|
import { HistoryOperations, historyPalettes } from '@reltio/mdm-sdk';
|
|
14
14
|
export var useCommonStyles = makeStyles({
|
|
15
|
+
attributeValue: {
|
|
16
|
+
verticalAlign: 'middle'
|
|
17
|
+
},
|
|
15
18
|
insertAttribute: __assign({ width: 'fit-content' }, historyPalettes[HistoryOperations.insertAttribute]),
|
|
16
19
|
deleteAttribute: __assign({ width: 'fit-content', textDecoration: 'line-through', padding: '0 4px' }, historyPalettes[HistoryOperations.deleteAttribute])
|
|
17
20
|
});
|
|
@@ -153,3 +153,4 @@ export { RelevanceScoreBadge } from './RelevanceScoreBadge/RelevanceScoreBadge';
|
|
|
153
153
|
export { default as MultilineMenuItem } from './MultilineMenuItem/MultilineMenuItem';
|
|
154
154
|
export { default as TenantLabel } from './TenantLabel/TenantLabel';
|
|
155
155
|
export { default as StepNavigation } from './StepNavigation/StepNavigation';
|
|
156
|
+
export { TableSkeleton } from './TableSkeleton/TableSkeleton';
|
package/esm/components/index.js
CHANGED
|
@@ -153,3 +153,4 @@ export { RelevanceScoreBadge } from './RelevanceScoreBadge/RelevanceScoreBadge';
|
|
|
153
153
|
export { default as MultilineMenuItem } from './MultilineMenuItem/MultilineMenuItem';
|
|
154
154
|
export { default as TenantLabel } from './TenantLabel/TenantLabel';
|
|
155
155
|
export { default as StepNavigation } from './StepNavigation/StepNavigation';
|
|
156
|
+
export { TableSkeleton } from './TableSkeleton/TableSkeleton';
|
package/esm/icons/index.d.ts
CHANGED
|
@@ -19,13 +19,14 @@ export { default as Duplicate } from './Duplicate';
|
|
|
19
19
|
export { default as EmptySearchResults } from './EmptySearchResults';
|
|
20
20
|
export { default as Error } from './Error';
|
|
21
21
|
export { default as Filter } from './Filter';
|
|
22
|
+
export { default as Hyperlink } from './Hyperlink';
|
|
22
23
|
export { default as Ignored } from './Ignored';
|
|
23
24
|
export { default as IgnoredOutlined } from './IgnoredOutlined';
|
|
24
25
|
export { default as LogIn } from './LogIn';
|
|
25
26
|
export { default as LogOut } from './LogOut';
|
|
27
|
+
export { default as MlMatch } from './MlMatch';
|
|
26
28
|
export { default as Merge } from './Merge';
|
|
27
29
|
export { default as MergeDark } from './MergeDark';
|
|
28
|
-
export { default as MlMatch } from './MlMatch';
|
|
29
30
|
export { default as NegativeRuleIcon } from './NegativeRuleIcon';
|
|
30
31
|
export { default as NegativeRuleTooltipIcon } from './NegativeRuleTooltipIcon';
|
|
31
32
|
export { default as NestedAttribute } from './NestedAttribute';
|
|
@@ -34,11 +35,11 @@ export { default as NoDataSearch } from './NoDataSearch';
|
|
|
34
35
|
export { default as NoMatches } from './NoMatches';
|
|
35
36
|
export { default as NotMatchDark } from './NotMatchDark';
|
|
36
37
|
export { default as NotMatchRule } from './NotMatchRule';
|
|
38
|
+
export { default as PmIcon } from './PmIcon';
|
|
39
|
+
export { default as PmTaskIcon } from './PmTaskIcon';
|
|
37
40
|
export { default as Pin } from './Pin';
|
|
38
41
|
export { default as PinOutlined } from './PinOutlined';
|
|
39
42
|
export { default as PivotingIcon } from './PivotingIcon';
|
|
40
|
-
export { default as PmIcon } from './PmIcon';
|
|
41
|
-
export { default as PmTaskIcon } from './PmTaskIcon';
|
|
42
43
|
export { default as Polygon } from './Polygon';
|
|
43
44
|
export { default as PotentialMatch } from './PotentialMatch';
|
|
44
45
|
export { default as Profile } from './Profile';
|
|
@@ -52,5 +53,6 @@ export { default as Search } from './Search';
|
|
|
52
53
|
export { default as SelectAttributes } from './SelectAttributes';
|
|
53
54
|
export { default as SimpleAttribute } from './SimpleAttribute';
|
|
54
55
|
export { default as Table } from './Table';
|
|
56
|
+
export { default as Tenant } from './Tenant';
|
|
55
57
|
export { default as UnMerge } from './UnMerge';
|
|
56
58
|
export { default as UploadIcon } from './UploadIcon';
|
package/esm/icons/index.js
CHANGED
|
@@ -19,13 +19,14 @@ export { default as Duplicate } from './Duplicate';
|
|
|
19
19
|
export { default as EmptySearchResults } from './EmptySearchResults';
|
|
20
20
|
export { default as Error } from './Error';
|
|
21
21
|
export { default as Filter } from './Filter';
|
|
22
|
+
export { default as Hyperlink } from './Hyperlink';
|
|
22
23
|
export { default as Ignored } from './Ignored';
|
|
23
24
|
export { default as IgnoredOutlined } from './IgnoredOutlined';
|
|
24
25
|
export { default as LogIn } from './LogIn';
|
|
25
26
|
export { default as LogOut } from './LogOut';
|
|
27
|
+
export { default as MlMatch } from './MlMatch';
|
|
26
28
|
export { default as Merge } from './Merge';
|
|
27
29
|
export { default as MergeDark } from './MergeDark';
|
|
28
|
-
export { default as MlMatch } from './MlMatch';
|
|
29
30
|
export { default as NegativeRuleIcon } from './NegativeRuleIcon';
|
|
30
31
|
export { default as NegativeRuleTooltipIcon } from './NegativeRuleTooltipIcon';
|
|
31
32
|
export { default as NestedAttribute } from './NestedAttribute';
|
|
@@ -34,11 +35,11 @@ export { default as NoDataSearch } from './NoDataSearch';
|
|
|
34
35
|
export { default as NoMatches } from './NoMatches';
|
|
35
36
|
export { default as NotMatchDark } from './NotMatchDark';
|
|
36
37
|
export { default as NotMatchRule } from './NotMatchRule';
|
|
38
|
+
export { default as PmIcon } from './PmIcon';
|
|
39
|
+
export { default as PmTaskIcon } from './PmTaskIcon';
|
|
37
40
|
export { default as Pin } from './Pin';
|
|
38
41
|
export { default as PinOutlined } from './PinOutlined';
|
|
39
42
|
export { default as PivotingIcon } from './PivotingIcon';
|
|
40
|
-
export { default as PmIcon } from './PmIcon';
|
|
41
|
-
export { default as PmTaskIcon } from './PmTaskIcon';
|
|
42
43
|
export { default as Polygon } from './Polygon';
|
|
43
44
|
export { default as PotentialMatch } from './PotentialMatch';
|
|
44
45
|
export { default as Profile } from './Profile';
|
|
@@ -52,5 +53,6 @@ export { default as Search } from './Search';
|
|
|
52
53
|
export { default as SelectAttributes } from './SelectAttributes';
|
|
53
54
|
export { default as SimpleAttribute } from './SimpleAttribute';
|
|
54
55
|
export { default as Table } from './Table';
|
|
56
|
+
export { default as Tenant } from './Tenant';
|
|
55
57
|
export { default as UnMerge } from './UnMerge';
|
|
56
58
|
export { default as UploadIcon } from './UploadIcon';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1674",
|
|
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.
|
|
11
|
+
"@reltio/mdm-sdk": "^1.4.1674",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"d3-cloud": "^1.2.5",
|
|
14
14
|
"d3-geo": "^2.0.1",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"prop-types": "^15.6.2",
|
|
20
20
|
"ramda": "^0.28.0",
|
|
21
21
|
"react-autosuggest": "^9.4.3",
|
|
22
|
-
"react-components": "bitbucket:reltio-ondemand/react-components#v3.23.
|
|
22
|
+
"react-components": "bitbucket:reltio-ondemand/react-components#v3.23.1",
|
|
23
23
|
"react-dnd": "^9.4.0",
|
|
24
24
|
"react-dnd-html5-backend": "^10.0.2",
|
|
25
25
|
"react-grid-layout": "^1.1.1",
|