@veltdev/react 4.5.0-beta.9 → 4.5.0
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/cjs/index.js
CHANGED
|
@@ -99,7 +99,7 @@ function useVeltClient() {
|
|
|
99
99
|
return React.useContext(VeltContext);
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
102
|
+
var loadVelt = function (callback, version, staging, develop, proxyDomain, integrity, integrityValue) {
|
|
103
103
|
if (version === void 0) { version = 'latest'; }
|
|
104
104
|
if (staging === void 0) { staging = false; }
|
|
105
105
|
if (develop === void 0) { develop = false; }
|
|
@@ -126,6 +126,10 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
|
126
126
|
}
|
|
127
127
|
script.id = 'veltScript';
|
|
128
128
|
script.type = 'module';
|
|
129
|
+
if (integrity && integrityValue) {
|
|
130
|
+
script.integrity = integrityValue;
|
|
131
|
+
script.crossOrigin = 'anonymous';
|
|
132
|
+
}
|
|
129
133
|
document.body.appendChild(script);
|
|
130
134
|
script.onload = function () {
|
|
131
135
|
if (callback) {
|
|
@@ -140,34 +144,68 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
|
140
144
|
}
|
|
141
145
|
};
|
|
142
146
|
|
|
143
|
-
var VELT_SDK_VERSION = '4.5.0
|
|
147
|
+
var VELT_SDK_VERSION = '4.5.0';
|
|
144
148
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
145
149
|
var VELT_TAB_ID = 'veltTabId';
|
|
150
|
+
// integrity map for the Velt SDK
|
|
151
|
+
// Note: generate integrity hashes with: https://www.srihash.org/
|
|
152
|
+
var INTEGRITY_MAP = {
|
|
153
|
+
'4.5.0': 'sha384-/zFi2i8rTpVC/6ZMI3G4Xort6GrUO+Z5UiwxsOy0Mfqr7nNvPli+XNP08dXSvBzc',
|
|
154
|
+
};
|
|
146
155
|
|
|
147
156
|
var SnippylyProvider = function (props) {
|
|
148
|
-
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;
|
|
157
|
+
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;
|
|
149
158
|
var _a = React.useState(null), client = _a[0], setClient = _a[1];
|
|
150
159
|
React.useEffect(function () {
|
|
151
160
|
if (apiKey) {
|
|
161
|
+
var staging = config === null || config === void 0 ? void 0 : config.staging;
|
|
162
|
+
var develop = config === null || config === void 0 ? void 0 : config.develop;
|
|
163
|
+
var version = (config === null || config === void 0 ? void 0 : config.version) || VELT_SDK_VERSION;
|
|
164
|
+
var integrity = !!(config === null || config === void 0 ? void 0 : config.integrity);
|
|
165
|
+
var integrityValue = "";
|
|
166
|
+
if (integrity) {
|
|
167
|
+
if (develop || staging) {
|
|
168
|
+
if (config === null || config === void 0 ? void 0 : config.sriv) {
|
|
169
|
+
integrityValue = config === null || config === void 0 ? void 0 : config.sriv;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
else {
|
|
173
|
+
if (INTEGRITY_MAP[version]) {
|
|
174
|
+
integrityValue = INTEGRITY_MAP[version];
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
152
178
|
loadVelt(function () {
|
|
153
179
|
initVelt();
|
|
154
|
-
},
|
|
180
|
+
}, version, staging, develop, config === null || config === void 0 ? void 0 : config.proxyDomain, integrity, integrityValue);
|
|
155
181
|
}
|
|
156
182
|
}, []);
|
|
157
183
|
React.useEffect(function () {
|
|
158
184
|
if (client && userDataProvider) {
|
|
159
|
-
if (typeof (client === null || client === void 0 ? void 0 : client.setUserDataProvider) ===
|
|
185
|
+
if (typeof (client === null || client === void 0 ? void 0 : client.setUserDataProvider) === "function") {
|
|
160
186
|
client === null || client === void 0 ? void 0 : client.setUserDataProvider(userDataProvider);
|
|
161
187
|
}
|
|
162
188
|
}
|
|
163
189
|
}, [client, userDataProvider]);
|
|
164
190
|
React.useEffect(function () {
|
|
165
191
|
if (client && dataProviders) {
|
|
166
|
-
if (typeof (client === null || client === void 0 ? void 0 : client.setDataProviders) ===
|
|
192
|
+
if (typeof (client === null || client === void 0 ? void 0 : client.setDataProviders) === "function") {
|
|
167
193
|
client === null || client === void 0 ? void 0 : client.setDataProviders(dataProviders);
|
|
168
194
|
}
|
|
169
195
|
}
|
|
170
196
|
}, [client, dataProviders]);
|
|
197
|
+
React.useEffect(function () {
|
|
198
|
+
if (client && encryptionProvider) {
|
|
199
|
+
if (typeof (client === null || client === void 0 ? void 0 : client.setEncryptionProvider) === "function") {
|
|
200
|
+
client === null || client === void 0 ? void 0 : client.setEncryptionProvider(encryptionProvider);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}, [client, encryptionProvider]);
|
|
204
|
+
React.useEffect(function () {
|
|
205
|
+
if (client && authProvider && authProvider.user) {
|
|
206
|
+
client.setVeltAuthProvider(authProvider);
|
|
207
|
+
}
|
|
208
|
+
}, [client, authProvider]);
|
|
171
209
|
var initVelt = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
172
210
|
var velt, event;
|
|
173
211
|
var _a, _b;
|
|
@@ -202,7 +240,7 @@ var SnippylyProvider = function (props) {
|
|
|
202
240
|
}
|
|
203
241
|
// Set translations
|
|
204
242
|
if (translations && (velt === null || velt === void 0 ? void 0 : velt.setTranslations)) {
|
|
205
|
-
if (typeof translations ===
|
|
243
|
+
if (typeof translations === "object") {
|
|
206
244
|
Object.keys(translations).forEach(function (languageCode) {
|
|
207
245
|
velt === null || velt === void 0 ? void 0 : velt.setTranslations(languageCode, translations[languageCode] || {});
|
|
208
246
|
});
|
|
@@ -217,7 +255,7 @@ var SnippylyProvider = function (props) {
|
|
|
217
255
|
}
|
|
218
256
|
}
|
|
219
257
|
if (velt === null || velt === void 0 ? void 0 : velt.st) {
|
|
220
|
-
velt === null || velt === void 0 ? void 0 : velt.st(
|
|
258
|
+
velt === null || velt === void 0 ? void 0 : velt.st("react");
|
|
221
259
|
}
|
|
222
260
|
setClient(velt);
|
|
223
261
|
if (onClientLoad) {
|
|
@@ -243,12 +281,12 @@ var SnippylyProvider = function (props) {
|
|
|
243
281
|
};
|
|
244
282
|
|
|
245
283
|
var SnippylyCommentBubble = function (props) {
|
|
246
|
-
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;
|
|
247
|
-
return (React__default["default"].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));
|
|
284
|
+
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;
|
|
285
|
+
return (React__default["default"].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));
|
|
248
286
|
};
|
|
249
287
|
|
|
250
288
|
var SnippylyComments = function (props) {
|
|
251
|
-
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;
|
|
289
|
+
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;
|
|
252
290
|
var ref = React.useRef();
|
|
253
291
|
var onSignInRef = React.useRef(onSignIn);
|
|
254
292
|
var onUpgradeRef = React.useRef(onUpgrade);
|
|
@@ -373,11 +411,11 @@ var SnippylyComments = function (props) {
|
|
|
373
411
|
}
|
|
374
412
|
};
|
|
375
413
|
}, []);
|
|
376
|
-
return (React__default["default"].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));
|
|
414
|
+
return (React__default["default"].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));
|
|
377
415
|
};
|
|
378
416
|
|
|
379
417
|
var SnippylyCommentsSidebar = function (props) {
|
|
380
|
-
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;
|
|
418
|
+
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;
|
|
381
419
|
var ref = React.useRef();
|
|
382
420
|
var openSidebarRef = React.useRef(openSidebar);
|
|
383
421
|
var onSidebarOpenRef = React.useRef(onSidebarOpen);
|
|
@@ -450,11 +488,11 @@ var SnippylyCommentsSidebar = function (props) {
|
|
|
450
488
|
}
|
|
451
489
|
};
|
|
452
490
|
}, []);
|
|
453
|
-
return (React__default["default"].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 }));
|
|
491
|
+
return (React__default["default"].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 }));
|
|
454
492
|
};
|
|
455
493
|
|
|
456
494
|
var SnippylyCommentTool = function (props) {
|
|
457
|
-
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;
|
|
495
|
+
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;
|
|
458
496
|
var ref = React.useRef();
|
|
459
497
|
var onCommentModeChangeRef = React.useRef(onCommentModeChange);
|
|
460
498
|
// Update the ref to always point to the latest callback function
|
|
@@ -480,7 +518,7 @@ var SnippylyCommentTool = function (props) {
|
|
|
480
518
|
}
|
|
481
519
|
};
|
|
482
520
|
}, []);
|
|
483
|
-
return (React__default["default"].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));
|
|
521
|
+
return (React__default["default"].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));
|
|
484
522
|
};
|
|
485
523
|
|
|
486
524
|
var SnippylyCursor = function (props) {
|
|
@@ -521,8 +559,8 @@ var SnippylyCursor = function (props) {
|
|
|
521
559
|
};
|
|
522
560
|
|
|
523
561
|
var SnippylyHuddle = function (props) {
|
|
524
|
-
var chat = props.chat, flockModeOnAvatarClick = props.flockModeOnAvatarClick;
|
|
525
|
-
return (React__default["default"].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 }));
|
|
562
|
+
var chat = props.chat, flockModeOnAvatarClick = props.flockModeOnAvatarClick, serverFallback = props.serverFallback;
|
|
563
|
+
return (React__default["default"].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 }));
|
|
526
564
|
};
|
|
527
565
|
|
|
528
566
|
var SnippylyHuddleTool = function (props) {
|
|
@@ -590,7 +628,7 @@ var SnippylyPresence = function (props) {
|
|
|
590
628
|
};
|
|
591
629
|
|
|
592
630
|
var SnippylyRecorderControlPanel = function (props) {
|
|
593
|
-
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;
|
|
631
|
+
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;
|
|
594
632
|
var ref = React.useRef();
|
|
595
633
|
var onRecordedDataRef = React.useRef(onRecordedData);
|
|
596
634
|
// Update the ref to always point to the latest callback function
|
|
@@ -616,7 +654,7 @@ var SnippylyRecorderControlPanel = function (props) {
|
|
|
616
654
|
}
|
|
617
655
|
};
|
|
618
656
|
}, []);
|
|
619
|
-
return (React__default["default"].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 }));
|
|
657
|
+
return (React__default["default"].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 }));
|
|
620
658
|
};
|
|
621
659
|
|
|
622
660
|
var SnippylyRecorderNotes = function (props) {
|
|
@@ -625,7 +663,7 @@ var SnippylyRecorderNotes = function (props) {
|
|
|
625
663
|
};
|
|
626
664
|
|
|
627
665
|
var SnippylyRecorderPlayer = function (props) {
|
|
628
|
-
var recorderId = props.recorderId, onDelete = props.onDelete, showSummary = props.showSummary, summary = props.summary, shadowDom = props.shadowDom, videoEditor = props.videoEditor, playVideoInFullScreen = props.playVideoInFullScreen;
|
|
666
|
+
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;
|
|
629
667
|
var ref = React.useRef();
|
|
630
668
|
var onDeleteRef = React.useRef(onDelete);
|
|
631
669
|
// Update the ref to always point to the latest callback function
|
|
@@ -651,16 +689,16 @@ var SnippylyRecorderPlayer = function (props) {
|
|
|
651
689
|
}
|
|
652
690
|
};
|
|
653
691
|
}, []);
|
|
654
|
-
return (React__default["default"].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 }));
|
|
692
|
+
return (React__default["default"].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 }));
|
|
655
693
|
};
|
|
656
694
|
|
|
657
695
|
var SnippylyRecorderTool = function (props) {
|
|
658
|
-
var type = props.type, panelId = props.panelId, buttonLabel = props.buttonLabel, children = props.children, darkMode = props.darkMode, shadowDom = props.shadowDom, recordingCountdown = props.recordingCountdown;
|
|
659
|
-
return (React__default["default"].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));
|
|
696
|
+
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;
|
|
697
|
+
return (React__default["default"].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));
|
|
660
698
|
};
|
|
661
699
|
|
|
662
700
|
var SnippylySidebarButton = function (props) {
|
|
663
|
-
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;
|
|
701
|
+
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;
|
|
664
702
|
var ref = React.useRef();
|
|
665
703
|
var onSidebarOpenRef = React.useRef(onSidebarOpen);
|
|
666
704
|
var onCommentClickRef = React.useRef(onCommentClick);
|
|
@@ -696,7 +734,7 @@ var SnippylySidebarButton = function (props) {
|
|
|
696
734
|
}
|
|
697
735
|
};
|
|
698
736
|
});
|
|
699
|
-
return (React__default["default"].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));
|
|
737
|
+
return (React__default["default"].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));
|
|
700
738
|
};
|
|
701
739
|
|
|
702
740
|
var VeltCommentsSidebarButton = function (props) {
|
|
@@ -849,7 +887,7 @@ var VeltCommentThread = function (props) {
|
|
|
849
887
|
};
|
|
850
888
|
|
|
851
889
|
var VeltNotificationsTool = function (props) {
|
|
852
|
-
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;
|
|
890
|
+
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;
|
|
853
891
|
var ref = React.useRef();
|
|
854
892
|
var onNotificationClickRef = React.useRef(onNotificationClick);
|
|
855
893
|
// Update the ref to always point to the latest callback function
|
|
@@ -875,11 +913,11 @@ var VeltNotificationsTool = function (props) {
|
|
|
875
913
|
}
|
|
876
914
|
};
|
|
877
915
|
}, []);
|
|
878
|
-
return (React__default["default"].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));
|
|
916
|
+
return (React__default["default"].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));
|
|
879
917
|
};
|
|
880
918
|
|
|
881
919
|
var VeltNotificationsPanel = function (props) {
|
|
882
|
-
var darkMode = props.darkMode, onNotificationClick = props.onNotificationClick, shadowDom = props.shadowDom, tabConfig = props.tabConfig, variant = props.variant, readNotificationsOnForYouTab = props.readNotificationsOnForYouTab, panelOpenMode = props.panelOpenMode;
|
|
920
|
+
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;
|
|
883
921
|
var ref = React.useRef();
|
|
884
922
|
var onNotificationClickRef = React.useRef(onNotificationClick);
|
|
885
923
|
// Update the ref to always point to the latest callback function
|
|
@@ -905,7 +943,7 @@ var VeltNotificationsPanel = function (props) {
|
|
|
905
943
|
}
|
|
906
944
|
};
|
|
907
945
|
}, []);
|
|
908
|
-
return (React__default["default"].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 }));
|
|
946
|
+
return (React__default["default"].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 }));
|
|
909
947
|
};
|
|
910
948
|
|
|
911
949
|
var VeltNotificationsHistoryPanel = function (props) {
|
|
@@ -1408,13 +1446,13 @@ var VeltAutocomplete = function (props) {
|
|
|
1408
1446
|
};
|
|
1409
1447
|
|
|
1410
1448
|
var VeltInlineCommentsSection = function (props) {
|
|
1411
|
-
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;
|
|
1412
|
-
return (React__default["default"].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));
|
|
1449
|
+
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;
|
|
1450
|
+
return (React__default["default"].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));
|
|
1413
1451
|
};
|
|
1414
1452
|
|
|
1415
1453
|
var VeltCommentPin = function (props) {
|
|
1416
|
-
var children = props.children, annotationId = props.annotationId, multiThreadAnnotationId = props.multiThreadAnnotationId, variant = props.variant;
|
|
1417
|
-
return (React__default["default"].createElement("velt-comment-pin", { "annotation-id": annotationId, "multi-thread-annotation-id": multiThreadAnnotationId, variant: variant }, children));
|
|
1454
|
+
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;
|
|
1455
|
+
return (React__default["default"].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));
|
|
1418
1456
|
};
|
|
1419
1457
|
|
|
1420
1458
|
var VeltCommentText = function (props) {
|
|
@@ -1489,12 +1527,23 @@ var VeltSingleEditorModePanel = function (props) {
|
|
|
1489
1527
|
return (React__default["default"].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));
|
|
1490
1528
|
};
|
|
1491
1529
|
|
|
1530
|
+
var VeltVideoEditor = function (props) {
|
|
1531
|
+
var darkMode = props.darkMode, variant = props.variant, blob = props.blob, url = props.url, annotationId = props.annotationId, rest = __rest(props, ["darkMode", "variant", "blob", "url", "annotationId"]);
|
|
1532
|
+
var ref = React.useRef(null);
|
|
1533
|
+
React.useEffect(function () {
|
|
1534
|
+
if (ref.current && blob) {
|
|
1535
|
+
ref.current.blob = blob;
|
|
1536
|
+
}
|
|
1537
|
+
}, [blob]);
|
|
1538
|
+
return (React__default["default"].createElement("velt-video-editor", __assign({ ref: ref, variant: variant, "dark-mode": darkMode ? 'true' : undefined, url: url, "annotation-id": annotationId }, rest)));
|
|
1539
|
+
};
|
|
1540
|
+
|
|
1492
1541
|
var VeltWireframe = function (props) {
|
|
1493
1542
|
var children = props.children;
|
|
1494
1543
|
return (React__default["default"].createElement("velt-wireframe", { style: { display: 'none' } }, children));
|
|
1495
1544
|
};
|
|
1496
1545
|
|
|
1497
|
-
var validProps = ['veltIf', 'veltClass', 'className'];
|
|
1546
|
+
var validProps = ['veltIf', 'veltClass', 'className', 'variant'];
|
|
1498
1547
|
var transformWireframeProps = function (props) {
|
|
1499
1548
|
try {
|
|
1500
1549
|
var transformedProps_1 = {};
|
|
@@ -2418,6 +2467,33 @@ var VeltCommentDialogNavigationButton = function (props) {
|
|
|
2418
2467
|
return (React__default["default"].createElement("velt-comment-dialog-navigation-button-wireframe", __assign({}, transformedProps), children));
|
|
2419
2468
|
};
|
|
2420
2469
|
|
|
2470
|
+
var VeltCommentDialogReplyAvatarsListItem = function (props) {
|
|
2471
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2472
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2473
|
+
return (React__default["default"].createElement("velt-comment-dialog-reply-avatars-list-item-wireframe", __assign({}, transformedProps), children));
|
|
2474
|
+
};
|
|
2475
|
+
|
|
2476
|
+
var VeltCommentDialogReplyAvatarsList = function (props) {
|
|
2477
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2478
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2479
|
+
return (React__default["default"].createElement("velt-comment-dialog-reply-avatars-list-wireframe", __assign({}, transformedProps), children));
|
|
2480
|
+
};
|
|
2481
|
+
VeltCommentDialogReplyAvatarsList.Item = VeltCommentDialogReplyAvatarsListItem;
|
|
2482
|
+
|
|
2483
|
+
var VeltCommentDialogReplyAvatarsRemainingCount = function (props) {
|
|
2484
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2485
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2486
|
+
return (React__default["default"].createElement("velt-comment-dialog-reply-avatars-remaining-count-wireframe", __assign({}, transformedProps), children));
|
|
2487
|
+
};
|
|
2488
|
+
|
|
2489
|
+
var VeltCommentDialogReplyAvatars = function (props) {
|
|
2490
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2491
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2492
|
+
return (React__default["default"].createElement("velt-comment-dialog-reply-avatars-wireframe", __assign({}, transformedProps), children));
|
|
2493
|
+
};
|
|
2494
|
+
VeltCommentDialogReplyAvatars.List = VeltCommentDialogReplyAvatarsList;
|
|
2495
|
+
VeltCommentDialogReplyAvatars.RemainingCount = VeltCommentDialogReplyAvatarsRemainingCount;
|
|
2496
|
+
|
|
2421
2497
|
var VeltCommentDialogWireframe = function (props) {
|
|
2422
2498
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2423
2499
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -2452,6 +2528,7 @@ VeltCommentDialogWireframe.CustomAnnotationDropdown = VeltCommentDialogCustomAnn
|
|
|
2452
2528
|
VeltCommentDialogWireframe.DeleteButton = VeltCommentDialogDeleteButton;
|
|
2453
2529
|
VeltCommentDialogWireframe.CloseButton = VeltCommentDialogCloseButton;
|
|
2454
2530
|
VeltCommentDialogWireframe.NavigationButton = VeltCommentDialogNavigationButton;
|
|
2531
|
+
VeltCommentDialogWireframe.ReplyAvatars = VeltCommentDialogReplyAvatars;
|
|
2455
2532
|
|
|
2456
2533
|
var VeltCommentsSidebarCloseButton = function (props) {
|
|
2457
2534
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -2525,9 +2602,9 @@ var VeltCommentsSidebarFilterSearchHiddenCount = function (props) {
|
|
|
2525
2602
|
};
|
|
2526
2603
|
|
|
2527
2604
|
var VeltCommentsSidebarFilterSearchInput = function (props) {
|
|
2528
|
-
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2605
|
+
var children = props.children, placeholder = props.placeholder, remainingProps = __rest(props, ["children", "placeholder"]);
|
|
2529
2606
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
2530
|
-
return (React__default["default"].createElement("velt-comments-sidebar-filter-search-input-wireframe", __assign({}, transformedProps), children));
|
|
2607
|
+
return (React__default["default"].createElement("velt-comments-sidebar-filter-search-input-wireframe", __assign({}, transformedProps, { placeholder: placeholder }), children));
|
|
2531
2608
|
};
|
|
2532
2609
|
|
|
2533
2610
|
var VeltCommentsSidebarFilterSearchTagsItemName = function (props) {
|
|
@@ -2558,9 +2635,9 @@ var VeltCommentsSidebarFilterSearchTags = function (props) {
|
|
|
2558
2635
|
VeltCommentsSidebarFilterSearchTags.Item = VeltCommentsSidebarFilterSearchTagsItem;
|
|
2559
2636
|
|
|
2560
2637
|
var VeltCommentsSidebarFilterSearch = function (props) {
|
|
2561
|
-
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2638
|
+
var children = props.children, placeholder = props.placeholder, remainingProps = __rest(props, ["children", "placeholder"]);
|
|
2562
2639
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
2563
|
-
return (React__default["default"].createElement("velt-comments-sidebar-filter-search-wireframe", __assign({}, transformedProps), children));
|
|
2640
|
+
return (React__default["default"].createElement("velt-comments-sidebar-filter-search-wireframe", __assign({}, transformedProps, { placeholder: placeholder }), children));
|
|
2564
2641
|
};
|
|
2565
2642
|
VeltCommentsSidebarFilterSearch.DropdownIcon = VeltCommentsSidebarFilterSearchDropdownIcon;
|
|
2566
2643
|
VeltCommentsSidebarFilterSearch.Tags = VeltCommentsSidebarFilterSearchTags;
|
|
@@ -2696,6 +2773,24 @@ VeltCommentsSidebarFilterDocument.Item = VeltCommentsSidebarFilterItem;
|
|
|
2696
2773
|
VeltCommentsSidebarFilterDocument.ViewAll = VeltCommentsSidebarFilterViewAll;
|
|
2697
2774
|
VeltCommentsSidebarFilterDocument.Search = VeltCommentsSidebarFilterSearch;
|
|
2698
2775
|
|
|
2776
|
+
var VeltCommentsSidebarFilterCustom = function (props) {
|
|
2777
|
+
var children = props.children, id = props.id, remainingProps = __rest(props, ["children", "id"]);
|
|
2778
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2779
|
+
return (React__default["default"].createElement("velt-comments-sidebar-filter-custom-wireframe", __assign({ id: id }, transformedProps), children));
|
|
2780
|
+
};
|
|
2781
|
+
VeltCommentsSidebarFilterCustom.Name = VeltCommentsSidebarFilterName;
|
|
2782
|
+
VeltCommentsSidebarFilterCustom.Item = VeltCommentsSidebarFilterItem;
|
|
2783
|
+
VeltCommentsSidebarFilterCustom.Search = VeltCommentsSidebarFilterSearch;
|
|
2784
|
+
|
|
2785
|
+
var VeltCommentsSidebarFilterInvolved = function (props) {
|
|
2786
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2787
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
2788
|
+
return (React__default["default"].createElement("velt-comments-sidebar-filter-involved-wireframe", __assign({}, transformedProps), children));
|
|
2789
|
+
};
|
|
2790
|
+
VeltCommentsSidebarFilterInvolved.Name = VeltCommentsSidebarFilterName;
|
|
2791
|
+
VeltCommentsSidebarFilterInvolved.Item = VeltCommentsSidebarFilterItem;
|
|
2792
|
+
VeltCommentsSidebarFilterInvolved.Search = VeltCommentsSidebarFilterSearch;
|
|
2793
|
+
|
|
2699
2794
|
var VeltCommentsSidebarFilter = function (props) {
|
|
2700
2795
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2701
2796
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -2718,6 +2813,8 @@ VeltCommentsSidebarFilter.Status = VeltCommentsSidebarFilterStatus;
|
|
|
2718
2813
|
VeltCommentsSidebarFilter.ResetButton = VeltCommentsSidebarFilterResetButton;
|
|
2719
2814
|
VeltCommentsSidebarFilter.Search = VeltCommentsSidebarFilterSearch;
|
|
2720
2815
|
VeltCommentsSidebarFilter.Document = VeltCommentsSidebarFilterDocument;
|
|
2816
|
+
VeltCommentsSidebarFilter.Custom = VeltCommentsSidebarFilterCustom;
|
|
2817
|
+
VeltCommentsSidebarFilter.Involved = VeltCommentsSidebarFilterInvolved;
|
|
2721
2818
|
|
|
2722
2819
|
var VeltCommentsSidebarFilterButton = function (props) {
|
|
2723
2820
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -2949,9 +3046,9 @@ var VeltCommentsSidebarPanel = function (props) {
|
|
|
2949
3046
|
};
|
|
2950
3047
|
|
|
2951
3048
|
var VeltCommentsSidebarSearch = function (props) {
|
|
2952
|
-
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3049
|
+
var children = props.children, placeholder = props.placeholder, remainingProps = __rest(props, ["children", "placeholder"]);
|
|
2953
3050
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
2954
|
-
return (React__default["default"].createElement("velt-comments-sidebar-search-wireframe", __assign({}, transformedProps), children));
|
|
3051
|
+
return (React__default["default"].createElement("velt-comments-sidebar-search-wireframe", __assign({}, transformedProps, { placeholder: placeholder }), children));
|
|
2955
3052
|
};
|
|
2956
3053
|
|
|
2957
3054
|
var VeltCommentsSidebarSkeleton = function (props) {
|
|
@@ -3810,6 +3907,157 @@ var VeltNotificationsPanelSkeletonWireframe = function (props) {
|
|
|
3810
3907
|
return (React__default["default"].createElement("velt-notifications-panel-skeleton-wireframe", __assign({}, transformedProps), children));
|
|
3811
3908
|
};
|
|
3812
3909
|
|
|
3910
|
+
var VeltNotificationsPanelSettingsButtonWireframe = function (props) {
|
|
3911
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3912
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3913
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-button-wireframe", __assign({}, transformedProps), children));
|
|
3914
|
+
};
|
|
3915
|
+
|
|
3916
|
+
var VeltNotificationsPanelSettingsDescriptionWireframe = function (props) {
|
|
3917
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3918
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3919
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-description-wireframe", __assign({}, transformedProps), children));
|
|
3920
|
+
};
|
|
3921
|
+
|
|
3922
|
+
var VeltNotificationsPanelSettingsBackButtonWireframe = function (props) {
|
|
3923
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3924
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3925
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-back-button-wireframe", __assign({}, transformedProps), children));
|
|
3926
|
+
};
|
|
3927
|
+
|
|
3928
|
+
var VeltNotificationsPanelSettingsFooterWireframe = function (props) {
|
|
3929
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3930
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3931
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-footer-wireframe", __assign({}, transformedProps), children));
|
|
3932
|
+
};
|
|
3933
|
+
|
|
3934
|
+
var VeltNotificationsPanelSettingsHeaderTitleWireframe = function (props) {
|
|
3935
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3936
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3937
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-header-title-wireframe", __assign({}, transformedProps), children));
|
|
3938
|
+
};
|
|
3939
|
+
|
|
3940
|
+
var VeltNotificationsPanelSettingsHeaderWireframe = function (props) {
|
|
3941
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3942
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3943
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-header-wireframe", __assign({}, transformedProps), children));
|
|
3944
|
+
};
|
|
3945
|
+
VeltNotificationsPanelSettingsHeaderWireframe.Title = VeltNotificationsPanelSettingsHeaderTitleWireframe;
|
|
3946
|
+
|
|
3947
|
+
var VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe = function (props) {
|
|
3948
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3949
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3950
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-accordion-trigger-selected-value-wireframe", __assign({}, transformedProps), children));
|
|
3951
|
+
};
|
|
3952
|
+
|
|
3953
|
+
var VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe = function (props) {
|
|
3954
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3955
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3956
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-accordion-trigger-label-wireframe", __assign({}, transformedProps), children));
|
|
3957
|
+
};
|
|
3958
|
+
|
|
3959
|
+
var VeltNotificationsPanelSettingsAccordionTriggerIconWireframe = function (props) {
|
|
3960
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3961
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3962
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-accordion-trigger-icon-wireframe", __assign({}, transformedProps), children));
|
|
3963
|
+
};
|
|
3964
|
+
|
|
3965
|
+
var VeltNotificationsPanelSettingsAccordionTriggerWireframe = function (props) {
|
|
3966
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3967
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3968
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-accordion-trigger-wireframe", __assign({}, transformedProps), children));
|
|
3969
|
+
};
|
|
3970
|
+
VeltNotificationsPanelSettingsAccordionTriggerWireframe.SelectedValue = VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe;
|
|
3971
|
+
VeltNotificationsPanelSettingsAccordionTriggerWireframe.Label = VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe;
|
|
3972
|
+
VeltNotificationsPanelSettingsAccordionTriggerWireframe.Icon = VeltNotificationsPanelSettingsAccordionTriggerIconWireframe;
|
|
3973
|
+
|
|
3974
|
+
var VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe = function (props) {
|
|
3975
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3976
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3977
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-accordion-content-item-label-wireframe", __assign({}, transformedProps), children));
|
|
3978
|
+
};
|
|
3979
|
+
|
|
3980
|
+
var VeltNotificationsPanelSettingsAccordionContentItemIconWireframe = function (props) {
|
|
3981
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3982
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3983
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-accordion-content-item-icon-wireframe", __assign({}, transformedProps), children));
|
|
3984
|
+
};
|
|
3985
|
+
|
|
3986
|
+
var VeltNotificationsPanelSettingsAccordionContentItemWireframe = function (props) {
|
|
3987
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3988
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3989
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-accordion-content-item-wireframe", __assign({}, transformedProps), children));
|
|
3990
|
+
};
|
|
3991
|
+
VeltNotificationsPanelSettingsAccordionContentItemWireframe.Icon = VeltNotificationsPanelSettingsAccordionContentItemIconWireframe;
|
|
3992
|
+
VeltNotificationsPanelSettingsAccordionContentItemWireframe.Label = VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe;
|
|
3993
|
+
|
|
3994
|
+
var VeltNotificationsPanelSettingsAccordionContentWireframe = function (props) {
|
|
3995
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3996
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3997
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-accordion-content-wireframe", __assign({}, transformedProps), children));
|
|
3998
|
+
};
|
|
3999
|
+
VeltNotificationsPanelSettingsAccordionContentWireframe.Item = VeltNotificationsPanelSettingsAccordionContentItemWireframe;
|
|
4000
|
+
|
|
4001
|
+
var VeltNotificationsPanelSettingsAccordionWireframe = function (props) {
|
|
4002
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4003
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4004
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-accordion-wireframe", __assign({}, transformedProps), children));
|
|
4005
|
+
};
|
|
4006
|
+
VeltNotificationsPanelSettingsAccordionWireframe.Trigger = VeltNotificationsPanelSettingsAccordionTriggerWireframe;
|
|
4007
|
+
VeltNotificationsPanelSettingsAccordionWireframe.Content = VeltNotificationsPanelSettingsAccordionContentWireframe;
|
|
4008
|
+
|
|
4009
|
+
var VeltNotificationsPanelSettingsListWireframe = function (props) {
|
|
4010
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4011
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4012
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-list-wireframe", __assign({}, transformedProps), children));
|
|
4013
|
+
};
|
|
4014
|
+
VeltNotificationsPanelSettingsListWireframe.Accordion = VeltNotificationsPanelSettingsAccordionWireframe;
|
|
4015
|
+
|
|
4016
|
+
var VeltNotificationsPanelSettingsMuteAllDescriptionWireframe = function (props) {
|
|
4017
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4018
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4019
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-mute-all-description-wireframe", __assign({}, transformedProps), children));
|
|
4020
|
+
};
|
|
4021
|
+
|
|
4022
|
+
var VeltNotificationsPanelSettingsMuteAllTitleWireframe = function (props) {
|
|
4023
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4024
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4025
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-mute-all-title-wireframe", __assign({}, transformedProps), children));
|
|
4026
|
+
};
|
|
4027
|
+
|
|
4028
|
+
var VeltNotificationsPanelSettingsMuteAllToggleWireframe = function (props) {
|
|
4029
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4030
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4031
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-mute-all-toggle-wireframe", __assign({}, transformedProps), children));
|
|
4032
|
+
};
|
|
4033
|
+
|
|
4034
|
+
var VeltNotificationsPanelSettingsTitleWireframe = function (props) {
|
|
4035
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4036
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4037
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-title-wireframe", __assign({}, transformedProps), children));
|
|
4038
|
+
};
|
|
4039
|
+
|
|
4040
|
+
var VeltNotificationsPanelSettingsWireframe = function (props) {
|
|
4041
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4042
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4043
|
+
return (React__default["default"].createElement("velt-notifications-panel-settings-wireframe", __assign({}, transformedProps), children));
|
|
4044
|
+
};
|
|
4045
|
+
VeltNotificationsPanelSettingsWireframe.BackButton = VeltNotificationsPanelSettingsBackButtonWireframe;
|
|
4046
|
+
VeltNotificationsPanelSettingsWireframe.Description = VeltNotificationsPanelSettingsDescriptionWireframe;
|
|
4047
|
+
VeltNotificationsPanelSettingsWireframe.Footer = VeltNotificationsPanelSettingsFooterWireframe;
|
|
4048
|
+
VeltNotificationsPanelSettingsWireframe.Header = VeltNotificationsPanelSettingsHeaderWireframe;
|
|
4049
|
+
VeltNotificationsPanelSettingsWireframe.List = VeltNotificationsPanelSettingsListWireframe;
|
|
4050
|
+
VeltNotificationsPanelSettingsWireframe.MuteAllDescription = VeltNotificationsPanelSettingsMuteAllDescriptionWireframe;
|
|
4051
|
+
VeltNotificationsPanelSettingsWireframe.MuteAllTitle = VeltNotificationsPanelSettingsMuteAllTitleWireframe;
|
|
4052
|
+
VeltNotificationsPanelSettingsWireframe.MuteAllToggle = VeltNotificationsPanelSettingsMuteAllToggleWireframe;
|
|
4053
|
+
VeltNotificationsPanelSettingsWireframe.Title = VeltNotificationsPanelSettingsTitleWireframe;
|
|
4054
|
+
|
|
4055
|
+
var VeltNotificationsPanelTitleTextWireframe = function (props) {
|
|
4056
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4057
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4058
|
+
return (React__default["default"].createElement("velt-notifications-panel-title-text-wireframe", __assign({}, transformedProps), children));
|
|
4059
|
+
};
|
|
4060
|
+
|
|
3813
4061
|
var VeltNotificationsPanelWireframe = function (props) {
|
|
3814
4062
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3815
4063
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -3822,6 +4070,9 @@ VeltNotificationsPanelWireframe.Title = VeltNotificationsPanelTitleWireframe;
|
|
|
3822
4070
|
VeltNotificationsPanelWireframe.ViewAllButton = VeltNotificationsPanelViewAllButtonWireframe;
|
|
3823
4071
|
VeltNotificationsPanelWireframe.CloseButton = VeltNotificationsPanelCloseButtonWireframe;
|
|
3824
4072
|
VeltNotificationsPanelWireframe.Skeleton = VeltNotificationsPanelSkeletonWireframe;
|
|
4073
|
+
VeltNotificationsPanelWireframe.SettingsButton = VeltNotificationsPanelSettingsButtonWireframe;
|
|
4074
|
+
VeltNotificationsPanelWireframe.Settings = VeltNotificationsPanelSettingsWireframe;
|
|
4075
|
+
VeltNotificationsPanelWireframe.TitleText = VeltNotificationsPanelTitleTextWireframe;
|
|
3825
4076
|
|
|
3826
4077
|
var VeltNotificationsToolIconWireframe = function (props) {
|
|
3827
4078
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -4729,6 +4980,12 @@ var VeltRecorderPlayerVideoWireframe = function (props) {
|
|
|
4729
4980
|
return (React__default["default"].createElement("velt-recorder-player-video-wireframe", __assign({}, transformedProps), children));
|
|
4730
4981
|
};
|
|
4731
4982
|
|
|
4983
|
+
var VeltRecorderPlayerEditButtonWireframe = function (props) {
|
|
4984
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4985
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4986
|
+
return (React__default["default"].createElement("velt-recorder-player-edit-button-wireframe", __assign({}, transformedProps), children));
|
|
4987
|
+
};
|
|
4988
|
+
|
|
4732
4989
|
var VeltRecorderPlayerVideoContainerWireframe = function (props) {
|
|
4733
4990
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4734
4991
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -4747,6 +5004,7 @@ VeltRecorderPlayerVideoContainerWireframe.Transcription = VeltRecorderPlayerTran
|
|
|
4747
5004
|
VeltRecorderPlayerVideoContainerWireframe.CopyLink = VeltRecorderPlayerCopyLinkWireframe;
|
|
4748
5005
|
VeltRecorderPlayerVideoContainerWireframe.Delete = VeltRecorderPlayerDeleteWireframe;
|
|
4749
5006
|
VeltRecorderPlayerVideoContainerWireframe.Avatar = VeltRecorderPlayerAvatarWireframe;
|
|
5007
|
+
VeltRecorderPlayerVideoContainerWireframe.EditButton = VeltRecorderPlayerEditButtonWireframe;
|
|
4750
5008
|
|
|
4751
5009
|
var VeltRecorderPlayerWireframe = function (props) {
|
|
4752
5010
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -5070,11 +5328,72 @@ var VeltVideoEditorPlayerTimelineContainerWireframe = function (props) {
|
|
|
5070
5328
|
return (React__default["default"].createElement("velt-video-editor-player-timeline-container-wireframe", __assign({}, transformedProps), children));
|
|
5071
5329
|
};
|
|
5072
5330
|
|
|
5073
|
-
var
|
|
5331
|
+
var VeltVideoEditorPlayerTimelinePlayheadLineWireframe = function (props) {
|
|
5332
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5333
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5334
|
+
return (React__default["default"].createElement("velt-video-editor-player-timeline-playhead-line-wireframe", __assign({}, transformedProps), children));
|
|
5335
|
+
};
|
|
5336
|
+
|
|
5337
|
+
var VeltVideoEditorPlayerTimelinePlayheadActionsWireframe = function (props) {
|
|
5338
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5339
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5340
|
+
return (React__default["default"].createElement("velt-video-editor-player-timeline-playhead-actions-wireframe", __assign({}, transformedProps), children));
|
|
5341
|
+
};
|
|
5342
|
+
|
|
5343
|
+
var VeltVideoEditorPlayerTimelinePlayhead = function (props) {
|
|
5074
5344
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5075
5345
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
5076
5346
|
return (React__default["default"].createElement("velt-video-editor-player-timeline-playhead-wireframe", __assign({}, transformedProps), children));
|
|
5077
5347
|
};
|
|
5348
|
+
VeltVideoEditorPlayerTimelinePlayhead.Line = VeltVideoEditorPlayerTimelinePlayheadLineWireframe;
|
|
5349
|
+
VeltVideoEditorPlayerTimelinePlayhead.Actions = VeltVideoEditorPlayerTimelinePlayheadActionsWireframe;
|
|
5350
|
+
|
|
5351
|
+
var VeltVideoEditorPlayerTimelineOnboardingContentWireframe = function (props) {
|
|
5352
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5353
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5354
|
+
return (React__default["default"].createElement("velt-video-editor-player-timeline-onboarding-content-wireframe", __assign({}, transformedProps), children));
|
|
5355
|
+
};
|
|
5356
|
+
|
|
5357
|
+
var VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe = function (props) {
|
|
5358
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5359
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5360
|
+
return (React__default["default"].createElement("velt-video-editor-player-timeline-onboarding-text-title-wireframe", __assign({}, transformedProps), children));
|
|
5361
|
+
};
|
|
5362
|
+
|
|
5363
|
+
var VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe = function (props) {
|
|
5364
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5365
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5366
|
+
return (React__default["default"].createElement("velt-video-editor-player-timeline-onboarding-text-description-wireframe", __assign({}, transformedProps), children));
|
|
5367
|
+
};
|
|
5368
|
+
|
|
5369
|
+
var VeltVideoEditorPlayerTimelineOnboardingTextWireframe = function (props) {
|
|
5370
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5371
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5372
|
+
return (React__default["default"].createElement("velt-video-editor-player-timeline-onboarding-text-wireframe", __assign({}, transformedProps), children));
|
|
5373
|
+
};
|
|
5374
|
+
VeltVideoEditorPlayerTimelineOnboardingTextWireframe.Title = VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe;
|
|
5375
|
+
VeltVideoEditorPlayerTimelineOnboardingTextWireframe.Description = VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe;
|
|
5376
|
+
|
|
5377
|
+
var VeltVideoEditorPlayerTimelineOnboardingArrowWireframe = function (props) {
|
|
5378
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5379
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5380
|
+
return (React__default["default"].createElement("velt-video-editor-player-timeline-onboarding-arrow-wireframe", __assign({}, transformedProps), children));
|
|
5381
|
+
};
|
|
5382
|
+
|
|
5383
|
+
var VeltVideoEditorPlayerTimelineOnboardingWireframe = function (props) {
|
|
5384
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5385
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5386
|
+
return (React__default["default"].createElement("velt-video-editor-player-timeline-onboarding-wireframe", __assign({}, transformedProps), children));
|
|
5387
|
+
};
|
|
5388
|
+
VeltVideoEditorPlayerTimelineOnboardingWireframe.Content = VeltVideoEditorPlayerTimelineOnboardingContentWireframe;
|
|
5389
|
+
VeltVideoEditorPlayerTimelineOnboardingWireframe.Text = VeltVideoEditorPlayerTimelineOnboardingTextWireframe;
|
|
5390
|
+
VeltVideoEditorPlayerTimelineOnboardingWireframe.Arrow = VeltVideoEditorPlayerTimelineOnboardingArrowWireframe;
|
|
5391
|
+
|
|
5392
|
+
var VeltVideoEditorPlayerTimelineBackspaceHintWireframe = function (props) {
|
|
5393
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5394
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5395
|
+
return (React__default["default"].createElement("velt-video-editor-player-timeline-backspace-hint-wireframe", __assign({}, transformedProps), children));
|
|
5396
|
+
};
|
|
5078
5397
|
|
|
5079
5398
|
var VeltVideoEditorPlayerTimelineWireframe = function (props) {
|
|
5080
5399
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -5085,7 +5404,27 @@ VeltVideoEditorPlayerTimelineWireframe.Marker = VeltVideoEditorPlayerTimelineMar
|
|
|
5085
5404
|
VeltVideoEditorPlayerTimelineWireframe.Scale = VeltVideoEditorPlayerTimelineScaleWireframe;
|
|
5086
5405
|
VeltVideoEditorPlayerTimelineWireframe.Trim = VeltVideoEditorPlayerTimelineTrimWireframe;
|
|
5087
5406
|
VeltVideoEditorPlayerTimelineWireframe.Container = VeltVideoEditorPlayerTimelineContainerWireframe;
|
|
5088
|
-
VeltVideoEditorPlayerTimelineWireframe.Playhead =
|
|
5407
|
+
VeltVideoEditorPlayerTimelineWireframe.Playhead = VeltVideoEditorPlayerTimelinePlayhead;
|
|
5408
|
+
VeltVideoEditorPlayerTimelineWireframe.Onboarding = VeltVideoEditorPlayerTimelineOnboardingWireframe;
|
|
5409
|
+
VeltVideoEditorPlayerTimelineWireframe.BackspaceHint = VeltVideoEditorPlayerTimelineBackspaceHintWireframe;
|
|
5410
|
+
|
|
5411
|
+
var VeltVideoEditorPlayerDownloadButtonWireframe = function (props) {
|
|
5412
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5413
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5414
|
+
return (React__default["default"].createElement("velt-video-editor-player-download-button-wireframe", __assign({}, transformedProps), children));
|
|
5415
|
+
};
|
|
5416
|
+
|
|
5417
|
+
var VeltVideoEditorPlayerAddZoomButtonWireframe = function (props) {
|
|
5418
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5419
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5420
|
+
return (React__default["default"].createElement("velt-video-editor-player-add-zoom-button-wireframe", __assign({}, transformedProps), children));
|
|
5421
|
+
};
|
|
5422
|
+
|
|
5423
|
+
var VeltVideoEditorPlayerRetakeButtonWireframe = function (props) {
|
|
5424
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5425
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5426
|
+
return (React__default["default"].createElement("velt-video-editor-player-retake-button-wireframe", __assign({}, transformedProps), children));
|
|
5427
|
+
};
|
|
5089
5428
|
|
|
5090
5429
|
var VeltVideoEditorPlayerWireframe = function (props) {
|
|
5091
5430
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -5103,6 +5442,9 @@ VeltVideoEditorPlayerWireframe.TotalTime = VeltVideoEditorPlayerTotalTimeWirefra
|
|
|
5103
5442
|
VeltVideoEditorPlayerWireframe.SplitButton = VeltVideoEditorPlayerSplitButtonWireframe;
|
|
5104
5443
|
VeltVideoEditorPlayerWireframe.DeleteButton = VeltVideoEditorPlayerDeleteButtonWireframe;
|
|
5105
5444
|
VeltVideoEditorPlayerWireframe.Timeline = VeltVideoEditorPlayerTimelineWireframe;
|
|
5445
|
+
VeltVideoEditorPlayerWireframe.DownloadButton = VeltVideoEditorPlayerDownloadButtonWireframe;
|
|
5446
|
+
VeltVideoEditorPlayerWireframe.AddZoomButton = VeltVideoEditorPlayerAddZoomButtonWireframe;
|
|
5447
|
+
VeltVideoEditorPlayerWireframe.RetakeButton = VeltVideoEditorPlayerRetakeButtonWireframe;
|
|
5106
5448
|
|
|
5107
5449
|
var VeltSubtitlesTextWireframe = function (props) {
|
|
5108
5450
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -5369,6 +5711,143 @@ VeltSingleEditorModePanelWireframe.Countdown = VeltSingleEditorModePanelCountdow
|
|
|
5369
5711
|
VeltSingleEditorModePanelWireframe.CancelRequest = VeltSingleEditorModePanelCancelRequestWireframe;
|
|
5370
5712
|
VeltSingleEditorModePanelWireframe.AcceptRequest = VeltSingleEditorModePanelAcceptRequestWireframe;
|
|
5371
5713
|
|
|
5714
|
+
var VeltPresenceAvatarListItemWireframe = function (props) {
|
|
5715
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5716
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5717
|
+
return (React__default["default"].createElement("velt-presence-avatar-list-item-wireframe", __assign({}, transformedProps), children));
|
|
5718
|
+
};
|
|
5719
|
+
|
|
5720
|
+
var VeltPresenceAvatarListWireframe = function (props) {
|
|
5721
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5722
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5723
|
+
return (React__default["default"].createElement("velt-presence-avatar-list-wireframe", __assign({}, transformedProps), children));
|
|
5724
|
+
};
|
|
5725
|
+
VeltPresenceAvatarListWireframe.Item = VeltPresenceAvatarListItemWireframe;
|
|
5726
|
+
|
|
5727
|
+
var VeltPresenceAvatarRemainingCountWireframe = function (props) {
|
|
5728
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5729
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5730
|
+
return (React__default["default"].createElement("velt-presence-avatar-remaining-count-wireframe", __assign({}, transformedProps), children));
|
|
5731
|
+
};
|
|
5732
|
+
|
|
5733
|
+
var VeltPresenceWireframe = function (props) {
|
|
5734
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5735
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5736
|
+
return (React__default["default"].createElement("velt-presence-wireframe", __assign({}, transformedProps), children));
|
|
5737
|
+
};
|
|
5738
|
+
VeltPresenceWireframe.AvatarList = VeltPresenceAvatarListWireframe;
|
|
5739
|
+
VeltPresenceWireframe.AvatarRemainingCount = VeltPresenceAvatarRemainingCountWireframe;
|
|
5740
|
+
|
|
5741
|
+
var VeltPresenceTooltipAvatarWireframe = function (props) {
|
|
5742
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5743
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5744
|
+
return (React__default["default"].createElement("velt-presence-tooltip-avatar-wireframe", __assign({}, transformedProps), children));
|
|
5745
|
+
};
|
|
5746
|
+
|
|
5747
|
+
var VeltPresenceTooltipUserActiveWireframe = function (props) {
|
|
5748
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5749
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5750
|
+
return (React__default["default"].createElement("velt-presence-tooltip-user-active-wireframe", __assign({}, transformedProps), children));
|
|
5751
|
+
};
|
|
5752
|
+
|
|
5753
|
+
var VeltPresenceTooltipUserInactiveWireframe = function (props) {
|
|
5754
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5755
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5756
|
+
return (React__default["default"].createElement("velt-presence-tooltip-user-inactive-wireframe", __assign({}, transformedProps), children));
|
|
5757
|
+
};
|
|
5758
|
+
|
|
5759
|
+
var VeltPresenceTooltipUserNameWireframe = function (props) {
|
|
5760
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5761
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5762
|
+
return (React__default["default"].createElement("velt-presence-tooltip-user-name-wireframe", __assign({}, transformedProps), children));
|
|
5763
|
+
};
|
|
5764
|
+
|
|
5765
|
+
var VeltPresenceTooltipStatusContainerWireframe = function (props) {
|
|
5766
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5767
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5768
|
+
return (React__default["default"].createElement("velt-presence-tooltip-status-container-wireframe", __assign({}, transformedProps), children));
|
|
5769
|
+
};
|
|
5770
|
+
|
|
5771
|
+
var VeltPresenceTooltipWireframe = function (props) {
|
|
5772
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5773
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5774
|
+
return (React__default["default"].createElement("velt-presence-tooltip-wireframe", __assign({}, transformedProps), children));
|
|
5775
|
+
};
|
|
5776
|
+
VeltPresenceTooltipWireframe.Avatar = VeltPresenceTooltipAvatarWireframe;
|
|
5777
|
+
VeltPresenceTooltipWireframe.UserActive = VeltPresenceTooltipUserActiveWireframe;
|
|
5778
|
+
VeltPresenceTooltipWireframe.UserInactive = VeltPresenceTooltipUserInactiveWireframe;
|
|
5779
|
+
VeltPresenceTooltipWireframe.UserName = VeltPresenceTooltipUserNameWireframe;
|
|
5780
|
+
VeltPresenceTooltipWireframe.StatusContainer = VeltPresenceTooltipStatusContainerWireframe;
|
|
5781
|
+
|
|
5782
|
+
var VeltCursorPointerArrowWireframe = function (props) {
|
|
5783
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5784
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5785
|
+
return (React__default["default"].createElement("velt-cursor-pointer-arrow-wireframe", __assign({}, transformedProps), children));
|
|
5786
|
+
};
|
|
5787
|
+
|
|
5788
|
+
var VeltCursorPointerAudioHuddleAvatarWireframe = function (props) {
|
|
5789
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5790
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5791
|
+
return (React__default["default"].createElement("velt-cursor-pointer-audio-huddle-avatar-wireframe", __assign({}, transformedProps), children));
|
|
5792
|
+
};
|
|
5793
|
+
|
|
5794
|
+
var VeltCursorPointerAudioHuddleAudioWireframe = function (props) {
|
|
5795
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5796
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5797
|
+
return (React__default["default"].createElement("velt-cursor-pointer-audio-huddle-audio-wireframe", __assign({}, transformedProps), children));
|
|
5798
|
+
};
|
|
5799
|
+
|
|
5800
|
+
var VeltCursorPointerAudioHuddleWireframe = function (props) {
|
|
5801
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5802
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5803
|
+
return (React__default["default"].createElement("velt-cursor-pointer-audio-huddle-wireframe", __assign({}, transformedProps), children));
|
|
5804
|
+
};
|
|
5805
|
+
VeltCursorPointerAudioHuddleWireframe.Avatar = VeltCursorPointerAudioHuddleAvatarWireframe;
|
|
5806
|
+
VeltCursorPointerAudioHuddleWireframe.Audio = VeltCursorPointerAudioHuddleAudioWireframe;
|
|
5807
|
+
|
|
5808
|
+
var VeltCursorPointerAvatarWireframe = function (props) {
|
|
5809
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5810
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5811
|
+
return (React__default["default"].createElement("velt-cursor-pointer-avatar-wireframe", __assign({}, transformedProps), children));
|
|
5812
|
+
};
|
|
5813
|
+
|
|
5814
|
+
var VeltCursorPointerDefaultNameWireframe = function (props) {
|
|
5815
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5816
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5817
|
+
return (React__default["default"].createElement("velt-cursor-pointer-default-name-wireframe", __assign({}, transformedProps), children));
|
|
5818
|
+
};
|
|
5819
|
+
|
|
5820
|
+
var VeltCursorPointerDefaultCommentWireframe = function (props) {
|
|
5821
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5822
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5823
|
+
return (React__default["default"].createElement("velt-cursor-pointer-default-comment-wireframe", __assign({}, transformedProps), children));
|
|
5824
|
+
};
|
|
5825
|
+
|
|
5826
|
+
var VeltCursorPointerDefaultWireframe = function (props) {
|
|
5827
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5828
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5829
|
+
return (React__default["default"].createElement("velt-cursor-pointer-default-wireframe", __assign({}, transformedProps), children));
|
|
5830
|
+
};
|
|
5831
|
+
VeltCursorPointerDefaultWireframe.Name = VeltCursorPointerDefaultNameWireframe;
|
|
5832
|
+
VeltCursorPointerDefaultWireframe.Comment = VeltCursorPointerDefaultCommentWireframe;
|
|
5833
|
+
|
|
5834
|
+
var VeltCursorPointerVideoHuddleWireframe = function (props) {
|
|
5835
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5836
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5837
|
+
return (React__default["default"].createElement("velt-cursor-pointer-video-huddle-wireframe", __assign({}, transformedProps), children));
|
|
5838
|
+
};
|
|
5839
|
+
|
|
5840
|
+
var VeltCursorPointerWireframe = function (props) {
|
|
5841
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5842
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5843
|
+
return (React__default["default"].createElement("velt-cursor-pointer-wireframe", __assign({}, transformedProps), children));
|
|
5844
|
+
};
|
|
5845
|
+
VeltCursorPointerWireframe.Arrow = VeltCursorPointerArrowWireframe;
|
|
5846
|
+
VeltCursorPointerWireframe.AudioHuddle = VeltCursorPointerAudioHuddleWireframe;
|
|
5847
|
+
VeltCursorPointerWireframe.Avatar = VeltCursorPointerAvatarWireframe;
|
|
5848
|
+
VeltCursorPointerWireframe.Default = VeltCursorPointerDefaultWireframe;
|
|
5849
|
+
VeltCursorPointerWireframe.VideoHuddle = VeltCursorPointerVideoHuddleWireframe;
|
|
5850
|
+
|
|
5372
5851
|
function useClient() {
|
|
5373
5852
|
var client = useVeltClient().client;
|
|
5374
5853
|
var _a = React__default["default"].useState(), veltClient = _a[0], setVeltClient = _a[1];
|
|
@@ -5420,15 +5899,15 @@ function useSetDocuments() {
|
|
|
5420
5899
|
var client = useVeltClient().client;
|
|
5421
5900
|
var _a = React__default["default"].useState(undefined), data = _a[0], setData = _a[1];
|
|
5422
5901
|
// Memoize the setDocuments call
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
}, [JSON.stringify(data
|
|
5902
|
+
// const memoizedData = React.useMemo(() => {
|
|
5903
|
+
// return data;
|
|
5904
|
+
// }, [JSON.stringify(data?.documents), JSON.stringify(data?.options)]);
|
|
5426
5905
|
React__default["default"].useEffect(function () {
|
|
5427
5906
|
var _a;
|
|
5428
|
-
if (client && ((_a =
|
|
5429
|
-
client.setDocuments(
|
|
5907
|
+
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)) {
|
|
5908
|
+
client.setDocuments(data.documents, data.options);
|
|
5430
5909
|
}
|
|
5431
|
-
}, [client === null || client === void 0 ? void 0 : client.setDocuments,
|
|
5910
|
+
}, [client === null || client === void 0 ? void 0 : client.setDocuments, data]);
|
|
5432
5911
|
// Memoize the setDocuments callback
|
|
5433
5912
|
var setDocumentsCallback = React__default["default"].useCallback(function (documents, options) {
|
|
5434
5913
|
setData({ documents: documents, options: options });
|
|
@@ -5437,6 +5916,22 @@ function useSetDocuments() {
|
|
|
5437
5916
|
setDocuments: setDocumentsCallback
|
|
5438
5917
|
};
|
|
5439
5918
|
}
|
|
5919
|
+
function useSetRootDocument() {
|
|
5920
|
+
var client = useVeltClient().client;
|
|
5921
|
+
var _a = React__default["default"].useState(undefined), data = _a[0], setData = _a[1];
|
|
5922
|
+
React__default["default"].useEffect(function () {
|
|
5923
|
+
if ((client === null || client === void 0 ? void 0 : client.setRootDocument) && data) {
|
|
5924
|
+
client.setRootDocument(data);
|
|
5925
|
+
}
|
|
5926
|
+
}, [client === null || client === void 0 ? void 0 : client.setRootDocument, data]);
|
|
5927
|
+
// Memoize the setRootDocument callback
|
|
5928
|
+
var setRootDocumentCallback = React__default["default"].useCallback(function (document) {
|
|
5929
|
+
setData(document);
|
|
5930
|
+
}, []); // Empty dependency array since it only uses setState which is stable
|
|
5931
|
+
return {
|
|
5932
|
+
setRootDocument: setRootDocumentCallback
|
|
5933
|
+
};
|
|
5934
|
+
}
|
|
5440
5935
|
function useUnsetDocumentId() {
|
|
5441
5936
|
var client = useVeltClient().client;
|
|
5442
5937
|
React__default["default"].useEffect(function () {
|
|
@@ -5461,6 +5956,39 @@ function useSetLocation(location, appendLocation) {
|
|
|
5461
5956
|
}
|
|
5462
5957
|
}, [client, shouldSetLocation]);
|
|
5463
5958
|
}
|
|
5959
|
+
function useSetLocations() {
|
|
5960
|
+
var client = useVeltClient().client;
|
|
5961
|
+
var _a = React__default["default"].useState(undefined), data = _a[0], setData = _a[1];
|
|
5962
|
+
React__default["default"].useEffect(function () {
|
|
5963
|
+
var _a;
|
|
5964
|
+
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)) {
|
|
5965
|
+
client.setLocations(data.locations, data.options);
|
|
5966
|
+
}
|
|
5967
|
+
}, [client === null || client === void 0 ? void 0 : client.setLocations, data]);
|
|
5968
|
+
// Memoize the setLocations callback
|
|
5969
|
+
var setLocationsCallback = React__default["default"].useCallback(function (locations, options) {
|
|
5970
|
+
setData({ locations: locations, options: options });
|
|
5971
|
+
}, []); // Empty dependency array since it only uses setState which is stable
|
|
5972
|
+
return {
|
|
5973
|
+
setLocations: setLocationsCallback
|
|
5974
|
+
};
|
|
5975
|
+
}
|
|
5976
|
+
function useSetRootLocation() {
|
|
5977
|
+
var client = useVeltClient().client;
|
|
5978
|
+
var _a = React__default["default"].useState(undefined), data = _a[0], setData = _a[1];
|
|
5979
|
+
React__default["default"].useEffect(function () {
|
|
5980
|
+
if ((client === null || client === void 0 ? void 0 : client.setRootLocation) && data) {
|
|
5981
|
+
client.setRootLocation(data);
|
|
5982
|
+
}
|
|
5983
|
+
}, [client === null || client === void 0 ? void 0 : client.setRootLocation, data]);
|
|
5984
|
+
// Memoize the setRootLocation callback
|
|
5985
|
+
var setRootLocationCallback = React__default["default"].useCallback(function (location) {
|
|
5986
|
+
setData(location);
|
|
5987
|
+
}, []); // Empty dependency array since it only uses setState which is stable
|
|
5988
|
+
return {
|
|
5989
|
+
setRootLocation: setRootLocationCallback
|
|
5990
|
+
};
|
|
5991
|
+
}
|
|
5464
5992
|
function useVeltInitState() {
|
|
5465
5993
|
var client = useVeltClient().client;
|
|
5466
5994
|
var _a = React__default["default"].useState(), data = _a[0], setData = _a[1];
|
|
@@ -6531,6 +7059,9 @@ function usePresenceUtils() {
|
|
|
6531
7059
|
}, [client, setPresenceElement, presenceElement]);
|
|
6532
7060
|
return presenceElement;
|
|
6533
7061
|
}
|
|
7062
|
+
/**
|
|
7063
|
+
* @deprecated Use `usePresenceData` hook instead.
|
|
7064
|
+
*/
|
|
6534
7065
|
function usePresenceUsers() {
|
|
6535
7066
|
var presenceElement = usePresenceUtils();
|
|
6536
7067
|
var _a = React__default["default"].useState(null), data = _a[0], setData = _a[1];
|
|
@@ -6859,19 +7390,32 @@ function useNotificationUtils() {
|
|
|
6859
7390
|
}, [client, setNotificationElement, notificationElement]);
|
|
6860
7391
|
return notificationElement;
|
|
6861
7392
|
}
|
|
6862
|
-
function useNotificationsData() {
|
|
7393
|
+
function useNotificationsData(query) {
|
|
6863
7394
|
var notificationElement = useNotificationUtils();
|
|
6864
7395
|
var _a = React__default["default"].useState(null), data = _a[0], setData = _a[1];
|
|
7396
|
+
var subscriptionRef = React.useRef();
|
|
7397
|
+
var memoizedData = React.useMemo(function () {
|
|
7398
|
+
return query;
|
|
7399
|
+
}, [JSON.stringify(query)]);
|
|
6865
7400
|
React.useEffect(function () {
|
|
6866
7401
|
if (!(notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getNotificationsData))
|
|
6867
7402
|
return;
|
|
6868
|
-
|
|
7403
|
+
// Unsubscribe from the previous subscription if it exists
|
|
7404
|
+
if (subscriptionRef.current) {
|
|
7405
|
+
subscriptionRef.current.unsubscribe();
|
|
7406
|
+
}
|
|
7407
|
+
var subscription = notificationElement.getNotificationsData(memoizedData).subscribe(function (res) {
|
|
6869
7408
|
setData(res);
|
|
6870
7409
|
});
|
|
7410
|
+
// Store the new subscription
|
|
7411
|
+
subscriptionRef.current = subscription;
|
|
7412
|
+
// Cleanup function
|
|
6871
7413
|
return function () {
|
|
6872
|
-
|
|
7414
|
+
if (subscriptionRef.current) {
|
|
7415
|
+
subscriptionRef.current.unsubscribe();
|
|
7416
|
+
}
|
|
6873
7417
|
};
|
|
6874
|
-
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getNotificationsData]);
|
|
7418
|
+
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getNotificationsData, memoizedData]);
|
|
6875
7419
|
return data;
|
|
6876
7420
|
}
|
|
6877
7421
|
function useUnreadNotificationsCount() {
|
|
@@ -6889,6 +7433,74 @@ function useUnreadNotificationsCount() {
|
|
|
6889
7433
|
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getUnreadNotificationsCount]);
|
|
6890
7434
|
return data;
|
|
6891
7435
|
}
|
|
7436
|
+
function useNotificationSettings() {
|
|
7437
|
+
var notificationElement = useNotificationUtils();
|
|
7438
|
+
var _a = React__default["default"].useState(null), settings = _a[0], setSettings = _a[1];
|
|
7439
|
+
var _b = React__default["default"].useState(undefined), settingsData = _b[0], setSettingsData = _b[1];
|
|
7440
|
+
var _c = React__default["default"].useState(undefined), settingsInitialConfigData = _c[0], setSettingsInitialConfigData = _c[1];
|
|
7441
|
+
React.useEffect(function () {
|
|
7442
|
+
if ((notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.setSettingsInitialConfig) && settingsInitialConfigData) {
|
|
7443
|
+
notificationElement.setSettingsInitialConfig(settingsInitialConfigData);
|
|
7444
|
+
}
|
|
7445
|
+
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.setSettingsInitialConfig, settingsInitialConfigData]);
|
|
7446
|
+
React.useEffect(function () {
|
|
7447
|
+
if ((notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.setSettings) && settingsData) {
|
|
7448
|
+
notificationElement.setSettings(settingsData);
|
|
7449
|
+
}
|
|
7450
|
+
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.setSettings, settingsData]);
|
|
7451
|
+
React.useEffect(function () {
|
|
7452
|
+
var _a;
|
|
7453
|
+
if (!(notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getSettings))
|
|
7454
|
+
return;
|
|
7455
|
+
// Added this check to make is backward compatible with the old version of the SDK where getSettings() returns value instead of observable
|
|
7456
|
+
if (!((_a = notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getSettings()) === null || _a === void 0 ? void 0 : _a.subscribe))
|
|
7457
|
+
return;
|
|
7458
|
+
var subscription = notificationElement.getSettings().subscribe(function (res) {
|
|
7459
|
+
setSettings(res);
|
|
7460
|
+
});
|
|
7461
|
+
return function () {
|
|
7462
|
+
subscription.unsubscribe();
|
|
7463
|
+
};
|
|
7464
|
+
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.getSettings]);
|
|
7465
|
+
var setSettingsInitialConfigCallback = React__default["default"].useCallback(function (settingsInitialConfig) {
|
|
7466
|
+
setSettingsInitialConfigData(settingsInitialConfig);
|
|
7467
|
+
}, []);
|
|
7468
|
+
var setSettingsCallback = React__default["default"].useCallback(function (settings) {
|
|
7469
|
+
setSettingsData(settings);
|
|
7470
|
+
}, []);
|
|
7471
|
+
return {
|
|
7472
|
+
settings: settings,
|
|
7473
|
+
setSettings: setSettingsCallback,
|
|
7474
|
+
setSettingsInitialConfig: setSettingsInitialConfigCallback,
|
|
7475
|
+
};
|
|
7476
|
+
}
|
|
7477
|
+
|
|
7478
|
+
function useNotificationEventCallback(action) {
|
|
7479
|
+
var notificationElement = useNotificationUtils();
|
|
7480
|
+
var _a = React.useState(null), data = _a[0], setData = _a[1];
|
|
7481
|
+
var subscriptionRef = React.useRef(null);
|
|
7482
|
+
var memoizedAction = React.useMemo(function () { return action; }, [action]);
|
|
7483
|
+
React.useEffect(function () {
|
|
7484
|
+
var _a;
|
|
7485
|
+
if (!(notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.on))
|
|
7486
|
+
return;
|
|
7487
|
+
if (subscriptionRef.current) {
|
|
7488
|
+
subscriptionRef.current.unsubscribe();
|
|
7489
|
+
}
|
|
7490
|
+
var subscription = (_a = notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.on(memoizedAction)) === null || _a === void 0 ? void 0 : _a.subscribe(function (data) {
|
|
7491
|
+
setData(data);
|
|
7492
|
+
});
|
|
7493
|
+
// Store the new subscription
|
|
7494
|
+
subscriptionRef.current = subscription;
|
|
7495
|
+
// Cleanup function
|
|
7496
|
+
return function () {
|
|
7497
|
+
if (subscriptionRef.current) {
|
|
7498
|
+
subscriptionRef.current.unsubscribe();
|
|
7499
|
+
}
|
|
7500
|
+
};
|
|
7501
|
+
}, [notificationElement === null || notificationElement === void 0 ? void 0 : notificationElement.on, memoizedAction]);
|
|
7502
|
+
return data;
|
|
7503
|
+
}
|
|
6892
7504
|
|
|
6893
7505
|
function useAutocompleteUtils() {
|
|
6894
7506
|
var _a = React__default["default"].useState(), autocompleteElement = _a[0], setAutocompleteElement = _a[1];
|
|
@@ -7140,6 +7752,7 @@ exports.VeltCommentsSidebarStatusDropdownWireframe = VeltCommentsSidebarStatusDr
|
|
|
7140
7752
|
exports.VeltCommentsSidebarWireframe = VeltCommentsSidebarWireframe;
|
|
7141
7753
|
exports.VeltConfirmDialogWireframe = VeltConfirmDialogWireframe;
|
|
7142
7754
|
exports.VeltCursor = SnippylyCursor;
|
|
7755
|
+
exports.VeltCursorPointerWireframe = VeltCursorPointerWireframe;
|
|
7143
7756
|
exports.VeltData = VeltData;
|
|
7144
7757
|
exports.VeltHighChartComments = VeltHighChartComments;
|
|
7145
7758
|
exports.VeltHuddle = SnippylyHuddle;
|
|
@@ -7159,6 +7772,8 @@ exports.VeltNotificationsTool = VeltNotificationsTool;
|
|
|
7159
7772
|
exports.VeltNotificationsToolWireframe = VeltNotificationsToolWireframe;
|
|
7160
7773
|
exports.VeltPersistentCommentModeWireframe = VeltPersistentCommentModeWireframe;
|
|
7161
7774
|
exports.VeltPresence = SnippylyPresence;
|
|
7775
|
+
exports.VeltPresenceTooltipWireframe = VeltPresenceTooltipWireframe;
|
|
7776
|
+
exports.VeltPresenceWireframe = VeltPresenceWireframe;
|
|
7162
7777
|
exports.VeltProvider = SnippylyProvider;
|
|
7163
7778
|
exports.VeltReactionPinTooltipWireframe = VeltReactionPinTooltipWireframe;
|
|
7164
7779
|
exports.VeltReactionPinWireframe = VeltReactionPinWireframe;
|
|
@@ -7191,6 +7806,7 @@ exports.VeltTranscriptionWireframe = VeltTranscriptionWireframe;
|
|
|
7191
7806
|
exports.VeltUserInviteTool = SnippylyUserInviteTool;
|
|
7192
7807
|
exports.VeltUserRequestTool = SnippylyUserRequestTool;
|
|
7193
7808
|
exports.VeltUserSelectorDropdownWireframe = VeltUserSelectorDropdown;
|
|
7809
|
+
exports.VeltVideoEditor = VeltVideoEditor;
|
|
7194
7810
|
exports.VeltVideoEditorPlayerWireframe = VeltVideoEditorPlayerWireframe;
|
|
7195
7811
|
exports.VeltVideoPlayer = VeltVideoPlayer;
|
|
7196
7812
|
exports.VeltViewAnalytics = VeltViewAnalytics;
|
|
@@ -7248,6 +7864,8 @@ exports.useLiveState = useLiveState;
|
|
|
7248
7864
|
exports.useLiveStateData = useLiveStateData;
|
|
7249
7865
|
exports.useLiveStateSyncEventCallback = useLiveStateSyncEventCallback;
|
|
7250
7866
|
exports.useLiveStateSyncUtils = useLiveStateSyncUtils;
|
|
7867
|
+
exports.useNotificationEventCallback = useNotificationEventCallback;
|
|
7868
|
+
exports.useNotificationSettings = useNotificationSettings;
|
|
7251
7869
|
exports.useNotificationUtils = useNotificationUtils;
|
|
7252
7870
|
exports.useNotificationsData = useNotificationsData;
|
|
7253
7871
|
exports.usePresenceData = usePresenceData;
|
|
@@ -7267,6 +7885,9 @@ exports.useSetDocumentId = useSetDocumentId;
|
|
|
7267
7885
|
exports.useSetDocuments = useSetDocuments;
|
|
7268
7886
|
exports.useSetLiveStateData = useSetLiveStateData;
|
|
7269
7887
|
exports.useSetLocation = useSetLocation;
|
|
7888
|
+
exports.useSetLocations = useSetLocations;
|
|
7889
|
+
exports.useSetRootDocument = useSetRootDocument;
|
|
7890
|
+
exports.useSetRootLocation = useSetRootLocation;
|
|
7270
7891
|
exports.useSubscribeCommentAnnotation = useSubscribeCommentAnnotation;
|
|
7271
7892
|
exports.useTagAnnotations = useTagAnnotations;
|
|
7272
7893
|
exports.useTagUtils = useTagUtils;
|