@reltio/components 1.4.1314 → 1.4.1315

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 (1223) hide show
  1. package/cjs/HOCs/withAsyncMount/withAsyncMount.js +7 -3
  2. package/cjs/HOCs/withContext/withContext.js +6 -2
  3. package/cjs/HOCs/withTooltip/withTooltip.js +7 -3
  4. package/cjs/components/ActionButton/ActionButton.js +9 -5
  5. package/cjs/components/ActionButton/styles.d.ts +1 -1
  6. package/cjs/components/ActionButton/styles.js +1 -1
  7. package/cjs/components/ArrowExpandButton/ArrowExpandButton.js +2 -2
  8. package/cjs/components/ArrowExpandButton/styles.js +1 -1
  9. package/cjs/components/AttributeGroupIcon/AttributeGroupIcon.js +4 -4
  10. package/cjs/components/AttributeGroupIcon/styles.js +1 -1
  11. package/cjs/components/AttributeListItem/AttrTypeIcon.js +1 -1
  12. package/cjs/components/AttributeListItem/AttributeListItem.js +12 -8
  13. package/cjs/components/AttributeListItem/styles.d.ts +1 -1
  14. package/cjs/components/AttributeListItem/styles.js +1 -1
  15. package/cjs/components/AttributeSelector/AttributeSelector.js +13 -9
  16. package/cjs/components/AttributeSelector/styles.d.ts +1 -1
  17. package/cjs/components/AttributeSelector/styles.js +1 -1
  18. package/cjs/components/AttributesFiltersBuilder/AttributesFiltersBuilder.js +38 -30
  19. package/cjs/components/AttributesFiltersBuilder/components/AttributeSelector/AttributeSelector.js +9 -5
  20. package/cjs/components/AttributesFiltersBuilder/components/FilterSelector/FilterSelector.js +12 -8
  21. package/cjs/components/AttributesFiltersBuilder/components/FilterSelector/styles.js +1 -1
  22. package/cjs/components/AttributesFiltersBuilder/components/RowActions/RowActions.js +10 -6
  23. package/cjs/components/AttributesFiltersBuilder/components/RowActions/styles.js +1 -1
  24. package/cjs/components/AttributesFiltersBuilder/components/ValuesEditor/ValuesEditor.js +14 -10
  25. package/cjs/components/AttributesFiltersBuilder/components/ValuesEditor/styles.d.ts +1 -1
  26. package/cjs/components/AttributesFiltersBuilder/components/ValuesEditor/styles.js +1 -1
  27. package/cjs/components/AttributesFiltersBuilder/helpers.js +17 -14
  28. package/cjs/components/AttributesFiltersBuilder/styles.js +1 -1
  29. package/cjs/components/AttributesFiltersButton/ActionButtons/ActionButtons.js +1 -1
  30. package/cjs/components/AttributesFiltersButton/ActionButtons/styles.js +1 -1
  31. package/cjs/components/AttributesFiltersButton/AttributesFiltersButton.js +15 -11
  32. package/cjs/components/AttributesFiltersButton/styles.js +2 -2
  33. package/cjs/components/AutoSizeList/AutoSizeList.js +13 -9
  34. package/cjs/components/AutoSizeList/styles.js +1 -1
  35. package/cjs/components/AvatarWithFallback/AvatarWithFallback.js +9 -5
  36. package/cjs/components/BasicAttributeSelector/AttributeTitle/AttributeTitle.js +4 -4
  37. package/cjs/components/BasicAttributeSelector/AttributeTitle/styles.d.ts +1 -1
  38. package/cjs/components/BasicAttributeSelector/AttributeTitle/styles.js +1 -1
  39. package/cjs/components/BasicAttributeSelector/BasicAttributeSelector.js +25 -21
  40. package/cjs/components/BasicAttributeSelector/helpers.js +10 -10
  41. package/cjs/components/BasicAttributeSelector/styles.js +1 -1
  42. package/cjs/components/BasicTableView/BasicTable/BasicTable.d.ts +5 -5
  43. package/cjs/components/BasicTableView/BasicTable/BasicTable.js +9 -5
  44. package/cjs/components/BasicTableView/BasicTable/HOCs/withFilter.js +1 -1
  45. package/cjs/components/BasicTableView/BasicTable/HOCs/withTableContext.js +1 -1
  46. package/cjs/components/BasicTableView/BasicTable/cell-value-renderers/BlobRenderer.js +1 -1
  47. package/cjs/components/BasicTableView/BasicTable/cell-value-renderers/DefaultCellValueRenderer.js +1 -1
  48. package/cjs/components/BasicTableView/BasicTable/cell-value-renderers/styles.js +2 -2
  49. package/cjs/components/BasicTableView/BasicTable/helpers/dataHelpers.js +28 -28
  50. package/cjs/components/BasicTableView/BasicTable/helpers/nestedHelpers.js +23 -19
  51. package/cjs/components/BasicTableView/BasicTable/hooks/useBasicTableCellRenderer.js +12 -8
  52. package/cjs/components/BasicTableView/BasicTable/hooks/useCollapsibleTableRows.js +13 -13
  53. package/cjs/components/BasicTableView/BasicTable/hooks/useDynamicRowCellHeight.js +7 -7
  54. package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/ColumnListItem.js +2 -2
  55. package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/ColumnsSettings.js +11 -7
  56. package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/ColumnsSettingsPopup.js +14 -10
  57. package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/columnHelpers.js +22 -18
  58. package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/styles.js +1 -1
  59. package/cjs/components/BasicTableView/BasicTableHeader/FilterButton/FilterButton.js +1 -1
  60. package/cjs/components/BasicTableView/BasicTableHeader/FilterButton/styles.js +1 -1
  61. package/cjs/components/BasicTableView/BasicTablePagination/BasicTablePagination.d.ts +1 -1
  62. package/cjs/components/BasicTableView/BasicTablePagination/BasicTablePagination.js +11 -7
  63. package/cjs/components/BasicTableView/BasicTablePagination/styles.d.ts +1 -1
  64. package/cjs/components/BasicTableView/BasicTablePagination/styles.js +1 -1
  65. package/cjs/components/BasicTableView/CollapseRowButton/CollapseRowButton.js +8 -4
  66. package/cjs/components/BasicTableView/CollapseRowButton/styles.js +1 -1
  67. package/cjs/components/BasicTableView/ColumnFilter/ColumnFilter.js +19 -15
  68. package/cjs/components/BasicTableView/ColumnFilter/FilterChip/FilterChip.js +6 -6
  69. package/cjs/components/BasicTableView/ColumnFilter/FilterChip/styles.js +1 -1
  70. package/cjs/components/BasicTableView/ColumnFilter/helpers.js +2 -2
  71. package/cjs/components/BasicTableView/ColumnFilter/styles.js +2 -2
  72. package/cjs/components/BasicTableView/RowCellAutoSizer/RowCellAutoSizer.js +7 -3
  73. package/cjs/components/BasicTableView/index.js +5 -1
  74. package/cjs/components/BasicTableView/viewState/basicTableViewState.js +16 -16
  75. package/cjs/components/BasicView/BasicView.d.ts +1 -1
  76. package/cjs/components/BasicView/BasicView.js +7 -3
  77. package/cjs/components/BasicView/styles.js +1 -1
  78. package/cjs/components/BasicViewContent/BasicViewContent.js +2 -2
  79. package/cjs/components/BasicViewContent/styles.js +1 -1
  80. package/cjs/components/BasicViewHeader/BasicViewHeader.js +1 -1
  81. package/cjs/components/BasicViewHeader/styles.d.ts +1 -1
  82. package/cjs/components/BasicViewHeader/styles.js +1 -1
  83. package/cjs/components/CollaborationItem/Avatar/Avatar.js +2 -2
  84. package/cjs/components/CollaborationItem/Avatar/styles.js +1 -1
  85. package/cjs/components/CollaborationItem/CollaborationItem.js +8 -4
  86. package/cjs/components/CollaborationItem/Comment/Comment.js +13 -9
  87. package/cjs/components/CollaborationItem/Comment/styles.d.ts +1 -1
  88. package/cjs/components/CollaborationItem/Comment/styles.js +1 -1
  89. package/cjs/components/CollaborationItem/CommentContent/CommentContent.js +9 -5
  90. package/cjs/components/CollaborationItem/CommentContent/styles.js +1 -1
  91. package/cjs/components/CollaborationItem/CommentTarget/CommentTarget.js +27 -23
  92. package/cjs/components/CollaborationItem/CommentTarget/styles.js +1 -1
  93. package/cjs/components/CollaborationItem/RepliedComment/RepliedComment.js +14 -10
  94. package/cjs/components/CollaborationItem/RepliedComment/styles.d.ts +1 -1
  95. package/cjs/components/CollaborationItem/RepliedComment/styles.js +1 -1
  96. package/cjs/components/CollaborationItem/SendMessageArea/SendMessageArea.js +20 -16
  97. package/cjs/components/CollaborationItem/SendMessageArea/styles.d.ts +1 -1
  98. package/cjs/components/CollaborationItem/SendMessageArea/styles.js +1 -1
  99. package/cjs/components/CollaborationItem/TextFieldWithMentions/TextFieldWithMentions.js +10 -6
  100. package/cjs/components/CollaborationItem/TextFieldWithMentions/styles.js +1 -1
  101. package/cjs/components/CollaborationItem/styles.d.ts +1 -1
  102. package/cjs/components/CollaborationItem/styles.js +1 -1
  103. package/cjs/components/CollaborationItem/utils/index.js +1 -1
  104. package/cjs/components/CollaborationPopup/CollaborationPopup.js +9 -5
  105. package/cjs/components/CollaborationPopup/styles.d.ts +1 -1
  106. package/cjs/components/CollaborationPopup/styles.js +1 -1
  107. package/cjs/components/CollapseButton/CollapseButton.js +2 -2
  108. package/cjs/components/CollapseButton/styles.js +1 -1
  109. package/cjs/components/ColorBar/ColorBar.js +9 -5
  110. package/cjs/components/ColorBar/styles.js +1 -1
  111. package/cjs/components/CommentsContainer/CommentsContainer.js +23 -15
  112. package/cjs/components/CommentsContainer/buttons/AddCommentButton.js +2 -2
  113. package/cjs/components/CommentsContainer/buttons/CommentButton.js +1 -1
  114. package/cjs/components/CommentsContainer/buttons/styles.js +1 -1
  115. package/cjs/components/CommentsContainer/styles.js +2 -2
  116. package/cjs/components/ConfigureColumnsPopup/ConfigureColumnsPopup.js +30 -22
  117. package/cjs/components/ConfigureColumnsPopup/styles.js +1 -1
  118. package/cjs/components/ConfirmationDialog/ConfirmationDialog.js +1 -1
  119. package/cjs/components/ConfirmationDialog/styles.d.ts +1 -1
  120. package/cjs/components/ConfirmationDialog/styles.js +1 -1
  121. package/cjs/components/ConnectionEditor/ConnectionEditor.js +28 -24
  122. package/cjs/components/ConnectionEditor/styles.d.ts +1 -1
  123. package/cjs/components/ConnectionEditor/styles.js +1 -1
  124. package/cjs/components/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.js +9 -5
  125. package/cjs/components/DataTypeValue/DataTypeValue.js +5 -5
  126. package/cjs/components/DateIntervalSelector/DateIntervalSelector.js +5 -5
  127. package/cjs/components/DateIntervalSelector/styles.d.ts +1 -1
  128. package/cjs/components/DateIntervalSelector/styles.js +1 -1
  129. package/cjs/components/DateRangePicker/DateRangePicker.js +12 -8
  130. package/cjs/components/DateRangePicker/styles.d.ts +1 -1
  131. package/cjs/components/DateRangePicker/styles.js +1 -1
  132. package/cjs/components/DragAndDrop/DragAndDrop.js +7 -3
  133. package/cjs/components/Drawer/Drawer.js +8 -4
  134. package/cjs/components/DropDownMenuButton/DropDownMenuButton.js +11 -7
  135. package/cjs/components/DropDownMenuButton/MenuItemRenderer.js +9 -5
  136. package/cjs/components/DropDownMenuButton/styles.d.ts +1 -1
  137. package/cjs/components/DropDownMenuButton/styles.js +3 -3
  138. package/cjs/components/DropDownSelector/DropDownSelector.js +13 -10
  139. package/cjs/components/DropDownSelector/components/Menu.js +2 -2
  140. package/cjs/components/DropDownSelector/components/SingleValue.js +1 -1
  141. package/cjs/components/DropDownSelector/components/styles.js +2 -2
  142. package/cjs/components/DropDownSelector/styles.d.ts +1 -1
  143. package/cjs/components/DropDownSelector/styles.js +2 -2
  144. package/cjs/components/EmptySearchResult/NoMessageComponent.js +2 -2
  145. package/cjs/components/EmptySearchResult/styles.js +1 -1
  146. package/cjs/components/EmptyState/EmptyState.js +2 -2
  147. package/cjs/components/EmptyState/styles.d.ts +1 -1
  148. package/cjs/components/EmptyState/styles.js +1 -1
  149. package/cjs/components/EntityAvatar/EntityAvatar.js +6 -6
  150. package/cjs/components/EntityTypeBadge/EntityTypeBadge.js +6 -6
  151. package/cjs/components/EntityTypeBadge/styles.js +1 -1
  152. package/cjs/components/EntityTypeIcon/EntityTypeIcon.js +1 -1
  153. package/cjs/components/EntityTypesSelector/EntityTypesSelector.js +7 -3
  154. package/cjs/components/EntityUriLink/EntityUriLink.js +11 -7
  155. package/cjs/components/ErrorPopup/ErrorPopup.js +11 -7
  156. package/cjs/components/ErrorPopup/styles.js +1 -1
  157. package/cjs/components/ErrorWrapper/ErrorMessage.js +2 -2
  158. package/cjs/components/ErrorWrapper/ErrorWrapper.js +9 -5
  159. package/cjs/components/ErrorWrapper/styles.js +1 -1
  160. package/cjs/components/ExpandableSearchInput/ExpandableSearchInput.js +11 -7
  161. package/cjs/components/ExpandableSearchInput/styles.js +1 -1
  162. package/cjs/components/ExpandedValueTooltip/ExpandedValueTooltip.js +9 -5
  163. package/cjs/components/FacetViewHeader/FacetViewHeader.js +2 -2
  164. package/cjs/components/FacetViewHeader/styles.js +1 -1
  165. package/cjs/components/FlipCard/FlipCard.js +10 -6
  166. package/cjs/components/FlipCard/styles.js +5 -5
  167. package/cjs/components/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.js +2 -2
  168. package/cjs/components/HierarchicalAttributeTooltip/styles.js +4 -4
  169. package/cjs/components/Highlighter/Highlighter.js +4 -4
  170. package/cjs/components/Highlighter/styles.js +1 -1
  171. package/cjs/components/Image/CheckedIcon/CheckedIcon.js +2 -2
  172. package/cjs/components/Image/CheckedIcon/styles.js +1 -1
  173. package/cjs/components/Image/Image.js +13 -9
  174. package/cjs/components/Image/ImageActionsOverlay/ImageActionsOverlay.js +14 -10
  175. package/cjs/components/Image/ImageActionsOverlay/styles.d.ts +1 -1
  176. package/cjs/components/Image/ImageActionsOverlay/styles.js +1 -1
  177. package/cjs/components/Image/styles.d.ts +1 -1
  178. package/cjs/components/Image/styles.js +1 -1
  179. package/cjs/components/ImageAttributesGallery/GalleryView/GalleryView.js +6 -2
  180. package/cjs/components/ImageAttributesGallery/GalleryView/styles.d.ts +1 -1
  181. package/cjs/components/ImageAttributesGallery/GalleryView/styles.js +1 -1
  182. package/cjs/components/ImageAttributesGallery/HeaderLeft/HeaderLeft.js +1 -1
  183. package/cjs/components/ImageAttributesGallery/HeaderLeft/styles.js +1 -1
  184. package/cjs/components/ImageAttributesGallery/HeaderRight/HeaderRight.js +1 -1
  185. package/cjs/components/ImageAttributesGallery/HeaderRight/styles.js +1 -1
  186. package/cjs/components/ImageAttributesGallery/ImageAttributesGallery.js +26 -18
  187. package/cjs/components/ImageDetailsView/ImageDetailsView.js +9 -5
  188. package/cjs/components/ImageDetailsView/ImageDetailsViewCarousel/ImageDetailsViewCarousel.js +10 -6
  189. package/cjs/components/ImageDetailsView/ImageDetailsViewCarousel/Thumbnails/Thumbnails.js +10 -6
  190. package/cjs/components/ImageDetailsView/ImageDetailsViewCarousel/Thumbnails/styles.js +1 -1
  191. package/cjs/components/ImageDetailsView/ImageDetailsViewCarousel/styles.d.ts +1 -1
  192. package/cjs/components/ImageDetailsView/ImageDetailsViewCarousel/styles.js +1 -1
  193. package/cjs/components/ImageDetailsView/ImageDetailsViewSidebar/ImageDetailsViewSidebar.js +14 -10
  194. package/cjs/components/ImageDetailsView/ImageDetailsViewSidebar/styles.d.ts +1 -1
  195. package/cjs/components/ImageDetailsView/ImageDetailsViewSidebar/styles.js +2 -2
  196. package/cjs/components/ImageDetailsView/MetaInfo/MetaInfo.js +4 -4
  197. package/cjs/components/ImageDetailsView/MetaInfoForm/MetaInfoForm.js +3 -3
  198. package/cjs/components/ImageDetailsView/MetaInfoForm/styles.d.ts +1 -1
  199. package/cjs/components/ImageDetailsView/MetaInfoForm/styles.js +1 -1
  200. package/cjs/components/ImageDetailsView/MetaInfoHeader/MetaInfoHeader.js +8 -4
  201. package/cjs/components/ImageDetailsView/MetaInfoHeader/styles.js +1 -1
  202. package/cjs/components/ImageDetailsView/MetaInfoList/MetaInfoItem/MetaInfoItem.js +1 -1
  203. package/cjs/components/ImageDetailsView/MetaInfoList/MetaInfoItem/styles.d.ts +1 -1
  204. package/cjs/components/ImageDetailsView/MetaInfoList/MetaInfoItem/styles.js +1 -1
  205. package/cjs/components/ImageDetailsView/MetaInfoList/MetaInfoList.js +4 -4
  206. package/cjs/components/ImageDetailsView/MetaInfoList/styles.d.ts +1 -1
  207. package/cjs/components/ImageDetailsView/MetaInfoList/styles.js +1 -1
  208. package/cjs/components/ImageDetailsView/helpers/index.js +23 -19
  209. package/cjs/components/ImageDetailsView/hooks/useEditMetaInfo.js +13 -13
  210. package/cjs/components/ImageDetailsView/styles.d.ts +1 -1
  211. package/cjs/components/ImageDetailsView/styles.js +1 -1
  212. package/cjs/components/ImageGalleryDialog/ImageGalleryDialog.js +7 -3
  213. package/cjs/components/ImageGalleryDialog/styles.js +1 -1
  214. package/cjs/components/ImportButton/ImportButton.js +3 -3
  215. package/cjs/components/ImportButton/styles.js +1 -1
  216. package/cjs/components/InternalLink/InternalLink.js +3 -3
  217. package/cjs/components/InternalLink/styles.js +1 -1
  218. package/cjs/components/LightArrowTooltip/LightArrowTooltip.js +1 -1
  219. package/cjs/components/LightArrowTooltip/styles.js +1 -1
  220. package/cjs/components/LinearLoadIndicator/LinearLoadIndicator.js +2 -2
  221. package/cjs/components/LinearLoadIndicator/styles.js +1 -1
  222. package/cjs/components/Link/Link.js +1 -1
  223. package/cjs/components/Link/styles.js +1 -1
  224. package/cjs/components/LoadingSpinner/LoadingSpinner.js +1 -1
  225. package/cjs/components/MatchRulesBlock/MatchRulesBadge/MatchRulesBadge.js +8 -4
  226. package/cjs/components/MatchRulesBlock/MatchRulesBadge/styles.d.ts +1 -1
  227. package/cjs/components/MatchRulesBlock/MatchRulesBadge/styles.js +1 -1
  228. package/cjs/components/MatchRulesBlock/MatchRulesBlock.js +3 -3
  229. package/cjs/components/MatchRulesBlock/MatchRulesTooltip/MatchRulesTooltip.js +2 -2
  230. package/cjs/components/MatchRulesBlock/MatchRulesTooltip/styles.d.ts +1 -1
  231. package/cjs/components/MatchRulesBlock/MatchRulesTooltip/styles.js +1 -1
  232. package/cjs/components/MatchRulesBlock/NotMatchRule/NotMatchRule.js +1 -1
  233. package/cjs/components/MatchRulesBlock/NotMatchRule/styles.js +1 -1
  234. package/cjs/components/MatchRulesBlock/SimpleMatchRules/SimpleMatchRules.js +3 -3
  235. package/cjs/components/MatchRulesBlock/SimpleMatchRules/styles.js +1 -1
  236. package/cjs/components/MatchRulesBlock/SimpleMatchRulesBlock/SimpleMatchRulesBlock.js +9 -5
  237. package/cjs/components/MatchRulesBlock/SimpleMatchRulesBlock/styles.js +1 -1
  238. package/cjs/components/MatchRulesBlock/SimpleMatchRulesBuilder/SimpleMatchRulesBuilder.js +4 -4
  239. package/cjs/components/MatchRulesBlock/SimpleMatchRulesBuilder/styles.js +1 -1
  240. package/cjs/components/MatchRulesBlock/TransitiveMatchBlock/TransitiveMatchBlock.js +9 -5
  241. package/cjs/components/MatchRulesBlock/TransitiveMatchBlock/styles.js +1 -1
  242. package/cjs/components/MatchRulesBlock/TransitiveMatchRules/TransitiveMatchRule.js +8 -4
  243. package/cjs/components/MatchRulesBlock/TransitiveMatchRules/styles.js +1 -1
  244. package/cjs/components/MatchRulesBlock/TransitiveMatchRulesTooltip/TransitiveMatchRulesTooltip.js +1 -1
  245. package/cjs/components/MatchRulesBlock/TransitiveMatchRulesTooltip/styles.js +1 -1
  246. package/cjs/components/MatchRulesSelector/MatchRulesSelector.js +8 -4
  247. package/cjs/components/MergeButton/MergeButton.js +7 -3
  248. package/cjs/components/MetadataTypesSelector/ListLabel/ListLabel.js +14 -10
  249. package/cjs/components/MetadataTypesSelector/ListLabel/helpers.js +2 -2
  250. package/cjs/components/MetadataTypesSelector/ListLabel/styles.js +1 -1
  251. package/cjs/components/MetadataTypesSelector/MetadataTypesSelector.js +25 -21
  252. package/cjs/components/MetadataTypesSelector/SelectMetadataTypesList.js +7 -3
  253. package/cjs/components/MetadataTypesSelector/styles.d.ts +1 -1
  254. package/cjs/components/MetadataTypesSelector/styles.js +1 -1
  255. package/cjs/components/ModeSwitcher/ModeSwitcher.js +3 -3
  256. package/cjs/components/ModeSwitcher/styles.d.ts +1 -1
  257. package/cjs/components/ModeSwitcher/styles.js +3 -3
  258. package/cjs/components/ModeSwitcherSelect/ModeSwitcherSelect.js +14 -10
  259. package/cjs/components/ModeSwitcherSelect/styles.d.ts +1 -1
  260. package/cjs/components/ModeSwitcherSelect/styles.js +1 -1
  261. package/cjs/components/MultiValueSelector/MultiValueSelector.js +11 -7
  262. package/cjs/components/MultiValueSelector/styles.js +1 -1
  263. package/cjs/components/MultipleInput/MultipleInput.js +20 -12
  264. package/cjs/components/MultipleInput/styles.js +1 -1
  265. package/cjs/components/MultipliableSelect/MultipliableSelect.d.ts +1 -1
  266. package/cjs/components/MultipliableSelect/MultipliableSelect.js +3 -3
  267. package/cjs/components/MultipliableSelect/styles.js +1 -1
  268. package/cjs/components/NotMatchButton/NotMatchButton.js +7 -3
  269. package/cjs/components/Popper/Popper.js +16 -12
  270. package/cjs/components/Popper/styles.d.ts +1 -1
  271. package/cjs/components/Popper/styles.js +1 -1
  272. package/cjs/components/Popper/utils.js +1 -1
  273. package/cjs/components/PopupWithArrow/PopupWithArrow.js +2 -2
  274. package/cjs/components/PopupWithArrow/styles.js +1 -1
  275. package/cjs/components/PotentialMatchReviewCard/PotentialMatchReviewCard.d.ts +1 -1
  276. package/cjs/components/PotentialMatchReviewCard/PotentialMatchReviewCard.js +9 -5
  277. package/cjs/components/PotentialMatchReviewCard/styles.d.ts +1 -1
  278. package/cjs/components/PotentialMatchReviewCard/styles.js +1 -1
  279. package/cjs/components/ProfileBand/ProfileBand.js +18 -14
  280. package/cjs/components/ProfileBand/styles.d.ts +1 -1
  281. package/cjs/components/ProfileBand/styles.js +1 -1
  282. package/cjs/components/ProfileBandNavigation/ProfileBandNavigation.js +2 -2
  283. package/cjs/components/ProfileBandNavigation/ProfileBandNavigationWidget.d.ts +1 -1
  284. package/cjs/components/ProfileBandNavigation/ProfileBandNavigationWidget.js +3 -3
  285. package/cjs/components/ProfileBandNavigation/hooks/useSearchNavigation.js +40 -32
  286. package/cjs/components/ProfileBandNavigation/hooks/useSearchNavigationVisibility.js +4 -4
  287. package/cjs/components/ProfileBandNavigation/searchProviders/GraphSearchProvider.js +14 -10
  288. package/cjs/components/ProfileBandNavigation/searchProviders/MainSearchProvider.js +14 -10
  289. package/cjs/components/ProfileBandNavigation/styles.js +1 -1
  290. package/cjs/components/ProfileCard/ProfileCard.js +13 -9
  291. package/cjs/components/ProfileCard/styles.d.ts +1 -1
  292. package/cjs/components/ProfileCard/styles.js +1 -1
  293. package/cjs/components/ProfileMatchCard/ProfileMatchCard.js +2 -2
  294. package/cjs/components/ProfileMatchCard/styles.js +1 -1
  295. package/cjs/components/ProfilesList/ProfilesList.js +23 -19
  296. package/cjs/components/ProfilesList/index.js +1 -1
  297. package/cjs/components/ProfilesList/styles.d.ts +1 -1
  298. package/cjs/components/ProfilesList/styles.js +3 -3
  299. package/cjs/components/QueryBuilderRow/QueryBuilderRow.d.ts +3 -3
  300. package/cjs/components/QueryBuilderRow/QueryBuilderRow.js +12 -8
  301. package/cjs/components/QueryBuilderRow/components/ReadOnlyFilter.js +2 -2
  302. package/cjs/components/QueryBuilderRow/components/ReadOnlyLogicOperator.js +2 -2
  303. package/cjs/components/QueryBuilderRow/components/styles.js +1 -1
  304. package/cjs/components/QueryBuilderRow/styles.js +1 -1
  305. package/cjs/components/QueryBuilderRowsGroup/QueryBuilderRowsGroup.d.ts +2 -2
  306. package/cjs/components/QueryBuilderRowsGroup/QueryBuilderRowsGroup.js +7 -3
  307. package/cjs/components/ReactSelect/AsyncSelect.d.ts +1 -1
  308. package/cjs/components/ReactSelect/AsyncSelect.js +1 -1
  309. package/cjs/components/ReactSelect/CreatableSelect.d.ts +1 -1
  310. package/cjs/components/ReactSelect/CreatableSelect.js +1 -1
  311. package/cjs/components/ReactSelect/MultiSelect/MultiSelect.js +10 -6
  312. package/cjs/components/ReactSelect/MultiSelect/components/Option.d.ts +2 -2
  313. package/cjs/components/ReactSelect/MultiSelect/components/Option.js +1 -1
  314. package/cjs/components/ReactSelect/Select.d.ts +1 -1
  315. package/cjs/components/ReactSelect/Select.js +1 -1
  316. package/cjs/components/ReactSelect/commonComponents/ClearIndicator.d.ts +4 -4
  317. package/cjs/components/ReactSelect/commonComponents/Control.d.ts +2 -2
  318. package/cjs/components/ReactSelect/commonComponents/DropdownIndicator.d.ts +4 -4
  319. package/cjs/components/ReactSelect/commonComponents/GroupHeading.js +1 -1
  320. package/cjs/components/ReactSelect/commonComponents/MultiValue.d.ts +2 -2
  321. package/cjs/components/ReactSelect/commonComponents/Option.d.ts +2 -2
  322. package/cjs/components/ReactSelect/commonComponents/Option.js +1 -1
  323. package/cjs/components/ReactSelect/commonComponents/ValueContainer.js +1 -1
  324. package/cjs/components/ReactSelect/optionFilters.js +2 -2
  325. package/cjs/components/ReactSelect/styles.d.ts +1 -1
  326. package/cjs/components/ReactSelect/styles.js +1 -1
  327. package/cjs/components/ReactSelect/withMuiSkin.js +3 -3
  328. package/cjs/components/ReactSortableTree/index.js +5 -1
  329. package/cjs/components/ReactSortableTree/node-renderer-default.d.ts +4 -4
  330. package/cjs/components/ReactSortableTree/node-renderer-default.js +17 -13
  331. package/cjs/components/ReactSortableTree/nodeRendererDefaultStyle.js +1 -1
  332. package/cjs/components/ReactSortableTree/placeholder-renderer-default.js +2 -2
  333. package/cjs/components/ReactSortableTree/placeholderRendererDefaultStyle.js +1 -1
  334. package/cjs/components/ReactSortableTree/react-sortable-tree.js +32 -28
  335. package/cjs/components/ReactSortableTree/tree-node.d.ts +3 -3
  336. package/cjs/components/ReactSortableTree/tree-node.js +10 -6
  337. package/cjs/components/ReactSortableTree/tree-placeholder.d.ts +2 -1
  338. package/cjs/components/ReactSortableTree/tree-placeholder.js +6 -2
  339. package/cjs/components/ReactSortableTree/treeNodeStyle.js +1 -1
  340. package/cjs/components/ReactSortableTree/utils/dnd-manager.d.ts +1 -1
  341. package/cjs/components/ReactSortableTree/utils/dnd-manager.js +7 -7
  342. package/cjs/components/ReactSortableTree/utils/generic-utils.js +10 -6
  343. package/cjs/components/ReactSortableTree/utils/tree-data-utils.js +27 -23
  344. package/cjs/components/RelationEditor/RelationEditor.js +46 -42
  345. package/cjs/components/RelationEditor/index.d.ts +8 -8
  346. package/cjs/components/RelationEditor/index.js +8 -4
  347. package/cjs/components/RelationEditor/styles.d.ts +1 -1
  348. package/cjs/components/RelationEditor/styles.js +1 -1
  349. package/cjs/components/RelationTypesSelector/RelationTypesSelector.js +7 -3
  350. package/cjs/components/ReltioGridLayout/ReltioGridLayout.d.ts +1 -1
  351. package/cjs/components/ReltioGridLayout/ReltioGridLayout.js +19 -15
  352. package/cjs/components/ReltioGridLayout/helpers.js +4 -4
  353. package/cjs/components/ReltioGridLayout/styles.js +2 -2
  354. package/cjs/components/ReltioMap/EntityMarker/EntityMarker.js +17 -13
  355. package/cjs/components/ReltioMap/EntityMarker/styles.js +1 -1
  356. package/cjs/components/ReltioMap/MapControls/MapControlContainer/MapControlContrainer.js +4 -4
  357. package/cjs/components/ReltioMap/MapControls/TopCenterMapControls/TopCenterMapControls.js +1 -1
  358. package/cjs/components/ReltioMap/MapControls/TopCenterMapControls/styles.d.ts +1 -1
  359. package/cjs/components/ReltioMap/MapControls/TopCenterMapControls/styles.js +1 -1
  360. package/cjs/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.d.ts +1 -1
  361. package/cjs/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.js +2 -2
  362. package/cjs/components/ReltioMap/MapControls/TopRightMapControls/styles.d.ts +1 -1
  363. package/cjs/components/ReltioMap/MapControls/TopRightMapControls/styles.js +1 -1
  364. package/cjs/components/ReltioMap/helpers/index.js +10 -6
  365. package/cjs/components/ReltioMap/index.js +32 -28
  366. package/cjs/components/ReltioMap/styles.js +1 -1
  367. package/cjs/components/RequiredMark/RequiredMark.js +1 -1
  368. package/cjs/components/RequiredMark/styles.js +1 -1
  369. package/cjs/components/ResizablePanes/ResizablePanes.d.ts +1 -1
  370. package/cjs/components/ResizablePanes/ResizablePanes.js +15 -11
  371. package/cjs/components/ResizablePanes/styles.js +1 -1
  372. package/cjs/components/ScrollableTabs/ScrollableTabs.js +1 -1
  373. package/cjs/components/ScrollableTabs/styles.js +1 -1
  374. package/cjs/components/SearchHighlighter/SearchHighlighter.js +7 -3
  375. package/cjs/components/SearchHighlighter/styles.js +1 -1
  376. package/cjs/components/SearchInput/SearchInput.js +11 -7
  377. package/cjs/components/SearchInput/WhiteSearchInput.js +1 -1
  378. package/cjs/components/SearchInput/styles.d.ts +1 -1
  379. package/cjs/components/SearchInput/styles.js +1 -1
  380. package/cjs/components/SelectAttributesList/SelectAttributesList.js +11 -7
  381. package/cjs/components/SelectAttributesList/styles.js +1 -1
  382. package/cjs/components/SelectionPopup/SelectionPopup.js +2 -2
  383. package/cjs/components/SelectionPopup/SelectionPopupPopper/SelectionPopupPopper.js +2 -2
  384. package/cjs/components/SelectionPopup/helpers.js +10 -10
  385. package/cjs/components/SelectionPopup/styles.js +2 -2
  386. package/cjs/components/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.js +16 -8
  387. package/cjs/components/SelectorWithOnlyOptionAutoSelect/styles.d.ts +1 -1
  388. package/cjs/components/SelectorWithOnlyOptionAutoSelect/styles.js +1 -1
  389. package/cjs/components/SideIconPanel/SideButtonsPanel.js +3 -3
  390. package/cjs/components/SideIconPanel/styles.js +2 -2
  391. package/cjs/components/SidePanel/SidePanel.js +2 -2
  392. package/cjs/components/SidePanel/SidePanelContentHeader/SidePanelContentHeader.js +1 -1
  393. package/cjs/components/SidePanel/SidePanelContentHeader/styles.js +1 -1
  394. package/cjs/components/SidePanel/styles.js +1 -1
  395. package/cjs/components/SidePanelEmptyState/SidePanelEmptyState.js +1 -1
  396. package/cjs/components/SidePanelEmptyState/styles.js +1 -1
  397. package/cjs/components/SimpleDropDownSelector/DropDownPlaceholder.js +1 -1
  398. package/cjs/components/SimpleDropDownSelector/DropDownValue.js +1 -1
  399. package/cjs/components/SimpleDropDownSelector/SimpleDropDownSelector.d.ts +1 -1
  400. package/cjs/components/SimpleDropDownSelector/SimpleDropDownSelector.js +6 -2
  401. package/cjs/components/SimpleDropDownSelector/styles.d.ts +1 -1
  402. package/cjs/components/SimpleDropDownSelector/styles.js +1 -1
  403. package/cjs/components/SimpleInput/SimpleInput.d.ts +1 -1
  404. package/cjs/components/SimpleInput/SimpleInput.js +9 -5
  405. package/cjs/components/SmallIconButton/SmallIconButton.d.ts +1 -1
  406. package/cjs/components/SmallIconButton/SmallIconButton.js +8 -4
  407. package/cjs/components/SmallIconButton/index.d.ts +2 -2
  408. package/cjs/components/SmallIconButton/index.js +1 -1
  409. package/cjs/components/SourceIcon/SourceIcon.js +4 -4
  410. package/cjs/components/SourceSystemsSelector/SourceSystemsSelector.js +9 -5
  411. package/cjs/components/TenantIcon/TenantIcon.js +10 -6
  412. package/cjs/components/TenantIcon/styles.js +1 -1
  413. package/cjs/components/TenantsDropDownSelector/TenantMenuItem/TenantMenuItem.js +8 -4
  414. package/cjs/components/TenantsDropDownSelector/TenantMenuItem/styles.js +1 -1
  415. package/cjs/components/TenantsDropDownSelector/TenantsDropDownSelector.js +12 -8
  416. package/cjs/components/TenantsDropDownSelector/styles.js +1 -1
  417. package/cjs/components/Title/Title.js +2 -2
  418. package/cjs/components/Title/styles.js +1 -1
  419. package/cjs/components/UploadFileButton/UploadFileButton.js +18 -14
  420. package/cjs/components/UploadFileButton/styles.js +1 -1
  421. package/cjs/components/UploadImageDialog/DividerWithText/DividerWithText.js +2 -2
  422. package/cjs/components/UploadImageDialog/DividerWithText/styles.d.ts +1 -1
  423. package/cjs/components/UploadImageDialog/DividerWithText/styles.js +2 -2
  424. package/cjs/components/UploadImageDialog/ErrorSnackbar/ErrorSnackbar.js +1 -1
  425. package/cjs/components/UploadImageDialog/ErrorSnackbar/styles.js +1 -1
  426. package/cjs/components/UploadImageDialog/ImageByUrlField/ImageByUrlField.js +8 -4
  427. package/cjs/components/UploadImageDialog/ImageByUrlField/styles.d.ts +1 -1
  428. package/cjs/components/UploadImageDialog/ImageByUrlField/styles.js +1 -1
  429. package/cjs/components/UploadImageDialog/TargetBox/TargetBox.js +3 -3
  430. package/cjs/components/UploadImageDialog/TargetBox/styles.d.ts +1 -1
  431. package/cjs/components/UploadImageDialog/TargetBox/styles.js +1 -1
  432. package/cjs/components/UploadImageDialog/UploadImageDialog.js +12 -8
  433. package/cjs/components/UploadImageDialog/styles.d.ts +1 -1
  434. package/cjs/components/UploadImageDialog/styles.js +1 -1
  435. package/cjs/components/UserSelector/UserSelector.js +13 -9
  436. package/cjs/components/UserSelector/styles.d.ts +1 -1
  437. package/cjs/components/UserSelector/styles.js +1 -1
  438. package/cjs/components/ValueChip/ValueChip.js +3 -3
  439. package/cjs/components/ValueChip/styles.d.ts +1 -1
  440. package/cjs/components/ValueChip/styles.js +4 -4
  441. package/cjs/components/VerticalDivider/VerticalDivider.js +2 -2
  442. package/cjs/components/VerticalHeadingsTable/TableCell/TableCell.js +2 -2
  443. package/cjs/components/VerticalHeadingsTable/TableCell/styles.js +1 -1
  444. package/cjs/components/VerticalHeadingsTable/TableCellWithDnd/TableCellWithDnd.js +11 -7
  445. package/cjs/components/VerticalHeadingsTable/TableCellWithDnd/styles.js +1 -1
  446. package/cjs/components/VerticalHeadingsTable/TableColumnDragLayer/TableColumnDragLayer.js +9 -5
  447. package/cjs/components/VerticalHeadingsTable/TableColumnDragLayer/styles.js +1 -1
  448. package/cjs/components/VerticalHeadingsTable/TableHeadCell/TableHeadCell.js +1 -1
  449. package/cjs/components/VerticalHeadingsTable/TableHeadCell/styles.js +1 -1
  450. package/cjs/components/VerticalHeadingsTable/TableRowWithDnd/TableRowWithDnd.js +9 -5
  451. package/cjs/components/VerticalHeadingsTable/VerticalHeadingsTable.js +8 -4
  452. package/cjs/components/ViewMoreToggle/ViewMoreToggle.js +3 -3
  453. package/cjs/components/ViewMoreToggle/styles.js +1 -1
  454. package/cjs/components/VirtualGroupedList/VirtualGroupedList.d.ts +1 -1
  455. package/cjs/components/VirtualGroupedList/VirtualGroupedList.js +30 -22
  456. package/cjs/components/VirtualGroupedList/helpers.js +5 -5
  457. package/cjs/components/VirtualGroupedList/styles.js +1 -1
  458. package/cjs/components/activityLog/ActivityExportButton/ActivityExportButton.js +16 -12
  459. package/cjs/components/activityLog/ActivityExportButton/styles.js +1 -1
  460. package/cjs/components/activityLog/ActivityFilterEditor/ActivityFilterEditor.js +13 -9
  461. package/cjs/components/activityLog/ActivityFilterEditor/ActivitySelector.js +5 -5
  462. package/cjs/components/activityLog/ActivityFilterEditor/DateRangeSelector.js +16 -12
  463. package/cjs/components/activityLog/ActivityFilterEditor/EntityChangedSelectors.js +4 -4
  464. package/cjs/components/activityLog/ActivityFilterEditor/EntityTypesSelector.js +4 -4
  465. package/cjs/components/activityLog/ActivityFilterEditor/SourceSelector.js +6 -6
  466. package/cjs/components/activityLog/ActivityFilterEditor/styles.js +1 -1
  467. package/cjs/components/activityLog/ActivityFilterEditor/utils/getSelectorActivityTypes.js +3 -3
  468. package/cjs/components/activityLog/ActivityLog/ActivityLog.js +14 -10
  469. package/cjs/components/activityLog/ActivityLog/helpers.js +15 -11
  470. package/cjs/components/activityLog/ActivityLog/items/ActivityItem/ActivityItem.js +4 -4
  471. package/cjs/components/activityLog/ActivityLog/items/ActivityItem/styles.js +1 -1
  472. package/cjs/components/activityLog/ActivityLog/items/GroupItem/GroupItem.js +2 -2
  473. package/cjs/components/activityLog/ActivityLog/items/GroupItem/styles.js +1 -1
  474. package/cjs/components/activityLog/ActivityLog/styles.js +1 -1
  475. package/cjs/components/activityLog/ActivityLogFilter/ActivityLogFilter.js +9 -5
  476. package/cjs/components/activityLog/ActivityLogFilter/ActivityLogFilterHeader.js +3 -3
  477. package/cjs/components/activityLog/ActivityLogFilter/helpers.js +8 -8
  478. package/cjs/components/activityLog/ActivityLogFilter/styles.d.ts +1 -1
  479. package/cjs/components/activityLog/ActivityLogFilter/styles.js +2 -2
  480. package/cjs/components/activityLog/activities/ActivityTitle/ActivityTitle.js +2 -2
  481. package/cjs/components/activityLog/activities/ActivityTitle/styles.js +1 -1
  482. package/cjs/components/activityLog/activities/EntityObject/EntityObject.js +2 -2
  483. package/cjs/components/activityLog/activities/EntityObject/styles.js +1 -1
  484. package/cjs/components/activityLog/activities/GroupActivity.js +4 -4
  485. package/cjs/components/activityLog/activities/RelationObject/RelationObject.js +3 -3
  486. package/cjs/components/activityLog/activities/RelationObject/styles.js +1 -1
  487. package/cjs/components/activityLog/activities/SearchActivity.js +11 -7
  488. package/cjs/components/activityLog/activities/SimpleActivity.js +3 -3
  489. package/cjs/components/activityLog/activities/SynchronizationIssuesActivity.js +3 -3
  490. package/cjs/components/activityLog/activities/fields/DeltaField.js +7 -7
  491. package/cjs/components/activityLog/activities/fields/PotentialMatchField.js +4 -4
  492. package/cjs/components/activityLog/activities/fields/commonStyles.d.ts +1 -1
  493. package/cjs/components/activityLog/activities/fields/commonStyles.js +1 -1
  494. package/cjs/components/activityLog/activities/fields/styles.js +1 -1
  495. package/cjs/components/activityLog/activities/records/CollapsibleActivityRecords.js +1 -1
  496. package/cjs/components/activityLog/activities/records/EntityRecord.js +4 -4
  497. package/cjs/components/activityLog/activities/records/PotentialMatchRecord.js +1 -1
  498. package/cjs/components/activityLog/activities/records/RecordUpdates.js +2 -2
  499. package/cjs/components/activityLog/activities/records/RelationRecord.js +1 -1
  500. package/cjs/components/activityLog/activities/records/styles.js +1 -1
  501. package/cjs/components/activityLog/activities/styles.d.ts +1 -1
  502. package/cjs/components/activityLog/activities/styles.js +1 -1
  503. package/cjs/components/activityLog/contexts/CollapsibleItemsContext/index.js +18 -10
  504. package/cjs/components/activityLog/hooks/useActivitiesLoader.js +4 -4
  505. package/cjs/components/activityLog/hooks/useProfileActivitiesLoader.js +4 -4
  506. package/cjs/components/activityLog/index.js +5 -1
  507. package/cjs/components/activityLog/utils/activities.js +10 -10
  508. package/cjs/components/activityLog/utils/filters.js +26 -26
  509. package/cjs/components/attributes/AttributesView/AttributesView.js +1 -1
  510. package/cjs/components/attributes/AttributesView/index.d.ts +1 -1
  511. package/cjs/components/attributes/AttributesView/index.js +1 -1
  512. package/cjs/components/attributes/BranchDecorator/BranchDecorator.js +2 -2
  513. package/cjs/components/attributes/BranchDecorator/styles.js +1 -1
  514. package/cjs/components/attributes/ImageAttributesLine/ImageAttributesLine.js +25 -21
  515. package/cjs/components/attributes/ImageAttributesLine/styles.js +2 -2
  516. package/cjs/components/attributes/OvIcon/OvIcon.d.ts +6 -6
  517. package/cjs/components/attributes/OvIcon/OvIcon.js +5 -5
  518. package/cjs/components/attributes/OvIcon/styles.js +2 -2
  519. package/cjs/components/attributes/PivotingAttributes/PivotingTooltip.js +16 -12
  520. package/cjs/components/attributes/PivotingAttributes/PivotingTooltipContent.js +15 -11
  521. package/cjs/components/attributes/PivotingAttributes/helpers.js +5 -5
  522. package/cjs/components/attributes/PivotingAttributes/styles.d.ts +1 -1
  523. package/cjs/components/attributes/PivotingAttributes/styles.js +2 -2
  524. package/cjs/components/attributes/editMode/AttributesFactory/AttributesFactory.js +1 -1
  525. package/cjs/components/attributes/editMode/AttributesList/AttributesList.d.ts +1 -1
  526. package/cjs/components/attributes/editMode/AttributesList/AttributesList.js +19 -15
  527. package/cjs/components/attributes/editMode/AttributesList/helpers.js +7 -7
  528. package/cjs/components/attributes/editMode/AttributesPager/AttributeRenderer.js +21 -17
  529. package/cjs/components/attributes/editMode/AttributesPager/AttributesPager.js +12 -8
  530. package/cjs/components/attributes/editMode/AttributesPager/CardinalityMessage.js +11 -11
  531. package/cjs/components/attributes/editMode/AttributesPager/SpecialRenderer.js +14 -10
  532. package/cjs/components/attributes/editMode/AttributesPager/index.d.ts +1 -1
  533. package/cjs/components/attributes/editMode/AttributesPager/index.js +7 -3
  534. package/cjs/components/attributes/editMode/AttributesPager/styles.d.ts +1 -1
  535. package/cjs/components/attributes/editMode/AttributesPager/styles.js +1 -1
  536. package/cjs/components/attributes/editMode/AttributesPager/utils.js +1 -1
  537. package/cjs/components/attributes/editMode/AttributesView/AttributesView.js +18 -14
  538. package/cjs/components/attributes/editMode/AttributesView/index.d.ts +8 -8
  539. package/cjs/components/attributes/editMode/AttributesView/index.js +1 -1
  540. package/cjs/components/attributes/editMode/AttributesView/styles.js +1 -1
  541. package/cjs/components/attributes/editMode/ComplexAttribute/ComplexAttribute.d.ts +4 -4
  542. package/cjs/components/attributes/editMode/ComplexAttribute/ComplexAttribute.js +19 -15
  543. package/cjs/components/attributes/editMode/ComplexAttribute/styles.d.ts +1 -1
  544. package/cjs/components/attributes/editMode/ComplexAttribute/styles.js +1 -1
  545. package/cjs/components/attributes/editMode/EntityCreator/EntityCreator.js +6 -2
  546. package/cjs/components/attributes/editMode/EntityCreator/index.d.ts +1 -1
  547. package/cjs/components/attributes/editMode/EntityCreator/index.js +6 -2
  548. package/cjs/components/attributes/editMode/EntitySelector/EntitySelector.js +18 -14
  549. package/cjs/components/attributes/editMode/EntitySelector/components/ClearIndicator.js +1 -1
  550. package/cjs/components/attributes/editMode/EntitySelector/components/EntityOption.d.ts +2 -2
  551. package/cjs/components/attributes/editMode/EntitySelector/components/EntityOption.js +1 -1
  552. package/cjs/components/attributes/editMode/EntitySelector/components/EntityTypeOption.js +1 -1
  553. package/cjs/components/attributes/editMode/EntitySelector/components/Group.js +2 -2
  554. package/cjs/components/attributes/editMode/EntitySelector/components/SingleValue.js +16 -12
  555. package/cjs/components/attributes/editMode/EntitySelector/components/styles.js +4 -4
  556. package/cjs/components/attributes/editMode/EntitySelector/styles.js +1 -1
  557. package/cjs/components/attributes/editMode/ImageAttributesLine/ImageAttributesLine.js +17 -13
  558. package/cjs/components/attributes/editMode/ImageAttributesLine/styles.d.ts +1 -1
  559. package/cjs/components/attributes/editMode/ImageAttributesLine/styles.js +1 -1
  560. package/cjs/components/attributes/editMode/MoreAttributesButton/MoreAttributesButton.js +24 -20
  561. package/cjs/components/attributes/editMode/MoreAttributesButton/helpers.js +3 -3
  562. package/cjs/components/attributes/editMode/MoreAttributesButton/styles.d.ts +1 -1
  563. package/cjs/components/attributes/editMode/MoreAttributesButton/styles.js +1 -1
  564. package/cjs/components/attributes/editMode/MoreAttributesButton/useMoreAttributesItems.js +6 -6
  565. package/cjs/components/attributes/editMode/NestedAttribute/NestedAttribute.d.ts +3 -3
  566. package/cjs/components/attributes/editMode/NestedAttribute/NestedAttribute.js +8 -4
  567. package/cjs/components/attributes/editMode/ReferenceAttribute/ReferenceAttribute.d.ts +3 -3
  568. package/cjs/components/attributes/editMode/ReferenceAttribute/ReferenceAttribute.js +39 -35
  569. package/cjs/components/attributes/editMode/ReferenceAttribute/index.d.ts +3 -3
  570. package/cjs/components/attributes/editMode/ReferenceAttribute/index.js +8 -4
  571. package/cjs/components/attributes/editMode/ReferenceAttribute/styles.d.ts +1 -1
  572. package/cjs/components/attributes/editMode/ReferenceAttribute/styles.js +1 -1
  573. package/cjs/components/attributes/editMode/RelationTypeSelector/RelationTypeSelector.js +7 -3
  574. package/cjs/components/attributes/editMode/RelationTypeSelector/components/RelationOption.js +3 -3
  575. package/cjs/components/attributes/editMode/RelationTypeSelector/components/styles.js +2 -2
  576. package/cjs/components/attributes/editMode/Roles/Roles.js +14 -10
  577. package/cjs/components/attributes/editMode/Roles/styles.js +1 -1
  578. package/cjs/components/attributes/editMode/SimpleAttributeEditor/SimpleAttributeEditor.d.ts +1 -1
  579. package/cjs/components/attributes/editMode/SimpleAttributeEditor/SimpleAttributeEditor.js +23 -19
  580. package/cjs/components/attributes/editMode/SimpleAttributeEditor/selectors/getDependentLookupEditorContext.js +4 -4
  581. package/cjs/components/attributes/editMode/SimpleAttributeEditor/selectors/helpers/cache.js +2 -2
  582. package/cjs/components/attributes/editMode/SimpleAttributeEditor/selectors/helpers/missedParentsMessage.js +2 -2
  583. package/cjs/components/attributes/editMode/SimpleAttributeEditor/selectors/helpers/parents.js +12 -8
  584. package/cjs/components/attributes/editMode/SimpleAttributeEditor/styles.d.ts +1 -1
  585. package/cjs/components/attributes/editMode/SimpleAttributeEditor/styles.js +3 -3
  586. package/cjs/components/attributes/editMode/SimpleAttributeEditor/utils.js +5 -5
  587. package/cjs/components/attributes/editMode/Tags/Tags.js +11 -7
  588. package/cjs/components/attributes/editMode/Tags/styles.js +1 -1
  589. package/cjs/components/attributes/helpers/attributesView.js +2 -2
  590. package/cjs/components/attributes/inline/AttributesList/AttributesList.js +2 -2
  591. package/cjs/components/attributes/inline/AttributesList/styles.js +1 -1
  592. package/cjs/components/attributes/inline/AttributesPager/AttributesPager.js +8 -4
  593. package/cjs/components/attributes/inline/AttributesPager/styles.js +1 -1
  594. package/cjs/components/attributes/inline/ComplexAttribute/ComplexAttribute.js +15 -11
  595. package/cjs/components/attributes/inline/ComplexAttribute/styles.d.ts +1 -1
  596. package/cjs/components/attributes/inline/ComplexAttribute/styles.js +1 -1
  597. package/cjs/components/attributes/inline/ImageAttribute/ImageAttribute.js +2 -2
  598. package/cjs/components/attributes/inline/ImageAttribute/styles.js +1 -1
  599. package/cjs/components/attributes/inline/NestedAttribute/NestedAttribute.js +1 -1
  600. package/cjs/components/attributes/inline/NestedAttributesBlock/NestedAttributesBlock.js +1 -1
  601. package/cjs/components/attributes/inline/ReferenceAttribute/ReferenceAttribute.js +6 -6
  602. package/cjs/components/attributes/inline/ReferenceAttribute/styles.js +1 -1
  603. package/cjs/components/attributes/inline/SimpleAttribute/CrosswalkMenuItem/CrosswalkMenuItem.js +9 -5
  604. package/cjs/components/attributes/inline/SimpleAttribute/CrosswalkMenuItem/styles.js +1 -1
  605. package/cjs/components/attributes/inline/SimpleAttribute/SimpleAttribute.js +18 -14
  606. package/cjs/components/attributes/inline/SimpleAttribute/styles.d.ts +1 -1
  607. package/cjs/components/attributes/inline/SimpleAttribute/styles.js +3 -3
  608. package/cjs/components/attributes/inline/SimpleAttributeEditor/SimpleAttributeEditor.js +17 -13
  609. package/cjs/components/attributes/inline/SimpleAttributeEditor/styles.js +2 -2
  610. package/cjs/components/attributes/inline/SimpleAttributesBlock/SimpleAttributesBlock.js +8 -8
  611. package/cjs/components/attributes/inline/SimpleAttributesBlock/styles.js +1 -1
  612. package/cjs/components/attributes/inline/common/ComplexAttributeLabel.js +1 -1
  613. package/cjs/components/attributes/inline/common/CrosswalkIcon.js +4 -4
  614. package/cjs/components/attributes/inline/common/SourceItem.js +5 -5
  615. package/cjs/components/attributes/inline/common/__test__/CrosswalkIcon.spec.js +7 -3
  616. package/cjs/components/attributes/inline/common/__test__/DeleteButton.spec.js +1 -1
  617. package/cjs/components/attributes/inline/common/__test__/IgnoreButton.spec.js +1 -1
  618. package/cjs/components/attributes/inline/common/__test__/PinButton.spec.js +1 -1
  619. package/cjs/components/attributes/inline/common/__test__/SourceItem.spec.js +7 -3
  620. package/cjs/components/attributes/inline/common/styles.js +2 -2
  621. package/cjs/components/attributes/inline/hooks/useAttributeState.js +7 -7
  622. package/cjs/components/attributes/inline/index.js +5 -1
  623. package/cjs/components/attributes/pagersCommon/ShowLess.js +1 -1
  624. package/cjs/components/attributes/pagersCommon/ShowMore.js +1 -1
  625. package/cjs/components/attributes/pagersCommon/styles.js +1 -1
  626. package/cjs/components/attributes/readMode/AttributeValuesBlock/AttributeValuesBlock.d.ts +6 -8
  627. package/cjs/components/attributes/readMode/AttributeValuesBlock/AttributeValuesBlock.js +6 -2
  628. package/cjs/components/attributes/readMode/AttributesList/AttributesList.js +10 -6
  629. package/cjs/components/attributes/readMode/AttributesPager/AttributesPager.js +17 -13
  630. package/cjs/components/attributes/readMode/AttributesPager/MultiLineRenderer.js +10 -6
  631. package/cjs/components/attributes/readMode/AttributesPager/OneLineRenderer.js +7 -7
  632. package/cjs/components/attributes/readMode/AttributesPager/SpecialRenderer.js +2 -2
  633. package/cjs/components/attributes/readMode/AttributesPager/index.d.ts +1 -1
  634. package/cjs/components/attributes/readMode/AttributesPager/index.js +6 -2
  635. package/cjs/components/attributes/readMode/AttributesPager/styles.js +3 -3
  636. package/cjs/components/attributes/readMode/AttributesView/AttributesView.js +12 -8
  637. package/cjs/components/attributes/readMode/AttributesView/index.d.ts +6 -6
  638. package/cjs/components/attributes/readMode/AttributesView/index.js +1 -1
  639. package/cjs/components/attributes/readMode/AttributesView/styles.js +1 -1
  640. package/cjs/components/attributes/readMode/ComplexAttribute/ComplexAttribute.d.ts +3 -3
  641. package/cjs/components/attributes/readMode/ComplexAttribute/ComplexAttribute.js +17 -13
  642. package/cjs/components/attributes/readMode/ComplexAttribute/styles.js +1 -1
  643. package/cjs/components/attributes/readMode/ImageAttributesLine/ImageAttributesLine.js +11 -7
  644. package/cjs/components/attributes/readMode/ImageAttributesLine/styles.d.ts +1 -1
  645. package/cjs/components/attributes/readMode/ImageAttributesLine/styles.js +8 -8
  646. package/cjs/components/attributes/readMode/NestedAttribute/NestedAttribute.d.ts +3 -3
  647. package/cjs/components/attributes/readMode/NestedAttribute/NestedAttribute.js +15 -11
  648. package/cjs/components/attributes/readMode/NestedAttribute/styles.d.ts +1 -1
  649. package/cjs/components/attributes/readMode/NestedAttribute/styles.js +1 -1
  650. package/cjs/components/attributes/readMode/ReferenceAttribute/ReferenceAttribute.d.ts +3 -3
  651. package/cjs/components/attributes/readMode/ReferenceAttribute/ReferenceAttribute.js +17 -13
  652. package/cjs/components/attributes/readMode/ReferenceAttribute/index.d.ts +3 -3
  653. package/cjs/components/attributes/readMode/ReferenceAttribute/index.js +1 -1
  654. package/cjs/components/attributes/readMode/ReferenceAttribute/styles.d.ts +1 -1
  655. package/cjs/components/attributes/readMode/ReferenceAttribute/styles.js +1 -1
  656. package/cjs/components/attributes/readMode/SimpleAttribute/SimpleAttribute.js +18 -14
  657. package/cjs/components/attributes/readMode/SimpleAttribute/styles.d.ts +1 -1
  658. package/cjs/components/attributes/readMode/SimpleAttribute/styles.js +1 -1
  659. package/cjs/components/attributes/readMode/SpecialAttributes/Roles/Role.js +11 -7
  660. package/cjs/components/attributes/readMode/SpecialAttributes/SpecialAttributesArray.js +5 -1
  661. package/cjs/components/attributes/readMode/SpecialAttributes/Tags/Tag.js +14 -10
  662. package/cjs/components/attributes/readMode/SpecialAttributes/styles.js +1 -1
  663. package/cjs/components/attributes/readMode/helpers/commonStyles.js +1 -1
  664. package/cjs/components/attributes/readMode/helpers/historyAppearance.js +7 -7
  665. package/cjs/components/attributes/types/index.js +5 -1
  666. package/cjs/components/charts/ActiveShape/ActiveShape.js +2 -2
  667. package/cjs/components/charts/BarChart/BarChart.js +2 -2
  668. package/cjs/components/charts/BubbleChart/BubbleChart.js +21 -17
  669. package/cjs/components/charts/BubbleChart/styles.js +1 -1
  670. package/cjs/components/charts/BubbleChart/useBubbles.js +3 -3
  671. package/cjs/components/charts/CloudChart/CloudChart.js +14 -10
  672. package/cjs/components/charts/CloudChart/styles.js +1 -1
  673. package/cjs/components/charts/CloudChart/useCloud.js +2 -2
  674. package/cjs/components/charts/CustomLegend/CustomLegend.js +2 -2
  675. package/cjs/components/charts/CustomLegend/styles.js +1 -1
  676. package/cjs/components/charts/CustomTooltip/CustomTooltip.js +2 -2
  677. package/cjs/components/charts/CustomTooltip/styles.js +1 -1
  678. package/cjs/components/charts/HOCs/withPercents.js +7 -3
  679. package/cjs/components/charts/LineChart/LineChart.js +2 -2
  680. package/cjs/components/charts/MapChart/Legend/Legend.js +3 -3
  681. package/cjs/components/charts/MapChart/Legend/styles.js +6 -6
  682. package/cjs/components/charts/MapChart/MapChart.js +16 -12
  683. package/cjs/components/charts/MapChart/styles.js +1 -1
  684. package/cjs/components/charts/MapChart/useGeography.js +3 -3
  685. package/cjs/components/charts/PieChart/PieChart.js +12 -8
  686. package/cjs/components/charts/TableWithBars/TableWithBars.js +19 -11
  687. package/cjs/components/charts/TableWithBars/cell-renderers/AttributeCellRenderer.js +4 -4
  688. package/cjs/components/charts/TableWithBars/cell-renderers/HeadCellRenderer.js +2 -2
  689. package/cjs/components/charts/TableWithBars/cell-renderers/NumberCellValueRenderer.js +3 -3
  690. package/cjs/components/charts/TableWithBars/cell-renderers/styles.js +1 -1
  691. package/cjs/components/charts/TableWithBars/styles.js +1 -1
  692. package/cjs/components/charts/TreeChart/TreeChart.js +9 -5
  693. package/cjs/components/charts/TreeChart/styles.js +1 -1
  694. package/cjs/components/charts/hooks/useClickableStyle.js +1 -1
  695. package/cjs/components/charts/hooks/useTooltipState.js +3 -3
  696. package/cjs/components/commonReactSelectComponents/DropdownIndicator.d.ts +4 -4
  697. package/cjs/components/commonReactSelectComponents/DropdownIndicator.js +2 -2
  698. package/cjs/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.d.ts +4 -4
  699. package/cjs/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.js +2 -2
  700. package/cjs/components/commonReactSelectComponents/LoadMoreButton.js +1 -1
  701. package/cjs/components/commonReactSelectComponents/MenuWithPopper.d.ts +3 -3
  702. package/cjs/components/commonReactSelectComponents/MenuWithPopper.js +11 -7
  703. package/cjs/components/commonReactSelectComponents/OptionWithCheckIcon/OptionWithCheckIcon.js +1 -1
  704. package/cjs/components/commonReactSelectComponents/OptionWithCheckIcon/styles.js +1 -1
  705. package/cjs/components/commonReactSelectComponents/arrowIndicatorStyles.js +2 -2
  706. package/cjs/components/commonReactSelectComponents/menuStyles.js +1 -1
  707. package/cjs/components/commonReactSelectComponents/styles.js +1 -1
  708. package/cjs/components/crosswalks/AttributesTable/AddAttributesButton/AddAttributesButton.js +16 -12
  709. package/cjs/components/crosswalks/AttributesTable/AddAttributesButton/styles.js +1 -1
  710. package/cjs/components/crosswalks/AttributesTable/AttributesTable.js +22 -18
  711. package/cjs/components/crosswalks/AttributesTable/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.js +7 -3
  712. package/cjs/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.js +2 -7
  713. package/cjs/components/crosswalks/AttributesTable/cell-renderers/AttributesHeadCellRenderer.js +1 -1
  714. package/cjs/components/crosswalks/AttributesTable/cell-renderers/CountRenderer.js +2 -2
  715. package/cjs/components/crosswalks/AttributesTable/cell-renderers/DefaultCellValueRenderer.js +1 -1
  716. package/cjs/components/crosswalks/AttributesTable/cell-renderers/HeadCellRenderer.js +2 -2
  717. package/cjs/components/crosswalks/AttributesTable/cell-renderers/OvValuesRenderer.js +1 -1
  718. package/cjs/components/crosswalks/AttributesTable/cell-renderers/RowCellRenderer.js +2 -2
  719. package/cjs/components/crosswalks/AttributesTable/cell-renderers/RuleTypeInfoButton.js +22 -18
  720. package/cjs/components/crosswalks/AttributesTable/cell-renderers/RuleTypeRenderer.js +2 -2
  721. package/cjs/components/crosswalks/AttributesTable/cell-renderers/WinnerSourcesRenderer.js +6 -6
  722. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ImageAttributesRenderer.js +2 -2
  723. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/NestedAttributesRenderer.js +2 -2
  724. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ReferenceAttributesRenderer.js +2 -2
  725. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/SimpleAttributesRenderer.js +1 -1
  726. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/styles.js +1 -1
  727. package/cjs/components/crosswalks/AttributesTable/cell-renderers/styles.js +1 -1
  728. package/cjs/components/crosswalks/AttributesTable/helpers.js +33 -29
  729. package/cjs/components/crosswalks/AttributesTable/styles.js +1 -1
  730. package/cjs/components/crosswalks/ColoredBlock/ColoredBlock.js +8 -4
  731. package/cjs/components/crosswalks/ColoredBlock/styles.js +2 -2
  732. package/cjs/components/crosswalks/CopyableValueField/CopyableValueField.js +1 -1
  733. package/cjs/components/crosswalks/CopyableValueField/styles.d.ts +1 -1
  734. package/cjs/components/crosswalks/CopyableValueField/styles.js +1 -1
  735. package/cjs/components/crosswalks/CrosswalkAttributes/CrosswalkAttributes.js +20 -16
  736. package/cjs/components/crosswalks/CrosswalkAttributes/styles.d.ts +1 -1
  737. package/cjs/components/crosswalks/CrosswalkAttributes/styles.js +1 -1
  738. package/cjs/components/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.js +9 -5
  739. package/cjs/components/crosswalks/CrosswalkDateEditor/styles.js +1 -1
  740. package/cjs/components/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.js +10 -6
  741. package/cjs/components/crosswalks/CrosswalkDragLayer/CrosswalkDragPreview.js +4 -4
  742. package/cjs/components/crosswalks/CrosswalkDragLayer/styles.js +1 -1
  743. package/cjs/components/crosswalks/CrosswalkEditor/CrosswalkEditor.js +9 -5
  744. package/cjs/components/crosswalks/CrosswalkEditor/styles.js +1 -1
  745. package/cjs/components/crosswalks/CrosswalkRow/CrosswalkRow.js +23 -19
  746. package/cjs/components/crosswalks/CrosswalkRow/styles.d.ts +1 -1
  747. package/cjs/components/crosswalks/CrosswalkRow/styles.js +1 -1
  748. package/cjs/components/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.js +10 -6
  749. package/cjs/components/crosswalks/DummyCrosswalkRow/styles.js +1 -1
  750. package/cjs/components/crosswalks/ShowDependentLink/ShowDependentLink.js +1 -1
  751. package/cjs/components/crosswalks/ShowDependentLink/styles.js +1 -1
  752. package/cjs/components/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.js +8 -4
  753. package/cjs/components/crosswalks/hooks/useAttributeActions.js +16 -16
  754. package/cjs/components/crosswalks/hooks/useCrosswalkActions.js +11 -11
  755. package/cjs/components/crosswalks/hooks/useModifiedEntity.js +41 -37
  756. package/cjs/components/crosswalks/utils/legend.js +10 -10
  757. package/cjs/components/editors/BooleanEditor/BooleanEditor.js +1 -1
  758. package/cjs/components/editors/BooleanRadioEditor/BooleanRadioEditor.js +3 -3
  759. package/cjs/components/editors/BooleanRadioEditor/styles.js +1 -1
  760. package/cjs/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.js +14 -10
  761. package/cjs/components/editors/CustomDateRangeEditor/styles.d.ts +1 -1
  762. package/cjs/components/editors/CustomDateRangeEditor/styles.js +1 -1
  763. package/cjs/components/editors/DataTypeValueEditor/DataTypeValueEditor.js +5 -7
  764. package/cjs/components/editors/DataTypeValueEditor/useEditorContext.js +16 -12
  765. package/cjs/components/editors/DateEditor/DateEditor.js +12 -8
  766. package/cjs/components/editors/DateEditor/styles.d.ts +1 -1
  767. package/cjs/components/editors/DateEditor/styles.js +1 -1
  768. package/cjs/components/editors/DateRangeEditor/DateRangeEditor.d.ts +1 -1
  769. package/cjs/components/editors/DateRangeEditor/DateRangeEditor.js +25 -21
  770. package/cjs/components/editors/DateRangeEditor/styles.d.ts +1 -1
  771. package/cjs/components/editors/DateRangeEditor/styles.js +1 -1
  772. package/cjs/components/editors/DependentLookupEditor/DependentLookupEditor.d.ts +2 -2
  773. package/cjs/components/editors/DependentLookupEditor/DependentLookupEditor.js +27 -23
  774. package/cjs/components/editors/DependentLookupEditor/helpers.js +1 -1
  775. package/cjs/components/editors/DependentLookupEditor/styles.d.ts +1 -1
  776. package/cjs/components/editors/DependentLookupEditor/styles.js +1 -1
  777. package/cjs/components/editors/DependentLookupEditor/useAutopopulation.js +2 -2
  778. package/cjs/components/editors/DependentLookupEditor/useDefaultOptions.js +5 -5
  779. package/cjs/components/editors/DependentLookupEditor/useLookupsResolver.js +6 -6
  780. package/cjs/components/editors/DependentLookupEditor/useSavingFocus.js +2 -2
  781. package/cjs/components/editors/DropDownEditor/DropDownEditor.d.ts +1 -1
  782. package/cjs/components/editors/DropDownEditor/DropDownEditor.js +2 -2
  783. package/cjs/components/editors/FileTypeEditor/FileTypeEditor.js +10 -6
  784. package/cjs/components/editors/FileTypeEditor/styles.js +1 -1
  785. package/cjs/components/editors/FilterEditor/FilterEditor.js +4 -4
  786. package/cjs/components/editors/FilterEditor/FilterValueEditor.js +9 -9
  787. package/cjs/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +4 -4
  788. package/cjs/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.js +6 -6
  789. package/cjs/components/editors/GroupedDropDownEditor/entriesHelpers.js +13 -9
  790. package/cjs/components/editors/GroupedDropDownEditor/styles.js +1 -1
  791. package/cjs/components/editors/LookupEditor/LookupEditor.d.ts +2 -2
  792. package/cjs/components/editors/LookupEditor/LookupEditor.js +12 -9
  793. package/cjs/components/editors/LookupEditor/entriesHelpers.js +5 -5
  794. package/cjs/components/editors/NumberEditor/NumberEditor.d.ts +1 -1
  795. package/cjs/components/editors/NumberEditor/NumberEditor.js +1 -2
  796. package/cjs/components/editors/RangeDataTypeValueEditor/RangeDataTypeValueEditor.js +10 -6
  797. package/cjs/components/editors/RangeDataTypeValueEditor/styles.js +1 -1
  798. package/cjs/components/editors/SelectEditor/SelectEditor.js +2 -2
  799. package/cjs/components/editors/TextEditor/TextEditor.d.ts +1 -1
  800. package/cjs/components/editors/TimestampEditor/TimestampEditor.js +14 -10
  801. package/cjs/components/editors/TimestampEditor/styles.d.ts +1 -1
  802. package/cjs/components/editors/TimestampEditor/styles.js +1 -1
  803. package/cjs/components/editors/TypeaheadEditor/TypeaheadEditor.d.ts +1 -1
  804. package/cjs/components/editors/TypeaheadEditor/TypeaheadEditor.js +35 -27
  805. package/cjs/components/editors/TypeaheadEditor/styles.js +1 -1
  806. package/cjs/components/editors/commonComponents/MultiValueChip/MultiValueChip.d.ts +4 -4
  807. package/cjs/components/editors/commonComponents/MultiValueChip/MultiValueChip.js +1 -1
  808. package/cjs/components/editors/constants.js +2 -2
  809. package/cjs/components/history/ContributorsPanel/ContributorItem.js +3 -3
  810. package/cjs/components/history/ContributorsPanel/ContributorsPanel.js +12 -8
  811. package/cjs/components/history/ContributorsPanel/styles.d.ts +1 -1
  812. package/cjs/components/history/ContributorsPanel/styles.js +2 -2
  813. package/cjs/components/history/DateRangeSelector/DateRangeSelector.js +12 -8
  814. package/cjs/components/history/DateRangeSelector/styles.d.ts +1 -1
  815. package/cjs/components/history/DateRangeSelector/styles.js +1 -1
  816. package/cjs/components/history/HistoryActivitySelector/HistoryActivitySelector.js +4 -4
  817. package/cjs/components/history/HistoryActivitySelector/styles.d.ts +1 -1
  818. package/cjs/components/history/HistoryActivitySelector/styles.js +1 -1
  819. package/cjs/components/history/HistoryFilterButton/HistoryFilterButton.js +17 -13
  820. package/cjs/components/history/HistoryFilterButton/styles.js +1 -1
  821. package/cjs/components/history/HistoryGraph/HistoryCircle.d.ts +1 -1
  822. package/cjs/components/history/HistoryGraph/HistoryCircle.js +6 -2
  823. package/cjs/components/history/HistoryGraph/HistoryGraph.d.ts +1 -1
  824. package/cjs/components/history/HistoryGraph/HistoryGraph.js +14 -10
  825. package/cjs/components/history/HistoryGraph/HistoryLink.js +1 -1
  826. package/cjs/components/history/HistoryGraph/helpers.js +2 -2
  827. package/cjs/components/history/HistoryHeader/HistoryHeader.js +2 -2
  828. package/cjs/components/history/HistoryHeader/styles.d.ts +1 -1
  829. package/cjs/components/history/HistoryHeader/styles.js +1 -1
  830. package/cjs/components/history/HistoryMenuButton/HistoryMenuButton.js +7 -3
  831. package/cjs/components/history/HistoryMenuButton/MenuItemRenderer.js +7 -3
  832. package/cjs/components/history/HistoryMenuButton/styles.d.ts +1 -1
  833. package/cjs/components/history/HistoryMenuButton/styles.js +1 -1
  834. package/cjs/components/history/HistoryRow/HistoryRow.js +4 -4
  835. package/cjs/components/history/HistoryRow/styles.d.ts +1 -1
  836. package/cjs/components/history/HistoryRow/styles.js +1 -1
  837. package/cjs/components/history/HistoryTree/HistoryTree.js +23 -19
  838. package/cjs/components/history/HistoryTree/styles.js +1 -1
  839. package/cjs/components/history/HistoryView/HistoryView.js +10 -6
  840. package/cjs/components/history/HistoryView/styles.js +1 -1
  841. package/cjs/components/history/ProfileBandHistory/ProfileBandHistory.js +9 -5
  842. package/cjs/components/history/ProfileBandHistory/styles.js +1 -1
  843. package/cjs/components/history/hooks/useHistory.js +28 -27
  844. package/cjs/components/history/hooks/useHistoryDiff.js +14 -10
  845. package/cjs/components/history/hooks/useHistoryEnabled.js +4 -4
  846. package/cjs/components/history/hooks/useHistorySlice.js +12 -8
  847. package/cjs/components/history/hooks/useHistoryTree.js +8 -8
  848. package/cjs/components/history/index.js +5 -1
  849. package/cjs/components/history/utils/filters.js +16 -16
  850. package/cjs/components/index.js +5 -1
  851. package/cjs/components/workflow/cards/DataChangeRequestTaskCard/DataChangeRequestTaskCard.js +2 -2
  852. package/cjs/components/workflow/cards/GenericWorkflowTaskCard/GenericWorkflowTaskCard.js +12 -8
  853. package/cjs/components/workflow/cards/GenericWorkflowTaskCard/styles.d.ts +1 -1
  854. package/cjs/components/workflow/cards/GenericWorkflowTaskCard/styles.js +2 -2
  855. package/cjs/components/workflow/cards/PotentialMatchTaskCard/PotentialMatchTaskCard.js +4 -4
  856. package/cjs/components/workflow/cards/PotentialMatchTaskCard/styles.js +1 -1
  857. package/cjs/components/workflow/components/AddWorkflowButton/AddWorkflowButton.js +8 -4
  858. package/cjs/components/workflow/components/AddWorkflowButton/styles.d.ts +1 -1
  859. package/cjs/components/workflow/components/AddWorkflowButton/styles.js +1 -1
  860. package/cjs/components/workflow/components/AddWorkflowDialog/AddWorkflowDialog.js +11 -7
  861. package/cjs/components/workflow/components/AddWorkflowDialog/styles.d.ts +1 -1
  862. package/cjs/components/workflow/components/AddWorkflowDialog/styles.js +1 -1
  863. package/cjs/components/workflow/components/AssigneeSelector/AssigneeSelector.js +1 -1
  864. package/cjs/components/workflow/components/AttributesChanges/AttributesChanges.js +13 -9
  865. package/cjs/components/workflow/components/AttributesChanges/components/ChangeView/ChangeView.js +4 -4
  866. package/cjs/components/workflow/components/AttributesChanges/components/ChangeView/styles.d.ts +1 -1
  867. package/cjs/components/workflow/components/AttributesChanges/components/ChangeView/styles.js +1 -1
  868. package/cjs/components/workflow/components/AttributesChanges/components/DCRChangesList/DCRChangesList.js +2 -2
  869. package/cjs/components/workflow/components/AttributesChanges/components/DCRChangesList/styles.js +1 -1
  870. package/cjs/components/workflow/components/AttributesChanges/components/DiffRenderer/DiffRenderer.js +20 -16
  871. package/cjs/components/workflow/components/AttributesChanges/components/DiffRenderer/styles.js +2 -2
  872. package/cjs/components/workflow/components/AttributesChanges/components/ShowMoreLink/ShowMoreLink.js +1 -1
  873. package/cjs/components/workflow/components/AttributesChanges/components/ShowMoreLink/styles.js +1 -1
  874. package/cjs/components/workflow/components/AttributesChanges/helpers/attributesHelpers.js +20 -20
  875. package/cjs/components/workflow/components/AttributesChanges/helpers/contextHelpers.js +1 -1
  876. package/cjs/components/workflow/components/AttributesChanges/helpers/helpers.js +1 -1
  877. package/cjs/components/workflow/components/AttributesChanges/helpers/mergeHelpers.js +18 -18
  878. package/cjs/components/workflow/components/AttributesChanges/hooks/useCollapsibleList.js +5 -5
  879. package/cjs/components/workflow/components/AttributesChanges/styles.d.ts +1 -1
  880. package/cjs/components/workflow/components/AttributesChanges/styles.js +1 -1
  881. package/cjs/components/workflow/components/DueDateField/DueDateField.js +3 -3
  882. package/cjs/components/workflow/components/DueDateField/styles.js +1 -1
  883. package/cjs/components/workflow/components/LineDecorator/LineDecorator.js +4 -4
  884. package/cjs/components/workflow/components/LineDecorator/styles.js +6 -6
  885. package/cjs/components/workflow/components/PrioritySelector/PrioritySelector.js +2 -2
  886. package/cjs/components/workflow/components/TaskActions/TaskActions.js +1 -1
  887. package/cjs/components/workflow/components/WorkflowComments/CollapsedComments.js +1 -1
  888. package/cjs/components/workflow/components/WorkflowComments/Comment.js +2 -2
  889. package/cjs/components/workflow/components/WorkflowComments/ExpandedComments.js +1 -1
  890. package/cjs/components/workflow/components/WorkflowComments/WorkflowComments.js +12 -8
  891. package/cjs/components/workflow/components/WorkflowComments/styles.js +4 -4
  892. package/cjs/components/workflow/helpers/dcrHelpers.js +8 -8
  893. package/cjs/components/workflow/helpers/index.js +2 -2
  894. package/cjs/components/workflow/hooks/useChangeRequest.js +14 -14
  895. package/cjs/components/workflow/hooks/useWorkflowActions.js +18 -14
  896. package/cjs/components/workflow/hooks/useWorkflowAssignee.js +17 -17
  897. package/cjs/components/workflow/hooks/useWorkflowCheckPermission.js +20 -20
  898. package/cjs/components/workflow/hooks/useWorkflowComments.js +13 -13
  899. package/cjs/components/workflow/hooks/useWorkflowDefinitions.js +7 -7
  900. package/cjs/components/workflow/hooks/useWorkflowDueDate.js +10 -10
  901. package/cjs/components/workflow/hooks/useWorkflowPriority.js +11 -11
  902. package/cjs/components/workflow/hooks/useWorkflowProcessInstance.js +9 -9
  903. package/cjs/components/workflow/hooks/useWorkflowTasks.js +17 -17
  904. package/cjs/constants/prop-types.d.ts +10 -10
  905. package/cjs/contexts/CrosswalksDisplayContext/index.js +15 -11
  906. package/cjs/contexts/ExpandedAttributesContext/index.js +8 -4
  907. package/cjs/contexts/ReloadFacetContext/index.js +12 -8
  908. package/cjs/core/index.js +5 -1
  909. package/cjs/core/utils.js +3 -3
  910. package/cjs/hooks/helpers/pagingSimulator.js +2 -2
  911. package/cjs/hooks/helpers/sanitizerOptions.js +10 -6
  912. package/cjs/hooks/useAPI/API.js +7 -7
  913. package/cjs/hooks/useAPI/helpers.js +12 -12
  914. package/cjs/hooks/useAPI/useAPI.js +58 -61
  915. package/cjs/hooks/useActions.js +2 -2
  916. package/cjs/hooks/useAsyncMount.js +5 -5
  917. package/cjs/hooks/useCollaboration.js +51 -47
  918. package/cjs/hooks/useCommentsEntitiesMap.js +12 -12
  919. package/cjs/hooks/useConfigPermissions.js +5 -5
  920. package/cjs/hooks/useCustomScripts.js +52 -55
  921. package/cjs/hooks/useDidUpdateEffect.js +2 -2
  922. package/cjs/hooks/useEditableConnection.js +9 -10
  923. package/cjs/hooks/useHtmlSanitizer.js +1 -1
  924. package/cjs/hooks/useMarkAsNotMatchRequest.js +5 -5
  925. package/cjs/hooks/useMatchesLoader.d.ts +1 -1
  926. package/cjs/hooks/useMatchesLoader.js +21 -21
  927. package/cjs/hooks/useMergeAllRequest.js +7 -7
  928. package/cjs/hooks/usePagingSimulator.js +1 -1
  929. package/cjs/hooks/usePrevious.js +2 -2
  930. package/cjs/hooks/useReadableSearchState.js +17 -13
  931. package/cjs/hooks/useRelationTypeSelector.js +12 -12
  932. package/cjs/hooks/useRelationsLoader.js +24 -20
  933. package/cjs/hooks/useRunOnceAfterValueInitialization.js +2 -2
  934. package/cjs/hooks/useSafePromise.js +3 -3
  935. package/cjs/hooks/useSavedState.js +3 -3
  936. package/cjs/hooks/useSavedStateForEntityType.js +6 -6
  937. package/cjs/hooks/useSnackbar.js +10 -6
  938. package/cjs/hooks/useUsers.js +5 -5
  939. package/cjs/hooks/useWhyDidYouUpdate.js +2 -2
  940. package/cjs/index.js +5 -1
  941. package/esm/components/ActionButton/styles.d.ts +1 -1
  942. package/esm/components/AttributeListItem/styles.d.ts +1 -1
  943. package/esm/components/AttributeSelector/AttributeSelector.js +1 -1
  944. package/esm/components/AttributeSelector/styles.d.ts +1 -1
  945. package/esm/components/AttributesFiltersBuilder/AttributesFiltersBuilder.js +12 -8
  946. package/esm/components/AttributesFiltersBuilder/components/ValuesEditor/styles.d.ts +1 -1
  947. package/esm/components/AttributesFiltersBuilder/helpers.js +10 -7
  948. package/esm/components/BasicAttributeSelector/AttributeTitle/styles.d.ts +1 -1
  949. package/esm/components/BasicTableView/BasicTable/BasicTable.d.ts +5 -5
  950. package/esm/components/BasicTableView/BasicTable/cell-value-renderers/styles.js +1 -1
  951. package/esm/components/BasicTableView/BasicTable/helpers/nestedHelpers.js +10 -6
  952. package/esm/components/BasicTableView/BasicTable/hooks/useDynamicRowCellHeight.js +1 -1
  953. package/esm/components/BasicTableView/BasicTableHeader/ColumnsSettings/columnHelpers.js +11 -7
  954. package/esm/components/BasicTableView/BasicTablePagination/BasicTablePagination.d.ts +1 -1
  955. package/esm/components/BasicTableView/BasicTablePagination/styles.d.ts +1 -1
  956. package/esm/components/BasicTableView/ColumnFilter/ColumnFilter.js +1 -1
  957. package/esm/components/BasicTableView/ColumnFilter/styles.js +1 -1
  958. package/esm/components/BasicView/BasicView.d.ts +1 -1
  959. package/esm/components/BasicViewHeader/styles.d.ts +1 -1
  960. package/esm/components/CollaborationItem/Comment/styles.d.ts +1 -1
  961. package/esm/components/CollaborationItem/CommentContent/CommentContent.js +1 -1
  962. package/esm/components/CollaborationItem/CommentTarget/CommentTarget.js +2 -2
  963. package/esm/components/CollaborationItem/RepliedComment/styles.d.ts +1 -1
  964. package/esm/components/CollaborationItem/SendMessageArea/styles.d.ts +1 -1
  965. package/esm/components/CollaborationItem/TextFieldWithMentions/TextFieldWithMentions.js +1 -1
  966. package/esm/components/CollaborationItem/styles.d.ts +1 -1
  967. package/esm/components/CollaborationItem/utils/index.js +1 -1
  968. package/esm/components/CollaborationPopup/styles.d.ts +1 -1
  969. package/esm/components/CommentsContainer/CommentsContainer.js +9 -5
  970. package/esm/components/CommentsContainer/styles.js +1 -1
  971. package/esm/components/ConfigureColumnsPopup/ConfigureColumnsPopup.js +11 -7
  972. package/esm/components/ConfirmationDialog/styles.d.ts +1 -1
  973. package/esm/components/ConnectionEditor/styles.d.ts +1 -1
  974. package/esm/components/DateIntervalSelector/styles.d.ts +1 -1
  975. package/esm/components/DateRangePicker/styles.d.ts +1 -1
  976. package/esm/components/DropDownMenuButton/MenuItemRenderer.js +1 -1
  977. package/esm/components/DropDownMenuButton/styles.d.ts +1 -1
  978. package/esm/components/DropDownSelector/DropDownSelector.js +1 -2
  979. package/esm/components/DropDownSelector/styles.d.ts +1 -1
  980. package/esm/components/DropDownSelector/styles.js +1 -1
  981. package/esm/components/EmptyState/EmptyState.js +1 -1
  982. package/esm/components/EmptyState/styles.d.ts +1 -1
  983. package/esm/components/EntityTypeBadge/EntityTypeBadge.js +1 -1
  984. package/esm/components/FlipCard/styles.js +4 -4
  985. package/esm/components/HierarchicalAttributeTooltip/styles.js +2 -2
  986. package/esm/components/Highlighter/Highlighter.js +1 -1
  987. package/esm/components/Image/ImageActionsOverlay/ImageActionsOverlay.js +1 -1
  988. package/esm/components/Image/ImageActionsOverlay/styles.d.ts +1 -1
  989. package/esm/components/Image/styles.d.ts +1 -1
  990. package/esm/components/ImageAttributesGallery/GalleryView/styles.d.ts +1 -1
  991. package/esm/components/ImageAttributesGallery/ImageAttributesGallery.js +9 -5
  992. package/esm/components/ImageDetailsView/ImageDetailsViewCarousel/styles.d.ts +1 -1
  993. package/esm/components/ImageDetailsView/ImageDetailsViewSidebar/styles.d.ts +1 -1
  994. package/esm/components/ImageDetailsView/ImageDetailsViewSidebar/styles.js +1 -1
  995. package/esm/components/ImageDetailsView/MetaInfoForm/styles.d.ts +1 -1
  996. package/esm/components/ImageDetailsView/MetaInfoList/MetaInfoItem/styles.d.ts +1 -1
  997. package/esm/components/ImageDetailsView/MetaInfoList/styles.d.ts +1 -1
  998. package/esm/components/ImageDetailsView/helpers/index.js +11 -7
  999. package/esm/components/ImageDetailsView/styles.d.ts +1 -1
  1000. package/esm/components/MatchRulesBlock/MatchRulesBadge/styles.d.ts +1 -1
  1001. package/esm/components/MatchRulesBlock/MatchRulesTooltip/MatchRulesTooltip.js +1 -1
  1002. package/esm/components/MatchRulesBlock/MatchRulesTooltip/styles.d.ts +1 -1
  1003. package/esm/components/MatchRulesBlock/SimpleMatchRules/SimpleMatchRules.js +1 -1
  1004. package/esm/components/MetadataTypesSelector/ListLabel/ListLabel.js +1 -1
  1005. package/esm/components/MetadataTypesSelector/ListLabel/helpers.js +2 -2
  1006. package/esm/components/MetadataTypesSelector/MetadataTypesSelector.js +1 -1
  1007. package/esm/components/MetadataTypesSelector/styles.d.ts +1 -1
  1008. package/esm/components/ModeSwitcher/ModeSwitcher.js +1 -1
  1009. package/esm/components/ModeSwitcher/styles.d.ts +1 -1
  1010. package/esm/components/ModeSwitcherSelect/ModeSwitcherSelect.js +10 -6
  1011. package/esm/components/ModeSwitcherSelect/styles.d.ts +1 -1
  1012. package/esm/components/MultipleInput/MultipleInput.js +9 -5
  1013. package/esm/components/MultipliableSelect/MultipliableSelect.d.ts +1 -1
  1014. package/esm/components/Popper/styles.d.ts +1 -1
  1015. package/esm/components/PotentialMatchReviewCard/PotentialMatchReviewCard.d.ts +1 -1
  1016. package/esm/components/PotentialMatchReviewCard/styles.d.ts +1 -1
  1017. package/esm/components/ProfileBand/styles.d.ts +1 -1
  1018. package/esm/components/ProfileBandNavigation/ProfileBandNavigationWidget.d.ts +1 -1
  1019. package/esm/components/ProfileBandNavigation/hooks/useSearchNavigation.js +10 -6
  1020. package/esm/components/ProfileBandNavigation/searchProviders/GraphSearchProvider.js +10 -6
  1021. package/esm/components/ProfileBandNavigation/searchProviders/MainSearchProvider.js +10 -6
  1022. package/esm/components/ProfileCard/styles.d.ts +1 -1
  1023. package/esm/components/ProfilesList/ProfilesList.js +1 -1
  1024. package/esm/components/ProfilesList/styles.d.ts +1 -1
  1025. package/esm/components/QueryBuilderRow/QueryBuilderRow.d.ts +3 -3
  1026. package/esm/components/QueryBuilderRowsGroup/QueryBuilderRowsGroup.d.ts +2 -2
  1027. package/esm/components/ReactSelect/AsyncSelect.d.ts +1 -1
  1028. package/esm/components/ReactSelect/CreatableSelect.d.ts +1 -1
  1029. package/esm/components/ReactSelect/MultiSelect/MultiSelect.js +1 -1
  1030. package/esm/components/ReactSelect/MultiSelect/components/Option.d.ts +2 -2
  1031. package/esm/components/ReactSelect/Select.d.ts +1 -1
  1032. package/esm/components/ReactSelect/commonComponents/ClearIndicator.d.ts +4 -4
  1033. package/esm/components/ReactSelect/commonComponents/Control.d.ts +2 -2
  1034. package/esm/components/ReactSelect/commonComponents/DropdownIndicator.d.ts +4 -4
  1035. package/esm/components/ReactSelect/commonComponents/MultiValue.d.ts +2 -2
  1036. package/esm/components/ReactSelect/commonComponents/Option.d.ts +2 -2
  1037. package/esm/components/ReactSelect/styles.d.ts +1 -1
  1038. package/esm/components/ReactSelect/withMuiSkin.js +1 -1
  1039. package/esm/components/ReactSortableTree/node-renderer-default.d.ts +4 -4
  1040. package/esm/components/ReactSortableTree/node-renderer-default.js +9 -5
  1041. package/esm/components/ReactSortableTree/react-sortable-tree.js +1 -1
  1042. package/esm/components/ReactSortableTree/tree-node.d.ts +3 -3
  1043. package/esm/components/ReactSortableTree/tree-node.js +1 -1
  1044. package/esm/components/ReactSortableTree/tree-placeholder.d.ts +2 -1
  1045. package/esm/components/ReactSortableTree/utils/dnd-manager.d.ts +1 -1
  1046. package/esm/components/ReactSortableTree/utils/generic-utils.js +10 -6
  1047. package/esm/components/ReactSortableTree/utils/tree-data-utils.js +27 -23
  1048. package/esm/components/RelationEditor/index.d.ts +8 -8
  1049. package/esm/components/RelationEditor/styles.d.ts +1 -1
  1050. package/esm/components/ReltioGridLayout/ReltioGridLayout.d.ts +1 -1
  1051. package/esm/components/ReltioGridLayout/styles.js +1 -1
  1052. package/esm/components/ReltioMap/MapControls/TopCenterMapControls/styles.d.ts +1 -1
  1053. package/esm/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.d.ts +1 -1
  1054. package/esm/components/ReltioMap/MapControls/TopRightMapControls/styles.d.ts +1 -1
  1055. package/esm/components/ReltioMap/helpers/index.js +9 -5
  1056. package/esm/components/ResizablePanes/ResizablePanes.d.ts +1 -1
  1057. package/esm/components/ResizablePanes/ResizablePanes.js +1 -1
  1058. package/esm/components/SearchInput/styles.d.ts +1 -1
  1059. package/esm/components/SelectAttributesList/SelectAttributesList.js +2 -2
  1060. package/esm/components/SelectionPopup/styles.js +1 -1
  1061. package/esm/components/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.js +9 -5
  1062. package/esm/components/SelectorWithOnlyOptionAutoSelect/styles.d.ts +1 -1
  1063. package/esm/components/SideIconPanel/SideButtonsPanel.js +1 -1
  1064. package/esm/components/SidePanel/SidePanel.js +1 -1
  1065. package/esm/components/SimpleDropDownSelector/SimpleDropDownSelector.d.ts +1 -1
  1066. package/esm/components/SimpleDropDownSelector/styles.d.ts +1 -1
  1067. package/esm/components/SimpleInput/SimpleInput.d.ts +1 -1
  1068. package/esm/components/SmallIconButton/SmallIconButton.d.ts +1 -1
  1069. package/esm/components/SmallIconButton/SmallIconButton.js +1 -1
  1070. package/esm/components/SmallIconButton/index.d.ts +2 -2
  1071. package/esm/components/TenantsDropDownSelector/TenantMenuItem/TenantMenuItem.js +1 -1
  1072. package/esm/components/UploadImageDialog/DividerWithText/styles.d.ts +1 -1
  1073. package/esm/components/UploadImageDialog/DividerWithText/styles.js +1 -1
  1074. package/esm/components/UploadImageDialog/ImageByUrlField/styles.d.ts +1 -1
  1075. package/esm/components/UploadImageDialog/TargetBox/styles.d.ts +1 -1
  1076. package/esm/components/UploadImageDialog/styles.d.ts +1 -1
  1077. package/esm/components/UserSelector/styles.d.ts +1 -1
  1078. package/esm/components/ValueChip/styles.d.ts +1 -1
  1079. package/esm/components/ValueChip/styles.js +2 -2
  1080. package/esm/components/VerticalDivider/VerticalDivider.js +2 -2
  1081. package/esm/components/VerticalHeadingsTable/TableColumnDragLayer/TableColumnDragLayer.js +1 -1
  1082. package/esm/components/VirtualGroupedList/VirtualGroupedList.d.ts +1 -1
  1083. package/esm/components/VirtualGroupedList/VirtualGroupedList.js +9 -5
  1084. package/esm/components/activityLog/ActivityLog/helpers.js +10 -6
  1085. package/esm/components/activityLog/ActivityLogFilter/helpers.js +2 -2
  1086. package/esm/components/activityLog/ActivityLogFilter/styles.d.ts +1 -1
  1087. package/esm/components/activityLog/activities/fields/commonStyles.d.ts +1 -1
  1088. package/esm/components/activityLog/activities/styles.d.ts +1 -1
  1089. package/esm/components/activityLog/contexts/CollapsibleItemsContext/index.js +9 -5
  1090. package/esm/components/activityLog/utils/filters.js +13 -13
  1091. package/esm/components/attributes/AttributesView/index.d.ts +1 -1
  1092. package/esm/components/attributes/ImageAttributesLine/ImageAttributesLine.js +1 -1
  1093. package/esm/components/attributes/OvIcon/OvIcon.d.ts +6 -6
  1094. package/esm/components/attributes/OvIcon/OvIcon.js +1 -1
  1095. package/esm/components/attributes/PivotingAttributes/styles.d.ts +1 -1
  1096. package/esm/components/attributes/editMode/AttributesList/AttributesList.d.ts +1 -1
  1097. package/esm/components/attributes/editMode/AttributesPager/index.d.ts +1 -1
  1098. package/esm/components/attributes/editMode/AttributesPager/styles.d.ts +1 -1
  1099. package/esm/components/attributes/editMode/AttributesView/index.d.ts +8 -8
  1100. package/esm/components/attributes/editMode/ComplexAttribute/ComplexAttribute.d.ts +4 -4
  1101. package/esm/components/attributes/editMode/ComplexAttribute/styles.d.ts +1 -1
  1102. package/esm/components/attributes/editMode/EntityCreator/index.d.ts +1 -1
  1103. package/esm/components/attributes/editMode/EntitySelector/EntitySelector.js +2 -2
  1104. package/esm/components/attributes/editMode/EntitySelector/components/EntityOption.d.ts +2 -2
  1105. package/esm/components/attributes/editMode/EntitySelector/components/Group.js +1 -1
  1106. package/esm/components/attributes/editMode/EntitySelector/components/SingleValue.js +1 -1
  1107. package/esm/components/attributes/editMode/ImageAttributesLine/styles.d.ts +1 -1
  1108. package/esm/components/attributes/editMode/MoreAttributesButton/MoreAttributesButton.js +1 -1
  1109. package/esm/components/attributes/editMode/MoreAttributesButton/styles.d.ts +1 -1
  1110. package/esm/components/attributes/editMode/NestedAttribute/NestedAttribute.d.ts +3 -3
  1111. package/esm/components/attributes/editMode/ReferenceAttribute/ReferenceAttribute.d.ts +3 -3
  1112. package/esm/components/attributes/editMode/ReferenceAttribute/index.d.ts +3 -3
  1113. package/esm/components/attributes/editMode/ReferenceAttribute/styles.d.ts +1 -1
  1114. package/esm/components/attributes/editMode/RelationTypeSelector/components/styles.js +1 -1
  1115. package/esm/components/attributes/editMode/SimpleAttributeEditor/SimpleAttributeEditor.d.ts +1 -1
  1116. package/esm/components/attributes/editMode/SimpleAttributeEditor/selectors/helpers/missedParentsMessage.js +2 -2
  1117. package/esm/components/attributes/editMode/SimpleAttributeEditor/selectors/helpers/parents.js +9 -5
  1118. package/esm/components/attributes/editMode/SimpleAttributeEditor/styles.d.ts +1 -1
  1119. package/esm/components/attributes/editMode/SimpleAttributeEditor/styles.js +2 -2
  1120. package/esm/components/attributes/editMode/Tags/Tags.js +1 -1
  1121. package/esm/components/attributes/inline/ComplexAttribute/styles.d.ts +1 -1
  1122. package/esm/components/attributes/inline/SimpleAttribute/CrosswalkMenuItem/CrosswalkMenuItem.js +1 -1
  1123. package/esm/components/attributes/inline/SimpleAttribute/SimpleAttribute.js +1 -1
  1124. package/esm/components/attributes/inline/SimpleAttribute/styles.d.ts +1 -1
  1125. package/esm/components/attributes/inline/SimpleAttribute/styles.js +2 -2
  1126. package/esm/components/attributes/inline/SimpleAttributeEditor/styles.js +1 -1
  1127. package/esm/components/attributes/inline/SimpleAttributesBlock/SimpleAttributesBlock.js +1 -1
  1128. package/esm/components/attributes/readMode/AttributeValuesBlock/AttributeValuesBlock.d.ts +6 -8
  1129. package/esm/components/attributes/readMode/AttributesPager/index.d.ts +1 -1
  1130. package/esm/components/attributes/readMode/AttributesView/index.d.ts +6 -6
  1131. package/esm/components/attributes/readMode/ComplexAttribute/ComplexAttribute.d.ts +3 -3
  1132. package/esm/components/attributes/readMode/ImageAttributesLine/styles.d.ts +1 -1
  1133. package/esm/components/attributes/readMode/ImageAttributesLine/styles.js +7 -7
  1134. package/esm/components/attributes/readMode/NestedAttribute/NestedAttribute.d.ts +3 -3
  1135. package/esm/components/attributes/readMode/NestedAttribute/styles.d.ts +1 -1
  1136. package/esm/components/attributes/readMode/ReferenceAttribute/ReferenceAttribute.d.ts +3 -3
  1137. package/esm/components/attributes/readMode/ReferenceAttribute/index.d.ts +3 -3
  1138. package/esm/components/attributes/readMode/ReferenceAttribute/styles.d.ts +1 -1
  1139. package/esm/components/attributes/readMode/SimpleAttribute/styles.d.ts +1 -1
  1140. package/esm/components/charts/ActiveShape/ActiveShape.js +2 -2
  1141. package/esm/components/charts/BubbleChart/BubbleChart.js +1 -1
  1142. package/esm/components/charts/CloudChart/CloudChart.js +2 -2
  1143. package/esm/components/charts/MapChart/Legend/styles.js +5 -5
  1144. package/esm/components/charts/MapChart/MapChart.js +1 -1
  1145. package/esm/components/charts/MapChart/useGeography.js +1 -1
  1146. package/esm/components/charts/PieChart/PieChart.js +1 -1
  1147. package/esm/components/charts/TableWithBars/TableWithBars.js +9 -5
  1148. package/esm/components/charts/TreeChart/TreeChart.js +1 -1
  1149. package/esm/components/commonReactSelectComponents/DropdownIndicator.d.ts +4 -4
  1150. package/esm/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.d.ts +4 -4
  1151. package/esm/components/commonReactSelectComponents/MenuWithPopper.d.ts +3 -3
  1152. package/esm/components/commonReactSelectComponents/arrowIndicatorStyles.js +1 -1
  1153. package/esm/components/crosswalks/AttributesTable/AddAttributesButton/AddAttributesButton.js +10 -6
  1154. package/esm/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.js +1 -6
  1155. package/esm/components/crosswalks/AttributesTable/cell-renderers/RowCellRenderer.js +1 -1
  1156. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ImageAttributesRenderer.js +1 -1
  1157. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/NestedAttributesRenderer.js +1 -1
  1158. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ReferenceAttributesRenderer.js +1 -1
  1159. package/esm/components/crosswalks/AttributesTable/helpers.js +10 -6
  1160. package/esm/components/crosswalks/ColoredBlock/styles.js +1 -1
  1161. package/esm/components/crosswalks/CopyableValueField/styles.d.ts +1 -1
  1162. package/esm/components/crosswalks/CrosswalkAttributes/CrosswalkAttributes.js +1 -1
  1163. package/esm/components/crosswalks/CrosswalkAttributes/styles.d.ts +1 -1
  1164. package/esm/components/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.js +1 -1
  1165. package/esm/components/crosswalks/CrosswalkRow/styles.d.ts +1 -1
  1166. package/esm/components/crosswalks/hooks/useModifiedEntity.js +9 -5
  1167. package/esm/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.js +3 -3
  1168. package/esm/components/editors/CustomDateRangeEditor/styles.d.ts +1 -1
  1169. package/esm/components/editors/DataTypeValueEditor/DataTypeValueEditor.js +1 -3
  1170. package/esm/components/editors/DateEditor/styles.d.ts +1 -1
  1171. package/esm/components/editors/DateRangeEditor/DateRangeEditor.d.ts +1 -1
  1172. package/esm/components/editors/DateRangeEditor/DateRangeEditor.js +2 -2
  1173. package/esm/components/editors/DateRangeEditor/styles.d.ts +1 -1
  1174. package/esm/components/editors/DependentLookupEditor/DependentLookupEditor.d.ts +2 -2
  1175. package/esm/components/editors/DependentLookupEditor/styles.d.ts +1 -1
  1176. package/esm/components/editors/DropDownEditor/DropDownEditor.d.ts +1 -1
  1177. package/esm/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +4 -4
  1178. package/esm/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.js +1 -1
  1179. package/esm/components/editors/GroupedDropDownEditor/entriesHelpers.js +9 -5
  1180. package/esm/components/editors/LookupEditor/LookupEditor.d.ts +2 -2
  1181. package/esm/components/editors/LookupEditor/LookupEditor.js +1 -2
  1182. package/esm/components/editors/LookupEditor/entriesHelpers.js +1 -1
  1183. package/esm/components/editors/NumberEditor/NumberEditor.d.ts +1 -1
  1184. package/esm/components/editors/NumberEditor/NumberEditor.js +1 -2
  1185. package/esm/components/editors/TextEditor/TextEditor.d.ts +1 -1
  1186. package/esm/components/editors/TimestampEditor/TimestampEditor.js +2 -2
  1187. package/esm/components/editors/TimestampEditor/styles.d.ts +1 -1
  1188. package/esm/components/editors/TypeaheadEditor/TypeaheadEditor.d.ts +1 -1
  1189. package/esm/components/editors/TypeaheadEditor/TypeaheadEditor.js +9 -5
  1190. package/esm/components/editors/commonComponents/MultiValueChip/MultiValueChip.d.ts +4 -4
  1191. package/esm/components/history/ContributorsPanel/ContributorsPanel.js +9 -5
  1192. package/esm/components/history/ContributorsPanel/styles.d.ts +1 -1
  1193. package/esm/components/history/DateRangeSelector/styles.d.ts +1 -1
  1194. package/esm/components/history/HistoryActivitySelector/styles.d.ts +1 -1
  1195. package/esm/components/history/HistoryGraph/HistoryCircle.d.ts +1 -1
  1196. package/esm/components/history/HistoryGraph/HistoryGraph.d.ts +1 -1
  1197. package/esm/components/history/HistoryGraph/HistoryGraph.js +5 -5
  1198. package/esm/components/history/HistoryGraph/helpers.js +2 -2
  1199. package/esm/components/history/HistoryHeader/styles.d.ts +1 -1
  1200. package/esm/components/history/HistoryMenuButton/styles.d.ts +1 -1
  1201. package/esm/components/history/HistoryRow/styles.d.ts +1 -1
  1202. package/esm/components/history/HistoryTree/HistoryTree.js +1 -1
  1203. package/esm/components/history/hooks/useHistory.js +11 -10
  1204. package/esm/components/history/utils/filters.js +7 -7
  1205. package/esm/components/workflow/cards/GenericWorkflowTaskCard/styles.d.ts +1 -1
  1206. package/esm/components/workflow/cards/GenericWorkflowTaskCard/styles.js +1 -1
  1207. package/esm/components/workflow/components/AddWorkflowButton/styles.d.ts +1 -1
  1208. package/esm/components/workflow/components/AddWorkflowDialog/styles.d.ts +1 -1
  1209. package/esm/components/workflow/components/AttributesChanges/components/ChangeView/styles.d.ts +1 -1
  1210. package/esm/components/workflow/components/AttributesChanges/components/DiffRenderer/styles.js +1 -1
  1211. package/esm/components/workflow/components/AttributesChanges/styles.d.ts +1 -1
  1212. package/esm/components/workflow/components/LineDecorator/styles.js +5 -5
  1213. package/esm/constants/prop-types.d.ts +10 -10
  1214. package/esm/hooks/helpers/sanitizerOptions.js +10 -6
  1215. package/esm/hooks/useAPI/API.js +2 -2
  1216. package/esm/hooks/useAPI/helpers.js +6 -6
  1217. package/esm/hooks/useAPI/useAPI.js +1 -8
  1218. package/esm/hooks/useCollaboration.js +14 -10
  1219. package/esm/hooks/useCustomScripts.js +14 -21
  1220. package/esm/hooks/useEditableConnection.js +1 -2
  1221. package/esm/hooks/useMatchesLoader.d.ts +1 -1
  1222. package/esm/hooks/useRelationTypeSelector.js +3 -3
  1223. package/package.json +3 -3
