@layers-app/shared 0.4.8 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AliasTextInput/AliasTextInput.js +11 -11
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/AppContainer.js +74 -73
- package/dist/components/AppContainer/AppContainer.module.css.js +14 -22
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts +2 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.js +20 -18
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +205 -132
- package/dist/components/AppContainer/components/SidebarToggleButton.d.ts +14 -1
- package/dist/components/AppContainer/components/SidebarToggleButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/SidebarToggleButton.js +19 -26
- package/dist/components/AppContainer/components/ToolSidebar.d.ts.map +1 -1
- package/dist/components/AppContainer/components/ToolSidebar.js +118 -130
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts +3 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +468 -465
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +145 -147
- package/dist/components/AppContainer/components/menus/HelpMenu/WhatsNew.d.ts +4 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/WhatsNew.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/WhatsNew.js +57 -54
- package/dist/components/AppContainer/components/menus/HelpMenu/helpMenuAnimation.d.ts +10 -0
- package/dist/components/AppContainer/components/menus/HelpMenu/helpMenuAnimation.d.ts.map +1 -0
- package/dist/components/AppContainer/components/menus/HelpMenu/helpMenuAnimation.js +86 -0
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.js +49 -46
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +1 -0
- package/dist/components/AppContainer/types.d.ts +1 -2
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts +2 -0
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.js +22 -17
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.d.ts +2 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.js +79 -69
- package/dist/components/AttachmentsGalleryModal/components/ArtifactStatusIndicators.d.ts +15 -0
- package/dist/components/AttachmentsGalleryModal/components/ArtifactStatusIndicators.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/ArtifactStatusIndicators.js +50 -0
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts +15 -0
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.js +47 -0
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +47 -47
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts +14 -0
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.js +31 -0
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts +2 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +184 -120
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts +18 -0
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.js +35 -0
- package/dist/components/AttachmentsGalleryModal/components/artifactStatus.d.ts +51 -0
- package/dist/components/AttachmentsGalleryModal/components/artifactStatus.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/artifactStatus.js +61 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts +42 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.js +77 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useDoubleClickZoom.d.ts +4 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useDoubleClickZoom.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useDoubleClickZoom.js +17 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.js +45 -27
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +31 -27
- package/dist/components/Chat/ChatInput/ChatInput.module.css.js +29 -29
- package/dist/components/Chat/ChatInput/index.js +2 -2
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +3 -3
- package/dist/components/CommentComposer/CommentComposer.module.css.js +13 -9
- package/dist/components/CommentComposer/index.d.ts +2 -1
- package/dist/components/CommentComposer/index.d.ts.map +1 -1
- package/dist/components/CommentComposer/index.js +343 -325
- package/dist/components/CommentComposer/types.d.ts +4 -0
- package/dist/components/CommentComposer/types.d.ts.map +1 -1
- package/dist/components/ControlIcon/ControlIcon.d.ts +13 -0
- package/dist/components/ControlIcon/ControlIcon.d.ts.map +1 -0
- package/dist/components/ControlIcon/ControlIcon.js +25 -0
- package/dist/components/ControlIcon/ControlIcon.module.css.js +7 -0
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +14 -13
- package/dist/components/FilePicker/index.d.ts +1 -0
- package/dist/components/FilePicker/index.d.ts.map +1 -1
- package/dist/components/FormColorPicker/FormColorPicker.d.ts +21 -0
- package/dist/components/FormColorPicker/FormColorPicker.d.ts.map +1 -0
- package/dist/components/FormColorPicker/FormColorPicker.js +92 -0
- package/dist/components/FormColorPicker/FormColorPicker.module.css.js +13 -0
- package/dist/components/FormColorPicker/colorUtils.d.ts +20 -0
- package/dist/components/FormColorPicker/colorUtils.d.ts.map +1 -0
- package/dist/components/FormColorPicker/colorUtils.js +22 -0
- package/dist/components/FormColorPicker/useRenderedColor.d.ts +16 -0
- package/dist/components/FormColorPicker/useRenderedColor.d.ts.map +1 -0
- package/dist/components/FormColorPicker/useRenderedColor.js +10 -0
- package/dist/components/FormViewer/FormViewer.d.ts +8 -1
- package/dist/components/FormViewer/FormViewer.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.js +7 -39
- package/dist/components/FormViewer/FormViewer.module.css.js +30 -32
- package/dist/components/FormViewer/components/Container.d.ts +4 -2
- package/dist/components/FormViewer/components/Container.d.ts.map +1 -1
- package/dist/components/FormViewer/components/Container.js +57 -17
- package/dist/components/FormViewer/components/{StepTitle.d.ts → ControlTitle.d.ts} +2 -2
- package/dist/components/FormViewer/components/ControlTitle.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ControlTitle.js +94 -0
- package/dist/components/FormViewer/components/FormCopyright.d.ts +8 -0
- package/dist/components/FormViewer/components/FormCopyright.d.ts.map +1 -0
- package/dist/components/FormViewer/components/FormCopyright.js +16 -0
- package/dist/components/FormViewer/components/FormCopyright.module.css.js +7 -0
- package/dist/components/FormViewer/components/FormThemeScope.d.ts +13 -0
- package/dist/components/FormViewer/components/FormThemeScope.d.ts.map +1 -0
- package/dist/components/FormViewer/components/FormThemeScope.js +16 -0
- package/dist/components/FormViewer/components/NavControls.d.ts.map +1 -1
- package/dist/components/FormViewer/components/NavControls.js +71 -51
- package/dist/components/FormViewer/components/OneSlideLayput.d.ts.map +1 -1
- package/dist/components/FormViewer/components/OneSlideLayput.js +124 -104
- package/dist/components/FormViewer/components/Step.d.ts.map +1 -1
- package/dist/components/FormViewer/components/Step.js +358 -191
- package/dist/components/FormViewer/components/editor/AddElementButton.d.ts +11 -0
- package/dist/components/FormViewer/components/editor/AddElementButton.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/AddElementButton.js +22 -0
- package/dist/components/FormViewer/components/editor/AlignMenu.d.ts +15 -0
- package/dist/components/FormViewer/components/editor/AlignMenu.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/AlignMenu.js +47 -0
- package/dist/components/FormViewer/components/editor/BackgroundBar.d.ts +17 -0
- package/dist/components/FormViewer/components/editor/BackgroundBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/BackgroundBar.js +167 -0
- package/dist/components/FormViewer/components/editor/BarSwitch.d.ts +13 -0
- package/dist/components/FormViewer/components/editor/BarSwitch.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/BarSwitch.js +24 -0
- package/dist/components/FormViewer/components/editor/ButtonSettingsBar.d.ts +13 -0
- package/dist/components/FormViewer/components/editor/ButtonSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/ButtonSettingsBar.js +127 -0
- package/dist/components/FormViewer/components/editor/ColorSwatchTarget.d.ts +10 -0
- package/dist/components/FormViewer/components/editor/ColorSwatchTarget.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/ColorSwatchTarget.js +26 -0
- package/dist/components/FormViewer/components/editor/ContainerSettingsBar.d.ts +14 -0
- package/dist/components/FormViewer/components/editor/ContainerSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/ContainerSettingsBar.js +43 -0
- package/dist/components/FormViewer/components/editor/ContentSettingsBars.d.ts +23 -0
- package/dist/components/FormViewer/components/editor/ContentSettingsBars.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/ContentSettingsBars.js +391 -0
- package/dist/components/FormViewer/components/editor/DragHandle.d.ts +6 -0
- package/dist/components/FormViewer/components/editor/DragHandle.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/DragHandle.js +24 -0
- package/dist/components/FormViewer/components/editor/DragHandleContext.d.ts +8 -0
- package/dist/components/FormViewer/components/editor/DragHandleContext.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/DragHandleContext.js +6 -0
- package/dist/components/FormViewer/components/editor/FieldSettingsBar.d.ts +10 -0
- package/dist/components/FormViewer/components/editor/FieldSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/FieldSettingsBar.js +312 -0
- package/dist/components/FormViewer/components/editor/FloatingBar.d.ts +16 -0
- package/dist/components/FormViewer/components/editor/FloatingBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/FloatingBar.js +57 -0
- package/dist/components/FormViewer/components/editor/MediaSettingsBar.d.ts +8 -0
- package/dist/components/FormViewer/components/editor/MediaSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/MediaSettingsBar.js +137 -0
- package/dist/components/FormViewer/components/editor/SelectableBlock.d.ts +17 -0
- package/dist/components/FormViewer/components/editor/SelectableBlock.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/SelectableBlock.js +58 -0
- package/dist/components/FormViewer/components/editor/SelectableBlock.module.css.js +41 -0
- package/dist/components/FormViewer/components/editor/SelectionRing.d.ts +13 -0
- package/dist/components/FormViewer/components/editor/SelectionRing.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/SelectionRing.js +23 -0
- package/dist/components/FormViewer/components/editor/SlideSettingsBar.d.ts +9 -0
- package/dist/components/FormViewer/components/editor/SlideSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/SlideSettingsBar.js +68 -0
- package/dist/components/FormViewer/components/editor/SortableControl.d.ts +11 -0
- package/dist/components/FormViewer/components/editor/SortableControl.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/SortableControl.js +38 -0
- package/dist/components/FormViewer/components/editor/TitleSettingsBar.d.ts +12 -0
- package/dist/components/FormViewer/components/editor/TitleSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/TitleSettingsBar.js +99 -0
- package/dist/components/FormViewer/components/editor/barControls.d.ts +24 -0
- package/dist/components/FormViewer/components/editor/barControls.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/barControls.js +78 -0
- package/dist/components/FormViewer/components/editor/index.d.ts +5 -0
- package/dist/components/FormViewer/components/editor/index.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/keys.d.ts +20 -0
- package/dist/components/FormViewer/components/editor/keys.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/keys.js +17 -0
- package/dist/components/FormViewer/components/fields/AddOptionButton.d.ts +4 -1
- package/dist/components/FormViewer/components/fields/AddOptionButton.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/AddOptionButton.js +14 -21
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceCard.d.ts +1 -2
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceCard.js +13 -22
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceField.js +75 -75
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.d.ts +1 -2
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.js +25 -27
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceField.js +97 -77
- package/dist/components/FormViewer/components/fields/ConfirmButton.d.ts +11 -5
- package/dist/components/FormViewer/components/fields/ConfirmButton.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ConfirmButton.js +15 -45
- package/dist/components/FormViewer/components/fields/DateField.d.ts +4 -0
- package/dist/components/FormViewer/components/fields/DateField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/DateField.js +68 -28
- package/dist/components/FormViewer/components/fields/DividerField.d.ts +6 -0
- package/dist/components/FormViewer/components/fields/DividerField.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/DividerField.js +25 -0
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.js +11 -11
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.js +124 -108
- package/dist/components/FormViewer/components/fields/EmailField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/EmailField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/EmailField.js +24 -19
- package/dist/components/FormViewer/components/fields/FieldInput.d.ts +28 -0
- package/dist/components/FormViewer/components/fields/FieldInput.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/FieldInput.js +63 -0
- package/dist/components/FormViewer/components/fields/HeadingField.d.ts +12 -0
- package/dist/components/FormViewer/components/fields/HeadingField.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/HeadingField.js +60 -0
- package/dist/components/FormViewer/components/fields/ImageField.d.ts +7 -0
- package/dist/components/FormViewer/components/fields/ImageField.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/ImageField.js +105 -0
- package/dist/components/FormViewer/components/fields/LocationField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/LocationField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/LocationField.js +25 -21
- package/dist/components/FormViewer/components/fields/LongTextField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/LongTextField.js +63 -44
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceCard.d.ts +1 -2
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceCard.js +18 -20
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceField.js +95 -82
- package/dist/components/FormViewer/components/fields/NumberField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/NumberField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/NumberField.js +44 -22
- package/dist/components/FormViewer/components/fields/ParagraphField.d.ts +7 -0
- package/dist/components/FormViewer/components/fields/ParagraphField.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/ParagraphField.js +55 -0
- package/dist/components/FormViewer/components/fields/PhoneField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/PhoneField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/PhoneField.js +23 -18
- package/dist/components/FormViewer/components/fields/ProgressLine.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ProgressLine.js +28 -20
- package/dist/components/FormViewer/components/fields/RatingField.d.ts +1 -1
- package/dist/components/FormViewer/components/fields/RatingField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/RatingField.js +15 -22
- package/dist/components/FormViewer/components/fields/ScaleField.d.ts +7 -0
- package/dist/components/FormViewer/components/fields/ScaleField.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/ScaleField.js +38 -0
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts +9 -6
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +97 -139
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.d.ts +1 -2
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.js +70 -97
- package/dist/components/FormViewer/components/fields/SliderField.d.ts +1 -1
- package/dist/components/FormViewer/components/fields/SliderField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SliderField.js +41 -25
- package/dist/components/FormViewer/components/fields/StartButton.d.ts +2 -1
- package/dist/components/FormViewer/components/fields/StartButton.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/StartButton.js +13 -10
- package/dist/components/FormViewer/components/fields/StartField.d.ts +6 -0
- package/dist/components/FormViewer/components/fields/StartField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/StartField.js +20 -19
- package/dist/components/FormViewer/components/fields/TextField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/TextField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/TextField.js +28 -25
- package/dist/components/FormViewer/components/fields/UploadField/UploadField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/UploadField/UploadField.js +103 -86
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.js +55 -55
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +16 -4
- package/dist/components/FormViewer/components/fields/YesNoField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/YesNoField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/YesNoField.js +45 -26
- package/dist/components/FormViewer/components/fields/fieldStyles.module.css.js +105 -0
- package/dist/components/FormViewer/components/fields/fieldTheme.d.ts +31 -0
- package/dist/components/FormViewer/components/fields/fieldTheme.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/fieldTheme.js +8 -0
- package/dist/components/FormViewer/components/ui/FormButton.d.ts +24 -0
- package/dist/components/FormViewer/components/ui/FormButton.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormButton.js +47 -0
- package/dist/components/FormViewer/components/ui/FormButton.module.css.js +14 -0
- package/dist/components/FormViewer/components/ui/FormInput.d.ts +5 -0
- package/dist/components/FormViewer/components/ui/FormInput.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormInput.js +17 -0
- package/dist/components/FormViewer/components/ui/FormInput.module.css.js +7 -0
- package/dist/components/FormViewer/components/ui/FormInputError.d.ts +8 -0
- package/dist/components/FormViewer/components/ui/FormInputError.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormInputError.js +17 -0
- package/dist/components/FormViewer/components/ui/FormInputError.module.css.js +7 -0
- package/dist/components/FormViewer/components/ui/FormLoader.d.ts +10 -0
- package/dist/components/FormViewer/components/ui/FormLoader.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormLoader.js +23 -0
- package/dist/components/FormViewer/components/ui/FormLoader.module.css.js +7 -0
- package/dist/components/FormViewer/components/ui/FormMenu.d.ts +39 -0
- package/dist/components/FormViewer/components/ui/FormMenu.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormMenu.js +105 -0
- package/dist/components/FormViewer/components/ui/FormMenu.module.css.js +15 -0
- package/dist/components/FormViewer/components/ui/FormRating.d.ts +9 -0
- package/dist/components/FormViewer/components/ui/FormRating.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormRating.js +32 -0
- package/dist/components/FormViewer/components/ui/FormRating.module.css.js +9 -0
- package/dist/components/FormViewer/components/ui/FormSlider.d.ts +10 -0
- package/dist/components/FormViewer/components/ui/FormSlider.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormSlider.js +23 -0
- package/dist/components/FormViewer/components/ui/FormSlider.module.css.js +13 -0
- package/dist/components/FormViewer/components/ui/FormText.d.ts +23 -0
- package/dist/components/FormViewer/components/ui/FormText.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormText.js +47 -0
- package/dist/components/FormViewer/components/ui/FormText.module.css.js +11 -0
- package/dist/components/FormViewer/constants/defaultTheme.d.ts.map +1 -1
- package/dist/components/FormViewer/constants/defaultTheme.js +36 -10
- package/dist/components/FormViewer/helpers/conditions.d.ts +162 -19
- package/dist/components/FormViewer/helpers/conditions.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/conditions.js +19 -14
- package/dist/components/FormViewer/helpers/controls.d.ts +14 -0
- package/dist/components/FormViewer/helpers/controls.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/controls.js +83 -48
- package/dist/components/FormViewer/helpers/customControlIcons.d.ts +22 -0
- package/dist/components/FormViewer/helpers/customControlIcons.d.ts.map +1 -0
- package/dist/components/FormViewer/helpers/customControlIcons.js +26 -0
- package/dist/components/FormViewer/helpers/formTokens.d.ts +59 -0
- package/dist/components/FormViewer/helpers/formTokens.d.ts.map +1 -0
- package/dist/components/FormViewer/helpers/formTokens.js +270 -0
- package/dist/components/FormViewer/helpers/helpers.d.ts +162 -19
- package/dist/components/FormViewer/helpers/helpers.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/index.d.ts +1 -0
- package/dist/components/FormViewer/helpers/index.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/migrate.d.ts +32 -0
- package/dist/components/FormViewer/helpers/migrate.d.ts.map +1 -0
- package/dist/components/FormViewer/helpers/migrate.js +37 -0
- package/dist/components/FormViewer/helpers/staticClasses.d.ts +1 -8
- package/dist/components/FormViewer/helpers/staticClasses.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/staticClasses.js +7 -14
- package/dist/components/FormViewer/helpers/steps.d.ts +174 -19
- package/dist/components/FormViewer/helpers/steps.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/steps.js +30 -21
- package/dist/components/FormViewer/helpers/themeUtils.d.ts +12 -0
- package/dist/components/FormViewer/helpers/themeUtils.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/themeUtils.js +5 -3
- package/dist/components/FormViewer/helpers/validation.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/validation.js +21 -19
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts +51 -16
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +207 -64
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useCreateFormContext.d.ts +0 -2
- package/dist/components/FormViewer/hooks/useCreateFormContext.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useCreateFormContext.js +39 -35
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +8 -147
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +15 -127
- package/dist/components/FormViewer/index.d.ts +1 -0
- package/dist/components/FormViewer/index.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStore.d.ts +663 -709
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStore.js +35 -42
- package/dist/components/FormViewer/store/formStoreApi.d.ts +250 -288
- package/dist/components/FormViewer/store/formStoreApi.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStoreApi.js +228 -190
- package/dist/components/FormViewer/store/selectors.d.ts +50560 -49640
- package/dist/components/FormViewer/store/selectors.d.ts.map +1 -1
- package/dist/components/FormViewer/store/selectors.js +74 -83
- package/dist/components/FormViewer/types/form.d.ts +11 -13
- package/dist/components/FormViewer/types/form.d.ts.map +1 -1
- package/dist/components/FormViewer/types/form.js +7 -27
- package/dist/components/FormViewer/types/schemes.d.ts +1027 -488
- package/dist/components/FormViewer/types/schemes.d.ts.map +1 -1
- package/dist/components/FormViewer/types/schemes.js +167 -47
- package/dist/components/GroupAvatar/index.d.ts +3 -2
- package/dist/components/GroupAvatar/index.d.ts.map +1 -1
- package/dist/components/GroupAvatar/index.js +12 -10
- package/dist/components/MeetingPage/MeetingAudioScene.d.ts +31 -0
- package/dist/components/MeetingPage/MeetingAudioScene.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingAudioScene.js +138 -0
- package/dist/components/MeetingPage/MeetingBookmarks.d.ts +22 -0
- package/dist/components/MeetingPage/MeetingBookmarks.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingBookmarks.js +146 -0
- package/dist/components/MeetingPage/MeetingCardLayer.d.ts +34 -0
- package/dist/components/MeetingPage/MeetingCardLayer.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingCardLayer.js +73 -0
- package/dist/components/MeetingPage/MeetingContinuity.d.ts +15 -0
- package/dist/components/MeetingPage/MeetingContinuity.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingContinuity.js +70 -0
- package/dist/components/MeetingPage/MeetingDate.d.ts +17 -0
- package/dist/components/MeetingPage/MeetingDate.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingDate.js +10 -0
- package/dist/components/MeetingPage/MeetingFindingReview.d.ts +27 -0
- package/dist/components/MeetingPage/MeetingFindingReview.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingFindingReview.js +136 -0
- package/dist/components/MeetingPage/MeetingMention.d.ts +33 -0
- package/dist/components/MeetingPage/MeetingMention.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingMention.js +207 -0
- package/dist/components/MeetingPage/MeetingObjectAttitude.d.ts +23 -0
- package/dist/components/MeetingPage/MeetingObjectAttitude.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingObjectAttitude.js +124 -0
- package/dist/components/MeetingPage/MeetingObjectCard.d.ts +57 -0
- package/dist/components/MeetingPage/MeetingObjectCard.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingObjectCard.js +184 -0
- package/dist/components/MeetingPage/MeetingObjectDirectory.d.ts +18 -0
- package/dist/components/MeetingPage/MeetingObjectDirectory.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingObjectDirectory.js +167 -0
- package/dist/components/MeetingPage/MeetingObjectEditor.d.ts +18 -0
- package/dist/components/MeetingPage/MeetingObjectEditor.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingObjectEditor.js +273 -0
- package/dist/components/MeetingPage/MeetingObjectPopover.d.ts +25 -0
- package/dist/components/MeetingPage/MeetingObjectPopover.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingObjectPopover.js +73 -0
- package/dist/components/MeetingPage/MeetingPage.module.css.js +399 -0
- package/dist/components/MeetingPage/MeetingPagePanels.d.ts +27 -0
- package/dist/components/MeetingPage/MeetingPagePanels.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPagePanels.js +39 -0
- package/dist/components/MeetingPage/MeetingPageView.d.ts +39 -0
- package/dist/components/MeetingPage/MeetingPageView.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPageView.js +435 -0
- package/dist/components/MeetingPage/MeetingPanelError.d.ts +23 -0
- package/dist/components/MeetingPage/MeetingPanelError.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPanelError.js +27 -0
- package/dist/components/MeetingPage/MeetingPanelsSection.d.ts +30 -0
- package/dist/components/MeetingPage/MeetingPanelsSection.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPanelsSection.js +58 -0
- package/dist/components/MeetingPage/MeetingPersonAppearances.d.ts +23 -0
- package/dist/components/MeetingPage/MeetingPersonAppearances.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPersonAppearances.js +103 -0
- package/dist/components/MeetingPage/MeetingPlayerHandle.d.ts +29 -0
- package/dist/components/MeetingPage/MeetingPlayerHandle.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPlayerHandle.js +48 -0
- package/dist/components/MeetingPage/MeetingSoundtrack.d.ts +28 -0
- package/dist/components/MeetingPage/MeetingSoundtrack.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingSoundtrack.js +74 -0
- package/dist/components/MeetingPage/MeetingSpeakerNaming.d.ts +39 -0
- package/dist/components/MeetingPage/MeetingSpeakerNaming.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingSpeakerNaming.js +193 -0
- package/dist/components/MeetingPage/MeetingToneStrip.d.ts +23 -0
- package/dist/components/MeetingPage/MeetingToneStrip.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingToneStrip.js +130 -0
- package/dist/components/MeetingPage/SpeakerAvatar.d.ts +58 -0
- package/dist/components/MeetingPage/SpeakerAvatar.d.ts.map +1 -0
- package/dist/components/MeetingPage/SpeakerAvatar.js +74 -0
- package/dist/components/MeetingPage/computeAvailability.d.ts +93 -0
- package/dist/components/MeetingPage/computeAvailability.d.ts.map +1 -0
- package/dist/components/MeetingPage/computeAvailability.js +66 -0
- package/dist/components/MeetingPage/continuityLink.d.ts +20 -0
- package/dist/components/MeetingPage/continuityLink.d.ts.map +1 -0
- package/dist/components/MeetingPage/continuityLink.js +14 -0
- package/dist/components/MeetingPage/findMeetingVideo.d.ts +8 -0
- package/dist/components/MeetingPage/findMeetingVideo.d.ts.map +1 -0
- package/dist/components/MeetingPage/findMeetingVideo.js +15 -0
- package/dist/components/MeetingPage/index.d.ts +64 -0
- package/dist/components/MeetingPage/index.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingAppearances.d.ts +39 -0
- package/dist/components/MeetingPage/meetingAppearances.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingAppearances.js +44 -0
- package/dist/components/MeetingPage/meetingModel.d.ts +344 -0
- package/dist/components/MeetingPage/meetingModel.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingModel.js +218 -0
- package/dist/components/MeetingPage/meetingObjects.d.ts +206 -0
- package/dist/components/MeetingPage/meetingObjects.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingObjects.js +325 -0
- package/dist/components/MeetingPage/meetingPersons.d.ts +80 -0
- package/dist/components/MeetingPage/meetingPersons.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingPersons.js +95 -0
- package/dist/components/MeetingPage/meetingTone.d.ts +127 -0
- package/dist/components/MeetingPage/meetingTone.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingTone.js +141 -0
- package/dist/components/MeetingPage/mentionRuns.d.ts +27 -0
- package/dist/components/MeetingPage/mentionRuns.d.ts.map +1 -0
- package/dist/components/MeetingPage/mentionRuns.js +42 -0
- package/dist/components/MeetingPage/objectAttitude.d.ts +142 -0
- package/dist/components/MeetingPage/objectAttitude.d.ts.map +1 -0
- package/dist/components/MeetingPage/objectAttitude.js +156 -0
- package/dist/components/MeetingPage/panelFetch.d.ts +28 -0
- package/dist/components/MeetingPage/panelFetch.d.ts.map +1 -0
- package/dist/components/MeetingPage/panelFetch.js +58 -0
- package/dist/components/MeetingPage/panelRequestView.d.ts +102 -0
- package/dist/components/MeetingPage/panelRequestView.d.ts.map +1 -0
- package/dist/components/MeetingPage/panelRequestView.js +27 -0
- package/dist/components/MeetingPage/soundtrackBars.d.ts +17 -0
- package/dist/components/MeetingPage/soundtrackBars.d.ts.map +1 -0
- package/dist/components/MeetingPage/soundtrackBars.js +28 -0
- package/dist/components/MeetingPage/speechActivity.d.ts +62 -0
- package/dist/components/MeetingPage/speechActivity.d.ts.map +1 -0
- package/dist/components/MeetingPage/speechActivity.js +95 -0
- package/dist/components/MeetingPage/useBlankVideo.d.ts +12 -0
- package/dist/components/MeetingPage/useBlankVideo.d.ts.map +1 -0
- package/dist/components/MeetingPage/useBlankVideo.js +11 -0
- package/dist/components/MeetingPage/useMeetingMentions.d.ts +23 -0
- package/dist/components/MeetingPage/useMeetingMentions.d.ts.map +1 -0
- package/dist/components/MeetingPage/useMeetingMentions.js +40 -0
- package/dist/components/MeetingPage/useMeetingModel.d.ts +25 -0
- package/dist/components/MeetingPage/useMeetingModel.d.ts.map +1 -0
- package/dist/components/MeetingPage/useMeetingModel.js +55 -0
- package/dist/components/MeetingPage/useMeetingPanelView.d.ts +36 -0
- package/dist/components/MeetingPage/useMeetingPanelView.d.ts.map +1 -0
- package/dist/components/MeetingPage/useMeetingPanelView.js +19 -0
- package/dist/components/MeetingPage/useMeetingPlayerBinding.d.ts +15 -0
- package/dist/components/MeetingPage/useMeetingPlayerBinding.d.ts.map +1 -0
- package/dist/components/MeetingPage/useMeetingPlayerBinding.js +33 -0
- package/dist/components/MeetingPage/useMeetingTone.d.ts +16 -0
- package/dist/components/MeetingPage/useMeetingTone.d.ts.map +1 -0
- package/dist/components/MeetingPage/useMeetingTone.js +12 -0
- package/dist/components/MusicPlayerBar/MusicPlayerBar.d.ts.map +1 -1
- package/dist/components/MusicPlayerBar/MusicPlayerBar.js +107 -105
- package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +36 -36
- package/dist/components/NavMenu/NavMenu.d.ts +3 -2
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/NavMenu.js +64 -55
- package/dist/components/NavMenu/components/DnDProvider.d.ts +3 -2
- package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
- package/dist/components/NavMenu/components/DnDProvider.js +50 -42
- package/dist/components/NavMenu/types.d.ts +5 -0
- package/dist/components/NavMenu/types.d.ts.map +1 -1
- package/dist/components/NetworkPage/ContactRequests.d.ts +16 -0
- package/dist/components/NetworkPage/ContactRequests.d.ts.map +1 -0
- package/dist/components/NetworkPage/ContactRequests.js +111 -0
- package/dist/components/NetworkPage/NetworkContactBook.d.ts +58 -0
- package/dist/components/NetworkPage/NetworkContactBook.d.ts.map +1 -0
- package/dist/components/NetworkPage/NetworkContactBook.js +236 -0
- package/dist/components/NetworkPage/NetworkDirectory.d.ts +24 -0
- package/dist/components/NetworkPage/NetworkDirectory.d.ts.map +1 -0
- package/dist/components/NetworkPage/NetworkDirectory.js +297 -0
- package/dist/components/NetworkPage/NetworkPage.module.css.js +83 -0
- package/dist/components/NetworkPage/ReceptionActions.d.ts +6 -0
- package/dist/components/NetworkPage/ReceptionActions.d.ts.map +1 -0
- package/dist/components/NetworkPage/ReceptionActions.js +116 -0
- package/dist/components/NetworkPage/index.d.ts +12 -0
- package/dist/components/NetworkPage/index.d.ts.map +1 -0
- package/dist/components/NetworkPage/networkCatalogue.d.ts +149 -0
- package/dist/components/NetworkPage/networkCatalogue.d.ts.map +1 -0
- package/dist/components/NetworkPage/networkCatalogue.js +270 -0
- package/dist/components/NetworkPage/networkContacts.d.ts +164 -0
- package/dist/components/NetworkPage/networkContacts.d.ts.map +1 -0
- package/dist/components/NetworkPage/networkContacts.js +429 -0
- package/dist/components/NetworkPage/networkReception.d.ts +133 -0
- package/dist/components/NetworkPage/networkReception.d.ts.map +1 -0
- package/dist/components/NetworkPage/networkReception.js +166 -0
- package/dist/components/Notification/lib/notificationText.d.ts.map +1 -1
- package/dist/components/Notification/lib/notificationText.js +36 -33
- package/dist/components/OnboardingTour/index.d.ts +1 -1
- package/dist/components/OnboardingTour/index.d.ts.map +1 -1
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts +3 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -1
- package/dist/components/OnboardingTour/useOnboardingTour.js +58 -50
- package/dist/components/ProjectIcon/ProjectIcon.d.ts +4 -3
- package/dist/components/ProjectIcon/ProjectIcon.d.ts.map +1 -1
- package/dist/components/ProjectIcon/ProjectIcon.js +25 -23
- package/dist/components/UserAvatar/index.d.ts +3 -2
- package/dist/components/UserAvatar/index.d.ts.map +1 -1
- package/dist/components/UserAvatar/index.js +39 -33
- package/dist/components/VideoPlayer/AudioOnlyCover.d.ts +24 -0
- package/dist/components/VideoPlayer/AudioOnlyCover.d.ts.map +1 -0
- package/dist/components/VideoPlayer/AudioOnlyCover.js +44 -0
- package/dist/components/VideoPlayer/VideoPlayer.d.ts +24 -0
- package/dist/components/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/dist/components/VideoPlayer/VideoPlayer.js +741 -0
- package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts +8 -0
- package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/MobileDrawer/index.js +67 -0
- package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts +7 -0
- package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/SelectListOptionButton.js +44 -0
- package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts +9 -0
- package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/StoryboardPreview.js +38 -0
- package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts +33 -0
- package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoCustomControls.js +601 -0
- package/dist/components/VideoPlayer/components/VideoIcons.d.ts +25 -0
- package/dist/components/VideoPlayer/components/VideoIcons.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoIcons.js +145 -0
- package/dist/components/VideoPlayer/components/VideoMenu.d.ts +27 -0
- package/dist/components/VideoPlayer/components/VideoMenu.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoMenu.js +77 -0
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts +17 -0
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.js +289 -0
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoQualityMenu/index.js +55 -0
- package/dist/components/VideoPlayer/components/VideoSelect.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoSelect.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSelect.js +168 -0
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts +12 -0
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.js +48 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts +25 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.js +384 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts +21 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.js +264 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.js +39 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts +14 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.js +360 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts +16 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts +14 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts +4 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/context.js +14 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts +22 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSettingsModal/index.js +211 -0
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts +11 -0
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.js +41 -0
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts +10 -0
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.js +69 -0
- package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts +21 -0
- package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts.map +1 -0
- package/dist/components/VideoPlayer/hooks/useStoryboard.js +91 -0
- package/dist/components/VideoPlayer/index.d.ts +11 -0
- package/dist/components/VideoPlayer/index.d.ts.map +1 -0
- package/dist/components/VideoPlayer/types.d.ts +101 -0
- package/dist/components/VideoPlayer/types.d.ts.map +1 -0
- package/dist/components/VideoPlayer/useBlankFrame.d.ts +41 -0
- package/dist/components/VideoPlayer/useBlankFrame.d.ts.map +1 -0
- package/dist/components/VideoPlayer/useBlankFrame.js +100 -0
- package/dist/components/VideoPlayer/useWaveform.d.ts +16 -0
- package/dist/components/VideoPlayer/useWaveform.d.ts.map +1 -0
- package/dist/components/VideoPlayer/useWaveform.js +41 -0
- package/dist/components/VideoPlayer/utils/chapters.d.ts +8 -0
- package/dist/components/VideoPlayer/utils/chapters.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/chapters.js +38 -0
- package/dist/components/VideoPlayer/utils/storyboard.d.ts +5 -0
- package/dist/components/VideoPlayer/utils/storyboard.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/storyboard.js +47 -0
- package/dist/components/VideoPlayer/utils/subtitles.d.ts +18 -0
- package/dist/components/VideoPlayer/utils/subtitles.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/subtitles.js +23 -0
- package/dist/components/VideoPlayer/utils/touch.d.ts +3 -0
- package/dist/components/VideoPlayer/utils/touch.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/touch.js +5 -0
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts +10 -0
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/videoPlayerUtils.js +22 -0
- package/dist/components/VideoPlayer/utils/videoSettings.d.ts +69 -0
- package/dist/components/VideoPlayer/utils/videoSettings.d.ts.map +1 -0
- package/dist/components/VideoPlayer/utils/videoSettings.js +90 -0
- package/dist/config/brand.d.ts +9 -0
- package/dist/config/brand.d.ts.map +1 -1
- package/dist/config/brand.js +55 -42
- package/dist/config/envConfig.d.ts +82 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/config/envConfig.js +75 -48
- package/dist/helpers/embedMode.d.ts +24 -0
- package/dist/helpers/embedMode.d.ts.map +1 -0
- package/dist/helpers/embedMode.js +23 -0
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/getFileType.d.ts.map +1 -1
- package/dist/helpers/getFileType.js +3 -2
- package/dist/helpers/platform.d.ts +8 -1
- package/dist/helpers/platform.d.ts.map +1 -1
- package/dist/helpers/platform.js +41 -17
- package/dist/helpers/showNotifications.module.css.js +5 -5
- package/dist/hooks/useDateUtils.d.ts +3 -1
- package/dist/hooks/useDateUtils.d.ts.map +1 -1
- package/dist/hooks/useDateUtils.js +23 -18
- package/dist/hooks/usePlatform.d.ts.map +1 -1
- package/dist/hooks/usePlatform.js +11 -7
- package/dist/index.css +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +881 -599
- package/dist/lang/locales/ui_en.json.js +17 -15
- package/dist/lang/locales/ui_es.json.js +8 -6
- package/dist/lang/locales/ui_ru.json.js +8 -6
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +393 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +400 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +670 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +143 -0
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +212 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +127 -0
- package/dist/node_modules/tabbable/dist/index.esm.js +196 -0
- package/dist/utils/publicOrigin.d.ts +5 -0
- package/dist/utils/publicOrigin.d.ts.map +1 -0
- package/dist/utils/publicOrigin.js +16 -0
- package/dist/videoSettings/createVideoSettingsDataSource.d.ts +19 -0
- package/dist/videoSettings/createVideoSettingsDataSource.d.ts.map +1 -0
- package/dist/videoSettings/createVideoSettingsDataSource.js +127 -0
- package/package.json +3 -1
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.js +0 -161
- package/dist/components/AttachmentsGalleryModal/hooks/usePanning.js +0 -61
- package/dist/components/FormViewer/components/AllSlidesLayout.d.ts +0 -8
- package/dist/components/FormViewer/components/AllSlidesLayout.d.ts.map +0 -1
- package/dist/components/FormViewer/components/AllSlidesLayout.js +0 -24
- package/dist/components/FormViewer/components/ListFocusBox.d.ts +0 -5
- package/dist/components/FormViewer/components/ListFocusBox.d.ts.map +0 -1
- package/dist/components/FormViewer/components/ListFocusBox.js +0 -22
- package/dist/components/FormViewer/components/Navigation/Navigation.d.ts +0 -2
- package/dist/components/FormViewer/components/Navigation/Navigation.d.ts.map +0 -1
- package/dist/components/FormViewer/components/Navigation/Navigation.js +0 -37
- package/dist/components/FormViewer/components/StepDescription.d.ts +0 -7
- package/dist/components/FormViewer/components/StepDescription.d.ts.map +0 -1
- package/dist/components/FormViewer/components/StepDescription.js +0 -73
- package/dist/components/FormViewer/components/StepTitle.d.ts.map +0 -1
- package/dist/components/FormViewer/components/StepTitle.js +0 -118
- package/dist/components/FormViewer/components/fields/ButtonField/ButtonField.d.ts +0 -7
- package/dist/components/FormViewer/components/fields/ButtonField/ButtonField.d.ts.map +0 -1
- package/dist/components/FormViewer/components/fields/ButtonField/ButtonField.js +0 -63
- package/dist/components/FormViewer/components/fields/ButtonField/InnerButton.d.ts +0 -10
- package/dist/components/FormViewer/components/fields/ButtonField/InnerButton.d.ts.map +0 -1
- package/dist/components/FormViewer/components/fields/ButtonField/InnerButton.js +0 -70
- package/dist/components/FormViewer/components/fields/ConfirmField.d.ts +0 -7
- package/dist/components/FormViewer/components/fields/ConfirmField.d.ts.map +0 -1
- package/dist/components/FormViewer/components/fields/ConfirmField.js +0 -21
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +0 -7
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +0 -15
- package/dist/components/FormViewer/helpers/slides.d.ts +0 -4
- package/dist/components/FormViewer/helpers/slides.d.ts.map +0 -1
- package/dist/components/FormViewer/helpers/slides.js +0 -35
package/dist/index.js
CHANGED
|
@@ -1,603 +1,885 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
1
|
+
import { getPublicAppOrigin as r, setPublicAppOriginResolver as t } from "./utils/publicOrigin.js";
|
|
2
|
+
import { AnimatedFigurePage as s } from "./components/AnimatedFigurePage/AnimatedFigurePage.js";
|
|
3
|
+
import { AppShell as p } from "./components/AppShell/AppShell.js";
|
|
4
|
+
import { SettingsSection as n } from "./components/SettingsSection/index.js";
|
|
5
|
+
import { SocialLinkRow as f } from "./components/SocialLinkRow/index.js";
|
|
6
|
+
import { TimezonePicker as c } from "./components/TimezonePicker/index.js";
|
|
7
|
+
import { AliasTextInput as u } from "./components/AliasTextInput/AliasTextInput.js";
|
|
8
|
+
import { NoData as S, illustrationMap as T } from "./components/NoData/NoData.js";
|
|
9
|
+
import { PillTabs as M } from "./components/PillTabs/PillTabs.js";
|
|
10
|
+
import { FilePickerUpload as A } from "./components/FilePicker/FilePickerUpload.js";
|
|
11
|
+
import { EmojiPicker as b, useEmojiPickerLocales as P } from "./components/EmojiPicker/EmojiPicker.js";
|
|
12
|
+
import { EmojiPanel as D } from "./components/EmojiPicker/EmojiPanel.js";
|
|
13
|
+
import { AppContainer as O } from "./components/AppContainer/AppContainer.js";
|
|
14
|
+
import { MeetWidgetProvider as _, useMeetWidget as L } from "./components/AppContainer/MeetWidgetContext.js";
|
|
15
|
+
import { CustomKBD as k } from "./components/CustomKBD/index.js";
|
|
16
|
+
import { openSubmitModal as y } from "./components/SubmitModal/index.js";
|
|
17
|
+
import { UserAvatar as w } from "./components/UserAvatar/index.js";
|
|
18
|
+
import { GroupAvatar as V } from "./components/GroupAvatar/index.js";
|
|
19
|
+
import { ShakaVideoPlayer as W } from "./components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js";
|
|
20
|
+
import { createVideoSettingsDataSource as z } from "./videoSettings/createVideoSettingsDataSource.js";
|
|
21
|
+
import { ActiveWorkspace as q, WorkspaceMenu as K } from "./components/WorkspaceMenu/WorkspaceMenu.js";
|
|
22
|
+
import { WorkspaceAvatar as X } from "./components/WorkspaceAvatar/WorkspaceAvatar.js";
|
|
23
|
+
import { NavbarResizer as Q } from "./components/NavbarResizer/NavbarResizer.js";
|
|
24
|
+
import { MenuUserDropdown as $ } from "./components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js";
|
|
25
|
+
import { maximizeFromTarget as oe, minimizeToTarget as re } from "./components/AppContainer/components/menus/HelpMenu/helpMenuAnimation.js";
|
|
26
|
+
import { ErrorPage as ae } from "./components/ErrorPage/index.js";
|
|
27
|
+
import { AlertsBlock as ie } from "./components/AlertsBlock/index.js";
|
|
28
|
+
import { NotFound as me } from "./components/NotFound/NoFound.js";
|
|
29
|
+
import { ErrorAlert as le } from "./components/ErrorAlert/index.js";
|
|
30
|
+
import { ControlIcon as xe } from "./components/ControlIcon/ControlIcon.js";
|
|
31
|
+
import { IconEntity as de, IconType as ue, ProjectIcon as ge, renderIcon as Se } from "./components/ProjectIcon/ProjectIcon.js";
|
|
32
|
+
import { ColorCircle as Ce, ColorPicker as Me } from "./components/ColorPicker/ColorPicker.js";
|
|
33
|
+
import { ColorPickerList as Ae } from "./components/ColorPicker/ColorPickerList.js";
|
|
34
|
+
import { ColorPickerToolbar as be } from "./components/ColorPicker/ColorPickerToolbar.js";
|
|
35
|
+
import { HighlightSwatch as Re, TextColorIcon as De } from "./components/ColorPicker/icons.js";
|
|
36
|
+
import { IS_APPLE as Oe, RECENT_COLOR_HOTKEY as Fe, colorsEqual as _e, isDefaultColor as Le, isTextSectionKey as he, normalizeColorItem as ke, resolveColorLabel as ve, resolveRecentKind as ye } from "./components/ColorPicker/types.js";
|
|
37
|
+
import { useRecentColors as we } from "./components/ColorPicker/useRecentColors.js";
|
|
38
|
+
import { NewColorPicker as Ve } from "./components/NewColorPicker/index.js";
|
|
39
|
+
import { ColorPickerPopover as We } from "./components/ColorPicker/ColorPickerPopover.js";
|
|
40
|
+
import { AnimationWrapper as ze } from "./components/AnimationWrapper/index.js";
|
|
41
|
+
import { SearchFilters as qe } from "./components/SearchFilters/SearchFilters.js";
|
|
42
|
+
import { SearchHelpModal as Ye, closeSearchHelpModal as Xe, openSearchHelpModal as Ze } from "./components/SearchFilters/components/SearchHelp.js";
|
|
43
|
+
import { AttachmentsGalleryModal as Je } from "./components/AttachmentsGalleryModal/AttachmentsGalleryModal.js";
|
|
44
|
+
import { ImageModal as eo, closeImageModal as oo, openImageModal as ro, useChangePasswordModalStore as to } from "./components/ImageModal/ImageModal.js";
|
|
45
|
+
import { LayersLogoCopyright as so, LayersLogoIcon as io, Logotype as po } from "./components/Logotype.js";
|
|
46
|
+
import { ThemeIndicator as no } from "./components/ThemeIndicator/index.js";
|
|
47
|
+
import { AttachmentsPreview as fo } from "./components/AttachmentsPreview/AttachmentsPreview.js";
|
|
48
|
+
import { CommentComposer as co } from "./components/CommentComposer/index.js";
|
|
49
|
+
import { CommentComposerTypes as go } from "./components/CommentComposer/types.js";
|
|
50
|
+
import { StorageUsageProgress as To } from "./components/StorageUsageProgress/index.js";
|
|
51
|
+
import { LanguagePicker as Mo } from "./components/LanguagePicker/LanguagePicker.js";
|
|
52
|
+
import { FrontTable as Ao } from "./components/table/FrontTable.js";
|
|
53
|
+
import { aggregationReselect as bo, columnsMapReselect as Po, columnsReselect as Ro, metaReselect as Do, paginationMetaReselect as No, rowsReselect as Oo, searchedRowsReselect as Fo, selectionReselect as _o, sortedRowsReselect as Lo, variableReselect as ho, visibleColumnsBySideReselect as ko, visibleColumnsReselect as vo, visibleRowsReselect as yo } from "./components/table/selectors.js";
|
|
54
|
+
import { tableColumnDateTypes as wo, tableColumnNumberTypes as Bo } from "./components/table/types.js";
|
|
55
|
+
import { createTableStore as Ho } from "./components/table/store.js";
|
|
56
|
+
import { useTableStore as jo } from "./components/table/hooks/useTableStore.js";
|
|
57
|
+
import { EXPAND_COLUMN_FIELD as Go, SELECT_COLUMN_FIELD as qo, TABLE_AGGREGATION_ROW_ID as Ko, TABLE_ATTRIBUTES as Yo } from "./components/table/constants.js";
|
|
58
|
+
import { CommunitiesDialog as Zo } from "./components/CommunitiesDialog/index.js";
|
|
59
|
+
import { NotPublicPanel as Jo } from "./components/NotPublicPanel/NotPublicPanel.js";
|
|
60
|
+
import { BottomDrawerWithoutHeader as er } from "./components/BottomDrawerWithoutHeader/index.js";
|
|
61
|
+
import { Copyright as rr } from "./components/Copyright/index.js";
|
|
62
|
+
import { EntityTitle as ar } from "./components/EntityTitle/EntityTitle.js";
|
|
63
|
+
import { CircleColorPicker as ir } from "./components/CircleColorPicker/CircleColorPicker.js";
|
|
64
|
+
import { TableMenu as mr } from "./components/table/components/TableMenu.js";
|
|
65
|
+
import { BouncingLogo as lr } from "./components/BouncingLogo/BouncingLogo.js";
|
|
66
|
+
import { activeControlReselect as xr, activeStepIdReselect as cr, activeStepReselect as dr, controlsReselect as ur, isFormDirtyReselect as gr, questionNumberReselect as Sr, startStepReselect as Tr, stepByControlReselect as Cr, stepsReselect as Mr, themeReselect as Er } from "./components/FormViewer/store/selectors.js";
|
|
67
|
+
import { CREATE_CONDITION_FORM_ID as Ir, DEFAULT_END_STEP_ID as br, DEFAULT_MAX as Pr, DEFAULT_MEDIA_BRIGHTNESS as Rr, DEFAULT_MEDIA_SIZE as Dr, DEFAULT_MIN as Nr, DEFAULT_OPTIONS_MIN as Or, DEFAULT_OPTION_MAX_LENGTH as Fr, DEFAULT_START_STEP_ID as _r, EDIT_CONDITION_FORM_ID as Lr, MAX_OPTIONS_COUNT as hr, getDefaultDropdownOptions as kr, getDefaultEndStep as vr, getDefaultStartStep as yr, getFirstStep as Ur, getRandomId as wr, getStepTitle as Br } from "./components/FormViewer/helpers/steps.js";
|
|
68
|
+
import { DEFAULT_THEME as Hr } from "./components/FormViewer/constants/defaultTheme.js";
|
|
69
|
+
import { openRemoveConfirmModal as jr } from "./components/modals/RemoveConfirmModal.js";
|
|
70
|
+
import { AppSidebarButton as Gr } from "./components/AppContainer/components/AppSidebarButton.js";
|
|
71
|
+
import { SidebarToggleButton as Kr } from "./components/AppContainer/components/SidebarToggleButton.js";
|
|
72
|
+
import { Numbers as Xr } from "./components/table/helpers/formatters.js";
|
|
73
|
+
import { EntityIcon as Qr } from "./components/EntityIcon.js";
|
|
74
|
+
import { showChatToast as $r, showErrorNotification as et, showMessageNotification as ot, showRequestNotifications as rt, showSuccessNotification as tt, showWarningNotification as at, updateMessageNotification as st } from "./helpers/showNotifications.js";
|
|
75
|
+
import { isOfflineSuppressed as pt, setOfflineSuppression as mt } from "./helpers/offlineSuppression.js";
|
|
76
|
+
import { showFeatureFeedback as lt } from "./helpers/showFeatureFeedback.js";
|
|
77
|
+
import { pickRandomEmoji as xt } from "./helpers/pickRandomEmoji.js";
|
|
78
|
+
import { useIsDarkTheme as dt } from "./helpers/themeUtils.js";
|
|
79
|
+
import { combineStatuses as gt } from "./helpers/combineStatuses.js";
|
|
80
|
+
import { downloadCSVAsBlob as Tt, downloadImageFromExternalUrl as Ct, downloadURL as Mt } from "./helpers/download.js";
|
|
81
|
+
import { generateLink as At } from "./helpers/generateLink.js";
|
|
82
|
+
import { appFeature as bt, isFeature as Pt } from "./helpers/feature.js";
|
|
83
|
+
import { DEFAULT_MODE as Dt, appDesktop as Nt, appServer as Ot, getPlatformInfo as Ft } from "./helpers/platform.js";
|
|
84
|
+
import { getMimeType as Lt, isGalleryMediaFile as ht, isMobileDevice as kt, isVideoFile as vt } from "./helpers/fileUtils.js";
|
|
85
|
+
import { formatBytes as Ut } from "./helpers/formatBytes.js";
|
|
86
|
+
import { filterHierarchyByTypes as Bt } from "./helpers/filterHierarchyByTypes.js";
|
|
87
|
+
import { getRandomIconColor as Ht } from "./helpers/getRandomIconColor.js";
|
|
88
|
+
import { getFileIcons as jt } from "./helpers/getFileIcons.js";
|
|
89
|
+
import { getFileType as Gt } from "./helpers/getFileType.js";
|
|
90
|
+
import { getPartOfTheDay as Kt } from "./helpers/getPartOfTheDay.js";
|
|
91
|
+
import { isAppMode as Xt } from "./helpers/isAppMode.js";
|
|
92
|
+
import { isEmbedMode as Qt, preserveEmbedMode as Jt } from "./helpers/embedMode.js";
|
|
93
|
+
import { isNoAccessError as ea } from "./helpers/isNoAccessError.js";
|
|
94
|
+
import { parseDate as ra } from "./helpers/dates.js";
|
|
95
|
+
import { initHotjar as aa } from "./helpers/hotjar.js";
|
|
96
|
+
import { validateAliasFormat as ia } from "./helpers/validateAliasFormat.js";
|
|
97
|
+
import { getBrowserTimeZone as ma, getSafeFormatter as na, getTimeZones as la, getUtcOffset as fa, isValidTimeZone as xa, parseInvalidTz as ca } from "./helpers/timezones.js";
|
|
98
|
+
import { useMenu as ua } from "./hooks/useMenu.js";
|
|
99
|
+
import { usePlatform as Sa } from "./hooks/usePlatform.js";
|
|
100
|
+
import { dateFnsLocales as Ca, useDateFnsLocale as Ma } from "./hooks/useDateFnsLocale.js";
|
|
101
|
+
import { useFormatDistance as Aa } from "./hooks/useFormatDistance.js";
|
|
102
|
+
import { useSwipeDetect as ba } from "./hooks/useSwipeDetect.js";
|
|
103
|
+
import { AuthErrors as Ra, useOAuthErrorParams as Da } from "./hooks/useOAuthErrorParams.js";
|
|
104
|
+
import { useDateUtils as Oa } from "./hooks/useDateUtils.js";
|
|
105
|
+
import { isNumberValue as _a, useQueryParam as La, useRouteParam as ha } from "./hooks/useNumberQueryParam.js";
|
|
106
|
+
import { useDisableWindowScrollDuringDrag as va } from "./hooks/useDisableWindowScroll.js";
|
|
107
|
+
import { useAsyncStatus as Ua } from "./hooks/useAsyncStatus.js";
|
|
108
|
+
import { useVideoUploadGuard as Ba } from "./hooks/useVideoUploadGuard.js";
|
|
109
|
+
import { FEATURE_KEYS as Ha, trackFeatureFeedback as Wa, useDelayedFeatureFeedback as ja } from "./hooks/useFeatureFeedback.js";
|
|
110
|
+
import { useOfficePreviewAvailable as Ga } from "./hooks/useOfficePreviewAvailable.js";
|
|
111
|
+
import { useUiPref as Ka } from "./hooks/useUiPref.js";
|
|
112
|
+
import { useAppContainer as Xa } from "./components/AppContainer/hooks/useAppContainer.js";
|
|
113
|
+
import { appContainerStore as Qa } from "./components/AppContainer/hooks/useAppContainerStore.js";
|
|
114
|
+
import { useAppContainerDataStore as $a } from "./components/AppContainer/hooks/useAppContainerDataStore.js";
|
|
115
|
+
import { closeSearchModal as os, openSearchModal as rs, useSearchModalStore as ts } from "./store/searchModal.js";
|
|
116
|
+
import { closeTrashModal as ss, openTrashModal as is, useTrashModalStore as ps } from "./store/trashModal.js";
|
|
117
|
+
import { useWorkspacesOrder as ns } from "./store/workspacesOrder.js";
|
|
118
|
+
import { updateTimezone as fs, useLocalTimezone as xs } from "./store/timezoneStore.js";
|
|
119
|
+
import { closeUserPlansModal as ds, openUserPlansModal as us, useUserPlansModalStore as gs } from "./store/plansModal.js";
|
|
120
|
+
import { closeUserDiscordDialog as Ts, openUserDiscordDialog as Cs, useDiscordDialogStore as Ms } from "./store/discordDialogStore.js";
|
|
121
|
+
import { completeFeatureStep as As, finishFeatureFlow as Is, getFeatureCompletedSteps as bs, isFeatureDone as Ps, resetFeatureFlow as Rs, setActiveFeatureTour as Ds, setFeatureProgressUserId as Ns, useFeatureProgressStore as Os } from "./store/featureProgress.js";
|
|
122
|
+
import { orderMap as _s, storageCategoryColors as Ls } from "./types/storageCategories.js";
|
|
123
|
+
import { formatStorage as ks, formatStoragePercent as vs, resolveStorageLimit as ys } from "./utils/formatStorage.js";
|
|
124
|
+
import { getCroppedBlob as ws } from "./utils/getCroppedBlob.js";
|
|
125
|
+
import { getPlanBadgeColor as Vs } from "./utils/getPlanBadgeColor.js";
|
|
126
|
+
import { addQueryParam as Ws, removeQueryParam as js } from "./utils/queryParams.js";
|
|
127
|
+
import { getFeatureRating as Gs, getVisitData as qs, isFeatureRated as Ks, setFeatureRating as Ys, setVisitData as Xs } from "./lib/layersVisitData.js";
|
|
128
|
+
import { brand as Qs, brandI18nVariables as Js, getLegalDocHtml as $s } from "./config/brand.js";
|
|
129
|
+
import { MODULE_IDS as oi, getEnvConfig as ri, getEnvValue as ti, getInstanceConfig as ai, getMaxUploadSize as si, getOfficeUrl as ii, getProjectPresetTags as pi, isDesktopDownloadEnabled as mi, isLivekitCallsEnabled as ni, isLivekitEnabled as li, isModuleEnabled as fi, isOfficeEnabled as xi, isSelfHostedEnterprise as ci, joinBaseUrlPath as di, normalizeBaseUrl as ui, normalizeUrl as gi, parseSizeToBytes as Si, resolveNonBlankString as Ti } from "./config/envConfig.js";
|
|
130
|
+
import { COLOR_SCHEMES as Mi, DEFAULT_COLOR_SCHEME as Ei, DEFAULT_FONT_FAMILY as Ai, DEFAULT_VALUES as Ii, isValidColorScheme as bi } from "./constants.js";
|
|
131
|
+
import { default as Ri } from "./assets/enitityIcons/flow.svg.js";
|
|
132
|
+
import { default as Ni } from "./assets/enitityIcons/form.svg.js";
|
|
133
|
+
import { default as Fi } from "./assets/enitityIcons/page.svg.js";
|
|
134
|
+
import { default as Li } from "./assets/enitityIcons/sprint.svg.js";
|
|
135
|
+
import { default as ki } from "./components/VideoPlayer/components/VideoSelect.js";
|
|
136
|
+
import { APPEARANCE_KIND as yi, formatAppearanceDate as Ui, listPersonAppearances as wi } from "./components/MeetingPage/meetingAppearances.js";
|
|
137
|
+
import { AUTHOR_COLORS as Vi, AVATAR_COLORS as Hi, getAuthorColor as Wi, getAvatarColor as ji } from "./components/Chat/colors.js";
|
|
138
|
+
import { CONTACT_ACTIONS as Gi, CONTACT_ACTION_TITLES as qi, CONTACT_STATUSES as Ki, acceptRequest as Yi, addContact as Xi, blockContact as Zi, blockRequest as Qi, bookView as Ji, cardRefreshLabel as $i, contactActions as ep, contactDelivery as op, contactStatusNote as rp, declineRequest as tp, deleteContact as ap, deliveryNote as sp, loadContacts as ip, loadRequests as pp, pendingInbound as mp, provenanceLabel as np, readContact as lp, readContacts as fp, readDecision as xp, readRequest as cp, readRequests as dp, refreshCard as up, requestConfirmation as gp, requestSenderName as Sp, requestStatusNote as Tp, shortFingerprint as Cp, unblockContact as Mp } from "./components/NetworkPage/networkContacts.js";
|
|
139
|
+
import { CONTENT_CONTROL_TYPES as Ap, controlsDataMap as Ip, isContentControlType as bp } from "./components/FormViewer/helpers/controls.js";
|
|
140
|
+
import { CallMessage as Rp } from "./components/Chat/CallMessage/index.js";
|
|
141
|
+
import { ChatBubble as Np } from "./components/Chat/ChatBubble/index.js";
|
|
142
|
+
import { ChatHeader as Fp } from "./components/Chat/ChatHeader/index.js";
|
|
143
|
+
import { ChatInput as Lp } from "./components/Chat/ChatInput/index.js";
|
|
144
|
+
import { ChatLayout as kp } from "./components/Chat/ChatLayout/index.js";
|
|
145
|
+
import { ChatMessage as yp } from "./components/Chat/ChatMessage/index.js";
|
|
146
|
+
import { ChatPill as wp } from "./components/Chat/ChatPill/index.js";
|
|
147
|
+
import { CollapsibleContainer as Vp } from "./components/CollapsibleContainer/CollapsibleContainer.js";
|
|
148
|
+
import { ContactActions as Wp, ContactMark as jp, Fingerprint as zp, NetworkContacts as Gp, useContactBook as qp } from "./components/NetworkPage/NetworkContactBook.js";
|
|
149
|
+
import { ContactRequests as Yp } from "./components/NetworkPage/ContactRequests.js";
|
|
150
|
+
import { DayMeta as Zp } from "./components/Chat/DayMeta/index.js";
|
|
151
|
+
import { DialogItem as Jp } from "./components/Chat/DialogItem/index.js";
|
|
152
|
+
import { DialogList as em } from "./components/Chat/DialogList/index.js";
|
|
153
|
+
import { EMPTY_DIRECTORY as rm, RECENT_DAYS as tm, SECTIONS as am, availabilityNote as sm, freshnessLabel as im, knowledgeNote as pm, loadDirectory as mm, loadWithdrawn as nm, readDirectory as lm, readOrganization as fm, readWithdrawn as xm, sectionRows as cm, selfNote as dm, sourceNote as um, verificationNote as gm } from "./components/NetworkPage/networkCatalogue.js";
|
|
154
|
+
import { EMPTY_SEND_RESULT as Tm, RECEPTION_ACTIONS as Cm, RECEPTION_ACTION_TITLES as Mm, RECEPTION_STATUSES as Em, callResultNote as Am, loadOwnMessages as Im, messageDeliveryNote as bm, placeCall as Pm, readReceptionMessage as Rm, readReceptionMessages as Dm, readSendResult as Nm, receptionActions as Om, sendMessage as Fm } from "./components/NetworkPage/networkReception.js";
|
|
155
|
+
import { Error404 as Lm } from "./components/ErrorPage/components/Error404.js";
|
|
156
|
+
import { Error406 as km } from "./components/ErrorPage/components/Error406.js";
|
|
157
|
+
import { Error500 as ym } from "./components/ErrorPage/components/Error500.js";
|
|
158
|
+
import { FORM_THEME_ASSETS as wm, alignRelation as Bm, isThemeAssetUrl as Vm } from "./components/FormViewer/helpers/themeUtils.js";
|
|
143
159
|
import { FeatureProgress as Wm } from "./components/FeatureProgress/FeatureProgress.js";
|
|
144
|
-
import { FeatureProgressKey as
|
|
145
|
-
import { FilePicker as
|
|
146
|
-
import { FormContextProvider as
|
|
147
|
-
import { FormStoreProvider as $m,
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
160
|
+
import { FeatureProgressKey as zm } from "./components/FeatureProgress/constants.js";
|
|
161
|
+
import { FilePicker as qm } from "./components/FilePicker/FilePicker.js";
|
|
162
|
+
import { FormContextProvider as Ym, StepsContext as Xm, useSteps as Zm } from "./components/FormViewer/hooks/useCreateFormContext.js";
|
|
163
|
+
import { FormStoreProvider as Jm, createFormStore as $m, isSameEditorTarget as en, useFormViewerStore as on } from "./components/FormViewer/store/formStore.js";
|
|
164
|
+
import { FormThemeScope as tn } from "./components/FormViewer/components/FormThemeScope.js";
|
|
165
|
+
import { FormViewer as sn } from "./components/FormViewer/FormViewer.js";
|
|
166
|
+
import { GoogleDriveIcon as mn } from "./components/IntegrationFlowAnimation/icons/GoogleDriveIcon.js";
|
|
167
|
+
import { IS_TOUCH_DEVICE as ln, IS_TOUCH_TABLET as fn } from "./components/VideoPlayer/utils/touch.js";
|
|
168
|
+
import { ImageCropper as cn } from "./components/ImageCropper/ImageCropper.js";
|
|
169
|
+
import { IntegrationFlowAnimation as un } from "./components/IntegrationFlowAnimation/IntegrationFlowAnimation.js";
|
|
170
|
+
import { LastEditedButton as Sn } from "./components/LastEditedButton/LastEditedButton.js";
|
|
171
|
+
import { LayersCubeIcon as Cn } from "./components/IntegrationFlowAnimation/icons/LayersCubeIcon.js";
|
|
172
|
+
import { MAX_MESSAGE_REACTIONS as En, MessageReactions as An } from "./components/Chat/MessageReactions/index.js";
|
|
173
|
+
import { MediaDocument as bn } from "./components/Chat/MediaDocument/index.js";
|
|
174
|
+
import { MediaLibrary as Rn } from "./components/MediaLibrary/MediaLibrary.js";
|
|
175
|
+
import { MediaLibraryBrowser as Nn } from "./components/MediaLibrary/MediaLibraryBrowser.js";
|
|
176
|
+
import { MeetingAudioScene as Fn } from "./components/MeetingPage/MeetingAudioScene.js";
|
|
177
|
+
import { MeetingBookmarks as Ln } from "./components/MeetingPage/MeetingBookmarks.js";
|
|
178
|
+
import { MeetingCardLayer as kn } from "./components/MeetingPage/MeetingCardLayer.js";
|
|
179
|
+
import { MeetingContinuity as yn } from "./components/MeetingPage/MeetingContinuity.js";
|
|
180
|
+
import { MeetingDate as wn } from "./components/MeetingPage/MeetingDate.js";
|
|
181
|
+
import { MeetingFindingReview as Vn } from "./components/MeetingPage/MeetingFindingReview.js";
|
|
182
|
+
import { MeetingMention as Wn } from "./components/MeetingPage/MeetingMention.js";
|
|
183
|
+
import { MeetingObjectAttitude as zn } from "./components/MeetingPage/MeetingObjectAttitude.js";
|
|
184
|
+
import { MeetingObjectCard as qn } from "./components/MeetingPage/MeetingObjectCard.js";
|
|
185
|
+
import { MeetingObjectDirectory as Yn } from "./components/MeetingPage/MeetingObjectDirectory.js";
|
|
186
|
+
import { MeetingObjectEditor as Zn } from "./components/MeetingPage/MeetingObjectEditor.js";
|
|
187
|
+
import { MeetingObjectPopover as Jn } from "./components/MeetingPage/MeetingObjectPopover.js";
|
|
188
|
+
import { MeetingPagePanels as el } from "./components/MeetingPage/MeetingPagePanels.js";
|
|
189
|
+
import { MeetingPageView as rl } from "./components/MeetingPage/MeetingPageView.js";
|
|
190
|
+
import { MeetingPanelError as al } from "./components/MeetingPage/MeetingPanelError.js";
|
|
191
|
+
import { MeetingPanelsSection as il } from "./components/MeetingPage/MeetingPanelsSection.js";
|
|
192
|
+
import { MeetingPersonAppearances as ml } from "./components/MeetingPage/MeetingPersonAppearances.js";
|
|
193
|
+
import { MeetingSoundtrack as ll } from "./components/MeetingPage/MeetingSoundtrack.js";
|
|
194
|
+
import { MeetingSpeakerNaming as xl } from "./components/MeetingPage/MeetingSpeakerNaming.js";
|
|
195
|
+
import { MeetingToneStrip as dl } from "./components/MeetingPage/MeetingToneStrip.js";
|
|
196
|
+
import { MessageActions as gl } from "./components/Chat/MessageActions/index.js";
|
|
197
|
+
import { MessageAuthor as Tl } from "./components/Chat/MessageAuthor/index.js";
|
|
198
|
+
import { MessageForward as Ml } from "./components/Chat/MessageForward/index.js";
|
|
199
|
+
import { MessageList as Al } from "./components/Chat/MessageList/index.js";
|
|
200
|
+
import { MessageMeta as bl } from "./components/Chat/MessageMeta/index.js";
|
|
201
|
+
import { MessageReply as Rl } from "./components/Chat/MessageReply/index.js";
|
|
202
|
+
import { MessageStatus as Nl } from "./components/Chat/MessageStatus/index.js";
|
|
203
|
+
import { MusicPlayerBar as Fl } from "./components/MusicPlayerBar/MusicPlayerBar.js";
|
|
204
|
+
import { NavMenu as Ll } from "./components/NavMenu/NavMenu.js";
|
|
205
|
+
import { NavMenuItem as kl, NavMenuLoadMore as vl } from "./components/NavMenu/components/NavMenuItem.js";
|
|
206
|
+
import { NavMenuLabel as Ul } from "./components/NavMenu/components/NavMenuLabel.js";
|
|
207
|
+
import { NavMenuProvider as Bl, createNavMenuStore as Vl, useNavMenuStore as Hl } from "./components/NavMenu/store.js";
|
|
208
|
+
import { NetworkDirectory as jl } from "./components/NetworkPage/NetworkDirectory.js";
|
|
209
|
+
import { NotionIcon as Gl } from "./components/IntegrationFlowAnimation/icons/NotionIcon.js";
|
|
210
|
+
import { ONBOARDING_COMPLETED_STORAGE_KEY as Kl, ONBOARDING_STEP_STORAGE_KEY as Yl, clearSavedStep as Xl, completeOnboarding as Zl, getSavedStepIndex as Ql, isOnboardingCompleted as Jl, resetOnboarding as $l, saveStepIndex as ef, setOnboardingUserId as of, suppressOnboarding as rf, useOnboardingTour as tf } from "./components/OnboardingTour/useOnboardingTour.js";
|
|
211
|
+
import { OnboardingTourWrapper as sf } from "./components/OnboardingTour/OnboardingTourWrapper.js";
|
|
212
|
+
import { PANEL_HIDDEN_STATUSES as mf, panelErrorStatus as nf, panelRequestView as lf, panelStatusHides as ff } from "./components/MeetingPage/panelRequestView.js";
|
|
213
|
+
import { PinModal as cf } from "./components/PinModal/PinModal.js";
|
|
214
|
+
import { ReceptionActions as uf } from "./components/NetworkPage/ReceptionActions.js";
|
|
215
|
+
import { SENTIMENT_SHORT as Sf, SENTIMENT_SIGN as Tf, SENTIMENT_WORD as Cf, attitudeTrend as Mf, describeAttitude as Ef, loadObjectAttitude as Af, meetingsWithMarks as If, normalizeObjectAttitude as bf, setMentionSentiment as Pf } from "./components/MeetingPage/objectAttitude.js";
|
|
216
|
+
import { STATIC_CLASSES as Df, combineClasses as Nf, getPageNumberClass as Of } from "./components/FormViewer/helpers/staticClasses.js";
|
|
217
|
+
import { Schemes as _f } from "./components/FormViewer/types/schemes.js";
|
|
218
|
+
import { ServiceMessage as hf } from "./components/Chat/ServiceMessage/index.js";
|
|
219
|
+
import { SortableList as vf } from "./components/SortableList/SortableList.js";
|
|
220
|
+
import { SpeakerAvatar as Uf, useWorkspaceMembers as wf, useWorkspaceMembersState as Bf } from "./components/MeetingPage/SpeakerAvatar.js";
|
|
221
|
+
import { StorageEntityItem as Hf } from "./components/StorageUsageEntityList/StorageEntityItem.js";
|
|
222
|
+
import { StorageEntityList as jf } from "./components/StorageUsageEntityList/StorageUsageEntityList.js";
|
|
223
|
+
import { TONE_SIGN as Gf, TONE_WORD as qf, bucketHasCharge as Kf, bucketSeekMs as Yf, describeTone as Xf, normalizeMeetingTone as Zf, spanAtBucket as Qf, toneBucketCount as Jf, toneBySegment as $f } from "./components/MeetingPage/meetingTone.js";
|
|
224
|
+
import { TablePagination as ox } from "./components/table/components/TablePagination.js";
|
|
225
|
+
import { TableSearch as tx } from "./components/table/components/TableSearch.js";
|
|
226
|
+
import { TreeIndentContainer as sx, TreeIndentItem as ix } from "./components/TreeIndent/TreeIndent.js";
|
|
227
|
+
import { UnreadSeparator as mx } from "./components/Chat/UnreadSeparator/index.js";
|
|
228
|
+
import { VideoPlayer as lx } from "./components/VideoPlayer/VideoPlayer.js";
|
|
229
|
+
import { VideoSettingsModal as xx } from "./components/VideoPlayer/components/VideoSettingsModal/index.js";
|
|
230
|
+
import { activeLaneKey as dx, conversationDensity as ux, speakerInitials as gx, speechActivity as Sx } from "./components/MeetingPage/speechActivity.js";
|
|
231
|
+
import { addAlias as Cx, addRelation as Mx, confirmMention as Ex, createObject as Ax, listAliases as Ix, listMeetingMentions as bx, listObjects as Px, listRelations as Rx, loadObject as Dx, mergeObjects as Nx, objectFace as Ox, rejectMention as Fx, removeAlias as _x, removeRelation as Lx, renameObject as hx } from "./components/MeetingPage/meetingObjects.js";
|
|
232
|
+
import { alignList as vx, buttonAlignList as yx, conditionOperatorsList as Ux, isSize as wx, mediaLayoutList as Bx, sizeList as Vx } from "./components/FormViewer/types/form.js";
|
|
233
|
+
import { bindSpeaker as Wx, forgetWorkspaceMembers as jx, listWorkspaceMembers as zx, listWorkspacePersons as Gx, unbindSpeaker as qx } from "./components/MeetingPage/meetingPersons.js";
|
|
234
|
+
import { closePinModal as Yx, openPinModal as Xx, usePinModalStore as Zx } from "./components/PinModal/slice.js";
|
|
235
|
+
import { computeBlocked as Jx, computeUnavailableMessage as $x, computeUnavailableShort as ec, normalizeComputeHelper as oc, transcriptEmptyMessage as rc } from "./components/MeetingPage/computeAvailability.js";
|
|
236
|
+
import { coverCollections as ac } from "./components/FilePicker/coverCollections.js";
|
|
237
|
+
import { createFormStoreApi as ic } from "./components/FormViewer/store/formStoreApi.js";
|
|
238
|
+
import { cropImage as mc } from "./components/ImageCropper/cropUtils.js";
|
|
239
|
+
import { dropUnknownControls as lc, isKnownControlType as fc, migrateFormConfig as xc, migrateStepHeadings as cc } from "./components/FormViewer/helpers/migrate.js";
|
|
240
|
+
import { default as uc } from "./lang/locales/ui_en.json.js";
|
|
241
|
+
import { default as Sc } from "./lang/locales/ui_es.json.js";
|
|
242
|
+
import { escapeHtml as Cc, getVideoEmbedUrl as Mc, isVideoPlatformUrl as Ec, parseEmbedUrl as Ac, parseVideoUrl as Ic } from "./lib/contentImport/utils.js";
|
|
243
|
+
import { fetchUnsplashPhotos as Pc, useUnsplashPhotos as Rc } from "./components/FilePicker/api/unsplashApi.js";
|
|
244
|
+
import { filterPinnedColumns as Nc, getAggregateValue as Oc, getAggregationColumns as Fc, getColumnId as _c, getColumnsProps as Lc, getCurrencyColumn as hc, getDateColumn as kc, getExpandingColumn as vc, getHeaderStyles as yc, getNumberColumn as Uc, getPercentColumn as wc, getRatioColumn as Bc, getSelectionColumn as Vc, isTechnicalColumn as Hc, mergeColumn as Wc } from "./components/table/helpers/columns.js";
|
|
245
|
+
import { filterSegments as zc, findActiveChapterIndex as Gc, findActiveSegmentIndex as qc, formatMeetingDate as Kc, formatSpokenDuration as Yc, formatTimecode as Xc, isScreenShareAt as Zc, meetingStartedAt as Qc, normalizeMeetingModel as Jc, openFindings as $c, parseTimeParam as ed, participantName as od, rosterPortraits as rd, speakerFaceUrl as td, speakerFaces as ad, speakerLabel as sd, speakerLabels as id, speakerUserId as pd, unnamedSpeakerCount as md, withTimeParam as nd } from "./components/MeetingPage/meetingModel.js";
|
|
246
|
+
import { findMeetingVideoId as fd, isMeetingSummaryHtml as xd } from "./components/MeetingPage/findMeetingVideo.js";
|
|
247
|
+
import { getNextStep as dd, operatorsRelation as ud } from "./components/FormViewer/helpers/conditions.js";
|
|
248
|
+
import { getTextValidation as Sd, isImageUrl as Td, isValidEmail as Cd, isValidUrl as Md, useValidation as Ed } from "./components/FormViewer/helpers/validation.js";
|
|
249
|
+
import { hasAudibleShape as Id, soundtrackBars as bd } from "./components/MeetingPage/soundtrackBars.js";
|
|
250
|
+
import { isAutoGeneratedTrack as Rd, normalizeSubtitleTrack as Dd } from "./components/VideoPlayer/utils/subtitles.js";
|
|
251
|
+
import { meetingPageHref as Od, useWorkspaceAlias as Fd } from "./components/MeetingPage/continuityLink.js";
|
|
252
|
+
import { mentionRuns as Ld, mentionsBySegment as hd } from "./components/MeetingPage/mentionRuns.js";
|
|
253
|
+
import { mergeTheme as vd, sortSteps as yd } from "./components/FormViewer/helpers/helpers.js";
|
|
254
|
+
import { panelFetch as wd, useMeetingPanelFetch as Bd } from "./components/MeetingPage/panelFetch.js";
|
|
255
|
+
import { parseChaptersText as Hd, parseTimestampToSec as Wd, secondsToTimestamp as jd } from "./components/VideoPlayer/utils/chapters.js";
|
|
256
|
+
import { playerHandleForElement as Gd } from "./components/MeetingPage/MeetingPlayerHandle.js";
|
|
257
|
+
import { default as Kd } from "./lang/locales/ui_ru.json.js";
|
|
258
|
+
import { serializeToLexicalHtml as Xd } from "./lib/contentImport/lexicalSerializer.js";
|
|
259
|
+
import { useActiveControl as Qd } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
260
|
+
import { useActiveStep as $d } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
261
|
+
import { useBlankVideo as ou } from "./components/MeetingPage/useBlankVideo.js";
|
|
262
|
+
import { useCreateTable as tu } from "./components/table/hooks/useCreateTable.js";
|
|
263
|
+
import { useCropInteraction as su } from "./components/ImageCropper/useCropInteraction.js";
|
|
264
|
+
import { useFormMobile as pu } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
265
|
+
import { useInterpolate as nu, useInterpolateText as lu } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
266
|
+
import { useMeetingMentions as xu } from "./components/MeetingPage/useMeetingMentions.js";
|
|
267
|
+
import { useMeetingModel as du } from "./components/MeetingPage/useMeetingModel.js";
|
|
268
|
+
import { useMeetingPanelView as gu } from "./components/MeetingPage/useMeetingPanelView.js";
|
|
269
|
+
import { useMeetingPlayerBinding as Tu } from "./components/MeetingPage/useMeetingPlayerBinding.js";
|
|
270
|
+
import { useMeetingTone as Mu } from "./components/MeetingPage/useMeetingTone.js";
|
|
271
|
+
import { useSaveRowCount as Au } from "./components/table/hooks/useSaveRowCount.js";
|
|
207
272
|
export {
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
273
|
+
yi as APPEARANCE_KIND,
|
|
274
|
+
Vi as AUTHOR_COLORS,
|
|
275
|
+
Hi as AVATAR_COLORS,
|
|
276
|
+
q as ActiveWorkspace,
|
|
277
|
+
ie as AlertsBlock,
|
|
278
|
+
u as AliasTextInput,
|
|
279
|
+
s as AnimatedFigurePage,
|
|
280
|
+
ze as AnimationWrapper,
|
|
281
|
+
O as AppContainer,
|
|
282
|
+
p as AppShell,
|
|
283
|
+
Gr as AppSidebarButton,
|
|
284
|
+
Je as AttachmentsGalleryModal,
|
|
285
|
+
fo as AttachmentsPreview,
|
|
286
|
+
Ra as AuthErrors,
|
|
287
|
+
er as BottomDrawerWithoutHeader,
|
|
288
|
+
lr as BouncingLogo,
|
|
289
|
+
Mi as COLOR_SCHEMES,
|
|
290
|
+
Gi as CONTACT_ACTIONS,
|
|
291
|
+
qi as CONTACT_ACTION_TITLES,
|
|
292
|
+
Ki as CONTACT_STATUSES,
|
|
293
|
+
Ap as CONTENT_CONTROL_TYPES,
|
|
294
|
+
Ir as CREATE_CONDITION_FORM_ID,
|
|
295
|
+
Rp as CallMessage,
|
|
296
|
+
Np as ChatBubble,
|
|
297
|
+
Fp as ChatHeader,
|
|
298
|
+
Lp as ChatInput,
|
|
299
|
+
kp as ChatLayout,
|
|
300
|
+
yp as ChatMessage,
|
|
301
|
+
wp as ChatPill,
|
|
302
|
+
ir as CircleColorPicker,
|
|
303
|
+
Vp as CollapsibleContainer,
|
|
304
|
+
Ce as ColorCircle,
|
|
305
|
+
Me as ColorPicker,
|
|
306
|
+
Ae as ColorPickerList,
|
|
307
|
+
We as ColorPickerPopover,
|
|
308
|
+
be as ColorPickerToolbar,
|
|
309
|
+
co as CommentComposer,
|
|
310
|
+
go as CommentComposerTypes,
|
|
311
|
+
Zo as CommunitiesDialog,
|
|
312
|
+
Wp as ContactActions,
|
|
313
|
+
jp as ContactMark,
|
|
314
|
+
Yp as ContactRequests,
|
|
315
|
+
xe as ControlIcon,
|
|
316
|
+
rr as Copyright,
|
|
317
|
+
k as CustomKBD,
|
|
318
|
+
Ei as DEFAULT_COLOR_SCHEME,
|
|
319
|
+
br as DEFAULT_END_STEP_ID,
|
|
320
|
+
Ai as DEFAULT_FONT_FAMILY,
|
|
321
|
+
Pr as DEFAULT_MAX,
|
|
322
|
+
Rr as DEFAULT_MEDIA_BRIGHTNESS,
|
|
323
|
+
Dr as DEFAULT_MEDIA_SIZE,
|
|
324
|
+
Nr as DEFAULT_MIN,
|
|
325
|
+
Dt as DEFAULT_MODE,
|
|
326
|
+
Or as DEFAULT_OPTIONS_MIN,
|
|
327
|
+
Fr as DEFAULT_OPTION_MAX_LENGTH,
|
|
328
|
+
_r as DEFAULT_START_STEP_ID,
|
|
329
|
+
Hr as DEFAULT_THEME,
|
|
330
|
+
Ii as DEFAULT_VALUES,
|
|
331
|
+
Zp as DayMeta,
|
|
332
|
+
Jp as DialogItem,
|
|
333
|
+
em as DialogList,
|
|
334
|
+
Lr as EDIT_CONDITION_FORM_ID,
|
|
335
|
+
rm as EMPTY_DIRECTORY,
|
|
336
|
+
Tm as EMPTY_SEND_RESULT,
|
|
337
|
+
Go as EXPAND_COLUMN_FIELD,
|
|
338
|
+
D as EmojiPanel,
|
|
339
|
+
b as EmojiPicker,
|
|
340
|
+
Qr as EntityIcon,
|
|
341
|
+
ar as EntityTitle,
|
|
342
|
+
Lm as Error404,
|
|
343
|
+
km as Error406,
|
|
344
|
+
ym as Error500,
|
|
345
|
+
le as ErrorAlert,
|
|
346
|
+
ae as ErrorPage,
|
|
347
|
+
Ha as FEATURE_KEYS,
|
|
348
|
+
wm as FORM_THEME_ASSETS,
|
|
271
349
|
Wm as FeatureProgress,
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
Fi as
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
350
|
+
zm as FeatureProgressKey,
|
|
351
|
+
qm as FilePicker,
|
|
352
|
+
A as FilePickerUpload,
|
|
353
|
+
zp as Fingerprint,
|
|
354
|
+
Ri as FlowIcon,
|
|
355
|
+
Ym as FormContextProvider,
|
|
356
|
+
Ni as FormIcon,
|
|
357
|
+
Jm as FormStoreProvider,
|
|
358
|
+
tn as FormThemeScope,
|
|
359
|
+
sn as FormViewer,
|
|
360
|
+
Ao as FrontTable,
|
|
361
|
+
mn as GoogleDriveIcon,
|
|
362
|
+
V as GroupAvatar,
|
|
363
|
+
Re as HighlightSwatch,
|
|
364
|
+
Oe as IS_APPLE,
|
|
365
|
+
ln as IS_TOUCH_DEVICE,
|
|
366
|
+
fn as IS_TOUCH_TABLET,
|
|
367
|
+
de as IconEntity,
|
|
368
|
+
ue as IconType,
|
|
369
|
+
cn as ImageCropper,
|
|
370
|
+
eo as ImageModal,
|
|
371
|
+
un as IntegrationFlowAnimation,
|
|
372
|
+
Mo as LanguagePicker,
|
|
373
|
+
Sn as LastEditedButton,
|
|
374
|
+
Cn as LayersCubeIcon,
|
|
375
|
+
so as LayersLogoCopyright,
|
|
376
|
+
io as LayersLogoIcon,
|
|
377
|
+
po as Logotype,
|
|
378
|
+
En as MAX_MESSAGE_REACTIONS,
|
|
379
|
+
hr as MAX_OPTIONS_COUNT,
|
|
380
|
+
oi as MODULE_IDS,
|
|
381
|
+
bn as MediaDocument,
|
|
382
|
+
Rn as MediaLibrary,
|
|
383
|
+
Nn as MediaLibraryBrowser,
|
|
384
|
+
_ as MeetWidgetProvider,
|
|
385
|
+
Fn as MeetingAudioScene,
|
|
386
|
+
Ln as MeetingBookmarks,
|
|
387
|
+
kn as MeetingCardLayer,
|
|
388
|
+
yn as MeetingContinuity,
|
|
389
|
+
wn as MeetingDate,
|
|
390
|
+
Vn as MeetingFindingReview,
|
|
391
|
+
Wn as MeetingMention,
|
|
392
|
+
zn as MeetingObjectAttitude,
|
|
393
|
+
qn as MeetingObjectCard,
|
|
394
|
+
Yn as MeetingObjectDirectory,
|
|
395
|
+
Zn as MeetingObjectEditor,
|
|
396
|
+
Jn as MeetingObjectPopover,
|
|
397
|
+
el as MeetingPagePanels,
|
|
398
|
+
rl as MeetingPageView,
|
|
399
|
+
al as MeetingPanelError,
|
|
400
|
+
il as MeetingPanelsSection,
|
|
401
|
+
ml as MeetingPersonAppearances,
|
|
402
|
+
ll as MeetingSoundtrack,
|
|
403
|
+
xl as MeetingSpeakerNaming,
|
|
404
|
+
dl as MeetingToneStrip,
|
|
405
|
+
$ as MenuUserDropdown,
|
|
406
|
+
gl as MessageActions,
|
|
407
|
+
Tl as MessageAuthor,
|
|
408
|
+
Ml as MessageForward,
|
|
409
|
+
Al as MessageList,
|
|
410
|
+
bl as MessageMeta,
|
|
411
|
+
An as MessageReactions,
|
|
412
|
+
Rl as MessageReply,
|
|
413
|
+
Nl as MessageStatus,
|
|
414
|
+
Fl as MusicPlayerBar,
|
|
415
|
+
Ll as NavMenu,
|
|
416
|
+
kl as NavMenuItem,
|
|
417
|
+
Ul as NavMenuLabel,
|
|
418
|
+
vl as NavMenuLoadMore,
|
|
419
|
+
Bl as NavMenuProvider,
|
|
420
|
+
Q as NavbarResizer,
|
|
421
|
+
Gp as NetworkContacts,
|
|
422
|
+
jl as NetworkDirectory,
|
|
423
|
+
Ve as NewColorPicker,
|
|
424
|
+
S as NoData,
|
|
425
|
+
me as NotFound,
|
|
426
|
+
Jo as NotPublicPanel,
|
|
427
|
+
Gl as NotionIcon,
|
|
428
|
+
Xr as Numbers,
|
|
429
|
+
Kl as ONBOARDING_COMPLETED_STORAGE_KEY,
|
|
430
|
+
Yl as ONBOARDING_STEP_STORAGE_KEY,
|
|
431
|
+
sf as OnboardingTourWrapper,
|
|
432
|
+
mf as PANEL_HIDDEN_STATUSES,
|
|
433
|
+
Fi as PageIcon,
|
|
434
|
+
M as PillTabs,
|
|
435
|
+
cf as PinModal,
|
|
436
|
+
ge as ProjectIcon,
|
|
437
|
+
Fe as RECENT_COLOR_HOTKEY,
|
|
438
|
+
tm as RECENT_DAYS,
|
|
439
|
+
Cm as RECEPTION_ACTIONS,
|
|
440
|
+
Mm as RECEPTION_ACTION_TITLES,
|
|
441
|
+
Em as RECEPTION_STATUSES,
|
|
442
|
+
uf as ReceptionActions,
|
|
443
|
+
am as SECTIONS,
|
|
444
|
+
qo as SELECT_COLUMN_FIELD,
|
|
445
|
+
Sf as SENTIMENT_SHORT,
|
|
446
|
+
Tf as SENTIMENT_SIGN,
|
|
447
|
+
Cf as SENTIMENT_WORD,
|
|
448
|
+
Df as STATIC_CLASSES,
|
|
449
|
+
_f as Schemes,
|
|
450
|
+
qe as SearchFilters,
|
|
451
|
+
Ye as SearchHelpModal,
|
|
452
|
+
hf as ServiceMessage,
|
|
453
|
+
n as SettingsSection,
|
|
454
|
+
W as ShakaVideoPlayer,
|
|
455
|
+
Kr as SidebarToggleButton,
|
|
456
|
+
f as SocialLinkRow,
|
|
457
|
+
vf as SortableList,
|
|
458
|
+
Uf as SpeakerAvatar,
|
|
459
|
+
Li as SprintIcon,
|
|
460
|
+
Xm as StepsContext,
|
|
461
|
+
Hf as StorageEntityItem,
|
|
462
|
+
jf as StorageEntityList,
|
|
463
|
+
To as StorageUsageProgress,
|
|
464
|
+
Ko as TABLE_AGGREGATION_ROW_ID,
|
|
465
|
+
Yo as TABLE_ATTRIBUTES,
|
|
466
|
+
Gf as TONE_SIGN,
|
|
467
|
+
qf as TONE_WORD,
|
|
468
|
+
mr as TableMenu,
|
|
469
|
+
ox as TablePagination,
|
|
470
|
+
tx as TableSearch,
|
|
471
|
+
De as TextColorIcon,
|
|
472
|
+
no as ThemeIndicator,
|
|
473
|
+
c as TimezonePicker,
|
|
474
|
+
sx as TreeIndentContainer,
|
|
475
|
+
ix as TreeIndentItem,
|
|
476
|
+
mx as UnreadSeparator,
|
|
477
|
+
w as UserAvatar,
|
|
478
|
+
lx as VideoPlayer,
|
|
479
|
+
ki as VideoSelect,
|
|
480
|
+
xx as VideoSettingsModal,
|
|
481
|
+
X as WorkspaceAvatar,
|
|
482
|
+
K as WorkspaceMenu,
|
|
483
|
+
Yi as acceptRequest,
|
|
484
|
+
xr as activeControlReselect,
|
|
485
|
+
dx as activeLaneKey,
|
|
486
|
+
cr as activeStepIdReselect,
|
|
487
|
+
dr as activeStepReselect,
|
|
488
|
+
Cx as addAlias,
|
|
489
|
+
Xi as addContact,
|
|
490
|
+
Ws as addQueryParam,
|
|
491
|
+
Mx as addRelation,
|
|
492
|
+
bo as aggregationReselect,
|
|
493
|
+
vx as alignList,
|
|
494
|
+
Bm as alignRelation,
|
|
495
|
+
Qa as appContainerStore,
|
|
496
|
+
Nt as appDesktop,
|
|
497
|
+
bt as appFeature,
|
|
498
|
+
Ot as appServer,
|
|
499
|
+
Mf as attitudeTrend,
|
|
500
|
+
sm as availabilityNote,
|
|
501
|
+
Wx as bindSpeaker,
|
|
502
|
+
Zi as blockContact,
|
|
503
|
+
Qi as blockRequest,
|
|
504
|
+
Ji as bookView,
|
|
505
|
+
Qs as brand,
|
|
506
|
+
Js as brandI18nVariables,
|
|
507
|
+
Kf as bucketHasCharge,
|
|
508
|
+
Yf as bucketSeekMs,
|
|
509
|
+
yx as buttonAlignList,
|
|
510
|
+
Am as callResultNote,
|
|
511
|
+
$i as cardRefreshLabel,
|
|
512
|
+
Xl as clearSavedStep,
|
|
513
|
+
oo as closeImageModal,
|
|
514
|
+
Yx as closePinModal,
|
|
515
|
+
Xe as closeSearchHelpModal,
|
|
516
|
+
os as closeSearchModal,
|
|
517
|
+
ss as closeTrashModal,
|
|
518
|
+
Ts as closeUserDiscordDialog,
|
|
519
|
+
ds as closeUserPlansModal,
|
|
520
|
+
_e as colorsEqual,
|
|
521
|
+
Po as columnsMapReselect,
|
|
522
|
+
Ro as columnsReselect,
|
|
523
|
+
Nf as combineClasses,
|
|
524
|
+
gt as combineStatuses,
|
|
525
|
+
As as completeFeatureStep,
|
|
526
|
+
Zl as completeOnboarding,
|
|
527
|
+
Jx as computeBlocked,
|
|
528
|
+
$x as computeUnavailableMessage,
|
|
529
|
+
ec as computeUnavailableShort,
|
|
530
|
+
Ux as conditionOperatorsList,
|
|
531
|
+
Ex as confirmMention,
|
|
532
|
+
ep as contactActions,
|
|
533
|
+
op as contactDelivery,
|
|
534
|
+
rp as contactStatusNote,
|
|
535
|
+
Ip as controlsDataMap,
|
|
536
|
+
ur as controlsReselect,
|
|
537
|
+
ux as conversationDensity,
|
|
538
|
+
ac as coverCollections,
|
|
539
|
+
$m as createFormStore,
|
|
540
|
+
ic as createFormStoreApi,
|
|
541
|
+
Vl as createNavMenuStore,
|
|
542
|
+
Ax as createObject,
|
|
543
|
+
Ho as createTableStore,
|
|
544
|
+
z as createVideoSettingsDataSource,
|
|
545
|
+
mc as cropImage,
|
|
546
|
+
Ca as dateFnsLocales,
|
|
547
|
+
tp as declineRequest,
|
|
548
|
+
ap as deleteContact,
|
|
549
|
+
sp as deliveryNote,
|
|
550
|
+
Ef as describeAttitude,
|
|
551
|
+
Xf as describeTone,
|
|
552
|
+
Tt as downloadCSVAsBlob,
|
|
553
|
+
Ct as downloadImageFromExternalUrl,
|
|
554
|
+
Mt as downloadURL,
|
|
555
|
+
lc as dropUnknownControls,
|
|
556
|
+
uc as enUI,
|
|
557
|
+
Sc as esUI,
|
|
558
|
+
Cc as escapeHtml,
|
|
559
|
+
Pc as fetchUnsplashPhotos,
|
|
560
|
+
Bt as filterHierarchyByTypes,
|
|
561
|
+
Nc as filterPinnedColumns,
|
|
562
|
+
zc as filterSegments,
|
|
563
|
+
Gc as findActiveChapterIndex,
|
|
564
|
+
qc as findActiveSegmentIndex,
|
|
565
|
+
fd as findMeetingVideoId,
|
|
566
|
+
Is as finishFeatureFlow,
|
|
567
|
+
jx as forgetWorkspaceMembers,
|
|
568
|
+
Ui as formatAppearanceDate,
|
|
569
|
+
Ut as formatBytes,
|
|
570
|
+
Kc as formatMeetingDate,
|
|
571
|
+
Yc as formatSpokenDuration,
|
|
572
|
+
ks as formatStorage,
|
|
573
|
+
vs as formatStoragePercent,
|
|
574
|
+
Xc as formatTimecode,
|
|
575
|
+
im as freshnessLabel,
|
|
576
|
+
At as generateLink,
|
|
577
|
+
Oc as getAggregateValue,
|
|
578
|
+
Fc as getAggregationColumns,
|
|
579
|
+
Wi as getAuthorColor,
|
|
580
|
+
ji as getAvatarColor,
|
|
581
|
+
ma as getBrowserTimeZone,
|
|
582
|
+
_c as getColumnId,
|
|
583
|
+
Lc as getColumnsProps,
|
|
584
|
+
ws as getCroppedBlob,
|
|
585
|
+
hc as getCurrencyColumn,
|
|
586
|
+
kc as getDateColumn,
|
|
587
|
+
kr as getDefaultDropdownOptions,
|
|
588
|
+
vr as getDefaultEndStep,
|
|
589
|
+
yr as getDefaultStartStep,
|
|
590
|
+
ri as getEnvConfig,
|
|
591
|
+
ti as getEnvValue,
|
|
592
|
+
vc as getExpandingColumn,
|
|
593
|
+
bs as getFeatureCompletedSteps,
|
|
594
|
+
Gs as getFeatureRating,
|
|
595
|
+
jt as getFileIcons,
|
|
596
|
+
Gt as getFileType,
|
|
597
|
+
Ur as getFirstStep,
|
|
598
|
+
yc as getHeaderStyles,
|
|
599
|
+
ai as getInstanceConfig,
|
|
600
|
+
$s as getLegalDocHtml,
|
|
601
|
+
si as getMaxUploadSize,
|
|
602
|
+
Lt as getMimeType,
|
|
603
|
+
dd as getNextStep,
|
|
604
|
+
Uc as getNumberColumn,
|
|
605
|
+
ii as getOfficeUrl,
|
|
606
|
+
Of as getPageNumberClass,
|
|
607
|
+
Kt as getPartOfTheDay,
|
|
608
|
+
wc as getPercentColumn,
|
|
609
|
+
Vs as getPlanBadgeColor,
|
|
610
|
+
Ft as getPlatformInfo,
|
|
611
|
+
pi as getProjectPresetTags,
|
|
612
|
+
r as getPublicAppOrigin,
|
|
613
|
+
Ht as getRandomIconColor,
|
|
614
|
+
wr as getRandomId,
|
|
615
|
+
Bc as getRatioColumn,
|
|
616
|
+
na as getSafeFormatter,
|
|
617
|
+
Ql as getSavedStepIndex,
|
|
618
|
+
Vc as getSelectionColumn,
|
|
619
|
+
Br as getStepTitle,
|
|
620
|
+
Sd as getTextValidation,
|
|
621
|
+
la as getTimeZones,
|
|
622
|
+
fa as getUtcOffset,
|
|
623
|
+
Mc as getVideoEmbedUrl,
|
|
624
|
+
qs as getVisitData,
|
|
625
|
+
Id as hasAudibleShape,
|
|
626
|
+
T as illustrationMap,
|
|
627
|
+
aa as initHotjar,
|
|
628
|
+
Xt as isAppMode,
|
|
629
|
+
Rd as isAutoGeneratedTrack,
|
|
630
|
+
bp as isContentControlType,
|
|
631
|
+
Le as isDefaultColor,
|
|
632
|
+
mi as isDesktopDownloadEnabled,
|
|
633
|
+
Qt as isEmbedMode,
|
|
634
|
+
Pt as isFeature,
|
|
635
|
+
Ps as isFeatureDone,
|
|
636
|
+
Ks as isFeatureRated,
|
|
637
|
+
gr as isFormDirtyReselect,
|
|
638
|
+
ht as isGalleryMediaFile,
|
|
639
|
+
Td as isImageUrl,
|
|
640
|
+
fc as isKnownControlType,
|
|
641
|
+
ni as isLivekitCallsEnabled,
|
|
642
|
+
li as isLivekitEnabled,
|
|
643
|
+
xd as isMeetingSummaryHtml,
|
|
644
|
+
kt as isMobileDevice,
|
|
645
|
+
fi as isModuleEnabled,
|
|
646
|
+
ea as isNoAccessError,
|
|
647
|
+
_a as isNumberValue,
|
|
648
|
+
xi as isOfficeEnabled,
|
|
649
|
+
pt as isOfflineSuppressed,
|
|
650
|
+
Jl as isOnboardingCompleted,
|
|
651
|
+
en as isSameEditorTarget,
|
|
652
|
+
Zc as isScreenShareAt,
|
|
653
|
+
ci as isSelfHostedEnterprise,
|
|
654
|
+
wx as isSize,
|
|
655
|
+
Hc as isTechnicalColumn,
|
|
656
|
+
he as isTextSectionKey,
|
|
657
|
+
Vm as isThemeAssetUrl,
|
|
658
|
+
bi as isValidColorScheme,
|
|
659
|
+
Cd as isValidEmail,
|
|
660
|
+
xa as isValidTimeZone,
|
|
661
|
+
Md as isValidUrl,
|
|
662
|
+
vt as isVideoFile,
|
|
663
|
+
Ec as isVideoPlatformUrl,
|
|
664
|
+
di as joinBaseUrlPath,
|
|
665
|
+
pm as knowledgeNote,
|
|
666
|
+
Ix as listAliases,
|
|
667
|
+
bx as listMeetingMentions,
|
|
668
|
+
Px as listObjects,
|
|
669
|
+
wi as listPersonAppearances,
|
|
670
|
+
Rx as listRelations,
|
|
671
|
+
zx as listWorkspaceMembers,
|
|
672
|
+
Gx as listWorkspacePersons,
|
|
673
|
+
ip as loadContacts,
|
|
674
|
+
mm as loadDirectory,
|
|
675
|
+
Dx as loadObject,
|
|
676
|
+
Af as loadObjectAttitude,
|
|
677
|
+
Im as loadOwnMessages,
|
|
678
|
+
pp as loadRequests,
|
|
679
|
+
nm as loadWithdrawn,
|
|
680
|
+
oe as maximizeFromTarget,
|
|
681
|
+
Bx as mediaLayoutList,
|
|
682
|
+
Od as meetingPageHref,
|
|
683
|
+
Qc as meetingStartedAt,
|
|
684
|
+
If as meetingsWithMarks,
|
|
685
|
+
Ld as mentionRuns,
|
|
686
|
+
hd as mentionsBySegment,
|
|
687
|
+
Wc as mergeColumn,
|
|
688
|
+
Nx as mergeObjects,
|
|
689
|
+
vd as mergeTheme,
|
|
690
|
+
bm as messageDeliveryNote,
|
|
691
|
+
Do as metaReselect,
|
|
692
|
+
xc as migrateFormConfig,
|
|
693
|
+
cc as migrateStepHeadings,
|
|
694
|
+
re as minimizeToTarget,
|
|
695
|
+
ui as normalizeBaseUrl,
|
|
696
|
+
ke as normalizeColorItem,
|
|
697
|
+
oc as normalizeComputeHelper,
|
|
698
|
+
Jc as normalizeMeetingModel,
|
|
699
|
+
Zf as normalizeMeetingTone,
|
|
700
|
+
bf as normalizeObjectAttitude,
|
|
701
|
+
Dd as normalizeSubtitleTrack,
|
|
702
|
+
gi as normalizeUrl,
|
|
703
|
+
Ox as objectFace,
|
|
704
|
+
$c as openFindings,
|
|
705
|
+
ro as openImageModal,
|
|
706
|
+
Xx as openPinModal,
|
|
707
|
+
jr as openRemoveConfirmModal,
|
|
708
|
+
Ze as openSearchHelpModal,
|
|
709
|
+
rs as openSearchModal,
|
|
710
|
+
y as openSubmitModal,
|
|
711
|
+
is as openTrashModal,
|
|
712
|
+
Cs as openUserDiscordDialog,
|
|
713
|
+
us as openUserPlansModal,
|
|
714
|
+
ud as operatorsRelation,
|
|
715
|
+
_s as orderMap,
|
|
716
|
+
No as paginationMetaReselect,
|
|
717
|
+
nf as panelErrorStatus,
|
|
718
|
+
wd as panelFetch,
|
|
719
|
+
lf as panelRequestView,
|
|
720
|
+
ff as panelStatusHides,
|
|
721
|
+
Hd as parseChaptersText,
|
|
722
|
+
ra as parseDate,
|
|
723
|
+
Ac as parseEmbedUrl,
|
|
724
|
+
ca as parseInvalidTz,
|
|
725
|
+
Si as parseSizeToBytes,
|
|
726
|
+
ed as parseTimeParam,
|
|
727
|
+
Wd as parseTimestampToSec,
|
|
728
|
+
Ic as parseVideoUrl,
|
|
729
|
+
od as participantName,
|
|
730
|
+
mp as pendingInbound,
|
|
731
|
+
xt as pickRandomEmoji,
|
|
732
|
+
Pm as placeCall,
|
|
733
|
+
Gd as playerHandleForElement,
|
|
734
|
+
Jt as preserveEmbedMode,
|
|
735
|
+
np as provenanceLabel,
|
|
736
|
+
Sr as questionNumberReselect,
|
|
737
|
+
lp as readContact,
|
|
738
|
+
fp as readContacts,
|
|
739
|
+
xp as readDecision,
|
|
740
|
+
lm as readDirectory,
|
|
741
|
+
fm as readOrganization,
|
|
742
|
+
Rm as readReceptionMessage,
|
|
743
|
+
Dm as readReceptionMessages,
|
|
744
|
+
cp as readRequest,
|
|
745
|
+
dp as readRequests,
|
|
746
|
+
Nm as readSendResult,
|
|
747
|
+
xm as readWithdrawn,
|
|
748
|
+
Om as receptionActions,
|
|
749
|
+
up as refreshCard,
|
|
750
|
+
Fx as rejectMention,
|
|
751
|
+
_x as removeAlias,
|
|
752
|
+
js as removeQueryParam,
|
|
753
|
+
Lx as removeRelation,
|
|
754
|
+
hx as renameObject,
|
|
755
|
+
Se as renderIcon,
|
|
756
|
+
gp as requestConfirmation,
|
|
757
|
+
Sp as requestSenderName,
|
|
758
|
+
Tp as requestStatusNote,
|
|
759
|
+
Rs as resetFeatureFlow,
|
|
760
|
+
$l as resetOnboarding,
|
|
761
|
+
ve as resolveColorLabel,
|
|
762
|
+
Ti as resolveNonBlankString,
|
|
763
|
+
ye as resolveRecentKind,
|
|
764
|
+
ys as resolveStorageLimit,
|
|
765
|
+
rd as rosterPortraits,
|
|
766
|
+
Oo as rowsReselect,
|
|
767
|
+
Kd as ruUI,
|
|
768
|
+
ef as saveStepIndex,
|
|
769
|
+
Fo as searchedRowsReselect,
|
|
770
|
+
jd as secondsToTimestamp,
|
|
771
|
+
cm as sectionRows,
|
|
772
|
+
_o as selectionReselect,
|
|
773
|
+
dm as selfNote,
|
|
774
|
+
Fm as sendMessage,
|
|
775
|
+
Xd as serializeToLexicalHtml,
|
|
776
|
+
Ds as setActiveFeatureTour,
|
|
777
|
+
Ns as setFeatureProgressUserId,
|
|
778
|
+
Ys as setFeatureRating,
|
|
779
|
+
Pf as setMentionSentiment,
|
|
780
|
+
mt as setOfflineSuppression,
|
|
781
|
+
of as setOnboardingUserId,
|
|
782
|
+
t as setPublicAppOriginResolver,
|
|
783
|
+
Xs as setVisitData,
|
|
784
|
+
Cp as shortFingerprint,
|
|
785
|
+
$r as showChatToast,
|
|
786
|
+
et as showErrorNotification,
|
|
787
|
+
lt as showFeatureFeedback,
|
|
788
|
+
ot as showMessageNotification,
|
|
789
|
+
rt as showRequestNotifications,
|
|
790
|
+
tt as showSuccessNotification,
|
|
791
|
+
at as showWarningNotification,
|
|
792
|
+
Vx as sizeList,
|
|
793
|
+
yd as sortSteps,
|
|
794
|
+
Lo as sortedRowsReselect,
|
|
795
|
+
bd as soundtrackBars,
|
|
796
|
+
um as sourceNote,
|
|
797
|
+
Qf as spanAtBucket,
|
|
798
|
+
td as speakerFaceUrl,
|
|
799
|
+
ad as speakerFaces,
|
|
800
|
+
gx as speakerInitials,
|
|
801
|
+
sd as speakerLabel,
|
|
802
|
+
id as speakerLabels,
|
|
803
|
+
pd as speakerUserId,
|
|
804
|
+
Sx as speechActivity,
|
|
805
|
+
Tr as startStepReselect,
|
|
806
|
+
Cr as stepByControlReselect,
|
|
807
|
+
Mr as stepsReselect,
|
|
808
|
+
Ls as storageCategoryColors,
|
|
809
|
+
rf as suppressOnboarding,
|
|
810
|
+
wo as tableColumnDateTypes,
|
|
811
|
+
Bo as tableColumnNumberTypes,
|
|
812
|
+
Er as themeReselect,
|
|
813
|
+
Jf as toneBucketCount,
|
|
814
|
+
$f as toneBySegment,
|
|
815
|
+
Wa as trackFeatureFeedback,
|
|
816
|
+
rc as transcriptEmptyMessage,
|
|
817
|
+
qx as unbindSpeaker,
|
|
818
|
+
Mp as unblockContact,
|
|
819
|
+
md as unnamedSpeakerCount,
|
|
820
|
+
st as updateMessageNotification,
|
|
821
|
+
fs as updateTimezone,
|
|
822
|
+
Qd as useActiveControl,
|
|
823
|
+
$d as useActiveStep,
|
|
824
|
+
Xa as useAppContainer,
|
|
825
|
+
$a as useAppContainerDataStore,
|
|
826
|
+
Ua as useAsyncStatus,
|
|
827
|
+
ou as useBlankVideo,
|
|
828
|
+
to as useChangePasswordModalStore,
|
|
829
|
+
qp as useContactBook,
|
|
830
|
+
tu as useCreateTable,
|
|
831
|
+
su as useCropInteraction,
|
|
832
|
+
Ma as useDateFnsLocale,
|
|
833
|
+
Oa as useDateUtils,
|
|
834
|
+
ja as useDelayedFeatureFeedback,
|
|
835
|
+
va as useDisableWindowScrollDuringDrag,
|
|
836
|
+
Ms as useDiscordDialogStore,
|
|
837
|
+
P as useEmojiPickerLocales,
|
|
838
|
+
Os as useFeatureProgressStore,
|
|
839
|
+
pu as useFormMobile,
|
|
840
|
+
on as useFormViewerStore,
|
|
841
|
+
Aa as useFormatDistance,
|
|
842
|
+
nu as useInterpolate,
|
|
843
|
+
lu as useInterpolateText,
|
|
844
|
+
dt as useIsDarkTheme,
|
|
845
|
+
xs as useLocalTimezone,
|
|
846
|
+
L as useMeetWidget,
|
|
847
|
+
xu as useMeetingMentions,
|
|
848
|
+
du as useMeetingModel,
|
|
849
|
+
Bd as useMeetingPanelFetch,
|
|
850
|
+
gu as useMeetingPanelView,
|
|
851
|
+
Tu as useMeetingPlayerBinding,
|
|
852
|
+
Mu as useMeetingTone,
|
|
853
|
+
ua as useMenu,
|
|
854
|
+
Hl as useNavMenuStore,
|
|
855
|
+
Da as useOAuthErrorParams,
|
|
856
|
+
Ga as useOfficePreviewAvailable,
|
|
857
|
+
tf as useOnboardingTour,
|
|
858
|
+
Zx as usePinModalStore,
|
|
859
|
+
Sa as usePlatform,
|
|
860
|
+
La as useQueryParam,
|
|
861
|
+
we as useRecentColors,
|
|
862
|
+
ha as useRouteParam,
|
|
863
|
+
Au as useSaveRowCount,
|
|
864
|
+
ts as useSearchModalStore,
|
|
865
|
+
Zm as useSteps,
|
|
866
|
+
ba as useSwipeDetect,
|
|
867
|
+
jo as useTableStore,
|
|
868
|
+
ps as useTrashModalStore,
|
|
869
|
+
Ka as useUiPref,
|
|
870
|
+
Rc as useUnsplashPhotos,
|
|
871
|
+
gs as useUserPlansModalStore,
|
|
872
|
+
Ed as useValidation,
|
|
873
|
+
Ba as useVideoUploadGuard,
|
|
874
|
+
Fd as useWorkspaceAlias,
|
|
875
|
+
wf as useWorkspaceMembers,
|
|
876
|
+
Bf as useWorkspaceMembersState,
|
|
877
|
+
ns as useWorkspacesOrder,
|
|
878
|
+
ia as validateAliasFormat,
|
|
879
|
+
ho as variableReselect,
|
|
880
|
+
gm as verificationNote,
|
|
881
|
+
ko as visibleColumnsBySideReselect,
|
|
882
|
+
vo as visibleColumnsReselect,
|
|
883
|
+
yo as visibleRowsReselect,
|
|
884
|
+
nd as withTimeParam
|
|
603
885
|
};
|