@layers-app/shared 0.4.6 → 0.4.8

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 (232) hide show
  1. package/dist/assets/default-workspace-avatar.jpg.js +1 -1
  2. package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
  3. package/dist/components/AliasTextInput/AliasTextInput.js +32 -32
  4. package/dist/components/AppContainer/AppContainer.d.ts +1 -1
  5. package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
  6. package/dist/components/AppContainer/AppContainer.js +82 -70
  7. package/dist/components/AppContainer/AppContainer.module.css.js +20 -10
  8. package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.d.ts +6 -0
  9. package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.d.ts.map +1 -0
  10. package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.js +161 -0
  11. package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
  12. package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +77 -49
  13. package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
  14. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +238 -105
  15. package/dist/components/AppContainer/components/Main.js +4 -4
  16. package/dist/components/AppContainer/components/NavbarContent.d.ts.map +1 -1
  17. package/dist/components/AppContainer/components/NavbarContent.js +16 -2
  18. package/dist/components/AppContainer/components/SlideAnimation.js +4 -4
  19. package/dist/components/AppContainer/components/ToolSidebar.d.ts +5 -0
  20. package/dist/components/AppContainer/components/ToolSidebar.d.ts.map +1 -1
  21. package/dist/components/AppContainer/components/ToolSidebar.js +51 -39
  22. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts +62 -1
  23. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
  24. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +1107 -137
  25. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +158 -6
  26. package/dist/components/AppContainer/types.d.ts +12 -0
  27. package/dist/components/AppContainer/types.d.ts.map +1 -1
  28. package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts +3 -1
  29. package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
  30. package/dist/components/AttachmentsPreview/AttachmentsPreview.js +237 -93
  31. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +18 -16
  32. package/dist/components/Chat/ChatInput/index.d.ts +13 -1
  33. package/dist/components/Chat/ChatInput/index.d.ts.map +1 -1
  34. package/dist/components/Chat/ChatInput/index.js +264 -164
  35. package/dist/components/Chat/ChatInput/useVoiceRecorder.d.ts +16 -0
  36. package/dist/components/Chat/ChatInput/useVoiceRecorder.d.ts.map +1 -0
  37. package/dist/components/Chat/ChatInput/useVoiceRecorder.js +83 -0
  38. package/dist/components/Chat/ChatMessage/ChatMessage.module.css.js +20 -16
  39. package/dist/components/Chat/ChatMessage/index.d.ts +16 -0
  40. package/dist/components/Chat/ChatMessage/index.d.ts.map +1 -1
  41. package/dist/components/Chat/ChatMessage/index.js +153 -118
  42. package/dist/components/Chat/MessageActions/index.d.ts +2 -0
  43. package/dist/components/Chat/MessageActions/index.d.ts.map +1 -1
  44. package/dist/components/Chat/MessageActions/index.js +189 -50
  45. package/dist/components/Chat/MessageAuthor/index.d.ts +7 -1
  46. package/dist/components/Chat/MessageAuthor/index.d.ts.map +1 -1
  47. package/dist/components/Chat/MessageAuthor/index.js +39 -25
  48. package/dist/components/Chat/MessageList/MessageList.module.css.js +14 -12
  49. package/dist/components/Chat/MessageList/index.d.ts +17 -25
  50. package/dist/components/Chat/MessageList/index.d.ts.map +1 -1
  51. package/dist/components/Chat/MessageList/index.js +201 -149
  52. package/dist/components/Chat/MessageMeta/index.d.ts.map +1 -1
  53. package/dist/components/Chat/MessageMeta/index.js +21 -19
  54. package/dist/components/ColorPicker/ColorPicker.d.ts +3 -0
  55. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  56. package/dist/components/ColorPicker/ColorPicker.js +81 -76
  57. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts +1 -0
  58. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
  59. package/dist/components/ColorPicker/ColorPickerToolbar.js +97 -91
  60. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts +2 -1
  61. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
  62. package/dist/components/CommentComposer/CommentEditorHotkeys.js +29 -26
  63. package/dist/components/CommentComposer/index.d.ts +1 -1
  64. package/dist/components/CommentComposer/index.d.ts.map +1 -1
  65. package/dist/components/CommentComposer/index.js +70 -68
  66. package/dist/components/CommentComposer/types.d.ts +6 -0
  67. package/dist/components/CommentComposer/types.d.ts.map +1 -1
  68. package/dist/components/CustomKBD/index.js +21 -22
  69. package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -0
  70. package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
  71. package/dist/components/EmojiPicker/EmojiPicker.js +129 -121
  72. package/dist/components/EntityTitle/EntityTitle.d.ts +3 -4
  73. package/dist/components/EntityTitle/EntityTitle.d.ts.map +1 -1
  74. package/dist/components/EntityTitle/EntityTitle.js +81 -80
  75. package/dist/components/FormViewer/helpers/conditions.d.ts.map +1 -1
  76. package/dist/components/FormViewer/helpers/conditions.js +33 -17
  77. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts +3 -1
  78. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.d.ts.map +1 -1
  79. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.js +26 -25
  80. package/dist/components/NewToolbar/utils.d.ts +12 -0
  81. package/dist/components/NewToolbar/utils.d.ts.map +1 -0
  82. package/dist/components/Notification/InfiniteScroll.d.ts +12 -0
  83. package/dist/components/Notification/InfiniteScroll.d.ts.map +1 -0
  84. package/dist/components/Notification/InfiniteScroll.js +42 -0
  85. package/dist/components/Notification/Notification.d.ts +4 -1
  86. package/dist/components/Notification/Notification.d.ts.map +1 -1
  87. package/dist/components/Notification/Notification.module.css.js +28 -4
  88. package/dist/components/Notification/atoms/ActionBadge.d.ts +11 -0
  89. package/dist/components/Notification/atoms/ActionBadge.d.ts.map +1 -0
  90. package/dist/components/Notification/atoms/ActionBadge.js +53 -0
  91. package/dist/components/Notification/atoms/ArchiveIcon.d.ts +7 -0
  92. package/dist/components/Notification/atoms/ArchiveIcon.d.ts.map +1 -0
  93. package/dist/components/Notification/atoms/ArchiveIcon.js +40 -0
  94. package/dist/components/Notification/atoms/InboxIcon.d.ts +7 -0
  95. package/dist/components/Notification/atoms/InboxIcon.d.ts.map +1 -0
  96. package/dist/components/Notification/atoms/InboxIcon.js +33 -0
  97. package/dist/components/Notification/atoms/MarkReadIcon.d.ts +7 -0
  98. package/dist/components/Notification/atoms/MarkReadIcon.d.ts.map +1 -0
  99. package/dist/components/Notification/atoms/MarkReadIcon.js +33 -0
  100. package/dist/components/Notification/atoms/ResourceIcon.d.ts +7 -0
  101. package/dist/components/Notification/atoms/ResourceIcon.d.ts.map +1 -0
  102. package/dist/components/Notification/atoms/TabBadge.d.ts +7 -0
  103. package/dist/components/Notification/atoms/TabBadge.d.ts.map +1 -0
  104. package/dist/components/Notification/atoms/TabBadge.js +32 -0
  105. package/dist/components/Notification/atoms/UnreadDot.d.ts +6 -0
  106. package/dist/components/Notification/atoms/UnreadDot.d.ts.map +1 -0
  107. package/dist/components/Notification/atoms/UnreadDot.js +23 -0
  108. package/dist/components/Notification/atoms/index.d.ts +5 -0
  109. package/dist/components/Notification/atoms/index.d.ts.map +1 -0
  110. package/dist/components/Notification/hooks/index.d.ts +8 -0
  111. package/dist/components/Notification/hooks/index.d.ts.map +1 -0
  112. package/dist/components/Notification/hooks/useInboxActions.d.ts +12 -0
  113. package/dist/components/Notification/hooks/useInboxActions.d.ts.map +1 -0
  114. package/dist/components/Notification/hooks/useInboxActions.js +58 -0
  115. package/dist/components/Notification/hooks/useInboxLoader.d.ts +8 -0
  116. package/dist/components/Notification/hooks/useInboxLoader.d.ts.map +1 -0
  117. package/dist/components/Notification/hooks/useInboxLoader.js +49 -0
  118. package/dist/components/Notification/hooks/useNotificationItem.d.ts +26 -0
  119. package/dist/components/Notification/hooks/useNotificationItem.d.ts.map +1 -0
  120. package/dist/components/Notification/hooks/useNotificationItem.js +51 -0
  121. package/dist/components/Notification/hooks/useNotificationStore.d.ts +49 -0
  122. package/dist/components/Notification/hooks/useNotificationStore.d.ts.map +1 -0
  123. package/dist/components/Notification/hooks/useNotificationStore.js +139 -0
  124. package/dist/components/Notification/hooks/useNotificationStream.d.ts +2 -0
  125. package/dist/components/Notification/hooks/useNotificationStream.d.ts.map +1 -0
  126. package/dist/components/Notification/hooks/useNotificationStream.js +86 -0
  127. package/dist/components/Notification/hooks/useNotificationTime.d.ts +2 -0
  128. package/dist/components/Notification/hooks/useNotificationTime.d.ts.map +1 -0
  129. package/dist/components/Notification/hooks/useNotificationTime.js +23 -0
  130. package/dist/components/Notification/hooks/useNotificationsApi.d.ts +25 -0
  131. package/dist/components/Notification/hooks/useNotificationsApi.d.ts.map +1 -0
  132. package/dist/components/Notification/hooks/useNotificationsApi.js +64 -0
  133. package/dist/components/Notification/lib/api.d.ts +4 -0
  134. package/dist/components/Notification/lib/api.d.ts.map +1 -0
  135. package/dist/components/Notification/lib/api.js +19 -0
  136. package/dist/components/Notification/lib/index.d.ts +5 -0
  137. package/dist/components/Notification/lib/index.d.ts.map +1 -0
  138. package/dist/components/Notification/lib/notificationText.d.ts +10 -0
  139. package/dist/components/Notification/lib/notificationText.d.ts.map +1 -0
  140. package/dist/components/Notification/lib/notificationText.js +131 -0
  141. package/dist/components/Notification/lib/stripHtml.d.ts +2 -0
  142. package/dist/components/Notification/lib/stripHtml.d.ts.map +1 -0
  143. package/dist/components/Notification/lib/stripHtml.js +6 -0
  144. package/dist/components/Notification/lib/types.d.ts +45 -0
  145. package/dist/components/Notification/lib/types.d.ts.map +1 -0
  146. package/dist/components/Notification/lib/types.js +9 -0
  147. package/dist/components/Notification/molecules/InboxEmpty.d.ts +8 -0
  148. package/dist/components/Notification/molecules/InboxEmpty.d.ts.map +1 -0
  149. package/dist/components/Notification/molecules/InboxEmpty.js +21 -0
  150. package/dist/components/Notification/molecules/InboxHeader.d.ts +17 -0
  151. package/dist/components/Notification/molecules/InboxHeader.d.ts.map +1 -0
  152. package/dist/components/Notification/molecules/InboxHeader.js +73 -0
  153. package/dist/components/Notification/molecules/InboxTabs.d.ts +15 -0
  154. package/dist/components/Notification/molecules/InboxTabs.d.ts.map +1 -0
  155. package/dist/components/Notification/molecules/InboxTabs.js +60 -0
  156. package/dist/components/Notification/molecules/NotificationActions.d.ts +9 -0
  157. package/dist/components/Notification/molecules/NotificationActions.d.ts.map +1 -0
  158. package/dist/components/Notification/molecules/NotificationActions.js +64 -0
  159. package/dist/components/Notification/molecules/NotificationAvatar.d.ts +17 -0
  160. package/dist/components/Notification/molecules/NotificationAvatar.d.ts.map +1 -0
  161. package/dist/components/Notification/molecules/NotificationAvatar.js +38 -0
  162. package/dist/components/Notification/molecules/NotificationContent.d.ts +22 -0
  163. package/dist/components/Notification/molecules/NotificationContent.d.ts.map +1 -0
  164. package/dist/components/Notification/molecules/NotificationContent.js +183 -0
  165. package/dist/components/Notification/molecules/index.d.ts +7 -0
  166. package/dist/components/Notification/molecules/index.d.ts.map +1 -0
  167. package/dist/components/Notification/organisms/InboxItem.d.ts +14 -0
  168. package/dist/components/Notification/organisms/InboxItem.d.ts.map +1 -0
  169. package/dist/components/Notification/organisms/InboxItem.js +100 -0
  170. package/dist/components/Notification/organisms/InboxPanel.d.ts +4 -0
  171. package/dist/components/Notification/organisms/InboxPanel.d.ts.map +1 -0
  172. package/dist/components/Notification/organisms/InboxPanel.js +99 -0
  173. package/dist/components/Notification/organisms/index.d.ts +3 -0
  174. package/dist/components/Notification/organisms/index.d.ts.map +1 -0
  175. package/dist/components/OnboardingTour/index.d.ts +1 -1
  176. package/dist/components/OnboardingTour/index.d.ts.map +1 -1
  177. package/dist/components/OnboardingTour/useOnboardingTour.d.ts +2 -0
  178. package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -1
  179. package/dist/components/OnboardingTour/useOnboardingTour.js +63 -51
  180. package/dist/components/modals/RemoveConfirmModal.d.ts.map +1 -1
  181. package/dist/components/modals/RemoveConfirmModal.js +27 -26
  182. package/dist/config/brand.d.ts.map +1 -1
  183. package/dist/config/brand.js +29 -29
  184. package/dist/config/envConfig.d.ts +4 -0
  185. package/dist/config/envConfig.d.ts.map +1 -1
  186. package/dist/config/envConfig.js +29 -28
  187. package/dist/helpers/getFileIcons.js +5 -5
  188. package/dist/helpers/getFileType.d.ts.map +1 -1
  189. package/dist/helpers/getFileType.js +11 -2
  190. package/dist/helpers/platform.d.ts +1 -1
  191. package/dist/helpers/platform.d.ts.map +1 -1
  192. package/dist/helpers/platform.js +1 -0
  193. package/dist/helpers/showNotifications.d.ts +8 -14
  194. package/dist/helpers/showNotifications.d.ts.map +1 -1
  195. package/dist/helpers/showNotifications.js +107 -111
  196. package/dist/helpers/showNotifications.module.css.js +4 -16
  197. package/dist/hooks/useDateUtils.d.ts.map +1 -1
  198. package/dist/hooks/useDateUtils.js +19 -23
  199. package/dist/index.css +1 -1
  200. package/dist/index.js +576 -573
  201. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.context.js +15 -0
  202. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.js +228 -0
  203. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.module.css.js +4 -0
  204. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioControls.js +19 -0
  205. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioMuteButton.js +30 -0
  206. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioPlayButton.js +40 -0
  207. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSkipButton.js +28 -0
  208. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSpectrum.js +137 -0
  209. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSpeedControl.js +31 -0
  210. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioTimeDisplay.js +44 -0
  211. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioTimeline.js +71 -0
  212. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioVolumeSlider.js +43 -0
  213. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioWaveform.js +166 -0
  214. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/use-audio.js +201 -0
  215. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.context.js +15 -0
  216. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.js +272 -0
  217. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.module.css.js +4 -0
  218. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoCaptionsButton.js +55 -0
  219. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoControls.js +30 -0
  220. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoFullscreenButton.js +31 -0
  221. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoMuteButton.js +29 -0
  222. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoPiPButton.js +29 -0
  223. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoPlayButton.js +28 -0
  224. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoSkipButton.js +27 -0
  225. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoTimeDisplay.js +44 -0
  226. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoTimeline.js +70 -0
  227. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/use-video.js +170 -0
  228. package/package.json +5 -3
  229. package/dist/components/Notification/Notification.js +0 -119
  230. package/dist/components/Notification/NotificationCard.d.ts +0 -10
  231. package/dist/components/Notification/NotificationCard.d.ts.map +0 -1
  232. package/dist/components/Notification/NotificationCard.js +0 -93
