@veltdev/react 4.3.0-beta.5 → 4.3.0-beta.7
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 +153 -9
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +5 -1
- package/cjs/types/components/SnippylyRecorderNotes/SnippylyRecorderNotes.d.ts +2 -0
- package/cjs/types/components/SnippylyRecorderPlayer/SnippylyRecorderPlayer.d.ts +1 -0
- package/cjs/types/components/SnippylyRecorderTool/SnippylyRecorderTool.d.ts +3 -1
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +2 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerApplyButtonWireframe/VeltVideoEditorPlayerApplyButtonLoadingWireframe/VeltVideoEditorPlayerApplyButtonLoadingWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerApplyButtonWireframe/VeltVideoEditorPlayerApplyButtonLoadingWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerApplyButtonWireframe/VeltVideoEditorPlayerApplyButtonWireframe.d.ts +10 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerApplyButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerCloseButtonWireframe/VeltVideoEditorPlayerCloseButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerCloseButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerCurrentTimeWireframe/VeltVideoEditorPlayerCurrentTimeWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerCurrentTimeWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDeleteButtonWireframe/VeltVideoEditorPlayerDeleteButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDeleteButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewLoadingWireframe/VeltVideoEditorPlayerPreviewLoadingWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewLoadingWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewVideoWireframe/VeltVideoEditorPlayerPreviewVideoWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewVideoWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewWireframe.d.ts +12 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerSplitButtonWireframe/VeltVideoEditorPlayerSplitButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerSplitButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimeWireframe/VeltVideoEditorPlayerTimeWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimeWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTitleWireframe/VeltVideoEditorPlayerTitleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerToggleButtonWireframe/VeltVideoEditorPlayerToggleButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerToggleButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTotalTimeWireframe/VeltVideoEditorPlayerTotalTimeWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTotalTimeWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerWireframe.d.ts +30 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/index.d.ts +1 -0
- package/cjs/types/components/index.d.ts +1 -0
- package/cjs/types/constants.d.ts +1 -1
- package/cjs/types/hooks/RecorderElement.d.ts +6 -2
- package/cjs/types/hooks/index.d.ts +1 -1
- package/esm/index.js +152 -10
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +5 -1
- package/esm/types/components/SnippylyRecorderNotes/SnippylyRecorderNotes.d.ts +2 -0
- package/esm/types/components/SnippylyRecorderPlayer/SnippylyRecorderPlayer.d.ts +1 -0
- package/esm/types/components/SnippylyRecorderTool/SnippylyRecorderTool.d.ts +3 -1
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +2 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerApplyButtonWireframe/VeltVideoEditorPlayerApplyButtonLoadingWireframe/VeltVideoEditorPlayerApplyButtonLoadingWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerApplyButtonWireframe/VeltVideoEditorPlayerApplyButtonLoadingWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerApplyButtonWireframe/VeltVideoEditorPlayerApplyButtonWireframe.d.ts +10 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerApplyButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerCloseButtonWireframe/VeltVideoEditorPlayerCloseButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerCloseButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerCurrentTimeWireframe/VeltVideoEditorPlayerCurrentTimeWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerCurrentTimeWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDeleteButtonWireframe/VeltVideoEditorPlayerDeleteButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDeleteButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewLoadingWireframe/VeltVideoEditorPlayerPreviewLoadingWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewLoadingWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewVideoWireframe/VeltVideoEditorPlayerPreviewVideoWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewVideoWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewWireframe.d.ts +12 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerPreviewWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerSplitButtonWireframe/VeltVideoEditorPlayerSplitButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerSplitButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimeWireframe/VeltVideoEditorPlayerTimeWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimeWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTitleWireframe/VeltVideoEditorPlayerTitleWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerToggleButtonWireframe/VeltVideoEditorPlayerToggleButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerToggleButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTotalTimeWireframe/VeltVideoEditorPlayerTotalTimeWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTotalTimeWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerWireframe.d.ts +30 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/index.d.ts +1 -0
- package/esm/types/components/index.d.ts +1 -0
- package/esm/types/constants.d.ts +1 -1
- package/esm/types/hooks/RecorderElement.d.ts +6 -2
- package/esm/types/hooks/index.d.ts +1 -1
- package/index.d.ts +107 -5
- package/package.json +1 -1
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
import { RecorderLayoutMode } from '@veltdev/types';
|
|
1
2
|
import React from 'react';
|
|
2
3
|
export interface IVeltRecorderControlPanelProps {
|
|
3
|
-
mode?:
|
|
4
|
+
mode?: RecorderLayoutMode;
|
|
4
5
|
panelId?: string;
|
|
5
6
|
onRecordedData?: Function;
|
|
7
|
+
recordingCountdown?: boolean;
|
|
8
|
+
recordingTranscription?: boolean;
|
|
9
|
+
videoEditor?: boolean;
|
|
6
10
|
}
|
|
7
11
|
declare const SnippylyRecorderControlPanel: React.FC<IVeltRecorderControlPanelProps>;
|
|
8
12
|
export default SnippylyRecorderControlPanel;
|
|
@@ -2,6 +2,8 @@ import React from 'react';
|
|
|
2
2
|
export interface IVeltRecorderNotesProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
3
|
shadowDom?: boolean;
|
|
4
4
|
videoEditor?: boolean;
|
|
5
|
+
recordingCountdown?: boolean;
|
|
6
|
+
recordingTranscription?: boolean;
|
|
5
7
|
}
|
|
6
8
|
declare const SnippylyRecorderNotes: React.FC<IVeltRecorderNotesProps>;
|
|
7
9
|
export default SnippylyRecorderNotes;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
import { RecorderMode } from '@veltdev/types';
|
|
1
2
|
import React from 'react';
|
|
2
3
|
export interface IVeltRecorderToolProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
type?:
|
|
4
|
+
type?: RecorderMode;
|
|
4
5
|
panelId?: string;
|
|
5
6
|
buttonLabel?: string;
|
|
6
7
|
darkMode?: boolean;
|
|
7
8
|
shadowDom?: boolean;
|
|
9
|
+
recordingCountdown?: boolean;
|
|
8
10
|
}
|
|
9
11
|
declare const SnippylyRecorderTool: React.FC<IVeltRecorderToolProps>;
|
|
10
12
|
export default SnippylyRecorderTool;
|
|
@@ -12,6 +12,7 @@ import { IVeltCommentsSidebarFilterTitleProps } from './VeltCommentsSidebarFilte
|
|
|
12
12
|
import { IVeltCommentsSidebarFilterVersions } from './VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions';
|
|
13
13
|
import { IVeltCommentsSidebarFilterItem } from './VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
|
|
14
14
|
import { IVeltCommentsSidebarFilterStatus } from './VeltCommentsSidebarFilterStatus/VeltCommentsSidebarFilterStatus';
|
|
15
|
+
import { IVeltCommentsSidebarFilterSearch } from './VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch';
|
|
15
16
|
import { IVeltCommentsSidebarFilterResetButtonProps } from './VeltCommentsSidebarFilterResetButton/VeltCommentsSidebarFilterResetButton';
|
|
16
17
|
import { IVeltCommentsSidebarFilterAssigned } from './VeltCommentsSidebarFilterAssigned/VeltCommentsSidebarFilterAssigned';
|
|
17
18
|
import { IVeltCommentsSidebarFilterTagged } from './VeltCommentsSidebarFilterTagged/VeltCommentsSidebarFilterTagged';
|
|
@@ -33,6 +34,7 @@ export interface IVeltCommentsSidebarFilter extends React.FC<IVeltCommentsSideba
|
|
|
33
34
|
Item: IVeltCommentsSidebarFilterItem;
|
|
34
35
|
Status: IVeltCommentsSidebarFilterStatus;
|
|
35
36
|
ResetButton: React.FC<IVeltCommentsSidebarFilterResetButtonProps>;
|
|
37
|
+
Search: IVeltCommentsSidebarFilterSearch;
|
|
36
38
|
}
|
|
37
39
|
declare const VeltCommentsSidebarFilter: IVeltCommentsSidebarFilter;
|
|
38
40
|
export default VeltCommentsSidebarFilter;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerApplyButtonLoadingWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerApplyButtonLoadingWireframe extends React.FC<IVeltVideoEditorPlayerApplyButtonLoadingWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerApplyButtonLoadingWireframe: IVeltVideoEditorPlayerApplyButtonLoadingWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerApplyButtonLoadingWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerApplyButtonLoadingWireframe';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
import { IVeltVideoEditorPlayerApplyButtonLoadingWireframe } from './VeltVideoEditorPlayerApplyButtonLoadingWireframe/VeltVideoEditorPlayerApplyButtonLoadingWireframe';
|
|
4
|
+
export interface IVeltVideoEditorPlayerApplyButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
5
|
+
}
|
|
6
|
+
export interface IVeltVideoEditorPlayerApplyButtonWireframe extends React.FC<IVeltVideoEditorPlayerApplyButtonWireframeProps> {
|
|
7
|
+
Loading: IVeltVideoEditorPlayerApplyButtonLoadingWireframe;
|
|
8
|
+
}
|
|
9
|
+
declare const VeltVideoEditorPlayerApplyButtonWireframe: IVeltVideoEditorPlayerApplyButtonWireframe;
|
|
10
|
+
export default VeltVideoEditorPlayerApplyButtonWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerApplyButtonWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerCloseButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerCloseButtonWireframe extends React.FC<IVeltVideoEditorPlayerCloseButtonWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerCloseButtonWireframe: IVeltVideoEditorPlayerCloseButtonWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerCloseButtonWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerCloseButtonWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerCurrentTimeWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerCurrentTimeWireframe extends React.FC<IVeltVideoEditorPlayerCurrentTimeWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerCurrentTimeWireframe: IVeltVideoEditorPlayerCurrentTimeWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerCurrentTimeWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerCurrentTimeWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerDeleteButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerDeleteButtonWireframe extends React.FC<IVeltVideoEditorPlayerDeleteButtonWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerDeleteButtonWireframe: IVeltVideoEditorPlayerDeleteButtonWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerDeleteButtonWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerDeleteButtonWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerPreviewLoadingWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerPreviewLoadingWireframe extends React.FC<IVeltVideoEditorPlayerPreviewLoadingWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerPreviewLoadingWireframe: IVeltVideoEditorPlayerPreviewLoadingWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerPreviewLoadingWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerPreviewLoadingWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerPreviewVideoWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerPreviewVideoWireframe extends React.FC<IVeltVideoEditorPlayerPreviewVideoWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerPreviewVideoWireframe: IVeltVideoEditorPlayerPreviewVideoWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerPreviewVideoWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerPreviewVideoWireframe';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
import { IVeltVideoEditorPlayerPreviewLoadingWireframe } from './VeltVideoEditorPlayerPreviewLoadingWireframe/VeltVideoEditorPlayerPreviewLoadingWireframe';
|
|
4
|
+
import { IVeltVideoEditorPlayerPreviewVideoWireframe } from './VeltVideoEditorPlayerPreviewVideoWireframe/VeltVideoEditorPlayerPreviewVideoWireframe';
|
|
5
|
+
export interface IVeltVideoEditorPlayerPreviewWireframeProps extends IVeltWireframeCommonProps {
|
|
6
|
+
}
|
|
7
|
+
export interface IVeltVideoEditorPlayerPreviewWireframe extends React.FC<IVeltVideoEditorPlayerPreviewWireframeProps> {
|
|
8
|
+
Loading: IVeltVideoEditorPlayerPreviewLoadingWireframe;
|
|
9
|
+
Video: IVeltVideoEditorPlayerPreviewVideoWireframe;
|
|
10
|
+
}
|
|
11
|
+
declare const VeltVideoEditorPlayerPreviewWireframe: IVeltVideoEditorPlayerPreviewWireframe;
|
|
12
|
+
export default VeltVideoEditorPlayerPreviewWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerPreviewWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerSplitButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerSplitButtonWireframe extends React.FC<IVeltVideoEditorPlayerSplitButtonWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerSplitButtonWireframe: IVeltVideoEditorPlayerSplitButtonWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerSplitButtonWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerSplitButtonWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerTimeWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerTimeWireframe extends React.FC<IVeltVideoEditorPlayerTimeWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerTimeWireframe: IVeltVideoEditorPlayerTimeWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerTimeWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimeWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerTimelineWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerTimelineWireframe extends React.FC<IVeltVideoEditorPlayerTimelineWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerTimelineWireframe: IVeltVideoEditorPlayerTimelineWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerTimelineWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimelineWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerTitleWireframe extends React.FC<IVeltVideoEditorPlayerTitleWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerTitleWireframe: IVeltVideoEditorPlayerTitleWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerTitleWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTitleWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerToggleButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerToggleButtonWireframe extends React.FC<IVeltVideoEditorPlayerToggleButtonWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerToggleButtonWireframe: IVeltVideoEditorPlayerToggleButtonWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerToggleButtonWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerToggleButtonWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerTotalTimeWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerTotalTimeWireframe extends React.FC<IVeltVideoEditorPlayerTotalTimeWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerTotalTimeWireframe: IVeltVideoEditorPlayerTotalTimeWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerTotalTimeWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTotalTimeWireframe';
|
package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerWireframe.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../constants';
|
|
3
|
+
import { IVeltVideoEditorPlayerTitleWireframe } from './VeltVideoEditorPlayerTitleWireframe/VeltVideoEditorPlayerTitleWireframe';
|
|
4
|
+
import { IVeltVideoEditorPlayerApplyButtonWireframe } from './VeltVideoEditorPlayerApplyButtonWireframe/VeltVideoEditorPlayerApplyButtonWireframe';
|
|
5
|
+
import { IVeltVideoEditorPlayerCloseButtonWireframe } from './VeltVideoEditorPlayerCloseButtonWireframe/VeltVideoEditorPlayerCloseButtonWireframe';
|
|
6
|
+
import { IVeltVideoEditorPlayerPreviewWireframe } from './VeltVideoEditorPlayerPreviewWireframe/VeltVideoEditorPlayerPreviewWireframe';
|
|
7
|
+
import { IVeltVideoEditorPlayerToggleButtonWireframe } from './VeltVideoEditorPlayerToggleButtonWireframe/VeltVideoEditorPlayerToggleButtonWireframe';
|
|
8
|
+
import { IVeltVideoEditorPlayerTimeWireframe } from './VeltVideoEditorPlayerTimeWireframe/VeltVideoEditorPlayerTimeWireframe';
|
|
9
|
+
import { IVeltVideoEditorPlayerCurrentTimeWireframe } from './VeltVideoEditorPlayerCurrentTimeWireframe/VeltVideoEditorPlayerCurrentTimeWireframe';
|
|
10
|
+
import { IVeltVideoEditorPlayerTotalTimeWireframe } from './VeltVideoEditorPlayerTotalTimeWireframe/VeltVideoEditorPlayerTotalTimeWireframe';
|
|
11
|
+
import { IVeltVideoEditorPlayerSplitButtonWireframe } from './VeltVideoEditorPlayerSplitButtonWireframe/VeltVideoEditorPlayerSplitButtonWireframe';
|
|
12
|
+
import { IVeltVideoEditorPlayerDeleteButtonWireframe } from './VeltVideoEditorPlayerDeleteButtonWireframe/VeltVideoEditorPlayerDeleteButtonWireframe';
|
|
13
|
+
import { IVeltVideoEditorPlayerTimelineWireframe } from './VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineWireframe';
|
|
14
|
+
export interface IVeltVideoEditorPlayerWireframeProps extends IVeltWireframeCommonProps {
|
|
15
|
+
}
|
|
16
|
+
export interface IVeltVideoEditorPlayerWireframe extends React.FC<IVeltVideoEditorPlayerWireframeProps> {
|
|
17
|
+
Title: IVeltVideoEditorPlayerTitleWireframe;
|
|
18
|
+
ApplyButton: IVeltVideoEditorPlayerApplyButtonWireframe;
|
|
19
|
+
CloseButton: IVeltVideoEditorPlayerCloseButtonWireframe;
|
|
20
|
+
Preview: IVeltVideoEditorPlayerPreviewWireframe;
|
|
21
|
+
ToggleButton: IVeltVideoEditorPlayerToggleButtonWireframe;
|
|
22
|
+
Time: IVeltVideoEditorPlayerTimeWireframe;
|
|
23
|
+
CurrentTime: IVeltVideoEditorPlayerCurrentTimeWireframe;
|
|
24
|
+
TotalTime: IVeltVideoEditorPlayerTotalTimeWireframe;
|
|
25
|
+
SplitButton: IVeltVideoEditorPlayerSplitButtonWireframe;
|
|
26
|
+
DeleteButton: IVeltVideoEditorPlayerDeleteButtonWireframe;
|
|
27
|
+
Timeline: IVeltVideoEditorPlayerTimelineWireframe;
|
|
28
|
+
}
|
|
29
|
+
declare const VeltVideoEditorPlayerWireframe: IVeltVideoEditorPlayerWireframe;
|
|
30
|
+
export default VeltVideoEditorPlayerWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerWireframe';
|
|
@@ -83,6 +83,7 @@ export { default as VeltRecordingPreviewStepsDialogWireframe } from "./VeltRecor
|
|
|
83
83
|
export { default as VeltRecorderControlPanelWireframe } from "./VeltRecorderControlPanelWireframe";
|
|
84
84
|
export { default as VeltRecorderPlayerWireframe } from "./VeltRecorderPlayerWireframe";
|
|
85
85
|
export { default as VeltVideoPlayerWireframe } from "./VeltVideoPlayerWireframe";
|
|
86
|
+
export { default as VeltVideoEditorPlayerWireframe } from "./VeltVideoEditorPlayerWireframe";
|
|
86
87
|
export { default as VeltSubtitlesWireframe } from "./VeltSubtitlesWireframe";
|
|
87
88
|
export { default as VeltTranscriptionWireframe } from "./VeltTranscriptionWireframe";
|
|
88
89
|
export { default as VeltButtonWireframe } from "./VeltButtonWireframe";
|
package/esm/types/constants.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const VELT_SDK_VERSION = "4.3.0-beta.
|
|
2
|
+
export declare const VELT_SDK_VERSION = "4.3.0-beta.7";
|
|
3
3
|
export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
|
|
4
4
|
export declare const VELT_TAB_ID = "veltTabId";
|
|
5
5
|
export interface IVeltWireframeCommonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import { RecorderElement, RecordedData } from "@veltdev/types";
|
|
1
|
+
import { RecorderElement, RecordedData, RecorderRequestQuery, GetRecordingsResponse } from "@veltdev/types";
|
|
2
2
|
export declare function useRecorderUtils(): RecorderElement | undefined;
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Use `useRecorderEventCallback('recordingDone')` hook instead
|
|
5
|
+
*/
|
|
6
|
+
export declare function useRecorderAddHandler(): RecordedData | null | undefined;
|
|
4
7
|
/**
|
|
5
8
|
* @deprecated Use `recorderUtils.getRecordingData()` method instead
|
|
6
9
|
*/
|
|
7
10
|
export declare function useRecordingDataByRecorderId(recorderId: string): RecordedData | null;
|
|
11
|
+
export declare function useRecordings(query?: RecorderRequestQuery): GetRecordingsResponse[];
|
|
@@ -6,7 +6,7 @@ export { useCursorUtils, useCursorUsers, } from './CursorElement';
|
|
|
6
6
|
export { useHuddleUtils, } from './HuddleElement';
|
|
7
7
|
export { useLiveStateSyncUtils, useLiveStateData, useSetLiveStateData, useUserEditorState, useEditor, useEditorAccessTimer, useEditorAccessRequestHandler, useServerConnectionStateChangeHandler, useLiveState, } from './LiveStateSyncElement';
|
|
8
8
|
export { usePresenceUtils, usePresenceUsers, } from './PresenceElement';
|
|
9
|
-
export { useRecorderUtils, useRecorderAddHandler, useRecordingDataByRecorderId, } from './RecorderElement';
|
|
9
|
+
export { useRecorderUtils, useRecorderAddHandler, useRecordingDataByRecorderId, useRecordings, } from './RecorderElement';
|
|
10
10
|
export { useRecorderEventCallback, } from './RecorderActions';
|
|
11
11
|
export { useAIRewriterUtils, } from './RewriterElement';
|
|
12
12
|
export { useLiveSelectionUtils, useLiveSelectionDataHandler, } from './SelectionElement';
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React$1 from 'react';
|
|
3
|
-
import { Config, UserDataProvider, VeltDataProvider, Velt, ReactionMap, CustomAnnotationDropdownData, AutocompleteData, CommentAnnotation, AutocompleteItem, User, Options, DocumentMetadata, Document, SetDocumentsRequestOptions, Location as Location$1, CommentElement, UnreadCommentsCount, CommentAddEventData, CommentUpdateEventData, CommentSelectionChangeData, CommentSidebarCustomActionEventData, AddCommentAnnotationRequest, AddCommentAnnotationEvent, ApproveCommentAnnotationRequest, ApproveCommentAnnotationEvent, RejectCommentAnnotationRequest, RejectCommentAnnotationEvent, SubscribeCommentAnnotationRequest, SubscribeCommentAnnotationEvent, UnsubscribeCommentAnnotationRequest, UnsubscribeCommentAnnotationEvent, DeleteCommentAnnotationRequest, DeleteCommentAnnotationEvent, CommentRequestQuery, GetCommentAnnotationsResponse, GetCommentAnnotationsCountResponse, AssignUserRequest, AssignUserEvent, UpdatePriorityRequest, UpdatePriorityEvent, UpdateStatusRequest, UpdateStatusEvent, UpdateAccessRequest, UpdateAccessEvent, ResolveCommentAnnotationRequest, GetLinkRequest, GetLinkResponse, CopyLinkRequest, CopyLinkEvent, AddCommentRequest, AddCommentEvent, UpdateCommentRequest, UpdateCommentEvent, DeleteCommentRequest, DeleteCommentEvent, GetCommentRequest, AddAttachmentRequest, AddAttachmentResponse, DeleteAttachmentRequest, DeleteAttachmentEvent, GetAttachmentRequest, Attachment, DeleteRecordingRequest, DeleteRecordingEvent, GetRecordingRequest, RecordedData, AddReactionRequest, AddReactionEvent, DeleteReactionRequest, DeleteReactionEvent, ToggleReactionRequest, ToggleReactionEvent, CommentEventTypesMap, CoreEventTypesMap, CursorElement, CursorUser, LiveStateSyncElement, UserEditorAccess, EditorAccessTimer, ServerConnectionState, PresenceElement, PresenceUser, RecorderElement, RecorderEventTypesMap, RewriterElement, SelectionElement, LiveSelectionData, TagElement, TagAnnotation, ViewsElement, ViewsByUser, ViewsByDate, NotificationElement, Notification, AutocompleteElement, AutocompleteChipData, ContactElement, SelectedUserContact, GetContactListResponse } from '@veltdev/types';
|
|
3
|
+
import { Config, UserDataProvider, VeltDataProvider, Velt, ReactionMap, CustomAnnotationDropdownData, AutocompleteData, RecorderLayoutMode, RecorderMode, CommentAnnotation, AutocompleteItem, User, Options, DocumentMetadata, Document, SetDocumentsRequestOptions, Location as Location$1, CommentElement, UnreadCommentsCount, CommentAddEventData, CommentUpdateEventData, CommentSelectionChangeData, CommentSidebarCustomActionEventData, AddCommentAnnotationRequest, AddCommentAnnotationEvent, ApproveCommentAnnotationRequest, ApproveCommentAnnotationEvent, RejectCommentAnnotationRequest, RejectCommentAnnotationEvent, SubscribeCommentAnnotationRequest, SubscribeCommentAnnotationEvent, UnsubscribeCommentAnnotationRequest, UnsubscribeCommentAnnotationEvent, DeleteCommentAnnotationRequest, DeleteCommentAnnotationEvent, CommentRequestQuery, GetCommentAnnotationsResponse, GetCommentAnnotationsCountResponse, AssignUserRequest, AssignUserEvent, UpdatePriorityRequest, UpdatePriorityEvent, UpdateStatusRequest, UpdateStatusEvent, UpdateAccessRequest, UpdateAccessEvent, ResolveCommentAnnotationRequest, GetLinkRequest, GetLinkResponse, CopyLinkRequest, CopyLinkEvent, AddCommentRequest, AddCommentEvent, UpdateCommentRequest, UpdateCommentEvent, DeleteCommentRequest, DeleteCommentEvent, GetCommentRequest, AddAttachmentRequest, AddAttachmentResponse, DeleteAttachmentRequest, DeleteAttachmentEvent, GetAttachmentRequest, Attachment, DeleteRecordingRequest, DeleteRecordingEvent, GetRecordingRequest, RecordedData, AddReactionRequest, AddReactionEvent, DeleteReactionRequest, DeleteReactionEvent, ToggleReactionRequest, ToggleReactionEvent, CommentEventTypesMap, CoreEventTypesMap, CursorElement, CursorUser, LiveStateSyncElement, UserEditorAccess, EditorAccessTimer, ServerConnectionState, PresenceElement, PresenceUser, RecorderElement, RecorderRequestQuery, GetRecordingsResponse, RecorderEventTypesMap, RewriterElement, SelectionElement, LiveSelectionData, TagElement, TagAnnotation, ViewsElement, ViewsByUser, ViewsByDate, NotificationElement, Notification, AutocompleteElement, AutocompleteChipData, ContactElement, SelectedUserContact, GetContactListResponse } from '@veltdev/types';
|
|
4
4
|
|
|
5
5
|
interface IVeltProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6
6
|
apiKey: string;
|
|
@@ -327,15 +327,20 @@ interface IVeltPresenceProps {
|
|
|
327
327
|
declare const SnippylyPresence: React$1.FC<IVeltPresenceProps>;
|
|
328
328
|
|
|
329
329
|
interface IVeltRecorderControlPanelProps {
|
|
330
|
-
mode?:
|
|
330
|
+
mode?: RecorderLayoutMode;
|
|
331
331
|
panelId?: string;
|
|
332
332
|
onRecordedData?: Function;
|
|
333
|
+
recordingCountdown?: boolean;
|
|
334
|
+
recordingTranscription?: boolean;
|
|
335
|
+
videoEditor?: boolean;
|
|
333
336
|
}
|
|
334
337
|
declare const SnippylyRecorderControlPanel: React$1.FC<IVeltRecorderControlPanelProps>;
|
|
335
338
|
|
|
336
339
|
interface IVeltRecorderNotesProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
337
340
|
shadowDom?: boolean;
|
|
338
341
|
videoEditor?: boolean;
|
|
342
|
+
recordingCountdown?: boolean;
|
|
343
|
+
recordingTranscription?: boolean;
|
|
339
344
|
}
|
|
340
345
|
declare const SnippylyRecorderNotes: React$1.FC<IVeltRecorderNotesProps>;
|
|
341
346
|
|
|
@@ -348,15 +353,17 @@ interface IVeltRecorderPlayerProps {
|
|
|
348
353
|
showSummary?: boolean;
|
|
349
354
|
summary?: boolean;
|
|
350
355
|
shadowDom?: boolean;
|
|
356
|
+
videoEditor?: boolean;
|
|
351
357
|
}
|
|
352
358
|
declare const SnippylyRecorderPlayer: React$1.FC<IVeltRecorderPlayerProps>;
|
|
353
359
|
|
|
354
360
|
interface IVeltRecorderToolProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
355
|
-
type?:
|
|
361
|
+
type?: RecorderMode;
|
|
356
362
|
panelId?: string;
|
|
357
363
|
buttonLabel?: string;
|
|
358
364
|
darkMode?: boolean;
|
|
359
365
|
shadowDom?: boolean;
|
|
366
|
+
recordingCountdown?: boolean;
|
|
360
367
|
}
|
|
361
368
|
declare const SnippylyRecorderTool: React$1.FC<IVeltRecorderToolProps>;
|
|
362
369
|
|
|
@@ -1556,6 +1563,7 @@ interface IVeltCommentsSidebarFilter extends React$1.FC<IVeltCommentsSidebarFilt
|
|
|
1556
1563
|
Item: IVeltCommentsSidebarFilterItem;
|
|
1557
1564
|
Status: IVeltCommentsSidebarFilterStatus;
|
|
1558
1565
|
ResetButton: React$1.FC<IVeltCommentsSidebarFilterResetButtonProps>;
|
|
1566
|
+
Search: IVeltCommentsSidebarFilterSearch;
|
|
1559
1567
|
}
|
|
1560
1568
|
|
|
1561
1569
|
interface IVeltCommentsSidebarFilterButtonProps extends IVeltWireframeCommonProps {
|
|
@@ -3300,6 +3308,96 @@ interface IVeltVideoPlayerWireframe extends React$1.FC<IVeltVideoPlayerWireframe
|
|
|
3300
3308
|
}
|
|
3301
3309
|
declare const VeltVideoPlayerWireframe: IVeltVideoPlayerWireframe;
|
|
3302
3310
|
|
|
3311
|
+
interface IVeltVideoEditorPlayerTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
3312
|
+
}
|
|
3313
|
+
interface IVeltVideoEditorPlayerTitleWireframe extends React$1.FC<IVeltVideoEditorPlayerTitleWireframeProps> {
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3316
|
+
interface IVeltVideoEditorPlayerApplyButtonLoadingWireframeProps extends IVeltWireframeCommonProps {
|
|
3317
|
+
}
|
|
3318
|
+
interface IVeltVideoEditorPlayerApplyButtonLoadingWireframe extends React$1.FC<IVeltVideoEditorPlayerApplyButtonLoadingWireframeProps> {
|
|
3319
|
+
}
|
|
3320
|
+
|
|
3321
|
+
interface IVeltVideoEditorPlayerApplyButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3322
|
+
}
|
|
3323
|
+
interface IVeltVideoEditorPlayerApplyButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerApplyButtonWireframeProps> {
|
|
3324
|
+
Loading: IVeltVideoEditorPlayerApplyButtonLoadingWireframe;
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
interface IVeltVideoEditorPlayerCloseButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3328
|
+
}
|
|
3329
|
+
interface IVeltVideoEditorPlayerCloseButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerCloseButtonWireframeProps> {
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3332
|
+
interface IVeltVideoEditorPlayerPreviewLoadingWireframeProps extends IVeltWireframeCommonProps {
|
|
3333
|
+
}
|
|
3334
|
+
interface IVeltVideoEditorPlayerPreviewLoadingWireframe extends React$1.FC<IVeltVideoEditorPlayerPreviewLoadingWireframeProps> {
|
|
3335
|
+
}
|
|
3336
|
+
|
|
3337
|
+
interface IVeltVideoEditorPlayerPreviewVideoWireframeProps extends IVeltWireframeCommonProps {
|
|
3338
|
+
}
|
|
3339
|
+
interface IVeltVideoEditorPlayerPreviewVideoWireframe extends React$1.FC<IVeltVideoEditorPlayerPreviewVideoWireframeProps> {
|
|
3340
|
+
}
|
|
3341
|
+
|
|
3342
|
+
interface IVeltVideoEditorPlayerPreviewWireframeProps extends IVeltWireframeCommonProps {
|
|
3343
|
+
}
|
|
3344
|
+
interface IVeltVideoEditorPlayerPreviewWireframe extends React$1.FC<IVeltVideoEditorPlayerPreviewWireframeProps> {
|
|
3345
|
+
Loading: IVeltVideoEditorPlayerPreviewLoadingWireframe;
|
|
3346
|
+
Video: IVeltVideoEditorPlayerPreviewVideoWireframe;
|
|
3347
|
+
}
|
|
3348
|
+
|
|
3349
|
+
interface IVeltVideoEditorPlayerToggleButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3350
|
+
}
|
|
3351
|
+
interface IVeltVideoEditorPlayerToggleButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerToggleButtonWireframeProps> {
|
|
3352
|
+
}
|
|
3353
|
+
|
|
3354
|
+
interface IVeltVideoEditorPlayerTimeWireframeProps extends IVeltWireframeCommonProps {
|
|
3355
|
+
}
|
|
3356
|
+
interface IVeltVideoEditorPlayerTimeWireframe extends React$1.FC<IVeltVideoEditorPlayerTimeWireframeProps> {
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
interface IVeltVideoEditorPlayerCurrentTimeWireframeProps extends IVeltWireframeCommonProps {
|
|
3360
|
+
}
|
|
3361
|
+
interface IVeltVideoEditorPlayerCurrentTimeWireframe extends React$1.FC<IVeltVideoEditorPlayerCurrentTimeWireframeProps> {
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
|
+
interface IVeltVideoEditorPlayerTotalTimeWireframeProps extends IVeltWireframeCommonProps {
|
|
3365
|
+
}
|
|
3366
|
+
interface IVeltVideoEditorPlayerTotalTimeWireframe extends React$1.FC<IVeltVideoEditorPlayerTotalTimeWireframeProps> {
|
|
3367
|
+
}
|
|
3368
|
+
|
|
3369
|
+
interface IVeltVideoEditorPlayerSplitButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3370
|
+
}
|
|
3371
|
+
interface IVeltVideoEditorPlayerSplitButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerSplitButtonWireframeProps> {
|
|
3372
|
+
}
|
|
3373
|
+
|
|
3374
|
+
interface IVeltVideoEditorPlayerDeleteButtonWireframeProps extends IVeltWireframeCommonProps {
|
|
3375
|
+
}
|
|
3376
|
+
interface IVeltVideoEditorPlayerDeleteButtonWireframe extends React$1.FC<IVeltVideoEditorPlayerDeleteButtonWireframeProps> {
|
|
3377
|
+
}
|
|
3378
|
+
|
|
3379
|
+
interface IVeltVideoEditorPlayerTimelineWireframeProps extends IVeltWireframeCommonProps {
|
|
3380
|
+
}
|
|
3381
|
+
interface IVeltVideoEditorPlayerTimelineWireframe extends React$1.FC<IVeltVideoEditorPlayerTimelineWireframeProps> {
|
|
3382
|
+
}
|
|
3383
|
+
|
|
3384
|
+
interface IVeltVideoEditorPlayerWireframeProps extends IVeltWireframeCommonProps {
|
|
3385
|
+
}
|
|
3386
|
+
interface IVeltVideoEditorPlayerWireframe extends React$1.FC<IVeltVideoEditorPlayerWireframeProps> {
|
|
3387
|
+
Title: IVeltVideoEditorPlayerTitleWireframe;
|
|
3388
|
+
ApplyButton: IVeltVideoEditorPlayerApplyButtonWireframe;
|
|
3389
|
+
CloseButton: IVeltVideoEditorPlayerCloseButtonWireframe;
|
|
3390
|
+
Preview: IVeltVideoEditorPlayerPreviewWireframe;
|
|
3391
|
+
ToggleButton: IVeltVideoEditorPlayerToggleButtonWireframe;
|
|
3392
|
+
Time: IVeltVideoEditorPlayerTimeWireframe;
|
|
3393
|
+
CurrentTime: IVeltVideoEditorPlayerCurrentTimeWireframe;
|
|
3394
|
+
TotalTime: IVeltVideoEditorPlayerTotalTimeWireframe;
|
|
3395
|
+
SplitButton: IVeltVideoEditorPlayerSplitButtonWireframe;
|
|
3396
|
+
DeleteButton: IVeltVideoEditorPlayerDeleteButtonWireframe;
|
|
3397
|
+
Timeline: IVeltVideoEditorPlayerTimelineWireframe;
|
|
3398
|
+
}
|
|
3399
|
+
declare const VeltVideoEditorPlayerWireframe: IVeltVideoEditorPlayerWireframe;
|
|
3400
|
+
|
|
3303
3401
|
interface IVeltSubtitlesTextWireframeProps extends IVeltWireframeCommonProps {
|
|
3304
3402
|
}
|
|
3305
3403
|
interface IVeltSubtitlesTextWireframe extends React$1.FC<IVeltSubtitlesTextWireframeProps> {
|
|
@@ -3638,11 +3736,15 @@ declare function usePresenceUtils(): PresenceElement | undefined;
|
|
|
3638
3736
|
declare function usePresenceUsers(): PresenceUser[] | null;
|
|
3639
3737
|
|
|
3640
3738
|
declare function useRecorderUtils(): RecorderElement | undefined;
|
|
3641
|
-
|
|
3739
|
+
/**
|
|
3740
|
+
* @deprecated Use `useRecorderEventCallback('recordingDone')` hook instead
|
|
3741
|
+
*/
|
|
3742
|
+
declare function useRecorderAddHandler(): RecordedData | null | undefined;
|
|
3642
3743
|
/**
|
|
3643
3744
|
* @deprecated Use `recorderUtils.getRecordingData()` method instead
|
|
3644
3745
|
*/
|
|
3645
3746
|
declare function useRecordingDataByRecorderId(recorderId: string): RecordedData | null;
|
|
3747
|
+
declare function useRecordings(query?: RecorderRequestQuery): GetRecordingsResponse[];
|
|
3646
3748
|
|
|
3647
3749
|
declare function useRecorderEventCallback<T extends keyof RecorderEventTypesMap>(action: T): RecorderEventTypesMap[T];
|
|
3648
3750
|
|
|
@@ -3683,4 +3785,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
|
|
|
3683
3785
|
updateLiveStateDataId: (newId?: string) => void;
|
|
3684
3786
|
};
|
|
3685
3787
|
|
|
3686
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoPlayer, VeltVideoPlayerWireframe, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|
|
3788
|
+
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltVideoPlayerWireframe, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/react",
|
|
3
|
-
"version": "4.3.0-beta.
|
|
3
|
+
"version": "4.3.0-beta.7",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|