@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.
Files changed (591) hide show
  1. package/cjs/ActionsPanel/ActionsPanel.d.ts +1 -0
  2. package/cjs/ActionsPanel/types.d.ts +1 -0
  3. package/cjs/ArrowExpandButton/ArrowExpandButton.d.ts +1 -0
  4. package/cjs/AsyncReactSelect/AsyncReactSelect.d.ts +1 -0
  5. package/cjs/AttributeGroupIcon/AttributeGroupIcon.d.ts +1 -0
  6. package/cjs/AttributeListItem/components/AttrTypeIcon/AttrTypeIcon.d.ts +1 -0
  7. package/cjs/AttributeSelector/AttributeSelector.d.ts +1 -0
  8. package/cjs/AttributeTitle/AttributeTitle.d.ts +1 -0
  9. package/cjs/AttributesErrorsPanel/AttributesErrorsPanel.d.ts +1 -0
  10. package/cjs/AttributesFiltersButton/components/ActionButtons/ActionButtons.d.ts +1 -0
  11. package/cjs/AttributesView/AttributesView.d.ts +1 -0
  12. package/cjs/AvatarWithFallback/AvatarWithFallback.d.ts +1 -0
  13. package/cjs/BarChart/BarChart.d.ts +1 -0
  14. package/cjs/BasicAttributeSelector/components/AttributeTitle/AttributeTitle.d.ts +1 -0
  15. package/cjs/BasicViewHeader/BasicViewHeader.d.ts +1 -0
  16. package/cjs/BooleanRadioEditor/BooleanRadioEditor.d.ts +1 -0
  17. package/cjs/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.d.ts +1 -0
  18. package/cjs/BubbleChart/BubbleChart.d.ts +1 -0
  19. package/cjs/CardinalityMessage/CardinalityMessage.d.ts +1 -0
  20. package/cjs/ChartLegend/ChartLegend.d.ts +1 -0
  21. package/cjs/ChartTooltip/ChartTooltip.d.ts +1 -0
  22. package/cjs/CloudChart/CloudChart.d.ts +1 -0
  23. package/cjs/CollaborationItem/components/Avatar/Avatar.d.ts +1 -0
  24. package/cjs/CollaborationItem/components/Comment/Comment.d.ts +1 -0
  25. package/cjs/CollaborationItem/components/CommentContent/CommentContent.d.ts +1 -0
  26. package/cjs/CollaborationItem/components/CommentTarget/CommentTarget.d.ts +1 -0
  27. package/cjs/CollaborationItem/components/TextFieldWithMentions/TextFieldWithMentions.d.ts +1 -0
  28. package/cjs/CollapseRowButton/CollapseRowButton.d.ts +1 -0
  29. package/cjs/ColorBar/ColorBar.d.ts +1 -0
  30. package/cjs/ColumnsSettings/ColumnsSettings.d.ts +1 -0
  31. package/cjs/ColumnsSettings/components/ColumnsSettingsPopup/ColumnsSettingsPopup.d.ts +1 -0
  32. package/cjs/CommentsContainer/CommentsContainer.d.ts +1 -0
  33. package/cjs/ConfirmDeleteDialog/ConfirmDeleteDialog.d.ts +1 -0
  34. package/cjs/ConnectionEditor/ConnectionEditor.d.ts +1 -0
  35. package/cjs/ControlAttributeIcon/ControlAttributeIcon.d.ts +1 -0
  36. package/cjs/CreatableReactSelect/CreatableReactSelect.d.ts +1 -0
  37. package/cjs/CustomDateRangeEditor/CustomDateRangeEditor.d.ts +1 -0
  38. package/cjs/DataTenantBadge/DataTenantBadge.d.ts +1 -0
  39. package/cjs/DateEditor/DateEditor.d.ts +1 -0
  40. package/cjs/DateIntervalSelector/DateIntervalSelector.d.ts +1 -0
  41. package/cjs/DeleteButton/DeleteButton.d.ts +1 -0
  42. package/cjs/DependentLookupEditor/DependentLookupEditor.d.ts +1 -0
  43. package/cjs/DescriptionIcon/DescriptionIcon.d.ts +1 -0
  44. package/cjs/Drawer/Drawer.d.ts +1 -0
  45. package/cjs/EditModeAttributesView/EditModeAttributesView.d.ts +1 -0
  46. package/cjs/EntityAvatar/EntityAvatar.d.ts +1 -0
  47. package/cjs/EntityCreator/EntityCreator.d.ts +1 -0
  48. package/cjs/EntitySelector/EntitySelector.d.ts +1 -0
  49. package/cjs/EntitySelector/components/SingleValue/SingleValue.d.ts +1 -0
  50. package/cjs/EntityTypeBadge/EntityTypeBadge.d.ts +1 -0
  51. package/cjs/EntityTypeIcon/EntityTypeIcon.d.ts +1 -0
  52. package/cjs/ErrorMessage/ErrorMessage.d.ts +1 -0
  53. package/cjs/ErrorPopup/ErrorPopup.d.ts +1 -0
  54. package/cjs/ExpandableSearchInput/ExpandableSearchInput.d.ts +1 -0
  55. package/cjs/FileTypeEditor/FileTypeEditor.d.ts +1 -0
  56. package/cjs/FilterButton/FilterButton.d.ts +1 -0
  57. package/cjs/FilterValueEditor/FilterValueEditor.d.ts +1 -0
  58. package/cjs/GaugeChart/GaugeChart.d.ts +13 -0
  59. package/cjs/GaugeChart/GaugeChart.js +87 -0
  60. package/cjs/GaugeChart/GaugeChart.test.d.ts +1 -0
  61. package/cjs/GaugeChart/GaugeChart.test.js +193 -0
  62. package/cjs/GaugeChart/constants.d.ts +6 -0
  63. package/cjs/GaugeChart/constants.js +9 -0
  64. package/cjs/GaugeChart/helpers.d.ts +9 -0
  65. package/cjs/GaugeChart/helpers.js +22 -0
  66. package/cjs/GaugeChart/helpers.test.d.ts +1 -0
  67. package/cjs/GaugeChart/helpers.test.js +43 -0
  68. package/cjs/GaugeChart/index.d.ts +1 -0
  69. package/cjs/GaugeChart/index.js +5 -0
  70. package/cjs/GaugeChart/styles.d.ts +1 -0
  71. package/cjs/GaugeChart/styles.js +44 -0
  72. package/cjs/GaugeChart/types.d.ts +5 -0
  73. package/cjs/GaugeChart/types.js +2 -0
  74. package/cjs/HOCs/withFilter/components/ColumnFilter/ColumnFilter.d.ts +1 -0
  75. package/cjs/HOCs/withFilter/components/FilterChip/FilterChip.d.ts +1 -0
  76. package/cjs/HOCs/withReactSelectMuiSkin/components/ReactSelectClearIndicator/ReactSelectClearIndicator.d.ts +1 -0
  77. package/cjs/HOCs/withReactSelectMuiSkin/helpers.d.ts +1 -0
  78. package/cjs/HOCs/withReactSelectMuiSkin/withReactSelectMuiSkin.d.ts +1 -0
  79. package/cjs/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.d.ts +1 -0
  80. package/cjs/HierarchyNodeTitle/HierarchyNodeTitle.d.ts +1 -0
  81. package/cjs/Highlighter/Highlighter.d.ts +1 -0
  82. package/cjs/IgnoreButton/IgnoreButton.d.ts +1 -0
  83. package/cjs/ImageActionsOverlay/components/CheckedIcon/CheckedIcon.d.ts +1 -0
  84. package/cjs/ImageAttributesGallery/ImageAttributesGallery.d.ts +1 -0
  85. package/cjs/ImageAttributesGallery/components/GalleryView/GalleryView.d.ts +1 -0
  86. package/cjs/ImageAttributesGallery/components/HeaderLeft/HeaderLeft.d.ts +1 -0
  87. package/cjs/ImageAttributesGallery/components/HeaderRight/HeaderRight.d.ts +1 -0
  88. package/cjs/ImageAttributesLine/types.d.ts +1 -0
  89. package/cjs/ImageAttributesLineEditor/ImageAttributesLineEditor.d.ts +1 -0
  90. package/cjs/ImageDetailsView/ImageDetailsView.d.ts +1 -0
  91. package/cjs/ImageDetailsView/components/ImageDetailsViewCarousel/ImageDetailsViewCarousel.d.ts +1 -0
  92. package/cjs/ImageDetailsView/components/ImageDetailsViewSidebar/ImageDetailsViewSidebar.d.ts +1 -0
  93. package/cjs/ImageDetailsView/components/MetaInfo/MetaInfo.d.ts +1 -0
  94. package/cjs/ImageDetailsView/components/MetaInfoForm/MetaInfoForm.d.ts +1 -0
  95. package/cjs/ImageDetailsView/components/MetaInfoHeader/MetaInfoHeader.d.ts +1 -0
  96. package/cjs/ImageDetailsView/components/MetaInfoList/MetaInfoList.d.ts +1 -0
  97. package/cjs/ImageDetailsView/components/Thumbnails/Thumbnails.d.ts +1 -0
  98. package/cjs/InlineAttributesList/InlineAttributesList.d.ts +1 -0
  99. package/cjs/InlineAttributesPager/InlineAttributesPager.d.ts +1 -0
  100. package/cjs/InlineAttributesPager/components/InlineImageAttributesBlock/InlineImageAttributesBlock.d.ts +1 -0
  101. package/cjs/InlineAttributesPager/components/InlineNestedAttributesBlock/InlineNestedAttributesBlock.d.ts +1 -0
  102. package/cjs/InlineAttributesPager/components/InlineReferenceAttributesBlock/InlineReferenceAttributesBlock.d.ts +1 -0
  103. package/cjs/InlineAttributesPager/components/InlineSimpleAttributesBlock/InlineSimpleAttributesBlock.d.ts +1 -0
  104. package/cjs/InlineComplexAttribute/components/CrosswalkIcon/CrosswalkIcon.d.ts +1 -0
  105. package/cjs/InlineImageAttribute/InlineImageAttribute.d.ts +1 -0
  106. package/cjs/InlineNestedAttribute/InlineNestedAttribute.d.ts +1 -0
  107. package/cjs/InlineReferenceAttribute/InlineReferenceAttribute.d.ts +1 -0
  108. package/cjs/InlineSimpleAttribute/InlineSimpleAttribute.d.ts +1 -0
  109. package/cjs/LightArrowTooltip/LightArrowTooltip.d.ts +1 -0
  110. package/cjs/LineChart/LineChart.d.ts +1 -0
  111. package/cjs/LinearLoadIndicator/LinearLoadIndicator.d.ts +1 -0
  112. package/cjs/LoadingSpinner/LoadingSpinner.d.ts +1 -0
  113. package/cjs/LogicOperator/LogicOperator.d.ts +1 -0
  114. package/cjs/LookupEditor/LookupEditor.d.ts +1 -0
  115. package/cjs/MapChart/MapChart.d.ts +1 -0
  116. package/cjs/MapChart/components/Legend/Legend.d.ts +1 -0
  117. package/cjs/Marginator/Marginator.d.ts +1 -0
  118. package/cjs/MaskingSwitcher/MaskingSwitcher.d.ts +1 -0
  119. package/cjs/MatchRulesBlock/MatchRulesBlock.d.ts +1 -0
  120. package/cjs/MatchRulesSelector/MatchRulesSelector.d.ts +1 -0
  121. package/cjs/MatchRulesTooltip/MatchRulesTooltip.d.ts +1 -0
  122. package/cjs/MetadataTypesSelector/components/ListLabel/ListLabel.d.ts +1 -0
  123. package/cjs/MoreAttributesButton/MoreAttributesButton.d.ts +1 -0
  124. package/cjs/MultipleInput/MultipleInput.d.ts +1 -0
  125. package/cjs/NotMatchRule/NotMatchRule.d.ts +1 -0
  126. package/cjs/NumberEditor/NumberEditor.d.ts +1 -0
  127. package/cjs/PieChart/PieChart.d.ts +1 -0
  128. package/cjs/PieChart/components/ActiveShape/ActiveShape.d.ts +1 -0
  129. package/cjs/PinButton/PinButton.d.ts +1 -0
  130. package/cjs/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.d.ts +1 -0
  131. package/cjs/ProfileBandNavigation/ProfileBandNavigation.d.ts +1 -0
  132. package/cjs/ProfileBandNavigation/components/ProfileBandNavigationWidget/ProfileBandNavigationWidget.d.ts +1 -0
  133. package/cjs/ProfileCard/components/ProfileCardContent/ProfileCardContent.d.ts +1 -0
  134. package/cjs/ProfileCard/components/ProfileCardPlaceholder/ProfileCardPlaceholder.d.ts +1 -0
  135. package/cjs/ProfilesList/ProfilesList.d.ts +1 -0
  136. package/cjs/QueryBuilderRow/components/ReadOnlyFilter/ReadOnlyFilter.d.ts +1 -0
  137. package/cjs/QueryBuilderRow/components/ReadOnlyLogicOperator/ReadOnlyLogicOperator.d.ts +1 -0
  138. package/cjs/ReactSelect/ReactSelect.d.ts +1 -0
  139. package/cjs/ReactSelectMenuList/ReactSelectMenuList.d.ts +1 -0
  140. package/cjs/ReadOnlyAttributesPager/components/ImageLineRenderer/ImageLineRenderer.d.ts +1 -0
  141. package/cjs/ReadOnlyAttributesPager/components/MultiLineRenderer/MultiLineRenderer.d.ts +1 -0
  142. package/cjs/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.d.ts +1 -0
  143. package/cjs/ReadOnlyAttributesPager/components/SpecialRenderer/SpecialRenderer.d.ts +1 -0
  144. package/cjs/ReadOnlyAttributesView/ReadOnlyAttributesView.d.ts +1 -0
  145. package/cjs/ReadOnlyImageAttributesLine/ReadOnlyImageAttributesLine.d.ts +1 -0
  146. package/cjs/RelevanceScoreBadge/RelevanceScoreBadge.d.ts +1 -0
  147. package/cjs/ReltioMap/ReltioMap.d.ts +1 -0
  148. package/cjs/ReltioMap/components/TopCenterMapControls/TopCenterMapControls.d.ts +1 -0
  149. package/cjs/RequiredMark/RequiredMark.d.ts +1 -0
  150. package/cjs/Roles/Roles.d.ts +1 -0
  151. package/cjs/Roles/components/Role/Role.d.ts +1 -0
  152. package/cjs/RolesEditor/RolesEditor.d.ts +1 -0
  153. package/cjs/SaveSegmentDialog/SaveSegmentDialog.d.ts +1 -0
  154. package/cjs/ScrollableTabs/ScrollableTabs.d.ts +1 -0
  155. package/cjs/SearchHighlighter/SearchHighlighter.d.ts +1 -0
  156. package/cjs/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.d.ts +1 -0
  157. package/cjs/SettingsMenu/SettingsMenu.d.ts +1 -0
  158. package/cjs/ShowLess/ShowLess.d.ts +1 -0
  159. package/cjs/ShowMore/ShowMore.d.ts +1 -0
  160. package/cjs/SimpleAttribute/SimpleAttribute.d.ts +1 -0
  161. package/cjs/SimpleDropDownSelector/components/DropDownValue/DropDownValue.d.ts +1 -0
  162. package/cjs/SimpleMatchRules/SimpleMatchRules.d.ts +1 -0
  163. package/cjs/SourceIcon/SourceIcon.d.ts +1 -0
  164. package/cjs/SourceItem/SourceItem.d.ts +1 -0
  165. package/cjs/SourceSystemsSelector/SourceSystemsSelector.d.ts +1 -0
  166. package/cjs/Spacer/Spacer.d.ts +1 -0
  167. package/cjs/StepNavigation/StepNavigation.d.ts +1 -0
  168. package/cjs/StepNavigation/components/ProgressButton/ProgressButton.d.ts +1 -0
  169. package/cjs/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.d.ts +1 -0
  170. package/cjs/TableWithBars/components/NumberCellValueRenderer/NumberCellValueRenderer.d.ts +1 -0
  171. package/cjs/Tags/Tags.d.ts +1 -0
  172. package/cjs/Tags/components/Tag/Tag.d.ts +1 -0
  173. package/cjs/TagsEditor/TagsEditor.d.ts +1 -0
  174. package/cjs/TenantIcon/TenantIcon.d.ts +1 -0
  175. package/cjs/TenantLabel/TenantLabel.d.ts +1 -0
  176. package/cjs/TenantsDropDownSelector/TenantsDropDownSelector.d.ts +1 -0
  177. package/cjs/TimestampEditor/TimestampEditor.d.ts +1 -0
  178. package/cjs/TransitiveMatchRule/TransitiveMatchRule.d.ts +1 -0
  179. package/cjs/TransitiveMatchRulesTooltip/TransitiveMatchRulesTooltip.d.ts +1 -0
  180. package/cjs/TreeChart/TreeChart.d.ts +1 -0
  181. package/cjs/TreeChart/components/CustomizedContent/CustomizedContent.d.ts +1 -0
  182. package/cjs/TypeaheadEditor/TypeaheadEditor.d.ts +1 -0
  183. package/cjs/UploadFileButton/UploadFileButton.d.ts +1 -0
  184. package/cjs/UploadFileButton/components/UploadMode/UploadMode.d.ts +1 -0
  185. package/cjs/UploadImageDialog/UploadImageDialog.d.ts +1 -0
  186. package/cjs/UploadImageDialog/components/DividerWithText/DividerWithText.d.ts +1 -0
  187. package/cjs/UploadImageDialog/components/ErrorSnackbar/ErrorSnackbar.d.ts +1 -0
  188. package/cjs/UploadImageDialog/components/ImageByUrlField/ImageByUrlField.d.ts +1 -0
  189. package/cjs/UploadImageDialog/components/SelectImageButton/SelectImageButton.d.ts +1 -0
  190. package/cjs/UploadImageDialog/components/TargetBox/TargetBox.d.ts +1 -0
  191. package/cjs/UserSelector/UserSelector.d.ts +1 -0
  192. package/cjs/ValueChip/ValueChip.d.ts +1 -0
  193. package/cjs/VerticalDivider/VerticalDivider.d.ts +1 -0
  194. package/cjs/VerticalHeadingsTable/components/TableCell/TableCell.d.ts +1 -0
  195. package/cjs/VerticalHeadingsTable/components/TableCellWithDnd/TableCellWithDnd.d.ts +1 -0
  196. package/cjs/VerticalHeadingsTable/components/TableColumnDragLayer/TableColumnDragLayer.d.ts +1 -0
  197. package/cjs/VerticalHeadingsTable/components/TableColumnDragPreview/TableColumnDragPreview.d.ts +1 -0
  198. package/cjs/VerticalHeadingsTable/components/TableRow/TableRow.d.ts +1 -0
  199. package/cjs/VerticalHeadingsTable/components/TableRowWithDnd/TableRowWithDnd.d.ts +1 -0
  200. package/cjs/VerticalHeadingsTable/types.d.ts +1 -0
  201. package/cjs/ViewMoreToggle/ViewMoreToggle.d.ts +1 -0
  202. package/cjs/features/activity-log/ActivitiesFactory/ActivitiesFactory.d.ts +1 -0
  203. package/cjs/features/activity-log/ActivitiesFactory/components/CommentActivity/CommentActivity.d.ts +1 -0
  204. package/cjs/features/activity-log/ActivitiesFactory/components/GroupActivity/GroupActivity.d.ts +1 -0
  205. package/cjs/features/activity-log/ActivitiesFactory/components/MergeActivity/MergeActivity.d.ts +1 -0
  206. package/cjs/features/activity-log/ActivitiesFactory/components/ObjectLabel/ObjectLabel.d.ts +1 -0
  207. package/cjs/features/activity-log/ActivitiesFactory/components/PotentialMatchActivity/PotentialMatchActivity.d.ts +1 -0
  208. package/cjs/features/activity-log/ActivitiesFactory/components/ProfileActivity/ProfileActivity.d.ts +1 -0
  209. package/cjs/features/activity-log/ActivitiesFactory/components/RelationActivity/RelationActivity.d.ts +1 -0
  210. package/cjs/features/activity-log/ActivitiesFactory/components/SearchActivity/SearchActivity.d.ts +1 -0
  211. package/cjs/features/activity-log/ActivitiesFactory/components/SimpleActivity/SimpleActivity.d.ts +1 -0
  212. package/cjs/features/activity-log/ActivitiesFactory/components/SynchronizationIssuesActivity/SynchronizationIssuesActivity.d.ts +1 -0
  213. package/cjs/features/activity-log/ActivityExportButton/ActivityExportButton.d.ts +1 -0
  214. package/cjs/features/activity-log/ActivityFilterButton/ActivityFilterButton.d.ts +1 -0
  215. package/cjs/features/activity-log/ActivityFilterEditor/ActivityFilterEditor.d.ts +1 -0
  216. package/cjs/features/activity-log/ActivityFilterEditor/components/ActivitySelector/ActivitySelector.d.ts +1 -0
  217. package/cjs/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/DateRangeSelector.d.ts +1 -0
  218. package/cjs/features/activity-log/ActivityFilterEditor/components/EntityChangedSelectors/EntityChangedSelectors.d.ts +1 -0
  219. package/cjs/features/activity-log/ActivityFilterEditor/components/EntityTypesSelector/EntityTypesSelector.d.ts +1 -0
  220. package/cjs/features/activity-log/ActivityFilterEditor/components/SourceSelector/SourceSelector.d.ts +1 -0
  221. package/cjs/features/activity-log/ActivityLog/ActivityLog.d.ts +1 -0
  222. package/cjs/features/activity-log/ActivityLog/components/ActivityItem/ActivityItem.d.ts +1 -0
  223. package/cjs/features/activity-log/ActivityLog/components/GroupItem/GroupItem.d.ts +1 -0
  224. package/cjs/features/activity-log/ActivityLogFilter/ActivityLogFilter.d.ts +1 -0
  225. package/cjs/features/activity-log/EntityObject/EntityObject.d.ts +1 -0
  226. package/cjs/features/activity-log/EntityRecord/EntityRecord.d.ts +1 -0
  227. package/cjs/features/activity-log/MoreItemsLink/MoreItemsLink.d.ts +1 -0
  228. package/cjs/features/activity-log/PotentialMatchRecord/PotentialMatchRecord.d.ts +1 -0
  229. package/cjs/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/PotentialMatchField.d.ts +1 -0
  230. package/cjs/features/activity-log/RecordUpdates/RecordUpdates.d.ts +1 -0
  231. package/cjs/features/activity-log/RecordUpdates/components/DeltaField/DeltaField.d.ts +1 -0
  232. package/cjs/features/activity-log/RelationObject/RelationObject.d.ts +1 -0
  233. package/cjs/features/activity-log/RelationRecord/RelationRecord.d.ts +1 -0
  234. package/cjs/features/activity-log/contexts/CollapsibleItemsContext.d.ts +1 -0
  235. package/cjs/features/crosswalks/AttributesTable/components/AttributesFactory/AttributesFactory.d.ts +1 -0
  236. package/cjs/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.d.ts +1 -0
  237. package/cjs/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.d.ts +1 -0
  238. package/cjs/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/DefaultCellValueRenderer.d.ts +1 -0
  239. package/cjs/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.d.ts +1 -0
  240. package/cjs/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.d.ts +1 -0
  241. package/cjs/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.d.ts +1 -0
  242. package/cjs/features/crosswalks/AttributesTable/components/RowCellRenderer/RowCellRenderer.d.ts +1 -0
  243. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.d.ts +1 -0
  244. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.d.ts +1 -0
  245. package/cjs/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.d.ts +1 -0
  246. package/cjs/features/crosswalks/AttributesTable/components/WinnerSource/WinnerSource.d.ts +1 -0
  247. package/cjs/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.d.ts +1 -0
  248. package/cjs/features/crosswalks/AttributesTable/types.d.ts +1 -0
  249. package/cjs/features/crosswalks/CopyableValueField/CopyableValueField.d.ts +1 -0
  250. package/cjs/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.d.ts +1 -0
  251. package/cjs/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.d.ts +1 -0
  252. package/cjs/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.d.ts +1 -0
  253. package/cjs/features/crosswalks/CrosswalkEditor/CrosswalkEditor.d.ts +1 -0
  254. package/cjs/features/crosswalks/ShowDependentLink/ShowDependentLink.d.ts +1 -0
  255. package/cjs/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.d.ts +1 -0
  256. package/cjs/features/graph/SigmaGraphResizer/SigmaGraphResizer.d.ts +1 -0
  257. package/cjs/features/graph/ZoomSlider/ZoomSlider.d.ts +1 -0
  258. package/cjs/features/history/ContributorsPanel/ContributorsPanel.d.ts +1 -0
  259. package/cjs/features/history/ContributorsPanel/components/ContributorItem/ContributorItem.d.ts +1 -0
  260. package/cjs/features/history/DateRangeSelector/DateRangeSelector.d.ts +1 -0
  261. package/cjs/features/history/HistoryActivitySelector/HistoryActivitySelector.d.ts +1 -0
  262. package/cjs/features/history/HistoryFilterButton/HistoryFilterButton.d.ts +1 -0
  263. package/cjs/features/history/HistoryGraph/components/HistoryLink/HistoryLink.d.ts +1 -0
  264. package/cjs/features/history/HistoryHeader/HistoryHeader.d.ts +1 -0
  265. package/cjs/features/history/HistoryMenuButton/HistoryMenuButton.d.ts +1 -0
  266. package/cjs/features/history/HistoryPanelEmptyState/HistoryPanelEmptyState.d.ts +1 -0
  267. package/cjs/features/history/HistoryRow/HistoryRow.d.ts +1 -0
  268. package/cjs/features/history/HistoryTree/HistoryTree.d.ts +1 -0
  269. package/cjs/features/history/ProfileBandHistory/ProfileBandHistory.d.ts +1 -0
  270. package/cjs/features/workflow/AddWorkflowButton/AddWorkflowButton.d.ts +1 -0
  271. package/cjs/features/workflow/AddWorkflowDialog/AddWorkflowDialog.d.ts +1 -0
  272. package/cjs/features/workflow/AssigneeSelector/AssigneeSelector.d.ts +1 -0
  273. package/cjs/features/workflow/AttributesChanges/AttributesChanges.d.ts +1 -0
  274. package/cjs/features/workflow/AttributesChanges/components/DCRChangesList/DCRChangesList.d.ts +1 -0
  275. package/cjs/features/workflow/AttributesChanges/components/DiffRenderer/DiffRenderer.d.ts +1 -0
  276. package/cjs/features/workflow/AttributesChanges/components/ShowMoreLink/ShowMoreLink.d.ts +1 -0
  277. package/cjs/features/workflow/DueDateField/DueDateField.d.ts +1 -0
  278. package/cjs/features/workflow/PrioritySelector/PrioritySelector.d.ts +1 -0
  279. package/cjs/features/workflow/ReassignButton/ReassignButton.d.ts +1 -0
  280. package/cjs/features/workflow/ReassignButton/components/ReassignDialog/ReassignDialog.d.ts +1 -0
  281. package/cjs/features/workflow/TaskActionButtons/TaskActionButtons.d.ts +1 -0
  282. package/cjs/features/workflow/TaskActions/TaskActions.d.ts +1 -0
  283. package/cjs/features/workflow/WorkflowComments/WorkflowComments.d.ts +1 -0
  284. package/cjs/features/workflow/WorkflowComments/components/Comment/Comment.d.ts +1 -0
  285. package/cjs/features/workflow/WorkflowComments/components/ExpandedComments/ExpandedComments.d.ts +1 -0
  286. package/cjs/features/workflow/WorkflowTaskCard/WorkflowTaskCard.d.ts +1 -0
  287. package/cjs/features/workflow/WorkflowTaskCard/components/DataChangeRequestTaskCard/DataChangeRequestTaskCard.d.ts +1 -0
  288. package/cjs/features/workflow/WorkflowTaskCard/components/PotentialMatchTaskCard/PotentialMatchTaskCard.d.ts +1 -0
  289. package/cjs/features/workflow/WorkflowTaskCard/components/WorkflowTaskCardsFactory/WorkflowTaskCardsFactory.d.ts +1 -0
  290. package/cjs/hooks/useBasicTableCellRenderer/CellRenderer.d.ts +1 -0
  291. package/cjs/hooks/useLayoutResetter/useLayoutResetter.d.ts +1 -0
  292. package/cjs/hooks/useSnackbar/useSnackbar.d.ts +1 -0
  293. package/cjs/index.d.ts +1 -0
  294. package/cjs/index.js +6 -4
  295. package/cjs/test-utils/TestStylesProvider.d.ts +1 -0
  296. package/esm/ActionsPanel/ActionsPanel.d.ts +1 -0
  297. package/esm/ActionsPanel/types.d.ts +1 -0
  298. package/esm/ArrowExpandButton/ArrowExpandButton.d.ts +1 -0
  299. package/esm/AsyncReactSelect/AsyncReactSelect.d.ts +1 -0
  300. package/esm/AttributeGroupIcon/AttributeGroupIcon.d.ts +1 -0
  301. package/esm/AttributeListItem/components/AttrTypeIcon/AttrTypeIcon.d.ts +1 -0
  302. package/esm/AttributeSelector/AttributeSelector.d.ts +1 -0
  303. package/esm/AttributeTitle/AttributeTitle.d.ts +1 -0
  304. package/esm/AttributesErrorsPanel/AttributesErrorsPanel.d.ts +1 -0
  305. package/esm/AttributesFiltersButton/components/ActionButtons/ActionButtons.d.ts +1 -0
  306. package/esm/AttributesView/AttributesView.d.ts +1 -0
  307. package/esm/AvatarWithFallback/AvatarWithFallback.d.ts +1 -0
  308. package/esm/BarChart/BarChart.d.ts +1 -0
  309. package/esm/BasicAttributeSelector/components/AttributeTitle/AttributeTitle.d.ts +1 -0
  310. package/esm/BasicViewHeader/BasicViewHeader.d.ts +1 -0
  311. package/esm/BooleanRadioEditor/BooleanRadioEditor.d.ts +1 -0
  312. package/esm/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.d.ts +1 -0
  313. package/esm/BubbleChart/BubbleChart.d.ts +1 -0
  314. package/esm/CardinalityMessage/CardinalityMessage.d.ts +1 -0
  315. package/esm/ChartLegend/ChartLegend.d.ts +1 -0
  316. package/esm/ChartTooltip/ChartTooltip.d.ts +1 -0
  317. package/esm/CloudChart/CloudChart.d.ts +1 -0
  318. package/esm/CollaborationItem/components/Avatar/Avatar.d.ts +1 -0
  319. package/esm/CollaborationItem/components/Comment/Comment.d.ts +1 -0
  320. package/esm/CollaborationItem/components/CommentContent/CommentContent.d.ts +1 -0
  321. package/esm/CollaborationItem/components/CommentTarget/CommentTarget.d.ts +1 -0
  322. package/esm/CollaborationItem/components/TextFieldWithMentions/TextFieldWithMentions.d.ts +1 -0
  323. package/esm/CollapseRowButton/CollapseRowButton.d.ts +1 -0
  324. package/esm/ColorBar/ColorBar.d.ts +1 -0
  325. package/esm/ColumnsSettings/ColumnsSettings.d.ts +1 -0
  326. package/esm/ColumnsSettings/components/ColumnsSettingsPopup/ColumnsSettingsPopup.d.ts +1 -0
  327. package/esm/CommentsContainer/CommentsContainer.d.ts +1 -0
  328. package/esm/ConfirmDeleteDialog/ConfirmDeleteDialog.d.ts +1 -0
  329. package/esm/ConnectionEditor/ConnectionEditor.d.ts +1 -0
  330. package/esm/ControlAttributeIcon/ControlAttributeIcon.d.ts +1 -0
  331. package/esm/CreatableReactSelect/CreatableReactSelect.d.ts +1 -0
  332. package/esm/CustomDateRangeEditor/CustomDateRangeEditor.d.ts +1 -0
  333. package/esm/DataTenantBadge/DataTenantBadge.d.ts +1 -0
  334. package/esm/DateEditor/DateEditor.d.ts +1 -0
  335. package/esm/DateIntervalSelector/DateIntervalSelector.d.ts +1 -0
  336. package/esm/DeleteButton/DeleteButton.d.ts +1 -0
  337. package/esm/DependentLookupEditor/DependentLookupEditor.d.ts +1 -0
  338. package/esm/DescriptionIcon/DescriptionIcon.d.ts +1 -0
  339. package/esm/Drawer/Drawer.d.ts +1 -0
  340. package/esm/EditModeAttributesView/EditModeAttributesView.d.ts +1 -0
  341. package/esm/EntityAvatar/EntityAvatar.d.ts +1 -0
  342. package/esm/EntityCreator/EntityCreator.d.ts +1 -0
  343. package/esm/EntitySelector/EntitySelector.d.ts +1 -0
  344. package/esm/EntitySelector/components/SingleValue/SingleValue.d.ts +1 -0
  345. package/esm/EntityTypeBadge/EntityTypeBadge.d.ts +1 -0
  346. package/esm/EntityTypeIcon/EntityTypeIcon.d.ts +1 -0
  347. package/esm/ErrorMessage/ErrorMessage.d.ts +1 -0
  348. package/esm/ErrorPopup/ErrorPopup.d.ts +1 -0
  349. package/esm/ExpandableSearchInput/ExpandableSearchInput.d.ts +1 -0
  350. package/esm/FileTypeEditor/FileTypeEditor.d.ts +1 -0
  351. package/esm/FilterButton/FilterButton.d.ts +1 -0
  352. package/esm/FilterValueEditor/FilterValueEditor.d.ts +1 -0
  353. package/esm/GaugeChart/GaugeChart.d.ts +13 -0
  354. package/esm/GaugeChart/GaugeChart.js +57 -0
  355. package/esm/GaugeChart/GaugeChart.test.d.ts +1 -0
  356. package/esm/GaugeChart/GaugeChart.test.js +188 -0
  357. package/esm/GaugeChart/constants.d.ts +6 -0
  358. package/esm/GaugeChart/constants.js +6 -0
  359. package/esm/GaugeChart/helpers.d.ts +9 -0
  360. package/esm/GaugeChart/helpers.js +18 -0
  361. package/esm/GaugeChart/helpers.test.d.ts +1 -0
  362. package/esm/GaugeChart/helpers.test.js +41 -0
  363. package/esm/GaugeChart/index.d.ts +1 -0
  364. package/esm/GaugeChart/index.js +1 -0
  365. package/esm/GaugeChart/styles.d.ts +1 -0
  366. package/esm/GaugeChart/styles.js +41 -0
  367. package/esm/GaugeChart/types.d.ts +5 -0
  368. package/esm/GaugeChart/types.js +1 -0
  369. package/esm/HOCs/withFilter/components/ColumnFilter/ColumnFilter.d.ts +1 -0
  370. package/esm/HOCs/withFilter/components/FilterChip/FilterChip.d.ts +1 -0
  371. package/esm/HOCs/withReactSelectMuiSkin/components/ReactSelectClearIndicator/ReactSelectClearIndicator.d.ts +1 -0
  372. package/esm/HOCs/withReactSelectMuiSkin/helpers.d.ts +1 -0
  373. package/esm/HOCs/withReactSelectMuiSkin/withReactSelectMuiSkin.d.ts +1 -0
  374. package/esm/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.d.ts +1 -0
  375. package/esm/HierarchyNodeTitle/HierarchyNodeTitle.d.ts +1 -0
  376. package/esm/Highlighter/Highlighter.d.ts +1 -0
  377. package/esm/IgnoreButton/IgnoreButton.d.ts +1 -0
  378. package/esm/ImageActionsOverlay/components/CheckedIcon/CheckedIcon.d.ts +1 -0
  379. package/esm/ImageAttributesGallery/ImageAttributesGallery.d.ts +1 -0
  380. package/esm/ImageAttributesGallery/components/GalleryView/GalleryView.d.ts +1 -0
  381. package/esm/ImageAttributesGallery/components/HeaderLeft/HeaderLeft.d.ts +1 -0
  382. package/esm/ImageAttributesGallery/components/HeaderRight/HeaderRight.d.ts +1 -0
  383. package/esm/ImageAttributesLine/types.d.ts +1 -0
  384. package/esm/ImageAttributesLineEditor/ImageAttributesLineEditor.d.ts +1 -0
  385. package/esm/ImageDetailsView/ImageDetailsView.d.ts +1 -0
  386. package/esm/ImageDetailsView/components/ImageDetailsViewCarousel/ImageDetailsViewCarousel.d.ts +1 -0
  387. package/esm/ImageDetailsView/components/ImageDetailsViewSidebar/ImageDetailsViewSidebar.d.ts +1 -0
  388. package/esm/ImageDetailsView/components/MetaInfo/MetaInfo.d.ts +1 -0
  389. package/esm/ImageDetailsView/components/MetaInfoForm/MetaInfoForm.d.ts +1 -0
  390. package/esm/ImageDetailsView/components/MetaInfoHeader/MetaInfoHeader.d.ts +1 -0
  391. package/esm/ImageDetailsView/components/MetaInfoList/MetaInfoList.d.ts +1 -0
  392. package/esm/ImageDetailsView/components/Thumbnails/Thumbnails.d.ts +1 -0
  393. package/esm/InlineAttributesList/InlineAttributesList.d.ts +1 -0
  394. package/esm/InlineAttributesPager/InlineAttributesPager.d.ts +1 -0
  395. package/esm/InlineAttributesPager/components/InlineImageAttributesBlock/InlineImageAttributesBlock.d.ts +1 -0
  396. package/esm/InlineAttributesPager/components/InlineNestedAttributesBlock/InlineNestedAttributesBlock.d.ts +1 -0
  397. package/esm/InlineAttributesPager/components/InlineReferenceAttributesBlock/InlineReferenceAttributesBlock.d.ts +1 -0
  398. package/esm/InlineAttributesPager/components/InlineSimpleAttributesBlock/InlineSimpleAttributesBlock.d.ts +1 -0
  399. package/esm/InlineComplexAttribute/components/CrosswalkIcon/CrosswalkIcon.d.ts +1 -0
  400. package/esm/InlineImageAttribute/InlineImageAttribute.d.ts +1 -0
  401. package/esm/InlineNestedAttribute/InlineNestedAttribute.d.ts +1 -0
  402. package/esm/InlineReferenceAttribute/InlineReferenceAttribute.d.ts +1 -0
  403. package/esm/InlineSimpleAttribute/InlineSimpleAttribute.d.ts +1 -0
  404. package/esm/LightArrowTooltip/LightArrowTooltip.d.ts +1 -0
  405. package/esm/LineChart/LineChart.d.ts +1 -0
  406. package/esm/LinearLoadIndicator/LinearLoadIndicator.d.ts +1 -0
  407. package/esm/LoadingSpinner/LoadingSpinner.d.ts +1 -0
  408. package/esm/LogicOperator/LogicOperator.d.ts +1 -0
  409. package/esm/LookupEditor/LookupEditor.d.ts +1 -0
  410. package/esm/MapChart/MapChart.d.ts +1 -0
  411. package/esm/MapChart/components/Legend/Legend.d.ts +1 -0
  412. package/esm/Marginator/Marginator.d.ts +1 -0
  413. package/esm/MaskingSwitcher/MaskingSwitcher.d.ts +1 -0
  414. package/esm/MatchRulesBlock/MatchRulesBlock.d.ts +1 -0
  415. package/esm/MatchRulesSelector/MatchRulesSelector.d.ts +1 -0
  416. package/esm/MatchRulesTooltip/MatchRulesTooltip.d.ts +1 -0
  417. package/esm/MetadataTypesSelector/components/ListLabel/ListLabel.d.ts +1 -0
  418. package/esm/MoreAttributesButton/MoreAttributesButton.d.ts +1 -0
  419. package/esm/MultipleInput/MultipleInput.d.ts +1 -0
  420. package/esm/NotMatchRule/NotMatchRule.d.ts +1 -0
  421. package/esm/NumberEditor/NumberEditor.d.ts +1 -0
  422. package/esm/PieChart/PieChart.d.ts +1 -0
  423. package/esm/PieChart/components/ActiveShape/ActiveShape.d.ts +1 -0
  424. package/esm/PinButton/PinButton.d.ts +1 -0
  425. package/esm/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.d.ts +1 -0
  426. package/esm/ProfileBandNavigation/ProfileBandNavigation.d.ts +1 -0
  427. package/esm/ProfileBandNavigation/components/ProfileBandNavigationWidget/ProfileBandNavigationWidget.d.ts +1 -0
  428. package/esm/ProfileCard/components/ProfileCardContent/ProfileCardContent.d.ts +1 -0
  429. package/esm/ProfileCard/components/ProfileCardPlaceholder/ProfileCardPlaceholder.d.ts +1 -0
  430. package/esm/ProfilesList/ProfilesList.d.ts +1 -0
  431. package/esm/QueryBuilderRow/components/ReadOnlyFilter/ReadOnlyFilter.d.ts +1 -0
  432. package/esm/QueryBuilderRow/components/ReadOnlyLogicOperator/ReadOnlyLogicOperator.d.ts +1 -0
  433. package/esm/ReactSelect/ReactSelect.d.ts +1 -0
  434. package/esm/ReactSelectMenuList/ReactSelectMenuList.d.ts +1 -0
  435. package/esm/ReadOnlyAttributesPager/components/ImageLineRenderer/ImageLineRenderer.d.ts +1 -0
  436. package/esm/ReadOnlyAttributesPager/components/MultiLineRenderer/MultiLineRenderer.d.ts +1 -0
  437. package/esm/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.d.ts +1 -0
  438. package/esm/ReadOnlyAttributesPager/components/SpecialRenderer/SpecialRenderer.d.ts +1 -0
  439. package/esm/ReadOnlyAttributesView/ReadOnlyAttributesView.d.ts +1 -0
  440. package/esm/ReadOnlyImageAttributesLine/ReadOnlyImageAttributesLine.d.ts +1 -0
  441. package/esm/RelevanceScoreBadge/RelevanceScoreBadge.d.ts +1 -0
  442. package/esm/ReltioMap/ReltioMap.d.ts +1 -0
  443. package/esm/ReltioMap/components/TopCenterMapControls/TopCenterMapControls.d.ts +1 -0
  444. package/esm/RequiredMark/RequiredMark.d.ts +1 -0
  445. package/esm/Roles/Roles.d.ts +1 -0
  446. package/esm/Roles/components/Role/Role.d.ts +1 -0
  447. package/esm/RolesEditor/RolesEditor.d.ts +1 -0
  448. package/esm/SaveSegmentDialog/SaveSegmentDialog.d.ts +1 -0
  449. package/esm/ScrollableTabs/ScrollableTabs.d.ts +1 -0
  450. package/esm/SearchHighlighter/SearchHighlighter.d.ts +1 -0
  451. package/esm/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.d.ts +1 -0
  452. package/esm/SettingsMenu/SettingsMenu.d.ts +1 -0
  453. package/esm/ShowLess/ShowLess.d.ts +1 -0
  454. package/esm/ShowMore/ShowMore.d.ts +1 -0
  455. package/esm/SimpleAttribute/SimpleAttribute.d.ts +1 -0
  456. package/esm/SimpleDropDownSelector/components/DropDownValue/DropDownValue.d.ts +1 -0
  457. package/esm/SimpleMatchRules/SimpleMatchRules.d.ts +1 -0
  458. package/esm/SourceIcon/SourceIcon.d.ts +1 -0
  459. package/esm/SourceItem/SourceItem.d.ts +1 -0
  460. package/esm/SourceSystemsSelector/SourceSystemsSelector.d.ts +1 -0
  461. package/esm/Spacer/Spacer.d.ts +1 -0
  462. package/esm/StepNavigation/StepNavigation.d.ts +1 -0
  463. package/esm/StepNavigation/components/ProgressButton/ProgressButton.d.ts +1 -0
  464. package/esm/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.d.ts +1 -0
  465. package/esm/TableWithBars/components/NumberCellValueRenderer/NumberCellValueRenderer.d.ts +1 -0
  466. package/esm/Tags/Tags.d.ts +1 -0
  467. package/esm/Tags/components/Tag/Tag.d.ts +1 -0
  468. package/esm/TagsEditor/TagsEditor.d.ts +1 -0
  469. package/esm/TenantIcon/TenantIcon.d.ts +1 -0
  470. package/esm/TenantLabel/TenantLabel.d.ts +1 -0
  471. package/esm/TenantsDropDownSelector/TenantsDropDownSelector.d.ts +1 -0
  472. package/esm/TimestampEditor/TimestampEditor.d.ts +1 -0
  473. package/esm/TransitiveMatchRule/TransitiveMatchRule.d.ts +1 -0
  474. package/esm/TransitiveMatchRulesTooltip/TransitiveMatchRulesTooltip.d.ts +1 -0
  475. package/esm/TreeChart/TreeChart.d.ts +1 -0
  476. package/esm/TreeChart/components/CustomizedContent/CustomizedContent.d.ts +1 -0
  477. package/esm/TypeaheadEditor/TypeaheadEditor.d.ts +1 -0
  478. package/esm/UploadFileButton/UploadFileButton.d.ts +1 -0
  479. package/esm/UploadFileButton/components/UploadMode/UploadMode.d.ts +1 -0
  480. package/esm/UploadImageDialog/UploadImageDialog.d.ts +1 -0
  481. package/esm/UploadImageDialog/components/DividerWithText/DividerWithText.d.ts +1 -0
  482. package/esm/UploadImageDialog/components/ErrorSnackbar/ErrorSnackbar.d.ts +1 -0
  483. package/esm/UploadImageDialog/components/ImageByUrlField/ImageByUrlField.d.ts +1 -0
  484. package/esm/UploadImageDialog/components/SelectImageButton/SelectImageButton.d.ts +1 -0
  485. package/esm/UploadImageDialog/components/TargetBox/TargetBox.d.ts +1 -0
  486. package/esm/UserSelector/UserSelector.d.ts +1 -0
  487. package/esm/ValueChip/ValueChip.d.ts +1 -0
  488. package/esm/VerticalDivider/VerticalDivider.d.ts +1 -0
  489. package/esm/VerticalHeadingsTable/components/TableCell/TableCell.d.ts +1 -0
  490. package/esm/VerticalHeadingsTable/components/TableCellWithDnd/TableCellWithDnd.d.ts +1 -0
  491. package/esm/VerticalHeadingsTable/components/TableColumnDragLayer/TableColumnDragLayer.d.ts +1 -0
  492. package/esm/VerticalHeadingsTable/components/TableColumnDragPreview/TableColumnDragPreview.d.ts +1 -0
  493. package/esm/VerticalHeadingsTable/components/TableRow/TableRow.d.ts +1 -0
  494. package/esm/VerticalHeadingsTable/components/TableRowWithDnd/TableRowWithDnd.d.ts +1 -0
  495. package/esm/VerticalHeadingsTable/types.d.ts +1 -0
  496. package/esm/ViewMoreToggle/ViewMoreToggle.d.ts +1 -0
  497. package/esm/features/activity-log/ActivitiesFactory/ActivitiesFactory.d.ts +1 -0
  498. package/esm/features/activity-log/ActivitiesFactory/components/CommentActivity/CommentActivity.d.ts +1 -0
  499. package/esm/features/activity-log/ActivitiesFactory/components/GroupActivity/GroupActivity.d.ts +1 -0
  500. package/esm/features/activity-log/ActivitiesFactory/components/MergeActivity/MergeActivity.d.ts +1 -0
  501. package/esm/features/activity-log/ActivitiesFactory/components/ObjectLabel/ObjectLabel.d.ts +1 -0
  502. package/esm/features/activity-log/ActivitiesFactory/components/PotentialMatchActivity/PotentialMatchActivity.d.ts +1 -0
  503. package/esm/features/activity-log/ActivitiesFactory/components/ProfileActivity/ProfileActivity.d.ts +1 -0
  504. package/esm/features/activity-log/ActivitiesFactory/components/RelationActivity/RelationActivity.d.ts +1 -0
  505. package/esm/features/activity-log/ActivitiesFactory/components/SearchActivity/SearchActivity.d.ts +1 -0
  506. package/esm/features/activity-log/ActivitiesFactory/components/SimpleActivity/SimpleActivity.d.ts +1 -0
  507. package/esm/features/activity-log/ActivitiesFactory/components/SynchronizationIssuesActivity/SynchronizationIssuesActivity.d.ts +1 -0
  508. package/esm/features/activity-log/ActivityExportButton/ActivityExportButton.d.ts +1 -0
  509. package/esm/features/activity-log/ActivityFilterButton/ActivityFilterButton.d.ts +1 -0
  510. package/esm/features/activity-log/ActivityFilterEditor/ActivityFilterEditor.d.ts +1 -0
  511. package/esm/features/activity-log/ActivityFilterEditor/components/ActivitySelector/ActivitySelector.d.ts +1 -0
  512. package/esm/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/DateRangeSelector.d.ts +1 -0
  513. package/esm/features/activity-log/ActivityFilterEditor/components/EntityChangedSelectors/EntityChangedSelectors.d.ts +1 -0
  514. package/esm/features/activity-log/ActivityFilterEditor/components/EntityTypesSelector/EntityTypesSelector.d.ts +1 -0
  515. package/esm/features/activity-log/ActivityFilterEditor/components/SourceSelector/SourceSelector.d.ts +1 -0
  516. package/esm/features/activity-log/ActivityLog/ActivityLog.d.ts +1 -0
  517. package/esm/features/activity-log/ActivityLog/components/ActivityItem/ActivityItem.d.ts +1 -0
  518. package/esm/features/activity-log/ActivityLog/components/GroupItem/GroupItem.d.ts +1 -0
  519. package/esm/features/activity-log/ActivityLogFilter/ActivityLogFilter.d.ts +1 -0
  520. package/esm/features/activity-log/EntityObject/EntityObject.d.ts +1 -0
  521. package/esm/features/activity-log/EntityRecord/EntityRecord.d.ts +1 -0
  522. package/esm/features/activity-log/MoreItemsLink/MoreItemsLink.d.ts +1 -0
  523. package/esm/features/activity-log/PotentialMatchRecord/PotentialMatchRecord.d.ts +1 -0
  524. package/esm/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/PotentialMatchField.d.ts +1 -0
  525. package/esm/features/activity-log/RecordUpdates/RecordUpdates.d.ts +1 -0
  526. package/esm/features/activity-log/RecordUpdates/components/DeltaField/DeltaField.d.ts +1 -0
  527. package/esm/features/activity-log/RelationObject/RelationObject.d.ts +1 -0
  528. package/esm/features/activity-log/RelationRecord/RelationRecord.d.ts +1 -0
  529. package/esm/features/activity-log/contexts/CollapsibleItemsContext.d.ts +1 -0
  530. package/esm/features/crosswalks/AttributesTable/components/AttributesFactory/AttributesFactory.d.ts +1 -0
  531. package/esm/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.d.ts +1 -0
  532. package/esm/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.d.ts +1 -0
  533. package/esm/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/DefaultCellValueRenderer.d.ts +1 -0
  534. package/esm/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.d.ts +1 -0
  535. package/esm/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.d.ts +1 -0
  536. package/esm/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.d.ts +1 -0
  537. package/esm/features/crosswalks/AttributesTable/components/RowCellRenderer/RowCellRenderer.d.ts +1 -0
  538. package/esm/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.d.ts +1 -0
  539. package/esm/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.d.ts +1 -0
  540. package/esm/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.d.ts +1 -0
  541. package/esm/features/crosswalks/AttributesTable/components/WinnerSource/WinnerSource.d.ts +1 -0
  542. package/esm/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.d.ts +1 -0
  543. package/esm/features/crosswalks/AttributesTable/types.d.ts +1 -0
  544. package/esm/features/crosswalks/CopyableValueField/CopyableValueField.d.ts +1 -0
  545. package/esm/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.d.ts +1 -0
  546. package/esm/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.d.ts +1 -0
  547. package/esm/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.d.ts +1 -0
  548. package/esm/features/crosswalks/CrosswalkEditor/CrosswalkEditor.d.ts +1 -0
  549. package/esm/features/crosswalks/ShowDependentLink/ShowDependentLink.d.ts +1 -0
  550. package/esm/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.d.ts +1 -0
  551. package/esm/features/graph/SigmaGraphResizer/SigmaGraphResizer.d.ts +1 -0
  552. package/esm/features/graph/ZoomSlider/ZoomSlider.d.ts +1 -0
  553. package/esm/features/history/ContributorsPanel/ContributorsPanel.d.ts +1 -0
  554. package/esm/features/history/ContributorsPanel/components/ContributorItem/ContributorItem.d.ts +1 -0
  555. package/esm/features/history/DateRangeSelector/DateRangeSelector.d.ts +1 -0
  556. package/esm/features/history/HistoryActivitySelector/HistoryActivitySelector.d.ts +1 -0
  557. package/esm/features/history/HistoryFilterButton/HistoryFilterButton.d.ts +1 -0
  558. package/esm/features/history/HistoryGraph/components/HistoryLink/HistoryLink.d.ts +1 -0
  559. package/esm/features/history/HistoryHeader/HistoryHeader.d.ts +1 -0
  560. package/esm/features/history/HistoryMenuButton/HistoryMenuButton.d.ts +1 -0
  561. package/esm/features/history/HistoryPanelEmptyState/HistoryPanelEmptyState.d.ts +1 -0
  562. package/esm/features/history/HistoryRow/HistoryRow.d.ts +1 -0
  563. package/esm/features/history/HistoryTree/HistoryTree.d.ts +1 -0
  564. package/esm/features/history/ProfileBandHistory/ProfileBandHistory.d.ts +1 -0
  565. package/esm/features/workflow/AddWorkflowButton/AddWorkflowButton.d.ts +1 -0
  566. package/esm/features/workflow/AddWorkflowDialog/AddWorkflowDialog.d.ts +1 -0
  567. package/esm/features/workflow/AssigneeSelector/AssigneeSelector.d.ts +1 -0
  568. package/esm/features/workflow/AttributesChanges/AttributesChanges.d.ts +1 -0
  569. package/esm/features/workflow/AttributesChanges/components/DCRChangesList/DCRChangesList.d.ts +1 -0
  570. package/esm/features/workflow/AttributesChanges/components/DiffRenderer/DiffRenderer.d.ts +1 -0
  571. package/esm/features/workflow/AttributesChanges/components/ShowMoreLink/ShowMoreLink.d.ts +1 -0
  572. package/esm/features/workflow/DueDateField/DueDateField.d.ts +1 -0
  573. package/esm/features/workflow/PrioritySelector/PrioritySelector.d.ts +1 -0
  574. package/esm/features/workflow/ReassignButton/ReassignButton.d.ts +1 -0
  575. package/esm/features/workflow/ReassignButton/components/ReassignDialog/ReassignDialog.d.ts +1 -0
  576. package/esm/features/workflow/TaskActionButtons/TaskActionButtons.d.ts +1 -0
  577. package/esm/features/workflow/TaskActions/TaskActions.d.ts +1 -0
  578. package/esm/features/workflow/WorkflowComments/WorkflowComments.d.ts +1 -0
  579. package/esm/features/workflow/WorkflowComments/components/Comment/Comment.d.ts +1 -0
  580. package/esm/features/workflow/WorkflowComments/components/ExpandedComments/ExpandedComments.d.ts +1 -0
  581. package/esm/features/workflow/WorkflowTaskCard/WorkflowTaskCard.d.ts +1 -0
  582. package/esm/features/workflow/WorkflowTaskCard/components/DataChangeRequestTaskCard/DataChangeRequestTaskCard.d.ts +1 -0
  583. package/esm/features/workflow/WorkflowTaskCard/components/PotentialMatchTaskCard/PotentialMatchTaskCard.d.ts +1 -0
  584. package/esm/features/workflow/WorkflowTaskCard/components/WorkflowTaskCardsFactory/WorkflowTaskCardsFactory.d.ts +1 -0
  585. package/esm/hooks/useBasicTableCellRenderer/CellRenderer.d.ts +1 -0
  586. package/esm/hooks/useLayoutResetter/useLayoutResetter.d.ts +1 -0
  587. package/esm/hooks/useSnackbar/useSnackbar.d.ts +1 -0
  588. package/esm/index.d.ts +1 -0
  589. package/esm/index.js +1 -0
  590. package/esm/test-utils/TestStylesProvider.d.ts +1 -0
  591. package/package.json +3 -3
