ode-explorer 2.6.6-develop-enabling.20260825105516 → 2.6.7

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.
Files changed (36) hide show
  1. package/README.md +6 -0
  2. package/dist/crna.png +0 -0
  3. package/dist/illu-empty-notifications.png +0 -0
  4. package/dist/index.js +63 -79
  5. package/dist/style.css +1 -1
  6. package/lib/app/root/index.d.ts +1 -1
  7. package/lib/components/AppAction/AppAction.d.ts +1 -1
  8. package/lib/components/EmptyScreens/EmptyScreenApp.d.ts +0 -1
  9. package/lib/components/EmptyScreens/EmptyScreenError.d.ts +0 -1
  10. package/lib/components/EmptyScreens/EmptyScreenNoContentInFolder.d.ts +0 -1
  11. package/lib/components/EmptyScreens/EmptyScreenSearch.d.ts +0 -1
  12. package/lib/components/EmptyScreens/EmptyScreenTrash.d.ts +1 -1
  13. package/lib/components/Explorer.d.ts +1 -1
  14. package/lib/components/ExplorerBreadcrumb.d.ts +1 -1
  15. package/lib/components/LoadMore.d.ts +0 -1
  16. package/lib/features/ActionBar/ActionBarContainer.d.ts +1 -1
  17. package/lib/features/ActionBar/Delete/DeleteModal.d.ts +0 -1
  18. package/lib/features/ActionBar/Disable/DisableModal.d.ts +0 -1
  19. package/lib/features/ActionBar/Export/ExportModal.d.ts +0 -1
  20. package/lib/features/ActionBar/Folder/FolderModal.d.ts +0 -1
  21. package/lib/features/ActionBar/Move/MoveModal.d.ts +0 -1
  22. package/lib/features/ActionBar/Trash/TrashModal.d.ts +0 -1
  23. package/lib/features/List/DraggableCard.d.ts +2 -2
  24. package/lib/features/List/FolderCard.d.ts +1 -1
  25. package/lib/features/List/FoldersList.d.ts +1 -1
  26. package/lib/features/List/List.d.ts +1 -1
  27. package/lib/features/List/ResourceCard.d.ts +1 -1
  28. package/lib/features/SearchForm/SearchForm.d.ts +1 -1
  29. package/lib/features/SearchForm/useSearchForm.d.ts +1 -2
  30. package/lib/features/SideBar/Library/Library.d.ts +1 -1
  31. package/lib/features/SideBar/TreeViewContainer.d.ts +1 -1
  32. package/lib/index2.js +98 -98
  33. package/lib/providers/index.d.ts +1 -1
  34. package/lib/services/api/index.d.ts +1 -1
  35. package/package.json +40 -49
  36. package/dist/illu-notifications.png +0 -0
package/README.md CHANGED
@@ -6,6 +6,12 @@ Explorer App
6
6
 
7
7
  ### Install
8
8
 
9
+ Without Docker, you need to generate a `package.json`
10
+
11
+ ```bash
12
+ node scripts/package.cjs
13
+ ```
14
+
9
15
  Install all dependencies.
10
16
 
11
17
  ```bash
package/dist/crna.png ADDED
Binary file