react-covideo-embed 1.0.0 → 1.0.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/build/app/App.d.ts +2 -1
- package/build/app/pages/insertVideo/InsertVideo.d.ts +1 -1
- package/build/app/pages/insertVideo/components/CopyVideoButton.d.ts +1 -1
- package/build/app/pages/insertVideo/components/InsertButton.d.ts +1 -1
- package/build/app/pages/insertVideo/components/InsertVideoSettings.d.ts +1 -1
- package/build/app/pages/insertVideo/components/VehicleSearch.d.ts +1 -1
- package/build/app/pages/lesaTV/LesaTV.d.ts +1 -1
- package/build/app/pages/lesaTV/components/PageInfo.d.ts +1 -1
- package/build/app/pages/lesaTV/components/Search.d.ts +1 -1
- package/build/app/pages/library/Library.d.ts +1 -1
- package/build/app/pages/library/components/NoVideos.d.ts +1 -1
- package/build/app/pages/library/components/PageInfo.d.ts +1 -1
- package/build/app/pages/library/components/Search.d.ts +1 -1
- package/build/app/pages/library/components/UserDropdown.d.ts +1 -1
- package/build/app/pages/library/components/VideoItem.d.ts +1 -1
- package/build/app/pages/library/components/VideoItemThumbnail.d.ts +1 -1
- package/build/app/pages/login/Login.d.ts +1 -1
- package/build/app/pages/merge/Merge.d.ts +1 -1
- package/build/app/pages/merge/components/Player.d.ts +1 -1
- package/build/app/pages/merge/components/VideoMerge.d.ts +1 -1
- package/build/app/pages/merge/components/VideoRow.d.ts +1 -1
- package/build/app/pages/merge/components/VideoThumbnail.d.ts +1 -1
- package/build/app/pages/previewUpload/PreviewUpload.d.ts +1 -1
- package/build/app/pages/record/both/RecordBoth.d.ts +1 -1
- package/build/app/pages/record/both/main/Main.d.ts +1 -1
- package/build/app/pages/record/cam/RecordCam.d.ts +1 -1
- package/build/app/pages/record/cam/main/Main.d.ts +1 -1
- package/build/app/pages/record/home/RecordHome.d.ts +1 -1
- package/build/app/pages/record/screen/RecordScreen.d.ts +1 -1
- package/build/app/pages/record/screen/main/Main.d.ts +1 -1
- package/build/app/pages/video/Upload.d.ts +1 -1
- package/build/app/pages/video/components/Preview.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/VideoPlayer.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/onScreenPlayButton.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/progressBar.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/trim/Handle.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/trim/TimelineRange.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/trim/Trim.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/trim/VideoPreviewTrack.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/videoControls.d.ts +1 -1
- package/build/app/pages/video/videoDetails/components/AttributesFields.d.ts +1 -1
- package/build/app/pages/voiceover/Voiceover.d.ts +1 -1
- package/build/app/pages/voiceover/components/AudioRecorder.d.ts +1 -1
- package/build/app/pages/voiceover/components/VideoPreview.d.ts +1 -1
- package/build/app/pages/wheelsTV/WheelsTV.d.ts +1 -1
- package/build/app/pages/wheelsTV/components/PageInfo.d.ts +1 -1
- package/build/app/pages/wheelsTV/components/Search.d.ts +1 -1
- package/build/index.js +2 -2
- package/build/index.js.LICENSE.txt +4 -5
- package/build/lib/components/ButtonDropdown.d.ts +1 -1
- package/build/lib/components/CheckboxInput.d.ts +1 -1
- package/build/lib/components/CloseButton.d.ts +1 -1
- package/build/lib/components/Container.d.ts +1 -1
- package/build/lib/components/CountDown.d.ts +1 -1
- package/build/lib/components/DragAndDrop.d.ts +1 -1
- package/build/lib/components/Dropdown.d.ts +1 -1
- package/build/lib/components/HoverPopup.d.ts +1 -1
- package/build/lib/components/Label.d.ts +1 -1
- package/build/lib/components/LoadingIndicator.d.ts +1 -1
- package/build/lib/components/Logo.d.ts +1 -1
- package/build/lib/components/MainWrapper.d.ts +1 -1
- package/build/lib/components/PreviewVideoBar.d.ts +1 -1
- package/build/lib/components/RouteLeavingGuard.d.ts +1 -1
- package/build/lib/components/TopBar.d.ts +1 -1
- package/build/lib/components/inputs/RadioInput.d.ts +1 -1
- package/build/lib/components/modal/Modal.d.ts +1 -1
- package/build/lib/components/modal/ModalQuickShareMarkAsSent.d.ts +1 -1
- package/build/lib/components/modal/ModalRecordingSettings.d.ts +1 -1
- package/build/lib/components/modals/Modal.d.ts +1 -1
- package/build/lib/components/modals/ModalInputText.d.ts +1 -1
- package/build/lib/components/modals/ModalLeave.d.ts +1 -1
- package/build/lib/components/modals/ModalPrompt.d.ts +1 -1
- package/build/lib/components/modals/ModalUpload.d.ts +1 -1
- package/build/lib/components/toast-notifications/ToastNotification.d.ts +1 -1
- package/build/lib/components/toast-notifications/index.d.ts +1 -1
- package/build/lib/components/videoUpload/MultipleUploadList.d.ts +1 -1
- package/build/lib/components/videoUpload/VideoUpload.d.ts +1 -1
- package/build/lib/context/ActionDispatchContext.d.ts +1 -1
- package/build/lib/context/AuthorizationContext.d.ts +1 -1
- package/build/lib/images/volumeOff.d.ts +1 -1
- package/package.json +7 -7
package/build/app/App.d.ts
CHANGED
|
@@ -9,5 +9,5 @@ type Props = {
|
|
|
9
9
|
useAutomotive: boolean;
|
|
10
10
|
}>;
|
|
11
11
|
};
|
|
12
|
-
export declare const CopyVideoButton: ({ video, getMarkAsSentPayload, disable, }: Props) =>
|
|
12
|
+
export declare const CopyVideoButton: ({ video, getMarkAsSentPayload, disable, }: Props) => JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -9,5 +9,5 @@ type Props = {
|
|
|
9
9
|
useAutomotive: boolean;
|
|
10
10
|
}>;
|
|
11
11
|
};
|
|
12
|
-
export declare const InsertButton: ({ video, getMarkAsSentPayload, disable, }: Props) =>
|
|
12
|
+
export declare const InsertButton: ({ video, getMarkAsSentPayload, disable, }: Props) => JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -13,5 +13,5 @@ type Props = {
|
|
|
13
13
|
insertVideoData: VideoShareSetData;
|
|
14
14
|
setInsertVideoData: (insertVideoData: VideoShareSetData) => void;
|
|
15
15
|
};
|
|
16
|
-
export declare const InsertVideoSettings: ({ linksetsData, linksetsLoading, templatesData, templatesLoading, overlaysData, overlaysLoading, checkboxes, selectedCheckboxes, setSelectedCheckboxes, insertVideoData, setInsertVideoData, }: Props) =>
|
|
16
|
+
export declare const InsertVideoSettings: ({ linksetsData, linksetsLoading, templatesData, templatesLoading, overlaysData, overlaysLoading, checkboxes, selectedCheckboxes, setSelectedCheckboxes, insertVideoData, setInsertVideoData, }: Props) => JSX.Element;
|
|
17
17
|
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 +1 @@
|
|
|
1
|
-
export declare const LesaTV: () =>
|
|
1
|
+
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 {};
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
type Props = {
|
|
3
3
|
handleUpdateToken: Function;
|
|
4
4
|
};
|
|
5
|
-
export declare const UserDropdown: import("react").MemoExoticComponent<({ handleUpdateToken }: Props) =>
|
|
5
|
+
export declare const UserDropdown: import("react").MemoExoticComponent<({ handleUpdateToken }: Props) => JSX.Element | null>;
|
|
6
6
|
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 {};
|
|
@@ -6,5 +6,5 @@ type Props = {
|
|
|
6
6
|
emailStatus?: string;
|
|
7
7
|
processing?: number;
|
|
8
8
|
};
|
|
9
|
-
export declare const VideoItemThumbnail: ({ thumbnail, duration, videoId, emailStatus, processing, }: Props) =>
|
|
9
|
+
export declare const VideoItemThumbnail: ({ thumbnail, duration, videoId, emailStatus, processing, }: Props) => JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Merge: () =>
|
|
1
|
+
export declare const Merge: () => JSX.Element;
|
|
@@ -3,5 +3,5 @@ type PlayerProps = {
|
|
|
3
3
|
width?: number;
|
|
4
4
|
height?: number;
|
|
5
5
|
};
|
|
6
|
-
export declare const Player: ({ width, height, displayVideos }: PlayerProps) =>
|
|
6
|
+
export declare const Player: ({ width, height, displayVideos }: PlayerProps) => JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VideoMerge: ({ videos, setVideos }: any) =>
|
|
1
|
+
export declare const VideoMerge: ({ videos, setVideos }: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VideoRow: ({ index, totalDuration, offset, width, video, setVideos, }: any) =>
|
|
1
|
+
export declare const VideoRow: ({ index, totalDuration, offset, width, video, setVideos, }: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VideoThumbnail: ({ video, setVideos, setVideoRef, index, }: any) =>
|
|
1
|
+
export declare const VideoThumbnail: ({ video, setVideos, setVideoRef, index, }: any) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const PreviewUpload: () =>
|
|
1
|
+
declare const PreviewUpload: () => JSX.Element;
|
|
2
2
|
export default PreviewUpload;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const RecordBoth: ({ onRecordingStart, onRecordingEnd, onUpload, uploadDisabled, onRecordingUrlGeneration, }: any) =>
|
|
1
|
+
export declare const RecordBoth: ({ onRecordingStart, onRecordingEnd, onUpload, uploadDisabled, onRecordingUrlGeneration, }: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const RecordBothMain: ({ loading }: any) =>
|
|
1
|
+
export declare const RecordBothMain: ({ loading }: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const RecordCam: ({ onRecordingStart, onRecordingEnd, uploadDisabled, virtualBackgroundUrl, showRecordingButton, onRecordingUrlGeneration, }: any) =>
|
|
1
|
+
export declare const RecordCam: ({ onRecordingStart, onRecordingEnd, uploadDisabled, virtualBackgroundUrl, showRecordingButton, onRecordingUrlGeneration, }: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const RecordCamMain: ({ loading }: any) =>
|
|
1
|
+
export declare const RecordCamMain: ({ loading }: any) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const RecordHome: () =>
|
|
1
|
+
export declare const RecordHome: () => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
export declare const RecordScreen: React.MemoExoticComponent<({ onRecordingStart, onRecordingEnd, uploadDisabled, onRecordingUrlGeneration, }: any) =>
|
|
2
|
+
export declare const RecordScreen: React.MemoExoticComponent<({ onRecordingStart, onRecordingEnd, uploadDisabled, onRecordingUrlGeneration, }: any) => JSX.Element>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const RecordScreenMain: ({ loading }: any) =>
|
|
1
|
+
export declare const RecordScreenMain: ({ loading }: any) => JSX.Element;
|
|
@@ -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;
|
|
@@ -25,5 +25,5 @@ type Props = {
|
|
|
25
25
|
setVideoDuration?: (arg1: number) => void;
|
|
26
26
|
setIsVideoLoading?: (arg: boolean) => void;
|
|
27
27
|
};
|
|
28
|
-
export declare const VideoPlayer: (props: Props) =>
|
|
28
|
+
export declare const VideoPlayer: (props: Props) => JSX.Element;
|
|
29
29
|
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;
|
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VoiceOver: () =>
|
|
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 {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const WheelsTV: () =>
|
|
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 {};
|