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