@epam/uui 5.5.2 → 5.5.4

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 (849) hide show
  1. package/assets/styles/buttonLayout.scss +67 -67
  2. package/assets/styles/controlLayout.scss +28 -28
  3. package/assets/styles/dnd.scss +9 -9
  4. package/assets/styles/effects.scss +7 -7
  5. package/assets/styles/icons.scss +19 -19
  6. package/assets/styles/index.scss +8 -8
  7. package/assets/styles/inputs.scss +74 -74
  8. package/assets/styles/text-size.scss +42 -42
  9. package/assets/styles/typography.scss +174 -174
  10. package/{build/index.esm.js → index.esm.js} +96 -96
  11. package/index.esm.js.map +1 -0
  12. package/{build/index.js → index.js} +96 -96
  13. package/index.js.map +1 -0
  14. package/package.json +7 -7
  15. package/readme.md +4 -4
  16. package/{build/stats.html → stats.html} +1 -1
  17. package/{build/styles.css → styles.css} +2501 -2501
  18. package/{build/styles.css.map → styles.css.map} +1 -1
  19. package/build/assets/styles/buttonLayout.scss +0 -67
  20. package/build/assets/styles/controlLayout.scss +0 -28
  21. package/build/assets/styles/dnd.scss +0 -9
  22. package/build/assets/styles/effects.scss +0 -7
  23. package/build/assets/styles/icons.scss +0 -19
  24. package/build/assets/styles/index.scss +0 -8
  25. package/build/assets/styles/inputs.scss +0 -74
  26. package/build/assets/styles/text-size.scss +0 -42
  27. package/build/assets/styles/typography.scss +0 -174
  28. package/build/index.esm.js.map +0 -1
  29. package/build/index.js.map +0 -1
  30. package/build/package.json +0 -37
  31. package/build/readme.md +0 -5
  32. package/components/buttons/Button.module.scss +0 -157
  33. package/components/buttons/Button.tsx +0 -53
  34. package/components/buttons/IconButton.module.scss +0 -44
  35. package/components/buttons/IconButton.tsx +0 -23
  36. package/components/buttons/LinkButton.module.scss +0 -85
  37. package/components/buttons/LinkButton.tsx +0 -48
  38. package/components/buttons/TabButton.module.scss +0 -94
  39. package/components/buttons/TabButton.tsx +0 -50
  40. package/components/buttons/VerticalTabButton.module.scss +0 -7
  41. package/components/buttons/VerticalTabButton.tsx +0 -12
  42. package/components/buttons/__tests__/Button.test.tsx +0 -34
  43. package/components/buttons/__tests__/IconButton.test.tsx +0 -16
  44. package/components/buttons/__tests__/LinkButton.test.tsx +0 -16
  45. package/components/buttons/__tests__/TabButton.test.tsx +0 -16
  46. package/components/buttons/__tests__/VerticalTabButton.test.tsx +0 -16
  47. package/components/buttons/__tests__/__snapshots__/Button.test.tsx.snap +0 -60
  48. package/components/buttons/__tests__/__snapshots__/IconButton.test.tsx.snap +0 -34
  49. package/components/buttons/__tests__/__snapshots__/LinkButton.test.tsx.snap +0 -47
  50. package/components/buttons/__tests__/__snapshots__/TabButton.test.tsx.snap +0 -31
  51. package/components/buttons/__tests__/__snapshots__/VerticalTabButton.test.tsx.snap +0 -31
  52. package/components/buttons/helper.ts +0 -22
  53. package/components/buttons/index.ts +0 -5
  54. package/components/datePickers/Calendar.module.scss +0 -143
  55. package/components/datePickers/Calendar.tsx +0 -10
  56. package/components/datePickers/CalendarPresets.module.scss +0 -30
  57. package/components/datePickers/CalendarPresets.tsx +0 -9
  58. package/components/datePickers/DatePicker.tsx +0 -79
  59. package/components/datePickers/DatePickerBody.module.scss +0 -107
  60. package/components/datePickers/DatePickerBody.tsx +0 -78
  61. package/components/datePickers/DatePickerHeader.module.scss +0 -15
  62. package/components/datePickers/DatePickerHeader.tsx +0 -126
  63. package/components/datePickers/RangeDatePicker.module.scss +0 -101
  64. package/components/datePickers/RangeDatePicker.tsx +0 -120
  65. package/components/datePickers/RangeDatePickerBody.module.scss +0 -128
  66. package/components/datePickers/RangeDatePickerBody.tsx +0 -263
  67. package/components/datePickers/__tests__/Calendar.test.tsx +0 -11
  68. package/components/datePickers/__tests__/CalendarPresets.test.tsx +0 -11
  69. package/components/datePickers/__tests__/DatePicker.test.tsx +0 -153
  70. package/components/datePickers/__tests__/DatePickerBody.test.tsx +0 -64
  71. package/components/datePickers/__tests__/DatePickerHeader.test.tsx +0 -195
  72. package/components/datePickers/__tests__/RangeDatePicker.test.tsx +0 -323
  73. package/components/datePickers/__tests__/RangeDatePickerBody.test.tsx +0 -284
  74. package/components/datePickers/__tests__/__snapshots__/Calendar.test.tsx.snap +0 -524
  75. package/components/datePickers/__tests__/__snapshots__/CalendarPresets.test.tsx.snap +0 -61
  76. package/components/datePickers/__tests__/__snapshots__/DatePicker.test.tsx.snap +0 -59
  77. package/components/datePickers/__tests__/__snapshots__/DatePickerBody.test.tsx.snap +0 -619
  78. package/components/datePickers/__tests__/__snapshots__/RangeDatePicker.test.tsx.snap +0 -119
  79. package/components/datePickers/__tests__/__snapshots__/RangeDatePickerBody.test.tsx.snap +0 -1231
  80. package/components/datePickers/index.ts +0 -5
  81. package/components/dnd/DropMarker.module.scss +0 -62
  82. package/components/dnd/DropMarker.tsx +0 -28
  83. package/components/dnd/__tests__/DropMarker.test.tsx +0 -31
  84. package/components/dnd/__tests__/__snapshots__/DropMarker.test.tsx.snap +0 -7
  85. package/components/dnd/index.tsx +0 -1
  86. package/components/fileUpload/DropSpot.module.scss +0 -47
  87. package/components/fileUpload/DropSpot.tsx +0 -68
  88. package/components/fileUpload/FileCard.module.scss +0 -88
  89. package/components/fileUpload/FileCard.tsx +0 -147
  90. package/components/fileUpload/SvgCircleProgress.module.scss +0 -8
  91. package/components/fileUpload/SvgCircleProgress.tsx +0 -41
  92. package/components/fileUpload/__tests__/DropSpot.test.tsx +0 -15
  93. package/components/fileUpload/__tests__/FileCard.test.tsx +0 -57
  94. package/components/fileUpload/__tests__/SvgCircleProgress.test.tsx +0 -10
  95. package/components/fileUpload/__tests__/__snapshots__/DropSpot.test.tsx.snap +0 -130
  96. package/components/fileUpload/__tests__/__snapshots__/FileCard.test.tsx.snap +0 -266
  97. package/components/fileUpload/__tests__/__snapshots__/SvgCircleProgress.test.tsx.snap +0 -26
  98. package/components/fileUpload/index.ts +0 -3
  99. package/components/filters/FilterDatePickerBody.tsx +0 -58
  100. package/components/filters/FilterItemBody.tsx +0 -23
  101. package/components/filters/FilterNumericBody.module.scss +0 -4
  102. package/components/filters/FilterNumericBody.tsx +0 -131
  103. package/components/filters/FilterPanelItemToggler.module.scss +0 -140
  104. package/components/filters/FilterPanelItemToggler.tsx +0 -91
  105. package/components/filters/FilterPickerBody.tsx +0 -75
  106. package/components/filters/FilterRangeDatePickerBody.module.scss +0 -92
  107. package/components/filters/FilterRangeDatePickerBody.tsx +0 -85
  108. package/components/filters/FiltersPanel.tsx +0 -218
  109. package/components/filters/FiltersPanelItem.module.scss +0 -22
  110. package/components/filters/FiltersPanelItem.tsx +0 -269
  111. package/components/filters/PresetPanel/Preset.module.scss +0 -25
  112. package/components/filters/PresetPanel/Preset.tsx +0 -61
  113. package/components/filters/PresetPanel/PresetActionsDropdown.module.scss +0 -23
  114. package/components/filters/PresetPanel/PresetActionsDropdown.tsx +0 -138
  115. package/components/filters/PresetPanel/PresetInput.module.scss +0 -55
  116. package/components/filters/PresetPanel/PresetInput.tsx +0 -54
  117. package/components/filters/PresetPanel/PresetsPanel.module.scss +0 -34
  118. package/components/filters/PresetPanel/PresetsPanel.tsx +0 -112
  119. package/components/filters/PresetPanel/__tests__/Preset.test.tsx +0 -44
  120. package/components/filters/PresetPanel/__tests__/PresetActionsDropdown.test.tsx +0 -28
  121. package/components/filters/PresetPanel/__tests__/PresetInput.test.tsx +0 -10
  122. package/components/filters/PresetPanel/__tests__/__snapshots__/Preset.test.tsx.snap +0 -101
  123. package/components/filters/PresetPanel/__tests__/__snapshots__/PresetActionsDropdown.test.tsx.snap +0 -19
  124. package/components/filters/PresetPanel/__tests__/__snapshots__/PresetInput.test.tsx.snap +0 -38
  125. package/components/filters/PresetPanel/__tests__/__snapshots__/presetsPanel.test.tsx.snap +0 -101
  126. package/components/filters/PresetPanel/__tests__/presetsPanel.test.tsx +0 -381
  127. package/components/filters/PresetPanel/constants.ts +0 -4
  128. package/components/filters/PresetPanel/index.ts +0 -1
  129. package/components/filters/__tests__/__snapshots__/filtersPanel.test.tsx.snap +0 -295
  130. package/components/filters/__tests__/filtersPanel.test.tsx +0 -375
  131. package/components/filters/constants.ts +0 -4
  132. package/components/filters/defaultPredicates.ts +0 -11
  133. package/components/filters/index.ts +0 -4
  134. package/components/forms/Form.tsx +0 -39
  135. package/components/forms/index.tsx +0 -2
  136. package/components/forms/useForm.tsx +0 -39
  137. package/components/index.ts +0 -14
  138. package/components/inputs/Checkbox.module.scss +0 -162
  139. package/components/inputs/Checkbox.tsx +0 -43
  140. package/components/inputs/InputAddon.module.scss +0 -11
  141. package/components/inputs/InputAddon.tsx +0 -11
  142. package/components/inputs/MultiSwitch.tsx +0 -54
  143. package/components/inputs/NumericInput.module.scss +0 -97
  144. package/components/inputs/NumericInput.tsx +0 -53
  145. package/components/inputs/RadioInput.module.scss +0 -200
  146. package/components/inputs/RadioInput.tsx +0 -30
  147. package/components/inputs/Slider.module.scss +0 -130
  148. package/components/inputs/Slider.tsx +0 -11
  149. package/components/inputs/Switch.module.scss +0 -172
  150. package/components/inputs/Switch.tsx +0 -22
  151. package/components/inputs/TextArea.module.scss +0 -210
  152. package/components/inputs/TextArea.tsx +0 -47
  153. package/components/inputs/TextInput.module.scss +0 -199
  154. package/components/inputs/TextInput.tsx +0 -60
  155. package/components/inputs/TimePicker.module.scss +0 -68
  156. package/components/inputs/TimePicker.tsx +0 -79
  157. package/components/inputs/TimePickerBody.tsx +0 -10
  158. package/components/inputs/__tests__/Checkbox.test.tsx +0 -15
  159. package/components/inputs/__tests__/InputAddon.test.tsx +0 -12
  160. package/components/inputs/__tests__/MultiSwitch.test.tsx +0 -16
  161. package/components/inputs/__tests__/NumericInput.test.tsx +0 -19
  162. package/components/inputs/__tests__/RadioInput.test.tsx +0 -15
  163. package/components/inputs/__tests__/Slider.test.tsx +0 -22
  164. package/components/inputs/__tests__/Switch.test.tsx +0 -15
  165. package/components/inputs/__tests__/TextArea.test.tsx +0 -15
  166. package/components/inputs/__tests__/TextInput.test.tsx +0 -20
  167. package/components/inputs/__tests__/TimePicker.test.tsx +0 -19
  168. package/components/inputs/__tests__/TimePickerBody.test.tsx +0 -38
  169. package/components/inputs/__tests__/__snapshots__/Checkbox.test.tsx.snap +0 -37
  170. package/components/inputs/__tests__/__snapshots__/InputAddon.test.tsx.snap +0 -9
  171. package/components/inputs/__tests__/__snapshots__/MultiSwitch.test.tsx.snap +0 -37
  172. package/components/inputs/__tests__/__snapshots__/NumericInput.test.tsx.snap +0 -95
  173. package/components/inputs/__tests__/__snapshots__/RadioInput.test.tsx.snap +0 -40
  174. package/components/inputs/__tests__/__snapshots__/Slider.test.tsx.snap +0 -157
  175. package/components/inputs/__tests__/__snapshots__/Switch.test.tsx.snap +0 -48
  176. package/components/inputs/__tests__/__snapshots__/TextArea.test.tsx.snap +0 -38
  177. package/components/inputs/__tests__/__snapshots__/TextInput.test.tsx.snap +0 -55
  178. package/components/inputs/__tests__/__snapshots__/TimePicker.test.tsx +0 -19
  179. package/components/inputs/__tests__/__snapshots__/TimePicker.test.tsx.snap +0 -45
  180. package/components/inputs/__tests__/__snapshots__/TimePickerBody.test.tsx +0 -38
  181. package/components/inputs/__tests__/__snapshots__/TimePickerBody.test.tsx.snap +0 -327
  182. package/components/inputs/__tests__/__snapshots__/__snapshots__/TimePicker.test.tsx.snap +0 -45
  183. package/components/inputs/__tests__/__snapshots__/__snapshots__/TimePickerBody.test.tsx.snap +0 -327
  184. package/components/inputs/index.ts +0 -10
  185. package/components/layout/Accordion.module.scss +0 -180
  186. package/components/layout/Accordion.tsx +0 -35
  187. package/components/layout/Blocker.module.scss +0 -30
  188. package/components/layout/Blocker.tsx +0 -11
  189. package/components/layout/CheckboxGroup.module.scss +0 -21
  190. package/components/layout/CheckboxGroup.tsx +0 -74
  191. package/components/layout/ControlGroup.module.scss +0 -15
  192. package/components/layout/ControlGroup.tsx +0 -5
  193. package/components/layout/FlexItems/FlexCell.module.scss +0 -5
  194. package/components/layout/FlexItems/FlexCell.tsx +0 -11
  195. package/components/layout/FlexItems/FlexRow.module.scss +0 -122
  196. package/components/layout/FlexItems/FlexRow.tsx +0 -63
  197. package/components/layout/FlexItems/Panel.module.scss +0 -34
  198. package/components/layout/FlexItems/Panel.tsx +0 -29
  199. package/components/layout/FlexItems/__tests__/FlexCell.test.tsx +0 -15
  200. package/components/layout/FlexItems/__tests__/FlexRow.test.tsx +0 -17
  201. package/components/layout/FlexItems/__tests__/FlexSpacer.test.tsx +0 -10
  202. package/components/layout/FlexItems/__tests__/Panel.test.tsx +0 -15
  203. package/components/layout/FlexItems/__tests__/__snapshots__/FlexCell.test.tsx.snap +0 -34
  204. package/components/layout/FlexItems/__tests__/__snapshots__/FlexRow.test.tsx.snap +0 -26
  205. package/components/layout/FlexItems/__tests__/__snapshots__/FlexSpacer.test.tsx.snap +0 -7
  206. package/components/layout/FlexItems/__tests__/__snapshots__/Panel.test.tsx.snap +0 -14
  207. package/components/layout/FlexItems/index.ts +0 -4
  208. package/components/layout/LabeledInput.module.scss +0 -139
  209. package/components/layout/LabeledInput.tsx +0 -22
  210. package/components/layout/RadioGroup.module.scss +0 -21
  211. package/components/layout/RadioGroup.tsx +0 -68
  212. package/components/layout/ScrollBars.module.scss +0 -56
  213. package/components/layout/ScrollBars.tsx +0 -11
  214. package/components/layout/VirtualList.module.scss +0 -10
  215. package/components/layout/VirtualList.tsx +0 -126
  216. package/components/layout/__tests__/Accordion.test.tsx +0 -16
  217. package/components/layout/__tests__/Blocker.test.tsx +0 -10
  218. package/components/layout/__tests__/CheckboxGroup.test.tsx +0 -33
  219. package/components/layout/__tests__/ControlGroup.test.tsx +0 -18
  220. package/components/layout/__tests__/LabeledInput.test.tsx +0 -26
  221. package/components/layout/__tests__/RadioGroup.test.tsx +0 -33
  222. package/components/layout/__tests__/ScrollBars.test.tsx +0 -17
  223. package/components/layout/__tests__/VirtualList.test.tsx +0 -10
  224. package/components/layout/__tests__/__snapshots__/Accordion.test.tsx.snap +0 -65
  225. package/components/layout/__tests__/__snapshots__/Blocker.test.tsx.snap +0 -36
  226. package/components/layout/__tests__/__snapshots__/CheckboxGroup.test.tsx.snap +0 -99
  227. package/components/layout/__tests__/__snapshots__/ControlGroup.test.tsx.snap +0 -33
  228. package/components/layout/__tests__/__snapshots__/LabeledInput.test.tsx.snap +0 -89
  229. package/components/layout/__tests__/__snapshots__/RadioGroup.test.tsx.snap +0 -95
  230. package/components/layout/__tests__/__snapshots__/ScrollBars.test.tsx.snap +0 -68
  231. package/components/layout/__tests__/__snapshots__/VirtualList.test.tsx.snap +0 -90
  232. package/components/layout/index.ts +0 -10
  233. package/components/navigation/Anchor.module.scss +0 -7
  234. package/components/navigation/Anchor.tsx +0 -5
  235. package/components/navigation/MainMenu/Burger/Burger.module.scss +0 -81
  236. package/components/navigation/MainMenu/Burger/Burger.tsx +0 -18
  237. package/components/navigation/MainMenu/Burger/BurgerButton.module.scss +0 -69
  238. package/components/navigation/MainMenu/Burger/BurgerButton.tsx +0 -28
  239. package/components/navigation/MainMenu/Burger/BurgerGroupHeader.module.scss +0 -31
  240. package/components/navigation/MainMenu/Burger/BurgerGroupHeader.tsx +0 -19
  241. package/components/navigation/MainMenu/Burger/BurgerSearch.module.scss +0 -51
  242. package/components/navigation/MainMenu/Burger/BurgerSearch.tsx +0 -23
  243. package/components/navigation/MainMenu/Burger/__tests__/Burger.test.tsx +0 -13
  244. package/components/navigation/MainMenu/Burger/__tests__/BurgerButton.test.tsx +0 -18
  245. package/components/navigation/MainMenu/Burger/__tests__/BurgerGroupHeader.test.tsx +0 -10
  246. package/components/navigation/MainMenu/Burger/__tests__/BurgerSearch.test.tsx +0 -20
  247. package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/Burger.test.tsx.snap +0 -21
  248. package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/BurgerButton.test.tsx.snap +0 -46
  249. package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/BurgerGroupHeader.test.tsx.snap +0 -16
  250. package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/BurgerSearch.test.tsx.snap +0 -55
  251. package/components/navigation/MainMenu/Burger/index.ts +0 -4
  252. package/components/navigation/MainMenu/GlobalMenu.module.scss +0 -32
  253. package/components/navigation/MainMenu/GlobalMenu.tsx +0 -15
  254. package/components/navigation/MainMenu/MainMenu.module.scss +0 -53
  255. package/components/navigation/MainMenu/MainMenu.tsx +0 -22
  256. package/components/navigation/MainMenu/MainMenuAvatar.module.scss +0 -41
  257. package/components/navigation/MainMenu/MainMenuAvatar.tsx +0 -31
  258. package/components/navigation/MainMenu/MainMenuButton.module.scss +0 -60
  259. package/components/navigation/MainMenu/MainMenuButton.tsx +0 -17
  260. package/components/navigation/MainMenu/MainMenuDropdown.module.scss +0 -44
  261. package/components/navigation/MainMenu/MainMenuDropdown.tsx +0 -47
  262. package/components/navigation/MainMenu/MainMenuIcon.module.scss +0 -25
  263. package/components/navigation/MainMenu/MainMenuIcon.tsx +0 -17
  264. package/components/navigation/MainMenu/MainMenuSearch.module.scss +0 -51
  265. package/components/navigation/MainMenu/MainMenuSearch.tsx +0 -27
  266. package/components/navigation/MainMenu/__tests__/GlobalMenu.test.tsx +0 -10
  267. package/components/navigation/MainMenu/__tests__/MainMenu.test.tsx +0 -45
  268. package/components/navigation/MainMenu/__tests__/MainMenuAvatar.test.tsx +0 -27
  269. package/components/navigation/MainMenu/__tests__/MainMenuButton.test.tsx +0 -30
  270. package/components/navigation/MainMenu/__tests__/MainMenuDropdown.test.tsx +0 -24
  271. package/components/navigation/MainMenu/__tests__/MainMenuIcon.test.tsx +0 -18
  272. package/components/navigation/MainMenu/__tests__/MainMenuSearch.test.tsx +0 -28
  273. package/components/navigation/MainMenu/__tests__/__snapshots__/GlobalMenu.test.tsx.snap +0 -17
  274. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenu.test.tsx.snap +0 -103
  275. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuAvatar.test.tsx.snap +0 -39
  276. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuButton.test.tsx.snap +0 -37
  277. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuDropdown.test.tsx.snap +0 -46
  278. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuIcon.test.tsx.snap +0 -39
  279. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuSearch.test.tsx.snap +0 -55
  280. package/components/navigation/MainMenu/index.ts +0 -8
  281. package/components/navigation/__tests__/Anchor.test.tsx +0 -21
  282. package/components/navigation/__tests__/__snapshots__/Anchor.test.tsx.snap +0 -29
  283. package/components/navigation/index.ts +0 -2
  284. package/components/overlays/Alert.module.scss +0 -77
  285. package/components/overlays/Alert.tsx +0 -89
  286. package/components/overlays/ConfirmationModal.tsx +0 -41
  287. package/components/overlays/Dropdown.tsx +0 -4
  288. package/components/overlays/DropdownContainer.module.scss +0 -93
  289. package/components/overlays/DropdownContainer.tsx +0 -27
  290. package/components/overlays/DropdownMenu.module.scss +0 -181
  291. package/components/overlays/DropdownMenu.tsx +0 -262
  292. package/components/overlays/Modals.module.scss +0 -63
  293. package/components/overlays/Modals.tsx +0 -92
  294. package/components/overlays/NotificationCard.module.scss +0 -76
  295. package/components/overlays/NotificationCard.tsx +0 -103
  296. package/components/overlays/Tooltip.module.scss +0 -90
  297. package/components/overlays/Tooltip.tsx +0 -24
  298. package/components/overlays/__tests__/Alert.test.tsx +0 -57
  299. package/components/overlays/__tests__/ConfirmationModal.test.tsx +0 -29
  300. package/components/overlays/__tests__/Dropdown.test.tsx +0 -16
  301. package/components/overlays/__tests__/DropdownContainer.test.tsx +0 -28
  302. package/components/overlays/__tests__/DropdownMenu.test.tsx +0 -26
  303. package/components/overlays/__tests__/Modals.test.tsx +0 -35
  304. package/components/overlays/__tests__/NotificationCard.test.tsx +0 -52
  305. package/components/overlays/__tests__/Tooltip.test.tsx +0 -20
  306. package/components/overlays/__tests__/__snapshots__/Alert.test.tsx.snap +0 -183
  307. package/components/overlays/__tests__/__snapshots__/ConfirmationModal.test.tsx.snap +0 -351
  308. package/components/overlays/__tests__/__snapshots__/Dropdown.test.tsx.snap +0 -51
  309. package/components/overlays/__tests__/__snapshots__/DropdownContainer.test.tsx.snap +0 -45
  310. package/components/overlays/__tests__/__snapshots__/DropdownMenu.test.tsx.snap +0 -90
  311. package/components/overlays/__tests__/__snapshots__/Modals.test.tsx.snap +0 -134
  312. package/components/overlays/__tests__/__snapshots__/NotificationCard.test.tsx.snap +0 -284
  313. package/components/overlays/__tests__/__snapshots__/Tooltip.test.tsx.snap +0 -5
  314. package/components/overlays/index.ts +0 -8
  315. package/components/pickers/DataPickerBody.module.scss +0 -54
  316. package/components/pickers/DataPickerBody.tsx +0 -69
  317. package/components/pickers/DataPickerCell.module.scss +0 -93
  318. package/components/pickers/DataPickerCell.tsx +0 -95
  319. package/components/pickers/DataPickerFooter.tsx +0 -85
  320. package/components/pickers/DataPickerHeader.module.scss +0 -19
  321. package/components/pickers/DataPickerHeader.tsx +0 -24
  322. package/components/pickers/DataPickerRow.module.scss +0 -11
  323. package/components/pickers/DataPickerRow.tsx +0 -38
  324. package/components/pickers/MobileDropdownWrapper.module.scss +0 -20
  325. package/components/pickers/MobileDropdownWrapper.tsx +0 -40
  326. package/components/pickers/PickerInput.module.scss +0 -39
  327. package/components/pickers/PickerInput.tsx +0 -197
  328. package/components/pickers/PickerItem.module.scss +0 -32
  329. package/components/pickers/PickerItem.tsx +0 -66
  330. package/components/pickers/PickerList.tsx +0 -83
  331. package/components/pickers/PickerListItem.module.scss +0 -3
  332. package/components/pickers/PickerListItem.tsx +0 -55
  333. package/components/pickers/PickerModal.module.scss +0 -27
  334. package/components/pickers/PickerModal.tsx +0 -167
  335. package/components/pickers/PickerToggler.module.scss +0 -249
  336. package/components/pickers/PickerToggler.tsx +0 -88
  337. package/components/pickers/__tests__/DataPickerBody.test.tsx +0 -58
  338. package/components/pickers/__tests__/DataPickerRow.test.tsx +0 -39
  339. package/components/pickers/__tests__/PickerInput.test.tsx +0 -1073
  340. package/components/pickers/__tests__/PickerList.test.tsx +0 -597
  341. package/components/pickers/__tests__/PickerModal.test.tsx +0 -521
  342. package/components/pickers/__tests__/PickerToggler.test.tsx +0 -40
  343. package/components/pickers/__tests__/__snapshots__/DataPickerBody.test.tsx.snap +0 -201
  344. package/components/pickers/__tests__/__snapshots__/DataPickerRow.test.tsx.snap +0 -100
  345. package/components/pickers/__tests__/__snapshots__/PickerInput.test.tsx.snap +0 -705
  346. package/components/pickers/__tests__/__snapshots__/PickerList.test.tsx.snap +0 -980
  347. package/components/pickers/__tests__/__snapshots__/PickerModal.test.tsx.snap +0 -2062
  348. package/components/pickers/__tests__/__snapshots__/PickerToggler.test.tsx.snap +0 -81
  349. package/components/pickers/__tests__/highlight.test.tsx +0 -37
  350. package/components/pickers/__tests__/mocks.ts +0 -87
  351. package/components/pickers/helpers.ts +0 -4
  352. package/components/pickers/highlight.tsx +0 -93
  353. package/components/pickers/index.ts +0 -12
  354. package/components/pickers/types.ts +0 -7
  355. package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.tsx +0 -46
  356. package/components/tables/ColumnHeaderDropdown/SortingPanel.module.scss +0 -14
  357. package/components/tables/ColumnHeaderDropdown/SortingPanel.tsx +0 -27
  358. package/components/tables/ColumnHeaderDropdown/index.ts +0 -1
  359. package/components/tables/DataRowsContainer/DataRowsContainer.module.scss +0 -21
  360. package/components/tables/DataRowsContainer/DataRowsContainer.tsx +0 -27
  361. package/components/tables/DataRowsContainer/DataRowsGroups.tsx +0 -86
  362. package/components/tables/DataRowsContainer/index.tsx +0 -1
  363. package/components/tables/DataRowsContainer/utils.ts +0 -15
  364. package/components/tables/DataTable.module.scss +0 -54
  365. package/components/tables/DataTable.tsx +0 -172
  366. package/components/tables/DataTableCell.module.scss +0 -65
  367. package/components/tables/DataTableCell.tsx +0 -51
  368. package/components/tables/DataTableHeaderCell.module.scss +0 -161
  369. package/components/tables/DataTableHeaderCell.tsx +0 -151
  370. package/components/tables/DataTableHeaderRow.module.scss +0 -23
  371. package/components/tables/DataTableHeaderRow.tsx +0 -19
  372. package/components/tables/DataTableRow.module.scss +0 -58
  373. package/components/tables/DataTableRow.tsx +0 -31
  374. package/components/tables/__tests__/ColumnHeaderDropdown.test.tsx +0 -25
  375. package/components/tables/__tests__/DataTable.test.tsx +0 -23
  376. package/components/tables/__tests__/DataTableCell.test.tsx +0 -66
  377. package/components/tables/__tests__/DataTableHeaderCell.test.tsx +0 -21
  378. package/components/tables/__tests__/DataTableHeaderRow.test.tsx +0 -28
  379. package/components/tables/__tests__/DataTableRow.test.tsx +0 -30
  380. package/components/tables/__tests__/__snapshots__/ColumnHeaderDropdown.test.tsx.snap +0 -138
  381. package/components/tables/__tests__/__snapshots__/DataTable.test.tsx.snap +0 -122
  382. package/components/tables/__tests__/__snapshots__/DataTableCell.test.tsx.snap +0 -45
  383. package/components/tables/__tests__/__snapshots__/DataTableHeaderCell.test.tsx.snap +0 -34
  384. package/components/tables/__tests__/__snapshots__/DataTableHeaderRow.test.tsx.snap +0 -51
  385. package/components/tables/__tests__/__snapshots__/DataTableRow.test.tsx.snap +0 -54
  386. package/components/tables/columnsConfigurationModal/ColumnRow.module.scss +0 -45
  387. package/components/tables/columnsConfigurationModal/ColumnRow.tsx +0 -66
  388. package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.module.scss +0 -55
  389. package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.tsx +0 -153
  390. package/components/tables/columnsConfigurationModal/PinIconButton.tsx +0 -55
  391. package/components/tables/columnsConfigurationModal/__tests__/ColumnsConfigurationModal.test.tsx +0 -72
  392. package/components/tables/columnsConfigurationModal/__tests__/__snapshots__/ColumnsConfigurationModal.test.tsx.snap +0 -877
  393. package/components/tables/columnsConfigurationModal/index.ts +0 -1
  394. package/components/tables/index.ts +0 -9
  395. package/components/tables/types.ts +0 -33
  396. package/components/tables/variables.scss +0 -25
  397. package/components/types.ts +0 -34
  398. package/components/typography/RichTextView.tsx +0 -17
  399. package/components/typography/Text.module.scss +0 -54
  400. package/components/typography/Text.tsx +0 -59
  401. package/components/typography/TextPlaceholder.module.scss +0 -46
  402. package/components/typography/TextPlaceholder.tsx +0 -38
  403. package/components/typography/__tests__/RichTextView.test.tsx +0 -27
  404. package/components/typography/__tests__/Text.test.tsx +0 -21
  405. package/components/typography/__tests__/TextPlaceholder.test.tsx +0 -23
  406. package/components/typography/__tests__/__snapshots__/RichTextView.test.tsx.snap +0 -21
  407. package/components/typography/__tests__/__snapshots__/Text.test.tsx.snap +0 -18
  408. package/components/typography/__tests__/__snapshots__/TextPlaceholder.test.tsx.snap +0 -65
  409. package/components/typography/index.ts +0 -3
  410. package/components/widgets/AvatarStack.module.scss +0 -36
  411. package/components/widgets/AvatarStack.tsx +0 -5
  412. package/components/widgets/Badge.module.scss +0 -334
  413. package/components/widgets/Badge.tsx +0 -97
  414. package/components/widgets/CountIndicator.module.scss +0 -52
  415. package/components/widgets/CountIndicator.tsx +0 -38
  416. package/components/widgets/DataRowAddons.module.scss +0 -57
  417. package/components/widgets/DataRowAddons.tsx +0 -66
  418. package/components/widgets/IndeterminateBar.module.scss +0 -42
  419. package/components/widgets/IndeterminateBar.tsx +0 -16
  420. package/components/widgets/IndicatorBar.module.scss +0 -3
  421. package/components/widgets/IndicatorBar.tsx +0 -20
  422. package/components/widgets/Paginator.module.scss +0 -66
  423. package/components/widgets/Paginator.tsx +0 -64
  424. package/components/widgets/ProgressBar.module.scss +0 -52
  425. package/components/widgets/ProgressBar.tsx +0 -33
  426. package/components/widgets/Spinner.module.scss +0 -38
  427. package/components/widgets/Spinner.tsx +0 -11
  428. package/components/widgets/StatusIndicator.module.scss +0 -72
  429. package/components/widgets/StatusIndicator.tsx +0 -50
  430. package/components/widgets/Tag.module.scss +0 -142
  431. package/components/widgets/Tag.tsx +0 -73
  432. package/components/widgets/__tests__/AvatarStack.test.tsx +0 -19
  433. package/components/widgets/__tests__/Badge.test.tsx +0 -30
  434. package/components/widgets/__tests__/IndeterminateBar.test.tsx +0 -15
  435. package/components/widgets/__tests__/IndicatorBar.test.tsx +0 -15
  436. package/components/widgets/__tests__/Paginator.test.tsx +0 -19
  437. package/components/widgets/__tests__/ProgressBar.test.tsx +0 -25
  438. package/components/widgets/__tests__/Spinner.test.tsx +0 -10
  439. package/components/widgets/__tests__/StatusIndicator.test.tsx +0 -17
  440. package/components/widgets/__tests__/Tag.test.tsx +0 -18
  441. package/components/widgets/__tests__/__snapshots__/AvatarStack.test.tsx.snap +0 -55
  442. package/components/widgets/__tests__/__snapshots__/Badge.test.tsx.snap +0 -48
  443. package/components/widgets/__tests__/__snapshots__/IndeterminateBar.test.tsx.snap +0 -21
  444. package/components/widgets/__tests__/__snapshots__/IndicatorBar.test.tsx.snap +0 -30
  445. package/components/widgets/__tests__/__snapshots__/Paginator.test.tsx.snap +0 -127
  446. package/components/widgets/__tests__/__snapshots__/ProgressBar.test.tsx.snap +0 -107
  447. package/components/widgets/__tests__/__snapshots__/Spinner.test.tsx.snap +0 -21
  448. package/components/widgets/__tests__/__snapshots__/StatusIndicator.test.tsx.snap +0 -31
  449. package/components/widgets/__tests__/__snapshots__/Tag.test.tsx.snap +0 -48
  450. package/components/widgets/index.ts +0 -12
  451. package/globals.d.ts +0 -12
  452. package/helpers/index.ts +0 -2
  453. package/helpers/text-layout.module.scss +0 -81
  454. package/helpers/textLayout.tsx +0 -35
  455. package/helpers/useColumnsWithFilters.tsx +0 -34
  456. package/i18n.ts +0 -105
  457. package/icons/accept-12.svg +0 -1
  458. package/icons/accept-18.svg +0 -1
  459. package/icons/accept-24.svg +0 -1
  460. package/icons/action-settings-12.svg +0 -1
  461. package/icons/action-settings-18.svg +0 -1
  462. package/icons/action-settings-24.svg +0 -1
  463. package/icons/btn-cross-12.svg +0 -1
  464. package/icons/btn-cross-18.svg +0 -1
  465. package/icons/btn-cross-24.svg +0 -1
  466. package/icons/burger-close.svg +0 -3
  467. package/icons/burger.svg +0 -3
  468. package/icons/calendar-12.svg +0 -1
  469. package/icons/calendar-18.svg +0 -1
  470. package/icons/calendar-24.svg +0 -1
  471. package/icons/check-12.svg +0 -3
  472. package/icons/check-18.svg +0 -3
  473. package/icons/checkbox-checked.svg +0 -21
  474. package/icons/checkbox-partial.svg +0 -21
  475. package/icons/checkbox_tick.svg +0 -44
  476. package/icons/chevron-down-24.svg +0 -1
  477. package/icons/chevron-up-24.svg +0 -1
  478. package/icons/content-edit-12.svg +0 -1
  479. package/icons/content-edit-18.svg +0 -1
  480. package/icons/content-edit-24.svg +0 -1
  481. package/icons/empty-table.svg +0 -58
  482. package/icons/fileUpload/file-file-24.svg +0 -1
  483. package/icons/fileUpload/file-file_chart-24.svg +0 -1
  484. package/icons/fileUpload/file-file_eml-24.svg +0 -1
  485. package/icons/fileUpload/file-file_excel-24.svg +0 -1
  486. package/icons/fileUpload/file-file_image-24.svg +0 -1
  487. package/icons/fileUpload/file-file_pdf-24.svg +0 -1
  488. package/icons/fileUpload/file-file_table-24.svg +0 -1
  489. package/icons/fileUpload/file-file_text-24.svg +0 -1
  490. package/icons/fileUpload/file-file_video-24.svg +0 -1
  491. package/icons/fileUpload/file-file_word-24.svg +0 -1
  492. package/icons/fileUpload/shape.svg +0 -2
  493. package/icons/filter.svg +0 -11
  494. package/icons/folding-arrow-12.svg +0 -1
  495. package/icons/folding-arrow-18.svg +0 -1
  496. package/icons/folding-arrow-24.svg +0 -1
  497. package/icons/global_menu.svg +0 -9
  498. package/icons/help-fill-10.svg +0 -3
  499. package/icons/help-fill-16.svg +0 -3
  500. package/icons/icons.tsx +0 -116
  501. package/icons/info-12.svg +0 -3
  502. package/icons/info-18.svg +0 -1
  503. package/icons/info-24.svg +0 -1
  504. package/icons/logo-arrow.svg +0 -4
  505. package/icons/menu_input_cancel.svg +0 -84
  506. package/icons/modal-close-cross.svg +0 -22
  507. package/icons/navigation-close-24.svg +0 -1
  508. package/icons/navigation-more_vert-12.svg +0 -1
  509. package/icons/navigation-more_vert-18.svg +0 -1
  510. package/icons/navigation-more_vert-24.svg +0 -1
  511. package/icons/notification-check_circle-fill-24.svg +0 -1
  512. package/icons/notification-done-12.svg +0 -1
  513. package/icons/notification-done-18.svg +0 -1
  514. package/icons/notification-done-24.svg +0 -1
  515. package/icons/notification-error-fill-10.svg +0 -1
  516. package/icons/notification-error-fill-24.svg +0 -1
  517. package/icons/notification-help-fill-24.svg +0 -1
  518. package/icons/notification-warning-fill-24.svg +0 -1
  519. package/icons/partly-select-12.svg +0 -3
  520. package/icons/partly-select-18.svg +0 -3
  521. package/icons/radio-point.svg +0 -3
  522. package/icons/search-12.svg +0 -1
  523. package/icons/search-18.svg +0 -1
  524. package/icons/search-24.svg +0 -1
  525. package/icons/search-with-background.svg +0 -4
  526. package/icons/settings-18.svg +0 -1
  527. package/icons/slider-rating/active_mark_blue_icon.svg +0 -23
  528. package/icons/slider-rating/active_mark_green_icon.svg +0 -23
  529. package/icons/slider-rating/active_mark_red_icon.svg +0 -23
  530. package/icons/slider-rating/active_mark_violet_icon.svg +0 -23
  531. package/icons/slider-rating/active_mark_yellow_icon.svg +0 -23
  532. package/icons/slider-rating/line_blue_icon.svg +0 -31
  533. package/icons/slider-rating/line_gray_icon.svg +0 -20
  534. package/icons/slider-rating/line_red_icon.svg +0 -42
  535. package/icons/slider-rating/line_violet_icon.svg +0 -33
  536. package/icons/slider-rating/line_yellow_icon.svg +0 -34
  537. package/icons/slider-rating/na_active_icon.svg +0 -13
  538. package/icons/slider-rating/na_icon.svg +0 -13
  539. package/icons/snackbar/cross.svg +0 -1
  540. package/icons/snackbar/info.svg +0 -1
  541. package/icons/snackbar/success.svg +0 -1
  542. package/icons/snackbar/warning.svg +0 -1
  543. package/icons/sort.svg +0 -5
  544. package/icons/sort_asc-12.svg +0 -1
  545. package/icons/sort_desc-12.svg +0 -1
  546. package/icons/star-empty.svg +0 -3
  547. package/icons/star-filled.svg +0 -3
  548. package/icons/tick-12.svg +0 -1
  549. package/icons/tick-24.svg +0 -1
  550. package/icons/triangle.svg +0 -10
  551. package/index.tsx +0 -5
  552. package/themeTodo.md +0 -21
  553. package/tsconfig.json +0 -12
  554. /package/{build/components → components}/buttons/Button.d.ts +0 -0
  555. /package/{build/components → components}/buttons/Button.d.ts.map +0 -0
  556. /package/{build/components → components}/buttons/IconButton.d.ts +0 -0
  557. /package/{build/components → components}/buttons/IconButton.d.ts.map +0 -0
  558. /package/{build/components → components}/buttons/LinkButton.d.ts +0 -0
  559. /package/{build/components → components}/buttons/LinkButton.d.ts.map +0 -0
  560. /package/{build/components → components}/buttons/TabButton.d.ts +0 -0
  561. /package/{build/components → components}/buttons/TabButton.d.ts.map +0 -0
  562. /package/{build/components → components}/buttons/VerticalTabButton.d.ts +0 -0
  563. /package/{build/components → components}/buttons/VerticalTabButton.d.ts.map +0 -0
  564. /package/{build/components → components}/buttons/helper.d.ts +0 -0
  565. /package/{build/components → components}/buttons/helper.d.ts.map +0 -0
  566. /package/{build/components → components}/buttons/index.d.ts +0 -0
  567. /package/{build/components → components}/buttons/index.d.ts.map +0 -0
  568. /package/{build/components → components}/datePickers/Calendar.d.ts +0 -0
  569. /package/{build/components → components}/datePickers/Calendar.d.ts.map +0 -0
  570. /package/{build/components → components}/datePickers/CalendarPresets.d.ts +0 -0
  571. /package/{build/components → components}/datePickers/CalendarPresets.d.ts.map +0 -0
  572. /package/{build/components → components}/datePickers/DatePicker.d.ts +0 -0
  573. /package/{build/components → components}/datePickers/DatePicker.d.ts.map +0 -0
  574. /package/{build/components → components}/datePickers/DatePickerBody.d.ts +0 -0
  575. /package/{build/components → components}/datePickers/DatePickerBody.d.ts.map +0 -0
  576. /package/{build/components → components}/datePickers/DatePickerHeader.d.ts +0 -0
  577. /package/{build/components → components}/datePickers/DatePickerHeader.d.ts.map +0 -0
  578. /package/{build/components → components}/datePickers/RangeDatePicker.d.ts +0 -0
  579. /package/{build/components → components}/datePickers/RangeDatePicker.d.ts.map +0 -0
  580. /package/{build/components → components}/datePickers/RangeDatePickerBody.d.ts +0 -0
  581. /package/{build/components → components}/datePickers/RangeDatePickerBody.d.ts.map +0 -0
  582. /package/{build/components → components}/datePickers/index.d.ts +0 -0
  583. /package/{build/components → components}/datePickers/index.d.ts.map +0 -0
  584. /package/{build/components → components}/dnd/DropMarker.d.ts +0 -0
  585. /package/{build/components → components}/dnd/DropMarker.d.ts.map +0 -0
  586. /package/{build/components → components}/dnd/index.d.ts +0 -0
  587. /package/{build/components → components}/dnd/index.d.ts.map +0 -0
  588. /package/{build/components → components}/fileUpload/DropSpot.d.ts +0 -0
  589. /package/{build/components → components}/fileUpload/DropSpot.d.ts.map +0 -0
  590. /package/{build/components → components}/fileUpload/FileCard.d.ts +0 -0
  591. /package/{build/components → components}/fileUpload/FileCard.d.ts.map +0 -0
  592. /package/{build/components → components}/fileUpload/SvgCircleProgress.d.ts +0 -0
  593. /package/{build/components → components}/fileUpload/SvgCircleProgress.d.ts.map +0 -0
  594. /package/{build/components → components}/fileUpload/index.d.ts +0 -0
  595. /package/{build/components → components}/fileUpload/index.d.ts.map +0 -0
  596. /package/{build/components → components}/filters/FilterDatePickerBody.d.ts +0 -0
  597. /package/{build/components → components}/filters/FilterDatePickerBody.d.ts.map +0 -0
  598. /package/{build/components → components}/filters/FilterItemBody.d.ts +0 -0
  599. /package/{build/components → components}/filters/FilterItemBody.d.ts.map +0 -0
  600. /package/{build/components → components}/filters/FilterNumericBody.d.ts +0 -0
  601. /package/{build/components → components}/filters/FilterNumericBody.d.ts.map +0 -0
  602. /package/{build/components → components}/filters/FilterPanelItemToggler.d.ts +0 -0
  603. /package/{build/components → components}/filters/FilterPanelItemToggler.d.ts.map +0 -0
  604. /package/{build/components → components}/filters/FilterPickerBody.d.ts +0 -0
  605. /package/{build/components → components}/filters/FilterPickerBody.d.ts.map +0 -0
  606. /package/{build/components → components}/filters/FilterRangeDatePickerBody.d.ts +0 -0
  607. /package/{build/components → components}/filters/FilterRangeDatePickerBody.d.ts.map +0 -0
  608. /package/{build/components → components}/filters/FiltersPanel.d.ts +0 -0
  609. /package/{build/components → components}/filters/FiltersPanel.d.ts.map +0 -0
  610. /package/{build/components → components}/filters/FiltersPanelItem.d.ts +0 -0
  611. /package/{build/components → components}/filters/FiltersPanelItem.d.ts.map +0 -0
  612. /package/{build/components → components}/filters/PresetPanel/Preset.d.ts +0 -0
  613. /package/{build/components → components}/filters/PresetPanel/Preset.d.ts.map +0 -0
  614. /package/{build/components → components}/filters/PresetPanel/PresetActionsDropdown.d.ts +0 -0
  615. /package/{build/components → components}/filters/PresetPanel/PresetActionsDropdown.d.ts.map +0 -0
  616. /package/{build/components → components}/filters/PresetPanel/PresetInput.d.ts +0 -0
  617. /package/{build/components → components}/filters/PresetPanel/PresetInput.d.ts.map +0 -0
  618. /package/{build/components → components}/filters/PresetPanel/PresetsPanel.d.ts +0 -0
  619. /package/{build/components → components}/filters/PresetPanel/PresetsPanel.d.ts.map +0 -0
  620. /package/{build/components → components}/filters/PresetPanel/constants.d.ts +0 -0
  621. /package/{build/components → components}/filters/PresetPanel/constants.d.ts.map +0 -0
  622. /package/{build/components → components}/filters/PresetPanel/index.d.ts +0 -0
  623. /package/{build/components → components}/filters/PresetPanel/index.d.ts.map +0 -0
  624. /package/{build/components → components}/filters/constants.d.ts +0 -0
  625. /package/{build/components → components}/filters/constants.d.ts.map +0 -0
  626. /package/{build/components → components}/filters/defaultPredicates.d.ts +0 -0
  627. /package/{build/components → components}/filters/defaultPredicates.d.ts.map +0 -0
  628. /package/{build/components → components}/filters/index.d.ts +0 -0
  629. /package/{build/components → components}/filters/index.d.ts.map +0 -0
  630. /package/{build/components → components}/forms/Form.d.ts +0 -0
  631. /package/{build/components → components}/forms/Form.d.ts.map +0 -0
  632. /package/{build/components → components}/forms/index.d.ts +0 -0
  633. /package/{build/components → components}/forms/index.d.ts.map +0 -0
  634. /package/{build/components → components}/forms/useForm.d.ts +0 -0
  635. /package/{build/components → components}/forms/useForm.d.ts.map +0 -0
  636. /package/{build/components → components}/index.d.ts +0 -0
  637. /package/{build/components → components}/index.d.ts.map +0 -0
  638. /package/{build/components → components}/inputs/Checkbox.d.ts +0 -0
  639. /package/{build/components → components}/inputs/Checkbox.d.ts.map +0 -0
  640. /package/{build/components → components}/inputs/InputAddon.d.ts +0 -0
  641. /package/{build/components → components}/inputs/InputAddon.d.ts.map +0 -0
  642. /package/{build/components → components}/inputs/MultiSwitch.d.ts +0 -0
  643. /package/{build/components → components}/inputs/MultiSwitch.d.ts.map +0 -0
  644. /package/{build/components → components}/inputs/NumericInput.d.ts +0 -0
  645. /package/{build/components → components}/inputs/NumericInput.d.ts.map +0 -0
  646. /package/{build/components → components}/inputs/RadioInput.d.ts +0 -0
  647. /package/{build/components → components}/inputs/RadioInput.d.ts.map +0 -0
  648. /package/{build/components → components}/inputs/Slider.d.ts +0 -0
  649. /package/{build/components → components}/inputs/Slider.d.ts.map +0 -0
  650. /package/{build/components → components}/inputs/Switch.d.ts +0 -0
  651. /package/{build/components → components}/inputs/Switch.d.ts.map +0 -0
  652. /package/{build/components → components}/inputs/TextArea.d.ts +0 -0
  653. /package/{build/components → components}/inputs/TextArea.d.ts.map +0 -0
  654. /package/{build/components → components}/inputs/TextInput.d.ts +0 -0
  655. /package/{build/components → components}/inputs/TextInput.d.ts.map +0 -0
  656. /package/{build/components → components}/inputs/TimePicker.d.ts +0 -0
  657. /package/{build/components → components}/inputs/TimePicker.d.ts.map +0 -0
  658. /package/{build/components → components}/inputs/TimePickerBody.d.ts +0 -0
  659. /package/{build/components → components}/inputs/TimePickerBody.d.ts.map +0 -0
  660. /package/{build/components → components}/inputs/index.d.ts +0 -0
  661. /package/{build/components → components}/inputs/index.d.ts.map +0 -0
  662. /package/{build/components → components}/layout/Accordion.d.ts +0 -0
  663. /package/{build/components → components}/layout/Accordion.d.ts.map +0 -0
  664. /package/{build/components → components}/layout/Blocker.d.ts +0 -0
  665. /package/{build/components → components}/layout/Blocker.d.ts.map +0 -0
  666. /package/{build/components → components}/layout/CheckboxGroup.d.ts +0 -0
  667. /package/{build/components → components}/layout/CheckboxGroup.d.ts.map +0 -0
  668. /package/{build/components → components}/layout/ControlGroup.d.ts +0 -0
  669. /package/{build/components → components}/layout/ControlGroup.d.ts.map +0 -0
  670. /package/{build/components → components}/layout/FlexItems/FlexCell.d.ts +0 -0
  671. /package/{build/components → components}/layout/FlexItems/FlexCell.d.ts.map +0 -0
  672. /package/{build/components → components}/layout/FlexItems/FlexRow.d.ts +0 -0
  673. /package/{build/components → components}/layout/FlexItems/FlexRow.d.ts.map +0 -0
  674. /package/{build/components → components}/layout/FlexItems/Panel.d.ts +0 -0
  675. /package/{build/components → components}/layout/FlexItems/Panel.d.ts.map +0 -0
  676. /package/{build/components → components}/layout/FlexItems/index.d.ts +0 -0
  677. /package/{build/components → components}/layout/FlexItems/index.d.ts.map +0 -0
  678. /package/{build/components → components}/layout/LabeledInput.d.ts +0 -0
  679. /package/{build/components → components}/layout/LabeledInput.d.ts.map +0 -0
  680. /package/{build/components → components}/layout/RadioGroup.d.ts +0 -0
  681. /package/{build/components → components}/layout/RadioGroup.d.ts.map +0 -0
  682. /package/{build/components → components}/layout/ScrollBars.d.ts +0 -0
  683. /package/{build/components → components}/layout/ScrollBars.d.ts.map +0 -0
  684. /package/{build/components → components}/layout/VirtualList.d.ts +0 -0
  685. /package/{build/components → components}/layout/VirtualList.d.ts.map +0 -0
  686. /package/{build/components → components}/layout/index.d.ts +0 -0
  687. /package/{build/components → components}/layout/index.d.ts.map +0 -0
  688. /package/{build/components → components}/navigation/Anchor.d.ts +0 -0
  689. /package/{build/components → components}/navigation/Anchor.d.ts.map +0 -0
  690. /package/{build/components → components}/navigation/MainMenu/Burger/Burger.d.ts +0 -0
  691. /package/{build/components → components}/navigation/MainMenu/Burger/Burger.d.ts.map +0 -0
  692. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerButton.d.ts +0 -0
  693. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerButton.d.ts.map +0 -0
  694. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +0 -0
  695. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +0 -0
  696. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerSearch.d.ts +0 -0
  697. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +0 -0
  698. /package/{build/components → components}/navigation/MainMenu/Burger/index.d.ts +0 -0
  699. /package/{build/components → components}/navigation/MainMenu/Burger/index.d.ts.map +0 -0
  700. /package/{build/components → components}/navigation/MainMenu/GlobalMenu.d.ts +0 -0
  701. /package/{build/components → components}/navigation/MainMenu/GlobalMenu.d.ts.map +0 -0
  702. /package/{build/components → components}/navigation/MainMenu/MainMenu.d.ts +0 -0
  703. /package/{build/components → components}/navigation/MainMenu/MainMenu.d.ts.map +0 -0
  704. /package/{build/components → components}/navigation/MainMenu/MainMenuAvatar.d.ts +0 -0
  705. /package/{build/components → components}/navigation/MainMenu/MainMenuAvatar.d.ts.map +0 -0
  706. /package/{build/components → components}/navigation/MainMenu/MainMenuButton.d.ts +0 -0
  707. /package/{build/components → components}/navigation/MainMenu/MainMenuButton.d.ts.map +0 -0
  708. /package/{build/components → components}/navigation/MainMenu/MainMenuDropdown.d.ts +0 -0
  709. /package/{build/components → components}/navigation/MainMenu/MainMenuDropdown.d.ts.map +0 -0
  710. /package/{build/components → components}/navigation/MainMenu/MainMenuIcon.d.ts +0 -0
  711. /package/{build/components → components}/navigation/MainMenu/MainMenuIcon.d.ts.map +0 -0
  712. /package/{build/components → components}/navigation/MainMenu/MainMenuSearch.d.ts +0 -0
  713. /package/{build/components → components}/navigation/MainMenu/MainMenuSearch.d.ts.map +0 -0
  714. /package/{build/components → components}/navigation/MainMenu/index.d.ts +0 -0
  715. /package/{build/components → components}/navigation/MainMenu/index.d.ts.map +0 -0
  716. /package/{build/components → components}/navigation/index.d.ts +0 -0
  717. /package/{build/components → components}/navigation/index.d.ts.map +0 -0
  718. /package/{build/components → components}/overlays/Alert.d.ts +0 -0
  719. /package/{build/components → components}/overlays/Alert.d.ts.map +0 -0
  720. /package/{build/components → components}/overlays/ConfirmationModal.d.ts +0 -0
  721. /package/{build/components → components}/overlays/ConfirmationModal.d.ts.map +0 -0
  722. /package/{build/components → components}/overlays/Dropdown.d.ts +0 -0
  723. /package/{build/components → components}/overlays/Dropdown.d.ts.map +0 -0
  724. /package/{build/components → components}/overlays/DropdownContainer.d.ts +0 -0
  725. /package/{build/components → components}/overlays/DropdownContainer.d.ts.map +0 -0
  726. /package/{build/components → components}/overlays/DropdownMenu.d.ts +0 -0
  727. /package/{build/components → components}/overlays/DropdownMenu.d.ts.map +0 -0
  728. /package/{build/components → components}/overlays/Modals.d.ts +0 -0
  729. /package/{build/components → components}/overlays/Modals.d.ts.map +0 -0
  730. /package/{build/components → components}/overlays/NotificationCard.d.ts +0 -0
  731. /package/{build/components → components}/overlays/NotificationCard.d.ts.map +0 -0
  732. /package/{build/components → components}/overlays/Tooltip.d.ts +0 -0
  733. /package/{build/components → components}/overlays/Tooltip.d.ts.map +0 -0
  734. /package/{build/components → components}/overlays/index.d.ts +0 -0
  735. /package/{build/components → components}/overlays/index.d.ts.map +0 -0
  736. /package/{build/components → components}/pickers/DataPickerBody.d.ts +0 -0
  737. /package/{build/components → components}/pickers/DataPickerBody.d.ts.map +0 -0
  738. /package/{build/components → components}/pickers/DataPickerCell.d.ts +0 -0
  739. /package/{build/components → components}/pickers/DataPickerCell.d.ts.map +0 -0
  740. /package/{build/components → components}/pickers/DataPickerFooter.d.ts +0 -0
  741. /package/{build/components → components}/pickers/DataPickerFooter.d.ts.map +0 -0
  742. /package/{build/components → components}/pickers/DataPickerHeader.d.ts +0 -0
  743. /package/{build/components → components}/pickers/DataPickerHeader.d.ts.map +0 -0
  744. /package/{build/components → components}/pickers/DataPickerRow.d.ts +0 -0
  745. /package/{build/components → components}/pickers/DataPickerRow.d.ts.map +0 -0
  746. /package/{build/components → components}/pickers/MobileDropdownWrapper.d.ts +0 -0
  747. /package/{build/components → components}/pickers/MobileDropdownWrapper.d.ts.map +0 -0
  748. /package/{build/components → components}/pickers/PickerInput.d.ts +0 -0
  749. /package/{build/components → components}/pickers/PickerInput.d.ts.map +0 -0
  750. /package/{build/components → components}/pickers/PickerItem.d.ts +0 -0
  751. /package/{build/components → components}/pickers/PickerItem.d.ts.map +0 -0
  752. /package/{build/components → components}/pickers/PickerList.d.ts +0 -0
  753. /package/{build/components → components}/pickers/PickerList.d.ts.map +0 -0
  754. /package/{build/components → components}/pickers/PickerListItem.d.ts +0 -0
  755. /package/{build/components → components}/pickers/PickerListItem.d.ts.map +0 -0
  756. /package/{build/components → components}/pickers/PickerModal.d.ts +0 -0
  757. /package/{build/components → components}/pickers/PickerModal.d.ts.map +0 -0
  758. /package/{build/components → components}/pickers/PickerToggler.d.ts +0 -0
  759. /package/{build/components → components}/pickers/PickerToggler.d.ts.map +0 -0
  760. /package/{build/components → components}/pickers/helpers.d.ts +0 -0
  761. /package/{build/components → components}/pickers/helpers.d.ts.map +0 -0
  762. /package/{build/components → components}/pickers/highlight.d.ts +0 -0
  763. /package/{build/components → components}/pickers/highlight.d.ts.map +0 -0
  764. /package/{build/components → components}/pickers/index.d.ts +0 -0
  765. /package/{build/components → components}/pickers/index.d.ts.map +0 -0
  766. /package/{build/components → components}/pickers/types.d.ts +0 -0
  767. /package/{build/components → components}/pickers/types.d.ts.map +0 -0
  768. /package/{build/components → components}/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts +0 -0
  769. /package/{build/components → components}/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +0 -0
  770. /package/{build/components → components}/tables/ColumnHeaderDropdown/SortingPanel.d.ts +0 -0
  771. /package/{build/components → components}/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +0 -0
  772. /package/{build/components → components}/tables/ColumnHeaderDropdown/index.d.ts +0 -0
  773. /package/{build/components → components}/tables/ColumnHeaderDropdown/index.d.ts.map +0 -0
  774. /package/{build/components → components}/tables/DataRowsContainer/DataRowsContainer.d.ts +0 -0
  775. /package/{build/components → components}/tables/DataRowsContainer/DataRowsContainer.d.ts.map +0 -0
  776. /package/{build/components → components}/tables/DataRowsContainer/DataRowsGroups.d.ts +0 -0
  777. /package/{build/components → components}/tables/DataRowsContainer/DataRowsGroups.d.ts.map +0 -0
  778. /package/{build/components → components}/tables/DataRowsContainer/index.d.ts +0 -0
  779. /package/{build/components → components}/tables/DataRowsContainer/index.d.ts.map +0 -0
  780. /package/{build/components → components}/tables/DataRowsContainer/utils.d.ts +0 -0
  781. /package/{build/components → components}/tables/DataRowsContainer/utils.d.ts.map +0 -0
  782. /package/{build/components → components}/tables/DataTable.d.ts +0 -0
  783. /package/{build/components → components}/tables/DataTable.d.ts.map +0 -0
  784. /package/{build/components → components}/tables/DataTableCell.d.ts +0 -0
  785. /package/{build/components → components}/tables/DataTableCell.d.ts.map +0 -0
  786. /package/{build/components → components}/tables/DataTableHeaderCell.d.ts +0 -0
  787. /package/{build/components → components}/tables/DataTableHeaderCell.d.ts.map +0 -0
  788. /package/{build/components → components}/tables/DataTableHeaderRow.d.ts +0 -0
  789. /package/{build/components → components}/tables/DataTableHeaderRow.d.ts.map +0 -0
  790. /package/{build/components → components}/tables/DataTableRow.d.ts +0 -0
  791. /package/{build/components → components}/tables/DataTableRow.d.ts.map +0 -0
  792. /package/{build/components → components}/tables/columnsConfigurationModal/ColumnRow.d.ts +0 -0
  793. /package/{build/components → components}/tables/columnsConfigurationModal/ColumnRow.d.ts.map +0 -0
  794. /package/{build/components → components}/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +0 -0
  795. /package/{build/components → components}/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +0 -0
  796. /package/{build/components → components}/tables/columnsConfigurationModal/PinIconButton.d.ts +0 -0
  797. /package/{build/components → components}/tables/columnsConfigurationModal/PinIconButton.d.ts.map +0 -0
  798. /package/{build/components → components}/tables/columnsConfigurationModal/index.d.ts +0 -0
  799. /package/{build/components → components}/tables/columnsConfigurationModal/index.d.ts.map +0 -0
  800. /package/{build/components → components}/tables/index.d.ts +0 -0
  801. /package/{build/components → components}/tables/index.d.ts.map +0 -0
  802. /package/{build/components → components}/tables/types.d.ts +0 -0
  803. /package/{build/components → components}/tables/types.d.ts.map +0 -0
  804. /package/{build/components → components}/types.d.ts +0 -0
  805. /package/{build/components → components}/types.d.ts.map +0 -0
  806. /package/{build/components → components}/typography/RichTextView.d.ts +0 -0
  807. /package/{build/components → components}/typography/RichTextView.d.ts.map +0 -0
  808. /package/{build/components → components}/typography/Text.d.ts +0 -0
  809. /package/{build/components → components}/typography/Text.d.ts.map +0 -0
  810. /package/{build/components → components}/typography/TextPlaceholder.d.ts +0 -0
  811. /package/{build/components → components}/typography/TextPlaceholder.d.ts.map +0 -0
  812. /package/{build/components → components}/typography/index.d.ts +0 -0
  813. /package/{build/components → components}/typography/index.d.ts.map +0 -0
  814. /package/{build/components → components}/widgets/AvatarStack.d.ts +0 -0
  815. /package/{build/components → components}/widgets/AvatarStack.d.ts.map +0 -0
  816. /package/{build/components → components}/widgets/Badge.d.ts +0 -0
  817. /package/{build/components → components}/widgets/Badge.d.ts.map +0 -0
  818. /package/{build/components → components}/widgets/CountIndicator.d.ts +0 -0
  819. /package/{build/components → components}/widgets/CountIndicator.d.ts.map +0 -0
  820. /package/{build/components → components}/widgets/DataRowAddons.d.ts +0 -0
  821. /package/{build/components → components}/widgets/DataRowAddons.d.ts.map +0 -0
  822. /package/{build/components → components}/widgets/IndeterminateBar.d.ts +0 -0
  823. /package/{build/components → components}/widgets/IndeterminateBar.d.ts.map +0 -0
  824. /package/{build/components → components}/widgets/IndicatorBar.d.ts +0 -0
  825. /package/{build/components → components}/widgets/IndicatorBar.d.ts.map +0 -0
  826. /package/{build/components → components}/widgets/Paginator.d.ts +0 -0
  827. /package/{build/components → components}/widgets/Paginator.d.ts.map +0 -0
  828. /package/{build/components → components}/widgets/ProgressBar.d.ts +0 -0
  829. /package/{build/components → components}/widgets/ProgressBar.d.ts.map +0 -0
  830. /package/{build/components → components}/widgets/Spinner.d.ts +0 -0
  831. /package/{build/components → components}/widgets/Spinner.d.ts.map +0 -0
  832. /package/{build/components → components}/widgets/StatusIndicator.d.ts +0 -0
  833. /package/{build/components → components}/widgets/StatusIndicator.d.ts.map +0 -0
  834. /package/{build/components → components}/widgets/Tag.d.ts +0 -0
  835. /package/{build/components → components}/widgets/Tag.d.ts.map +0 -0
  836. /package/{build/components → components}/widgets/index.d.ts +0 -0
  837. /package/{build/components → components}/widgets/index.d.ts.map +0 -0
  838. /package/{build/helpers → helpers}/index.d.ts +0 -0
  839. /package/{build/helpers → helpers}/index.d.ts.map +0 -0
  840. /package/{build/helpers → helpers}/textLayout.d.ts +0 -0
  841. /package/{build/helpers → helpers}/textLayout.d.ts.map +0 -0
  842. /package/{build/helpers → helpers}/useColumnsWithFilters.d.ts +0 -0
  843. /package/{build/helpers → helpers}/useColumnsWithFilters.d.ts.map +0 -0
  844. /package/{build/i18n.d.ts → i18n.d.ts} +0 -0
  845. /package/{build/i18n.d.ts.map → i18n.d.ts.map} +0 -0
  846. /package/{build/icons → icons}/icons.d.ts +0 -0
  847. /package/{build/icons → icons}/icons.d.ts.map +0 -0
  848. /package/{build/index.d.ts → index.d.ts} +0 -0
  849. /package/{build/index.d.ts.map → index.d.ts.map} +0 -0
@@ -4818,7 +4818,7 @@ var drawChart = (function (exports) {
4818
4818
  </script>
4819
4819
  <script>
4820
4820
  /*<!--*/
4821
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.esm.js","children":[{"name":"build/rollup:/@epam/uui","children":[{"name":"icons","children":[{"uid":"5e5c-737","name":"btn-cross-12.svg"},{"uid":"5e5c-739","name":"btn-cross-18.svg"},{"uid":"5e5c-741","name":"btn-cross-24.svg"},{"uid":"5e5c-743","name":"folding-arrow-12.svg"},{"uid":"5e5c-745","name":"folding-arrow-18.svg"},{"uid":"5e5c-747","name":"folding-arrow-24.svg"},{"uid":"5e5c-749","name":"accept-12.svg"},{"uid":"5e5c-751","name":"accept-18.svg"},{"uid":"5e5c-753","name":"accept-24.svg"},{"uid":"5e5c-755","name":"search-12.svg"},{"uid":"5e5c-757","name":"search-18.svg"},{"uid":"5e5c-759","name":"search-24.svg"},{"uid":"5e5c-761","name":"calendar-12.svg"},{"uid":"5e5c-763","name":"calendar-18.svg"},{"uid":"5e5c-765","name":"calendar-24.svg"},{"uid":"5e5c-767","name":"info-12.svg"},{"uid":"5e5c-769","name":"info-18.svg"},{"uid":"5e5c-771","name":"info-24.svg"},{"uid":"5e5c-773","name":"help-fill-10.svg"},{"uid":"5e5c-775","name":"help-fill-16.svg"},{"uid":"5e5c-795","name":"icons.tsx"},{"uid":"5e5c-813","name":"check-12.svg"},{"uid":"5e5c-815","name":"check-18.svg"},{"uid":"5e5c-817","name":"partly-select-12.svg"},{"uid":"5e5c-819","name":"partly-select-18.svg"},{"uid":"5e5c-823","name":"radio-point.svg"},{"uid":"5e5c-861","name":"notification-check_circle-fill-24.svg"},{"uid":"5e5c-863","name":"notification-warning-fill-24.svg"},{"uid":"5e5c-865","name":"notification-error-fill-24.svg"},{"uid":"5e5c-867","name":"notification-help-fill-24.svg"},{"uid":"5e5c-869","name":"navigation-close-24.svg"},{"uid":"5e5c-947","name":"search-with-background.svg"},{"name":"snackbar/cross.svg","uid":"5e5c-1027"},{"uid":"5e5c-1085","name":"empty-table.svg"},{"uid":"5e5c-1089","name":"burger.svg"},{"uid":"5e5c-1091","name":"burger-close.svg"},{"uid":"5e5c-1095","name":"triangle.svg"},{"uid":"5e5c-1099","name":"menu_input_cancel.svg"},{"uid":"5e5c-1105","name":"chevron-down-24.svg"},{"uid":"5e5c-1113","name":"global_menu.svg"},{"name":"fileUpload/shape.svg","uid":"5e5c-1129"},{"uid":"5e5c-1137","name":"notification-error-fill-10.svg"}]},{"name":"epam-assets/icons/common","children":[{"uid":"5e5c-777","name":"file-file_word-24.svg"},{"uid":"5e5c-779","name":"file-file_excel-24.svg"},{"uid":"5e5c-781","name":"file-file_pdf-24.svg"},{"uid":"5e5c-783","name":"file-file_image-24.svg"},{"uid":"5e5c-785","name":"file-file_video-24.svg"},{"uid":"5e5c-787","name":"file-file_table-24.svg"},{"uid":"5e5c-789","name":"file-file_text-24.svg"},{"uid":"5e5c-791","name":"file-file_eml-24.svg"},{"uid":"5e5c-793","name":"file-file-24.svg"},{"uid":"5e5c-851","name":"navigation-chevron-left-18.svg"},{"uid":"5e5c-853","name":"navigation-chevron-right-18.svg"},{"uid":"5e5c-903","name":"navigation-chevron-left-12.svg"},{"uid":"5e5c-905","name":"navigation-chevron-right-12.svg"},{"uid":"5e5c-917","name":"navigation-chevron-down-18.svg"},{"uid":"5e5c-931","name":"navigation-close-24.svg"},{"uid":"5e5c-935","name":"notification-done-24.svg"},{"uid":"5e5c-937","name":"notification-done-18.svg"},{"uid":"5e5c-939","name":"notification-done-12.svg"},{"uid":"5e5c-979","name":"action-deleteforever-12.svg"},{"uid":"5e5c-983","name":"action-add-18.svg"},{"uid":"5e5c-987","name":"navigation-more_vert-18.svg"},{"uid":"5e5c-989","name":"navigation-refresh-18.svg"},{"uid":"5e5c-991","name":"save-outline-18.svg"},{"uid":"5e5c-993","name":"content-edit_undo-18.svg"},{"uid":"5e5c-995","name":"action-copy_content-18.svg"},{"uid":"5e5c-997","name":"content-edit-18.svg"},{"uid":"5e5c-999","name":"content-link-18.svg"},{"uid":"5e5c-1001","name":"action-deleteforever-18.svg"},{"uid":"5e5c-1047","name":"table-sort_asc-18.svg"},{"uid":"5e5c-1049","name":"table-sort_desc-18.svg"},{"uid":"5e5c-1055","name":"table-swap-18.svg"},{"uid":"5e5c-1057","name":"content-filtration-18.svg"},{"uid":"5e5c-1059","name":"navigation-chevron-up-18.svg"},{"uid":"5e5c-1063","name":"action-settings-18.svg"},{"uid":"5e5c-1067","name":"action-lock-fill-18.svg"},{"uid":"5e5c-1069","name":"action-pin_on-18.svg"},{"uid":"5e5c-1071","name":"action-pin_off-18.svg"},{"uid":"5e5c-1135","name":"navigation-close-18.svg"}]},{"name":"components","children":[{"name":"widgets","children":[{"uid":"5e5c-797","name":"CountIndicator.tsx"},{"uid":"5e5c-895","name":"AvatarStack.tsx"},{"uid":"5e5c-897","name":"Badge.tsx"},{"uid":"5e5c-899","name":"Tag.tsx"},{"uid":"5e5c-901","name":"Spinner.tsx"},{"uid":"5e5c-907","name":"Paginator.tsx"},{"uid":"5e5c-909","name":"IndeterminateBar.tsx"},{"uid":"5e5c-911","name":"ProgressBar.tsx"},{"uid":"5e5c-913","name":"IndicatorBar.tsx"},{"uid":"5e5c-915","name":"StatusIndicator.tsx"},{"uid":"5e5c-919","name":"DataRowAddons.tsx"}]},{"name":"buttons","children":[{"uid":"5e5c-799","name":"Button.tsx"},{"uid":"5e5c-801","name":"IconButton.tsx"},{"uid":"5e5c-803","name":"helper.ts"},{"uid":"5e5c-805","name":"LinkButton.tsx"},{"uid":"5e5c-807","name":"TabButton.tsx"},{"uid":"5e5c-809","name":"VerticalTabButton.tsx"}]},{"uid":"5e5c-811","name":"types.ts"},{"name":"inputs","children":[{"uid":"5e5c-821","name":"Checkbox.tsx"},{"uid":"5e5c-825","name":"RadioInput.tsx"},{"uid":"5e5c-827","name":"Switch.tsx"},{"uid":"5e5c-831","name":"TextInput.tsx"},{"uid":"5e5c-835","name":"MultiSwitch.tsx"},{"uid":"5e5c-837","name":"NumericInput.tsx"},{"uid":"5e5c-839","name":"TextArea.tsx"},{"uid":"5e5c-843","name":"TimePickerBody.tsx"},{"uid":"5e5c-845","name":"TimePicker.tsx"},{"uid":"5e5c-847","name":"InputAddon.tsx"},{"uid":"5e5c-849","name":"Slider.tsx"}]},{"name":"layout","children":[{"uid":"5e5c-833","name":"ControlGroup.tsx"},{"name":"FlexItems","children":[{"uid":"5e5c-877","name":"FlexCell.tsx"},{"uid":"5e5c-879","name":"FlexRow.tsx"},{"uid":"5e5c-881","name":"Panel.tsx"}]},{"uid":"5e5c-885","name":"Accordion.tsx"},{"uid":"5e5c-889","name":"LabeledInput.tsx"},{"uid":"5e5c-891","name":"RadioGroup.tsx"},{"uid":"5e5c-893","name":"ScrollBars.tsx"},{"uid":"5e5c-921","name":"Blocker.tsx"},{"uid":"5e5c-923","name":"VirtualList.tsx"},{"uid":"5e5c-925","name":"CheckboxGroup.tsx"}]},{"name":"overlays","children":[{"uid":"5e5c-841","name":"DropdownContainer.tsx"},{"uid":"5e5c-871","name":"Alert.tsx"},{"uid":"5e5c-873","name":"Dropdown.tsx"},{"uid":"5e5c-875","name":"DropdownMenu.tsx"},{"uid":"5e5c-887","name":"Tooltip.tsx"},{"uid":"5e5c-1025","name":"Modals.tsx"},{"uid":"5e5c-1029","name":"NotificationCard.tsx"},{"uid":"5e5c-1031","name":"ConfirmationModal.tsx"}]},{"name":"datePickers","children":[{"uid":"5e5c-855","name":"DatePickerHeader.tsx"},{"uid":"5e5c-857","name":"Calendar.tsx"},{"uid":"5e5c-859","name":"DatePickerBody.tsx"},{"uid":"5e5c-1033","name":"DatePicker.tsx"},{"uid":"5e5c-1035","name":"CalendarPresets.tsx"},{"uid":"5e5c-1037","name":"RangeDatePickerBody.tsx"},{"uid":"5e5c-1039","name":"RangeDatePicker.tsx"}]},{"name":"pickers","children":[{"uid":"5e5c-927","name":"DataPickerBody.tsx"},{"uid":"5e5c-929","name":"DataPickerFooter.tsx"},{"uid":"5e5c-933","name":"DataPickerHeader.tsx"},{"uid":"5e5c-941","name":"DataPickerCell.tsx"},{"uid":"5e5c-943","name":"DataPickerRow.tsx"},{"uid":"5e5c-945","name":"MobileDropdownWrapper.tsx"},{"uid":"5e5c-949","name":"highlight.tsx"},{"uid":"5e5c-951","name":"PickerItem.tsx"},{"uid":"5e5c-953","name":"PickerModal.tsx"},{"uid":"5e5c-955","name":"helpers.ts"},{"uid":"5e5c-957","name":"PickerToggler.tsx"},{"uid":"5e5c-959","name":"PickerInput.tsx"},{"uid":"5e5c-961","name":"PickerListItem.tsx"},{"uid":"5e5c-963","name":"PickerList.tsx"}]},{"name":"filters","children":[{"uid":"5e5c-965","name":"constants.ts"},{"uid":"5e5c-967","name":"FilterPanelItemToggler.tsx"},{"uid":"5e5c-969","name":"FilterPickerBody.tsx"},{"uid":"5e5c-971","name":"FilterDatePickerBody.tsx"},{"uid":"5e5c-973","name":"FilterRangeDatePickerBody.tsx"},{"uid":"5e5c-975","name":"FilterNumericBody.tsx"},{"uid":"5e5c-977","name":"FilterItemBody.tsx"},{"uid":"5e5c-981","name":"FiltersPanelItem.tsx"},{"uid":"5e5c-985","name":"FiltersPanel.tsx"},{"name":"PresetPanel","children":[{"uid":"5e5c-1003","name":"PresetActionsDropdown.tsx"},{"uid":"5e5c-1005","name":"constants.ts"},{"uid":"5e5c-1007","name":"PresetInput.tsx"},{"uid":"5e5c-1009","name":"Preset.tsx"},{"uid":"5e5c-1011","name":"PresetsPanel.tsx"}]},{"uid":"5e5c-1013","name":"defaultPredicates.ts"}]},{"name":"typography","children":[{"uid":"5e5c-1019","name":"Text.tsx"},{"uid":"5e5c-1021","name":"TextPlaceholder.tsx"},{"uid":"5e5c-1023","name":"RichTextView.tsx"}]},{"name":"dnd/DropMarker.tsx","uid":"5e5c-1041"},{"name":"tables","children":[{"uid":"5e5c-1043","name":"DataTableCell.tsx"},{"uid":"5e5c-1045","name":"DataTableRow.tsx"},{"name":"ColumnHeaderDropdown","children":[{"uid":"5e5c-1051","name":"SortingPanel.tsx"},{"uid":"5e5c-1053","name":"ColumnHeaderDropdown.tsx"}]},{"uid":"5e5c-1061","name":"DataTableHeaderCell.tsx"},{"uid":"5e5c-1065","name":"DataTableHeaderRow.tsx"},{"name":"columnsConfigurationModal","children":[{"uid":"5e5c-1073","name":"PinIconButton.tsx"},{"uid":"5e5c-1075","name":"ColumnRow.tsx"},{"uid":"5e5c-1077","name":"ColumnsConfigurationModal.tsx"}]},{"name":"DataRowsContainer","children":[{"uid":"5e5c-1079","name":"utils.ts"},{"uid":"5e5c-1081","name":"DataRowsGroups.tsx"},{"uid":"5e5c-1083","name":"DataRowsContainer.tsx"}]},{"uid":"5e5c-1087","name":"DataTable.tsx"}]},{"name":"navigation","children":[{"name":"MainMenu","children":[{"name":"Burger","children":[{"uid":"5e5c-1093","name":"Burger.tsx"},{"uid":"5e5c-1097","name":"BurgerButton.tsx"},{"uid":"5e5c-1101","name":"BurgerSearch.tsx"},{"uid":"5e5c-1103","name":"BurgerGroupHeader.tsx"}]},{"uid":"5e5c-1107","name":"MainMenuButton.tsx"},{"uid":"5e5c-1109","name":"MainMenuDropdown.tsx"},{"uid":"5e5c-1111","name":"MainMenu.tsx"},{"uid":"5e5c-1115","name":"GlobalMenu.tsx"},{"uid":"5e5c-1117","name":"MainMenuAvatar.tsx"},{"uid":"5e5c-1119","name":"MainMenuSearch.tsx"},{"uid":"5e5c-1121","name":"MainMenuIcon.tsx"}]},{"uid":"5e5c-1123","name":"Anchor.tsx"}]},{"name":"forms","children":[{"uid":"5e5c-1125","name":"Form.tsx"},{"uid":"5e5c-1127","name":"useForm.tsx"}]},{"name":"fileUpload","children":[{"uid":"5e5c-1131","name":"DropSpot.tsx"},{"uid":"5e5c-1133","name":"SvgCircleProgress.tsx"},{"uid":"5e5c-1139","name":"FileCard.tsx"}]}]},{"name":"node_modules/tslib/tslib.es6.js","uid":"5e5c-829"},{"uid":"5e5c-883","name":"i18n.ts"},{"name":"helpers","children":[{"uid":"5e5c-1015","name":"useColumnsWithFilters.tsx"},{"uid":"5e5c-1017","name":"textLayout.tsx"}]}]}]}],"isRoot":true},"nodeParts":{"5e5c-737":{"renderedLength":892,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-736"},"5e5c-739":{"renderedLength":909,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-738"},"5e5c-741":{"renderedLength":881,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-740"},"5e5c-743":{"renderedLength":837,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-742"},"5e5c-745":{"renderedLength":847,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-744"},"5e5c-747":{"renderedLength":836,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-746"},"5e5c-749":{"renderedLength":841,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-748"},"5e5c-751":{"renderedLength":834,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-750"},"5e5c-753":{"renderedLength":836,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-752"},"5e5c-755":{"renderedLength":886,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-754"},"5e5c-757":{"renderedLength":892,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-756"},"5e5c-759":{"renderedLength":880,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-758"},"5e5c-761":{"renderedLength":887,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-760"},"5e5c-763":{"renderedLength":875,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-762"},"5e5c-765":{"renderedLength":887,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-764"},"5e5c-767":{"renderedLength":902,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-766"},"5e5c-769":{"renderedLength":911,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-768"},"5e5c-771":{"renderedLength":916,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-770"},"5e5c-773":{"renderedLength":836,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-772"},"5e5c-775":{"renderedLength":898,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-774"},"5e5c-777":{"renderedLength":989,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-776"},"5e5c-779":{"renderedLength":982,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-778"},"5e5c-781":{"renderedLength":1355,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-780"},"5e5c-783":{"renderedLength":958,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-782"},"5e5c-785":{"renderedLength":1063,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-784"},"5e5c-787":{"renderedLength":990,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-786"},"5e5c-789":{"renderedLength":929,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-788"},"5e5c-791":{"renderedLength":1038,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-790"},"5e5c-793":{"renderedLength":941,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-792"},"5e5c-795":{"renderedLength":2179,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-794"},"5e5c-797":{"renderedLength":320,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-796"},"5e5c-799":{"renderedLength":604,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-798"},"5e5c-801":{"renderedLength":188,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-800"},"5e5c-803":{"renderedLength":600,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-802"},"5e5c-805":{"renderedLength":449,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-804"},"5e5c-807":{"renderedLength":657,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-806"},"5e5c-809":{"renderedLength":143,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-808"},"5e5c-811":{"renderedLength":175,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-810"},"5e5c-813":{"renderedLength":834,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-812"},"5e5c-815":{"renderedLength":837,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-814"},"5e5c-817":{"renderedLength":795,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-816"},"5e5c-819":{"renderedLength":796,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-818"},"5e5c-821":{"renderedLength":641,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-820"},"5e5c-823":{"renderedLength":770,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-822"},"5e5c-825":{"renderedLength":287,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-824"},"5e5c-827":{"renderedLength":191,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-826"},"5e5c-829":{"renderedLength":2229,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-828"},"5e5c-831":{"renderedLength":1063,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-830"},"5e5c-833":{"renderedLength":68,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-832"},"5e5c-835":{"renderedLength":608,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-834"},"5e5c-837":{"renderedLength":1037,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-836"},"5e5c-839":{"renderedLength":749,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-838"},"5e5c-841":{"renderedLength":280,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-840"},"5e5c-843":{"renderedLength":137,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-842"},"5e5c-845":{"renderedLength":1961,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-844"},"5e5c-847":{"renderedLength":131,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-846"},"5e5c-849":{"renderedLength":130,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-848"},"5e5c-851":{"renderedLength":903,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-850"},"5e5c-853":{"renderedLength":903,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-852"},"5e5c-855":{"renderedLength":3876,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-854"},"5e5c-857":{"renderedLength":118,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-856"},"5e5c-859":{"renderedLength":1932,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-858"},"5e5c-861":{"renderedLength":945,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-860"},"5e5c-863":{"renderedLength":867,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-862"},"5e5c-865":{"renderedLength":907,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-864"},"5e5c-867":{"renderedLength":1075,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-866"},"5e5c-869":{"renderedLength":898,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-868"},"5e5c-871":{"renderedLength":1745,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-870"},"5e5c-873":{"renderedLength":33,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-872"},"5e5c-875":{"renderedLength":7108,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-874"},"5e5c-877":{"renderedLength":64,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-876"},"5e5c-879":{"renderedLength":519,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-878"},"5e5c-881":{"renderedLength":218,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-880"},"5e5c-883":{"renderedLength":3370,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-882"},"5e5c-885":{"renderedLength":420,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-884"},"5e5c-887":{"renderedLength":184,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-886"},"5e5c-889":{"renderedLength":310,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-888"},"5e5c-891":{"renderedLength":918,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-890"},"5e5c-893":{"renderedLength":188,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-892"},"5e5c-895":{"renderedLength":65,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-894"},"5e5c-897":{"renderedLength":1503,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-896"},"5e5c-899":{"renderedLength":959,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-898"},"5e5c-901":{"renderedLength":127,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-900"},"5e5c-903":{"renderedLength":893,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-902"},"5e5c-905":{"renderedLength":889,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-904"},"5e5c-907":{"renderedLength":1819,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-906"},"5e5c-909":{"renderedLength":282,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-908"},"5e5c-911":{"renderedLength":346,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-910"},"5e5c-913":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-912"},"5e5c-915":{"renderedLength":520,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-914"},"5e5c-917":{"renderedLength":903,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-916"},"5e5c-919":{"renderedLength":1448,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-918"},"5e5c-921":{"renderedLength":171,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-920"},"5e5c-923":{"renderedLength":2475,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-922"},"5e5c-925":{"renderedLength":1145,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-924"},"5e5c-927":{"renderedLength":1679,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-926"},"5e5c-929":{"renderedLength":1958,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-928"},"5e5c-931":{"renderedLength":868,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-930"},"5e5c-933":{"renderedLength":637,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-932"},"5e5c-935":{"renderedLength":844,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-934"},"5e5c-937":{"renderedLength":852,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-936"},"5e5c-939":{"renderedLength":839,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-938"},"5e5c-941":{"renderedLength":2060,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-940"},"5e5c-943":{"renderedLength":520,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-942"},"5e5c-945":{"renderedLength":757,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-944"},"5e5c-947":{"renderedLength":1328,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-946"},"5e5c-949":{"renderedLength":2473,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-948"},"5e5c-951":{"renderedLength":1797,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-950"},"5e5c-953":{"renderedLength":4698,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-952"},"5e5c-955":{"renderedLength":108,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-954"},"5e5c-957":{"renderedLength":1909,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-956"},"5e5c-959":{"renderedLength":5030,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-958"},"5e5c-961":{"renderedLength":1111,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-960"},"5e5c-963":{"renderedLength":1979,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-962"},"5e5c-965":{"renderedLength":288,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-964"},"5e5c-967":{"renderedLength":2144,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-966"},"5e5c-969":{"renderedLength":2015,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-968"},"5e5c-971":{"renderedLength":1556,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-970"},"5e5c-973":{"renderedLength":2245,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-972"},"5e5c-975":{"renderedLength":3377,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-974"},"5e5c-977":{"renderedLength":968,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-976"},"5e5c-979":{"renderedLength":1001,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-978"},"5e5c-981":{"renderedLength":9344,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-980"},"5e5c-983":{"renderedLength":832,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-982"},"5e5c-985":{"renderedLength":6250,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-984"},"5e5c-987":{"renderedLength":1053,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-986"},"5e5c-989":{"renderedLength":1242,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-988"},"5e5c-991":{"renderedLength":1030,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-990"},"5e5c-993":{"renderedLength":1205,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-992"},"5e5c-995":{"renderedLength":980,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-994"},"5e5c-997":{"renderedLength":974,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-996"},"5e5c-999":{"renderedLength":1229,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-998"},"5e5c-1001":{"renderedLength":1072,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1000"},"5e5c-1003":{"renderedLength":4429,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1002"},"5e5c-1005":{"renderedLength":260,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1004"},"5e5c-1007":{"renderedLength":1193,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1006"},"5e5c-1009":{"renderedLength":1413,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1008"},"5e5c-1011":{"renderedLength":3233,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1010"},"5e5c-1013":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1012"},"5e5c-1015":{"renderedLength":995,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1014"},"5e5c-1017":{"renderedLength":887,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1016"},"5e5c-1019":{"renderedLength":470,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1018"},"5e5c-1021":{"renderedLength":725,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1020"},"5e5c-1023":{"renderedLength":133,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1022"},"5e5c-1025":{"renderedLength":1479,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1024"},"5e5c-1027":{"renderedLength":858,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1026"},"5e5c-1029":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1028"},"5e5c-1031":{"renderedLength":1048,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1030"},"5e5c-1033":{"renderedLength":2281,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1032"},"5e5c-1035":{"renderedLength":147,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1034"},"5e5c-1037":{"renderedLength":8581,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1036"},"5e5c-1039":{"renderedLength":3474,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1038"},"5e5c-1041":{"renderedLength":437,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1040"},"5e5c-1043":{"renderedLength":1358,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1042"},"5e5c-1045":{"renderedLength":798,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1044"},"5e5c-1047":{"renderedLength":832,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1046"},"5e5c-1049":{"renderedLength":837,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1048"},"5e5c-1051":{"renderedLength":759,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1050"},"5e5c-1053":{"renderedLength":880,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1052"},"5e5c-1055":{"renderedLength":890,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1054"},"5e5c-1057":{"renderedLength":824,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1056"},"5e5c-1059":{"renderedLength":840,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1058"},"5e5c-1061":{"renderedLength":4978,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1060"},"5e5c-1063":{"renderedLength":1485,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1062"},"5e5c-1065":{"renderedLength":471,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1064"},"5e5c-1067":{"renderedLength":1051,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1066"},"5e5c-1069":{"renderedLength":839,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1068"},"5e5c-1071":{"renderedLength":956,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1070"},"5e5c-1073":{"renderedLength":1225,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1072"},"5e5c-1075":{"renderedLength":2018,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1074"},"5e5c-1077":{"renderedLength":5059,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1076"},"5e5c-1079":{"renderedLength":457,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1078"},"5e5c-1081":{"renderedLength":1580,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1080"},"5e5c-1083":{"renderedLength":583,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1082"},"5e5c-1085":{"renderedLength":11471,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1084"},"5e5c-1087":{"renderedLength":4259,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1086"},"5e5c-1089":{"renderedLength":776,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1088"},"5e5c-1091":{"renderedLength":881,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1090"},"5e5c-1093":{"renderedLength":232,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1092"},"5e5c-1095":{"renderedLength":1083,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1094"},"5e5c-1097":{"renderedLength":356,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1096"},"5e5c-1099":{"renderedLength":1684,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1098"},"5e5c-1101":{"renderedLength":336,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1100"},"5e5c-1103":{"renderedLength":302,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1102"},"5e5c-1105":{"renderedLength":825,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1104"},"5e5c-1107":{"renderedLength":162,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1106"},"5e5c-1109":{"renderedLength":1288,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1108"},"5e5c-1111":{"renderedLength":190,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1110"},"5e5c-1113":{"renderedLength":1142,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1112"},"5e5c-1115":{"renderedLength":293,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1114"},"5e5c-1117":{"renderedLength":558,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1116"},"5e5c-1119":{"renderedLength":450,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1118"},"5e5c-1121":{"renderedLength":175,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1120"},"5e5c-1123":{"renderedLength":55,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1122"},"5e5c-1125":{"renderedLength":972,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1124"},"5e5c-1127":{"renderedLength":945,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1126"},"5e5c-1129":{"renderedLength":904,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1128"},"5e5c-1131":{"renderedLength":1406,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1130"},"5e5c-1133":{"renderedLength":722,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1132"},"5e5c-1135":{"renderedLength":881,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1134"},"5e5c-1137":{"renderedLength":891,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1136"},"5e5c-1139":{"renderedLength":4449,"gzipLength":0,"brotliLength":0,"metaUid":"5e5c-1138"}},"nodeMetas":{"5e5c-736":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\btn-cross-12.svg","moduleParts":{"index.esm.js":"5e5c-737"},"imported":[],"importedBy":[]},"5e5c-738":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\btn-cross-18.svg","moduleParts":{"index.esm.js":"5e5c-739"},"imported":[],"importedBy":[]},"5e5c-740":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\btn-cross-24.svg","moduleParts":{"index.esm.js":"5e5c-741"},"imported":[],"importedBy":[]},"5e5c-742":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\folding-arrow-12.svg","moduleParts":{"index.esm.js":"5e5c-743"},"imported":[],"importedBy":[]},"5e5c-744":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\folding-arrow-18.svg","moduleParts":{"index.esm.js":"5e5c-745"},"imported":[],"importedBy":[]},"5e5c-746":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\folding-arrow-24.svg","moduleParts":{"index.esm.js":"5e5c-747"},"imported":[],"importedBy":[]},"5e5c-748":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\accept-12.svg","moduleParts":{"index.esm.js":"5e5c-749"},"imported":[],"importedBy":[]},"5e5c-750":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\accept-18.svg","moduleParts":{"index.esm.js":"5e5c-751"},"imported":[],"importedBy":[]},"5e5c-752":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\accept-24.svg","moduleParts":{"index.esm.js":"5e5c-753"},"imported":[],"importedBy":[]},"5e5c-754":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\search-12.svg","moduleParts":{"index.esm.js":"5e5c-755"},"imported":[],"importedBy":[]},"5e5c-756":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\search-18.svg","moduleParts":{"index.esm.js":"5e5c-757"},"imported":[],"importedBy":[]},"5e5c-758":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\search-24.svg","moduleParts":{"index.esm.js":"5e5c-759"},"imported":[],"importedBy":[]},"5e5c-760":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\calendar-12.svg","moduleParts":{"index.esm.js":"5e5c-761"},"imported":[],"importedBy":[]},"5e5c-762":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\calendar-18.svg","moduleParts":{"index.esm.js":"5e5c-763"},"imported":[],"importedBy":[]},"5e5c-764":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\calendar-24.svg","moduleParts":{"index.esm.js":"5e5c-765"},"imported":[],"importedBy":[]},"5e5c-766":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\info-12.svg","moduleParts":{"index.esm.js":"5e5c-767"},"imported":[],"importedBy":[]},"5e5c-768":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\info-18.svg","moduleParts":{"index.esm.js":"5e5c-769"},"imported":[],"importedBy":[]},"5e5c-770":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\info-24.svg","moduleParts":{"index.esm.js":"5e5c-771"},"imported":[],"importedBy":[]},"5e5c-772":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\help-fill-10.svg","moduleParts":{"index.esm.js":"5e5c-773"},"imported":[],"importedBy":[]},"5e5c-774":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\help-fill-16.svg","moduleParts":{"index.esm.js":"5e5c-775"},"imported":[],"importedBy":[]},"5e5c-776":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\file-file_word-24.svg","moduleParts":{"index.esm.js":"5e5c-777"},"imported":[],"importedBy":[]},"5e5c-778":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\file-file_excel-24.svg","moduleParts":{"index.esm.js":"5e5c-779"},"imported":[],"importedBy":[]},"5e5c-780":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\file-file_pdf-24.svg","moduleParts":{"index.esm.js":"5e5c-781"},"imported":[],"importedBy":[]},"5e5c-782":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\file-file_image-24.svg","moduleParts":{"index.esm.js":"5e5c-783"},"imported":[],"importedBy":[]},"5e5c-784":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\file-file_video-24.svg","moduleParts":{"index.esm.js":"5e5c-785"},"imported":[],"importedBy":[]},"5e5c-786":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\file-file_table-24.svg","moduleParts":{"index.esm.js":"5e5c-787"},"imported":[],"importedBy":[]},"5e5c-788":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\file-file_text-24.svg","moduleParts":{"index.esm.js":"5e5c-789"},"imported":[],"importedBy":[]},"5e5c-790":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\file-file_eml-24.svg","moduleParts":{"index.esm.js":"5e5c-791"},"imported":[],"importedBy":[]},"5e5c-792":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\file-file-24.svg","moduleParts":{"index.esm.js":"5e5c-793"},"imported":[],"importedBy":[]},"5e5c-794":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\icons.tsx","moduleParts":{"index.esm.js":"5e5c-795"},"imported":[],"importedBy":[]},"5e5c-796":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\CountIndicator.tsx","moduleParts":{"index.esm.js":"5e5c-797"},"imported":[],"importedBy":[]},"5e5c-798":{"id":"\\build\\rollup:\\@epam\\uui\\components\\buttons\\Button.tsx","moduleParts":{"index.esm.js":"5e5c-799"},"imported":[],"importedBy":[]},"5e5c-800":{"id":"\\build\\rollup:\\@epam\\uui\\components\\buttons\\IconButton.tsx","moduleParts":{"index.esm.js":"5e5c-801"},"imported":[],"importedBy":[]},"5e5c-802":{"id":"\\build\\rollup:\\@epam\\uui\\components\\buttons\\helper.ts","moduleParts":{"index.esm.js":"5e5c-803"},"imported":[],"importedBy":[]},"5e5c-804":{"id":"\\build\\rollup:\\@epam\\uui\\components\\buttons\\LinkButton.tsx","moduleParts":{"index.esm.js":"5e5c-805"},"imported":[],"importedBy":[]},"5e5c-806":{"id":"\\build\\rollup:\\@epam\\uui\\components\\buttons\\TabButton.tsx","moduleParts":{"index.esm.js":"5e5c-807"},"imported":[],"importedBy":[]},"5e5c-808":{"id":"\\build\\rollup:\\@epam\\uui\\components\\buttons\\VerticalTabButton.tsx","moduleParts":{"index.esm.js":"5e5c-809"},"imported":[],"importedBy":[]},"5e5c-810":{"id":"\\build\\rollup:\\@epam\\uui\\components\\types.ts","moduleParts":{"index.esm.js":"5e5c-811"},"imported":[],"importedBy":[]},"5e5c-812":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\check-12.svg","moduleParts":{"index.esm.js":"5e5c-813"},"imported":[],"importedBy":[]},"5e5c-814":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\check-18.svg","moduleParts":{"index.esm.js":"5e5c-815"},"imported":[],"importedBy":[]},"5e5c-816":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\partly-select-12.svg","moduleParts":{"index.esm.js":"5e5c-817"},"imported":[],"importedBy":[]},"5e5c-818":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\partly-select-18.svg","moduleParts":{"index.esm.js":"5e5c-819"},"imported":[],"importedBy":[]},"5e5c-820":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\Checkbox.tsx","moduleParts":{"index.esm.js":"5e5c-821"},"imported":[],"importedBy":[]},"5e5c-822":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\radio-point.svg","moduleParts":{"index.esm.js":"5e5c-823"},"imported":[],"importedBy":[]},"5e5c-824":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\RadioInput.tsx","moduleParts":{"index.esm.js":"5e5c-825"},"imported":[],"importedBy":[]},"5e5c-826":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\Switch.tsx","moduleParts":{"index.esm.js":"5e5c-827"},"imported":[],"importedBy":[]},"5e5c-828":{"id":"\\build\\rollup:\\@epam\\uui\\node_modules\\tslib\\tslib.es6.js","moduleParts":{"index.esm.js":"5e5c-829"},"imported":[],"importedBy":[]},"5e5c-830":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\TextInput.tsx","moduleParts":{"index.esm.js":"5e5c-831"},"imported":[],"importedBy":[]},"5e5c-832":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\ControlGroup.tsx","moduleParts":{"index.esm.js":"5e5c-833"},"imported":[],"importedBy":[]},"5e5c-834":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\MultiSwitch.tsx","moduleParts":{"index.esm.js":"5e5c-835"},"imported":[],"importedBy":[]},"5e5c-836":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\NumericInput.tsx","moduleParts":{"index.esm.js":"5e5c-837"},"imported":[],"importedBy":[]},"5e5c-838":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\TextArea.tsx","moduleParts":{"index.esm.js":"5e5c-839"},"imported":[],"importedBy":[]},"5e5c-840":{"id":"\\build\\rollup:\\@epam\\uui\\components\\overlays\\DropdownContainer.tsx","moduleParts":{"index.esm.js":"5e5c-841"},"imported":[],"importedBy":[]},"5e5c-842":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\TimePickerBody.tsx","moduleParts":{"index.esm.js":"5e5c-843"},"imported":[],"importedBy":[]},"5e5c-844":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\TimePicker.tsx","moduleParts":{"index.esm.js":"5e5c-845"},"imported":[],"importedBy":[]},"5e5c-846":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\InputAddon.tsx","moduleParts":{"index.esm.js":"5e5c-847"},"imported":[],"importedBy":[]},"5e5c-848":{"id":"\\build\\rollup:\\@epam\\uui\\components\\inputs\\Slider.tsx","moduleParts":{"index.esm.js":"5e5c-849"},"imported":[],"importedBy":[]},"5e5c-850":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\navigation-chevron-left-18.svg","moduleParts":{"index.esm.js":"5e5c-851"},"imported":[],"importedBy":[]},"5e5c-852":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\navigation-chevron-right-18.svg","moduleParts":{"index.esm.js":"5e5c-853"},"imported":[],"importedBy":[]},"5e5c-854":{"id":"\\build\\rollup:\\@epam\\uui\\components\\datePickers\\DatePickerHeader.tsx","moduleParts":{"index.esm.js":"5e5c-855"},"imported":[],"importedBy":[]},"5e5c-856":{"id":"\\build\\rollup:\\@epam\\uui\\components\\datePickers\\Calendar.tsx","moduleParts":{"index.esm.js":"5e5c-857"},"imported":[],"importedBy":[]},"5e5c-858":{"id":"\\build\\rollup:\\@epam\\uui\\components\\datePickers\\DatePickerBody.tsx","moduleParts":{"index.esm.js":"5e5c-859"},"imported":[],"importedBy":[]},"5e5c-860":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\notification-check_circle-fill-24.svg","moduleParts":{"index.esm.js":"5e5c-861"},"imported":[],"importedBy":[]},"5e5c-862":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\notification-warning-fill-24.svg","moduleParts":{"index.esm.js":"5e5c-863"},"imported":[],"importedBy":[]},"5e5c-864":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\notification-error-fill-24.svg","moduleParts":{"index.esm.js":"5e5c-865"},"imported":[],"importedBy":[]},"5e5c-866":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\notification-help-fill-24.svg","moduleParts":{"index.esm.js":"5e5c-867"},"imported":[],"importedBy":[]},"5e5c-868":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\navigation-close-24.svg","moduleParts":{"index.esm.js":"5e5c-869"},"imported":[],"importedBy":[]},"5e5c-870":{"id":"\\build\\rollup:\\@epam\\uui\\components\\overlays\\Alert.tsx","moduleParts":{"index.esm.js":"5e5c-871"},"imported":[],"importedBy":[]},"5e5c-872":{"id":"\\build\\rollup:\\@epam\\uui\\components\\overlays\\Dropdown.tsx","moduleParts":{"index.esm.js":"5e5c-873"},"imported":[],"importedBy":[]},"5e5c-874":{"id":"\\build\\rollup:\\@epam\\uui\\components\\overlays\\DropdownMenu.tsx","moduleParts":{"index.esm.js":"5e5c-875"},"imported":[],"importedBy":[]},"5e5c-876":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\FlexItems\\FlexCell.tsx","moduleParts":{"index.esm.js":"5e5c-877"},"imported":[],"importedBy":[]},"5e5c-878":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\FlexItems\\FlexRow.tsx","moduleParts":{"index.esm.js":"5e5c-879"},"imported":[],"importedBy":[]},"5e5c-880":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\FlexItems\\Panel.tsx","moduleParts":{"index.esm.js":"5e5c-881"},"imported":[],"importedBy":[]},"5e5c-882":{"id":"\\build\\rollup:\\@epam\\uui\\i18n.ts","moduleParts":{"index.esm.js":"5e5c-883"},"imported":[],"importedBy":[]},"5e5c-884":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\Accordion.tsx","moduleParts":{"index.esm.js":"5e5c-885"},"imported":[],"importedBy":[]},"5e5c-886":{"id":"\\build\\rollup:\\@epam\\uui\\components\\overlays\\Tooltip.tsx","moduleParts":{"index.esm.js":"5e5c-887"},"imported":[],"importedBy":[]},"5e5c-888":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\LabeledInput.tsx","moduleParts":{"index.esm.js":"5e5c-889"},"imported":[],"importedBy":[]},"5e5c-890":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\RadioGroup.tsx","moduleParts":{"index.esm.js":"5e5c-891"},"imported":[],"importedBy":[]},"5e5c-892":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\ScrollBars.tsx","moduleParts":{"index.esm.js":"5e5c-893"},"imported":[],"importedBy":[]},"5e5c-894":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\AvatarStack.tsx","moduleParts":{"index.esm.js":"5e5c-895"},"imported":[],"importedBy":[]},"5e5c-896":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\Badge.tsx","moduleParts":{"index.esm.js":"5e5c-897"},"imported":[],"importedBy":[]},"5e5c-898":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\Tag.tsx","moduleParts":{"index.esm.js":"5e5c-899"},"imported":[],"importedBy":[]},"5e5c-900":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\Spinner.tsx","moduleParts":{"index.esm.js":"5e5c-901"},"imported":[],"importedBy":[]},"5e5c-902":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\navigation-chevron-left-12.svg","moduleParts":{"index.esm.js":"5e5c-903"},"imported":[],"importedBy":[]},"5e5c-904":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\navigation-chevron-right-12.svg","moduleParts":{"index.esm.js":"5e5c-905"},"imported":[],"importedBy":[]},"5e5c-906":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\Paginator.tsx","moduleParts":{"index.esm.js":"5e5c-907"},"imported":[],"importedBy":[]},"5e5c-908":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\IndeterminateBar.tsx","moduleParts":{"index.esm.js":"5e5c-909"},"imported":[],"importedBy":[]},"5e5c-910":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\ProgressBar.tsx","moduleParts":{"index.esm.js":"5e5c-911"},"imported":[],"importedBy":[]},"5e5c-912":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\IndicatorBar.tsx","moduleParts":{"index.esm.js":"5e5c-913"},"imported":[],"importedBy":[]},"5e5c-914":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\StatusIndicator.tsx","moduleParts":{"index.esm.js":"5e5c-915"},"imported":[],"importedBy":[]},"5e5c-916":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\navigation-chevron-down-18.svg","moduleParts":{"index.esm.js":"5e5c-917"},"imported":[],"importedBy":[]},"5e5c-918":{"id":"\\build\\rollup:\\@epam\\uui\\components\\widgets\\DataRowAddons.tsx","moduleParts":{"index.esm.js":"5e5c-919"},"imported":[],"importedBy":[]},"5e5c-920":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\Blocker.tsx","moduleParts":{"index.esm.js":"5e5c-921"},"imported":[],"importedBy":[]},"5e5c-922":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\VirtualList.tsx","moduleParts":{"index.esm.js":"5e5c-923"},"imported":[],"importedBy":[]},"5e5c-924":{"id":"\\build\\rollup:\\@epam\\uui\\components\\layout\\CheckboxGroup.tsx","moduleParts":{"index.esm.js":"5e5c-925"},"imported":[],"importedBy":[]},"5e5c-926":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\DataPickerBody.tsx","moduleParts":{"index.esm.js":"5e5c-927"},"imported":[],"importedBy":[]},"5e5c-928":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\DataPickerFooter.tsx","moduleParts":{"index.esm.js":"5e5c-929"},"imported":[],"importedBy":[]},"5e5c-930":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\navigation-close-24.svg","moduleParts":{"index.esm.js":"5e5c-931"},"imported":[],"importedBy":[]},"5e5c-932":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\DataPickerHeader.tsx","moduleParts":{"index.esm.js":"5e5c-933"},"imported":[],"importedBy":[]},"5e5c-934":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\notification-done-24.svg","moduleParts":{"index.esm.js":"5e5c-935"},"imported":[],"importedBy":[]},"5e5c-936":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\notification-done-18.svg","moduleParts":{"index.esm.js":"5e5c-937"},"imported":[],"importedBy":[]},"5e5c-938":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\notification-done-12.svg","moduleParts":{"index.esm.js":"5e5c-939"},"imported":[],"importedBy":[]},"5e5c-940":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\DataPickerCell.tsx","moduleParts":{"index.esm.js":"5e5c-941"},"imported":[],"importedBy":[]},"5e5c-942":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\DataPickerRow.tsx","moduleParts":{"index.esm.js":"5e5c-943"},"imported":[],"importedBy":[]},"5e5c-944":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\MobileDropdownWrapper.tsx","moduleParts":{"index.esm.js":"5e5c-945"},"imported":[],"importedBy":[]},"5e5c-946":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\search-with-background.svg","moduleParts":{"index.esm.js":"5e5c-947"},"imported":[],"importedBy":[]},"5e5c-948":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\highlight.tsx","moduleParts":{"index.esm.js":"5e5c-949"},"imported":[],"importedBy":[]},"5e5c-950":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\PickerItem.tsx","moduleParts":{"index.esm.js":"5e5c-951"},"imported":[],"importedBy":[]},"5e5c-952":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\PickerModal.tsx","moduleParts":{"index.esm.js":"5e5c-953"},"imported":[],"importedBy":[]},"5e5c-954":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\helpers.ts","moduleParts":{"index.esm.js":"5e5c-955"},"imported":[],"importedBy":[]},"5e5c-956":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\PickerToggler.tsx","moduleParts":{"index.esm.js":"5e5c-957"},"imported":[],"importedBy":[]},"5e5c-958":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\PickerInput.tsx","moduleParts":{"index.esm.js":"5e5c-959"},"imported":[],"importedBy":[]},"5e5c-960":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\PickerListItem.tsx","moduleParts":{"index.esm.js":"5e5c-961"},"imported":[],"importedBy":[]},"5e5c-962":{"id":"\\build\\rollup:\\@epam\\uui\\components\\pickers\\PickerList.tsx","moduleParts":{"index.esm.js":"5e5c-963"},"imported":[],"importedBy":[]},"5e5c-964":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\constants.ts","moduleParts":{"index.esm.js":"5e5c-965"},"imported":[],"importedBy":[]},"5e5c-966":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\FilterPanelItemToggler.tsx","moduleParts":{"index.esm.js":"5e5c-967"},"imported":[],"importedBy":[]},"5e5c-968":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\FilterPickerBody.tsx","moduleParts":{"index.esm.js":"5e5c-969"},"imported":[],"importedBy":[]},"5e5c-970":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\FilterDatePickerBody.tsx","moduleParts":{"index.esm.js":"5e5c-971"},"imported":[],"importedBy":[]},"5e5c-972":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\FilterRangeDatePickerBody.tsx","moduleParts":{"index.esm.js":"5e5c-973"},"imported":[],"importedBy":[]},"5e5c-974":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\FilterNumericBody.tsx","moduleParts":{"index.esm.js":"5e5c-975"},"imported":[],"importedBy":[]},"5e5c-976":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\FilterItemBody.tsx","moduleParts":{"index.esm.js":"5e5c-977"},"imported":[],"importedBy":[]},"5e5c-978":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\action-deleteforever-12.svg","moduleParts":{"index.esm.js":"5e5c-979"},"imported":[],"importedBy":[]},"5e5c-980":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\FiltersPanelItem.tsx","moduleParts":{"index.esm.js":"5e5c-981"},"imported":[],"importedBy":[]},"5e5c-982":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\action-add-18.svg","moduleParts":{"index.esm.js":"5e5c-983"},"imported":[],"importedBy":[]},"5e5c-984":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\FiltersPanel.tsx","moduleParts":{"index.esm.js":"5e5c-985"},"imported":[],"importedBy":[]},"5e5c-986":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\navigation-more_vert-18.svg","moduleParts":{"index.esm.js":"5e5c-987"},"imported":[],"importedBy":[]},"5e5c-988":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\navigation-refresh-18.svg","moduleParts":{"index.esm.js":"5e5c-989"},"imported":[],"importedBy":[]},"5e5c-990":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\save-outline-18.svg","moduleParts":{"index.esm.js":"5e5c-991"},"imported":[],"importedBy":[]},"5e5c-992":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\content-edit_undo-18.svg","moduleParts":{"index.esm.js":"5e5c-993"},"imported":[],"importedBy":[]},"5e5c-994":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\action-copy_content-18.svg","moduleParts":{"index.esm.js":"5e5c-995"},"imported":[],"importedBy":[]},"5e5c-996":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\content-edit-18.svg","moduleParts":{"index.esm.js":"5e5c-997"},"imported":[],"importedBy":[]},"5e5c-998":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\content-link-18.svg","moduleParts":{"index.esm.js":"5e5c-999"},"imported":[],"importedBy":[]},"5e5c-1000":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\action-deleteforever-18.svg","moduleParts":{"index.esm.js":"5e5c-1001"},"imported":[],"importedBy":[]},"5e5c-1002":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\PresetPanel\\PresetActionsDropdown.tsx","moduleParts":{"index.esm.js":"5e5c-1003"},"imported":[],"importedBy":[]},"5e5c-1004":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\PresetPanel\\constants.ts","moduleParts":{"index.esm.js":"5e5c-1005"},"imported":[],"importedBy":[]},"5e5c-1006":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\PresetPanel\\PresetInput.tsx","moduleParts":{"index.esm.js":"5e5c-1007"},"imported":[],"importedBy":[]},"5e5c-1008":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\PresetPanel\\Preset.tsx","moduleParts":{"index.esm.js":"5e5c-1009"},"imported":[],"importedBy":[]},"5e5c-1010":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\PresetPanel\\PresetsPanel.tsx","moduleParts":{"index.esm.js":"5e5c-1011"},"imported":[],"importedBy":[]},"5e5c-1012":{"id":"\\build\\rollup:\\@epam\\uui\\components\\filters\\defaultPredicates.ts","moduleParts":{"index.esm.js":"5e5c-1013"},"imported":[],"importedBy":[]},"5e5c-1014":{"id":"\\build\\rollup:\\@epam\\uui\\helpers\\useColumnsWithFilters.tsx","moduleParts":{"index.esm.js":"5e5c-1015"},"imported":[],"importedBy":[]},"5e5c-1016":{"id":"\\build\\rollup:\\@epam\\uui\\helpers\\textLayout.tsx","moduleParts":{"index.esm.js":"5e5c-1017"},"imported":[],"importedBy":[]},"5e5c-1018":{"id":"\\build\\rollup:\\@epam\\uui\\components\\typography\\Text.tsx","moduleParts":{"index.esm.js":"5e5c-1019"},"imported":[],"importedBy":[]},"5e5c-1020":{"id":"\\build\\rollup:\\@epam\\uui\\components\\typography\\TextPlaceholder.tsx","moduleParts":{"index.esm.js":"5e5c-1021"},"imported":[],"importedBy":[]},"5e5c-1022":{"id":"\\build\\rollup:\\@epam\\uui\\components\\typography\\RichTextView.tsx","moduleParts":{"index.esm.js":"5e5c-1023"},"imported":[],"importedBy":[]},"5e5c-1024":{"id":"\\build\\rollup:\\@epam\\uui\\components\\overlays\\Modals.tsx","moduleParts":{"index.esm.js":"5e5c-1025"},"imported":[],"importedBy":[]},"5e5c-1026":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\snackbar\\cross.svg","moduleParts":{"index.esm.js":"5e5c-1027"},"imported":[],"importedBy":[]},"5e5c-1028":{"id":"\\build\\rollup:\\@epam\\uui\\components\\overlays\\NotificationCard.tsx","moduleParts":{"index.esm.js":"5e5c-1029"},"imported":[],"importedBy":[]},"5e5c-1030":{"id":"\\build\\rollup:\\@epam\\uui\\components\\overlays\\ConfirmationModal.tsx","moduleParts":{"index.esm.js":"5e5c-1031"},"imported":[],"importedBy":[]},"5e5c-1032":{"id":"\\build\\rollup:\\@epam\\uui\\components\\datePickers\\DatePicker.tsx","moduleParts":{"index.esm.js":"5e5c-1033"},"imported":[],"importedBy":[]},"5e5c-1034":{"id":"\\build\\rollup:\\@epam\\uui\\components\\datePickers\\CalendarPresets.tsx","moduleParts":{"index.esm.js":"5e5c-1035"},"imported":[],"importedBy":[]},"5e5c-1036":{"id":"\\build\\rollup:\\@epam\\uui\\components\\datePickers\\RangeDatePickerBody.tsx","moduleParts":{"index.esm.js":"5e5c-1037"},"imported":[],"importedBy":[]},"5e5c-1038":{"id":"\\build\\rollup:\\@epam\\uui\\components\\datePickers\\RangeDatePicker.tsx","moduleParts":{"index.esm.js":"5e5c-1039"},"imported":[],"importedBy":[]},"5e5c-1040":{"id":"\\build\\rollup:\\@epam\\uui\\components\\dnd\\DropMarker.tsx","moduleParts":{"index.esm.js":"5e5c-1041"},"imported":[],"importedBy":[]},"5e5c-1042":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\DataTableCell.tsx","moduleParts":{"index.esm.js":"5e5c-1043"},"imported":[],"importedBy":[]},"5e5c-1044":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\DataTableRow.tsx","moduleParts":{"index.esm.js":"5e5c-1045"},"imported":[],"importedBy":[]},"5e5c-1046":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\table-sort_asc-18.svg","moduleParts":{"index.esm.js":"5e5c-1047"},"imported":[],"importedBy":[]},"5e5c-1048":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\table-sort_desc-18.svg","moduleParts":{"index.esm.js":"5e5c-1049"},"imported":[],"importedBy":[]},"5e5c-1050":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\ColumnHeaderDropdown\\SortingPanel.tsx","moduleParts":{"index.esm.js":"5e5c-1051"},"imported":[],"importedBy":[]},"5e5c-1052":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\ColumnHeaderDropdown\\ColumnHeaderDropdown.tsx","moduleParts":{"index.esm.js":"5e5c-1053"},"imported":[],"importedBy":[]},"5e5c-1054":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\table-swap-18.svg","moduleParts":{"index.esm.js":"5e5c-1055"},"imported":[],"importedBy":[]},"5e5c-1056":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\content-filtration-18.svg","moduleParts":{"index.esm.js":"5e5c-1057"},"imported":[],"importedBy":[]},"5e5c-1058":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\navigation-chevron-up-18.svg","moduleParts":{"index.esm.js":"5e5c-1059"},"imported":[],"importedBy":[]},"5e5c-1060":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\DataTableHeaderCell.tsx","moduleParts":{"index.esm.js":"5e5c-1061"},"imported":[],"importedBy":[]},"5e5c-1062":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\action-settings-18.svg","moduleParts":{"index.esm.js":"5e5c-1063"},"imported":[],"importedBy":[]},"5e5c-1064":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\DataTableHeaderRow.tsx","moduleParts":{"index.esm.js":"5e5c-1065"},"imported":[],"importedBy":[]},"5e5c-1066":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\action-lock-fill-18.svg","moduleParts":{"index.esm.js":"5e5c-1067"},"imported":[],"importedBy":[]},"5e5c-1068":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\action-pin_on-18.svg","moduleParts":{"index.esm.js":"5e5c-1069"},"imported":[],"importedBy":[]},"5e5c-1070":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\action-pin_off-18.svg","moduleParts":{"index.esm.js":"5e5c-1071"},"imported":[],"importedBy":[]},"5e5c-1072":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\columnsConfigurationModal\\PinIconButton.tsx","moduleParts":{"index.esm.js":"5e5c-1073"},"imported":[],"importedBy":[]},"5e5c-1074":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\columnsConfigurationModal\\ColumnRow.tsx","moduleParts":{"index.esm.js":"5e5c-1075"},"imported":[],"importedBy":[]},"5e5c-1076":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\columnsConfigurationModal\\ColumnsConfigurationModal.tsx","moduleParts":{"index.esm.js":"5e5c-1077"},"imported":[],"importedBy":[]},"5e5c-1078":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\DataRowsContainer\\utils.ts","moduleParts":{"index.esm.js":"5e5c-1079"},"imported":[],"importedBy":[]},"5e5c-1080":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\DataRowsContainer\\DataRowsGroups.tsx","moduleParts":{"index.esm.js":"5e5c-1081"},"imported":[],"importedBy":[]},"5e5c-1082":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\DataRowsContainer\\DataRowsContainer.tsx","moduleParts":{"index.esm.js":"5e5c-1083"},"imported":[],"importedBy":[]},"5e5c-1084":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\empty-table.svg","moduleParts":{"index.esm.js":"5e5c-1085"},"imported":[],"importedBy":[]},"5e5c-1086":{"id":"\\build\\rollup:\\@epam\\uui\\components\\tables\\DataTable.tsx","moduleParts":{"index.esm.js":"5e5c-1087"},"imported":[],"importedBy":[]},"5e5c-1088":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\burger.svg","moduleParts":{"index.esm.js":"5e5c-1089"},"imported":[],"importedBy":[]},"5e5c-1090":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\burger-close.svg","moduleParts":{"index.esm.js":"5e5c-1091"},"imported":[],"importedBy":[]},"5e5c-1092":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\Burger\\Burger.tsx","moduleParts":{"index.esm.js":"5e5c-1093"},"imported":[],"importedBy":[]},"5e5c-1094":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\triangle.svg","moduleParts":{"index.esm.js":"5e5c-1095"},"imported":[],"importedBy":[]},"5e5c-1096":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\Burger\\BurgerButton.tsx","moduleParts":{"index.esm.js":"5e5c-1097"},"imported":[],"importedBy":[]},"5e5c-1098":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\menu_input_cancel.svg","moduleParts":{"index.esm.js":"5e5c-1099"},"imported":[],"importedBy":[]},"5e5c-1100":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\Burger\\BurgerSearch.tsx","moduleParts":{"index.esm.js":"5e5c-1101"},"imported":[],"importedBy":[]},"5e5c-1102":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\Burger\\BurgerGroupHeader.tsx","moduleParts":{"index.esm.js":"5e5c-1103"},"imported":[],"importedBy":[]},"5e5c-1104":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\chevron-down-24.svg","moduleParts":{"index.esm.js":"5e5c-1105"},"imported":[],"importedBy":[]},"5e5c-1106":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\MainMenuButton.tsx","moduleParts":{"index.esm.js":"5e5c-1107"},"imported":[],"importedBy":[]},"5e5c-1108":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\MainMenuDropdown.tsx","moduleParts":{"index.esm.js":"5e5c-1109"},"imported":[],"importedBy":[]},"5e5c-1110":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\MainMenu.tsx","moduleParts":{"index.esm.js":"5e5c-1111"},"imported":[],"importedBy":[]},"5e5c-1112":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\global_menu.svg","moduleParts":{"index.esm.js":"5e5c-1113"},"imported":[],"importedBy":[]},"5e5c-1114":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\GlobalMenu.tsx","moduleParts":{"index.esm.js":"5e5c-1115"},"imported":[],"importedBy":[]},"5e5c-1116":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\MainMenuAvatar.tsx","moduleParts":{"index.esm.js":"5e5c-1117"},"imported":[],"importedBy":[]},"5e5c-1118":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\MainMenuSearch.tsx","moduleParts":{"index.esm.js":"5e5c-1119"},"imported":[],"importedBy":[]},"5e5c-1120":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\MainMenu\\MainMenuIcon.tsx","moduleParts":{"index.esm.js":"5e5c-1121"},"imported":[],"importedBy":[]},"5e5c-1122":{"id":"\\build\\rollup:\\@epam\\uui\\components\\navigation\\Anchor.tsx","moduleParts":{"index.esm.js":"5e5c-1123"},"imported":[],"importedBy":[]},"5e5c-1124":{"id":"\\build\\rollup:\\@epam\\uui\\components\\forms\\Form.tsx","moduleParts":{"index.esm.js":"5e5c-1125"},"imported":[],"importedBy":[]},"5e5c-1126":{"id":"\\build\\rollup:\\@epam\\uui\\components\\forms\\useForm.tsx","moduleParts":{"index.esm.js":"5e5c-1127"},"imported":[],"importedBy":[]},"5e5c-1128":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\fileUpload\\shape.svg","moduleParts":{"index.esm.js":"5e5c-1129"},"imported":[],"importedBy":[]},"5e5c-1130":{"id":"\\build\\rollup:\\@epam\\uui\\components\\fileUpload\\DropSpot.tsx","moduleParts":{"index.esm.js":"5e5c-1131"},"imported":[],"importedBy":[]},"5e5c-1132":{"id":"\\build\\rollup:\\@epam\\uui\\components\\fileUpload\\SvgCircleProgress.tsx","moduleParts":{"index.esm.js":"5e5c-1133"},"imported":[],"importedBy":[]},"5e5c-1134":{"id":"\\build\\rollup:\\@epam\\uui\\epam-assets\\icons\\common\\navigation-close-18.svg","moduleParts":{"index.esm.js":"5e5c-1135"},"imported":[],"importedBy":[]},"5e5c-1136":{"id":"\\build\\rollup:\\@epam\\uui\\icons\\notification-error-fill-10.svg","moduleParts":{"index.esm.js":"5e5c-1137"},"imported":[],"importedBy":[]},"5e5c-1138":{"id":"\\build\\rollup:\\@epam\\uui\\components\\fileUpload\\FileCard.tsx","moduleParts":{"index.esm.js":"5e5c-1139"},"imported":[],"importedBy":[]},"5e5c-1140":{"id":"\\index.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1141"},{"uid":"5e5c-1142"},{"uid":"5e5c-1143"},{"uid":"5e5c-1144"}],"importedBy":[],"isEntry":true},"5e5c-1141":{"id":"\\assets\\styles\\typography.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1140"}]},"5e5c-1142":{"id":"\\components\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1145"},{"uid":"5e5c-1146"},{"uid":"5e5c-1147"},{"uid":"5e5c-1148"},{"uid":"5e5c-1149"},{"uid":"5e5c-1150"},{"uid":"5e5c-1151"},{"uid":"5e5c-1152"},{"uid":"5e5c-1153"},{"uid":"5e5c-1154"},{"uid":"5e5c-1155"},{"uid":"5e5c-1156"},{"uid":"5e5c-1157"},{"uid":"5e5c-1158"}],"importedBy":[{"uid":"5e5c-1140"}]},"5e5c-1143":{"id":"\\i18n.ts","moduleParts":{},"imported":[{"uid":"5e5c-1159"}],"importedBy":[{"uid":"5e5c-1140"},{"uid":"5e5c-1170"},{"uid":"5e5c-1198"},{"uid":"5e5c-1200"},{"uid":"5e5c-1201"},{"uid":"5e5c-1202"},{"uid":"5e5c-1205"},{"uid":"5e5c-1210"},{"uid":"5e5c-1231"},{"uid":"5e5c-1236"},{"uid":"5e5c-1242"},{"uid":"5e5c-1243"},{"uid":"5e5c-1244"},{"uid":"5e5c-1245"},{"uid":"5e5c-1352"},{"uid":"5e5c-1355"},{"uid":"5e5c-1359"},{"uid":"5e5c-1360"},{"uid":"5e5c-1361"},{"uid":"5e5c-1362"},{"uid":"5e5c-1422"},{"uid":"5e5c-1449"}]},"5e5c-1144":{"id":"\\helpers\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1160"},{"uid":"5e5c-1161"}],"importedBy":[{"uid":"5e5c-1140"},{"uid":"5e5c-1213"},{"uid":"5e5c-1231"}]},"5e5c-1145":{"id":"\\components\\buttons\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1162"},{"uid":"5e5c-1163"},{"uid":"5e5c-1164"},{"uid":"5e5c-1165"},{"uid":"5e5c-1166"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1177"},{"uid":"5e5c-1193"},{"uid":"5e5c-1196"},{"uid":"5e5c-1197"},{"uid":"5e5c-1198"},{"uid":"5e5c-1200"},{"uid":"5e5c-1202"},{"uid":"5e5c-1203"},{"uid":"5e5c-1205"},{"uid":"5e5c-1208"},{"uid":"5e5c-1210"},{"uid":"5e5c-1230"},{"uid":"5e5c-1236"},{"uid":"5e5c-1245"},{"uid":"5e5c-1259"},{"uid":"5e5c-1352"},{"uid":"5e5c-1355"},{"uid":"5e5c-1359"},{"uid":"5e5c-1360"},{"uid":"5e5c-1361"},{"uid":"5e5c-1362"},{"uid":"5e5c-1368"},{"uid":"5e5c-1429"},{"uid":"5e5c-1449"},{"uid":"5e5c-1453"}]},"5e5c-1146":{"id":"\\components\\datePickers\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1167"},{"uid":"5e5c-1168"},{"uid":"5e5c-1169"},{"uid":"5e5c-1170"},{"uid":"5e5c-1171"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1359"},{"uid":"5e5c-1360"}]},"5e5c-1147":{"id":"\\components\\dnd\\index.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1172"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1228"},{"uid":"5e5c-1421"}]},"5e5c-1148":{"id":"\\components\\inputs\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1173"},{"uid":"5e5c-1174"},{"uid":"5e5c-1175"},{"uid":"5e5c-1176"},{"uid":"5e5c-1177"},{"uid":"5e5c-1178"},{"uid":"5e5c-1179"},{"uid":"5e5c-1180"},{"uid":"5e5c-1181"},{"uid":"5e5c-1182"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1167"},{"uid":"5e5c-1170"},{"uid":"5e5c-1188"},{"uid":"5e5c-1192"},{"uid":"5e5c-1196"},{"uid":"5e5c-1201"},{"uid":"5e5c-1202"},{"uid":"5e5c-1209"},{"uid":"5e5c-1210"},{"uid":"5e5c-1226"},{"uid":"5e5c-1230"},{"uid":"5e5c-1352"},{"uid":"5e5c-1355"},{"uid":"5e5c-1360"},{"uid":"5e5c-1361"},{"uid":"5e5c-1421"},{"uid":"5e5c-1430"}]},"5e5c-1149":{"id":"\\components\\layout\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1183"},{"uid":"5e5c-1184"},{"uid":"5e5c-1185"},{"uid":"5e5c-1186"},{"uid":"5e5c-1187"},{"uid":"5e5c-1188"},{"uid":"5e5c-1189"},{"uid":"5e5c-1190"},{"uid":"5e5c-1191"},{"uid":"5e5c-1192"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1170"},{"uid":"5e5c-1171"},{"uid":"5e5c-1200"},{"uid":"5e5c-1201"},{"uid":"5e5c-1202"},{"uid":"5e5c-1203"},{"uid":"5e5c-1207"},{"uid":"5e5c-1210"},{"uid":"5e5c-1230"},{"uid":"5e5c-1231"},{"uid":"5e5c-1244"},{"uid":"5e5c-1245"},{"uid":"5e5c-1311"},{"uid":"5e5c-1352"},{"uid":"5e5c-1359"},{"uid":"5e5c-1360"},{"uid":"5e5c-1361"},{"uid":"5e5c-1362"},{"uid":"5e5c-1421"},{"uid":"5e5c-1422"},{"uid":"5e5c-1429"},{"uid":"5e5c-1430"},{"uid":"5e5c-1453"}]},"5e5c-1150":{"id":"\\components\\overlays\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1193"},{"uid":"5e5c-1194"},{"uid":"5e5c-1195"},{"uid":"5e5c-1196"},{"uid":"5e5c-1197"},{"uid":"5e5c-1198"},{"uid":"5e5c-1199"},{"uid":"5e5c-1200"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1167"},{"uid":"5e5c-1170"},{"uid":"5e5c-1205"},{"uid":"5e5c-1210"},{"uid":"5e5c-1227"},{"uid":"5e5c-1230"},{"uid":"5e5c-1242"},{"uid":"5e5c-1243"},{"uid":"5e5c-1245"},{"uid":"5e5c-1352"},{"uid":"5e5c-1355"},{"uid":"5e5c-1362"},{"uid":"5e5c-1422"},{"uid":"5e5c-1449"},{"uid":"5e5c-1453"}]},"5e5c-1151":{"id":"\\components\\pickers\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1201"},{"uid":"5e5c-1202"},{"uid":"5e5c-1203"},{"uid":"5e5c-1204"},{"uid":"5e5c-1205"},{"uid":"5e5c-1206"},{"uid":"5e5c-1207"},{"uid":"5e5c-1208"},{"uid":"5e5c-1209"},{"uid":"5e5c-1210"},{"uid":"5e5c-1211"},{"uid":"5e5c-1212"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1236"},{"uid":"5e5c-1353"},{"uid":"5e5c-1355"},{"uid":"5e5c-1358"}]},"5e5c-1152":{"id":"\\components\\typography\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1213"},{"uid":"5e5c-1214"},{"uid":"5e5c-1215"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1197"},{"uid":"5e5c-1201"},{"uid":"5e5c-1203"},{"uid":"5e5c-1207"},{"uid":"5e5c-1208"},{"uid":"5e5c-1209"},{"uid":"5e5c-1210"},{"uid":"5e5c-1211"},{"uid":"5e5c-1227"},{"uid":"5e5c-1230"},{"uid":"5e5c-1231"},{"uid":"5e5c-1242"},{"uid":"5e5c-1243"},{"uid":"5e5c-1244"},{"uid":"5e5c-1245"},{"uid":"5e5c-1311"},{"uid":"5e5c-1352"},{"uid":"5e5c-1355"},{"uid":"5e5c-1359"},{"uid":"5e5c-1423"},{"uid":"5e5c-1453"}]},"5e5c-1153":{"id":"\\components\\widgets\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1216"},{"uid":"5e5c-1217"},{"uid":"5e5c-1218"},{"uid":"5e5c-1219"},{"uid":"5e5c-1220"},{"uid":"5e5c-1221"},{"uid":"5e5c-1222"},{"uid":"5e5c-1223"},{"uid":"5e5c-1224"},{"uid":"5e5c-1225"},{"uid":"5e5c-1226"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1191"},{"uid":"5e5c-1207"},{"uid":"5e5c-1211"},{"uid":"5e5c-1227"},{"uid":"5e5c-1311"},{"uid":"5e5c-1352"}]},"5e5c-1154":{"id":"\\components\\tables\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1227"},{"uid":"5e5c-1228"},{"uid":"5e5c-1229"},{"uid":"5e5c-1230"},{"uid":"5e5c-1231"},{"uid":"5e5c-1232"},{"uid":"5e5c-1233"},{"uid":"5e5c-1234"},{"uid":"5e5c-1235"}],"importedBy":[{"uid":"5e5c-1142"}]},"5e5c-1155":{"id":"\\components\\filters\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1236"},{"uid":"5e5c-1237"},{"uid":"5e5c-1238"},{"uid":"5e5c-1239"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1160"}]},"5e5c-1156":{"id":"\\components\\navigation\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1240"},{"uid":"5e5c-1241"}],"importedBy":[{"uid":"5e5c-1142"},{"uid":"5e5c-1244"}]},"5e5c-1157":{"id":"\\components\\forms\\index.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1242"},{"uid":"5e5c-1243"}],"importedBy":[{"uid":"5e5c-1142"}]},"5e5c-1158":{"id":"\\components\\fileUpload\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1244"},{"uid":"5e5c-1245"},{"uid":"5e5c-1246"}],"importedBy":[{"uid":"5e5c-1142"}]},"5e5c-1159":{"id":"@epam/uui-core","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1143"},{"uid":"5e5c-1162"},{"uid":"5e5c-1163"},{"uid":"5e5c-1164"},{"uid":"5e5c-1165"},{"uid":"5e5c-1166"},{"uid":"5e5c-1167"},{"uid":"5e5c-1168"},{"uid":"5e5c-1169"},{"uid":"5e5c-1170"},{"uid":"5e5c-1171"},{"uid":"5e5c-1173"},{"uid":"5e5c-1174"},{"uid":"5e5c-1175"},{"uid":"5e5c-1176"},{"uid":"5e5c-1178"},{"uid":"5e5c-1179"},{"uid":"5e5c-1180"},{"uid":"5e5c-1181"},{"uid":"5e5c-1182"},{"uid":"5e5c-1183"},{"uid":"5e5c-1184"},{"uid":"5e5c-1187"},{"uid":"5e5c-1188"},{"uid":"5e5c-1189"},{"uid":"5e5c-1190"},{"uid":"5e5c-1191"},{"uid":"5e5c-1192"},{"uid":"5e5c-1194"},{"uid":"5e5c-1195"},{"uid":"5e5c-1196"},{"uid":"5e5c-1197"},{"uid":"5e5c-1198"},{"uid":"5e5c-1199"},{"uid":"5e5c-1201"},{"uid":"5e5c-1202"},{"uid":"5e5c-1205"},{"uid":"5e5c-1206"},{"uid":"5e5c-1213"},{"uid":"5e5c-1215"},{"uid":"5e5c-1216"},{"uid":"5e5c-1217"},{"uid":"5e5c-1218"},{"uid":"5e5c-1219"},{"uid":"5e5c-1223"},{"uid":"5e5c-1226"},{"uid":"5e5c-1228"},{"uid":"5e5c-1229"},{"uid":"5e5c-1230"},{"uid":"5e5c-1231"},{"uid":"5e5c-1236"},{"uid":"5e5c-1241"},{"uid":"5e5c-1242"},{"uid":"5e5c-1243"},{"uid":"5e5c-1244"},{"uid":"5e5c-1245"},{"uid":"5e5c-1265"},{"uid":"5e5c-1280"},{"uid":"5e5c-1287"},{"uid":"5e5c-1288"},{"uid":"5e5c-1289"},{"uid":"5e5c-1353"},{"uid":"5e5c-1355"},{"uid":"5e5c-1358"},{"uid":"5e5c-1360"},{"uid":"5e5c-1361"},{"uid":"5e5c-1362"},{"uid":"5e5c-1363"},{"uid":"5e5c-1366"},{"uid":"5e5c-1367"},{"uid":"5e5c-1368"},{"uid":"5e5c-1370"},{"uid":"5e5c-1421"},{"uid":"5e5c-1423"},{"uid":"5e5c-1436"},{"uid":"5e5c-1437"},{"uid":"5e5c-1453"}],"isExternal":true},"5e5c-1160":{"id":"\\helpers\\useColumnsWithFilters.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1155"}],"importedBy":[{"uid":"5e5c-1144"}]},"5e5c-1161":{"id":"\\helpers\\textLayout.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1248"}],"importedBy":[{"uid":"5e5c-1144"}]},"5e5c-1162":{"id":"\\components\\buttons\\Button.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1249"},{"uid":"5e5c-1224"},{"uid":"5e5c-1250"}],"importedBy":[{"uid":"5e5c-1145"},{"uid":"5e5c-1220"}]},"5e5c-1163":{"id":"\\components\\buttons\\IconButton.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1251"}],"importedBy":[{"uid":"5e5c-1145"},{"uid":"5e5c-1229"}]},"5e5c-1164":{"id":"\\components\\buttons\\LinkButton.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1252"},{"uid":"5e5c-1249"},{"uid":"5e5c-1253"}],"importedBy":[{"uid":"5e5c-1145"}]},"5e5c-1165":{"id":"\\components\\buttons\\TabButton.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1253"},{"uid":"5e5c-1224"},{"uid":"5e5c-1249"},{"uid":"5e5c-1254"}],"importedBy":[{"uid":"5e5c-1145"},{"uid":"5e5c-1166"}]},"5e5c-1166":{"id":"\\components\\buttons\\VerticalTabButton.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1165"},{"uid":"5e5c-1255"}],"importedBy":[{"uid":"5e5c-1145"}]},"5e5c-1167":{"id":"\\components\\datePickers\\DatePicker.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1256"},{"uid":"5e5c-1148"},{"uid":"5e5c-1168"},{"uid":"5e5c-1249"},{"uid":"5e5c-1150"}],"importedBy":[{"uid":"5e5c-1146"}]},"5e5c-1168":{"id":"\\components\\datePickers\\DatePickerBody.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1257"},{"uid":"5e5c-1258"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1259"},{"uid":"5e5c-1169"},{"uid":"5e5c-1260"}],"importedBy":[{"uid":"5e5c-1146"},{"uid":"5e5c-1167"},{"uid":"5e5c-1171"}]},"5e5c-1169":{"id":"\\components\\datePickers\\Calendar.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1261"},{"uid":"5e5c-1186"},{"uid":"5e5c-1159"}],"importedBy":[{"uid":"5e5c-1146"},{"uid":"5e5c-1168"}]},"5e5c-1170":{"id":"\\components\\datePickers\\RangeDatePicker.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1150"},{"uid":"5e5c-1149"},{"uid":"5e5c-1171"},{"uid":"5e5c-1148"},{"uid":"5e5c-1249"},{"uid":"5e5c-1143"},{"uid":"5e5c-1263"}],"importedBy":[{"uid":"5e5c-1146"}]},"5e5c-1171":{"id":"\\components\\datePickers\\RangeDatePickerBody.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1257"},{"uid":"5e5c-1264"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1149"},{"uid":"5e5c-1168"},{"uid":"5e5c-1265"},{"uid":"5e5c-1266"}],"importedBy":[{"uid":"5e5c-1146"},{"uid":"5e5c-1170"}]},"5e5c-1172":{"id":"\\components\\dnd\\DropMarker.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1267"}],"importedBy":[{"uid":"5e5c-1147"}]},"5e5c-1173":{"id":"\\components\\inputs\\Checkbox.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1268"},{"uid":"5e5c-1269"},{"uid":"5e5c-1270"},{"uid":"5e5c-1271"},{"uid":"5e5c-1272"}],"importedBy":[{"uid":"5e5c-1148"}]},"5e5c-1174":{"id":"\\components\\inputs\\RadioInput.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1273"},{"uid":"5e5c-1274"}],"importedBy":[{"uid":"5e5c-1148"}]},"5e5c-1175":{"id":"\\components\\inputs\\Switch.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1275"}],"importedBy":[{"uid":"5e5c-1148"}]},"5e5c-1176":{"id":"\\components\\inputs\\TextInput.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1256"},{"uid":"5e5c-1249"},{"uid":"5e5c-1277"}],"importedBy":[{"uid":"5e5c-1148"},{"uid":"5e5c-1180"}]},"5e5c-1177":{"id":"\\components\\inputs\\MultiSwitch.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1184"},{"uid":"5e5c-1145"}],"importedBy":[{"uid":"5e5c-1148"}]},"5e5c-1178":{"id":"\\components\\inputs\\NumericInput.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1256"},{"uid":"5e5c-1249"},{"uid":"5e5c-1277"},{"uid":"5e5c-1278"}],"importedBy":[{"uid":"5e5c-1148"}]},"5e5c-1179":{"id":"\\components\\inputs\\TextArea.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1256"},{"uid":"5e5c-1279"}],"importedBy":[{"uid":"5e5c-1148"}]},"5e5c-1180":{"id":"\\components\\inputs\\TimePicker.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1247"},{"uid":"5e5c-1257"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1256"},{"uid":"5e5c-1195"},{"uid":"5e5c-1176"},{"uid":"5e5c-1280"},{"uid":"5e5c-1281"},{"uid":"5e5c-1282"}],"importedBy":[{"uid":"5e5c-1148"}]},"5e5c-1181":{"id":"\\components\\inputs\\InputAddon.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1283"}],"importedBy":[{"uid":"5e5c-1148"}]},"5e5c-1182":{"id":"\\components\\inputs\\Slider.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1284"},{"uid":"5e5c-1159"}],"importedBy":[{"uid":"5e5c-1148"}]},"5e5c-1183":{"id":"\\components\\layout\\Accordion.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1249"},{"uid":"5e5c-1285"}],"importedBy":[{"uid":"5e5c-1149"}]},"5e5c-1184":{"id":"\\components\\layout\\ControlGroup.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1286"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"}],"importedBy":[{"uid":"5e5c-1149"},{"uid":"5e5c-1177"}]},"5e5c-1185":{"id":"\\components\\layout\\FlexItems\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1287"},{"uid":"5e5c-1288"},{"uid":"5e5c-1289"},{"uid":"5e5c-1186"}],"importedBy":[{"uid":"5e5c-1149"},{"uid":"5e5c-1197"}]},"5e5c-1186":{"id":"@epam/uui-components","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1149"},{"uid":"5e5c-1153"},{"uid":"5e5c-1162"},{"uid":"5e5c-1163"},{"uid":"5e5c-1164"},{"uid":"5e5c-1165"},{"uid":"5e5c-1167"},{"uid":"5e5c-1168"},{"uid":"5e5c-1169"},{"uid":"5e5c-1170"},{"uid":"5e5c-1171"},{"uid":"5e5c-1173"},{"uid":"5e5c-1174"},{"uid":"5e5c-1175"},{"uid":"5e5c-1176"},{"uid":"5e5c-1178"},{"uid":"5e5c-1179"},{"uid":"5e5c-1180"},{"uid":"5e5c-1181"},{"uid":"5e5c-1182"},{"uid":"5e5c-1183"},{"uid":"5e5c-1184"},{"uid":"5e5c-1185"},{"uid":"5e5c-1187"},{"uid":"5e5c-1189"},{"uid":"5e5c-1191"},{"uid":"5e5c-1193"},{"uid":"5e5c-1194"},{"uid":"5e5c-1195"},{"uid":"5e5c-1196"},{"uid":"5e5c-1197"},{"uid":"5e5c-1198"},{"uid":"5e5c-1199"},{"uid":"5e5c-1201"},{"uid":"5e5c-1204"},{"uid":"5e5c-1206"},{"uid":"5e5c-1207"},{"uid":"5e5c-1208"},{"uid":"5e5c-1210"},{"uid":"5e5c-1211"},{"uid":"5e5c-1213"},{"uid":"5e5c-1215"},{"uid":"5e5c-1216"},{"uid":"5e5c-1217"},{"uid":"5e5c-1218"},{"uid":"5e5c-1219"},{"uid":"5e5c-1220"},{"uid":"5e5c-1223"},{"uid":"5e5c-1226"},{"uid":"5e5c-1227"},{"uid":"5e5c-1228"},{"uid":"5e5c-1229"},{"uid":"5e5c-1230"},{"uid":"5e5c-1231"},{"uid":"5e5c-1236"},{"uid":"5e5c-1241"},{"uid":"5e5c-1244"},{"uid":"5e5c-1245"},{"uid":"5e5c-1265"},{"uid":"5e5c-1280"},{"uid":"5e5c-1287"},{"uid":"5e5c-1288"},{"uid":"5e5c-1289"},{"uid":"5e5c-1311"},{"uid":"5e5c-1352"},{"uid":"5e5c-1353"},{"uid":"5e5c-1355"},{"uid":"5e5c-1358"},{"uid":"5e5c-1359"},{"uid":"5e5c-1360"},{"uid":"5e5c-1361"},{"uid":"5e5c-1362"},{"uid":"5e5c-1363"},{"uid":"5e5c-1364"},{"uid":"5e5c-1366"},{"uid":"5e5c-1367"},{"uid":"5e5c-1369"},{"uid":"5e5c-1370"},{"uid":"5e5c-1421"},{"uid":"5e5c-1423"},{"uid":"5e5c-1436"},{"uid":"5e5c-1437"},{"uid":"5e5c-1438"}],"isExternal":true},"5e5c-1187":{"id":"\\components\\layout\\LabeledInput.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1199"},{"uid":"5e5c-1249"},{"uid":"5e5c-1290"}],"importedBy":[{"uid":"5e5c-1149"}]},"5e5c-1188":{"id":"\\components\\layout\\RadioGroup.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1159"},{"uid":"5e5c-1148"},{"uid":"5e5c-1291"},{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1149"}]},"5e5c-1189":{"id":"\\components\\layout\\ScrollBars.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1292"}],"importedBy":[{"uid":"5e5c-1149"},{"uid":"5e5c-1190"}]},"5e5c-1190":{"id":"\\components\\layout\\VirtualList.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1189"},{"uid":"5e5c-1293"},{"uid":"5e5c-1191"}],"importedBy":[{"uid":"5e5c-1149"}]},"5e5c-1191":{"id":"\\components\\layout\\Blocker.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1153"},{"uid":"5e5c-1294"}],"importedBy":[{"uid":"5e5c-1149"},{"uid":"5e5c-1190"}]},"5e5c-1192":{"id":"\\components\\layout\\CheckboxGroup.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1148"},{"uid":"5e5c-1295"}],"importedBy":[{"uid":"5e5c-1149"}]},"5e5c-1193":{"id":"\\components\\overlays\\Alert.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1186"},{"uid":"5e5c-1145"},{"uid":"5e5c-1296"},{"uid":"5e5c-1297"},{"uid":"5e5c-1298"},{"uid":"5e5c-1299"},{"uid":"5e5c-1300"},{"uid":"5e5c-1301"}],"importedBy":[{"uid":"5e5c-1150"}]},"5e5c-1194":{"id":"\\components\\overlays\\Dropdown.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1159"}],"importedBy":[{"uid":"5e5c-1150"},{"uid":"5e5c-1206"}]},"5e5c-1195":{"id":"\\components\\overlays\\DropdownContainer.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1302"}],"importedBy":[{"uid":"5e5c-1150"},{"uid":"5e5c-1180"},{"uid":"5e5c-1196"}]},"5e5c-1196":{"id":"\\components\\overlays\\DropdownMenu.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1195"},{"uid":"5e5c-1148"},{"uid":"5e5c-1145"},{"uid":"5e5c-1249"},{"uid":"5e5c-1303"}],"importedBy":[{"uid":"5e5c-1150"}]},"5e5c-1197":{"id":"\\components\\overlays\\Modals.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1185"},{"uid":"5e5c-1145"},{"uid":"5e5c-1152"},{"uid":"5e5c-1300"},{"uid":"5e5c-1304"}],"importedBy":[{"uid":"5e5c-1150"},{"uid":"5e5c-1200"}]},"5e5c-1198":{"id":"\\components\\overlays\\NotificationCard.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1145"},{"uid":"5e5c-1143"},{"uid":"5e5c-1296"},{"uid":"5e5c-1297"},{"uid":"5e5c-1298"},{"uid":"5e5c-1299"},{"uid":"5e5c-1305"},{"uid":"5e5c-1306"}],"importedBy":[{"uid":"5e5c-1150"}]},"5e5c-1199":{"id":"\\components\\overlays\\Tooltip.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1307"}],"importedBy":[{"uid":"5e5c-1150"},{"uid":"5e5c-1187"}]},"5e5c-1200":{"id":"\\components\\overlays\\ConfirmationModal.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1145"},{"uid":"5e5c-1149"},{"uid":"5e5c-1197"},{"uid":"5e5c-1143"}],"importedBy":[{"uid":"5e5c-1150"},{"uid":"5e5c-1243"}]},"5e5c-1201":{"id":"\\components\\pickers\\DataPickerBody.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1148"},{"uid":"5e5c-1149"},{"uid":"5e5c-1152"},{"uid":"5e5c-1143"},{"uid":"5e5c-1308"}],"importedBy":[{"uid":"5e5c-1151"},{"uid":"5e5c-1206"},{"uid":"5e5c-1210"}]},"5e5c-1202":{"id":"\\components\\pickers\\DataPickerFooter.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1143"},{"uid":"5e5c-1148"},{"uid":"5e5c-1149"},{"uid":"5e5c-1145"}],"importedBy":[{"uid":"5e5c-1151"},{"uid":"5e5c-1206"}]},"5e5c-1203":{"id":"\\components\\pickers\\DataPickerHeader.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1309"},{"uid":"5e5c-1310"},{"uid":"5e5c-1152"},{"uid":"5e5c-1145"},{"uid":"5e5c-1149"}],"importedBy":[{"uid":"5e5c-1151"},{"uid":"5e5c-1205"}]},"5e5c-1204":{"id":"\\components\\pickers\\DataPickerRow.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1311"},{"uid":"5e5c-1312"}],"importedBy":[{"uid":"5e5c-1151"},{"uid":"5e5c-1206"},{"uid":"5e5c-1210"}]},"5e5c-1205":{"id":"\\components\\pickers\\MobileDropdownWrapper.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1313"},{"uid":"5e5c-1159"},{"uid":"5e5c-1145"},{"uid":"5e5c-1203"},{"uid":"5e5c-1150"},{"uid":"5e5c-1143"}],"importedBy":[{"uid":"5e5c-1151"},{"uid":"5e5c-1206"}]},"5e5c-1206":{"id":"\\components\\pickers\\PickerInput.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1194"},{"uid":"5e5c-1256"},{"uid":"5e5c-1159"},{"uid":"5e5c-1210"},{"uid":"5e5c-1211"},{"uid":"5e5c-1205"},{"uid":"5e5c-1201"},{"uid":"5e5c-1204"},{"uid":"5e5c-1202"},{"uid":"5e5c-1207"}],"importedBy":[{"uid":"5e5c-1151"}]},"5e5c-1207":{"id":"\\components\\pickers\\PickerItem.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1149"},{"uid":"5e5c-1152"},{"uid":"5e5c-1153"},{"uid":"5e5c-1314"},{"uid":"5e5c-1212"}],"importedBy":[{"uid":"5e5c-1151"},{"uid":"5e5c-1206"},{"uid":"5e5c-1210"}]},"5e5c-1208":{"id":"\\components\\pickers\\PickerList.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1152"},{"uid":"5e5c-1209"},{"uid":"5e5c-1210"},{"uid":"5e5c-1145"}],"importedBy":[{"uid":"5e5c-1151"}]},"5e5c-1209":{"id":"\\components\\pickers\\PickerListItem.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1148"},{"uid":"5e5c-1152"},{"uid":"5e5c-1315"}],"importedBy":[{"uid":"5e5c-1151"},{"uid":"5e5c-1208"}]},"5e5c-1210":{"id":"\\components\\pickers\\PickerModal.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1204"},{"uid":"5e5c-1152"},{"uid":"5e5c-1143"},{"uid":"5e5c-1149"},{"uid":"5e5c-1150"},{"uid":"5e5c-1145"},{"uid":"5e5c-1316"},{"uid":"5e5c-1317"},{"uid":"5e5c-1148"},{"uid":"5e5c-1201"},{"uid":"5e5c-1207"}],"importedBy":[{"uid":"5e5c-1151"},{"uid":"5e5c-1206"},{"uid":"5e5c-1208"}]},"5e5c-1211":{"id":"\\components\\pickers\\PickerToggler.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1152"},{"uid":"5e5c-1249"},{"uid":"5e5c-1153"},{"uid":"5e5c-1256"},{"uid":"5e5c-1318"},{"uid":"5e5c-1319"}],"importedBy":[{"uid":"5e5c-1151"},{"uid":"5e5c-1206"}]},"5e5c-1212":{"id":"\\components\\pickers\\highlight.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1151"},{"uid":"5e5c-1207"}]},"5e5c-1213":{"id":"\\components\\typography\\Text.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1144"},{"uid":"5e5c-1186"},{"uid":"5e5c-1320"}],"importedBy":[{"uid":"5e5c-1152"}]},"5e5c-1214":{"id":"\\components\\typography\\TextPlaceholder.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1321"}],"importedBy":[{"uid":"5e5c-1152"}]},"5e5c-1215":{"id":"\\components\\typography\\RichTextView.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1159"}],"importedBy":[{"uid":"5e5c-1152"}]},"5e5c-1216":{"id":"\\components\\widgets\\AvatarStack.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1322"}],"importedBy":[{"uid":"5e5c-1153"}]},"5e5c-1217":{"id":"\\components\\widgets\\Badge.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1224"},{"uid":"5e5c-1249"},{"uid":"5e5c-1323"}],"importedBy":[{"uid":"5e5c-1153"}]},"5e5c-1218":{"id":"\\components\\widgets\\Tag.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1224"},{"uid":"5e5c-1249"},{"uid":"5e5c-1324"}],"importedBy":[{"uid":"5e5c-1153"}]},"5e5c-1219":{"id":"\\components\\widgets\\Spinner.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1325"}],"importedBy":[{"uid":"5e5c-1153"}]},"5e5c-1220":{"id":"\\components\\widgets\\Paginator.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1186"},{"uid":"5e5c-1162"},{"uid":"5e5c-1326"},{"uid":"5e5c-1327"},{"uid":"5e5c-1328"},{"uid":"5e5c-1329"},{"uid":"5e5c-1330"}],"importedBy":[{"uid":"5e5c-1153"}]},"5e5c-1221":{"id":"\\components\\widgets\\IndeterminateBar.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1331"}],"importedBy":[{"uid":"5e5c-1153"},{"uid":"5e5c-1222"}]},"5e5c-1222":{"id":"\\components\\widgets\\IndicatorBar.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1223"},{"uid":"5e5c-1221"},{"uid":"5e5c-1332"}],"importedBy":[{"uid":"5e5c-1153"}]},"5e5c-1223":{"id":"\\components\\widgets\\ProgressBar.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1333"}],"importedBy":[{"uid":"5e5c-1153"},{"uid":"5e5c-1222"}]},"5e5c-1224":{"id":"\\components\\widgets\\CountIndicator.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1334"}],"importedBy":[{"uid":"5e5c-1153"},{"uid":"5e5c-1162"},{"uid":"5e5c-1165"},{"uid":"5e5c-1217"},{"uid":"5e5c-1218"}]},"5e5c-1225":{"id":"\\components\\widgets\\StatusIndicator.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1335"}],"importedBy":[{"uid":"5e5c-1153"}]},"5e5c-1226":{"id":"\\components\\widgets\\DataRowAddons.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1148"},{"uid":"5e5c-1336"},{"uid":"5e5c-1337"}],"importedBy":[{"uid":"5e5c-1153"}]},"5e5c-1227":{"id":"\\components\\tables\\DataTableCell.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1153"},{"uid":"5e5c-1152"},{"uid":"5e5c-1150"},{"uid":"5e5c-1338"},{"uid":"5e5c-1339"}],"importedBy":[{"uid":"5e5c-1154"},{"uid":"5e5c-1228"}]},"5e5c-1228":{"id":"\\components\\tables\\DataTableRow.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1227"},{"uid":"5e5c-1147"},{"uid":"5e5c-1340"},{"uid":"5e5c-1339"}],"importedBy":[{"uid":"5e5c-1154"},{"uid":"5e5c-1231"}]},"5e5c-1229":{"id":"\\components\\tables\\DataTableHeaderRow.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1230"},{"uid":"5e5c-1163"},{"uid":"5e5c-1341"},{"uid":"5e5c-1339"},{"uid":"5e5c-1342"}],"importedBy":[{"uid":"5e5c-1154"},{"uid":"5e5c-1231"}]},"5e5c-1230":{"id":"\\components\\tables\\DataTableHeaderCell.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1234"},{"uid":"5e5c-1149"},{"uid":"5e5c-1145"},{"uid":"5e5c-1148"},{"uid":"5e5c-1150"},{"uid":"5e5c-1152"},{"uid":"5e5c-1343"},{"uid":"5e5c-1339"},{"uid":"5e5c-1344"},{"uid":"5e5c-1345"},{"uid":"5e5c-1346"},{"uid":"5e5c-1347"},{"uid":"5e5c-1336"},{"uid":"5e5c-1348"}],"importedBy":[{"uid":"5e5c-1154"},{"uid":"5e5c-1229"}]},"5e5c-1231":{"id":"\\components\\tables\\DataTable.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1144"},{"uid":"5e5c-1159"},{"uid":"5e5c-1229"},{"uid":"5e5c-1228"},{"uid":"5e5c-1233"},{"uid":"5e5c-1149"},{"uid":"5e5c-1232"},{"uid":"5e5c-1349"},{"uid":"5e5c-1152"},{"uid":"5e5c-1350"},{"uid":"5e5c-1339"},{"uid":"5e5c-1143"}],"importedBy":[{"uid":"5e5c-1154"}]},"5e5c-1232":{"id":"\\components\\tables\\DataRowsContainer\\index.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1351"}],"importedBy":[{"uid":"5e5c-1154"},{"uid":"5e5c-1231"}]},"5e5c-1233":{"id":"\\components\\tables\\columnsConfigurationModal\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1352"}],"importedBy":[{"uid":"5e5c-1154"},{"uid":"5e5c-1231"}]},"5e5c-1234":{"id":"\\components\\tables\\ColumnHeaderDropdown\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1353"}],"importedBy":[{"uid":"5e5c-1154"},{"uid":"5e5c-1230"}]},"5e5c-1235":{"id":"\\components\\tables\\types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1154"}]},"5e5c-1236":{"id":"\\components\\filters\\FiltersPanel.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1354"},{"uid":"5e5c-1143"},{"uid":"5e5c-1145"},{"uid":"5e5c-1151"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1355"},{"uid":"5e5c-1356"},{"uid":"5e5c-1357"}],"importedBy":[{"uid":"5e5c-1155"}]},"5e5c-1237":{"id":"\\components\\filters\\FilterItemBody.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1358"},{"uid":"5e5c-1359"},{"uid":"5e5c-1360"},{"uid":"5e5c-1361"}],"importedBy":[{"uid":"5e5c-1155"},{"uid":"5e5c-1355"}]},"5e5c-1238":{"id":"\\components\\filters\\PresetPanel\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1362"}],"importedBy":[{"uid":"5e5c-1155"}]},"5e5c-1239":{"id":"\\components\\filters\\defaultPredicates.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1155"}]},"5e5c-1240":{"id":"\\components\\navigation\\MainMenu\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1363"},{"uid":"5e5c-1364"},{"uid":"5e5c-1365"},{"uid":"5e5c-1366"},{"uid":"5e5c-1367"},{"uid":"5e5c-1368"},{"uid":"5e5c-1369"},{"uid":"5e5c-1370"}],"importedBy":[{"uid":"5e5c-1156"}]},"5e5c-1241":{"id":"\\components\\navigation\\Anchor.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1371"}],"importedBy":[{"uid":"5e5c-1156"}]},"5e5c-1242":{"id":"\\components\\forms\\Form.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1152"},{"uid":"5e5c-1150"},{"uid":"5e5c-1143"}],"importedBy":[{"uid":"5e5c-1157"}]},"5e5c-1243":{"id":"\\components\\forms\\useForm.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1150"},{"uid":"5e5c-1152"},{"uid":"5e5c-1200"},{"uid":"5e5c-1143"}],"importedBy":[{"uid":"5e5c-1157"}]},"5e5c-1244":{"id":"\\components\\fileUpload\\DropSpot.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1149"},{"uid":"5e5c-1156"},{"uid":"5e5c-1152"},{"uid":"5e5c-1372"},{"uid":"5e5c-1143"},{"uid":"5e5c-1373"}],"importedBy":[{"uid":"5e5c-1158"}]},"5e5c-1245":{"id":"\\components\\fileUpload\\FileCard.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1374"},{"uid":"5e5c-1143"},{"uid":"5e5c-1159"},{"uid":"5e5c-1246"},{"uid":"5e5c-1186"},{"uid":"5e5c-1149"},{"uid":"5e5c-1145"},{"uid":"5e5c-1152"},{"uid":"5e5c-1150"},{"uid":"5e5c-1249"},{"uid":"5e5c-1375"},{"uid":"5e5c-1376"}],"importedBy":[{"uid":"5e5c-1158"}]},"5e5c-1246":{"id":"\\components\\fileUpload\\SvgCircleProgress.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1377"}],"importedBy":[{"uid":"5e5c-1158"},{"uid":"5e5c-1245"}]},"5e5c-1247":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1160"},{"uid":"5e5c-1162"},{"uid":"5e5c-1165"},{"uid":"5e5c-1167"},{"uid":"5e5c-1168"},{"uid":"5e5c-1170"},{"uid":"5e5c-1171"},{"uid":"5e5c-1172"},{"uid":"5e5c-1176"},{"uid":"5e5c-1177"},{"uid":"5e5c-1180"},{"uid":"5e5c-1188"},{"uid":"5e5c-1190"},{"uid":"5e5c-1191"},{"uid":"5e5c-1192"},{"uid":"5e5c-1193"},{"uid":"5e5c-1196"},{"uid":"5e5c-1197"},{"uid":"5e5c-1198"},{"uid":"5e5c-1200"},{"uid":"5e5c-1201"},{"uid":"5e5c-1202"},{"uid":"5e5c-1203"},{"uid":"5e5c-1204"},{"uid":"5e5c-1205"},{"uid":"5e5c-1206"},{"uid":"5e5c-1207"},{"uid":"5e5c-1208"},{"uid":"5e5c-1209"},{"uid":"5e5c-1210"},{"uid":"5e5c-1211"},{"uid":"5e5c-1212"},{"uid":"5e5c-1214"},{"uid":"5e5c-1217"},{"uid":"5e5c-1218"},{"uid":"5e5c-1220"},{"uid":"5e5c-1221"},{"uid":"5e5c-1222"},{"uid":"5e5c-1224"},{"uid":"5e5c-1225"},{"uid":"5e5c-1226"},{"uid":"5e5c-1227"},{"uid":"5e5c-1228"},{"uid":"5e5c-1229"},{"uid":"5e5c-1230"},{"uid":"5e5c-1231"},{"uid":"5e5c-1236"},{"uid":"5e5c-1237"},{"uid":"5e5c-1242"},{"uid":"5e5c-1243"},{"uid":"5e5c-1244"},{"uid":"5e5c-1245"},{"uid":"5e5c-1246"},{"uid":"5e5c-1259"},{"uid":"5e5c-1268"},{"uid":"5e5c-1269"},{"uid":"5e5c-1270"},{"uid":"5e5c-1271"},{"uid":"5e5c-1274"},{"uid":"5e5c-1296"},{"uid":"5e5c-1297"},{"uid":"5e5c-1298"},{"uid":"5e5c-1299"},{"uid":"5e5c-1300"},{"uid":"5e5c-1305"},{"uid":"5e5c-1310"},{"uid":"5e5c-1311"},{"uid":"5e5c-1316"},{"uid":"5e5c-1327"},{"uid":"5e5c-1328"},{"uid":"5e5c-1329"},{"uid":"5e5c-1330"},{"uid":"5e5c-1336"},{"uid":"5e5c-1342"},{"uid":"5e5c-1344"},{"uid":"5e5c-1345"},{"uid":"5e5c-1346"},{"uid":"5e5c-1347"},{"uid":"5e5c-1348"},{"uid":"5e5c-1349"},{"uid":"5e5c-1351"},{"uid":"5e5c-1352"},{"uid":"5e5c-1353"},{"uid":"5e5c-1355"},{"uid":"5e5c-1356"},{"uid":"5e5c-1358"},{"uid":"5e5c-1359"},{"uid":"5e5c-1360"},{"uid":"5e5c-1361"},{"uid":"5e5c-1362"},{"uid":"5e5c-1364"},{"uid":"5e5c-1366"},{"uid":"5e5c-1367"},{"uid":"5e5c-1368"},{"uid":"5e5c-1369"},{"uid":"5e5c-1372"},{"uid":"5e5c-1375"},{"uid":"5e5c-1376"},{"uid":"5e5c-1378"},{"uid":"5e5c-1379"},{"uid":"5e5c-1380"},{"uid":"5e5c-1381"},{"uid":"5e5c-1382"},{"uid":"5e5c-1383"},{"uid":"5e5c-1384"},{"uid":"5e5c-1385"},{"uid":"5e5c-1386"},{"uid":"5e5c-1387"},{"uid":"5e5c-1388"},{"uid":"5e5c-1389"},{"uid":"5e5c-1390"},{"uid":"5e5c-1391"},{"uid":"5e5c-1392"},{"uid":"5e5c-1393"},{"uid":"5e5c-1394"},{"uid":"5e5c-1395"},{"uid":"5e5c-1396"},{"uid":"5e5c-1397"},{"uid":"5e5c-1398"},{"uid":"5e5c-1399"},{"uid":"5e5c-1400"},{"uid":"5e5c-1401"},{"uid":"5e5c-1402"},{"uid":"5e5c-1403"},{"uid":"5e5c-1404"},{"uid":"5e5c-1405"},{"uid":"5e5c-1406"},{"uid":"5e5c-1412"},{"uid":"5e5c-1413"},{"uid":"5e5c-1414"},{"uid":"5e5c-1416"},{"uid":"5e5c-1419"},{"uid":"5e5c-1420"},{"uid":"5e5c-1421"},{"uid":"5e5c-1422"},{"uid":"5e5c-1423"},{"uid":"5e5c-1424"},{"uid":"5e5c-1429"},{"uid":"5e5c-1430"},{"uid":"5e5c-1431"},{"uid":"5e5c-1434"},{"uid":"5e5c-1438"},{"uid":"5e5c-1439"},{"uid":"5e5c-1441"},{"uid":"5e5c-1447"},{"uid":"5e5c-1449"},{"uid":"5e5c-1453"},{"uid":"5e5c-1457"},{"uid":"5e5c-1458"},{"uid":"5e5c-1459"},{"uid":"5e5c-1463"},{"uid":"5e5c-1464"},{"uid":"5e5c-1465"},{"uid":"5e5c-1467"},{"uid":"5e5c-1468"},{"uid":"5e5c-1469"},{"uid":"5e5c-1470"},{"uid":"5e5c-1471"}],"isExternal":true},"5e5c-1248":{"id":"\\helpers\\text-layout.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1161"}]},"5e5c-1249":{"id":"\\icons\\icons.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1378"},{"uid":"5e5c-1379"},{"uid":"5e5c-1380"},{"uid":"5e5c-1381"},{"uid":"5e5c-1382"},{"uid":"5e5c-1383"},{"uid":"5e5c-1384"},{"uid":"5e5c-1385"},{"uid":"5e5c-1386"},{"uid":"5e5c-1387"},{"uid":"5e5c-1388"},{"uid":"5e5c-1389"},{"uid":"5e5c-1390"},{"uid":"5e5c-1391"},{"uid":"5e5c-1392"},{"uid":"5e5c-1393"},{"uid":"5e5c-1394"},{"uid":"5e5c-1395"},{"uid":"5e5c-1396"},{"uid":"5e5c-1397"},{"uid":"5e5c-1398"},{"uid":"5e5c-1399"},{"uid":"5e5c-1400"},{"uid":"5e5c-1401"},{"uid":"5e5c-1402"},{"uid":"5e5c-1403"},{"uid":"5e5c-1404"},{"uid":"5e5c-1405"},{"uid":"5e5c-1406"}],"importedBy":[{"uid":"5e5c-1162"},{"uid":"5e5c-1164"},{"uid":"5e5c-1165"},{"uid":"5e5c-1167"},{"uid":"5e5c-1170"},{"uid":"5e5c-1176"},{"uid":"5e5c-1178"},{"uid":"5e5c-1183"},{"uid":"5e5c-1187"},{"uid":"5e5c-1196"},{"uid":"5e5c-1211"},{"uid":"5e5c-1217"},{"uid":"5e5c-1218"},{"uid":"5e5c-1245"},{"uid":"5e5c-1360"},{"uid":"5e5c-1423"}]},"5e5c-1250":{"id":"\\components\\buttons\\Button.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1162"}]},"5e5c-1251":{"id":"\\components\\buttons\\IconButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1163"}]},"5e5c-1252":{"id":"\\components\\buttons\\LinkButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1164"}]},"5e5c-1253":{"id":"\\components\\buttons\\helper.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1164"},{"uid":"5e5c-1165"}]},"5e5c-1254":{"id":"\\components\\buttons\\TabButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1165"}]},"5e5c-1255":{"id":"\\components\\buttons\\VerticalTabButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1166"}]},"5e5c-1256":{"id":"\\components\\types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1167"},{"uid":"5e5c-1176"},{"uid":"5e5c-1178"},{"uid":"5e5c-1179"},{"uid":"5e5c-1180"},{"uid":"5e5c-1206"},{"uid":"5e5c-1211"}]},"5e5c-1257":{"id":"dayjs","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1168"},{"uid":"5e5c-1171"},{"uid":"5e5c-1180"},{"uid":"5e5c-1259"},{"uid":"5e5c-1355"},{"uid":"5e5c-1359"}],"isExternal":true},"5e5c-1258":{"id":"dayjs/plugin/updateLocale.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1168"}],"isExternal":true},"5e5c-1259":{"id":"\\components\\datePickers\\DatePickerHeader.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1407"},{"uid":"5e5c-1257"},{"uid":"5e5c-1329"},{"uid":"5e5c-1330"},{"uid":"5e5c-1145"},{"uid":"5e5c-1408"}],"importedBy":[{"uid":"5e5c-1168"}]},"5e5c-1260":{"id":"\\components\\datePickers\\DatePickerBody.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1168"}]},"5e5c-1261":{"id":"\\components\\datePickers\\Calendar.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1169"}]},"5e5c-1262":{"id":"classnames","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1170"},{"uid":"5e5c-1172"},{"uid":"5e5c-1193"},{"uid":"5e5c-1198"},{"uid":"5e5c-1214"},{"uid":"5e5c-1220"},{"uid":"5e5c-1221"},{"uid":"5e5c-1222"},{"uid":"5e5c-1224"},{"uid":"5e5c-1225"},{"uid":"5e5c-1259"},{"uid":"5e5c-1355"},{"uid":"5e5c-1360"},{"uid":"5e5c-1364"},{"uid":"5e5c-1366"},{"uid":"5e5c-1369"},{"uid":"5e5c-1423"},{"uid":"5e5c-1436"},{"uid":"5e5c-1438"},{"uid":"5e5c-1439"}],"isExternal":true},"5e5c-1263":{"id":"\\components\\datePickers\\RangeDatePicker.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1170"}]},"5e5c-1264":{"id":"dayjs/plugin/isoWeek.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1171"}],"isExternal":true},"5e5c-1265":{"id":"\\components\\datePickers\\CalendarPresets.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1409"},{"uid":"5e5c-1186"},{"uid":"5e5c-1159"}],"importedBy":[{"uid":"5e5c-1171"}]},"5e5c-1266":{"id":"\\components\\datePickers\\RangeDatePickerBody.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1171"}]},"5e5c-1267":{"id":"\\components\\dnd\\DropMarker.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1172"}]},"5e5c-1268":{"id":"\\icons\\check-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1173"}]},"5e5c-1269":{"id":"\\icons\\check-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1173"}]},"5e5c-1270":{"id":"\\icons\\partly-select-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1173"}]},"5e5c-1271":{"id":"\\icons\\partly-select-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1173"}]},"5e5c-1272":{"id":"\\components\\inputs\\Checkbox.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1173"}]},"5e5c-1273":{"id":"\\components\\inputs\\RadioInput.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1174"}]},"5e5c-1274":{"id":"\\icons\\radio-point.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1174"}]},"5e5c-1275":{"id":"\\components\\inputs\\Switch.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1175"}]},"5e5c-1276":{"id":"C:\\dev\\UUI-main\\node_modules\\tslib\\tslib.es6.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1176"},{"uid":"5e5c-1180"},{"uid":"5e5c-1188"},{"uid":"5e5c-1192"},{"uid":"5e5c-1196"},{"uid":"5e5c-1206"},{"uid":"5e5c-1352"},{"uid":"5e5c-1362"},{"uid":"5e5c-1421"},{"uid":"5e5c-1430"},{"uid":"5e5c-1453"}]},"5e5c-1277":{"id":"\\components\\inputs\\TextInput.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1176"},{"uid":"5e5c-1178"}]},"5e5c-1278":{"id":"\\components\\inputs\\NumericInput.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1178"}]},"5e5c-1279":{"id":"\\components\\inputs\\TextArea.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1179"}]},"5e5c-1280":{"id":"\\components\\inputs\\TimePickerBody.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1281"},{"uid":"5e5c-1382"}],"importedBy":[{"uid":"5e5c-1180"}]},"5e5c-1281":{"id":"\\components\\inputs\\TimePicker.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1180"},{"uid":"5e5c-1280"}]},"5e5c-1282":{"id":"dayjs/plugin/customParseFormat.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1180"}],"isExternal":true},"5e5c-1283":{"id":"\\components\\inputs\\InputAddon.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1181"}]},"5e5c-1284":{"id":"\\components\\inputs\\Slider.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1182"}]},"5e5c-1285":{"id":"\\components\\layout\\Accordion.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1183"}]},"5e5c-1286":{"id":"\\components\\layout\\ControlGroup.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1184"}]},"5e5c-1287":{"id":"\\components\\layout\\FlexItems\\FlexCell.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1410"},{"uid":"5e5c-1186"},{"uid":"5e5c-1159"}],"importedBy":[{"uid":"5e5c-1185"}]},"5e5c-1288":{"id":"\\components\\layout\\FlexItems\\FlexRow.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1410"}],"importedBy":[{"uid":"5e5c-1185"}]},"5e5c-1289":{"id":"\\components\\layout\\FlexItems\\Panel.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1411"}],"importedBy":[{"uid":"5e5c-1185"}]},"5e5c-1290":{"id":"\\components\\layout\\LabeledInput.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1187"}]},"5e5c-1291":{"id":"\\components\\layout\\RadioGroup.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1188"}]},"5e5c-1292":{"id":"\\components\\layout\\ScrollBars.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1189"}]},"5e5c-1293":{"id":"\\components\\layout\\VirtualList.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1190"}]},"5e5c-1294":{"id":"\\components\\layout\\Blocker.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1191"}]},"5e5c-1295":{"id":"\\components\\layout\\CheckboxGroup.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1192"}]},"5e5c-1296":{"id":"\\icons\\notification-check_circle-fill-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1193"},{"uid":"5e5c-1198"}]},"5e5c-1297":{"id":"\\icons\\notification-warning-fill-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1193"},{"uid":"5e5c-1198"}]},"5e5c-1298":{"id":"\\icons\\notification-error-fill-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1193"},{"uid":"5e5c-1198"}]},"5e5c-1299":{"id":"\\icons\\notification-help-fill-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1193"},{"uid":"5e5c-1198"}]},"5e5c-1300":{"id":"\\icons\\navigation-close-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1193"},{"uid":"5e5c-1197"}]},"5e5c-1301":{"id":"\\components\\overlays\\Alert.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1193"}]},"5e5c-1302":{"id":"\\components\\overlays\\DropdownContainer.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1195"}]},"5e5c-1303":{"id":"\\components\\overlays\\DropdownMenu.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1196"}]},"5e5c-1304":{"id":"\\components\\overlays\\Modals.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1197"}]},"5e5c-1305":{"id":"\\icons\\snackbar\\cross.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1198"}]},"5e5c-1306":{"id":"\\components\\overlays\\NotificationCard.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1198"}]},"5e5c-1307":{"id":"\\components\\overlays\\Tooltip.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1199"}]},"5e5c-1308":{"id":"\\components\\pickers\\DataPickerBody.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1201"}]},"5e5c-1309":{"id":"\\components\\pickers\\DataPickerHeader.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1203"}]},"5e5c-1310":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\navigation-close-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1203"}]},"5e5c-1311":{"id":"\\components\\pickers\\DataPickerCell.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1152"},{"uid":"5e5c-1153"},{"uid":"5e5c-1412"},{"uid":"5e5c-1413"},{"uid":"5e5c-1414"},{"uid":"5e5c-1415"},{"uid":"5e5c-1149"}],"importedBy":[{"uid":"5e5c-1204"}]},"5e5c-1312":{"id":"\\components\\pickers\\DataPickerRow.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1204"}]},"5e5c-1313":{"id":"\\components\\pickers\\MobileDropdownWrapper.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1205"}]},"5e5c-1314":{"id":"\\components\\pickers\\PickerItem.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1207"}]},"5e5c-1315":{"id":"\\components\\pickers\\PickerListItem.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1209"}]},"5e5c-1316":{"id":"\\icons\\search-with-background.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1210"}]},"5e5c-1317":{"id":"\\components\\pickers\\PickerModal.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1210"}]},"5e5c-1318":{"id":"\\components\\pickers\\helpers.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1211"}]},"5e5c-1319":{"id":"\\components\\pickers\\PickerToggler.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1211"}]},"5e5c-1320":{"id":"\\components\\typography\\Text.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1213"}]},"5e5c-1321":{"id":"\\components\\typography\\TextPlaceholder.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1214"}]},"5e5c-1322":{"id":"\\components\\widgets\\AvatarStack.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1216"}]},"5e5c-1323":{"id":"\\components\\widgets\\Badge.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1217"}]},"5e5c-1324":{"id":"\\components\\widgets\\Tag.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1218"}]},"5e5c-1325":{"id":"\\components\\widgets\\Spinner.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1219"}]},"5e5c-1326":{"id":"\\components\\widgets\\Paginator.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1220"}]},"5e5c-1327":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\navigation-chevron-left-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1220"}]},"5e5c-1328":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\navigation-chevron-right-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1220"}]},"5e5c-1329":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\navigation-chevron-left-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1220"},{"uid":"5e5c-1259"}]},"5e5c-1330":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\navigation-chevron-right-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1220"},{"uid":"5e5c-1259"}]},"5e5c-1331":{"id":"\\components\\widgets\\IndeterminateBar.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1221"}]},"5e5c-1332":{"id":"\\components\\widgets\\IndicatorBar.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1222"}]},"5e5c-1333":{"id":"\\components\\widgets\\ProgressBar.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1223"}]},"5e5c-1334":{"id":"\\components\\widgets\\CountIndicator.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1224"}]},"5e5c-1335":{"id":"\\components\\widgets\\StatusIndicator.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1225"}]},"5e5c-1336":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\navigation-chevron-down-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1226"},{"uid":"5e5c-1230"}]},"5e5c-1337":{"id":"\\components\\widgets\\DataRowAddons.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1226"}]},"5e5c-1338":{"id":"\\components\\tables\\DataTableCell.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1227"}]},"5e5c-1339":{"id":"\\components\\tables\\variables.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1227"},{"uid":"5e5c-1228"},{"uid":"5e5c-1229"},{"uid":"5e5c-1230"},{"uid":"5e5c-1231"}]},"5e5c-1340":{"id":"\\components\\tables\\DataTableRow.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1228"}]},"5e5c-1341":{"id":"\\components\\tables\\DataTableHeaderRow.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1229"}]},"5e5c-1342":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\action-settings-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1229"}]},"5e5c-1343":{"id":"\\components\\tables\\DataTableHeaderCell.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1230"}]},"5e5c-1344":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\table-swap-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1230"}]},"5e5c-1345":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\table-sort_asc-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1230"},{"uid":"5e5c-1422"}]},"5e5c-1346":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\table-sort_desc-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1230"},{"uid":"5e5c-1422"}]},"5e5c-1347":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\content-filtration-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1230"}]},"5e5c-1348":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\navigation-chevron-up-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1230"}]},"5e5c-1349":{"id":"\\icons\\empty-table.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1231"}]},"5e5c-1350":{"id":"\\components\\tables\\DataTable.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1231"}]},"5e5c-1351":{"id":"\\components\\tables\\DataRowsContainer\\DataRowsContainer.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1416"},{"uid":"5e5c-1417"}],"importedBy":[{"uid":"5e5c-1232"}]},"5e5c-1352":{"id":"\\components\\tables\\columnsConfigurationModal\\ColumnsConfigurationModal.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1418"},{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1419"},{"uid":"5e5c-1420"},{"uid":"5e5c-1149"},{"uid":"5e5c-1145"},{"uid":"5e5c-1150"},{"uid":"5e5c-1152"},{"uid":"5e5c-1153"},{"uid":"5e5c-1148"},{"uid":"5e5c-1143"},{"uid":"5e5c-1421"}],"importedBy":[{"uid":"5e5c-1233"}]},"5e5c-1353":{"id":"\\components\\tables\\ColumnHeaderDropdown\\ColumnHeaderDropdown.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1151"},{"uid":"5e5c-1422"}],"importedBy":[{"uid":"5e5c-1234"}]},"5e5c-1354":{"id":"lodash.sortby","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1236"},{"uid":"5e5c-1362"}],"isExternal":true},"5e5c-1355":{"id":"\\components\\filters\\FiltersPanelItem.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1257"},{"uid":"5e5c-1262"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1143"},{"uid":"5e5c-1423"},{"uid":"5e5c-1145"},{"uid":"5e5c-1148"},{"uid":"5e5c-1152"},{"uid":"5e5c-1237"},{"uid":"5e5c-1150"},{"uid":"5e5c-1151"},{"uid":"5e5c-1357"},{"uid":"5e5c-1424"},{"uid":"5e5c-1425"}],"importedBy":[{"uid":"5e5c-1236"}]},"5e5c-1356":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\action-add-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1236"},{"uid":"5e5c-1362"}]},"5e5c-1357":{"id":"\\components\\filters\\constants.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1236"},{"uid":"5e5c-1355"},{"uid":"5e5c-1423"}]},"5e5c-1358":{"id":"\\components\\filters\\FilterPickerBody.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1151"}],"importedBy":[{"uid":"5e5c-1237"}]},"5e5c-1359":{"id":"\\components\\filters\\FilterDatePickerBody.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1257"},{"uid":"5e5c-1143"},{"uid":"5e5c-1186"},{"uid":"5e5c-1149"},{"uid":"5e5c-1145"},{"uid":"5e5c-1152"},{"uid":"5e5c-1146"}],"importedBy":[{"uid":"5e5c-1237"}]},"5e5c-1360":{"id":"\\components\\filters\\FilterRangeDatePickerBody.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1149"},{"uid":"5e5c-1145"},{"uid":"5e5c-1148"},{"uid":"5e5c-1146"},{"uid":"5e5c-1143"},{"uid":"5e5c-1249"},{"uid":"5e5c-1426"}],"importedBy":[{"uid":"5e5c-1237"}]},"5e5c-1361":{"id":"\\components\\filters\\FilterNumericBody.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1148"},{"uid":"5e5c-1159"},{"uid":"5e5c-1149"},{"uid":"5e5c-1145"},{"uid":"5e5c-1143"},{"uid":"5e5c-1427"}],"importedBy":[{"uid":"5e5c-1237"}]},"5e5c-1362":{"id":"\\components\\filters\\PresetPanel\\PresetsPanel.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1247"},{"uid":"5e5c-1354"},{"uid":"5e5c-1143"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1428"},{"uid":"5e5c-1145"},{"uid":"5e5c-1149"},{"uid":"5e5c-1150"},{"uid":"5e5c-1429"},{"uid":"5e5c-1430"},{"uid":"5e5c-1431"},{"uid":"5e5c-1356"},{"uid":"5e5c-1432"}],"importedBy":[{"uid":"5e5c-1238"}]},"5e5c-1363":{"id":"\\components\\navigation\\MainMenu\\MainMenu.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1433"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1365"},{"uid":"5e5c-1369"}],"importedBy":[{"uid":"5e5c-1240"}]},"5e5c-1364":{"id":"\\components\\navigation\\MainMenu\\GlobalMenu.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1186"},{"uid":"5e5c-1434"},{"uid":"5e5c-1435"}],"importedBy":[{"uid":"5e5c-1240"}]},"5e5c-1365":{"id":"\\components\\navigation\\MainMenu\\Burger\\index.ts","moduleParts":{},"imported":[{"uid":"5e5c-1436"},{"uid":"5e5c-1437"},{"uid":"5e5c-1438"},{"uid":"5e5c-1439"}],"importedBy":[{"uid":"5e5c-1240"},{"uid":"5e5c-1363"}]},"5e5c-1366":{"id":"\\components\\navigation\\MainMenu\\MainMenuAvatar.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1440"},{"uid":"5e5c-1262"},{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1382"}],"importedBy":[{"uid":"5e5c-1240"}]},"5e5c-1367":{"id":"\\components\\navigation\\MainMenu\\MainMenuSearch.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1388"},{"uid":"5e5c-1441"},{"uid":"5e5c-1159"},{"uid":"5e5c-1442"}],"importedBy":[{"uid":"5e5c-1240"}]},"5e5c-1368":{"id":"\\components\\navigation\\MainMenu\\MainMenuIcon.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1145"},{"uid":"5e5c-1443"}],"importedBy":[{"uid":"5e5c-1240"}]},"5e5c-1369":{"id":"\\components\\navigation\\MainMenu\\MainMenuDropdown.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1444"},{"uid":"5e5c-1262"},{"uid":"5e5c-1186"},{"uid":"5e5c-1370"},{"uid":"5e5c-1445"}],"importedBy":[{"uid":"5e5c-1240"},{"uid":"5e5c-1363"}]},"5e5c-1370":{"id":"\\components\\navigation\\MainMenu\\MainMenuButton.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1446"},{"uid":"5e5c-1186"},{"uid":"5e5c-1159"},{"uid":"5e5c-1447"}],"importedBy":[{"uid":"5e5c-1240"},{"uid":"5e5c-1369"}]},"5e5c-1371":{"id":"\\components\\navigation\\Anchor.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1241"}]},"5e5c-1372":{"id":"\\icons\\fileUpload\\shape.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1244"}]},"5e5c-1373":{"id":"\\components\\fileUpload\\DropSpot.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1244"}]},"5e5c-1374":{"id":"\\components\\fileUpload\\FileCard.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1245"}]},"5e5c-1375":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\navigation-close-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1245"}]},"5e5c-1376":{"id":"\\icons\\notification-error-fill-10.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1245"}]},"5e5c-1377":{"id":"\\components\\fileUpload\\SvgCircleProgress.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1246"}]},"5e5c-1378":{"id":"\\icons\\btn-cross-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1379":{"id":"\\icons\\btn-cross-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1380":{"id":"\\icons\\btn-cross-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1381":{"id":"\\icons\\folding-arrow-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1382":{"id":"\\icons\\folding-arrow-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"},{"uid":"5e5c-1280"},{"uid":"5e5c-1366"}]},"5e5c-1383":{"id":"\\icons\\folding-arrow-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1384":{"id":"\\icons\\accept-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1385":{"id":"\\icons\\accept-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1386":{"id":"\\icons\\accept-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1387":{"id":"\\icons\\search-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1388":{"id":"\\icons\\search-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"},{"uid":"5e5c-1367"},{"uid":"5e5c-1438"}]},"5e5c-1389":{"id":"\\icons\\search-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1390":{"id":"\\icons\\calendar-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1391":{"id":"\\icons\\calendar-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1392":{"id":"\\icons\\calendar-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1393":{"id":"\\icons\\info-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1394":{"id":"\\icons\\info-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1395":{"id":"\\icons\\info-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1396":{"id":"\\icons\\help-fill-10.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1397":{"id":"\\icons\\help-fill-16.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1398":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\file-file_word-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1399":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\file-file_excel-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1400":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\file-file_pdf-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1401":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\file-file_image-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1402":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\file-file_video-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1403":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\file-file_table-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1404":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\file-file_text-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1405":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\file-file_eml-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1406":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\file-file-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1249"}]},"5e5c-1407":{"id":"\\components\\datePickers\\DatePickerHeader.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1259"}]},"5e5c-1408":{"id":"dayjs/plugin/localeData","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1259"}],"isExternal":true},"5e5c-1409":{"id":"\\components\\datePickers\\CalendarPresets.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1265"}]},"5e5c-1410":{"id":"\\components\\layout\\FlexItems\\FlexRow.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1287"},{"uid":"5e5c-1288"}]},"5e5c-1411":{"id":"\\components\\layout\\FlexItems\\Panel.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1289"}]},"5e5c-1412":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\notification-done-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1311"}]},"5e5c-1413":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\notification-done-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1311"}]},"5e5c-1414":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\notification-done-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1311"}]},"5e5c-1415":{"id":"\\components\\pickers\\DataPickerCell.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1311"}]},"5e5c-1416":{"id":"\\components\\tables\\DataRowsContainer\\DataRowsGroups.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1417"},{"uid":"5e5c-1448"}],"importedBy":[{"uid":"5e5c-1351"}]},"5e5c-1417":{"id":"\\components\\tables\\DataRowsContainer\\DataRowsContainer.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1351"},{"uid":"5e5c-1416"}]},"5e5c-1418":{"id":"\\components\\tables\\columnsConfigurationModal\\ColumnsConfigurationModal.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1352"}]},"5e5c-1419":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\navigation-more_vert-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1352"},{"uid":"5e5c-1453"}]},"5e5c-1420":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\navigation-refresh-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1352"},{"uid":"5e5c-1453"}]},"5e5c-1421":{"id":"\\components\\tables\\columnsConfigurationModal\\ColumnRow.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1247"},{"uid":"5e5c-1159"},{"uid":"5e5c-1149"},{"uid":"5e5c-1148"},{"uid":"5e5c-1147"},{"uid":"5e5c-1186"},{"uid":"5e5c-1449"},{"uid":"5e5c-1450"}],"importedBy":[{"uid":"5e5c-1352"}]},"5e5c-1422":{"id":"\\components\\tables\\ColumnHeaderDropdown\\SortingPanel.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1451"},{"uid":"5e5c-1345"},{"uid":"5e5c-1346"},{"uid":"5e5c-1149"},{"uid":"5e5c-1143"},{"uid":"5e5c-1150"}],"importedBy":[{"uid":"5e5c-1353"}]},"5e5c-1423":{"id":"\\components\\filters\\FilterPanelItemToggler.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1159"},{"uid":"5e5c-1249"},{"uid":"5e5c-1186"},{"uid":"5e5c-1152"},{"uid":"5e5c-1357"},{"uid":"5e5c-1452"}],"importedBy":[{"uid":"5e5c-1355"}]},"5e5c-1424":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\action-deleteforever-12.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1355"}]},"5e5c-1425":{"id":"\\components\\filters\\FiltersPanelItem.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1355"}]},"5e5c-1426":{"id":"\\components\\filters\\FilterRangeDatePickerBody.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1360"}]},"5e5c-1427":{"id":"\\components\\filters\\FilterNumericBody.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1361"}]},"5e5c-1428":{"id":"\\components\\filters\\PresetPanel\\PresetsPanel.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1362"}]},"5e5c-1429":{"id":"\\components\\filters\\PresetPanel\\Preset.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1145"},{"uid":"5e5c-1453"},{"uid":"5e5c-1430"},{"uid":"5e5c-1149"},{"uid":"5e5c-1454"},{"uid":"5e5c-1432"}],"importedBy":[{"uid":"5e5c-1362"}]},"5e5c-1430":{"id":"\\components\\filters\\PresetPanel\\PresetInput.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1247"},{"uid":"5e5c-1455"},{"uid":"5e5c-1148"},{"uid":"5e5c-1149"},{"uid":"5e5c-1432"}],"importedBy":[{"uid":"5e5c-1362"},{"uid":"5e5c-1429"}]},"5e5c-1431":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\action-deleteforever-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1362"},{"uid":"5e5c-1453"}]},"5e5c-1432":{"id":"\\components\\filters\\PresetPanel\\constants.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1362"},{"uid":"5e5c-1429"},{"uid":"5e5c-1430"}]},"5e5c-1433":{"id":"\\components\\navigation\\MainMenu\\MainMenu.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1363"}]},"5e5c-1434":{"id":"\\icons\\global_menu.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1364"}]},"5e5c-1435":{"id":"\\components\\navigation\\MainMenu\\GlobalMenu.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1364"}]},"5e5c-1436":{"id":"\\components\\navigation\\MainMenu\\Burger\\Burger.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1262"},{"uid":"5e5c-1186"},{"uid":"5e5c-1456"},{"uid":"5e5c-1457"},{"uid":"5e5c-1458"}],"importedBy":[{"uid":"5e5c-1365"}]},"5e5c-1437":{"id":"\\components\\navigation\\MainMenu\\Burger\\BurgerButton.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1159"},{"uid":"5e5c-1186"},{"uid":"5e5c-1459"},{"uid":"5e5c-1460"}],"importedBy":[{"uid":"5e5c-1365"}]},"5e5c-1438":{"id":"\\components\\navigation\\MainMenu\\Burger\\BurgerSearch.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1186"},{"uid":"5e5c-1388"},{"uid":"5e5c-1441"},{"uid":"5e5c-1461"},{"uid":"5e5c-1262"}],"importedBy":[{"uid":"5e5c-1365"}]},"5e5c-1439":{"id":"\\components\\navigation\\MainMenu\\Burger\\BurgerGroupHeader.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1262"},{"uid":"5e5c-1462"}],"importedBy":[{"uid":"5e5c-1365"}]},"5e5c-1440":{"id":"\\components\\navigation\\MainMenu\\MainMenuAvatar.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1366"}]},"5e5c-1441":{"id":"\\icons\\menu_input_cancel.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1367"},{"uid":"5e5c-1438"}]},"5e5c-1442":{"id":"\\components\\navigation\\MainMenu\\MainMenuSearch.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1367"}]},"5e5c-1443":{"id":"\\components\\navigation\\MainMenu\\MainMenuIcon.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1368"}]},"5e5c-1444":{"id":"react-focus-lock","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1369"}],"isExternal":true},"5e5c-1445":{"id":"\\components\\navigation\\MainMenu\\MainMenuDropdown.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1369"}]},"5e5c-1446":{"id":"\\components\\navigation\\MainMenu\\MainMenuButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1370"}]},"5e5c-1447":{"id":"\\icons\\chevron-down-24.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1370"}]},"5e5c-1448":{"id":"\\components\\tables\\DataRowsContainer\\utils.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1416"}]},"5e5c-1449":{"id":"\\components\\tables\\columnsConfigurationModal\\PinIconButton.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1247"},{"uid":"5e5c-1463"},{"uid":"5e5c-1464"},{"uid":"5e5c-1465"},{"uid":"5e5c-1145"},{"uid":"5e5c-1150"},{"uid":"5e5c-1143"}],"importedBy":[{"uid":"5e5c-1421"}]},"5e5c-1450":{"id":"\\components\\tables\\columnsConfigurationModal\\ColumnRow.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1421"}]},"5e5c-1451":{"id":"\\components\\tables\\ColumnHeaderDropdown\\SortingPanel.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1422"}]},"5e5c-1452":{"id":"\\components\\filters\\FilterPanelItemToggler.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1423"}]},"5e5c-1453":{"id":"\\components\\filters\\PresetPanel\\PresetActionsDropdown.tsx","moduleParts":{},"imported":[{"uid":"5e5c-1276"},{"uid":"5e5c-1247"},{"uid":"5e5c-1466"},{"uid":"5e5c-1159"},{"uid":"5e5c-1150"},{"uid":"5e5c-1145"},{"uid":"5e5c-1152"},{"uid":"5e5c-1419"},{"uid":"5e5c-1149"},{"uid":"5e5c-1420"},{"uid":"5e5c-1467"},{"uid":"5e5c-1468"},{"uid":"5e5c-1469"},{"uid":"5e5c-1470"},{"uid":"5e5c-1471"},{"uid":"5e5c-1431"}],"importedBy":[{"uid":"5e5c-1429"}]},"5e5c-1454":{"id":"\\components\\filters\\PresetPanel\\Preset.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1429"}]},"5e5c-1455":{"id":"\\components\\filters\\PresetPanel\\PresetInput.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1430"}]},"5e5c-1456":{"id":"\\components\\navigation\\MainMenu\\Burger\\Burger.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1436"}]},"5e5c-1457":{"id":"\\icons\\burger.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1436"}]},"5e5c-1458":{"id":"\\icons\\burger-close.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1436"}]},"5e5c-1459":{"id":"\\icons\\triangle.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1437"}]},"5e5c-1460":{"id":"\\components\\navigation\\MainMenu\\Burger\\BurgerButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1437"}]},"5e5c-1461":{"id":"\\components\\navigation\\MainMenu\\Burger\\BurgerSearch.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1438"}]},"5e5c-1462":{"id":"\\components\\navigation\\MainMenu\\Burger\\BurgerGroupHeader.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1439"}]},"5e5c-1463":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\action-lock-fill-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1449"}]},"5e5c-1464":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\action-pin_on-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1449"}]},"5e5c-1465":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\action-pin_off-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1449"}]},"5e5c-1466":{"id":"\\components\\filters\\PresetPanel\\PresetActionsDropdown.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"5e5c-1453"}]},"5e5c-1467":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\save-outline-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1453"}]},"5e5c-1468":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\content-edit_undo-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1453"}]},"5e5c-1469":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\action-copy_content-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1453"}]},"5e5c-1470":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\content-edit-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1453"}]},"5e5c-1471":{"id":"C:\\dev\\UUI-main\\epam-assets\\icons\\common\\content-link-18.svg","moduleParts":{},"imported":[{"uid":"5e5c-1247"}],"importedBy":[{"uid":"5e5c-1453"}]}},"env":{"rollup":"3.26.2"},"options":{"gzip":false,"brotli":false,"sourcemap":true}};
4821
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.esm.js","children":[{"name":"build/rollup:/@epam/uui","children":[{"name":"icons","children":[{"uid":"3126-737","name":"btn-cross-12.svg"},{"uid":"3126-739","name":"btn-cross-18.svg"},{"uid":"3126-741","name":"btn-cross-24.svg"},{"uid":"3126-743","name":"folding-arrow-12.svg"},{"uid":"3126-745","name":"folding-arrow-18.svg"},{"uid":"3126-747","name":"folding-arrow-24.svg"},{"uid":"3126-749","name":"accept-12.svg"},{"uid":"3126-751","name":"accept-18.svg"},{"uid":"3126-753","name":"accept-24.svg"},{"uid":"3126-755","name":"search-12.svg"},{"uid":"3126-757","name":"search-18.svg"},{"uid":"3126-759","name":"search-24.svg"},{"uid":"3126-761","name":"calendar-12.svg"},{"uid":"3126-763","name":"calendar-18.svg"},{"uid":"3126-765","name":"calendar-24.svg"},{"uid":"3126-767","name":"info-12.svg"},{"uid":"3126-769","name":"info-18.svg"},{"uid":"3126-771","name":"info-24.svg"},{"uid":"3126-773","name":"help-fill-10.svg"},{"uid":"3126-775","name":"help-fill-16.svg"},{"uid":"3126-795","name":"icons.tsx"},{"uid":"3126-813","name":"check-12.svg"},{"uid":"3126-815","name":"check-18.svg"},{"uid":"3126-817","name":"partly-select-12.svg"},{"uid":"3126-819","name":"partly-select-18.svg"},{"uid":"3126-823","name":"radio-point.svg"},{"uid":"3126-861","name":"notification-check_circle-fill-24.svg"},{"uid":"3126-863","name":"notification-warning-fill-24.svg"},{"uid":"3126-865","name":"notification-error-fill-24.svg"},{"uid":"3126-867","name":"notification-help-fill-24.svg"},{"uid":"3126-869","name":"navigation-close-24.svg"},{"uid":"3126-947","name":"search-with-background.svg"},{"name":"snackbar/cross.svg","uid":"3126-1027"},{"uid":"3126-1085","name":"empty-table.svg"},{"uid":"3126-1089","name":"burger.svg"},{"uid":"3126-1091","name":"burger-close.svg"},{"uid":"3126-1095","name":"triangle.svg"},{"uid":"3126-1099","name":"menu_input_cancel.svg"},{"uid":"3126-1105","name":"chevron-down-24.svg"},{"uid":"3126-1113","name":"global_menu.svg"},{"name":"fileUpload/shape.svg","uid":"3126-1129"},{"uid":"3126-1137","name":"notification-error-fill-10.svg"}]},{"name":"epam-assets/icons/common","children":[{"uid":"3126-777","name":"file-file_word-24.svg"},{"uid":"3126-779","name":"file-file_excel-24.svg"},{"uid":"3126-781","name":"file-file_pdf-24.svg"},{"uid":"3126-783","name":"file-file_image-24.svg"},{"uid":"3126-785","name":"file-file_video-24.svg"},{"uid":"3126-787","name":"file-file_table-24.svg"},{"uid":"3126-789","name":"file-file_text-24.svg"},{"uid":"3126-791","name":"file-file_eml-24.svg"},{"uid":"3126-793","name":"file-file-24.svg"},{"uid":"3126-851","name":"navigation-chevron-left-18.svg"},{"uid":"3126-853","name":"navigation-chevron-right-18.svg"},{"uid":"3126-903","name":"navigation-chevron-left-12.svg"},{"uid":"3126-905","name":"navigation-chevron-right-12.svg"},{"uid":"3126-917","name":"navigation-chevron-down-18.svg"},{"uid":"3126-931","name":"navigation-close-24.svg"},{"uid":"3126-935","name":"notification-done-24.svg"},{"uid":"3126-937","name":"notification-done-18.svg"},{"uid":"3126-939","name":"notification-done-12.svg"},{"uid":"3126-979","name":"action-deleteforever-12.svg"},{"uid":"3126-983","name":"action-add-18.svg"},{"uid":"3126-987","name":"navigation-more_vert-18.svg"},{"uid":"3126-989","name":"navigation-refresh-18.svg"},{"uid":"3126-991","name":"save-outline-18.svg"},{"uid":"3126-993","name":"content-edit_undo-18.svg"},{"uid":"3126-995","name":"action-copy_content-18.svg"},{"uid":"3126-997","name":"content-edit-18.svg"},{"uid":"3126-999","name":"content-link-18.svg"},{"uid":"3126-1001","name":"action-deleteforever-18.svg"},{"uid":"3126-1047","name":"table-sort_asc-18.svg"},{"uid":"3126-1049","name":"table-sort_desc-18.svg"},{"uid":"3126-1055","name":"table-swap-18.svg"},{"uid":"3126-1057","name":"content-filtration-18.svg"},{"uid":"3126-1059","name":"navigation-chevron-up-18.svg"},{"uid":"3126-1063","name":"action-settings-18.svg"},{"uid":"3126-1067","name":"action-lock-fill-18.svg"},{"uid":"3126-1069","name":"action-pin_on-18.svg"},{"uid":"3126-1071","name":"action-pin_off-18.svg"},{"uid":"3126-1135","name":"navigation-close-18.svg"}]},{"name":"components","children":[{"name":"widgets","children":[{"uid":"3126-797","name":"CountIndicator.tsx"},{"uid":"3126-895","name":"AvatarStack.tsx"},{"uid":"3126-897","name":"Badge.tsx"},{"uid":"3126-899","name":"Tag.tsx"},{"uid":"3126-901","name":"Spinner.tsx"},{"uid":"3126-907","name":"Paginator.tsx"},{"uid":"3126-909","name":"IndeterminateBar.tsx"},{"uid":"3126-911","name":"ProgressBar.tsx"},{"uid":"3126-913","name":"IndicatorBar.tsx"},{"uid":"3126-915","name":"StatusIndicator.tsx"},{"uid":"3126-919","name":"DataRowAddons.tsx"}]},{"name":"buttons","children":[{"uid":"3126-799","name":"Button.tsx"},{"uid":"3126-801","name":"IconButton.tsx"},{"uid":"3126-803","name":"helper.ts"},{"uid":"3126-805","name":"LinkButton.tsx"},{"uid":"3126-807","name":"TabButton.tsx"},{"uid":"3126-809","name":"VerticalTabButton.tsx"}]},{"uid":"3126-811","name":"types.ts"},{"name":"inputs","children":[{"uid":"3126-821","name":"Checkbox.tsx"},{"uid":"3126-825","name":"RadioInput.tsx"},{"uid":"3126-827","name":"Switch.tsx"},{"uid":"3126-831","name":"TextInput.tsx"},{"uid":"3126-835","name":"MultiSwitch.tsx"},{"uid":"3126-837","name":"NumericInput.tsx"},{"uid":"3126-839","name":"TextArea.tsx"},{"uid":"3126-843","name":"TimePickerBody.tsx"},{"uid":"3126-845","name":"TimePicker.tsx"},{"uid":"3126-847","name":"InputAddon.tsx"},{"uid":"3126-849","name":"Slider.tsx"}]},{"name":"layout","children":[{"uid":"3126-833","name":"ControlGroup.tsx"},{"name":"FlexItems","children":[{"uid":"3126-877","name":"FlexCell.tsx"},{"uid":"3126-879","name":"FlexRow.tsx"},{"uid":"3126-881","name":"Panel.tsx"}]},{"uid":"3126-885","name":"Accordion.tsx"},{"uid":"3126-889","name":"LabeledInput.tsx"},{"uid":"3126-891","name":"RadioGroup.tsx"},{"uid":"3126-893","name":"ScrollBars.tsx"},{"uid":"3126-921","name":"Blocker.tsx"},{"uid":"3126-923","name":"VirtualList.tsx"},{"uid":"3126-925","name":"CheckboxGroup.tsx"}]},{"name":"overlays","children":[{"uid":"3126-841","name":"DropdownContainer.tsx"},{"uid":"3126-871","name":"Alert.tsx"},{"uid":"3126-873","name":"Dropdown.tsx"},{"uid":"3126-875","name":"DropdownMenu.tsx"},{"uid":"3126-887","name":"Tooltip.tsx"},{"uid":"3126-1025","name":"Modals.tsx"},{"uid":"3126-1029","name":"NotificationCard.tsx"},{"uid":"3126-1031","name":"ConfirmationModal.tsx"}]},{"name":"datePickers","children":[{"uid":"3126-855","name":"DatePickerHeader.tsx"},{"uid":"3126-857","name":"Calendar.tsx"},{"uid":"3126-859","name":"DatePickerBody.tsx"},{"uid":"3126-1033","name":"DatePicker.tsx"},{"uid":"3126-1035","name":"CalendarPresets.tsx"},{"uid":"3126-1037","name":"RangeDatePickerBody.tsx"},{"uid":"3126-1039","name":"RangeDatePicker.tsx"}]},{"name":"pickers","children":[{"uid":"3126-927","name":"DataPickerBody.tsx"},{"uid":"3126-929","name":"DataPickerFooter.tsx"},{"uid":"3126-933","name":"DataPickerHeader.tsx"},{"uid":"3126-941","name":"DataPickerCell.tsx"},{"uid":"3126-943","name":"DataPickerRow.tsx"},{"uid":"3126-945","name":"MobileDropdownWrapper.tsx"},{"uid":"3126-949","name":"highlight.tsx"},{"uid":"3126-951","name":"PickerItem.tsx"},{"uid":"3126-953","name":"PickerModal.tsx"},{"uid":"3126-955","name":"helpers.ts"},{"uid":"3126-957","name":"PickerToggler.tsx"},{"uid":"3126-959","name":"PickerInput.tsx"},{"uid":"3126-961","name":"PickerListItem.tsx"},{"uid":"3126-963","name":"PickerList.tsx"}]},{"name":"filters","children":[{"uid":"3126-965","name":"constants.ts"},{"uid":"3126-967","name":"FilterPanelItemToggler.tsx"},{"uid":"3126-969","name":"FilterPickerBody.tsx"},{"uid":"3126-971","name":"FilterDatePickerBody.tsx"},{"uid":"3126-973","name":"FilterRangeDatePickerBody.tsx"},{"uid":"3126-975","name":"FilterNumericBody.tsx"},{"uid":"3126-977","name":"FilterItemBody.tsx"},{"uid":"3126-981","name":"FiltersPanelItem.tsx"},{"uid":"3126-985","name":"FiltersPanel.tsx"},{"name":"PresetPanel","children":[{"uid":"3126-1003","name":"PresetActionsDropdown.tsx"},{"uid":"3126-1005","name":"constants.ts"},{"uid":"3126-1007","name":"PresetInput.tsx"},{"uid":"3126-1009","name":"Preset.tsx"},{"uid":"3126-1011","name":"PresetsPanel.tsx"}]},{"uid":"3126-1013","name":"defaultPredicates.ts"}]},{"name":"typography","children":[{"uid":"3126-1019","name":"Text.tsx"},{"uid":"3126-1021","name":"TextPlaceholder.tsx"},{"uid":"3126-1023","name":"RichTextView.tsx"}]},{"name":"dnd/DropMarker.tsx","uid":"3126-1041"},{"name":"tables","children":[{"uid":"3126-1043","name":"DataTableCell.tsx"},{"uid":"3126-1045","name":"DataTableRow.tsx"},{"name":"ColumnHeaderDropdown","children":[{"uid":"3126-1051","name":"SortingPanel.tsx"},{"uid":"3126-1053","name":"ColumnHeaderDropdown.tsx"}]},{"uid":"3126-1061","name":"DataTableHeaderCell.tsx"},{"uid":"3126-1065","name":"DataTableHeaderRow.tsx"},{"name":"columnsConfigurationModal","children":[{"uid":"3126-1073","name":"PinIconButton.tsx"},{"uid":"3126-1075","name":"ColumnRow.tsx"},{"uid":"3126-1077","name":"ColumnsConfigurationModal.tsx"}]},{"name":"DataRowsContainer","children":[{"uid":"3126-1079","name":"utils.ts"},{"uid":"3126-1081","name":"DataRowsGroups.tsx"},{"uid":"3126-1083","name":"DataRowsContainer.tsx"}]},{"uid":"3126-1087","name":"DataTable.tsx"}]},{"name":"navigation","children":[{"name":"MainMenu","children":[{"name":"Burger","children":[{"uid":"3126-1093","name":"Burger.tsx"},{"uid":"3126-1097","name":"BurgerButton.tsx"},{"uid":"3126-1101","name":"BurgerSearch.tsx"},{"uid":"3126-1103","name":"BurgerGroupHeader.tsx"}]},{"uid":"3126-1107","name":"MainMenuButton.tsx"},{"uid":"3126-1109","name":"MainMenuDropdown.tsx"},{"uid":"3126-1111","name":"MainMenu.tsx"},{"uid":"3126-1115","name":"GlobalMenu.tsx"},{"uid":"3126-1117","name":"MainMenuAvatar.tsx"},{"uid":"3126-1119","name":"MainMenuSearch.tsx"},{"uid":"3126-1121","name":"MainMenuIcon.tsx"}]},{"uid":"3126-1123","name":"Anchor.tsx"}]},{"name":"forms","children":[{"uid":"3126-1125","name":"Form.tsx"},{"uid":"3126-1127","name":"useForm.tsx"}]},{"name":"fileUpload","children":[{"uid":"3126-1131","name":"DropSpot.tsx"},{"uid":"3126-1133","name":"SvgCircleProgress.tsx"},{"uid":"3126-1139","name":"FileCard.tsx"}]}]},{"name":"node_modules/tslib/tslib.es6.js","uid":"3126-829"},{"uid":"3126-883","name":"i18n.ts"},{"name":"helpers","children":[{"uid":"3126-1015","name":"useColumnsWithFilters.tsx"},{"uid":"3126-1017","name":"textLayout.tsx"}]}]}]}],"isRoot":true},"nodeParts":{"3126-737":{"renderedLength":892,"gzipLength":0,"brotliLength":0,"metaUid":"3126-736"},"3126-739":{"renderedLength":909,"gzipLength":0,"brotliLength":0,"metaUid":"3126-738"},"3126-741":{"renderedLength":881,"gzipLength":0,"brotliLength":0,"metaUid":"3126-740"},"3126-743":{"renderedLength":837,"gzipLength":0,"brotliLength":0,"metaUid":"3126-742"},"3126-745":{"renderedLength":847,"gzipLength":0,"brotliLength":0,"metaUid":"3126-744"},"3126-747":{"renderedLength":836,"gzipLength":0,"brotliLength":0,"metaUid":"3126-746"},"3126-749":{"renderedLength":841,"gzipLength":0,"brotliLength":0,"metaUid":"3126-748"},"3126-751":{"renderedLength":834,"gzipLength":0,"brotliLength":0,"metaUid":"3126-750"},"3126-753":{"renderedLength":836,"gzipLength":0,"brotliLength":0,"metaUid":"3126-752"},"3126-755":{"renderedLength":886,"gzipLength":0,"brotliLength":0,"metaUid":"3126-754"},"3126-757":{"renderedLength":892,"gzipLength":0,"brotliLength":0,"metaUid":"3126-756"},"3126-759":{"renderedLength":880,"gzipLength":0,"brotliLength":0,"metaUid":"3126-758"},"3126-761":{"renderedLength":887,"gzipLength":0,"brotliLength":0,"metaUid":"3126-760"},"3126-763":{"renderedLength":875,"gzipLength":0,"brotliLength":0,"metaUid":"3126-762"},"3126-765":{"renderedLength":887,"gzipLength":0,"brotliLength":0,"metaUid":"3126-764"},"3126-767":{"renderedLength":902,"gzipLength":0,"brotliLength":0,"metaUid":"3126-766"},"3126-769":{"renderedLength":911,"gzipLength":0,"brotliLength":0,"metaUid":"3126-768"},"3126-771":{"renderedLength":916,"gzipLength":0,"brotliLength":0,"metaUid":"3126-770"},"3126-773":{"renderedLength":836,"gzipLength":0,"brotliLength":0,"metaUid":"3126-772"},"3126-775":{"renderedLength":898,"gzipLength":0,"brotliLength":0,"metaUid":"3126-774"},"3126-777":{"renderedLength":989,"gzipLength":0,"brotliLength":0,"metaUid":"3126-776"},"3126-779":{"renderedLength":982,"gzipLength":0,"brotliLength":0,"metaUid":"3126-778"},"3126-781":{"renderedLength":1355,"gzipLength":0,"brotliLength":0,"metaUid":"3126-780"},"3126-783":{"renderedLength":958,"gzipLength":0,"brotliLength":0,"metaUid":"3126-782"},"3126-785":{"renderedLength":1063,"gzipLength":0,"brotliLength":0,"metaUid":"3126-784"},"3126-787":{"renderedLength":990,"gzipLength":0,"brotliLength":0,"metaUid":"3126-786"},"3126-789":{"renderedLength":929,"gzipLength":0,"brotliLength":0,"metaUid":"3126-788"},"3126-791":{"renderedLength":1038,"gzipLength":0,"brotliLength":0,"metaUid":"3126-790"},"3126-793":{"renderedLength":941,"gzipLength":0,"brotliLength":0,"metaUid":"3126-792"},"3126-795":{"renderedLength":2179,"gzipLength":0,"brotliLength":0,"metaUid":"3126-794"},"3126-797":{"renderedLength":320,"gzipLength":0,"brotliLength":0,"metaUid":"3126-796"},"3126-799":{"renderedLength":604,"gzipLength":0,"brotliLength":0,"metaUid":"3126-798"},"3126-801":{"renderedLength":188,"gzipLength":0,"brotliLength":0,"metaUid":"3126-800"},"3126-803":{"renderedLength":600,"gzipLength":0,"brotliLength":0,"metaUid":"3126-802"},"3126-805":{"renderedLength":449,"gzipLength":0,"brotliLength":0,"metaUid":"3126-804"},"3126-807":{"renderedLength":657,"gzipLength":0,"brotliLength":0,"metaUid":"3126-806"},"3126-809":{"renderedLength":143,"gzipLength":0,"brotliLength":0,"metaUid":"3126-808"},"3126-811":{"renderedLength":175,"gzipLength":0,"brotliLength":0,"metaUid":"3126-810"},"3126-813":{"renderedLength":834,"gzipLength":0,"brotliLength":0,"metaUid":"3126-812"},"3126-815":{"renderedLength":837,"gzipLength":0,"brotliLength":0,"metaUid":"3126-814"},"3126-817":{"renderedLength":795,"gzipLength":0,"brotliLength":0,"metaUid":"3126-816"},"3126-819":{"renderedLength":796,"gzipLength":0,"brotliLength":0,"metaUid":"3126-818"},"3126-821":{"renderedLength":641,"gzipLength":0,"brotliLength":0,"metaUid":"3126-820"},"3126-823":{"renderedLength":770,"gzipLength":0,"brotliLength":0,"metaUid":"3126-822"},"3126-825":{"renderedLength":287,"gzipLength":0,"brotliLength":0,"metaUid":"3126-824"},"3126-827":{"renderedLength":191,"gzipLength":0,"brotliLength":0,"metaUid":"3126-826"},"3126-829":{"renderedLength":2229,"gzipLength":0,"brotliLength":0,"metaUid":"3126-828"},"3126-831":{"renderedLength":1063,"gzipLength":0,"brotliLength":0,"metaUid":"3126-830"},"3126-833":{"renderedLength":68,"gzipLength":0,"brotliLength":0,"metaUid":"3126-832"},"3126-835":{"renderedLength":608,"gzipLength":0,"brotliLength":0,"metaUid":"3126-834"},"3126-837":{"renderedLength":1037,"gzipLength":0,"brotliLength":0,"metaUid":"3126-836"},"3126-839":{"renderedLength":749,"gzipLength":0,"brotliLength":0,"metaUid":"3126-838"},"3126-841":{"renderedLength":280,"gzipLength":0,"brotliLength":0,"metaUid":"3126-840"},"3126-843":{"renderedLength":137,"gzipLength":0,"brotliLength":0,"metaUid":"3126-842"},"3126-845":{"renderedLength":1961,"gzipLength":0,"brotliLength":0,"metaUid":"3126-844"},"3126-847":{"renderedLength":131,"gzipLength":0,"brotliLength":0,"metaUid":"3126-846"},"3126-849":{"renderedLength":130,"gzipLength":0,"brotliLength":0,"metaUid":"3126-848"},"3126-851":{"renderedLength":903,"gzipLength":0,"brotliLength":0,"metaUid":"3126-850"},"3126-853":{"renderedLength":903,"gzipLength":0,"brotliLength":0,"metaUid":"3126-852"},"3126-855":{"renderedLength":3876,"gzipLength":0,"brotliLength":0,"metaUid":"3126-854"},"3126-857":{"renderedLength":118,"gzipLength":0,"brotliLength":0,"metaUid":"3126-856"},"3126-859":{"renderedLength":1932,"gzipLength":0,"brotliLength":0,"metaUid":"3126-858"},"3126-861":{"renderedLength":945,"gzipLength":0,"brotliLength":0,"metaUid":"3126-860"},"3126-863":{"renderedLength":867,"gzipLength":0,"brotliLength":0,"metaUid":"3126-862"},"3126-865":{"renderedLength":907,"gzipLength":0,"brotliLength":0,"metaUid":"3126-864"},"3126-867":{"renderedLength":1075,"gzipLength":0,"brotliLength":0,"metaUid":"3126-866"},"3126-869":{"renderedLength":898,"gzipLength":0,"brotliLength":0,"metaUid":"3126-868"},"3126-871":{"renderedLength":1745,"gzipLength":0,"brotliLength":0,"metaUid":"3126-870"},"3126-873":{"renderedLength":33,"gzipLength":0,"brotliLength":0,"metaUid":"3126-872"},"3126-875":{"renderedLength":7108,"gzipLength":0,"brotliLength":0,"metaUid":"3126-874"},"3126-877":{"renderedLength":64,"gzipLength":0,"brotliLength":0,"metaUid":"3126-876"},"3126-879":{"renderedLength":519,"gzipLength":0,"brotliLength":0,"metaUid":"3126-878"},"3126-881":{"renderedLength":218,"gzipLength":0,"brotliLength":0,"metaUid":"3126-880"},"3126-883":{"renderedLength":3370,"gzipLength":0,"brotliLength":0,"metaUid":"3126-882"},"3126-885":{"renderedLength":420,"gzipLength":0,"brotliLength":0,"metaUid":"3126-884"},"3126-887":{"renderedLength":184,"gzipLength":0,"brotliLength":0,"metaUid":"3126-886"},"3126-889":{"renderedLength":310,"gzipLength":0,"brotliLength":0,"metaUid":"3126-888"},"3126-891":{"renderedLength":918,"gzipLength":0,"brotliLength":0,"metaUid":"3126-890"},"3126-893":{"renderedLength":188,"gzipLength":0,"brotliLength":0,"metaUid":"3126-892"},"3126-895":{"renderedLength":65,"gzipLength":0,"brotliLength":0,"metaUid":"3126-894"},"3126-897":{"renderedLength":1503,"gzipLength":0,"brotliLength":0,"metaUid":"3126-896"},"3126-899":{"renderedLength":959,"gzipLength":0,"brotliLength":0,"metaUid":"3126-898"},"3126-901":{"renderedLength":127,"gzipLength":0,"brotliLength":0,"metaUid":"3126-900"},"3126-903":{"renderedLength":893,"gzipLength":0,"brotliLength":0,"metaUid":"3126-902"},"3126-905":{"renderedLength":889,"gzipLength":0,"brotliLength":0,"metaUid":"3126-904"},"3126-907":{"renderedLength":1819,"gzipLength":0,"brotliLength":0,"metaUid":"3126-906"},"3126-909":{"renderedLength":282,"gzipLength":0,"brotliLength":0,"metaUid":"3126-908"},"3126-911":{"renderedLength":346,"gzipLength":0,"brotliLength":0,"metaUid":"3126-910"},"3126-913":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"3126-912"},"3126-915":{"renderedLength":520,"gzipLength":0,"brotliLength":0,"metaUid":"3126-914"},"3126-917":{"renderedLength":903,"gzipLength":0,"brotliLength":0,"metaUid":"3126-916"},"3126-919":{"renderedLength":1448,"gzipLength":0,"brotliLength":0,"metaUid":"3126-918"},"3126-921":{"renderedLength":171,"gzipLength":0,"brotliLength":0,"metaUid":"3126-920"},"3126-923":{"renderedLength":2475,"gzipLength":0,"brotliLength":0,"metaUid":"3126-922"},"3126-925":{"renderedLength":1145,"gzipLength":0,"brotliLength":0,"metaUid":"3126-924"},"3126-927":{"renderedLength":1679,"gzipLength":0,"brotliLength":0,"metaUid":"3126-926"},"3126-929":{"renderedLength":1958,"gzipLength":0,"brotliLength":0,"metaUid":"3126-928"},"3126-931":{"renderedLength":868,"gzipLength":0,"brotliLength":0,"metaUid":"3126-930"},"3126-933":{"renderedLength":637,"gzipLength":0,"brotliLength":0,"metaUid":"3126-932"},"3126-935":{"renderedLength":844,"gzipLength":0,"brotliLength":0,"metaUid":"3126-934"},"3126-937":{"renderedLength":852,"gzipLength":0,"brotliLength":0,"metaUid":"3126-936"},"3126-939":{"renderedLength":839,"gzipLength":0,"brotliLength":0,"metaUid":"3126-938"},"3126-941":{"renderedLength":2060,"gzipLength":0,"brotliLength":0,"metaUid":"3126-940"},"3126-943":{"renderedLength":520,"gzipLength":0,"brotliLength":0,"metaUid":"3126-942"},"3126-945":{"renderedLength":757,"gzipLength":0,"brotliLength":0,"metaUid":"3126-944"},"3126-947":{"renderedLength":1328,"gzipLength":0,"brotliLength":0,"metaUid":"3126-946"},"3126-949":{"renderedLength":2473,"gzipLength":0,"brotliLength":0,"metaUid":"3126-948"},"3126-951":{"renderedLength":1797,"gzipLength":0,"brotliLength":0,"metaUid":"3126-950"},"3126-953":{"renderedLength":4698,"gzipLength":0,"brotliLength":0,"metaUid":"3126-952"},"3126-955":{"renderedLength":108,"gzipLength":0,"brotliLength":0,"metaUid":"3126-954"},"3126-957":{"renderedLength":1909,"gzipLength":0,"brotliLength":0,"metaUid":"3126-956"},"3126-959":{"renderedLength":5030,"gzipLength":0,"brotliLength":0,"metaUid":"3126-958"},"3126-961":{"renderedLength":1111,"gzipLength":0,"brotliLength":0,"metaUid":"3126-960"},"3126-963":{"renderedLength":1979,"gzipLength":0,"brotliLength":0,"metaUid":"3126-962"},"3126-965":{"renderedLength":288,"gzipLength":0,"brotliLength":0,"metaUid":"3126-964"},"3126-967":{"renderedLength":2144,"gzipLength":0,"brotliLength":0,"metaUid":"3126-966"},"3126-969":{"renderedLength":2015,"gzipLength":0,"brotliLength":0,"metaUid":"3126-968"},"3126-971":{"renderedLength":1556,"gzipLength":0,"brotliLength":0,"metaUid":"3126-970"},"3126-973":{"renderedLength":2245,"gzipLength":0,"brotliLength":0,"metaUid":"3126-972"},"3126-975":{"renderedLength":3377,"gzipLength":0,"brotliLength":0,"metaUid":"3126-974"},"3126-977":{"renderedLength":968,"gzipLength":0,"brotliLength":0,"metaUid":"3126-976"},"3126-979":{"renderedLength":1001,"gzipLength":0,"brotliLength":0,"metaUid":"3126-978"},"3126-981":{"renderedLength":9344,"gzipLength":0,"brotliLength":0,"metaUid":"3126-980"},"3126-983":{"renderedLength":832,"gzipLength":0,"brotliLength":0,"metaUid":"3126-982"},"3126-985":{"renderedLength":6250,"gzipLength":0,"brotliLength":0,"metaUid":"3126-984"},"3126-987":{"renderedLength":1053,"gzipLength":0,"brotliLength":0,"metaUid":"3126-986"},"3126-989":{"renderedLength":1242,"gzipLength":0,"brotliLength":0,"metaUid":"3126-988"},"3126-991":{"renderedLength":1030,"gzipLength":0,"brotliLength":0,"metaUid":"3126-990"},"3126-993":{"renderedLength":1205,"gzipLength":0,"brotliLength":0,"metaUid":"3126-992"},"3126-995":{"renderedLength":980,"gzipLength":0,"brotliLength":0,"metaUid":"3126-994"},"3126-997":{"renderedLength":974,"gzipLength":0,"brotliLength":0,"metaUid":"3126-996"},"3126-999":{"renderedLength":1229,"gzipLength":0,"brotliLength":0,"metaUid":"3126-998"},"3126-1001":{"renderedLength":1072,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1000"},"3126-1003":{"renderedLength":4429,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1002"},"3126-1005":{"renderedLength":260,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1004"},"3126-1007":{"renderedLength":1193,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1006"},"3126-1009":{"renderedLength":1413,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1008"},"3126-1011":{"renderedLength":3233,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1010"},"3126-1013":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1012"},"3126-1015":{"renderedLength":995,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1014"},"3126-1017":{"renderedLength":887,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1016"},"3126-1019":{"renderedLength":470,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1018"},"3126-1021":{"renderedLength":725,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1020"},"3126-1023":{"renderedLength":133,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1022"},"3126-1025":{"renderedLength":1479,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1024"},"3126-1027":{"renderedLength":858,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1026"},"3126-1029":{"renderedLength":3264,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1028"},"3126-1031":{"renderedLength":1048,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1030"},"3126-1033":{"renderedLength":2281,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1032"},"3126-1035":{"renderedLength":147,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1034"},"3126-1037":{"renderedLength":8581,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1036"},"3126-1039":{"renderedLength":3474,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1038"},"3126-1041":{"renderedLength":437,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1040"},"3126-1043":{"renderedLength":1358,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1042"},"3126-1045":{"renderedLength":798,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1044"},"3126-1047":{"renderedLength":832,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1046"},"3126-1049":{"renderedLength":837,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1048"},"3126-1051":{"renderedLength":759,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1050"},"3126-1053":{"renderedLength":880,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1052"},"3126-1055":{"renderedLength":890,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1054"},"3126-1057":{"renderedLength":824,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1056"},"3126-1059":{"renderedLength":840,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1058"},"3126-1061":{"renderedLength":4978,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1060"},"3126-1063":{"renderedLength":1485,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1062"},"3126-1065":{"renderedLength":471,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1064"},"3126-1067":{"renderedLength":1051,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1066"},"3126-1069":{"renderedLength":839,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1068"},"3126-1071":{"renderedLength":956,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1070"},"3126-1073":{"renderedLength":1225,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1072"},"3126-1075":{"renderedLength":2018,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1074"},"3126-1077":{"renderedLength":5059,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1076"},"3126-1079":{"renderedLength":457,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1078"},"3126-1081":{"renderedLength":1580,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1080"},"3126-1083":{"renderedLength":583,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1082"},"3126-1085":{"renderedLength":11471,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1084"},"3126-1087":{"renderedLength":4259,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1086"},"3126-1089":{"renderedLength":776,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1088"},"3126-1091":{"renderedLength":881,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1090"},"3126-1093":{"renderedLength":232,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1092"},"3126-1095":{"renderedLength":1083,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1094"},"3126-1097":{"renderedLength":356,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1096"},"3126-1099":{"renderedLength":1684,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1098"},"3126-1101":{"renderedLength":336,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1100"},"3126-1103":{"renderedLength":302,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1102"},"3126-1105":{"renderedLength":825,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1104"},"3126-1107":{"renderedLength":162,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1106"},"3126-1109":{"renderedLength":1288,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1108"},"3126-1111":{"renderedLength":190,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1110"},"3126-1113":{"renderedLength":1142,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1112"},"3126-1115":{"renderedLength":293,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1114"},"3126-1117":{"renderedLength":558,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1116"},"3126-1119":{"renderedLength":450,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1118"},"3126-1121":{"renderedLength":175,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1120"},"3126-1123":{"renderedLength":55,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1122"},"3126-1125":{"renderedLength":972,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1124"},"3126-1127":{"renderedLength":945,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1126"},"3126-1129":{"renderedLength":904,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1128"},"3126-1131":{"renderedLength":1406,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1130"},"3126-1133":{"renderedLength":722,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1132"},"3126-1135":{"renderedLength":881,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1134"},"3126-1137":{"renderedLength":891,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1136"},"3126-1139":{"renderedLength":4449,"gzipLength":0,"brotliLength":0,"metaUid":"3126-1138"}},"nodeMetas":{"3126-736":{"id":"/build/rollup:/@epam/uui/icons/btn-cross-12.svg","moduleParts":{"index.esm.js":"3126-737"},"imported":[],"importedBy":[]},"3126-738":{"id":"/build/rollup:/@epam/uui/icons/btn-cross-18.svg","moduleParts":{"index.esm.js":"3126-739"},"imported":[],"importedBy":[]},"3126-740":{"id":"/build/rollup:/@epam/uui/icons/btn-cross-24.svg","moduleParts":{"index.esm.js":"3126-741"},"imported":[],"importedBy":[]},"3126-742":{"id":"/build/rollup:/@epam/uui/icons/folding-arrow-12.svg","moduleParts":{"index.esm.js":"3126-743"},"imported":[],"importedBy":[]},"3126-744":{"id":"/build/rollup:/@epam/uui/icons/folding-arrow-18.svg","moduleParts":{"index.esm.js":"3126-745"},"imported":[],"importedBy":[]},"3126-746":{"id":"/build/rollup:/@epam/uui/icons/folding-arrow-24.svg","moduleParts":{"index.esm.js":"3126-747"},"imported":[],"importedBy":[]},"3126-748":{"id":"/build/rollup:/@epam/uui/icons/accept-12.svg","moduleParts":{"index.esm.js":"3126-749"},"imported":[],"importedBy":[]},"3126-750":{"id":"/build/rollup:/@epam/uui/icons/accept-18.svg","moduleParts":{"index.esm.js":"3126-751"},"imported":[],"importedBy":[]},"3126-752":{"id":"/build/rollup:/@epam/uui/icons/accept-24.svg","moduleParts":{"index.esm.js":"3126-753"},"imported":[],"importedBy":[]},"3126-754":{"id":"/build/rollup:/@epam/uui/icons/search-12.svg","moduleParts":{"index.esm.js":"3126-755"},"imported":[],"importedBy":[]},"3126-756":{"id":"/build/rollup:/@epam/uui/icons/search-18.svg","moduleParts":{"index.esm.js":"3126-757"},"imported":[],"importedBy":[]},"3126-758":{"id":"/build/rollup:/@epam/uui/icons/search-24.svg","moduleParts":{"index.esm.js":"3126-759"},"imported":[],"importedBy":[]},"3126-760":{"id":"/build/rollup:/@epam/uui/icons/calendar-12.svg","moduleParts":{"index.esm.js":"3126-761"},"imported":[],"importedBy":[]},"3126-762":{"id":"/build/rollup:/@epam/uui/icons/calendar-18.svg","moduleParts":{"index.esm.js":"3126-763"},"imported":[],"importedBy":[]},"3126-764":{"id":"/build/rollup:/@epam/uui/icons/calendar-24.svg","moduleParts":{"index.esm.js":"3126-765"},"imported":[],"importedBy":[]},"3126-766":{"id":"/build/rollup:/@epam/uui/icons/info-12.svg","moduleParts":{"index.esm.js":"3126-767"},"imported":[],"importedBy":[]},"3126-768":{"id":"/build/rollup:/@epam/uui/icons/info-18.svg","moduleParts":{"index.esm.js":"3126-769"},"imported":[],"importedBy":[]},"3126-770":{"id":"/build/rollup:/@epam/uui/icons/info-24.svg","moduleParts":{"index.esm.js":"3126-771"},"imported":[],"importedBy":[]},"3126-772":{"id":"/build/rollup:/@epam/uui/icons/help-fill-10.svg","moduleParts":{"index.esm.js":"3126-773"},"imported":[],"importedBy":[]},"3126-774":{"id":"/build/rollup:/@epam/uui/icons/help-fill-16.svg","moduleParts":{"index.esm.js":"3126-775"},"imported":[],"importedBy":[]},"3126-776":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/file-file_word-24.svg","moduleParts":{"index.esm.js":"3126-777"},"imported":[],"importedBy":[]},"3126-778":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/file-file_excel-24.svg","moduleParts":{"index.esm.js":"3126-779"},"imported":[],"importedBy":[]},"3126-780":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/file-file_pdf-24.svg","moduleParts":{"index.esm.js":"3126-781"},"imported":[],"importedBy":[]},"3126-782":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/file-file_image-24.svg","moduleParts":{"index.esm.js":"3126-783"},"imported":[],"importedBy":[]},"3126-784":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/file-file_video-24.svg","moduleParts":{"index.esm.js":"3126-785"},"imported":[],"importedBy":[]},"3126-786":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/file-file_table-24.svg","moduleParts":{"index.esm.js":"3126-787"},"imported":[],"importedBy":[]},"3126-788":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/file-file_text-24.svg","moduleParts":{"index.esm.js":"3126-789"},"imported":[],"importedBy":[]},"3126-790":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/file-file_eml-24.svg","moduleParts":{"index.esm.js":"3126-791"},"imported":[],"importedBy":[]},"3126-792":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/file-file-24.svg","moduleParts":{"index.esm.js":"3126-793"},"imported":[],"importedBy":[]},"3126-794":{"id":"/build/rollup:/@epam/uui/icons/icons.tsx","moduleParts":{"index.esm.js":"3126-795"},"imported":[],"importedBy":[]},"3126-796":{"id":"/build/rollup:/@epam/uui/components/widgets/CountIndicator.tsx","moduleParts":{"index.esm.js":"3126-797"},"imported":[],"importedBy":[]},"3126-798":{"id":"/build/rollup:/@epam/uui/components/buttons/Button.tsx","moduleParts":{"index.esm.js":"3126-799"},"imported":[],"importedBy":[]},"3126-800":{"id":"/build/rollup:/@epam/uui/components/buttons/IconButton.tsx","moduleParts":{"index.esm.js":"3126-801"},"imported":[],"importedBy":[]},"3126-802":{"id":"/build/rollup:/@epam/uui/components/buttons/helper.ts","moduleParts":{"index.esm.js":"3126-803"},"imported":[],"importedBy":[]},"3126-804":{"id":"/build/rollup:/@epam/uui/components/buttons/LinkButton.tsx","moduleParts":{"index.esm.js":"3126-805"},"imported":[],"importedBy":[]},"3126-806":{"id":"/build/rollup:/@epam/uui/components/buttons/TabButton.tsx","moduleParts":{"index.esm.js":"3126-807"},"imported":[],"importedBy":[]},"3126-808":{"id":"/build/rollup:/@epam/uui/components/buttons/VerticalTabButton.tsx","moduleParts":{"index.esm.js":"3126-809"},"imported":[],"importedBy":[]},"3126-810":{"id":"/build/rollup:/@epam/uui/components/types.ts","moduleParts":{"index.esm.js":"3126-811"},"imported":[],"importedBy":[]},"3126-812":{"id":"/build/rollup:/@epam/uui/icons/check-12.svg","moduleParts":{"index.esm.js":"3126-813"},"imported":[],"importedBy":[]},"3126-814":{"id":"/build/rollup:/@epam/uui/icons/check-18.svg","moduleParts":{"index.esm.js":"3126-815"},"imported":[],"importedBy":[]},"3126-816":{"id":"/build/rollup:/@epam/uui/icons/partly-select-12.svg","moduleParts":{"index.esm.js":"3126-817"},"imported":[],"importedBy":[]},"3126-818":{"id":"/build/rollup:/@epam/uui/icons/partly-select-18.svg","moduleParts":{"index.esm.js":"3126-819"},"imported":[],"importedBy":[]},"3126-820":{"id":"/build/rollup:/@epam/uui/components/inputs/Checkbox.tsx","moduleParts":{"index.esm.js":"3126-821"},"imported":[],"importedBy":[]},"3126-822":{"id":"/build/rollup:/@epam/uui/icons/radio-point.svg","moduleParts":{"index.esm.js":"3126-823"},"imported":[],"importedBy":[]},"3126-824":{"id":"/build/rollup:/@epam/uui/components/inputs/RadioInput.tsx","moduleParts":{"index.esm.js":"3126-825"},"imported":[],"importedBy":[]},"3126-826":{"id":"/build/rollup:/@epam/uui/components/inputs/Switch.tsx","moduleParts":{"index.esm.js":"3126-827"},"imported":[],"importedBy":[]},"3126-828":{"id":"/build/rollup:/@epam/uui/node_modules/tslib/tslib.es6.js","moduleParts":{"index.esm.js":"3126-829"},"imported":[],"importedBy":[]},"3126-830":{"id":"/build/rollup:/@epam/uui/components/inputs/TextInput.tsx","moduleParts":{"index.esm.js":"3126-831"},"imported":[],"importedBy":[]},"3126-832":{"id":"/build/rollup:/@epam/uui/components/layout/ControlGroup.tsx","moduleParts":{"index.esm.js":"3126-833"},"imported":[],"importedBy":[]},"3126-834":{"id":"/build/rollup:/@epam/uui/components/inputs/MultiSwitch.tsx","moduleParts":{"index.esm.js":"3126-835"},"imported":[],"importedBy":[]},"3126-836":{"id":"/build/rollup:/@epam/uui/components/inputs/NumericInput.tsx","moduleParts":{"index.esm.js":"3126-837"},"imported":[],"importedBy":[]},"3126-838":{"id":"/build/rollup:/@epam/uui/components/inputs/TextArea.tsx","moduleParts":{"index.esm.js":"3126-839"},"imported":[],"importedBy":[]},"3126-840":{"id":"/build/rollup:/@epam/uui/components/overlays/DropdownContainer.tsx","moduleParts":{"index.esm.js":"3126-841"},"imported":[],"importedBy":[]},"3126-842":{"id":"/build/rollup:/@epam/uui/components/inputs/TimePickerBody.tsx","moduleParts":{"index.esm.js":"3126-843"},"imported":[],"importedBy":[]},"3126-844":{"id":"/build/rollup:/@epam/uui/components/inputs/TimePicker.tsx","moduleParts":{"index.esm.js":"3126-845"},"imported":[],"importedBy":[]},"3126-846":{"id":"/build/rollup:/@epam/uui/components/inputs/InputAddon.tsx","moduleParts":{"index.esm.js":"3126-847"},"imported":[],"importedBy":[]},"3126-848":{"id":"/build/rollup:/@epam/uui/components/inputs/Slider.tsx","moduleParts":{"index.esm.js":"3126-849"},"imported":[],"importedBy":[]},"3126-850":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/navigation-chevron-left-18.svg","moduleParts":{"index.esm.js":"3126-851"},"imported":[],"importedBy":[]},"3126-852":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/navigation-chevron-right-18.svg","moduleParts":{"index.esm.js":"3126-853"},"imported":[],"importedBy":[]},"3126-854":{"id":"/build/rollup:/@epam/uui/components/datePickers/DatePickerHeader.tsx","moduleParts":{"index.esm.js":"3126-855"},"imported":[],"importedBy":[]},"3126-856":{"id":"/build/rollup:/@epam/uui/components/datePickers/Calendar.tsx","moduleParts":{"index.esm.js":"3126-857"},"imported":[],"importedBy":[]},"3126-858":{"id":"/build/rollup:/@epam/uui/components/datePickers/DatePickerBody.tsx","moduleParts":{"index.esm.js":"3126-859"},"imported":[],"importedBy":[]},"3126-860":{"id":"/build/rollup:/@epam/uui/icons/notification-check_circle-fill-24.svg","moduleParts":{"index.esm.js":"3126-861"},"imported":[],"importedBy":[]},"3126-862":{"id":"/build/rollup:/@epam/uui/icons/notification-warning-fill-24.svg","moduleParts":{"index.esm.js":"3126-863"},"imported":[],"importedBy":[]},"3126-864":{"id":"/build/rollup:/@epam/uui/icons/notification-error-fill-24.svg","moduleParts":{"index.esm.js":"3126-865"},"imported":[],"importedBy":[]},"3126-866":{"id":"/build/rollup:/@epam/uui/icons/notification-help-fill-24.svg","moduleParts":{"index.esm.js":"3126-867"},"imported":[],"importedBy":[]},"3126-868":{"id":"/build/rollup:/@epam/uui/icons/navigation-close-24.svg","moduleParts":{"index.esm.js":"3126-869"},"imported":[],"importedBy":[]},"3126-870":{"id":"/build/rollup:/@epam/uui/components/overlays/Alert.tsx","moduleParts":{"index.esm.js":"3126-871"},"imported":[],"importedBy":[]},"3126-872":{"id":"/build/rollup:/@epam/uui/components/overlays/Dropdown.tsx","moduleParts":{"index.esm.js":"3126-873"},"imported":[],"importedBy":[]},"3126-874":{"id":"/build/rollup:/@epam/uui/components/overlays/DropdownMenu.tsx","moduleParts":{"index.esm.js":"3126-875"},"imported":[],"importedBy":[]},"3126-876":{"id":"/build/rollup:/@epam/uui/components/layout/FlexItems/FlexCell.tsx","moduleParts":{"index.esm.js":"3126-877"},"imported":[],"importedBy":[]},"3126-878":{"id":"/build/rollup:/@epam/uui/components/layout/FlexItems/FlexRow.tsx","moduleParts":{"index.esm.js":"3126-879"},"imported":[],"importedBy":[]},"3126-880":{"id":"/build/rollup:/@epam/uui/components/layout/FlexItems/Panel.tsx","moduleParts":{"index.esm.js":"3126-881"},"imported":[],"importedBy":[]},"3126-882":{"id":"/build/rollup:/@epam/uui/i18n.ts","moduleParts":{"index.esm.js":"3126-883"},"imported":[],"importedBy":[]},"3126-884":{"id":"/build/rollup:/@epam/uui/components/layout/Accordion.tsx","moduleParts":{"index.esm.js":"3126-885"},"imported":[],"importedBy":[]},"3126-886":{"id":"/build/rollup:/@epam/uui/components/overlays/Tooltip.tsx","moduleParts":{"index.esm.js":"3126-887"},"imported":[],"importedBy":[]},"3126-888":{"id":"/build/rollup:/@epam/uui/components/layout/LabeledInput.tsx","moduleParts":{"index.esm.js":"3126-889"},"imported":[],"importedBy":[]},"3126-890":{"id":"/build/rollup:/@epam/uui/components/layout/RadioGroup.tsx","moduleParts":{"index.esm.js":"3126-891"},"imported":[],"importedBy":[]},"3126-892":{"id":"/build/rollup:/@epam/uui/components/layout/ScrollBars.tsx","moduleParts":{"index.esm.js":"3126-893"},"imported":[],"importedBy":[]},"3126-894":{"id":"/build/rollup:/@epam/uui/components/widgets/AvatarStack.tsx","moduleParts":{"index.esm.js":"3126-895"},"imported":[],"importedBy":[]},"3126-896":{"id":"/build/rollup:/@epam/uui/components/widgets/Badge.tsx","moduleParts":{"index.esm.js":"3126-897"},"imported":[],"importedBy":[]},"3126-898":{"id":"/build/rollup:/@epam/uui/components/widgets/Tag.tsx","moduleParts":{"index.esm.js":"3126-899"},"imported":[],"importedBy":[]},"3126-900":{"id":"/build/rollup:/@epam/uui/components/widgets/Spinner.tsx","moduleParts":{"index.esm.js":"3126-901"},"imported":[],"importedBy":[]},"3126-902":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/navigation-chevron-left-12.svg","moduleParts":{"index.esm.js":"3126-903"},"imported":[],"importedBy":[]},"3126-904":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/navigation-chevron-right-12.svg","moduleParts":{"index.esm.js":"3126-905"},"imported":[],"importedBy":[]},"3126-906":{"id":"/build/rollup:/@epam/uui/components/widgets/Paginator.tsx","moduleParts":{"index.esm.js":"3126-907"},"imported":[],"importedBy":[]},"3126-908":{"id":"/build/rollup:/@epam/uui/components/widgets/IndeterminateBar.tsx","moduleParts":{"index.esm.js":"3126-909"},"imported":[],"importedBy":[]},"3126-910":{"id":"/build/rollup:/@epam/uui/components/widgets/ProgressBar.tsx","moduleParts":{"index.esm.js":"3126-911"},"imported":[],"importedBy":[]},"3126-912":{"id":"/build/rollup:/@epam/uui/components/widgets/IndicatorBar.tsx","moduleParts":{"index.esm.js":"3126-913"},"imported":[],"importedBy":[]},"3126-914":{"id":"/build/rollup:/@epam/uui/components/widgets/StatusIndicator.tsx","moduleParts":{"index.esm.js":"3126-915"},"imported":[],"importedBy":[]},"3126-916":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/navigation-chevron-down-18.svg","moduleParts":{"index.esm.js":"3126-917"},"imported":[],"importedBy":[]},"3126-918":{"id":"/build/rollup:/@epam/uui/components/widgets/DataRowAddons.tsx","moduleParts":{"index.esm.js":"3126-919"},"imported":[],"importedBy":[]},"3126-920":{"id":"/build/rollup:/@epam/uui/components/layout/Blocker.tsx","moduleParts":{"index.esm.js":"3126-921"},"imported":[],"importedBy":[]},"3126-922":{"id":"/build/rollup:/@epam/uui/components/layout/VirtualList.tsx","moduleParts":{"index.esm.js":"3126-923"},"imported":[],"importedBy":[]},"3126-924":{"id":"/build/rollup:/@epam/uui/components/layout/CheckboxGroup.tsx","moduleParts":{"index.esm.js":"3126-925"},"imported":[],"importedBy":[]},"3126-926":{"id":"/build/rollup:/@epam/uui/components/pickers/DataPickerBody.tsx","moduleParts":{"index.esm.js":"3126-927"},"imported":[],"importedBy":[]},"3126-928":{"id":"/build/rollup:/@epam/uui/components/pickers/DataPickerFooter.tsx","moduleParts":{"index.esm.js":"3126-929"},"imported":[],"importedBy":[]},"3126-930":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/navigation-close-24.svg","moduleParts":{"index.esm.js":"3126-931"},"imported":[],"importedBy":[]},"3126-932":{"id":"/build/rollup:/@epam/uui/components/pickers/DataPickerHeader.tsx","moduleParts":{"index.esm.js":"3126-933"},"imported":[],"importedBy":[]},"3126-934":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/notification-done-24.svg","moduleParts":{"index.esm.js":"3126-935"},"imported":[],"importedBy":[]},"3126-936":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/notification-done-18.svg","moduleParts":{"index.esm.js":"3126-937"},"imported":[],"importedBy":[]},"3126-938":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/notification-done-12.svg","moduleParts":{"index.esm.js":"3126-939"},"imported":[],"importedBy":[]},"3126-940":{"id":"/build/rollup:/@epam/uui/components/pickers/DataPickerCell.tsx","moduleParts":{"index.esm.js":"3126-941"},"imported":[],"importedBy":[]},"3126-942":{"id":"/build/rollup:/@epam/uui/components/pickers/DataPickerRow.tsx","moduleParts":{"index.esm.js":"3126-943"},"imported":[],"importedBy":[]},"3126-944":{"id":"/build/rollup:/@epam/uui/components/pickers/MobileDropdownWrapper.tsx","moduleParts":{"index.esm.js":"3126-945"},"imported":[],"importedBy":[]},"3126-946":{"id":"/build/rollup:/@epam/uui/icons/search-with-background.svg","moduleParts":{"index.esm.js":"3126-947"},"imported":[],"importedBy":[]},"3126-948":{"id":"/build/rollup:/@epam/uui/components/pickers/highlight.tsx","moduleParts":{"index.esm.js":"3126-949"},"imported":[],"importedBy":[]},"3126-950":{"id":"/build/rollup:/@epam/uui/components/pickers/PickerItem.tsx","moduleParts":{"index.esm.js":"3126-951"},"imported":[],"importedBy":[]},"3126-952":{"id":"/build/rollup:/@epam/uui/components/pickers/PickerModal.tsx","moduleParts":{"index.esm.js":"3126-953"},"imported":[],"importedBy":[]},"3126-954":{"id":"/build/rollup:/@epam/uui/components/pickers/helpers.ts","moduleParts":{"index.esm.js":"3126-955"},"imported":[],"importedBy":[]},"3126-956":{"id":"/build/rollup:/@epam/uui/components/pickers/PickerToggler.tsx","moduleParts":{"index.esm.js":"3126-957"},"imported":[],"importedBy":[]},"3126-958":{"id":"/build/rollup:/@epam/uui/components/pickers/PickerInput.tsx","moduleParts":{"index.esm.js":"3126-959"},"imported":[],"importedBy":[]},"3126-960":{"id":"/build/rollup:/@epam/uui/components/pickers/PickerListItem.tsx","moduleParts":{"index.esm.js":"3126-961"},"imported":[],"importedBy":[]},"3126-962":{"id":"/build/rollup:/@epam/uui/components/pickers/PickerList.tsx","moduleParts":{"index.esm.js":"3126-963"},"imported":[],"importedBy":[]},"3126-964":{"id":"/build/rollup:/@epam/uui/components/filters/constants.ts","moduleParts":{"index.esm.js":"3126-965"},"imported":[],"importedBy":[]},"3126-966":{"id":"/build/rollup:/@epam/uui/components/filters/FilterPanelItemToggler.tsx","moduleParts":{"index.esm.js":"3126-967"},"imported":[],"importedBy":[]},"3126-968":{"id":"/build/rollup:/@epam/uui/components/filters/FilterPickerBody.tsx","moduleParts":{"index.esm.js":"3126-969"},"imported":[],"importedBy":[]},"3126-970":{"id":"/build/rollup:/@epam/uui/components/filters/FilterDatePickerBody.tsx","moduleParts":{"index.esm.js":"3126-971"},"imported":[],"importedBy":[]},"3126-972":{"id":"/build/rollup:/@epam/uui/components/filters/FilterRangeDatePickerBody.tsx","moduleParts":{"index.esm.js":"3126-973"},"imported":[],"importedBy":[]},"3126-974":{"id":"/build/rollup:/@epam/uui/components/filters/FilterNumericBody.tsx","moduleParts":{"index.esm.js":"3126-975"},"imported":[],"importedBy":[]},"3126-976":{"id":"/build/rollup:/@epam/uui/components/filters/FilterItemBody.tsx","moduleParts":{"index.esm.js":"3126-977"},"imported":[],"importedBy":[]},"3126-978":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/action-deleteforever-12.svg","moduleParts":{"index.esm.js":"3126-979"},"imported":[],"importedBy":[]},"3126-980":{"id":"/build/rollup:/@epam/uui/components/filters/FiltersPanelItem.tsx","moduleParts":{"index.esm.js":"3126-981"},"imported":[],"importedBy":[]},"3126-982":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/action-add-18.svg","moduleParts":{"index.esm.js":"3126-983"},"imported":[],"importedBy":[]},"3126-984":{"id":"/build/rollup:/@epam/uui/components/filters/FiltersPanel.tsx","moduleParts":{"index.esm.js":"3126-985"},"imported":[],"importedBy":[]},"3126-986":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/navigation-more_vert-18.svg","moduleParts":{"index.esm.js":"3126-987"},"imported":[],"importedBy":[]},"3126-988":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/navigation-refresh-18.svg","moduleParts":{"index.esm.js":"3126-989"},"imported":[],"importedBy":[]},"3126-990":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/save-outline-18.svg","moduleParts":{"index.esm.js":"3126-991"},"imported":[],"importedBy":[]},"3126-992":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/content-edit_undo-18.svg","moduleParts":{"index.esm.js":"3126-993"},"imported":[],"importedBy":[]},"3126-994":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/action-copy_content-18.svg","moduleParts":{"index.esm.js":"3126-995"},"imported":[],"importedBy":[]},"3126-996":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/content-edit-18.svg","moduleParts":{"index.esm.js":"3126-997"},"imported":[],"importedBy":[]},"3126-998":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/content-link-18.svg","moduleParts":{"index.esm.js":"3126-999"},"imported":[],"importedBy":[]},"3126-1000":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/action-deleteforever-18.svg","moduleParts":{"index.esm.js":"3126-1001"},"imported":[],"importedBy":[]},"3126-1002":{"id":"/build/rollup:/@epam/uui/components/filters/PresetPanel/PresetActionsDropdown.tsx","moduleParts":{"index.esm.js":"3126-1003"},"imported":[],"importedBy":[]},"3126-1004":{"id":"/build/rollup:/@epam/uui/components/filters/PresetPanel/constants.ts","moduleParts":{"index.esm.js":"3126-1005"},"imported":[],"importedBy":[]},"3126-1006":{"id":"/build/rollup:/@epam/uui/components/filters/PresetPanel/PresetInput.tsx","moduleParts":{"index.esm.js":"3126-1007"},"imported":[],"importedBy":[]},"3126-1008":{"id":"/build/rollup:/@epam/uui/components/filters/PresetPanel/Preset.tsx","moduleParts":{"index.esm.js":"3126-1009"},"imported":[],"importedBy":[]},"3126-1010":{"id":"/build/rollup:/@epam/uui/components/filters/PresetPanel/PresetsPanel.tsx","moduleParts":{"index.esm.js":"3126-1011"},"imported":[],"importedBy":[]},"3126-1012":{"id":"/build/rollup:/@epam/uui/components/filters/defaultPredicates.ts","moduleParts":{"index.esm.js":"3126-1013"},"imported":[],"importedBy":[]},"3126-1014":{"id":"/build/rollup:/@epam/uui/helpers/useColumnsWithFilters.tsx","moduleParts":{"index.esm.js":"3126-1015"},"imported":[],"importedBy":[]},"3126-1016":{"id":"/build/rollup:/@epam/uui/helpers/textLayout.tsx","moduleParts":{"index.esm.js":"3126-1017"},"imported":[],"importedBy":[]},"3126-1018":{"id":"/build/rollup:/@epam/uui/components/typography/Text.tsx","moduleParts":{"index.esm.js":"3126-1019"},"imported":[],"importedBy":[]},"3126-1020":{"id":"/build/rollup:/@epam/uui/components/typography/TextPlaceholder.tsx","moduleParts":{"index.esm.js":"3126-1021"},"imported":[],"importedBy":[]},"3126-1022":{"id":"/build/rollup:/@epam/uui/components/typography/RichTextView.tsx","moduleParts":{"index.esm.js":"3126-1023"},"imported":[],"importedBy":[]},"3126-1024":{"id":"/build/rollup:/@epam/uui/components/overlays/Modals.tsx","moduleParts":{"index.esm.js":"3126-1025"},"imported":[],"importedBy":[]},"3126-1026":{"id":"/build/rollup:/@epam/uui/icons/snackbar/cross.svg","moduleParts":{"index.esm.js":"3126-1027"},"imported":[],"importedBy":[]},"3126-1028":{"id":"/build/rollup:/@epam/uui/components/overlays/NotificationCard.tsx","moduleParts":{"index.esm.js":"3126-1029"},"imported":[],"importedBy":[]},"3126-1030":{"id":"/build/rollup:/@epam/uui/components/overlays/ConfirmationModal.tsx","moduleParts":{"index.esm.js":"3126-1031"},"imported":[],"importedBy":[]},"3126-1032":{"id":"/build/rollup:/@epam/uui/components/datePickers/DatePicker.tsx","moduleParts":{"index.esm.js":"3126-1033"},"imported":[],"importedBy":[]},"3126-1034":{"id":"/build/rollup:/@epam/uui/components/datePickers/CalendarPresets.tsx","moduleParts":{"index.esm.js":"3126-1035"},"imported":[],"importedBy":[]},"3126-1036":{"id":"/build/rollup:/@epam/uui/components/datePickers/RangeDatePickerBody.tsx","moduleParts":{"index.esm.js":"3126-1037"},"imported":[],"importedBy":[]},"3126-1038":{"id":"/build/rollup:/@epam/uui/components/datePickers/RangeDatePicker.tsx","moduleParts":{"index.esm.js":"3126-1039"},"imported":[],"importedBy":[]},"3126-1040":{"id":"/build/rollup:/@epam/uui/components/dnd/DropMarker.tsx","moduleParts":{"index.esm.js":"3126-1041"},"imported":[],"importedBy":[]},"3126-1042":{"id":"/build/rollup:/@epam/uui/components/tables/DataTableCell.tsx","moduleParts":{"index.esm.js":"3126-1043"},"imported":[],"importedBy":[]},"3126-1044":{"id":"/build/rollup:/@epam/uui/components/tables/DataTableRow.tsx","moduleParts":{"index.esm.js":"3126-1045"},"imported":[],"importedBy":[]},"3126-1046":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/table-sort_asc-18.svg","moduleParts":{"index.esm.js":"3126-1047"},"imported":[],"importedBy":[]},"3126-1048":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/table-sort_desc-18.svg","moduleParts":{"index.esm.js":"3126-1049"},"imported":[],"importedBy":[]},"3126-1050":{"id":"/build/rollup:/@epam/uui/components/tables/ColumnHeaderDropdown/SortingPanel.tsx","moduleParts":{"index.esm.js":"3126-1051"},"imported":[],"importedBy":[]},"3126-1052":{"id":"/build/rollup:/@epam/uui/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.tsx","moduleParts":{"index.esm.js":"3126-1053"},"imported":[],"importedBy":[]},"3126-1054":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/table-swap-18.svg","moduleParts":{"index.esm.js":"3126-1055"},"imported":[],"importedBy":[]},"3126-1056":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/content-filtration-18.svg","moduleParts":{"index.esm.js":"3126-1057"},"imported":[],"importedBy":[]},"3126-1058":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/navigation-chevron-up-18.svg","moduleParts":{"index.esm.js":"3126-1059"},"imported":[],"importedBy":[]},"3126-1060":{"id":"/build/rollup:/@epam/uui/components/tables/DataTableHeaderCell.tsx","moduleParts":{"index.esm.js":"3126-1061"},"imported":[],"importedBy":[]},"3126-1062":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/action-settings-18.svg","moduleParts":{"index.esm.js":"3126-1063"},"imported":[],"importedBy":[]},"3126-1064":{"id":"/build/rollup:/@epam/uui/components/tables/DataTableHeaderRow.tsx","moduleParts":{"index.esm.js":"3126-1065"},"imported":[],"importedBy":[]},"3126-1066":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/action-lock-fill-18.svg","moduleParts":{"index.esm.js":"3126-1067"},"imported":[],"importedBy":[]},"3126-1068":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/action-pin_on-18.svg","moduleParts":{"index.esm.js":"3126-1069"},"imported":[],"importedBy":[]},"3126-1070":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/action-pin_off-18.svg","moduleParts":{"index.esm.js":"3126-1071"},"imported":[],"importedBy":[]},"3126-1072":{"id":"/build/rollup:/@epam/uui/components/tables/columnsConfigurationModal/PinIconButton.tsx","moduleParts":{"index.esm.js":"3126-1073"},"imported":[],"importedBy":[]},"3126-1074":{"id":"/build/rollup:/@epam/uui/components/tables/columnsConfigurationModal/ColumnRow.tsx","moduleParts":{"index.esm.js":"3126-1075"},"imported":[],"importedBy":[]},"3126-1076":{"id":"/build/rollup:/@epam/uui/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.tsx","moduleParts":{"index.esm.js":"3126-1077"},"imported":[],"importedBy":[]},"3126-1078":{"id":"/build/rollup:/@epam/uui/components/tables/DataRowsContainer/utils.ts","moduleParts":{"index.esm.js":"3126-1079"},"imported":[],"importedBy":[]},"3126-1080":{"id":"/build/rollup:/@epam/uui/components/tables/DataRowsContainer/DataRowsGroups.tsx","moduleParts":{"index.esm.js":"3126-1081"},"imported":[],"importedBy":[]},"3126-1082":{"id":"/build/rollup:/@epam/uui/components/tables/DataRowsContainer/DataRowsContainer.tsx","moduleParts":{"index.esm.js":"3126-1083"},"imported":[],"importedBy":[]},"3126-1084":{"id":"/build/rollup:/@epam/uui/icons/empty-table.svg","moduleParts":{"index.esm.js":"3126-1085"},"imported":[],"importedBy":[]},"3126-1086":{"id":"/build/rollup:/@epam/uui/components/tables/DataTable.tsx","moduleParts":{"index.esm.js":"3126-1087"},"imported":[],"importedBy":[]},"3126-1088":{"id":"/build/rollup:/@epam/uui/icons/burger.svg","moduleParts":{"index.esm.js":"3126-1089"},"imported":[],"importedBy":[]},"3126-1090":{"id":"/build/rollup:/@epam/uui/icons/burger-close.svg","moduleParts":{"index.esm.js":"3126-1091"},"imported":[],"importedBy":[]},"3126-1092":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/Burger/Burger.tsx","moduleParts":{"index.esm.js":"3126-1093"},"imported":[],"importedBy":[]},"3126-1094":{"id":"/build/rollup:/@epam/uui/icons/triangle.svg","moduleParts":{"index.esm.js":"3126-1095"},"imported":[],"importedBy":[]},"3126-1096":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/Burger/BurgerButton.tsx","moduleParts":{"index.esm.js":"3126-1097"},"imported":[],"importedBy":[]},"3126-1098":{"id":"/build/rollup:/@epam/uui/icons/menu_input_cancel.svg","moduleParts":{"index.esm.js":"3126-1099"},"imported":[],"importedBy":[]},"3126-1100":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/Burger/BurgerSearch.tsx","moduleParts":{"index.esm.js":"3126-1101"},"imported":[],"importedBy":[]},"3126-1102":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/Burger/BurgerGroupHeader.tsx","moduleParts":{"index.esm.js":"3126-1103"},"imported":[],"importedBy":[]},"3126-1104":{"id":"/build/rollup:/@epam/uui/icons/chevron-down-24.svg","moduleParts":{"index.esm.js":"3126-1105"},"imported":[],"importedBy":[]},"3126-1106":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/MainMenuButton.tsx","moduleParts":{"index.esm.js":"3126-1107"},"imported":[],"importedBy":[]},"3126-1108":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/MainMenuDropdown.tsx","moduleParts":{"index.esm.js":"3126-1109"},"imported":[],"importedBy":[]},"3126-1110":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/MainMenu.tsx","moduleParts":{"index.esm.js":"3126-1111"},"imported":[],"importedBy":[]},"3126-1112":{"id":"/build/rollup:/@epam/uui/icons/global_menu.svg","moduleParts":{"index.esm.js":"3126-1113"},"imported":[],"importedBy":[]},"3126-1114":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/GlobalMenu.tsx","moduleParts":{"index.esm.js":"3126-1115"},"imported":[],"importedBy":[]},"3126-1116":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/MainMenuAvatar.tsx","moduleParts":{"index.esm.js":"3126-1117"},"imported":[],"importedBy":[]},"3126-1118":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/MainMenuSearch.tsx","moduleParts":{"index.esm.js":"3126-1119"},"imported":[],"importedBy":[]},"3126-1120":{"id":"/build/rollup:/@epam/uui/components/navigation/MainMenu/MainMenuIcon.tsx","moduleParts":{"index.esm.js":"3126-1121"},"imported":[],"importedBy":[]},"3126-1122":{"id":"/build/rollup:/@epam/uui/components/navigation/Anchor.tsx","moduleParts":{"index.esm.js":"3126-1123"},"imported":[],"importedBy":[]},"3126-1124":{"id":"/build/rollup:/@epam/uui/components/forms/Form.tsx","moduleParts":{"index.esm.js":"3126-1125"},"imported":[],"importedBy":[]},"3126-1126":{"id":"/build/rollup:/@epam/uui/components/forms/useForm.tsx","moduleParts":{"index.esm.js":"3126-1127"},"imported":[],"importedBy":[]},"3126-1128":{"id":"/build/rollup:/@epam/uui/icons/fileUpload/shape.svg","moduleParts":{"index.esm.js":"3126-1129"},"imported":[],"importedBy":[]},"3126-1130":{"id":"/build/rollup:/@epam/uui/components/fileUpload/DropSpot.tsx","moduleParts":{"index.esm.js":"3126-1131"},"imported":[],"importedBy":[]},"3126-1132":{"id":"/build/rollup:/@epam/uui/components/fileUpload/SvgCircleProgress.tsx","moduleParts":{"index.esm.js":"3126-1133"},"imported":[],"importedBy":[]},"3126-1134":{"id":"/build/rollup:/@epam/uui/epam-assets/icons/common/navigation-close-18.svg","moduleParts":{"index.esm.js":"3126-1135"},"imported":[],"importedBy":[]},"3126-1136":{"id":"/build/rollup:/@epam/uui/icons/notification-error-fill-10.svg","moduleParts":{"index.esm.js":"3126-1137"},"imported":[],"importedBy":[]},"3126-1138":{"id":"/build/rollup:/@epam/uui/components/fileUpload/FileCard.tsx","moduleParts":{"index.esm.js":"3126-1139"},"imported":[],"importedBy":[]},"3126-1140":{"id":"/index.tsx","moduleParts":{},"imported":[{"uid":"3126-1141"},{"uid":"3126-1142"},{"uid":"3126-1143"},{"uid":"3126-1144"}],"importedBy":[],"isEntry":true},"3126-1141":{"id":"/assets/styles/typography.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1140"}]},"3126-1142":{"id":"/components/index.ts","moduleParts":{},"imported":[{"uid":"3126-1145"},{"uid":"3126-1146"},{"uid":"3126-1147"},{"uid":"3126-1148"},{"uid":"3126-1149"},{"uid":"3126-1150"},{"uid":"3126-1151"},{"uid":"3126-1152"},{"uid":"3126-1153"},{"uid":"3126-1154"},{"uid":"3126-1155"},{"uid":"3126-1156"},{"uid":"3126-1157"},{"uid":"3126-1158"}],"importedBy":[{"uid":"3126-1140"}]},"3126-1143":{"id":"/i18n.ts","moduleParts":{},"imported":[{"uid":"3126-1159"}],"importedBy":[{"uid":"3126-1140"},{"uid":"3126-1170"},{"uid":"3126-1198"},{"uid":"3126-1200"},{"uid":"3126-1201"},{"uid":"3126-1202"},{"uid":"3126-1205"},{"uid":"3126-1210"},{"uid":"3126-1231"},{"uid":"3126-1236"},{"uid":"3126-1242"},{"uid":"3126-1243"},{"uid":"3126-1244"},{"uid":"3126-1245"},{"uid":"3126-1352"},{"uid":"3126-1355"},{"uid":"3126-1359"},{"uid":"3126-1360"},{"uid":"3126-1361"},{"uid":"3126-1362"},{"uid":"3126-1422"},{"uid":"3126-1449"}]},"3126-1144":{"id":"/helpers/index.ts","moduleParts":{},"imported":[{"uid":"3126-1160"},{"uid":"3126-1161"}],"importedBy":[{"uid":"3126-1140"},{"uid":"3126-1213"},{"uid":"3126-1231"}]},"3126-1145":{"id":"/components/buttons/index.ts","moduleParts":{},"imported":[{"uid":"3126-1162"},{"uid":"3126-1163"},{"uid":"3126-1164"},{"uid":"3126-1165"},{"uid":"3126-1166"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1177"},{"uid":"3126-1193"},{"uid":"3126-1196"},{"uid":"3126-1197"},{"uid":"3126-1198"},{"uid":"3126-1200"},{"uid":"3126-1202"},{"uid":"3126-1203"},{"uid":"3126-1205"},{"uid":"3126-1208"},{"uid":"3126-1210"},{"uid":"3126-1230"},{"uid":"3126-1236"},{"uid":"3126-1245"},{"uid":"3126-1259"},{"uid":"3126-1352"},{"uid":"3126-1355"},{"uid":"3126-1359"},{"uid":"3126-1360"},{"uid":"3126-1361"},{"uid":"3126-1362"},{"uid":"3126-1368"},{"uid":"3126-1429"},{"uid":"3126-1449"},{"uid":"3126-1453"}]},"3126-1146":{"id":"/components/datePickers/index.ts","moduleParts":{},"imported":[{"uid":"3126-1167"},{"uid":"3126-1168"},{"uid":"3126-1169"},{"uid":"3126-1170"},{"uid":"3126-1171"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1359"},{"uid":"3126-1360"}]},"3126-1147":{"id":"/components/dnd/index.tsx","moduleParts":{},"imported":[{"uid":"3126-1172"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1228"},{"uid":"3126-1421"}]},"3126-1148":{"id":"/components/inputs/index.ts","moduleParts":{},"imported":[{"uid":"3126-1173"},{"uid":"3126-1174"},{"uid":"3126-1175"},{"uid":"3126-1176"},{"uid":"3126-1177"},{"uid":"3126-1178"},{"uid":"3126-1179"},{"uid":"3126-1180"},{"uid":"3126-1181"},{"uid":"3126-1182"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1167"},{"uid":"3126-1170"},{"uid":"3126-1188"},{"uid":"3126-1192"},{"uid":"3126-1196"},{"uid":"3126-1201"},{"uid":"3126-1202"},{"uid":"3126-1209"},{"uid":"3126-1210"},{"uid":"3126-1226"},{"uid":"3126-1230"},{"uid":"3126-1352"},{"uid":"3126-1355"},{"uid":"3126-1360"},{"uid":"3126-1361"},{"uid":"3126-1421"},{"uid":"3126-1430"}]},"3126-1149":{"id":"/components/layout/index.ts","moduleParts":{},"imported":[{"uid":"3126-1183"},{"uid":"3126-1184"},{"uid":"3126-1185"},{"uid":"3126-1186"},{"uid":"3126-1187"},{"uid":"3126-1188"},{"uid":"3126-1189"},{"uid":"3126-1190"},{"uid":"3126-1191"},{"uid":"3126-1192"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1170"},{"uid":"3126-1171"},{"uid":"3126-1200"},{"uid":"3126-1201"},{"uid":"3126-1202"},{"uid":"3126-1203"},{"uid":"3126-1207"},{"uid":"3126-1210"},{"uid":"3126-1230"},{"uid":"3126-1231"},{"uid":"3126-1244"},{"uid":"3126-1245"},{"uid":"3126-1311"},{"uid":"3126-1352"},{"uid":"3126-1359"},{"uid":"3126-1360"},{"uid":"3126-1361"},{"uid":"3126-1362"},{"uid":"3126-1421"},{"uid":"3126-1422"},{"uid":"3126-1429"},{"uid":"3126-1430"},{"uid":"3126-1453"}]},"3126-1150":{"id":"/components/overlays/index.ts","moduleParts":{},"imported":[{"uid":"3126-1193"},{"uid":"3126-1194"},{"uid":"3126-1195"},{"uid":"3126-1196"},{"uid":"3126-1197"},{"uid":"3126-1198"},{"uid":"3126-1199"},{"uid":"3126-1200"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1167"},{"uid":"3126-1170"},{"uid":"3126-1205"},{"uid":"3126-1210"},{"uid":"3126-1227"},{"uid":"3126-1230"},{"uid":"3126-1242"},{"uid":"3126-1243"},{"uid":"3126-1245"},{"uid":"3126-1352"},{"uid":"3126-1355"},{"uid":"3126-1362"},{"uid":"3126-1422"},{"uid":"3126-1449"},{"uid":"3126-1453"}]},"3126-1151":{"id":"/components/pickers/index.ts","moduleParts":{},"imported":[{"uid":"3126-1201"},{"uid":"3126-1202"},{"uid":"3126-1203"},{"uid":"3126-1204"},{"uid":"3126-1205"},{"uid":"3126-1206"},{"uid":"3126-1207"},{"uid":"3126-1208"},{"uid":"3126-1209"},{"uid":"3126-1210"},{"uid":"3126-1211"},{"uid":"3126-1212"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1236"},{"uid":"3126-1353"},{"uid":"3126-1355"},{"uid":"3126-1358"}]},"3126-1152":{"id":"/components/typography/index.ts","moduleParts":{},"imported":[{"uid":"3126-1213"},{"uid":"3126-1214"},{"uid":"3126-1215"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1197"},{"uid":"3126-1201"},{"uid":"3126-1203"},{"uid":"3126-1207"},{"uid":"3126-1208"},{"uid":"3126-1209"},{"uid":"3126-1210"},{"uid":"3126-1211"},{"uid":"3126-1227"},{"uid":"3126-1230"},{"uid":"3126-1231"},{"uid":"3126-1242"},{"uid":"3126-1243"},{"uid":"3126-1244"},{"uid":"3126-1245"},{"uid":"3126-1311"},{"uid":"3126-1352"},{"uid":"3126-1355"},{"uid":"3126-1359"},{"uid":"3126-1423"},{"uid":"3126-1453"}]},"3126-1153":{"id":"/components/widgets/index.ts","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1216"},{"uid":"3126-1217"},{"uid":"3126-1218"},{"uid":"3126-1219"},{"uid":"3126-1220"},{"uid":"3126-1221"},{"uid":"3126-1222"},{"uid":"3126-1223"},{"uid":"3126-1224"},{"uid":"3126-1225"},{"uid":"3126-1226"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1191"},{"uid":"3126-1207"},{"uid":"3126-1211"},{"uid":"3126-1227"},{"uid":"3126-1311"},{"uid":"3126-1352"}]},"3126-1154":{"id":"/components/tables/index.ts","moduleParts":{},"imported":[{"uid":"3126-1227"},{"uid":"3126-1228"},{"uid":"3126-1229"},{"uid":"3126-1230"},{"uid":"3126-1231"},{"uid":"3126-1232"},{"uid":"3126-1233"},{"uid":"3126-1234"},{"uid":"3126-1235"}],"importedBy":[{"uid":"3126-1142"}]},"3126-1155":{"id":"/components/filters/index.ts","moduleParts":{},"imported":[{"uid":"3126-1236"},{"uid":"3126-1237"},{"uid":"3126-1238"},{"uid":"3126-1239"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1160"}]},"3126-1156":{"id":"/components/navigation/index.ts","moduleParts":{},"imported":[{"uid":"3126-1240"},{"uid":"3126-1241"}],"importedBy":[{"uid":"3126-1142"},{"uid":"3126-1244"}]},"3126-1157":{"id":"/components/forms/index.tsx","moduleParts":{},"imported":[{"uid":"3126-1242"},{"uid":"3126-1243"}],"importedBy":[{"uid":"3126-1142"}]},"3126-1158":{"id":"/components/fileUpload/index.ts","moduleParts":{},"imported":[{"uid":"3126-1244"},{"uid":"3126-1245"},{"uid":"3126-1246"}],"importedBy":[{"uid":"3126-1142"}]},"3126-1159":{"id":"@epam/uui-core","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1143"},{"uid":"3126-1162"},{"uid":"3126-1163"},{"uid":"3126-1164"},{"uid":"3126-1165"},{"uid":"3126-1166"},{"uid":"3126-1167"},{"uid":"3126-1168"},{"uid":"3126-1169"},{"uid":"3126-1170"},{"uid":"3126-1171"},{"uid":"3126-1173"},{"uid":"3126-1174"},{"uid":"3126-1175"},{"uid":"3126-1176"},{"uid":"3126-1178"},{"uid":"3126-1179"},{"uid":"3126-1180"},{"uid":"3126-1181"},{"uid":"3126-1182"},{"uid":"3126-1183"},{"uid":"3126-1184"},{"uid":"3126-1187"},{"uid":"3126-1188"},{"uid":"3126-1189"},{"uid":"3126-1190"},{"uid":"3126-1191"},{"uid":"3126-1192"},{"uid":"3126-1194"},{"uid":"3126-1195"},{"uid":"3126-1196"},{"uid":"3126-1197"},{"uid":"3126-1198"},{"uid":"3126-1199"},{"uid":"3126-1201"},{"uid":"3126-1202"},{"uid":"3126-1205"},{"uid":"3126-1206"},{"uid":"3126-1213"},{"uid":"3126-1215"},{"uid":"3126-1216"},{"uid":"3126-1217"},{"uid":"3126-1218"},{"uid":"3126-1219"},{"uid":"3126-1223"},{"uid":"3126-1226"},{"uid":"3126-1228"},{"uid":"3126-1229"},{"uid":"3126-1230"},{"uid":"3126-1231"},{"uid":"3126-1236"},{"uid":"3126-1241"},{"uid":"3126-1242"},{"uid":"3126-1243"},{"uid":"3126-1244"},{"uid":"3126-1245"},{"uid":"3126-1265"},{"uid":"3126-1280"},{"uid":"3126-1287"},{"uid":"3126-1288"},{"uid":"3126-1289"},{"uid":"3126-1353"},{"uid":"3126-1355"},{"uid":"3126-1358"},{"uid":"3126-1360"},{"uid":"3126-1361"},{"uid":"3126-1362"},{"uid":"3126-1363"},{"uid":"3126-1366"},{"uid":"3126-1367"},{"uid":"3126-1368"},{"uid":"3126-1370"},{"uid":"3126-1421"},{"uid":"3126-1423"},{"uid":"3126-1436"},{"uid":"3126-1437"},{"uid":"3126-1453"}],"isExternal":true},"3126-1160":{"id":"/helpers/useColumnsWithFilters.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1155"}],"importedBy":[{"uid":"3126-1144"}]},"3126-1161":{"id":"/helpers/textLayout.tsx","moduleParts":{},"imported":[{"uid":"3126-1248"}],"importedBy":[{"uid":"3126-1144"}]},"3126-1162":{"id":"/components/buttons/Button.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1249"},{"uid":"3126-1224"},{"uid":"3126-1250"}],"importedBy":[{"uid":"3126-1145"},{"uid":"3126-1220"}]},"3126-1163":{"id":"/components/buttons/IconButton.tsx","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1251"}],"importedBy":[{"uid":"3126-1145"},{"uid":"3126-1229"}]},"3126-1164":{"id":"/components/buttons/LinkButton.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1252"},{"uid":"3126-1249"},{"uid":"3126-1253"}],"importedBy":[{"uid":"3126-1145"}]},"3126-1165":{"id":"/components/buttons/TabButton.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1253"},{"uid":"3126-1224"},{"uid":"3126-1249"},{"uid":"3126-1254"}],"importedBy":[{"uid":"3126-1145"},{"uid":"3126-1166"}]},"3126-1166":{"id":"/components/buttons/VerticalTabButton.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1165"},{"uid":"3126-1255"}],"importedBy":[{"uid":"3126-1145"}]},"3126-1167":{"id":"/components/datePickers/DatePicker.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1256"},{"uid":"3126-1148"},{"uid":"3126-1168"},{"uid":"3126-1249"},{"uid":"3126-1150"}],"importedBy":[{"uid":"3126-1146"}]},"3126-1168":{"id":"/components/datePickers/DatePickerBody.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1257"},{"uid":"3126-1258"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1259"},{"uid":"3126-1169"},{"uid":"3126-1260"}],"importedBy":[{"uid":"3126-1146"},{"uid":"3126-1167"},{"uid":"3126-1171"}]},"3126-1169":{"id":"/components/datePickers/Calendar.tsx","moduleParts":{},"imported":[{"uid":"3126-1261"},{"uid":"3126-1186"},{"uid":"3126-1159"}],"importedBy":[{"uid":"3126-1146"},{"uid":"3126-1168"}]},"3126-1170":{"id":"/components/datePickers/RangeDatePicker.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1150"},{"uid":"3126-1149"},{"uid":"3126-1171"},{"uid":"3126-1148"},{"uid":"3126-1249"},{"uid":"3126-1143"},{"uid":"3126-1263"}],"importedBy":[{"uid":"3126-1146"}]},"3126-1171":{"id":"/components/datePickers/RangeDatePickerBody.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1257"},{"uid":"3126-1264"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1149"},{"uid":"3126-1168"},{"uid":"3126-1265"},{"uid":"3126-1266"}],"importedBy":[{"uid":"3126-1146"},{"uid":"3126-1170"}]},"3126-1172":{"id":"/components/dnd/DropMarker.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1267"}],"importedBy":[{"uid":"3126-1147"}]},"3126-1173":{"id":"/components/inputs/Checkbox.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1268"},{"uid":"3126-1269"},{"uid":"3126-1270"},{"uid":"3126-1271"},{"uid":"3126-1272"}],"importedBy":[{"uid":"3126-1148"}]},"3126-1174":{"id":"/components/inputs/RadioInput.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1273"},{"uid":"3126-1274"}],"importedBy":[{"uid":"3126-1148"}]},"3126-1175":{"id":"/components/inputs/Switch.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1275"}],"importedBy":[{"uid":"3126-1148"}]},"3126-1176":{"id":"/components/inputs/TextInput.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1256"},{"uid":"3126-1249"},{"uid":"3126-1277"}],"importedBy":[{"uid":"3126-1148"},{"uid":"3126-1180"}]},"3126-1177":{"id":"/components/inputs/MultiSwitch.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1184"},{"uid":"3126-1145"}],"importedBy":[{"uid":"3126-1148"}]},"3126-1178":{"id":"/components/inputs/NumericInput.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1256"},{"uid":"3126-1249"},{"uid":"3126-1277"},{"uid":"3126-1278"}],"importedBy":[{"uid":"3126-1148"}]},"3126-1179":{"id":"/components/inputs/TextArea.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1256"},{"uid":"3126-1279"}],"importedBy":[{"uid":"3126-1148"}]},"3126-1180":{"id":"/components/inputs/TimePicker.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1247"},{"uid":"3126-1257"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1256"},{"uid":"3126-1195"},{"uid":"3126-1176"},{"uid":"3126-1280"},{"uid":"3126-1281"},{"uid":"3126-1282"}],"importedBy":[{"uid":"3126-1148"}]},"3126-1181":{"id":"/components/inputs/InputAddon.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1283"}],"importedBy":[{"uid":"3126-1148"}]},"3126-1182":{"id":"/components/inputs/Slider.tsx","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1284"},{"uid":"3126-1159"}],"importedBy":[{"uid":"3126-1148"}]},"3126-1183":{"id":"/components/layout/Accordion.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1249"},{"uid":"3126-1285"}],"importedBy":[{"uid":"3126-1149"}]},"3126-1184":{"id":"/components/layout/ControlGroup.tsx","moduleParts":{},"imported":[{"uid":"3126-1286"},{"uid":"3126-1159"},{"uid":"3126-1186"}],"importedBy":[{"uid":"3126-1149"},{"uid":"3126-1177"}]},"3126-1185":{"id":"/components/layout/FlexItems/index.ts","moduleParts":{},"imported":[{"uid":"3126-1287"},{"uid":"3126-1288"},{"uid":"3126-1289"},{"uid":"3126-1186"}],"importedBy":[{"uid":"3126-1149"},{"uid":"3126-1197"}]},"3126-1186":{"id":"@epam/uui-components","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1149"},{"uid":"3126-1153"},{"uid":"3126-1162"},{"uid":"3126-1163"},{"uid":"3126-1164"},{"uid":"3126-1165"},{"uid":"3126-1167"},{"uid":"3126-1168"},{"uid":"3126-1169"},{"uid":"3126-1170"},{"uid":"3126-1171"},{"uid":"3126-1173"},{"uid":"3126-1174"},{"uid":"3126-1175"},{"uid":"3126-1176"},{"uid":"3126-1178"},{"uid":"3126-1179"},{"uid":"3126-1180"},{"uid":"3126-1181"},{"uid":"3126-1182"},{"uid":"3126-1183"},{"uid":"3126-1184"},{"uid":"3126-1185"},{"uid":"3126-1187"},{"uid":"3126-1189"},{"uid":"3126-1191"},{"uid":"3126-1193"},{"uid":"3126-1194"},{"uid":"3126-1195"},{"uid":"3126-1196"},{"uid":"3126-1197"},{"uid":"3126-1198"},{"uid":"3126-1199"},{"uid":"3126-1201"},{"uid":"3126-1204"},{"uid":"3126-1206"},{"uid":"3126-1207"},{"uid":"3126-1208"},{"uid":"3126-1210"},{"uid":"3126-1211"},{"uid":"3126-1213"},{"uid":"3126-1215"},{"uid":"3126-1216"},{"uid":"3126-1217"},{"uid":"3126-1218"},{"uid":"3126-1219"},{"uid":"3126-1220"},{"uid":"3126-1223"},{"uid":"3126-1226"},{"uid":"3126-1227"},{"uid":"3126-1228"},{"uid":"3126-1229"},{"uid":"3126-1230"},{"uid":"3126-1231"},{"uid":"3126-1236"},{"uid":"3126-1241"},{"uid":"3126-1244"},{"uid":"3126-1245"},{"uid":"3126-1265"},{"uid":"3126-1280"},{"uid":"3126-1287"},{"uid":"3126-1288"},{"uid":"3126-1289"},{"uid":"3126-1311"},{"uid":"3126-1352"},{"uid":"3126-1353"},{"uid":"3126-1355"},{"uid":"3126-1358"},{"uid":"3126-1359"},{"uid":"3126-1360"},{"uid":"3126-1361"},{"uid":"3126-1362"},{"uid":"3126-1363"},{"uid":"3126-1364"},{"uid":"3126-1366"},{"uid":"3126-1367"},{"uid":"3126-1369"},{"uid":"3126-1370"},{"uid":"3126-1421"},{"uid":"3126-1423"},{"uid":"3126-1436"},{"uid":"3126-1437"},{"uid":"3126-1438"}],"isExternal":true},"3126-1187":{"id":"/components/layout/LabeledInput.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1199"},{"uid":"3126-1249"},{"uid":"3126-1290"}],"importedBy":[{"uid":"3126-1149"}]},"3126-1188":{"id":"/components/layout/RadioGroup.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1159"},{"uid":"3126-1148"},{"uid":"3126-1291"},{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1149"}]},"3126-1189":{"id":"/components/layout/ScrollBars.tsx","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1292"}],"importedBy":[{"uid":"3126-1149"},{"uid":"3126-1190"}]},"3126-1190":{"id":"/components/layout/VirtualList.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1189"},{"uid":"3126-1293"},{"uid":"3126-1191"}],"importedBy":[{"uid":"3126-1149"}]},"3126-1191":{"id":"/components/layout/Blocker.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1153"},{"uid":"3126-1294"}],"importedBy":[{"uid":"3126-1149"},{"uid":"3126-1190"}]},"3126-1192":{"id":"/components/layout/CheckboxGroup.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1148"},{"uid":"3126-1295"}],"importedBy":[{"uid":"3126-1149"}]},"3126-1193":{"id":"/components/overlays/Alert.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1186"},{"uid":"3126-1145"},{"uid":"3126-1296"},{"uid":"3126-1297"},{"uid":"3126-1298"},{"uid":"3126-1299"},{"uid":"3126-1300"},{"uid":"3126-1301"}],"importedBy":[{"uid":"3126-1150"}]},"3126-1194":{"id":"/components/overlays/Dropdown.tsx","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1159"}],"importedBy":[{"uid":"3126-1150"},{"uid":"3126-1206"}]},"3126-1195":{"id":"/components/overlays/DropdownContainer.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1302"}],"importedBy":[{"uid":"3126-1150"},{"uid":"3126-1180"},{"uid":"3126-1196"}]},"3126-1196":{"id":"/components/overlays/DropdownMenu.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1195"},{"uid":"3126-1148"},{"uid":"3126-1145"},{"uid":"3126-1249"},{"uid":"3126-1303"}],"importedBy":[{"uid":"3126-1150"}]},"3126-1197":{"id":"/components/overlays/Modals.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1185"},{"uid":"3126-1145"},{"uid":"3126-1152"},{"uid":"3126-1300"},{"uid":"3126-1304"}],"importedBy":[{"uid":"3126-1150"},{"uid":"3126-1200"}]},"3126-1198":{"id":"/components/overlays/NotificationCard.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1145"},{"uid":"3126-1143"},{"uid":"3126-1296"},{"uid":"3126-1297"},{"uid":"3126-1298"},{"uid":"3126-1299"},{"uid":"3126-1305"},{"uid":"3126-1306"}],"importedBy":[{"uid":"3126-1150"}]},"3126-1199":{"id":"/components/overlays/Tooltip.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1307"}],"importedBy":[{"uid":"3126-1150"},{"uid":"3126-1187"}]},"3126-1200":{"id":"/components/overlays/ConfirmationModal.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1145"},{"uid":"3126-1149"},{"uid":"3126-1197"},{"uid":"3126-1143"}],"importedBy":[{"uid":"3126-1150"},{"uid":"3126-1243"}]},"3126-1201":{"id":"/components/pickers/DataPickerBody.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1148"},{"uid":"3126-1149"},{"uid":"3126-1152"},{"uid":"3126-1143"},{"uid":"3126-1308"}],"importedBy":[{"uid":"3126-1151"},{"uid":"3126-1206"},{"uid":"3126-1210"}]},"3126-1202":{"id":"/components/pickers/DataPickerFooter.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1143"},{"uid":"3126-1148"},{"uid":"3126-1149"},{"uid":"3126-1145"}],"importedBy":[{"uid":"3126-1151"},{"uid":"3126-1206"}]},"3126-1203":{"id":"/components/pickers/DataPickerHeader.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1309"},{"uid":"3126-1310"},{"uid":"3126-1152"},{"uid":"3126-1145"},{"uid":"3126-1149"}],"importedBy":[{"uid":"3126-1151"},{"uid":"3126-1205"}]},"3126-1204":{"id":"/components/pickers/DataPickerRow.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1311"},{"uid":"3126-1312"}],"importedBy":[{"uid":"3126-1151"},{"uid":"3126-1206"},{"uid":"3126-1210"}]},"3126-1205":{"id":"/components/pickers/MobileDropdownWrapper.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1313"},{"uid":"3126-1159"},{"uid":"3126-1145"},{"uid":"3126-1203"},{"uid":"3126-1150"},{"uid":"3126-1143"}],"importedBy":[{"uid":"3126-1151"},{"uid":"3126-1206"}]},"3126-1206":{"id":"/components/pickers/PickerInput.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1194"},{"uid":"3126-1256"},{"uid":"3126-1159"},{"uid":"3126-1210"},{"uid":"3126-1211"},{"uid":"3126-1205"},{"uid":"3126-1201"},{"uid":"3126-1204"},{"uid":"3126-1202"},{"uid":"3126-1207"}],"importedBy":[{"uid":"3126-1151"}]},"3126-1207":{"id":"/components/pickers/PickerItem.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1149"},{"uid":"3126-1152"},{"uid":"3126-1153"},{"uid":"3126-1314"},{"uid":"3126-1212"}],"importedBy":[{"uid":"3126-1151"},{"uid":"3126-1206"},{"uid":"3126-1210"}]},"3126-1208":{"id":"/components/pickers/PickerList.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1152"},{"uid":"3126-1209"},{"uid":"3126-1210"},{"uid":"3126-1145"}],"importedBy":[{"uid":"3126-1151"}]},"3126-1209":{"id":"/components/pickers/PickerListItem.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1148"},{"uid":"3126-1152"},{"uid":"3126-1315"}],"importedBy":[{"uid":"3126-1151"},{"uid":"3126-1208"}]},"3126-1210":{"id":"/components/pickers/PickerModal.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1204"},{"uid":"3126-1152"},{"uid":"3126-1143"},{"uid":"3126-1149"},{"uid":"3126-1150"},{"uid":"3126-1145"},{"uid":"3126-1316"},{"uid":"3126-1317"},{"uid":"3126-1148"},{"uid":"3126-1201"},{"uid":"3126-1207"}],"importedBy":[{"uid":"3126-1151"},{"uid":"3126-1206"},{"uid":"3126-1208"}]},"3126-1211":{"id":"/components/pickers/PickerToggler.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1152"},{"uid":"3126-1249"},{"uid":"3126-1153"},{"uid":"3126-1256"},{"uid":"3126-1318"},{"uid":"3126-1319"}],"importedBy":[{"uid":"3126-1151"},{"uid":"3126-1206"}]},"3126-1212":{"id":"/components/pickers/highlight.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1151"},{"uid":"3126-1207"}]},"3126-1213":{"id":"/components/typography/Text.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1144"},{"uid":"3126-1186"},{"uid":"3126-1320"}],"importedBy":[{"uid":"3126-1152"}]},"3126-1214":{"id":"/components/typography/TextPlaceholder.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1321"}],"importedBy":[{"uid":"3126-1152"}]},"3126-1215":{"id":"/components/typography/RichTextView.tsx","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1159"}],"importedBy":[{"uid":"3126-1152"}]},"3126-1216":{"id":"/components/widgets/AvatarStack.tsx","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1322"}],"importedBy":[{"uid":"3126-1153"}]},"3126-1217":{"id":"/components/widgets/Badge.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1224"},{"uid":"3126-1249"},{"uid":"3126-1323"}],"importedBy":[{"uid":"3126-1153"}]},"3126-1218":{"id":"/components/widgets/Tag.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1224"},{"uid":"3126-1249"},{"uid":"3126-1324"}],"importedBy":[{"uid":"3126-1153"}]},"3126-1219":{"id":"/components/widgets/Spinner.tsx","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1325"}],"importedBy":[{"uid":"3126-1153"}]},"3126-1220":{"id":"/components/widgets/Paginator.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1186"},{"uid":"3126-1162"},{"uid":"3126-1326"},{"uid":"3126-1327"},{"uid":"3126-1328"},{"uid":"3126-1329"},{"uid":"3126-1330"}],"importedBy":[{"uid":"3126-1153"}]},"3126-1221":{"id":"/components/widgets/IndeterminateBar.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1331"}],"importedBy":[{"uid":"3126-1153"},{"uid":"3126-1222"}]},"3126-1222":{"id":"/components/widgets/IndicatorBar.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1223"},{"uid":"3126-1221"},{"uid":"3126-1332"}],"importedBy":[{"uid":"3126-1153"}]},"3126-1223":{"id":"/components/widgets/ProgressBar.tsx","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1333"}],"importedBy":[{"uid":"3126-1153"},{"uid":"3126-1222"}]},"3126-1224":{"id":"/components/widgets/CountIndicator.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1334"}],"importedBy":[{"uid":"3126-1153"},{"uid":"3126-1162"},{"uid":"3126-1165"},{"uid":"3126-1217"},{"uid":"3126-1218"}]},"3126-1225":{"id":"/components/widgets/StatusIndicator.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1335"}],"importedBy":[{"uid":"3126-1153"}]},"3126-1226":{"id":"/components/widgets/DataRowAddons.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1148"},{"uid":"3126-1336"},{"uid":"3126-1337"}],"importedBy":[{"uid":"3126-1153"}]},"3126-1227":{"id":"/components/tables/DataTableCell.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1153"},{"uid":"3126-1152"},{"uid":"3126-1150"},{"uid":"3126-1338"},{"uid":"3126-1339"}],"importedBy":[{"uid":"3126-1154"},{"uid":"3126-1228"}]},"3126-1228":{"id":"/components/tables/DataTableRow.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1227"},{"uid":"3126-1147"},{"uid":"3126-1340"},{"uid":"3126-1339"}],"importedBy":[{"uid":"3126-1154"},{"uid":"3126-1231"}]},"3126-1229":{"id":"/components/tables/DataTableHeaderRow.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1230"},{"uid":"3126-1163"},{"uid":"3126-1341"},{"uid":"3126-1339"},{"uid":"3126-1342"}],"importedBy":[{"uid":"3126-1154"},{"uid":"3126-1231"}]},"3126-1230":{"id":"/components/tables/DataTableHeaderCell.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1234"},{"uid":"3126-1149"},{"uid":"3126-1145"},{"uid":"3126-1148"},{"uid":"3126-1150"},{"uid":"3126-1152"},{"uid":"3126-1343"},{"uid":"3126-1339"},{"uid":"3126-1344"},{"uid":"3126-1345"},{"uid":"3126-1346"},{"uid":"3126-1347"},{"uid":"3126-1336"},{"uid":"3126-1348"}],"importedBy":[{"uid":"3126-1154"},{"uid":"3126-1229"}]},"3126-1231":{"id":"/components/tables/DataTable.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1144"},{"uid":"3126-1159"},{"uid":"3126-1229"},{"uid":"3126-1228"},{"uid":"3126-1233"},{"uid":"3126-1149"},{"uid":"3126-1232"},{"uid":"3126-1349"},{"uid":"3126-1152"},{"uid":"3126-1350"},{"uid":"3126-1339"},{"uid":"3126-1143"}],"importedBy":[{"uid":"3126-1154"}]},"3126-1232":{"id":"/components/tables/DataRowsContainer/index.tsx","moduleParts":{},"imported":[{"uid":"3126-1351"}],"importedBy":[{"uid":"3126-1154"},{"uid":"3126-1231"}]},"3126-1233":{"id":"/components/tables/columnsConfigurationModal/index.ts","moduleParts":{},"imported":[{"uid":"3126-1352"}],"importedBy":[{"uid":"3126-1154"},{"uid":"3126-1231"}]},"3126-1234":{"id":"/components/tables/ColumnHeaderDropdown/index.ts","moduleParts":{},"imported":[{"uid":"3126-1353"}],"importedBy":[{"uid":"3126-1154"},{"uid":"3126-1230"}]},"3126-1235":{"id":"/components/tables/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1154"}]},"3126-1236":{"id":"/components/filters/FiltersPanel.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1354"},{"uid":"3126-1143"},{"uid":"3126-1145"},{"uid":"3126-1151"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1355"},{"uid":"3126-1356"},{"uid":"3126-1357"}],"importedBy":[{"uid":"3126-1155"}]},"3126-1237":{"id":"/components/filters/FilterItemBody.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1358"},{"uid":"3126-1359"},{"uid":"3126-1360"},{"uid":"3126-1361"}],"importedBy":[{"uid":"3126-1155"},{"uid":"3126-1355"}]},"3126-1238":{"id":"/components/filters/PresetPanel/index.ts","moduleParts":{},"imported":[{"uid":"3126-1362"}],"importedBy":[{"uid":"3126-1155"}]},"3126-1239":{"id":"/components/filters/defaultPredicates.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1155"}]},"3126-1240":{"id":"/components/navigation/MainMenu/index.ts","moduleParts":{},"imported":[{"uid":"3126-1363"},{"uid":"3126-1364"},{"uid":"3126-1365"},{"uid":"3126-1366"},{"uid":"3126-1367"},{"uid":"3126-1368"},{"uid":"3126-1369"},{"uid":"3126-1370"}],"importedBy":[{"uid":"3126-1156"}]},"3126-1241":{"id":"/components/navigation/Anchor.tsx","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1371"}],"importedBy":[{"uid":"3126-1156"}]},"3126-1242":{"id":"/components/forms/Form.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1152"},{"uid":"3126-1150"},{"uid":"3126-1143"}],"importedBy":[{"uid":"3126-1157"}]},"3126-1243":{"id":"/components/forms/useForm.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1150"},{"uid":"3126-1152"},{"uid":"3126-1200"},{"uid":"3126-1143"}],"importedBy":[{"uid":"3126-1157"}]},"3126-1244":{"id":"/components/fileUpload/DropSpot.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1149"},{"uid":"3126-1156"},{"uid":"3126-1152"},{"uid":"3126-1372"},{"uid":"3126-1143"},{"uid":"3126-1373"}],"importedBy":[{"uid":"3126-1158"}]},"3126-1245":{"id":"/components/fileUpload/FileCard.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1374"},{"uid":"3126-1143"},{"uid":"3126-1159"},{"uid":"3126-1246"},{"uid":"3126-1186"},{"uid":"3126-1149"},{"uid":"3126-1145"},{"uid":"3126-1152"},{"uid":"3126-1150"},{"uid":"3126-1249"},{"uid":"3126-1375"},{"uid":"3126-1376"}],"importedBy":[{"uid":"3126-1158"}]},"3126-1246":{"id":"/components/fileUpload/SvgCircleProgress.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1377"}],"importedBy":[{"uid":"3126-1158"},{"uid":"3126-1245"}]},"3126-1247":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1160"},{"uid":"3126-1162"},{"uid":"3126-1165"},{"uid":"3126-1167"},{"uid":"3126-1168"},{"uid":"3126-1170"},{"uid":"3126-1171"},{"uid":"3126-1172"},{"uid":"3126-1176"},{"uid":"3126-1177"},{"uid":"3126-1180"},{"uid":"3126-1188"},{"uid":"3126-1190"},{"uid":"3126-1191"},{"uid":"3126-1192"},{"uid":"3126-1193"},{"uid":"3126-1196"},{"uid":"3126-1197"},{"uid":"3126-1198"},{"uid":"3126-1200"},{"uid":"3126-1201"},{"uid":"3126-1202"},{"uid":"3126-1203"},{"uid":"3126-1204"},{"uid":"3126-1205"},{"uid":"3126-1206"},{"uid":"3126-1207"},{"uid":"3126-1208"},{"uid":"3126-1209"},{"uid":"3126-1210"},{"uid":"3126-1211"},{"uid":"3126-1212"},{"uid":"3126-1214"},{"uid":"3126-1217"},{"uid":"3126-1218"},{"uid":"3126-1220"},{"uid":"3126-1221"},{"uid":"3126-1222"},{"uid":"3126-1224"},{"uid":"3126-1225"},{"uid":"3126-1226"},{"uid":"3126-1227"},{"uid":"3126-1228"},{"uid":"3126-1229"},{"uid":"3126-1230"},{"uid":"3126-1231"},{"uid":"3126-1236"},{"uid":"3126-1237"},{"uid":"3126-1242"},{"uid":"3126-1243"},{"uid":"3126-1244"},{"uid":"3126-1245"},{"uid":"3126-1246"},{"uid":"3126-1259"},{"uid":"3126-1268"},{"uid":"3126-1269"},{"uid":"3126-1270"},{"uid":"3126-1271"},{"uid":"3126-1274"},{"uid":"3126-1296"},{"uid":"3126-1297"},{"uid":"3126-1298"},{"uid":"3126-1299"},{"uid":"3126-1300"},{"uid":"3126-1305"},{"uid":"3126-1310"},{"uid":"3126-1311"},{"uid":"3126-1316"},{"uid":"3126-1327"},{"uid":"3126-1328"},{"uid":"3126-1329"},{"uid":"3126-1330"},{"uid":"3126-1336"},{"uid":"3126-1342"},{"uid":"3126-1344"},{"uid":"3126-1345"},{"uid":"3126-1346"},{"uid":"3126-1347"},{"uid":"3126-1348"},{"uid":"3126-1349"},{"uid":"3126-1351"},{"uid":"3126-1352"},{"uid":"3126-1353"},{"uid":"3126-1355"},{"uid":"3126-1356"},{"uid":"3126-1358"},{"uid":"3126-1359"},{"uid":"3126-1360"},{"uid":"3126-1361"},{"uid":"3126-1362"},{"uid":"3126-1364"},{"uid":"3126-1366"},{"uid":"3126-1367"},{"uid":"3126-1368"},{"uid":"3126-1369"},{"uid":"3126-1372"},{"uid":"3126-1375"},{"uid":"3126-1376"},{"uid":"3126-1378"},{"uid":"3126-1379"},{"uid":"3126-1380"},{"uid":"3126-1381"},{"uid":"3126-1382"},{"uid":"3126-1383"},{"uid":"3126-1384"},{"uid":"3126-1385"},{"uid":"3126-1386"},{"uid":"3126-1387"},{"uid":"3126-1388"},{"uid":"3126-1389"},{"uid":"3126-1390"},{"uid":"3126-1391"},{"uid":"3126-1392"},{"uid":"3126-1393"},{"uid":"3126-1394"},{"uid":"3126-1395"},{"uid":"3126-1396"},{"uid":"3126-1397"},{"uid":"3126-1398"},{"uid":"3126-1399"},{"uid":"3126-1400"},{"uid":"3126-1401"},{"uid":"3126-1402"},{"uid":"3126-1403"},{"uid":"3126-1404"},{"uid":"3126-1405"},{"uid":"3126-1406"},{"uid":"3126-1412"},{"uid":"3126-1413"},{"uid":"3126-1414"},{"uid":"3126-1416"},{"uid":"3126-1419"},{"uid":"3126-1420"},{"uid":"3126-1421"},{"uid":"3126-1422"},{"uid":"3126-1423"},{"uid":"3126-1424"},{"uid":"3126-1429"},{"uid":"3126-1430"},{"uid":"3126-1431"},{"uid":"3126-1434"},{"uid":"3126-1438"},{"uid":"3126-1439"},{"uid":"3126-1441"},{"uid":"3126-1447"},{"uid":"3126-1449"},{"uid":"3126-1453"},{"uid":"3126-1457"},{"uid":"3126-1458"},{"uid":"3126-1459"},{"uid":"3126-1463"},{"uid":"3126-1464"},{"uid":"3126-1465"},{"uid":"3126-1467"},{"uid":"3126-1468"},{"uid":"3126-1469"},{"uid":"3126-1470"},{"uid":"3126-1471"}],"isExternal":true},"3126-1248":{"id":"/helpers/text-layout.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1161"}]},"3126-1249":{"id":"/icons/icons.tsx","moduleParts":{},"imported":[{"uid":"3126-1378"},{"uid":"3126-1379"},{"uid":"3126-1380"},{"uid":"3126-1381"},{"uid":"3126-1382"},{"uid":"3126-1383"},{"uid":"3126-1384"},{"uid":"3126-1385"},{"uid":"3126-1386"},{"uid":"3126-1387"},{"uid":"3126-1388"},{"uid":"3126-1389"},{"uid":"3126-1390"},{"uid":"3126-1391"},{"uid":"3126-1392"},{"uid":"3126-1393"},{"uid":"3126-1394"},{"uid":"3126-1395"},{"uid":"3126-1396"},{"uid":"3126-1397"},{"uid":"3126-1398"},{"uid":"3126-1399"},{"uid":"3126-1400"},{"uid":"3126-1401"},{"uid":"3126-1402"},{"uid":"3126-1403"},{"uid":"3126-1404"},{"uid":"3126-1405"},{"uid":"3126-1406"}],"importedBy":[{"uid":"3126-1162"},{"uid":"3126-1164"},{"uid":"3126-1165"},{"uid":"3126-1167"},{"uid":"3126-1170"},{"uid":"3126-1176"},{"uid":"3126-1178"},{"uid":"3126-1183"},{"uid":"3126-1187"},{"uid":"3126-1196"},{"uid":"3126-1211"},{"uid":"3126-1217"},{"uid":"3126-1218"},{"uid":"3126-1245"},{"uid":"3126-1360"},{"uid":"3126-1423"}]},"3126-1250":{"id":"/components/buttons/Button.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1162"}]},"3126-1251":{"id":"/components/buttons/IconButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1163"}]},"3126-1252":{"id":"/components/buttons/LinkButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1164"}]},"3126-1253":{"id":"/components/buttons/helper.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1164"},{"uid":"3126-1165"}]},"3126-1254":{"id":"/components/buttons/TabButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1165"}]},"3126-1255":{"id":"/components/buttons/VerticalTabButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1166"}]},"3126-1256":{"id":"/components/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1167"},{"uid":"3126-1176"},{"uid":"3126-1178"},{"uid":"3126-1179"},{"uid":"3126-1180"},{"uid":"3126-1206"},{"uid":"3126-1211"}]},"3126-1257":{"id":"dayjs","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1168"},{"uid":"3126-1171"},{"uid":"3126-1180"},{"uid":"3126-1259"},{"uid":"3126-1355"},{"uid":"3126-1359"}],"isExternal":true},"3126-1258":{"id":"dayjs/plugin/updateLocale.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1168"}],"isExternal":true},"3126-1259":{"id":"/components/datePickers/DatePickerHeader.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1407"},{"uid":"3126-1257"},{"uid":"3126-1329"},{"uid":"3126-1330"},{"uid":"3126-1145"},{"uid":"3126-1408"}],"importedBy":[{"uid":"3126-1168"}]},"3126-1260":{"id":"/components/datePickers/DatePickerBody.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1168"}]},"3126-1261":{"id":"/components/datePickers/Calendar.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1169"}]},"3126-1262":{"id":"classnames","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1170"},{"uid":"3126-1172"},{"uid":"3126-1193"},{"uid":"3126-1198"},{"uid":"3126-1214"},{"uid":"3126-1220"},{"uid":"3126-1221"},{"uid":"3126-1222"},{"uid":"3126-1224"},{"uid":"3126-1225"},{"uid":"3126-1259"},{"uid":"3126-1355"},{"uid":"3126-1360"},{"uid":"3126-1364"},{"uid":"3126-1366"},{"uid":"3126-1369"},{"uid":"3126-1423"},{"uid":"3126-1436"},{"uid":"3126-1438"},{"uid":"3126-1439"}],"isExternal":true},"3126-1263":{"id":"/components/datePickers/RangeDatePicker.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1170"}]},"3126-1264":{"id":"dayjs/plugin/isoWeek.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1171"}],"isExternal":true},"3126-1265":{"id":"/components/datePickers/CalendarPresets.tsx","moduleParts":{},"imported":[{"uid":"3126-1409"},{"uid":"3126-1186"},{"uid":"3126-1159"}],"importedBy":[{"uid":"3126-1171"}]},"3126-1266":{"id":"/components/datePickers/RangeDatePickerBody.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1171"}]},"3126-1267":{"id":"/components/dnd/DropMarker.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1172"}]},"3126-1268":{"id":"/icons/check-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1173"}]},"3126-1269":{"id":"/icons/check-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1173"}]},"3126-1270":{"id":"/icons/partly-select-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1173"}]},"3126-1271":{"id":"/icons/partly-select-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1173"}]},"3126-1272":{"id":"/components/inputs/Checkbox.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1173"}]},"3126-1273":{"id":"/components/inputs/RadioInput.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1174"}]},"3126-1274":{"id":"/icons/radio-point.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1174"}]},"3126-1275":{"id":"/components/inputs/Switch.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1175"}]},"3126-1276":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/node_modules/tslib/tslib.es6.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1176"},{"uid":"3126-1180"},{"uid":"3126-1188"},{"uid":"3126-1192"},{"uid":"3126-1196"},{"uid":"3126-1206"},{"uid":"3126-1352"},{"uid":"3126-1362"},{"uid":"3126-1421"},{"uid":"3126-1430"},{"uid":"3126-1453"}]},"3126-1277":{"id":"/components/inputs/TextInput.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1176"},{"uid":"3126-1178"}]},"3126-1278":{"id":"/components/inputs/NumericInput.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1178"}]},"3126-1279":{"id":"/components/inputs/TextArea.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1179"}]},"3126-1280":{"id":"/components/inputs/TimePickerBody.tsx","moduleParts":{},"imported":[{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1281"},{"uid":"3126-1382"}],"importedBy":[{"uid":"3126-1180"}]},"3126-1281":{"id":"/components/inputs/TimePicker.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1180"},{"uid":"3126-1280"}]},"3126-1282":{"id":"dayjs/plugin/customParseFormat.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1180"}],"isExternal":true},"3126-1283":{"id":"/components/inputs/InputAddon.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1181"}]},"3126-1284":{"id":"/components/inputs/Slider.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1182"}]},"3126-1285":{"id":"/components/layout/Accordion.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1183"}]},"3126-1286":{"id":"/components/layout/ControlGroup.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1184"}]},"3126-1287":{"id":"/components/layout/FlexItems/FlexCell.tsx","moduleParts":{},"imported":[{"uid":"3126-1410"},{"uid":"3126-1186"},{"uid":"3126-1159"}],"importedBy":[{"uid":"3126-1185"}]},"3126-1288":{"id":"/components/layout/FlexItems/FlexRow.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1410"}],"importedBy":[{"uid":"3126-1185"}]},"3126-1289":{"id":"/components/layout/FlexItems/Panel.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1411"}],"importedBy":[{"uid":"3126-1185"}]},"3126-1290":{"id":"/components/layout/LabeledInput.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1187"}]},"3126-1291":{"id":"/components/layout/RadioGroup.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1188"}]},"3126-1292":{"id":"/components/layout/ScrollBars.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1189"}]},"3126-1293":{"id":"/components/layout/VirtualList.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1190"}]},"3126-1294":{"id":"/components/layout/Blocker.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1191"}]},"3126-1295":{"id":"/components/layout/CheckboxGroup.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1192"}]},"3126-1296":{"id":"/icons/notification-check_circle-fill-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1193"},{"uid":"3126-1198"}]},"3126-1297":{"id":"/icons/notification-warning-fill-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1193"},{"uid":"3126-1198"}]},"3126-1298":{"id":"/icons/notification-error-fill-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1193"},{"uid":"3126-1198"}]},"3126-1299":{"id":"/icons/notification-help-fill-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1193"},{"uid":"3126-1198"}]},"3126-1300":{"id":"/icons/navigation-close-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1193"},{"uid":"3126-1197"}]},"3126-1301":{"id":"/components/overlays/Alert.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1193"}]},"3126-1302":{"id":"/components/overlays/DropdownContainer.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1195"}]},"3126-1303":{"id":"/components/overlays/DropdownMenu.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1196"}]},"3126-1304":{"id":"/components/overlays/Modals.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1197"}]},"3126-1305":{"id":"/icons/snackbar/cross.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1198"}]},"3126-1306":{"id":"/components/overlays/NotificationCard.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1198"}]},"3126-1307":{"id":"/components/overlays/Tooltip.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1199"}]},"3126-1308":{"id":"/components/pickers/DataPickerBody.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1201"}]},"3126-1309":{"id":"/components/pickers/DataPickerHeader.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1203"}]},"3126-1310":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/navigation-close-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1203"}]},"3126-1311":{"id":"/components/pickers/DataPickerCell.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1152"},{"uid":"3126-1153"},{"uid":"3126-1412"},{"uid":"3126-1413"},{"uid":"3126-1414"},{"uid":"3126-1415"},{"uid":"3126-1149"}],"importedBy":[{"uid":"3126-1204"}]},"3126-1312":{"id":"/components/pickers/DataPickerRow.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1204"}]},"3126-1313":{"id":"/components/pickers/MobileDropdownWrapper.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1205"}]},"3126-1314":{"id":"/components/pickers/PickerItem.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1207"}]},"3126-1315":{"id":"/components/pickers/PickerListItem.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1209"}]},"3126-1316":{"id":"/icons/search-with-background.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1210"}]},"3126-1317":{"id":"/components/pickers/PickerModal.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1210"}]},"3126-1318":{"id":"/components/pickers/helpers.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1211"}]},"3126-1319":{"id":"/components/pickers/PickerToggler.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1211"}]},"3126-1320":{"id":"/components/typography/Text.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1213"}]},"3126-1321":{"id":"/components/typography/TextPlaceholder.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1214"}]},"3126-1322":{"id":"/components/widgets/AvatarStack.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1216"}]},"3126-1323":{"id":"/components/widgets/Badge.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1217"}]},"3126-1324":{"id":"/components/widgets/Tag.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1218"}]},"3126-1325":{"id":"/components/widgets/Spinner.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1219"}]},"3126-1326":{"id":"/components/widgets/Paginator.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1220"}]},"3126-1327":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/navigation-chevron-left-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1220"}]},"3126-1328":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/navigation-chevron-right-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1220"}]},"3126-1329":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/navigation-chevron-left-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1220"},{"uid":"3126-1259"}]},"3126-1330":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/navigation-chevron-right-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1220"},{"uid":"3126-1259"}]},"3126-1331":{"id":"/components/widgets/IndeterminateBar.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1221"}]},"3126-1332":{"id":"/components/widgets/IndicatorBar.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1222"}]},"3126-1333":{"id":"/components/widgets/ProgressBar.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1223"}]},"3126-1334":{"id":"/components/widgets/CountIndicator.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1224"}]},"3126-1335":{"id":"/components/widgets/StatusIndicator.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1225"}]},"3126-1336":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/navigation-chevron-down-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1226"},{"uid":"3126-1230"}]},"3126-1337":{"id":"/components/widgets/DataRowAddons.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1226"}]},"3126-1338":{"id":"/components/tables/DataTableCell.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1227"}]},"3126-1339":{"id":"/components/tables/variables.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1227"},{"uid":"3126-1228"},{"uid":"3126-1229"},{"uid":"3126-1230"},{"uid":"3126-1231"}]},"3126-1340":{"id":"/components/tables/DataTableRow.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1228"}]},"3126-1341":{"id":"/components/tables/DataTableHeaderRow.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1229"}]},"3126-1342":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/action-settings-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1229"}]},"3126-1343":{"id":"/components/tables/DataTableHeaderCell.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1230"}]},"3126-1344":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/table-swap-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1230"}]},"3126-1345":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/table-sort_asc-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1230"},{"uid":"3126-1422"}]},"3126-1346":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/table-sort_desc-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1230"},{"uid":"3126-1422"}]},"3126-1347":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/content-filtration-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1230"}]},"3126-1348":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/navigation-chevron-up-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1230"}]},"3126-1349":{"id":"/icons/empty-table.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1231"}]},"3126-1350":{"id":"/components/tables/DataTable.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1231"}]},"3126-1351":{"id":"/components/tables/DataRowsContainer/DataRowsContainer.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1416"},{"uid":"3126-1417"}],"importedBy":[{"uid":"3126-1232"}]},"3126-1352":{"id":"/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1418"},{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1419"},{"uid":"3126-1420"},{"uid":"3126-1149"},{"uid":"3126-1145"},{"uid":"3126-1150"},{"uid":"3126-1152"},{"uid":"3126-1153"},{"uid":"3126-1148"},{"uid":"3126-1143"},{"uid":"3126-1421"}],"importedBy":[{"uid":"3126-1233"}]},"3126-1353":{"id":"/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1151"},{"uid":"3126-1422"}],"importedBy":[{"uid":"3126-1234"}]},"3126-1354":{"id":"lodash.sortby","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1236"},{"uid":"3126-1362"}],"isExternal":true},"3126-1355":{"id":"/components/filters/FiltersPanelItem.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1257"},{"uid":"3126-1262"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1143"},{"uid":"3126-1423"},{"uid":"3126-1145"},{"uid":"3126-1148"},{"uid":"3126-1152"},{"uid":"3126-1237"},{"uid":"3126-1150"},{"uid":"3126-1151"},{"uid":"3126-1357"},{"uid":"3126-1424"},{"uid":"3126-1425"}],"importedBy":[{"uid":"3126-1236"}]},"3126-1356":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/action-add-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1236"},{"uid":"3126-1362"}]},"3126-1357":{"id":"/components/filters/constants.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1236"},{"uid":"3126-1355"},{"uid":"3126-1423"}]},"3126-1358":{"id":"/components/filters/FilterPickerBody.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1151"}],"importedBy":[{"uid":"3126-1237"}]},"3126-1359":{"id":"/components/filters/FilterDatePickerBody.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1257"},{"uid":"3126-1143"},{"uid":"3126-1186"},{"uid":"3126-1149"},{"uid":"3126-1145"},{"uid":"3126-1152"},{"uid":"3126-1146"}],"importedBy":[{"uid":"3126-1237"}]},"3126-1360":{"id":"/components/filters/FilterRangeDatePickerBody.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1149"},{"uid":"3126-1145"},{"uid":"3126-1148"},{"uid":"3126-1146"},{"uid":"3126-1143"},{"uid":"3126-1249"},{"uid":"3126-1426"}],"importedBy":[{"uid":"3126-1237"}]},"3126-1361":{"id":"/components/filters/FilterNumericBody.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1148"},{"uid":"3126-1159"},{"uid":"3126-1149"},{"uid":"3126-1145"},{"uid":"3126-1143"},{"uid":"3126-1427"}],"importedBy":[{"uid":"3126-1237"}]},"3126-1362":{"id":"/components/filters/PresetPanel/PresetsPanel.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1247"},{"uid":"3126-1354"},{"uid":"3126-1143"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1428"},{"uid":"3126-1145"},{"uid":"3126-1149"},{"uid":"3126-1150"},{"uid":"3126-1429"},{"uid":"3126-1430"},{"uid":"3126-1431"},{"uid":"3126-1356"},{"uid":"3126-1432"}],"importedBy":[{"uid":"3126-1238"}]},"3126-1363":{"id":"/components/navigation/MainMenu/MainMenu.tsx","moduleParts":{},"imported":[{"uid":"3126-1433"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1365"},{"uid":"3126-1369"}],"importedBy":[{"uid":"3126-1240"}]},"3126-1364":{"id":"/components/navigation/MainMenu/GlobalMenu.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1186"},{"uid":"3126-1434"},{"uid":"3126-1435"}],"importedBy":[{"uid":"3126-1240"}]},"3126-1365":{"id":"/components/navigation/MainMenu/Burger/index.ts","moduleParts":{},"imported":[{"uid":"3126-1436"},{"uid":"3126-1437"},{"uid":"3126-1438"},{"uid":"3126-1439"}],"importedBy":[{"uid":"3126-1240"},{"uid":"3126-1363"}]},"3126-1366":{"id":"/components/navigation/MainMenu/MainMenuAvatar.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1440"},{"uid":"3126-1262"},{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1382"}],"importedBy":[{"uid":"3126-1240"}]},"3126-1367":{"id":"/components/navigation/MainMenu/MainMenuSearch.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1388"},{"uid":"3126-1441"},{"uid":"3126-1159"},{"uid":"3126-1442"}],"importedBy":[{"uid":"3126-1240"}]},"3126-1368":{"id":"/components/navigation/MainMenu/MainMenuIcon.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1145"},{"uid":"3126-1443"}],"importedBy":[{"uid":"3126-1240"}]},"3126-1369":{"id":"/components/navigation/MainMenu/MainMenuDropdown.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1444"},{"uid":"3126-1262"},{"uid":"3126-1186"},{"uid":"3126-1370"},{"uid":"3126-1445"}],"importedBy":[{"uid":"3126-1240"},{"uid":"3126-1363"}]},"3126-1370":{"id":"/components/navigation/MainMenu/MainMenuButton.tsx","moduleParts":{},"imported":[{"uid":"3126-1446"},{"uid":"3126-1186"},{"uid":"3126-1159"},{"uid":"3126-1447"}],"importedBy":[{"uid":"3126-1240"},{"uid":"3126-1369"}]},"3126-1371":{"id":"/components/navigation/Anchor.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1241"}]},"3126-1372":{"id":"/icons/fileUpload/shape.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1244"}]},"3126-1373":{"id":"/components/fileUpload/DropSpot.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1244"}]},"3126-1374":{"id":"/components/fileUpload/FileCard.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1245"}]},"3126-1375":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/navigation-close-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1245"}]},"3126-1376":{"id":"/icons/notification-error-fill-10.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1245"}]},"3126-1377":{"id":"/components/fileUpload/SvgCircleProgress.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1246"}]},"3126-1378":{"id":"/icons/btn-cross-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1379":{"id":"/icons/btn-cross-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1380":{"id":"/icons/btn-cross-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1381":{"id":"/icons/folding-arrow-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1382":{"id":"/icons/folding-arrow-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"},{"uid":"3126-1280"},{"uid":"3126-1366"}]},"3126-1383":{"id":"/icons/folding-arrow-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1384":{"id":"/icons/accept-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1385":{"id":"/icons/accept-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1386":{"id":"/icons/accept-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1387":{"id":"/icons/search-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1388":{"id":"/icons/search-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"},{"uid":"3126-1367"},{"uid":"3126-1438"}]},"3126-1389":{"id":"/icons/search-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1390":{"id":"/icons/calendar-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1391":{"id":"/icons/calendar-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1392":{"id":"/icons/calendar-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1393":{"id":"/icons/info-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1394":{"id":"/icons/info-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1395":{"id":"/icons/info-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1396":{"id":"/icons/help-fill-10.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1397":{"id":"/icons/help-fill-16.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1398":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/file-file_word-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1399":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/file-file_excel-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1400":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/file-file_pdf-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1401":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/file-file_image-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1402":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/file-file_video-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1403":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/file-file_table-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1404":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/file-file_text-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1405":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/file-file_eml-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1406":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/file-file-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1249"}]},"3126-1407":{"id":"/components/datePickers/DatePickerHeader.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1259"}]},"3126-1408":{"id":"dayjs/plugin/localeData","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1259"}],"isExternal":true},"3126-1409":{"id":"/components/datePickers/CalendarPresets.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1265"}]},"3126-1410":{"id":"/components/layout/FlexItems/FlexRow.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1287"},{"uid":"3126-1288"}]},"3126-1411":{"id":"/components/layout/FlexItems/Panel.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1289"}]},"3126-1412":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/notification-done-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1311"}]},"3126-1413":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/notification-done-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1311"}]},"3126-1414":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/notification-done-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1311"}]},"3126-1415":{"id":"/components/pickers/DataPickerCell.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1311"}]},"3126-1416":{"id":"/components/tables/DataRowsContainer/DataRowsGroups.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1417"},{"uid":"3126-1448"}],"importedBy":[{"uid":"3126-1351"}]},"3126-1417":{"id":"/components/tables/DataRowsContainer/DataRowsContainer.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1351"},{"uid":"3126-1416"}]},"3126-1418":{"id":"/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1352"}]},"3126-1419":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/navigation-more_vert-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1352"},{"uid":"3126-1453"}]},"3126-1420":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/navigation-refresh-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1352"},{"uid":"3126-1453"}]},"3126-1421":{"id":"/components/tables/columnsConfigurationModal/ColumnRow.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1247"},{"uid":"3126-1159"},{"uid":"3126-1149"},{"uid":"3126-1148"},{"uid":"3126-1147"},{"uid":"3126-1186"},{"uid":"3126-1449"},{"uid":"3126-1450"}],"importedBy":[{"uid":"3126-1352"}]},"3126-1422":{"id":"/components/tables/ColumnHeaderDropdown/SortingPanel.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1451"},{"uid":"3126-1345"},{"uid":"3126-1346"},{"uid":"3126-1149"},{"uid":"3126-1143"},{"uid":"3126-1150"}],"importedBy":[{"uid":"3126-1353"}]},"3126-1423":{"id":"/components/filters/FilterPanelItemToggler.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1159"},{"uid":"3126-1249"},{"uid":"3126-1186"},{"uid":"3126-1152"},{"uid":"3126-1357"},{"uid":"3126-1452"}],"importedBy":[{"uid":"3126-1355"}]},"3126-1424":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/action-deleteforever-12.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1355"}]},"3126-1425":{"id":"/components/filters/FiltersPanelItem.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1355"}]},"3126-1426":{"id":"/components/filters/FilterRangeDatePickerBody.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1360"}]},"3126-1427":{"id":"/components/filters/FilterNumericBody.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1361"}]},"3126-1428":{"id":"/components/filters/PresetPanel/PresetsPanel.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1362"}]},"3126-1429":{"id":"/components/filters/PresetPanel/Preset.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1145"},{"uid":"3126-1453"},{"uid":"3126-1430"},{"uid":"3126-1149"},{"uid":"3126-1454"},{"uid":"3126-1432"}],"importedBy":[{"uid":"3126-1362"}]},"3126-1430":{"id":"/components/filters/PresetPanel/PresetInput.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1247"},{"uid":"3126-1455"},{"uid":"3126-1148"},{"uid":"3126-1149"},{"uid":"3126-1432"}],"importedBy":[{"uid":"3126-1362"},{"uid":"3126-1429"}]},"3126-1431":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/action-deleteforever-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1362"},{"uid":"3126-1453"}]},"3126-1432":{"id":"/components/filters/PresetPanel/constants.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1362"},{"uid":"3126-1429"},{"uid":"3126-1430"}]},"3126-1433":{"id":"/components/navigation/MainMenu/MainMenu.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1363"}]},"3126-1434":{"id":"/icons/global_menu.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1364"}]},"3126-1435":{"id":"/components/navigation/MainMenu/GlobalMenu.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1364"}]},"3126-1436":{"id":"/components/navigation/MainMenu/Burger/Burger.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1262"},{"uid":"3126-1186"},{"uid":"3126-1456"},{"uid":"3126-1457"},{"uid":"3126-1458"}],"importedBy":[{"uid":"3126-1365"}]},"3126-1437":{"id":"/components/navigation/MainMenu/Burger/BurgerButton.tsx","moduleParts":{},"imported":[{"uid":"3126-1159"},{"uid":"3126-1186"},{"uid":"3126-1459"},{"uid":"3126-1460"}],"importedBy":[{"uid":"3126-1365"}]},"3126-1438":{"id":"/components/navigation/MainMenu/Burger/BurgerSearch.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1186"},{"uid":"3126-1388"},{"uid":"3126-1441"},{"uid":"3126-1461"},{"uid":"3126-1262"}],"importedBy":[{"uid":"3126-1365"}]},"3126-1439":{"id":"/components/navigation/MainMenu/Burger/BurgerGroupHeader.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1262"},{"uid":"3126-1462"}],"importedBy":[{"uid":"3126-1365"}]},"3126-1440":{"id":"/components/navigation/MainMenu/MainMenuAvatar.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1366"}]},"3126-1441":{"id":"/icons/menu_input_cancel.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1367"},{"uid":"3126-1438"}]},"3126-1442":{"id":"/components/navigation/MainMenu/MainMenuSearch.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1367"}]},"3126-1443":{"id":"/components/navigation/MainMenu/MainMenuIcon.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1368"}]},"3126-1444":{"id":"react-focus-lock","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1369"}],"isExternal":true},"3126-1445":{"id":"/components/navigation/MainMenu/MainMenuDropdown.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1369"}]},"3126-1446":{"id":"/components/navigation/MainMenu/MainMenuButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1370"}]},"3126-1447":{"id":"/icons/chevron-down-24.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1370"}]},"3126-1448":{"id":"/components/tables/DataRowsContainer/utils.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1416"}]},"3126-1449":{"id":"/components/tables/columnsConfigurationModal/PinIconButton.tsx","moduleParts":{},"imported":[{"uid":"3126-1247"},{"uid":"3126-1463"},{"uid":"3126-1464"},{"uid":"3126-1465"},{"uid":"3126-1145"},{"uid":"3126-1150"},{"uid":"3126-1143"}],"importedBy":[{"uid":"3126-1421"}]},"3126-1450":{"id":"/components/tables/columnsConfigurationModal/ColumnRow.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1421"}]},"3126-1451":{"id":"/components/tables/ColumnHeaderDropdown/SortingPanel.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1422"}]},"3126-1452":{"id":"/components/filters/FilterPanelItemToggler.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1423"}]},"3126-1453":{"id":"/components/filters/PresetPanel/PresetActionsDropdown.tsx","moduleParts":{},"imported":[{"uid":"3126-1276"},{"uid":"3126-1247"},{"uid":"3126-1466"},{"uid":"3126-1159"},{"uid":"3126-1150"},{"uid":"3126-1145"},{"uid":"3126-1152"},{"uid":"3126-1419"},{"uid":"3126-1149"},{"uid":"3126-1420"},{"uid":"3126-1467"},{"uid":"3126-1468"},{"uid":"3126-1469"},{"uid":"3126-1470"},{"uid":"3126-1471"},{"uid":"3126-1431"}],"importedBy":[{"uid":"3126-1429"}]},"3126-1454":{"id":"/components/filters/PresetPanel/Preset.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1429"}]},"3126-1455":{"id":"/components/filters/PresetPanel/PresetInput.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1430"}]},"3126-1456":{"id":"/components/navigation/MainMenu/Burger/Burger.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1436"}]},"3126-1457":{"id":"/icons/burger.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1436"}]},"3126-1458":{"id":"/icons/burger-close.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1436"}]},"3126-1459":{"id":"/icons/triangle.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1437"}]},"3126-1460":{"id":"/components/navigation/MainMenu/Burger/BurgerButton.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1437"}]},"3126-1461":{"id":"/components/navigation/MainMenu/Burger/BurgerSearch.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1438"}]},"3126-1462":{"id":"/components/navigation/MainMenu/Burger/BurgerGroupHeader.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1439"}]},"3126-1463":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/action-lock-fill-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1449"}]},"3126-1464":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/action-pin_on-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1449"}]},"3126-1465":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/action-pin_off-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1449"}]},"3126-1466":{"id":"/components/filters/PresetPanel/PresetActionsDropdown.module.scss","moduleParts":{},"imported":[],"importedBy":[{"uid":"3126-1453"}]},"3126-1467":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/save-outline-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1453"}]},"3126-1468":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/content-edit_undo-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1453"}]},"3126-1469":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/action-copy_content-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1453"}]},"3126-1470":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/content-edit-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1453"}]},"3126-1471":{"id":"/Users/Aliaksei_Manetau/WebstormProjects/UUI_new/epam-assets/icons/common/content-link-18.svg","moduleParts":{},"imported":[{"uid":"3126-1247"}],"importedBy":[{"uid":"3126-1453"}]}},"env":{"rollup":"3.26.2"},"options":{"gzip":false,"brotli":false,"sourcemap":true}};
4822
4822
 
4823
4823
  const run = () => {
4824
4824
  const width = window.innerWidth;