@gingkoo/pandora-explorer 0.0.1-alpha.93 → 0.0.1-alpha.95

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/lib/es/types.d.ts CHANGED
@@ -26,6 +26,7 @@ export interface ExplorerProps {
26
26
  expandedKeys?: string[];
27
27
  accept?: string;
28
28
  selectedSuffix?: string[];
29
+ expandkey?: string[];
29
30
  loadData?: (key: any, page?: {
30
31
  page: number;
31
32
  pageNum: number;
@@ -45,6 +46,7 @@ export interface ExplorerProps {
45
46
  loadMenu?: (key?: MenuItem, param?: ExplorerItem) => MenuItem | undefined;
46
47
  renderFileInfo?: (param: ExplorerItem) => React.ReactNode;
47
48
  onChangeCurMap?: (map: any) => void;
49
+ onExpand?: (keys: string[]) => void;
48
50
  onUpload?: (file: any, param: ExplorerItem, empty?: string[]) => Promise<void> | void;
49
51
  onCheck?: (keys: string[], param?: ExplorerItem[]) => void;
50
52
  onChange?: (data: ExplorerItem[]) => void;
@@ -100,4 +102,5 @@ export interface ColumnsProps {
100
102
  key: string;
101
103
  width?: number;
102
104
  render?: (param: any) => JSX.Element;
105
+ renderTool?: (param: any) => JSX.Element;
103
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/pandora-explorer",
3
- "version": "0.0.1-alpha.93",
3
+ "version": "0.0.1-alpha.95",
4
4
  "description": "文件资源管理器",
5
5
  "main": "lib/es/index.js",
6
6
  "module": "lib/es/index.js",