seeder-resources-view 1.3.0 → 1.3.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.
- package/dist/index.css +1 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/style/resources.less +9 -7
package/dist/index.js
CHANGED
|
@@ -17320,7 +17320,7 @@ const MediaGridItem = /*#__PURE__*/react.memo(_ref => {
|
|
|
17320
17320
|
trigger: ['contextMenu'],
|
|
17321
17321
|
disabled: !onContextMenu,
|
|
17322
17322
|
children: /*#__PURE__*/jsxRuntime.jsxs(antd.List.Item, {
|
|
17323
|
-
className: "media-grid-item
|
|
17323
|
+
className: "media-grid-item",
|
|
17324
17324
|
title: item.name,
|
|
17325
17325
|
onClick: handleItemClick,
|
|
17326
17326
|
children: [showCheckbox && /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
@@ -17400,6 +17400,8 @@ const MediaGrid = /*#__PURE__*/react.memo(_ref3 => {
|
|
|
17400
17400
|
renderItem: renderItem,
|
|
17401
17401
|
pagination: false
|
|
17402
17402
|
// locale={{ emptyText: 'No media files found' }}
|
|
17403
|
+
,
|
|
17404
|
+
className: "".concat(showCheckbox ? 'media-grid-list--selectable' : '')
|
|
17403
17405
|
})
|
|
17404
17406
|
});
|
|
17405
17407
|
});
|