@gingkoo/pandora-explorer 0.1.0 → 0.1.2

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
@@ -82,8 +82,8 @@ export interface ExplorerProps {
82
82
  }
83
83
  export interface ExplorerItem {
84
84
  key: string;
85
- title: string;
86
- type: 'file' | 'folder';
85
+ title?: string;
86
+ type?: 'file' | 'folder';
87
87
  suffix?: string;
88
88
  api?: string;
89
89
  menu?: boolean;
@@ -101,8 +101,8 @@ export interface ExplorerItem {
101
101
  name: string;
102
102
  userId: string;
103
103
  };
104
- fixTime: string;
105
- source: string;
104
+ fixTime?: string;
105
+ source?: string;
106
106
  auth?: {};
107
107
  [key: string]: any;
108
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/pandora-explorer",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "文件资源管理器",
5
5
  "main": "lib/es/index.js",
6
6
  "module": "lib/es/index.js",