@veltdev/react 5.0.2-beta.2 → 5.0.2-beta.21
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 +4824 -2677
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +10 -1
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +3 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLog.d.ts +9 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogEmpty/VeltActivityLogEmpty.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogEmpty/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeader/VeltActivityLogHeader.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeader/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderCloseButton/VeltActivityLogHeaderCloseButton.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderCloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilter.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContent.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/VeltActivityLogHeaderFilterContentItem.d.ts +8 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/VeltActivityLogHeaderFilterContentItemIcon/VeltActivityLogHeaderFilterContentItemIcon.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/VeltActivityLogHeaderFilterContentItemIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/VeltActivityLogHeaderFilterContentItemLabel/VeltActivityLogHeaderFilterContentItemLabel.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/VeltActivityLogHeaderFilterContentItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/VeltActivityLogHeaderFilterTrigger.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/VeltActivityLogHeaderFilterTriggerIcon/VeltActivityLogHeaderFilterTriggerIcon.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/VeltActivityLogHeaderFilterTriggerIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/VeltActivityLogHeaderFilterTriggerLabel/VeltActivityLogHeaderFilterTriggerLabel.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/VeltActivityLogHeaderFilterTriggerLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderTitle/VeltActivityLogHeaderTitle.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogHeaderTitle/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogList.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListDateGroup/VeltActivityLogListDateGroup.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListDateGroup/VeltActivityLogListDateGroupLabel/VeltActivityLogListDateGroupLabel.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListDateGroup/VeltActivityLogListDateGroupLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListDateGroup/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItem.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemAvatar/VeltActivityLogListItemAvatar.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContent.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentAction/VeltActivityLogListItemContentAction.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentAction/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentDetail/VeltActivityLogListItemContentDetail.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentDetail/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentTarget/VeltActivityLogListItemContentTarget.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentTarget/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentUser/VeltActivityLogListItemContentUser.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentUser/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemIcon/VeltActivityLogListItemIcon.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemTime/VeltActivityLogListItemTime.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemTime/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListShowMore/VeltActivityLogListShowMore.d.ts +7 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListShowMore/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogList/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogLoading/VeltActivityLogLoading.d.ts +6 -0
- package/cjs/types/components/VeltActivityLog/VeltActivityLogLoading/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLog/index.d.ts +27 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogEmptyWireframe/VeltActivityLogEmptyWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogEmptyWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderCloseButtonWireframe/VeltActivityLogHeaderCloseButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderCloseButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/VeltActivityLogHeaderFilterContentItemIconWireframe/VeltActivityLogHeaderFilterContentItemIconWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/VeltActivityLogHeaderFilterContentItemIconWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/VeltActivityLogHeaderFilterContentItemLabelWireframe/VeltActivityLogHeaderFilterContentItemLabelWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/VeltActivityLogHeaderFilterContentItemLabelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/VeltActivityLogHeaderFilterContentItemWireframe.d.ts +12 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentWireframe.d.ts +10 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/VeltActivityLogHeaderFilterTriggerIconWireframe/VeltActivityLogHeaderFilterTriggerIconWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/VeltActivityLogHeaderFilterTriggerIconWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/VeltActivityLogHeaderFilterTriggerLabelWireframe/VeltActivityLogHeaderFilterTriggerLabelWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/VeltActivityLogHeaderFilterTriggerLabelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/VeltActivityLogHeaderFilterTriggerWireframe.d.ts +12 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterWireframe.d.ts +12 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderTitleWireframe/VeltActivityLogHeaderTitleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderWireframe.d.ts +14 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListDateGroupWireframe/VeltActivityLogListDateGroupLabelWireframe/VeltActivityLogListDateGroupLabelWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListDateGroupWireframe/VeltActivityLogListDateGroupLabelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListDateGroupWireframe/VeltActivityLogListDateGroupWireframe.d.ts +10 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListDateGroupWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemAvatarWireframe/VeltActivityLogListItemAvatarWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemAvatarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentActionWireframe/VeltActivityLogListItemContentActionWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentActionWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentDetailWireframe/VeltActivityLogListItemContentDetailWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentDetailWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentTargetWireframe/VeltActivityLogListItemContentTargetWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentTargetWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentUserWireframe/VeltActivityLogListItemContentUserWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentUserWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentWireframe.d.ts +16 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemIconWireframe/VeltActivityLogListItemIconWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemIconWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemTimeWireframe/VeltActivityLogListItemTimeWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemTimeWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemWireframe.d.ts +16 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListShowMoreWireframe/VeltActivityLogListShowMoreWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListShowMoreWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListWireframe.d.ts +14 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogLoadingWireframe/VeltActivityLogLoadingWireframe.d.ts +8 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogLoadingWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltActivityLogWireframe/VeltActivityLogWireframe.d.ts +16 -0
- package/cjs/types/components/VeltActivityLogWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteChip/VeltAutocompleteChip.d.ts +9 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteChip/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltip.d.ts +5 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipDescription/VeltAutocompleteChipTooltipDescription.d.ts +5 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipDescription/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipIcon/VeltAutocompleteChipTooltipIcon.d.ts +5 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipName/VeltAutocompleteChipTooltipName.d.ts +5 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipName/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteEmpty/VeltAutocompleteEmpty.d.ts +5 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteEmpty/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteGroupOption/VeltAutocompleteGroupOption.d.ts +5 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteGroupOption/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOption.d.ts +7 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionDescription/VeltAutocompleteOptionDescription.d.ts +6 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionDescription/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionErrorIcon/VeltAutocompleteOptionErrorIcon.d.ts +5 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionErrorIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionIcon/VeltAutocompleteOptionIcon.d.ts +5 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionName/VeltAutocompleteOptionName.d.ts +5 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionName/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteOption/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteTool/VeltAutocompleteTool.d.ts +5 -0
- package/cjs/types/components/VeltAutocomplete/VeltAutocompleteTool/index.d.ts +1 -0
- package/cjs/types/components/VeltAutocomplete/index.d.ts +13 -0
- package/cjs/types/components/VeltAutocompleteEmptyWireframe/VeltAutocompleteEmptyWireframe.d.ts +6 -0
- package/cjs/types/components/VeltAutocompleteEmptyWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentBubble/VeltCommentBubbleAvatar/VeltCommentBubbleAvatar.d.ts +1 -0
- package/cjs/types/components/VeltCommentBubble/VeltCommentBubbleCommentsCount/VeltCommentBubbleCommentsCount.d.ts +1 -0
- package/cjs/types/components/VeltCommentBubble/VeltCommentBubbleUnreadIcon/VeltCommentBubbleUnreadIcon.d.ts +2 -2
- package/cjs/types/components/VeltCommentBubble/index.d.ts +3 -1
- package/cjs/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleAvatar/VeltCommentBubbleAvatar.d.ts +5 -0
- package/cjs/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleCommentsCount/VeltCommentBubbleCommentsCount.d.ts +5 -0
- package/cjs/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleCommentsCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleUnreadIcon/VeltCommentBubbleUnreadIcon.d.ts +6 -0
- package/cjs/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleUnreadIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentBubbleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialog.d.ts +7 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDownload/VeltCommentDialogComposerAttachmentsImageDownload.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDownload/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDownload/VeltCommentDialogComposerAttachmentsOtherDownload.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDownload/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput/VeltCommentDialogComposerInput.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowLess/VeltCommentDialogThreadCardMessageShowLess.d.ts +13 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowLess/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowMore/VeltCommentDialogThreadCardMessageShowMore.d.ts +14 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowMore/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBanner.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdown.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContent.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItem.d.ts +9 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemIcon/VeltCommentDialogVisibilityBannerDropdownContentItemIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemLabel/VeltCommentDialogVisibilityBannerDropdownContentItemLabel.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentUserPicker/VeltCommentDialogVisibilityBannerDropdownContentUserPicker.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentUserPicker/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerIcon/VeltCommentDialogVisibilityBannerDropdownTriggerIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerLabel/VeltCommentDialogVisibilityBannerDropdownTriggerLabel.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerIcon/VeltCommentDialogVisibilityBannerIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerText/VeltCommentDialogVisibilityBannerText.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerText/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/index.d.ts +17 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImage.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDownload/VeltCommentDialogComposerAttachmentsImageDownload.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDownload/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOther.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDownload/VeltCommentDialogComposerAttachmentsOtherDownload.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDownload/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +2 -2
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessage.d.ts +7 -1
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowLess/VeltCommentDialogThreadCardMessageShowLess.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowLess/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowMore/VeltCommentDialogThreadCardMessageShowMore.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowMore/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBanner.d.ts +14 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdown.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContent.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItem.d.ts +13 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemIcon/VeltCommentDialogVisibilityBannerDropdownContentItemIcon.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemLabel/VeltCommentDialogVisibilityBannerDropdownContentItemLabel.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentUserPicker/VeltCommentDialogVisibilityBannerDropdownContentUserPicker.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentUserPicker/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTrigger.d.ts +14 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerIcon/VeltCommentDialogVisibilityBannerDropdownTriggerIcon.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerLabel/VeltCommentDialogVisibilityBannerDropdownTriggerLabel.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerIcon/VeltCommentDialogVisibilityBannerIcon.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerText/VeltCommentDialogVisibilityBannerText.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerText/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinGhostCommentIndicator/VeltCommentPinGhostCommentIndicator.d.ts +6 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinGhostCommentIndicator/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinIndex/VeltCommentPinIndex.d.ts +6 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinIndex/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinNumber/VeltCommentPinNumber.d.ts +6 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinNumber/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinPrivateCommentIndicator/VeltCommentPinPrivateCommentIndicator.d.ts +6 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinPrivateCommentIndicator/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinTriangle/VeltCommentPinTriangle.d.ts +6 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinTriangle/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinUnreadCommentIndicator/VeltCommentPinUnreadCommentIndicator.d.ts +6 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPinUnreadCommentIndicator/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPin/index.d.ts +6 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2.d.ts +17 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +6 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +6 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +7 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +7 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +7 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +7 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +6 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +6 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +7 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/index.d.ts +27 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +10 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +10 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +10 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +10 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Wireframe.d.ts +27 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/index.d.ts +27 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +18 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionCommentCount/VeltInlineCommentsSectionCommentCount.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionCommentCount/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionComposerContainer/VeltInlineCommentsSectionComposerContainer.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionComposerContainer/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdown.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContent.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentList.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItem.d.ts +7 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox/VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox.d.ts +7 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItemLabel/VeltInlineCommentsSectionFilterDropdownContentListItemLabel.d.ts +7 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTrigger.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTriggerArrow/VeltInlineCommentsSectionFilterDropdownTriggerArrow.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTriggerArrow/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTriggerName/VeltInlineCommentsSectionFilterDropdownTriggerName.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTriggerName/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionList/VeltInlineCommentsSectionList.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionList/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionPanel/VeltInlineCommentsSectionPanel.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionPanel/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSkeleton/VeltInlineCommentsSectionSkeleton.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSkeleton/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdown.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContent.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItem.d.ts +8 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemIcon/VeltInlineCommentsSectionSortingDropdownContentItemIcon.d.ts +7 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemName/VeltInlineCommentsSectionSortingDropdownContentItemName.d.ts +7 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemName/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemTick/VeltInlineCommentsSectionSortingDropdownContentItemTick.d.ts +7 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemTick/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTrigger.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTriggerIcon/VeltInlineCommentsSectionSortingDropdownTriggerIcon.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTriggerIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTriggerName/VeltInlineCommentsSectionSortingDropdownTriggerName.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTriggerName/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/index.d.ts +23 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogCloseButton/VeltMultiThreadCommentDialogCloseButton.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogCloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogCommentCount/VeltMultiThreadCommentDialogCommentCount.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogCommentCount/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogComposerContainer/VeltMultiThreadCommentDialogComposerContainer.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogComposerContainer/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogEmptyPlaceholder/VeltMultiThreadCommentDialogEmptyPlaceholder.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogEmptyPlaceholder/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogList/VeltMultiThreadCommentDialogList.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogList/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdown.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/VeltMultiThreadCommentDialogMinimalActionsDropdownContent.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger/VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdown.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContent.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger/VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogNewThreadButton/VeltMultiThreadCommentDialogNewThreadButton.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogNewThreadButton/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogPanel/VeltMultiThreadCommentDialogPanel.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogPanel/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogResetFilterButton/VeltMultiThreadCommentDialogResetFilterButton.d.ts +6 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogResetFilterButton/index.d.ts +1 -0
- package/cjs/types/components/VeltMultiThreadCommentDialog/index.d.ts +23 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelCloseButton/VeltNotificationsPanelCloseButton.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelCloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContent.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAll.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllList.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItem.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemContent/VeltNotificationsPanelContentAllListItemContent.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemContent/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemLabel/VeltNotificationsPanelContentAllListItemLabel.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAllReadContainer/VeltNotificationsPanelContentAllReadContainer.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAllReadContainer/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocuments.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsList.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItem.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemContent/VeltNotificationsPanelContentDocumentsListItemContent.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemContent/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemCount/VeltNotificationsPanelContentDocumentsListItemCount.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemCount/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemName/VeltNotificationsPanelContentDocumentsListItemName.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemName/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemUnread/VeltNotificationsPanelContentDocumentsListItemUnread.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemUnread/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentForYou/VeltNotificationsPanelContentForYou.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentForYou/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentList.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItem.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemAvatar/VeltNotificationsPanelContentListItemAvatar.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemBody/VeltNotificationsPanelContentListItemBody.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemBody/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemFileName/VeltNotificationsPanelContentListItemFileName.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemFileName/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemHeadline/VeltNotificationsPanelContentListItemHeadline.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemHeadline/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemTime/VeltNotificationsPanelContentListItemTime.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemTime/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemUnread/VeltNotificationsPanelContentListItemUnread.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemUnread/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentLoadMore/VeltNotificationsPanelContentLoadMore.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentLoadMore/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeople.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleList.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItem.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemAvatar/VeltNotificationsPanelContentPeopleListItemAvatar.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemContent/VeltNotificationsPanelContentPeopleListItemContent.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemContent/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemCount/VeltNotificationsPanelContentPeopleListItemCount.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemCount/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemName/VeltNotificationsPanelContentPeopleListItemName.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemName/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeader.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabAll/VeltNotificationsPanelHeaderTabAll.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabAll/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabDocuments/VeltNotificationsPanelHeaderTabDocuments.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabDocuments/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabForYou/VeltNotificationsPanelHeaderTabForYou.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabForYou/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabPeople/VeltNotificationsPanelHeaderTabPeople.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabPeople/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelReadAllButton/VeltNotificationsPanelReadAllButton.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelReadAllButton/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettings.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordion.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContent.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItem.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemIcon/VeltNotificationsPanelSettingsAccordionContentItemIcon.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemLabel/VeltNotificationsPanelSettingsAccordionContentItemLabel.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTrigger.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerIcon/VeltNotificationsPanelSettingsAccordionTriggerIcon.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerLabel/VeltNotificationsPanelSettingsAccordionTriggerLabel.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsBackButton/VeltNotificationsPanelSettingsBackButton.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsBackButton/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsDescription/VeltNotificationsPanelSettingsDescription.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsDescription/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsFooter/VeltNotificationsPanelSettingsFooter.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsFooter/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeader.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeaderTitle/VeltNotificationsPanelSettingsHeaderTitle.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeaderTitle/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsList/VeltNotificationsPanelSettingsList.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsList/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllDescription/VeltNotificationsPanelSettingsMuteAllDescription.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllDescription/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllTitle/VeltNotificationsPanelSettingsMuteAllTitle.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllTitle/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllToggle/VeltNotificationsPanelSettingsMuteAllToggle.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllToggle/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsTitle/VeltNotificationsPanelSettingsTitle.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsTitle/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettingsButton/VeltNotificationsPanelSettingsButton.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettingsButton/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSkeleton/VeltNotificationsPanelSkeleton.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelSkeleton/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitle.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitleText/VeltNotificationsPanelTitleText.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitleText/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelViewAllButton/VeltNotificationsPanelViewAllButton.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanelViewAllButton/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanel/index.d.ts +63 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolIcon/VeltNotificationsToolIcon.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolLabel/VeltNotificationsToolLabel.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadCount/VeltNotificationsToolUnreadCount.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadCount/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadIcon/VeltNotificationsToolUnreadIcon.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsTool/index.d.ts +4 -0
- package/cjs/types/components/VeltSidebarButton/VeltSidebarButtonCommentsCount/VeltSidebarButtonCommentsCount.d.ts +6 -0
- package/cjs/types/components/VeltSidebarButton/VeltSidebarButtonCommentsCount/index.d.ts +1 -0
- package/cjs/types/components/VeltSidebarButton/VeltSidebarButtonIcon/VeltSidebarButtonIcon.d.ts +6 -0
- package/cjs/types/components/VeltSidebarButton/VeltSidebarButtonIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltSidebarButton/VeltSidebarButtonUnreadIcon/VeltSidebarButtonUnreadIcon.d.ts +6 -0
- package/cjs/types/components/VeltSidebarButton/VeltSidebarButtonUnreadIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltSidebarButton/index.d.ts +3 -0
- package/cjs/types/components/VeltTextComment/VeltTextComment/VeltTextComment.d.ts +6 -0
- package/cjs/types/components/VeltTextComment/VeltTextComment/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentTool/VeltTextCommentTool.d.ts +6 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentTool/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbar.d.ts +6 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarCommentAnnotation/VeltTextCommentToolbarCommentAnnotation.d.ts +6 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarCommentAnnotation/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarCopywriter/VeltTextCommentToolbarCopywriter.d.ts +6 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarCopywriter/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarDivider/VeltTextCommentToolbarDivider.d.ts +6 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarDivider/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarGeneric/VeltTextCommentToolbarGeneric.d.ts +6 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarGeneric/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/index.d.ts +7 -0
- package/cjs/types/components/index.d.ts +222 -1
- package/cjs/types/constants.d.ts +1 -1
- package/cjs/types/hooks/ActivityElement.d.ts +3 -0
- package/cjs/types/hooks/index.d.ts +1 -0
- package/esm/index.js +4601 -2677
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +10 -1
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +3 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLog.d.ts +9 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogEmpty/VeltActivityLogEmpty.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogEmpty/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeader/VeltActivityLogHeader.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeader/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderCloseButton/VeltActivityLogHeaderCloseButton.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderCloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilter.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContent.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/VeltActivityLogHeaderFilterContentItem.d.ts +8 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/VeltActivityLogHeaderFilterContentItemIcon/VeltActivityLogHeaderFilterContentItemIcon.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/VeltActivityLogHeaderFilterContentItemIcon/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/VeltActivityLogHeaderFilterContentItemLabel/VeltActivityLogHeaderFilterContentItemLabel.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/VeltActivityLogHeaderFilterContentItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/VeltActivityLogHeaderFilterContentItem/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterContent/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/VeltActivityLogHeaderFilterTrigger.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/VeltActivityLogHeaderFilterTriggerIcon/VeltActivityLogHeaderFilterTriggerIcon.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/VeltActivityLogHeaderFilterTriggerIcon/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/VeltActivityLogHeaderFilterTriggerLabel/VeltActivityLogHeaderFilterTriggerLabel.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/VeltActivityLogHeaderFilterTriggerLabel/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/VeltActivityLogHeaderFilterTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderFilter/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderTitle/VeltActivityLogHeaderTitle.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogHeaderTitle/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogList.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListDateGroup/VeltActivityLogListDateGroup.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListDateGroup/VeltActivityLogListDateGroupLabel/VeltActivityLogListDateGroupLabel.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListDateGroup/VeltActivityLogListDateGroupLabel/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListDateGroup/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItem.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemAvatar/VeltActivityLogListItemAvatar.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContent.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentAction/VeltActivityLogListItemContentAction.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentAction/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentDetail/VeltActivityLogListItemContentDetail.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentDetail/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentTarget/VeltActivityLogListItemContentTarget.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentTarget/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentUser/VeltActivityLogListItemContentUser.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/VeltActivityLogListItemContentUser/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemContent/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemIcon/VeltActivityLogListItemIcon.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemIcon/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemTime/VeltActivityLogListItemTime.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/VeltActivityLogListItemTime/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListItem/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListShowMore/VeltActivityLogListShowMore.d.ts +7 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/VeltActivityLogListShowMore/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogList/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogLoading/VeltActivityLogLoading.d.ts +6 -0
- package/esm/types/components/VeltActivityLog/VeltActivityLogLoading/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLog/index.d.ts +27 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogEmptyWireframe/VeltActivityLogEmptyWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogEmptyWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderCloseButtonWireframe/VeltActivityLogHeaderCloseButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderCloseButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/VeltActivityLogHeaderFilterContentItemIconWireframe/VeltActivityLogHeaderFilterContentItemIconWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/VeltActivityLogHeaderFilterContentItemIconWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/VeltActivityLogHeaderFilterContentItemLabelWireframe/VeltActivityLogHeaderFilterContentItemLabelWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/VeltActivityLogHeaderFilterContentItemLabelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/VeltActivityLogHeaderFilterContentItemWireframe.d.ts +12 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/VeltActivityLogHeaderFilterContentWireframe.d.ts +10 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/VeltActivityLogHeaderFilterTriggerIconWireframe/VeltActivityLogHeaderFilterTriggerIconWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/VeltActivityLogHeaderFilterTriggerIconWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/VeltActivityLogHeaderFilterTriggerLabelWireframe/VeltActivityLogHeaderFilterTriggerLabelWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/VeltActivityLogHeaderFilterTriggerLabelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/VeltActivityLogHeaderFilterTriggerWireframe.d.ts +12 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterTriggerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/VeltActivityLogHeaderFilterWireframe.d.ts +12 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderFilterWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderTitleWireframe/VeltActivityLogHeaderTitleWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/VeltActivityLogHeaderWireframe.d.ts +14 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogHeaderWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListDateGroupWireframe/VeltActivityLogListDateGroupLabelWireframe/VeltActivityLogListDateGroupLabelWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListDateGroupWireframe/VeltActivityLogListDateGroupLabelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListDateGroupWireframe/VeltActivityLogListDateGroupWireframe.d.ts +10 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListDateGroupWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemAvatarWireframe/VeltActivityLogListItemAvatarWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemAvatarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentActionWireframe/VeltActivityLogListItemContentActionWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentActionWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentDetailWireframe/VeltActivityLogListItemContentDetailWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentDetailWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentTargetWireframe/VeltActivityLogListItemContentTargetWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentTargetWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentUserWireframe/VeltActivityLogListItemContentUserWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentUserWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/VeltActivityLogListItemContentWireframe.d.ts +16 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemIconWireframe/VeltActivityLogListItemIconWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemIconWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemTimeWireframe/VeltActivityLogListItemTimeWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemTimeWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/VeltActivityLogListItemWireframe.d.ts +16 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListShowMoreWireframe/VeltActivityLogListShowMoreWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListShowMoreWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/VeltActivityLogListWireframe.d.ts +14 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogListWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogLoadingWireframe/VeltActivityLogLoadingWireframe.d.ts +8 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogLoadingWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltActivityLogWireframe/VeltActivityLogWireframe.d.ts +16 -0
- package/esm/types/components/VeltActivityLogWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteChip/VeltAutocompleteChip.d.ts +9 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteChip/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltip.d.ts +5 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipDescription/VeltAutocompleteChipTooltipDescription.d.ts +5 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipDescription/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipIcon/VeltAutocompleteChipTooltipIcon.d.ts +5 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipIcon/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipName/VeltAutocompleteChipTooltipName.d.ts +5 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/VeltAutocompleteChipTooltipName/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteChipTooltip/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteEmpty/VeltAutocompleteEmpty.d.ts +5 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteEmpty/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteGroupOption/VeltAutocompleteGroupOption.d.ts +5 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteGroupOption/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOption.d.ts +7 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionDescription/VeltAutocompleteOptionDescription.d.ts +6 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionDescription/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionErrorIcon/VeltAutocompleteOptionErrorIcon.d.ts +5 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionErrorIcon/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionIcon/VeltAutocompleteOptionIcon.d.ts +5 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionIcon/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionName/VeltAutocompleteOptionName.d.ts +5 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteOption/VeltAutocompleteOptionName/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteOption/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteTool/VeltAutocompleteTool.d.ts +5 -0
- package/esm/types/components/VeltAutocomplete/VeltAutocompleteTool/index.d.ts +1 -0
- package/esm/types/components/VeltAutocomplete/index.d.ts +13 -0
- package/esm/types/components/VeltAutocompleteEmptyWireframe/VeltAutocompleteEmptyWireframe.d.ts +6 -0
- package/esm/types/components/VeltAutocompleteEmptyWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentBubble/VeltCommentBubbleAvatar/VeltCommentBubbleAvatar.d.ts +1 -0
- package/esm/types/components/VeltCommentBubble/VeltCommentBubbleCommentsCount/VeltCommentBubbleCommentsCount.d.ts +1 -0
- package/esm/types/components/VeltCommentBubble/VeltCommentBubbleUnreadIcon/VeltCommentBubbleUnreadIcon.d.ts +2 -2
- package/esm/types/components/VeltCommentBubble/index.d.ts +3 -1
- package/esm/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleAvatar/VeltCommentBubbleAvatar.d.ts +5 -0
- package/esm/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleCommentsCount/VeltCommentBubbleCommentsCount.d.ts +5 -0
- package/esm/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleCommentsCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleUnreadIcon/VeltCommentBubbleUnreadIcon.d.ts +6 -0
- package/esm/types/components/VeltCommentBubbleWireframe/VeltCommentBubbleUnreadIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentBubbleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialog.d.ts +7 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +2 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDownload/VeltCommentDialogComposerAttachmentsImageDownload.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDownload/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDownload/VeltCommentDialogComposerAttachmentsOtherDownload.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDownload/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput/VeltCommentDialogComposerInput.d.ts +2 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowLess/VeltCommentDialogThreadCardMessageShowLess.d.ts +13 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowLess/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowMore/VeltCommentDialogThreadCardMessageShowMore.d.ts +14 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowMore/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBanner.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdown.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContent.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItem.d.ts +9 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemIcon/VeltCommentDialogVisibilityBannerDropdownContentItemIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemLabel/VeltCommentDialogVisibilityBannerDropdownContentItemLabel.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentUserPicker/VeltCommentDialogVisibilityBannerDropdownContentUserPicker.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentUserPicker/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerIcon/VeltCommentDialogVisibilityBannerDropdownTriggerIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerLabel/VeltCommentDialogVisibilityBannerDropdownTriggerLabel.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerIcon/VeltCommentDialogVisibilityBannerIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerText/VeltCommentDialogVisibilityBannerText.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerText/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityBanner/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/index.d.ts +17 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImage.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDownload/VeltCommentDialogComposerAttachmentsImageDownload.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDownload/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOther.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDownload/VeltCommentDialogComposerAttachmentsOtherDownload.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDownload/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +2 -2
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessage.d.ts +7 -1
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowLess/VeltCommentDialogThreadCardMessageShowLess.d.ts +8 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowLess/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowMore/VeltCommentDialogThreadCardMessageShowMore.d.ts +8 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessageShowMore/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBanner.d.ts +14 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdown.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContent.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItem.d.ts +13 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemIcon/VeltCommentDialogVisibilityBannerDropdownContentItemIcon.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemLabel/VeltCommentDialogVisibilityBannerDropdownContentItemLabel.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/VeltCommentDialogVisibilityBannerDropdownContentItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentUserPicker/VeltCommentDialogVisibilityBannerDropdownContentUserPicker.d.ts +8 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/VeltCommentDialogVisibilityBannerDropdownContentUserPicker/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTrigger.d.ts +14 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerIcon/VeltCommentDialogVisibilityBannerDropdownTriggerIcon.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerLabel/VeltCommentDialogVisibilityBannerDropdownTriggerLabel.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/VeltCommentDialogVisibilityBannerDropdownTriggerLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/VeltCommentDialogVisibilityBannerDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerIcon/VeltCommentDialogVisibilityBannerIcon.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerText/VeltCommentDialogVisibilityBannerText.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/VeltCommentDialogVisibilityBannerText/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityBanner/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinGhostCommentIndicator/VeltCommentPinGhostCommentIndicator.d.ts +6 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinGhostCommentIndicator/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinIndex/VeltCommentPinIndex.d.ts +6 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinIndex/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinNumber/VeltCommentPinNumber.d.ts +6 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinNumber/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinPrivateCommentIndicator/VeltCommentPinPrivateCommentIndicator.d.ts +6 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinPrivateCommentIndicator/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinTriangle/VeltCommentPinTriangle.d.ts +6 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinTriangle/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinUnreadCommentIndicator/VeltCommentPinUnreadCommentIndicator.d.ts +6 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPinUnreadCommentIndicator/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPin/index.d.ts +6 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2.d.ts +17 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +6 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +6 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +7 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +7 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +7 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +7 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +6 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +6 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +7 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/index.d.ts +27 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +10 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +10 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +10 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +10 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Wireframe.d.ts +27 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/index.d.ts +27 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +18 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionCommentCount/VeltInlineCommentsSectionCommentCount.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionCommentCount/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionComposerContainer/VeltInlineCommentsSectionComposerContainer.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionComposerContainer/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdown.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContent.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentList.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItem.d.ts +7 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox/VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox.d.ts +7 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItemLabel/VeltInlineCommentsSectionFilterDropdownContentListItemLabel.d.ts +7 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/VeltInlineCommentsSectionFilterDropdownContentListItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/VeltInlineCommentsSectionFilterDropdownContentListItem/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/VeltInlineCommentsSectionFilterDropdownContentList/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTrigger.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTriggerArrow/VeltInlineCommentsSectionFilterDropdownTriggerArrow.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTriggerArrow/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTriggerName/VeltInlineCommentsSectionFilterDropdownTriggerName.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/VeltInlineCommentsSectionFilterDropdownTriggerName/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/VeltInlineCommentsSectionFilterDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionFilterDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionList/VeltInlineCommentsSectionList.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionList/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionPanel/VeltInlineCommentsSectionPanel.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionPanel/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSkeleton/VeltInlineCommentsSectionSkeleton.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSkeleton/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdown.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContent.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItem.d.ts +8 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemIcon/VeltInlineCommentsSectionSortingDropdownContentItemIcon.d.ts +7 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemIcon/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemName/VeltInlineCommentsSectionSortingDropdownContentItemName.d.ts +7 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemName/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemTick/VeltInlineCommentsSectionSortingDropdownContentItemTick.d.ts +7 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/VeltInlineCommentsSectionSortingDropdownContentItemTick/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/VeltInlineCommentsSectionSortingDropdownContentItem/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTrigger.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTriggerIcon/VeltInlineCommentsSectionSortingDropdownTriggerIcon.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTriggerIcon/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTriggerName/VeltInlineCommentsSectionSortingDropdownTriggerName.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/VeltInlineCommentsSectionSortingDropdownTriggerName/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/VeltInlineCommentsSectionSortingDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSectionSortingDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/index.d.ts +23 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogCloseButton/VeltMultiThreadCommentDialogCloseButton.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogCloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogCommentCount/VeltMultiThreadCommentDialogCommentCount.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogCommentCount/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogComposerContainer/VeltMultiThreadCommentDialogComposerContainer.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogComposerContainer/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogEmptyPlaceholder/VeltMultiThreadCommentDialogEmptyPlaceholder.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogEmptyPlaceholder/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogList/VeltMultiThreadCommentDialogList.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogList/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdown.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/VeltMultiThreadCommentDialogMinimalActionsDropdownContent.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger/VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalActionsDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdown.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContent.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger/VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogMinimalFilterDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogNewThreadButton/VeltMultiThreadCommentDialogNewThreadButton.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogNewThreadButton/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogPanel/VeltMultiThreadCommentDialogPanel.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogPanel/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogResetFilterButton/VeltMultiThreadCommentDialogResetFilterButton.d.ts +6 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/VeltMultiThreadCommentDialogResetFilterButton/index.d.ts +1 -0
- package/esm/types/components/VeltMultiThreadCommentDialog/index.d.ts +23 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelCloseButton/VeltNotificationsPanelCloseButton.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelCloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContent.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAll.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllList.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItem.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemContent/VeltNotificationsPanelContentAllListItemContent.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemContent/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemLabel/VeltNotificationsPanelContentAllListItemLabel.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/VeltNotificationsPanelContentAllListItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/VeltNotificationsPanelContentAllListItem/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/VeltNotificationsPanelContentAllList/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAll/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAllReadContainer/VeltNotificationsPanelContentAllReadContainer.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentAllReadContainer/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocuments.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsList.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItem.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemContent/VeltNotificationsPanelContentDocumentsListItemContent.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemContent/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemCount/VeltNotificationsPanelContentDocumentsListItemCount.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemCount/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemName/VeltNotificationsPanelContentDocumentsListItemName.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemName/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemUnread/VeltNotificationsPanelContentDocumentsListItemUnread.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/VeltNotificationsPanelContentDocumentsListItemUnread/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/VeltNotificationsPanelContentDocumentsListItem/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/VeltNotificationsPanelContentDocumentsList/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentDocuments/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentForYou/VeltNotificationsPanelContentForYou.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentForYou/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentList.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItem.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemAvatar/VeltNotificationsPanelContentListItemAvatar.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemBody/VeltNotificationsPanelContentListItemBody.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemBody/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemFileName/VeltNotificationsPanelContentListItemFileName.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemFileName/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemHeadline/VeltNotificationsPanelContentListItemHeadline.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemHeadline/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemTime/VeltNotificationsPanelContentListItemTime.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemTime/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemUnread/VeltNotificationsPanelContentListItemUnread.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/VeltNotificationsPanelContentListItemUnread/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/VeltNotificationsPanelContentListItem/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentList/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentLoadMore/VeltNotificationsPanelContentLoadMore.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentLoadMore/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeople.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleList.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItem.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemAvatar/VeltNotificationsPanelContentPeopleListItemAvatar.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemContent/VeltNotificationsPanelContentPeopleListItemContent.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemContent/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemCount/VeltNotificationsPanelContentPeopleListItemCount.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemCount/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemName/VeltNotificationsPanelContentPeopleListItemName.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/VeltNotificationsPanelContentPeopleListItemName/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/VeltNotificationsPanelContentPeopleListItem/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/VeltNotificationsPanelContentPeopleList/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/VeltNotificationsPanelContentPeople/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelContent/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeader.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabAll/VeltNotificationsPanelHeaderTabAll.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabAll/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabDocuments/VeltNotificationsPanelHeaderTabDocuments.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabDocuments/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabForYou/VeltNotificationsPanelHeaderTabForYou.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabForYou/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabPeople/VeltNotificationsPanelHeaderTabPeople.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/VeltNotificationsPanelHeaderTabPeople/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelHeader/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelReadAllButton/VeltNotificationsPanelReadAllButton.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelReadAllButton/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettings.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordion.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContent.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItem.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemIcon/VeltNotificationsPanelSettingsAccordionContentItemIcon.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemIcon/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemLabel/VeltNotificationsPanelSettingsAccordionContentItemLabel.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/VeltNotificationsPanelSettingsAccordionContentItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/VeltNotificationsPanelSettingsAccordionContentItem/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionContent/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTrigger.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerIcon/VeltNotificationsPanelSettingsAccordionTriggerIcon.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerIcon/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerLabel/VeltNotificationsPanelSettingsAccordionTriggerLabel.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerLabel/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/VeltNotificationsPanelSettingsAccordionTriggerSelectedValue/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/VeltNotificationsPanelSettingsAccordionTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsAccordion/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsBackButton/VeltNotificationsPanelSettingsBackButton.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsBackButton/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsDescription/VeltNotificationsPanelSettingsDescription.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsDescription/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsFooter/VeltNotificationsPanelSettingsFooter.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsFooter/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeader.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeaderTitle/VeltNotificationsPanelSettingsHeaderTitle.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/VeltNotificationsPanelSettingsHeaderTitle/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsHeader/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsList/VeltNotificationsPanelSettingsList.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsList/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllDescription/VeltNotificationsPanelSettingsMuteAllDescription.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllDescription/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllTitle/VeltNotificationsPanelSettingsMuteAllTitle.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllTitle/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllToggle/VeltNotificationsPanelSettingsMuteAllToggle.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsMuteAllToggle/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsTitle/VeltNotificationsPanelSettingsTitle.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/VeltNotificationsPanelSettingsTitle/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettings/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettingsButton/VeltNotificationsPanelSettingsButton.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSettingsButton/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSkeleton/VeltNotificationsPanelSkeleton.d.ts +6 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelSkeleton/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitle.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitleText/VeltNotificationsPanelTitleText.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/VeltNotificationsPanelTitleText/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelTitle/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelViewAllButton/VeltNotificationsPanelViewAllButton.d.ts +5 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanelViewAllButton/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanel/index.d.ts +63 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolIcon/VeltNotificationsToolIcon.d.ts +5 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolIcon/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolLabel/VeltNotificationsToolLabel.d.ts +5 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolLabel/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadCount/VeltNotificationsToolUnreadCount.d.ts +5 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadCount/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadIcon/VeltNotificationsToolUnreadIcon.d.ts +5 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsToolUnreadIcon/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsTool/index.d.ts +4 -0
- package/esm/types/components/VeltSidebarButton/VeltSidebarButtonCommentsCount/VeltSidebarButtonCommentsCount.d.ts +6 -0
- package/esm/types/components/VeltSidebarButton/VeltSidebarButtonCommentsCount/index.d.ts +1 -0
- package/esm/types/components/VeltSidebarButton/VeltSidebarButtonIcon/VeltSidebarButtonIcon.d.ts +6 -0
- package/esm/types/components/VeltSidebarButton/VeltSidebarButtonIcon/index.d.ts +1 -0
- package/esm/types/components/VeltSidebarButton/VeltSidebarButtonUnreadIcon/VeltSidebarButtonUnreadIcon.d.ts +6 -0
- package/esm/types/components/VeltSidebarButton/VeltSidebarButtonUnreadIcon/index.d.ts +1 -0
- package/esm/types/components/VeltSidebarButton/index.d.ts +3 -0
- package/esm/types/components/VeltTextComment/VeltTextComment/VeltTextComment.d.ts +6 -0
- package/esm/types/components/VeltTextComment/VeltTextComment/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentTool/VeltTextCommentTool.d.ts +6 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentTool/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbar.d.ts +6 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarCommentAnnotation/VeltTextCommentToolbarCommentAnnotation.d.ts +6 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarCommentAnnotation/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarCopywriter/VeltTextCommentToolbarCopywriter.d.ts +6 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarCopywriter/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarDivider/VeltTextCommentToolbarDivider.d.ts +6 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarDivider/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarGeneric/VeltTextCommentToolbarGeneric.d.ts +6 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbarGeneric/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/index.d.ts +7 -0
- package/esm/types/components/index.d.ts +222 -1
- package/esm/types/constants.d.ts +1 -1
- package/esm/types/hooks/ActivityElement.d.ts +3 -0
- package/esm/types/hooks/index.d.ts +1 -0
- package/index.d.ts +1667 -65
- package/package.json +1 -1
- /package/cjs/types/components/{VeltCommentBubble → VeltCommentBubbleWireframe}/VeltCommentBubbleWireframe.d.ts +0 -0
- /package/esm/types/components/{VeltCommentBubble → VeltCommentBubbleWireframe}/VeltCommentBubbleWireframe.d.ts +0 -0
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React$1 from 'react';
|
|
3
|
-
import { Config, UserDataProvider, VeltDataProvider, VeltEncryptionProvider, VeltAuthProvider, VeltPermissionProvider, Velt, ContextOptions, ReactionMap, CustomAnnotationDropdownData, AutocompleteData, AutoCompleteScrollConfig, AssignToType, CommentSidebarFilterConfig as CommentSidebarFilterConfig$2, CommentSidebarGroupConfig as CommentSidebarGroupConfig$2, CommentSidebarFilters as CommentSidebarFilters$2, SidebarFilterCriteria, SortOrder, SortBy, RecorderLayoutMode, RecordedData, RecorderMode, CommentAnnotation, NotificationSettingsLayout, NotificationPanelMode, AutocompleteItem, User, Options, DocumentMetadata, Document, SetDocumentsRequestOptions, Location as Location$1, SetLocationsRequestOptions, HeartbeatConfig, GetHeartbeatResponse, GetUserPermissionsResponse, CommentElement, UnreadCommentsCount, CommentAddEventData, CommentUpdateEventData, CommentSelectionChangeData, CommentSidebarCustomActionEventData, CommentContextProvider, AddCommentAnnotationRequest, AddCommentAnnotationEvent, ApproveCommentAnnotationRequest, ApproveCommentAnnotationEvent, RejectCommentAnnotationRequest, RejectCommentAnnotationEvent, SubscribeCommentAnnotationRequest, SubscribeCommentAnnotationEvent, UnsubscribeCommentAnnotationRequest, UnsubscribeCommentAnnotationEvent, DeleteCommentAnnotationRequest, DeleteCommentAnnotationEvent, CommentRequestQuery, GetCommentAnnotationsResponse, GetCommentAnnotationsCountResponse, AssignUserRequest, AssignUserEvent, UpdatePriorityRequest, UpdatePriorityEvent, UpdateStatusRequest, UpdateStatusEvent, UpdateAccessRequest, UpdateAccessEvent, ResolveCommentAnnotationRequest, GetLinkRequest, GetLinkResponse, CopyLinkRequest, CopyLinkEvent, AddCommentRequest, AddCommentEvent, UpdateCommentRequest, UpdateCommentEvent, DeleteCommentRequest, DeleteCommentEvent, GetCommentRequest, AddAttachmentRequest, AddAttachmentResponse, DeleteAttachmentRequest, DeleteAttachmentEvent, GetAttachmentRequest, Attachment, DeleteRecordingRequest, DeleteRecordingEvent, GetRecordingRequest, AddReactionRequest, AddReactionEvent, DeleteReactionRequest, DeleteReactionEvent, ToggleReactionRequest, ToggleReactionEvent, CommentEventTypesMap, CoreEventTypesMap, CursorElement, CursorUser, LiveStateSyncElement, SetLiveStateDataConfig, UserEditorAccess, EditorAccessTimer, ServerConnectionState, LiveStateEventTypesMap, PresenceElement, PresenceUser, PresenceRequestQuery, GetPresenceDataResponse, PresenceEventTypesMap, RecorderElement, RecorderRequestQuery, GetRecordingsResponse, RecorderEventTypesMap, RewriterElement, SelectionElement, LiveSelectionData, TagElement, TagAnnotation, ViewsElement, ViewsByUser, ViewsByDate, NotificationElement, GetNotificationsDataQuery, Notification, NotificationSettingsConfig, NotificationInitialSettingsConfig, NotificationEventTypesMap, AutocompleteElement, AutocompleteChipData, ContactElement, SelectedUserContact, GetContactListResponse, CrdtElement, CrdtEventTypesMap } from '@veltdev/types';
|
|
3
|
+
import { Config, UserDataProvider, VeltDataProvider, VeltEncryptionProvider, VeltAuthProvider, VeltPermissionProvider, Velt, ContextOptions, ReactionMap, CustomAnnotationDropdownData, AutocompleteData, AutoCompleteScrollConfig, AssignToType, CommentSidebarFilterConfig as CommentSidebarFilterConfig$2, CommentSidebarGroupConfig as CommentSidebarGroupConfig$2, CommentSidebarFilters as CommentSidebarFilters$2, SidebarFilterCriteria, SortOrder, SortBy, RecorderLayoutMode, RecordedData, RecorderMode, CommentAnnotation, NotificationSettingsLayout, NotificationPanelMode, AutocompleteItem, User, Options, DocumentMetadata, Document, SetDocumentsRequestOptions, Location as Location$1, SetLocationsRequestOptions, HeartbeatConfig, GetHeartbeatResponse, GetUserPermissionsResponse, CommentElement, UnreadCommentsCount, CommentAddEventData, CommentUpdateEventData, CommentSelectionChangeData, CommentSidebarCustomActionEventData, CommentContextProvider, AddCommentAnnotationRequest, AddCommentAnnotationEvent, ApproveCommentAnnotationRequest, ApproveCommentAnnotationEvent, RejectCommentAnnotationRequest, RejectCommentAnnotationEvent, SubscribeCommentAnnotationRequest, SubscribeCommentAnnotationEvent, UnsubscribeCommentAnnotationRequest, UnsubscribeCommentAnnotationEvent, DeleteCommentAnnotationRequest, DeleteCommentAnnotationEvent, CommentRequestQuery, GetCommentAnnotationsResponse, GetCommentAnnotationsCountResponse, AssignUserRequest, AssignUserEvent, UpdatePriorityRequest, UpdatePriorityEvent, UpdateStatusRequest, UpdateStatusEvent, UpdateAccessRequest, UpdateAccessEvent, ResolveCommentAnnotationRequest, GetLinkRequest, GetLinkResponse, CopyLinkRequest, CopyLinkEvent, AddCommentRequest, AddCommentEvent, UpdateCommentRequest, UpdateCommentEvent, DeleteCommentRequest, DeleteCommentEvent, GetCommentRequest, AddAttachmentRequest, AddAttachmentResponse, DeleteAttachmentRequest, DeleteAttachmentEvent, GetAttachmentRequest, Attachment, DeleteRecordingRequest, DeleteRecordingEvent, GetRecordingRequest, AddReactionRequest, AddReactionEvent, DeleteReactionRequest, DeleteReactionEvent, ToggleReactionRequest, ToggleReactionEvent, CommentEventTypesMap, CoreEventTypesMap, CursorElement, CursorUser, LiveStateSyncElement, SetLiveStateDataConfig, UserEditorAccess, EditorAccessTimer, ServerConnectionState, LiveStateEventTypesMap, PresenceElement, PresenceUser, PresenceRequestQuery, GetPresenceDataResponse, PresenceEventTypesMap, RecorderElement, RecorderRequestQuery, GetRecordingsResponse, RecorderEventTypesMap, RewriterElement, SelectionElement, LiveSelectionData, TagElement, TagAnnotation, ViewsElement, ViewsByUser, ViewsByDate, NotificationElement, GetNotificationsDataQuery, Notification, NotificationSettingsConfig, NotificationInitialSettingsConfig, NotificationEventTypesMap, AutocompleteElement, AutocompleteChipData, ContactElement, SelectedUserContact, GetContactListResponse, CrdtElement, CrdtEventTypesMap, ActivityElement, ActivitySubscribeConfig, ActivityRecord } from '@veltdev/types';
|
|
4
4
|
|
|
5
5
|
interface IVeltProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6
6
|
apiKey: string;
|
|
@@ -84,6 +84,7 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
84
84
|
dialogOnTargetElementClick?: boolean;
|
|
85
85
|
priority?: boolean;
|
|
86
86
|
status?: boolean;
|
|
87
|
+
visibilityOptions?: boolean;
|
|
87
88
|
resolveButton?: boolean;
|
|
88
89
|
inboxMode?: boolean;
|
|
89
90
|
suggestionMode?: boolean;
|
|
@@ -204,6 +205,9 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
204
205
|
linkCallback?: boolean;
|
|
205
206
|
replyPlaceholder?: string;
|
|
206
207
|
commentPlaceholder?: string;
|
|
208
|
+
editPlaceholder?: string;
|
|
209
|
+
editCommentPlaceholder?: string;
|
|
210
|
+
editReplyPlaceholder?: string;
|
|
207
211
|
allowedFileTypes?: string[];
|
|
208
212
|
attachmentNameInMessage?: boolean;
|
|
209
213
|
forceCloseAllOnEsc?: boolean;
|
|
@@ -213,7 +217,12 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
213
217
|
assignToType?: AssignToType;
|
|
214
218
|
formatOptions?: boolean;
|
|
215
219
|
attachmentDownload?: boolean;
|
|
216
|
-
|
|
220
|
+
pinDrag?: boolean;
|
|
221
|
+
/**
|
|
222
|
+
* When false, disables anonymous email mentions for comments (global comments container).
|
|
223
|
+
* When true, enables them. Mirrors `anonymousEmail` on `velt-comments`.
|
|
224
|
+
*/
|
|
225
|
+
anonymousEmail?: boolean;
|
|
217
226
|
}
|
|
218
227
|
declare const SnippylyComments: React$1.FC<IVeltCommentsProps>;
|
|
219
228
|
|
|
@@ -276,6 +285,9 @@ interface IVeltCommentsSidebarProps {
|
|
|
276
285
|
forceClose?: boolean;
|
|
277
286
|
commentPlaceholder?: string;
|
|
278
287
|
replyPlaceholder?: string;
|
|
288
|
+
editPlaceholder?: string;
|
|
289
|
+
editCommentPlaceholder?: string;
|
|
290
|
+
editReplyPlaceholder?: string;
|
|
279
291
|
pageModePlaceholder?: string;
|
|
280
292
|
}
|
|
281
293
|
declare const SnippylyCommentsSidebar: React$1.FC<IVeltCommentsSidebarProps>;
|
|
@@ -629,6 +641,22 @@ interface IVeltNotificationsToolProps extends React$1.DetailedHTMLProps<React$1.
|
|
|
629
641
|
}
|
|
630
642
|
declare const VeltNotificationsTool: React$1.FC<IVeltNotificationsToolProps>;
|
|
631
643
|
|
|
644
|
+
interface IVeltNotificationsToolIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
645
|
+
}
|
|
646
|
+
declare const VeltNotificationsToolIcon: React$1.FC<IVeltNotificationsToolIconProps>;
|
|
647
|
+
|
|
648
|
+
interface IVeltNotificationsToolUnreadIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
649
|
+
}
|
|
650
|
+
declare const VeltNotificationsToolUnreadIcon: React$1.FC<IVeltNotificationsToolUnreadIconProps>;
|
|
651
|
+
|
|
652
|
+
interface IVeltNotificationsToolLabelProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
653
|
+
}
|
|
654
|
+
declare const VeltNotificationsToolLabel: React$1.FC<IVeltNotificationsToolLabelProps>;
|
|
655
|
+
|
|
656
|
+
interface IVeltNotificationsToolUnreadCountProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
657
|
+
}
|
|
658
|
+
declare const VeltNotificationsToolUnreadCount: React$1.FC<IVeltNotificationsToolUnreadCountProps>;
|
|
659
|
+
|
|
632
660
|
declare class NotificationTabConfigItem {
|
|
633
661
|
name?: string;
|
|
634
662
|
enable?: boolean;
|
|
@@ -655,6 +683,299 @@ interface IVeltNotificationsPanelProps {
|
|
|
655
683
|
}
|
|
656
684
|
declare const VeltNotificationsPanel: React$1.FC<IVeltNotificationsPanelProps>;
|
|
657
685
|
|
|
686
|
+
interface IVeltNotificationsPanelTitleProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
687
|
+
}
|
|
688
|
+
declare const VeltNotificationsPanelTitle: React$1.FC<IVeltNotificationsPanelTitleProps>;
|
|
689
|
+
|
|
690
|
+
interface IVeltNotificationsPanelTitleTextProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
691
|
+
}
|
|
692
|
+
declare const VeltNotificationsPanelTitleText: React$1.FC<IVeltNotificationsPanelTitleTextProps>;
|
|
693
|
+
|
|
694
|
+
interface IVeltNotificationsPanelHeaderProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
695
|
+
}
|
|
696
|
+
declare const VeltNotificationsPanelHeader: React$1.FC<IVeltNotificationsPanelHeaderProps>;
|
|
697
|
+
|
|
698
|
+
interface IVeltNotificationsPanelHeaderTabForYouProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
699
|
+
}
|
|
700
|
+
declare const VeltNotificationsPanelHeaderTabForYou: React$1.FC<IVeltNotificationsPanelHeaderTabForYouProps>;
|
|
701
|
+
|
|
702
|
+
interface IVeltNotificationsPanelHeaderTabPeopleProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
703
|
+
}
|
|
704
|
+
declare const VeltNotificationsPanelHeaderTabPeople: React$1.FC<IVeltNotificationsPanelHeaderTabPeopleProps>;
|
|
705
|
+
|
|
706
|
+
interface IVeltNotificationsPanelHeaderTabDocumentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
707
|
+
}
|
|
708
|
+
declare const VeltNotificationsPanelHeaderTabDocuments: React$1.FC<IVeltNotificationsPanelHeaderTabDocumentsProps>;
|
|
709
|
+
|
|
710
|
+
interface IVeltNotificationsPanelHeaderTabAllProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
711
|
+
}
|
|
712
|
+
declare const VeltNotificationsPanelHeaderTabAll: React$1.FC<IVeltNotificationsPanelHeaderTabAllProps>;
|
|
713
|
+
|
|
714
|
+
interface IVeltNotificationsPanelContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
715
|
+
}
|
|
716
|
+
declare const VeltNotificationsPanelContent: React$1.FC<IVeltNotificationsPanelContentProps>;
|
|
717
|
+
|
|
718
|
+
interface IVeltNotificationsPanelContentForYouProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
719
|
+
}
|
|
720
|
+
declare const VeltNotificationsPanelContentForYou: React$1.FC<IVeltNotificationsPanelContentForYouProps>;
|
|
721
|
+
|
|
722
|
+
interface IVeltNotificationsPanelContentAllProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
723
|
+
}
|
|
724
|
+
declare const VeltNotificationsPanelContentAll: React$1.FC<IVeltNotificationsPanelContentAllProps>;
|
|
725
|
+
|
|
726
|
+
interface IVeltNotificationsPanelContentPeopleProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
727
|
+
}
|
|
728
|
+
declare const VeltNotificationsPanelContentPeople: React$1.FC<IVeltNotificationsPanelContentPeopleProps>;
|
|
729
|
+
|
|
730
|
+
interface IVeltNotificationsPanelContentDocumentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
731
|
+
}
|
|
732
|
+
declare const VeltNotificationsPanelContentDocuments: React$1.FC<IVeltNotificationsPanelContentDocumentsProps>;
|
|
733
|
+
|
|
734
|
+
interface IVeltNotificationsPanelContentListProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
735
|
+
notifications?: any;
|
|
736
|
+
listItemTemplate?: any;
|
|
737
|
+
}
|
|
738
|
+
declare const VeltNotificationsPanelContentList: React$1.FC<IVeltNotificationsPanelContentListProps>;
|
|
739
|
+
|
|
740
|
+
interface IVeltNotificationsPanelContentListItemProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
741
|
+
notification?: any;
|
|
742
|
+
listItemTemplate?: any;
|
|
743
|
+
}
|
|
744
|
+
declare const VeltNotificationsPanelContentListItem: React$1.FC<IVeltNotificationsPanelContentListItemProps>;
|
|
745
|
+
|
|
746
|
+
interface IVeltNotificationsPanelContentListItemAvatarProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
747
|
+
notification?: any;
|
|
748
|
+
}
|
|
749
|
+
declare const VeltNotificationsPanelContentListItemAvatar: React$1.FC<IVeltNotificationsPanelContentListItemAvatarProps>;
|
|
750
|
+
|
|
751
|
+
interface IVeltNotificationsPanelContentListItemUnreadProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
752
|
+
notification?: any;
|
|
753
|
+
isDefault?: boolean;
|
|
754
|
+
}
|
|
755
|
+
declare const VeltNotificationsPanelContentListItemUnread: React$1.FC<IVeltNotificationsPanelContentListItemUnreadProps>;
|
|
756
|
+
|
|
757
|
+
interface IVeltNotificationsPanelContentListItemHeadlineProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
758
|
+
notification?: any;
|
|
759
|
+
}
|
|
760
|
+
declare const VeltNotificationsPanelContentListItemHeadline: React$1.FC<IVeltNotificationsPanelContentListItemHeadlineProps>;
|
|
761
|
+
|
|
762
|
+
interface IVeltNotificationsPanelContentListItemBodyProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
763
|
+
notification?: any;
|
|
764
|
+
}
|
|
765
|
+
declare const VeltNotificationsPanelContentListItemBody: React$1.FC<IVeltNotificationsPanelContentListItemBodyProps>;
|
|
766
|
+
|
|
767
|
+
interface IVeltNotificationsPanelContentListItemFileNameProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
768
|
+
notification?: any;
|
|
769
|
+
}
|
|
770
|
+
declare const VeltNotificationsPanelContentListItemFileName: React$1.FC<IVeltNotificationsPanelContentListItemFileNameProps>;
|
|
771
|
+
|
|
772
|
+
interface IVeltNotificationsPanelContentListItemTimeProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
773
|
+
notification?: any;
|
|
774
|
+
}
|
|
775
|
+
declare const VeltNotificationsPanelContentListItemTime: React$1.FC<IVeltNotificationsPanelContentListItemTimeProps>;
|
|
776
|
+
|
|
777
|
+
interface IVeltNotificationsPanelContentAllListProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
778
|
+
listItemTemplate?: any;
|
|
779
|
+
}
|
|
780
|
+
declare const VeltNotificationsPanelContentAllList: React$1.FC<IVeltNotificationsPanelContentAllListProps>;
|
|
781
|
+
|
|
782
|
+
interface IVeltNotificationsPanelContentAllListItemProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
783
|
+
listItemTemplate?: any;
|
|
784
|
+
}
|
|
785
|
+
declare const VeltNotificationsPanelContentAllListItem: React$1.FC<IVeltNotificationsPanelContentAllListItemProps>;
|
|
786
|
+
|
|
787
|
+
interface IVeltNotificationsPanelContentAllListItemLabelProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
788
|
+
}
|
|
789
|
+
declare const VeltNotificationsPanelContentAllListItemLabel: React$1.FC<IVeltNotificationsPanelContentAllListItemLabelProps>;
|
|
790
|
+
|
|
791
|
+
interface IVeltNotificationsPanelContentAllListItemContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
792
|
+
}
|
|
793
|
+
declare const VeltNotificationsPanelContentAllListItemContent: React$1.FC<IVeltNotificationsPanelContentAllListItemContentProps>;
|
|
794
|
+
|
|
795
|
+
interface IVeltNotificationsPanelContentPeopleListProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
796
|
+
listItemTemplate?: any;
|
|
797
|
+
}
|
|
798
|
+
declare const VeltNotificationsPanelContentPeopleList: React$1.FC<IVeltNotificationsPanelContentPeopleListProps>;
|
|
799
|
+
|
|
800
|
+
interface IVeltNotificationsPanelContentPeopleListItemProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
801
|
+
data?: any;
|
|
802
|
+
listItemTemplate?: any;
|
|
803
|
+
}
|
|
804
|
+
declare const VeltNotificationsPanelContentPeopleListItem: React$1.FC<IVeltNotificationsPanelContentPeopleListItemProps>;
|
|
805
|
+
|
|
806
|
+
interface IVeltNotificationsPanelContentPeopleListItemAvatarProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
807
|
+
data?: any;
|
|
808
|
+
}
|
|
809
|
+
declare const VeltNotificationsPanelContentPeopleListItemAvatar: React$1.FC<IVeltNotificationsPanelContentPeopleListItemAvatarProps>;
|
|
810
|
+
|
|
811
|
+
interface IVeltNotificationsPanelContentPeopleListItemNameProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
812
|
+
data?: any;
|
|
813
|
+
}
|
|
814
|
+
declare const VeltNotificationsPanelContentPeopleListItemName: React$1.FC<IVeltNotificationsPanelContentPeopleListItemNameProps>;
|
|
815
|
+
|
|
816
|
+
interface IVeltNotificationsPanelContentPeopleListItemCountProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
817
|
+
data?: any;
|
|
818
|
+
}
|
|
819
|
+
declare const VeltNotificationsPanelContentPeopleListItemCount: React$1.FC<IVeltNotificationsPanelContentPeopleListItemCountProps>;
|
|
820
|
+
|
|
821
|
+
interface IVeltNotificationsPanelContentPeopleListItemContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
822
|
+
data?: any;
|
|
823
|
+
}
|
|
824
|
+
declare const VeltNotificationsPanelContentPeopleListItemContent: React$1.FC<IVeltNotificationsPanelContentPeopleListItemContentProps>;
|
|
825
|
+
|
|
826
|
+
interface IVeltNotificationsPanelContentDocumentsListProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
827
|
+
listItemTemplate?: any;
|
|
828
|
+
}
|
|
829
|
+
declare const VeltNotificationsPanelContentDocumentsList: React$1.FC<IVeltNotificationsPanelContentDocumentsListProps>;
|
|
830
|
+
|
|
831
|
+
interface IVeltNotificationsPanelContentDocumentsListItemProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
832
|
+
document?: any;
|
|
833
|
+
index?: number;
|
|
834
|
+
listItemTemplate?: any;
|
|
835
|
+
}
|
|
836
|
+
declare const VeltNotificationsPanelContentDocumentsListItem: React$1.FC<IVeltNotificationsPanelContentDocumentsListItemProps>;
|
|
837
|
+
|
|
838
|
+
interface IVeltNotificationsPanelContentDocumentsListItemNameProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
839
|
+
}
|
|
840
|
+
declare const VeltNotificationsPanelContentDocumentsListItemName: React$1.FC<IVeltNotificationsPanelContentDocumentsListItemNameProps>;
|
|
841
|
+
|
|
842
|
+
interface IVeltNotificationsPanelContentDocumentsListItemCountProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
843
|
+
}
|
|
844
|
+
declare const VeltNotificationsPanelContentDocumentsListItemCount: React$1.FC<IVeltNotificationsPanelContentDocumentsListItemCountProps>;
|
|
845
|
+
|
|
846
|
+
interface IVeltNotificationsPanelContentDocumentsListItemContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
847
|
+
}
|
|
848
|
+
declare const VeltNotificationsPanelContentDocumentsListItemContent: React$1.FC<IVeltNotificationsPanelContentDocumentsListItemContentProps>;
|
|
849
|
+
|
|
850
|
+
interface IVeltNotificationsPanelContentDocumentsListItemUnreadProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
851
|
+
isDefault?: boolean;
|
|
852
|
+
}
|
|
853
|
+
declare const VeltNotificationsPanelContentDocumentsListItemUnread: React$1.FC<IVeltNotificationsPanelContentDocumentsListItemUnreadProps>;
|
|
854
|
+
|
|
855
|
+
interface IVeltNotificationsPanelContentLoadMoreProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
856
|
+
isLoadMoreVisible?: boolean;
|
|
857
|
+
notifications?: any;
|
|
858
|
+
}
|
|
859
|
+
declare const VeltNotificationsPanelContentLoadMore: React$1.FC<IVeltNotificationsPanelContentLoadMoreProps>;
|
|
860
|
+
|
|
861
|
+
interface IVeltNotificationsPanelContentAllReadContainerProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
862
|
+
isAllRead?: boolean;
|
|
863
|
+
}
|
|
864
|
+
declare const VeltNotificationsPanelContentAllReadContainer: React$1.FC<IVeltNotificationsPanelContentAllReadContainerProps>;
|
|
865
|
+
|
|
866
|
+
interface IVeltNotificationsPanelCloseButtonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
867
|
+
}
|
|
868
|
+
declare const VeltNotificationsPanelCloseButton: React$1.FC<IVeltNotificationsPanelCloseButtonProps>;
|
|
869
|
+
|
|
870
|
+
interface IVeltNotificationsPanelReadAllButtonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
871
|
+
}
|
|
872
|
+
declare const VeltNotificationsPanelReadAllButton: React$1.FC<IVeltNotificationsPanelReadAllButtonProps>;
|
|
873
|
+
|
|
874
|
+
interface IVeltNotificationsPanelViewAllButtonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
875
|
+
}
|
|
876
|
+
declare const VeltNotificationsPanelViewAllButton: React$1.FC<IVeltNotificationsPanelViewAllButtonProps>;
|
|
877
|
+
|
|
878
|
+
interface IVeltNotificationsPanelSkeletonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
879
|
+
isLoading?: boolean;
|
|
880
|
+
}
|
|
881
|
+
declare const VeltNotificationsPanelSkeleton: React$1.FC<IVeltNotificationsPanelSkeletonProps>;
|
|
882
|
+
|
|
883
|
+
interface IVeltNotificationsPanelSettingsButtonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
884
|
+
}
|
|
885
|
+
declare const VeltNotificationsPanelSettingsButton: React$1.FC<IVeltNotificationsPanelSettingsButtonProps>;
|
|
886
|
+
|
|
887
|
+
interface IVeltNotificationsPanelSettingsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
888
|
+
}
|
|
889
|
+
declare const VeltNotificationsPanelSettings: React$1.FC<IVeltNotificationsPanelSettingsProps>;
|
|
890
|
+
|
|
891
|
+
interface IVeltNotificationsPanelSettingsHeaderProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
892
|
+
}
|
|
893
|
+
declare const VeltNotificationsPanelSettingsHeader: React$1.FC<IVeltNotificationsPanelSettingsHeaderProps>;
|
|
894
|
+
|
|
895
|
+
interface IVeltNotificationsPanelSettingsHeaderTitleProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
896
|
+
}
|
|
897
|
+
declare const VeltNotificationsPanelSettingsHeaderTitle: React$1.FC<IVeltNotificationsPanelSettingsHeaderTitleProps>;
|
|
898
|
+
|
|
899
|
+
interface IVeltNotificationsPanelSettingsTitleProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
900
|
+
}
|
|
901
|
+
declare const VeltNotificationsPanelSettingsTitle: React$1.FC<IVeltNotificationsPanelSettingsTitleProps>;
|
|
902
|
+
|
|
903
|
+
interface IVeltNotificationsPanelSettingsDescriptionProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
904
|
+
}
|
|
905
|
+
declare const VeltNotificationsPanelSettingsDescription: React$1.FC<IVeltNotificationsPanelSettingsDescriptionProps>;
|
|
906
|
+
|
|
907
|
+
interface IVeltNotificationsPanelSettingsListProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
908
|
+
}
|
|
909
|
+
declare const VeltNotificationsPanelSettingsList: React$1.FC<IVeltNotificationsPanelSettingsListProps>;
|
|
910
|
+
|
|
911
|
+
interface IVeltNotificationsPanelSettingsMuteAllTitleProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
912
|
+
}
|
|
913
|
+
declare const VeltNotificationsPanelSettingsMuteAllTitle: React$1.FC<IVeltNotificationsPanelSettingsMuteAllTitleProps>;
|
|
914
|
+
|
|
915
|
+
interface IVeltNotificationsPanelSettingsMuteAllDescriptionProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
916
|
+
}
|
|
917
|
+
declare const VeltNotificationsPanelSettingsMuteAllDescription: React$1.FC<IVeltNotificationsPanelSettingsMuteAllDescriptionProps>;
|
|
918
|
+
|
|
919
|
+
interface IVeltNotificationsPanelSettingsMuteAllToggleProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
920
|
+
}
|
|
921
|
+
declare const VeltNotificationsPanelSettingsMuteAllToggle: React$1.FC<IVeltNotificationsPanelSettingsMuteAllToggleProps>;
|
|
922
|
+
|
|
923
|
+
interface IVeltNotificationsPanelSettingsAccordionProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
924
|
+
accordionConfig?: any;
|
|
925
|
+
}
|
|
926
|
+
declare const VeltNotificationsPanelSettingsAccordion: React$1.FC<IVeltNotificationsPanelSettingsAccordionProps>;
|
|
927
|
+
|
|
928
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
929
|
+
accordionConfig?: any;
|
|
930
|
+
}
|
|
931
|
+
declare const VeltNotificationsPanelSettingsAccordionTrigger: React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerProps>;
|
|
932
|
+
|
|
933
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerLabelProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
934
|
+
accordionConfig?: any;
|
|
935
|
+
}
|
|
936
|
+
declare const VeltNotificationsPanelSettingsAccordionTriggerLabel: React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerLabelProps>;
|
|
937
|
+
|
|
938
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
939
|
+
accordionConfig?: any;
|
|
940
|
+
}
|
|
941
|
+
declare const VeltNotificationsPanelSettingsAccordionTriggerIcon: React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerIconProps>;
|
|
942
|
+
|
|
943
|
+
interface IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
944
|
+
accordionConfig?: any;
|
|
945
|
+
}
|
|
946
|
+
declare const VeltNotificationsPanelSettingsAccordionTriggerSelectedValue: React$1.FC<IVeltNotificationsPanelSettingsAccordionTriggerSelectedValueProps>;
|
|
947
|
+
|
|
948
|
+
interface IVeltNotificationsPanelSettingsAccordionContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
949
|
+
accordionConfig?: any;
|
|
950
|
+
}
|
|
951
|
+
declare const VeltNotificationsPanelSettingsAccordionContent: React$1.FC<IVeltNotificationsPanelSettingsAccordionContentProps>;
|
|
952
|
+
|
|
953
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
954
|
+
option?: any;
|
|
955
|
+
accordionConfig?: any;
|
|
956
|
+
}
|
|
957
|
+
declare const VeltNotificationsPanelSettingsAccordionContentItem: React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemProps>;
|
|
958
|
+
|
|
959
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemLabelProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
960
|
+
option?: any;
|
|
961
|
+
accordionConfig?: any;
|
|
962
|
+
}
|
|
963
|
+
declare const VeltNotificationsPanelSettingsAccordionContentItemLabel: React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemLabelProps>;
|
|
964
|
+
|
|
965
|
+
interface IVeltNotificationsPanelSettingsAccordionContentItemIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
966
|
+
option?: any;
|
|
967
|
+
accordionConfig?: any;
|
|
968
|
+
}
|
|
969
|
+
declare const VeltNotificationsPanelSettingsAccordionContentItemIcon: React$1.FC<IVeltNotificationsPanelSettingsAccordionContentItemIconProps>;
|
|
970
|
+
|
|
971
|
+
interface IVeltNotificationsPanelSettingsBackButtonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
972
|
+
}
|
|
973
|
+
declare const VeltNotificationsPanelSettingsBackButton: React$1.FC<IVeltNotificationsPanelSettingsBackButtonProps>;
|
|
974
|
+
|
|
975
|
+
interface IVeltNotificationsPanelSettingsFooterProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
976
|
+
}
|
|
977
|
+
declare const VeltNotificationsPanelSettingsFooter: React$1.FC<IVeltNotificationsPanelSettingsFooterProps>;
|
|
978
|
+
|
|
658
979
|
interface IVeltNotificationsHistoryPanelProps {
|
|
659
980
|
embedMode?: boolean;
|
|
660
981
|
onNotificationClick?: Function;
|
|
@@ -692,6 +1013,65 @@ interface IVeltAutocompleteProps {
|
|
|
692
1013
|
}
|
|
693
1014
|
declare const VeltAutocomplete: React$1.FC<IVeltAutocompleteProps>;
|
|
694
1015
|
|
|
1016
|
+
interface IVeltAutocompleteOptionProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1017
|
+
userObject?: any;
|
|
1018
|
+
userId?: string;
|
|
1019
|
+
}
|
|
1020
|
+
declare const VeltAutocompleteOption: React$1.FC<IVeltAutocompleteOptionProps>;
|
|
1021
|
+
|
|
1022
|
+
interface IVeltAutocompleteOptionIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1023
|
+
}
|
|
1024
|
+
declare const VeltAutocompleteOptionIcon: React$1.FC<IVeltAutocompleteOptionIconProps>;
|
|
1025
|
+
|
|
1026
|
+
interface IVeltAutocompleteOptionNameProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1027
|
+
}
|
|
1028
|
+
declare const VeltAutocompleteOptionName: React$1.FC<IVeltAutocompleteOptionNameProps>;
|
|
1029
|
+
|
|
1030
|
+
interface IVeltAutocompleteOptionDescriptionProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1031
|
+
field?: string;
|
|
1032
|
+
}
|
|
1033
|
+
declare const VeltAutocompleteOptionDescription: React$1.FC<IVeltAutocompleteOptionDescriptionProps>;
|
|
1034
|
+
|
|
1035
|
+
interface IVeltAutocompleteOptionErrorIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1036
|
+
}
|
|
1037
|
+
declare const VeltAutocompleteOptionErrorIcon: React$1.FC<IVeltAutocompleteOptionErrorIconProps>;
|
|
1038
|
+
|
|
1039
|
+
interface IVeltAutocompleteGroupOptionProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1040
|
+
}
|
|
1041
|
+
declare const VeltAutocompleteGroupOption: React$1.FC<IVeltAutocompleteGroupOptionProps>;
|
|
1042
|
+
|
|
1043
|
+
interface IVeltAutocompleteToolProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1044
|
+
}
|
|
1045
|
+
declare const VeltAutocompleteTool: React$1.FC<IVeltAutocompleteToolProps>;
|
|
1046
|
+
|
|
1047
|
+
interface IVeltAutocompleteEmptyProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1048
|
+
}
|
|
1049
|
+
declare const VeltAutocompleteEmpty: React$1.FC<IVeltAutocompleteEmptyProps>;
|
|
1050
|
+
|
|
1051
|
+
interface IVeltAutocompleteChipProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1052
|
+
type?: 'contact' | 'custom' | 'group' | 'loading';
|
|
1053
|
+
email?: string;
|
|
1054
|
+
userObject?: any;
|
|
1055
|
+
userId?: string;
|
|
1056
|
+
}
|
|
1057
|
+
declare const VeltAutocompleteChip: React$1.FC<IVeltAutocompleteChipProps>;
|
|
1058
|
+
|
|
1059
|
+
interface IVeltAutocompleteChipTooltipProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1060
|
+
}
|
|
1061
|
+
declare const VeltAutocompleteChipTooltip: React$1.FC<IVeltAutocompleteChipTooltipProps>;
|
|
1062
|
+
|
|
1063
|
+
interface IVeltAutocompleteChipTooltipIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1064
|
+
}
|
|
1065
|
+
declare const VeltAutocompleteChipTooltipIcon: React$1.FC<IVeltAutocompleteChipTooltipIconProps>;
|
|
1066
|
+
|
|
1067
|
+
interface IVeltAutocompleteChipTooltipNameProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1068
|
+
}
|
|
1069
|
+
declare const VeltAutocompleteChipTooltipName: React$1.FC<IVeltAutocompleteChipTooltipNameProps>;
|
|
1070
|
+
|
|
1071
|
+
interface IVeltAutocompleteChipTooltipDescriptionProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1072
|
+
}
|
|
1073
|
+
declare const VeltAutocompleteChipTooltipDescription: React$1.FC<IVeltAutocompleteChipTooltipDescriptionProps>;
|
|
1074
|
+
|
|
695
1075
|
interface IVeltInlineCommentsSectionProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
696
1076
|
config?: {
|
|
697
1077
|
id: string;
|
|
@@ -730,10 +1110,151 @@ interface IVeltInlineCommentsSectionProps extends React$1.DetailedHTMLProps<Reac
|
|
|
730
1110
|
commentPlaceholder?: string;
|
|
731
1111
|
replyPlaceholder?: string;
|
|
732
1112
|
composerPlaceholder?: string;
|
|
1113
|
+
editPlaceholder?: string;
|
|
1114
|
+
editCommentPlaceholder?: string;
|
|
1115
|
+
editReplyPlaceholder?: string;
|
|
733
1116
|
readOnly?: boolean;
|
|
1117
|
+
/**
|
|
1118
|
+
* Per-section override for anonymous email mentions. When set, overrides the global
|
|
1119
|
+
* comment setting for this inline section only.
|
|
1120
|
+
*/
|
|
1121
|
+
anonymousEmail?: boolean;
|
|
1122
|
+
/**
|
|
1123
|
+
* When enabled, long comment messages are visually truncated to a fixed number of lines
|
|
1124
|
+
* with Show more / Show less controls. Off by default.
|
|
1125
|
+
*/
|
|
1126
|
+
messageTruncation?: boolean;
|
|
1127
|
+
/**
|
|
1128
|
+
* Number of lines to show before truncating a comment message. Defaults to 4.
|
|
1129
|
+
* Only takes effect when `messageTruncation` is enabled.
|
|
1130
|
+
*/
|
|
1131
|
+
messageTruncationLines?: number;
|
|
734
1132
|
}
|
|
735
1133
|
declare const VeltInlineCommentsSection: React$1.FC<IVeltInlineCommentsSectionProps>;
|
|
736
1134
|
|
|
1135
|
+
interface IVeltInlineCommentsSectionCommentCountProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1136
|
+
defaultCondition?: boolean;
|
|
1137
|
+
}
|
|
1138
|
+
declare const VeltInlineCommentsSectionCommentCount: React$1.FC<IVeltInlineCommentsSectionCommentCountProps>;
|
|
1139
|
+
|
|
1140
|
+
interface IVeltInlineCommentsSectionComposerContainerProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1141
|
+
defaultCondition?: boolean;
|
|
1142
|
+
}
|
|
1143
|
+
declare const VeltInlineCommentsSectionComposerContainer: React$1.FC<IVeltInlineCommentsSectionComposerContainerProps>;
|
|
1144
|
+
|
|
1145
|
+
interface IVeltInlineCommentsSectionListProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1146
|
+
defaultCondition?: boolean;
|
|
1147
|
+
}
|
|
1148
|
+
declare const VeltInlineCommentsSectionList: React$1.FC<IVeltInlineCommentsSectionListProps>;
|
|
1149
|
+
|
|
1150
|
+
interface IVeltInlineCommentsSectionPanelProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1151
|
+
defaultCondition?: boolean;
|
|
1152
|
+
}
|
|
1153
|
+
declare const VeltInlineCommentsSectionPanel: React$1.FC<IVeltInlineCommentsSectionPanelProps>;
|
|
1154
|
+
|
|
1155
|
+
interface IVeltInlineCommentsSectionSkeletonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1156
|
+
defaultCondition?: boolean;
|
|
1157
|
+
}
|
|
1158
|
+
declare const VeltInlineCommentsSectionSkeleton: React$1.FC<IVeltInlineCommentsSectionSkeletonProps>;
|
|
1159
|
+
|
|
1160
|
+
interface IVeltInlineCommentsSectionFilterDropdownProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1161
|
+
defaultCondition?: boolean;
|
|
1162
|
+
}
|
|
1163
|
+
declare const VeltInlineCommentsSectionFilterDropdown: React$1.FC<IVeltInlineCommentsSectionFilterDropdownProps>;
|
|
1164
|
+
|
|
1165
|
+
interface IVeltInlineCommentsSectionFilterDropdownTriggerProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1166
|
+
defaultCondition?: boolean;
|
|
1167
|
+
}
|
|
1168
|
+
declare const VeltInlineCommentsSectionFilterDropdownTrigger: React$1.FC<IVeltInlineCommentsSectionFilterDropdownTriggerProps>;
|
|
1169
|
+
|
|
1170
|
+
interface IVeltInlineCommentsSectionFilterDropdownTriggerArrowProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1171
|
+
defaultCondition?: boolean;
|
|
1172
|
+
}
|
|
1173
|
+
declare const VeltInlineCommentsSectionFilterDropdownTriggerArrow: React$1.FC<IVeltInlineCommentsSectionFilterDropdownTriggerArrowProps>;
|
|
1174
|
+
|
|
1175
|
+
interface IVeltInlineCommentsSectionFilterDropdownTriggerNameProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1176
|
+
defaultCondition?: boolean;
|
|
1177
|
+
}
|
|
1178
|
+
declare const VeltInlineCommentsSectionFilterDropdownTriggerName: React$1.FC<IVeltInlineCommentsSectionFilterDropdownTriggerNameProps>;
|
|
1179
|
+
|
|
1180
|
+
interface IVeltInlineCommentsSectionFilterDropdownContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1181
|
+
defaultCondition?: boolean;
|
|
1182
|
+
}
|
|
1183
|
+
declare const VeltInlineCommentsSectionFilterDropdownContent: React$1.FC<IVeltInlineCommentsSectionFilterDropdownContentProps>;
|
|
1184
|
+
|
|
1185
|
+
interface IVeltInlineCommentsSectionFilterDropdownContentListProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1186
|
+
defaultCondition?: boolean;
|
|
1187
|
+
}
|
|
1188
|
+
declare const VeltInlineCommentsSectionFilterDropdownContentList: React$1.FC<IVeltInlineCommentsSectionFilterDropdownContentListProps>;
|
|
1189
|
+
|
|
1190
|
+
interface IVeltInlineCommentsSectionFilterDropdownContentListItemProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1191
|
+
defaultCondition?: boolean;
|
|
1192
|
+
filter?: string;
|
|
1193
|
+
}
|
|
1194
|
+
declare const VeltInlineCommentsSectionFilterDropdownContentListItem: React$1.FC<IVeltInlineCommentsSectionFilterDropdownContentListItemProps>;
|
|
1195
|
+
|
|
1196
|
+
interface IVeltInlineCommentsSectionFilterDropdownContentListItemCheckboxProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1197
|
+
defaultCondition?: boolean;
|
|
1198
|
+
filter?: string;
|
|
1199
|
+
}
|
|
1200
|
+
declare const VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox: React$1.FC<IVeltInlineCommentsSectionFilterDropdownContentListItemCheckboxProps>;
|
|
1201
|
+
|
|
1202
|
+
interface IVeltInlineCommentsSectionFilterDropdownContentListItemLabelProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1203
|
+
defaultCondition?: boolean;
|
|
1204
|
+
filter?: string;
|
|
1205
|
+
}
|
|
1206
|
+
declare const VeltInlineCommentsSectionFilterDropdownContentListItemLabel: React$1.FC<IVeltInlineCommentsSectionFilterDropdownContentListItemLabelProps>;
|
|
1207
|
+
|
|
1208
|
+
interface IVeltInlineCommentsSectionSortingDropdownProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1209
|
+
defaultCondition?: boolean;
|
|
1210
|
+
}
|
|
1211
|
+
declare const VeltInlineCommentsSectionSortingDropdown: React$1.FC<IVeltInlineCommentsSectionSortingDropdownProps>;
|
|
1212
|
+
|
|
1213
|
+
interface IVeltInlineCommentsSectionSortingDropdownTriggerProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1214
|
+
defaultCondition?: boolean;
|
|
1215
|
+
}
|
|
1216
|
+
declare const VeltInlineCommentsSectionSortingDropdownTrigger: React$1.FC<IVeltInlineCommentsSectionSortingDropdownTriggerProps>;
|
|
1217
|
+
|
|
1218
|
+
interface IVeltInlineCommentsSectionSortingDropdownTriggerIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1219
|
+
defaultCondition?: boolean;
|
|
1220
|
+
}
|
|
1221
|
+
declare const VeltInlineCommentsSectionSortingDropdownTriggerIcon: React$1.FC<IVeltInlineCommentsSectionSortingDropdownTriggerIconProps>;
|
|
1222
|
+
|
|
1223
|
+
interface IVeltInlineCommentsSectionSortingDropdownTriggerNameProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1224
|
+
defaultCondition?: boolean;
|
|
1225
|
+
}
|
|
1226
|
+
declare const VeltInlineCommentsSectionSortingDropdownTriggerName: React$1.FC<IVeltInlineCommentsSectionSortingDropdownTriggerNameProps>;
|
|
1227
|
+
|
|
1228
|
+
interface IVeltInlineCommentsSectionSortingDropdownContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1229
|
+
defaultCondition?: boolean;
|
|
1230
|
+
}
|
|
1231
|
+
declare const VeltInlineCommentsSectionSortingDropdownContent: React$1.FC<IVeltInlineCommentsSectionSortingDropdownContentProps>;
|
|
1232
|
+
|
|
1233
|
+
interface IVeltInlineCommentsSectionSortingDropdownContentItemProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1234
|
+
defaultCondition?: boolean;
|
|
1235
|
+
sortOption?: string;
|
|
1236
|
+
sortOptionText?: string;
|
|
1237
|
+
}
|
|
1238
|
+
declare const VeltInlineCommentsSectionSortingDropdownContentItem: React$1.FC<IVeltInlineCommentsSectionSortingDropdownContentItemProps>;
|
|
1239
|
+
|
|
1240
|
+
interface IVeltInlineCommentsSectionSortingDropdownContentItemIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1241
|
+
defaultCondition?: boolean;
|
|
1242
|
+
sortOption?: string;
|
|
1243
|
+
}
|
|
1244
|
+
declare const VeltInlineCommentsSectionSortingDropdownContentItemIcon: React$1.FC<IVeltInlineCommentsSectionSortingDropdownContentItemIconProps>;
|
|
1245
|
+
|
|
1246
|
+
interface IVeltInlineCommentsSectionSortingDropdownContentItemNameProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1247
|
+
defaultCondition?: boolean;
|
|
1248
|
+
sortOptionText?: string;
|
|
1249
|
+
}
|
|
1250
|
+
declare const VeltInlineCommentsSectionSortingDropdownContentItemName: React$1.FC<IVeltInlineCommentsSectionSortingDropdownContentItemNameProps>;
|
|
1251
|
+
|
|
1252
|
+
interface IVeltInlineCommentsSectionSortingDropdownContentItemTickProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1253
|
+
defaultCondition?: boolean;
|
|
1254
|
+
sortOption?: string;
|
|
1255
|
+
}
|
|
1256
|
+
declare const VeltInlineCommentsSectionSortingDropdownContentItemTick: React$1.FC<IVeltInlineCommentsSectionSortingDropdownContentItemTickProps>;
|
|
1257
|
+
|
|
737
1258
|
interface IVeltCommentPinProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
738
1259
|
annotationId?: string;
|
|
739
1260
|
multiThreadAnnotationId?: string;
|
|
@@ -748,6 +1269,36 @@ interface IVeltCommentPinProps extends React$1.DetailedHTMLProps<React$1.HTMLAtt
|
|
|
748
1269
|
}
|
|
749
1270
|
declare const VeltCommentPin: React$1.FC<IVeltCommentPinProps>;
|
|
750
1271
|
|
|
1272
|
+
interface IVeltCommentPinNumberProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1273
|
+
defaultCondition?: boolean;
|
|
1274
|
+
}
|
|
1275
|
+
declare const VeltCommentPinNumber: React$1.FC<IVeltCommentPinNumberProps$1>;
|
|
1276
|
+
|
|
1277
|
+
interface IVeltCommentPinIndexProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1278
|
+
defaultCondition?: boolean;
|
|
1279
|
+
}
|
|
1280
|
+
declare const VeltCommentPinIndex: React$1.FC<IVeltCommentPinIndexProps$1>;
|
|
1281
|
+
|
|
1282
|
+
interface IVeltCommentPinTriangleProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1283
|
+
defaultCondition?: boolean;
|
|
1284
|
+
}
|
|
1285
|
+
declare const VeltCommentPinTriangle: React$1.FC<IVeltCommentPinTriangleProps$1>;
|
|
1286
|
+
|
|
1287
|
+
interface IVeltCommentPinPrivateCommentIndicatorProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1288
|
+
defaultCondition?: boolean;
|
|
1289
|
+
}
|
|
1290
|
+
declare const VeltCommentPinPrivateCommentIndicator: React$1.FC<IVeltCommentPinPrivateCommentIndicatorProps$1>;
|
|
1291
|
+
|
|
1292
|
+
interface IVeltCommentPinGhostCommentIndicatorProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1293
|
+
defaultCondition?: boolean;
|
|
1294
|
+
}
|
|
1295
|
+
declare const VeltCommentPinGhostCommentIndicator: React$1.FC<IVeltCommentPinGhostCommentIndicatorProps$1>;
|
|
1296
|
+
|
|
1297
|
+
interface IVeltCommentPinUnreadCommentIndicatorProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1298
|
+
defaultCondition?: boolean;
|
|
1299
|
+
}
|
|
1300
|
+
declare const VeltCommentPinUnreadCommentIndicator: React$1.FC<IVeltCommentPinUnreadCommentIndicatorProps$1>;
|
|
1301
|
+
|
|
751
1302
|
interface IVeltCommentTextProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
752
1303
|
annotationId?: string;
|
|
753
1304
|
multiThreadAnnotationId?: string;
|
|
@@ -830,6 +1381,140 @@ interface IVeltVideoEditorProps extends React$1.DetailedHTMLProps<React$1.HTMLAt
|
|
|
830
1381
|
}
|
|
831
1382
|
declare const VeltVideoEditor: React$1.FC<IVeltVideoEditorProps>;
|
|
832
1383
|
|
|
1384
|
+
interface IVeltCommentsSidebarV2Props extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1385
|
+
pageMode?: boolean;
|
|
1386
|
+
focusedThreadMode?: boolean;
|
|
1387
|
+
readOnly?: boolean;
|
|
1388
|
+
embedMode?: string;
|
|
1389
|
+
floatingMode?: boolean;
|
|
1390
|
+
position?: string;
|
|
1391
|
+
variant?: string;
|
|
1392
|
+
forceClose?: boolean;
|
|
1393
|
+
onSidebarOpen?: Function;
|
|
1394
|
+
onSidebarClose?: Function;
|
|
1395
|
+
onCommentClick?: Function;
|
|
1396
|
+
onCommentNavigationButtonClick?: Function;
|
|
1397
|
+
}
|
|
1398
|
+
declare const VeltCommentsSidebarV2: React$1.FC<IVeltCommentsSidebarV2Props>;
|
|
1399
|
+
|
|
1400
|
+
interface IVeltCommentsSidebarV2SkeletonProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1401
|
+
}
|
|
1402
|
+
declare const VeltCommentsSidebarV2Skeleton: React$1.FC<IVeltCommentsSidebarV2SkeletonProps$1>;
|
|
1403
|
+
|
|
1404
|
+
interface IVeltCommentsSidebarV2PanelProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1405
|
+
}
|
|
1406
|
+
declare const VeltCommentsSidebarV2Panel: React$1.FC<IVeltCommentsSidebarV2PanelProps$1>;
|
|
1407
|
+
|
|
1408
|
+
interface IVeltCommentsSidebarV2HeaderProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1409
|
+
}
|
|
1410
|
+
declare const VeltCommentsSidebarV2Header: React$1.FC<IVeltCommentsSidebarV2HeaderProps$1>;
|
|
1411
|
+
|
|
1412
|
+
interface IVeltCommentsSidebarV2CloseButtonProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1413
|
+
}
|
|
1414
|
+
declare const VeltCommentsSidebarV2CloseButton: React$1.FC<IVeltCommentsSidebarV2CloseButtonProps$1>;
|
|
1415
|
+
|
|
1416
|
+
interface IVeltCommentsSidebarV2EmptyPlaceholderProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1417
|
+
}
|
|
1418
|
+
declare const VeltCommentsSidebarV2EmptyPlaceholder: React$1.FC<IVeltCommentsSidebarV2EmptyPlaceholderProps$1>;
|
|
1419
|
+
|
|
1420
|
+
interface IVeltCommentsSidebarV2ResetFilterButtonProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1421
|
+
}
|
|
1422
|
+
declare const VeltCommentsSidebarV2ResetFilterButton: React$1.FC<IVeltCommentsSidebarV2ResetFilterButtonProps$1>;
|
|
1423
|
+
|
|
1424
|
+
interface IVeltCommentsSidebarV2ListProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1425
|
+
}
|
|
1426
|
+
declare const VeltCommentsSidebarV2List: React$1.FC<IVeltCommentsSidebarV2ListProps$1>;
|
|
1427
|
+
|
|
1428
|
+
interface IVeltCommentsSidebarV2ListItemProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1429
|
+
annotation?: any;
|
|
1430
|
+
scrollIdle?: boolean;
|
|
1431
|
+
}
|
|
1432
|
+
declare const VeltCommentsSidebarV2ListItem: React$1.FC<IVeltCommentsSidebarV2ListItemProps$1>;
|
|
1433
|
+
|
|
1434
|
+
interface IVeltCommentsSidebarV2PageModeComposerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1435
|
+
}
|
|
1436
|
+
declare const VeltCommentsSidebarV2PageModeComposer: React$1.FC<IVeltCommentsSidebarV2PageModeComposerProps$1>;
|
|
1437
|
+
|
|
1438
|
+
interface IVeltCommentsSidebarV2FocusedThreadProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1439
|
+
}
|
|
1440
|
+
declare const VeltCommentsSidebarV2FocusedThread: React$1.FC<IVeltCommentsSidebarV2FocusedThreadProps$1>;
|
|
1441
|
+
|
|
1442
|
+
interface IVeltCommentsSidebarV2FocusedThreadBackButtonProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1443
|
+
}
|
|
1444
|
+
declare const VeltCommentsSidebarV2FocusedThreadBackButton: React$1.FC<IVeltCommentsSidebarV2FocusedThreadBackButtonProps$1>;
|
|
1445
|
+
|
|
1446
|
+
interface IVeltCommentsSidebarV2FocusedThreadDialogContainerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1447
|
+
}
|
|
1448
|
+
declare const VeltCommentsSidebarV2FocusedThreadDialogContainer: React$1.FC<IVeltCommentsSidebarV2FocusedThreadDialogContainerProps$1>;
|
|
1449
|
+
|
|
1450
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1451
|
+
}
|
|
1452
|
+
declare const VeltCommentsSidebarV2MinimalActionsDropdown: React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownProps$1>;
|
|
1453
|
+
|
|
1454
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownTriggerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1455
|
+
}
|
|
1456
|
+
declare const VeltCommentsSidebarV2MinimalActionsDropdownTrigger: React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownTriggerProps$1>;
|
|
1457
|
+
|
|
1458
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownContentProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1459
|
+
}
|
|
1460
|
+
declare const VeltCommentsSidebarV2MinimalActionsDropdownContent: React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentProps$1>;
|
|
1461
|
+
|
|
1462
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllReadProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1463
|
+
}
|
|
1464
|
+
declare const VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead: React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllReadProps$1>;
|
|
1465
|
+
|
|
1466
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolvedProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1467
|
+
}
|
|
1468
|
+
declare const VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved: React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolvedProps$1>;
|
|
1469
|
+
|
|
1470
|
+
interface IVeltCommentsSidebarV2FilterDropdownProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1471
|
+
}
|
|
1472
|
+
declare const VeltCommentsSidebarV2FilterDropdown: React$1.FC<IVeltCommentsSidebarV2FilterDropdownProps$1>;
|
|
1473
|
+
|
|
1474
|
+
interface IVeltCommentsSidebarV2FilterDropdownTriggerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1475
|
+
isActive?: boolean;
|
|
1476
|
+
}
|
|
1477
|
+
declare const VeltCommentsSidebarV2FilterDropdownTrigger: React$1.FC<IVeltCommentsSidebarV2FilterDropdownTriggerProps$1>;
|
|
1478
|
+
|
|
1479
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1480
|
+
groups?: any;
|
|
1481
|
+
}
|
|
1482
|
+
declare const VeltCommentsSidebarV2FilterDropdownContent: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentProps$1>;
|
|
1483
|
+
|
|
1484
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1485
|
+
groups?: any;
|
|
1486
|
+
}
|
|
1487
|
+
declare const VeltCommentsSidebarV2FilterDropdownContentList: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListProps$1>;
|
|
1488
|
+
|
|
1489
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListItemProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1490
|
+
item?: any;
|
|
1491
|
+
group?: any;
|
|
1492
|
+
}
|
|
1493
|
+
declare const VeltCommentsSidebarV2FilterDropdownContentListItem: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemProps$1>;
|
|
1494
|
+
|
|
1495
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1496
|
+
mode?: string;
|
|
1497
|
+
selected?: boolean;
|
|
1498
|
+
}
|
|
1499
|
+
declare const VeltCommentsSidebarV2FilterDropdownContentListItemIndicator: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps$1>;
|
|
1500
|
+
|
|
1501
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1502
|
+
label?: string;
|
|
1503
|
+
}
|
|
1504
|
+
declare const VeltCommentsSidebarV2FilterDropdownContentListItemLabel: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps$1>;
|
|
1505
|
+
|
|
1506
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1507
|
+
group?: any;
|
|
1508
|
+
itemTemplate?: any;
|
|
1509
|
+
}
|
|
1510
|
+
declare const VeltCommentsSidebarV2FilterDropdownContentListCategory: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps$1>;
|
|
1511
|
+
|
|
1512
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1513
|
+
group?: any;
|
|
1514
|
+
itemTemplate?: any;
|
|
1515
|
+
}
|
|
1516
|
+
declare const VeltCommentsSidebarV2FilterDropdownContentListCategoryContent: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps$1>;
|
|
1517
|
+
|
|
833
1518
|
interface IVeltCommentDialogProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
834
1519
|
annotationId?: string;
|
|
835
1520
|
defaultCondition?: boolean;
|
|
@@ -838,6 +1523,13 @@ interface IVeltCommentDialogProps extends React$1.DetailedHTMLProps<React$1.HTML
|
|
|
838
1523
|
fullExpanded?: boolean;
|
|
839
1524
|
shadowDom?: boolean;
|
|
840
1525
|
placeholder?: string;
|
|
1526
|
+
editPlaceholder?: string;
|
|
1527
|
+
editCommentPlaceholder?: string;
|
|
1528
|
+
editReplyPlaceholder?: string;
|
|
1529
|
+
/**
|
|
1530
|
+
* Per-dialog override for anonymous email mentions for this annotation context.
|
|
1531
|
+
*/
|
|
1532
|
+
anonymousEmail?: boolean;
|
|
841
1533
|
}
|
|
842
1534
|
declare const VeltCommentDialog: React$1.FC<IVeltCommentDialogProps>;
|
|
843
1535
|
|
|
@@ -907,6 +1599,31 @@ interface IVeltCommentDialogThreadCardMessageProps$1 extends React$1.DetailedHTM
|
|
|
907
1599
|
}
|
|
908
1600
|
declare const VeltCommentDialogThreadCardMessage: React$1.FC<IVeltCommentDialogThreadCardMessageProps$1>;
|
|
909
1601
|
|
|
1602
|
+
interface IVeltCommentDialogThreadCardMessageShowMoreProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1603
|
+
annotationId?: string;
|
|
1604
|
+
defaultCondition?: boolean;
|
|
1605
|
+
inlineCommentSectionMode?: boolean;
|
|
1606
|
+
commentObj?: any | string;
|
|
1607
|
+
commentId?: number | string;
|
|
1608
|
+
commentIndex?: number | string;
|
|
1609
|
+
expanded?: boolean;
|
|
1610
|
+
truncated?: boolean;
|
|
1611
|
+
onToggle?: () => void;
|
|
1612
|
+
}
|
|
1613
|
+
declare const VeltCommentDialogThreadCardMessageShowMore: React$1.FC<IVeltCommentDialogThreadCardMessageShowMoreProps$1>;
|
|
1614
|
+
|
|
1615
|
+
interface IVeltCommentDialogThreadCardMessageShowLessProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1616
|
+
annotationId?: string;
|
|
1617
|
+
defaultCondition?: boolean;
|
|
1618
|
+
inlineCommentSectionMode?: boolean;
|
|
1619
|
+
commentObj?: any | string;
|
|
1620
|
+
commentId?: number | string;
|
|
1621
|
+
commentIndex?: number | string;
|
|
1622
|
+
expanded?: boolean;
|
|
1623
|
+
onToggle?: () => void;
|
|
1624
|
+
}
|
|
1625
|
+
declare const VeltCommentDialogThreadCardMessageShowLess: React$1.FC<IVeltCommentDialogThreadCardMessageShowLessProps$1>;
|
|
1626
|
+
|
|
910
1627
|
interface IVeltCommentDialogThreadCardNameProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
911
1628
|
annotationId?: string;
|
|
912
1629
|
defaultCondition?: boolean;
|
|
@@ -1338,6 +2055,112 @@ interface IVeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnreadProps exte
|
|
|
1338
2055
|
}
|
|
1339
2056
|
declare const VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread: React$1.FC<IVeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnreadProps>;
|
|
1340
2057
|
|
|
2058
|
+
interface IVeltCommentDialogVisibilityBannerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2059
|
+
annotationId?: string;
|
|
2060
|
+
defaultCondition?: boolean;
|
|
2061
|
+
inlineCommentSectionMode?: boolean;
|
|
2062
|
+
}
|
|
2063
|
+
declare const VeltCommentDialogVisibilityBanner: React$1.FC<IVeltCommentDialogVisibilityBannerProps$1>;
|
|
2064
|
+
|
|
2065
|
+
interface IVeltCommentDialogVisibilityBannerIconProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2066
|
+
annotationId?: string;
|
|
2067
|
+
defaultCondition?: boolean;
|
|
2068
|
+
inlineCommentSectionMode?: boolean;
|
|
2069
|
+
}
|
|
2070
|
+
declare const VeltCommentDialogVisibilityBannerIcon: React$1.FC<IVeltCommentDialogVisibilityBannerIconProps$1>;
|
|
2071
|
+
|
|
2072
|
+
interface IVeltCommentDialogVisibilityBannerTextProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2073
|
+
annotationId?: string;
|
|
2074
|
+
defaultCondition?: boolean;
|
|
2075
|
+
inlineCommentSectionMode?: boolean;
|
|
2076
|
+
}
|
|
2077
|
+
declare const VeltCommentDialogVisibilityBannerText: React$1.FC<IVeltCommentDialogVisibilityBannerTextProps$1>;
|
|
2078
|
+
|
|
2079
|
+
interface IVeltCommentDialogVisibilityBannerDropdownProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2080
|
+
annotationId?: string;
|
|
2081
|
+
defaultCondition?: boolean;
|
|
2082
|
+
inlineCommentSectionMode?: boolean;
|
|
2083
|
+
}
|
|
2084
|
+
declare const VeltCommentDialogVisibilityBannerDropdown: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownProps$1>;
|
|
2085
|
+
|
|
2086
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2087
|
+
annotationId?: string;
|
|
2088
|
+
defaultCondition?: boolean;
|
|
2089
|
+
inlineCommentSectionMode?: boolean;
|
|
2090
|
+
}
|
|
2091
|
+
declare const VeltCommentDialogVisibilityBannerDropdownTrigger: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerProps$1>;
|
|
2092
|
+
|
|
2093
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerLabelProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2094
|
+
annotationId?: string;
|
|
2095
|
+
defaultCondition?: boolean;
|
|
2096
|
+
inlineCommentSectionMode?: boolean;
|
|
2097
|
+
}
|
|
2098
|
+
declare const VeltCommentDialogVisibilityBannerDropdownTriggerLabel: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerLabelProps$1>;
|
|
2099
|
+
|
|
2100
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2101
|
+
annotationId?: string;
|
|
2102
|
+
defaultCondition?: boolean;
|
|
2103
|
+
inlineCommentSectionMode?: boolean;
|
|
2104
|
+
}
|
|
2105
|
+
declare const VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListProps$1>;
|
|
2106
|
+
|
|
2107
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItemProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2108
|
+
annotationId?: string;
|
|
2109
|
+
defaultCondition?: boolean;
|
|
2110
|
+
inlineCommentSectionMode?: boolean;
|
|
2111
|
+
}
|
|
2112
|
+
declare const VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItemProps$1>;
|
|
2113
|
+
|
|
2114
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCountProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2115
|
+
annotationId?: string;
|
|
2116
|
+
defaultCondition?: boolean;
|
|
2117
|
+
inlineCommentSectionMode?: boolean;
|
|
2118
|
+
}
|
|
2119
|
+
declare const VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCountProps$1>;
|
|
2120
|
+
|
|
2121
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerIconProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2122
|
+
annotationId?: string;
|
|
2123
|
+
defaultCondition?: boolean;
|
|
2124
|
+
inlineCommentSectionMode?: boolean;
|
|
2125
|
+
}
|
|
2126
|
+
declare const VeltCommentDialogVisibilityBannerDropdownTriggerIcon: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerIconProps$1>;
|
|
2127
|
+
|
|
2128
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2129
|
+
annotationId?: string;
|
|
2130
|
+
defaultCondition?: boolean;
|
|
2131
|
+
inlineCommentSectionMode?: boolean;
|
|
2132
|
+
}
|
|
2133
|
+
declare const VeltCommentDialogVisibilityBannerDropdownContent: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownContentProps$1>;
|
|
2134
|
+
|
|
2135
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentItemProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2136
|
+
type?: 'restrictedSelf' | 'restrictedSelectedPeople' | 'organizationPrivate' | 'public';
|
|
2137
|
+
annotationId?: string;
|
|
2138
|
+
defaultCondition?: boolean;
|
|
2139
|
+
inlineCommentSectionMode?: boolean;
|
|
2140
|
+
}
|
|
2141
|
+
declare const VeltCommentDialogVisibilityBannerDropdownContentItem: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownContentItemProps$1>;
|
|
2142
|
+
|
|
2143
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentItemIconProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2144
|
+
annotationId?: string;
|
|
2145
|
+
defaultCondition?: boolean;
|
|
2146
|
+
inlineCommentSectionMode?: boolean;
|
|
2147
|
+
}
|
|
2148
|
+
declare const VeltCommentDialogVisibilityBannerDropdownContentItemIcon: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownContentItemIconProps$1>;
|
|
2149
|
+
|
|
2150
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentItemLabelProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2151
|
+
annotationId?: string;
|
|
2152
|
+
defaultCondition?: boolean;
|
|
2153
|
+
inlineCommentSectionMode?: boolean;
|
|
2154
|
+
}
|
|
2155
|
+
declare const VeltCommentDialogVisibilityBannerDropdownContentItemLabel: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownContentItemLabelProps$1>;
|
|
2156
|
+
|
|
2157
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentUserPickerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2158
|
+
annotationId?: string;
|
|
2159
|
+
defaultCondition?: boolean;
|
|
2160
|
+
inlineCommentSectionMode?: boolean;
|
|
2161
|
+
}
|
|
2162
|
+
declare const VeltCommentDialogVisibilityBannerDropdownContentUserPicker: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownContentUserPickerProps$1>;
|
|
2163
|
+
|
|
1341
2164
|
interface IVeltCommentDialogAssignDropdownProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1342
2165
|
annotationId?: string;
|
|
1343
2166
|
defaultCondition?: boolean;
|
|
@@ -1741,6 +2564,8 @@ interface IVeltCommentDialogComposerProps$1 extends React$1.DetailedHTMLProps<Re
|
|
|
1741
2564
|
commentplaceholder?: string;
|
|
1742
2565
|
replyplaceholder?: string;
|
|
1743
2566
|
editplaceholder?: string;
|
|
2567
|
+
editcommentplaceholder?: string;
|
|
2568
|
+
editreplyplaceholder?: string;
|
|
1744
2569
|
targetElementId?: string;
|
|
1745
2570
|
targetComposerElementId?: string;
|
|
1746
2571
|
context?: {
|
|
@@ -1781,6 +2606,8 @@ interface IVeltCommentDialogComposerInputProps$1 extends React$1.DetailedHTMLPro
|
|
|
1781
2606
|
commentplaceholder?: string;
|
|
1782
2607
|
replyplaceholder?: string;
|
|
1783
2608
|
editplaceholder?: string;
|
|
2609
|
+
editcommentplaceholder?: string;
|
|
2610
|
+
editreplyplaceholder?: string;
|
|
1784
2611
|
}
|
|
1785
2612
|
declare const VeltCommentDialogComposerInput: React$1.FC<IVeltCommentDialogComposerInputProps$1>;
|
|
1786
2613
|
|
|
@@ -1841,6 +2668,13 @@ interface IVeltCommentDialogComposerAttachmentsImageDeleteProps$1 extends React$
|
|
|
1841
2668
|
}
|
|
1842
2669
|
declare const VeltCommentDialogComposerAttachmentsImageDelete: React$1.FC<IVeltCommentDialogComposerAttachmentsImageDeleteProps$1>;
|
|
1843
2670
|
|
|
2671
|
+
interface IVeltCommentDialogComposerAttachmentsImageDownloadProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2672
|
+
annotationId?: string;
|
|
2673
|
+
defaultCondition?: boolean;
|
|
2674
|
+
inlineCommentSectionMode?: boolean;
|
|
2675
|
+
}
|
|
2676
|
+
declare const VeltCommentDialogComposerAttachmentsImageDownload: React$1.FC<IVeltCommentDialogComposerAttachmentsImageDownloadProps$1>;
|
|
2677
|
+
|
|
1844
2678
|
interface IVeltCommentDialogComposerAttachmentsImageLoadingProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1845
2679
|
annotationId?: string;
|
|
1846
2680
|
defaultCondition?: boolean;
|
|
@@ -1869,6 +2703,13 @@ interface IVeltCommentDialogComposerAttachmentsOtherDeleteProps$1 extends React$
|
|
|
1869
2703
|
}
|
|
1870
2704
|
declare const VeltCommentDialogComposerAttachmentsOtherDelete: React$1.FC<IVeltCommentDialogComposerAttachmentsOtherDeleteProps$1>;
|
|
1871
2705
|
|
|
2706
|
+
interface IVeltCommentDialogComposerAttachmentsOtherDownloadProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
2707
|
+
annotationId?: string;
|
|
2708
|
+
defaultCondition?: boolean;
|
|
2709
|
+
inlineCommentSectionMode?: boolean;
|
|
2710
|
+
}
|
|
2711
|
+
declare const VeltCommentDialogComposerAttachmentsOtherDownload: React$1.FC<IVeltCommentDialogComposerAttachmentsOtherDownloadProps$1>;
|
|
2712
|
+
|
|
1872
2713
|
interface IVeltCommentDialogComposerAttachmentsOtherIconProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1873
2714
|
annotationId?: string;
|
|
1874
2715
|
defaultCondition?: boolean;
|
|
@@ -2156,6 +2997,80 @@ interface IVeltCommentDialogAssigneeBanner extends React$1.FC<IVeltCommentDialog
|
|
|
2156
2997
|
UnresolveButton: React$1.FC<IVeltCommentDialogAssigneeBannerUnresolveButtonProps>;
|
|
2157
2998
|
}
|
|
2158
2999
|
|
|
3000
|
+
interface IVeltCommentDialogVisibilityBannerIconProps extends IVeltWireframeCommonProps {
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
interface IVeltCommentDialogVisibilityBannerTextProps extends IVeltWireframeCommonProps {
|
|
3004
|
+
}
|
|
3005
|
+
|
|
3006
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerLabelProps extends IVeltWireframeCommonProps {
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3009
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItemProps extends IVeltWireframeCommonProps {
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCountProps extends IVeltWireframeCommonProps {
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListProps extends IVeltWireframeCommonProps {
|
|
3016
|
+
}
|
|
3017
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarList extends React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListProps> {
|
|
3018
|
+
Item: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItemProps>;
|
|
3019
|
+
RemainingCount: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCountProps>;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerIconProps extends IVeltWireframeCommonProps {
|
|
3023
|
+
}
|
|
3024
|
+
|
|
3025
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTriggerProps extends IVeltWireframeCommonProps {
|
|
3026
|
+
}
|
|
3027
|
+
interface IVeltCommentDialogVisibilityBannerDropdownTrigger extends React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerProps> {
|
|
3028
|
+
Label: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerLabelProps>;
|
|
3029
|
+
AvatarList: IVeltCommentDialogVisibilityBannerDropdownTriggerAvatarList;
|
|
3030
|
+
Icon: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownTriggerIconProps>;
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentItemIconProps extends IVeltWireframeCommonProps {
|
|
3034
|
+
}
|
|
3035
|
+
|
|
3036
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentItemLabelProps extends IVeltWireframeCommonProps {
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentItemProps extends IVeltWireframeCommonProps {
|
|
3040
|
+
type?: 'restrictedSelf' | 'restrictedSelectedPeople' | 'organizationPrivate' | 'public';
|
|
3041
|
+
}
|
|
3042
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentItem extends React$1.FC<IVeltCommentDialogVisibilityBannerDropdownContentItemProps> {
|
|
3043
|
+
Icon: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownContentItemIconProps>;
|
|
3044
|
+
Label: React$1.FC<IVeltCommentDialogVisibilityBannerDropdownContentItemLabelProps>;
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentUserPickerProps extends IVeltWireframeCommonProps {
|
|
3048
|
+
}
|
|
3049
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentUserPicker extends React$1.FC<IVeltCommentDialogVisibilityBannerDropdownContentUserPickerProps> {
|
|
3050
|
+
}
|
|
3051
|
+
|
|
3052
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContentProps extends IVeltWireframeCommonProps {
|
|
3053
|
+
}
|
|
3054
|
+
interface IVeltCommentDialogVisibilityBannerDropdownContent extends React$1.FC<IVeltCommentDialogVisibilityBannerDropdownContentProps> {
|
|
3055
|
+
Item: IVeltCommentDialogVisibilityBannerDropdownContentItem;
|
|
3056
|
+
UserPicker: IVeltCommentDialogVisibilityBannerDropdownContentUserPicker;
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
interface IVeltCommentDialogVisibilityBannerDropdownProps extends IVeltWireframeCommonProps {
|
|
3060
|
+
}
|
|
3061
|
+
interface IVeltCommentDialogVisibilityBannerDropdown extends React$1.FC<IVeltCommentDialogVisibilityBannerDropdownProps> {
|
|
3062
|
+
Trigger: IVeltCommentDialogVisibilityBannerDropdownTrigger;
|
|
3063
|
+
Content: IVeltCommentDialogVisibilityBannerDropdownContent;
|
|
3064
|
+
}
|
|
3065
|
+
|
|
3066
|
+
interface IVeltCommentDialogVisibilityBannerProps extends IVeltWireframeCommonProps {
|
|
3067
|
+
}
|
|
3068
|
+
interface IVeltCommentDialogVisibilityBanner extends React$1.FC<IVeltCommentDialogVisibilityBannerProps> {
|
|
3069
|
+
Icon: React$1.FC<IVeltCommentDialogVisibilityBannerIconProps>;
|
|
3070
|
+
Text: React$1.FC<IVeltCommentDialogVisibilityBannerTextProps>;
|
|
3071
|
+
Dropdown: IVeltCommentDialogVisibilityBannerDropdown;
|
|
3072
|
+
}
|
|
3073
|
+
|
|
2159
3074
|
interface IVeltCommentDialogBodyProps extends IVeltWireframeCommonProps {
|
|
2160
3075
|
}
|
|
2161
3076
|
|
|
@@ -2205,6 +3120,9 @@ interface IVeltCommentDialogComposerAttachmentsImagePreviewProps extends IVeltWi
|
|
|
2205
3120
|
interface IVeltCommentDialogComposerAttachmentsImageDeleteProps extends IVeltWireframeCommonProps {
|
|
2206
3121
|
}
|
|
2207
3122
|
|
|
3123
|
+
interface IVeltCommentDialogComposerAttachmentsImageDownloadProps extends IVeltWireframeCommonProps {
|
|
3124
|
+
}
|
|
3125
|
+
|
|
2208
3126
|
interface IVeltCommentDialogComposerAttachmentsImageLoadingProps extends IVeltWireframeCommonProps {
|
|
2209
3127
|
}
|
|
2210
3128
|
|
|
@@ -2213,12 +3131,16 @@ interface IVeltCommentDialogComposerAttachmentsImageProps extends IVeltWireframe
|
|
|
2213
3131
|
interface IVeltCommentDialogComposerAttachmentsImage extends React$1.FC<IVeltCommentDialogComposerAttachmentsImageProps> {
|
|
2214
3132
|
Preview: React$1.FC<IVeltCommentDialogComposerAttachmentsImagePreviewProps>;
|
|
2215
3133
|
Delete: React$1.FC<IVeltCommentDialogComposerAttachmentsImageDeleteProps>;
|
|
3134
|
+
Download: React$1.FC<IVeltCommentDialogComposerAttachmentsImageDownloadProps>;
|
|
2216
3135
|
Loading: React$1.FC<IVeltCommentDialogComposerAttachmentsImageLoadingProps>;
|
|
2217
3136
|
}
|
|
2218
3137
|
|
|
2219
3138
|
interface IVeltCommentDialogComposerAttachmentsOtherDeleteProps extends IVeltWireframeCommonProps {
|
|
2220
3139
|
}
|
|
2221
3140
|
|
|
3141
|
+
interface IVeltCommentDialogComposerAttachmentsOtherDownloadProps extends IVeltWireframeCommonProps {
|
|
3142
|
+
}
|
|
3143
|
+
|
|
2222
3144
|
interface IVeltCommentDialogComposerAttachmentsOtherIconProps extends IVeltWireframeCommonProps {
|
|
2223
3145
|
}
|
|
2224
3146
|
|
|
@@ -2236,6 +3158,7 @@ interface IVeltCommentDialogComposerAttachmentsOtherProps extends IVeltWireframe
|
|
|
2236
3158
|
interface IVeltCommentDialogComposerAttachmentsOther extends React$1.FC<IVeltCommentDialogComposerAttachmentsOtherProps> {
|
|
2237
3159
|
Icon: React$1.FC<IVeltCommentDialogComposerAttachmentsOtherIconProps>;
|
|
2238
3160
|
Delete: React$1.FC<IVeltCommentDialogComposerAttachmentsOtherDeleteProps>;
|
|
3161
|
+
Download: React$1.FC<IVeltCommentDialogComposerAttachmentsOtherDownloadProps>;
|
|
2239
3162
|
Loading: React$1.FC<IVeltCommentDialogComposerAttachmentsOtherLoadingProps>;
|
|
2240
3163
|
Name: React$1.FC<IVeltCommentDialogComposerAttachmentsOtherNameProps>;
|
|
2241
3164
|
Size: React$1.FC<IVeltCommentDialogComposerAttachmentsOtherSizeProps>;
|
|
@@ -2558,8 +3481,22 @@ interface IVeltCommentDialogThreadCardDeviceTypeProps extends IVeltWireframeComm
|
|
|
2558
3481
|
interface IVeltCommentDialogThreadCardDraftProps extends IVeltWireframeCommonProps {
|
|
2559
3482
|
}
|
|
2560
3483
|
|
|
3484
|
+
interface IVeltCommentDialogThreadCardMessageShowMoreProps extends IVeltWireframeCommonProps {
|
|
3485
|
+
}
|
|
3486
|
+
interface IVeltCommentDialogThreadCardMessageShowMore extends React$1.FC<IVeltCommentDialogThreadCardMessageShowMoreProps> {
|
|
3487
|
+
}
|
|
3488
|
+
|
|
3489
|
+
interface IVeltCommentDialogThreadCardMessageShowLessProps extends IVeltWireframeCommonProps {
|
|
3490
|
+
}
|
|
3491
|
+
interface IVeltCommentDialogThreadCardMessageShowLess extends React$1.FC<IVeltCommentDialogThreadCardMessageShowLessProps> {
|
|
3492
|
+
}
|
|
3493
|
+
|
|
2561
3494
|
interface IVeltCommentDialogThreadCardMessageProps extends IVeltWireframeCommonProps {
|
|
2562
3495
|
}
|
|
3496
|
+
interface IVeltCommentDialogThreadCardMessage extends React$1.FC<IVeltCommentDialogThreadCardMessageProps> {
|
|
3497
|
+
ShowMore: IVeltCommentDialogThreadCardMessageShowMore;
|
|
3498
|
+
ShowLess: IVeltCommentDialogThreadCardMessageShowLess;
|
|
3499
|
+
}
|
|
2563
3500
|
|
|
2564
3501
|
interface IVeltCommentDialogThreadCardNameProps extends IVeltWireframeCommonProps {
|
|
2565
3502
|
}
|
|
@@ -2669,7 +3606,7 @@ interface IVeltCommentDialogThreadCard extends React$1.FC<IVeltCommentDialogThre
|
|
|
2669
3606
|
Avatar: React$1.FC<IVeltCommentDialogThreadCardAvatarProps>;
|
|
2670
3607
|
DeviceType: React$1.FC<IVeltCommentDialogThreadCardDeviceTypeProps>;
|
|
2671
3608
|
Attachments: IVeltCommentDialogThreadCardAttachments;
|
|
2672
|
-
Message:
|
|
3609
|
+
Message: IVeltCommentDialogThreadCardMessage;
|
|
2673
3610
|
Name: React$1.FC<IVeltCommentDialogThreadCardNameProps>;
|
|
2674
3611
|
Options: IVeltCommentDialogThreadCardOptions;
|
|
2675
3612
|
Reactions: React$1.FC<IVeltCommentDialogThreadCardReactionsProps>;
|
|
@@ -2852,6 +3789,7 @@ declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframe
|
|
|
2852
3789
|
AllComment: React$1.FC<IVeltCommentDialogAllCommentProps>;
|
|
2853
3790
|
Approve: React$1.FC<IVeltCommentDialogApproveProps>;
|
|
2854
3791
|
AssigneeBanner: IVeltCommentDialogAssigneeBanner;
|
|
3792
|
+
VisibilityBanner: IVeltCommentDialogVisibilityBanner;
|
|
2855
3793
|
AssignMenu: React$1.FC<IVeltCommentDialogAssignMenuProps>;
|
|
2856
3794
|
Body: React$1.FC<IVeltCommentDialogBodyProps>;
|
|
2857
3795
|
CommentCategory: React$1.FC<IVeltCommentDialogCommentCategoryProps>;
|
|
@@ -3426,96 +4364,257 @@ declare const VeltCommentsSidebarWireframe: React$1.FC<IVeltCommentsSidebarWiref
|
|
|
3426
4364
|
FullscreenButton: IVeltCommentsSidebarFullscreenButton;
|
|
3427
4365
|
};
|
|
3428
4366
|
|
|
3429
|
-
interface
|
|
4367
|
+
interface IVeltCommentsSidebarV2SkeletonProps extends IVeltWireframeCommonProps {
|
|
3430
4368
|
}
|
|
3431
|
-
|
|
3432
|
-
interface IVeltCommentPinIndexProps extends IVeltWireframeCommonProps {
|
|
4369
|
+
interface IVeltCommentsSidebarV2Skeleton extends React$1.FC<IVeltCommentsSidebarV2SkeletonProps> {
|
|
3433
4370
|
}
|
|
3434
4371
|
|
|
3435
|
-
interface
|
|
4372
|
+
interface IVeltCommentsSidebarV2PanelProps extends IVeltWireframeCommonProps {
|
|
3436
4373
|
}
|
|
3437
|
-
|
|
3438
|
-
interface IVeltCommentPinUnreadCommentIndicatorProps extends IVeltWireframeCommonProps {
|
|
4374
|
+
interface IVeltCommentsSidebarV2Panel extends React$1.FC<IVeltCommentsSidebarV2PanelProps> {
|
|
3439
4375
|
}
|
|
3440
4376
|
|
|
3441
|
-
interface
|
|
4377
|
+
interface IVeltCommentsSidebarV2HeaderProps extends IVeltWireframeCommonProps {
|
|
4378
|
+
}
|
|
4379
|
+
interface IVeltCommentsSidebarV2Header extends React$1.FC<IVeltCommentsSidebarV2HeaderProps> {
|
|
3442
4380
|
}
|
|
3443
4381
|
|
|
3444
|
-
interface
|
|
4382
|
+
interface IVeltCommentsSidebarV2CloseButtonProps extends IVeltWireframeCommonProps {
|
|
3445
4383
|
}
|
|
3446
|
-
interface
|
|
4384
|
+
interface IVeltCommentsSidebarV2CloseButton extends React$1.FC<IVeltCommentsSidebarV2CloseButtonProps> {
|
|
3447
4385
|
}
|
|
3448
4386
|
|
|
3449
|
-
interface
|
|
4387
|
+
interface IVeltCommentsSidebarV2ResetFilterButtonProps extends IVeltWireframeCommonProps {
|
|
3450
4388
|
}
|
|
3451
|
-
|
|
3452
|
-
GhostCommentIndicator: React$1.FC<IVeltCommentPinGhostCommentIndicatorProps>;
|
|
3453
|
-
Index: React$1.FC<IVeltCommentPinIndexProps>;
|
|
3454
|
-
Number: IVeltCommentPinNumber;
|
|
3455
|
-
PrivateCommentIndicator: React$1.FC<IVeltCommentPinPrivateCommentIndicatorProps>;
|
|
3456
|
-
Triangle: React$1.FC<IVeltCommentPinTriangleProps>;
|
|
3457
|
-
UnreadCommentIndicator: React$1.FC<IVeltCommentPinUnreadCommentIndicatorProps>;
|
|
3458
|
-
};
|
|
3459
|
-
|
|
3460
|
-
interface IVeltSidebarButtonCommentsCountProps extends IVeltWireframeCommonProps {
|
|
4389
|
+
interface IVeltCommentsSidebarV2ResetFilterButton extends React$1.FC<IVeltCommentsSidebarV2ResetFilterButtonProps> {
|
|
3461
4390
|
}
|
|
3462
4391
|
|
|
3463
|
-
interface
|
|
4392
|
+
interface IVeltCommentsSidebarV2EmptyPlaceholderProps extends IVeltWireframeCommonProps {
|
|
3464
4393
|
}
|
|
3465
|
-
|
|
3466
|
-
|
|
4394
|
+
interface IVeltCommentsSidebarV2EmptyPlaceholder extends React$1.FC<IVeltCommentsSidebarV2EmptyPlaceholderProps> {
|
|
4395
|
+
ResetFilterButton: IVeltCommentsSidebarV2ResetFilterButton;
|
|
3467
4396
|
}
|
|
3468
4397
|
|
|
3469
|
-
interface
|
|
4398
|
+
interface IVeltCommentsSidebarV2ListItemProps extends IVeltWireframeCommonProps {
|
|
3470
4399
|
}
|
|
3471
|
-
|
|
3472
|
-
CommentsCount: React$1.FC<IVeltSidebarButtonCommentsCountProps>;
|
|
3473
|
-
Icon: React$1.FC<IVeltSidebarButtonIconProps>;
|
|
3474
|
-
UnreadIcon: React$1.FC<IVeltSidebarButtonUnreadIconProps>;
|
|
3475
|
-
};
|
|
3476
|
-
|
|
3477
|
-
interface IVeltCommentToolWireframeProps extends IVeltWireframeCommonProps {
|
|
4400
|
+
interface IVeltCommentsSidebarV2ListItem extends React$1.FC<IVeltCommentsSidebarV2ListItemProps> {
|
|
3478
4401
|
}
|
|
3479
|
-
declare const VeltCommentToolWireframe: React$1.FC<IVeltCommentToolWireframeProps>;
|
|
3480
4402
|
|
|
3481
|
-
interface
|
|
4403
|
+
interface IVeltCommentsSidebarV2ListProps extends IVeltWireframeCommonProps {
|
|
3482
4404
|
}
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
interface IVeltTextCommentToolbarCommentAnnotationProps extends IVeltWireframeCommonProps {
|
|
4405
|
+
interface IVeltCommentsSidebarV2List extends React$1.FC<IVeltCommentsSidebarV2ListProps> {
|
|
4406
|
+
Item: IVeltCommentsSidebarV2ListItem;
|
|
3486
4407
|
}
|
|
3487
4408
|
|
|
3488
|
-
interface
|
|
4409
|
+
interface IVeltCommentsSidebarV2PageModeComposerProps extends IVeltWireframeCommonProps {
|
|
3489
4410
|
}
|
|
3490
|
-
|
|
3491
|
-
interface IVeltTextCommentToolbarGenericProps extends IVeltWireframeCommonProps {
|
|
4411
|
+
interface IVeltCommentsSidebarV2PageModeComposer extends React$1.FC<IVeltCommentsSidebarV2PageModeComposerProps> {
|
|
3492
4412
|
}
|
|
3493
4413
|
|
|
3494
|
-
interface
|
|
4414
|
+
interface IVeltCommentsSidebarV2FocusedThreadBackButtonProps extends IVeltWireframeCommonProps {
|
|
3495
4415
|
}
|
|
3496
|
-
|
|
3497
|
-
interface IVeltTextCommentToolbarProps extends IVeltWireframeCommonProps {
|
|
4416
|
+
interface IVeltCommentsSidebarV2FocusedThreadBackButton extends React$1.FC<IVeltCommentsSidebarV2FocusedThreadBackButtonProps> {
|
|
3498
4417
|
}
|
|
3499
|
-
declare const VeltTextCommentToolbar: React$1.FC<IVeltTextCommentToolbarProps> & {
|
|
3500
|
-
CommentAnnotation: React$1.FC<IVeltTextCommentToolbarCommentAnnotationProps>;
|
|
3501
|
-
Copywriter: React$1.FC<IVeltTextCommentToolbarCopywriterProps>;
|
|
3502
|
-
Generic: React$1.FC<IVeltTextCommentToolbarGenericProps>;
|
|
3503
|
-
Divider: React$1.FC<IVeltTextCommentToolbarDividerProps>;
|
|
3504
|
-
};
|
|
3505
4418
|
|
|
3506
|
-
interface
|
|
4419
|
+
interface IVeltCommentsSidebarV2FocusedThreadDialogContainerProps extends IVeltWireframeCommonProps {
|
|
3507
4420
|
}
|
|
3508
|
-
|
|
3509
|
-
interface IVeltUserSelectorDropdownEmailProps extends IVeltWireframeCommonProps {
|
|
4421
|
+
interface IVeltCommentsSidebarV2FocusedThreadDialogContainer extends React$1.FC<IVeltCommentsSidebarV2FocusedThreadDialogContainerProps> {
|
|
3510
4422
|
}
|
|
3511
4423
|
|
|
3512
|
-
interface
|
|
4424
|
+
interface IVeltCommentsSidebarV2FocusedThreadProps extends IVeltWireframeCommonProps {
|
|
3513
4425
|
}
|
|
3514
|
-
|
|
3515
|
-
|
|
4426
|
+
interface IVeltCommentsSidebarV2FocusedThread extends React$1.FC<IVeltCommentsSidebarV2FocusedThreadProps> {
|
|
4427
|
+
BackButton: IVeltCommentsSidebarV2FocusedThreadBackButton;
|
|
4428
|
+
DialogContainer: IVeltCommentsSidebarV2FocusedThreadDialogContainer;
|
|
3516
4429
|
}
|
|
3517
4430
|
|
|
3518
|
-
interface
|
|
4431
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownTriggerProps extends IVeltWireframeCommonProps {
|
|
4432
|
+
}
|
|
4433
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownTrigger extends React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownTriggerProps> {
|
|
4434
|
+
}
|
|
4435
|
+
|
|
4436
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllReadProps extends IVeltWireframeCommonProps {
|
|
4437
|
+
}
|
|
4438
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead extends React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllReadProps> {
|
|
4439
|
+
}
|
|
4440
|
+
|
|
4441
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolvedProps extends IVeltWireframeCommonProps {
|
|
4442
|
+
}
|
|
4443
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved extends React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolvedProps> {
|
|
4444
|
+
}
|
|
4445
|
+
|
|
4446
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownContentProps extends IVeltWireframeCommonProps {
|
|
4447
|
+
}
|
|
4448
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownContent extends React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentProps> {
|
|
4449
|
+
MarkAllRead: IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead;
|
|
4450
|
+
MarkAllResolved: IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved;
|
|
4451
|
+
}
|
|
4452
|
+
|
|
4453
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdownProps extends IVeltWireframeCommonProps {
|
|
4454
|
+
}
|
|
4455
|
+
interface IVeltCommentsSidebarV2MinimalActionsDropdown extends React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownProps> {
|
|
4456
|
+
Trigger: IVeltCommentsSidebarV2MinimalActionsDropdownTrigger;
|
|
4457
|
+
Content: IVeltCommentsSidebarV2MinimalActionsDropdownContent;
|
|
4458
|
+
}
|
|
4459
|
+
|
|
4460
|
+
interface IVeltCommentsSidebarV2FilterDropdownTriggerProps extends IVeltWireframeCommonProps {
|
|
4461
|
+
}
|
|
4462
|
+
interface IVeltCommentsSidebarV2FilterDropdownTrigger extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownTriggerProps> {
|
|
4463
|
+
}
|
|
4464
|
+
|
|
4465
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps extends IVeltWireframeCommonProps {
|
|
4466
|
+
}
|
|
4467
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListItemIndicator extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps> {
|
|
4468
|
+
}
|
|
4469
|
+
|
|
4470
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps extends IVeltWireframeCommonProps {
|
|
4471
|
+
}
|
|
4472
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListItemLabel extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps> {
|
|
4473
|
+
}
|
|
4474
|
+
|
|
4475
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListItemProps extends IVeltWireframeCommonProps {
|
|
4476
|
+
}
|
|
4477
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListItem extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemProps> {
|
|
4478
|
+
Indicator: IVeltCommentsSidebarV2FilterDropdownContentListItemIndicator;
|
|
4479
|
+
Label: IVeltCommentsSidebarV2FilterDropdownContentListItemLabel;
|
|
4480
|
+
}
|
|
4481
|
+
|
|
4482
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps extends IVeltWireframeCommonProps {
|
|
4483
|
+
}
|
|
4484
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryContent extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps> {
|
|
4485
|
+
}
|
|
4486
|
+
|
|
4487
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps extends IVeltWireframeCommonProps {
|
|
4488
|
+
}
|
|
4489
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListCategory extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps> {
|
|
4490
|
+
Content: IVeltCommentsSidebarV2FilterDropdownContentListCategoryContent;
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4493
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentListProps extends IVeltWireframeCommonProps {
|
|
4494
|
+
}
|
|
4495
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentList extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListProps> {
|
|
4496
|
+
Item: IVeltCommentsSidebarV2FilterDropdownContentListItem;
|
|
4497
|
+
Category: IVeltCommentsSidebarV2FilterDropdownContentListCategory;
|
|
4498
|
+
}
|
|
4499
|
+
|
|
4500
|
+
interface IVeltCommentsSidebarV2FilterDropdownContentProps extends IVeltWireframeCommonProps {
|
|
4501
|
+
}
|
|
4502
|
+
interface IVeltCommentsSidebarV2FilterDropdownContent extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentProps> {
|
|
4503
|
+
List: IVeltCommentsSidebarV2FilterDropdownContentList;
|
|
4504
|
+
}
|
|
4505
|
+
|
|
4506
|
+
interface IVeltCommentsSidebarV2FilterDropdownProps extends IVeltWireframeCommonProps {
|
|
4507
|
+
}
|
|
4508
|
+
interface IVeltCommentsSidebarV2FilterDropdown extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownProps> {
|
|
4509
|
+
Trigger: IVeltCommentsSidebarV2FilterDropdownTrigger;
|
|
4510
|
+
Content: IVeltCommentsSidebarV2FilterDropdownContent;
|
|
4511
|
+
}
|
|
4512
|
+
|
|
4513
|
+
interface IVeltCommentsSidebarV2WireframeProps extends IVeltWireframeCommonProps {
|
|
4514
|
+
}
|
|
4515
|
+
declare const VeltCommentsSidebarV2Wireframe: React$1.FC<IVeltCommentsSidebarV2WireframeProps> & {
|
|
4516
|
+
Skeleton: IVeltCommentsSidebarV2Skeleton;
|
|
4517
|
+
Panel: IVeltCommentsSidebarV2Panel;
|
|
4518
|
+
Header: IVeltCommentsSidebarV2Header;
|
|
4519
|
+
CloseButton: IVeltCommentsSidebarV2CloseButton;
|
|
4520
|
+
EmptyPlaceholder: IVeltCommentsSidebarV2EmptyPlaceholder;
|
|
4521
|
+
List: IVeltCommentsSidebarV2List;
|
|
4522
|
+
PageModeComposer: IVeltCommentsSidebarV2PageModeComposer;
|
|
4523
|
+
FocusedThread: IVeltCommentsSidebarV2FocusedThread;
|
|
4524
|
+
MinimalActionsDropdown: IVeltCommentsSidebarV2MinimalActionsDropdown;
|
|
4525
|
+
FilterDropdown: IVeltCommentsSidebarV2FilterDropdown;
|
|
4526
|
+
};
|
|
4527
|
+
|
|
4528
|
+
interface IVeltCommentPinGhostCommentIndicatorProps extends IVeltWireframeCommonProps {
|
|
4529
|
+
}
|
|
4530
|
+
|
|
4531
|
+
interface IVeltCommentPinIndexProps extends IVeltWireframeCommonProps {
|
|
4532
|
+
}
|
|
4533
|
+
|
|
4534
|
+
interface IVeltCommentPinTriangleProps extends IVeltWireframeCommonProps {
|
|
4535
|
+
}
|
|
4536
|
+
|
|
4537
|
+
interface IVeltCommentPinUnreadCommentIndicatorProps extends IVeltWireframeCommonProps {
|
|
4538
|
+
}
|
|
4539
|
+
|
|
4540
|
+
interface IVeltCommentPinPrivateCommentIndicatorProps extends IVeltWireframeCommonProps {
|
|
4541
|
+
}
|
|
4542
|
+
|
|
4543
|
+
interface IVeltCommentPinNumberProps extends IVeltWireframeCommonProps {
|
|
4544
|
+
}
|
|
4545
|
+
interface IVeltCommentPinNumber extends React$1.FC<IVeltCommentPinNumberProps> {
|
|
4546
|
+
}
|
|
4547
|
+
|
|
4548
|
+
interface IVeltCommentPinWireframeProps extends IVeltWireframeCommonProps {
|
|
4549
|
+
}
|
|
4550
|
+
declare const VeltCommentPinWireframe: React$1.FC<IVeltCommentPinWireframeProps> & {
|
|
4551
|
+
GhostCommentIndicator: React$1.FC<IVeltCommentPinGhostCommentIndicatorProps>;
|
|
4552
|
+
Index: React$1.FC<IVeltCommentPinIndexProps>;
|
|
4553
|
+
Number: IVeltCommentPinNumber;
|
|
4554
|
+
PrivateCommentIndicator: React$1.FC<IVeltCommentPinPrivateCommentIndicatorProps>;
|
|
4555
|
+
Triangle: React$1.FC<IVeltCommentPinTriangleProps>;
|
|
4556
|
+
UnreadCommentIndicator: React$1.FC<IVeltCommentPinUnreadCommentIndicatorProps>;
|
|
4557
|
+
};
|
|
4558
|
+
|
|
4559
|
+
interface IVeltSidebarButtonCommentsCountProps$1 extends IVeltWireframeCommonProps {
|
|
4560
|
+
}
|
|
4561
|
+
|
|
4562
|
+
interface IVeltSidebarButtonIconProps$1 extends IVeltWireframeCommonProps {
|
|
4563
|
+
}
|
|
4564
|
+
|
|
4565
|
+
interface IVeltSidebarButtonUnreadIconProps$1 extends IVeltWireframeCommonProps {
|
|
4566
|
+
}
|
|
4567
|
+
|
|
4568
|
+
interface IVeltSidebarButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
4569
|
+
}
|
|
4570
|
+
declare const VeltSidebarButtonWireframe: React$1.FC<IVeltSidebarButtonWireframeProps> & {
|
|
4571
|
+
CommentsCount: React$1.FC<IVeltSidebarButtonCommentsCountProps$1>;
|
|
4572
|
+
Icon: React$1.FC<IVeltSidebarButtonIconProps$1>;
|
|
4573
|
+
UnreadIcon: React$1.FC<IVeltSidebarButtonUnreadIconProps$1>;
|
|
4574
|
+
};
|
|
4575
|
+
|
|
4576
|
+
interface IVeltCommentToolWireframeProps extends IVeltWireframeCommonProps {
|
|
4577
|
+
}
|
|
4578
|
+
declare const VeltCommentToolWireframe: React$1.FC<IVeltCommentToolWireframeProps>;
|
|
4579
|
+
|
|
4580
|
+
interface IVeltTextCommentToolWireframeProps extends IVeltWireframeCommonProps {
|
|
4581
|
+
}
|
|
4582
|
+
declare const VeltTextCommentToolWireframe: React$1.FC<IVeltTextCommentToolWireframeProps>;
|
|
4583
|
+
|
|
4584
|
+
interface IVeltTextCommentToolbarCommentAnnotationProps$1 extends IVeltWireframeCommonProps {
|
|
4585
|
+
}
|
|
4586
|
+
|
|
4587
|
+
interface IVeltTextCommentToolbarCopywriterProps$1 extends IVeltWireframeCommonProps {
|
|
4588
|
+
}
|
|
4589
|
+
|
|
4590
|
+
interface IVeltTextCommentToolbarGenericProps$1 extends IVeltWireframeCommonProps {
|
|
4591
|
+
}
|
|
4592
|
+
|
|
4593
|
+
interface IVeltTextCommentToolbarDividerProps$1 extends IVeltWireframeCommonProps {
|
|
4594
|
+
}
|
|
4595
|
+
|
|
4596
|
+
interface IVeltTextCommentToolbarProps$1 extends IVeltWireframeCommonProps {
|
|
4597
|
+
}
|
|
4598
|
+
declare const VeltTextCommentToolbar$1: React$1.FC<IVeltTextCommentToolbarProps$1> & {
|
|
4599
|
+
CommentAnnotation: React$1.FC<IVeltTextCommentToolbarCommentAnnotationProps$1>;
|
|
4600
|
+
Copywriter: React$1.FC<IVeltTextCommentToolbarCopywriterProps$1>;
|
|
4601
|
+
Generic: React$1.FC<IVeltTextCommentToolbarGenericProps$1>;
|
|
4602
|
+
Divider: React$1.FC<IVeltTextCommentToolbarDividerProps$1>;
|
|
4603
|
+
};
|
|
4604
|
+
|
|
4605
|
+
interface IVeltUserSelectorDropdownAvatarProps extends IVeltWireframeCommonProps {
|
|
4606
|
+
}
|
|
4607
|
+
|
|
4608
|
+
interface IVeltUserSelectorDropdownEmailProps extends IVeltWireframeCommonProps {
|
|
4609
|
+
}
|
|
4610
|
+
|
|
4611
|
+
interface IVeltUserSelectorDropdownErrorIconProps extends IVeltWireframeCommonProps {
|
|
4612
|
+
}
|
|
4613
|
+
|
|
4614
|
+
interface IVeltUserSelectorDropdownNameProps extends IVeltWireframeCommonProps {
|
|
4615
|
+
}
|
|
4616
|
+
|
|
4617
|
+
interface IVeltUserSelectorDropdownProps extends IVeltWireframeCommonProps {
|
|
3519
4618
|
}
|
|
3520
4619
|
declare const VeltUserSelectorDropdown: React$1.FC<IVeltUserSelectorDropdownProps> & {
|
|
3521
4620
|
Avatar: React$1.FC<IVeltUserSelectorDropdownAvatarProps>;
|
|
@@ -3574,22 +4673,26 @@ interface IVeltAutocompleteChipTooltipWireframe extends React$1.FC<IVeltAutocomp
|
|
|
3574
4673
|
}
|
|
3575
4674
|
declare const VeltAutocompleteChipTooltipWireframe: IVeltAutocompleteChipTooltipWireframe;
|
|
3576
4675
|
|
|
3577
|
-
interface
|
|
4676
|
+
interface IVeltAutocompleteEmptyWireframeProps extends IVeltWireframeCommonProps {
|
|
3578
4677
|
}
|
|
4678
|
+
declare const VeltAutocompleteEmptyWireframe: React$1.FC<IVeltAutocompleteEmptyWireframeProps>;
|
|
3579
4679
|
|
|
3580
|
-
interface
|
|
4680
|
+
interface IVeltCommentBubbleAvatarProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
4681
|
+
}
|
|
4682
|
+
|
|
4683
|
+
interface IVeltCommentBubbleCommentsCountProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3581
4684
|
}
|
|
3582
4685
|
|
|
3583
|
-
interface IVeltCommentBubbleUnreadIconProps extends IVeltWireframeCommonProps {
|
|
4686
|
+
interface IVeltCommentBubbleUnreadIconProps$1 extends IVeltWireframeCommonProps {
|
|
3584
4687
|
}
|
|
3585
4688
|
|
|
3586
4689
|
interface IVeltCommentBubbleWireframeProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3587
4690
|
variant?: string;
|
|
3588
4691
|
}
|
|
3589
4692
|
interface IVeltCommentBubbleWireframe extends React$1.FC<IVeltCommentBubbleWireframeProps> {
|
|
3590
|
-
Avatar: React$1.FC<IVeltCommentBubbleAvatarProps>;
|
|
3591
|
-
CommentsCount: React$1.FC<IVeltCommentBubbleCommentsCountProps>;
|
|
3592
|
-
UnreadIcon: React$1.FC<IVeltCommentBubbleUnreadIconProps>;
|
|
4693
|
+
Avatar: React$1.FC<IVeltCommentBubbleAvatarProps$1>;
|
|
4694
|
+
CommentsCount: React$1.FC<IVeltCommentBubbleCommentsCountProps$1>;
|
|
4695
|
+
UnreadIcon: React$1.FC<IVeltCommentBubbleUnreadIconProps$1>;
|
|
3593
4696
|
}
|
|
3594
4697
|
declare const VeltCommentBubbleWireframe: IVeltCommentBubbleWireframe;
|
|
3595
4698
|
|
|
@@ -5725,6 +6828,502 @@ interface IVeltCursorPointerWireframe extends React$1.FC<IVeltCursorPointerWiref
|
|
|
5725
6828
|
}
|
|
5726
6829
|
declare const VeltCursorPointerWireframe: IVeltCursorPointerWireframe;
|
|
5727
6830
|
|
|
6831
|
+
interface IVeltActivityLogProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6832
|
+
darkMode?: boolean;
|
|
6833
|
+
shadowDom?: boolean;
|
|
6834
|
+
useDummyData?: boolean;
|
|
6835
|
+
variant?: string;
|
|
6836
|
+
}
|
|
6837
|
+
declare const VeltActivityLog: React$1.FC<IVeltActivityLogProps>;
|
|
6838
|
+
|
|
6839
|
+
interface IVeltActivityLogHeaderProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6840
|
+
defaultCondition?: boolean;
|
|
6841
|
+
}
|
|
6842
|
+
declare const VeltActivityLogHeader: React$1.FC<IVeltActivityLogHeaderProps>;
|
|
6843
|
+
|
|
6844
|
+
interface IVeltActivityLogHeaderTitleProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6845
|
+
defaultCondition?: boolean;
|
|
6846
|
+
}
|
|
6847
|
+
declare const VeltActivityLogHeaderTitle: React$1.FC<IVeltActivityLogHeaderTitleProps>;
|
|
6848
|
+
|
|
6849
|
+
interface IVeltActivityLogHeaderCloseButtonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6850
|
+
defaultCondition?: boolean;
|
|
6851
|
+
}
|
|
6852
|
+
declare const VeltActivityLogHeaderCloseButton: React$1.FC<IVeltActivityLogHeaderCloseButtonProps>;
|
|
6853
|
+
|
|
6854
|
+
interface IVeltActivityLogHeaderFilterProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6855
|
+
defaultCondition?: boolean;
|
|
6856
|
+
}
|
|
6857
|
+
declare const VeltActivityLogHeaderFilter: React$1.FC<IVeltActivityLogHeaderFilterProps>;
|
|
6858
|
+
|
|
6859
|
+
interface IVeltActivityLogHeaderFilterTriggerProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6860
|
+
defaultCondition?: boolean;
|
|
6861
|
+
}
|
|
6862
|
+
declare const VeltActivityLogHeaderFilterTrigger: React$1.FC<IVeltActivityLogHeaderFilterTriggerProps>;
|
|
6863
|
+
|
|
6864
|
+
interface IVeltActivityLogHeaderFilterTriggerIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6865
|
+
defaultCondition?: boolean;
|
|
6866
|
+
}
|
|
6867
|
+
declare const VeltActivityLogHeaderFilterTriggerIcon: React$1.FC<IVeltActivityLogHeaderFilterTriggerIconProps>;
|
|
6868
|
+
|
|
6869
|
+
interface IVeltActivityLogHeaderFilterTriggerLabelProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6870
|
+
defaultCondition?: boolean;
|
|
6871
|
+
}
|
|
6872
|
+
declare const VeltActivityLogHeaderFilterTriggerLabel: React$1.FC<IVeltActivityLogHeaderFilterTriggerLabelProps>;
|
|
6873
|
+
|
|
6874
|
+
interface IVeltActivityLogHeaderFilterContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6875
|
+
defaultCondition?: boolean;
|
|
6876
|
+
}
|
|
6877
|
+
declare const VeltActivityLogHeaderFilterContent: React$1.FC<IVeltActivityLogHeaderFilterContentProps>;
|
|
6878
|
+
|
|
6879
|
+
interface IVeltActivityLogHeaderFilterContentItemProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6880
|
+
defaultCondition?: boolean;
|
|
6881
|
+
filterOption?: string;
|
|
6882
|
+
isActive?: boolean;
|
|
6883
|
+
}
|
|
6884
|
+
declare const VeltActivityLogHeaderFilterContentItem: React$1.FC<IVeltActivityLogHeaderFilterContentItemProps>;
|
|
6885
|
+
|
|
6886
|
+
interface IVeltActivityLogHeaderFilterContentItemIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6887
|
+
defaultCondition?: boolean;
|
|
6888
|
+
isActive?: boolean;
|
|
6889
|
+
}
|
|
6890
|
+
declare const VeltActivityLogHeaderFilterContentItemIcon: React$1.FC<IVeltActivityLogHeaderFilterContentItemIconProps>;
|
|
6891
|
+
|
|
6892
|
+
interface IVeltActivityLogHeaderFilterContentItemLabelProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6893
|
+
defaultCondition?: boolean;
|
|
6894
|
+
filterOption?: string;
|
|
6895
|
+
}
|
|
6896
|
+
declare const VeltActivityLogHeaderFilterContentItemLabel: React$1.FC<IVeltActivityLogHeaderFilterContentItemLabelProps>;
|
|
6897
|
+
|
|
6898
|
+
interface IVeltActivityLogEmptyProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6899
|
+
defaultCondition?: boolean;
|
|
6900
|
+
}
|
|
6901
|
+
declare const VeltActivityLogEmpty: React$1.FC<IVeltActivityLogEmptyProps>;
|
|
6902
|
+
|
|
6903
|
+
interface IVeltActivityLogLoadingProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6904
|
+
defaultCondition?: boolean;
|
|
6905
|
+
}
|
|
6906
|
+
declare const VeltActivityLogLoading: React$1.FC<IVeltActivityLogLoadingProps>;
|
|
6907
|
+
|
|
6908
|
+
interface IVeltActivityLogListProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6909
|
+
defaultCondition?: boolean;
|
|
6910
|
+
}
|
|
6911
|
+
declare const VeltActivityLogList: React$1.FC<IVeltActivityLogListProps>;
|
|
6912
|
+
|
|
6913
|
+
interface IVeltActivityLogListDateGroupProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6914
|
+
defaultCondition?: boolean;
|
|
6915
|
+
dateGroup?: string;
|
|
6916
|
+
}
|
|
6917
|
+
declare const VeltActivityLogListDateGroup: React$1.FC<IVeltActivityLogListDateGroupProps>;
|
|
6918
|
+
|
|
6919
|
+
interface IVeltActivityLogListDateGroupLabelProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6920
|
+
defaultCondition?: boolean;
|
|
6921
|
+
dateGroup?: string;
|
|
6922
|
+
}
|
|
6923
|
+
declare const VeltActivityLogListDateGroupLabel: React$1.FC<IVeltActivityLogListDateGroupLabelProps>;
|
|
6924
|
+
|
|
6925
|
+
interface IVeltActivityLogListShowMoreProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6926
|
+
defaultCondition?: boolean;
|
|
6927
|
+
dateGroup?: string;
|
|
6928
|
+
}
|
|
6929
|
+
declare const VeltActivityLogListShowMore: React$1.FC<IVeltActivityLogListShowMoreProps>;
|
|
6930
|
+
|
|
6931
|
+
interface IVeltActivityLogListItemProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6932
|
+
defaultCondition?: boolean;
|
|
6933
|
+
activityRecord?: string;
|
|
6934
|
+
}
|
|
6935
|
+
declare const VeltActivityLogListItem: React$1.FC<IVeltActivityLogListItemProps>;
|
|
6936
|
+
|
|
6937
|
+
interface IVeltActivityLogListItemAvatarProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6938
|
+
defaultCondition?: boolean;
|
|
6939
|
+
activityRecord?: string;
|
|
6940
|
+
}
|
|
6941
|
+
declare const VeltActivityLogListItemAvatar: React$1.FC<IVeltActivityLogListItemAvatarProps>;
|
|
6942
|
+
|
|
6943
|
+
interface IVeltActivityLogListItemIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6944
|
+
defaultCondition?: boolean;
|
|
6945
|
+
activityRecord?: string;
|
|
6946
|
+
}
|
|
6947
|
+
declare const VeltActivityLogListItemIcon: React$1.FC<IVeltActivityLogListItemIconProps>;
|
|
6948
|
+
|
|
6949
|
+
interface IVeltActivityLogListItemTimeProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6950
|
+
defaultCondition?: boolean;
|
|
6951
|
+
activityRecord?: string;
|
|
6952
|
+
}
|
|
6953
|
+
declare const VeltActivityLogListItemTime: React$1.FC<IVeltActivityLogListItemTimeProps>;
|
|
6954
|
+
|
|
6955
|
+
interface IVeltActivityLogListItemContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6956
|
+
defaultCondition?: boolean;
|
|
6957
|
+
activityRecord?: string;
|
|
6958
|
+
}
|
|
6959
|
+
declare const VeltActivityLogListItemContent: React$1.FC<IVeltActivityLogListItemContentProps>;
|
|
6960
|
+
|
|
6961
|
+
interface IVeltActivityLogListItemContentUserProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6962
|
+
defaultCondition?: boolean;
|
|
6963
|
+
activityRecord?: string;
|
|
6964
|
+
}
|
|
6965
|
+
declare const VeltActivityLogListItemContentUser: React$1.FC<IVeltActivityLogListItemContentUserProps>;
|
|
6966
|
+
|
|
6967
|
+
interface IVeltActivityLogListItemContentActionProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6968
|
+
defaultCondition?: boolean;
|
|
6969
|
+
activityRecord?: string;
|
|
6970
|
+
}
|
|
6971
|
+
declare const VeltActivityLogListItemContentAction: React$1.FC<IVeltActivityLogListItemContentActionProps>;
|
|
6972
|
+
|
|
6973
|
+
interface IVeltActivityLogListItemContentTargetProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6974
|
+
defaultCondition?: boolean;
|
|
6975
|
+
activityRecord?: string;
|
|
6976
|
+
}
|
|
6977
|
+
declare const VeltActivityLogListItemContentTarget: React$1.FC<IVeltActivityLogListItemContentTargetProps>;
|
|
6978
|
+
|
|
6979
|
+
interface IVeltActivityLogListItemContentDetailProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6980
|
+
defaultCondition?: boolean;
|
|
6981
|
+
activityRecord?: string;
|
|
6982
|
+
}
|
|
6983
|
+
declare const VeltActivityLogListItemContentDetail: React$1.FC<IVeltActivityLogListItemContentDetailProps>;
|
|
6984
|
+
|
|
6985
|
+
interface IVeltActivityLogHeaderTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
6986
|
+
}
|
|
6987
|
+
interface IVeltActivityLogHeaderTitleWireframe extends React$1.FC<IVeltActivityLogHeaderTitleWireframeProps> {
|
|
6988
|
+
}
|
|
6989
|
+
|
|
6990
|
+
interface IVeltActivityLogHeaderFilterTriggerIconWireframeProps extends IVeltWireframeCommonProps {
|
|
6991
|
+
}
|
|
6992
|
+
interface IVeltActivityLogHeaderFilterTriggerIconWireframe extends React$1.FC<IVeltActivityLogHeaderFilterTriggerIconWireframeProps> {
|
|
6993
|
+
}
|
|
6994
|
+
|
|
6995
|
+
interface IVeltActivityLogHeaderFilterTriggerLabelWireframeProps extends IVeltWireframeCommonProps {
|
|
6996
|
+
}
|
|
6997
|
+
interface IVeltActivityLogHeaderFilterTriggerLabelWireframe extends React$1.FC<IVeltActivityLogHeaderFilterTriggerLabelWireframeProps> {
|
|
6998
|
+
}
|
|
6999
|
+
|
|
7000
|
+
interface IVeltActivityLogHeaderFilterTriggerWireframeProps extends IVeltWireframeCommonProps {
|
|
7001
|
+
}
|
|
7002
|
+
interface IVeltActivityLogHeaderFilterTriggerWireframe extends React$1.FC<IVeltActivityLogHeaderFilterTriggerWireframeProps> {
|
|
7003
|
+
Icon: IVeltActivityLogHeaderFilterTriggerIconWireframe;
|
|
7004
|
+
Label: IVeltActivityLogHeaderFilterTriggerLabelWireframe;
|
|
7005
|
+
}
|
|
7006
|
+
|
|
7007
|
+
interface IVeltActivityLogHeaderFilterContentItemIconWireframeProps extends IVeltWireframeCommonProps {
|
|
7008
|
+
}
|
|
7009
|
+
interface IVeltActivityLogHeaderFilterContentItemIconWireframe extends React$1.FC<IVeltActivityLogHeaderFilterContentItemIconWireframeProps> {
|
|
7010
|
+
}
|
|
7011
|
+
|
|
7012
|
+
interface IVeltActivityLogHeaderFilterContentItemLabelWireframeProps extends IVeltWireframeCommonProps {
|
|
7013
|
+
}
|
|
7014
|
+
interface IVeltActivityLogHeaderFilterContentItemLabelWireframe extends React$1.FC<IVeltActivityLogHeaderFilterContentItemLabelWireframeProps> {
|
|
7015
|
+
}
|
|
7016
|
+
|
|
7017
|
+
interface IVeltActivityLogHeaderFilterContentItemWireframeProps extends IVeltWireframeCommonProps {
|
|
7018
|
+
}
|
|
7019
|
+
interface IVeltActivityLogHeaderFilterContentItemWireframe extends React$1.FC<IVeltActivityLogHeaderFilterContentItemWireframeProps> {
|
|
7020
|
+
Icon: IVeltActivityLogHeaderFilterContentItemIconWireframe;
|
|
7021
|
+
Label: IVeltActivityLogHeaderFilterContentItemLabelWireframe;
|
|
7022
|
+
}
|
|
7023
|
+
|
|
7024
|
+
interface IVeltActivityLogHeaderFilterContentWireframeProps extends IVeltWireframeCommonProps {
|
|
7025
|
+
}
|
|
7026
|
+
interface IVeltActivityLogHeaderFilterContentWireframe extends React$1.FC<IVeltActivityLogHeaderFilterContentWireframeProps> {
|
|
7027
|
+
Item: IVeltActivityLogHeaderFilterContentItemWireframe;
|
|
7028
|
+
}
|
|
7029
|
+
|
|
7030
|
+
interface IVeltActivityLogHeaderFilterWireframeProps extends IVeltWireframeCommonProps {
|
|
7031
|
+
}
|
|
7032
|
+
interface IVeltActivityLogHeaderFilterWireframe extends React$1.FC<IVeltActivityLogHeaderFilterWireframeProps> {
|
|
7033
|
+
Trigger: IVeltActivityLogHeaderFilterTriggerWireframe;
|
|
7034
|
+
Content: IVeltActivityLogHeaderFilterContentWireframe;
|
|
7035
|
+
}
|
|
7036
|
+
|
|
7037
|
+
interface IVeltActivityLogHeaderCloseButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
7038
|
+
}
|
|
7039
|
+
interface IVeltActivityLogHeaderCloseButtonWireframe extends React$1.FC<IVeltActivityLogHeaderCloseButtonWireframeProps> {
|
|
7040
|
+
}
|
|
7041
|
+
|
|
7042
|
+
interface IVeltActivityLogHeaderWireframeProps extends IVeltWireframeCommonProps {
|
|
7043
|
+
}
|
|
7044
|
+
interface IVeltActivityLogHeaderWireframe extends React$1.FC<IVeltActivityLogHeaderWireframeProps> {
|
|
7045
|
+
Title: IVeltActivityLogHeaderTitleWireframe;
|
|
7046
|
+
Filter: IVeltActivityLogHeaderFilterWireframe;
|
|
7047
|
+
CloseButton: IVeltActivityLogHeaderCloseButtonWireframe;
|
|
7048
|
+
}
|
|
7049
|
+
|
|
7050
|
+
interface IVeltActivityLogListDateGroupLabelWireframeProps extends IVeltWireframeCommonProps {
|
|
7051
|
+
}
|
|
7052
|
+
interface IVeltActivityLogListDateGroupLabelWireframe extends React$1.FC<IVeltActivityLogListDateGroupLabelWireframeProps> {
|
|
7053
|
+
}
|
|
7054
|
+
|
|
7055
|
+
interface IVeltActivityLogListDateGroupWireframeProps extends IVeltWireframeCommonProps {
|
|
7056
|
+
}
|
|
7057
|
+
interface IVeltActivityLogListDateGroupWireframe extends React$1.FC<IVeltActivityLogListDateGroupWireframeProps> {
|
|
7058
|
+
Label: IVeltActivityLogListDateGroupLabelWireframe;
|
|
7059
|
+
}
|
|
7060
|
+
|
|
7061
|
+
interface IVeltActivityLogListItemIconWireframeProps extends IVeltWireframeCommonProps {
|
|
7062
|
+
}
|
|
7063
|
+
interface IVeltActivityLogListItemIconWireframe extends React$1.FC<IVeltActivityLogListItemIconWireframeProps> {
|
|
7064
|
+
}
|
|
7065
|
+
|
|
7066
|
+
interface IVeltActivityLogListItemAvatarWireframeProps extends IVeltWireframeCommonProps {
|
|
7067
|
+
}
|
|
7068
|
+
interface IVeltActivityLogListItemAvatarWireframe extends React$1.FC<IVeltActivityLogListItemAvatarWireframeProps> {
|
|
7069
|
+
}
|
|
7070
|
+
|
|
7071
|
+
interface IVeltActivityLogListItemContentUserWireframeProps extends IVeltWireframeCommonProps {
|
|
7072
|
+
}
|
|
7073
|
+
interface IVeltActivityLogListItemContentUserWireframe extends React$1.FC<IVeltActivityLogListItemContentUserWireframeProps> {
|
|
7074
|
+
}
|
|
7075
|
+
|
|
7076
|
+
interface IVeltActivityLogListItemContentActionWireframeProps extends IVeltWireframeCommonProps {
|
|
7077
|
+
}
|
|
7078
|
+
interface IVeltActivityLogListItemContentActionWireframe extends React$1.FC<IVeltActivityLogListItemContentActionWireframeProps> {
|
|
7079
|
+
}
|
|
7080
|
+
|
|
7081
|
+
interface IVeltActivityLogListItemContentTargetWireframeProps extends IVeltWireframeCommonProps {
|
|
7082
|
+
}
|
|
7083
|
+
interface IVeltActivityLogListItemContentTargetWireframe extends React$1.FC<IVeltActivityLogListItemContentTargetWireframeProps> {
|
|
7084
|
+
}
|
|
7085
|
+
|
|
7086
|
+
interface IVeltActivityLogListItemContentDetailWireframeProps extends IVeltWireframeCommonProps {
|
|
7087
|
+
}
|
|
7088
|
+
interface IVeltActivityLogListItemContentDetailWireframe extends React$1.FC<IVeltActivityLogListItemContentDetailWireframeProps> {
|
|
7089
|
+
}
|
|
7090
|
+
|
|
7091
|
+
interface IVeltActivityLogListItemContentWireframeProps extends IVeltWireframeCommonProps {
|
|
7092
|
+
}
|
|
7093
|
+
interface IVeltActivityLogListItemContentWireframe extends React$1.FC<IVeltActivityLogListItemContentWireframeProps> {
|
|
7094
|
+
User: IVeltActivityLogListItemContentUserWireframe;
|
|
7095
|
+
Action: IVeltActivityLogListItemContentActionWireframe;
|
|
7096
|
+
Target: IVeltActivityLogListItemContentTargetWireframe;
|
|
7097
|
+
Detail: IVeltActivityLogListItemContentDetailWireframe;
|
|
7098
|
+
}
|
|
7099
|
+
|
|
7100
|
+
interface IVeltActivityLogListItemTimeWireframeProps extends IVeltWireframeCommonProps {
|
|
7101
|
+
}
|
|
7102
|
+
interface IVeltActivityLogListItemTimeWireframe extends React$1.FC<IVeltActivityLogListItemTimeWireframeProps> {
|
|
7103
|
+
}
|
|
7104
|
+
|
|
7105
|
+
interface IVeltActivityLogListItemWireframeProps extends IVeltWireframeCommonProps {
|
|
7106
|
+
}
|
|
7107
|
+
interface IVeltActivityLogListItemWireframe extends React$1.FC<IVeltActivityLogListItemWireframeProps> {
|
|
7108
|
+
Icon: IVeltActivityLogListItemIconWireframe;
|
|
7109
|
+
Avatar: IVeltActivityLogListItemAvatarWireframe;
|
|
7110
|
+
Content: IVeltActivityLogListItemContentWireframe;
|
|
7111
|
+
Time: IVeltActivityLogListItemTimeWireframe;
|
|
7112
|
+
}
|
|
7113
|
+
|
|
7114
|
+
interface IVeltActivityLogListShowMoreWireframeProps extends IVeltWireframeCommonProps {
|
|
7115
|
+
}
|
|
7116
|
+
interface IVeltActivityLogListShowMoreWireframe extends React$1.FC<IVeltActivityLogListShowMoreWireframeProps> {
|
|
7117
|
+
}
|
|
7118
|
+
|
|
7119
|
+
interface IVeltActivityLogListWireframeProps extends IVeltWireframeCommonProps {
|
|
7120
|
+
}
|
|
7121
|
+
interface IVeltActivityLogListWireframe extends React$1.FC<IVeltActivityLogListWireframeProps> {
|
|
7122
|
+
DateGroup: IVeltActivityLogListDateGroupWireframe;
|
|
7123
|
+
Item: IVeltActivityLogListItemWireframe;
|
|
7124
|
+
ShowMore: IVeltActivityLogListShowMoreWireframe;
|
|
7125
|
+
}
|
|
7126
|
+
|
|
7127
|
+
interface IVeltActivityLogLoadingWireframeProps extends IVeltWireframeCommonProps {
|
|
7128
|
+
}
|
|
7129
|
+
interface IVeltActivityLogLoadingWireframe extends React$1.FC<IVeltActivityLogLoadingWireframeProps> {
|
|
7130
|
+
}
|
|
7131
|
+
|
|
7132
|
+
interface IVeltActivityLogEmptyWireframeProps extends IVeltWireframeCommonProps {
|
|
7133
|
+
}
|
|
7134
|
+
interface IVeltActivityLogEmptyWireframe extends React$1.FC<IVeltActivityLogEmptyWireframeProps> {
|
|
7135
|
+
}
|
|
7136
|
+
|
|
7137
|
+
interface IVeltActivityLogWireframeProps extends IVeltWireframeCommonProps {
|
|
7138
|
+
}
|
|
7139
|
+
interface IVeltActivityLogWireframe extends React$1.FC<IVeltActivityLogWireframeProps> {
|
|
7140
|
+
Header: IVeltActivityLogHeaderWireframe;
|
|
7141
|
+
List: IVeltActivityLogListWireframe;
|
|
7142
|
+
Loading: IVeltActivityLogLoadingWireframe;
|
|
7143
|
+
Empty: IVeltActivityLogEmptyWireframe;
|
|
7144
|
+
}
|
|
7145
|
+
declare const VeltActivityLogWireframe: IVeltActivityLogWireframe;
|
|
7146
|
+
|
|
7147
|
+
interface IVeltCommentBubbleAvatarProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7148
|
+
defaultCondition?: boolean;
|
|
7149
|
+
}
|
|
7150
|
+
declare const VeltCommentBubbleAvatar: React$1.FC<IVeltCommentBubbleAvatarProps>;
|
|
7151
|
+
|
|
7152
|
+
interface IVeltCommentBubbleCommentsCountProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7153
|
+
defaultCondition?: boolean;
|
|
7154
|
+
}
|
|
7155
|
+
declare const VeltCommentBubbleCommentsCount: React$1.FC<IVeltCommentBubbleCommentsCountProps>;
|
|
7156
|
+
|
|
7157
|
+
interface IVeltCommentBubbleUnreadIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7158
|
+
defaultCondition?: boolean;
|
|
7159
|
+
}
|
|
7160
|
+
declare const VeltCommentBubbleUnreadIcon: React$1.FC<IVeltCommentBubbleUnreadIconProps>;
|
|
7161
|
+
|
|
7162
|
+
interface IVeltSidebarButtonIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7163
|
+
defaultCondition?: boolean;
|
|
7164
|
+
}
|
|
7165
|
+
declare const VeltSidebarButtonIcon: React$1.FC<IVeltSidebarButtonIconProps>;
|
|
7166
|
+
|
|
7167
|
+
interface IVeltSidebarButtonCommentsCountProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7168
|
+
defaultCondition?: boolean;
|
|
7169
|
+
}
|
|
7170
|
+
declare const VeltSidebarButtonCommentsCount: React$1.FC<IVeltSidebarButtonCommentsCountProps>;
|
|
7171
|
+
|
|
7172
|
+
interface IVeltSidebarButtonUnreadIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7173
|
+
defaultCondition?: boolean;
|
|
7174
|
+
}
|
|
7175
|
+
declare const VeltSidebarButtonUnreadIcon: React$1.FC<IVeltSidebarButtonUnreadIconProps>;
|
|
7176
|
+
|
|
7177
|
+
interface IVeltTextCommentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7178
|
+
defaultCondition?: boolean;
|
|
7179
|
+
}
|
|
7180
|
+
declare const VeltTextComment: React$1.FC<IVeltTextCommentProps>;
|
|
7181
|
+
|
|
7182
|
+
interface IVeltTextCommentToolProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7183
|
+
defaultCondition?: boolean;
|
|
7184
|
+
}
|
|
7185
|
+
declare const VeltTextCommentTool: React$1.FC<IVeltTextCommentToolProps>;
|
|
7186
|
+
|
|
7187
|
+
interface IVeltTextCommentToolbarProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7188
|
+
defaultCondition?: boolean;
|
|
7189
|
+
}
|
|
7190
|
+
declare const VeltTextCommentToolbar: React$1.FC<IVeltTextCommentToolbarProps>;
|
|
7191
|
+
|
|
7192
|
+
interface IVeltTextCommentToolbarCommentAnnotationProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7193
|
+
defaultCondition?: boolean;
|
|
7194
|
+
}
|
|
7195
|
+
declare const VeltTextCommentToolbarCommentAnnotation: React$1.FC<IVeltTextCommentToolbarCommentAnnotationProps>;
|
|
7196
|
+
|
|
7197
|
+
interface IVeltTextCommentToolbarDividerProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7198
|
+
defaultCondition?: boolean;
|
|
7199
|
+
}
|
|
7200
|
+
declare const VeltTextCommentToolbarDivider: React$1.FC<IVeltTextCommentToolbarDividerProps>;
|
|
7201
|
+
|
|
7202
|
+
interface IVeltTextCommentToolbarCopywriterProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7203
|
+
defaultCondition?: boolean;
|
|
7204
|
+
}
|
|
7205
|
+
declare const VeltTextCommentToolbarCopywriter: React$1.FC<IVeltTextCommentToolbarCopywriterProps>;
|
|
7206
|
+
|
|
7207
|
+
interface IVeltTextCommentToolbarGenericProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7208
|
+
defaultCondition?: boolean;
|
|
7209
|
+
}
|
|
7210
|
+
declare const VeltTextCommentToolbarGeneric: React$1.FC<IVeltTextCommentToolbarGenericProps>;
|
|
7211
|
+
|
|
7212
|
+
interface IVeltMultiThreadCommentDialogListProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7213
|
+
defaultCondition?: boolean;
|
|
7214
|
+
}
|
|
7215
|
+
declare const VeltMultiThreadCommentDialogList: React$1.FC<IVeltMultiThreadCommentDialogListProps>;
|
|
7216
|
+
|
|
7217
|
+
interface IVeltMultiThreadCommentDialogPanelProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7218
|
+
defaultCondition?: boolean;
|
|
7219
|
+
}
|
|
7220
|
+
declare const VeltMultiThreadCommentDialogPanel: React$1.FC<IVeltMultiThreadCommentDialogPanelProps>;
|
|
7221
|
+
|
|
7222
|
+
interface IVeltMultiThreadCommentDialogComposerContainerProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7223
|
+
defaultCondition?: boolean;
|
|
7224
|
+
}
|
|
7225
|
+
declare const VeltMultiThreadCommentDialogComposerContainer: React$1.FC<IVeltMultiThreadCommentDialogComposerContainerProps>;
|
|
7226
|
+
|
|
7227
|
+
interface IVeltMultiThreadCommentDialogCommentCountProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7228
|
+
defaultCondition?: boolean;
|
|
7229
|
+
}
|
|
7230
|
+
declare const VeltMultiThreadCommentDialogCommentCount: React$1.FC<IVeltMultiThreadCommentDialogCommentCountProps>;
|
|
7231
|
+
|
|
7232
|
+
interface IVeltMultiThreadCommentDialogEmptyPlaceholderProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7233
|
+
defaultCondition?: boolean;
|
|
7234
|
+
}
|
|
7235
|
+
declare const VeltMultiThreadCommentDialogEmptyPlaceholder: React$1.FC<IVeltMultiThreadCommentDialogEmptyPlaceholderProps>;
|
|
7236
|
+
|
|
7237
|
+
interface IVeltMultiThreadCommentDialogCloseButtonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7238
|
+
defaultCondition?: boolean;
|
|
7239
|
+
}
|
|
7240
|
+
declare const VeltMultiThreadCommentDialogCloseButton: React$1.FC<IVeltMultiThreadCommentDialogCloseButtonProps>;
|
|
7241
|
+
|
|
7242
|
+
interface IVeltMultiThreadCommentDialogNewThreadButtonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7243
|
+
defaultCondition?: boolean;
|
|
7244
|
+
}
|
|
7245
|
+
declare const VeltMultiThreadCommentDialogNewThreadButton: React$1.FC<IVeltMultiThreadCommentDialogNewThreadButtonProps>;
|
|
7246
|
+
|
|
7247
|
+
interface IVeltMultiThreadCommentDialogResetFilterButtonProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7248
|
+
defaultCondition?: boolean;
|
|
7249
|
+
}
|
|
7250
|
+
declare const VeltMultiThreadCommentDialogResetFilterButton: React$1.FC<IVeltMultiThreadCommentDialogResetFilterButtonProps>;
|
|
7251
|
+
|
|
7252
|
+
interface IVeltMultiThreadCommentDialogMinimalFilterDropdownProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7253
|
+
defaultCondition?: boolean;
|
|
7254
|
+
}
|
|
7255
|
+
declare const VeltMultiThreadCommentDialogMinimalFilterDropdown: React$1.FC<IVeltMultiThreadCommentDialogMinimalFilterDropdownProps>;
|
|
7256
|
+
|
|
7257
|
+
interface IVeltMultiThreadCommentDialogMinimalFilterDropdownTriggerProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7258
|
+
defaultCondition?: boolean;
|
|
7259
|
+
}
|
|
7260
|
+
declare const VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger: React$1.FC<IVeltMultiThreadCommentDialogMinimalFilterDropdownTriggerProps>;
|
|
7261
|
+
|
|
7262
|
+
interface IVeltMultiThreadCommentDialogMinimalFilterDropdownContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7263
|
+
defaultCondition?: boolean;
|
|
7264
|
+
}
|
|
7265
|
+
declare const VeltMultiThreadCommentDialogMinimalFilterDropdownContent: React$1.FC<IVeltMultiThreadCommentDialogMinimalFilterDropdownContentProps>;
|
|
7266
|
+
|
|
7267
|
+
interface IVeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAllProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7268
|
+
defaultCondition?: boolean;
|
|
7269
|
+
}
|
|
7270
|
+
declare const VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll: React$1.FC<IVeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAllProps>;
|
|
7271
|
+
|
|
7272
|
+
interface IVeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterReadProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7273
|
+
defaultCondition?: boolean;
|
|
7274
|
+
}
|
|
7275
|
+
declare const VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead: React$1.FC<IVeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterReadProps>;
|
|
7276
|
+
|
|
7277
|
+
interface IVeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolvedProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7278
|
+
defaultCondition?: boolean;
|
|
7279
|
+
}
|
|
7280
|
+
declare const VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved: React$1.FC<IVeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolvedProps>;
|
|
7281
|
+
|
|
7282
|
+
interface IVeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnreadProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7283
|
+
defaultCondition?: boolean;
|
|
7284
|
+
}
|
|
7285
|
+
declare const VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread: React$1.FC<IVeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnreadProps>;
|
|
7286
|
+
|
|
7287
|
+
interface IVeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIconProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7288
|
+
defaultCondition?: boolean;
|
|
7289
|
+
}
|
|
7290
|
+
declare const VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon: React$1.FC<IVeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIconProps>;
|
|
7291
|
+
|
|
7292
|
+
interface IVeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDateProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7293
|
+
defaultCondition?: boolean;
|
|
7294
|
+
}
|
|
7295
|
+
declare const VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate: React$1.FC<IVeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDateProps>;
|
|
7296
|
+
|
|
7297
|
+
interface IVeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnreadProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7298
|
+
defaultCondition?: boolean;
|
|
7299
|
+
}
|
|
7300
|
+
declare const VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread: React$1.FC<IVeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnreadProps>;
|
|
7301
|
+
|
|
7302
|
+
interface IVeltMultiThreadCommentDialogMinimalActionsDropdownProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7303
|
+
defaultCondition?: boolean;
|
|
7304
|
+
}
|
|
7305
|
+
declare const VeltMultiThreadCommentDialogMinimalActionsDropdown: React$1.FC<IVeltMultiThreadCommentDialogMinimalActionsDropdownProps>;
|
|
7306
|
+
|
|
7307
|
+
interface IVeltMultiThreadCommentDialogMinimalActionsDropdownTriggerProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7308
|
+
defaultCondition?: boolean;
|
|
7309
|
+
}
|
|
7310
|
+
declare const VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger: React$1.FC<IVeltMultiThreadCommentDialogMinimalActionsDropdownTriggerProps>;
|
|
7311
|
+
|
|
7312
|
+
interface IVeltMultiThreadCommentDialogMinimalActionsDropdownContentProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7313
|
+
defaultCondition?: boolean;
|
|
7314
|
+
}
|
|
7315
|
+
declare const VeltMultiThreadCommentDialogMinimalActionsDropdownContent: React$1.FC<IVeltMultiThreadCommentDialogMinimalActionsDropdownContentProps>;
|
|
7316
|
+
|
|
7317
|
+
interface IVeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllReadProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7318
|
+
defaultCondition?: boolean;
|
|
7319
|
+
}
|
|
7320
|
+
declare const VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead: React$1.FC<IVeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllReadProps>;
|
|
7321
|
+
|
|
7322
|
+
interface IVeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolvedProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7323
|
+
defaultCondition?: boolean;
|
|
7324
|
+
}
|
|
7325
|
+
declare const VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved: React$1.FC<IVeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolvedProps>;
|
|
7326
|
+
|
|
5728
7327
|
declare function useVeltClient(): {
|
|
5729
7328
|
client: Velt | null;
|
|
5730
7329
|
};
|
|
@@ -5960,6 +7559,9 @@ declare function useCrdtUtils(): CrdtElement | undefined;
|
|
|
5960
7559
|
|
|
5961
7560
|
declare function useCrdtEventCallback<T extends keyof CrdtEventTypesMap>(action: T): CrdtEventTypesMap[T];
|
|
5962
7561
|
|
|
7562
|
+
declare function useActivityUtils(): ActivityElement | undefined;
|
|
7563
|
+
declare function useAllActivities(config?: ActivitySubscribeConfig): ActivityRecord<unknown, unknown>[] | null;
|
|
7564
|
+
|
|
5963
7565
|
declare type LiveStateMiddlewareConfig = {
|
|
5964
7566
|
allowedActionTypes?: Set<string>;
|
|
5965
7567
|
disabledActionTypes?: Set<string>;
|
|
@@ -5974,4 +7576,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
|
|
|
5974
7576
|
updateAllowAction: (newAllowAction?: ((action: any) => boolean) | undefined) => void;
|
|
5975
7577
|
};
|
|
5976
7578
|
|
|
5977
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment, VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody, VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer, VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner, VeltCommentDialogHeader, VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton, VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton, VeltCommentDialogSignIn, VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads, VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade, VeltCommentDialogVisibilityDropdown, VeltCommentDialogVisibilityDropdownContent, VeltCommentDialogVisibilityDropdownContentPrivate, VeltCommentDialogVisibilityDropdownContentPublic, VeltCommentDialogVisibilityDropdownTrigger, VeltCommentDialogVisibilityDropdownTriggerIcon, VeltCommentDialogVisibilityDropdownTriggerLabel, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetContextProvider, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|
|
7579
|
+
export { VeltActivityLog, VeltActivityLogEmpty, VeltActivityLogHeader, VeltActivityLogHeaderCloseButton, VeltActivityLogHeaderFilter, VeltActivityLogHeaderFilterContent, VeltActivityLogHeaderFilterContentItem, VeltActivityLogHeaderFilterContentItemIcon, VeltActivityLogHeaderFilterContentItemLabel, VeltActivityLogHeaderFilterTrigger, VeltActivityLogHeaderFilterTriggerIcon, VeltActivityLogHeaderFilterTriggerLabel, VeltActivityLogHeaderTitle, VeltActivityLogList, VeltActivityLogListDateGroup, VeltActivityLogListDateGroupLabel, VeltActivityLogListItem, VeltActivityLogListItemAvatar, VeltActivityLogListItemContent, VeltActivityLogListItemContentAction, VeltActivityLogListItemContentDetail, VeltActivityLogListItemContentTarget, VeltActivityLogListItemContentUser, VeltActivityLogListItemIcon, VeltActivityLogListItemTime, VeltActivityLogListShowMore, VeltActivityLogLoading, VeltActivityLogWireframe, SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChip, VeltAutocompleteChipTooltip, VeltAutocompleteChipTooltipDescription, VeltAutocompleteChipTooltipIcon, VeltAutocompleteChipTooltipName, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteEmpty, VeltAutocompleteEmptyWireframe, VeltAutocompleteGroupOption, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOption, VeltAutocompleteOptionDescription, VeltAutocompleteOptionErrorIcon, VeltAutocompleteOptionIcon, VeltAutocompleteOptionName, VeltAutocompleteOptionWireframe, VeltAutocompleteTool, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleAvatar, VeltCommentBubbleCommentsCount, VeltCommentBubbleUnreadIcon, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment, VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody, VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer, VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageDownload, VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherDownload, VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner, VeltCommentDialogHeader, VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton, VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton, VeltCommentDialogSignIn, VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardMessageShowLess, VeltCommentDialogThreadCardMessageShowMore, VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads, VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade, VeltCommentDialogVisibilityBanner, VeltCommentDialogVisibilityBannerDropdown, VeltCommentDialogVisibilityBannerDropdownContent, VeltCommentDialogVisibilityBannerDropdownContentItem, VeltCommentDialogVisibilityBannerDropdownContentItemIcon, VeltCommentDialogVisibilityBannerDropdownContentItemLabel, VeltCommentDialogVisibilityBannerDropdownContentUserPicker, VeltCommentDialogVisibilityBannerDropdownTrigger, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount, VeltCommentDialogVisibilityBannerDropdownTriggerIcon, VeltCommentDialogVisibilityBannerDropdownTriggerLabel, VeltCommentDialogVisibilityBannerIcon, VeltCommentDialogVisibilityBannerText, VeltCommentDialogVisibilityDropdown, VeltCommentDialogVisibilityDropdownContent, VeltCommentDialogVisibilityDropdownContentPrivate, VeltCommentDialogVisibilityDropdownContentPublic, VeltCommentDialogVisibilityDropdownTrigger, VeltCommentDialogVisibilityDropdownTriggerIcon, VeltCommentDialogVisibilityDropdownTriggerLabel, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinGhostCommentIndicator, VeltCommentPinIndex, VeltCommentPinNumber, VeltCommentPinPrivateCommentIndicator, VeltCommentPinTriangle, VeltCommentPinUnreadCommentIndicator, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarV2, VeltCommentsSidebarV2CloseButton, VeltCommentsSidebarV2EmptyPlaceholder, VeltCommentsSidebarV2FilterDropdown, VeltCommentsSidebarV2FilterDropdownContent, VeltCommentsSidebarV2FilterDropdownContentList, VeltCommentsSidebarV2FilterDropdownContentListCategory, VeltCommentsSidebarV2FilterDropdownContentListCategoryContent, VeltCommentsSidebarV2FilterDropdownContentListItem, VeltCommentsSidebarV2FilterDropdownContentListItemIndicator, VeltCommentsSidebarV2FilterDropdownContentListItemLabel, VeltCommentsSidebarV2FilterDropdownTrigger, VeltCommentsSidebarV2FocusedThread, VeltCommentsSidebarV2FocusedThreadBackButton, VeltCommentsSidebarV2FocusedThreadDialogContainer, VeltCommentsSidebarV2Header, VeltCommentsSidebarV2List, VeltCommentsSidebarV2ListItem, VeltCommentsSidebarV2MinimalActionsDropdown, VeltCommentsSidebarV2MinimalActionsDropdownContent, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved, VeltCommentsSidebarV2MinimalActionsDropdownTrigger, VeltCommentsSidebarV2PageModeComposer, VeltCommentsSidebarV2Panel, VeltCommentsSidebarV2ResetFilterButton, VeltCommentsSidebarV2Skeleton, VeltCommentsSidebarV2Wireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionCommentCount, VeltInlineCommentsSectionComposerContainer, VeltInlineCommentsSectionFilterDropdown, VeltInlineCommentsSectionFilterDropdownContent, VeltInlineCommentsSectionFilterDropdownContentList, VeltInlineCommentsSectionFilterDropdownContentListItem, VeltInlineCommentsSectionFilterDropdownContentListItemCheckbox, VeltInlineCommentsSectionFilterDropdownContentListItemLabel, VeltInlineCommentsSectionFilterDropdownTrigger, VeltInlineCommentsSectionFilterDropdownTriggerArrow, VeltInlineCommentsSectionFilterDropdownTriggerName, VeltInlineCommentsSectionList, VeltInlineCommentsSectionPanel, VeltInlineCommentsSectionSkeleton, VeltInlineCommentsSectionSortingDropdown, VeltInlineCommentsSectionSortingDropdownContent, VeltInlineCommentsSectionSortingDropdownContentItem, VeltInlineCommentsSectionSortingDropdownContentItemIcon, VeltInlineCommentsSectionSortingDropdownContentItemName, VeltInlineCommentsSectionSortingDropdownContentItemTick, VeltInlineCommentsSectionSortingDropdownTrigger, VeltInlineCommentsSectionSortingDropdownTriggerIcon, VeltInlineCommentsSectionSortingDropdownTriggerName, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogCloseButton, VeltMultiThreadCommentDialogCommentCount, VeltMultiThreadCommentDialogComposerContainer, VeltMultiThreadCommentDialogEmptyPlaceholder, VeltMultiThreadCommentDialogList, VeltMultiThreadCommentDialogMinimalActionsDropdown, VeltMultiThreadCommentDialogMinimalActionsDropdownContent, VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead, VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved, VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger, VeltMultiThreadCommentDialogMinimalFilterDropdown, VeltMultiThreadCommentDialogMinimalFilterDropdownContent, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved, VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread, VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon, VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate, VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread, VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger, VeltMultiThreadCommentDialogNewThreadButton, VeltMultiThreadCommentDialogPanel, VeltMultiThreadCommentDialogResetFilterButton, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelCloseButton, VeltNotificationsPanelContent, VeltNotificationsPanelContentAll, VeltNotificationsPanelContentAllList, VeltNotificationsPanelContentAllListItem, VeltNotificationsPanelContentAllListItemContent, VeltNotificationsPanelContentAllListItemLabel, VeltNotificationsPanelContentAllReadContainer, VeltNotificationsPanelContentDocuments, VeltNotificationsPanelContentDocumentsList, VeltNotificationsPanelContentDocumentsListItem, VeltNotificationsPanelContentDocumentsListItemContent, VeltNotificationsPanelContentDocumentsListItemCount, VeltNotificationsPanelContentDocumentsListItemName, VeltNotificationsPanelContentDocumentsListItemUnread, VeltNotificationsPanelContentForYou, VeltNotificationsPanelContentList, VeltNotificationsPanelContentListItem, VeltNotificationsPanelContentListItemAvatar, VeltNotificationsPanelContentListItemBody, VeltNotificationsPanelContentListItemFileName, VeltNotificationsPanelContentListItemHeadline, VeltNotificationsPanelContentListItemTime, VeltNotificationsPanelContentListItemUnread, VeltNotificationsPanelContentLoadMore, VeltNotificationsPanelContentPeople, VeltNotificationsPanelContentPeopleList, VeltNotificationsPanelContentPeopleListItem, VeltNotificationsPanelContentPeopleListItemAvatar, VeltNotificationsPanelContentPeopleListItemContent, VeltNotificationsPanelContentPeopleListItemCount, VeltNotificationsPanelContentPeopleListItemName, VeltNotificationsPanelHeader, VeltNotificationsPanelHeaderTabAll, VeltNotificationsPanelHeaderTabDocuments, VeltNotificationsPanelHeaderTabForYou, VeltNotificationsPanelHeaderTabPeople, VeltNotificationsPanelReadAllButton, VeltNotificationsPanelSettings, VeltNotificationsPanelSettingsAccordion, VeltNotificationsPanelSettingsAccordionContent, VeltNotificationsPanelSettingsAccordionContentItem, VeltNotificationsPanelSettingsAccordionContentItemIcon, VeltNotificationsPanelSettingsAccordionContentItemLabel, VeltNotificationsPanelSettingsAccordionTrigger, VeltNotificationsPanelSettingsAccordionTriggerIcon, VeltNotificationsPanelSettingsAccordionTriggerLabel, VeltNotificationsPanelSettingsAccordionTriggerSelectedValue, VeltNotificationsPanelSettingsBackButton, VeltNotificationsPanelSettingsButton, VeltNotificationsPanelSettingsDescription, VeltNotificationsPanelSettingsFooter, VeltNotificationsPanelSettingsHeader, VeltNotificationsPanelSettingsHeaderTitle, VeltNotificationsPanelSettingsList, VeltNotificationsPanelSettingsMuteAllDescription, VeltNotificationsPanelSettingsMuteAllTitle, VeltNotificationsPanelSettingsMuteAllToggle, VeltNotificationsPanelSettingsTitle, VeltNotificationsPanelSkeleton, VeltNotificationsPanelTitle, VeltNotificationsPanelTitleText, VeltNotificationsPanelViewAllButton, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolIcon, VeltNotificationsToolLabel, VeltNotificationsToolUnreadCount, VeltNotificationsToolUnreadIcon, 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, VeltSidebarButtonCommentsCount, VeltSidebarButtonIcon, VeltSidebarButtonUnreadIcon, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextComment, VeltTextCommentTool, VeltTextCommentToolWireframe, VeltTextCommentToolbar, VeltTextCommentToolbarCommentAnnotation, VeltTextCommentToolbarCopywriter, VeltTextCommentToolbarDivider, VeltTextCommentToolbarGeneric, VeltTextCommentToolbar$1 as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useActivityUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useAllActivities, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetContextProvider, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|