react-covideo-embed 1.0.81-rc.2 → 1.0.81
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/build/app/App.d.ts +3 -0
- package/{dist → build}/app/pages/insertVideo/InsertVideo.d.ts +1 -1
- package/{dist → build}/app/pages/insertVideo/components/CopyVideoButton.d.ts +1 -1
- package/{dist → build}/app/pages/insertVideo/components/InsertButton.d.ts +1 -1
- package/{dist → build}/app/pages/insertVideo/components/InsertVideoSettings.d.ts +1 -1
- package/{dist → build}/app/pages/insertVideo/components/VehicleSearch.d.ts +1 -1
- package/{dist → build}/app/pages/lesaTV/LesaTV.d.ts +1 -1
- package/{dist → build}/app/pages/lesaTV/components/PageInfo.d.ts +1 -1
- package/{dist/app/pages/wheelsTV → build/app/pages/lesaTV}/components/Search.d.ts +1 -1
- package/{dist → build}/app/pages/library/Library.d.ts +1 -1
- package/build/app/pages/library/components/NoVideos.d.ts +6 -0
- package/{dist → build}/app/pages/library/components/PageInfo.d.ts +1 -1
- package/{dist → build}/app/pages/library/components/Search.d.ts +1 -1
- package/{dist → build}/app/pages/library/components/UserDropdown.d.ts +1 -1
- package/{dist → build}/app/pages/library/components/VideoItem.d.ts +1 -1
- package/{dist → build}/app/pages/library/components/VideoItemThumbnail.d.ts +1 -1
- package/build/app/pages/login/Login.d.ts +5 -0
- package/{dist → build}/app/pages/login/PasswordForm.d.ts +1 -1
- package/{dist → build}/app/pages/login/SSOVerifying.d.ts +1 -1
- package/{dist → build}/app/pages/login/UsernameForm.d.ts +1 -1
- package/build/app/pages/merge/Merge.d.ts +1 -0
- package/{dist → build}/app/pages/merge/components/Player.d.ts +1 -1
- package/{dist → build}/app/pages/merge/components/VideoMerge.d.ts +1 -1
- package/{dist → build}/app/pages/merge/components/VideoRow.d.ts +1 -1
- package/build/app/pages/merge/components/VideoThumbnail.d.ts +1 -0
- package/{dist → build}/app/pages/noAccess/NoAccess.d.ts +1 -1
- package/build/app/pages/previewUpload/PreviewUpload.d.ts +2 -0
- package/{dist → build}/app/pages/recordv1/ChooseRecordingOptions.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/Countdown.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/FolderDropdown.d.ts +1 -2
- package/{dist → build}/app/pages/recordv1/ModalRecordingVideoSettings.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/ModalTeleprompterRecord.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/ModalVideoTags.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/ProgressCircle.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/RecordBoth.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/RecordCam.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/RecordCamLoader.d.ts +1 -1
- package/build/app/pages/recordv1/RecordHome.d.ts +1 -0
- package/{dist → build}/app/pages/recordv1/RecorderBody.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/RecordingHeadingWithRouteGuard.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/ScreenRecorder.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/Scroller.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/Teleprompter/BaseTeleprompterActions.d.ts +1 -1
- package/build/app/pages/recordv1/Teleprompter/RecordingTeleprompterActions.d.ts +1 -0
- package/{dist → build}/app/pages/recordv1/Teleprompter/TeleprompterActions.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/Teleprompter/TeleprompterDisplay.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/UploadLoader.d.ts +1 -1
- package/build/app/pages/recordv1/VideoTag.d.ts +1 -0
- package/{dist → build}/app/pages/recordv1/VideoUploadFolderDropdown.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/VirtualBackgroundsButton.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/detailsPreview/DetailsPreview.d.ts +1 -1
- package/build/app/pages/recordv1/detailsPreview/form/DetailsPreviewAtrributesHeader.d.ts +1 -0
- package/{dist → build}/app/pages/recordv1/detailsPreview/form/DetailsPreviewHeader.d.ts +1 -1
- package/build/app/pages/recordv1/detailsPreview/form/DetailsPreviewVideoAttributes.d.ts +1 -0
- package/build/app/pages/recordv1/detailsPreview/form/DetailsRecordPreviewTags.d.ts +1 -0
- package/{dist → build}/app/pages/recordv1/detailsPreview/form/VideoRequestDetails.d.ts +1 -1
- package/build/app/pages/recordv1/routes.d.ts +1 -0
- package/{dist → build}/app/pages/recordv1/virtualBackgrounds/FilesTabContent.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/virtualBackgrounds/VirtualBackgroundLibraryModal.d.ts +1 -1
- package/{dist → build}/app/pages/recordv1/virtualBackgrounds/VirtualBackgrounds.d.ts +1 -1
- package/{dist → build}/app/pages/video/Upload.d.ts +1 -1
- package/{dist → build}/app/pages/video/components/Preview.d.ts +1 -1
- package/{dist → build}/app/pages/video/components/videoPlayer/VideoPlayer.d.ts +1 -1
- package/{dist → build}/app/pages/video/components/videoPlayer/components/onScreenPlayButton.d.ts +1 -1
- package/{dist → build}/app/pages/video/components/videoPlayer/components/progressBar.d.ts +1 -1
- package/{dist → build}/app/pages/video/components/videoPlayer/components/trim/Handle.d.ts +1 -1
- package/{dist → build}/app/pages/video/components/videoPlayer/components/trim/TimelineRange.d.ts +1 -1
- package/{dist → build}/app/pages/video/components/videoPlayer/components/trim/Trim.d.ts +1 -1
- package/{dist → build}/app/pages/video/components/videoPlayer/components/trim/VideoPreviewTrack.d.ts +1 -1
- package/{dist → build}/app/pages/video/components/videoPlayer/components/videoControls.d.ts +1 -1
- package/{dist → build}/app/pages/video/videoDetails/components/AttributesFields.d.ts +1 -1
- package/{dist → build}/app/pages/vinReels/ModalVideoPreview.d.ts +1 -1
- package/{dist → build}/app/pages/vinReels/VinReels.d.ts +2 -2
- package/build/app/pages/voiceover/Voiceover.d.ts +1 -0
- package/{dist → build}/app/pages/voiceover/components/AudioRecorder.d.ts +1 -1
- package/{dist → build}/app/pages/voiceover/components/VideoPreview.d.ts +1 -1
- package/build/app/pages/wheelsTV/WheelsTV.d.ts +1 -0
- package/{dist → build}/app/pages/wheelsTV/components/PageInfo.d.ts +1 -1
- package/{dist/app/pages/lesaTV → build/app/pages/wheelsTV}/components/Search.d.ts +1 -1
- package/build/index.js +260 -5891
- package/build/index.js.LICENSE.txt +956 -0
- package/{dist → build}/lib/api/auth/useCheckUsernameMutation.d.ts +1 -1
- package/{dist → build}/lib/api/auth/useLoginMutation.d.ts +1 -1
- package/build/lib/api/inventory/useGtmVinInventoryQuery.d.ts +3 -0
- package/{dist → build}/lib/api/lesa/useLesaVideosMutation.d.ts +1 -1
- package/{dist → build}/lib/api/multilocation/signIntoLocation.d.ts +1 -1
- package/{dist → build}/lib/api/sso/useSSOLoginMutation.d.ts +1 -1
- package/{dist → build}/lib/components/AddonDropdown.d.ts +1 -1
- package/{dist → build}/lib/components/ButtonDropdown.d.ts +1 -1
- package/{dist → build}/lib/components/ButtonSwitch.d.ts +1 -1
- package/{dist → build}/lib/components/CheckboxInput.d.ts +1 -1
- package/{dist → build}/lib/components/CloseButton.d.ts +1 -1
- package/{dist → build}/lib/components/Container.d.ts +1 -1
- package/build/lib/components/CountDown.d.ts +1 -0
- package/{dist → build}/lib/components/DragAndDrop.d.ts +1 -1
- package/{dist → build}/lib/components/InformationBox.d.ts +1 -1
- package/build/lib/components/Label.d.ts +6 -0
- package/{dist → build}/lib/components/LoadingIndicator.d.ts +1 -1
- package/build/lib/components/Logo.d.ts +1 -0
- package/build/lib/components/MainWrapper.d.ts +5 -0
- package/{dist → build}/lib/components/NewDropdown.d.ts +7 -6
- package/{dist → build}/lib/components/PreviewVideoBar.d.ts +1 -1
- package/{dist → build}/lib/components/RouteLeavingGuard.d.ts +1 -1
- package/{dist → build}/lib/components/TopBar.d.ts +1 -1
- package/{dist → build}/lib/components/formik/FormikDropdown.d.ts +1 -1
- package/{dist → build}/lib/components/formik/FormikErrorMessage.d.ts +1 -1
- package/{dist → build}/lib/components/formik/FormikTextAreaField.d.ts +1 -1
- package/{dist → build}/lib/components/inputs/RadioInput.d.ts +1 -1
- package/build/lib/components/mediaTools/index.d.ts +1 -0
- package/{dist → build}/lib/components/modal/Modal.d.ts +1 -1
- package/{dist → build}/lib/components/modal/ModalQuickShareMarkAsSent.d.ts +1 -1
- package/{dist → build}/lib/components/modals/Modal.d.ts +1 -1
- package/{dist → build}/lib/components/modals/ModalInputText.d.ts +1 -1
- package/{dist → build}/lib/components/modals/ModalLeave.d.ts +1 -1
- package/{dist → build}/lib/components/modals/ModalPrompt.d.ts +1 -1
- package/{dist → build}/lib/components/modals/ModalUpload.d.ts +1 -1
- package/{dist → build}/lib/components/modals/ModalVideoPreview.d.ts +1 -1
- package/build/lib/components/toast-notifications/ToastNotification.d.ts +5 -0
- package/{dist → build}/lib/components/toast-notifications/index.d.ts +1 -1
- package/{dist → build}/lib/components/videoUpload/MultipleUploadList.d.ts +1 -1
- package/{dist → build}/lib/components/videoUpload/VideoUpload.d.ts +1 -1
- package/{dist → build}/lib/context/ActionDispatchContext.d.ts +1 -1
- package/{dist → build}/lib/context/AuthorizationContext.d.ts +1 -1
- package/{dist → build}/lib/context/ContactUsModalContext.d.ts +1 -1
- package/{dist → build}/lib/context/record/provider.d.ts +1 -1
- package/{dist → build}/lib/context/teleprompter/provider.d.ts +1 -1
- package/build/lib/images/imagePlaceholder.webp +0 -0
- package/build/lib/images/volumeOff.d.ts +1 -0
- package/package.json +47 -100
- package/build/index.js.map +0 -1
- package/build/react-covideo-embed.css +0 -1
- package/build/react-covideo-embed.esm.js +0 -154863
- package/build/react-covideo-embed.esm.js.map +0 -1
- package/dist/app/App.d.ts +0 -3
- package/dist/app/pages/library/components/NoVideos.d.ts +0 -6
- package/dist/app/pages/login/Login.d.ts +0 -5
- package/dist/app/pages/merge/Merge.d.ts +0 -1
- package/dist/app/pages/merge/components/VideoThumbnail.d.ts +0 -1
- package/dist/app/pages/previewUpload/PreviewUpload.d.ts +0 -2
- package/dist/app/pages/recordv1/RecordHome.d.ts +0 -1
- package/dist/app/pages/recordv1/Teleprompter/RecordingTeleprompterActions.d.ts +0 -1
- package/dist/app/pages/recordv1/VideoTag.d.ts +0 -1
- package/dist/app/pages/recordv1/detailsPreview/form/DetailsPreviewAtrributesHeader.d.ts +0 -1
- package/dist/app/pages/recordv1/detailsPreview/form/DetailsPreviewVideoAttributes.d.ts +0 -1
- package/dist/app/pages/recordv1/detailsPreview/form/DetailsRecordPreviewTags.d.ts +0 -1
- package/dist/app/pages/recordv1/routes.d.ts +0 -1
- package/dist/app/pages/voiceover/Voiceover.d.ts +0 -1
- package/dist/app/pages/wheelsTV/WheelsTV.d.ts +0 -1
- package/dist/lib/api/inventory/useGtmVinInventoryQuery.d.ts +0 -3
- package/dist/lib/components/CountDown.d.ts +0 -1
- package/dist/lib/components/Label.d.ts +0 -6
- package/dist/lib/components/Logo.d.ts +0 -1
- package/dist/lib/components/MainWrapper.d.ts +0 -5
- package/dist/lib/components/mediaTools/index.d.ts +0 -1
- package/dist/lib/components/toast-notifications/ToastNotification.d.ts +0 -5
- package/dist/lib/images/volumeOff.d.ts +0 -1
- /package/{dist → build}/app/pages/insertVideo/components/index.d.ts +0 -0
- /package/{dist → build}/app/pages/insertVideo/utils.d.ts +0 -0
- /package/{dist → build}/app/pages/lesaTV/components/index.d.ts +0 -0
- /package/{dist → build}/app/pages/library/components/const.d.ts +0 -0
- /package/{dist → build}/app/pages/library/components/index.d.ts +0 -0
- /package/{dist → build}/app/pages/login/styles.d.ts +0 -0
- /package/{dist → build}/app/pages/login/types.d.ts +0 -0
- /package/{dist → build}/app/pages/login/utils.d.ts +0 -0
- /package/{dist → build}/app/pages/merge/types.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/VideoRecorderActions.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/detailsPreview/types.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/types.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/useImageSegmenter.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/useRecorder.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/useRecorderCountdown.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/useRecordingTime.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/useVideoRecorderUpload.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/utils/browserChecks.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/utils/functions.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/utils/media.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/utils/recorderSettings.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/utils/virtualBackgrounds.d.ts +0 -0
- /package/{dist → build}/app/pages/recordv1/webgl/webglUtils.d.ts +0 -0
- /package/{dist → build}/app/pages/video/components/videoPlayer/components/index.d.ts +0 -0
- /package/{dist → build}/app/pages/video/components/videoPlayer/components/trim/SliderRail.d.ts +0 -0
- /package/{dist → build}/app/pages/video/components/videoPlayer/components/trim/Tick.d.ts +0 -0
- /package/{dist → build}/app/pages/video/components/videoPlayer/components/trim/Track.d.ts +0 -0
- /package/{dist → build}/app/pages/video/components/videoPlayer/index.d.ts +0 -0
- /package/{dist → build}/app/pages/vinReels/style.d.ts +0 -0
- /package/{dist → build}/app/pages/voiceover/components/util.d.ts +0 -0
- /package/{dist → build}/app/pages/wheelsTV/components/index.d.ts +0 -0
- /package/{dist → build}/i18n.d.ts +0 -0
- /package/{dist → build}/index.d.ts +0 -0
- /package/{dist → build}/lib/api/attributesApi.d.ts +0 -0
- /package/{dist → build}/lib/api/authApi.d.ts +0 -0
- /package/{dist → build}/lib/api/aws/useAwsSignedUrlQuery.d.ts +0 -0
- /package/{dist → build}/lib/api/aws/useS3UploadMutation.d.ts +0 -0
- /package/{dist → build}/lib/api/customVirtualBackground/customVirtualBackgroundKeys.d.ts +0 -0
- /package/{dist → build}/lib/api/customVirtualBackground/useCustomVirtualBackgroundQuery.d.ts +0 -0
- /package/{dist → build}/lib/api/designApi.d.ts +0 -0
- /package/{dist → build}/lib/api/droplr/droplrAuth.d.ts +0 -0
- /package/{dist → build}/lib/api/droplr/getBoards.d.ts +0 -0
- /package/{dist → build}/lib/api/droplr/getDrop.d.ts +0 -0
- /package/{dist → build}/lib/api/droplr/getDrops.d.ts +0 -0
- /package/{dist → build}/lib/api/droplr/queryKeys.d.ts +0 -0
- /package/{dist → build}/lib/api/droplr/types.d.ts +0 -0
- /package/{dist → build}/lib/api/droplr/uploadDrop.d.ts +0 -0
- /package/{dist → build}/lib/api/exitlinksets/useExitLinksetsQuery.d.ts +0 -0
- /package/{dist → build}/lib/api/folders/foldersKeys.d.ts +0 -0
- /package/{dist → build}/lib/api/folders/getFolders.d.ts +0 -0
- /package/{dist → build}/lib/api/folders/types.d.ts +0 -0
- /package/{dist → build}/lib/api/index.d.ts +0 -0
- /package/{dist → build}/lib/api/inventory/inventoryItemKeys.d.ts +0 -0
- /package/{dist → build}/lib/api/inventoryApi.d.ts +0 -0
- /package/{dist → build}/lib/api/lesa/lesaKeys.d.ts +0 -0
- /package/{dist → build}/lib/api/lesa/useLesaTvVideosQuery.d.ts +0 -0
- /package/{dist → build}/lib/api/multilocation/getUserLocations.d.ts +0 -0
- /package/{dist → build}/lib/api/multilocation/locationKeys.d.ts +0 -0
- /package/{dist → build}/lib/api/overlays/useWebsiteOverlayQuery.d.ts +0 -0
- /package/{dist → build}/lib/api/quckshareApi.d.ts +0 -0
- /package/{dist → build}/lib/api/teleprompterApi.d.ts +0 -0
- /package/{dist → build}/lib/api/types.d.ts +0 -0
- /package/{dist → build}/lib/api/useGetTemplatesQuery.d.ts +0 -0
- /package/{dist → build}/lib/api/users/automotive/queryKeys.d.ts +0 -0
- /package/{dist → build}/lib/api/users/automotive/useUsersByAutomotiveRolesQuery.d.ts +0 -0
- /package/{dist → build}/lib/api/videoAttributes/useGetAllVideoAttributesQuery.d.ts +0 -0
- /package/{dist → build}/lib/api/videoAttributes/videoAttributesKeys.d.ts +0 -0
- /package/{dist → build}/lib/api/videoRequestApi.d.ts +0 -0
- /package/{dist → build}/lib/api/videoTagsApi.d.ts +0 -0
- /package/{dist → build}/lib/api/videos/useCreateVideoMutation.d.ts +0 -0
- /package/{dist → build}/lib/api/videos/useEncodeVideoMutation.d.ts +0 -0
- /package/{dist → build}/lib/api/videos/useVideoQuery.d.ts +0 -0
- /package/{dist → build}/lib/api/videosApi.d.ts +0 -0
- /package/{dist → build}/lib/api/vinReel/useCopyVINReelMutation.d.ts +0 -0
- /package/{dist → build}/lib/api/vinReel/useGetVINReelsQuery.d.ts +0 -0
- /package/{dist → build}/lib/api/voiceOverApi.d.ts +0 -0
- /package/{dist → build}/lib/api/wtvApi.d.ts +0 -0
- /package/{dist → build}/lib/components/Input.d.ts +0 -0
- /package/{dist → build}/lib/components/NewTextInput.d.ts +0 -0
- /package/{dist → build}/lib/components/Spinner.d.ts +0 -0
- /package/{dist → build}/lib/components/formik/FormikInputField.d.ts +0 -0
- /package/{dist → build}/lib/components/formik/FormikLabel.d.ts +0 -0
- /package/{dist → build}/lib/components/index.d.ts +0 -0
- /package/{dist → build}/lib/components/styles/layout.d.ts +0 -0
- /package/{dist → build}/lib/components/styles/typography.d.ts +0 -0
- /package/{dist → build}/lib/components/videoUpload/styles.d.ts +0 -0
- /package/{dist → build}/lib/config.d.ts +0 -0
- /package/{dist → build}/lib/const/AccessRole.d.ts +0 -0
- /package/{dist → build}/lib/const/AutomotiveRole.d.ts +0 -0
- /package/{dist → build}/lib/const/Folder.d.ts +0 -0
- /package/{dist → build}/lib/const/MarkAsSentOptions.d.ts +0 -0
- /package/{dist → build}/lib/const/PackageName.d.ts +0 -0
- /package/{dist → build}/lib/const/VideoActivity.d.ts +0 -0
- /package/{dist → build}/lib/const/VideoEmailStatus.d.ts +0 -0
- /package/{dist → build}/lib/const/VideoStatus.d.ts +0 -0
- /package/{dist → build}/lib/const/VideoType.d.ts +0 -0
- /package/{dist → build}/lib/const/index.d.ts +0 -0
- /package/{dist → build}/lib/context/ConfigurationContext.d.ts +0 -0
- /package/{dist → build}/lib/context/actionCreators.d.ts +0 -0
- /package/{dist → build}/lib/context/authReducer.d.ts +0 -0
- /package/{dist → build}/lib/context/index.d.ts +0 -0
- /package/{dist → build}/lib/context/record/functions.d.ts +0 -0
- /package/{dist → build}/lib/context/record/types.d.ts +0 -0
- /package/{dist → build}/lib/context/teleprompter/types.d.ts +0 -0
- /package/{dist → build}/lib/context/types.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/recording/addVideoAttribute.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/recording/discardVideo.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/recording/index.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/recording/selectType.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/recording/start.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/recording/stop.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/recording/toolInteraction.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/recording/types.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/video/attributesInteraction.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/video/index.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/video/interaction.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/video/messageInteraction.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/video/saveNewVideoInteraction.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/video/types.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/video/utils.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/videoPlayer/index.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/videoPlayer/interaction.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/actions/videoPlayer/types.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/pushToDataLayer.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/types.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/useGTMAnalytics.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/useGTMInject.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/useGTMTrackPageView.d.ts +0 -0
- /package/{dist → build}/lib/hooks/GTM/utils.d.ts +0 -0
- /package/{dist → build}/lib/hooks/ai/features/useAIFeatureFlags.d.ts +0 -0
- /package/{dist → build}/lib/hooks/ai/features/useAiFeatureAvailability.d.ts +0 -0
- /package/{dist → build}/lib/hooks/ai/features/utils.d.ts +0 -0
- /package/{dist → build}/lib/hooks/index.d.ts +0 -0
- /package/{dist → build}/lib/hooks/query/inventoryItem/index.d.ts +0 -0
- /package/{dist → build}/lib/hooks/query/inventoryItem/useGetInventoryItems.d.ts +0 -0
- /package/{dist → build}/lib/hooks/query/markAsSent/useQuickShareMarkAsSentMutation.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useCopyClipboard.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useCreateVideo.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useEncodeVideo.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useImageLoadRetry.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useMediaRecorder.d.ts +0 -0
- /package/{dist → build}/lib/hooks/usePresignedUrl.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useQueryFetch.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useQueryState.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useQuickShare.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useS3Upload.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useVideoLoadRetry.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useVideoStore.d.ts +0 -0
- /package/{dist → build}/lib/hooks/useVideoTranscriptionStart.d.ts +0 -0
- /package/{dist → build}/lib/images/AccountIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/AddIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/CarIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/CdkLogo.d.ts +0 -0
- /package/{dist → build}/lib/images/CdkSmallLogo.d.ts +0 -0
- /package/{dist → build}/lib/images/CdkSmallLogoActive.d.ts +0 -0
- /package/{dist → build}/lib/images/CheckmarkIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/CloseCircleIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/CloseIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/CovideoLogo.d.ts +0 -0
- /package/{dist → build}/lib/images/CovideoSmallLogo.d.ts +0 -0
- /package/{dist → build}/lib/images/CovideoSmallLogoActive.d.ts +0 -0
- /package/{dist → build}/lib/images/DeleteIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/Drag.d.ts +0 -0
- /package/{dist → build}/lib/images/HashtagIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/Images.d.ts +0 -0
- /package/{dist → build}/lib/images/LaptopIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/SaveIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/SettingsIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/VectorIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/VideoIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/VirtualBgIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/ZoomInIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/ZoomOutIcon.d.ts +0 -0
- /package/{dist → build}/lib/images/pauseButton.d.ts +0 -0
- /package/{dist → build}/lib/images/playButton.d.ts +0 -0
- /package/{dist → build}/lib/style/index.d.ts +0 -0
- /package/{dist → build}/lib/style/theme.d.ts +0 -0
- /package/{dist → build}/lib/types/gtm.d.ts +0 -0
- /package/{dist → build}/lib/utils/UseOnClickOutside.d.ts +0 -0
- /package/{dist → build}/lib/utils/automotiveRolePermissionChecks.d.ts +0 -0
- /package/{dist → build}/lib/utils/folders/folderSelection.d.ts +0 -0
- /package/{dist → build}/lib/utils/functions.d.ts +0 -0
- /package/{dist → build}/lib/utils/productFeature.d.ts +0 -0
- /package/{dist → build}/lib/utils/reactions.d.ts +0 -0
|
@@ -10,5 +10,5 @@ type Props = {
|
|
|
10
10
|
};
|
|
11
11
|
onCRMClick?: () => void;
|
|
12
12
|
};
|
|
13
|
-
export declare const CopyVideoButton: ({ video, getMarkAsSentPayload, disable, onCRMClick, }: Props) =>
|
|
13
|
+
export declare const CopyVideoButton: ({ video, getMarkAsSentPayload, disable, onCRMClick, }: Props) => JSX.Element;
|
|
14
14
|
export {};
|
|
@@ -10,5 +10,5 @@ type Props = {
|
|
|
10
10
|
};
|
|
11
11
|
onCRMClick?: () => void;
|
|
12
12
|
};
|
|
13
|
-
export declare const InsertButton: ({ video, getMarkAsSentPayload, disable, onCRMClick, }: Props) =>
|
|
13
|
+
export declare const InsertButton: ({ video, getMarkAsSentPayload, disable, onCRMClick, }: Props) => JSX.Element;
|
|
14
14
|
export {};
|
|
@@ -11,5 +11,5 @@ type Props = {
|
|
|
11
11
|
setInsertVideoData: Dispatch<SetStateAction<VideoShareSetData>>;
|
|
12
12
|
reactionsCustomerEnabled?: boolean;
|
|
13
13
|
};
|
|
14
|
-
export declare const InsertVideoSettings: ({ linksetsData, templatesOptions, overlaysData, insertVideoData, setInsertVideoData, reactionsCustomerEnabled, }: Props) =>
|
|
14
|
+
export declare const InsertVideoSettings: ({ linksetsData, templatesOptions, overlaysData, insertVideoData, setInsertVideoData, reactionsCustomerEnabled, }: Props) => JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -9,5 +9,5 @@ type Props = {
|
|
|
9
9
|
fetchSold?: boolean;
|
|
10
10
|
addingVehicle?: boolean;
|
|
11
11
|
};
|
|
12
|
-
export declare const VehicleSearch: ({ onChangeVehicle, handleChangeVehicleButtonPress, handleRemoveVehicleButtonPress, setAddingVehicle, selectedVin, placeholder, fetchSold, addingVehicle, }: Props) =>
|
|
12
|
+
export declare const VehicleSearch: ({ onChangeVehicle, handleChangeVehicleButtonPress, handleRemoveVehicleButtonPress, setAddingVehicle, selectedVin, placeholder, fetchSold, addingVehicle, }: Props) => JSX.Element | null;
|
|
13
13
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const TitleWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
2
|
-
export declare const LesaTV: () =>
|
|
2
|
+
export declare const LesaTV: () => JSX.Element;
|
|
@@ -2,5 +2,5 @@ type Props = {
|
|
|
2
2
|
prevSearch: string;
|
|
3
3
|
handleSearch: (searchTerm: string) => void;
|
|
4
4
|
};
|
|
5
|
-
export declare const Search: ({ prevSearch, handleSearch }: Props) =>
|
|
5
|
+
export declare const Search: ({ prevSearch, handleSearch }: Props) => JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -2,5 +2,5 @@ type Props = {
|
|
|
2
2
|
prevSearch: string;
|
|
3
3
|
handleSearch: (searchTerm: string) => void;
|
|
4
4
|
};
|
|
5
|
-
export declare const Search: ({ prevSearch, handleSearch }: Props) =>
|
|
5
|
+
export declare const Search: ({ prevSearch, handleSearch }: Props) => JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type Props = {
|
|
2
2
|
handleUpdateToken: Function;
|
|
3
3
|
};
|
|
4
|
-
export declare const UserDropdown: import("react").MemoExoticComponent<({ handleUpdateToken }: Props) =>
|
|
4
|
+
export declare const UserDropdown: import("react").MemoExoticComponent<({ handleUpdateToken }: Props) => JSX.Element>;
|
|
5
5
|
export {};
|
|
@@ -5,5 +5,5 @@ type Props = {
|
|
|
5
5
|
selectedVideosData?: any;
|
|
6
6
|
setSelectedVideosData?: any;
|
|
7
7
|
};
|
|
8
|
-
export declare const VideoItem: ({ video, isMerge, selectedVideosData, setSelectedVideosData, }: Props) =>
|
|
8
|
+
export declare const VideoItem: ({ video, isMerge, selectedVideosData, setSelectedVideosData, }: Props) => JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -14,5 +14,5 @@ type Props = {
|
|
|
14
14
|
thumbnailWidth?: string;
|
|
15
15
|
refreshVideoList?: () => void;
|
|
16
16
|
};
|
|
17
|
-
export declare const VideoItemThumbnail: ({ onClick, thumbnail, duration, videoId, emailStatus, processing, thumbnailHeight, thumbnailWidth, refreshVideoList, }: Props) =>
|
|
17
|
+
export declare const VideoItemThumbnail: ({ onClick, thumbnail, duration, videoId, emailStatus, processing, thumbnailHeight, thumbnailWidth, refreshVideoList, }: Props) => JSX.Element;
|
|
18
18
|
export {};
|
|
@@ -3,5 +3,5 @@ type Props = {
|
|
|
3
3
|
handleUpdateToken: Function;
|
|
4
4
|
onPreviousStepHandler: () => void;
|
|
5
5
|
};
|
|
6
|
-
export declare const PasswordForm: ({ username, handleUpdateToken, onPreviousStepHandler, }: Props) =>
|
|
6
|
+
export declare const PasswordForm: ({ username, handleUpdateToken, onPreviousStepHandler, }: Props) => JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -2,5 +2,5 @@ export declare const Spinner: import("styled-components").StyledComponent<"svg",
|
|
|
2
2
|
type Props = {
|
|
3
3
|
username: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const SSOVerifying: ({ username }: Props) =>
|
|
5
|
+
export declare const SSOVerifying: ({ username }: Props) => JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -2,5 +2,5 @@ type Props = {
|
|
|
2
2
|
onVerified: (username: string) => void;
|
|
3
3
|
onSso: (username: string) => void;
|
|
4
4
|
};
|
|
5
|
-
export declare const UsernameForm: ({ onVerified, onSso }: Props) =>
|
|
5
|
+
export declare const UsernameForm: ({ onVerified, onSso }: Props) => JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Merge: () => JSX.Element;
|
|
@@ -4,5 +4,5 @@ type PlayerProps = {
|
|
|
4
4
|
height?: number;
|
|
5
5
|
hasProcessingVideos?: boolean;
|
|
6
6
|
};
|
|
7
|
-
export declare const Player: ({ width, height, displayVideos, hasProcessingVideos, }: PlayerProps) =>
|
|
7
|
+
export declare const Player: ({ width, height, displayVideos, hasProcessingVideos, }: PlayerProps) => JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -5,5 +5,5 @@ type VideoMergeProps = {
|
|
|
5
5
|
hasProcessingVideos: boolean;
|
|
6
6
|
setShouldFetch: (arg: boolean) => void;
|
|
7
7
|
};
|
|
8
|
-
export declare const VideoMerge: ({ videos, setVideos, hasProcessingVideos, setShouldFetch, }: VideoMergeProps) =>
|
|
8
|
+
export declare const VideoMerge: ({ videos, setVideos, hasProcessingVideos, setShouldFetch, }: VideoMergeProps) => JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VideoRow: ({ index, totalDuration, offset, width, video, setVideos, hasProcessingVideos, showPreviewTrack, }: any) =>
|
|
1
|
+
export declare const VideoRow: ({ index, totalDuration, offset, width, video, setVideos, hasProcessingVideos, showPreviewTrack, }: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const VideoThumbnail: ({ video, setVideos, setVideoRef, index, isDragDisabled, setShouldFetch, }: any) => JSX.Element;
|
|
@@ -5,5 +5,5 @@ interface IProps {
|
|
|
5
5
|
willStart: boolean;
|
|
6
6
|
counter: number;
|
|
7
7
|
}
|
|
8
|
-
export declare const CountDown: ({ counter, willStart, onClick, hide, isFreemium, }: IProps) =>
|
|
8
|
+
export declare const CountDown: ({ counter, willStart, onClick, hide, isFreemium, }: IProps) => JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -7,12 +7,11 @@ type Option = {
|
|
|
7
7
|
label: string | number;
|
|
8
8
|
isFolderShared?: boolean;
|
|
9
9
|
access?: boolean | string;
|
|
10
|
-
sharedBy?: string;
|
|
11
10
|
};
|
|
12
11
|
type Props = {
|
|
13
12
|
value: Option;
|
|
14
13
|
options: Array<Option>;
|
|
15
14
|
onChange: (value: any, actionMeta?: any) => void;
|
|
16
15
|
};
|
|
17
|
-
export declare const FolderDropdown: (props: Props) =>
|
|
16
|
+
export declare const FolderDropdown: (props: Props) => JSX.Element;
|
|
18
17
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
interface IProps {
|
|
2
2
|
handleModalClose: () => void;
|
|
3
3
|
}
|
|
4
|
-
export declare const ModalRecordingVideosSettings: ({ handleModalClose }: IProps) =>
|
|
4
|
+
export declare const ModalRecordingVideosSettings: ({ handleModalClose }: IProps) => JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -4,5 +4,5 @@ type Props = {
|
|
|
4
4
|
handleSubmit?: (data?: any) => void;
|
|
5
5
|
settings: ITeleprompterSettings | null;
|
|
6
6
|
};
|
|
7
|
-
export declare const ModalTeleprompterRecord: ({ handleModalClose, handleSubmit, settings, }: Props) =>
|
|
7
|
+
export declare const ModalTeleprompterRecord: ({ handleModalClose, handleSubmit, settings, }: Props) => JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const TAG_LIMIT = 50;
|
|
2
|
-
export declare const ModalVideoTags: ({ videoTags, handleModalClose, onSubmit, buttonTitle, }: any) =>
|
|
2
|
+
export declare const ModalVideoTags: ({ videoTags, handleModalClose, onSubmit, buttonTitle, }: any) => JSX.Element;
|
|
@@ -5,5 +5,5 @@ interface IRecordBothProps {
|
|
|
5
5
|
showPreview?: boolean;
|
|
6
6
|
onStartUpladingVoiceOverHandler?: (blob: Blob) => void;
|
|
7
7
|
}
|
|
8
|
-
export declare const RecordBoth: ({ screenStream, stopAllStreams, handleGoToRecordHome, showPreview, onStartUpladingVoiceOverHandler, }: IRecordBothProps) =>
|
|
8
|
+
export declare const RecordBoth: ({ screenStream, stopAllStreams, handleGoToRecordHome, showPreview, onStartUpladingVoiceOverHandler, }: IRecordBothProps) => JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -7,5 +7,5 @@ interface ScreenRecorderProps {
|
|
|
7
7
|
toggleCamera: () => Promise<void>;
|
|
8
8
|
isCameraToggled: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const RecordCam: ({ screenStream, stopAllStreams, handleGoToRecordHome, showPreview, onStartUpladingVoiceOverHandler, toggleCamera, isCameraToggled, }: ScreenRecorderProps) =>
|
|
10
|
+
export declare const RecordCam: ({ screenStream, stopAllStreams, handleGoToRecordHome, showPreview, onStartUpladingVoiceOverHandler, toggleCamera, isCameraToggled, }: ScreenRecorderProps) => JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const RecordHome: () => JSX.Element;
|
|
@@ -8,5 +8,5 @@ interface RecorderBodyProps {
|
|
|
8
8
|
status: RECORDING_STATUS;
|
|
9
9
|
toggleCamera?: () => void;
|
|
10
10
|
}
|
|
11
|
-
export declare const RecorderBody: ({ countdown, videoRef, teleprompter, status, canvasRef, toggleCamera, }: RecorderBodyProps) =>
|
|
11
|
+
export declare const RecorderBody: ({ countdown, videoRef, teleprompter, status, canvasRef, toggleCamera, }: RecorderBodyProps) => JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -5,5 +5,5 @@ interface RecordingControlProps {
|
|
|
5
5
|
handleGoToRecordHome: () => void;
|
|
6
6
|
teleprompterActions?: React.ReactNode;
|
|
7
7
|
}
|
|
8
|
-
export declare const RecordingHeaderWithRouteGuard: ({ status, handleGoToRecordHome, teleprompterActions, }: RecordingControlProps) =>
|
|
8
|
+
export declare const RecordingHeaderWithRouteGuard: ({ status, handleGoToRecordHome, teleprompterActions, }: RecordingControlProps) => JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -5,5 +5,5 @@ interface ScreenRecorderProps {
|
|
|
5
5
|
showPreview?: boolean;
|
|
6
6
|
onStartUpladingVoiceOverHandler?: (blob: Blob) => void;
|
|
7
7
|
}
|
|
8
|
-
export declare const ScreenRecorder: ({ screenStream, stopAllStreams, handleGoToRecordHome, showPreview, onStartUpladingVoiceOverHandler, }: ScreenRecorderProps) =>
|
|
8
|
+
export declare const ScreenRecorder: ({ screenStream, stopAllStreams, handleGoToRecordHome, showPreview, onStartUpladingVoiceOverHandler, }: ScreenRecorderProps) => JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -2,5 +2,5 @@ type ComponentProps = {
|
|
|
2
2
|
content: string;
|
|
3
3
|
fontSize: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const Scroller: ({ content, fontSize }: ComponentProps) =>
|
|
5
|
+
export declare const Scroller: ({ content, fontSize }: ComponentProps) => JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -2,5 +2,5 @@ import { RECORDING_STATUS } from '../types';
|
|
|
2
2
|
interface TeleprompterProps {
|
|
3
3
|
status: RECORDING_STATUS;
|
|
4
4
|
}
|
|
5
|
-
export declare const BaseTeleprompterActions: ({ status }: TeleprompterProps) =>
|
|
5
|
+
export declare const BaseTeleprompterActions: ({ status }: TeleprompterProps) => JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const RecordingTeleprompterActions: () => JSX.Element;
|
|
@@ -2,5 +2,5 @@ import { RECORDING_STATUS } from '../types';
|
|
|
2
2
|
interface TeleprompterProps {
|
|
3
3
|
status: RECORDING_STATUS;
|
|
4
4
|
}
|
|
5
|
-
export declare const TeleprompterActions: ({ status }: TeleprompterProps) =>
|
|
5
|
+
export declare const TeleprompterActions: ({ status }: TeleprompterProps) => JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -2,5 +2,5 @@ import { RECORDING_STATUS } from '../types';
|
|
|
2
2
|
interface TeleprompterProps {
|
|
3
3
|
status: RECORDING_STATUS;
|
|
4
4
|
}
|
|
5
|
-
export declare const TeleprompterDisplay: ({ status }: TeleprompterProps) =>
|
|
5
|
+
export declare const TeleprompterDisplay: ({ status }: TeleprompterProps) => JSX.Element;
|
|
6
6
|
export default TeleprompterDisplay;
|
|
@@ -13,5 +13,5 @@ interface IUploadLoaderProps {
|
|
|
13
13
|
createProgress: IProgress;
|
|
14
14
|
encodeProgress: IProgress;
|
|
15
15
|
}
|
|
16
|
-
export declare const UploadLoader: ({ progressState, uploadToS3Progress, createProgress, encodeProgress, }: IUploadLoaderProps) =>
|
|
16
|
+
export declare const UploadLoader: ({ progressState, uploadToS3Progress, createProgress, encodeProgress, }: IUploadLoaderProps) => JSX.Element;
|
|
17
17
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const VideoTag: ({ tag, showRemove, onRemove, onClick, onMouseEnter, onMouseLeave, children, }: any) => JSX.Element;
|
|
@@ -21,5 +21,5 @@ interface Props {
|
|
|
21
21
|
showLabel?: boolean;
|
|
22
22
|
width?: string;
|
|
23
23
|
}
|
|
24
|
-
declare const VideoUploadFolderDropdown: ({ value, setValue, showSharedWithMeFolders, showLabel, width, showAllFolderOption, }: Props) =>
|
|
24
|
+
declare const VideoUploadFolderDropdown: ({ value, setValue, showSharedWithMeFolders, showLabel, width, showAllFolderOption, }: Props) => JSX.Element;
|
|
25
25
|
export default VideoUploadFolderDropdown;
|
|
@@ -10,5 +10,5 @@ interface IVirtualBackgroundButtonProps {
|
|
|
10
10
|
setIsLoadingVB: React.Dispatch<React.SetStateAction<boolean>>;
|
|
11
11
|
isLoadingVb: boolean;
|
|
12
12
|
}
|
|
13
|
-
export declare const VirtualBackgroundsButton: ({ videoRef, canvasRef, isSegmenterActive, setIsSegmenterActive, status, initialImage, setIsLoadingVB, isLoadingVb, }: IVirtualBackgroundButtonProps) =>
|
|
13
|
+
export declare const VirtualBackgroundsButton: ({ videoRef, canvasRef, isSegmenterActive, setIsSegmenterActive, status, initialImage, setIsLoadingVB, isLoadingVb, }: IVirtualBackgroundButtonProps) => JSX.Element;
|
|
14
14
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DetailsRecordingPreviewProps } from './types';
|
|
2
|
-
export declare const DetailsRecordingPreview: ({ videoBlob, handleGoToRecordHome, }: DetailsRecordingPreviewProps) =>
|
|
2
|
+
export declare const DetailsRecordingPreview: ({ videoBlob, handleGoToRecordHome, }: DetailsRecordingPreviewProps) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DetailsPreviewAttributesHeader: () => JSX.Element;
|
|
@@ -3,5 +3,5 @@ interface IDetailsPreviewHeaderProps {
|
|
|
3
3
|
setContineToInsert: React.Dispatch<React.SetStateAction<boolean>>;
|
|
4
4
|
onDiscardHandler: () => void;
|
|
5
5
|
}
|
|
6
|
-
export declare const DetailsPreviewHeader: ({ setContineToInsert, onDiscardHandler, }: IDetailsPreviewHeaderProps) =>
|
|
6
|
+
export declare const DetailsPreviewHeader: ({ setContineToInsert, onDiscardHandler, }: IDetailsPreviewHeaderProps) => JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DetailsPreviewVideoAttributes: () => JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DetailsRecordPreviewTags: () => JSX.Element;
|
|
@@ -10,5 +10,5 @@ interface IVideoRequestDetailsProps {
|
|
|
10
10
|
fetchSoldVehiclesForAutomotive?: boolean;
|
|
11
11
|
results: UseQueryResult<UsersByAutmotiveRolesResponse[], unknown>[];
|
|
12
12
|
}
|
|
13
|
-
export declare const VideoRequestDetails: ({ fetchSoldVehiclesForAutomotive, results, }: IVideoRequestDetailsProps) =>
|
|
13
|
+
export declare const VideoRequestDetails: ({ fetchSoldVehiclesForAutomotive, results, }: IVideoRequestDetailsProps) => JSX.Element;
|
|
14
14
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const RecordingRoutes: () => JSX.Element;
|
package/{dist → build}/app/pages/recordv1/virtualBackgrounds/VirtualBackgroundLibraryModal.d.ts
RENAMED
|
@@ -3,5 +3,5 @@ type Props = {
|
|
|
3
3
|
onSelect: any;
|
|
4
4
|
selectedVirtualBackgroundUrl: string;
|
|
5
5
|
};
|
|
6
|
-
export declare const VirtualBackgroundLibraryModal: ({ handleModalClose, selectedVirtualBackgroundUrl, onSelect, }: Props) =>
|
|
6
|
+
export declare const VirtualBackgroundLibraryModal: ({ handleModalClose, selectedVirtualBackgroundUrl, onSelect, }: Props) => JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -8,5 +8,5 @@ interface Props {
|
|
|
8
8
|
selectedVirtualBackgroundUrl?: any;
|
|
9
9
|
customVirtualBackgrounds?: ICustomVirtualBackground[];
|
|
10
10
|
}
|
|
11
|
-
export declare const VirtualBackgrounds: ({ onSelect, onMainButtonClick, selectedVirtualBackgroundUrl, customVirtualBackgrounds, }: Props) =>
|
|
11
|
+
export declare const VirtualBackgrounds: ({ onSelect, onMainButtonClick, selectedVirtualBackgroundUrl, customVirtualBackgrounds, }: Props) => JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -6,5 +6,5 @@ type UploadProps = {
|
|
|
6
6
|
file: any;
|
|
7
7
|
fileName: string;
|
|
8
8
|
};
|
|
9
|
-
declare const Upload: ({ title, beginUploadProcess, afterUpload, setSavedVideoId, file, fileName, }: UploadProps) =>
|
|
9
|
+
declare const Upload: ({ title, beginUploadProcess, afterUpload, setSavedVideoId, file, fileName, }: UploadProps) => JSX.Element;
|
|
10
10
|
export default Upload;
|
|
@@ -9,5 +9,5 @@ type PreviewProps = {
|
|
|
9
9
|
initialTitle?: string;
|
|
10
10
|
updateUploadLoading?: (val: boolean) => void;
|
|
11
11
|
};
|
|
12
|
-
declare const Preview: ({ recordingBlobUrl, recordDate, setSaveFunction, insertAfterSave, setIsSaveDisabled, skipUploadProcess, videoId, initialTitle, updateUploadLoading, }: PreviewProps) =>
|
|
12
|
+
declare const Preview: ({ recordingBlobUrl, recordDate, setSaveFunction, insertAfterSave, setIsSaveDisabled, skipUploadProcess, videoId, initialTitle, updateUploadLoading, }: PreviewProps) => JSX.Element;
|
|
13
13
|
export default Preview;
|
|
@@ -27,5 +27,5 @@ type Props = {
|
|
|
27
27
|
setVideoDuration?: (arg1: number) => void;
|
|
28
28
|
setIsVideoLoading?: (arg: boolean) => void;
|
|
29
29
|
};
|
|
30
|
-
export declare const VideoPlayer: (props: Props) =>
|
|
30
|
+
export declare const VideoPlayer: (props: Props) => JSX.Element;
|
|
31
31
|
export {};
|
|
@@ -11,5 +11,5 @@ interface HandleProps {
|
|
|
11
11
|
changeVideoPosition?: boolean;
|
|
12
12
|
showFloatingPreview?: boolean;
|
|
13
13
|
}
|
|
14
|
-
export declare const Handle: (props: HandleProps) =>
|
|
14
|
+
export declare const Handle: (props: HandleProps) => JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -9,5 +9,5 @@ type TrimProps = {
|
|
|
9
9
|
isVideoTrimmed: boolean;
|
|
10
10
|
isVideoLoading?: boolean;
|
|
11
11
|
};
|
|
12
|
-
declare const Trim: ({ videoRef, videoDuration, videoSource, setValue, value, isVideoTrimmed, valueRef, isVideoLoading, }: TrimProps) =>
|
|
12
|
+
declare const Trim: ({ videoRef, videoDuration, videoSource, setValue, value, isVideoTrimmed, valueRef, isVideoLoading, }: TrimProps) => JSX.Element;
|
|
13
13
|
export default Trim;
|
package/{dist → build}/app/pages/video/components/videoPlayer/components/trim/VideoPreviewTrack.d.ts
RENAMED
|
@@ -3,5 +3,5 @@ type VideoPreviewTrackProps = {
|
|
|
3
3
|
videoDuration: number;
|
|
4
4
|
numberOfStills: number;
|
|
5
5
|
};
|
|
6
|
-
export declare const VideoPreviewTrack: ({ videoSource, videoDuration, numberOfStills, }: VideoPreviewTrackProps) =>
|
|
6
|
+
export declare const VideoPreviewTrack: ({ videoSource, videoDuration, numberOfStills, }: VideoPreviewTrackProps) => JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -24,5 +24,5 @@ type Props = {
|
|
|
24
24
|
hideControls: () => void;
|
|
25
25
|
setShowPlaybackSpeed: React.Dispatch<React.SetStateAction<boolean>>;
|
|
26
26
|
};
|
|
27
|
-
export declare const VideoControls: (props: Props) =>
|
|
27
|
+
export declare const VideoControls: (props: Props) => JSX.Element;
|
|
28
28
|
export {};
|
|
@@ -3,5 +3,5 @@ type ComponentProps = {
|
|
|
3
3
|
initValues: any;
|
|
4
4
|
setIsSaveDisabled: (arg: boolean) => void;
|
|
5
5
|
};
|
|
6
|
-
export declare const AttributeFields: ({ attributes, initValues, setIsSaveDisabled, }: ComponentProps) =>
|
|
6
|
+
export declare const AttributeFields: ({ attributes, initValues, setIsSaveDisabled, }: ComponentProps) => JSX.Element | null;
|
|
7
7
|
export {};
|
|
@@ -2,5 +2,5 @@ type PreviewProps = {
|
|
|
2
2
|
handleModalClose: () => void;
|
|
3
3
|
source: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const ModalVideoPreview: ({ handleModalClose, source, }: PreviewProps) =>
|
|
5
|
+
export declare const ModalVideoPreview: ({ handleModalClose, source, }: PreviewProps) => JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -4,6 +4,6 @@ type SortProps = {
|
|
|
4
4
|
order?: PaginationConstants;
|
|
5
5
|
onChange: (value: PaginationConstants) => void;
|
|
6
6
|
};
|
|
7
|
-
export declare const SortButtons: (props: SortProps) =>
|
|
8
|
-
export declare const VINReels: () =>
|
|
7
|
+
export declare const SortButtons: (props: SortProps) => JSX.Element;
|
|
8
|
+
export declare const VINReels: () => JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const VoiceOver: () => JSX.Element;
|
|
@@ -10,5 +10,5 @@ type Props = {
|
|
|
10
10
|
width?: number;
|
|
11
11
|
disabled?: boolean;
|
|
12
12
|
};
|
|
13
|
-
export declare const AudioRecorder: ({ video, videoRef, onChangeVoiceoverValid, onRecordingUrlGeneration, handleShowCard, margin, width, disabled, }: Props) =>
|
|
13
|
+
export declare const AudioRecorder: ({ video, videoRef, onChangeVoiceoverValid, onRecordingUrlGeneration, handleShowCard, margin, width, disabled, }: Props) => JSX.Element;
|
|
14
14
|
export {};
|
|
@@ -7,5 +7,5 @@ type Props = {
|
|
|
7
7
|
width?: number;
|
|
8
8
|
margin?: string;
|
|
9
9
|
};
|
|
10
|
-
export declare const VideoPreview: ({ video, videoRef, width, margin, useCovideoPlayer, }: Props) =>
|
|
10
|
+
export declare const VideoPreview: ({ video, videoRef, width, margin, useCovideoPlayer, }: Props) => JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const WheelsTV: () => JSX.Element;
|
|
@@ -2,5 +2,5 @@ type Props = {
|
|
|
2
2
|
prevSearch: string;
|
|
3
3
|
handleSearch: (searchTerm: string) => void;
|
|
4
4
|
};
|
|
5
|
-
export declare const Search: ({ prevSearch, handleSearch }: Props) =>
|
|
5
|
+
export declare const Search: ({ prevSearch, handleSearch }: Props) => JSX.Element;
|
|
6
6
|
export {};
|