@layers-app/shared 0.2.2 → 0.2.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/assets/svg/group_default_icon.svg.js +4 -0
- package/dist/components/AppContainer/hooks/useAppContainerStore.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainerStore.js +26 -19
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
- package/dist/components/CommentComposer/CommentEditorHotkeys.js +25 -22
- package/dist/components/CommentComposer/index.d.ts.map +1 -1
- package/dist/components/CommentComposer/index.js +237 -153
- package/dist/components/CommentComposer/{useFloatingPosition.d.ts → useVirtualAnchor.d.ts} +3 -4
- package/dist/components/CommentComposer/useVirtualAnchor.d.ts.map +1 -0
- package/dist/components/CommentComposer/useVirtualAnchor.js +71 -0
- package/dist/components/FilePicker/FilePicker.js +1 -1
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +5 -5
- package/dist/components/GroupAvatar/index.d.ts +9 -0
- package/dist/components/GroupAvatar/index.d.ts.map +1 -0
- package/dist/components/GroupAvatar/index.js +24 -0
- package/dist/components/modals/RemoveConfirmModal.d.ts.map +1 -1
- package/dist/components/modals/RemoveConfirmModal.js +22 -21
- package/dist/components/table/FrontTable.d.ts +2 -1
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/components/TableCell.d.ts.map +1 -1
- package/dist/components/table/components/TableCell.js +63 -26
- package/dist/components/table/components/TableMenu.d.ts +2 -1
- package/dist/components/table/components/TableMenu.d.ts.map +1 -1
- package/dist/components/table/components/TableMenu.js +15 -14
- package/dist/constants.d.ts +4 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +7 -4
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +390 -384
- package/dist/store/accessOptionsControl.d.ts +11 -1
- package/dist/store/accessOptionsControl.d.ts.map +1 -1
- package/dist/store/accessOptionsControl.js +15 -7
- package/package.json +1 -1
- package/dist/components/CommentComposer/useFloatingPosition.d.ts.map +0 -1
- package/dist/components/CommentComposer/useFloatingPosition.js +0 -115
package/dist/index.js
CHANGED
|
@@ -6,398 +6,404 @@ import { AppContainer as f } from "./components/AppContainer/AppContainer.js";
|
|
|
6
6
|
import { CustomKBD as u } from "./components/CustomKBD/index.js";
|
|
7
7
|
import { openSubmitModal as d } from "./components/SubmitModal/index.js";
|
|
8
8
|
import { UserAvatar as S } from "./components/UserAvatar/index.js";
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
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 { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as
|
|
9
|
+
import { GroupAvatar as E } from "./components/GroupAvatar/index.js";
|
|
10
|
+
import { ShakaVideoPlayer as A } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
11
|
+
import { ActiveWorkspace as M, WorkspaceMenu as I } from "./components/WorkspaceMenu/WorkspaceMenu.js";
|
|
12
|
+
import { WorkspaceAvatar as P } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
|
|
13
|
+
import { NavbarResizer as F } from "./components/NavbarResizer/NavbarResizer.js";
|
|
14
|
+
import { MenuUserDropdown as N } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
|
|
15
|
+
import { ErrorPage as U } from "./components/ErrorPage/index.js";
|
|
16
|
+
import { AlertsBlock as h } from "./components/AlertsBlock/index.js";
|
|
17
|
+
import { NotFound as v } from "./components/NotFound/NoFound.js";
|
|
18
|
+
import { ErrorAlert as k } from "./components/ErrorAlert/index.js";
|
|
19
|
+
import { IconEntity as V, IconType as H, ProjectIcon as G, renderIcon as W } from "./components/ProjectIcon/ProjectIcon.js";
|
|
20
|
+
import { ColorCircle as j, ColorPicker as X } from "./components/ColorPicker/ColorPicker.js";
|
|
21
|
+
import { NewColorPicker as q } from "./components/NewColorPicker/index.js";
|
|
22
|
+
import { ColorPickerPopover as Y } from "./components/ColorPicker/ColorPickerPopover.js";
|
|
23
|
+
import { AnimationWrapper as J } from "./components/AnimationWrapper/index.js";
|
|
24
|
+
import { SearchFilters as ee } from "./components/SearchFilters/SearchFilters.js";
|
|
25
|
+
import { SearchHelpModal as re, closeSearchHelpModal as te, openSearchHelpModal as ae } from "./components/SearchFilters/components/SearchHelp.js";
|
|
26
|
+
import { AttachmentsGalleryModal as pe } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
|
|
27
|
+
import { ImageModal as le, closeImageModal as ie, openImageModal as ne, useChangePasswordModalStore as fe } from "./components/ImageModal/ImageModal.js";
|
|
28
|
+
import { Logotype as ue } from "./components/Logotype.js";
|
|
29
|
+
import { ThemeIndicator as de } from "./components/ThemeIndicator/index.js";
|
|
30
|
+
import { AttachmentsPreview as Se } from "./components/AttachmentsPreview/AttachmentsPreview.js";
|
|
31
|
+
import { CommentComposer as Ee } from "./components/CommentComposer/index.js";
|
|
32
|
+
import { PaymentSuccess as Ae } from "./components/PaymentSuccess/PaymentSuccess.js";
|
|
33
|
+
import { PaymentError as Me } from "./components/PaymentError/PaymentError.js";
|
|
34
|
+
import { PaymentCancel as Le } from "./components/PaymentCancel/PaymentCancel.js";
|
|
35
|
+
import { StorageUsageProgress as Re } from "./components/StorageUsageProgress/index.js";
|
|
36
|
+
import { LanguagePicker as ye } from "./components/LanguagePicker/LanguagePicker.js";
|
|
37
|
+
import { FrontTable as _e } from "./components/table/FrontTable.js";
|
|
38
|
+
import { aggregationReselect as be, columnsMapReselect as he, columnsReselect as Oe, metaReselect as ve, paginationMetaReselect as we, rowsReselect as ke, searchedRowsReselect as Be, selectionReselect as Ve, sortedRowsReselect as He, variableReselect as Ge, visibleColumnsBySideReselect as We, visibleColumnsReselect as ze, visibleRowsReselect as je } from "./components/table/selectors.js";
|
|
39
|
+
import { tableColumnDateTypes as Qe, tableColumnNumberTypes as qe } from "./components/table/types.js";
|
|
40
|
+
import { createTableStore as Ye } from "./components/table/store.js";
|
|
41
|
+
import { useTableStore as Je } from "./components/table/hooks/useTableStore.js";
|
|
42
|
+
import { EXPAND_COLUMN_FIELD as eo, SELECT_COLUMN_FIELD as oo, TABLE_AGGREGATION_ROW_ID as ro, TABLE_ATTRIBUTES as to } from "./components/table/constants.js";
|
|
43
|
+
import { CommunitiesDialog as mo } from "./components/CommunitiesDialog/index.js";
|
|
44
|
+
import { NotPublicPanel as so } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
45
|
+
import { BottomDrawerWithoutHeader as io } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
46
|
+
import { Copyright as fo } from "./components/Copyright/index.js";
|
|
47
|
+
import { EntityTitle as uo } from "./components/EntityTitle/EntityTitle.js";
|
|
48
|
+
import { CircleColorPicker as go } from "./components/CircleColorPicker/CircleColorPicker.js";
|
|
49
|
+
import { TableMenu as Co } from "./components/table/components/TableMenu.js";
|
|
50
|
+
import { BouncingLogo as To } from "./components/BouncingLogo/BouncingLogo.js";
|
|
51
|
+
import { activeControlReselect as Do, activeStepIdReselect as Mo, activeStepReselect as Io, controlsReselect as Lo, isFormDirtyReselect as Po, questionNumberReselect as Ro, startStepReselect as Fo, stepByControlReselect as yo, stepsReselect as No, themeReselect as _o } from "./components/FormViewer/store/selectors.js";
|
|
52
|
+
import { CREATE_CONDITION_FORM_ID as bo, DEFAULT_END_STEP_ID as ho, DEFAULT_MAX as Oo, DEFAULT_MEDIA_BRIGHTNESS as vo, DEFAULT_MEDIA_SIZE as wo, DEFAULT_MIN as ko, DEFAULT_OPTIONS_MIN as Bo, DEFAULT_OPTION_MAX_LENGTH as Vo, DEFAULT_START_STEP_ID as Ho, EDIT_CONDITION_FORM_ID as Go, MAX_OPTIONS_COUNT as Wo, getDefaultDropdownOptions as zo, getDefaultEndStep as jo, getDefaultStartStep as Xo, getFirstStep as Qo, getRandomId as qo } from "./components/FormViewer/helpers/steps.js";
|
|
53
|
+
import { DEFAULT_THEME as Yo } from "./components/FormViewer/constants/defaultTheme.js";
|
|
54
|
+
import { openRemoveConfirmModal as Jo } from "./components/modals/RemoveConfirmModal.js";
|
|
55
|
+
import { AppSidebarButton as er } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
56
|
+
import { Numbers as rr } from "./components/table/helpers/formatters.js";
|
|
57
|
+
import { EntityIcon as ar } from "./components/EntityIcon.js";
|
|
58
|
+
import { showErrorNotification as pr, showMessageNotification as sr, showRequestNotifications as lr, showSuccessNotification as ir } from "./helpers/showNotifications.js";
|
|
59
|
+
import { pickRandomEmoji as fr } from "./helpers/pickRandomEmoji.js";
|
|
60
|
+
import { useIsDarkTheme as ur } from "./helpers/themeUtils.js";
|
|
61
|
+
import { combineStatuses as dr } from "./helpers/combineStatuses.js";
|
|
62
|
+
import { downloadCSVAsBlob as Sr, downloadImageFromExternalUrl as Cr, downloadURL as Er } from "./helpers/download.js";
|
|
63
|
+
import { generateLink as Ar } from "./helpers/generateLink.js";
|
|
64
|
+
import { appFeature as Mr, isFeature as Ir } from "./helpers/feature.js";
|
|
65
|
+
import { getMimeType as Pr, isGalleryMediaFile as Rr, isMobileDevice as Fr, isVideoFile as yr } from "./helpers/fileUtils.js";
|
|
66
|
+
import { formatBytes as _r } from "./helpers/formatBytes.js";
|
|
67
|
+
import { filterHierarchyByTypes as br } from "./helpers/filterHierarchyByTypes.js";
|
|
68
|
+
import { getRandomIconColor as Or } from "./helpers/getRandomIconColor.js";
|
|
69
|
+
import { getFileIcons as wr } from "./helpers/getFileIcons.js";
|
|
70
|
+
import { getFileType as Br } from "./helpers/getFileType.js";
|
|
71
|
+
import { getPartOfTheDay as Hr } from "./helpers/getPartOfTheDay.js";
|
|
72
|
+
import { isAppMode as Wr } from "./helpers/isAppMode.js";
|
|
73
|
+
import { parseDate as jr } from "./helpers/dates.js";
|
|
74
|
+
import { initHotjar as Qr } from "./helpers/hotjar.js";
|
|
75
|
+
import { useMenu as Kr } from "./hooks/useMenu.js";
|
|
76
|
+
import { useDateFnsLocale as Zr } from "./hooks/useDateFnsLocale.js";
|
|
77
|
+
import { useFormatDistance as $r } from "./hooks/useFormatDistance.js";
|
|
78
|
+
import { useSwipeDetect as ot } from "./hooks/useSwipeDetect.js";
|
|
79
|
+
import { AuthErrors as tt, useOAuthErrorParams as at } from "./hooks/useOAuthErrorParams.js";
|
|
80
|
+
import { useDateUtils as pt } from "./hooks/useDateUtils.js";
|
|
81
|
+
import { isNumberValue as lt, useQueryParam as it, useRouteParam as nt } from "./hooks/useNumberQueryParam.js";
|
|
82
|
+
import { useDisableWindowScrollDuringDrag as xt } from "./hooks/useDisableWindowScroll.js";
|
|
83
|
+
import { useAsyncStatus as ct } from "./hooks/useAsyncStatus.js";
|
|
84
|
+
import { useAppContainer as gt } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
85
|
+
import { appContainerStore as Ct } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
86
|
+
import { useAppContainerDataStore as Tt } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
87
|
+
import { useSetAppContainerLayout as Dt } from "./components/AppContainer/hooks/useSetAppContainerLayout.js";
|
|
88
|
+
import { closeSearchModal as It, openSearchModal as Lt, useSearchModalStore as Pt } from "./store/searchModal.js";
|
|
89
|
+
import { useOnboardingState as Ft } from "./store/onboarding.js";
|
|
90
|
+
import { useWorkspacesOrder as Nt } from "./store/workspacesOrder.js";
|
|
91
|
+
import { updateTimezone as Ut, useLocalTimezone as bt } from "./store/timezoneStore.js";
|
|
92
|
+
import { closeUserPlansModal as Ot, openUserPlansModal as vt, useUserPlansModalStore as wt } from "./store/plansModal.js";
|
|
93
|
+
import { closeUserDiscordDialog as Bt, openUserDiscordDialog as Vt, useDiscordDialogStore as Ht } from "./store/discordDialogStore.js";
|
|
94
|
+
import { EntityType as Wt, toggleAccessOptionsControl as zt, useAccessOptionsControl as jt } from "./store/accessOptionsControl.js";
|
|
95
|
+
import { formatStorage as Qt } from "./utils/formatStorage.js";
|
|
96
|
+
import { getPlanBadgeColor as Kt } from "./utils/getPlanBadgeColor.js";
|
|
97
|
+
import { addQueryParam as Zt, removeQueryParam as Jt } from "./utils/queryParams.js";
|
|
98
|
+
import { COLOR_SCHEMES as ea, DEFAULT_COLOR_SCHEME as oa, DEFAULT_FONT_FAMILY as ra, DEFAULT_VALUES as ta, isValidColorScheme as aa } from "./constants.js";
|
|
99
|
+
import { default as pa } from "./assets/layers-logo-icon.svg.js";
|
|
100
|
+
import { default as la } from "./assets/logo-copyright.svg.js";
|
|
101
|
+
import { default as na } from "./assets/enitityIcons/flow.svg.js";
|
|
102
|
+
import { default as xa } from "./assets/enitityIcons/form.svg.js";
|
|
103
|
+
import { default as ca } from "./assets/enitityIcons/page.svg.js";
|
|
104
|
+
import { default as ga } from "./assets/enitityIcons/sprint.svg.js";
|
|
105
|
+
import { FilePicker as Ca } from "./components/FilePicker/FilePicker.js";
|
|
106
|
+
import { OnBoardingPage as Ta } from "./components/OnBoarding/OnBoardingPage.js";
|
|
107
|
+
import { SortableList as Da } from "./components/SortableList/SortableList.js";
|
|
108
|
+
import { PinModal as Ia } from "./components/PinModal/PinModal.js";
|
|
109
|
+
import { closePinModal as Pa, openPinModal as Ra, usePinModalStore as Fa } from "./components/PinModal/slice.js";
|
|
110
|
+
import { StorageEntityList as Na } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
111
|
+
import { StorageEntityItem as Ua } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
112
|
+
import { Error404 as ha } from "./components/ErrorPage/components/Error404.js";
|
|
113
|
+
import { Error406 as va } from "./components/ErrorPage/components/Error406.js";
|
|
114
|
+
import { Error500 as ka } from "./components/ErrorPage/components/Error500.js";
|
|
115
|
+
import { useCreateTable as Va } from "./components/table/hooks/useCreateTable.js";
|
|
116
|
+
import { useSaveRowCount as Ga } from "./components/table/hooks/useSaveRowCount.js";
|
|
117
|
+
import { filterPinnedColumns as za, getAggregateValue as ja, getAggregationColumns as Xa, getColumnId as Qa, getColumnsProps as qa, getCurrencyColumn as Ka, getDateColumn as Ya, getExpandingColumn as Za, getHeaderStyles as Ja, getNumberColumn as $a, getPercentColumn as em, getRatioColumn as om, getSelectionColumn as rm, isTechnicalColumn as tm, mergeColumn as am } from "./components/table/helpers/columns.js";
|
|
118
|
+
import { TableSearch as pm } from "./components/table/components/TableSearch.js";
|
|
119
|
+
import { TablePagination as lm } from "./components/table/components/TablePagination.js";
|
|
120
|
+
import { FormViewer as nm } from "./components/FormViewer/FormViewer.js";
|
|
121
|
+
import { alignList as xm, conditionOperatorsList as um, isLayout as cm, isSize as dm, isSlideAnimation as gm, layoutList as Sm, mediaContentLayoutList as Cm, mediaFullLayoutList as Em, mediaLayoutList as Tm, sizeList as Am, slideAnimationList as Dm } from "./components/FormViewer/types/form.js";
|
|
122
|
+
import { Schemes as Im } from "./components/FormViewer/types/schemes.js";
|
|
123
|
+
import { FormStoreProvider as Pm, createFormStore as Rm, useFormViewerStore as Fm } from "./components/FormViewer/store/formStore.js";
|
|
124
|
+
import { createFormStoreApi as Nm } from "./components/FormViewer/store/formStoreApi.js";
|
|
125
|
+
import { FormContextProvider as Um, StepsContext as bm, useSteps as hm } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
126
|
+
import { useActiveControl as vm } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
127
|
+
import { useActiveStep as km } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
128
|
+
import { useFormMobile as Vm } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
129
|
+
import { useInterpolate as Gm, useInterpolateText as Wm } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
130
|
+
import { controlsDataMap as jm } from "./components/FormViewer/helpers/controls.js";
|
|
131
|
+
import { STATIC_CLASSES as Qm, combineClasses as qm, getPageNumberClass as Km } from "./components/FormViewer/helpers/staticClasses.js";
|
|
132
|
+
import { getTextValidation as Zm, isImageUrl as Jm, isValidEmail as $m, isValidUrl as ep, useValidation as op } from "./components/FormViewer/helpers/validation.js";
|
|
133
|
+
import { getNextStep as tp, operatorsRelation as ap } from "./components/FormViewer/helpers/conditions.js";
|
|
134
|
+
import { mergeTheme as pp, sortSteps as sp } from "./components/FormViewer/helpers/helpers.js";
|
|
135
|
+
import { alignRelation as ip } from "./components/FormViewer/helpers/themeUtils.js";
|
|
136
|
+
import { CollapsibleContainer as fp } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
137
|
+
import { NavMenu as up } from "./components/NavMenu/NavMenu.js";
|
|
138
|
+
import { NavMenuItem as dp, NavMenuLoadMore as gp } from "./components/NavMenu/components/NavMenuItem.js";
|
|
139
|
+
import { NavMenuLabel as Cp } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
140
|
+
import { NavMenuProvider as Tp, createNavMenuStore as Ap, useNavMenuStore as Dp } from "./components/NavMenu/store.js";
|
|
141
|
+
import { LastEditedButton as Ip } from "./components/LastEditedButton/LastEditedButton.js";
|
|
142
|
+
import { default as Pp } from "./lang/locales/ui_en.json.js";
|
|
143
|
+
import { default as Fp } from "./lang/locales/ui_ru.json.js";
|
|
144
|
+
import { default as Np } from "./lang/locales/ui_es.json.js";
|
|
144
145
|
export {
|
|
145
|
-
|
|
146
|
-
|
|
146
|
+
M as ActiveWorkspace,
|
|
147
|
+
h as AlertsBlock,
|
|
147
148
|
r as AliasTextInput,
|
|
148
|
-
|
|
149
|
+
J as AnimationWrapper,
|
|
149
150
|
f as AppContainer,
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
151
|
+
er as AppSidebarButton,
|
|
152
|
+
pe as AttachmentsGalleryModal,
|
|
153
|
+
Se as AttachmentsPreview,
|
|
154
|
+
tt as AuthErrors,
|
|
155
|
+
io as BottomDrawerWithoutHeader,
|
|
156
|
+
To as BouncingLogo,
|
|
157
|
+
ea as COLOR_SCHEMES,
|
|
158
|
+
bo as CREATE_CONDITION_FORM_ID,
|
|
159
|
+
go as CircleColorPicker,
|
|
160
|
+
fp as CollapsibleContainer,
|
|
161
|
+
j as ColorCircle,
|
|
162
|
+
X as ColorPicker,
|
|
163
|
+
Y as ColorPickerPopover,
|
|
164
|
+
Ee as CommentComposer,
|
|
165
|
+
mo as CommunitiesDialog,
|
|
166
|
+
fo as Copyright,
|
|
165
167
|
u as CustomKBD,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
vo as
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
168
|
+
oa as DEFAULT_COLOR_SCHEME,
|
|
169
|
+
ho as DEFAULT_END_STEP_ID,
|
|
170
|
+
ra as DEFAULT_FONT_FAMILY,
|
|
171
|
+
Oo as DEFAULT_MAX,
|
|
172
|
+
vo as DEFAULT_MEDIA_BRIGHTNESS,
|
|
173
|
+
wo as DEFAULT_MEDIA_SIZE,
|
|
174
|
+
ko as DEFAULT_MIN,
|
|
175
|
+
Bo as DEFAULT_OPTIONS_MIN,
|
|
176
|
+
Vo as DEFAULT_OPTION_MAX_LENGTH,
|
|
177
|
+
Ho as DEFAULT_START_STEP_ID,
|
|
178
|
+
Yo as DEFAULT_THEME,
|
|
179
|
+
ta as DEFAULT_VALUES,
|
|
180
|
+
Go as EDIT_CONDITION_FORM_ID,
|
|
181
|
+
eo as EXPAND_COLUMN_FIELD,
|
|
179
182
|
i as EmojiPicker,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
183
|
+
ar as EntityIcon,
|
|
184
|
+
uo as EntityTitle,
|
|
185
|
+
Wt as EntityType,
|
|
186
|
+
ha as Error404,
|
|
187
|
+
va as Error406,
|
|
188
|
+
ka as Error500,
|
|
189
|
+
k as ErrorAlert,
|
|
190
|
+
U as ErrorPage,
|
|
191
|
+
Ca as FilePicker,
|
|
188
192
|
s as FilePickerUpload,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
193
|
+
na as FlowIcon,
|
|
194
|
+
Um as FormContextProvider,
|
|
195
|
+
xa as FormIcon,
|
|
196
|
+
Pm as FormStoreProvider,
|
|
197
|
+
nm as FormViewer,
|
|
198
|
+
_e as FrontTable,
|
|
199
|
+
E as GroupAvatar,
|
|
200
|
+
V as IconEntity,
|
|
201
|
+
H as IconType,
|
|
202
|
+
le as ImageModal,
|
|
203
|
+
ye as LanguagePicker,
|
|
204
|
+
Ip as LastEditedButton,
|
|
205
|
+
la as LayersLogoCopyright,
|
|
206
|
+
pa as LayersLogoIcon,
|
|
207
|
+
ue as Logotype,
|
|
208
|
+
Wo as MAX_OPTIONS_COUNT,
|
|
209
|
+
N as MenuUserDropdown,
|
|
210
|
+
up as NavMenu,
|
|
211
|
+
dp as NavMenuItem,
|
|
212
|
+
Cp as NavMenuLabel,
|
|
213
|
+
gp as NavMenuLoadMore,
|
|
214
|
+
Tp as NavMenuProvider,
|
|
215
|
+
F as NavbarResizer,
|
|
216
|
+
q as NewColorPicker,
|
|
212
217
|
a as NoData,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
218
|
+
v as NotFound,
|
|
219
|
+
so as NotPublicPanel,
|
|
220
|
+
rr as Numbers,
|
|
221
|
+
Ta as OnBoardingPage,
|
|
222
|
+
ca as PageIcon,
|
|
223
|
+
Le as PaymentCancel,
|
|
224
|
+
Me as PaymentError,
|
|
225
|
+
Ae as PaymentSuccess,
|
|
226
|
+
Ia as PinModal,
|
|
227
|
+
G as ProjectIcon,
|
|
228
|
+
oo as SELECT_COLUMN_FIELD,
|
|
229
|
+
Qm as STATIC_CLASSES,
|
|
230
|
+
Im as Schemes,
|
|
231
|
+
ee as SearchFilters,
|
|
232
|
+
re as SearchHelpModal,
|
|
233
|
+
A as ShakaVideoPlayer,
|
|
234
|
+
Da as SortableList,
|
|
235
|
+
ga as SprintIcon,
|
|
236
|
+
bm as StepsContext,
|
|
237
|
+
Ua as StorageEntityItem,
|
|
238
|
+
Na as StorageEntityList,
|
|
239
|
+
Re as StorageUsageProgress,
|
|
240
|
+
ro as TABLE_AGGREGATION_ROW_ID,
|
|
241
|
+
to as TABLE_ATTRIBUTES,
|
|
242
|
+
Co as TableMenu,
|
|
243
|
+
lm as TablePagination,
|
|
244
|
+
pm as TableSearch,
|
|
245
|
+
de as ThemeIndicator,
|
|
241
246
|
S as UserAvatar,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
247
|
+
P as WorkspaceAvatar,
|
|
248
|
+
I as WorkspaceMenu,
|
|
249
|
+
Do as activeControlReselect,
|
|
250
|
+
Mo as activeStepIdReselect,
|
|
251
|
+
Io as activeStepReselect,
|
|
252
|
+
Zt as addQueryParam,
|
|
253
|
+
be as aggregationReselect,
|
|
254
|
+
xm as alignList,
|
|
255
|
+
ip as alignRelation,
|
|
256
|
+
Ct as appContainerStore,
|
|
257
|
+
Mr as appFeature,
|
|
258
|
+
ie as closeImageModal,
|
|
259
|
+
Pa as closePinModal,
|
|
260
|
+
te as closeSearchHelpModal,
|
|
261
|
+
It as closeSearchModal,
|
|
262
|
+
Bt as closeUserDiscordDialog,
|
|
263
|
+
Ot as closeUserPlansModal,
|
|
264
|
+
he as columnsMapReselect,
|
|
265
|
+
Oe as columnsReselect,
|
|
266
|
+
qm as combineClasses,
|
|
267
|
+
dr as combineStatuses,
|
|
268
|
+
um as conditionOperatorsList,
|
|
269
|
+
jm as controlsDataMap,
|
|
270
|
+
Lo as controlsReselect,
|
|
271
|
+
Rm as createFormStore,
|
|
272
|
+
Nm as createFormStoreApi,
|
|
273
|
+
Ap as createNavMenuStore,
|
|
274
|
+
Ye as createTableStore,
|
|
275
|
+
Sr as downloadCSVAsBlob,
|
|
276
|
+
Cr as downloadImageFromExternalUrl,
|
|
277
|
+
Er as downloadURL,
|
|
278
|
+
Pp as enUI,
|
|
279
|
+
Np as esUI,
|
|
280
|
+
br as filterHierarchyByTypes,
|
|
281
|
+
za as filterPinnedColumns,
|
|
282
|
+
_r as formatBytes,
|
|
283
|
+
Qt as formatStorage,
|
|
284
|
+
Ar as generateLink,
|
|
285
|
+
ja as getAggregateValue,
|
|
286
|
+
Xa as getAggregationColumns,
|
|
287
|
+
Qa as getColumnId,
|
|
288
|
+
qa as getColumnsProps,
|
|
289
|
+
Ka as getCurrencyColumn,
|
|
290
|
+
Ya as getDateColumn,
|
|
291
|
+
zo as getDefaultDropdownOptions,
|
|
292
|
+
jo as getDefaultEndStep,
|
|
293
|
+
Xo as getDefaultStartStep,
|
|
294
|
+
Za as getExpandingColumn,
|
|
295
|
+
wr as getFileIcons,
|
|
296
|
+
Br as getFileType,
|
|
297
|
+
Qo as getFirstStep,
|
|
298
|
+
Ja as getHeaderStyles,
|
|
299
|
+
Pr as getMimeType,
|
|
300
|
+
tp as getNextStep,
|
|
301
|
+
$a as getNumberColumn,
|
|
302
|
+
Km as getPageNumberClass,
|
|
303
|
+
Hr as getPartOfTheDay,
|
|
304
|
+
em as getPercentColumn,
|
|
305
|
+
Kt as getPlanBadgeColor,
|
|
306
|
+
Or as getRandomIconColor,
|
|
307
|
+
qo as getRandomId,
|
|
308
|
+
om as getRatioColumn,
|
|
309
|
+
rm as getSelectionColumn,
|
|
310
|
+
Zm as getTextValidation,
|
|
306
311
|
m as illustrationMap,
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
312
|
+
Qr as initHotjar,
|
|
313
|
+
Wr as isAppMode,
|
|
314
|
+
Ir as isFeature,
|
|
315
|
+
Po as isFormDirtyReselect,
|
|
316
|
+
Rr as isGalleryMediaFile,
|
|
317
|
+
Jm as isImageUrl,
|
|
318
|
+
cm as isLayout,
|
|
319
|
+
Fr as isMobileDevice,
|
|
320
|
+
lt as isNumberValue,
|
|
321
|
+
dm as isSize,
|
|
322
|
+
gm as isSlideAnimation,
|
|
323
|
+
tm as isTechnicalColumn,
|
|
324
|
+
aa as isValidColorScheme,
|
|
325
|
+
$m as isValidEmail,
|
|
326
|
+
ep as isValidUrl,
|
|
327
|
+
yr as isVideoFile,
|
|
328
|
+
Sm as layoutList,
|
|
329
|
+
Cm as mediaContentLayoutList,
|
|
330
|
+
Em as mediaFullLayoutList,
|
|
331
|
+
Tm as mediaLayoutList,
|
|
332
|
+
am as mergeColumn,
|
|
333
|
+
pp as mergeTheme,
|
|
334
|
+
ve as metaReselect,
|
|
335
|
+
ne as openImageModal,
|
|
336
|
+
Ra as openPinModal,
|
|
337
|
+
Jo as openRemoveConfirmModal,
|
|
338
|
+
ae as openSearchHelpModal,
|
|
339
|
+
Lt as openSearchModal,
|
|
334
340
|
d as openSubmitModal,
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
341
|
+
Vt as openUserDiscordDialog,
|
|
342
|
+
vt as openUserPlansModal,
|
|
343
|
+
ap as operatorsRelation,
|
|
344
|
+
we as paginationMetaReselect,
|
|
345
|
+
jr as parseDate,
|
|
346
|
+
fr as pickRandomEmoji,
|
|
347
|
+
Ro as questionNumberReselect,
|
|
348
|
+
Jt as removeQueryParam,
|
|
349
|
+
W as renderIcon,
|
|
350
|
+
ke as rowsReselect,
|
|
351
|
+
Fp as ruUI,
|
|
352
|
+
Be as searchedRowsReselect,
|
|
353
|
+
Ve as selectionReselect,
|
|
354
|
+
pr as showErrorNotification,
|
|
355
|
+
sr as showMessageNotification,
|
|
356
|
+
lr as showRequestNotifications,
|
|
357
|
+
ir as showSuccessNotification,
|
|
358
|
+
Am as sizeList,
|
|
359
|
+
Dm as slideAnimationList,
|
|
360
|
+
sp as sortSteps,
|
|
361
|
+
He as sortedRowsReselect,
|
|
362
|
+
Fo as startStepReselect,
|
|
363
|
+
yo as stepByControlReselect,
|
|
364
|
+
No as stepsReselect,
|
|
365
|
+
Qe as tableColumnDateTypes,
|
|
366
|
+
qe as tableColumnNumberTypes,
|
|
367
|
+
_o as themeReselect,
|
|
368
|
+
zt as toggleAccessOptionsControl,
|
|
369
|
+
Ut as updateTimezone,
|
|
370
|
+
jt as useAccessOptionsControl,
|
|
371
|
+
vm as useActiveControl,
|
|
372
|
+
km as useActiveStep,
|
|
373
|
+
gt as useAppContainer,
|
|
374
|
+
Tt as useAppContainerDataStore,
|
|
375
|
+
ct as useAsyncStatus,
|
|
376
|
+
fe as useChangePasswordModalStore,
|
|
377
|
+
Va as useCreateTable,
|
|
378
|
+
Zr as useDateFnsLocale,
|
|
379
|
+
pt as useDateUtils,
|
|
380
|
+
xt as useDisableWindowScrollDuringDrag,
|
|
381
|
+
Ht as useDiscordDialogStore,
|
|
382
|
+
Vm as useFormMobile,
|
|
383
|
+
Fm as useFormViewerStore,
|
|
384
|
+
$r as useFormatDistance,
|
|
385
|
+
Gm as useInterpolate,
|
|
386
|
+
Wm as useInterpolateText,
|
|
387
|
+
ur as useIsDarkTheme,
|
|
388
|
+
bt as useLocalTimezone,
|
|
389
|
+
Kr as useMenu,
|
|
390
|
+
Dp as useNavMenuStore,
|
|
391
|
+
at as useOAuthErrorParams,
|
|
392
|
+
Ft as useOnboardingState,
|
|
393
|
+
Fa as usePinModalStore,
|
|
394
|
+
it as useQueryParam,
|
|
395
|
+
nt as useRouteParam,
|
|
396
|
+
Ga as useSaveRowCount,
|
|
397
|
+
Pt as useSearchModalStore,
|
|
398
|
+
Dt as useSetAppContainerLayout,
|
|
399
|
+
hm as useSteps,
|
|
400
|
+
ot as useSwipeDetect,
|
|
401
|
+
Je as useTableStore,
|
|
402
|
+
wt as useUserPlansModalStore,
|
|
403
|
+
op as useValidation,
|
|
404
|
+
Nt as useWorkspacesOrder,
|
|
405
|
+
Ge as variableReselect,
|
|
406
|
+
We as visibleColumnsBySideReselect,
|
|
407
|
+
ze as visibleColumnsReselect,
|
|
408
|
+
je as visibleRowsReselect
|
|
403
409
|
};
|