@@ -10,7 +10,7 @@ declare namespace TextEditor {
10
10
  namespace propTypes {
11
11
  const multiple: PropTypes.Requireable<boolean>;
12
12
  const multiline: PropTypes.Requireable<boolean>;
13
- const value: PropTypes.Requireable<string | number | string[] | number[]>;
13
+ const value: PropTypes.Requireable<NonNullable<string | number | string[] | number[]>>;
14
14
  const getValueLabel: PropTypes.Requireable<(...args: any[]) => any>;
15
15
  }
16
16
  }
@@ -38,7 +38,7 @@ var TimestampEditor = function (_a) {
38
38
  var _c = _a.value, value = _c === void 0 ? null : _c, label = _a.label, _d = _a.variant, variant = _d === void 0 ? 'filled' : _d, onChange = _a.onChange, InputProps = _a.InputProps, format = _a.format, otherProps = __rest(_a, ["value", "label", "variant", "onChange", "InputProps", "format"]);
39
39
  var styles = useStyles();
40
40
  var _e = useState(false), isCalendarOpen = _e[0], setIsCalendarOpen = _e[1];
41
- var timestampFormat = format || dateFormat + " " + timeFormat;
41
+ var timestampFormat = format || "".concat(dateFormat, " ").concat(timeFormat);
42
42
  var isAmPmFormat = timestampFormat && timestampFormat.toLowerCase().includes('a');
43
43
  return (React.createElement(KeyboardDateTimePicker, __assign({ format: timestampFormat, rifmFormatter: isAmPmFormat ? makeAmPmFormatter(timestampFormat) : undefined, variant: "inline", invalidDateMessage: i18n.text('Invalid Date Format'), maxDateMessage: i18n.text('Date should not be after maximal date'), minDateMessage: i18n.text('Date should not be before minimal date'), inputVariant: variant,
44
44
  //there is a bug in the picker types that prevents time picker from showing seconds picker (see https://github.com/mui-org/material-ui-pickers/issues/739)
@@ -47,7 +47,7 @@ var TimestampEditor = function (_a) {
47
47
  views: ['year', 'date', 'hours', 'minutes', 'seconds'], autoOk: true, InputAdornmentProps: { position: 'end' }, KeyboardButtonProps: {
48
48
  classes: { root: styles.iconButtonRoot },
49
49
  onKeyPress: invoker(0, 'stopPropagation')
50
- }, keyboardIcon: React.createElement(DateRangeIcon, null), onChange: when(utils.dates.isValidMomentDateOrNull, pipe(utils.dates.momentToDate, onChange)), label: label, "aria-label": label, value: value, placeholder: i18n.text((dateFormat + " HH:MM").toUpperCase()), ampm: isAmPmFormat, onClose: function () { return setIsCalendarOpen(false); }, onOpen: function () { return setIsCalendarOpen(true); }, InputProps: __assign({ classes: {
50
+ }, keyboardIcon: React.createElement(DateRangeIcon, null), onChange: when(utils.dates.isValidMomentDateOrNull, pipe(utils.dates.momentToDate, onChange)), label: label, "aria-label": label, value: value, placeholder: i18n.text("".concat(dateFormat, " HH:MM").toUpperCase()), ampm: isAmPmFormat, onClose: function () { return setIsCalendarOpen(false); }, onOpen: function () { return setIsCalendarOpen(true); }, InputProps: __assign({ classes: {
51
51
  root: styles.inputRoot,
52
52
  underline: classnames((_b = {}, _b[styles.underline] = isCalendarOpen, _b)),
53
53
  adornedEnd: styles.adornedEnd
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"underline" | "inputLabel" | "iconButtonRoot" | "adornedEnd" | "inputRoot">;
1
+ export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"underline" | "inputLabel" | "adornedEnd" | "inputRoot" | "iconButtonRoot">;
@@ -14,7 +14,7 @@ declare namespace TypeaheadEditor {
14
14
  const multiple: PropTypes.Requireable<boolean>;
15
15
  const fullWidth: PropTypes.Requireable<boolean>;
16
16
  const placeholder: PropTypes.Requireable<string>;
17
- const value: PropTypes.Requireable<string | string[]>;
17
+ const value: PropTypes.Requireable<NonNullable<string | string[]>>;
18
18
  const onChange: PropTypes.Validator<(...args: any[]) => any>;
19
19
  const getSuggestions: PropTypes.Validator<(...args: any[]) => any>;
20
20
  const InputProps: PropTypes.Requireable<object>;
@@ -20,10 +20,14 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- var __spreadArray = (this && this.__spreadArray) || function (to, from) {
24
- for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
25
- to[j] = from[i];
26
- return to;
23
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
24
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
25
+ if (ar || !(i in from)) {
26
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
27
+ ar[i] = from[i];
28
+ }
29
+ }
30
+ return to.concat(ar || Array.prototype.slice.call(from));
27
31
  };
28
32
  import Autosuggest from 'react-autosuggest';
29
33
  import AutosizeInput from 'react-input-autosize';
@@ -102,7 +106,7 @@ var TypeaheadEditor = function (_a) {
102
106
  if (multiple) {
103
107
  setCurrentValue('');
104
108
  if (newValue) {
105
- onChange(uniq(__spreadArray(__spreadArray([], value), [newValue])));
109
+ onChange(uniq(__spreadArray(__spreadArray([], value, true), [newValue], false)));
106
110
  }
107
111
  }
108
112
  else {
@@ -3,16 +3,16 @@ declare function MultiValueChip(props: any): JSX.Element;
3
3
  declare namespace MultiValueChip {
4
4
  namespace propTypes {
5
5
  const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
6
- const data: PropTypes.Validator<PropTypes.InferProps<{
6
+ const data: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
7
7
  value: PropTypes.Requireable<string>;
8
8
  label: PropTypes.Requireable<string>;
9
9
  number: PropTypes.Requireable<number>;
10
- }>>;
11
- const removeProps: PropTypes.Validator<PropTypes.InferProps<{
10
+ }>>>;
11
+ const removeProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
12
12
  onClick: PropTypes.Validator<(...args: any[]) => any>;
13
13
  onMouseDown: PropTypes.Validator<(...args: any[]) => any>;
14
14
  onTouchEnd: PropTypes.Validator<(...args: any[]) => any>;
15
- }>>;
15
+ }>>>;
16
16
  }
17
17
  }
18
18
  import PropTypes from "prop-types";
@@ -1,7 +1,11 @@
1
- var __spreadArray = (this && this.__spreadArray) || function (to, from) {
2
- for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
3
- to[j] = from[i];
4
- return to;
1
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
2
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
3
+ if (ar || !(i in from)) {
4
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
5
+ ar[i] = from[i];
6
+ }
7
+ }
8
+ return to.concat(ar || Array.prototype.slice.call(from));
5
9
  };
6
10
  import React from 'react';
7
11
  import classnames from 'classnames';
@@ -16,7 +20,7 @@ var ContributorsPanel = function (_a) {
16
20
  onSelectValues(without([value], selectedValues));
17
21
  }
18
22
  else {
19
- onSelectValues(__spreadArray(__spreadArray([], (selectedValues || [])), [value]));
23
+ onSelectValues(__spreadArray(__spreadArray([], (selectedValues || []), true), [value], false));
20
24
  }
21
25
  };
22
26
  return (React.createElement("div", { className: classnames(styles.root, className) },
@@ -2,5 +2,5 @@ export declare const useStyles: (props?: any) => import("@material-ui/core/style
2
2
  declare type StylesProps = {
3
3
  color: string;
4
4
  };
5
- export declare const useContributorStyles: (props: StylesProps) => import("@material-ui/core/styles/withStyles").ClassNameMap<"active" | "icon" | "inactive" | "clickable">;
5
+ export declare const useContributorStyles: (props: StylesProps) => import("@material-ui/core/styles/withStyles").ClassNameMap<"icon" | "active" | "inactive" | "clickable">;
6
6
  export {};
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"title" | "root" | "intervalContainer" | "typeInput">;
1
+ export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"root" | "title" | "intervalContainer" | "typeInput">;
@@ -2,4 +2,4 @@ export declare const customStyles: {
2
2
  input: (currentStyles: any) => any;
3
3
  menuPortal: (currentStyles: any) => any;
4
4
  };
5
- export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"title" | "option" | "root" | "dropDownInput" | "valueContainer">;
5
+ export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"root" | "title" | "option" | "valueContainer" | "dropDownInput">;
@@ -9,5 +9,5 @@ declare const _default: React.ForwardRefExoticComponent<Pick<{
9
9
  isCollapsed?: boolean;
10
10
  showCollapseIcon?: boolean;
11
11
  showLine?: boolean;
12
- } & React.SVGProps<SVGGElement>, "string" | "visibility" | "type" | "values" | "filter" | "operator" | "id" | "in" | "max" | "offset" | "children" | "radius" | "order" | "method" | "width" | "height" | "version" | "format" | "key" | "attributeName" | "name" | "mode" | "attributeType" | "direction" | "path" | "y" | "from" | "to" | "end" | "clipPath" | "color" | "cursor" | "display" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "imageRendering" | "letterSpacing" | "opacity" | "overflow" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "wordSpacing" | "writingMode" | "mask" | "textDecoration" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "local" | "style" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "onScroll" | "className" | "d" | "origin" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "href" | "media" | "target" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "orient" | "orientation" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "isDashed" | "isCollapsed" | "showCollapseIcon" | "showLine"> & React.RefAttributes<unknown>>;
12
+ } & React.SVGProps<SVGGElement>, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "overflow" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "textDecoration" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "end" | "local" | "style" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "from" | "to" | "className" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "path" | "key" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "isDashed" | "isCollapsed" | "showCollapseIcon" | "showLine"> & React.RefAttributes<unknown>>;
13
13
  export default _default;
@@ -16,7 +16,7 @@ export declare const HistoryCircleWithTooltip: React.ForwardRefExoticComponent<i
16
16
  isCollapsed?: boolean;
17
17
  showCollapseIcon?: boolean;
18
18
  showLine?: boolean;
19
- } & React.SVGProps<SVGGElement>, "string" | "visibility" | "type" | "values" | "filter" | "operator" | "id" | "in" | "max" | "offset" | "children" | "radius" | "order" | "method" | "width" | "height" | "version" | "format" | "key" | "attributeName" | "name" | "mode" | "attributeType" | "direction" | "path" | "y" | "from" | "to" | "end" | "clipPath" | "color" | "cursor" | "display" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "imageRendering" | "letterSpacing" | "opacity" | "overflow" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "wordSpacing" | "writingMode" | "mask" | "textDecoration" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "local" | "style" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "onScroll" | "className" | "d" | "origin" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "href" | "media" | "target" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "orient" | "orientation" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "isDashed" | "isCollapsed" | "showCollapseIcon" | "showLine"> & React.RefAttributes<unknown>>;
19
+ } & React.SVGProps<SVGGElement>, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "overflow" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "textDecoration" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "end" | "local" | "style" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "from" | "to" | "className" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "path" | "key" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "isDashed" | "isCollapsed" | "showCollapseIcon" | "showLine"> & React.RefAttributes<unknown>>;
20
20
  declare type Props = {
21
21
  graphData: HistoryData;
22
22
  onHistoryCircleMouseOver?: (uri: string, timestamp: number, index: number) => void;
@@ -22,8 +22,8 @@ var HistoryGraph = function (_a) {
22
22
  var hasFakeType = isFakeHistoryType(fakeType);
23
23
  var circleUri = hasFakeType ? uris[0] : uri;
24
24
  var isCollapsed = !(uris === null || uris === void 0 ? void 0 : uris.some(function (uri) { return historyLanes[uri]; }));
25
- acc.circles.push(React.createElement(HistoryCircleWithTooltip, { tooltipTitle: label, tooltipPlacement: "top", onMouseOver: onHistoryCircleMouseOver ? function () { return onHistoryCircleMouseOver(uri, timestamp, index); } : undefined, key: "circle-" + circleUri + "-" + i, x: x, y: y, color: getContributorColor(circleUri), isDashed: hasFakeType, isCollapsed: isCollapsed, showCollapseIcon: !!uris, showLine: fakeType === HistoryChangeTypes.FAKE_NAVIGATE_PROFILE }));
26
- acc.rowLines.push(React.createElement("rect", { key: circleUri + "-" + index, x: x, y: y - ROW_HEIGHT / 2, width: '100%', height: ROW_HEIGHT, fill: getContributorColor(circleUri), opacity: 0.06 }));
25
+ acc.circles.push(React.createElement(HistoryCircleWithTooltip, { tooltipTitle: label, tooltipPlacement: "top", onMouseOver: onHistoryCircleMouseOver ? function () { return onHistoryCircleMouseOver(uri, timestamp, index); } : undefined, key: "circle-".concat(circleUri, "-").concat(i), x: x, y: y, color: getContributorColor(circleUri), isDashed: hasFakeType, isCollapsed: isCollapsed, showCollapseIcon: !!uris, showLine: fakeType === HistoryChangeTypes.FAKE_NAVIGATE_PROFILE }));
26
+ acc.rowLines.push(React.createElement("rect", { key: "".concat(circleUri, "-").concat(index), x: x, y: y - ROW_HEIGHT / 2, width: '100%', height: ROW_HEIGHT, fill: getContributorColor(circleUri), opacity: 0.06 }));
27
27
  var isUpRight = type === HistoryChangeTypes.ENTITIES_SPLITTED;
28
28
  uris === null || uris === void 0 ? void 0 : uris.forEach(function (contributorUri) {
29
29
  var contributorLane = historyLanes[contributorUri];
@@ -33,7 +33,7 @@ var HistoryGraph = function (_a) {
33
33
  var toX = contributorLane.index * COL_WIDTH + COL_MARGIN;
34
34
  var toY = isUpRight ? y - rowHeight : y + rowHeight;
35
35
  if (x !== toX)
36
- acc.links.push(React.createElement(HistoryLink, { key: "link-" + contributorUri + "-" + index, x: x, y: y, toX: toX, toY: toY, isDashed: isFakeHistoryType(fakeType), color: getContributorColor(contributorUri) }));
36
+ acc.links.push(React.createElement(HistoryLink, { key: "link-".concat(contributorUri, "-").concat(index), x: x, y: y, toX: toX, toY: toY, isDashed: isFakeHistoryType(fakeType), color: getContributorColor(contributorUri) }));
37
37
  });
38
38
  return acc;
39
39
  }, { links: [], circles: [], rowLines: [] }), links = _b.links, rowLines = _b.rowLines, circles = _b.circles;
@@ -58,9 +58,9 @@ var HistoryGraph = function (_a) {
58
58
  return;
59
59
  var color = getContributorColor(contributorUri);
60
60
  if (!end && contributorLane.index > 0) {
61
- circles.push(React.createElement(HistoryCircle, { key: "initCircle-" + contributorUri + "-" + i, x: x, y: endY, color: color, showLine: true }));
61
+ circles.push(React.createElement(HistoryCircle, { key: "initCircle-".concat(contributorUri, "-").concat(i), x: x, y: endY, color: color, showLine: true }));
62
62
  }
63
- links.unshift(React.createElement("path", { key: "line-" + contributorUri + "-" + i, d: "M" + x + " " + startY + " L" + x + " " + endY, stroke: color, strokeWidth: 2 }));
63
+ links.unshift(React.createElement("path", { key: "line-".concat(contributorUri, "-").concat(i), d: "M".concat(x, " ").concat(startY, " L").concat(x, " ").concat(endY), stroke: color, strokeWidth: 2 }));
64
64
  });
65
65
  });
66
66
  return (React.createElement("svg", { className: "chart", width: width, height: height },
@@ -5,8 +5,8 @@ export var getHistoryLinkCurve = function (x, y, toX, toY) {
5
5
  var curveStartX = isLeft ? toX - 12 : toX + 12;
6
6
  var curveCenterY = isUp ? -6 : 6;
7
7
  var curveEndY = isUp ? -12 : 12;
8
- var curve = isLeft ? "c 6 0 12 " + curveCenterY + " 12" : "c -6 0 -12 " + curveCenterY + " -12";
9
- return "M" + x + " " + y + " L" + curveStartX + " " + y + " " + curve + " " + curveEndY + " L" + toX + " " + toY;
8
+ var curve = isLeft ? "c 6 0 12 ".concat(curveCenterY, " 12") : "c -6 0 -12 ".concat(curveCenterY, " -12");
9
+ return "M".concat(x, " ").concat(y, " L").concat(curveStartX, " ").concat(y, " ").concat(curve, " ").concat(curveEndY, " L").concat(toX, " ").concat(toY);
10
10
  };
11
11
  export var isFakeHistoryType = function (type) {
12
12
  return type === HistoryChangeTypes.FAKE_FILTERED_INCOMING || type === HistoryChangeTypes.FAKE_FILTERED_OUTGOING;
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"count" | "icon" | "root" | "divider" | "filterButton">;
1
+ export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"icon" | "count" | "root" | "divider" | "filterButton">;
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"checkIcon" | "menuItem" | "menuText">;
1
+ export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"menuItem" | "checkIcon" | "menuText">;
@@ -1,5 +1,5 @@
1
1
  declare type Type = {
2
2
  color?: string;
3
3
  };
4
- export declare const useStyles: (props: Type) => import("@material-ui/core/styles/withStyles").ClassNameMap<"title" | "user" | "date" | "selected" | "badge" | "historyRow" | "rowHeader">;
4
+ export declare const useStyles: (props: Type) => import("@material-ui/core/styles/withStyles").ClassNameMap<"title" | "selected" | "date" | "user" | "badge" | "historyRow" | "rowHeader">;
5
5
  export {};
@@ -105,7 +105,7 @@ var HistoryTree = function (_a) {
105
105
  React.createElement("div", { ref: rowsRef, className: styles.history }, historyData.rows.map(function (change, i) {
106
106
  var isSelected = i === selectedIndex;
107
107
  var isCurrent = i === 0;
108
- return (React.createElement(HistoryRow, { key: "row-" + i, change: change, isCurrent: isCurrent, isSelected: isSelected, onClick: function () { return handleHistoryRowClick(i, change, isSelected, isCurrent); } }));
108
+ return (React.createElement(HistoryRow, { key: "row-".concat(i), change: change, isCurrent: isCurrent, isSelected: isSelected, onClick: function () { return handleHistoryRowClick(i, change, isSelected, isCurrent); } }));
109
109
  })),
110
110
  canLoadMore && (React.createElement("div", { className: styles.buttonContainer },
111
111
  React.createElement(Button, { color: "primary", onClick: function () { return onLoadMore(); } }, i18n.text('Show more'))))));
@@ -9,10 +9,14 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
- var __spreadArray = (this && this.__spreadArray) || function (to, from) {
13
- for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
14
- to[j] = from[i];
15
- return to;
12
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
13
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
14
+ if (ar || !(i in from)) {
15
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
16
+ ar[i] = from[i];
17
+ }
18
+ }
19
+ return to.concat(ar || Array.prototype.slice.call(from));
16
20
  };
17
21
  import { useState, useMemo, useCallback, useEffect } from 'react';
18
22
  import { getHistoricUris, getHistoryWithTotal, isEmptyValue } from '@reltio/mdm-sdk';
@@ -41,8 +45,7 @@ export var useHistory = function (_a) {
41
45
  var showAll = isEmptyValue(historyFilter === null || historyFilter === void 0 ? void 0 : historyFilter.attributes) || undefined;
42
46
  var loadHistoryWithTotal = function () {
43
47
  setIsLoading(true);
44
- return safePromise(getHistoryWithTotal(__assign({ entityUri: entityUri,
45
- historicUris: historicUris, filter: historyFilterString, showAll: showAll }, options)))
48
+ return safePromise(getHistoryWithTotal(__assign({ entityUri: entityUri, historicUris: historicUris, filter: historyFilterString, showAll: showAll }, options)))
46
49
  .then(setHistoryWithTotal)
47
50
  .catch(function (e) {
48
51
  console.warn('Failed to load history data', e);
@@ -80,11 +83,9 @@ export var useHistory = function (_a) {
80
83
  var loadMore = useCallback(function (offset) {
81
84
  if (entityUri && historicUris && enabled) {
82
85
  setIsLoading(true);
83
- safePromise(getHistoryWithTotal(__assign({ entityUri: entityUri,
84
- historicUris: historicUris, filter: historyFilterString, showAll: showAll,
85
- offset: offset }, options)))
86
+ safePromise(getHistoryWithTotal(__assign({ entityUri: entityUri, historicUris: historicUris, filter: historyFilterString, showAll: showAll, offset: offset }, options)))
86
87
  .then(function (results) {
87
- setHistoryWithTotal(function (prev) { return (__assign(__assign({}, prev), { changes: __spreadArray(__spreadArray([], prev === null || prev === void 0 ? void 0 : prev.changes), results.changes) })); });
88
+ setHistoryWithTotal(function (prev) { return (__assign(__assign({}, prev), { changes: __spreadArray(__spreadArray([], prev === null || prev === void 0 ? void 0 : prev.changes, true), results.changes, true) })); });
88
89
  })
89
90
  .catch(function (e) {
90
91
  console.warn('Failed to load history data', e);
@@ -4,7 +4,7 @@ import { isEmptyValue, escapeQueryValue } from '@reltio/mdm-sdk';
4
4
  import { HistoryActivityType } from '../types/HistoryFilter';
5
5
  import { ActivityTypes } from '../../activityLog/types/ActivityTypes';
6
6
  import { DateRangeTypes } from '../../../types';
7
- var wrapInBrackets = function (str) { return "(" + str + ")"; };
7
+ var wrapInBrackets = function (str) { return "(".concat(str, ")"); };
8
8
  var multiValueFilter = function (filterClauseFn) { return pipe(map(filterClauseFn), join(' or ')); };
9
9
  var durationToTimestamp = function (period) {
10
10
  var amount = period[0], unit = period[1];
@@ -22,21 +22,21 @@ var convertHistoryTypes = chain(cond([
22
22
  [equals(HistoryActivityType.UNMERGE), function () { return [ActivityTypes.ENTITIES_SPLITTED]; }],
23
23
  [equals(HistoryActivityType.UPDATE), function () { return [ActivityTypes.ENTITY_CHANGED]; }]
24
24
  ]));
25
- var buildActivityFilterClause = pipe(defaultTo([]), convertHistoryTypes, concat([ActivityTypes.ENTITY_CREATED, ActivityTypes.ENTITY_REMOVED, ActivityTypes.ENTITY_LOST_MERGE]), multiValueFilter(function (value) { return "equals(type, '" + value + "')"; }));
26
- var buildUserFilterClause = function (user) { return "equals(user, '" + escapeQueryValue(user) + "')"; };
27
- var buildAttributeFilterClause = function (attribute) { return "changes(" + escapeQueryValue(attribute.value) + ")"; };
25
+ var buildActivityFilterClause = pipe(defaultTo([]), convertHistoryTypes, concat([ActivityTypes.ENTITY_CREATED, ActivityTypes.ENTITY_REMOVED, ActivityTypes.ENTITY_LOST_MERGE]), multiValueFilter(function (value) { return "equals(type, '".concat(value, "')"); }));
26
+ var buildUserFilterClause = function (user) { return "equals(user, '".concat(escapeQueryValue(user), "')"); };
27
+ var buildAttributeFilterClause = function (attribute) { return "changes(".concat(escapeQueryValue(attribute.value), ")"); };
28
28
  var buildDateRangeFilterClause = function (_a) {
29
29
  var type = _a.type, period = _a.period;
30
30
  switch (type) {
31
31
  case DateRangeTypes.WITHIN: {
32
- return "gte(timestamp, " + durationToTimestamp(period) + ")";
32
+ return "gte(timestamp, ".concat(durationToTimestamp(period), ")");
33
33
  }
34
34
  case DateRangeTypes.AGO: {
35
- return "lte(timestamp, " + durationToTimestamp(period) + ")";
35
+ return "lte(timestamp, ".concat(durationToTimestamp(period), ")");
36
36
  }
37
37
  case DateRangeTypes.BETWEEN: {
38
38
  var start = period[0], end = period[1];
39
- return "gte(timestamp, " + start.valueOf() + ") and lte(timestamp, " + moment(end).endOf('date').valueOf() + ")";
39
+ return "gte(timestamp, ".concat(start.valueOf(), ") and lte(timestamp, ").concat(moment(end).endOf('date').valueOf(), ")");
40
40
  }
41
41
  default: {
42
42
  return '';
@@ -1,3 +1,3 @@
1
1
  export declare const useStyles: (props: {
2
2
  color: string;
3
- }) => import("@material-ui/core/styles/withStyles").ClassNameMap<"title" | "priority" | "flex" | "caption" | "icon" | "header" | "line" | "date" | "card" | "withBackground" | "lineWrapper" | "info" | "commentsInfo" | "commentsIcon" | "infoValue" | "infoBlock" | "flag" | "mainInfo" | "controlsBox" | "controlsInRow" | "comments">;
3
+ }) => import("@material-ui/core/styles/withStyles").ClassNameMap<"flex" | "caption" | "icon" | "title" | "header" | "line" | "date" | "priority" | "card" | "withBackground" | "lineWrapper" | "info" | "commentsInfo" | "commentsIcon" | "infoValue" | "infoBlock" | "flag" | "mainInfo" | "controlsBox" | "controlsInRow" | "comments">;
@@ -20,7 +20,7 @@ export var useStyles = makeStyles(function (theme) { return ({
20
20
  line: function (_a) {
21
21
  var color = _a.color;
22
22
  return ({
23
- borderLeft: "3px solid " + color,
23
+ borderLeft: "3px solid ".concat(color),
24
24
  position: 'absolute',
25
25
  left: 0,
26
26
  top: 0,
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"icon" | "button" | "buttonLabel">;
1
+ export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"button" | "icon" | "buttonLabel">;
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"content" | "title" | "footer" | "input" | "select" | "inputRoot" | "popoverPaper" | "simpleDropDownSelector" | "cancelButton">;
1
+ export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"content" | "select" | "footer" | "title" | "input" | "inputRoot" | "popoverPaper" | "simpleDropDownSelector" | "cancelButton">;
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"fieldName" | "difference" | "field" | "arrow" | "chip">;
1
+ export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"difference" | "fieldName" | "field" | "arrow" | "chip">;
@@ -21,7 +21,7 @@ export var useStyles = makeStyles(function (theme) { return ({
21
21
  change: function (_a) {
22
22
  var _b = _a.level, level = _b === void 0 ? 0 : _b;
23
23
  return ({
24
- marginLeft: level * 16 + "px"
24
+ marginLeft: "".concat(level * 16, "px")
25
25
  });
26
26
  }
27
27
  }); });
@@ -1 +1 @@
1
- export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"uri" | "label" | "container" | "showMoreLink">;
1
+ export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"label" | "uri" | "container" | "showMoreLink">;
@@ -11,15 +11,15 @@ export var useStyles = makeStyles({
11
11
  alignItems: 'stretch'
12
12
  },
13
13
  lineBlock: {
14
- width: blockWidth + "px",
14
+ width: "".concat(blockWidth, "px"),
15
15
  flexShrink: 0
16
16
  },
17
17
  withLinePadding: {
18
18
  '& $noLine': {
19
- height: linePadding + "px"
19
+ height: "".concat(linePadding, "px")
20
20
  },
21
21
  '& $line': {
22
- height: "calc(100% - " + linePadding + "px)"
22
+ height: "calc(100% - ".concat(linePadding, "px)")
23
23
  }
24
24
  },
25
25
  noLine: {
@@ -36,7 +36,7 @@ export var useStyles = makeStyles({
36
36
  width: pointSize,
37
37
  borderRadius: '50%',
38
38
  left: -pointSize + 1,
39
- top: pointPadding + "px",
39
+ top: "".concat(pointPadding, "px"),
40
40
  background: pointColor,
41
41
  content: '""',
42
42
  display: 'block',
@@ -49,7 +49,7 @@ export var useStyles = makeStyles({
49
49
  }
50
50
  },
51
51
  '&$last': {
52
- height: pointPadding + "px"
52
+ height: "".concat(pointPadding, "px")
53
53
  }
54
54
  },
55
55
  content: {
@@ -4,9 +4,9 @@ export const NumberFormatType: PropTypes.Requireable<PropTypes.InferProps<{
4
4
  thousandSeparator: PropTypes.Requireable<string>;
5
5
  decimalSeparator: PropTypes.Requireable<string>;
6
6
  }>>;
7
- export const SelectValueType: PropTypes.Requireable<string | number | object>;
7
+ export const SelectValueType: PropTypes.Requireable<NonNullable<string | number | object>>;
8
8
  export const DropDownEntryType: PropTypes.Requireable<PropTypes.InferProps<{
9
- value: PropTypes.Validator<string | number | object>;
9
+ value: PropTypes.Validator<NonNullable<NonNullable<string | number | object>>>;
10
10
  label: PropTypes.Requireable<string>;
11
11
  }>>;
12
12
  export const DropDownGroupEntryType: PropTypes.Requireable<PropTypes.InferProps<{
@@ -29,22 +29,22 @@ export const SortingType: PropTypes.Requireable<PropTypes.InferProps<{
29
29
  order: PropTypes.Requireable<string>;
30
30
  }>>;
31
31
  export const ColumnFilterType: PropTypes.Requireable<PropTypes.InferProps<{
32
- value: PropTypes.Requireable<string | number | boolean | PropTypes.InferProps<{
32
+ value: PropTypes.Requireable<NonNullable<NonNullable<NonNullable<string | number | boolean | PropTypes.InferProps<{
33
33
  value: PropTypes.Requireable<string>;
34
34
  lookupCode: PropTypes.Requireable<string>;
35
- }> | (string | number | boolean | PropTypes.InferProps<{
35
+ }>> | NonNullable<string | number | boolean | PropTypes.InferProps<{
36
36
  value: PropTypes.Requireable<string>;
37
37
  lookupCode: PropTypes.Requireable<string>;
38
- }>)[] | (string | number | boolean | PropTypes.InferProps<{
38
+ }>>[]> | NonNullable<NonNullable<string | number | boolean | PropTypes.InferProps<{
39
39
  value: PropTypes.Requireable<string>;
40
40
  lookupCode: PropTypes.Requireable<string>;
41
- }> | (string | number | boolean | PropTypes.InferProps<{
41
+ }>> | NonNullable<string | number | boolean | PropTypes.InferProps<{
42
42
  value: PropTypes.Requireable<string>;
43
43
  lookupCode: PropTypes.Requireable<string>;
44
- }>)[])[]>;
44
+ }>>[]>[]>>;
45
45
  filter: PropTypes.Requireable<string>;
46
46
  }>>;
47
- export const ColumnsDataType: PropTypes.Requireable<PropTypes.InferProps<{
47
+ export const ColumnsDataType: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
48
48
  id: PropTypes.Requireable<string>;
49
49
  label: PropTypes.Requireable<string>;
50
50
  dataTypeDefinition: PropTypes.Requireable<object>;
@@ -56,7 +56,7 @@ export const ColumnsDataType: PropTypes.Requireable<PropTypes.InferProps<{
56
56
  label: PropTypes.Requireable<string>;
57
57
  dataTypeDefinition: PropTypes.Requireable<object>;
58
58
  }>[]>;
59
- }>[]>;
59
+ }>[]>>;
60
60
  export const GroupedColumnsDataType: PropTypes.Requireable<PropTypes.InferProps<{
61
61
  id: PropTypes.Requireable<string>;
62
62
  label: PropTypes.Requireable<string>;
@@ -90,7 +90,7 @@ export const QueryBuilderAttributeDataType: PropTypes.Requireable<PropTypes.Infe
90
90
  groupName: PropTypes.Requireable<string>;
91
91
  }>>;
92
92
  export const QueryBuilderAttributeType: PropTypes.Requireable<PropTypes.InferProps<{
93
- id: PropTypes.Requireable<string | number>;
93
+ id: PropTypes.Requireable<NonNullable<string | number>>;
94
94
  values: PropTypes.Requireable<any[]>;
95
95
  data: PropTypes.Requireable<PropTypes.InferProps<{
96
96
  title: PropTypes.Requireable<string>;