@veltdev/react 4.5.0-beta.9 → 4.5.1
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/cjs/index.js +674 -53
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/Snippyly/Snippyly.d.ts +5 -2
- package/cjs/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +9 -0
- package/cjs/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +5 -0
- package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +8 -0
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +3 -44
- package/cjs/types/components/SnippylyHuddle/SnippylyHuddle.d.ts +1 -0
- package/cjs/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +1 -0
- package/cjs/types/components/SnippylyRecorderPlayer/SnippylyRecorderPlayer.d.ts +1 -0
- package/cjs/types/components/SnippylyRecorderTool/SnippylyRecorderTool.d.ts +2 -0
- package/cjs/types/components/SnippylySidebarButton/SnippylySidebarButton.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatars.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsList.d.ts +10 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/VeltCommentDialogReplyAvatarsListItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/VeltCommentDialogReplyAvatarsRemainingCount.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPin.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +4 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/VeltCommentsSidebarFilterCustom.d.ts +15 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterInvolved/VeltCommentsSidebarFilterInvolved.d.ts +14 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterInvolved/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchInput/VeltCommentsSidebarFilterSearchInput.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/VeltCommentsSidebarSearch.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerArrowWireframe/VeltCursorPointerArrowWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerArrowWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAudioWireframe/VeltCursorPointerAudioHuddleAudioWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAudioWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAvatarWireframe/VeltCursorPointerAudioHuddleAvatarWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAvatarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleWireframe.d.ts +12 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAvatarWireframe/VeltCursorPointerAvatarWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAvatarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultCommentWireframe/VeltCursorPointerDefaultCommentWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultCommentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultNameWireframe/VeltCursorPointerDefaultNameWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultNameWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultWireframe.d.ts +12 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerVideoHuddleWireframe/VeltCursorPointerVideoHuddleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerVideoHuddleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerWireframe.d.ts +18 -0
- package/cjs/types/components/VeltCursorPointerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanel.d.ts +2 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsButtonWireframe/VeltNotificationsPanelSettingsButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsBackButtonWireframe/VeltNotificationsPanelSettingsBackButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsBackButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsDescriptionWireframe/VeltNotificationsPanelSettingsDescriptionWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsDescriptionWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsFooterWireframe/VeltNotificationsPanelSettingsFooterWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsFooterWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderWireframe.d.ts +10 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe.d.ts +12 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe.d.ts +10 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe.d.ts +14 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionWireframe.d.ts +12 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsListWireframe.d.ts +10 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsTitleWireframe/VeltNotificationsPanelSettingsTitleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsWireframe.d.ts +26 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleTextWireframe/VeltNotificationsPanelTitleTextWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleTextWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelWireframe.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsTool.d.ts +2 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/VeltPresenceTooltipAvatarWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/VeltPresenceTooltipStatusContainerWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/VeltPresenceTooltipUserActiveWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/VeltPresenceTooltipUserInactiveWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/VeltPresenceTooltipUserNameWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipWireframe.d.ts +19 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/VeltPresenceAvatarListItemWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListWireframe.d.ts +10 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/VeltPresenceAvatarRemainingCountWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceWireframe.d.ts +13 -0
- package/cjs/types/components/VeltPresenceWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerEditButtonWireframe/VeltRecorderPlayerEditButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerEditButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerVideoContainerWireframe/VeltRecorderPlayerVideoContainerWireframe.d.ts +2 -0
- package/cjs/types/components/VeltVideoEditor/VeltVideoEditor.d.ts +10 -0
- package/cjs/types/components/VeltVideoEditor/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDownloadButtonWireframe/VeltVideoEditorPlayerDownloadButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDownloadButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerRetakeButtonWireframe/VeltVideoEditorPlayerRetakeButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerRetakeButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe.d.ts +12 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe.d.ts +14 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayhead.d.ts +12 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadLineWireframe/VeltVideoEditorPlayerTimelinePlayheadLineWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadLineWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineWireframe.d.ts +6 -2
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerWireframe.d.ts +6 -0
- package/cjs/types/components/index.d.ts +4 -0
- package/cjs/types/constants.d.ts +2 -1
- package/cjs/types/hooks/Client.d.ts +10 -1
- package/cjs/types/hooks/NotificationElement.d.ts +7 -2
- package/cjs/types/hooks/NotificationsActions.d.ts +2 -0
- package/cjs/types/hooks/PresenceElement.d.ts +3 -0
- package/cjs/types/hooks/index.d.ts +3 -2
- package/cjs/types/loadSnippyly.d.ts +1 -1
- package/esm/index.js +666 -54
- package/esm/index.js.map +1 -1
- package/esm/types/components/Snippyly/Snippyly.d.ts +5 -2
- package/esm/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +9 -0
- package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +5 -0
- package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +8 -0
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +3 -44
- package/esm/types/components/SnippylyHuddle/SnippylyHuddle.d.ts +1 -0
- package/esm/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +1 -0
- package/esm/types/components/SnippylyRecorderPlayer/SnippylyRecorderPlayer.d.ts +1 -0
- package/esm/types/components/SnippylyRecorderTool/SnippylyRecorderTool.d.ts +2 -0
- package/esm/types/components/SnippylySidebarButton/SnippylySidebarButton.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatars.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsList.d.ts +10 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/VeltCommentDialogReplyAvatarsListItem.d.ts +8 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/VeltCommentDialogReplyAvatarsRemainingCount.d.ts +8 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPin.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +4 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/VeltCommentsSidebarFilterCustom.d.ts +15 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterInvolved/VeltCommentsSidebarFilterInvolved.d.ts +14 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterInvolved/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchInput/VeltCommentsSidebarFilterSearchInput.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/VeltCommentsSidebarSearch.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerArrowWireframe/VeltCursorPointerArrowWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerArrowWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAudioWireframe/VeltCursorPointerAudioHuddleAudioWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAudioWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAvatarWireframe/VeltCursorPointerAudioHuddleAvatarWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAvatarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleWireframe.d.ts +12 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAvatarWireframe/VeltCursorPointerAvatarWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAvatarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultCommentWireframe/VeltCursorPointerDefaultCommentWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultCommentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultNameWireframe/VeltCursorPointerDefaultNameWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultNameWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultWireframe.d.ts +12 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerVideoHuddleWireframe/VeltCursorPointerVideoHuddleWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerVideoHuddleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerWireframe.d.ts +18 -0
- package/esm/types/components/VeltCursorPointerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanel.d.ts +2 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsButtonWireframe/VeltNotificationsPanelSettingsButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsBackButtonWireframe/VeltNotificationsPanelSettingsBackButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsBackButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsDescriptionWireframe/VeltNotificationsPanelSettingsDescriptionWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsDescriptionWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsFooterWireframe/VeltNotificationsPanelSettingsFooterWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsFooterWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderWireframe.d.ts +10 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe.d.ts +12 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe.d.ts +10 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe.d.ts +14 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionWireframe.d.ts +12 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsListWireframe.d.ts +10 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsTitleWireframe/VeltNotificationsPanelSettingsTitleWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsWireframe.d.ts +26 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleTextWireframe/VeltNotificationsPanelTitleTextWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleTextWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelWireframe.d.ts +6 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsTool.d.ts +2 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/VeltPresenceTooltipAvatarWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/VeltPresenceTooltipStatusContainerWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/VeltPresenceTooltipUserActiveWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/VeltPresenceTooltipUserInactiveWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/VeltPresenceTooltipUserNameWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipWireframe.d.ts +19 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/VeltPresenceAvatarListItemWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListWireframe.d.ts +10 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/VeltPresenceAvatarRemainingCountWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceWireframe.d.ts +13 -0
- package/esm/types/components/VeltPresenceWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerEditButtonWireframe/VeltRecorderPlayerEditButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerEditButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerVideoContainerWireframe/VeltRecorderPlayerVideoContainerWireframe.d.ts +2 -0
- package/esm/types/components/VeltVideoEditor/VeltVideoEditor.d.ts +10 -0
- package/esm/types/components/VeltVideoEditor/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDownloadButtonWireframe/VeltVideoEditorPlayerDownloadButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDownloadButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerRetakeButtonWireframe/VeltVideoEditorPlayerRetakeButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerRetakeButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe.d.ts +12 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe.d.ts +14 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayhead.d.ts +12 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadLineWireframe/VeltVideoEditorPlayerTimelinePlayheadLineWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadLineWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineWireframe.d.ts +6 -2
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerWireframe.d.ts +6 -0
- package/esm/types/components/index.d.ts +4 -0
- package/esm/types/constants.d.ts +2 -1
- package/esm/types/hooks/Client.d.ts +10 -1
- package/esm/types/hooks/NotificationElement.d.ts +7 -2
- package/esm/types/hooks/NotificationsActions.d.ts +2 -0
- package/esm/types/hooks/PresenceElement.d.ts +3 -0
- package/esm/types/hooks/index.d.ts +3 -2
- package/esm/types/loadSnippyly.d.ts +1 -1
- package/index.d.ts +462 -50
- package/package.json +1 -1
package/esm/index.js
CHANGED
|
@@ -91,7 +91,7 @@ function useVeltClient() {
|
|
|
91
91
|
return useContext(VeltContext);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
94
|
+
var loadVelt = function (callback, version, staging, develop, proxyDomain, integrity, integrityValue) {
|
|
95
95
|
if (version === void 0) { version = 'latest'; }
|
|
96
96
|
if (staging === void 0) { staging = false; }
|
|
97
97
|
if (develop === void 0) { develop = false; }
|
|
@@ -118,6 +118,10 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
|
118
118
|
}
|
|
119
119
|
script.id = 'veltScript';
|
|
120
120
|
script.type = 'module';
|
|
121
|
+
if (integrity && integrityValue) {
|
|
122
|
+
script.integrity = integrityValue;
|
|
123
|
+
script.crossOrigin = 'anonymous';
|
|
124
|
+
}
|
|
121
125
|
document.body.appendChild(script);
|
|
122
126
|
script.onload = function () {
|
|
123
127
|
if (callback) {
|
|
@@ -132,34 +136,68 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
|
132
136
|
}
|
|
133
137
|
};
|
|
134
138
|
|
|
135
|
-
var VELT_SDK_VERSION = '4.5.
|
|
139
|
+
var VELT_SDK_VERSION = '4.5.1';
|
|
136
140
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
137
141
|
var VELT_TAB_ID = 'veltTabId';
|
|
142
|
+
// integrity map for the Velt SDK
|
|
143
|
+
// Note: generate integrity hashes with: https://www.srihash.org/
|
|
144
|
+
var INTEGRITY_MAP = {
|
|
145
|
+
'4.5.1': 'sha384-TU4isjAgLBrRHgynvfy4J0CZDKIIZ9DUeWJBVBIf4sFUhvyso7n1iHwAR/cBbkC4',
|
|
146
|
+
};
|
|
138
147
|
|
|
139
148
|
var SnippylyProvider = function (props) {
|
|
140
|
-
var apiKey = props.apiKey, user = props.user, config = props.config, documentId = props.documentId, language = props.language, translations = props.translations, autoTranslation = props.autoTranslation, userDataProvider = props.userDataProvider, dataProviders = props.dataProviders, onClientLoad = props.onClientLoad, children = props.children;
|
|
149
|
+
var apiKey = props.apiKey, user = props.user, config = props.config, documentId = props.documentId, language = props.language, translations = props.translations, autoTranslation = props.autoTranslation, userDataProvider = props.userDataProvider, dataProviders = props.dataProviders, encryptionProvider = props.encryptionProvider, authProvider = props.authProvider, onClientLoad = props.onClientLoad, children = props.children;
|
|
141
150
|
var _a = useState(null), client = _a[0], setClient = _a[1];
|
|
142
151
|
useEffect(function () {
|
|
143
152
|
if (apiKey) {
|
|
153
|
+
var staging = config === null || config === void 0 ? void 0 : config.staging;
|
|
154
|
+
var develop = config === null || config === void 0 ? void 0 : config.develop;
|
|
155
|
+
var version = (config === null || config === void 0 ? void 0 : config.version) || VELT_SDK_VERSION;
|
|
156
|
+
var integrity = !!(config === null || config === void 0 ? void 0 : config.integrity);
|
|
157
|
+
var integrityValue = "";
|
|
158
|
+
if (integrity) {
|
|
159
|
+
if (develop || staging) {
|
|
160
|
+
if (config === null || config === void 0 ? void 0 : config.sriv) {
|
|
161
|
+
integrityValue = config === null || config === void 0 ? void 0 : config.sriv;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
else {
|
|
165
|
+
if (INTEGRITY_MAP[version]) {
|
|
166
|
+
integrityValue = INTEGRITY_MAP[version];
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
144
170
|
loadVelt(function () {
|
|
145
171
|
initVelt();
|
|
146
|
-
},
|
|
172
|
+
}, version, staging, develop, config === null || config === void 0 ? void 0 : config.proxyDomain, integrity, integrityValue);
|
|
147
173
|
}
|
|
148
174
|
}, []);
|
|
149
175
|
useEffect(function () {
|
|
150
176
|
if (client && userDataProvider) {
|
|
151
|
-
if (typeof (client === null || client === void 0 ? void 0 : client.setUserDataProvider) ===
|
|
177
|
+
if (typeof (client === null || client === void 0 ? void 0 : client.setUserDataProvider) === "function") {
|
|
152
178
|
client === null || client === void 0 ? void 0 : client.setUserDataProvider(userDataProvider);
|
|
153
179
|
}
|
|
154
180
|
}
|
|
155
181
|
}, [client, userDataProvider]);
|
|
156
182
|
useEffect(function () {
|
|
157
183
|
if (client && dataProviders) {
|
|
158
|
-
if (typeof (client === null || client === void 0 ? void 0 : client.setDataProviders) ===
|
|
184
|
+
if (typeof (client === null || client === void 0 ? void 0 : client.setDataProviders) === "function") {
|
|
159
185
|
client === null || client === void 0 ? void 0 : client.setDataProviders(dataProviders);
|
|
160
186
|
}
|
|
161
187
|
}
|
|
162
188
|
}, [client, dataProviders]);
|
|
189
|
+
useEffect(function () {
|
|
190
|
+
if (client && encryptionProvider) {
|
|
191
|
+
if (typeof (client === null || client === void 0 ? void 0 : client.setEncryptionProvider) === "function") {
|
|
192
|
+
client === null || client === void 0 ? void 0 : client.setEncryptionProvider(encryptionProvider);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}, [client, encryptionProvider]);
|
|
196
|
+
useEffect(function () {
|
|
197
|
+
if (client && authProvider && authProvider.user) {
|
|
198
|
+
client.setVeltAuthProvider(authProvider);
|
|
199
|
+
}
|
|
200
|
+
}, [client, authProvider]);
|
|
163
201
|
var initVelt = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
164
202
|
var velt, event;
|
|
165
203
|
var _a, _b;
|
|
@@ -194,7 +232,7 @@ var SnippylyProvider = function (props) {
|
|
|
194
232
|
}
|
|
195
233
|
// Set translations
|
|
196
234
|
if (translations && (velt === null || velt === void 0 ? void 0 : velt.setTranslations)) {
|
|
197
|
-
if (typeof translations ===
|
|
235
|
+
if (typeof translations === "object") {
|
|
198
236
|
Object.keys(translations).forEach(function (languageCode) {
|
|
199
237
|
velt === null || velt === void 0 ? void 0 : velt.setTranslations(languageCode, translations[languageCode] || {});
|
|
200
238
|
});
|
|
@@ -209,7 +247,7 @@ var SnippylyProvider = function (props) {
|
|
|
209
247
|
}
|
|
210
248
|
}
|
|
211
249
|
if (velt === null || velt === void 0 ? void 0 : velt.st) {
|
|
212
|
-
velt === null || velt === void 0 ? void 0 : velt.st(
|
|
250
|
+
velt === null || velt === void 0 ? void 0 : velt.st("react");
|
|
213
251
|
}
|
|
214
252
|
setClient(velt);
|
|
215
253
|
if (onClientLoad) {
|
|
@@ -235,12 +273,12 @@ var SnippylyProvider = function (props) {
|
|
|
235
273
|
};
|
|
236
274
|
|
|
237
275
|
var SnippylyCommentBubble = function (props) {
|
|
238
|
-
var targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, avatar = props.avatar, showAvatar = props.showAvatar, commentBubbleTargetPinHover = props.commentBubbleTargetPinHover, children = props.children, shadowDom = props.shadowDom, variant = props.variant, darkMode = props.darkMode, commentCountType = props.commentCountType;
|
|
239
|
-
return (React.createElement("velt-comment-bubble", { "comment-count-type": commentCountType, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, "show-avatar": [true, false].includes(showAvatar) ? (showAvatar ? 'true' : 'false') : undefined, avatar: [true, false].includes(avatar) ? (avatar ? 'true' : 'false') : undefined, "comment-bubble-target-pin-hover": commentBubbleTargetPinHover ? 'true' : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, variant: variant }, children));
|
|
276
|
+
var targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, avatar = props.avatar, showAvatar = props.showAvatar, commentBubbleTargetPinHover = props.commentBubbleTargetPinHover, children = props.children, shadowDom = props.shadowDom, variant = props.variant, darkMode = props.darkMode, commentCountType = props.commentCountType, context = props.context, contextOptions = props.contextOptions, annotationId = props.annotationId, documentId = props.documentId, folderId = props.folderId, locationId = props.locationId;
|
|
277
|
+
return (React.createElement("velt-comment-bubble", { "annotation-id": annotationId, "comment-count-type": commentCountType, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, context: JSON.stringify(context), "context-options": JSON.stringify(contextOptions), "location-id": locationId, "document-id": documentId, "folder-id": folderId, "show-avatar": [true, false].includes(showAvatar) ? (showAvatar ? 'true' : 'false') : undefined, avatar: [true, false].includes(avatar) ? (avatar ? 'true' : 'false') : undefined, "comment-bubble-target-pin-hover": commentBubbleTargetPinHover ? 'true' : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, variant: variant }, children));
|
|
240
278
|
};
|
|
241
279
|
|
|
242
280
|
var SnippylyComments = function (props) {
|
|
243
|
-
var autoCategorize = props.autoCategorize, streamViewContainerId = props.streamViewContainerId, onSignIn = props.onSignIn, onUpgrade = props.onUpgrade, textMode = props.textMode, popoverMode = props.popoverMode, popoverTriangleComponent = props.popoverTriangleComponent, floatingCommentDialog = props.floatingCommentDialog, moderatorMode = props.moderatorMode, streamMode = props.streamMode, signInButton = props.signInButton, upgradeButton = props.upgradeButton, attachments = props.attachments, recordings = props.recordings, reactions = props.reactions, deviceInfo = props.deviceInfo, commentIndex = props.commentIndex, dialogOnHover = props.dialogOnHover, dialogOnTargetElementClick = props.dialogOnTargetElementClick, priority = props.priority, inboxMode = props.inboxMode, suggestionMode = props.suggestionMode, mobileMode = props.mobileMode, inlineCommentMode = props.inlineCommentMode, privateCommentMode = props.privateCommentMode, minimap = props.minimap, minimapPosition = props.minimapPosition, persistentCommentMode = props.persistentCommentMode, ghostComments = props.ghostComments, ghostCommentsIndicator = props.ghostCommentsIndicator, commentsOnDom = props.commentsOnDom, resolvedCommentsOnDom = props.resolvedCommentsOnDom, bubbleOnPin = props.bubbleOnPin, bubbleOnPinHover = props.bubbleOnPinHover, commentTool = props.commentTool, sidebarButtonOnCommentDialog = props.sidebarButtonOnCommentDialog, deviceIndicatorOnCommentPins = props.deviceIndicatorOnCommentPins, scrollToComment = props.scrollToComment, userMentions = props.userMentions, deleteOnBackspace = props.deleteOnBackspace, hotkey = props.hotkey, recordingSummary = props.recordingSummary, recordingTranscription = props.recordingTranscription, recordingCountdown = props.recordingCountdown, unreadIndicatorMode = props.unreadIndicatorMode, enterKeyToSubmit = props.enterKeyToSubmit, pinShadowDom = props.pinShadowDom, dialogShadowDom = props.dialogShadowDom, persistentCommentShadowDom = props.persistentCommentShadowDom, shadowDom = props.shadowDom, changeDetectionInCommentMode = props.changeDetectionInCommentMode, areaComment = props.areaComment, pinCursorImage = props.pinCursorImage, allowedElementIds = props.allowedElementIds, allowedElementClassNames = props.allowedElementClassNames, allowedElementQuerySelectors = props.allowedElementQuerySelectors, commentPinHighlighter = props.commentPinHighlighter, customReactions = props.customReactions, onCommentAdd = props.onCommentAdd, onCommentUpdate = props.onCommentUpdate, onCommentAccept = props.onCommentAccept, onCommentReject = props.onCommentReject, onSidebarButtonOnCommentDialogClick = props.onSidebarButtonOnCommentDialogClick, onCommentSelectionChange = props.onCommentSelectionChange, customStatus = props.customStatus, customListDataOnAnnotation = props.customListDataOnAnnotation, customListDataOnComment = props.customListDataOnComment, customPriority = props.customPriority, customCategory = props.customCategory, status = props.status, resolveButton = props.resolveButton, darkMode = props.darkMode, onCustomPinInject = props.onCustomPinInject, children = props.children, textCommentToolShadowDom = props.textCommentToolShadowDom, textCommentToolbarShadowDom = props.textCommentToolbarShadowDom, dialogDarkMode = props.dialogDarkMode, pinDarkMode = props.pinDarkMode, textCommentToolDarkMode = props.textCommentToolDarkMode, textCommentToolbarDarkMode = props.textCommentToolbarDarkMode, composerMode = props.composerMode, atHereLabel = props.atHereLabel, atHereDescription = props.atHereDescription, multiThreadMode = props.multiThreadMode, multiThread = props.multiThread, onCopyLink = props.onCopyLink, deleteReplyConfirmation = props.deleteReplyConfirmation, collapsedComments = props.collapsedComments, shortUserName = props.shortUserName, resolveStatusAccessAdminOnly = props.resolveStatusAccessAdminOnly, svgAsImg = props.svgAsImg, seenByUsers = props.seenByUsers, readOnly = props.readOnly, atHereEnabled = props.atHereEnabled, customAutocompleteSearch = props.customAutocompleteSearch, deleteThreadWithFirstComment = props.deleteThreadWithFirstComment, expandMentionGroups = props.expandMentionGroups, showMentionGroupsFirst = props.showMentionGroupsFirst, showMentionGroupsOnly = props.showMentionGroupsOnly, fullExpanded = props.fullExpanded, commentToNearestAllowedElement = props.commentToNearestAllowedElement, draftMode = props.draftMode;
|
|
281
|
+
var autoCategorize = props.autoCategorize, streamViewContainerId = props.streamViewContainerId, onSignIn = props.onSignIn, onUpgrade = props.onUpgrade, textMode = props.textMode, popoverMode = props.popoverMode, popoverTriangleComponent = props.popoverTriangleComponent, floatingCommentDialog = props.floatingCommentDialog, moderatorMode = props.moderatorMode, streamMode = props.streamMode, signInButton = props.signInButton, upgradeButton = props.upgradeButton, attachments = props.attachments, recordings = props.recordings, reactions = props.reactions, deviceInfo = props.deviceInfo, commentIndex = props.commentIndex, dialogOnHover = props.dialogOnHover, dialogOnTargetElementClick = props.dialogOnTargetElementClick, priority = props.priority, inboxMode = props.inboxMode, suggestionMode = props.suggestionMode, mobileMode = props.mobileMode, inlineCommentMode = props.inlineCommentMode, privateCommentMode = props.privateCommentMode, minimap = props.minimap, minimapPosition = props.minimapPosition, persistentCommentMode = props.persistentCommentMode, ghostComments = props.ghostComments, ghostCommentsIndicator = props.ghostCommentsIndicator, commentsOnDom = props.commentsOnDom, resolvedCommentsOnDom = props.resolvedCommentsOnDom, filterCommentsOnDom = props.filterCommentsOnDom, bubbleOnPin = props.bubbleOnPin, bubbleOnPinHover = props.bubbleOnPinHover, commentTool = props.commentTool, sidebarButtonOnCommentDialog = props.sidebarButtonOnCommentDialog, deviceIndicatorOnCommentPins = props.deviceIndicatorOnCommentPins, scrollToComment = props.scrollToComment, userMentions = props.userMentions, deleteOnBackspace = props.deleteOnBackspace, hotkey = props.hotkey, recordingSummary = props.recordingSummary, recordingTranscription = props.recordingTranscription, recordingCountdown = props.recordingCountdown, unreadIndicatorMode = props.unreadIndicatorMode, enterKeyToSubmit = props.enterKeyToSubmit, pinShadowDom = props.pinShadowDom, dialogShadowDom = props.dialogShadowDom, persistentCommentShadowDom = props.persistentCommentShadowDom, shadowDom = props.shadowDom, changeDetectionInCommentMode = props.changeDetectionInCommentMode, areaComment = props.areaComment, pinCursorImage = props.pinCursorImage, allowedElementIds = props.allowedElementIds, allowedElementClassNames = props.allowedElementClassNames, allowedElementQuerySelectors = props.allowedElementQuerySelectors, commentPinHighlighter = props.commentPinHighlighter, customReactions = props.customReactions, onCommentAdd = props.onCommentAdd, onCommentUpdate = props.onCommentUpdate, onCommentAccept = props.onCommentAccept, onCommentReject = props.onCommentReject, onSidebarButtonOnCommentDialogClick = props.onSidebarButtonOnCommentDialogClick, onCommentSelectionChange = props.onCommentSelectionChange, customStatus = props.customStatus, customListDataOnAnnotation = props.customListDataOnAnnotation, customListDataOnComment = props.customListDataOnComment, customPriority = props.customPriority, customCategory = props.customCategory, status = props.status, resolveButton = props.resolveButton, darkMode = props.darkMode, onCustomPinInject = props.onCustomPinInject, children = props.children, textCommentToolShadowDom = props.textCommentToolShadowDom, textCommentToolbarShadowDom = props.textCommentToolbarShadowDom, dialogDarkMode = props.dialogDarkMode, pinDarkMode = props.pinDarkMode, textCommentToolDarkMode = props.textCommentToolDarkMode, textCommentToolbarDarkMode = props.textCommentToolbarDarkMode, composerMode = props.composerMode, atHereLabel = props.atHereLabel, atHereDescription = props.atHereDescription, multiThreadMode = props.multiThreadMode, multiThread = props.multiThread, groupMultipleMatch = props.groupMultipleMatch, groupMatchedComments = props.groupMatchedComments, onCopyLink = props.onCopyLink, deleteReplyConfirmation = props.deleteReplyConfirmation, collapsedComments = props.collapsedComments, shortUserName = props.shortUserName, resolveStatusAccessAdminOnly = props.resolveStatusAccessAdminOnly, svgAsImg = props.svgAsImg, seenByUsers = props.seenByUsers, readOnly = props.readOnly, atHereEnabled = props.atHereEnabled, customAutocompleteSearch = props.customAutocompleteSearch, deleteThreadWithFirstComment = props.deleteThreadWithFirstComment, expandMentionGroups = props.expandMentionGroups, showMentionGroupsFirst = props.showMentionGroupsFirst, showMentionGroupsOnly = props.showMentionGroupsOnly, fullExpanded = props.fullExpanded, commentToNearestAllowedElement = props.commentToNearestAllowedElement, draftMode = props.draftMode, maxReplyAvatars = props.maxReplyAvatars, replyAvatars = props.replyAvatars;
|
|
244
282
|
var ref = useRef();
|
|
245
283
|
var onSignInRef = useRef(onSignIn);
|
|
246
284
|
var onUpgradeRef = useRef(onUpgrade);
|
|
@@ -365,11 +403,11 @@ var SnippylyComments = function (props) {
|
|
|
365
403
|
}
|
|
366
404
|
};
|
|
367
405
|
}, []);
|
|
368
|
-
return (React.createElement("velt-comments", { ref: ref, "at-here-label": atHereLabel, "at-here-description": atHereDescription, "at-here-enabled": [true, false].includes(atHereEnabled) ? (atHereEnabled ? 'true' : 'false') : undefined, "composer-mode": composerMode, "seen-by-users": [true, false].includes(seenByUsers) ? (seenByUsers ? 'true' : 'false') : undefined, "collapsed-comments": [true, false].includes(collapsedComments) ? (collapsedComments ? 'true' : 'false') : undefined, "short-user-name": [true, false].includes(shortUserName) ? (shortUserName ? 'true' : 'false') : undefined, "resolve-status-access-admin-only": [true, false].includes(resolveStatusAccessAdminOnly) ? (resolveStatusAccessAdminOnly ? 'true' : 'false') : undefined, "delete-reply-confirmation": [true, false].includes(deleteReplyConfirmation) ? (deleteReplyConfirmation ? 'true' : 'false') : undefined, "auto-categorize": [true, false].includes(autoCategorize) ? (autoCategorize ? 'true' : 'false') : undefined, "data-stream-view-container-id": streamViewContainerId, "text-mode": [true, false].includes(textMode) ? (textMode ? 'true' : 'false') : undefined, "popover-mode": [true, false].includes(popoverMode) ? (popoverMode ? 'true' : 'false') : undefined, "popover-triangle-component": [true, false].includes(popoverTriangleComponent) ? (popoverTriangleComponent ? 'true' : 'false') : undefined, "floating-comment-dialog": [true, false].includes(floatingCommentDialog) ? (floatingCommentDialog ? 'true' : 'false') : undefined, "moderator-mode": [true, false].includes(moderatorMode) ? (moderatorMode ? 'true' : 'false') : undefined, "stream-mode": [true, false].includes(streamMode) ? (streamMode ? 'true' : 'false') : undefined, "sign-in-button": [true, false].includes(signInButton) ? (signInButton ? 'true' : 'false') : undefined, "upgrade-button": [true, false].includes(upgradeButton) ? (upgradeButton ? 'true' : 'false') : undefined, attachments: [true, false].includes(attachments) ? (attachments ? 'true' : 'false') : undefined, recordings: recordings, reactions: [true, false].includes(reactions) ? (reactions ? 'true' : 'false') : undefined, "device-info": [true, false].includes(deviceInfo) ? (deviceInfo ? 'true' : 'false') : undefined, "comment-index": [true, false].includes(commentIndex) ? (commentIndex ? 'true' : 'false') : undefined, "dialog-on-hover": [true, false].includes(dialogOnHover) ? (dialogOnHover ? 'true' : 'false') : undefined, "dialog-on-target-element-click": [true, false].includes(dialogOnTargetElementClick) ? (dialogOnTargetElementClick ? 'true' : 'false') : undefined, priority: [true, false].includes(priority) ? (priority ? 'true' : 'false') : undefined, status: [true, false].includes(status) ? (status ? 'true' : 'false') : undefined, "resolve-button": [true, false].includes(resolveButton) ? (resolveButton ? 'true' : 'false') : undefined, "inbox-mode": [true, false].includes(inboxMode) ? (inboxMode ? 'true' : 'false') : undefined, "suggestion-mode": [true, false].includes(suggestionMode) ? (suggestionMode ? 'true' : 'false') : undefined, "mobile-mode": [true, false].includes(mobileMode) ? (mobileMode ? 'true' : 'false') : undefined, "inline-comment-mode": [true, false].includes(inlineCommentMode) ? (inlineCommentMode ? 'true' : 'false') : undefined, "private-comment-mode": [true, false].includes(privateCommentMode) ? (privateCommentMode ? 'true' : 'false') : undefined, minimap: [true, false].includes(minimap) ? (minimap ? 'true' : 'false') : undefined, "minimap-position": minimapPosition, "persistent-comment-mode": [true, false].includes(persistentCommentMode) ? (persistentCommentMode ? 'true' : 'false') : undefined, "ghost-comments": [true, false].includes(ghostComments) ? (ghostComments ? 'true' : 'false') : undefined, "ghost-comments-indicator": [true, false].includes(ghostCommentsIndicator) ? (ghostCommentsIndicator ? 'true' : 'false') : undefined, "comments-on-dom": [true, false].includes(commentsOnDom) ? (commentsOnDom ? 'true' : 'false') : undefined, "resolved-comments-on-dom": [true, false].includes(resolvedCommentsOnDom) ? (resolvedCommentsOnDom ? 'true' : 'false') : undefined, "bubble-on-pin": [true, false].includes(bubbleOnPin) ? (bubbleOnPin ? 'true' : 'false') : undefined, "bubble-on-pin-hover": [true, false].includes(bubbleOnPinHover) ? (bubbleOnPinHover ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined, "sidebar-button-on-comment-dialog": [true, false].includes(sidebarButtonOnCommentDialog) ? (sidebarButtonOnCommentDialog ? 'true' : 'false') : undefined, "device-indicator-on-comment-pins": [true, false].includes(deviceIndicatorOnCommentPins) ? (deviceIndicatorOnCommentPins ? 'true' : 'false') : undefined, "scroll-to-comment": [true, false].includes(scrollToComment) ? (scrollToComment ? 'true' : 'false') : undefined, "user-mentions": [true, false].includes(userMentions) ? (userMentions ? 'true' : 'false') : undefined, "delete-on-backspace": [true, false].includes(deleteOnBackspace) ? (deleteOnBackspace ? 'true' : 'false') : undefined, hotkey: [true, false].includes(hotkey) ? (hotkey ? 'true' : 'false') : undefined, "recording-summary": [true, false].includes(recordingSummary) ? (recordingSummary ? 'true' : 'false') : undefined, "recording-transcription": [true, false].includes(recordingTranscription) ? (recordingTranscription ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "unread-indicator-mode": unreadIndicatorMode, "enter-key-to-submit": [true, false].includes(enterKeyToSubmit) ? (enterKeyToSubmit ? 'true' : 'false') : undefined, "pin-shadow-dom": [true, false].includes(pinShadowDom) ? (pinShadowDom ? 'true' : 'false') : undefined, "dialog-shadow-dom": [true, false].includes(dialogShadowDom) ? (dialogShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "text-comment-tool-shadow-dom": [true, false].includes(textCommentToolShadowDom) ? (textCommentToolShadowDom ? 'true' : 'false') : undefined, "text-comment-toolbar-shadow-dom": [true, false].includes(textCommentToolbarShadowDom) ? (textCommentToolbarShadowDom ? 'true' : 'false') : undefined, "persistent-comment-shadow-dom": [true, false].includes(persistentCommentShadowDom) ? (persistentCommentShadowDom ? 'true' : 'false') : undefined, "change-detection-in-comment-mode": [true, false].includes(changeDetectionInCommentMode) ? (changeDetectionInCommentMode ? 'true' : 'false') : undefined, "area-comment": [true, false].includes(areaComment) ? (areaComment ? 'true' : 'false') : undefined, "pin-cursor-image": pinCursorImage, "allowed-element-ids": JSON.stringify(allowedElementIds), "allowed-element-class-names": JSON.stringify(allowedElementClassNames), "allowed-element-query-selectors": JSON.stringify(allowedElementQuerySelectors), "comment-pin-highlighter": [true, false].includes(commentPinHighlighter) ? (commentPinHighlighter ? 'true' : 'false') : undefined, "custom-reactions": JSON.stringify(customReactions), "custom-status": JSON.stringify(customStatus), "custom-list-data-on-annotation": JSON.stringify(customListDataOnAnnotation), "custom-list-data-on-comment": JSON.stringify(customListDataOnComment), "custom-priority": JSON.stringify(customPriority), "custom-category": JSON.stringify(customCategory), "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "dialog-dark-mode": [true, false].includes(dialogDarkMode) ? (dialogDarkMode ? 'true' : 'false') : undefined, "pin-dark-mode": [true, false].includes(pinDarkMode) ? (pinDarkMode ? 'true' : 'false') : undefined, "text-comment-tool-dark-mode": [true, false].includes(textCommentToolDarkMode) ? (textCommentToolDarkMode ? 'true' : 'false') : undefined, "text-comment-toolbar-dark-mode": [true, false].includes(textCommentToolbarDarkMode) ? (textCommentToolbarDarkMode ? 'true' : 'false') : undefined, "multi-thread-mode": [true, false].includes(multiThreadMode) ? (multiThreadMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "custom-autocomplete-search": [true, false].includes(customAutocompleteSearch) ? (customAutocompleteSearch ? 'true' : 'false') : undefined, "delete-thread-with-first-comment": [true, false].includes(deleteThreadWithFirstComment) ? (deleteThreadWithFirstComment ? 'true' : 'false') : undefined, "svg-as-img": [true, false].includes(svgAsImg) ? (svgAsImg ? 'true' : 'false') : undefined, "expand-mention-groups": [true, false].includes(expandMentionGroups) ? (expandMentionGroups ? 'true' : 'false') : undefined, "show-mention-groups-first": [true, false].includes(showMentionGroupsFirst) ? (showMentionGroupsFirst ? 'true' : 'false') : undefined, "show-mention-groups-only": [true, false].includes(showMentionGroupsOnly) ? (showMentionGroupsOnly ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "comment-to-nearest-allowed-element": [true, false].includes(commentToNearestAllowedElement) ? (commentToNearestAllowedElement ? 'true' : 'false') : undefined, "draft-mode": [true, false].includes(draftMode) ? (draftMode ? 'true' : 'false') : undefined }, children));
|
|
406
|
+
return (React.createElement("velt-comments", { ref: ref, "at-here-label": atHereLabel, "at-here-description": atHereDescription, "at-here-enabled": [true, false].includes(atHereEnabled) ? (atHereEnabled ? 'true' : 'false') : undefined, "composer-mode": composerMode, "seen-by-users": [true, false].includes(seenByUsers) ? (seenByUsers ? 'true' : 'false') : undefined, "collapsed-comments": [true, false].includes(collapsedComments) ? (collapsedComments ? 'true' : 'false') : undefined, "short-user-name": [true, false].includes(shortUserName) ? (shortUserName ? 'true' : 'false') : undefined, "resolve-status-access-admin-only": [true, false].includes(resolveStatusAccessAdminOnly) ? (resolveStatusAccessAdminOnly ? 'true' : 'false') : undefined, "delete-reply-confirmation": [true, false].includes(deleteReplyConfirmation) ? (deleteReplyConfirmation ? 'true' : 'false') : undefined, "auto-categorize": [true, false].includes(autoCategorize) ? (autoCategorize ? 'true' : 'false') : undefined, "data-stream-view-container-id": streamViewContainerId, "text-mode": [true, false].includes(textMode) ? (textMode ? 'true' : 'false') : undefined, "popover-mode": [true, false].includes(popoverMode) ? (popoverMode ? 'true' : 'false') : undefined, "popover-triangle-component": [true, false].includes(popoverTriangleComponent) ? (popoverTriangleComponent ? 'true' : 'false') : undefined, "floating-comment-dialog": [true, false].includes(floatingCommentDialog) ? (floatingCommentDialog ? 'true' : 'false') : undefined, "moderator-mode": [true, false].includes(moderatorMode) ? (moderatorMode ? 'true' : 'false') : undefined, "stream-mode": [true, false].includes(streamMode) ? (streamMode ? 'true' : 'false') : undefined, "sign-in-button": [true, false].includes(signInButton) ? (signInButton ? 'true' : 'false') : undefined, "upgrade-button": [true, false].includes(upgradeButton) ? (upgradeButton ? 'true' : 'false') : undefined, attachments: [true, false].includes(attachments) ? (attachments ? 'true' : 'false') : undefined, recordings: recordings, reactions: [true, false].includes(reactions) ? (reactions ? 'true' : 'false') : undefined, "device-info": [true, false].includes(deviceInfo) ? (deviceInfo ? 'true' : 'false') : undefined, "comment-index": [true, false].includes(commentIndex) ? (commentIndex ? 'true' : 'false') : undefined, "dialog-on-hover": [true, false].includes(dialogOnHover) ? (dialogOnHover ? 'true' : 'false') : undefined, "dialog-on-target-element-click": [true, false].includes(dialogOnTargetElementClick) ? (dialogOnTargetElementClick ? 'true' : 'false') : undefined, priority: [true, false].includes(priority) ? (priority ? 'true' : 'false') : undefined, status: [true, false].includes(status) ? (status ? 'true' : 'false') : undefined, "resolve-button": [true, false].includes(resolveButton) ? (resolveButton ? 'true' : 'false') : undefined, "inbox-mode": [true, false].includes(inboxMode) ? (inboxMode ? 'true' : 'false') : undefined, "suggestion-mode": [true, false].includes(suggestionMode) ? (suggestionMode ? 'true' : 'false') : undefined, "mobile-mode": [true, false].includes(mobileMode) ? (mobileMode ? 'true' : 'false') : undefined, "inline-comment-mode": [true, false].includes(inlineCommentMode) ? (inlineCommentMode ? 'true' : 'false') : undefined, "private-comment-mode": [true, false].includes(privateCommentMode) ? (privateCommentMode ? 'true' : 'false') : undefined, minimap: [true, false].includes(minimap) ? (minimap ? 'true' : 'false') : undefined, "minimap-position": minimapPosition, "persistent-comment-mode": [true, false].includes(persistentCommentMode) ? (persistentCommentMode ? 'true' : 'false') : undefined, "ghost-comments": [true, false].includes(ghostComments) ? (ghostComments ? 'true' : 'false') : undefined, "ghost-comments-indicator": [true, false].includes(ghostCommentsIndicator) ? (ghostCommentsIndicator ? 'true' : 'false') : undefined, "comments-on-dom": [true, false].includes(commentsOnDom) ? (commentsOnDom ? 'true' : 'false') : undefined, "resolved-comments-on-dom": [true, false].includes(resolvedCommentsOnDom) ? (resolvedCommentsOnDom ? 'true' : 'false') : undefined, "filter-comments-on-dom": [true, false].includes(filterCommentsOnDom) ? (filterCommentsOnDom ? 'true' : 'false') : undefined, "bubble-on-pin": [true, false].includes(bubbleOnPin) ? (bubbleOnPin ? 'true' : 'false') : undefined, "bubble-on-pin-hover": [true, false].includes(bubbleOnPinHover) ? (bubbleOnPinHover ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined, "sidebar-button-on-comment-dialog": [true, false].includes(sidebarButtonOnCommentDialog) ? (sidebarButtonOnCommentDialog ? 'true' : 'false') : undefined, "device-indicator-on-comment-pins": [true, false].includes(deviceIndicatorOnCommentPins) ? (deviceIndicatorOnCommentPins ? 'true' : 'false') : undefined, "scroll-to-comment": [true, false].includes(scrollToComment) ? (scrollToComment ? 'true' : 'false') : undefined, "user-mentions": [true, false].includes(userMentions) ? (userMentions ? 'true' : 'false') : undefined, "delete-on-backspace": [true, false].includes(deleteOnBackspace) ? (deleteOnBackspace ? 'true' : 'false') : undefined, hotkey: [true, false].includes(hotkey) ? (hotkey ? 'true' : 'false') : undefined, "recording-summary": [true, false].includes(recordingSummary) ? (recordingSummary ? 'true' : 'false') : undefined, "recording-transcription": [true, false].includes(recordingTranscription) ? (recordingTranscription ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "unread-indicator-mode": unreadIndicatorMode, "enter-key-to-submit": [true, false].includes(enterKeyToSubmit) ? (enterKeyToSubmit ? 'true' : 'false') : undefined, "pin-shadow-dom": [true, false].includes(pinShadowDom) ? (pinShadowDom ? 'true' : 'false') : undefined, "dialog-shadow-dom": [true, false].includes(dialogShadowDom) ? (dialogShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "text-comment-tool-shadow-dom": [true, false].includes(textCommentToolShadowDom) ? (textCommentToolShadowDom ? 'true' : 'false') : undefined, "text-comment-toolbar-shadow-dom": [true, false].includes(textCommentToolbarShadowDom) ? (textCommentToolbarShadowDom ? 'true' : 'false') : undefined, "persistent-comment-shadow-dom": [true, false].includes(persistentCommentShadowDom) ? (persistentCommentShadowDom ? 'true' : 'false') : undefined, "change-detection-in-comment-mode": [true, false].includes(changeDetectionInCommentMode) ? (changeDetectionInCommentMode ? 'true' : 'false') : undefined, "area-comment": [true, false].includes(areaComment) ? (areaComment ? 'true' : 'false') : undefined, "pin-cursor-image": pinCursorImage, "allowed-element-ids": JSON.stringify(allowedElementIds), "allowed-element-class-names": JSON.stringify(allowedElementClassNames), "allowed-element-query-selectors": JSON.stringify(allowedElementQuerySelectors), "comment-pin-highlighter": [true, false].includes(commentPinHighlighter) ? (commentPinHighlighter ? 'true' : 'false') : undefined, "custom-reactions": JSON.stringify(customReactions), "custom-status": JSON.stringify(customStatus), "custom-list-data-on-annotation": JSON.stringify(customListDataOnAnnotation), "custom-list-data-on-comment": JSON.stringify(customListDataOnComment), "custom-priority": JSON.stringify(customPriority), "custom-category": JSON.stringify(customCategory), "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "dialog-dark-mode": [true, false].includes(dialogDarkMode) ? (dialogDarkMode ? 'true' : 'false') : undefined, "pin-dark-mode": [true, false].includes(pinDarkMode) ? (pinDarkMode ? 'true' : 'false') : undefined, "text-comment-tool-dark-mode": [true, false].includes(textCommentToolDarkMode) ? (textCommentToolDarkMode ? 'true' : 'false') : undefined, "text-comment-toolbar-dark-mode": [true, false].includes(textCommentToolbarDarkMode) ? (textCommentToolbarDarkMode ? 'true' : 'false') : undefined, "multi-thread-mode": [true, false].includes(multiThreadMode) ? (multiThreadMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "group-multiple-match": [true, false].includes(groupMultipleMatch) ? (groupMultipleMatch ? 'true' : 'false') : undefined, "group-matched-comments": [true, false].includes(groupMatchedComments) ? (groupMatchedComments ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "custom-autocomplete-search": [true, false].includes(customAutocompleteSearch) ? (customAutocompleteSearch ? 'true' : 'false') : undefined, "delete-thread-with-first-comment": [true, false].includes(deleteThreadWithFirstComment) ? (deleteThreadWithFirstComment ? 'true' : 'false') : undefined, "svg-as-img": [true, false].includes(svgAsImg) ? (svgAsImg ? 'true' : 'false') : undefined, "expand-mention-groups": [true, false].includes(expandMentionGroups) ? (expandMentionGroups ? 'true' : 'false') : undefined, "show-mention-groups-first": [true, false].includes(showMentionGroupsFirst) ? (showMentionGroupsFirst ? 'true' : 'false') : undefined, "show-mention-groups-only": [true, false].includes(showMentionGroupsOnly) ? (showMentionGroupsOnly ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "comment-to-nearest-allowed-element": [true, false].includes(commentToNearestAllowedElement) ? (commentToNearestAllowedElement ? 'true' : 'false') : undefined, "draft-mode": [true, false].includes(draftMode) ? (draftMode ? 'true' : 'false') : undefined, "max-reply-avatars": maxReplyAvatars, "reply-avatars": [true, false].includes(replyAvatars) ? (replyAvatars ? 'true' : 'false') : undefined }, children));
|
|
369
407
|
};
|
|
370
408
|
|
|
371
409
|
var SnippylyCommentsSidebar = function (props) {
|
|
372
|
-
var embedMode = props.embedMode; props.floatingMode; var enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, queryParamsComments = props.queryParamsComments, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, sortData = props.sortData, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, variant = props.variant, pageModeComposerVariant = props.pageModeComposerVariant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, searchPlaceholder = props.searchPlaceholder, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick, onSidebarClose = props.onSidebarClose, darkMode = props.darkMode, position = props.position, filterPanelLayout = props.filterPanelLayout, customActions = props.customActions, focusedThreadDialogVariant = props.focusedThreadDialogVariant, focusedThreadMode = props.focusedThreadMode, onCommentNavigationButtonClick = props.onCommentNavigationButtonClick, filterOptionLayout = props.filterOptionLayout, filterCount = props.filterCount, fullExpanded = props.fullExpanded, systemFiltersOperator = props.systemFiltersOperator;
|
|
410
|
+
var embedMode = props.embedMode; props.floatingMode; var enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, queryParamsComments = props.queryParamsComments, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, sortData = props.sortData, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, variant = props.variant, pageModeComposerVariant = props.pageModeComposerVariant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, searchPlaceholder = props.searchPlaceholder, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick, onSidebarClose = props.onSidebarClose, darkMode = props.darkMode, position = props.position, filterPanelLayout = props.filterPanelLayout, customActions = props.customActions, focusedThreadDialogVariant = props.focusedThreadDialogVariant, focusedThreadMode = props.focusedThreadMode, onCommentNavigationButtonClick = props.onCommentNavigationButtonClick, filterOptionLayout = props.filterOptionLayout, filterCount = props.filterCount, fullExpanded = props.fullExpanded, systemFiltersOperator = props.systemFiltersOperator, sidebarButtonCountType = props.sidebarButtonCountType, filterGhostCommentsInSidebar = props.filterGhostCommentsInSidebar;
|
|
373
411
|
var ref = useRef();
|
|
374
412
|
var openSidebarRef = useRef(openSidebar);
|
|
375
413
|
var onSidebarOpenRef = useRef(onSidebarOpen);
|
|
@@ -442,11 +480,11 @@ var SnippylyCommentsSidebar = function (props) {
|
|
|
442
480
|
}
|
|
443
481
|
};
|
|
444
482
|
}, []);
|
|
445
|
-
return (React.createElement("velt-comments-sidebar", { ref: ref, position: position, "filter-panel-layout": filterPanelLayout, "focused-thread-mode": [true, false].includes(focusedThreadMode) ? (focusedThreadMode ? 'true' : 'false') : undefined, "focused-thread-dialog-variant": focusedThreadDialogVariant, "custom-actions": [true, false].includes(customActions) ? (customActions ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "embed-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "enable-url-navigation": [true, false].includes(enableUrlNavigation) ? (enableUrlNavigation ? 'true' : 'false') : undefined, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "query-params-comments": [true, false].includes(queryParamsComments) ? (queryParamsComments ? 'true' : 'false') : undefined, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, variant: variant, "page-mode-composer-variant": pageModeComposerVariant, "dialog-variant": dialogVariant, "sort-data": sortData, "search-placeholder": searchPlaceholder, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "filter-option-layout": filterOptionLayout, "filter-count": [true, false].includes(filterCount) ? (filterCount ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "system-filters-operator": systemFiltersOperator }));
|
|
483
|
+
return (React.createElement("velt-comments-sidebar", { ref: ref, position: position, "filter-panel-layout": filterPanelLayout, "focused-thread-mode": [true, false].includes(focusedThreadMode) ? (focusedThreadMode ? 'true' : 'false') : undefined, "focused-thread-dialog-variant": focusedThreadDialogVariant, "custom-actions": [true, false].includes(customActions) ? (customActions ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "embed-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "enable-url-navigation": [true, false].includes(enableUrlNavigation) ? (enableUrlNavigation ? 'true' : 'false') : undefined, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "query-params-comments": [true, false].includes(queryParamsComments) ? (queryParamsComments ? 'true' : 'false') : undefined, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, variant: variant, "page-mode-composer-variant": pageModeComposerVariant, "dialog-variant": dialogVariant, "sort-data": sortData, "search-placeholder": searchPlaceholder, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "filter-option-layout": filterOptionLayout, "filter-count": [true, false].includes(filterCount) ? (filterCount ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "system-filters-operator": systemFiltersOperator, "sidebar-button-count-type": sidebarButtonCountType, "filter-ghost-comments-in-sidebar": [true, false].includes(filterGhostCommentsInSidebar) ? (filterGhostCommentsInSidebar ? 'true' : 'false') : undefined }));
|
|
446
484
|
};
|
|
447
485
|
|
|
448
486
|
var SnippylyCommentTool = function (props) {
|
|
449
|
-
var targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, onCommentModeChange = props.onCommentModeChange, sourceId = props.sourceId, children = props.children, darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, context = props.context;
|
|
487
|
+
var targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, onCommentModeChange = props.onCommentModeChange, sourceId = props.sourceId, children = props.children, darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, context = props.context, contextOptions = props.contextOptions, documentId = props.documentId, folderId = props.folderId, locationId = props.locationId;
|
|
450
488
|
var ref = useRef();
|
|
451
489
|
var onCommentModeChangeRef = useRef(onCommentModeChange);
|
|
452
490
|
// Update the ref to always point to the latest callback function
|
|
@@ -472,7 +510,7 @@ var SnippylyCommentTool = function (props) {
|
|
|
472
510
|
}
|
|
473
511
|
};
|
|
474
512
|
}, []);
|
|
475
|
-
return (React.createElement("velt-comment-tool", { ref: ref, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, "source-id": sourceId, variant: variant, context: JSON.stringify(context), "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
|
|
513
|
+
return (React.createElement("velt-comment-tool", { ref: ref, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, "source-id": sourceId, variant: variant, context: JSON.stringify(context), "context-options": JSON.stringify(contextOptions), "location-id": locationId, "document-id": documentId, "folder-id": folderId, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
|
|
476
514
|
};
|
|
477
515
|
|
|
478
516
|
var SnippylyCursor = function (props) {
|
|
@@ -513,8 +551,8 @@ var SnippylyCursor = function (props) {
|
|
|
513
551
|
};
|
|
514
552
|
|
|
515
553
|
var SnippylyHuddle = function (props) {
|
|
516
|
-
var chat = props.chat, flockModeOnAvatarClick = props.flockModeOnAvatarClick;
|
|
517
|
-
return (React.createElement("velt-huddle", { chat: [true, false].includes(chat) ? (chat ? 'true' : 'false') : undefined, "flock-mode-on-avatar-click": [true, false].includes(flockModeOnAvatarClick) ? (flockModeOnAvatarClick ? 'true' : 'false') : undefined }));
|
|
554
|
+
var chat = props.chat, flockModeOnAvatarClick = props.flockModeOnAvatarClick, serverFallback = props.serverFallback;
|
|
555
|
+
return (React.createElement("velt-huddle", { chat: [true, false].includes(chat) ? (chat ? 'true' : 'false') : undefined, "flock-mode-on-avatar-click": [true, false].includes(flockModeOnAvatarClick) ? (flockModeOnAvatarClick ? 'true' : 'false') : undefined, "server-fallback": [true, false].includes(serverFallback) ? (serverFallback ? 'true' : 'false') : undefined }));
|
|
518
556
|
};
|
|
519
557
|
|
|
520
558
|
var SnippylyHuddleTool = function (props) {
|
|
@@ -582,7 +620,7 @@ var SnippylyPresence = function (props) {
|
|
|
582
620
|
};
|
|
583
621
|
|
|
584
622
|
var SnippylyRecorderControlPanel = function (props) {
|
|
585
|
-
var mode = props.mode, panelId = props.panelId, onRecordedData = props.onRecordedData, recordingCountdown = props.recordingCountdown, recordingTranscription = props.recordingTranscription, videoEditor = props.videoEditor, settingsEmbedded = props.settingsEmbedded, autoOpenVideoEditor = props.autoOpenVideoEditor, playVideoInFullScreen = props.playVideoInFullScreen;
|
|
623
|
+
var mode = props.mode, panelId = props.panelId, onRecordedData = props.onRecordedData, recordingCountdown = props.recordingCountdown, recordingTranscription = props.recordingTranscription, videoEditor = props.videoEditor, settingsEmbedded = props.settingsEmbedded, autoOpenVideoEditor = props.autoOpenVideoEditor, playVideoInFullScreen = props.playVideoInFullScreen, retakeOnVideoEditor = props.retakeOnVideoEditor;
|
|
586
624
|
var ref = useRef();
|
|
587
625
|
var onRecordedDataRef = useRef(onRecordedData);
|
|
588
626
|
// Update the ref to always point to the latest callback function
|
|
@@ -608,7 +646,7 @@ var SnippylyRecorderControlPanel = function (props) {
|
|
|
608
646
|
}
|
|
609
647
|
};
|
|
610
648
|
}, []);
|
|
611
|
-
return (React.createElement("velt-recorder-control-panel", { ref: ref, mode: mode, "panel-id": panelId, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "recording-transcription": [true, false].includes(recordingTranscription) ? (recordingTranscription ? 'true' : 'false') : undefined, "video-editor": [true, false].includes(videoEditor) ? (videoEditor ? 'true' : 'false') : undefined, "settings-embedded": [true, false].includes(settingsEmbedded) ? (settingsEmbedded ? 'true' : 'false') : undefined, "auto-open-video-editor": [true, false].includes(autoOpenVideoEditor) ? (autoOpenVideoEditor ? 'true' : 'false') : undefined, "play-video-in-full-screen": [true, false].includes(playVideoInFullScreen) ? (playVideoInFullScreen ? 'true' : 'false') : undefined }));
|
|
649
|
+
return (React.createElement("velt-recorder-control-panel", { ref: ref, mode: mode, "panel-id": panelId, "retake-on-video-editor": [true, false].includes(retakeOnVideoEditor) ? (retakeOnVideoEditor ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "recording-transcription": [true, false].includes(recordingTranscription) ? (recordingTranscription ? 'true' : 'false') : undefined, "video-editor": [true, false].includes(videoEditor) ? (videoEditor ? 'true' : 'false') : undefined, "settings-embedded": [true, false].includes(settingsEmbedded) ? (settingsEmbedded ? 'true' : 'false') : undefined, "auto-open-video-editor": [true, false].includes(autoOpenVideoEditor) ? (autoOpenVideoEditor ? 'true' : 'false') : undefined, "play-video-in-full-screen": [true, false].includes(playVideoInFullScreen) ? (playVideoInFullScreen ? 'true' : 'false') : undefined }));
|
|
612
650
|
};
|
|
613
651
|
|
|
614
652
|
var SnippylyRecorderNotes = function (props) {
|
|
@@ -617,7 +655,7 @@ var SnippylyRecorderNotes = function (props) {
|
|
|
617
655
|
};
|
|
618
656
|
|
|
619
657
|
var SnippylyRecorderPlayer = function (props) {
|
|
620
|
-
var recorderId = props.recorderId, onDelete = props.onDelete, showSummary = props.showSummary, summary = props.summary, shadowDom = props.shadowDom, videoEditor = props.videoEditor, playVideoInFullScreen = props.playVideoInFullScreen;
|
|
658
|
+
var recorderId = props.recorderId, onDelete = props.onDelete, showSummary = props.showSummary, summary = props.summary, shadowDom = props.shadowDom, videoEditor = props.videoEditor, playVideoInFullScreen = props.playVideoInFullScreen, retakeOnVideoEditor = props.retakeOnVideoEditor;
|
|
621
659
|
var ref = useRef();
|
|
622
660
|
var onDeleteRef = useRef(onDelete);
|
|
623
661
|
// Update the ref to always point to the latest callback function
|
|
@@ -643,16 +681,16 @@ var SnippylyRecorderPlayer = function (props) {
|
|
|
643
681
|
}
|
|
644
682
|
};
|
|
645
683
|
}, []);
|
|
646
|
-
return (React.createElement("velt-recorder-player", { ref: ref, "recorder-id": recorderId, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "show-summary": [true, false].includes(showSummary) ? (showSummary ? 'true' : 'false') : undefined, summary: [true, false].includes(summary) ? (summary ? 'true' : 'false') : undefined, "video-editor": [true, false].includes(videoEditor) ? (videoEditor ? 'true' : 'false') : undefined, "play-video-in-full-screen": [true, false].includes(playVideoInFullScreen) ? (playVideoInFullScreen ? 'true' : 'false') : undefined }));
|
|
684
|
+
return (React.createElement("velt-recorder-player", { ref: ref, "recorder-id": recorderId, "retake-on-video-editor": [true, false].includes(retakeOnVideoEditor) ? (retakeOnVideoEditor ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "show-summary": [true, false].includes(showSummary) ? (showSummary ? 'true' : 'false') : undefined, summary: [true, false].includes(summary) ? (summary ? 'true' : 'false') : undefined, "video-editor": [true, false].includes(videoEditor) ? (videoEditor ? 'true' : 'false') : undefined, "play-video-in-full-screen": [true, false].includes(playVideoInFullScreen) ? (playVideoInFullScreen ? 'true' : 'false') : undefined }));
|
|
647
685
|
};
|
|
648
686
|
|
|
649
687
|
var SnippylyRecorderTool = function (props) {
|
|
650
|
-
var type = props.type, panelId = props.panelId, buttonLabel = props.buttonLabel, children = props.children, darkMode = props.darkMode, shadowDom = props.shadowDom, recordingCountdown = props.recordingCountdown;
|
|
651
|
-
return (React.createElement("velt-recorder-tool", { type: type, "panel-id": panelId, "button-label": buttonLabel, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined }, children));
|
|
688
|
+
var type = props.type, panelId = props.panelId, buttonLabel = props.buttonLabel, children = props.children, darkMode = props.darkMode, shadowDom = props.shadowDom, recordingCountdown = props.recordingCountdown, variant = props.variant, retakeOnVideoEditor = props.retakeOnVideoEditor;
|
|
689
|
+
return (React.createElement("velt-recorder-tool", { type: type, "panel-id": panelId, "button-label": buttonLabel, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "retake-on-video-editor": [true, false].includes(retakeOnVideoEditor) ? (retakeOnVideoEditor ? 'true' : 'false') : undefined, variant: variant, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined }, children));
|
|
652
690
|
};
|
|
653
691
|
|
|
654
692
|
var SnippylySidebarButton = function (props) {
|
|
655
|
-
var tooltipText = props.tooltipText, children = props.children, darkMode = props.darkMode, shadowDom = props.shadowDom, floatingMode = props.floatingMode, pageMode = props.pageMode, sortData = props.sortData, urlNavigation = props.urlNavigation, currentLocationSuffix = props.currentLocationSuffix, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, dialogVariant = props.dialogVariant, pageModeComposerVariant = props.pageModeComposerVariant, sidebarShadowDom = props.sidebarShadowDom, sidebarVariant = props.sidebarVariant, position = props.position, onCommentClick = props.onCommentClick, onSidebarOpen = props.onSidebarOpen, filterPanelLayout = props.filterPanelLayout;
|
|
693
|
+
var tooltipText = props.tooltipText, children = props.children, darkMode = props.darkMode, shadowDom = props.shadowDom, floatingMode = props.floatingMode, pageMode = props.pageMode, sortData = props.sortData, urlNavigation = props.urlNavigation, currentLocationSuffix = props.currentLocationSuffix, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, dialogVariant = props.dialogVariant, pageModeComposerVariant = props.pageModeComposerVariant, sidebarShadowDom = props.sidebarShadowDom, sidebarVariant = props.sidebarVariant, position = props.position, onCommentClick = props.onCommentClick, onSidebarOpen = props.onSidebarOpen, filterPanelLayout = props.filterPanelLayout, sidebarButtonCountType = props.sidebarButtonCountType, filterGhostCommentsInSidebar = props.filterGhostCommentsInSidebar;
|
|
656
694
|
var ref = useRef();
|
|
657
695
|
var onSidebarOpenRef = useRef(onSidebarOpen);
|
|
658
696
|
var onCommentClickRef = useRef(onCommentClick);
|
|
@@ -688,7 +726,7 @@ var SnippylySidebarButton = function (props) {
|
|
|
688
726
|
}
|
|
689
727
|
};
|
|
690
728
|
});
|
|
691
|
-
return (React.createElement("velt-sidebar-button", { "tooltip-text": tooltipText, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(floatingMode) ? (floatingMode ? 'true' : 'false') : undefined, ref: ref, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "sort-data": sortData, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, "dialog-variant": dialogVariant, "page-mode-composer-variant": pageModeComposerVariant, "sidebar-shadow-dom": [true, false].includes(sidebarShadowDom) ? (sidebarShadowDom ? 'true' : 'false') : undefined, "sidebar-variant": sidebarVariant, position: position, "filter-panel-layout": filterPanelLayout }, children));
|
|
729
|
+
return (React.createElement("velt-sidebar-button", { "tooltip-text": tooltipText, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(floatingMode) ? (floatingMode ? 'true' : 'false') : undefined, ref: ref, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "sort-data": sortData, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, "dialog-variant": dialogVariant, "page-mode-composer-variant": pageModeComposerVariant, "sidebar-shadow-dom": [true, false].includes(sidebarShadowDom) ? (sidebarShadowDom ? 'true' : 'false') : undefined, "sidebar-variant": sidebarVariant, position: position, "filter-panel-layout": filterPanelLayout, "sidebar-button-count-type": sidebarButtonCountType, "filter-ghost-comments-in-sidebar": [true, false].includes(filterGhostCommentsInSidebar) ? (filterGhostCommentsInSidebar ? 'true' : 'false') : undefined }, children));
|
|
692
730
|
};
|
|
693
731
|
|
|
694
732
|
var VeltCommentsSidebarButton = function (props) {
|
|
@@ -841,7 +879,7 @@ var VeltCommentThread = function (props) {
|
|
|
841
879
|
};
|
|
842
880
|
|
|
843
881
|
var VeltNotificationsTool = function (props) {
|
|
844
|
-
var children = props.children, darkMode = props.darkMode, onNotificationClick = props.onNotificationClick, shadowDom = props.shadowDom, panelShadowDom = props.panelShadowDom, variant = props.variant, maxDays = props.maxDays, tabConfig = props.tabConfig, panelOpenMode = props.panelOpenMode, panelVariant = props.panelVariant, readNotificationsOnForYouTab = props.readNotificationsOnForYouTab;
|
|
882
|
+
var children = props.children, darkMode = props.darkMode, onNotificationClick = props.onNotificationClick, shadowDom = props.shadowDom, panelShadowDom = props.panelShadowDom, variant = props.variant, maxDays = props.maxDays, tabConfig = props.tabConfig, panelOpenMode = props.panelOpenMode, panelVariant = props.panelVariant, readNotificationsOnForYouTab = props.readNotificationsOnForYouTab, settings = props.settings, selfNotifications = props.selfNotifications;
|
|
845
883
|
var ref = useRef();
|
|
846
884
|
var onNotificationClickRef = useRef(onNotificationClick);
|
|
847
885
|
// Update the ref to always point to the latest callback function
|
|
@@ -867,11 +905,11 @@ var VeltNotificationsTool = function (props) {
|
|
|
867
905
|
}
|
|
868
906
|
};
|
|
869
907
|
}, []);
|
|
870
|
-
return (React.createElement("velt-notifications-tool", { ref: ref, "panel-open-mode": panelOpenMode, panelVariant: panelVariant, "tab-config": JSON.stringify(tabConfig), variant: variant, "max-days": (maxDays && maxDays > 0) ? maxDays + '' : undefined, "panel-shadow-dom": [true, false].includes(panelShadowDom) ? (panelShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "read-notifications-on-for-you-tab": [true, false].includes(readNotificationsOnForYouTab) ? (readNotificationsOnForYouTab ? 'true' : 'false') : undefined }, children));
|
|
908
|
+
return (React.createElement("velt-notifications-tool", { ref: ref, "panel-open-mode": panelOpenMode, panelVariant: panelVariant, "tab-config": JSON.stringify(tabConfig), variant: variant, "max-days": (maxDays && maxDays > 0) ? maxDays + '' : undefined, "panel-shadow-dom": [true, false].includes(panelShadowDom) ? (panelShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, settings: [true, false].includes(settings) ? (settings ? 'true' : 'false') : undefined, "self-notifications": [true, false].includes(selfNotifications) ? (selfNotifications ? 'true' : 'false') : undefined, "read-notifications-on-for-you-tab": [true, false].includes(readNotificationsOnForYouTab) ? (readNotificationsOnForYouTab ? 'true' : 'false') : undefined }, children));
|
|
871
909
|
};
|
|
872
910
|
|
|
873
911
|
var VeltNotificationsPanel = function (props) {
|
|
874
|
-
var darkMode = props.darkMode, onNotificationClick = props.onNotificationClick, shadowDom = props.shadowDom, tabConfig = props.tabConfig, variant = props.variant, readNotificationsOnForYouTab = props.readNotificationsOnForYouTab, panelOpenMode = props.panelOpenMode;
|
|
912
|
+
var darkMode = props.darkMode, onNotificationClick = props.onNotificationClick, shadowDom = props.shadowDom, tabConfig = props.tabConfig, variant = props.variant, readNotificationsOnForYouTab = props.readNotificationsOnForYouTab, panelOpenMode = props.panelOpenMode, settings = props.settings, selfNotifications = props.selfNotifications;
|
|
875
913
|
var ref = useRef();
|
|
876
914
|
var onNotificationClickRef = useRef(onNotificationClick);
|
|
877
915
|
// Update the ref to always point to the latest callback function
|
|
@@ -897,7 +935,7 @@ var VeltNotificationsPanel = function (props) {
|
|
|
897
935
|
}
|
|
898
936
|
};
|
|
899
937
|
}, []);
|
|
900
|
-
return (React.createElement("velt-notifications-panel", { ref: ref, variant: variant, "tab-config": JSON.stringify(tabConfig), "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "read-notifications-on-for-you-tab": [true, false].includes(readNotificationsOnForYouTab) ? (readNotificationsOnForYouTab ? 'true' : 'false') : undefined, "panel-open-mode": panelOpenMode }));
|
|
938
|
+
return (React.createElement("velt-notifications-panel", { ref: ref, variant: variant, "tab-config": JSON.stringify(tabConfig), "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, settings: [true, false].includes(settings) ? (settings ? 'true' : 'false') : undefined, "self-notifications": [true, false].includes(selfNotifications) ? (selfNotifications ? 'true' : 'false') : undefined, "read-notifications-on-for-you-tab": [true, false].includes(readNotificationsOnForYouTab) ? (readNotificationsOnForYouTab ? 'true' : 'false') : undefined, "panel-open-mode": panelOpenMode }));
|
|
901
939
|
};
|
|
902
940
|
|
|
903
941
|
var VeltNotificationsHistoryPanel = function (props) {
|
|
@@ -1400,13 +1438,13 @@ var VeltAutocomplete = function (props) {
|
|
|
1400
1438
|
};
|
|
1401
1439
|
|
|
1402
1440
|
var VeltInlineCommentsSection = function (props) {
|
|
1403
|
-
var config = props.config, children = props.children, darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, dialogVariant = props.dialogVariant, targetInlineCommentElementId = props.targetInlineCommentElementId, targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, multiThread = props.multiThread, sortData = props.sortData, composerVariant = props.composerVariant, composerPosition = props.composerPosition, sortBy = props.sortBy, sortOrder = props.sortOrder, fullExpanded = props.fullExpanded;
|
|
1404
|
-
return (React.createElement("velt-inline-comments-section", { "target-inline-comment-element-id": targetInlineCommentElementId, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, config: JSON.stringify(config), variant: variant, "dialog-variant": dialogVariant, "sort-data": sortData, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "composer-variant": composerVariant, "composer-position": composerPosition, "sort-by": sortBy, "sort-order": sortOrder, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined }, children));
|
|
1441
|
+
var config = props.config, children = props.children, darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, dialogVariant = props.dialogVariant, targetInlineCommentElementId = props.targetInlineCommentElementId, targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, multiThread = props.multiThread, sortData = props.sortData, composerVariant = props.composerVariant, composerPosition = props.composerPosition, sortBy = props.sortBy, sortOrder = props.sortOrder, fullExpanded = props.fullExpanded, context = props.context, contextOptions = props.contextOptions, documentId = props.documentId, folderId = props.folderId, locationId = props.locationId;
|
|
1442
|
+
return (React.createElement("velt-inline-comments-section", { "target-inline-comment-element-id": targetInlineCommentElementId, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, config: JSON.stringify(config), variant: variant, "dialog-variant": dialogVariant, "sort-data": sortData, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "composer-variant": composerVariant, "composer-position": composerPosition, "sort-by": sortBy, "sort-order": sortOrder, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, context: JSON.stringify(context), "context-options": JSON.stringify(contextOptions), "location-id": locationId, "document-id": documentId, "folder-id": folderId }, children));
|
|
1405
1443
|
};
|
|
1406
1444
|
|
|
1407
1445
|
var VeltCommentPin = function (props) {
|
|
1408
|
-
var children = props.children, annotationId = props.annotationId, multiThreadAnnotationId = props.multiThreadAnnotationId, variant = props.variant;
|
|
1409
|
-
return (React.createElement("velt-comment-pin", { "annotation-id": annotationId, "multi-thread-annotation-id": multiThreadAnnotationId, variant: variant }, children));
|
|
1446
|
+
var children = props.children, annotationId = props.annotationId, multiThreadAnnotationId = props.multiThreadAnnotationId, variant = props.variant, context = props.context, contextOptions = props.contextOptions, documentId = props.documentId, folderId = props.folderId, locationId = props.locationId;
|
|
1447
|
+
return (React.createElement("velt-comment-pin", { "annotation-id": annotationId, "multi-thread-annotation-id": multiThreadAnnotationId, variant: variant, context: JSON.stringify(context), "context-options": JSON.stringify(contextOptions), "location-id": locationId, "document-id": documentId, "folder-id": folderId }, children));
|
|
1410
1448
|
};
|
|
1411
1449
|
|
|
1412
1450
|
var VeltCommentText = function (props) {
|
|
@@ -1481,12 +1519,23 @@ var VeltSingleEditorModePanel = function (props) {
|
|
|
1481
1519
|
return (React.createElement("velt-single-editor-mode-panel", { ref: ref, variant: variant, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
|
|
1482
1520
|
};
|
|
1483
1521
|
|
|
1522
|
+
var VeltVideoEditor = function (props) {
|
|
1523
|
+
var darkMode = props.darkMode, variant = props.variant, blob = props.blob, url = props.url, annotationId = props.annotationId, rest = __rest(props, ["darkMode", "variant", "blob", "url", "annotationId"]);
|
|
1524
|
+
var ref = useRef(null);
|
|
1525
|
+
useEffect(function () {
|
|
1526
|
+
if (ref.current && blob) {
|
|
1527
|
+
ref.current.blob = blob;
|
|
1528
|
+
}
|
|
1529
|
+
}, [blob]);
|
|
1530
|
+
return (React.createElement("velt-video-editor", __assign({ ref: ref, variant: variant, "dark-mode": darkMode ? 'true' : undefined, url: url, "annotation-id": annotationId }, rest)));
|
|
1531
|
+
};
|
|
1532
|
+
|
|
1484
1533
|
var VeltWireframe = function (props) {
|
|
1485
1534
|
var children = props.children;
|
|
1486
1535
|
return (React.createElement("velt-wireframe", { style: { display: 'none' } }, children));
|
|
1487
1536
|
};
|
|
1488
1537
|
|
|
1489
|
-
var validProps = ['veltIf', 'veltClass', 'className'];
|
|
1538
|
+
var validProps = ['veltIf', 'veltClass', 'className', 'variant'];
|
|
1490
1539
|
var transformWireframeProps = function (props) {
|
|
1491
1540
|
try {
|
|
1492
1541
|
var transformedProps_1 = {};
|
|
@@ -2410,6 +2459,33 @@ var VeltCommentDialogNavigationButton = function (props) {
|
|
|
2410
2459
|
return (React.createElement("velt-comment-dialog-navigation-button-wireframe", __assign({}, transformedProps), children));
|
|
2411
2460
|
};
|
|
2412
2461
|
|
|
2462
|
+
var VeltCommentDialogReplyAvatarsListItem = function (props) {
|
|
2463
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2464
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2465
|
+
return (React.createElement("velt-comment-dialog-reply-avatars-list-item-wireframe", __assign({}, transformedProps), children));
|
|
2466
|
+
};
|
|
2467
|
+
|
|
2468
|
+
var VeltCommentDialogReplyAvatarsList = function (props) {
|
|
2469
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2470
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2471
|
+
return (React.createElement("velt-comment-dialog-reply-avatars-list-wireframe", __assign({}, transformedProps), children));
|
|
2472
|
+
};
|
|
2473
|
+
VeltCommentDialogReplyAvatarsList.Item = VeltCommentDialogReplyAvatarsListItem;
|
|
2474
|
+
|
|
2475
|
+
var VeltCommentDialogReplyAvatarsRemainingCount = function (props) {
|
|
2476
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2477
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2478
|
+
return (React.createElement("velt-comment-dialog-reply-avatars-remaining-count-wireframe", __assign({}, transformedProps), children));
|
|
2479
|
+
};
|
|
2480
|
+
|
|
2481
|
+
var VeltCommentDialogReplyAvatars = function (props) {
|
|
2482
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2483
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2484
|
+
return (React.createElement("velt-comment-dialog-reply-avatars-wireframe", __assign({}, transformedProps), children));
|
|
2485
|
+
};
|
|
2486
|
+
VeltCommentDialogReplyAvatars.List = VeltCommentDialogReplyAvatarsList;
|
|
2487
|
+
VeltCommentDialogReplyAvatars.RemainingCount = VeltCommentDialogReplyAvatarsRemainingCount;
|
|
2488
|
+
|
|
2413
2489
|
var VeltCommentDialogWireframe = function (props) {
|
|
2414
2490
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2415
2491
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -2444,6 +2520,7 @@ VeltCommentDialogWireframe.CustomAnnotationDropdown = VeltCommentDialogCustomAnn
|
|
|
2444
2520
|
VeltCommentDialogWireframe.DeleteButton = VeltCommentDialogDeleteButton;
|
|
2445
2521
|
VeltCommentDialogWireframe.CloseButton = VeltCommentDialogCloseButton;
|
|
2446
2522
|
VeltCommentDialogWireframe.NavigationButton = VeltCommentDialogNavigationButton;
|
|
2523
|
+
VeltCommentDialogWireframe.ReplyAvatars = VeltCommentDialogReplyAvatars;
|
|
2447
2524
|
|
|
2448
2525
|
var VeltCommentsSidebarCloseButton = function (props) {
|
|
2449
2526
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -2517,9 +2594,9 @@ var VeltCommentsSidebarFilterSearchHiddenCount = function (props) {
|
|
|
2517
2594
|
};
|
|
2518
2595
|
|
|
2519
2596
|
var VeltCommentsSidebarFilterSearchInput = function (props) {
|
|
2520
|
-
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2597
|
+
var children = props.children, placeholder = props.placeholder, remainingProps = __rest(props, ["children", "placeholder"]);
|
|
2521
2598
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
2522
|
-
return (React.createElement("velt-comments-sidebar-filter-search-input-wireframe", __assign({}, transformedProps), children));
|
|
2599
|
+
return (React.createElement("velt-comments-sidebar-filter-search-input-wireframe", __assign({}, transformedProps, { placeholder: placeholder }), children));
|
|
2523
2600
|
};
|
|
2524
2601
|
|
|
2525
2602
|
var VeltCommentsSidebarFilterSearchTagsItemName = function (props) {
|
|
@@ -2550,9 +2627,9 @@ var VeltCommentsSidebarFilterSearchTags = function (props) {
|
|
|
2550
2627
|
VeltCommentsSidebarFilterSearchTags.Item = VeltCommentsSidebarFilterSearchTagsItem;
|
|
2551
2628
|
|
|
2552
2629
|
var VeltCommentsSidebarFilterSearch = function (props) {
|
|
2553
|
-
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2630
|
+
var children = props.children, placeholder = props.placeholder, remainingProps = __rest(props, ["children", "placeholder"]);
|
|
2554
2631
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
2555
|
-
return (React.createElement("velt-comments-sidebar-filter-search-wireframe", __assign({}, transformedProps), children));
|
|
2632
|
+
return (React.createElement("velt-comments-sidebar-filter-search-wireframe", __assign({}, transformedProps, { placeholder: placeholder }), children));
|
|
2556
2633
|
};
|
|
2557
2634
|
VeltCommentsSidebarFilterSearch.DropdownIcon = VeltCommentsSidebarFilterSearchDropdownIcon;
|
|
2558
2635
|
VeltCommentsSidebarFilterSearch.Tags = VeltCommentsSidebarFilterSearchTags;
|
|
@@ -2688,6 +2765,24 @@ VeltCommentsSidebarFilterDocument.Item = VeltCommentsSidebarFilterItem;
|
|
|
2688
2765
|
VeltCommentsSidebarFilterDocument.ViewAll = VeltCommentsSidebarFilterViewAll;
|
|
2689
2766
|
VeltCommentsSidebarFilterDocument.Search = VeltCommentsSidebarFilterSearch;
|
|
2690
2767
|
|
|
2768
|
+
var VeltCommentsSidebarFilterCustom = function (props) {
|
|
2769
|
+
var children = props.children, id = props.id, remainingProps = __rest(props, ["children", "id"]);
|
|
2770
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2771
|
+
return (React.createElement("velt-comments-sidebar-filter-custom-wireframe", __assign({ id: id }, transformedProps), children));
|
|
2772
|
+
};
|
|
2773
|
+
VeltCommentsSidebarFilterCustom.Name = VeltCommentsSidebarFilterName;
|
|
2774
|
+
VeltCommentsSidebarFilterCustom.Item = VeltCommentsSidebarFilterItem;
|
|
2775
|
+
VeltCommentsSidebarFilterCustom.Search = VeltCommentsSidebarFilterSearch;
|
|
2776
|
+
|
|
2777
|
+
var VeltCommentsSidebarFilterInvolved = function (props) {
|
|
2778
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2779
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2780
|
+
return (React.createElement("velt-comments-sidebar-filter-involved-wireframe", __assign({}, transformedProps), children));
|
|
2781
|
+
};
|
|
2782
|
+
VeltCommentsSidebarFilterInvolved.Name = VeltCommentsSidebarFilterName;
|
|
2783
|
+
VeltCommentsSidebarFilterInvolved.Item = VeltCommentsSidebarFilterItem;
|
|
2784
|
+
VeltCommentsSidebarFilterInvolved.Search = VeltCommentsSidebarFilterSearch;
|
|
2785
|
+
|
|
2691
2786
|
var VeltCommentsSidebarFilter = function (props) {
|
|
2692
2787
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2693
2788
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -2710,6 +2805,8 @@ VeltCommentsSidebarFilter.Status = VeltCommentsSidebarFilterStatus;
|
|
|
2710
2805
|
VeltCommentsSidebarFilter.ResetButton = VeltCommentsSidebarFilterResetButton;
|
|
2711
2806
|
VeltCommentsSidebarFilter.Search = VeltCommentsSidebarFilterSearch;
|
|
2712
2807
|
VeltCommentsSidebarFilter.Document = VeltCommentsSidebarFilterDocument;
|
|
2808
|
+
VeltCommentsSidebarFilter.Custom = VeltCommentsSidebarFilterCustom;
|
|
2809
|
+
VeltCommentsSidebarFilter.Involved = VeltCommentsSidebarFilterInvolved;
|
|
2713
2810
|
|
|
2714
2811
|
var VeltCommentsSidebarFilterButton = function (props) {
|
|
2715
2812
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -2941,9 +3038,9 @@ var VeltCommentsSidebarPanel = function (props) {
|
|
|
2941
3038
|
};
|
|
2942
3039
|
|
|
2943
3040
|
var VeltCommentsSidebarSearch = function (props) {
|
|
2944
|
-
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3041
|
+
var children = props.children, placeholder = props.placeholder, remainingProps = __rest(props, ["children", "placeholder"]);
|
|
2945
3042
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
2946
|
-
return (React.createElement("velt-comments-sidebar-search-wireframe", __assign({}, transformedProps), children));
|
|
3043
|
+
return (React.createElement("velt-comments-sidebar-search-wireframe", __assign({}, transformedProps, { placeholder: placeholder }), children));
|
|
2947
3044
|
};
|
|
2948
3045
|
|
|
2949
3046
|
var VeltCommentsSidebarSkeleton = function (props) {
|
|
@@ -3802,6 +3899,157 @@ var VeltNotificationsPanelSkeletonWireframe = function (props) {
|
|
|
3802
3899
|
return (React.createElement("velt-notifications-panel-skeleton-wireframe", __assign({}, transformedProps), children));
|
|
3803
3900
|
};
|
|
3804
3901
|
|
|
3902
|
+
var VeltNotificationsPanelSettingsButtonWireframe = function (props) {
|
|
3903
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3904
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3905
|
+
return (React.createElement("velt-notifications-panel-settings-button-wireframe", __assign({}, transformedProps), children));
|
|
3906
|
+
};
|
|
3907
|
+
|
|
3908
|
+
var VeltNotificationsPanelSettingsDescriptionWireframe = function (props) {
|
|
3909
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3910
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3911
|
+
return (React.createElement("velt-notifications-panel-settings-description-wireframe", __assign({}, transformedProps), children));
|
|
3912
|
+
};
|
|
3913
|
+
|
|
3914
|
+
var VeltNotificationsPanelSettingsBackButtonWireframe = function (props) {
|
|
3915
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3916
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3917
|
+
return (React.createElement("velt-notifications-panel-settings-back-button-wireframe", __assign({}, transformedProps), children));
|
|
3918
|
+
};
|
|
3919
|
+
|
|
3920
|
+
var VeltNotificationsPanelSettingsFooterWireframe = function (props) {
|
|
3921
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3922
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3923
|
+
return (React.createElement("velt-notifications-panel-settings-footer-wireframe", __assign({}, transformedProps), children));
|
|
3924
|
+
};
|
|
3925
|
+
|
|
3926
|
+
var VeltNotificationsPanelSettingsHeaderTitleWireframe = function (props) {
|
|
3927
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3928
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3929
|
+
return (React.createElement("velt-notifications-panel-settings-header-title-wireframe", __assign({}, transformedProps), children));
|
|
3930
|
+
};
|
|
3931
|
+
|
|
3932
|
+
var VeltNotificationsPanelSettingsHeaderWireframe = function (props) {
|
|
3933
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3934
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3935
|
+
return (React.createElement("velt-notifications-panel-settings-header-wireframe", __assign({}, transformedProps), children));
|
|
3936
|
+
};
|
|
3937
|
+
VeltNotificationsPanelSettingsHeaderWireframe.Title = VeltNotificationsPanelSettingsHeaderTitleWireframe;
|
|
3938
|
+
|
|
3939
|
+
var VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe = function (props) {
|
|
3940
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3941
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3942
|
+
return (React.createElement("velt-notifications-panel-settings-accordion-trigger-selected-value-wireframe", __assign({}, transformedProps), children));
|
|
3943
|
+
};
|
|
3944
|
+
|
|
3945
|
+
var VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe = function (props) {
|
|
3946
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3947
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3948
|
+
return (React.createElement("velt-notifications-panel-settings-accordion-trigger-label-wireframe", __assign({}, transformedProps), children));
|
|
3949
|
+
};
|
|
3950
|
+
|
|
3951
|
+
var VeltNotificationsPanelSettingsAccordionTriggerIconWireframe = function (props) {
|
|
3952
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3953
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3954
|
+
return (React.createElement("velt-notifications-panel-settings-accordion-trigger-icon-wireframe", __assign({}, transformedProps), children));
|
|
3955
|
+
};
|
|
3956
|
+
|
|
3957
|
+
var VeltNotificationsPanelSettingsAccordionTriggerWireframe = function (props) {
|
|
3958
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3959
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3960
|
+
return (React.createElement("velt-notifications-panel-settings-accordion-trigger-wireframe", __assign({}, transformedProps), children));
|
|
3961
|
+
};
|
|
3962
|
+
VeltNotificationsPanelSettingsAccordionTriggerWireframe.SelectedValue = VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe;
|
|
3963
|
+
VeltNotificationsPanelSettingsAccordionTriggerWireframe.Label = VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe;
|
|
3964
|
+
VeltNotificationsPanelSettingsAccordionTriggerWireframe.Icon = VeltNotificationsPanelSettingsAccordionTriggerIconWireframe;
|
|
3965
|
+
|
|
3966
|
+
var VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe = function (props) {
|
|
3967
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3968
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3969
|
+
return (React.createElement("velt-notifications-panel-settings-accordion-content-item-label-wireframe", __assign({}, transformedProps), children));
|
|
3970
|
+
};
|
|
3971
|
+
|
|
3972
|
+
var VeltNotificationsPanelSettingsAccordionContentItemIconWireframe = function (props) {
|
|
3973
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3974
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3975
|
+
return (React.createElement("velt-notifications-panel-settings-accordion-content-item-icon-wireframe", __assign({}, transformedProps), children));
|
|
3976
|
+
};
|
|
3977
|
+
|
|
3978
|
+
var VeltNotificationsPanelSettingsAccordionContentItemWireframe = function (props) {
|
|
3979
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3980
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3981
|
+
return (React.createElement("velt-notifications-panel-settings-accordion-content-item-wireframe", __assign({}, transformedProps), children));
|
|
3982
|
+
};
|
|
3983
|
+
VeltNotificationsPanelSettingsAccordionContentItemWireframe.Icon = VeltNotificationsPanelSettingsAccordionContentItemIconWireframe;
|
|
3984
|
+
VeltNotificationsPanelSettingsAccordionContentItemWireframe.Label = VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe;
|
|
3985
|
+
|
|
3986
|
+
var VeltNotificationsPanelSettingsAccordionContentWireframe = function (props) {
|
|
3987
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3988
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3989
|
+
return (React.createElement("velt-notifications-panel-settings-accordion-content-wireframe", __assign({}, transformedProps), children));
|
|
3990
|
+
};
|
|
3991
|
+
VeltNotificationsPanelSettingsAccordionContentWireframe.Item = VeltNotificationsPanelSettingsAccordionContentItemWireframe;
|
|
3992
|
+
|
|
3993
|
+
var VeltNotificationsPanelSettingsAccordionWireframe = function (props) {
|
|
3994
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3995
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3996
|
+
return (React.createElement("velt-notifications-panel-settings-accordion-wireframe", __assign({}, transformedProps), children));
|
|
3997
|
+
};
|
|
3998
|
+
VeltNotificationsPanelSettingsAccordionWireframe.Trigger = VeltNotificationsPanelSettingsAccordionTriggerWireframe;
|
|
3999
|
+
VeltNotificationsPanelSettingsAccordionWireframe.Content = VeltNotificationsPanelSettingsAccordionContentWireframe;
|
|
4000
|
+
|
|
4001
|
+
var VeltNotificationsPanelSettingsListWireframe = function (props) {
|
|
4002
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4003
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4004
|
+
return (React.createElement("velt-notifications-panel-settings-list-wireframe", __assign({}, transformedProps), children));
|
|
4005
|
+
};
|
|
4006
|
+
VeltNotificationsPanelSettingsListWireframe.Accordion = VeltNotificationsPanelSettingsAccordionWireframe;
|
|
4007
|
+
|
|
4008
|
+
var VeltNotificationsPanelSettingsMuteAllDescriptionWireframe = function (props) {
|
|
4009
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4010
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4011
|
+
return (React.createElement("velt-notifications-panel-settings-mute-all-description-wireframe", __assign({}, transformedProps), children));
|
|
4012
|
+
};
|
|
4013
|
+
|
|
4014
|
+
var VeltNotificationsPanelSettingsMuteAllTitleWireframe = function (props) {
|
|
4015
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4016
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4017
|
+
return (React.createElement("velt-notifications-panel-settings-mute-all-title-wireframe", __assign({}, transformedProps), children));
|
|
4018
|
+
};
|
|
4019
|
+
|
|
4020
|
+
var VeltNotificationsPanelSettingsMuteAllToggleWireframe = function (props) {
|
|
4021
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4022
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4023
|
+
return (React.createElement("velt-notifications-panel-settings-mute-all-toggle-wireframe", __assign({}, transformedProps), children));
|
|
4024
|
+
};
|
|
4025
|
+
|
|
4026
|
+
var VeltNotificationsPanelSettingsTitleWireframe = function (props) {
|
|
4027
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4028
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4029
|
+
return (React.createElement("velt-notifications-panel-settings-title-wireframe", __assign({}, transformedProps), children));
|
|
4030
|
+
};
|
|
4031
|
+
|
|
4032
|
+
var VeltNotificationsPanelSettingsWireframe = function (props) {
|
|
4033
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4034
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4035
|
+
return (React.createElement("velt-notifications-panel-settings-wireframe", __assign({}, transformedProps), children));
|
|
4036
|
+
};
|
|
4037
|
+
VeltNotificationsPanelSettingsWireframe.BackButton = VeltNotificationsPanelSettingsBackButtonWireframe;
|
|
4038
|
+
VeltNotificationsPanelSettingsWireframe.Description = VeltNotificationsPanelSettingsDescriptionWireframe;
|
|
4039
|
+
VeltNotificationsPanelSettingsWireframe.Footer = VeltNotificationsPanelSettingsFooterWireframe;
|
|
4040
|
+
VeltNotificationsPanelSettingsWireframe.Header = VeltNotificationsPanelSettingsHeaderWireframe;
|
|
4041
|
+
VeltNotificationsPanelSettingsWireframe.List = VeltNotificationsPanelSettingsListWireframe;
|
|
4042
|
+
VeltNotificationsPanelSettingsWireframe.MuteAllDescription = VeltNotificationsPanelSettingsMuteAllDescriptionWireframe;
|
|
4043
|
+
VeltNotificationsPanelSettingsWireframe.MuteAllTitle = VeltNotificationsPanelSettingsMuteAllTitleWireframe;
|
|
4044
|
+
VeltNotificationsPanelSettingsWireframe.MuteAllToggle = VeltNotificationsPanelSettingsMuteAllToggleWireframe;
|
|
4045
|
+
VeltNotificationsPanelSettingsWireframe.Title = VeltNotificationsPanelSettingsTitleWireframe;
|
|
4046
|
+
|
|
4047
|
+
var VeltNotificationsPanelTitleTextWireframe = function (props) {
|
|
4048
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4049
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4050
|
+
return (React.createElement("velt-notifications-panel-title-text-wireframe", __assign({}, transformedProps), children));
|
|
4051
|
+
};
|
|
4052
|
+
|
|
3805
4053
|
var VeltNotificationsPanelWireframe = function (props) {
|
|
3806
4054
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3807
4055
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -3814,6 +4062,9 @@ VeltNotificationsPanelWireframe.Title = VeltNotificationsPanelTitleWireframe;
|
|
|
3814
4062
|
VeltNotificationsPanelWireframe.ViewAllButton = VeltNotificationsPanelViewAllButtonWireframe;
|
|
3815
4063
|
VeltNotificationsPanelWireframe.CloseButton = VeltNotificationsPanelCloseButtonWireframe;
|
|
3816
4064
|
VeltNotificationsPanelWireframe.Skeleton = VeltNotificationsPanelSkeletonWireframe;
|
|
4065
|
+
VeltNotificationsPanelWireframe.SettingsButton = VeltNotificationsPanelSettingsButtonWireframe;
|
|
4066
|
+
VeltNotificationsPanelWireframe.Settings = VeltNotificationsPanelSettingsWireframe;
|
|
4067
|
+
VeltNotificationsPanelWireframe.TitleText = VeltNotificationsPanelTitleTextWireframe;
|
|
3817
4068
|
|
|
3818
4069
|
var VeltNotificationsToolIconWireframe = function (props) {
|
|
3819
4070
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -4721,6 +4972,12 @@ var VeltRecorderPlayerVideoWireframe = function (props) {
|
|
|
4721
4972
|
return (React.createElement("velt-recorder-player-video-wireframe", __assign({}, transformedProps), children));
|
|
4722
4973
|
};
|
|
4723
4974
|
|
|
4975
|
+
var VeltRecorderPlayerEditButtonWireframe = function (props) {
|
|
4976
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4977
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4978
|
+
return (React.createElement("velt-recorder-player-edit-button-wireframe", __assign({}, transformedProps), children));
|
|
4979
|
+
};
|
|
4980
|
+
|
|
4724
4981
|
var VeltRecorderPlayerVideoContainerWireframe = function (props) {
|
|
4725
4982
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4726
4983
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -4739,6 +4996,7 @@ VeltRecorderPlayerVideoContainerWireframe.Transcription = VeltRecorderPlayerTran
|
|
|
4739
4996
|
VeltRecorderPlayerVideoContainerWireframe.CopyLink = VeltRecorderPlayerCopyLinkWireframe;
|
|
4740
4997
|
VeltRecorderPlayerVideoContainerWireframe.Delete = VeltRecorderPlayerDeleteWireframe;
|
|
4741
4998
|
VeltRecorderPlayerVideoContainerWireframe.Avatar = VeltRecorderPlayerAvatarWireframe;
|
|
4999
|
+
VeltRecorderPlayerVideoContainerWireframe.EditButton = VeltRecorderPlayerEditButtonWireframe;
|
|
4742
5000
|
|
|
4743
5001
|
var VeltRecorderPlayerWireframe = function (props) {
|
|
4744
5002
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -5062,11 +5320,72 @@ var VeltVideoEditorPlayerTimelineContainerWireframe = function (props) {
|
|
|
5062
5320
|
return (React.createElement("velt-video-editor-player-timeline-container-wireframe", __assign({}, transformedProps), children));
|
|
5063
5321
|
};
|
|
5064
5322
|
|
|
5065
|
-
var
|
|
5323
|
+
var VeltVideoEditorPlayerTimelinePlayheadLineWireframe = function (props) {
|
|
5324
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5325
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5326
|
+
return (React.createElement("velt-video-editor-player-timeline-playhead-line-wireframe", __assign({}, transformedProps), children));
|
|
5327
|
+
};
|
|
5328
|
+
|
|
5329
|
+
var VeltVideoEditorPlayerTimelinePlayheadActionsWireframe = function (props) {
|
|
5330
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5331
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5332
|
+
return (React.createElement("velt-video-editor-player-timeline-playhead-actions-wireframe", __assign({}, transformedProps), children));
|
|
5333
|
+
};
|
|
5334
|
+
|
|
5335
|
+
var VeltVideoEditorPlayerTimelinePlayhead = function (props) {
|
|
5066
5336
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5067
5337
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
5068
5338
|
return (React.createElement("velt-video-editor-player-timeline-playhead-wireframe", __assign({}, transformedProps), children));
|
|
5069
5339
|
};
|
|
5340
|
+
VeltVideoEditorPlayerTimelinePlayhead.Line = VeltVideoEditorPlayerTimelinePlayheadLineWireframe;
|
|
5341
|
+
VeltVideoEditorPlayerTimelinePlayhead.Actions = VeltVideoEditorPlayerTimelinePlayheadActionsWireframe;
|
|
5342
|
+
|
|
5343
|
+
var VeltVideoEditorPlayerTimelineOnboardingContentWireframe = function (props) {
|
|
5344
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5345
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5346
|
+
return (React.createElement("velt-video-editor-player-timeline-onboarding-content-wireframe", __assign({}, transformedProps), children));
|
|
5347
|
+
};
|
|
5348
|
+
|
|
5349
|
+
var VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe = function (props) {
|
|
5350
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5351
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5352
|
+
return (React.createElement("velt-video-editor-player-timeline-onboarding-text-title-wireframe", __assign({}, transformedProps), children));
|
|
5353
|
+
};
|
|
5354
|
+
|
|
5355
|
+
var VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe = function (props) {
|
|
5356
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5357
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5358
|
+
return (React.createElement("velt-video-editor-player-timeline-onboarding-text-description-wireframe", __assign({}, transformedProps), children));
|
|
5359
|
+
};
|
|
5360
|
+
|
|
5361
|
+
var VeltVideoEditorPlayerTimelineOnboardingTextWireframe = function (props) {
|
|
5362
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5363
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5364
|
+
return (React.createElement("velt-video-editor-player-timeline-onboarding-text-wireframe", __assign({}, transformedProps), children));
|
|
5365
|
+
};
|
|
5366
|
+
VeltVideoEditorPlayerTimelineOnboardingTextWireframe.Title = VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe;
|
|
5367
|
+
VeltVideoEditorPlayerTimelineOnboardingTextWireframe.Description = VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe;
|
|
5368
|
+
|
|
5369
|
+
var VeltVideoEditorPlayerTimelineOnboardingArrowWireframe = function (props) {
|
|
5370
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5371
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5372
|
+
return (React.createElement("velt-video-editor-player-timeline-onboarding-arrow-wireframe", __assign({}, transformedProps), children));
|
|
5373
|
+
};
|
|
5374
|
+
|
|
5375
|
+
var VeltVideoEditorPlayerTimelineOnboardingWireframe = function (props) {
|
|
5376
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5377
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5378
|
+
return (React.createElement("velt-video-editor-player-timeline-onboarding-wireframe", __assign({}, transformedProps), children));
|
|
5379
|
+
};
|
|
5380
|
+
VeltVideoEditorPlayerTimelineOnboardingWireframe.Content = VeltVideoEditorPlayerTimelineOnboardingContentWireframe;
|
|
5381
|
+
VeltVideoEditorPlayerTimelineOnboardingWireframe.Text = VeltVideoEditorPlayerTimelineOnboardingTextWireframe;
|
|
5382
|
+
VeltVideoEditorPlayerTimelineOnboardingWireframe.Arrow = VeltVideoEditorPlayerTimelineOnboardingArrowWireframe;
|
|
5383
|
+
|
|
5384
|
+
var VeltVideoEditorPlayerTimelineBackspaceHintWireframe = function (props) {
|
|
5385
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5386
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5387
|
+
return (React.createElement("velt-video-editor-player-timeline-backspace-hint-wireframe", __assign({}, transformedProps), children));
|
|
5388
|
+
};
|
|
5070
5389
|
|
|
5071
5390
|
var VeltVideoEditorPlayerTimelineWireframe = function (props) {
|
|
5072
5391
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -5077,7 +5396,27 @@ VeltVideoEditorPlayerTimelineWireframe.Marker = VeltVideoEditorPlayerTimelineMar
|
|
|
5077
5396
|
VeltVideoEditorPlayerTimelineWireframe.Scale = VeltVideoEditorPlayerTimelineScaleWireframe;
|
|
5078
5397
|
VeltVideoEditorPlayerTimelineWireframe.Trim = VeltVideoEditorPlayerTimelineTrimWireframe;
|
|
5079
5398
|
VeltVideoEditorPlayerTimelineWireframe.Container = VeltVideoEditorPlayerTimelineContainerWireframe;
|
|
5080
|
-
VeltVideoEditorPlayerTimelineWireframe.Playhead =
|
|
5399
|
+
VeltVideoEditorPlayerTimelineWireframe.Playhead = VeltVideoEditorPlayerTimelinePlayhead;
|
|
5400
|
+
VeltVideoEditorPlayerTimelineWireframe.Onboarding = VeltVideoEditorPlayerTimelineOnboardingWireframe;
|
|
5401
|
+
VeltVideoEditorPlayerTimelineWireframe.BackspaceHint = VeltVideoEditorPlayerTimelineBackspaceHintWireframe;
|
|
5402
|
+
|
|
5403
|
+
var VeltVideoEditorPlayerDownloadButtonWireframe = function (props) {
|
|
5404
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5405
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5406
|
+
return (React.createElement("velt-video-editor-player-download-button-wireframe", __assign({}, transformedProps), children));
|
|
5407
|
+
};
|
|
5408
|
+
|
|
5409
|
+
var VeltVideoEditorPlayerAddZoomButtonWireframe = function (props) {
|
|
5410
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5411
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5412
|
+
return (React.createElement("velt-video-editor-player-add-zoom-button-wireframe", __assign({}, transformedProps), children));
|
|
5413
|
+
};
|
|
5414
|
+
|
|
5415
|
+
var VeltVideoEditorPlayerRetakeButtonWireframe = function (props) {
|
|
5416
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5417
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5418
|
+
return (React.createElement("velt-video-editor-player-retake-button-wireframe", __assign({}, transformedProps), children));
|
|
5419
|
+
};
|
|
5081
5420
|
|
|
5082
5421
|
var VeltVideoEditorPlayerWireframe = function (props) {
|
|
5083
5422
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -5095,6 +5434,9 @@ VeltVideoEditorPlayerWireframe.TotalTime = VeltVideoEditorPlayerTotalTimeWirefra
|
|
|
5095
5434
|
VeltVideoEditorPlayerWireframe.SplitButton = VeltVideoEditorPlayerSplitButtonWireframe;
|
|
5096
5435
|
VeltVideoEditorPlayerWireframe.DeleteButton = VeltVideoEditorPlayerDeleteButtonWireframe;
|
|
5097
5436
|
VeltVideoEditorPlayerWireframe.Timeline = VeltVideoEditorPlayerTimelineWireframe;
|
|
5437
|
+
VeltVideoEditorPlayerWireframe.DownloadButton = VeltVideoEditorPlayerDownloadButtonWireframe;
|
|
5438
|
+
VeltVideoEditorPlayerWireframe.AddZoomButton = VeltVideoEditorPlayerAddZoomButtonWireframe;
|
|
5439
|
+
VeltVideoEditorPlayerWireframe.RetakeButton = VeltVideoEditorPlayerRetakeButtonWireframe;
|
|
5098
5440
|
|
|
5099
5441
|
var VeltSubtitlesTextWireframe = function (props) {
|
|
5100
5442
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -5361,6 +5703,143 @@ VeltSingleEditorModePanelWireframe.Countdown = VeltSingleEditorModePanelCountdow
|
|
|
5361
5703
|
VeltSingleEditorModePanelWireframe.CancelRequest = VeltSingleEditorModePanelCancelRequestWireframe;
|
|
5362
5704
|
VeltSingleEditorModePanelWireframe.AcceptRequest = VeltSingleEditorModePanelAcceptRequestWireframe;
|
|
5363
5705
|
|
|
5706
|
+
var VeltPresenceAvatarListItemWireframe = function (props) {
|
|
5707
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5708
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5709
|
+
return (React.createElement("velt-presence-avatar-list-item-wireframe", __assign({}, transformedProps), children));
|
|
5710
|
+
};
|
|
5711
|
+
|
|
5712
|
+
var VeltPresenceAvatarListWireframe = function (props) {
|
|
5713
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5714
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5715
|
+
return (React.createElement("velt-presence-avatar-list-wireframe", __assign({}, transformedProps), children));
|
|
5716
|
+
};
|
|
5717
|
+
VeltPresenceAvatarListWireframe.Item = VeltPresenceAvatarListItemWireframe;
|
|
5718
|
+
|
|
5719
|
+
var VeltPresenceAvatarRemainingCountWireframe = function (props) {
|
|
5720
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5721
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5722
|
+
return (React.createElement("velt-presence-avatar-remaining-count-wireframe", __assign({}, transformedProps), children));
|
|
5723
|
+
};
|
|
5724
|
+
|
|
5725
|
+
var VeltPresenceWireframe = function (props) {
|
|
5726
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5727
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5728
|
+
return (React.createElement("velt-presence-wireframe", __assign({}, transformedProps), children));
|
|
5729
|
+
};
|
|
5730
|
+
VeltPresenceWireframe.AvatarList = VeltPresenceAvatarListWireframe;
|
|
5731
|
+
VeltPresenceWireframe.AvatarRemainingCount = VeltPresenceAvatarRemainingCountWireframe;
|
|
5732
|
+
|
|
5733
|
+
var VeltPresenceTooltipAvatarWireframe = function (props) {
|
|
5734
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5735
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5736
|
+
return (React.createElement("velt-presence-tooltip-avatar-wireframe", __assign({}, transformedProps), children));
|
|
5737
|
+
};
|
|
5738
|
+
|
|
5739
|
+
var VeltPresenceTooltipUserActiveWireframe = function (props) {
|
|
5740
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5741
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5742
|
+
return (React.createElement("velt-presence-tooltip-user-active-wireframe", __assign({}, transformedProps), children));
|
|
5743
|
+
};
|
|
5744
|
+
|
|
5745
|
+
var VeltPresenceTooltipUserInactiveWireframe = function (props) {
|
|
5746
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5747
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5748
|
+
return (React.createElement("velt-presence-tooltip-user-inactive-wireframe", __assign({}, transformedProps), children));
|
|
5749
|
+
};
|
|
5750
|
+
|
|
5751
|
+
var VeltPresenceTooltipUserNameWireframe = function (props) {
|
|
5752
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5753
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5754
|
+
return (React.createElement("velt-presence-tooltip-user-name-wireframe", __assign({}, transformedProps), children));
|
|
5755
|
+
};
|
|
5756
|
+
|
|
5757
|
+
var VeltPresenceTooltipStatusContainerWireframe = function (props) {
|
|
5758
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5759
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5760
|
+
return (React.createElement("velt-presence-tooltip-status-container-wireframe", __assign({}, transformedProps), children));
|
|
5761
|
+
};
|
|
5762
|
+
|
|
5763
|
+
var VeltPresenceTooltipWireframe = function (props) {
|
|
5764
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5765
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5766
|
+
return (React.createElement("velt-presence-tooltip-wireframe", __assign({}, transformedProps), children));
|
|
5767
|
+
};
|
|
5768
|
+
VeltPresenceTooltipWireframe.Avatar = VeltPresenceTooltipAvatarWireframe;
|
|
5769
|
+
VeltPresenceTooltipWireframe.UserActive = VeltPresenceTooltipUserActiveWireframe;
|
|
5770
|
+
VeltPresenceTooltipWireframe.UserInactive = VeltPresenceTooltipUserInactiveWireframe;
|
|
5771
|
+
VeltPresenceTooltipWireframe.UserName = VeltPresenceTooltipUserNameWireframe;
|
|
5772
|
+
VeltPresenceTooltipWireframe.StatusContainer = VeltPresenceTooltipStatusContainerWireframe;
|
|
5773
|
+
|
|
5774
|
+
var VeltCursorPointerArrowWireframe = function (props) {
|
|
5775
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5776
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5777
|
+
return (React.createElement("velt-cursor-pointer-arrow-wireframe", __assign({}, transformedProps), children));
|
|
5778
|
+
};
|
|
5779
|
+
|
|
5780
|
+
var VeltCursorPointerAudioHuddleAvatarWireframe = function (props) {
|
|
5781
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5782
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5783
|
+
return (React.createElement("velt-cursor-pointer-audio-huddle-avatar-wireframe", __assign({}, transformedProps), children));
|
|
5784
|
+
};
|
|
5785
|
+
|
|
5786
|
+
var VeltCursorPointerAudioHuddleAudioWireframe = function (props) {
|
|
5787
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5788
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5789
|
+
return (React.createElement("velt-cursor-pointer-audio-huddle-audio-wireframe", __assign({}, transformedProps), children));
|
|
5790
|
+
};
|
|
5791
|
+
|
|
5792
|
+
var VeltCursorPointerAudioHuddleWireframe = function (props) {
|
|
5793
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5794
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5795
|
+
return (React.createElement("velt-cursor-pointer-audio-huddle-wireframe", __assign({}, transformedProps), children));
|
|
5796
|
+
};
|
|
5797
|
+
VeltCursorPointerAudioHuddleWireframe.Avatar = VeltCursorPointerAudioHuddleAvatarWireframe;
|
|
5798
|
+
VeltCursorPointerAudioHuddleWireframe.Audio = VeltCursorPointerAudioHuddleAudioWireframe;
|
|
5799
|
+
|
|
5800
|
+
var VeltCursorPointerAvatarWireframe = function (props) {
|
|
5801
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5802
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5803
|
+
return (React.createElement("velt-cursor-pointer-avatar-wireframe", __assign({}, transformedProps), children));
|
|
5804
|
+
};
|
|
5805
|
+
|
|
5806
|
+
var VeltCursorPointerDefaultNameWireframe = function (props) {
|
|
5807
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5808
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5809
|
+
return (React.createElement("velt-cursor-pointer-default-name-wireframe", __assign({}, transformedProps), children));
|
|
5810
|
+
};
|
|
5811
|
+
|
|
5812
|
+
var VeltCursorPointerDefaultCommentWireframe = function (props) {
|
|
5813
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5814
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5815
|
+
return (React.createElement("velt-cursor-pointer-default-comment-wireframe", __assign({}, transformedProps), children));
|
|
5816
|
+
};
|
|
5817
|
+
|
|
5818
|
+
var VeltCursorPointerDefaultWireframe = function (props) {
|
|
5819
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5820
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5821
|
+
return (React.createElement("velt-cursor-pointer-default-wireframe", __assign({}, transformedProps), children));
|
|
5822
|
+
};
|
|
5823
|
+
VeltCursorPointerDefaultWireframe.Name = VeltCursorPointerDefaultNameWireframe;
|
|
5824
|
+
VeltCursorPointerDefaultWireframe.Comment = VeltCursorPointerDefaultCommentWireframe;
|
|
5825
|
+
|
|
5826
|
+
var VeltCursorPointerVideoHuddleWireframe = function (props) {
|
|
5827
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5828
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5829
|
+
return (React.createElement("velt-cursor-pointer-video-huddle-wireframe", __assign({}, transformedProps), children));
|
|
5830
|
+
};
|
|
5831
|
+
|
|
5832
|
+
var VeltCursorPointerWireframe = function (props) {
|
|
5833
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5834
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5835
|
+
return (React.createElement("velt-cursor-pointer-wireframe", __assign({}, transformedProps), children));
|
|
5836
|
+
};
|
|
5837
|
+
VeltCursorPointerWireframe.Arrow = VeltCursorPointerArrowWireframe;
|
|
5838
|
+
VeltCursorPointerWireframe.AudioHuddle = VeltCursorPointerAudioHuddleWireframe;
|
|
5839
|
+
VeltCursorPointerWireframe.Avatar = VeltCursorPointerAvatarWireframe;
|
|
5840
|
+
VeltCursorPointerWireframe.Default = VeltCursorPointerDefaultWireframe;
|
|
5841
|
+
VeltCursorPointerWireframe.VideoHuddle = VeltCursorPointerVideoHuddleWireframe;
|
|
5842
|
+
|
|
5364
5843
|
function useClient() {
|
|
5365
5844
|
var client = useVeltClient().client;
|
|
5366
5845
|
var _a = React.useState(), veltClient = _a[0], setVeltClient = _a[1];
|
|
@@ -5412,15 +5891,15 @@ function useSetDocuments() {
|
|
|
5412
5891
|
var client = useVeltClient().client;
|
|
5413
5892
|
var _a = React.useState(undefined), data = _a[0], setData = _a[1];
|
|
5414
5893
|
// Memoize the setDocuments call
|
|
5415
|
-
|
|
5416
|
-
|
|
5417
|
-
}, [JSON.stringify(data
|
|
5894
|
+
// const memoizedData = React.useMemo(() => {
|
|
5895
|
+
// return data;
|
|
5896
|
+
// }, [JSON.stringify(data?.documents), JSON.stringify(data?.options)]);
|
|
5418
5897
|
React.useEffect(function () {
|
|
5419
5898
|
var _a;
|
|
5420
|
-
if (client && ((_a =
|
|
5421
|
-
client.setDocuments(
|
|
5899
|
+
if ((client === null || client === void 0 ? void 0 : client.setDocuments) && ((_a = data === null || data === void 0 ? void 0 : data.documents) === null || _a === void 0 ? void 0 : _a.length)) {
|
|
5900
|
+
client.setDocuments(data.documents, data.options);
|
|
5422
5901
|
}
|
|
5423
|
-
}, [client === null || client === void 0 ? void 0 : client.setDocuments,
|
|
5902
|
+
}, [client === null || client === void 0 ? void 0 : client.setDocuments, data]);
|
|
5424
5903
|
// Memoize the setDocuments callback
|
|
5425
5904
|
var setDocumentsCallback = React.useCallback(function (documents, options) {
|
|
5426
5905
|
setData({ documents: documents, options: options });
|
|
@@ -5429,6 +5908,22 @@ function useSetDocuments() {
|
|
|
5429
5908
|
setDocuments: setDocumentsCallback
|
|
5430
5909
|
};
|
|
5431
5910
|
}
|
|
5911
|
+
function useSetRootDocument() {
|
|
5912
|
+
var client = useVeltClient().client;
|
|
5913
|
+
var _a = React.useState(undefined), data = _a[0], setData = _a[1];
|
|
5914
|
+
React.useEffect(function () {
|
|
5915
|
+
if ((client === null || client === void 0 ? void 0 : client.setRootDocument) && data) {
|
|
5916
|
+
client.setRootDocument(data);
|
|
5917
|
+
}
|
|
5918
|
+
}, [client === null || client === void 0 ? void 0 : client.setRootDocument, data]);
|
|
5919
|
+
// Memoize the setRootDocument callback
|
|
5920
|
+
var setRootDocumentCallback = React.useCallback(function (document) {
|
|
5921
|
+
setData(document);
|
|
5922
|
+
}, []); // Empty dependency array since it only uses setState which is stable
|
|
5923
|
+
return {
|
|
5924
|
+
setRootDocument: setRootDocumentCallback
|
|
5925
|
+
};
|
|
5926
|
+
}
|
|
5432
5927
|
function useUnsetDocumentId() {
|
|
5433
5928
|
var client = useVeltClient().client;
|
|
5434
5929
|
React.useEffect(function () {
|
|
@@ -5453,6 +5948,39 @@ function useSetLocation(location, appendLocation) {
|
|
|
5453
5948
|
}
|
|
5454
5949
|
}, [client, shouldSetLocation]);
|
|
5455
5950
|
}
|
|
5951
|
+
function useSetLocations() {
|
|
5952
|
+
var client = useVeltClient().client;
|
|
5953
|
+
var _a = React.useState(undefined), data = _a[0], setData = _a[1];
|
|
5954
|
+
React.useEffect(function () {
|
|
5955
|
+
var _a;
|
|
5956
|
+
if ((client === null || client === void 0 ? void 0 : client.setLocations) && ((_a = data === null || data === void 0 ? void 0 : data.locations) === null || _a === void 0 ? void 0 : _a.length)) {
|
|
5957
|
+
client.setLocations(data.locations, data.options);
|
|
5958
|
+
}
|
|
5959
|
+
}, [client === null || client === void 0 ? void 0 : client.setLocations, data]);
|
|
5960
|
+
// Memoize the setLocations callback
|
|
5961
|
+
var setLocationsCallback = React.useCallback(function (locations, options) {
|
|
5962
|
+
setData({ locations: locations, options: options });
|
|
5963
|
+
}, []); // Empty dependency array since it only uses setState which is stable
|
|
5964
|
+
return {
|
|
5965
|
+
setLocations: setLocationsCallback
|
|
5966
|
+
};
|
|
5967
|
+
}
|
|
5968
|
+
function useSetRootLocation() {
|
|
5969
|
+
var client = useVeltClient().client;
|
|
5970
|
+
var _a = React.useState(undefined), data = _a[0], setData = _a[1];
|
|
5971
|
+
React.useEffect(function () {
|
|
5972
|
+
if ((client === null || client === void 0 ? void 0 : client.setRootLocation) && data) {
|
|
5973
|
+
client.setRootLocation(data);
|
|
5974
|
+
}
|
|
5975
|
+
}, [client === null || client === void 0 ? void 0 : client.setRootLocation, data]);
|
|
5976
|
+
// Memoize the setRootLocation callback
|
|
5977
|
+
var setRootLocationCallback = React.useCallback(function (location) {
|
|
5978
|
+
setData(location);
|
|
5979
|
+
}, []); // Empty dependency array since it only uses setState which is stable
|
|
5980
|
+
return {
|
|
5981
|
+
setRootLocation: setRootLocationCallback
|
|
5982
|
+
};
|
|
5983
|
+
}
|
|
5456
5984
|
function useVeltInitState() {
|
|
5457
5985
|
var client = useVeltClient().client;
|
|
5458
5986
|
var _a = React.useState(), data = _a[0], setData = _a[1];
|
|
@@ -6523,6 +7051,9 @@ function usePresenceUtils() {
|
|
|
6523
7051
|
}, [client, setPresenceElement, presenceElement]);
|
|
6524
7052
|
return presenceElement;
|
|
6525
7053
|
}
|
|
7054
|
+
/**
|
|
7055
|
+
* @deprecated Use `usePresenceData` hook instead.
|
|
7056
|
+
*/
|
|
6526
7057
|
function usePresenceUsers() {
|
|
6527
7058
|
var presenceElement = usePresenceUtils();
|
|
6528
7059
|
var _a = React.useState(null), data = _a[0], setData = _a[1];
|
|
@@ -6851,19 +7382,32 @@ function useNotificationUtils() {
|
|
|
6851
7382
|
}, [client, setNotificationElement, notificationElement]);
|
|
6852
7383
|
return notificationElement;
|
|
6853
7384
|
}
|
|
6854
|
-
function useNotificationsData() {
|
|
7385
|
+
function useNotificationsData(query) {
|
|
6855
7386
|
var notificationElement = useNotificationUtils();
|
|
6856
7387
|
var _a = React.useState(null), data = _a[0], setData = _a[1];
|
|
7388
|
+
var subscriptionRef = useRef();
|
|
7389
|
+
var memoizedData = useMemo(function () {
|
|
7390
|
+
return query;
|
|
7391
|
+
}, [JSON.stringify(query)]);
|
|
6857
7392
|
useEffect(function () {
|
|
6858
7393
|
if (!(notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getNotificationsData))
|
|
6859
7394
|
return;
|
|
6860
|
-
|
|
7395
|
+
// Unsubscribe from the previous subscription if it exists
|
|
7396
|
+
if (subscriptionRef.current) {
|
|
7397
|
+
subscriptionRef.current.unsubscribe();
|
|
7398
|
+
}
|
|
7399
|
+
var subscription = notificationElement.getNotificationsData(memoizedData).subscribe(function (res) {
|
|
6861
7400
|
setData(res);
|
|
6862
7401
|
});
|
|
7402
|
+
// Store the new subscription
|
|
7403
|
+
subscriptionRef.current = subscription;
|
|
7404
|
+
// Cleanup function
|
|
6863
7405
|
return function () {
|
|
6864
|
-
|
|
7406
|
+
if (subscriptionRef.current) {
|
|
7407
|
+
subscriptionRef.current.unsubscribe();
|
|
7408
|
+
}
|
|
6865
7409
|
};
|
|
6866
|
-
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getNotificationsData]);
|
|
7410
|
+
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getNotificationsData, memoizedData]);
|
|
6867
7411
|
return data;
|
|
6868
7412
|
}
|
|
6869
7413
|
function useUnreadNotificationsCount() {
|
|
@@ -6881,6 +7425,74 @@ function useUnreadNotificationsCount() {
|
|
|
6881
7425
|
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getUnreadNotificationsCount]);
|
|
6882
7426
|
return data;
|
|
6883
7427
|
}
|
|
7428
|
+
function useNotificationSettings() {
|
|
7429
|
+
var notificationElement = useNotificationUtils();
|
|
7430
|
+
var _a = React.useState(null), settings = _a[0], setSettings = _a[1];
|
|
7431
|
+
var _b = React.useState(undefined), settingsData = _b[0], setSettingsData = _b[1];
|
|
7432
|
+
var _c = React.useState(undefined), settingsInitialConfigData = _c[0], setSettingsInitialConfigData = _c[1];
|
|
7433
|
+
useEffect(function () {
|
|
7434
|
+
if ((notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.setSettingsInitialConfig) && settingsInitialConfigData) {
|
|
7435
|
+
notificationElement.setSettingsInitialConfig(settingsInitialConfigData);
|
|
7436
|
+
}
|
|
7437
|
+
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.setSettingsInitialConfig, settingsInitialConfigData]);
|
|
7438
|
+
useEffect(function () {
|
|
7439
|
+
if ((notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.setSettings) && settingsData) {
|
|
7440
|
+
notificationElement.setSettings(settingsData);
|
|
7441
|
+
}
|
|
7442
|
+
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.setSettings, settingsData]);
|
|
7443
|
+
useEffect(function () {
|
|
7444
|
+
var _a;
|
|
7445
|
+
if (!(notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getSettings))
|
|
7446
|
+
return;
|
|
7447
|
+
// Added this check to make is backward compatible with the old version of the SDK where getSettings() returns value instead of observable
|
|
7448
|
+
if (!((_a = notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getSettings()) === null || _a === void 0 ? void 0 : _a.subscribe))
|
|
7449
|
+
return;
|
|
7450
|
+
var subscription = notificationElement.getSettings().subscribe(function (res) {
|
|
7451
|
+
setSettings(res);
|
|
7452
|
+
});
|
|
7453
|
+
return function () {
|
|
7454
|
+
subscription.unsubscribe();
|
|
7455
|
+
};
|
|
7456
|
+
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getSettings]);
|
|
7457
|
+
var setSettingsInitialConfigCallback = React.useCallback(function (settingsInitialConfig) {
|
|
7458
|
+
setSettingsInitialConfigData(settingsInitialConfig);
|
|
7459
|
+
}, []);
|
|
7460
|
+
var setSettingsCallback = React.useCallback(function (settings) {
|
|
7461
|
+
setSettingsData(settings);
|
|
7462
|
+
}, []);
|
|
7463
|
+
return {
|
|
7464
|
+
settings: settings,
|
|
7465
|
+
setSettings: setSettingsCallback,
|
|
7466
|
+
setSettingsInitialConfig: setSettingsInitialConfigCallback,
|
|
7467
|
+
};
|
|
7468
|
+
}
|
|
7469
|
+
|
|
7470
|
+
function useNotificationEventCallback(action) {
|
|
7471
|
+
var notificationElement = useNotificationUtils();
|
|
7472
|
+
var _a = useState(null), data = _a[0], setData = _a[1];
|
|
7473
|
+
var subscriptionRef = useRef(null);
|
|
7474
|
+
var memoizedAction = useMemo(function () { return action; }, [action]);
|
|
7475
|
+
useEffect(function () {
|
|
7476
|
+
var _a;
|
|
7477
|
+
if (!(notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.on))
|
|
7478
|
+
return;
|
|
7479
|
+
if (subscriptionRef.current) {
|
|
7480
|
+
subscriptionRef.current.unsubscribe();
|
|
7481
|
+
}
|
|
7482
|
+
var subscription = (_a = notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.on(memoizedAction)) === null || _a === void 0 ? void 0 : _a.subscribe(function (data) {
|
|
7483
|
+
setData(data);
|
|
7484
|
+
});
|
|
7485
|
+
// Store the new subscription
|
|
7486
|
+
subscriptionRef.current = subscription;
|
|
7487
|
+
// Cleanup function
|
|
7488
|
+
return function () {
|
|
7489
|
+
if (subscriptionRef.current) {
|
|
7490
|
+
subscriptionRef.current.unsubscribe();
|
|
7491
|
+
}
|
|
7492
|
+
};
|
|
7493
|
+
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.on, memoizedAction]);
|
|
7494
|
+
return data;
|
|
7495
|
+
}
|
|
6884
7496
|
|
|
6885
7497
|
function useAutocompleteUtils() {
|
|
6886
7498
|
var _a = React.useState(), autocompleteElement = _a[0], setAutocompleteElement = _a[1];
|
|
@@ -7096,5 +7708,5 @@ var logLiveState = function (action, liveStateDataId) {
|
|
|
7096
7708
|
}
|
|
7097
7709
|
};
|
|
7098
7710
|
|
|
7099
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|
|
7711
|
+
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|
|
7100
7712
|
//# sourceMappingURL=index.js.map
|