@veltdev/sdk 1.0.105 → 1.0.106

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.
@@ -26,6 +26,16 @@ export declare class PresenceElement {
26
26
  * To disable follow along mode
27
27
  */
28
28
  disableFollowAlongMode: () => any;
29
+
30
+ /**
31
+ * To enable adding self to the presence list
32
+ */
33
+ enableSelf: () => void;
34
+
35
+ /**
36
+ * To disable adding self to the presence list
37
+ */
38
+ disableSelf: () => void;
29
39
  constructor();
30
40
  /**
31
41
  * Subscribe to a list of all online users who are either active or inactive on the current document.
@@ -50,4 +60,14 @@ export declare class PresenceElement {
50
60
  * To disable follow along mode
51
61
  */
52
62
  private _disableFollowAlongMode;
63
+
64
+ /**
65
+ * To enable adding self to the presence list
66
+ */
67
+ private _enableSelf;
68
+
69
+ /**
70
+ * To disable adding self to the presence list
71
+ */
72
+ private _disableSelf;
53
73
  }
@@ -223,6 +223,7 @@ export declare class Constants {
223
223
  DEFAULT_CURSOR: string;
224
224
  VELT_HUDDLE_ON_CURSOR_MODE: string;
225
225
  VELT_SELECTION_ENABLED: string;
226
+ VELT_SELECTION_CONFIG: string;
226
227
  VELT_POPOVER_MODE: string;
227
228
  VELT_ELEMENT_CACHE_ID: string;
228
229
  VELT_ARROW_PIN_HOST: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.105",
3
+ "version": "1.0.106",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {