ode-explorer 2.6.0 → 2.6.1-develop.202606161440
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/illu-empty-search-formulaire.svg +9 -9
- package/dist/illu-empty-search-formulaire2.svg +9 -9
- package/dist/illu-empty-search-wiki.svg +9 -9
- package/dist/illu-empty-search-wiki2.svg +9 -9
- package/dist/index.js +27 -27
- package/dist/style.css +1 -1
- package/lib/ActionBarContainer.js +1 -1
- package/lib/AppAction.js +8 -8
- package/lib/DeleteModal.js +1 -1
- package/lib/DraggableCard.js +2 -2
- package/lib/EmptyScreenApp.js +1 -1
- package/lib/ExportModal.js +13 -13
- package/lib/FolderModal.js +9 -9
- package/lib/FoldersList.js +19 -19
- package/lib/MoveModal.js +27 -27
- package/lib/ResourcesList.js +51 -51
- package/lib/app/root/index.d.ts +1 -1
- package/lib/components/AppAction/AppAction.d.ts +1 -1
- package/lib/components/EmptyScreens/EmptyScreenTrash.d.ts +1 -1
- package/lib/components/Explorer.d.ts +1 -1
- package/lib/components/ExplorerBreadcrumb.d.ts +1 -1
- package/lib/features/ActionBar/ActionBarContainer.d.ts +1 -1
- package/lib/features/List/DraggableCard.d.ts +1 -1
- package/lib/features/List/FolderCard.d.ts +1 -1
- package/lib/features/List/FoldersList.d.ts +1 -1
- package/lib/features/List/List.d.ts +1 -1
- package/lib/features/List/ResourceCard.d.ts +1 -1
- package/lib/features/SearchForm/SearchForm.d.ts +1 -1
- package/lib/features/SideBar/Library/Library.d.ts +1 -1
- package/lib/features/SideBar/TreeViewContainer.d.ts +1 -1
- package/lib/index.js +2 -2
- package/lib/index2.js +26 -26
- package/lib/providers/index.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function ExplorerBreadcrumb(): import("react
|
|
1
|
+
export declare function ExplorerBreadcrumb(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function ActionBarContainer(): import("react
|
|
1
|
+
export default function ActionBarContainer(): import("react").JSX.Element;
|
|
@@ -15,7 +15,7 @@ export interface FolderCardProps extends Omit<CardProps, 'children'> {
|
|
|
15
15
|
idFolder: ID;
|
|
16
16
|
}
|
|
17
17
|
declare const FolderCard: {
|
|
18
|
-
({ app, name, idFolder, isSelected, isSelectable, onClick, onSelect, }: FolderCardProps): import("react
|
|
18
|
+
({ app, name, idFolder, isSelected, isSelectable, onClick, onSelect, }: FolderCardProps): import("react").JSX.Element;
|
|
19
19
|
displayName: string;
|
|
20
20
|
};
|
|
21
21
|
export default FolderCard;
|
|
@@ -3,5 +3,5 @@ import { InfiniteData } from '@tanstack/react-query';
|
|
|
3
3
|
declare const FoldersList: ({ data, }: {
|
|
4
4
|
data: InfiniteData<ISearchResults> | undefined;
|
|
5
5
|
isFetching: boolean;
|
|
6
|
-
}) => import("react
|
|
6
|
+
}) => import("react").JSX.Element | null;
|
|
7
7
|
export default FoldersList;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const List: () => import("react
|
|
1
|
+
export declare const List: () => import("react").JSX.Element;
|
|
@@ -16,7 +16,7 @@ export interface ResourceCardProps extends OmitChildren {
|
|
|
16
16
|
time: string;
|
|
17
17
|
}
|
|
18
18
|
declare const ResourceCard: {
|
|
19
|
-
({ app, resource, time, isSelected, isSelectable, onClick, onSelect, }: ResourceCardProps): import("react
|
|
19
|
+
({ app, resource, time, isSelected, isSelectable, onClick, onSelect, }: ResourceCardProps): import("react").JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
export default ResourceCard;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SearchForm: () => import("react
|
|
1
|
+
export declare const SearchForm: () => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const Library: () => "" | import("react
|
|
1
|
+
declare const Library: () => "" | import("react").JSX.Element | null;
|
|
2
2
|
export default Library;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const TreeViewContainer: () => import("react
|
|
1
|
+
export declare const TreeViewContainer: () => import("react").JSX.Element;
|
package/lib/index.js
CHANGED
package/lib/index2.js
CHANGED
|
@@ -1531,34 +1531,34 @@ const Kt = "data:image/svg+xml,%3csvg%20width='300'%20height='214'%20viewBox='0%
|
|
|
1531
1531
|
] });
|
|
1532
1532
|
};
|
|
1533
1533
|
export {
|
|
1534
|
-
|
|
1535
|
-
|
|
1534
|
+
hs as A,
|
|
1535
|
+
ms as B,
|
|
1536
1536
|
Fs as E,
|
|
1537
1537
|
Ut as S,
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1538
|
+
R as a,
|
|
1539
|
+
St as b,
|
|
1540
|
+
z as c,
|
|
1541
|
+
Ts as d,
|
|
1542
|
+
A as e,
|
|
1543
|
+
re as f,
|
|
1544
|
+
ds as g,
|
|
1545
|
+
X as h,
|
|
1546
|
+
fs as i,
|
|
1547
|
+
ps as j,
|
|
1548
1548
|
J as k,
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1549
|
+
Cs as l,
|
|
1550
|
+
pt as m,
|
|
1551
|
+
ws as n,
|
|
1552
|
+
gs as o,
|
|
1553
|
+
us as p,
|
|
1554
|
+
Ss as q,
|
|
1555
|
+
bs as r,
|
|
1556
|
+
ft as s,
|
|
1557
|
+
Ds as t,
|
|
1558
|
+
T as u,
|
|
1559
|
+
xs as v,
|
|
1560
|
+
Is as w,
|
|
1561
|
+
ys as x,
|
|
1562
|
+
Tt as y,
|
|
1563
1563
|
$ as z
|
|
1564
1564
|
};
|
package/lib/providers/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-explorer",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1-develop.202606161440",
|
|
4
4
|
"description": "Edifice Explorer",
|
|
5
5
|
"homepage": "https://github.com/edificeio/explorer#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@dnd-kit/core": "^6.1.0",
|
|
40
40
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
41
|
-
"@edifice.io/react": "
|
|
42
|
-
"@edifice.io/bootstrap": "
|
|
43
|
-
"@edifice.io/client": "
|
|
41
|
+
"@edifice.io/react": "develop",
|
|
42
|
+
"@edifice.io/bootstrap": "develop",
|
|
43
|
+
"@edifice.io/client": "develop",
|
|
44
44
|
"@react-spring/web": "^9.7.3",
|
|
45
45
|
"@tanstack/react-query": "5.62.7",
|
|
46
46
|
"clsx": "^2.1.1",
|