@veltdev/sdk 1.0.139 → 1.0.140
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.
|
@@ -564,6 +564,16 @@ export declare class CommentElement {
|
|
|
564
564
|
*/
|
|
565
565
|
public setUnreadIndicatorMode: (mode: string) => void;
|
|
566
566
|
|
|
567
|
+
/**
|
|
568
|
+
* To enable enter key to submit comment
|
|
569
|
+
*/
|
|
570
|
+
public enableEnterKeyToSubmit: () => void;
|
|
571
|
+
|
|
572
|
+
/**
|
|
573
|
+
* To disable enter key to submit comment
|
|
574
|
+
*/
|
|
575
|
+
public disableEnterKeyToSubmit: () => void;
|
|
576
|
+
|
|
567
577
|
/**
|
|
568
578
|
* To enable shadow DOM on comment pin
|
|
569
579
|
*/
|
|
@@ -1160,6 +1170,16 @@ export declare class CommentElement {
|
|
|
1160
1170
|
*/
|
|
1161
1171
|
private _setUnreadIndicatorMode;
|
|
1162
1172
|
|
|
1173
|
+
/**
|
|
1174
|
+
* To enable enter key to submit comment
|
|
1175
|
+
*/
|
|
1176
|
+
private _enableEnterKeyToSubmit;
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* To disable enter key to submit comment
|
|
1180
|
+
*/
|
|
1181
|
+
private _disableEnterKeyToSubmit;
|
|
1182
|
+
|
|
1163
1183
|
/**
|
|
1164
1184
|
* To enable shadow DOM on comment pin
|
|
1165
1185
|
*/
|