@reltio/components 1.4.1818 → 1.4.1820

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 (2352) hide show
  1. package/cjs/ActionButton/styles.d.ts +1 -1
  2. package/cjs/AttributeSelector/AttributeSelector.js +2 -2
  3. package/cjs/AttributesValuesEditor/AttributesValuesEditor.d.ts +1 -1
  4. package/cjs/AttributesValuesEditor/AttributesValuesEditor.js +2 -5
  5. package/cjs/AttributesValuesEditor/AttributesValuesEditor.test.js +6 -6
  6. package/cjs/BooleanRadioEditor/BooleanRadioEditor.d.ts +9 -0
  7. package/cjs/BooleanRadioEditor/BooleanRadioEditor.js +23 -0
  8. package/cjs/BooleanRadioEditor/BooleanRadioEditor.test.js +46 -0
  9. package/cjs/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.d.ts +7 -0
  10. package/cjs/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.js +37 -0
  11. package/cjs/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.test.js +27 -0
  12. package/cjs/BooleanRadioEditor/components/BooleanEditor/index.d.ts +1 -0
  13. package/cjs/BooleanRadioEditor/components/BooleanEditor/index.js +5 -0
  14. package/cjs/BooleanRadioEditor/index.d.ts +1 -0
  15. package/cjs/BooleanRadioEditor/index.js +5 -0
  16. package/cjs/CollaborationItem/CollaborationItem.d.ts +15 -0
  17. package/cjs/CollaborationItem/CollaborationItem.js +51 -0
  18. package/cjs/CollaborationItem/CollaborationItem.test.js +99 -0
  19. package/cjs/CollaborationItem/IntegrationCollaborationItem.test.js +195 -0
  20. package/cjs/CollaborationItem/components/Avatar/Avatar.js +39 -0
  21. package/cjs/CollaborationItem/components/Avatar/Avatar.test.js +15 -0
  22. package/cjs/CollaborationItem/components/Avatar/index.d.ts +1 -0
  23. package/cjs/CollaborationItem/components/Avatar/index.js +5 -0
  24. package/cjs/CollaborationItem/components/Comment/Comment.js +104 -0
  25. package/cjs/CollaborationItem/components/Comment/Comment.test.js +302 -0
  26. package/cjs/CollaborationItem/components/Comment/index.d.ts +1 -0
  27. package/cjs/CollaborationItem/components/Comment/index.js +5 -0
  28. package/cjs/CollaborationItem/components/CommentContent/CommentContent.js +46 -0
  29. package/cjs/CollaborationItem/components/CommentContent/CommentContent.test.js +110 -0
  30. package/cjs/CollaborationItem/components/CommentContent/index.d.ts +1 -0
  31. package/cjs/CollaborationItem/components/CommentContent/index.js +5 -0
  32. package/cjs/CollaborationItem/components/CommentTarget/CommentTarget.js +116 -0
  33. package/cjs/CollaborationItem/components/CommentTarget/CommentTarget.test.js +215 -0
  34. package/cjs/CollaborationItem/components/CommentTarget/index.d.ts +1 -0
  35. package/cjs/CollaborationItem/components/CommentTarget/index.js +5 -0
  36. package/cjs/CollaborationItem/components/RepliedComment/RepliedComment.js +84 -0
  37. package/cjs/CollaborationItem/components/RepliedComment/RepliedComment.test.d.ts +1 -0
  38. package/cjs/CollaborationItem/components/RepliedComment/RepliedComment.test.js +217 -0
  39. package/cjs/CollaborationItem/components/RepliedComment/index.d.ts +1 -0
  40. package/cjs/CollaborationItem/components/RepliedComment/index.js +5 -0
  41. package/cjs/CollaborationItem/components/SendMessageArea/SendMessageArea.js +164 -0
  42. package/cjs/CollaborationItem/components/SendMessageArea/SendMessageArea.test.d.ts +1 -0
  43. package/cjs/CollaborationItem/components/SendMessageArea/SendMessageArea.test.js +477 -0
  44. package/cjs/CollaborationItem/components/SendMessageArea/index.d.ts +1 -0
  45. package/cjs/CollaborationItem/components/SendMessageArea/index.js +5 -0
  46. package/cjs/CollaborationItem/components/TextFieldWithMentions/TextFieldWithMentions.js +74 -0
  47. package/cjs/CollaborationItem/components/TextFieldWithMentions/TextFieldWithMentions.test.d.ts +1 -0
  48. package/cjs/CollaborationItem/components/TextFieldWithMentions/TextFieldWithMentions.test.js +80 -0
  49. package/cjs/CollaborationItem/components/TextFieldWithMentions/index.d.ts +1 -0
  50. package/cjs/CollaborationItem/components/TextFieldWithMentions/index.js +5 -0
  51. package/cjs/CollaborationItem/helpers.test.d.ts +1 -0
  52. package/cjs/CollaborationItem/helpers.test.js +112 -0
  53. package/cjs/CollaborationItem/index.d.ts +1 -0
  54. package/cjs/CollaborationItem/index.js +8 -0
  55. package/cjs/CollapseButton/CollapseButton.d.ts +9 -0
  56. package/cjs/CollapseButton/CollapseButton.js +48 -0
  57. package/cjs/CollapseButton/CollapseButton.test.d.ts +1 -0
  58. package/cjs/CollapseButton/CollapseButton.test.js +26 -0
  59. package/cjs/CollapseButton/index.d.ts +1 -0
  60. package/cjs/CollapseButton/index.js +5 -0
  61. package/cjs/CollapseRowButton/CollapseRowButton.js +2 -2
  62. package/cjs/CollapseRowButton/CollapseRowButton.test.js +6 -6
  63. package/cjs/ColoredSourceIcon/ColoredSourceIcon.js +46 -0
  64. package/cjs/ColoredSourceIcon/ColoredSourceIcon.test.d.ts +1 -0
  65. package/cjs/ColoredSourceIcon/ColoredSourceIcon.test.js +83 -0
  66. package/cjs/ColoredSourceIcon/index.d.ts +1 -0
  67. package/cjs/ColoredSourceIcon/index.js +8 -0
  68. package/cjs/ColumnsSettings/components/ColumnListItem/ColumnListItem.js +2 -2
  69. package/cjs/CommentsContainer/CommentsContainer.d.ts +12 -0
  70. package/cjs/CommentsContainer/CommentsContainer.js +95 -0
  71. package/cjs/CommentsContainer/CommentsContainer.test-data.d.ts +20 -0
  72. package/cjs/CommentsContainer/CommentsContainer.test-data.js +70 -0
  73. package/cjs/CommentsContainer/CommentsContainer.test.d.ts +1 -0
  74. package/cjs/CommentsContainer/CommentsContainer.test.js +297 -0
  75. package/cjs/CommentsContainer/components/AddCommentButton/AddCommentButton.d.ts +7 -0
  76. package/cjs/CommentsContainer/components/AddCommentButton/AddCommentButton.js +15 -0
  77. package/cjs/CommentsContainer/components/AddCommentButton/index.d.ts +1 -0
  78. package/cjs/CommentsContainer/components/AddCommentButton/index.js +5 -0
  79. package/cjs/CommentsContainer/components/BasicCommentButton/BasicCommentButton.d.ts +8 -0
  80. package/cjs/CommentsContainer/components/BasicCommentButton/BasicCommentButton.js +41 -0
  81. package/cjs/CommentsContainer/components/BasicCommentButton/index.d.ts +1 -0
  82. package/cjs/CommentsContainer/components/BasicCommentButton/index.js +5 -0
  83. package/cjs/CommentsContainer/components/BasicCommentButton/styles.d.ts +1 -0
  84. package/cjs/CommentsContainer/components/BasicCommentButton/styles.js +20 -0
  85. package/cjs/CommentsContainer/components/CollaborationPopup/CollaborationPopup.d.ts +12 -0
  86. package/cjs/CommentsContainer/components/CollaborationPopup/CollaborationPopup.js +72 -0
  87. package/cjs/CommentsContainer/components/CollaborationPopup/CollaborationPopup.test.d.ts +1 -0
  88. package/cjs/CommentsContainer/components/CollaborationPopup/CollaborationPopup.test.js +157 -0
  89. package/cjs/CommentsContainer/components/CollaborationPopup/index.d.ts +1 -0
  90. package/cjs/CommentsContainer/components/CollaborationPopup/index.js +5 -0
  91. package/cjs/CommentsContainer/components/CommentButton/CommentButton.d.ts +7 -0
  92. package/cjs/CommentsContainer/components/CommentButton/CommentButton.js +18 -0
  93. package/cjs/CommentsContainer/components/CommentButton/index.d.ts +1 -0
  94. package/cjs/CommentsContainer/components/CommentButton/index.js +5 -0
  95. package/cjs/CommentsContainer/components/CommentButton/styles.d.ts +1 -0
  96. package/cjs/CommentsContainer/components/CommentButton/styles.js +22 -0
  97. package/cjs/CommentsContainer/index.d.ts +1 -0
  98. package/cjs/CommentsContainer/index.js +5 -0
  99. package/cjs/CommentsContainer/styles.js +25 -0
  100. package/cjs/ConfigureColumnsPopup/ConfigureColumnsPopup.d.ts +40 -0
  101. package/cjs/ConfigureColumnsPopup/ConfigureColumnsPopup.js +153 -0
  102. package/cjs/ConfigureColumnsPopup/ConfigureColumnsPopup.test.d.ts +1 -0
  103. package/cjs/ConfigureColumnsPopup/ConfigureColumnsPopup.test.js +146 -0
  104. package/cjs/ConfigureColumnsPopup/index.d.ts +1 -0
  105. package/cjs/ConfigureColumnsPopup/index.js +5 -0
  106. package/cjs/ConfigureColumnsPopup/styles.d.ts +1 -0
  107. package/cjs/ConfigureColumnsPopup/styles.js +13 -0
  108. package/cjs/ConfirmDeleteDialog/ConfirmDeleteDialog.d.ts +7 -0
  109. package/cjs/ConfirmDeleteDialog/ConfirmDeleteDialog.js +27 -0
  110. package/cjs/ConfirmDeleteDialog/ConfirmDeleteDialog.test.d.ts +1 -0
  111. package/cjs/ConfirmDeleteDialog/ConfirmDeleteDialog.test.js +51 -0
  112. package/cjs/ConfirmDeleteDialog/index.d.ts +1 -0
  113. package/cjs/ConfirmDeleteDialog/index.js +5 -0
  114. package/cjs/ConfirmationDialog/ConfirmationDialog.d.ts +15 -0
  115. package/cjs/ConfirmationDialog/ConfirmationDialog.js +29 -0
  116. package/cjs/ConfirmationDialog/ConfirmationDialog.test.d.ts +1 -0
  117. package/cjs/ConfirmationDialog/ConfirmationDialog.test.js +81 -0
  118. package/cjs/ConfirmationDialog/index.d.ts +1 -0
  119. package/cjs/ConfirmationDialog/index.js +5 -0
  120. package/cjs/ConfirmationDialog/styles.d.ts +1 -0
  121. package/cjs/ConfirmationDialog/styles.js +39 -0
  122. package/cjs/ConnectionEditor/ConnectionEditor.js +119 -0
  123. package/cjs/ConnectionEditor/ConnectionEditor.test.d.ts +1 -0
  124. package/cjs/ConnectionEditor/ConnectionEditor.test.js +374 -0
  125. package/cjs/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.d.ts +36 -0
  126. package/cjs/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.js +85 -0
  127. package/cjs/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.test.d.ts +1 -0
  128. package/cjs/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.test.js +181 -0
  129. package/cjs/ConnectionRelationTypeSelector/index.d.ts +1 -0
  130. package/cjs/ConnectionRelationTypeSelector/index.js +5 -0
  131. package/cjs/CustomDateRangeEditor/CustomDateRangeEditor.d.ts +8 -0
  132. package/cjs/CustomDateRangeEditor/CustomDateRangeEditor.js +85 -0
  133. package/cjs/CustomDateRangeEditor/CustomDateRangeEditor.test.d.ts +1 -0
  134. package/cjs/CustomDateRangeEditor/CustomDateRangeEditor.test.js +158 -0
  135. package/cjs/CustomDateRangeEditor/index.d.ts +1 -0
  136. package/cjs/CustomDateRangeEditor/index.js +5 -0
  137. package/cjs/CustomDateRangeEditor/styles.d.ts +1 -0
  138. package/cjs/DataTenantBadge/DataTenantBadge.js +29 -0
  139. package/cjs/DataTenantBadge/DataTenantBadge.test.d.ts +1 -0
  140. package/cjs/DataTenantBadge/DataTenantBadge.test.js +82 -0
  141. package/cjs/DataTenantBadge/index.d.ts +1 -0
  142. package/cjs/DataTenantBadge/index.js +5 -0
  143. package/cjs/DataTypeValue/DataTypeValue.d.ts +13 -0
  144. package/cjs/DataTypeValue/DataTypeValue.js +30 -0
  145. package/cjs/DataTypeValue/DataTypeValue.test.d.ts +1 -0
  146. package/cjs/DataTypeValue/DataTypeValue.test.js +169 -0
  147. package/cjs/DataTypeValue/index.d.ts +1 -0
  148. package/cjs/DataTypeValue/index.js +5 -0
  149. package/cjs/DataTypeValueEditor/DataTypeValueEditor.js +53 -0
  150. package/cjs/DataTypeValueEditor/index.d.ts +1 -0
  151. package/cjs/DataTypeValueEditor/index.js +8 -0
  152. package/cjs/DataTypeValueEditor/styles.d.ts +1 -0
  153. package/cjs/DataTypeValueEditor/styles.js +9 -0
  154. package/cjs/DataTypeValueEditor/useEditorContext.d.ts +71 -0
  155. package/cjs/DataTypeValueEditor/useEditorContext.js +88 -0
  156. package/cjs/DataTypeValueEditor/useEditorContext.test.d.ts +1 -0
  157. package/cjs/DataTypeValueEditor/useEditorContext.test.js +206 -0
  158. package/cjs/DateEditor/DateEditor.d.ts +11 -0
  159. package/cjs/DateEditor/DateEditor.js +86 -0
  160. package/cjs/DateEditor/DateEditor.test.d.ts +1 -0
  161. package/cjs/DateEditor/DateEditor.test.js +379 -0
  162. package/cjs/DateEditor/index.d.ts +1 -0
  163. package/cjs/DateEditor/index.js +5 -0
  164. package/cjs/DateIntervalSelector/DateIntervalSelector.d.ts +7 -0
  165. package/cjs/DateIntervalSelector/DateIntervalSelector.js +36 -0
  166. package/cjs/DateIntervalSelector/DateIntervalSelector.test.d.ts +1 -0
  167. package/cjs/DateIntervalSelector/DateIntervalSelector.test.js +85 -0
  168. package/cjs/DateIntervalSelector/index.d.ts +1 -0
  169. package/cjs/DateIntervalSelector/index.js +5 -0
  170. package/cjs/DateRangeEditor/DateRangeEditor.d.ts +37 -0
  171. package/cjs/DateRangeEditor/DateRangeEditor.js +82 -0
  172. package/cjs/DateRangeEditor/DateRangeEditor.test.d.ts +1 -0
  173. package/cjs/DateRangeEditor/DateRangeEditor.test.js +284 -0
  174. package/cjs/DateRangeEditor/index.d.ts +1 -0
  175. package/cjs/DateRangeEditor/index.js +8 -0
  176. package/cjs/DateRangeEditor/styles.d.ts +1 -0
  177. package/cjs/DateRangePicker/DateRangePicker.d.ts +11 -0
  178. package/cjs/DateRangePicker/DateRangePicker.js +95 -0
  179. package/cjs/DateRangePicker/DateRangePicker.spec.d.ts +1 -0
  180. package/cjs/DateRangePicker/DateRangePicker.spec.js +149 -0
  181. package/cjs/DateRangePicker/index.d.ts +1 -0
  182. package/cjs/DateRangePicker/index.js +5 -0
  183. package/cjs/DefaultCellValueRenderer/DefaultCellValueRenderer.js +2 -2
  184. package/cjs/DefaultCellValueRenderer/DefaultCellValueRenderer.test.js +2 -2
  185. package/cjs/DependentLookupEditor/DependentLookupEditor.d.ts +45 -0
  186. package/cjs/DependentLookupEditor/DependentLookupEditor.js +228 -0
  187. package/cjs/DependentLookupEditor/DependentLookupEditor.test.d.ts +1 -0
  188. package/cjs/DependentLookupEditor/DependentLookupEditor.test.js +1131 -0
  189. package/cjs/DependentLookupEditor/helpers.js +27 -0
  190. package/cjs/DependentLookupEditor/helpers.test.d.ts +1 -0
  191. package/cjs/DependentLookupEditor/helpers.test.js +25 -0
  192. package/cjs/DependentLookupEditor/index.d.ts +1 -0
  193. package/cjs/DependentLookupEditor/index.js +5 -0
  194. package/cjs/DependentLookupEditor/useAutopopulation.d.ts +14 -0
  195. package/cjs/DependentLookupEditor/useAutopopulation.js +23 -0
  196. package/cjs/DependentLookupEditor/useDefaultOptions.d.ts +5 -0
  197. package/cjs/DependentLookupEditor/useDefaultOptions.js +26 -0
  198. package/cjs/DependentLookupEditor/useLookupsResolver.d.ts +6 -0
  199. package/cjs/DependentLookupEditor/useLookupsResolver.js +30 -0
  200. package/cjs/DependentLookupEditor/useSavingFocus.d.ts +1 -0
  201. package/cjs/DependentLookupEditor/useSavingFocus.js +32 -0
  202. package/cjs/Drawer/Drawer.d.ts +7 -0
  203. package/cjs/Drawer/Drawer.js +77 -0
  204. package/cjs/Drawer/Drawer.test.d.ts +1 -0
  205. package/cjs/Drawer/Drawer.test.js +34 -0
  206. package/cjs/Drawer/index.d.ts +1 -0
  207. package/cjs/Drawer/index.js +5 -0
  208. package/cjs/DropDownEditor/DropDownEditor.d.ts +15 -0
  209. package/cjs/DropDownEditor/DropDownEditor.js +48 -0
  210. package/cjs/DropDownEditor/DropDownEditor.test.d.ts +1 -0
  211. package/cjs/DropDownEditor/DropDownEditor.test.js +38 -0
  212. package/cjs/DropDownEditor/index.d.ts +1 -0
  213. package/cjs/DropDownEditor/index.js +5 -0
  214. package/cjs/DropDownSelector/DropDownSelector.d.ts +35 -0
  215. package/cjs/DropDownSelector/DropDownSelector.js +102 -0
  216. package/cjs/DropDownSelector/DropDownSelector.test.d.ts +1 -0
  217. package/cjs/DropDownSelector/DropDownSelector.test.js +43 -0
  218. package/cjs/DropDownSelector/components/Menu/Menu.d.ts +8 -0
  219. package/cjs/DropDownSelector/components/Menu/Menu.js +37 -0
  220. package/cjs/DropDownSelector/components/Menu/index.d.ts +1 -0
  221. package/cjs/DropDownSelector/components/Menu/index.js +5 -0
  222. package/cjs/DropDownSelector/components/Menu/styles.d.ts +1 -0
  223. package/cjs/DropDownSelector/components/Menu/styles.js +26 -0
  224. package/cjs/DropDownSelector/components/SingleValue/SingleValue.d.ts +8 -0
  225. package/cjs/DropDownSelector/components/SingleValue/SingleValue.js +31 -0
  226. package/cjs/DropDownSelector/components/SingleValue/index.d.ts +1 -0
  227. package/cjs/DropDownSelector/components/SingleValue/index.js +5 -0
  228. package/cjs/DropDownSelector/components/SingleValue/styles.d.ts +1 -0
  229. package/cjs/DropDownSelector/components/SingleValue/styles.js +14 -0
  230. package/cjs/DropDownSelector/index.d.ts +1 -0
  231. package/cjs/DropDownSelector/index.js +5 -0
  232. package/cjs/DropDownSelector/styles.d.ts +16 -0
  233. package/cjs/EditModeAttributesPager/components/AttributeRenderer/AttributeRenderer.js +2 -2
  234. package/cjs/EditModeAttributesPager/components/AttributeRenderer/AttributeRenderer.test.js +3 -3
  235. package/cjs/EditModeAttributesPager/components/ImageLineRenderer/ImageLineRenderer.js +2 -2
  236. package/cjs/EditModeAttributesPager/components/SpecialRenderer/SpecialRenderer.js +2 -2
  237. package/cjs/EditModeAttributesPager/styles.d.ts +1 -1
  238. package/cjs/EditModeComplexAttribute/EditModeComplexAttribute.js +2 -2
  239. package/cjs/EditModeComplexAttribute/EditModeComplexAttribute.test.js +5 -5
  240. package/cjs/EditModeComplexAttribute/styles.d.ts +1 -1
  241. package/cjs/EditorsFactory/EditorsFactory.d.ts +8 -0
  242. package/cjs/EditorsFactory/EditorsFactory.js +98 -0
  243. package/cjs/EditorsFactory/EditorsFactory.test.d.ts +1 -0
  244. package/cjs/EditorsFactory/EditorsFactory.test.js +90 -0
  245. package/cjs/EditorsFactory/index.d.ts +1 -0
  246. package/cjs/EditorsFactory/index.js +5 -0
  247. package/cjs/EmptySearchResult/EmptySearchResult.d.ts +7 -0
  248. package/cjs/EmptySearchResult/EmptySearchResult.js +42 -0
  249. package/cjs/EmptySearchResult/EmptySearchResult.test.d.ts +1 -0
  250. package/cjs/EmptySearchResult/EmptySearchResult.test.js +22 -0
  251. package/cjs/EmptySearchResult/index.d.ts +1 -0
  252. package/cjs/EmptySearchResult/index.js +5 -0
  253. package/cjs/EmptyState/EmptyState.d.ts +23 -0
  254. package/cjs/EmptyState/EmptyState.js +40 -0
  255. package/cjs/EmptyState/EmptyState.test.d.ts +1 -0
  256. package/cjs/EmptyState/EmptyState.test.js +50 -0
  257. package/cjs/EmptyState/index.d.ts +1 -0
  258. package/cjs/EmptyState/index.js +7 -0
  259. package/cjs/EntityAvatar/EntityAvatar.d.ts +8 -0
  260. package/cjs/EntityAvatar/EntityAvatar.js +26 -0
  261. package/cjs/EntityAvatar/EntityAvatar.test.d.ts +1 -0
  262. package/cjs/EntityAvatar/EntityAvatar.test.js +58 -0
  263. package/cjs/EntityAvatar/index.d.ts +1 -0
  264. package/cjs/EntityAvatar/index.js +5 -0
  265. package/cjs/EntitySelector/EntitySelector.js +2 -2
  266. package/cjs/EntitySelector/components/EntityOption/EntityOption.js +2 -2
  267. package/cjs/EntitySelector/components/EntityOption/EntityOption.test.js +2 -2
  268. package/cjs/EntityTypeBadge/EntityTypeBadge.d.ts +8 -0
  269. package/cjs/EntityTypeBadge/EntityTypeBadge.js +28 -0
  270. package/cjs/EntityTypeBadge/EntityTypeBadge.test.d.ts +1 -0
  271. package/cjs/EntityTypeBadge/EntityTypeBadge.test.js +70 -0
  272. package/cjs/EntityTypeBadge/index.d.ts +1 -0
  273. package/cjs/EntityTypeBadge/index.js +5 -0
  274. package/cjs/EntityTypeBadge/styles.d.ts +1 -0
  275. package/cjs/EntityTypeBadge/styles.js +28 -0
  276. package/cjs/EntityTypeIcon/EntityTypeIcon.d.ts +10 -0
  277. package/cjs/EntityTypeIcon/EntityTypeIcon.js +26 -0
  278. package/cjs/EntityTypeIcon/EntityTypeIcon.test.d.ts +1 -0
  279. package/cjs/EntityTypeIcon/EntityTypeIcon.test.js +43 -0
  280. package/cjs/EntityTypeIcon/index.d.ts +1 -0
  281. package/cjs/EntityTypeIcon/index.js +5 -0
  282. package/cjs/EntityTypesSelector/EntityTypesSelector.d.ts +17 -0
  283. package/cjs/EntityTypesSelector/EntityTypesSelector.js +39 -0
  284. package/cjs/EntityTypesSelector/EntityTypesSelector.test.d.ts +1 -0
  285. package/cjs/EntityTypesSelector/EntityTypesSelector.test.js +30 -0
  286. package/cjs/EntityTypesSelector/index.d.ts +1 -0
  287. package/cjs/EntityTypesSelector/index.js +5 -0
  288. package/cjs/EntityUriLink/EntityUriLink.d.ts +6 -0
  289. package/cjs/EntityUriLink/EntityUriLink.js +68 -0
  290. package/cjs/EntityUriLink/EntityUriLink.test.d.ts +1 -0
  291. package/cjs/EntityUriLink/EntityUriLink.test.js +172 -0
  292. package/cjs/EntityUriLink/index.d.ts +1 -0
  293. package/cjs/EntityUriLink/index.js +5 -0
  294. package/cjs/ErrorBoundary/ErrorBoundary.d.ts +13 -0
  295. package/cjs/ErrorBoundary/ErrorBoundary.js +47 -0
  296. package/cjs/ErrorBoundary/ErrorBoundary.test.d.ts +1 -0
  297. package/cjs/ErrorBoundary/ErrorBoundary.test.js +25 -0
  298. package/cjs/ErrorBoundary/index.d.ts +1 -0
  299. package/cjs/ErrorBoundary/index.js +5 -0
  300. package/cjs/ErrorMessage/ErrorMessage.d.ts +6 -0
  301. package/cjs/ErrorMessage/ErrorMessage.js +19 -0
  302. package/cjs/ErrorMessage/index.d.ts +1 -0
  303. package/cjs/ErrorMessage/index.js +5 -0
  304. package/cjs/ErrorMessage/styles.d.ts +1 -0
  305. package/cjs/ErrorMessage/styles.js +12 -0
  306. package/cjs/ErrorPopup/ErrorPopup.d.ts +13 -0
  307. package/cjs/ErrorPopup/ErrorPopup.js +77 -0
  308. package/cjs/ErrorPopup/ErrorPopup.test.d.ts +1 -0
  309. package/cjs/ErrorPopup/ErrorPopup.test.js +54 -0
  310. package/cjs/ErrorPopup/index.d.ts +1 -0
  311. package/cjs/ErrorPopup/index.js +5 -0
  312. package/cjs/ErrorWrapper/ErrorWrapper.d.ts +11 -0
  313. package/cjs/ErrorWrapper/ErrorWrapper.js +67 -0
  314. package/cjs/ErrorWrapper/ErrorWrapper.test.d.ts +1 -0
  315. package/cjs/ErrorWrapper/ErrorWrapper.test.js +21 -0
  316. package/cjs/ErrorWrapper/index.d.ts +1 -0
  317. package/cjs/ErrorWrapper/index.js +5 -0
  318. package/cjs/ErrorWrapper/styles.d.ts +1 -0
  319. package/cjs/ErrorWrapper/styles.js +12 -0
  320. package/cjs/ExpandableSearchInput/ExpandableSearchInput.js +54 -0
  321. package/cjs/ExpandableSearchInput/index.d.ts +1 -0
  322. package/cjs/ExpandableSearchInput/index.js +5 -0
  323. package/cjs/FileTypeEditor/FileTypeEditor.d.ts +9 -0
  324. package/cjs/FileTypeEditor/FileTypeEditor.js +56 -0
  325. package/cjs/FileTypeEditor/FileTypeEditor.test.d.ts +1 -0
  326. package/cjs/FileTypeEditor/FileTypeEditor.test.js +133 -0
  327. package/cjs/FileTypeEditor/index.d.ts +1 -0
  328. package/cjs/FileTypeEditor/index.js +5 -0
  329. package/cjs/FilterEditor/FilterEditor.d.ts +23 -0
  330. package/cjs/FilterEditor/FilterEditor.js +49 -0
  331. package/cjs/FilterEditor/index.d.ts +1 -0
  332. package/cjs/FilterEditor/index.js +5 -0
  333. package/cjs/FilterEditor/styles.d.ts +1 -0
  334. package/cjs/FilterEditor/styles.js +21 -0
  335. package/cjs/FilterValueEditor/FilterValueEditor.d.ts +24 -0
  336. package/cjs/FilterValueEditor/FilterValueEditor.js +62 -0
  337. package/cjs/FilterValueEditor/FilterValueEditor.test.d.ts +1 -0
  338. package/cjs/FilterValueEditor/FilterValueEditor.test.js +185 -0
  339. package/cjs/FilterValueEditor/components/RangeDataTypeValueEditor/RangeDataTypeValueEditor.d.ts +17 -0
  340. package/cjs/FilterValueEditor/components/RangeDataTypeValueEditor/RangeDataTypeValueEditor.js +92 -0
  341. package/cjs/FilterValueEditor/components/RangeDataTypeValueEditor/RangeDataTypeValueEditor.test.d.ts +1 -0
  342. package/cjs/FilterValueEditor/components/RangeDataTypeValueEditor/RangeDataTypeValueEditor.test.js +81 -0
  343. package/cjs/FilterValueEditor/components/RangeDataTypeValueEditor/index.d.ts +1 -0
  344. package/cjs/FilterValueEditor/components/RangeDataTypeValueEditor/index.js +5 -0
  345. package/cjs/FilterValueEditor/helpers.d.ts +2 -0
  346. package/cjs/FilterValueEditor/helpers.js +30 -0
  347. package/cjs/FilterValueEditor/index.d.ts +1 -0
  348. package/cjs/FilterValueEditor/index.js +5 -0
  349. package/cjs/HOCs/withDateRangeSelector/withDateRangeSelector.d.ts +1 -1
  350. package/cjs/HOCs/withDateRangeSelector/withDateRangeSelector.js +2 -2
  351. package/cjs/HOCs/withFilter/ColumnFilter.js +2 -2
  352. package/cjs/HideOnShrink/HideOnShrink.d.ts +7 -0
  353. package/cjs/HideOnShrink/HideOnShrink.js +17 -0
  354. package/cjs/HideOnShrink/HideOnShrink.test.d.ts +1 -0
  355. package/cjs/HideOnShrink/HideOnShrink.test.js +86 -0
  356. package/cjs/HideOnShrink/index.d.ts +1 -0
  357. package/cjs/HideOnShrink/index.js +5 -0
  358. package/cjs/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.d.ts +7 -0
  359. package/cjs/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.js +41 -0
  360. package/cjs/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.test.d.ts +1 -0
  361. package/cjs/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.test.js +32 -0
  362. package/cjs/HierarchicalAttributeTooltip/index.d.ts +1 -0
  363. package/cjs/HierarchicalAttributeTooltip/index.js +5 -0
  364. package/cjs/HierarchyNodeTitle/HierarchyNodeTitle.js +58 -0
  365. package/cjs/HierarchyNodeTitle/HierarchyNodeTitle.test.d.ts +1 -0
  366. package/cjs/HierarchyNodeTitle/HierarchyNodeTitle.test.js +218 -0
  367. package/cjs/HierarchyNodeTitle/index.d.ts +1 -0
  368. package/cjs/HierarchyNodeTitle/index.js +5 -0
  369. package/cjs/HierarchyNodeTitle/useEntityDetails.js +34 -0
  370. package/cjs/HierarchyNodeTitle/useEntityDetails.test.d.ts +1 -0
  371. package/cjs/HierarchyNodeTitle/useEntityDetails.test.js +212 -0
  372. package/cjs/Highlighter/Highlighter.d.ts +8 -0
  373. package/cjs/Highlighter/Highlighter.js +27 -0
  374. package/cjs/Highlighter/Highlighter.test.d.ts +1 -0
  375. package/cjs/Highlighter/Highlighter.test.js +96 -0
  376. package/cjs/Highlighter/index.d.ts +1 -0
  377. package/cjs/Highlighter/index.js +5 -0
  378. package/cjs/InlineSimpleAttribute/InlineSimpleAttribute.js +2 -2
  379. package/cjs/InlineSimpleAttribute/InlineSimpleAttribute.spec.js +3 -3
  380. package/cjs/InlineSimpleAttributeEditor/InlineSimpleAttributeEditor.js +2 -2
  381. package/cjs/InlineSimpleAttributeEditor/InlineSimpleAttributeEditor.test.js +15 -15
  382. package/cjs/LookupEditor/LookupEditor.d.ts +33 -0
  383. package/cjs/LookupEditor/LookupEditor.js +83 -0
  384. package/cjs/LookupEditor/LookupEditor.test.d.ts +1 -0
  385. package/cjs/LookupEditor/LookupEditor.test.js +105 -0
  386. package/cjs/LookupEditor/components/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +21 -0
  387. package/cjs/LookupEditor/components/GroupedDropDownEditor/GroupedDropDownEditor.js +61 -0
  388. package/cjs/LookupEditor/components/GroupedDropDownEditor/GroupedDropDownEditor.test.d.ts +1 -0
  389. package/cjs/LookupEditor/components/GroupedDropDownEditor/GroupedDropDownEditor.test.js +42 -0
  390. package/cjs/LookupEditor/components/GroupedDropDownEditor/helpers.js +36 -0
  391. package/cjs/LookupEditor/components/GroupedDropDownEditor/helpers.test.d.ts +1 -0
  392. package/cjs/LookupEditor/components/GroupedDropDownEditor/helpers.test.js +36 -0
  393. package/cjs/LookupEditor/components/GroupedDropDownEditor/index.d.ts +1 -0
  394. package/cjs/LookupEditor/components/GroupedDropDownEditor/index.js +5 -0
  395. package/cjs/LookupEditor/components/GroupedDropDownEditor/styles.d.ts +1 -0
  396. package/cjs/LookupEditor/components/GroupedDropDownEditor/styles.js +20 -0
  397. package/cjs/LookupEditor/helpers.test.d.ts +1 -0
  398. package/cjs/LookupEditor/helpers.test.js +105 -0
  399. package/cjs/LookupEditor/index.d.ts +1 -0
  400. package/cjs/LookupEditor/index.js +5 -0
  401. package/cjs/MoreAttributesButton/MoreAttributesButton.js +2 -2
  402. package/cjs/MoreAttributesButton/MoreAttributesButton.test.js +3 -3
  403. package/cjs/MoreAttributesButton/styles.d.ts +1 -1
  404. package/cjs/MultiValueChip/MultiValueChip.d.ts +17 -0
  405. package/cjs/MultiValueChip/MultiValueChip.js +40 -0
  406. package/cjs/MultiValueChip/index.d.ts +1 -0
  407. package/cjs/MultiValueChip/index.js +5 -0
  408. package/cjs/NumberEditor/NumberEditor.d.ts +16 -0
  409. package/cjs/NumberEditor/NumberEditor.js +37 -0
  410. package/cjs/NumberEditor/NumberEditor.test.d.ts +1 -0
  411. package/cjs/NumberEditor/NumberEditor.test.js +91 -0
  412. package/cjs/NumberEditor/components/NumberFormat/NumberFormat.d.ts +15 -0
  413. package/cjs/NumberEditor/components/NumberFormat/NumberFormat.js +44 -0
  414. package/cjs/NumberEditor/components/NumberFormat/helpers.d.ts +1 -0
  415. package/cjs/NumberEditor/components/NumberFormat/helpers.js +7 -0
  416. package/cjs/NumberEditor/components/NumberFormat/index.d.ts +1 -0
  417. package/cjs/NumberEditor/components/NumberFormat/index.js +5 -0
  418. package/cjs/NumberEditor/index.d.ts +1 -0
  419. package/cjs/NumberEditor/index.js +5 -0
  420. package/cjs/OvIcon/OvIcon.d.ts +2 -2
  421. package/cjs/OvIcon/OvIcon.js +2 -2
  422. package/cjs/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.js +4 -4
  423. package/cjs/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.test.js +6 -8
  424. package/cjs/PivotingTooltip/components/PivotingTooltipContent/styles.d.ts +1 -1
  425. package/cjs/ReactSelectDropdownIndicator/ReactSelectDropdownIndicator.d.ts +14 -0
  426. package/cjs/ReactSelectDropdownIndicator/ReactSelectDropdownIndicator.js +39 -0
  427. package/cjs/ReactSelectDropdownIndicator/index.d.ts +1 -0
  428. package/cjs/ReactSelectDropdownIndicator/index.js +5 -0
  429. package/cjs/ReactSelectDropdownIndicator/styles.d.ts +1 -0
  430. package/cjs/ReactSelectDropdownIndicator/styles.js +12 -0
  431. package/cjs/ReactSelectDropdownIndicatorWithIconButton/ReactSelectDropdownIndicatorWithIconButton.d.ts +13 -0
  432. package/cjs/ReactSelectDropdownIndicatorWithIconButton/ReactSelectDropdownIndicatorWithIconButton.js +39 -0
  433. package/cjs/ReactSelectDropdownIndicatorWithIconButton/index.d.ts +1 -0
  434. package/cjs/ReactSelectDropdownIndicatorWithIconButton/index.js +5 -0
  435. package/cjs/ReactSelectDropdownIndicatorWithIconButton/styles.d.ts +1 -0
  436. package/cjs/ReactSelectDropdownIndicatorWithIconButton/styles.js +9 -0
  437. package/cjs/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.d.ts +8 -0
  438. package/cjs/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.js +18 -0
  439. package/cjs/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.test.d.ts +1 -0
  440. package/cjs/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.test.js +25 -0
  441. package/cjs/ReactSelectLoadMoreButton/index.d.ts +1 -0
  442. package/cjs/ReactSelectLoadMoreButton/index.js +5 -0
  443. package/cjs/ReactSelectLoadMoreButton/styles.d.ts +1 -0
  444. package/cjs/ReactSelectMenuList/ReactSelectMenuList.d.ts +1 -0
  445. package/cjs/ReactSelectMenuList/ReactSelectMenuList.js +26 -0
  446. package/cjs/ReactSelectMenuList/index.d.ts +1 -0
  447. package/cjs/ReactSelectMenuList/index.js +5 -0
  448. package/cjs/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.d.ts +14 -0
  449. package/cjs/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.js +94 -0
  450. package/cjs/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.test.d.ts +1 -0
  451. package/cjs/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.test.js +128 -0
  452. package/cjs/ReactSelectMenuWithPopper/index.d.ts +1 -0
  453. package/cjs/ReactSelectMenuWithPopper/index.js +5 -0
  454. package/cjs/ReactSelectMenuWithPopper/styles.d.ts +1 -0
  455. package/cjs/ReactSelectMenuWithPopper/styles.js +13 -0
  456. package/cjs/ReactSelectOptionWithCheckIcon/ReactSelectOptionWithCheckIcon.d.ts +10 -0
  457. package/cjs/ReactSelectOptionWithCheckIcon/ReactSelectOptionWithCheckIcon.js +31 -0
  458. package/cjs/ReactSelectOptionWithCheckIcon/index.d.ts +1 -0
  459. package/cjs/ReactSelectOptionWithCheckIcon/index.js +5 -0
  460. package/cjs/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.js +2 -2
  461. package/cjs/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.test.js +5 -5
  462. package/cjs/ReadOnlyAttributesPager/styles.d.ts +2 -2
  463. package/cjs/ReadOnlyAttributesView/styles.d.ts +1 -1
  464. package/cjs/ReadOnlyComplexAttribute/ReadOnlyComplexAttribute.js +2 -2
  465. package/cjs/ReadOnlyComplexAttribute/ReadOnlyComplexAttribute.test.js +6 -6
  466. package/cjs/ReferenceAttributeEditor/ReferenceAttributeEditor.js +2 -2
  467. package/cjs/ReferenceAttributeEditor/ReferenceAttributeEditor.test.js +3 -3
  468. package/cjs/RelationTypeSelector/RelationTypeSelector.js +2 -2
  469. package/cjs/RelationTypeSelector/RelationTypeSelector.test.js +2 -2
  470. package/cjs/RelationTypeSelector/components/RelationOption/RelationOption.js +3 -3
  471. package/cjs/RolesEditor/RolesEditor.js +2 -2
  472. package/cjs/SelectEditor/SelectEditor.d.ts +10 -0
  473. package/cjs/SelectEditor/SelectEditor.js +45 -0
  474. package/cjs/SelectEditor/SelectEditor.test.d.ts +1 -0
  475. package/cjs/SelectEditor/SelectEditor.test.js +18 -0
  476. package/cjs/SelectEditor/index.d.ts +1 -0
  477. package/cjs/SelectEditor/index.js +5 -0
  478. package/cjs/SelectEditor/styles.d.ts +1 -0
  479. package/cjs/SelectEditor/styles.js +12 -0
  480. package/cjs/SimpleAttribute/SimpleAttribute.js +4 -4
  481. package/cjs/SimpleAttribute/SimpleAttribute.test.js +9 -9
  482. package/cjs/SimpleAttributeEditor/SimpleAttributeEditor.js +5 -5
  483. package/cjs/SimpleAttributeEditor/SimpleAttributeEditor.test.js +12 -12
  484. package/cjs/SimpleAttributeEditor/styles.d.ts +1 -1
  485. package/cjs/SourceItem/styles.d.ts +1 -1
  486. package/cjs/TextEditor/TextEditor.d.ts +16 -0
  487. package/cjs/TextEditor/TextEditor.js +48 -0
  488. package/cjs/TextEditor/TextEditor.test.d.ts +1 -0
  489. package/cjs/TextEditor/TextEditor.test.js +36 -0
  490. package/cjs/TextEditor/index.d.ts +1 -0
  491. package/cjs/TextEditor/index.js +5 -0
  492. package/cjs/TimestampEditor/TimestampEditor.d.ts +11 -0
  493. package/cjs/TimestampEditor/TimestampEditor.js +66 -0
  494. package/cjs/TimestampEditor/TimestampEditor.test.d.ts +1 -0
  495. package/cjs/TimestampEditor/TimestampEditor.test.js +275 -0
  496. package/cjs/TimestampEditor/index.d.ts +1 -0
  497. package/cjs/TimestampEditor/index.js +5 -0
  498. package/cjs/TypeaheadEditor/TypeaheadEditor.js +4 -4
  499. package/cjs/components/LogicOperator/LogicOperator.js +2 -2
  500. package/cjs/components/MetadataTypesSelector/MetadataTypesSelector.js +3 -1
  501. package/cjs/components/MetadataTypesSelector/SelectMetadataTypesList.js +2 -2
  502. package/cjs/components/MetadataTypesSelector/styles.d.ts +1 -1
  503. package/cjs/components/ModeSwitcherSelect/styles.d.ts +1 -1
  504. package/cjs/components/MultiValueSelector/MultiValueSelector.js +9 -9
  505. package/cjs/components/PotentialMatchReviewCard/PotentialMatchReviewCard.js +2 -2
  506. package/cjs/components/ProfileBand/ProfileBand.js +4 -4
  507. package/cjs/components/ProfileCard/ProfileCardContent/ProfileCardContent.js +6 -6
  508. package/cjs/components/ProfilesList/ProfilesList.js +6 -6
  509. package/cjs/components/RelationEditor/RelationEditor.js +4 -4
  510. package/cjs/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.d.ts +2 -2
  511. package/cjs/components/ScreenProfileBand/ScreenProfileBand.js +2 -2
  512. package/cjs/components/SearchHighlighter/SearchHighlighter.js +2 -5
  513. package/cjs/components/SelectAttributesList/SelectAttributesList.js +2 -2
  514. package/cjs/components/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.js +2 -2
  515. package/cjs/components/SidePanel/SidePanel.js +4 -27
  516. package/cjs/components/SimpleDropDownSelector/SimpleDropDownSelector.js +2 -2
  517. package/cjs/components/UploadImageDialog/ImageByUrlField/styles.d.ts +1 -1
  518. package/cjs/components/UserSelector/UserSelector.js +5 -5
  519. package/cjs/components/history/DateRangeSelector/DateRangeSelector.js +4 -4
  520. package/cjs/components/history/HistoryActivitySelector/HistoryActivitySelector.js +2 -2
  521. package/cjs/components/index.d.ts +0 -39
  522. package/cjs/components/index.js +2 -82
  523. package/cjs/components/workflow/cards/GenericWorkflowTaskCard/GenericWorkflowTaskCard.js +2 -2
  524. package/cjs/components/workflow/components/AssigneeSelector/AssigneeSelector.js +2 -2
  525. package/cjs/components/workflow/components/AttributesChanges/AttributesChanges.js +4 -4
  526. package/cjs/components/workflow/components/AttributesChanges/components/DiffRenderer/DiffRenderer.js +6 -6
  527. package/cjs/components/workflow/components/AttributesChanges/components/DiffRenderer/styles.d.ts +1 -1
  528. package/cjs/components/workflow/components/DueDateField/DueDateField.js +2 -2
  529. package/cjs/components/workflow/components/DueDateField/styles.d.ts +1 -1
  530. package/cjs/components/workflow/components/PrioritySelector/PrioritySelector.js +2 -2
  531. package/cjs/constants/index.d.ts +1 -0
  532. package/cjs/constants/index.js +3 -1
  533. package/cjs/constants/textField.d.ts +7 -0
  534. package/cjs/constants/textField.js +8 -0
  535. package/cjs/contexts/index.d.ts +0 -1
  536. package/cjs/contexts/index.js +1 -3
  537. package/cjs/core/errors.js +2 -2
  538. package/cjs/features/activity-log/ActivitiesFactory/components/SimpleActivity/SimpleActivity.js +2 -2
  539. package/cjs/features/activity-log/ActivityFilterEditor/components/ActivitySelector/ActivitySelector.js +3 -3
  540. package/cjs/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/DateRangeSelector.js +5 -5
  541. package/cjs/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/DateRangeSelector.specs.js +11 -11
  542. package/cjs/features/activity-log/ActivityFilterEditor/components/EntityTypesSelector/EntityTypesSelector.js +2 -2
  543. package/cjs/features/activity-log/ActivityFilterEditor/components/SourceSelector/SourceSelector.js +2 -2
  544. package/cjs/features/activity-log/ActivityLog/components/GroupItem/GroupItem.js +2 -2
  545. package/cjs/features/activity-log/EntityObject/EntityObject.js +2 -2
  546. package/cjs/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/PotentialMatchField.js +2 -2
  547. package/cjs/features/activity-log/RelationObject/RelationObject.js +3 -3
  548. package/cjs/features/crosswalks/AttributesTable/AttributesTable.js +147 -0
  549. package/cjs/features/crosswalks/AttributesTable/AttributesTable.test.d.ts +1 -0
  550. package/cjs/features/crosswalks/AttributesTable/AttributesTable.test.js +430 -0
  551. package/cjs/features/crosswalks/AttributesTable/IntegrationAttributesTable.test-data.d.ts +3 -0
  552. package/cjs/features/crosswalks/AttributesTable/IntegrationAttributesTable.test-data.js +52 -0
  553. package/cjs/features/crosswalks/AttributesTable/IntegrationAttributesTable.test.d.ts +1 -0
  554. package/cjs/features/crosswalks/AttributesTable/IntegrationAttributesTable.test.js +323 -0
  555. package/cjs/features/crosswalks/AttributesTable/components/AddAttributesButton/AddAttributesButton.d.ts +5 -0
  556. package/cjs/features/crosswalks/AttributesTable/components/AddAttributesButton/AddAttributesButton.js +43 -0
  557. package/cjs/features/crosswalks/AttributesTable/components/AddAttributesButton/AddAttributesButton.test.d.ts +1 -0
  558. package/cjs/features/crosswalks/AttributesTable/components/AddAttributesButton/AddAttributesButton.test.js +142 -0
  559. package/cjs/features/crosswalks/AttributesTable/components/AddAttributesButton/index.d.ts +1 -0
  560. package/cjs/features/crosswalks/AttributesTable/components/AddAttributesButton/index.js +8 -0
  561. package/cjs/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/AttributeValuesRenderer.d.ts +19 -0
  562. package/cjs/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/AttributeValuesRenderer.js +23 -0
  563. package/cjs/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/AttributeValuesRenderer.test.d.ts +1 -0
  564. package/cjs/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/AttributeValuesRenderer.test.js +146 -0
  565. package/cjs/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/index.d.ts +1 -0
  566. package/cjs/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/index.js +8 -0
  567. package/cjs/features/crosswalks/AttributesTable/components/AttributesFactory/AttributesFactory.d.ts +4 -0
  568. package/cjs/features/crosswalks/AttributesTable/components/AttributesFactory/AttributesFactory.js +41 -0
  569. package/cjs/features/crosswalks/AttributesTable/components/AttributesFactory/index.d.ts +1 -0
  570. package/cjs/features/crosswalks/AttributesTable/components/AttributesFactory/index.js +5 -0
  571. package/cjs/features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer/AttributesHeadCellRenderer.js +42 -0
  572. package/cjs/features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer/AttributesHeadCellRenderer.test.d.ts +1 -0
  573. package/cjs/features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer/AttributesHeadCellRenderer.test.js +50 -0
  574. package/cjs/features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer/index.d.ts +1 -0
  575. package/cjs/features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer/index.js +8 -0
  576. package/cjs/features/crosswalks/AttributesTable/components/CommonRowCellRenderer/CommonRowCellRenderer.d.ts +12 -0
  577. package/cjs/features/crosswalks/AttributesTable/components/CommonRowCellRenderer/CommonRowCellRenderer.js +40 -0
  578. package/cjs/features/crosswalks/AttributesTable/components/CommonRowCellRenderer/index.d.ts +1 -0
  579. package/cjs/features/crosswalks/AttributesTable/components/CommonRowCellRenderer/index.js +5 -0
  580. package/cjs/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.d.ts +8 -0
  581. package/cjs/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.js +64 -0
  582. package/cjs/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.test.d.ts +1 -0
  583. package/cjs/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.test.js +58 -0
  584. package/cjs/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/index.d.ts +1 -0
  585. package/cjs/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/index.js +5 -0
  586. package/cjs/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.d.ts +5 -0
  587. package/cjs/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.js +17 -0
  588. package/cjs/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.test.d.ts +1 -0
  589. package/cjs/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.test.js +14 -0
  590. package/cjs/features/crosswalks/AttributesTable/components/CountRenderer/index.d.ts +1 -0
  591. package/cjs/features/crosswalks/AttributesTable/components/CountRenderer/index.js +5 -0
  592. package/cjs/features/crosswalks/AttributesTable/components/CountRenderer/styles.js +9 -0
  593. package/cjs/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/DefaultCellValueRenderer.d.ts +5 -0
  594. package/cjs/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/DefaultCellValueRenderer.js +14 -0
  595. package/cjs/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/index.d.ts +1 -0
  596. package/cjs/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/index.js +5 -0
  597. package/cjs/features/crosswalks/AttributesTable/components/HeadCellRenderer/HeadCellRenderer.d.ts +2 -0
  598. package/cjs/features/crosswalks/AttributesTable/components/HeadCellRenderer/HeadCellRenderer.js +30 -0
  599. package/cjs/features/crosswalks/AttributesTable/components/HeadCellRenderer/index.d.ts +1 -0
  600. package/cjs/features/crosswalks/AttributesTable/components/HeadCellRenderer/index.js +5 -0
  601. package/cjs/features/crosswalks/AttributesTable/components/HeadCellRenderer/styles.js +13 -0
  602. package/cjs/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.d.ts +2 -0
  603. package/cjs/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.js +38 -0
  604. package/cjs/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.test.d.ts +1 -0
  605. package/cjs/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.test.js +110 -0
  606. package/cjs/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/index.d.ts +1 -0
  607. package/cjs/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/index.js +5 -0
  608. package/cjs/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.d.ts +2 -0
  609. package/cjs/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.js +41 -0
  610. package/cjs/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.test.d.ts +1 -0
  611. package/cjs/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.test.js +111 -0
  612. package/cjs/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/index.d.ts +1 -0
  613. package/cjs/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/index.js +5 -0
  614. package/cjs/features/crosswalks/AttributesTable/components/OvValuesRenderer/OvValuesRenderer.d.ts +9 -0
  615. package/cjs/features/crosswalks/AttributesTable/components/OvValuesRenderer/OvValuesRenderer.js +28 -0
  616. package/cjs/features/crosswalks/AttributesTable/components/OvValuesRenderer/OvValuesRenderer.test.d.ts +1 -0
  617. package/cjs/features/crosswalks/AttributesTable/components/OvValuesRenderer/OvValuesRenderer.test.js +67 -0
  618. package/cjs/features/crosswalks/AttributesTable/components/OvValuesRenderer/index.d.ts +1 -0
  619. package/cjs/features/crosswalks/AttributesTable/components/OvValuesRenderer/index.js +5 -0
  620. package/cjs/features/crosswalks/AttributesTable/components/OvValuesRenderer/styles.d.ts +1 -0
  621. package/cjs/features/crosswalks/AttributesTable/components/OvValuesRenderer/styles.js +36 -0
  622. package/cjs/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.d.ts +2 -0
  623. package/cjs/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.js +41 -0
  624. package/cjs/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.test.d.ts +1 -0
  625. package/cjs/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.test.js +193 -0
  626. package/cjs/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/index.d.ts +1 -0
  627. package/cjs/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/index.js +5 -0
  628. package/cjs/features/crosswalks/AttributesTable/components/RowCellRenderer/RowCellRenderer.d.ts +8 -0
  629. package/cjs/features/crosswalks/AttributesTable/components/RowCellRenderer/RowCellRenderer.js +42 -0
  630. package/cjs/features/crosswalks/AttributesTable/components/RowCellRenderer/index.d.ts +1 -0
  631. package/cjs/features/crosswalks/AttributesTable/components/RowCellRenderer/index.js +5 -0
  632. package/cjs/features/crosswalks/AttributesTable/components/RowCellRenderer/styles.js +10 -0
  633. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.d.ts +9 -0
  634. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.js +113 -0
  635. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.test.d.ts +1 -0
  636. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.test.js +22 -0
  637. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/index.d.ts +1 -0
  638. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/index.js +5 -0
  639. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/styles.d.ts +1 -0
  640. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/styles.js +37 -0
  641. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.d.ts +6 -0
  642. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.js +25 -0
  643. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.test.d.ts +1 -0
  644. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.test.js +58 -0
  645. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeRenderer/index.d.ts +1 -0
  646. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeRenderer/index.js +5 -0
  647. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeRenderer/styles.d.ts +1 -0
  648. package/cjs/features/crosswalks/AttributesTable/components/RuleTypeRenderer/styles.js +13 -0
  649. package/cjs/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.d.ts +2 -0
  650. package/cjs/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.js +38 -0
  651. package/cjs/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.test.d.ts +1 -0
  652. package/cjs/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.test.js +69 -0
  653. package/cjs/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/index.d.ts +1 -0
  654. package/cjs/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/index.js +5 -0
  655. package/cjs/features/crosswalks/AttributesTable/components/WinnerSource/WinnerSource.d.ts +6 -0
  656. package/cjs/features/crosswalks/AttributesTable/components/WinnerSource/WinnerSource.js +24 -0
  657. package/cjs/features/crosswalks/AttributesTable/components/WinnerSource/index.d.ts +1 -0
  658. package/cjs/features/crosswalks/AttributesTable/components/WinnerSource/index.js +5 -0
  659. package/cjs/features/crosswalks/AttributesTable/components/WinnerSource/styles.d.ts +1 -0
  660. package/cjs/features/crosswalks/AttributesTable/components/WinnerSource/styles.js +21 -0
  661. package/cjs/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.d.ts +6 -0
  662. package/cjs/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.js +18 -0
  663. package/cjs/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.test.d.ts +1 -0
  664. package/cjs/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.test.js +157 -0
  665. package/cjs/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/index.d.ts +1 -0
  666. package/cjs/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/index.js +5 -0
  667. package/cjs/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/styles.d.ts +1 -0
  668. package/cjs/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/styles.js +10 -0
  669. package/cjs/features/crosswalks/AttributesTable/helpers.d.ts +35 -0
  670. package/cjs/features/crosswalks/AttributesTable/helpers.js +202 -0
  671. package/cjs/features/crosswalks/AttributesTable/helpers.test.d.ts +1 -0
  672. package/cjs/features/crosswalks/AttributesTable/helpers.test.js +750 -0
  673. package/cjs/features/crosswalks/AttributesTable/index.d.ts +1 -0
  674. package/cjs/features/crosswalks/AttributesTable/index.js +8 -0
  675. package/cjs/features/crosswalks/AttributesTable/styles.d.ts +2 -0
  676. package/cjs/features/crosswalks/AttributesTable/styles.js +46 -0
  677. package/cjs/features/crosswalks/AttributesTable/types.d.ts +64 -0
  678. package/cjs/features/crosswalks/ColoredBlock/ColoredBlock.d.ts +6 -0
  679. package/cjs/features/crosswalks/ColoredBlock/ColoredBlock.js +66 -0
  680. package/cjs/features/crosswalks/ColoredBlock/ColoredBlock.test.d.ts +1 -0
  681. package/cjs/features/crosswalks/ColoredBlock/ColoredBlock.test.js +28 -0
  682. package/cjs/features/crosswalks/ColoredBlock/index.d.ts +1 -0
  683. package/cjs/features/crosswalks/ColoredBlock/index.js +5 -0
  684. package/cjs/features/crosswalks/CopyableValueField/CopyableValueField.d.ts +5 -0
  685. package/cjs/features/crosswalks/CopyableValueField/CopyableValueField.js +19 -0
  686. package/cjs/features/crosswalks/CopyableValueField/CopyableValueField.test.d.ts +1 -0
  687. package/cjs/features/crosswalks/CopyableValueField/CopyableValueField.test.js +28 -0
  688. package/cjs/features/crosswalks/CopyableValueField/index.d.ts +1 -0
  689. package/cjs/features/crosswalks/CopyableValueField/index.js +5 -0
  690. package/cjs/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.d.ts +9 -0
  691. package/cjs/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.js +159 -0
  692. package/cjs/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.test.d.ts +1 -0
  693. package/cjs/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.test.js +268 -0
  694. package/cjs/features/crosswalks/CrosswalkAttributes/index.d.ts +1 -0
  695. package/cjs/features/crosswalks/CrosswalkAttributes/index.js +5 -0
  696. package/cjs/features/crosswalks/CrosswalkAttributes/styles.d.ts +1 -0
  697. package/cjs/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.d.ts +10 -0
  698. package/cjs/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.js +61 -0
  699. package/cjs/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.test.d.ts +1 -0
  700. package/cjs/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.test.js +44 -0
  701. package/cjs/features/crosswalks/CrosswalkDateEditor/IntegrationCrosswalkDateEditor.test.d.ts +1 -0
  702. package/cjs/features/crosswalks/CrosswalkDateEditor/IntegrationCrosswalkDateEditor.test.js +137 -0
  703. package/cjs/features/crosswalks/CrosswalkDateEditor/index.d.ts +1 -0
  704. package/cjs/features/crosswalks/CrosswalkDateEditor/index.js +5 -0
  705. package/cjs/features/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.d.ts +2 -0
  706. package/cjs/features/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.js +51 -0
  707. package/cjs/features/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.test.d.ts +1 -0
  708. package/cjs/features/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.test.js +81 -0
  709. package/cjs/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.d.ts +6 -0
  710. package/cjs/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.js +25 -0
  711. package/cjs/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.test.d.ts +1 -0
  712. package/cjs/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.test.js +56 -0
  713. package/cjs/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/index.d.ts +1 -0
  714. package/cjs/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/index.js +5 -0
  715. package/cjs/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/styles.d.ts +1 -0
  716. package/cjs/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/styles.js +26 -0
  717. package/cjs/features/crosswalks/CrosswalkDragLayer/index.d.ts +1 -0
  718. package/cjs/features/crosswalks/CrosswalkDragLayer/index.js +5 -0
  719. package/cjs/features/crosswalks/CrosswalkDragLayer/styles.d.ts +1 -0
  720. package/cjs/features/crosswalks/CrosswalkDragLayer/styles.js +17 -0
  721. package/cjs/features/crosswalks/CrosswalkEditor/CrosswalkEditor.d.ts +8 -0
  722. package/cjs/features/crosswalks/CrosswalkEditor/CrosswalkEditor.js +56 -0
  723. package/cjs/features/crosswalks/CrosswalkEditor/CrosswalkEditor.test.d.ts +1 -0
  724. package/cjs/features/crosswalks/CrosswalkEditor/CrosswalkEditor.test.js +116 -0
  725. package/cjs/features/crosswalks/CrosswalkEditor/index.d.ts +1 -0
  726. package/cjs/features/crosswalks/CrosswalkEditor/index.js +5 -0
  727. package/cjs/features/crosswalks/CrosswalkRow/CrosswalkRow.d.ts +19 -0
  728. package/cjs/features/crosswalks/CrosswalkRow/CrosswalkRow.js +122 -0
  729. package/cjs/features/crosswalks/CrosswalkRow/CrosswalkRow.test.d.ts +1 -0
  730. package/cjs/features/crosswalks/CrosswalkRow/CrosswalkRow.test.js +403 -0
  731. package/cjs/features/crosswalks/CrosswalkRow/index.d.ts +1 -0
  732. package/cjs/features/crosswalks/CrosswalkRow/index.js +5 -0
  733. package/cjs/features/crosswalks/CrosswalkRow/styles.d.ts +7 -0
  734. package/cjs/features/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.d.ts +7 -0
  735. package/cjs/features/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.js +51 -0
  736. package/cjs/features/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.test.d.ts +1 -0
  737. package/cjs/features/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.test.js +46 -0
  738. package/cjs/features/crosswalks/DummyCrosswalkRow/index.d.ts +1 -0
  739. package/cjs/features/crosswalks/DummyCrosswalkRow/index.js +5 -0
  740. package/cjs/features/crosswalks/ShowDependentLink/ShowDependentLink.d.ts +6 -0
  741. package/cjs/features/crosswalks/ShowDependentLink/ShowDependentLink.js +17 -0
  742. package/cjs/features/crosswalks/ShowDependentLink/ShowDependentLink.test.d.ts +1 -0
  743. package/cjs/features/crosswalks/ShowDependentLink/ShowDependentLink.test.js +25 -0
  744. package/cjs/features/crosswalks/ShowDependentLink/index.d.ts +1 -0
  745. package/cjs/features/crosswalks/ShowDependentLink/index.js +5 -0
  746. package/cjs/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.d.ts +19 -0
  747. package/cjs/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.js +55 -0
  748. package/cjs/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.test.d.ts +1 -0
  749. package/cjs/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.test.js +264 -0
  750. package/cjs/features/crosswalks/SourceCrosswalksRow/index.d.ts +1 -0
  751. package/cjs/features/crosswalks/SourceCrosswalksRow/index.js +5 -0
  752. package/cjs/features/crosswalks/hooks/useAttributeActions.js +155 -0
  753. package/cjs/features/crosswalks/hooks/useAttributeActions.test.d.ts +1 -0
  754. package/cjs/features/crosswalks/hooks/useAttributeActions.test.js +908 -0
  755. package/cjs/features/crosswalks/hooks/useCrosswalkActions.test.d.ts +1 -0
  756. package/cjs/features/crosswalks/hooks/useCrosswalkActions.test.js +352 -0
  757. package/cjs/features/crosswalks/hooks/useModifiedEntity.js +155 -0
  758. package/cjs/features/crosswalks/hooks/useModifiedEntity.test.d.ts +1 -0
  759. package/cjs/features/crosswalks/hooks/useModifiedEntity.test.js +522 -0
  760. package/cjs/features/crosswalks/index.d.ts +9 -0
  761. package/cjs/features/crosswalks/index.js +19 -0
  762. package/cjs/features/crosswalks/types/crosswalks.d.ts +12 -0
  763. package/cjs/features/crosswalks/types/events.d.ts +20 -0
  764. package/cjs/features/crosswalks/types/index.d.ts +3 -0
  765. package/cjs/features/crosswalks/types/index.js +5 -0
  766. package/cjs/hooks/useDateEditor/constants.d.ts +3 -0
  767. package/cjs/hooks/useDateEditor/constants.js +6 -0
  768. package/cjs/hooks/useDateEditor/helpers.js +34 -0
  769. package/cjs/hooks/useDateEditor/index.d.ts +1 -0
  770. package/cjs/hooks/useDateEditor/index.js +5 -0
  771. package/cjs/hooks/useDateEditor/useDateEditor.js +62 -0
  772. package/cjs/index.d.ts +44 -0
  773. package/cjs/index.js +98 -1
  774. package/esm/ActionButton/styles.d.ts +1 -1
  775. package/esm/AttributeSelector/AttributeSelector.js +2 -2
  776. package/esm/AttributesValuesEditor/AttributesValuesEditor.d.ts +1 -1
  777. package/esm/AttributesValuesEditor/AttributesValuesEditor.js +1 -1
  778. package/esm/AttributesValuesEditor/AttributesValuesEditor.test.js +1 -1
  779. package/esm/BooleanRadioEditor/BooleanRadioEditor.d.ts +9 -0
  780. package/esm/BooleanRadioEditor/BooleanRadioEditor.js +16 -0
  781. package/esm/BooleanRadioEditor/BooleanRadioEditor.test.d.ts +1 -0
  782. package/esm/BooleanRadioEditor/BooleanRadioEditor.test.js +41 -0
  783. package/esm/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.d.ts +7 -0
  784. package/esm/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.js +30 -0
  785. package/esm/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.test.d.ts +1 -0
  786. package/esm/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.test.js +22 -0
  787. package/esm/BooleanRadioEditor/components/BooleanEditor/index.d.ts +1 -0
  788. package/esm/BooleanRadioEditor/components/BooleanEditor/index.js +1 -0
  789. package/esm/BooleanRadioEditor/index.d.ts +1 -0
  790. package/esm/BooleanRadioEditor/index.js +1 -0
  791. package/esm/CollaborationItem/CollaborationItem.d.ts +15 -0
  792. package/esm/CollaborationItem/CollaborationItem.js +23 -0
  793. package/esm/CollaborationItem/CollaborationItem.test.d.ts +1 -0
  794. package/esm/CollaborationItem/CollaborationItem.test.js +94 -0
  795. package/esm/CollaborationItem/IntegrationCollaborationItem.test.d.ts +1 -0
  796. package/esm/CollaborationItem/IntegrationCollaborationItem.test.js +190 -0
  797. package/esm/CollaborationItem/components/Avatar/Avatar.js +32 -0
  798. package/esm/CollaborationItem/components/Avatar/Avatar.test.d.ts +1 -0
  799. package/esm/CollaborationItem/components/Avatar/Avatar.test.js +10 -0
  800. package/esm/CollaborationItem/components/Avatar/index.d.ts +1 -0
  801. package/esm/CollaborationItem/components/Avatar/index.js +1 -0
  802. package/esm/CollaborationItem/components/Comment/Comment.js +74 -0
  803. package/esm/CollaborationItem/components/Comment/Comment.test.d.ts +1 -0
  804. package/esm/CollaborationItem/components/Comment/Comment.test.js +297 -0
  805. package/esm/CollaborationItem/components/Comment/index.d.ts +1 -0
  806. package/esm/CollaborationItem/components/Comment/index.js +1 -0
  807. package/esm/CollaborationItem/components/CommentContent/CommentContent.js +16 -0
  808. package/esm/CollaborationItem/components/CommentContent/CommentContent.test.d.ts +1 -0
  809. package/esm/CollaborationItem/components/CommentContent/CommentContent.test.js +82 -0
  810. package/esm/CollaborationItem/components/CommentContent/index.d.ts +1 -0
  811. package/esm/CollaborationItem/components/CommentContent/index.js +1 -0
  812. package/esm/CollaborationItem/components/CommentContent/styles.d.ts +1 -0
  813. package/esm/CollaborationItem/components/CommentTarget/CommentTarget.js +86 -0
  814. package/esm/CollaborationItem/components/CommentTarget/CommentTarget.test.d.ts +1 -0
  815. package/esm/CollaborationItem/components/CommentTarget/CommentTarget.test.js +210 -0
  816. package/esm/CollaborationItem/components/CommentTarget/index.d.ts +1 -0
  817. package/esm/CollaborationItem/components/CommentTarget/index.js +1 -0
  818. package/esm/CollaborationItem/components/RepliedComment/RepliedComment.js +54 -0
  819. package/esm/CollaborationItem/components/RepliedComment/RepliedComment.test.d.ts +1 -0
  820. package/esm/CollaborationItem/components/RepliedComment/RepliedComment.test.js +212 -0
  821. package/esm/CollaborationItem/components/RepliedComment/index.d.ts +1 -0
  822. package/esm/CollaborationItem/components/RepliedComment/index.js +1 -0
  823. package/esm/CollaborationItem/components/SendMessageArea/SendMessageArea.js +134 -0
  824. package/esm/CollaborationItem/components/SendMessageArea/SendMessageArea.test.d.ts +1 -0
  825. package/esm/CollaborationItem/components/SendMessageArea/SendMessageArea.test.js +472 -0
  826. package/esm/CollaborationItem/components/SendMessageArea/index.d.ts +1 -0
  827. package/esm/CollaborationItem/components/SendMessageArea/index.js +1 -0
  828. package/esm/CollaborationItem/components/TextFieldWithMentions/TextFieldWithMentions.js +44 -0
  829. package/esm/CollaborationItem/components/TextFieldWithMentions/TextFieldWithMentions.test.d.ts +1 -0
  830. package/esm/CollaborationItem/components/TextFieldWithMentions/TextFieldWithMentions.test.js +55 -0
  831. package/esm/CollaborationItem/components/TextFieldWithMentions/index.d.ts +1 -0
  832. package/esm/CollaborationItem/components/TextFieldWithMentions/index.js +1 -0
  833. package/esm/CollaborationItem/helpers.test.d.ts +1 -0
  834. package/esm/CollaborationItem/helpers.test.js +110 -0
  835. package/esm/CollaborationItem/index.d.ts +1 -0
  836. package/esm/CollaborationItem/index.js +1 -0
  837. package/esm/CollapseButton/CollapseButton.d.ts +9 -0
  838. package/esm/CollapseButton/CollapseButton.js +41 -0
  839. package/esm/CollapseButton/CollapseButton.test.d.ts +1 -0
  840. package/esm/CollapseButton/CollapseButton.test.js +21 -0
  841. package/esm/CollapseButton/index.d.ts +1 -0
  842. package/esm/CollapseButton/index.js +1 -0
  843. package/esm/CollapseRowButton/CollapseRowButton.js +1 -1
  844. package/esm/CollapseRowButton/CollapseRowButton.test.js +1 -1
  845. package/esm/ColoredSourceIcon/ColoredSourceIcon.js +18 -0
  846. package/esm/ColoredSourceIcon/ColoredSourceIcon.test.d.ts +1 -0
  847. package/esm/ColoredSourceIcon/ColoredSourceIcon.test.js +78 -0
  848. package/esm/ColoredSourceIcon/index.d.ts +1 -0
  849. package/esm/ColoredSourceIcon/index.js +1 -0
  850. package/esm/ColumnsSettings/components/ColumnListItem/ColumnListItem.js +1 -1
  851. package/esm/CommentsContainer/CommentsContainer.d.ts +12 -0
  852. package/esm/CommentsContainer/CommentsContainer.js +65 -0
  853. package/esm/CommentsContainer/CommentsContainer.test-data.d.ts +20 -0
  854. package/esm/CommentsContainer/CommentsContainer.test-data.js +64 -0
  855. package/esm/CommentsContainer/CommentsContainer.test.d.ts +1 -0
  856. package/esm/CommentsContainer/CommentsContainer.test.js +292 -0
  857. package/esm/CommentsContainer/components/AddCommentButton/AddCommentButton.d.ts +7 -0
  858. package/esm/CommentsContainer/components/AddCommentButton/AddCommentButton.js +8 -0
  859. package/esm/CommentsContainer/components/AddCommentButton/index.d.ts +1 -0
  860. package/esm/CommentsContainer/components/AddCommentButton/index.js +1 -0
  861. package/esm/CommentsContainer/components/BasicCommentButton/BasicCommentButton.d.ts +8 -0
  862. package/esm/CommentsContainer/components/BasicCommentButton/BasicCommentButton.js +35 -0
  863. package/esm/CommentsContainer/components/BasicCommentButton/index.d.ts +1 -0
  864. package/esm/CommentsContainer/components/BasicCommentButton/index.js +1 -0
  865. package/esm/CommentsContainer/components/BasicCommentButton/styles.d.ts +1 -0
  866. package/esm/CommentsContainer/components/BasicCommentButton/styles.js +17 -0
  867. package/esm/CommentsContainer/components/CollaborationPopup/CollaborationPopup.d.ts +12 -0
  868. package/esm/CommentsContainer/components/CollaborationPopup/CollaborationPopup.js +42 -0
  869. package/esm/CommentsContainer/components/CollaborationPopup/CollaborationPopup.test.d.ts +1 -0
  870. package/esm/CommentsContainer/components/CollaborationPopup/CollaborationPopup.test.js +132 -0
  871. package/esm/CommentsContainer/components/CollaborationPopup/index.d.ts +1 -0
  872. package/esm/CommentsContainer/components/CollaborationPopup/index.js +1 -0
  873. package/esm/CommentsContainer/components/CommentButton/CommentButton.d.ts +7 -0
  874. package/esm/CommentsContainer/components/CommentButton/CommentButton.js +12 -0
  875. package/esm/CommentsContainer/components/CommentButton/index.d.ts +1 -0
  876. package/esm/CommentsContainer/components/CommentButton/index.js +1 -0
  877. package/esm/CommentsContainer/components/CommentButton/styles.d.ts +1 -0
  878. package/esm/CommentsContainer/components/CommentButton/styles.js +19 -0
  879. package/esm/CommentsContainer/index.d.ts +1 -0
  880. package/esm/CommentsContainer/index.js +1 -0
  881. package/esm/CommentsContainer/styles.js +22 -0
  882. package/esm/ConfigureColumnsPopup/ConfigureColumnsPopup.d.ts +40 -0
  883. package/esm/ConfigureColumnsPopup/ConfigureColumnsPopup.js +123 -0
  884. package/esm/ConfigureColumnsPopup/ConfigureColumnsPopup.test.d.ts +1 -0
  885. package/esm/ConfigureColumnsPopup/ConfigureColumnsPopup.test.js +141 -0
  886. package/esm/ConfigureColumnsPopup/index.d.ts +1 -0
  887. package/esm/ConfigureColumnsPopup/index.js +1 -0
  888. package/esm/ConfigureColumnsPopup/styles.d.ts +1 -0
  889. package/esm/ConfigureColumnsPopup/styles.js +10 -0
  890. package/esm/ConfirmDeleteDialog/ConfirmDeleteDialog.d.ts +7 -0
  891. package/esm/ConfirmDeleteDialog/ConfirmDeleteDialog.js +20 -0
  892. package/esm/ConfirmDeleteDialog/ConfirmDeleteDialog.test.d.ts +1 -0
  893. package/esm/ConfirmDeleteDialog/ConfirmDeleteDialog.test.js +46 -0
  894. package/esm/ConfirmDeleteDialog/index.d.ts +1 -0
  895. package/esm/ConfirmDeleteDialog/index.js +1 -0
  896. package/esm/ConfirmationDialog/ConfirmationDialog.d.ts +15 -0
  897. package/esm/ConfirmationDialog/ConfirmationDialog.js +22 -0
  898. package/esm/ConfirmationDialog/ConfirmationDialog.test.d.ts +1 -0
  899. package/esm/ConfirmationDialog/ConfirmationDialog.test.js +76 -0
  900. package/esm/ConfirmationDialog/index.d.ts +1 -0
  901. package/esm/ConfirmationDialog/index.js +1 -0
  902. package/esm/ConfirmationDialog/styles.d.ts +1 -0
  903. package/esm/ConfirmationDialog/styles.js +36 -0
  904. package/esm/ConnectionEditor/ConnectionEditor.js +89 -0
  905. package/esm/ConnectionEditor/ConnectionEditor.test.d.ts +1 -0
  906. package/esm/ConnectionEditor/ConnectionEditor.test.js +369 -0
  907. package/esm/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.d.ts +36 -0
  908. package/esm/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.js +55 -0
  909. package/esm/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.test.d.ts +1 -0
  910. package/esm/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.test.js +176 -0
  911. package/esm/ConnectionRelationTypeSelector/index.d.ts +1 -0
  912. package/esm/ConnectionRelationTypeSelector/index.js +1 -0
  913. package/esm/CustomDateRangeEditor/CustomDateRangeEditor.d.ts +8 -0
  914. package/esm/CustomDateRangeEditor/CustomDateRangeEditor.js +55 -0
  915. package/esm/CustomDateRangeEditor/CustomDateRangeEditor.test.d.ts +1 -0
  916. package/esm/CustomDateRangeEditor/CustomDateRangeEditor.test.js +153 -0
  917. package/esm/CustomDateRangeEditor/index.d.ts +1 -0
  918. package/esm/CustomDateRangeEditor/index.js +1 -0
  919. package/esm/CustomDateRangeEditor/styles.d.ts +1 -0
  920. package/esm/DataTenantBadge/DataTenantBadge.js +22 -0
  921. package/esm/DataTenantBadge/DataTenantBadge.test.d.ts +1 -0
  922. package/esm/DataTenantBadge/DataTenantBadge.test.js +77 -0
  923. package/esm/DataTenantBadge/index.d.ts +1 -0
  924. package/esm/DataTenantBadge/index.js +1 -0
  925. package/esm/DataTypeValue/DataTypeValue.d.ts +13 -0
  926. package/esm/DataTypeValue/DataTypeValue.js +23 -0
  927. package/esm/DataTypeValue/DataTypeValue.test.d.ts +1 -0
  928. package/esm/DataTypeValue/DataTypeValue.test.js +141 -0
  929. package/esm/DataTypeValue/index.d.ts +1 -0
  930. package/esm/DataTypeValue/index.js +1 -0
  931. package/esm/DataTypeValueEditor/DataTypeValueEditor.js +48 -0
  932. package/esm/DataTypeValueEditor/index.d.ts +1 -0
  933. package/esm/DataTypeValueEditor/index.js +1 -0
  934. package/esm/DataTypeValueEditor/styles.d.ts +1 -0
  935. package/esm/DataTypeValueEditor/styles.js +6 -0
  936. package/esm/DataTypeValueEditor/useEditorContext.d.ts +71 -0
  937. package/esm/DataTypeValueEditor/useEditorContext.js +84 -0
  938. package/esm/DataTypeValueEditor/useEditorContext.test.d.ts +1 -0
  939. package/esm/DataTypeValueEditor/useEditorContext.test.js +201 -0
  940. package/esm/DateEditor/DateEditor.d.ts +11 -0
  941. package/esm/DateEditor/DateEditor.js +56 -0
  942. package/esm/DateEditor/DateEditor.test.d.ts +1 -0
  943. package/esm/DateEditor/DateEditor.test.js +374 -0
  944. package/esm/DateEditor/index.d.ts +1 -0
  945. package/esm/DateEditor/index.js +1 -0
  946. package/esm/DateIntervalSelector/DateIntervalSelector.d.ts +7 -0
  947. package/esm/DateIntervalSelector/DateIntervalSelector.js +29 -0
  948. package/esm/DateIntervalSelector/DateIntervalSelector.test.d.ts +1 -0
  949. package/esm/DateIntervalSelector/DateIntervalSelector.test.js +80 -0
  950. package/esm/DateIntervalSelector/index.d.ts +1 -0
  951. package/esm/DateIntervalSelector/index.js +1 -0
  952. package/esm/DateRangeEditor/DateRangeEditor.d.ts +37 -0
  953. package/esm/DateRangeEditor/DateRangeEditor.js +54 -0
  954. package/esm/DateRangeEditor/DateRangeEditor.test.d.ts +1 -0
  955. package/esm/DateRangeEditor/DateRangeEditor.test.js +279 -0
  956. package/esm/DateRangeEditor/index.d.ts +1 -0
  957. package/esm/DateRangeEditor/index.js +1 -0
  958. package/esm/DateRangeEditor/styles.d.ts +1 -0
  959. package/esm/DateRangePicker/DateRangePicker.d.ts +11 -0
  960. package/esm/DateRangePicker/DateRangePicker.js +66 -0
  961. package/esm/DateRangePicker/DateRangePicker.spec.d.ts +1 -0
  962. package/esm/DateRangePicker/DateRangePicker.spec.js +144 -0
  963. package/esm/DateRangePicker/index.d.ts +1 -0
  964. package/esm/DateRangePicker/index.js +1 -0
  965. package/esm/DefaultCellValueRenderer/DefaultCellValueRenderer.js +1 -1
  966. package/esm/DefaultCellValueRenderer/DefaultCellValueRenderer.test.js +1 -1
  967. package/esm/DependentLookupEditor/DependentLookupEditor.d.ts +45 -0
  968. package/esm/DependentLookupEditor/DependentLookupEditor.js +198 -0
  969. package/esm/DependentLookupEditor/DependentLookupEditor.test.d.ts +1 -0
  970. package/esm/DependentLookupEditor/DependentLookupEditor.test.js +1126 -0
  971. package/esm/DependentLookupEditor/helpers.js +22 -0
  972. package/esm/DependentLookupEditor/helpers.test.d.ts +1 -0
  973. package/esm/DependentLookupEditor/helpers.test.js +23 -0
  974. package/esm/DependentLookupEditor/index.d.ts +1 -0
  975. package/esm/DependentLookupEditor/index.js +1 -0
  976. package/esm/DependentLookupEditor/useAutopopulation.d.ts +14 -0
  977. package/esm/DependentLookupEditor/useAutopopulation.js +19 -0
  978. package/esm/DependentLookupEditor/useDefaultOptions.d.ts +5 -0
  979. package/esm/DependentLookupEditor/useDefaultOptions.js +22 -0
  980. package/esm/DependentLookupEditor/useLookupsResolver.d.ts +6 -0
  981. package/esm/DependentLookupEditor/useLookupsResolver.js +26 -0
  982. package/esm/DependentLookupEditor/useSavingFocus.d.ts +1 -0
  983. package/esm/DependentLookupEditor/useSavingFocus.js +28 -0
  984. package/esm/Drawer/Drawer.d.ts +7 -0
  985. package/esm/Drawer/Drawer.js +47 -0
  986. package/esm/Drawer/Drawer.test.d.ts +1 -0
  987. package/esm/Drawer/Drawer.test.js +29 -0
  988. package/esm/Drawer/index.d.ts +1 -0
  989. package/esm/Drawer/index.js +1 -0
  990. package/esm/DropDownEditor/DropDownEditor.d.ts +15 -0
  991. package/esm/DropDownEditor/DropDownEditor.js +41 -0
  992. package/esm/DropDownEditor/DropDownEditor.test.d.ts +1 -0
  993. package/esm/DropDownEditor/DropDownEditor.test.js +33 -0
  994. package/esm/DropDownEditor/index.d.ts +1 -0
  995. package/esm/DropDownEditor/index.js +1 -0
  996. package/esm/DropDownSelector/DropDownSelector.d.ts +35 -0
  997. package/esm/DropDownSelector/DropDownSelector.js +72 -0
  998. package/esm/DropDownSelector/DropDownSelector.test.d.ts +1 -0
  999. package/esm/DropDownSelector/DropDownSelector.test.js +38 -0
  1000. package/esm/DropDownSelector/components/Menu/Menu.d.ts +8 -0
  1001. package/esm/DropDownSelector/components/Menu/Menu.js +30 -0
  1002. package/esm/DropDownSelector/components/Menu/index.d.ts +1 -0
  1003. package/esm/DropDownSelector/components/Menu/index.js +1 -0
  1004. package/esm/DropDownSelector/components/Menu/styles.d.ts +1 -0
  1005. package/esm/DropDownSelector/components/Menu/styles.js +23 -0
  1006. package/esm/DropDownSelector/components/SingleValue/SingleValue.d.ts +8 -0
  1007. package/esm/DropDownSelector/components/SingleValue/SingleValue.js +24 -0
  1008. package/esm/DropDownSelector/components/SingleValue/index.d.ts +1 -0
  1009. package/esm/DropDownSelector/components/SingleValue/index.js +1 -0
  1010. package/esm/DropDownSelector/components/SingleValue/styles.d.ts +1 -0
  1011. package/esm/DropDownSelector/components/SingleValue/styles.js +11 -0
  1012. package/esm/DropDownSelector/index.d.ts +1 -0
  1013. package/esm/DropDownSelector/index.js +1 -0
  1014. package/esm/DropDownSelector/styles.d.ts +16 -0
  1015. package/esm/EditModeAttributesPager/components/AttributeRenderer/AttributeRenderer.js +1 -1
  1016. package/esm/EditModeAttributesPager/components/AttributeRenderer/AttributeRenderer.test.js +1 -1
  1017. package/esm/EditModeAttributesPager/components/ImageLineRenderer/ImageLineRenderer.js +1 -1
  1018. package/esm/EditModeAttributesPager/components/SpecialRenderer/SpecialRenderer.js +1 -1
  1019. package/esm/EditModeAttributesPager/styles.d.ts +1 -1
  1020. package/esm/EditModeComplexAttribute/EditModeComplexAttribute.js +1 -1
  1021. package/esm/EditModeComplexAttribute/EditModeComplexAttribute.test.js +1 -1
  1022. package/esm/EditModeComplexAttribute/styles.d.ts +1 -1
  1023. package/esm/EditorsFactory/EditorsFactory.d.ts +8 -0
  1024. package/esm/EditorsFactory/EditorsFactory.js +92 -0
  1025. package/esm/EditorsFactory/EditorsFactory.test.d.ts +1 -0
  1026. package/esm/EditorsFactory/EditorsFactory.test.js +85 -0
  1027. package/esm/EditorsFactory/index.d.ts +1 -0
  1028. package/esm/EditorsFactory/index.js +1 -0
  1029. package/esm/EmptySearchResult/EmptySearchResult.d.ts +7 -0
  1030. package/esm/EmptySearchResult/EmptySearchResult.js +35 -0
  1031. package/esm/EmptySearchResult/EmptySearchResult.test.d.ts +1 -0
  1032. package/esm/EmptySearchResult/EmptySearchResult.test.js +17 -0
  1033. package/esm/EmptySearchResult/index.d.ts +1 -0
  1034. package/esm/EmptySearchResult/index.js +1 -0
  1035. package/esm/EmptyState/EmptyState.d.ts +23 -0
  1036. package/esm/EmptyState/EmptyState.js +33 -0
  1037. package/esm/EmptyState/EmptyState.test.d.ts +1 -0
  1038. package/esm/EmptyState/EmptyState.test.js +45 -0
  1039. package/esm/EmptyState/index.d.ts +1 -0
  1040. package/esm/EmptyState/index.js +1 -0
  1041. package/esm/EntityAvatar/EntityAvatar.d.ts +8 -0
  1042. package/esm/EntityAvatar/EntityAvatar.js +19 -0
  1043. package/esm/EntityAvatar/EntityAvatar.test.d.ts +1 -0
  1044. package/esm/EntityAvatar/EntityAvatar.test.js +53 -0
  1045. package/esm/EntityAvatar/index.d.ts +1 -0
  1046. package/esm/EntityAvatar/index.js +1 -0
  1047. package/esm/EntitySelector/EntitySelector.js +1 -1
  1048. package/esm/EntitySelector/components/EntityOption/EntityOption.js +1 -1
  1049. package/esm/EntitySelector/components/EntityOption/EntityOption.test.js +1 -1
  1050. package/esm/EntityTypeBadge/EntityTypeBadge.d.ts +8 -0
  1051. package/esm/EntityTypeBadge/EntityTypeBadge.js +21 -0
  1052. package/esm/EntityTypeBadge/EntityTypeBadge.test.d.ts +1 -0
  1053. package/esm/EntityTypeBadge/EntityTypeBadge.test.js +65 -0
  1054. package/esm/EntityTypeBadge/index.d.ts +1 -0
  1055. package/esm/EntityTypeBadge/index.js +1 -0
  1056. package/esm/EntityTypeBadge/styles.d.ts +1 -0
  1057. package/esm/EntityTypeBadge/styles.js +25 -0
  1058. package/esm/EntityTypeIcon/EntityTypeIcon.d.ts +10 -0
  1059. package/esm/EntityTypeIcon/EntityTypeIcon.js +19 -0
  1060. package/esm/EntityTypeIcon/EntityTypeIcon.test.d.ts +1 -0
  1061. package/esm/EntityTypeIcon/EntityTypeIcon.test.js +38 -0
  1062. package/esm/EntityTypeIcon/index.d.ts +1 -0
  1063. package/esm/EntityTypeIcon/index.js +1 -0
  1064. package/esm/EntityTypesSelector/EntityTypesSelector.d.ts +17 -0
  1065. package/esm/EntityTypesSelector/EntityTypesSelector.js +10 -0
  1066. package/esm/EntityTypesSelector/EntityTypesSelector.test.d.ts +1 -0
  1067. package/esm/EntityTypesSelector/EntityTypesSelector.test.js +25 -0
  1068. package/esm/EntityTypesSelector/index.d.ts +1 -0
  1069. package/esm/EntityTypesSelector/index.js +1 -0
  1070. package/esm/EntityUriLink/EntityUriLink.d.ts +6 -0
  1071. package/esm/EntityUriLink/EntityUriLink.js +42 -0
  1072. package/esm/EntityUriLink/EntityUriLink.test.d.ts +1 -0
  1073. package/esm/EntityUriLink/EntityUriLink.test.js +167 -0
  1074. package/esm/EntityUriLink/index.d.ts +1 -0
  1075. package/esm/EntityUriLink/index.js +1 -0
  1076. package/esm/ErrorBoundary/ErrorBoundary.d.ts +13 -0
  1077. package/esm/ErrorBoundary/ErrorBoundary.js +41 -0
  1078. package/esm/ErrorBoundary/ErrorBoundary.test.d.ts +1 -0
  1079. package/esm/ErrorBoundary/ErrorBoundary.test.js +20 -0
  1080. package/esm/ErrorBoundary/index.d.ts +1 -0
  1081. package/esm/ErrorBoundary/index.js +1 -0
  1082. package/esm/ErrorMessage/ErrorMessage.d.ts +6 -0
  1083. package/esm/ErrorMessage/ErrorMessage.js +12 -0
  1084. package/esm/ErrorMessage/index.d.ts +1 -0
  1085. package/esm/ErrorMessage/index.js +1 -0
  1086. package/esm/ErrorMessage/styles.d.ts +1 -0
  1087. package/esm/ErrorMessage/styles.js +9 -0
  1088. package/esm/ErrorPopup/ErrorPopup.d.ts +13 -0
  1089. package/esm/ErrorPopup/ErrorPopup.js +47 -0
  1090. package/esm/ErrorPopup/ErrorPopup.test.d.ts +1 -0
  1091. package/esm/ErrorPopup/ErrorPopup.test.js +49 -0
  1092. package/esm/ErrorPopup/index.d.ts +1 -0
  1093. package/esm/ErrorPopup/index.js +1 -0
  1094. package/esm/ErrorWrapper/ErrorWrapper.d.ts +11 -0
  1095. package/esm/ErrorWrapper/ErrorWrapper.js +38 -0
  1096. package/esm/ErrorWrapper/ErrorWrapper.test.d.ts +1 -0
  1097. package/esm/ErrorWrapper/ErrorWrapper.test.js +16 -0
  1098. package/esm/ErrorWrapper/index.d.ts +1 -0
  1099. package/esm/ErrorWrapper/index.js +1 -0
  1100. package/esm/ErrorWrapper/styles.d.ts +1 -0
  1101. package/esm/ErrorWrapper/styles.js +9 -0
  1102. package/esm/ExpandableSearchInput/ExpandableSearchInput.js +24 -0
  1103. package/esm/ExpandableSearchInput/index.d.ts +1 -0
  1104. package/esm/ExpandableSearchInput/index.js +1 -0
  1105. package/esm/FileTypeEditor/FileTypeEditor.d.ts +9 -0
  1106. package/esm/FileTypeEditor/FileTypeEditor.js +26 -0
  1107. package/esm/FileTypeEditor/FileTypeEditor.test.d.ts +1 -0
  1108. package/esm/FileTypeEditor/FileTypeEditor.test.js +128 -0
  1109. package/esm/FileTypeEditor/index.d.ts +1 -0
  1110. package/esm/FileTypeEditor/index.js +1 -0
  1111. package/esm/FilterEditor/FilterEditor.d.ts +23 -0
  1112. package/esm/FilterEditor/FilterEditor.js +42 -0
  1113. package/esm/FilterEditor/index.d.ts +1 -0
  1114. package/esm/FilterEditor/index.js +1 -0
  1115. package/esm/FilterEditor/styles.d.ts +1 -0
  1116. package/esm/FilterEditor/styles.js +18 -0
  1117. package/esm/FilterValueEditor/FilterValueEditor.d.ts +24 -0
  1118. package/esm/FilterValueEditor/FilterValueEditor.js +55 -0
  1119. package/esm/FilterValueEditor/FilterValueEditor.test.d.ts +1 -0
  1120. package/esm/FilterValueEditor/FilterValueEditor.test.js +180 -0
  1121. package/esm/FilterValueEditor/components/RangeDataTypeValueEditor/RangeDataTypeValueEditor.d.ts +17 -0
  1122. package/esm/FilterValueEditor/components/RangeDataTypeValueEditor/RangeDataTypeValueEditor.js +62 -0
  1123. package/esm/FilterValueEditor/components/RangeDataTypeValueEditor/RangeDataTypeValueEditor.test.d.ts +1 -0
  1124. package/esm/FilterValueEditor/components/RangeDataTypeValueEditor/RangeDataTypeValueEditor.test.js +76 -0
  1125. package/esm/FilterValueEditor/components/RangeDataTypeValueEditor/index.d.ts +1 -0
  1126. package/esm/FilterValueEditor/components/RangeDataTypeValueEditor/index.js +1 -0
  1127. package/esm/FilterValueEditor/helpers.d.ts +2 -0
  1128. package/esm/FilterValueEditor/helpers.js +25 -0
  1129. package/esm/FilterValueEditor/index.d.ts +1 -0
  1130. package/esm/FilterValueEditor/index.js +1 -0
  1131. package/esm/HOCs/withDateRangeSelector/withDateRangeSelector.d.ts +1 -1
  1132. package/esm/HOCs/withDateRangeSelector/withDateRangeSelector.js +1 -1
  1133. package/esm/HOCs/withFilter/ColumnFilter.js +1 -1
  1134. package/esm/HideOnShrink/HideOnShrink.d.ts +7 -0
  1135. package/esm/HideOnShrink/HideOnShrink.js +10 -0
  1136. package/esm/HideOnShrink/HideOnShrink.test.d.ts +1 -0
  1137. package/esm/HideOnShrink/HideOnShrink.test.js +81 -0
  1138. package/esm/HideOnShrink/index.d.ts +1 -0
  1139. package/esm/HideOnShrink/index.js +1 -0
  1140. package/esm/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.d.ts +7 -0
  1141. package/esm/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.js +34 -0
  1142. package/esm/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.test.d.ts +1 -0
  1143. package/esm/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.test.js +27 -0
  1144. package/esm/HierarchicalAttributeTooltip/index.d.ts +1 -0
  1145. package/esm/HierarchicalAttributeTooltip/index.js +1 -0
  1146. package/esm/HierarchyNodeTitle/HierarchyNodeTitle.js +28 -0
  1147. package/esm/HierarchyNodeTitle/HierarchyNodeTitle.test.d.ts +1 -0
  1148. package/esm/HierarchyNodeTitle/HierarchyNodeTitle.test.js +190 -0
  1149. package/esm/HierarchyNodeTitle/index.d.ts +1 -0
  1150. package/esm/HierarchyNodeTitle/index.js +1 -0
  1151. package/esm/HierarchyNodeTitle/useEntityDetails.js +30 -0
  1152. package/esm/HierarchyNodeTitle/useEntityDetails.test.d.ts +1 -0
  1153. package/esm/HierarchyNodeTitle/useEntityDetails.test.js +187 -0
  1154. package/esm/Highlighter/Highlighter.d.ts +8 -0
  1155. package/esm/Highlighter/Highlighter.js +20 -0
  1156. package/esm/Highlighter/Highlighter.test.d.ts +1 -0
  1157. package/esm/Highlighter/Highlighter.test.js +91 -0
  1158. package/esm/Highlighter/index.d.ts +1 -0
  1159. package/esm/Highlighter/index.js +1 -0
  1160. package/esm/InlineSimpleAttribute/InlineSimpleAttribute.js +1 -1
  1161. package/esm/InlineSimpleAttribute/InlineSimpleAttribute.spec.js +1 -1
  1162. package/esm/InlineSimpleAttributeEditor/InlineSimpleAttributeEditor.js +1 -1
  1163. package/esm/InlineSimpleAttributeEditor/InlineSimpleAttributeEditor.test.js +1 -1
  1164. package/esm/LookupEditor/LookupEditor.d.ts +33 -0
  1165. package/esm/LookupEditor/LookupEditor.js +53 -0
  1166. package/esm/LookupEditor/LookupEditor.test.d.ts +1 -0
  1167. package/esm/LookupEditor/LookupEditor.test.js +77 -0
  1168. package/esm/LookupEditor/components/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +21 -0
  1169. package/esm/LookupEditor/components/GroupedDropDownEditor/GroupedDropDownEditor.js +54 -0
  1170. package/esm/LookupEditor/components/GroupedDropDownEditor/GroupedDropDownEditor.test.d.ts +1 -0
  1171. package/esm/LookupEditor/components/GroupedDropDownEditor/GroupedDropDownEditor.test.js +37 -0
  1172. package/esm/LookupEditor/components/GroupedDropDownEditor/helpers.js +33 -0
  1173. package/esm/LookupEditor/components/GroupedDropDownEditor/helpers.test.d.ts +1 -0
  1174. package/esm/LookupEditor/components/GroupedDropDownEditor/helpers.test.js +34 -0
  1175. package/esm/LookupEditor/components/GroupedDropDownEditor/index.d.ts +1 -0
  1176. package/esm/LookupEditor/components/GroupedDropDownEditor/index.js +1 -0
  1177. package/esm/LookupEditor/components/GroupedDropDownEditor/styles.d.ts +1 -0
  1178. package/esm/LookupEditor/components/GroupedDropDownEditor/styles.js +17 -0
  1179. package/esm/LookupEditor/helpers.js +29 -0
  1180. package/esm/LookupEditor/helpers.test.d.ts +1 -0
  1181. package/esm/LookupEditor/helpers.test.js +103 -0
  1182. package/esm/LookupEditor/index.d.ts +1 -0
  1183. package/esm/LookupEditor/index.js +1 -0
  1184. package/esm/MoreAttributesButton/MoreAttributesButton.js +1 -1
  1185. package/esm/MoreAttributesButton/MoreAttributesButton.test.js +1 -1
  1186. package/esm/MoreAttributesButton/styles.d.ts +1 -1
  1187. package/esm/MultiValueChip/MultiValueChip.d.ts +17 -0
  1188. package/esm/MultiValueChip/MultiValueChip.js +33 -0
  1189. package/esm/MultiValueChip/index.d.ts +1 -0
  1190. package/esm/MultiValueChip/index.js +1 -0
  1191. package/esm/NumberEditor/NumberEditor.d.ts +16 -0
  1192. package/esm/NumberEditor/NumberEditor.js +30 -0
  1193. package/esm/NumberEditor/NumberEditor.test.d.ts +1 -0
  1194. package/esm/NumberEditor/NumberEditor.test.js +86 -0
  1195. package/esm/NumberEditor/components/NumberFormat/NumberFormat.d.ts +15 -0
  1196. package/esm/NumberEditor/components/NumberFormat/NumberFormat.js +38 -0
  1197. package/esm/NumberEditor/components/NumberFormat/helpers.d.ts +1 -0
  1198. package/esm/NumberEditor/components/NumberFormat/helpers.js +3 -0
  1199. package/esm/NumberEditor/components/NumberFormat/index.d.ts +1 -0
  1200. package/esm/NumberEditor/components/NumberFormat/index.js +1 -0
  1201. package/esm/NumberEditor/index.d.ts +1 -0
  1202. package/esm/NumberEditor/index.js +1 -0
  1203. package/esm/OvIcon/OvIcon.d.ts +2 -2
  1204. package/esm/OvIcon/OvIcon.js +1 -1
  1205. package/esm/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.js +2 -2
  1206. package/esm/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.test.js +6 -8
  1207. package/esm/PivotingTooltip/components/PivotingTooltipContent/styles.d.ts +1 -1
  1208. package/esm/ReactSelectDropdownIndicator/ReactSelectDropdownIndicator.d.ts +14 -0
  1209. package/esm/ReactSelectDropdownIndicator/ReactSelectDropdownIndicator.js +32 -0
  1210. package/esm/ReactSelectDropdownIndicator/index.d.ts +1 -0
  1211. package/esm/ReactSelectDropdownIndicator/index.js +1 -0
  1212. package/esm/ReactSelectDropdownIndicator/styles.d.ts +1 -0
  1213. package/esm/ReactSelectDropdownIndicator/styles.js +9 -0
  1214. package/esm/ReactSelectDropdownIndicatorWithIconButton/ReactSelectDropdownIndicatorWithIconButton.d.ts +13 -0
  1215. package/esm/ReactSelectDropdownIndicatorWithIconButton/ReactSelectDropdownIndicatorWithIconButton.js +32 -0
  1216. package/esm/ReactSelectDropdownIndicatorWithIconButton/index.d.ts +1 -0
  1217. package/esm/ReactSelectDropdownIndicatorWithIconButton/index.js +1 -0
  1218. package/esm/ReactSelectDropdownIndicatorWithIconButton/styles.d.ts +1 -0
  1219. package/esm/ReactSelectDropdownIndicatorWithIconButton/styles.js +6 -0
  1220. package/esm/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.d.ts +8 -0
  1221. package/esm/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.js +11 -0
  1222. package/esm/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.test.d.ts +1 -0
  1223. package/esm/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.test.js +20 -0
  1224. package/esm/ReactSelectLoadMoreButton/index.d.ts +1 -0
  1225. package/esm/ReactSelectLoadMoreButton/index.js +1 -0
  1226. package/esm/ReactSelectLoadMoreButton/styles.d.ts +1 -0
  1227. package/esm/ReactSelectMenuList/ReactSelectMenuList.d.ts +1 -0
  1228. package/esm/ReactSelectMenuList/ReactSelectMenuList.js +19 -0
  1229. package/esm/ReactSelectMenuList/index.d.ts +1 -0
  1230. package/esm/ReactSelectMenuList/index.js +1 -0
  1231. package/esm/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.d.ts +14 -0
  1232. package/esm/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.js +64 -0
  1233. package/esm/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.test.d.ts +1 -0
  1234. package/esm/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.test.js +123 -0
  1235. package/esm/ReactSelectMenuWithPopper/index.d.ts +1 -0
  1236. package/esm/ReactSelectMenuWithPopper/index.js +1 -0
  1237. package/esm/ReactSelectMenuWithPopper/styles.d.ts +1 -0
  1238. package/esm/ReactSelectMenuWithPopper/styles.js +10 -0
  1239. package/esm/ReactSelectOptionWithCheckIcon/ReactSelectOptionWithCheckIcon.d.ts +10 -0
  1240. package/esm/ReactSelectOptionWithCheckIcon/ReactSelectOptionWithCheckIcon.js +24 -0
  1241. package/esm/ReactSelectOptionWithCheckIcon/index.d.ts +1 -0
  1242. package/esm/ReactSelectOptionWithCheckIcon/index.js +1 -0
  1243. package/esm/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.js +1 -1
  1244. package/esm/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.test.js +1 -1
  1245. package/esm/ReadOnlyAttributesPager/styles.d.ts +2 -2
  1246. package/esm/ReadOnlyAttributesView/styles.d.ts +1 -1
  1247. package/esm/ReadOnlyComplexAttribute/ReadOnlyComplexAttribute.js +1 -1
  1248. package/esm/ReadOnlyComplexAttribute/ReadOnlyComplexAttribute.test.js +1 -1
  1249. package/esm/ReferenceAttributeEditor/ReferenceAttributeEditor.js +1 -1
  1250. package/esm/ReferenceAttributeEditor/ReferenceAttributeEditor.test.js +1 -1
  1251. package/esm/RelationTypeSelector/RelationTypeSelector.js +1 -1
  1252. package/esm/RelationTypeSelector/RelationTypeSelector.test.js +1 -1
  1253. package/esm/RelationTypeSelector/components/RelationOption/RelationOption.js +1 -1
  1254. package/esm/RolesEditor/RolesEditor.js +1 -1
  1255. package/esm/SelectEditor/SelectEditor.d.ts +10 -0
  1256. package/esm/SelectEditor/SelectEditor.js +38 -0
  1257. package/esm/SelectEditor/SelectEditor.test.d.ts +1 -0
  1258. package/esm/SelectEditor/SelectEditor.test.js +13 -0
  1259. package/esm/SelectEditor/index.d.ts +1 -0
  1260. package/esm/SelectEditor/index.js +1 -0
  1261. package/esm/SelectEditor/styles.d.ts +1 -0
  1262. package/esm/SelectEditor/styles.js +9 -0
  1263. package/esm/SimpleAttribute/SimpleAttribute.js +2 -2
  1264. package/esm/SimpleAttribute/SimpleAttribute.test.js +2 -2
  1265. package/esm/SimpleAttributeEditor/SimpleAttributeEditor.js +3 -3
  1266. package/esm/SimpleAttributeEditor/SimpleAttributeEditor.test.js +2 -2
  1267. package/esm/SimpleAttributeEditor/styles.d.ts +1 -1
  1268. package/esm/SourceItem/styles.d.ts +1 -1
  1269. package/esm/TextEditor/TextEditor.d.ts +16 -0
  1270. package/esm/TextEditor/TextEditor.js +41 -0
  1271. package/esm/TextEditor/TextEditor.test.d.ts +1 -0
  1272. package/esm/TextEditor/TextEditor.test.js +31 -0
  1273. package/esm/TextEditor/index.d.ts +1 -0
  1274. package/esm/TextEditor/index.js +1 -0
  1275. package/esm/TimestampEditor/TimestampEditor.d.ts +11 -0
  1276. package/esm/TimestampEditor/TimestampEditor.js +59 -0
  1277. package/esm/TimestampEditor/TimestampEditor.test.d.ts +1 -0
  1278. package/esm/TimestampEditor/TimestampEditor.test.js +270 -0
  1279. package/esm/TimestampEditor/index.d.ts +1 -0
  1280. package/esm/TimestampEditor/index.js +1 -0
  1281. package/esm/TypeaheadEditor/TypeaheadEditor.js +4 -4
  1282. package/esm/components/LogicOperator/LogicOperator.js +1 -1
  1283. package/esm/components/MetadataTypesSelector/MetadataTypesSelector.js +4 -2
  1284. package/esm/components/MetadataTypesSelector/SelectMetadataTypesList.js +1 -1
  1285. package/esm/components/MetadataTypesSelector/styles.d.ts +1 -1
  1286. package/esm/components/ModeSwitcherSelect/styles.d.ts +1 -1
  1287. package/esm/components/MultiValueSelector/MultiValueSelector.js +8 -8
  1288. package/esm/components/PotentialMatchReviewCard/PotentialMatchReviewCard.js +1 -1
  1289. package/esm/components/ProfileBand/ProfileBand.js +2 -2
  1290. package/esm/components/ProfileCard/ProfileCardContent/ProfileCardContent.js +3 -3
  1291. package/esm/components/ProfilesList/ProfilesList.js +3 -3
  1292. package/esm/components/RelationEditor/RelationEditor.js +2 -2
  1293. package/esm/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.d.ts +2 -2
  1294. package/esm/components/ScreenProfileBand/ScreenProfileBand.js +1 -1
  1295. package/esm/components/SearchHighlighter/SearchHighlighter.js +1 -1
  1296. package/esm/components/SelectAttributesList/SelectAttributesList.js +1 -1
  1297. package/esm/components/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.js +1 -1
  1298. package/esm/components/SidePanel/SidePanel.js +3 -3
  1299. package/esm/components/SimpleDropDownSelector/SimpleDropDownSelector.js +1 -1
  1300. package/esm/components/UploadImageDialog/ImageByUrlField/styles.d.ts +1 -1
  1301. package/esm/components/UserSelector/UserSelector.js +5 -5
  1302. package/esm/components/history/DateRangeSelector/DateRangeSelector.js +3 -3
  1303. package/esm/components/history/HistoryActivitySelector/HistoryActivitySelector.js +2 -2
  1304. package/esm/components/index.d.ts +0 -39
  1305. package/esm/components/index.js +0 -39
  1306. package/esm/components/workflow/cards/GenericWorkflowTaskCard/GenericWorkflowTaskCard.js +1 -1
  1307. package/esm/components/workflow/components/AssigneeSelector/AssigneeSelector.js +1 -1
  1308. package/esm/components/workflow/components/AttributesChanges/AttributesChanges.js +2 -2
  1309. package/esm/components/workflow/components/AttributesChanges/components/DiffRenderer/DiffRenderer.js +3 -3
  1310. package/esm/components/workflow/components/AttributesChanges/components/DiffRenderer/styles.d.ts +1 -1
  1311. package/esm/components/workflow/components/DueDateField/DueDateField.js +1 -1
  1312. package/esm/components/workflow/components/DueDateField/styles.d.ts +1 -1
  1313. package/esm/components/workflow/components/PrioritySelector/PrioritySelector.js +1 -1
  1314. package/esm/constants/index.d.ts +1 -0
  1315. package/esm/constants/index.js +1 -0
  1316. package/esm/constants/textField.d.ts +7 -0
  1317. package/esm/constants/textField.js +5 -0
  1318. package/esm/contexts/index.d.ts +0 -1
  1319. package/esm/contexts/index.js +0 -1
  1320. package/esm/core/errors.js +1 -1
  1321. package/esm/features/activity-log/ActivitiesFactory/components/SimpleActivity/SimpleActivity.js +1 -1
  1322. package/esm/features/activity-log/ActivityFilterEditor/components/ActivitySelector/ActivitySelector.js +3 -3
  1323. package/esm/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/DateRangeSelector.js +2 -2
  1324. package/esm/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/DateRangeSelector.specs.js +2 -2
  1325. package/esm/features/activity-log/ActivityFilterEditor/components/EntityTypesSelector/EntityTypesSelector.js +2 -2
  1326. package/esm/features/activity-log/ActivityFilterEditor/components/SourceSelector/SourceSelector.js +2 -2
  1327. package/esm/features/activity-log/ActivityLog/components/GroupItem/GroupItem.js +1 -1
  1328. package/esm/features/activity-log/EntityObject/EntityObject.js +1 -1
  1329. package/esm/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/PotentialMatchField.js +1 -1
  1330. package/esm/features/activity-log/RelationObject/RelationObject.js +1 -1
  1331. package/esm/features/crosswalks/AttributesTable/AttributesTable.js +119 -0
  1332. package/esm/features/crosswalks/AttributesTable/AttributesTable.test.d.ts +1 -0
  1333. package/esm/features/crosswalks/AttributesTable/AttributesTable.test.js +402 -0
  1334. package/esm/features/crosswalks/AttributesTable/IntegrationAttributesTable.test-data.d.ts +3 -0
  1335. package/esm/features/crosswalks/AttributesTable/IntegrationAttributesTable.test-data.js +47 -0
  1336. package/esm/features/crosswalks/AttributesTable/IntegrationAttributesTable.test.d.ts +1 -0
  1337. package/esm/features/crosswalks/AttributesTable/IntegrationAttributesTable.test.js +318 -0
  1338. package/esm/features/crosswalks/AttributesTable/components/AddAttributesButton/AddAttributesButton.d.ts +5 -0
  1339. package/esm/features/crosswalks/AttributesTable/components/AddAttributesButton/AddAttributesButton.js +38 -0
  1340. package/esm/features/crosswalks/AttributesTable/components/AddAttributesButton/AddAttributesButton.test.d.ts +1 -0
  1341. package/esm/features/crosswalks/AttributesTable/components/AddAttributesButton/AddAttributesButton.test.js +137 -0
  1342. package/esm/features/crosswalks/AttributesTable/components/AddAttributesButton/index.d.ts +1 -0
  1343. package/esm/features/crosswalks/AttributesTable/components/AddAttributesButton/index.js +1 -0
  1344. package/esm/features/crosswalks/AttributesTable/components/AddAttributesButton/styles.d.ts +1 -0
  1345. package/esm/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/AttributeValuesRenderer.d.ts +19 -0
  1346. package/esm/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/AttributeValuesRenderer.js +19 -0
  1347. package/esm/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/AttributeValuesRenderer.test.d.ts +1 -0
  1348. package/esm/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/AttributeValuesRenderer.test.js +141 -0
  1349. package/esm/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/index.d.ts +1 -0
  1350. package/esm/features/crosswalks/AttributesTable/components/AttributeValuesRenderer/index.js +1 -0
  1351. package/esm/features/crosswalks/AttributesTable/components/AttributesFactory/AttributesFactory.d.ts +4 -0
  1352. package/esm/features/crosswalks/AttributesTable/components/AttributesFactory/AttributesFactory.js +35 -0
  1353. package/esm/features/crosswalks/AttributesTable/components/AttributesFactory/index.d.ts +1 -0
  1354. package/esm/features/crosswalks/AttributesTable/components/AttributesFactory/index.js +1 -0
  1355. package/esm/features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer/AttributesHeadCellRenderer.js +35 -0
  1356. package/esm/features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer/AttributesHeadCellRenderer.test.d.ts +1 -0
  1357. package/esm/features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer/AttributesHeadCellRenderer.test.js +45 -0
  1358. package/esm/features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer/index.d.ts +1 -0
  1359. package/esm/features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer/index.js +1 -0
  1360. package/esm/features/crosswalks/AttributesTable/components/CommonRowCellRenderer/CommonRowCellRenderer.d.ts +12 -0
  1361. package/esm/features/crosswalks/AttributesTable/components/CommonRowCellRenderer/CommonRowCellRenderer.js +33 -0
  1362. package/esm/features/crosswalks/AttributesTable/components/CommonRowCellRenderer/index.d.ts +1 -0
  1363. package/esm/features/crosswalks/AttributesTable/components/CommonRowCellRenderer/index.js +1 -0
  1364. package/esm/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.d.ts +8 -0
  1365. package/esm/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.js +34 -0
  1366. package/esm/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.test.d.ts +1 -0
  1367. package/esm/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.test.js +53 -0
  1368. package/esm/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/index.d.ts +1 -0
  1369. package/esm/features/crosswalks/AttributesTable/components/ConfirmEditIgnoredDialog/index.js +1 -0
  1370. package/esm/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.d.ts +5 -0
  1371. package/esm/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.js +10 -0
  1372. package/esm/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.test.d.ts +1 -0
  1373. package/esm/features/crosswalks/AttributesTable/components/CountRenderer/CountRenderer.test.js +9 -0
  1374. package/esm/features/crosswalks/AttributesTable/components/CountRenderer/index.d.ts +1 -0
  1375. package/esm/features/crosswalks/AttributesTable/components/CountRenderer/index.js +1 -0
  1376. package/esm/features/crosswalks/AttributesTable/components/CountRenderer/styles.d.ts +1 -0
  1377. package/esm/features/crosswalks/AttributesTable/components/CountRenderer/styles.js +6 -0
  1378. package/esm/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/DefaultCellValueRenderer.d.ts +5 -0
  1379. package/esm/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/DefaultCellValueRenderer.js +7 -0
  1380. package/esm/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/index.d.ts +1 -0
  1381. package/esm/features/crosswalks/AttributesTable/components/DefaultCellValueRenderer/index.js +1 -0
  1382. package/esm/features/crosswalks/AttributesTable/components/HeadCellRenderer/HeadCellRenderer.d.ts +2 -0
  1383. package/esm/features/crosswalks/AttributesTable/components/HeadCellRenderer/HeadCellRenderer.js +23 -0
  1384. package/esm/features/crosswalks/AttributesTable/components/HeadCellRenderer/index.d.ts +1 -0
  1385. package/esm/features/crosswalks/AttributesTable/components/HeadCellRenderer/index.js +1 -0
  1386. package/esm/features/crosswalks/AttributesTable/components/HeadCellRenderer/styles.d.ts +1 -0
  1387. package/esm/features/crosswalks/AttributesTable/components/HeadCellRenderer/styles.js +10 -0
  1388. package/esm/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.d.ts +2 -0
  1389. package/esm/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.js +31 -0
  1390. package/esm/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.test.d.ts +1 -0
  1391. package/esm/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/ImageAttributesRenderer.test.js +105 -0
  1392. package/esm/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/index.d.ts +1 -0
  1393. package/esm/features/crosswalks/AttributesTable/components/ImageAttributesRenderer/index.js +1 -0
  1394. package/esm/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.d.ts +2 -0
  1395. package/esm/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.js +34 -0
  1396. package/esm/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.test.d.ts +1 -0
  1397. package/esm/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/NestedAttributesRenderer.test.js +106 -0
  1398. package/esm/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/index.d.ts +1 -0
  1399. package/esm/features/crosswalks/AttributesTable/components/NestedAttributesRenderer/index.js +1 -0
  1400. package/esm/features/crosswalks/AttributesTable/components/OvValuesRenderer/OvValuesRenderer.d.ts +9 -0
  1401. package/esm/features/crosswalks/AttributesTable/components/OvValuesRenderer/OvValuesRenderer.js +21 -0
  1402. package/esm/features/crosswalks/AttributesTable/components/OvValuesRenderer/OvValuesRenderer.test.d.ts +1 -0
  1403. package/esm/features/crosswalks/AttributesTable/components/OvValuesRenderer/OvValuesRenderer.test.js +62 -0
  1404. package/esm/features/crosswalks/AttributesTable/components/OvValuesRenderer/index.d.ts +1 -0
  1405. package/esm/features/crosswalks/AttributesTable/components/OvValuesRenderer/index.js +1 -0
  1406. package/esm/features/crosswalks/AttributesTable/components/OvValuesRenderer/styles.d.ts +1 -0
  1407. package/esm/features/crosswalks/AttributesTable/components/OvValuesRenderer/styles.js +33 -0
  1408. package/esm/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.d.ts +2 -0
  1409. package/esm/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.js +34 -0
  1410. package/esm/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.test.d.ts +1 -0
  1411. package/esm/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/ReferenceAttributesRenderer.test.js +188 -0
  1412. package/esm/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/index.d.ts +1 -0
  1413. package/esm/features/crosswalks/AttributesTable/components/ReferenceAttributesRenderer/index.js +1 -0
  1414. package/esm/features/crosswalks/AttributesTable/components/RowCellRenderer/RowCellRenderer.d.ts +8 -0
  1415. package/esm/features/crosswalks/AttributesTable/components/RowCellRenderer/RowCellRenderer.js +35 -0
  1416. package/esm/features/crosswalks/AttributesTable/components/RowCellRenderer/index.d.ts +1 -0
  1417. package/esm/features/crosswalks/AttributesTable/components/RowCellRenderer/index.js +1 -0
  1418. package/esm/features/crosswalks/AttributesTable/components/RowCellRenderer/styles.d.ts +1 -0
  1419. package/esm/features/crosswalks/AttributesTable/components/RowCellRenderer/styles.js +7 -0
  1420. package/esm/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.d.ts +9 -0
  1421. package/esm/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.js +83 -0
  1422. package/esm/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.test.d.ts +1 -0
  1423. package/esm/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/RuleTypeInfoButton.test.js +17 -0
  1424. package/esm/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/index.d.ts +1 -0
  1425. package/esm/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/index.js +1 -0
  1426. package/esm/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/styles.d.ts +1 -0
  1427. package/esm/features/crosswalks/AttributesTable/components/RuleTypeInfoButton/styles.js +34 -0
  1428. package/esm/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.d.ts +6 -0
  1429. package/esm/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.js +18 -0
  1430. package/esm/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.test.d.ts +1 -0
  1431. package/esm/features/crosswalks/AttributesTable/components/RuleTypeRenderer/RuleTypeRenderer.test.js +53 -0
  1432. package/esm/features/crosswalks/AttributesTable/components/RuleTypeRenderer/index.d.ts +1 -0
  1433. package/esm/features/crosswalks/AttributesTable/components/RuleTypeRenderer/index.js +1 -0
  1434. package/esm/features/crosswalks/AttributesTable/components/RuleTypeRenderer/styles.d.ts +1 -0
  1435. package/esm/features/crosswalks/AttributesTable/components/RuleTypeRenderer/styles.js +10 -0
  1436. package/esm/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.d.ts +2 -0
  1437. package/esm/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.js +31 -0
  1438. package/esm/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.test.d.ts +1 -0
  1439. package/esm/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/SimpleAttributesRenderer.test.js +64 -0
  1440. package/esm/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/index.d.ts +1 -0
  1441. package/esm/features/crosswalks/AttributesTable/components/SimpleAttributesRenderer/index.js +1 -0
  1442. package/esm/features/crosswalks/AttributesTable/components/WinnerSource/WinnerSource.d.ts +6 -0
  1443. package/esm/features/crosswalks/AttributesTable/components/WinnerSource/WinnerSource.js +17 -0
  1444. package/esm/features/crosswalks/AttributesTable/components/WinnerSource/index.d.ts +1 -0
  1445. package/esm/features/crosswalks/AttributesTable/components/WinnerSource/index.js +1 -0
  1446. package/esm/features/crosswalks/AttributesTable/components/WinnerSource/styles.d.ts +1 -0
  1447. package/esm/features/crosswalks/AttributesTable/components/WinnerSource/styles.js +18 -0
  1448. package/esm/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.d.ts +6 -0
  1449. package/esm/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.js +11 -0
  1450. package/esm/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.test.d.ts +1 -0
  1451. package/esm/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/WinnerSourcesRenderer.test.js +152 -0
  1452. package/esm/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/index.d.ts +1 -0
  1453. package/esm/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/index.js +1 -0
  1454. package/esm/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/styles.d.ts +1 -0
  1455. package/esm/features/crosswalks/AttributesTable/components/WinnerSourcesRenderer/styles.js +7 -0
  1456. package/esm/features/crosswalks/AttributesTable/helpers.d.ts +35 -0
  1457. package/esm/features/crosswalks/AttributesTable/helpers.js +192 -0
  1458. package/esm/features/crosswalks/AttributesTable/helpers.test.d.ts +1 -0
  1459. package/esm/features/crosswalks/AttributesTable/helpers.test.js +748 -0
  1460. package/esm/features/crosswalks/AttributesTable/index.d.ts +1 -0
  1461. package/esm/features/crosswalks/AttributesTable/index.js +1 -0
  1462. package/esm/features/crosswalks/AttributesTable/styles.d.ts +2 -0
  1463. package/esm/features/crosswalks/AttributesTable/styles.js +43 -0
  1464. package/esm/features/crosswalks/AttributesTable/types.d.ts +64 -0
  1465. package/esm/features/crosswalks/AttributesTable/types.js +1 -0
  1466. package/esm/features/crosswalks/ColoredBlock/ColoredBlock.d.ts +6 -0
  1467. package/esm/features/crosswalks/ColoredBlock/ColoredBlock.js +37 -0
  1468. package/esm/features/crosswalks/ColoredBlock/ColoredBlock.test.d.ts +1 -0
  1469. package/esm/features/crosswalks/ColoredBlock/ColoredBlock.test.js +23 -0
  1470. package/esm/features/crosswalks/ColoredBlock/index.d.ts +1 -0
  1471. package/esm/features/crosswalks/ColoredBlock/index.js +1 -0
  1472. package/esm/features/crosswalks/CopyableValueField/CopyableValueField.d.ts +5 -0
  1473. package/esm/features/crosswalks/CopyableValueField/CopyableValueField.js +12 -0
  1474. package/esm/features/crosswalks/CopyableValueField/CopyableValueField.test.d.ts +1 -0
  1475. package/esm/features/crosswalks/CopyableValueField/CopyableValueField.test.js +23 -0
  1476. package/esm/features/crosswalks/CopyableValueField/index.d.ts +1 -0
  1477. package/esm/features/crosswalks/CopyableValueField/index.js +1 -0
  1478. package/esm/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.d.ts +9 -0
  1479. package/esm/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.js +129 -0
  1480. package/esm/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.test.d.ts +1 -0
  1481. package/esm/features/crosswalks/CrosswalkAttributes/CrosswalkAttributes.test.js +263 -0
  1482. package/esm/features/crosswalks/CrosswalkAttributes/index.d.ts +1 -0
  1483. package/esm/features/crosswalks/CrosswalkAttributes/index.js +1 -0
  1484. package/esm/features/crosswalks/CrosswalkAttributes/styles.d.ts +1 -0
  1485. package/esm/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.d.ts +10 -0
  1486. package/esm/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.js +31 -0
  1487. package/esm/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.test.d.ts +1 -0
  1488. package/esm/features/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.test.js +39 -0
  1489. package/esm/features/crosswalks/CrosswalkDateEditor/IntegrationCrosswalkDateEditor.test.d.ts +1 -0
  1490. package/esm/features/crosswalks/CrosswalkDateEditor/IntegrationCrosswalkDateEditor.test.js +132 -0
  1491. package/esm/features/crosswalks/CrosswalkDateEditor/index.d.ts +1 -0
  1492. package/esm/features/crosswalks/CrosswalkDateEditor/index.js +1 -0
  1493. package/esm/features/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.d.ts +2 -0
  1494. package/esm/features/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.js +25 -0
  1495. package/esm/features/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.test.d.ts +1 -0
  1496. package/esm/features/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.test.js +53 -0
  1497. package/esm/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.d.ts +6 -0
  1498. package/esm/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.js +18 -0
  1499. package/esm/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.test.d.ts +1 -0
  1500. package/esm/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/CrosswalkDragPreview.test.js +28 -0
  1501. package/esm/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/index.d.ts +1 -0
  1502. package/esm/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/index.js +1 -0
  1503. package/esm/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/styles.d.ts +1 -0
  1504. package/esm/features/crosswalks/CrosswalkDragLayer/components/CrosswalkDragPreview/styles.js +23 -0
  1505. package/esm/features/crosswalks/CrosswalkDragLayer/index.d.ts +1 -0
  1506. package/esm/features/crosswalks/CrosswalkDragLayer/index.js +1 -0
  1507. package/esm/features/crosswalks/CrosswalkDragLayer/styles.d.ts +1 -0
  1508. package/esm/features/crosswalks/CrosswalkDragLayer/styles.js +14 -0
  1509. package/esm/features/crosswalks/CrosswalkEditor/CrosswalkEditor.d.ts +8 -0
  1510. package/esm/features/crosswalks/CrosswalkEditor/CrosswalkEditor.js +26 -0
  1511. package/esm/features/crosswalks/CrosswalkEditor/CrosswalkEditor.test.d.ts +1 -0
  1512. package/esm/features/crosswalks/CrosswalkEditor/CrosswalkEditor.test.js +111 -0
  1513. package/esm/features/crosswalks/CrosswalkEditor/index.d.ts +1 -0
  1514. package/esm/features/crosswalks/CrosswalkEditor/index.js +1 -0
  1515. package/esm/features/crosswalks/CrosswalkRow/CrosswalkRow.d.ts +19 -0
  1516. package/esm/features/crosswalks/CrosswalkRow/CrosswalkRow.js +93 -0
  1517. package/esm/features/crosswalks/CrosswalkRow/CrosswalkRow.test.d.ts +1 -0
  1518. package/esm/features/crosswalks/CrosswalkRow/CrosswalkRow.test.js +375 -0
  1519. package/esm/features/crosswalks/CrosswalkRow/index.d.ts +1 -0
  1520. package/esm/features/crosswalks/CrosswalkRow/index.js +1 -0
  1521. package/esm/features/crosswalks/CrosswalkRow/styles.d.ts +7 -0
  1522. package/esm/features/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.d.ts +7 -0
  1523. package/esm/features/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.js +22 -0
  1524. package/esm/features/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.test.d.ts +1 -0
  1525. package/esm/features/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.test.js +41 -0
  1526. package/esm/features/crosswalks/DummyCrosswalkRow/index.d.ts +1 -0
  1527. package/esm/features/crosswalks/DummyCrosswalkRow/index.js +1 -0
  1528. package/esm/features/crosswalks/ShowDependentLink/ShowDependentLink.d.ts +6 -0
  1529. package/esm/features/crosswalks/ShowDependentLink/ShowDependentLink.js +10 -0
  1530. package/esm/features/crosswalks/ShowDependentLink/ShowDependentLink.test.d.ts +1 -0
  1531. package/esm/features/crosswalks/ShowDependentLink/ShowDependentLink.test.js +20 -0
  1532. package/esm/features/crosswalks/ShowDependentLink/index.d.ts +1 -0
  1533. package/esm/features/crosswalks/ShowDependentLink/index.js +1 -0
  1534. package/esm/features/crosswalks/ShowDependentLink/styles.d.ts +1 -0
  1535. package/esm/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.d.ts +19 -0
  1536. package/esm/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.js +28 -0
  1537. package/esm/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.test.d.ts +1 -0
  1538. package/esm/features/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.test.js +236 -0
  1539. package/esm/features/crosswalks/SourceCrosswalksRow/index.d.ts +1 -0
  1540. package/esm/features/crosswalks/SourceCrosswalksRow/index.js +1 -0
  1541. package/esm/features/crosswalks/hooks/useAttributeActions.js +151 -0
  1542. package/esm/features/crosswalks/hooks/useAttributeActions.test.d.ts +1 -0
  1543. package/esm/features/crosswalks/hooks/useAttributeActions.test.js +883 -0
  1544. package/esm/features/crosswalks/hooks/useCrosswalkActions.test.d.ts +1 -0
  1545. package/esm/features/crosswalks/hooks/useCrosswalkActions.test.js +327 -0
  1546. package/esm/features/crosswalks/hooks/useModifiedEntity.js +151 -0
  1547. package/esm/features/crosswalks/hooks/useModifiedEntity.test.d.ts +1 -0
  1548. package/esm/features/crosswalks/hooks/useModifiedEntity.test.js +497 -0
  1549. package/esm/features/crosswalks/index.d.ts +9 -0
  1550. package/esm/features/crosswalks/index.js +8 -0
  1551. package/esm/features/crosswalks/types/crosswalks.d.ts +12 -0
  1552. package/esm/features/crosswalks/types/events.d.ts +20 -0
  1553. package/esm/features/crosswalks/types/events.js +1 -0
  1554. package/esm/features/crosswalks/types/index.d.ts +3 -0
  1555. package/esm/features/crosswalks/types/index.js +1 -0
  1556. package/esm/hooks/useDateEditor/constants.d.ts +3 -0
  1557. package/esm/hooks/useDateEditor/constants.js +3 -0
  1558. package/esm/hooks/useDateEditor/helpers.js +24 -0
  1559. package/esm/hooks/useDateEditor/index.d.ts +1 -0
  1560. package/esm/hooks/useDateEditor/index.js +1 -0
  1561. package/esm/hooks/useDateEditor/useDateEditor.js +55 -0
  1562. package/esm/index.d.ts +44 -0
  1563. package/esm/index.js +44 -0
  1564. package/package.json +2 -2
  1565. package/cjs/components/ClickAwayProvider/ClickAwayProvider.d.ts +0 -4
  1566. package/cjs/components/ClickAwayProvider/ClickAwayProvider.js +0 -22
  1567. package/cjs/components/CollaborationItem/Avatar/Avatar.js +0 -39
  1568. package/cjs/components/CollaborationItem/CollaborationItem.d.ts +0 -15
  1569. package/cjs/components/CollaborationItem/CollaborationItem.js +0 -51
  1570. package/cjs/components/CollaborationItem/Comment/Comment.js +0 -103
  1571. package/cjs/components/CollaborationItem/CommentContent/CommentContent.js +0 -46
  1572. package/cjs/components/CollaborationItem/CommentTarget/CommentTarget.js +0 -116
  1573. package/cjs/components/CollaborationItem/RepliedComment/RepliedComment.js +0 -83
  1574. package/cjs/components/CollaborationItem/SendMessageArea/SendMessageArea.js +0 -163
  1575. package/cjs/components/CollaborationItem/TextFieldWithMentions/TextFieldWithMentions.js +0 -74
  1576. package/cjs/components/CollaborationPopup/CollaborationPopup.d.ts +0 -12
  1577. package/cjs/components/CollaborationPopup/CollaborationPopup.js +0 -72
  1578. package/cjs/components/CollapseButton/CollapseButton.d.ts +0 -9
  1579. package/cjs/components/CollapseButton/CollapseButton.js +0 -47
  1580. package/cjs/components/ColoredSourceIcon/ColoredSourceIcon.js +0 -45
  1581. package/cjs/components/CommentsContainer/CommentsContainer.d.ts +0 -12
  1582. package/cjs/components/CommentsContainer/CommentsContainer.js +0 -93
  1583. package/cjs/components/CommentsContainer/buttons/AddCommentButton.d.ts +0 -7
  1584. package/cjs/components/CommentsContainer/buttons/AddCommentButton.js +0 -19
  1585. package/cjs/components/CommentsContainer/buttons/CommentButton.d.ts +0 -7
  1586. package/cjs/components/CommentsContainer/buttons/CommentButton.js +0 -20
  1587. package/cjs/components/CommentsContainer/buttons/styles.d.ts +0 -1
  1588. package/cjs/components/CommentsContainer/buttons/styles.js +0 -36
  1589. package/cjs/components/CommentsContainer/styles.js +0 -25
  1590. package/cjs/components/ConfigureColumnsPopup/ConfigureColumnsPopup.d.ts +0 -41
  1591. package/cjs/components/ConfigureColumnsPopup/ConfigureColumnsPopup.js +0 -154
  1592. package/cjs/components/ConfigureColumnsPopup/styles.d.ts +0 -2
  1593. package/cjs/components/ConfigureColumnsPopup/styles.js +0 -13
  1594. package/cjs/components/ConfirmDeleteDialog/ConfirmDeleteDialog.d.ts +0 -7
  1595. package/cjs/components/ConfirmDeleteDialog/ConfirmDeleteDialog.js +0 -26
  1596. package/cjs/components/ConfirmationDialog/ConfirmationDialog.d.ts +0 -15
  1597. package/cjs/components/ConfirmationDialog/ConfirmationDialog.js +0 -28
  1598. package/cjs/components/ConfirmationDialog/styles.d.ts +0 -2
  1599. package/cjs/components/ConfirmationDialog/styles.js +0 -40
  1600. package/cjs/components/ConnectionEditor/ConnectionEditor.js +0 -119
  1601. package/cjs/components/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.d.ts +0 -37
  1602. package/cjs/components/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.js +0 -84
  1603. package/cjs/components/DataTenantBadge/DataTenantBadge.js +0 -29
  1604. package/cjs/components/DataTypeValue/DataTypeValue.d.ts +0 -14
  1605. package/cjs/components/DataTypeValue/DataTypeValue.js +0 -29
  1606. package/cjs/components/DateIntervalSelector/DateIntervalSelector.d.ts +0 -7
  1607. package/cjs/components/DateIntervalSelector/DateIntervalSelector.js +0 -35
  1608. package/cjs/components/DateRangePicker/DateRangePicker.d.ts +0 -11
  1609. package/cjs/components/DateRangePicker/DateRangePicker.js +0 -95
  1610. package/cjs/components/Drawer/Drawer.d.ts +0 -7
  1611. package/cjs/components/Drawer/Drawer.js +0 -76
  1612. package/cjs/components/DropDownSelector/DropDownSelector.d.ts +0 -36
  1613. package/cjs/components/DropDownSelector/DropDownSelector.js +0 -104
  1614. package/cjs/components/DropDownSelector/components/Menu.d.ts +0 -9
  1615. package/cjs/components/DropDownSelector/components/Menu.js +0 -36
  1616. package/cjs/components/DropDownSelector/components/SingleValue.d.ts +0 -9
  1617. package/cjs/components/DropDownSelector/components/SingleValue.js +0 -30
  1618. package/cjs/components/DropDownSelector/components/styles.d.ts +0 -2
  1619. package/cjs/components/DropDownSelector/components/styles.js +0 -36
  1620. package/cjs/components/DropDownSelector/styles.d.ts +0 -16
  1621. package/cjs/components/EmptySearchResult/NoData.d.ts +0 -5
  1622. package/cjs/components/EmptySearchResult/NoData.js +0 -25
  1623. package/cjs/components/EmptySearchResult/NoMessageComponent.d.ts +0 -6
  1624. package/cjs/components/EmptySearchResult/NoMessageComponent.js +0 -39
  1625. package/cjs/components/EmptySearchResult/NoResults.d.ts +0 -5
  1626. package/cjs/components/EmptySearchResult/NoResults.js +0 -24
  1627. package/cjs/components/EmptySearchResult/index.d.ts +0 -2
  1628. package/cjs/components/EmptySearchResult/index.js +0 -7
  1629. package/cjs/components/EmptyState/EmptyState.d.ts +0 -23
  1630. package/cjs/components/EmptyState/EmptyState.js +0 -40
  1631. package/cjs/components/EntityAvatar/EntityAvatar.d.ts +0 -8
  1632. package/cjs/components/EntityAvatar/EntityAvatar.js +0 -25
  1633. package/cjs/components/EntityTypeBadge/EntityTypeBadge.d.ts +0 -8
  1634. package/cjs/components/EntityTypeBadge/EntityTypeBadge.js +0 -27
  1635. package/cjs/components/EntityTypeBadge/styles.d.ts +0 -2
  1636. package/cjs/components/EntityTypeBadge/styles.js +0 -28
  1637. package/cjs/components/EntityTypeIcon/EntityTypeIcon.d.ts +0 -10
  1638. package/cjs/components/EntityTypeIcon/EntityTypeIcon.js +0 -25
  1639. package/cjs/components/EntityTypesSelector/EntityTypesSelector.d.ts +0 -17
  1640. package/cjs/components/EntityTypesSelector/EntityTypesSelector.js +0 -39
  1641. package/cjs/components/EntityUriLink/EntityUriLink.d.ts +0 -7
  1642. package/cjs/components/EntityUriLink/EntityUriLink.js +0 -67
  1643. package/cjs/components/ErrorBoundary/ErrorBoundary.d.ts +0 -13
  1644. package/cjs/components/ErrorBoundary/ErrorBoundary.js +0 -46
  1645. package/cjs/components/ErrorPopup/ErrorPopup.d.ts +0 -13
  1646. package/cjs/components/ErrorPopup/ErrorPopup.js +0 -76
  1647. package/cjs/components/ErrorWrapper/ErrorMessage.d.ts +0 -6
  1648. package/cjs/components/ErrorWrapper/ErrorMessage.js +0 -18
  1649. package/cjs/components/ErrorWrapper/ErrorWrapper.d.ts +0 -11
  1650. package/cjs/components/ErrorWrapper/ErrorWrapper.js +0 -66
  1651. package/cjs/components/ErrorWrapper/styles.d.ts +0 -1
  1652. package/cjs/components/ErrorWrapper/styles.js +0 -18
  1653. package/cjs/components/ExpandableSearchInput/ExpandableSearchInput.js +0 -54
  1654. package/cjs/components/ExternalInvalidRelations/ExternalInvalidRelations.d.ts +0 -10
  1655. package/cjs/components/ExternalInvalidRelations/ExternalInvalidRelations.js +0 -53
  1656. package/cjs/components/ExternalInvalidRelations/styles.d.ts +0 -1
  1657. package/cjs/components/ExternalInvalidRelations/styles.js +0 -10
  1658. package/cjs/components/FlipCard/FlipCard.d.ts +0 -4
  1659. package/cjs/components/FlipCard/FlipCard.js +0 -45
  1660. package/cjs/components/FlipCard/styles.d.ts +0 -2
  1661. package/cjs/components/FlipCard/styles.js +0 -55
  1662. package/cjs/components/FlipCard/types/index.d.ts +0 -16
  1663. package/cjs/components/HideOnShrink/HideOnShrink.d.ts +0 -7
  1664. package/cjs/components/HideOnShrink/HideOnShrink.js +0 -16
  1665. package/cjs/components/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.d.ts +0 -7
  1666. package/cjs/components/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.js +0 -40
  1667. package/cjs/components/HierarchyNodeTitle/HierarchyNodeTitle.js +0 -57
  1668. package/cjs/components/HierarchyNodeTitle/hooks/useEntityDetails.js +0 -34
  1669. package/cjs/components/Highlighter/Highlighter.d.ts +0 -8
  1670. package/cjs/components/Highlighter/Highlighter.js +0 -26
  1671. package/cjs/components/commonReactSelectComponents/DropdownIndicator.d.ts +0 -15
  1672. package/cjs/components/commonReactSelectComponents/DropdownIndicator.js +0 -38
  1673. package/cjs/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.d.ts +0 -14
  1674. package/cjs/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.js +0 -38
  1675. package/cjs/components/commonReactSelectComponents/LoadMoreButton.d.ts +0 -8
  1676. package/cjs/components/commonReactSelectComponents/LoadMoreButton.js +0 -17
  1677. package/cjs/components/commonReactSelectComponents/MenuList.d.ts +0 -2
  1678. package/cjs/components/commonReactSelectComponents/MenuList.js +0 -25
  1679. package/cjs/components/commonReactSelectComponents/MenuWithPopper.d.ts +0 -15
  1680. package/cjs/components/commonReactSelectComponents/MenuWithPopper.js +0 -93
  1681. package/cjs/components/commonReactSelectComponents/OptionWithCheckIcon/OptionWithCheckIcon.d.ts +0 -10
  1682. package/cjs/components/commonReactSelectComponents/OptionWithCheckIcon/OptionWithCheckIcon.js +0 -30
  1683. package/cjs/components/commonReactSelectComponents/arrowIndicatorStyles.d.ts +0 -1
  1684. package/cjs/components/commonReactSelectComponents/arrowIndicatorStyles.js +0 -12
  1685. package/cjs/components/commonReactSelectComponents/menuStyles.d.ts +0 -1
  1686. package/cjs/components/commonReactSelectComponents/menuStyles.js +0 -13
  1687. package/cjs/components/commonReactSelectComponents/styles.d.ts +0 -1
  1688. package/cjs/components/crosswalks/AttributesTable/AddAttributesButton/AddAttributesButton.d.ts +0 -15
  1689. package/cjs/components/crosswalks/AttributesTable/AddAttributesButton/AddAttributesButton.js +0 -45
  1690. package/cjs/components/crosswalks/AttributesTable/AttributesTable.js +0 -147
  1691. package/cjs/components/crosswalks/AttributesTable/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.d.ts +0 -8
  1692. package/cjs/components/crosswalks/AttributesTable/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.js +0 -63
  1693. package/cjs/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.d.ts +0 -19
  1694. package/cjs/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.js +0 -26
  1695. package/cjs/components/crosswalks/AttributesTable/cell-renderers/AttributesHeadCellRenderer.js +0 -42
  1696. package/cjs/components/crosswalks/AttributesTable/cell-renderers/CommonRowCellRenderer.d.ts +0 -12
  1697. package/cjs/components/crosswalks/AttributesTable/cell-renderers/CommonRowCellRenderer.js +0 -41
  1698. package/cjs/components/crosswalks/AttributesTable/cell-renderers/CountRenderer.d.ts +0 -5
  1699. package/cjs/components/crosswalks/AttributesTable/cell-renderers/CountRenderer.js +0 -14
  1700. package/cjs/components/crosswalks/AttributesTable/cell-renderers/DefaultCellValueRenderer.d.ts +0 -5
  1701. package/cjs/components/crosswalks/AttributesTable/cell-renderers/DefaultCellValueRenderer.js +0 -13
  1702. package/cjs/components/crosswalks/AttributesTable/cell-renderers/HeadCellRenderer.d.ts +0 -3
  1703. package/cjs/components/crosswalks/AttributesTable/cell-renderers/HeadCellRenderer.js +0 -27
  1704. package/cjs/components/crosswalks/AttributesTable/cell-renderers/OvValuesRenderer.d.ts +0 -9
  1705. package/cjs/components/crosswalks/AttributesTable/cell-renderers/OvValuesRenderer.js +0 -23
  1706. package/cjs/components/crosswalks/AttributesTable/cell-renderers/RowCellRenderer.d.ts +0 -8
  1707. package/cjs/components/crosswalks/AttributesTable/cell-renderers/RowCellRenderer.js +0 -38
  1708. package/cjs/components/crosswalks/AttributesTable/cell-renderers/RuleTypeInfoButton.d.ts +0 -9
  1709. package/cjs/components/crosswalks/AttributesTable/cell-renderers/RuleTypeInfoButton.js +0 -112
  1710. package/cjs/components/crosswalks/AttributesTable/cell-renderers/RuleTypeRenderer.d.ts +0 -6
  1711. package/cjs/components/crosswalks/AttributesTable/cell-renderers/RuleTypeRenderer.js +0 -22
  1712. package/cjs/components/crosswalks/AttributesTable/cell-renderers/WinnerSourcesRenderer.d.ts +0 -6
  1713. package/cjs/components/crosswalks/AttributesTable/cell-renderers/WinnerSourcesRenderer.js +0 -30
  1714. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/AttributesFactory.d.ts +0 -20
  1715. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/AttributesFactory.js +0 -40
  1716. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ImageAttributesRenderer.d.ts +0 -3
  1717. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ImageAttributesRenderer.js +0 -37
  1718. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/NestedAttributesRenderer.d.ts +0 -3
  1719. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/NestedAttributesRenderer.js +0 -40
  1720. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ReferenceAttributesRenderer.d.ts +0 -3
  1721. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ReferenceAttributesRenderer.js +0 -40
  1722. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/SimpleAttributesRenderer.d.ts +0 -3
  1723. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/SimpleAttributesRenderer.js +0 -37
  1724. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/styles.d.ts +0 -1
  1725. package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/styles.js +0 -15
  1726. package/cjs/components/crosswalks/AttributesTable/cell-renderers/styles.d.ts +0 -1
  1727. package/cjs/components/crosswalks/AttributesTable/cell-renderers/styles.js +0 -117
  1728. package/cjs/components/crosswalks/AttributesTable/helpers.d.ts +0 -34
  1729. package/cjs/components/crosswalks/AttributesTable/helpers.js +0 -202
  1730. package/cjs/components/crosswalks/AttributesTable/styles.d.ts +0 -1
  1731. package/cjs/components/crosswalks/AttributesTable/styles.js +0 -26
  1732. package/cjs/components/crosswalks/ColoredBlock/ColoredBlock.d.ts +0 -7
  1733. package/cjs/components/crosswalks/ColoredBlock/ColoredBlock.js +0 -65
  1734. package/cjs/components/crosswalks/CopyableValueField/CopyableValueField.d.ts +0 -5
  1735. package/cjs/components/crosswalks/CopyableValueField/CopyableValueField.js +0 -18
  1736. package/cjs/components/crosswalks/CrosswalkAttributes/CrosswalkAttributes.d.ts +0 -9
  1737. package/cjs/components/crosswalks/CrosswalkAttributes/CrosswalkAttributes.js +0 -158
  1738. package/cjs/components/crosswalks/CrosswalkAttributes/styles.d.ts +0 -1
  1739. package/cjs/components/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.d.ts +0 -10
  1740. package/cjs/components/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.js +0 -60
  1741. package/cjs/components/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.d.ts +0 -3
  1742. package/cjs/components/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.js +0 -53
  1743. package/cjs/components/crosswalks/CrosswalkDragLayer/CrosswalkDragPreview.d.ts +0 -6
  1744. package/cjs/components/crosswalks/CrosswalkDragLayer/CrosswalkDragPreview.js +0 -24
  1745. package/cjs/components/crosswalks/CrosswalkDragLayer/styles.d.ts +0 -1
  1746. package/cjs/components/crosswalks/CrosswalkDragLayer/styles.js +0 -37
  1747. package/cjs/components/crosswalks/CrosswalkEditor/CrosswalkEditor.d.ts +0 -8
  1748. package/cjs/components/crosswalks/CrosswalkEditor/CrosswalkEditor.js +0 -55
  1749. package/cjs/components/crosswalks/CrosswalkRow/CrosswalkRow.d.ts +0 -19
  1750. package/cjs/components/crosswalks/CrosswalkRow/CrosswalkRow.js +0 -121
  1751. package/cjs/components/crosswalks/CrosswalkRow/styles.d.ts +0 -7
  1752. package/cjs/components/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.d.ts +0 -7
  1753. package/cjs/components/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.js +0 -50
  1754. package/cjs/components/crosswalks/ShowDependentLink/ShowDependentLink.d.ts +0 -6
  1755. package/cjs/components/crosswalks/ShowDependentLink/ShowDependentLink.js +0 -16
  1756. package/cjs/components/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.d.ts +0 -19
  1757. package/cjs/components/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.js +0 -57
  1758. package/cjs/components/crosswalks/hooks/useAttributeActions.js +0 -155
  1759. package/cjs/components/crosswalks/hooks/useModifiedEntity.js +0 -155
  1760. package/cjs/components/crosswalks/index.d.ts +0 -9
  1761. package/cjs/components/crosswalks/index.js +0 -22
  1762. package/cjs/components/crosswalks/types/AddCrosswalkEvent.d.ts +0 -6
  1763. package/cjs/components/crosswalks/types/AttributesTableData.d.ts +0 -49
  1764. package/cjs/components/crosswalks/types/AttributesTableData.js +0 -2
  1765. package/cjs/components/crosswalks/types/CreateAttributeEvent.d.ts +0 -5
  1766. package/cjs/components/crosswalks/types/CreateAttributeEvent.js +0 -2
  1767. package/cjs/components/crosswalks/types/CrosswalkType.d.ts +0 -5
  1768. package/cjs/components/crosswalks/types/CrosswalksByOwnerTypeMap.d.ts +0 -5
  1769. package/cjs/components/crosswalks/types/CrosswalksByOwnerTypeMap.js +0 -2
  1770. package/cjs/components/crosswalks/types/CrosswalksByTypes.d.ts +0 -3
  1771. package/cjs/components/crosswalks/types/CrosswalksByTypes.js +0 -2
  1772. package/cjs/components/crosswalks/types/DeleteCrosswalkEvent.d.ts +0 -4
  1773. package/cjs/components/crosswalks/types/DeleteCrosswalkEvent.js +0 -2
  1774. package/cjs/components/crosswalks/types/EditCrosswalkEvent.d.ts +0 -6
  1775. package/cjs/components/crosswalks/types/EditCrosswalkEvent.js +0 -2
  1776. package/cjs/components/crosswalks/types/index.d.ts +0 -8
  1777. package/cjs/components/crosswalks/types/index.js +0 -5
  1778. package/cjs/components/editors/BooleanEditor/BooleanEditor.d.ts +0 -13
  1779. package/cjs/components/editors/BooleanEditor/BooleanEditor.js +0 -41
  1780. package/cjs/components/editors/BooleanRadioEditor/BooleanRadioEditor.d.ts +0 -9
  1781. package/cjs/components/editors/BooleanRadioEditor/BooleanRadioEditor.js +0 -22
  1782. package/cjs/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.d.ts +0 -8
  1783. package/cjs/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.js +0 -84
  1784. package/cjs/components/editors/CustomDateRangeEditor/styles.d.ts +0 -1
  1785. package/cjs/components/editors/DataTypeValueEditor/DataTypeValueEditor.js +0 -52
  1786. package/cjs/components/editors/DataTypeValueEditor/useEditorContext.d.ts +0 -72
  1787. package/cjs/components/editors/DataTypeValueEditor/useEditorContext.js +0 -87
  1788. package/cjs/components/editors/DateEditor/DateEditor.d.ts +0 -11
  1789. package/cjs/components/editors/DateEditor/DateEditor.js +0 -85
  1790. package/cjs/components/editors/DateRangeEditor/DateRangeEditor.d.ts +0 -37
  1791. package/cjs/components/editors/DateRangeEditor/DateRangeEditor.js +0 -82
  1792. package/cjs/components/editors/DateRangeEditor/styles.d.ts +0 -1
  1793. package/cjs/components/editors/DependentLookupEditor/DependentLookupEditor.d.ts +0 -46
  1794. package/cjs/components/editors/DependentLookupEditor/DependentLookupEditor.js +0 -228
  1795. package/cjs/components/editors/DependentLookupEditor/helpers.js +0 -27
  1796. package/cjs/components/editors/DependentLookupEditor/useAutopopulation.d.ts +0 -14
  1797. package/cjs/components/editors/DependentLookupEditor/useAutopopulation.js +0 -22
  1798. package/cjs/components/editors/DependentLookupEditor/useDefaultOptions.d.ts +0 -6
  1799. package/cjs/components/editors/DependentLookupEditor/useDefaultOptions.js +0 -25
  1800. package/cjs/components/editors/DependentLookupEditor/useLookupsResolver.d.ts +0 -7
  1801. package/cjs/components/editors/DependentLookupEditor/useLookupsResolver.js +0 -29
  1802. package/cjs/components/editors/DependentLookupEditor/useSavingFocus.d.ts +0 -2
  1803. package/cjs/components/editors/DependentLookupEditor/useSavingFocus.js +0 -31
  1804. package/cjs/components/editors/DropDownEditor/DropDownEditor.d.ts +0 -16
  1805. package/cjs/components/editors/DropDownEditor/DropDownEditor.js +0 -47
  1806. package/cjs/components/editors/EditorsFactory.d.ts +0 -8
  1807. package/cjs/components/editors/EditorsFactory.js +0 -97
  1808. package/cjs/components/editors/FileTypeEditor/FileTypeEditor.d.ts +0 -9
  1809. package/cjs/components/editors/FileTypeEditor/FileTypeEditor.js +0 -55
  1810. package/cjs/components/editors/FilterEditor/FilterEditor.d.ts +0 -24
  1811. package/cjs/components/editors/FilterEditor/FilterEditor.js +0 -49
  1812. package/cjs/components/editors/FilterEditor/FilterValueEditor.d.ts +0 -25
  1813. package/cjs/components/editors/FilterEditor/FilterValueEditor.js +0 -84
  1814. package/cjs/components/editors/FilterEditor/styles.d.ts +0 -1
  1815. package/cjs/components/editors/FilterEditor/styles.js +0 -15
  1816. package/cjs/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +0 -22
  1817. package/cjs/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.js +0 -64
  1818. package/cjs/components/editors/GroupedDropDownEditor/entriesHelpers.js +0 -36
  1819. package/cjs/components/editors/GroupedDropDownEditor/styles.d.ts +0 -1
  1820. package/cjs/components/editors/GroupedDropDownEditor/styles.js +0 -14
  1821. package/cjs/components/editors/LookupEditor/LookupEditor.d.ts +0 -34
  1822. package/cjs/components/editors/LookupEditor/LookupEditor.js +0 -82
  1823. package/cjs/components/editors/NumberEditor/NumberEditor.d.ts +0 -16
  1824. package/cjs/components/editors/NumberEditor/NumberEditor.js +0 -54
  1825. package/cjs/components/editors/RangeDataTypeValueEditor/RangeDataTypeValueEditor.d.ts +0 -18
  1826. package/cjs/components/editors/RangeDataTypeValueEditor/RangeDataTypeValueEditor.js +0 -91
  1827. package/cjs/components/editors/SelectEditor/SelectEditor.d.ts +0 -11
  1828. package/cjs/components/editors/SelectEditor/SelectEditor.js +0 -44
  1829. package/cjs/components/editors/TextEditor/TextEditor.d.ts +0 -17
  1830. package/cjs/components/editors/TextEditor/TextEditor.js +0 -47
  1831. package/cjs/components/editors/TimestampEditor/TimestampEditor.d.ts +0 -11
  1832. package/cjs/components/editors/TimestampEditor/TimestampEditor.js +0 -65
  1833. package/cjs/components/editors/commonComponents/MultiValueChip/MultiValueChip.d.ts +0 -18
  1834. package/cjs/components/editors/commonComponents/MultiValueChip/MultiValueChip.js +0 -39
  1835. package/cjs/components/editors/constants.d.ts +0 -7
  1836. package/cjs/components/editors/constants.js +0 -32
  1837. package/cjs/components/editors/index.d.ts +0 -10
  1838. package/cjs/components/editors/index.js +0 -26
  1839. package/cjs/components/editors/useDateEditor/helpers.js +0 -34
  1840. package/cjs/components/editors/useDateEditor/useDateEditor.js +0 -62
  1841. package/cjs/contexts/RiaModeContext/index.d.ts +0 -3
  1842. package/cjs/contexts/RiaModeContext/index.js +0 -10
  1843. package/esm/components/ClickAwayProvider/ClickAwayProvider.d.ts +0 -4
  1844. package/esm/components/ClickAwayProvider/ClickAwayProvider.js +0 -17
  1845. package/esm/components/CollaborationItem/Avatar/Avatar.js +0 -32
  1846. package/esm/components/CollaborationItem/CollaborationItem.d.ts +0 -15
  1847. package/esm/components/CollaborationItem/CollaborationItem.js +0 -22
  1848. package/esm/components/CollaborationItem/Comment/Comment.js +0 -73
  1849. package/esm/components/CollaborationItem/CommentContent/CommentContent.js +0 -16
  1850. package/esm/components/CollaborationItem/CommentTarget/CommentTarget.js +0 -86
  1851. package/esm/components/CollaborationItem/RepliedComment/RepliedComment.js +0 -53
  1852. package/esm/components/CollaborationItem/SendMessageArea/SendMessageArea.js +0 -133
  1853. package/esm/components/CollaborationItem/TextFieldWithMentions/TextFieldWithMentions.js +0 -44
  1854. package/esm/components/CollaborationPopup/CollaborationPopup.d.ts +0 -12
  1855. package/esm/components/CollaborationPopup/CollaborationPopup.js +0 -42
  1856. package/esm/components/CollapseButton/CollapseButton.d.ts +0 -9
  1857. package/esm/components/CollapseButton/CollapseButton.js +0 -42
  1858. package/esm/components/ColoredSourceIcon/ColoredSourceIcon.js +0 -17
  1859. package/esm/components/CommentsContainer/CommentsContainer.d.ts +0 -12
  1860. package/esm/components/CommentsContainer/CommentsContainer.js +0 -65
  1861. package/esm/components/CommentsContainer/buttons/AddCommentButton.d.ts +0 -7
  1862. package/esm/components/CommentsContainer/buttons/AddCommentButton.js +0 -14
  1863. package/esm/components/CommentsContainer/buttons/CommentButton.d.ts +0 -7
  1864. package/esm/components/CommentsContainer/buttons/CommentButton.js +0 -15
  1865. package/esm/components/CommentsContainer/buttons/styles.d.ts +0 -1
  1866. package/esm/components/CommentsContainer/buttons/styles.js +0 -33
  1867. package/esm/components/CommentsContainer/styles.js +0 -22
  1868. package/esm/components/ConfigureColumnsPopup/ConfigureColumnsPopup.d.ts +0 -41
  1869. package/esm/components/ConfigureColumnsPopup/ConfigureColumnsPopup.js +0 -124
  1870. package/esm/components/ConfigureColumnsPopup/styles.d.ts +0 -2
  1871. package/esm/components/ConfigureColumnsPopup/styles.js +0 -11
  1872. package/esm/components/ConfirmDeleteDialog/ConfirmDeleteDialog.d.ts +0 -7
  1873. package/esm/components/ConfirmDeleteDialog/ConfirmDeleteDialog.js +0 -21
  1874. package/esm/components/ConfirmationDialog/ConfirmationDialog.d.ts +0 -15
  1875. package/esm/components/ConfirmationDialog/ConfirmationDialog.js +0 -23
  1876. package/esm/components/ConfirmationDialog/styles.d.ts +0 -2
  1877. package/esm/components/ConfirmationDialog/styles.js +0 -37
  1878. package/esm/components/ConnectionEditor/ConnectionEditor.js +0 -89
  1879. package/esm/components/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.d.ts +0 -37
  1880. package/esm/components/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.js +0 -56
  1881. package/esm/components/DataTenantBadge/DataTenantBadge.js +0 -22
  1882. package/esm/components/DataTypeValue/DataTypeValue.d.ts +0 -14
  1883. package/esm/components/DataTypeValue/DataTypeValue.js +0 -24
  1884. package/esm/components/DateIntervalSelector/DateIntervalSelector.d.ts +0 -7
  1885. package/esm/components/DateIntervalSelector/DateIntervalSelector.js +0 -30
  1886. package/esm/components/DateRangePicker/DateRangePicker.d.ts +0 -11
  1887. package/esm/components/DateRangePicker/DateRangePicker.js +0 -67
  1888. package/esm/components/Drawer/Drawer.d.ts +0 -7
  1889. package/esm/components/Drawer/Drawer.js +0 -48
  1890. package/esm/components/DropDownSelector/DropDownSelector.d.ts +0 -36
  1891. package/esm/components/DropDownSelector/DropDownSelector.js +0 -75
  1892. package/esm/components/DropDownSelector/components/Menu.d.ts +0 -9
  1893. package/esm/components/DropDownSelector/components/Menu.js +0 -31
  1894. package/esm/components/DropDownSelector/components/SingleValue.d.ts +0 -9
  1895. package/esm/components/DropDownSelector/components/SingleValue.js +0 -24
  1896. package/esm/components/DropDownSelector/components/styles.d.ts +0 -2
  1897. package/esm/components/DropDownSelector/components/styles.js +0 -33
  1898. package/esm/components/DropDownSelector/styles.d.ts +0 -16
  1899. package/esm/components/EmptySearchResult/NoData.d.ts +0 -5
  1900. package/esm/components/EmptySearchResult/NoData.js +0 -18
  1901. package/esm/components/EmptySearchResult/NoMessageComponent.d.ts +0 -6
  1902. package/esm/components/EmptySearchResult/NoMessageComponent.js +0 -34
  1903. package/esm/components/EmptySearchResult/NoResults.d.ts +0 -5
  1904. package/esm/components/EmptySearchResult/NoResults.js +0 -17
  1905. package/esm/components/EmptySearchResult/index.d.ts +0 -2
  1906. package/esm/components/EmptySearchResult/index.js +0 -2
  1907. package/esm/components/EmptyState/EmptyState.d.ts +0 -23
  1908. package/esm/components/EmptyState/EmptyState.js +0 -34
  1909. package/esm/components/EntityAvatar/EntityAvatar.d.ts +0 -8
  1910. package/esm/components/EntityAvatar/EntityAvatar.js +0 -20
  1911. package/esm/components/EntityTypeBadge/EntityTypeBadge.d.ts +0 -8
  1912. package/esm/components/EntityTypeBadge/EntityTypeBadge.js +0 -22
  1913. package/esm/components/EntityTypeBadge/styles.d.ts +0 -2
  1914. package/esm/components/EntityTypeBadge/styles.js +0 -26
  1915. package/esm/components/EntityTypeIcon/EntityTypeIcon.d.ts +0 -10
  1916. package/esm/components/EntityTypeIcon/EntityTypeIcon.js +0 -20
  1917. package/esm/components/EntityTypesSelector/EntityTypesSelector.d.ts +0 -17
  1918. package/esm/components/EntityTypesSelector/EntityTypesSelector.js +0 -10
  1919. package/esm/components/EntityUriLink/EntityUriLink.d.ts +0 -7
  1920. package/esm/components/EntityUriLink/EntityUriLink.js +0 -42
  1921. package/esm/components/ErrorBoundary/ErrorBoundary.d.ts +0 -13
  1922. package/esm/components/ErrorBoundary/ErrorBoundary.js +0 -41
  1923. package/esm/components/ErrorPopup/ErrorPopup.d.ts +0 -13
  1924. package/esm/components/ErrorPopup/ErrorPopup.js +0 -48
  1925. package/esm/components/ErrorWrapper/ErrorMessage.d.ts +0 -6
  1926. package/esm/components/ErrorWrapper/ErrorMessage.js +0 -13
  1927. package/esm/components/ErrorWrapper/ErrorWrapper.d.ts +0 -11
  1928. package/esm/components/ErrorWrapper/ErrorWrapper.js +0 -38
  1929. package/esm/components/ErrorWrapper/styles.d.ts +0 -1
  1930. package/esm/components/ErrorWrapper/styles.js +0 -15
  1931. package/esm/components/ExpandableSearchInput/ExpandableSearchInput.js +0 -24
  1932. package/esm/components/ExternalInvalidRelations/ExternalInvalidRelations.d.ts +0 -10
  1933. package/esm/components/ExternalInvalidRelations/ExternalInvalidRelations.js +0 -25
  1934. package/esm/components/ExternalInvalidRelations/styles.d.ts +0 -1
  1935. package/esm/components/ExternalInvalidRelations/styles.js +0 -7
  1936. package/esm/components/FlipCard/FlipCard.d.ts +0 -4
  1937. package/esm/components/FlipCard/FlipCard.js +0 -17
  1938. package/esm/components/FlipCard/styles.d.ts +0 -2
  1939. package/esm/components/FlipCard/styles.js +0 -52
  1940. package/esm/components/FlipCard/types/index.d.ts +0 -16
  1941. package/esm/components/HideOnShrink/HideOnShrink.d.ts +0 -7
  1942. package/esm/components/HideOnShrink/HideOnShrink.js +0 -11
  1943. package/esm/components/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.d.ts +0 -7
  1944. package/esm/components/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.js +0 -35
  1945. package/esm/components/HierarchyNodeTitle/HierarchyNodeTitle.js +0 -27
  1946. package/esm/components/HierarchyNodeTitle/hooks/useEntityDetails.js +0 -30
  1947. package/esm/components/Highlighter/Highlighter.d.ts +0 -8
  1948. package/esm/components/Highlighter/Highlighter.js +0 -21
  1949. package/esm/components/commonReactSelectComponents/DropdownIndicator.d.ts +0 -15
  1950. package/esm/components/commonReactSelectComponents/DropdownIndicator.js +0 -33
  1951. package/esm/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.d.ts +0 -14
  1952. package/esm/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.js +0 -33
  1953. package/esm/components/commonReactSelectComponents/LoadMoreButton.d.ts +0 -8
  1954. package/esm/components/commonReactSelectComponents/LoadMoreButton.js +0 -12
  1955. package/esm/components/commonReactSelectComponents/MenuList.d.ts +0 -2
  1956. package/esm/components/commonReactSelectComponents/MenuList.js +0 -20
  1957. package/esm/components/commonReactSelectComponents/MenuWithPopper.d.ts +0 -15
  1958. package/esm/components/commonReactSelectComponents/MenuWithPopper.js +0 -65
  1959. package/esm/components/commonReactSelectComponents/OptionWithCheckIcon/OptionWithCheckIcon.d.ts +0 -10
  1960. package/esm/components/commonReactSelectComponents/OptionWithCheckIcon/OptionWithCheckIcon.js +0 -25
  1961. package/esm/components/commonReactSelectComponents/arrowIndicatorStyles.d.ts +0 -1
  1962. package/esm/components/commonReactSelectComponents/arrowIndicatorStyles.js +0 -9
  1963. package/esm/components/commonReactSelectComponents/menuStyles.d.ts +0 -1
  1964. package/esm/components/commonReactSelectComponents/menuStyles.js +0 -10
  1965. package/esm/components/commonReactSelectComponents/styles.d.ts +0 -1
  1966. package/esm/components/crosswalks/AttributesTable/AddAttributesButton/AddAttributesButton.d.ts +0 -15
  1967. package/esm/components/crosswalks/AttributesTable/AddAttributesButton/AddAttributesButton.js +0 -38
  1968. package/esm/components/crosswalks/AttributesTable/AttributesTable.js +0 -119
  1969. package/esm/components/crosswalks/AttributesTable/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.d.ts +0 -8
  1970. package/esm/components/crosswalks/AttributesTable/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.js +0 -35
  1971. package/esm/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.d.ts +0 -19
  1972. package/esm/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.js +0 -19
  1973. package/esm/components/crosswalks/AttributesTable/cell-renderers/AttributesHeadCellRenderer.js +0 -35
  1974. package/esm/components/crosswalks/AttributesTable/cell-renderers/CommonRowCellRenderer.d.ts +0 -12
  1975. package/esm/components/crosswalks/AttributesTable/cell-renderers/CommonRowCellRenderer.js +0 -34
  1976. package/esm/components/crosswalks/AttributesTable/cell-renderers/CountRenderer.d.ts +0 -5
  1977. package/esm/components/crosswalks/AttributesTable/cell-renderers/CountRenderer.js +0 -9
  1978. package/esm/components/crosswalks/AttributesTable/cell-renderers/DefaultCellValueRenderer.d.ts +0 -5
  1979. package/esm/components/crosswalks/AttributesTable/cell-renderers/DefaultCellValueRenderer.js +0 -8
  1980. package/esm/components/crosswalks/AttributesTable/cell-renderers/HeadCellRenderer.d.ts +0 -3
  1981. package/esm/components/crosswalks/AttributesTable/cell-renderers/HeadCellRenderer.js +0 -22
  1982. package/esm/components/crosswalks/AttributesTable/cell-renderers/OvValuesRenderer.d.ts +0 -9
  1983. package/esm/components/crosswalks/AttributesTable/cell-renderers/OvValuesRenderer.js +0 -18
  1984. package/esm/components/crosswalks/AttributesTable/cell-renderers/RowCellRenderer.d.ts +0 -8
  1985. package/esm/components/crosswalks/AttributesTable/cell-renderers/RowCellRenderer.js +0 -33
  1986. package/esm/components/crosswalks/AttributesTable/cell-renderers/RuleTypeInfoButton.d.ts +0 -9
  1987. package/esm/components/crosswalks/AttributesTable/cell-renderers/RuleTypeInfoButton.js +0 -84
  1988. package/esm/components/crosswalks/AttributesTable/cell-renderers/RuleTypeRenderer.d.ts +0 -6
  1989. package/esm/components/crosswalks/AttributesTable/cell-renderers/RuleTypeRenderer.js +0 -17
  1990. package/esm/components/crosswalks/AttributesTable/cell-renderers/WinnerSourcesRenderer.d.ts +0 -6
  1991. package/esm/components/crosswalks/AttributesTable/cell-renderers/WinnerSourcesRenderer.js +0 -25
  1992. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/AttributesFactory.d.ts +0 -20
  1993. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/AttributesFactory.js +0 -35
  1994. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ImageAttributesRenderer.d.ts +0 -3
  1995. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ImageAttributesRenderer.js +0 -32
  1996. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/NestedAttributesRenderer.d.ts +0 -3
  1997. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/NestedAttributesRenderer.js +0 -35
  1998. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ReferenceAttributesRenderer.d.ts +0 -3
  1999. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ReferenceAttributesRenderer.js +0 -35
  2000. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/SimpleAttributesRenderer.d.ts +0 -3
  2001. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/SimpleAttributesRenderer.js +0 -32
  2002. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/styles.d.ts +0 -1
  2003. package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/styles.js +0 -12
  2004. package/esm/components/crosswalks/AttributesTable/cell-renderers/styles.d.ts +0 -1
  2005. package/esm/components/crosswalks/AttributesTable/cell-renderers/styles.js +0 -114
  2006. package/esm/components/crosswalks/AttributesTable/helpers.d.ts +0 -34
  2007. package/esm/components/crosswalks/AttributesTable/helpers.js +0 -192
  2008. package/esm/components/crosswalks/AttributesTable/styles.d.ts +0 -1
  2009. package/esm/components/crosswalks/AttributesTable/styles.js +0 -23
  2010. package/esm/components/crosswalks/ColoredBlock/ColoredBlock.d.ts +0 -7
  2011. package/esm/components/crosswalks/ColoredBlock/ColoredBlock.js +0 -37
  2012. package/esm/components/crosswalks/CopyableValueField/CopyableValueField.d.ts +0 -5
  2013. package/esm/components/crosswalks/CopyableValueField/CopyableValueField.js +0 -13
  2014. package/esm/components/crosswalks/CrosswalkAttributes/CrosswalkAttributes.d.ts +0 -9
  2015. package/esm/components/crosswalks/CrosswalkAttributes/CrosswalkAttributes.js +0 -130
  2016. package/esm/components/crosswalks/CrosswalkAttributes/styles.d.ts +0 -1
  2017. package/esm/components/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.d.ts +0 -10
  2018. package/esm/components/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.js +0 -32
  2019. package/esm/components/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.d.ts +0 -3
  2020. package/esm/components/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.js +0 -25
  2021. package/esm/components/crosswalks/CrosswalkDragLayer/CrosswalkDragPreview.d.ts +0 -6
  2022. package/esm/components/crosswalks/CrosswalkDragLayer/CrosswalkDragPreview.js +0 -19
  2023. package/esm/components/crosswalks/CrosswalkDragLayer/styles.d.ts +0 -1
  2024. package/esm/components/crosswalks/CrosswalkDragLayer/styles.js +0 -34
  2025. package/esm/components/crosswalks/CrosswalkEditor/CrosswalkEditor.d.ts +0 -8
  2026. package/esm/components/crosswalks/CrosswalkEditor/CrosswalkEditor.js +0 -27
  2027. package/esm/components/crosswalks/CrosswalkRow/CrosswalkRow.d.ts +0 -19
  2028. package/esm/components/crosswalks/CrosswalkRow/CrosswalkRow.js +0 -93
  2029. package/esm/components/crosswalks/CrosswalkRow/styles.d.ts +0 -7
  2030. package/esm/components/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.d.ts +0 -7
  2031. package/esm/components/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.js +0 -22
  2032. package/esm/components/crosswalks/ShowDependentLink/ShowDependentLink.d.ts +0 -6
  2033. package/esm/components/crosswalks/ShowDependentLink/ShowDependentLink.js +0 -11
  2034. package/esm/components/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.d.ts +0 -19
  2035. package/esm/components/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.js +0 -29
  2036. package/esm/components/crosswalks/hooks/useAttributeActions.js +0 -151
  2037. package/esm/components/crosswalks/hooks/useModifiedEntity.js +0 -151
  2038. package/esm/components/crosswalks/index.d.ts +0 -9
  2039. package/esm/components/crosswalks/index.js +0 -8
  2040. package/esm/components/crosswalks/types/AddCrosswalkEvent.d.ts +0 -6
  2041. package/esm/components/crosswalks/types/AttributesTableData.d.ts +0 -49
  2042. package/esm/components/crosswalks/types/CreateAttributeEvent.d.ts +0 -5
  2043. package/esm/components/crosswalks/types/CrosswalkType.d.ts +0 -5
  2044. package/esm/components/crosswalks/types/CrosswalksByOwnerTypeMap.d.ts +0 -5
  2045. package/esm/components/crosswalks/types/CrosswalksByTypes.d.ts +0 -3
  2046. package/esm/components/crosswalks/types/DeleteCrosswalkEvent.d.ts +0 -4
  2047. package/esm/components/crosswalks/types/EditCrosswalkEvent.d.ts +0 -6
  2048. package/esm/components/crosswalks/types/index.d.ts +0 -8
  2049. package/esm/components/crosswalks/types/index.js +0 -1
  2050. package/esm/components/editors/BooleanEditor/BooleanEditor.d.ts +0 -13
  2051. package/esm/components/editors/BooleanEditor/BooleanEditor.js +0 -36
  2052. package/esm/components/editors/BooleanRadioEditor/BooleanRadioEditor.d.ts +0 -9
  2053. package/esm/components/editors/BooleanRadioEditor/BooleanRadioEditor.js +0 -17
  2054. package/esm/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.d.ts +0 -8
  2055. package/esm/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.js +0 -56
  2056. package/esm/components/editors/CustomDateRangeEditor/styles.d.ts +0 -1
  2057. package/esm/components/editors/DataTypeValueEditor/DataTypeValueEditor.js +0 -47
  2058. package/esm/components/editors/DataTypeValueEditor/useEditorContext.d.ts +0 -72
  2059. package/esm/components/editors/DataTypeValueEditor/useEditorContext.js +0 -85
  2060. package/esm/components/editors/DateEditor/DateEditor.d.ts +0 -11
  2061. package/esm/components/editors/DateEditor/DateEditor.js +0 -57
  2062. package/esm/components/editors/DateRangeEditor/DateRangeEditor.d.ts +0 -37
  2063. package/esm/components/editors/DateRangeEditor/DateRangeEditor.js +0 -54
  2064. package/esm/components/editors/DateRangeEditor/styles.d.ts +0 -1
  2065. package/esm/components/editors/DependentLookupEditor/DependentLookupEditor.d.ts +0 -46
  2066. package/esm/components/editors/DependentLookupEditor/DependentLookupEditor.js +0 -199
  2067. package/esm/components/editors/DependentLookupEditor/helpers.js +0 -23
  2068. package/esm/components/editors/DependentLookupEditor/useAutopopulation.d.ts +0 -14
  2069. package/esm/components/editors/DependentLookupEditor/useAutopopulation.js +0 -20
  2070. package/esm/components/editors/DependentLookupEditor/useDefaultOptions.d.ts +0 -6
  2071. package/esm/components/editors/DependentLookupEditor/useDefaultOptions.js +0 -23
  2072. package/esm/components/editors/DependentLookupEditor/useLookupsResolver.d.ts +0 -7
  2073. package/esm/components/editors/DependentLookupEditor/useLookupsResolver.js +0 -27
  2074. package/esm/components/editors/DependentLookupEditor/useSavingFocus.d.ts +0 -2
  2075. package/esm/components/editors/DependentLookupEditor/useSavingFocus.js +0 -29
  2076. package/esm/components/editors/DropDownEditor/DropDownEditor.d.ts +0 -16
  2077. package/esm/components/editors/DropDownEditor/DropDownEditor.js +0 -42
  2078. package/esm/components/editors/EditorsFactory.d.ts +0 -8
  2079. package/esm/components/editors/EditorsFactory.js +0 -92
  2080. package/esm/components/editors/FileTypeEditor/FileTypeEditor.d.ts +0 -9
  2081. package/esm/components/editors/FileTypeEditor/FileTypeEditor.js +0 -27
  2082. package/esm/components/editors/FilterEditor/FilterEditor.d.ts +0 -24
  2083. package/esm/components/editors/FilterEditor/FilterEditor.js +0 -44
  2084. package/esm/components/editors/FilterEditor/FilterValueEditor.d.ts +0 -25
  2085. package/esm/components/editors/FilterEditor/FilterValueEditor.js +0 -79
  2086. package/esm/components/editors/FilterEditor/styles.d.ts +0 -1
  2087. package/esm/components/editors/FilterEditor/styles.js +0 -12
  2088. package/esm/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +0 -22
  2089. package/esm/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.js +0 -57
  2090. package/esm/components/editors/GroupedDropDownEditor/entriesHelpers.js +0 -32
  2091. package/esm/components/editors/GroupedDropDownEditor/styles.d.ts +0 -1
  2092. package/esm/components/editors/GroupedDropDownEditor/styles.js +0 -11
  2093. package/esm/components/editors/LookupEditor/LookupEditor.d.ts +0 -34
  2094. package/esm/components/editors/LookupEditor/LookupEditor.js +0 -54
  2095. package/esm/components/editors/LookupEditor/entriesHelpers.js +0 -30
  2096. package/esm/components/editors/NumberEditor/NumberEditor.d.ts +0 -16
  2097. package/esm/components/editors/NumberEditor/NumberEditor.js +0 -49
  2098. package/esm/components/editors/RangeDataTypeValueEditor/RangeDataTypeValueEditor.d.ts +0 -18
  2099. package/esm/components/editors/RangeDataTypeValueEditor/RangeDataTypeValueEditor.js +0 -63
  2100. package/esm/components/editors/SelectEditor/SelectEditor.d.ts +0 -11
  2101. package/esm/components/editors/SelectEditor/SelectEditor.js +0 -39
  2102. package/esm/components/editors/TextEditor/TextEditor.d.ts +0 -17
  2103. package/esm/components/editors/TextEditor/TextEditor.js +0 -42
  2104. package/esm/components/editors/TimestampEditor/TimestampEditor.d.ts +0 -11
  2105. package/esm/components/editors/TimestampEditor/TimestampEditor.js +0 -60
  2106. package/esm/components/editors/commonComponents/MultiValueChip/MultiValueChip.d.ts +0 -18
  2107. package/esm/components/editors/commonComponents/MultiValueChip/MultiValueChip.js +0 -34
  2108. package/esm/components/editors/constants.d.ts +0 -7
  2109. package/esm/components/editors/constants.js +0 -29
  2110. package/esm/components/editors/index.d.ts +0 -10
  2111. package/esm/components/editors/index.js +0 -10
  2112. package/esm/components/editors/useDateEditor/helpers.js +0 -24
  2113. package/esm/components/editors/useDateEditor/useDateEditor.js +0 -55
  2114. package/esm/contexts/RiaModeContext/index.d.ts +0 -3
  2115. package/esm/contexts/RiaModeContext/index.js +0 -4
  2116. /package/{esm/components/FlipCard/types/index.js → cjs/BooleanRadioEditor/BooleanRadioEditor.test.d.ts} +0 -0
  2117. /package/{esm/components/crosswalks/types/AddCrosswalkEvent.js → cjs/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.test.d.ts} +0 -0
  2118. /package/cjs/{components/editors/BooleanRadioEditor → BooleanRadioEditor}/styles.d.ts +0 -0
  2119. /package/cjs/{components/editors/BooleanRadioEditor → BooleanRadioEditor}/styles.js +0 -0
  2120. /package/{esm/components/crosswalks/types/AttributesTableData.js → cjs/CollaborationItem/CollaborationItem.test.d.ts} +0 -0
  2121. /package/{esm/components/crosswalks/types/CreateAttributeEvent.js → cjs/CollaborationItem/IntegrationCollaborationItem.test.d.ts} +0 -0
  2122. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/Avatar/Avatar.d.ts +0 -0
  2123. /package/{esm/components/crosswalks/types/CrosswalksByOwnerTypeMap.js → cjs/CollaborationItem/components/Avatar/Avatar.test.d.ts} +0 -0
  2124. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/Avatar/styles.d.ts +0 -0
  2125. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/Avatar/styles.js +0 -0
  2126. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/Comment/Comment.d.ts +0 -0
  2127. /package/{esm/components/crosswalks/types/CrosswalksByTypes.js → cjs/CollaborationItem/components/Comment/Comment.test.d.ts} +0 -0
  2128. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/Comment/styles.d.ts +0 -0
  2129. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/Comment/styles.js +0 -0
  2130. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/CommentContent/CommentContent.d.ts +0 -0
  2131. /package/{esm/components/crosswalks/types/DeleteCrosswalkEvent.js → cjs/CollaborationItem/components/CommentContent/CommentContent.test.d.ts} +0 -0
  2132. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/CommentContent/styles.d.ts +0 -0
  2133. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/CommentContent/styles.js +0 -0
  2134. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/CommentTarget/CommentTarget.d.ts +0 -0
  2135. /package/{esm/components/crosswalks/types/EditCrosswalkEvent.js → cjs/CollaborationItem/components/CommentTarget/CommentTarget.test.d.ts} +0 -0
  2136. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/CommentTarget/styles.d.ts +0 -0
  2137. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/CommentTarget/styles.js +0 -0
  2138. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/RepliedComment/RepliedComment.d.ts +0 -0
  2139. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/RepliedComment/styles.d.ts +0 -0
  2140. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/RepliedComment/styles.js +0 -0
  2141. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/SendMessageArea/SendMessageArea.d.ts +0 -0
  2142. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/SendMessageArea/styles.d.ts +0 -0
  2143. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/SendMessageArea/styles.js +0 -0
  2144. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/TextFieldWithMentions/TextFieldWithMentions.d.ts +0 -0
  2145. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/TextFieldWithMentions/styles.d.ts +0 -0
  2146. /package/cjs/{components/CollaborationItem → CollaborationItem/components}/TextFieldWithMentions/styles.js +0 -0
  2147. /package/cjs/{components/CollaborationItem/utils/index.d.ts → CollaborationItem/helpers.d.ts} +0 -0
  2148. /package/cjs/{components/CollaborationItem/utils/index.js → CollaborationItem/helpers.js} +0 -0
  2149. /package/cjs/{components/CollaborationItem → CollaborationItem}/styles.d.ts +0 -0
  2150. /package/cjs/{components/CollaborationItem → CollaborationItem}/styles.js +0 -0
  2151. /package/cjs/{components/CollapseButton → CollapseButton}/styles.d.ts +0 -0
  2152. /package/cjs/{components/CollapseButton → CollapseButton}/styles.js +0 -0
  2153. /package/cjs/{components/ColoredSourceIcon → ColoredSourceIcon}/ColoredSourceIcon.d.ts +0 -0
  2154. /package/cjs/{components/ColoredSourceIcon → ColoredSourceIcon}/styles.d.ts +0 -0
  2155. /package/cjs/{components/ColoredSourceIcon → ColoredSourceIcon}/styles.js +0 -0
  2156. /package/cjs/{components → CommentsContainer/components}/CollaborationPopup/styles.d.ts +0 -0
  2157. /package/cjs/{components → CommentsContainer/components}/CollaborationPopup/styles.js +0 -0
  2158. /package/cjs/{components/CommentsContainer → CommentsContainer}/styles.d.ts +0 -0
  2159. /package/cjs/{components/ConnectionEditor → ConnectionEditor}/ConnectionEditor.d.ts +0 -0
  2160. /package/cjs/{components/ConnectionEditor → ConnectionEditor}/index.d.ts +0 -0
  2161. /package/cjs/{components/ConnectionEditor → ConnectionEditor}/index.js +0 -0
  2162. /package/cjs/{components/ConnectionEditor → ConnectionEditor}/styles.d.ts +0 -0
  2163. /package/cjs/{components/ConnectionEditor → ConnectionEditor}/styles.js +0 -0
  2164. /package/cjs/{components/editors/CustomDateRangeEditor → CustomDateRangeEditor}/styles.js +0 -0
  2165. /package/cjs/{components/DataTenantBadge → DataTenantBadge}/DataTenantBadge.d.ts +0 -0
  2166. /package/cjs/{components/DataTenantBadge → DataTenantBadge}/styles.d.ts +0 -0
  2167. /package/cjs/{components/DataTenantBadge → DataTenantBadge}/styles.js +0 -0
  2168. /package/cjs/{components/editors/DataTypeValueEditor → DataTypeValueEditor}/DataTypeValueEditor.d.ts +0 -0
  2169. /package/cjs/{components/editors/DateEditor → DateEditor}/styles.d.ts +0 -0
  2170. /package/cjs/{components/editors/DateEditor → DateEditor}/styles.js +0 -0
  2171. /package/cjs/{components/DateIntervalSelector → DateIntervalSelector}/styles.d.ts +0 -0
  2172. /package/cjs/{components/DateIntervalSelector → DateIntervalSelector}/styles.js +0 -0
  2173. /package/cjs/{components/editors/DateRangeEditor → DateRangeEditor}/styles.js +0 -0
  2174. /package/cjs/{components/DateRangePicker → DateRangePicker}/styles.d.ts +0 -0
  2175. /package/cjs/{components/DateRangePicker → DateRangePicker}/styles.js +0 -0
  2176. /package/cjs/{components/editors/DependentLookupEditor → DependentLookupEditor}/helpers.d.ts +0 -0
  2177. /package/cjs/{components/editors/DependentLookupEditor → DependentLookupEditor}/styles.d.ts +0 -0
  2178. /package/cjs/{components/editors/DependentLookupEditor → DependentLookupEditor}/styles.js +0 -0
  2179. /package/cjs/{components/DropDownSelector → DropDownSelector}/styles.js +0 -0
  2180. /package/cjs/{components/EmptySearchResult → EmptySearchResult}/styles.d.ts +0 -0
  2181. /package/cjs/{components/EmptySearchResult → EmptySearchResult}/styles.js +0 -0
  2182. /package/cjs/{components/EmptyState → EmptyState}/styles.d.ts +0 -0
  2183. /package/cjs/{components/EmptyState → EmptyState}/styles.js +0 -0
  2184. /package/cjs/{components/EntityAvatar → EntityAvatar}/no-photo.svg.d.ts +0 -0
  2185. /package/cjs/{components/EntityAvatar → EntityAvatar}/no-photo.svg.js +0 -0
  2186. /package/cjs/{components/ErrorPopup → ErrorPopup}/styles.d.ts +0 -0
  2187. /package/cjs/{components/ErrorPopup → ErrorPopup}/styles.js +0 -0
  2188. /package/cjs/{components/ExpandableSearchInput → ExpandableSearchInput}/ExpandableSearchInput.d.ts +0 -0
  2189. /package/cjs/{components/ExpandableSearchInput → ExpandableSearchInput}/styles.d.ts +0 -0
  2190. /package/cjs/{components/ExpandableSearchInput → ExpandableSearchInput}/styles.js +0 -0
  2191. /package/cjs/{components/editors/FileTypeEditor → FileTypeEditor}/styles.d.ts +0 -0
  2192. /package/cjs/{components/editors/FileTypeEditor → FileTypeEditor}/styles.js +0 -0
  2193. /package/cjs/{components/editors → FilterValueEditor/components}/RangeDataTypeValueEditor/styles.d.ts +0 -0
  2194. /package/cjs/{components/editors → FilterValueEditor/components}/RangeDataTypeValueEditor/styles.js +0 -0
  2195. /package/cjs/{components/HierarchicalAttributeTooltip → HierarchicalAttributeTooltip}/styles.d.ts +0 -0
  2196. /package/cjs/{components/HierarchicalAttributeTooltip → HierarchicalAttributeTooltip}/styles.js +0 -0
  2197. /package/cjs/{components/HierarchyNodeTitle → HierarchyNodeTitle}/HierarchyNodeTitle.d.ts +0 -0
  2198. /package/cjs/{components/HierarchyNodeTitle → HierarchyNodeTitle}/styles.d.ts +0 -0
  2199. /package/cjs/{components/HierarchyNodeTitle → HierarchyNodeTitle}/styles.js +0 -0
  2200. /package/cjs/{components/HierarchyNodeTitle/hooks → HierarchyNodeTitle}/useEntityDetails.d.ts +0 -0
  2201. /package/cjs/{components/Highlighter → Highlighter}/styles.d.ts +0 -0
  2202. /package/cjs/{components/Highlighter → Highlighter}/styles.js +0 -0
  2203. /package/cjs/{components/editors/GroupedDropDownEditor/entriesHelpers.d.ts → LookupEditor/components/GroupedDropDownEditor/helpers.d.ts} +0 -0
  2204. /package/cjs/{components/editors/LookupEditor/entriesHelpers.d.ts → LookupEditor/helpers.d.ts} +0 -0
  2205. /package/cjs/{components/editors/LookupEditor/entriesHelpers.js → LookupEditor/helpers.js} +0 -0
  2206. /package/cjs/{components/commonReactSelectComponents → ReactSelectLoadMoreButton}/styles.js +0 -0
  2207. /package/cjs/{components/commonReactSelectComponents/OptionWithCheckIcon → ReactSelectOptionWithCheckIcon}/styles.d.ts +0 -0
  2208. /package/cjs/{components/commonReactSelectComponents/OptionWithCheckIcon → ReactSelectOptionWithCheckIcon}/styles.js +0 -0
  2209. /package/cjs/{components/editors/TimestampEditor → TimestampEditor}/styles.d.ts +0 -0
  2210. /package/cjs/{components/editors/TimestampEditor → TimestampEditor}/styles.js +0 -0
  2211. /package/cjs/{components → features}/crosswalks/AttributesTable/AttributesTable.d.ts +0 -0
  2212. /package/cjs/{components/crosswalks/AttributesTable → features/crosswalks/AttributesTable/components}/AddAttributesButton/styles.d.ts +0 -0
  2213. /package/cjs/{components/crosswalks/AttributesTable → features/crosswalks/AttributesTable/components}/AddAttributesButton/styles.js +0 -0
  2214. /package/cjs/{components/crosswalks/AttributesTable/cell-renderers → features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer}/AttributesHeadCellRenderer.d.ts +0 -0
  2215. /package/cjs/{components/crosswalks/ShowDependentLink → features/crosswalks/AttributesTable/components/CountRenderer}/styles.d.ts +0 -0
  2216. /package/{esm/components/CollaborationItem/Avatar → cjs/features/crosswalks/AttributesTable/components/HeadCellRenderer}/styles.d.ts +0 -0
  2217. /package/{esm/components/CollaborationItem/CommentContent → cjs/features/crosswalks/AttributesTable/components/RowCellRenderer}/styles.d.ts +0 -0
  2218. /package/cjs/{components/FlipCard/types/index.js → features/crosswalks/AttributesTable/types.js} +0 -0
  2219. /package/cjs/{components → features}/crosswalks/ColoredBlock/styles.d.ts +0 -0
  2220. /package/cjs/{components → features}/crosswalks/ColoredBlock/styles.js +0 -0
  2221. /package/cjs/{components → features}/crosswalks/CopyableValueField/styles.d.ts +0 -0
  2222. /package/cjs/{components → features}/crosswalks/CopyableValueField/styles.js +0 -0
  2223. /package/cjs/{components → features}/crosswalks/CrosswalkAttributes/styles.js +0 -0
  2224. /package/cjs/{components → features}/crosswalks/CrosswalkDateEditor/styles.d.ts +0 -0
  2225. /package/cjs/{components → features}/crosswalks/CrosswalkDateEditor/styles.js +0 -0
  2226. /package/cjs/{components → features}/crosswalks/CrosswalkEditor/styles.d.ts +0 -0
  2227. /package/cjs/{components → features}/crosswalks/CrosswalkEditor/styles.js +0 -0
  2228. /package/cjs/{components → features}/crosswalks/CrosswalkRow/styles.js +0 -0
  2229. /package/cjs/{components → features}/crosswalks/DummyCrosswalkRow/styles.d.ts +0 -0
  2230. /package/cjs/{components → features}/crosswalks/DummyCrosswalkRow/styles.js +0 -0
  2231. /package/{esm/components/crosswalks/AttributesTable/AddAttributesButton → cjs/features/crosswalks/ShowDependentLink}/styles.d.ts +0 -0
  2232. /package/cjs/{components → features}/crosswalks/ShowDependentLink/styles.js +0 -0
  2233. /package/cjs/{components → features}/crosswalks/hooks/useAttributeActions.d.ts +0 -0
  2234. /package/cjs/{components → features}/crosswalks/hooks/useCrosswalkActions.d.ts +0 -0
  2235. /package/cjs/{components → features}/crosswalks/hooks/useCrosswalkActions.js +0 -0
  2236. /package/cjs/{components → features}/crosswalks/hooks/useModifiedEntity.d.ts +0 -0
  2237. /package/cjs/{components/crosswalks/types/CrosswalkType.js → features/crosswalks/types/crosswalks.js} +0 -0
  2238. /package/cjs/{components/crosswalks/types/AddCrosswalkEvent.js → features/crosswalks/types/events.js} +0 -0
  2239. /package/cjs/{components → features}/crosswalks/utils/legend.d.ts +0 -0
  2240. /package/cjs/{components → features}/crosswalks/utils/legend.js +0 -0
  2241. /package/cjs/{components/editors → hooks}/useDateEditor/helpers.d.ts +0 -0
  2242. /package/cjs/{components/editors → hooks}/useDateEditor/useDateEditor.d.ts +0 -0
  2243. /package/esm/{components/editors/BooleanRadioEditor → BooleanRadioEditor}/styles.d.ts +0 -0
  2244. /package/esm/{components/editors/BooleanRadioEditor → BooleanRadioEditor}/styles.js +0 -0
  2245. /package/esm/{components/CollaborationItem → CollaborationItem/components}/Avatar/Avatar.d.ts +0 -0
  2246. /package/esm/{components/crosswalks/ShowDependentLink → CollaborationItem/components/Avatar}/styles.d.ts +0 -0
  2247. /package/esm/{components/CollaborationItem → CollaborationItem/components}/Avatar/styles.js +0 -0
  2248. /package/esm/{components/CollaborationItem → CollaborationItem/components}/Comment/Comment.d.ts +0 -0
  2249. /package/esm/{components/CollaborationItem → CollaborationItem/components}/Comment/styles.d.ts +0 -0
  2250. /package/esm/{components/CollaborationItem → CollaborationItem/components}/Comment/styles.js +0 -0
  2251. /package/esm/{components/CollaborationItem → CollaborationItem/components}/CommentContent/CommentContent.d.ts +0 -0
  2252. /package/esm/{components/CollaborationItem → CollaborationItem/components}/CommentContent/styles.js +0 -0
  2253. /package/esm/{components/CollaborationItem → CollaborationItem/components}/CommentTarget/CommentTarget.d.ts +0 -0
  2254. /package/esm/{components/CollaborationItem → CollaborationItem/components}/CommentTarget/styles.d.ts +0 -0
  2255. /package/esm/{components/CollaborationItem → CollaborationItem/components}/CommentTarget/styles.js +0 -0
  2256. /package/esm/{components/CollaborationItem → CollaborationItem/components}/RepliedComment/RepliedComment.d.ts +0 -0
  2257. /package/esm/{components/CollaborationItem → CollaborationItem/components}/RepliedComment/styles.d.ts +0 -0
  2258. /package/esm/{components/CollaborationItem → CollaborationItem/components}/RepliedComment/styles.js +0 -0
  2259. /package/esm/{components/CollaborationItem → CollaborationItem/components}/SendMessageArea/SendMessageArea.d.ts +0 -0
  2260. /package/esm/{components/CollaborationItem → CollaborationItem/components}/SendMessageArea/styles.d.ts +0 -0
  2261. /package/esm/{components/CollaborationItem → CollaborationItem/components}/SendMessageArea/styles.js +0 -0
  2262. /package/esm/{components/CollaborationItem → CollaborationItem/components}/TextFieldWithMentions/TextFieldWithMentions.d.ts +0 -0
  2263. /package/esm/{components/CollaborationItem → CollaborationItem/components}/TextFieldWithMentions/styles.d.ts +0 -0
  2264. /package/esm/{components/CollaborationItem → CollaborationItem/components}/TextFieldWithMentions/styles.js +0 -0
  2265. /package/esm/{components/CollaborationItem/utils/index.d.ts → CollaborationItem/helpers.d.ts} +0 -0
  2266. /package/esm/{components/CollaborationItem/utils/index.js → CollaborationItem/helpers.js} +0 -0
  2267. /package/esm/{components/CollaborationItem → CollaborationItem}/styles.d.ts +0 -0
  2268. /package/esm/{components/CollaborationItem → CollaborationItem}/styles.js +0 -0
  2269. /package/esm/{components/CollapseButton → CollapseButton}/styles.d.ts +0 -0
  2270. /package/esm/{components/CollapseButton → CollapseButton}/styles.js +0 -0
  2271. /package/esm/{components/ColoredSourceIcon → ColoredSourceIcon}/ColoredSourceIcon.d.ts +0 -0
  2272. /package/esm/{components/ColoredSourceIcon → ColoredSourceIcon}/styles.d.ts +0 -0
  2273. /package/esm/{components/ColoredSourceIcon → ColoredSourceIcon}/styles.js +0 -0
  2274. /package/esm/{components → CommentsContainer/components}/CollaborationPopup/styles.d.ts +0 -0
  2275. /package/esm/{components → CommentsContainer/components}/CollaborationPopup/styles.js +0 -0
  2276. /package/esm/{components/CommentsContainer → CommentsContainer}/styles.d.ts +0 -0
  2277. /package/esm/{components/ConnectionEditor → ConnectionEditor}/ConnectionEditor.d.ts +0 -0
  2278. /package/esm/{components/ConnectionEditor → ConnectionEditor}/index.d.ts +0 -0
  2279. /package/esm/{components/ConnectionEditor → ConnectionEditor}/index.js +0 -0
  2280. /package/esm/{components/ConnectionEditor → ConnectionEditor}/styles.d.ts +0 -0
  2281. /package/esm/{components/ConnectionEditor → ConnectionEditor}/styles.js +0 -0
  2282. /package/esm/{components/editors/CustomDateRangeEditor → CustomDateRangeEditor}/styles.js +0 -0
  2283. /package/esm/{components/DataTenantBadge → DataTenantBadge}/DataTenantBadge.d.ts +0 -0
  2284. /package/esm/{components/DataTenantBadge → DataTenantBadge}/styles.d.ts +0 -0
  2285. /package/esm/{components/DataTenantBadge → DataTenantBadge}/styles.js +0 -0
  2286. /package/esm/{components/editors/DataTypeValueEditor → DataTypeValueEditor}/DataTypeValueEditor.d.ts +0 -0
  2287. /package/esm/{components/editors/DateEditor → DateEditor}/styles.d.ts +0 -0
  2288. /package/esm/{components/editors/DateEditor → DateEditor}/styles.js +0 -0
  2289. /package/esm/{components/DateIntervalSelector → DateIntervalSelector}/styles.d.ts +0 -0
  2290. /package/esm/{components/DateIntervalSelector → DateIntervalSelector}/styles.js +0 -0
  2291. /package/esm/{components/editors/DateRangeEditor → DateRangeEditor}/styles.js +0 -0
  2292. /package/esm/{components/DateRangePicker → DateRangePicker}/styles.d.ts +0 -0
  2293. /package/esm/{components/DateRangePicker → DateRangePicker}/styles.js +0 -0
  2294. /package/esm/{components/editors/DependentLookupEditor → DependentLookupEditor}/helpers.d.ts +0 -0
  2295. /package/esm/{components/editors/DependentLookupEditor → DependentLookupEditor}/styles.d.ts +0 -0
  2296. /package/esm/{components/editors/DependentLookupEditor → DependentLookupEditor}/styles.js +0 -0
  2297. /package/esm/{components/DropDownSelector → DropDownSelector}/styles.js +0 -0
  2298. /package/esm/{components/EmptySearchResult → EmptySearchResult}/styles.d.ts +0 -0
  2299. /package/esm/{components/EmptySearchResult → EmptySearchResult}/styles.js +0 -0
  2300. /package/esm/{components/EmptyState → EmptyState}/styles.d.ts +0 -0
  2301. /package/esm/{components/EmptyState → EmptyState}/styles.js +0 -0
  2302. /package/esm/{components/EntityAvatar → EntityAvatar}/no-photo.svg.d.ts +0 -0
  2303. /package/esm/{components/EntityAvatar → EntityAvatar}/no-photo.svg.js +0 -0
  2304. /package/esm/{components/ErrorPopup → ErrorPopup}/styles.d.ts +0 -0
  2305. /package/esm/{components/ErrorPopup → ErrorPopup}/styles.js +0 -0
  2306. /package/esm/{components/ExpandableSearchInput → ExpandableSearchInput}/ExpandableSearchInput.d.ts +0 -0
  2307. /package/esm/{components/ExpandableSearchInput → ExpandableSearchInput}/styles.d.ts +0 -0
  2308. /package/esm/{components/ExpandableSearchInput → ExpandableSearchInput}/styles.js +0 -0
  2309. /package/esm/{components/editors/FileTypeEditor → FileTypeEditor}/styles.d.ts +0 -0
  2310. /package/esm/{components/editors/FileTypeEditor → FileTypeEditor}/styles.js +0 -0
  2311. /package/esm/{components/editors → FilterValueEditor/components}/RangeDataTypeValueEditor/styles.d.ts +0 -0
  2312. /package/esm/{components/editors → FilterValueEditor/components}/RangeDataTypeValueEditor/styles.js +0 -0
  2313. /package/esm/{components/HierarchicalAttributeTooltip → HierarchicalAttributeTooltip}/styles.d.ts +0 -0
  2314. /package/esm/{components/HierarchicalAttributeTooltip → HierarchicalAttributeTooltip}/styles.js +0 -0
  2315. /package/esm/{components/HierarchyNodeTitle → HierarchyNodeTitle}/HierarchyNodeTitle.d.ts +0 -0
  2316. /package/esm/{components/HierarchyNodeTitle → HierarchyNodeTitle}/styles.d.ts +0 -0
  2317. /package/esm/{components/HierarchyNodeTitle → HierarchyNodeTitle}/styles.js +0 -0
  2318. /package/esm/{components/HierarchyNodeTitle/hooks → HierarchyNodeTitle}/useEntityDetails.d.ts +0 -0
  2319. /package/esm/{components/Highlighter → Highlighter}/styles.d.ts +0 -0
  2320. /package/esm/{components/Highlighter → Highlighter}/styles.js +0 -0
  2321. /package/esm/{components/editors/GroupedDropDownEditor/entriesHelpers.d.ts → LookupEditor/components/GroupedDropDownEditor/helpers.d.ts} +0 -0
  2322. /package/esm/{components/editors/LookupEditor/entriesHelpers.d.ts → LookupEditor/helpers.d.ts} +0 -0
  2323. /package/esm/{components/commonReactSelectComponents → ReactSelectLoadMoreButton}/styles.js +0 -0
  2324. /package/esm/{components/commonReactSelectComponents/OptionWithCheckIcon → ReactSelectOptionWithCheckIcon}/styles.d.ts +0 -0
  2325. /package/esm/{components/commonReactSelectComponents/OptionWithCheckIcon → ReactSelectOptionWithCheckIcon}/styles.js +0 -0
  2326. /package/esm/{components/editors/TimestampEditor → TimestampEditor}/styles.d.ts +0 -0
  2327. /package/esm/{components/editors/TimestampEditor → TimestampEditor}/styles.js +0 -0
  2328. /package/esm/{components → features}/crosswalks/AttributesTable/AttributesTable.d.ts +0 -0
  2329. /package/esm/{components/crosswalks/AttributesTable → features/crosswalks/AttributesTable/components}/AddAttributesButton/styles.js +0 -0
  2330. /package/esm/{components/crosswalks/AttributesTable/cell-renderers → features/crosswalks/AttributesTable/components/AttributesHeadCellRenderer}/AttributesHeadCellRenderer.d.ts +0 -0
  2331. /package/esm/{components → features}/crosswalks/ColoredBlock/styles.d.ts +0 -0
  2332. /package/esm/{components → features}/crosswalks/ColoredBlock/styles.js +0 -0
  2333. /package/esm/{components → features}/crosswalks/CopyableValueField/styles.d.ts +0 -0
  2334. /package/esm/{components → features}/crosswalks/CopyableValueField/styles.js +0 -0
  2335. /package/esm/{components → features}/crosswalks/CrosswalkAttributes/styles.js +0 -0
  2336. /package/esm/{components → features}/crosswalks/CrosswalkDateEditor/styles.d.ts +0 -0
  2337. /package/esm/{components → features}/crosswalks/CrosswalkDateEditor/styles.js +0 -0
  2338. /package/esm/{components → features}/crosswalks/CrosswalkEditor/styles.d.ts +0 -0
  2339. /package/esm/{components → features}/crosswalks/CrosswalkEditor/styles.js +0 -0
  2340. /package/esm/{components → features}/crosswalks/CrosswalkRow/styles.js +0 -0
  2341. /package/esm/{components → features}/crosswalks/DummyCrosswalkRow/styles.d.ts +0 -0
  2342. /package/esm/{components → features}/crosswalks/DummyCrosswalkRow/styles.js +0 -0
  2343. /package/esm/{components → features}/crosswalks/ShowDependentLink/styles.js +0 -0
  2344. /package/esm/{components → features}/crosswalks/hooks/useAttributeActions.d.ts +0 -0
  2345. /package/esm/{components → features}/crosswalks/hooks/useCrosswalkActions.d.ts +0 -0
  2346. /package/esm/{components → features}/crosswalks/hooks/useCrosswalkActions.js +0 -0
  2347. /package/esm/{components → features}/crosswalks/hooks/useModifiedEntity.d.ts +0 -0
  2348. /package/esm/{components/crosswalks/types/CrosswalkType.js → features/crosswalks/types/crosswalks.js} +0 -0
  2349. /package/esm/{components → features}/crosswalks/utils/legend.d.ts +0 -0
  2350. /package/esm/{components → features}/crosswalks/utils/legend.js +0 -0
  2351. /package/esm/{components/editors → hooks}/useDateEditor/helpers.d.ts +0 -0
  2352. /package/esm/{components/editors → hooks}/useDateEditor/useDateEditor.d.ts +0 -0
