@layers-app/shared 0.4.8 → 0.4.9

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.
Files changed (128) hide show
  1. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts +2 -0
  2. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts.map +1 -1
  3. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.js +22 -17
  4. package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts +15 -0
  5. package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts.map +1 -0
  6. package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.js +36 -0
  7. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +22 -22
  8. package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts +14 -0
  9. package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts.map +1 -0
  10. package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.js +31 -0
  11. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
  12. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +179 -120
  13. package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts +18 -0
  14. package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts.map +1 -0
  15. package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.js +35 -0
  16. package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts +34 -0
  17. package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts.map +1 -0
  18. package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.js +71 -0
  19. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +31 -27
  20. package/dist/components/CommentComposer/CommentComposer.module.css.js +13 -9
  21. package/dist/components/CommentComposer/index.d.ts +2 -1
  22. package/dist/components/CommentComposer/index.d.ts.map +1 -1
  23. package/dist/components/CommentComposer/index.js +343 -325
  24. package/dist/components/CommentComposer/types.d.ts +4 -0
  25. package/dist/components/CommentComposer/types.d.ts.map +1 -1
  26. package/dist/components/VideoPlayer/VideoPlayer.d.ts +24 -0
  27. package/dist/components/VideoPlayer/VideoPlayer.d.ts.map +1 -0
  28. package/dist/components/VideoPlayer/VideoPlayer.js +727 -0
  29. package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts +8 -0
  30. package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts.map +1 -0
  31. package/dist/components/VideoPlayer/components/MobileDrawer/index.js +67 -0
  32. package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts +7 -0
  33. package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts.map +1 -0
  34. package/dist/components/VideoPlayer/components/SelectListOptionButton.js +44 -0
  35. package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts +9 -0
  36. package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts.map +1 -0
  37. package/dist/components/VideoPlayer/components/StoryboardPreview.js +38 -0
  38. package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts +33 -0
  39. package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts.map +1 -0
  40. package/dist/components/VideoPlayer/components/VideoCustomControls.js +601 -0
  41. package/dist/components/VideoPlayer/components/VideoIcons.d.ts +25 -0
  42. package/dist/components/VideoPlayer/components/VideoIcons.d.ts.map +1 -0
  43. package/dist/components/VideoPlayer/components/VideoIcons.js +145 -0
  44. package/dist/components/VideoPlayer/components/VideoMenu.d.ts +27 -0
  45. package/dist/components/VideoPlayer/components/VideoMenu.d.ts.map +1 -0
  46. package/dist/components/VideoPlayer/components/VideoMenu.js +77 -0
  47. package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts +17 -0
  48. package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts.map +1 -0
  49. package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.js +289 -0
  50. package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts +10 -0
  51. package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts.map +1 -0
  52. package/dist/components/VideoPlayer/components/VideoQualityMenu/index.js +55 -0
  53. package/dist/components/VideoPlayer/components/VideoSelect.d.ts +10 -0
  54. package/dist/components/VideoPlayer/components/VideoSelect.d.ts.map +1 -0
  55. package/dist/components/VideoPlayer/components/VideoSelect.js +168 -0
  56. package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts +12 -0
  57. package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts.map +1 -0
  58. package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.js +48 -0
  59. package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts +25 -0
  60. package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts.map +1 -0
  61. package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.js +384 -0
  62. package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts +21 -0
  63. package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts.map +1 -0
  64. package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.js +264 -0
  65. package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts +10 -0
  66. package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts.map +1 -0
  67. package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.js +39 -0
  68. package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts +14 -0
  69. package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts.map +1 -0
  70. package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.js +360 -0
  71. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts +16 -0
  72. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts.map +1 -0
  73. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts +14 -0
  74. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts.map +1 -0
  75. package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts +4 -0
  76. package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts.map +1 -0
  77. package/dist/components/VideoPlayer/components/VideoSettingsModal/context.js +14 -0
  78. package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts +22 -0
  79. package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts.map +1 -0
  80. package/dist/components/VideoPlayer/components/VideoSettingsModal/index.js +211 -0
  81. package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts +11 -0
  82. package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts.map +1 -0
  83. package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.js +41 -0
  84. package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts +10 -0
  85. package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts.map +1 -0
  86. package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.js +69 -0
  87. package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts +21 -0
  88. package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts.map +1 -0
  89. package/dist/components/VideoPlayer/hooks/useStoryboard.js +91 -0
  90. package/dist/components/VideoPlayer/index.d.ts +11 -0
  91. package/dist/components/VideoPlayer/index.d.ts.map +1 -0
  92. package/dist/components/VideoPlayer/types.d.ts +101 -0
  93. package/dist/components/VideoPlayer/types.d.ts.map +1 -0
  94. package/dist/components/VideoPlayer/utils/chapters.d.ts +8 -0
  95. package/dist/components/VideoPlayer/utils/chapters.d.ts.map +1 -0
  96. package/dist/components/VideoPlayer/utils/chapters.js +38 -0
  97. package/dist/components/VideoPlayer/utils/storyboard.d.ts +5 -0
  98. package/dist/components/VideoPlayer/utils/storyboard.d.ts.map +1 -0
  99. package/dist/components/VideoPlayer/utils/storyboard.js +47 -0
  100. package/dist/components/VideoPlayer/utils/subtitles.d.ts +18 -0
  101. package/dist/components/VideoPlayer/utils/subtitles.d.ts.map +1 -0
  102. package/dist/components/VideoPlayer/utils/subtitles.js +23 -0
  103. package/dist/components/VideoPlayer/utils/touch.d.ts +3 -0
  104. package/dist/components/VideoPlayer/utils/touch.d.ts.map +1 -0
  105. package/dist/components/VideoPlayer/utils/touch.js +5 -0
  106. package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts +10 -0
  107. package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts.map +1 -0
  108. package/dist/components/VideoPlayer/utils/videoPlayerUtils.js +22 -0
  109. package/dist/components/VideoPlayer/utils/videoSettings.d.ts +69 -0
  110. package/dist/components/VideoPlayer/utils/videoSettings.d.ts.map +1 -0
  111. package/dist/components/VideoPlayer/utils/videoSettings.js +90 -0
  112. package/dist/helpers/getFileType.d.ts +1 -1
  113. package/dist/helpers/getFileType.d.ts.map +1 -1
  114. package/dist/helpers/getFileType.js +3 -2
  115. package/dist/hooks/useDateUtils.d.ts +3 -1
  116. package/dist/hooks/useDateUtils.d.ts.map +1 -1
  117. package/dist/hooks/useDateUtils.js +23 -18
  118. package/dist/index.css +1 -1
  119. package/dist/index.d.ts +2 -0
  120. package/dist/index.d.ts.map +1 -1
  121. package/dist/index.js +585 -567
  122. package/dist/lang/locales/ui_en.json.js +9 -7
  123. package/dist/lang/locales/ui_es.json.js +6 -4
  124. package/dist/lang/locales/ui_ru.json.js +8 -6
  125. package/dist/videoSettings/createVideoSettingsDataSource.d.ts +19 -0
  126. package/dist/videoSettings/createVideoSettingsDataSource.d.ts.map +1 -0
  127. package/dist/videoSettings/createVideoSettingsDataSource.js +127 -0
  128. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -6,598 +6,616 @@ import { AliasTextInput as f } from "./components/AliasTextInput/AliasTextInput.
6
6
  import { NoData as x, illustrationMap as u } from "./components/NoData/NoData.js";
7
7
  import { PillTabs as d } from "./components/PillTabs/PillTabs.js";
8
8
  import { FilePickerUpload as S } from "./components/FilePicker/FilePickerUpload.js";
9
- import { EmojiPicker as T, useEmojiPickerLocales as M } from "./components/EmojiPicker/EmojiPicker.js";
9
+ import { EmojiPicker as T, useEmojiPickerLocales as E } from "./components/EmojiPicker/EmojiPicker.js";
10
10
  import { EmojiPanel as I } from "./components/EmojiPicker/EmojiPanel.js";
11
- import { AppContainer as F } from "./components/AppContainer/AppContainer.js";
12
- import { MeetWidgetProvider as D, useMeetWidget as P } from "./components/AppContainer/MeetWidgetContext.js";
11
+ import { AppContainer as D } from "./components/AppContainer/AppContainer.js";
12
+ import { MeetWidgetProvider as F, useMeetWidget as P } from "./components/AppContainer/MeetWidgetContext.js";
13
13
  import { CustomKBD as b } from "./components/CustomKBD/index.js";
14
- import { openSubmitModal as U } from "./components/SubmitModal/index.js";
15
- import { UserAvatar as y } from "./components/UserAvatar/index.js";
14
+ import { openSubmitModal as _ } from "./components/SubmitModal/index.js";
15
+ import { UserAvatar as v } from "./components/UserAvatar/index.js";
16
16
  import { GroupAvatar as O } from "./components/GroupAvatar/index.js";
17
17
  import { ShakaVideoPlayer as w } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
