@webiny/app-file-manager 5.43.3 → 6.0.0-alpha.1

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 (631) hide show
  1. package/BatchFileUploader.d.ts +2 -2
  2. package/BatchFileUploader.js +75 -112
  3. package/BatchFileUploader.js.map +1 -1
  4. package/app.js +8 -15
  5. package/app.js.map +1 -1
  6. package/components/BottomInfoBar/BottomInfoBar.d.ts +2 -2
  7. package/components/BottomInfoBar/BottomInfoBar.js +14 -17
  8. package/components/BottomInfoBar/BottomInfoBar.js.map +1 -1
  9. package/components/BottomInfoBar/ListStatus.js +17 -21
  10. package/components/BottomInfoBar/ListStatus.js.map +1 -1
  11. package/components/BottomInfoBar/SupportedFileTypes.js +31 -32
  12. package/components/BottomInfoBar/SupportedFileTypes.js.map +1 -1
  13. package/components/BottomInfoBar/index.js +1 -16
  14. package/components/BottomInfoBar/index.js.map +1 -1
  15. package/components/BulkActions/ActionDelete.js +70 -71
  16. package/components/BulkActions/ActionDelete.js.map +1 -1
  17. package/components/BulkActions/ActionEdit/ActionEdit.js +38 -45
  18. package/components/BulkActions/ActionEdit/ActionEdit.js.map +1 -1
  19. package/components/BulkActions/ActionEdit/ActionEdit.types.d.ts +1 -1
  20. package/components/BulkActions/ActionEdit/ActionEdit.types.js +1 -5
  21. package/components/BulkActions/ActionEdit/ActionEdit.types.js.map +1 -1
  22. package/components/BulkActions/ActionEdit/ActionEditPresenter.d.ts +1 -1
  23. package/components/BulkActions/ActionEdit/ActionEditPresenter.js +45 -80
  24. package/components/BulkActions/ActionEdit/ActionEditPresenter.js.map +1 -1
  25. package/components/BulkActions/ActionEdit/ActionEditPresenter.test.js +11 -15
  26. package/components/BulkActions/ActionEdit/ActionEditPresenter.test.js.map +1 -1
  27. package/components/BulkActions/ActionEdit/BatchEditorDialog/AddOperation.js +15 -18
  28. package/components/BulkActions/ActionEdit/BatchEditorDialog/AddOperation.js.map +1 -1
  29. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditor.d.ts +2 -2
  30. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditor.js +34 -54
  31. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditor.js.map +1 -1
  32. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditorDialog.d.ts +1 -1
  33. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditorDialog.js +34 -46
  34. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditorDialog.js.map +1 -1
  35. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditorDialogPresenter.d.ts +1 -1
  36. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditorDialogPresenter.js +125 -173
  37. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditorDialogPresenter.js.map +1 -1
  38. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditorDialogPresenter.test.js +56 -48
  39. package/components/BulkActions/ActionEdit/BatchEditorDialog/BatchEditorDialogPresenter.test.js.map +1 -1
  40. package/components/BulkActions/ActionEdit/BatchEditorDialog/FieldRenderer.d.ts +1 -1
  41. package/components/BulkActions/ActionEdit/BatchEditorDialog/FieldRenderer.js +20 -28
  42. package/components/BulkActions/ActionEdit/BatchEditorDialog/FieldRenderer.js.map +1 -1
  43. package/components/BulkActions/ActionEdit/BatchEditorDialog/Operation.d.ts +1 -1
  44. package/components/BulkActions/ActionEdit/BatchEditorDialog/Operation.js +34 -46
  45. package/components/BulkActions/ActionEdit/BatchEditorDialog/Operation.js.map +1 -1
  46. package/components/BulkActions/ActionEdit/BatchEditorDialog/index.js +1 -16
  47. package/components/BulkActions/ActionEdit/BatchEditorDialog/index.js.map +1 -1
  48. package/components/BulkActions/ActionEdit/GraphQLInputMapper.d.ts +2 -2
  49. package/components/BulkActions/ActionEdit/GraphQLInputMapper.js +41 -51
  50. package/components/BulkActions/ActionEdit/GraphQLInputMapper.js.map +1 -1
  51. package/components/BulkActions/ActionEdit/GraphQLInputMapper.test.js +88 -75
  52. package/components/BulkActions/ActionEdit/GraphQLInputMapper.test.js.map +1 -1
  53. package/components/BulkActions/ActionEdit/domain/Batch.js +23 -38
  54. package/components/BulkActions/ActionEdit/domain/Batch.js.map +1 -1
  55. package/components/BulkActions/ActionEdit/domain/BatchMapper.d.ts +1 -1
  56. package/components/BulkActions/ActionEdit/domain/BatchMapper.js +10 -27
  57. package/components/BulkActions/ActionEdit/domain/BatchMapper.js.map +1 -1
  58. package/components/BulkActions/ActionEdit/domain/Field.d.ts +1 -1
  59. package/components/BulkActions/ActionEdit/domain/Field.js +31 -53
  60. package/components/BulkActions/ActionEdit/domain/Field.js.map +1 -1
  61. package/components/BulkActions/ActionEdit/domain/FieldMapper.d.ts +1 -1
  62. package/components/BulkActions/ActionEdit/domain/FieldMapper.js +18 -41
  63. package/components/BulkActions/ActionEdit/domain/FieldMapper.js.map +1 -1
  64. package/components/BulkActions/ActionEdit/domain/index.js +4 -49
  65. package/components/BulkActions/ActionEdit/domain/index.js.map +1 -1
  66. package/components/BulkActions/ActionEdit/index.js +1 -16
  67. package/components/BulkActions/ActionEdit/index.js.map +1 -1
  68. package/components/BulkActions/ActionEdit/useActionEditWorker.d.ts +2 -2
  69. package/components/BulkActions/ActionEdit/useActionEditWorker.js +44 -48
  70. package/components/BulkActions/ActionEdit/useActionEditWorker.js.map +1 -1
  71. package/components/BulkActions/ActionMove.js +64 -61
  72. package/components/BulkActions/ActionMove.js.map +1 -1
  73. package/components/BulkActions/BulkActions.js +35 -38
  74. package/components/BulkActions/BulkActions.js.map +1 -1
  75. package/components/BulkActions/index.js +4 -43
  76. package/components/BulkActions/index.js.map +1 -1
  77. package/components/EditFileUsingUrl/EditFileUsingUrl.d.ts +1 -1
  78. package/components/EditFileUsingUrl/EditFileUsingUrl.js +31 -43
  79. package/components/EditFileUsingUrl/EditFileUsingUrl.js.map +1 -1
  80. package/components/EditFileUsingUrl/EditFileUsingUrlPresenter.d.ts +2 -2
  81. package/components/EditFileUsingUrl/EditFileUsingUrlPresenter.js +39 -49
  82. package/components/EditFileUsingUrl/EditFileUsingUrlPresenter.js.map +1 -1
  83. package/components/EditFileUsingUrl/EditFileUsingUrlRepository.d.ts +1 -1
  84. package/components/EditFileUsingUrl/EditFileUsingUrlRepository.js +32 -49
  85. package/components/EditFileUsingUrl/EditFileUsingUrlRepository.js.map +1 -1
  86. package/components/EditFileUsingUrl/GetFileByUrl.d.ts +4 -4
  87. package/components/EditFileUsingUrl/GetFileByUrl.js +22 -34
  88. package/components/EditFileUsingUrl/GetFileByUrl.js.map +1 -1
  89. package/components/EditFileUsingUrl/Loading.js +30 -53
  90. package/components/EditFileUsingUrl/Loading.js.map +1 -1
  91. package/components/EditFileUsingUrl/UpdateFile.d.ts +3 -3
  92. package/components/EditFileUsingUrl/UpdateFile.js +6 -19
  93. package/components/EditFileUsingUrl/UpdateFile.js.map +1 -1
  94. package/components/EditFileUsingUrl/getFileByUrl.graphql.d.ts +1 -1
  95. package/components/EditFileUsingUrl/getFileByUrl.graphql.js +16 -13
  96. package/components/EditFileUsingUrl/getFileByUrl.graphql.js.map +1 -1
  97. package/components/EditFileUsingUrl/index.js +1 -16
  98. package/components/EditFileUsingUrl/index.js.map +1 -1
  99. package/components/Empty/Empty.d.ts +1 -1
  100. package/components/Empty/Empty.js +18 -23
  101. package/components/Empty/Empty.js.map +1 -1
  102. package/components/Empty/index.js +1 -16
  103. package/components/Empty/index.js.map +1 -1
  104. package/components/FileDetails/FileDetails.d.ts +1 -1
  105. package/components/FileDetails/FileDetails.js +120 -131
  106. package/components/FileDetails/FileDetails.js.map +1 -1
  107. package/components/FileDetails/FileDetailsProvider.d.ts +1 -1
  108. package/components/FileDetails/FileDetailsProvider.js +11 -17
  109. package/components/FileDetails/FileDetailsProvider.js.map +1 -1
  110. package/components/FileDetails/components/ActionButton.d.ts +2 -1
  111. package/components/FileDetails/components/ActionButton.js +17 -24
  112. package/components/FileDetails/components/ActionButton.js.map +1 -1
  113. package/components/FileDetails/components/Actions.js +11 -34
  114. package/components/FileDetails/components/Actions.js.map +1 -1
  115. package/components/FileDetails/components/BaseFields.d.ts +1 -1
  116. package/components/FileDetails/components/BaseFields.js +14 -22
  117. package/components/FileDetails/components/BaseFields.js.map +1 -1
  118. package/components/FileDetails/components/Content.d.ts +2 -1
  119. package/components/FileDetails/components/Content.js +28 -41
  120. package/components/FileDetails/components/Content.js.map +1 -1
  121. package/components/FileDetails/components/CreatedOn.js +19 -52
  122. package/components/FileDetails/components/CreatedOn.js.map +1 -1
  123. package/components/FileDetails/components/Description.d.ts +2 -0
  124. package/components/FileDetails/components/Description.js +23 -0
  125. package/components/FileDetails/components/Description.js.map +1 -0
  126. package/components/FileDetails/components/Extensions.d.ts +1 -1
  127. package/components/FileDetails/components/Extensions.js +19 -47
  128. package/components/FileDetails/components/Extensions.js.map +1 -1
  129. package/components/FileDetails/components/Preview.js +9 -27
  130. package/components/FileDetails/components/Preview.js.map +1 -1
  131. package/components/FileDetails/components/Thumbnail.js +13 -18
  132. package/components/FileDetails/components/Thumbnail.js.map +1 -1
  133. package/components/FileDetails/index.js +1 -16
  134. package/components/FileDetails/index.js.map +1 -1
  135. package/components/FileDropArea/FileDropArea.d.ts +9 -0
  136. package/components/FileDropArea/FileDropArea.js +69 -0
  137. package/components/FileDropArea/FileDropArea.js.map +1 -0
  138. package/components/FileDropArea/index.d.ts +1 -0
  139. package/components/FileDropArea/index.js +3 -0
  140. package/components/FileDropArea/index.js.map +1 -0
  141. package/components/FileDropPlaceholder/FileDropPlaceholder.d.ts +2 -0
  142. package/components/FileDropPlaceholder/FileDropPlaceholder.js +12 -0
  143. package/components/FileDropPlaceholder/FileDropPlaceholder.js.map +1 -0
  144. package/components/FileDropPlaceholder/index.d.ts +1 -0
  145. package/components/FileDropPlaceholder/index.js +3 -0
  146. package/components/FileDropPlaceholder/index.js.map +1 -0
  147. package/components/Filters/Filters.js +26 -0
  148. package/components/Filters/Filters.js.map +1 -0
  149. package/components/Filters/index.d.ts +1 -0
  150. package/components/Filters/index.js +3 -0
  151. package/components/Filters/index.js.map +1 -0
  152. package/components/Grid/ActionButton.d.ts +2 -1
  153. package/components/Grid/ActionButton.js +24 -21
  154. package/components/Grid/ActionButton.js.map +1 -1
  155. package/components/Grid/File.d.ts +2 -1
  156. package/components/Grid/File.js +74 -60
  157. package/components/Grid/File.js.map +1 -1
  158. package/components/Grid/Grid.d.ts +4 -3
  159. package/components/Grid/Grid.js +58 -67
  160. package/components/Grid/Grid.js.map +1 -1
  161. package/components/Grid/Thumbnail.js +13 -18
  162. package/components/Grid/Thumbnail.js.map +1 -1
  163. package/components/Grid/index.js +1 -16
  164. package/components/Grid/index.js.map +1 -1
  165. package/components/Header/Actions.d.ts +5 -0
  166. package/components/Header/Actions.js +99 -0
  167. package/components/Header/Actions.js.map +1 -0
  168. package/components/Header/Header.d.ts +9 -0
  169. package/components/Header/Header.js +17 -0
  170. package/components/Header/Header.js.map +1 -0
  171. package/components/Header/Title.d.ts +2 -0
  172. package/components/Header/Title.js +62 -0
  173. package/components/Header/Title.js.map +1 -0
  174. package/components/Header/index.d.ts +1 -0
  175. package/components/Header/index.js +3 -0
  176. package/components/Header/index.js.map +1 -0
  177. package/components/ImageEditor/ImageEditor.d.ts +45 -0
  178. package/components/ImageEditor/ImageEditor.js +218 -0
  179. package/components/ImageEditor/ImageEditor.js.map +1 -0
  180. package/components/ImageEditor/ImageEditorDialog.d.ts +16 -0
  181. package/components/ImageEditor/ImageEditorDialog.js +53 -0
  182. package/components/ImageEditor/ImageEditorDialog.js.map +1 -0
  183. package/components/ImageEditor/index.d.ts +1 -0
  184. package/components/ImageEditor/index.js +3 -0
  185. package/components/ImageEditor/index.js.map +1 -0
  186. package/components/ImageEditor/toolbar/crop.d.ts +4 -0
  187. package/components/ImageEditor/toolbar/crop.js +67 -0
  188. package/components/ImageEditor/toolbar/crop.js.map +1 -0
  189. package/components/ImageEditor/toolbar/filter.d.ts +3 -0
  190. package/components/ImageEditor/toolbar/filter.js +167 -0
  191. package/components/ImageEditor/toolbar/filter.js.map +1 -0
  192. package/components/ImageEditor/toolbar/flip.d.ts +4 -0
  193. package/components/ImageEditor/toolbar/flip.js +94 -0
  194. package/components/ImageEditor/toolbar/flip.js.map +1 -0
  195. package/components/ImageEditor/toolbar/index.d.ts +4 -0
  196. package/components/ImageEditor/toolbar/index.js +6 -0
  197. package/components/ImageEditor/toolbar/index.js.map +1 -0
  198. package/components/ImageEditor/toolbar/rotate.d.ts +4 -0
  199. package/components/ImageEditor/toolbar/rotate.js +93 -0
  200. package/components/ImageEditor/toolbar/rotate.js.map +1 -0
  201. package/components/ImageEditor/toolbar/types.d.ts +32 -0
  202. package/components/ImageEditor/toolbar/types.js +3 -0
  203. package/components/ImageEditor/toolbar/types.js.map +1 -0
  204. package/components/LayoutSwitch/LayoutSwitch.js +18 -29
  205. package/components/LayoutSwitch/LayoutSwitch.js.map +1 -1
  206. package/components/LayoutSwitch/index.js +1 -16
  207. package/components/LayoutSwitch/index.js.map +1 -1
  208. package/components/NoPermissions/NoPermissions.d.ts +2 -0
  209. package/components/NoPermissions/NoPermissions.js +28 -0
  210. package/components/NoPermissions/NoPermissions.js.map +1 -0
  211. package/components/NoPermissions/index.d.ts +1 -0
  212. package/components/NoPermissions/index.js +3 -0
  213. package/components/NoPermissions/index.js.map +1 -0
  214. package/components/NoResults/NoResults.js +19 -15
  215. package/components/NoResults/NoResults.js.map +1 -1
  216. package/components/NoResults/index.js +1 -16
  217. package/components/NoResults/index.js.map +1 -1
  218. package/components/SearchWidget/SearchWidget.js +31 -0
  219. package/components/SearchWidget/SearchWidget.js.map +1 -0
  220. package/components/SearchWidget/index.d.ts +1 -0
  221. package/components/SearchWidget/index.js +3 -0
  222. package/components/SearchWidget/index.js.map +1 -0
  223. package/components/Table/Actions/CopyFile.js +19 -22
  224. package/components/Table/Actions/CopyFile.js.map +1 -1
  225. package/components/Table/Actions/DeleteFile.js +23 -25
  226. package/components/Table/Actions/DeleteFile.js.map +1 -1
  227. package/components/Table/Actions/EditFile.js +18 -23
  228. package/components/Table/Actions/EditFile.js.map +1 -1
  229. package/components/Table/Actions/MoveFile.js +15 -19
  230. package/components/Table/Actions/MoveFile.js.map +1 -1
  231. package/components/Table/Actions/index.js +4 -49
  232. package/components/Table/Actions/index.js.map +1 -1
  233. package/components/Table/Cells/CellActions.js +24 -28
  234. package/components/Table/Cells/CellActions.js.map +1 -1
  235. package/components/Table/Cells/CellAuthor.js +10 -17
  236. package/components/Table/Cells/CellAuthor.js.map +1 -1
  237. package/components/Table/Cells/CellCreated.js +12 -19
  238. package/components/Table/Cells/CellCreated.js.map +1 -1
  239. package/components/Table/Cells/CellModified.js +12 -19
  240. package/components/Table/Cells/CellModified.js.map +1 -1
  241. package/components/Table/Cells/CellName.d.ts +4 -4
  242. package/components/Table/Cells/CellName.js +55 -48
  243. package/components/Table/Cells/CellName.js.map +1 -1
  244. package/components/Table/Cells/CellSize.js +13 -18
  245. package/components/Table/Cells/CellSize.js.map +1 -1
  246. package/components/Table/Cells/CellThumbnail.d.ts +2 -0
  247. package/components/Table/Cells/CellThumbnail.js +16 -0
  248. package/components/Table/Cells/CellThumbnail.js.map +1 -0
  249. package/components/Table/Cells/CellType.js +12 -17
  250. package/components/Table/Cells/CellType.js.map +1 -1
  251. package/components/Table/Cells/index.js +7 -82
  252. package/components/Table/Cells/index.js.map +1 -1
  253. package/components/Table/Table.d.ts +4 -4
  254. package/components/Table/Table.js +17 -20
  255. package/components/Table/Table.js.map +1 -1
  256. package/components/Table/index.js +3 -38
  257. package/components/Table/index.js.map +1 -1
  258. package/components/TagsList/Empty.js +11 -0
  259. package/components/TagsList/Empty.js.map +1 -0
  260. package/components/TagsList/FilterSelect.d.ts +2 -0
  261. package/components/TagsList/FilterSelect.js +28 -0
  262. package/components/TagsList/FilterSelect.js.map +1 -0
  263. package/components/TagsList/FilterStatus.d.ts +7 -0
  264. package/components/TagsList/FilterStatus.js +27 -0
  265. package/components/TagsList/FilterStatus.js.map +1 -0
  266. package/{modules/FileManagerRenderer/FileManagerView/components → components}/TagsList/Tag.d.ts +1 -1
  267. package/components/TagsList/Tag.js +16 -0
  268. package/components/TagsList/Tag.js.map +1 -0
  269. package/components/TagsList/Tags.d.ts +8 -0
  270. package/components/TagsList/Tags.js +32 -0
  271. package/components/TagsList/Tags.js.map +1 -0
  272. package/{modules/FileManagerRenderer/FileManagerView/components → components}/TagsList/TagsList.d.ts +1 -1
  273. package/components/TagsList/TagsList.js +31 -0
  274. package/components/TagsList/TagsList.js.map +1 -0
  275. package/components/TagsList/index.js +3 -0
  276. package/components/TagsList/index.js.map +1 -0
  277. package/components/Thumbnail/Thumbnail.d.ts +2 -0
  278. package/components/Thumbnail/Thumbnail.js +16 -0
  279. package/components/Thumbnail/Thumbnail.js.map +1 -0
  280. package/components/Thumbnail/index.d.ts +1 -0
  281. package/components/Thumbnail/index.js +3 -0
  282. package/components/Thumbnail/index.js.map +1 -0
  283. package/components/UploadStatus/UploadStatus.d.ts +3 -1
  284. package/components/UploadStatus/UploadStatus.js +33 -32
  285. package/components/UploadStatus/UploadStatus.js.map +1 -1
  286. package/components/UploadStatus/index.js +1 -16
  287. package/components/UploadStatus/index.js.map +1 -1
  288. package/components/fields/AccessControl.js +31 -31
  289. package/components/fields/AccessControl.js.map +1 -1
  290. package/components/fields/Aliases.js +76 -127
  291. package/components/fields/Aliases.js.map +1 -1
  292. package/components/fields/Name.js +21 -23
  293. package/components/fields/Name.js.map +1 -1
  294. package/components/fields/Tags.js +30 -30
  295. package/components/fields/Tags.js.map +1 -1
  296. package/components/fields/index.js +4 -49
  297. package/components/fields/index.js.map +1 -1
  298. package/components/fields/useAccessControlField.d.ts +1 -1
  299. package/components/fields/useAccessControlField.js +9 -21
  300. package/components/fields/useAccessControlField.js.map +1 -1
  301. package/components/fields/useFileOrUndefined.js +3 -9
  302. package/components/fields/useFileOrUndefined.js.map +1 -1
  303. package/constants.js +4 -16
  304. package/constants.js.map +1 -1
  305. package/contexts/FileProvider.d.ts +1 -1
  306. package/contexts/FileProvider.js +12 -18
  307. package/contexts/FileProvider.js.map +1 -1
  308. package/hooks/useCopyFile.d.ts +1 -1
  309. package/hooks/useCopyFile.js +18 -24
  310. package/hooks/useCopyFile.js.map +1 -1
  311. package/hooks/useDeleteFile.d.ts +1 -1
  312. package/hooks/useDeleteFile.js +38 -62
  313. package/hooks/useDeleteFile.js.map +1 -1
  314. package/hooks/useFile.js +5 -12
  315. package/hooks/useFile.js.map +1 -1
  316. package/hooks/useFileDetails.js +5 -12
  317. package/hooks/useFileDetails.js.map +1 -1
  318. package/hooks/useFileModel.js +5 -12
  319. package/hooks/useFileModel.js.map +1 -1
  320. package/hooks/useMoveFileToFolder.d.ts +1 -1
  321. package/hooks/useMoveFileToFolder.js +19 -21
  322. package/hooks/useMoveFileToFolder.js.map +1 -1
  323. package/index.js +8 -101
  324. package/index.js.map +1 -1
  325. package/modules/Enterprise/HandleWebsocketMessages.js +31 -53
  326. package/modules/Enterprise/HandleWebsocketMessages.js.map +1 -1
  327. package/modules/Enterprise/components/ThreatScanInProgressFileBody.d.ts +2 -0
  328. package/modules/Enterprise/components/ThreatScanInProgressFileBody.js +23 -0
  329. package/modules/Enterprise/components/ThreatScanInProgressFileBody.js.map +1 -0
  330. package/modules/Enterprise/components/ThreatScanInProgressTableCell.d.ts +6 -0
  331. package/modules/Enterprise/components/ThreatScanInProgressTableCell.js +32 -0
  332. package/modules/Enterprise/components/ThreatScanInProgressTableCell.js.map +1 -0
  333. package/modules/Enterprise/constants.js +1 -7
  334. package/modules/Enterprise/constants.js.map +1 -1
  335. package/modules/Enterprise/index.js +29 -22
  336. package/modules/Enterprise/index.js.map +1 -1
  337. package/modules/FileManagerApiProvider/FileManagerApiContext/FileManagerApiContext.d.ts +3 -3
  338. package/modules/FileManagerApiProvider/FileManagerApiContext/FileManagerApiContext.js +120 -128
  339. package/modules/FileManagerApiProvider/FileManagerApiContext/FileManagerApiContext.js.map +1 -1
  340. package/modules/FileManagerApiProvider/FileManagerApiContext/FileModelContext.d.ts +1 -1
  341. package/modules/FileManagerApiProvider/FileManagerApiContext/FileModelContext.js +14 -25
  342. package/modules/FileManagerApiProvider/FileManagerApiContext/FileModelContext.js.map +1 -1
  343. package/modules/FileManagerApiProvider/FileManagerApiContext/getFileGraphQLSelection.d.ts +1 -1
  344. package/modules/FileManagerApiProvider/FileManagerApiContext/getFileGraphQLSelection.js +25 -11
  345. package/modules/FileManagerApiProvider/FileManagerApiContext/getFileGraphQLSelection.js.map +1 -1
  346. package/modules/FileManagerApiProvider/FileManagerApiContext/getFileUploader.d.ts +1 -1
  347. package/modules/FileManagerApiProvider/FileManagerApiContext/getFileUploader.js +3 -9
  348. package/modules/FileManagerApiProvider/FileManagerApiContext/getFileUploader.js.map +1 -1
  349. package/modules/FileManagerApiProvider/FileManagerApiContext/index.js +3 -26
  350. package/modules/FileManagerApiProvider/FileManagerApiContext/index.js.map +1 -1
  351. package/modules/FileManagerApiProvider/FileManagerApiContext/useFileManagerApi.d.ts +2 -2
  352. package/modules/FileManagerApiProvider/FileManagerApiContext/useFileManagerApi.js +4 -11
  353. package/modules/FileManagerApiProvider/FileManagerApiContext/useFileManagerApi.js.map +1 -1
  354. package/modules/FileManagerApiProvider/graphql.d.ts +3 -3
  355. package/modules/FileManagerApiProvider/graphql.js +116 -27
  356. package/modules/FileManagerApiProvider/graphql.js.map +1 -1
  357. package/modules/FileManagerApiProvider/index.js +11 -17
  358. package/modules/FileManagerApiProvider/index.js.map +1 -1
  359. package/modules/FileManagerRenderer/FileActions/FileDetails/CopyUrl.js +18 -25
  360. package/modules/FileManagerRenderer/FileActions/FileDetails/CopyUrl.js.map +1 -1
  361. package/modules/FileManagerRenderer/FileActions/FileDetails/DeleteImage.js +26 -39
  362. package/modules/FileManagerRenderer/FileActions/FileDetails/DeleteImage.js.map +1 -1
  363. package/modules/FileManagerRenderer/FileActions/FileDetails/Download.js +15 -23
  364. package/modules/FileManagerRenderer/FileActions/FileDetails/Download.js.map +1 -1
  365. package/modules/FileManagerRenderer/FileActions/FileDetails/EditImage.js +48 -59
  366. package/modules/FileManagerRenderer/FileActions/FileDetails/EditImage.js.map +1 -1
  367. package/modules/FileManagerRenderer/FileActions/FileDetails/MoveToFolder.js +14 -22
  368. package/modules/FileManagerRenderer/FileActions/FileDetails/MoveToFolder.js.map +1 -1
  369. package/modules/FileManagerRenderer/FileActions/Grid/Delete.d.ts +2 -0
  370. package/modules/FileManagerRenderer/FileActions/Grid/Delete.js +29 -0
  371. package/modules/FileManagerRenderer/FileActions/Grid/Delete.js.map +1 -0
  372. package/modules/FileManagerRenderer/FileActions/Grid/Download.js +16 -19
  373. package/modules/FileManagerRenderer/FileActions/Grid/Download.js.map +1 -1
  374. package/modules/FileManagerRenderer/FileActions/Grid/MoveToFolder.js +14 -17
  375. package/modules/FileManagerRenderer/FileActions/Grid/MoveToFolder.js.map +1 -1
  376. package/modules/FileManagerRenderer/FileActions/Grid/Settings.js +15 -18
  377. package/modules/FileManagerRenderer/FileActions/Grid/Settings.js.map +1 -1
  378. package/modules/FileManagerRenderer/FileActions/index.js +36 -37
  379. package/modules/FileManagerRenderer/FileActions/index.js.map +1 -1
  380. package/modules/FileManagerRenderer/FileManagerView/FileManagerView.js +172 -252
  381. package/modules/FileManagerRenderer/FileManagerView/FileManagerView.js.map +1 -1
  382. package/modules/FileManagerRenderer/FileManagerView/FileManagerViewConfig.d.ts +52 -6
  383. package/modules/FileManagerRenderer/FileManagerView/FileManagerViewConfig.js +47 -54
  384. package/modules/FileManagerRenderer/FileManagerView/FileManagerViewConfig.js.map +1 -1
  385. package/modules/FileManagerRenderer/FileManagerView/LeftSidebar.js +29 -56
  386. package/modules/FileManagerRenderer/FileManagerView/LeftSidebar.js.map +1 -1
  387. package/modules/FileManagerRenderer/FileManagerView/NavigateFolderProvider.js +12 -23
  388. package/modules/FileManagerRenderer/FileManagerView/NavigateFolderProvider.js.map +1 -1
  389. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/BulkAction.d.ts +2 -2
  390. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/BulkAction.js +34 -45
  391. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/BulkAction.js.map +1 -1
  392. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/BulkEditField.js +11 -17
  393. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/BulkEditField.js.map +1 -1
  394. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FileAction.d.ts +2 -2
  395. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FileAction.js +8 -19
  396. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FileAction.js.map +1 -1
  397. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Filter.js +20 -29
  398. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Filter.js.map +1 -1
  399. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FilterByTags.js +7 -13
  400. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FilterByTags.js.map +1 -1
  401. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FiltersToWhere.js +7 -13
  402. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FiltersToWhere.js.map +1 -1
  403. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FolderAction.d.ts +2 -2
  404. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FolderAction.js +8 -19
  405. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FolderAction.js.map +1 -1
  406. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FolderFieldDecorator.d.ts +2 -2
  407. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FolderFieldDecorator.js +6 -10
  408. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FolderFieldDecorator.js.map +1 -1
  409. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Grid/Action.js +18 -27
  410. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Grid/Action.js.map +1 -1
  411. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Grid/Thumbnail.js +13 -19
  412. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Grid/Thumbnail.js.map +1 -1
  413. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Grid/index.d.ts +2 -2
  414. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Grid/index.js +1 -5
  415. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Grid/index.js.map +1 -1
  416. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Table/Column.d.ts +28 -5
  417. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Table/Column.js +10 -19
  418. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Table/Column.js.map +1 -1
  419. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Table/Thumbnail.d.ts +28 -0
  420. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Table/Thumbnail.js +30 -0
  421. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Table/Thumbnail.js.map +1 -0
  422. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Table/index.d.ts +49 -3
  423. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Table/index.js +7 -9
  424. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/Table/index.js.map +1 -1
  425. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/index.d.ts +55 -12
  426. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/index.js +30 -38
  427. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/index.js.map +1 -1
  428. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/Action.js +17 -26
  429. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/Action.js.map +1 -1
  430. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/Field.js +20 -29
  431. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/Field.js.map +1 -1
  432. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/FieldDecorator.d.ts +1 -1
  433. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/FieldDecorator.js +16 -24
  434. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/FieldDecorator.js.map +1 -1
  435. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/GroupFields.js +8 -14
  436. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/GroupFields.js.map +1 -1
  437. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/Thumbnail.js +12 -18
  438. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/Thumbnail.js.map +1 -1
  439. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/Width.js +8 -14
  440. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/Width.js.map +1 -1
  441. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/index.d.ts +4 -4
  442. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/index.js +15 -21
  443. package/modules/FileManagerRenderer/FileManagerView/configComponents/FileDetails/index.js.map +1 -1
  444. package/modules/FileManagerRenderer/FileManagerView/getThumbnailRenderer.d.ts +1 -1
  445. package/modules/FileManagerRenderer/FileManagerView/getThumbnailRenderer.js +7 -16
  446. package/modules/FileManagerRenderer/FileManagerView/getThumbnailRenderer.js.map +1 -1
  447. package/modules/FileManagerRenderer/FileManagerView/index.d.ts +1 -1
  448. package/modules/FileManagerRenderer/FileManagerView/index.js +49 -57
  449. package/modules/FileManagerRenderer/FileManagerView/index.js.map +1 -1
  450. package/modules/FileManagerRenderer/FileManagerView/outputFileSelectionError.d.ts +1 -1
  451. package/modules/FileManagerRenderer/FileManagerView/outputFileSelectionError.js +6 -17
  452. package/modules/FileManagerRenderer/FileManagerView/outputFileSelectionError.js.map +1 -1
  453. package/modules/FileManagerRenderer/FileManagerViewProvider/FileManagerViewContext.d.ts +11 -5
  454. package/modules/FileManagerRenderer/FileManagerViewProvider/FileManagerViewContext.js +281 -337
  455. package/modules/FileManagerRenderer/FileManagerViewProvider/FileManagerViewContext.js.map +1 -1
  456. package/modules/FileManagerRenderer/FileManagerViewProvider/index.js +2 -27
  457. package/modules/FileManagerRenderer/FileManagerViewProvider/index.js.map +1 -1
  458. package/modules/FileManagerRenderer/FileManagerViewProvider/setSelection.d.ts +4 -2
  459. package/modules/FileManagerRenderer/FileManagerViewProvider/setSelection.js +30 -45
  460. package/modules/FileManagerRenderer/FileManagerViewProvider/setSelection.js.map +1 -1
  461. package/modules/FileManagerRenderer/FileManagerViewProvider/state.d.ts +5 -3
  462. package/modules/FileManagerRenderer/FileManagerViewProvider/state.js +5 -9
  463. package/modules/FileManagerRenderer/FileManagerViewProvider/state.js.map +1 -1
  464. package/modules/FileManagerRenderer/FileManagerViewProvider/useFileManagerView.d.ts +1 -1
  465. package/modules/FileManagerRenderer/FileManagerViewProvider/useFileManagerView.js +4 -10
  466. package/modules/FileManagerRenderer/FileManagerViewProvider/useFileManagerView.js.map +1 -1
  467. package/modules/FileManagerRenderer/FileManagerViewProvider/useListFiles.d.ts +5 -5
  468. package/modules/FileManagerRenderer/FileManagerViewProvider/useListFiles.js +79 -99
  469. package/modules/FileManagerRenderer/FileManagerViewProvider/useListFiles.js.map +1 -1
  470. package/modules/FileManagerRenderer/FileManagerViewProvider/useTags.d.ts +1 -1
  471. package/modules/FileManagerRenderer/FileManagerViewProvider/useTags.js +63 -81
  472. package/modules/FileManagerRenderer/FileManagerViewProvider/useTags.js.map +1 -1
  473. package/modules/FileManagerRenderer/filters/FilterByType.js +9 -16
  474. package/modules/FileManagerRenderer/filters/FilterByType.js.map +1 -1
  475. package/modules/FileManagerRenderer/index.js +89 -83
  476. package/modules/FileManagerRenderer/index.js.map +1 -1
  477. package/modules/HeadlessCms/fileField.d.ts +1 -1
  478. package/modules/HeadlessCms/fileField.js +11 -19
  479. package/modules/HeadlessCms/fileField.js.map +1 -1
  480. package/modules/HeadlessCms/fileRenderer/fileField.d.ts +1 -1
  481. package/modules/HeadlessCms/fileRenderer/fileField.js +46 -91
  482. package/modules/HeadlessCms/fileRenderer/fileField.js.map +1 -1
  483. package/modules/HeadlessCms/fileRenderer/fileFields.d.ts +1 -1
  484. package/modules/HeadlessCms/fileRenderer/fileFields.js +76 -146
  485. package/modules/HeadlessCms/fileRenderer/fileFields.js.map +1 -1
  486. package/modules/HeadlessCms/fileRenderer/utils.d.ts +1 -11
  487. package/modules/HeadlessCms/fileRenderer/utils.js +3 -53
  488. package/modules/HeadlessCms/fileRenderer/utils.js.map +1 -1
  489. package/modules/HeadlessCms/index.js +8 -14
  490. package/modules/HeadlessCms/index.js.map +1 -1
  491. package/modules/Settings/graphql.js +26 -15
  492. package/modules/Settings/graphql.js.map +1 -1
  493. package/modules/Settings/index.js +35 -32
  494. package/modules/Settings/index.js.map +1 -1
  495. package/modules/Settings/plugins/installation.d.ts +1 -1
  496. package/modules/Settings/plugins/installation.js +68 -68
  497. package/modules/Settings/plugins/installation.js.map +1 -1
  498. package/modules/Settings/plugins/permissionRenderer/FileManagerPermissions.js +122 -149
  499. package/modules/Settings/plugins/permissionRenderer/FileManagerPermissions.js.map +1 -1
  500. package/modules/Settings/plugins/permissionRenderer/index.d.ts +1 -1
  501. package/modules/Settings/plugins/permissionRenderer/index.js +16 -22
  502. package/modules/Settings/plugins/permissionRenderer/index.js.map +1 -1
  503. package/modules/Settings/views/FileManagerSettings.js +97 -110
  504. package/modules/Settings/views/FileManagerSettings.js.map +1 -1
  505. package/modules/ThumbnailRenderers/FilePreviewDefaultRenderer.d.ts +2 -0
  506. package/modules/ThumbnailRenderers/FilePreviewDefaultRenderer.js +12 -0
  507. package/modules/ThumbnailRenderers/FilePreviewDefaultRenderer.js.map +1 -0
  508. package/modules/ThumbnailRenderers/FilePreviewImageRenderer.d.ts +2 -0
  509. package/modules/ThumbnailRenderers/FilePreviewImageRenderer.js +19 -0
  510. package/modules/ThumbnailRenderers/FilePreviewImageRenderer.js.map +1 -0
  511. package/modules/ThumbnailRenderers/GridItemDefaultRenderer.d.ts +2 -0
  512. package/modules/ThumbnailRenderers/GridItemDefaultRenderer.js +12 -0
  513. package/modules/ThumbnailRenderers/GridItemDefaultRenderer.js.map +1 -0
  514. package/modules/ThumbnailRenderers/GridItemImageRenderer.d.ts +2 -0
  515. package/modules/ThumbnailRenderers/GridItemImageRenderer.js +19 -0
  516. package/modules/ThumbnailRenderers/GridItemImageRenderer.js.map +1 -0
  517. package/modules/ThumbnailRenderers/TableItemDefaultRenderer.d.ts +2 -0
  518. package/modules/ThumbnailRenderers/TableItemDefaultRenderer.js +19 -0
  519. package/modules/ThumbnailRenderers/TableItemDefaultRenderer.js.map +1 -0
  520. package/modules/ThumbnailRenderers/TableItemImageRenderer.d.ts +2 -0
  521. package/modules/ThumbnailRenderers/TableItemImageRenderer.js +19 -0
  522. package/modules/ThumbnailRenderers/TableItemImageRenderer.js.map +1 -0
  523. package/package.json +23 -24
  524. package/tagsHelpers.d.ts +1 -1
  525. package/tagsHelpers.js +31 -37
  526. package/tagsHelpers.js.map +1 -1
  527. package/types.d.ts +6 -7
  528. package/types.js +1 -12
  529. package/types.js.map +1 -1
  530. package/components/BottomInfoBar/styled.d.ts +0 -21
  531. package/components/BottomInfoBar/styled.js +0 -81
  532. package/components/BottomInfoBar/styled.js.map +0 -1
  533. package/components/BulkActions/ActionEdit/ActionEdit.styled.d.ts +0 -28
  534. package/components/BulkActions/ActionEdit/ActionEdit.styled.js +0 -77
  535. package/components/BulkActions/ActionEdit/ActionEdit.styled.js.map +0 -1
  536. package/components/BulkActions/ActionEdit/BatchEditorDialog/RemoveOperation.d.ts +0 -7
  537. package/components/BulkActions/ActionEdit/BatchEditorDialog/RemoveOperation.js +0 -26
  538. package/components/BulkActions/ActionEdit/BatchEditorDialog/RemoveOperation.js.map +0 -1
  539. package/components/BulkActions/BulkActions.styled.d.ts +0 -13
  540. package/components/BulkActions/BulkActions.styled.js +0 -46
  541. package/components/BulkActions/BulkActions.styled.js.map +0 -1
  542. package/components/DropFilesHere/DropFilesHere.d.ts +0 -8
  543. package/components/DropFilesHere/DropFilesHere.js +0 -28
  544. package/components/DropFilesHere/DropFilesHere.js.map +0 -1
  545. package/components/DropFilesHere/index.d.ts +0 -1
  546. package/components/DropFilesHere/index.js +0 -18
  547. package/components/DropFilesHere/index.js.map +0 -1
  548. package/components/DropFilesHere/styled.d.ts +0 -22
  549. package/components/DropFilesHere/styled.js +0 -61
  550. package/components/DropFilesHere/styled.js.map +0 -1
  551. package/components/FileDetails/components/Flex.d.ts +0 -7
  552. package/components/FileDetails/components/Flex.js +0 -48
  553. package/components/FileDetails/components/Flex.js.map +0 -1
  554. package/components/FileDetails/components/Footer.d.ts +0 -2
  555. package/components/FileDetails/components/Footer.js +0 -40
  556. package/components/FileDetails/components/Footer.js.map +0 -1
  557. package/components/FileDetails/components/Header.d.ts +0 -2
  558. package/components/FileDetails/components/Header.js +0 -40
  559. package/components/FileDetails/components/Header.js.map +0 -1
  560. package/components/FileDetails/components/PreviewMeta.d.ts +0 -2
  561. package/components/FileDetails/components/PreviewMeta.js +0 -31
  562. package/components/FileDetails/components/PreviewMeta.js.map +0 -1
  563. package/components/FileDetails/components/TypeAndSize.d.ts +0 -2
  564. package/components/FileDetails/components/TypeAndSize.js +0 -67
  565. package/components/FileDetails/components/TypeAndSize.js.map +0 -1
  566. package/components/Grid/styled.d.ts +0 -41
  567. package/components/Grid/styled.js +0 -137
  568. package/components/Grid/styled.js.map +0 -1
  569. package/components/NoPermission/NoPermission.d.ts +0 -2
  570. package/components/NoPermission/NoPermission.js +0 -25
  571. package/components/NoPermission/NoPermission.js.map +0 -1
  572. package/components/NoPermission/index.d.ts +0 -1
  573. package/components/NoPermission/index.js +0 -18
  574. package/components/NoPermission/index.js.map +0 -1
  575. package/components/NoPermission/styled.d.ts +0 -24
  576. package/components/NoPermission/styled.js +0 -97
  577. package/components/NoPermission/styled.js.map +0 -1
  578. package/components/NoResults/styled.d.ts +0 -5
  579. package/components/NoResults/styled.js +0 -25
  580. package/components/NoResults/styled.js.map +0 -1
  581. package/components/Table/Cells/Cells.styled.d.ts +0 -12
  582. package/components/Table/Cells/Cells.styled.js +0 -54
  583. package/components/Table/Cells/Cells.styled.js.map +0 -1
  584. package/components/Title/Title.d.ts +0 -5
  585. package/components/Title/Title.js +0 -21
  586. package/components/Title/Title.js.map +0 -1
  587. package/components/Title/index.d.ts +0 -1
  588. package/components/Title/index.js +0 -18
  589. package/components/Title/index.js.map +0 -1
  590. package/components/Title/styled.d.ts +0 -4
  591. package/components/Title/styled.js +0 -26
  592. package/components/Title/styled.js.map +0 -1
  593. package/components/UploadStatus/assets/check.svg +0 -3
  594. package/components/UploadStatus/assets/loading.svg +0 -17
  595. package/components/UploadStatus/styled.d.ts +0 -39
  596. package/components/UploadStatus/styled.js +0 -127
  597. package/components/UploadStatus/styled.js.map +0 -1
  598. package/modules/Enterprise/components/ThreatScanInProgress.d.ts +0 -2
  599. package/modules/Enterprise/components/ThreatScanInProgress.js +0 -44
  600. package/modules/Enterprise/components/ThreatScanInProgress.js.map +0 -1
  601. package/modules/FileManagerRenderer/FileManagerView/components/Filters.js +0 -33
  602. package/modules/FileManagerRenderer/FileManagerView/components/Filters.js.map +0 -1
  603. package/modules/FileManagerRenderer/FileManagerView/components/SearchWidget.js +0 -98
  604. package/modules/FileManagerRenderer/FileManagerView/components/SearchWidget.js.map +0 -1
  605. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/Empty.js +0 -19
  606. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/Empty.js.map +0 -1
  607. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/Tag.js +0 -29
  608. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/Tag.js.map +0 -1
  609. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/TagsList.js +0 -71
  610. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/TagsList.js.map +0 -1
  611. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/index.js +0 -18
  612. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/index.js.map +0 -1
  613. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/styled.d.ts +0 -39
  614. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/styled.js +0 -91
  615. package/modules/FileManagerRenderer/FileManagerView/components/TagsList/styled.js.map +0 -1
  616. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FolderDropConfirmation.d.ts +0 -5
  617. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FolderDropConfirmation.js +0 -15
  618. package/modules/FileManagerRenderer/FileManagerView/configComponents/Browser/FolderDropConfirmation.js.map +0 -1
  619. package/modules/HeadlessCms/fileRenderer/File.d.ts +0 -10
  620. package/modules/HeadlessCms/fileRenderer/File.js +0 -86
  621. package/modules/HeadlessCms/fileRenderer/File.js.map +0 -1
  622. package/modules/ThumbnailRenderers/DefaultRenderer.d.ts +0 -2
  623. package/modules/ThumbnailRenderers/DefaultRenderer.js +0 -25
  624. package/modules/ThumbnailRenderers/DefaultRenderer.js.map +0 -1
  625. package/modules/ThumbnailRenderers/ImageRenderer.d.ts +0 -2
  626. package/modules/ThumbnailRenderers/ImageRenderer.js +0 -29
  627. package/modules/ThumbnailRenderers/ImageRenderer.js.map +0 -1
  628. /package/{modules/FileManagerRenderer/FileManagerView/components → components/Filters}/Filters.d.ts +0 -0
  629. /package/{modules/FileManagerRenderer/FileManagerView/components → components/SearchWidget}/SearchWidget.d.ts +0 -0
  630. /package/{modules/FileManagerRenderer/FileManagerView/components → components}/TagsList/Empty.d.ts +0 -0
  631. /package/{modules/FileManagerRenderer/FileManagerView/components → components}/TagsList/index.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"names":["_constants","require","_appSecurity","getTagsInitialParams","exports","_ref","scope","own","_useSecurity","useSecurity","identity","_objectSpread2","default","createdBy","id","tags_startsWith","tags_not_startsWith","DEFAULT_SCOPE","tagsModifier","tags","filter","_ref2","tag","_ref3","startsWith","map","item","tagName","replace","concat"],"sources":["tagsHelpers.ts"],"sourcesContent":["import { DEFAULT_SCOPE } from \"~/constants\";\nimport { TagItem } from \"@webiny/app-aco/types\";\nimport { useSecurity } from \"@webiny/app-security\";\n\ninterface GetTagsInitialParams {\n scope?: string;\n own?: boolean;\n}\n\nexport const getTagsInitialParams = ({ scope, own }: GetTagsInitialParams) => {\n const { identity } = useSecurity();\n return {\n ...(own && { createdBy: identity?.id }),\n ...(scope ? { tags_startsWith: scope } : { tags_not_startsWith: DEFAULT_SCOPE })\n };\n};\n\nexport const tagsModifier = (scope?: string) => (tags: TagItem[]) => {\n return tags\n .filter(({ tag }) => tag !== scope)\n .filter(({ tag }) => !tag.startsWith(\"mime:\"))\n .map(item => {\n const tagName = scope ? item.tag.replace(`${scope}:`, \"\") : item.tag;\n return {\n ...item,\n tag: tagName\n };\n });\n};\n"],"mappings":";;;;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAEA,IAAAC,YAAA,GAAAD,OAAA;AAOO,IAAME,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,GAAG,SAAvBA,oBAAoBA,CAAAE,IAAA,EAA6C;EAAA,IAAvCC,KAAK,GAAAD,IAAA,CAALC,KAAK;IAAEC,GAAG,GAAAF,IAAA,CAAHE,GAAG;EAC7C,IAAAC,YAAA,GAAqB,IAAAC,wBAAW,EAAC,CAAC;IAA1BC,QAAQ,GAAAF,YAAA,CAARE,QAAQ;EAChB,WAAAC,cAAA,CAAAC,OAAA,MAAAD,cAAA,CAAAC,OAAA,MACQL,GAAG,IAAI;IAAEM,SAAS,EAAEH,QAAQ,EAAEI;EAAG,CAAC,GAClCR,KAAK,GAAG;IAAES,eAAe,EAAET;EAAM,CAAC,GAAG;IAAEU,mBAAmB,EAAEC;EAAc,CAAC;AAEvF,CAAC;AAEM,IAAMC,YAAY,GAAAd,OAAA,CAAAc,YAAA,GAAG,SAAfA,YAAYA,CAAIZ,KAAc;EAAA,OAAK,UAACa,IAAe,EAAK;IACjE,OAAOA,IAAI,CACNC,MAAM,CAAC,UAAAC,KAAA;MAAA,IAAGC,GAAG,GAAAD,KAAA,CAAHC,GAAG;MAAA,OAAOA,GAAG,KAAKhB,KAAK;IAAA,EAAC,CAClCc,MAAM,CAAC,UAAAG,KAAA;MAAA,IAAGD,GAAG,GAAAC,KAAA,CAAHD,GAAG;MAAA,OAAO,CAACA,GAAG,CAACE,UAAU,CAAC,OAAO,CAAC;IAAA,EAAC,CAC7CC,GAAG,CAAC,UAAAC,IAAI,EAAI;MACT,IAAMC,OAAO,GAAGrB,KAAK,GAAGoB,IAAI,CAACJ,GAAG,CAACM,OAAO,IAAAC,MAAA,CAAIvB,KAAK,QAAK,EAAE,CAAC,GAAGoB,IAAI,CAACJ,GAAG;MACpE,WAAAX,cAAA,CAAAC,OAAA,MAAAD,cAAA,CAAAC,OAAA,MACOc,IAAI;QACPJ,GAAG,EAAEK;MAAO;IAEpB,CAAC,CAAC;EACV,CAAC;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["DEFAULT_SCOPE","useSecurity","getTagsInitialParams","scope","own","identity","createdBy","id","tags_startsWith","tags_not_startsWith","tagsModifier","tags","filter","tag","startsWith","map","item","tagName","replace"],"sources":["tagsHelpers.ts"],"sourcesContent":["import { DEFAULT_SCOPE } from \"~/constants\";\nimport type { TagItem } from \"@webiny/app-aco/types\";\nimport { useSecurity } from \"@webiny/app-security\";\n\ninterface GetTagsInitialParams {\n scope?: string;\n own?: boolean;\n}\n\nexport const getTagsInitialParams = ({ scope, own }: GetTagsInitialParams) => {\n const { identity } = useSecurity();\n return {\n ...(own && { createdBy: identity?.id }),\n ...(scope ? { tags_startsWith: scope } : { tags_not_startsWith: DEFAULT_SCOPE })\n };\n};\n\nexport const tagsModifier = (scope?: string) => (tags: TagItem[]) => {\n return tags\n .filter(({ tag }) => tag !== scope)\n .filter(({ tag }) => !tag.startsWith(\"mime:\"))\n .map(item => {\n const tagName = scope ? item.tag.replace(`${scope}:`, \"\") : item.tag;\n return {\n ...item,\n tag: tagName\n };\n });\n};\n"],"mappings":"AAAA,SAASA,aAAa;AAEtB,SAASC,WAAW,QAAQ,sBAAsB;AAOlD,OAAO,MAAMC,oBAAoB,GAAGA,CAAC;EAAEC,KAAK;EAAEC;AAA0B,CAAC,KAAK;EAC1E,MAAM;IAAEC;EAAS,CAAC,GAAGJ,WAAW,CAAC,CAAC;EAClC,OAAO;IACH,IAAIG,GAAG,IAAI;MAAEE,SAAS,EAAED,QAAQ,EAAEE;IAAG,CAAC,CAAC;IACvC,IAAIJ,KAAK,GAAG;MAAEK,eAAe,EAAEL;IAAM,CAAC,GAAG;MAAEM,mBAAmB,EAAET;IAAc,CAAC;EACnF,CAAC;AACL,CAAC;AAED,OAAO,MAAMU,YAAY,GAAIP,KAAc,IAAMQ,IAAe,IAAK;EACjE,OAAOA,IAAI,CACNC,MAAM,CAAC,CAAC;IAAEC;EAAI,CAAC,KAAKA,GAAG,KAAKV,KAAK,CAAC,CAClCS,MAAM,CAAC,CAAC;IAAEC;EAAI,CAAC,KAAK,CAACA,GAAG,CAACC,UAAU,CAAC,OAAO,CAAC,CAAC,CAC7CC,GAAG,CAACC,IAAI,IAAI;IACT,MAAMC,OAAO,GAAGd,KAAK,GAAGa,IAAI,CAACH,GAAG,CAACK,OAAO,CAAC,GAAGf,KAAK,GAAG,EAAE,EAAE,CAAC,GAAGa,IAAI,CAACH,GAAG;IACpE,OAAO;MACH,GAAGG,IAAI;MACPH,GAAG,EAAEI;IACT,CAAC;EACL,CAAC,CAAC;AACV,CAAC","ignoreList":[]}
