@edifice.io/react 2.5.24 → 2.6.0-develop-integration.20260710151131
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/components/AppIcon/AppIcon.js +4 -1
- package/dist/components/Avatar/Avatar.d.ts +1 -1
- package/dist/components/Avatar/Avatar.js +2 -1
- package/dist/components/BetaSwitch/BetaSwitch.d.ts +13 -0
- package/dist/components/BetaSwitch/BetaSwitch.js +27 -0
- package/dist/components/BetaSwitch/index.d.ts +1 -0
- package/dist/components/ButtonBeta/ButtonBeta.d.ts +47 -0
- package/dist/components/ButtonBeta/ButtonBeta.js +34 -0
- package/dist/components/ButtonBeta/index.d.ts +2 -0
- package/dist/components/Flex/Flex.js +5 -1
- package/dist/components/Logo/index.d.ts +1 -1
- package/dist/components/LogoBeta/LogoBeta.d.ts +7 -0
- package/dist/components/LogoBeta/LogoBeta.js +14 -0
- package/dist/components/LogoBeta/index.d.ts +2 -0
- package/dist/components/PageLayout/PageLayout.d.ts +45 -0
- package/dist/components/PageLayout/PageLayout.js +94 -0
- package/dist/components/PageLayout/PageLayoutContext.d.ts +14 -0
- package/dist/components/PageLayout/PageLayoutContext.js +8 -0
- package/dist/components/PageLayout/components/PageLayoutBreadcrumb.d.ts +9 -0
- package/dist/components/PageLayout/components/PageLayoutBreadcrumb.js +10 -0
- package/dist/components/PageLayout/components/PageLayoutContent.d.ts +9 -0
- package/dist/components/PageLayout/components/PageLayoutContent.js +18 -0
- package/dist/components/PageLayout/components/PageLayoutHeader.d.ts +10 -0
- package/dist/components/PageLayout/components/PageLayoutHeader.js +18 -0
- package/dist/components/PageLayout/components/PageLayoutOverlay.d.ts +15 -0
- package/dist/components/PageLayout/components/PageLayoutOverlay.js +51 -0
- package/dist/components/PageLayout/components/PageLayoutSidebarLeft.d.ts +9 -0
- package/dist/components/PageLayout/components/PageLayoutSidebarLeft.js +18 -0
- package/dist/components/PageLayout/components/PageLayoutSidebarRight.d.ts +9 -0
- package/dist/components/PageLayout/components/PageLayoutSidebarRight.js +18 -0
- package/dist/components/PageLayout/hook/useOverlay.d.ts +5 -0
- package/dist/components/PageLayout/hook/useOverlay.js +15 -0
- package/dist/components/PageLayout/index.d.ts +4 -0
- package/dist/components/PageLayout/store/overlayStore.d.ts +15 -0
- package/dist/components/PageLayout/store/overlayStore.js +12 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/homepage.js +34 -0
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/useEdificeIcons/useEdificeIcons.js +10 -9
- package/dist/hooks/useNextcloudSearch/index.d.ts +1 -0
- package/dist/hooks/useNextcloudSearch/useNextcloudSearch.d.ts +9 -0
- package/dist/hooks/useNextcloudSearch/useNextcloudSearch.js +48 -0
- package/dist/icons-nav.js +38 -28
- package/dist/index.js +221 -202
- package/dist/modules/editor/components/Renderer/AttachmentRenderer.js +12 -3
- package/dist/modules/homepage/components/Favorites/Favorites.d.ts +6 -0
- package/dist/modules/homepage/components/Favorites/Favorites.js +28 -0
- package/dist/modules/homepage/components/Favorites/FavoritesContainer.d.ts +4 -0
- package/dist/modules/homepage/components/Favorites/FavoritesContainer.js +10 -0
- package/dist/modules/homepage/components/Favorites/index.d.ts +2 -0
- package/dist/modules/homepage/components/Header/Header.d.ts +9 -0
- package/dist/modules/homepage/components/Header/Header.js +80 -0
- package/dist/modules/homepage/components/Header/index.d.ts +2 -0
- package/dist/modules/homepage/components/HomeCard/HomeCard.d.ts +37 -0
- package/dist/modules/homepage/components/HomeCard/HomeCard.js +17 -0
- package/dist/modules/homepage/components/HomeCard/HomeCardContent.d.ts +7 -0
- package/dist/modules/homepage/components/HomeCard/HomeCardContent.js +10 -0
- package/dist/modules/homepage/components/HomeCard/HomeCardHeader.d.ts +18 -0
- package/dist/modules/homepage/components/HomeCard/HomeCardHeader.js +22 -0
- package/dist/modules/homepage/components/HomeCard/index.d.ts +4 -0
- package/dist/modules/homepage/components/LastInfos/LastInfos.d.ts +49 -0
- package/dist/modules/homepage/components/LastInfos/LastInfos.js +58 -0
- package/dist/modules/homepage/components/LastInfos/LastInfosContainer.d.ts +4 -0
- package/dist/modules/homepage/components/LastInfos/LastInfosContainer.js +37 -0
- package/dist/modules/homepage/components/LastInfos/LastInfosList.d.ts +13 -0
- package/dist/modules/homepage/components/LastInfos/LastInfosList.js +31 -0
- package/dist/modules/homepage/components/LastInfos/index.d.ts +4 -0
- package/dist/modules/homepage/components/LastInfos/useLastInfos.d.ts +18 -0
- package/dist/modules/homepage/components/LastInfos/useLastInfos.js +25 -0
- package/dist/modules/homepage/components/MessageFlashList/MessageFlash.d.ts +12 -0
- package/dist/modules/homepage/components/MessageFlashList/MessageFlash.js +65 -0
- package/dist/modules/homepage/components/MessageFlashList/MessageFlashList.d.ts +12 -0
- package/dist/modules/homepage/components/MessageFlashList/MessageFlashList.js +10 -0
- package/dist/modules/homepage/components/MessageFlashList/MessageFlashListContainer.d.ts +5 -0
- package/dist/modules/homepage/components/MessageFlashList/MessageFlashListContainer.js +14 -0
- package/dist/modules/homepage/components/MessageFlashList/hooks/useMessageFlashList.d.ts +16 -0
- package/dist/modules/homepage/components/MessageFlashList/hooks/useMessageFlashList.js +19 -0
- package/dist/modules/homepage/components/MessageFlashList/index.d.ts +4 -0
- package/dist/modules/homepage/components/MessageFlashList/services/api/index.d.ts +4 -0
- package/dist/modules/homepage/components/MessageFlashList/services/api/index.js +5 -0
- package/dist/modules/homepage/components/MessageFlashList/services/api/messagesFlashService.d.ts +20 -0
- package/dist/modules/homepage/components/MessageFlashList/services/api/messagesFlashService.js +21 -0
- package/dist/modules/homepage/components/MessageFlashList/services/queries/messagesFlash.d.ts +13 -0
- package/dist/modules/homepage/components/MessageFlashList/services/queries/messagesFlash.js +31 -0
- package/dist/modules/homepage/components/Notifications/NotificationItem.d.ts +20 -0
- package/dist/modules/homepage/components/Notifications/NotificationItem.js +16 -0
- package/dist/modules/homepage/components/Notifications/NotificationList.d.ts +18 -0
- package/dist/modules/homepage/components/Notifications/NotificationList.js +44 -0
- package/dist/modules/homepage/components/Notifications/NotificationListContainer.d.ts +9 -0
- package/dist/modules/homepage/components/Notifications/NotificationListContainer.js +20 -0
- package/dist/modules/homepage/components/Notifications/NotificationListSkeleton.d.ts +5 -0
- package/dist/modules/homepage/components/Notifications/NotificationListSkeleton.js +17 -0
- package/dist/modules/homepage/components/Notifications/NotificationSkeleton.d.ts +3 -0
- package/dist/modules/homepage/components/Notifications/NotificationSkeleton.js +19 -0
- package/dist/modules/homepage/components/Notifications/components/CommonNotificationItem.d.ts +24 -0
- package/dist/modules/homepage/components/Notifications/components/CommonNotificationItem.js +28 -0
- package/dist/modules/homepage/components/Notifications/components/NotificationItemResource.d.ts +15 -0
- package/dist/modules/homepage/components/Notifications/components/NotificationItemResource.js +19 -0
- package/dist/modules/homepage/components/Notifications/components/SystemNotificationItem.d.ts +15 -0
- package/dist/modules/homepage/components/Notifications/components/SystemNotificationItem.js +20 -0
- package/dist/modules/homepage/components/Notifications/components/UserNotificationItem.d.ts +15 -0
- package/dist/modules/homepage/components/Notifications/components/UserNotificationItem.js +25 -0
- package/dist/modules/homepage/components/Notifications/components/notificationAdapter.d.ts +27 -0
- package/dist/modules/homepage/components/Notifications/components/notificationAdapter.js +53 -0
- package/dist/modules/homepage/components/Notifications/hooks/useNotificationList.d.ts +20 -0
- package/dist/modules/homepage/components/Notifications/hooks/useNotificationList.js +26 -0
- package/dist/modules/homepage/components/Notifications/index.d.ts +6 -0
- package/dist/modules/homepage/components/Notifications/services/api/index.d.ts +4 -0
- package/dist/modules/homepage/components/Notifications/services/api/index.js +5 -0
- package/dist/modules/homepage/components/Notifications/services/api/notificationService.d.ts +15 -0
- package/dist/modules/homepage/components/Notifications/services/api/notificationService.js +22 -0
- package/dist/modules/homepage/components/Notifications/services/queries/notification.d.ts +20 -0
- package/dist/modules/homepage/components/Notifications/services/queries/notification.js +40 -0
- package/dist/modules/homepage/components/SchoolSpace/SchoolSpace.d.ts +15 -0
- package/dist/modules/homepage/components/SchoolSpace/SchoolSpace.js +29 -0
- package/dist/modules/homepage/components/SchoolSpace/SchoolSpaceContainer.d.ts +4 -0
- package/dist/modules/homepage/components/SchoolSpace/SchoolSpaceContainer.js +13 -0
- package/dist/modules/homepage/components/SchoolSpace/index.d.ts +3 -0
- package/dist/modules/homepage/components/SchoolSpace/useUserSchools.d.ts +6 -0
- package/dist/modules/homepage/components/SchoolSpace/useUserSchools.js +39 -0
- package/dist/modules/homepage/components/UserSpace/UserSpace.d.ts +13 -0
- package/dist/modules/homepage/components/UserSpace/UserSpace.js +28 -0
- package/dist/modules/homepage/components/UserSpace/UserSpaceContainer.d.ts +7 -0
- package/dist/modules/homepage/components/UserSpace/UserSpaceContainer.js +19 -0
- package/dist/modules/homepage/components/UserSpace/index.d.ts +3 -0
- package/dist/modules/homepage/components/index.d.ts +8 -0
- package/dist/modules/homepage/hooks/useWidget.d.ts +6 -0
- package/dist/modules/homepage/hooks/useWidget.js +83 -0
- package/dist/modules/homepage/hooks/useWidgetPreferences.d.ts +6 -0
- package/dist/modules/homepage/hooks/useWidgetPreferences.js +34 -0
- package/dist/modules/homepage/index.d.ts +1 -0
- package/dist/modules/icons/components/nav/IconCommunitiesBeta.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconCommunitiesBeta.js +18 -0
- package/dist/modules/icons/components/nav/IconHomeBeta.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconHomeBeta.js +13 -0
- package/dist/modules/icons/components/{IconStarFavorite.d.ts → nav/IconMessagesBeta.d.ts} +2 -2
- package/dist/modules/icons/components/nav/IconMessagesBeta.js +18 -0
- package/dist/modules/icons/components/nav/IconMyAppsBeta.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconMyAppsBeta.js +13 -0
- package/dist/modules/icons/components/nav/IconNotificationBeta.d.ts +7 -0
- package/dist/modules/icons/components/nav/IconNotificationBeta.js +14 -0
- package/dist/modules/icons/components/nav/index.d.ts +5 -0
- package/dist/modules/modals/OnboardingModal/index.d.ts +1 -1
- package/dist/modules/multimedia/FileCard/NextcloudFileCard.d.ts +25 -0
- package/dist/modules/multimedia/FileCard/NextcloudFileCard.js +105 -0
- package/dist/modules/multimedia/FileCard/index.d.ts +2 -0
- package/dist/modules/multimedia/MediaLibrary/MediaLibrary.d.ts +2 -2
- package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +16 -3
- package/dist/modules/multimedia/MediaLibrary/innertabs/Nextcloud.d.ts +1 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/Nextcloud.js +22 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/index.d.ts +1 -0
- package/dist/modules/multimedia/MediaLibrary/innertabs/index.js +2 -0
- package/dist/modules/multimedia/Nextcloud/Nextcloud.d.ts +20 -0
- package/dist/modules/multimedia/Nextcloud/Nextcloud.js +88 -0
- package/dist/modules/multimedia/Nextcloud/index.d.ts +2 -0
- package/dist/modules/multimedia/index.d.ts +1 -0
- package/dist/multimedia.js +16 -12
- package/dist/providers/EdificeClientProvider/EdificeClientProvider.d.ts +0 -7
- package/dist/utilities/create-selectors/createSelectors.d.ts +10 -0
- package/dist/utilities/create-selectors/createSelectors.js +11 -0
- package/package.json +16 -10
package/dist/index.js
CHANGED
|
@@ -11,110 +11,117 @@ import { default as default10 } from "./components/Badge/Badge.js";
|
|
|
11
11
|
import { default as default11 } from "./modules/modals/ResourceModal/apps/BlogPublic.js";
|
|
12
12
|
import { default as default12 } from "./components/Breadcrumb/Breadcrumb.js";
|
|
13
13
|
import { default as default13 } from "./components/Button/Button.js";
|
|
14
|
-
import { default as default14 } from "./components/
|
|
15
|
-
import { default as default15 } from "./components/
|
|
16
|
-
import { default as default16 } from "./components/
|
|
17
|
-
import { default as default17 } from "./components/
|
|
18
|
-
import { default as default18 } from "./components/ColorPicker/
|
|
19
|
-
import { default as default19 } from "./components/
|
|
20
|
-
import { default as default20 } from "./
|
|
21
|
-
import { default as default21 } from "./
|
|
22
|
-
import { default as default22 } from "./components/
|
|
14
|
+
import { default as default14 } from "./components/ButtonBeta/ButtonBeta.js";
|
|
15
|
+
import { default as default15 } from "./components/Skeleton/ButtonSkeleton.js";
|
|
16
|
+
import { default as default16 } from "./components/Card/Card.js";
|
|
17
|
+
import { default as default17 } from "./components/Checkbox/Checkbox.js";
|
|
18
|
+
import { default as default18 } from "./components/ColorPicker/ColorPicker.js";
|
|
19
|
+
import { default as default19 } from "./components/ColorPicker/ColorPickerItem.js";
|
|
20
|
+
import { default as default20 } from "./components/Combobox/Combobox.js";
|
|
21
|
+
import { default as default21 } from "./modules/modals/ConfirmModal/ConfirmModal.js";
|
|
22
|
+
import { default as default22 } from "./components/DatePicker/DatePicker.js";
|
|
23
|
+
import { default as default23 } from "./components/Divider/Divider.js";
|
|
23
24
|
import { DndTree } from "./components/Tree/components/DndTree.js";
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import {
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import { default as
|
|
25
|
+
import { default as default24 } from "./components/Dropdown/Dropdown.js";
|
|
26
|
+
import { default as default25 } from "./components/Dropzone/Dropzone.js";
|
|
27
|
+
import { default as default26 } from "./modules/multimedia/Embed/Embed.js";
|
|
28
|
+
import { default as default27 } from "./components/EmptyScreen/EmptyScreen.js";
|
|
29
|
+
import { default as default28 } from "./modules/multimedia/FileCard/FileCard.js";
|
|
30
|
+
import { default as default29 } from "./components/Flex/Flex.js";
|
|
31
|
+
import { default as default30 } from "./components/Form/FormControl.js";
|
|
32
|
+
import { default as default31 } from "./components/Form/FormText.js";
|
|
33
|
+
import { default as default32 } from "./components/Heading/Heading.js";
|
|
34
|
+
import { default as default33 } from "./components/Button/IconButton.js";
|
|
35
|
+
import { default as default34 } from "./components/Image/Image.js";
|
|
36
|
+
import { default as default35 } from "./modules/multimedia/ImageEditor/components/ImageEditor.js";
|
|
37
|
+
import { default as default36 } from "./modules/multimedia/ImagePicker/ImagePicker.js";
|
|
38
|
+
import { default as default37 } from "./components/Input/Input.js";
|
|
39
|
+
import { default as default38 } from "./components/Label/Label.js";
|
|
40
|
+
import { default as default39 } from "./components/Loading/Loading.js";
|
|
41
|
+
import { default as default40 } from "./components/LoadingScreen/LoadingScreen.js";
|
|
42
|
+
import { default as default41 } from "./components/Logo/Logo.js";
|
|
43
|
+
import { default as default42 } from "./components/LogoBeta/LogoBeta.js";
|
|
44
|
+
import { default as default43 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
|
|
45
|
+
import { default as default44 } from "./components/MediaViewer/MediaViewer.js";
|
|
46
|
+
import { default as default45 } from "./components/Modal/Modal.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 "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
|
|
113
|
+
import { default as default112 } from "./hooks/useUpload/useUpload.js";
|
|
114
|
+
import { default as default113 } from "./hooks/useUploadFiles/useUploadFiles.js";
|
|
115
|
+
import { default as default114 } from "./hooks/useUser/useUser.js";
|
|
116
|
+
import { default as default115 } from "./hooks/useWorkspaceFile/useWorkspaceFile.js";
|
|
117
|
+
import { default as default116 } from "./hooks/useWorkspaceFolders/useWorkspaceFolders.js";
|
|
118
|
+
import { WORKSPACE_SHARED_FOLDER_ID, WORKSPACE_USER_FOLDER_ID, default as default117 } from "./hooks/useWorkspaceFolders/useWorkspaceFoldersTree.js";
|
|
119
|
+
import { default as default118 } from "./hooks/useWorkspaceSearch/useWorkspaceSearch.js";
|
|
120
|
+
import { default as default119 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
|
|
121
|
+
import { default as default120 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
|
|
116
122
|
import { AccessiblePalette, DefaultPalette } from "./components/ColorPicker/ColorPalette.js";
|
|
117
123
|
import { AntProvider } from "./providers/AntThemeProvider/AntProvider.js";
|
|
124
|
+
import { BetaSwitch } from "./components/BetaSwitch/BetaSwitch.js";
|
|
118
125
|
import { Column, Grid } from "./components/Grid/Grid.js";
|
|
119
126
|
import { DropzoneContext, useDropzoneContext } from "./components/Dropzone/DropzoneContext.js";
|
|
120
127
|
import { EdificeClientContext } from "./providers/EdificeClientProvider/EdificeClientProvider.context.js";
|
|
@@ -128,6 +135,7 @@ import { Layout } from "./components/Layout/Layout.js";
|
|
|
128
135
|
import { List } from "./components/List/List.js";
|
|
129
136
|
import { Menu } from "./components/Menu/components/Menu.js";
|
|
130
137
|
import { MockedProvider } from "./providers/MockedProvider/MockedProvider.js";
|
|
138
|
+
import { PageLayoutContext, usePageLayout } from "./components/PageLayout/PageLayoutContext.js";
|
|
131
139
|
import { Pagination } from "./components/Pagination/Pagination.js";
|
|
132
140
|
import { Popover, PopoverBody, PopoverFooter, PopoverHeader } from "./components/Popover/Popover.js";
|
|
133
141
|
import { ResourceModal } from "./modules/modals/ResourceModal/ResourceModal.js";
|
|
@@ -149,6 +157,7 @@ import { useCheckable } from "./hooks/useCheckable/useCheckable.js";
|
|
|
149
157
|
import { useEdificeClient } from "./providers/EdificeClientProvider/EdificeClientProvider.hook.js";
|
|
150
158
|
import { useEdificeTheme } from "./providers/EdificeThemeProvider/EdificeThemeProvider.hook.js";
|
|
151
159
|
import { useFileToAttachment } from "./components/AddAttachments/hooks/useFileToAttachment.js";
|
|
160
|
+
import { useOverlay } from "./components/PageLayout/hook/useOverlay.js";
|
|
152
161
|
import { useScreeb } from "./hooks/useScreeb/useScreeb.js";
|
|
153
162
|
import { useTreeSortable } from "./components/Tree/hooks/useTreeSortable.js";
|
|
154
163
|
import { useTreeView } from "./components/TreeView/hooks/useTreeView.js";
|
|
@@ -165,102 +174,109 @@ export {
|
|
|
165
174
|
default8 as Avatar,
|
|
166
175
|
default9 as AvatarGroup,
|
|
167
176
|
default10 as Badge,
|
|
177
|
+
BetaSwitch,
|
|
168
178
|
default11 as BlogPublic,
|
|
169
179
|
default12 as Breadcrumb,
|
|
170
180
|
default13 as Button,
|
|
171
|
-
default14 as
|
|
172
|
-
default15 as
|
|
173
|
-
default16 as
|
|
174
|
-
default17 as
|
|
175
|
-
default18 as
|
|
181
|
+
default14 as ButtonBeta,
|
|
182
|
+
default15 as ButtonSkeleton,
|
|
183
|
+
default16 as Card,
|
|
184
|
+
default17 as Checkbox,
|
|
185
|
+
default18 as ColorPicker,
|
|
186
|
+
default19 as ColorPickerItem,
|
|
176
187
|
Column,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
188
|
+
default20 as Combobox,
|
|
189
|
+
default21 as ConfirmModal,
|
|
190
|
+
default22 as DatePicker,
|
|
180
191
|
DefaultPalette,
|
|
181
|
-
|
|
192
|
+
default23 as Divider,
|
|
182
193
|
DndTree,
|
|
183
|
-
|
|
184
|
-
|
|
194
|
+
default24 as Dropdown,
|
|
195
|
+
default25 as Dropzone,
|
|
185
196
|
DropzoneContext,
|
|
186
197
|
EdificeClientContext,
|
|
187
198
|
EdificeClientProvider,
|
|
188
199
|
EdificeScreebProvider,
|
|
189
200
|
EdificeThemeContext,
|
|
190
201
|
EdificeThemeProvider,
|
|
191
|
-
|
|
192
|
-
|
|
202
|
+
default26 as Embed,
|
|
203
|
+
default27 as EmptyScreen,
|
|
193
204
|
ExternalLinker,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
205
|
+
default28 as FileCard,
|
|
206
|
+
default29 as Flex,
|
|
207
|
+
default30 as FormControl,
|
|
208
|
+
default31 as FormText,
|
|
198
209
|
Grid,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
210
|
+
default32 as Heading,
|
|
211
|
+
default33 as IconButton,
|
|
212
|
+
default34 as Image,
|
|
213
|
+
default35 as ImageEditor,
|
|
214
|
+
default36 as ImagePicker,
|
|
215
|
+
default37 as Input,
|
|
205
216
|
InternalLinker,
|
|
206
|
-
|
|
217
|
+
default38 as Label,
|
|
207
218
|
Layout,
|
|
208
219
|
List,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
220
|
+
default39 as Loading,
|
|
221
|
+
default40 as LoadingScreen,
|
|
222
|
+
default41 as Logo,
|
|
223
|
+
default42 as LogoBeta,
|
|
224
|
+
default43 as MediaLibrary,
|
|
225
|
+
default44 as MediaViewer,
|
|
214
226
|
Menu,
|
|
215
227
|
MockedProvider,
|
|
216
|
-
|
|
217
|
-
|
|
228
|
+
default45 as Modal,
|
|
229
|
+
default46 as Nextcloud,
|
|
230
|
+
default47 as NextcloudFileCard,
|
|
231
|
+
default48 as OnboardingModal,
|
|
232
|
+
default49 as PageLayout,
|
|
233
|
+
PageLayoutContext,
|
|
218
234
|
Pagination,
|
|
219
235
|
Popover,
|
|
220
236
|
PopoverBody,
|
|
221
237
|
PopoverFooter,
|
|
222
238
|
PopoverHeader,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
239
|
+
default50 as PreventPropagation,
|
|
240
|
+
default51 as PromotionCard,
|
|
241
|
+
default52 as PublishModal,
|
|
242
|
+
default53 as Radio,
|
|
243
|
+
default54 as RadioCard,
|
|
228
244
|
ResourceModal,
|
|
229
245
|
Root,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
246
|
+
default55 as SearchBar,
|
|
247
|
+
default56 as SearchButton,
|
|
248
|
+
default57 as SegmentedControl,
|
|
249
|
+
default58 as Select,
|
|
250
|
+
default59 as ShareBlog,
|
|
251
|
+
default60 as ShareModal,
|
|
252
|
+
default61 as ShareResources,
|
|
253
|
+
default62 as SortableTree,
|
|
254
|
+
default63 as StackedGroup,
|
|
255
|
+
default64 as Stepper,
|
|
256
|
+
default65 as Switch,
|
|
257
|
+
default66 as Table,
|
|
242
258
|
Tabs,
|
|
243
|
-
|
|
244
|
-
|
|
259
|
+
default67 as TextArea,
|
|
260
|
+
default68 as TextSkeleton,
|
|
245
261
|
Toolbar,
|
|
246
|
-
|
|
247
|
-
|
|
262
|
+
default69 as Tooltip,
|
|
263
|
+
default70 as Tree,
|
|
248
264
|
TreeNode,
|
|
249
265
|
TreeNodeFolderWrapper,
|
|
250
|
-
|
|
266
|
+
default71 as TreeView,
|
|
251
267
|
Upload,
|
|
252
|
-
|
|
253
|
-
|
|
268
|
+
default72 as UploadCard,
|
|
269
|
+
default73 as UploadFiles,
|
|
254
270
|
UserRightsList,
|
|
255
271
|
UserSearch,
|
|
256
|
-
|
|
257
|
-
|
|
272
|
+
default74 as VideoEmbed,
|
|
273
|
+
default75 as VideoRecorder,
|
|
258
274
|
VisibleType,
|
|
259
|
-
|
|
275
|
+
default76 as VisuallyHidden,
|
|
260
276
|
WORKSPACE_SHARED_FOLDER_ID,
|
|
261
277
|
WORKSPACE_USER_FOLDER_ID,
|
|
262
|
-
|
|
263
|
-
|
|
278
|
+
default77 as Workspace,
|
|
279
|
+
default78 as WorkspaceFolders,
|
|
264
280
|
addNode,
|
|
265
281
|
arrayUnique,
|
|
266
282
|
buildTree,
|
|
@@ -290,54 +306,57 @@ export {
|
|
|
290
306
|
setRef,
|
|
291
307
|
updateNode,
|
|
292
308
|
updateParentIds,
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
309
|
+
default79 as useBookmark,
|
|
310
|
+
default80 as useBreakpoint,
|
|
311
|
+
default81 as useBrowserInfo,
|
|
312
|
+
default82 as useCantoo,
|
|
297
313
|
useCheckable,
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
314
|
+
default83 as useClickOutside,
|
|
315
|
+
default84 as useConversation,
|
|
316
|
+
default85 as useDate,
|
|
317
|
+
default86 as useDebounce,
|
|
318
|
+
default87 as useDirectory,
|
|
319
|
+
default88 as useDropdown,
|
|
320
|
+
default89 as useDropzone,
|
|
305
321
|
useDropzoneContext,
|
|
306
322
|
useEdificeClient,
|
|
307
|
-
|
|
323
|
+
default90 as useEdificeIcons,
|
|
308
324
|
useEdificeTheme,
|
|
309
325
|
useFileToAttachment,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
326
|
+
default91 as useHasWorkflow,
|
|
327
|
+
default92 as useHover,
|
|
328
|
+
default93 as useHttpErrorToast,
|
|
329
|
+
default94 as useImage,
|
|
330
|
+
default95 as useInfiniteScroll,
|
|
331
|
+
default96 as useIsAdmc,
|
|
332
|
+
default97 as useIsAdml,
|
|
333
|
+
default98 as useIsAdmlcOrAdmc,
|
|
334
|
+
default99 as useKeyPress,
|
|
335
|
+
default100 as useLibraryUrl,
|
|
336
|
+
default101 as useMediaLibrary,
|
|
337
|
+
default102 as useNextcloudSearch,
|
|
338
|
+
useOverlay,
|
|
339
|
+
usePageLayout,
|
|
340
|
+
default103 as usePublicConf,
|
|
322
341
|
useScreeb,
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
342
|
+
default104 as useScrollToTop,
|
|
343
|
+
default105 as useShareMutation,
|
|
344
|
+
default106 as useTitle,
|
|
345
|
+
default107 as useToast,
|
|
346
|
+
default108 as useToggle,
|
|
347
|
+
default109 as useTrapFocus,
|
|
348
|
+
default110 as useTrashedResource,
|
|
330
349
|
useTreeSortable,
|
|
331
350
|
useTreeView,
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
351
|
+
default111 as useUpdateMutation,
|
|
352
|
+
default112 as useUpload,
|
|
353
|
+
default113 as useUploadFiles,
|
|
354
|
+
default114 as useUser,
|
|
355
|
+
default115 as useWorkspaceFile,
|
|
356
|
+
default116 as useWorkspaceFolders,
|
|
357
|
+
default117 as useWorkspaceFoldersTree,
|
|
358
|
+
default118 as useWorkspaceSearch,
|
|
359
|
+
default119 as useXitiTrackPageLoad,
|
|
360
|
+
default120 as useZendeskGuide,
|
|
342
361
|
wrapTreeNode
|
|
343
362
|
};
|
|
@@ -12,7 +12,9 @@ import { Grid } from "../../../../components/Grid/Grid.js";
|
|
|
12
12
|
const AttachmentRenderer = (props) => {
|
|
13
13
|
const {
|
|
14
14
|
node,
|
|
15
|
-
editor
|
|
15
|
+
editor,
|
|
16
|
+
updateAttributes,
|
|
17
|
+
deleteNode
|
|
16
18
|
} = props, [attachmentArrayAttrs, setAttachmentArrayAttrs] = useState(node.attrs.links), {
|
|
17
19
|
t
|
|
18
20
|
} = useTranslation(), {
|
|
@@ -22,7 +24,14 @@ const AttachmentRenderer = (props) => {
|
|
|
22
24
|
attachmentArrayAttrs !== node.attrs.links && setAttachmentArrayAttrs(node.attrs.links);
|
|
23
25
|
}, [node.attrs.links, attachmentArrayAttrs]);
|
|
24
26
|
const handleDelete = (index, documentId) => {
|
|
25
|
-
|
|
27
|
+
const nextAttachments = (node.attrs.links ?? []).filter((link, i) => {
|
|
28
|
+
const linkDocumentId = link.dataDocumentId ?? link.documentId ?? link["data-document-id"] ?? link.href;
|
|
29
|
+
return !(i === index || String(linkDocumentId ?? "") === String(documentId ?? ""));
|
|
30
|
+
});
|
|
31
|
+
nextAttachments.length > 0 ? updateAttributes == null || updateAttributes({
|
|
32
|
+
...node.attrs,
|
|
33
|
+
links: nextAttachments
|
|
34
|
+
}) : deleteNode == null || deleteNode(), !updateAttributes && !deleteNode && editor.commands.unsetAttachment(documentId), setAttachmentArrayAttrs(nextAttachments);
|
|
26
35
|
};
|
|
27
36
|
return (attachmentArrayAttrs == null ? void 0 : attachmentArrayAttrs.length) !== 0 && /* @__PURE__ */ jsx(NodeViewWrapper, { children: /* @__PURE__ */ jsxs("div", { style: {
|
|
28
37
|
backgroundColor: "#F2F2F2",
|
|
@@ -32,7 +41,7 @@ const AttachmentRenderer = (props) => {
|
|
|
32
41
|
/* @__PURE__ */ jsx("p", { className: "m-12 mt-0", children: t("tiptap.attachments.bloc") }),
|
|
33
42
|
/* @__PURE__ */ jsx(Grid, { children: attachmentArrayAttrs == null ? void 0 : attachmentArrayAttrs.map((attachment, index) => /* @__PURE__ */ jsx(Grid.Col, { sm: "6", children: /* @__PURE__ */ jsx(Attachment, { name: attachment.name, options: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
34
43
|
/* @__PURE__ */ jsx("a", { href: attachment.href, "data-document-id": attachment.dataDocumentId, "data-content-type": attachment.dataContentType, download: !0, children: /* @__PURE__ */ jsx(IconButton, { "aria-label": t("tiptap.attachments.download"), color: "tertiary", type: "button", icon: /* @__PURE__ */ jsx(SvgIconDownload, {}), variant: "ghost" }) }),
|
|
35
|
-
editable && /* @__PURE__ */ jsx(IconButton, { "aria-label": t("tiptap.attachments.delete"), color: "danger", type: "button", icon: /* @__PURE__ */ jsx(SvgIconDelete, {}), variant: "ghost", onClick: () => handleDelete(index, attachment.dataDocumentId) })
|
|
44
|
+
editable && /* @__PURE__ */ jsx(IconButton, { "aria-label": t("tiptap.attachments.delete"), color: "danger", type: "button", icon: /* @__PURE__ */ jsx(SvgIconDelete, {}), variant: "ghost", onClick: () => handleDelete(index, attachment.dataDocumentId ?? attachment["data-document-id"] ?? attachment.href) })
|
|
36
45
|
] }) }) }, index)) })
|
|
37
46
|
] }) });
|
|
38
47
|
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useTranslation } from "react-i18next";
|
|
3
|
+
import illuEmptyFavorite from "@edifice.io/bootstrap/dist/images/homepage/illu-empty-favorite.svg";
|
|
4
|
+
import SvgIconArrowRight from "../../../icons/components/IconArrowRight.js";
|
|
5
|
+
import HomeCard from "../HomeCard/HomeCard.js";
|
|
6
|
+
import Flex from "../../../../components/Flex/Flex.js";
|
|
7
|
+
import AppIcon from "../../../../components/AppIcon/AppIcon.js";
|
|
8
|
+
function Favorites({
|
|
9
|
+
apps,
|
|
10
|
+
onSeeAllClick = () => window.open("/welcome", "_self")
|
|
11
|
+
}) {
|
|
12
|
+
const {
|
|
13
|
+
t
|
|
14
|
+
} = useTranslation(), getAppName = (app) => app.prefix && app.prefix.length > 1 ? t(app.prefix.substring(1)) : t(app.displayName) || "";
|
|
15
|
+
return /* @__PURE__ */ jsxs(HomeCard, { variant: "secondary", children: [
|
|
16
|
+
/* @__PURE__ */ jsx(HomeCard.Header, { title: t("homepage.favorites.title", "Favoris"), actionLabel: t("homepage.favorites.all", "Mes applis"), onActionClick: onSeeAllClick, actionRightIcon: /* @__PURE__ */ jsx(SvgIconArrowRight, {}) }),
|
|
17
|
+
/* @__PURE__ */ jsx(HomeCard.Content, { children: /* @__PURE__ */ jsx("div", { className: "favorites-content", children: apps.length === 0 ? /* @__PURE__ */ jsxs(Flex, { align: "center", gap: "12", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("img", { src: illuEmptyFavorite, alt: "", width: 80, height: 80 }),
|
|
19
|
+
/* @__PURE__ */ jsx("span", { className: "favorites-empty-text", children: t("homepage.favorites.empty", "Ajouter des applications à vos favoris pour les retrouver ici et y accéder rapidement !") })
|
|
20
|
+
] }) : /* @__PURE__ */ jsx(Flex, { wrap: "wrap", gap: "8 16", children: apps.map((app) => {
|
|
21
|
+
const appName = getAppName(app), opensInNewTab = app.isExternal || app.target === "_blank";
|
|
22
|
+
return /* @__PURE__ */ jsx("a", { href: app.address, "aria-label": appName, title: appName, target: opensInNewTab ? "_blank" : void 0, rel: opensInNewTab ? "noopener noreferrer" : void 0, children: /* @__PURE__ */ jsx(AppIcon, { app, size: "40", variant: "square" }) }, app.name);
|
|
23
|
+
}) }) }) })
|
|
24
|
+
] });
|
|
25
|
+
}
|
|
26
|
+
export {
|
|
27
|
+
Favorites
|
|
28
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Favorites } from "./Favorites.js";
|
|
3
|
+
import useBookmark from "../../../../hooks/useBookmark/useBookmark.js";
|
|
4
|
+
function FavoritesContainer(props) {
|
|
5
|
+
const apps = useBookmark() ?? [];
|
|
6
|
+
return /* @__PURE__ */ jsx(Favorites, { ...props, apps });
|
|
7
|
+
}
|
|
8
|
+
export {
|
|
9
|
+
FavoritesContainer
|
|
10
|
+
};
|