@reltio/components 1.4.1734 → 1.4.1735
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.
|
@@ -74,7 +74,9 @@ export { default as Link } from './Link/Link';
|
|
|
74
74
|
export { default as LoadingSpinner } from './LoadingSpinner/LoadingSpinner';
|
|
75
75
|
export { default as MatchRulesBlock } from './MatchRulesBlock/MatchRulesBlock';
|
|
76
76
|
export { MatchRuleVariant } from './MatchRulesBlock/types';
|
|
77
|
+
export { default as SimpleMatchRules } from './MatchRulesBlock/SimpleMatchRules/SimpleMatchRules';
|
|
77
78
|
export { default as SimpleMatchRulesBlock } from './MatchRulesBlock/SimpleMatchRulesBlock/SimpleMatchRulesBlock';
|
|
79
|
+
export { default as SimpleMatchRulesBuilder } from './MatchRulesBlock/SimpleMatchRulesBuilder/SimpleMatchRulesBuilder';
|
|
78
80
|
export { default as TransitiveMatchBlock } from './MatchRulesBlock/TransitiveMatchBlock/TransitiveMatchBlock';
|
|
79
81
|
export { default as ModeSwitcher } from './ModeSwitcher/ModeSwitcher';
|
|
80
82
|
export { ModeSwitcherSelect } from './ModeSwitcherSelect';
|
package/cjs/components/index.js
CHANGED
|
@@ -18,9 +18,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
18
18
|
};
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
20
|
exports.EmptyState = exports.NoResults = exports.NoData = exports.DropDownSelector = exports.DropDownMenuButton = exports.Drawer = exports.DataTypeValue = exports.ConnectionRelationTypeSelector = exports.ConfigureColumnsPopup = exports.MenuWithPopper = exports.MenuList = exports.LoadMoreButton = exports.DropdownIndicatorWithIconButton = exports.DropdownIndicator = exports.CommentsContainer = exports.ColorBar = exports.CollapseButton = exports.CollaborationItem = exports.ClickAwayProvider = exports.BasicViewHeader = exports.BasicViewContent = exports.BasicView = exports.ScreenProfileBand = exports.ProfileBandNavigation = exports.AvatarWithFallback = exports.AutoSizeList = exports.ReadOnlyAttributesPager = exports.SimpleAttribute = exports.ReferenceAttribute = exports.NestedAttribute = exports.EditableImageAttributesLine = 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.DescriptionIcon = exports.AttributesView = exports.AttributeListItem = void 0;
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.LogicOperator = exports.TableSkeleton = exports.StepNavigation = exports.TenantLabel = exports.MultilineMenuItem = exports.RelevanceScoreBadge = void 0;
|
|
21
|
+
exports.SearchInput = exports.ProfileResizablePanes = 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.SimpleMatchRules = exports.MatchRuleVariant = 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.ExternalInvalidRelations = exports.ExpandedValueTooltip = exports.ErrorWrapper = exports.ErrorPopup = exports.AttributesErrorsPanel = exports.ErrorBoundary = exports.EntityUriLink = exports.RelationTypesSelector = exports.EntityTypesSelector = exports.EntityTypeIcon = exports.EntityTypeBadge = exports.EntityAvatar = exports.EMPTY_STATE_VARIANTS = exports.EMPTY_STATE_ICONS = void 0;
|
|
22
|
+
exports.DataTenantBadge = exports.SettingsMenu = exports.TenantsDropDownSelector = exports.TenantIcon = exports.SourceSystemsSelector = exports.MatchRulesSelector = exports.MultiValueSelector = exports.DragAndDrop = exports.ConnectionEditor = exports.AttributesFiltersBuilder = exports.AttributesFiltersButton = exports.AttributeGroupIcon = exports.BasicAttributeSelector = exports.ProfilesList = exports.ActionButtonMode = exports.ActionButton = exports.NotMatchButton = exports.MergeButton = exports.ProfileMatchCard = exports.RelationEditor = 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.ColoredSourceIcon = exports.SourceIcon = exports.SmallIconButtonWithTooltip = exports.SmallIconButton = exports.SimpleDropDownSelector = exports.SidePanelContentHeader = exports.SidePanel = exports.SidePanelEmptyState = exports.SideButtonsPanel = exports.SelectorWithOnlyOptionAutoSelect = exports.SelectionPopupPopper = exports.SelectionPopup = exports.useKeyboardNavigation = exports.WhiteSearchInput = void 0;
|
|
23
|
+
exports.LogicOperator = exports.TableSkeleton = exports.StepNavigation = exports.TenantLabel = exports.MultilineMenuItem = exports.RelevanceScoreBadge = exports.RequiredMark = exports.HierarchyNodeTitle = void 0;
|
|
24
24
|
__exportStar(require("./activityLog"), exports);
|
|
25
25
|
var AttributeListItem_1 = require("./AttributeListItem/AttributeListItem");
|
|
26
26
|
Object.defineProperty(exports, "AttributeListItem", { enumerable: true, get: function () { return __importDefault(AttributeListItem_1).default; } });
|
|
@@ -174,8 +174,12 @@ var MatchRulesBlock_1 = require("./MatchRulesBlock/MatchRulesBlock");
|
|
|
174
174
|
Object.defineProperty(exports, "MatchRulesBlock", { enumerable: true, get: function () { return __importDefault(MatchRulesBlock_1).default; } });
|
|
175
175
|
var types_1 = require("./MatchRulesBlock/types");
|
|
176
176
|
Object.defineProperty(exports, "MatchRuleVariant", { enumerable: true, get: function () { return types_1.MatchRuleVariant; } });
|
|
177
|
+
var SimpleMatchRules_1 = require("./MatchRulesBlock/SimpleMatchRules/SimpleMatchRules");
|
|
178
|
+
Object.defineProperty(exports, "SimpleMatchRules", { enumerable: true, get: function () { return __importDefault(SimpleMatchRules_1).default; } });
|
|
177
179
|
var SimpleMatchRulesBlock_1 = require("./MatchRulesBlock/SimpleMatchRulesBlock/SimpleMatchRulesBlock");
|
|
178
180
|
Object.defineProperty(exports, "SimpleMatchRulesBlock", { enumerable: true, get: function () { return __importDefault(SimpleMatchRulesBlock_1).default; } });
|
|
181
|
+
var SimpleMatchRulesBuilder_1 = require("./MatchRulesBlock/SimpleMatchRulesBuilder/SimpleMatchRulesBuilder");
|
|
182
|
+
Object.defineProperty(exports, "SimpleMatchRulesBuilder", { enumerable: true, get: function () { return __importDefault(SimpleMatchRulesBuilder_1).default; } });
|
|
179
183
|
var TransitiveMatchBlock_1 = require("./MatchRulesBlock/TransitiveMatchBlock/TransitiveMatchBlock");
|
|
180
184
|
Object.defineProperty(exports, "TransitiveMatchBlock", { enumerable: true, get: function () { return __importDefault(TransitiveMatchBlock_1).default; } });
|
|
181
185
|
var ModeSwitcher_1 = require("./ModeSwitcher/ModeSwitcher");
|
|
@@ -74,7 +74,9 @@ export { default as Link } from './Link/Link';
|
|
|
74
74
|
export { default as LoadingSpinner } from './LoadingSpinner/LoadingSpinner';
|
|
75
75
|
export { default as MatchRulesBlock } from './MatchRulesBlock/MatchRulesBlock';
|
|
76
76
|
export { MatchRuleVariant } from './MatchRulesBlock/types';
|
|
77
|
+
export { default as SimpleMatchRules } from './MatchRulesBlock/SimpleMatchRules/SimpleMatchRules';
|
|
77
78
|
export { default as SimpleMatchRulesBlock } from './MatchRulesBlock/SimpleMatchRulesBlock/SimpleMatchRulesBlock';
|
|
79
|
+
export { default as SimpleMatchRulesBuilder } from './MatchRulesBlock/SimpleMatchRulesBuilder/SimpleMatchRulesBuilder';
|
|
78
80
|
export { default as TransitiveMatchBlock } from './MatchRulesBlock/TransitiveMatchBlock/TransitiveMatchBlock';
|
|
79
81
|
export { default as ModeSwitcher } from './ModeSwitcher/ModeSwitcher';
|
|
80
82
|
export { ModeSwitcherSelect } from './ModeSwitcherSelect';
|
package/esm/components/index.js
CHANGED
|
@@ -74,7 +74,9 @@ export { default as Link } from './Link/Link';
|
|
|
74
74
|
export { default as LoadingSpinner } from './LoadingSpinner/LoadingSpinner';
|
|
75
75
|
export { default as MatchRulesBlock } from './MatchRulesBlock/MatchRulesBlock';
|
|
76
76
|
export { MatchRuleVariant } from './MatchRulesBlock/types';
|
|
77
|
+
export { default as SimpleMatchRules } from './MatchRulesBlock/SimpleMatchRules/SimpleMatchRules';
|
|
77
78
|
export { default as SimpleMatchRulesBlock } from './MatchRulesBlock/SimpleMatchRulesBlock/SimpleMatchRulesBlock';
|
|
79
|
+
export { default as SimpleMatchRulesBuilder } from './MatchRulesBlock/SimpleMatchRulesBuilder/SimpleMatchRulesBuilder';
|
|
78
80
|
export { default as TransitiveMatchBlock } from './MatchRulesBlock/TransitiveMatchBlock/TransitiveMatchBlock';
|
|
79
81
|
export { default as ModeSwitcher } from './ModeSwitcher/ModeSwitcher';
|
|
80
82
|
export { ModeSwitcherSelect } from './ModeSwitcherSelect';
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1735",
|
|
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.1719",
|
|
11
11
|
"classnames": "^2.2.5",
|
|
12
12
|
"d3-cloud": "^1.2.5",
|
|
13
13
|
"d3-geo": "^2.0.1",
|