@veltdev/react 4.5.0-beta.4 → 4.5.0-beta.40
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 +679 -30
- 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 +8 -0
- package/cjs/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +7 -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/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +2 -2
- 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 +7 -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 +4 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/VeltCommentsSidebarFilterCustom.d.ts +15 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDocument/VeltCommentsSidebarFilterDocument.d.ts +16 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDocument/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 +7 -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/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineContainerWireframe/VeltVideoEditorPlayerTimelineContainerWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineContainerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineMarkerWireframe/VeltVideoEditorPlayerTimelineMarkerWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineMarkerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayheadWireframe/VeltVideoEditorPlayerTimelinePlayheadWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayheadWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineScaleWireframe/VeltVideoEditorPlayerTimelineScaleWireframe.d.ts +10 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineScaleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineTrimWireframe/VeltVideoEditorPlayerTimelineTrimWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineTrimWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineWireframe.d.ts +10 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerWireframe.d.ts +4 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsInputWireframe/VeltVideoEditorPlayerZoomButtonOptionsInputWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsInputWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsListWireframe/VeltVideoEditorPlayerZoomButtonOptionsListItemWireframe/VeltVideoEditorPlayerZoomButtonOptionsListItemWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsListWireframe/VeltVideoEditorPlayerZoomButtonOptionsListItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsListWireframe/VeltVideoEditorPlayerZoomButtonOptionsListWireframe.d.ts +10 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsListWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe.d.ts +12 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonTriggerWireframe/VeltVideoEditorPlayerZoomButtonTriggerWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonTriggerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonWireframe.d.ts +12 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/index.d.ts +1 -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 +6 -1
- 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 +671 -31
- 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 +8 -0
- package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +7 -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/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +2 -2
- 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 +7 -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 +4 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/VeltCommentsSidebarFilterCustom.d.ts +15 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDocument/VeltCommentsSidebarFilterDocument.d.ts +16 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDocument/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 +7 -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/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineContainerWireframe/VeltVideoEditorPlayerTimelineContainerWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineContainerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineMarkerWireframe/VeltVideoEditorPlayerTimelineMarkerWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineMarkerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayheadWireframe/VeltVideoEditorPlayerTimelinePlayheadWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayheadWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineScaleWireframe/VeltVideoEditorPlayerTimelineScaleWireframe.d.ts +10 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineScaleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineTrimWireframe/VeltVideoEditorPlayerTimelineTrimWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineTrimWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineWireframe.d.ts +10 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerWireframe.d.ts +4 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsInputWireframe/VeltVideoEditorPlayerZoomButtonOptionsInputWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsInputWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsListWireframe/VeltVideoEditorPlayerZoomButtonOptionsListItemWireframe/VeltVideoEditorPlayerZoomButtonOptionsListItemWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsListWireframe/VeltVideoEditorPlayerZoomButtonOptionsListItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsListWireframe/VeltVideoEditorPlayerZoomButtonOptionsListWireframe.d.ts +10 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsListWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe.d.ts +12 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonOptionsWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonTriggerWireframe/VeltVideoEditorPlayerZoomButtonTriggerWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonTriggerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/VeltVideoEditorPlayerZoomButtonWireframe.d.ts +12 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerZoomButtonWireframe/index.d.ts +1 -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 +6 -1
- 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 +464 -42
- 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, 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,13 @@ 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
|
+
documentId?: string;
|
|
48
|
+
folderId?: string;
|
|
49
|
+
annotationId?: string;
|
|
42
50
|
}
|
|
43
51
|
declare const SnippylyCommentBubble: React$1.FC<IVeltCommentBubbleProps>;
|
|
44
52
|
|
|
@@ -83,6 +91,7 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
83
91
|
ghostCommentsIndicator?: boolean;
|
|
84
92
|
commentsOnDom?: boolean;
|
|
85
93
|
resolvedCommentsOnDom?: boolean;
|
|
94
|
+
filterCommentsOnDom?: boolean;
|
|
86
95
|
bubbleOnPin?: boolean;
|
|
87
96
|
bubbleOnPinHover?: boolean;
|
|
88
97
|
commentTool?: boolean;
|
|
@@ -163,6 +172,11 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
163
172
|
*/
|
|
164
173
|
multiThreadMode?: boolean;
|
|
165
174
|
multiThread?: boolean;
|
|
175
|
+
/**
|
|
176
|
+
* @deprecated Use `groupMatchedComments` instead.
|
|
177
|
+
*/
|
|
178
|
+
groupMultipleMatch?: boolean;
|
|
179
|
+
groupMatchedComments?: boolean;
|
|
166
180
|
deleteReplyConfirmation?: boolean;
|
|
167
181
|
collapsedComments?: boolean;
|
|
168
182
|
shortUserName?: boolean;
|
|
@@ -179,48 +193,11 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
179
193
|
fullExpanded?: boolean;
|
|
180
194
|
commentToNearestAllowedElement?: boolean;
|
|
181
195
|
draftMode?: boolean;
|
|
196
|
+
maxReplyAvatars?: number;
|
|
197
|
+
replyAvatars?: boolean;
|
|
182
198
|
}
|
|
183
199
|
declare const SnippylyComments: React$1.FC<IVeltCommentsProps>;
|
|
184
200
|
|
|
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
201
|
interface IVeltCommentsSidebarProps {
|
|
225
202
|
embedMode?: boolean;
|
|
226
203
|
floatingMode?: boolean;
|
|
@@ -278,6 +255,12 @@ interface IVeltCommentToolProps extends React$1.DetailedHTMLProps<React$1.HTMLAt
|
|
|
278
255
|
darkMode?: boolean;
|
|
279
256
|
variant?: string;
|
|
280
257
|
shadowDom?: boolean;
|
|
258
|
+
context?: {
|
|
259
|
+
[key: string]: any;
|
|
260
|
+
};
|
|
261
|
+
contextOptions?: ContextOptions;
|
|
262
|
+
documentId?: string;
|
|
263
|
+
folderId?: string;
|
|
281
264
|
}
|
|
282
265
|
declare const SnippylyCommentTool: React$1.FC<IVeltCommentToolProps>;
|
|
283
266
|
|
|
@@ -337,7 +320,7 @@ declare const SnippylyPresence: React$1.FC<IVeltPresenceProps>;
|
|
|
337
320
|
interface IVeltRecorderControlPanelProps {
|
|
338
321
|
mode?: RecorderLayoutMode;
|
|
339
322
|
panelId?: string;
|
|
340
|
-
onRecordedData?:
|
|
323
|
+
onRecordedData?: (data: RecordedData) => void;
|
|
341
324
|
recordingCountdown?: boolean;
|
|
342
325
|
recordingTranscription?: boolean;
|
|
343
326
|
videoEditor?: boolean;
|
|
@@ -583,6 +566,8 @@ interface IVeltNotificationsToolProps extends React$1.DetailedHTMLProps<React$1.
|
|
|
583
566
|
panelVariant?: string;
|
|
584
567
|
maxDays?: number;
|
|
585
568
|
readNotificationsOnForYouTab?: boolean;
|
|
569
|
+
settings?: boolean;
|
|
570
|
+
selfNotifications?: boolean;
|
|
586
571
|
}
|
|
587
572
|
declare const VeltNotificationsTool: React$1.FC<IVeltNotificationsToolProps>;
|
|
588
573
|
|
|
@@ -604,6 +589,8 @@ interface IVeltNotificationsPanelProps {
|
|
|
604
589
|
tabConfig?: NotificationTabConfig;
|
|
605
590
|
readNotificationsOnForYouTab?: boolean;
|
|
606
591
|
panelOpenMode?: NotificationPanelMode;
|
|
592
|
+
settings?: boolean;
|
|
593
|
+
selfNotifications?: boolean;
|
|
607
594
|
}
|
|
608
595
|
declare const VeltNotificationsPanel: React$1.FC<IVeltNotificationsPanelProps>;
|
|
609
596
|
|
|
@@ -672,6 +659,12 @@ interface IVeltInlineCommentsSectionProps extends React$1.DetailedHTMLProps<Reac
|
|
|
672
659
|
sortBy?: 'createdAt' | 'lastUpdated';
|
|
673
660
|
sortOrder?: 'asc' | 'desc';
|
|
674
661
|
fullExpanded?: boolean;
|
|
662
|
+
context?: {
|
|
663
|
+
[key: string]: any;
|
|
664
|
+
};
|
|
665
|
+
contextOptions?: ContextOptions;
|
|
666
|
+
documentId?: string;
|
|
667
|
+
folderId?: string;
|
|
675
668
|
}
|
|
676
669
|
declare const VeltInlineCommentsSection: React$1.FC<IVeltInlineCommentsSectionProps>;
|
|
677
670
|
|
|
@@ -679,6 +672,12 @@ interface IVeltCommentPinProps extends React$1.DetailedHTMLProps<React$1.HTMLAtt
|
|
|
679
672
|
annotationId?: string;
|
|
680
673
|
multiThreadAnnotationId?: string;
|
|
681
674
|
variant?: string;
|
|
675
|
+
context?: {
|
|
676
|
+
[key: string]: any;
|
|
677
|
+
};
|
|
678
|
+
contextOptions?: ContextOptions;
|
|
679
|
+
documentId?: string;
|
|
680
|
+
folderId?: string;
|
|
682
681
|
}
|
|
683
682
|
declare const VeltCommentPin: React$1.FC<IVeltCommentPinProps>;
|
|
684
683
|
|
|
@@ -1357,6 +1356,29 @@ interface IVeltCommentDialogUnresolveButtonProps extends IVeltWireframeCommonPro
|
|
|
1357
1356
|
interface IVeltCommentDialogNavigationButtonProps extends IVeltWireframeCommonProps {
|
|
1358
1357
|
}
|
|
1359
1358
|
|
|
1359
|
+
interface IVeltCommentDialogReplyAvatarsListItemProps extends IVeltWireframeCommonProps {
|
|
1360
|
+
}
|
|
1361
|
+
interface IVeltCommentDialogReplyAvatarsListItem extends React$1.FC<IVeltCommentDialogReplyAvatarsListItemProps> {
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
interface IVeltCommentDialogReplyAvatarsListProps extends IVeltWireframeCommonProps {
|
|
1365
|
+
}
|
|
1366
|
+
interface IVeltCommentDialogReplyAvatarsList extends React$1.FC<IVeltCommentDialogReplyAvatarsListProps> {
|
|
1367
|
+
Item: IVeltCommentDialogReplyAvatarsListItem;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
interface IVeltCommentDialogReplyAvatarsRemainingCountProps extends IVeltWireframeCommonProps {
|
|
1371
|
+
}
|
|
1372
|
+
interface IVeltCommentDialogReplyAvatarsRemainingCount extends React$1.FC<IVeltCommentDialogReplyAvatarsRemainingCountProps> {
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
interface IVeltCommentDialogReplyAvatarsProps extends IVeltWireframeCommonProps {
|
|
1376
|
+
}
|
|
1377
|
+
interface IVeltCommentDialogReplyAvatars extends React$1.FC<IVeltCommentDialogReplyAvatarsProps> {
|
|
1378
|
+
List: IVeltCommentDialogReplyAvatarsList;
|
|
1379
|
+
RemainingCount: IVeltCommentDialogReplyAvatarsRemainingCount;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1360
1382
|
interface IVeltCommentDialogWireframeProps extends IVeltWireframeCommonProps {
|
|
1361
1383
|
}
|
|
1362
1384
|
declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframeProps> & {
|
|
@@ -1389,6 +1411,7 @@ declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframe
|
|
|
1389
1411
|
DeleteButton: React$1.FC<IVeltCommentDialogDeleteButtonProps>;
|
|
1390
1412
|
CloseButton: React$1.FC<IVeltCommentDialogCloseButtonProps>;
|
|
1391
1413
|
NavigationButton: React$1.FC<IVeltCommentDialogNavigationButtonProps>;
|
|
1414
|
+
ReplyAvatars: IVeltCommentDialogReplyAvatars;
|
|
1392
1415
|
};
|
|
1393
1416
|
|
|
1394
1417
|
interface IVeltCommentsSidebarCloseButtonProps extends IVeltWireframeCommonProps {
|
|
@@ -1438,6 +1461,7 @@ interface IVeltCommentsSidebarFilterSearchHiddenCount extends React$1.FC<IVeltCo
|
|
|
1438
1461
|
}
|
|
1439
1462
|
|
|
1440
1463
|
interface IVeltCommentsSidebarFilterSearchInputProps extends IVeltWireframeCommonProps {
|
|
1464
|
+
placeholder?: string;
|
|
1441
1465
|
}
|
|
1442
1466
|
interface IVeltCommentsSidebarFilterSearchInput extends React$1.FC<IVeltCommentsSidebarFilterSearchInputProps> {
|
|
1443
1467
|
}
|
|
@@ -1466,6 +1490,7 @@ interface IVeltCommentsSidebarFilterSearchTags extends React$1.FC<IVeltCommentsS
|
|
|
1466
1490
|
}
|
|
1467
1491
|
|
|
1468
1492
|
interface IVeltCommentsSidebarFilterSearchProps extends IVeltWireframeCommonProps {
|
|
1493
|
+
placeholder?: string;
|
|
1469
1494
|
}
|
|
1470
1495
|
interface IVeltCommentsSidebarFilterSearch extends React$1.FC<IVeltCommentsSidebarFilterSearchProps> {
|
|
1471
1496
|
DropdownIcon: IVeltCommentsSidebarFilterSearchDropdownIcon;
|
|
@@ -1568,6 +1593,24 @@ interface IVeltCommentsSidebarFilterTagged extends React$1.FC<IVeltCommentsSideb
|
|
|
1568
1593
|
Search: IVeltCommentsSidebarFilterSearch;
|
|
1569
1594
|
}
|
|
1570
1595
|
|
|
1596
|
+
interface IVeltCommentsSidebarFilterDocumentProps extends IVeltWireframeCommonProps {
|
|
1597
|
+
}
|
|
1598
|
+
interface IVeltCommentsSidebarFilterDocument extends React$1.FC<IVeltCommentsSidebarFilterDocumentProps> {
|
|
1599
|
+
Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
|
|
1600
|
+
Item: IVeltCommentsSidebarFilterItem;
|
|
1601
|
+
ViewAll: React$1.FC<IVeltCommentsSidebarFilterViewAllProps>;
|
|
1602
|
+
Search: IVeltCommentsSidebarFilterSearch;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
interface IVeltCommentsSidebarFilterCustomProps extends IVeltWireframeCommonProps {
|
|
1606
|
+
id?: string;
|
|
1607
|
+
}
|
|
1608
|
+
interface IVeltCommentsSidebarFilterCustom extends React$1.FC<IVeltCommentsSidebarFilterCustomProps> {
|
|
1609
|
+
Name: React$1.FC<IVeltCommentsSidebarFilterNameProps>;
|
|
1610
|
+
Item: IVeltCommentsSidebarFilterItem;
|
|
1611
|
+
Search: IVeltCommentsSidebarFilterSearch;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1571
1614
|
interface IVeltCommentsSidebarFilterProps extends IVeltWireframeCommonProps {
|
|
1572
1615
|
}
|
|
1573
1616
|
interface IVeltCommentsSidebarFilter extends React$1.FC<IVeltCommentsSidebarFilterProps> {
|
|
@@ -1587,6 +1630,8 @@ interface IVeltCommentsSidebarFilter extends React$1.FC<IVeltCommentsSidebarFilt
|
|
|
1587
1630
|
Status: IVeltCommentsSidebarFilterStatus;
|
|
1588
1631
|
ResetButton: React$1.FC<IVeltCommentsSidebarFilterResetButtonProps>;
|
|
1589
1632
|
Search: IVeltCommentsSidebarFilterSearch;
|
|
1633
|
+
Document: IVeltCommentsSidebarFilterDocument;
|
|
1634
|
+
Custom: IVeltCommentsSidebarFilterCustom;
|
|
1590
1635
|
}
|
|
1591
1636
|
|
|
1592
1637
|
interface IVeltCommentsSidebarFilterButtonProps extends IVeltWireframeCommonProps {
|
|
@@ -1647,6 +1692,29 @@ interface IVeltCommentsSidebarLocationFilterDropdown extends React$1.FC<IVeltCom
|
|
|
1647
1692
|
Content: React$1.FC<IVeltCommentsSidebarLocationFilterDropdownContentProps>;
|
|
1648
1693
|
}
|
|
1649
1694
|
|
|
1695
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownContentProps extends IVeltWireframeCommonProps {
|
|
1696
|
+
}
|
|
1697
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownContent extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownContentProps> {
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTriggerLabelProps extends IVeltWireframeCommonProps {
|
|
1701
|
+
}
|
|
1702
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTriggerLabel extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownTriggerLabelProps> {
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTriggerProps extends IVeltWireframeCommonProps {
|
|
1706
|
+
}
|
|
1707
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownTrigger extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownTriggerProps> {
|
|
1708
|
+
Label: IVeltCommentsSidebarDocumentFilterDropdownTriggerLabel;
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownWireframeProps extends IVeltWireframeCommonProps {
|
|
1712
|
+
}
|
|
1713
|
+
interface IVeltCommentsSidebarDocumentFilterDropdownWireframe extends React$1.FC<IVeltCommentsSidebarDocumentFilterDropdownWireframeProps> {
|
|
1714
|
+
Trigger: IVeltCommentsSidebarDocumentFilterDropdownTrigger;
|
|
1715
|
+
Content: IVeltCommentsSidebarDocumentFilterDropdownContent;
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1650
1718
|
interface IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframeProps extends IVeltWireframeCommonProps {
|
|
1651
1719
|
}
|
|
1652
1720
|
interface IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframe extends React$1.FC<IVeltCommentsSidebarMinimalActionsDropdownContentMarkAllReadWireframeProps> {
|
|
@@ -1742,6 +1810,7 @@ interface IVeltCommentsSidebarPanelProps extends IVeltWireframeCommonProps {
|
|
|
1742
1810
|
}
|
|
1743
1811
|
|
|
1744
1812
|
interface IVeltCommentsSidebarSearchProps extends IVeltWireframeCommonProps {
|
|
1813
|
+
placeholder?: string;
|
|
1745
1814
|
}
|
|
1746
1815
|
|
|
1747
1816
|
interface IVeltCommentsSidebarSkeletonProps extends IVeltWireframeCommonProps {
|
|
@@ -1847,6 +1916,7 @@ declare const VeltCommentsSidebarWireframe: React$1.FC<IVeltCommentsSidebarWiref
|
|
|
1847
1916
|
Panel: React$1.FC<IVeltCommentsSidebarPanelProps>;
|
|
1848
1917
|
MinimalFilterDropdown: IVeltCommentsSidebarMinimalFilterDropdown;
|
|
1849
1918
|
LocationFilterDropdown: IVeltCommentsSidebarLocationFilterDropdown;
|
|
1919
|
+
DocumentFilterDropdown: IVeltCommentsSidebarDocumentFilterDropdownWireframe;
|
|
1850
1920
|
MinimalActionsDropdown: IVeltCommentsSidebarMinimalActionsDropdownWireframe;
|
|
1851
1921
|
ResetFilterButton: React$1.FC<IVeltCommentsSidebarResetFilterButtonWireframeProps>;
|
|
1852
1922
|
ActionButton: React$1.FC<IVeltCommentsSidebarActionButtonProps>;
|
|
@@ -2408,6 +2478,130 @@ interface IVeltNotificationsPanelSkeletonWireframeProps extends IVeltWireframeCo
|
|
|
2408
2478
|
interface IVeltNotificationsPanelSkeletonWireframe extends React$1.FC<IVeltNotificationsPanelSkeletonWireframeProps> {
|
|
2409
2479
|
}
|
|
2410
2480
|
|
|
2481
|
+
interface IVeltNotificationsPanelSettingsButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
2482
|
+
}
|
|
2483
|
+
interface IVeltNotificationsPanelSettingsButtonWireframe extends React$1.FC<IVeltNotificationsPanelSettingsButtonWireframeProps> {
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
interface IVeltNotificationsPanelSettingsDescriptionWireframeProps extends IVeltWireframeCommonProps {
|
|
2487
|
+
}
|
|
2488
|
+
interface IVeltNotificationsPanelSettingsDescriptionWireframe extends React$1.FC<IVeltNotificationsPanelSettingsDescriptionWireframeProps> {
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
interface IVeltNotificationsPanelSettingsBackButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
2492
|
+
}
|
|
2493
|
+
interface IVeltNotificationsPanelSettingsBackButtonWireframe extends React$1.FC<IVeltNotificationsPanelSettingsBackButtonWireframeProps> {
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
interface IVeltNotificationsPanelSettingsFooterWireframeProps extends IVeltWireframeCommonProps {
|
|
2497
|
+
}
|
|
2498
|
+
interface IVeltNotificationsPanelSettingsFooterWireframe extends React$1.FC<IVeltNotificationsPanelSettingsFooterWireframeProps> {
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2501
|
+
interface IVeltNotificationsPanelSettingsHeaderTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
2502
|
+
}
|
|
2503
|
+
interface IVeltNotificationsPanelSettingsHeaderTitleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsHeaderTitleWireframeProps> {
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
interface IVeltNotificationsPanelSettingsHeaderWireframeProps extends IVeltWireframeCommonProps {
|
|
2507
|
+
}
|
|
2508
|
+
interface IVeltNotificationsPanelSettingsHeaderWireframe extends React$1.FC<IVeltNotificationsPanelSettingsHeaderWireframeProps> {
|
|
2509
|
+
Title: IVeltNotificationsPanelSettingsHeaderTitleWireframe;
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframeProps extends IVeltWireframeCommonProps {
|
|
2513
|
+
}
|
|
2514
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframeProps> {
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframeProps extends IVeltWireframeCommonProps {
|
|
2518
|
+
}
|
|
2519
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframeProps> {
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerIconWireframeProps extends IVeltWireframeCommonProps {
|
|
2523
|
+
}
|
|
2524
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerIconWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerIconWireframeProps> {
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerWireframeProps extends IVeltWireframeCommonProps {
|
|
2528
|
+
}
|
|
2529
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerWireframeProps> {
|
|
2530
|
+
SelectedValue: IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe;
|
|
2531
|
+
Label: IVeltNotificationsPanelSettingsAccordionTriggerLabelWireframe;
|
|
2532
|
+
Icon: IVeltNotificationsPanelSettingsAccordionTriggerIconWireframe;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframeProps extends IVeltWireframeCommonProps {
|
|
2536
|
+
}
|
|
2537
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframeProps> {
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2540
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemIconWireframeProps extends IVeltWireframeCommonProps {
|
|
2541
|
+
}
|
|
2542
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemIconWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemIconWireframeProps> {
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemWireframeProps extends IVeltWireframeCommonProps {
|
|
2546
|
+
}
|
|
2547
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemWireframeProps> {
|
|
2548
|
+
Label: IVeltNotificationsPanelSettingsAccordionContentItemLabelWireframe;
|
|
2549
|
+
Icon: IVeltNotificationsPanelSettingsAccordionContentItemIconWireframe;
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
interface IVeltNotificationsPanelSettingsAccordionContentWireframeProps extends IVeltWireframeCommonProps {
|
|
2553
|
+
}
|
|
2554
|
+
interface IVeltNotificationsPanelSettingsAccordionContentWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionContentWireframeProps> {
|
|
2555
|
+
Item: IVeltNotificationsPanelSettingsAccordionContentItemWireframe;
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
interface IVeltNotificationsPanelSettingsAccordionWireframeProps extends IVeltWireframeCommonProps {
|
|
2559
|
+
}
|
|
2560
|
+
interface IVeltNotificationsPanelSettingsAccordionWireframe extends React$1.FC<IVeltNotificationsPanelSettingsAccordionWireframeProps> {
|
|
2561
|
+
Trigger: IVeltNotificationsPanelSettingsAccordionTriggerWireframe;
|
|
2562
|
+
Content: IVeltNotificationsPanelSettingsAccordionContentWireframe;
|
|
2563
|
+
}
|
|
2564
|
+
|
|
2565
|
+
interface IVeltNotificationsPanelSettingsListWireframeProps extends IVeltWireframeCommonProps {
|
|
2566
|
+
}
|
|
2567
|
+
interface IVeltNotificationsPanelSettingsListWireframe extends React$1.FC<IVeltNotificationsPanelSettingsListWireframeProps> {
|
|
2568
|
+
Accordion: IVeltNotificationsPanelSettingsAccordionWireframe;
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2571
|
+
interface IVeltNotificationsPanelSettingsMuteAllDescriptionWireframeProps extends IVeltWireframeCommonProps {
|
|
2572
|
+
}
|
|
2573
|
+
interface IVeltNotificationsPanelSettingsMuteAllDescriptionWireframe extends React$1.FC<IVeltNotificationsPanelSettingsMuteAllDescriptionWireframeProps> {
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
interface IVeltNotificationsPanelSettingsMuteAllTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
2577
|
+
}
|
|
2578
|
+
interface IVeltNotificationsPanelSettingsMuteAllTitleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsMuteAllTitleWireframeProps> {
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
interface IVeltNotificationsPanelSettingsMuteAllToggleWireframeProps extends IVeltWireframeCommonProps {
|
|
2582
|
+
}
|
|
2583
|
+
interface IVeltNotificationsPanelSettingsMuteAllToggleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsMuteAllToggleWireframeProps> {
|
|
2584
|
+
}
|
|
2585
|
+
|
|
2586
|
+
interface IVeltNotificationsPanelSettingsTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
2587
|
+
}
|
|
2588
|
+
interface IVeltNotificationsPanelSettingsTitleWireframe extends React$1.FC<IVeltNotificationsPanelSettingsTitleWireframeProps> {
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
interface IVeltNotificationsPanelSettingsWireframeProps extends IVeltWireframeCommonProps {
|
|
2592
|
+
}
|
|
2593
|
+
interface IVeltNotificationsPanelSettingsWireframe extends React$1.FC<IVeltNotificationsPanelSettingsWireframeProps> {
|
|
2594
|
+
BackButton: IVeltNotificationsPanelSettingsBackButtonWireframe;
|
|
2595
|
+
Description: IVeltNotificationsPanelSettingsDescriptionWireframe;
|
|
2596
|
+
Footer: IVeltNotificationsPanelSettingsFooterWireframe;
|
|
2597
|
+
Header: IVeltNotificationsPanelSettingsHeaderWireframe;
|
|
2598
|
+
List: IVeltNotificationsPanelSettingsListWireframe;
|
|
2599
|
+
MuteAllDescription: IVeltNotificationsPanelSettingsMuteAllDescriptionWireframe;
|
|
2600
|
+
MuteAllTitle: IVeltNotificationsPanelSettingsMuteAllTitleWireframe;
|
|
2601
|
+
MuteAllToggle: IVeltNotificationsPanelSettingsMuteAllToggleWireframe;
|
|
2602
|
+
Title: IVeltNotificationsPanelSettingsTitleWireframe;
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2411
2605
|
interface IVeltNotificationsPanelWireframeProps extends IVeltWireframeCommonProps {
|
|
2412
2606
|
}
|
|
2413
2607
|
interface IVeltNotificationsPanelWireframe extends React$1.FC<IVeltNotificationsPanelWireframeProps> {
|
|
@@ -2418,6 +2612,8 @@ interface IVeltNotificationsPanelWireframe extends React$1.FC<IVeltNotifications
|
|
|
2418
2612
|
ViewAllButton: IVeltNotificationsPanelViewAllButtonWireframe;
|
|
2419
2613
|
CloseButton: IVeltNotificationsPanelCloseButtonWireframe;
|
|
2420
2614
|
Skeleton: IVeltNotificationsPanelSkeletonWireframe;
|
|
2615
|
+
SettingsButton: IVeltNotificationsPanelSettingsButtonWireframe;
|
|
2616
|
+
Settings: IVeltNotificationsPanelSettingsWireframe;
|
|
2421
2617
|
}
|
|
2422
2618
|
declare const VeltNotificationsPanelWireframe: IVeltNotificationsPanelWireframe;
|
|
2423
2619
|
|
|
@@ -3175,12 +3371,18 @@ interface IVeltRecorderPlayerVideoWireframeProps extends IVeltWireframeCommonPro
|
|
|
3175
3371
|
interface IVeltRecorderPlayerVideoWireframe extends React$1.FC<IVeltRecorderPlayerVideoWireframeProps> {
|
|
3176
3372
|
}
|
|
3177
3373
|
|
|
3374
|
+
interface IVeltRecorderPlayerEditButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3375
|
+
}
|
|
3376
|
+
interface IVeltRecorderPlayerEditButtonWireframe extends React$1.FC<IVeltRecorderPlayerEditButtonWireframeProps> {
|
|
3377
|
+
}
|
|
3378
|
+
|
|
3178
3379
|
interface IVeltRecorderPlayerVideoContainerWireframeProps extends IVeltWireframeCommonProps {
|
|
3179
3380
|
}
|
|
3180
3381
|
interface IVeltRecorderPlayerVideoContainerWireframe extends React$1.FC<IVeltRecorderPlayerVideoContainerWireframeProps> {
|
|
3181
3382
|
Video: IVeltRecorderPlayerVideoWireframe;
|
|
3182
3383
|
Timeline: IVeltRecorderPlayerTimelineWireframe;
|
|
3183
3384
|
PlayButton: IVeltRecorderPlayerPlayButtonWireframe;
|
|
3385
|
+
EditButton: IVeltRecorderPlayerEditButtonWireframe;
|
|
3184
3386
|
FullScreenButton: IVeltRecorderPlayerFullScreenButtonWireframe;
|
|
3185
3387
|
Overlay: IVeltRecorderPlayerOverlayWireframe;
|
|
3186
3388
|
Time: IVeltRecorderPlayerTimeWireframe;
|
|
@@ -3413,9 +3615,85 @@ interface IVeltVideoEditorPlayerDeleteButtonWireframeProps extends IVeltWirefram
|
|
|
3413
3615
|
interface IVeltVideoEditorPlayerDeleteButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerDeleteButtonWireframeProps> {
|
|
3414
3616
|
}
|
|
3415
3617
|
|
|
3618
|
+
interface IVeltVideoEditorPlayerTimelineMarkerWireframeProps extends IVeltWireframeCommonProps {
|
|
3619
|
+
}
|
|
3620
|
+
interface IVeltVideoEditorPlayerTimelineMarkerWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineMarkerWireframeProps> {
|
|
3621
|
+
}
|
|
3622
|
+
|
|
3623
|
+
interface IVeltVideoEditorPlayerZoomButtonTriggerWireframeProps extends IVeltWireframeCommonProps {
|
|
3624
|
+
}
|
|
3625
|
+
interface IVeltVideoEditorPlayerZoomButtonTriggerWireframe extends React$1.FC<IVeltVideoEditorPlayerZoomButtonTriggerWireframeProps> {
|
|
3626
|
+
}
|
|
3627
|
+
|
|
3628
|
+
interface IVeltVideoEditorPlayerZoomButtonOptionsListItemWireframeProps extends IVeltWireframeCommonProps {
|
|
3629
|
+
}
|
|
3630
|
+
interface IVeltVideoEditorPlayerZoomButtonOptionsListItemWireframe extends React$1.FC<IVeltVideoEditorPlayerZoomButtonOptionsListItemWireframeProps> {
|
|
3631
|
+
}
|
|
3632
|
+
|
|
3633
|
+
interface IVeltVideoEditorPlayerZoomButtonOptionsListWireframeProps extends IVeltWireframeCommonProps {
|
|
3634
|
+
}
|
|
3635
|
+
interface IVeltVideoEditorPlayerZoomButtonOptionsListWireframe extends React$1.FC<IVeltVideoEditorPlayerZoomButtonOptionsListWireframeProps> {
|
|
3636
|
+
Item: IVeltVideoEditorPlayerZoomButtonOptionsListItemWireframe;
|
|
3637
|
+
}
|
|
3638
|
+
|
|
3639
|
+
interface IVeltVideoEditorPlayerZoomButtonOptionsInputWireframeProps extends IVeltWireframeCommonProps {
|
|
3640
|
+
}
|
|
3641
|
+
interface IVeltVideoEditorPlayerZoomButtonOptionsInputWireframe extends React$1.FC<IVeltVideoEditorPlayerZoomButtonOptionsInputWireframeProps> {
|
|
3642
|
+
}
|
|
3643
|
+
|
|
3644
|
+
interface IVeltVideoEditorPlayerZoomButtonOptionsWireframeProps extends IVeltWireframeCommonProps {
|
|
3645
|
+
}
|
|
3646
|
+
interface IVeltVideoEditorPlayerZoomButtonOptionsWireframe extends React$1.FC<IVeltVideoEditorPlayerZoomButtonOptionsWireframeProps> {
|
|
3647
|
+
List: IVeltVideoEditorPlayerZoomButtonOptionsListWireframe;
|
|
3648
|
+
Input: IVeltVideoEditorPlayerZoomButtonOptionsInputWireframe;
|
|
3649
|
+
}
|
|
3650
|
+
|
|
3651
|
+
interface IVeltVideoEditorPlayerZoomButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3652
|
+
}
|
|
3653
|
+
interface IVeltVideoEditorPlayerZoomButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerZoomButtonWireframeProps> {
|
|
3654
|
+
Trigger: IVeltVideoEditorPlayerZoomButtonTriggerWireframe;
|
|
3655
|
+
Options: IVeltVideoEditorPlayerZoomButtonOptionsWireframe;
|
|
3656
|
+
}
|
|
3657
|
+
|
|
3658
|
+
interface IVeltVideoEditorPlayerTimelineScaleWireframeProps extends IVeltWireframeCommonProps {
|
|
3659
|
+
}
|
|
3660
|
+
interface IVeltVideoEditorPlayerTimelineScaleWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineScaleWireframeProps> {
|
|
3661
|
+
ZoomButton: IVeltVideoEditorPlayerZoomButtonWireframe;
|
|
3662
|
+
}
|
|
3663
|
+
|
|
3664
|
+
interface IVeltVideoEditorPlayerTimelineTrimWireframeProps extends IVeltWireframeCommonProps {
|
|
3665
|
+
}
|
|
3666
|
+
interface IVeltVideoEditorPlayerTimelineTrimWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineTrimWireframeProps> {
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3669
|
+
interface IVeltVideoEditorPlayerTimelineContainerWireframeProps extends IVeltWireframeCommonProps {
|
|
3670
|
+
}
|
|
3671
|
+
interface IVeltVideoEditorPlayerTimelineContainerWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineContainerWireframeProps> {
|
|
3672
|
+
}
|
|
3673
|
+
|
|
3674
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadWireframeProps extends IVeltWireframeCommonProps {
|
|
3675
|
+
}
|
|
3676
|
+
interface IVeltVideoEditorPlayerTimelinePlayheadWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelinePlayheadWireframeProps> {
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3416
3679
|
interface IVeltVideoEditorPlayerTimelineWireframeProps extends IVeltWireframeCommonProps {
|
|
3417
3680
|
}
|
|
3418
3681
|
interface IVeltVideoEditorPlayerTimelineWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineWireframeProps> {
|
|
3682
|
+
Marker: IVeltVideoEditorPlayerTimelineMarkerWireframe;
|
|
3683
|
+
Scale: IVeltVideoEditorPlayerTimelineScaleWireframe;
|
|
3684
|
+
Trim: IVeltVideoEditorPlayerTimelineTrimWireframe;
|
|
3685
|
+
Container: IVeltVideoEditorPlayerTimelineContainerWireframe;
|
|
3686
|
+
Playhead: IVeltVideoEditorPlayerTimelinePlayheadWireframe;
|
|
3687
|
+
}
|
|
3688
|
+
|
|
3689
|
+
interface IVeltVideoEditorPlayerDownloadButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3690
|
+
}
|
|
3691
|
+
interface IVeltVideoEditorPlayerDownloadButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerDownloadButtonWireframeProps> {
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
interface IVeltVideoEditorPlayerAddZoomButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3695
|
+
}
|
|
3696
|
+
interface IVeltVideoEditorPlayerAddZoomButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerAddZoomButtonWireframeProps> {
|
|
3419
3697
|
}
|
|
3420
3698
|
|
|
3421
3699
|
interface IVeltVideoEditorPlayerWireframeProps extends IVeltWireframeCommonProps {
|
|
@@ -3424,6 +3702,7 @@ interface IVeltVideoEditorPlayerWireframe extends React$1.FC<IVeltVideoEditorPla
|
|
|
3424
3702
|
Title: IVeltVideoEditorPlayerTitleWireframe;
|
|
3425
3703
|
ApplyButton: IVeltVideoEditorPlayerApplyButtonWireframe;
|
|
3426
3704
|
CloseButton: IVeltVideoEditorPlayerCloseButtonWireframe;
|
|
3705
|
+
DownloadButton: IVeltVideoEditorPlayerDownloadButtonWireframe;
|
|
3427
3706
|
Preview: IVeltVideoEditorPlayerPreviewWireframe;
|
|
3428
3707
|
ToggleButton: IVeltVideoEditorPlayerToggleButtonWireframe;
|
|
3429
3708
|
Time: IVeltVideoEditorPlayerTimeWireframe;
|
|
@@ -3432,6 +3711,7 @@ interface IVeltVideoEditorPlayerWireframe extends React$1.FC<IVeltVideoEditorPla
|
|
|
3432
3711
|
SplitButton: IVeltVideoEditorPlayerSplitButtonWireframe;
|
|
3433
3712
|
DeleteButton: IVeltVideoEditorPlayerDeleteButtonWireframe;
|
|
3434
3713
|
Timeline: IVeltVideoEditorPlayerTimelineWireframe;
|
|
3714
|
+
AddZoomButton: IVeltVideoEditorPlayerAddZoomButtonWireframe;
|
|
3435
3715
|
}
|
|
3436
3716
|
declare const VeltVideoEditorPlayerWireframe: IVeltVideoEditorPlayerWireframe;
|
|
3437
3717
|
|
|
@@ -3668,6 +3948,128 @@ interface IVeltSingleEditorModePanelWireframe extends React$1.FC<IVeltSingleEdit
|
|
|
3668
3948
|
}
|
|
3669
3949
|
declare const VeltSingleEditorModePanelWireframe: IVeltSingleEditorModePanelWireframe;
|
|
3670
3950
|
|
|
3951
|
+
interface IVeltPresenceAvatarListItemWireframeProps extends IVeltWireframeCommonProps {
|
|
3952
|
+
}
|
|
3953
|
+
interface IVeltPresenceAvatarListItemWireframe extends React$1.FC<IVeltPresenceAvatarListItemWireframeProps> {
|
|
3954
|
+
}
|
|
3955
|
+
|
|
3956
|
+
interface IVeltPresenceAvatarListWireframeProps extends IVeltWireframeCommonProps {
|
|
3957
|
+
}
|
|
3958
|
+
interface IVeltPresenceAvatarListWireframe extends React$1.FC<IVeltPresenceAvatarListWireframeProps> {
|
|
3959
|
+
Item: IVeltPresenceAvatarListItemWireframe;
|
|
3960
|
+
}
|
|
3961
|
+
|
|
3962
|
+
interface IVeltPresenceAvatarRemainingCountWireframeProps extends IVeltWireframeCommonProps {
|
|
3963
|
+
}
|
|
3964
|
+
interface IVeltPresenceAvatarRemainingCountWireframe extends React$1.FC<IVeltPresenceAvatarRemainingCountWireframeProps> {
|
|
3965
|
+
}
|
|
3966
|
+
|
|
3967
|
+
interface IVeltPresenceWireframeProps extends IVeltWireframeCommonProps {
|
|
3968
|
+
variant?: string;
|
|
3969
|
+
}
|
|
3970
|
+
interface IVeltPresenceWireframe extends React$1.FC<IVeltPresenceWireframeProps> {
|
|
3971
|
+
AvatarList: IVeltPresenceAvatarListWireframe;
|
|
3972
|
+
AvatarRemainingCount: IVeltPresenceAvatarRemainingCountWireframe;
|
|
3973
|
+
}
|
|
3974
|
+
declare const VeltPresenceWireframe: IVeltPresenceWireframe;
|
|
3975
|
+
|
|
3976
|
+
interface IVeltPresenceTooltipAvatarWireframeProps extends IVeltWireframeCommonProps {
|
|
3977
|
+
}
|
|
3978
|
+
interface IVeltPresenceTooltipAvatarWireframe extends React$1.FC<IVeltPresenceTooltipAvatarWireframeProps> {
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3981
|
+
interface IVeltPresenceTooltipUserActiveWireframeProps extends IVeltWireframeCommonProps {
|
|
3982
|
+
}
|
|
3983
|
+
interface IVeltPresenceTooltipUserActiveWireframe extends React$1.FC<IVeltPresenceTooltipUserActiveWireframeProps> {
|
|
3984
|
+
}
|
|
3985
|
+
|
|
3986
|
+
interface IVeltPresenceTooltipUserInactiveWireframeProps extends IVeltWireframeCommonProps {
|
|
3987
|
+
}
|
|
3988
|
+
interface IVeltPresenceTooltipUserInactiveWireframe extends React$1.FC<IVeltPresenceTooltipUserInactiveWireframeProps> {
|
|
3989
|
+
}
|
|
3990
|
+
|
|
3991
|
+
interface IVeltPresenceTooltipUserNameWireframeProps extends IVeltWireframeCommonProps {
|
|
3992
|
+
}
|
|
3993
|
+
interface IVeltPresenceTooltipUserNameWireframe extends React$1.FC<IVeltPresenceTooltipUserNameWireframeProps> {
|
|
3994
|
+
}
|
|
3995
|
+
|
|
3996
|
+
interface IVeltPresenceTooltipStatusContainerWireframeProps extends IVeltWireframeCommonProps {
|
|
3997
|
+
}
|
|
3998
|
+
interface IVeltPresenceTooltipStatusContainerWireframe extends React$1.FC<IVeltPresenceTooltipStatusContainerWireframeProps> {
|
|
3999
|
+
}
|
|
4000
|
+
|
|
4001
|
+
interface IVeltPresenceTooltipWireframeProps extends IVeltWireframeCommonProps {
|
|
4002
|
+
variant?: string;
|
|
4003
|
+
}
|
|
4004
|
+
interface IVeltPresenceTooltipWireframe extends React$1.FC<IVeltPresenceTooltipWireframeProps> {
|
|
4005
|
+
Avatar: IVeltPresenceTooltipAvatarWireframe;
|
|
4006
|
+
UserActive: IVeltPresenceTooltipUserActiveWireframe;
|
|
4007
|
+
UserInactive: IVeltPresenceTooltipUserInactiveWireframe;
|
|
4008
|
+
UserName: IVeltPresenceTooltipUserNameWireframe;
|
|
4009
|
+
StatusContainer: IVeltPresenceTooltipStatusContainerWireframe;
|
|
4010
|
+
}
|
|
4011
|
+
declare const VeltPresenceTooltipWireframe: IVeltPresenceTooltipWireframe;
|
|
4012
|
+
|
|
4013
|
+
interface IVeltCursorPointerArrowWireframeProps extends IVeltWireframeCommonProps {
|
|
4014
|
+
}
|
|
4015
|
+
interface IVeltCursorPointerArrowWireframe extends React$1.FC<IVeltCursorPointerArrowWireframeProps> {
|
|
4016
|
+
}
|
|
4017
|
+
|
|
4018
|
+
interface IVeltCursorPointerAudioHuddleAvatarWireframeProps extends IVeltWireframeCommonProps {
|
|
4019
|
+
}
|
|
4020
|
+
interface IVeltCursorPointerAudioHuddleAvatarWireframe extends React$1.FC<IVeltCursorPointerAudioHuddleAvatarWireframeProps> {
|
|
4021
|
+
}
|
|
4022
|
+
|
|
4023
|
+
interface IVeltCursorPointerAudioHuddleAudioWireframeProps extends IVeltWireframeCommonProps {
|
|
4024
|
+
}
|
|
4025
|
+
interface IVeltCursorPointerAudioHuddleAudioWireframe extends React$1.FC<IVeltCursorPointerAudioHuddleAudioWireframeProps> {
|
|
4026
|
+
}
|
|
4027
|
+
|
|
4028
|
+
interface IVeltCursorPointerAudioHuddleWireframeProps extends IVeltWireframeCommonProps {
|
|
4029
|
+
}
|
|
4030
|
+
interface IVeltCursorPointerAudioHuddleWireframe extends React$1.FC<IVeltCursorPointerAudioHuddleWireframeProps> {
|
|
4031
|
+
Avatar: IVeltCursorPointerAudioHuddleAvatarWireframe;
|
|
4032
|
+
Audio: IVeltCursorPointerAudioHuddleAudioWireframe;
|
|
4033
|
+
}
|
|
4034
|
+
|
|
4035
|
+
interface IVeltCursorPointerAvatarWireframeProps extends IVeltWireframeCommonProps {
|
|
4036
|
+
}
|
|
4037
|
+
interface IVeltCursorPointerAvatarWireframe extends React$1.FC<IVeltCursorPointerAvatarWireframeProps> {
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
interface IVeltCursorPointerDefaultNameWireframeProps extends IVeltWireframeCommonProps {
|
|
4041
|
+
}
|
|
4042
|
+
interface IVeltCursorPointerDefaultNameWireframe extends React$1.FC<IVeltCursorPointerDefaultNameWireframeProps> {
|
|
4043
|
+
}
|
|
4044
|
+
|
|
4045
|
+
interface IVeltCursorPointerDefaultCommentWireframeProps extends IVeltWireframeCommonProps {
|
|
4046
|
+
}
|
|
4047
|
+
interface IVeltCursorPointerDefaultCommentWireframe extends React$1.FC<IVeltCursorPointerDefaultCommentWireframeProps> {
|
|
4048
|
+
}
|
|
4049
|
+
|
|
4050
|
+
interface IVeltCursorPointerDefaultWireframeProps extends IVeltWireframeCommonProps {
|
|
4051
|
+
}
|
|
4052
|
+
interface IVeltCursorPointerDefaultWireframe extends React$1.FC<IVeltCursorPointerDefaultWireframeProps> {
|
|
4053
|
+
Name: IVeltCursorPointerDefaultNameWireframe;
|
|
4054
|
+
Comment: IVeltCursorPointerDefaultCommentWireframe;
|
|
4055
|
+
}
|
|
4056
|
+
|
|
4057
|
+
interface IVeltCursorPointerVideoHuddleWireframeProps extends IVeltWireframeCommonProps {
|
|
4058
|
+
}
|
|
4059
|
+
interface IVeltCursorPointerVideoHuddleWireframe extends React$1.FC<IVeltCursorPointerVideoHuddleWireframeProps> {
|
|
4060
|
+
}
|
|
4061
|
+
|
|
4062
|
+
interface IVeltCursorPointerWireframeProps extends IVeltWireframeCommonProps {
|
|
4063
|
+
}
|
|
4064
|
+
interface IVeltCursorPointerWireframe extends React$1.FC<IVeltCursorPointerWireframeProps> {
|
|
4065
|
+
Arrow: IVeltCursorPointerArrowWireframe;
|
|
4066
|
+
AudioHuddle: IVeltCursorPointerAudioHuddleWireframe;
|
|
4067
|
+
Avatar: IVeltCursorPointerAvatarWireframe;
|
|
4068
|
+
Default: IVeltCursorPointerDefaultWireframe;
|
|
4069
|
+
VideoHuddle: IVeltCursorPointerVideoHuddleWireframe;
|
|
4070
|
+
}
|
|
4071
|
+
declare const VeltCursorPointerWireframe: IVeltCursorPointerWireframe;
|
|
4072
|
+
|
|
3671
4073
|
declare function useVeltClient(): {
|
|
3672
4074
|
client: Velt | null;
|
|
3673
4075
|
};
|
|
@@ -3679,9 +4081,18 @@ declare function useSetDocumentId(documentId: string): void;
|
|
|
3679
4081
|
declare function useSetDocuments(): {
|
|
3680
4082
|
setDocuments: (documents: Document[], options?: SetDocumentsRequestOptions) => void;
|
|
3681
4083
|
};
|
|
4084
|
+
declare function useSetRootDocument(): {
|
|
4085
|
+
setRootDocument: (document: Document) => void;
|
|
4086
|
+
};
|
|
3682
4087
|
declare function useUnsetDocumentId(): void;
|
|
3683
4088
|
declare function useUnsetDocuments(): void;
|
|
3684
4089
|
declare function useSetLocation(location: Location$1, appendLocation?: boolean): void;
|
|
4090
|
+
declare function useSetLocations(): {
|
|
4091
|
+
setLocations: (locations: Location$1[], options?: SetLocationsRequestOptions) => void;
|
|
4092
|
+
};
|
|
4093
|
+
declare function useSetRootLocation(): {
|
|
4094
|
+
setRootLocation: (location: Location$1) => void;
|
|
4095
|
+
};
|
|
3685
4096
|
declare function useVeltInitState(): boolean | undefined;
|
|
3686
4097
|
|
|
3687
4098
|
declare function useCommentUtils(): CommentElement | undefined;
|
|
@@ -3826,7 +4237,11 @@ declare function useLiveState<T>(liveStateDataId: string, initialValue?: any, op
|
|
|
3826
4237
|
declare function useLiveStateSyncEventCallback<T extends keyof LiveStateEventTypesMap>(action: T): LiveStateEventTypesMap[T];
|
|
3827
4238
|
|
|
3828
4239
|
declare function usePresenceUtils(): PresenceElement | undefined;
|
|
4240
|
+
/**
|
|
4241
|
+
* @deprecated Use `usePresenceData` hook instead.
|
|
4242
|
+
*/
|
|
3829
4243
|
declare function usePresenceUsers(): PresenceUser[] | null;
|
|
4244
|
+
declare function usePresenceData(query?: PresenceRequestQuery): GetPresenceDataResponse;
|
|
3830
4245
|
|
|
3831
4246
|
declare function usePresenceEventCallback<T extends keyof PresenceEventTypesMap>(action: T): PresenceEventTypesMap[T];
|
|
3832
4247
|
|
|
@@ -3861,6 +4276,13 @@ declare function useUnreadNotificationsCount(): {
|
|
|
3861
4276
|
forYou: number | null;
|
|
3862
4277
|
all: number | null;
|
|
3863
4278
|
};
|
|
4279
|
+
declare function useNotificationSettings(): {
|
|
4280
|
+
setSettings: (settings: NotificationSettingsConfig) => void;
|
|
4281
|
+
setSettingsInitialConfig: (settingsInitialConfig: NotificationInitialSettingsConfig[]) => void;
|
|
4282
|
+
settings: NotificationSettingsConfig | null;
|
|
4283
|
+
};
|
|
4284
|
+
|
|
4285
|
+
declare function useNotificationEventCallback<T extends keyof NotificationEventTypesMap>(action: T): NotificationEventTypesMap[T];
|
|
3864
4286
|
|
|
3865
4287
|
declare function useAutocompleteUtils(): AutocompleteElement | undefined;
|
|
3866
4288
|
declare function useAutocompleteChipClick(): AutocompleteChipData | undefined;
|
|
@@ -3883,4 +4305,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
|
|
|
3883
4305
|
updateAllowAction: (newAllowAction?: ((action: any) => boolean) | undefined) => void;
|
|
3884
4306
|
};
|
|
3885
4307
|
|
|
3886
|
-
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 };
|
|
4308
|
+
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 };
|