seeder-resources-view 1.3.6 → 1.3.8

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.js CHANGED
@@ -17709,7 +17709,7 @@ const TreeTitleNode = _ref2 => {
17709
17709
  add: newTitle => handleAdd(nodeData, newTitle),
17710
17710
  children: /*#__PURE__*/jsxRuntime.jsx("div", {
17711
17711
  className: "px-1",
17712
- title: "create",
17712
+ title: "Create Folder",
17713
17713
  children: /*#__PURE__*/jsxRuntime.jsx("i", {
17714
17714
  className: "iconfont icon-jia"
17715
17715
  })
@@ -17718,7 +17718,7 @@ const TreeTitleNode = _ref2 => {
17718
17718
  children: [/*#__PURE__*/jsxRuntime.jsx("div", {
17719
17719
  className: "px-1",
17720
17720
  onClick: toggleEdit,
17721
- title: "edit",
17721
+ title: "Edit",
17722
17722
  children: /*#__PURE__*/jsxRuntime.jsx("i", {
17723
17723
  className: "iconfont icon-bianji"
17724
17724
  })
@@ -17729,7 +17729,7 @@ const TreeTitleNode = _ref2 => {
17729
17729
  cancelText: "No",
17730
17730
  children: /*#__PURE__*/jsxRuntime.jsx("div", {
17731
17731
  className: "px-1",
17732
- title: "delete",
17732
+ title: "Delete",
17733
17733
  children: /*#__PURE__*/jsxRuntime.jsx("i", {
17734
17734
  className: "iconfont icon-jian"
17735
17735
  })
@@ -17946,7 +17946,7 @@ const useDirectoryTree = _ref => {
17946
17946
  // 新增:是否允许展开/折叠
17947
17947
  onSelectDir,
17948
17948
  // 新增:选择目录回调
17949
- selectedDirPath = '' // 新增:外部传入的选中目录名
17949
+ selectedDirPath = null // 新增:外部传入的选中目录名
17950
17950
  } = _ref;
17951
17951
  const [treeState, setTreeState] = react.useState({
17952
17952
  data: [],
@@ -18611,12 +18611,12 @@ const ResourcesView = _ref => {
18611
18611
  type: "primary",
18612
18612
  disabled: !selectedItems.length,
18613
18613
  onClick: () => setModalVisible(true),
18614
- children: "Batch Copy"
18614
+ children: "Copy"
18615
18615
  }), /*#__PURE__*/jsxRuntime.jsx(antd.Button, {
18616
18616
  className: "btn-gray",
18617
18617
  disabled: !selectedItems.length,
18618
18618
  onClick: handleBatchRemove,
18619
- children: "Batch Delete"
18619
+ children: "Delete"
18620
18620
  })]
18621
18621
  })
18622
18622
  }), /*#__PURE__*/jsxRuntime.jsx(MediaGrid$1, {