@myinterview/widget-react 1.0.31 → 1.0.33-beta-9bea4cb
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/dist/esm/{types/App.d.ts → App.d.ts} +1 -0
- package/dist/esm/{types/components → components}/CountDown.d.ts +0 -0
- package/dist/esm/{types/components → components}/Counter.d.ts +0 -0
- package/dist/esm/{types/components → components}/DeviceSelector.d.ts +3 -2
- package/dist/esm/{types/components → components}/DeviceSelectorList.d.ts +0 -0
- package/dist/esm/{types/components → components}/DeviceSelectorListNative.d.ts +0 -0
- package/dist/esm/{types/components → components}/Error.d.ts +0 -0
- package/dist/esm/{types/components → components}/ErrorBoundaries.d.ts +0 -0
- package/dist/esm/{types/components → components}/Errors.d.ts +0 -0
- package/dist/esm/{types/components → components}/Explanation.d.ts +0 -0
- package/dist/esm/{types/components → components}/Footer.d.ts +0 -0
- package/dist/esm/{types/components → components}/Header.d.ts +0 -0
- package/dist/esm/{types/components → components}/InnerView.d.ts +1 -0
- package/dist/esm/{types/components → components}/Main.d.ts +1 -0
- package/dist/esm/{types/components → components}/OuterView.d.ts +0 -0
- package/dist/esm/{types/components → components}/PermissionSteps.d.ts +0 -0
- package/dist/esm/{types/components → components}/PracticeModeInfo.d.ts +0 -0
- package/dist/esm/{types/components → components}/PreviewItem.d.ts +1 -0
- package/dist/esm/{types/components → components}/PreviewList.d.ts +1 -0
- package/dist/esm/{types/components → components}/Question.d.ts +0 -0
- package/dist/esm/{types/components → components}/QuestionItem.d.ts +0 -0
- package/dist/esm/{types/components → components}/QuestionsList.d.ts +0 -0
- package/dist/esm/{types/components → components}/RecorderModal.d.ts +0 -0
- package/dist/esm/{types/components → components}/Setup.d.ts +0 -0
- package/dist/esm/{types/components → components}/SetupChecks.d.ts +0 -0
- package/dist/esm/{types/components → components}/SliderModal.d.ts +0 -0
- package/dist/esm/{types/components → components}/TopTips.d.ts +0 -0
- package/dist/esm/{types/components → components}/Upload.d.ts +0 -0
- package/dist/esm/{types/components → components}/VideoCamera.d.ts +1 -0
- package/dist/esm/{types/components → components}/VideoQuestion.d.ts +0 -0
- package/dist/esm/{types/components → components}/VideoTimeBar.d.ts +0 -0
- package/dist/esm/{types/components → components}/WelcomePage.d.ts +0 -0
- package/dist/esm/{types/components → components}/Widget.d.ts +1 -1
- package/dist/esm/{types/components → components}/icons/ClockIcon.d.ts +0 -0
- package/dist/esm/{types/components → components}/icons/Loading.d.ts +0 -0
- package/dist/esm/{types/components → components}/icons/NoCameraMic.d.ts +0 -0
- package/dist/esm/{types/components → components}/icons/PlayIcon.d.ts +0 -0
- package/dist/esm/{types/components → components}/icons/Retake.d.ts +0 -0
- package/dist/esm/{types/components → components}/icons/RotateScreenIcon.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/Loader.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/MicrophoneIndicator.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/MinimizeButton.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/PracticeMode.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/Progress.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/QuestionDuration.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/QuestionNumber.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/RecordingButton.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/RotateScreen.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/Signal.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/StartNowButton.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/StartRecordingButton.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/StopRecordingButton.d.ts +0 -0
- package/dist/esm/{types/components → components}/ui/UnsupportedModal.d.ts +0 -0
- package/dist/esm/{types/config → config}/index.d.ts +0 -0
- package/dist/esm/{types/config → config}/local.env.d.ts +0 -0
- package/dist/esm/{types/config → config}/prod.env.d.ts +0 -0
- package/dist/esm/{types/config → config}/staging.env.d.ts +0 -0
- package/dist/esm/{types/i18n → i18n}/config.d.ts +0 -0
- package/dist/esm/{types/index.d.ts → index.d.ts} +0 -0
- package/dist/esm/index.js +8850 -8463
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/{types/interfaces → interfaces}/candidateInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/candidateSessionInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/companyInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/configInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/jobInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/microphoneInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/networkInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/previewInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/recorderInterface.d.ts +2 -1
- package/dist/esm/{types/interfaces → interfaces}/storageInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/uploaderInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/videoInterface.d.ts +0 -0
- package/dist/esm/{types/interfaces → interfaces}/widgetInterface.d.ts +0 -0
- package/dist/esm/{types/machines → machines}/acceleratorMachines/accUploaderMachine.d.ts +0 -0
- package/dist/esm/{types/machines → machines}/acceleratorMachines/accWidgetMachine.d.ts +0 -0
- package/dist/esm/{types/machines → machines}/acceleratorMachines/microphoneMachine.d.ts +0 -0
- package/dist/esm/{types/machines → machines}/acceleratorMachines/networkMachine.d.ts +0 -0
- package/dist/esm/{types/machines → machines}/acceleratorMachines/previewMachine.d.ts +0 -0
- package/dist/esm/{types/machines → machines}/acceleratorMachines/recorderMachineV2.d.ts +0 -0
- package/dist/esm/{types/machines → machines}/acceleratorMachines/storageMachine.d.ts +0 -0
- package/dist/esm/{types/reportWebVitals.d.ts → reportWebVitals.d.ts} +0 -0
- package/dist/esm/{types/services → services}/axiosInstances.service.d.ts +0 -0
- package/dist/esm/{types/services → services}/s3.service.d.ts +0 -0
- package/dist/esm/{types/services → services}/session.service.d.ts +0 -0
- package/dist/esm/{types/services → services}/speedTest.service.d.ts +0 -0
- package/dist/esm/{types/services → services}/video.service.d.ts +0 -0
- package/dist/esm/{types/setupTests.d.ts → setupTests.d.ts} +0 -0
- package/dist/esm/{types/utils → utils}/authToken.utils.d.ts +0 -0
- package/dist/esm/{types/utils → utils}/constants.utils.d.ts +0 -0
- package/dist/esm/{types/utils → utils}/debug.utils.d.ts +0 -0
- package/dist/esm/{types/utils → utils}/device.utils.d.ts +0 -0
- package/dist/esm/{types/utils → utils}/errors.utils.d.ts +0 -0
- package/dist/esm/{types/utils → utils}/formatters.utils.d.ts +0 -0
- package/dist/esm/{types/utils → utils}/messages.utils.d.ts +0 -0
- package/dist/esm/{types/utils → utils}/practiceQuestions.utils.d.ts +0 -0
- package/dist/esm/{types/utils → utils}/recorderErrors.utils.d.ts +1 -0
- package/dist/esm/{types/utils → utils}/sentry.utils.d.ts +0 -0
- package/dist/esm/{types/utils → utils}/statusCodes.utils.d.ts +0 -0
- package/package.json +115 -9
|
File without changes
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { mediaDeviceType } from '../interfaces/recorderInterface';
|
|
3
3
|
export interface IDeviceSelectorProps {
|
|
4
4
|
handleDeviceChange: (type?: mediaDeviceType, id?: string) => void;
|
|
@@ -6,5 +6,6 @@ export interface IDeviceSelectorProps {
|
|
|
6
6
|
videoDevices?: MediaDeviceInfo[];
|
|
7
7
|
selectedAudioDevice?: MediaDeviceInfo;
|
|
8
8
|
selectedVideoDevice?: MediaDeviceInfo;
|
|
9
|
+
myinterviewRef: React.RefObject<HTMLDivElement>;
|
|
9
10
|
}
|
|
10
|
-
export declare const DeviceSelector: ({ handleDeviceChange, videoDevices, audioDevices, selectedAudioDevice, selectedVideoDevice, }: IDeviceSelectorProps) => JSX.Element;
|
|
11
|
+
export declare const DeviceSelector: ({ handleDeviceChange, videoDevices, audioDevices, selectedAudioDevice, selectedVideoDevice, myinterviewRef, }: IDeviceSelectorProps) => JSX.Element;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -9,6 +9,7 @@ interface IProps extends IWidgetMachineProps {
|
|
|
9
9
|
onCloseSliderModal: () => void;
|
|
10
10
|
onRecorderRetry: () => void;
|
|
11
11
|
onReInitRecorder: () => void;
|
|
12
|
+
myinterviewRef: React.RefObject<HTMLDivElement>;
|
|
12
13
|
}
|
|
13
14
|
export declare const InnerView: React.ForwardRefExoticComponent<IProps & React.RefAttributes<HTMLVideoElement>>;
|
|
14
15
|
export {};
|
|
@@ -3,6 +3,7 @@ import { IWidgetConfig } from '../interfaces/configInterface';
|
|
|
3
3
|
interface IProps {
|
|
4
4
|
widgetConfig: IWidgetConfig;
|
|
5
5
|
setShouldShowWaterMark: React.Dispatch<React.SetStateAction<boolean>>;
|
|
6
|
+
myinterviewRef: React.RefObject<HTMLDivElement>;
|
|
6
7
|
isWidgetMinimized: boolean;
|
|
7
8
|
}
|
|
8
9
|
export declare const Main: React.FC<IProps>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -24,6 +24,7 @@ interface IProps extends IDeviceSelectorProps {
|
|
|
24
24
|
isCountDown: boolean;
|
|
25
25
|
countdown: number;
|
|
26
26
|
isQuestionDisplayed: boolean;
|
|
27
|
+
myinterviewRef: React.RefObject<HTMLDivElement>;
|
|
27
28
|
}
|
|
28
29
|
export declare const VideoCamera: React.ForwardRefExoticComponent<IProps & React.RefAttributes<HTMLVideoElement>>;
|
|
29
30
|
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import '../assets/styles/font.scss';
|
|
2
3
|
import { IClientWidgetConfig } from '../interfaces/configInterface';
|
|
3
|
-
import '../assets/styles/global.scss';
|
|
4
4
|
import { getToken } from '../utils/authToken.utils';
|
|
5
5
|
export declare const Widget: React.FC<IClientWidgetConfig>;
|
|
6
6
|
export { getToken };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|