survey-react-ui 1.12.21 → 2.0.0-rc.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.
- package/README.md +27 -1
- package/index.html +22 -0
- package/package.json +5 -9
- package/survey-react-ui.js +9408 -8689
- package/survey-react-ui.js.map +1 -1
- package/survey-react-ui.min.js +2 -628
- package/survey-react-ui.min.js.LICENSE.txt +493 -0
- package/typings/entries/index.d.ts +2 -0
- package/typings/entries/react-ui-model.d.ts +86 -84
- package/typings/packages/survey-react-ui/entries/react-ui-model.d.ts +86 -86
- package/typings/packages/survey-react-ui/src/boolean-checkbox.d.ts +6 -6
- package/typings/packages/survey-react-ui/src/boolean-radio.d.ts +8 -8
- package/typings/packages/survey-react-ui/src/boolean.d.ts +17 -17
- package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item-dropdown.d.ts +9 -9
- package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item.d.ts +20 -20
- package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-separator.d.ts +5 -5
- package/typings/packages/survey-react-ui/src/components/action-bar/action-bar.d.ts +21 -21
- package/typings/packages/survey-react-ui/src/components/brand-info.d.ts +4 -4
- package/typings/packages/survey-react-ui/src/components/character-counter.d.ts +11 -11
- package/typings/packages/survey-react-ui/src/components/components-container.d.ts +4 -4
- package/typings/packages/survey-react-ui/src/components/file/file-choose-button.d.ts +8 -8
- package/typings/packages/survey-react-ui/src/components/file/file-item.d.ts +13 -13
- package/typings/packages/survey-react-ui/src/components/file/file-page.d.ts +11 -11
- package/typings/packages/survey-react-ui/src/components/file/file-preview.d.ts +11 -11
- package/typings/packages/survey-react-ui/src/components/header.d.ts +22 -22
- package/typings/packages/survey-react-ui/src/components/list/list-item-content.d.ts +14 -14
- package/typings/packages/survey-react-ui/src/components/list/list-item-group.d.ts +14 -14
- package/typings/packages/survey-react-ui/src/components/list/list-item.d.ts +16 -16
- package/typings/packages/survey-react-ui/src/components/list/list.d.ts +23 -23
- package/typings/packages/survey-react-ui/src/components/loading-indicator.d.ts +4 -4
- package/typings/packages/survey-react-ui/src/components/matrix/row.d.ts +20 -20
- package/typings/packages/survey-react-ui/src/components/matrix-actions/detail-button/detail-button.d.ts +12 -12
- package/typings/packages/survey-react-ui/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +7 -7
- package/typings/packages/survey-react-ui/src/components/matrix-actions/remove-button/remove-button.d.ts +9 -9
- package/typings/packages/survey-react-ui/src/components/notifier.d.ts +11 -11
- package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +12 -12
- package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +6 -6
- package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +6 -6
- package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +5 -5
- package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +6 -6
- package/typings/packages/survey-react-ui/src/components/popup/popup-modal.d.ts +23 -23
- package/typings/packages/survey-react-ui/src/components/popup/popup.d.ts +39 -39
- package/typings/packages/survey-react-ui/src/components/question-error.d.ts +10 -10
- package/typings/packages/survey-react-ui/src/components/rating/rating-dropdown-item.d.ts +12 -12
- package/typings/packages/survey-react-ui/src/components/rating/rating-item-smiley.d.ts +5 -5
- package/typings/packages/survey-react-ui/src/components/rating/rating-item-star.d.ts +5 -5
- package/typings/packages/survey-react-ui/src/components/rating/rating-item.d.ts +22 -22
- package/typings/packages/survey-react-ui/src/components/skeleton.d.ts +4 -4
- package/typings/packages/survey-react-ui/src/components/survey-actions/survey-nav-button.d.ts +8 -8
- package/typings/packages/survey-react-ui/src/components/survey-header/logo-image.d.ts +11 -11
- package/typings/packages/survey-react-ui/src/components/survey-header/survey-header.d.ts +17 -17
- package/typings/packages/survey-react-ui/src/components/svg-icon/svg-icon.d.ts +9 -9
- package/typings/packages/survey-react-ui/src/components/text-area.d.ts +17 -17
- package/typings/packages/survey-react-ui/src/components/title/title-actions.d.ts +7 -7
- package/typings/packages/survey-react-ui/src/components/title/title-content.d.ts +10 -10
- package/typings/packages/survey-react-ui/src/components/title/title-element.d.ts +7 -7
- package/typings/packages/survey-react-ui/src/custom-widget.d.ts +12 -12
- package/typings/packages/survey-react-ui/src/dropdown-base.d.ts +26 -26
- package/typings/packages/survey-react-ui/src/dropdown-item.d.ts +14 -14
- package/typings/packages/survey-react-ui/src/dropdown-select.d.ts +6 -6
- package/typings/packages/survey-react-ui/src/element-factory.d.ts +9 -9
- package/typings/packages/survey-react-ui/src/element-header.d.ts +5 -5
- package/typings/packages/survey-react-ui/src/element.d.ts +19 -19
- package/typings/packages/survey-react-ui/src/flow-panel.d.ts +22 -22
- package/typings/packages/survey-react-ui/src/image.d.ts +10 -10
- package/typings/packages/survey-react-ui/src/imagepicker.d.ts +25 -25
- package/typings/packages/survey-react-ui/src/page.d.ts +11 -11
- package/typings/packages/survey-react-ui/src/panel-base.d.ts +25 -25
- package/typings/packages/survey-react-ui/src/panel.d.ts +16 -16
- package/typings/packages/survey-react-ui/src/progress.d.ts +9 -9
- package/typings/packages/survey-react-ui/src/progressButtons.d.ts +19 -19
- package/typings/packages/survey-react-ui/src/progressToc.d.ts +5 -5
- package/typings/packages/survey-react-ui/src/rating-dropdown.d.ts +8 -8
- package/typings/packages/survey-react-ui/src/react-popup-survey.d.ts +24 -24
- package/typings/packages/survey-react-ui/src/reactSurvey.d.ts +41 -41
- package/typings/packages/survey-react-ui/src/reactSurveyNavigationBase.d.ts +10 -10
- package/typings/packages/survey-react-ui/src/reactquestion.d.ts +82 -82
- package/typings/packages/survey-react-ui/src/reactquestion_buttongroup.d.ts +23 -23
- package/typings/packages/survey-react-ui/src/reactquestion_checkbox.d.ts +37 -37
- package/typings/packages/survey-react-ui/src/reactquestion_comment.d.ts +18 -18
- package/typings/packages/survey-react-ui/src/reactquestion_custom.d.ts +13 -13
- package/typings/packages/survey-react-ui/src/reactquestion_dropdown.d.ts +7 -7
- package/typings/packages/survey-react-ui/src/reactquestion_element.d.ts +67 -67
- package/typings/packages/survey-react-ui/src/reactquestion_empty.d.ts +8 -8
- package/typings/packages/survey-react-ui/src/reactquestion_expression.d.ts +8 -8
- package/typings/packages/survey-react-ui/src/reactquestion_factory.d.ts +8 -8
- package/typings/packages/survey-react-ui/src/reactquestion_file.d.ts +14 -14
- package/typings/packages/survey-react-ui/src/reactquestion_html.d.ts +13 -13
- package/typings/packages/survey-react-ui/src/reactquestion_matrix.d.ts +33 -33
- package/typings/packages/survey-react-ui/src/reactquestion_matrixdropdown.d.ts +4 -4
- package/typings/packages/survey-react-ui/src/reactquestion_matrixdropdownbase.d.ts +30 -30
- package/typings/packages/survey-react-ui/src/reactquestion_matrixdynamic.d.ts +20 -20
- package/typings/packages/survey-react-ui/src/reactquestion_multipletext.d.ts +22 -22
- package/typings/packages/survey-react-ui/src/reactquestion_paneldynamic.d.ts +28 -28
- package/typings/packages/survey-react-ui/src/reactquestion_radiogroup.d.ts +36 -36
- package/typings/packages/survey-react-ui/src/reactquestion_ranking.d.ts +30 -30
- package/typings/packages/survey-react-ui/src/reactquestion_rating.d.ts +10 -10
- package/typings/packages/survey-react-ui/src/reactquestion_tagbox.d.ts +10 -10
- package/typings/packages/survey-react-ui/src/reactquestion_text.d.ts +11 -11
- package/typings/packages/survey-react-ui/src/reactsurveymodel.d.ts +9 -9
- package/typings/packages/survey-react-ui/src/reacttimerpanel.d.ts +11 -11
- package/typings/packages/survey-react-ui/src/row.d.ts +21 -21
- package/typings/packages/survey-react-ui/src/signaturepad.d.ts +11 -11
- package/typings/packages/survey-react-ui/src/string-editor.d.ts +11 -11
- package/typings/packages/survey-react-ui/src/string-viewer.d.ts +15 -15
- package/typings/packages/survey-react-ui/src/svgbundle.d.ts +9 -9
- package/typings/packages/survey-react-ui/src/tagbox-filter.d.ts +23 -23
- package/typings/packages/survey-react-ui/src/tagbox-item.d.ts +10 -10
- package/typings/src/boolean-checkbox.d.ts +6 -0
- package/typings/src/boolean-radio.d.ts +8 -0
- package/typings/src/boolean.d.ts +17 -0
- package/typings/src/components/action-bar/action-bar-item-dropdown.d.ts +9 -0
- package/typings/src/components/action-bar/action-bar-item.d.ts +25 -0
- package/typings/src/components/action-bar/action-bar-separator.d.ts +5 -0
- package/typings/src/components/action-bar/action-bar.d.ts +21 -0
- package/typings/src/components/brand-info.d.ts +4 -0
- package/typings/src/components/character-counter.d.ts +11 -0
- package/typings/src/components/components-container.d.ts +4 -0
- package/typings/src/components/file/file-choose-button.d.ts +8 -0
- package/typings/src/components/file/file-item.d.ts +13 -0
- package/typings/src/components/file/file-page.d.ts +11 -0
- package/typings/src/components/file/file-preview.d.ts +11 -0
- package/typings/src/components/header.d.ts +22 -0
- package/typings/src/components/list/list-item-content.d.ts +14 -0
- package/typings/src/components/list/list-item-group.d.ts +14 -0
- package/typings/src/components/list/list-item.d.ts +16 -0
- package/typings/src/components/list/list.d.ts +23 -0
- package/typings/src/components/loading-indicator.d.ts +4 -0
- package/typings/src/components/matrix/row.d.ts +20 -0
- package/typings/src/components/matrix-actions/detail-button/detail-button.d.ts +12 -0
- package/typings/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +7 -0
- package/typings/src/components/matrix-actions/remove-button/remove-button.d.ts +9 -0
- package/typings/src/components/notifier.d.ts +11 -0
- package/typings/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +12 -0
- package/typings/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +6 -0
- package/typings/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +6 -0
- package/typings/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +5 -0
- package/typings/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +6 -0
- package/typings/src/components/popup/popup-modal.d.ts +23 -0
- package/typings/src/components/popup/popup.d.ts +39 -0
- package/typings/src/components/question-error.d.ts +10 -0
- package/typings/src/components/rating/rating-dropdown-item.d.ts +12 -0
- package/typings/src/components/rating/rating-item-smiley.d.ts +5 -0
- package/typings/src/components/rating/rating-item-star.d.ts +5 -0
- package/typings/src/components/rating/rating-item.d.ts +22 -0
- package/typings/src/components/skeleton.d.ts +4 -0
- package/typings/src/components/survey-actions/survey-nav-button.d.ts +8 -0
- package/typings/src/components/survey-header/logo-image.d.ts +11 -0
- package/typings/src/components/survey-header/survey-header.d.ts +17 -0
- package/typings/src/components/svg-icon/svg-icon.d.ts +9 -0
- package/typings/src/components/text-area.d.ts +17 -0
- package/typings/src/components/title/title-actions.d.ts +7 -0
- package/typings/src/components/title/title-content.d.ts +10 -0
- package/typings/src/components/title/title-element.d.ts +7 -0
- package/typings/src/custom-widget.d.ts +12 -0
- package/typings/src/dropdown-base.d.ts +26 -0
- package/typings/src/dropdown-item.d.ts +14 -0
- package/typings/src/dropdown-select.d.ts +6 -0
- package/typings/src/element-factory.d.ts +9 -0
- package/typings/src/element-header.d.ts +5 -0
- package/typings/src/element.d.ts +19 -0
- package/typings/src/entries/react-ui.d.ts +2 -2
- package/typings/src/flow-panel.d.ts +22 -0
- package/typings/src/image.d.ts +10 -0
- package/typings/src/imagepicker.d.ts +25 -0
- package/typings/src/page.d.ts +11 -0
- package/typings/src/panel-base.d.ts +25 -0
- package/typings/src/panel.d.ts +16 -0
- package/typings/src/progress.d.ts +9 -0
- package/typings/src/progressButtons.d.ts +19 -0
- package/typings/src/progressToc.d.ts +5 -0
- package/typings/src/rating-dropdown.d.ts +8 -0
- package/typings/src/react-popup-survey.d.ts +24 -0
- package/typings/src/reactSurvey.d.ts +39 -0
- package/typings/src/reactSurveyNavigationBase.d.ts +10 -0
- package/typings/src/reactquestion.d.ts +82 -0
- package/typings/src/reactquestion_buttongroup.d.ts +23 -0
- package/typings/src/reactquestion_checkbox.d.ts +37 -0
- package/typings/src/reactquestion_comment.d.ts +18 -0
- package/typings/src/reactquestion_custom.d.ts +13 -0
- package/typings/src/reactquestion_dropdown.d.ts +7 -0
- package/typings/src/reactquestion_element.d.ts +67 -0
- package/typings/src/reactquestion_empty.d.ts +8 -0
- package/typings/src/reactquestion_expression.d.ts +8 -0
- package/typings/src/reactquestion_factory.d.ts +8 -0
- package/typings/src/reactquestion_file.d.ts +14 -0
- package/typings/src/reactquestion_html.d.ts +13 -0
- package/typings/src/reactquestion_matrix.d.ts +33 -0
- package/typings/src/reactquestion_matrixdropdown.d.ts +4 -0
- package/typings/src/reactquestion_matrixdropdownbase.d.ts +30 -0
- package/typings/src/reactquestion_matrixdynamic.d.ts +20 -0
- package/typings/src/reactquestion_multipletext.d.ts +22 -0
- package/typings/src/reactquestion_paneldynamic.d.ts +28 -0
- package/typings/src/reactquestion_radiogroup.d.ts +36 -0
- package/typings/src/reactquestion_ranking.d.ts +30 -0
- package/typings/src/reactquestion_rating.d.ts +10 -0
- package/typings/src/reactquestion_tagbox.d.ts +10 -0
- package/typings/src/reactquestion_text.d.ts +11 -0
- package/typings/src/reactsurveymodel.d.ts +9 -0
- package/typings/src/reacttimerpanel.d.ts +11 -0
- package/typings/src/row.d.ts +21 -0
- package/typings/src/signaturepad.d.ts +11 -0
- package/typings/src/string-editor.d.ts +11 -0
- package/typings/src/string-viewer.d.ts +15 -0
- package/typings/src/svgbundle.d.ts +9 -0
- package/typings/src/tagbox-filter.d.ts +23 -0
- package/typings/src/tagbox-item.d.ts +10 -0
|
@@ -1,84 +1,86 @@
|
|
|
1
|
-
export { Survey, attachKey2click } from "../
|
|
2
|
-
export { ReactSurveyElementsWrapper } from "../
|
|
3
|
-
export { SurveyNavigationBase } from "../
|
|
4
|
-
export { SurveyTimerPanel } from "../
|
|
5
|
-
export { SurveyPage } from "../
|
|
6
|
-
export { SurveyRow } from "../
|
|
7
|
-
export { SurveyPanel } from "../
|
|
8
|
-
export { SurveyFlowPanel } from "../
|
|
9
|
-
export { SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell,
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
28
|
-
export {
|
|
29
|
-
export {
|
|
30
|
-
export {
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
37
|
-
export {
|
|
38
|
-
export {
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export {
|
|
47
|
-
export {
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export {
|
|
60
|
-
export {
|
|
61
|
-
export {
|
|
62
|
-
export {
|
|
63
|
-
export {
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
66
|
-
export {
|
|
67
|
-
export {
|
|
68
|
-
export {
|
|
69
|
-
export {
|
|
70
|
-
export {
|
|
71
|
-
export {
|
|
72
|
-
export {
|
|
73
|
-
export {
|
|
74
|
-
export {
|
|
75
|
-
export {
|
|
76
|
-
export {
|
|
77
|
-
export {
|
|
78
|
-
export {
|
|
79
|
-
export {
|
|
80
|
-
export
|
|
81
|
-
export
|
|
82
|
-
export {
|
|
83
|
-
export {
|
|
84
|
-
export {
|
|
1
|
+
export { Survey, attachKey2click } from "../src/reactSurvey";
|
|
2
|
+
export { ReactSurveyElementsWrapper } from "../src/reactsurveymodel";
|
|
3
|
+
export { SurveyNavigationBase } from "../src/reactSurveyNavigationBase";
|
|
4
|
+
export { SurveyTimerPanel } from "../src/reacttimerpanel";
|
|
5
|
+
export { SurveyPage } from "../src/page";
|
|
6
|
+
export { SurveyRow } from "../src/row";
|
|
7
|
+
export { SurveyPanel } from "../src/panel";
|
|
8
|
+
export { SurveyFlowPanel } from "../src/flow-panel";
|
|
9
|
+
export { SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, } from "../src/reactquestion";
|
|
10
|
+
export type { ISurveyCreator } from "../src/reactquestion";
|
|
11
|
+
export { ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, } from "../src/reactquestion_element";
|
|
12
|
+
export { SurveyQuestionCommentItem, SurveyQuestionComment, } from "../src/reactquestion_comment";
|
|
13
|
+
export { SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, } from "../src/reactquestion_checkbox";
|
|
14
|
+
export { SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent } from "../src/reactquestion_ranking";
|
|
15
|
+
export { RatingItem } from "../src/components/rating/rating-item";
|
|
16
|
+
export { RatingItemStar } from "../src/components/rating/rating-item-star";
|
|
17
|
+
export { RatingItemSmiley } from "../src/components/rating/rating-item-smiley";
|
|
18
|
+
export { RatingDropdownItem } from "../src/components/rating/rating-dropdown-item";
|
|
19
|
+
export { TagboxFilterString } from "../src/tagbox-filter";
|
|
20
|
+
export { SurveyQuestionOptionItem } from "../src/dropdown-item";
|
|
21
|
+
export { SurveyQuestionDropdownBase } from "../src/dropdown-base";
|
|
22
|
+
export { SurveyQuestionDropdown } from "../src/reactquestion_dropdown";
|
|
23
|
+
export { SurveyQuestionTagboxItem } from "../src/tagbox-item";
|
|
24
|
+
export { SurveyQuestionTagbox } from "../src/reactquestion_tagbox";
|
|
25
|
+
export { SurveyQuestionDropdownSelect } from "../src/dropdown-select";
|
|
26
|
+
export { SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionMatrixCell } from "../src/reactquestion_matrix";
|
|
27
|
+
export { SurveyQuestionHtml } from "../src/reactquestion_html";
|
|
28
|
+
export { SurveyQuestionFile } from "../src/reactquestion_file";
|
|
29
|
+
export { SurveyFileChooseButton } from "../src/components/file/file-choose-button";
|
|
30
|
+
export { SurveyFilePreview } from "../src/components/file/file-preview";
|
|
31
|
+
export { SurveyQuestionMultipleText } from "../src/reactquestion_multipletext";
|
|
32
|
+
export { SurveyQuestionRadiogroup, SurveyQuestionRadioItem } from "../src/reactquestion_radiogroup";
|
|
33
|
+
export { SurveyQuestionText } from "../src/reactquestion_text";
|
|
34
|
+
export { SurveyQuestionBoolean } from "../src/boolean";
|
|
35
|
+
export { SurveyQuestionBooleanCheckbox } from "../src/boolean-checkbox";
|
|
36
|
+
export { SurveyQuestionBooleanRadio } from "../src/boolean-radio";
|
|
37
|
+
export { SurveyQuestionEmpty } from "../src/reactquestion_empty";
|
|
38
|
+
export { SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase } from "../src/reactquestion_matrixdropdownbase";
|
|
39
|
+
export { SurveyQuestionMatrixDropdown } from "../src/reactquestion_matrixdropdown";
|
|
40
|
+
export { SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton } from "../src/reactquestion_matrixdynamic";
|
|
41
|
+
export { SurveyQuestionPanelDynamic } from "../src/reactquestion_paneldynamic";
|
|
42
|
+
export { SurveyProgress } from "../src/progress";
|
|
43
|
+
export { SurveyProgressButtons } from "../src/progressButtons";
|
|
44
|
+
export { SurveyProgressToc } from "../src/progressToc";
|
|
45
|
+
export { SurveyQuestionRating } from "../src/reactquestion_rating";
|
|
46
|
+
export { SurveyQuestionRatingDropdown } from "../src/rating-dropdown";
|
|
47
|
+
export { SurveyQuestionExpression } from "../src/reactquestion_expression";
|
|
48
|
+
export { PopupSurvey, SurveyWindow } from "../src/react-popup-survey";
|
|
49
|
+
export { ReactQuestionFactory } from "../src/reactquestion_factory";
|
|
50
|
+
export { ReactElementFactory } from "../src/element-factory";
|
|
51
|
+
export { SurveyQuestionImagePicker } from "../src/imagepicker";
|
|
52
|
+
export { SurveyQuestionImage } from "../src/image";
|
|
53
|
+
export { SurveyQuestionSignaturePad } from "../src/signaturepad";
|
|
54
|
+
export { SurveyQuestionButtonGroup } from "../src/reactquestion_buttongroup";
|
|
55
|
+
export { SurveyQuestionCustom, SurveyQuestionComposite } from "../src/reactquestion_custom";
|
|
56
|
+
export { Popup } from "../src/components/popup/popup";
|
|
57
|
+
export { ListItemContent } from "../src/components/list/list-item-content";
|
|
58
|
+
export { ListItemGroup } from "../src/components/list/list-item-group";
|
|
59
|
+
export { List } from "../src/components/list/list";
|
|
60
|
+
export { TitleActions } from "../src/components/title/title-actions";
|
|
61
|
+
export { TitleElement } from "../src/components/title/title-element";
|
|
62
|
+
export { SurveyActionBar } from "../src/components/action-bar/action-bar";
|
|
63
|
+
export { LogoImage } from "../src/components/survey-header/logo-image";
|
|
64
|
+
export { SurveyHeader } from "../src/components/survey-header/survey-header";
|
|
65
|
+
export { SvgIcon } from "../src/components/svg-icon/svg-icon";
|
|
66
|
+
export { SurveyQuestionMatrixDynamicRemoveButton } from "../src/components/matrix-actions/remove-button/remove-button";
|
|
67
|
+
export { SurveyQuestionMatrixDetailButton } from "../src/components/matrix-actions/detail-button/detail-button";
|
|
68
|
+
export { SurveyQuestionMatrixDynamicDragDropIcon } from "../src/components/matrix-actions/drag-drop-icon/drag-drop-icon";
|
|
69
|
+
export { SurveyQuestionPanelDynamicAddButton } from "../src/components/paneldynamic-actions/paneldynamic-add-btn";
|
|
70
|
+
export { SurveyQuestionPanelDynamicRemoveButton } from "../src/components/paneldynamic-actions/paneldynamic-remove-btn";
|
|
71
|
+
export { SurveyQuestionPanelDynamicPrevButton } from "../src/components/paneldynamic-actions/paneldynamic-prev-btn";
|
|
72
|
+
export { SurveyQuestionPanelDynamicNextButton } from "../src/components/paneldynamic-actions/paneldynamic-next-btn";
|
|
73
|
+
export { SurveyQuestionPanelDynamicProgressText } from "../src/components/paneldynamic-actions/paneldynamic-progress-text";
|
|
74
|
+
export { SurveyNavigationButton } from "../src/components/survey-actions/survey-nav-button";
|
|
75
|
+
export { QuestionErrorComponent } from "../src/components/question-error";
|
|
76
|
+
export { MatrixRow } from "../src/components/matrix/row";
|
|
77
|
+
export { Skeleton } from "../src/components/skeleton";
|
|
78
|
+
export { NotifierComponent } from "../src/components/notifier";
|
|
79
|
+
export { ComponentsContainer } from "../src/components/components-container";
|
|
80
|
+
export { CharacterCounterComponent } from "../src/components/character-counter";
|
|
81
|
+
export * from "../src/components/header";
|
|
82
|
+
export { SurveyLocStringViewer } from "../src/string-viewer";
|
|
83
|
+
export { SurveyLocStringEditor } from "../src/string-editor";
|
|
84
|
+
export { LoadingIndicatorComponent } from "../src/components/loading-indicator";
|
|
85
|
+
export { SvgBundleComponent } from "../src/svgbundle";
|
|
86
|
+
export { PopupModal } from "../src/components/popup/popup-modal";
|
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
export { Survey, attachKey2click } from "../src/reactSurvey";
|
|
2
|
-
export { ReactSurveyElementsWrapper } from "../src/reactsurveymodel";
|
|
3
|
-
export { SurveyNavigationBase } from "../src/reactSurveyNavigationBase";
|
|
4
|
-
export { SurveyTimerPanel } from "../src/reacttimerpanel";
|
|
5
|
-
export { SurveyPage } from "../src/page";
|
|
6
|
-
export { SurveyRow } from "../src/row";
|
|
7
|
-
export { SurveyPanel } from "../src/panel";
|
|
8
|
-
export { SurveyFlowPanel } from "../src/flow-panel";
|
|
9
|
-
export { SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, } from "../src/reactquestion";
|
|
10
|
-
export type { ISurveyCreator } from "../src/reactquestion";
|
|
11
|
-
export { ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, } from "../src/reactquestion_element";
|
|
12
|
-
export { SurveyQuestionCommentItem, SurveyQuestionComment, } from "../src/reactquestion_comment";
|
|
13
|
-
export { SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, } from "../src/reactquestion_checkbox";
|
|
14
|
-
export { SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent } from "../src/reactquestion_ranking";
|
|
15
|
-
export { RatingItem } from "../src/components/rating/rating-item";
|
|
16
|
-
export { RatingItemStar } from "../src/components/rating/rating-item-star";
|
|
17
|
-
export { RatingItemSmiley } from "../src/components/rating/rating-item-smiley";
|
|
18
|
-
export { RatingDropdownItem } from "../src/components/rating/rating-dropdown-item";
|
|
19
|
-
export { TagboxFilterString } from "../src/tagbox-filter";
|
|
20
|
-
export { SurveyQuestionOptionItem } from "../src/dropdown-item";
|
|
21
|
-
export { SurveyQuestionDropdownBase } from "../src/dropdown-base";
|
|
22
|
-
export { SurveyQuestionDropdown } from "../src/reactquestion_dropdown";
|
|
23
|
-
export { SurveyQuestionTagboxItem } from "../src/tagbox-item";
|
|
24
|
-
export { SurveyQuestionTagbox } from "../src/reactquestion_tagbox";
|
|
25
|
-
export { SurveyQuestionDropdownSelect } from "../src/dropdown-select";
|
|
26
|
-
export { SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionMatrixCell } from "../src/reactquestion_matrix";
|
|
27
|
-
export { SurveyQuestionHtml } from "../src/reactquestion_html";
|
|
28
|
-
export { SurveyQuestionFile } from "../src/reactquestion_file";
|
|
29
|
-
export { SurveyFileChooseButton } from "../src/components/file/file-choose-button";
|
|
30
|
-
export { SurveyFilePreview } from "../src/components/file/file-preview";
|
|
31
|
-
export { SurveyQuestionMultipleText } from "../src/reactquestion_multipletext";
|
|
32
|
-
export { SurveyQuestionRadiogroup, SurveyQuestionRadioItem } from "../src/reactquestion_radiogroup";
|
|
33
|
-
export { SurveyQuestionText } from "../src/reactquestion_text";
|
|
34
|
-
export { SurveyQuestionBoolean } from "../src/boolean";
|
|
35
|
-
export { SurveyQuestionBooleanCheckbox } from "../src/boolean-checkbox";
|
|
36
|
-
export { SurveyQuestionBooleanRadio } from "../src/boolean-radio";
|
|
37
|
-
export { SurveyQuestionEmpty } from "../src/reactquestion_empty";
|
|
38
|
-
export { SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase } from "../src/reactquestion_matrixdropdownbase";
|
|
39
|
-
export { SurveyQuestionMatrixDropdown } from "../src/reactquestion_matrixdropdown";
|
|
40
|
-
export { SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton } from "../src/reactquestion_matrixdynamic";
|
|
41
|
-
export { SurveyQuestionPanelDynamic } from "../src/reactquestion_paneldynamic";
|
|
42
|
-
export { SurveyProgress } from "../src/progress";
|
|
43
|
-
export { SurveyProgressButtons } from "../src/progressButtons";
|
|
44
|
-
export { SurveyProgressToc } from "../src/progressToc";
|
|
45
|
-
export { SurveyQuestionRating } from "../src/reactquestion_rating";
|
|
46
|
-
export { SurveyQuestionRatingDropdown } from "../src/rating-dropdown";
|
|
47
|
-
export { SurveyQuestionExpression } from "../src/reactquestion_expression";
|
|
48
|
-
export { PopupSurvey, SurveyWindow } from "../src/react-popup-survey";
|
|
49
|
-
export { ReactQuestionFactory } from "../src/reactquestion_factory";
|
|
50
|
-
export { ReactElementFactory } from "../src/element-factory";
|
|
51
|
-
export { SurveyQuestionImagePicker } from "../src/imagepicker";
|
|
52
|
-
export { SurveyQuestionImage } from "../src/image";
|
|
53
|
-
export { SurveyQuestionSignaturePad } from "../src/signaturepad";
|
|
54
|
-
export { SurveyQuestionButtonGroup } from "../src/reactquestion_buttongroup";
|
|
55
|
-
export { SurveyQuestionCustom, SurveyQuestionComposite } from "../src/reactquestion_custom";
|
|
56
|
-
export { Popup } from "../src/components/popup/popup";
|
|
57
|
-
export { ListItemContent } from "../src/components/list/list-item-content";
|
|
58
|
-
export { ListItemGroup } from "../src/components/list/list-item-group";
|
|
59
|
-
export { List } from "../src/components/list/list";
|
|
60
|
-
export { TitleActions } from "../src/components/title/title-actions";
|
|
61
|
-
export { TitleElement } from "../src/components/title/title-element";
|
|
62
|
-
export { SurveyActionBar } from "../src/components/action-bar/action-bar";
|
|
63
|
-
export { LogoImage } from "../src/components/survey-header/logo-image";
|
|
64
|
-
export { SurveyHeader } from "../src/components/survey-header/survey-header";
|
|
65
|
-
export { SvgIcon } from "../src/components/svg-icon/svg-icon";
|
|
66
|
-
export { SurveyQuestionMatrixDynamicRemoveButton } from "../src/components/matrix-actions/remove-button/remove-button";
|
|
67
|
-
export { SurveyQuestionMatrixDetailButton } from "../src/components/matrix-actions/detail-button/detail-button";
|
|
68
|
-
export { SurveyQuestionMatrixDynamicDragDropIcon } from "../src/components/matrix-actions/drag-drop-icon/drag-drop-icon";
|
|
69
|
-
export { SurveyQuestionPanelDynamicAddButton } from "../src/components/paneldynamic-actions/paneldynamic-add-btn";
|
|
70
|
-
export { SurveyQuestionPanelDynamicRemoveButton } from "../src/components/paneldynamic-actions/paneldynamic-remove-btn";
|
|
71
|
-
export { SurveyQuestionPanelDynamicPrevButton } from "../src/components/paneldynamic-actions/paneldynamic-prev-btn";
|
|
72
|
-
export { SurveyQuestionPanelDynamicNextButton } from "../src/components/paneldynamic-actions/paneldynamic-next-btn";
|
|
73
|
-
export { SurveyQuestionPanelDynamicProgressText } from "../src/components/paneldynamic-actions/paneldynamic-progress-text";
|
|
74
|
-
export { SurveyNavigationButton } from "../src/components/survey-actions/survey-nav-button";
|
|
75
|
-
export { QuestionErrorComponent } from "../src/components/question-error";
|
|
76
|
-
export { MatrixRow } from "../src/components/matrix/row";
|
|
77
|
-
export { Skeleton } from "../src/components/skeleton";
|
|
78
|
-
export { NotifierComponent } from "../src/components/notifier";
|
|
79
|
-
export { ComponentsContainer } from "../src/components/components-container";
|
|
80
|
-
export { CharacterCounterComponent } from "../src/components/character-counter";
|
|
81
|
-
export * from "../src/components/header";
|
|
82
|
-
export { SurveyLocStringViewer } from "../src/string-viewer";
|
|
83
|
-
export { SurveyLocStringEditor } from "../src/string-editor";
|
|
84
|
-
export { LoadingIndicatorComponent } from "../src/components/loading-indicator";
|
|
85
|
-
export { SvgBundleComponent } from "../src/svgbundle";
|
|
86
|
-
export { PopupModal } from "../src/components/popup/popup-modal";
|
|
1
|
+
export { Survey, attachKey2click } from "../src/reactSurvey";
|
|
2
|
+
export { ReactSurveyElementsWrapper } from "../src/reactsurveymodel";
|
|
3
|
+
export { SurveyNavigationBase } from "../src/reactSurveyNavigationBase";
|
|
4
|
+
export { SurveyTimerPanel } from "../src/reacttimerpanel";
|
|
5
|
+
export { SurveyPage } from "../src/page";
|
|
6
|
+
export { SurveyRow } from "../src/row";
|
|
7
|
+
export { SurveyPanel } from "../src/panel";
|
|
8
|
+
export { SurveyFlowPanel } from "../src/flow-panel";
|
|
9
|
+
export { SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, } from "../src/reactquestion";
|
|
10
|
+
export type { ISurveyCreator } from "../src/reactquestion";
|
|
11
|
+
export { ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, } from "../src/reactquestion_element";
|
|
12
|
+
export { SurveyQuestionCommentItem, SurveyQuestionComment, } from "../src/reactquestion_comment";
|
|
13
|
+
export { SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, } from "../src/reactquestion_checkbox";
|
|
14
|
+
export { SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent } from "../src/reactquestion_ranking";
|
|
15
|
+
export { RatingItem } from "../src/components/rating/rating-item";
|
|
16
|
+
export { RatingItemStar } from "../src/components/rating/rating-item-star";
|
|
17
|
+
export { RatingItemSmiley } from "../src/components/rating/rating-item-smiley";
|
|
18
|
+
export { RatingDropdownItem } from "../src/components/rating/rating-dropdown-item";
|
|
19
|
+
export { TagboxFilterString } from "../src/tagbox-filter";
|
|
20
|
+
export { SurveyQuestionOptionItem } from "../src/dropdown-item";
|
|
21
|
+
export { SurveyQuestionDropdownBase } from "../src/dropdown-base";
|
|
22
|
+
export { SurveyQuestionDropdown } from "../src/reactquestion_dropdown";
|
|
23
|
+
export { SurveyQuestionTagboxItem } from "../src/tagbox-item";
|
|
24
|
+
export { SurveyQuestionTagbox } from "../src/reactquestion_tagbox";
|
|
25
|
+
export { SurveyQuestionDropdownSelect } from "../src/dropdown-select";
|
|
26
|
+
export { SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionMatrixCell } from "../src/reactquestion_matrix";
|
|
27
|
+
export { SurveyQuestionHtml } from "../src/reactquestion_html";
|
|
28
|
+
export { SurveyQuestionFile } from "../src/reactquestion_file";
|
|
29
|
+
export { SurveyFileChooseButton } from "../src/components/file/file-choose-button";
|
|
30
|
+
export { SurveyFilePreview } from "../src/components/file/file-preview";
|
|
31
|
+
export { SurveyQuestionMultipleText } from "../src/reactquestion_multipletext";
|
|
32
|
+
export { SurveyQuestionRadiogroup, SurveyQuestionRadioItem } from "../src/reactquestion_radiogroup";
|
|
33
|
+
export { SurveyQuestionText } from "../src/reactquestion_text";
|
|
34
|
+
export { SurveyQuestionBoolean } from "../src/boolean";
|
|
35
|
+
export { SurveyQuestionBooleanCheckbox } from "../src/boolean-checkbox";
|
|
36
|
+
export { SurveyQuestionBooleanRadio } from "../src/boolean-radio";
|
|
37
|
+
export { SurveyQuestionEmpty } from "../src/reactquestion_empty";
|
|
38
|
+
export { SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase } from "../src/reactquestion_matrixdropdownbase";
|
|
39
|
+
export { SurveyQuestionMatrixDropdown } from "../src/reactquestion_matrixdropdown";
|
|
40
|
+
export { SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton } from "../src/reactquestion_matrixdynamic";
|
|
41
|
+
export { SurveyQuestionPanelDynamic } from "../src/reactquestion_paneldynamic";
|
|
42
|
+
export { SurveyProgress } from "../src/progress";
|
|
43
|
+
export { SurveyProgressButtons } from "../src/progressButtons";
|
|
44
|
+
export { SurveyProgressToc } from "../src/progressToc";
|
|
45
|
+
export { SurveyQuestionRating } from "../src/reactquestion_rating";
|
|
46
|
+
export { SurveyQuestionRatingDropdown } from "../src/rating-dropdown";
|
|
47
|
+
export { SurveyQuestionExpression } from "../src/reactquestion_expression";
|
|
48
|
+
export { PopupSurvey, SurveyWindow } from "../src/react-popup-survey";
|
|
49
|
+
export { ReactQuestionFactory } from "../src/reactquestion_factory";
|
|
50
|
+
export { ReactElementFactory } from "../src/element-factory";
|
|
51
|
+
export { SurveyQuestionImagePicker } from "../src/imagepicker";
|
|
52
|
+
export { SurveyQuestionImage } from "../src/image";
|
|
53
|
+
export { SurveyQuestionSignaturePad } from "../src/signaturepad";
|
|
54
|
+
export { SurveyQuestionButtonGroup } from "../src/reactquestion_buttongroup";
|
|
55
|
+
export { SurveyQuestionCustom, SurveyQuestionComposite } from "../src/reactquestion_custom";
|
|
56
|
+
export { Popup } from "../src/components/popup/popup";
|
|
57
|
+
export { ListItemContent } from "../src/components/list/list-item-content";
|
|
58
|
+
export { ListItemGroup } from "../src/components/list/list-item-group";
|
|
59
|
+
export { List } from "../src/components/list/list";
|
|
60
|
+
export { TitleActions } from "../src/components/title/title-actions";
|
|
61
|
+
export { TitleElement } from "../src/components/title/title-element";
|
|
62
|
+
export { SurveyActionBar } from "../src/components/action-bar/action-bar";
|
|
63
|
+
export { LogoImage } from "../src/components/survey-header/logo-image";
|
|
64
|
+
export { SurveyHeader } from "../src/components/survey-header/survey-header";
|
|
65
|
+
export { SvgIcon } from "../src/components/svg-icon/svg-icon";
|
|
66
|
+
export { SurveyQuestionMatrixDynamicRemoveButton } from "../src/components/matrix-actions/remove-button/remove-button";
|
|
67
|
+
export { SurveyQuestionMatrixDetailButton } from "../src/components/matrix-actions/detail-button/detail-button";
|
|
68
|
+
export { SurveyQuestionMatrixDynamicDragDropIcon } from "../src/components/matrix-actions/drag-drop-icon/drag-drop-icon";
|
|
69
|
+
export { SurveyQuestionPanelDynamicAddButton } from "../src/components/paneldynamic-actions/paneldynamic-add-btn";
|
|
70
|
+
export { SurveyQuestionPanelDynamicRemoveButton } from "../src/components/paneldynamic-actions/paneldynamic-remove-btn";
|
|
71
|
+
export { SurveyQuestionPanelDynamicPrevButton } from "../src/components/paneldynamic-actions/paneldynamic-prev-btn";
|
|
72
|
+
export { SurveyQuestionPanelDynamicNextButton } from "../src/components/paneldynamic-actions/paneldynamic-next-btn";
|
|
73
|
+
export { SurveyQuestionPanelDynamicProgressText } from "../src/components/paneldynamic-actions/paneldynamic-progress-text";
|
|
74
|
+
export { SurveyNavigationButton } from "../src/components/survey-actions/survey-nav-button";
|
|
75
|
+
export { QuestionErrorComponent } from "../src/components/question-error";
|
|
76
|
+
export { MatrixRow } from "../src/components/matrix/row";
|
|
77
|
+
export { Skeleton } from "../src/components/skeleton";
|
|
78
|
+
export { NotifierComponent } from "../src/components/notifier";
|
|
79
|
+
export { ComponentsContainer } from "../src/components/components-container";
|
|
80
|
+
export { CharacterCounterComponent } from "../src/components/character-counter";
|
|
81
|
+
export * from "../src/components/header";
|
|
82
|
+
export { SurveyLocStringViewer } from "../src/string-viewer";
|
|
83
|
+
export { SurveyLocStringEditor } from "../src/string-editor";
|
|
84
|
+
export { LoadingIndicatorComponent } from "../src/components/loading-indicator";
|
|
85
|
+
export { SvgBundleComponent } from "../src/svgbundle";
|
|
86
|
+
export { PopupModal } from "../src/components/popup/popup-modal";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { SurveyQuestionBoolean } from "./boolean";
|
|
3
|
-
export declare class SurveyQuestionBooleanCheckbox extends SurveyQuestionBoolean {
|
|
4
|
-
constructor(props: any);
|
|
5
|
-
protected renderElement(): React.JSX.Element;
|
|
6
|
-
}
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SurveyQuestionBoolean } from "./boolean";
|
|
3
|
+
export declare class SurveyQuestionBooleanCheckbox extends SurveyQuestionBoolean {
|
|
4
|
+
constructor(props: any);
|
|
5
|
+
protected renderElement(): React.JSX.Element;
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { SurveyQuestionBoolean } from "./boolean";
|
|
3
|
-
export declare class SurveyQuestionBooleanRadio extends SurveyQuestionBoolean {
|
|
4
|
-
constructor(props: any);
|
|
5
|
-
private renderRadioItem;
|
|
6
|
-
handleOnChange: (event: any) => void;
|
|
7
|
-
protected renderElement(): React.JSX.Element;
|
|
8
|
-
}
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SurveyQuestionBoolean } from "./boolean";
|
|
3
|
+
export declare class SurveyQuestionBooleanRadio extends SurveyQuestionBoolean {
|
|
4
|
+
constructor(props: any);
|
|
5
|
+
private renderRadioItem;
|
|
6
|
+
handleOnChange: (event: any) => void;
|
|
7
|
+
protected renderElement(): React.JSX.Element;
|
|
8
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { QuestionBooleanModel, Base } from "survey-core";
|
|
3
|
-
import { SurveyQuestionElementBase } from "./reactquestion_element";
|
|
4
|
-
export declare class SurveyQuestionBoolean extends SurveyQuestionElementBase {
|
|
5
|
-
protected checkRef: React.RefObject<HTMLInputElement>;
|
|
6
|
-
constructor(props: any);
|
|
7
|
-
protected getStateElement(): Base;
|
|
8
|
-
protected get question(): QuestionBooleanModel;
|
|
9
|
-
private doCheck;
|
|
10
|
-
handleOnChange(event: any): void;
|
|
11
|
-
handleOnClick(event: any): void;
|
|
12
|
-
handleOnSwitchClick(event: any): void;
|
|
13
|
-
handleOnLabelClick(event: any, value: boolean): void;
|
|
14
|
-
handleOnKeyDown(event: any): void;
|
|
15
|
-
protected updateDomElement(): void;
|
|
16
|
-
protected renderElement(): React.JSX.Element;
|
|
17
|
-
}
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { QuestionBooleanModel, Base } from "survey-core";
|
|
3
|
+
import { SurveyQuestionElementBase } from "./reactquestion_element";
|
|
4
|
+
export declare class SurveyQuestionBoolean extends SurveyQuestionElementBase {
|
|
5
|
+
protected checkRef: React.RefObject<HTMLInputElement>;
|
|
6
|
+
constructor(props: any);
|
|
7
|
+
protected getStateElement(): Base;
|
|
8
|
+
protected get question(): QuestionBooleanModel;
|
|
9
|
+
private doCheck;
|
|
10
|
+
handleOnChange(event: any): void;
|
|
11
|
+
handleOnClick(event: any): void;
|
|
12
|
+
handleOnSwitchClick(event: any): void;
|
|
13
|
+
handleOnLabelClick(event: any, value: boolean): void;
|
|
14
|
+
handleOnKeyDown(event: any): void;
|
|
15
|
+
protected updateDomElement(): void;
|
|
16
|
+
protected renderElement(): React.JSX.Element;
|
|
17
|
+
}
|
package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item-dropdown.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SurveyActionBarItem } from "./action-bar-item";
|
|
3
|
-
export declare class SurveyActionBarItemDropdown extends SurveyActionBarItem {
|
|
4
|
-
private viewModel;
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
renderInnerButton(): React.JSX.Element;
|
|
7
|
-
componentDidMount(): void;
|
|
8
|
-
componentWillUnmount(): void;
|
|
9
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SurveyActionBarItem } from "./action-bar-item";
|
|
3
|
+
export declare class SurveyActionBarItemDropdown extends SurveyActionBarItem {
|
|
4
|
+
private viewModel;
|
|
5
|
+
constructor(props: any);
|
|
6
|
+
renderInnerButton(): React.JSX.Element;
|
|
7
|
+
componentDidMount(): void;
|
|
8
|
+
componentWillUnmount(): void;
|
|
9
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Base, Action } from "survey-core";
|
|
3
|
-
import { SurveyElementBase } from "../../reactquestion_element";
|
|
4
|
-
interface IActionBarItemProps {
|
|
5
|
-
item: Action;
|
|
6
|
-
}
|
|
7
|
-
export declare class SurveyAction extends SurveyElementBase<IActionBarItemProps, any> {
|
|
8
|
-
get item(): Action;
|
|
9
|
-
protected getStateElement(): Base;
|
|
10
|
-
renderElement(): React.JSX.Element;
|
|
11
|
-
}
|
|
12
|
-
export declare class SurveyActionBarItem extends SurveyElementBase<IActionBarItemProps, any> {
|
|
13
|
-
get item(): Action;
|
|
14
|
-
protected getStateElement(): Base;
|
|
15
|
-
renderElement(): React.JSX.Element;
|
|
16
|
-
renderText(): React.JSX.Element;
|
|
17
|
-
renderButtonContent(): React.JSX.Element;
|
|
18
|
-
renderInnerButton(): React.JSX.Element;
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Base, Action } from "survey-core";
|
|
3
|
+
import { SurveyElementBase } from "../../reactquestion_element";
|
|
4
|
+
interface IActionBarItemProps {
|
|
5
|
+
item: Action;
|
|
6
|
+
}
|
|
7
|
+
export declare class SurveyAction extends SurveyElementBase<IActionBarItemProps, any> {
|
|
8
|
+
get item(): Action;
|
|
9
|
+
protected getStateElement(): Base;
|
|
10
|
+
renderElement(): React.JSX.Element;
|
|
11
|
+
}
|
|
12
|
+
export declare class SurveyActionBarItem extends SurveyElementBase<IActionBarItemProps, any> {
|
|
13
|
+
get item(): Action;
|
|
14
|
+
protected getStateElement(): Base;
|
|
15
|
+
renderElement(): React.JSX.Element;
|
|
16
|
+
renderText(): React.JSX.Element;
|
|
17
|
+
renderButtonContent(): React.JSX.Element;
|
|
18
|
+
renderInnerButton(): React.JSX.Element;
|
|
19
|
+
}
|
|
20
|
+
export {};
|
package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-separator.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare class SurveyActionBarSeparator extends React.Component<any, any> {
|
|
3
|
-
constructor(props: any);
|
|
4
|
-
render(): React.JSX.Element;
|
|
5
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare class SurveyActionBarSeparator extends React.Component<any, any> {
|
|
3
|
+
constructor(props: any);
|
|
4
|
+
render(): React.JSX.Element;
|
|
5
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Base, Action, ActionContainer } from "survey-core";
|
|
3
|
-
import { SurveyElementBase } from "../../reactquestion_element";
|
|
4
|
-
export * from "./action-bar-item-dropdown";
|
|
5
|
-
export * from "./action-bar-separator";
|
|
6
|
-
interface IActionBarProps {
|
|
7
|
-
model: ActionContainer<Action>;
|
|
8
|
-
handleClick?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare class SurveyActionBar extends SurveyElementBase<IActionBarProps, any> {
|
|
11
|
-
private rootRef;
|
|
12
|
-
constructor(props: IActionBarProps);
|
|
13
|
-
private get handleClick();
|
|
14
|
-
get model(): ActionContainer<Action>;
|
|
15
|
-
componentDidMount(): void;
|
|
16
|
-
componentWillUnmount(): void;
|
|
17
|
-
componentDidUpdate(prevProps: IActionBarProps, prevState: any): void;
|
|
18
|
-
protected getStateElement(): Base;
|
|
19
|
-
renderElement(): any;
|
|
20
|
-
renderItems(): React.JSX.Element[];
|
|
21
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Base, Action, ActionContainer } from "survey-core";
|
|
3
|
+
import { SurveyElementBase } from "../../reactquestion_element";
|
|
4
|
+
export * from "./action-bar-item-dropdown";
|
|
5
|
+
export * from "./action-bar-separator";
|
|
6
|
+
interface IActionBarProps {
|
|
7
|
+
model: ActionContainer<Action>;
|
|
8
|
+
handleClick?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare class SurveyActionBar extends SurveyElementBase<IActionBarProps, any> {
|
|
11
|
+
private rootRef;
|
|
12
|
+
constructor(props: IActionBarProps);
|
|
13
|
+
private get handleClick();
|
|
14
|
+
get model(): ActionContainer<Action>;
|
|
15
|
+
componentDidMount(): void;
|
|
16
|
+
componentWillUnmount(): void;
|
|
17
|
+
componentDidUpdate(prevProps: IActionBarProps, prevState: any): void;
|
|
18
|
+
protected getStateElement(): Base;
|
|
19
|
+
renderElement(): any;
|
|
20
|
+
renderItems(): React.JSX.Element[];
|
|
21
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare class BrandInfo extends React.Component<any, any> {
|
|
3
|
-
render(): React.JSX.Element;
|
|
4
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare class BrandInfo extends React.Component<any, any> {
|
|
3
|
+
render(): React.JSX.Element;
|
|
4
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Base, CharacterCounter } from "survey-core";
|
|
3
|
-
import { SurveyElementBase } from "../reactquestion_element";
|
|
4
|
-
export interface ICharacterCounterComponentProps {
|
|
5
|
-
counter: CharacterCounter;
|
|
6
|
-
remainingCharacterCounter: string;
|
|
7
|
-
}
|
|
8
|
-
export declare class CharacterCounterComponent extends SurveyElementBase<ICharacterCounterComponentProps, any> {
|
|
9
|
-
protected getStateElement(): Base;
|
|
10
|
-
renderElement(): React.JSX.Element | null;
|
|
11
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Base, CharacterCounter } from "survey-core";
|
|
3
|
+
import { SurveyElementBase } from "../reactquestion_element";
|
|
4
|
+
export interface ICharacterCounterComponentProps {
|
|
5
|
+
counter: CharacterCounter;
|
|
6
|
+
remainingCharacterCounter: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class CharacterCounterComponent extends SurveyElementBase<ICharacterCounterComponentProps, any> {
|
|
9
|
+
protected getStateElement(): Base;
|
|
10
|
+
renderElement(): React.JSX.Element | null;
|
|
11
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare class ComponentsContainer extends React.Component<any, any> {
|
|
3
|
-
render(): React.JSX.Element | null;
|
|
4
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare class ComponentsContainer extends React.Component<any, any> {
|
|
3
|
+
render(): React.JSX.Element | null;
|
|
4
|
+
}
|