@@ -0,0 +1,193 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
14
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
15
+ return new (P || (P = Promise))(function (resolve, reject) {
16
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
17
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
18
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
19
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
20
+ });
21
+ };
22
+ var __generator = (this && this.__generator) || function (thisArg, body) {
23
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
24
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
25
+ function verb(n) { return function (v) { return step([n, v]); }; }
26
+ function step(op) {
27
+ if (f) throw new TypeError("Generator is already executing.");
28
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
29
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
30
+ if (y = 0, t) op = [op[0] & 2, t.value];
31
+ switch (op[0]) {
32
+ case 0: case 1: t = op; break;
33
+ case 4: _.label++; return { value: op[1], done: false };
34
+ case 5: _.label++; y = op[1]; op = [0]; continue;
35
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
36
+ default:
37
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
38
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
39
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
40
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
41
+ if (t[2]) _.ops.pop();
42
+ _.trys.pop(); continue;
43
+ }
44
+ op = body.call(thisArg, _);
45
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
46
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
47
+ }
48
+ };
49
+ var __importDefault = (this && this.__importDefault) || function (mod) {
50
+ return (mod && mod.__esModule) ? mod : { "default": mod };
51
+ };
52
+ Object.defineProperty(exports, "__esModule", { value: true });
53
+ var react_1 = __importDefault(require("react"));
54
+ var react_2 = require("@testing-library/react");
55
+ var GaugeChart_1 = require("./GaugeChart");
56
+ var defaultProps = {
57
+ width: 400,
58
+ height: 300,
59
+ data: [
60
+ { color: 'rgba(241, 35, 35, 1)', value: 30 },
61
+ { color: 'rgba(255, 109, 26, 1)', value: 40 },
62
+ { color: 'rgba(255, 238, 54, 1)', value: 20 },
63
+ { color: 'rgba(147, 244, 87, 1)', value: 10 }
64
+ ],
65
+ value: 50,
66
+ label: 'Label',
67
+ isAnimationActive: false
68
+ };
69
+ var removeExtraSpaces = function (str) { return str.replace(/\s{2,}/g, ' '); };
70
+ var setUp = function (props) {
71
+ if (props === void 0) { props = defaultProps; }
72
+ var result = (0, react_2.render)(react_1.default.createElement(GaugeChart_1.GaugeChart, __assign({}, props)));
73
+ return __assign(__assign({}, result), { rerender: function (newProps) { return result.rerender(react_1.default.createElement(GaugeChart_1.GaugeChart, __assign({}, props, newProps))); } });
74
+ };
75
+ describe('Gauge chart behaviour', function () {
76
+ it('should render chart correctly in basic scenario', function () { return __awaiter(void 0, void 0, void 0, function () {
77
+ var rerender, text, gaugeChart, pieChart, pie, sectors, indicator, firstSector, secondSector, thirdSector, fourthSector;
78
+ return __generator(this, function (_a) {
79
+ rerender = setUp(__assign(__assign({}, defaultProps), { width: 0, height: 0 })).rerender;
80
+ text = react_2.screen.getByTestId('gauge-chart-text');
81
+ Object.defineProperty((0, react_2.within)(text).getByText('Label'), 'clientHeight', { configurable: true, value: 16 });
82
+ rerender(defaultProps);
83
+ gaugeChart = react_2.screen.getByTestId('gauge-chart');
84
+ pieChart = gaugeChart.querySelector('.recharts-wrapper');
85
+ expect(gaugeChart).toHaveStyle({ width: '400px', height: '300px' });
86
+ expect(pieChart).toHaveStyle({ width: '400px', height: '300px' });
87
+ pie = gaugeChart.querySelector('.recharts-surface');
88
+ expect(pie).toHaveStyle({ width: '100%', height: '100%' });
89
+ expect(pie).toHaveAttribute('width', '400');
90
+ expect(pie).toHaveAttribute('height', '300');
91
+ expect(pie).toHaveAttribute('cx', '50%');
92
+ expect(pie).toHaveAttribute('cy', '50%');
93
+ sectors = gaugeChart.querySelectorAll('.recharts-pie-sector');
94
+ indicator = react_2.screen.getByTestId('gauge-chart-indicator');
95
+ expect(sectors).toHaveLength(4);
96
+ firstSector = sectors[0].querySelector('.recharts-sector');
97
+ expect(firstSector).toHaveAttribute('fill', 'rgba(241, 35, 35, 1)');
98
+ expect(firstSector).toHaveAttribute('cx', '200');
99
+ expect(firstSector).toHaveAttribute('cy', '250');
100
+ expect(removeExtraSpaces(firstSector.getAttribute('d'))).toBe('M 0,249.99999999999997 A 200,200,0, 0,1, 82.4429495415054,88.19660112501052 L 105.95435963320432,120.55728090000841 A 160,160,0, 0,0, 40,249.99999999999997 Z');
101
+ secondSector = sectors[1].querySelector('.recharts-sector');
102
+ expect(secondSector).toHaveAttribute('fill', 'rgba(255, 109, 26, 1)');
103
+ expect(secondSector).toHaveAttribute('cx', '200');
104
+ expect(secondSector).toHaveAttribute('cy', '250');
105
+ expect(removeExtraSpaces(secondSector.getAttribute('d'))).toBe('M 82.4429495415054,88.19660112501052 A 200,200,0, 0,1, 317.55705045849464,88.19660112501052 L 294.04564036679574,120.55728090000841 A 160,160,0, 0,0, 105.95435963320432,120.55728090000841 Z');
106
+ thirdSector = sectors[2].querySelector('.recharts-sector');
107
+ expect(thirdSector).toHaveAttribute('fill', 'rgba(255, 238, 54, 1)');
108
+ expect(thirdSector).toHaveAttribute('cx', '200');
109
+ expect(thirdSector).toHaveAttribute('cy', '250');
110
+ expect(removeExtraSpaces(thirdSector.getAttribute('d'))).toBe('M 317.55705045849464,88.19660112501052 A 200,200,0, 0,1, 390.21130325903073,188.19660112501052 L 352.1690426072246,200.5572809000084 A 160,160,0, 0,0, 294.04564036679574,120.55728090000841 Z');
111
+ fourthSector = sectors[3].querySelector('.recharts-sector');
112
+ expect(fourthSector).toHaveAttribute('fill', 'rgba(147, 244, 87, 1)');
113
+ expect(fourthSector).toHaveAttribute('cx', '200');
114
+ expect(fourthSector).toHaveAttribute('cy', '250');
115
+ expect(removeExtraSpaces(fourthSector.getAttribute('d'))).toBe('M 390.21130325903073,188.19660112501052 A 200,200,0, 0,1, 400,250 L 360,250 A 160,160,0, 0,0, 352.1690426072246,200.5572809000084 Z');
116
+ expect(indicator).toHaveStyle({ opacity: 1 });
117
+ expect(indicator).toHaveAttribute('d', 'M198 98L202 98 L200 36 L198 98');
118
+ expect(text).toHaveStyle({ top: '30%', bottom: 'calc(16.666666666666664% - 0px)', left: '10%', right: '10%' });
119
+ (0, react_2.within)(text).getByText('50');
120
+ (0, react_2.within)(text).getByText('Label');
121
+ return [2 /*return*/];
122
+ });
123
+ }); });
124
+ it('should render chart correctly if the label height is more than 16 pixels', function () { return __awaiter(void 0, void 0, void 0, function () {
125
+ var rerender, text, gaugeChart, indicator, sectors, firstSector, secondSector, thirdSector, fourthSector;
126
+ return __generator(this, function (_a) {
127
+ rerender = setUp(__assign(__assign({}, defaultProps), { width: 0, height: 0 })).rerender;
128
+ text = react_2.screen.getByTestId('gauge-chart-text');
129
+ Object.defineProperty((0, react_2.within)(text).getByText('Label'), 'clientHeight', { configurable: true, value: 48 });
130
+ rerender(defaultProps);
131
+ gaugeChart = react_2.screen.getByTestId('gauge-chart');
132
+ indicator = react_2.screen.getByTestId('gauge-chart-indicator');
133
+ sectors = gaugeChart.querySelectorAll('.recharts-pie-sector');
134
+ firstSector = sectors[0].querySelector('.recharts-sector');
135
+ expect(firstSector).toHaveAttribute('cx', '200');
136
+ expect(firstSector).toHaveAttribute('cy', '234');
137
+ expect(removeExtraSpaces(firstSector.getAttribute('d'))).toBe('M 0,233.99999999999997 A 200,200,0, 0,1, 82.4429495415054,72.19660112501052 L 105.95435963320432,104.55728090000841 A 160,160,0, 0,0, 40,233.99999999999997 Z');
138
+ secondSector = sectors[1].querySelector('.recharts-sector');
139
+ expect(secondSector).toHaveAttribute('cx', '200');
140
+ expect(secondSector).toHaveAttribute('cy', '234');
141
+ expect(removeExtraSpaces(secondSector.getAttribute('d'))).toBe('M 82.4429495415054,72.19660112501052 A 200,200,0, 0,1, 317.55705045849464,72.19660112501052 L 294.04564036679574,104.55728090000841 A 160,160,0, 0,0, 105.95435963320432,104.55728090000841 Z');
142
+ thirdSector = sectors[2].querySelector('.recharts-sector');
143
+ expect(thirdSector).toHaveAttribute('cx', '200');
144
+ expect(thirdSector).toHaveAttribute('cy', '234');
145
+ expect(removeExtraSpaces(thirdSector.getAttribute('d'))).toBe('M 317.55705045849464,72.19660112501052 A 200,200,0, 0,1, 390.21130325903073,172.19660112501052 L 352.1690426072246,184.5572809000084 A 160,160,0, 0,0, 294.04564036679574,104.55728090000841 Z');
146
+ fourthSector = sectors[3].querySelector('.recharts-sector');
147
+ expect(fourthSector).toHaveAttribute('cx', '200');
148
+ expect(fourthSector).toHaveAttribute('cy', '234');
149
+ expect(removeExtraSpaces(fourthSector.getAttribute('d'))).toBe('M 390.21130325903073,172.19660112501052 A 200,200,0, 0,1, 400,234 L 360,234 A 160,160,0, 0,0, 352.1690426072246,184.5572809000084 Z');
150
+ expect(indicator).toHaveAttribute('d', 'M198 82L202 82 L200 20 L198 82');
151
+ expect(text).toHaveStyle({ top: '24.666666666666668%', bottom: 'calc(22% - 32px)', left: '10%', right: '10%' });
152
+ return [2 /*return*/];
153
+ });
154
+ }); });
155
+ it('should render chart correctly if the label height is less than 16 pixels', function () { return __awaiter(void 0, void 0, void 0, function () {
156
+ var rerender, text, gaugeChart, indicator, sectors, firstSector, secondSector, thirdSector, fourthSector;
157
+ return __generator(this, function (_a) {
158
+ rerender = setUp(__assign(__assign({}, defaultProps), { width: 0, height: 0 })).rerender;
159
+ text = react_2.screen.getByTestId('gauge-chart-text');
160
+ Object.defineProperty((0, react_2.within)(text).getByText('Label'), 'clientHeight', { configurable: true, value: 6 });
161
+ rerender(defaultProps);
162
+ gaugeChart = react_2.screen.getByTestId('gauge-chart');
163
+ indicator = react_2.screen.getByTestId('gauge-chart-indicator');
164
+ sectors = gaugeChart.querySelectorAll('.recharts-pie-sector');
165
+ firstSector = sectors[0].querySelector('.recharts-sector');
166
+ expect(firstSector).toHaveAttribute('cx', '200');
167
+ expect(firstSector).toHaveAttribute('cy', '250');
168
+ expect(removeExtraSpaces(firstSector.getAttribute('d'))).toBe('M 0,249.99999999999997 A 200,200,0, 0,1, 82.4429495415054,88.19660112501052 L 105.95435963320432,120.55728090000841 A 160,160,0, 0,0, 40,249.99999999999997 Z');
169
+ secondSector = sectors[1].querySelector('.recharts-sector');
170
+ expect(secondSector).toHaveAttribute('cx', '200');
171
+ expect(secondSector).toHaveAttribute('cy', '250');
172
+ expect(removeExtraSpaces(secondSector.getAttribute('d'))).toBe('M 82.4429495415054,88.19660112501052 A 200,200,0, 0,1, 317.55705045849464,88.19660112501052 L 294.04564036679574,120.55728090000841 A 160,160,0, 0,0, 105.95435963320432,120.55728090000841 Z');
173
+ thirdSector = sectors[2].querySelector('.recharts-sector');
174
+ expect(thirdSector).toHaveAttribute('cx', '200');
175
+ expect(thirdSector).toHaveAttribute('cy', '250');
176
+ expect(removeExtraSpaces(thirdSector.getAttribute('d'))).toBe('M 317.55705045849464,88.19660112501052 A 200,200,0, 0,1, 390.21130325903073,188.19660112501052 L 352.1690426072246,200.5572809000084 A 160,160,0, 0,0, 294.04564036679574,120.55728090000841 Z');
177
+ fourthSector = sectors[3].querySelector('.recharts-sector');
178
+ expect(fourthSector).toHaveAttribute('cx', '200');
179
+ expect(fourthSector).toHaveAttribute('cy', '250');
180
+ expect(removeExtraSpaces(fourthSector.getAttribute('d'))).toBe('M 390.21130325903073,188.19660112501052 A 200,200,0, 0,1, 400,250 L 360,250 A 160,160,0, 0,0, 352.1690426072246,200.5572809000084 Z');
181
+ expect(indicator).toHaveAttribute('d', 'M198 98L202 98 L200 36 L198 98');
182
+ expect(text).toHaveStyle({ top: '30%', bottom: 'calc(16.666666666666664% - -10px)', left: '10%', right: '10%' });
183
+ return [2 /*return*/];
184
+ });
185
+ }); });
186
+ it('should render custom label correctly', function () {
187
+ var props = __assign(__assign({}, defaultProps), { value: 78.4, renderValue: function (value) { return react_1.default.createElement("span", { "data-reltio-id": "custom-label" },
188
+ Math.round(value),
189
+ "%"); } });
190
+ setUp(props);
191
+ expect(react_2.screen.getByTestId('custom-label')).toHaveTextContent('78%');
192
+ });
193
+ });
@@ -0,0 +1,6 @@
1
+ export declare const MAX_RADIUS = 200;
2
+ export declare const RADIAN: number;
3
+ export declare const ARC_WIDTH_AS_PERCENTAGES = 0.2;
4
+ export declare const BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES = 0.04;
5
+ export declare const TOP_INDICATOR_HEIGHT_AS_PERCENTAGES = 0.07;
6
+ export declare const INDICATOR_WIDTH_AS_PERCENTAGES = 0.01;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.INDICATOR_WIDTH_AS_PERCENTAGES = exports.TOP_INDICATOR_HEIGHT_AS_PERCENTAGES = exports.BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES = exports.ARC_WIDTH_AS_PERCENTAGES = exports.RADIAN = exports.MAX_RADIUS = void 0;
4
+ exports.MAX_RADIUS = 200;
5
+ exports.RADIAN = Math.PI / 180;
6
+ exports.ARC_WIDTH_AS_PERCENTAGES = 0.2;
7
+ exports.BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES = 0.04;
8
+ exports.TOP_INDICATOR_HEIGHT_AS_PERCENTAGES = 0.07;
9
+ exports.INDICATOR_WIDTH_AS_PERCENTAGES = 0.01;
@@ -0,0 +1,9 @@
1
+ import { GaugeItem } from './types';
2
+ export declare const getGaugeIndicatorCoords: (value: number, data: GaugeItem[], cx: number, cy: number, oR: number, iR: number) => {
3
+ x1: number;
4
+ y1: number;
5
+ x2: number;
6
+ y2: number;
7
+ x3: number;
8
+ y3: number;
9
+ };
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getGaugeIndicatorCoords = void 0;
4
+ var constants_1 = require("./constants");
5
+ var getGaugeIndicatorCoords = function (value, data, cx, cy, oR, iR) {
6
+ var total = data.reduce(function (sum, _a) {
7
+ var value = _a.value;
8
+ return sum + value;
9
+ }, 0);
10
+ var angle = 180.0 * (1 - value / total);
11
+ var width = constants_1.INDICATOR_WIDTH_AS_PERCENTAGES * oR;
12
+ var sin = Math.sin(-constants_1.RADIAN * angle);
13
+ var cos = Math.cos(-constants_1.RADIAN * angle);
14
+ var x1 = cx + (iR - constants_1.BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * cos + width * sin;
15
+ var y1 = cy + (iR - constants_1.BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * sin - width * cos;
16
+ var x2 = cx + (iR - constants_1.BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * cos - width * sin;
17
+ var y2 = cy + (iR - constants_1.BOTTOM_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * sin + width * cos;
18
+ var x3 = cx + (oR + constants_1.TOP_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * cos;
19
+ var y3 = cy + (oR + constants_1.TOP_INDICATOR_HEIGHT_AS_PERCENTAGES * oR) * sin;
20
+ return { x1: x1, y1: y1, x2: x2, y2: y2, x3: x3, y3: y3 };
21
+ };
22
+ exports.getGaugeIndicatorCoords = getGaugeIndicatorCoords;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var helpers_1 = require("./helpers");
4
+ describe('gauge chart helpers behaviour', function () {
5
+ it('should calc gauge indicator coordinates correctly', function () {
6
+ expect((0, helpers_1.getGaugeIndicatorCoords)(75, [
7
+ { color: 'rgba(241, 35, 35, 1)', value: 30 },
8
+ { color: 'rgba(255, 109, 26, 1)', value: 40 },
9
+ { color: 'rgba(255, 238, 54, 1)', value: 20 },
10
+ { color: 'rgba(147, 244, 87, 1)', value: 10 }
11
+ ], 200, 250, 200, 180)).toEqual({
12
+ x1: 320.2081528017131,
13
+ x2: 323.0365799264593,
14
+ x3: 351.32085117392114,
15
+ y1: 126.96342007354075,
16
+ y2: 129.79184719828694,
17
+ y3: 98.67914882607883
18
+ });
19
+ expect((0, helpers_1.getGaugeIndicatorCoords)(30, [
20
+ { color: 'rgba(241, 35, 35, 1)', value: 50 },
21
+ { color: 'rgba(255, 109, 26, 1)', value: 50 }
22
+ ], 300, 360, 120, 130)).toEqual({
23
+ x1: 225.43846601973246,
24
+ x2: 227.38010680623233,
25
+ x3: 224.52837360564646,
26
+ y1: 259.41641460700754,
27
+ y2: 258.0057300015056,
28
+ y3: 256.1222179222567
29
+ });
30
+ expect((0, helpers_1.getGaugeIndicatorCoords)(30, [
31
+ { color: 'rgba(241, 35, 35, 1)', value: 40 },
32
+ { color: 'rgba(255, 109, 26, 1)', value: 50 },
33
+ { color: 'rgba(147, 244, 87, 1)', value: 70 }
34
+ ], 200, 200, 180, 150)).toEqual({
35
+ x1: 80.26611294376123,
36
+ x2: 82.2661657826318,
37
+ x3: 39.85895267052976,
38
+ y1: 122.16121602694538,
39
+ y2: 119.16792542265621,
40
+ y3: 92.99717312042462
41
+ });
42
+ });
43
+ });
@@ -0,0 +1 @@
1
+ export { GaugeChart } from './GaugeChart';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GaugeChart = void 0;
4
+ var GaugeChart_1 = require("./GaugeChart");
5
+ Object.defineProperty(exports, "GaugeChart", { enumerable: true, get: function () { return GaugeChart_1.GaugeChart; } });
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"text" | "value" | "label" | "root" | "pie" | "indicator">;
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.useStyles = void 0;
4
+ var styles_1 = require("@mui/styles");
5
+ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
6
+ root: {
7
+ position: 'relative',
8
+ display: 'flex'
9
+ },
10
+ pie: {
11
+ '& .recharts-sector:focus': {
12
+ outline: 'none'
13
+ }
14
+ },
15
+ text: {
16
+ position: 'absolute',
17
+ display: 'flex',
18
+ flexDirection: 'column',
19
+ alignItems: 'center',
20
+ justifyContent: 'flex-end',
21
+ padding: '0 10px',
22
+ transition: 'opacity 0.5s',
23
+ textAlign: 'center'
24
+ },
25
+ indicator: {
26
+ fill: 'rgb(0, 0, 102)',
27
+ stroke: 'none',
28
+ transition: 'opacity 0.5s'
29
+ },
30
+ value: {
31
+ marginBottom: '2px',
32
+ fontSize: '28px',
33
+ lineHeight: '33px',
34
+ fontWeight: 400,
35
+ color: theme.palette.text.primary
36
+ },
37
+ label: {
38
+ width: '100%',
39
+ fontSize: '14px',
40
+ lineHeight: '16px',
41
+ fontWeight: 400,
42
+ color: theme.palette.text.secondary
43
+ }
44
+ }); });
@@ -0,0 +1,5 @@
1
+ export type GaugeItem = {
2
+ name?: string | number;
3
+ color: string;
4
+ value: number;
5
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DataTypeDefinition } from '@reltio/mdm-sdk';
2
3
  import { OnFilter, ColumnFilter as ColumnFilterType, ColumnFilterOptions } from '../../../../types/basicTable';
3
4
  type Props = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DataTypeDefinition, SearchValue } from '@reltio/mdm-sdk';
