@veltdev/react 4.5.0-beta.5 → 4.5.0-beta.51
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 +709 -44
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/Snippyly/Snippyly.d.ts +1 -0
- 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 +1 -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/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 +701 -45
- package/esm/index.js.map +1 -1
- package/esm/types/components/Snippyly/Snippyly.d.ts +1 -0
- 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 +1 -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/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 +480 -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, 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;
|
|
@@ -39,6 +40,14 @@ interface IVeltCommentBubbleProps extends React$1.DetailedHTMLProps<React$1.HTML
|
|
|
39
40
|
variant?: string;
|
|
40
41
|
darkMode?: boolean;
|
|
41
42
|
commentCountType?: 'total' | 'unread';
|
|
43
|
+
context?: {
|
|
44
|
+
[key: string]: any;
|
|
45
|
+
};
|
|
46
|
+
contextOptions?: ContextOptions;
|
|
47
|
+
locationId?: string;
|
|
48
|
+
documentId?: string;
|
|
49
|
+
folderId?: string;
|
|
50
|
+
annotationId?: string;
|
|
42
51
|
}
|
|
43
52
|
declare const SnippylyCommentBubble: React$1.FC<IVeltCommentBubbleProps>;
|
|
44
53
|
|
|
@@ -83,6 +92,7 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
83
92
|
ghostCommentsIndicator?: boolean;
|
|
84
93
|
commentsOnDom?: boolean;
|
|
85
94
|
resolvedCommentsOnDom?: boolean;
|
|
95
|
+
filterCommentsOnDom?: boolean;
|
|
86
96
|
bubbleOnPin?: boolean;
|
|
87
97
|
bubbleOnPinHover?: boolean;
|
|
88
98
|
commentTool?: boolean;
|
|
@@ -163,6 +173,11 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
163
173
|
*/
|
|
164
174
|
multiThreadMode?: boolean;
|
|
165
175
|
multiThread?: boolean;
|
|
176
|
+
/**
|
|
177
|
+
* @deprecated Use `groupMatchedComments` instead.
|
|
178
|
+
*/
|
|
179
|
+
groupMultipleMatch?: boolean;
|
|
180
|
+
groupMatchedComments?: boolean;
|
|
166
181
|
deleteReplyConfirmation?: boolean;
|
|
167
182
|
collapsedComments?: boolean;
|
|
168
183
|
shortUserName?: boolean;
|
|
@@ -179,48 +194,11 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
179
194
|
fullExpanded?: boolean;
|
|
180
195
|
commentToNearestAllowedElement?: boolean;
|
|
181
196
|
draftMode?: boolean;
|
|
197
|
+
maxReplyAvatars?: number;
|
|
198
|
+
replyAvatars?: boolean;
|
|
182
199
|
}
|
|
183
200
|
declare const SnippylyComments: React$1.FC<IVeltCommentsProps>;
|
|
184
201
|
|
|
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
202
|
interface IVeltCommentsSidebarProps {
|
|
225
203
|
embedMode?: boolean;
|
|
226
204
|
floatingMode?: boolean;
|
|
@@ -278,6 +256,13 @@ interface IVeltCommentToolProps extends React$1.DetailedHTMLProps<React$1.HTMLAt
|
|
|
278
256
|
darkMode?: boolean;
|
|
279
257
|
variant?: string;
|
|
280
258
|
shadowDom?: boolean;
|
|
259
|
+
context?: {
|
|
260
|
+
[key: string]: any;
|
|
261
|
+
};
|
|
262
|
+
contextOptions?: ContextOptions;
|
|
263
|
+
locationId?: string;
|
|
264
|
+
documentId?: string;
|
|
265
|
+
folderId?: string;
|
|
281
266
|
}
|
|
282
267
|
declare const SnippylyCommentTool: React$1.FC<IVeltCommentToolProps>;
|
|
283
268
|
|
|
@@ -296,6 +281,7 @@ declare const SnippylyCursor: React$1.FC<IVeltCursorProps>;
|
|
|
296
281
|
interface IVeltHuddleProps {
|
|
297
282
|
chat?: boolean;
|
|
298
283
|
flockModeOnAvatarClick?: boolean;
|
|
284
|
+
serverFallback?: boolean;
|
|
299
285
|
}
|
|
300
286
|
declare const SnippylyHuddle: React$1.FC<IVeltHuddleProps>;
|
|
301
287
|
|
|
@@ -337,13 +323,14 @@ declare const SnippylyPresence: React$1.FC<IVeltPresenceProps>;
|
|
|
337
323
|
interface IVeltRecorderControlPanelProps {
|
|
338
324
|
mode?: RecorderLayoutMode;
|
|
339
325
|
panelId?: string;
|
|
340
|
-
onRecordedData?:
|
|
326
|
+
onRecordedData?: (data: RecordedData) => void;
|
|
341
327
|
recordingCountdown?: boolean;
|
|
342
328
|
recordingTranscription?: boolean;
|
|
343
329
|
videoEditor?: boolean;
|
|
344
330
|
settingsEmbedded?: boolean;
|
|
345
331
|
autoOpenVideoEditor?: boolean;
|
|
346
332
|
playVideoInFullScreen?: boolean;
|
|
333
|
+
retakeOnVideoEditor?: boolean;
|
|
347
334
|
}
|
|
348
335
|
declare const SnippylyRecorderControlPanel: React$1.FC<IVeltRecorderControlPanelProps>;
|
|
349
336
|
|
|
@@ -367,6 +354,7 @@ interface IVeltRecorderPlayerProps {
|
|
|
367
354
|
shadowDom?: boolean;
|
|
368
355
|
videoEditor?: boolean;
|
|
369
356
|
playVideoInFullScreen?: boolean;
|
|
357
|
+
retakeOnVideoEditor?: boolean;
|
|
370
358
|
}
|
|
371
359
|
declare const SnippylyRecorderPlayer: React$1.FC<IVeltRecorderPlayerProps>;
|
|
372
360
|
|
|
@@ -377,6 +365,8 @@ interface IVeltRecorderToolProps extends React$1.DetailedHTMLProps<React$1.HTMLA
|
|
|
377
365
|
darkMode?: boolean;
|
|
378
366
|
shadowDom?: boolean;
|
|
379
367
|
recordingCountdown?: boolean;
|
|
368
|
+
variant?: string;
|
|
369
|
+
retakeOnVideoEditor?: boolean;
|
|
380
370
|
}
|
|
381
371
|
declare const SnippylyRecorderTool: React$1.FC<IVeltRecorderToolProps>;
|
|
382
372
|
|
|
@@ -583,6 +573,8 @@ interface IVeltNotificationsToolProps extends React$1.DetailedHTMLProps<React$1.
|
|
|
583
573
|
panelVariant?: string;
|
|
584
574
|
maxDays?: number;
|
|
585
575
|
readNotificationsOnForYouTab?: boolean;
|
|
576
|
+
settings?: boolean;
|
|
577
|
+
selfNotifications?: boolean;
|
|
586
578
|
}
|
|
587
579
|
declare const VeltNotificationsTool: React$1.FC<IVeltNotificationsToolProps>;
|
|
588
580
|
|
|
@@ -604,6 +596,8 @@ interface IVeltNotificationsPanelProps {
|
|
|
604
596
|
tabConfig?: NotificationTabConfig;
|
|
605
597
|
readNotificationsOnForYouTab?: boolean;
|
|
606
598
|
panelOpenMode?: NotificationPanelMode;
|
|
599
|
+
settings?: boolean;
|
|
600
|
+
selfNotifications?: boolean;
|
|
607
601
|
}
|
|
608
602
|
declare const VeltNotificationsPanel: React$1.FC<IVeltNotificationsPanelProps>;
|
|
609
603
|
|
|
@@ -672,6 +666,13 @@ interface IVeltInlineCommentsSectionProps extends React$1.DetailedHTMLProps<Reac
|
|
|
672
666
|
sortBy?: 'createdAt' | 'lastUpdated';
|
|
673
667
|
sortOrder?: 'asc' | 'desc';
|
|
674
668
|
fullExpanded?: boolean;
|
|
669
|
+
context?: {
|
|
670
|
+
[key: string]: any;
|
|
671
|
+
};
|
|
672
|
+
contextOptions?: ContextOptions;
|
|
673
|
+
locationId?: string;
|
|
674
|
+
documentId?: string;
|
|
675
|
+
folderId?: string;
|
|
675
676
|
}
|
|
676
677
|
declare const VeltInlineCommentsSection: React$1.FC<IVeltInlineCommentsSectionProps>;
|
|
677
678
|
|
|
@@ -679,6 +680,13 @@ interface IVeltCommentPinProps extends React$1.DetailedHTMLProps<React$1.HTMLAtt
|
|
|
679
680
|
annotationId?: string;
|
|
680
681
|
multiThreadAnnotationId?: string;
|
|
681
682
|
variant?: string;
|
|
683
|
+
context?: {
|
|
684
|
+
[key: string]: any;
|
|
685
|
+
};
|
|
686
|
+
contextOptions?: ContextOptions;
|
|
687
|
+
locationId?: string;
|
|
688
|
+
documentId?: string;
|
|
689
|
+
folderId?: string;
|
|
682
690
|
}
|
|
683
691
|
declare const VeltCommentPin: React$1.FC<IVeltCommentPinProps>;
|
|
684
692
|
|
|
@@ -1357,6 +1365,29 @@ interface IVeltCommentDialogUnresolveButtonProps extends IVeltWireframeCommonPro
|
|
|
1357
1365
|
interface IVeltCommentDialogNavigationButtonProps extends IVeltWireframeCommonProps {
|
|
1358
1366
|
}
|
|
1359
1367
|
|
|
1368
|
+
interface IVeltCommentDialogReplyAvatarsListItemProps extends IVeltWireframeCommonProps {
|
|
1369
|
+
}
|
|
1370
|
+
interface IVeltCommentDialogReplyAvatarsListItem extends React$1.FC<IVeltCommentDialogReplyAvatarsListItemProps> {
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
interface IVeltCommentDialogReplyAvatarsListProps extends IVeltWireframeCommonProps {
|
|
1374
|
+
}
|
|
1375
|
+
interface IVeltCommentDialogReplyAvatarsList extends React$1.FC<IVeltCommentDialogReplyAvatarsListProps> {
|
|
1376
|
+
Item: IVeltCommentDialogReplyAvatarsListItem;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
interface IVeltCommentDialogReplyAvatarsRemainingCountProps extends IVeltWireframeCommonProps {
|
|
1380
|
+
}
|
|
1381
|
+
interface IVeltCommentDialogReplyAvatarsRemainingCount extends React$1.FC<IVeltCommentDialogReplyAvatarsRemainingCountProps> {
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
interface IVeltCommentDialogReplyAvatarsProps extends IVeltWireframeCommonProps {
|
|
1385
|
+
}
|
|
1386
|
+
interface IVeltCommentDialogReplyAvatars extends React$1.FC<IVeltCommentDialogReplyAvatarsProps> {
|
|
1387
|
+
List: IVeltCommentDialogReplyAvatarsList;
|
|
1388
|
+
RemainingCount: IVeltCommentDialogReplyAvatarsRemainingCount;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1360
1391
|
interface IVeltCommentDialogWireframeProps extends IVeltWireframeCommonProps {
|
|
1361
1392
|
}
|
|
1362
1393
|
declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframeProps> & {
|
|
@@ -1389,6 +1420,7 @@ declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframe
|
|
|
1389
1420
|
DeleteButton: React$1.FC<IVeltCommentDialogDeleteButtonProps>;
|
|
1390
1421
|
CloseButton: React$1.FC<IVeltCommentDialogCloseButtonProps>;
|
|
1391
1422
|
NavigationButton: React$1.FC<IVeltCommentDialogNavigationButtonProps>;
|
|
1423
|
+
ReplyAvatars: IVeltCommentDialogReplyAvatars;
|
|
1392
1424
|
};
|
|
1393
1425
|
|
|
1394
1426
|
interface IVeltCommentsSidebarCloseButtonProps extends IVeltWireframeCommonProps {
|
|
@@ -1438,6 +1470,7 @@ interface IVeltCommentsSidebarFilterSearchHiddenCount extends React$1.FC<IVeltCo
|
|
|
1438
1470
|
}
|
|
1439
1471
|
|
|
1440
1472
|
interface IVeltCommentsSidebarFilterSearchInputProps extends IVeltWireframeCommonProps {
|
|
1473
|
+
placeholder?: string;
|
|
1441
1474
|
}
|
|
1442
1475
|
interface IVeltCommentsSidebarFilterSearchInput extends React$1.FC<IVeltCommentsSidebarFilterSearchInputProps> {
|
|
1443
1476
|
}
|
|
@@ -1466,6 +1499,7 @@ interface IVeltCommentsSidebarFilterSearchTags extends React$1.FC<IVeltCommentsS
|
|
|
1466
1499
|
}
|
|
1467
1500
|
|
|
1468
1501
|
interface IVeltCommentsSidebarFilterSearchProps extends IVeltWireframeCommonProps {
|
|
1502
|
+
placeholder?: string;
|
|
1469
1503
|
}
|
|
1470
1504
|
interface IVeltCommentsSidebarFilterSearch extends React$1.FC<IVeltCommentsSidebarFilterSearchProps> {
|
|
1471
1505
|
DropdownIcon: IVeltCommentsSidebarFilterSearchDropdownIcon;
|
|
@@ -1568,6 +1602,32 @@ interface IVeltCommentsSidebarFilterTagged extends React$1.FC<IVeltCommentsSideb
|
|
|
1568
1602
|
Search: IVeltCommentsSidebarFilterSearch;
|
|
1569
1603
|
}
|
|
1570
1604
|
|
|
1605
|
+
interface IVeltCommentsSidebarFilterDocumentProps extends IVeltWireframeCommonProps {
|
|
1606
|
+
}
|
|
1607
|
+
interface IVeltCommentsSidebarFilterDocument extends React$1.FC<IVeltCommentsSidebarFilterDocumentProps> {
|
|
1608
|
+
Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
|
|
1609
|
+
Item: IVeltCommentsSidebarFilterItem;
|
|
1610
|
+
ViewAll: React$1.FC<IVeltCommentsSidebarFilterViewAllProps>;
|
|
1611
|
+
Search: IVeltCommentsSidebarFilterSearch;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
interface IVeltCommentsSidebarFilterCustomProps extends IVeltWireframeCommonProps {
|
|
1615
|
+
id?: string;
|
|
1616
|
+
}
|
|
1617
|
+
interface IVeltCommentsSidebarFilterCustom extends React$1.FC<IVeltCommentsSidebarFilterCustomProps> {
|
|
1618
|
+
Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
|
|
1619
|
+
Item: IVeltCommentsSidebarFilterItem;
|
|
1620
|
+
Search: IVeltCommentsSidebarFilterSearch;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
interface IVeltCommentsSidebarFilterInvolvedProps extends IVeltWireframeCommonProps {
|
|
1624
|
+
}
|
|
1625
|
+
interface IVeltCommentsSidebarFilterInvolved extends React$1.FC<IVeltCommentsSidebarFilterInvolvedProps> {
|
|
1626
|
+
Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
|
|
1627
|
+
Item: IVeltCommentsSidebarFilterItem;
|
|
1628
|
+
Search: IVeltCommentsSidebarFilterSearch;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1571
1631
|
interface IVeltCommentsSidebarFilterProps extends IVeltWireframeCommonProps {
|
|
1572
1632
|
}
|
|
1573
1633
|
interface IVeltCommentsSidebarFilter extends React$1.FC<IVeltCommentsSidebarFilterProps> {
|
|
@@ -1587,6 +1647,9 @@ interface IVeltCommentsSidebarFilter extends React$1.FC<IVeltCommentsSidebarFilt
|
|
|
1587
1647
|
Status: IVeltCommentsSidebarFilterStatus;
|
|
1588
1648
|
ResetButton: React$1.FC<IVeltCommentsSidebarFilterResetButtonProps>;
|
|
1589
1649
|
Search: IVeltCommentsSidebarFilterSearch;
|
|
1650
|
+
Document: IVeltCommentsSidebarFilterDocument;
|
|
1651
|
+
Custom: IVeltCommentsSidebarFilterCustom;
|
|
1652
|
+
Involved: IVeltCommentsSidebarFilterInvolved;
|
|
1590
1653
|
}
|
|
1591
1654
|
|
|
1592
1655
|
interface IVeltCommentsSidebarFilterButtonProps extends IVeltWireframeCommonProps {
|
|
@@ -1647,6 +1710,29 @@ interface IVeltCommentsSidebarLocationFilterDropdown extends React$1.FC<IVeltCom
|
|
|
1647
1710
|
Content: React$1.FC<IVeltCommentsSidebarLocationFilterDropdownContentProps>;
|
|
1648
1711
|
}
|
|
1649
1712
|
|
|
1713
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownContentProps extends IVeltWireframeCommonProps {
|
|
1714
|
+
}
|
|
1715
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownContent extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownContentProps> {
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTriggerLabelProps extends IVeltWireframeCommonProps {
|
|
1719
|
+
}
|
|
1720
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTriggerLabel extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownTriggerLabelProps> {
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTriggerProps extends IVeltWireframeCommonProps {
|
|
1724
|
+
}
|
|
1725
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTrigger extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownTriggerProps> {
|
|
1726
|
+
Label: IVeltCommentsSidebarDocumentFilterDropdownTriggerLabel;
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownWireframeProps extends IVeltWireframeCommonProps {
|
|
1730
|
+
}
|
|
1731
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownWireframe extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownWireframeProps> {
|
|
1732
|
+
Trigger: IVeltCommentsSidebarDocumentFilterDropdownTrigger;
|
|
1733
|
+
Content: IVeltCommentsSidebarDocumentFilterDropdownContent;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1650
1736
|
interface IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframeProps extends IVeltWireframeCommonProps {
|
|
1651
1737
|
}
|
|
1652
1738
|
interface IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframe extends React$1.FC<IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframeProps> {
|
|
@@ -1742,6 +1828,7 @@ interface IVeltCommentsSidebarPanelProps extends IVeltWireframeCommonProps {
|
|
|
1742
1828
|
}
|
|
1743
1829
|
|
|
1744
1830
|
interface IVeltCommentsSidebarSearchProps extends IVeltWireframeCommonProps {
|
|
1831
|
+
placeholder?: string;
|
|
1745
1832
|
}
|
|
1746
1833
|
|
|
1747
1834
|
interface IVeltCommentsSidebarSkeletonProps extends IVeltWireframeCommonProps {
|
|
@@ -1847,6 +1934,7 @@ declare const VeltCommentsSidebarWireframe: React$1.FC<IVeltCommentsSidebarWiref
|
|
|
1847
1934
|
Panel: React$1.FC<IVeltCommentsSidebarPanelProps>;
|
|
1848
1935
|
MinimalFilterDropdown: IVeltCommentsSidebarMinimalFilterDropdown;
|
|
1849
1936
|
LocationFilterDropdown: IVeltCommentsSidebarLocationFilterDropdown;
|
|
1937
|
+
DocumentFilterDropdown: IVeltCommentsSidebarDocumentFilterDropdownWireframe;
|
|
1850
1938
|
MinimalActionsDropdown: IVeltCommentsSidebarMinimalActionsDropdownWireframe;
|
|
1851
1939
|
ResetFilterButton: React$1.FC<IVeltCommentsSidebarResetFilterButtonWireframeProps>;
|
|
1852
1940
|
ActionButton: React$1.FC<IVeltCommentsSidebarActionButtonProps>;
|
|
@@ -2408,6 +2496,130 @@ interface IVeltNotificationsPanelSkeletonWireframeProps extends IVeltWireframeCo
|
|
|
2408
2496
|
interface IVeltNotificationsPanelSkeletonWireframe extends React$1.FC<IVeltNotificationsPanelSkeletonWireframeProps> {
|
|
2409
2497
|
}
|
|
2410
2498
|
|
|
2499
|
+
interface IVeltNotificationsPanelSettingsButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
2500
|
+
}
|
|
2501
|
+
interface IVeltNotificationsPanelSettingsButtonWireframe extends React$1.FC<IVeltNotificationsPanelSettingsButtonWireframeProps> {
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
interface IVeltNotificationsPanelSettingsDescriptionWireframeProps extends IVeltWireframeCommonProps {
|
|
2505
|
+
}
|
|
2506
|
+
interface IVeltNotificationsPanelSettingsDescriptionWireframe extends React$1.FC<IVeltNotificationsPanelSettingsDescriptionWireframeProps> {
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
interface IVeltNotificationsPanelSettingsBackButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
2510
|
+
}
|
|
2511
|
+
interface IVeltNotificationsPanelSettingsBackButtonWireframe extends React$1.FC<IVeltNotificationsPanelSettingsBackButtonWireframeProps> {
|
|
2512
|
+
}
|
|
2513
|
+
|
|
2514
|
+
interface IVeltNotificationsPanelSettingsFooterWireframeProps extends IVeltWireframeCommonProps {
|
|
2515
|
+
}
|
|
2516
|
+
interface IVeltNotificationsPanelSettingsFooterWireframe extends React$1.FC<IVeltNotificationsPanelSettingsFooterWireframeProps> {
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
interface IVeltNotificationsPanelSettingsHeaderTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
2520
|
+
}
|
|
2521
|
+
interface IVeltNotificationsPanelSettingsHeaderTitleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsHeaderTitleWireframeProps> {
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
interface IVeltNotificationsPanelSettingsHeaderWireframeProps extends IVeltWireframeCommonProps {
|
|
2525
|
+
}
|
|
2526
|
+
interface IVeltNotificationsPanelSettingsHeaderWireframe extends React$1.FC<IVeltNotificationsPanelSettingsHeaderWireframeProps> {
|
|
2527
|
+
Title: IVeltNotificationsPanelSettingsHeaderTitleWireframe;
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframeProps extends IVeltWireframeCommonProps {
|
|
2531
|
+
}
|
|
2532
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframeProps> {
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframeProps extends IVeltWireframeCommonProps {
|
|
2536
|
+
}
|
|
2537
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframeProps> {
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2540
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerIconWireframeProps extends IVeltWireframeCommonProps {
|
|
2541
|
+
}
|
|
2542
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerIconWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerIconWireframeProps> {
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerWireframeProps extends IVeltWireframeCommonProps {
|
|
2546
|
+
}
|
|
2547
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerWireframeProps> {
|
|
2548
|
+
SelectedValue: IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe;
|
|
2549
|
+
Label: IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframe;
|
|
2550
|
+
Icon: IVeltNotificationsPanelSettingsAccordionTriggerIconWireframe;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframeProps extends IVeltWireframeCommonProps {
|
|
2554
|
+
}
|
|
2555
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframeProps> {
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemIconWireframeProps extends IVeltWireframeCommonProps {
|
|
2559
|
+
}
|
|
2560
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemIconWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemIconWireframeProps> {
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemWireframeProps extends IVeltWireframeCommonProps {
|
|
2564
|
+
}
|
|
2565
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemWireframeProps> {
|
|
2566
|
+
Label: IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframe;
|
|
2567
|
+
Icon: IVeltNotificationsPanelSettingsAccordionContentItemIconWireframe;
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
interface IVeltNotificationsPanelSettingsAccordionContentWireframeProps extends IVeltWireframeCommonProps {
|
|
2571
|
+
}
|
|
2572
|
+
interface IVeltNotificationsPanelSettingsAccordionContentWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentWireframeProps> {
|
|
2573
|
+
Item: IVeltNotificationsPanelSettingsAccordionContentItemWireframe;
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
interface IVeltNotificationsPanelSettingsAccordionWireframeProps extends IVeltWireframeCommonProps {
|
|
2577
|
+
}
|
|
2578
|
+
interface IVeltNotificationsPanelSettingsAccordionWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionWireframeProps> {
|
|
2579
|
+
Trigger: IVeltNotificationsPanelSettingsAccordionTriggerWireframe;
|
|
2580
|
+
Content: IVeltNotificationsPanelSettingsAccordionContentWireframe;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2583
|
+
interface IVeltNotificationsPanelSettingsListWireframeProps extends IVeltWireframeCommonProps {
|
|
2584
|
+
}
|
|
2585
|
+
interface IVeltNotificationsPanelSettingsListWireframe extends React$1.FC<IVeltNotificationsPanelSettingsListWireframeProps> {
|
|
2586
|
+
Accordion: IVeltNotificationsPanelSettingsAccordionWireframe;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
interface IVeltNotificationsPanelSettingsMuteAllDescriptionWireframeProps extends IVeltWireframeCommonProps {
|
|
2590
|
+
}
|
|
2591
|
+
interface IVeltNotificationsPanelSettingsMuteAllDescriptionWireframe extends React$1.FC<IVeltNotificationsPanelSettingsMuteAllDescriptionWireframeProps> {
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
interface IVeltNotificationsPanelSettingsMuteAllTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
2595
|
+
}
|
|
2596
|
+
interface IVeltNotificationsPanelSettingsMuteAllTitleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsMuteAllTitleWireframeProps> {
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
interface IVeltNotificationsPanelSettingsMuteAllToggleWireframeProps extends IVeltWireframeCommonProps {
|
|
2600
|
+
}
|
|
2601
|
+
interface IVeltNotificationsPanelSettingsMuteAllToggleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsMuteAllToggleWireframeProps> {
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
interface IVeltNotificationsPanelSettingsTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
2605
|
+
}
|
|
2606
|
+
interface IVeltNotificationsPanelSettingsTitleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsTitleWireframeProps> {
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
interface IVeltNotificationsPanelSettingsWireframeProps extends IVeltWireframeCommonProps {
|
|
2610
|
+
}
|
|
2611
|
+
interface IVeltNotificationsPanelSettingsWireframe extends React$1.FC<IVeltNotificationsPanelSettingsWireframeProps> {
|
|
2612
|
+
BackButton: IVeltNotificationsPanelSettingsBackButtonWireframe;
|
|
2613
|
+
Description: IVeltNotificationsPanelSettingsDescriptionWireframe;
|
|
2614
|
+
Footer: IVeltNotificationsPanelSettingsFooterWireframe;
|
|
2615
|
+
Header: IVeltNotificationsPanelSettingsHeaderWireframe;
|
|
2616
|
+
List: IVeltNotificationsPanelSettingsListWireframe;
|
|
2617
|
+
MuteAllDescription: IVeltNotificationsPanelSettingsMuteAllDescriptionWireframe;
|
|
2618
|
+
MuteAllTitle: IVeltNotificationsPanelSettingsMuteAllTitleWireframe;
|
|
2619
|
+
MuteAllToggle: IVeltNotificationsPanelSettingsMuteAllToggleWireframe;
|
|
2620
|
+
Title: IVeltNotificationsPanelSettingsTitleWireframe;
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2411
2623
|
interface IVeltNotificationsPanelWireframeProps extends IVeltWireframeCommonProps {
|
|
2412
2624
|
}
|
|
2413
2625
|
interface IVeltNotificationsPanelWireframe extends React$1.FC<IVeltNotificationsPanelWireframeProps> {
|
|
@@ -2418,6 +2630,8 @@ interface IVeltNotificationsPanelWireframe extends React$1.FC<IVeltNotifications
|
|
|
2418
2630
|
ViewAllButton: IVeltNotificationsPanelViewAllButtonWireframe;
|
|
2419
2631
|
CloseButton: IVeltNotificationsPanelCloseButtonWireframe;
|
|
2420
2632
|
Skeleton: IVeltNotificationsPanelSkeletonWireframe;
|
|
2633
|
+
SettingsButton: IVeltNotificationsPanelSettingsButtonWireframe;
|
|
2634
|
+
Settings: IVeltNotificationsPanelSettingsWireframe;
|
|
2421
2635
|
}
|
|
2422
2636
|
declare const VeltNotificationsPanelWireframe: IVeltNotificationsPanelWireframe;
|
|
2423
2637
|
|
|
@@ -3175,12 +3389,18 @@ interface IVeltRecorderPlayerVideoWireframeProps extends IVeltWireframeCommonPro
|
|
|
3175
3389
|
interface IVeltRecorderPlayerVideoWireframe extends React$1.FC<IVeltRecorderPlayerVideoWireframeProps> {
|
|
3176
3390
|
}
|
|
3177
3391
|
|
|
3392
|
+
interface IVeltRecorderPlayerEditButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3393
|
+
}
|
|
3394
|
+
interface IVeltRecorderPlayerEditButtonWireframe extends React$1.FC<IVeltRecorderPlayerEditButtonWireframeProps> {
|
|
3395
|
+
}
|
|
3396
|
+
|
|
3178
3397
|
interface IVeltRecorderPlayerVideoContainerWireframeProps extends IVeltWireframeCommonProps {
|
|
3179
3398
|
}
|
|
3180
3399
|
interface IVeltRecorderPlayerVideoContainerWireframe extends React$1.FC<IVeltRecorderPlayerVideoContainerWireframeProps> {
|
|
3181
3400
|
Video: IVeltRecorderPlayerVideoWireframe;
|
|
3182
3401
|
Timeline: IVeltRecorderPlayerTimelineWireframe;
|
|
3183
3402
|
PlayButton: IVeltRecorderPlayerPlayButtonWireframe;
|
|
3403
|
+
EditButton: IVeltRecorderPlayerEditButtonWireframe;
|
|
3184
3404
|
FullScreenButton: IVeltRecorderPlayerFullScreenButtonWireframe;
|
|
3185
3405
|
Overlay: IVeltRecorderPlayerOverlayWireframe;
|
|
3186
3406
|
Time: IVeltRecorderPlayerTimeWireframe;
|
|
@@ -3469,9 +3689,61 @@ interface IVeltVideoEditorPlayerTimelineContainerWireframeProps extends IVeltWir
|
|
|
3469
3689
|
interface IVeltVideoEditorPlayerTimelineContainerWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineContainerWireframeProps> {
|
|
3470
3690
|
}
|
|
3471
3691
|
|
|
3472
|
-
interface
|
|
3692
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadLineWireframeProps extends IVeltWireframeCommonProps {
|
|
3693
|
+
}
|
|
3694
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadLineWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelinePlayheadLineWireframeProps> {
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3697
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadActionsWireframeProps extends IVeltWireframeCommonProps {
|
|
3698
|
+
}
|
|
3699
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadActionsWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelinePlayheadActionsWireframeProps> {
|
|
3700
|
+
}
|
|
3701
|
+
|
|
3702
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadProps extends IVeltWireframeCommonProps {
|
|
3703
|
+
}
|
|
3704
|
+
interface IVeltVideoEditorPlayerTimelinePlayhead extends React$1.FC<IVeltVideoEditorPlayerTimelinePlayheadProps> {
|
|
3705
|
+
Line: IVeltVideoEditorPlayerTimelinePlayheadLineWireframe;
|
|
3706
|
+
Actions: IVeltVideoEditorPlayerTimelinePlayheadActionsWireframe;
|
|
3707
|
+
}
|
|
3708
|
+
|
|
3709
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingContentWireframeProps extends IVeltWireframeCommonProps {
|
|
3710
|
+
}
|
|
3711
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingContentWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingContentWireframeProps> {
|
|
3712
|
+
}
|
|
3713
|
+
|
|
3714
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
3715
|
+
}
|
|
3716
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframeProps> {
|
|
3717
|
+
}
|
|
3718
|
+
|
|
3719
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframeProps extends IVeltWireframeCommonProps {
|
|
3720
|
+
}
|
|
3721
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframeProps> {
|
|
3722
|
+
}
|
|
3723
|
+
|
|
3724
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextWireframeProps extends IVeltWireframeCommonProps {
|
|
3725
|
+
}
|
|
3726
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingTextWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingTextWireframeProps> {
|
|
3727
|
+
Title: IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe;
|
|
3728
|
+
Description: IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe;
|
|
3729
|
+
}
|
|
3730
|
+
|
|
3731
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingArrowWireframeProps extends IVeltWireframeCommonProps {
|
|
3732
|
+
}
|
|
3733
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingArrowWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingArrowWireframeProps> {
|
|
3734
|
+
}
|
|
3735
|
+
|
|
3736
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingWireframeProps extends IVeltWireframeCommonProps {
|
|
3473
3737
|
}
|
|
3474
|
-
interface
|
|
3738
|
+
interface IVeltVideoEditorPlayerTimelineOnboardingWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineOnboardingWireframeProps> {
|
|
3739
|
+
Content: IVeltVideoEditorPlayerTimelineOnboardingContentWireframe;
|
|
3740
|
+
Text: IVeltVideoEditorPlayerTimelineOnboardingTextWireframe;
|
|
3741
|
+
Arrow: IVeltVideoEditorPlayerTimelineOnboardingArrowWireframe;
|
|
3742
|
+
}
|
|
3743
|
+
|
|
3744
|
+
interface IVeltVideoEditorPlayerTimelineBackspaceHintWireframeProps extends IVeltWireframeCommonProps {
|
|
3745
|
+
}
|
|
3746
|
+
interface IVeltVideoEditorPlayerTimelineBackspaceHintWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineBackspaceHintWireframeProps> {
|
|
3475
3747
|
}
|
|
3476
3748
|
|
|
3477
3749
|
interface IVeltVideoEditorPlayerTimelineWireframeProps extends IVeltWireframeCommonProps {
|
|
@@ -3481,7 +3753,24 @@ interface IVeltVideoEditorPlayerTimelineWireframe extends React$1.FC<IVeltVideoE
|
|
|
3481
3753
|
Scale: IVeltVideoEditorPlayerTimelineScaleWireframe;
|
|
3482
3754
|
Trim: IVeltVideoEditorPlayerTimelineTrimWireframe;
|
|
3483
3755
|
Container: IVeltVideoEditorPlayerTimelineContainerWireframe;
|
|
3484
|
-
Playhead:
|
|
3756
|
+
Playhead: IVeltVideoEditorPlayerTimelinePlayhead;
|
|
3757
|
+
Onboarding: IVeltVideoEditorPlayerTimelineOnboardingWireframe;
|
|
3758
|
+
BackspaceHint: IVeltVideoEditorPlayerTimelineBackspaceHintWireframe;
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
interface IVeltVideoEditorPlayerDownloadButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3762
|
+
}
|
|
3763
|
+
interface IVeltVideoEditorPlayerDownloadButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerDownloadButtonWireframeProps> {
|
|
3764
|
+
}
|
|
3765
|
+
|
|
3766
|
+
interface IVeltVideoEditorPlayerAddZoomButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3767
|
+
}
|
|
3768
|
+
interface IVeltVideoEditorPlayerAddZoomButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerAddZoomButtonWireframeProps> {
|
|
3769
|
+
}
|
|
3770
|
+
|
|
3771
|
+
interface IVeltVideoEditorPlayerRetakeButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3772
|
+
}
|
|
3773
|
+
interface IVeltVideoEditorPlayerRetakeButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerRetakeButtonWireframeProps> {
|
|
3485
3774
|
}
|
|
3486
3775
|
|
|
3487
3776
|
interface IVeltVideoEditorPlayerWireframeProps extends IVeltWireframeCommonProps {
|
|
@@ -3490,6 +3779,7 @@ interface IVeltVideoEditorPlayerWireframe extends React$1.FC<IVeltVideoEditorPla
|
|
|
3490
3779
|
Title: IVeltVideoEditorPlayerTitleWireframe;
|
|
3491
3780
|
ApplyButton: IVeltVideoEditorPlayerApplyButtonWireframe;
|
|
3492
3781
|
CloseButton: IVeltVideoEditorPlayerCloseButtonWireframe;
|
|
3782
|
+
DownloadButton: IVeltVideoEditorPlayerDownloadButtonWireframe;
|
|
3493
3783
|
Preview: IVeltVideoEditorPlayerPreviewWireframe;
|
|
3494
3784
|
ToggleButton: IVeltVideoEditorPlayerToggleButtonWireframe;
|
|
3495
3785
|
Time: IVeltVideoEditorPlayerTimeWireframe;
|
|
@@ -3498,6 +3788,8 @@ interface IVeltVideoEditorPlayerWireframe extends React$1.FC<IVeltVideoEditorPla
|
|
|
3498
3788
|
SplitButton: IVeltVideoEditorPlayerSplitButtonWireframe;
|
|
3499
3789
|
DeleteButton: IVeltVideoEditorPlayerDeleteButtonWireframe;
|
|
3500
3790
|
Timeline: IVeltVideoEditorPlayerTimelineWireframe;
|
|
3791
|
+
AddZoomButton: IVeltVideoEditorPlayerAddZoomButtonWireframe;
|
|
3792
|
+
RetakeButton: IVeltVideoEditorPlayerRetakeButtonWireframe;
|
|
3501
3793
|
}
|
|
3502
3794
|
declare const VeltVideoEditorPlayerWireframe: IVeltVideoEditorPlayerWireframe;
|
|
3503
3795
|
|
|
@@ -3734,6 +4026,128 @@ interface IVeltSingleEditorModePanelWireframe extends React$1.FC<IVeltSingleEdit
|
|
|
3734
4026
|
}
|
|
3735
4027
|
declare const VeltSingleEditorModePanelWireframe: IVeltSingleEditorModePanelWireframe;
|
|
3736
4028
|
|
|
4029
|
+
interface IVeltPresenceAvatarListItemWireframeProps extends IVeltWireframeCommonProps {
|
|
4030
|
+
}
|
|
4031
|
+
interface IVeltPresenceAvatarListItemWireframe extends React$1.FC<IVeltPresenceAvatarListItemWireframeProps> {
|
|
4032
|
+
}
|
|
4033
|
+
|
|
4034
|
+
interface IVeltPresenceAvatarListWireframeProps extends IVeltWireframeCommonProps {
|
|
4035
|
+
}
|
|
4036
|
+
interface IVeltPresenceAvatarListWireframe extends React$1.FC<IVeltPresenceAvatarListWireframeProps> {
|
|
4037
|
+
Item: IVeltPresenceAvatarListItemWireframe;
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
interface IVeltPresenceAvatarRemainingCountWireframeProps extends IVeltWireframeCommonProps {
|
|
4041
|
+
}
|
|
4042
|
+
interface IVeltPresenceAvatarRemainingCountWireframe extends React$1.FC<IVeltPresenceAvatarRemainingCountWireframeProps> {
|
|
4043
|
+
}
|
|
4044
|
+
|
|
4045
|
+
interface IVeltPresenceWireframeProps extends IVeltWireframeCommonProps {
|
|
4046
|
+
variant?: string;
|
|
4047
|
+
}
|
|
4048
|
+
interface IVeltPresenceWireframe extends React$1.FC<IVeltPresenceWireframeProps> {
|
|
4049
|
+
AvatarList: IVeltPresenceAvatarListWireframe;
|
|
4050
|
+
AvatarRemainingCount: IVeltPresenceAvatarRemainingCountWireframe;
|
|
4051
|
+
}
|
|
4052
|
+
declare const VeltPresenceWireframe: IVeltPresenceWireframe;
|
|
4053
|
+
|
|
4054
|
+
interface IVeltPresenceTooltipAvatarWireframeProps extends IVeltWireframeCommonProps {
|
|
4055
|
+
}
|
|
4056
|
+
interface IVeltPresenceTooltipAvatarWireframe extends React$1.FC<IVeltPresenceTooltipAvatarWireframeProps> {
|
|
4057
|
+
}
|
|
4058
|
+
|
|
4059
|
+
interface IVeltPresenceTooltipUserActiveWireframeProps extends IVeltWireframeCommonProps {
|
|
4060
|
+
}
|
|
4061
|
+
interface IVeltPresenceTooltipUserActiveWireframe extends React$1.FC<IVeltPresenceTooltipUserActiveWireframeProps> {
|
|
4062
|
+
}
|
|
4063
|
+
|
|
4064
|
+
interface IVeltPresenceTooltipUserInactiveWireframeProps extends IVeltWireframeCommonProps {
|
|
4065
|
+
}
|
|
4066
|
+
interface IVeltPresenceTooltipUserInactiveWireframe extends React$1.FC<IVeltPresenceTooltipUserInactiveWireframeProps> {
|
|
4067
|
+
}
|
|
4068
|
+
|
|
4069
|
+
interface IVeltPresenceTooltipUserNameWireframeProps extends IVeltWireframeCommonProps {
|
|
4070
|
+
}
|
|
4071
|
+
interface IVeltPresenceTooltipUserNameWireframe extends React$1.FC<IVeltPresenceTooltipUserNameWireframeProps> {
|
|
4072
|
+
}
|
|
4073
|
+
|
|
4074
|
+
interface IVeltPresenceTooltipStatusContainerWireframeProps extends IVeltWireframeCommonProps {
|
|
4075
|
+
}
|
|
4076
|
+
interface IVeltPresenceTooltipStatusContainerWireframe extends React$1.FC<IVeltPresenceTooltipStatusContainerWireframeProps> {
|
|
4077
|
+
}
|
|
4078
|
+
|
|
4079
|
+
interface IVeltPresenceTooltipWireframeProps extends IVeltWireframeCommonProps {
|
|
4080
|
+
variant?: string;
|
|
4081
|
+
}
|
|
4082
|
+
interface IVeltPresenceTooltipWireframe extends React$1.FC<IVeltPresenceTooltipWireframeProps> {
|
|
4083
|
+
Avatar: IVeltPresenceTooltipAvatarWireframe;
|
|
4084
|
+
UserActive: IVeltPresenceTooltipUserActiveWireframe;
|
|
4085
|
+
UserInactive: IVeltPresenceTooltipUserInactiveWireframe;
|
|
4086
|
+
UserName: IVeltPresenceTooltipUserNameWireframe;
|
|
4087
|
+
StatusContainer: IVeltPresenceTooltipStatusContainerWireframe;
|
|
4088
|
+
}
|
|
4089
|
+
declare const VeltPresenceTooltipWireframe: IVeltPresenceTooltipWireframe;
|
|
4090
|
+
|
|
4091
|
+
interface IVeltCursorPointerArrowWireframeProps extends IVeltWireframeCommonProps {
|
|
4092
|
+
}
|
|
4093
|
+
interface IVeltCursorPointerArrowWireframe extends React$1.FC<IVeltCursorPointerArrowWireframeProps> {
|
|
4094
|
+
}
|
|
4095
|
+
|
|
4096
|
+
interface IVeltCursorPointerAudioHuddleAvatarWireframeProps extends IVeltWireframeCommonProps {
|
|
4097
|
+
}
|
|
4098
|
+
interface IVeltCursorPointerAudioHuddleAvatarWireframe extends React$1.FC<IVeltCursorPointerAudioHuddleAvatarWireframeProps> {
|
|
4099
|
+
}
|
|
4100
|
+
|
|
4101
|
+
interface IVeltCursorPointerAudioHuddleAudioWireframeProps extends IVeltWireframeCommonProps {
|
|
4102
|
+
}
|
|
4103
|
+
interface IVeltCursorPointerAudioHuddleAudioWireframe extends React$1.FC<IVeltCursorPointerAudioHuddleAudioWireframeProps> {
|
|
4104
|
+
}
|
|
4105
|
+
|
|
4106
|
+
interface IVeltCursorPointerAudioHuddleWireframeProps extends IVeltWireframeCommonProps {
|
|
4107
|
+
}
|
|
4108
|
+
interface IVeltCursorPointerAudioHuddleWireframe extends React$1.FC<IVeltCursorPointerAudioHuddleWireframeProps> {
|
|
4109
|
+
Avatar: IVeltCursorPointerAudioHuddleAvatarWireframe;
|
|
4110
|
+
Audio: IVeltCursorPointerAudioHuddleAudioWireframe;
|
|
4111
|
+
}
|
|
4112
|
+
|
|
4113
|
+
interface IVeltCursorPointerAvatarWireframeProps extends IVeltWireframeCommonProps {
|
|
4114
|
+
}
|
|
4115
|
+
interface IVeltCursorPointerAvatarWireframe extends React$1.FC<IVeltCursorPointerAvatarWireframeProps> {
|
|
4116
|
+
}
|
|
4117
|
+
|
|
4118
|
+
interface IVeltCursorPointerDefaultNameWireframeProps extends IVeltWireframeCommonProps {
|
|
4119
|
+
}
|
|
4120
|
+
interface IVeltCursorPointerDefaultNameWireframe extends React$1.FC<IVeltCursorPointerDefaultNameWireframeProps> {
|
|
4121
|
+
}
|
|
4122
|
+
|
|
4123
|
+
interface IVeltCursorPointerDefaultCommentWireframeProps extends IVeltWireframeCommonProps {
|
|
4124
|
+
}
|
|
4125
|
+
interface IVeltCursorPointerDefaultCommentWireframe extends React$1.FC<IVeltCursorPointerDefaultCommentWireframeProps> {
|
|
4126
|
+
}
|
|
4127
|
+
|
|
4128
|
+
interface IVeltCursorPointerDefaultWireframeProps extends IVeltWireframeCommonProps {
|
|
4129
|
+
}
|
|
4130
|
+
interface IVeltCursorPointerDefaultWireframe extends React$1.FC<IVeltCursorPointerDefaultWireframeProps> {
|
|
4131
|
+
Name: IVeltCursorPointerDefaultNameWireframe;
|
|
4132
|
+
Comment: IVeltCursorPointerDefaultCommentWireframe;
|
|
4133
|
+
}
|
|
4134
|
+
|
|
4135
|
+
interface IVeltCursorPointerVideoHuddleWireframeProps extends IVeltWireframeCommonProps {
|
|
4136
|
+
}
|
|
4137
|
+
interface IVeltCursorPointerVideoHuddleWireframe extends React$1.FC<IVeltCursorPointerVideoHuddleWireframeProps> {
|
|
4138
|
+
}
|
|
4139
|
+
|
|
4140
|
+
interface IVeltCursorPointerWireframeProps extends IVeltWireframeCommonProps {
|
|
4141
|
+
}
|
|
4142
|
+
interface IVeltCursorPointerWireframe extends React$1.FC<IVeltCursorPointerWireframeProps> {
|
|
4143
|
+
Arrow: IVeltCursorPointerArrowWireframe;
|
|
4144
|
+
AudioHuddle: IVeltCursorPointerAudioHuddleWireframe;
|
|
4145
|
+
Avatar: IVeltCursorPointerAvatarWireframe;
|
|
4146
|
+
Default: IVeltCursorPointerDefaultWireframe;
|
|
4147
|
+
VideoHuddle: IVeltCursorPointerVideoHuddleWireframe;
|
|
4148
|
+
}
|
|
4149
|
+
declare const VeltCursorPointerWireframe: IVeltCursorPointerWireframe;
|
|
4150
|
+
|
|
3737
4151
|
declare function useVeltClient(): {
|
|
3738
4152
|
client: Velt | null;
|
|
3739
4153
|
};
|
|
@@ -3745,9 +4159,18 @@ declare function useSetDocumentId(documentId: string): void;
|
|
|
3745
4159
|
declare function useSetDocuments(): {
|
|
3746
4160
|
setDocuments: (documents: Document[], options?: SetDocumentsRequestOptions) => void;
|
|
3747
4161
|
};
|
|
4162
|
+
declare function useSetRootDocument(): {
|
|
4163
|
+
setRootDocument: (document: Document) => void;
|
|
4164
|
+
};
|
|
3748
4165
|
declare function useUnsetDocumentId(): void;
|
|
3749
4166
|
declare function useUnsetDocuments(): void;
|
|
3750
4167
|
declare function useSetLocation(location: Location$1, appendLocation?: boolean): void;
|
|
4168
|
+
declare function useSetLocations(): {
|
|
4169
|
+
setLocations: (locations: Location$1[], options?: SetLocationsRequestOptions) => void;
|
|
4170
|
+
};
|
|
4171
|
+
declare function useSetRootLocation(): {
|
|
4172
|
+
setRootLocation: (location: Location$1) => void;
|
|
4173
|
+
};
|
|
3751
4174
|
declare function useVeltInitState(): boolean | undefined;
|
|
3752
4175
|
|
|
3753
4176
|
declare function useCommentUtils(): CommentElement | undefined;
|
|
@@ -3892,7 +4315,11 @@ declare function useLiveState<T>(liveStateDataId: string, initialValue?: any, op
|
|
|
3892
4315
|
declare function useLiveStateSyncEventCallback<T extends keyof LiveStateEventTypesMap>(action: T): LiveStateEventTypesMap[T];
|
|
3893
4316
|
|
|
3894
4317
|
declare function usePresenceUtils(): PresenceElement | undefined;
|
|
4318
|
+
/**
|
|
4319
|
+
* @deprecated Use `usePresenceData` hook instead.
|
|
4320
|
+
*/
|
|
3895
4321
|
declare function usePresenceUsers(): PresenceUser[] | null;
|
|
4322
|
+
declare function usePresenceData(query?: PresenceRequestQuery): GetPresenceDataResponse;
|
|
3896
4323
|
|
|
3897
4324
|
declare function usePresenceEventCallback<T extends keyof PresenceEventTypesMap>(action: T): PresenceEventTypesMap[T];
|
|
3898
4325
|
|
|
@@ -3922,11 +4349,18 @@ declare function useUniqueViewsByUser(clientLocationId?: string): ViewsByUser |
|
|
|
3922
4349
|
declare function useUniqueViewsByDate(clientLocationId?: string): ViewsByDate | null;
|
|
3923
4350
|
|
|
3924
4351
|
declare function useNotificationUtils(): NotificationElement | undefined;
|
|
3925
|
-
declare function useNotificationsData(): Notification[] | null;
|
|
4352
|
+
declare function useNotificationsData(query?: GetNotificationsDataQuery): Notification[] | null;
|
|
3926
4353
|
declare function useUnreadNotificationsCount(): {
|
|
3927
4354
|
forYou: number | null;
|
|
3928
4355
|
all: number | null;
|
|
3929
4356
|
};
|
|
4357
|
+
declare function useNotificationSettings(): {
|
|
4358
|
+
setSettings: (settings: NotificationSettingsConfig) => void;
|
|
4359
|
+
setSettingsInitialConfig: (settingsInitialConfig: NotificationInitialSettingsConfig[]) => void;
|
|
4360
|
+
settings: NotificationSettingsConfig | null;
|
|
4361
|
+
};
|
|
4362
|
+
|
|
4363
|
+
declare function useNotificationEventCallback<T extends keyof NotificationEventTypesMap>(action: T): NotificationEventTypesMap[T];
|
|
3930
4364
|
|
|
3931
4365
|
declare function useAutocompleteUtils(): AutocompleteElement | undefined;
|
|
3932
4366
|
declare function useAutocompleteChipClick(): AutocompleteChipData | undefined;
|
|
@@ -3949,4 +4383,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
|
|
|
3949
4383
|
updateAllowAction: (newAllowAction?: ((action: any) => boolean) | undefined) => void;
|
|
3950
4384
|
};
|
|
3951
4385
|
|
|
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 };
|
|
4386
|
+
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 };
|