package/dist/index.js CHANGED
@@ -1,600 +1,603 @@
1
1
  import { AnimatedFigurePage as r } from "./components/AnimatedFigurePage/AnimatedFigurePage.js";
2
2
  import { SettingsSection as a } from "./components/SettingsSection/index.js";
3
- import { SocialLinkRow as s } from "./components/SocialLinkRow/index.js";
3
+ import { SocialLinkRow as m } from "./components/SocialLinkRow/index.js";
4
4
  import { TimezonePicker as i } from "./components/TimezonePicker/index.js";
5
5
  import { AliasTextInput as f } from "./components/AliasTextInput/AliasTextInput.js";
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 } from "./components/EmojiPicker/EmojiPicker.js";
10
- import { EmojiPanel as E } from "./components/EmojiPicker/EmojiPanel.js";
11
- import { AppContainer as A } from "./components/AppContainer/AppContainer.js";
12
- import { MeetWidgetProvider as L, useMeetWidget as D } from "./components/AppContainer/MeetWidgetContext.js";
13
- import { CustomKBD as R } from "./components/CustomKBD/index.js";
14
- import { openSubmitModal as v } from "./components/SubmitModal/index.js";
15
- import { UserAvatar as h } from "./components/UserAvatar/index.js";
16
- import { GroupAvatar as _ } from "./components/GroupAvatar/index.js";
17
- import { ShakaVideoPlayer as O } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
18
- import { ActiveWorkspace as k, WorkspaceMenu as B } from "./components/WorkspaceMenu/WorkspaceMenu.js";
19
- import { WorkspaceAvatar as H } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
20
- import { NavbarResizer as W } from "./components/NavbarResizer/NavbarResizer.js";
21
- import { MenuUserDropdown as j } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
22
- import { ErrorPage as X } from "./components/ErrorPage/index.js";
23
- import { AlertsBlock as q } from "./components/AlertsBlock/index.js";
24
- import { NotFound as Y } from "./components/NotFound/NoFound.js";
25
- import { ErrorAlert as $ } from "./components/ErrorAlert/index.js";
26
- import { IconEntity as oe, IconType as re, ProjectIcon as te, renderIcon as ae } from "./components/ProjectIcon/ProjectIcon.js";
27
- import { ColorCircle as se, ColorPicker as pe } from "./components/ColorPicker/ColorPicker.js";
28
- import { ColorPickerList as le } from "./components/ColorPicker/ColorPickerList.js";
29
- import { ColorPickerToolbar as ne } from "./components/ColorPicker/ColorPickerToolbar.js";
30
- import { HighlightSwatch as ue, TextColorIcon as ce } from "./components/ColorPicker/icons.js";
31
- import { IS_APPLE as ge, RECENT_COLOR_HOTKEY as Se, colorsEqual as Ce, isDefaultColor as Te, isTextSectionKey as Me, normalizeColorItem as Ee, resolveColorLabel as Ie, resolveRecentKind as Ae } from "./components/ColorPicker/types.js";
32
- import { useRecentColors as Le } from "./components/ColorPicker/useRecentColors.js";
33
- import { NewColorPicker as Pe } from "./components/NewColorPicker/index.js";
34
- import { ColorPickerPopover as be } from "./components/ColorPicker/ColorPickerPopover.js";
35
- import { AnimationWrapper as Ue } from "./components/AnimationWrapper/index.js";
36
- import { SearchFilters as ye } from "./components/SearchFilters/SearchFilters.js";
37
- import { SearchHelpModal as Ne, closeSearchHelpModal as Oe, openSearchHelpModal as we } from "./components/SearchFilters/components/SearchHelp.js";
38
- import { AttachmentsGalleryModal as Be } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
39
- import { ImageModal as He, closeImageModal as ze, openImageModal as We, useChangePasswordModalStore as Ge } from "./components/ImageModal/ImageModal.js";
40
- import { LayersLogoCopyright as Ke, LayersLogoIcon as Xe, Logotype as Ze } from "./components/Logotype.js";
41
- import { ThemeIndicator as Qe } from "./components/ThemeIndicator/index.js";
42
- import { AttachmentsPreview as Je } from "./components/AttachmentsPreview/AttachmentsPreview.js";
43
- import { CommentComposer as eo } from "./components/CommentComposer/index.js";
44
- import { CommentComposerTypes as ro } from "./components/CommentComposer/types.js";
45
- import { StorageUsageProgress as ao } from "./components/StorageUsageProgress/index.js";
46
- import { LanguagePicker as so } from "./components/LanguagePicker/LanguagePicker.js";
47
- import { FrontTable as io } from "./components/table/FrontTable.js";
48
- import { aggregationReselect as fo, columnsMapReselect as no, columnsReselect as xo, metaReselect as uo, paginationMetaReselect as co, rowsReselect as go, searchedRowsReselect as So, selectionReselect as Co, sortedRowsReselect as To, variableReselect as Mo, visibleColumnsBySideReselect as Eo, visibleColumnsReselect as Io, visibleRowsReselect as Ao } from "./components/table/selectors.js";
49
- import { tableColumnDateTypes as Lo, tableColumnNumberTypes as Do } from "./components/table/types.js";
50
- import { createTableStore as Ro } from "./components/table/store.js";
51
- import { useTableStore as vo } from "./components/table/hooks/useTableStore.js";
52
- import { EXPAND_COLUMN_FIELD as ho, SELECT_COLUMN_FIELD as yo, TABLE_AGGREGATION_ROW_ID as _o, TABLE_ATTRIBUTES as No } from "./components/table/constants.js";
53
- import { CommunitiesDialog as wo } from "./components/CommunitiesDialog/index.js";
54
- import { NotPublicPanel as Bo } from "./components/NotPublicPanel/NotPublicPanel.js";
55
- import { BottomDrawerWithoutHeader as Ho } from "./components/BottomDrawerWithoutHeader/index.js";
56
- import { Copyright as Wo } from "./components/Copyright/index.js";
57
- import { EntityTitle as jo } from "./components/EntityTitle/EntityTitle.js";
58
- import { CircleColorPicker as Xo } from "./components/CircleColorPicker/CircleColorPicker.js";
59
- import { TableMenu as qo } from "./components/table/components/TableMenu.js";
60
- import { BouncingLogo as Yo } from "./components/BouncingLogo/BouncingLogo.js";
61
- import { activeControlReselect as $o, activeStepIdReselect as er, activeStepReselect as or, controlsReselect as rr, isFormDirtyReselect as tr, questionNumberReselect as ar, startStepReselect as mr, stepByControlReselect as sr, stepsReselect as pr, themeReselect as ir } from "./components/FormViewer/store/selectors.js";
62
- import { CREATE_CONDITION_FORM_ID as fr, DEFAULT_END_STEP_ID as nr, DEFAULT_MAX as xr, DEFAULT_MEDIA_BRIGHTNESS as ur, DEFAULT_MEDIA_SIZE as cr, DEFAULT_MIN as dr, DEFAULT_OPTIONS_MIN as gr, DEFAULT_OPTION_MAX_LENGTH as Sr, DEFAULT_START_STEP_ID as Cr, EDIT_CONDITION_FORM_ID as Tr, MAX_OPTIONS_COUNT as Mr, getDefaultDropdownOptions as Er, getDefaultEndStep as Ir, getDefaultStartStep as Ar, getFirstStep as Fr, getRandomId as Lr } from "./components/FormViewer/helpers/steps.js";
63
- import { DEFAULT_THEME as Pr } from "./components/FormViewer/constants/defaultTheme.js";
64
- import { openRemoveConfirmModal as br } from "./components/modals/RemoveConfirmModal.js";
65
- import { AppSidebarButton as Ur } from "./components/AppContainer/components/AppSidebarButton.js";
66
- import { Numbers as yr } from "./components/table/helpers/formatters.js";
9
+ import { EmojiPicker as T, useEmojiPickerLocales as M } from "./components/EmojiPicker/EmojiPicker.js";
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";
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";
16
+ import { GroupAvatar as O } from "./components/GroupAvatar/index.js";
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
67
  import { EntityIcon as Nr } from "./components/EntityIcon.js";
