@edifice.io/react 2.5.5-develop-b2school.20260106144020 → 2.5.5-develop-b2school.20260109115404
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/_virtual/_commonjsHelpers.js +8 -0
- package/dist/_virtual/common.js +4 -0
- package/dist/_virtual/de_DE.js +4 -0
- package/dist/_virtual/de_DE2.js +4 -0
- package/dist/_virtual/de_DE3.js +4 -0
- package/dist/_virtual/de_DE4.js +4 -0
- package/dist/_virtual/de_DE5.js +4 -0
- package/dist/_virtual/de_DE6.js +4 -0
- package/dist/_virtual/defineProperty.js +4 -0
- package/dist/_virtual/es_ES.js +4 -0
- package/dist/_virtual/es_ES2.js +4 -0
- package/dist/_virtual/es_ES3.js +4 -0
- package/dist/_virtual/es_ES4.js +4 -0
- package/dist/_virtual/es_ES5.js +4 -0
- package/dist/_virtual/es_ES6.js +4 -0
- package/dist/_virtual/fr_FR.js +4 -0
- package/dist/_virtual/fr_FR2.js +4 -0
- package/dist/_virtual/fr_FR3.js +4 -0
- package/dist/_virtual/fr_FR4.js +4 -0
- package/dist/_virtual/fr_FR5.js +4 -0
- package/dist/_virtual/fr_FR6.js +4 -0
- package/dist/_virtual/interopRequireDefault.js +4 -0
- package/dist/_virtual/it_IT.js +4 -0
- package/dist/_virtual/it_IT2.js +4 -0
- package/dist/_virtual/it_IT3.js +4 -0
- package/dist/_virtual/it_IT4.js +4 -0
- package/dist/_virtual/it_IT5.js +4 -0
- package/dist/_virtual/it_IT6.js +4 -0
- package/dist/_virtual/localeData.js +4 -0
- package/dist/_virtual/objectSpread2.js +4 -0
- package/dist/_virtual/pt_PT.js +4 -0
- package/dist/_virtual/pt_PT2.js +4 -0
- package/dist/_virtual/pt_PT3.js +4 -0
- package/dist/_virtual/pt_PT4.js +4 -0
- package/dist/_virtual/pt_PT5.js +4 -0
- package/dist/_virtual/pt_PT6.js +4 -0
- package/dist/_virtual/toPrimitive.js +4 -0
- package/dist/_virtual/toPropertyKey.js +4 -0
- package/dist/_virtual/typeof.js +4 -0
- package/dist/_virtual/weekday.js +4 -0
- package/dist/components/DatePicker/DatePicker.js +35 -0
- package/dist/components/DatePicker/index.d.ts +2 -0
- package/dist/components/SegmentedControl/SegmentedControl.js +4 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/index.js +180 -178
- package/dist/modules/modals/ShareModal/ShareResources.d.ts +14 -1
- package/dist/modules/modals/ShareModal/ShareResources.js +10 -2
- package/dist/modules/modals/ShareModal/hooks/useSearch.d.ts +4 -3
- package/dist/modules/modals/ShareModal/hooks/useSearch.js +10 -15
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/defineProperty.js +18 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/interopRequireDefault.js +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/objectSpread2.js +31 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/toPrimitive.js +20 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/toPropertyKey.js +15 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/typeof.js +16 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/de_DE.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/es_ES.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/fr_FR.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/it_IT.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/pt_PT.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/de_DE.js +22 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/es_ES.js +22 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/fr_FR.js +27 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/it_IT.js +20 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/pt_PT.js +45 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/de_DE.js +145 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/es_ES.js +145 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/fr_FR.js +144 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/it_IT.js +156 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/pt_PT.js +158 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/de_DE.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/es_ES.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/fr_FR.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/it_IT.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/pt_PT.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/de_DE.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/es_ES.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/fr_FR.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/it_IT.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/pt_PT.js +8 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/localeData.js +82 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekday.js +19 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/de_DE.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/es_ES.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/fr_FR.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/it_IT.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/pt_PT.js +21 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/common.js +14 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/de_DE.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/es_ES.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/fr_FR.js +38 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/it_IT.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/pt_PT.js +39 -0
- package/dist/providers/AntThemeProvider/AntProvider.d.ts +2 -2
- package/dist/providers/AntThemeProvider/AntProvider.js +19 -2
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -15,97 +15,98 @@ import { default as default15 } from "./components/Checkbox/Checkbox.js";
|
|
|
15
15
|
import { default as default16 } from "./components/ColorPicker/ColorPicker.js";
|
|
16
16
|
import { default as default17 } from "./components/ColorPicker/ColorPickerItem.js";
|
|
17
17
|
import { default as default18 } from "./components/Combobox/Combobox.js";
|
|
18
|
-
import { default as default19 } from "./components/
|
|
19
|
-
import { default as default20 } from "./components/
|
|
20
|
-
import { default as default21 } from "./components/
|
|
21
|
-
import { default as default22 } from "./components/
|
|
22
|
-
import { default as default23 } from "./components/
|
|
23
|
-
import { default as default24 } from "./components/
|
|
24
|
-
import { default as default25 } from "./components/Form/
|
|
25
|
-
import { default as default26 } from "./components/
|
|
26
|
-
import { default as default27 } from "./components/
|
|
27
|
-
import { default as default28 } from "./components/
|
|
28
|
-
import { default as default29 } from "./components/
|
|
29
|
-
import { default as default30 } from "./components/
|
|
30
|
-
import { default as default31 } from "./components/
|
|
31
|
-
import { default as default32 } from "./components/
|
|
32
|
-
import { default as default33 } from "./components/
|
|
33
|
-
import { default as default34 } from "./components/
|
|
34
|
-
import { default as default35 } from "./components/
|
|
35
|
-
import { default as default36 } from "./components/
|
|
36
|
-
import { default as default37 } from "./components/
|
|
37
|
-
import { default as default38 } from "./components/
|
|
38
|
-
import { default as default39 } from "./components/
|
|
39
|
-
import { default as default40 } from "./components/
|
|
40
|
-
import { default as default41 } from "./components/Skeleton/
|
|
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/
|
|
45
|
-
import { default as default46 } from "./components/
|
|
46
|
-
import { default as default47 } from "./components/
|
|
18
|
+
import { default as default19 } from "./components/DatePicker/DatePicker.js";
|
|
19
|
+
import { default as default20 } from "./components/Divider/Divider.js";
|
|
20
|
+
import { default as default21 } from "./components/Dropdown/Dropdown.js";
|
|
21
|
+
import { default as default22 } from "./components/Dropzone/Dropzone.js";
|
|
22
|
+
import { default as default23 } from "./components/EmptyScreen/EmptyScreen.js";
|
|
23
|
+
import { default as default24 } from "./components/Flex/Flex.js";
|
|
24
|
+
import { default as default25 } from "./components/Form/FormText.js";
|
|
25
|
+
import { default as default26 } from "./components/Form/FormControl.js";
|
|
26
|
+
import { default as default27 } from "./components/Heading/Heading.js";
|
|
27
|
+
import { default as default28 } from "./components/Image/Image.js";
|
|
28
|
+
import { default as default29 } from "./components/Input/Input.js";
|
|
29
|
+
import { default as default30 } from "./components/Label/Label.js";
|
|
30
|
+
import { default as default31 } from "./components/Loading/Loading.js";
|
|
31
|
+
import { default as default32 } from "./components/LoadingScreen/LoadingScreen.js";
|
|
32
|
+
import { default as default33 } from "./components/Logo/Logo.js";
|
|
33
|
+
import { default as default34 } from "./components/Modal/Modal.js";
|
|
34
|
+
import { default as default35 } from "./components/PreventPropagation/PreventPropagation.js";
|
|
35
|
+
import { default as default36 } from "./components/Radio/Radio.js";
|
|
36
|
+
import { default as default37 } from "./components/RadioCard/RadioCard.js";
|
|
37
|
+
import { default as default38 } from "./components/SearchBar/SearchBar.js";
|
|
38
|
+
import { default as default39 } from "./components/SegmentedControl/SegmentedControl.js";
|
|
39
|
+
import { default as default40 } from "./components/Select/Select.js";
|
|
40
|
+
import { default as default41 } from "./components/Skeleton/ButtonSkeleton.js";
|
|
41
|
+
import { default as default42 } from "./components/Skeleton/TextSkeleton.js";
|
|
42
|
+
import { default as default43 } from "./components/StackedGroup/StackedGroup.js";
|
|
43
|
+
import { default as default44 } from "./components/Stepper/Stepper.js";
|
|
44
|
+
import { default as default45 } from "./components/Switch/Switch.js";
|
|
45
|
+
import { default as default46 } from "./components/Table/components/Table.js";
|
|
46
|
+
import { default as default47 } from "./components/TextArea/TextArea.js";
|
|
47
|
+
import { default as default48 } from "./components/Tooltip/Tooltip.js";
|
|
47
48
|
import { DndTree } from "./components/Tree/components/DndTree.js";
|
|
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
|
|
49
|
+
import { default as default49 } from "./components/Tree/components/SortableTree.js";
|
|
50
|
+
import { default as default50 } from "./components/Tree/components/Tree.js";
|
|
51
|
+
import { default as default51 } from "./components/TreeView/TreeView.js";
|
|
52
|
+
import { default as default52 } from "./components/VisuallyHidden/VisuallyHidden.js";
|
|
53
|
+
import { default as default53 } from "./hooks/useBookmark/useBookmark.js";
|
|
54
|
+
import { default as default54 } from "./hooks/useBreakpoint/useBreakpoint.js";
|
|
55
|
+
import { default as default55 } from "./hooks/useBrowserInfo/useBrowserInfo.js";
|
|
56
|
+
import { default as default56 } from "./hooks/useCantoo/useCantoo.js";
|
|
57
|
+
import { default as default57 } from "./hooks/useClickOutside/useClickOutside.js";
|
|
58
|
+
import { default as default58 } from "./hooks/useConversation/useConversation.js";
|
|
59
|
+
import { default as default59 } from "./hooks/useDate/useDate.js";
|
|
60
|
+
import { default as default60 } from "./hooks/useDebounce/useDebounce.js";
|
|
61
|
+
import { default as default61 } from "./hooks/useDirectory/useDirectory.js";
|
|
62
|
+
import { default as default62 } from "./hooks/useDropdown/useDropdown.js";
|
|
63
|
+
import { default as default63 } from "./hooks/useDropzone/useDropzone.js";
|
|
64
|
+
import { default as default64 } from "./hooks/useEdificeIcons/useEdificeIcons.js";
|
|
65
|
+
import { default as default65 } from "./hooks/useHasWorkflow/useHasWorkflow.js";
|
|
66
|
+
import { default as default66 } from "./hooks/useHover/useHover.js";
|
|
66
67
|
import { useHttpErrorToast } from "./hooks/useHttpErrorToast/useHttpErrorToast.js";
|
|
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 { WORKSPACE_SHARED_FOLDER_ID, WORKSPACE_USER_FOLDER_ID, 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
|
|
68
|
+
import { default as default67 } from "./hooks/useImage/useImage.js";
|
|
69
|
+
import { default as default68 } from "./hooks/useInfiniteScroll/useInfiniteScroll.js";
|
|
70
|
+
import { default as default69 } from "./hooks/useIsAdml/useIsAdml.js";
|
|
71
|
+
import { default as default70 } from "./hooks/useIsAdmc/useIsAdmc.js";
|
|
72
|
+
import { default as default71 } from "./hooks/useIsAdmlcOrAdmc/useIsAdmlcOrAdmc.js";
|
|
73
|
+
import { default as default72 } from "./hooks/useKeyPress/useKeyPress.js";
|
|
74
|
+
import { default as default73 } from "./hooks/useLibraryUrl/useLibraryUrl.js";
|
|
75
|
+
import { default as default74 } from "./hooks/useMediaLibrary/useMediaLibrary.js";
|
|
76
|
+
import { default as default75 } from "./hooks/useScrollToTop/useScrollToTop.js";
|
|
77
|
+
import { default as default76 } from "./hooks/useTitle/useTitle.js";
|
|
78
|
+
import { default as default77 } from "./hooks/useToast/useToast.js";
|
|
79
|
+
import { default as default78 } from "./hooks/useToggle/useToggle.js";
|
|
80
|
+
import { default as default79 } from "./hooks/useTrapFocus/useTrapFocus.js";
|
|
81
|
+
import { default as default80 } from "./hooks/useTrashedResource/useTrashedResource.js";
|
|
82
|
+
import { default as default81 } from "./hooks/useUpload/useUpload.js";
|
|
83
|
+
import { default as default82 } from "./hooks/useUploadFiles/useUploadFiles.js";
|
|
84
|
+
import { default as default83 } from "./hooks/useUser/useUser.js";
|
|
85
|
+
import { default as default84 } from "./hooks/useWorkspaceFile/useWorkspaceFile.js";
|
|
86
|
+
import { default as default85 } from "./hooks/useWorkspaceFolders/useWorkspaceFolders.js";
|
|
87
|
+
import { WORKSPACE_SHARED_FOLDER_ID, WORKSPACE_USER_FOLDER_ID, default as default86 } from "./hooks/useWorkspaceFolders/useWorkspaceFoldersTree.js";
|
|
88
|
+
import { default as default87 } from "./hooks/useWorkspaceSearch/useWorkspaceSearch.js";
|
|
89
|
+
import { default as default88 } from "./hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js";
|
|
90
|
+
import { default as default89 } from "./hooks/useZendeskGuide/useZendeskGuide.js";
|
|
91
|
+
import { default as default90 } from "./modules/modals/ConfirmModal/ConfirmModal.js";
|
|
92
|
+
import { default as default91 } from "./modules/modals/OnboardingModal/OnboardingModal.js";
|
|
93
|
+
import { default as default92 } from "./modules/modals/PublishModal/PublishModal.js";
|
|
94
|
+
import { default as default93 } from "./modules/modals/ResourceModal/apps/BlogPublic.js";
|
|
95
|
+
import { default as default94 } from "./modules/modals/ResourceModal/hooks/useUpdateMutation.js";
|
|
96
|
+
import { default as default95 } from "./modules/modals/ShareModal/apps/ShareBlog.js";
|
|
97
|
+
import { default as default96 } from "./modules/modals/ShareModal/hooks/useShareMutation.js";
|
|
98
|
+
import { default as default97 } from "./modules/modals/ShareModal/ShareModal.js";
|
|
99
|
+
import { default as default98 } from "./modules/modals/ShareModal/ShareResources.js";
|
|
100
|
+
import { default as default99 } from "./modules/multimedia/AudioRecorder/AudioRecorder.js";
|
|
101
|
+
import { default as default100 } from "./modules/multimedia/Embed/Embed.js";
|
|
102
|
+
import { default as default101 } from "./modules/multimedia/ImageEditor/components/ImageEditor.js";
|
|
103
|
+
import { default as default102 } from "./modules/multimedia/ImagePicker/ImagePicker.js";
|
|
104
|
+
import { default as default103 } from "./modules/multimedia/FileCard/FileCard.js";
|
|
105
|
+
import { default as default104 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
|
|
106
|
+
import { default as default105 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
|
|
107
|
+
import { default as default106 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
|
|
108
|
+
import { default as default107 } from "./modules/multimedia/Workspace/Workspace.js";
|
|
109
|
+
import { default as default108 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
|
|
109
110
|
import { AccessiblePalette, DefaultPalette } from "./components/ColorPicker/ColorPalette.js";
|
|
110
111
|
import { DropzoneContext, useDropzoneContext } from "./components/Dropzone/DropzoneContext.js";
|
|
111
112
|
import { Column, Grid } from "./components/Grid/Grid.js";
|
|
@@ -144,94 +145,95 @@ export {
|
|
|
144
145
|
default4 as AppHeader,
|
|
145
146
|
default5 as AppIcon,
|
|
146
147
|
default6 as Attachment,
|
|
147
|
-
|
|
148
|
+
default99 as AudioRecorder,
|
|
148
149
|
default7 as Avatar,
|
|
149
150
|
default8 as AvatarGroup,
|
|
150
151
|
default9 as Badge,
|
|
151
|
-
|
|
152
|
+
default93 as BlogPublic,
|
|
152
153
|
default10 as Breadcrumb,
|
|
153
154
|
default11 as Button,
|
|
154
|
-
|
|
155
|
+
default41 as ButtonSkeleton,
|
|
155
156
|
default14 as Card,
|
|
156
157
|
default15 as Checkbox,
|
|
157
158
|
default16 as ColorPicker,
|
|
158
159
|
default17 as ColorPickerItem,
|
|
159
160
|
Column,
|
|
160
161
|
default18 as Combobox,
|
|
161
|
-
|
|
162
|
+
default90 as ConfirmModal,
|
|
163
|
+
default19 as DatePicker,
|
|
162
164
|
DefaultPalette,
|
|
163
|
-
|
|
165
|
+
default20 as Divider,
|
|
164
166
|
DndTree,
|
|
165
|
-
|
|
166
|
-
|
|
167
|
+
default21 as Dropdown,
|
|
168
|
+
default22 as Dropzone,
|
|
167
169
|
DropzoneContext,
|
|
168
170
|
EdificeClientContext,
|
|
169
171
|
EdificeClientProvider,
|
|
170
172
|
EdificeThemeContext,
|
|
171
173
|
EdificeThemeProvider,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
+
default100 as Embed,
|
|
175
|
+
default23 as EmptyScreen,
|
|
174
176
|
ExternalLinker,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
177
|
+
default103 as FileCard,
|
|
178
|
+
default24 as Flex,
|
|
179
|
+
default26 as FormControl,
|
|
180
|
+
default25 as FormText,
|
|
179
181
|
Grid,
|
|
180
|
-
|
|
182
|
+
default27 as Heading,
|
|
181
183
|
default12 as IconButton,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
default28 as Image,
|
|
185
|
+
default101 as ImageEditor,
|
|
186
|
+
default102 as ImagePicker,
|
|
187
|
+
default29 as Input,
|
|
186
188
|
InternalLinker,
|
|
187
|
-
|
|
189
|
+
default30 as Label,
|
|
188
190
|
Layout,
|
|
189
191
|
List,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
192
|
+
default31 as Loading,
|
|
193
|
+
default32 as LoadingScreen,
|
|
194
|
+
default33 as Logo,
|
|
195
|
+
default104 as MediaLibrary,
|
|
194
196
|
Menu,
|
|
195
197
|
MockedProvider,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
+
default34 as Modal,
|
|
199
|
+
default91 as OnboardingModal,
|
|
198
200
|
Popover,
|
|
199
201
|
PopoverBody,
|
|
200
202
|
PopoverFooter,
|
|
201
203
|
PopoverHeader,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
default35 as PreventPropagation,
|
|
205
|
+
default92 as PublishModal,
|
|
206
|
+
default36 as Radio,
|
|
207
|
+
default37 as RadioCard,
|
|
206
208
|
ResourceModal,
|
|
207
|
-
|
|
209
|
+
default38 as SearchBar,
|
|
208
210
|
default13 as SearchButton,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
211
|
+
default39 as SegmentedControl,
|
|
212
|
+
default40 as Select,
|
|
213
|
+
default95 as ShareBlog,
|
|
214
|
+
default97 as ShareModal,
|
|
215
|
+
default98 as ShareResources,
|
|
216
|
+
default49 as SortableTree,
|
|
217
|
+
default43 as StackedGroup,
|
|
218
|
+
default44 as Stepper,
|
|
219
|
+
default45 as Switch,
|
|
220
|
+
default46 as Table,
|
|
219
221
|
Tabs,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
+
default47 as TextArea,
|
|
223
|
+
default42 as TextSkeleton,
|
|
222
224
|
Toolbar,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
+
default48 as Tooltip,
|
|
226
|
+
default50 as Tree,
|
|
225
227
|
TreeNode,
|
|
226
228
|
TreeNodeFolderWrapper,
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
229
|
+
default51 as TreeView,
|
|
230
|
+
default105 as VideoEmbed,
|
|
231
|
+
default106 as VideoRecorder,
|
|
232
|
+
default52 as VisuallyHidden,
|
|
231
233
|
WORKSPACE_SHARED_FOLDER_ID,
|
|
232
234
|
WORKSPACE_USER_FOLDER_ID,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
+
default107 as Workspace,
|
|
236
|
+
default108 as WorkspaceFolders,
|
|
235
237
|
addNode,
|
|
236
238
|
arrayUnique,
|
|
237
239
|
buildTree,
|
|
@@ -260,51 +262,51 @@ export {
|
|
|
260
262
|
setRef,
|
|
261
263
|
updateNode,
|
|
262
264
|
updateParentIds,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
265
|
+
default53 as useBookmark,
|
|
266
|
+
default54 as useBreakpoint,
|
|
267
|
+
default55 as useBrowserInfo,
|
|
268
|
+
default56 as useCantoo,
|
|
267
269
|
useCheckable,
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
270
|
+
default57 as useClickOutside,
|
|
271
|
+
default58 as useConversation,
|
|
272
|
+
default59 as useDate,
|
|
273
|
+
default60 as useDebounce,
|
|
274
|
+
default61 as useDirectory,
|
|
275
|
+
default62 as useDropdown,
|
|
276
|
+
default63 as useDropzone,
|
|
275
277
|
useDropzoneContext,
|
|
276
278
|
useEdificeClient,
|
|
277
|
-
|
|
279
|
+
default64 as useEdificeIcons,
|
|
278
280
|
useEdificeTheme,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
+
default65 as useHasWorkflow,
|
|
282
|
+
default66 as useHover,
|
|
281
283
|
useHttpErrorToast,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
284
|
+
default67 as useImage,
|
|
285
|
+
default68 as useInfiniteScroll,
|
|
286
|
+
default70 as useIsAdmc,
|
|
287
|
+
default69 as useIsAdml,
|
|
288
|
+
default71 as useIsAdmlcOrAdmc,
|
|
289
|
+
default72 as useKeyPress,
|
|
290
|
+
default73 as useLibraryUrl,
|
|
291
|
+
default74 as useMediaLibrary,
|
|
292
|
+
default75 as useScrollToTop,
|
|
293
|
+
default96 as useShareMutation,
|
|
294
|
+
default76 as useTitle,
|
|
295
|
+
default77 as useToast,
|
|
296
|
+
default78 as useToggle,
|
|
297
|
+
default79 as useTrapFocus,
|
|
298
|
+
default80 as useTrashedResource,
|
|
297
299
|
useTreeSortable,
|
|
298
300
|
useTreeView,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
301
|
+
default94 as useUpdateMutation,
|
|
302
|
+
default81 as useUpload,
|
|
303
|
+
default82 as useUploadFiles,
|
|
304
|
+
default83 as useUser,
|
|
305
|
+
default84 as useWorkspaceFile,
|
|
306
|
+
default85 as useWorkspaceFolders,
|
|
307
|
+
default86 as useWorkspaceFoldersTree,
|
|
308
|
+
default87 as useWorkspaceSearch,
|
|
309
|
+
default88 as useXitiTrackPageLoad,
|
|
310
|
+
default89 as useZendeskGuide,
|
|
309
311
|
wrapTreeNode
|
|
310
312
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ID, PutShareResponse, RightStringified, ShareRight, ShareRightActionDisplayName, ShareUrls } from '@edifice.io/client';
|
|
1
|
+
import { ID, PutShareResponse, RightStringified, ShareRight, ShareRightAction, ShareRightActionDisplayName, ShareUrls } from '@edifice.io/client';
|
|
2
2
|
import { UseMutationResult } from '../../../node_modules/@tanstack/react-query';
|
|
3
3
|
/**
|
|
4
4
|
* Configuration options for sharing a resource
|
|
@@ -22,6 +22,12 @@ import { UseMutationResult } from '../../../node_modules/@tanstack/react-query';
|
|
|
22
22
|
* resourceRights: [],
|
|
23
23
|
* resourceCreatorId: 'user-67890',
|
|
24
24
|
* filteredActions: ['read', 'contrib'],
|
|
25
|
+
* defaultActions: [
|
|
26
|
+
* {
|
|
27
|
+
* id: 'read',
|
|
28
|
+
* displayName: 'read',
|
|
29
|
+
* },
|
|
30
|
+
* ],
|
|
25
31
|
* shareUrls: {
|
|
26
32
|
* getResourceRights: '/api/V1/thread/shares', (get endpoint)
|
|
27
33
|
* saveResourceRights: '/api/V1/thread/shares', (put endpoint)
|
|
@@ -37,6 +43,12 @@ import { UseMutationResult } from '../../../node_modules/@tanstack/react-query';
|
|
|
37
43
|
* resourceRights: [],
|
|
38
44
|
* resourceCreatorId: 'user-67890',
|
|
39
45
|
* filteredActions: ['read', 'contrib'],
|
|
46
|
+
* defaultActions: [
|
|
47
|
+
* {
|
|
48
|
+
* id: 'read',
|
|
49
|
+
* displayName: 'read',
|
|
50
|
+
* },
|
|
51
|
+
* ],
|
|
40
52
|
* shareUrls: {
|
|
41
53
|
* getResourceRights: '/api/V1/info/shares', (get endpoint)
|
|
42
54
|
* saveResourceRights: '/api/V1/info/shares', (put endpoint)
|
|
@@ -51,6 +63,7 @@ export type ShareOptions = {
|
|
|
51
63
|
resourceCreatorId: string;
|
|
52
64
|
filteredActions?: ShareRightActionDisplayName[];
|
|
53
65
|
shareUrls?: ShareUrls;
|
|
66
|
+
defaultActions?: ShareRightAction[];
|
|
54
67
|
};
|
|
55
68
|
/**
|
|
56
69
|
* React Query mutation result for share operations
|
|
@@ -33,7 +33,14 @@ const ShareResources = /* @__PURE__ */ forwardRef(({
|
|
|
33
33
|
resourceCreatorId,
|
|
34
34
|
resourceRights,
|
|
35
35
|
filteredActions,
|
|
36
|
-
shareUrls
|
|
36
|
+
shareUrls,
|
|
37
|
+
defaultActions = [{
|
|
38
|
+
id: "read",
|
|
39
|
+
displayName: "read"
|
|
40
|
+
}, {
|
|
41
|
+
id: "comment",
|
|
42
|
+
displayName: "comment"
|
|
43
|
+
}]
|
|
37
44
|
} = shareOptions, [isLoading, setIsLoading] = useState(!0), [isSavingBookmark, setIsSavingBookmark] = useState(!1), {
|
|
38
45
|
state: {
|
|
39
46
|
isSharing,
|
|
@@ -72,7 +79,8 @@ const ShareResources = /* @__PURE__ */ forwardRef(({
|
|
|
72
79
|
resourceCreatorId,
|
|
73
80
|
shareRights,
|
|
74
81
|
shareDispatch,
|
|
75
|
-
urlResourceRights: shareUrls == null ? void 0 : shareUrls.getResourceRights
|
|
82
|
+
urlResourceRights: shareUrls == null ? void 0 : shareUrls.getResourceRights,
|
|
83
|
+
defaultActions
|
|
76
84
|
}), {
|
|
77
85
|
refBookmark,
|
|
78
86
|
showBookmark,
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { ChangeEvent, Dispatch } from 'react';
|
|
2
|
-
import { ShareRightWithVisibles, ShareSubject } from '@edifice.io/client';
|
|
2
|
+
import { ShareRightAction, ShareRightWithVisibles, ShareSubject } from '@edifice.io/client';
|
|
3
3
|
import { OptionListItemType } from '../../../../components';
|
|
4
|
-
import { ShareOptions } from '../
|
|
4
|
+
import { ShareOptions } from '../ShareResources';
|
|
5
5
|
import { ShareAction } from './useShare';
|
|
6
|
-
export declare const useSearch: ({ resourceId, resourceCreatorId, shareRights, shareDispatch, urlResourceRights, }: {
|
|
6
|
+
export declare const useSearch: ({ resourceId, resourceCreatorId, shareRights, shareDispatch, urlResourceRights, defaultActions, }: {
|
|
7
7
|
resourceId: ShareOptions["resourceCreatorId"];
|
|
8
8
|
resourceCreatorId: ShareOptions["resourceCreatorId"];
|
|
9
9
|
shareRights: ShareRightWithVisibles;
|
|
10
10
|
shareDispatch: Dispatch<ShareAction>;
|
|
11
11
|
urlResourceRights?: string;
|
|
12
|
+
defaultActions?: ShareRightAction[];
|
|
12
13
|
}) => {
|
|
13
14
|
state: {
|
|
14
15
|
searchInputValue: string;
|
|
@@ -48,18 +48,19 @@ function reducer(state, action) {
|
|
|
48
48
|
throw new Error("Unhandled action type");
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
const
|
|
52
|
-
id: "read",
|
|
53
|
-
displayName: "read"
|
|
54
|
-
}, {
|
|
55
|
-
id: "comment",
|
|
56
|
-
displayName: "comment"
|
|
57
|
-
}], useSearch = ({
|
|
51
|
+
const useSearch = ({
|
|
58
52
|
resourceId,
|
|
59
53
|
resourceCreatorId,
|
|
60
54
|
shareRights,
|
|
61
55
|
shareDispatch,
|
|
62
|
-
urlResourceRights
|
|
56
|
+
urlResourceRights,
|
|
57
|
+
defaultActions = [{
|
|
58
|
+
id: "read",
|
|
59
|
+
displayName: "read"
|
|
60
|
+
}, {
|
|
61
|
+
id: "comment",
|
|
62
|
+
displayName: "comment"
|
|
63
|
+
}]
|
|
63
64
|
}) => {
|
|
64
65
|
const [state, dispatch] = useReducer(reducer, initialState), debouncedSearchInputValue = useDebounce(state.searchInputValue, 500), {
|
|
65
66
|
isAdml
|
|
@@ -152,13 +153,7 @@ const defaultActions = [{
|
|
|
152
153
|
} else
|
|
153
154
|
rightsToAdd = [{
|
|
154
155
|
...shareSubject,
|
|
155
|
-
actions:
|
|
156
|
-
id: "read",
|
|
157
|
-
displayName: "read"
|
|
158
|
-
}, {
|
|
159
|
-
id: "comment",
|
|
160
|
-
displayName: "comment"
|
|
161
|
-
}]
|
|
156
|
+
actions: defaultActions
|
|
162
157
|
}];
|
|
163
158
|
shareDispatch({
|
|
164
159
|
type: "updateShareRights",
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { __module as defineProperty } from "../../../../../../../_virtual/defineProperty.js";
|
|
2
|
+
import { t as toPropertyKeyExports } from "./toPropertyKey.js";
|
|
3
|
+
(function(module) {
|
|
4
|
+
var toPropertyKey = toPropertyKeyExports;
|
|
5
|
+
function _defineProperty(e, r, t) {
|
|
6
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
7
|
+
value: t,
|
|
8
|
+
enumerable: !0,
|
|
9
|
+
configurable: !0,
|
|
10
|
+
writable: !0
|
|
11
|
+
}) : e[r] = t, e;
|
|
12
|
+
}
|
|
13
|
+
module.exports = _defineProperty, module.exports.__esModule = !0, module.exports.default = module.exports;
|
|
14
|
+
})(defineProperty);
|
|
15
|
+
var definePropertyExports = defineProperty.exports;
|
|
16
|
+
export {
|
|
17
|
+
definePropertyExports as d
|
|
18
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { __module as interopRequireDefault } from "../../../../../../../_virtual/interopRequireDefault.js";
|
|
2
|
+
(function(module) {
|
|
3
|
+
function _interopRequireDefault(e) {
|
|
4
|
+
return e && e.__esModule ? e : {
|
|
5
|
+
default: e
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
module.exports = _interopRequireDefault, module.exports.__esModule = !0, module.exports.default = module.exports;
|
|
9
|
+
})(interopRequireDefault);
|
|
10
|
+
var interopRequireDefaultExports = interopRequireDefault.exports;
|
|
11
|
+
export {
|
|
12
|
+
interopRequireDefaultExports as i
|
|
13
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { __module as objectSpread2 } from "../../../../../../../_virtual/objectSpread2.js";
|
|
2
|
+
import { d as definePropertyExports } from "./defineProperty.js";
|
|
3
|
+
(function(module) {
|
|
4
|
+
var defineProperty = definePropertyExports;
|
|
5
|
+
function ownKeys(e, r) {
|
|
6
|
+
var t = Object.keys(e);
|
|
7
|
+
if (Object.getOwnPropertySymbols) {
|
|
8
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
9
|
+
r && (o = o.filter(function(r2) {
|
|
10
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
11
|
+
})), t.push.apply(t, o);
|
|
12
|
+
}
|
|
13
|
+
return t;
|
|
14
|
+
}
|
|
15
|
+
function _objectSpread2(e) {
|
|
16
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
17
|
+
var t = arguments[r] != null ? arguments[r] : {};
|
|
18
|
+
r % 2 ? ownKeys(Object(t), !0).forEach(function(r2) {
|
|
19
|
+
defineProperty(e, r2, t[r2]);
|
|
20
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r2) {
|
|
21
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t, r2));
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
return e;
|
|
25
|
+
}
|
|
26
|
+
module.exports = _objectSpread2, module.exports.__esModule = !0, module.exports.default = module.exports;
|
|
27
|
+
})(objectSpread2);
|
|
28
|
+
var objectSpread2Exports = objectSpread2.exports;
|
|
29
|
+
export {
|
|
30
|
+
objectSpread2Exports as o
|
|
31
|
+
};
|