survey-react-ui 1.11.11 → 1.11.13

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.
@@ -73,6 +73,7 @@ export declare class SurveyQuestionErrorCell extends React.Component<any, any> {
73
73
  constructor(props: any);
74
74
  private get question();
75
75
  private update;
76
+ protected getQuestionPropertiesToTrack(): string[];
76
77
  private registerCallback;
77
78
  private unRegisterCallback;
78
79
  componentDidUpdate(prevProps: Readonly<any>): void;
@@ -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 renderElement(): JSX.Element | null;
24
25
  protected renderCellContent(): JSX.Element;
25
26
  protected renderQuestion(): JSX.Element;
26
27
  private renderOtherComment;