@reltio/components 1.4.1916 → 1.4.1918
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/ActionsPanel/ActionsPanel.d.ts +1 -0
- package/cjs/ActionsPanel/types.d.ts +1 -0
- package/cjs/ArrowExpandButton/ArrowExpandButton.d.ts +1 -0
- package/cjs/AsyncReactSelect/AsyncReactSelect.d.ts +1 -0
- package/cjs/AttributeGroupIcon/AttributeGroupIcon.d.ts +1 -0
- package/cjs/AttributeListItem/components/AttrTypeIcon/AttrTypeIcon.d.ts +1 -0
- package/cjs/AttributeSelector/AttributeSelector.d.ts +1 -0
- package/cjs/AttributeTitle/AttributeTitle.d.ts +1 -0
- package/cjs/AttributesErrorsPanel/AttributesErrorsPanel.d.ts +1 -0
- package/cjs/AttributesFiltersButton/components/ActionButtons/ActionButtons.d.ts +1 -0
- package/cjs/AttributesView/AttributesView.d.ts +1 -0
- package/cjs/AvatarWithFallback/AvatarWithFallback.d.ts +1 -0
- package/cjs/BarChart/BarChart.d.ts +1 -0
- package/cjs/BasicAttributeSelector/components/AttributeTitle/AttributeTitle.d.ts +1 -0
- package/cjs/BasicViewHeader/BasicViewHeader.d.ts +1 -0
- package/cjs/BooleanRadioEditor/BooleanRadioEditor.d.ts +1 -0
- package/cjs/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.d.ts +1 -0
- package/cjs/BubbleChart/BubbleChart.d.ts +1 -0
- package/cjs/CardinalityMessage/CardinalityMessage.d.ts +1 -0
- package/cjs/ChartLegend/ChartLegend.d.ts +1 -0
- package/cjs/ChartTooltip/ChartTooltip.d.ts +1 -0
- package/cjs/CloudChart/CloudChart.d.ts +1 -0
- package/cjs/CollaborationItem/components/Avatar/Avatar.d.ts +1 -0
- package/cjs/CollaborationItem/components/Comment/Comment.d.ts +1 -0
- package/cjs/CollaborationItem/components/CommentContent/CommentContent.d.ts +1 -0
- package/cjs/CollaborationItem/components/CommentTarget/CommentTarget.d.ts +1 -0
- package/cjs/CollaborationItem/components/TextFieldWithMentions/TextFieldWithMentions.d.ts +1 -0
- package/cjs/CollapseRowButton/CollapseRowButton.d.ts +1 -0
- package/cjs/ColorBar/ColorBar.d.ts +1 -0
- package/cjs/ColumnsSettings/ColumnsSettings.d.ts +1 -0
- package/cjs/ColumnsSettings/components/ColumnsSettingsPopup/ColumnsSettingsPopup.d.ts +1 -0
- package/cjs/CommentsContainer/CommentsContainer.d.ts +1 -0
- package/cjs/ConfirmDeleteDialog/ConfirmDeleteDialog.d.ts +1 -0
- package/cjs/ConnectionEditor/ConnectionEditor.d.ts +1 -0
- package/cjs/ControlAttributeIcon/ControlAttributeIcon.d.ts +1 -0
- package/cjs/CreatableReactSelect/CreatableReactSelect.d.ts +1 -0
- package/cjs/CustomDateRangeEditor/CustomDateRangeEditor.d.ts +1 -0
- package/cjs/DataTenantBadge/DataTenantBadge.d.ts +1 -0
- package/cjs/DateEditor/DateEditor.d.ts +1 -0
- package/cjs/DateIntervalSelector/DateIntervalSelector.d.ts +1 -0
- package/cjs/DeleteButton/DeleteButton.d.ts +1 -0
- package/cjs/DependentLookupEditor/DependentLookupEditor.d.ts +1 -0
- package/cjs/DescriptionIcon/DescriptionIcon.d.ts +1 -0
- package/cjs/Drawer/Drawer.d.ts +1 -0
- package/cjs/EditModeAttributesView/EditModeAttributesView.d.ts +1 -0
- package/cjs/EntityAvatar/EntityAvatar.d.ts +1 -0
- package/cjs/EntityCreator/EntityCreator.d.ts +1 -0
- package/cjs/EntitySelector/EntitySelector.d.ts +1 -0
- package/cjs/EntitySelector/components/SingleValue/SingleValue.d.ts +1 -0
- package/cjs/EntityTypeBadge/EntityTypeBadge.d.ts +1 -0
- package/cjs/EntityTypeIcon/EntityTypeIcon.d.ts +1 -0
- package/cjs/ErrorMessage/ErrorMessage.d.ts +1 -0
- package/cjs/ErrorPopup/ErrorPopup.d.ts +1 -0
- package/cjs/ExpandableSearchInput/ExpandableSearchInput.d.ts +1 -0
- package/cjs/FileTypeEditor/FileTypeEditor.d.ts +1 -0
- package/cjs/FilterButton/FilterButton.d.ts +1 -0
- package/cjs/FilterValueEditor/FilterValueEditor.d.ts +1 -0
- package/cjs/GaugeChart/GaugeChart.d.ts +13 -0
- package/cjs/GaugeChart/GaugeChart.js +87 -0
- package/cjs/GaugeChart/GaugeChart.test.d.ts +1 -0
- package/cjs/GaugeChart/GaugeChart.test.js +193 -0
- package/cjs/GaugeChart/constants.d.ts +6 -0
- package/cjs/GaugeChart/constants.js +9 -0
- package/cjs/GaugeChart/helpers.d.ts +9 -0
- package/cjs/GaugeChart/helpers.js +22 -0
- package/cjs/GaugeChart/helpers.test.d.ts +1 -0
- package/cjs/GaugeChart/helpers.test.js +43 -0
- package/cjs/GaugeChart/index.d.ts +1 -0
- package/cjs/GaugeChart/index.js +5 -0
- package/cjs/GaugeChart/styles.d.ts +1 -0
- package/cjs/GaugeChart/styles.js +44 -0
- package/cjs/GaugeChart/types.d.ts +5 -0
- package/cjs/GaugeChart/types.js +2 -0
- package/cjs/HOCs/withFilter/components/ColumnFilter/ColumnFilter.d.ts +1 -0
- package/cjs/HOCs/withFilter/components/FilterChip/FilterChip.d.ts +1 -0
- package/cjs/HOCs/withReactSelectMuiSkin/components/ReactSelectClearIndicator/ReactSelectClearIndicator.d.ts +1 -0
- package/cjs/HOCs/withReactSelectMuiSkin/helpers.d.ts +1 -0
- package/cjs/HOCs/withReactSelectMuiSkin/withReactSelectMuiSkin.d.ts +1 -0
- package/cjs/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.d.ts +1 -0
- package/cjs/HierarchyNodeTitle/HierarchyNodeTitle.d.ts +1 -0
- package/cjs/Highlighter/Highlighter.d.ts +1 -0
- package/cjs/IgnoreButton/IgnoreButton.d.ts +1 -0
- package/cjs/ImageActionsOverlay/components/CheckedIcon/CheckedIcon.d.ts +1 -0
- package/cjs/ImageAttributesGallery/ImageAttributesGallery.d.ts +1 -0
- package/cjs/ImageAttributesGallery/components/GalleryView/GalleryView.d.ts +1 -0
- package/cjs/ImageAttributesGallery/components/HeaderLeft/HeaderLeft.d.ts +1 -0
- package/cjs/ImageAttributesGallery/components/HeaderRight/HeaderRight.d.ts +1 -0
- package/cjs/ImageAttributesLine/types.d.ts +1 -0
- package/cjs/ImageAttributesLineEditor/ImageAttributesLineEditor.d.ts +1 -0
- package/cjs/ImageDetailsView/ImageDetailsView.d.ts +1 -0
- package/cjs/ImageDetailsView/components/ImageDetailsViewCarousel/ImageDetailsViewCarousel.d.ts +1 -0
- package/cjs/ImageDetailsView/components/ImageDetailsViewSidebar/ImageDetailsViewSidebar.d.ts +1 -0
- package/cjs/ImageDetailsView/components/MetaInfo/MetaInfo.d.ts +1 -0
- package/cjs/ImageDetailsView/components/MetaInfoForm/MetaInfoForm.d.ts +1 -0
- package/cjs/ImageDetailsView/components/MetaInfoHeader/MetaInfoHeader.d.ts +1 -0
- package/cjs/ImageDetailsView/components/MetaInfoList/MetaInfoList.d.ts +1 -0
- package/cjs/ImageDetailsView/components/Thumbnails/Thumbnails.d.ts +1 -0
- package/cjs/InlineAttributesList/InlineAttributesList.d.ts +1 -0
- package/cjs/InlineAttributesPager/InlineAttributesPager.d.ts +1 -0
- package/cjs/InlineAttributesPager/components/InlineImageAttributesBlock/InlineImageAttributesBlock.d.ts +1 -0
- package/cjs/InlineAttributesPager/components/InlineNestedAttributesBlock/InlineNestedAttributesBlock.d.ts +1 -0
- package/cjs/InlineAttributesPager/components/InlineReferenceAttributesBlock/InlineReferenceAttributesBlock.d.ts +1 -0
- package/cjs/InlineAttributesPager/components/InlineSimpleAttributesBlock/InlineSimpleAttributesBlock.d.ts +1 -0
- package/cjs/InlineComplexAttribute/components/CrosswalkIcon/CrosswalkIcon.d.ts +1 -0
- package/cjs/InlineImageAttribute/InlineImageAttribute.d.ts +1 -0
- package/cjs/InlineNestedAttribute/InlineNestedAttribute.d.ts +1 -0
- package/cjs/InlineReferenceAttribute/InlineReferenceAttribute.d.ts +1 -0
- package/cjs/InlineSimpleAttribute/InlineSimpleAttribute.d.ts +1 -0
- package/cjs/LightArrowTooltip/LightArrowTooltip.d.ts +1 -0
- package/cjs/LineChart/LineChart.d.ts +1 -0
- package/cjs/LinearLoadIndicator/LinearLoadIndicator.d.ts +1 -0
- package/cjs/LoadingSpinner/LoadingSpinner.d.ts +1 -0
- package/cjs/LogicOperator/LogicOperator.d.ts +1 -0
- package/cjs/LookupEditor/LookupEditor.d.ts +1 -0
- package/cjs/MapChart/MapChart.d.ts +1 -0
- package/cjs/MapChart/components/Legend/Legend.d.ts +1 -0
- package/cjs/Marginator/Marginator.d.ts +1 -0
- package/cjs/MaskingSwitcher/MaskingSwitcher.d.ts +1 -0
- package/cjs/MatchRulesBlock/MatchRulesBlock.d.ts +1 -0
- package/cjs/MatchRulesSelector/MatchRulesSelector.d.ts +1 -0
- package/cjs/MatchRulesTooltip/MatchRulesTooltip.d.ts +1 -0
- package/cjs/MetadataTypesSelector/components/ListLabel/ListLabel.d.ts +1 -0
- package/cjs/MoreAttributesButton/MoreAttributesButton.d.ts +1 -0
- package/cjs/MultipleInput/MultipleInput.d.ts +1 -0
- package/cjs/NotMatchRule/NotMatchRule.d.ts +1 -0
- package/cjs/NumberEditor/NumberEditor.d.ts +1 -0
- package/cjs/PieChart/PieChart.d.ts +1 -0
- package/cjs/PieChart/components/ActiveShape/ActiveShape.d.ts +1 -0
- package/cjs/PinButton/PinButton.d.ts +1 -0
- package/cjs/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.d.ts +1 -0
- package/cjs/ProfileBandNavigation/ProfileBandNavigation.d.ts +1 -0
- package/cjs/ProfileBandNavigation/components/ProfileBandNavigationWidget/ProfileBandNavigationWidget.d.ts +1 -0
- package/cjs/ProfileCard/components/ProfileCardContent/ProfileCardContent.d.ts +1 -0
- package/cjs/ProfileCard/components/ProfileCardPlaceholder/ProfileCardPlaceholder.d.ts +1 -0
- package/cjs/ProfilesList/ProfilesList.d.ts +1 -0
- package/cjs/QueryBuilderRow/components/ReadOnlyFilter/ReadOnlyFilter.d.ts +1 -0
- package/cjs/QueryBuilderRow/components/ReadOnlyLogicOperator/ReadOnlyLogicOperator.d.ts +1 -0
- package/cjs/ReactSelect/ReactSelect.d.ts +1 -0
- package/cjs/ReactSelectMenuList/ReactSelectMenuList.d.ts +1 -0
- package/cjs/ReadOnlyAttributesPager/components/ImageLineRenderer/ImageLineRenderer.d.ts +1 -0
- package/cjs/ReadOnlyAttributesPager/components/MultiLineRenderer/MultiLineRenderer.d.ts +1 -0
- package/cjs/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.d.ts +1 -0
- package/cjs/ReadOnlyAttributesPager/components/SpecialRenderer/SpecialRenderer.d.ts +1 -0
- package/cjs/ReadOnlyAttributesView/ReadOnlyAttributesView.d.ts +1 -0
- package/cjs/ReadOnlyImageAttributesLine/ReadOnlyImageAttributesLine.d.ts +1 -0
- package/cjs/RelevanceScoreBadge/RelevanceScoreBadge.d.ts +1 -0
- package/cjs/ReltioMap/ReltioMap.d.ts +1 -0
- package/cjs/ReltioMap/components/TopCenterMapControls/TopCenterMapControls.d.ts +1 -0
- package/cjs/RequiredMark/RequiredMark.d.ts +1 -0
- package/cjs/Roles/Roles.d.ts +1 -0
- package/cjs/Roles/components/Role/Role.d.ts +1 -0
- package/cjs/RolesEditor/RolesEditor.d.ts +1 -0
- package/cjs/SaveSegmentDialog/SaveSegmentDialog.d.ts +1 -0
- package/cjs/ScrollableTabs/ScrollableTabs.d.ts +1 -0
- package/cjs/SearchHighlighter/SearchHighlighter.d.ts +1 -0
- package/cjs/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.d.ts +1 -0
- package/cjs/SettingsMenu/SettingsMenu.d.ts +1 -0
- package/cjs/ShowLess/ShowLess.d.ts +1 -0
- package/cjs/ShowMore/ShowMore.d.ts +1 -0
- package/cjs/SimpleAttribute/SimpleAttribute.d.ts +1 -0
- package/cjs/SimpleDropDownSelector/components/DropDownValue/DropDownValue.d.ts +1 -0
- package/cjs/SimpleMatchRules/SimpleMatchRules.d.ts +1 -0
- package/cjs/SourceIcon/SourceIcon.d.ts +1 -0
- package/cjs/SourceItem/SourceItem.d.ts +1 -0
- package/cjs/SourceSystemsSelector/SourceSystemsSelector.d.ts +1 -0
- package/cjs/Spacer/Spacer.d.ts +1 -0
- package/cjs/StepNavigation/StepNavigation.d.ts +1 -0
- package/cjs/StepNavigation/components/ProgressButton/ProgressButton.d.ts +1 -0
- package/cjs/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.d.ts +1 -0
- package/cjs/TableWithBars/components/NumberCellValueRenderer/NumberCellValueRenderer.d.ts +1 -0
- package/cjs/Tags/Tags.d.ts +1 -0
- package/cjs/Tags/components/Tag/Tag.d.ts +1 -0
- package/cjs/TagsEditor/TagsEditor.d.ts +1 -0
- package/cjs/TenantIcon/TenantIcon.d.ts +1 -0
- package/cjs/TenantLabel/TenantLabel.d.ts +1 -0
- package/cjs/TenantsDropDownSelector/TenantsDropDownSelector.d.ts +1 -0
- package/cjs/TimestampEditor/TimestampEditor.d.ts +1 -0
- package/cjs/TransitiveMatchRule/TransitiveMatchRule.d.ts +1 -0
- package/cjs/TransitiveMatchRulesTooltip/TransitiveMatchRulesTooltip.d.ts +1 -0
- package/cjs/TreeChart/TreeChart.d.ts +1 -0
- package/cjs/TreeChart/components/CustomizedContent/CustomizedContent.d.ts +1 -0
- package/cjs/TypeaheadEditor/TypeaheadEditor.d.ts +1 -0
- package/cjs/UploadFileButton/UploadFileButton.d.ts +1 -0
- package/cjs/UploadFileButton/components/UploadMode/UploadMode.d.ts +1 -0
- package/cjs/UploadImageDialog/UploadImageDialog.d.ts +1 -0
- package/cjs/UploadImageDialog/components/DividerWithText/DividerWithText.d.ts +1 -0
- package/cjs/UploadImageDialog/components/ErrorSnackbar/ErrorSnackbar.d.ts +1 -0
- package/cjs/UploadImageDialog/components/ImageByUrlField/ImageByUrlField.d.ts +1 -0
- package/cjs/UploadImageDialog/components/SelectImageButton/SelectImageButton.d.ts +1 -0
- package/cjs/UploadImageDialog/components/TargetBox/TargetBox.d.ts +1 -0
- package/cjs/UserSelector/UserSelector.d.ts +1 -0
- package/cjs/ValueChip/ValueChip.d.ts +1 -0
- package/cjs/VerticalDivider/VerticalDivider.d.ts +1 -0
- package/cjs/VerticalHeadingsTable/components/TableCell/TableCell.d.ts +1 -0
- package/cjs/VerticalHeadingsTable/components/TableCellWithDnd/TableCellWithDnd.d.ts +1 -0
- package/cjs/VerticalHeadingsTable/components/TableColumnDragLayer/TableColumnDragLayer.d.ts +1 -0
- package/cjs/VerticalHeadingsTable/components/TableColumnDragPreview/TableColumnDragPreview.d.ts +1 -0
- package/cjs/VerticalHeadingsTable/components/TableRow/TableRow.d.ts +1 -0
- package/cjs/VerticalHeadingsTable/components/TableRowWithDnd/TableRowWithDnd.d.ts +1 -0
- package/cjs/VerticalHeadingsTable/types.d.ts +1 -0
- package/cjs/ViewMoreToggle/ViewMoreToggle.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/ActivitiesFactory.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/components/CommentActivity/CommentActivity.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/components/GroupActivity/GroupActivity.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/components/MergeActivity/MergeActivity.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/components/ObjectLabel/ObjectLabel.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/components/PotentialMatchActivity/PotentialMatchActivity.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/components/ProfileActivity/ProfileActivity.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/components/RelationActivity/RelationActivity.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/components/SearchActivity/SearchActivity.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/components/SimpleActivity/SimpleActivity.d.ts +1 -0
- package/cjs/features/activity-log/ActivitiesFactory/components/SynchronizationIssuesActivity/SynchronizationIssuesActivity.d.ts +1 -0
- package/cjs/features/activity-log/ActivityExportButton/ActivityExportButton.d.ts +1 -0
- package/cjs/features/activity-log/ActivityFilterButton/ActivityFilterButton.d.ts +1 -0
- package/cjs/features/activity-log/ActivityFilterEditor/ActivityFilterEditor.d.ts +1 -0
- package/cjs/features/activity-log/ActivityFilterEditor/components/ActivitySelector/ActivitySelector.d.ts +1 -0
- package/cjs/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/DateRangeSelector.d.ts +1 -0
- package/cjs/features/activity-log/ActivityFilterEditor/components/EntityChangedSelectors/EntityChangedSelectors.d.ts +1 -0
- package/cjs/features/activity-log/ActivityFilterEditor/components/EntityTypesSelector/EntityTypesSelector.d.ts +1 -0
- package/cjs/features/activity-log/ActivityFilterEditor/components/SourceSelector/SourceSelector.d.ts +1 -0
- package/cjs/features/activity-log/ActivityLog/ActivityLog.d.ts +1 -0
- package/cjs/features/activity-log/ActivityLog/components/ActivityItem/ActivityItem.d.ts +1 -0
- package/cjs/features/activity-log/ActivityLog/components/GroupItem/GroupItem.d.ts +1 -0
- package/cjs/features/activity-log/ActivityLogFilter/ActivityLogFilter.d.ts +1 -0
- package/cjs/features/activity-log/EntityObject/EntityObject.d.ts +1 -0
- package/cjs/features/activity-log/EntityRecord/EntityRecord.d.ts +1 -0
- package/cjs/features/activity-log/MoreItemsLink/MoreItemsLink.d.ts +1 -0
- package/cjs/features/activity-log/PotentialMatchRecord/PotentialMatchRecord.d.ts +1 -0
- package/cjs/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/PotentialMatchField.d.ts +1 -0
- package/cjs/features/activity-log/RecordUpdates/RecordUpdates.d.ts +1 -0
- package/cjs/features/activity-log/RecordUpdates/components/DeltaField/DeltaField.d.ts +1 -0
- package/cjs/features/activity-log/RelationObject/RelationObject.d.ts +1 -0
- package/cjs/features/activity-log/RelationRecord/RelationRecord.d.ts +1 -0
- package/cjs/features/activity-log/contexts/CollapsibleItemsContext.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/AttributesFactory/AttributesFactory.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/DefaultCellValueRenderer.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/RowCellRenderer/RowCellRenderer.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/WinnerSource/WinnerSource.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.d.ts +1 -0
- package/cjs/features/crosswalks/AttributesTable/types.d.ts +1 -0
- package/cjs/features/crosswalks/CopyableValueField/CopyableValueField.d.ts +1 -0
- package/cjs/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.d.ts +1 -0
- package/cjs/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.d.ts +1 -0
- package/cjs/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.d.ts +1 -0
- package/cjs/features/crosswalks/CrosswalkEditor/CrosswalkEditor.d.ts +1 -0
- package/cjs/features/crosswalks/ShowDependentLink/ShowDependentLink.d.ts +1 -0
- package/cjs/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.d.ts +1 -0
- package/cjs/features/graph/SigmaGraphResizer/SigmaGraphResizer.d.ts +1 -0
- package/cjs/features/graph/ZoomSlider/ZoomSlider.d.ts +1 -0
- package/cjs/features/history/ContributorsPanel/ContributorsPanel.d.ts +1 -0
- package/cjs/features/history/ContributorsPanel/components/ContributorItem/ContributorItem.d.ts +1 -0
- package/cjs/features/history/DateRangeSelector/DateRangeSelector.d.ts +1 -0
- package/cjs/features/history/HistoryActivitySelector/HistoryActivitySelector.d.ts +1 -0
- package/cjs/features/history/HistoryFilterButton/HistoryFilterButton.d.ts +1 -0
- package/cjs/features/history/HistoryGraph/components/HistoryLink/HistoryLink.d.ts +1 -0
- package/cjs/features/history/HistoryHeader/HistoryHeader.d.ts +1 -0
- package/cjs/features/history/HistoryMenuButton/HistoryMenuButton.d.ts +1 -0
- package/cjs/features/history/HistoryPanelEmptyState/HistoryPanelEmptyState.d.ts +1 -0
- package/cjs/features/history/HistoryRow/HistoryRow.d.ts +1 -0
- package/cjs/features/history/HistoryTree/HistoryTree.d.ts +1 -0
- package/cjs/features/history/ProfileBandHistory/ProfileBandHistory.d.ts +1 -0
- package/cjs/features/workflow/AddWorkflowButton/AddWorkflowButton.d.ts +1 -0
- package/cjs/features/workflow/AddWorkflowDialog/AddWorkflowDialog.d.ts +1 -0
- package/cjs/features/workflow/AssigneeSelector/AssigneeSelector.d.ts +1 -0
- package/cjs/features/workflow/AttributesChanges/AttributesChanges.d.ts +1 -0
- package/cjs/features/workflow/AttributesChanges/components/DCRChangesList/DCRChangesList.d.ts +1 -0
- package/cjs/features/workflow/AttributesChanges/components/DiffRenderer/DiffRenderer.d.ts +1 -0
- package/cjs/features/workflow/AttributesChanges/components/ShowMoreLink/ShowMoreLink.d.ts +1 -0
- package/cjs/features/workflow/DueDateField/DueDateField.d.ts +1 -0
- package/cjs/features/workflow/PrioritySelector/PrioritySelector.d.ts +1 -0
- package/cjs/features/workflow/ReassignButton/ReassignButton.d.ts +1 -0
- package/cjs/features/workflow/ReassignButton/components/ReassignDialog/ReassignDialog.d.ts +1 -0
- package/cjs/features/workflow/TaskActionButtons/TaskActionButtons.d.ts +1 -0
- package/cjs/features/workflow/TaskActions/TaskActions.d.ts +1 -0
- package/cjs/features/workflow/WorkflowComments/WorkflowComments.d.ts +1 -0
- package/cjs/features/workflow/WorkflowComments/components/Comment/Comment.d.ts +1 -0
- package/cjs/features/workflow/WorkflowComments/components/ExpandedComments/ExpandedComments.d.ts +1 -0
- package/cjs/features/workflow/WorkflowTaskCard/WorkflowTaskCard.d.ts +1 -0
- package/cjs/features/workflow/WorkflowTaskCard/components/DataChangeRequestTaskCard/DataChangeRequestTaskCard.d.ts +1 -0
- package/cjs/features/workflow/WorkflowTaskCard/components/PotentialMatchTaskCard/PotentialMatchTaskCard.d.ts +1 -0
- package/cjs/features/workflow/WorkflowTaskCard/components/WorkflowTaskCardsFactory/WorkflowTaskCardsFactory.d.ts +1 -0
- package/cjs/hooks/useBasicTableCellRenderer/CellRenderer.d.ts +1 -0
- package/cjs/hooks/useLayoutResetter/useLayoutResetter.d.ts +1 -0
- package/cjs/hooks/useSnackbar/useSnackbar.d.ts +1 -0
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +6 -4
- package/cjs/test-utils/TestStylesProvider.d.ts +1 -0
- package/esm/ActionsPanel/ActionsPanel.d.ts +1 -0
- package/esm/ActionsPanel/types.d.ts +1 -0
- package/esm/ArrowExpandButton/ArrowExpandButton.d.ts +1 -0
- package/esm/AsyncReactSelect/AsyncReactSelect.d.ts +1 -0
- package/esm/AttributeGroupIcon/AttributeGroupIcon.d.ts +1 -0
- package/esm/AttributeListItem/components/AttrTypeIcon/AttrTypeIcon.d.ts +1 -0
- package/esm/AttributeSelector/AttributeSelector.d.ts +1 -0
- package/esm/AttributeTitle/AttributeTitle.d.ts +1 -0
- package/esm/AttributesErrorsPanel/AttributesErrorsPanel.d.ts +1 -0
- package/esm/AttributesFiltersButton/components/ActionButtons/ActionButtons.d.ts +1 -0
- package/esm/AttributesView/AttributesView.d.ts +1 -0
- package/esm/AvatarWithFallback/AvatarWithFallback.d.ts +1 -0
- package/esm/BarChart/BarChart.d.ts +1 -0
- package/esm/BasicAttributeSelector/components/AttributeTitle/AttributeTitle.d.ts +1 -0
- package/esm/BasicViewHeader/BasicViewHeader.d.ts +1 -0
- package/esm/BooleanRadioEditor/BooleanRadioEditor.d.ts +1 -0
- package/esm/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.d.ts +1 -0
- package/esm/BubbleChart/BubbleChart.d.ts +1 -0
- package/esm/CardinalityMessage/CardinalityMessage.d.ts +1 -0
- package/esm/ChartLegend/ChartLegend.d.ts +1 -0
- package/esm/ChartTooltip/ChartTooltip.d.ts +1 -0
- package/esm/CloudChart/CloudChart.d.ts +1 -0
- package/esm/CollaborationItem/components/Avatar/Avatar.d.ts +1 -0
- package/esm/CollaborationItem/components/Comment/Comment.d.ts +1 -0
- package/esm/CollaborationItem/components/CommentContent/CommentContent.d.ts +1 -0
- package/esm/CollaborationItem/components/CommentTarget/CommentTarget.d.ts +1 -0
- package/esm/CollaborationItem/components/TextFieldWithMentions/TextFieldWithMentions.d.ts +1 -0
- package/esm/CollapseRowButton/CollapseRowButton.d.ts +1 -0
- package/esm/ColorBar/ColorBar.d.ts +1 -0
- package/esm/ColumnsSettings/ColumnsSettings.d.ts +1 -0
- package/esm/ColumnsSettings/components/ColumnsSettingsPopup/ColumnsSettingsPopup.d.ts +1 -0
- package/esm/CommentsContainer/CommentsContainer.d.ts +1 -0
- package/esm/ConfirmDeleteDialog/ConfirmDeleteDialog.d.ts +1 -0
- package/esm/ConnectionEditor/ConnectionEditor.d.ts +1 -0
- package/esm/ControlAttributeIcon/ControlAttributeIcon.d.ts +1 -0
- package/esm/CreatableReactSelect/CreatableReactSelect.d.ts +1 -0
- package/esm/CustomDateRangeEditor/CustomDateRangeEditor.d.ts +1 -0
- package/esm/DataTenantBadge/DataTenantBadge.d.ts +1 -0
- package/esm/DateEditor/DateEditor.d.ts +1 -0
- package/esm/DateIntervalSelector/DateIntervalSelector.d.ts +1 -0
- package/esm/DeleteButton/DeleteButton.d.ts +1 -0
- package/esm/DependentLookupEditor/DependentLookupEditor.d.ts +1 -0
- package/esm/DescriptionIcon/DescriptionIcon.d.ts +1 -0
- package/esm/Drawer/Drawer.d.ts +1 -0
- package/esm/EditModeAttributesView/EditModeAttributesView.d.ts +1 -0
- package/esm/EntityAvatar/EntityAvatar.d.ts +1 -0
- package/esm/EntityCreator/EntityCreator.d.ts +1 -0
- package/esm/EntitySelector/EntitySelector.d.ts +1 -0
- package/esm/EntitySelector/components/SingleValue/SingleValue.d.ts +1 -0
- package/esm/EntityTypeBadge/EntityTypeBadge.d.ts +1 -0
- package/esm/EntityTypeIcon/EntityTypeIcon.d.ts +1 -0
- package/esm/ErrorMessage/ErrorMessage.d.ts +1 -0
- package/esm/ErrorPopup/ErrorPopup.d.ts +1 -0
- package/esm/ExpandableSearchInput/ExpandableSearchInput.d.ts +1 -0
- package/esm/FileTypeEditor/FileTypeEditor.d.ts +1 -0
- package/esm/FilterButton/FilterButton.d.ts +1 -0
- package/esm/FilterValueEditor/FilterValueEditor.d.ts +1 -0
- package/esm/GaugeChart/GaugeChart.d.ts +13 -0
- package/esm/GaugeChart/GaugeChart.js +57 -0
- package/esm/GaugeChart/GaugeChart.test.d.ts +1 -0
- package/esm/GaugeChart/GaugeChart.test.js +188 -0
- package/esm/GaugeChart/constants.d.ts +6 -0
- package/esm/GaugeChart/constants.js +6 -0
- package/esm/GaugeChart/helpers.d.ts +9 -0
- package/esm/GaugeChart/helpers.js +18 -0
- package/esm/GaugeChart/helpers.test.d.ts +1 -0
- package/esm/GaugeChart/helpers.test.js +41 -0
- package/esm/GaugeChart/index.d.ts +1 -0
- package/esm/GaugeChart/index.js +1 -0
- package/esm/GaugeChart/styles.d.ts +1 -0
- package/esm/GaugeChart/styles.js +41 -0
- package/esm/GaugeChart/types.d.ts +5 -0
- package/esm/GaugeChart/types.js +1 -0
- package/esm/HOCs/withFilter/components/ColumnFilter/ColumnFilter.d.ts +1 -0
- package/esm/HOCs/withFilter/components/FilterChip/FilterChip.d.ts +1 -0
- package/esm/HOCs/withReactSelectMuiSkin/components/ReactSelectClearIndicator/ReactSelectClearIndicator.d.ts +1 -0
- package/esm/HOCs/withReactSelectMuiSkin/helpers.d.ts +1 -0
- package/esm/HOCs/withReactSelectMuiSkin/withReactSelectMuiSkin.d.ts +1 -0
- package/esm/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.d.ts +1 -0
- package/esm/HierarchyNodeTitle/HierarchyNodeTitle.d.ts +1 -0
- package/esm/Highlighter/Highlighter.d.ts +1 -0
- package/esm/IgnoreButton/IgnoreButton.d.ts +1 -0
- package/esm/ImageActionsOverlay/components/CheckedIcon/CheckedIcon.d.ts +1 -0
- package/esm/ImageAttributesGallery/ImageAttributesGallery.d.ts +1 -0
- package/esm/ImageAttributesGallery/components/GalleryView/GalleryView.d.ts +1 -0
- package/esm/ImageAttributesGallery/components/HeaderLeft/HeaderLeft.d.ts +1 -0
- package/esm/ImageAttributesGallery/components/HeaderRight/HeaderRight.d.ts +1 -0
- package/esm/ImageAttributesLine/types.d.ts +1 -0
- package/esm/ImageAttributesLineEditor/ImageAttributesLineEditor.d.ts +1 -0
- package/esm/ImageDetailsView/ImageDetailsView.d.ts +1 -0
- package/esm/ImageDetailsView/components/ImageDetailsViewCarousel/ImageDetailsViewCarousel.d.ts +1 -0
- package/esm/ImageDetailsView/components/ImageDetailsViewSidebar/ImageDetailsViewSidebar.d.ts +1 -0
- package/esm/ImageDetailsView/components/MetaInfo/MetaInfo.d.ts +1 -0
- package/esm/ImageDetailsView/components/MetaInfoForm/MetaInfoForm.d.ts +1 -0
- package/esm/ImageDetailsView/components/MetaInfoHeader/MetaInfoHeader.d.ts +1 -0
- package/esm/ImageDetailsView/components/MetaInfoList/MetaInfoList.d.ts +1 -0
- package/esm/ImageDetailsView/components/Thumbnails/Thumbnails.d.ts +1 -0
- package/esm/InlineAttributesList/InlineAttributesList.d.ts +1 -0
- package/esm/InlineAttributesPager/InlineAttributesPager.d.ts +1 -0
- package/esm/InlineAttributesPager/components/InlineImageAttributesBlock/InlineImageAttributesBlock.d.ts +1 -0
- package/esm/InlineAttributesPager/components/InlineNestedAttributesBlock/InlineNestedAttributesBlock.d.ts +1 -0
- package/esm/InlineAttributesPager/components/InlineReferenceAttributesBlock/InlineReferenceAttributesBlock.d.ts +1 -0
- package/esm/InlineAttributesPager/components/InlineSimpleAttributesBlock/InlineSimpleAttributesBlock.d.ts +1 -0
- package/esm/InlineComplexAttribute/components/CrosswalkIcon/CrosswalkIcon.d.ts +1 -0
- package/esm/InlineImageAttribute/InlineImageAttribute.d.ts +1 -0
- package/esm/InlineNestedAttribute/InlineNestedAttribute.d.ts +1 -0
- package/esm/InlineReferenceAttribute/InlineReferenceAttribute.d.ts +1 -0
- package/esm/InlineSimpleAttribute/InlineSimpleAttribute.d.ts +1 -0
- package/esm/LightArrowTooltip/LightArrowTooltip.d.ts +1 -0
- package/esm/LineChart/LineChart.d.ts +1 -0
- package/esm/LinearLoadIndicator/LinearLoadIndicator.d.ts +1 -0
- package/esm/LoadingSpinner/LoadingSpinner.d.ts +1 -0
- package/esm/LogicOperator/LogicOperator.d.ts +1 -0
- package/esm/LookupEditor/LookupEditor.d.ts +1 -0
- package/esm/MapChart/MapChart.d.ts +1 -0
- package/esm/MapChart/components/Legend/Legend.d.ts +1 -0
- package/esm/Marginator/Marginator.d.ts +1 -0
- package/esm/MaskingSwitcher/MaskingSwitcher.d.ts +1 -0
- package/esm/MatchRulesBlock/MatchRulesBlock.d.ts +1 -0
- package/esm/MatchRulesSelector/MatchRulesSelector.d.ts +1 -0
- package/esm/MatchRulesTooltip/MatchRulesTooltip.d.ts +1 -0
- package/esm/MetadataTypesSelector/components/ListLabel/ListLabel.d.ts +1 -0
- package/esm/MoreAttributesButton/MoreAttributesButton.d.ts +1 -0
- package/esm/MultipleInput/MultipleInput.d.ts +1 -0
- package/esm/NotMatchRule/NotMatchRule.d.ts +1 -0
- package/esm/NumberEditor/NumberEditor.d.ts +1 -0
- package/esm/PieChart/PieChart.d.ts +1 -0
- package/esm/PieChart/components/ActiveShape/ActiveShape.d.ts +1 -0
- package/esm/PinButton/PinButton.d.ts +1 -0
- package/esm/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.d.ts +1 -0
- package/esm/ProfileBandNavigation/ProfileBandNavigation.d.ts +1 -0
- package/esm/ProfileBandNavigation/components/ProfileBandNavigationWidget/ProfileBandNavigationWidget.d.ts +1 -0
- package/esm/ProfileCard/components/ProfileCardContent/ProfileCardContent.d.ts +1 -0
- package/esm/ProfileCard/components/ProfileCardPlaceholder/ProfileCardPlaceholder.d.ts +1 -0
- package/esm/ProfilesList/ProfilesList.d.ts +1 -0
- package/esm/QueryBuilderRow/components/ReadOnlyFilter/ReadOnlyFilter.d.ts +1 -0
- package/esm/QueryBuilderRow/components/ReadOnlyLogicOperator/ReadOnlyLogicOperator.d.ts +1 -0
- package/esm/ReactSelect/ReactSelect.d.ts +1 -0
- package/esm/ReactSelectMenuList/ReactSelectMenuList.d.ts +1 -0
- package/esm/ReadOnlyAttributesPager/components/ImageLineRenderer/ImageLineRenderer.d.ts +1 -0
- package/esm/ReadOnlyAttributesPager/components/MultiLineRenderer/MultiLineRenderer.d.ts +1 -0
- package/esm/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.d.ts +1 -0
- package/esm/ReadOnlyAttributesPager/components/SpecialRenderer/SpecialRenderer.d.ts +1 -0
- package/esm/ReadOnlyAttributesView/ReadOnlyAttributesView.d.ts +1 -0
- package/esm/ReadOnlyImageAttributesLine/ReadOnlyImageAttributesLine.d.ts +1 -0
- package/esm/RelevanceScoreBadge/RelevanceScoreBadge.d.ts +1 -0
- package/esm/ReltioMap/ReltioMap.d.ts +1 -0
- package/esm/ReltioMap/components/TopCenterMapControls/TopCenterMapControls.d.ts +1 -0
- package/esm/RequiredMark/RequiredMark.d.ts +1 -0
- package/esm/Roles/Roles.d.ts +1 -0
- package/esm/Roles/components/Role/Role.d.ts +1 -0
- package/esm/RolesEditor/RolesEditor.d.ts +1 -0
- package/esm/SaveSegmentDialog/SaveSegmentDialog.d.ts +1 -0
- package/esm/ScrollableTabs/ScrollableTabs.d.ts +1 -0
- package/esm/SearchHighlighter/SearchHighlighter.d.ts +1 -0
- package/esm/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.d.ts +1 -0
- package/esm/SettingsMenu/SettingsMenu.d.ts +1 -0
- package/esm/ShowLess/ShowLess.d.ts +1 -0
- package/esm/ShowMore/ShowMore.d.ts +1 -0
- package/esm/SimpleAttribute/SimpleAttribute.d.ts +1 -0
- package/esm/SimpleDropDownSelector/components/DropDownValue/DropDownValue.d.ts +1 -0
- package/esm/SimpleMatchRules/SimpleMatchRules.d.ts +1 -0
- package/esm/SourceIcon/SourceIcon.d.ts +1 -0
- package/esm/SourceItem/SourceItem.d.ts +1 -0
- package/esm/SourceSystemsSelector/SourceSystemsSelector.d.ts +1 -0
- package/esm/Spacer/Spacer.d.ts +1 -0
- package/esm/StepNavigation/StepNavigation.d.ts +1 -0
- package/esm/StepNavigation/components/ProgressButton/ProgressButton.d.ts +1 -0
- package/esm/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.d.ts +1 -0
- package/esm/TableWithBars/components/NumberCellValueRenderer/NumberCellValueRenderer.d.ts +1 -0
- package/esm/Tags/Tags.d.ts +1 -0
- package/esm/Tags/components/Tag/Tag.d.ts +1 -0
- package/esm/TagsEditor/TagsEditor.d.ts +1 -0
- package/esm/TenantIcon/TenantIcon.d.ts +1 -0
- package/esm/TenantLabel/TenantLabel.d.ts +1 -0
- package/esm/TenantsDropDownSelector/TenantsDropDownSelector.d.ts +1 -0
- package/esm/TimestampEditor/TimestampEditor.d.ts +1 -0
- package/esm/TransitiveMatchRule/TransitiveMatchRule.d.ts +1 -0
- package/esm/TransitiveMatchRulesTooltip/TransitiveMatchRulesTooltip.d.ts +1 -0
- package/esm/TreeChart/TreeChart.d.ts +1 -0
- package/esm/TreeChart/components/CustomizedContent/CustomizedContent.d.ts +1 -0
- package/esm/TypeaheadEditor/TypeaheadEditor.d.ts +1 -0
- package/esm/UploadFileButton/UploadFileButton.d.ts +1 -0
- package/esm/UploadFileButton/components/UploadMode/UploadMode.d.ts +1 -0
- package/esm/UploadImageDialog/UploadImageDialog.d.ts +1 -0
- package/esm/UploadImageDialog/components/DividerWithText/DividerWithText.d.ts +1 -0
- package/esm/UploadImageDialog/components/ErrorSnackbar/ErrorSnackbar.d.ts +1 -0
- package/esm/UploadImageDialog/components/ImageByUrlField/ImageByUrlField.d.ts +1 -0
- package/esm/UploadImageDialog/components/SelectImageButton/SelectImageButton.d.ts +1 -0
- package/esm/UploadImageDialog/components/TargetBox/TargetBox.d.ts +1 -0
- package/esm/UserSelector/UserSelector.d.ts +1 -0
- package/esm/ValueChip/ValueChip.d.ts +1 -0
- package/esm/VerticalDivider/VerticalDivider.d.ts +1 -0
- package/esm/VerticalHeadingsTable/components/TableCell/TableCell.d.ts +1 -0
- package/esm/VerticalHeadingsTable/components/TableCellWithDnd/TableCellWithDnd.d.ts +1 -0
- package/esm/VerticalHeadingsTable/components/TableColumnDragLayer/TableColumnDragLayer.d.ts +1 -0
- package/esm/VerticalHeadingsTable/components/TableColumnDragPreview/TableColumnDragPreview.d.ts +1 -0
- package/esm/VerticalHeadingsTable/components/TableRow/TableRow.d.ts +1 -0
- package/esm/VerticalHeadingsTable/components/TableRowWithDnd/TableRowWithDnd.d.ts +1 -0
- package/esm/VerticalHeadingsTable/types.d.ts +1 -0
- package/esm/ViewMoreToggle/ViewMoreToggle.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/ActivitiesFactory.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/components/CommentActivity/CommentActivity.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/components/GroupActivity/GroupActivity.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/components/MergeActivity/MergeActivity.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/components/ObjectLabel/ObjectLabel.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/components/PotentialMatchActivity/PotentialMatchActivity.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/components/ProfileActivity/ProfileActivity.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/components/RelationActivity/RelationActivity.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/components/SearchActivity/SearchActivity.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/components/SimpleActivity/SimpleActivity.d.ts +1 -0
- package/esm/features/activity-log/ActivitiesFactory/components/SynchronizationIssuesActivity/SynchronizationIssuesActivity.d.ts +1 -0
- package/esm/features/activity-log/ActivityExportButton/ActivityExportButton.d.ts +1 -0
- package/esm/features/activity-log/ActivityFilterButton/ActivityFilterButton.d.ts +1 -0
- package/esm/features/activity-log/ActivityFilterEditor/ActivityFilterEditor.d.ts +1 -0
- package/esm/features/activity-log/ActivityFilterEditor/components/ActivitySelector/ActivitySelector.d.ts +1 -0
- package/esm/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/DateRangeSelector.d.ts +1 -0
- package/esm/features/activity-log/ActivityFilterEditor/components/EntityChangedSelectors/EntityChangedSelectors.d.ts +1 -0
- package/esm/features/activity-log/ActivityFilterEditor/components/EntityTypesSelector/EntityTypesSelector.d.ts +1 -0
- package/esm/features/activity-log/ActivityFilterEditor/components/SourceSelector/SourceSelector.d.ts +1 -0
- package/esm/features/activity-log/ActivityLog/ActivityLog.d.ts +1 -0
- package/esm/features/activity-log/ActivityLog/components/ActivityItem/ActivityItem.d.ts +1 -0
- package/esm/features/activity-log/ActivityLog/components/GroupItem/GroupItem.d.ts +1 -0
- package/esm/features/activity-log/ActivityLogFilter/ActivityLogFilter.d.ts +1 -0
- package/esm/features/activity-log/EntityObject/EntityObject.d.ts +1 -0
- package/esm/features/activity-log/EntityRecord/EntityRecord.d.ts +1 -0
- package/esm/features/activity-log/MoreItemsLink/MoreItemsLink.d.ts +1 -0
- package/esm/features/activity-log/PotentialMatchRecord/PotentialMatchRecord.d.ts +1 -0
- package/esm/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/PotentialMatchField.d.ts +1 -0
- package/esm/features/activity-log/RecordUpdates/RecordUpdates.d.ts +1 -0
- package/esm/features/activity-log/RecordUpdates/components/DeltaField/DeltaField.d.ts +1 -0
- package/esm/features/activity-log/RelationObject/RelationObject.d.ts +1 -0
- package/esm/features/activity-log/RelationRecord/RelationRecord.d.ts +1 -0
- package/esm/features/activity-log/contexts/CollapsibleItemsContext.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/AttributesFactory/AttributesFactory.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/DefaultCellValueRenderer.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/RowCellRenderer/RowCellRenderer.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/WinnerSource/WinnerSource.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.d.ts +1 -0
- package/esm/features/crosswalks/AttributesTable/types.d.ts +1 -0
- package/esm/features/crosswalks/CopyableValueField/CopyableValueField.d.ts +1 -0
- package/esm/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.d.ts +1 -0
- package/esm/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.d.ts +1 -0
- package/esm/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.d.ts +1 -0
- package/esm/features/crosswalks/CrosswalkEditor/CrosswalkEditor.d.ts +1 -0
- package/esm/features/crosswalks/ShowDependentLink/ShowDependentLink.d.ts +1 -0
- package/esm/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.d.ts +1 -0
- package/esm/features/graph/SigmaGraphResizer/SigmaGraphResizer.d.ts +1 -0
- package/esm/features/graph/ZoomSlider/ZoomSlider.d.ts +1 -0
- package/esm/features/history/ContributorsPanel/ContributorsPanel.d.ts +1 -0
- package/esm/features/history/ContributorsPanel/components/ContributorItem/ContributorItem.d.ts +1 -0
- package/esm/features/history/DateRangeSelector/DateRangeSelector.d.ts +1 -0
- package/esm/features/history/HistoryActivitySelector/HistoryActivitySelector.d.ts +1 -0
- package/esm/features/history/HistoryFilterButton/HistoryFilterButton.d.ts +1 -0
- package/esm/features/history/HistoryGraph/components/HistoryLink/HistoryLink.d.ts +1 -0
- package/esm/features/history/HistoryHeader/HistoryHeader.d.ts +1 -0
- package/esm/features/history/HistoryMenuButton/HistoryMenuButton.d.ts +1 -0
- package/esm/features/history/HistoryPanelEmptyState/HistoryPanelEmptyState.d.ts +1 -0
- package/esm/features/history/HistoryRow/HistoryRow.d.ts +1 -0
- package/esm/features/history/HistoryTree/HistoryTree.d.ts +1 -0
- package/esm/features/history/ProfileBandHistory/ProfileBandHistory.d.ts +1 -0
- package/esm/features/workflow/AddWorkflowButton/AddWorkflowButton.d.ts +1 -0
- package/esm/features/workflow/AddWorkflowDialog/AddWorkflowDialog.d.ts +1 -0
- package/esm/features/workflow/AssigneeSelector/AssigneeSelector.d.ts +1 -0
- package/esm/features/workflow/AttributesChanges/AttributesChanges.d.ts +1 -0
- package/esm/features/workflow/AttributesChanges/components/DCRChangesList/DCRChangesList.d.ts +1 -0
- package/esm/features/workflow/AttributesChanges/components/DiffRenderer/DiffRenderer.d.ts +1 -0
- package/esm/features/workflow/AttributesChanges/components/ShowMoreLink/ShowMoreLink.d.ts +1 -0
- package/esm/features/workflow/DueDateField/DueDateField.d.ts +1 -0
- package/esm/features/workflow/PrioritySelector/PrioritySelector.d.ts +1 -0
- package/esm/features/workflow/ReassignButton/ReassignButton.d.ts +1 -0
- package/esm/features/workflow/ReassignButton/components/ReassignDialog/ReassignDialog.d.ts +1 -0
- package/esm/features/workflow/TaskActionButtons/TaskActionButtons.d.ts +1 -0
- package/esm/features/workflow/TaskActions/TaskActions.d.ts +1 -0
- package/esm/features/workflow/WorkflowComments/WorkflowComments.d.ts +1 -0
- package/esm/features/workflow/WorkflowComments/components/Comment/Comment.d.ts +1 -0
- package/esm/features/workflow/WorkflowComments/components/ExpandedComments/ExpandedComments.d.ts +1 -0
- package/esm/features/workflow/WorkflowTaskCard/WorkflowTaskCard.d.ts +1 -0
- package/esm/features/workflow/WorkflowTaskCard/components/DataChangeRequestTaskCard/DataChangeRequestTaskCard.d.ts +1 -0
- package/esm/features/workflow/WorkflowTaskCard/components/PotentialMatchTaskCard/PotentialMatchTaskCard.d.ts +1 -0
- package/esm/features/workflow/WorkflowTaskCard/components/WorkflowTaskCardsFactory/WorkflowTaskCardsFactory.d.ts +1 -0
- package/esm/hooks/useBasicTableCellRenderer/CellRenderer.d.ts +1 -0
- package/esm/hooks/useLayoutResetter/useLayoutResetter.d.ts +1 -0
- package/esm/hooks/useSnackbar/useSnackbar.d.ts +1 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/test-utils/TestStylesProvider.d.ts +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { RADIAN, BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES, TOP_INDICATOR_HEIGHT_AS_PERCENTAGES, INDICATOR_WIDTH_AS_PERCENTAGES } from './constants';
|
|
2
|
+
export var getGaugeIndicatorCoords = function (value, data, cx, cy, oR, iR) {
|
|
3
|
+
var total = data.reduce(function (sum, _a) {
|
|
4
|
+
var value = _a.value;
|
|
5
|
+
return sum + value;
|
|
6
|
+
}, 0);
|
|
7
|
+
var angle = 180.0 * (1 - value / total);
|
|
8
|
+
var width = INDICATOR_WIDTH_AS_PERCENTAGES * oR;
|
|
9
|
+
var sin = Math.sin(-RADIAN * angle);
|
|
10
|
+
var cos = Math.cos(-RADIAN * angle);
|
|
11
|
+
var x1 = cx + (iR - BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * cos + width * sin;
|
|
12
|
+
var y1 = cy + (iR - BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * sin - width * cos;
|
|
13
|
+
var x2 = cx + (iR - BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * cos - width * sin;
|
|
14
|
+
var y2 = cy + (iR - BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * sin + width * cos;
|
|
15
|
+
var x3 = cx + (oR + TOP_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * cos;
|
|
16
|
+
var y3 = cy + (oR + TOP_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * sin;
|
|
17
|
+
return { x1: x1, y1: y1, x2: x2, y2: y2, x3: x3, y3: y3 };
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { getGaugeIndicatorCoords } from './helpers';
|
|
2
|
+
describe('gauge chart helpers behaviour', function () {
|
|
3
|
+
it('should calc gauge indicator coordinates correctly', function () {
|
|
4
|
+
expect(getGaugeIndicatorCoords(75, [
|
|
5
|
+
{ color: 'rgba(241, 35, 35, 1)', value: 30 },
|
|
6
|
+
{ color: 'rgba(255, 109, 26, 1)', value: 40 },
|
|
7
|
+
{ color: 'rgba(255, 238, 54, 1)', value: 20 },
|
|
8
|
+
{ color: 'rgba(147, 244, 87, 1)', value: 10 }
|
|
9
|
+
], 200, 250, 200, 180)).toEqual({
|
|
10
|
+
x1: 320.2081528017131,
|
|
11
|
+
x2: 323.0365799264593,
|
|
12
|
+
x3: 351.32085117392114,
|
|
13
|
+
y1: 126.96342007354075,
|
|
14
|
+
y2: 129.79184719828694,
|
|
15
|
+
y3: 98.67914882607883
|
|
16
|
+
});
|
|
17
|
+
expect(getGaugeIndicatorCoords(30, [
|
|
18
|
+
{ color: 'rgba(241, 35, 35, 1)', value: 50 },
|
|
19
|
+
{ color: 'rgba(255, 109, 26, 1)', value: 50 }
|
|
20
|
+
], 300, 360, 120, 130)).toEqual({
|
|
21
|
+
x1: 225.43846601973246,
|
|
22
|
+
x2: 227.38010680623233,
|
|
23
|
+
x3: 224.52837360564646,
|
|
24
|
+
y1: 259.41641460700754,
|
|
25
|
+
y2: 258.0057300015056,
|
|
26
|
+
y3: 256.1222179222567
|
|
27
|
+
});
|
|
28
|
+
expect(getGaugeIndicatorCoords(30, [
|
|
29
|
+
{ color: 'rgba(241, 35, 35, 1)', value: 40 },
|
|
30
|
+
{ color: 'rgba(255, 109, 26, 1)', value: 50 },
|
|
31
|
+
{ color: 'rgba(147, 244, 87, 1)', value: 70 }
|
|
32
|
+
], 200, 200, 180, 150)).toEqual({
|
|
33
|
+
x1: 80.26611294376123,
|
|
34
|
+
x2: 82.2661657826318,
|
|
35
|
+
x3: 39.85895267052976,
|
|
36
|
+
y1: 122.16121602694538,
|
|
37
|
+
y2: 119.16792542265621,
|
|
38
|
+
y3: 92.99717312042462
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GaugeChart } from './GaugeChart';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GaugeChart } from './GaugeChart';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"text" | "value" | "label" | "root" | "pie" | "indicator">;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { makeStyles } from '@mui/styles';
|
|
2
|
+
export var useStyles = makeStyles(function (theme) { return ({
|
|
3
|
+
root: {
|
|
4
|
+
position: 'relative',
|
|
5
|
+
display: 'flex'
|
|
6
|
+
},
|
|
7
|
+
pie: {
|
|
8
|
+
'& .recharts-sector:focus': {
|
|
9
|
+
outline: 'none'
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
text: {
|
|
13
|
+
position: 'absolute',
|
|
14
|
+
display: 'flex',
|
|
15
|
+
flexDirection: 'column',
|
|
16
|
+
alignItems: 'center',
|
|
17
|
+
justifyContent: 'flex-end',
|
|
18
|
+
padding: '0 10px',
|
|
19
|
+
transition: 'opacity 0.5s',
|
|
20
|
+
textAlign: 'center'
|
|
21
|
+
},
|
|
22
|
+
indicator: {
|
|
23
|
+
fill: 'rgb(0, 0, 102)',
|
|
24
|
+
stroke: 'none',
|
|
25
|
+
transition: 'opacity 0.5s'
|
|
26
|
+
},
|
|
27
|
+
value: {
|
|
28
|
+
marginBottom: '2px',
|
|
29
|
+
fontSize: '28px',
|
|
30
|
+
lineHeight: '33px',
|
|
31
|
+
fontWeight: 400,
|
|
32
|
+
color: theme.palette.text.primary
|
|
33
|
+
},
|
|
34
|
+
label: {
|
|
35
|
+
width: '100%',
|
|
36
|
+
fontSize: '14px',
|
|
37
|
+
lineHeight: '16px',
|
|
38
|
+
fontWeight: 400,
|
|
39
|
+
color: theme.palette.text.secondary
|
|
40
|
+
}
|
|
41
|
+
}); });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { AttributeType, RecordAttributesType } from '@reltio/mdm-sdk';
|
|
2
3
|
import { AddInlineAttributeEvent, DeleteInlineAttributeEvent, EditInlineAttributeEvent, IgnoreInlineAttributeEvent, PinInlineAttributeEvent } from '../types/inlineAttributes';
|
|
3
4
|
import { CrosswalksMap } from '../types';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { AttributeType, AttributeValue, Paging } from '@reltio/mdm-sdk';
|
|
2
3
|
import { CrosswalksMap } from '../types';
|
|
3
4
|
import { AddInlineAttributeEvent, DeleteInlineAttributeEvent, EditInlineAttributeEvent, IgnoreInlineAttributeEvent, PinInlineAttributeEvent } from '../types/inlineAttributes';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { AttributeType, ImageAttributeValue } from '@reltio/mdm-sdk';
|
|
2
3
|
import { CrosswalksMap } from '../../../types';
|
|
3
4
|
import { AddInlineAttributeEvent, DeleteInlineAttributeEvent, EditInlineAttributeEvent, IgnoreInlineAttributeEvent, PinInlineAttributeEvent } from '../../../types/inlineAttributes';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { AttributeType, NestedAttributeValue } from '@reltio/mdm-sdk';
|
|
2
3
|
import { CrosswalksMap } from '../../../types';
|
|
3
4
|
import { AddInlineAttributeEvent, DeleteInlineAttributeEvent, EditInlineAttributeEvent, IgnoreInlineAttributeEvent, PinInlineAttributeEvent } from '../../../types/inlineAttributes';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { AttributeType, ReferenceAttributeValue } from '@reltio/mdm-sdk';
|
|
2
3
|
import { RelationCrosswalksMap } from '../../../types';
|
|
3
4
|
import { AddInlineAttributeEvent, DeleteInlineAttributeEvent, EditInlineAttributeEvent, IgnoreInlineAttributeEvent, PinInlineAttributeEvent } from '../../../types/inlineAttributes';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { AttributeType, SimpleAttributeValue } from '@reltio/mdm-sdk';
|
|
2
3
|
import { CrosswalksMap } from '../../../types';
|
|
3
4
|
import { AddInlineAttributeEvent, DeleteInlineAttributeEvent, EditInlineAttributeEvent, IgnoreInlineAttributeEvent, PinInlineAttributeEvent } from '../../../types/inlineAttributes';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { AttributeType, ImageAttributeValue } from '@reltio/mdm-sdk';
|
|
2
3
|
import { AddInlineAttributeEvent, DeleteInlineAttributeEvent, EditInlineAttributeEvent, IgnoreInlineAttributeEvent, PinInlineAttributeEvent } from '../types/inlineAttributes';
|
|
3
4
|
import { CrosswalksMap } from '../types';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { AttributeType, NestedAttributeValue } from '@reltio/mdm-sdk';
|
|
2
3
|
import { CrosswalksMap } from '../types';
|
|
3
4
|
import { AddInlineAttributeEvent, DeleteInlineAttributeEvent, EditInlineAttributeEvent, IgnoreInlineAttributeEvent, PinInlineAttributeEvent } from '../types/inlineAttributes';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { AttributeType, ReferenceAttributeValue } from '@reltio/mdm-sdk';
|
|
2
3
|
import { RelationCrosswalksMap } from '../types';
|
|
3
4
|
import { AddInlineAttributeEvent, DeleteInlineAttributeEvent, EditInlineAttributeEvent, IgnoreInlineAttributeEvent, PinInlineAttributeEvent } from '../types/inlineAttributes';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { AttributeType, Crosswalk, RelationCrosswalk, SimpleAttributeValue } from '@reltio/mdm-sdk';
|
|
2
3
|
import { DeleteInlineAttributeEvent, EditInlineAttributeEvent, IgnoreInlineAttributeEvent, PinInlineAttributeEvent } from '../types/inlineAttributes';
|
|
3
4
|
type Props = {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { TextFieldProps } from '@mui/material/TextField';
|
|
2
3
|
type MultipleInputProps = Omit<TextFieldProps, 'classes' | 'value' | 'onChange' | 'onKeyPress' | 'onKeyDown' | 'onFocus' | 'onBlur'> & {
|
|
3
4
|
values?: string | number | string[] | number[];
|
package/esm/Roles/Roles.d.ts
CHANGED