18
- import { ActiveWorkspace as B, WorkspaceMenu as V } from "./components/WorkspaceMenu/WorkspaceMenu.js";
19
- import { WorkspaceAvatar as z } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
20
- import { NavbarResizer as G } from "./components/NavbarResizer/NavbarResizer.js";
21
- import { MenuUserDropdown as K } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
22
- import { ErrorPage as Z } from "./components/ErrorPage/index.js";
23
- import { AlertsBlock as Q } from "./components/AlertsBlock/index.js";
24
- import { NotFound as J } from "./components/NotFound/NoFound.js";
25
- import { ErrorAlert as ee } from "./components/ErrorAlert/index.js";
26
- import { IconEntity as re, IconType as te, ProjectIcon as ae, renderIcon as se } from "./components/ProjectIcon/ProjectIcon.js";
27
- import { ColorCircle as pe, ColorPicker as ie } from "./components/ColorPicker/ColorPicker.js";
28
- import { ColorPickerList as fe } from "./components/ColorPicker/ColorPickerList.js";
29
- import { ColorPickerToolbar as xe } from "./components/ColorPicker/ColorPickerToolbar.js";
30
- import { HighlightSwatch as ce, TextColorIcon as de } from "./components/ColorPicker/icons.js";
31
- import { IS_APPLE as Se, RECENT_COLOR_HOTKEY as Ce, colorsEqual as Te, isDefaultColor as Me, isTextSectionKey as Ee, normalizeColorItem as Ie, resolveColorLabel as Ae, resolveRecentKind as Fe } from "./components/ColorPicker/types.js";
32
- import { useRecentColors as De } from "./components/ColorPicker/useRecentColors.js";
33
- import { NewColorPicker as Re } from "./components/NewColorPicker/index.js";
34
- import { ColorPickerPopover as ve } from "./components/ColorPicker/ColorPickerPopover.js";
35
- import { AnimationWrapper as he } from "./components/AnimationWrapper/index.js";
36
- import { SearchFilters as _e } from "./components/SearchFilters/SearchFilters.js";
37
- import { SearchHelpModal as Ne, closeSearchHelpModal as we, openSearchHelpModal as ke } from "./components/SearchFilters/components/SearchHelp.js";
38
- import { AttachmentsGalleryModal as Ve } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
39
- import { ImageModal as ze, closeImageModal as We, openImageModal as Ge, useChangePasswordModalStore as je } from "./components/ImageModal/ImageModal.js";
40
- import { LayersLogoCopyright as Xe, LayersLogoIcon as Ze, Logotype as qe } from "./components/Logotype.js";
41
- import { ThemeIndicator as Ye } from "./components/ThemeIndicator/index.js";
42
- import { AttachmentsPreview as $e } from "./components/AttachmentsPreview/AttachmentsPreview.js";
43
- import { CommentComposer as oo } from "./components/CommentComposer/index.js";
44
- import { CommentComposerTypes as to } from "./components/CommentComposer/types.js";
45
- import { StorageUsageProgress as so } from "./components/StorageUsageProgress/index.js";
46
- import { LanguagePicker as po } from "./components/LanguagePicker/LanguagePicker.js";
47
- import { FrontTable as lo } from "./components/table/FrontTable.js";
48
- import { aggregationReselect as no, columnsMapReselect as xo, columnsReselect as uo, metaReselect as co, paginationMetaReselect as go, rowsReselect as So, searchedRowsReselect as Co, selectionReselect as To, sortedRowsReselect as Mo, variableReselect as Eo, visibleColumnsBySideReselect as Io, visibleColumnsReselect as Ao, visibleRowsReselect as Fo } from "./components/table/selectors.js";
49
- import { tableColumnDateTypes as Do, tableColumnNumberTypes as Po } from "./components/table/types.js";
50
- import { createTableStore as bo } from "./components/table/store.js";
51
- import { useTableStore as Uo } from "./components/table/hooks/useTableStore.js";
52
- import { EXPAND_COLUMN_FIELD as yo, SELECT_COLUMN_FIELD as _o, TABLE_AGGREGATION_ROW_ID as Oo, TABLE_ATTRIBUTES as No } from "./components/table/constants.js";
53
- import { CommunitiesDialog as ko } from "./components/CommunitiesDialog/index.js";
54
- import { NotPublicPanel as Vo } from "./components/NotPublicPanel/NotPublicPanel.js";
55
- import { BottomDrawerWithoutHeader as zo } from "./components/BottomDrawerWithoutHeader/index.js";
56
- import { Copyright as Go } from "./components/Copyright/index.js";
57
- import { EntityTitle as Ko } from "./components/EntityTitle/EntityTitle.js";
58
- import { CircleColorPicker as Zo } from "./components/CircleColorPicker/CircleColorPicker.js";
59
- import { TableMenu as Qo } from "./components/table/components/TableMenu.js";
60
- import { BouncingLogo as Jo } from "./components/BouncingLogo/BouncingLogo.js";
61
- import { activeControlReselect as er, activeStepIdReselect as or, activeStepReselect as rr, controlsReselect as tr, isFormDirtyReselect as ar, questionNumberReselect as sr, startStepReselect as mr, stepByControlReselect as pr, stepsReselect as ir, themeReselect as lr } from "./components/FormViewer/store/selectors.js";
62
- import { CREATE_CONDITION_FORM_ID as nr, DEFAULT_END_STEP_ID as xr, DEFAULT_MAX as ur, DEFAULT_MEDIA_BRIGHTNESS as cr, DEFAULT_MEDIA_SIZE as dr, DEFAULT_MIN as gr, DEFAULT_OPTIONS_MIN as Sr, DEFAULT_OPTION_MAX_LENGTH as Cr, DEFAULT_START_STEP_ID as Tr, EDIT_CONDITION_FORM_ID as Mr, MAX_OPTIONS_COUNT as Er, getDefaultDropdownOptions as Ir, getDefaultEndStep as Ar, getDefaultStartStep as Fr, getFirstStep as Lr, getRandomId as Dr } from "./components/FormViewer/helpers/steps.js";
63
- import { DEFAULT_THEME as Rr } from "./components/FormViewer/constants/defaultTheme.js";
64
- import { openRemoveConfirmModal as vr } from "./components/modals/RemoveConfirmModal.js";
65
- import { AppSidebarButton as hr } from "./components/AppContainer/components/AppSidebarButton.js";
66
- import { Numbers as _r } from "./components/table/helpers/formatters.js";
67
- import { EntityIcon as Nr } from "./components/EntityIcon.js";
68
- import { showChatToast as kr, showErrorNotification as Br, showMessageNotification as Vr, showRequestNotifications as Hr, showSuccessNotification as zr, showWarningNotification as Wr, updateMessageNotification as Gr } from "./helpers/showNotifications.js";
69
- import { isOfflineSuppressed as Kr, setOfflineSuppression as Xr } from "./helpers/offlineSuppression.js";
70
- import { showFeatureFeedback as qr } from "./helpers/showFeatureFeedback.js";
71
- import { pickRandomEmoji as Yr } from "./helpers/pickRandomEmoji.js";
72
- import { useIsDarkTheme as $r } from "./helpers/themeUtils.js";
73
- import { combineStatuses as ot } from "./helpers/combineStatuses.js";
74
- import { downloadCSVAsBlob as tt, downloadImageFromExternalUrl as at, downloadURL as st } from "./helpers/download.js";
75
- import { generateLink as pt } from "./helpers/generateLink.js";
76
- import { appFeature as lt, isFeature as ft } from "./helpers/feature.js";
77
- import { DEFAULT_MODE as xt, appDesktop as ut, appServer as ct, getPlatformInfo as dt } from "./helpers/platform.js";
78
- import { getMimeType as St, isGalleryMediaFile as Ct, isMobileDevice as Tt, isVideoFile as Mt } from "./helpers/fileUtils.js";
79
- import { formatBytes as It } from "./helpers/formatBytes.js";
18
+ import { createVideoSettingsDataSource as V } from "./videoSettings/createVideoSettingsDataSource.js";
19
+ import { ActiveWorkspace as H, WorkspaceMenu as z } from "./components/WorkspaceMenu/WorkspaceMenu.js";
20
+ import { WorkspaceAvatar as W } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
21
+ import { NavbarResizer as K } from "./components/NavbarResizer/NavbarResizer.js";
22
+ import { MenuUserDropdown as Z } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
23
+ import { ErrorPage as Q } from "./components/ErrorPage/index.js";
24
+ import { AlertsBlock as J } from "./components/AlertsBlock/index.js";
25
+ import { NotFound as ee } from "./components/NotFound/NoFound.js";
26
+ import { ErrorAlert as re } from "./components/ErrorAlert/index.js";
27
+ import { IconEntity as ae, IconType as se, ProjectIcon as me, renderIcon as pe } from "./components/ProjectIcon/ProjectIcon.js";
28
+ import { ColorCircle as le, ColorPicker as fe } from "./components/ColorPicker/ColorPicker.js";
29
+ import { ColorPickerList as xe } from "./components/ColorPicker/ColorPickerList.js";
30
+ import { ColorPickerToolbar as ce } from "./components/ColorPicker/ColorPickerToolbar.js";
31
+ import { HighlightSwatch as ge, TextColorIcon as Se } from "./components/ColorPicker/icons.js";
32
+ import { IS_APPLE as Te, RECENT_COLOR_HOTKEY as Ee, colorsEqual as Me, isDefaultColor as Ie, isTextSectionKey as Ae, normalizeColorItem as De, resolveColorLabel as Le, resolveRecentKind as Fe } from "./components/ColorPicker/types.js";
33
+ import { useRecentColors as Re } from "./components/ColorPicker/useRecentColors.js";
34
+ import { NewColorPicker as Ue } from "./components/NewColorPicker/index.js";
35
+ import { ColorPickerPopover as he } from "./components/ColorPicker/ColorPickerPopover.js";
36
+ import { AnimationWrapper as ye } from "./components/AnimationWrapper/index.js";
37
+ import { SearchFilters as Ne } from "./components/SearchFilters/SearchFilters.js";
38
+ import { SearchHelpModal as ke, closeSearchHelpModal as Ve, openSearchHelpModal as Be } from "./components/SearchFilters/components/SearchHelp.js";
39
+ import { AttachmentsGalleryModal as ze } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
40
+ import { ImageModal as We, closeImageModal as je, openImageModal as Ke, useChangePasswordModalStore as Xe } from "./components/ImageModal/ImageModal.js";
41
+ import { LayersLogoCopyright as qe, LayersLogoIcon as Qe, Logotype as Ye } from "./components/Logotype.js";
42
+ import { ThemeIndicator as $e } from "./components/ThemeIndicator/index.js";
43
+ import { AttachmentsPreview as oo } from "./components/AttachmentsPreview/AttachmentsPreview.js";
44
+ import { CommentComposer as to } from "./components/CommentComposer/index.js";
45
+ import { CommentComposerTypes as so } from "./components/CommentComposer/types.js";
46
+ import { StorageUsageProgress as po } from "./components/StorageUsageProgress/index.js";
47
+ import { LanguagePicker as lo } from "./components/LanguagePicker/LanguagePicker.js";
48
+ import { FrontTable as no } from "./components/table/FrontTable.js";
49
+ import { aggregationReselect as uo, columnsMapReselect as co, columnsReselect as go, metaReselect as So, paginationMetaReselect as Co, rowsReselect as To, searchedRowsReselect as Eo, selectionReselect as Mo, sortedRowsReselect as Io, variableReselect as Ao, visibleColumnsBySideReselect as Do, visibleColumnsReselect as Lo, visibleRowsReselect as Fo } from "./components/table/selectors.js";
50
+ import { tableColumnDateTypes as Ro, tableColumnNumberTypes as bo } from "./components/table/types.js";
51
+ import { createTableStore as _o } from "./components/table/store.js";
52
+ import { useTableStore as vo } from "./components/table/hooks/useTableStore.js";
53
+ import { EXPAND_COLUMN_FIELD as Oo, SELECT_COLUMN_FIELD as No, TABLE_AGGREGATION_ROW_ID as wo, TABLE_ATTRIBUTES as ko } from "./components/table/constants.js";
54
+ import { CommunitiesDialog as Bo } from "./components/CommunitiesDialog/index.js";
55
+ import { NotPublicPanel as zo } from "./components/NotPublicPanel/NotPublicPanel.js";
56
+ import { BottomDrawerWithoutHeader as Wo } from "./components/BottomDrawerWithoutHeader/index.js";
57
+ import { Copyright as Ko } from "./components/Copyright/index.js";
58
+ import { EntityTitle as Zo } from "./components/EntityTitle/EntityTitle.js";
59
+ import { CircleColorPicker as Qo } from "./components/CircleColorPicker/CircleColorPicker.js";
60
+ import { TableMenu as Jo } from "./components/table/components/TableMenu.js";
61
+ import { BouncingLogo as er } from "./components/BouncingLogo/BouncingLogo.js";
62
+ import { activeControlReselect as rr, activeStepIdReselect as tr, activeStepReselect as ar, controlsReselect as sr, isFormDirtyReselect as mr, questionNumberReselect as pr, startStepReselect as ir, stepByControlReselect as lr, stepsReselect as fr, themeReselect as nr } from "./components/FormViewer/store/selectors.js";
63
+ import { CREATE_CONDITION_FORM_ID as ur, DEFAULT_END_STEP_ID as cr, DEFAULT_MAX as dr, DEFAULT_MEDIA_BRIGHTNESS as gr, DEFAULT_MEDIA_SIZE as Sr, DEFAULT_MIN as Cr, DEFAULT_OPTIONS_MIN as Tr, DEFAULT_OPTION_MAX_LENGTH as Er, DEFAULT_START_STEP_ID as Mr, EDIT_CONDITION_FORM_ID as Ir, MAX_OPTIONS_COUNT as Ar, getDefaultDropdownOptions as Dr, getDefaultEndStep as Lr, getDefaultStartStep as Fr, getFirstStep as Pr, getRandomId as Rr } from "./components/FormViewer/helpers/steps.js";
64
+ import { DEFAULT_THEME as Ur } from "./components/FormViewer/constants/defaultTheme.js";
65
+ import { openRemoveConfirmModal as hr } from "./components/modals/RemoveConfirmModal.js";
66
+ import { AppSidebarButton as yr } from "./components/AppContainer/components/AppSidebarButton.js";
67
+ import { Numbers as Nr } from "./components/table/helpers/formatters.js";
68
+ import { EntityIcon as kr } from "./components/EntityIcon.js";
69
+ import { showChatToast as Br, showErrorNotification as Hr, showMessageNotification as zr, showRequestNotifications as Gr, showSuccessNotification as Wr, showWarningNotification as jr, updateMessageNotification as Kr } from "./helpers/showNotifications.js";
70
+ import { isOfflineSuppressed as Zr, setOfflineSuppression as qr } from "./helpers/offlineSuppression.js";
71
+ import { showFeatureFeedback as Yr } from "./helpers/showFeatureFeedback.js";
72
+ import { pickRandomEmoji as $r } from "./helpers/pickRandomEmoji.js";
73
+ import { useIsDarkTheme as ot } from "./helpers/themeUtils.js";
74
+ import { combineStatuses as tt } from "./helpers/combineStatuses.js";
75
+ import { downloadCSVAsBlob as st, downloadImageFromExternalUrl as mt, downloadURL as pt } from "./helpers/download.js";
76
+ import { generateLink as lt } from "./helpers/generateLink.js";
77
+ import { appFeature as nt, isFeature as xt } from "./helpers/feature.js";
78
+ import { DEFAULT_MODE as ct, appDesktop as dt, appServer as gt, getPlatformInfo as St } from "./helpers/platform.js";
79
+ import { getMimeType as Tt, isGalleryMediaFile as Et, isMobileDevice as Mt, isVideoFile as It } from "./helpers/fileUtils.js";
80
+ import { formatBytes as Dt } from "./helpers/formatBytes.js";
80
81
  import { filterHierarchyByTypes as Ft } from "./helpers/filterHierarchyByTypes.js";
