@edifice.io/react 2.6.2-develop-b2school.20260814142937 → 2.6.2-develop-integration.20260819104031

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 (48) hide show
  1. package/dist/components/Alert/Alert.js +1 -1
  2. package/dist/components/DatePicker/DatePicker.d.ts +0 -5
  3. package/dist/components/DatePicker/DatePicker.js +0 -2
  4. package/dist/hooks/index.d.ts +1 -0
  5. package/dist/hooks/useNextcloudSearch/index.d.ts +1 -0
  6. package/dist/hooks/useNextcloudSearch/useNextcloudSearch.d.ts +12 -0
  7. package/dist/hooks/useNextcloudSearch/useNextcloudSearch.js +56 -0
  8. package/dist/icons.js +338 -340
  9. package/dist/index.js +152 -146
  10. package/dist/modules/homepage/components/HomeCard/HomeCard.d.ts +1 -5
  11. package/dist/modules/homepage/components/HomeCard/HomeCard.js +2 -10
  12. package/dist/modules/homepage/components/LastInfos/LastInfosList.js +2 -2
  13. package/dist/modules/homepage/components/Notifications/NotificationList.js +2 -2
  14. package/dist/modules/homepage/components/Notifications/components/NotificationItemResource.d.ts +1 -2
  15. package/dist/modules/homepage/components/Notifications/components/NotificationItemResource.js +2 -3
  16. package/dist/modules/homepage/components/Notifications/components/UserNotificationItem.js +1 -1
  17. package/dist/modules/homepage/components/Notifications/components/notificationAdapter.d.ts +7 -21
  18. package/dist/modules/homepage/components/Notifications/components/notificationAdapter.js +13 -26
  19. package/dist/modules/homepage/components/SchoolSpace/SchoolSpace.js +11 -20
  20. package/dist/modules/homepage/components/UserSpace/UserSpace.js +2 -5
  21. package/dist/modules/icons/components/index.d.ts +0 -1
  22. package/dist/modules/multimedia/FileCard/NextcloudFileCard.d.ts +25 -0
  23. package/dist/modules/multimedia/FileCard/NextcloudFileCard.js +105 -0
  24. package/dist/modules/multimedia/FileCard/index.d.ts +2 -0
  25. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.d.ts +2 -2
  26. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +20 -7
  27. package/dist/modules/multimedia/MediaLibrary/innertabs/Nextcloud.d.ts +1 -0
  28. package/dist/modules/multimedia/MediaLibrary/innertabs/Nextcloud.js +35 -0
  29. package/dist/modules/multimedia/MediaLibrary/innertabs/index.d.ts +1 -0
  30. package/dist/modules/multimedia/MediaLibrary/innertabs/index.js +2 -0
  31. package/dist/modules/multimedia/Nextcloud/Nextcloud.d.ts +24 -0
  32. package/dist/modules/multimedia/Nextcloud/Nextcloud.js +109 -0
  33. package/dist/modules/multimedia/Nextcloud/index.d.ts +2 -0
  34. package/dist/modules/multimedia/index.d.ts +1 -0
  35. package/dist/multimedia.js +16 -12
  36. package/package.json +6 -6
  37. package/dist/modules/homepage/components/Communities/Communities.d.ts +0 -10
  38. package/dist/modules/homepage/components/Communities/CommunitiesContainer.d.ts +0 -9
  39. package/dist/modules/homepage/components/Communities/CommunitiesSkeleton.d.ts +0 -5
  40. package/dist/modules/homepage/components/Communities/CommunityItem.d.ts +0 -11
  41. package/dist/modules/homepage/components/Communities/index.d.ts +0 -8
  42. package/dist/modules/homepage/components/Communities/useCommunities.d.ts +0 -13
  43. package/dist/modules/homepage/components/UserSpace/hooks/useChildren.d.ts +0 -14
  44. package/dist/modules/homepage/components/UserSpace/hooks/useChildren.js +0 -23
  45. package/dist/modules/homepage/components/UserSpace/hooks/useProfileLinks.d.ts +0 -8
  46. package/dist/modules/homepage/components/UserSpace/hooks/useProfileLinks.js +0 -65
  47. package/dist/modules/icons/components/IconClass.d.ts +0 -7
  48. package/dist/modules/icons/components/IconClass.js +0 -13
