@layers-app/shared 0.4.2 → 0.4.3
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/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +15 -16
- package/dist/components/EmojiPicker/EmojiPanel.js +6 -6
- package/dist/components/EmojiPicker/IconsPanel.js +11 -11
- package/dist/components/FormViewer/helpers/steps.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/steps.js +11 -11
- package/dist/components/MusicPlayerBar/MusicPlayerBar.d.ts +3 -0
- package/dist/components/MusicPlayerBar/MusicPlayerBar.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/MusicPlayerBar.js +239 -0
- package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +49 -0
- package/dist/components/MusicPlayerBar/components/HiddenAudio.d.ts +10 -0
- package/dist/components/MusicPlayerBar/components/HiddenAudio.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/components/HiddenAudio.js +35 -0
- package/dist/components/MusicPlayerBar/components/HoverActions.d.ts +20 -0
- package/dist/components/MusicPlayerBar/components/HoverActions.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/components/HoverActions.js +88 -0
- package/dist/components/MusicPlayerBar/components/MobileActionsDrawer.d.ts +18 -0
- package/dist/components/MusicPlayerBar/components/MobileActionsDrawer.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/components/MobileActionsDrawer.js +91 -0
- package/dist/components/MusicPlayerBar/components/MobileSpeedDrawer.d.ts +11 -0
- package/dist/components/MusicPlayerBar/components/MobileSpeedDrawer.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/components/MobileSpeedDrawer.js +38 -0
- package/dist/components/MusicPlayerBar/components/MobileTailControls.d.ts +11 -0
- package/dist/components/MusicPlayerBar/components/MobileTailControls.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/components/MobileTailControls.js +50 -0
- package/dist/components/MusicPlayerBar/components/PlayButton.d.ts +9 -0
- package/dist/components/MusicPlayerBar/components/PlayButton.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/components/PlayButton.js +28 -0
- package/dist/components/MusicPlayerBar/components/SpeedPopover.d.ts +11 -0
- package/dist/components/MusicPlayerBar/components/SpeedPopover.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/components/SpeedPopover.js +90 -0
- package/dist/components/MusicPlayerBar/components/Timer.d.ts +8 -0
- package/dist/components/MusicPlayerBar/components/Timer.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/components/Timer.js +25 -0
- package/dist/components/MusicPlayerBar/components/VolumePopover.d.ts +15 -0
- package/dist/components/MusicPlayerBar/components/VolumePopover.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/components/VolumePopover.js +86 -0
- package/dist/components/MusicPlayerBar/components/Waveform.d.ts +12 -0
- package/dist/components/MusicPlayerBar/components/Waveform.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/components/Waveform.js +47 -0
- package/dist/components/MusicPlayerBar/constants.d.ts +19 -0
- package/dist/components/MusicPlayerBar/constants.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/constants.js +21 -0
- package/dist/components/MusicPlayerBar/helpers.d.ts +11 -0
- package/dist/components/MusicPlayerBar/helpers.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/helpers.js +44 -0
- package/dist/components/MusicPlayerBar/hooks/useAudioPlayback.d.ts +23 -0
- package/dist/components/MusicPlayerBar/hooks/useAudioPlayback.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/hooks/useAudioPlayback.js +49 -0
- package/dist/components/MusicPlayerBar/hooks/useCopyFeedback.d.ts +6 -0
- package/dist/components/MusicPlayerBar/hooks/useCopyFeedback.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/hooks/useCopyFeedback.js +17 -0
- package/dist/components/MusicPlayerBar/hooks/useHoverPopover.d.ts +9 -0
- package/dist/components/MusicPlayerBar/hooks/useHoverPopover.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/hooks/useHoverPopover.js +18 -0
- package/dist/components/MusicPlayerBar/hooks/useMusicPlayerLabels.d.ts +3 -0
- package/dist/components/MusicPlayerBar/hooks/useMusicPlayerLabels.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/hooks/useMusicPlayerLabels.js +26 -0
- package/dist/components/MusicPlayerBar/hooks/useWaveform.d.ts +7 -0
- package/dist/components/MusicPlayerBar/hooks/useWaveform.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/hooks/useWaveform.js +28 -0
- package/dist/components/MusicPlayerBar/index.d.ts +3 -0
- package/dist/components/MusicPlayerBar/index.d.ts.map +1 -0
- package/dist/components/MusicPlayerBar/types.d.ts +33 -0
- package/dist/components/MusicPlayerBar/types.d.ts.map +1 -0
- package/dist/components/NavbarResizer/NavbarResizer.js +1 -1
- package/dist/components/OnboardingTour/OnboardingTourFooter.js +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.js +1 -1
- package/dist/helpers/isNoAccessError.d.ts +2 -0
- package/dist/helpers/isNoAccessError.d.ts.map +1 -0
- package/dist/helpers/isNoAccessError.js +7 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +109 -109
- package/dist/lang/locales/ui_en.json.js +6 -4
- package/dist/lang/locales/ui_es.json.js +8 -6
- package/dist/lang/locales/ui_ru.json.js +9 -7
- package/package.json +2 -2
- package/dist/assets/images/person.png.js +0 -4
- package/dist/assets/images/person2.png.js +0 -4
- package/dist/assets/images/person3.png.js +0 -4
- package/dist/assets/images/person4.png.js +0 -4
- package/dist/components/OnBoarding/OnBoardingPage.d.ts +0 -2
- package/dist/components/OnBoarding/OnBoardingPage.d.ts.map +0 -1
- package/dist/components/OnBoarding/OnBoardingPage.js +0 -80
- package/dist/components/OnBoarding/ProjectBoard.d.ts +0 -5
- package/dist/components/OnBoarding/ProjectBoard.d.ts.map +0 -1
- package/dist/components/OnBoarding/ProjectBoard.js +0 -141
- package/dist/components/OnBoarding/StepsNavBar.d.ts +0 -5
- package/dist/components/OnBoarding/StepsNavBar.d.ts.map +0 -1
- package/dist/components/OnBoarding/StepsNavBar.js +0 -21
- package/dist/components/OnBoarding/index.d.ts +0 -2
- package/dist/components/OnBoarding/index.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.d.ts +0 -3
- package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.js +0 -42
- package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.d.ts +0 -3
- package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.js +0 -51
- package/dist/components/OnBoarding/steps/CreateFirstProject.d.ts +0 -3
- package/dist/components/OnBoarding/steps/CreateFirstProject.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/CreateFirstProject.js +0 -45
- package/dist/components/OnBoarding/steps/DefineStatuses/DefineStatusesNav.d.ts +0 -3
- package/dist/components/OnBoarding/steps/DefineStatuses/DefineStatusesNav.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/DefineStatuses/DefineStatusesNav.js +0 -42
- package/dist/components/OnBoarding/steps/DefineStatuses/StatusBadge.d.ts +0 -9
- package/dist/components/OnBoarding/steps/DefineStatuses/StatusBadge.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/DefineStatuses/StatusBadge.js +0 -22
- package/dist/components/OnBoarding/steps/DefineStatuses/StatusesListBoard.d.ts +0 -3
- package/dist/components/OnBoarding/steps/DefineStatuses/StatusesListBoard.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/DefineStatuses/StatusesListBoard.js +0 -217
- package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsBoard.d.ts +0 -3
- package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsBoard.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsBoard.js +0 -16
- package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsNav.d.ts +0 -3
- package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsNav.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsNav.js +0 -56
- package/dist/components/OnBoarding/steps/DifferentLayouts/KanbanLayout.d.ts +0 -3
- package/dist/components/OnBoarding/steps/DifferentLayouts/KanbanLayout.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/DifferentLayouts/KanbanLayout.js +0 -272
- package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +0 -9
- package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.d.ts +0 -3
- package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.js +0 -86
- package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.d.ts +0 -3
- package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.js +0 -26
- package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.d.ts +0 -9
- package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.js +0 -61
- package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.d.ts +0 -3
- package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.js +0 -42
- package/dist/components/OnBoarding/steps/StartedStep.d.ts +0 -3
- package/dist/components/OnBoarding/steps/StartedStep.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/StartedStep.js +0 -71
- package/dist/components/OnBoarding/steps/Wrapper.d.ts +0 -15
- package/dist/components/OnBoarding/steps/Wrapper.d.ts.map +0 -1
- package/dist/components/OnBoarding/steps/Wrapper.js +0 -49
- package/dist/components/OnBoarding/steps/styles.module.css.js +0 -17
- package/dist/components/OnBoarding/styles.module.css.js +0 -15
- package/dist/store/onboarding.d.ts +0 -30
- package/dist/store/onboarding.d.ts.map +0 -1
- package/dist/store/onboarding.js +0 -53
package/dist/index.js
CHANGED
|
@@ -9,8 +9,8 @@ import { EmojiPicker as S } from "./components/EmojiPicker/EmojiPicker.js";
|
|
|
9
9
|
import { EmojiPanel as T } from "./components/EmojiPicker/EmojiPanel.js";
|
|
10
10
|
import { AppContainer as E } from "./components/AppContainer/AppContainer.js";
|
|
11
11
|
import { MeetWidgetProvider as M, useMeetWidget as D } from "./components/AppContainer/MeetWidgetContext.js";
|
|
12
|
-
import { CustomKBD as
|
|
13
|
-
import { openSubmitModal as
|
|
12
|
+
import { CustomKBD as A } from "./components/CustomKBD/index.js";
|
|
13
|
+
import { openSubmitModal as R } from "./components/SubmitModal/index.js";
|
|
14
14
|
import { UserAvatar as U } from "./components/UserAvatar/index.js";
|
|
15
15
|
import { GroupAvatar as N } from "./components/GroupAvatar/index.js";
|
|
16
16
|
import { ShakaVideoPlayer as _ } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
@@ -32,8 +32,8 @@ import { useRecentColors as Ce } from "./components/ColorPicker/useRecentColors.
|
|
|
32
32
|
import { NewColorPicker as Ie } from "./components/NewColorPicker/index.js";
|
|
33
33
|
import { ColorPickerPopover as Fe } from "./components/ColorPicker/ColorPickerPopover.js";
|
|
34
34
|
import { AnimationWrapper as De } from "./components/AnimationWrapper/index.js";
|
|
35
|
-
import { SearchFilters as
|
|
36
|
-
import { SearchHelpModal as
|
|
35
|
+
import { SearchFilters as Ae } from "./components/SearchFilters/SearchFilters.js";
|
|
36
|
+
import { SearchHelpModal as Re, closeSearchHelpModal as be, openSearchHelpModal as Ue } from "./components/SearchFilters/components/SearchHelp.js";
|
|
37
37
|
import { AttachmentsGalleryModal as Ne } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
|
|
38
38
|
import { ImageModal as _e, closeImageModal as he, openImageModal as Oe, useChangePasswordModalStore as we } from "./components/ImageModal/ImageModal.js";
|
|
39
39
|
import { LayersLogoCopyright as Be, LayersLogoIcon as Ve, Logotype as He } from "./components/Logotype.js";
|
|
@@ -47,8 +47,8 @@ import { aggregationReselect as oo, columnsMapReselect as ro, columnsReselect as
|
|
|
47
47
|
import { tableColumnDateTypes as go, tableColumnNumberTypes as So } from "./components/table/types.js";
|
|
48
48
|
import { createTableStore as To } from "./components/table/store.js";
|
|
49
49
|
import { useTableStore as Eo } from "./components/table/hooks/useTableStore.js";
|
|
50
|
-
import { EXPAND_COLUMN_FIELD as Mo, SELECT_COLUMN_FIELD as Do, TABLE_AGGREGATION_ROW_ID as Lo, TABLE_ATTRIBUTES as
|
|
51
|
-
import { CommunitiesDialog as
|
|
50
|
+
import { EXPAND_COLUMN_FIELD as Mo, SELECT_COLUMN_FIELD as Do, TABLE_AGGREGATION_ROW_ID as Lo, TABLE_ATTRIBUTES as Ao } from "./components/table/constants.js";
|
|
51
|
+
import { CommunitiesDialog as Ro } from "./components/CommunitiesDialog/index.js";
|
|
52
52
|
import { NotPublicPanel as Uo } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
53
53
|
import { BottomDrawerWithoutHeader as No } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
54
54
|
import { Copyright as _o } from "./components/Copyright/index.js";
|
|
@@ -62,8 +62,8 @@ import { DEFAULT_THEME as Cr } from "./components/FormViewer/constants/defaultTh
|
|
|
62
62
|
import { openRemoveConfirmModal as Ir } from "./components/modals/RemoveConfirmModal.js";
|
|
63
63
|
import { AppSidebarButton as Fr } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
64
64
|
import { Numbers as Dr } from "./components/table/helpers/formatters.js";
|
|
65
|
-
import { EntityIcon as
|
|
66
|
-
import { showErrorNotification as
|
|
65
|
+
import { EntityIcon as Ar } from "./components/EntityIcon.js";
|
|
66
|
+
import { showErrorNotification as Rr, showMessageNotification as br, showRequestNotifications as Ur, showSuccessNotification as vr, showWarningNotification as Nr, updateMessageNotification as yr } from "./helpers/showNotifications.js";
|
|
67
67
|
import { isOfflineSuppressed as hr, setOfflineSuppression as Or } from "./helpers/offlineSuppression.js";
|
|
68
68
|
import { showFeatureFeedback as kr } from "./helpers/showFeatureFeedback.js";
|
|
69
69
|
import { pickRandomEmoji as Vr } from "./helpers/pickRandomEmoji.js";
|
|
@@ -81,28 +81,28 @@ import { getFileIcons as St } from "./helpers/getFileIcons.js";
|
|
|
81
81
|
import { getFileType as Tt } from "./helpers/getFileType.js";
|
|
82
82
|
import { getPartOfTheDay as Et } from "./helpers/getPartOfTheDay.js";
|
|
83
83
|
import { isAppMode as Mt } from "./helpers/isAppMode.js";
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
84
|
+
import { isNoAccessError as Lt } from "./helpers/isNoAccessError.js";
|
|
85
|
+
import { parseDate as Pt } from "./helpers/dates.js";
|
|
86
|
+
import { initHotjar as bt } from "./helpers/hotjar.js";
|
|
87
|
+
import { validateAliasFormat as vt } from "./helpers/validateAliasFormat.js";
|
|
88
|
+
import { getBrowserTimeZone as yt, getSafeFormatter as _t, getTimeZones as ht, getUtcOffset as Ot, isValidTimeZone as wt, parseInvalidTz as kt } from "./helpers/timezones.js";
|
|
89
|
+
import { useMenu as Vt } from "./hooks/useMenu.js";
|
|
90
|
+
import { usePlatform as zt } from "./hooks/usePlatform.js";
|
|
91
|
+
import { dateFnsLocales as Gt, useDateFnsLocale as jt } from "./hooks/useDateFnsLocale.js";
|
|
92
|
+
import { useFormatDistance as Zt } from "./hooks/useFormatDistance.js";
|
|
93
|
+
import { useSwipeDetect as Qt } from "./hooks/useSwipeDetect.js";
|
|
94
|
+
import { AuthErrors as Yt, useOAuthErrorParams as Jt } from "./hooks/useOAuthErrorParams.js";
|
|
95
|
+
import { useDateUtils as ea } from "./hooks/useDateUtils.js";
|
|
96
|
+
import { isNumberValue as ra, useQueryParam as ta, useRouteParam as aa } from "./hooks/useNumberQueryParam.js";
|
|
97
|
+
import { useDisableWindowScrollDuringDrag as pa } from "./hooks/useDisableWindowScroll.js";
|
|
98
|
+
import { useAsyncStatus as ia } from "./hooks/useAsyncStatus.js";
|
|
99
|
+
import { useVideoUploadGuard as na } from "./hooks/useVideoUploadGuard.js";
|
|
100
|
+
import { FEATURE_KEYS as xa, trackFeatureFeedback as ua, useDelayedFeatureFeedback as ca } from "./hooks/useFeatureFeedback.js";
|
|
101
|
+
import { useAppContainer as ga } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
102
|
+
import { appContainerStore as Ca } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
103
|
+
import { useAppContainerDataStore as Ia } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
104
|
+
import { closeSearchModal as Fa, openSearchModal as Ma, useSearchModalStore as Da } from "./store/searchModal.js";
|
|
105
|
+
import { closeTrashModal as Aa, openTrashModal as Pa, useTrashModalStore as Ra } from "./store/trashModal.js";
|
|
106
106
|
import { useWorkspacesOrder as Ua } from "./store/workspacesOrder.js";
|
|
107
107
|
import { updateTimezone as Na, useLocalTimezone as ya } from "./store/timezoneStore.js";
|
|
108
108
|
import { closeUserPlansModal as ha, openUserPlansModal as Oa, useUserPlansModalStore as wa } from "./store/plansModal.js";
|
|
@@ -115,7 +115,7 @@ import { getPlanBadgeColor as sm } from "./utils/getPlanBadgeColor.js";
|
|
|
115
115
|
import { addQueryParam as lm, removeQueryParam as nm } from "./utils/queryParams.js";
|
|
116
116
|
import { getFeatureRating as xm, getVisitData as um, isFeatureRated as cm, setFeatureRating as dm, setVisitData as gm } from "./lib/layersVisitData.js";
|
|
117
117
|
import { brand as Cm, brandI18nVariables as Tm } from "./config/brand.js";
|
|
118
|
-
import { getEnvConfig as Em, getEnvValue as Fm, getMaxUploadSize as Mm, getOfficeUrl as Dm, isLivekitEnabled as Lm, isOfficeEnabled as
|
|
118
|
+
import { getEnvConfig as Em, getEnvValue as Fm, getMaxUploadSize as Mm, getOfficeUrl as Dm, isLivekitEnabled as Lm, isOfficeEnabled as Am, joinBaseUrlPath as Pm, normalizeBaseUrl as Rm, normalizeUrl as bm, parseSizeToBytes as Um, resolveNonBlankString as vm } from "./config/envConfig.js";
|
|
119
119
|
import { COLOR_SCHEMES as ym, DEFAULT_COLOR_SCHEME as _m, DEFAULT_FONT_FAMILY as hm, DEFAULT_VALUES as Om, isValidColorScheme as wm } from "./constants.js";
|
|
120
120
|
import { default as Bm } from "./assets/enitityIcons/flow.svg.js";
|
|
121
121
|
import { default as Hm } from "./assets/enitityIcons/form.svg.js";
|
|
@@ -136,14 +136,14 @@ import { ImageCropper as Tp } from "./components/ImageCropper/ImageCropper.js";
|
|
|
136
136
|
import { IntegrationFlowAnimation as Ep } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
|
|
137
137
|
import { LastEditedButton as Mp } from "./components/LastEditedButton/LastEditedButton.js";
|
|
138
138
|
import { LayersCubeIcon as Lp } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
|
|
139
|
-
import { MediaLibrary as
|
|
140
|
-
import { MediaLibraryBrowser as
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
139
|
+
import { MediaLibrary as Pp } from "./components/MediaLibrary/MediaLibrary.js";
|
|
140
|
+
import { MediaLibraryBrowser as bp } from "./components/MediaLibrary/MediaLibraryBrowser.js";
|
|
141
|
+
import { MusicPlayerBar as vp } from "./components/MusicPlayerBar/MusicPlayerBar.js";
|
|
142
|
+
import { NavMenu as yp } from "./components/NavMenu/NavMenu.js";
|
|
143
|
+
import { NavMenuItem as hp, NavMenuLoadMore as Op } from "./components/NavMenu/components/NavMenuItem.js";
|
|
144
|
+
import { NavMenuLabel as kp } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
145
|
+
import { NavMenuProvider as Vp, createNavMenuStore as Hp, useNavMenuStore as zp } from "./components/NavMenu/store.js";
|
|
146
|
+
import { NotionIcon as Gp } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
147
147
|
import { OnboardingTourWrapper as Xp } from "./components/OnboardingTour/OnboardingTourWrapper.js";
|
|
148
148
|
import { PinModal as Kp } from "./components/PinModal/PinModal.js";
|
|
149
149
|
import { STATIC_CLASSES as qp, combineClasses as Yp, getPageNumberClass as Jp } from "./components/FormViewer/helpers/staticClasses.js";
|
|
@@ -155,8 +155,8 @@ import { TablePagination as is } from "./components/table/components/TablePagina
|
|
|
155
155
|
import { TableSearch as ns } from "./components/table/components/TableSearch.js";
|
|
156
156
|
import { TreeIndentContainer as xs, TreeIndentItem as us } from "./components/TreeIndent/TreeIndent.js";
|
|
157
157
|
import { alignList as ds, conditionOperatorsList as gs, isLayout as Ss, isSize as Cs, isSlideAnimation as Ts, layoutList as Is, mediaContentLayoutList as Es, mediaFullLayoutList as Fs, mediaLayoutList as Ms, sizeList as Ds, slideAnimationList as Ls } from "./components/FormViewer/types/form.js";
|
|
158
|
-
import { alignRelation as
|
|
159
|
-
import { clearSavedStep as
|
|
158
|
+
import { alignRelation as Ps } from "./components/FormViewer/helpers/themeUtils.js";
|
|
159
|
+
import { clearSavedStep as bs, getSavedStepIndex as Us, isOnboardingCompleted as vs, resetOnboarding as Ns, saveStepIndex as ys, setOnboardingUserId as _s, useOnboardingTour as hs } from "./components/OnboardingTour/useOnboardingTour.js";
|
|
160
160
|
import { closePinModal as ws, openPinModal as ks, usePinModalStore as Bs } from "./components/PinModal/slice.js";
|
|
161
161
|
import { controlsDataMap as Hs } from "./components/FormViewer/helpers/controls.js";
|
|
162
162
|
import { coverCollections as Ws } from "./components/FilePicker/coverCollections.js";
|
|
@@ -167,7 +167,7 @@ import { default as Ys } from "./lang/locales/ui_es.json.js";
|
|
|
167
167
|
import { escapeHtml as $s, getVideoEmbedUrl as ei, isVideoPlatformUrl as oi, parseEmbedUrl as ri, parseVideoUrl as ti } from "./lib/contentImport/utils.js";
|
|
168
168
|
import { filterPinnedColumns as mi, getAggregateValue as pi, getAggregationColumns as si, getColumnId as ii, getColumnsProps as li, getCurrencyColumn as ni, getDateColumn as fi, getExpandingColumn as xi, getHeaderStyles as ui, getNumberColumn as ci, getPercentColumn as di, getRatioColumn as gi, getSelectionColumn as Si, isTechnicalColumn as Ci, mergeColumn as Ti } from "./components/table/helpers/columns.js";
|
|
169
169
|
import { getNextStep as Ei, operatorsRelation as Fi } from "./components/FormViewer/helpers/conditions.js";
|
|
170
|
-
import { getTextValidation as Di, isImageUrl as Li, isValidEmail as
|
|
170
|
+
import { getTextValidation as Di, isImageUrl as Li, isValidEmail as Ai, isValidUrl as Pi, useValidation as Ri } from "./components/FormViewer/helpers/validation.js";
|
|
171
171
|
import { mergeTheme as Ui, sortSteps as vi } from "./components/FormViewer/helpers/helpers.js";
|
|
172
172
|
import { default as yi } from "./lang/locales/ui_ru.json.js";
|
|
173
173
|
import { serializeToLexicalHtml as hi } from "./lib/contentImport/lexicalSerializer.js";
|
|
@@ -188,7 +188,7 @@ export {
|
|
|
188
188
|
Fr as AppSidebarButton,
|
|
189
189
|
Ne as AttachmentsGalleryModal,
|
|
190
190
|
je as AttachmentsPreview,
|
|
191
|
-
|
|
191
|
+
Yt as AuthErrors,
|
|
192
192
|
No as BottomDrawerWithoutHeader,
|
|
193
193
|
zo as BouncingLogo,
|
|
194
194
|
ym as COLOR_SCHEMES,
|
|
@@ -201,9 +201,9 @@ export {
|
|
|
201
201
|
Fe as ColorPickerPopover,
|
|
202
202
|
le as ColorPickerToolbar,
|
|
203
203
|
Ze as CommentComposer,
|
|
204
|
-
|
|
204
|
+
Ro as CommunitiesDialog,
|
|
205
205
|
_o as Copyright,
|
|
206
|
-
|
|
206
|
+
A as CustomKBD,
|
|
207
207
|
_m as DEFAULT_COLOR_SCHEME,
|
|
208
208
|
rr as DEFAULT_END_STEP_ID,
|
|
209
209
|
hm as DEFAULT_FONT_FAMILY,
|
|
@@ -221,14 +221,14 @@ export {
|
|
|
221
221
|
Mo as EXPAND_COLUMN_FIELD,
|
|
222
222
|
T as EmojiPanel,
|
|
223
223
|
S as EmojiPicker,
|
|
224
|
-
|
|
224
|
+
Ar as EntityIcon,
|
|
225
225
|
Oo as EntityTitle,
|
|
226
226
|
Qm as Error404,
|
|
227
227
|
Ym as Error406,
|
|
228
228
|
$m as Error500,
|
|
229
229
|
Y as ErrorAlert,
|
|
230
230
|
j as ErrorPage,
|
|
231
|
-
|
|
231
|
+
xa as FEATURE_KEYS,
|
|
232
232
|
op as FeatureProgress,
|
|
233
233
|
tp as FeatureProgressKey,
|
|
234
234
|
mp as FilePicker,
|
|
@@ -254,23 +254,23 @@ export {
|
|
|
254
254
|
Ve as LayersLogoIcon,
|
|
255
255
|
He as Logotype,
|
|
256
256
|
fr as MAX_OPTIONS_COUNT,
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
Pp as MediaLibrary,
|
|
258
|
+
bp as MediaLibraryBrowser,
|
|
259
259
|
M as MeetWidgetProvider,
|
|
260
260
|
W as MenuUserDropdown,
|
|
261
|
-
vp as
|
|
262
|
-
yp as
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
261
|
+
vp as MusicPlayerBar,
|
|
262
|
+
yp as NavMenu,
|
|
263
|
+
hp as NavMenuItem,
|
|
264
|
+
kp as NavMenuLabel,
|
|
265
|
+
Op as NavMenuLoadMore,
|
|
266
|
+
Vp as NavMenuProvider,
|
|
266
267
|
H as NavbarResizer,
|
|
267
268
|
Ie as NewColorPicker,
|
|
268
269
|
x as NoData,
|
|
269
270
|
Q as NotFound,
|
|
270
271
|
Uo as NotPublicPanel,
|
|
271
|
-
|
|
272
|
+
Gp as NotionIcon,
|
|
272
273
|
Dr as Numbers,
|
|
273
|
-
Gp as OnBoardingPage,
|
|
274
274
|
Xp as OnboardingTourWrapper,
|
|
275
275
|
Wm as PageIcon,
|
|
276
276
|
Kp as PinModal,
|
|
@@ -278,8 +278,8 @@ export {
|
|
|
278
278
|
Do as SELECT_COLUMN_FIELD,
|
|
279
279
|
qp as STATIC_CLASSES,
|
|
280
280
|
es as Schemes,
|
|
281
|
-
|
|
282
|
-
|
|
281
|
+
Ae as SearchFilters,
|
|
282
|
+
Re as SearchHelpModal,
|
|
283
283
|
a as SettingsSection,
|
|
284
284
|
_ as ShakaVideoPlayer,
|
|
285
285
|
p as SocialLinkRow,
|
|
@@ -290,7 +290,7 @@ export {
|
|
|
290
290
|
ps as StorageEntityList,
|
|
291
291
|
Qe as StorageUsageProgress,
|
|
292
292
|
Lo as TABLE_AGGREGATION_ROW_ID,
|
|
293
|
-
|
|
293
|
+
Ao as TABLE_ATTRIBUTES,
|
|
294
294
|
Vo as TableMenu,
|
|
295
295
|
is as TablePagination,
|
|
296
296
|
ns as TableSearch,
|
|
@@ -308,19 +308,19 @@ export {
|
|
|
308
308
|
lm as addQueryParam,
|
|
309
309
|
oo as aggregationReselect,
|
|
310
310
|
ds as alignList,
|
|
311
|
-
|
|
312
|
-
|
|
311
|
+
Ps as alignRelation,
|
|
312
|
+
Ca as appContainerStore,
|
|
313
313
|
rt as appDesktop,
|
|
314
314
|
Jr as appFeature,
|
|
315
315
|
tt as appServer,
|
|
316
316
|
Cm as brand,
|
|
317
317
|
Tm as brandI18nVariables,
|
|
318
|
-
|
|
318
|
+
bs as clearSavedStep,
|
|
319
319
|
he as closeImageModal,
|
|
320
320
|
ws as closePinModal,
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
321
|
+
be as closeSearchHelpModal,
|
|
322
|
+
Fa as closeSearchModal,
|
|
323
|
+
Aa as closeTrashModal,
|
|
324
324
|
Ba as closeUserDiscordDialog,
|
|
325
325
|
ha as closeUserPlansModal,
|
|
326
326
|
ro as columnsMapReselect,
|
|
@@ -334,10 +334,10 @@ export {
|
|
|
334
334
|
Ws as coverCollections,
|
|
335
335
|
xp as createFormStore,
|
|
336
336
|
js as createFormStoreApi,
|
|
337
|
-
|
|
337
|
+
Hp as createNavMenuStore,
|
|
338
338
|
To as createTableStore,
|
|
339
339
|
Zs as cropImage,
|
|
340
|
-
|
|
340
|
+
Gt as dateFnsLocales,
|
|
341
341
|
Xr as downloadCSVAsBlob,
|
|
342
342
|
Zr as downloadImageFromExternalUrl,
|
|
343
343
|
Kr as downloadURL,
|
|
@@ -353,7 +353,7 @@ export {
|
|
|
353
353
|
qr as generateLink,
|
|
354
354
|
pi as getAggregateValue,
|
|
355
355
|
si as getAggregationColumns,
|
|
356
|
-
|
|
356
|
+
yt as getBrowserTimeZone,
|
|
357
357
|
ii as getColumnId,
|
|
358
358
|
li as getColumnsProps,
|
|
359
359
|
mm as getCroppedBlob,
|
|
@@ -384,16 +384,16 @@ export {
|
|
|
384
384
|
dt as getRandomIconColor,
|
|
385
385
|
gr as getRandomId,
|
|
386
386
|
gi as getRatioColumn,
|
|
387
|
-
|
|
387
|
+
_t as getSafeFormatter,
|
|
388
388
|
Us as getSavedStepIndex,
|
|
389
389
|
Si as getSelectionColumn,
|
|
390
390
|
Di as getTextValidation,
|
|
391
|
-
|
|
392
|
-
|
|
391
|
+
ht as getTimeZones,
|
|
392
|
+
Ot as getUtcOffset,
|
|
393
393
|
ei as getVideoEmbedUrl,
|
|
394
394
|
um as getVisitData,
|
|
395
395
|
u as illustrationMap,
|
|
396
|
-
|
|
396
|
+
bt as initHotjar,
|
|
397
397
|
Mt as isAppMode,
|
|
398
398
|
ce as isDefaultColor,
|
|
399
399
|
$r as isFeature,
|
|
@@ -405,20 +405,21 @@ export {
|
|
|
405
405
|
Ss as isLayout,
|
|
406
406
|
Lm as isLivekitEnabled,
|
|
407
407
|
it as isMobileDevice,
|
|
408
|
-
|
|
409
|
-
|
|
408
|
+
Lt as isNoAccessError,
|
|
409
|
+
ra as isNumberValue,
|
|
410
|
+
Am as isOfficeEnabled,
|
|
410
411
|
hr as isOfflineSuppressed,
|
|
411
412
|
vs as isOnboardingCompleted,
|
|
412
413
|
Cs as isSize,
|
|
413
414
|
Ts as isSlideAnimation,
|
|
414
415
|
Ci as isTechnicalColumn,
|
|
415
416
|
wm as isValidColorScheme,
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
417
|
+
Ai as isValidEmail,
|
|
418
|
+
wt as isValidTimeZone,
|
|
419
|
+
Pi as isValidUrl,
|
|
419
420
|
lt as isVideoFile,
|
|
420
421
|
oi as isVideoPlatformUrl,
|
|
421
|
-
|
|
422
|
+
Pm as joinBaseUrlPath,
|
|
422
423
|
Is as layoutList,
|
|
423
424
|
Es as mediaContentLayoutList,
|
|
424
425
|
Fs as mediaFullLayoutList,
|
|
@@ -426,24 +427,24 @@ export {
|
|
|
426
427
|
Ti as mergeColumn,
|
|
427
428
|
Ui as mergeTheme,
|
|
428
429
|
ao as metaReselect,
|
|
429
|
-
|
|
430
|
+
Rm as normalizeBaseUrl,
|
|
430
431
|
de as normalizeColorItem,
|
|
431
|
-
|
|
432
|
+
bm as normalizeUrl,
|
|
432
433
|
Oe as openImageModal,
|
|
433
434
|
ks as openPinModal,
|
|
434
435
|
Ir as openRemoveConfirmModal,
|
|
435
436
|
Ue as openSearchHelpModal,
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
437
|
+
Ma as openSearchModal,
|
|
438
|
+
R as openSubmitModal,
|
|
439
|
+
Pa as openTrashModal,
|
|
439
440
|
Va as openUserDiscordDialog,
|
|
440
441
|
Oa as openUserPlansModal,
|
|
441
442
|
Fi as operatorsRelation,
|
|
442
443
|
Ja as orderMap,
|
|
443
444
|
mo as paginationMetaReselect,
|
|
444
|
-
|
|
445
|
+
Pt as parseDate,
|
|
445
446
|
ri as parseEmbedUrl,
|
|
446
|
-
|
|
447
|
+
kt as parseInvalidTz,
|
|
447
448
|
Um as parseSizeToBytes,
|
|
448
449
|
ti as parseVideoUrl,
|
|
449
450
|
Vr as pickRandomEmoji,
|
|
@@ -467,9 +468,9 @@ export {
|
|
|
467
468
|
Or as setOfflineSuppression,
|
|
468
469
|
_s as setOnboardingUserId,
|
|
469
470
|
gm as setVisitData,
|
|
470
|
-
|
|
471
|
+
Rr as showErrorNotification,
|
|
471
472
|
kr as showFeatureFeedback,
|
|
472
|
-
|
|
473
|
+
br as showMessageNotification,
|
|
473
474
|
Ur as showRequestNotifications,
|
|
474
475
|
vr as showSuccessNotification,
|
|
475
476
|
Nr as showWarningNotification,
|
|
@@ -484,52 +485,51 @@ export {
|
|
|
484
485
|
go as tableColumnDateTypes,
|
|
485
486
|
So as tableColumnNumberTypes,
|
|
486
487
|
$o as themeReselect,
|
|
487
|
-
|
|
488
|
+
ua as trackFeatureFeedback,
|
|
488
489
|
yr as updateMessageNotification,
|
|
489
490
|
Na as updateTimezone,
|
|
490
491
|
wi as useActiveControl,
|
|
491
492
|
Bi as useActiveStep,
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
493
|
+
ga as useAppContainer,
|
|
494
|
+
Ia as useAppContainerDataStore,
|
|
495
|
+
ia as useAsyncStatus,
|
|
495
496
|
we as useChangePasswordModalStore,
|
|
496
497
|
Hi as useCreateTable,
|
|
497
498
|
Wi as useCropInteraction,
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
499
|
+
jt as useDateFnsLocale,
|
|
500
|
+
ea as useDateUtils,
|
|
501
|
+
ca as useDelayedFeatureFeedback,
|
|
502
|
+
pa as useDisableWindowScrollDuringDrag,
|
|
502
503
|
Ha as useDiscordDialogStore,
|
|
503
504
|
qa as useFeatureProgressStore,
|
|
504
505
|
ji as useFormMobile,
|
|
505
506
|
up as useFormViewerStore,
|
|
506
|
-
|
|
507
|
+
Zt as useFormatDistance,
|
|
507
508
|
Zi as useInterpolate,
|
|
508
509
|
Ki as useInterpolateText,
|
|
509
510
|
zr as useIsDarkTheme,
|
|
510
511
|
ya as useLocalTimezone,
|
|
511
512
|
D as useMeetWidget,
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
ba as useOnboardingState,
|
|
513
|
+
Vt as useMenu,
|
|
514
|
+
zp as useNavMenuStore,
|
|
515
|
+
Jt as useOAuthErrorParams,
|
|
516
516
|
hs as useOnboardingTour,
|
|
517
517
|
Bs as usePinModalStore,
|
|
518
|
-
|
|
519
|
-
|
|
518
|
+
zt as usePlatform,
|
|
519
|
+
ta as useQueryParam,
|
|
520
520
|
Ce as useRecentColors,
|
|
521
|
-
|
|
521
|
+
aa as useRouteParam,
|
|
522
522
|
qi as useSaveRowCount,
|
|
523
|
-
|
|
523
|
+
Da as useSearchModalStore,
|
|
524
524
|
lp as useSteps,
|
|
525
|
-
|
|
525
|
+
Qt as useSwipeDetect,
|
|
526
526
|
Eo as useTableStore,
|
|
527
|
-
|
|
527
|
+
Ra as useTrashModalStore,
|
|
528
528
|
wa as useUserPlansModalStore,
|
|
529
|
-
|
|
530
|
-
|
|
529
|
+
Ri as useValidation,
|
|
530
|
+
na as useVideoUploadGuard,
|
|
531
531
|
Ua as useWorkspacesOrder,
|
|
532
|
-
|
|
532
|
+
vt as validateAliasFormat,
|
|
533
533
|
no as variableReselect,
|
|
534
534
|
fo as visibleColumnsBySideReselect,
|
|
535
535
|
xo as visibleColumnsReselect,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { searchResults: "Search results", icons: "Icons", searchNoResults: "No results found", chooseColor: "Choose color", categories: { activity: "Activities", custom: "Custom", flags: "Flags", foods: "Food and drinks", frequent: "Recent", nature: "Animals and nature", objects: "Objects", people: "Emotions and people", places: "Travel and places", symbols: "Symbols", additional: "Additional" } }, o = { label: "Image", change: "Change" }, a = { colorGradients: "Colors and gradients", jamesWebbTelescope: "Telescope", nasaArchive: "Planet", theIndianEdition: "Cyberpunk", theMetMuseum: "Museum", theMetMuseumPatterns: "Pattern", theMetMuseumJapanesePrints: "Nature", rijkmuseum: "Black hole" }, i = { gallery: "Gallery", upload: "Upload", uploadFile: "Upload file", maxFileSize: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", link: "Link", searchImages: "Search Image", pasteLink: "Paste an image link...", submitLink: "Apply", worksWithAnyImage: "Works with any image from the Internet", searchImage: "Search for an image…", searchGifs: "Search for GIFs…", noResult: "No image found for your query.", change: "Change cover", invalidLink: "Invalid link", position: "Reposition", dragSave: "Save position", dragCancel: "Cancel", photoBy: "By", googleDrive: "Google Drive", media: "Media" }, r = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Connect Google Drive", connectDescription: "Connect your Google Drive account to import files", disconnect: "Disconnect", openPicker: "Open Google Drive", importing: "Importing file...", importComplete: "File imported successfully", importFailed: "Failed to import file", retry: "Try again", description: "Import a file from your Google Drive", goToSettings: "Connect Google Drive in Settings to import files", searchFiles: "Search Google Drive" }, n = { color: "Color", background: "Background", colors: { standard: "Standard", gray: "Gray", grey: "Grey", brown: "Brown", orange: "Orange", yellow: "Yellow", green: "Green", teal: "Teal", blue: "Blue", indigo: "Indigo", purple: "Purple", violet: "Violet", pink: "Pink", red: "Red", dark: "Dark" } }, t = { save: "Save" }, s = "Remove", l = "Error", c = "Load more", d = "Drag & drop an image or <choose>choose a file</choose> to upload", u = { dropFileHere: { image: "Drag & drop an image or <choose>choose a file</choose> to upload", video: "Drag & drop a video or <choose>choose a file</choose> to upload", audio: "Drag & drop an audio file or <choose>choose a file</choose> to upload", file: "Drag & drop a file or <choose>choose a file</choose> to upload", avatar: "Drag & drop an image or <choose>choose a file</choose> to upload" }, description: { image: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", video: "Maximum file size: {{maxSize}}MB.", audio: "Maximum file size: {{maxSize}}MB.", file: "Maximum file size: {{maxSize}}MB.", avatar: "Images wider than 256×256 px are recommended. Maximum file size: {{maxSize}}MB." }, pasteLink: { image: "Paste an image link...", video: "Paste a video link...", audio: "Paste an audio link...", file: "Paste a file link...", avatar: "Paste an image link..." }, errors: { typeIsNotAllowed: "This file type is not supported", shouldNotExceed: "File size should not exceed {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Please upload no more than one file." } }, m = { download: "Download", zoomOut: "Zoom out", zoomIn: "Zoom in", close: "Close", fileError: "Upload failed. Please try again.", unsupportedTitle: "Preview is not available", unsupportedBody: "This file type can't be opened in the browser. Download it to view in the right app." }, g = { day_one: "{{count}} day ago", day_other: "{{count}} days ago", hour_one: "{{count}} hour ago", hour_other: "{{count}} hours ago", minute_one: "{{count}} minute ago", minute_other: "{{count}} minutes ago", second_one: "{{count}} second ago", second_other: "{{count}} seconds ago", justNow: "just now", shortDay: "{{count}}d ago.", shortHour: "{{count}}h ago.", shortMinute: "{{count}}m ago.", shortSecond: "{{count}}s ago.", shortJustNow: "now." },
|
|
1
|
+
const e = { searchResults: "Search results", icons: "Icons", searchNoResults: "No results found", chooseColor: "Choose color", categories: { activity: "Activities", custom: "Custom", flags: "Flags", foods: "Food and drinks", frequent: "Recent", nature: "Animals and nature", objects: "Objects", people: "Emotions and people", places: "Travel and places", symbols: "Symbols", additional: "Additional" } }, o = { label: "Image", change: "Change" }, a = { colorGradients: "Colors and gradients", jamesWebbTelescope: "Telescope", nasaArchive: "Planet", theIndianEdition: "Cyberpunk", theMetMuseum: "Museum", theMetMuseumPatterns: "Pattern", theMetMuseumJapanesePrints: "Nature", rijkmuseum: "Black hole" }, i = { gallery: "Gallery", upload: "Upload", uploadFile: "Upload file", maxFileSize: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", link: "Link", searchImages: "Search Image", pasteLink: "Paste an image link...", submitLink: "Apply", worksWithAnyImage: "Works with any image from the Internet", searchImage: "Search for an image…", searchGifs: "Search for GIFs…", noResult: "No image found for your query.", change: "Change cover", invalidLink: "Invalid link", position: "Reposition", dragSave: "Save position", dragCancel: "Cancel", photoBy: "By", googleDrive: "Google Drive", media: "Media" }, r = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Connect Google Drive", connectDescription: "Connect your Google Drive account to import files", disconnect: "Disconnect", openPicker: "Open Google Drive", importing: "Importing file...", importComplete: "File imported successfully", importFailed: "Failed to import file", retry: "Try again", description: "Import a file from your Google Drive", goToSettings: "Connect Google Drive in Settings to import files", searchFiles: "Search Google Drive" }, n = { color: "Color", background: "Background", colors: { standard: "Standard", gray: "Gray", grey: "Grey", brown: "Brown", orange: "Orange", yellow: "Yellow", green: "Green", teal: "Teal", blue: "Blue", indigo: "Indigo", purple: "Purple", violet: "Violet", pink: "Pink", red: "Red", dark: "Dark" } }, t = { save: "Save" }, s = "Remove", l = "Error", c = "Load more", d = "Drag & drop an image or <choose>choose a file</choose> to upload", u = { dropFileHere: { image: "Drag & drop an image or <choose>choose a file</choose> to upload", video: "Drag & drop a video or <choose>choose a file</choose> to upload", audio: "Drag & drop an audio file or <choose>choose a file</choose> to upload", file: "Drag & drop a file or <choose>choose a file</choose> to upload", avatar: "Drag & drop an image or <choose>choose a file</choose> to upload" }, description: { image: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", video: "Maximum file size: {{maxSize}}MB.", audio: "Maximum file size: {{maxSize}}MB.", file: "Maximum file size: {{maxSize}}MB.", avatar: "Images wider than 256×256 px are recommended. Maximum file size: {{maxSize}}MB." }, pasteLink: { image: "Paste an image link...", video: "Paste a video link...", audio: "Paste an audio link...", file: "Paste a file link...", avatar: "Paste an image link..." }, errors: { typeIsNotAllowed: "This file type is not supported", shouldNotExceed: "File size should not exceed {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Please upload no more than one file." } }, m = { play: "Play", pause: "Pause", mute: "Mute", unmute: "Unmute", playbackSpeed: "Playback speed", volume: "Volume", waveformSeek: "Seek along the track", timeDisplay: "Time", download: "Download", copyLink: "Copy link", delete: "Delete", more: "More", mobileActionsTitle: "Actions" }, p = { download: "Download", zoomOut: "Zoom out", zoomIn: "Zoom in", close: "Close", fileError: "Upload failed. Please try again.", unsupportedTitle: "Preview is not available", unsupportedBody: "This file type can't be opened in the browser. Download it to view in the right app." }, g = { day_one: "{{count}} day ago", day_other: "{{count}} days ago", hour_one: "{{count}} hour ago", hour_other: "{{count}} hours ago", minute_one: "{{count}} minute ago", minute_other: "{{count}} minutes ago", second_one: "{{count}} second ago", second_other: "{{count}} seconds ago", justNow: "just now", shortDay: "{{count}}d ago.", shortHour: "{{count}}h ago.", shortMinute: "{{count}}m ago.", shortSecond: "{{count}}s ago.", shortJustNow: "now." }, h = {
|
|
2
2
|
emojiPicker: e,
|
|
3
3
|
uploadImage: o,
|
|
4
4
|
coverGroups: a,
|
|
@@ -11,7 +11,8 @@ const e = { searchResults: "Search results", icons: "Icons", searchNoResults: "N
|
|
|
11
11
|
loadMore: c,
|
|
12
12
|
dropFileHere: d,
|
|
13
13
|
filePicker: u,
|
|
14
|
-
|
|
14
|
+
musicPlayer: m,
|
|
15
|
+
gallery: p,
|
|
15
16
|
relativeTime: g
|
|
16
17
|
};
|
|
17
18
|
export {
|
|
@@ -19,14 +20,15 @@ export {
|
|
|
19
20
|
n as colorPicker,
|
|
20
21
|
a as coverGroups,
|
|
21
22
|
t as customDrawer,
|
|
22
|
-
|
|
23
|
+
h as default,
|
|
23
24
|
d as dropFileHere,
|
|
24
25
|
e as emojiPicker,
|
|
25
26
|
l as errorMessage,
|
|
26
27
|
r as externalDrive,
|
|
27
28
|
u as filePicker,
|
|
28
|
-
|
|
29
|
+
p as gallery,
|
|
29
30
|
c as loadMore,
|
|
31
|
+
m as musicPlayer,
|
|
30
32
|
g as relativeTime,
|
|
31
33
|
s as remove,
|
|
32
34
|
o as uploadImage
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { searchResults: "Resultados de búsqueda", icons: "Iconos", searchNoResults: "No se encontraron resultados", chooseColor: "Elegir color", categories: { activity: "Actividades", custom: "Personalizado", flags: "Banderas", foods: "Comida y bebidas", frequent: "Usados frecuentemente", nature: "Animales y naturaleza", objects: "Objetos", people: "Emociones y personas", places: "Viajes y lugares", symbols: "Símbolos" } }, o = { label: "Imagen", change: "Cambiar" }, a = { colorGradients: "Colores y degradados", jamesWebbTelescope: "Telescopio", nasaArchive: "Planeta", theIndianEdition: "Cyberpunk", theMetMuseum: "Museo", theMetMuseumPatterns: "Patrón", theMetMuseumJapanesePrints: "Naturaleza", rijkmuseum: "Agujero negro" }, r = { gallery: "Galería", upload: "Subir", uploadFile: "Subir archivo", maxFileSize: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", link: "Enlace", searchImages: "Buscar imagen", pasteLink: "Pegar enlace de imagen...", submitLink: "Aplicar", worksWithAnyImage: "Funciona con cualquier imagen de Internet", searchImage: "Buscar imagen…", searchGifs: "Buscar GIF…", noResult: "No se encontró ninguna imagen para tu búsqueda.", change: "Cambiar portada", invalidLink: "Enlace inválido", position: "Reposicionar", dragSave: "Guardar posición", dragCancel: "Cancelar", photoBy: "Por", googleDrive: "Google Drive", media: "Media" }, i = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Conectar Google Drive", connectDescription: "Conecta tu cuenta de Google Drive para importar archivos", disconnect: "Desconectar", openPicker: "Abrir Google Drive", importing: "Importando archivo...", importComplete: "Archivo importado exitosamente", importFailed: "Error al importar archivo", retry: "Intentar de nuevo", description: "Importar un archivo desde tu Google Drive", goToSettings: "Conecta Google Drive en Configuración para importar archivos", searchFiles: "Buscar en Google Drive" }, n = { color: "Color", background: "Fondo", colors: { standard: "Estándar", gray: "Gris", grey: "Gris", brown: "Marrón", orange: "Naranja", yellow: "Amarillo", green: "Verde", teal: "Verde azulado", blue: "Azul", indigo: "Índigo", purple: "Púrpura", violet: "Violeta", pink: "Rosa", red: "Rojo", dark: "Negro" } }, s = { save: "Guardar" }, c = "Eliminar", t = "Error", l = "Cargar más", u = "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", d = { dropFileHere: { image: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", video: "Arrastra y suelta un vídeo o <choose>elige un archivo</choose> para subirlo", audio: "Arrastra y suelta un archivo de audio o <choose>elige un archivo</choose> para subirlo", file: "Arrastra y suelta un archivo o <choose>elige un archivo</choose> para subirlo", avatar: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo" }, description: { image: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", video: "Tamaño máximo de archivo: {{maxSize}}MB.", audio: "Tamaño máximo de archivo: {{maxSize}}MB.", file: "Tamaño máximo de archivo: {{maxSize}}MB.", avatar: "Se recomiendan imágenes de más de 256×256 px. Tamaño máximo de archivo: {{maxSize}}MB." }, pasteLink: { image: "Pega un enlace a la imagen...", video: "Pega un enlace al vídeo...", audio: "Pega un enlace al audio...", file: "Pega un enlace al archivo...", avatar: "Pega un enlace a la imagen..." }, errors: { typeIsNotAllowed: "Este tipo de archivo no es compatible", shouldNotExceed: "El tamaño del archivo no debe exceder {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Por favor, carga no más de un archivo." } }, m = { download: "Descargar", zoomOut: "Alejar", zoomIn: "Acercar", close: "Cerrar", fileError: "La carga falló. Por favor, inténtalo de nuevo.", unsupportedTitle: "Vista previa no disponible", unsupportedBody: "Este tipo de archivo no se puede abrir en el navegador. Descárgalo para verlo en la aplicación adecuada." },
|
|
1
|
+
const e = { searchResults: "Resultados de búsqueda", icons: "Iconos", searchNoResults: "No se encontraron resultados", chooseColor: "Elegir color", categories: { activity: "Actividades", custom: "Personalizado", flags: "Banderas", foods: "Comida y bebidas", frequent: "Usados frecuentemente", nature: "Animales y naturaleza", objects: "Objetos", people: "Emociones y personas", places: "Viajes y lugares", symbols: "Símbolos" } }, o = { label: "Imagen", change: "Cambiar" }, a = { colorGradients: "Colores y degradados", jamesWebbTelescope: "Telescopio", nasaArchive: "Planeta", theIndianEdition: "Cyberpunk", theMetMuseum: "Museo", theMetMuseumPatterns: "Patrón", theMetMuseumJapanesePrints: "Naturaleza", rijkmuseum: "Agujero negro" }, r = { gallery: "Galería", upload: "Subir", uploadFile: "Subir archivo", maxFileSize: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", link: "Enlace", searchImages: "Buscar imagen", pasteLink: "Pegar enlace de imagen...", submitLink: "Aplicar", worksWithAnyImage: "Funciona con cualquier imagen de Internet", searchImage: "Buscar imagen…", searchGifs: "Buscar GIF…", noResult: "No se encontró ninguna imagen para tu búsqueda.", change: "Cambiar portada", invalidLink: "Enlace inválido", position: "Reposicionar", dragSave: "Guardar posición", dragCancel: "Cancelar", photoBy: "Por", googleDrive: "Google Drive", media: "Media" }, i = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Conectar Google Drive", connectDescription: "Conecta tu cuenta de Google Drive para importar archivos", disconnect: "Desconectar", openPicker: "Abrir Google Drive", importing: "Importando archivo...", importComplete: "Archivo importado exitosamente", importFailed: "Error al importar archivo", retry: "Intentar de nuevo", description: "Importar un archivo desde tu Google Drive", goToSettings: "Conecta Google Drive en Configuración para importar archivos", searchFiles: "Buscar en Google Drive" }, n = { color: "Color", background: "Fondo", colors: { standard: "Estándar", gray: "Gris", grey: "Gris", brown: "Marrón", orange: "Naranja", yellow: "Amarillo", green: "Verde", teal: "Verde azulado", blue: "Azul", indigo: "Índigo", purple: "Púrpura", violet: "Violeta", pink: "Rosa", red: "Rojo", dark: "Negro" } }, s = { save: "Guardar" }, c = "Eliminar", t = "Error", l = "Cargar más", u = "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", d = { dropFileHere: { image: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", video: "Arrastra y suelta un vídeo o <choose>elige un archivo</choose> para subirlo", audio: "Arrastra y suelta un archivo de audio o <choose>elige un archivo</choose> para subirlo", file: "Arrastra y suelta un archivo o <choose>elige un archivo</choose> para subirlo", avatar: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo" }, description: { image: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", video: "Tamaño máximo de archivo: {{maxSize}}MB.", audio: "Tamaño máximo de archivo: {{maxSize}}MB.", file: "Tamaño máximo de archivo: {{maxSize}}MB.", avatar: "Se recomiendan imágenes de más de 256×256 px. Tamaño máximo de archivo: {{maxSize}}MB." }, pasteLink: { image: "Pega un enlace a la imagen...", video: "Pega un enlace al vídeo...", audio: "Pega un enlace al audio...", file: "Pega un enlace al archivo...", avatar: "Pega un enlace a la imagen..." }, errors: { typeIsNotAllowed: "Este tipo de archivo no es compatible", shouldNotExceed: "El tamaño del archivo no debe exceder {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Por favor, carga no más de un archivo." } }, m = { play: "Reproducir", pause: "Pausar", mute: "Silenciar", unmute: "Activar sonido", playbackSpeed: "Velocidad de reproducción", volume: "Volumen", waveformSeek: "Buscar en la pista", timeDisplay: "Tiempo", download: "Descargar", copyLink: "Copiar enlace", delete: "Eliminar", more: "Más", mobileActionsTitle: "Acciones" }, h = { download: "Descargar", zoomOut: "Alejar", zoomIn: "Acercar", close: "Cerrar", fileError: "La carga falló. Por favor, inténtalo de nuevo.", unsupportedTitle: "Vista previa no disponible", unsupportedBody: "Este tipo de archivo no se puede abrir en el navegador. Descárgalo para verlo en la aplicación adecuada." }, g = { day_one: "hace {{count}} día", day_other: "hace {{count}} días", hour_one: "hace {{count}} hora", hour_other: "hace {{count}} horas", minute_one: "hace {{count}} minuto", minute_other: "hace {{count}} minutos", second_one: "hace {{count}} segundo", second_other: "hace {{count}} segundos", justNow: "ahora mismo", shortDay: "hace {{count}}d.", shortHour: "hace {{count}}h.", shortMinute: "hace {{count}}m.", shortSecond: "hace {{count}}s.", shortJustNow: "ahora." }, p = {
|
|
2
2
|
emojiPicker: e,
|
|
3
3
|
uploadImage: o,
|
|
4
4
|
coverGroups: a,
|
|
@@ -11,23 +11,25 @@ const e = { searchResults: "Resultados de búsqueda", icons: "Iconos", searchNoR
|
|
|
11
11
|
loadMore: l,
|
|
12
12
|
dropFileHere: u,
|
|
13
13
|
filePicker: d,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
musicPlayer: m,
|
|
15
|
+
gallery: h,
|
|
16
|
+
relativeTime: g
|
|
16
17
|
};
|
|
17
18
|
export {
|
|
18
19
|
r as changeCover,
|
|
19
20
|
n as colorPicker,
|
|
20
21
|
a as coverGroups,
|
|
21
22
|
s as customDrawer,
|
|
22
|
-
|
|
23
|
+
p as default,
|
|
23
24
|
u as dropFileHere,
|
|
24
25
|
e as emojiPicker,
|
|
25
26
|
t as errorMessage,
|
|
26
27
|
i as externalDrive,
|
|
27
28
|
d as filePicker,
|
|
28
|
-
|
|
29
|
+
h as gallery,
|
|
29
30
|
l as loadMore,
|
|
30
|
-
|
|
31
|
+
m as musicPlayer,
|
|
32
|
+
g as relativeTime,
|
|
31
33
|
c as remove,
|
|
32
34
|
o as uploadImage
|
|
33
35
|
};
|