@veltdev/react 5.0.1 → 5.0.2-beta.10
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 +1284 -44
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +1 -0
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -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/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/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdown.d.ts +9 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/VeltCommentDialogVisibilityDropdownContent.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/VeltCommentDialogVisibilityDropdownContentPrivate/VeltCommentDialogVisibilityDropdownContentPrivate.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/VeltCommentDialogVisibilityDropdownContentPrivate/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/VeltCommentDialogVisibilityDropdownContentPublic/VeltCommentDialogVisibilityDropdownContentPublic.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/VeltCommentDialogVisibilityDropdownContentPublic/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/VeltCommentDialogVisibilityDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/VeltCommentDialogVisibilityDropdownTriggerIcon/VeltCommentDialogVisibilityDropdownTriggerIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/VeltCommentDialogVisibilityDropdownTriggerIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/VeltCommentDialogVisibilityDropdownTriggerLabel/VeltCommentDialogVisibilityDropdownTriggerLabel.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/VeltCommentDialogVisibilityDropdownTriggerLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/index.d.ts +22 -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/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdown.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/VeltCommentDialogVisibilityDropdownContentPrivateWireframe/VeltCommentDialogVisibilityDropdownContentPrivateWireframe.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/VeltCommentDialogVisibilityDropdownContentPrivateWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/VeltCommentDialogVisibilityDropdownContentPublicWireframe/VeltCommentDialogVisibilityDropdownContentPublicWireframe.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/VeltCommentDialogVisibilityDropdownContentPublicWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/VeltCommentDialogVisibilityDropdownContentWireframe.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/VeltCommentDialogVisibilityDropdownTriggerIconWireframe/VeltCommentDialogVisibilityDropdownTriggerIconWireframe.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/VeltCommentDialogVisibilityDropdownTriggerIconWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/VeltCommentDialogVisibilityDropdownTriggerLabelWireframe/VeltCommentDialogVisibilityDropdownTriggerLabelWireframe.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/VeltCommentDialogVisibilityDropdownTriggerLabelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/VeltCommentDialogVisibilityDropdownTriggerWireframe.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +4 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2.d.ts +18 -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/index.d.ts +92 -0
- 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 +1191 -45
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +1 -0
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -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/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/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdown.d.ts +9 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/VeltCommentDialogVisibilityDropdownContent.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/VeltCommentDialogVisibilityDropdownContentPrivate/VeltCommentDialogVisibilityDropdownContentPrivate.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/VeltCommentDialogVisibilityDropdownContentPrivate/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/VeltCommentDialogVisibilityDropdownContentPublic/VeltCommentDialogVisibilityDropdownContentPublic.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/VeltCommentDialogVisibilityDropdownContentPublic/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/VeltCommentDialogVisibilityDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/VeltCommentDialogVisibilityDropdownTriggerIcon/VeltCommentDialogVisibilityDropdownTriggerIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/VeltCommentDialogVisibilityDropdownTriggerIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/VeltCommentDialogVisibilityDropdownTriggerLabel/VeltCommentDialogVisibilityDropdownTriggerLabel.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/VeltCommentDialogVisibilityDropdownTriggerLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogVisibilityDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/index.d.ts +22 -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/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdown.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/VeltCommentDialogVisibilityDropdownContentPrivateWireframe/VeltCommentDialogVisibilityDropdownContentPrivateWireframe.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/VeltCommentDialogVisibilityDropdownContentPrivateWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/VeltCommentDialogVisibilityDropdownContentPublicWireframe/VeltCommentDialogVisibilityDropdownContentPublicWireframe.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/VeltCommentDialogVisibilityDropdownContentPublicWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/VeltCommentDialogVisibilityDropdownContentWireframe.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/VeltCommentDialogVisibilityDropdownTriggerIconWireframe/VeltCommentDialogVisibilityDropdownTriggerIconWireframe.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/VeltCommentDialogVisibilityDropdownTriggerIconWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/VeltCommentDialogVisibilityDropdownTriggerLabelWireframe/VeltCommentDialogVisibilityDropdownTriggerLabelWireframe.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/VeltCommentDialogVisibilityDropdownTriggerLabelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/VeltCommentDialogVisibilityDropdownTriggerWireframe.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/VeltCommentDialogVisibilityDropdownTriggerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogVisibilityDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +4 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2.d.ts +18 -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/index.d.ts +92 -0
- 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 +947 -2
- package/package.json +1 -1
package/esm/index.js
CHANGED
|
@@ -204,13 +204,13 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain, integ
|
|
|
204
204
|
};
|
|
205
205
|
};
|
|
206
206
|
|
|
207
|
-
var VELT_SDK_VERSION = '5.0.
|
|
207
|
+
var VELT_SDK_VERSION = '5.0.2-beta.10';
|
|
208
208
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
209
209
|
var VELT_TAB_ID = 'veltTabId';
|
|
210
210
|
// integrity map for the Velt SDK
|
|
211
211
|
// Note: generate integrity hashes with: https://www.srihash.org/
|
|
212
212
|
var INTEGRITY_MAP = {
|
|
213
|
-
'5.0.
|
|
213
|
+
'5.0.2-beta.10': 'sha384-VayPp8row+kFs8P3PZqMIECQb5QVUPhFmp6/x3yau8SVwt56JEGNummMELbRMDCo',
|
|
214
214
|
};
|
|
215
215
|
|
|
216
216
|
var validProps = ['veltIf', 'veltClass', 'className', 'variant'];
|
|
@@ -537,7 +537,7 @@ var SnippylyCommentBubble = function (props) {
|
|
|
537
537
|
};
|
|
538
538
|
|
|
539
539
|
var SnippylyComments = function (props) {
|
|
540
|
-
var autoCategorize = props.autoCategorize, streamViewContainerId = props.streamViewContainerId, onSignIn = props.onSignIn, onUpgrade = props.onUpgrade, textMode = props.textMode, popoverMode = props.popoverMode, popoverTriangleComponent = props.popoverTriangleComponent, floatingCommentDialog = props.floatingCommentDialog, moderatorMode = props.moderatorMode, streamMode = props.streamMode, signInButton = props.signInButton, upgradeButton = props.upgradeButton, attachments = props.attachments, recordings = props.recordings, reactions = props.reactions, deviceInfo = props.deviceInfo, commentIndex = props.commentIndex, dialogOnHover = props.dialogOnHover, dialogOnTargetElementClick = props.dialogOnTargetElementClick, priority = props.priority, inboxMode = props.inboxMode, suggestionMode = props.suggestionMode, mobileMode = props.mobileMode, inlineCommentMode = props.inlineCommentMode, privateCommentMode = props.privateCommentMode, minimap = props.minimap, minimapPosition = props.minimapPosition, persistentCommentMode = props.persistentCommentMode, ghostComments = props.ghostComments, ghostCommentsIndicator = props.ghostCommentsIndicator, commentsOnDom = props.commentsOnDom, resolvedCommentsOnDom = props.resolvedCommentsOnDom, filterCommentsOnDom = props.filterCommentsOnDom, bubbleOnPin = props.bubbleOnPin, bubbleOnPinHover = props.bubbleOnPinHover, commentTool = props.commentTool, sidebarButtonOnCommentDialog = props.sidebarButtonOnCommentDialog, deviceIndicatorOnCommentPins = props.deviceIndicatorOnCommentPins, scrollToComment = props.scrollToComment, userMentions = props.userMentions, deleteOnBackspace = props.deleteOnBackspace, hotkey = props.hotkey, recordingSummary = props.recordingSummary, recordingTranscription = props.recordingTranscription, recordingCountdown = props.recordingCountdown, unreadIndicatorMode = props.unreadIndicatorMode, enterKeyToSubmit = props.enterKeyToSubmit, pinShadowDom = props.pinShadowDom, dialogShadowDom = props.dialogShadowDom, persistentCommentShadowDom = props.persistentCommentShadowDom, shadowDom = props.shadowDom, changeDetectionInCommentMode = props.changeDetectionInCommentMode, areaComment = props.areaComment, pinCursorImage = props.pinCursorImage, allowedElementIds = props.allowedElementIds, allowedElementClassNames = props.allowedElementClassNames, allowedElementQuerySelectors = props.allowedElementQuerySelectors, commentPinHighlighter = props.commentPinHighlighter, customReactions = props.customReactions, onCommentAdd = props.onCommentAdd, onCommentUpdate = props.onCommentUpdate, onCommentAccept = props.onCommentAccept, onCommentReject = props.onCommentReject, onSidebarButtonOnCommentDialogClick = props.onSidebarButtonOnCommentDialogClick, onCommentSelectionChange = props.onCommentSelectionChange, customStatus = props.customStatus, customListDataOnAnnotation = props.customListDataOnAnnotation, customListDataOnComment = props.customListDataOnComment, customPriority = props.customPriority, customCategory = props.customCategory, status = props.status, resolveButton = props.resolveButton, darkMode = props.darkMode, onCustomPinInject = props.onCustomPinInject, children = props.children, textCommentToolShadowDom = props.textCommentToolShadowDom, textCommentToolbarShadowDom = props.textCommentToolbarShadowDom, dialogDarkMode = props.dialogDarkMode, pinDarkMode = props.pinDarkMode, textCommentToolDarkMode = props.textCommentToolDarkMode, textCommentToolbarDarkMode = props.textCommentToolbarDarkMode, composerMode = props.composerMode, atHereLabel = props.atHereLabel, atHereDescription = props.atHereDescription, multiThreadMode = props.multiThreadMode, multiThread = props.multiThread, groupMultipleMatch = props.groupMultipleMatch, groupMatchedComments = props.groupMatchedComments, onCopyLink = props.onCopyLink, deleteReplyConfirmation = props.deleteReplyConfirmation, collapsedComments = props.collapsedComments, shortUserName = props.shortUserName, resolveStatusAccessAdminOnly = props.resolveStatusAccessAdminOnly, svgAsImg = props.svgAsImg, seenByUsers = props.seenByUsers, readOnly = props.readOnly, atHereEnabled = props.atHereEnabled, customAutocompleteSearch = props.customAutocompleteSearch, deleteThreadWithFirstComment = props.deleteThreadWithFirstComment, expandMentionGroups = props.expandMentionGroups, showMentionGroupsFirst = props.showMentionGroupsFirst, showMentionGroupsOnly = props.showMentionGroupsOnly, fullExpanded = props.fullExpanded, commentToNearestAllowedElement = props.commentToNearestAllowedElement, draftMode = props.draftMode, maxReplyAvatars = props.maxReplyAvatars, replyAvatars = props.replyAvatars, linkCallback = props.linkCallback, replyPlaceholder = props.replyPlaceholder, commentPlaceholder = props.commentPlaceholder, allowedFileTypes = props.allowedFileTypes, attachmentNameInMessage = props.attachmentNameInMessage, forceCloseAllOnEsc = props.forceCloseAllOnEsc, screenshot = props.screenshot, paginatedContactList = props.paginatedContactList, autoCompleteScrollConfig = props.autoCompleteScrollConfig, assignToType = props.assignToType, formatOptions = props.formatOptions, attachmentDownload = props.attachmentDownload;
|
|
540
|
+
var autoCategorize = props.autoCategorize, streamViewContainerId = props.streamViewContainerId, onSignIn = props.onSignIn, onUpgrade = props.onUpgrade, textMode = props.textMode, popoverMode = props.popoverMode, popoverTriangleComponent = props.popoverTriangleComponent, floatingCommentDialog = props.floatingCommentDialog, moderatorMode = props.moderatorMode, streamMode = props.streamMode, signInButton = props.signInButton, upgradeButton = props.upgradeButton, attachments = props.attachments, recordings = props.recordings, reactions = props.reactions, deviceInfo = props.deviceInfo, commentIndex = props.commentIndex, dialogOnHover = props.dialogOnHover, dialogOnTargetElementClick = props.dialogOnTargetElementClick, priority = props.priority, inboxMode = props.inboxMode, suggestionMode = props.suggestionMode, mobileMode = props.mobileMode, inlineCommentMode = props.inlineCommentMode, privateCommentMode = props.privateCommentMode, minimap = props.minimap, minimapPosition = props.minimapPosition, persistentCommentMode = props.persistentCommentMode, ghostComments = props.ghostComments, ghostCommentsIndicator = props.ghostCommentsIndicator, commentsOnDom = props.commentsOnDom, resolvedCommentsOnDom = props.resolvedCommentsOnDom, filterCommentsOnDom = props.filterCommentsOnDom, bubbleOnPin = props.bubbleOnPin, bubbleOnPinHover = props.bubbleOnPinHover, commentTool = props.commentTool, sidebarButtonOnCommentDialog = props.sidebarButtonOnCommentDialog, deviceIndicatorOnCommentPins = props.deviceIndicatorOnCommentPins, scrollToComment = props.scrollToComment, userMentions = props.userMentions, deleteOnBackspace = props.deleteOnBackspace, hotkey = props.hotkey, recordingSummary = props.recordingSummary, recordingTranscription = props.recordingTranscription, recordingCountdown = props.recordingCountdown, unreadIndicatorMode = props.unreadIndicatorMode, enterKeyToSubmit = props.enterKeyToSubmit, pinShadowDom = props.pinShadowDom, dialogShadowDom = props.dialogShadowDom, persistentCommentShadowDom = props.persistentCommentShadowDom, shadowDom = props.shadowDom, changeDetectionInCommentMode = props.changeDetectionInCommentMode, areaComment = props.areaComment, pinCursorImage = props.pinCursorImage, allowedElementIds = props.allowedElementIds, allowedElementClassNames = props.allowedElementClassNames, allowedElementQuerySelectors = props.allowedElementQuerySelectors, commentPinHighlighter = props.commentPinHighlighter, customReactions = props.customReactions, onCommentAdd = props.onCommentAdd, onCommentUpdate = props.onCommentUpdate, onCommentAccept = props.onCommentAccept, onCommentReject = props.onCommentReject, onSidebarButtonOnCommentDialogClick = props.onSidebarButtonOnCommentDialogClick, onCommentSelectionChange = props.onCommentSelectionChange, customStatus = props.customStatus, customListDataOnAnnotation = props.customListDataOnAnnotation, customListDataOnComment = props.customListDataOnComment, customPriority = props.customPriority, customCategory = props.customCategory, status = props.status, visibilityOptions = props.visibilityOptions, resolveButton = props.resolveButton, darkMode = props.darkMode, onCustomPinInject = props.onCustomPinInject, children = props.children, textCommentToolShadowDom = props.textCommentToolShadowDom, textCommentToolbarShadowDom = props.textCommentToolbarShadowDom, dialogDarkMode = props.dialogDarkMode, pinDarkMode = props.pinDarkMode, textCommentToolDarkMode = props.textCommentToolDarkMode, textCommentToolbarDarkMode = props.textCommentToolbarDarkMode, composerMode = props.composerMode, atHereLabel = props.atHereLabel, atHereDescription = props.atHereDescription, multiThreadMode = props.multiThreadMode, multiThread = props.multiThread, groupMultipleMatch = props.groupMultipleMatch, groupMatchedComments = props.groupMatchedComments, onCopyLink = props.onCopyLink, deleteReplyConfirmation = props.deleteReplyConfirmation, collapsedComments = props.collapsedComments, shortUserName = props.shortUserName, resolveStatusAccessAdminOnly = props.resolveStatusAccessAdminOnly, svgAsImg = props.svgAsImg, seenByUsers = props.seenByUsers, readOnly = props.readOnly, atHereEnabled = props.atHereEnabled, customAutocompleteSearch = props.customAutocompleteSearch, deleteThreadWithFirstComment = props.deleteThreadWithFirstComment, expandMentionGroups = props.expandMentionGroups, showMentionGroupsFirst = props.showMentionGroupsFirst, showMentionGroupsOnly = props.showMentionGroupsOnly, fullExpanded = props.fullExpanded, commentToNearestAllowedElement = props.commentToNearestAllowedElement, draftMode = props.draftMode, maxReplyAvatars = props.maxReplyAvatars, replyAvatars = props.replyAvatars, linkCallback = props.linkCallback, replyPlaceholder = props.replyPlaceholder, commentPlaceholder = props.commentPlaceholder, allowedFileTypes = props.allowedFileTypes, attachmentNameInMessage = props.attachmentNameInMessage, forceCloseAllOnEsc = props.forceCloseAllOnEsc, screenshot = props.screenshot, paginatedContactList = props.paginatedContactList, autoCompleteScrollConfig = props.autoCompleteScrollConfig, assignToType = props.assignToType, formatOptions = props.formatOptions, attachmentDownload = props.attachmentDownload;
|
|
541
541
|
var ref = useRef();
|
|
542
542
|
var onSignInRef = useRef(onSignIn);
|
|
543
543
|
var onUpgradeRef = useRef(onUpgrade);
|
|
@@ -662,11 +662,11 @@ var SnippylyComments = function (props) {
|
|
|
662
662
|
}
|
|
663
663
|
};
|
|
664
664
|
}, []);
|
|
665
|
-
return (React.createElement("velt-comments", { ref: ref, "at-here-label": atHereLabel, "at-here-description": atHereDescription, "at-here-enabled": [true, false].includes(atHereEnabled) ? (atHereEnabled ? 'true' : 'false') : undefined, "composer-mode": composerMode, "seen-by-users": [true, false].includes(seenByUsers) ? (seenByUsers ? 'true' : 'false') : undefined, "collapsed-comments": [true, false].includes(collapsedComments) ? (collapsedComments ? 'true' : 'false') : undefined, "short-user-name": [true, false].includes(shortUserName) ? (shortUserName ? 'true' : 'false') : undefined, "resolve-status-access-admin-only": [true, false].includes(resolveStatusAccessAdminOnly) ? (resolveStatusAccessAdminOnly ? 'true' : 'false') : undefined, "delete-reply-confirmation": [true, false].includes(deleteReplyConfirmation) ? (deleteReplyConfirmation ? 'true' : 'false') : undefined, "auto-categorize": [true, false].includes(autoCategorize) ? (autoCategorize ? 'true' : 'false') : undefined, "data-stream-view-container-id": streamViewContainerId, "text-mode": [true, false].includes(textMode) ? (textMode ? 'true' : 'false') : undefined, "popover-mode": [true, false].includes(popoverMode) ? (popoverMode ? 'true' : 'false') : undefined, "popover-triangle-component": [true, false].includes(popoverTriangleComponent) ? (popoverTriangleComponent ? 'true' : 'false') : undefined, "floating-comment-dialog": [true, false].includes(floatingCommentDialog) ? (floatingCommentDialog ? 'true' : 'false') : undefined, "moderator-mode": [true, false].includes(moderatorMode) ? (moderatorMode ? 'true' : 'false') : undefined, "stream-mode": [true, false].includes(streamMode) ? (streamMode ? 'true' : 'false') : undefined, "sign-in-button": [true, false].includes(signInButton) ? (signInButton ? 'true' : 'false') : undefined, "upgrade-button": [true, false].includes(upgradeButton) ? (upgradeButton ? 'true' : 'false') : undefined, attachments: [true, false].includes(attachments) ? (attachments ? 'true' : 'false') : undefined, recordings: recordings, reactions: [true, false].includes(reactions) ? (reactions ? 'true' : 'false') : undefined, "device-info": [true, false].includes(deviceInfo) ? (deviceInfo ? 'true' : 'false') : undefined, "comment-index": [true, false].includes(commentIndex) ? (commentIndex ? 'true' : 'false') : undefined, "dialog-on-hover": [true, false].includes(dialogOnHover) ? (dialogOnHover ? 'true' : 'false') : undefined, "dialog-on-target-element-click": [true, false].includes(dialogOnTargetElementClick) ? (dialogOnTargetElementClick ? 'true' : 'false') : undefined, priority: [true, false].includes(priority) ? (priority ? 'true' : 'false') : undefined, status: [true, false].includes(status) ? (status ? 'true' : 'false') : undefined, "resolve-button": [true, false].includes(resolveButton) ? (resolveButton ? 'true' : 'false') : undefined, "inbox-mode": [true, false].includes(inboxMode) ? (inboxMode ? 'true' : 'false') : undefined, "suggestion-mode": [true, false].includes(suggestionMode) ? (suggestionMode ? 'true' : 'false') : undefined, "mobile-mode": [true, false].includes(mobileMode) ? (mobileMode ? 'true' : 'false') : undefined, "inline-comment-mode": [true, false].includes(inlineCommentMode) ? (inlineCommentMode ? 'true' : 'false') : undefined, "private-comment-mode": [true, false].includes(privateCommentMode) ? (privateCommentMode ? 'true' : 'false') : undefined, minimap: [true, false].includes(minimap) ? (minimap ? 'true' : 'false') : undefined, "minimap-position": minimapPosition, "persistent-comment-mode": [true, false].includes(persistentCommentMode) ? (persistentCommentMode ? 'true' : 'false') : undefined, "ghost-comments": [true, false].includes(ghostComments) ? (ghostComments ? 'true' : 'false') : undefined, "ghost-comments-indicator": [true, false].includes(ghostCommentsIndicator) ? (ghostCommentsIndicator ? 'true' : 'false') : undefined, "comments-on-dom": [true, false].includes(commentsOnDom) ? (commentsOnDom ? 'true' : 'false') : undefined, "resolved-comments-on-dom": [true, false].includes(resolvedCommentsOnDom) ? (resolvedCommentsOnDom ? 'true' : 'false') : undefined, "filter-comments-on-dom": [true, false].includes(filterCommentsOnDom) ? (filterCommentsOnDom ? 'true' : 'false') : undefined, "bubble-on-pin": [true, false].includes(bubbleOnPin) ? (bubbleOnPin ? 'true' : 'false') : undefined, "bubble-on-pin-hover": [true, false].includes(bubbleOnPinHover) ? (bubbleOnPinHover ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined, "sidebar-button-on-comment-dialog": [true, false].includes(sidebarButtonOnCommentDialog) ? (sidebarButtonOnCommentDialog ? 'true' : 'false') : undefined, "device-indicator-on-comment-pins": [true, false].includes(deviceIndicatorOnCommentPins) ? (deviceIndicatorOnCommentPins ? 'true' : 'false') : undefined, "scroll-to-comment": [true, false].includes(scrollToComment) ? (scrollToComment ? 'true' : 'false') : undefined, "user-mentions": [true, false].includes(userMentions) ? (userMentions ? 'true' : 'false') : undefined, "delete-on-backspace": [true, false].includes(deleteOnBackspace) ? (deleteOnBackspace ? 'true' : 'false') : undefined, hotkey: [true, false].includes(hotkey) ? (hotkey ? 'true' : 'false') : undefined, "recording-summary": [true, false].includes(recordingSummary) ? (recordingSummary ? 'true' : 'false') : undefined, "recording-transcription": [true, false].includes(recordingTranscription) ? (recordingTranscription ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "unread-indicator-mode": unreadIndicatorMode, "enter-key-to-submit": [true, false].includes(enterKeyToSubmit) ? (enterKeyToSubmit ? 'true' : 'false') : undefined, "pin-shadow-dom": [true, false].includes(pinShadowDom) ? (pinShadowDom ? 'true' : 'false') : undefined, "dialog-shadow-dom": [true, false].includes(dialogShadowDom) ? (dialogShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "text-comment-tool-shadow-dom": [true, false].includes(textCommentToolShadowDom) ? (textCommentToolShadowDom ? 'true' : 'false') : undefined, "text-comment-toolbar-shadow-dom": [true, false].includes(textCommentToolbarShadowDom) ? (textCommentToolbarShadowDom ? 'true' : 'false') : undefined, "persistent-comment-shadow-dom": [true, false].includes(persistentCommentShadowDom) ? (persistentCommentShadowDom ? 'true' : 'false') : undefined, "change-detection-in-comment-mode": [true, false].includes(changeDetectionInCommentMode) ? (changeDetectionInCommentMode ? 'true' : 'false') : undefined, "area-comment": [true, false].includes(areaComment) ? (areaComment ? 'true' : 'false') : undefined, "pin-cursor-image": pinCursorImage, "allowed-element-ids": JSON.stringify(allowedElementIds), "allowed-element-class-names": JSON.stringify(allowedElementClassNames), "allowed-element-query-selectors": JSON.stringify(allowedElementQuerySelectors), "comment-pin-highlighter": [true, false].includes(commentPinHighlighter) ? (commentPinHighlighter ? 'true' : 'false') : undefined, "custom-reactions": JSON.stringify(customReactions), "custom-status": JSON.stringify(customStatus), "custom-list-data-on-annotation": JSON.stringify(customListDataOnAnnotation), "custom-list-data-on-comment": JSON.stringify(customListDataOnComment), "custom-priority": JSON.stringify(customPriority), "custom-category": JSON.stringify(customCategory), "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "dialog-dark-mode": [true, false].includes(dialogDarkMode) ? (dialogDarkMode ? 'true' : 'false') : undefined, "pin-dark-mode": [true, false].includes(pinDarkMode) ? (pinDarkMode ? 'true' : 'false') : undefined, "text-comment-tool-dark-mode": [true, false].includes(textCommentToolDarkMode) ? (textCommentToolDarkMode ? 'true' : 'false') : undefined, "text-comment-toolbar-dark-mode": [true, false].includes(textCommentToolbarDarkMode) ? (textCommentToolbarDarkMode ? 'true' : 'false') : undefined, "multi-thread-mode": [true, false].includes(multiThreadMode) ? (multiThreadMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "group-multiple-match": [true, false].includes(groupMultipleMatch) ? (groupMultipleMatch ? 'true' : 'false') : undefined, "group-matched-comments": [true, false].includes(groupMatchedComments) ? (groupMatchedComments ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "custom-autocomplete-search": [true, false].includes(customAutocompleteSearch) ? (customAutocompleteSearch ? 'true' : 'false') : undefined, "delete-thread-with-first-comment": [true, false].includes(deleteThreadWithFirstComment) ? (deleteThreadWithFirstComment ? 'true' : 'false') : undefined, "svg-as-img": [true, false].includes(svgAsImg) ? (svgAsImg ? 'true' : 'false') : undefined, "expand-mention-groups": [true, false].includes(expandMentionGroups) ? (expandMentionGroups ? 'true' : 'false') : undefined, "show-mention-groups-first": [true, false].includes(showMentionGroupsFirst) ? (showMentionGroupsFirst ? 'true' : 'false') : undefined, "show-mention-groups-only": [true, false].includes(showMentionGroupsOnly) ? (showMentionGroupsOnly ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "comment-to-nearest-allowed-element": [true, false].includes(commentToNearestAllowedElement) ? (commentToNearestAllowedElement ? 'true' : 'false') : undefined, "draft-mode": [true, false].includes(draftMode) ? (draftMode ? 'true' : 'false') : undefined, "max-reply-avatars": maxReplyAvatars, "reply-avatars": [true, false].includes(replyAvatars) ? (replyAvatars ? 'true' : 'false') : undefined, "link-callback": [true, false].includes(linkCallback) ? (linkCallback ? 'true' : 'false') : undefined, "reply-placeholder": replyPlaceholder, "comment-placeholder": commentPlaceholder, "allowed-file-types": JSON.stringify(allowedFileTypes), "attachment-name-in-message": [true, false].includes(attachmentNameInMessage) ? (attachmentNameInMessage ? 'true' : 'false') : undefined, "force-close-all-on-esc": [true, false].includes(forceCloseAllOnEsc) ? (forceCloseAllOnEsc ? 'true' : 'false') : undefined, screenshot: [true, false].includes(screenshot) ? (screenshot ? 'true' : 'false') : undefined, "paginated-contact-list": [true, false].includes(paginatedContactList) ? (paginatedContactList ? 'true' : 'false') : undefined, "auto-complete-scroll-config": autoCompleteScrollConfig ? JSON.stringify(autoCompleteScrollConfig) : undefined, "assign-to-type": assignToType, "format-options": [true, false].includes(formatOptions) ? (formatOptions ? 'true' : 'false') : undefined, "attachment-download": [true, false].includes(attachmentDownload) ? (attachmentDownload ? 'true' : 'false') : undefined }, children));
|
|
665
|
+
return (React.createElement("velt-comments", { ref: ref, "at-here-label": atHereLabel, "at-here-description": atHereDescription, "at-here-enabled": [true, false].includes(atHereEnabled) ? (atHereEnabled ? 'true' : 'false') : undefined, "composer-mode": composerMode, "seen-by-users": [true, false].includes(seenByUsers) ? (seenByUsers ? 'true' : 'false') : undefined, "collapsed-comments": [true, false].includes(collapsedComments) ? (collapsedComments ? 'true' : 'false') : undefined, "short-user-name": [true, false].includes(shortUserName) ? (shortUserName ? 'true' : 'false') : undefined, "resolve-status-access-admin-only": [true, false].includes(resolveStatusAccessAdminOnly) ? (resolveStatusAccessAdminOnly ? 'true' : 'false') : undefined, "delete-reply-confirmation": [true, false].includes(deleteReplyConfirmation) ? (deleteReplyConfirmation ? 'true' : 'false') : undefined, "auto-categorize": [true, false].includes(autoCategorize) ? (autoCategorize ? 'true' : 'false') : undefined, "data-stream-view-container-id": streamViewContainerId, "text-mode": [true, false].includes(textMode) ? (textMode ? 'true' : 'false') : undefined, "popover-mode": [true, false].includes(popoverMode) ? (popoverMode ? 'true' : 'false') : undefined, "popover-triangle-component": [true, false].includes(popoverTriangleComponent) ? (popoverTriangleComponent ? 'true' : 'false') : undefined, "floating-comment-dialog": [true, false].includes(floatingCommentDialog) ? (floatingCommentDialog ? 'true' : 'false') : undefined, "moderator-mode": [true, false].includes(moderatorMode) ? (moderatorMode ? 'true' : 'false') : undefined, "stream-mode": [true, false].includes(streamMode) ? (streamMode ? 'true' : 'false') : undefined, "sign-in-button": [true, false].includes(signInButton) ? (signInButton ? 'true' : 'false') : undefined, "upgrade-button": [true, false].includes(upgradeButton) ? (upgradeButton ? 'true' : 'false') : undefined, attachments: [true, false].includes(attachments) ? (attachments ? 'true' : 'false') : undefined, recordings: recordings, reactions: [true, false].includes(reactions) ? (reactions ? 'true' : 'false') : undefined, "device-info": [true, false].includes(deviceInfo) ? (deviceInfo ? 'true' : 'false') : undefined, "comment-index": [true, false].includes(commentIndex) ? (commentIndex ? 'true' : 'false') : undefined, "dialog-on-hover": [true, false].includes(dialogOnHover) ? (dialogOnHover ? 'true' : 'false') : undefined, "dialog-on-target-element-click": [true, false].includes(dialogOnTargetElementClick) ? (dialogOnTargetElementClick ? 'true' : 'false') : undefined, priority: [true, false].includes(priority) ? (priority ? 'true' : 'false') : undefined, status: [true, false].includes(status) ? (status ? 'true' : 'false') : undefined, "visibility-options": [true, false].includes(visibilityOptions) ? (visibilityOptions ? 'true' : 'false') : undefined, "resolve-button": [true, false].includes(resolveButton) ? (resolveButton ? 'true' : 'false') : undefined, "inbox-mode": [true, false].includes(inboxMode) ? (inboxMode ? 'true' : 'false') : undefined, "suggestion-mode": [true, false].includes(suggestionMode) ? (suggestionMode ? 'true' : 'false') : undefined, "mobile-mode": [true, false].includes(mobileMode) ? (mobileMode ? 'true' : 'false') : undefined, "inline-comment-mode": [true, false].includes(inlineCommentMode) ? (inlineCommentMode ? 'true' : 'false') : undefined, "private-comment-mode": [true, false].includes(privateCommentMode) ? (privateCommentMode ? 'true' : 'false') : undefined, minimap: [true, false].includes(minimap) ? (minimap ? 'true' : 'false') : undefined, "minimap-position": minimapPosition, "persistent-comment-mode": [true, false].includes(persistentCommentMode) ? (persistentCommentMode ? 'true' : 'false') : undefined, "ghost-comments": [true, false].includes(ghostComments) ? (ghostComments ? 'true' : 'false') : undefined, "ghost-comments-indicator": [true, false].includes(ghostCommentsIndicator) ? (ghostCommentsIndicator ? 'true' : 'false') : undefined, "comments-on-dom": [true, false].includes(commentsOnDom) ? (commentsOnDom ? 'true' : 'false') : undefined, "resolved-comments-on-dom": [true, false].includes(resolvedCommentsOnDom) ? (resolvedCommentsOnDom ? 'true' : 'false') : undefined, "filter-comments-on-dom": [true, false].includes(filterCommentsOnDom) ? (filterCommentsOnDom ? 'true' : 'false') : undefined, "bubble-on-pin": [true, false].includes(bubbleOnPin) ? (bubbleOnPin ? 'true' : 'false') : undefined, "bubble-on-pin-hover": [true, false].includes(bubbleOnPinHover) ? (bubbleOnPinHover ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined, "sidebar-button-on-comment-dialog": [true, false].includes(sidebarButtonOnCommentDialog) ? (sidebarButtonOnCommentDialog ? 'true' : 'false') : undefined, "device-indicator-on-comment-pins": [true, false].includes(deviceIndicatorOnCommentPins) ? (deviceIndicatorOnCommentPins ? 'true' : 'false') : undefined, "scroll-to-comment": [true, false].includes(scrollToComment) ? (scrollToComment ? 'true' : 'false') : undefined, "user-mentions": [true, false].includes(userMentions) ? (userMentions ? 'true' : 'false') : undefined, "delete-on-backspace": [true, false].includes(deleteOnBackspace) ? (deleteOnBackspace ? 'true' : 'false') : undefined, hotkey: [true, false].includes(hotkey) ? (hotkey ? 'true' : 'false') : undefined, "recording-summary": [true, false].includes(recordingSummary) ? (recordingSummary ? 'true' : 'false') : undefined, "recording-transcription": [true, false].includes(recordingTranscription) ? (recordingTranscription ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "unread-indicator-mode": unreadIndicatorMode, "enter-key-to-submit": [true, false].includes(enterKeyToSubmit) ? (enterKeyToSubmit ? 'true' : 'false') : undefined, "pin-shadow-dom": [true, false].includes(pinShadowDom) ? (pinShadowDom ? 'true' : 'false') : undefined, "dialog-shadow-dom": [true, false].includes(dialogShadowDom) ? (dialogShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "text-comment-tool-shadow-dom": [true, false].includes(textCommentToolShadowDom) ? (textCommentToolShadowDom ? 'true' : 'false') : undefined, "text-comment-toolbar-shadow-dom": [true, false].includes(textCommentToolbarShadowDom) ? (textCommentToolbarShadowDom ? 'true' : 'false') : undefined, "persistent-comment-shadow-dom": [true, false].includes(persistentCommentShadowDom) ? (persistentCommentShadowDom ? 'true' : 'false') : undefined, "change-detection-in-comment-mode": [true, false].includes(changeDetectionInCommentMode) ? (changeDetectionInCommentMode ? 'true' : 'false') : undefined, "area-comment": [true, false].includes(areaComment) ? (areaComment ? 'true' : 'false') : undefined, "pin-cursor-image": pinCursorImage, "allowed-element-ids": JSON.stringify(allowedElementIds), "allowed-element-class-names": JSON.stringify(allowedElementClassNames), "allowed-element-query-selectors": JSON.stringify(allowedElementQuerySelectors), "comment-pin-highlighter": [true, false].includes(commentPinHighlighter) ? (commentPinHighlighter ? 'true' : 'false') : undefined, "custom-reactions": JSON.stringify(customReactions), "custom-status": JSON.stringify(customStatus), "custom-list-data-on-annotation": JSON.stringify(customListDataOnAnnotation), "custom-list-data-on-comment": JSON.stringify(customListDataOnComment), "custom-priority": JSON.stringify(customPriority), "custom-category": JSON.stringify(customCategory), "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "dialog-dark-mode": [true, false].includes(dialogDarkMode) ? (dialogDarkMode ? 'true' : 'false') : undefined, "pin-dark-mode": [true, false].includes(pinDarkMode) ? (pinDarkMode ? 'true' : 'false') : undefined, "text-comment-tool-dark-mode": [true, false].includes(textCommentToolDarkMode) ? (textCommentToolDarkMode ? 'true' : 'false') : undefined, "text-comment-toolbar-dark-mode": [true, false].includes(textCommentToolbarDarkMode) ? (textCommentToolbarDarkMode ? 'true' : 'false') : undefined, "multi-thread-mode": [true, false].includes(multiThreadMode) ? (multiThreadMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "group-multiple-match": [true, false].includes(groupMultipleMatch) ? (groupMultipleMatch ? 'true' : 'false') : undefined, "group-matched-comments": [true, false].includes(groupMatchedComments) ? (groupMatchedComments ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "custom-autocomplete-search": [true, false].includes(customAutocompleteSearch) ? (customAutocompleteSearch ? 'true' : 'false') : undefined, "delete-thread-with-first-comment": [true, false].includes(deleteThreadWithFirstComment) ? (deleteThreadWithFirstComment ? 'true' : 'false') : undefined, "svg-as-img": [true, false].includes(svgAsImg) ? (svgAsImg ? 'true' : 'false') : undefined, "expand-mention-groups": [true, false].includes(expandMentionGroups) ? (expandMentionGroups ? 'true' : 'false') : undefined, "show-mention-groups-first": [true, false].includes(showMentionGroupsFirst) ? (showMentionGroupsFirst ? 'true' : 'false') : undefined, "show-mention-groups-only": [true, false].includes(showMentionGroupsOnly) ? (showMentionGroupsOnly ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "comment-to-nearest-allowed-element": [true, false].includes(commentToNearestAllowedElement) ? (commentToNearestAllowedElement ? 'true' : 'false') : undefined, "draft-mode": [true, false].includes(draftMode) ? (draftMode ? 'true' : 'false') : undefined, "max-reply-avatars": maxReplyAvatars, "reply-avatars": [true, false].includes(replyAvatars) ? (replyAvatars ? 'true' : 'false') : undefined, "link-callback": [true, false].includes(linkCallback) ? (linkCallback ? 'true' : 'false') : undefined, "reply-placeholder": replyPlaceholder, "comment-placeholder": commentPlaceholder, "allowed-file-types": JSON.stringify(allowedFileTypes), "attachment-name-in-message": [true, false].includes(attachmentNameInMessage) ? (attachmentNameInMessage ? 'true' : 'false') : undefined, "force-close-all-on-esc": [true, false].includes(forceCloseAllOnEsc) ? (forceCloseAllOnEsc ? 'true' : 'false') : undefined, screenshot: [true, false].includes(screenshot) ? (screenshot ? 'true' : 'false') : undefined, "paginated-contact-list": [true, false].includes(paginatedContactList) ? (paginatedContactList ? 'true' : 'false') : undefined, "auto-complete-scroll-config": autoCompleteScrollConfig ? JSON.stringify(autoCompleteScrollConfig) : undefined, "assign-to-type": assignToType, "format-options": [true, false].includes(formatOptions) ? (formatOptions ? 'true' : 'false') : undefined, "attachment-download": [true, false].includes(attachmentDownload) ? (attachmentDownload ? 'true' : 'false') : undefined }, children));
|
|
666
666
|
};
|
|
667
667
|
|
|
668
668
|
var SnippylyCommentsSidebar = function (props) {
|
|
669
|
-
var embedMode = props.embedMode, floatingMode = props.floatingMode, enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, queryParamsComments = props.queryParamsComments, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, sortData = props.sortData, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, variant = props.variant, pageModeComposerVariant = props.pageModeComposerVariant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, searchPlaceholder = props.searchPlaceholder, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick, onSidebarClose = props.onSidebarClose, darkMode = props.darkMode, position = props.position, filterPanelLayout = props.filterPanelLayout, customActions = props.customActions, focusedThreadDialogVariant = props.focusedThreadDialogVariant, focusedThreadMode = props.focusedThreadMode, openAnnotationInFocusMode = props.openAnnotationInFocusMode, onCommentNavigationButtonClick = props.onCommentNavigationButtonClick, filterOptionLayout = props.filterOptionLayout, filterCount = props.filterCount, fullExpanded = props.fullExpanded, systemFiltersOperator = props.systemFiltersOperator, sidebarButtonCountType = props.sidebarButtonCountType, filterGhostCommentsInSidebar = props.filterGhostCommentsInSidebar, fullScreen = props.fullScreen, readOnly = props.readOnly, dialogSelection = props.dialogSelection, expandOnSelection = props.expandOnSelection, context = props.context, defaultMinimalFilter = props.defaultMinimalFilter, sortOrder = props.sortOrder, sortBy = props.sortBy, forceClose = props.forceClose, commentPlaceholder = props.commentPlaceholder, replyPlaceholder = props.replyPlaceholder, pageModePlaceholder = props.pageModePlaceholder;
|
|
669
|
+
var embedMode = props.embedMode, floatingMode = props.floatingMode, enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, queryParamsComments = props.queryParamsComments, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, sortData = props.sortData, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, variant = props.variant, pageModeComposerVariant = props.pageModeComposerVariant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, searchPlaceholder = props.searchPlaceholder, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick, onSidebarClose = props.onSidebarClose, darkMode = props.darkMode, position = props.position, filterPanelLayout = props.filterPanelLayout, customActions = props.customActions, focusedThreadDialogVariant = props.focusedThreadDialogVariant, focusedThreadMode = props.focusedThreadMode, openAnnotationInFocusMode = props.openAnnotationInFocusMode, onCommentNavigationButtonClick = props.onCommentNavigationButtonClick, filterOptionLayout = props.filterOptionLayout, filterCount = props.filterCount, fullExpanded = props.fullExpanded, systemFiltersOperator = props.systemFiltersOperator, sidebarButtonCountType = props.sidebarButtonCountType, filterGhostCommentsInSidebar = props.filterGhostCommentsInSidebar, fullScreen = props.fullScreen, readOnly = props.readOnly, dialogSelection = props.dialogSelection, expandOnSelection = props.expandOnSelection, context = props.context, defaultMinimalFilter = props.defaultMinimalFilter, sortOrder = props.sortOrder, sortBy = props.sortBy, forceClose = props.forceClose, commentPlaceholder = props.commentPlaceholder, replyPlaceholder = props.replyPlaceholder, pageModePlaceholder = props.pageModePlaceholder, version = props.version;
|
|
670
670
|
var ref = useRef();
|
|
671
671
|
var openSidebarRef = useRef(openSidebar);
|
|
672
672
|
var onSidebarOpenRef = useRef(onSidebarOpen);
|
|
@@ -739,7 +739,7 @@ var SnippylyCommentsSidebar = function (props) {
|
|
|
739
739
|
}
|
|
740
740
|
};
|
|
741
741
|
}, []);
|
|
742
|
-
return (React.createElement("velt-comments-sidebar", { ref: ref, position: position, "filter-panel-layout": filterPanelLayout, "focused-thread-mode": [true, false].includes(focusedThreadMode) ? (focusedThreadMode ? 'true' : 'false') : undefined, "open-annotation-in-focus-mode": [true, false].includes(openAnnotationInFocusMode) ? (openAnnotationInFocusMode ? 'true' : 'false') : undefined, "focused-thread-dialog-variant": focusedThreadDialogVariant, "custom-actions": [true, false].includes(customActions) ? (customActions ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "embed-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "enable-url-navigation": [true, false].includes(enableUrlNavigation) ? (enableUrlNavigation ? 'true' : 'false') : undefined, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "query-params-comments": [true, false].includes(queryParamsComments) ? (queryParamsComments ? 'true' : 'false') : undefined, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, variant: variant, "page-mode-composer-variant": pageModeComposerVariant, "dialog-variant": dialogVariant, "sort-data": sortData, "search-placeholder": searchPlaceholder, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(floatingMode) ? (floatingMode ? 'true' : 'false') : undefined, "filter-option-layout": filterOptionLayout, "filter-count": [true, false].includes(filterCount) ? (filterCount ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "system-filters-operator": systemFiltersOperator, "sidebar-button-count-type": sidebarButtonCountType, "filter-ghost-comments-in-sidebar": [true, false].includes(filterGhostCommentsInSidebar) ? (filterGhostCommentsInSidebar ? 'true' : 'false') : undefined, "full-screen": [true, false].includes(fullScreen) ? (fullScreen ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "dialog-selection": [true, false].includes(dialogSelection) ? (dialogSelection ? 'true' : 'false') : undefined, "expand-on-selection": [true, false].includes(expandOnSelection) ? (expandOnSelection ? 'true' : 'false') : undefined, context: context ? JSON.stringify(context) : undefined, "default-minimal-filter": defaultMinimalFilter, "sort-order": sortOrder, "sort-by": sortBy, "force-close": [true, false].includes(forceClose) ? (forceClose ? 'true' : 'false') : undefined, "comment-placeholder": commentPlaceholder, "reply-placeholder": replyPlaceholder, "page-mode-placeholder": pageModePlaceholder }));
|
|
742
|
+
return (React.createElement("velt-comments-sidebar", { ref: ref, position: position, "filter-panel-layout": filterPanelLayout, "focused-thread-mode": [true, false].includes(focusedThreadMode) ? (focusedThreadMode ? 'true' : 'false') : undefined, "open-annotation-in-focus-mode": [true, false].includes(openAnnotationInFocusMode) ? (openAnnotationInFocusMode ? 'true' : 'false') : undefined, "focused-thread-dialog-variant": focusedThreadDialogVariant, "custom-actions": [true, false].includes(customActions) ? (customActions ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "embed-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "enable-url-navigation": [true, false].includes(enableUrlNavigation) ? (enableUrlNavigation ? 'true' : 'false') : undefined, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "query-params-comments": [true, false].includes(queryParamsComments) ? (queryParamsComments ? 'true' : 'false') : undefined, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, variant: variant, "page-mode-composer-variant": pageModeComposerVariant, "dialog-variant": dialogVariant, "sort-data": sortData, "search-placeholder": searchPlaceholder, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(floatingMode) ? (floatingMode ? 'true' : 'false') : undefined, "filter-option-layout": filterOptionLayout, "filter-count": [true, false].includes(filterCount) ? (filterCount ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "system-filters-operator": systemFiltersOperator, "sidebar-button-count-type": sidebarButtonCountType, "filter-ghost-comments-in-sidebar": [true, false].includes(filterGhostCommentsInSidebar) ? (filterGhostCommentsInSidebar ? 'true' : 'false') : undefined, "full-screen": [true, false].includes(fullScreen) ? (fullScreen ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "dialog-selection": [true, false].includes(dialogSelection) ? (dialogSelection ? 'true' : 'false') : undefined, "expand-on-selection": [true, false].includes(expandOnSelection) ? (expandOnSelection ? 'true' : 'false') : undefined, context: context ? JSON.stringify(context) : undefined, "default-minimal-filter": defaultMinimalFilter, "sort-order": sortOrder, "sort-by": sortBy, "force-close": [true, false].includes(forceClose) ? (forceClose ? 'true' : 'false') : undefined, "comment-placeholder": commentPlaceholder, "reply-placeholder": replyPlaceholder, "page-mode-placeholder": pageModePlaceholder, version: version }));
|
|
743
743
|
};
|
|
744
744
|
|
|
745
745
|
var SnippylyCommentTool = function (props) {
|
|
@@ -1696,6 +1696,84 @@ var VeltAutocomplete = function (props) {
|
|
|
1696
1696
|
return (React.createElement("velt-autocomplete", { hotkey: hotkey, "list-data": (typeof listData === 'object') ? JSON.stringify(listData) : undefined }));
|
|
1697
1697
|
};
|
|
1698
1698
|
|
|
1699
|
+
var VeltAutocompleteOption = function (props) {
|
|
1700
|
+
var userObject = props.userObject, userId = props.userId, children = props.children;
|
|
1701
|
+
var ref = useRef(null);
|
|
1702
|
+
return (React.createElement("velt-autocomplete-option", { ref: ref, "user-object": userObject ? (typeof userObject === 'object' ? JSON.stringify(userObject) : userObject) : undefined, "user-id": userId }, children));
|
|
1703
|
+
};
|
|
1704
|
+
|
|
1705
|
+
var VeltAutocompleteOptionIcon = function (props) {
|
|
1706
|
+
var children = props.children;
|
|
1707
|
+
var ref = useRef(null);
|
|
1708
|
+
return (React.createElement("velt-autocomplete-option-icon", { ref: ref }, children));
|
|
1709
|
+
};
|
|
1710
|
+
|
|
1711
|
+
var VeltAutocompleteOptionName = function (props) {
|
|
1712
|
+
var children = props.children;
|
|
1713
|
+
var ref = useRef(null);
|
|
1714
|
+
return (React.createElement("velt-autocomplete-option-name", { ref: ref }, children));
|
|
1715
|
+
};
|
|
1716
|
+
|
|
1717
|
+
var VeltAutocompleteOptionDescription = function (props) {
|
|
1718
|
+
var field = props.field, children = props.children;
|
|
1719
|
+
var ref = useRef(null);
|
|
1720
|
+
return (React.createElement("velt-autocomplete-option-description", { ref: ref, field: field }, children));
|
|
1721
|
+
};
|
|
1722
|
+
|
|
1723
|
+
var VeltAutocompleteOptionErrorIcon = function (props) {
|
|
1724
|
+
var children = props.children;
|
|
1725
|
+
var ref = useRef(null);
|
|
1726
|
+
return (React.createElement("velt-autocomplete-option-error-icon", { ref: ref }, children));
|
|
1727
|
+
};
|
|
1728
|
+
|
|
1729
|
+
var VeltAutocompleteGroupOption = function (props) {
|
|
1730
|
+
var children = props.children;
|
|
1731
|
+
var ref = useRef(null);
|
|
1732
|
+
return (React.createElement("velt-autocomplete-group-option", { ref: ref }, children));
|
|
1733
|
+
};
|
|
1734
|
+
|
|
1735
|
+
var VeltAutocompleteTool = function (props) {
|
|
1736
|
+
var children = props.children;
|
|
1737
|
+
var ref = useRef(null);
|
|
1738
|
+
return (React.createElement("velt-autocomplete-tool", { ref: ref }, children));
|
|
1739
|
+
};
|
|
1740
|
+
|
|
1741
|
+
var VeltAutocompleteEmpty = function (props) {
|
|
1742
|
+
var children = props.children;
|
|
1743
|
+
var ref = useRef(null);
|
|
1744
|
+
return (React.createElement("velt-autocomplete-empty", { ref: ref }, children));
|
|
1745
|
+
};
|
|
1746
|
+
|
|
1747
|
+
var VeltAutocompleteChip = function (props) {
|
|
1748
|
+
var type = props.type, email = props.email, userObject = props.userObject, userId = props.userId, children = props.children;
|
|
1749
|
+
var ref = useRef(null);
|
|
1750
|
+
return (React.createElement("velt-autocomplete-chip", { ref: ref, type: type, email: email, "user-object": userObject ? (typeof userObject === 'object' ? JSON.stringify(userObject) : userObject) : undefined, "user-id": userId }, children));
|
|
1751
|
+
};
|
|
1752
|
+
|
|
1753
|
+
var VeltAutocompleteChipTooltip = function (props) {
|
|
1754
|
+
var children = props.children;
|
|
1755
|
+
var ref = useRef(null);
|
|
1756
|
+
return (React.createElement("velt-autocomplete-chip-tooltip", { ref: ref }, children));
|
|
1757
|
+
};
|
|
1758
|
+
|
|
1759
|
+
var VeltAutocompleteChipTooltipIcon = function (props) {
|
|
1760
|
+
var children = props.children;
|
|
1761
|
+
var ref = useRef(null);
|
|
1762
|
+
return (React.createElement("velt-autocomplete-chip-tooltip-icon", { ref: ref }, children));
|
|
1763
|
+
};
|
|
1764
|
+
|
|
1765
|
+
var VeltAutocompleteChipTooltipName = function (props) {
|
|
1766
|
+
var children = props.children;
|
|
1767
|
+
var ref = useRef(null);
|
|
1768
|
+
return (React.createElement("velt-autocomplete-chip-tooltip-name", { ref: ref }, children));
|
|
1769
|
+
};
|
|
1770
|
+
|
|
1771
|
+
var VeltAutocompleteChipTooltipDescription = function (props) {
|
|
1772
|
+
var children = props.children;
|
|
1773
|
+
var ref = useRef(null);
|
|
1774
|
+
return (React.createElement("velt-autocomplete-chip-tooltip-description", { ref: ref }, children));
|
|
1775
|
+
};
|
|
1776
|
+
|
|
1699
1777
|
var VeltInlineCommentsSection = function (props) {
|
|
1700
1778
|
var config = props.config, children = props.children, darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, dialogVariant = props.dialogVariant, targetInlineCommentElementId = props.targetInlineCommentElementId, targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, multiThread = props.multiThread, sortData = props.sortData, composerVariant = props.composerVariant, composerPosition = props.composerPosition, sortBy = props.sortBy, sortOrder = props.sortOrder, fullExpanded = props.fullExpanded, context = props.context, contextOptions = props.contextOptions, documentId = props.documentId, folderId = props.folderId, locationId = props.locationId, commentPlaceholder = props.commentPlaceholder, replyPlaceholder = props.replyPlaceholder, composerPlaceholder = props.composerPlaceholder, readOnly = props.readOnly;
|
|
1701
1779
|
return (React.createElement("velt-inline-comments-section", { "target-inline-comment-element-id": targetInlineCommentElementId, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, config: JSON.stringify(config), variant: variant, "dialog-variant": dialogVariant, "sort-data": sortData, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "multi-thread": [true, false].includes(multiThread) ? (multiThread ? 'true' : 'false') : undefined, "composer-variant": composerVariant, "composer-position": composerPosition, "sort-by": sortBy, "sort-order": sortOrder, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, context: JSON.stringify(context), "context-options": JSON.stringify(contextOptions), "location-id": locationId, "document-id": documentId, "folder-id": folderId, "comment-placeholder": commentPlaceholder, "reply-placeholder": replyPlaceholder, "composer-placeholder": composerPlaceholder, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined }, children));
|
|
@@ -1789,6 +1867,202 @@ var VeltVideoEditor = function (props) {
|
|
|
1789
1867
|
return (React.createElement("velt-video-editor", __assign({ ref: ref, variant: variant, "dark-mode": darkMode ? 'true' : undefined, url: url, "annotation-id": annotationId, "recorder-id": recorderId }, rest)));
|
|
1790
1868
|
};
|
|
1791
1869
|
|
|
1870
|
+
var VeltCommentsSidebarV2 = function (props) {
|
|
1871
|
+
var pageMode = props.pageMode, focusedThreadMode = props.focusedThreadMode, readOnly = props.readOnly, embedMode = props.embedMode, floatingMode = props.floatingMode, position = props.position, variant = props.variant, forceClose = props.forceClose, version = props.version, onSidebarOpen = props.onSidebarOpen, onSidebarClose = props.onSidebarClose, onCommentClick = props.onCommentClick, onCommentNavigationButtonClick = props.onCommentNavigationButtonClick, children = props.children;
|
|
1872
|
+
var ref = useRef(null);
|
|
1873
|
+
var onSidebarOpenRef = useRef(onSidebarOpen);
|
|
1874
|
+
var onSidebarCloseRef = useRef(onSidebarClose);
|
|
1875
|
+
var onCommentClickRef = useRef(onCommentClick);
|
|
1876
|
+
var onCommentNavigationButtonClickRef = useRef(onCommentNavigationButtonClick);
|
|
1877
|
+
useEffect(function () { onSidebarOpenRef.current = onSidebarOpen; }, [onSidebarOpen]);
|
|
1878
|
+
useEffect(function () { onSidebarCloseRef.current = onSidebarClose; }, [onSidebarClose]);
|
|
1879
|
+
useEffect(function () { onCommentClickRef.current = onCommentClick; }, [onCommentClick]);
|
|
1880
|
+
useEffect(function () { onCommentNavigationButtonClickRef.current = onCommentNavigationButtonClick; }, [onCommentNavigationButtonClick]);
|
|
1881
|
+
useEffect(function () {
|
|
1882
|
+
var element;
|
|
1883
|
+
var handleSidebarOpen = function (event) { if (onSidebarOpenRef.current)
|
|
1884
|
+
onSidebarOpenRef.current(event === null || event === void 0 ? void 0 : event.detail); };
|
|
1885
|
+
var handleSidebarClose = function (event) { if (onSidebarCloseRef.current)
|
|
1886
|
+
onSidebarCloseRef.current(event === null || event === void 0 ? void 0 : event.detail); };
|
|
1887
|
+
var handleCommentClick = function (event) { if (onCommentClickRef.current)
|
|
1888
|
+
onCommentClickRef.current(event === null || event === void 0 ? void 0 : event.detail); };
|
|
1889
|
+
var handleCommentNavigationButtonClick = function (event) { if (onCommentNavigationButtonClickRef.current)
|
|
1890
|
+
onCommentNavigationButtonClickRef.current(event === null || event === void 0 ? void 0 : event.detail); };
|
|
1891
|
+
if (ref.current) {
|
|
1892
|
+
element = ref.current;
|
|
1893
|
+
element.addEventListener('onSidebarOpen', handleSidebarOpen);
|
|
1894
|
+
element.addEventListener('onSidebarClose', handleSidebarClose);
|
|
1895
|
+
element.addEventListener('onSidebarCommentClick', handleCommentClick);
|
|
1896
|
+
element.addEventListener('onCommentNavigationButtonClick', handleCommentNavigationButtonClick);
|
|
1897
|
+
}
|
|
1898
|
+
return function () {
|
|
1899
|
+
if (element) {
|
|
1900
|
+
element.removeEventListener('onSidebarOpen', handleSidebarOpen);
|
|
1901
|
+
element.removeEventListener('onSidebarClose', handleSidebarClose);
|
|
1902
|
+
element.removeEventListener('onSidebarCommentClick', handleCommentClick);
|
|
1903
|
+
element.removeEventListener('onCommentNavigationButtonClick', handleCommentNavigationButtonClick);
|
|
1904
|
+
}
|
|
1905
|
+
};
|
|
1906
|
+
}, []);
|
|
1907
|
+
return (React.createElement("velt-comments-sidebar-v2", { ref: ref, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "focused-thread-mode": [true, false].includes(focusedThreadMode) ? (focusedThreadMode ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "embed-mode": embedMode, "floating-mode": [true, false].includes(floatingMode) ? (floatingMode ? 'true' : 'false') : undefined, position: position, variant: variant, "force-close": [true, false].includes(forceClose) ? (forceClose ? 'true' : 'false') : undefined, version: version }, children));
|
|
1908
|
+
};
|
|
1909
|
+
|
|
1910
|
+
var VeltCommentsSidebarV2Skeleton$1 = function (props) {
|
|
1911
|
+
var children = props.children;
|
|
1912
|
+
var ref = useRef(null);
|
|
1913
|
+
return (React.createElement("velt-comments-sidebar-skeleton-v2", { ref: ref }, children));
|
|
1914
|
+
};
|
|
1915
|
+
|
|
1916
|
+
var VeltCommentsSidebarV2Panel$1 = function (props) {
|
|
1917
|
+
var children = props.children;
|
|
1918
|
+
var ref = useRef(null);
|
|
1919
|
+
return (React.createElement("velt-comments-sidebar-panel-v2", { ref: ref }, children));
|
|
1920
|
+
};
|
|
1921
|
+
|
|
1922
|
+
var VeltCommentsSidebarV2Header$1 = function (props) {
|
|
1923
|
+
var children = props.children;
|
|
1924
|
+
var ref = useRef(null);
|
|
1925
|
+
return (React.createElement("velt-comments-sidebar-header-v2", { ref: ref }, children));
|
|
1926
|
+
};
|
|
1927
|
+
|
|
1928
|
+
var VeltCommentsSidebarV2CloseButton$1 = function (props) {
|
|
1929
|
+
var children = props.children;
|
|
1930
|
+
var ref = useRef(null);
|
|
1931
|
+
return (React.createElement("velt-comments-sidebar-close-button-v2", { ref: ref }, children));
|
|
1932
|
+
};
|
|
1933
|
+
|
|
1934
|
+
var VeltCommentsSidebarV2EmptyPlaceholder$1 = function (props) {
|
|
1935
|
+
var children = props.children;
|
|
1936
|
+
var ref = useRef(null);
|
|
1937
|
+
return (React.createElement("velt-comments-sidebar-empty-placeholder-v2", { ref: ref }, children));
|
|
1938
|
+
};
|
|
1939
|
+
|
|
1940
|
+
var VeltCommentsSidebarV2ResetFilterButton$1 = function (props) {
|
|
1941
|
+
var children = props.children;
|
|
1942
|
+
var ref = useRef(null);
|
|
1943
|
+
return (React.createElement("velt-comments-sidebar-reset-filter-button-v2", { ref: ref }, children));
|
|
1944
|
+
};
|
|
1945
|
+
|
|
1946
|
+
var VeltCommentsSidebarV2List$1 = function (props) {
|
|
1947
|
+
var children = props.children;
|
|
1948
|
+
var ref = useRef(null);
|
|
1949
|
+
return (React.createElement("velt-comments-sidebar-list-v2", { ref: ref }, children));
|
|
1950
|
+
};
|
|
1951
|
+
|
|
1952
|
+
var VeltCommentsSidebarV2ListItem$1 = function (props) {
|
|
1953
|
+
var annotation = props.annotation, scrollIdle = props.scrollIdle, children = props.children;
|
|
1954
|
+
var ref = useRef(null);
|
|
1955
|
+
return (React.createElement("velt-comments-sidebar-list-item-v2", { ref: ref, annotation: annotation ? (typeof annotation === 'object' ? JSON.stringify(annotation) : annotation) : undefined, "scroll-idle": [true, false].includes(scrollIdle) ? (scrollIdle ? 'true' : 'false') : undefined }, children));
|
|
1956
|
+
};
|
|
1957
|
+
|
|
1958
|
+
var VeltCommentsSidebarV2PageModeComposer$1 = function (props) {
|
|
1959
|
+
var children = props.children;
|
|
1960
|
+
var ref = useRef(null);
|
|
1961
|
+
return (React.createElement("velt-comments-sidebar-page-mode-composer-v2", { ref: ref }, children));
|
|
1962
|
+
};
|
|
1963
|
+
|
|
1964
|
+
var VeltCommentsSidebarV2FocusedThread$1 = function (props) {
|
|
1965
|
+
var children = props.children;
|
|
1966
|
+
var ref = useRef(null);
|
|
1967
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-v2", { ref: ref }, children));
|
|
1968
|
+
};
|
|
1969
|
+
|
|
1970
|
+
var VeltCommentsSidebarV2FocusedThreadBackButton$1 = function (props) {
|
|
1971
|
+
var children = props.children;
|
|
1972
|
+
var ref = useRef(null);
|
|
1973
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-back-button-v2", { ref: ref }, children));
|
|
1974
|
+
};
|
|
1975
|
+
|
|
1976
|
+
var VeltCommentsSidebarV2FocusedThreadDialogContainer$1 = function (props) {
|
|
1977
|
+
var children = props.children;
|
|
1978
|
+
var ref = useRef(null);
|
|
1979
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-dialog-container-v2", { ref: ref }, children));
|
|
1980
|
+
};
|
|
1981
|
+
|
|
1982
|
+
var VeltCommentsSidebarV2MinimalActionsDropdown$1 = function (props) {
|
|
1983
|
+
var children = props.children;
|
|
1984
|
+
var ref = useRef(null);
|
|
1985
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-v2", { ref: ref }, children));
|
|
1986
|
+
};
|
|
1987
|
+
|
|
1988
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownTrigger$1 = function (props) {
|
|
1989
|
+
var children = props.children;
|
|
1990
|
+
var ref = useRef(null);
|
|
1991
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-trigger-v2", { ref: ref }, children));
|
|
1992
|
+
};
|
|
1993
|
+
|
|
1994
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContent$1 = function (props) {
|
|
1995
|
+
var children = props.children;
|
|
1996
|
+
var ref = useRef(null);
|
|
1997
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-v2", { ref: ref }, children));
|
|
1998
|
+
};
|
|
1999
|
+
|
|
2000
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead$1 = function (props) {
|
|
2001
|
+
var children = props.children;
|
|
2002
|
+
var ref = useRef(null);
|
|
2003
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-read-v2", { ref: ref }, children));
|
|
2004
|
+
};
|
|
2005
|
+
|
|
2006
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved$1 = function (props) {
|
|
2007
|
+
var children = props.children;
|
|
2008
|
+
var ref = useRef(null);
|
|
2009
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-resolved-v2", { ref: ref }, children));
|
|
2010
|
+
};
|
|
2011
|
+
|
|
2012
|
+
var VeltCommentsSidebarV2FilterDropdown$1 = function (props) {
|
|
2013
|
+
var children = props.children;
|
|
2014
|
+
var ref = useRef(null);
|
|
2015
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-v2", { ref: ref }, children));
|
|
2016
|
+
};
|
|
2017
|
+
|
|
2018
|
+
var VeltCommentsSidebarV2FilterDropdownTrigger$1 = function (props) {
|
|
2019
|
+
var isActive = props.isActive, children = props.children;
|
|
2020
|
+
var ref = useRef(null);
|
|
2021
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-trigger-v2", { ref: ref, "is-active": [true, false].includes(isActive) ? (isActive ? 'true' : 'false') : undefined }, children));
|
|
2022
|
+
};
|
|
2023
|
+
|
|
2024
|
+
var VeltCommentsSidebarV2FilterDropdownContent$1 = function (props) {
|
|
2025
|
+
var groups = props.groups, children = props.children;
|
|
2026
|
+
var ref = useRef(null);
|
|
2027
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-v2", { ref: ref, groups: groups ? (typeof groups === 'object' ? JSON.stringify(groups) : groups) : undefined }, children));
|
|
2028
|
+
};
|
|
2029
|
+
|
|
2030
|
+
var VeltCommentsSidebarV2FilterDropdownContentList$1 = function (props) {
|
|
2031
|
+
var groups = props.groups, children = props.children;
|
|
2032
|
+
var ref = useRef(null);
|
|
2033
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-v2", { ref: ref, groups: groups ? (typeof groups === 'object' ? JSON.stringify(groups) : groups) : undefined }, children));
|
|
2034
|
+
};
|
|
2035
|
+
|
|
2036
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItem$1 = function (props) {
|
|
2037
|
+
var item = props.item, group = props.group, children = props.children;
|
|
2038
|
+
var ref = useRef(null);
|
|
2039
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-v2", { ref: ref, item: item ? (typeof item === 'object' ? JSON.stringify(item) : item) : undefined, group: group ? (typeof group === 'object' ? JSON.stringify(group) : group) : undefined }, children));
|
|
2040
|
+
};
|
|
2041
|
+
|
|
2042
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItemIndicator$1 = function (props) {
|
|
2043
|
+
var mode = props.mode, selected = props.selected, children = props.children;
|
|
2044
|
+
var ref = useRef(null);
|
|
2045
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-indicator-v2", { ref: ref, mode: mode, selected: [true, false].includes(selected) ? (selected ? 'true' : 'false') : undefined }, children));
|
|
2046
|
+
};
|
|
2047
|
+
|
|
2048
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItemLabel$1 = function (props) {
|
|
2049
|
+
var label = props.label, children = props.children;
|
|
2050
|
+
var ref = useRef(null);
|
|
2051
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-label-v2", { ref: ref, label: label }, children));
|
|
2052
|
+
};
|
|
2053
|
+
|
|
2054
|
+
var VeltCommentsSidebarV2FilterDropdownContentListCategory$1 = function (props) {
|
|
2055
|
+
var group = props.group, itemTemplate = props.itemTemplate, children = props.children;
|
|
2056
|
+
var ref = useRef(null);
|
|
2057
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-category-v2", { ref: ref, group: group ? (typeof group === 'object' ? JSON.stringify(group) : group) : undefined, "item-template": itemTemplate ? (typeof itemTemplate === 'object' ? JSON.stringify(itemTemplate) : itemTemplate) : undefined }, children));
|
|
2058
|
+
};
|
|
2059
|
+
|
|
2060
|
+
var VeltCommentsSidebarV2FilterDropdownContentListCategoryContent$1 = function (props) {
|
|
2061
|
+
var group = props.group, itemTemplate = props.itemTemplate, children = props.children;
|
|
2062
|
+
var ref = useRef(null);
|
|
2063
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-category-content-v2", { ref: ref, group: group ? (typeof group === 'object' ? JSON.stringify(group) : group) : undefined, "item-template": itemTemplate ? (typeof itemTemplate === 'object' ? JSON.stringify(itemTemplate) : itemTemplate) : undefined }, children));
|
|
2064
|
+
};
|
|
2065
|
+
|
|
1792
2066
|
var VeltCommentDialog = function (props) {
|
|
1793
2067
|
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentPinSelected = props.commentPinSelected, fullExpanded = props.fullExpanded, shadowDom = props.shadowDom, placeholder = props.placeholder, children = props.children;
|
|
1794
2068
|
var ref = useRef(null);
|
|
@@ -2205,6 +2479,96 @@ var VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread = function (prop
|
|
|
2205
2479
|
return (React.createElement("velt-comment-dialog-options-dropdown-content-mark-as-read-mark-unread", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2206
2480
|
};
|
|
2207
2481
|
|
|
2482
|
+
var VeltCommentDialogVisibilityBanner$1 = function (props) {
|
|
2483
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2484
|
+
var ref = useRef(null);
|
|
2485
|
+
return (React.createElement("velt-comment-dialog-visibility-banner", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2486
|
+
};
|
|
2487
|
+
|
|
2488
|
+
var VeltCommentDialogVisibilityBannerIcon$1 = function (props) {
|
|
2489
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2490
|
+
var ref = useRef(null);
|
|
2491
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2492
|
+
};
|
|
2493
|
+
|
|
2494
|
+
var VeltCommentDialogVisibilityBannerText$1 = function (props) {
|
|
2495
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2496
|
+
var ref = useRef(null);
|
|
2497
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-text", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2498
|
+
};
|
|
2499
|
+
|
|
2500
|
+
var VeltCommentDialogVisibilityBannerDropdown$1 = function (props) {
|
|
2501
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2502
|
+
var ref = useRef(null);
|
|
2503
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2504
|
+
};
|
|
2505
|
+
|
|
2506
|
+
var VeltCommentDialogVisibilityBannerDropdownTrigger$1 = function (props) {
|
|
2507
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2508
|
+
var ref = useRef(null);
|
|
2509
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2510
|
+
};
|
|
2511
|
+
|
|
2512
|
+
var VeltCommentDialogVisibilityBannerDropdownTriggerLabel$1 = function (props) {
|
|
2513
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2514
|
+
var ref = useRef(null);
|
|
2515
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-label", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2516
|
+
};
|
|
2517
|
+
|
|
2518
|
+
var VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList$1 = function (props) {
|
|
2519
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2520
|
+
var ref = useRef(null);
|
|
2521
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-avatar-list", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2522
|
+
};
|
|
2523
|
+
|
|
2524
|
+
var VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem$1 = function (props) {
|
|
2525
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2526
|
+
var ref = useRef(null);
|
|
2527
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-avatar-list-item", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2528
|
+
};
|
|
2529
|
+
|
|
2530
|
+
var VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount$1 = function (props) {
|
|
2531
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2532
|
+
var ref = useRef(null);
|
|
2533
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-avatar-list-remaining-count", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2534
|
+
};
|
|
2535
|
+
|
|
2536
|
+
var VeltCommentDialogVisibilityBannerDropdownTriggerIcon$1 = function (props) {
|
|
2537
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2538
|
+
var ref = useRef(null);
|
|
2539
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2540
|
+
};
|
|
2541
|
+
|
|
2542
|
+
var VeltCommentDialogVisibilityBannerDropdownContent$1 = function (props) {
|
|
2543
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2544
|
+
var ref = useRef(null);
|
|
2545
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-content", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2546
|
+
};
|
|
2547
|
+
|
|
2548
|
+
var VeltCommentDialogVisibilityBannerDropdownContentItem$1 = function (props) {
|
|
2549
|
+
var type = props.type, annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2550
|
+
var ref = useRef(null);
|
|
2551
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-content-item", { ref: ref, type: type, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2552
|
+
};
|
|
2553
|
+
|
|
2554
|
+
var VeltCommentDialogVisibilityBannerDropdownContentItemIcon$1 = function (props) {
|
|
2555
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2556
|
+
var ref = useRef(null);
|
|
2557
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-content-item-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2558
|
+
};
|
|
2559
|
+
|
|
2560
|
+
var VeltCommentDialogVisibilityBannerDropdownContentItemLabel$1 = function (props) {
|
|
2561
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2562
|
+
var ref = useRef(null);
|
|
2563
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-content-item-label", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2564
|
+
};
|
|
2565
|
+
|
|
2566
|
+
var VeltCommentDialogVisibilityBannerDropdownContentUserPicker$1 = function (props) {
|
|
2567
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2568
|
+
var ref = useRef(null);
|
|
2569
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-content-user-picker", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2570
|
+
};
|
|
2571
|
+
|
|
2208
2572
|
var VeltCommentDialogAssignDropdown = function (props) {
|
|
2209
2573
|
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, assignTo = props.assignTo, selectedUserContacts = props.selectedUserContacts, onSetAssignTo = props.onSetAssignTo, children = props.children;
|
|
2210
2574
|
var ref = useRef(null);
|
|
@@ -2280,6 +2644,48 @@ var VeltCommentDialogStatus$1 = function (props) {
|
|
|
2280
2644
|
return (React.createElement("velt-comment-dialog-status", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, variant: variant }, children));
|
|
2281
2645
|
};
|
|
2282
2646
|
|
|
2647
|
+
var VeltCommentDialogVisibilityDropdown$1 = function (props) {
|
|
2648
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, disabled = props.disabled, children = props.children;
|
|
2649
|
+
var ref = useRef(null);
|
|
2650
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, disabled: [true, false].includes(disabled) ? (disabled ? 'true' : 'false') : undefined }, children));
|
|
2651
|
+
};
|
|
2652
|
+
|
|
2653
|
+
var VeltCommentDialogVisibilityDropdownTrigger = function (props) {
|
|
2654
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2655
|
+
var ref = useRef(null);
|
|
2656
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-trigger", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2657
|
+
};
|
|
2658
|
+
|
|
2659
|
+
var VeltCommentDialogVisibilityDropdownTriggerLabel = function (props) {
|
|
2660
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2661
|
+
var ref = useRef(null);
|
|
2662
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-trigger-label", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2663
|
+
};
|
|
2664
|
+
|
|
2665
|
+
var VeltCommentDialogVisibilityDropdownTriggerIcon = function (props) {
|
|
2666
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2667
|
+
var ref = useRef(null);
|
|
2668
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-trigger-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2669
|
+
};
|
|
2670
|
+
|
|
2671
|
+
var VeltCommentDialogVisibilityDropdownContent = function (props) {
|
|
2672
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2673
|
+
var ref = useRef(null);
|
|
2674
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-content", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2675
|
+
};
|
|
2676
|
+
|
|
2677
|
+
var VeltCommentDialogVisibilityDropdownContentPublic = function (props) {
|
|
2678
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2679
|
+
var ref = useRef(null);
|
|
2680
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-content-public", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2681
|
+
};
|
|
2682
|
+
|
|
2683
|
+
var VeltCommentDialogVisibilityDropdownContentPrivate = function (props) {
|
|
2684
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2685
|
+
var ref = useRef(null);
|
|
2686
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-content-private", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
|
|
2687
|
+
};
|
|
2688
|
+
|
|
2283
2689
|
var VeltCommentDialogDeleteButton$1 = function (props) {
|
|
2284
2690
|
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2285
2691
|
var ref = useRef(null);
|
|
@@ -2853,6 +3259,110 @@ VeltCommentDialogAssigneeBanner.UserAvatar = VeltCommentDialogAssigneeBannerUser
|
|
|
2853
3259
|
VeltCommentDialogAssigneeBanner.UserName = VeltCommentDialogAssigneeBannerUserName;
|
|
2854
3260
|
VeltCommentDialogAssigneeBanner.UnresolveButton = VeltCommentDialogAssigneeBannerUnresolveButton;
|
|
2855
3261
|
|
|
3262
|
+
var VeltCommentDialogVisibilityBannerIcon = function (props) {
|
|
3263
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3264
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3265
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-icon-wireframe", __assign({}, transformedProps), children));
|
|
3266
|
+
};
|
|
3267
|
+
|
|
3268
|
+
var VeltCommentDialogVisibilityBannerText = function (props) {
|
|
3269
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3270
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3271
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-text-wireframe", __assign({}, transformedProps), children));
|
|
3272
|
+
};
|
|
3273
|
+
|
|
3274
|
+
var VeltCommentDialogVisibilityBannerDropdownTriggerLabel = function (props) {
|
|
3275
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3276
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3277
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-label-wireframe", __assign({}, transformedProps), children));
|
|
3278
|
+
};
|
|
3279
|
+
|
|
3280
|
+
var VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem = function (props) {
|
|
3281
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3282
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3283
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-avatar-list-item-wireframe", __assign({}, transformedProps), children));
|
|
3284
|
+
};
|
|
3285
|
+
|
|
3286
|
+
var VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount = function (props) {
|
|
3287
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3288
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3289
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-avatar-list-remaining-count-wireframe", __assign({}, transformedProps), children));
|
|
3290
|
+
};
|
|
3291
|
+
|
|
3292
|
+
var VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList = function (props) {
|
|
3293
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3294
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3295
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-avatar-list-wireframe", __assign({}, transformedProps), children));
|
|
3296
|
+
};
|
|
3297
|
+
VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList.Item = VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem;
|
|
3298
|
+
VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList.RemainingCount = VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount;
|
|
3299
|
+
|
|
3300
|
+
var VeltCommentDialogVisibilityBannerDropdownTriggerIcon = function (props) {
|
|
3301
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3302
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3303
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-icon-wireframe", __assign({}, transformedProps), children));
|
|
3304
|
+
};
|
|
3305
|
+
|
|
3306
|
+
var VeltCommentDialogVisibilityBannerDropdownTrigger = function (props) {
|
|
3307
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3308
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3309
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-trigger-wireframe", __assign({}, transformedProps), children));
|
|
3310
|
+
};
|
|
3311
|
+
VeltCommentDialogVisibilityBannerDropdownTrigger.Label = VeltCommentDialogVisibilityBannerDropdownTriggerLabel;
|
|
3312
|
+
VeltCommentDialogVisibilityBannerDropdownTrigger.AvatarList = VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList;
|
|
3313
|
+
VeltCommentDialogVisibilityBannerDropdownTrigger.Icon = VeltCommentDialogVisibilityBannerDropdownTriggerIcon;
|
|
3314
|
+
|
|
3315
|
+
var VeltCommentDialogVisibilityBannerDropdownContentItemIcon = function (props) {
|
|
3316
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3317
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3318
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-content-item-icon-wireframe", __assign({}, transformedProps), children));
|
|
3319
|
+
};
|
|
3320
|
+
|
|
3321
|
+
var VeltCommentDialogVisibilityBannerDropdownContentItemLabel = function (props) {
|
|
3322
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3323
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3324
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-content-item-label-wireframe", __assign({}, transformedProps), children));
|
|
3325
|
+
};
|
|
3326
|
+
|
|
3327
|
+
var VeltCommentDialogVisibilityBannerDropdownContentItem = function (props) {
|
|
3328
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3329
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3330
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-content-item-wireframe", __assign({}, transformedProps), children));
|
|
3331
|
+
};
|
|
3332
|
+
VeltCommentDialogVisibilityBannerDropdownContentItem.Icon = VeltCommentDialogVisibilityBannerDropdownContentItemIcon;
|
|
3333
|
+
VeltCommentDialogVisibilityBannerDropdownContentItem.Label = VeltCommentDialogVisibilityBannerDropdownContentItemLabel;
|
|
3334
|
+
|
|
3335
|
+
var VeltCommentDialogVisibilityBannerDropdownContentUserPicker = function (props) {
|
|
3336
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3337
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3338
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-content-user-picker-wireframe", __assign({}, transformedProps), children));
|
|
3339
|
+
};
|
|
3340
|
+
|
|
3341
|
+
var VeltCommentDialogVisibilityBannerDropdownContent = function (props) {
|
|
3342
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3343
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3344
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-content-wireframe", __assign({}, transformedProps), children));
|
|
3345
|
+
};
|
|
3346
|
+
VeltCommentDialogVisibilityBannerDropdownContent.Item = VeltCommentDialogVisibilityBannerDropdownContentItem;
|
|
3347
|
+
VeltCommentDialogVisibilityBannerDropdownContent.UserPicker = VeltCommentDialogVisibilityBannerDropdownContentUserPicker;
|
|
3348
|
+
|
|
3349
|
+
var VeltCommentDialogVisibilityBannerDropdown = function (props) {
|
|
3350
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3351
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3352
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-dropdown-wireframe", __assign({}, transformedProps), children));
|
|
3353
|
+
};
|
|
3354
|
+
VeltCommentDialogVisibilityBannerDropdown.Trigger = VeltCommentDialogVisibilityBannerDropdownTrigger;
|
|
3355
|
+
VeltCommentDialogVisibilityBannerDropdown.Content = VeltCommentDialogVisibilityBannerDropdownContent;
|
|
3356
|
+
|
|
3357
|
+
var VeltCommentDialogVisibilityBanner = function (props) {
|
|
3358
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3359
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
3360
|
+
return (React.createElement("velt-comment-dialog-visibility-banner-wireframe", __assign({}, transformedProps), children));
|
|
3361
|
+
};
|
|
3362
|
+
VeltCommentDialogVisibilityBanner.Icon = VeltCommentDialogVisibilityBannerIcon;
|
|
3363
|
+
VeltCommentDialogVisibilityBanner.Text = VeltCommentDialogVisibilityBannerText;
|
|
3364
|
+
VeltCommentDialogVisibilityBanner.Dropdown = VeltCommentDialogVisibilityBannerDropdown;
|
|
3365
|
+
|
|
2856
3366
|
var VeltCommentDialogBody = function (props) {
|
|
2857
3367
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2858
3368
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -3789,6 +4299,54 @@ var VeltCommentDialogHideReply = function (props) {
|
|
|
3789
4299
|
return (React.createElement("velt-comment-dialog-hide-reply-wireframe", __assign({}, transformedProps), children));
|
|
3790
4300
|
};
|
|
3791
4301
|
|
|
4302
|
+
var VeltCommentDialogVisibilityDropdownContentPublicWireframe = function (props) {
|
|
4303
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4304
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4305
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-content-public-wireframe", __assign({}, transformedProps), children));
|
|
4306
|
+
};
|
|
4307
|
+
|
|
4308
|
+
var VeltCommentDialogVisibilityDropdownContentPrivateWireframe = function (props) {
|
|
4309
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4310
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4311
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-content-private-wireframe", __assign({}, transformedProps), children));
|
|
4312
|
+
};
|
|
4313
|
+
|
|
4314
|
+
var VeltCommentDialogVisibilityDropdownContentWireframe = function (props) {
|
|
4315
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4316
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4317
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-content-wireframe", __assign({}, transformedProps), children));
|
|
4318
|
+
};
|
|
4319
|
+
VeltCommentDialogVisibilityDropdownContentWireframe.Public = VeltCommentDialogVisibilityDropdownContentPublicWireframe;
|
|
4320
|
+
VeltCommentDialogVisibilityDropdownContentWireframe.Private = VeltCommentDialogVisibilityDropdownContentPrivateWireframe;
|
|
4321
|
+
|
|
4322
|
+
var VeltCommentDialogVisibilityDropdownTriggerLabelWireframe = function (props) {
|
|
4323
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4324
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4325
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-trigger-label-wireframe", __assign({}, transformedProps), children));
|
|
4326
|
+
};
|
|
4327
|
+
|
|
4328
|
+
var VeltCommentDialogVisibilityDropdownTriggerIconWireframe = function (props) {
|
|
4329
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4330
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4331
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-trigger-icon-wireframe", __assign({}, transformedProps), children));
|
|
4332
|
+
};
|
|
4333
|
+
|
|
4334
|
+
var VeltCommentDialogVisibilityDropdownTriggerWireframe = function (props) {
|
|
4335
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4336
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4337
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-trigger-wireframe", __assign({}, transformedProps), children));
|
|
4338
|
+
};
|
|
4339
|
+
VeltCommentDialogVisibilityDropdownTriggerWireframe.Label = VeltCommentDialogVisibilityDropdownTriggerLabelWireframe;
|
|
4340
|
+
VeltCommentDialogVisibilityDropdownTriggerWireframe.Icon = VeltCommentDialogVisibilityDropdownTriggerIconWireframe;
|
|
4341
|
+
|
|
4342
|
+
var VeltCommentDialogVisibilityDropdown = function (props) {
|
|
4343
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4344
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
4345
|
+
return (React.createElement("velt-comment-dialog-visibility-dropdown-wireframe", __assign({}, transformedProps), children));
|
|
4346
|
+
};
|
|
4347
|
+
VeltCommentDialogVisibilityDropdown.Content = VeltCommentDialogVisibilityDropdownContentWireframe;
|
|
4348
|
+
VeltCommentDialogVisibilityDropdown.Trigger = VeltCommentDialogVisibilityDropdownTriggerWireframe;
|
|
4349
|
+
|
|
3792
4350
|
var VeltCommentDialogWireframe = function (props) {
|
|
3793
4351
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3794
4352
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -3797,6 +4355,7 @@ var VeltCommentDialogWireframe = function (props) {
|
|
|
3797
4355
|
VeltCommentDialogWireframe.AllComment = VeltCommentDialogAllComment;
|
|
3798
4356
|
VeltCommentDialogWireframe.Approve = VeltCommentDialogApprove;
|
|
3799
4357
|
VeltCommentDialogWireframe.AssigneeBanner = VeltCommentDialogAssigneeBanner;
|
|
4358
|
+
VeltCommentDialogWireframe.VisibilityBanner = VeltCommentDialogVisibilityBanner;
|
|
3800
4359
|
VeltCommentDialogWireframe.AssignMenu = VeltCommentDialogAssignMenu;
|
|
3801
4360
|
VeltCommentDialogWireframe.Body = VeltCommentDialogBody;
|
|
3802
4361
|
VeltCommentDialogWireframe.CommentCategory = VeltCommentDialogCommentCategory;
|
|
@@ -3826,6 +4385,7 @@ VeltCommentDialogWireframe.CloseButton = VeltCommentDialogCloseButton;
|
|
|
3826
4385
|
VeltCommentDialogWireframe.NavigationButton = VeltCommentDialogNavigationButton;
|
|
3827
4386
|
VeltCommentDialogWireframe.ReplyAvatars = VeltCommentDialogReplyAvatars;
|
|
3828
4387
|
VeltCommentDialogWireframe.HideReply = VeltCommentDialogHideReply;
|
|
4388
|
+
VeltCommentDialogWireframe.VisibilityDropdown = VeltCommentDialogVisibilityDropdown;
|
|
3829
4389
|
|
|
3830
4390
|
var VeltCommentsSidebarCloseButton = function (props) {
|
|
3831
4391
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -4460,73 +5020,261 @@ VeltCommentsSidebarStatusDropdownTriggerWireframe.Indicator = VeltCommentsSideba
|
|
|
4460
5020
|
var VeltCommentsSidebarStatus = function (props) {
|
|
4461
5021
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4462
5022
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
4463
|
-
return (React.createElement("velt-comments-sidebar-status-wireframe", __assign({}, transformedProps), children));
|
|
5023
|
+
return (React.createElement("velt-comments-sidebar-status-wireframe", __assign({}, transformedProps), children));
|
|
5024
|
+
};
|
|
5025
|
+
VeltCommentsSidebarStatus.Trigger = VeltCommentsSidebarStatusDropdownTriggerWireframe;
|
|
5026
|
+
VeltCommentsSidebarStatus.Content = VeltCommentsSidebarStatusDropdownContentWireframe;
|
|
5027
|
+
|
|
5028
|
+
var VeltCommentsSidebarResetFilterButtonWireframe = function (props) {
|
|
5029
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5030
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5031
|
+
return (React.createElement("velt-comments-sidebar-reset-filter-button-wireframe", __assign({}, transformedProps), children));
|
|
5032
|
+
};
|
|
5033
|
+
|
|
5034
|
+
var VeltCommentsSidebarActionButton = function (props) {
|
|
5035
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5036
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5037
|
+
return (React.createElement("velt-comments-sidebar-action-button-wireframe", __assign({}, transformedProps), children));
|
|
5038
|
+
};
|
|
5039
|
+
|
|
5040
|
+
var VeltCommentsSidebarFocusedThreadBackButton = function (props) {
|
|
5041
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5042
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5043
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-back-button-wireframe", __assign({}, transformedProps), children));
|
|
5044
|
+
};
|
|
5045
|
+
|
|
5046
|
+
var VeltCommentsSidebarFocusedThreadDialogContainer = function (props) {
|
|
5047
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5048
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5049
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-dialog-container-wireframe", __assign({}, transformedProps), children));
|
|
5050
|
+
};
|
|
5051
|
+
|
|
5052
|
+
var VeltCommentsSidebarFocusedThread = function (props) {
|
|
5053
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5054
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5055
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-wireframe", __assign({}, transformedProps), children));
|
|
5056
|
+
};
|
|
5057
|
+
VeltCommentsSidebarFocusedThread.BackButton = VeltCommentsSidebarFocusedThreadBackButton;
|
|
5058
|
+
VeltCommentsSidebarFocusedThread.DialogContainer = VeltCommentsSidebarFocusedThreadDialogContainer;
|
|
5059
|
+
|
|
5060
|
+
var VeltCommentsSidebarFullscreenButton = function (props) {
|
|
5061
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5062
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5063
|
+
return (React.createElement("velt-comments-sidebar-fullscreen-button-wireframe", __assign({}, transformedProps), children));
|
|
5064
|
+
};
|
|
5065
|
+
|
|
5066
|
+
var VeltCommentsSidebarWireframe = function (props) {
|
|
5067
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5068
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5069
|
+
return (React.createElement("velt-comments-sidebar-wireframe", __assign({}, transformedProps), children));
|
|
5070
|
+
};
|
|
5071
|
+
VeltCommentsSidebarWireframe.CloseButton = VeltCommentsSidebarCloseButton;
|
|
5072
|
+
VeltCommentsSidebarWireframe.EmptyPlaceholder = VeltCommentsSidebarEmptyPlaceholder;
|
|
5073
|
+
VeltCommentsSidebarWireframe.Filter = VeltCommentsSidebarFilter;
|
|
5074
|
+
VeltCommentsSidebarWireframe.Header = VeltCommentsSidebarHeader;
|
|
5075
|
+
VeltCommentsSidebarWireframe.List = VeltCommentsSidebarList;
|
|
5076
|
+
VeltCommentsSidebarWireframe.PageModeComposer = VeltCommentsSidebarPageModeComposer;
|
|
5077
|
+
VeltCommentsSidebarWireframe.Search = VeltCommentsSidebarSearch;
|
|
5078
|
+
VeltCommentsSidebarWireframe.Status = VeltCommentsSidebarStatus;
|
|
5079
|
+
VeltCommentsSidebarWireframe.FilterButton = VeltCommentsSidebarFilterButton;
|
|
5080
|
+
VeltCommentsSidebarWireframe.Skeleton = VeltCommentsSidebarSkeleton;
|
|
5081
|
+
VeltCommentsSidebarWireframe.Panel = VeltCommentsSidebarPanel;
|
|
5082
|
+
VeltCommentsSidebarWireframe.MinimalFilterDropdown = VeltCommentsSidebarMinimalFilterDropdown;
|
|
5083
|
+
VeltCommentsSidebarWireframe.LocationFilterDropdown = VeltCommentsSidebarLocationFilterDropdown;
|
|
5084
|
+
VeltCommentsSidebarWireframe.DocumentFilterDropdown = VeltCommentsSidebarDocumentFilterDropdownWireframe;
|
|
5085
|
+
VeltCommentsSidebarWireframe.MinimalActionsDropdown = VeltCommentsSidebarMinimalActionsDropdownWireframe;
|
|
5086
|
+
VeltCommentsSidebarWireframe.ResetFilterButton = VeltCommentsSidebarResetFilterButtonWireframe;
|
|
5087
|
+
VeltCommentsSidebarWireframe.ActionButton = VeltCommentsSidebarActionButton;
|
|
5088
|
+
VeltCommentsSidebarWireframe.FocusedThread = VeltCommentsSidebarFocusedThread;
|
|
5089
|
+
VeltCommentsSidebarWireframe.FullscreenButton = VeltCommentsSidebarFullscreenButton;
|
|
5090
|
+
|
|
5091
|
+
var VeltCommentsSidebarV2Skeleton = function (props) {
|
|
5092
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5093
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5094
|
+
return (React.createElement("velt-comments-sidebar-skeleton-v2-wireframe", __assign({}, transformedProps), children));
|
|
5095
|
+
};
|
|
5096
|
+
|
|
5097
|
+
var VeltCommentsSidebarV2Panel = function (props) {
|
|
5098
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5099
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5100
|
+
return (React.createElement("velt-comments-sidebar-panel-v2-wireframe", __assign({}, transformedProps), children));
|
|
5101
|
+
};
|
|
5102
|
+
|
|
5103
|
+
var VeltCommentsSidebarV2Header = function (props) {
|
|
5104
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5105
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5106
|
+
return (React.createElement("velt-comments-sidebar-header-v2-wireframe", __assign({}, transformedProps), children));
|
|
5107
|
+
};
|
|
5108
|
+
|
|
5109
|
+
var VeltCommentsSidebarV2CloseButton = function (props) {
|
|
5110
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5111
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5112
|
+
return (React.createElement("velt-comments-sidebar-close-button-v2-wireframe", __assign({}, transformedProps), children));
|
|
5113
|
+
};
|
|
5114
|
+
|
|
5115
|
+
var VeltCommentsSidebarV2ResetFilterButton = function (props) {
|
|
5116
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5117
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5118
|
+
return (React.createElement("velt-comments-sidebar-reset-filter-button-v2-wireframe", __assign({}, transformedProps), children));
|
|
5119
|
+
};
|
|
5120
|
+
|
|
5121
|
+
var VeltCommentsSidebarV2EmptyPlaceholder = function (props) {
|
|
5122
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5123
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5124
|
+
return (React.createElement("velt-comments-sidebar-empty-placeholder-v2-wireframe", __assign({}, transformedProps), children));
|
|
5125
|
+
};
|
|
5126
|
+
VeltCommentsSidebarV2EmptyPlaceholder.ResetFilterButton = VeltCommentsSidebarV2ResetFilterButton;
|
|
5127
|
+
|
|
5128
|
+
var VeltCommentsSidebarV2ListItem = function (props) {
|
|
5129
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5130
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5131
|
+
return (React.createElement("velt-comments-sidebar-list-item-v2-wireframe", __assign({}, transformedProps), children));
|
|
5132
|
+
};
|
|
5133
|
+
|
|
5134
|
+
var VeltCommentsSidebarV2List = function (props) {
|
|
5135
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5136
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5137
|
+
return (React.createElement("velt-comments-sidebar-list-v2-wireframe", __assign({}, transformedProps), children));
|
|
5138
|
+
};
|
|
5139
|
+
VeltCommentsSidebarV2List.Item = VeltCommentsSidebarV2ListItem;
|
|
5140
|
+
|
|
5141
|
+
var VeltCommentsSidebarV2PageModeComposer = function (props) {
|
|
5142
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5143
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5144
|
+
return (React.createElement("velt-comments-sidebar-page-mode-composer-v2-wireframe", __assign({}, transformedProps), children));
|
|
5145
|
+
};
|
|
5146
|
+
|
|
5147
|
+
var VeltCommentsSidebarV2FocusedThreadBackButton = function (props) {
|
|
5148
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5149
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5150
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-back-button-v2-wireframe", __assign({}, transformedProps), children));
|
|
5151
|
+
};
|
|
5152
|
+
|
|
5153
|
+
var VeltCommentsSidebarV2FocusedThreadDialogContainer = function (props) {
|
|
5154
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5155
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5156
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-dialog-container-v2-wireframe", __assign({}, transformedProps), children));
|
|
5157
|
+
};
|
|
5158
|
+
|
|
5159
|
+
var VeltCommentsSidebarV2FocusedThread = function (props) {
|
|
5160
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5161
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5162
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-v2-wireframe", __assign({}, transformedProps), children));
|
|
5163
|
+
};
|
|
5164
|
+
VeltCommentsSidebarV2FocusedThread.BackButton = VeltCommentsSidebarV2FocusedThreadBackButton;
|
|
5165
|
+
VeltCommentsSidebarV2FocusedThread.DialogContainer = VeltCommentsSidebarV2FocusedThreadDialogContainer;
|
|
5166
|
+
|
|
5167
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownTrigger = function (props) {
|
|
5168
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5169
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5170
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-trigger-v2-wireframe", __assign({}, transformedProps), children));
|
|
5171
|
+
};
|
|
5172
|
+
|
|
5173
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead = function (props) {
|
|
5174
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5175
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5176
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-read-v2-wireframe", __assign({}, transformedProps), children));
|
|
5177
|
+
};
|
|
5178
|
+
|
|
5179
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved = function (props) {
|
|
5180
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5181
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5182
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-resolved-v2-wireframe", __assign({}, transformedProps), children));
|
|
5183
|
+
};
|
|
5184
|
+
|
|
5185
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContent = function (props) {
|
|
5186
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5187
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5188
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-v2-wireframe", __assign({}, transformedProps), children));
|
|
5189
|
+
};
|
|
5190
|
+
VeltCommentsSidebarV2MinimalActionsDropdownContent.MarkAllRead = VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead;
|
|
5191
|
+
VeltCommentsSidebarV2MinimalActionsDropdownContent.MarkAllResolved = VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved;
|
|
5192
|
+
|
|
5193
|
+
var VeltCommentsSidebarV2MinimalActionsDropdown = function (props) {
|
|
5194
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5195
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5196
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-v2-wireframe", __assign({}, transformedProps), children));
|
|
5197
|
+
};
|
|
5198
|
+
VeltCommentsSidebarV2MinimalActionsDropdown.Trigger = VeltCommentsSidebarV2MinimalActionsDropdownTrigger;
|
|
5199
|
+
VeltCommentsSidebarV2MinimalActionsDropdown.Content = VeltCommentsSidebarV2MinimalActionsDropdownContent;
|
|
5200
|
+
|
|
5201
|
+
var VeltCommentsSidebarV2FilterDropdownTrigger = function (props) {
|
|
5202
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5203
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5204
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-trigger-v2-wireframe", __assign({}, transformedProps), children));
|
|
5205
|
+
};
|
|
5206
|
+
|
|
5207
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItemIndicator = function (props) {
|
|
5208
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5209
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5210
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-indicator-v2-wireframe", __assign({}, transformedProps), children));
|
|
5211
|
+
};
|
|
5212
|
+
|
|
5213
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItemLabel = function (props) {
|
|
5214
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5215
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5216
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-label-v2-wireframe", __assign({}, transformedProps), children));
|
|
4464
5217
|
};
|
|
4465
|
-
VeltCommentsSidebarStatus.Trigger = VeltCommentsSidebarStatusDropdownTriggerWireframe;
|
|
4466
|
-
VeltCommentsSidebarStatus.Content = VeltCommentsSidebarStatusDropdownContentWireframe;
|
|
4467
5218
|
|
|
4468
|
-
var
|
|
5219
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItem = function (props) {
|
|
4469
5220
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4470
5221
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
4471
|
-
return (React.createElement("velt-comments-sidebar-
|
|
5222
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-v2-wireframe", __assign({}, transformedProps), children));
|
|
4472
5223
|
};
|
|
5224
|
+
VeltCommentsSidebarV2FilterDropdownContentListItem.Indicator = VeltCommentsSidebarV2FilterDropdownContentListItemIndicator;
|
|
5225
|
+
VeltCommentsSidebarV2FilterDropdownContentListItem.Label = VeltCommentsSidebarV2FilterDropdownContentListItemLabel;
|
|
4473
5226
|
|
|
4474
|
-
var
|
|
5227
|
+
var VeltCommentsSidebarV2FilterDropdownContentListCategoryContent = function (props) {
|
|
4475
5228
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4476
5229
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
4477
|
-
return (React.createElement("velt-comments-sidebar-
|
|
5230
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-category-content-v2-wireframe", __assign({}, transformedProps), children));
|
|
4478
5231
|
};
|
|
4479
5232
|
|
|
4480
|
-
var
|
|
5233
|
+
var VeltCommentsSidebarV2FilterDropdownContentListCategory = function (props) {
|
|
4481
5234
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4482
5235
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
4483
|
-
return (React.createElement("velt-comments-sidebar-
|
|
5236
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-category-v2-wireframe", __assign({}, transformedProps), children));
|
|
4484
5237
|
};
|
|
5238
|
+
VeltCommentsSidebarV2FilterDropdownContentListCategory.Content = VeltCommentsSidebarV2FilterDropdownContentListCategoryContent;
|
|
4485
5239
|
|
|
4486
|
-
var
|
|
5240
|
+
var VeltCommentsSidebarV2FilterDropdownContentList = function (props) {
|
|
4487
5241
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4488
5242
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
4489
|
-
return (React.createElement("velt-comments-sidebar-
|
|
5243
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-v2-wireframe", __assign({}, transformedProps), children));
|
|
4490
5244
|
};
|
|
5245
|
+
VeltCommentsSidebarV2FilterDropdownContentList.Item = VeltCommentsSidebarV2FilterDropdownContentListItem;
|
|
5246
|
+
VeltCommentsSidebarV2FilterDropdownContentList.Category = VeltCommentsSidebarV2FilterDropdownContentListCategory;
|
|
4491
5247
|
|
|
4492
|
-
var
|
|
5248
|
+
var VeltCommentsSidebarV2FilterDropdownContent = function (props) {
|
|
4493
5249
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4494
5250
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
4495
|
-
return (React.createElement("velt-comments-sidebar-
|
|
5251
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-v2-wireframe", __assign({}, transformedProps), children));
|
|
4496
5252
|
};
|
|
4497
|
-
|
|
4498
|
-
VeltCommentsSidebarFocusedThread.DialogContainer = VeltCommentsSidebarFocusedThreadDialogContainer;
|
|
5253
|
+
VeltCommentsSidebarV2FilterDropdownContent.List = VeltCommentsSidebarV2FilterDropdownContentList;
|
|
4499
5254
|
|
|
4500
|
-
var
|
|
5255
|
+
var VeltCommentsSidebarV2FilterDropdown = function (props) {
|
|
4501
5256
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4502
5257
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
4503
|
-
return (React.createElement("velt-comments-sidebar-
|
|
5258
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-v2-wireframe", __assign({}, transformedProps), children));
|
|
4504
5259
|
};
|
|
5260
|
+
VeltCommentsSidebarV2FilterDropdown.Trigger = VeltCommentsSidebarV2FilterDropdownTrigger;
|
|
5261
|
+
VeltCommentsSidebarV2FilterDropdown.Content = VeltCommentsSidebarV2FilterDropdownContent;
|
|
4505
5262
|
|
|
4506
|
-
var
|
|
5263
|
+
var VeltCommentsSidebarV2Wireframe = function (props) {
|
|
4507
5264
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4508
5265
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
4509
|
-
return (React.createElement("velt-comments-sidebar-wireframe", __assign({}, transformedProps), children));
|
|
5266
|
+
return (React.createElement("velt-comments-sidebar-v2-wireframe", __assign({}, transformedProps), children));
|
|
4510
5267
|
};
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
VeltCommentsSidebarWireframe.Panel = VeltCommentsSidebarPanel;
|
|
4522
|
-
VeltCommentsSidebarWireframe.MinimalFilterDropdown = VeltCommentsSidebarMinimalFilterDropdown;
|
|
4523
|
-
VeltCommentsSidebarWireframe.LocationFilterDropdown = VeltCommentsSidebarLocationFilterDropdown;
|
|
4524
|
-
VeltCommentsSidebarWireframe.DocumentFilterDropdown = VeltCommentsSidebarDocumentFilterDropdownWireframe;
|
|
4525
|
-
VeltCommentsSidebarWireframe.MinimalActionsDropdown = VeltCommentsSidebarMinimalActionsDropdownWireframe;
|
|
4526
|
-
VeltCommentsSidebarWireframe.ResetFilterButton = VeltCommentsSidebarResetFilterButtonWireframe;
|
|
4527
|
-
VeltCommentsSidebarWireframe.ActionButton = VeltCommentsSidebarActionButton;
|
|
4528
|
-
VeltCommentsSidebarWireframe.FocusedThread = VeltCommentsSidebarFocusedThread;
|
|
4529
|
-
VeltCommentsSidebarWireframe.FullscreenButton = VeltCommentsSidebarFullscreenButton;
|
|
5268
|
+
VeltCommentsSidebarV2Wireframe.Skeleton = VeltCommentsSidebarV2Skeleton;
|
|
5269
|
+
VeltCommentsSidebarV2Wireframe.Panel = VeltCommentsSidebarV2Panel;
|
|
5270
|
+
VeltCommentsSidebarV2Wireframe.Header = VeltCommentsSidebarV2Header;
|
|
5271
|
+
VeltCommentsSidebarV2Wireframe.CloseButton = VeltCommentsSidebarV2CloseButton;
|
|
5272
|
+
VeltCommentsSidebarV2Wireframe.EmptyPlaceholder = VeltCommentsSidebarV2EmptyPlaceholder;
|
|
5273
|
+
VeltCommentsSidebarV2Wireframe.List = VeltCommentsSidebarV2List;
|
|
5274
|
+
VeltCommentsSidebarV2Wireframe.PageModeComposer = VeltCommentsSidebarV2PageModeComposer;
|
|
5275
|
+
VeltCommentsSidebarV2Wireframe.FocusedThread = VeltCommentsSidebarV2FocusedThread;
|
|
5276
|
+
VeltCommentsSidebarV2Wireframe.MinimalActionsDropdown = VeltCommentsSidebarV2MinimalActionsDropdown;
|
|
5277
|
+
VeltCommentsSidebarV2Wireframe.FilterDropdown = VeltCommentsSidebarV2FilterDropdown;
|
|
4530
5278
|
|
|
4531
5279
|
var VeltCommentPinGhostCommentIndicator = function (props) {
|
|
4532
5280
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
@@ -4750,6 +5498,12 @@ VeltAutocompleteChipTooltipWireframe.Description = VeltAutocompleteChipTooltipDe
|
|
|
4750
5498
|
VeltAutocompleteChipTooltipWireframe.Icon = VeltAutocompleteChipTooltipIconWireframe;
|
|
4751
5499
|
VeltAutocompleteChipTooltipWireframe.Name = VeltAutocompleteChipTooltipNameWireframe;
|
|
4752
5500
|
|
|
5501
|
+
var VeltAutocompleteEmptyWireframe = function (props) {
|
|
5502
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5503
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5504
|
+
return (React.createElement("velt-autocomplete-empty-wireframe", __assign({}, transformedProps), children));
|
|
5505
|
+
};
|
|
5506
|
+
|
|
4753
5507
|
var VeltCommentBubbleAvatar = function (props) {
|
|
4754
5508
|
var children = props.children;
|
|
4755
5509
|
return (React.createElement("velt-comment-bubble-avatar-wireframe", null, children));
|
|
@@ -7278,6 +8032,356 @@ VeltCursorPointerWireframe.Avatar = VeltCursorPointerAvatarWireframe;
|
|
|
7278
8032
|
VeltCursorPointerWireframe.Default = VeltCursorPointerDefaultWireframe;
|
|
7279
8033
|
VeltCursorPointerWireframe.VideoHuddle = VeltCursorPointerVideoHuddleWireframe;
|
|
7280
8034
|
|
|
8035
|
+
var VeltActivityLog = function (props) {
|
|
8036
|
+
var darkMode = props.darkMode, shadowDom = props.shadowDom, useDummyData = props.useDummyData, variant = props.variant, children = props.children, remainingProps = __rest(props, ["darkMode", "shadowDom", "useDummyData", "variant", "children"]);
|
|
8037
|
+
var ref = useRef(null);
|
|
8038
|
+
return (React.createElement("velt-activity-log", __assign({ ref: ref, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "use-dummy-data": [true, false].includes(useDummyData) ? (useDummyData ? 'true' : 'false') : undefined, variant: variant }, remainingProps), children));
|
|
8039
|
+
};
|
|
8040
|
+
|
|
8041
|
+
var VeltActivityLogHeader = function (props) {
|
|
8042
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8043
|
+
var ref = useRef(null);
|
|
8044
|
+
return (React.createElement("velt-activity-log-header", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8045
|
+
};
|
|
8046
|
+
|
|
8047
|
+
var VeltActivityLogHeaderTitle = function (props) {
|
|
8048
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8049
|
+
var ref = useRef(null);
|
|
8050
|
+
return (React.createElement("velt-activity-log-header-title", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8051
|
+
};
|
|
8052
|
+
|
|
8053
|
+
var VeltActivityLogHeaderCloseButton = function (props) {
|
|
8054
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8055
|
+
var ref = useRef(null);
|
|
8056
|
+
return (React.createElement("velt-activity-log-header-close-button", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8057
|
+
};
|
|
8058
|
+
|
|
8059
|
+
var VeltActivityLogHeaderFilter = function (props) {
|
|
8060
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8061
|
+
var ref = useRef(null);
|
|
8062
|
+
return (React.createElement("velt-activity-log-header-filter", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8063
|
+
};
|
|
8064
|
+
|
|
8065
|
+
var VeltActivityLogHeaderFilterTrigger = function (props) {
|
|
8066
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8067
|
+
var ref = useRef(null);
|
|
8068
|
+
return (React.createElement("velt-activity-log-header-filter-trigger", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8069
|
+
};
|
|
8070
|
+
|
|
8071
|
+
var VeltActivityLogHeaderFilterTriggerIcon = function (props) {
|
|
8072
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8073
|
+
var ref = useRef(null);
|
|
8074
|
+
return (React.createElement("velt-activity-log-header-filter-trigger-icon", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8075
|
+
};
|
|
8076
|
+
|
|
8077
|
+
var VeltActivityLogHeaderFilterTriggerLabel = function (props) {
|
|
8078
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8079
|
+
var ref = useRef(null);
|
|
8080
|
+
return (React.createElement("velt-activity-log-header-filter-trigger-label", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8081
|
+
};
|
|
8082
|
+
|
|
8083
|
+
var VeltActivityLogHeaderFilterContent = function (props) {
|
|
8084
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8085
|
+
var ref = useRef(null);
|
|
8086
|
+
return (React.createElement("velt-activity-log-header-filter-content", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8087
|
+
};
|
|
8088
|
+
|
|
8089
|
+
var VeltActivityLogHeaderFilterContentItem = function (props) {
|
|
8090
|
+
var defaultCondition = props.defaultCondition, filterOption = props.filterOption, isActive = props.isActive, children = props.children;
|
|
8091
|
+
var ref = useRef(null);
|
|
8092
|
+
return (React.createElement("velt-activity-log-header-filter-content-item", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "filter-option": filterOption, "is-active": [true, false].includes(isActive) ? (isActive ? 'true' : 'false') : undefined }, children));
|
|
8093
|
+
};
|
|
8094
|
+
|
|
8095
|
+
var VeltActivityLogHeaderFilterContentItemIcon = function (props) {
|
|
8096
|
+
var defaultCondition = props.defaultCondition, isActive = props.isActive, children = props.children;
|
|
8097
|
+
var ref = useRef(null);
|
|
8098
|
+
return (React.createElement("velt-activity-log-header-filter-content-item-icon", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "is-active": [true, false].includes(isActive) ? (isActive ? 'true' : 'false') : undefined }, children));
|
|
8099
|
+
};
|
|
8100
|
+
|
|
8101
|
+
var VeltActivityLogHeaderFilterContentItemLabel = function (props) {
|
|
8102
|
+
var defaultCondition = props.defaultCondition, filterOption = props.filterOption, children = props.children;
|
|
8103
|
+
var ref = useRef(null);
|
|
8104
|
+
return (React.createElement("velt-activity-log-header-filter-content-item-label", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "filter-option": filterOption }, children));
|
|
8105
|
+
};
|
|
8106
|
+
|
|
8107
|
+
var VeltActivityLogEmpty = function (props) {
|
|
8108
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8109
|
+
var ref = useRef(null);
|
|
8110
|
+
return (React.createElement("velt-activity-log-empty", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8111
|
+
};
|
|
8112
|
+
|
|
8113
|
+
var VeltActivityLogLoading = function (props) {
|
|
8114
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8115
|
+
var ref = useRef(null);
|
|
8116
|
+
return (React.createElement("velt-activity-log-loading", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8117
|
+
};
|
|
8118
|
+
|
|
8119
|
+
var VeltActivityLogList = function (props) {
|
|
8120
|
+
var defaultCondition = props.defaultCondition, children = props.children;
|
|
8121
|
+
var ref = useRef(null);
|
|
8122
|
+
return (React.createElement("velt-activity-log-list", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined }, children));
|
|
8123
|
+
};
|
|
8124
|
+
|
|
8125
|
+
var VeltActivityLogListDateGroup = function (props) {
|
|
8126
|
+
var defaultCondition = props.defaultCondition, dateGroup = props.dateGroup, children = props.children;
|
|
8127
|
+
var ref = useRef(null);
|
|
8128
|
+
return (React.createElement("velt-activity-log-list-date-group", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "date-group": dateGroup }, children));
|
|
8129
|
+
};
|
|
8130
|
+
|
|
8131
|
+
var VeltActivityLogListDateGroupLabel = function (props) {
|
|
8132
|
+
var defaultCondition = props.defaultCondition, dateGroup = props.dateGroup, children = props.children;
|
|
8133
|
+
var ref = useRef(null);
|
|
8134
|
+
return (React.createElement("velt-activity-log-list-date-group-label", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "date-group": dateGroup }, children));
|
|
8135
|
+
};
|
|
8136
|
+
|
|
8137
|
+
var VeltActivityLogListShowMore = function (props) {
|
|
8138
|
+
var defaultCondition = props.defaultCondition, dateGroup = props.dateGroup, children = props.children;
|
|
8139
|
+
var ref = useRef(null);
|
|
8140
|
+
return (React.createElement("velt-activity-log-list-show-more", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "date-group": dateGroup }, children));
|
|
8141
|
+
};
|
|
8142
|
+
|
|
8143
|
+
var VeltActivityLogListItem = function (props) {
|
|
8144
|
+
var defaultCondition = props.defaultCondition, activityRecord = props.activityRecord, children = props.children;
|
|
8145
|
+
var ref = useRef(null);
|
|
8146
|
+
return (React.createElement("velt-activity-log-list-item", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "activity-record": activityRecord }, children));
|
|
8147
|
+
};
|
|
8148
|
+
|
|
8149
|
+
var VeltActivityLogListItemAvatar = function (props) {
|
|
8150
|
+
var defaultCondition = props.defaultCondition, activityRecord = props.activityRecord, children = props.children;
|
|
8151
|
+
var ref = useRef(null);
|
|
8152
|
+
return (React.createElement("velt-activity-log-list-item-avatar", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "activity-record": activityRecord }, children));
|
|
8153
|
+
};
|
|
8154
|
+
|
|
8155
|
+
var VeltActivityLogListItemIcon = function (props) {
|
|
8156
|
+
var defaultCondition = props.defaultCondition, activityRecord = props.activityRecord, children = props.children;
|
|
8157
|
+
var ref = useRef(null);
|
|
8158
|
+
return (React.createElement("velt-activity-log-list-item-icon", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "activity-record": activityRecord }, children));
|
|
8159
|
+
};
|
|
8160
|
+
|
|
8161
|
+
var VeltActivityLogListItemTime = function (props) {
|
|
8162
|
+
var defaultCondition = props.defaultCondition, activityRecord = props.activityRecord, children = props.children;
|
|
8163
|
+
var ref = useRef(null);
|
|
8164
|
+
return (React.createElement("velt-activity-log-list-item-time", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "activity-record": activityRecord }, children));
|
|
8165
|
+
};
|
|
8166
|
+
|
|
8167
|
+
var VeltActivityLogListItemContent = function (props) {
|
|
8168
|
+
var defaultCondition = props.defaultCondition, activityRecord = props.activityRecord, children = props.children;
|
|
8169
|
+
var ref = useRef(null);
|
|
8170
|
+
return (React.createElement("velt-activity-log-list-item-content", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "activity-record": activityRecord }, children));
|
|
8171
|
+
};
|
|
8172
|
+
|
|
8173
|
+
var VeltActivityLogListItemContentUser = function (props) {
|
|
8174
|
+
var defaultCondition = props.defaultCondition, activityRecord = props.activityRecord, children = props.children;
|
|
8175
|
+
var ref = useRef(null);
|
|
8176
|
+
return (React.createElement("velt-activity-log-list-item-content-user", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "activity-record": activityRecord }, children));
|
|
8177
|
+
};
|
|
8178
|
+
|
|
8179
|
+
var VeltActivityLogListItemContentAction = function (props) {
|
|
8180
|
+
var defaultCondition = props.defaultCondition, activityRecord = props.activityRecord, children = props.children;
|
|
8181
|
+
var ref = useRef(null);
|
|
8182
|
+
return (React.createElement("velt-activity-log-list-item-content-action", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "activity-record": activityRecord }, children));
|
|
8183
|
+
};
|
|
8184
|
+
|
|
8185
|
+
var VeltActivityLogListItemContentTarget = function (props) {
|
|
8186
|
+
var defaultCondition = props.defaultCondition, activityRecord = props.activityRecord, children = props.children;
|
|
8187
|
+
var ref = useRef(null);
|
|
8188
|
+
return (React.createElement("velt-activity-log-list-item-content-target", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "activity-record": activityRecord }, children));
|
|
8189
|
+
};
|
|
8190
|
+
|
|
8191
|
+
var VeltActivityLogListItemContentDetail = function (props) {
|
|
8192
|
+
var defaultCondition = props.defaultCondition, activityRecord = props.activityRecord, children = props.children;
|
|
8193
|
+
var ref = useRef(null);
|
|
8194
|
+
return (React.createElement("velt-activity-log-list-item-content-detail", { ref: ref, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "activity-record": activityRecord }, children));
|
|
8195
|
+
};
|
|
8196
|
+
|
|
8197
|
+
var VeltActivityLogHeaderTitleWireframe = function (props) {
|
|
8198
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8199
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8200
|
+
return (React.createElement("velt-activity-log-header-title-wireframe", __assign({}, transformedProps), children));
|
|
8201
|
+
};
|
|
8202
|
+
|
|
8203
|
+
var VeltActivityLogHeaderFilterTriggerIconWireframe = function (props) {
|
|
8204
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8205
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8206
|
+
return (React.createElement("velt-activity-log-header-filter-trigger-icon-wireframe", __assign({}, transformedProps), children));
|
|
8207
|
+
};
|
|
8208
|
+
|
|
8209
|
+
var VeltActivityLogHeaderFilterTriggerLabelWireframe = function (props) {
|
|
8210
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8211
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8212
|
+
return (React.createElement("velt-activity-log-header-filter-trigger-label-wireframe", __assign({}, transformedProps), children));
|
|
8213
|
+
};
|
|
8214
|
+
|
|
8215
|
+
var VeltActivityLogHeaderFilterTriggerWireframe = function (props) {
|
|
8216
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8217
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8218
|
+
return (React.createElement("velt-activity-log-header-filter-trigger-wireframe", __assign({}, transformedProps), children));
|
|
8219
|
+
};
|
|
8220
|
+
VeltActivityLogHeaderFilterTriggerWireframe.Icon = VeltActivityLogHeaderFilterTriggerIconWireframe;
|
|
8221
|
+
VeltActivityLogHeaderFilterTriggerWireframe.Label = VeltActivityLogHeaderFilterTriggerLabelWireframe;
|
|
8222
|
+
|
|
8223
|
+
var VeltActivityLogHeaderFilterContentItemIconWireframe = function (props) {
|
|
8224
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8225
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8226
|
+
return (React.createElement("velt-activity-log-header-filter-content-item-icon-wireframe", __assign({}, transformedProps), children));
|
|
8227
|
+
};
|
|
8228
|
+
|
|
8229
|
+
var VeltActivityLogHeaderFilterContentItemLabelWireframe = function (props) {
|
|
8230
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8231
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8232
|
+
return (React.createElement("velt-activity-log-header-filter-content-item-label-wireframe", __assign({}, transformedProps), children));
|
|
8233
|
+
};
|
|
8234
|
+
|
|
8235
|
+
var VeltActivityLogHeaderFilterContentItemWireframe = function (props) {
|
|
8236
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8237
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8238
|
+
return (React.createElement("velt-activity-log-header-filter-content-item-wireframe", __assign({}, transformedProps), children));
|
|
8239
|
+
};
|
|
8240
|
+
VeltActivityLogHeaderFilterContentItemWireframe.Icon = VeltActivityLogHeaderFilterContentItemIconWireframe;
|
|
8241
|
+
VeltActivityLogHeaderFilterContentItemWireframe.Label = VeltActivityLogHeaderFilterContentItemLabelWireframe;
|
|
8242
|
+
|
|
8243
|
+
var VeltActivityLogHeaderFilterContentWireframe = function (props) {
|
|
8244
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8245
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8246
|
+
return (React.createElement("velt-activity-log-header-filter-content-wireframe", __assign({}, transformedProps), children));
|
|
8247
|
+
};
|
|
8248
|
+
VeltActivityLogHeaderFilterContentWireframe.Item = VeltActivityLogHeaderFilterContentItemWireframe;
|
|
8249
|
+
|
|
8250
|
+
var VeltActivityLogHeaderFilterWireframe = function (props) {
|
|
8251
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8252
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8253
|
+
return (React.createElement("velt-activity-log-header-filter-wireframe", __assign({}, transformedProps), children));
|
|
8254
|
+
};
|
|
8255
|
+
VeltActivityLogHeaderFilterWireframe.Trigger = VeltActivityLogHeaderFilterTriggerWireframe;
|
|
8256
|
+
VeltActivityLogHeaderFilterWireframe.Content = VeltActivityLogHeaderFilterContentWireframe;
|
|
8257
|
+
|
|
8258
|
+
var VeltActivityLogHeaderCloseButtonWireframe = function (props) {
|
|
8259
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8260
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8261
|
+
return (React.createElement("velt-activity-log-header-close-button-wireframe", __assign({}, transformedProps), children));
|
|
8262
|
+
};
|
|
8263
|
+
|
|
8264
|
+
var VeltActivityLogHeaderWireframe = function (props) {
|
|
8265
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8266
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8267
|
+
return (React.createElement("velt-activity-log-header-wireframe", __assign({}, transformedProps), children));
|
|
8268
|
+
};
|
|
8269
|
+
VeltActivityLogHeaderWireframe.Title = VeltActivityLogHeaderTitleWireframe;
|
|
8270
|
+
VeltActivityLogHeaderWireframe.Filter = VeltActivityLogHeaderFilterWireframe;
|
|
8271
|
+
VeltActivityLogHeaderWireframe.CloseButton = VeltActivityLogHeaderCloseButtonWireframe;
|
|
8272
|
+
|
|
8273
|
+
var VeltActivityLogListDateGroupLabelWireframe = function (props) {
|
|
8274
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8275
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8276
|
+
return (React.createElement("velt-activity-log-list-date-group-label-wireframe", __assign({}, transformedProps), children));
|
|
8277
|
+
};
|
|
8278
|
+
|
|
8279
|
+
var VeltActivityLogListDateGroupWireframe = function (props) {
|
|
8280
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8281
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8282
|
+
return (React.createElement("velt-activity-log-list-date-group-wireframe", __assign({}, transformedProps), children));
|
|
8283
|
+
};
|
|
8284
|
+
VeltActivityLogListDateGroupWireframe.Label = VeltActivityLogListDateGroupLabelWireframe;
|
|
8285
|
+
|
|
8286
|
+
var VeltActivityLogListItemIconWireframe = function (props) {
|
|
8287
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8288
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8289
|
+
return (React.createElement("velt-activity-log-list-item-icon-wireframe", __assign({}, transformedProps), children));
|
|
8290
|
+
};
|
|
8291
|
+
|
|
8292
|
+
var VeltActivityLogListItemAvatarWireframe = function (props) {
|
|
8293
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8294
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8295
|
+
return (React.createElement("velt-activity-log-list-item-avatar-wireframe", __assign({}, transformedProps), children));
|
|
8296
|
+
};
|
|
8297
|
+
|
|
8298
|
+
var VeltActivityLogListItemContentUserWireframe = function (props) {
|
|
8299
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8300
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8301
|
+
return (React.createElement("velt-activity-log-list-item-content-user-wireframe", __assign({}, transformedProps), children));
|
|
8302
|
+
};
|
|
8303
|
+
|
|
8304
|
+
var VeltActivityLogListItemContentActionWireframe = function (props) {
|
|
8305
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8306
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8307
|
+
return (React.createElement("velt-activity-log-list-item-content-action-wireframe", __assign({}, transformedProps), children));
|
|
8308
|
+
};
|
|
8309
|
+
|
|
8310
|
+
var VeltActivityLogListItemContentTargetWireframe = function (props) {
|
|
8311
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8312
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8313
|
+
return (React.createElement("velt-activity-log-list-item-content-target-wireframe", __assign({}, transformedProps), children));
|
|
8314
|
+
};
|
|
8315
|
+
|
|
8316
|
+
var VeltActivityLogListItemContentDetailWireframe = function (props) {
|
|
8317
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8318
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8319
|
+
return (React.createElement("velt-activity-log-list-item-content-detail-wireframe", __assign({}, transformedProps), children));
|
|
8320
|
+
};
|
|
8321
|
+
|
|
8322
|
+
var VeltActivityLogListItemContentWireframe = function (props) {
|
|
8323
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8324
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8325
|
+
return (React.createElement("velt-activity-log-list-item-content-wireframe", __assign({}, transformedProps), children));
|
|
8326
|
+
};
|
|
8327
|
+
VeltActivityLogListItemContentWireframe.User = VeltActivityLogListItemContentUserWireframe;
|
|
8328
|
+
VeltActivityLogListItemContentWireframe.Action = VeltActivityLogListItemContentActionWireframe;
|
|
8329
|
+
VeltActivityLogListItemContentWireframe.Target = VeltActivityLogListItemContentTargetWireframe;
|
|
8330
|
+
VeltActivityLogListItemContentWireframe.Detail = VeltActivityLogListItemContentDetailWireframe;
|
|
8331
|
+
|
|
8332
|
+
var VeltActivityLogListItemTimeWireframe = function (props) {
|
|
8333
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8334
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8335
|
+
return (React.createElement("velt-activity-log-list-item-time-wireframe", __assign({}, transformedProps), children));
|
|
8336
|
+
};
|
|
8337
|
+
|
|
8338
|
+
var VeltActivityLogListItemWireframe = function (props) {
|
|
8339
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8340
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8341
|
+
return (React.createElement("velt-activity-log-list-item-wireframe", __assign({}, transformedProps), children));
|
|
8342
|
+
};
|
|
8343
|
+
VeltActivityLogListItemWireframe.Icon = VeltActivityLogListItemIconWireframe;
|
|
8344
|
+
VeltActivityLogListItemWireframe.Avatar = VeltActivityLogListItemAvatarWireframe;
|
|
8345
|
+
VeltActivityLogListItemWireframe.Content = VeltActivityLogListItemContentWireframe;
|
|
8346
|
+
VeltActivityLogListItemWireframe.Time = VeltActivityLogListItemTimeWireframe;
|
|
8347
|
+
|
|
8348
|
+
var VeltActivityLogListShowMoreWireframe = function (props) {
|
|
8349
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8350
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8351
|
+
return (React.createElement("velt-activity-log-list-show-more-wireframe", __assign({}, transformedProps), children));
|
|
8352
|
+
};
|
|
8353
|
+
|
|
8354
|
+
var VeltActivityLogListWireframe = function (props) {
|
|
8355
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8356
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8357
|
+
return (React.createElement("velt-activity-log-list-wireframe", __assign({}, transformedProps), children));
|
|
8358
|
+
};
|
|
8359
|
+
VeltActivityLogListWireframe.DateGroup = VeltActivityLogListDateGroupWireframe;
|
|
8360
|
+
VeltActivityLogListWireframe.Item = VeltActivityLogListItemWireframe;
|
|
8361
|
+
VeltActivityLogListWireframe.ShowMore = VeltActivityLogListShowMoreWireframe;
|
|
8362
|
+
|
|
8363
|
+
var VeltActivityLogLoadingWireframe = function (props) {
|
|
8364
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8365
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8366
|
+
return (React.createElement("velt-activity-log-loading-wireframe", __assign({}, transformedProps), children));
|
|
8367
|
+
};
|
|
8368
|
+
|
|
8369
|
+
var VeltActivityLogEmptyWireframe = function (props) {
|
|
8370
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8371
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8372
|
+
return (React.createElement("velt-activity-log-empty-wireframe", __assign({}, transformedProps), children));
|
|
8373
|
+
};
|
|
8374
|
+
|
|
8375
|
+
var VeltActivityLogWireframe = function (props) {
|
|
8376
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
8377
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
8378
|
+
return (React.createElement("velt-activity-log-wireframe", __assign({}, transformedProps), children));
|
|
8379
|
+
};
|
|
8380
|
+
VeltActivityLogWireframe.Header = VeltActivityLogHeaderWireframe;
|
|
8381
|
+
VeltActivityLogWireframe.List = VeltActivityLogListWireframe;
|
|
8382
|
+
VeltActivityLogWireframe.Loading = VeltActivityLogLoadingWireframe;
|
|
8383
|
+
VeltActivityLogWireframe.Empty = VeltActivityLogEmptyWireframe;
|
|
8384
|
+
|
|
7281
8385
|
function useClient() {
|
|
7282
8386
|
var client = useVeltClient().client;
|
|
7283
8387
|
var _a = React.useState(), veltClient = _a[0], setVeltClient = _a[1];
|
|
@@ -9175,6 +10279,48 @@ function useCrdtEventCallback(action) {
|
|
|
9175
10279
|
return data;
|
|
9176
10280
|
}
|
|
9177
10281
|
|
|
10282
|
+
function useActivityUtils() {
|
|
10283
|
+
var _a = React.useState(), activityElement = _a[0], setActivityElement = _a[1];
|
|
10284
|
+
var client = useVeltClient().client;
|
|
10285
|
+
React.useEffect(function () {
|
|
10286
|
+
if (!client || activityElement)
|
|
10287
|
+
return;
|
|
10288
|
+
var loadedActivityElement = client.getActivityElement();
|
|
10289
|
+
setActivityElement(loadedActivityElement);
|
|
10290
|
+
}, [client, setActivityElement, activityElement]);
|
|
10291
|
+
return activityElement;
|
|
10292
|
+
}
|
|
10293
|
+
function useAllActivities(config) {
|
|
10294
|
+
var activityElement = useActivityUtils();
|
|
10295
|
+
var _a = useState(null), data = _a[0], setData = _a[1];
|
|
10296
|
+
var subscriptionRef = useRef();
|
|
10297
|
+
// Memoize the inputs
|
|
10298
|
+
var memoizedConfig = React.useMemo(function () {
|
|
10299
|
+
return config;
|
|
10300
|
+
}, [JSON.stringify(config)]);
|
|
10301
|
+
React.useEffect(function () {
|
|
10302
|
+
if (!activityElement)
|
|
10303
|
+
return;
|
|
10304
|
+
// Unsubscribe from the previous subscription if it exists
|
|
10305
|
+
if (subscriptionRef.current) {
|
|
10306
|
+
subscriptionRef.current.unsubscribe();
|
|
10307
|
+
}
|
|
10308
|
+
var subscription = activityElement.getAllActivities(memoizedConfig)
|
|
10309
|
+
.subscribe(function (activities) {
|
|
10310
|
+
setData(activities);
|
|
10311
|
+
});
|
|
10312
|
+
// Store the new subscription
|
|
10313
|
+
subscriptionRef.current = subscription;
|
|
10314
|
+
// Cleanup function
|
|
10315
|
+
return function () {
|
|
10316
|
+
if (subscriptionRef.current) {
|
|
10317
|
+
subscriptionRef.current.unsubscribe();
|
|
10318
|
+
}
|
|
10319
|
+
};
|
|
10320
|
+
}, [activityElement === null || activityElement === void 0 ? void 0 : activityElement.getAllActivities, memoizedConfig]);
|
|
10321
|
+
return data;
|
|
10322
|
+
}
|
|
10323
|
+
|
|
9178
10324
|
var sessionId = Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
|
|
9179
10325
|
var getSessionId = function () {
|
|
9180
10326
|
return (sessionStorage === null || sessionStorage === void 0 ? void 0 : sessionStorage.getItem(VELT_TAB_ID)) || sessionId;
|
|
@@ -9311,5 +10457,5 @@ var logLiveState = function (action, liveStateDataId) {
|
|
|
9311
10457
|
}
|
|
9312
10458
|
};
|
|
9313
10459
|
|
|
9314
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment$1 as VeltCommentDialogAllComment, VeltCommentDialogApprove$1 as VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu$1 as VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner$1 as VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton$1 as VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton$1 as VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar$1 as VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName$1 as VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody$1 as VeltCommentDialogBody, VeltCommentDialogCloseButton$1 as VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory$1 as VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex$1 as VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber$1 as VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus$1 as VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer$1 as VeltCommentDialogComposer, VeltCommentDialogComposerActionButton$1 as VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser$1 as VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments$1 as VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage$1 as VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete$1 as VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading$1 as VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview$1 as VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid$1 as VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem$1 as VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete$1 as VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage$1 as VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview$1 as VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther$1 as VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete$1 as VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon$1 as VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading$1 as VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName$1 as VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize$1 as VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected$1 as VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar$1 as VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar$1 as VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton$1 as VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput$1 as VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge$1 as VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings$1 as VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink$1 as VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown$1 as VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent$1 as VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem$1 as VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon$1 as VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel$1 as VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger$1 as VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow$1 as VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList$1 as VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem$1 as VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder$1 as VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount$1 as VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton$1 as VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner$1 as VeltCommentDialogGhostBanner, VeltCommentDialogHeader$1 as VeltCommentDialogHeader, VeltCommentDialogHideReply$1 as VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply$1 as VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton$1 as VeltCommentDialogNavigationButton, VeltCommentDialogOptions$1 as VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority$1 as VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner$1 as VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars$1 as VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList$1 as VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem$1 as VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount$1 as VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton$1 as VeltCommentDialogResolveButton, VeltCommentDialogSignIn$1 as VeltCommentDialogSignIn, VeltCommentDialogStatus$1 as VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction$1 as VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept$1 as VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject$1 as VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard$1 as VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments$1 as VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage$1 as VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete$1 as VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload$1 as VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview$1 as VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther$1 as VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete$1 as VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload$1 as VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon$1 as VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName$1 as VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize$1 as VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar$1 as VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType$1 as VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft$1 as VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited$1 as VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage$1 as VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName$1 as VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions$1 as VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool$1 as VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions$1 as VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings$1 as VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply$1 as VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown$1 as VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent$1 as VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem$1 as VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar$1 as VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName$1 as VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime$1 as VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems$1 as VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle$1 as VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger$1 as VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime$1 as VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread$1 as VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads$1 as VeltCommentDialogThreads, VeltCommentDialogToggleReply$1 as VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount$1 as VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon$1 as VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText$1 as VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton$1 as VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade$1 as VeltCommentDialogUpgrade, 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 };
|
|
10460
|
+
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, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment$1 as VeltCommentDialogAllComment, VeltCommentDialogApprove$1 as VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu$1 as VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner$1 as VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton$1 as VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton$1 as VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar$1 as VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName$1 as VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody$1 as VeltCommentDialogBody, VeltCommentDialogCloseButton$1 as VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory$1 as VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex$1 as VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber$1 as VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus$1 as VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer$1 as VeltCommentDialogComposer, VeltCommentDialogComposerActionButton$1 as VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser$1 as VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments$1 as VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage$1 as VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete$1 as VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading$1 as VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview$1 as VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid$1 as VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem$1 as VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete$1 as VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage$1 as VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview$1 as VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther$1 as VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete$1 as VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon$1 as VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading$1 as VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName$1 as VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize$1 as VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected$1 as VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar$1 as VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar$1 as VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton$1 as VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput$1 as VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge$1 as VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings$1 as VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink$1 as VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown$1 as VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent$1 as VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem$1 as VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon$1 as VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel$1 as VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger$1 as VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow$1 as VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList$1 as VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem$1 as VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder$1 as VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount$1 as VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton$1 as VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner$1 as VeltCommentDialogGhostBanner, VeltCommentDialogHeader$1 as VeltCommentDialogHeader, VeltCommentDialogHideReply$1 as VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply$1 as VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton$1 as VeltCommentDialogNavigationButton, VeltCommentDialogOptions$1 as VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority$1 as VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner$1 as VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars$1 as VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList$1 as VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem$1 as VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount$1 as VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton$1 as VeltCommentDialogResolveButton, VeltCommentDialogSignIn$1 as VeltCommentDialogSignIn, VeltCommentDialogStatus$1 as VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction$1 as VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept$1 as VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject$1 as VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard$1 as VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments$1 as VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage$1 as VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete$1 as VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload$1 as VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview$1 as VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther$1 as VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete$1 as VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload$1 as VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon$1 as VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName$1 as VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize$1 as VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar$1 as VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType$1 as VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft$1 as VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited$1 as VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage$1 as VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName$1 as VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions$1 as VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool$1 as VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions$1 as VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings$1 as VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply$1 as VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown$1 as VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent$1 as VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem$1 as VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar$1 as VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName$1 as VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime$1 as VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems$1 as VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle$1 as VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger$1 as VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime$1 as VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread$1 as VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads$1 as VeltCommentDialogThreads, VeltCommentDialogToggleReply$1 as VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount$1 as VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon$1 as VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText$1 as VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton$1 as VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade$1 as VeltCommentDialogUpgrade, VeltCommentDialogVisibilityBanner$1 as VeltCommentDialogVisibilityBanner, VeltCommentDialogVisibilityBannerDropdown$1 as VeltCommentDialogVisibilityBannerDropdown, VeltCommentDialogVisibilityBannerDropdownContent$1 as VeltCommentDialogVisibilityBannerDropdownContent, VeltCommentDialogVisibilityBannerDropdownContentItem$1 as VeltCommentDialogVisibilityBannerDropdownContentItem, VeltCommentDialogVisibilityBannerDropdownContentItemIcon$1 as VeltCommentDialogVisibilityBannerDropdownContentItemIcon, VeltCommentDialogVisibilityBannerDropdownContentItemLabel$1 as VeltCommentDialogVisibilityBannerDropdownContentItemLabel, VeltCommentDialogVisibilityBannerDropdownContentUserPicker$1 as VeltCommentDialogVisibilityBannerDropdownContentUserPicker, VeltCommentDialogVisibilityBannerDropdownTrigger$1 as VeltCommentDialogVisibilityBannerDropdownTrigger, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount, VeltCommentDialogVisibilityBannerDropdownTriggerIcon$1 as VeltCommentDialogVisibilityBannerDropdownTriggerIcon, VeltCommentDialogVisibilityBannerDropdownTriggerLabel$1 as VeltCommentDialogVisibilityBannerDropdownTriggerLabel, VeltCommentDialogVisibilityBannerIcon$1 as VeltCommentDialogVisibilityBannerIcon, VeltCommentDialogVisibilityBannerText$1 as VeltCommentDialogVisibilityBannerText, VeltCommentDialogVisibilityDropdown$1 as 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, VeltCommentsSidebarV2, VeltCommentsSidebarV2CloseButton$1 as VeltCommentsSidebarV2CloseButton, VeltCommentsSidebarV2EmptyPlaceholder$1 as VeltCommentsSidebarV2EmptyPlaceholder, VeltCommentsSidebarV2FilterDropdown$1 as VeltCommentsSidebarV2FilterDropdown, VeltCommentsSidebarV2FilterDropdownContent$1 as VeltCommentsSidebarV2FilterDropdownContent, VeltCommentsSidebarV2FilterDropdownContentList$1 as VeltCommentsSidebarV2FilterDropdownContentList, VeltCommentsSidebarV2FilterDropdownContentListCategory$1 as VeltCommentsSidebarV2FilterDropdownContentListCategory, VeltCommentsSidebarV2FilterDropdownContentListCategoryContent$1 as VeltCommentsSidebarV2FilterDropdownContentListCategoryContent, VeltCommentsSidebarV2FilterDropdownContentListItem$1 as VeltCommentsSidebarV2FilterDropdownContentListItem, VeltCommentsSidebarV2FilterDropdownContentListItemIndicator$1 as VeltCommentsSidebarV2FilterDropdownContentListItemIndicator, VeltCommentsSidebarV2FilterDropdownContentListItemLabel$1 as VeltCommentsSidebarV2FilterDropdownContentListItemLabel, VeltCommentsSidebarV2FilterDropdownTrigger$1 as VeltCommentsSidebarV2FilterDropdownTrigger, VeltCommentsSidebarV2FocusedThread$1 as VeltCommentsSidebarV2FocusedThread, VeltCommentsSidebarV2FocusedThreadBackButton$1 as VeltCommentsSidebarV2FocusedThreadBackButton, VeltCommentsSidebarV2FocusedThreadDialogContainer$1 as VeltCommentsSidebarV2FocusedThreadDialogContainer, VeltCommentsSidebarV2Header$1 as VeltCommentsSidebarV2Header, VeltCommentsSidebarV2List$1 as VeltCommentsSidebarV2List, VeltCommentsSidebarV2ListItem$1 as VeltCommentsSidebarV2ListItem, VeltCommentsSidebarV2MinimalActionsDropdown$1 as VeltCommentsSidebarV2MinimalActionsDropdown, VeltCommentsSidebarV2MinimalActionsDropdownContent$1 as VeltCommentsSidebarV2MinimalActionsDropdownContent, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead$1 as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved$1 as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved, VeltCommentsSidebarV2MinimalActionsDropdownTrigger$1 as VeltCommentsSidebarV2MinimalActionsDropdownTrigger, VeltCommentsSidebarV2PageModeComposer$1 as VeltCommentsSidebarV2PageModeComposer, VeltCommentsSidebarV2Panel$1 as VeltCommentsSidebarV2Panel, VeltCommentsSidebarV2ResetFilterButton$1 as VeltCommentsSidebarV2ResetFilterButton, VeltCommentsSidebarV2Skeleton$1 as VeltCommentsSidebarV2Skeleton, VeltCommentsSidebarV2Wireframe, 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, 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 };
|
|
9315
10461
|
//# sourceMappingURL=index.js.map
|