seeder-resources-view 1.0.12 → 1.0.13

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.
package/dist/index.esm.js CHANGED
@@ -18135,11 +18135,7 @@ const ResourcesView = _ref => {
18135
18135
  renderGridHeader,
18136
18136
  acceptFileTypes = "video/*,.mxf,application/mxf,video/mxf",
18137
18137
  uploadTimeout = 60 * 60 * 1000,
18138
- searchPlaceholder = "Search ...",
18139
- gridConfig = {
18140
- gutter: 0,
18141
- column: 6
18142
- }
18138
+ searchPlaceholder = "Search ..."
18143
18139
  } = _ref;
18144
18140
  const {
18145
18141
  message,
@@ -18478,9 +18474,15 @@ const ResourcesView = _ref => {
18478
18474
  loading: loading,
18479
18475
  onContextMenu: mergedFeatures.delete || mergedFeatures.download || mergedFeatures.copy ? onContextMenu : null,
18480
18476
  selectedKeys: selectedItems,
18481
- onSelectChange: mergedFeatures.batchOperations ? handleSelectChange : null,
18482
18477
  showCheckbox: mergedFeatures.batchOperations,
18483
- gridConfig: gridConfig,
18478
+ onSelectChange: mergedFeatures.batchOperations ? handleSelectChange : null,
18479
+ gridConfig: mergedFeatures.batchOperations ? {
18480
+ gutter: 0,
18481
+ column: 6
18482
+ } : {
18483
+ gutter: 24,
18484
+ column: 6
18485
+ },
18484
18486
  features: mergedFeatures,
18485
18487
  getFullUrl: getFullUrl
18486
18488
  })]