@reltio/components 1.4.847 → 1.4.851
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/components/ProfileBand/styles.js +1 -1
- package/components/attributes/OvIcon/OvIcon.d.ts +3 -1
- package/components/attributes/OvIcon/OvIcon.js +4 -4
- package/components/attributes/editMode/AttributesFactory/AttributesFactory.js +3 -2
- package/components/attributes/editMode/AttributesList/AttributesList.d.ts +3 -1
- package/components/attributes/editMode/AttributesList/AttributesList.js +4 -8
- package/components/attributes/editMode/AttributesPager/AttributeRenderer.d.ts +1 -1
- package/components/attributes/editMode/AttributesPager/AttributeRenderer.js +8 -7
- package/components/attributes/editMode/AttributesPager/AttributesPager.d.ts +1 -1
- package/components/attributes/editMode/AttributesPager/AttributesPager.js +5 -5
- package/components/attributes/editMode/AttributesPager/index.d.ts +2 -1
- package/components/attributes/editMode/ComplexAttribute/ComplexAttribute.d.ts +3 -1
- package/components/attributes/editMode/ComplexAttribute/ComplexAttribute.js +2 -2
- package/components/attributes/editMode/NestedAttribute/NestedAttribute.d.ts +1 -0
- package/components/attributes/editMode/ReferenceAttribute/ReferenceAttribute.d.ts +1 -0
- package/components/attributes/editMode/ReferenceAttribute/index.d.ts +1 -0
- package/components/attributes/inline/AttributesList/AttributesList.d.ts +2 -2
- package/components/attributes/inline/AttributesPager/AttributesPager.d.ts +2 -2
- package/components/attributes/inline/ComplexAttribute/ComplexAttribute.d.ts +3 -3
- package/components/attributes/inline/ComplexAttribute/ComplexAttribute.js +6 -6
- package/components/attributes/inline/ImageAttribute/ImageAttribute.d.ts +2 -2
- package/components/attributes/inline/ImageAttributesBlock/ImageAttributesBlock.d.ts +2 -2
- package/components/attributes/inline/NestedAttribute/NestedAttribute.d.ts +2 -2
- package/components/attributes/inline/NestedAttributesBlock/NestedAttributesBlock.d.ts +3 -3
- package/components/attributes/inline/NestedAttributesBlock/NestedAttributesBlock.js +3 -3
- package/components/attributes/inline/ReferenceAttribute/ReferenceAttribute.d.ts +2 -2
- package/components/attributes/inline/ReferenceAttributesBlock/ReferenceAttributesBlock.d.ts +2 -2
- package/components/attributes/inline/SimpleAttribute/SimpleAttribute.d.ts +3 -3
- package/components/attributes/inline/SimpleAttribute/SimpleAttribute.js +5 -5
- package/components/attributes/inline/SimpleAttributesBlock/SimpleAttributesBlock.d.ts +3 -3
- package/components/attributes/inline/SimpleAttributesBlock/SimpleAttributesBlock.js +3 -3
- package/components/attributes/readMode/AttributesList/AttributesList.d.ts +2 -1
- package/components/attributes/readMode/AttributesList/AttributesList.js +7 -3
- package/components/attributes/readMode/AttributesPager/AttributesPager.d.ts +2 -1
- package/components/attributes/readMode/AttributesPager/AttributesPager.js +13 -7
- package/components/attributes/readMode/AttributesPager/MultiLineRenderer.d.ts +5 -3
- package/components/attributes/readMode/AttributesPager/MultiLineRenderer.js +8 -8
- package/components/attributes/readMode/AttributesPager/OneLineRenderer.d.ts +4 -2
- package/components/attributes/readMode/AttributesPager/OneLineRenderer.js +3 -3
- package/components/attributes/readMode/AttributesPager/index.d.ts +3 -1
- package/components/attributes/readMode/ComplexAttribute/ComplexAttribute.d.ts +3 -1
- package/components/attributes/readMode/ComplexAttribute/ComplexAttribute.js +4 -3
- package/components/attributes/readMode/NestedAttribute/NestedAttribute.d.ts +1 -0
- package/components/attributes/readMode/ReferenceAttribute/ReferenceAttribute.d.ts +1 -0
- package/components/attributes/readMode/ReferenceAttribute/index.d.ts +1 -0
- package/components/crosswalks/AttributesTable/AttributesTable.d.ts +8 -7
- package/components/crosswalks/AttributesTable/AttributesTable.js +12 -9
- package/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.d.ts +2 -1
- package/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.js +3 -3
- package/components/crosswalks/AttributesTable/cell-renderers/AttributesHeadCellRenderer.d.ts +9 -2
- package/components/crosswalks/AttributesTable/cell-renderers/AttributesHeadCellRenderer.js +19 -3
- package/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/AttributesFactory.d.ts +2 -0
- package/components/history/ProfileBandHistory/ProfileBandHistory.d.ts +3 -0
- package/components/history/ProfileBandHistory/ProfileBandHistory.js +45 -0
- package/components/history/ProfileBandHistory/styles.d.ts +1 -0
- package/components/history/ProfileBandHistory/styles.js +18 -0
- package/components/history/hooks/useHistorySlice.d.ts +4 -0
- package/components/history/hooks/useHistorySlice.js +58 -0
- package/components/history/index.d.ts +2 -2
- package/components/history/index.js +5 -5
- package/components/index.d.ts +1 -0
- package/components/index.js +3 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { useHistoricUris } from './hooks/useHistoricUris';
|
|
2
2
|
export { useHistoryWithTotal } from './hooks/useHistoryWithTotal';
|
|
3
|
+
export { useHistorySlice } from './hooks/useHistorySlice';
|
|
3
4
|
export { default as HistoryView } from './HistoryView/HistoryView';
|
|
4
5
|
export { default as HistoryHeader } from './HistoryHeader/HistoryHeader';
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as HistoryMenuButton } from './HistoryMenuButton/HistoryMenuButton';
|
|
6
|
+
export { default as ProfileBandHistory } from './ProfileBandHistory/ProfileBandHistory';
|
|
7
7
|
export * from './types';
|
|
@@ -13,17 +13,17 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
13
13
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14
14
|
};
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.ProfileBandHistory = exports.HistoryHeader = exports.HistoryView = exports.useHistorySlice = exports.useHistoryWithTotal = exports.useHistoricUris = void 0;
|
|
17
17
|
var useHistoricUris_1 = require("./hooks/useHistoricUris");
|
|
18
18
|
Object.defineProperty(exports, "useHistoricUris", { enumerable: true, get: function () { return useHistoricUris_1.useHistoricUris; } });
|
|
19
19
|
var useHistoryWithTotal_1 = require("./hooks/useHistoryWithTotal");
|
|
20
20
|
Object.defineProperty(exports, "useHistoryWithTotal", { enumerable: true, get: function () { return useHistoryWithTotal_1.useHistoryWithTotal; } });
|
|
21
|
+
var useHistorySlice_1 = require("./hooks/useHistorySlice");
|
|
22
|
+
Object.defineProperty(exports, "useHistorySlice", { enumerable: true, get: function () { return useHistorySlice_1.useHistorySlice; } });
|
|
21
23
|
var HistoryView_1 = require("./HistoryView/HistoryView");
|
|
22
24
|
Object.defineProperty(exports, "HistoryView", { enumerable: true, get: function () { return __importDefault(HistoryView_1).default; } });
|
|
23
25
|
var HistoryHeader_1 = require("./HistoryHeader/HistoryHeader");
|
|
24
26
|
Object.defineProperty(exports, "HistoryHeader", { enumerable: true, get: function () { return __importDefault(HistoryHeader_1).default; } });
|
|
25
|
-
var
|
|
26
|
-
Object.defineProperty(exports, "
|
|
27
|
-
var HistoryMenuButton_1 = require("./HistoryMenuButton/HistoryMenuButton");
|
|
28
|
-
Object.defineProperty(exports, "HistoryMenuButton", { enumerable: true, get: function () { return __importDefault(HistoryMenuButton_1).default; } });
|
|
27
|
+
var ProfileBandHistory_1 = require("./ProfileBandHistory/ProfileBandHistory");
|
|
28
|
+
Object.defineProperty(exports, "ProfileBandHistory", { enumerable: true, get: function () { return __importDefault(ProfileBandHistory_1).default; } });
|
|
29
29
|
__exportStar(require("./types"), exports);
|
package/components/index.d.ts
CHANGED
package/components/index.js
CHANGED
|
@@ -15,7 +15,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.EntityTypeIcon = exports.EntityTypeBadge = exports.EntityAvatar = exports.EMPTY_STATE_VARIANTS = exports.EMPTY_STATE_ICONS = exports.EmptyState = exports.NoResults = exports.NoData = exports.DropDownSelector = exports.DropDownMenuButton = exports.Drawer = exports.DataTypeValue = exports.ConnectionRelationTypeSelector = exports.ConfigureColumnsPopup = exports.MenuWithPopper = exports.DropdownIndicatorWithIconButton = exports.DropdownIndicator = exports.CommentsContainer = exports.ColorBar = exports.CollapseButton = exports.CollaborationItem = exports.ClickAwayProvider = exports.BasicViewHeader = exports.BasicViewContent = exports.BasicView = exports.ProfileBandNavigation = exports.AvatarWithFallback = exports.AutoSizeList = exports.ReadOnlyAttributesPager = exports.SimpleAttribute = exports.ReferenceAttribute = exports.NestedAttribute = exports.ImageAttributesLine = exports.ReadOnlyAttributesList = exports.ReadOnlyAttributeValuesBlock = exports.EditableAttribute = exports.ReadOnlyAttribute = exports.CardinalityMessage = exports.AttributesPager = exports.SimpleAttributeEditor = exports.RelationTypeSelector = exports.ReferenceAttributeEditor = exports.NestedAttributeEditor = exports.MoreAttributesButton = exports.EntitySelector = exports.EntityCreator = exports.AttributesList = exports.BranchDecorator = exports.AttributesView = exports.AttributeListItem = void 0;
|
|
17
17
|
exports.SimpleDropDownSelector = exports.SidePanelContentHeader = exports.SidePanel = exports.SideButtonsPanel = exports.SelectorWithOnlyOptionAutoSelect = exports.SelectionPopupPopper = exports.SelectionPopup = exports.useKeyboardNavigation = exports.WhiteSearchInput = exports.SearchInput = exports.ScoreLabel = exports.Score = exports.ResizablePanes = exports.ReltioGridLayout = exports.ReactSortableTreeUtils = exports.ReactSortableTreeHandlers = exports.ReactSortableTree = exports.ReactSelectOptionFilters = exports.MultiSelect = exports.QueryBuilderRowsGroup = exports.QueryBuilderRow = exports.ProfileCard = exports.ProfileBand = exports.PotentialMatchReviewCard = exports.PopupWithArrow = exports.Popper = exports.MultipleInput = exports.ModeSwitcherSelect = exports.ModeSwitcher = exports.TransitiveMatchBlock = exports.SimpleMatchRulesBuilder = exports.SimpleMatchRulesBlock = exports.MatchRulesBlock = exports.LoadingSpinner = exports.Link = exports.LinearLoadIndicator = exports.ImportModes = exports.ImportButton = exports.ImageGalleryDialog = exports.Highlighter = exports.HierarchicalAttributeTooltip = exports.HideOnShrink = exports.FlipCard = exports.FacetViewHeader = exports.ExpandedValueTooltip = exports.ErrorWrapper = exports.ErrorPopup = exports.ErrorBoundary = exports.EntityUriLink = exports.EntityTypesSelector = void 0;
|
|
18
|
-
exports.ErrorMessage = exports.ReltioMap = exports.ConfirmDeleteDialog = exports.ConfirmationDialog = exports.Marginator = exports.LightArrowTooltip = exports.ArrowExpandButton = exports.ScrollableTabs = exports.ExpandableSearchInput = exports.VirtualGroupedList = exports.ViewMoreToggle = exports.VerticalHeadingsTable = exports.VerticalDivider = exports.AttributeTitle = exports.Spacer = exports.SourceIcon = exports.SmallIconButtonWithTooltip = exports.SmallIconButton = void 0;
|
|
18
|
+
exports.OvIcon = exports.ErrorMessage = exports.ReltioMap = exports.ConfirmDeleteDialog = exports.ConfirmationDialog = exports.Marginator = exports.LightArrowTooltip = exports.ArrowExpandButton = exports.ScrollableTabs = exports.ExpandableSearchInput = exports.VirtualGroupedList = exports.ViewMoreToggle = exports.VerticalHeadingsTable = exports.VerticalDivider = exports.AttributeTitle = exports.Spacer = exports.SourceIcon = exports.SmallIconButtonWithTooltip = exports.SmallIconButton = void 0;
|
|
19
19
|
__exportStar(require("./activityLog"), exports);
|
|
20
20
|
var AttributeListItem_1 = require("./AttributeListItem/AttributeListItem");
|
|
21
21
|
Object.defineProperty(exports, "AttributeListItem", { enumerable: true, get: function () { return __importDefault(AttributeListItem_1).default; } });
|
|
@@ -253,3 +253,5 @@ Object.defineProperty(exports, "ReltioMap", { enumerable: true, get: function ()
|
|
|
253
253
|
var ErrorMessage_1 = require("./ErrorWrapper/ErrorMessage");
|
|
254
254
|
Object.defineProperty(exports, "ErrorMessage", { enumerable: true, get: function () { return __importDefault(ErrorMessage_1).default; } });
|
|
255
255
|
__exportStar(require("./history"), exports);
|
|
256
|
+
var OvIcon_1 = require("./attributes/OvIcon");
|
|
257
|
+
Object.defineProperty(exports, "OvIcon", { enumerable: true, get: function () { return __importDefault(OvIcon_1).default; } });
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.851",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@date-io/moment": "^1.3.5",
|
|
8
8
|
"@react-google-maps/api": "^2.7.0",
|
|
9
|
-
"@reltio/mdm-module": "^1.4.
|
|
10
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
9
|
+
"@reltio/mdm-module": "^1.4.851",
|
|
10
|
+
"@reltio/mdm-sdk": "^1.4.851",
|
|
11
11
|
"classnames": "^2.2.5",
|
|
12
12
|
"frontend-collective-react-dnd-scrollzone": "^1.0.2",
|
|
13
13
|
"nanoid": "^2.0.0",
|