@veltdev/react 4.5.2-beta.8 → 4.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.js +87 -11
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +2 -0
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/cjs/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +2 -0
- package/cjs/types/components/SnippylyRecorderTool/SnippylyRecorderTool.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentNumber/VeltCommentDialogCommentNumber.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentNumber/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerInput/VeltCommentDialogComposerInput.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/VeltCommentDialogThreadCardEdited.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinNumber/VeltCommentPinIndex.d.ts +8 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinNumber/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinWireframe.d.ts +2 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFullscreenButton/VeltCommentsSidebarFullscreenButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFullscreenButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +2 -0
- package/cjs/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarPipWireframe/VeltRecorderControlPanelActionBarPipWireframe.d.ts +8 -0
- package/cjs/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarPipWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarWireframe.d.ts +2 -0
- package/cjs/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe.d.ts +8 -0
- package/cjs/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogVideoWireframe/VeltRecordingPreviewStepsDialogVideoWireframe.d.ts +2 -0
- package/cjs/types/constants.d.ts +1 -1
- package/cjs/types/hooks/Client.d.ts +4 -0
- package/cjs/types/hooks/index.d.ts +1 -1
- package/esm/index.js +87 -12
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +2 -0
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/esm/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +2 -0
- package/esm/types/components/SnippylyRecorderTool/SnippylyRecorderTool.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentNumber/VeltCommentDialogCommentNumber.d.ts +8 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentNumber/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerInput/VeltCommentDialogComposerInput.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/VeltCommentDialogThreadCardEdited.d.ts +8 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinNumber/VeltCommentPinIndex.d.ts +8 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinNumber/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinWireframe.d.ts +2 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFullscreenButton/VeltCommentsSidebarFullscreenButton.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFullscreenButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +2 -0
- package/esm/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarPipWireframe/VeltRecorderControlPanelActionBarPipWireframe.d.ts +8 -0
- package/esm/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarPipWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarWireframe.d.ts +2 -0
- package/esm/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe.d.ts +8 -0
- package/esm/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogVideoWireframe/VeltRecordingPreviewStepsDialogVideoWireframe.d.ts +2 -0
- package/esm/types/constants.d.ts +1 -1
- package/esm/types/hooks/Client.d.ts +4 -0
- package/esm/types/hooks/index.d.ts +1 -1
- package/index.d.ts +50 -1
- package/package.json +1 -1
|
@@ -146,6 +146,8 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
|
|
|
146
146
|
maxReplyAvatars?: number;
|
|
147
147
|
replyAvatars?: boolean;
|
|
148
148
|
linkCallback?: boolean;
|
|
149
|
+
replyPlaceholder?: string;
|
|
150
|
+
commentPlaceholder?: string;
|
|
149
151
|
}
|
|
150
152
|
declare const SnippylyComments: React.FC<IVeltCommentsProps>;
|
|
151
153
|
export default SnippylyComments;
|
|
@@ -45,6 +45,7 @@ export interface IVeltCommentsSidebarProps {
|
|
|
45
45
|
systemFiltersOperator?: 'and' | 'or';
|
|
46
46
|
sidebarButtonCountType?: 'default' | 'filter';
|
|
47
47
|
filterGhostCommentsInSidebar?: boolean;
|
|
48
|
+
fullScreen?: boolean;
|
|
48
49
|
}
|
|
49
50
|
declare const SnippylyCommentsSidebar: React.FC<IVeltCommentsSidebarProps>;
|
|
50
51
|
export default SnippylyCommentsSidebar;
|
|
@@ -11,6 +11,8 @@ export interface IVeltRecorderControlPanelProps {
|
|
|
11
11
|
autoOpenVideoEditor?: boolean;
|
|
12
12
|
playVideoInFullScreen?: boolean;
|
|
13
13
|
retakeOnVideoEditor?: boolean;
|
|
14
|
+
pictureInPicture?: boolean;
|
|
15
|
+
maxLength?: number;
|
|
14
16
|
}
|
|
15
17
|
declare const SnippylyRecorderControlPanel: React.FC<IVeltRecorderControlPanelProps>;
|
|
16
18
|
export default SnippylyRecorderControlPanel;
|
|
@@ -9,6 +9,8 @@ export interface IVeltRecorderToolProps extends React.DetailedHTMLProps<React.HT
|
|
|
9
9
|
recordingCountdown?: boolean;
|
|
10
10
|
variant?: string;
|
|
11
11
|
retakeOnVideoEditor?: boolean;
|
|
12
|
+
pictureInPicture?: boolean;
|
|
13
|
+
maxLength?: number;
|
|
12
14
|
}
|
|
13
15
|
declare const SnippylyRecorderTool: React.FC<IVeltRecorderToolProps>;
|
|
14
16
|
export default SnippylyRecorderTool;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltCommentDialogCommentNumberProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltCommentDialogCommentNumber extends React.FC<IVeltCommentDialogCommentNumberProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogCommentNumber: IVeltCommentDialogCommentNumber;
|
|
8
|
+
export default VeltCommentDialogCommentNumber;
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentNumber/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogCommentNumber";
|
|
@@ -2,6 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import { IVeltWireframeCommonProps } from '../../../../constants';
|
|
3
3
|
export interface IVeltCommentDialogComposerInputProps extends IVeltWireframeCommonProps {
|
|
4
4
|
placeholder?: string;
|
|
5
|
+
commentplaceholder?: string;
|
|
6
|
+
replyplaceholder?: string;
|
|
5
7
|
}
|
|
6
8
|
declare const VeltCommentDialogComposerInput: React.FC<IVeltCommentDialogComposerInputProps>;
|
|
7
9
|
export default VeltCommentDialogComposerInput;
|
|
@@ -12,6 +12,7 @@ import { IVeltCommentDialogThreadCardRecordingsProps } from "./VeltCommentDialog
|
|
|
12
12
|
import { IVeltCommentDialogThreadCardTimeProps } from "./VeltCommentDialogThreadCardTime/VeltCommentDialogThreadCardTime";
|
|
13
13
|
import { IVeltCommentDialogThreadCardUnreadProps } from "./VeltCommentDialogThreadCardUnread/VeltCommentDialogThreadCardUnread";
|
|
14
14
|
import { IVeltCommentDialogThreadCardSeenDropdown } from "./VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdown";
|
|
15
|
+
import { IVeltCommentDialogThreadCardEdited } from "./VeltCommentDialogThreadCardEdited/VeltCommentDialogThreadCardEdited";
|
|
15
16
|
import { IVeltWireframeCommonProps } from "../../../constants";
|
|
16
17
|
export interface IVeltCommentDialogThreadCardProps extends IVeltWireframeCommonProps {
|
|
17
18
|
}
|
|
@@ -29,6 +30,7 @@ export interface IVeltCommentDialogThreadCard extends React.FC<IVeltCommentDialo
|
|
|
29
30
|
Unread: React.FC<IVeltCommentDialogThreadCardUnreadProps>;
|
|
30
31
|
Draft: React.FC<IVeltCommentDialogThreadCardDraftProps>;
|
|
31
32
|
SeenDropdown: IVeltCommentDialogThreadCardSeenDropdown;
|
|
33
|
+
Edited: IVeltCommentDialogThreadCardEdited;
|
|
32
34
|
}
|
|
33
35
|
declare const VeltCommentDialogThreadCard: IVeltCommentDialogThreadCard;
|
|
34
36
|
export default VeltCommentDialogThreadCard;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../constants';
|
|
3
|
+
export interface IVeltCommentDialogThreadCardEditedProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltCommentDialogThreadCardEdited extends React.FC<IVeltCommentDialogThreadCardEditedProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogThreadCardEdited: IVeltCommentDialogThreadCardEdited;
|
|
8
|
+
export default VeltCommentDialogThreadCardEdited;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardEdited";
|
|
@@ -30,6 +30,7 @@ import { IVeltCommentDialogUnresolveButtonProps } from "./VeltCommentDialogUnres
|
|
|
30
30
|
import { IVeltCommentDialogNavigationButtonProps } from "./VeltCommentDialogNavigationButton/VeltCommentDialogNavigationButton";
|
|
31
31
|
import { IVeltCommentDialogReplyAvatars } from "./VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatars";
|
|
32
32
|
import { IVeltWireframeCommonProps } from "../../constants";
|
|
33
|
+
import { IVeltCommentDialogCommentNumber } from "./VeltCommentDialogCommentNumber/VeltCommentDialogCommentNumber";
|
|
33
34
|
export interface IVeltCommentDialogWireframeProps extends IVeltWireframeCommonProps {
|
|
34
35
|
}
|
|
35
36
|
declare const VeltCommentDialogWireframe: React.FC<IVeltCommentDialogWireframeProps> & {
|
|
@@ -40,6 +41,7 @@ declare const VeltCommentDialogWireframe: React.FC<IVeltCommentDialogWireframePr
|
|
|
40
41
|
Body: React.FC<IVeltCommentDialogBodyProps>;
|
|
41
42
|
CommentCategory: React.FC<IVeltCommentDialogCommentCategoryProps>;
|
|
42
43
|
CommentIndex: React.FC<IVeltCommentDialogCommentIndexProps>;
|
|
44
|
+
CommentNumber: IVeltCommentDialogCommentNumber;
|
|
43
45
|
CommentSuggestionStatus: React.FC<IVeltCommentDialogCommentSuggestionStatusProps>;
|
|
44
46
|
Composer: IVeltCommentDialogComposer;
|
|
45
47
|
CopyLink: React.FC<IVeltCommentDialogCopyLinkProps>;
|
package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinNumber/VeltCommentPinIndex.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltCommentPinNumberProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltCommentPinNumber extends React.FC<IVeltCommentPinNumberProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentPinNumber: IVeltCommentPinNumber;
|
|
8
|
+
export default VeltCommentPinNumber;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentPinIndex";
|
|
@@ -5,11 +5,13 @@ import { IVeltCommentPinIndexProps } from './VeltCommentPinIndex/VeltCommentPinI
|
|
|
5
5
|
import { IVeltCommentPinTriangleProps } from './VeltCommentPinTriangle/VeltCommentPinTriangle';
|
|
6
6
|
import { IVeltCommentPinUnreadCommentIndicatorProps } from './VeltCommentPinUnreadCommentIndicator/VeltCommentPinUnreadCommentIndicator';
|
|
7
7
|
import { IVeltCommentPinPrivateCommentIndicatorProps } from './VeltCommentPinPrivateCommentIndicator/VeltCommentPinPrivateCommentIndicator';
|
|
8
|
+
import { IVeltCommentPinNumber } from './VeltCommentPinNumber/VeltCommentPinIndex';
|
|
8
9
|
export interface IVeltCommentPinWireframeProps extends IVeltWireframeCommonProps {
|
|
9
10
|
}
|
|
10
11
|
declare const VeltCommentPinWireframe: React.FC<IVeltCommentPinWireframeProps> & {
|
|
11
12
|
GhostCommentIndicator: React.FC<IVeltCommentPinGhostCommentIndicatorProps>;
|
|
12
13
|
Index: React.FC<IVeltCommentPinIndexProps>;
|
|
14
|
+
Number: IVeltCommentPinNumber;
|
|
13
15
|
PrivateCommentIndicator: React.FC<IVeltCommentPinPrivateCommentIndicatorProps>;
|
|
14
16
|
Triangle: React.FC<IVeltCommentPinTriangleProps>;
|
|
15
17
|
UnreadCommentIndicator: React.FC<IVeltCommentPinUnreadCommentIndicatorProps>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltCommentsSidebarFullscreenButtonProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltCommentsSidebarFullscreenButton extends React.FC<IVeltCommentsSidebarFullscreenButtonProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentsSidebarFullscreenButton: IVeltCommentsSidebarFullscreenButton;
|
|
8
|
+
export default VeltCommentsSidebarFullscreenButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentsSidebarFullscreenButton";
|
|
@@ -18,6 +18,7 @@ import { IVeltCommentsSidebarStatus } from './VeltCommentsSidebarStatus/VeltComm
|
|
|
18
18
|
import { IVeltCommentsSidebarResetFilterButtonWireframeProps } from './VeltCommentsSidebarResetFilterButtonWireframe/VeltCommentsSidebarResetFilterButtonWireframe';
|
|
19
19
|
import { IVeltCommentsSidebarActionButtonProps } from './VeltCommentsSidebarActionButton/VeltCommentsSidebarActionButton';
|
|
20
20
|
import { IVeltCommentsSidebarFocusedThread } from './VeltCommentsSidebarFocusedThread/VeltCommentsSidebarFocusedThread';
|
|
21
|
+
import { IVeltCommentsSidebarFullscreenButton } from './VeltCommentsSidebarFullscreenButton/VeltCommentsSidebarFullscreenButton';
|
|
21
22
|
export interface IVeltCommentsSidebarWireframeProps extends IVeltWireframeCommonProps {
|
|
22
23
|
}
|
|
23
24
|
declare const VeltCommentsSidebarWireframe: React.FC<IVeltCommentsSidebarWireframeProps> & {
|
|
@@ -39,5 +40,6 @@ declare const VeltCommentsSidebarWireframe: React.FC<IVeltCommentsSidebarWirefra
|
|
|
39
40
|
ResetFilterButton: React.FC<IVeltCommentsSidebarResetFilterButtonWireframeProps>;
|
|
40
41
|
ActionButton: React.FC<IVeltCommentsSidebarActionButtonProps>;
|
|
41
42
|
FocusedThread: IVeltCommentsSidebarFocusedThread;
|
|
43
|
+
FullscreenButton: IVeltCommentsSidebarFullscreenButton;
|
|
42
44
|
};
|
|
43
45
|
export default VeltCommentsSidebarWireframe;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../constants';
|
|
3
|
+
export interface IVeltRecorderControlPanelActionBarPipWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltRecorderControlPanelActionBarPipWireframe extends React.FC<IVeltRecorderControlPanelActionBarPipWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltRecorderControlPanelActionBarPipWireframe: IVeltRecorderControlPanelActionBarPipWireframe;
|
|
8
|
+
export default VeltRecorderControlPanelActionBarPipWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltRecorderControlPanelActionBarPipWireframe';
|
|
@@ -6,6 +6,7 @@ import { IVeltRecorderControlPanelActionBarStopWireframe } from './VeltRecorderC
|
|
|
6
6
|
import { IVeltRecorderControlPanelActionBarTimeWireframe } from './VeltRecorderControlPanelActionBarTimeWireframe/VeltRecorderControlPanelActionBarTimeWireframe';
|
|
7
7
|
import { IVeltRecorderControlPanelActionBarToggleWireframe } from './VeltRecorderControlPanelActionBarToggleWireframe/VeltRecorderControlPanelActionBarToggleWireframe';
|
|
8
8
|
import { IVeltRecorderControlPanelActionBarTypeIconWireframe } from './VeltRecorderControlPanelActionBarTypeIconWireframe/VeltRecorderControlPanelActionBarTypeIconWireframe';
|
|
9
|
+
import { IVeltRecorderControlPanelActionBarPipWireframe } from './VeltRecorderControlPanelActionBarPipWireframe/VeltRecorderControlPanelActionBarPipWireframe';
|
|
9
10
|
export interface IVeltRecorderControlPanelActionBarWireframeProps extends IVeltWireframeCommonProps {
|
|
10
11
|
}
|
|
11
12
|
export interface IVeltRecorderControlPanelActionBarWireframe extends React.FC<IVeltRecorderControlPanelActionBarWireframeProps> {
|
|
@@ -15,6 +16,7 @@ export interface IVeltRecorderControlPanelActionBarWireframe extends React.FC<IV
|
|
|
15
16
|
Toggle: IVeltRecorderControlPanelActionBarToggleWireframe;
|
|
16
17
|
TypeIcon: IVeltRecorderControlPanelActionBarTypeIconWireframe;
|
|
17
18
|
Waveform: IVeltRecorderControlPanelActionBarWaveformWireframe;
|
|
19
|
+
Pip: IVeltRecorderControlPanelActionBarPipWireframe;
|
|
18
20
|
}
|
|
19
21
|
declare const VeltRecorderControlPanelActionBarWireframe: IVeltRecorderControlPanelActionBarWireframe;
|
|
20
22
|
export default VeltRecorderControlPanelActionBarWireframe;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
3
|
+
export interface IVeltRecordingPreviewStepsDialogScreenPlayerWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltRecordingPreviewStepsDialogScreenPlayerWireframe extends React.FC<IVeltRecordingPreviewStepsDialogScreenPlayerWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltRecordingPreviewStepsDialogScreenPlayerWireframe: IVeltRecordingPreviewStepsDialogScreenPlayerWireframe;
|
|
8
|
+
export default VeltRecordingPreviewStepsDialogScreenPlayerWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltRecordingPreviewStepsDialogScreenPlayerWireframe';
|
|
@@ -11,6 +11,7 @@ import { IVeltRecordingPreviewStepsDialogTimerWireframe } from '../VeltRecording
|
|
|
11
11
|
import { IVeltRecordingPreviewStepsDialogVideoPlayerWireframe } from '../VeltRecordingPreviewStepsDialogVideoPlayerWireframe/VeltRecordingPreviewStepsDialogVideoPlayerWireframe';
|
|
12
12
|
import { IVeltRecordingPreviewStepsDialogWaveformWireframe } from '../VeltRecordingPreviewStepsDialogWaveformWireframe/VeltRecordingPreviewStepsDialogWaveformWireframe';
|
|
13
13
|
import { IVeltRecordingPreviewStepsDialogStartRecordingWireframe } from '../VeltRecordingPreviewStepsDialogStartRecordingWireframe/VeltRecordingPreviewStepsDialogStartRecordingWireframe';
|
|
14
|
+
import { IVeltRecordingPreviewStepsDialogScreenPlayerWireframe } from '../VeltRecordingPreviewStepsDialogScreenPlayerWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe';
|
|
14
15
|
import { IVeltWireframeCommonProps } from '../../../constants';
|
|
15
16
|
export interface IVeltRecordingPreviewStepsDialogVideoWireframeProps extends IVeltWireframeCommonProps {
|
|
16
17
|
}
|
|
@@ -26,6 +27,7 @@ export interface IVeltRecordingPreviewStepsDialogVideoWireframe extends React.FC
|
|
|
26
27
|
StartRecording: IVeltRecordingPreviewStepsDialogStartRecordingWireframe;
|
|
27
28
|
Timer: IVeltRecordingPreviewStepsDialogTimerWireframe;
|
|
28
29
|
VideoPlayer: IVeltRecordingPreviewStepsDialogVideoPlayerWireframe;
|
|
30
|
+
ScreenPlayer: IVeltRecordingPreviewStepsDialogScreenPlayerWireframe;
|
|
29
31
|
Waveform: IVeltRecordingPreviewStepsDialogWaveformWireframe;
|
|
30
32
|
}
|
|
31
33
|
declare const VeltRecordingPreviewStepsDialogVideoWireframe: IVeltRecordingPreviewStepsDialogVideoWireframe;
|
package/esm/types/constants.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const VELT_SDK_VERSION = "4.5.2
|
|
2
|
+
export declare const VELT_SDK_VERSION = "4.5.2";
|
|
3
3
|
export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
|
|
4
4
|
export declare const VELT_TAB_ID = "veltTabId";
|
|
5
5
|
export declare const INTEGRITY_MAP: Record<string, string>;
|
|
@@ -19,3 +19,7 @@ export declare function useSetRootLocation(): {
|
|
|
19
19
|
setRootLocation: (location: Location) => void;
|
|
20
20
|
};
|
|
21
21
|
export declare function useVeltInitState(): boolean | undefined;
|
|
22
|
+
export declare function useUiState<T extends object = object>(): {
|
|
23
|
+
uiState: T | undefined;
|
|
24
|
+
setUiState: (data: T) => void;
|
|
25
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { useSetLocation, useSetDocument, useSetDocumentId, useSetDocuments, useSetRootDocument, useSetLocations, useSetRootLocation, useUnsetDocumentId, useUnsetDocuments, useIdentify, useClient, useVeltInitState, } from './Client';
|
|
1
|
+
export { useSetLocation, useSetDocument, useSetDocumentId, useSetDocuments, useSetRootDocument, useSetLocations, useSetRootLocation, useUnsetDocumentId, useUnsetDocuments, useIdentify, useClient, useVeltInitState, useUiState, } from './Client';
|
|
2
2
|
export { useCommentUtils, useCommentAnnotations, useCommentAddHandler, useCommentModeState, useCommentUpdateHandler, useCommentDialogSidebarClickHandler, useCommentSelectionChangeHandler, useUnreadCommentCountByAnnotationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountOnCurrentDocument, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentCountByLocationId, useCommentCopyLinkHandler, useCommentAnnotationById, useCommentSidebarActionButtonClick, useCommentSidebarInit, useCommentSidebarData, } from './CommentElement';
|
|
3
3
|
export { useAddAttachment, useDeleteAttachment, useGetAttachment, useDeleteRecording, useGetRecording, useAddReaction, useDeleteReaction, useToggleReaction, useAddComment, useUpdateComment, useDeleteComment, useAddCommentAnnotation, useDeleteCommentAnnotation, useApproveCommentAnnotation, useSubscribeCommentAnnotation, useUnsubscribeCommentAnnotation, useAssignUser, useCopyLink, useGetComment, useGetLink, useRejectCommentAnnotation, useResolveCommentAnnotation, useUpdateAccess, useUpdatePriority, useUpdateStatus, useCommentActionCallback, useCommentEventCallback, useGetCommentAnnotations, useCommentAnnotationsCount, } from './CommentActions';
|
|
4
4
|
export { useVeltEventCallback } from './CoreActions';
|
package/index.d.ts
CHANGED
|
@@ -199,6 +199,8 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
|
|
|
199
199
|
maxReplyAvatars?: number;
|
|
200
200
|
replyAvatars?: boolean;
|
|
201
201
|
linkCallback?: boolean;
|
|
202
|
+
replyPlaceholder?: string;
|
|
203
|
+
commentPlaceholder?: string;
|
|
202
204
|
}
|
|
203
205
|
declare const SnippylyComments: React$1.FC<IVeltCommentsProps>;
|
|
204
206
|
|
|
@@ -247,6 +249,7 @@ interface IVeltCommentsSidebarProps {
|
|
|
247
249
|
systemFiltersOperator?: 'and' | 'or';
|
|
248
250
|
sidebarButtonCountType?: 'default' | 'filter';
|
|
249
251
|
filterGhostCommentsInSidebar?: boolean;
|
|
252
|
+
fullScreen?: boolean;
|
|
250
253
|
}
|
|
251
254
|
declare const SnippylyCommentsSidebar: React$1.FC<IVeltCommentsSidebarProps>;
|
|
252
255
|
|
|
@@ -336,6 +339,8 @@ interface IVeltRecorderControlPanelProps {
|
|
|
336
339
|
autoOpenVideoEditor?: boolean;
|
|
337
340
|
playVideoInFullScreen?: boolean;
|
|
338
341
|
retakeOnVideoEditor?: boolean;
|
|
342
|
+
pictureInPicture?: boolean;
|
|
343
|
+
maxLength?: number;
|
|
339
344
|
}
|
|
340
345
|
declare const SnippylyRecorderControlPanel: React$1.FC<IVeltRecorderControlPanelProps>;
|
|
341
346
|
|
|
@@ -372,6 +377,8 @@ interface IVeltRecorderToolProps extends React$1.DetailedHTMLProps<React$1.HTMLA
|
|
|
372
377
|
recordingCountdown?: boolean;
|
|
373
378
|
variant?: string;
|
|
374
379
|
retakeOnVideoEditor?: boolean;
|
|
380
|
+
pictureInPicture?: boolean;
|
|
381
|
+
maxLength?: number;
|
|
375
382
|
}
|
|
376
383
|
declare const SnippylyRecorderTool: React$1.FC<IVeltRecorderToolProps>;
|
|
377
384
|
|
|
@@ -907,6 +914,8 @@ interface IVeltCommentDialogComposerAttachments extends React$1.FC<IVeltCommentD
|
|
|
907
914
|
|
|
908
915
|
interface IVeltCommentDialogComposerInputProps extends IVeltWireframeCommonProps {
|
|
909
916
|
placeholder?: string;
|
|
917
|
+
commentplaceholder?: string;
|
|
918
|
+
replyplaceholder?: string;
|
|
910
919
|
}
|
|
911
920
|
|
|
912
921
|
interface IVeltCommentDialogComposerRecordingsProps extends IVeltWireframeCommonProps {
|
|
@@ -1270,6 +1279,11 @@ interface IVeltCommentDialogThreadCardSeenDropdown extends React$1.FC<IVeltComme
|
|
|
1270
1279
|
Content: IVeltCommentDialogThreadCardSeenDropdownContent;
|
|
1271
1280
|
}
|
|
1272
1281
|
|
|
1282
|
+
interface IVeltCommentDialogThreadCardEditedProps extends IVeltWireframeCommonProps {
|
|
1283
|
+
}
|
|
1284
|
+
interface IVeltCommentDialogThreadCardEdited extends React$1.FC<IVeltCommentDialogThreadCardEditedProps> {
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1273
1287
|
interface IVeltCommentDialogThreadCardProps extends IVeltWireframeCommonProps {
|
|
1274
1288
|
}
|
|
1275
1289
|
interface IVeltCommentDialogThreadCard extends React$1.FC<IVeltCommentDialogThreadCardProps> {
|
|
@@ -1286,6 +1300,7 @@ interface IVeltCommentDialogThreadCard extends React$1.FC<IVeltCommentDialogThre
|
|
|
1286
1300
|
Unread: React$1.FC<IVeltCommentDialogThreadCardUnreadProps>;
|
|
1287
1301
|
Draft: React$1.FC<IVeltCommentDialogThreadCardDraftProps>;
|
|
1288
1302
|
SeenDropdown: IVeltCommentDialogThreadCardSeenDropdown;
|
|
1303
|
+
Edited: IVeltCommentDialogThreadCardEdited;
|
|
1289
1304
|
}
|
|
1290
1305
|
|
|
1291
1306
|
interface IVeltCommentDialogThreadsProps extends IVeltWireframeCommonProps {
|
|
@@ -1405,6 +1420,11 @@ interface IVeltCommentDialogReplyAvatars extends React$1.FC<IVeltCommentDialogRe
|
|
|
1405
1420
|
RemainingCount: IVeltCommentDialogReplyAvatarsRemainingCount;
|
|
1406
1421
|
}
|
|
1407
1422
|
|
|
1423
|
+
interface IVeltCommentDialogCommentNumberProps extends IVeltWireframeCommonProps {
|
|
1424
|
+
}
|
|
1425
|
+
interface IVeltCommentDialogCommentNumber extends React$1.FC<IVeltCommentDialogCommentNumberProps> {
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1408
1428
|
interface IVeltCommentDialogWireframeProps extends IVeltWireframeCommonProps {
|
|
1409
1429
|
}
|
|
1410
1430
|
declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframeProps> & {
|
|
@@ -1415,6 +1435,7 @@ declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframe
|
|
|
1415
1435
|
Body: React$1.FC<IVeltCommentDialogBodyProps>;
|
|
1416
1436
|
CommentCategory: React$1.FC<IVeltCommentDialogCommentCategoryProps>;
|
|
1417
1437
|
CommentIndex: React$1.FC<IVeltCommentDialogCommentIndexProps>;
|
|
1438
|
+
CommentNumber: IVeltCommentDialogCommentNumber;
|
|
1418
1439
|
CommentSuggestionStatus: React$1.FC<IVeltCommentDialogCommentSuggestionStatusProps>;
|
|
1419
1440
|
Composer: IVeltCommentDialogComposer;
|
|
1420
1441
|
CopyLink: React$1.FC<IVeltCommentDialogCopyLinkProps>;
|
|
@@ -1935,6 +1956,11 @@ interface IVeltCommentsSidebarFocusedThread extends React$1.FC<IVeltCommentsSide
|
|
|
1935
1956
|
DialogContainer: IVeltCommentsSidebarFocusedThreadDialogContainer;
|
|
1936
1957
|
}
|
|
1937
1958
|
|
|
1959
|
+
interface IVeltCommentsSidebarFullscreenButtonProps extends IVeltWireframeCommonProps {
|
|
1960
|
+
}
|
|
1961
|
+
interface IVeltCommentsSidebarFullscreenButton extends React$1.FC<IVeltCommentsSidebarFullscreenButtonProps> {
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1938
1964
|
interface IVeltCommentsSidebarWireframeProps extends IVeltWireframeCommonProps {
|
|
1939
1965
|
}
|
|
1940
1966
|
declare const VeltCommentsSidebarWireframe: React$1.FC<IVeltCommentsSidebarWireframeProps> & {
|
|
@@ -1956,6 +1982,7 @@ declare const VeltCommentsSidebarWireframe: React$1.FC<IVeltCommentsSidebarWiref
|
|
|
1956
1982
|
ResetFilterButton: React$1.FC<IVeltCommentsSidebarResetFilterButtonWireframeProps>;
|
|
1957
1983
|
ActionButton: React$1.FC<IVeltCommentsSidebarActionButtonProps>;
|
|
1958
1984
|
FocusedThread: IVeltCommentsSidebarFocusedThread;
|
|
1985
|
+
FullscreenButton: IVeltCommentsSidebarFullscreenButton;
|
|
1959
1986
|
};
|
|
1960
1987
|
|
|
1961
1988
|
interface IVeltCommentPinGhostCommentIndicatorProps extends IVeltWireframeCommonProps {
|
|
@@ -1973,11 +2000,17 @@ interface IVeltCommentPinUnreadCommentIndicatorProps extends IVeltWireframeCommo
|
|
|
1973
2000
|
interface IVeltCommentPinPrivateCommentIndicatorProps extends IVeltWireframeCommonProps {
|
|
1974
2001
|
}
|
|
1975
2002
|
|
|
2003
|
+
interface IVeltCommentPinNumberProps extends IVeltWireframeCommonProps {
|
|
2004
|
+
}
|
|
2005
|
+
interface IVeltCommentPinNumber extends React$1.FC<IVeltCommentPinNumberProps> {
|
|
2006
|
+
}
|
|
2007
|
+
|
|
1976
2008
|
interface IVeltCommentPinWireframeProps extends IVeltWireframeCommonProps {
|
|
1977
2009
|
}
|
|
1978
2010
|
declare const VeltCommentPinWireframe: React$1.FC<IVeltCommentPinWireframeProps> & {
|
|
1979
2011
|
GhostCommentIndicator: React$1.FC<IVeltCommentPinGhostCommentIndicatorProps>;
|
|
1980
2012
|
Index: React$1.FC<IVeltCommentPinIndexProps>;
|
|
2013
|
+
Number: IVeltCommentPinNumber;
|
|
1981
2014
|
PrivateCommentIndicator: React$1.FC<IVeltCommentPinPrivateCommentIndicatorProps>;
|
|
1982
2015
|
Triangle: React$1.FC<IVeltCommentPinTriangleProps>;
|
|
1983
2016
|
UnreadCommentIndicator: React$1.FC<IVeltCommentPinUnreadCommentIndicatorProps>;
|
|
@@ -3134,6 +3167,11 @@ interface IVeltRecordingPreviewStepsDialogVideoPlayerWireframeProps extends IVel
|
|
|
3134
3167
|
interface IVeltRecordingPreviewStepsDialogVideoPlayerWireframe extends React$1.FC<IVeltRecordingPreviewStepsDialogVideoPlayerWireframeProps> {
|
|
3135
3168
|
}
|
|
3136
3169
|
|
|
3170
|
+
interface IVeltRecordingPreviewStepsDialogScreenPlayerWireframeProps extends IVeltWireframeCommonProps {
|
|
3171
|
+
}
|
|
3172
|
+
interface IVeltRecordingPreviewStepsDialogScreenPlayerWireframe extends React$1.FC<IVeltRecordingPreviewStepsDialogScreenPlayerWireframeProps> {
|
|
3173
|
+
}
|
|
3174
|
+
|
|
3137
3175
|
interface IVeltRecordingPreviewStepsDialogVideoWireframeProps extends IVeltWireframeCommonProps {
|
|
3138
3176
|
}
|
|
3139
3177
|
interface IVeltRecordingPreviewStepsDialogVideoWireframe extends React$1.FC<IVeltRecordingPreviewStepsDialogVideoWireframeProps> {
|
|
@@ -3148,6 +3186,7 @@ interface IVeltRecordingPreviewStepsDialogVideoWireframe extends React$1.FC<IVel
|
|
|
3148
3186
|
StartRecording: IVeltRecordingPreviewStepsDialogStartRecordingWireframe;
|
|
3149
3187
|
Timer: IVeltRecordingPreviewStepsDialogTimerWireframe;
|
|
3150
3188
|
VideoPlayer: IVeltRecordingPreviewStepsDialogVideoPlayerWireframe;
|
|
3189
|
+
ScreenPlayer: IVeltRecordingPreviewStepsDialogScreenPlayerWireframe;
|
|
3151
3190
|
Waveform: IVeltRecordingPreviewStepsDialogWaveformWireframe;
|
|
3152
3191
|
}
|
|
3153
3192
|
|
|
@@ -3212,6 +3251,11 @@ interface IVeltRecorderControlPanelActionBarTypeIconWireframeProps extends IVelt
|
|
|
3212
3251
|
interface IVeltRecorderControlPanelActionBarTypeIconWireframe extends React$1.FC<IVeltRecorderControlPanelActionBarTypeIconWireframeProps> {
|
|
3213
3252
|
}
|
|
3214
3253
|
|
|
3254
|
+
interface IVeltRecorderControlPanelActionBarPipWireframeProps extends IVeltWireframeCommonProps {
|
|
3255
|
+
}
|
|
3256
|
+
interface IVeltRecorderControlPanelActionBarPipWireframe extends React$1.FC<IVeltRecorderControlPanelActionBarPipWireframeProps> {
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3215
3259
|
interface IVeltRecorderControlPanelActionBarWireframeProps extends IVeltWireframeCommonProps {
|
|
3216
3260
|
}
|
|
3217
3261
|
interface IVeltRecorderControlPanelActionBarWireframe extends React$1.FC<IVeltRecorderControlPanelActionBarWireframeProps> {
|
|
@@ -3221,6 +3265,7 @@ interface IVeltRecorderControlPanelActionBarWireframe extends React$1.FC<IVeltRe
|
|
|
3221
3265
|
Toggle: IVeltRecorderControlPanelActionBarToggleWireframe;
|
|
3222
3266
|
TypeIcon: IVeltRecorderControlPanelActionBarTypeIconWireframe;
|
|
3223
3267
|
Waveform: IVeltRecorderControlPanelActionBarWaveformWireframe;
|
|
3268
|
+
Pip: IVeltRecorderControlPanelActionBarPipWireframe;
|
|
3224
3269
|
}
|
|
3225
3270
|
|
|
3226
3271
|
interface IVeltRecorderControlPanelCollapsedButtonOffWireframeProps extends IVeltWireframeCommonProps {
|
|
@@ -4195,6 +4240,10 @@ declare function useSetRootLocation(): {
|
|
|
4195
4240
|
setRootLocation: (location: Location$1) => void;
|
|
4196
4241
|
};
|
|
4197
4242
|
declare function useVeltInitState(): boolean | undefined;
|
|
4243
|
+
declare function useUiState<T extends object = object>(): {
|
|
4244
|
+
uiState: T | undefined;
|
|
4245
|
+
setUiState: (data: T) => void;
|
|
4246
|
+
};
|
|
4198
4247
|
|
|
4199
4248
|
declare function useCommentUtils(): CommentElement | undefined;
|
|
4200
4249
|
declare function useCommentAnnotations(documentId?: string, location?: Location$1): CommentAnnotation[] | null | undefined;
|
|
@@ -4406,4 +4455,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
|
|
|
4406
4455
|
updateAllowAction: (newAllowAction?: ((action: any) => boolean) | undefined) => void;
|
|
4407
4456
|
};
|
|
4408
4457
|
|
|
4409
|
-
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, VeltCursorPointerWireframe, 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, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, 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, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|
|
4458
|
+
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, VeltCursorPointerWireframe, 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, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, 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, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, 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.5.2
|
|
3
|
+
"version": "4.5.2",
|
|
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": [
|