@veltdev/react 4.7.1 → 5.0.0-beta.2
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 +1152 -4
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/VeltCommentComposer/VeltCommentComposer.d.ts +2 -0
- 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/index.d.ts +153 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +1000 -5
- package/esm/index.js.map +1 -1
- package/esm/types/components/VeltCommentComposer/VeltCommentComposer.d.ts +2 -0
- 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/index.d.ts +153 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +1220 -1
- package/package.json +1 -1
|
@@ -10,6 +10,8 @@ export interface IVeltCommentComposerProps extends React.DetailedHTMLProps<React
|
|
|
10
10
|
locationId?: string;
|
|
11
11
|
documentId?: string;
|
|
12
12
|
folderId?: string;
|
|
13
|
+
placeholder?: string;
|
|
14
|
+
targetElementId?: string;
|
|
13
15
|
}
|
|
14
16
|
declare const VeltCommentComposer: React.FC<IVeltCommentComposerProps>;
|
|
15
17
|
export default VeltCommentComposer;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
commentPinSelected?: boolean;
|
|
7
|
+
fullExpanded?: boolean;
|
|
8
|
+
shadowDom?: boolean;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const VeltCommentDialog: React.FC<IVeltCommentDialogProps>;
|
|
12
|
+
export default VeltCommentDialog;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAllCommentProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogAllComment: React.FC<IVeltCommentDialogAllCommentProps>;
|
|
8
|
+
export default VeltCommentDialogAllComment;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAllComment";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogApproveProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogApprove: React.FC<IVeltCommentDialogApproveProps>;
|
|
8
|
+
export default VeltCommentDialogApprove;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogApprove";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssignDropdownProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
assignTo?: any | string;
|
|
7
|
+
selectedUserContacts?: any[] | string;
|
|
8
|
+
onSetAssignTo?: (event: {
|
|
9
|
+
assignTo: any;
|
|
10
|
+
}) => void;
|
|
11
|
+
}
|
|
12
|
+
declare const VeltCommentDialogAssignDropdown: React.FC<IVeltCommentDialogAssignDropdownProps>;
|
|
13
|
+
export default VeltCommentDialogAssignDropdown;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssignDropdown";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssignMenuProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogAssignMenu: React.FC<IVeltCommentDialogAssignMenuProps>;
|
|
8
|
+
export default VeltCommentDialogAssignMenu;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssignMenu";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssigneeBannerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogAssigneeBanner: React.FC<IVeltCommentDialogAssigneeBannerProps>;
|
|
8
|
+
export default VeltCommentDialogAssigneeBanner;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssigneeBannerResolveButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogAssigneeBannerResolveButton: React.FC<IVeltCommentDialogAssigneeBannerResolveButtonProps>;
|
|
8
|
+
export default VeltCommentDialogAssigneeBannerResolveButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssigneeBannerResolveButton";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssigneeBannerUnresolveButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogAssigneeBannerUnresolveButton: React.FC<IVeltCommentDialogAssigneeBannerUnresolveButtonProps>;
|
|
8
|
+
export default VeltCommentDialogAssigneeBannerUnresolveButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssigneeBannerUnresolveButton";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssigneeBannerUserAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogAssigneeBannerUserAvatar: React.FC<IVeltCommentDialogAssigneeBannerUserAvatarProps>;
|
|
8
|
+
export default VeltCommentDialogAssigneeBannerUserAvatar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssigneeBannerUserAvatar";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssigneeBannerUserNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogAssigneeBannerUserName: React.FC<IVeltCommentDialogAssigneeBannerUserNameProps>;
|
|
8
|
+
export default VeltCommentDialogAssigneeBannerUserName;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssigneeBannerUserName";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssigneeBanner";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAttachmentButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
template?: any;
|
|
7
|
+
componentMeta?: {
|
|
8
|
+
componentName: string;
|
|
9
|
+
variant?: string;
|
|
10
|
+
suffix?: string;
|
|
11
|
+
} | string;
|
|
12
|
+
allowedFileTypes?: string[] | string;
|
|
13
|
+
onClicked?: () => void;
|
|
14
|
+
onSelectFiles?: (files: any) => void;
|
|
15
|
+
}
|
|
16
|
+
declare const VeltCommentDialogAttachmentButton: React.FC<IVeltCommentDialogAttachmentButtonProps>;
|
|
17
|
+
export default VeltCommentDialogAttachmentButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAttachmentButton";
|
package/cjs/types/components/VeltCommentDialog/VeltCommentDialogBody/VeltCommentDialogBody.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogBodyProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogBody: React.FC<IVeltCommentDialogBodyProps>;
|
|
8
|
+
export default VeltCommentDialogBody;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogBody";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogCloseButton: React.FC<IVeltCommentDialogCloseButtonProps>;
|
|
8
|
+
export default VeltCommentDialogCloseButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogCloseButton";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogCommentCategoryProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogCommentCategory: React.FC<IVeltCommentDialogCommentCategoryProps>;
|
|
8
|
+
export default VeltCommentDialogCommentCategory;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogCommentCategory";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogCommentIndexProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogCommentIndex: React.FC<IVeltCommentDialogCommentIndexProps>;
|
|
8
|
+
export default VeltCommentDialogCommentIndex;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogCommentIndex";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogCommentNumberProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogCommentNumber: React.FC<IVeltCommentDialogCommentNumberProps>;
|
|
8
|
+
export default VeltCommentDialogCommentNumber;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogCommentNumber";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogCommentSuggestionStatusProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogCommentSuggestionStatus: React.FC<IVeltCommentDialogCommentSuggestionStatusProps>;
|
|
8
|
+
export default VeltCommentDialogCommentSuggestionStatus;
|
package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentSuggestionStatus/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogCommentSuggestionStatus";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
editMode?: boolean;
|
|
7
|
+
commentObj?: any | string;
|
|
8
|
+
commentIndex?: number | string;
|
|
9
|
+
composerWireframe?: any;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
commentplaceholder?: string;
|
|
12
|
+
replyplaceholder?: string;
|
|
13
|
+
editplaceholder?: string;
|
|
14
|
+
targetElementId?: string;
|
|
15
|
+
}
|
|
16
|
+
declare const VeltCommentDialogComposer: React.FC<IVeltCommentDialogComposerProps>;
|
|
17
|
+
export default VeltCommentDialogComposer;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerActionButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerActionButton: React.FC<IVeltCommentDialogComposerActionButtonProps>;
|
|
8
|
+
export default VeltCommentDialogComposerActionButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerActionButton";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAssignUserProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAssignUser: React.FC<IVeltCommentDialogComposerAssignUserProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAssignUser;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAssignUser";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachments: React.FC<IVeltCommentDialogComposerAttachmentsProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachments;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsImageProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsImage: React.FC<IVeltCommentDialogComposerAttachmentsImageProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsImage;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsImageDeleteProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsImageDelete: React.FC<IVeltCommentDialogComposerAttachmentsImageDeleteProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsImageDelete;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsImageDelete";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsImageLoadingProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsImageLoading: React.FC<IVeltCommentDialogComposerAttachmentsImageLoadingProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsImageLoading;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsImageLoading";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsImagePreviewProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsImagePreview: React.FC<IVeltCommentDialogComposerAttachmentsImagePreviewProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsImagePreview;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsImagePreview";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsImage";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsInvalidProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsInvalid: React.FC<IVeltCommentDialogComposerAttachmentsInvalidProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsInvalid;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsInvalidItemProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsInvalidItem: React.FC<IVeltCommentDialogComposerAttachmentsInvalidItemProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsInvalidItem;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsInvalidItemDeleteProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsInvalidItemDelete: React.FC<IVeltCommentDialogComposerAttachmentsInvalidItemDeleteProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsInvalidItemDelete;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsInvalidItemDelete";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsInvalidItemMessageProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsInvalidItemMessage: React.FC<IVeltCommentDialogComposerAttachmentsInvalidItemMessageProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsInvalidItemMessage;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsInvalidItemMessage";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsInvalidItemPreviewProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsInvalidItemPreview: React.FC<IVeltCommentDialogComposerAttachmentsInvalidItemPreviewProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsInvalidItemPreview;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsInvalidItemPreview";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsInvalidItem";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsInvalid";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsOtherProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsOther: React.FC<IVeltCommentDialogComposerAttachmentsOtherProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsOther;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsOtherDeleteProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsOtherDelete: React.FC<IVeltCommentDialogComposerAttachmentsOtherDeleteProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsOtherDelete;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsOtherDelete";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsOtherIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsOtherIcon: React.FC<IVeltCommentDialogComposerAttachmentsOtherIconProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsOtherIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsOtherIcon";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsOtherLoadingProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsOtherLoading: React.FC<IVeltCommentDialogComposerAttachmentsOtherLoadingProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsOtherLoading;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsOtherLoading";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsOtherNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsOtherName: React.FC<IVeltCommentDialogComposerAttachmentsOtherNameProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsOtherName;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsOtherName";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsOtherSizeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsOtherSize: React.FC<IVeltCommentDialogComposerAttachmentsOtherSizeProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsOtherSize;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsOtherSize";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsOther";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAttachmentsSelectedProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAttachmentsSelected: React.FC<IVeltCommentDialogComposerAttachmentsSelectedProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAttachmentsSelected;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachmentsSelected";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAttachments";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerAvatar: React.FC<IVeltCommentDialogComposerAvatarProps>;
|
|
8
|
+
export default VeltCommentDialogComposerAvatar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAvatar";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerInputProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
editMode?: boolean;
|
|
7
|
+
commentObj?: any | string;
|
|
8
|
+
commentIndex?: number | string;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
commentplaceholder?: string;
|
|
11
|
+
replyplaceholder?: string;
|
|
12
|
+
editplaceholder?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const VeltCommentDialogComposerInput: React.FC<IVeltCommentDialogComposerInputProps>;
|
|
15
|
+
export default VeltCommentDialogComposerInput;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerInput";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerPrivateBadgeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerPrivateBadge: React.FC<IVeltCommentDialogComposerPrivateBadgeProps>;
|
|
8
|
+
export default VeltCommentDialogComposerPrivateBadge;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerPrivateBadge";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerRecordingsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
annotationId?: string;
|
|
4
|
+
defaultCondition?: boolean;
|
|
5
|
+
inlineCommentSectionMode?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogComposerRecordings: React.FC<IVeltCommentDialogComposerRecordingsProps>;
|
|
8
|
+
export default VeltCommentDialogComposerRecordings;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerRecordings";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposer";
|