ode-explorer 1.4.14 → 1.4.15
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.js +4 -2
- package/dist/version.txt +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -66134,12 +66134,14 @@ void main()
|
|
|
66134
66134
|
appCode
|
|
66135
66135
|
} = useOdeClient(), {
|
|
66136
66136
|
t: t2
|
|
66137
|
-
} = useTranslation(),
|
|
66137
|
+
} = useTranslation(), {
|
|
66138
|
+
theme
|
|
66139
|
+
} = useOdeTheme(), title = t2(appCode), [isCollapsed, setIsCollapsed] = reactExports.useState(true), [appsRef, isAppsHovered] = useHover(), popoverAppsId = reactExports.useId(), popoverSearchId = reactExports.useId(), userAvatar = avatar, userName = user == null ? void 0 : user.username, welcomeUser = t2("welcome", {
|
|
66138
66140
|
username: user == null ? void 0 : user.firstName
|
|
66139
66141
|
}), bookmarkedApps = useBookmark(), communityWorkflow = useHasWorkflow("net.atos.entng.community.controllers.CommunityController|view"), conversationWorflow = useHasWorkflow("org.entcore.conversation.controllers.ConversationController|view"), searchWorkflow = useHasWorkflow("fr.openent.searchengine.controllers.SearchEngineController|view"), toggleCollapsedNav = reactExports.useCallback(() => {
|
|
66140
66142
|
setIsCollapsed(!isCollapsed);
|
|
66141
66143
|
}, [isCollapsed]), handleLogout = async () => {
|
|
66142
|
-
await odeServices.session().logout();
|
|
66144
|
+
await odeServices.session().logout(), console.log("Logout" + (theme == null ? void 0 : theme.logoutCallback)), window.location.href = (theme == null ? void 0 : theme.logoutCallback) ?? "/auth/login";
|
|
66143
66145
|
};
|
|
66144
66146
|
return reactExports.useMemo(() => ({
|
|
66145
66147
|
title,
|
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-explorer=1.0-b2school-SNAPSHOT 02/08/2024
|
|
1
|
+
ode-explorer=1.0-b2school-SNAPSHOT 02/08/2024 17:01:27
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-explorer",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.15",
|
|
4
4
|
"description": "Edifice Explorer",
|
|
5
5
|
"homepage": "https://github.com/edificeio/explorer#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@edifice-ui/icons": "1.5.
|
|
40
|
-
"@edifice-ui/react": "1.5.
|
|
39
|
+
"@edifice-ui/icons": "1.5.16",
|
|
40
|
+
"@edifice-ui/react": "1.5.16",
|
|
41
41
|
"@react-spring/web": "9.7.3",
|
|
42
42
|
"@tanstack/react-query": "5.8.4",
|
|
43
43
|
"clsx": "2.1.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"concurrently": "8.2.2",
|
|
67
67
|
"csstype": "3.1.3",
|
|
68
68
|
"edifice-bootstrap": "1.4.0",
|
|
69
|
-
"edifice-ts-client": "1.5.
|
|
69
|
+
"edifice-ts-client": "1.5.16",
|
|
70
70
|
"eslint": "8.56.0",
|
|
71
71
|
"eslint-config-prettier": "9.1.0",
|
|
72
72
|
"eslint-plugin-import": "2.29.1",
|