@veltdev/sdk 4.5.0-beta.21 → 4.5.0-beta.23
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.
|
@@ -791,6 +791,16 @@ export declare class CommentElement {
|
|
|
791
791
|
*/
|
|
792
792
|
public disableMultiThread: () => void;
|
|
793
793
|
|
|
794
|
+
/**
|
|
795
|
+
* To enable group multiple match
|
|
796
|
+
*/
|
|
797
|
+
public enableGroupMultipleMatch: () => void;
|
|
798
|
+
|
|
799
|
+
/**
|
|
800
|
+
* To disable group multiple match
|
|
801
|
+
*/
|
|
802
|
+
public disableGroupMultipleMatch: () => void;
|
|
803
|
+
|
|
794
804
|
/**
|
|
795
805
|
* To update context of comment annotation
|
|
796
806
|
* @param annotationId Comment annotation id
|
|
@@ -1921,6 +1931,16 @@ export declare class CommentElement {
|
|
|
1921
1931
|
*/
|
|
1922
1932
|
private _disableMultiThread;
|
|
1923
1933
|
|
|
1934
|
+
/**
|
|
1935
|
+
* To enable group multiple match
|
|
1936
|
+
*/
|
|
1937
|
+
private _enableGroupMultipleMatch;
|
|
1938
|
+
|
|
1939
|
+
/**
|
|
1940
|
+
* To disable group multiple match
|
|
1941
|
+
*/
|
|
1942
|
+
private _disableGroupMultipleMatch;
|
|
1943
|
+
|
|
1924
1944
|
/**
|
|
1925
1945
|
* To update context of comment annotation
|
|
1926
1946
|
* @param annotationId Comment annotation id
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.5.0-beta.
|
|
3
|
+
"version": "4.5.0-beta.23",
|
|
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": [
|