survey-react-ui 1.11.10 → 1.11.12
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.
- package/package.json +3 -3
- package/survey-react-ui.d.ts +1 -1
- package/survey-react-ui.js +6425 -8505
- package/survey-react-ui.js.map +1 -1
- package/survey-react-ui.min.js +2 -2
- package/typings/entries/react-ui-model.d.ts +84 -84
- package/typings/packages/survey-react-ui/entries/react-ui-model.d.ts +85 -0
- package/typings/packages/survey-react-ui/src/boolean-checkbox.d.ts +6 -0
- package/typings/packages/survey-react-ui/src/boolean-radio.d.ts +8 -0
- package/typings/packages/survey-react-ui/src/boolean.d.ts +17 -0
- package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item-dropdown.d.ts +8 -0
- package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item.d.ts +20 -0
- package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-separator.d.ts +5 -0
- package/typings/packages/survey-react-ui/src/components/action-bar/action-bar.d.ts +21 -0
- package/typings/packages/survey-react-ui/src/components/brand-info.d.ts +4 -0
- package/typings/packages/survey-react-ui/src/components/character-counter.d.ts +11 -0
- package/typings/packages/survey-react-ui/src/components/components-container.d.ts +4 -0
- package/typings/packages/survey-react-ui/src/components/file/file-choose-button.d.ts +8 -0
- package/typings/packages/survey-react-ui/src/components/file/file-preview.d.ts +11 -0
- package/typings/packages/survey-react-ui/src/components/header.d.ts +22 -0
- package/typings/packages/survey-react-ui/src/components/list/list-item-content.d.ts +14 -0
- package/typings/packages/survey-react-ui/src/components/list/list-item-group.d.ts +14 -0
- package/typings/packages/survey-react-ui/src/components/list/list-item.d.ts +16 -0
- package/typings/packages/survey-react-ui/src/components/list/list.d.ts +23 -0
- package/typings/packages/survey-react-ui/src/components/loading-indicator.d.ts +4 -0
- package/typings/packages/survey-react-ui/src/components/matrix/row.d.ts +20 -0
- package/typings/packages/survey-react-ui/src/components/matrix-actions/detail-button/detail-button.d.ts +12 -0
- package/typings/packages/survey-react-ui/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +6 -0
- package/typings/packages/survey-react-ui/src/components/matrix-actions/remove-button/remove-button.d.ts +9 -0
- package/typings/packages/survey-react-ui/src/components/notifier.d.ts +11 -0
- package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +12 -0
- package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +6 -0
- package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +6 -0
- package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +5 -0
- package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +6 -0
- package/typings/packages/survey-react-ui/src/components/popup/popup.d.ts +42 -0
- package/typings/packages/survey-react-ui/src/components/question-error.d.ts +10 -0
- package/typings/packages/survey-react-ui/src/components/rating/rating-dropdown-item.d.ts +12 -0
- package/typings/packages/survey-react-ui/src/components/rating/rating-item-smiley.d.ts +5 -0
- package/typings/packages/survey-react-ui/src/components/rating/rating-item-star.d.ts +5 -0
- package/typings/packages/survey-react-ui/src/components/rating/rating-item.d.ts +22 -0
- package/typings/packages/survey-react-ui/src/components/skeleton.d.ts +4 -0
- package/typings/packages/survey-react-ui/src/components/survey-actions/survey-nav-button.d.ts +8 -0
- package/typings/packages/survey-react-ui/src/components/survey-header/logo-image.d.ts +11 -0
- package/typings/packages/survey-react-ui/src/components/survey-header/survey-header.d.ts +17 -0
- package/typings/packages/survey-react-ui/src/components/svg-icon/svg-icon.d.ts +9 -0
- package/typings/packages/survey-react-ui/src/components/title/title-actions.d.ts +7 -0
- package/typings/packages/survey-react-ui/src/components/title/title-content.d.ts +10 -0
- package/typings/packages/survey-react-ui/src/components/title/title-element.d.ts +6 -0
- package/typings/packages/survey-react-ui/src/custom-widget.d.ts +12 -0
- package/typings/packages/survey-react-ui/src/dropdown-base.d.ts +25 -0
- package/typings/packages/survey-react-ui/src/dropdown-item.d.ts +13 -0
- package/typings/packages/survey-react-ui/src/dropdown-select.d.ts +6 -0
- package/typings/packages/survey-react-ui/src/element-factory.d.ts +9 -0
- package/typings/packages/survey-react-ui/src/element-header.d.ts +5 -0
- package/typings/packages/survey-react-ui/src/element.d.ts +19 -0
- package/typings/packages/survey-react-ui/src/flow-panel.d.ts +22 -0
- package/typings/packages/survey-react-ui/src/image.d.ts +10 -0
- package/typings/packages/survey-react-ui/src/imagepicker.d.ts +25 -0
- package/typings/packages/survey-react-ui/src/page.d.ts +11 -0
- package/typings/packages/survey-react-ui/src/panel-base.d.ts +25 -0
- package/typings/packages/survey-react-ui/src/panel.d.ts +16 -0
- package/typings/packages/survey-react-ui/src/progress.d.ts +9 -0
- package/typings/packages/survey-react-ui/src/progressButtons.d.ts +19 -0
- package/typings/packages/survey-react-ui/src/progressToc.d.ts +5 -0
- package/typings/packages/survey-react-ui/src/rating-dropdown.d.ts +8 -0
- package/typings/packages/survey-react-ui/src/react-popup-survey.d.ts +24 -0
- package/typings/packages/survey-react-ui/src/reactSurvey.d.ts +41 -0
- package/typings/packages/survey-react-ui/src/reactSurveyNavigationBase.d.ts +10 -0
- package/typings/packages/survey-react-ui/src/reactquestion.d.ts +81 -0
- package/typings/packages/survey-react-ui/src/reactquestion_buttongroup.d.ts +23 -0
- package/typings/packages/survey-react-ui/src/reactquestion_checkbox.d.ts +33 -0
- package/typings/packages/survey-react-ui/src/reactquestion_comment.d.ts +31 -0
- package/typings/packages/survey-react-ui/src/reactquestion_custom.d.ts +13 -0
- package/typings/packages/survey-react-ui/src/reactquestion_dropdown.d.ts +7 -0
- package/typings/packages/survey-react-ui/src/reactquestion_element.d.ts +65 -0
- package/typings/packages/survey-react-ui/src/reactquestion_empty.d.ts +8 -0
- package/typings/packages/survey-react-ui/src/reactquestion_expression.d.ts +8 -0
- package/typings/packages/survey-react-ui/src/reactquestion_factory.d.ts +8 -0
- package/typings/packages/survey-react-ui/src/reactquestion_file.d.ts +14 -0
- package/typings/packages/survey-react-ui/src/reactquestion_html.d.ts +13 -0
- package/typings/packages/survey-react-ui/src/reactquestion_matrix.d.ts +33 -0
- package/typings/packages/survey-react-ui/src/reactquestion_matrixdropdown.d.ts +4 -0
- package/typings/packages/survey-react-ui/src/reactquestion_matrixdropdownbase.d.ts +29 -0
- package/typings/packages/survey-react-ui/src/reactquestion_matrixdynamic.d.ts +20 -0
- package/typings/packages/survey-react-ui/src/reactquestion_multipletext.d.ts +22 -0
- package/typings/packages/survey-react-ui/src/reactquestion_paneldynamic.d.ts +28 -0
- package/typings/packages/survey-react-ui/src/reactquestion_radiogroup.d.ts +32 -0
- package/typings/packages/survey-react-ui/src/reactquestion_ranking.d.ts +30 -0
- package/typings/packages/survey-react-ui/src/reactquestion_rating.d.ts +10 -0
- package/typings/packages/survey-react-ui/src/reactquestion_tagbox.d.ts +10 -0
- package/typings/packages/survey-react-ui/src/reactquestion_text.d.ts +11 -0
- package/typings/packages/survey-react-ui/src/reactsurveymodel.d.ts +9 -0
- package/typings/packages/survey-react-ui/src/reacttimerpanel.d.ts +11 -0
- package/typings/packages/survey-react-ui/src/row.d.ts +21 -0
- package/typings/packages/survey-react-ui/src/signaturepad.d.ts +11 -0
- package/typings/packages/survey-react-ui/src/string-editor.d.ts +11 -0
- package/typings/packages/survey-react-ui/src/string-viewer.d.ts +15 -0
- package/typings/packages/survey-react-ui/src/svgbundle.d.ts +7 -0
- package/typings/packages/survey-react-ui/src/tagbox-filter.d.ts +23 -0
- package/typings/packages/survey-react-ui/src/tagbox-item.d.ts +10 -0
- package/typings/react/boolean-checkbox.d.ts +6 -6
- package/typings/react/boolean-radio.d.ts +8 -8
- package/typings/react/boolean.d.ts +17 -17
- package/typings/react/components/action-bar/action-bar-item-dropdown.d.ts +8 -8
- package/typings/react/components/action-bar/action-bar-item.d.ts +20 -20
- package/typings/react/components/action-bar/action-bar-separator.d.ts +5 -5
- package/typings/react/components/action-bar/action-bar.d.ts +21 -21
- package/typings/react/components/brand-info.d.ts +4 -4
- package/typings/react/components/character-counter.d.ts +11 -11
- package/typings/react/components/components-container.d.ts +4 -4
- package/typings/react/components/file/file-choose-button.d.ts +8 -8
- package/typings/react/components/file/file-preview.d.ts +11 -11
- package/typings/react/components/header.d.ts +22 -22
- package/typings/react/components/list/list-item-content.d.ts +14 -14
- package/typings/react/components/list/list-item-group.d.ts +14 -14
- package/typings/react/components/list/list-item.d.ts +16 -16
- package/typings/react/components/list/list.d.ts +23 -23
- package/typings/react/components/loading-indicator.d.ts +4 -4
- package/typings/react/components/matrix/row.d.ts +20 -20
- package/typings/react/components/matrix-actions/detail-button/detail-button.d.ts +12 -12
- package/typings/react/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +6 -6
- package/typings/react/components/matrix-actions/remove-button/remove-button.d.ts +9 -9
- package/typings/react/components/notifier.d.ts +11 -11
- package/typings/react/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +12 -12
- package/typings/react/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +6 -6
- package/typings/react/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +6 -6
- package/typings/react/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +5 -5
- package/typings/react/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +6 -6
- package/typings/react/components/popup/popup.d.ts +42 -42
- package/typings/react/components/question-error.d.ts +10 -10
- package/typings/react/components/rating/rating-dropdown-item.d.ts +12 -12
- package/typings/react/components/rating/rating-item-smiley.d.ts +5 -5
- package/typings/react/components/rating/rating-item-star.d.ts +5 -5
- package/typings/react/components/rating/rating-item.d.ts +22 -22
- package/typings/react/components/skeleton.d.ts +4 -4
- package/typings/react/components/survey-actions/survey-nav-button.d.ts +8 -8
- package/typings/react/components/survey-header/logo-image.d.ts +11 -11
- package/typings/react/components/survey-header/survey-header.d.ts +17 -17
- package/typings/react/components/svg-icon/svg-icon.d.ts +9 -9
- package/typings/react/components/title/title-actions.d.ts +7 -7
- package/typings/react/components/title/title-content.d.ts +10 -10
- package/typings/react/components/title/title-element.d.ts +6 -6
- package/typings/react/custom-widget.d.ts +12 -12
- package/typings/react/dropdown-base.d.ts +25 -25
- package/typings/react/dropdown-item.d.ts +13 -13
- package/typings/react/dropdown-select.d.ts +6 -6
- package/typings/react/element-factory.d.ts +9 -9
- package/typings/react/element-header.d.ts +5 -5
- package/typings/react/element.d.ts +19 -19
- package/typings/react/flow-panel.d.ts +22 -22
- package/typings/react/image.d.ts +10 -10
- package/typings/react/imagepicker.d.ts +25 -25
- package/typings/react/page.d.ts +11 -11
- package/typings/react/panel-base.d.ts +25 -25
- package/typings/react/panel.d.ts +16 -16
- package/typings/react/progress.d.ts +9 -9
- package/typings/react/progressButtons.d.ts +19 -19
- package/typings/react/progressToc.d.ts +5 -5
- package/typings/react/rating-dropdown.d.ts +8 -8
- package/typings/react/react-popup-survey.d.ts +24 -24
- package/typings/react/reactSurvey.d.ts +41 -41
- package/typings/react/reactSurveyNavigationBase.d.ts +10 -10
- package/typings/react/reactquestion.d.ts +81 -81
- package/typings/react/reactquestion_buttongroup.d.ts +23 -23
- package/typings/react/reactquestion_checkbox.d.ts +33 -33
- package/typings/react/reactquestion_comment.d.ts +31 -31
- package/typings/react/reactquestion_custom.d.ts +13 -13
- package/typings/react/reactquestion_dropdown.d.ts +7 -7
- package/typings/react/reactquestion_element.d.ts +65 -65
- package/typings/react/reactquestion_empty.d.ts +8 -8
- package/typings/react/reactquestion_expression.d.ts +8 -8
- package/typings/react/reactquestion_factory.d.ts +8 -8
- package/typings/react/reactquestion_file.d.ts +14 -14
- package/typings/react/reactquestion_html.d.ts +13 -13
- package/typings/react/reactquestion_matrix.d.ts +33 -33
- package/typings/react/reactquestion_matrixdropdown.d.ts +4 -4
- package/typings/react/reactquestion_matrixdropdownbase.d.ts +29 -29
- package/typings/react/reactquestion_matrixdynamic.d.ts +20 -20
- package/typings/react/reactquestion_multipletext.d.ts +22 -22
- package/typings/react/reactquestion_paneldynamic.d.ts +28 -28
- package/typings/react/reactquestion_radiogroup.d.ts +32 -32
- package/typings/react/reactquestion_ranking.d.ts +30 -30
- package/typings/react/reactquestion_rating.d.ts +10 -10
- package/typings/react/reactquestion_tagbox.d.ts +10 -10
- package/typings/react/reactquestion_text.d.ts +11 -11
- package/typings/react/reactsurveymodel.d.ts +9 -9
- package/typings/react/reacttimerpanel.d.ts +11 -11
- package/typings/react/row.d.ts +21 -21
- package/typings/react/signaturepad.d.ts +11 -11
- package/typings/react/string-editor.d.ts +11 -11
- package/typings/react/string-viewer.d.ts +15 -15
- package/typings/react/svgbundle.d.ts +7 -7
- package/typings/react/tagbox-filter.d.ts +23 -23
- package/typings/react/tagbox-item.d.ts +10 -10
- package/typings/src/entries/react-ui.d.ts +2 -0
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SurveyQuestionElementBase } from "./reactquestion_element";
|
|
3
|
-
import { SurveyModel, QuestionPanelDynamicModel } from "survey-core";
|
|
4
|
-
import { SurveyPanel } from "./panel";
|
|
5
|
-
export declare class SurveyQuestionPanelDynamic extends SurveyQuestionElementBase {
|
|
6
|
-
constructor(props: any);
|
|
7
|
-
protected get question(): QuestionPanelDynamicModel;
|
|
8
|
-
componentDidMount(): void;
|
|
9
|
-
componentWillUnmount(): void;
|
|
10
|
-
private updateQuestionRendering;
|
|
11
|
-
protected renderElement(): JSX.Element;
|
|
12
|
-
protected renderNavigator(): JSX.Element | null;
|
|
13
|
-
private renderProgressText;
|
|
14
|
-
protected rendrerPrevButton(): JSX.Element;
|
|
15
|
-
protected rendrerNextButton(): JSX.Element;
|
|
16
|
-
protected renderRange(): JSX.Element;
|
|
17
|
-
protected renderAddRowButton(): JSX.Element | null;
|
|
18
|
-
protected renderNavigatorV2(): JSX.Element | null;
|
|
19
|
-
protected renderPlaceholder(): JSX.Element | null;
|
|
20
|
-
}
|
|
21
|
-
export declare class SurveyQuestionPanelDynamicItem extends SurveyPanel {
|
|
22
|
-
private get question();
|
|
23
|
-
private get index();
|
|
24
|
-
protected getSurvey(): SurveyModel | null;
|
|
25
|
-
protected getCss(): any;
|
|
26
|
-
render(): JSX.Element;
|
|
27
|
-
protected renderButton(): JSX.Element | null;
|
|
28
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SurveyQuestionElementBase } from "./reactquestion_element";
|
|
3
|
+
import { SurveyModel, QuestionPanelDynamicModel } from "survey-core";
|
|
4
|
+
import { SurveyPanel } from "./panel";
|
|
5
|
+
export declare class SurveyQuestionPanelDynamic extends SurveyQuestionElementBase {
|
|
6
|
+
constructor(props: any);
|
|
7
|
+
protected get question(): QuestionPanelDynamicModel;
|
|
8
|
+
componentDidMount(): void;
|
|
9
|
+
componentWillUnmount(): void;
|
|
10
|
+
private updateQuestionRendering;
|
|
11
|
+
protected renderElement(): JSX.Element;
|
|
12
|
+
protected renderNavigator(): JSX.Element | null;
|
|
13
|
+
private renderProgressText;
|
|
14
|
+
protected rendrerPrevButton(): JSX.Element;
|
|
15
|
+
protected rendrerNextButton(): JSX.Element;
|
|
16
|
+
protected renderRange(): JSX.Element;
|
|
17
|
+
protected renderAddRowButton(): JSX.Element | null;
|
|
18
|
+
protected renderNavigatorV2(): JSX.Element | null;
|
|
19
|
+
protected renderPlaceholder(): JSX.Element | null;
|
|
20
|
+
}
|
|
21
|
+
export declare class SurveyQuestionPanelDynamicItem extends SurveyPanel {
|
|
22
|
+
private get question();
|
|
23
|
+
private get index();
|
|
24
|
+
protected getSurvey(): SurveyModel | null;
|
|
25
|
+
protected getCss(): any;
|
|
26
|
+
render(): JSX.Element;
|
|
27
|
+
protected renderButton(): JSX.Element | null;
|
|
28
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SurveyQuestionElementBase, ReactSurveyElement } from "./reactquestion_element";
|
|
3
|
-
import { QuestionRadiogroupModel, ItemValue, Base } from "survey-core";
|
|
4
|
-
export declare class SurveyQuestionRadiogroup extends SurveyQuestionElementBase {
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
protected get question(): QuestionRadiogroupModel;
|
|
7
|
-
protected renderElement(): JSX.Element;
|
|
8
|
-
protected getFooter(): JSX.Element[] | undefined;
|
|
9
|
-
protected getColumnedBody(cssClasses: any): JSX.Element;
|
|
10
|
-
protected getColumns(cssClasses: any): JSX.Element[];
|
|
11
|
-
protected getBody(cssClasses: any): JSX.Element;
|
|
12
|
-
protected getItems(cssClasses: any, choices: Array<ItemValue>): Array<any>;
|
|
13
|
-
protected get textStyle(): any;
|
|
14
|
-
protected renderOther(cssClasses: any): JSX.Element;
|
|
15
|
-
private renderItem;
|
|
16
|
-
private getStateValue;
|
|
17
|
-
}
|
|
18
|
-
export declare class SurveyQuestionRadioItem extends ReactSurveyElement {
|
|
19
|
-
constructor(props: any);
|
|
20
|
-
protected getStateElement(): Base;
|
|
21
|
-
protected get question(): QuestionRadiogroupModel;
|
|
22
|
-
protected get item(): ItemValue;
|
|
23
|
-
protected get textStyle(): any;
|
|
24
|
-
protected get index(): number;
|
|
25
|
-
protected get isChecked(): boolean;
|
|
26
|
-
private get hideCaption();
|
|
27
|
-
shouldComponentUpdate(nextProps: any, nextState: any): boolean;
|
|
28
|
-
handleOnChange(event: any): void;
|
|
29
|
-
handleOnMouseDown(event: any): void;
|
|
30
|
-
protected canRender(): boolean;
|
|
31
|
-
protected renderElement(): JSX.Element;
|
|
32
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SurveyQuestionElementBase, ReactSurveyElement } from "./reactquestion_element";
|
|
3
|
+
import { QuestionRadiogroupModel, ItemValue, Base } from "survey-core";
|
|
4
|
+
export declare class SurveyQuestionRadiogroup extends SurveyQuestionElementBase {
|
|
5
|
+
constructor(props: any);
|
|
6
|
+
protected get question(): QuestionRadiogroupModel;
|
|
7
|
+
protected renderElement(): JSX.Element;
|
|
8
|
+
protected getFooter(): JSX.Element[] | undefined;
|
|
9
|
+
protected getColumnedBody(cssClasses: any): JSX.Element;
|
|
10
|
+
protected getColumns(cssClasses: any): JSX.Element[];
|
|
11
|
+
protected getBody(cssClasses: any): JSX.Element;
|
|
12
|
+
protected getItems(cssClasses: any, choices: Array<ItemValue>): Array<any>;
|
|
13
|
+
protected get textStyle(): any;
|
|
14
|
+
protected renderOther(cssClasses: any): JSX.Element;
|
|
15
|
+
private renderItem;
|
|
16
|
+
private getStateValue;
|
|
17
|
+
}
|
|
18
|
+
export declare class SurveyQuestionRadioItem extends ReactSurveyElement {
|
|
19
|
+
constructor(props: any);
|
|
20
|
+
protected getStateElement(): Base;
|
|
21
|
+
protected get question(): QuestionRadiogroupModel;
|
|
22
|
+
protected get item(): ItemValue;
|
|
23
|
+
protected get textStyle(): any;
|
|
24
|
+
protected get index(): number;
|
|
25
|
+
protected get isChecked(): boolean;
|
|
26
|
+
private get hideCaption();
|
|
27
|
+
shouldComponentUpdate(nextProps: any, nextState: any): boolean;
|
|
28
|
+
handleOnChange(event: any): void;
|
|
29
|
+
handleOnMouseDown(event: any): void;
|
|
30
|
+
protected canRender(): boolean;
|
|
31
|
+
protected renderElement(): JSX.Element;
|
|
32
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ReactSurveyElement, SurveyQuestionElementBase } from "./reactquestion_element";
|
|
3
|
-
import { QuestionRankingModel, ItemValue } from "survey-core";
|
|
4
|
-
export declare class SurveyQuestionRanking extends SurveyQuestionElementBase {
|
|
5
|
-
protected get question(): QuestionRankingModel;
|
|
6
|
-
protected renderElement(): JSX.Element;
|
|
7
|
-
protected getItems(choices?: any, unrankedItem?: boolean): Array<any>;
|
|
8
|
-
protected renderItem(item: ItemValue, i: number, handleKeydown: (event: any) => void, handlePointerDown: (event: PointerEvent) => void, handlePointerUp: (event: PointerEvent) => void, cssClasses: any, itemClass: string, question: QuestionRankingModel, unrankedItem?: boolean): JSX.Element;
|
|
9
|
-
}
|
|
10
|
-
export declare class SurveyQuestionRankingItem extends ReactSurveyElement {
|
|
11
|
-
protected get text(): string;
|
|
12
|
-
protected get index(): string;
|
|
13
|
-
protected get indexText(): string;
|
|
14
|
-
protected get handleKeydown(): (event: any) => void;
|
|
15
|
-
protected get handlePointerDown(): (event: any) => void;
|
|
16
|
-
protected get handlePointerUp(): (event: any) => void;
|
|
17
|
-
protected get cssClasses(): any;
|
|
18
|
-
protected get itemClass(): string;
|
|
19
|
-
protected get itemTabIndex(): number;
|
|
20
|
-
protected get question(): any;
|
|
21
|
-
protected get unrankedItem(): any;
|
|
22
|
-
protected get item(): any;
|
|
23
|
-
protected renderEmptyIcon(): JSX.Element;
|
|
24
|
-
protected renderElement(): JSX.Element;
|
|
25
|
-
}
|
|
26
|
-
export declare class SurveyQuestionRankingItemContent extends ReactSurveyElement {
|
|
27
|
-
protected get item(): ItemValue;
|
|
28
|
-
protected get cssClasses(): any;
|
|
29
|
-
protected renderElement(): JSX.Element;
|
|
30
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ReactSurveyElement, SurveyQuestionElementBase } from "./reactquestion_element";
|
|
3
|
+
import { QuestionRankingModel, ItemValue } from "survey-core";
|
|
4
|
+
export declare class SurveyQuestionRanking extends SurveyQuestionElementBase {
|
|
5
|
+
protected get question(): QuestionRankingModel;
|
|
6
|
+
protected renderElement(): JSX.Element;
|
|
7
|
+
protected getItems(choices?: any, unrankedItem?: boolean): Array<any>;
|
|
8
|
+
protected renderItem(item: ItemValue, i: number, handleKeydown: (event: any) => void, handlePointerDown: (event: PointerEvent) => void, handlePointerUp: (event: PointerEvent) => void, cssClasses: any, itemClass: string, question: QuestionRankingModel, unrankedItem?: boolean): JSX.Element;
|
|
9
|
+
}
|
|
10
|
+
export declare class SurveyQuestionRankingItem extends ReactSurveyElement {
|
|
11
|
+
protected get text(): string;
|
|
12
|
+
protected get index(): string;
|
|
13
|
+
protected get indexText(): string;
|
|
14
|
+
protected get handleKeydown(): (event: any) => void;
|
|
15
|
+
protected get handlePointerDown(): (event: any) => void;
|
|
16
|
+
protected get handlePointerUp(): (event: any) => void;
|
|
17
|
+
protected get cssClasses(): any;
|
|
18
|
+
protected get itemClass(): string;
|
|
19
|
+
protected get itemTabIndex(): number;
|
|
20
|
+
protected get question(): any;
|
|
21
|
+
protected get unrankedItem(): any;
|
|
22
|
+
protected get item(): any;
|
|
23
|
+
protected renderEmptyIcon(): JSX.Element;
|
|
24
|
+
protected renderElement(): JSX.Element;
|
|
25
|
+
}
|
|
26
|
+
export declare class SurveyQuestionRankingItemContent extends ReactSurveyElement {
|
|
27
|
+
protected get item(): ItemValue;
|
|
28
|
+
protected get cssClasses(): any;
|
|
29
|
+
protected renderElement(): JSX.Element;
|
|
30
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SurveyQuestionElementBase } from "./reactquestion_element";
|
|
3
|
-
import { QuestionRatingModel } from "survey-core";
|
|
4
|
-
export declare class SurveyQuestionRating extends SurveyQuestionElementBase {
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
protected get question(): QuestionRatingModel;
|
|
7
|
-
handleOnClick(event: any): void;
|
|
8
|
-
protected renderItem(item: any, index: Number): JSX.Element;
|
|
9
|
-
protected renderElement(): JSX.Element;
|
|
10
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SurveyQuestionElementBase } from "./reactquestion_element";
|
|
3
|
+
import { QuestionRatingModel } from "survey-core";
|
|
4
|
+
export declare class SurveyQuestionRating extends SurveyQuestionElementBase {
|
|
5
|
+
constructor(props: any);
|
|
6
|
+
protected get question(): QuestionRatingModel;
|
|
7
|
+
handleOnClick(event: any): void;
|
|
8
|
+
protected renderItem(item: any, index: Number): JSX.Element;
|
|
9
|
+
protected renderElement(): JSX.Element;
|
|
10
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { QuestionTagboxModel, DropdownListModel } from "survey-core";
|
|
3
|
-
import { SurveyQuestionDropdownBase } from "./dropdown-base";
|
|
4
|
-
export declare class SurveyQuestionTagbox extends SurveyQuestionDropdownBase<QuestionTagboxModel> {
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
protected renderItem(key: string, item: any): JSX.Element;
|
|
7
|
-
protected renderInput(dropdownListModel: DropdownListModel): JSX.Element;
|
|
8
|
-
protected renderElement(): JSX.Element;
|
|
9
|
-
protected renderReadOnlyElement(): JSX.Element | null;
|
|
10
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { QuestionTagboxModel, DropdownListModel } from "survey-core";
|
|
3
|
+
import { SurveyQuestionDropdownBase } from "./dropdown-base";
|
|
4
|
+
export declare class SurveyQuestionTagbox extends SurveyQuestionDropdownBase<QuestionTagboxModel> {
|
|
5
|
+
constructor(props: any);
|
|
6
|
+
protected renderItem(key: string, item: any): JSX.Element;
|
|
7
|
+
protected renderInput(dropdownListModel: DropdownListModel): JSX.Element;
|
|
8
|
+
protected renderElement(): JSX.Element;
|
|
9
|
+
protected renderReadOnlyElement(): JSX.Element | null;
|
|
10
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SurveyQuestionUncontrolledElement } from "./reactquestion_element";
|
|
3
|
-
import { QuestionTextModel } from "survey-core";
|
|
4
|
-
export declare class SurveyQuestionText extends SurveyQuestionUncontrolledElement<QuestionTextModel> {
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
protected renderInput(): JSX.Element;
|
|
7
|
-
protected renderElement(): JSX.Element;
|
|
8
|
-
protected setValueCore(newValue: any): void;
|
|
9
|
-
protected getValueCore(): any;
|
|
10
|
-
private renderDataList;
|
|
11
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SurveyQuestionUncontrolledElement } from "./reactquestion_element";
|
|
3
|
+
import { QuestionTextModel } from "survey-core";
|
|
4
|
+
export declare class SurveyQuestionText extends SurveyQuestionUncontrolledElement<QuestionTextModel> {
|
|
5
|
+
constructor(props: any);
|
|
6
|
+
protected renderInput(): JSX.Element;
|
|
7
|
+
protected renderElement(): JSX.Element;
|
|
8
|
+
protected setValueCore(newValue: any): void;
|
|
9
|
+
protected getValueCore(): any;
|
|
10
|
+
private renderDataList;
|
|
11
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SurveyModel, QuestionMatrixDropdownRenderedCell, SurveyElement, QuestionRowModel, ItemValue, QuestionSelectBase } from "survey-core";
|
|
3
|
-
export declare class ReactSurveyElementsWrapper {
|
|
4
|
-
static wrapRow(survey: SurveyModel, element: JSX.Element, row: QuestionRowModel): JSX.Element;
|
|
5
|
-
static wrapElement(survey: SurveyModel, element: JSX.Element, question: SurveyElement): JSX.Element;
|
|
6
|
-
static wrapQuestionContent(survey: SurveyModel, element: JSX.Element, question: SurveyElement): JSX.Element;
|
|
7
|
-
static wrapItemValue(survey: SurveyModel, element: JSX.Element, question: QuestionSelectBase, item: ItemValue): JSX.Element;
|
|
8
|
-
static wrapMatrixCell(survey: SurveyModel, element: JSX.Element, cell: QuestionMatrixDropdownRenderedCell, reason?: string): JSX.Element;
|
|
9
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SurveyModel, QuestionMatrixDropdownRenderedCell, SurveyElement, QuestionRowModel, ItemValue, QuestionSelectBase } from "survey-core";
|
|
3
|
+
export declare class ReactSurveyElementsWrapper {
|
|
4
|
+
static wrapRow(survey: SurveyModel, element: JSX.Element, row: QuestionRowModel): JSX.Element;
|
|
5
|
+
static wrapElement(survey: SurveyModel, element: JSX.Element, question: SurveyElement): JSX.Element;
|
|
6
|
+
static wrapQuestionContent(survey: SurveyModel, element: JSX.Element, question: SurveyElement): JSX.Element;
|
|
7
|
+
static wrapItemValue(survey: SurveyModel, element: JSX.Element, question: QuestionSelectBase, item: ItemValue): JSX.Element;
|
|
8
|
+
static wrapMatrixCell(survey: SurveyModel, element: JSX.Element, cell: QuestionMatrixDropdownRenderedCell, reason?: string): JSX.Element;
|
|
9
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Base, SurveyTimerModel } from "survey-core";
|
|
3
|
-
import { ReactSurveyElement } from "./reactquestion_element";
|
|
4
|
-
export declare class SurveyTimerPanel extends ReactSurveyElement {
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
protected getStateElement(): Base;
|
|
7
|
-
protected get timerModel(): SurveyTimerModel;
|
|
8
|
-
private readonly circleLength;
|
|
9
|
-
private get progress();
|
|
10
|
-
render(): JSX.Element | null;
|
|
11
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Base, SurveyTimerModel } from "survey-core";
|
|
3
|
+
import { ReactSurveyElement } from "./reactquestion_element";
|
|
4
|
+
export declare class SurveyTimerPanel extends ReactSurveyElement {
|
|
5
|
+
constructor(props: any);
|
|
6
|
+
protected getStateElement(): Base;
|
|
7
|
+
protected get timerModel(): SurveyTimerModel;
|
|
8
|
+
private readonly circleLength;
|
|
9
|
+
private get progress();
|
|
10
|
+
render(): JSX.Element | null;
|
|
11
|
+
}
|
package/typings/react/row.d.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IElement, Base } from "survey-core";
|
|
3
|
-
import { SurveyElementBase } from "./reactquestion_element";
|
|
4
|
-
export declare class SurveyRow extends SurveyElementBase<any, any> {
|
|
5
|
-
private rootRef;
|
|
6
|
-
constructor(props: any);
|
|
7
|
-
private recalculateCss;
|
|
8
|
-
protected getStateElement(): Base;
|
|
9
|
-
private get row();
|
|
10
|
-
private get survey();
|
|
11
|
-
private get creator();
|
|
12
|
-
protected get css(): any;
|
|
13
|
-
protected canRender(): boolean;
|
|
14
|
-
protected renderElementContent(): JSX.Element;
|
|
15
|
-
protected renderElement(): JSX.Element;
|
|
16
|
-
componentDidMount(): void;
|
|
17
|
-
shouldComponentUpdate(nextProps: any, nextState: any): boolean;
|
|
18
|
-
private stopLazyRendering;
|
|
19
|
-
componentWillUnmount(): void;
|
|
20
|
-
protected createElement(element: IElement, elementIndex?: number): JSX.Element;
|
|
21
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IElement, Base } from "survey-core";
|
|
3
|
+
import { SurveyElementBase } from "./reactquestion_element";
|
|
4
|
+
export declare class SurveyRow extends SurveyElementBase<any, any> {
|
|
5
|
+
private rootRef;
|
|
6
|
+
constructor(props: any);
|
|
7
|
+
private recalculateCss;
|
|
8
|
+
protected getStateElement(): Base;
|
|
9
|
+
private get row();
|
|
10
|
+
private get survey();
|
|
11
|
+
private get creator();
|
|
12
|
+
protected get css(): any;
|
|
13
|
+
protected canRender(): boolean;
|
|
14
|
+
protected renderElementContent(): JSX.Element;
|
|
15
|
+
protected renderElement(): JSX.Element;
|
|
16
|
+
componentDidMount(): void;
|
|
17
|
+
shouldComponentUpdate(nextProps: any, nextState: any): boolean;
|
|
18
|
+
private stopLazyRendering;
|
|
19
|
+
componentWillUnmount(): void;
|
|
20
|
+
protected createElement(element: IElement, elementIndex?: number): JSX.Element;
|
|
21
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SurveyQuestionElementBase } from "./reactquestion_element";
|
|
3
|
-
import { QuestionSignaturePadModel } from "survey-core";
|
|
4
|
-
export declare class SurveyQuestionSignaturePad extends SurveyQuestionElementBase {
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
protected get question(): QuestionSignaturePadModel;
|
|
7
|
-
protected renderElement(): JSX.Element;
|
|
8
|
-
renderBackgroundImage(): JSX.Element | null;
|
|
9
|
-
protected renderLoadingIndicator(): JSX.Element;
|
|
10
|
-
renderCleanButton(): JSX.Element | null;
|
|
11
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SurveyQuestionElementBase } from "./reactquestion_element";
|
|
3
|
+
import { QuestionSignaturePadModel } from "survey-core";
|
|
4
|
+
export declare class SurveyQuestionSignaturePad extends SurveyQuestionElementBase {
|
|
5
|
+
constructor(props: any);
|
|
6
|
+
protected get question(): QuestionSignaturePadModel;
|
|
7
|
+
protected renderElement(): JSX.Element;
|
|
8
|
+
renderBackgroundImage(): JSX.Element | null;
|
|
9
|
+
protected renderLoadingIndicator(): JSX.Element;
|
|
10
|
+
renderCleanButton(): JSX.Element | null;
|
|
11
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare class SurveyLocStringEditor extends React.Component<any, any> {
|
|
3
|
-
constructor(props: any);
|
|
4
|
-
private get locStr();
|
|
5
|
-
private get style();
|
|
6
|
-
componentDidMount(): void;
|
|
7
|
-
componentWillUnmount(): void;
|
|
8
|
-
onInput: (event: any) => void;
|
|
9
|
-
onClick: (event: any) => void;
|
|
10
|
-
render(): JSX.Element | null;
|
|
11
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare class SurveyLocStringEditor extends React.Component<any, any> {
|
|
3
|
+
constructor(props: any);
|
|
4
|
+
private get locStr();
|
|
5
|
+
private get style();
|
|
6
|
+
componentDidMount(): void;
|
|
7
|
+
componentWillUnmount(): void;
|
|
8
|
+
onInput: (event: any) => void;
|
|
9
|
+
onClick: (event: any) => void;
|
|
10
|
+
render(): JSX.Element | null;
|
|
11
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare class SurveyLocStringViewer extends React.Component<any, any> {
|
|
3
|
-
constructor(props: any);
|
|
4
|
-
private rootRef;
|
|
5
|
-
private get locStr();
|
|
6
|
-
private get style();
|
|
7
|
-
componentDidMount(): void;
|
|
8
|
-
componentWillUnmount(): void;
|
|
9
|
-
componentDidUpdate(prevProps: any, prevState: any): void;
|
|
10
|
-
private isRendering;
|
|
11
|
-
private onChangedHandler;
|
|
12
|
-
private reactOnStrChanged;
|
|
13
|
-
render(): JSX.Element | null;
|
|
14
|
-
protected renderString(): JSX.Element;
|
|
15
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare class SurveyLocStringViewer extends React.Component<any, any> {
|
|
3
|
+
constructor(props: any);
|
|
4
|
+
private rootRef;
|
|
5
|
+
private get locStr();
|
|
6
|
+
private get style();
|
|
7
|
+
componentDidMount(): void;
|
|
8
|
+
componentWillUnmount(): void;
|
|
9
|
+
componentDidUpdate(prevProps: any, prevState: any): void;
|
|
10
|
+
private isRendering;
|
|
11
|
+
private onChangedHandler;
|
|
12
|
+
private reactOnStrChanged;
|
|
13
|
+
render(): JSX.Element | null;
|
|
14
|
+
protected renderString(): JSX.Element;
|
|
15
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare class SvgBundleComponent extends React.Component {
|
|
3
|
-
private containerRef;
|
|
4
|
-
constructor(props: any);
|
|
5
|
-
componentDidMount(): void;
|
|
6
|
-
render(): JSX.Element;
|
|
7
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare class SvgBundleComponent extends React.Component {
|
|
3
|
+
private containerRef;
|
|
4
|
+
constructor(props: any);
|
|
5
|
+
componentDidMount(): void;
|
|
6
|
+
render(): JSX.Element;
|
|
7
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { DropdownMultiSelectListModel, QuestionTagboxModel } from "survey-core";
|
|
3
|
-
import { SurveyElementBase } from "./reactquestion_element";
|
|
4
|
-
interface ITagboxFilterProps {
|
|
5
|
-
model: DropdownMultiSelectListModel;
|
|
6
|
-
question: QuestionTagboxModel;
|
|
7
|
-
}
|
|
8
|
-
export declare class TagboxFilterString extends SurveyElementBase<ITagboxFilterProps, any> {
|
|
9
|
-
inputElement: HTMLInputElement | null;
|
|
10
|
-
get model(): DropdownMultiSelectListModel;
|
|
11
|
-
get question(): QuestionTagboxModel;
|
|
12
|
-
componentDidUpdate(prevProps: any, prevState: any): void;
|
|
13
|
-
componentDidMount(): void;
|
|
14
|
-
updateDomElement(): void;
|
|
15
|
-
onChange(e: any): void;
|
|
16
|
-
keyhandler(e: any): void;
|
|
17
|
-
onBlur(e: any): void;
|
|
18
|
-
onFocus(e: any): void;
|
|
19
|
-
constructor(props: any);
|
|
20
|
-
getStateElement(): DropdownMultiSelectListModel;
|
|
21
|
-
render(): JSX.Element;
|
|
22
|
-
}
|
|
23
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DropdownMultiSelectListModel, QuestionTagboxModel } from "survey-core";
|
|
3
|
+
import { SurveyElementBase } from "./reactquestion_element";
|
|
4
|
+
interface ITagboxFilterProps {
|
|
5
|
+
model: DropdownMultiSelectListModel;
|
|
6
|
+
question: QuestionTagboxModel;
|
|
7
|
+
}
|
|
8
|
+
export declare class TagboxFilterString extends SurveyElementBase<ITagboxFilterProps, any> {
|
|
9
|
+
inputElement: HTMLInputElement | null;
|
|
10
|
+
get model(): DropdownMultiSelectListModel;
|
|
11
|
+
get question(): QuestionTagboxModel;
|
|
12
|
+
componentDidUpdate(prevProps: any, prevState: any): void;
|
|
13
|
+
componentDidMount(): void;
|
|
14
|
+
updateDomElement(): void;
|
|
15
|
+
onChange(e: any): void;
|
|
16
|
+
keyhandler(e: any): void;
|
|
17
|
+
onBlur(e: any): void;
|
|
18
|
+
onFocus(e: any): void;
|
|
19
|
+
constructor(props: any);
|
|
20
|
+
getStateElement(): DropdownMultiSelectListModel;
|
|
21
|
+
render(): JSX.Element;
|
|
22
|
+
}
|
|
23
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ReactSurveyElement } from "./reactquestion_element";
|
|
3
|
-
import { QuestionTagboxModel, ItemValue } from "survey-core";
|
|
4
|
-
export declare class SurveyQuestionTagboxItem extends ReactSurveyElement {
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
protected get question(): QuestionTagboxModel;
|
|
7
|
-
protected get item(): ItemValue;
|
|
8
|
-
protected canRender(): boolean;
|
|
9
|
-
protected renderElement(): JSX.Element;
|
|
10
|
-
}
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ReactSurveyElement } from "./reactquestion_element";
|
|
3
|
+
import { QuestionTagboxModel, ItemValue } from "survey-core";
|
|
4
|
+
export declare class SurveyQuestionTagboxItem extends ReactSurveyElement {
|
|
5
|
+
constructor(props: any);
|
|
6
|
+
protected get question(): QuestionTagboxModel;
|
|
7
|
+
protected get item(): ItemValue;
|
|
8
|
+
protected canRender(): boolean;
|
|
9
|
+
protected renderElement(): JSX.Element;
|
|
10
|
+
}
|