81
- import { getRandomIconColor as Dt } from "./helpers/getRandomIconColor.js";
82
- import { getFileIcons as Rt } from "./helpers/getFileIcons.js";
83
- import { getFileType as vt } from "./helpers/getFileType.js";
84
- import { getPartOfTheDay as ht } from "./helpers/getPartOfTheDay.js";
85
- import { isAppMode as _t } from "./helpers/isAppMode.js";
86
- import { isNoAccessError as Nt } from "./helpers/isNoAccessError.js";
87
- import { parseDate as kt } from "./helpers/dates.js";
88
- import { initHotjar as Vt } from "./helpers/hotjar.js";
89
- import { validateAliasFormat as zt } from "./helpers/validateAliasFormat.js";
90
- import { getBrowserTimeZone as Gt, getSafeFormatter as jt, getTimeZones as Kt, getUtcOffset as Xt, isValidTimeZone as Zt, parseInvalidTz as qt } from "./helpers/timezones.js";
91
- import { useMenu as Yt } from "./hooks/useMenu.js";
92
- import { usePlatform as $t } from "./hooks/usePlatform.js";
93
- import { dateFnsLocales as oa, useDateFnsLocale as ra } from "./hooks/useDateFnsLocale.js";
94
- import { useFormatDistance as aa } from "./hooks/useFormatDistance.js";
95
- import { useSwipeDetect as ma } from "./hooks/useSwipeDetect.js";
96
- import { AuthErrors as ia, useOAuthErrorParams as la } from "./hooks/useOAuthErrorParams.js";
97
- import { useDateUtils as na } from "./hooks/useDateUtils.js";
98
- import { isNumberValue as ua, useQueryParam as ca, useRouteParam as da } from "./hooks/useNumberQueryParam.js";
99
- import { useDisableWindowScrollDuringDrag as Sa } from "./hooks/useDisableWindowScroll.js";
100
- import { useAsyncStatus as Ta } from "./hooks/useAsyncStatus.js";
101
- import { useVideoUploadGuard as Ea } from "./hooks/useVideoUploadGuard.js";
102
- import { FEATURE_KEYS as Aa, trackFeatureFeedback as Fa, useDelayedFeatureFeedback as La } from "./hooks/useFeatureFeedback.js";
103
- import { useOfficePreviewAvailable as Pa } from "./hooks/useOfficePreviewAvailable.js";
104
- import { useUiPref as ba } from "./hooks/useUiPref.js";
105
- import { useAppContainer as Ua } from "./components/AppContainer/hooks/useAppContainer.js";
106
- import { appContainerStore as ya } from "./components/AppContainer/hooks/useAppContainerStore.js";
107
- import { useAppContainerDataStore as Oa } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
108
- import { closeSearchModal as wa, openSearchModal as ka, useSearchModalStore as Ba } from "./store/searchModal.js";
109
- import { closeTrashModal as Ha, openTrashModal as za, useTrashModalStore as Wa } from "./store/trashModal.js";
110
- import { useWorkspacesOrder as ja } from "./store/workspacesOrder.js";
111
- import { updateTimezone as Xa, useLocalTimezone as Za } from "./store/timezoneStore.js";
112
- import { closeUserPlansModal as Qa, openUserPlansModal as Ya, useUserPlansModalStore as Ja } from "./store/plansModal.js";
113
- import { closeUserDiscordDialog as es, openUserDiscordDialog as os, useDiscordDialogStore as rs } from "./store/discordDialogStore.js";
114
- import { completeFeatureStep as as, finishFeatureFlow as ss, getFeatureCompletedSteps as ms, isFeatureDone as ps, resetFeatureFlow as is, setActiveFeatureTour as ls, setFeatureProgressUserId as fs, useFeatureProgressStore as ns } from "./store/featureProgress.js";
115
- import { orderMap as us, storageCategoryColors as cs } from "./types/storageCategories.js";
116
- import { formatStorage as gs, formatStoragePercent as Ss, resolveStorageLimit as Cs } from "./utils/formatStorage.js";
117
- import { getCroppedBlob as Ms } from "./utils/getCroppedBlob.js";
118
- import { getPlanBadgeColor as Is } from "./utils/getPlanBadgeColor.js";
119
- import { addQueryParam as Fs, removeQueryParam as Ls } from "./utils/queryParams.js";
120
- import { getFeatureRating as Ps, getVisitData as Rs, isFeatureRated as bs, setFeatureRating as vs, setVisitData as Us } from "./lib/layersVisitData.js";
121
- import { brand as ys, brandI18nVariables as _s } from "./config/brand.js";
122
- import { getEnvConfig as Ns, getEnvValue as ws, getMaxUploadSize as ks, getOfficeUrl as Bs, isDesktopDownloadEnabled as Vs, isLivekitCallsEnabled as Hs, isLivekitEnabled as zs, isOfficeEnabled as Ws, joinBaseUrlPath as Gs, normalizeBaseUrl as js, normalizeUrl as Ks, parseSizeToBytes as Xs, resolveNonBlankString as Zs } from "./config/envConfig.js";
123
- import { COLOR_SCHEMES as Qs, DEFAULT_COLOR_SCHEME as Ys, DEFAULT_FONT_FAMILY as Js, DEFAULT_VALUES as $s, isValidColorScheme as em } from "./constants.js";
124
- import { default as rm } from "./assets/enitityIcons/flow.svg.js";
125
- import { default as am } from "./assets/enitityIcons/form.svg.js";
126
- import { default as mm } from "./assets/enitityIcons/page.svg.js";
127
- import { default as im } from "./assets/enitityIcons/sprint.svg.js";
128
- import { AUTHOR_COLORS as fm, AVATAR_COLORS as nm, getAuthorColor as xm, getAvatarColor as um } from "./components/Chat/colors.js";
129
- import { CallMessage as dm } from "./components/Chat/CallMessage/index.js";
130
- import { ChatBubble as Sm } from "./components/Chat/ChatBubble/index.js";
131
- import { ChatHeader as Tm } from "./components/Chat/ChatHeader/index.js";
132
- import { ChatInput as Em } from "./components/Chat/ChatInput/index.js";
133
- import { ChatLayout as Am } from "./components/Chat/ChatLayout/index.js";
134
- import { ChatMessage as Lm } from "./components/Chat/ChatMessage/index.js";
135
- import { ChatPill as Pm } from "./components/Chat/ChatPill/index.js";
136
- import { CollapsibleContainer as bm } from "./components/CollapsibleContainer/CollapsibleContainer.js";
137
- import { DayMeta as Um } from "./components/Chat/DayMeta/index.js";
138
- import { DialogItem as ym } from "./components/Chat/DialogItem/index.js";
139
- import { DialogList as Om } from "./components/Chat/DialogList/index.js";
140
- import { Error404 as wm } from "./components/ErrorPage/components/Error404.js";
141
- import { Error406 as Bm } from "./components/ErrorPage/components/Error406.js";
142
- import { Error500 as Hm } from "./components/ErrorPage/components/Error500.js";
143
- import { FeatureProgress as Wm } from "./components/FeatureProgress/FeatureProgress.js";
144
- import { FeatureProgressKey as jm } from "./components/FeatureProgress/constants.js";
145
- import { FilePicker as Xm } from "./components/FilePicker/FilePicker.js";
146
- import { FormContextProvider as qm, StepsContext as Qm, useSteps as Ym } from "./components/FormViewer/hooks/useCreateFormContext.js";
147
- import { FormStoreProvider as $m, createFormStore as ep, useFormViewerStore as op } from "./components/FormViewer/store/formStore.js";
148
- import { FormViewer as tp } from "./components/FormViewer/FormViewer.js";
149
- import { GoogleDriveIcon as sp } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
150
- import { ImageCropper as pp } from "./components/ImageCropper/ImageCropper.js";
151
- import { IntegrationFlowAnimation as lp } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
152
- import { LastEditedButton as np } from "./components/LastEditedButton/LastEditedButton.js";
153
- import { LayersCubeIcon as up } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
154
- import { MAX_MESSAGE_REACTIONS as dp, MessageReactions as gp } from "./components/Chat/MessageReactions/index.js";
155
- import { MediaDocument as Cp } from "./components/Chat/MediaDocument/index.js";
156
- import { MediaLibrary as Mp } from "./components/MediaLibrary/MediaLibrary.js";
157
- import { MediaLibraryBrowser as Ip } from "./components/MediaLibrary/MediaLibraryBrowser.js";
158
- import { MessageActions as Fp } from "./components/Chat/MessageActions/index.js";
159
- import { MessageAuthor as Dp } from "./components/Chat/MessageAuthor/index.js";
160
- import { MessageForward as Rp } from "./components/Chat/MessageForward/index.js";
161
- import { MessageList as vp } from "./components/Chat/MessageList/index.js";
162
- import { MessageMeta as hp } from "./components/Chat/MessageMeta/index.js";
163
- import { MessageReply as _p } from "./components/Chat/MessageReply/index.js";
164
- import { MessageStatus as Np } from "./components/Chat/MessageStatus/index.js";
165
- import { MusicPlayerBar as kp } from "./components/MusicPlayerBar/MusicPlayerBar.js";
166
- import { NavMenu as Vp } from "./components/NavMenu/NavMenu.js";
167
- import { NavMenuItem as zp, NavMenuLoadMore as Wp } from "./components/NavMenu/components/NavMenuItem.js";
168
- import { NavMenuLabel as jp } from "./components/NavMenu/components/NavMenuLabel.js";
169
- import { NavMenuProvider as Xp, createNavMenuStore as Zp, useNavMenuStore as qp } from "./components/NavMenu/store.js";
170
- import { NotionIcon as Yp } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
171
- import { OnboardingTourWrapper as $p } from "./components/OnboardingTour/OnboardingTourWrapper.js";
172
- import { PinModal as oi } from "./components/PinModal/PinModal.js";
173
- import { STATIC_CLASSES as ti, combineClasses as ai, getPageNumberClass as si } from "./components/FormViewer/helpers/staticClasses.js";
174
- import { Schemes as pi } from "./components/FormViewer/types/schemes.js";
175
- import { ServiceMessage as li } from "./components/Chat/ServiceMessage/index.js";
176
- import { SortableList as ni } from "./components/SortableList/SortableList.js";
177
- import { StorageEntityItem as ui } from "./components/StorageUsageEntityList/StorageEntityItem.js";
178
- import { StorageEntityList as di } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
179
- import { TablePagination as Si } from "./components/table/components/TablePagination.js";
180
- import { TableSearch as Ti } from "./components/table/components/TableSearch.js";
181
- import { TreeIndentContainer as Ei, TreeIndentItem as Ii } from "./components/TreeIndent/TreeIndent.js";
182
- import { UnreadSeparator as Fi } from "./components/Chat/UnreadSeparator/index.js";
183
- import { alignList as Di, conditionOperatorsList as Pi, isLayout as Ri, isSize as bi, isSlideAnimation as vi, layoutList as Ui, mediaContentLayoutList as hi, mediaFullLayoutList as yi, mediaLayoutList as _i, sizeList as Oi, slideAnimationList as Ni } from "./components/FormViewer/types/form.js";
184
- import { alignRelation as ki } from "./components/FormViewer/helpers/themeUtils.js";
185
- import { clearSavedStep as Vi, getSavedStepIndex as Hi, isOnboardingCompleted as zi, resetOnboarding as Wi, saveStepIndex as Gi, setOnboardingUserId as ji, suppressOnboarding as Ki, useOnboardingTour as Xi } from "./components/OnboardingTour/useOnboardingTour.js";
186
- import { closePinModal as qi, openPinModal as Qi, usePinModalStore as Yi } from "./components/PinModal/slice.js";
187
- import { controlsDataMap as $i } from "./components/FormViewer/helpers/controls.js";
188
- import { coverCollections as ol } from "./components/FilePicker/coverCollections.js";
189
- import { createFormStoreApi as tl } from "./components/FormViewer/store/formStoreApi.js";
190
- import { cropImage as sl } from "./components/ImageCropper/cropUtils.js";
191
- import { default as pl } from "./lang/locales/ui_en.json.js";
192
- import { default as ll } from "./lang/locales/ui_es.json.js";
193
- import { escapeHtml as nl, getVideoEmbedUrl as xl, isVideoPlatformUrl as ul, parseEmbedUrl as cl, parseVideoUrl as dl } from "./lib/contentImport/utils.js";
194
- import { filterPinnedColumns as Sl, getAggregateValue as Cl, getAggregationColumns as Tl, getColumnId as Ml, getColumnsProps as El, getCurrencyColumn as Il, getDateColumn as Al, getExpandingColumn as Fl, getHeaderStyles as Ll, getNumberColumn as Dl, getPercentColumn as Pl, getRatioColumn as Rl, getSelectionColumn as bl, isTechnicalColumn as vl, mergeColumn as Ul } from "./components/table/helpers/columns.js";
195
- import { getNextStep as yl, operatorsRelation as _l } from "./components/FormViewer/helpers/conditions.js";
196
- import { getTextValidation as Nl, isImageUrl as wl, isValidEmail as kl, isValidUrl as Bl, useValidation as Vl } from "./components/FormViewer/helpers/validation.js";
197
- import { mergeTheme as zl, sortSteps as Wl } from "./components/FormViewer/helpers/helpers.js";
198
- import { default as jl } from "./lang/locales/ui_ru.json.js";
199
- import { serializeToLexicalHtml as Xl } from "./lib/contentImport/lexicalSerializer.js";
200
- import { useActiveControl as ql } from "./components/FormViewer/hooks/useActiveControl.js";
201
- import { useActiveStep as Yl } from "./components/FormViewer/hooks/useActiveStep.js";
202
- import { useCreateTable as $l } from "./components/table/hooks/useCreateTable.js";
203
- import { useCropInteraction as of } from "./components/ImageCropper/useCropInteraction.js";
204
- import { useFormMobile as tf } from "./components/FormViewer/hooks/useFormMobile.js";
205
- import { useInterpolate as sf, useInterpolateText as mf } from "./components/FormViewer/hooks/useInterpolateText.js";
206
- import { useSaveRowCount as lf } from "./components/table/hooks/useSaveRowCount.js";
82
+ import { getRandomIconColor as Rt } from "./helpers/getRandomIconColor.js";
83
+ import { getFileIcons as Ut } from "./helpers/getFileIcons.js";
84
+ import { getFileType as ht } from "./helpers/getFileType.js";
85
+ import { getPartOfTheDay as yt } from "./helpers/getPartOfTheDay.js";
86
+ import { isAppMode as Nt } from "./helpers/isAppMode.js";
87
+ import { isNoAccessError as kt } from "./helpers/isNoAccessError.js";
88
+ import { parseDate as Bt } from "./helpers/dates.js";
89
+ import { initHotjar as zt } from "./helpers/hotjar.js";
90
+ import { validateAliasFormat as Wt } from "./helpers/validateAliasFormat.js";
91
+ import { getBrowserTimeZone as Kt, getSafeFormatter as Xt, getTimeZones as Zt, getUtcOffset as qt, isValidTimeZone as Qt, parseInvalidTz as Yt } from "./helpers/timezones.js";
92
+ import { useMenu as $t } from "./hooks/useMenu.js";
93
+ import { usePlatform as oa } from "./hooks/usePlatform.js";
94
+ import { dateFnsLocales as ta, useDateFnsLocale as aa } from "./hooks/useDateFnsLocale.js";
95
+ import { useFormatDistance as ma } from "./hooks/useFormatDistance.js";
96
+ import { useSwipeDetect as ia } from "./hooks/useSwipeDetect.js";
97
+ import { AuthErrors as fa, useOAuthErrorParams as na } from "./hooks/useOAuthErrorParams.js";
98
+ import { useDateUtils as ua } from "./hooks/useDateUtils.js";
99
+ import { isNumberValue as da, useQueryParam as ga, useRouteParam as Sa } from "./hooks/useNumberQueryParam.js";
100
+ import { useDisableWindowScrollDuringDrag as Ta } from "./hooks/useDisableWindowScroll.js";
101
+ import { useAsyncStatus as Ma } from "./hooks/useAsyncStatus.js";
102
+ import { useVideoUploadGuard as Aa } from "./hooks/useVideoUploadGuard.js";
103
+ import { FEATURE_KEYS as La, trackFeatureFeedback as Fa, useDelayedFeatureFeedback as Pa } from "./hooks/useFeatureFeedback.js";
104
+ import { useOfficePreviewAvailable as ba } from "./hooks/useOfficePreviewAvailable.js";
105
+ import { useUiPref as _a } from "./hooks/useUiPref.js";
106
+ import { useAppContainer as va } from "./components/AppContainer/hooks/useAppContainer.js";
107
+ import { appContainerStore as Oa } from "./components/AppContainer/hooks/useAppContainerStore.js";
108
+ import { useAppContainerDataStore as wa } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
109
+ import { closeSearchModal as Va, openSearchModal as Ba, useSearchModalStore as Ha } from "./store/searchModal.js";
110
+ import { closeTrashModal as Ga, openTrashModal as Wa, useTrashModalStore as ja } from "./store/trashModal.js";
111
+ import { useWorkspacesOrder as Xa } from "./store/workspacesOrder.js";
112
+ import { updateTimezone as qa, useLocalTimezone as Qa } from "./store/timezoneStore.js";
113
+ import { closeUserPlansModal as Ja, openUserPlansModal as $a, useUserPlansModalStore as es } from "./store/plansModal.js";
114
+ import { closeUserDiscordDialog as rs, openUserDiscordDialog as ts, useDiscordDialogStore as as } from "./store/discordDialogStore.js";
115
+ import { completeFeatureStep as ms, finishFeatureFlow as ps, getFeatureCompletedSteps as is, isFeatureDone as ls, resetFeatureFlow as fs, setActiveFeatureTour as ns, setFeatureProgressUserId as xs, useFeatureProgressStore as us } from "./store/featureProgress.js";
116
+ import { orderMap as ds, storageCategoryColors as gs } from "./types/storageCategories.js";
117
+ import { formatStorage as Cs, formatStoragePercent as Ts, resolveStorageLimit as Es } from "./utils/formatStorage.js";
118
+ import { getCroppedBlob as Is } from "./utils/getCroppedBlob.js";
119
+ import { getPlanBadgeColor as Ds } from "./utils/getPlanBadgeColor.js";
120
+ import { addQueryParam as Fs, removeQueryParam as Ps } from "./utils/queryParams.js";
121
+ import { getFeatureRating as bs, getVisitData as Us, isFeatureRated as _s, setFeatureRating as hs, setVisitData as vs } from "./lib/layersVisitData.js";
122
+ import { brand as Os, brandI18nVariables as Ns } from "./config/brand.js";
123
+ import { getEnvConfig as ks, getEnvValue as Vs, getMaxUploadSize as Bs, getOfficeUrl as Hs, isDesktopDownloadEnabled as zs, isLivekitCallsEnabled as Gs, isLivekitEnabled as Ws, isOfficeEnabled as js, joinBaseUrlPath as Ks, normalizeBaseUrl as Xs, normalizeUrl as Zs, parseSizeToBytes as qs, resolveNonBlankString as Qs } from "./config/envConfig.js";
124
+ import { COLOR_SCHEMES as Js, DEFAULT_COLOR_SCHEME as $s, DEFAULT_FONT_FAMILY as em, DEFAULT_VALUES as om, isValidColorScheme as rm } from "./constants.js";
125
+ import { default as am } from "./assets/enitityIcons/flow.svg.js";
126
+ import { default as mm } from "./assets/enitityIcons/form.svg.js";
127
+ import { default as im } from "./assets/enitityIcons/page.svg.js";
128
+ import { default as fm } from "./assets/enitityIcons/sprint.svg.js";
129
+ import { default as xm } from "./components/VideoPlayer/components/VideoSelect.js";
130
+ import { AUTHOR_COLORS as cm, AVATAR_COLORS as dm, getAuthorColor as gm, getAvatarColor as Sm } from "./components/Chat/colors.js";
131
+ import { CallMessage as Tm } from "./components/Chat/CallMessage/index.js";
132
+ import { ChatBubble as Mm } from "./components/Chat/ChatBubble/index.js";
133
+ import { ChatHeader as Am } from "./components/Chat/ChatHeader/index.js";
134
+ import { ChatInput as Lm } from "./components/Chat/ChatInput/index.js";
135
+ import { ChatLayout as Pm } from "./components/Chat/ChatLayout/index.js";
136
+ import { ChatMessage as bm } from "./components/Chat/ChatMessage/index.js";
137
+ import { ChatPill as _m } from "./components/Chat/ChatPill/index.js";
138
+ import { CollapsibleContainer as vm } from "./components/CollapsibleContainer/CollapsibleContainer.js";
139
+ import { DayMeta as Om } from "./components/Chat/DayMeta/index.js";
140
+ import { DialogItem as wm } from "./components/Chat/DialogItem/index.js";
141
+ import { DialogList as Vm } from "./components/Chat/DialogList/index.js";
142
+ import { Error404 as Hm } from "./components/ErrorPage/components/Error404.js";
143
+ import { Error406 as Gm } from "./components/ErrorPage/components/Error406.js";
144
+ import { Error500 as jm } from "./components/ErrorPage/components/Error500.js";
145
+ import { FeatureProgress as Xm } from "./components/FeatureProgress/FeatureProgress.js";
146
+ import { FeatureProgressKey as qm } from "./components/FeatureProgress/constants.js";
147
+ import { FilePicker as Ym } from "./components/FilePicker/FilePicker.js";
148
+ import { FormContextProvider as $m, StepsContext as ep, useSteps as op } from "./components/FormViewer/hooks/useCreateFormContext.js";
149
+ import { FormStoreProvider as tp, createFormStore as ap, useFormViewerStore as sp } from "./components/FormViewer/store/formStore.js";
150
+ import { FormViewer as pp } from "./components/FormViewer/FormViewer.js";
151
+ import { GoogleDriveIcon as lp } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
152
+ import { IS_TOUCH_DEVICE as np, IS_TOUCH_TABLET as xp } from "./components/VideoPlayer/utils/touch.js";
153
+ import { ImageCropper as cp } from "./components/ImageCropper/ImageCropper.js";
154
+ import { IntegrationFlowAnimation as gp } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
155
+ import { LastEditedButton as Cp } from "./components/LastEditedButton/LastEditedButton.js";
156
+ import { LayersCubeIcon as Ep } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
157
+ import { MAX_MESSAGE_REACTIONS as Ip, MessageReactions as Ap } from "./components/Chat/MessageReactions/index.js";
158
+ import { MediaDocument as Lp } from "./components/Chat/MediaDocument/index.js";
159
+ import { MediaLibrary as Pp } from "./components/MediaLibrary/MediaLibrary.js";
160
+ import { MediaLibraryBrowser as bp } from "./components/MediaLibrary/MediaLibraryBrowser.js";
161
+ import { MessageActions as _p } from "./components/Chat/MessageActions/index.js";
162
+ import { MessageAuthor as vp } from "./components/Chat/MessageAuthor/index.js";
163
+ import { MessageForward as Op } from "./components/Chat/MessageForward/index.js";
164
+ import { MessageList as wp } from "./components/Chat/MessageList/index.js";
165
+ import { MessageMeta as Vp } from "./components/Chat/MessageMeta/index.js";
166
+ import { MessageReply as Hp } from "./components/Chat/MessageReply/index.js";
167
+ import { MessageStatus as Gp } from "./components/Chat/MessageStatus/index.js";
168
+ import { MusicPlayerBar as jp } from "./components/MusicPlayerBar/MusicPlayerBar.js";
169
+ import { NavMenu as Xp } from "./components/NavMenu/NavMenu.js";
170
+ import { NavMenuItem as qp, NavMenuLoadMore as Qp } from "./components/NavMenu/components/NavMenuItem.js";
171
+ import { NavMenuLabel as Jp } from "./components/NavMenu/components/NavMenuLabel.js";
172
+ import { NavMenuProvider as ei, createNavMenuStore as oi, useNavMenuStore as ri } from "./components/NavMenu/store.js";
173
+ import { NotionIcon as ai } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
174
+ import { OnboardingTourWrapper as mi } from "./components/OnboardingTour/OnboardingTourWrapper.js";
175
+ import { PinModal as ii } from "./components/PinModal/PinModal.js";
176
+ import { STATIC_CLASSES as fi, combineClasses as ni, getPageNumberClass as xi } from "./components/FormViewer/helpers/staticClasses.js";
177
+ import { Schemes as ci } from "./components/FormViewer/types/schemes.js";
178
+ import { ServiceMessage as gi } from "./components/Chat/ServiceMessage/index.js";
179
+ import { SortableList as Ci } from "./components/SortableList/SortableList.js";
180
+ import { StorageEntityItem as Ei } from "./components/StorageUsageEntityList/StorageEntityItem.js";
181
+ import { StorageEntityList as Ii } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
182
+ import { TablePagination as Di } from "./components/table/components/TablePagination.js";
183
+ import { TableSearch as Fi } from "./components/table/components/TableSearch.js";
184
+ import { TreeIndentContainer as Ri, TreeIndentItem as bi } from "./components/TreeIndent/TreeIndent.js";
185
+ import { UnreadSeparator as _i } from "./components/Chat/UnreadSeparator/index.js";
186
+ import { VideoPlayer as vi } from "./components/VideoPlayer/VideoPlayer.js";
187
+ import { VideoSettingsModal as Oi } from "./components/VideoPlayer/components/VideoSettingsModal/index.js";
188
+ import { alignList as wi, conditionOperatorsList as ki, isLayout as Vi, isSize as Bi, isSlideAnimation as Hi, layoutList as zi, mediaContentLayoutList as Gi, mediaFullLayoutList as Wi, mediaLayoutList as ji, sizeList as Ki, slideAnimationList as Xi } from "./components/FormViewer/types/form.js";
189
+ import { alignRelation as qi } from "./components/FormViewer/helpers/themeUtils.js";
190
+ import { clearSavedStep as Yi, getSavedStepIndex as Ji, isOnboardingCompleted as $i, resetOnboarding as el, saveStepIndex as ol, setOnboardingUserId as rl, suppressOnboarding as tl, useOnboardingTour as al } from "./components/OnboardingTour/useOnboardingTour.js";
191
+ import { closePinModal as ml, openPinModal as pl, usePinModalStore as il } from "./components/PinModal/slice.js";
192
+ import { controlsDataMap as fl } from "./components/FormViewer/helpers/controls.js";
193
+ import { coverCollections as xl } from "./components/FilePicker/coverCollections.js";
194
+ import { createFormStoreApi as cl } from "./components/FormViewer/store/formStoreApi.js";
195
+ import { cropImage as gl } from "./components/ImageCropper/cropUtils.js";
196
+ import { default as Cl } from "./lang/locales/ui_en.json.js";
197
+ import { default as El } from "./lang/locales/ui_es.json.js";
198
+ import { escapeHtml as Il, getVideoEmbedUrl as Al, isVideoPlatformUrl as Dl, parseEmbedUrl as Ll, parseVideoUrl as Fl } from "./lib/contentImport/utils.js";
199
+ import { filterPinnedColumns as Rl, getAggregateValue as bl, getAggregationColumns as Ul, getColumnId as _l, getColumnsProps as hl, getCurrencyColumn as vl, getDateColumn as yl, getExpandingColumn as Ol, getHeaderStyles as Nl, getNumberColumn as wl, getPercentColumn as kl, getRatioColumn as Vl, getSelectionColumn as Bl, isTechnicalColumn as Hl, mergeColumn as zl } from "./components/table/helpers/columns.js";
200
+ import { getNextStep as Wl, operatorsRelation as jl } from "./components/FormViewer/helpers/conditions.js";
201
+ import { getTextValidation as Xl, isImageUrl as Zl, isValidEmail as ql, isValidUrl as Ql, useValidation as Yl } from "./components/FormViewer/helpers/validation.js";
202
+ import { isAutoGeneratedTrack as $l, normalizeSubtitleTrack as ef } from "./components/VideoPlayer/utils/subtitles.js";
203
+ import { mergeTheme as rf, sortSteps as tf } from "./components/FormViewer/helpers/helpers.js";
204
+ import { parseChaptersText as sf, parseTimestampToSec as mf, secondsToTimestamp as pf } from "./components/VideoPlayer/utils/chapters.js";
205
+ import { default as ff } from "./lang/locales/ui_ru.json.js";
206
+ import { serializeToLexicalHtml as xf } from "./lib/contentImport/lexicalSerializer.js";
207
+ import { useActiveControl as cf } from "./components/FormViewer/hooks/useActiveControl.js";
208
+ import { useActiveStep as gf } from "./components/FormViewer/hooks/useActiveStep.js";
209
+ import { useCreateTable as Cf } from "./components/table/hooks/useCreateTable.js";
210
+ import { useCropInteraction as Ef } from "./components/ImageCropper/useCropInteraction.js";
211
+ import { useFormMobile as If } from "./components/FormViewer/hooks/useFormMobile.js";
212
+ import { useInterpolate as Df, useInterpolateText as Lf } from "./components/FormViewer/hooks/useInterpolateText.js";
213
+ import { useSaveRowCount as Pf } from "./components/table/hooks/useSaveRowCount.js";
207
214
  export {
208
- fm as AUTHOR_COLORS,
209
- nm as AVATAR_COLORS,
210
- B as ActiveWorkspace,
211
- Q as AlertsBlock,
215
+ cm as AUTHOR_COLORS,
216
+ dm as AVATAR_COLORS,
217
+ H as ActiveWorkspace,
218
+ J as AlertsBlock,
212
219
  f as AliasTextInput,
213
220
  r as AnimatedFigurePage,
214
- he as AnimationWrapper,
215
- F as AppContainer,
216
- hr as AppSidebarButton,
217
- Ve as AttachmentsGalleryModal,
218
- $e as AttachmentsPreview,
219
- ia as AuthErrors,
220
- zo as BottomDrawerWithoutHeader,
221
- Jo as BouncingLogo,
222
- Qs as COLOR_SCHEMES,
223
- nr as CREATE_CONDITION_FORM_ID,
224
- dm as CallMessage,
225
- Sm as ChatBubble,
226
- Tm as ChatHeader,
227
- Em as ChatInput,
228
- Am as ChatLayout,
229
- Lm as ChatMessage,
230
- Pm as ChatPill,
231
- Zo as CircleColorPicker,
232
- bm as CollapsibleContainer,
233
- pe as ColorCircle,
234
- ie as ColorPicker,
235
- fe as ColorPickerList,
236
- ve as ColorPickerPopover,
237
- xe as ColorPickerToolbar,
238
- oo as CommentComposer,
239
- to as CommentComposerTypes,
240
- ko as CommunitiesDialog,
241
- Go as Copyright,
221
+ ye as AnimationWrapper,
222
+ D as AppContainer,
223
+ yr as AppSidebarButton,
224
+ ze as AttachmentsGalleryModal,
225
+ oo as AttachmentsPreview,
226
+ fa as AuthErrors,
227
+ Wo as BottomDrawerWithoutHeader,
228
+ er as BouncingLogo,
229
+ Js as COLOR_SCHEMES,
230
+ ur as CREATE_CONDITION_FORM_ID,
231
+ Tm as CallMessage,
232
+ Mm as ChatBubble,
233
+ Am as ChatHeader,
234
+ Lm as ChatInput,
235
+ Pm as ChatLayout,
236
+ bm as ChatMessage,
237
+ _m as ChatPill,
238
+ Qo as CircleColorPicker,
239
+ vm as CollapsibleContainer,
240
+ le as ColorCircle,
241
+ fe as ColorPicker,
242
+ xe as ColorPickerList,
243
+ he as ColorPickerPopover,
244
+ ce as ColorPickerToolbar,
245
+ to as CommentComposer,
246
+ so as CommentComposerTypes,
247
+ Bo as CommunitiesDialog,
248
+ Ko as Copyright,
242
249
  b as CustomKBD,
243
- Ys as DEFAULT_COLOR_SCHEME,
244
- xr as DEFAULT_END_STEP_ID,
245
- Js as DEFAULT_FONT_FAMILY,
246
- ur as DEFAULT_MAX,
247
- cr as DEFAULT_MEDIA_BRIGHTNESS,
248
- dr as DEFAULT_MEDIA_SIZE,
249
- gr as DEFAULT_MIN,
250
- xt as DEFAULT_MODE,
251
- Sr as DEFAULT_OPTIONS_MIN,
252
- Cr as DEFAULT_OPTION_MAX_LENGTH,
253
- Tr as DEFAULT_START_STEP_ID,
254
- Rr as DEFAULT_THEME,
255
- $s as DEFAULT_VALUES,
256
- Um as DayMeta,
257
- ym as DialogItem,
258
- Om as DialogList,
259
- Mr as EDIT_CONDITION_FORM_ID,
260
- yo as EXPAND_COLUMN_FIELD,
250
+ $s as DEFAULT_COLOR_SCHEME,
251
+ cr as DEFAULT_END_STEP_ID,
252
+ em as DEFAULT_FONT_FAMILY,
253
+ dr as DEFAULT_MAX,
254
+ gr as DEFAULT_MEDIA_BRIGHTNESS,
255
+ Sr as DEFAULT_MEDIA_SIZE,
256
+ Cr as DEFAULT_MIN,
257
+ ct as DEFAULT_MODE,
258
+ Tr as DEFAULT_OPTIONS_MIN,
259
+ Er as DEFAULT_OPTION_MAX_LENGTH,
260
+ Mr as DEFAULT_START_STEP_ID,
261
+ Ur as DEFAULT_THEME,
262
+ om as DEFAULT_VALUES,
263
+ Om as DayMeta,
264
+ wm as DialogItem,
265
+ Vm as DialogList,
266
+ Ir as EDIT_CONDITION_FORM_ID,
267
+ Oo as EXPAND_COLUMN_FIELD,
261
268
  I as EmojiPanel,
262
269
  T as EmojiPicker,
263
- Nr as EntityIcon,
264
- Ko as EntityTitle,
265
- wm as Error404,
266
- Bm as Error406,
267
- Hm as Error500,
268
- ee as ErrorAlert,
269
- Z as ErrorPage,
270
- Aa as FEATURE_KEYS,
271
- Wm as FeatureProgress,
272
- jm as FeatureProgressKey,
273
- Xm as FilePicker,
270
+ kr as EntityIcon,
271
+ Zo as EntityTitle,
272
+ Hm as Error404,
273
+ Gm as Error406,
274
+ jm as Error500,
275
+ re as ErrorAlert,
276
+ Q as ErrorPage,
277
+ La as FEATURE_KEYS,
278
+ Xm as FeatureProgress,
279
+ qm as FeatureProgressKey,
280
+ Ym as FilePicker,
274
281
  S as FilePickerUpload,
275
- rm as FlowIcon,
276
- qm as FormContextProvider,
277
- am as FormIcon,
278
- $m as FormStoreProvider,
279
- tp as FormViewer,
280
- lo as FrontTable,
281
- sp as GoogleDriveIcon,
282
+ am as FlowIcon,
283
+ $m as FormContextProvider,
284
+ mm as FormIcon,
285
+ tp as FormStoreProvider,
286
+ pp as FormViewer,
287
+ no as FrontTable,
288
+ lp as GoogleDriveIcon,
282
289
  O as GroupAvatar,
283
- ce as HighlightSwatch,
284
- Se as IS_APPLE,
285
- re as IconEntity,
286
- te as IconType,
287
- pp as ImageCropper,
288
- ze as ImageModal,
289
- lp as IntegrationFlowAnimation,
290
- po as LanguagePicker,
291
- np as LastEditedButton,
292
- up as LayersCubeIcon,
293
- Xe as LayersLogoCopyright,
294
- Ze as LayersLogoIcon,
295
- qe as Logotype,
296
- dp as MAX_MESSAGE_REACTIONS,
297
- Er as MAX_OPTIONS_COUNT,
298
- Cp as MediaDocument,
299
- Mp as MediaLibrary,
300
- Ip as MediaLibraryBrowser,
301
- D as MeetWidgetProvider,
302
- K as MenuUserDropdown,
303
- Fp as MessageActions,
304
- Dp as MessageAuthor,
305
- Rp as MessageForward,
306
- vp as MessageList,
307
- hp as MessageMeta,
308
- gp as MessageReactions,
309
- _p as MessageReply,
310
- Np as MessageStatus,
311
- kp as MusicPlayerBar,
312
- Vp as NavMenu,
313
- zp as NavMenuItem,
314
- jp as NavMenuLabel,
315
- Wp as NavMenuLoadMore,
316
- Xp as NavMenuProvider,
317
- G as NavbarResizer,
318
- Re as NewColorPicker,
290
+ ge as HighlightSwatch,
291
+ Te as IS_APPLE,
292
+ np as IS_TOUCH_DEVICE,
293
+ xp as IS_TOUCH_TABLET,
294
+ ae as IconEntity,
295
+ se as IconType,
296
+ cp as ImageCropper,
297
+ We as ImageModal,
298
+ gp as IntegrationFlowAnimation,
299
+ lo as LanguagePicker,
300
+ Cp as LastEditedButton,
301
+ Ep as LayersCubeIcon,
302
+ qe as LayersLogoCopyright,
303
+ Qe as LayersLogoIcon,
304
+ Ye as Logotype,
305
+ Ip as MAX_MESSAGE_REACTIONS,
306
+ Ar as MAX_OPTIONS_COUNT,
307
+ Lp as MediaDocument,
308
+ Pp as MediaLibrary,
309
+ bp as MediaLibraryBrowser,
310
+ F as MeetWidgetProvider,
311
+ Z as MenuUserDropdown,
312
+ _p as MessageActions,
313
+ vp as MessageAuthor,
314
+ Op as MessageForward,
315
+ wp as MessageList,
316
+ Vp as MessageMeta,
317
+ Ap as MessageReactions,
318
+ Hp as MessageReply,
319
+ Gp as MessageStatus,
320
+ jp as MusicPlayerBar,
321
+ Xp as NavMenu,
322
+ qp as NavMenuItem,
323
+ Jp as NavMenuLabel,
324
+ Qp as NavMenuLoadMore,
325
+ ei as NavMenuProvider,
326
+ K as NavbarResizer,
327
+ Ue as NewColorPicker,
319
328
  x as NoData,
320
- J as NotFound,
321
- Vo as NotPublicPanel,
322
- Yp as NotionIcon,
323
- _r as Numbers,
324
- $p as OnboardingTourWrapper,
325
- mm as PageIcon,
329
+ ee as NotFound,
330
+ zo as NotPublicPanel,
331
+ ai as NotionIcon,
332
+ Nr as Numbers,
333
+ mi as OnboardingTourWrapper,
334
+ im as PageIcon,
326
335
  d as PillTabs,
327
- oi as PinModal,
328
- ae as ProjectIcon,
329
- Ce as RECENT_COLOR_HOTKEY,
330
- _o as SELECT_COLUMN_FIELD,
331
- ti as STATIC_CLASSES,
332
- pi as Schemes,
333
- _e as SearchFilters,
334
- Ne as SearchHelpModal,
335
- li as ServiceMessage,
336
+ ii as PinModal,
337
+ me as ProjectIcon,
338
+ Ee as RECENT_COLOR_HOTKEY,
339
+ No as SELECT_COLUMN_FIELD,
340
+ fi as STATIC_CLASSES,
341
+ ci as Schemes,
342
+ Ne as SearchFilters,
343
+ ke as SearchHelpModal,
344
+ gi as ServiceMessage,
336
345
  a as SettingsSection,
337
346
  w as ShakaVideoPlayer,
338
347
  m as SocialLinkRow,
339
- ni as SortableList,
340
- im as SprintIcon,
341
- Qm as StepsContext,
342
- ui as StorageEntityItem,
343
- di as StorageEntityList,
344
- so as StorageUsageProgress,
345
- Oo as TABLE_AGGREGATION_ROW_ID,
346
- No as TABLE_ATTRIBUTES,
347
- Qo as TableMenu,
348
- Si as TablePagination,
349
- Ti as TableSearch,
350
- de as TextColorIcon,
351
- Ye as ThemeIndicator,
348
+ Ci as SortableList,
349
+ fm as SprintIcon,
350
+ ep as StepsContext,
351
+ Ei as StorageEntityItem,
352
+ Ii as StorageEntityList,
353
+ po as StorageUsageProgress,
354
+ wo as TABLE_AGGREGATION_ROW_ID,
355
+ ko as TABLE_ATTRIBUTES,
356
+ Jo as TableMenu,
357
+ Di as TablePagination,
358
+ Fi as TableSearch,
359
+ Se as TextColorIcon,
360
+ $e as ThemeIndicator,
352
361
  i as TimezonePicker,
353
- Ei as TreeIndentContainer,
354
- Ii as TreeIndentItem,
355
- Fi as UnreadSeparator,
356
- y as UserAvatar,
357
- z as WorkspaceAvatar,
358
- V as WorkspaceMenu,
359
- er as activeControlReselect,
360
- or as activeStepIdReselect,
361
- rr as activeStepReselect,
362
+ Ri as TreeIndentContainer,
363
+ bi as TreeIndentItem,
364
+ _i as UnreadSeparator,
365
+ v as UserAvatar,
366
+ vi as VideoPlayer,
367
+ xm as VideoSelect,
368
+ Oi as VideoSettingsModal,
369
+ W as WorkspaceAvatar,
370
+ z as WorkspaceMenu,
371
+ rr as activeControlReselect,
372
+ tr as activeStepIdReselect,
373
+ ar as activeStepReselect,
362
374
  Fs as addQueryParam,
363
- no as aggregationReselect,
364
- Di as alignList,
365
- ki as alignRelation,
366
- ya as appContainerStore,
367
- ut as appDesktop,
368
- lt as appFeature,
369
- ct as appServer,
370
- ys as brand,
371
- _s as brandI18nVariables,
372
- Vi as clearSavedStep,
373
- We as closeImageModal,
374
- qi as closePinModal,
375
- we as closeSearchHelpModal,
376
- wa as closeSearchModal,
377
- Ha as closeTrashModal,
378
- es as closeUserDiscordDialog,
379
- Qa as closeUserPlansModal,
380
- Te as colorsEqual,
381
- xo as columnsMapReselect,
382
- uo as columnsReselect,
383
- ai as combineClasses,
384
- ot as combineStatuses,
385
- as as completeFeatureStep,
386
- Pi as conditionOperatorsList,
387
- $i as controlsDataMap,
388
- tr as controlsReselect,
389
- ol as coverCollections,
390
- ep as createFormStore,
391
- tl as createFormStoreApi,
392
- Zp as createNavMenuStore,
393
- bo as createTableStore,
394
- sl as cropImage,
395
- oa as dateFnsLocales,
396
- tt as downloadCSVAsBlob,
397
- at as downloadImageFromExternalUrl,
398
- st as downloadURL,
399
- pl as enUI,
400
- ll as esUI,
401
- nl as escapeHtml,
375
+ uo as aggregationReselect,
376
+ wi as alignList,
377
+ qi as alignRelation,
378
+ Oa as appContainerStore,
379
+ dt as appDesktop,
380
+ nt as appFeature,
381
+ gt as appServer,
382
+ Os as brand,
383
+ Ns as brandI18nVariables,
384
+ Yi as clearSavedStep,
385
+ je as closeImageModal,
386
+ ml as closePinModal,
387
+ Ve as closeSearchHelpModal,
388
+ Va as closeSearchModal,
389
+ Ga as closeTrashModal,
390
+ rs as closeUserDiscordDialog,
391
+ Ja as closeUserPlansModal,
392
+ Me as colorsEqual,
393
+ co as columnsMapReselect,
394
+ go as columnsReselect,
395
+ ni as combineClasses,
396
+ tt as combineStatuses,
397
+ ms as completeFeatureStep,
398
+ ki as conditionOperatorsList,
399
+ fl as controlsDataMap,
400
+ sr as controlsReselect,
401
+ xl as coverCollections,
402
+ ap as createFormStore,
403
+ cl as createFormStoreApi,
404
+ oi as createNavMenuStore,
405
+ _o as createTableStore,
406
+ V as createVideoSettingsDataSource,
407
+ gl as cropImage,
408
+ ta as dateFnsLocales,
409
+ st as downloadCSVAsBlob,
410
+ mt as downloadImageFromExternalUrl,
411
+ pt as downloadURL,
412
+ Cl as enUI,
413
+ El as esUI,
414
+ Il as escapeHtml,
402
415
  Ft as filterHierarchyByTypes,
403
- Sl as filterPinnedColumns,
404
- ss as finishFeatureFlow,
405
- It as formatBytes,
406
- gs as formatStorage,
407
- Ss as formatStoragePercent,
408
- pt as generateLink,
409
- Cl as getAggregateValue,
410
- Tl as getAggregationColumns,
411
- xm as getAuthorColor,
412
- um as getAvatarColor,
413
- Gt as getBrowserTimeZone,
414
- Ml as getColumnId,
415
- El as getColumnsProps,
416
- Ms as getCroppedBlob,
417
- Il as getCurrencyColumn,
418
- Al as getDateColumn,
419
- Ir as getDefaultDropdownOptions,
420
- Ar as getDefaultEndStep,
416
+ Rl as filterPinnedColumns,
417
+ ps as finishFeatureFlow,
418
+ Dt as formatBytes,
419
+ Cs as formatStorage,
420
+ Ts as formatStoragePercent,
421
+ lt as generateLink,
422
+ bl as getAggregateValue,
423
+ Ul as getAggregationColumns,
424
+ gm as getAuthorColor,
425
+ Sm as getAvatarColor,
426
+ Kt as getBrowserTimeZone,
427
+ _l as getColumnId,
428
+ hl as getColumnsProps,
429
+ Is as getCroppedBlob,
430
+ vl as getCurrencyColumn,
431
+ yl as getDateColumn,
432
+ Dr as getDefaultDropdownOptions,
433
+ Lr as getDefaultEndStep,
421
434
  Fr as getDefaultStartStep,
422
- Ns as getEnvConfig,
423
- ws as getEnvValue,
424
- Fl as getExpandingColumn,
425
- ms as getFeatureCompletedSteps,
426
- Ps as getFeatureRating,
427
- Rt as getFileIcons,
428
- vt as getFileType,
429
- Lr as getFirstStep,
430
- Ll as getHeaderStyles,
431
- ks as getMaxUploadSize,
432
- St as getMimeType,
433
- yl as getNextStep,
434
- Dl as getNumberColumn,
435
- Bs as getOfficeUrl,
436
- si as getPageNumberClass,
437
- ht as getPartOfTheDay,
438
- Pl as getPercentColumn,
439
- Is as getPlanBadgeColor,
440
- dt as getPlatformInfo,
441
- Dt as getRandomIconColor,
442
- Dr as getRandomId,
443
- Rl as getRatioColumn,
444
- jt as getSafeFormatter,
445
- Hi as getSavedStepIndex,
446
- bl as getSelectionColumn,
447
- Nl as getTextValidation,
448
- Kt as getTimeZones,
449
- Xt as getUtcOffset,
450
- xl as getVideoEmbedUrl,
451
- Rs as getVisitData,
435
+ ks as getEnvConfig,
436
+ Vs as getEnvValue,
437
+ Ol as getExpandingColumn,
438
+ is as getFeatureCompletedSteps,
439
+ bs as getFeatureRating,
440
+ Ut as getFileIcons,
441
+ ht as getFileType,
442
+ Pr as getFirstStep,
443
+ Nl as getHeaderStyles,
444
+ Bs as getMaxUploadSize,
445
+ Tt as getMimeType,
446
+ Wl as getNextStep,
447
+ wl as getNumberColumn,
448
+ Hs as getOfficeUrl,
449
+ xi as getPageNumberClass,
450
+ yt as getPartOfTheDay,
451
+ kl as getPercentColumn,
452
+ Ds as getPlanBadgeColor,
453
+ St as getPlatformInfo,
454
+ Rt as getRandomIconColor,
455
+ Rr as getRandomId,
456
+ Vl as getRatioColumn,
457
+ Xt as getSafeFormatter,
458
+ Ji as getSavedStepIndex,
459
+ Bl as getSelectionColumn,
460
+ Xl as getTextValidation,
461
+ Zt as getTimeZones,
462
+ qt as getUtcOffset,
463
+ Al as getVideoEmbedUrl,
464
+ Us as getVisitData,
452
465
  u as illustrationMap,
453
- Vt as initHotjar,
454
- _t as isAppMode,
455
- Me as isDefaultColor,
456
- Vs as isDesktopDownloadEnabled,
457
- ft as isFeature,
458
- ps as isFeatureDone,
459
- bs as isFeatureRated,
460
- ar as isFormDirtyReselect,
461
- Ct as isGalleryMediaFile,
462
- wl as isImageUrl,
463
- Ri as isLayout,
464
- Hs as isLivekitCallsEnabled,
465
- zs as isLivekitEnabled,
466
- Tt as isMobileDevice,
467
- Nt as isNoAccessError,
468
- ua as isNumberValue,
469
- Ws as isOfficeEnabled,
470
- Kr as isOfflineSuppressed,
471
- zi as isOnboardingCompleted,
472
- bi as isSize,
473
- vi as isSlideAnimation,
474
- vl as isTechnicalColumn,
475
- Ee as isTextSectionKey,
476
- em as isValidColorScheme,
477
- kl as isValidEmail,
478
- Zt as isValidTimeZone,
479
- Bl as isValidUrl,
480
- Mt as isVideoFile,
481
- ul as isVideoPlatformUrl,
482
- Gs as joinBaseUrlPath,
483
- Ui as layoutList,
484
- hi as mediaContentLayoutList,
485
- yi as mediaFullLayoutList,
486
- _i as mediaLayoutList,
487
- Ul as mergeColumn,
488
- zl as mergeTheme,
489
- co as metaReselect,
490
- js as normalizeBaseUrl,
491
- Ie as normalizeColorItem,
492
- Ks as normalizeUrl,
493
- Ge as openImageModal,
494
- Qi as openPinModal,
495
- vr as openRemoveConfirmModal,
496
- ke as openSearchHelpModal,
497
- ka as openSearchModal,
498
- U as openSubmitModal,
499
- za as openTrashModal,
500
- os as openUserDiscordDialog,
501
- Ya as openUserPlansModal,
502
- _l as operatorsRelation,
503
- us as orderMap,
504
- go as paginationMetaReselect,
505
- kt as parseDate,
506
- cl as parseEmbedUrl,
507
- qt as parseInvalidTz,
508
- Xs as parseSizeToBytes,
509
- dl as parseVideoUrl,
510
- Yr as pickRandomEmoji,
511
- sr as questionNumberReselect,
512
- Ls as removeQueryParam,
513
- se as renderIcon,
514
- is as resetFeatureFlow,
515
- Wi as resetOnboarding,
516
- Ae as resolveColorLabel,
517
- Zs as resolveNonBlankString,
466
+ zt as initHotjar,
467
+ Nt as isAppMode,
468
+ $l as isAutoGeneratedTrack,
469
+ Ie as isDefaultColor,
470
+ zs as isDesktopDownloadEnabled,
471
+ xt as isFeature,
472
+ ls as isFeatureDone,
473
+ _s as isFeatureRated,
474
+ mr as isFormDirtyReselect,
475
+ Et as isGalleryMediaFile,
476
+ Zl as isImageUrl,
477
+ Vi as isLayout,
478
+ Gs as isLivekitCallsEnabled,
479
+ Ws as isLivekitEnabled,
480
+ Mt as isMobileDevice,
481
+ kt as isNoAccessError,
482
+ da as isNumberValue,
483
+ js as isOfficeEnabled,
484
+ Zr as isOfflineSuppressed,
485
+ $i as isOnboardingCompleted,
486
+ Bi as isSize,
487
+ Hi as isSlideAnimation,
488
+ Hl as isTechnicalColumn,
489
+ Ae as isTextSectionKey,
490
+ rm as isValidColorScheme,
491
+ ql as isValidEmail,
492
+ Qt as isValidTimeZone,
493
+ Ql as isValidUrl,
494
+ It as isVideoFile,
495
+ Dl as isVideoPlatformUrl,
496
+ Ks as joinBaseUrlPath,
497
+ zi as layoutList,
498
+ Gi as mediaContentLayoutList,
499
+ Wi as mediaFullLayoutList,
500
+ ji as mediaLayoutList,
501
+ zl as mergeColumn,
502
+ rf as mergeTheme,
503
+ So as metaReselect,
504
+ Xs as normalizeBaseUrl,
505
+ De as normalizeColorItem,
506
+ ef as normalizeSubtitleTrack,
507
+ Zs as normalizeUrl,
508
+ Ke as openImageModal,
509
+ pl as openPinModal,
510
+ hr as openRemoveConfirmModal,
511
+ Be as openSearchHelpModal,
512
+ Ba as openSearchModal,
513
+ _ as openSubmitModal,
514
+ Wa as openTrashModal,
515
+ ts as openUserDiscordDialog,
516
+ $a as openUserPlansModal,
517
+ jl as operatorsRelation,
518
+ ds as orderMap,
519
+ Co as paginationMetaReselect,
520
+ sf as parseChaptersText,
521
+ Bt as parseDate,
522
+ Ll as parseEmbedUrl,
523
+ Yt as parseInvalidTz,
524
+ qs as parseSizeToBytes,
525
+ mf as parseTimestampToSec,
526
+ Fl as parseVideoUrl,
527
+ $r as pickRandomEmoji,
528
+ pr as questionNumberReselect,
529
+ Ps as removeQueryParam,
530
+ pe as renderIcon,
531
+ fs as resetFeatureFlow,
532
+ el as resetOnboarding,
533
+ Le as resolveColorLabel,
534
+ Qs as resolveNonBlankString,
518
535
  Fe as resolveRecentKind,
519
- Cs as resolveStorageLimit,
520
- So as rowsReselect,
521
- jl as ruUI,
522
- Gi as saveStepIndex,
523
- Co as searchedRowsReselect,
524
- To as selectionReselect,
525
- Xl as serializeToLexicalHtml,
526
- ls as setActiveFeatureTour,
527
- fs as setFeatureProgressUserId,
528
- vs as setFeatureRating,
529
- Xr as setOfflineSuppression,
530
- ji as setOnboardingUserId,
531
- Us as setVisitData,
532
- kr as showChatToast,
533
- Br as showErrorNotification,
534
- qr as showFeatureFeedback,
535
- Vr as showMessageNotification,
536
- Hr as showRequestNotifications,
537
- zr as showSuccessNotification,
538
- Wr as showWarningNotification,
539
- Oi as sizeList,
540
- Ni as slideAnimationList,
541
- Wl as sortSteps,
542
- Mo as sortedRowsReselect,
543
- mr as startStepReselect,
544
- pr as stepByControlReselect,
545
- ir as stepsReselect,
546
- cs as storageCategoryColors,
547
- Ki as suppressOnboarding,
548
- Do as tableColumnDateTypes,
549
- Po as tableColumnNumberTypes,
550
- lr as themeReselect,
536
+ Es as resolveStorageLimit,
537
+ To as rowsReselect,
538
+ ff as ruUI,
539
+ ol as saveStepIndex,
540
+ Eo as searchedRowsReselect,
541
+ pf as secondsToTimestamp,
542
+ Mo as selectionReselect,
543
+ xf as serializeToLexicalHtml,
544
+ ns as setActiveFeatureTour,
545
+ xs as setFeatureProgressUserId,
546
+ hs as setFeatureRating,
547
+ qr as setOfflineSuppression,
548
+ rl as setOnboardingUserId,
549
+ vs as setVisitData,
550
+ Br as showChatToast,
551
+ Hr as showErrorNotification,
552
+ Yr as showFeatureFeedback,
553
+ zr as showMessageNotification,
554
+ Gr as showRequestNotifications,
555
+ Wr as showSuccessNotification,
556
+ jr as showWarningNotification,
557
+ Ki as sizeList,
558
+ Xi as slideAnimationList,
559
+ tf as sortSteps,
560
+ Io as sortedRowsReselect,
561
+ ir as startStepReselect,
562
+ lr as stepByControlReselect,
563
+ fr as stepsReselect,
564
+ gs as storageCategoryColors,
565
+ tl as suppressOnboarding,
566
+ Ro as tableColumnDateTypes,
567
+ bo as tableColumnNumberTypes,
568
+ nr as themeReselect,
551
569
  Fa as trackFeatureFeedback,
552
- Gr as updateMessageNotification,
553
- Xa as updateTimezone,
554
- ql as useActiveControl,
555
- Yl as useActiveStep,
556
- Ua as useAppContainer,
557
- Oa as useAppContainerDataStore,
558
- Ta as useAsyncStatus,
559
- je as useChangePasswordModalStore,
560
- $l as useCreateTable,
561
- of as useCropInteraction,
562
- ra as useDateFnsLocale,
563
- na as useDateUtils,
564
- La as useDelayedFeatureFeedback,
565
- Sa as useDisableWindowScrollDuringDrag,
566
- rs as useDiscordDialogStore,
567
- M as useEmojiPickerLocales,
568
- ns as useFeatureProgressStore,
569
- tf as useFormMobile,
570
- op as useFormViewerStore,
571
- aa as useFormatDistance,
572
- sf as useInterpolate,
573
- mf as useInterpolateText,
574
- $r as useIsDarkTheme,
575
- Za as useLocalTimezone,
570
+ Kr as updateMessageNotification,
571
+ qa as updateTimezone,
572
+ cf as useActiveControl,
573
+ gf as useActiveStep,
574
+ va as useAppContainer,
575
+ wa as useAppContainerDataStore,
576
+ Ma as useAsyncStatus,
577
+ Xe as useChangePasswordModalStore,
578
+ Cf as useCreateTable,
579
+ Ef as useCropInteraction,
580
+ aa as useDateFnsLocale,
581
+ ua as useDateUtils,
582
+ Pa as useDelayedFeatureFeedback,
583
+ Ta as useDisableWindowScrollDuringDrag,
584
+ as as useDiscordDialogStore,
585
+ E as useEmojiPickerLocales,
586
+ us as useFeatureProgressStore,
587
+ If as useFormMobile,
588
+ sp as useFormViewerStore,
589
+ ma as useFormatDistance,
590
+ Df as useInterpolate,
591
+ Lf as useInterpolateText,
592
+ ot as useIsDarkTheme,
593
+ Qa as useLocalTimezone,
576
594
  P as useMeetWidget,
577
- Yt as useMenu,
578
- qp as useNavMenuStore,
579
- la as useOAuthErrorParams,
580
- Pa as useOfficePreviewAvailable,
581
- Xi as useOnboardingTour,
582
- Yi as usePinModalStore,
583
- $t as usePlatform,
584
- ca as useQueryParam,
585
- De as useRecentColors,
586
- da as useRouteParam,
587
- lf as useSaveRowCount,
588
- Ba as useSearchModalStore,
589
- Ym as useSteps,
590
- ma as useSwipeDetect,
591
- Uo as useTableStore,
592
- Wa as useTrashModalStore,
593
- ba as useUiPref,
594
- Ja as useUserPlansModalStore,
595
- Vl as useValidation,
596
- Ea as useVideoUploadGuard,
597
- ja as useWorkspacesOrder,
598
- zt as validateAliasFormat,
599
- Eo as variableReselect,
600
- Io as visibleColumnsBySideReselect,
601
- Ao as visibleColumnsReselect,
595
+ $t as useMenu,
596
+ ri as useNavMenuStore,
597
+ na as useOAuthErrorParams,
598
+ ba as useOfficePreviewAvailable,
599
+ al as useOnboardingTour,
600
+ il as usePinModalStore,
601
+ oa as usePlatform,
602
+ ga as useQueryParam,
603
+ Re as useRecentColors,
604
+ Sa as useRouteParam,
605
+ Pf as useSaveRowCount,
606
+ Ha as useSearchModalStore,
607
+ op as useSteps,
608
+ ia as useSwipeDetect,
609
+ vo as useTableStore,
610
+ ja as useTrashModalStore,
611
+ _a as useUiPref,
612
+ es as useUserPlansModalStore,
613
+ Yl as useValidation,
614
+ Aa as useVideoUploadGuard,
615
+ Xa as useWorkspacesOrder,
616
+ Wt as validateAliasFormat,
617
+ Ao as variableReselect,
618
+ Do as visibleColumnsBySideReselect,
619
+ Lo as visibleColumnsReselect,
602
620
  Fo as visibleRowsReselect
603
621
  };