survey-react-ui 1.9.121 → 1.9.122

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,7 +26,6 @@ export declare class SurveyQuestionCheckboxItem extends ReactSurveyElement {
26
26
  private get hideCaption();
27
27
  shouldComponentUpdate(nextProps: any, nextState: any): boolean;
28
28
  handleOnChange: (event: any) => void;
29
- selectAllChanged: (event: any) => void;
30
29
  protected canRender(): boolean;
31
30
  protected renderElement(): JSX.Element;
32
31
  protected get inputStyle(): any;