@scaleflex/widget-explorer 4.1.0 → 4.4.0

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 (563) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +7 -0
  3. package/package.json +8 -8
  4. package/dist/style.css +0 -2197
  5. package/dist/style.min.css +0 -1
  6. package/lib/Explorer.styled.js +0 -48
  7. package/lib/components/ActionBar/ActionBar.styled.js +0 -103
  8. package/lib/components/ActionBar/DownloadWithExportButton.js +0 -203
  9. package/lib/components/ActionBar/SelectionMenu.js +0 -111
  10. package/lib/components/ActionBar/index.js +0 -105
  11. package/lib/components/AddFilesPanel/AddFiles.js +0 -183
  12. package/lib/components/AddFilesPanel/AddFiles.styled.js +0 -137
  13. package/lib/components/AddFilesPanel/index.js +0 -59
  14. package/lib/components/AiSwitcher/AiSwitcher.constants.js +0 -1
  15. package/lib/components/AiSwitcher/AiSwitcher.styled.js +0 -24
  16. package/lib/components/AiSwitcher/index.js +0 -81
  17. package/lib/components/AssetsList/AssetsList.styled.js +0 -217
  18. package/lib/components/AssetsList/GridView/FilesAccordion.js +0 -76
  19. package/lib/components/AssetsList/GridView/FilesSection/FileCell.js +0 -260
  20. package/lib/components/AssetsList/GridView/FilesSection/FileOverlayOptions.js +0 -140
  21. package/lib/components/AssetsList/GridView/FilesSection/FilesSection.styled.js +0 -15
  22. package/lib/components/AssetsList/GridView/FilesSection/index.js +0 -31
  23. package/lib/components/AssetsList/GridView/FilesSkeleton.js +0 -47
  24. package/lib/components/AssetsList/GridView/FoldersSection/FolderCell.js +0 -239
  25. package/lib/components/AssetsList/GridView/FoldersSection/FolderPreviewGrid.js +0 -106
  26. package/lib/components/AssetsList/GridView/FoldersSection/FolderTopOptions.js +0 -70
  27. package/lib/components/AssetsList/GridView/FoldersSection/index.js +0 -23
  28. package/lib/components/AssetsList/GridView/FoldersSkeleton.js +0 -77
  29. package/lib/components/AssetsList/GridView/GridView.styled.js +0 -11
  30. package/lib/components/AssetsList/GridView/SearchGridView/SearchGridView.styled.js +0 -15
  31. package/lib/components/AssetsList/GridView/SearchGridView/SearchGridViewSkeleton.js +0 -30
  32. package/lib/components/AssetsList/GridView/SearchGridView/index.js +0 -97
  33. package/lib/components/AssetsList/GridView/index.js +0 -196
  34. package/lib/components/AssetsList/ListView/AssetsSection/AssetsSectionTableHeader.js +0 -152
  35. package/lib/components/AssetsList/ListView/AssetsSection/AssetsSectionTableRow.js +0 -333
  36. package/lib/components/AssetsList/ListView/AssetsSection/index.js +0 -99
  37. package/lib/components/AssetsList/ListView/ColumnsMenu.js +0 -89
  38. package/lib/components/AssetsList/ListView/FilesAccordion.js +0 -74
  39. package/lib/components/AssetsList/ListView/FilesSkeleton.js +0 -68
  40. package/lib/components/AssetsList/ListView/FoldersSection/FoldersSectionTableHeader.js +0 -98
  41. package/lib/components/AssetsList/ListView/FoldersSection/FoldersSectionTableRow.js +0 -156
  42. package/lib/components/AssetsList/ListView/FoldersSection/index.js +0 -54
  43. package/lib/components/AssetsList/ListView/FoldersSkeleton.js +0 -67
  44. package/lib/components/AssetsList/ListView/ListView.styled.js +0 -181
  45. package/lib/components/AssetsList/ListView/ListView.utils.js +0 -30
  46. package/lib/components/AssetsList/ListView/SearchListView/index.js +0 -109
  47. package/lib/components/AssetsList/ListView/index.js +0 -203
  48. package/lib/components/AssetsList/ScrollToTop.js +0 -70
  49. package/lib/components/AssetsList/SearchView.hook.js +0 -241
  50. package/lib/components/AssetsList/__SearchTestPannel.js +0 -238
  51. package/lib/components/AssetsList/__SearchTestPannel.mock.js +0 -1
  52. package/lib/components/AssetsList/index.js +0 -266
  53. package/lib/components/AssetsList/relevanceBadge.js +0 -15
  54. package/lib/components/AssetsView/AssetsView.styled.js +0 -25
  55. package/lib/components/AssetsView/AssetsView.thunks.js +0 -64
  56. package/lib/components/AssetsView/index.js +0 -142
  57. package/lib/components/AuthExplorerView.js +0 -79
  58. package/lib/components/Breadcrumbs/BreadCrumbViews/BreadCrumbsViews.styled.js +0 -30
  59. package/lib/components/Breadcrumbs/BreadCrumbViews/index.js +0 -32
  60. package/lib/components/Breadcrumbs/Breadcrumb.js +0 -52
  61. package/lib/components/Breadcrumbs/Breadcrumbs.styled.js +0 -81
  62. package/lib/components/Breadcrumbs/BreadcrumbsSkeleton.js +0 -12
  63. package/lib/components/Breadcrumbs/index.js +0 -187
  64. package/lib/components/BulkEditPanel/BulkEdit.js +0 -330
  65. package/lib/components/BulkEditPanel/BulkEditPanel.styled.js +0 -62
  66. package/lib/components/BulkEditPanel/BulkEditPanel.utils.js +0 -55
  67. package/lib/components/BulkEditPanel/components/AssetsList/AssetsList.constants.js +0 -29
  68. package/lib/components/BulkEditPanel/components/AssetsList/AssetsList.js +0 -148
  69. package/lib/components/BulkEditPanel/components/AssetsList/AssetsList.styled.js +0 -81
  70. package/lib/components/BulkEditPanel/components/AssetsList/Columns/Columns.styled.js +0 -99
  71. package/lib/components/BulkEditPanel/components/AssetsList/Columns/FileMetadataField.js +0 -263
  72. package/lib/components/BulkEditPanel/components/AssetsList/Columns/FileTagField.js +0 -228
  73. package/lib/components/BulkEditPanel/components/AssetsList/Columns/FileTextField.js +0 -107
  74. package/lib/components/BulkEditPanel/components/AssetsList/Columns/MetadataColumn.js +0 -142
  75. package/lib/components/BulkEditPanel/components/AssetsList/Columns/TableRow.js +0 -139
  76. package/lib/components/BulkEditPanel/components/AssetsList/Columns/TagsColumn.js +0 -58
  77. package/lib/components/BulkEditPanel/components/AssetsList/Columns/TagsField.js +0 -80
  78. package/lib/components/BulkEditPanel/components/AssetsList/Columns/TextColumn.js +0 -53
  79. package/lib/components/BulkEditPanel/components/AssetsList/Columns/columns.utils.js +0 -272
  80. package/lib/components/BulkEditPanel/components/AssetsList/Columns/getActiveColumn.js +0 -23
  81. package/lib/components/BulkEditPanel/components/AssetsList/FloatyPreview.js +0 -55
  82. package/lib/components/BulkEditPanel/components/AssetsList/FloatyPreview.styled.js +0 -21
  83. package/lib/components/BulkEditPanel/components/AssetsList/TableBody.js +0 -64
  84. package/lib/components/BulkEditPanel/components/AssetsList/TableHeader.js +0 -67
  85. package/lib/components/BulkEditPanel/components/BulkEditFooter.js +0 -33
  86. package/lib/components/BulkEditPanel/components/ConfirmationModal/ConfirmationModal.js +0 -47
  87. package/lib/components/BulkEditPanel/components/ConfirmationModal/ConfirmationModal.styled.js +0 -25
  88. package/lib/components/BulkEditPanel/components/MainContent/MainContent.js +0 -110
  89. package/lib/components/BulkEditPanel/components/MainContent/MainContent.styled.js +0 -12
  90. package/lib/components/BulkEditPanel/components/MainContent/index.js +0 -2
  91. package/lib/components/BulkEditPanel/components/Sidebar/Sidebar.styled.js +0 -53
  92. package/lib/components/BulkEditPanel/components/Sidebar/Sidebar.utils.js +0 -28
  93. package/lib/components/BulkEditPanel/components/Sidebar/index.js +0 -158
  94. package/lib/components/BulkEditPanel/components/Tabs/Metadata/Metadata.js +0 -246
  95. package/lib/components/BulkEditPanel/components/Tabs/Metadata/Metadata.styled.js +0 -17
  96. package/lib/components/BulkEditPanel/components/Tabs/Tags/Tags.js +0 -222
  97. package/lib/components/BulkEditPanel/components/Tabs/Tags/Tags.mixin.js +0 -20
  98. package/lib/components/BulkEditPanel/components/Tabs/Tags/Tags.styled.js +0 -123
  99. package/lib/components/BulkEditPanel/components/Tabs/Tags/TagsContianer.js +0 -31
  100. package/lib/components/BulkEditPanel/components/Tabs/Tags/TagsPaper.js +0 -95
  101. package/lib/components/BulkEditPanel/components/Tabs/Text/Text.js +0 -167
  102. package/lib/components/BulkEditPanel/components/Tabs/Text/Text.styled.js +0 -15
  103. package/lib/components/BulkEditPanel/components/Tabs/tabs.constants.js +0 -113
  104. package/lib/components/BulkEditPanel/components/Tabs/tabs.js +0 -43
  105. package/lib/components/BulkEditPanel/components/Tabs/tabs.utils.js +0 -239
  106. package/lib/components/BulkEditPanel/index.js +0 -28
  107. package/lib/components/ContextMenu/BeforeUploadMenu/index.js +0 -51
  108. package/lib/components/ContextMenu/ContextMenu.constants.js +0 -64
  109. package/lib/components/ContextMenu/ContextMenu.hooks.js +0 -35
  110. package/lib/components/ContextMenu/ContextMenu.styled.js +0 -107
  111. package/lib/components/ContextMenu/ContextMenuContent.js +0 -202
  112. package/lib/components/ContextMenu/ContextMenuItem.js +0 -142
  113. package/lib/components/ContextMenu/FileMenu/CollaborateSection/index.js +0 -33
  114. package/lib/components/ContextMenu/FileMenu/DeleteSection/index.js +0 -25
  115. package/lib/components/ContextMenu/FileMenu/EditSection/index.js +0 -42
  116. package/lib/components/ContextMenu/FileMenu/FindSection/index.js +0 -29
  117. package/lib/components/ContextMenu/FileMenu/index.js +0 -15
  118. package/lib/components/ContextMenu/FolderMenu/CollaborateSection/index.js +0 -17
  119. package/lib/components/ContextMenu/FolderMenu/DeleteSection/index.js +0 -41
  120. package/lib/components/ContextMenu/FolderMenu/EditSection/index.js +0 -49
  121. package/lib/components/ContextMenu/FolderMenu/FindSection/index.js +0 -49
  122. package/lib/components/ContextMenu/FolderMenu/FolderMenu.utils.js +0 -31
  123. package/lib/components/ContextMenu/FolderMenu/index.js +0 -14
  124. package/lib/components/ContextMenu/MenuOptions/AddVariationOption.js +0 -59
  125. package/lib/components/ContextMenu/MenuOptions/BulkEditOption.js +0 -47
  126. package/lib/components/ContextMenu/MenuOptions/CdnLinkOption.js +0 -54
  127. package/lib/components/ContextMenu/MenuOptions/DeleteOption.js +0 -70
  128. package/lib/components/ContextMenu/MenuOptions/DownloadOption.js +0 -88
  129. package/lib/components/ContextMenu/MenuOptions/EditImageOption.js +0 -63
  130. package/lib/components/ContextMenu/MenuOptions/EditVideoOption.js +0 -87
  131. package/lib/components/ContextMenu/MenuOptions/LocateFileOption.js +0 -45
  132. package/lib/components/ContextMenu/MenuOptions/ManagaAccessOption.js +0 -67
  133. package/lib/components/ContextMenu/MenuOptions/ManageDetailsOption.js +0 -52
  134. package/lib/components/ContextMenu/MenuOptions/MoveOption.js +0 -54
  135. package/lib/components/ContextMenu/MenuOptions/PreviewOption.js +0 -35
  136. package/lib/components/ContextMenu/MenuOptions/RenameOption.js +0 -66
  137. package/lib/components/ContextMenu/MenuOptions/TransformationOption.js +0 -63
  138. package/lib/components/ContextMenu/MultipleMenu/CollaborateSection/index.js +0 -31
  139. package/lib/components/ContextMenu/MultipleMenu/DeleteSection/index.js +0 -6
  140. package/lib/components/ContextMenu/MultipleMenu/EditSection/index.js +0 -14
  141. package/lib/components/ContextMenu/MultipleMenu/FindSection/index.js +0 -14
  142. package/lib/components/ContextMenu/MultipleMenu/index.js +0 -14
  143. package/lib/components/ContextMenu/SharedMenus/DownloadFolderSubMenu.js +0 -36
  144. package/lib/components/ContextMenu/SharedMenus/DownloadSubMenu.js +0 -70
  145. package/lib/components/ContextMenu/index.js +0 -34
  146. package/lib/components/ContextMenu/utils/calculateMenuHeight.js +0 -20
  147. package/lib/components/ContextMenu/utils/calculateMenuPosition.js +0 -42
  148. package/lib/components/ContextMenu/utils/createSeparator.js +0 -14
  149. package/lib/components/ContextMenu/utils/editMedia.js +0 -17
  150. package/lib/components/ContextMenu/utils/getFileLocation.js +0 -8
  151. package/lib/components/ContextMenu/utils/getFilteredOptions.js +0 -20
  152. package/lib/components/ContextMenu/utils/getProperFolderSelections.js +0 -7
  153. package/lib/components/ContextMenu/utils/isEmptyFolderSelection.js +0 -5
  154. package/lib/components/ContextMenu/utils/isFileContextMenu.js +0 -5
  155. package/lib/components/ContextMenu/utils/isFirstFileVisibilityPublic.js +0 -9
  156. package/lib/components/ContextMenu/utils/isMenuItemVisible.js +0 -5
  157. package/lib/components/ContextMenu/utils/isMixedFiles.js +0 -9
  158. package/lib/components/ContextMenu/utils/isMultipleSelection.js +0 -6
  159. package/lib/components/ContextMenu/utils/isSeparatorHidden.js +0 -7
  160. package/lib/components/ContextMenu/utils/triggerDownload.js +0 -45
  161. package/lib/components/CropPanel/CropOptions.js +0 -155
  162. package/lib/components/CropPanel/CropPanel.constants.js +0 -44
  163. package/lib/components/CropPanel/CropPanel.styled.js +0 -107
  164. package/lib/components/CropPanel/CropPanel.utils.js +0 -48
  165. package/lib/components/CropPanel/CropPanelContent.js +0 -209
  166. package/lib/components/CropPanel/ImageOptions.js +0 -326
  167. package/lib/components/CropPanel/ImageResize.js +0 -207
  168. package/lib/components/CropPanel/Option.js +0 -113
  169. package/lib/components/CropPanel/index.js +0 -22
  170. package/lib/components/Details/Details.constants.js +0 -75
  171. package/lib/components/Details/Details.utils.js +0 -232
  172. package/lib/components/Details/DetailsSideBar.styled.js +0 -139
  173. package/lib/components/Details/EditActionButtons/EditActionButtons.styled.js +0 -27
  174. package/lib/components/Details/EditActionButtons/index.js +0 -38
  175. package/lib/components/Details/FileDetails.js +0 -31
  176. package/lib/components/Details/FileItem/CustomMetadataTab.js +0 -50
  177. package/lib/components/Details/FileItem/FileItem.styled.js +0 -47
  178. package/lib/components/Details/FileItem/GeneralTab.js +0 -113
  179. package/lib/components/Details/FileItem/SharedFileEditData.js +0 -97
  180. package/lib/components/Details/FileItem/index.js +0 -2
  181. package/lib/components/Details/FolderDetails.js +0 -138
  182. package/lib/components/Details/FolderItemList/FolderListItem.js +0 -77
  183. package/lib/components/Details/FolderItemList/index.js +0 -62
  184. package/lib/components/Details/MultiItemsDetails.js +0 -69
  185. package/lib/components/Details/MultipleItems.js +0 -71
  186. package/lib/components/Details/TabChips.js +0 -51
  187. package/lib/components/Details/TabPanels.js +0 -42
  188. package/lib/components/Details/Title.js +0 -52
  189. package/lib/components/Details/index.js +0 -53
  190. package/lib/components/DnD/Dnd.styled.js +0 -11
  191. package/lib/components/DnD/DragImage.js +0 -61
  192. package/lib/components/DnD/index.js +0 -219
  193. package/lib/components/Drawer/Drawer.styled.js +0 -45
  194. package/lib/components/Drawer/Drawer.utils.js +0 -163
  195. package/lib/components/Drawer/Resizer.js +0 -141
  196. package/lib/components/Drawer/ResizerCore.js +0 -213
  197. package/lib/components/Drawer/index.js +0 -68
  198. package/lib/components/EmptyViewPlaceholder/EmptyViewPlaceholder.styled.js +0 -39
  199. package/lib/components/EmptyViewPlaceholder/index.js +0 -58
  200. package/lib/components/ExploreView.js +0 -46
  201. package/lib/components/ExplorerUI.js +0 -17
  202. package/lib/components/ExplorerWrapper.js +0 -114
  203. package/lib/components/FacetedSearch/DrawerBody/index.js +0 -42
  204. package/lib/components/FacetedSearch/DrawerWrapper/index.js +0 -83
  205. package/lib/components/FacetedSearch/FacetedSearch.constants.js +0 -27
  206. package/lib/components/FacetedSearch/FacetedSearch.styled.js +0 -101
  207. package/lib/components/FacetedSearch/FacetedSearch.utils.js +0 -3
  208. package/lib/components/FacetedSearch/Field/Date.js +0 -69
  209. package/lib/components/FacetedSearch/Field/Placeholder.js +0 -20
  210. package/lib/components/FacetedSearch/Field/Select.js +0 -136
  211. package/lib/components/FacetedSearch/Field/Switch.js +0 -59
  212. package/lib/components/FacetedSearch/Field/index.js +0 -27
  213. package/lib/components/FacetedSearch/GroupWrapper/index.js +0 -129
  214. package/lib/components/FacetedSearch/StaticFields/Date.js +0 -152
  215. package/lib/components/FacetedSearch/index.js +0 -12
  216. package/lib/components/FileItem/FileInfo/FileInfo.styled.js +0 -126
  217. package/lib/components/FileItem/FileInfo/FileInfo.utils.js +0 -13
  218. package/lib/components/FileItem/FileInfo/FileMetadata.js +0 -37
  219. package/lib/components/FileItem/FileInfo/FileName.js +0 -197
  220. package/lib/components/FileItem/FileInfo/index.js +0 -194
  221. package/lib/components/FileItem/FileItem.mixin.js +0 -22
  222. package/lib/components/FileItem/FileItem.styled.js +0 -54
  223. package/lib/components/FileItem/FileUploadTopOptions.js +0 -87
  224. package/lib/components/FileItem/PreUploadFileThumbnail/FileThumbnail.js +0 -61
  225. package/lib/components/FileItem/PreUploadFileThumbnail/PreUploadFileThumbnail.styled.js +0 -8
  226. package/lib/components/FileItem/PreUploadFileThumbnail/index.js +0 -27
  227. package/lib/components/FileItem/index.js +0 -164
  228. package/lib/components/FileWindowPanel/Body/ActionButtons.js +0 -70
  229. package/lib/components/FileWindowPanel/Body/Body.constants.js +0 -5
  230. package/lib/components/FileWindowPanel/Body/Body.styled.js +0 -196
  231. package/lib/components/FileWindowPanel/Body/BodyFile.js +0 -165
  232. package/lib/components/FileWindowPanel/Body/Footer.js +0 -60
  233. package/lib/components/FileWindowPanel/Body/Preview.js +0 -232
  234. package/lib/components/FileWindowPanel/Body/PreviewPlaceholder.js +0 -20
  235. package/lib/components/FileWindowPanel/Body/VideoEmbed.js +0 -80
  236. package/lib/components/FileWindowPanel/Body/index.js +0 -108
  237. package/lib/components/FileWindowPanel/FileTabs/FileTabButtons.js +0 -98
  238. package/lib/components/FileWindowPanel/FileTabs/FileTabs.constants.js +0 -50
  239. package/lib/components/FileWindowPanel/FileTabs/FileTabs.styled.js +0 -99
  240. package/lib/components/FileWindowPanel/FileTabs/FileTabsList.js +0 -91
  241. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/EditableField.js +0 -78
  242. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/FieldLabel.js +0 -40
  243. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/FieldRow.js +0 -57
  244. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/FieldValue.js +0 -20
  245. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/FieldWithTooltip.js +0 -29
  246. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/GeneralSection.js +0 -183
  247. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/GeneralTab.constants.js +0 -2
  248. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/GeneralTab.styled.js +0 -112
  249. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/GeneralTabSkeleton.js +0 -70
  250. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/TableSeparator.js +0 -10
  251. package/lib/components/FileWindowPanel/FileTabs/GeneralTab/index.js +0 -100
  252. package/lib/components/FileWindowPanel/FileTabs/MetadataTab/CustomMetadataSection.js +0 -247
  253. package/lib/components/FileWindowPanel/FileTabs/MetadataTab/EmbeddedMetadataSection.js +0 -31
  254. package/lib/components/FileWindowPanel/FileTabs/MetadataTab/MetadataTab.constants.js +0 -2
  255. package/lib/components/FileWindowPanel/FileTabs/MetadataTab/MetadataTab.styled.js +0 -134
  256. package/lib/components/FileWindowPanel/FileTabs/MetadataTab/MetadataTabSkeleton.js +0 -70
  257. package/lib/components/FileWindowPanel/FileTabs/MetadataTab/index.js +0 -181
  258. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/VariationItem.js +0 -78
  259. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/Variations.constants.js +0 -26
  260. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/Variations.styled.js +0 -177
  261. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/Variations.thunks.js +0 -99
  262. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/Variations.utils.js +0 -23
  263. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/VariationsContent.js +0 -92
  264. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/VariationsEditModalContent.js +0 -57
  265. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/VariationsSearch.js +0 -44
  266. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/VariationsSkeleton.js +0 -35
  267. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/VariationsTabNavigator.js +0 -38
  268. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/VariationsTabs.js +0 -40
  269. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/VariationsTopOptions.js +0 -204
  270. package/lib/components/FileWindowPanel/FileTabs/VariationsTab/index.js +0 -603
  271. package/lib/components/FileWindowPanel/FileTabs/index.js +0 -83
  272. package/lib/components/FileWindowPanel/FileWindow.js +0 -221
  273. package/lib/components/FileWindowPanel/FileWindow.styled.js +0 -19
  274. package/lib/components/FileWindowPanel/FileWindow.utils.js +0 -38
  275. package/lib/components/FileWindowPanel/Header/AfterUploadActionBtns.js +0 -69
  276. package/lib/components/FileWindowPanel/Header/BeforeUploadActionBtns.js +0 -100
  277. package/lib/components/FileWindowPanel/Header/FileWindowHeader.styled.js +0 -56
  278. package/lib/components/FileWindowPanel/Header/MutualActionBtns.js +0 -92
  279. package/lib/components/FileWindowPanel/Header/index.js +0 -109
  280. package/lib/components/FileWindowPanel/index.js +0 -60
  281. package/lib/components/Filters/Filters.constants.js +0 -358
  282. package/lib/components/Filters/Filters.styled.js +0 -235
  283. package/lib/components/Filters/Filters.utils.js +0 -536
  284. package/lib/components/Filters/FiltersContext.js +0 -59
  285. package/lib/components/Filters/FiltersSkeleton.js +0 -14
  286. package/lib/components/Filters/Groups/Date/index.js +0 -201
  287. package/lib/components/Filters/Groups/Folders/FoldersSkeleton.js +0 -43
  288. package/lib/components/Filters/Groups/Folders/index.js +0 -109
  289. package/lib/components/Filters/Groups/Image/Colors.js +0 -73
  290. package/lib/components/Filters/Groups/Image/Faces.js +0 -64
  291. package/lib/components/Filters/Groups/Image/Orientations.js +0 -64
  292. package/lib/components/Filters/Groups/Image/Resolutions.js +0 -65
  293. package/lib/components/Filters/Groups/Image/Tooltip.js +0 -14
  294. package/lib/components/Filters/Groups/Image/index.js +0 -104
  295. package/lib/components/Filters/Groups/LicenseExpiry/LicenseExpiry.styled.js +0 -17
  296. package/lib/components/Filters/Groups/LicenseExpiry/index.js +0 -97
  297. package/lib/components/Filters/Groups/Metadata/Advanced/ConditionSelector.js +0 -40
  298. package/lib/components/Filters/Groups/Metadata/Advanced/ExtraRow/ConditionSelector.js +0 -35
  299. package/lib/components/Filters/Groups/Metadata/Advanced/ExtraRow/ValueSelector.js +0 -33
  300. package/lib/components/Filters/Groups/Metadata/Advanced/ExtraRow/index.js +0 -18
  301. package/lib/components/Filters/Groups/Metadata/Advanced/Field/AutoComplete.js +0 -56
  302. package/lib/components/Filters/Groups/Metadata/Advanced/Field/Boolean.js +0 -35
  303. package/lib/components/Filters/Groups/Metadata/Advanced/Field/Date.js +0 -36
  304. package/lib/components/Filters/Groups/Metadata/Advanced/Field/GeoPointField.js +0 -30
  305. package/lib/components/Filters/Groups/Metadata/Advanced/Field/Numeric.js +0 -32
  306. package/lib/components/Filters/Groups/Metadata/Advanced/Field/Select.js +0 -55
  307. package/lib/components/Filters/Groups/Metadata/Advanced/Field/Tags.js +0 -21
  308. package/lib/components/Filters/Groups/Metadata/Advanced/Field/Text.js +0 -39
  309. package/lib/components/Filters/Groups/Metadata/Advanced/Field/index.js +0 -52
  310. package/lib/components/Filters/Groups/Metadata/Advanced/KeySelector.js +0 -34
  311. package/lib/components/Filters/Groups/Metadata/Advanced/Row.js +0 -53
  312. package/lib/components/Filters/Groups/Metadata/Advanced/index.js +0 -48
  313. package/lib/components/Filters/Groups/Metadata/Basic/Field/Date.js +0 -45
  314. package/lib/components/Filters/Groups/Metadata/Basic/Field/Field.utils.js +0 -58
  315. package/lib/components/Filters/Groups/Metadata/Basic/Field/Numeric.js +0 -51
  316. package/lib/components/Filters/Groups/Metadata/Basic/Field/OptionsPopup.js +0 -87
  317. package/lib/components/Filters/Groups/Metadata/Basic/Field/Select.js +0 -168
  318. package/lib/components/Filters/Groups/Metadata/Basic/Field/Switch.js +0 -41
  319. package/lib/components/Filters/Groups/Metadata/Basic/Field/Tags.js +0 -38
  320. package/lib/components/Filters/Groups/Metadata/Basic/Field/Text.js +0 -57
  321. package/lib/components/Filters/Groups/Metadata/Basic/Field/Uri.js +0 -54
  322. package/lib/components/Filters/Groups/Metadata/Basic/Field/index.js +0 -46
  323. package/lib/components/Filters/Groups/Metadata/Basic/GroupWrapper.js +0 -79
  324. package/lib/components/Filters/Groups/Metadata/Basic/index.js +0 -80
  325. package/lib/components/Filters/Groups/Metadata/Metadata.constants.js +0 -42
  326. package/lib/components/Filters/Groups/Metadata/Metadata.styled.js +0 -150
  327. package/lib/components/Filters/Groups/Metadata/Metadata.utils.js +0 -160
  328. package/lib/components/Filters/Groups/Metadata/MetadataFiltersContext.js +0 -329
  329. package/lib/components/Filters/Groups/Metadata/Placeholder.js +0 -25
  330. package/lib/components/Filters/Groups/Metadata/common/TagsField/TagsMenu.js +0 -81
  331. package/lib/components/Filters/Groups/Metadata/common/TagsField/TagsSearchPlaceholder.js +0 -18
  332. package/lib/components/Filters/Groups/Metadata/common/TagsField/index.js +0 -142
  333. package/lib/components/Filters/Groups/Metadata/index.js +0 -111
  334. package/lib/components/Filters/Groups/Size/index.js +0 -125
  335. package/lib/components/Filters/Groups/Tags/FilteredTags.js +0 -62
  336. package/lib/components/Filters/Groups/Tags/SelectedTags.js +0 -51
  337. package/lib/components/Filters/Groups/Tags/SuggestedTags.js +0 -43
  338. package/lib/components/Filters/Groups/Tags/index.js +0 -146
  339. package/lib/components/Filters/Groups/TypeAndFormat/Format.js +0 -65
  340. package/lib/components/Filters/Groups/TypeAndFormat/Type.js +0 -85
  341. package/lib/components/Filters/Groups/TypeAndFormat/index.js +0 -114
  342. package/lib/components/Filters/Groups/common/DateRangeField/DateRangeField.styled.js +0 -10
  343. package/lib/components/Filters/Groups/common/DateRangeField/index.js +0 -72
  344. package/lib/components/Filters/Groups/common/FilterFooter.js +0 -67
  345. package/lib/components/Filters/Groups/common/FilterOptions.js +0 -29
  346. package/lib/components/Filters/Groups/common/FilterSearch.js +0 -22
  347. package/lib/components/Filters/Groups/common/FilterSearch.styled.js +0 -15
  348. package/lib/components/Filters/Groups/common/FilterSkeleton.js +0 -44
  349. package/lib/components/Filters/Groups/common/TimeFrames.js +0 -35
  350. package/lib/components/Filters/Groups/index.js +0 -55
  351. package/lib/components/Filters/Placeholder.js +0 -29
  352. package/lib/components/Filters/hooks/useDateTypeFilterValues.js +0 -182
  353. package/lib/components/Filters/hooks/useFilters.js +0 -78
  354. package/lib/components/Filters/index.js +0 -78
  355. package/lib/components/FoldersView/FoldersTree/FoldersTree.styled.js +0 -193
  356. package/lib/components/FoldersView/FoldersTree/FoldersTree.utils.js +0 -78
  357. package/lib/components/FoldersView/FoldersTree/FoldersTreeHeader.js +0 -52
  358. package/lib/components/FoldersView/FoldersTree/FoldersTreeList.js +0 -64
  359. package/lib/components/FoldersView/FoldersTree/FoldersTreeListItem.js +0 -270
  360. package/lib/components/FoldersView/FoldersTree/FoldersTreeSearch.js +0 -70
  361. package/lib/components/FoldersView/FoldersTree/FoldersTreeSkeleton.js +0 -23
  362. package/lib/components/FoldersView/FoldersTree/NoFoldersResult.js +0 -19
  363. package/lib/components/FoldersView/FoldersTree/SearchedFoldersItem.js +0 -113
  364. package/lib/components/FoldersView/FoldersTree/index.js +0 -163
  365. package/lib/components/FoldersView/hooks/useAddFolder.js +0 -60
  366. package/lib/components/FoldersView/index.js +0 -256
  367. package/lib/components/GalleryRoleSelect/CustomRolesTab.js +0 -47
  368. package/lib/components/GalleryRoleSelect/CustomRolesTab.styled.js +0 -10
  369. package/lib/components/GalleryRoleSelect/GalleryRoleSelect.constants.js +0 -11
  370. package/lib/components/GalleryRoleSelect/GalleryRoleSelect.styled.js +0 -132
  371. package/lib/components/GalleryRoleSelect/GalleryRoleSelect.utils.js +0 -87
  372. package/lib/components/GalleryRoleSelect/StandardRolesTab.js +0 -58
  373. package/lib/components/GalleryRoleSelect/index.js +0 -234
  374. package/lib/components/HeaderBar/FacetedSearchToggleButton.js +0 -28
  375. package/lib/components/HeaderBar/HeaderBar.styled.js +0 -25
  376. package/lib/components/HeaderBar/RightSide.js +0 -127
  377. package/lib/components/HeaderBar/index.js +0 -77
  378. package/lib/components/ImageEditorPanel/index.js +0 -33
  379. package/lib/components/InfiniteScroll/InfiniteScroll.js +0 -97
  380. package/lib/components/InfiniteScroll/InfiniteScroll.styled.js +0 -11
  381. package/lib/components/Informer/index.js +0 -9
  382. package/lib/components/LoginScreen/LoginScreen.styled.js +0 -39
  383. package/lib/components/LoginScreen/index.js +0 -133
  384. package/lib/components/MainMenu/MainMenu.styled.js +0 -12
  385. package/lib/components/MainMenu/index.js +0 -77
  386. package/lib/components/Modals/ConfirmationModal/ConfirmationModal.hooks.js +0 -101
  387. package/lib/components/Modals/ConfirmationModal/index.js +0 -1
  388. package/lib/components/Modals/DeleteItems/DeleteItems.hooks.js +0 -233
  389. package/lib/components/Modals/DeleteItems/index.js +0 -1
  390. package/lib/components/Modals/DeleteModal/DeleteModal.hooks.js +0 -87
  391. package/lib/components/Modals/DeleteModal/index.js +0 -1
  392. package/lib/components/Modals/DownloadConsent/DownlaodConsent.styled.js +0 -8
  393. package/lib/components/Modals/DownloadConsent/DownloadConsent.hooks.js +0 -90
  394. package/lib/components/Modals/DownloadConsent/DownloadConsentContent.js +0 -52
  395. package/lib/components/Modals/DownloadConsent/index.js +0 -2
  396. package/lib/components/Modals/Modals.js +0 -386
  397. package/lib/components/Modals/Modals.styled.js +0 -80
  398. package/lib/components/Modals/MoveItems/MoveItems.hooks.js +0 -88
  399. package/lib/components/Modals/MoveItems/index.js +0 -1
  400. package/lib/components/Modals/TransformedDownload/PdfModalContent.js +0 -109
  401. package/lib/components/Modals/TransformedDownload/TransformedDownload.hooks.js +0 -188
  402. package/lib/components/Modals/TransformedDownload/TransformedDownload.styled.js +0 -29
  403. package/lib/components/Modals/TransformedDownload/TransformedDownload.utils.js +0 -46
  404. package/lib/components/Modals/TransformedDownload/index.js +0 -2
  405. package/lib/components/Modals/index.js +0 -7
  406. package/lib/components/NoItems/NoItems.styled.js +0 -54
  407. package/lib/components/NoItems/index.js +0 -50
  408. package/lib/components/PdftronPanel/index.js +0 -31
  409. package/lib/components/PickerPanel/PickerPanel.styled.js +0 -41
  410. package/lib/components/PickerPanel/PickerPanelContent.js +0 -100
  411. package/lib/components/PickerPanel/index.js +0 -21
  412. package/lib/components/ProgressPanel/ProgressPanel.utils.js +0 -29
  413. package/lib/components/ProgressPanel/index.js +0 -37
  414. package/lib/components/TopBar/AppliedFilterChips/AppliedFilterChips.styled.js +0 -11
  415. package/lib/components/TopBar/AppliedFilterChips/index.js +0 -77
  416. package/lib/components/TopBar/Search/ContextDropdown/ContextDropdown.styled.js +0 -59
  417. package/lib/components/TopBar/Search/ContextDropdown/ContextDropdown.utils.js +0 -67
  418. package/lib/components/TopBar/Search/ContextDropdown/index.js +0 -170
  419. package/lib/components/TopBar/Search/PrependedOptions/TempFilterRegexInput.js +0 -133
  420. package/lib/components/TopBar/Search/Search.utils.js +0 -88
  421. package/lib/components/TopBar/Search/SimilarSearchTag.js +0 -60
  422. package/lib/components/TopBar/Search/index.js +0 -251
  423. package/lib/components/TopBar/TopBar.styled.js +0 -37
  424. package/lib/components/TopBar/index.js +0 -61
  425. package/lib/components/TopSection/TopSection.styled.js +0 -22
  426. package/lib/components/TopSection/index.js +0 -58
  427. package/lib/components/UploadBar/UploadBar.styled.js +0 -84
  428. package/lib/components/UploadBar/index.js +0 -222
  429. package/lib/components/UploadStatus/index.js +0 -20
  430. package/lib/components/UploadsPanel/UploadsList/Header.js +0 -19
  431. package/lib/components/UploadsPanel/UploadsList/List.js +0 -29
  432. package/lib/components/UploadsPanel/UploadsList/PreUploadPlugins.js +0 -22
  433. package/lib/components/UploadsPanel/UploadsList/UploadsList.styled.js +0 -64
  434. package/lib/components/UploadsPanel/UploadsList/UploadsList.utils.js +0 -17
  435. package/lib/components/UploadsPanel/UploadsList/UploadsVirtualGrid.js +0 -29
  436. package/lib/components/UploadsPanel/UploadsList/index.js +0 -55
  437. package/lib/components/UploadsPanel/UploadsPanel.styled.js +0 -24
  438. package/lib/components/UploadsPanel/UploadsPanelTopBar.js +0 -16
  439. package/lib/components/UploadsPanel/index.js +0 -36
  440. package/lib/components/UrlBuilderModal/UrlBuilderModal.styled.js +0 -9
  441. package/lib/components/UrlBuilderModal/index.js +0 -97
  442. package/lib/components/Views/ErroredViewPlaceholder.js +0 -48
  443. package/lib/components/Views/Views.constants.js +0 -29
  444. package/lib/components/Views/Views.styled.js +0 -87
  445. package/lib/components/Views/index.js +0 -100
  446. package/lib/components/common/DeleteModalItemText/DeleteModalItemText.styled.js +0 -8
  447. package/lib/components/common/DeleteModalItemText/index.js +0 -24
  448. package/lib/components/common/EditDetailsButton/EditDetailsButton.styled.js +0 -35
  449. package/lib/components/common/EditDetailsButton/index.js +0 -28
  450. package/lib/components/common/ExpiryDateTooltipContent/ExpiryDateTooltipContent.styled.js +0 -16
  451. package/lib/components/common/ExpiryDateTooltipContent/index.js +0 -29
  452. package/lib/components/common/FileApprovalsInfoPopup/index.js +0 -46
  453. package/lib/components/common/FileMetadataFieldValue/CustomMetadataFieldValue.js +0 -48
  454. package/lib/components/common/FileMetadataFieldValue/FileMetadataFieldValue.styled.js +0 -66
  455. package/lib/components/common/FileMetadataFieldValue/FileMetadataFieldValue.utils.js +0 -315
  456. package/lib/components/common/FileMetadataFieldValue/GeneralMetadataFieldValue.js +0 -120
  457. package/lib/components/common/FileMetadataFieldValue/index.js +0 -26
  458. package/lib/components/common/FileMetadataFieldValue/utils/getFontInfo.js +0 -78
  459. package/lib/components/common/FolderSelector/BrowseFoldersMenu.js +0 -114
  460. package/lib/components/common/FolderSelector/FolderSearchMenu.js +0 -45
  461. package/lib/components/common/FolderSelector/FolderSelector.styled.js +0 -41
  462. package/lib/components/common/FolderSelector/index.js +0 -186
  463. package/lib/components/common/FormattedUriLink/FormattedUriLink.styled.js +0 -15
  464. package/lib/components/common/FormattedUriLink/index.js +0 -21
  465. package/lib/components/common/OriginalBadge/OriginalBadge.styled.js +0 -17
  466. package/lib/components/common/OriginalBadge/index.js +0 -14
  467. package/lib/components/common/SanitizedHtmlElement/index.js +0 -11
  468. package/lib/components/common/Sort/Sort.constants.js +0 -61
  469. package/lib/components/common/Sort/Sort.styled.js +0 -47
  470. package/lib/components/common/Sort/Sort.utils.js +0 -14
  471. package/lib/components/common/Sort/index.js +0 -183
  472. package/lib/components/common/TextWithCopyIcon/TextWithCopyIcon.styled.js +0 -44
  473. package/lib/components/common/TextWithCopyIcon/index.js +0 -71
  474. package/lib/components/common/TopBarUploadButton/index.js +0 -40
  475. package/lib/components/common/TrimmedFilePathWithLocate/TrimmedFilePathWithLocate.utils.js +0 -3
  476. package/lib/components/common/TrimmedFilePathWithLocate/index.js +0 -34
  477. package/lib/components/common/TrimmedFolderPathWithLocate/index.js +0 -13
  478. package/lib/components/common/TrimmedPathWithLocate/TrimmedPathWithLocate.styled.js +0 -30
  479. package/lib/components/common/TrimmedPathWithLocate/index.js +0 -40
  480. package/lib/components/metadata.adapter.js +0 -365
  481. package/lib/defaultLocale.js +0 -1360
  482. package/lib/hooks/index.js +0 -16
  483. package/lib/hooks/useAssetsPicker.js +0 -274
  484. package/lib/hooks/useDownloadFilesCsv.js +0 -20
  485. package/lib/hooks/useEditFileDetails.js +0 -505
  486. package/lib/hooks/useExplorer.js +0 -6
  487. package/lib/hooks/useExplorerI18n.js +0 -10
  488. package/lib/hooks/useExplorerInformer.js +0 -10
  489. package/lib/hooks/useFetchFileFolderPermissions.js +0 -31
  490. package/lib/hooks/useFetchMetadataTagsBySearchQuery.js +0 -38
  491. package/lib/hooks/useFileMetadata.js +0 -117
  492. package/lib/hooks/useFilterSearch.js +0 -37
  493. package/lib/hooks/useForcedFilters.js +0 -39
  494. package/lib/hooks/useIsOverflow.js +0 -25
  495. package/lib/hooks/useIsSmallScreen.js +0 -20
  496. package/lib/hooks/useLocateFile.js +0 -231
  497. package/lib/hooks/usePrevious.js +0 -9
  498. package/lib/hooks/useSearchSuggestions.js +0 -168
  499. package/lib/hooks/useStartUpload.js +0 -43
  500. package/lib/hooks/useToLocaleNumber.js +0 -14
  501. package/lib/hooks/useValidateFileName.js +0 -324
  502. package/lib/index.js +0 -1586
  503. package/lib/slices/common.slice.js +0 -254
  504. package/lib/slices/drag.slice.js +0 -75
  505. package/lib/slices/files.slice.js +0 -1307
  506. package/lib/slices/filters.slice.js +0 -382
  507. package/lib/slices/folders.slice.js +0 -964
  508. package/lib/slices/foldersTree.slice.js +0 -501
  509. package/lib/slices/index.js +0 -32
  510. package/lib/slices/metadata.slice.js +0 -494
  511. package/lib/slices/panels.slice.js +0 -351
  512. package/lib/slices/search.slice.js +0 -995
  513. package/lib/slices/selections.slice.js +0 -315
  514. package/lib/slices/targets.slice.js +0 -44
  515. package/lib/slices/topSection.slice.js +0 -71
  516. package/lib/slices/views.slice.js +0 -345
  517. package/lib/thunks/archive.thunks.js +0 -175
  518. package/lib/thunks/downloads.thunks.js +0 -415
  519. package/lib/thunks/items.thunks.js +0 -274
  520. package/lib/thunks/permissions.thunks.js +0 -66
  521. package/lib/thunks/uploads.thunks.js +0 -235
  522. package/lib/utils/SearchSuggestions/SearchSuggestionsMenu.js +0 -95
  523. package/lib/utils/SearchSuggestions/SuggestionMode.js +0 -70
  524. package/lib/utils/SearchSuggestions/SuggestionModeAttribute.js +0 -87
  525. package/lib/utils/SearchSuggestions/SuggestionModeExpression.js +0 -121
  526. package/lib/utils/SearchSuggestions/SuggestionModeTag.js +0 -87
  527. package/lib/utils/SearchSuggestions/SuggestionsManager.js +0 -242
  528. package/lib/utils/SearchSuggestions/constants.js +0 -14
  529. package/lib/utils/SearchSuggestions/index.js +0 -4
  530. package/lib/utils/SearchSuggestions/styled.js +0 -12
  531. package/lib/utils/availableScreenSizes.js +0 -4
  532. package/lib/utils/constants.js +0 -14
  533. package/lib/utils/convertItemsToFilesFoldersUuids.js +0 -12
  534. package/lib/utils/convertItemstoFoldersParentUuids.js +0 -12
  535. package/lib/utils/createPromise.js +0 -9
  536. package/lib/utils/createSuperFocus.js +0 -43
  537. package/lib/utils/decodeB64ToStr.js +0 -11
  538. package/lib/utils/filters.js +0 -333
  539. package/lib/utils/formatFolderPath.js +0 -10
  540. package/lib/utils/formatPinSubTitle.js +0 -17
  541. package/lib/utils/getAcquirerTitle.js +0 -10
  542. package/lib/utils/getActiveOverlayEl.js +0 -11
  543. package/lib/utils/getApiPathtype.js +0 -10
  544. package/lib/utils/getClosestStr.js +0 -22
  545. package/lib/utils/getItemUuids.js +0 -12
  546. package/lib/utils/getLabelsTotalAssetsCount.js +0 -6
  547. package/lib/utils/getMoveAndDeleteData.js +0 -15
  548. package/lib/utils/getParentFolderPath.js +0 -4
  549. package/lib/utils/getQueryStringFromUrl.js +0 -6
  550. package/lib/utils/getScrollableParent.js +0 -15
  551. package/lib/utils/getStringValueExistedInObj.js +0 -9
  552. package/lib/utils/isEmbeddableAsset.js +0 -6
  553. package/lib/utils/isFileVersion.js +0 -9
  554. package/lib/utils/mapArrayKeysToObjValues.js +0 -33
  555. package/lib/utils/mapFiltersToShownFormat.js +0 -252
  556. package/lib/utils/prepareExportedFilesLinks.js +0 -12
  557. package/lib/utils/prepareSearchUrl.js +0 -65
  558. package/lib/utils/removeBackground.js +0 -60
  559. package/lib/utils/removeExtraUrlParams.js +0 -13
  560. package/lib/utils/scrollToAndFocusItemElement.js +0 -16
  561. package/lib/utils/toggleFolderNotFoundModal.js +0 -25
  562. package/lib/utils/trapFocus.js +0 -59
  563. package/lib/utils/truncateString.js +0 -28