68
- import { showChatToast as wr, showErrorNotification as kr, showMessageNotification as Br, showRequestNotifications as Vr, showSuccessNotification as Hr, showWarningNotification as zr, updateMessageNotification as Wr } from "./helpers/showNotifications.js";
69
- import { isOfflineSuppressed as jr, setOfflineSuppression as Kr } from "./helpers/offlineSuppression.js";
70
- import { showFeatureFeedback as Zr } from "./helpers/showFeatureFeedback.js";
71
- import { pickRandomEmoji as Qr } from "./helpers/pickRandomEmoji.js";
72
- import { useIsDarkTheme as Jr } from "./helpers/themeUtils.js";
73
- import { combineStatuses as et } from "./helpers/combineStatuses.js";
74
- import { downloadCSVAsBlob as rt, downloadImageFromExternalUrl as tt, downloadURL as at } from "./helpers/download.js";
75
- import { generateLink as st } from "./helpers/generateLink.js";
76
- import { appFeature as it, isFeature as lt } from "./helpers/feature.js";
77
- import { DEFAULT_MODE as nt, appDesktop as xt, appServer as ut, getPlatformInfo as ct } from "./helpers/platform.js";
78
- import { getMimeType as gt, isGalleryMediaFile as St, isMobileDevice as Ct, isVideoFile as Tt } from "./helpers/fileUtils.js";
79
- import { formatBytes as Et } from "./helpers/formatBytes.js";
80
- import { filterHierarchyByTypes as At } from "./helpers/filterHierarchyByTypes.js";
81
- import { getRandomIconColor as Lt } from "./helpers/getRandomIconColor.js";
82
- import { getFileIcons as Pt } from "./helpers/getFileIcons.js";
83
- import { getFileType as bt } from "./helpers/getFileType.js";
84
- import { getPartOfTheDay as Ut } from "./helpers/getPartOfTheDay.js";
85
- import { isAppMode as yt } from "./helpers/isAppMode.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";
80
+ 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
86
  import { isNoAccessError as Nt } from "./helpers/isNoAccessError.js";