package/types.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import * as React from "react";
2
- import { Plugin } from "@webiny/plugins/types";
3
- import { SecurityPermission } from "@webiny/app-security/types";
4
- import { FileItem } from "@webiny/app-admin/types";
5
- import { FolderTableItem, RecordTableItem } from "@webiny/app-aco/types";
1
+ import type * as React from "react";
2
+ import type { Plugin } from "@webiny/plugins/types";
3
+ import type { SecurityPermission } from "@webiny/app-security/types";
4
+ import type { FileItem } from "@webiny/app-admin/types";
5
+ import type { FolderTableRow, RecordTableRow } from "@webiny/app-aco";
6
6
  export { FileInput } from "./modules/FileManagerApiProvider/graphql";
7
7
  export type PermissionRendererPluginRenderFunctionType = (props: {
8
8
  value: SecurityPermission;
@@ -31,5 +31,4 @@ export interface FileTag {
31
31
  tag: string;
32
32
  count: number;
33
33
  }
34
- export type FileTableItem = FileItem & RecordTableItem;
35
- export type TableItem = FolderTableItem | FileTableItem;
34
+ export type TableItem = FolderTableRow | RecordTableRow<FileItem>;
package/types.js CHANGED
@@ -1,14 +1,3 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "FileInput", {
7
- enumerable: true,
8
- get: function get() {
9
- return _graphql.FileInput;
10
- }
11
- });
12
- var _graphql = require("./modules/FileManagerApiProvider/graphql");
1
+ export { FileInput } from "./modules/FileManagerApiProvider/graphql";
13
2
 
14
3
  //# sourceMappingURL=types.js.map
package/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_graphql","require"],"sources":["types.ts"],"sourcesContent":["import * as React from \"react\";\nimport { Plugin } from \"@webiny/plugins/types\";\nimport { SecurityPermission } from \"@webiny/app-security/types\";\nimport { FileItem } from \"@webiny/app-admin/types\";\nimport { FolderTableItem, RecordTableItem } from \"@webiny/app-aco/types\";\n\nexport { FileInput } from \"./modules/FileManagerApiProvider/graphql\";\n\nexport type PermissionRendererPluginRenderFunctionType = (props: {\n value: SecurityPermission;\n setValue: (newValue: SecurityPermission) => void;\n}) => React.ReactElement<any>;\n\nexport type PermissionRendererFileManager = Plugin & {\n type: \"permission-renderer-file-manager\";\n key: string;\n label: string;\n render: PermissionRendererPluginRenderFunctionType;\n};\n\nexport interface Settings {\n uploadMinFileSize: string;\n uploadMaxFileSize: string;\n srcPrefix: string;\n}\nexport interface QueryGetSettingsResult {\n fileManager: {\n getSettings: {\n data: Settings;\n error: Error | null;\n };\n };\n}\n\nexport interface FileTag {\n tag: string;\n count: number;\n}\n\nexport type FileTableItem = FileItem & RecordTableItem;\n\nexport type TableItem = FolderTableItem | FileTableItem;\n"],"mappings":";;;;;;;;;;;AAMA,IAAAA,QAAA,GAAAC,OAAA","ignoreList":[]}
1
+ {"version":3,"names":["FileInput"],"sources":["types.ts"],"sourcesContent":["import type * as React from \"react\";\nimport type { Plugin } from \"@webiny/plugins/types\";\nimport type { SecurityPermission } from \"@webiny/app-security/types\";\nimport type { FileItem } from \"@webiny/app-admin/types\";\nimport type { FolderTableRow, RecordTableRow } from \"@webiny/app-aco\";\n\nexport { FileInput } from \"./modules/FileManagerApiProvider/graphql\";\n\nexport type PermissionRendererPluginRenderFunctionType = (props: {\n value: SecurityPermission;\n setValue: (newValue: SecurityPermission) => void;\n}) => React.ReactElement<any>;\n\nexport type PermissionRendererFileManager = Plugin & {\n type: \"permission-renderer-file-manager\";\n key: string;\n label: string;\n render: PermissionRendererPluginRenderFunctionType;\n};\n\nexport interface Settings {\n uploadMinFileSize: string;\n uploadMaxFileSize: string;\n srcPrefix: string;\n}\nexport interface QueryGetSettingsResult {\n fileManager: {\n getSettings: {\n data: Settings;\n error: Error | null;\n };\n };\n}\n\nexport interface FileTag {\n tag: string;\n count: number;\n}\n\nexport type TableItem = FolderTableRow | RecordTableRow<FileItem>;\n"],"mappings":"AAMA,SAASA,SAAS","ignoreList":[]}
@@ -1,21 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const BottomInfoBarWrapper: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
- export declare const BottomInfoBarInner: import("@emotion/styled").StyledComponent<{
7
- theme?: import("@emotion/react").Theme | undefined;
8
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
9
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
- export declare const StatusWrapper: import("@emotion/styled").StyledComponent<{
11
- theme?: import("@emotion/react").Theme | undefined;
12
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
- export declare const CircularProgressHolder: import("@emotion/styled").StyledComponent<{
15
- theme?: import("@emotion/react").Theme | undefined;
16
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
17
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
- export declare const UploadingLabel: import("@emotion/styled").StyledComponent<{
19
- theme?: import("@emotion/react").Theme | undefined;
20
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
21
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,81 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.UploadingLabel = exports.StatusWrapper = exports.CircularProgressHolder = exports.BottomInfoBarWrapper = exports.BottomInfoBarInner = void 0;
8
- var _base = _interopRequireDefault(require("@emotion/styled/base"));
9
- function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
10
- var BottomInfoBarWrapper = exports.BottomInfoBarWrapper = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
11
- target: "e16zhfly4"
12
- } : {
13
- target: "e16zhfly4",
14
- label: "BottomInfoBarWrapper"
15
- })(process.env.NODE_ENV === "production" ? {
16
- name: "12my7vq",
17
- styles: "font-size:0.8rem;position:sticky;bottom:0;height:30px;color:var(--mdc-theme-text-secondary-on-background);border-top:1px solid var(--mdc-theme-on-background);background:var(--mdc-theme-surface);width:100%;transform:translateZ(0);overflow:hidden;display:flex;align-items:center;z-index:1"
18
- } : {
19
- name: "12my7vq",
20
- styles: "font-size:0.8rem;position:sticky;bottom:0;height:30px;color:var(--mdc-theme-text-secondary-on-background);border-top:1px solid var(--mdc-theme-on-background);background:var(--mdc-theme-surface);width:100%;transform:translateZ(0);overflow:hidden;display:flex;align-items:center;z-index:1",
21
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRWlEIiwiZmlsZSI6InN0eWxlZC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gXCJAZW1vdGlvbi9zdHlsZWRcIjtcblxuZXhwb3J0IGNvbnN0IEJvdHRvbUluZm9CYXJXcmFwcGVyID0gc3R5bGVkKFwiZGl2XCIpYFxuICAgIGZvbnQtc2l6ZTogMC44cmVtO1xuICAgIHBvc2l0aW9uOiBzdGlja3k7XG4gICAgYm90dG9tOiAwO1xuICAgIGhlaWdodDogMzBweDtcbiAgICBjb2xvcjogdmFyKC0tbWRjLXRoZW1lLXRleHQtc2Vjb25kYXJ5LW9uLWJhY2tncm91bmQpO1xuICAgIGJvcmRlci10b3A6IDFweCBzb2xpZCB2YXIoLS1tZGMtdGhlbWUtb24tYmFja2dyb3VuZCk7XG4gICAgYmFja2dyb3VuZDogdmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWigwKTtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICB6LWluZGV4OiAxO1xuYDtcblxuZXhwb3J0IGNvbnN0IEJvdHRvbUluZm9CYXJJbm5lciA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBwYWRkaW5nOiAwIDEwcHg7XG4gICAgd2lkdGg6IDEwMCU7XG5gO1xuXG5leHBvcnQgY29uc3QgU3RhdHVzV3JhcHBlciA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBjb2xvcjogdmFyKC0tbWRjLXRoZW1lLXByaW1hcnkpO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodDogMDtcbiAgICBib3R0b206IDEwcHg7XG4gICAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICA+IGRpdiB7XG4gICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgQ2lyY3VsYXJQcm9ncmVzc0hvbGRlciA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgaGVpZ2h0OiAxMnB4O1xuICAgIHdpZHRoOiAxMnB4O1xuYDtcblxuZXhwb3J0IGNvbnN0IFVwbG9hZGluZ0xhYmVsID0gc3R5bGVkKFwiZGl2XCIpYFxuICAgIG1hcmdpbi1yaWdodDogNXB4O1xuYDtcbiJdfQ== */",
22
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
23
- });
24
- var BottomInfoBarInner = exports.BottomInfoBarInner = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
25
- target: "e16zhfly3"
26
- } : {
27
- target: "e16zhfly3",
28
- label: "BottomInfoBarInner"
29
- })(process.env.NODE_ENV === "production" ? {
30
- name: "owe4de",
31
- styles: "padding:0 10px;width:100%"
32
- } : {
33
- name: "owe4de",
34
- styles: "padding:0 10px;width:100%",
35
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBa0IrQyIsImZpbGUiOiJzdHlsZWQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5cbmV4cG9ydCBjb25zdCBCb3R0b21JbmZvQmFyV3JhcHBlciA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBmb250LXNpemU6IDAuOHJlbTtcbiAgICBwb3NpdGlvbjogc3RpY2t5O1xuICAgIGJvdHRvbTogMDtcbiAgICBoZWlnaHQ6IDMwcHg7XG4gICAgY29sb3I6IHZhcigtLW1kYy10aGVtZS10ZXh0LXNlY29uZGFyeS1vbi1iYWNrZ3JvdW5kKTtcbiAgICBib3JkZXItdG9wOiAxcHggc29saWQgdmFyKC0tbWRjLXRoZW1lLW9uLWJhY2tncm91bmQpO1xuICAgIGJhY2tncm91bmQ6IHZhcigtLW1kYy10aGVtZS1zdXJmYWNlKTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgei1pbmRleDogMTtcbmA7XG5cbmV4cG9ydCBjb25zdCBCb3R0b21JbmZvQmFySW5uZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgcGFkZGluZzogMCAxMHB4O1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0YXR1c1dyYXBwZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgY29sb3I6IHZhcigtLW1kYy10aGVtZS1wcmltYXJ5KTtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDA7XG4gICAgYm90dG9tOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgPiBkaXYge1xuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IENpcmN1bGFyUHJvZ3Jlc3NIb2xkZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGhlaWdodDogMTJweDtcbiAgICB3aWR0aDogMTJweDtcbmA7XG5cbmV4cG9ydCBjb25zdCBVcGxvYWRpbmdMYWJlbCA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBtYXJnaW4tcmlnaHQ6IDVweDtcbmA7XG4iXX0= */",
36
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
37
- });
38
- var StatusWrapper = exports.StatusWrapper = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
39
- target: "e16zhfly2"
40
- } : {
41
- target: "e16zhfly2",
42
- label: "StatusWrapper"
43
- })(process.env.NODE_ENV === "production" ? {
44
- name: "pjg2fa",
45
- styles: "color:var(--mdc-theme-primary);position:absolute;right:0;bottom:10px;margin-right:10px;display:flex;align-items:center;>div{display:inline-block;}"
46
- } : {
47
- name: "pjg2fa",
48
- styles: "color:var(--mdc-theme-primary);position:absolute;right:0;bottom:10px;margin-right:10px;display:flex;align-items:center;>div{display:inline-block;}",
49
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBdUIwQyIsImZpbGUiOiJzdHlsZWQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5cbmV4cG9ydCBjb25zdCBCb3R0b21JbmZvQmFyV3JhcHBlciA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBmb250LXNpemU6IDAuOHJlbTtcbiAgICBwb3NpdGlvbjogc3RpY2t5O1xuICAgIGJvdHRvbTogMDtcbiAgICBoZWlnaHQ6IDMwcHg7XG4gICAgY29sb3I6IHZhcigtLW1kYy10aGVtZS10ZXh0LXNlY29uZGFyeS1vbi1iYWNrZ3JvdW5kKTtcbiAgICBib3JkZXItdG9wOiAxcHggc29saWQgdmFyKC0tbWRjLXRoZW1lLW9uLWJhY2tncm91bmQpO1xuICAgIGJhY2tncm91bmQ6IHZhcigtLW1kYy10aGVtZS1zdXJmYWNlKTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgei1pbmRleDogMTtcbmA7XG5cbmV4cG9ydCBjb25zdCBCb3R0b21JbmZvQmFySW5uZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgcGFkZGluZzogMCAxMHB4O1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0YXR1c1dyYXBwZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgY29sb3I6IHZhcigtLW1kYy10aGVtZS1wcmltYXJ5KTtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDA7XG4gICAgYm90dG9tOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgPiBkaXYge1xuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IENpcmN1bGFyUHJvZ3Jlc3NIb2xkZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGhlaWdodDogMTJweDtcbiAgICB3aWR0aDogMTJweDtcbmA7XG5cbmV4cG9ydCBjb25zdCBVcGxvYWRpbmdMYWJlbCA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBtYXJnaW4tcmlnaHQ6IDVweDtcbmA7XG4iXX0= */",
50
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
51
- });
52
- var CircularProgressHolder = exports.CircularProgressHolder = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
53
- target: "e16zhfly1"
54
- } : {
55
- target: "e16zhfly1",
56
- label: "CircularProgressHolder"
57
- })(process.env.NODE_ENV === "production" ? {
58
- name: "n39s9v",
59
- styles: "position:relative;height:12px;width:12px"
60
- } : {
61
- name: "n39s9v",
62
- styles: "position:relative;height:12px;width:12px",
63
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0NtRCIsImZpbGUiOiJzdHlsZWQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5cbmV4cG9ydCBjb25zdCBCb3R0b21JbmZvQmFyV3JhcHBlciA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBmb250LXNpemU6IDAuOHJlbTtcbiAgICBwb3NpdGlvbjogc3RpY2t5O1xuICAgIGJvdHRvbTogMDtcbiAgICBoZWlnaHQ6IDMwcHg7XG4gICAgY29sb3I6IHZhcigtLW1kYy10aGVtZS10ZXh0LXNlY29uZGFyeS1vbi1iYWNrZ3JvdW5kKTtcbiAgICBib3JkZXItdG9wOiAxcHggc29saWQgdmFyKC0tbWRjLXRoZW1lLW9uLWJhY2tncm91bmQpO1xuICAgIGJhY2tncm91bmQ6IHZhcigtLW1kYy10aGVtZS1zdXJmYWNlKTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgei1pbmRleDogMTtcbmA7XG5cbmV4cG9ydCBjb25zdCBCb3R0b21JbmZvQmFySW5uZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgcGFkZGluZzogMCAxMHB4O1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0YXR1c1dyYXBwZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgY29sb3I6IHZhcigtLW1kYy10aGVtZS1wcmltYXJ5KTtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDA7XG4gICAgYm90dG9tOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgPiBkaXYge1xuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IENpcmN1bGFyUHJvZ3Jlc3NIb2xkZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGhlaWdodDogMTJweDtcbiAgICB3aWR0aDogMTJweDtcbmA7XG5cbmV4cG9ydCBjb25zdCBVcGxvYWRpbmdMYWJlbCA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBtYXJnaW4tcmlnaHQ6IDVweDtcbmA7XG4iXX0= */",
64
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
65
- });
66
- var UploadingLabel = exports.UploadingLabel = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
67
- target: "e16zhfly0"
68
- } : {
69
- target: "e16zhfly0",
70
- label: "UploadingLabel"
71
- })(process.env.NODE_ENV === "production" ? {
72
- name: "1693thf",
73
- styles: "margin-right:5px"
74
- } : {
75
- name: "1693thf",
76
- styles: "margin-right:5px",
77
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBMEMyQyIsImZpbGUiOiJzdHlsZWQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5cbmV4cG9ydCBjb25zdCBCb3R0b21JbmZvQmFyV3JhcHBlciA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBmb250LXNpemU6IDAuOHJlbTtcbiAgICBwb3NpdGlvbjogc3RpY2t5O1xuICAgIGJvdHRvbTogMDtcbiAgICBoZWlnaHQ6IDMwcHg7XG4gICAgY29sb3I6IHZhcigtLW1kYy10aGVtZS10ZXh0LXNlY29uZGFyeS1vbi1iYWNrZ3JvdW5kKTtcbiAgICBib3JkZXItdG9wOiAxcHggc29saWQgdmFyKC0tbWRjLXRoZW1lLW9uLWJhY2tncm91bmQpO1xuICAgIGJhY2tncm91bmQ6IHZhcigtLW1kYy10aGVtZS1zdXJmYWNlKTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgei1pbmRleDogMTtcbmA7XG5cbmV4cG9ydCBjb25zdCBCb3R0b21JbmZvQmFySW5uZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgcGFkZGluZzogMCAxMHB4O1xuICAgIHdpZHRoOiAxMDAlO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0YXR1c1dyYXBwZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgY29sb3I6IHZhcigtLW1kYy10aGVtZS1wcmltYXJ5KTtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDA7XG4gICAgYm90dG9tOiAxMHB4O1xuICAgIG1hcmdpbi1yaWdodDogMTBweDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgPiBkaXYge1xuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IENpcmN1bGFyUHJvZ3Jlc3NIb2xkZXIgPSBzdHlsZWQoXCJkaXZcIilgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGhlaWdodDogMTJweDtcbiAgICB3aWR0aDogMTJweDtcbmA7XG5cbmV4cG9ydCBjb25zdCBVcGxvYWRpbmdMYWJlbCA9IHN0eWxlZChcImRpdlwiKWBcbiAgICBtYXJnaW4tcmlnaHQ6IDVweDtcbmA7XG4iXX0= */",
78
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
79
- });
80
-
81
- //# sourceMappingURL=styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["BottomInfoBarWrapper","exports","_base","default","process","env","NODE_ENV","target","label","name","styles","map","toString","_EMOTION_STRINGIFIED_CSS_ERROR__","BottomInfoBarInner","StatusWrapper","CircularProgressHolder","UploadingLabel"],"sources":["styled.tsx"],"sourcesContent":["import styled from \"@emotion/styled\";\n\nexport const BottomInfoBarWrapper = styled(\"div\")`\n font-size: 0.8rem;\n position: sticky;\n bottom: 0;\n height: 30px;\n color: var(--mdc-theme-text-secondary-on-background);\n border-top: 1px solid var(--mdc-theme-on-background);\n background: var(--mdc-theme-surface);\n width: 100%;\n transform: translateZ(0);\n overflow: hidden;\n display: flex;\n align-items: center;\n z-index: 1;\n`;\n\nexport const BottomInfoBarInner = styled(\"div\")`\n padding: 0 10px;\n width: 100%;\n`;\n\nexport const StatusWrapper = styled(\"div\")`\n color: var(--mdc-theme-primary);\n position: absolute;\n right: 0;\n bottom: 10px;\n margin-right: 10px;\n display: flex;\n align-items: center;\n > div {\n display: inline-block;\n }\n`;\n\nexport const CircularProgressHolder = styled(\"div\")`\n position: relative;\n height: 12px;\n width: 12px;\n`;\n\nexport const UploadingLabel = styled(\"div\")`\n margin-right: 5px;\n`;\n"],"mappings":";;;;;;;;;AAEO,IAAMA,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,gBAAG,IAAAE,KAAA,CAAAC,OAAA,EAAO,KAAK,EAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,EAAC,CAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAC;AAAA,EAchD;AAEM,IAAMC,kBAAkB,GAAAb,OAAA,CAAAa,kBAAA,gBAAG,IAAAZ,KAAA,CAAAC,OAAA,EAAO,KAAK,EAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,EAAC,CAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAC;AAAA,EAG9C;AAEM,IAAME,aAAa,GAAAd,OAAA,CAAAc,aAAA,gBAAG,IAAAb,KAAA,CAAAC,OAAA,EAAO,KAAK,EAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,EAAC,CAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAC;AAAA,EAWzC;AAEM,IAAMG,sBAAsB,GAAAf,OAAA,CAAAe,sBAAA,gBAAG,IAAAd,KAAA,CAAAC,OAAA,EAAO,KAAK,EAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,EAAC,CAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAC;AAAA,EAIlD;AAEM,IAAMI,cAAc,GAAAhB,OAAA,CAAAgB,cAAA,gBAAG,IAAAf,KAAA,CAAAC,OAAA,EAAO,KAAK,EAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,EAAC,CAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAC;AAAA,EAE1C","ignoreList":[]}
@@ -1,28 +0,0 @@
1
- /// <reference types="react" />
2
- import { Dialog } from "@webiny/ui/Dialog";
3
- export declare const ActionEditFormContainer: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
- export declare const DialogContainer: import("@emotion/styled").StyledComponent<import("@webiny/ui/Dialog").DialogProps & {
8
- theme?: import("@emotion/react").Theme | undefined;
9
- }, {}, {
10
- ref?: import("react").Ref<Dialog> | undefined;
11
- }>;
12
- export declare const BatchEditorContainer: import("@emotion/styled").StyledComponent<{
13
- theme?: import("@emotion/react").Theme | undefined;
14
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
16
- export declare const AddOperationInner: import("@emotion/styled").StyledComponent<{
17
- theme?: import("@emotion/react").Theme | undefined;
18
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
19
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
20
- interface ButtonIconProps {
21
- disabled?: boolean;
22
- }
23
- export declare const ButtonIcon: import("@emotion/styled").StyledComponent<import("react").SVGProps<SVGSVGElement> & {
24
- alt?: string | undefined;
25
- } & {
26
- theme?: import("@emotion/react").Theme | undefined;
27
- } & ButtonIconProps, {}, {}>;
28
- export {};
@@ -1,77 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.DialogContainer = exports.ButtonIcon = exports.BatchEditorContainer = exports.AddOperationInner = exports.ActionEditFormContainer = void 0;
8
- var _base = _interopRequireDefault(require("@emotion/styled/base"));
9
- var _add = require("@material-design-icons/svg/round/add.svg");
10
- var _Dialog = require("@webiny/ui/Dialog");
11
- function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
12
- var ActionEditFormContainer = exports.ActionEditFormContainer = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
13
- target: "e8q9yhg4"
14
- } : {
15
- target: "e8q9yhg4",
16
- label: "ActionEditFormContainer"
17
- })(process.env.NODE_ENV === "production" ? {
18
- name: "14tb8mr",
19
- styles: "margin:-24px!important"
20
- } : {
21
- name: "14tb8mr",
22
- styles: "margin:-24px!important",
23
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkFjdGlvbkVkaXQuc3R5bGVkLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJaUQiLCJmaWxlIjoiQWN0aW9uRWRpdC5zdHlsZWQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5pbXBvcnQgeyBSZWFjdENvbXBvbmVudCBhcyBBZGRJY29uIH0gZnJvbSBcIkBtYXRlcmlhbC1kZXNpZ24taWNvbnMvc3ZnL3JvdW5kL2FkZC5zdmdcIjtcbmltcG9ydCB7IERpYWxvZyB9IGZyb20gXCJAd2ViaW55L3VpL0RpYWxvZ1wiO1xuXG5leHBvcnQgY29uc3QgQWN0aW9uRWRpdEZvcm1Db250YWluZXIgPSBzdHlsZWQuZGl2YFxuICAgIG1hcmdpbjogLTI0cHggIWltcG9ydGFudDtcbmA7XG5cbmV4cG9ydCBjb25zdCBEaWFsb2dDb250YWluZXIgPSBzdHlsZWQoRGlhbG9nKWBcbiAgICB6LWluZGV4OiAyMjtcblxuICAgIC5tZGMtZGlhbG9nX19zdXJmYWNlIHtcbiAgICAgICAgd2lkdGg6IDgwMHB4O1xuICAgICAgICBtaW4td2lkdGg6IDgwMHB4O1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBCYXRjaEVkaXRvckNvbnRhaW5lciA9IHN0eWxlZC5kaXZgXG4gICAgcGFkZGluZzogMjRweDtcbmA7XG5cbmV4cG9ydCBjb25zdCBBZGRPcGVyYXRpb25Jbm5lciA9IHN0eWxlZC5kaXZgXG4gICAgcGFkZGluZzogMjRweCAwIDA7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuYDtcblxuaW50ZXJmYWNlIEJ1dHRvbkljb25Qcm9wcyB7XG4gICAgZGlzYWJsZWQ/OiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgQnV0dG9uSWNvbiA9IHN0eWxlZChBZGRJY29uKTxCdXR0b25JY29uUHJvcHM+YFxuICAgIGZpbGw6ICR7cHJvcHMgPT5cbiAgICAgICAgcHJvcHMuZGlzYWJsZWQgPyBcInZhcigtLW1kYy10aGVtZS10ZXh0LWhpbnQtb24tbGlnaHQpXCIgOiBcInZhcigtLW1kYy10aGVtZS1wcmltYXJ5KVwifTtcbiAgICB3aWR0aDogMThweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbmA7XG4iXX0= */",
24
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
25
- });
26
- var DialogContainer = exports.DialogContainer = /*#__PURE__*/(0, _base.default)(_Dialog.Dialog, process.env.NODE_ENV === "production" ? {
27
- target: "e8q9yhg3"
28
- } : {
29
- target: "e8q9yhg3",
30
- label: "DialogContainer"
31
- })(process.env.NODE_ENV === "production" ? {
32
- name: "yn24gc",
33
- styles: "z-index:22;.mdc-dialog__surface{width:800px;min-width:800px;}"
34
- } : {
35
- name: "yn24gc",
36
- styles: "z-index:22;.mdc-dialog__surface{width:800px;min-width:800px;}",
37
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkFjdGlvbkVkaXQuc3R5bGVkLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFRNkMiLCJmaWxlIjoiQWN0aW9uRWRpdC5zdHlsZWQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5pbXBvcnQgeyBSZWFjdENvbXBvbmVudCBhcyBBZGRJY29uIH0gZnJvbSBcIkBtYXRlcmlhbC1kZXNpZ24taWNvbnMvc3ZnL3JvdW5kL2FkZC5zdmdcIjtcbmltcG9ydCB7IERpYWxvZyB9IGZyb20gXCJAd2ViaW55L3VpL0RpYWxvZ1wiO1xuXG5leHBvcnQgY29uc3QgQWN0aW9uRWRpdEZvcm1Db250YWluZXIgPSBzdHlsZWQuZGl2YFxuICAgIG1hcmdpbjogLTI0cHggIWltcG9ydGFudDtcbmA7XG5cbmV4cG9ydCBjb25zdCBEaWFsb2dDb250YWluZXIgPSBzdHlsZWQoRGlhbG9nKWBcbiAgICB6LWluZGV4OiAyMjtcblxuICAgIC5tZGMtZGlhbG9nX19zdXJmYWNlIHtcbiAgICAgICAgd2lkdGg6IDgwMHB4O1xuICAgICAgICBtaW4td2lkdGg6IDgwMHB4O1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBCYXRjaEVkaXRvckNvbnRhaW5lciA9IHN0eWxlZC5kaXZgXG4gICAgcGFkZGluZzogMjRweDtcbmA7XG5cbmV4cG9ydCBjb25zdCBBZGRPcGVyYXRpb25Jbm5lciA9IHN0eWxlZC5kaXZgXG4gICAgcGFkZGluZzogMjRweCAwIDA7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuYDtcblxuaW50ZXJmYWNlIEJ1dHRvbkljb25Qcm9wcyB7XG4gICAgZGlzYWJsZWQ/OiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgQnV0dG9uSWNvbiA9IHN0eWxlZChBZGRJY29uKTxCdXR0b25JY29uUHJvcHM+YFxuICAgIGZpbGw6ICR7cHJvcHMgPT5cbiAgICAgICAgcHJvcHMuZGlzYWJsZWQgPyBcInZhcigtLW1kYy10aGVtZS10ZXh0LWhpbnQtb24tbGlnaHQpXCIgOiBcInZhcigtLW1kYy10aGVtZS1wcmltYXJ5KVwifTtcbiAgICB3aWR0aDogMThweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDhweDtcbmA7XG4iXX0= */",
38
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
39
- });
40
- var BatchEditorContainer = exports.BatchEditorContainer = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
41
- target: "e8q9yhg2"
42
- } : {
43
- target: "e8q9yhg2",
44
- label: "BatchEditorContainer"
45
- })(process.env.NODE_ENV === "production" ? {
46
- name: "vxuddk",
47
- styles: "padding:24px"
48
- } : {
49
- name: "vxuddk",
50
- styles: "padding:24px",
51
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkFjdGlvbkVkaXQuc3R5bGVkLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQjhDIiwiZmlsZSI6IkFjdGlvbkVkaXQuc3R5bGVkLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSBcIkBlbW90aW9uL3N0eWxlZFwiO1xuaW1wb3J0IHsgUmVhY3RDb21wb25lbnQgYXMgQWRkSWNvbiB9IGZyb20gXCJAbWF0ZXJpYWwtZGVzaWduLWljb25zL3N2Zy9yb3VuZC9hZGQuc3ZnXCI7XG5pbXBvcnQgeyBEaWFsb2cgfSBmcm9tIFwiQHdlYmlueS91aS9EaWFsb2dcIjtcblxuZXhwb3J0IGNvbnN0IEFjdGlvbkVkaXRGb3JtQ29udGFpbmVyID0gc3R5bGVkLmRpdmBcbiAgICBtYXJnaW46IC0yNHB4ICFpbXBvcnRhbnQ7XG5gO1xuXG5leHBvcnQgY29uc3QgRGlhbG9nQ29udGFpbmVyID0gc3R5bGVkKERpYWxvZylgXG4gICAgei1pbmRleDogMjI7XG5cbiAgICAubWRjLWRpYWxvZ19fc3VyZmFjZSB7XG4gICAgICAgIHdpZHRoOiA4MDBweDtcbiAgICAgICAgbWluLXdpZHRoOiA4MDBweDtcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgQmF0Y2hFZGl0b3JDb250YWluZXIgPSBzdHlsZWQuZGl2YFxuICAgIHBhZGRpbmc6IDI0cHg7XG5gO1xuXG5leHBvcnQgY29uc3QgQWRkT3BlcmF0aW9uSW5uZXIgPSBzdHlsZWQuZGl2YFxuICAgIHBhZGRpbmc6IDI0cHggMCAwO1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbmA7XG5cbmludGVyZmFjZSBCdXR0b25JY29uUHJvcHMge1xuICAgIGRpc2FibGVkPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGNvbnN0IEJ1dHRvbkljb24gPSBzdHlsZWQoQWRkSWNvbik8QnV0dG9uSWNvblByb3BzPmBcbiAgICBmaWxsOiAke3Byb3BzID0+XG4gICAgICAgIHByb3BzLmRpc2FibGVkID8gXCJ2YXIoLS1tZGMtdGhlbWUtdGV4dC1oaW50LW9uLWxpZ2h0KVwiIDogXCJ2YXIoLS1tZGMtdGhlbWUtcHJpbWFyeSlcIn07XG4gICAgd2lkdGg6IDE4cHg7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG5gO1xuIl19 */",
52
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
53
- });
54
- var AddOperationInner = exports.AddOperationInner = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
55
- target: "e8q9yhg1"
56
- } : {
57
- target: "e8q9yhg1",
58
- label: "AddOperationInner"
59
- })(process.env.NODE_ENV === "production" ? {
60
- name: "hrku3p",
61
- styles: "padding:24px 0 0;text-align:center"
62
- } : {
63
- name: "hrku3p",
64
- styles: "padding:24px 0 0;text-align:center",
65
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkFjdGlvbkVkaXQuc3R5bGVkLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFxQjJDIiwiZmlsZSI6IkFjdGlvbkVkaXQuc3R5bGVkLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSBcIkBlbW90aW9uL3N0eWxlZFwiO1xuaW1wb3J0IHsgUmVhY3RDb21wb25lbnQgYXMgQWRkSWNvbiB9IGZyb20gXCJAbWF0ZXJpYWwtZGVzaWduLWljb25zL3N2Zy9yb3VuZC9hZGQuc3ZnXCI7XG5pbXBvcnQgeyBEaWFsb2cgfSBmcm9tIFwiQHdlYmlueS91aS9EaWFsb2dcIjtcblxuZXhwb3J0IGNvbnN0IEFjdGlvbkVkaXRGb3JtQ29udGFpbmVyID0gc3R5bGVkLmRpdmBcbiAgICBtYXJnaW46IC0yNHB4ICFpbXBvcnRhbnQ7XG5gO1xuXG5leHBvcnQgY29uc3QgRGlhbG9nQ29udGFpbmVyID0gc3R5bGVkKERpYWxvZylgXG4gICAgei1pbmRleDogMjI7XG5cbiAgICAubWRjLWRpYWxvZ19fc3VyZmFjZSB7XG4gICAgICAgIHdpZHRoOiA4MDBweDtcbiAgICAgICAgbWluLXdpZHRoOiA4MDBweDtcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgQmF0Y2hFZGl0b3JDb250YWluZXIgPSBzdHlsZWQuZGl2YFxuICAgIHBhZGRpbmc6IDI0cHg7XG5gO1xuXG5leHBvcnQgY29uc3QgQWRkT3BlcmF0aW9uSW5uZXIgPSBzdHlsZWQuZGl2YFxuICAgIHBhZGRpbmc6IDI0cHggMCAwO1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbmA7XG5cbmludGVyZmFjZSBCdXR0b25JY29uUHJvcHMge1xuICAgIGRpc2FibGVkPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGNvbnN0IEJ1dHRvbkljb24gPSBzdHlsZWQoQWRkSWNvbik8QnV0dG9uSWNvblByb3BzPmBcbiAgICBmaWxsOiAke3Byb3BzID0+XG4gICAgICAgIHByb3BzLmRpc2FibGVkID8gXCJ2YXIoLS1tZGMtdGhlbWUtdGV4dC1oaW50LW9uLWxpZ2h0KVwiIDogXCJ2YXIoLS1tZGMtdGhlbWUtcHJpbWFyeSlcIn07XG4gICAgd2lkdGg6IDE4cHg7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG5gO1xuIl19 */",
66
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
67
- });
68
- var ButtonIcon = exports.ButtonIcon = /*#__PURE__*/(0, _base.default)(_add.ReactComponent, process.env.NODE_ENV === "production" ? {
69
- target: "e8q9yhg0"
70
- } : {
71
- target: "e8q9yhg0",
72
- label: "ButtonIcon"
73
- })("fill:", function (props) {
74
- return props.disabled ? "var(--mdc-theme-text-hint-on-light)" : "var(--mdc-theme-primary)";
75
- }, ";width:18px;margin-right:8px;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkFjdGlvbkVkaXQuc3R5bGVkLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE4QjBEIiwiZmlsZSI6IkFjdGlvbkVkaXQuc3R5bGVkLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSBcIkBlbW90aW9uL3N0eWxlZFwiO1xuaW1wb3J0IHsgUmVhY3RDb21wb25lbnQgYXMgQWRkSWNvbiB9IGZyb20gXCJAbWF0ZXJpYWwtZGVzaWduLWljb25zL3N2Zy9yb3VuZC9hZGQuc3ZnXCI7XG5pbXBvcnQgeyBEaWFsb2cgfSBmcm9tIFwiQHdlYmlueS91aS9EaWFsb2dcIjtcblxuZXhwb3J0IGNvbnN0IEFjdGlvbkVkaXRGb3JtQ29udGFpbmVyID0gc3R5bGVkLmRpdmBcbiAgICBtYXJnaW46IC0yNHB4ICFpbXBvcnRhbnQ7XG5gO1xuXG5leHBvcnQgY29uc3QgRGlhbG9nQ29udGFpbmVyID0gc3R5bGVkKERpYWxvZylgXG4gICAgei1pbmRleDogMjI7XG5cbiAgICAubWRjLWRpYWxvZ19fc3VyZmFjZSB7XG4gICAgICAgIHdpZHRoOiA4MDBweDtcbiAgICAgICAgbWluLXdpZHRoOiA4MDBweDtcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgQmF0Y2hFZGl0b3JDb250YWluZXIgPSBzdHlsZWQuZGl2YFxuICAgIHBhZGRpbmc6IDI0cHg7XG5gO1xuXG5leHBvcnQgY29uc3QgQWRkT3BlcmF0aW9uSW5uZXIgPSBzdHlsZWQuZGl2YFxuICAgIHBhZGRpbmc6IDI0cHggMCAwO1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbmA7XG5cbmludGVyZmFjZSBCdXR0b25JY29uUHJvcHMge1xuICAgIGRpc2FibGVkPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGNvbnN0IEJ1dHRvbkljb24gPSBzdHlsZWQoQWRkSWNvbik8QnV0dG9uSWNvblByb3BzPmBcbiAgICBmaWxsOiAke3Byb3BzID0+XG4gICAgICAgIHByb3BzLmRpc2FibGVkID8gXCJ2YXIoLS1tZGMtdGhlbWUtdGV4dC1oaW50LW9uLWxpZ2h0KVwiIDogXCJ2YXIoLS1tZGMtdGhlbWUtcHJpbWFyeSlcIn07XG4gICAgd2lkdGg6IDE4cHg7XG4gICAgbWFyZ2luLXJpZ2h0OiA4cHg7XG5gO1xuIl19 */"));
76
-
77
- //# sourceMappingURL=ActionEdit.styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_add","require","_Dialog","_EMOTION_STRINGIFIED_CSS_ERROR__","ActionEditFormContainer","exports","_base","default","process","env","NODE_ENV","target","label","name","styles","map","toString","DialogContainer","Dialog","BatchEditorContainer","AddOperationInner","ButtonIcon","AddIcon","props","disabled"],"sources":["ActionEdit.styled.tsx"],"sourcesContent":["import styled from \"@emotion/styled\";\nimport { ReactComponent as AddIcon } from \"@material-design-icons/svg/round/add.svg\";\nimport { Dialog } from \"@webiny/ui/Dialog\";\n\nexport const ActionEditFormContainer = styled.div`\n margin: -24px !important;\n`;\n\nexport const DialogContainer = styled(Dialog)`\n z-index: 22;\n\n .mdc-dialog__surface {\n width: 800px;\n min-width: 800px;\n }\n`;\n\nexport const BatchEditorContainer = styled.div`\n padding: 24px;\n`;\n\nexport const AddOperationInner = styled.div`\n padding: 24px 0 0;\n text-align: center;\n`;\n\ninterface ButtonIconProps {\n disabled?: boolean;\n}\n\nexport const ButtonIcon = styled(AddIcon)<ButtonIconProps>`\n fill: ${props =>\n props.disabled ? \"var(--mdc-theme-text-hint-on-light)\" : \"var(--mdc-theme-primary)\"};\n width: 18px;\n margin-right: 8px;\n`;\n"],"mappings":";;;;;;;;AACA,IAAAA,IAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAA2C,SAAAE,iCAAA;AAEpC,IAAMC,uBAAuB,GAAAC,OAAA,CAAAD,uBAAA,oBAAAE,KAAA,CAAAC,OAAA,SAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,GAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAb;AAAA,EAEnC;AAEM,IAAMc,eAAe,GAAAZ,OAAA,CAAAY,eAAA,gBAAG,IAAAX,KAAA,CAAAC,OAAA,EAAOW,cAAM,EAAAV,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,EAAC,CAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAb;AAAA,EAO5C;AAEM,IAAMgB,oBAAoB,GAAAd,OAAA,CAAAc,oBAAA,oBAAAb,KAAA,CAAAC,OAAA,SAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,GAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAb;AAAA,EAEhC;AAEM,IAAMiB,iBAAiB,GAAAf,OAAA,CAAAe,iBAAA,oBAAAd,KAAA,CAAAC,OAAA,SAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,GAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAb;AAAA,EAG7B;AAMM,IAAMkB,UAAU,GAAAhB,OAAA,CAAAgB,UAAA,gBAAG,IAAAf,KAAA,CAAAC,OAAA,EAAOe,mBAAO,EAAAd,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,EAAC,UAC7B,UAAAW,KAAK;EAAA,OACTA,KAAK,CAACC,QAAQ,GAAG,qCAAqC,GAAG,0BAA0B;AAAA,sCAAAhB,OAAA,CAAAC,GAAA,CAAAC,QAAA,o7CAG1F","ignoreList":[]}
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- interface RemoveOperationProps {
3
- onClick: () => void;
4
- disabled: boolean;
5
- }
6
- export declare const RemoveOperation: ({ onClick, disabled }: RemoveOperationProps) => React.JSX.Element;
7
- export {};
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.RemoveOperation = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _delete = require("@material-design-icons/svg/outlined/delete.svg");
10
- var _Button = require("@webiny/ui/Button");
11
- var _Tooltip = require("@webiny/ui/Tooltip");
12
- var RemoveOperation = exports.RemoveOperation = function RemoveOperation(_ref) {
13
- var onClick = _ref.onClick,
14
- disabled = _ref.disabled;
15
- return /*#__PURE__*/_react.default.createElement(_Tooltip.Tooltip, {
16
- content: "Remove operation",
17
- placement: "bottom"
18
- }, /*#__PURE__*/_react.default.createElement(_Button.IconButton, {
19
- label: "Remove operation",
20
- icon: /*#__PURE__*/_react.default.createElement(_delete.ReactComponent, null),
21
- onClick: onClick,
22
- disabled: disabled
23
- }));
24
- };
25
-
26
- //# sourceMappingURL=RemoveOperation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_delete","_Button","_Tooltip","RemoveOperation","exports","_ref","onClick","disabled","default","createElement","Tooltip","content","placement","IconButton","label","icon","ReactComponent"],"sources":["RemoveOperation.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { ReactComponent as DeleteIcon } from \"@material-design-icons/svg/outlined/delete.svg\";\nimport { IconButton } from \"@webiny/ui/Button\";\nimport { Tooltip } from \"@webiny/ui/Tooltip\";\n\ninterface RemoveOperationProps {\n onClick: () => void;\n disabled: boolean;\n}\n\nexport const RemoveOperation = ({ onClick, disabled }: RemoveOperationProps) => {\n return (\n <Tooltip content={\"Remove operation\"} placement={\"bottom\"}>\n <IconButton\n label={\"Remove operation\"}\n icon={<DeleteIcon />}\n onClick={onClick}\n disabled={disabled}\n />\n </Tooltip>\n );\n};\n"],"mappings":";;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAF,OAAA;AACA,IAAAG,QAAA,GAAAH,OAAA;AAOO,IAAMI,eAAe,GAAAC,OAAA,CAAAD,eAAA,GAAG,SAAlBA,eAAeA,CAAAE,IAAA,EAAoD;EAAA,IAA9CC,OAAO,GAAAD,IAAA,CAAPC,OAAO;IAAEC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;EAC/C,oBACIV,MAAA,CAAAW,OAAA,CAAAC,aAAA,CAACP,QAAA,CAAAQ,OAAO;IAACC,OAAO,EAAE,kBAAmB;IAACC,SAAS,EAAE;EAAS,gBACtDf,MAAA,CAAAW,OAAA,CAAAC,aAAA,CAACR,OAAA,CAAAY,UAAU;IACPC,KAAK,EAAE,kBAAmB;IAC1BC,IAAI,eAAElB,MAAA,CAAAW,OAAA,CAAAC,aAAA,CAACT,OAAA,CAAAgB,cAAU,MAAE,CAAE;IACrBV,OAAO,EAAEA,OAAQ;IACjBC,QAAQ,EAAEA;EAAS,CACtB,CACI,CAAC;AAElB,CAAC","ignoreList":[]}
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const BulkActionsContainer: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
- export declare const BulkActionsInner: import("@emotion/styled").StyledComponent<{
7
- theme?: import("@emotion/react").Theme | undefined;
8
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
9
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
- export declare const ButtonsContainer: import("@emotion/styled").StyledComponent<{
11
- theme?: import("@emotion/react").Theme | undefined;
12
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
13
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,46 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.ButtonsContainer = exports.BulkActionsInner = exports.BulkActionsContainer = void 0;
8
- var _base = _interopRequireDefault(require("@emotion/styled/base"));
9
- var _appAdmin = require("@webiny/app-admin");
10
- function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
11
- var BulkActionsContainer = exports.BulkActionsContainer = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
12
- target: "e19j6q732"
13
- } : {
14
- target: "e19j6q732",
15
- label: "BulkActionsContainer"
16
- })(process.env.NODE_ENV === "production" ? {
17
- name: "31dgdi",
18
- styles: "width:100%;height:64px;background-color:var(--mdc-theme-surface);border-bottom:1px solid rgba(0, 0, 0, 0.12)"
19
- } : {
20
- name: "31dgdi",
21
- styles: "width:100%;height:64px;background-color:var(--mdc-theme-surface);border-bottom:1px solid rgba(0, 0, 0, 0.12)",
22
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkJ1bGtBY3Rpb25zLnN0eWxlZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRzhDIiwiZmlsZSI6IkJ1bGtBY3Rpb25zLnN0eWxlZC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gXCJAZW1vdGlvbi9zdHlsZWRcIjtcbmltcG9ydCB7IEJ1dHRvbkNvbnRhaW5lciB9IGZyb20gXCJAd2ViaW55L2FwcC1hZG1pblwiO1xuXG5leHBvcnQgY29uc3QgQnVsa0FjdGlvbnNDb250YWluZXIgPSBzdHlsZWQuZGl2YFxuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogNjRweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1tZGMtdGhlbWUtc3VyZmFjZSk7XG4gICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkIHJnYmEoMCwgMCwgMCwgMC4xMik7XG5gO1xuXG5leHBvcnQgY29uc3QgQnVsa0FjdGlvbnNJbm5lciA9IHN0eWxlZC5kaXZgXG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gICAgcGFkZGluZzogMCAxMnB4IDAgMTZweDtcbmA7XG5cbmV4cG9ydCBjb25zdCBCdXR0b25zQ29udGFpbmVyID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICAke0J1dHRvbkNvbnRhaW5lcn0ge1xuICAgICAgICBtYXJnaW46IDA7XG4gICAgfVxuYDtcbiJdfQ== */",
23
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
24
- });
25
- var BulkActionsInner = exports.BulkActionsInner = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
26
- target: "e19j6q731"
27
- } : {
28
- target: "e19j6q731",
29
- label: "BulkActionsInner"
30
- })(process.env.NODE_ENV === "production" ? {
31
- name: "182dpry",
32
- styles: "height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 16px"
33
- } : {
34
- name: "182dpry",
35
- styles: "height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 16px",
36
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkJ1bGtBY3Rpb25zLnN0eWxlZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBVTBDIiwiZmlsZSI6IkJ1bGtBY3Rpb25zLnN0eWxlZC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gXCJAZW1vdGlvbi9zdHlsZWRcIjtcbmltcG9ydCB7IEJ1dHRvbkNvbnRhaW5lciB9IGZyb20gXCJAd2ViaW55L2FwcC1hZG1pblwiO1xuXG5leHBvcnQgY29uc3QgQnVsa0FjdGlvbnNDb250YWluZXIgPSBzdHlsZWQuZGl2YFxuICAgIHdpZHRoOiAxMDAlO1xuICAgIGhlaWdodDogNjRweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1tZGMtdGhlbWUtc3VyZmFjZSk7XG4gICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkIHJnYmEoMCwgMCwgMCwgMC4xMik7XG5gO1xuXG5leHBvcnQgY29uc3QgQnVsa0FjdGlvbnNJbm5lciA9IHN0eWxlZC5kaXZgXG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gICAgcGFkZGluZzogMCAxMnB4IDAgMTZweDtcbmA7XG5cbmV4cG9ydCBjb25zdCBCdXR0b25zQ29udGFpbmVyID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICAke0J1dHRvbkNvbnRhaW5lcn0ge1xuICAgICAgICBtYXJnaW46IDA7XG4gICAgfVxuYDtcbiJdfQ== */",
37
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
38
- });
39
- var ButtonsContainer = exports.ButtonsContainer = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
40
- target: "e19j6q730"
41
- } : {
42
- target: "e19j6q730",
43
- label: "ButtonsContainer"
44
- })("display:flex;align-items:center;", _appAdmin.ButtonContainer, "{margin:0;}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkJ1bGtBY3Rpb25zLnN0eWxlZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBa0IwQyIsImZpbGUiOiJCdWxrQWN0aW9ucy5zdHlsZWQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5pbXBvcnQgeyBCdXR0b25Db250YWluZXIgfSBmcm9tIFwiQHdlYmlueS9hcHAtYWRtaW5cIjtcblxuZXhwb3J0IGNvbnN0IEJ1bGtBY3Rpb25zQ29udGFpbmVyID0gc3R5bGVkLmRpdmBcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDY0cHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpO1xuICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCByZ2JhKDAsIDAsIDAsIDAuMTIpO1xuYDtcblxuZXhwb3J0IGNvbnN0IEJ1bGtBY3Rpb25zSW5uZXIgPSBzdHlsZWQuZGl2YFxuICAgIGhlaWdodDogMTAwJTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICAgIHBhZGRpbmc6IDAgMTJweCAwIDE2cHg7XG5gO1xuXG5leHBvcnQgY29uc3QgQnV0dG9uc0NvbnRhaW5lciA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgJHtCdXR0b25Db250YWluZXJ9IHtcbiAgICAgICAgbWFyZ2luOiAwO1xuICAgIH1cbmA7XG4iXX0= */"));
45
-
46
- //# sourceMappingURL=BulkActions.styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_appAdmin","require","_EMOTION_STRINGIFIED_CSS_ERROR__","BulkActionsContainer","exports","_base","default","process","env","NODE_ENV","target","label","name","styles","map","toString","BulkActionsInner","ButtonsContainer","ButtonContainer"],"sources":["BulkActions.styled.tsx"],"sourcesContent":["import styled from \"@emotion/styled\";\nimport { ButtonContainer } from \"@webiny/app-admin\";\n\nexport const BulkActionsContainer = styled.div`\n width: 100%;\n height: 64px;\n background-color: var(--mdc-theme-surface);\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n`;\n\nexport const BulkActionsInner = styled.div`\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 0 12px 0 16px;\n`;\n\nexport const ButtonsContainer = styled.div`\n display: flex;\n align-items: center;\n\n ${ButtonContainer} {\n margin: 0;\n }\n`;\n"],"mappings":";;;;;;;;AACA,IAAAA,SAAA,GAAAC,OAAA;AAAoD,SAAAC,iCAAA;AAE7C,IAAMC,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,oBAAAE,KAAA,CAAAC,OAAA,SAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,GAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAb;AAAA,EAKhC;AAEM,IAAMc,gBAAgB,GAAAZ,OAAA,CAAAY,gBAAA,oBAAAX,KAAA,CAAAC,OAAA,SAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,GAAAJ,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAG,IAAA;EAAAC,MAAA;AAAA;EAAAD,IAAA;EAAAC,MAAA;EAAAC,GAAA;EAAAC,QAAA,EAAAb;AAAA,EAM5B;AAEM,IAAMe,gBAAgB,GAAAb,OAAA,CAAAa,gBAAA,oBAAAZ,KAAA,CAAAC,OAAA,SAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA;EAAAC,MAAA;AAAA;EAAAA,MAAA;EAAAC,KAAA;AAAA,uCAIvBO,yBAAe,mBAAAX,OAAA,CAAAC,GAAA,CAAAC,QAAA,olCAGpB","ignoreList":[]}
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- export interface DropFilesHereProps {
3
- onDragLeave?: (event?: React.DragEvent<HTMLElement>) => void;
4
- onDrop?: (event?: React.DragEvent<HTMLElement>) => void;
5
- empty?: boolean;
6
- onClick?: (event?: React.MouseEvent<HTMLElement>) => void;
7
- }
8
- export declare const DropFilesHere: ({ empty, onClick }: DropFilesHereProps) => React.JSX.Element;
@@ -1,28 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.DropFilesHere = void 0;
8
- var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
- var _react = _interopRequireDefault(require("react"));
10
- var _i18n = require("@webiny/app/i18n");
11
- var _Icon = require("@webiny/ui/Icon");
12
- var _styled = require("./styled");
13
- var _templateObject;
14
- var t = _i18n.i18n.ns("app-admin/file-manager/components/drop-files-here");
15
- var DropFilesHere = exports.DropFilesHere = function DropFilesHere(_ref) {
16
- var empty = _ref.empty,
17
- onClick = _ref.onClick;
18
- return /*#__PURE__*/_react.default.createElement(_styled.DropFilesHereWrapper, {
19
- empty: empty,
20
- onClick: onClick
21
- }, /*#__PURE__*/_react.default.createElement(_styled.DropFilesHereInner, {
22
- empty: empty
23
- }, /*#__PURE__*/_react.default.createElement(_styled.DropFilesHereIconWrapper, null, /*#__PURE__*/_react.default.createElement(_Icon.Icon, {
24
- icon: /*#__PURE__*/_react.default.createElement(_styled.DropFilesHereIcon, null)
25
- }), /*#__PURE__*/_react.default.createElement("div", null, t(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["Drop files here"])))))));
26
- };
27
-
28
- //# sourceMappingURL=DropFilesHere.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_i18n","_Icon","_styled","_templateObject","t","i18n","ns","DropFilesHere","exports","_ref","empty","onClick","default","createElement","DropFilesHereWrapper","DropFilesHereInner","DropFilesHereIconWrapper","Icon","icon","DropFilesHereIcon","_taggedTemplateLiteral2"],"sources":["DropFilesHere.tsx"],"sourcesContent":["import React from \"react\";\nimport { i18n } from \"@webiny/app/i18n\";\nimport { Icon } from \"@webiny/ui/Icon\";\n\nimport {\n DropFilesHereWrapper,\n DropFilesHereInner,\n DropFilesHereIcon,\n DropFilesHereIconWrapper\n} from \"./styled\";\n\nconst t = i18n.ns(\"app-admin/file-manager/components/drop-files-here\");\n\nexport interface DropFilesHereProps {\n onDragLeave?: (event?: React.DragEvent<HTMLElement>) => void;\n onDrop?: (event?: React.DragEvent<HTMLElement>) => void;\n empty?: boolean;\n onClick?: (event?: React.MouseEvent<HTMLElement>) => void;\n}\n\nexport const DropFilesHere = ({ empty, onClick }: DropFilesHereProps) => {\n return (\n <DropFilesHereWrapper empty={empty} onClick={onClick}>\n <DropFilesHereInner empty={empty}>\n <DropFilesHereIconWrapper>\n <Icon icon={<DropFilesHereIcon />} />\n <div>{t`Drop files here`}</div>\n </DropFilesHereIconWrapper>\n </DropFilesHereInner>\n </DropFilesHereWrapper>\n );\n};\n"],"mappings":";;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AACA,IAAAE,KAAA,GAAAF,OAAA;AAEA,IAAAG,OAAA,GAAAH,OAAA;AAKkB,IAAAI,eAAA;AAElB,IAAMC,CAAC,GAAGC,UAAI,CAACC,EAAE,CAAC,mDAAmD,CAAC;AAS/D,IAAMC,aAAa,GAAAC,OAAA,CAAAD,aAAA,GAAG,SAAhBA,aAAaA,CAAAE,IAAA,EAA+C;EAAA,IAAzCC,KAAK,GAAAD,IAAA,CAALC,KAAK;IAAEC,OAAO,GAAAF,IAAA,CAAPE,OAAO;EAC1C,oBACId,MAAA,CAAAe,OAAA,CAAAC,aAAA,CAACX,OAAA,CAAAY,oBAAoB;IAACJ,KAAK,EAAEA,KAAM;IAACC,OAAO,EAAEA;EAAQ,gBACjDd,MAAA,CAAAe,OAAA,CAAAC,aAAA,CAACX,OAAA,CAAAa,kBAAkB;IAACL,KAAK,EAAEA;EAAM,gBAC7Bb,MAAA,CAAAe,OAAA,CAAAC,aAAA,CAACX,OAAA,CAAAc,wBAAwB,qBACrBnB,MAAA,CAAAe,OAAA,CAAAC,aAAA,CAACZ,KAAA,CAAAgB,IAAI;IAACC,IAAI,eAAErB,MAAA,CAAAe,OAAA,CAAAC,aAAA,CAACX,OAAA,CAAAiB,iBAAiB,MAAE;EAAE,CAAE,CAAC,eACrCtB,MAAA,CAAAe,OAAA,CAAAC,aAAA,cAAMT,CAAC,CAAAD,eAAA,KAAAA,eAAA,OAAAiB,uBAAA,CAAAR,OAAA,wBAAuB,CACR,CACV,CACF,CAAC;AAE/B,CAAC","ignoreList":[]}
@@ -1 +0,0 @@
1
- export * from "./DropFilesHere";
@@ -1,18 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _DropFilesHere = require("./DropFilesHere");
7
- Object.keys(_DropFilesHere).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _DropFilesHere[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function get() {
13
- return _DropFilesHere[key];
14
- }
15
- });
16
- });
17
-
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_DropFilesHere","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["index.tsx"],"sourcesContent":["export * from \"./DropFilesHere\";\n"],"mappings":";;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,cAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,cAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAT,cAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -1,22 +0,0 @@
1
- /// <reference types="react" />
2
- type DropFilesHereWrapperProps = {
3
- empty?: boolean;
4
- };
5
- export declare const DropFilesHereWrapper: import("@emotion/styled").StyledComponent<{
6
- theme?: import("@emotion/react").Theme | undefined;
7
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
8
- } & DropFilesHereWrapperProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
9
- export declare const DropFilesHereInner: import("@emotion/styled").StyledComponent<{
10
- theme?: import("@emotion/react").Theme | undefined;
11
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
12
- } & DropFilesHereWrapperProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
13
- export declare const DropFilesHereIconWrapper: import("@emotion/styled").StyledComponent<{
14
- theme?: import("@emotion/react").Theme | undefined;
15
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
16
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
17
- export declare const DropFilesHereIcon: import("@emotion/styled").StyledComponent<import("react").SVGProps<SVGSVGElement> & {
18
- alt?: string | undefined;
19
- } & {
20
- theme?: import("@emotion/react").Theme | undefined;
21
- }, {}, {}>;
22
- export {};