survey-react-ui 1.9.116 → 1.9.118

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.
@@ -6,10 +6,13 @@ export declare class SurveyQuestionComment extends SurveyQuestionUncontrolledEle
6
6
  protected renderElement(): JSX.Element;
7
7
  }
8
8
  export declare class SurveyQuestionCommentItem extends ReactSurveyElement {
9
+ private getStateComment;
10
+ constructor(props: any);
9
11
  protected canRender(): boolean;
10
12
  protected onCommentChange(event: any): void;
11
13
  protected onCommentInput(event: any): void;
12
14
  protected getComment(): string;
15
+ protected setComment(value: any): void;
13
16
  protected getId(): string;
14
17
  protected getPlaceholder(): string;
15
18
  protected renderElement(): JSX.Element;
@@ -18,6 +21,7 @@ export declare class SurveyQuestionOtherValueItem extends SurveyQuestionCommentI
18
21
  protected onCommentChange(event: any): void;
19
22
  protected onCommentInput(event: any): void;
20
23
  protected getComment(): string;
24
+ protected setComment(value: any): void;
21
25
  protected getId(): string;
22
26
  protected getPlaceholder(): string;
23
27
  }