@edifice.io/react 2.5.2-develop-integration.20251204110744 → 2.5.2-develop-b2school-actualites.20251205092254
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/index.d.ts +1 -0
- package/dist/components/Divider/Divider.d.ts +5 -0
- package/dist/components/Divider/Divider.js +21 -0
- package/dist/components/Divider/index.d.ts +1 -0
- package/dist/components/Flex/Flex.js +1 -1
- package/dist/components/Menu/components/MenuButton.d.ts +2 -0
- package/dist/components/Menu/components/MenuButton.js +13 -4
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +65 -0
- package/dist/components/SegmentedControl/SegmentedControl.js +21 -0
- package/dist/components/SegmentedControl/index.d.ts +2 -0
- package/dist/components/Select/Select.d.ts +6 -2
- package/dist/components/Select/Select.js +10 -4
- package/dist/components/SeparatedInfo/SeparatedInfo.d.ts +6 -0
- package/dist/components/SeparatedInfo/SeparatedInfo.js +13 -0
- package/dist/components/SeparatedInfo/index.d.ts +1 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/editor.js +40 -36
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useInfiniteScroll/index.d.ts +1 -0
- package/dist/hooks/useInfiniteScroll/useInfiniteScroll.d.ts +33 -0
- package/dist/hooks/useInfiniteScroll/useInfiniteScroll.js +20 -0
- package/dist/icons-apps.js +232 -234
- package/dist/icons.js +262 -262
- package/dist/index.js +146 -134
- package/dist/modals.js +8 -6
- package/dist/modules/comments/components/Comment.js +5 -3
- package/dist/modules/comments/components/CommentList.js +1 -1
- package/dist/modules/comments/components/DeleteModal.js +14 -8
- package/dist/modules/comments/constants.d.ts +4 -1
- package/dist/modules/comments/constants.js +2 -2
- package/dist/modules/comments/provider/CommentProvider.js +2 -2
- package/dist/modules/comments/types.d.ts +2 -2
- package/dist/modules/editor/components/Editor/EditorPreview.d.ts +14 -0
- package/dist/modules/editor/components/Editor/EditorPreview.js +56 -0
- package/dist/modules/editor/components/Editor/EditorPreviewSkeleton.d.ts +8 -0
- package/dist/modules/editor/components/Editor/EditorPreviewSkeleton.js +24 -0
- package/dist/modules/editor/components/Editor/index.d.ts +2 -0
- package/dist/modules/icons/components/IconClockAlert.d.ts +7 -0
- package/dist/modules/icons/components/IconClockAlert.js +17 -0
- package/dist/modules/icons/components/apps/index.d.ts +0 -1
- package/dist/modules/icons/components/index.d.ts +1 -1
- package/dist/modules/modals/ResourceModal/ResourceModal.d.ts +0 -1
- package/dist/modules/modals/ResourceModal/ResourceModal.js +3 -10
- package/dist/modules/modals/ShareModal/ShareBookmark.d.ts +1 -1
- package/dist/modules/modals/ShareModal/ShareBookmark.js +5 -2
- package/dist/modules/modals/ShareModal/ShareModal.d.ts +1 -11
- package/dist/modules/modals/ShareModal/ShareModal.js +13 -105
- package/dist/modules/modals/ShareModal/ShareResources.d.ts +173 -0
- package/dist/modules/modals/ShareModal/ShareResources.js +137 -0
- package/dist/modules/modals/ShareModal/hooks/useSearch.d.ts +2 -1
- package/dist/modules/modals/ShareModal/hooks/useSearch.js +3 -2
- package/dist/modules/modals/ShareModal/hooks/useShare.d.ts +12 -5
- package/dist/modules/modals/ShareModal/hooks/useShare.js +20 -13
- package/dist/modules/modals/ShareModal/hooks/useShareBookmark.d.ts +1 -1
- package/dist/modules/modals/ShareModal/hooks/useShareBookmark.js +1 -1
- package/dist/modules/modals/ShareModal/index.d.ts +3 -1
- package/dist/style.css +1 -1
- package/dist/utilities/index.d.ts +1 -0
- package/dist/utilities/react-query/index.d.ts +1 -0
- package/dist/utilities/react-query/react-query-utils.d.ts +21 -0
- package/dist/utilities/react-query/react-query-utils.js +13 -0
- package/package.json +8 -7
- package/dist/modules/icons/components/IconUndoSlashed.d.ts +0 -7
- package/dist/modules/icons/components/IconUndoSlashed.js +0 -12
- package/dist/modules/icons/components/apps/IconAssistancetic.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconAssistancetic.js +0 -14
package/dist/index.js
CHANGED
|
@@ -33,82 +33,87 @@ import { default as default33 } from "./components/PreventPropagation/PreventPro
|
|
|
33
33
|
import { default as default34 } from "./components/Radio/Radio.js";
|
|
34
34
|
import { default as default35 } from "./components/RadioCard/RadioCard.js";
|
|
35
35
|
import { default as default36 } from "./components/SearchBar/SearchBar.js";
|
|
36
|
-
import { default as default37 } from "./components/
|
|
37
|
-
import { default as default38 } from "./components/
|
|
38
|
-
import { default as default39 } from "./components/Skeleton/
|
|
39
|
-
import { default as default40 } from "./components/
|
|
40
|
-
import { default as default41 } from "./components/
|
|
41
|
-
import { default as default42 } from "./components/
|
|
42
|
-
import { default as default43 } from "./components/
|
|
43
|
-
import { default as default44 } from "./components/
|
|
44
|
-
import { default as default45 } from "./components/
|
|
36
|
+
import { default as default37 } from "./components/SegmentedControl/SegmentedControl.js";
|
|
37
|
+
import { default as default38 } from "./components/Select/Select.js";
|
|
38
|
+
import { default as default39 } from "./components/Skeleton/ButtonSkeleton.js";
|
|
39
|
+
import { default as default40 } from "./components/Skeleton/TextSkeleton.js";
|
|
40
|
+
import { default as default41 } from "./components/StackedGroup/StackedGroup.js";
|
|
41
|
+
import { default as default42 } from "./components/Stepper/Stepper.js";
|
|
42
|
+
import { default as default43 } from "./components/Switch/Switch.js";
|
|
43
|
+
import { default as default44 } from "./components/Table/components/Table.js";
|
|
44
|
+
import { default as default45 } from "./components/TextArea/TextArea.js";
|
|
45
|
+
import { default as default46 } from "./components/Tooltip/Tooltip.js";
|
|
45
46
|
import { DndTree } from "./components/Tree/components/DndTree.js";
|
|
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
|
|
47
|
+
import { default as default47 } from "./components/Tree/components/SortableTree.js";
|
|
48
|
+
import { default as default48 } from "./components/Tree/components/Tree.js";
|
|
49
|
+
import { default as default49 } from "./components/TreeView/TreeView.js";
|
|
50
|
+
import { default as default50 } from "./components/VisuallyHidden/VisuallyHidden.js";
|
|
51
|
+
import { default as default51 } from "./hooks/useBookmark/useBookmark.js";
|
|
52
|
+
import { default as default52 } from "./hooks/useBreakpoint/useBreakpoint.js";
|
|
53
|
+
import { default as default53 } from "./hooks/useBrowserInfo/useBrowserInfo.js";
|
|
54
|
+
import { default as default54 } from "./hooks/useCantoo/useCantoo.js";
|
|
55
|
+
import { default as default55 } from "./hooks/useClickOutside/useClickOutside.js";
|
|
56
|
+
import { default as default56 } from "./hooks/useConversation/useConversation.js";
|
|
57
|
+
import { default as default57 } from "./hooks/useDate/useDate.js";
|
|
58
|
+
import { default as default58 } from "./hooks/useDebounce/useDebounce.js";
|
|
59
|
+
import { default as default59 } from "./hooks/useDirectory/useDirectory.js";
|
|
60
|
+
import { default as default60 } from "./hooks/useDropdown/useDropdown.js";
|
|
61
|
+
import { default as default61 } from "./hooks/useDropzone/useDropzone.js";
|
|
62
|
+
import { default as default62 } from "./hooks/useEdificeIcons/useEdificeIcons.js";
|
|
63
|
+
import { default as default63 } from "./hooks/useHasWorkflow/useHasWorkflow.js";
|
|
64
|
+
import { default as default64 } from "./hooks/useHover/useHover.js";
|
|
64
65
|
import { useHttpErrorToast } from "./hooks/useHttpErrorToast/useHttpErrorToast.js";
|
|
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 {
|
|
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
|
|
66
|
+
import { default as default65 } from "./hooks/useImage/useImage.js";
|
|
67
|
+
import { default as default66 } from "./hooks/useInfiniteScroll/useInfiniteScroll.js";
|
|
68
|
+
import { default as default67 } from "./hooks/useIsAdml/useIsAdml.js";
|
|
69
|
+
import { default as default68 } from "./hooks/useIsAdmc/useIsAdmc.js";
|
|
70
|
+
import { default as default69 } from "./hooks/useIsAdmlcOrAdmc/useIsAdmlcOrAdmc.js";
|
|
71
|
+
import { default as default70 } from "./hooks/useKeyPress/useKeyPress.js";
|
|
72
|
+
import { default as default71 } from "./hooks/useLibraryUrl/useLibraryUrl.js";
|
|
73
|
+
import { default as default72 } from "./hooks/useMediaLibrary/useMediaLibrary.js";
|
|
74
|
+
import { default as default73 } from "./hooks/useScrollToTop/useScrollToTop.js";
|
|
75
|
+
import { default as default74 } from "./hooks/useTitle/useTitle.js";
|
|
76
|
+
import { default as default75 } from "./hooks/useToast/useToast.js";
|
|
77
|
+
import { default as default76 } from "./hooks/useToggle/useToggle.js";
|
|
78
|
+
import { default as default77 } from "./hooks/useTrapFocus/useTrapFocus.js";
|
|
79
|
+
import { default as default78 } from "./hooks/useTrashedResource/useTrashedResource.js";
|
|
80
|
+
import { default as default79 } from "./hooks/useUpload/useUpload.js";
|
|
81
|
+
import { default as default80 } from "./hooks/useUploadFiles/useUploadFiles.js";
|
|
82
|
+
import { default as default81 } from "./hooks/useUser/useUser.js";
|
|
83
|
+
import { default as default82 } from "./hooks/useWorkspaceFile/useWorkspaceFile.js";
|
|
84
|
+
import { default as default83 } from "./hooks/useWorkspaceFolders/useWorkspaceFolders.js";
|
|
85
|
+
import { WORKSPACE_SHARED_FOLDER_ID, WORKSPACE_USER_FOLDER_ID, default as default84 } from "./hooks/useWorkspaceFolders/useWorkspaceFoldersTree.js";
|
|
86
|
+
import { default as default85 } from "./hooks/useWorkspaceSearch/useWorkspaceSearch.js";
|
|
87
|
+
import { default as default86 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
|
|
88
|
+
import { default as default87 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
|
|
89
|
+
import { default as default88 } from "./modules/modals/ConfirmModal/ConfirmModal.js";
|
|
90
|
+
import { default as default89 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
|
|
91
|
+
import { default as default90 } from "./modules/modals/PublishModal/PublishModal.js";
|
|
92
|
+
import { default as default91 } from "./modules/modals/ResourceModal/apps/BlogPublic.js";
|
|
93
|
+
import { default as default92 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
|
|
94
|
+
import { default as default93 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
|
|
95
|
+
import { default as default94 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
|
|
96
|
+
import { default as default95 } from "./modules/modals/ShareModal/ShareModal.js";
|
|
97
|
+
import { default as default96 } from "./modules/modals/ShareModal/ShareResources.js";
|
|
98
|
+
import { default as default97 } from "./modules/multimedia/AudioRecorder/AudioRecorder.js";
|
|
99
|
+
import { default as default98 } from "./modules/multimedia/Embed/Embed.js";
|
|
100
|
+
import { default as default99 } from "./modules/multimedia/ImageEditor/components/ImageEditor.js";
|
|
101
|
+
import { default as default100 } from "./modules/multimedia/ImagePicker/ImagePicker.js";
|
|
102
|
+
import { default as default101 } from "./modules/multimedia/FileCard/FileCard.js";
|
|
103
|
+
import { default as default102 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
|
|
104
|
+
import { default as default103 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
|
|
105
|
+
import { default as default104 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
|
|
106
|
+
import { default as default105 } from "./modules/multimedia/Workspace/Workspace.js";
|
|
107
|
+
import { default as default106 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
|
|
105
108
|
import { AccessiblePalette, DefaultPalette } from "./components/ColorPicker/ColorPalette.js";
|
|
109
|
+
import { Divider } from "./components/Divider/Divider.js";
|
|
106
110
|
import { DropzoneContext, useDropzoneContext } from "./components/Dropzone/DropzoneContext.js";
|
|
107
111
|
import { Column, Grid } from "./components/Grid/Grid.js";
|
|
108
112
|
import { Layout } from "./components/Layout/Layout.js";
|
|
109
113
|
import { List } from "./components/List/List.js";
|
|
110
114
|
import { Menu } from "./components/Menu/components/Menu.js";
|
|
111
115
|
import { Popover, PopoverBody, PopoverFooter, PopoverHeader } from "./components/Popover/Popover.js";
|
|
116
|
+
import { SeparatedInfo } from "./components/SeparatedInfo/SeparatedInfo.js";
|
|
112
117
|
import { Tabs } from "./components/Tabs/components/Tabs.js";
|
|
113
118
|
import { Toolbar } from "./components/Toolbar/Toolbar.js";
|
|
114
119
|
import { useTreeSortable } from "./components/Tree/hooks/useTreeSortable.js";
|
|
@@ -130,6 +135,7 @@ import { useEdificeTheme } from "./providers/EdificeThemeProvider/EdificeThemePr
|
|
|
130
135
|
import { MockedProvider } from "./providers/MockedProvider/MockedProvider.js";
|
|
131
136
|
import { checkUserRight } from "./utilities/check-user-rights/check-user-rights.js";
|
|
132
137
|
import { emptyScreenMapping } from "./utilities/emptyscreen-mapping/emptyscreen-mapping.js";
|
|
138
|
+
import { invalidateQueriesWithFirstPage } from "./utilities/react-query/react-query-utils.js";
|
|
133
139
|
import { mergeRefs, setRef } from "./utilities/refs/ref.js";
|
|
134
140
|
export {
|
|
135
141
|
AccessiblePalette,
|
|
@@ -139,22 +145,23 @@ export {
|
|
|
139
145
|
default4 as AppHeader,
|
|
140
146
|
default5 as AppIcon,
|
|
141
147
|
default6 as Attachment,
|
|
142
|
-
|
|
148
|
+
default97 as AudioRecorder,
|
|
143
149
|
default7 as Avatar,
|
|
144
150
|
default8 as AvatarGroup,
|
|
145
151
|
default9 as Badge,
|
|
146
|
-
|
|
152
|
+
default91 as BlogPublic,
|
|
147
153
|
default10 as Breadcrumb,
|
|
148
154
|
default11 as Button,
|
|
149
|
-
|
|
155
|
+
default39 as ButtonSkeleton,
|
|
150
156
|
default14 as Card,
|
|
151
157
|
default15 as Checkbox,
|
|
152
158
|
default16 as ColorPicker,
|
|
153
159
|
default17 as ColorPickerItem,
|
|
154
160
|
Column,
|
|
155
161
|
default18 as Combobox,
|
|
156
|
-
|
|
162
|
+
default88 as ConfirmModal,
|
|
157
163
|
DefaultPalette,
|
|
164
|
+
Divider,
|
|
158
165
|
DndTree,
|
|
159
166
|
default19 as Dropdown,
|
|
160
167
|
default20 as Dropzone,
|
|
@@ -163,10 +170,10 @@ export {
|
|
|
163
170
|
EdificeClientProvider,
|
|
164
171
|
EdificeThemeContext,
|
|
165
172
|
EdificeThemeProvider,
|
|
166
|
-
|
|
173
|
+
default98 as Embed,
|
|
167
174
|
default21 as EmptyScreen,
|
|
168
175
|
ExternalLinker,
|
|
169
|
-
|
|
176
|
+
default101 as FileCard,
|
|
170
177
|
default22 as Flex,
|
|
171
178
|
default24 as FormControl,
|
|
172
179
|
default23 as FormText,
|
|
@@ -174,8 +181,8 @@ export {
|
|
|
174
181
|
default25 as Heading,
|
|
175
182
|
default12 as IconButton,
|
|
176
183
|
default26 as Image,
|
|
177
|
-
|
|
178
|
-
|
|
184
|
+
default99 as ImageEditor,
|
|
185
|
+
default100 as ImagePicker,
|
|
179
186
|
default27 as Input,
|
|
180
187
|
InternalLinker,
|
|
181
188
|
default28 as Label,
|
|
@@ -184,46 +191,49 @@ export {
|
|
|
184
191
|
default29 as Loading,
|
|
185
192
|
default30 as LoadingScreen,
|
|
186
193
|
default31 as Logo,
|
|
187
|
-
|
|
194
|
+
default102 as MediaLibrary,
|
|
188
195
|
Menu,
|
|
189
196
|
MockedProvider,
|
|
190
197
|
default32 as Modal,
|
|
191
|
-
|
|
198
|
+
default89 as OnboardingModal,
|
|
192
199
|
Popover,
|
|
193
200
|
PopoverBody,
|
|
194
201
|
PopoverFooter,
|
|
195
202
|
PopoverHeader,
|
|
196
203
|
default33 as PreventPropagation,
|
|
197
|
-
|
|
204
|
+
default90 as PublishModal,
|
|
198
205
|
default34 as Radio,
|
|
199
206
|
default35 as RadioCard,
|
|
200
207
|
ResourceModal,
|
|
201
208
|
default36 as SearchBar,
|
|
202
209
|
default13 as SearchButton,
|
|
203
|
-
default37 as
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
210
|
+
default37 as SegmentedControl,
|
|
211
|
+
default38 as Select,
|
|
212
|
+
SeparatedInfo,
|
|
213
|
+
default93 as ShareBlog,
|
|
214
|
+
default95 as ShareModal,
|
|
215
|
+
default96 as ShareResources,
|
|
216
|
+
default47 as SortableTree,
|
|
217
|
+
default41 as StackedGroup,
|
|
218
|
+
default42 as Stepper,
|
|
219
|
+
default43 as Switch,
|
|
220
|
+
default44 as Table,
|
|
211
221
|
Tabs,
|
|
212
|
-
|
|
213
|
-
|
|
222
|
+
default45 as TextArea,
|
|
223
|
+
default40 as TextSkeleton,
|
|
214
224
|
Toolbar,
|
|
215
|
-
|
|
216
|
-
|
|
225
|
+
default46 as Tooltip,
|
|
226
|
+
default48 as Tree,
|
|
217
227
|
TreeNode,
|
|
218
228
|
TreeNodeFolderWrapper,
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
229
|
+
default49 as TreeView,
|
|
230
|
+
default103 as VideoEmbed,
|
|
231
|
+
default104 as VideoRecorder,
|
|
232
|
+
default50 as VisuallyHidden,
|
|
223
233
|
WORKSPACE_SHARED_FOLDER_ID,
|
|
224
234
|
WORKSPACE_USER_FOLDER_ID,
|
|
225
|
-
|
|
226
|
-
|
|
235
|
+
default105 as Workspace,
|
|
236
|
+
default106 as WorkspaceFolders,
|
|
227
237
|
addNode,
|
|
228
238
|
arrayUnique,
|
|
229
239
|
buildTree,
|
|
@@ -245,56 +255,58 @@ export {
|
|
|
245
255
|
getIndicesToUpdate,
|
|
246
256
|
getProjection,
|
|
247
257
|
hasChildren,
|
|
258
|
+
invalidateQueriesWithFirstPage,
|
|
248
259
|
mergeRefs,
|
|
249
260
|
modifyNode,
|
|
250
261
|
moveNode,
|
|
251
262
|
setRef,
|
|
252
263
|
updateNode,
|
|
253
264
|
updateParentIds,
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
265
|
+
default51 as useBookmark,
|
|
266
|
+
default52 as useBreakpoint,
|
|
267
|
+
default53 as useBrowserInfo,
|
|
268
|
+
default54 as useCantoo,
|
|
258
269
|
useCheckable,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
270
|
+
default55 as useClickOutside,
|
|
271
|
+
default56 as useConversation,
|
|
272
|
+
default57 as useDate,
|
|
273
|
+
default58 as useDebounce,
|
|
274
|
+
default59 as useDirectory,
|
|
275
|
+
default60 as useDropdown,
|
|
276
|
+
default61 as useDropzone,
|
|
266
277
|
useDropzoneContext,
|
|
267
278
|
useEdificeClient,
|
|
268
|
-
|
|
279
|
+
default62 as useEdificeIcons,
|
|
269
280
|
useEdificeTheme,
|
|
270
|
-
|
|
271
|
-
|
|
281
|
+
default63 as useHasWorkflow,
|
|
282
|
+
default64 as useHover,
|
|
272
283
|
useHttpErrorToast,
|
|
273
|
-
|
|
274
|
-
default66 as
|
|
275
|
-
|
|
276
|
-
default67 as
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
284
|
+
default65 as useImage,
|
|
285
|
+
default66 as useInfiniteScroll,
|
|
286
|
+
default68 as useIsAdmc,
|
|
287
|
+
default67 as useIsAdml,
|
|
288
|
+
default69 as useIsAdmlcOrAdmc,
|
|
289
|
+
default70 as useKeyPress,
|
|
290
|
+
default71 as useLibraryUrl,
|
|
291
|
+
default72 as useMediaLibrary,
|
|
292
|
+
default73 as useScrollToTop,
|
|
293
|
+
default94 as useShareMutation,
|
|
294
|
+
default74 as useTitle,
|
|
295
|
+
default75 as useToast,
|
|
296
|
+
default76 as useToggle,
|
|
297
|
+
default77 as useTrapFocus,
|
|
298
|
+
default78 as useTrashedResource,
|
|
287
299
|
useTreeSortable,
|
|
288
300
|
useTreeView,
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
301
|
+
default92 as useUpdateMutation,
|
|
302
|
+
default79 as useUpload,
|
|
303
|
+
default80 as useUploadFiles,
|
|
304
|
+
default81 as useUser,
|
|
305
|
+
default82 as useWorkspaceFile,
|
|
306
|
+
default83 as useWorkspaceFolders,
|
|
307
|
+
default84 as useWorkspaceFoldersTree,
|
|
308
|
+
default85 as useWorkspaceSearch,
|
|
309
|
+
default86 as useXitiTrackPageLoad,
|
|
310
|
+
default87 as useZendeskGuide,
|
|
299
311
|
wrapTreeNode
|
|
300
312
|
};
|
package/dist/modals.js
CHANGED
|
@@ -3,9 +3,10 @@ import { default as default3 } from "./modules/modals/OnboardingModal/Onboarding
|
|
|
3
3
|
import { default as default4 } from "./modules/modals/PublishModal/PublishModal.js";
|
|
4
4
|
import { default as default5 } from "./modules/modals/ResourceModal/apps/BlogPublic.js";
|
|
5
5
|
import { default as default6 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
|
|
6
|
-
import { default as default7 } from "./modules/modals/ShareModal/
|
|
7
|
-
import { default as default8 } from "./modules/modals/ShareModal/
|
|
8
|
-
import { default as default9 } from "./modules/modals/ShareModal/
|
|
6
|
+
import { default as default7 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
|
|
7
|
+
import { default as default8 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
|
|
8
|
+
import { default as default9 } from "./modules/modals/ShareModal/ShareModal.js";
|
|
9
|
+
import { default as default10 } from "./modules/modals/ShareModal/ShareResources.js";
|
|
9
10
|
import { ResourceModal } from "./modules/modals/ResourceModal/ResourceModal.js";
|
|
10
11
|
export {
|
|
11
12
|
default5 as BlogPublic,
|
|
@@ -13,8 +14,9 @@ export {
|
|
|
13
14
|
default3 as OnboardingModal,
|
|
14
15
|
default4 as PublishModal,
|
|
15
16
|
ResourceModal,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
default7 as ShareBlog,
|
|
18
|
+
default9 as ShareModal,
|
|
19
|
+
default10 as ShareResources,
|
|
20
|
+
default8 as useShareMutation,
|
|
19
21
|
default6 as useUpdateMutation
|
|
20
22
|
};
|
|
@@ -8,9 +8,9 @@ import { BadgeProfile } from "./BadgeProfile.js";
|
|
|
8
8
|
import { CommentAvatar } from "./CommentAvatar.js";
|
|
9
9
|
import { CommentDate } from "./CommentDate.js";
|
|
10
10
|
import { CommentTitle } from "./CommentTitle.js";
|
|
11
|
-
import { TextCounter } from "./TextCounter.js";
|
|
12
11
|
import { CommentDeleted } from "./CommentDeleted.js";
|
|
13
12
|
import { CommentReplies } from "./CommentReplies.js";
|
|
13
|
+
import { TextCounter } from "./TextCounter.js";
|
|
14
14
|
import Button from "../../../components/Button/Button.js";
|
|
15
15
|
import LoadingScreen from "../../../components/LoadingScreen/LoadingScreen.js";
|
|
16
16
|
const DeleteModal = /* @__PURE__ */ lazy(() => import("./DeleteModal.js")), Comment = ({
|
|
@@ -41,6 +41,8 @@ const DeleteModal = /* @__PURE__ */ lazy(() => import("./DeleteModal.js")), Comm
|
|
|
41
41
|
handleReplyToComment
|
|
42
42
|
} = useCommentsContext(), replies = (defaultComments == null ? void 0 : defaultComments.filter((comm) => comm.replyTo === comment.id)) ?? [], hasReplies = replies.length > 0, hasAllDeletedReplies = replies.every((reply) => reply.deleted), isEditing = editCommentId === comment.id, handleChangeContent = (event) => {
|
|
43
43
|
resizeTextarea(), setValue(event.target.value);
|
|
44
|
+
}, handleDeleteComment = (id2) => {
|
|
45
|
+
onDeleteComment(id2), setIsDeleteModalOpen(!1);
|
|
44
46
|
};
|
|
45
47
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
46
48
|
comment.deleted && hasReplies && !hasAllDeletedReplies && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
@@ -73,7 +75,7 @@ const DeleteModal = /* @__PURE__ */ lazy(() => import("./DeleteModal.js")), Comm
|
|
|
73
75
|
whiteSpace: "pre-line"
|
|
74
76
|
}, children: content }),
|
|
75
77
|
type === "edit" && /* @__PURE__ */ jsxs("div", { className: "ms-n8", children: [
|
|
76
|
-
!replyTo
|
|
78
|
+
!(replyTo || options.disableReply) && /* @__PURE__ */ jsx(Button, { variant: "ghost", color: "tertiary", size: "sm", onClick: () => handleReplyToComment(comment.id), children: t("comment.reply") }),
|
|
77
79
|
userId === authorId && /* @__PURE__ */ jsx(Button, { variant: "ghost", color: "tertiary", size: "sm", onClick: () => {
|
|
78
80
|
handleModifyComment(comment.id), setValue(content);
|
|
79
81
|
}, children: t("comment.edit") }),
|
|
@@ -83,7 +85,7 @@ const DeleteModal = /* @__PURE__ */ lazy(() => import("./DeleteModal.js")), Comm
|
|
|
83
85
|
] })
|
|
84
86
|
] }, id),
|
|
85
87
|
/* @__PURE__ */ jsx(CommentReplies, { parentComment: comment }),
|
|
86
|
-
/* @__PURE__ */ jsx(Suspense, { fallback: /* @__PURE__ */ jsx(LoadingScreen, { position: !1 }), children: isDeleteModalOpen && /* @__PURE__ */ jsx(DeleteModal, { isOpen: isDeleteModalOpen, onCancel: () => setIsDeleteModalOpen(!1), onSuccess: () =>
|
|
88
|
+
/* @__PURE__ */ jsx(Suspense, { fallback: /* @__PURE__ */ jsx(LoadingScreen, { position: !1 }), children: isDeleteModalOpen && /* @__PURE__ */ jsx(DeleteModal, { isOpen: isDeleteModalOpen, onCancel: () => setIsDeleteModalOpen(!1), onSuccess: () => handleDeleteComment(id) }) })
|
|
87
89
|
] })
|
|
88
90
|
] });
|
|
89
91
|
};
|
|
@@ -14,7 +14,7 @@ function CommentList() {
|
|
|
14
14
|
const {
|
|
15
15
|
authorId
|
|
16
16
|
} = comment, profile = ((_a = profiles == null ? void 0 : profiles.find((user2) => (user2 == null ? void 0 : user2.userId) === authorId)) == null ? void 0 : _a.profile) ?? "Guest";
|
|
17
|
-
return /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(Comment, { comment, profile, userId: user == null ? void 0 : user.userId }) }, comment.id);
|
|
17
|
+
return /* @__PURE__ */ jsx("div", { id: `comment-${comment.id}`, children: /* @__PURE__ */ jsx(Comment, { comment, profile, userId: user == null ? void 0 : user.userId }) }, comment.id);
|
|
18
18
|
});
|
|
19
19
|
}
|
|
20
20
|
export {
|
|
@@ -1,18 +1,24 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useTranslation } from "react-i18next";
|
|
2
3
|
import Modal from "../../../components/Modal/Modal.js";
|
|
3
4
|
import Button from "../../../components/Button/Button.js";
|
|
4
5
|
const DeleteModal = ({
|
|
5
6
|
isOpen,
|
|
6
7
|
onCancel,
|
|
7
8
|
onSuccess
|
|
8
|
-
}) =>
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
/* @__PURE__ */ jsx(
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
}) => {
|
|
10
|
+
const {
|
|
11
|
+
t
|
|
12
|
+
} = useTranslation();
|
|
13
|
+
return /* @__PURE__ */ jsxs(Modal, { size: "sm", isOpen, onModalClose: onCancel, id: "delete-comment-modal", children: [
|
|
14
|
+
/* @__PURE__ */ jsx(Modal.Header, { onModalClose: onCancel, children: t("comment.delete.modal.title") }),
|
|
15
|
+
/* @__PURE__ */ jsx(Modal.Body, { children: /* @__PURE__ */ jsx("p", { children: t("comment.delete.modal.body") }) }),
|
|
16
|
+
/* @__PURE__ */ jsxs(Modal.Footer, { children: [
|
|
17
|
+
/* @__PURE__ */ jsx(Button, { color: "tertiary", onClick: onCancel, type: "button", variant: "ghost", children: t("cancel") }),
|
|
18
|
+
/* @__PURE__ */ jsx(Button, { color: "danger", onClick: onSuccess, type: "button", variant: "filled", children: t("comment.delete.modal.delete") })
|
|
19
|
+
] })
|
|
20
|
+
] });
|
|
21
|
+
};
|
|
16
22
|
export {
|
|
17
23
|
DeleteModal,
|
|
18
24
|
DeleteModal as default
|
|
@@ -22,4 +22,7 @@ export declare const DEFAULT_MAX_REPLIES = 5;
|
|
|
22
22
|
* Number of comments to add when adding more comment in the limited list
|
|
23
23
|
*/
|
|
24
24
|
export declare const DEFAULT_ADD_REPLIES = 5;
|
|
25
|
-
|
|
25
|
+
/**
|
|
26
|
+
* Forbid replying to a comment. Defaults to false.
|
|
27
|
+
*/
|
|
28
|
+
export declare const DEFAULT_DISABLE_REPLY = false;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const DEFAULT_MAX_COMMENT_LENGTH = 200, DEFAULT_MAX_REPLY_LENGTH = 200, DEFAULT_MAX_COMMENTS = 4, DEFAULT_ADD_COMMENTS = 5, DEFAULT_MAX_REPLIES = 5, DEFAULT_ADD_REPLIES = 5,
|
|
1
|
+
const DEFAULT_MAX_COMMENT_LENGTH = 200, DEFAULT_MAX_REPLY_LENGTH = 200, DEFAULT_MAX_COMMENTS = 4, DEFAULT_ADD_COMMENTS = 5, DEFAULT_MAX_REPLIES = 5, DEFAULT_ADD_REPLIES = 5, DEFAULT_DISABLE_REPLY = !1;
|
|
2
2
|
export {
|
|
3
3
|
DEFAULT_ADD_COMMENTS,
|
|
4
4
|
DEFAULT_ADD_REPLIES,
|
|
5
|
-
|
|
5
|
+
DEFAULT_DISABLE_REPLY,
|
|
6
6
|
DEFAULT_MAX_COMMENTS,
|
|
7
7
|
DEFAULT_MAX_COMMENT_LENGTH,
|
|
8
8
|
DEFAULT_MAX_REPLIES,
|
|
@@ -3,7 +3,7 @@ import { useMemo } from "react";
|
|
|
3
3
|
import { CommentForm } from "../components/CommentForm.js";
|
|
4
4
|
import { CommentHeader } from "../components/CommentHeader.js";
|
|
5
5
|
import { CommentList } from "../components/CommentList.js";
|
|
6
|
-
import {
|
|
6
|
+
import { DEFAULT_DISABLE_REPLY, DEFAULT_ADD_REPLIES, DEFAULT_MAX_REPLIES, DEFAULT_ADD_COMMENTS, DEFAULT_MAX_COMMENTS, DEFAULT_MAX_REPLY_LENGTH, DEFAULT_MAX_COMMENT_LENGTH } from "../constants.js";
|
|
7
7
|
import { CommentContext } from "../context/Context.js";
|
|
8
8
|
import { useComments } from "../hooks/useComments.js";
|
|
9
9
|
import Button from "../../../components/Button/Button.js";
|
|
@@ -20,7 +20,7 @@ const CommentProvider = ({
|
|
|
20
20
|
additionalComments: DEFAULT_ADD_COMMENTS,
|
|
21
21
|
maxReplies: DEFAULT_MAX_REPLIES,
|
|
22
22
|
additionalReplies: DEFAULT_ADD_REPLIES,
|
|
23
|
-
|
|
23
|
+
disableReply: DEFAULT_DISABLE_REPLY,
|
|
24
24
|
...commentOptions
|
|
25
25
|
}, {
|
|
26
26
|
type
|
|
@@ -105,9 +105,9 @@ export type CommentOptions = {
|
|
|
105
105
|
*/
|
|
106
106
|
additionalReplies: number;
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* Forbid replying to a comment. Defaults to false.
|
|
109
109
|
*/
|
|
110
|
-
|
|
110
|
+
disableReply: boolean;
|
|
111
111
|
};
|
|
112
112
|
export interface UserProfileResult {
|
|
113
113
|
/**
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Editor component properties
|
|
3
|
+
*/
|
|
4
|
+
export interface EditorPreviewProps {
|
|
5
|
+
/** Rich content to render. */
|
|
6
|
+
content: string;
|
|
7
|
+
/** Display with or without a border */
|
|
8
|
+
variant?: 'outline' | 'ghost';
|
|
9
|
+
onDetailClick?: () => void;
|
|
10
|
+
onMediaClick?: () => void;
|
|
11
|
+
maxMediaDisplayed?: number;
|
|
12
|
+
}
|
|
13
|
+
declare const EditorPreview: ({ content, variant, onDetailClick, onMediaClick, maxMediaDisplayed, }: EditorPreviewProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export default EditorPreview;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useState, useEffect } from "react";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import { getThumbnail } from "@edifice.io/utilities";
|
|
5
|
+
import { useTranslation } from "react-i18next";
|
|
6
|
+
import Image from "../../../../components/Image/Image.js";
|
|
7
|
+
const EditorPreview = ({
|
|
8
|
+
content,
|
|
9
|
+
variant = "outline",
|
|
10
|
+
onDetailClick,
|
|
11
|
+
onMediaClick,
|
|
12
|
+
maxMediaDisplayed = 3
|
|
13
|
+
}) => {
|
|
14
|
+
const {
|
|
15
|
+
t
|
|
16
|
+
} = useTranslation(), [summaryContent, setSummaryContent] = useState(""), [medias, setMedias] = useState([]), borderClass = clsx(variant === "outline" && "border rounded-3 py-12 px-16"), hasMediaCallback = onDetailClick || onMediaClick, handleMediaClick = (e) => {
|
|
17
|
+
onMediaClick && (e.stopPropagation(), onMediaClick());
|
|
18
|
+
};
|
|
19
|
+
return useEffect(() => {
|
|
20
|
+
const contentHTML = content;
|
|
21
|
+
if (contentHTML) {
|
|
22
|
+
const doc = new DOMParser().parseFromString(contentHTML, "text/html"), mediaElements = Array.from(doc.querySelectorAll("img, video, iframe, audio, embed"));
|
|
23
|
+
setMedias(mediaElements.filter((el) => el.tagName.toLowerCase() === "img").map((el) => {
|
|
24
|
+
const image = el;
|
|
25
|
+
return image.src ? {
|
|
26
|
+
url: getThumbnail(image.src, 0, 300),
|
|
27
|
+
alt: image.alt
|
|
28
|
+
} : {
|
|
29
|
+
url: "",
|
|
30
|
+
alt: ""
|
|
31
|
+
};
|
|
32
|
+
})), mediaElements.forEach((el) => {
|
|
33
|
+
var _a;
|
|
34
|
+
return (_a = el.parentNode) == null ? void 0 : _a.removeChild(el);
|
|
35
|
+
}), setSummaryContent(doc.body.textContent || "");
|
|
36
|
+
}
|
|
37
|
+
}, [content]), /* @__PURE__ */ jsxs("div", { className: borderClass, "data-testid": "editor-preview", onClick: onDetailClick, tabIndex: onDetailClick ? -1 : void 0, role: onDetailClick ? "button" : void 0, children: [
|
|
38
|
+
/* @__PURE__ */ jsx("div", { className: "flex-fill text-truncate text-truncate-2 post-preview-content overflow-hidden", style: {
|
|
39
|
+
overflowWrap: "anywhere"
|
|
40
|
+
}, children: summaryContent }),
|
|
41
|
+
/* @__PURE__ */ jsx("div", { onClick: handleMediaClick, tabIndex: hasMediaCallback ? -1 : void 0, role: hasMediaCallback ? "button" : void 0, className: "d-flex align-items-center justify-content-center gap-24 px-32 pt-16", children: medias.slice(0, maxMediaDisplayed).map((media, index) => /* @__PURE__ */ jsxs("div", { className: clsx("position-relative col-12 col-md-4 ", {
|
|
42
|
+
"d-none d-md-block": index >= 1
|
|
43
|
+
}), children: [
|
|
44
|
+
/* @__PURE__ */ jsx(Image, { alt: media.alt, objectFit: "cover", ratio: "16", className: "rounded", loading: "lazy", src: media.url, sizes: "" }),
|
|
45
|
+
(index === 0 || index === 2) && medias.length - (index + 1) > 0 && /* @__PURE__ */ jsx("div", { className: clsx("position-absolute top-0 bottom-0 start-0 end-0 d-flex justify-content-center align-items-center rounded text-light bg-dark bg-opacity-50", {
|
|
46
|
+
"d-flex d-md-none": index === 0,
|
|
47
|
+
"d-none d-md-flex": index === 2
|
|
48
|
+
}), children: t("editor.preview.moreMedia", {
|
|
49
|
+
mediaCount: medias.length - (index + 1)
|
|
50
|
+
}) })
|
|
51
|
+
] }, media.url)) })
|
|
52
|
+
] });
|
|
53
|
+
};
|
|
54
|
+
export {
|
|
55
|
+
EditorPreview as default
|
|
56
|
+
};
|