@retinalabsllc/zairusjs 4.0.0 → 4.0.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/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +71 -63
- package/dist/index.mjs +74 -64
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -887,6 +887,7 @@ interface UniversalDriveViewProps {
|
|
|
887
887
|
searchQuery: string;
|
|
888
888
|
currentPage: number;
|
|
889
889
|
totalPages: number;
|
|
890
|
+
connect?: boolean;
|
|
890
891
|
onSearchChange: (val: string) => void;
|
|
891
892
|
onNavigateFolder: (folderId: string | null) => void;
|
|
892
893
|
onCreateFolder: (name: string) => Promise<void>;
|
package/dist/index.d.ts
CHANGED
|
@@ -887,6 +887,7 @@ interface UniversalDriveViewProps {
|
|
|
887
887
|
searchQuery: string;
|
|
888
888
|
currentPage: number;
|
|
889
889
|
totalPages: number;
|
|
890
|
+
connect?: boolean;
|
|
890
891
|
onSearchChange: (val: string) => void;
|
|
891
892
|
onNavigateFolder: (folderId: string | null) => void;
|
|
892
893
|
onCreateFolder: (name: string) => Promise<void>;
|