@reltio/components 1.4.1819 → 1.4.1821

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