@veltdev/react 2.0.22 → 2.0.24
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 +25 -1
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe.d.ts +7 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe.d.ts +7 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentWireframe.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +25 -1
- package/esm/index.js.map +1 -1
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe.d.ts +7 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe.d.ts +7 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe.d.ts +11 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentWireframe.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +19 -0
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
export interface IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe extends React.FC<IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps> {
|
|
5
|
+
}
|
|
6
|
+
declare const VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe: IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe;
|
|
7
|
+
export default VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
export interface IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe extends React.FC<IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps> {
|
|
5
|
+
}
|
|
6
|
+
declare const VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe: IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe;
|
|
7
|
+
export default VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps } from './VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe';
|
|
3
|
+
import { IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps } from './VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe';
|
|
4
|
+
export interface IVeltCommentDialogOptionsDropdownContentNotificationWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
5
|
+
}
|
|
6
|
+
export interface IVeltCommentDialogOptionsDropdownContentNotificationWireframe extends React.FC<IVeltCommentDialogOptionsDropdownContentNotificationWireframeProps> {
|
|
7
|
+
Subscribe: React.FC<IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps>;
|
|
8
|
+
Unsubscribe: React.FC<IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps>;
|
|
9
|
+
}
|
|
10
|
+
declare const VeltCommentDialogOptionsDropdownContentNotificationWireframe: IVeltCommentDialogOptionsDropdownContentNotificationWireframe;
|
|
11
|
+
export default VeltCommentDialogOptionsDropdownContentNotificationWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltCommentDialogOptionsDropdownContentNotificationWireframe';
|
|
@@ -3,6 +3,7 @@ import { IVeltCommentDialogOptionsDropdownContentAssignWireframeProps } from './
|
|
|
3
3
|
import { IVeltCommentDialogOptionsDropdownContentDeleteWireframe } from './VeltCommentDialogOptionsDropdownContentDeleteWireframe/VeltCommentDialogOptionsDropdownContentDeleteWireframe';
|
|
4
4
|
import { IVeltCommentDialogOptionsDropdownContentEditWireframeProps } from './VeltCommentDialogOptionsDropdownContentEditWireframe/VeltCommentDialogOptionsDropdownContentEditWireframe';
|
|
5
5
|
import { IVeltCommentDialogOptionsDropdownContentMakePrivateWireframe } from './VeltCommentDialogOptionsDropdownContentMakePrivateWireframe/VeltCommentDialogOptionsDropdownContentMakePrivateWireframe';
|
|
6
|
+
import { IVeltCommentDialogOptionsDropdownContentNotificationWireframe } from './VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe';
|
|
6
7
|
export interface IVeltCommentDialogOptionsDropdownContentWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
7
8
|
variant?: string;
|
|
8
9
|
}
|
|
@@ -11,6 +12,7 @@ export interface IVeltCommentDialogOptionsDropdownContentWireframe extends React
|
|
|
11
12
|
MakePrivate: IVeltCommentDialogOptionsDropdownContentMakePrivateWireframe;
|
|
12
13
|
Delete: IVeltCommentDialogOptionsDropdownContentDeleteWireframe;
|
|
13
14
|
Edit: React.FC<IVeltCommentDialogOptionsDropdownContentEditWireframeProps>;
|
|
15
|
+
Notification: IVeltCommentDialogOptionsDropdownContentNotificationWireframe;
|
|
14
16
|
}
|
|
15
17
|
declare const VeltCommentDialogOptionsDropdownContentWireframe: IVeltCommentDialogOptionsDropdownContentWireframe;
|
|
16
18
|
export default VeltCommentDialogOptionsDropdownContentWireframe;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogDeleteButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
variant?: string;
|
|
4
|
+
}
|
|
5
|
+
declare const VeltCommentDialogDeleteButton: React.FC<IVeltCommentDialogDeleteButtonProps>;
|
|
6
|
+
export default VeltCommentDialogDeleteButton;
|
package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogDeleteButton";
|
|
@@ -24,6 +24,7 @@ import { IVeltCommentDialogThreadsProps } from "./VeltCommentDialogThreads/VeltC
|
|
|
24
24
|
import { IVeltCommentDialogToggleReplyProps } from "./VeltCommentDialogToggleReply/VeltCommentDialogToggleReply";
|
|
25
25
|
import { IVeltCommentDialogUpgradeProps } from "./VeltCommentDialogUpgrade/VeltCommentDialogUpgrade";
|
|
26
26
|
import { IVeltCommentDialogCustomAnnotationDropdown } from "./VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdown";
|
|
27
|
+
import { IVeltCommentDialogDeleteButtonProps } from "./VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton";
|
|
27
28
|
export interface IVeltCommentDialogWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
28
29
|
variant?: string;
|
|
29
30
|
}
|
|
@@ -53,5 +54,6 @@ declare const VeltCommentDialogWireframe: React.FC<IVeltCommentDialogWireframePr
|
|
|
53
54
|
ToggleReply: React.FC<IVeltCommentDialogToggleReplyProps>;
|
|
54
55
|
Upgrade: React.FC<IVeltCommentDialogUpgradeProps>;
|
|
55
56
|
CustomAnnotationDropdown: IVeltCommentDialogCustomAnnotationDropdown;
|
|
57
|
+
DeleteButton: React.FC<IVeltCommentDialogDeleteButtonProps>;
|
|
56
58
|
};
|
|
57
59
|
export default VeltCommentDialogWireframe;
|
package/cjs/types/constants.d.ts
CHANGED
package/esm/index.js
CHANGED
|
@@ -132,7 +132,7 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
|
132
132
|
}
|
|
133
133
|
};
|
|
134
134
|
|
|
135
|
-
var VELT_SDK_VERSION = '2.0.
|
|
135
|
+
var VELT_SDK_VERSION = '2.0.24';
|
|
136
136
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
137
137
|
var VELT_TAB_ID = 'veltTabId';
|
|
138
138
|
|
|
@@ -1601,6 +1601,23 @@ var VeltCommentDialogOptionsDropdownContentMakePrivateWireframe = function (prop
|
|
|
1601
1601
|
VeltCommentDialogOptionsDropdownContentMakePrivateWireframe.Enable = VeltCommentDialogOptionsDropdownContentMakePrivateEnableWireframe;
|
|
1602
1602
|
VeltCommentDialogOptionsDropdownContentMakePrivateWireframe.Disable = VeltCommentDialogOptionsDropdownContentMakePrivateDisableWireframe;
|
|
1603
1603
|
|
|
1604
|
+
var VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe = function (props) {
|
|
1605
|
+
var children = props.children;
|
|
1606
|
+
return (React.createElement("velt-comment-dialog-options-dropdown-content-notification-subscribe-wireframe", null, children));
|
|
1607
|
+
};
|
|
1608
|
+
|
|
1609
|
+
var VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe = function (props) {
|
|
1610
|
+
var children = props.children;
|
|
1611
|
+
return (React.createElement("velt-comment-dialog-options-dropdown-content-notification-unsubscribe-wireframe", null, children));
|
|
1612
|
+
};
|
|
1613
|
+
|
|
1614
|
+
var VeltCommentDialogOptionsDropdownContentNotificationWireframe = function (props) {
|
|
1615
|
+
var children = props.children;
|
|
1616
|
+
return (React.createElement("velt-comment-dialog-options-dropdown-content-notification-wireframe", null, children));
|
|
1617
|
+
};
|
|
1618
|
+
VeltCommentDialogOptionsDropdownContentNotificationWireframe.Subscribe = VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe;
|
|
1619
|
+
VeltCommentDialogOptionsDropdownContentNotificationWireframe.Unsubscribe = VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe;
|
|
1620
|
+
|
|
1604
1621
|
var VeltCommentDialogOptionsDropdownContentWireframe = function (props) {
|
|
1605
1622
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1606
1623
|
return (React.createElement("velt-comment-dialog-options-dropdown-content-wireframe", __assign({}, remainingProp), children));
|
|
@@ -1609,6 +1626,7 @@ VeltCommentDialogOptionsDropdownContentWireframe.Assign = VeltCommentDialogOptio
|
|
|
1609
1626
|
VeltCommentDialogOptionsDropdownContentWireframe.MakePrivate = VeltCommentDialogOptionsDropdownContentMakePrivateWireframe;
|
|
1610
1627
|
VeltCommentDialogOptionsDropdownContentWireframe.Edit = VeltCommentDialogOptionsDropdownContentEditWireframe;
|
|
1611
1628
|
VeltCommentDialogOptionsDropdownContentWireframe.Delete = VeltCommentDialogOptionsDropdownContentDeleteWireframe;
|
|
1629
|
+
VeltCommentDialogOptionsDropdownContentWireframe.Notification = VeltCommentDialogOptionsDropdownContentNotificationWireframe;
|
|
1612
1630
|
|
|
1613
1631
|
var VeltCommentDialogOptionsDropdownTriggerWireframe = function (props) {
|
|
1614
1632
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
@@ -1969,6 +1987,11 @@ var VeltCommentDialogCustomAnnotationDropdown = function (props) {
|
|
|
1969
1987
|
VeltCommentDialogCustomAnnotationDropdown.Content = VeltCommentDialogCustomAnnotationDropdownContent;
|
|
1970
1988
|
VeltCommentDialogCustomAnnotationDropdown.Trigger = VeltCommentDialogCustomAnnotationDropdownTrigger;
|
|
1971
1989
|
|
|
1990
|
+
var VeltCommentDialogDeleteButton = function (props) {
|
|
1991
|
+
var children = props.children;
|
|
1992
|
+
return (React.createElement("velt-comment-dialog-delete-button-wireframe", null, children));
|
|
1993
|
+
};
|
|
1994
|
+
|
|
1972
1995
|
var VeltCommentDialogWireframe = function (props) {
|
|
1973
1996
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1974
1997
|
return (React.createElement("velt-comment-dialog-wireframe", __assign({}, remainingProp), children));
|
|
@@ -1998,6 +2021,7 @@ VeltCommentDialogWireframe.Threads = VeltCommentDialogThreads;
|
|
|
1998
2021
|
VeltCommentDialogWireframe.ToggleReply = VeltCommentDialogToggleReply;
|
|
1999
2022
|
VeltCommentDialogWireframe.Upgrade = VeltCommentDialogUpgrade;
|
|
2000
2023
|
VeltCommentDialogWireframe.CustomAnnotationDropdown = VeltCommentDialogCustomAnnotationDropdown;
|
|
2024
|
+
VeltCommentDialogWireframe.DeleteButton = VeltCommentDialogDeleteButton;
|
|
2001
2025
|
|
|
2002
2026
|
var VeltCommentsSidebarCloseButton = function (props) {
|
|
2003
2027
|
props.children; var remainingProps = __rest(props, ["children"]);
|