87
- import { parseDate as wt } from "./helpers/dates.js";
88
- import { initHotjar as Bt } from "./helpers/hotjar.js";
89
- import { validateAliasFormat as Ht } from "./helpers/validateAliasFormat.js";
90
- import { getBrowserTimeZone as Wt, getSafeFormatter as Gt, getTimeZones as jt, getUtcOffset as Kt, isValidTimeZone as Xt, parseInvalidTz as Zt } from "./helpers/timezones.js";
91
- import { useMenu as Qt } from "./hooks/useMenu.js";
92
- import { usePlatform as Jt } from "./hooks/usePlatform.js";
93
- import { dateFnsLocales as ea, useDateFnsLocale as oa } from "./hooks/useDateFnsLocale.js";
94
- import { useFormatDistance as ta } from "./hooks/useFormatDistance.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
95
  import { useSwipeDetect as ma } from "./hooks/useSwipeDetect.js";
96
- import { AuthErrors as pa, useOAuthErrorParams as ia } from "./hooks/useOAuthErrorParams.js";
97
- import { useDateUtils as fa } from "./hooks/useDateUtils.js";
98
- import { isNumberValue as xa, useQueryParam as ua, useRouteParam as ca } from "./hooks/useNumberQueryParam.js";
99
- import { useDisableWindowScrollDuringDrag as ga } from "./hooks/useDisableWindowScroll.js";
100
- import { useAsyncStatus as Ca } from "./hooks/useAsyncStatus.js";
101
- import { useVideoUploadGuard as Ma } from "./hooks/useVideoUploadGuard.js";
102
- import { FEATURE_KEYS as Ia, trackFeatureFeedback as Aa, useDelayedFeatureFeedback as Fa } from "./hooks/useFeatureFeedback.js";
103
- import { useOfficePreviewAvailable as Da } from "./hooks/useOfficePreviewAvailable.js";
104
- import { useUiPref as Ra } from "./hooks/useUiPref.js";
105
- import { useAppContainer as va } from "./components/AppContainer/hooks/useAppContainer.js";
106
- import { appContainerStore as ha } from "./components/AppContainer/hooks/useAppContainerStore.js";
107
- import { useAppContainerDataStore as _a } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
108
- import { closeSearchModal as Oa, openSearchModal as wa, useSearchModalStore as ka } from "./store/searchModal.js";
109
- import { closeTrashModal as Va, openTrashModal as Ha, useTrashModalStore as za } from "./store/trashModal.js";
110
- import { useWorkspacesOrder as Ga } from "./store/workspacesOrder.js";
111
- import { updateTimezone as Ka, useLocalTimezone as Xa } from "./store/timezoneStore.js";
112
- import { closeUserPlansModal as qa, openUserPlansModal as Qa, useUserPlansModalStore as Ya } from "./store/plansModal.js";
113
- import { closeUserDiscordDialog as $a, openUserDiscordDialog as em, useDiscordDialogStore as om } from "./store/discordDialogStore.js";
114
- import { completeFeatureStep as tm, finishFeatureFlow as am, getFeatureCompletedSteps as mm, isFeatureDone as sm, resetFeatureFlow as pm, setActiveFeatureTour as im, setFeatureProgressUserId as lm, useFeatureProgressStore as fm } from "./store/featureProgress.js";
115
- import { orderMap as xm, storageCategoryColors as um } from "./types/storageCategories.js";
116
- import { formatStorage as dm, formatStoragePercent as gm, resolveStorageLimit as Sm } from "./utils/formatStorage.js";
117
- import { getCroppedBlob as Tm } from "./utils/getCroppedBlob.js";
118
- import { getPlanBadgeColor as Em } from "./utils/getPlanBadgeColor.js";
119
- import { addQueryParam as Am, removeQueryParam as Fm } from "./utils/queryParams.js";
120
- import { getFeatureRating as Dm, getVisitData as Pm, isFeatureRated as Rm, setFeatureRating as bm, setVisitData as vm } from "./lib/layersVisitData.js";
121
- import { brand as hm, brandI18nVariables as ym } from "./config/brand.js";
122
- import { getEnvConfig as Nm, getEnvValue as Om, getMaxUploadSize as wm, getOfficeUrl as km, isLivekitCallsEnabled as Bm, isLivekitEnabled as Vm, isOfficeEnabled as Hm, joinBaseUrlPath as zm, normalizeBaseUrl as Wm, normalizeUrl as Gm, parseSizeToBytes as jm, resolveNonBlankString as Km } from "./config/envConfig.js";
123
- import { COLOR_SCHEMES as Zm, DEFAULT_COLOR_SCHEME as qm, DEFAULT_FONT_FAMILY as Qm, DEFAULT_VALUES as Ym, isValidColorScheme as Jm } from "./constants.js";
124
- import { default as es } from "./assets/enitityIcons/flow.svg.js";
125
- import { default as rs } from "./assets/enitityIcons/form.svg.js";
126
- import { default as as } from "./assets/enitityIcons/page.svg.js";
127
- import { default as ss } from "./assets/enitityIcons/sprint.svg.js";
128
- import { AUTHOR_COLORS as is, AVATAR_COLORS as ls, getAuthorColor as fs, getAvatarColor as ns } from "./components/Chat/colors.js";
129
- import { CallMessage as us } from "./components/Chat/CallMessage/index.js";
130
- import { ChatBubble as ds } from "./components/Chat/ChatBubble/index.js";
131
- import { ChatHeader as Ss } from "./components/Chat/ChatHeader/index.js";
132
- import { ChatInput as Ts } from "./components/Chat/ChatInput/index.js";
133
- import { ChatLayout as Es } from "./components/Chat/ChatLayout/index.js";
134
- import { ChatMessage as As } from "./components/Chat/ChatMessage/index.js";
135
- import { ChatPill as Ls } from "./components/Chat/ChatPill/index.js";
136
- import { CollapsibleContainer as Ps } from "./components/CollapsibleContainer/CollapsibleContainer.js";
137
- import { DayMeta as bs } from "./components/Chat/DayMeta/index.js";
138
- import { DialogItem as Us } from "./components/Chat/DialogItem/index.js";
139
- import { DialogList as ys } from "./components/Chat/DialogList/index.js";
140
- import { Error404 as Ns } from "./components/ErrorPage/components/Error404.js";
141
- import { Error406 as ws } from "./components/ErrorPage/components/Error406.js";
142
- import { Error500 as Bs } from "./components/ErrorPage/components/Error500.js";
143
- import { FeatureProgress as Hs } from "./components/FeatureProgress/FeatureProgress.js";
144
- import { FeatureProgressKey as Ws } from "./components/FeatureProgress/constants.js";
145
- import { FilePicker as js } from "./components/FilePicker/FilePicker.js";
146
- import { FormContextProvider as Xs, StepsContext as Zs, useSteps as qs } from "./components/FormViewer/hooks/useCreateFormContext.js";
147
- import { FormStoreProvider as Ys, createFormStore as Js, useFormViewerStore as $s } from "./components/FormViewer/store/formStore.js";
148
- import { FormViewer as op } from "./components/FormViewer/FormViewer.js";
149
- import { GoogleDriveIcon as tp } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
150
- import { ImageCropper as mp } from "./components/ImageCropper/ImageCropper.js";
151
- import { IntegrationFlowAnimation as pp } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
152
- import { LastEditedButton as lp } from "./components/LastEditedButton/LastEditedButton.js";
153
- import { LayersCubeIcon as np } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
154
- import { MAX_MESSAGE_REACTIONS as up, MessageReactions as cp } from "./components/Chat/MessageReactions/index.js";
155
- import { MediaDocument as gp } from "./components/Chat/MediaDocument/index.js";
156
- import { MediaLibrary as Cp } from "./components/MediaLibrary/MediaLibrary.js";
157
- import { MediaLibraryBrowser as Mp } from "./components/MediaLibrary/MediaLibraryBrowser.js";
158
- import { MessageActions as Ip } from "./components/Chat/MessageActions/index.js";
159
- import { MessageAuthor as Fp } from "./components/Chat/MessageAuthor/index.js";
160
- import { MessageForward as Dp } from "./components/Chat/MessageForward/index.js";
161
- import { MessageList as Rp } from "./components/Chat/MessageList/index.js";
162
- import { MessageMeta as vp } from "./components/Chat/MessageMeta/index.js";
163
- import { MessageReply as hp } from "./components/Chat/MessageReply/index.js";
164
- import { MessageStatus as _p } from "./components/Chat/MessageStatus/index.js";
165
- import { MusicPlayerBar as Op } from "./components/MusicPlayerBar/MusicPlayerBar.js";
166
- import { NavMenu as kp } from "./components/NavMenu/NavMenu.js";
167
- import { NavMenuItem as Vp, NavMenuLoadMore as Hp } from "./components/NavMenu/components/NavMenuItem.js";
168
- import { NavMenuLabel as Wp } from "./components/NavMenu/components/NavMenuLabel.js";
169
- import { NavMenuProvider as jp, createNavMenuStore as Kp, useNavMenuStore as Xp } from "./components/NavMenu/store.js";
170
- import { NotionIcon as qp } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
171
- import { OnboardingTourWrapper as Yp } from "./components/OnboardingTour/OnboardingTourWrapper.js";
172
- import { PinModal as $p } from "./components/PinModal/PinModal.js";
173
- import { STATIC_CLASSES as oi, combineClasses as ri, getPageNumberClass as ti } from "./components/FormViewer/helpers/staticClasses.js";
174
- import { Schemes as mi } from "./components/FormViewer/types/schemes.js";
175
- import { ServiceMessage as pi } from "./components/Chat/ServiceMessage/index.js";
176
- import { SortableList as li } from "./components/SortableList/SortableList.js";
177
- import { StorageEntityItem as ni } from "./components/StorageUsageEntityList/StorageEntityItem.js";
178
- import { StorageEntityList as ui } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
179
- import { TablePagination as di } from "./components/table/components/TablePagination.js";
180
- import { TableSearch as Si } from "./components/table/components/TableSearch.js";
181
- import { TreeIndentContainer as Ti, TreeIndentItem as Mi } from "./components/TreeIndent/TreeIndent.js";
182
- import { UnreadSeparator as Ii } from "./components/Chat/UnreadSeparator/index.js";
183
- import { alignList as Fi, conditionOperatorsList as Li, isLayout as Di, isSize as Pi, isSlideAnimation as Ri, layoutList as bi, mediaContentLayoutList as vi, mediaFullLayoutList as Ui, mediaLayoutList as hi, sizeList as yi, slideAnimationList as _i } from "./components/FormViewer/types/form.js";
184
- import { alignRelation as Oi } from "./components/FormViewer/helpers/themeUtils.js";
185
- import { clearSavedStep as ki, getSavedStepIndex as Bi, isOnboardingCompleted as Vi, resetOnboarding as Hi, saveStepIndex as zi, setOnboardingUserId as Wi, useOnboardingTour as Gi } from "./components/OnboardingTour/useOnboardingTour.js";
186
- import { closePinModal as Ki, openPinModal as Xi, usePinModalStore as Zi } from "./components/PinModal/slice.js";
187
- import { controlsDataMap as Qi } from "./components/FormViewer/helpers/controls.js";
188
- import { coverCollections as Ji } from "./components/FilePicker/coverCollections.js";
189
- import { createFormStoreApi as el } from "./components/FormViewer/store/formStoreApi.js";
190
- import { cropImage as rl } from "./components/ImageCropper/cropUtils.js";
191
- import { default as al } from "./lang/locales/ui_en.json.js";
192
- import { default as sl } from "./lang/locales/ui_es.json.js";
193
- import { escapeHtml as il, getVideoEmbedUrl as ll, isVideoPlatformUrl as fl, parseEmbedUrl as nl, parseVideoUrl as xl } from "./lib/contentImport/utils.js";
194
- import { filterPinnedColumns as cl, getAggregateValue as dl, getAggregationColumns as gl, getColumnId as Sl, getColumnsProps as Cl, getCurrencyColumn as Tl, getDateColumn as Ml, getExpandingColumn as El, getHeaderStyles as Il, getNumberColumn as Al, getPercentColumn as Fl, getRatioColumn as Ll, getSelectionColumn as Dl, isTechnicalColumn as Pl, mergeColumn as Rl } from "./components/table/helpers/columns.js";
195
- import { getNextStep as vl, operatorsRelation as Ul } from "./components/FormViewer/helpers/conditions.js";
196
- import { getTextValidation as yl, isImageUrl as _l, isValidEmail as Nl, isValidUrl as Ol, useValidation as wl } from "./components/FormViewer/helpers/validation.js";
197
- import { mergeTheme as Bl, sortSteps as Vl } from "./components/FormViewer/helpers/helpers.js";
198
- import { default as zl } from "./lang/locales/ui_ru.json.js";
199
- import { serializeToLexicalHtml as Gl } from "./lib/contentImport/lexicalSerializer.js";
200
- import { useActiveControl as Kl } from "./components/FormViewer/hooks/useActiveControl.js";
201
- import { useActiveStep as Zl } from "./components/FormViewer/hooks/useActiveStep.js";
202
- import { useCreateTable as Ql } from "./components/table/hooks/useCreateTable.js";
203
- import { useCropInteraction as Jl } from "./components/ImageCropper/useCropInteraction.js";
204
- import { useFormMobile as ef } from "./components/FormViewer/hooks/useFormMobile.js";
205
- import { useInterpolate as rf, useInterpolateText as tf } from "./components/FormViewer/hooks/useInterpolateText.js";
206
- import { useSaveRowCount as mf } from "./components/table/hooks/useSaveRowCount.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";
207
207
  export {
208
- is as AUTHOR_COLORS,
209
- ls as AVATAR_COLORS,
210
- k as ActiveWorkspace,
211
- q as AlertsBlock,
208
+ fm as AUTHOR_COLORS,
209
+ nm as AVATAR_COLORS,
210
+ B as ActiveWorkspace,
211
+ Q as AlertsBlock,
212
212
  f as AliasTextInput,
213
213
  r as AnimatedFigurePage,
214
- Ue as AnimationWrapper,
215
- A as AppContainer,
216
- Ur as AppSidebarButton,
217
- Be as AttachmentsGalleryModal,
218
- Je as AttachmentsPreview,
219
- pa as AuthErrors,
220
- Ho as BottomDrawerWithoutHeader,
221
- Yo as BouncingLogo,
222
- Zm as COLOR_SCHEMES,
223
- fr as CREATE_CONDITION_FORM_ID,
224
- us as CallMessage,
225
- ds as ChatBubble,
226
- Ss as ChatHeader,
227
- Ts as ChatInput,
228
- Es as ChatLayout,
229
- As as ChatMessage,
230
- Ls as ChatPill,
231
- Xo as CircleColorPicker,
232
- Ps as CollapsibleContainer,
233
- se as ColorCircle,
234
- pe as ColorPicker,
235
- le as ColorPickerList,
236
- be as ColorPickerPopover,
237
- ne as ColorPickerToolbar,
238
- eo as CommentComposer,
239
- ro as CommentComposerTypes,
240
- wo as CommunitiesDialog,
241
- Wo as Copyright,
242
- R as CustomKBD,
243
- qm as DEFAULT_COLOR_SCHEME,
244
- nr as DEFAULT_END_STEP_ID,
245
- Qm as DEFAULT_FONT_FAMILY,
246
- xr as DEFAULT_MAX,
247
- ur as DEFAULT_MEDIA_BRIGHTNESS,
248
- cr as DEFAULT_MEDIA_SIZE,
249
- dr as DEFAULT_MIN,
250
- nt as DEFAULT_MODE,
251
- gr as DEFAULT_OPTIONS_MIN,
252
- Sr as DEFAULT_OPTION_MAX_LENGTH,
253
- Cr as DEFAULT_START_STEP_ID,
254
- Pr as DEFAULT_THEME,
255
- Ym as DEFAULT_VALUES,
256
- bs as DayMeta,
257
- Us as DialogItem,
258
- ys as DialogList,
259
- Tr as EDIT_CONDITION_FORM_ID,
260
- ho as EXPAND_COLUMN_FIELD,
261
- E as EmojiPanel,
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,
242
+ 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,
261
+ I as EmojiPanel,
262
262
  T as EmojiPicker,
263
263
  Nr as EntityIcon,
264
- jo as EntityTitle,
265
- Ns as Error404,
266
- ws as Error406,
267
- Bs as Error500,
268
- $ as ErrorAlert,
269
- X as ErrorPage,
270
- Ia as FEATURE_KEYS,
271
- Hs as FeatureProgress,
272
- Ws as FeatureProgressKey,
273
- js as FilePicker,
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,
274
274
  S as FilePickerUpload,
275
- es as FlowIcon,
276
- Xs as FormContextProvider,
277
- rs as FormIcon,
278
- Ys as FormStoreProvider,
279
- op as FormViewer,
280
- io as FrontTable,
281
- tp as GoogleDriveIcon,
282
- _ as GroupAvatar,
283
- ue as HighlightSwatch,
284
- ge as IS_APPLE,
285
- oe as IconEntity,
286
- re as IconType,
287
- mp as ImageCropper,
288
- He as ImageModal,
289
- pp as IntegrationFlowAnimation,
290
- so as LanguagePicker,
291
- lp as LastEditedButton,
292
- np as LayersCubeIcon,
293
- Ke as LayersLogoCopyright,
294
- Xe as LayersLogoIcon,
295
- Ze as Logotype,
296
- up as MAX_MESSAGE_REACTIONS,
297
- Mr as MAX_OPTIONS_COUNT,
298
- gp as MediaDocument,
299
- Cp as MediaLibrary,
300
- Mp as MediaLibraryBrowser,
301
- L as MeetWidgetProvider,
302
- j as MenuUserDropdown,
303
- Ip as MessageActions,
304
- Fp as MessageAuthor,
305
- Dp as MessageForward,
306
- Rp as MessageList,
307
- vp as MessageMeta,
308
- cp as MessageReactions,
309
- hp as MessageReply,
310
- _p as MessageStatus,
311
- Op as MusicPlayerBar,
312
- kp as NavMenu,
313
- Vp as NavMenuItem,
314
- Wp as NavMenuLabel,
315
- Hp as NavMenuLoadMore,
316
- jp as NavMenuProvider,
317
- W as NavbarResizer,
318
- Pe as NewColorPicker,
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
+ 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,
319
319
  x as NoData,
320
- Y as NotFound,
321
- Bo as NotPublicPanel,
322
- qp as NotionIcon,
323
- yr as Numbers,
324
- Yp as OnboardingTourWrapper,
325
- as as PageIcon,
320
+ J as NotFound,
321
+ Vo as NotPublicPanel,
322
+ Yp as NotionIcon,
323
+ _r as Numbers,
324
+ $p as OnboardingTourWrapper,
325
+ mm as PageIcon,
326
326
  d as PillTabs,
327
- $p as PinModal,
328
- te as ProjectIcon,
329
- Se as RECENT_COLOR_HOTKEY,
330
- yo as SELECT_COLUMN_FIELD,
331
- oi as STATIC_CLASSES,
332
- mi as Schemes,
333
- ye as SearchFilters,
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
334
  Ne as SearchHelpModal,
335
- pi as ServiceMessage,
335
+ li as ServiceMessage,
336
336
  a as SettingsSection,
337
- O as ShakaVideoPlayer,
338
- s as SocialLinkRow,
339
- li as SortableList,
340
- ss as SprintIcon,
341
- Zs as StepsContext,
342
- ni as StorageEntityItem,
343
- ui as StorageEntityList,
344
- ao as StorageUsageProgress,
345
- _o as TABLE_AGGREGATION_ROW_ID,
337
+ w as ShakaVideoPlayer,
338
+ 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
346
  No as TABLE_ATTRIBUTES,
347
- qo as TableMenu,
348
- di as TablePagination,
349
- Si as TableSearch,
350
- ce as TextColorIcon,
351
- Qe as ThemeIndicator,
347
+ Qo as TableMenu,
348
+ Si as TablePagination,
349
+ Ti as TableSearch,
350
+ de as TextColorIcon,
351
+ Ye as ThemeIndicator,
352
352
  i as TimezonePicker,
353
- Ti as TreeIndentContainer,
354
- Mi as TreeIndentItem,
355
- Ii as UnreadSeparator,
356
- h as UserAvatar,
357
- H as WorkspaceAvatar,
358
- B as WorkspaceMenu,
359
- $o as activeControlReselect,
360
- er as activeStepIdReselect,
361
- or as activeStepReselect,
362
- Am as addQueryParam,
363
- fo as aggregationReselect,
364
- Fi as alignList,
365
- Oi as alignRelation,
366
- ha as appContainerStore,
367
- xt as appDesktop,
368
- it as appFeature,
369
- ut as appServer,
370
- hm as brand,
371
- ym as brandI18nVariables,
372
- ki as clearSavedStep,
373
- ze as closeImageModal,
374
- Ki as closePinModal,
375
- Oe as closeSearchHelpModal,
376
- Oa as closeSearchModal,
377
- Va as closeTrashModal,
378
- $a as closeUserDiscordDialog,
379
- qa as closeUserPlansModal,
380
- Ce as colorsEqual,
381
- no as columnsMapReselect,
382
- xo as columnsReselect,
383
- ri as combineClasses,
384
- et as combineStatuses,
385
- tm as completeFeatureStep,
386
- Li as conditionOperatorsList,
387
- Qi as controlsDataMap,
388
- rr as controlsReselect,
389
- Ji as coverCollections,
390
- Js as createFormStore,
391
- el as createFormStoreApi,
392
- Kp as createNavMenuStore,
393
- Ro as createTableStore,
394
- rl as cropImage,
395
- ea as dateFnsLocales,
396
- rt as downloadCSVAsBlob,
397
- tt as downloadImageFromExternalUrl,
398
- at as downloadURL,
399
- al as enUI,
400
- sl as esUI,
401
- il as escapeHtml,
402
- At as filterHierarchyByTypes,
403
- cl as filterPinnedColumns,
404
- am as finishFeatureFlow,
405
- Et as formatBytes,
406
- dm as formatStorage,
407
- gm as formatStoragePercent,
408
- st as generateLink,
409
- dl as getAggregateValue,
410
- gl as getAggregationColumns,
411
- fs as getAuthorColor,
412
- ns as getAvatarColor,
413
- Wt as getBrowserTimeZone,
414
- Sl as getColumnId,
415
- Cl as getColumnsProps,
416
- Tm as getCroppedBlob,
417
- Tl as getCurrencyColumn,
418
- Ml as getDateColumn,
419
- Er as getDefaultDropdownOptions,
420
- Ir as getDefaultEndStep,
421
- Ar as getDefaultStartStep,
422
- Nm as getEnvConfig,
423
- Om as getEnvValue,
424
- El as getExpandingColumn,
425
- mm as getFeatureCompletedSteps,
426
- Dm as getFeatureRating,
427
- Pt as getFileIcons,
428
- bt as getFileType,
429
- Fr as getFirstStep,
430
- Il as getHeaderStyles,
431
- wm as getMaxUploadSize,
432
- gt as getMimeType,
433
- vl as getNextStep,
434
- Al as getNumberColumn,
435
- km as getOfficeUrl,
436
- ti as getPageNumberClass,
437
- Ut as getPartOfTheDay,
438
- Fl as getPercentColumn,
439
- Em as getPlanBadgeColor,
440
- ct as getPlatformInfo,
441
- Lt as getRandomIconColor,
442
- Lr as getRandomId,
443
- Ll as getRatioColumn,
444
- Gt as getSafeFormatter,
445
- Bi as getSavedStepIndex,
446
- Dl as getSelectionColumn,
447
- yl as getTextValidation,
448
- jt as getTimeZones,
449
- Kt as getUtcOffset,
450
- ll as getVideoEmbedUrl,
451
- Pm as getVisitData,
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
+ 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,
402
+ 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,
421
+ 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,
452
452
  u as illustrationMap,
453
- Bt as initHotjar,
454
- yt as isAppMode,
455
- Te as isDefaultColor,
456
- lt as isFeature,
457
- sm as isFeatureDone,
458
- Rm as isFeatureRated,
459
- tr as isFormDirtyReselect,
460
- St as isGalleryMediaFile,
461
- _l as isImageUrl,
462
- Di as isLayout,
463
- Bm as isLivekitCallsEnabled,
464
- Vm as isLivekitEnabled,
465
- Ct as isMobileDevice,
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,
466
467
  Nt as isNoAccessError,
467
- xa as isNumberValue,
468
- Hm as isOfficeEnabled,
469
- jr as isOfflineSuppressed,
470
- Vi as isOnboardingCompleted,
471
- Pi as isSize,
472
- Ri as isSlideAnimation,
473
- Pl as isTechnicalColumn,
474
- Me as isTextSectionKey,
475
- Jm as isValidColorScheme,
476
- Nl as isValidEmail,
477
- Xt as isValidTimeZone,
478
- Ol as isValidUrl,
479
- Tt as isVideoFile,
480
- fl as isVideoPlatformUrl,
481
- zm as joinBaseUrlPath,
482
- bi as layoutList,
483
- vi as mediaContentLayoutList,
484
- Ui as mediaFullLayoutList,
485
- hi as mediaLayoutList,
486
- Rl as mergeColumn,
487
- Bl as mergeTheme,
488
- uo as metaReselect,
489
- Wm as normalizeBaseUrl,
490
- Ee as normalizeColorItem,
491
- Gm as normalizeUrl,
492
- We as openImageModal,
493
- Xi as openPinModal,
494
- br as openRemoveConfirmModal,
495
- we as openSearchHelpModal,
496
- wa as openSearchModal,
497
- v as openSubmitModal,
498
- Ha as openTrashModal,
499
- em as openUserDiscordDialog,
500
- Qa as openUserPlansModal,
501
- Ul as operatorsRelation,
502
- xm as orderMap,
503
- co as paginationMetaReselect,
504
- wt as parseDate,
505
- nl as parseEmbedUrl,
506
- Zt as parseInvalidTz,
507
- jm as parseSizeToBytes,
508
- xl as parseVideoUrl,
509
- Qr as pickRandomEmoji,
510
- ar as questionNumberReselect,
511
- Fm as removeQueryParam,
512
- ae as renderIcon,
513
- pm as resetFeatureFlow,
514
- Hi as resetOnboarding,
515
- Ie as resolveColorLabel,
516
- Km as resolveNonBlankString,
517
- Ae as resolveRecentKind,
518
- Sm as resolveStorageLimit,
519
- go as rowsReselect,
520
- zl as ruUI,
521
- zi as saveStepIndex,
522
- So as searchedRowsReselect,
523
- Co as selectionReselect,
524
- Gl as serializeToLexicalHtml,
525
- im as setActiveFeatureTour,
526
- lm as setFeatureProgressUserId,
527
- bm as setFeatureRating,
528
- Kr as setOfflineSuppression,
529
- Wi as setOnboardingUserId,
530
- vm as setVisitData,
531
- wr as showChatToast,
532
- kr as showErrorNotification,
533
- Zr as showFeatureFeedback,
534
- Br as showMessageNotification,
535
- Vr as showRequestNotifications,
536
- Hr as showSuccessNotification,
537
- zr as showWarningNotification,
538
- yi as sizeList,
539
- _i as slideAnimationList,
540
- Vl as sortSteps,
541
- To as sortedRowsReselect,
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,
518
+ 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,
542
543
  mr as startStepReselect,
543
- sr as stepByControlReselect,
544
- pr as stepsReselect,
545
- um as storageCategoryColors,
546
- Lo as tableColumnDateTypes,
547
- Do as tableColumnNumberTypes,
548
- ir as themeReselect,
549
- Aa as trackFeatureFeedback,
550
- Wr as updateMessageNotification,
551
- Ka as updateTimezone,
552
- Kl as useActiveControl,
553
- Zl as useActiveStep,
554
- va as useAppContainer,
555
- _a as useAppContainerDataStore,
556
- Ca as useAsyncStatus,
557
- Ge as useChangePasswordModalStore,
558
- Ql as useCreateTable,
559
- Jl as useCropInteraction,
560
- oa as useDateFnsLocale,
561
- fa as useDateUtils,
562
- Fa as useDelayedFeatureFeedback,
563
- ga as useDisableWindowScrollDuringDrag,
564
- om as useDiscordDialogStore,
565
- fm as useFeatureProgressStore,
566
- ef as useFormMobile,
567
- $s as useFormViewerStore,
568
- ta as useFormatDistance,
569
- rf as useInterpolate,
570
- tf as useInterpolateText,
571
- Jr as useIsDarkTheme,
572
- Xa as useLocalTimezone,
573
- D as useMeetWidget,
574
- Qt as useMenu,
575
- Xp as useNavMenuStore,
576
- ia as useOAuthErrorParams,
577
- Da as useOfficePreviewAvailable,
578
- Gi as useOnboardingTour,
579
- Zi as usePinModalStore,
580
- Jt as usePlatform,
581
- ua as useQueryParam,
582
- Le as useRecentColors,
583
- ca as useRouteParam,
584
- mf as useSaveRowCount,
585
- ka as useSearchModalStore,
586
- qs as useSteps,
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,
551
+ 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,
576
+ 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,
587
590
  ma as useSwipeDetect,
588
- vo as useTableStore,
589
- za as useTrashModalStore,
590
- Ra as useUiPref,
591
- Ya as useUserPlansModalStore,
592
- wl as useValidation,
593
- Ma as useVideoUploadGuard,
594
- Ga as useWorkspacesOrder,
595
- Ht as validateAliasFormat,
596
- Mo as variableReselect,
597
- Eo as visibleColumnsBySideReselect,
598
- Io as visibleColumnsReselect,
599
- Ao as visibleRowsReselect
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,
602
+ Fo as visibleRowsReselect
600
603
  };