@@ -0,0 +1,1126 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
13
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
14
+ return new (P || (P = Promise))(function (resolve, reject) {
15
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
16
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
17
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
18
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
19
+ });
20
+ };
21
+ var __generator = (this && this.__generator) || function (thisArg, body) {
22
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
23
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
24
+ function verb(n) { return function (v) { return step([n, v]); }; }
25
+ function step(op) {
26
+ if (f) throw new TypeError("Generator is already executing.");
27
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
28
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
29
+ if (y = 0, t) op = [op[0] & 2, t.value];
30
+ switch (op[0]) {
31
+ case 0: case 1: t = op; break;
32
+ case 4: _.label++; return { value: op[1], done: false };
33
+ case 5: _.label++; y = op[1]; op = [0]; continue;
34
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
35
+ default:
36
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
37
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
38
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
39
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
40
+ if (t[2]) _.ops.pop();
41
+ _.trys.pop(); continue;
42
+ }
43
+ op = body.call(thisArg, _);
44
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
45
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
46
+ }
47
+ };
48
+ import React from 'react';
49
+ import { mount, ReactWrapper, shallow } from 'enzyme';
50
+ import { act } from 'react-dom/test-utils';
51
+ import { debounce } from '@reltio/mdm-sdk';
52
+ import { delayPromise } from '../test-utils';
53
+ import Select from '../components/ReactSelect/Select';
54
+ import { DependentLookupAutopopulationContext } from '../contexts/DependentLookupAutopopulationContext';
55
+ import { ReactSelectOptionWithCheckIcon } from '../ReactSelectOptionWithCheckIcon';
56
+ import { getOptionLabel } from './helpers';
57
+ import { DependentLookupEditor, DEBOUNCE_INTERVAL } from './DependentLookupEditor';
58
+ jest.mock('react-dom', function () { return (__assign(__assign({}, jest.requireActual('react-dom')), { createPortal: function (value) { return value; } })); });
59
+ jest.mock('@reltio/mdm-sdk', function () { return (__assign(__assign({}, jest.requireActual('@reltio/mdm-sdk')), { debounce: jest.fn() })); });
60
+ var originalDebounce = jest.requireActual('@reltio/mdm-sdk').debounce;
61
+ var fakeDebounce = function (func) { return func; };
62
+ describe('DependentLookupEditor', function () {
63
+ var props, resolveOptions, props2;
64
+ beforeEach(function () {
65
+ debounce.mockImplementation(fakeDebounce);
66
+ var requestPromise = new Promise(function (_resolve) {
67
+ resolveOptions = _resolve;
68
+ });
69
+ props = {
70
+ lookupCode: 'COUNTRY_CD',
71
+ getLookups: jest.fn(function (_, __, ___) { return requestPromise; }),
72
+ onChange: jest.fn(),
73
+ parents: [],
74
+ lookups: {},
75
+ resolveLookups: jest.fn()
76
+ };
77
+ props2 = {
78
+ lookupCode: 'COUNTRY_CD',
79
+ getLookups: jest.fn(function (_, __, ___) { return requestPromise; }),
80
+ onChange: jest.fn(),
81
+ parents: [],
82
+ lookups: {},
83
+ resolveLookups: jest.fn(),
84
+ disabled: false
85
+ };
86
+ });
87
+ afterEach(function () {
88
+ jest.resetAllMocks();
89
+ });
90
+ it('should render Select with correct properties in single mode', function () {
91
+ var value = { lookupCode: 'RU', value: 'Russia' };
92
+ var multiple = false;
93
+ var placeholder = '123';
94
+ var wrapper = shallow(React.createElement(DependentLookupEditor, __assign({}, props, { multiple: multiple, value: value, placeholder: placeholder })));
95
+ var select = wrapper.find(Select);
96
+ expect(select.props()).toMatchObject({
97
+ isMulti: multiple,
98
+ value: value,
99
+ placeholder: placeholder
100
+ });
101
+ });
102
+ it('should render Select with correct properties in multiple mode', function () {
103
+ var value = [
104
+ { lookupCode: 'RU', value: 'Russia' },
105
+ { lookupCode: 'CN', value: 'China' }
106
+ ];
107
+ var multiple = true;
108
+ var placeholder = '123';
109
+ var wrapper = shallow(React.createElement(DependentLookupEditor, __assign({}, props, { multiple: multiple, value: value, placeholder: placeholder })));
110
+ var select = wrapper.find(Select);
111
+ expect(select.props()).toMatchObject({
112
+ isMulti: multiple,
113
+ value: value,
114
+ placeholder: placeholder
115
+ });
116
+ });
117
+ it('should reset inputValue and options on input blur in multiple mode', function () { return __awaiter(void 0, void 0, void 0, function () {
118
+ var value, wrapper, newInputValue;
119
+ return __generator(this, function (_a) {
120
+ value = [
121
+ { lookupCode: 'RU', value: 'Russia' },
122
+ { lookupCode: 'CN', value: 'China' }
123
+ ];
124
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { value: value, multiple: true })));
125
+ newInputValue = 'u';
126
+ act(function () {
127
+ wrapper.find(Select).prop('onInputChange')(newInputValue, { action: 'input-change' });
128
+ });
129
+ wrapper.update();
130
+ expect(wrapper.find(Select).find('Input').last().text()).toBe(newInputValue);
131
+ expect(props.onChange).not.toHaveBeenCalled();
132
+ expect(props.getLookups).toBeCalledWith({
133
+ type: 'COUNTRY_CD',
134
+ parents: [],
135
+ displayNamePrefix: newInputValue,
136
+ max: 51,
137
+ offset: 0
138
+ });
139
+ act(function () {
140
+ wrapper.find(Select).prop('onInputChange')('', { action: 'input-blur' });
141
+ });
142
+ wrapper.update();
143
+ expect(wrapper.find(Select).find('Input').last().text()).toBe('');
144
+ expect(props.onChange).not.toHaveBeenCalled();
145
+ expect(props.getLookups).toBeCalledWith({
146
+ type: 'COUNTRY_CD',
147
+ parents: [],
148
+ displayNamePrefix: '',
149
+ max: 51,
150
+ offset: 0
151
+ });
152
+ return [2 /*return*/];
153
+ });
154
+ }); });
155
+ it('should not reset inputValue on menu-close in multiple mode', function () { return __awaiter(void 0, void 0, void 0, function () {
156
+ var value, wrapper, newInputValue;
157
+ return __generator(this, function (_a) {
158
+ value = [
159
+ { lookupCode: 'RU', value: 'Russia' },
160
+ { lookupCode: 'CN', value: 'China' }
161
+ ];
162
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { value: value, multiple: true })));
163
+ newInputValue = 'u';
164
+ act(function () {
165
+ wrapper.find(Select).prop('onInputChange')(newInputValue, { action: 'input-change' });
166
+ });
167
+ wrapper.update();
168
+ expect(wrapper.find(Select).find('Input').last().text()).toBe(newInputValue);
169
+ expect(props.onChange).not.toHaveBeenCalled();
170
+ act(function () {
171
+ wrapper.find(Select).prop('onInputChange')('', { action: 'menu-close' });
172
+ });
173
+ wrapper.update();
174
+ expect(wrapper.find(Select).find('Input').last().text()).toBe('u');
175
+ expect(props.onChange).not.toHaveBeenCalled();
176
+ return [2 /*return*/];
177
+ });
178
+ }); });
179
+ it('should set inputValue as value property on input blur, if inputValue is not empty', function () { return __awaiter(void 0, void 0, void 0, function () {
180
+ var value, wrapper, newInputValue;
181
+ return __generator(this, function (_a) {
182
+ value = { lookupCode: 'RU', value: 'Russia' };
183
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { value: value, multiple: false })));
184
+ newInputValue = 'u';
185
+ act(function () {
186
+ wrapper.find(Select).prop('onInputChange')(newInputValue, { action: 'input-change' });
187
+ });
188
+ wrapper.update();
189
+ expect(wrapper.find(Select).find('Input').last().text()).toBe(newInputValue);
190
+ expect(props.onChange).not.toHaveBeenCalled();
191
+ expect(props.getLookups).toBeCalledWith({
192
+ type: 'COUNTRY_CD',
193
+ parents: [],
194
+ displayNamePrefix: newInputValue,
195
+ max: 51,
196
+ offset: 0
197
+ });
198
+ act(function () {
199
+ wrapper.find(Select).prop('onInputChange')('', { action: 'input-blur' });
200
+ });
201
+ wrapper.update();
202
+ expect(wrapper.find(Select).find('Input').last().text()).toBe(getOptionLabel(value));
203
+ expect(props.onChange).not.toHaveBeenCalled();
204
+ expect(props.getLookups).toBeCalledWith({
205
+ type: 'COUNTRY_CD',
206
+ parents: [],
207
+ displayNamePrefix: '',
208
+ max: 51,
209
+ offset: 0
210
+ });
211
+ return [2 /*return*/];
212
+ });
213
+ }); });
214
+ it('should set inputValue as value property on menu close, if inputValue is not empty', function () { return __awaiter(void 0, void 0, void 0, function () {
215
+ var value, wrapper, newInputValue;
216
+ return __generator(this, function (_a) {
217
+ value = { lookupCode: 'RU', value: 'Russia' };
218
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { value: value, multiple: false })));
219
+ newInputValue = 'u';
220
+ act(function () {
221
+ wrapper.find(Select).prop('onInputChange')(newInputValue, { action: 'input-change' });
222
+ });
223
+ wrapper.update();
224
+ expect(wrapper.find(Select).find('Input').last().text()).toBe(newInputValue);
225
+ expect(props.onChange).not.toHaveBeenCalled();
226
+ expect(props.getLookups).toBeCalledWith({
227
+ type: 'COUNTRY_CD',
228
+ parents: [],
229
+ displayNamePrefix: newInputValue,
230
+ max: 51,
231
+ offset: 0
232
+ });
233
+ act(function () {
234
+ wrapper.find(Select).prop('onInputChange')('', { action: 'menu-close' });
235
+ });
236
+ wrapper.update();
237
+ expect(wrapper.find(Select).find('Input').last().text()).toBe(getOptionLabel(value));
238
+ expect(props.onChange).not.toHaveBeenCalled();
239
+ expect(props.getLookups).toBeCalledWith({
240
+ type: 'COUNTRY_CD',
241
+ parents: [],
242
+ displayNamePrefix: '',
243
+ max: 51,
244
+ offset: 0
245
+ });
246
+ return [2 /*return*/];
247
+ });
248
+ }); });
249
+ var findLoadMoreButton = function (component) {
250
+ var menuListFooter = component.find(Select).prop('menuListFooter');
251
+ if (menuListFooter) {
252
+ return new ReactWrapper(menuListFooter);
253
+ }
254
+ };
255
+ it('should not render menuListFooter if options number is less or equal to max value', function () { return __awaiter(void 0, void 0, void 0, function () {
256
+ var wrapper;
257
+ return __generator(this, function (_a) {
258
+ switch (_a.label) {
259
+ case 0:
260
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { max: 2 })));
261
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
262
+ return __generator(this, function (_a) {
263
+ resolveOptions({
264
+ CN: { displayName: 'China' },
265
+ PT: { displayName: 'Portugal' }
266
+ });
267
+ return [2 /*return*/];
268
+ });
269
+ }); })];
270
+ case 1:
271
+ _a.sent();
272
+ wrapper.update();
273
+ expect(findLoadMoreButton(wrapper)).toBeUndefined();
274
+ expect(wrapper.find(Select).prop('options').length).toBe(2);
275
+ return [2 /*return*/];
276
+ }
277
+ });
278
+ }); });
279
+ it('should render menuListFooter with ReactSelectLoadMoreButton if there are more options available', function () { return __awaiter(void 0, void 0, void 0, function () {
280
+ var wrapper, optionsProp, options, loadMoreButton;
281
+ return __generator(this, function (_a) {
282
+ switch (_a.label) {
283
+ case 0:
284
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { max: 2 })));
285
+ expect(findLoadMoreButton(wrapper)).toBeUndefined();
286
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
287
+ return __generator(this, function (_a) {
288
+ resolveOptions({
289
+ CN: { displayName: 'China' },
290
+ PT: { displayName: 'Portugal' },
291
+ RU: { displayName: 'Russia' }
292
+ });
293
+ return [2 /*return*/];
294
+ });
295
+ }); })];
296
+ case 1:
297
+ _a.sent();
298
+ wrapper.update();
299
+ optionsProp = wrapper.find(Select).prop('options');
300
+ expect(optionsProp.length).toBe(2);
301
+ expect(optionsProp[0].value).toBe('China');
302
+ expect(optionsProp[1].value).toBe('Portugal');
303
+ wrapper.find('input').simulate('keyDown', { key: 'ArrowDown' });
304
+ options = wrapper.find(ReactSelectOptionWithCheckIcon);
305
+ expect(options.length).toBe(2);
306
+ expect(options.at(0).text()).toBe('China (CN)');
307
+ expect(options.at(1).text()).toBe('Portugal (PT)');
308
+ loadMoreButton = findLoadMoreButton(wrapper);
309
+ expect(loadMoreButton.length).toBe(1);
310
+ expect(loadMoreButton.text()).toEqual('Load more');
311
+ return [2 /*return*/];
312
+ }
313
+ });
314
+ }); });
315
+ it('should load next options page on load more button click, button should exist if not all options are loaded', function () { return __awaiter(void 0, void 0, void 0, function () {
316
+ var getLookups, value, wrapper;
317
+ return __generator(this, function (_a) {
318
+ switch (_a.label) {
319
+ case 0:
320
+ getLookups = jest.fn();
321
+ getLookups.mockReturnValue(Promise.resolve({
322
+ CN: { displayName: 'China' },
323
+ PT: { displayName: 'Portugal' },
324
+ RU: { displayName: 'Russia' }
325
+ }));
326
+ value = { lookupCode: 'US', value: 'USA' };
327
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { value: value, getLookups: getLookups, max: 2 })));
328
+ return [4 /*yield*/, delayPromise(1)];
329
+ case 1:
330
+ _a.sent();
331
+ wrapper.update();
332
+ expect(wrapper.find(Select).prop('options').length).toBe(2);
333
+ expect(findLoadMoreButton(wrapper).exists()).toBeTruthy();
334
+ getLookups.mockReturnValueOnce(Promise.resolve({
335
+ RU: { displayName: 'Russia' },
336
+ USA: { displayName: 'USA' },
337
+ MEX: { displayName: 'MEXICO' }
338
+ }));
339
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
340
+ return __generator(this, function (_a) {
341
+ findLoadMoreButton(wrapper).find('button').simulate('click');
342
+ return [2 /*return*/];
343
+ });
344
+ }); })];
345
+ case 2:
346
+ _a.sent();
347
+ // loaded options length is equal to (max + 1) so there are more options exist
348
+ expect(getLookups).toBeCalledWith({
349
+ type: props.lookupCode,
350
+ parents: props.parents,
351
+ displayNamePrefix: '',
352
+ max: 3,
353
+ offset: 2
354
+ });
355
+ return [4 /*yield*/, Promise.resolve()];
356
+ case 3:
357
+ _a.sent();
358
+ wrapper.update();
359
+ expect(wrapper.find(Select).prop('options').length).toBe(4);
360
+ expect(findLoadMoreButton(wrapper).exists()).toBeTruthy();
361
+ return [2 /*return*/];
362
+ }
363
+ });
364
+ }); });
365
+ it('should load next options page on load more button click, load more button disappears if all options loaded', function () { return __awaiter(void 0, void 0, void 0, function () {
366
+ var getLookups, value, wrapper;
367
+ return __generator(this, function (_a) {
368
+ switch (_a.label) {
369
+ case 0:
370
+ getLookups = jest.fn();
371
+ getLookups.mockReturnValue(Promise.resolve({
372
+ CN: { displayName: 'China' },
373
+ PT: { displayName: 'Portugal' },
374
+ RU: { displayName: 'Russia' }
375
+ }));
376
+ value = { lookupCode: 'US', value: 'USA' };
377
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { value: value, getLookups: getLookups, max: 2 })));
378
+ return [4 /*yield*/, delayPromise(1)];
379
+ case 1:
380
+ _a.sent();
381
+ wrapper.update();
382
+ expect(wrapper.find(Select).prop('options').length).toBe(2);
383
+ expect(findLoadMoreButton(wrapper).length).toBe(1);
384
+ // loaded options length is less than (max + 1)
385
+ getLookups.mockReturnValueOnce(Promise.resolve({
386
+ RU: { displayName: 'Russia' },
387
+ USA: { displayName: 'USA' }
388
+ }));
389
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
390
+ return __generator(this, function (_a) {
391
+ findLoadMoreButton(wrapper).find('button').simulate('click');
392
+ return [2 /*return*/];
393
+ });
394
+ }); })];
395
+ case 2:
396
+ _a.sent();
397
+ return [4 /*yield*/, Promise.resolve()];
398
+ case 3:
399
+ _a.sent();
400
+ wrapper.update();
401
+ expect(wrapper.find(Select).prop('options').length).toBe(4);
402
+ expect(findLoadMoreButton(wrapper)).toBeUndefined();
403
+ return [2 /*return*/];
404
+ }
405
+ });
406
+ }); });
407
+ it('should not fail on focus', function () { return __awaiter(void 0, void 0, void 0, function () {
408
+ var wrapper;
409
+ return __generator(this, function (_a) {
410
+ switch (_a.label) {
411
+ case 0:
412
+ wrapper = shallow(React.createElement(DependentLookupEditor, __assign({}, props, { value: { value: 'RU' } })));
413
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
414
+ return __generator(this, function (_a) {
415
+ resolveOptions({
416
+ PT: { displayName: 'Portugal' },
417
+ RU: { displayName: 'Russia' }
418
+ });
419
+ return [2 /*return*/];
420
+ });
421
+ }); })];
422
+ case 1:
423
+ _a.sent();
424
+ wrapper.find(Select).prop('onFocus')();
425
+ return [2 /*return*/];
426
+ }
427
+ });
428
+ }); });
429
+ it('should render correct select options', function () { return __awaiter(void 0, void 0, void 0, function () {
430
+ var wrapper, options;
431
+ return __generator(this, function (_a) {
432
+ switch (_a.label) {
433
+ case 0:
434
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props)));
435
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
436
+ return __generator(this, function (_a) {
437
+ resolveOptions({
438
+ CN: { displayName: 'China' },
439
+ RU: { displayName: 'Russia' }
440
+ });
441
+ return [2 /*return*/];
442
+ });
443
+ }); })];
444
+ case 1:
445
+ _a.sent();
446
+ wrapper.find('input').simulate('keyDown', { key: 'ArrowDown' });
447
+ options = wrapper.find(ReactSelectOptionWithCheckIcon);
448
+ expect(options.length).toBe(2);
449
+ expect(options.at(0).text()).toBe('China (CN)');
450
+ expect(options.at(1).text()).toBe('Russia (RU)');
451
+ return [2 /*return*/];
452
+ }
453
+ });
454
+ }); });
455
+ it('should request default options on mount', function () { return __awaiter(void 0, void 0, void 0, function () {
456
+ var wrapper;
457
+ return __generator(this, function (_a) {
458
+ switch (_a.label) {
459
+ case 0:
460
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props)));
461
+ expect(wrapper.find(Select).prop('options')).toEqual([]);
462
+ expect(props.getLookups).toBeCalledWith({
463
+ type: props.lookupCode,
464
+ parents: props.parents,
465
+ displayNamePrefix: '',
466
+ max: 51,
467
+ offset: 0
468
+ });
469
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
470
+ return __generator(this, function (_a) {
471
+ resolveOptions({
472
+ CN: { displayName: 'China' },
473
+ RU: { displayName: 'Russia' }
474
+ });
475
+ return [2 /*return*/];
476
+ });
477
+ }); })];
478
+ case 1:
479
+ _a.sent();
480
+ wrapper.update();
481
+ expect(wrapper.find(Select).prop('options')).toEqual([
482
+ { lookupCode: 'CN', value: 'China' },
483
+ { lookupCode: 'RU', value: 'Russia' }
484
+ ]);
485
+ return [2 /*return*/];
486
+ }
487
+ });
488
+ }); });
489
+ it('should request default options on props.lookupCode change', function () { return __awaiter(void 0, void 0, void 0, function () {
490
+ var wrapper;
491
+ return __generator(this, function (_a) {
492
+ switch (_a.label) {
493
+ case 0:
494
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props)));
495
+ props.getLookups.mockClear();
496
+ wrapper.setProps({
497
+ lookupCode: 'SPEC'
498
+ });
499
+ expect(props.getLookups).toBeCalledWith({
500
+ type: 'SPEC',
501
+ parents: [],
502
+ displayNamePrefix: '',
503
+ max: 51,
504
+ offset: 0
505
+ });
506
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
507
+ return __generator(this, function (_a) {
508
+ resolveOptions({
509
+ GERO: { displayName: 'Gerontology' },
510
+ IMMU: { displayName: 'Immunology' }
511
+ });
512
+ return [2 /*return*/];
513
+ });
514
+ }); })];
515
+ case 1:
516
+ _a.sent();
517
+ wrapper.update();
518
+ expect(wrapper.find(Select).prop('options')).toEqual([
519
+ { lookupCode: 'GERO', value: 'Gerontology' },
520
+ { lookupCode: 'IMMU', value: 'Immunology' }
521
+ ]);
522
+ return [2 /*return*/];
523
+ }
524
+ });
525
+ }); });
526
+ it('should call props.onChange with correct value on option click', function () { return __awaiter(void 0, void 0, void 0, function () {
527
+ var wrapper;
528
+ return __generator(this, function (_a) {
529
+ switch (_a.label) {
530
+ case 0:
531
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props)));
532
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
533
+ return __generator(this, function (_a) {
534
+ resolveOptions({
535
+ CN: { displayName: 'China' },
536
+ RU: { displayName: 'Russia' }
537
+ });
538
+ return [2 /*return*/];
539
+ });
540
+ }); })];
541
+ case 1:
542
+ _a.sent();
543
+ wrapper.find('input').simulate('keyDown', { key: 'ArrowDown' });
544
+ expect(props.onChange).not.toBeCalled();
545
+ wrapper.find(ReactSelectOptionWithCheckIcon).at(1).find('div').at(0).simulate('click');
546
+ expect(props.onChange).toBeCalledWith({
547
+ value: 'Russia',
548
+ lookupCode: 'RU'
549
+ });
550
+ return [2 /*return*/];
551
+ }
552
+ });
553
+ }); });
554
+ it('should call props.getLookups with correct values on select input change', function () {
555
+ var wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props)));
556
+ var newInputValue = 'Ch';
557
+ act(function () {
558
+ wrapper.find('Select').prop('onInputChange')(newInputValue, { action: 'input-change' });
559
+ });
560
+ expect(props.getLookups).toHaveBeenCalledWith({
561
+ type: props.lookupCode,
562
+ parents: props.parents,
563
+ displayNamePrefix: newInputValue,
564
+ max: 51,
565
+ offset: 0
566
+ });
567
+ });
568
+ it('should call props.getLookups with correct values on select input change and set offset to default', function () { return __awaiter(void 0, void 0, void 0, function () {
569
+ var getLookups, value, wrapper, newInputValue, nextNewInputValue;
570
+ return __generator(this, function (_a) {
571
+ switch (_a.label) {
572
+ case 0:
573
+ getLookups = jest.fn();
574
+ getLookups.mockReturnValue(Promise.resolve({
575
+ CN: { displayName: 'China' },
576
+ PT: { displayName: 'Portugal' },
577
+ RU: { displayName: 'Russia' }
578
+ }));
579
+ value = { lookupCode: 'US', value: 'USA' };
580
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { value: value, getLookups: getLookups, max: 2 })));
581
+ newInputValue = 'Ch';
582
+ act(function () {
583
+ wrapper.find('Select').prop('onInputChange')(newInputValue, { action: 'input-change' });
584
+ });
585
+ return [4 /*yield*/, delayPromise(1)];
586
+ case 1:
587
+ _a.sent();
588
+ wrapper.update();
589
+ expect(getLookups).toHaveBeenCalledWith({
590
+ type: props.lookupCode,
591
+ parents: props.parents,
592
+ displayNamePrefix: newInputValue,
593
+ max: 3,
594
+ offset: 0
595
+ });
596
+ expect(findLoadMoreButton(wrapper).exists()).toBeTruthy();
597
+ getLookups.mockReturnValueOnce(Promise.resolve({
598
+ RU: { displayName: 'Russia' },
599
+ USA: { displayName: 'USA' },
600
+ MEX: { displayName: 'MEXICO' }
601
+ }));
602
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
603
+ return __generator(this, function (_a) {
604
+ findLoadMoreButton(wrapper).find('button').simulate('click');
605
+ return [2 /*return*/];
606
+ });
607
+ }); })];
608
+ case 2:
609
+ _a.sent();
610
+ // offset === max
611
+ expect(getLookups).toBeCalledWith({
612
+ type: props.lookupCode,
613
+ parents: props.parents,
614
+ displayNamePrefix: newInputValue,
615
+ max: 3,
616
+ offset: 2
617
+ });
618
+ nextNewInputValue = 'Chi';
619
+ act(function () {
620
+ wrapper.find('Select').prop('onInputChange')(nextNewInputValue, { action: 'input-change' });
621
+ });
622
+ // set offset to default: 0
623
+ expect(getLookups).toHaveBeenCalledWith({
624
+ type: props.lookupCode,
625
+ parents: props.parents,
626
+ displayNamePrefix: nextNewInputValue,
627
+ max: 3,
628
+ offset: 0
629
+ });
630
+ return [2 /*return*/];
631
+ }
632
+ });
633
+ }); });
634
+ it('should call props.getLookups with default offset = 0 after LookupCode updated', function () { return __awaiter(void 0, void 0, void 0, function () {
635
+ var getLookups, wrapper, newLookupCode;
636
+ return __generator(this, function (_a) {
637
+ switch (_a.label) {
638
+ case 0:
639
+ getLookups = jest.fn();
640
+ getLookups.mockReturnValue(Promise.resolve({
641
+ CN: { displayName: 'China' },
642
+ PT: { displayName: 'Portugal' },
643
+ RU: { displayName: 'Russia' }
644
+ }));
645
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { getLookups: getLookups, max: 2 })));
646
+ return [4 /*yield*/, delayPromise(1)];
647
+ case 1:
648
+ _a.sent();
649
+ wrapper.update();
650
+ expect(getLookups).toHaveBeenCalledWith({
651
+ type: props.lookupCode,
652
+ parents: props.parents,
653
+ displayNamePrefix: '',
654
+ max: 3,
655
+ offset: 0
656
+ });
657
+ expect(findLoadMoreButton(wrapper).exists()).toBeTruthy();
658
+ getLookups.mockReturnValueOnce(Promise.resolve({
659
+ RU: { displayName: 'Russia' },
660
+ USA: { displayName: 'USA' },
661
+ MEX: { displayName: 'MEXICO' }
662
+ }));
663
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
664
+ return __generator(this, function (_a) {
665
+ findLoadMoreButton(wrapper).find('button').simulate('click');
666
+ return [2 /*return*/];
667
+ });
668
+ }); })];
669
+ case 2:
670
+ _a.sent();
671
+ expect(getLookups).toBeCalledWith({
672
+ type: props.lookupCode,
673
+ parents: props.parents,
674
+ displayNamePrefix: '',
675
+ max: 3,
676
+ offset: 2
677
+ });
678
+ newLookupCode = {
679
+ CODE: {
680
+ NC: {
681
+ displayName: 'some code'
682
+ }
683
+ }
684
+ };
685
+ wrapper.setProps({ lookupCode: newLookupCode });
686
+ // set offset to default: 0
687
+ expect(getLookups).toHaveBeenCalledWith({
688
+ type: newLookupCode,
689
+ parents: props.parents,
690
+ displayNamePrefix: '',
691
+ max: 3,
692
+ offset: 0
693
+ });
694
+ return [2 /*return*/];
695
+ }
696
+ });
697
+ }); });
698
+ it('should render empty state if there is no options', function () { return __awaiter(void 0, void 0, void 0, function () {
699
+ var getLookups, wrapper, newInputValue;
700
+ return __generator(this, function (_a) {
701
+ switch (_a.label) {
702
+ case 0:
703
+ getLookups = jest.fn();
704
+ getLookups.mockReturnValue(Promise.resolve({}));
705
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { getLookups: getLookups })));
706
+ newInputValue = 'Ch';
707
+ act(function () {
708
+ wrapper.find('Select').prop('onInputChange')(newInputValue, { action: 'input-change' });
709
+ });
710
+ return [4 /*yield*/, delayPromise(1)];
711
+ case 1:
712
+ _a.sent();
713
+ wrapper.update();
714
+ wrapper.find('input').simulate('keyDown', { key: 'ArrowDown' });
715
+ expect(wrapper.find('MenuList').last().text()).toBe('No results found');
716
+ return [2 /*return*/];
717
+ }
718
+ });
719
+ }); });
720
+ it('should save focus on select after changing disable props', function () { return __awaiter(void 0, void 0, void 0, function () {
721
+ var wrapper, inputNode, spy;
722
+ return __generator(this, function (_a) {
723
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props2)), { attachTo: document.body });
724
+ inputNode = wrapper.find('input').getDOMNode();
725
+ spy = jest.spyOn(wrapper.find('Select').instance(), 'focus');
726
+ act(function () {
727
+ wrapper.find('Select').instance().focus();
728
+ wrapper.setProps(__assign(__assign({}, props2), { disabled: true }));
729
+ });
730
+ expect(spy).toHaveBeenCalledTimes(1);
731
+ wrapper.setProps(__assign(__assign({}, props2), { disabled: false }));
732
+ expect(document.activeElement).toBe(inputNode);
733
+ expect(spy).toHaveBeenCalledTimes(2);
734
+ return [2 /*return*/];
735
+ });
736
+ }); });
737
+ it('should change inputValue, not call onChange property, call getLookups as well on input change', function () { return __awaiter(void 0, void 0, void 0, function () {
738
+ var getLookups, value, wrapper, newInputValue;
739
+ return __generator(this, function (_a) {
740
+ switch (_a.label) {
741
+ case 0:
742
+ getLookups = jest.fn();
743
+ getLookups.mockReturnValue(Promise.resolve({
744
+ US: { displayName: 'USA' },
745
+ RU: { displayName: 'Russia' }
746
+ }));
747
+ value = { lookupCode: 'US', value: 'USA' };
748
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { getLookups: getLookups, value: value, multiple: false })));
749
+ expect(wrapper.find(Select).find('Input').last().text()).toBe('USA (US)');
750
+ newInputValue = 'u';
751
+ act(function () {
752
+ wrapper.find(Select).prop('onInputChange')(newInputValue, { action: 'input-change' });
753
+ });
754
+ return [4 /*yield*/, delayPromise(1)];
755
+ case 1:
756
+ _a.sent();
757
+ wrapper.update();
758
+ expect(wrapper.find(Select).find('Input').last().text()).toBe(newInputValue);
759
+ expect(props.onChange).not.toHaveBeenCalled();
760
+ expect(getLookups).toBeCalledWith({
761
+ type: 'COUNTRY_CD',
762
+ parents: [],
763
+ displayNamePrefix: newInputValue,
764
+ max: 51,
765
+ offset: 0
766
+ });
767
+ return [2 /*return*/];
768
+ }
769
+ });
770
+ }); });
771
+ it('should change inputValue, call onChange property to remove value property and call getLookups as well on input clear', function () { return __awaiter(void 0, void 0, void 0, function () {
772
+ var getLookups, value, wrapper, newInputValue;
773
+ return __generator(this, function (_a) {
774
+ switch (_a.label) {
775
+ case 0:
776
+ getLookups = jest.fn();
777
+ getLookups.mockReturnValue(Promise.resolve({
778
+ US: { displayName: 'USA' },
779
+ RU: { displayName: 'Russia' }
780
+ }));
781
+ value = { lookupCode: 'US', value: 'USA' };
782
+ wrapper = mount(React.createElement(DependentLookupEditor, __assign({}, props, { getLookups: getLookups, value: value, multiple: false })));
783
+ expect(wrapper.find(Select).find('Input').last().text()).toBe('USA (US)');
784
+ newInputValue = '';
785
+ act(function () {
786
+ wrapper.find(Select).prop('onInputChange')(newInputValue, { action: 'input-change' });
787
+ });
788
+ return [4 /*yield*/, delayPromise(1)];
789
+ case 1:
790
+ _a.sent();
791
+ wrapper.update();
792
+ expect(wrapper.find(Select).find('Input').last().text()).toBe(newInputValue);
793
+ expect(props.onChange).toHaveBeenCalledWith('');
794
+ expect(getLookups).toBeCalledWith({
795
+ type: 'COUNTRY_CD',
796
+ parents: [],
797
+ displayNamePrefix: '',
798
+ max: 51,
799
+ offset: 0
800
+ });
801
+ return [2 /*return*/];
802
+ }
803
+ });
804
+ }); });
805
+ it('should call props.onChange if lookup is unresolved but has resolved value in lookups', function () {
806
+ var lookups = {
807
+ COUNTRY_CD: {
808
+ DE: {
809
+ displayName: 'Germany'
810
+ }
811
+ }
812
+ };
813
+ var value = { lookupCode: 'DE', value: '' };
814
+ mount(React.createElement(DependentLookupEditor, __assign({}, props, { lookups: lookups, value: value })));
815
+ expect(props.onChange).toBeCalledWith({
816
+ lookupCode: 'DE',
817
+ value: 'Germany'
818
+ });
819
+ });
820
+ it('should call props.resolveLookups if lookup is unresolved and has no resolved value in lookups', function () {
821
+ var value = { lookupCode: 'DE', value: '' };
822
+ mount(React.createElement(DependentLookupEditor, __assign({}, props, { value: value })));
823
+ expect(props.resolveLookups).toBeCalledWith(props.lookupCode, ['DE']);
824
+ });
825
+ it('should call props.resolveLookups once if lookup is unresolved and has no resolved value in lookups and has no resolved value in response', function () {
826
+ var value = { lookupCode: 'DE', value: '' };
827
+ var component = mount(React.createElement(DependentLookupEditor, __assign({}, props, { value: value })));
828
+ component.setProps({ value: __assign({}, value) });
829
+ expect(props.resolveLookups).toHaveBeenCalledTimes(1);
830
+ expect(props.resolveLookups).toBeCalledWith(props.lookupCode, ['DE']);
831
+ });
832
+ it('should use debounced variant of loadOptions on input change', function () { return __awaiter(void 0, void 0, void 0, function () {
833
+ var getLookups, component, select;
834
+ return __generator(this, function (_a) {
835
+ switch (_a.label) {
836
+ case 0:
837
+ debounce.mockImplementation(originalDebounce);
838
+ getLookups = jest.fn().mockReturnValue(Promise.resolve({
839
+ US: { displayName: 'USA' },
840
+ RU: { displayName: 'Russia' }
841
+ }));
842
+ component = shallow(React.createElement(DependentLookupEditor, __assign({}, props, { getLookups: getLookups })));
843
+ select = component.find(Select);
844
+ select.prop('onInputChange')('u', { action: 'input-change' });
845
+ select.prop('onInputChange')('u', { action: 'input-change' });
846
+ return [4 /*yield*/, delayPromise(DEBOUNCE_INTERVAL)];
847
+ case 1:
848
+ _a.sent();
849
+ return [4 /*yield*/, delayPromise(1)];
850
+ case 2:
851
+ _a.sent();
852
+ expect(getLookups).toHaveBeenCalledTimes(1);
853
+ expect(component.find(Select).prop('options')).toEqual([
854
+ {
855
+ lookupCode: 'RU',
856
+ value: 'Russia'
857
+ },
858
+ { lookupCode: 'US', value: 'USA' }
859
+ ]);
860
+ expect(debounce).toHaveBeenCalled();
861
+ return [2 /*return*/];
862
+ }
863
+ });
864
+ }); });
865
+ it('should disable editor according "disabled" prop', function () {
866
+ var component = shallow(React.createElement(DependentLookupEditor, __assign({}, props, { disabled: true })));
867
+ var select = component.find(Select);
868
+ expect(select.prop('isDisabled')).toBe(true);
869
+ expect(select.prop('TextFieldProps').disabled).toBe(true);
870
+ });
871
+ it('should use "parents" prop for lookups request', function () {
872
+ var parents = [
873
+ {
874
+ type: 'PARENT',
875
+ codeValues: ['3', '4']
876
+ }
877
+ ];
878
+ var component = shallow(React.createElement(DependentLookupEditor, __assign({}, props, { parents: parents })));
879
+ var select = component.find(Select);
880
+ select.prop('onInputChange')('u', { action: 'input-change' });
881
+ expect(component.prop('isDisabled')).toBeFalsy();
882
+ expect(props.getLookups).toHaveBeenCalledTimes(1);
883
+ expect(props.getLookups).toHaveBeenCalledWith({
884
+ displayNamePrefix: 'u',
885
+ max: 51,
886
+ offset: 0,
887
+ type: props.lookupCode,
888
+ parents: parents
889
+ });
890
+ });
891
+ it('should not send lookups request if "parents" prop is null', function () { return __awaiter(void 0, void 0, void 0, function () {
892
+ var parents, component, select;
893
+ return __generator(this, function (_a) {
894
+ switch (_a.label) {
895
+ case 0:
896
+ parents = null;
897
+ component = shallow(React.createElement(DependentLookupEditor, __assign({}, props, { parents: parents })));
898
+ select = component.find(Select);
899
+ select.prop('onInputChange')('u', { action: 'input-change' });
900
+ expect(props.getLookups).not.toHaveBeenCalled();
901
+ return [4 /*yield*/, delayPromise(DEBOUNCE_INTERVAL)];
902
+ case 1:
903
+ _a.sent();
904
+ return [4 /*yield*/, delayPromise(1)];
905
+ case 2:
906
+ _a.sent();
907
+ expect(component.find(Select).prop('options')).toEqual([]);
908
+ return [2 /*return*/];
909
+ }
910
+ });
911
+ }); });
912
+ it('should send lookups request if "parents" is undefined', function () {
913
+ var parents = undefined;
914
+ var component = shallow(React.createElement(DependentLookupEditor, __assign({}, props, { parents: parents })));
915
+ var select = component.find(Select);
916
+ select.prop('onInputChange')('u', { action: 'input-change' });
917
+ expect(props.getLookups).toHaveBeenCalledTimes(1);
918
+ expect(props.getLookups).toHaveBeenCalledWith({
919
+ displayNamePrefix: 'u',
920
+ max: 51,
921
+ offset: 0,
922
+ type: props.lookupCode,
923
+ parents: parents
924
+ });
925
+ });
926
+ describe('Autopopulation behavior', function () {
927
+ var getLookups, resolveOptions;
928
+ beforeEach(function () {
929
+ var requestPromise = new Promise(function (_resolve) {
930
+ resolveOptions = _resolve;
931
+ });
932
+ getLookups = function () { return requestPromise; };
933
+ });
934
+ var defaultAutopopulationContextValue = {
935
+ id: 'id',
936
+ onTouch: jest.fn(),
937
+ isTouched: false
938
+ };
939
+ it('should call onChange on component mount when there is only one possible option, value is empty and autopopulation is enabled', function () { return __awaiter(void 0, void 0, void 0, function () {
940
+ var autopopulationId, value;
941
+ return __generator(this, function (_a) {
942
+ switch (_a.label) {
943
+ case 0:
944
+ autopopulationId = 'uri1';
945
+ value = { lookupCode: '', value: '' };
946
+ mount(React.createElement(DependentLookupAutopopulationContext.Provider, { value: __assign(__assign({}, defaultAutopopulationContextValue), { id: autopopulationId }) },
947
+ React.createElement(DependentLookupEditor, __assign({}, props, { value: value, getLookups: getLookups, autopopulationId: autopopulationId }))));
948
+ expect(props.onChange).not.toHaveBeenCalled();
949
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
950
+ return __generator(this, function (_a) {
951
+ resolveOptions({
952
+ RU: { displayName: 'Russia' }
953
+ });
954
+ return [2 /*return*/];
955
+ });
956
+ }); })];
957
+ case 1:
958
+ _a.sent();
959
+ expect(props.onChange).toHaveBeenCalledWith({
960
+ lookupCode: 'RU',
961
+ value: 'Russia'
962
+ });
963
+ return [2 /*return*/];
964
+ }
965
+ });
966
+ }); });
967
+ it('should not autopopulate editor if autopopulationId is not set', function () { return __awaiter(void 0, void 0, void 0, function () {
968
+ var autopopulationId, value;
969
+ return __generator(this, function (_a) {
970
+ switch (_a.label) {
971
+ case 0:
972
+ autopopulationId = undefined;
973
+ value = { lookupCode: '', value: '' };
974
+ mount(React.createElement(DependentLookupAutopopulationContext.Provider, { value: __assign(__assign({}, defaultAutopopulationContextValue), { id: autopopulationId }) },
975
+ React.createElement(DependentLookupEditor, __assign({}, props, { value: value, getLookups: getLookups, autopopulationId: autopopulationId }))));
976
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
977
+ return __generator(this, function (_a) {
978
+ resolveOptions({
979
+ RU: { displayName: 'Russia' }
980
+ });
981
+ return [2 /*return*/];
982
+ });
983
+ }); })];
984
+ case 1:
985
+ _a.sent();
986
+ expect(props.onChange).not.toHaveBeenCalled();
987
+ return [2 /*return*/];
988
+ }
989
+ });
990
+ }); });
991
+ it('should not autopopulate editor if value is not empty', function () { return __awaiter(void 0, void 0, void 0, function () {
992
+ var autopopulationId, value;
993
+ return __generator(this, function (_a) {
994
+ switch (_a.label) {
995
+ case 0:
996
+ autopopulationId = 'uri2';
997
+ value = { lookupCode: 'RU', value: '' };
998
+ mount(React.createElement(DependentLookupAutopopulationContext.Provider, { value: __assign(__assign({}, defaultAutopopulationContextValue), { id: autopopulationId }) },
999
+ React.createElement(DependentLookupEditor, __assign({}, props, { value: value, getLookups: getLookups, autopopulationId: autopopulationId }))));
1000
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
1001
+ return __generator(this, function (_a) {
1002
+ resolveOptions({
1003
+ RU: { displayName: 'Russia' }
1004
+ });
1005
+ return [2 /*return*/];
1006
+ });
1007
+ }); })];
1008
+ case 1:
1009
+ _a.sent();
1010
+ expect(props.onChange).not.toHaveBeenCalled();
1011
+ return [2 /*return*/];
1012
+ }
1013
+ });
1014
+ }); });
1015
+ it('should not autopopulate editor if there are more then one option', function () { return __awaiter(void 0, void 0, void 0, function () {
1016
+ var autopopulationId, value;
1017
+ return __generator(this, function (_a) {
1018
+ switch (_a.label) {
1019
+ case 0:
1020
+ autopopulationId = 'uri3';
1021
+ value = { lookupCode: '', value: '' };
1022
+ mount(React.createElement(DependentLookupAutopopulationContext.Provider, { value: __assign(__assign({}, defaultAutopopulationContextValue), { id: autopopulationId }) },
1023
+ React.createElement(DependentLookupEditor, __assign({}, props, { value: value, getLookups: getLookups, autopopulationId: autopopulationId }))));
1024
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
1025
+ return __generator(this, function (_a) {
1026
+ resolveOptions({
1027
+ RU: { displayName: 'Russia' },
1028
+ CN: { displayName: 'China' }
1029
+ });
1030
+ return [2 /*return*/];
1031
+ });
1032
+ }); })];
1033
+ case 1:
1034
+ _a.sent();
1035
+ expect(props.onChange).not.toHaveBeenCalled();
1036
+ return [2 /*return*/];
1037
+ }
1038
+ });
1039
+ }); });
1040
+ it('should not autopopulate editor if there is only one option but not for first time', function () { return __awaiter(void 0, void 0, void 0, function () {
1041
+ var autopopulationId, times, getLookups, value, component, select;
1042
+ return __generator(this, function (_a) {
1043
+ switch (_a.label) {
1044
+ case 0:
1045
+ autopopulationId = 'uri4';
1046
+ times = 0;
1047
+ getLookups = jest.fn().mockImplementation(function () {
1048
+ switch (times) {
1049
+ case 0:
1050
+ return Promise.resolve({
1051
+ RU: { displayName: 'Russia' },
1052
+ CN: { displayName: 'China' }
1053
+ });
1054
+ default:
1055
+ return Promise.resolve({
1056
+ RU: { displayName: 'Russia' }
1057
+ });
1058
+ }
1059
+ });
1060
+ value = { lookupCode: '', value: '' };
1061
+ component = mount(React.createElement(DependentLookupAutopopulationContext.Provider, { value: __assign(__assign({}, defaultAutopopulationContextValue), { id: autopopulationId }) },
1062
+ React.createElement(DependentLookupEditor, __assign({}, props, { value: value, getLookups: getLookups, autopopulationId: autopopulationId }))));
1063
+ return [4 /*yield*/, act(function () {
1064
+ return Promise.resolve();
1065
+ })];
1066
+ case 1:
1067
+ _a.sent();
1068
+ select = component.find(Select);
1069
+ select.prop('onInputChange')('Ru', { action: 'input-change' });
1070
+ expect(getLookups).toHaveBeenCalledTimes(2);
1071
+ expect(props.onChange).not.toHaveBeenCalled();
1072
+ return [2 /*return*/];
1073
+ }
1074
+ });
1075
+ }); });
1076
+ it('should not autopopulate manually cleared editor after its remounting (complex attribute collapse/expand case)', function () { return __awaiter(void 0, void 0, void 0, function () {
1077
+ var autopopulationId, onTouch, value, component;
1078
+ return __generator(this, function (_a) {
1079
+ switch (_a.label) {
1080
+ case 0:
1081
+ autopopulationId = 'uri5';
1082
+ onTouch = jest.fn();
1083
+ value = { lookupCode: '', value: '' };
1084
+ component = mount(React.createElement(DependentLookupAutopopulationContext.Provider, { value: { id: autopopulationId, onTouch: onTouch, isTouched: false } },
1085
+ React.createElement(DependentLookupEditor, __assign({}, props, { value: value, getLookups: getLookups, autopopulationId: autopopulationId }))));
1086
+ expect(props.onChange).not.toHaveBeenCalled();
1087
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
1088
+ return __generator(this, function (_a) {
1089
+ resolveOptions({
1090
+ RU: { displayName: 'Russia' }
1091
+ });
1092
+ return [2 /*return*/];
1093
+ });
1094
+ }); })];
1095
+ case 1:
1096
+ _a.sent();
1097
+ expect(props.onChange).toHaveBeenCalledWith({
1098
+ lookupCode: 'RU',
1099
+ value: 'Russia'
1100
+ });
1101
+ expect(props.onChange).toHaveBeenCalledTimes(1);
1102
+ component.find(Select).prop('onChange')(null);
1103
+ expect(props.onChange).toHaveBeenCalledTimes(2);
1104
+ expect(onTouch).toHaveBeenCalledWith(autopopulationId);
1105
+ component.setProps({
1106
+ value: { id: autopopulationId, onTouch: onTouch, isTouched: true }
1107
+ });
1108
+ component.unmount();
1109
+ component.mount();
1110
+ return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
1111
+ return __generator(this, function (_a) {
1112
+ resolveOptions({
1113
+ RU: { displayName: 'Russia' }
1114
+ });
1115
+ return [2 /*return*/];
1116
+ });
1117
+ }); })];
1118
+ case 2:
1119
+ _a.sent();
1120
+ expect(props.onChange).toHaveBeenCalledTimes(2);
1121
+ return [2 /*return*/];
1122
+ }
1123
+ });
1124
+ }); });
1125
+ });
1126
+ });