@veltdev/react 4.7.8 → 5.0.0-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 +1177 -32
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +0 -1
- package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +1 -2
- package/cjs/types/components/VeltCommentComposer/VeltCommentComposer.d.ts +1 -1
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialog.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAllComment/VeltCommentDialogAllComment.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAllComment/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogApprove/VeltCommentDialogApprove.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogApprove/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssignDropdown/VeltCommentDialogAssignDropdown.d.ts +13 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssignDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssignMenu/VeltCommentDialogAssignMenu.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssignMenu/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBanner.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/VeltCommentDialogAssigneeBannerResolveButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/VeltCommentDialogAssigneeBannerUnresolveButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/VeltCommentDialogAssigneeBannerUserAvatar.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/VeltCommentDialogAssigneeBannerUserName.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAttachmentButton/VeltCommentDialogAttachmentButton.d.ts +17 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAttachmentButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogBody/VeltCommentDialogBody.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogBody/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCloseButton/VeltCommentDialogCloseButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentCategory/VeltCommentDialogCommentCategory.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentCategory/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentIndex/VeltCommentDialogCommentIndex.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentIndex/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentNumber/VeltCommentDialogCommentNumber.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentNumber/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentSuggestionStatus/VeltCommentDialogCommentSuggestionStatus.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentSuggestionStatus/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +17 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/VeltCommentDialogComposerActionButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/VeltCommentDialogComposerAssignUser.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachments.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImage.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDelete/VeltCommentDialogComposerAttachmentsImageDelete.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDelete/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageLoading/VeltCommentDialogComposerAttachmentsImageLoading.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageLoading/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImagePreview/VeltCommentDialogComposerAttachmentsImagePreview.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImagePreview/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalid.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemDelete/VeltCommentDialogComposerAttachmentsInvalidItemDelete.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemDelete/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemMessage/VeltCommentDialogComposerAttachmentsInvalidItemMessage.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemMessage/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemPreview/VeltCommentDialogComposerAttachmentsInvalidItemPreview.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemPreview/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOther.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDelete/VeltCommentDialogComposerAttachmentsOtherDelete.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDelete/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherIcon/VeltCommentDialogComposerAttachmentsOtherIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherLoading/VeltCommentDialogComposerAttachmentsOtherLoading.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherLoading/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherName/VeltCommentDialogComposerAttachmentsOtherName.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherSize/VeltCommentDialogComposerAttachmentsOtherSize.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherSize/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsSelected/VeltCommentDialogComposerAttachmentsSelected.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsSelected/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/VeltCommentDialogComposerAvatar.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput/VeltCommentDialogComposerInput.d.ts +15 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerPrivateBadge/VeltCommentDialogComposerPrivateBadge.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerPrivateBadge/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/VeltCommentDialogComposerRecordings.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogContextWrapper/VeltCommentDialogContextWrapper.d.ts +7 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogContextWrapper/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCopyLink/VeltCommentDialogCopyLink.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCopyLink/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdown.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContent.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/VeltCommentDialogCustomAnnotationDropdownContentItemIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/VeltCommentDialogCustomAnnotationDropdownContentItemLabel.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/VeltCommentDialogCustomAnnotationDropdownTriggerArrow.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerList.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/VeltCommentDialogCustomAnnotationDropdownTriggerListItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogDeleteButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogDeviceTypeIcons/VeltCommentDialogDeviceTypeIcons.d.ts +9 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogDeviceTypeIcons/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogGhostBanner/VeltCommentDialogGhostBanner.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogGhostBanner/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogHeader/VeltCommentDialogHeader.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogHeader/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogHideReply/VeltCommentDialogHideReply.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogHideReply/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogMetadata/VeltCommentDialogMetadata.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogMetadata/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogMoreReply/VeltCommentDialogMoreReply.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogMoreReply/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogNavigationButton/VeltCommentDialogNavigationButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogNavigationButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptions/VeltCommentDialogOptions.d.ts +9 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptions/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdown.d.ts +21 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContent.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentAssign/VeltCommentDialogOptionsDropdownContentAssign.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentAssign/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDelete.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteComment/VeltCommentDialogOptionsDropdownContentDeleteComment.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteComment/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteThread/VeltCommentDialogOptionsDropdownContentDeleteThread.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteThread/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentEdit/VeltCommentDialogOptionsDropdownContentEdit.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentEdit/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivate.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateDisable/VeltCommentDialogOptionsDropdownContentMakePrivateDisable.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateDisable/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateEnable/VeltCommentDialogOptionsDropdownContentMakePrivateEnable.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateEnable/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsRead.d.ts +9 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotification.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationSubscribe/VeltCommentDialogOptionsDropdownContentNotificationSubscribe.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationSubscribe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownTrigger/VeltCommentDialogOptionsDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriority/VeltCommentDialogPriority.d.ts +9 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriority/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdown.d.ts +9 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContent.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemIcon/VeltCommentDialogPriorityDropdownContentItemIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemName/VeltCommentDialogPriorityDropdownContentItemName.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemTick/VeltCommentDialogPriorityDropdownContentItemTick.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemTick/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerArrow/VeltCommentDialogPriorityDropdownTriggerArrow.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerArrow/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerIcon/VeltCommentDialogPriorityDropdownTriggerIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerName/VeltCommentDialogPriorityDropdownTriggerName.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPrivateBanner/VeltCommentDialogPrivateBanner.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPrivateBanner/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPrivateButton/VeltCommentDialogPrivateButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPrivateButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatars.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsList.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/VeltCommentDialogReplyAvatarsListItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/VeltCommentDialogReplyAvatarsRemainingCount.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogResolveButton/VeltCommentDialogResolveButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogResolveButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSignIn/VeltCommentDialogSignIn.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSignIn/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatus/VeltCommentDialogStatus.d.ts +9 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatus/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdown.d.ts +13 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContent.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemIcon/VeltCommentDialogStatusDropdownContentItemIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemName/VeltCommentDialogStatusDropdownContentItemName.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerArrow/VeltCommentDialogStatusDropdownTriggerArrow.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerArrow/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerIcon/VeltCommentDialogStatusDropdownTriggerIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerName/VeltCommentDialogStatusDropdownTriggerName.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionAction.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/VeltCommentDialogSuggestionActionAccept.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/VeltCommentDialogSuggestionActionReject.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachments.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImage.d.ts +13 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDelete/VeltCommentDialogThreadCardAttachmentsImageDelete.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDelete/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDownload/VeltCommentDialogThreadCardAttachmentsImageDownload.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDownload/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImagePreview/VeltCommentDialogThreadCardAttachmentsImagePreview.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImagePreview/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOther.d.ts +13 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDelete/VeltCommentDialogThreadCardAttachmentsOtherDelete.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDelete/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDownload/VeltCommentDialogThreadCardAttachmentsOtherDownload.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDownload/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherIcon/VeltCommentDialogThreadCardAttachmentsOtherIcon.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherName/VeltCommentDialogThreadCardAttachmentsOtherName.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherSize/VeltCommentDialogThreadCardAttachmentsOtherSize.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherSize/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/VeltCommentDialogThreadCardAvatar.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/VeltCommentDialogThreadCardDeviceType.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/VeltCommentDialogThreadCardDraft.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/VeltCommentDialogThreadCardEdited.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessage.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/VeltCommentDialogThreadCardName.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/VeltCommentDialogThreadCardOptions.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/VeltCommentDialogThreadCardRecordings.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReply/VeltCommentDialogThreadCardReply.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReply/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdown.d.ts +14 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContent.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemName/VeltCommentDialogThreadCardSeenDropdownContentItemName.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemTime/VeltCommentDialogThreadCardSeenDropdownContentItemTime.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemTime/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItems.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentTitle/VeltCommentDialogThreadCardSeenDropdownContentTitle.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentTitle/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownTrigger/VeltCommentDialogThreadCardSeenDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/VeltCommentDialogThreadCardTime.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardUnread/VeltCommentDialogThreadCardUnread.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardUnread/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreads/VeltCommentDialogThreads.d.ts +9 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreads/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReply.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyCount/VeltCommentDialogToggleReplyCount.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyIcon/VeltCommentDialogToggleReplyIcon.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyText/VeltCommentDialogToggleReplyText.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyText/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogUnresolveButton/VeltCommentDialogUnresolveButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogUnresolveButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogUpgrade/VeltCommentDialogUpgrade.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialog/VeltCommentDialogUpgrade/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialog/index.d.ts +69 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +0 -4
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool.d.ts +0 -1
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions.d.ts +0 -1
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContent.d.ts +0 -2
- package/cjs/types/components/index.d.ts +153 -0
- package/cjs/types/constants.d.ts +1 -1
- package/cjs/types/hooks/CommentElement.d.ts +4 -1
- package/cjs/types/hooks/index.d.ts +1 -1
- package/esm/index.js +1024 -33
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +0 -1
- package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +1 -2
- package/esm/types/components/VeltCommentComposer/VeltCommentComposer.d.ts +1 -1
- package/esm/types/components/VeltCommentDialog/VeltCommentDialog.d.ts +12 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAllComment/VeltCommentDialogAllComment.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAllComment/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogApprove/VeltCommentDialogApprove.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogApprove/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssignDropdown/VeltCommentDialogAssignDropdown.d.ts +13 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssignDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssignMenu/VeltCommentDialogAssignMenu.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssignMenu/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBanner.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/VeltCommentDialogAssigneeBannerResolveButton.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/VeltCommentDialogAssigneeBannerUnresolveButton.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/VeltCommentDialogAssigneeBannerUserAvatar.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/VeltCommentDialogAssigneeBannerUserName.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAttachmentButton/VeltCommentDialogAttachmentButton.d.ts +17 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogAttachmentButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogBody/VeltCommentDialogBody.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogBody/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCloseButton/VeltCommentDialogCloseButton.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentCategory/VeltCommentDialogCommentCategory.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentCategory/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentIndex/VeltCommentDialogCommentIndex.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentIndex/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentNumber/VeltCommentDialogCommentNumber.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentNumber/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentSuggestionStatus/VeltCommentDialogCommentSuggestionStatus.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentSuggestionStatus/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +17 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/VeltCommentDialogComposerActionButton.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/VeltCommentDialogComposerAssignUser.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachments.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImage.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDelete/VeltCommentDialogComposerAttachmentsImageDelete.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDelete/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageLoading/VeltCommentDialogComposerAttachmentsImageLoading.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageLoading/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImagePreview/VeltCommentDialogComposerAttachmentsImagePreview.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImagePreview/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalid.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItem.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemDelete/VeltCommentDialogComposerAttachmentsInvalidItemDelete.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemDelete/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemMessage/VeltCommentDialogComposerAttachmentsInvalidItemMessage.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemMessage/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemPreview/VeltCommentDialogComposerAttachmentsInvalidItemPreview.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemPreview/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOther.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDelete/VeltCommentDialogComposerAttachmentsOtherDelete.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDelete/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherIcon/VeltCommentDialogComposerAttachmentsOtherIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherLoading/VeltCommentDialogComposerAttachmentsOtherLoading.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherLoading/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherName/VeltCommentDialogComposerAttachmentsOtherName.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherSize/VeltCommentDialogComposerAttachmentsOtherSize.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherSize/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsSelected/VeltCommentDialogComposerAttachmentsSelected.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsSelected/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/VeltCommentDialogComposerAvatar.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput/VeltCommentDialogComposerInput.d.ts +15 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerPrivateBadge/VeltCommentDialogComposerPrivateBadge.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerPrivateBadge/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/VeltCommentDialogComposerRecordings.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogContextWrapper/VeltCommentDialogContextWrapper.d.ts +7 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogContextWrapper/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCopyLink/VeltCommentDialogCopyLink.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCopyLink/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdown.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContent.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItem.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/VeltCommentDialogCustomAnnotationDropdownContentItemIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/VeltCommentDialogCustomAnnotationDropdownContentItemLabel.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/VeltCommentDialogCustomAnnotationDropdownTriggerArrow.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerList.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/VeltCommentDialogCustomAnnotationDropdownTriggerListItem.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogDeleteButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogDeviceTypeIcons/VeltCommentDialogDeviceTypeIcons.d.ts +9 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogDeviceTypeIcons/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogGhostBanner/VeltCommentDialogGhostBanner.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogGhostBanner/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogHeader/VeltCommentDialogHeader.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogHeader/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogHideReply/VeltCommentDialogHideReply.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogHideReply/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogMetadata/VeltCommentDialogMetadata.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogMetadata/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogMoreReply/VeltCommentDialogMoreReply.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogMoreReply/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogNavigationButton/VeltCommentDialogNavigationButton.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogNavigationButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptions/VeltCommentDialogOptions.d.ts +9 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptions/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdown.d.ts +21 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContent.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentAssign/VeltCommentDialogOptionsDropdownContentAssign.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentAssign/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDelete.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteComment/VeltCommentDialogOptionsDropdownContentDeleteComment.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteComment/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteThread/VeltCommentDialogOptionsDropdownContentDeleteThread.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteThread/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentEdit/VeltCommentDialogOptionsDropdownContentEdit.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentEdit/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivate.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateDisable/VeltCommentDialogOptionsDropdownContentMakePrivateDisable.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateDisable/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateEnable/VeltCommentDialogOptionsDropdownContentMakePrivateEnable.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateEnable/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsRead.d.ts +9 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotification.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationSubscribe/VeltCommentDialogOptionsDropdownContentNotificationSubscribe.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationSubscribe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownTrigger/VeltCommentDialogOptionsDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriority/VeltCommentDialogPriority.d.ts +9 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriority/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdown.d.ts +9 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContent.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItem.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemIcon/VeltCommentDialogPriorityDropdownContentItemIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemName/VeltCommentDialogPriorityDropdownContentItemName.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemTick/VeltCommentDialogPriorityDropdownContentItemTick.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemTick/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerArrow/VeltCommentDialogPriorityDropdownTriggerArrow.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerArrow/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerIcon/VeltCommentDialogPriorityDropdownTriggerIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerName/VeltCommentDialogPriorityDropdownTriggerName.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPrivateBanner/VeltCommentDialogPrivateBanner.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPrivateBanner/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPrivateButton/VeltCommentDialogPrivateButton.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogPrivateButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatars.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsList.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/VeltCommentDialogReplyAvatarsListItem.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/VeltCommentDialogReplyAvatarsRemainingCount.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogResolveButton/VeltCommentDialogResolveButton.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogResolveButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogSignIn/VeltCommentDialogSignIn.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogSignIn/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatus/VeltCommentDialogStatus.d.ts +9 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatus/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdown.d.ts +13 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContent.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItem.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemIcon/VeltCommentDialogStatusDropdownContentItemIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemName/VeltCommentDialogStatusDropdownContentItemName.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerArrow/VeltCommentDialogStatusDropdownTriggerArrow.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerArrow/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerIcon/VeltCommentDialogStatusDropdownTriggerIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerName/VeltCommentDialogStatusDropdownTriggerName.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionAction.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/VeltCommentDialogSuggestionActionAccept.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/VeltCommentDialogSuggestionActionReject.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachments.d.ts +12 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImage.d.ts +13 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDelete/VeltCommentDialogThreadCardAttachmentsImageDelete.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDelete/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDownload/VeltCommentDialogThreadCardAttachmentsImageDownload.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDownload/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImagePreview/VeltCommentDialogThreadCardAttachmentsImagePreview.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImagePreview/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOther.d.ts +13 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDelete/VeltCommentDialogThreadCardAttachmentsOtherDelete.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDelete/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDownload/VeltCommentDialogThreadCardAttachmentsOtherDownload.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDownload/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherIcon/VeltCommentDialogThreadCardAttachmentsOtherIcon.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherName/VeltCommentDialogThreadCardAttachmentsOtherName.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherSize/VeltCommentDialogThreadCardAttachmentsOtherSize.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherSize/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/VeltCommentDialogThreadCardAvatar.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/VeltCommentDialogThreadCardDeviceType.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/VeltCommentDialogThreadCardDraft.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/VeltCommentDialogThreadCardEdited.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessage.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/VeltCommentDialogThreadCardName.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/VeltCommentDialogThreadCardOptions.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool.d.ts +12 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/VeltCommentDialogThreadCardRecordings.d.ts +12 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReply/VeltCommentDialogThreadCardReply.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReply/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdown.d.ts +14 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContent.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItem.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemName/VeltCommentDialogThreadCardSeenDropdownContentItemName.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemTime/VeltCommentDialogThreadCardSeenDropdownContentItemTime.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemTime/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItems.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentTitle/VeltCommentDialogThreadCardSeenDropdownContentTitle.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentTitle/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownTrigger/VeltCommentDialogThreadCardSeenDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/VeltCommentDialogThreadCardTime.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardUnread/VeltCommentDialogThreadCardUnread.d.ts +11 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardUnread/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreads/VeltCommentDialogThreads.d.ts +9 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreads/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReply.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyCount/VeltCommentDialogToggleReplyCount.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyIcon/VeltCommentDialogToggleReplyIcon.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyText/VeltCommentDialogToggleReplyText.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyText/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogUnresolveButton/VeltCommentDialogUnresolveButton.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogUnresolveButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogUpgrade/VeltCommentDialogUpgrade.d.ts +8 -0
- package/esm/types/components/VeltCommentDialog/VeltCommentDialogUpgrade/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialog/index.d.ts +69 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +0 -4
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool.d.ts +0 -1
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions.d.ts +0 -1
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContent.d.ts +0 -2
- package/esm/types/components/index.d.ts +153 -0
- package/esm/types/constants.d.ts +1 -1
- package/esm/types/hooks/CommentElement.d.ts +4 -1
- package/esm/types/hooks/index.d.ts +1 -1
- package/index.d.ts +1223 -22
- package/package.json +2 -2
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAssignButton/VeltCommentDialogThreadCardAssignButton.d.ts +0 -6
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAssignButton/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionPin/VeltCommentDialogThreadCardReactionPin.d.ts +0 -7
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionPin/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe.d.ts +0 -8
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe/index.d.ts +0 -1
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAssignButton/VeltCommentDialogThreadCardAssignButton.d.ts +0 -6
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAssignButton/index.d.ts +0 -1
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionPin/VeltCommentDialogThreadCardReactionPin.d.ts +0 -7
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionPin/index.d.ts +0 -1
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe.d.ts +0 -8
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe/index.d.ts +0 -1
package/cjs/index.js
CHANGED
|
@@ -212,13 +212,13 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain, integ
|
|
|
212
212
|
};
|
|
213
213
|
};
|
|
214
214
|
|
|
215
|
-
var VELT_SDK_VERSION = '
|
|
215
|
+
var VELT_SDK_VERSION = '5.0.0-beta.10';
|
|
216
216
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
217
217
|
var VELT_TAB_ID = 'veltTabId';
|
|
218
218
|
// integrity map for the Velt SDK
|
|
219
219
|
// Note: generate integrity hashes with: https://www.srihash.org/
|
|
220
220
|
var INTEGRITY_MAP = {
|
|
221
|
-
'
|
|
221
|
+
'5.0.0-beta.10': 'sha384-lfrhhXJI+7qwt11axkvxSE3P5wrcprWI2qU28Y3nIiSlfZ9E9QV9zAUsXffx7e01',
|
|
222
222
|
};
|
|
223
223
|
|
|
224
224
|
var validProps = ['veltIf', 'veltClass', 'className', 'variant'];
|
|
@@ -545,7 +545,7 @@ var SnippylyCommentBubble = function (props) {
|
|
|
545
545
|
};
|
|
546
546
|
|
|
547
547
|
var SnippylyComments = function (props) {
|
|
548
|
-
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
|
|
548
|
+
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;
|
|
549
549
|
var ref = React.useRef();
|
|
550
550
|
var onSignInRef = React.useRef(onSignIn);
|
|
551
551
|
var onUpgradeRef = React.useRef(onUpgrade);
|
|
@@ -670,7 +670,7 @@ var SnippylyComments = function (props) {
|
|
|
670
670
|
}
|
|
671
671
|
};
|
|
672
672
|
}, []);
|
|
673
|
-
return (React__default["default"].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 }, children));
|
|
673
|
+
return (React__default["default"].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 }, children));
|
|
674
674
|
};
|
|
675
675
|
|
|
676
676
|
var SnippylyCommentsSidebar = function (props) {
|
|
@@ -751,7 +751,7 @@ var SnippylyCommentsSidebar = function (props) {
|
|
|
751
751
|
};
|
|
752
752
|
|
|
753
753
|
var SnippylyCommentTool = function (props) {
|
|
754
|
-
var targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, onCommentModeChange = props.onCommentModeChange, sourceId = props.sourceId, children = props.children, darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, context = props.context, contextOptions = props.contextOptions, documentId = props.documentId, folderId = props.folderId, locationId = props.locationId, disabled = props.disabled
|
|
754
|
+
var targetCommentElementId = props.targetCommentElementId, targetElementId = props.targetElementId, onCommentModeChange = props.onCommentModeChange, sourceId = props.sourceId, children = props.children, darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, context = props.context, contextOptions = props.contextOptions, documentId = props.documentId, folderId = props.folderId, locationId = props.locationId, disabled = props.disabled;
|
|
755
755
|
var ref = React.useRef();
|
|
756
756
|
var onCommentModeChangeRef = React.useRef(onCommentModeChange);
|
|
757
757
|
// Update the ref to always point to the latest callback function
|
|
@@ -777,7 +777,7 @@ var SnippylyCommentTool = function (props) {
|
|
|
777
777
|
}
|
|
778
778
|
};
|
|
779
779
|
}, []);
|
|
780
|
-
return (React__default["default"].createElement("velt-comment-tool", { ref: ref, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, "source-id": sourceId, variant: variant, context: JSON.stringify(context), "context-options": JSON.stringify(contextOptions), "location-id": locationId, "document-id": documentId, "folder-id": folderId, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, disabled: [true, false].includes(disabled) ? (disabled ? 'true' : 'false') : undefined
|
|
780
|
+
return (React__default["default"].createElement("velt-comment-tool", { ref: ref, "target-comment-element-id": targetCommentElementId, "target-element-id": targetElementId, "source-id": sourceId, variant: variant, context: JSON.stringify(context), "context-options": JSON.stringify(contextOptions), "location-id": locationId, "document-id": documentId, "folder-id": folderId, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, disabled: [true, false].includes(disabled) ? (disabled ? 'true' : 'false') : undefined }, children));
|
|
781
781
|
};
|
|
782
782
|
|
|
783
783
|
var SnippylyCursor = function (props) {
|
|
@@ -1776,8 +1776,8 @@ var VeltInlineReactionsSection = function (props) {
|
|
|
1776
1776
|
};
|
|
1777
1777
|
|
|
1778
1778
|
var VeltCommentComposer = function (props) {
|
|
1779
|
-
var darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, dialogVariant = props.dialogVariant, context = props.context, locationId = props.locationId, documentId = props.documentId, folderId = props.folderId,
|
|
1780
|
-
return (React__default["default"].createElement("velt-comment-composer", { variant: variant, "dialog-variant": dialogVariant, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, context: context ? JSON.stringify(context) : undefined, "location-id": locationId, "document-id": documentId, "folder-id": folderId, "target-
|
|
1779
|
+
var darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, dialogVariant = props.dialogVariant, context = props.context, locationId = props.locationId, documentId = props.documentId, folderId = props.folderId, placeholder = props.placeholder, targetElementId = props.targetElementId;
|
|
1780
|
+
return (React__default["default"].createElement("velt-comment-composer", { variant: variant, "dialog-variant": dialogVariant, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, context: context ? JSON.stringify(context) : undefined, "location-id": locationId, "document-id": documentId, "folder-id": folderId, placeholder: placeholder, "target-element-id": targetElementId }));
|
|
1781
1781
|
};
|
|
1782
1782
|
|
|
1783
1783
|
var VeltSingleEditorModePanel = function (props) {
|
|
@@ -1797,6 +1797,1001 @@ var VeltVideoEditor = function (props) {
|
|
|
1797
1797
|
return (React__default["default"].createElement("velt-video-editor", __assign({ ref: ref, variant: variant, "dark-mode": darkMode ? 'true' : undefined, url: url, "annotation-id": annotationId, "recorder-id": recorderId }, rest)));
|
|
1798
1798
|
};
|
|
1799
1799
|
|
|
1800
|
+
var VeltCommentDialog = function (props) {
|
|
1801
|
+
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;
|
|
1802
|
+
var ref = React.useRef(null);
|
|
1803
|
+
return (React__default["default"].createElement("velt-comment-dialog", { 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, "comment-pin-selected": [true, false].includes(commentPinSelected) ? (commentPinSelected ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, placeholder: placeholder }, children));
|
|
1804
|
+
};
|
|
1805
|
+
|
|
1806
|
+
var VeltCommentDialogContextWrapper = function (props) {
|
|
1807
|
+
var annotationId = props.annotationId, children = props.children, restProps = __rest(props, ["annotationId", "children"]);
|
|
1808
|
+
var ref = React.useRef(null);
|
|
1809
|
+
// Convert camelCase props to kebab-case attributes for custom element
|
|
1810
|
+
var customAttributes = {};
|
|
1811
|
+
Object.keys(restProps).forEach(function (key) {
|
|
1812
|
+
// Skip React-specific props
|
|
1813
|
+
if (['className', 'style', 'id', 'ref', 'key'].includes(key)) {
|
|
1814
|
+
return;
|
|
1815
|
+
}
|
|
1816
|
+
// Convert camelCase to kebab-case
|
|
1817
|
+
var kebabKey = key.replace(/([A-Z])/g, '-$1').toLowerCase();
|
|
1818
|
+
var value = restProps[key];
|
|
1819
|
+
if (value !== undefined && value !== null) {
|
|
1820
|
+
customAttributes[kebabKey] = typeof value === 'object' ? JSON.stringify(value) : String(value);
|
|
1821
|
+
}
|
|
1822
|
+
});
|
|
1823
|
+
return (React__default["default"].createElement("velt-comment-dialog-context-wrapper", __assign({ ref: ref, "annotation-id": annotationId }, customAttributes), children));
|
|
1824
|
+
};
|
|
1825
|
+
|
|
1826
|
+
var VeltCommentDialogThreadCard$1 = function (props) {
|
|
1827
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1828
|
+
var ref = React.useRef(null);
|
|
1829
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1830
|
+
};
|
|
1831
|
+
|
|
1832
|
+
var VeltCommentDialogThreadCardAvatar$1 = function (props) {
|
|
1833
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1834
|
+
var ref = React.useRef(null);
|
|
1835
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-avatar", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1836
|
+
};
|
|
1837
|
+
|
|
1838
|
+
var VeltCommentDialogThreadCardDeviceType$1 = function (props) {
|
|
1839
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1840
|
+
var ref = React.useRef(null);
|
|
1841
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-device-type", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1842
|
+
};
|
|
1843
|
+
|
|
1844
|
+
var VeltCommentDialogThreadCardDraft$1 = function (props) {
|
|
1845
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1846
|
+
var ref = React.useRef(null);
|
|
1847
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-draft", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1848
|
+
};
|
|
1849
|
+
|
|
1850
|
+
var VeltCommentDialogThreadCardEdited$1 = function (props) {
|
|
1851
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1852
|
+
var ref = React.useRef(null);
|
|
1853
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-edited", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1854
|
+
};
|
|
1855
|
+
|
|
1856
|
+
var VeltCommentDialogThreadCardMessage$1 = function (props) {
|
|
1857
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1858
|
+
var ref = React.useRef(null);
|
|
1859
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-message", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1860
|
+
};
|
|
1861
|
+
|
|
1862
|
+
var VeltCommentDialogThreadCardName$1 = function (props) {
|
|
1863
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1864
|
+
var ref = React.useRef(null);
|
|
1865
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-name", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1866
|
+
};
|
|
1867
|
+
|
|
1868
|
+
var VeltCommentDialogThreadCardReactionTool$1 = function (props) {
|
|
1869
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, noPadding = props.noPadding, children = props.children;
|
|
1870
|
+
var ref = React.useRef(null);
|
|
1871
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-reaction-tool", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "no-padding": noPadding !== undefined ? (typeof noPadding === 'string' ? noPadding : (noPadding ? 'true' : 'false')) : undefined }, children));
|
|
1872
|
+
};
|
|
1873
|
+
|
|
1874
|
+
var VeltCommentDialogThreadCardReactions$1 = function (props) {
|
|
1875
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1876
|
+
var ref = React.useRef(null);
|
|
1877
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-reactions", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1878
|
+
};
|
|
1879
|
+
|
|
1880
|
+
var VeltCommentDialogThreadCardRecordings$1 = function (props) {
|
|
1881
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, recorderId = props.recorderId, children = props.children;
|
|
1882
|
+
var ref = React.useRef(null);
|
|
1883
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-recordings", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "recorder-id": recorderId }, children));
|
|
1884
|
+
};
|
|
1885
|
+
|
|
1886
|
+
var VeltCommentDialogThreadCardReply$1 = function (props) {
|
|
1887
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1888
|
+
var ref = React.useRef(null);
|
|
1889
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-reply", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1890
|
+
};
|
|
1891
|
+
|
|
1892
|
+
var VeltCommentDialogThreadCardTime$1 = function (props) {
|
|
1893
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1894
|
+
var ref = React.useRef(null);
|
|
1895
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-time", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1896
|
+
};
|
|
1897
|
+
|
|
1898
|
+
var VeltCommentDialogThreadCardUnread$1 = function (props) {
|
|
1899
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1900
|
+
var ref = React.useRef(null);
|
|
1901
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1902
|
+
};
|
|
1903
|
+
|
|
1904
|
+
var VeltCommentDialogThreadCardOptions$1 = function (props) {
|
|
1905
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
1906
|
+
var ref = React.useRef(null);
|
|
1907
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-options", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
1908
|
+
};
|
|
1909
|
+
|
|
1910
|
+
var VeltCommentDialogStatusDropdown = function (props) {
|
|
1911
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, disabled = props.disabled, onChangeStatus = props.onChangeStatus, children = props.children;
|
|
1912
|
+
var ref = React.useRef(null);
|
|
1913
|
+
React.useEffect(function () {
|
|
1914
|
+
if (ref.current && onChangeStatus) {
|
|
1915
|
+
var element_1 = ref.current;
|
|
1916
|
+
var handleChangeStatus_1 = function (event) {
|
|
1917
|
+
onChangeStatus(event.detail);
|
|
1918
|
+
};
|
|
1919
|
+
element_1.addEventListener('changeStatus', handleChangeStatus_1);
|
|
1920
|
+
return function () {
|
|
1921
|
+
element_1.removeEventListener('changeStatus', handleChangeStatus_1);
|
|
1922
|
+
};
|
|
1923
|
+
}
|
|
1924
|
+
}, [onChangeStatus]);
|
|
1925
|
+
return (React__default["default"].createElement("velt-comment-dialog-status-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));
|
|
1926
|
+
};
|
|
1927
|
+
|
|
1928
|
+
var VeltCommentDialogStatusDropdownTrigger = function (props) {
|
|
1929
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1930
|
+
var ref = React.useRef(null);
|
|
1931
|
+
return (React__default["default"].createElement("velt-comment-dialog-status-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));
|
|
1932
|
+
};
|
|
1933
|
+
|
|
1934
|
+
var VeltCommentDialogStatusDropdownTriggerIcon = function (props) {
|
|
1935
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1936
|
+
var ref = React.useRef(null);
|
|
1937
|
+
return (React__default["default"].createElement("velt-comment-dialog-status-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));
|
|
1938
|
+
};
|
|
1939
|
+
|
|
1940
|
+
var VeltCommentDialogStatusDropdownTriggerName = function (props) {
|
|
1941
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1942
|
+
var ref = React.useRef(null);
|
|
1943
|
+
return (React__default["default"].createElement("velt-comment-dialog-status-dropdown-trigger-name", { 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));
|
|
1944
|
+
};
|
|
1945
|
+
|
|
1946
|
+
var VeltCommentDialogStatusDropdownTriggerArrow = function (props) {
|
|
1947
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1948
|
+
var ref = React.useRef(null);
|
|
1949
|
+
return (React__default["default"].createElement("velt-comment-dialog-status-dropdown-trigger-arrow", { 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));
|
|
1950
|
+
};
|
|
1951
|
+
|
|
1952
|
+
var VeltCommentDialogStatusDropdownContent = function (props) {
|
|
1953
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1954
|
+
var ref = React.useRef(null);
|
|
1955
|
+
return (React__default["default"].createElement("velt-comment-dialog-status-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));
|
|
1956
|
+
};
|
|
1957
|
+
|
|
1958
|
+
var VeltCommentDialogStatusDropdownContentItem = function (props) {
|
|
1959
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1960
|
+
var ref = React.useRef(null);
|
|
1961
|
+
return (React__default["default"].createElement("velt-comment-dialog-status-dropdown-content-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));
|
|
1962
|
+
};
|
|
1963
|
+
|
|
1964
|
+
var VeltCommentDialogStatusDropdownContentItemIcon = function (props) {
|
|
1965
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1966
|
+
var ref = React.useRef(null);
|
|
1967
|
+
return (React__default["default"].createElement("velt-comment-dialog-status-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));
|
|
1968
|
+
};
|
|
1969
|
+
|
|
1970
|
+
var VeltCommentDialogStatusDropdownContentItemName = function (props) {
|
|
1971
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1972
|
+
var ref = React.useRef(null);
|
|
1973
|
+
return (React__default["default"].createElement("velt-comment-dialog-status-dropdown-content-item-name", { 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));
|
|
1974
|
+
};
|
|
1975
|
+
|
|
1976
|
+
var VeltCommentDialogPriorityDropdown = function (props) {
|
|
1977
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, disabled = props.disabled, children = props.children;
|
|
1978
|
+
var ref = React.useRef(null);
|
|
1979
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority-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));
|
|
1980
|
+
};
|
|
1981
|
+
|
|
1982
|
+
var VeltCommentDialogPriorityDropdownTrigger = function (props) {
|
|
1983
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1984
|
+
var ref = React.useRef(null);
|
|
1985
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority-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));
|
|
1986
|
+
};
|
|
1987
|
+
|
|
1988
|
+
var VeltCommentDialogPriorityDropdownTriggerIcon = function (props) {
|
|
1989
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1990
|
+
var ref = React.useRef(null);
|
|
1991
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority-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));
|
|
1992
|
+
};
|
|
1993
|
+
|
|
1994
|
+
var VeltCommentDialogPriorityDropdownTriggerName = function (props) {
|
|
1995
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
1996
|
+
var ref = React.useRef(null);
|
|
1997
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority-dropdown-trigger-name", { 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));
|
|
1998
|
+
};
|
|
1999
|
+
|
|
2000
|
+
var VeltCommentDialogPriorityDropdownTriggerArrow = function (props) {
|
|
2001
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2002
|
+
var ref = React.useRef(null);
|
|
2003
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority-dropdown-trigger-arrow", { 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));
|
|
2004
|
+
};
|
|
2005
|
+
|
|
2006
|
+
var VeltCommentDialogPriorityDropdownContent = function (props) {
|
|
2007
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2008
|
+
var ref = React.useRef(null);
|
|
2009
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority-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));
|
|
2010
|
+
};
|
|
2011
|
+
|
|
2012
|
+
var VeltCommentDialogPriorityDropdownContentItem = function (props) {
|
|
2013
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2014
|
+
var ref = React.useRef(null);
|
|
2015
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority-dropdown-content-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));
|
|
2016
|
+
};
|
|
2017
|
+
|
|
2018
|
+
var VeltCommentDialogPriorityDropdownContentItemIcon = function (props) {
|
|
2019
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2020
|
+
var ref = React.useRef(null);
|
|
2021
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority-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));
|
|
2022
|
+
};
|
|
2023
|
+
|
|
2024
|
+
var VeltCommentDialogPriorityDropdownContentItemName = function (props) {
|
|
2025
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2026
|
+
var ref = React.useRef(null);
|
|
2027
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority-dropdown-content-item-name", { 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));
|
|
2028
|
+
};
|
|
2029
|
+
|
|
2030
|
+
var VeltCommentDialogPriorityDropdownContentItemTick = function (props) {
|
|
2031
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2032
|
+
var ref = React.useRef(null);
|
|
2033
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority-dropdown-content-item-tick", { 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));
|
|
2034
|
+
};
|
|
2035
|
+
|
|
2036
|
+
var VeltCommentDialogCustomAnnotationDropdown$1 = function (props) {
|
|
2037
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2038
|
+
var ref = React.useRef(null);
|
|
2039
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-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));
|
|
2040
|
+
};
|
|
2041
|
+
|
|
2042
|
+
var VeltCommentDialogCustomAnnotationDropdownTrigger$1 = function (props) {
|
|
2043
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2044
|
+
var ref = React.useRef(null);
|
|
2045
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-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));
|
|
2046
|
+
};
|
|
2047
|
+
|
|
2048
|
+
var VeltCommentDialogCustomAnnotationDropdownTriggerArrow$1 = function (props) {
|
|
2049
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2050
|
+
var ref = React.useRef(null);
|
|
2051
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-arrow", { 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));
|
|
2052
|
+
};
|
|
2053
|
+
|
|
2054
|
+
var VeltCommentDialogCustomAnnotationDropdownTriggerList$1 = function (props) {
|
|
2055
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2056
|
+
var ref = React.useRef(null);
|
|
2057
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-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));
|
|
2058
|
+
};
|
|
2059
|
+
|
|
2060
|
+
var VeltCommentDialogCustomAnnotationDropdownTriggerListItem$1 = function (props) {
|
|
2061
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2062
|
+
var ref = React.useRef(null);
|
|
2063
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-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));
|
|
2064
|
+
};
|
|
2065
|
+
|
|
2066
|
+
var VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder$1 = function (props) {
|
|
2067
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2068
|
+
var ref = React.useRef(null);
|
|
2069
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-placeholder", { 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));
|
|
2070
|
+
};
|
|
2071
|
+
|
|
2072
|
+
var VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount$1 = function (props) {
|
|
2073
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2074
|
+
var ref = React.useRef(null);
|
|
2075
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-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));
|
|
2076
|
+
};
|
|
2077
|
+
|
|
2078
|
+
var VeltCommentDialogCustomAnnotationDropdownContent$1 = function (props) {
|
|
2079
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2080
|
+
var ref = React.useRef(null);
|
|
2081
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-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));
|
|
2082
|
+
};
|
|
2083
|
+
|
|
2084
|
+
var VeltCommentDialogCustomAnnotationDropdownContentItem$1 = function (props) {
|
|
2085
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2086
|
+
var ref = React.useRef(null);
|
|
2087
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-content-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));
|
|
2088
|
+
};
|
|
2089
|
+
|
|
2090
|
+
var VeltCommentDialogCustomAnnotationDropdownContentItemIcon$1 = function (props) {
|
|
2091
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2092
|
+
var ref = React.useRef(null);
|
|
2093
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-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));
|
|
2094
|
+
};
|
|
2095
|
+
|
|
2096
|
+
var VeltCommentDialogCustomAnnotationDropdownContentItemLabel$1 = function (props) {
|
|
2097
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2098
|
+
var ref = React.useRef(null);
|
|
2099
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-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));
|
|
2100
|
+
};
|
|
2101
|
+
|
|
2102
|
+
var VeltCommentDialogOptionsDropdown = function (props) {
|
|
2103
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentIndex = props.commentIndex, enableAssignment = props.enableAssignment, allowAssignment = props.allowAssignment, enableEdit = props.enableEdit, allowEdit = props.allowEdit, enableNotifications = props.enableNotifications, allowToggleNotification = props.allowToggleNotification, enablePrivateMode = props.enablePrivateMode, allowChangeCommentAccessMode = props.allowChangeCommentAccessMode, triggerTemplate = props.triggerTemplate, contentTemplate = props.contentTemplate, onOpenDropdownIndex = props.onOpenDropdownIndex, children = props.children;
|
|
2104
|
+
var ref = React.useRef(null);
|
|
2105
|
+
React.useEffect(function () {
|
|
2106
|
+
if (ref.current && onOpenDropdownIndex) {
|
|
2107
|
+
var element_1 = ref.current;
|
|
2108
|
+
var handleOpenDropdownIndex_1 = function (event) {
|
|
2109
|
+
onOpenDropdownIndex(event.detail);
|
|
2110
|
+
};
|
|
2111
|
+
element_1.addEventListener('openDropdownIndex', handleOpenDropdownIndex_1);
|
|
2112
|
+
return function () {
|
|
2113
|
+
element_1.removeEventListener('openDropdownIndex', handleOpenDropdownIndex_1);
|
|
2114
|
+
};
|
|
2115
|
+
}
|
|
2116
|
+
}, [onOpenDropdownIndex]);
|
|
2117
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "enable-assignment": [true, false].includes(enableAssignment) ? (enableAssignment ? 'true' : 'false') : undefined, "allow-assignment": [true, false].includes(allowAssignment) ? (allowAssignment ? 'true' : 'false') : undefined, "enable-edit": [true, false].includes(enableEdit) ? (enableEdit ? 'true' : 'false') : undefined, "allow-edit": [true, false].includes(allowEdit) ? (allowEdit ? 'true' : 'false') : undefined, "enable-notifications": [true, false].includes(enableNotifications) ? (enableNotifications ? 'true' : 'false') : undefined, "allow-toggle-notification": [true, false].includes(allowToggleNotification) ? (allowToggleNotification ? 'true' : 'false') : undefined, "enable-private-mode": [true, false].includes(enablePrivateMode) ? (enablePrivateMode ? 'true' : 'false') : undefined, "allow-change-comment-access-mode": [true, false].includes(allowChangeCommentAccessMode) ? (allowChangeCommentAccessMode ? 'true' : 'false') : undefined, "trigger-template": triggerTemplate ? JSON.stringify(triggerTemplate) : undefined, "content-template": contentTemplate ? JSON.stringify(contentTemplate) : undefined }, children));
|
|
2118
|
+
};
|
|
2119
|
+
|
|
2120
|
+
var VeltCommentDialogOptionsDropdownTrigger = function (props) {
|
|
2121
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2122
|
+
var ref = React.useRef(null);
|
|
2123
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-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));
|
|
2124
|
+
};
|
|
2125
|
+
|
|
2126
|
+
var VeltCommentDialogOptionsDropdownContent = function (props) {
|
|
2127
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2128
|
+
var ref = React.useRef(null);
|
|
2129
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-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));
|
|
2130
|
+
};
|
|
2131
|
+
|
|
2132
|
+
var VeltCommentDialogOptionsDropdownContentAssign = function (props) {
|
|
2133
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2134
|
+
var ref = React.useRef(null);
|
|
2135
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-assign", { 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));
|
|
2136
|
+
};
|
|
2137
|
+
|
|
2138
|
+
var VeltCommentDialogOptionsDropdownContentEdit = function (props) {
|
|
2139
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2140
|
+
var ref = React.useRef(null);
|
|
2141
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-edit", { 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));
|
|
2142
|
+
};
|
|
2143
|
+
|
|
2144
|
+
var VeltCommentDialogOptionsDropdownContentDelete = function (props) {
|
|
2145
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2146
|
+
var ref = React.useRef(null);
|
|
2147
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-delete", { 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));
|
|
2148
|
+
};
|
|
2149
|
+
|
|
2150
|
+
var VeltCommentDialogOptionsDropdownContentDeleteComment = function (props) {
|
|
2151
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2152
|
+
var ref = React.useRef(null);
|
|
2153
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-delete-comment", { 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));
|
|
2154
|
+
};
|
|
2155
|
+
|
|
2156
|
+
var VeltCommentDialogOptionsDropdownContentDeleteThread = function (props) {
|
|
2157
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2158
|
+
var ref = React.useRef(null);
|
|
2159
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-delete-thread", { 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));
|
|
2160
|
+
};
|
|
2161
|
+
|
|
2162
|
+
var VeltCommentDialogOptionsDropdownContentMakePrivate = function (props) {
|
|
2163
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2164
|
+
var ref = React.useRef(null);
|
|
2165
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-make-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));
|
|
2166
|
+
};
|
|
2167
|
+
|
|
2168
|
+
var VeltCommentDialogOptionsDropdownContentMakePrivateEnable = function (props) {
|
|
2169
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2170
|
+
var ref = React.useRef(null);
|
|
2171
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-make-private-enable", { 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));
|
|
2172
|
+
};
|
|
2173
|
+
|
|
2174
|
+
var VeltCommentDialogOptionsDropdownContentMakePrivateDisable = function (props) {
|
|
2175
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2176
|
+
var ref = React.useRef(null);
|
|
2177
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-make-private-disable", { 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));
|
|
2178
|
+
};
|
|
2179
|
+
|
|
2180
|
+
var VeltCommentDialogOptionsDropdownContentNotification = function (props) {
|
|
2181
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2182
|
+
var ref = React.useRef(null);
|
|
2183
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-notification", { 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));
|
|
2184
|
+
};
|
|
2185
|
+
|
|
2186
|
+
var VeltCommentDialogOptionsDropdownContentNotificationSubscribe = function (props) {
|
|
2187
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2188
|
+
var ref = React.useRef(null);
|
|
2189
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-notification-subscribe", { 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));
|
|
2190
|
+
};
|
|
2191
|
+
|
|
2192
|
+
var VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe = function (props) {
|
|
2193
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2194
|
+
var ref = React.useRef(null);
|
|
2195
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-notification-unsubscribe", { 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));
|
|
2196
|
+
};
|
|
2197
|
+
|
|
2198
|
+
var VeltCommentDialogOptionsDropdownContentMarkAsRead = function (props) {
|
|
2199
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, enableMarkAsRead = props.enableMarkAsRead, children = props.children;
|
|
2200
|
+
var ref = React.useRef(null);
|
|
2201
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-mark-as-read", { 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, "enable-mark-as-read": [true, false].includes(enableMarkAsRead) ? (enableMarkAsRead ? 'true' : 'false') : undefined }, children));
|
|
2202
|
+
};
|
|
2203
|
+
|
|
2204
|
+
var VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead = function (props) {
|
|
2205
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2206
|
+
var ref = React.useRef(null);
|
|
2207
|
+
return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-mark-as-read-mark-read", { 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));
|
|
2208
|
+
};
|
|
2209
|
+
|
|
2210
|
+
var VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread = function (props) {
|
|
2211
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2212
|
+
var ref = React.useRef(null);
|
|
2213
|
+
return (React__default["default"].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));
|
|
2214
|
+
};
|
|
2215
|
+
|
|
2216
|
+
var VeltCommentDialogAssignDropdown = function (props) {
|
|
2217
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, assignTo = props.assignTo, selectedUserContacts = props.selectedUserContacts, onSetAssignTo = props.onSetAssignTo, children = props.children;
|
|
2218
|
+
var ref = React.useRef(null);
|
|
2219
|
+
React.useEffect(function () {
|
|
2220
|
+
if (ref.current && onSetAssignTo) {
|
|
2221
|
+
var element_1 = ref.current;
|
|
2222
|
+
var handleSetAssignTo_1 = function (event) {
|
|
2223
|
+
onSetAssignTo(event.detail);
|
|
2224
|
+
};
|
|
2225
|
+
element_1.addEventListener('setAssignTo', handleSetAssignTo_1);
|
|
2226
|
+
return function () {
|
|
2227
|
+
element_1.removeEventListener('setAssignTo', handleSetAssignTo_1);
|
|
2228
|
+
};
|
|
2229
|
+
}
|
|
2230
|
+
}, [onSetAssignTo]);
|
|
2231
|
+
return (React__default["default"].createElement("velt-comment-dialog-assign-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, "assign-to": assignTo ? (typeof assignTo === 'string' ? assignTo : JSON.stringify(assignTo)) : undefined, "selected-user-contacts": selectedUserContacts ? (typeof selectedUserContacts === 'string' ? selectedUserContacts : JSON.stringify(selectedUserContacts)) : undefined }, children));
|
|
2232
|
+
};
|
|
2233
|
+
|
|
2234
|
+
var VeltCommentDialogAttachmentButton = function (props) {
|
|
2235
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, template = props.template, componentMeta = props.componentMeta, allowedFileTypes = props.allowedFileTypes, onClicked = props.onClicked, onSelectFiles = props.onSelectFiles, children = props.children;
|
|
2236
|
+
var ref = React.useRef(null);
|
|
2237
|
+
React.useEffect(function () {
|
|
2238
|
+
if (ref.current) {
|
|
2239
|
+
var element_1 = ref.current;
|
|
2240
|
+
var handleClicked_1 = function () {
|
|
2241
|
+
if (onClicked)
|
|
2242
|
+
onClicked();
|
|
2243
|
+
};
|
|
2244
|
+
var handleSelectFiles_1 = function (event) {
|
|
2245
|
+
if (onSelectFiles)
|
|
2246
|
+
onSelectFiles(event.detail);
|
|
2247
|
+
};
|
|
2248
|
+
if (onClicked) {
|
|
2249
|
+
element_1.addEventListener('clicked', handleClicked_1);
|
|
2250
|
+
}
|
|
2251
|
+
if (onSelectFiles) {
|
|
2252
|
+
element_1.addEventListener('selectFiles', handleSelectFiles_1);
|
|
2253
|
+
}
|
|
2254
|
+
return function () {
|
|
2255
|
+
if (onClicked) {
|
|
2256
|
+
element_1.removeEventListener('clicked', handleClicked_1);
|
|
2257
|
+
}
|
|
2258
|
+
if (onSelectFiles) {
|
|
2259
|
+
element_1.removeEventListener('selectFiles', handleSelectFiles_1);
|
|
2260
|
+
}
|
|
2261
|
+
};
|
|
2262
|
+
}
|
|
2263
|
+
}, [onClicked, onSelectFiles]);
|
|
2264
|
+
return (React__default["default"].createElement("velt-comment-dialog-attachment-button", { 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, template: template ? JSON.stringify(template) : undefined, "component-meta": componentMeta ? (typeof componentMeta === 'string' ? componentMeta : JSON.stringify(componentMeta)) : undefined, "allowed-file-types": allowedFileTypes ? (typeof allowedFileTypes === 'string' ? allowedFileTypes : JSON.stringify(allowedFileTypes)) : undefined }, children));
|
|
2265
|
+
};
|
|
2266
|
+
|
|
2267
|
+
var VeltCommentDialogDeviceTypeIcons = function (props) {
|
|
2268
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, deviceType = props.deviceType, children = props.children;
|
|
2269
|
+
var ref = React.useRef(null);
|
|
2270
|
+
return (React__default["default"].createElement("velt-comment-dialog-device-type-icons", { 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, "device-type": deviceType }, children));
|
|
2271
|
+
};
|
|
2272
|
+
|
|
2273
|
+
var VeltCommentDialogOptions$1 = function (props) {
|
|
2274
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, variant = props.variant, children = props.children;
|
|
2275
|
+
var ref = React.useRef(null);
|
|
2276
|
+
return (React__default["default"].createElement("velt-comment-dialog-options", { 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));
|
|
2277
|
+
};
|
|
2278
|
+
|
|
2279
|
+
var VeltCommentDialogPriority$1 = function (props) {
|
|
2280
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, variant = props.variant, children = props.children;
|
|
2281
|
+
var ref = React.useRef(null);
|
|
2282
|
+
return (React__default["default"].createElement("velt-comment-dialog-priority", { 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));
|
|
2283
|
+
};
|
|
2284
|
+
|
|
2285
|
+
var VeltCommentDialogStatus$1 = function (props) {
|
|
2286
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, variant = props.variant, children = props.children;
|
|
2287
|
+
var ref = React.useRef(null);
|
|
2288
|
+
return (React__default["default"].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));
|
|
2289
|
+
};
|
|
2290
|
+
|
|
2291
|
+
var VeltCommentDialogDeleteButton$1 = function (props) {
|
|
2292
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2293
|
+
var ref = React.useRef(null);
|
|
2294
|
+
return (React__default["default"].createElement("velt-comment-dialog-delete-button", { 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));
|
|
2295
|
+
};
|
|
2296
|
+
|
|
2297
|
+
var VeltCommentDialogAssigneeBanner$1 = function (props) {
|
|
2298
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2299
|
+
var ref = React.useRef(null);
|
|
2300
|
+
return (React__default["default"].createElement("velt-comment-dialog-assignee-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));
|
|
2301
|
+
};
|
|
2302
|
+
|
|
2303
|
+
var VeltCommentDialogAssigneeBannerUserName$1 = function (props) {
|
|
2304
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2305
|
+
var ref = React.useRef(null);
|
|
2306
|
+
return (React__default["default"].createElement("velt-comment-dialog-assignee-banner-user-name", { 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));
|
|
2307
|
+
};
|
|
2308
|
+
|
|
2309
|
+
var VeltCommentDialogAssigneeBannerUserAvatar$1 = function (props) {
|
|
2310
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2311
|
+
var ref = React.useRef(null);
|
|
2312
|
+
return (React__default["default"].createElement("velt-comment-dialog-assignee-banner-user-avatar", { 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));
|
|
2313
|
+
};
|
|
2314
|
+
|
|
2315
|
+
var VeltCommentDialogAssigneeBannerResolveButton$1 = function (props) {
|
|
2316
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2317
|
+
var ref = React.useRef(null);
|
|
2318
|
+
return (React__default["default"].createElement("velt-comment-dialog-assignee-banner-resolve-button", { 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));
|
|
2319
|
+
};
|
|
2320
|
+
|
|
2321
|
+
var VeltCommentDialogAssigneeBannerUnresolveButton$1 = function (props) {
|
|
2322
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2323
|
+
var ref = React.useRef(null);
|
|
2324
|
+
return (React__default["default"].createElement("velt-comment-dialog-assignee-banner-unresolve-button", { 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));
|
|
2325
|
+
};
|
|
2326
|
+
|
|
2327
|
+
var VeltCommentDialogAllComment$1 = function (props) {
|
|
2328
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2329
|
+
var ref = React.useRef(null);
|
|
2330
|
+
return (React__default["default"].createElement("velt-comment-dialog-all-comment", { 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));
|
|
2331
|
+
};
|
|
2332
|
+
|
|
2333
|
+
var VeltCommentDialogApprove$1 = function (props) {
|
|
2334
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2335
|
+
var ref = React.useRef(null);
|
|
2336
|
+
return (React__default["default"].createElement("velt-comment-dialog-approve", { 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));
|
|
2337
|
+
};
|
|
2338
|
+
|
|
2339
|
+
var VeltCommentDialogAssignMenu$1 = function (props) {
|
|
2340
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2341
|
+
var ref = React.useRef(null);
|
|
2342
|
+
return (React__default["default"].createElement("velt-comment-dialog-assign-menu", { 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));
|
|
2343
|
+
};
|
|
2344
|
+
|
|
2345
|
+
var VeltCommentDialogBody$1 = function (props) {
|
|
2346
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2347
|
+
var ref = React.useRef(null);
|
|
2348
|
+
return (React__default["default"].createElement("velt-comment-dialog-body", { 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));
|
|
2349
|
+
};
|
|
2350
|
+
|
|
2351
|
+
var VeltCommentDialogCloseButton$1 = function (props) {
|
|
2352
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2353
|
+
var ref = React.useRef(null);
|
|
2354
|
+
return (React__default["default"].createElement("velt-comment-dialog-close-button", { 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));
|
|
2355
|
+
};
|
|
2356
|
+
|
|
2357
|
+
var VeltCommentDialogCommentCategory$1 = function (props) {
|
|
2358
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2359
|
+
var ref = React.useRef(null);
|
|
2360
|
+
return (React__default["default"].createElement("velt-comment-dialog-comment-category", { 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));
|
|
2361
|
+
};
|
|
2362
|
+
|
|
2363
|
+
var VeltCommentDialogCommentIndex$1 = function (props) {
|
|
2364
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2365
|
+
var ref = React.useRef(null);
|
|
2366
|
+
return (React__default["default"].createElement("velt-comment-dialog-comment-index", { 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));
|
|
2367
|
+
};
|
|
2368
|
+
|
|
2369
|
+
var VeltCommentDialogCommentNumber$1 = function (props) {
|
|
2370
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2371
|
+
var ref = React.useRef(null);
|
|
2372
|
+
return (React__default["default"].createElement("velt-comment-dialog-comment-number", { 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));
|
|
2373
|
+
};
|
|
2374
|
+
|
|
2375
|
+
var VeltCommentDialogCommentSuggestionStatus$1 = function (props) {
|
|
2376
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2377
|
+
var ref = React.useRef(null);
|
|
2378
|
+
return (React__default["default"].createElement("velt-comment-dialog-comment-suggestion-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 }, children));
|
|
2379
|
+
};
|
|
2380
|
+
|
|
2381
|
+
var VeltCommentDialogCopyLink$1 = function (props) {
|
|
2382
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2383
|
+
var ref = React.useRef(null);
|
|
2384
|
+
return (React__default["default"].createElement("velt-comment-dialog-copy-link", { 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));
|
|
2385
|
+
};
|
|
2386
|
+
|
|
2387
|
+
var VeltCommentDialogGhostBanner$1 = function (props) {
|
|
2388
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2389
|
+
var ref = React.useRef(null);
|
|
2390
|
+
return (React__default["default"].createElement("velt-comment-dialog-ghost-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));
|
|
2391
|
+
};
|
|
2392
|
+
|
|
2393
|
+
var VeltCommentDialogHeader$1 = function (props) {
|
|
2394
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2395
|
+
var ref = React.useRef(null);
|
|
2396
|
+
return (React__default["default"].createElement("velt-comment-dialog-header", { 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));
|
|
2397
|
+
};
|
|
2398
|
+
|
|
2399
|
+
var VeltCommentDialogHideReply$1 = function (props) {
|
|
2400
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2401
|
+
var ref = React.useRef(null);
|
|
2402
|
+
return (React__default["default"].createElement("velt-comment-dialog-hide-reply", { 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));
|
|
2403
|
+
};
|
|
2404
|
+
|
|
2405
|
+
var VeltCommentDialogMetadata = function (props) {
|
|
2406
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2407
|
+
var ref = React.useRef(null);
|
|
2408
|
+
return (React__default["default"].createElement("velt-comment-dialog-metadata", { 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));
|
|
2409
|
+
};
|
|
2410
|
+
|
|
2411
|
+
var VeltCommentDialogMoreReply$1 = function (props) {
|
|
2412
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2413
|
+
var ref = React.useRef(null);
|
|
2414
|
+
return (React__default["default"].createElement("velt-comment-dialog-more-reply", { 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));
|
|
2415
|
+
};
|
|
2416
|
+
|
|
2417
|
+
var VeltCommentDialogNavigationButton$1 = function (props) {
|
|
2418
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2419
|
+
var ref = React.useRef(null);
|
|
2420
|
+
return (React__default["default"].createElement("velt-comment-dialog-navigation-button", { 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));
|
|
2421
|
+
};
|
|
2422
|
+
|
|
2423
|
+
var VeltCommentDialogPrivateBanner$1 = function (props) {
|
|
2424
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2425
|
+
var ref = React.useRef(null);
|
|
2426
|
+
return (React__default["default"].createElement("velt-comment-dialog-private-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));
|
|
2427
|
+
};
|
|
2428
|
+
|
|
2429
|
+
var VeltCommentDialogPrivateButton = function (props) {
|
|
2430
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2431
|
+
var ref = React.useRef(null);
|
|
2432
|
+
return (React__default["default"].createElement("velt-comment-dialog-private-button", { 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));
|
|
2433
|
+
};
|
|
2434
|
+
|
|
2435
|
+
var VeltCommentDialogResolveButton$1 = function (props) {
|
|
2436
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2437
|
+
var ref = React.useRef(null);
|
|
2438
|
+
return (React__default["default"].createElement("velt-comment-dialog-resolve-button", { 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));
|
|
2439
|
+
};
|
|
2440
|
+
|
|
2441
|
+
var VeltCommentDialogSignIn$1 = function (props) {
|
|
2442
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2443
|
+
var ref = React.useRef(null);
|
|
2444
|
+
return (React__default["default"].createElement("velt-comment-dialog-sign-in", { 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));
|
|
2445
|
+
};
|
|
2446
|
+
|
|
2447
|
+
var VeltCommentDialogThreads$1 = function (props) {
|
|
2448
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentDialogSelected = props.commentDialogSelected, children = props.children;
|
|
2449
|
+
var ref = React.useRef(null);
|
|
2450
|
+
return (React__default["default"].createElement("velt-comment-dialog-threads", { 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, "comment-dialog-selected": [true, false].includes(commentDialogSelected) ? (commentDialogSelected ? 'true' : 'false') : undefined }, children));
|
|
2451
|
+
};
|
|
2452
|
+
|
|
2453
|
+
var VeltCommentDialogUnresolveButton$1 = function (props) {
|
|
2454
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2455
|
+
var ref = React.useRef(null);
|
|
2456
|
+
return (React__default["default"].createElement("velt-comment-dialog-unresolve-button", { 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));
|
|
2457
|
+
};
|
|
2458
|
+
|
|
2459
|
+
var VeltCommentDialogUpgrade$1 = function (props) {
|
|
2460
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2461
|
+
var ref = React.useRef(null);
|
|
2462
|
+
return (React__default["default"].createElement("velt-comment-dialog-upgrade", { 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));
|
|
2463
|
+
};
|
|
2464
|
+
|
|
2465
|
+
var VeltCommentDialogToggleReply$1 = function (props) {
|
|
2466
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2467
|
+
var ref = React.useRef(null);
|
|
2468
|
+
return (React__default["default"].createElement("velt-comment-dialog-toggle-reply", { 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));
|
|
2469
|
+
};
|
|
2470
|
+
|
|
2471
|
+
var VeltCommentDialogToggleReplyCount$1 = function (props) {
|
|
2472
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2473
|
+
var ref = React.useRef(null);
|
|
2474
|
+
return (React__default["default"].createElement("velt-comment-dialog-toggle-reply-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));
|
|
2475
|
+
};
|
|
2476
|
+
|
|
2477
|
+
var VeltCommentDialogToggleReplyIcon$1 = function (props) {
|
|
2478
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2479
|
+
var ref = React.useRef(null);
|
|
2480
|
+
return (React__default["default"].createElement("velt-comment-dialog-toggle-reply-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));
|
|
2481
|
+
};
|
|
2482
|
+
|
|
2483
|
+
var VeltCommentDialogToggleReplyText$1 = function (props) {
|
|
2484
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2485
|
+
var ref = React.useRef(null);
|
|
2486
|
+
return (React__default["default"].createElement("velt-comment-dialog-toggle-reply-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));
|
|
2487
|
+
};
|
|
2488
|
+
|
|
2489
|
+
var VeltCommentDialogReplyAvatars$1 = function (props) {
|
|
2490
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2491
|
+
var ref = React.useRef(null);
|
|
2492
|
+
return (React__default["default"].createElement("velt-comment-dialog-reply-avatars", { 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));
|
|
2493
|
+
};
|
|
2494
|
+
|
|
2495
|
+
var VeltCommentDialogReplyAvatarsList$1 = function (props) {
|
|
2496
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2497
|
+
var ref = React.useRef(null);
|
|
2498
|
+
return (React__default["default"].createElement("velt-comment-dialog-reply-avatars-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));
|
|
2499
|
+
};
|
|
2500
|
+
|
|
2501
|
+
var VeltCommentDialogReplyAvatarsListItem$1 = function (props) {
|
|
2502
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2503
|
+
var ref = React.useRef(null);
|
|
2504
|
+
return (React__default["default"].createElement("velt-comment-dialog-reply-avatars-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));
|
|
2505
|
+
};
|
|
2506
|
+
|
|
2507
|
+
var VeltCommentDialogReplyAvatarsRemainingCount$1 = function (props) {
|
|
2508
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2509
|
+
var ref = React.useRef(null);
|
|
2510
|
+
return (React__default["default"].createElement("velt-comment-dialog-reply-avatars-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));
|
|
2511
|
+
};
|
|
2512
|
+
|
|
2513
|
+
var VeltCommentDialogSuggestionAction$1 = function (props) {
|
|
2514
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2515
|
+
var ref = React.useRef(null);
|
|
2516
|
+
return (React__default["default"].createElement("velt-comment-dialog-suggestion-action", { 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));
|
|
2517
|
+
};
|
|
2518
|
+
|
|
2519
|
+
var VeltCommentDialogSuggestionActionAccept$1 = function (props) {
|
|
2520
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2521
|
+
var ref = React.useRef(null);
|
|
2522
|
+
return (React__default["default"].createElement("velt-comment-dialog-suggestion-action-accept", { 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));
|
|
2523
|
+
};
|
|
2524
|
+
|
|
2525
|
+
var VeltCommentDialogSuggestionActionReject$1 = function (props) {
|
|
2526
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2527
|
+
var ref = React.useRef(null);
|
|
2528
|
+
return (React__default["default"].createElement("velt-comment-dialog-suggestion-action-reject", { 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));
|
|
2529
|
+
};
|
|
2530
|
+
|
|
2531
|
+
var VeltCommentDialogComposer$1 = function (props) {
|
|
2532
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, editMode = props.editMode, commentObj = props.commentObj, commentIndex = props.commentIndex, composerWireframe = props.composerWireframe, placeholder = props.placeholder, commentplaceholder = props.commentplaceholder, replyplaceholder = props.replyplaceholder, editplaceholder = props.editplaceholder, targetElementId = props.targetElementId, children = props.children;
|
|
2533
|
+
var ref = React.useRef(null);
|
|
2534
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer", { 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, "edit-mode": [true, false].includes(editMode) ? (editMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-index": commentIndex !== undefined ? commentIndex.toString() : undefined, "composer-wireframe": composerWireframe ? JSON.stringify(composerWireframe) : undefined, placeholder: placeholder, "comment-placeholder": commentplaceholder, "reply-placeholder": replyplaceholder, "edit-placeholder": editplaceholder, "target-element-id": targetElementId }, children));
|
|
2535
|
+
};
|
|
2536
|
+
|
|
2537
|
+
var VeltCommentDialogComposerActionButton$1 = function (props) {
|
|
2538
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2539
|
+
var ref = React.useRef(null);
|
|
2540
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-action-button", { 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));
|
|
2541
|
+
};
|
|
2542
|
+
|
|
2543
|
+
var VeltCommentDialogComposerAssignUser$1 = function (props) {
|
|
2544
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2545
|
+
var ref = React.useRef(null);
|
|
2546
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-assign-user", { 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));
|
|
2547
|
+
};
|
|
2548
|
+
|
|
2549
|
+
var VeltCommentDialogComposerAvatar$1 = function (props) {
|
|
2550
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2551
|
+
var ref = React.useRef(null);
|
|
2552
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-avatar", { 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));
|
|
2553
|
+
};
|
|
2554
|
+
|
|
2555
|
+
var VeltCommentDialogComposerInput$1 = function (props) {
|
|
2556
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, editMode = props.editMode, commentObj = props.commentObj, commentIndex = props.commentIndex, placeholder = props.placeholder, commentplaceholder = props.commentplaceholder, replyplaceholder = props.replyplaceholder, editplaceholder = props.editplaceholder, children = props.children;
|
|
2557
|
+
var ref = React.useRef(null);
|
|
2558
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-input", { 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, "edit-mode": [true, false].includes(editMode) ? (editMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, placeholder: placeholder, "comment-placeholder": commentplaceholder, "reply-placeholder": replyplaceholder, "edit-placeholder": editplaceholder }, children));
|
|
2559
|
+
};
|
|
2560
|
+
|
|
2561
|
+
var VeltCommentDialogComposerPrivateBadge$1 = function (props) {
|
|
2562
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2563
|
+
var ref = React.useRef(null);
|
|
2564
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-private-badge", { 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));
|
|
2565
|
+
};
|
|
2566
|
+
|
|
2567
|
+
var VeltCommentDialogComposerRecordings$1 = function (props) {
|
|
2568
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2569
|
+
var ref = React.useRef(null);
|
|
2570
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-recordings", { 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));
|
|
2571
|
+
};
|
|
2572
|
+
|
|
2573
|
+
var VeltCommentDialogComposerAttachments$1 = function (props) {
|
|
2574
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2575
|
+
var ref = React.useRef(null);
|
|
2576
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments", { 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));
|
|
2577
|
+
};
|
|
2578
|
+
|
|
2579
|
+
var VeltCommentDialogComposerAttachmentsSelected$1 = function (props) {
|
|
2580
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2581
|
+
var ref = React.useRef(null);
|
|
2582
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-selected", { 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));
|
|
2583
|
+
};
|
|
2584
|
+
|
|
2585
|
+
var VeltCommentDialogComposerAttachmentsImage$1 = function (props) {
|
|
2586
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2587
|
+
var ref = React.useRef(null);
|
|
2588
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-image", { 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));
|
|
2589
|
+
};
|
|
2590
|
+
|
|
2591
|
+
var VeltCommentDialogComposerAttachmentsImageDelete$1 = function (props) {
|
|
2592
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2593
|
+
var ref = React.useRef(null);
|
|
2594
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-image-delete", { 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));
|
|
2595
|
+
};
|
|
2596
|
+
|
|
2597
|
+
var VeltCommentDialogComposerAttachmentsImageLoading$1 = function (props) {
|
|
2598
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2599
|
+
var ref = React.useRef(null);
|
|
2600
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-image-loading", { 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));
|
|
2601
|
+
};
|
|
2602
|
+
|
|
2603
|
+
var VeltCommentDialogComposerAttachmentsImagePreview$1 = function (props) {
|
|
2604
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2605
|
+
var ref = React.useRef(null);
|
|
2606
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-image-preview", { 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));
|
|
2607
|
+
};
|
|
2608
|
+
|
|
2609
|
+
var VeltCommentDialogComposerAttachmentsOther$1 = function (props) {
|
|
2610
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2611
|
+
var ref = React.useRef(null);
|
|
2612
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-other", { 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));
|
|
2613
|
+
};
|
|
2614
|
+
|
|
2615
|
+
var VeltCommentDialogComposerAttachmentsOtherDelete$1 = function (props) {
|
|
2616
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2617
|
+
var ref = React.useRef(null);
|
|
2618
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-other-delete", { 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));
|
|
2619
|
+
};
|
|
2620
|
+
|
|
2621
|
+
var VeltCommentDialogComposerAttachmentsOtherIcon$1 = function (props) {
|
|
2622
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2623
|
+
var ref = React.useRef(null);
|
|
2624
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-other-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));
|
|
2625
|
+
};
|
|
2626
|
+
|
|
2627
|
+
var VeltCommentDialogComposerAttachmentsOtherLoading$1 = function (props) {
|
|
2628
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2629
|
+
var ref = React.useRef(null);
|
|
2630
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-other-loading", { 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));
|
|
2631
|
+
};
|
|
2632
|
+
|
|
2633
|
+
var VeltCommentDialogComposerAttachmentsOtherName$1 = function (props) {
|
|
2634
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2635
|
+
var ref = React.useRef(null);
|
|
2636
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-other-name", { 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));
|
|
2637
|
+
};
|
|
2638
|
+
|
|
2639
|
+
var VeltCommentDialogComposerAttachmentsOtherSize$1 = function (props) {
|
|
2640
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2641
|
+
var ref = React.useRef(null);
|
|
2642
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-other-size", { 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));
|
|
2643
|
+
};
|
|
2644
|
+
|
|
2645
|
+
var VeltCommentDialogComposerAttachmentsInvalid$1 = function (props) {
|
|
2646
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2647
|
+
var ref = React.useRef(null);
|
|
2648
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-invalid", { 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));
|
|
2649
|
+
};
|
|
2650
|
+
|
|
2651
|
+
var VeltCommentDialogComposerAttachmentsInvalidItem$1 = function (props) {
|
|
2652
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2653
|
+
var ref = React.useRef(null);
|
|
2654
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-invalid-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));
|
|
2655
|
+
};
|
|
2656
|
+
|
|
2657
|
+
var VeltCommentDialogComposerAttachmentsInvalidItemDelete$1 = function (props) {
|
|
2658
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2659
|
+
var ref = React.useRef(null);
|
|
2660
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-invalid-item-delete", { 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));
|
|
2661
|
+
};
|
|
2662
|
+
|
|
2663
|
+
var VeltCommentDialogComposerAttachmentsInvalidItemMessage$1 = function (props) {
|
|
2664
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2665
|
+
var ref = React.useRef(null);
|
|
2666
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-invalid-item-message", { 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));
|
|
2667
|
+
};
|
|
2668
|
+
|
|
2669
|
+
var VeltCommentDialogComposerAttachmentsInvalidItemPreview$1 = function (props) {
|
|
2670
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2671
|
+
var ref = React.useRef(null);
|
|
2672
|
+
return (React__default["default"].createElement("velt-comment-dialog-composer-attachments-invalid-item-preview", { 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));
|
|
2673
|
+
};
|
|
2674
|
+
|
|
2675
|
+
var VeltCommentDialogThreadCardAttachments$1 = function (props) {
|
|
2676
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, attachmentId = props.attachmentId, children = props.children;
|
|
2677
|
+
var ref = React.useRef(null);
|
|
2678
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "attachment-id": attachmentId }, children));
|
|
2679
|
+
};
|
|
2680
|
+
|
|
2681
|
+
var VeltCommentDialogThreadCardAttachmentsImage$1 = function (props) {
|
|
2682
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, attachment = props.attachment, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, attachmentIndex = props.attachmentIndex, children = props.children;
|
|
2683
|
+
var ref = React.useRef(null);
|
|
2684
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments-image", { 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, attachment: attachment ? (typeof attachment === 'string' ? attachment : JSON.stringify(attachment)) : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "attachment-index": attachmentIndex !== undefined ? String(attachmentIndex) : undefined }, children));
|
|
2685
|
+
};
|
|
2686
|
+
|
|
2687
|
+
var VeltCommentDialogThreadCardAttachmentsImageDelete$1 = function (props) {
|
|
2688
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
2689
|
+
var ref = React.useRef(null);
|
|
2690
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments-image-delete", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
2691
|
+
};
|
|
2692
|
+
|
|
2693
|
+
var VeltCommentDialogThreadCardAttachmentsImageDownload$1 = function (props) {
|
|
2694
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
2695
|
+
var ref = React.useRef(null);
|
|
2696
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments-image-download", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
2697
|
+
};
|
|
2698
|
+
|
|
2699
|
+
var VeltCommentDialogThreadCardAttachmentsImagePreview$1 = function (props) {
|
|
2700
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
2701
|
+
var ref = React.useRef(null);
|
|
2702
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments-image-preview", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
2703
|
+
};
|
|
2704
|
+
|
|
2705
|
+
var VeltCommentDialogThreadCardAttachmentsOther$1 = function (props) {
|
|
2706
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, attachment = props.attachment, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, attachmentIndex = props.attachmentIndex, children = props.children;
|
|
2707
|
+
var ref = React.useRef(null);
|
|
2708
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments-other", { 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, attachment: attachment ? (typeof attachment === 'string' ? attachment : JSON.stringify(attachment)) : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "attachment-index": attachmentIndex !== undefined ? String(attachmentIndex) : undefined }, children));
|
|
2709
|
+
};
|
|
2710
|
+
|
|
2711
|
+
var VeltCommentDialogThreadCardAttachmentsOtherDelete$1 = function (props) {
|
|
2712
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
2713
|
+
var ref = React.useRef(null);
|
|
2714
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments-other-delete", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
2715
|
+
};
|
|
2716
|
+
|
|
2717
|
+
var VeltCommentDialogThreadCardAttachmentsOtherDownload$1 = function (props) {
|
|
2718
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
2719
|
+
var ref = React.useRef(null);
|
|
2720
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments-other-download", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
2721
|
+
};
|
|
2722
|
+
|
|
2723
|
+
var VeltCommentDialogThreadCardAttachmentsOtherIcon$1 = function (props) {
|
|
2724
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
2725
|
+
var ref = React.useRef(null);
|
|
2726
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments-other-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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
2727
|
+
};
|
|
2728
|
+
|
|
2729
|
+
var VeltCommentDialogThreadCardAttachmentsOtherName$1 = function (props) {
|
|
2730
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
2731
|
+
var ref = React.useRef(null);
|
|
2732
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments-other-name", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
2733
|
+
};
|
|
2734
|
+
|
|
2735
|
+
var VeltCommentDialogThreadCardAttachmentsOtherSize$1 = function (props) {
|
|
2736
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
|
|
2737
|
+
var ref = React.useRef(null);
|
|
2738
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-attachments-other-size", { 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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
|
|
2739
|
+
};
|
|
2740
|
+
|
|
2741
|
+
var VeltCommentDialogThreadCardSeenDropdown$1 = function (props) {
|
|
2742
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, enableSeenByUsers = props.enableSeenByUsers, isDraft = props.isDraft, viewCount = props.viewCount, children = props.children;
|
|
2743
|
+
var ref = React.useRef(null);
|
|
2744
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-seen-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, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "enable-seen-by-users": enableSeenByUsers !== undefined ? (typeof enableSeenByUsers === 'string' ? enableSeenByUsers : (enableSeenByUsers ? 'true' : 'false')) : undefined, "is-draft": isDraft !== undefined ? (typeof isDraft === 'string' ? isDraft : (isDraft ? 'true' : 'false')) : undefined, "view-count": viewCount !== undefined ? String(viewCount) : undefined }, children));
|
|
2745
|
+
};
|
|
2746
|
+
|
|
2747
|
+
var VeltCommentDialogThreadCardSeenDropdownTrigger$1 = function (props) {
|
|
2748
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2749
|
+
var ref = React.useRef(null);
|
|
2750
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-seen-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));
|
|
2751
|
+
};
|
|
2752
|
+
|
|
2753
|
+
var VeltCommentDialogThreadCardSeenDropdownContent$1 = function (props) {
|
|
2754
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2755
|
+
var ref = React.useRef(null);
|
|
2756
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-seen-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));
|
|
2757
|
+
};
|
|
2758
|
+
|
|
2759
|
+
var VeltCommentDialogThreadCardSeenDropdownContentTitle$1 = function (props) {
|
|
2760
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2761
|
+
var ref = React.useRef(null);
|
|
2762
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-seen-dropdown-content-title", { 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));
|
|
2763
|
+
};
|
|
2764
|
+
|
|
2765
|
+
var VeltCommentDialogThreadCardSeenDropdownContentItems$1 = function (props) {
|
|
2766
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2767
|
+
var ref = React.useRef(null);
|
|
2768
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-seen-dropdown-content-items", { 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));
|
|
2769
|
+
};
|
|
2770
|
+
|
|
2771
|
+
var VeltCommentDialogThreadCardSeenDropdownContentItem$1 = function (props) {
|
|
2772
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2773
|
+
var ref = React.useRef(null);
|
|
2774
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-seen-dropdown-content-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));
|
|
2775
|
+
};
|
|
2776
|
+
|
|
2777
|
+
var VeltCommentDialogThreadCardSeenDropdownContentItemAvatar$1 = function (props) {
|
|
2778
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2779
|
+
var ref = React.useRef(null);
|
|
2780
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-seen-dropdown-content-item-avatar", { 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));
|
|
2781
|
+
};
|
|
2782
|
+
|
|
2783
|
+
var VeltCommentDialogThreadCardSeenDropdownContentItemName$1 = function (props) {
|
|
2784
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2785
|
+
var ref = React.useRef(null);
|
|
2786
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-seen-dropdown-content-item-name", { 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));
|
|
2787
|
+
};
|
|
2788
|
+
|
|
2789
|
+
var VeltCommentDialogThreadCardSeenDropdownContentItemTime$1 = function (props) {
|
|
2790
|
+
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
|
|
2791
|
+
var ref = React.useRef(null);
|
|
2792
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-seen-dropdown-content-item-time", { 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));
|
|
2793
|
+
};
|
|
2794
|
+
|
|
1800
2795
|
var VeltWireframe = function (props) {
|
|
1801
2796
|
var children = props.children;
|
|
1802
2797
|
return (React__default["default"].createElement("velt-wireframe", { style: { display: 'none' } }, children));
|
|
@@ -2451,27 +3446,15 @@ VeltCommentDialogThreadCardOptions.Content = VeltCommentDialogOptionsDropdownCon
|
|
|
2451
3446
|
VeltCommentDialogThreadCardOptions.Trigger = VeltCommentDialogOptionsDropdownTriggerWireframe;
|
|
2452
3447
|
|
|
2453
3448
|
var VeltCommentDialogThreadCardReactionTool = function (props) {
|
|
2454
|
-
var children = props.children, excludeReactionIds = props.excludeReactionIds, remainingProps = __rest(props, ["children", "excludeReactionIds"]);
|
|
2455
|
-
var transformedProps = transformWireframeProps(remainingProps);
|
|
2456
|
-
return (React__default["default"].createElement("velt-comment-dialog-thread-card-reaction-tool-wireframe", __assign({}, transformedProps, { "exclude-reaction-ids": excludeReactionIds ? JSON.stringify(excludeReactionIds) : undefined }), children));
|
|
2457
|
-
};
|
|
2458
|
-
|
|
2459
|
-
var VeltCommentDialogThreadCardReactionPin = function (props) {
|
|
2460
|
-
var children = props.children, reactionId = props.reactionId, remainingProps = __rest(props, ["children", "reactionId"]);
|
|
2461
|
-
var transformedProps = transformWireframeProps(remainingProps);
|
|
2462
|
-
return (React__default["default"].createElement("velt-comment-dialog-thread-card-reaction-pin-wireframe", __assign({}, transformedProps, { "reaction-id": reactionId }), children));
|
|
2463
|
-
};
|
|
2464
|
-
|
|
2465
|
-
var VeltCommentDialogThreadCardAssignButton = function (props) {
|
|
2466
3449
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2467
3450
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
2468
|
-
return (React__default["default"].createElement("velt-comment-dialog-thread-card-
|
|
3451
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-reaction-tool-wireframe", __assign({}, transformedProps), children));
|
|
2469
3452
|
};
|
|
2470
3453
|
|
|
2471
3454
|
var VeltCommentDialogThreadCardReactions = function (props) {
|
|
2472
|
-
var children = props.children,
|
|
3455
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2473
3456
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
2474
|
-
return (React__default["default"].createElement("velt-comment-dialog-thread-card-reactions-wireframe", __assign({}, transformedProps
|
|
3457
|
+
return (React__default["default"].createElement("velt-comment-dialog-thread-card-reactions-wireframe", __assign({}, transformedProps), children));
|
|
2475
3458
|
};
|
|
2476
3459
|
|
|
2477
3460
|
var VeltCommentDialogThreadCardRecordings = function (props) {
|
|
@@ -2581,8 +3564,6 @@ VeltCommentDialogThreadCard.Name = VeltCommentDialogThreadCardName;
|
|
|
2581
3564
|
VeltCommentDialogThreadCard.Options = VeltCommentDialogThreadCardOptions;
|
|
2582
3565
|
VeltCommentDialogThreadCard.Reactions = VeltCommentDialogThreadCardReactions;
|
|
2583
3566
|
VeltCommentDialogThreadCard.ReactionTool = VeltCommentDialogThreadCardReactionTool;
|
|
2584
|
-
VeltCommentDialogThreadCard.ReactionPin = VeltCommentDialogThreadCardReactionPin;
|
|
2585
|
-
VeltCommentDialogThreadCard.AssignButton = VeltCommentDialogThreadCardAssignButton;
|
|
2586
3567
|
VeltCommentDialogThreadCard.Recordings = VeltCommentDialogThreadCardRecordings;
|
|
2587
3568
|
VeltCommentDialogThreadCard.Time = VeltCommentDialogThreadCardTime;
|
|
2588
3569
|
VeltCommentDialogThreadCard.Unread = VeltCommentDialogThreadCardUnread;
|
|
@@ -3271,12 +4252,6 @@ var VeltCommentsSidebarMinimalFilterDropdownContentFilterOpen = function (props)
|
|
|
3271
4252
|
return (React__default["default"].createElement("velt-comments-sidebar-minimal-filter-dropdown-content-filter-open-wireframe", __assign({}, transformedProps), children));
|
|
3272
4253
|
};
|
|
3273
4254
|
|
|
3274
|
-
var VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe = function (props) {
|
|
3275
|
-
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3276
|
-
var transformedProps = transformWireframeProps(remainingProps);
|
|
3277
|
-
return (React__default["default"].createElement("velt-comments-sidebar-minimal-filter-dropdown-content-filter-assigned-to-me-wireframe", __assign({}, transformedProps), children));
|
|
3278
|
-
};
|
|
3279
|
-
|
|
3280
4255
|
var VeltCommentsSidebarMinimalFilterDropdownContentFilterReset = function (props) {
|
|
3281
4256
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
3282
4257
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -3311,7 +4286,6 @@ VeltCommentsSidebarMinimalFilterDropdownContent.FilterUnread = VeltCommentsSideb
|
|
|
3311
4286
|
VeltCommentsSidebarMinimalFilterDropdownContent.FilterRead = VeltCommentsSidebarMinimalFilterDropdownContentFilterRead;
|
|
3312
4287
|
VeltCommentsSidebarMinimalFilterDropdownContent.FilterResolved = VeltCommentsSidebarMinimalFilterDropdownContentFilterResolved;
|
|
3313
4288
|
VeltCommentsSidebarMinimalFilterDropdownContent.FilterOpen = VeltCommentsSidebarMinimalFilterDropdownContentFilterOpen;
|
|
3314
|
-
VeltCommentsSidebarMinimalFilterDropdownContent.FilterAssignedToMe = VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe;
|
|
3315
4289
|
VeltCommentsSidebarMinimalFilterDropdownContent.FilterReset = VeltCommentsSidebarMinimalFilterDropdownContentFilterReset;
|
|
3316
4290
|
VeltCommentsSidebarMinimalFilterDropdownContent.SelectedIcon = VeltCommentsSidebarMinimalFilterDropdownContentSelectedIcon;
|
|
3317
4291
|
VeltCommentsSidebarMinimalFilterDropdownContent.SortDate = VeltCommentsSidebarMinimalFilterDropdownContentSortDate;
|
|
@@ -6842,6 +7816,23 @@ function useCommentSidebarData() {
|
|
|
6842
7816
|
}, [commentElement === null || commentElement === void 0 ? void 0 : commentElement.onCommentSidebarData]);
|
|
6843
7817
|
return data;
|
|
6844
7818
|
}
|
|
7819
|
+
function useSetContextProvider() {
|
|
7820
|
+
var _a = React__default["default"].useState(undefined), data = _a[0], setData = _a[1];
|
|
7821
|
+
var commentUtils = useCommentUtils();
|
|
7822
|
+
React__default["default"].useEffect(function () {
|
|
7823
|
+
if ((commentUtils === null || commentUtils === void 0 ? void 0 : commentUtils.setContextProvider) && data) {
|
|
7824
|
+
commentUtils.setContextProvider(data);
|
|
7825
|
+
}
|
|
7826
|
+
}, [commentUtils === null || commentUtils === void 0 ? void 0 : commentUtils.setContextProvider, data]);
|
|
7827
|
+
// Memoize the setContextProvider callback
|
|
7828
|
+
var setContextProviderCallback = React__default["default"].useCallback(function (provider) {
|
|
7829
|
+
// Wrap in arrow function to prevent React from treating provider as a functional update
|
|
7830
|
+
setData(function () { return provider; });
|
|
7831
|
+
}, []); // Empty dependency array since it only uses setState which is stable
|
|
7832
|
+
return {
|
|
7833
|
+
setContextProvider: setContextProviderCallback
|
|
7834
|
+
};
|
|
7835
|
+
}
|
|
6845
7836
|
|
|
6846
7837
|
function useAddCommentAnnotation() {
|
|
6847
7838
|
var commentElement = useCommentUtils();
|
|
@@ -8287,12 +9278,165 @@ exports.VeltCommentBubble = SnippylyCommentBubble;
|
|
|
8287
9278
|
exports.VeltCommentBubbleWireframe = VeltCommentBubbleWireframe;
|
|
8288
9279
|
exports.VeltCommentComposer = VeltCommentComposer;
|
|
8289
9280
|
exports.VeltCommentComposerWireframe = VeltCommentComposerWireframe;
|
|
9281
|
+
exports.VeltCommentDialog = VeltCommentDialog;
|
|
9282
|
+
exports.VeltCommentDialogAllComment = VeltCommentDialogAllComment$1;
|
|
9283
|
+
exports.VeltCommentDialogApprove = VeltCommentDialogApprove$1;
|
|
9284
|
+
exports.VeltCommentDialogAssignDropdown = VeltCommentDialogAssignDropdown;
|
|
9285
|
+
exports.VeltCommentDialogAssignMenu = VeltCommentDialogAssignMenu$1;
|
|
9286
|
+
exports.VeltCommentDialogAssigneeBanner = VeltCommentDialogAssigneeBanner$1;
|
|
9287
|
+
exports.VeltCommentDialogAssigneeBannerResolveButton = VeltCommentDialogAssigneeBannerResolveButton$1;
|
|
9288
|
+
exports.VeltCommentDialogAssigneeBannerUnresolveButton = VeltCommentDialogAssigneeBannerUnresolveButton$1;
|
|
9289
|
+
exports.VeltCommentDialogAssigneeBannerUserAvatar = VeltCommentDialogAssigneeBannerUserAvatar$1;
|
|
9290
|
+
exports.VeltCommentDialogAssigneeBannerUserName = VeltCommentDialogAssigneeBannerUserName$1;
|
|
9291
|
+
exports.VeltCommentDialogAttachmentButton = VeltCommentDialogAttachmentButton;
|
|
9292
|
+
exports.VeltCommentDialogBody = VeltCommentDialogBody$1;
|
|
9293
|
+
exports.VeltCommentDialogCloseButton = VeltCommentDialogCloseButton$1;
|
|
9294
|
+
exports.VeltCommentDialogCommentCategory = VeltCommentDialogCommentCategory$1;
|
|
9295
|
+
exports.VeltCommentDialogCommentIndex = VeltCommentDialogCommentIndex$1;
|
|
9296
|
+
exports.VeltCommentDialogCommentNumber = VeltCommentDialogCommentNumber$1;
|
|
9297
|
+
exports.VeltCommentDialogCommentSuggestionStatus = VeltCommentDialogCommentSuggestionStatus$1;
|
|
9298
|
+
exports.VeltCommentDialogComposer = VeltCommentDialogComposer$1;
|
|
9299
|
+
exports.VeltCommentDialogComposerActionButton = VeltCommentDialogComposerActionButton$1;
|
|
9300
|
+
exports.VeltCommentDialogComposerAssignUser = VeltCommentDialogComposerAssignUser$1;
|
|
9301
|
+
exports.VeltCommentDialogComposerAttachments = VeltCommentDialogComposerAttachments$1;
|
|
9302
|
+
exports.VeltCommentDialogComposerAttachmentsImage = VeltCommentDialogComposerAttachmentsImage$1;
|
|
9303
|
+
exports.VeltCommentDialogComposerAttachmentsImageDelete = VeltCommentDialogComposerAttachmentsImageDelete$1;
|
|
9304
|
+
exports.VeltCommentDialogComposerAttachmentsImageLoading = VeltCommentDialogComposerAttachmentsImageLoading$1;
|
|
9305
|
+
exports.VeltCommentDialogComposerAttachmentsImagePreview = VeltCommentDialogComposerAttachmentsImagePreview$1;
|
|
9306
|
+
exports.VeltCommentDialogComposerAttachmentsInvalid = VeltCommentDialogComposerAttachmentsInvalid$1;
|
|
9307
|
+
exports.VeltCommentDialogComposerAttachmentsInvalidItem = VeltCommentDialogComposerAttachmentsInvalidItem$1;
|
|
9308
|
+
exports.VeltCommentDialogComposerAttachmentsInvalidItemDelete = VeltCommentDialogComposerAttachmentsInvalidItemDelete$1;
|
|
9309
|
+
exports.VeltCommentDialogComposerAttachmentsInvalidItemMessage = VeltCommentDialogComposerAttachmentsInvalidItemMessage$1;
|
|
9310
|
+
exports.VeltCommentDialogComposerAttachmentsInvalidItemPreview = VeltCommentDialogComposerAttachmentsInvalidItemPreview$1;
|
|
9311
|
+
exports.VeltCommentDialogComposerAttachmentsOther = VeltCommentDialogComposerAttachmentsOther$1;
|
|
9312
|
+
exports.VeltCommentDialogComposerAttachmentsOtherDelete = VeltCommentDialogComposerAttachmentsOtherDelete$1;
|
|
9313
|
+
exports.VeltCommentDialogComposerAttachmentsOtherIcon = VeltCommentDialogComposerAttachmentsOtherIcon$1;
|
|
9314
|
+
exports.VeltCommentDialogComposerAttachmentsOtherLoading = VeltCommentDialogComposerAttachmentsOtherLoading$1;
|
|
9315
|
+
exports.VeltCommentDialogComposerAttachmentsOtherName = VeltCommentDialogComposerAttachmentsOtherName$1;
|
|
9316
|
+
exports.VeltCommentDialogComposerAttachmentsOtherSize = VeltCommentDialogComposerAttachmentsOtherSize$1;
|
|
9317
|
+
exports.VeltCommentDialogComposerAttachmentsSelected = VeltCommentDialogComposerAttachmentsSelected$1;
|
|
9318
|
+
exports.VeltCommentDialogComposerAvatar = VeltCommentDialogComposerAvatar$1;
|
|
9319
|
+
exports.VeltCommentDialogComposerInput = VeltCommentDialogComposerInput$1;
|
|
9320
|
+
exports.VeltCommentDialogComposerPrivateBadge = VeltCommentDialogComposerPrivateBadge$1;
|
|
9321
|
+
exports.VeltCommentDialogComposerRecordings = VeltCommentDialogComposerRecordings$1;
|
|
9322
|
+
exports.VeltCommentDialogContextWrapper = VeltCommentDialogContextWrapper;
|
|
9323
|
+
exports.VeltCommentDialogCopyLink = VeltCommentDialogCopyLink$1;
|
|
9324
|
+
exports.VeltCommentDialogCustomAnnotationDropdown = VeltCommentDialogCustomAnnotationDropdown$1;
|
|
9325
|
+
exports.VeltCommentDialogCustomAnnotationDropdownContent = VeltCommentDialogCustomAnnotationDropdownContent$1;
|
|
9326
|
+
exports.VeltCommentDialogCustomAnnotationDropdownContentItem = VeltCommentDialogCustomAnnotationDropdownContentItem$1;
|
|
9327
|
+
exports.VeltCommentDialogCustomAnnotationDropdownContentItemIcon = VeltCommentDialogCustomAnnotationDropdownContentItemIcon$1;
|
|
9328
|
+
exports.VeltCommentDialogCustomAnnotationDropdownContentItemLabel = VeltCommentDialogCustomAnnotationDropdownContentItemLabel$1;
|
|
9329
|
+
exports.VeltCommentDialogCustomAnnotationDropdownTrigger = VeltCommentDialogCustomAnnotationDropdownTrigger$1;
|
|
9330
|
+
exports.VeltCommentDialogCustomAnnotationDropdownTriggerArrow = VeltCommentDialogCustomAnnotationDropdownTriggerArrow$1;
|
|
9331
|
+
exports.VeltCommentDialogCustomAnnotationDropdownTriggerList = VeltCommentDialogCustomAnnotationDropdownTriggerList$1;
|
|
9332
|
+
exports.VeltCommentDialogCustomAnnotationDropdownTriggerListItem = VeltCommentDialogCustomAnnotationDropdownTriggerListItem$1;
|
|
9333
|
+
exports.VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder = VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder$1;
|
|
9334
|
+
exports.VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount = VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount$1;
|
|
9335
|
+
exports.VeltCommentDialogDeleteButton = VeltCommentDialogDeleteButton$1;
|
|
9336
|
+
exports.VeltCommentDialogDeviceTypeIcons = VeltCommentDialogDeviceTypeIcons;
|
|
9337
|
+
exports.VeltCommentDialogGhostBanner = VeltCommentDialogGhostBanner$1;
|
|
9338
|
+
exports.VeltCommentDialogHeader = VeltCommentDialogHeader$1;
|
|
9339
|
+
exports.VeltCommentDialogHideReply = VeltCommentDialogHideReply$1;
|
|
9340
|
+
exports.VeltCommentDialogMetadata = VeltCommentDialogMetadata;
|
|
9341
|
+
exports.VeltCommentDialogMoreReply = VeltCommentDialogMoreReply$1;
|
|
9342
|
+
exports.VeltCommentDialogNavigationButton = VeltCommentDialogNavigationButton$1;
|
|
9343
|
+
exports.VeltCommentDialogOptions = VeltCommentDialogOptions$1;
|
|
9344
|
+
exports.VeltCommentDialogOptionsDropdown = VeltCommentDialogOptionsDropdown;
|
|
9345
|
+
exports.VeltCommentDialogOptionsDropdownContent = VeltCommentDialogOptionsDropdownContent;
|
|
9346
|
+
exports.VeltCommentDialogOptionsDropdownContentAssign = VeltCommentDialogOptionsDropdownContentAssign;
|
|
9347
|
+
exports.VeltCommentDialogOptionsDropdownContentDelete = VeltCommentDialogOptionsDropdownContentDelete;
|
|
9348
|
+
exports.VeltCommentDialogOptionsDropdownContentDeleteComment = VeltCommentDialogOptionsDropdownContentDeleteComment;
|
|
9349
|
+
exports.VeltCommentDialogOptionsDropdownContentDeleteThread = VeltCommentDialogOptionsDropdownContentDeleteThread;
|
|
9350
|
+
exports.VeltCommentDialogOptionsDropdownContentEdit = VeltCommentDialogOptionsDropdownContentEdit;
|
|
9351
|
+
exports.VeltCommentDialogOptionsDropdownContentMakePrivate = VeltCommentDialogOptionsDropdownContentMakePrivate;
|
|
9352
|
+
exports.VeltCommentDialogOptionsDropdownContentMakePrivateDisable = VeltCommentDialogOptionsDropdownContentMakePrivateDisable;
|
|
9353
|
+
exports.VeltCommentDialogOptionsDropdownContentMakePrivateEnable = VeltCommentDialogOptionsDropdownContentMakePrivateEnable;
|
|
9354
|
+
exports.VeltCommentDialogOptionsDropdownContentMarkAsRead = VeltCommentDialogOptionsDropdownContentMarkAsRead;
|
|
9355
|
+
exports.VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead = VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead;
|
|
9356
|
+
exports.VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread = VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread;
|
|
9357
|
+
exports.VeltCommentDialogOptionsDropdownContentNotification = VeltCommentDialogOptionsDropdownContentNotification;
|
|
9358
|
+
exports.VeltCommentDialogOptionsDropdownContentNotificationSubscribe = VeltCommentDialogOptionsDropdownContentNotificationSubscribe;
|
|
9359
|
+
exports.VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe = VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe;
|
|
8290
9360
|
exports.VeltCommentDialogOptionsDropdownContentWireframe = VeltCommentDialogOptionsDropdownContentWireframe;
|
|
9361
|
+
exports.VeltCommentDialogOptionsDropdownTrigger = VeltCommentDialogOptionsDropdownTrigger;
|
|
8291
9362
|
exports.VeltCommentDialogOptionsDropdownTriggerWireframe = VeltCommentDialogOptionsDropdownTriggerWireframe;
|
|
9363
|
+
exports.VeltCommentDialogPriority = VeltCommentDialogPriority$1;
|
|
9364
|
+
exports.VeltCommentDialogPriorityDropdown = VeltCommentDialogPriorityDropdown;
|
|
9365
|
+
exports.VeltCommentDialogPriorityDropdownContent = VeltCommentDialogPriorityDropdownContent;
|
|
9366
|
+
exports.VeltCommentDialogPriorityDropdownContentItem = VeltCommentDialogPriorityDropdownContentItem;
|
|
9367
|
+
exports.VeltCommentDialogPriorityDropdownContentItemIcon = VeltCommentDialogPriorityDropdownContentItemIcon;
|
|
9368
|
+
exports.VeltCommentDialogPriorityDropdownContentItemName = VeltCommentDialogPriorityDropdownContentItemName;
|
|
9369
|
+
exports.VeltCommentDialogPriorityDropdownContentItemTick = VeltCommentDialogPriorityDropdownContentItemTick;
|
|
8292
9370
|
exports.VeltCommentDialogPriorityDropdownContentWireframe = VeltCommentDialogPriorityDropdownContentWireframe;
|
|
9371
|
+
exports.VeltCommentDialogPriorityDropdownTrigger = VeltCommentDialogPriorityDropdownTrigger;
|
|
9372
|
+
exports.VeltCommentDialogPriorityDropdownTriggerArrow = VeltCommentDialogPriorityDropdownTriggerArrow;
|
|
9373
|
+
exports.VeltCommentDialogPriorityDropdownTriggerIcon = VeltCommentDialogPriorityDropdownTriggerIcon;
|
|
9374
|
+
exports.VeltCommentDialogPriorityDropdownTriggerName = VeltCommentDialogPriorityDropdownTriggerName;
|
|
8293
9375
|
exports.VeltCommentDialogPriorityDropdownTriggerWireframe = VeltCommentDialogPriorityDropdownTriggerWireframe;
|
|
9376
|
+
exports.VeltCommentDialogPrivateBanner = VeltCommentDialogPrivateBanner$1;
|
|
9377
|
+
exports.VeltCommentDialogPrivateButton = VeltCommentDialogPrivateButton;
|
|
9378
|
+
exports.VeltCommentDialogReplyAvatars = VeltCommentDialogReplyAvatars$1;
|
|
9379
|
+
exports.VeltCommentDialogReplyAvatarsList = VeltCommentDialogReplyAvatarsList$1;
|
|
9380
|
+
exports.VeltCommentDialogReplyAvatarsListItem = VeltCommentDialogReplyAvatarsListItem$1;
|
|
9381
|
+
exports.VeltCommentDialogReplyAvatarsRemainingCount = VeltCommentDialogReplyAvatarsRemainingCount$1;
|
|
9382
|
+
exports.VeltCommentDialogResolveButton = VeltCommentDialogResolveButton$1;
|
|
9383
|
+
exports.VeltCommentDialogSignIn = VeltCommentDialogSignIn$1;
|
|
9384
|
+
exports.VeltCommentDialogStatus = VeltCommentDialogStatus$1;
|
|
9385
|
+
exports.VeltCommentDialogStatusDropdown = VeltCommentDialogStatusDropdown;
|
|
9386
|
+
exports.VeltCommentDialogStatusDropdownContent = VeltCommentDialogStatusDropdownContent;
|
|
9387
|
+
exports.VeltCommentDialogStatusDropdownContentItem = VeltCommentDialogStatusDropdownContentItem;
|
|
9388
|
+
exports.VeltCommentDialogStatusDropdownContentItemIcon = VeltCommentDialogStatusDropdownContentItemIcon;
|
|
9389
|
+
exports.VeltCommentDialogStatusDropdownContentItemName = VeltCommentDialogStatusDropdownContentItemName;
|
|
8294
9390
|
exports.VeltCommentDialogStatusDropdownContentWireframe = VeltCommentDialogStatusDropdownContentWireframe;
|
|
9391
|
+
exports.VeltCommentDialogStatusDropdownTrigger = VeltCommentDialogStatusDropdownTrigger;
|
|
9392
|
+
exports.VeltCommentDialogStatusDropdownTriggerArrow = VeltCommentDialogStatusDropdownTriggerArrow;
|
|
9393
|
+
exports.VeltCommentDialogStatusDropdownTriggerIcon = VeltCommentDialogStatusDropdownTriggerIcon;
|
|
9394
|
+
exports.VeltCommentDialogStatusDropdownTriggerName = VeltCommentDialogStatusDropdownTriggerName;
|
|
8295
9395
|
exports.VeltCommentDialogStatusDropdownTriggerWireframe = VeltCommentDialogStatusDropdownTriggerWireframe;
|
|
9396
|
+
exports.VeltCommentDialogSuggestionAction = VeltCommentDialogSuggestionAction$1;
|
|
9397
|
+
exports.VeltCommentDialogSuggestionActionAccept = VeltCommentDialogSuggestionActionAccept$1;
|
|
9398
|
+
exports.VeltCommentDialogSuggestionActionReject = VeltCommentDialogSuggestionActionReject$1;
|
|
9399
|
+
exports.VeltCommentDialogThreadCard = VeltCommentDialogThreadCard$1;
|
|
9400
|
+
exports.VeltCommentDialogThreadCardAttachments = VeltCommentDialogThreadCardAttachments$1;
|
|
9401
|
+
exports.VeltCommentDialogThreadCardAttachmentsImage = VeltCommentDialogThreadCardAttachmentsImage$1;
|
|
9402
|
+
exports.VeltCommentDialogThreadCardAttachmentsImageDelete = VeltCommentDialogThreadCardAttachmentsImageDelete$1;
|
|
9403
|
+
exports.VeltCommentDialogThreadCardAttachmentsImageDownload = VeltCommentDialogThreadCardAttachmentsImageDownload$1;
|
|
9404
|
+
exports.VeltCommentDialogThreadCardAttachmentsImagePreview = VeltCommentDialogThreadCardAttachmentsImagePreview$1;
|
|
9405
|
+
exports.VeltCommentDialogThreadCardAttachmentsOther = VeltCommentDialogThreadCardAttachmentsOther$1;
|
|
9406
|
+
exports.VeltCommentDialogThreadCardAttachmentsOtherDelete = VeltCommentDialogThreadCardAttachmentsOtherDelete$1;
|
|
9407
|
+
exports.VeltCommentDialogThreadCardAttachmentsOtherDownload = VeltCommentDialogThreadCardAttachmentsOtherDownload$1;
|
|
9408
|
+
exports.VeltCommentDialogThreadCardAttachmentsOtherIcon = VeltCommentDialogThreadCardAttachmentsOtherIcon$1;
|
|
9409
|
+
exports.VeltCommentDialogThreadCardAttachmentsOtherName = VeltCommentDialogThreadCardAttachmentsOtherName$1;
|
|
9410
|
+
exports.VeltCommentDialogThreadCardAttachmentsOtherSize = VeltCommentDialogThreadCardAttachmentsOtherSize$1;
|
|
9411
|
+
exports.VeltCommentDialogThreadCardAvatar = VeltCommentDialogThreadCardAvatar$1;
|
|
9412
|
+
exports.VeltCommentDialogThreadCardDeviceType = VeltCommentDialogThreadCardDeviceType$1;
|
|
9413
|
+
exports.VeltCommentDialogThreadCardDraft = VeltCommentDialogThreadCardDraft$1;
|
|
9414
|
+
exports.VeltCommentDialogThreadCardEdited = VeltCommentDialogThreadCardEdited$1;
|
|
9415
|
+
exports.VeltCommentDialogThreadCardMessage = VeltCommentDialogThreadCardMessage$1;
|
|
9416
|
+
exports.VeltCommentDialogThreadCardName = VeltCommentDialogThreadCardName$1;
|
|
9417
|
+
exports.VeltCommentDialogThreadCardOptions = VeltCommentDialogThreadCardOptions$1;
|
|
9418
|
+
exports.VeltCommentDialogThreadCardReactionTool = VeltCommentDialogThreadCardReactionTool$1;
|
|
9419
|
+
exports.VeltCommentDialogThreadCardReactions = VeltCommentDialogThreadCardReactions$1;
|
|
9420
|
+
exports.VeltCommentDialogThreadCardRecordings = VeltCommentDialogThreadCardRecordings$1;
|
|
9421
|
+
exports.VeltCommentDialogThreadCardReply = VeltCommentDialogThreadCardReply$1;
|
|
9422
|
+
exports.VeltCommentDialogThreadCardSeenDropdown = VeltCommentDialogThreadCardSeenDropdown$1;
|
|
9423
|
+
exports.VeltCommentDialogThreadCardSeenDropdownContent = VeltCommentDialogThreadCardSeenDropdownContent$1;
|
|
9424
|
+
exports.VeltCommentDialogThreadCardSeenDropdownContentItem = VeltCommentDialogThreadCardSeenDropdownContentItem$1;
|
|
9425
|
+
exports.VeltCommentDialogThreadCardSeenDropdownContentItemAvatar = VeltCommentDialogThreadCardSeenDropdownContentItemAvatar$1;
|
|
9426
|
+
exports.VeltCommentDialogThreadCardSeenDropdownContentItemName = VeltCommentDialogThreadCardSeenDropdownContentItemName$1;
|
|
9427
|
+
exports.VeltCommentDialogThreadCardSeenDropdownContentItemTime = VeltCommentDialogThreadCardSeenDropdownContentItemTime$1;
|
|
9428
|
+
exports.VeltCommentDialogThreadCardSeenDropdownContentItems = VeltCommentDialogThreadCardSeenDropdownContentItems$1;
|
|
9429
|
+
exports.VeltCommentDialogThreadCardSeenDropdownContentTitle = VeltCommentDialogThreadCardSeenDropdownContentTitle$1;
|
|
9430
|
+
exports.VeltCommentDialogThreadCardSeenDropdownTrigger = VeltCommentDialogThreadCardSeenDropdownTrigger$1;
|
|
9431
|
+
exports.VeltCommentDialogThreadCardTime = VeltCommentDialogThreadCardTime$1;
|
|
9432
|
+
exports.VeltCommentDialogThreadCardUnread = VeltCommentDialogThreadCardUnread$1;
|
|
9433
|
+
exports.VeltCommentDialogThreads = VeltCommentDialogThreads$1;
|
|
9434
|
+
exports.VeltCommentDialogToggleReply = VeltCommentDialogToggleReply$1;
|
|
9435
|
+
exports.VeltCommentDialogToggleReplyCount = VeltCommentDialogToggleReplyCount$1;
|
|
9436
|
+
exports.VeltCommentDialogToggleReplyIcon = VeltCommentDialogToggleReplyIcon$1;
|
|
9437
|
+
exports.VeltCommentDialogToggleReplyText = VeltCommentDialogToggleReplyText$1;
|
|
9438
|
+
exports.VeltCommentDialogUnresolveButton = VeltCommentDialogUnresolveButton$1;
|
|
9439
|
+
exports.VeltCommentDialogUpgrade = VeltCommentDialogUpgrade$1;
|
|
8296
9440
|
exports.VeltCommentDialogWireframe = VeltCommentDialogWireframe;
|
|
8297
9441
|
exports.VeltCommentPin = VeltCommentPin;
|
|
8298
9442
|
exports.VeltCommentPinWireframe = VeltCommentPinWireframe;
|
|
@@ -8443,6 +9587,7 @@ exports.useRecordings = useRecordings;
|
|
|
8443
9587
|
exports.useRejectCommentAnnotation = useRejectCommentAnnotation;
|
|
8444
9588
|
exports.useResolveCommentAnnotation = useResolveCommentAnnotation;
|
|
8445
9589
|
exports.useServerConnectionStateChangeHandler = useServerConnectionStateChangeHandler;
|
|
9590
|
+
exports.useSetContextProvider = useSetContextProvider;
|
|
8446
9591
|
exports.useSetDocument = useSetDocument;
|
|
8447
9592
|
exports.useSetDocumentId = useSetDocumentId;
|
|
8448
9593
|
exports.useSetDocuments = useSetDocuments;
|