survey-react-ui 3.0.3 → 3.1.0

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.
@@ -1,8 +1,10 @@
1
1
  import * as React from "react";
2
+ import { Base } from "survey-core";
2
3
  import { ReactSurveyElement } from "../../../reactquestion_element";
3
4
  export declare class SurveyQuestionMatrixDynamicDragDropIcon extends ReactSurveyElement {
4
5
  private get question();
5
6
  private get row();
7
+ protected getStateElement(): Base | null;
6
8
  protected renderElement(): React.JSX.Element | null;
7
9
  protected renderIcon(): React.JSX.Element;
8
10
  }
@@ -7,7 +7,7 @@ export declare class SurveyQuestionMatrixDynamic extends SurveyQuestionMatrixDro
7
7
  protected get matrix(): QuestionMatrixDynamicModel;
8
8
  handleOnRowAddClick(event: any): void;
9
9
  protected renderElement(): React.JSX.Element;
10
- protected renderToolbar(): React.JSX.Element;
10
+ protected renderToolbar(location: "top" | "bottom"): React.JSX.Element | null;
11
11
  protected renderTopToolbar(): React.JSX.Element | null;
12
12
  protected renderBottomToolbar(): React.JSX.Element | null;
13
13
  protected renderNoRowsContent(cssClasses: any): React.JSX.Element;