@reltio/dashboard 1.4.2048 → 1.4.2050

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 (676) hide show
  1. package/bundle.js +1 -1
  2. package/package.json +2 -2
  3. package/types/components/src/ActionButton/ActionButton.d.ts +14 -0
  4. package/types/components/src/ActionButton/index.d.ts +1 -0
  5. package/types/components/src/ActionButton/styles.d.ts +1 -0
  6. package/types/components/src/ActionsPanel/ActionsPanel.d.ts +17 -0
  7. package/types/components/src/ActionsPanel/components/MenuItemRenderer/MenuItemRenderer.d.ts +8 -0
  8. package/types/components/src/ActionsPanel/components/MenuItemRenderer/index.d.ts +1 -0
  9. package/types/components/src/ActionsPanel/index.d.ts +1 -0
  10. package/types/components/src/ActionsPanel/types.d.ts +6 -0
  11. package/types/components/src/AsyncReactSelect/AsyncReactSelect.d.ts +8 -0
  12. package/types/components/src/AsyncReactSelect/index.d.ts +1 -0
  13. package/types/components/src/AttributeListItem/AttributeListItem.d.ts +37 -0
  14. package/types/components/src/AttributeListItem/components/AttrTypeIcon/AttrTypeIcon.d.ts +7 -0
  15. package/types/components/src/AttributeListItem/components/AttrTypeIcon/index.d.ts +1 -0
  16. package/types/components/src/AttributeListItem/components/AttrTypeIcon/styles.d.ts +1 -0
  17. package/types/components/src/AttributeListItem/index.d.ts +1 -0
  18. package/types/components/src/AttributeListItem/styles.d.ts +1 -0
  19. package/types/components/src/AttributeSelector/AttributeSelector.d.ts +14 -0
  20. package/types/components/src/AttributeSelector/index.d.ts +1 -0
  21. package/types/components/src/AttributeSelector/styles.d.ts +5 -0
  22. package/types/components/src/AutoSizeList/AutoSizeList.d.ts +18 -0
  23. package/types/components/src/AutoSizeList/index.d.ts +1 -0
  24. package/types/components/src/AutoSizeList/styles.d.ts +1 -0
  25. package/types/components/src/AutosizeInput/AutosizeInput.d.ts +3 -0
  26. package/types/components/src/AutosizeInput/index.d.ts +1 -0
  27. package/types/components/src/AutosizeInput/styles.d.ts +1 -0
  28. package/types/components/src/BarChart/BarChart.d.ts +9 -0
  29. package/types/components/src/BarChart/helpers.d.ts +13 -0
  30. package/types/components/src/BarChart/index.d.ts +1 -0
  31. package/types/components/src/BasicTable/BasicTable.d.ts +2 -0
  32. package/types/components/src/BasicTable/basicTableViewState.d.ts +82 -0
  33. package/types/components/src/BasicTable/helpers.d.ts +1 -0
  34. package/types/components/src/BasicTable/index.d.ts +2 -0
  35. package/types/components/src/BasicTablePagination/BasicTablePagination.d.ts +18 -0
  36. package/types/components/src/BasicTablePagination/index.d.ts +1 -0
  37. package/types/components/src/BasicTablePagination/styles.d.ts +1 -0
  38. package/types/components/src/BasicView/BasicView.d.ts +11 -0
  39. package/types/components/src/BasicView/index.d.ts +1 -0
  40. package/types/components/src/BasicView/styles.d.ts +1 -0
  41. package/types/components/src/BasicViewContent/BasicViewContent.d.ts +2 -0
  42. package/types/components/src/BasicViewContent/index.d.ts +1 -0
  43. package/types/components/src/BasicViewContent/styles.d.ts +1 -0
  44. package/types/components/src/BasicViewHeader/BasicViewHeader.d.ts +8 -0
  45. package/types/components/src/BasicViewHeader/index.d.ts +1 -0
  46. package/types/components/src/BasicViewHeader/styles.d.ts +1 -0
  47. package/types/components/src/BlobRenderer/BlobRenderer.d.ts +6 -0
  48. package/types/components/src/BlobRenderer/index.d.ts +1 -0
  49. package/types/components/src/BlobRenderer/styles.d.ts +1 -0
  50. package/types/components/src/BooleanRadioEditor/BooleanRadioEditor.d.ts +10 -0
  51. package/types/components/src/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.d.ts +8 -0
  52. package/types/components/src/BooleanRadioEditor/components/BooleanEditor/index.d.ts +1 -0
  53. package/types/components/src/BooleanRadioEditor/index.d.ts +1 -0
  54. package/types/components/src/BooleanRadioEditor/styles.d.ts +1 -0
  55. package/types/components/src/BubbleChart/BubbleChart.d.ts +16 -0
  56. package/types/components/src/BubbleChart/helpers.d.ts +6 -0
  57. package/types/components/src/BubbleChart/index.d.ts +1 -0
  58. package/types/components/src/BubbleChart/styles.d.ts +1 -0
  59. package/types/components/src/BubbleChart/types.d.ts +9 -0
  60. package/types/components/src/BubbleChart/useBubbles.d.ts +9 -0
  61. package/types/components/src/ChartLegend/ChartLegend.d.ts +7 -0
  62. package/types/components/src/ChartLegend/helpers.d.ts +2 -0
  63. package/types/components/src/ChartLegend/index.d.ts +2 -0
  64. package/types/components/src/ChartLegend/styles.d.ts +1 -0
  65. package/types/components/src/ChartTooltip/ChartTooltip.d.ts +3 -0
  66. package/types/components/src/ChartTooltip/index.d.ts +1 -0
  67. package/types/components/src/ChartTooltip/styles.d.ts +1 -0
  68. package/types/components/src/ChartsFactory/BasicChartsFactory.d.ts +8 -0
  69. package/types/components/src/ChartsFactory/ChartsFactory.d.ts +14 -0
  70. package/types/components/src/ChartsFactory/index.d.ts +2 -0
  71. package/types/components/src/CloudChart/CloudChart.d.ts +16 -0
  72. package/types/components/src/CloudChart/index.d.ts +1 -0
  73. package/types/components/src/CloudChart/styles.d.ts +1 -0
  74. package/types/components/src/CloudChart/types.d.ts +5 -0
  75. package/types/components/src/CloudChart/useCloud.d.ts +10 -0
  76. package/types/components/src/CollapseButton/CollapseButton.d.ts +9 -0
  77. package/types/components/src/CollapseButton/index.d.ts +1 -0
  78. package/types/components/src/CollapseButton/styles.d.ts +1 -0
  79. package/types/components/src/ColorBar/ColorBar.d.ts +8 -0
  80. package/types/components/src/ColorBar/index.d.ts +1 -0
  81. package/types/components/src/ColorBar/styles.d.ts +1 -0
  82. package/types/components/src/CreatableReactSelect/CreatableReactSelect.d.ts +8 -0
  83. package/types/components/src/CreatableReactSelect/index.d.ts +1 -0
  84. package/types/components/src/CustomDateRangeEditor/CustomDateRangeEditor.d.ts +9 -0
  85. package/types/components/src/CustomDateRangeEditor/index.d.ts +1 -0
  86. package/types/components/src/CustomDateRangeEditor/styles.d.ts +1 -0
  87. package/types/components/src/DataTypeValue/DataTypeValue.d.ts +14 -0
  88. package/types/components/src/DataTypeValue/index.d.ts +1 -0
  89. package/types/components/src/DataTypeValueEditor/DataTypeValueEditor.d.ts +19 -0
  90. package/types/components/src/DataTypeValueEditor/index.d.ts +1 -0
  91. package/types/components/src/DataTypeValueEditor/styles.d.ts +1 -0
  92. package/types/components/src/DataTypeValueEditor/useEditorContext.d.ts +71 -0
  93. package/types/components/src/DateEditor/DateEditor.d.ts +12 -0
  94. package/types/components/src/DateEditor/index.d.ts +1 -0
  95. package/types/components/src/DateEditor/styles.d.ts +1 -0
  96. package/types/components/src/DateIntervalSelector/DateIntervalSelector.d.ts +8 -0
  97. package/types/components/src/DateIntervalSelector/index.d.ts +1 -0
  98. package/types/components/src/DateIntervalSelector/styles.d.ts +1 -0
  99. package/types/components/src/DateRangeEditor/DateRangeEditor.d.ts +31 -0
  100. package/types/components/src/DateRangeEditor/index.d.ts +1 -0
  101. package/types/components/src/DateRangeEditor/styles.d.ts +1 -0
  102. package/types/components/src/DateRangePicker/DateRangePicker.d.ts +11 -0
  103. package/types/components/src/DateRangePicker/index.d.ts +1 -0
  104. package/types/components/src/DateRangePicker/styles.d.ts +1 -0
  105. package/types/components/src/DateRangeSelector/DateRangeSelector.d.ts +9 -0
  106. package/types/components/src/DateRangeSelector/index.d.ts +1 -0
  107. package/types/components/src/DateRangeSelector/styles.d.ts +1 -0
  108. package/types/components/src/DefaultCellValueRenderer/DefaultCellValueRenderer.d.ts +9 -0
  109. package/types/components/src/DefaultCellValueRenderer/index.d.ts +1 -0
  110. package/types/components/src/DefaultCellValueRenderer/styles.d.ts +1 -0
  111. package/types/components/src/DependentLookupEditor/DependentLookupEditor.d.ts +27 -0
  112. package/types/components/src/DependentLookupEditor/helpers.d.ts +5 -0
  113. package/types/components/src/DependentLookupEditor/index.d.ts +1 -0
  114. package/types/components/src/DependentLookupEditor/styles.d.ts +1 -0
  115. package/types/components/src/DependentLookupEditor/useAutopopulation.d.ts +14 -0
  116. package/types/components/src/DependentLookupEditor/useDefaultOptions.d.ts +5 -0
  117. package/types/components/src/DependentLookupEditor/useLookupsResolver.d.ts +6 -0
  118. package/types/components/src/DependentLookupEditor/useSavingFocus.d.ts +1 -0
  119. package/types/components/src/DropDownEditor/DropDownEditor.d.ts +14 -0
  120. package/types/components/src/DropDownEditor/index.d.ts +1 -0
  121. package/types/components/src/DropDownMenuButton/DropDownMenuButton.d.ts +17 -0
  122. package/types/components/src/DropDownMenuButton/components/DefaultMenuItemRenderer/DefaultMenuItemRenderer.d.ts +8 -0
  123. package/types/components/src/DropDownMenuButton/components/DefaultMenuItemRenderer/index.d.ts +1 -0
  124. package/types/components/src/DropDownMenuButton/components/DefaultMenuItemRenderer/styles.d.ts +1 -0
  125. package/types/components/src/DropDownMenuButton/index.d.ts +1 -0
  126. package/types/components/src/DropDownMenuButton/styles.d.ts +1 -0
  127. package/types/components/src/DropDownSelector/index.d.ts +1 -0
  128. package/types/components/src/EditorsFactory/EditorsFactory.d.ts +4 -0
  129. package/types/components/src/EditorsFactory/index.d.ts +1 -0
  130. package/types/components/src/EmptySearchResult/EmptySearchResult.d.ts +7 -0
  131. package/types/components/src/EmptySearchResult/index.d.ts +1 -0
  132. package/types/components/src/EmptySearchResult/styles.d.ts +1 -0
  133. package/types/components/src/EmptyStub/EmptyStub.d.ts +1 -0
  134. package/types/components/src/EmptyStub/index.d.ts +1 -0
  135. package/types/components/src/EntityAvatar/EntityAvatar.d.ts +9 -0
  136. package/types/components/src/EntityAvatar/index.d.ts +1 -0
  137. package/types/components/src/EntityAvatar/no-photo.svg.d.ts +1 -0
  138. package/types/components/src/EntityTypeBadge/EntityTypeBadge.d.ts +9 -0
  139. package/types/components/src/EntityTypeBadge/index.d.ts +1 -0
  140. package/types/components/src/EntityTypeBadge/styles.d.ts +1 -0
  141. package/types/components/src/EntityTypeIcon/EntityTypeIcon.d.ts +11 -0
  142. package/types/components/src/EntityTypeIcon/index.d.ts +1 -0
  143. package/types/components/src/EntityUriLink/EntityUriLink.d.ts +6 -0
  144. package/types/components/src/EntityUriLink/index.d.ts +1 -0
  145. package/types/components/src/ErrorBoundary/ErrorBoundary.d.ts +13 -0
  146. package/types/components/src/ErrorBoundary/index.d.ts +1 -0
  147. package/types/components/src/ErrorPopup/ErrorPopup.d.ts +14 -0
  148. package/types/components/src/ErrorPopup/index.d.ts +1 -0
  149. package/types/components/src/ErrorPopup/styles.d.ts +1 -0
  150. package/types/components/src/ExpandedValueTooltip/ExpandedValueTooltip.d.ts +11 -0
  151. package/types/components/src/ExpandedValueTooltip/helpers.d.ts +1 -0
  152. package/types/components/src/ExpandedValueTooltip/index.d.ts +1 -0
  153. package/types/components/src/ExpandedValueTooltip/styles.d.ts +1 -0
  154. package/types/components/src/FacetViewHeader/FacetViewHeader.d.ts +8 -0
  155. package/types/components/src/FacetViewHeader/index.d.ts +1 -0
  156. package/types/components/src/FacetViewHeader/styles.d.ts +1 -0
  157. package/types/components/src/FileTypeEditor/FileTypeEditor.d.ts +10 -0
  158. package/types/components/src/FileTypeEditor/index.d.ts +1 -0
  159. package/types/components/src/FileTypeEditor/styles.d.ts +1 -0
  160. package/types/components/src/FilterEditor/FilterEditor.d.ts +16 -0
  161. package/types/components/src/FilterEditor/index.d.ts +1 -0
  162. package/types/components/src/FilterEditor/styles.d.ts +1 -0
  163. package/types/components/src/FilterValueEditor/FilterValueEditor.d.ts +15 -0
  164. package/types/components/src/FilterValueEditor/components/RangeDataTypeValueEditor/RangeDataTypeValueEditor.d.ts +18 -0
  165. package/types/components/src/FilterValueEditor/components/RangeDataTypeValueEditor/index.d.ts +1 -0
  166. package/types/components/src/FilterValueEditor/components/RangeDataTypeValueEditor/styles.d.ts +1 -0
  167. package/types/components/src/FilterValueEditor/helpers.d.ts +2 -0
  168. package/types/components/src/FilterValueEditor/index.d.ts +1 -0
  169. package/types/components/src/HOCs/withChartDataPercents/index.d.ts +1 -0
  170. package/types/components/src/HOCs/withChartDataPercents/withChartDataPercents.d.ts +10 -0
  171. package/types/components/src/HOCs/withContext/index.d.ts +1 -0
  172. package/types/components/src/HOCs/withContext/withContext.d.ts +4 -0
  173. package/types/components/src/HOCs/withDateRangeSelector/helpers.d.ts +7 -0
  174. package/types/components/src/HOCs/withDateRangeSelector/index.d.ts +1 -0
  175. package/types/components/src/HOCs/withDateRangeSelector/styles.d.ts +1 -0
  176. package/types/components/src/HOCs/withDateRangeSelector/withDateRangeSelector.d.ts +19 -0
  177. package/types/components/src/HOCs/withDragHandle/index.d.ts +1 -0
  178. package/types/components/src/HOCs/withDragHandle/styles.d.ts +1 -0
  179. package/types/components/src/HOCs/withDragHandle/withDragHandle.d.ts +5 -0
  180. package/types/components/src/HOCs/withFilter/components/ColumnFilter/ColumnFilter.d.ts +12 -0
  181. package/types/components/src/HOCs/withFilter/components/ColumnFilter/helpers.d.ts +7 -0
  182. package/types/components/src/HOCs/withFilter/components/ColumnFilter/index.d.ts +1 -0
  183. package/types/components/src/HOCs/withFilter/components/FilterChip/FilterChip.d.ts +13 -0
  184. package/types/components/src/HOCs/withFilter/components/FilterChip/index.d.ts +1 -0
  185. package/types/components/src/HOCs/withFilter/components/FilterChip/styles.d.ts +1 -0
  186. package/types/components/src/HOCs/withFilter/index.d.ts +1 -0
  187. package/types/components/src/HOCs/withFilter/styles.d.ts +1 -0
  188. package/types/components/src/HOCs/withFilter/withFilter.d.ts +17 -0
  189. package/types/components/src/HOCs/withFilterAtBottom/index.d.ts +1 -0
  190. package/types/components/src/HOCs/withFilterAtBottom/withFilterAtBottom.d.ts +4 -0
  191. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectClearIndicator/ReactSelectClearIndicator.d.ts +4 -0
  192. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectClearIndicator/index.d.ts +1 -0
  193. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectControl/ReactSelectControl.d.ts +3 -0
  194. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectControl/index.d.ts +1 -0
  195. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectDropdownIndicator/ReactSelectDropdownIndicator.d.ts +4 -0
  196. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectDropdownIndicator/index.d.ts +1 -0
  197. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectGroupHeading/ReactSelectGroupHeading.d.ts +3 -0
  198. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectGroupHeading/index.d.ts +1 -0
  199. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectMenu/ReactSelectMenu.d.ts +4 -0
  200. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectMenu/index.d.ts +1 -0
  201. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectNoOptionsMessage/ReactSelectNoOptionsMessage.d.ts +9 -0
  202. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectNoOptionsMessage/index.d.ts +1 -0
  203. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectPlaceholder/ReactSelectPlaceholder.d.ts +4 -0
  204. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectPlaceholder/index.d.ts +1 -0
  205. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectSingleValue/ReactSelectSingleValue.d.ts +4 -0
  206. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectSingleValue/index.d.ts +1 -0
  207. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectValueContainer/ReactSelectValueContainer.d.ts +3 -0
  208. package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectValueContainer/index.d.ts +1 -0
  209. package/types/components/src/HOCs/withReactSelectMuiSkin/helpers.d.ts +53 -0
  210. package/types/components/src/HOCs/withReactSelectMuiSkin/index.d.ts +1 -0
  211. package/types/components/src/HOCs/withReactSelectMuiSkin/styles.d.ts +1 -0
  212. package/types/components/src/HOCs/withReactSelectMuiSkin/withReactSelectMuiSkin.d.ts +11 -0
  213. package/types/components/src/HOCs/withTableContext/index.d.ts +1 -0
  214. package/types/components/src/HOCs/withTableContext/withTableContext.d.ts +3 -0
  215. package/types/components/src/HOCs/withTooltip/index.d.ts +1 -0
  216. package/types/components/src/HOCs/withTooltip/styles.d.ts +1 -0
  217. package/types/components/src/HOCs/withTooltip/withTooltip.d.ts +9 -0
  218. package/types/components/src/Highlighter/Highlighter.d.ts +9 -0
  219. package/types/components/src/Highlighter/index.d.ts +1 -0
  220. package/types/components/src/Highlighter/styles.d.ts +1 -0
  221. package/types/components/src/LineChart/LineChart.d.ts +9 -0
  222. package/types/components/src/LineChart/helpers.d.ts +13 -0
  223. package/types/components/src/LineChart/index.d.ts +1 -0
  224. package/types/components/src/LookupEditor/LookupEditor.d.ts +12 -0
  225. package/types/components/src/LookupEditor/components/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +11 -0
  226. package/types/components/src/LookupEditor/components/GroupedDropDownEditor/helpers.d.ts +9 -0
  227. package/types/components/src/LookupEditor/components/GroupedDropDownEditor/index.d.ts +1 -0
  228. package/types/components/src/LookupEditor/components/GroupedDropDownEditor/styles.d.ts +1 -0
  229. package/types/components/src/LookupEditor/helpers.d.ts +1 -0
  230. package/types/components/src/LookupEditor/index.d.ts +1 -0
  231. package/types/components/src/MapChart/MapChart.d.ts +11 -0
  232. package/types/components/src/MapChart/components/Legend/Legend.d.ts +9 -0
  233. package/types/components/src/MapChart/components/Legend/index.d.ts +1 -0
  234. package/types/components/src/MapChart/components/Legend/styles.d.ts +6 -0
  235. package/types/components/src/MapChart/constants.d.ts +3 -0
  236. package/types/components/src/MapChart/index.d.ts +1 -0
  237. package/types/components/src/MapChart/styles.d.ts +1 -0
  238. package/types/components/src/MapChart/useGeography.d.ts +1 -0
  239. package/types/components/src/Marginator/Marginator.d.ts +9 -0
  240. package/types/components/src/Marginator/index.d.ts +1 -0
  241. package/types/components/src/MultiSelect/MultiSelect.d.ts +117 -0
  242. package/types/components/src/MultiSelect/components/Option/Option.d.ts +18 -0
  243. package/types/components/src/MultiSelect/components/Option/index.d.ts +1 -0
  244. package/types/components/src/MultiSelect/helpers.d.ts +18 -0
  245. package/types/components/src/MultiSelect/index.d.ts +1 -0
  246. package/types/components/src/MultiSelect/styles.d.ts +6 -0
  247. package/types/components/src/MultiSelect/useKeepInputVisible.d.ts +2 -0
  248. package/types/components/src/MultiValueChip/MultiValueChip.d.ts +18 -0
  249. package/types/components/src/MultiValueChip/index.d.ts +1 -0
  250. package/types/components/src/MultipleInput/MultipleInput.d.ts +14 -0
  251. package/types/components/src/MultipleInput/components/AutosizeInputWrapper/AutosizeInputWrapper.d.ts +3 -0
  252. package/types/components/src/MultipleInput/components/AutosizeInputWrapper/index.d.ts +1 -0
  253. package/types/components/src/MultipleInput/index.d.ts +1 -0
  254. package/types/components/src/MultipleInput/styles.d.ts +1 -0
  255. package/types/components/src/MultipliableSelect/MultipliableSelect.d.ts +21 -0
  256. package/types/components/src/MultipliableSelect/index.d.ts +1 -0
  257. package/types/components/src/MultipliableSelect/styles.d.ts +1 -0
  258. package/types/components/src/NumberEditor/NumberEditor.d.ts +17 -0
  259. package/types/components/src/NumberEditor/components/NumberFormat/NumberFormat.d.ts +11 -0
  260. package/types/components/src/NumberEditor/components/NumberFormat/helpers.d.ts +1 -0
  261. package/types/components/src/NumberEditor/components/NumberFormat/index.d.ts +1 -0
  262. package/types/components/src/NumberEditor/index.d.ts +1 -0
  263. package/types/components/src/PieChart/PieChart.d.ts +18 -0
  264. package/types/components/src/PieChart/components/ActiveShape/ActiveShape.d.ts +10 -0
  265. package/types/components/src/PieChart/components/ActiveShape/index.d.ts +1 -0
  266. package/types/components/src/PieChart/index.d.ts +1 -0
  267. package/types/components/src/PieChart/styles.d.ts +1 -0
  268. package/types/components/src/Popper/Popper.d.ts +14 -0
  269. package/types/components/src/Popper/helpers.d.ts +11 -0
  270. package/types/components/src/Popper/index.d.ts +1 -0
  271. package/types/components/src/Popper/styles.d.ts +1 -0
  272. package/types/components/src/ProfileCard/ProfileCard.d.ts +13 -0
  273. package/types/components/src/ProfileCard/components/ProfileCardContent/ProfileCardContent.d.ts +11 -0
  274. package/types/components/src/ProfileCard/components/ProfileCardContent/index.d.ts +1 -0
  275. package/types/components/src/ProfileCard/components/ProfileCardContent/styles.d.ts +1 -0
  276. package/types/components/src/ProfileCard/components/ProfileCardPlaceholder/ProfileCardPlaceholder.d.ts +2 -0
  277. package/types/components/src/ProfileCard/components/ProfileCardPlaceholder/index.d.ts +1 -0
  278. package/types/components/src/ProfileCard/components/ProfileCardPlaceholder/styles.d.ts +1 -0
  279. package/types/components/src/ProfileCard/index.d.ts +1 -0
  280. package/types/components/src/ProfileCard/styles.d.ts +1 -0
  281. package/types/components/src/ReactSelect/ReactSelect.d.ts +8 -0
  282. package/types/components/src/ReactSelect/index.d.ts +1 -0
  283. package/types/components/src/ReactSelectDropdownIndicator/ReactSelectDropdownIndicator.d.ts +15 -0
  284. package/types/components/src/ReactSelectDropdownIndicator/index.d.ts +1 -0
  285. package/types/components/src/ReactSelectDropdownIndicator/styles.d.ts +1 -0
  286. package/types/components/src/ReactSelectDropdownIndicatorWithIconButton/ReactSelectDropdownIndicatorWithIconButton.d.ts +14 -0
  287. package/types/components/src/ReactSelectDropdownIndicatorWithIconButton/index.d.ts +1 -0
  288. package/types/components/src/ReactSelectDropdownIndicatorWithIconButton/styles.d.ts +1 -0
  289. package/types/components/src/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.d.ts +8 -0
  290. package/types/components/src/ReactSelectLoadMoreButton/index.d.ts +1 -0
  291. package/types/components/src/ReactSelectLoadMoreButton/styles.d.ts +1 -0
  292. package/types/components/src/ReactSelectMenuList/ReactSelectMenuList.d.ts +2 -0
  293. package/types/components/src/ReactSelectMenuList/index.d.ts +1 -0
  294. package/types/components/src/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.d.ts +15 -0
  295. package/types/components/src/ReactSelectMenuWithPopper/index.d.ts +1 -0
  296. package/types/components/src/ReactSelectMenuWithPopper/styles.d.ts +1 -0
  297. package/types/components/src/ReactSelectMultiValue/ReactSelectMultiValue.d.ts +15 -0
  298. package/types/components/src/ReactSelectMultiValue/index.d.ts +1 -0
  299. package/types/components/src/ReactSelectOption/ReactSelectOption.d.ts +26 -0
  300. package/types/components/src/ReactSelectOption/index.d.ts +1 -0
  301. package/types/components/src/ReactSelectOptionWithCheckIcon/ReactSelectOptionWithCheckIcon.d.ts +10 -0
  302. package/types/components/src/ReactSelectOptionWithCheckIcon/index.d.ts +1 -0
  303. package/types/components/src/ReactSelectOptionWithCheckIcon/styles.d.ts +1 -0
  304. package/types/components/src/ReltioGridLayout/ReltioGridLayout.d.ts +28 -0
  305. package/types/components/src/ReltioGridLayout/constants.d.ts +2 -0
  306. package/types/components/src/ReltioGridLayout/helpers.d.ts +11 -0
  307. package/types/components/src/ReltioGridLayout/index.d.ts +1 -0
  308. package/types/components/src/ReltioGridLayout/resize.inline.svg.d.ts +1 -0
  309. package/types/components/src/ReltioGridLayout/styles.d.ts +1 -0
  310. package/types/components/src/ReltioMap/ReltioMap.d.ts +32 -0
  311. package/types/components/src/ReltioMap/components/ClusteredMarkers/ClusteredMarkers.d.ts +11 -0
  312. package/types/components/src/ReltioMap/components/ClusteredMarkers/CustomClusterRenderer.d.ts +8 -0
  313. package/types/components/src/ReltioMap/components/ClusteredMarkers/index.d.ts +1 -0
  314. package/types/components/src/ReltioMap/components/DrawingManager/DrawingManager.d.ts +2 -0
  315. package/types/components/src/ReltioMap/components/DrawingManager/index.d.ts +1 -0
  316. package/types/components/src/ReltioMap/components/DrawingManager/useDrawingManager.d.ts +7 -0
  317. package/types/components/src/ReltioMap/components/EntityMarker/EntityMarker.d.ts +10 -0
  318. package/types/components/src/ReltioMap/components/EntityMarker/icons/marker-hover.inline.svg.d.ts +1 -0
  319. package/types/components/src/ReltioMap/components/EntityMarker/icons/marker.inline.svg.d.ts +1 -0
  320. package/types/components/src/ReltioMap/components/EntityMarker/index.d.ts +1 -0
  321. package/types/components/src/ReltioMap/components/EntityMarker/styles.d.ts +1 -0
  322. package/types/components/src/ReltioMap/components/Polygon/Polygon.d.ts +7 -0
  323. package/types/components/src/ReltioMap/components/Polygon/index.d.ts +1 -0
  324. package/types/components/src/ReltioMap/components/Polygon/usePolygon.d.ts +10 -0
  325. package/types/components/src/ReltioMap/components/TopCenterMapControls/TopCenterMapControls.d.ts +8 -0
  326. package/types/components/src/ReltioMap/components/TopCenterMapControls/index.d.ts +1 -0
  327. package/types/components/src/ReltioMap/components/TopCenterMapControls/styles.d.ts +1 -0
  328. package/types/components/src/ReltioMap/components/TopRightMapControls/TopRightMapControls.d.ts +49 -0
  329. package/types/components/src/ReltioMap/components/TopRightMapControls/index.d.ts +1 -0
  330. package/types/components/src/ReltioMap/components/TopRightMapControls/styles.d.ts +1 -0
  331. package/types/components/src/ReltioMap/helpers.d.ts +6 -0
  332. package/types/components/src/ReltioMap/index.d.ts +2 -0
  333. package/types/components/src/ReltioMap/styles.d.ts +1 -0
  334. package/types/components/src/ReltioMap/types.d.ts +19 -0
  335. package/types/components/src/ReltioMap/useFitMapBounds.d.ts +6 -0
  336. package/types/components/src/RequiredMark/RequiredMark.d.ts +2 -0
  337. package/types/components/src/RequiredMark/index.d.ts +1 -0
  338. package/types/components/src/RequiredMark/styles.d.ts +1 -0
  339. package/types/components/src/SearchHighlighter/SearchHighlighter.d.ts +6 -0
  340. package/types/components/src/SearchHighlighter/index.d.ts +1 -0
  341. package/types/components/src/SearchHighlighter/styles.d.ts +1 -0
  342. package/types/components/src/SelectEditor/SelectEditor.d.ts +11 -0
  343. package/types/components/src/SelectEditor/index.d.ts +1 -0
  344. package/types/components/src/SelectEditor/styles.d.ts +1 -0
  345. package/types/components/src/SimpleDropDownSelector/SimpleDropDownSelector.d.ts +4 -0
  346. package/types/components/src/SimpleDropDownSelector/components/DropDownPlaceholder/DropDownPlaceholder.d.ts +8 -0
  347. package/types/components/src/SimpleDropDownSelector/components/DropDownPlaceholder/index.d.ts +1 -0
  348. package/types/components/src/SimpleDropDownSelector/components/DropDownPlaceholder/styles.d.ts +1 -0
  349. package/types/components/src/SimpleDropDownSelector/components/DropDownValue/DropDownValue.d.ts +11 -0
  350. package/types/components/src/SimpleDropDownSelector/components/DropDownValue/index.d.ts +1 -0
  351. package/types/components/src/SimpleDropDownSelector/components/DropDownValue/styles.d.ts +1 -0
  352. package/types/components/src/SimpleDropDownSelector/index.d.ts +1 -0
  353. package/types/components/src/SimpleInput/SimpleInput.d.ts +9 -0
  354. package/types/components/src/SimpleInput/index.d.ts +1 -0
  355. package/types/components/src/SimpleInput/styles.d.ts +1 -0
  356. package/types/components/src/SmallIconButton/SmallIconButton.d.ts +8 -0
  357. package/types/components/src/SmallIconButton/constants.d.ts +9 -0
  358. package/types/components/src/SmallIconButton/index.d.ts +11 -0
  359. package/types/components/src/SmallIconButton/styles.d.ts +1 -0
  360. package/types/components/src/Spacer/Spacer.d.ts +2 -0
  361. package/types/components/src/Spacer/index.d.ts +1 -0
  362. package/types/components/src/Spacer/styles.d.ts +1 -0
  363. package/types/components/src/TableWithBars/TableWithBars.d.ts +10 -0
  364. package/types/components/src/TableWithBars/components/AttributeCellRenderer/AttributeCellRenderer.d.ts +10 -0
  365. package/types/components/src/TableWithBars/components/AttributeCellRenderer/index.d.ts +1 -0
  366. package/types/components/src/TableWithBars/components/AttributeCellRenderer/styles.d.ts +1 -0
  367. package/types/components/src/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.d.ts +9 -0
  368. package/types/components/src/TableWithBars/components/HeadCellRenderer/index.d.ts +1 -0
  369. package/types/components/src/TableWithBars/components/HeadCellRenderer/styles.d.ts +1 -0
  370. package/types/components/src/TableWithBars/components/NumberCellValueRenderer/NumberCellValueRenderer.d.ts +13 -0
  371. package/types/components/src/TableWithBars/components/NumberCellValueRenderer/index.d.ts +1 -0
  372. package/types/components/src/TableWithBars/components/NumberCellValueRenderer/styles.d.ts +1 -0
  373. package/types/components/src/TableWithBars/index.d.ts +1 -0
  374. package/types/components/src/TextEditor/TextEditor.d.ts +13 -0
  375. package/types/components/src/TextEditor/index.d.ts +1 -0
  376. package/types/components/src/TimestampEditor/TimestampEditor.d.ts +12 -0
  377. package/types/components/src/TimestampEditor/index.d.ts +1 -0
  378. package/types/components/src/TimestampEditor/styles.d.ts +1 -0
  379. package/types/components/src/TreeChart/TreeChart.d.ts +8 -0
  380. package/types/components/src/TreeChart/components/CustomizedContent/CustomizedContent.d.ts +11 -0
  381. package/types/components/src/TreeChart/components/CustomizedContent/index.d.ts +1 -0
  382. package/types/components/src/TreeChart/components/CustomizedContent/styles.d.ts +1 -0
  383. package/types/components/src/TreeChart/index.d.ts +1 -0
  384. package/types/components/src/TypeaheadEditor/TypeaheadEditor.d.ts +22 -0
  385. package/types/components/src/TypeaheadEditor/index.d.ts +1 -0
  386. package/types/components/src/TypeaheadEditor/styles.d.ts +1 -0
  387. package/types/components/src/UploadFileButton/UploadFileButton.d.ts +12 -0
  388. package/types/components/src/UploadFileButton/components/UploadMode/UploadMode.d.ts +8 -0
  389. package/types/components/src/UploadFileButton/components/UploadMode/index.d.ts +1 -0
  390. package/types/components/src/UploadFileButton/components/UploadMode/styles.d.ts +1 -0
  391. package/types/components/src/UploadFileButton/constants.d.ts +6 -0
  392. package/types/components/src/UploadFileButton/helpers.d.ts +1 -0
  393. package/types/components/src/UploadFileButton/index.d.ts +1 -0
  394. package/types/components/src/UploadFileButton/styles.d.ts +1 -0
  395. package/types/components/src/UserSelector/UserSelector.d.ts +9 -0
  396. package/types/components/src/UserSelector/index.d.ts +1 -0
  397. package/types/components/src/UserSelector/styles.d.ts +6 -0
  398. package/types/components/src/ValueChip/ValueChip.d.ts +8 -0
  399. package/types/components/src/ValueChip/index.d.ts +1 -0
  400. package/types/components/src/ValueChip/styles.d.ts +2 -0
  401. package/types/components/src/constants/attributes.d.ts +1 -0
  402. package/types/components/src/constants/classnames.d.ts +1 -0
  403. package/types/components/src/constants/common.d.ts +2 -0
  404. package/types/components/src/constants/index.d.ts +8 -0
  405. package/types/components/src/constants/map.d.ts +17 -0
  406. package/types/components/src/constants/modeOptions.d.ts +23 -0
  407. package/types/components/src/constants/prop-types.d.ts +34 -0
  408. package/types/components/src/constants/reactSelect.d.ts +3 -0
  409. package/types/components/src/constants/textField.d.ts +7 -0
  410. package/types/components/src/contexts/BasicTableContext/index.d.ts +2 -0
  411. package/types/components/src/contexts/DependentLookupAutopopulationContext/index.d.ts +8 -0
  412. package/types/components/src/contexts/EntityMarkerContext/index.d.ts +6 -0
  413. package/types/components/src/contexts/MdmModuleContext/context.d.ts +256 -0
  414. package/types/components/src/contexts/MdmModuleContext/hooks.d.ts +147 -0
  415. package/types/components/src/contexts/MdmModuleContext/index.d.ts +3 -0
  416. package/types/components/src/contexts/MdmModuleContext/provider.d.ts +10 -0
  417. package/types/components/src/contexts/MdmModuleContext/selectors/dependentLookupEditorContext.d.ts +23 -0
  418. package/types/components/src/contexts/MdmModuleContext/selectors/entity.d.ts +3 -0
  419. package/types/components/src/contexts/PageRequestsAbortingContext/index.d.ts +2 -0
  420. package/types/components/src/contexts/PopupBoundariesContext/index.d.ts +7 -0
  421. package/types/components/src/contexts/ReloadFacetContext/index.d.ts +13 -0
  422. package/types/components/src/contexts/RowCollapseContext/index.d.ts +2 -0
  423. package/types/components/src/contexts/ScrollToElementContext/index.d.ts +23 -0
  424. package/types/components/src/contexts/SearchFiltersContext/index.d.ts +3 -0
  425. package/types/components/src/contexts/SearchValueContext/index.d.ts +2 -0
  426. package/types/components/src/contexts/UrlGeneratorsContext/index.d.ts +23 -0
  427. package/types/components/src/features/activity-log/ActivitiesFactory/ActivitiesFactory.d.ts +11 -0
  428. package/types/components/src/features/activity-log/ActivitiesFactory/components/CommentActivity/CommentActivity.d.ts +7 -0
  429. package/types/components/src/features/activity-log/ActivitiesFactory/components/CommentActivity/index.d.ts +1 -0
  430. package/types/components/src/features/activity-log/ActivitiesFactory/components/GroupActivity/GroupActivity.d.ts +8 -0
  431. package/types/components/src/features/activity-log/ActivitiesFactory/components/GroupActivity/index.d.ts +1 -0
  432. package/types/components/src/features/activity-log/ActivitiesFactory/components/MergeActivity/MergeActivity.d.ts +8 -0
  433. package/types/components/src/features/activity-log/ActivitiesFactory/components/MergeActivity/index.d.ts +1 -0
  434. package/types/components/src/features/activity-log/ActivitiesFactory/components/ObjectLabel/ObjectLabel.d.ts +6 -0
  435. package/types/components/src/features/activity-log/ActivitiesFactory/components/ObjectLabel/index.d.ts +1 -0
  436. package/types/components/src/features/activity-log/ActivitiesFactory/components/ObjectLabel/styles.d.ts +1 -0
  437. package/types/components/src/features/activity-log/ActivitiesFactory/components/PotentialMatchActivity/PotentialMatchActivity.d.ts +8 -0
  438. package/types/components/src/features/activity-log/ActivitiesFactory/components/PotentialMatchActivity/index.d.ts +1 -0
  439. package/types/components/src/features/activity-log/ActivitiesFactory/components/ProfileActivity/ProfileActivity.d.ts +8 -0
  440. package/types/components/src/features/activity-log/ActivitiesFactory/components/ProfileActivity/index.d.ts +1 -0
  441. package/types/components/src/features/activity-log/ActivitiesFactory/components/RelationActivity/RelationActivity.d.ts +8 -0
  442. package/types/components/src/features/activity-log/ActivitiesFactory/components/RelationActivity/index.d.ts +1 -0
  443. package/types/components/src/features/activity-log/ActivitiesFactory/components/SearchActivity/SearchActivity.d.ts +8 -0
  444. package/types/components/src/features/activity-log/ActivitiesFactory/components/SearchActivity/index.d.ts +1 -0
  445. package/types/components/src/features/activity-log/ActivitiesFactory/components/SearchActivity/styles.d.ts +1 -0
  446. package/types/components/src/features/activity-log/ActivitiesFactory/components/SimpleActivity/SimpleActivity.d.ts +8 -0
  447. package/types/components/src/features/activity-log/ActivitiesFactory/components/SimpleActivity/index.d.ts +1 -0
  448. package/types/components/src/features/activity-log/ActivitiesFactory/components/SimpleActivity/styles.d.ts +1 -0
  449. package/types/components/src/features/activity-log/ActivitiesFactory/components/SynchronizationIssuesActivity/SynchronizationIssuesActivity.d.ts +8 -0
  450. package/types/components/src/features/activity-log/ActivitiesFactory/components/SynchronizationIssuesActivity/index.d.ts +1 -0
  451. package/types/components/src/features/activity-log/ActivitiesFactory/components/SynchronizationIssuesActivity/styles.d.ts +1 -0
  452. package/types/components/src/features/activity-log/ActivitiesFactory/index.d.ts +1 -0
  453. package/types/components/src/features/activity-log/ActivityExportButton/ActivityExportButton.d.ts +8 -0
  454. package/types/components/src/features/activity-log/ActivityExportButton/index.d.ts +1 -0
  455. package/types/components/src/features/activity-log/ActivityExportButton/styles.d.ts +1 -0
  456. package/types/components/src/features/activity-log/ActivityFilterButton/ActivityFilterButton.d.ts +10 -0
  457. package/types/components/src/features/activity-log/ActivityFilterButton/index.d.ts +1 -0
  458. package/types/components/src/features/activity-log/ActivityFilterButton/styles.d.ts +1 -0
  459. package/types/components/src/features/activity-log/ActivityFilterEditor/ActivityFilterEditor.d.ts +14 -0
  460. package/types/components/src/features/activity-log/ActivityFilterEditor/components/ActivitySelector/ActivitySelector.d.ts +9 -0
  461. package/types/components/src/features/activity-log/ActivityFilterEditor/components/ActivitySelector/index.d.ts +1 -0
  462. package/types/components/src/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/DateRangeSelector.d.ts +8 -0
  463. package/types/components/src/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/index.d.ts +1 -0
  464. package/types/components/src/features/activity-log/ActivityFilterEditor/components/EntityChangedSelectors/EntityChangedSelectors.d.ts +10 -0
  465. package/types/components/src/features/activity-log/ActivityFilterEditor/components/EntityChangedSelectors/index.d.ts +1 -0
  466. package/types/components/src/features/activity-log/ActivityFilterEditor/components/EntityTypesSelector/EntityTypesSelector.d.ts +9 -0
  467. package/types/components/src/features/activity-log/ActivityFilterEditor/components/EntityTypesSelector/index.d.ts +1 -0
  468. package/types/components/src/features/activity-log/ActivityFilterEditor/components/SourceSelector/SourceSelector.d.ts +8 -0
  469. package/types/components/src/features/activity-log/ActivityFilterEditor/components/SourceSelector/index.d.ts +1 -0
  470. package/types/components/src/features/activity-log/ActivityFilterEditor/helpers.d.ts +2 -0
  471. package/types/components/src/features/activity-log/ActivityFilterEditor/index.d.ts +1 -0
  472. package/types/components/src/features/activity-log/ActivityFilterEditor/styles.d.ts +5 -0
  473. package/types/components/src/features/activity-log/ActivityLog/ActivityLog.d.ts +8 -0
  474. package/types/components/src/features/activity-log/ActivityLog/components/ActivityItem/ActivityItem.d.ts +7 -0
  475. package/types/components/src/features/activity-log/ActivityLog/components/ActivityItem/index.d.ts +1 -0
  476. package/types/components/src/features/activity-log/ActivityLog/components/ActivityItem/styles.d.ts +1 -0
  477. package/types/components/src/features/activity-log/ActivityLog/components/GroupItem/GroupItem.d.ts +8 -0
  478. package/types/components/src/features/activity-log/ActivityLog/components/GroupItem/index.d.ts +1 -0
  479. package/types/components/src/features/activity-log/ActivityLog/components/GroupItem/styles.d.ts +1 -0
  480. package/types/components/src/features/activity-log/ActivityLog/helpers.d.ts +15 -0
  481. package/types/components/src/features/activity-log/ActivityLog/index.d.ts +1 -0
  482. package/types/components/src/features/activity-log/ActivityLog/styles.d.ts +1 -0
  483. package/types/components/src/features/activity-log/ActivityLogFilter/ActivityLogFilter.d.ts +12 -0
  484. package/types/components/src/features/activity-log/ActivityLogFilter/helpers.d.ts +2 -0
  485. package/types/components/src/features/activity-log/ActivityLogFilter/index.d.ts +1 -0
  486. package/types/components/src/features/activity-log/ActivityLogFilter/styles.d.ts +1 -0
  487. package/types/components/src/features/activity-log/ActivityTitle/ActivityTitle.d.ts +7 -0
  488. package/types/components/src/features/activity-log/ActivityTitle/index.d.ts +1 -0
  489. package/types/components/src/features/activity-log/ActivityTitle/styles.d.ts +1 -0
  490. package/types/components/src/features/activity-log/CollapsibleActivityRecords/CollapsibleActivityRecords.d.ts +9 -0
  491. package/types/components/src/features/activity-log/CollapsibleActivityRecords/index.d.ts +1 -0
  492. package/types/components/src/features/activity-log/EntityObject/EntityObject.d.ts +7 -0
  493. package/types/components/src/features/activity-log/EntityObject/index.d.ts +1 -0
  494. package/types/components/src/features/activity-log/EntityObject/styles.d.ts +1 -0
  495. package/types/components/src/features/activity-log/EntityRecord/EntityRecord.d.ts +7 -0
  496. package/types/components/src/features/activity-log/EntityRecord/index.d.ts +1 -0
  497. package/types/components/src/features/activity-log/EntityRecord/styles.d.ts +1 -0
  498. package/types/components/src/features/activity-log/Field/Field.d.ts +6 -0
  499. package/types/components/src/features/activity-log/Field/index.d.ts +1 -0
  500. package/types/components/src/features/activity-log/Field/styles.d.ts +1 -0
  501. package/types/components/src/features/activity-log/MoreItemsLink/MoreItemsLink.d.ts +9 -0
  502. package/types/components/src/features/activity-log/MoreItemsLink/index.d.ts +1 -0
  503. package/types/components/src/features/activity-log/PotentialMatchRecord/PotentialMatchRecord.d.ts +7 -0
  504. package/types/components/src/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/PotentialMatchField.d.ts +7 -0
  505. package/types/components/src/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/helpers.d.ts +2 -0
  506. package/types/components/src/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/index.d.ts +1 -0
  507. package/types/components/src/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/styles.d.ts +1 -0
  508. package/types/components/src/features/activity-log/PotentialMatchRecord/index.d.ts +1 -0
  509. package/types/components/src/features/activity-log/Record/Record.d.ts +7 -0
  510. package/types/components/src/features/activity-log/Record/index.d.ts +1 -0
  511. package/types/components/src/features/activity-log/Record/styles.d.ts +1 -0
  512. package/types/components/src/features/activity-log/RecordLabel/RecordLabel.d.ts +7 -0
  513. package/types/components/src/features/activity-log/RecordLabel/index.d.ts +1 -0
  514. package/types/components/src/features/activity-log/RecordLabel/styles.d.ts +1 -0
  515. package/types/components/src/features/activity-log/RecordUpdates/RecordUpdates.d.ts +8 -0
  516. package/types/components/src/features/activity-log/RecordUpdates/components/DeltaField/DeltaField.d.ts +7 -0
  517. package/types/components/src/features/activity-log/RecordUpdates/components/DeltaField/index.d.ts +1 -0
  518. package/types/components/src/features/activity-log/RecordUpdates/components/DeltaField/styles.d.ts +1 -0
  519. package/types/components/src/features/activity-log/RecordUpdates/index.d.ts +1 -0
  520. package/types/components/src/features/activity-log/RecordUpdates/styles.d.ts +1 -0
  521. package/types/components/src/features/activity-log/RelationObject/RelationObject.d.ts +7 -0
  522. package/types/components/src/features/activity-log/RelationObject/index.d.ts +1 -0
  523. package/types/components/src/features/activity-log/RelationObject/styles.d.ts +1 -0
  524. package/types/components/src/features/activity-log/RelationRecord/RelationRecord.d.ts +7 -0
  525. package/types/components/src/features/activity-log/RelationRecord/index.d.ts +1 -0
  526. package/types/components/src/features/activity-log/contexts/CollapsibleItemsContext.d.ts +15 -0
  527. package/types/components/src/features/activity-log/hooks/useActivitiesLoader.d.ts +11 -0
  528. package/types/components/src/features/activity-log/hooks/useProfileActivitiesLoader.d.ts +12 -0
  529. package/types/components/src/features/activity-log/index.d.ts +7 -0
  530. package/types/components/src/features/activity-log/types.d.ts +98 -0
  531. package/types/components/src/features/activity-log/utils/activities.d.ts +8 -0
  532. package/types/components/src/features/activity-log/utils/filters.d.ts +1 -0
  533. package/types/components/src/helpers/basicTable.d.ts +15 -0
  534. package/types/components/src/helpers/charts.d.ts +2 -0
  535. package/types/components/src/helpers/classes.d.ts +1 -0
  536. package/types/components/src/helpers/errors.d.ts +7 -0
  537. package/types/components/src/helpers/events.d.ts +4 -0
  538. package/types/components/src/hooks/useChartTooltipState/index.d.ts +1 -0
  539. package/types/components/src/hooks/useChartTooltipState/useChartTooltipState.d.ts +7 -0
  540. package/types/components/src/hooks/useClickableChartStyle/index.d.ts +1 -0
  541. package/types/components/src/hooks/useClickableChartStyle/useClickableChartStyle.d.ts +1 -0
  542. package/types/components/src/hooks/useCollapsibleTableRows/dataHelpers.d.ts +2 -0
  543. package/types/components/src/hooks/useCollapsibleTableRows/index.d.ts +1 -0
  544. package/types/components/src/hooks/useCollapsibleTableRows/nestedHelpers.d.ts +7 -0
  545. package/types/components/src/hooks/useCollapsibleTableRows/useCollapsibleTableRows.d.ts +19 -0
  546. package/types/components/src/hooks/useConfigPermissions/index.d.ts +1 -0
  547. package/types/components/src/hooks/useConfigPermissions/useConfigPermissions.d.ts +6 -0
  548. package/types/components/src/hooks/useDateEditor/constants.d.ts +3 -0
  549. package/types/components/src/hooks/useDateEditor/helpers.d.ts +6 -0
  550. package/types/components/src/hooks/useDateEditor/index.d.ts +1 -0
  551. package/types/components/src/hooks/useDateEditor/useDateEditor.d.ts +20 -0
  552. package/types/components/src/hooks/useDidUpdateEffect/index.d.ts +1 -0
  553. package/types/components/src/hooks/useDidUpdateEffect/useDidUpdateEffect.d.ts +2 -0
  554. package/types/components/src/hooks/useDynamicYAxisWidth/index.d.ts +1 -0
  555. package/types/components/src/hooks/useDynamicYAxisWidth/useDynamicYAxisWidth.d.ts +13 -0
  556. package/types/components/src/hooks/useLayoutResetter/index.d.ts +1 -0
  557. package/types/components/src/hooks/useLayoutResetter/useLayoutResetter.d.ts +9 -0
  558. package/types/components/src/hooks/usePrevious/index.d.ts +1 -0
  559. package/types/components/src/hooks/usePrevious/usePrevious.d.ts +1 -0
  560. package/types/components/src/hooks/useReadableSearchState/index.d.ts +1 -0
  561. package/types/components/src/hooks/useReadableSearchState/useReadableSearchState.d.ts +5 -0
  562. package/types/components/src/hooks/useSafePromise/index.d.ts +1 -0
  563. package/types/components/src/hooks/useSafePromise/useSafePromise.d.ts +6 -0
  564. package/types/components/src/hooks/useSavedSearchesRequest/helpers.d.ts +6 -0
  565. package/types/components/src/hooks/useSavedSearchesRequest/index.d.ts +1 -0
  566. package/types/components/src/hooks/useSavedSearchesRequest/useSavedSearchesRequest.d.ts +75 -0
  567. package/types/components/src/hooks/useSavedState/index.d.ts +1 -0
  568. package/types/components/src/hooks/useSavedState/useSavedState.d.ts +4 -0
  569. package/types/components/src/hooks/useSnackbar/index.d.ts +1 -0
  570. package/types/components/src/hooks/useSnackbar/useSnackbar.d.ts +14 -0
  571. package/types/components/src/icons/Add.d.ts +3 -0
  572. package/types/components/src/icons/Comment.d.ts +3 -0
  573. package/types/components/src/icons/Create.d.ts +3 -0
  574. package/types/components/src/icons/Draw.d.ts +3 -0
  575. package/types/components/src/icons/LogIn.d.ts +3 -0
  576. package/types/components/src/icons/LogOut.d.ts +3 -0
  577. package/types/components/src/icons/Merge.d.ts +3 -0
  578. package/types/components/src/icons/NestedAttribute.d.ts +3 -0
  579. package/types/components/src/icons/NoDataSearch.d.ts +3 -0
  580. package/types/components/src/icons/NoMatches.d.ts +3 -0
  581. package/types/components/src/icons/PotentialMatch.d.ts +3 -0
  582. package/types/components/src/icons/Profile.d.ts +3 -0
  583. package/types/components/src/icons/Radius.d.ts +3 -0
  584. package/types/components/src/icons/Recommended.d.ts +3 -0
  585. package/types/components/src/icons/ReferenceAttribute.d.ts +3 -0
  586. package/types/components/src/icons/Remove.d.ts +3 -0
  587. package/types/components/src/icons/Search.d.ts +3 -0
  588. package/types/components/src/icons/SimpleAttribute.d.ts +3 -0
  589. package/types/components/src/icons/Suggest.d.ts +3 -0
  590. package/types/components/src/icons/UnMerge.d.ts +3 -0
  591. package/types/components/src/types/basicTable.d.ts +96 -0
  592. package/types/components/src/types/charts.d.ts +16 -0
  593. package/types/components/src/types/index.d.ts +234 -0
  594. package/types/components/src/types/preferences.d.ts +8 -0
  595. package/types/{components → dashboard/src/components}/DashboardConfigItem/styles.d.ts +1 -1
  596. package/types/{components → dashboard/src/components}/DashboardError/styles.d.ts +1 -1
  597. package/types/{components → dashboard/src/components}/DashboardLayoutItem/DashboardLayoutItem.d.ts +1 -1
  598. package/types/dashboard/src/components/DashboardLayoutPanel/styles.d.ts +1 -0
  599. package/types/dashboard/src/components/EntityTable/styles.d.ts +6 -0
  600. package/types/{components → dashboard/src/components}/LayoutItemContent/LayoutItemContent.d.ts +1 -1
  601. package/types/dashboard/src/components/WorkflowTaskItem/styles.d.ts +1 -0
  602. package/types/{hooks → dashboard/src/hooks}/useActivitiesRequest.d.ts +2 -1
  603. package/types/{hooks → dashboard/src/hooks}/useEntityByTypeRequest.d.ts +2 -1
  604. package/types/{hooks → dashboard/src/hooks}/useFacetRequest.d.ts +2 -1
  605. package/types/{hooks → dashboard/src/hooks}/useFilteredEntitiesRequest.d.ts +1 -1
  606. package/types/{hooks → dashboard/src/hooks}/useStatsRequest.d.ts +1 -1
  607. package/types/{hooks → dashboard/src/hooks}/useWorkflowTasksRequest.d.ts +1 -1
  608. package/types/{services → dashboard/src/services}/facets.d.ts +1 -1
  609. package/types/{services → dashboard/src/services}/savedSearches.d.ts +1 -1
  610. package/types/components/DashboardLayoutPanel/styles.d.ts +0 -1
  611. package/types/components/WorkflowTaskItem/styles.d.ts +0 -1
  612. /package/types/components/{EntityTable → src/TableWithBars}/styles.d.ts +0 -0
  613. /package/types/{components → dashboard/src/components}/DashboardConfigItem/DashboardConfigItem.d.ts +0 -0
  614. /package/types/{components → dashboard/src/components}/DashboardDateRangeSelector/DashboardDateRangeSelector.d.ts +0 -0
  615. /package/types/{components → dashboard/src/components}/DashboardDateRangeSelector/styles.d.ts +0 -0
  616. /package/types/{components → dashboard/src/components}/DashboardError/DashboardError.d.ts +0 -0
  617. /package/types/{components → dashboard/src/components}/DashboardLayout/DashboardLayout.d.ts +0 -0
  618. /package/types/{components → dashboard/src/components}/DashboardLayout/styles.d.ts +0 -0
  619. /package/types/{components → dashboard/src/components}/DashboardLayoutItem/styles.d.ts +0 -0
  620. /package/types/{components → dashboard/src/components}/DashboardLayoutPanel/DashboardLayoutPanel.d.ts +0 -0
  621. /package/types/{components → dashboard/src/components}/DashboardLinearLoader/DashboardLinearLoader.d.ts +0 -0
  622. /package/types/{components → dashboard/src/components}/DashboardLinearLoader/styles.d.ts +0 -0
  623. /package/types/{components → dashboard/src/components}/DashboardNoData/DashboardNoData.d.ts +0 -0
  624. /package/types/{components → dashboard/src/components}/DashboardNoData/styles.d.ts +0 -0
  625. /package/types/{components → dashboard/src/components}/DashboardPerspectiveHeader/DashboardPerspectiveHeader.d.ts +0 -0
  626. /package/types/{components → dashboard/src/components}/DashboardPerspectiveHeader/styles.d.ts +0 -0
  627. /package/types/{components → dashboard/src/components}/DashboardPopupMenu/DashboardPopupMenu.d.ts +0 -0
  628. /package/types/{components → dashboard/src/components}/DashboardPopupMenu/styles.d.ts +0 -0
  629. /package/types/{components → dashboard/src/components}/EntityTable/EntityTable.d.ts +0 -0
  630. /package/types/{components → dashboard/src/components}/EntityTable/cell-renderers/EntityLabelRenderer.d.ts +0 -0
  631. /package/types/{components → dashboard/src/components}/EntityTable/cell-renderers/HeadCellRenderer.d.ts +0 -0
  632. /package/types/{components → dashboard/src/components}/EntityTable/cell-renderers/styles.d.ts +0 -0
  633. /package/types/{components → dashboard/src/components}/InternalDashboardScreen/InternalDashboardScreen.d.ts +0 -0
  634. /package/types/{components → dashboard/src/components}/InternalDashboardScreen/helpers.d.ts +0 -0
  635. /package/types/{components → dashboard/src/components}/InternalDashboardScreen/styles.d.ts +0 -0
  636. /package/types/{components → dashboard/src/components}/LayoutItemContent/styles.d.ts +0 -0
  637. /package/types/{components → dashboard/src/components}/LayoutItemHeader/LayoutItemHeader.d.ts +0 -0
  638. /package/types/{components → dashboard/src/components}/LayoutItemHeader/styles.d.ts +0 -0
  639. /package/types/{components → dashboard/src/components}/LayoutItemView/LayoutItemView.d.ts +0 -0
  640. /package/types/{components → dashboard/src/components}/LayoutItemView/styles.d.ts +0 -0
  641. /package/types/{components → dashboard/src/components}/StatsChart/StatsChart.d.ts +0 -0
  642. /package/types/{components → dashboard/src/components}/StatsChart/customized/CustomAxisTick.d.ts +0 -0
  643. /package/types/{components → dashboard/src/components}/StatsChart/customized/CustomLegend.d.ts +0 -0
  644. /package/types/{components → dashboard/src/components}/StatsChart/customized/CustomTooltip.d.ts +0 -0
  645. /package/types/{components → dashboard/src/components}/StatsChart/customized/styles.d.ts +0 -0
  646. /package/types/{components → dashboard/src/components}/StatsChart/getStatsChartSettings.d.ts +0 -0
  647. /package/types/{components → dashboard/src/components}/WorkflowTaskItem/WorkflowTaskItem.d.ts +0 -0
  648. /package/types/{components → dashboard/src/components}/WorkflowTaskItem/WorkflowTaskObject.d.ts +0 -0
  649. /package/types/{components → dashboard/src/components}/WorkflowTasksList/WorkflowTasksList.d.ts +0 -0
  650. /package/types/{components → dashboard/src/components}/index.d.ts +0 -0
  651. /package/types/{contexts → dashboard/src/contexts}/DashboardViewIdContext/index.d.ts +0 -0
  652. /package/types/{index.d.ts → dashboard/src/index.d.ts} +0 -0
  653. /package/types/{services → dashboard/src/services}/entityTypes.d.ts +0 -0
  654. /package/types/{services → dashboard/src/services}/filters.d.ts +0 -0
  655. /package/types/{services → dashboard/src/services}/period.d.ts +0 -0
  656. /package/types/{services → dashboard/src/services}/stats.d.ts +0 -0
  657. /package/types/{services → dashboard/src/services}/workflowTasks.d.ts +0 -0
  658. /package/types/{types → dashboard/src/types}/DashboardSavedState.d.ts +0 -0
  659. /package/types/{types → dashboard/src/types}/DashboardViewWithStatus.d.ts +0 -0
  660. /package/types/{types → dashboard/src/types}/EntityData.d.ts +0 -0
  661. /package/types/{types → dashboard/src/types}/PeriodStep.d.ts +0 -0
  662. /package/types/{types → dashboard/src/types}/StatsData.d.ts +0 -0
  663. /package/types/{types → dashboard/src/types}/WorkflowTasks.d.ts +0 -0
  664. /package/types/{types → dashboard/src/types}/index.d.ts +0 -0
  665. /package/types/{views → dashboard/src/views}/ViewsFactory.d.ts +0 -0
  666. /package/types/{views → dashboard/src/views}/chartBased/DashboardFacet.d.ts +0 -0
  667. /package/types/{views → dashboard/src/views}/chartBased/EntitiesByTypeViewFacet.d.ts +0 -0
  668. /package/types/{views → dashboard/src/views}/chartBased/ProfileStatsFacet.d.ts +0 -0
  669. /package/types/{views → dashboard/src/views}/custom/CustomActionViewFacet.d.ts +0 -0
  670. /package/types/{views → dashboard/src/views}/custom/styles.d.ts +0 -0
  671. /package/types/{views → dashboard/src/views}/tableBased/ActivitiesViewFacet.d.ts +0 -0
  672. /package/types/{views → dashboard/src/views}/tableBased/FilteredEntitiesViewFacet.d.ts +0 -0
  673. /package/types/{views → dashboard/src/views}/tableBased/FilteredSavedSearchesFacet.d.ts +0 -0
  674. /package/types/{views → dashboard/src/views}/tableBased/NotificationInboxFacet.d.ts +0 -0
  675. /package/types/{views → dashboard/src/views}/tableBased/helpers.d.ts +0 -0
  676. /package/types/{views → dashboard/src/views}/tableBased/styles.d.ts +0 -0
