@veltdev/react 4.5.0-beta.6 → 4.5.0-beta.60
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 +723 -53
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/Snippyly/Snippyly.d.ts +4 -2
- package/cjs/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +9 -0
- package/cjs/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +8 -0
- package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +8 -0
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +2 -39
- package/cjs/types/components/SnippylyHuddle/SnippylyHuddle.d.ts +1 -0
- package/cjs/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +3 -2
- 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 +1 -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/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownContent/VeltCommentsSidebarDocumentFilterDropdownContent.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownTrigger/VeltCommentsSidebarDocumentFilterDropdownTrigger.d.ts +10 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownTrigger/VeltCommentsSidebarDocumentFilterDropdownTriggerLabel/VeltCommentsSidebarDocumentFilterDropdownTriggerLabel.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownTrigger/VeltCommentsSidebarDocumentFilterDropdownTriggerLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +6 -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/VeltCommentsSidebarFilterDocument/VeltCommentsSidebarFilterDocument.d.ts +16 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDocument/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/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +2 -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/VeltNotificationsPanelWireframe.d.ts +4 -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/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 +3 -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 +5 -1
- package/cjs/types/hooks/index.d.ts +4 -3
- package/cjs/types/loadSnippyly.d.ts +1 -1
- package/esm/index.js +715 -54
- package/esm/index.js.map +1 -1
- package/esm/types/components/Snippyly/Snippyly.d.ts +4 -2
- package/esm/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +9 -0
- package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +8 -0
- package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +8 -0
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +2 -39
- package/esm/types/components/SnippylyHuddle/SnippylyHuddle.d.ts +1 -0
- package/esm/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +3 -2
- 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 +1 -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/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownContent/VeltCommentsSidebarDocumentFilterDropdownContent.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownTrigger/VeltCommentsSidebarDocumentFilterDropdownTrigger.d.ts +10 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownTrigger/VeltCommentsSidebarDocumentFilterDropdownTriggerLabel/VeltCommentsSidebarDocumentFilterDropdownTriggerLabel.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownTrigger/VeltCommentsSidebarDocumentFilterDropdownTriggerLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarDocumentFilterDropdownWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +6 -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/VeltCommentsSidebarFilterDocument/VeltCommentsSidebarFilterDocument.d.ts +16 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDocument/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/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +2 -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/VeltNotificationsPanelWireframe.d.ts +4 -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/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 +3 -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 +5 -1
- package/esm/types/hooks/index.d.ts +4 -3
- package/esm/types/loadSnippyly.d.ts +1 -1
- package/index.d.ts +483 -46
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React$1 from 'react';
|
|
3
|
-
import { Config, UserDataProvider, VeltDataProvider, Velt, ReactionMap, CustomAnnotationDropdownData, AutocompleteData, RecorderLayoutMode, RecorderMode, CommentAnnotation, NotificationPanelMode, AutocompleteItem, User, Options, DocumentMetadata, Document, SetDocumentsRequestOptions, Location as Location$1, CommentElement, UnreadCommentsCount, CommentAddEventData, CommentUpdateEventData, CommentSelectionChangeData, CommentSidebarCustomActionEventData, AddCommentAnnotationRequest, AddCommentAnnotationEvent, ApproveCommentAnnotationRequest, ApproveCommentAnnotationEvent, RejectCommentAnnotationRequest, RejectCommentAnnotationEvent, SubscribeCommentAnnotationRequest, SubscribeCommentAnnotationEvent, UnsubscribeCommentAnnotationRequest, UnsubscribeCommentAnnotationEvent, DeleteCommentAnnotationRequest, DeleteCommentAnnotationEvent, CommentRequestQuery, GetCommentAnnotationsResponse, GetCommentAnnotationsCountResponse, AssignUserRequest, AssignUserEvent, UpdatePriorityRequest, UpdatePriorityEvent, UpdateStatusRequest, UpdateStatusEvent, UpdateAccessRequest, UpdateAccessEvent, ResolveCommentAnnotationRequest, GetLinkRequest, GetLinkResponse, CopyLinkRequest, CopyLinkEvent, AddCommentRequest, AddCommentEvent, UpdateCommentRequest, UpdateCommentEvent, DeleteCommentRequest, DeleteCommentEvent, GetCommentRequest, AddAttachmentRequest, AddAttachmentResponse, DeleteAttachmentRequest, DeleteAttachmentEvent, GetAttachmentRequest, Attachment, DeleteRecordingRequest, DeleteRecordingEvent, GetRecordingRequest,
|
|
3
|
+
import { Config, UserDataProvider, VeltDataProvider, VeltAuthProvider, Velt, ContextOptions, ReactionMap, CustomAnnotationDropdownData, AutocompleteData, CommentSidebarFilterConfig as CommentSidebarFilterConfig$2, CommentSidebarGroupConfig as CommentSidebarGroupConfig$2, CommentSidebarFilters as CommentSidebarFilters$2, RecorderLayoutMode, RecordedData, RecorderMode, CommentAnnotation, NotificationPanelMode, AutocompleteItem, User, Options, DocumentMetadata, Document, SetDocumentsRequestOptions, Location as Location$1, SetLocationsRequestOptions, CommentElement, UnreadCommentsCount, CommentAddEventData, CommentUpdateEventData, CommentSelectionChangeData, CommentSidebarCustomActionEventData, AddCommentAnnotationRequest, AddCommentAnnotationEvent, ApproveCommentAnnotationRequest, ApproveCommentAnnotationEvent, RejectCommentAnnotationRequest, RejectCommentAnnotationEvent, SubscribeCommentAnnotationRequest, SubscribeCommentAnnotationEvent, UnsubscribeCommentAnnotationRequest, UnsubscribeCommentAnnotationEvent, DeleteCommentAnnotationRequest, DeleteCommentAnnotationEvent, CommentRequestQuery, GetCommentAnnotationsResponse, GetCommentAnnotationsCountResponse, AssignUserRequest, AssignUserEvent, UpdatePriorityRequest, UpdatePriorityEvent, UpdateStatusRequest, UpdateStatusEvent, UpdateAccessRequest, UpdateAccessEvent, ResolveCommentAnnotationRequest, GetLinkRequest, GetLinkResponse, CopyLinkRequest, CopyLinkEvent, AddCommentRequest, AddCommentEvent, UpdateCommentRequest, UpdateCommentEvent, DeleteCommentRequest, DeleteCommentEvent, GetCommentRequest, AddAttachmentRequest, AddAttachmentResponse, DeleteAttachmentRequest, DeleteAttachmentEvent, GetAttachmentRequest, Attachment, DeleteRecordingRequest, DeleteRecordingEvent, GetRecordingRequest, AddReactionRequest, AddReactionEvent, DeleteReactionRequest, DeleteReactionEvent, ToggleReactionRequest, ToggleReactionEvent, CommentEventTypesMap, CoreEventTypesMap, CursorElement, CursorUser, LiveStateSyncElement, SetLiveStateDataConfig, UserEditorAccess, EditorAccessTimer, ServerConnectionState, LiveStateEventTypesMap, PresenceElement, PresenceUser, PresenceRequestQuery, GetPresenceDataResponse, PresenceEventTypesMap, RecorderElement, RecorderRequestQuery, GetRecordingsResponse, RecorderEventTypesMap, RewriterElement, SelectionElement, LiveSelectionData, TagElement, TagAnnotation, ViewsElement, ViewsByUser, ViewsByDate, NotificationElement, GetNotificationsDataQuery, Notification, NotificationSettingsConfig, NotificationInitialSettingsConfig, NotificationEventTypesMap, AutocompleteElement, AutocompleteChipData, ContactElement, SelectedUserContact, GetContactListResponse } from '@veltdev/types';
|
|
4
4
|
|
|
5
5
|
interface IVeltProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6
6
|
apiKey: string;
|
|
7
7
|
config?: Config & {
|
|
8
8
|
proxyDomain?: string;
|
|
9
9
|
version?: string;
|
|
10
|
+
integrity?: boolean;
|
|
10
11
|
};
|
|
11
12
|
user?: any;
|
|
12
13
|
documentId?: string;
|
|
@@ -19,6 +20,7 @@ interface IVeltProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HT
|
|
|
19
20
|
autoTranslation?: boolean;
|
|
20
21
|
userDataProvider?: UserDataProvider;
|
|
21
22
|
dataProviders?: VeltDataProvider;
|
|
23
|
+
authProvider?: VeltAuthProvider;
|
|
22
24
|
onClientLoad?: (veltClient?: Velt) => any;
|
|
23
25
|
}
|
|
24
26
|
declare const SnippylyProvider: React$1.FC<IVeltProps>;
|
|
@@ -39,6 +41,14 @@ interface IVeltCommentBubbleProps extends React$1.DetailedHTMLProps<React$1.HTML
|
|
|
39
41
|
variant?: string;
|
|
40
42
|
darkMode?: boolean;
|
|
41
43
|
commentCountType?: 'total' | 'unread';
|
|
44
|
+
context?: {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
contextOptions?: ContextOptions;
|
|
48
|
+
locationId?: string;
|
|
49
|
+
documentId?: string;
|
|
50
|
+
folderId?: string;
|
|
51
|
+
annotationId?: string;
|
|
42
52
|
}
|
|
43
53
|
declare const SnippylyCommentBubble: React$1.FC<IVeltCommentBubbleProps>;
|
|
44
54
|
|
|
@@ -83,6 +93,7 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
83
93
|
ghostCommentsIndicator?: boolean;
|
|
84
94
|
commentsOnDom?: boolean;
|
|
85
95
|
resolvedCommentsOnDom?: boolean;
|
|
96
|
+
filterCommentsOnDom?: boolean;
|
|
86
97
|
bubbleOnPin?: boolean;
|
|
87
98
|
bubbleOnPinHover?: boolean;
|
|
88
99
|
commentTool?: boolean;
|
|
@@ -163,6 +174,11 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
163
174
|
*/
|
|
164
175
|
multiThreadMode?: boolean;
|
|
165
176
|
multiThread?: boolean;
|
|
177
|
+
/**
|
|
178
|
+
* @deprecated Use `groupMatchedComments` instead.
|
|
179
|
+
*/
|
|
180
|
+
groupMultipleMatch?: boolean;
|
|
181
|
+
groupMatchedComments?: boolean;
|
|
166
182
|
deleteReplyConfirmation?: boolean;
|
|
167
183
|
collapsedComments?: boolean;
|
|
168
184
|
shortUserName?: boolean;
|
|
@@ -179,48 +195,11 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
179
195
|
fullExpanded?: boolean;
|
|
180
196
|
commentToNearestAllowedElement?: boolean;
|
|
181
197
|
draftMode?: boolean;
|
|
198
|
+
maxReplyAvatars?: number;
|
|
199
|
+
replyAvatars?: boolean;
|
|
182
200
|
}
|
|
183
201
|
declare const SnippylyComments: React$1.FC<IVeltCommentsProps>;
|
|
184
202
|
|
|
185
|
-
declare class FilterTypeConfig$2 {
|
|
186
|
-
name?: string;
|
|
187
|
-
enable?: boolean;
|
|
188
|
-
multiSelection?: boolean;
|
|
189
|
-
enableGrouping?: boolean;
|
|
190
|
-
order?: string[];
|
|
191
|
-
}
|
|
192
|
-
declare class CommentSidebarFilterConfig$2 {
|
|
193
|
-
location?: FilterTypeConfig$2;
|
|
194
|
-
people?: FilterTypeConfig$2;
|
|
195
|
-
tagged?: FilterTypeConfig$2;
|
|
196
|
-
assigned?: FilterTypeConfig$2;
|
|
197
|
-
priority?: FilterTypeConfig$2;
|
|
198
|
-
category?: FilterTypeConfig$2;
|
|
199
|
-
commentType?: FilterTypeConfig$2;
|
|
200
|
-
status?: FilterTypeConfig$2;
|
|
201
|
-
}
|
|
202
|
-
declare class CommentSidebarGroupConfig$2 {
|
|
203
|
-
enable?: boolean;
|
|
204
|
-
name?: string;
|
|
205
|
-
}
|
|
206
|
-
declare class CommentSidebarFilters$2 {
|
|
207
|
-
location?: Location[];
|
|
208
|
-
people?: {
|
|
209
|
-
userId?: string;
|
|
210
|
-
email?: string;
|
|
211
|
-
}[];
|
|
212
|
-
tagged?: {
|
|
213
|
-
userId?: string;
|
|
214
|
-
email?: string;
|
|
215
|
-
}[];
|
|
216
|
-
assigned?: {
|
|
217
|
-
userId?: string;
|
|
218
|
-
email?: string;
|
|
219
|
-
}[];
|
|
220
|
-
priority?: string[];
|
|
221
|
-
status?: string[];
|
|
222
|
-
category?: string[];
|
|
223
|
-
}
|
|
224
203
|
interface IVeltCommentsSidebarProps {
|
|
225
204
|
embedMode?: boolean;
|
|
226
205
|
floatingMode?: boolean;
|
|
@@ -264,6 +243,7 @@ interface IVeltCommentsSidebarProps {
|
|
|
264
243
|
filterCount?: boolean;
|
|
265
244
|
fullExpanded?: boolean;
|
|
266
245
|
systemFiltersOperator?: 'and' | 'or';
|
|
246
|
+
sidebarButtonCountType?: 'default' | 'filter';
|
|
267
247
|
}
|
|
268
248
|
declare const SnippylyCommentsSidebar: React$1.FC<IVeltCommentsSidebarProps>;
|
|
269
249
|
|
|
@@ -278,6 +258,13 @@ interface IVeltCommentToolProps extends React$1.DetailedHTMLProps<React$1.HTMLAt
|
|
|
278
258
|
darkMode?: boolean;
|
|
279
259
|
variant?: string;
|
|
280
260
|
shadowDom?: boolean;
|
|
261
|
+
context?: {
|
|
262
|
+
[key: string]: any;
|
|
263
|
+
};
|
|
264
|
+
contextOptions?: ContextOptions;
|
|
265
|
+
locationId?: string;
|
|
266
|
+
documentId?: string;
|
|
267
|
+
folderId?: string;
|
|
281
268
|
}
|
|
282
269
|
declare const SnippylyCommentTool: React$1.FC<IVeltCommentToolProps>;
|
|
283
270
|
|
|
@@ -296,6 +283,7 @@ declare const SnippylyCursor: React$1.FC<IVeltCursorProps>;
|
|
|
296
283
|
interface IVeltHuddleProps {
|
|
297
284
|
chat?: boolean;
|
|
298
285
|
flockModeOnAvatarClick?: boolean;
|
|
286
|
+
serverFallback?: boolean;
|
|
299
287
|
}
|
|
300
288
|
declare const SnippylyHuddle: React$1.FC<IVeltHuddleProps>;
|
|
301
289
|
|
|
@@ -337,13 +325,14 @@ declare const SnippylyPresence: React$1.FC<IVeltPresenceProps>;
|
|
|
337
325
|
interface IVeltRecorderControlPanelProps {
|
|
338
326
|
mode?: RecorderLayoutMode;
|
|
339
327
|
panelId?: string;
|
|
340
|
-
onRecordedData?:
|
|
328
|
+
onRecordedData?: (data: RecordedData) => void;
|
|
341
329
|
recordingCountdown?: boolean;
|
|
342
330
|
recordingTranscription?: boolean;
|
|
343
331
|
videoEditor?: boolean;
|
|
344
332
|
settingsEmbedded?: boolean;
|
|
345
333
|
autoOpenVideoEditor?: boolean;
|
|
346
334
|
playVideoInFullScreen?: boolean;
|
|
335
|
+
retakeOnVideoEditor?: boolean;
|
|
347
336
|
}
|
|
348
337
|
declare const SnippylyRecorderControlPanel: React$1.FC<IVeltRecorderControlPanelProps>;
|
|
349
338
|
|
|
@@ -367,6 +356,7 @@ interface IVeltRecorderPlayerProps {
|
|
|
367
356
|
shadowDom?: boolean;
|
|
368
357
|
videoEditor?: boolean;
|
|
369
358
|
playVideoInFullScreen?: boolean;
|
|
359
|
+
retakeOnVideoEditor?: boolean;
|
|
370
360
|
}
|
|
371
361
|
declare const SnippylyRecorderPlayer: React$1.FC<IVeltRecorderPlayerProps>;
|
|
372
362
|
|
|
@@ -377,6 +367,8 @@ interface IVeltRecorderToolProps extends React$1.DetailedHTMLProps<React$1.HTMLA
|
|
|
377
367
|
darkMode?: boolean;
|
|
378
368
|
shadowDom?: boolean;
|
|
379
369
|
recordingCountdown?: boolean;
|
|
370
|
+
variant?: string;
|
|
371
|
+
retakeOnVideoEditor?: boolean;
|
|
380
372
|
}
|
|
381
373
|
declare const SnippylyRecorderTool: React$1.FC<IVeltRecorderToolProps>;
|
|
382
374
|
|
|
@@ -428,6 +420,7 @@ interface IVeltSidebarButtonProps extends React$1.DetailedHTMLProps<React$1.HTML
|
|
|
428
420
|
sidebarVariant?: string;
|
|
429
421
|
position?: "right" | "left";
|
|
430
422
|
filterPanelLayout?: 'menu' | 'bottomSheet';
|
|
423
|
+
sidebarButtonCountType?: 'default' | 'filter';
|
|
431
424
|
onCommentClick?: Function;
|
|
432
425
|
onSidebarOpen?: Function;
|
|
433
426
|
}
|
|
@@ -583,6 +576,8 @@ interface IVeltNotificationsToolProps extends React$1.DetailedHTMLProps<React$1.
|
|
|
583
576
|
panelVariant?: string;
|
|
584
577
|
maxDays?: number;
|
|
585
578
|
readNotificationsOnForYouTab?: boolean;
|
|
579
|
+
settings?: boolean;
|
|
580
|
+
selfNotifications?: boolean;
|
|
586
581
|
}
|
|
587
582
|
declare const VeltNotificationsTool: React$1.FC<IVeltNotificationsToolProps>;
|
|
588
583
|
|
|
@@ -604,6 +599,8 @@ interface IVeltNotificationsPanelProps {
|
|
|
604
599
|
tabConfig?: NotificationTabConfig;
|
|
605
600
|
readNotificationsOnForYouTab?: boolean;
|
|
606
601
|
panelOpenMode?: NotificationPanelMode;
|
|
602
|
+
settings?: boolean;
|
|
603
|
+
selfNotifications?: boolean;
|
|
607
604
|
}
|
|
608
605
|
declare const VeltNotificationsPanel: React$1.FC<IVeltNotificationsPanelProps>;
|
|
609
606
|
|
|
@@ -672,6 +669,13 @@ interface IVeltInlineCommentsSectionProps extends React$1.DetailedHTMLProps<Reac
|
|
|
672
669
|
sortBy?: 'createdAt' | 'lastUpdated';
|
|
673
670
|
sortOrder?: 'asc' | 'desc';
|
|
674
671
|
fullExpanded?: boolean;
|
|
672
|
+
context?: {
|
|
673
|
+
[key: string]: any;
|
|
674
|
+
};
|
|
675
|
+
contextOptions?: ContextOptions;
|
|
676
|
+
locationId?: string;
|
|
677
|
+
documentId?: string;
|
|
678
|
+
folderId?: string;
|
|
675
679
|
}
|
|
676
680
|
declare const VeltInlineCommentsSection: React$1.FC<IVeltInlineCommentsSectionProps>;
|
|
677
681
|
|
|
@@ -679,6 +683,13 @@ interface IVeltCommentPinProps extends React$1.DetailedHTMLProps<React$1.HTMLAtt
|
|
|
679
683
|
annotationId?: string;
|
|
680
684
|
multiThreadAnnotationId?: string;
|
|
681
685
|
variant?: string;
|
|
686
|
+
context?: {
|
|
687
|
+
[key: string]: any;
|
|
688
|
+
};
|
|
689
|
+
contextOptions?: ContextOptions;
|
|
690
|
+
locationId?: string;
|
|
691
|
+
documentId?: string;
|
|
692
|
+
folderId?: string;
|
|
682
693
|
}
|
|
683
694
|
declare const VeltCommentPin: React$1.FC<IVeltCommentPinProps>;
|
|
684
695
|
|
|
@@ -1357,6 +1368,29 @@ interface IVeltCommentDialogUnresolveButtonProps extends IVeltWireframeCommonPro
|
|
|
1357
1368
|
interface IVeltCommentDialogNavigationButtonProps extends IVeltWireframeCommonProps {
|
|
1358
1369
|
}
|
|
1359
1370
|
|
|
1371
|
+
interface IVeltCommentDialogReplyAvatarsListItemProps extends IVeltWireframeCommonProps {
|
|
1372
|
+
}
|
|
1373
|
+
interface IVeltCommentDialogReplyAvatarsListItem extends React$1.FC<IVeltCommentDialogReplyAvatarsListItemProps> {
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
interface IVeltCommentDialogReplyAvatarsListProps extends IVeltWireframeCommonProps {
|
|
1377
|
+
}
|
|
1378
|
+
interface IVeltCommentDialogReplyAvatarsList extends React$1.FC<IVeltCommentDialogReplyAvatarsListProps> {
|
|
1379
|
+
Item: IVeltCommentDialogReplyAvatarsListItem;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
interface IVeltCommentDialogReplyAvatarsRemainingCountProps extends IVeltWireframeCommonProps {
|
|
1383
|
+
}
|
|
1384
|
+
interface IVeltCommentDialogReplyAvatarsRemainingCount extends React$1.FC<IVeltCommentDialogReplyAvatarsRemainingCountProps> {
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
interface IVeltCommentDialogReplyAvatarsProps extends IVeltWireframeCommonProps {
|
|
1388
|
+
}
|
|
1389
|
+
interface IVeltCommentDialogReplyAvatars extends React$1.FC<IVeltCommentDialogReplyAvatarsProps> {
|
|
1390
|
+
List: IVeltCommentDialogReplyAvatarsList;
|
|
1391
|
+
RemainingCount: IVeltCommentDialogReplyAvatarsRemainingCount;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1360
1394
|
interface IVeltCommentDialogWireframeProps extends IVeltWireframeCommonProps {
|
|
1361
1395
|
}
|
|
1362
1396
|
declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframeProps> & {
|
|
@@ -1389,6 +1423,7 @@ declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframe
|
|
|
1389
1423
|
DeleteButton: React$1.FC<IVeltCommentDialogDeleteButtonProps>;
|
|
1390
1424
|
CloseButton: React$1.FC<IVeltCommentDialogCloseButtonProps>;
|
|
1391
1425
|
NavigationButton: React$1.FC<IVeltCommentDialogNavigationButtonProps>;
|
|
1426
|
+
ReplyAvatars: IVeltCommentDialogReplyAvatars;
|
|
1392
1427
|
};
|
|
1393
1428
|
|
|
1394
1429
|
interface IVeltCommentsSidebarCloseButtonProps extends IVeltWireframeCommonProps {
|
|
@@ -1438,6 +1473,7 @@ interface IVeltCommentsSidebarFilterSearchHiddenCount extends React$1.FC<IVeltCo
|
|
|
1438
1473
|
}
|
|
1439
1474
|
|
|
1440
1475
|
interface IVeltCommentsSidebarFilterSearchInputProps extends IVeltWireframeCommonProps {
|
|
1476
|
+
placeholder?: string;
|
|
1441
1477
|
}
|
|
1442
1478
|
interface IVeltCommentsSidebarFilterSearchInput extends React$1.FC<IVeltCommentsSidebarFilterSearchInputProps> {
|
|
1443
1479
|
}
|
|
@@ -1466,6 +1502,7 @@ interface IVeltCommentsSidebarFilterSearchTags extends React$1.FC<IVeltCommentsS
|
|
|
1466
1502
|
}
|
|
1467
1503
|
|
|
1468
1504
|
interface IVeltCommentsSidebarFilterSearchProps extends IVeltWireframeCommonProps {
|
|
1505
|
+
placeholder?: string;
|
|
1469
1506
|
}
|
|
1470
1507
|
interface IVeltCommentsSidebarFilterSearch extends React$1.FC<IVeltCommentsSidebarFilterSearchProps> {
|
|
1471
1508
|
DropdownIcon: IVeltCommentsSidebarFilterSearchDropdownIcon;
|
|
@@ -1568,6 +1605,32 @@ interface IVeltCommentsSidebarFilterTagged extends React$1.FC<IVeltCommentsSideb
|
|
|
1568
1605
|
Search: IVeltCommentsSidebarFilterSearch;
|
|
1569
1606
|
}
|
|
1570
1607
|
|
|
1608
|
+
interface IVeltCommentsSidebarFilterDocumentProps extends IVeltWireframeCommonProps {
|
|
1609
|
+
}
|
|
1610
|
+
interface IVeltCommentsSidebarFilterDocument extends React$1.FC<IVeltCommentsSidebarFilterDocumentProps> {
|
|
1611
|
+
Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
|
|
1612
|
+
Item: IVeltCommentsSidebarFilterItem;
|
|
1613
|
+
ViewAll: React$1.FC<IVeltCommentsSidebarFilterViewAllProps>;
|
|
1614
|
+
Search: IVeltCommentsSidebarFilterSearch;
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
interface IVeltCommentsSidebarFilterCustomProps extends IVeltWireframeCommonProps {
|
|
1618
|
+
id?: string;
|
|
1619
|
+
}
|
|
1620
|
+
interface IVeltCommentsSidebarFilterCustom extends React$1.FC<IVeltCommentsSidebarFilterCustomProps> {
|
|
1621
|
+
Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
|
|
1622
|
+
Item: IVeltCommentsSidebarFilterItem;
|
|
1623
|
+
Search: IVeltCommentsSidebarFilterSearch;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
interface IVeltCommentsSidebarFilterInvolvedProps extends IVeltWireframeCommonProps {
|
|
1627
|
+
}
|
|
1628
|
+
interface IVeltCommentsSidebarFilterInvolved extends React$1.FC<IVeltCommentsSidebarFilterInvolvedProps> {
|
|
1629
|
+
Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
|
|
1630
|
+
Item: IVeltCommentsSidebarFilterItem;
|
|
1631
|
+
Search: IVeltCommentsSidebarFilterSearch;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1571
1634
|
interface IVeltCommentsSidebarFilterProps extends IVeltWireframeCommonProps {
|
|
1572
1635
|
}
|
|
1573
1636
|
interface IVeltCommentsSidebarFilter extends React$1.FC<IVeltCommentsSidebarFilterProps> {
|
|
@@ -1587,6 +1650,9 @@ interface IVeltCommentsSidebarFilter extends React$1.FC<IVeltCommentsSidebarFilt
|
|
|
1587
1650
|
Status: IVeltCommentsSidebarFilterStatus;
|
|
1588
1651
|
ResetButton: React$1.FC<IVeltCommentsSidebarFilterResetButtonProps>;
|
|
1589
1652
|
Search: IVeltCommentsSidebarFilterSearch;
|
|
1653
|
+
Document: IVeltCommentsSidebarFilterDocument;
|
|
1654
|
+
Custom: IVeltCommentsSidebarFilterCustom;
|
|
1655
|
+
Involved: IVeltCommentsSidebarFilterInvolved;
|
|
1590
1656
|
}
|
|
1591
1657
|
|
|
1592
1658
|
interface IVeltCommentsSidebarFilterButtonProps extends IVeltWireframeCommonProps {
|
|
@@ -1647,6 +1713,29 @@ interface IVeltCommentsSidebarLocationFilterDropdown extends React$1.FC<IVeltCom
|
|
|
1647
1713
|
Content: React$1.FC<IVeltCommentsSidebarLocationFilterDropdownContentProps>;
|
|
1648
1714
|
}
|
|
1649
1715
|
|
|
1716
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownContentProps extends IVeltWireframeCommonProps {
|
|
1717
|
+
}
|
|
1718
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownContent extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownContentProps> {
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1721
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTriggerLabelProps extends IVeltWireframeCommonProps {
|
|
1722
|
+
}
|
|
1723
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTriggerLabel extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownTriggerLabelProps> {
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTriggerProps extends IVeltWireframeCommonProps {
|
|
1727
|
+
}
|
|
1728
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTrigger extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownTriggerProps> {
|
|
1729
|
+
Label: IVeltCommentsSidebarDocumentFilterDropdownTriggerLabel;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownWireframeProps extends IVeltWireframeCommonProps {
|
|
1733
|
+
}
|
|
1734
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownWireframe extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownWireframeProps> {
|
|
1735
|
+
Trigger: IVeltCommentsSidebarDocumentFilterDropdownTrigger;
|
|
1736
|
+
Content: IVeltCommentsSidebarDocumentFilterDropdownContent;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1650
1739
|
interface IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframeProps extends IVeltWireframeCommonProps {
|
|
1651
1740
|
}
|
|
1652
1741
|
interface IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframe extends React$1.FC<IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframeProps> {
|
|
@@ -1742,6 +1831,7 @@ interface IVeltCommentsSidebarPanelProps extends IVeltWireframeCommonProps {
|
|
|
1742
1831
|
}
|
|
1743
1832
|
|
|
1744
1833
|
interface IVeltCommentsSidebarSearchProps extends IVeltWireframeCommonProps {
|
|
1834
|
+
placeholder?: string;
|
|
1745
1835
|
}
|
|
1746
1836
|
|
|
1747
1837
|
interface IVeltCommentsSidebarSkeletonProps extends IVeltWireframeCommonProps {
|
|
@@ -1847,6 +1937,7 @@ declare const VeltCommentsSidebarWireframe: React$1.FC<IVeltCommentsSidebarWiref
|
|
|
1847
1937
|
Panel: React$1.FC<IVeltCommentsSidebarPanelProps>;
|
|
1848
1938
|
MinimalFilterDropdown: IVeltCommentsSidebarMinimalFilterDropdown;
|
|
1849
1939
|
LocationFilterDropdown: IVeltCommentsSidebarLocationFilterDropdown;
|
|
1940
|
+
DocumentFilterDropdown: IVeltCommentsSidebarDocumentFilterDropdownWireframe;
|
|
1850
1941
|
MinimalActionsDropdown: IVeltCommentsSidebarMinimalActionsDropdownWireframe;
|
|
1851
1942
|
ResetFilterButton: React$1.FC<IVeltCommentsSidebarResetFilterButtonWireframeProps>;
|
|
1852
1943
|
ActionButton: React$1.FC<IVeltCommentsSidebarActionButtonProps>;
|
|
@@ -2408,6 +2499,130 @@ interface IVeltNotificationsPanelSkeletonWireframeProps extends IVeltWireframeCo
|
|
|
2408
2499
|
interface IVeltNotificationsPanelSkeletonWireframe extends React$1.FC<IVeltNotificationsPanelSkeletonWireframeProps> {
|
|
2409
2500
|
}
|
|
2410
2501
|
|
|
2502
|
+
interface IVeltNotificationsPanelSettingsButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
2503
|
+
}
|
|
2504
|
+
interface IVeltNotificationsPanelSettingsButtonWireframe extends React$1.FC<IVeltNotificationsPanelSettingsButtonWireframeProps> {
|
|
2505
|
+
}
|
|
2506
|
+
|
|
2507
|
+
interface IVeltNotificationsPanelSettingsDescriptionWireframeProps extends IVeltWireframeCommonProps {
|
|
2508
|
+
}
|
|
2509
|
+
interface IVeltNotificationsPanelSettingsDescriptionWireframe extends React$1.FC<IVeltNotificationsPanelSettingsDescriptionWireframeProps> {
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
interface IVeltNotificationsPanelSettingsBackButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
2513
|
+
}
|
|
2514
|
+
interface IVeltNotificationsPanelSettingsBackButtonWireframe extends React$1.FC<IVeltNotificationsPanelSettingsBackButtonWireframeProps> {
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
interface IVeltNotificationsPanelSettingsFooterWireframeProps extends IVeltWireframeCommonProps {
|
|
2518
|
+
}
|
|
2519
|
+
interface IVeltNotificationsPanelSettingsFooterWireframe extends React$1.FC<IVeltNotificationsPanelSettingsFooterWireframeProps> {
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
interface IVeltNotificationsPanelSettingsHeaderTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
2523
|
+
}
|
|
2524
|
+
interface IVeltNotificationsPanelSettingsHeaderTitleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsHeaderTitleWireframeProps> {
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
interface IVeltNotificationsPanelSettingsHeaderWireframeProps extends IVeltWireframeCommonProps {
|
|
2528
|
+
}
|
|
2529
|
+
interface IVeltNotificationsPanelSettingsHeaderWireframe extends React$1.FC<IVeltNotificationsPanelSettingsHeaderWireframeProps> {
|
|
2530
|
+
Title: IVeltNotificationsPanelSettingsHeaderTitleWireframe;
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2533
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframeProps extends IVeltWireframeCommonProps {
|
|
2534
|
+
}
|
|
2535
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframeProps> {
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframeProps extends IVeltWireframeCommonProps {
|
|
2539
|
+
}
|
|
2540
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframeProps> {
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerIconWireframeProps extends IVeltWireframeCommonProps {
|
|
2544
|
+
}
|
|
2545
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerIconWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerIconWireframeProps> {
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerWireframeProps extends IVeltWireframeCommonProps {
|
|
2549
|
+
}
|
|
2550
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerWireframeProps> {
|
|
2551
|
+
SelectedValue: IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe;
|
|
2552
|
+
Label: IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframe;
|
|
2553
|
+
Icon: IVeltNotificationsPanelSettingsAccordionTriggerIconWireframe;
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2556
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframeProps extends IVeltWireframeCommonProps {
|
|
2557
|
+
}
|
|
2558
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframeProps> {
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemIconWireframeProps extends IVeltWireframeCommonProps {
|
|
2562
|
+
}
|
|
2563
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemIconWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemIconWireframeProps> {
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemWireframeProps extends IVeltWireframeCommonProps {
|
|
2567
|
+
}
|
|
2568
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemWireframeProps> {
|
|
2569
|
+
Label: IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframe;
|
|
2570
|
+
Icon: IVeltNotificationsPanelSettingsAccordionContentItemIconWireframe;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
interface IVeltNotificationsPanelSettingsAccordionContentWireframeProps extends IVeltWireframeCommonProps {
|
|
2574
|
+
}
|
|
2575
|
+
interface IVeltNotificationsPanelSettingsAccordionContentWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentWireframeProps> {
|
|
2576
|
+
Item: IVeltNotificationsPanelSettingsAccordionContentItemWireframe;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
interface IVeltNotificationsPanelSettingsAccordionWireframeProps extends IVeltWireframeCommonProps {
|
|
2580
|
+
}
|
|
2581
|
+
interface IVeltNotificationsPanelSettingsAccordionWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionWireframeProps> {
|
|
2582
|
+
Trigger: IVeltNotificationsPanelSettingsAccordionTriggerWireframe;
|
|
2583
|
+
Content: IVeltNotificationsPanelSettingsAccordionContentWireframe;
|
|
2584
|
+
}
|
|
2585
|
+
|
|
2586
|
+
interface IVeltNotificationsPanelSettingsListWireframeProps extends IVeltWireframeCommonProps {
|
|
2587
|
+
}
|
|
2588
|
+
interface IVeltNotificationsPanelSettingsListWireframe extends React$1.FC<IVeltNotificationsPanelSettingsListWireframeProps> {
|
|
2589
|
+
Accordion: IVeltNotificationsPanelSettingsAccordionWireframe;
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
interface IVeltNotificationsPanelSettingsMuteAllDescriptionWireframeProps extends IVeltWireframeCommonProps {
|
|
2593
|
+
}
|
|
2594
|
+
interface IVeltNotificationsPanelSettingsMuteAllDescriptionWireframe extends React$1.FC<IVeltNotificationsPanelSettingsMuteAllDescriptionWireframeProps> {
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
interface IVeltNotificationsPanelSettingsMuteAllTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
2598
|
+
}
|
|
2599
|
+
interface IVeltNotificationsPanelSettingsMuteAllTitleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsMuteAllTitleWireframeProps> {
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
interface IVeltNotificationsPanelSettingsMuteAllToggleWireframeProps extends IVeltWireframeCommonProps {
|
|
2603
|
+
}
|
|
2604
|
+
interface IVeltNotificationsPanelSettingsMuteAllToggleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsMuteAllToggleWireframeProps> {
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
interface IVeltNotificationsPanelSettingsTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
2608
|
+
}
|
|
2609
|
+
interface IVeltNotificationsPanelSettingsTitleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsTitleWireframeProps> {
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
interface IVeltNotificationsPanelSettingsWireframeProps extends IVeltWireframeCommonProps {
|
|
2613
|
+
}
|
|
2614
|
+
interface IVeltNotificationsPanelSettingsWireframe extends React$1.FC<IVeltNotificationsPanelSettingsWireframeProps> {
|
|
2615
|
+
BackButton: IVeltNotificationsPanelSettingsBackButtonWireframe;
|
|
2616
|
+
Description: IVeltNotificationsPanelSettingsDescriptionWireframe;
|
|
2617
|
+
Footer: IVeltNotificationsPanelSettingsFooterWireframe;
|
|
2618
|
+
Header: IVeltNotificationsPanelSettingsHeaderWireframe;
|
|
2619
|
+
List: IVeltNotificationsPanelSettingsListWireframe;
|
|
2620
|
+
MuteAllDescription: IVeltNotificationsPanelSettingsMuteAllDescriptionWireframe;
|
|
2621
|
+
MuteAllTitle: IVeltNotificationsPanelSettingsMuteAllTitleWireframe;
|
|
2622
|
+
MuteAllToggle: IVeltNotificationsPanelSettingsMuteAllToggleWireframe;
|
|
2623
|
+
Title: IVeltNotificationsPanelSettingsTitleWireframe;
|
|
2624
|
+
}
|
|
2625
|
+
|
|
2411
2626
|
interface IVeltNotificationsPanelWireframeProps extends IVeltWireframeCommonProps {
|
|
2412
2627
|
}
|
|
2413
2628
|
interface IVeltNotificationsPanelWireframe extends React$1.FC<IVeltNotificationsPanelWireframeProps> {
|
|
@@ -2418,6 +2633,8 @@ interface IVeltNotificationsPanelWireframe extends React$1.FC<IVeltNotifications
|
|
|
2418
2633
|
ViewAllButton: IVeltNotificationsPanelViewAllButtonWireframe;
|
|
2419
2634
|
CloseButton: IVeltNotificationsPanelCloseButtonWireframe;
|
|
2420
2635
|
Skeleton: IVeltNotificationsPanelSkeletonWireframe;
|
|
2636
|
+
SettingsButton: IVeltNotificationsPanelSettingsButtonWireframe;
|
|
2637
|
+
Settings: IVeltNotificationsPanelSettingsWireframe;
|
|
2421
2638
|
}
|
|
2422
2639
|
declare const VeltNotificationsPanelWireframe: IVeltNotificationsPanelWireframe;
|
|
2423
2640
|
|
|
@@ -3175,12 +3392,18 @@ interface IVeltRecorderPlayerVideoWireframeProps extends IVeltWireframeCommonPro
|
|
|
3175
3392
|
interface IVeltRecorderPlayerVideoWireframe extends React$1.FC<IVeltRecorderPlayerVideoWireframeProps> {
|
|
3176
3393
|
}
|
|
3177
3394
|
|
|
3395
|
+
interface IVeltRecorderPlayerEditButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3396
|
+
}
|
|
3397
|
+
interface IVeltRecorderPlayerEditButtonWireframe extends React$1.FC<IVeltRecorderPlayerEditButtonWireframeProps> {
|
|
3398
|
+
}
|
|
3399
|
+
|
|
3178
3400
|
interface IVeltRecorderPlayerVideoContainerWireframeProps extends IVeltWireframeCommonProps {
|
|
3179
3401
|
}
|
|
3180
3402
|
interface IVeltRecorderPlayerVideoContainerWireframe extends React$1.FC<IVeltRecorderPlayerVideoContainerWireframeProps> {
|
|
3181
3403
|
Video: IVeltRecorderPlayerVideoWireframe;
|
|
3182
3404
|
Timeline: IVeltRecorderPlayerTimelineWireframe;
|
|
3183
3405
|
PlayButton: IVeltRecorderPlayerPlayButtonWireframe;
|
|
3406
|
+
EditButton: IVeltRecorderPlayerEditButtonWireframe;
|
|
3184
3407
|
FullScreenButton: IVeltRecorderPlayerFullScreenButtonWireframe;
|
|
3185
3408
|
Overlay: IVeltRecorderPlayerOverlayWireframe;
|
|
3186
3409
|
Time: IVeltRecorderPlayerTimeWireframe;
|
|
@@ -3469,9 +3692,61 @@ interface IVeltVideoEditorPlayerTimelineContainerWireframeProps extends IVeltWir
|
|
|
3469
3692
|
interface IVeltVideoEditorPlayerTimelineContainerWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineContainerWireframeProps> {
|
|
3470
3693
|
}
|
|
3471
3694
|
|
|
3472
|
-
interface
|
|
3695
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadLineWireframeProps extends IVeltWireframeCommonProps {
|
|
3696
|
+
}
|
|
3697
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadLineWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelinePlayheadLineWireframeProps> {
|
|
3698
|
+
}
|
|
3699
|
+
|
|
3700
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadActionsWireframeProps extends IVeltWireframeCommonProps {
|
|
3701
|
+
}
|
|
3702
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadActionsWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelinePlayheadActionsWireframeProps> {
|
|
3703
|
+
}
|
|
3704
|
+
|
|
3705
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadProps extends IVeltWireframeCommonProps {
|
|
3706
|
+
}
|
|
3707
|
+
interface IVeltVideoEditorPlayerTimelinePlayhead extends React$1.FC<IVeltVideoEditorPlayerTimelinePlayheadProps> {
|
|
3708
|
+
Line: IVeltVideoEditorPlayerTimelinePlayheadLineWireframe;
|
|
3709
|
+
Actions: IVeltVideoEditorPlayerTimelinePlayheadActionsWireframe;
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingContentWireframeProps extends IVeltWireframeCommonProps {
|
|
3713
|
+
}
|
|
3714
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingContentWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingContentWireframeProps> {
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
3718
|
+
}
|
|
3719
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframeProps> {
|
|
3720
|
+
}
|
|
3721
|
+
|
|
3722
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframeProps extends IVeltWireframeCommonProps {
|
|
3723
|
+
}
|
|
3724
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframeProps> {
|
|
3725
|
+
}
|
|
3726
|
+
|
|
3727
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextWireframeProps extends IVeltWireframeCommonProps {
|
|
3728
|
+
}
|
|
3729
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingTextWireframeProps> {
|
|
3730
|
+
Title: IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe;
|
|
3731
|
+
Description: IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe;
|
|
3732
|
+
}
|
|
3733
|
+
|
|
3734
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingArrowWireframeProps extends IVeltWireframeCommonProps {
|
|
3735
|
+
}
|
|
3736
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingArrowWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingArrowWireframeProps> {
|
|
3737
|
+
}
|
|
3738
|
+
|
|
3739
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingWireframeProps extends IVeltWireframeCommonProps {
|
|
3473
3740
|
}
|
|
3474
|
-
interface
|
|
3741
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingWireframeProps> {
|
|
3742
|
+
Content: IVeltVideoEditorPlayerTimelineOnboardingContentWireframe;
|
|
3743
|
+
Text: IVeltVideoEditorPlayerTimelineOnboardingTextWireframe;
|
|
3744
|
+
Arrow: IVeltVideoEditorPlayerTimelineOnboardingArrowWireframe;
|
|
3745
|
+
}
|
|
3746
|
+
|
|
3747
|
+
interface IVeltVideoEditorPlayerTimelineBackspaceHintWireframeProps extends IVeltWireframeCommonProps {
|
|
3748
|
+
}
|
|
3749
|
+
interface IVeltVideoEditorPlayerTimelineBackspaceHintWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineBackspaceHintWireframeProps> {
|
|
3475
3750
|
}
|
|
3476
3751
|
|
|
3477
3752
|
interface IVeltVideoEditorPlayerTimelineWireframeProps extends IVeltWireframeCommonProps {
|
|
@@ -3481,7 +3756,24 @@ interface IVeltVideoEditorPlayerTimelineWireframe extends React$1.FC<IVeltVideoE
|
|
|
3481
3756
|
Scale: IVeltVideoEditorPlayerTimelineScaleWireframe;
|
|
3482
3757
|
Trim: IVeltVideoEditorPlayerTimelineTrimWireframe;
|
|
3483
3758
|
Container: IVeltVideoEditorPlayerTimelineContainerWireframe;
|
|
3484
|
-
Playhead:
|
|
3759
|
+
Playhead: IVeltVideoEditorPlayerTimelinePlayhead;
|
|
3760
|
+
Onboarding: IVeltVideoEditorPlayerTimelineOnboardingWireframe;
|
|
3761
|
+
BackspaceHint: IVeltVideoEditorPlayerTimelineBackspaceHintWireframe;
|
|
3762
|
+
}
|
|
3763
|
+
|
|
3764
|
+
interface IVeltVideoEditorPlayerDownloadButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3765
|
+
}
|
|
3766
|
+
interface IVeltVideoEditorPlayerDownloadButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerDownloadButtonWireframeProps> {
|
|
3767
|
+
}
|
|
3768
|
+
|
|
3769
|
+
interface IVeltVideoEditorPlayerAddZoomButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3770
|
+
}
|
|
3771
|
+
interface IVeltVideoEditorPlayerAddZoomButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerAddZoomButtonWireframeProps> {
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3774
|
+
interface IVeltVideoEditorPlayerRetakeButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3775
|
+
}
|
|
3776
|
+
interface IVeltVideoEditorPlayerRetakeButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerRetakeButtonWireframeProps> {
|
|
3485
3777
|
}
|
|
3486
3778
|
|
|
3487
3779
|
interface IVeltVideoEditorPlayerWireframeProps extends IVeltWireframeCommonProps {
|
|
@@ -3490,6 +3782,7 @@ interface IVeltVideoEditorPlayerWireframe extends React$1.FC<IVeltVideoEditorPla
|
|
|
3490
3782
|
Title: IVeltVideoEditorPlayerTitleWireframe;
|
|
3491
3783
|
ApplyButton: IVeltVideoEditorPlayerApplyButtonWireframe;
|
|
3492
3784
|
CloseButton: IVeltVideoEditorPlayerCloseButtonWireframe;
|
|
3785
|
+
DownloadButton: IVeltVideoEditorPlayerDownloadButtonWireframe;
|
|
3493
3786
|
Preview: IVeltVideoEditorPlayerPreviewWireframe;
|
|
3494
3787
|
ToggleButton: IVeltVideoEditorPlayerToggleButtonWireframe;
|
|
3495
3788
|
Time: IVeltVideoEditorPlayerTimeWireframe;
|
|
@@ -3498,6 +3791,8 @@ interface IVeltVideoEditorPlayerWireframe extends React$1.FC<IVeltVideoEditorPla
|
|
|
3498
3791
|
SplitButton: IVeltVideoEditorPlayerSplitButtonWireframe;
|
|
3499
3792
|
DeleteButton: IVeltVideoEditorPlayerDeleteButtonWireframe;
|
|
3500
3793
|
Timeline: IVeltVideoEditorPlayerTimelineWireframe;
|
|
3794
|
+
AddZoomButton: IVeltVideoEditorPlayerAddZoomButtonWireframe;
|
|
3795
|
+
RetakeButton: IVeltVideoEditorPlayerRetakeButtonWireframe;
|
|
3501
3796
|
}
|
|
3502
3797
|
declare const VeltVideoEditorPlayerWireframe: IVeltVideoEditorPlayerWireframe;
|
|
3503
3798
|
|
|
@@ -3734,6 +4029,128 @@ interface IVeltSingleEditorModePanelWireframe extends React$1.FC<IVeltSingleEdit
|
|
|
3734
4029
|
}
|
|
3735
4030
|
declare const VeltSingleEditorModePanelWireframe: IVeltSingleEditorModePanelWireframe;
|
|
3736
4031
|
|
|
4032
|
+
interface IVeltPresenceAvatarListItemWireframeProps extends IVeltWireframeCommonProps {
|
|
4033
|
+
}
|
|
4034
|
+
interface IVeltPresenceAvatarListItemWireframe extends React$1.FC<IVeltPresenceAvatarListItemWireframeProps> {
|
|
4035
|
+
}
|
|
4036
|
+
|
|
4037
|
+
interface IVeltPresenceAvatarListWireframeProps extends IVeltWireframeCommonProps {
|
|
4038
|
+
}
|
|
4039
|
+
interface IVeltPresenceAvatarListWireframe extends React$1.FC<IVeltPresenceAvatarListWireframeProps> {
|
|
4040
|
+
Item: IVeltPresenceAvatarListItemWireframe;
|
|
4041
|
+
}
|
|
4042
|
+
|
|
4043
|
+
interface IVeltPresenceAvatarRemainingCountWireframeProps extends IVeltWireframeCommonProps {
|
|
4044
|
+
}
|
|
4045
|
+
interface IVeltPresenceAvatarRemainingCountWireframe extends React$1.FC<IVeltPresenceAvatarRemainingCountWireframeProps> {
|
|
4046
|
+
}
|
|
4047
|
+
|
|
4048
|
+
interface IVeltPresenceWireframeProps extends IVeltWireframeCommonProps {
|
|
4049
|
+
variant?: string;
|
|
4050
|
+
}
|
|
4051
|
+
interface IVeltPresenceWireframe extends React$1.FC<IVeltPresenceWireframeProps> {
|
|
4052
|
+
AvatarList: IVeltPresenceAvatarListWireframe;
|
|
4053
|
+
AvatarRemainingCount: IVeltPresenceAvatarRemainingCountWireframe;
|
|
4054
|
+
}
|
|
4055
|
+
declare const VeltPresenceWireframe: IVeltPresenceWireframe;
|
|
4056
|
+
|
|
4057
|
+
interface IVeltPresenceTooltipAvatarWireframeProps extends IVeltWireframeCommonProps {
|
|
4058
|
+
}
|
|
4059
|
+
interface IVeltPresenceTooltipAvatarWireframe extends React$1.FC<IVeltPresenceTooltipAvatarWireframeProps> {
|
|
4060
|
+
}
|
|
4061
|
+
|
|
4062
|
+
interface IVeltPresenceTooltipUserActiveWireframeProps extends IVeltWireframeCommonProps {
|
|
4063
|
+
}
|
|
4064
|
+
interface IVeltPresenceTooltipUserActiveWireframe extends React$1.FC<IVeltPresenceTooltipUserActiveWireframeProps> {
|
|
4065
|
+
}
|
|
4066
|
+
|
|
4067
|
+
interface IVeltPresenceTooltipUserInactiveWireframeProps extends IVeltWireframeCommonProps {
|
|
4068
|
+
}
|
|
4069
|
+
interface IVeltPresenceTooltipUserInactiveWireframe extends React$1.FC<IVeltPresenceTooltipUserInactiveWireframeProps> {
|
|
4070
|
+
}
|
|
4071
|
+
|
|
4072
|
+
interface IVeltPresenceTooltipUserNameWireframeProps extends IVeltWireframeCommonProps {
|
|
4073
|
+
}
|
|
4074
|
+
interface IVeltPresenceTooltipUserNameWireframe extends React$1.FC<IVeltPresenceTooltipUserNameWireframeProps> {
|
|
4075
|
+
}
|
|
4076
|
+
|
|
4077
|
+
interface IVeltPresenceTooltipStatusContainerWireframeProps extends IVeltWireframeCommonProps {
|
|
4078
|
+
}
|
|
4079
|
+
interface IVeltPresenceTooltipStatusContainerWireframe extends React$1.FC<IVeltPresenceTooltipStatusContainerWireframeProps> {
|
|
4080
|
+
}
|
|
4081
|
+
|
|
4082
|
+
interface IVeltPresenceTooltipWireframeProps extends IVeltWireframeCommonProps {
|
|
4083
|
+
variant?: string;
|
|
4084
|
+
}
|
|
4085
|
+
interface IVeltPresenceTooltipWireframe extends React$1.FC<IVeltPresenceTooltipWireframeProps> {
|
|
4086
|
+
Avatar: IVeltPresenceTooltipAvatarWireframe;
|
|
4087
|
+
UserActive: IVeltPresenceTooltipUserActiveWireframe;
|
|
4088
|
+
UserInactive: IVeltPresenceTooltipUserInactiveWireframe;
|
|
4089
|
+
UserName: IVeltPresenceTooltipUserNameWireframe;
|
|
4090
|
+
StatusContainer: IVeltPresenceTooltipStatusContainerWireframe;
|
|
4091
|
+
}
|
|
4092
|
+
declare const VeltPresenceTooltipWireframe: IVeltPresenceTooltipWireframe;
|
|
4093
|
+
|
|
4094
|
+
interface IVeltCursorPointerArrowWireframeProps extends IVeltWireframeCommonProps {
|
|
4095
|
+
}
|
|
4096
|
+
interface IVeltCursorPointerArrowWireframe extends React$1.FC<IVeltCursorPointerArrowWireframeProps> {
|
|
4097
|
+
}
|
|
4098
|
+
|
|
4099
|
+
interface IVeltCursorPointerAudioHuddleAvatarWireframeProps extends IVeltWireframeCommonProps {
|
|
4100
|
+
}
|
|
4101
|
+
interface IVeltCursorPointerAudioHuddleAvatarWireframe extends React$1.FC<IVeltCursorPointerAudioHuddleAvatarWireframeProps> {
|
|
4102
|
+
}
|
|
4103
|
+
|
|
4104
|
+
interface IVeltCursorPointerAudioHuddleAudioWireframeProps extends IVeltWireframeCommonProps {
|
|
4105
|
+
}
|
|
4106
|
+
interface IVeltCursorPointerAudioHuddleAudioWireframe extends React$1.FC<IVeltCursorPointerAudioHuddleAudioWireframeProps> {
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4109
|
+
interface IVeltCursorPointerAudioHuddleWireframeProps extends IVeltWireframeCommonProps {
|
|
4110
|
+
}
|
|
4111
|
+
interface IVeltCursorPointerAudioHuddleWireframe extends React$1.FC<IVeltCursorPointerAudioHuddleWireframeProps> {
|
|
4112
|
+
Avatar: IVeltCursorPointerAudioHuddleAvatarWireframe;
|
|
4113
|
+
Audio: IVeltCursorPointerAudioHuddleAudioWireframe;
|
|
4114
|
+
}
|
|
4115
|
+
|
|
4116
|
+
interface IVeltCursorPointerAvatarWireframeProps extends IVeltWireframeCommonProps {
|
|
4117
|
+
}
|
|
4118
|
+
interface IVeltCursorPointerAvatarWireframe extends React$1.FC<IVeltCursorPointerAvatarWireframeProps> {
|
|
4119
|
+
}
|
|
4120
|
+
|
|
4121
|
+
interface IVeltCursorPointerDefaultNameWireframeProps extends IVeltWireframeCommonProps {
|
|
4122
|
+
}
|
|
4123
|
+
interface IVeltCursorPointerDefaultNameWireframe extends React$1.FC<IVeltCursorPointerDefaultNameWireframeProps> {
|
|
4124
|
+
}
|
|
4125
|
+
|
|
4126
|
+
interface IVeltCursorPointerDefaultCommentWireframeProps extends IVeltWireframeCommonProps {
|
|
4127
|
+
}
|
|
4128
|
+
interface IVeltCursorPointerDefaultCommentWireframe extends React$1.FC<IVeltCursorPointerDefaultCommentWireframeProps> {
|
|
4129
|
+
}
|
|
4130
|
+
|
|
4131
|
+
interface IVeltCursorPointerDefaultWireframeProps extends IVeltWireframeCommonProps {
|
|
4132
|
+
}
|
|
4133
|
+
interface IVeltCursorPointerDefaultWireframe extends React$1.FC<IVeltCursorPointerDefaultWireframeProps> {
|
|
4134
|
+
Name: IVeltCursorPointerDefaultNameWireframe;
|
|
4135
|
+
Comment: IVeltCursorPointerDefaultCommentWireframe;
|
|
4136
|
+
}
|
|
4137
|
+
|
|
4138
|
+
interface IVeltCursorPointerVideoHuddleWireframeProps extends IVeltWireframeCommonProps {
|
|
4139
|
+
}
|
|
4140
|
+
interface IVeltCursorPointerVideoHuddleWireframe extends React$1.FC<IVeltCursorPointerVideoHuddleWireframeProps> {
|
|
4141
|
+
}
|
|
4142
|
+
|
|
4143
|
+
interface IVeltCursorPointerWireframeProps extends IVeltWireframeCommonProps {
|
|
4144
|
+
}
|
|
4145
|
+
interface IVeltCursorPointerWireframe extends React$1.FC<IVeltCursorPointerWireframeProps> {
|
|
4146
|
+
Arrow: IVeltCursorPointerArrowWireframe;
|
|
4147
|
+
AudioHuddle: IVeltCursorPointerAudioHuddleWireframe;
|
|
4148
|
+
Avatar: IVeltCursorPointerAvatarWireframe;
|
|
4149
|
+
Default: IVeltCursorPointerDefaultWireframe;
|
|
4150
|
+
VideoHuddle: IVeltCursorPointerVideoHuddleWireframe;
|
|
4151
|
+
}
|
|
4152
|
+
declare const VeltCursorPointerWireframe: IVeltCursorPointerWireframe;
|
|
4153
|
+
|
|
3737
4154
|
declare function useVeltClient(): {
|
|
3738
4155
|
client: Velt | null;
|
|
3739
4156
|
};
|
|
@@ -3745,9 +4162,18 @@ declare function useSetDocumentId(documentId: string): void;
|
|
|
3745
4162
|
declare function useSetDocuments(): {
|
|
3746
4163
|
setDocuments: (documents: Document[], options?: SetDocumentsRequestOptions) => void;
|
|
3747
4164
|
};
|
|
4165
|
+
declare function useSetRootDocument(): {
|
|
4166
|
+
setRootDocument: (document: Document) => void;
|
|
4167
|
+
};
|
|
3748
4168
|
declare function useUnsetDocumentId(): void;
|
|
3749
4169
|
declare function useUnsetDocuments(): void;
|
|
3750
4170
|
declare function useSetLocation(location: Location$1, appendLocation?: boolean): void;
|
|
4171
|
+
declare function useSetLocations(): {
|
|
4172
|
+
setLocations: (locations: Location$1[], options?: SetLocationsRequestOptions) => void;
|
|
4173
|
+
};
|
|
4174
|
+
declare function useSetRootLocation(): {
|
|
4175
|
+
setRootLocation: (location: Location$1) => void;
|
|
4176
|
+
};
|
|
3751
4177
|
declare function useVeltInitState(): boolean | undefined;
|
|
3752
4178
|
|
|
3753
4179
|
declare function useCommentUtils(): CommentElement | undefined;
|
|
@@ -3892,7 +4318,11 @@ declare function useLiveState<T>(liveStateDataId: string, initialValue?: any, op
|
|
|
3892
4318
|
declare function useLiveStateSyncEventCallback<T extends keyof LiveStateEventTypesMap>(action: T): LiveStateEventTypesMap[T];
|
|
3893
4319
|
|
|
3894
4320
|
declare function usePresenceUtils(): PresenceElement | undefined;
|
|
4321
|
+
/**
|
|
4322
|
+
* @deprecated Use `usePresenceData` hook instead.
|
|
4323
|
+
*/
|
|
3895
4324
|
declare function usePresenceUsers(): PresenceUser[] | null;
|
|
4325
|
+
declare function usePresenceData(query?: PresenceRequestQuery): GetPresenceDataResponse;
|
|
3896
4326
|
|
|
3897
4327
|
declare function usePresenceEventCallback<T extends keyof PresenceEventTypesMap>(action: T): PresenceEventTypesMap[T];
|
|
3898
4328
|
|
|
@@ -3922,11 +4352,18 @@ declare function useUniqueViewsByUser(clientLocationId?: string): ViewsByUser |
|
|
|
3922
4352
|
declare function useUniqueViewsByDate(clientLocationId?: string): ViewsByDate | null;
|
|
3923
4353
|
|
|
3924
4354
|
declare function useNotificationUtils(): NotificationElement | undefined;
|
|
3925
|
-
declare function useNotificationsData(): Notification[] | null;
|
|
4355
|
+
declare function useNotificationsData(query?: GetNotificationsDataQuery): Notification[] | null;
|
|
3926
4356
|
declare function useUnreadNotificationsCount(): {
|
|
3927
4357
|
forYou: number | null;
|
|
3928
4358
|
all: number | null;
|
|
3929
4359
|
};
|
|
4360
|
+
declare function useNotificationSettings(): {
|
|
4361
|
+
setSettings: (settings: NotificationSettingsConfig) => void;
|
|
4362
|
+
setSettingsInitialConfig: (settingsInitialConfig: NotificationInitialSettingsConfig[]) => void;
|
|
4363
|
+
settings: NotificationSettingsConfig | null;
|
|
4364
|
+
};
|
|
4365
|
+
|
|
4366
|
+
declare function useNotificationEventCallback<T extends keyof NotificationEventTypesMap>(action: T): NotificationEventTypesMap[T];
|
|
3930
4367
|
|
|
3931
4368
|
declare function useAutocompleteUtils(): AutocompleteElement | undefined;
|
|
3932
4369
|
declare function useAutocompleteChipClick(): AutocompleteChipData | undefined;
|
|
@@ -3949,4 +4386,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
|
|
|
3949
4386
|
updateAllowAction: (newAllowAction?: ((action: any) => boolean) | undefined) => void;
|
|
3950
4387
|
};
|
|
3951
4388
|
|
|
3952
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|
|
4389
|
+
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|