survey-react-ui 1.11.2 → 1.11.4

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.
@@ -63,6 +63,7 @@ export declare class SurveyQuestionAndErrorsCell extends SurveyQuestionAndErrors
63
63
  protected cellRef: React.RefObject<HTMLTableCellElement>;
64
64
  constructor(props: any);
65
65
  componentWillUnmount(): void;
66
+ protected renderCellContent(): JSX.Element;
66
67
  protected renderElement(): JSX.Element;
67
68
  protected getCellStyle(): any;
68
69
  protected getHeaderText(): string;
@@ -21,6 +21,7 @@ export declare class SurveyQuestionMatrixDropdownCell extends SurveyQuestionAndE
21
21
  protected getShowErrors(): boolean;
22
22
  protected getCellStyle(): any;
23
23
  protected getHeaderText(): string;
24
+ protected renderCellContent(): JSX.Element;
24
25
  protected renderQuestion(): JSX.Element;
25
26
  private renderOtherComment;
26
27
  private renderCellCheckboxButton;