@@ -1,365 +0,0 @@
1
- var _excluded = ["regional_variants", "possible_values", "permissions"];
2
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
3
- function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
4
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
- function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
7
- function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
8
- function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
9
- function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
10
- function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
11
- function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
12
- function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
13
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
14
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
15
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
16
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
17
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
18
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
19
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
20
- import cuid from 'cuid';
21
-
22
- /**
23
- * Connected with ticket -- http://sk.fl3x.cc/?i=8KJIbM0d51zOLt
24
- * We need to adapt metadata to new format which support Regional variants groups
25
- */
26
-
27
- var generateFieldPossibleValue = function generateFieldPossibleValue(posValue) {
28
- return {
29
- internal_unique_value: (posValue === null || posValue === void 0 ? void 0 : posValue.internal_unique_value) || "@itm_v1_".concat(cuid().slice(0, 10).replaceAll('-', '_'), "@"),
30
- api_value: (posValue === null || posValue === void 0 ? void 0 : posValue.api_value) || (posValue === null || posValue === void 0 ? void 0 : posValue.label) || (posValue === null || posValue === void 0 ? void 0 : posValue.key) || '',
31
- // "key" and "title" are old format props, added just for support
32
- label: (posValue === null || posValue === void 0 ? void 0 : posValue.label) || (posValue === null || posValue === void 0 ? void 0 : posValue.title) || ''
33
- };
34
- };
35
- var generateFieldPermission = function generateFieldPermission(permission) {
36
- return {
37
- permission_uuid: (permission === null || permission === void 0 ? void 0 : permission.uuid) || cuid(),
38
- scope: (permission === null || permission === void 0 ? void 0 : permission.scope) || PERMISSION_SCOPE.COMPANY,
39
- uuids: ((permission === null || permission === void 0 ? void 0 : permission.uuids) || []).filter(function (uuidItem) {
40
- return uuidItem && uuidItem !== ' ';
41
- }),
42
- can_view: (permission === null || permission === void 0 ? void 0 : permission.can_view) || null,
43
- can_edit: (permission === null || permission === void 0 ? void 0 : permission.can_edit) || null // Edit + View
44
- };
45
- };
46
- var generateField = function generateField(field) {
47
- return _objectSpread({
48
- uuid: cuid(),
49
- // ckey: '',
50
- key: '',
51
- type: 'text',
52
- title: '',
53
- hint: '',
54
- icon: '',
55
- // inject: 'something inside fields',
56
- can_edit: true,
57
- required: false,
58
- permissions: [],
59
- placeholder: '',
60
- possible_values: [],
61
- permission_delivery: 'MD_HIDE',
62
- regional_variants_group_uuid: null
63
- }, field);
64
- };
65
- var PERMISSION_SCOPE = {
66
- COMPANY: 'company',
67
- TEAM: 'team',
68
- USER: 'user'
69
- };
70
- var REGIONAL_VARIANT_TYPE = {
71
- LANGUAGES: 'FTYPE_LANGUAGES',
72
- CUSTOM: 'FTYPE_CUSTOM',
73
- CURRENCIES: 'FTYPE_CURRENCIES'
74
- };
75
- var ROOT_FIELDS_GROUP = {
76
- uuid: cuid(),
77
- name: 'Root fields',
78
- isRoot: true,
79
- // Not editable/deletable. Fields has some restrictions.
80
- fields: [generateField({
81
- key: 'title',
82
- title: 'Title',
83
- regional_variants_group_uuid: null
84
- }), generateField({
85
- key: 'description',
86
- title: 'Description',
87
- regional_variants_group_uuid: null
88
- })]
89
- };
90
- var adaptMetadata = function adaptMetadata(metadata) {
91
- var _metadata$store;
92
- if (!metadata) {
93
- return metadata;
94
- }
95
-
96
- // New format, adaption is not necessary
97
- if (metadata !== null && metadata !== void 0 && (_metadata$store = metadata.store) !== null && _metadata$store !== void 0 && _metadata$store.regional_variants_groups) {
98
- var _metadata$store2, _metadata$store3;
99
- return Array.isArray(metadata === null || metadata === void 0 ? void 0 : (_metadata$store2 = metadata.store) === null || _metadata$store2 === void 0 ? void 0 : _metadata$store2.regional_variants_groups) ? metadata : _objectSpread(_objectSpread({}, metadata), {}, {
100
- store: _objectSpread(_objectSpread({
101
- force_filling_metadata_on_upload: false
102
- }, (metadata === null || metadata === void 0 ? void 0 : metadata.store) || {}), {}, {
103
- regional_variants_groups: regionalGroupsToArray(metadata === null || metadata === void 0 ? void 0 : (_metadata$store3 = metadata.store) === null || _metadata$store3 === void 0 ? void 0 : _metadata$store3.regional_variants_groups)
104
- })
105
- });
106
- }
107
- var adaptedMetadata = _objectSpread(_objectSpread({}, metadata), {}, {
108
- model: [],
109
- store: _objectSpread(_objectSpread({
110
- force_filling_metadata_on_upload: false
111
- }, (metadata === null || metadata === void 0 ? void 0 : metadata.store) || {}), {}, {
112
- regional_variants_groups: []
113
- })
114
- });
115
- var oldMetaModel = metadata === null || metadata === void 0 ? void 0 : metadata.model;
116
-
117
- /**
118
- * Generate regionalVariantsGroups and update model fields regional_variants params, to use group uuid instead of string[]
119
- */
120
-
121
- // Regional variants group hash buffer
122
- var rvGroupHashBuffer = {};
123
- adaptedMetadata.model = (oldMetaModel || []).map(function (item) {
124
- return _objectSpread(_objectSpread({}, item), {}, {
125
- groups: ((item === null || item === void 0 ? void 0 : item.groups) || []).map(function (group) {
126
- return _objectSpread(_objectSpread({}, group), {}, {
127
- uuid: (group === null || group === void 0 ? void 0 : group.uuid) || cuid(),
128
- // Add uuid when it's not exist
129
- fields: ((group === null || group === void 0 ? void 0 : group.fields) || []).map(function (field) {
130
- var fieldRegionalVariants = field.regional_variants,
131
- possibleValues = field.possible_values,
132
- permissions = field.permissions,
133
- fieldRest = _objectWithoutProperties(field, _excluded);
134
- /**
135
- * For select types we can't use regional variants. (Disscussed with Julian)
136
- * Bad file metadata:
137
- * which_colors: { default: [@item1, @item2] }
138
- * Good file metadata:
139
- * which_colors: [@item1, @item2]
140
- */
141
- var needRemoveRegionalVariants = ['select-one', 'multi-select'].indexOf(fieldRest === null || fieldRest === void 0 ? void 0 : fieldRest.type) > -1;
142
- var adaptedField = _objectSpread(_objectSpread({}, fieldRest), {}, {
143
- possible_values: (possibleValues || []).map(function (val) {
144
- return generateFieldPossibleValue(val);
145
- }),
146
- permissions: (Array.isArray(permissions) ? permissions : []).map(function (val) {
147
- return generateFieldPermission(val);
148
- }),
149
- uuid: (field === null || field === void 0 ? void 0 : field.uuid) || cuid() // Add uuid when it's not exist
150
- });
151
- if (!needRemoveRegionalVariants && fieldRegionalVariants !== null && fieldRegionalVariants !== void 0 && fieldRegionalVariants.length) {
152
- var rvGroupPropName = (fieldRegionalVariants || []).sort().join('_');
153
- if (!rvGroupHashBuffer[rvGroupPropName]) {
154
- // Add group
155
- rvGroupHashBuffer[rvGroupPropName] = generateNewRegionalVariantGroup(rvGroupHashBuffer, fieldRegionalVariants);
156
- }
157
- adaptedField.permissions = (adaptedField.permissions || []).map(function (permission) {
158
- return _objectSpread(_objectSpread({}, permission), {}, {
159
- can_edit: (permission.can_edit || []).map(function (label) {
160
- var _rvGroupHashBuffer$rv;
161
- var variant = (_rvGroupHashBuffer$rv = rvGroupHashBuffer[rvGroupPropName].variants) === null || _rvGroupHashBuffer$rv === void 0 ? void 0 : _rvGroupHashBuffer$rv.find(function (v) {
162
- return (v === null || v === void 0 ? void 0 : v.label) === label;
163
- });
164
- return (variant === null || variant === void 0 ? void 0 : variant.internal_unique_value) || label; // TODO Vitaly: figure out what use here: internal_unique_value or api_value
165
- }),
166
- can_view: (permission.can_view || []).map(function (label) {
167
- var _rvGroupHashBuffer$rv2;
168
- var variant = (_rvGroupHashBuffer$rv2 = rvGroupHashBuffer[rvGroupPropName].variants) === null || _rvGroupHashBuffer$rv2 === void 0 ? void 0 : _rvGroupHashBuffer$rv2.find(function (v) {
169
- return (v === null || v === void 0 ? void 0 : v.label) === label;
170
- });
171
- return (variant === null || variant === void 0 ? void 0 : variant.internal_unique_value) || label; // TODO Vitaly: figure out what use here: internal_unique_value or api_value
172
- })
173
- });
174
- });
175
- adaptedField.regional_variants_group_uuid = rvGroupHashBuffer[rvGroupPropName].uuid;
176
- }
177
- return adaptedField;
178
- })
179
- });
180
- })
181
- });
182
- });
183
- var rvGroupsArray = Object.values(rvGroupHashBuffer);
184
-
185
- // It's required to have root (permanent) LANGUAGES rv group! We need to use it in "Root fields".
186
-
187
- // No root language group
188
- if (!rvGroupsArray.some(function (_ref) {
189
- var isRoot = _ref.isRoot,
190
- type = _ref.type;
191
- return isRoot === true && type === REGIONAL_VARIANT_TYPE.LANGUAGES;
192
- })) {
193
- var firstLanguageRvGroupIndex = rvGroupsArray === null || rvGroupsArray === void 0 ? void 0 : rvGroupsArray.find(function (_ref2) {
194
- var type = _ref2.type;
195
- return type === REGIONAL_VARIANT_TYPE.LANGUAGES;
196
- });
197
- if (firstLanguageRvGroupIndex > -1) {
198
- // group with languages type exists, mark it as "root"
199
- rvGroupsArray[rvGroupsArray] = _objectSpread(_objectSpread({}, rvGroupsArray[rvGroupsArray]), {}, {
200
- isRoot: true
201
- });
202
- } else {
203
- // Add languages root rv group because it's not exist
204
- rvGroupsArray.unshift(generateNewRegionalVariantGroup(rvGroupHashBuffer, ['en'], true));
205
- }
206
- }
207
- adaptedMetadata.store.regional_variants_groups = rvGroupsArray;
208
-
209
- /**
210
- * Add default "Root fields" group.
211
- * We wait what regional_variants_groups list is generated, to find language regional group
212
- */
213
- adaptedMetadata.model = adaptedMetadata.model.map(function (item) {
214
- var _ref3;
215
- if (item.applies_to !== 'FILES') {
216
- // For now need to add Root fields group only for files
217
- return item;
218
- }
219
- if ((_ref3 = item.groups || []) !== null && _ref3 !== void 0 && _ref3.find(function (group) {
220
- return group.isRoot;
221
- })) {
222
- // Do nothing if we already have Root fields group
223
- return item;
224
- }
225
- return _objectSpread(_objectSpread({}, item), {}, {
226
- groups: [_objectSpread(_objectSpread({}, ROOT_FIELDS_GROUP), {}, {
227
- fields: ROOT_FIELDS_GROUP.fields.map(function (field) {
228
- var _adaptedMetadata$stor;
229
- var rvLanguageRootGroup = (_adaptedMetadata$stor = adaptedMetadata.store.regional_variants_groups) === null || _adaptedMetadata$stor === void 0 ? void 0 : _adaptedMetadata$stor.find(function (rvGroup) {
230
- return rvGroup.type === REGIONAL_VARIANT_TYPE.LANGUAGES && rvGroup.isRoot;
231
- });
232
- if (!rvLanguageRootGroup) {
233
- return field;
234
- }
235
- return rvLanguageRootGroup ? _objectSpread(_objectSpread({}, field), {}, {
236
- regional_variants_group_uuid: rvLanguageRootGroup.uuid
237
- }) : field;
238
- })
239
- })].concat(_toConsumableArray(item.groups || []))
240
- });
241
- });
242
- return adaptedMetadata;
243
- };
244
-
245
- /**
246
- * @param {object} groupsObj
247
- * @param {string[]} variants
248
- * @param {boolean} [isRoot=false] - Flag to mark group as root. TRUE is mean that this group is not deletable. Added for meta "Root fields" group
249
- */
250
- var generateNewRegionalVariantGroup = function generateNewRegionalVariantGroup(groupsObj, variants) {
251
- var _adaptedVariants;
252
- var isRoot = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
253
- var groupsReservedLabels = Object.values(groupsObj).map(function (group) {
254
- return group.label;
255
- });
256
- var label = 'Regional group';
257
- var labelIndex = 1;
258
- var icon = '';
259
- var type = REGIONAL_VARIANT_TYPE.CUSTOM;
260
- var generateLabel = function generateLabel() {
261
- return "".concat(label).concat(labelIndex > 1 ? " ".concat(labelIndex) : '');
262
- };
263
- if (variants.length === 1 && variants[0] === 'default') {
264
- label = 'Default';
265
- } else if (variants !== null && variants !== void 0 && variants.some(function (variant) {
266
- return new RegExp('^(eur|usd)$', 'i').test(variant);
267
- })) {
268
- label = 'Currency';
269
- type = REGIONAL_VARIANT_TYPE.CURRENCIES;
270
- icon = 'https://www.openpix.net/v1/icon.svg?id=112949';
271
- } else if (variants !== null && variants !== void 0 && variants.some(function (variant) {
272
- return new RegExp('^(de|en|fr|bg)$', 'i').test(variant);
273
- })) {
274
- label = 'Language';
275
- type = REGIONAL_VARIANT_TYPE.LANGUAGES;
276
- icon = 'https://www.openpix.net/v1/icon.svg?id=1631767';
277
- }
278
-
279
- // Check is name is already used and add suffix with index
280
- while (groupsReservedLabels.indexOf(generateLabel()) > -1) {
281
- labelIndex += 1;
282
- }
283
- var bufferValSet = new Set((variants || []).filter(function (variant) {
284
- return variant === null || variant === void 0 ? void 0 : variant.internal_unique_value;
285
- }).map(function (variant) {
286
- return variant === null || variant === void 0 ? void 0 : variant.internal_unique_value;
287
- }));
288
- var adaptedVariants = (variants || []).map(function (variantLabel) {
289
- var apiValue = generateSlug(variantLabel);
290
- return {
291
- internal_unique_value: _generateUniqValue(bufferValSet, apiValue),
292
- api_value: apiValue,
293
- label: variantLabel
294
- };
295
- });
296
-
297
- // "default" must be first in list, if exists
298
- var defaultIndex = (_adaptedVariants = adaptedVariants) === null || _adaptedVariants === void 0 ? void 0 : _adaptedVariants.findIndex(function (variant) {
299
- return variant.label === 'default';
300
- });
301
- if (defaultIndex > -1) {
302
- var _adaptedVariants$spli = adaptedVariants.splice(defaultIndex, 1),
303
- _adaptedVariants$spli2 = _slicedToArray(_adaptedVariants$spli, 1),
304
- defaultVariant = _adaptedVariants$spli2[0];
305
- adaptedVariants = [defaultVariant].concat(_toConsumableArray(adaptedVariants));
306
- }
307
- return {
308
- uuid: cuid(),
309
- icon: icon,
310
- type: type,
311
- label: generateLabel(),
312
- variants: adaptedVariants,
313
- isRoot: isRoot
314
- };
315
- };
316
- var generateSlug = function generateSlug(string) {
317
- return (string || '').toLowerCase().replace(/\s/g, '_');
318
- };
319
- var _generateUniqValue = function generateUniqValue(bufferValSet, string) {
320
- var length = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 3;
321
- var num = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 0;
322
- var value = "~".concat((string || '').substr(0, length).toUpperCase()).concat(num > 0 ? num : '');
323
- if (bufferValSet.has(value)) {
324
- return _generateUniqValue(bufferValSet, string, length, num + 1);
325
- }
326
- bufferValSet.add(value);
327
- return value;
328
- };
329
- var getMetaRegionalLanguagesGroupUuid = function getMetaRegionalLanguagesGroupUuid(metaRegionalGroups) {
330
- var _ref4, _ref4$find;
331
- return (_ref4 = metaRegionalGroups || []) === null || _ref4 === void 0 ? void 0 : (_ref4$find = _ref4.find(function (group) {
332
- return (group === null || group === void 0 ? void 0 : group.type) === REGIONAL_VARIANT_TYPE.LANGUAGES;
333
- })) === null || _ref4$find === void 0 ? void 0 : _ref4$find.uuid;
334
- };
335
- var getMetaRegionalGroupsLanguages = function getMetaRegionalGroupsLanguages(metaRegionalGroups) {
336
- var _ref5, _ref5$find;
337
- return ((_ref5 = metaRegionalGroups || []) === null || _ref5 === void 0 ? void 0 : (_ref5$find = _ref5.find(function (group) {
338
- return (group === null || group === void 0 ? void 0 : group.type) === REGIONAL_VARIANT_TYPE.LANGUAGES;
339
- })) === null || _ref5$find === void 0 ? void 0 : _ref5$find.variants) || [];
340
- };
341
- var getMetaRegionalGroupsLanguagesApiValues = function getMetaRegionalGroupsLanguagesApiValues(metaRegionalGroups) {
342
- return getMetaRegionalGroupsLanguages(metaRegionalGroups).map(function (variant) {
343
- return variant === null || variant === void 0 ? void 0 : variant.api_value;
344
- });
345
- };
346
- var isMetaRegionalLanguagesGroupExists = function isMetaRegionalLanguagesGroupExists(metaRegionalGroups) {
347
- return Boolean(getMetaRegionalLanguagesGroupUuid(metaRegionalGroups));
348
- };
349
-
350
- // Fn to cover BE issue when returned stringified array
351
- var regionalGroupsToArray = function regionalGroupsToArray(metaRegionalGroups) {
352
- if (Array.isArray(metaRegionalGroups)) {
353
- return metaRegionalGroups;
354
- }
355
- if (typeof metaRegionalGroups === 'string' && metaRegionalGroups !== '[]') {
356
- try {
357
- var parsedGroups = JSON.parse(metaRegionalGroups);
358
- if (Array.isArray(parsedGroups)) {
359
- return parsedGroups;
360
- }
361
- } catch (error) {}
362
- }
363
- return [];
364
- };
365
- export { adaptMetadata, getMetaRegionalLanguagesGroupUuid, getMetaRegionalGroupsLanguages, getMetaRegionalGroupsLanguagesApiValues, isMetaRegionalLanguagesGroupExists, regionalGroupsToArray, REGIONAL_VARIANT_TYPE };