@@ -0,0 +1,26 @@
1
+ export function ReactSelectOption(props: any): React.JSX.Element;
2
+ export namespace ReactSelectOption {
3
+ namespace propTypes {
4
+ let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
5
+ let innerProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
6
+ id: PropTypes.Validator<string>;
7
+ key: PropTypes.Requireable<string>;
8
+ onClick: PropTypes.Validator<(...args: any[]) => any>;
9
+ onMouseMove: PropTypes.Validator<(...args: any[]) => any>;
10
+ onMouseOver: PropTypes.Validator<(...args: any[]) => any>;
11
+ tabIndex: PropTypes.Validator<number>;
12
+ }>>>;
13
+ let innerRef: PropTypes.Requireable<any>;
14
+ let isFocused: PropTypes.Validator<boolean>;
15
+ let isSelected: PropTypes.Validator<boolean>;
16
+ let label: PropTypes.Requireable<string>;
17
+ let selectProps: PropTypes.Requireable<PropTypes.InferProps<{
18
+ classes: PropTypes.Requireable<PropTypes.InferProps<{
19
+ option: PropTypes.Requireable<string>;
20
+ 'option--selected': PropTypes.Requireable<string>;
21
+ }>>;
22
+ }>>;
23
+ }
24
+ }
25
+ import React from 'react';
26
+ import PropTypes from 'prop-types';
@@ -0,0 +1 @@
1
+ export { ReactSelectOption } from './ReactSelectOption';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ type Props = {
3
+ children: React.ReactNode;
4
+ isSelected: boolean;
5
+ };
6
+ export declare const ReactSelectOptionWithCheckIcon: {
7
+ (props: Props): React.JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1 @@
1
+ export { ReactSelectOptionWithCheckIcon } from './ReactSelectOptionWithCheckIcon';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"checkIcon">;
@@ -0,0 +1,28 @@
1
+ import React, { ElementType } from 'react';
2
+ import { ReactGridLayoutProps } from 'react-grid-layout';
3
+ import { ReltioGridLayoutItem } from '@reltio/mdm-sdk';
4
+ import { ReactGridLayoutItem, ReltioGridLayoutOptions } from '../types';
5
+ type Props<ViewConfig = Record<string, unknown>> = {
6
+ layout: ReltioGridLayoutItem[];
7
+ views?: ViewConfig[];
8
+ layoutOptions?: ReltioGridLayoutOptions;
9
+ onLayoutChanged?: (layout: ReltioGridLayoutItem[]) => void;
10
+ onDrop?: (layout: ReltioGridLayoutItem[], layoutItem: ReltioGridLayoutItem, e: Event) => void;
11
+ onDropDragOver?: ReactGridLayoutProps['onDropDragOver'];
12
+ onRemove?: (id: string) => void;
13
+ LayoutItem: ElementType;
14
+ draggableHandle?: string;
15
+ isDroppable?: boolean;
16
+ isStatic?: boolean;
17
+ droppingItem?: ReactGridLayoutItem;
18
+ classes?: {
19
+ root?: string;
20
+ item?: string;
21
+ };
22
+ onResize?: ReactGridLayoutProps['onResize'];
23
+ };
24
+ declare const _default: React.MemoExoticComponent<{
25
+ ({ views, layout, layoutOptions, onLayoutChanged, draggableHandle, LayoutItem, onRemove, onDrop, droppingItem, isDroppable, onDropDragOver, isStatic, classes, onResize }: Props): React.JSX.Element;
26
+ displayName: string;
27
+ }>;
28
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { ReltioGridLayoutOptions } from '../types';
2
+ export declare const DEFAULT_LAYOUT_OPTIONS: ReltioGridLayoutOptions;
@@ -0,0 +1,11 @@
1
+ import { ReltioGridLayoutItem } from '@reltio/mdm-sdk';
2
+ import { ReactGridLayoutItem, ReltioGridLayoutOptions } from '../types';
3
+ export declare const reltioLayoutItemToReactGridLayoutItem: ({ x, y, width, height, id, minWidth, minHeight, maxWidth, maxHeight, isStatic }: ReltioGridLayoutItem) => ReactGridLayoutItem;
4
+ export declare const reactGridLayoutItemToReltioLayoutItem: ({ x, y, w, h, maxW, minW, minH, maxH, i, ...obj }: ReactGridLayoutItem) => ReltioGridLayoutItem;
5
+ export declare const reltioLayoutToReactGridLayout: (layout: ReltioGridLayoutItem[]) => ReactGridLayoutItem[];
6
+ export declare const reactGridLayoutToReltioLayout: (layout: ReactGridLayoutItem[]) => ReltioGridLayoutItem[];
7
+ export declare const getReltioLayoutItemById: any;
8
+ export declare const copyPropsFromPreviousLayout: any;
9
+ export declare const calcHeight: (height: number, options: ReltioGridLayoutOptions) => number;
10
+ export declare const alignGroupedItemsHeights: any;
11
+ export declare const calcLayoutItemsHeight: any;
@@ -0,0 +1 @@
1
+ export { default as ReltioGridLayout } from './ReltioGridLayout';
@@ -0,0 +1 @@
1
+ export declare const RESIZE_ICON = "<svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path stroke=\"#505050\" stroke-opacity=\".54\" d=\"M9.5 0v10M0 9.5h9M7.5 4v4M4 7.5h3\"/>\n</svg>";
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"gridLayout" | "gridFullscreen" | "isResizing">;
@@ -0,0 +1,32 @@
1
+ import React from 'react';
2
+ import { GeoPoint } from '@reltio/mdm-sdk';
3
+ import { DrawingModes, MapBounds, Overlay, ClusteredMarkersOptions, DrawingMode } from './types';
4
+ type Props = {
5
+ markers?: GeoPoint[];
6
+ mapKey: string;
7
+ /** A map ID is required to use Advanced Markers. https://developers.google.com/maps/documentation/javascript/advanced-markers/overview */
8
+ mapId?: string;
9
+ defaultZoom?: number;
10
+ defaultCenter?: google.maps.LatLngLiteral;
11
+ loadingElement: React.ReactElement;
12
+ isSearchOnMapMove?: boolean;
13
+ isSearchEnabled?: boolean;
14
+ activeOverlay?: Overlay;
15
+ overlayOptions?: google.maps.PolygonOptions | google.maps.CircleOptions;
16
+ drawingModes?: DrawingModes;
17
+ markerClusterer?: boolean;
18
+ markerClustererOptions?: ClusteredMarkersOptions;
19
+ mapOptions?: google.maps.MapOptions;
20
+ mapContainerClassName?: string;
21
+ onMapBoundsChanged?: (value: MapBounds | null) => void;
22
+ onOverlayUpdated?: (value: {
23
+ data: number[][] | {
24
+ radius: number;
25
+ center: google.maps.LatLng;
26
+ };
27
+ type: DrawingMode;
28
+ }) => void;
29
+ onMarkerClicked?: (value: GeoPoint) => void;
30
+ };
31
+ export declare const ReltioMap: ({ mapKey, ...restProps }: Props) => React.JSX.Element;
32
+ export {};
@@ -0,0 +1,11 @@
1
+ import { GeoPoint } from '@reltio/mdm-sdk';
2
+ import React from 'react';
3
+ import { ClusteredMarkersOptions } from '../../types';
4
+ type Props = {
5
+ entityMarkers: GeoPoint[];
6
+ enabledClustering: boolean;
7
+ options?: ClusteredMarkersOptions;
8
+ onMarkerClick?: (marker: GeoPoint) => void;
9
+ };
10
+ export declare const ClusteredMarkers: React.MemoExoticComponent<({ entityMarkers, options, enabledClustering, onMarkerClick }: Props) => React.JSX.Element>;
11
+ export {};
@@ -0,0 +1,8 @@
1
+ import { Marker, Renderer, Cluster, ClusterStats } from '@googlemaps/markerclusterer';
2
+ import { ClusteredMarkersOptions } from '../../types';
3
+ export declare class CustomClusterRenderer implements Renderer {
4
+ private options;
5
+ private defaultRenderer;
6
+ constructor(options: ClusteredMarkersOptions);
7
+ render(cluster: Cluster, stats: ClusterStats, map: google.maps.Map): Marker;
8
+ }
@@ -0,0 +1 @@
1
+ export { ClusteredMarkers } from './ClusteredMarkers';
@@ -0,0 +1,2 @@
1
+ import { DrawingManagerProps } from './useDrawingManager';
2
+ export declare const DrawingManager: (props: DrawingManagerProps) => any;
@@ -0,0 +1 @@
1
+ export { DrawingManager } from './DrawingManager';
@@ -0,0 +1,7 @@
1
+ export type DrawingManagerProps = {
2
+ drawingMode: google.maps.drawing.OverlayType;
3
+ onPolygonComplete?: (polygon: google.maps.Polygon) => void;
4
+ onCircleComplete?: (circle: google.maps.Circle) => void;
5
+ options: google.maps.drawing.DrawingManagerOptions;
6
+ };
7
+ export declare const useDrawingManager: ({ drawingMode, onPolygonComplete, onCircleComplete, options }: DrawingManagerProps) => google.maps.drawing.DrawingManager;
@@ -0,0 +1,10 @@
1
+ import React, { ComponentProps } from 'react';
2
+ import { AdvancedMarker } from '@vis.gl/react-google-maps';
3
+ import { GeoPoint } from '@reltio/mdm-sdk';
4
+ type Props = {
5
+ marker: GeoPoint;
6
+ onClick: (marker: GeoPoint) => void;
7
+ clusterer?: (advancedMarker: google.maps.marker.AdvancedMarkerElement | null, id: string) => void;
8
+ } & Omit<ComponentProps<typeof AdvancedMarker>, 'onClick' | 'position' | 'onMouseEnter' | 'onMouseLeave'>;
9
+ declare const _default: React.MemoExoticComponent<({ marker, onClick, clusterer, ...otherProps }: Props) => React.JSX.Element>;
10
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const HOVERED_MARKER = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"22px\" height=\"32px\" viewBox=\"0 0 22 32\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <title>View / Map / Marker / Large (hover)</title>\n <defs>\n <radialGradient cx=\"50%\" cy=\"50.2950175%\" fx=\"50%\" fy=\"50.2950175%\" r=\"49.7049825%\" gradientTransform=\"translate(0.500000,0.502950),scale(0.777778,1.000000),rotate(90.000000),scale(1.000000,1.293560),translate(-0.500000,-0.502950)\" id=\"radialGradient-1\">\n <stop stop-color=\"#000000\" offset=\"0%\"></stop>\n <stop stop-color=\"#000000\" stop-opacity=\"0\" offset=\"100%\"></stop>\n </radialGradient>\n <path d=\"M21,0 C21.5522847,-1.01453063e-16 22,0.44771525 22,1 L22,21 C22,21.5522847 21.5522847,22 21,22 L15.7283832,22.0012846 C15.5422129,22.2445529 15.3664776,22.4802332 15.1984183,22.7122576 C13.7560833,24.7035592 13,26.2846074 13,27.5 L13,27.5 L12.9945143,27.6492623 C12.9181651,28.6841222 12.0543618,29.5 11,29.5 C9.8954305,29.5 9,28.6045695 9,27.5 L9,27.5 L8.99485006,27.3298651 C8.91582184,26.0024976 7.93016704,24.2171459 6.23940611,22.000704 L1,22 C0.44771525,22 6.76353751e-17,21.5522847 0,21 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 L21,0 Z\" id=\"path-2\"></path>\n </defs>\n <g id=\"View-/-Map-/-Marker-/-Large-(hover)\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <ellipse id=\"Oval\" fill=\"url(#radialGradient-1)\" opacity=\"0.32\" cx=\"11\" cy=\"28.5\" rx=\"6\" ry=\"4.66666667\"></ellipse>\n <mask id=\"mask-3\" fill=\"white\">\n <use xlink:href=\"#path-2\"></use>\n </mask>\n <use id=\"Path-2\" fill=\"#FFFFFF\" xlink:href=\"#path-2\"></use>\n <rect id=\"Entity-type\" fill=\"#24A8E8\" mask=\"url(#mask-3)\" x=\"0\" y=\"0\" width=\"22\" height=\"32\"></rect>\n <path d=\"M20,2 L20,20 L14.755,20 L14.6905172,20.0815309 C14.3562717,20.5012516 14.0578656,20.8886742 13.7817711,21.2616986 L13.5786724,21.5390469 C11.92787,23.8181606 11.079024,25.6311217 11.0052669,27.2674145 L11.0052669,27.2674145 L11,27.5 L10.9968324,27.3203844 C10.9285422,25.3781621 9.75347502,23.1598866 7.22124201,20.0010865 L2,20 L2,2 L20,2 Z\" id=\"Path\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" mask=\"url(#mask-3)\"></path>\n </g>\n</svg>";
@@ -0,0 +1 @@
1
+ export declare const MARKER = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"22px\" height=\"32px\" viewBox=\"0 0 22 32\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <title>View / Map / Marker / Large</title>\n <defs>\n <radialGradient cx=\"50%\" cy=\"50.2950175%\" fx=\"50%\" fy=\"50.2950175%\" r=\"49.7049825%\" gradientTransform=\"translate(0.500000,0.502950),scale(0.777778,1.000000),rotate(90.000000),scale(1.000000,1.293560),translate(-0.500000,-0.502950)\" id=\"radialGradient-1\">\n <stop stop-color=\"#000000\" offset=\"0%\"></stop>\n <stop stop-color=\"#000000\" stop-opacity=\"0\" offset=\"100%\"></stop>\n </radialGradient>\n <path d=\"M20,1 C20.5522847,1 21,1.44771525 21,2 L21,20 C21,20.5522847 20.5522847,21 20,21 L15.2374606,21.0021908 C14.9306693,21.3935449 14.6510143,21.7632851 14.3885453,22.1256523 C12.8309725,24.2760522 12,26.0137017 12,27.5 C12,28.0522847 11.5522847,28.5 11,28.5 C10.4477153,28.5 10,28.0522847 10,27.5 C10,25.7886708 8.84033182,23.6810997 6.73798027,21.0014567 L2,21 C1.44771525,21 1,20.5522847 1,20 L1,2 C1,1.44771525 1.44771525,1 2,1 L20,1 Z\" id=\"path-2\"></path>\n </defs>\n <g id=\"View-/-Map-/-Marker-/-Large\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <ellipse id=\"Oval\" fill=\"url(#radialGradient-1)\" opacity=\"0.12\" cx=\"11\" cy=\"28.5\" rx=\"4.5\" ry=\"3.5\"></ellipse>\n <path d=\"M21,0 C21.5522847,-1.01453063e-16 22,0.44771525 22,1 L22,21 C22,21.5522847 21.5522847,22 21,22 L15.7283832,22.0012846 C15.5422129,22.2445529 15.3664776,22.4802332 15.1984183,22.7122576 C13.7560833,24.7035592 13,26.2846074 13,27.5 L13,27.5 L12.9945143,27.6492623 C12.9181651,28.6841222 12.0543618,29.5 11,29.5 C9.8954305,29.5 9,28.6045695 9,27.5 L9,27.5 L8.99485006,27.3298651 C8.91582184,26.0024976 7.93016704,24.2171459 6.23940611,22.000704 L1,22 C0.44771525,22 6.76353751e-17,21.5522847 0,21 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 L21,0 Z\" id=\"Path-3\" fill=\"#FFFFFF\"></path>\n <mask id=\"mask-3\" fill=\"white\">\n <use xlink:href=\"#path-2\"></use>\n </mask>\n <use id=\"Path-2\" fill=\"#FFFFFF\" fill-rule=\"nonzero\" xlink:href=\"#path-2\"></use>\n <rect id=\"Entity-type\" fill=\"#24A8E8\" mask=\"url(#mask-3)\" x=\"0\" y=\"0\" width=\"22\" height=\"32\"></rect>\n </g>\n</svg>";
@@ -0,0 +1 @@
1
+ export { default as EntityMarker } from './EntityMarker';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"popper">;
@@ -0,0 +1,7 @@
1
+ export declare const Polygon: import("react").ForwardRefExoticComponent<{
2
+ options: google.maps.PolygonOptions;
3
+ } & {
4
+ onInit?: (polygon: google.maps.Polygon) => void;
5
+ onDragEnd?: (e: google.maps.MapMouseEvent) => void;
6
+ onMouseUp?: (e: google.maps.MapMouseEvent) => void;
7
+ } & import("react").RefAttributes<google.maps.Polygon>>;
@@ -0,0 +1 @@
1
+ export { Polygon } from './Polygon';
@@ -0,0 +1,10 @@
1
+ type PolygonEventProps = {
2
+ onInit?: (polygon: google.maps.Polygon) => void;
3
+ onDragEnd?: (e: google.maps.MapMouseEvent) => void;
4
+ onMouseUp?: (e: google.maps.MapMouseEvent) => void;
5
+ };
6
+ export type PolygonProps = {
7
+ options: google.maps.PolygonOptions;
8
+ } & PolygonEventProps;
9
+ export declare const usePolygon: (props: PolygonProps) => google.maps.Polygon;
10
+ export {};
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ isSearchOnMapMove: boolean;
5
+ onChangeIsSearchOnMapMove: (value: boolean) => void;
6
+ };
7
+ export declare const TopCenterMapControls: ({ className, isSearchOnMapMove, onChangeIsSearchOnMapMove }: Props) => React.JSX.Element;
8
+ export {};
@@ -0,0 +1 @@
1
+ export { TopCenterMapControls } from './TopCenterMapControls';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"label" | "container" | "checkbox">;
@@ -0,0 +1,49 @@
1
+ import React from 'react';
2
+ import { DrawingMode, DrawingModes } from '../../types';
3
+ export declare const ButtonWithTooltip: React.ForwardRefExoticComponent<Omit<{
4
+ tooltipTitle?: import("@mui/material").TooltipProps["title"];
5
+ tooltipPlacement?: import("@mui/material").TooltipProps["placement"];
6
+ showForDisabled?: boolean;
7
+ } & {
8
+ children?: React.ReactNode;
9
+ classes?: Partial<import("@mui/material/Button").ButtonClasses>;
10
+ color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material/Button").ButtonPropsColorOverrides>;
11
+ disabled?: boolean;
12
+ disableElevation?: boolean;
13
+ disableFocusRipple?: boolean;
14
+ endIcon?: React.ReactNode;
15
+ fullWidth?: boolean;
16
+ href?: string;
17
+ size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material/Button").ButtonPropsSizeOverrides>;
18
+ startIcon?: React.ReactNode;
19
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
20
+ variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material/Button").ButtonPropsVariantOverrides>;
21
+ } & Omit<{
22
+ action?: React.Ref<import("@mui/material").ButtonBaseActions>;
23
+ centerRipple?: boolean;
24
+ children?: React.ReactNode;
25
+ classes?: Partial<import("@mui/material").ButtonBaseClasses>;
26
+ disabled?: boolean;
27
+ disableRipple?: boolean;
28
+ disableTouchRipple?: boolean;
29
+ focusRipple?: boolean;
30
+ focusVisibleClassName?: string;
31
+ LinkComponent?: React.ElementType;
32
+ onFocusVisible?: React.FocusEventHandler<any>;
33
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
34
+ tabIndex?: NonNullable<React.HTMLAttributes<any>["tabIndex"]>;
35
+ TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps>;
36
+ touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
37
+ }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
38
+ ref?: React.Ref<HTMLButtonElement>;
39
+ }, "children" | "size" | "action" | "color" | "disabled" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "tabIndex" | "href" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "fullWidth" | "startIcon">, "ref"> & React.RefAttributes<HTMLElement>>;
40
+ type Props = {
41
+ className?: string;
42
+ onDrawingModeChanged: (value: DrawingMode | null) => void;
43
+ drawingMode: DrawingMode | null;
44
+ drawingModes: DrawingModes;
45
+ hasActiveOverlay: boolean;
46
+ onClearOverlay: () => void;
47
+ };
48
+ export declare const TopRightMapControls: ({ className, drawingMode, drawingModes, hasActiveOverlay, onDrawingModeChanged, onClearOverlay }: Props) => React.JSX.Element;
49
+ export {};
@@ -0,0 +1 @@
1
+ export { TopRightMapControls } from './TopRightMapControls';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"icon" | "button" | "container">;
@@ -0,0 +1,6 @@
1
+ import { GeoPoint } from '@reltio/mdm-sdk';
2
+ import { DrawingMode, Overlay, MapInstance } from './types';
3
+ export declare const getMapBoundsPolygon: (map: MapInstance) => any[];
4
+ export declare const getDrawingMode: (drawingMode: DrawingMode) => google.maps.drawing.OverlayType.CIRCLE | google.maps.drawing.OverlayType.POLYGON;
5
+ export declare const fitMapBoundsForMarkers: (markers: GeoPoint[], map: MapInstance, overlay: Overlay) => void;
6
+ export declare const fitMapBoundsForOverlay: (map: MapInstance, overlay: Overlay, existingBounds?: any) => void;
@@ -0,0 +1,2 @@
1
+ export { ReltioMap } from './ReltioMap';
2
+ export type { DrawingMode } from './types';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"mapControlContainer">;
@@ -0,0 +1,19 @@
1
+ import { Marker } from '@googlemaps/markerclusterer';
2
+ export type DrawingMode = 'circle' | 'polygon';
3
+ export type DrawingModes = DrawingMode[];
4
+ export type ClusteredMarkersOptions = {
5
+ maxZoom?: number;
6
+ calculator?: (markers: Marker[]) => {
7
+ title: string;
8
+ };
9
+ };
10
+ export type OverlayPath = Array<{
11
+ lat: number;
12
+ lng: number;
13
+ }>;
14
+ export type Overlay = {
15
+ path: OverlayPath;
16
+ type: string;
17
+ };
18
+ export type MapInstance = any;
19
+ export type MapBounds = [number, number][];
@@ -0,0 +1,6 @@
1
+ export declare const useFitMapBounds: ({ markers, activeOverlay, isSearchOnMapMove, map }: {
2
+ markers: any;
3
+ activeOverlay: any;
4
+ isSearchOnMapMove: any;
5
+ map: any;
6
+ }) => void;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const RequiredMark: () => React.JSX.Element;
@@ -0,0 +1 @@
1
+ export { RequiredMark } from './RequiredMark';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"mark">;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ type Props = {
3
+ text?: string;
4
+ };
5
+ export declare const SearchHighlighter: ({ text }: Props) => React.JSX.Element;
6
+ export {};
@@ -0,0 +1 @@
1
+ export { SearchHighlighter } from './SearchHighlighter';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"highlightedText">;
@@ -0,0 +1,11 @@
1
+ export function SelectEditor({ classes, ...otherProps }: {
2
+ [x: string]: any;
3
+ classes: any;
4
+ }): React.JSX.Element;
5
+ export namespace SelectEditor {
6
+ namespace propTypes {
7
+ let classes: PropTypes.Requireable<object>;
8
+ }
9
+ }
10
+ import React from 'react';
11
+ import PropTypes from 'prop-types';
@@ -0,0 +1 @@
1
+ export { SelectEditor } from './SelectEditor';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"icon" | "root">;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { DropDownSelector } from '../DropDownSelector';
3
+ declare const _default: React.MemoExoticComponent<(props: React.ComponentProps<typeof DropDownSelector>) => React.JSX.Element>;
4
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { TypographyProps } from '@mui/material/Typography';
3
+ type Props = {
4
+ innerProps?: Partial<TypographyProps>;
5
+ children: React.ReactNode;
6
+ };
7
+ export declare const DropDownPlaceholder: ({ innerProps, children }: Props) => React.JSX.Element;
8
+ export {};
@@ -0,0 +1 @@
1
+ export { DropDownPlaceholder } from './DropDownPlaceholder';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"placeholder">;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ type Props = {
3
+ selectProps: {
4
+ menuIsOpen?: boolean;
5
+ };
6
+ data: {
7
+ label: string;
8
+ };
9
+ };
10
+ export declare const DropDownValue: ({ selectProps: { menuIsOpen }, data: { label } }: Props) => React.JSX.Element;
11
+ export {};
@@ -0,0 +1 @@
1
+ export { DropDownValue } from './DropDownValue';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"value">;
@@ -0,0 +1 @@
1
+ export { default as SimpleDropDownSelector } from './SimpleDropDownSelector';
@@ -0,0 +1,9 @@
1
+ import React, { ComponentProps } from 'react';
2
+ import TextField from '@mui/material/TextField';
3
+ type Props = Omit<ComponentProps<typeof TextField>, 'value' | 'onChange'> & {
4
+ value?: string | number;
5
+ onChange?: (value: string | number) => void;
6
+ isCrossedOut?: boolean;
7
+ };
8
+ export declare const SimpleInput: ({ value, onChange, multiline, InputProps, isCrossedOut, ...otherProps }: Props) => React.JSX.Element;
9
+ export {};
@@ -0,0 +1 @@
1
+ export { SimpleInput } from './SimpleInput';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"isCrossedOut">;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IconButtonProps } from '@mui/material/IconButton';
3
+ import { SIZES } from './constants';
4
+ export declare const SmallIconButton: React.ForwardRefExoticComponent<Omit<Omit<IconButtonProps, "size"> & {
5
+ iconClassName?: string;
6
+ icon?: React.ElementType;
7
+ size?: keyof typeof SIZES;
8
+ }, "ref"> & React.RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,9 @@
1
+ export declare const SIZES: {
2
+ XXS: string;
3
+ XS: string;
4
+ S: string;
5
+ M: string;
6
+ MPlus: string;
7
+ L: string;
8
+ XL: string;
9
+ };
@@ -0,0 +1,11 @@
1
+ import { SmallIconButton } from './SmallIconButton';
2
+ declare const SmallIconButtonWithTooltip: import("react").ForwardRefExoticComponent<Omit<{
3
+ tooltipTitle?: import("@mui/material").TooltipProps["title"];
4
+ tooltipPlacement?: import("@mui/material").TooltipProps["placement"];
5
+ showForDisabled?: boolean;
6
+ } & Omit<Omit<import("@mui/material").IconButtonProps, "size"> & {
7
+ iconClassName?: string;
8
+ icon?: React.ElementType;
9
+ size?: keyof typeof import("./constants").SIZES;
10
+ }, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLElement>>;
11
+ export { SmallIconButton, SmallIconButtonWithTooltip };
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"disabled" | "rootAll" | "rootXXS" | "iconXXS" | "rootXS" | "iconXS" | "rootS" | "iconS" | "rootM" | "rootMPlus" | "rootL" | "rootXL">;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const Spacer: () => React.JSX.Element;
@@ -0,0 +1 @@
1
+ export { Spacer } from './Spacer';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"spacer">;
@@ -0,0 +1,10 @@
1
+ import React, { RefObject } from 'react';
2
+ import { ChartType, TableWithBarsOptions } from '@reltio/mdm-sdk';
3
+ import { BaseChartProps } from '../types/charts';
4
+ type Props = BaseChartProps & {
5
+ chartType?: ChartType.TABLE;
6
+ basicTableRef?: RefObject<HTMLDivElement>;
7
+ options?: TableWithBarsOptions;
8
+ };
9
+ export declare const TableWithBars: ({ width, height, data, options, basicTableRef, onItemClick }: Props) => React.JSX.Element;
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ type Props = {
3
+ value?: string;
4
+ onClick?: () => void;
5
+ };
6
+ export declare const AttributeCellRenderer: ({ value, onClick }: Props) => React.JSX.Element;
7
+ declare const _default: React.ComponentType<{
8
+ [x: string]: unknown;
9
+ }>;
10
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as AttributeCellRenderer } from './AttributeCellRenderer';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"attribute">;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ type HeadCellRendererProps = {
3
+ className?: string;
4
+ headCellData: {
5
+ label: string;
6
+ };
7
+ };
8
+ export declare const HeadCellRenderer: ({ className, headCellData, ...otherProps }: HeadCellRendererProps) => React.JSX.Element;
9
+ export {};
@@ -0,0 +1 @@
1
+ export { HeadCellRenderer } from './HeadCellRenderer';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"headCell" | "headLabel">;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ type NumberCellValueRendererProps = {
3
+ value: number;
4
+ columnData: {
5
+ maxValue?: number;
6
+ };
7
+ rowValue: {
8
+ onLoadButtonClick?: () => void;
9
+ isLoading?: boolean;
10
+ };
11
+ };
12
+ export declare const NumberCellValueRenderer: ({ value, columnData: { maxValue }, rowValue: { onLoadButtonClick, isLoading } }: NumberCellValueRendererProps) => React.JSX.Element;
13
+ export {};
@@ -0,0 +1 @@
1
+ export { NumberCellValueRenderer } from './NumberCellValueRenderer';
@@ -0,0 +1 @@
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"number" | "numberContainer" | "colorBarContainer" | "loadCaption">;
@@ -0,0 +1 @@
1
+ export { TableWithBars } from './TableWithBars';
@@ -0,0 +1,13 @@
1
+ import React, { ComponentProps } from 'react';
2
+ import { MultipleInput } from '../MultipleInput';
3
+ import { SimpleInput } from '../SimpleInput';
4
+ type SimpleInputProps = ComponentProps<typeof SimpleInput>;
5
+ type MultipleInputProps = ComponentProps<typeof MultipleInput>;
6
+ type Props = {
7
+ multiple?: boolean;
8
+ value?: SimpleInputProps['value'] | MultipleInputProps['values'];
9
+ getValueLabel?: MultipleInputProps['getValueLabel'];
10
+ multiline?: SimpleInputProps['multiline'];
11
+ } & (SimpleInputProps | MultipleInputProps);
12
+ export declare const TextEditor: ({ multiple, value, getValueLabel, multiline, ...otherProps }: Props) => React.JSX.Element;
13
+ export {};