package/dist/index.js CHANGED
@@ -44,79 +44,82 @@ import { default as default42 } from "./components/LogoBeta/LogoBeta.js";
44
44
  import { default as default43 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
45
45
  import { default as default44 } from "./components/MediaViewer/MediaViewer.js";
46
46
  import { default as default45 } from "./components/Modal/Modal.js";
47
- import { default as default46 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
48
- import { default as default47 } from "./components/PageLayout/PageLayout.js";
49
- import { default as default48 } from "./components/PreventPropagation/PreventPropagation.js";
50
- import { default as default49, Root } from "./components/PromotionCard/PromotionCard.js";
51
- import { default as default50 } from "./modules/modals/PublishModal/PublishModal.js";
52
- import { default as default51 } from "./components/Radio/Radio.js";
53
- import { default as default52 } from "./components/RadioCard/RadioCard.js";
54
- import { default as default53 } from "./components/SearchBar/SearchBar.js";
55
- import { default as default54 } from "./components/Button/SearchButton.js";
56
- import { default as default55 } from "./components/SegmentedControl/SegmentedControl.js";
57
- import { default as default56 } from "./components/Select/Select.js";
58
- import { default as default57 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
59
- import { default as default58 } from "./modules/modals/ShareModal/ShareModal.js";
60
- import { default as default59 } from "./modules/modals/ShareModal/ShareResources.js";
61
- import { default as default60 } from "./components/Tree/components/SortableTree.js";
62
- import { default as default61 } from "./components/StackedGroup/StackedGroup.js";
63
- import { default as default62 } from "./components/Stepper/Stepper.js";
64
- import { default as default63 } from "./components/Switch/Switch.js";
65
- import { default as default64 } from "./components/Table/components/Table.js";
66
- import { default as default65 } from "./components/TextArea/TextArea.js";
67
- import { default as default66 } from "./components/Skeleton/TextSkeleton.js";
68
- import { default as default67 } from "./components/Tooltip/Tooltip.js";
69
- import { default as default68 } from "./components/Tree/components/Tree.js";
70
- import { default as default69 } from "./components/TreeView/TreeView.js";
71
- import { default as default70 } from "./modules/multimedia/UploadCard/UploadCard.js";
72
- import { default as default71 } from "./modules/multimedia/UploadFiles/UploadFiles.js";
73
- import { default as default72 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
74
- import { default as default73 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
75
- import { default as default74 } from "./components/VisuallyHidden/VisuallyHidden.js";
76
- import { default as default75 } from "./modules/multimedia/Workspace/Workspace.js";
77
- import { default as default76 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
78
- import { default as default77 } from "./hooks/useBookmark/useBookmark.js";
79
- import { default as default78 } from "./hooks/useBreakpoint/useBreakpoint.js";
80
- import { default as default79 } from "./hooks/useBrowserInfo/useBrowserInfo.js";
81
- import { default as default80 } from "./hooks/useCantoo/useCantoo.js";
82
- import { default as default81 } from "./hooks/useClickOutside/useClickOutside.js";
83
- import { default as default82 } from "./hooks/useConversation/useConversation.js";
84
- import { default as default83 } from "./hooks/useDate/useDate.js";
85
- import { default as default84 } from "./hooks/useDebounce/useDebounce.js";
86
- import { default as default85 } from "./hooks/useDirectory/useDirectory.js";
87
- import { default as default86 } from "./hooks/useDropdown/useDropdown.js";
88
- import { default as default87 } from "./hooks/useDropzone/useDropzone.js";
89
- import { default as default88 } from "./hooks/useEdificeIcons/useEdificeIcons.js";
90
- import { default as default89 } from "./hooks/useHasWorkflow/useHasWorkflow.js";
91
- import { default as default90 } from "./hooks/useHover/useHover.js";
92
- import { default as default91 } from "./hooks/useHttpErrorToast/useHttpErrorToast.js";
93
- import { default as default92 } from "./hooks/useImage/useImage.js";
94
- import { default as default93 } from "./hooks/useInfiniteScroll/useInfiniteScroll.js";
95
- import { default as default94 } from "./hooks/useIsAdmc/useIsAdmc.js";
96
- import { default as default95 } from "./hooks/useIsAdml/useIsAdml.js";
97
- import { default as default96 } from "./hooks/useIsAdmlcOrAdmc/useIsAdmlcOrAdmc.js";
98
- import { default as default97 } from "./hooks/useKeyPress/useKeyPress.js";
99
- import { default as default98 } from "./hooks/useLibraryUrl/useLibraryUrl.js";
100
- import { default as default99 } from "./hooks/useMediaLibrary/useMediaLibrary.js";
101
- import { default as default100 } from "./hooks/usePublicConf/usePublicConf.js";
102
- import { default as default101 } from "./hooks/useScrollToTop/useScrollToTop.js";
103
- import { default as default102 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
104
- import { default as default103 } from "./hooks/useTitle/useTitle.js";
105
- import { default as default104 } from "./hooks/useToast/useToast.js";
106
- import { default as default105 } from "./hooks/useToggle/useToggle.js";
107
- import { default as default106 } from "./hooks/useTrapFocus/useTrapFocus.js";
108
- import { default as default107 } from "./hooks/useTrashedResource/useTrashedResource.js";
109
- import { default as default108 } from "./hooks/useUiOverride/useUiOverride.js";
110
- import { default as default109 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
111
- import { default as default110 } from "./hooks/useUpload/useUpload.js";
112
- import { default as default111 } from "./hooks/useUploadFiles/useUploadFiles.js";
113
- import { default as default112 } from "./hooks/useUser/useUser.js";
114
- import { default as default113 } from "./hooks/useWorkspaceFile/useWorkspaceFile.js";
115
- import { default as default114 } from "./hooks/useWorkspaceFolders/useWorkspaceFolders.js";
116
- import { WORKSPACE_SHARED_FOLDER_ID, WORKSPACE_USER_FOLDER_ID, default as default115 } from "./hooks/useWorkspaceFolders/useWorkspaceFoldersTree.js";
117
- import { default as default116 } from "./hooks/useWorkspaceSearch/useWorkspaceSearch.js";
118
- import { default as default117 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
119
- import { default as default118 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
47
+ import { default as default46 } from "./modules/multimedia/Nextcloud/Nextcloud.js";
48
+ import { default as default47 } from "./modules/multimedia/FileCard/NextcloudFileCard.js";
49
+ import { default as default48 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
50
+ import { default as default49 } from "./components/PageLayout/PageLayout.js";
51
+ import { default as default50 } from "./components/PreventPropagation/PreventPropagation.js";
52
+ import { default as default51, Root } from "./components/PromotionCard/PromotionCard.js";
53
+ import { default as default52 } from "./modules/modals/PublishModal/PublishModal.js";
54
+ import { default as default53 } from "./components/Radio/Radio.js";
55
+ import { default as default54 } from "./components/RadioCard/RadioCard.js";
56
+ import { default as default55 } from "./components/SearchBar/SearchBar.js";
57
+ import { default as default56 } from "./components/Button/SearchButton.js";
58
+ import { default as default57 } from "./components/SegmentedControl/SegmentedControl.js";
59
+ import { default as default58 } from "./components/Select/Select.js";
60
+ import { default as default59 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
61
+ import { default as default60 } from "./modules/modals/ShareModal/ShareModal.js";
62
+ import { default as default61 } from "./modules/modals/ShareModal/ShareResources.js";
63
+ import { default as default62 } from "./components/Tree/components/SortableTree.js";
64
+ import { default as default63 } from "./components/StackedGroup/StackedGroup.js";
65
+ import { default as default64 } from "./components/Stepper/Stepper.js";
66
+ import { default as default65 } from "./components/Switch/Switch.js";
67
+ import { default as default66 } from "./components/Table/components/Table.js";
68
+ import { default as default67 } from "./components/TextArea/TextArea.js";
69
+ import { default as default68 } from "./components/Skeleton/TextSkeleton.js";
70
+ import { default as default69 } from "./components/Tooltip/Tooltip.js";
71
+ import { default as default70 } from "./components/Tree/components/Tree.js";
72
+ import { default as default71 } from "./components/TreeView/TreeView.js";
73
+ import { default as default72 } from "./modules/multimedia/UploadCard/UploadCard.js";
74
+ import { default as default73 } from "./modules/multimedia/UploadFiles/UploadFiles.js";
75
+ import { default as default74 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
76
+ import { default as default75 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
77
+ import { default as default76 } from "./components/VisuallyHidden/VisuallyHidden.js";
78
+ import { default as default77 } from "./modules/multimedia/Workspace/Workspace.js";
79
+ import { default as default78 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
80
+ import { default as default79 } from "./hooks/useBookmark/useBookmark.js";
81
+ import { default as default80 } from "./hooks/useBreakpoint/useBreakpoint.js";
82
+ import { default as default81 } from "./hooks/useBrowserInfo/useBrowserInfo.js";
83
+ import { default as default82 } from "./hooks/useCantoo/useCantoo.js";
84
+ import { default as default83 } from "./hooks/useClickOutside/useClickOutside.js";
85
+ import { default as default84 } from "./hooks/useConversation/useConversation.js";
86
+ import { default as default85 } from "./hooks/useDate/useDate.js";
87
+ import { default as default86 } from "./hooks/useDebounce/useDebounce.js";
88
+ import { default as default87 } from "./hooks/useDirectory/useDirectory.js";
89
+ import { default as default88 } from "./hooks/useDropdown/useDropdown.js";
90
+ import { default as default89 } from "./hooks/useDropzone/useDropzone.js";
91
+ import { default as default90 } from "./hooks/useEdificeIcons/useEdificeIcons.js";
92
+ import { default as default91 } from "./hooks/useHasWorkflow/useHasWorkflow.js";
93
+ import { default as default92 } from "./hooks/useHover/useHover.js";
94
+ import { default as default93 } from "./hooks/useHttpErrorToast/useHttpErrorToast.js";
95
+ import { default as default94 } from "./hooks/useImage/useImage.js";
96
+ import { default as default95 } from "./hooks/useInfiniteScroll/useInfiniteScroll.js";
97
+ import { default as default96 } from "./hooks/useIsAdmc/useIsAdmc.js";
98
+ import { default as default97 } from "./hooks/useIsAdml/useIsAdml.js";
99
+ import { default as default98 } from "./hooks/useIsAdmlcOrAdmc/useIsAdmlcOrAdmc.js";
100
+ import { default as default99 } from "./hooks/useKeyPress/useKeyPress.js";
101
+ import { default as default100 } from "./hooks/useLibraryUrl/useLibraryUrl.js";
102
+ import { default as default101 } from "./hooks/useMediaLibrary/useMediaLibrary.js";
103
+ import { default as default102 } from "./hooks/useNextcloudSearch/useNextcloudSearch.js";
104
+ import { default as default103 } from "./hooks/usePublicConf/usePublicConf.js";
105
+ import { default as default104 } from "./hooks/useScrollToTop/useScrollToTop.js";
106
+ import { default as default105 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
107
+ import { default as default106 } from "./hooks/useTitle/useTitle.js";
108
+ import { default as default107 } from "./hooks/useToast/useToast.js";
109
+ import { default as default108 } from "./hooks/useToggle/useToggle.js";
110
+ import { default as default109 } from "./hooks/useTrapFocus/useTrapFocus.js";
111
+ import { default as default110 } from "./hooks/useTrashedResource/useTrashedResource.js";
112
+ import { default as default111 } from "./hooks/useUiOverride/useUiOverride.js";
113
+ import { default as default112 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
114
+ import { default as default113 } from "./hooks/useUpload/useUpload.js";
115
+ import { default as default114 } from "./hooks/useUploadFiles/useUploadFiles.js";
116
+ import { default as default115 } from "./hooks/useUser/useUser.js";
117
+ import { default as default116 } from "./hooks/useWorkspaceFile/useWorkspaceFile.js";
118
+ import { default as default117 } from "./hooks/useWorkspaceFolders/useWorkspaceFolders.js";
119
+ import { WORKSPACE_SHARED_FOLDER_ID, WORKSPACE_USER_FOLDER_ID, default as default118 } from "./hooks/useWorkspaceFolders/useWorkspaceFoldersTree.js";
120
+ import { default as default119 } from "./hooks/useWorkspaceSearch/useWorkspaceSearch.js";
121
+ import { default as default120 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
122
+ import { default as default121 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
120
123
  import { AccessiblePalette, DefaultPalette } from "./components/ColorPicker/ColorPalette.js";
121
124
  import { AntProvider } from "./providers/AntThemeProvider/AntProvider.js";
122
125
  import { BetaSwitch } from "./components/BetaSwitch/BetaSwitch.js";
@@ -225,55 +228,57 @@ export {
225
228
  Menu,
226
229
  MockedProvider,
227
230
  default45 as Modal,
228
- default46 as OnboardingModal,
229
- default47 as PageLayout,
231
+ default46 as Nextcloud,
232
+ default47 as NextcloudFileCard,
233
+ default48 as OnboardingModal,
234
+ default49 as PageLayout,
230
235
  PageLayoutContext,
231
236
  Pagination,
232
237
  Popover,
233
238
  PopoverBody,
234
239
  PopoverFooter,
235
240
  PopoverHeader,
236
- default48 as PreventPropagation,
237
- default49 as PromotionCard,
238
- default50 as PublishModal,
239
- default51 as Radio,
240
- default52 as RadioCard,
241
+ default50 as PreventPropagation,
242
+ default51 as PromotionCard,
243
+ default52 as PublishModal,
244
+ default53 as Radio,
245
+ default54 as RadioCard,
241
246
  ResourceModal,
242
247
  Root,
243
- default53 as SearchBar,
244
- default54 as SearchButton,
245
- default55 as SegmentedControl,
246
- default56 as Select,
247
- default57 as ShareBlog,
248
- default58 as ShareModal,
249
- default59 as ShareResources,
250
- default60 as SortableTree,
251
- default61 as StackedGroup,
252
- default62 as Stepper,
253
- default63 as Switch,
254
- default64 as Table,
248
+ default55 as SearchBar,
249
+ default56 as SearchButton,
250
+ default57 as SegmentedControl,
251
+ default58 as Select,
252
+ default59 as ShareBlog,
253
+ default60 as ShareModal,
254
+ default61 as ShareResources,
255
+ default62 as SortableTree,
256
+ default63 as StackedGroup,
257
+ default64 as Stepper,
258
+ default65 as Switch,
259
+ default66 as Table,
255
260
  Tabs,
256
- default65 as TextArea,
257
- default66 as TextSkeleton,
261
+ default67 as TextArea,
262
+ default68 as TextSkeleton,
258
263
  Toolbar,
259
- default67 as Tooltip,
260
- default68 as Tree,
264
+ default69 as Tooltip,
265
+ default70 as Tree,
261
266
  TreeNode,
262
267
  TreeNodeFolderWrapper,
263
- default69 as TreeView,
268
+ default71 as TreeView,
264
269
  Upload,
265
- default70 as UploadCard,
266
- default71 as UploadFiles,
270
+ default72 as UploadCard,
271
+ default73 as UploadFiles,
267
272
  UserRightsList,
268
273
  UserSearch,
269
- default72 as VideoEmbed,
270
- default73 as VideoRecorder,
274
+ default74 as VideoEmbed,
275
+ default75 as VideoRecorder,
271
276
  VisibleType,
272
- default74 as VisuallyHidden,
277
+ default76 as VisuallyHidden,
273
278
  WORKSPACE_SHARED_FOLDER_ID,
274
279
  WORKSPACE_USER_FOLDER_ID,
275
- default75 as Workspace,
276
- default76 as WorkspaceFolders,
280
+ default77 as Workspace,
281
+ default78 as WorkspaceFolders,
277
282
  addNode,
278
283
  arrayUnique,
279
284
  buildTree,
@@ -304,57 +309,58 @@ export {
304
309
  setRef,
305
310
  updateNode,
306
311
  updateParentIds,
307
- default77 as useBookmark,
308
- default78 as useBreakpoint,
309
- default79 as useBrowserInfo,
310
- default80 as useCantoo,
312
+ default79 as useBookmark,
313
+ default80 as useBreakpoint,
314
+ default81 as useBrowserInfo,
315
+ default82 as useCantoo,
311
316
  useCheckable,
312
- default81 as useClickOutside,
313
- default82 as useConversation,
314
- default83 as useDate,
315
- default84 as useDebounce,
316
- default85 as useDirectory,
317
- default86 as useDropdown,
318
- default87 as useDropzone,
317
+ default83 as useClickOutside,
318
+ default84 as useConversation,
319
+ default85 as useDate,
320
+ default86 as useDebounce,
321
+ default87 as useDirectory,
322
+ default88 as useDropdown,
323
+ default89 as useDropzone,
319
324
  useDropzoneContext,
320
325
  useEdificeClient,
321
- default88 as useEdificeIcons,
326
+ default90 as useEdificeIcons,
322
327
  useEdificeTheme,
323
328
  useFileToAttachment,
324
- default89 as useHasWorkflow,
325
- default90 as useHover,
326
- default91 as useHttpErrorToast,
327
- default92 as useImage,
328
- default93 as useInfiniteScroll,
329
- default94 as useIsAdmc,
330
- default95 as useIsAdml,
331
- default96 as useIsAdmlcOrAdmc,
332
- default97 as useKeyPress,
333
- default98 as useLibraryUrl,
334
- default99 as useMediaLibrary,
329
+ default91 as useHasWorkflow,
330
+ default92 as useHover,
331
+ default93 as useHttpErrorToast,
332
+ default94 as useImage,
333
+ default95 as useInfiniteScroll,
334
+ default96 as useIsAdmc,
335
+ default97 as useIsAdml,
336
+ default98 as useIsAdmlcOrAdmc,
337
+ default99 as useKeyPress,
338
+ default100 as useLibraryUrl,
339
+ default101 as useMediaLibrary,
340
+ default102 as useNextcloudSearch,
335
341
  useOverlay,
336
342
  usePageLayout,
337
- default100 as usePublicConf,
343
+ default103 as usePublicConf,
338
344
  useScreeb,
339
- default101 as useScrollToTop,
340
- default102 as useShareMutation,
341
- default103 as useTitle,
342
- default104 as useToast,
343
- default105 as useToggle,
344
- default106 as useTrapFocus,
345
- default107 as useTrashedResource,
345
+ default104 as useScrollToTop,
346
+ default105 as useShareMutation,
347
+ default106 as useTitle,
348
+ default107 as useToast,
349
+ default108 as useToggle,
350
+ default109 as useTrapFocus,
351
+ default110 as useTrashedResource,
346
352
  useTreeSortable,
347
353
  useTreeView,
348
- default108 as useUiOverride,
349
- default109 as useUpdateMutation,
350
- default110 as useUpload,
351
- default111 as useUploadFiles,
352
- default112 as useUser,
353
- default113 as useWorkspaceFile,
354
- default114 as useWorkspaceFolders,
355
- default115 as useWorkspaceFoldersTree,
356
- default116 as useWorkspaceSearch,
357
- default117 as useXitiTrackPageLoad,
358
- default118 as useZendeskGuide,
354
+ default111 as useUiOverride,
355
+ default112 as useUpdateMutation,
356
+ default113 as useUpload,
357
+ default114 as useUploadFiles,
358
+ default115 as useUser,
359
+ default116 as useWorkspaceFile,
360
+ default117 as useWorkspaceFolders,
361
+ default118 as useWorkspaceFoldersTree,
362
+ default119 as useWorkspaceSearch,
363
+ default120 as useXitiTrackPageLoad,
364
+ default121 as useZendeskGuide,
359
365
  wrapTreeNode
360
366
  };
@@ -20,13 +20,9 @@ export interface HomeCardProps extends ComponentPropsWithoutRef<'div'> {
20
20
  * `HomeCard.Header` is rendered with these props.
21
21
  */
22
22
  headerProps?: HomeCardHeaderProps;
23
- /**
24
- * Optional footer
25
- */
26
- footer?: ReactNode;
27
23
  }
28
24
  declare const HomeCard: {
29
- ({ variant, children, headerProps, footer, className, ...rest }: HomeCardProps): import("react/jsx-runtime").JSX.Element;
25
+ ({ variant, children, headerProps, className, ...rest }: HomeCardProps): import("react/jsx-runtime").JSX.Element;
30
26
  displayName: string;
31
27
  } & {
32
28
  Header: {
@@ -1,22 +1,14 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import HomeCardContent from "./HomeCardContent.js";
4
4
  import HomeCardHeader from "./HomeCardHeader.js";
5
- import Flex from "../../../../components/Flex/Flex.js";
6
5
  const Root = ({
7
6
  variant = "user",
8
7
  children,
9
8
  headerProps,
10
- footer,
11
9
  className,
12
10
  ...rest
13
- }) => {
14
- const classNames = clsx("home-card", `home-card--${variant}`, className), content = /* @__PURE__ */ jsx("div", { "data-testid": "home-card", "data-variant": variant, className: classNames, ...rest, children: headerProps && !children ? /* @__PURE__ */ jsx(HomeCardHeader, { ...headerProps }) : children });
15
- return footer ? /* @__PURE__ */ jsxs("div", { className: "home-card--with-footer", children: [
16
- content,
17
- /* @__PURE__ */ jsx(Flex, { direction: "row", gap: "8", className: "px-16 py-4 home-card-footer", children: footer })
18
- ] }) : content;
19
- }, HomeCard = Object.assign(Root, {
11
+ }) => /* @__PURE__ */ jsx("div", { "data-testid": "home-card", "data-variant": variant, className: clsx("home-card", `home-card--${variant}`, className), ...rest, children: headerProps && !children ? /* @__PURE__ */ jsx(HomeCardHeader, { ...headerProps }) : children }), HomeCard = Object.assign(Root, {
20
12
  Header: HomeCardHeader,
21
13
  Content: HomeCardContent
22
14
  });
@@ -2,7 +2,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { useTranslation } from "react-i18next";
3
3
  import SvgIconArrowRight from "../../../icons/components/IconArrowRight.js";
4
4
  import LastInfos from "./LastInfos.js";
5
- import illuLastInfosEmptyScreen from "@edifice.io/bootstrap/dist/images/homepage/illu-empty-last-infos.png";
5
+ import illuLastInfosEmptyScreen from "@edifice.io/bootstrap/dist/images/homepage/illu-last-infos-beta.svg";
6
6
  import Flex from "../../../../components/Flex/Flex.js";
7
7
  import ButtonBeta from "../../../../components/ButtonBeta/ButtonBeta.js";
8
8
  import EmptyScreen from "../../../../components/EmptyScreen/EmptyScreen.js";
@@ -23,7 +23,7 @@ function LastInfosList({
23
23
  /* @__PURE__ */ jsx("h2", { className: "last-infos-list-title", children: t("homepage.last-infos-list.title") }),
24
24
  /* @__PURE__ */ jsx(ButtonBeta, { color: "tertiary", variant: "ghost", className: "last-infos-list-seemore", rightIcon: /* @__PURE__ */ jsx(SvgIconArrowRight, {}), onClick: handleSeeMoreClick, children: t("homepage.last-infos-list.see.more") })
25
25
  ] }),
26
- /* @__PURE__ */ jsx("div", { className: "last-infos-list-body", children: infos.length === 0 ? /* @__PURE__ */ jsx(EmptyScreen, { imageSrc: illuLastInfosEmptyScreen, size: 135, text: t("homepage.last-infos-list.empty") }) : infos.map((infosProps) => /* @__PURE__ */ jsx(LastInfos, { onClick: handleInfoClick, ...infosProps }, infosProps.id)) })
26
+ /* @__PURE__ */ jsx(Flex, { gap: "16", direction: "column", className: "last-infos-list-body", children: infos.length === 0 ? /* @__PURE__ */ jsx(EmptyScreen, { imageSrc: illuLastInfosEmptyScreen, size: 64, text: t("homepage.last-infos-list.empty") }) : infos.map((infosProps) => /* @__PURE__ */ jsx(LastInfos, { onClick: handleInfoClick, ...infosProps }, infosProps.id)) })
27
27
  ] });
28
28
  }
29
29
  export {
@@ -1,5 +1,5 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
- import illuEmptyNotification from "@edifice.io/bootstrap/dist/images/homepage/illu-empty-notifications.png";
2
+ import illuEmptyNotification from "@edifice.io/bootstrap/dist/images/emptyscreen/illu-notifications.png";
3
3
  import { useTranslation } from "react-i18next";
4
4
  import SvgIconClose from "../../../icons/components/IconClose.js";
5
5
  import NotificationItem from "./NotificationItem.js";
@@ -29,7 +29,7 @@ const NotificationList = ({
29
29
  /* @__PURE__ */ jsx("h4", { className: "text-truncate", children: t("homepage.notifications-list.title") }),
30
30
  onCloseNotifications && /* @__PURE__ */ jsx(ButtonBeta, { color: "tertiary", variant: "ghost", rightIcon: /* @__PURE__ */ jsx(SvgIconClose, {}), onClick: handleCloseClick, "aria-label": t("homepage.notifications-list.close"), title: t("homepage.notifications-list.close"), "data-testid": "notification-list-close-button" })
31
31
  ] }),
32
- (notifications == null ? void 0 : notifications.length) === 0 ? /* @__PURE__ */ jsx("div", { className: "mx-24", children: /* @__PURE__ */ jsx(EmptyScreen, { size: 135, imageSrc: illuEmptyNotification, imageAlt: t("homepage.notifications-list.empty.description"), text: t("homepage.notifications-list.empty.description") }) }) : /* @__PURE__ */ jsxs(Fragment, { children: [
32
+ (notifications == null ? void 0 : notifications.length) === 0 ? /* @__PURE__ */ jsx("div", { className: "mx-24", children: /* @__PURE__ */ jsx(EmptyScreen, { size: 120, imageSrc: illuEmptyNotification, imageAlt: t("homepage.notifications-list.empty.description"), text: t("homepage.notifications-list.empty.description") }) }) : /* @__PURE__ */ jsxs(Fragment, { children: [
33
33
  /* @__PURE__ */ jsx("ul", { children: notifications == null ? void 0 : notifications.map((notification, index) => /* @__PURE__ */ jsxs("li", { children: [
34
34
  /* @__PURE__ */ jsx(NotificationItem, { notification }),
35
35
  /* @__PURE__ */ jsx(Divider, { className: "border-grey-300 my-0" })
@@ -1,6 +1,5 @@
1
1
  export type NotificationItemResourceProps = {
2
2
  appCode: string;
3
- appI18nKey: string;
4
3
  };
5
4
  /**
6
5
  * Displays the originating application of a notification as a small icon + label.
@@ -10,7 +9,7 @@ export type NotificationItemResourceProps = {
10
9
  *
11
10
  */
12
11
  declare const NotificationItemResource: {
13
- ({ appCode, appI18nKey, }: NotificationItemResourceProps): import("react/jsx-runtime").JSX.Element;
12
+ ({ appCode, }: NotificationItemResourceProps): import("react/jsx-runtime").JSX.Element;
14
13
  displayName: string;
15
14
  };
16
15
  export default NotificationItemResource;
@@ -2,12 +2,11 @@ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { useTranslation } from "react-i18next";
3
3
  import AppIcon from "../../../../../components/AppIcon/AppIcon.js";
4
4
  const NotificationItemResource = ({
5
- appCode,
6
- appI18nKey
5
+ appCode
7
6
  }) => {
8
7
  const {
9
8
  t
10
- } = useTranslation(), appLabel = t(`${appI18nKey}`, {
9
+ } = useTranslation(), appLabel = t(`${appCode}`, {
11
10
  defaultValue: appCode
12
11
  }), appCssClass = `app-${appCode}`;
13
12
  return /* @__PURE__ */ jsxs("div", { className: `notification-item-resource ${appCssClass} bg-app-light`, children: [
@@ -18,7 +18,7 @@ const UserNotificationItem = ({
18
18
  } = notification, {
19
19
  t
20
20
  } = useTranslation(), userName = t(params.username);
21
- return /* @__PURE__ */ jsx(CommonNotificationItem, { uri, message, date, picture: /* @__PURE__ */ jsx("a", { href: getUserbookURL(params.userId, "user"), title: userName, "data-testid": "notification-item-avatar", children: /* @__PURE__ */ jsx(Avatar, { "aria-label": t("homepage.notifications.avatar.placeholder"), src: getAvatarURL(params.userId, "user"), alt: userName, variant: "circle", className: "notification-item-avatar" }) }), children: /* @__PURE__ */ jsx(NotificationItemResource, { appCode: params.appCode, appI18nKey: params.appI18nKey }) });
21
+ return /* @__PURE__ */ jsx(CommonNotificationItem, { uri, message, date, picture: /* @__PURE__ */ jsx("a", { href: getUserbookURL(params.userId, "user"), title: userName, "data-testid": "notification-item-avatar", children: /* @__PURE__ */ jsx(Avatar, { "aria-label": t("homepage.notifications.avatar.placeholder"), src: getAvatarURL(params.userId, "user"), alt: userName, variant: "circle", className: "notification-item-avatar" }) }), children: /* @__PURE__ */ jsx(NotificationItemResource, { appCode: params.appCode }) });
22
22
  };
23
23
  export {
24
24
  UserNotificationItem as default
@@ -1,21 +1,15 @@
1
1
  import { NotificationModel } from '@edifice.io/client';
2
- type NotificationType = 'system' | 'user';
3
- interface WebNotificationParamsBase {
4
- appCode: string;
5
- appI18nKey: string;
6
- }
7
- interface WebNotificationBase {
8
- type: NotificationType;
2
+ type WebNotificationBase = {
9
3
  id: string;
10
4
  uri?: string;
11
5
  message: string;
12
6
  date: Date;
13
- params: WebNotificationParamsBase;
14
- }
7
+ };
15
8
  /** Notification triggered by another user (e.g. shared a resource). */
16
9
  export type UserWebNotification = WebNotificationBase & {
17
10
  type: 'user';
18
- params: WebNotificationParamsBase & {
11
+ params: {
12
+ appCode: string;
19
13
  username: string;
20
14
  userId: string;
21
15
  };
@@ -23,19 +17,11 @@ export type UserWebNotification = WebNotificationBase & {
23
17
  /** Notification triggered by an application event (no sender). */
24
18
  export type SystemWebNotification = WebNotificationBase & {
25
19
  type: 'system';
20
+ params: {
21
+ appCode: string;
22
+ };
26
23
  };
27
24
  /** Discriminated union — narrow on `type` to get the specific variant. */
28
25
  export type WebNotification = UserWebNotification | SystemWebNotification;
29
- /**
30
- * Transforms a raw `NotificationModel` (API shape) into a `WebNotification`
31
- * ready for rendering.
32
- *
33
- * Responsibilities:
34
- * - Determines the variant: **user** when a `sender` is present, **system** otherwise.
35
- * - Resolves the target URI from the model's `params` (handles both user and system naming conventions).
36
- * - Converts the MongoDB `$date` timestamp to a JS `Date`.
37
- * - Normalises the `type` field into a kebab-case `appCode` (e.g. `"BLOG_POST"` → `"blog-post"`).
38
- * - Strips anchor tags from the message, keeping only the inner text as `<strong>`.
39
- */
40
26
  export declare const notificationAdapter: (notification: NotificationModel) => WebNotification;
41
27
  export {};
@@ -1,41 +1,30 @@
1
- const resolveNotificationResourceUri = (params, type, appCode, eventType) => {
2
- if (appCode === "timeline" && eventType === "NOTIFY-REPORT")
3
- return "/admin";
1
+ const resolveNotificationResourceUri = (params, type) => {
4
2
  if (type === "user")
5
3
  return params.resourceUri || params.uri;
6
4
  for (const [key, value] of Object.entries(params))
7
5
  if (typeof value == "string" && value.length > 0 && key.endsWith("Uri") && key !== "profilUri" && key !== "resourceFolderUri")
8
6
  return value;
9
- }, parseNotificationMessage = (message) => message.replace(/<\/a>/gi, "</strong>").replace(/<a\b[^>]*>/gi, "<strong>"), getAppCodeAndI18nKey = (appCode) => {
10
- appCode = appCode.toLowerCase();
11
- let appI18nKey = appCode;
12
- switch (appCode) {
7
+ }, parseNotificationMessage = (message) => message.replace(/<\/a>/gi, "</strong>").replace(/<a\b[^>]*>/gi, "<strong>"), getAppCode = (appCode) => {
8
+ switch (appCode = appCode.toLowerCase(), appCode) {
13
9
  case "collaborativewall":
14
- appCode = "collaborative-wall";
15
- break;
10
+ return "collaborative-wall";
16
11
  case "formulaire":
17
- appI18nKey = appCode = "forms";
18
- break;
12
+ return "forms";
19
13
  case "messagerie":
20
- appI18nKey = appCode = "conversation";
21
- break;
14
+ return "conversation";
22
15
  case "news":
23
- appI18nKey = appCode = "actualites";
24
- break;
16
+ return "actualites";
25
17
  case "homeworks":
26
- appCode = "cahier-de-texte";
27
- break;
18
+ return "cahier-de-texte";
28
19
  case "userbook_motto":
29
20
  case "userbook_mood":
30
21
  case "userbook_discovervisiblegroups":
31
- appCode = "userbook";
32
- break;
22
+ return "userbook";
33
23
  default:
34
- appI18nKey = appCode = appCode.replace(/_/g, "-");
24
+ return appCode.replace(/_/g, "-");
35
25
  }
36
- return [appCode, appI18nKey];
37
26
  }, notificationAdapter = (notification) => {
38
- const type = notification.sender ? "user" : "system", [appCode, appI18nKey] = getAppCodeAndI18nKey(notification.type), uri = resolveNotificationResourceUri(notification.params, type, appCode, notification["event-type"] || notification.eventType), date = new Date(notification.date.$date), message = parseNotificationMessage(notification.message), base = {
27
+ const type = notification.sender ? "user" : "system", uri = resolveNotificationResourceUri(notification.params, type), date = new Date(notification.date.$date), appCode = getAppCode(notification.type), message = parseNotificationMessage(notification.message), base = {
39
28
  id: notification._id,
40
29
  uri,
41
30
  message,
@@ -49,15 +38,13 @@ const resolveNotificationResourceUri = (params, type, appCode, eventType) => {
49
38
  // cannot be undefined if sender is present (user type)
50
39
  userId: notification.sender,
51
40
  // cannot be undefined if sender is present (user type)
52
- appCode,
53
- appI18nKey
41
+ appCode
54
42
  }
55
43
  } : {
56
44
  ...base,
57
45
  type: "system",
58
46
  params: {
59
- appCode,
60
- appI18nKey
47
+ appCode
61
48
  }
62
49
  };
63
50
  };