2
3
  type Props = {
3
4
  filterOption: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IconButtonProps } from '@mui/material/IconButton';
2
3
  type Props = {
3
4
  innerProps: Omit<IconButtonProps, 'size' | 'className'>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const reactSelectComponents: {
2
3
  ClearIndicator: ({ selectProps: { classes }, innerProps }: {
3
4
  innerProps: Omit<import("@mui/material").IconButtonProps, "size" | "className">;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { OptionTypeBase, Props } from 'react-select';
2
3
  export declare const withReactSelectMuiSkin: <OptionType extends OptionTypeBase>(SelectComponent: any) => {
3
4
  (props: any): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TooltipProps } from '@mui/material/Tooltip';
2
3
  type Props = Omit<TooltipProps, 'title'> & {
3
4
  pathToTitle?: string[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type NodeTitleProps = {
2
3
  title: string;
3
4
  entityUri: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  text?: string;
3
4
  highlight?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  isIgnored: boolean;
3
4
  onClick: () => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  checked: boolean;
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AttributeType, ImageAttributeValue, AttributeItem } from '@reltio/mdm-sdk';
2
3
  export type Props = {
3
4
  attributeValues: ImageAttributeValue[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ImageItem } from '../../types';
2
3
  type Props = {
3
4
  items: ImageItem[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ImageItem } from '../../types';
2
3
  type Props = {
3
4
  onSelectAll: () => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  onDownload?: () => void;
3
4
  onShare?: () => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ImageAttributeValue } from '@reltio/mdm-sdk';
2
3
  export type ImageRenderProps = {
3
4
  onDownload?: (url: string[]) => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AttributeType, ImageAttributeValue, Paging, AttributeItem, RequestNextPageOfAttributeValuesPayload } from '@reltio/mdm-sdk';
2
3
  import { ImageAttributeSize } from '../types';
3
4
  type Props = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AttributeType, ImageAttributeValue } from '@reltio/mdm-sdk';
2
3
  type Props = {
3
4
  attributeValues: ImageAttributeValue[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ImageAttributeValue } from '@reltio/mdm-sdk';
2
3
  type Props = {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AttributeType, ImageAttributeValue } from '@reltio/mdm-sdk';
2
3
  type Props = {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AttributeType, ImageAttributeValue } from '@reltio/mdm-sdk';
2
3
  import { ImageAttributeFieldsOrder } from '../../types';
3
4
  type Props = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AttributeType, ImageAttributeValue, Mode, AttributeItem } from '@reltio/mdm-sdk';
2
3
  import { ImageAttributeFieldsOrder } from '../../types';
3
4
  type Props = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AttributeType, AttributeItem } from '@reltio/mdm-sdk';
2
3
  type Props = {
3
4
  attributeType: AttributeType;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AttributeType, ImageAttributeValue } from '@reltio/mdm-sdk';
2
3
  import { ImageAttributeFieldsOrder } from '../../types';
3
4
  type Props = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ImageAttributeValue } from '@reltio/mdm-sdk';
2
3
  type Props = {
3
4
  attributeValueIndex: number;
@@ -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 { Crosswalk } from '@reltio/mdm-sdk';
2
3
  type Props = {
3
4
  crosswalk: Crosswalk;
@@ -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,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { TooltipProps } from '@mui/material/Tooltip';
2
3
  export declare const LightArrowTooltip: (props: TooltipProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ChartType, LineChartOptions } from '@reltio/mdm-sdk';
2
3
  import { BaseChartProps } from '../types/charts';
3
4
  type Props = BaseChartProps & {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  transparent?: boolean;
3
4
  relativePosition?: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
3
  className?: string;
3
4
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SearchOperator } from '@reltio/mdm-sdk';
2
3
  type Props = {
3
4
  className?: string;