survey-react-ui 1.11.10 → 1.11.11

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.
Files changed (196) hide show
  1. package/package.json +3 -3
  2. package/survey-react-ui.d.ts +1 -1
  3. package/survey-react-ui.js +6419 -8505
  4. package/survey-react-ui.js.map +1 -1
  5. package/survey-react-ui.min.js +2 -2
  6. package/typings/entries/react-ui-model.d.ts +84 -84
  7. package/typings/packages/survey-react-ui/entries/react-ui-model.d.ts +85 -0
  8. package/typings/packages/survey-react-ui/src/boolean-checkbox.d.ts +6 -0
  9. package/typings/packages/survey-react-ui/src/boolean-radio.d.ts +8 -0
  10. package/typings/packages/survey-react-ui/src/boolean.d.ts +17 -0
  11. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item-dropdown.d.ts +8 -0
  12. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item.d.ts +20 -0
  13. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-separator.d.ts +5 -0
  14. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar.d.ts +21 -0
  15. package/typings/packages/survey-react-ui/src/components/brand-info.d.ts +4 -0
  16. package/typings/packages/survey-react-ui/src/components/character-counter.d.ts +11 -0
  17. package/typings/packages/survey-react-ui/src/components/components-container.d.ts +4 -0
  18. package/typings/packages/survey-react-ui/src/components/file/file-choose-button.d.ts +8 -0
  19. package/typings/packages/survey-react-ui/src/components/file/file-preview.d.ts +11 -0
  20. package/typings/packages/survey-react-ui/src/components/header.d.ts +22 -0
  21. package/typings/packages/survey-react-ui/src/components/list/list-item-content.d.ts +14 -0
  22. package/typings/packages/survey-react-ui/src/components/list/list-item-group.d.ts +14 -0
  23. package/typings/packages/survey-react-ui/src/components/list/list-item.d.ts +16 -0
  24. package/typings/packages/survey-react-ui/src/components/list/list.d.ts +23 -0
  25. package/typings/packages/survey-react-ui/src/components/loading-indicator.d.ts +4 -0
  26. package/typings/packages/survey-react-ui/src/components/matrix/row.d.ts +20 -0
  27. package/typings/packages/survey-react-ui/src/components/matrix-actions/detail-button/detail-button.d.ts +12 -0
  28. package/typings/packages/survey-react-ui/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +6 -0
  29. package/typings/packages/survey-react-ui/src/components/matrix-actions/remove-button/remove-button.d.ts +9 -0
  30. package/typings/packages/survey-react-ui/src/components/notifier.d.ts +11 -0
  31. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +12 -0
  32. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +6 -0
  33. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +6 -0
  34. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +5 -0
  35. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +6 -0
  36. package/typings/packages/survey-react-ui/src/components/popup/popup.d.ts +42 -0
  37. package/typings/packages/survey-react-ui/src/components/question-error.d.ts +10 -0
  38. package/typings/packages/survey-react-ui/src/components/rating/rating-dropdown-item.d.ts +12 -0
  39. package/typings/packages/survey-react-ui/src/components/rating/rating-item-smiley.d.ts +5 -0
  40. package/typings/packages/survey-react-ui/src/components/rating/rating-item-star.d.ts +5 -0
  41. package/typings/packages/survey-react-ui/src/components/rating/rating-item.d.ts +22 -0
  42. package/typings/packages/survey-react-ui/src/components/skeleton.d.ts +4 -0
  43. package/typings/packages/survey-react-ui/src/components/survey-actions/survey-nav-button.d.ts +8 -0
  44. package/typings/packages/survey-react-ui/src/components/survey-header/logo-image.d.ts +11 -0
  45. package/typings/packages/survey-react-ui/src/components/survey-header/survey-header.d.ts +17 -0
  46. package/typings/packages/survey-react-ui/src/components/svg-icon/svg-icon.d.ts +9 -0
  47. package/typings/packages/survey-react-ui/src/components/title/title-actions.d.ts +7 -0
  48. package/typings/packages/survey-react-ui/src/components/title/title-content.d.ts +10 -0
  49. package/typings/packages/survey-react-ui/src/components/title/title-element.d.ts +6 -0
  50. package/typings/packages/survey-react-ui/src/custom-widget.d.ts +12 -0
  51. package/typings/packages/survey-react-ui/src/dropdown-base.d.ts +25 -0
  52. package/typings/packages/survey-react-ui/src/dropdown-item.d.ts +13 -0
  53. package/typings/packages/survey-react-ui/src/dropdown-select.d.ts +6 -0
  54. package/typings/packages/survey-react-ui/src/element-factory.d.ts +9 -0
  55. package/typings/packages/survey-react-ui/src/element-header.d.ts +5 -0
  56. package/typings/packages/survey-react-ui/src/element.d.ts +19 -0
  57. package/typings/packages/survey-react-ui/src/flow-panel.d.ts +22 -0
  58. package/typings/packages/survey-react-ui/src/image.d.ts +10 -0
  59. package/typings/packages/survey-react-ui/src/imagepicker.d.ts +25 -0
  60. package/typings/packages/survey-react-ui/src/page.d.ts +11 -0
  61. package/typings/packages/survey-react-ui/src/panel-base.d.ts +25 -0
  62. package/typings/packages/survey-react-ui/src/panel.d.ts +16 -0
  63. package/typings/packages/survey-react-ui/src/progress.d.ts +9 -0
  64. package/typings/packages/survey-react-ui/src/progressButtons.d.ts +19 -0
  65. package/typings/packages/survey-react-ui/src/progressToc.d.ts +5 -0
  66. package/typings/packages/survey-react-ui/src/rating-dropdown.d.ts +8 -0
  67. package/typings/packages/survey-react-ui/src/react-popup-survey.d.ts +24 -0
  68. package/typings/packages/survey-react-ui/src/reactSurvey.d.ts +41 -0
  69. package/typings/packages/survey-react-ui/src/reactSurveyNavigationBase.d.ts +10 -0
  70. package/typings/packages/survey-react-ui/src/reactquestion.d.ts +81 -0
  71. package/typings/packages/survey-react-ui/src/reactquestion_buttongroup.d.ts +23 -0
  72. package/typings/packages/survey-react-ui/src/reactquestion_checkbox.d.ts +33 -0
  73. package/typings/packages/survey-react-ui/src/reactquestion_comment.d.ts +31 -0
  74. package/typings/packages/survey-react-ui/src/reactquestion_custom.d.ts +13 -0
  75. package/typings/packages/survey-react-ui/src/reactquestion_dropdown.d.ts +7 -0
  76. package/typings/packages/survey-react-ui/src/reactquestion_element.d.ts +65 -0
  77. package/typings/packages/survey-react-ui/src/reactquestion_empty.d.ts +8 -0
  78. package/typings/packages/survey-react-ui/src/reactquestion_expression.d.ts +8 -0
  79. package/typings/packages/survey-react-ui/src/reactquestion_factory.d.ts +8 -0
  80. package/typings/packages/survey-react-ui/src/reactquestion_file.d.ts +14 -0
  81. package/typings/packages/survey-react-ui/src/reactquestion_html.d.ts +13 -0
  82. package/typings/packages/survey-react-ui/src/reactquestion_matrix.d.ts +33 -0
  83. package/typings/packages/survey-react-ui/src/reactquestion_matrixdropdown.d.ts +4 -0
  84. package/typings/packages/survey-react-ui/src/reactquestion_matrixdropdownbase.d.ts +29 -0
  85. package/typings/packages/survey-react-ui/src/reactquestion_matrixdynamic.d.ts +20 -0
  86. package/typings/packages/survey-react-ui/src/reactquestion_multipletext.d.ts +22 -0
  87. package/typings/packages/survey-react-ui/src/reactquestion_paneldynamic.d.ts +28 -0
  88. package/typings/packages/survey-react-ui/src/reactquestion_radiogroup.d.ts +32 -0
  89. package/typings/packages/survey-react-ui/src/reactquestion_ranking.d.ts +30 -0
  90. package/typings/packages/survey-react-ui/src/reactquestion_rating.d.ts +10 -0
  91. package/typings/packages/survey-react-ui/src/reactquestion_tagbox.d.ts +10 -0
  92. package/typings/packages/survey-react-ui/src/reactquestion_text.d.ts +11 -0
  93. package/typings/packages/survey-react-ui/src/reactsurveymodel.d.ts +9 -0
  94. package/typings/packages/survey-react-ui/src/reacttimerpanel.d.ts +11 -0
  95. package/typings/packages/survey-react-ui/src/row.d.ts +21 -0
  96. package/typings/packages/survey-react-ui/src/signaturepad.d.ts +11 -0
  97. package/typings/packages/survey-react-ui/src/string-editor.d.ts +11 -0
  98. package/typings/packages/survey-react-ui/src/string-viewer.d.ts +15 -0
  99. package/typings/packages/survey-react-ui/src/svgbundle.d.ts +7 -0
  100. package/typings/packages/survey-react-ui/src/tagbox-filter.d.ts +23 -0
  101. package/typings/packages/survey-react-ui/src/tagbox-item.d.ts +10 -0
  102. package/typings/react/boolean-checkbox.d.ts +6 -6
  103. package/typings/react/boolean-radio.d.ts +8 -8
  104. package/typings/react/boolean.d.ts +17 -17
  105. package/typings/react/components/action-bar/action-bar-item-dropdown.d.ts +8 -8
  106. package/typings/react/components/action-bar/action-bar-item.d.ts +20 -20
  107. package/typings/react/components/action-bar/action-bar-separator.d.ts +5 -5
  108. package/typings/react/components/action-bar/action-bar.d.ts +21 -21
  109. package/typings/react/components/brand-info.d.ts +4 -4
  110. package/typings/react/components/character-counter.d.ts +11 -11
  111. package/typings/react/components/components-container.d.ts +4 -4
  112. package/typings/react/components/file/file-choose-button.d.ts +8 -8
  113. package/typings/react/components/file/file-preview.d.ts +11 -11
  114. package/typings/react/components/header.d.ts +22 -22
  115. package/typings/react/components/list/list-item-content.d.ts +14 -14
  116. package/typings/react/components/list/list-item-group.d.ts +14 -14
  117. package/typings/react/components/list/list-item.d.ts +16 -16
  118. package/typings/react/components/list/list.d.ts +23 -23
  119. package/typings/react/components/loading-indicator.d.ts +4 -4
  120. package/typings/react/components/matrix/row.d.ts +20 -20
  121. package/typings/react/components/matrix-actions/detail-button/detail-button.d.ts +12 -12
  122. package/typings/react/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +6 -6
  123. package/typings/react/components/matrix-actions/remove-button/remove-button.d.ts +9 -9
  124. package/typings/react/components/notifier.d.ts +11 -11
  125. package/typings/react/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +12 -12
  126. package/typings/react/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +6 -6
  127. package/typings/react/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +6 -6
  128. package/typings/react/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +5 -5
  129. package/typings/react/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +6 -6
  130. package/typings/react/components/popup/popup.d.ts +42 -42
  131. package/typings/react/components/question-error.d.ts +10 -10
  132. package/typings/react/components/rating/rating-dropdown-item.d.ts +12 -12
  133. package/typings/react/components/rating/rating-item-smiley.d.ts +5 -5
  134. package/typings/react/components/rating/rating-item-star.d.ts +5 -5
  135. package/typings/react/components/rating/rating-item.d.ts +22 -22
  136. package/typings/react/components/skeleton.d.ts +4 -4
  137. package/typings/react/components/survey-actions/survey-nav-button.d.ts +8 -8
  138. package/typings/react/components/survey-header/logo-image.d.ts +11 -11
  139. package/typings/react/components/survey-header/survey-header.d.ts +17 -17
  140. package/typings/react/components/svg-icon/svg-icon.d.ts +9 -9
  141. package/typings/react/components/title/title-actions.d.ts +7 -7
  142. package/typings/react/components/title/title-content.d.ts +10 -10
  143. package/typings/react/components/title/title-element.d.ts +6 -6
  144. package/typings/react/custom-widget.d.ts +12 -12
  145. package/typings/react/dropdown-base.d.ts +25 -25
  146. package/typings/react/dropdown-item.d.ts +13 -13
  147. package/typings/react/dropdown-select.d.ts +6 -6
  148. package/typings/react/element-factory.d.ts +9 -9
  149. package/typings/react/element-header.d.ts +5 -5
  150. package/typings/react/element.d.ts +19 -19
  151. package/typings/react/flow-panel.d.ts +22 -22
  152. package/typings/react/image.d.ts +10 -10
  153. package/typings/react/imagepicker.d.ts +25 -25
  154. package/typings/react/page.d.ts +11 -11
  155. package/typings/react/panel-base.d.ts +25 -25
  156. package/typings/react/panel.d.ts +16 -16
  157. package/typings/react/progress.d.ts +9 -9
  158. package/typings/react/progressButtons.d.ts +19 -19
  159. package/typings/react/progressToc.d.ts +5 -5
  160. package/typings/react/rating-dropdown.d.ts +8 -8
  161. package/typings/react/react-popup-survey.d.ts +24 -24
  162. package/typings/react/reactSurvey.d.ts +41 -41
  163. package/typings/react/reactSurveyNavigationBase.d.ts +10 -10
  164. package/typings/react/reactquestion.d.ts +81 -81
  165. package/typings/react/reactquestion_buttongroup.d.ts +23 -23
  166. package/typings/react/reactquestion_checkbox.d.ts +33 -33
  167. package/typings/react/reactquestion_comment.d.ts +31 -31
  168. package/typings/react/reactquestion_custom.d.ts +13 -13
  169. package/typings/react/reactquestion_dropdown.d.ts +7 -7
  170. package/typings/react/reactquestion_element.d.ts +65 -65
  171. package/typings/react/reactquestion_empty.d.ts +8 -8
  172. package/typings/react/reactquestion_expression.d.ts +8 -8
  173. package/typings/react/reactquestion_factory.d.ts +8 -8
  174. package/typings/react/reactquestion_file.d.ts +14 -14
  175. package/typings/react/reactquestion_html.d.ts +13 -13
  176. package/typings/react/reactquestion_matrix.d.ts +33 -33
  177. package/typings/react/reactquestion_matrixdropdown.d.ts +4 -4
  178. package/typings/react/reactquestion_matrixdropdownbase.d.ts +29 -29
  179. package/typings/react/reactquestion_matrixdynamic.d.ts +20 -20
  180. package/typings/react/reactquestion_multipletext.d.ts +22 -22
  181. package/typings/react/reactquestion_paneldynamic.d.ts +28 -28
  182. package/typings/react/reactquestion_radiogroup.d.ts +32 -32
  183. package/typings/react/reactquestion_ranking.d.ts +30 -30
  184. package/typings/react/reactquestion_rating.d.ts +10 -10
  185. package/typings/react/reactquestion_tagbox.d.ts +10 -10
  186. package/typings/react/reactquestion_text.d.ts +11 -11
  187. package/typings/react/reactsurveymodel.d.ts +9 -9
  188. package/typings/react/reacttimerpanel.d.ts +11 -11
  189. package/typings/react/row.d.ts +21 -21
  190. package/typings/react/signaturepad.d.ts +11 -11
  191. package/typings/react/string-editor.d.ts +11 -11
  192. package/typings/react/string-viewer.d.ts +15 -15
  193. package/typings/react/svgbundle.d.ts +7 -7
  194. package/typings/react/tagbox-filter.d.ts +23 -23
  195. package/typings/react/tagbox-item.d.ts +10 -10
  196. package/typings/src/entries/react-ui.d.ts +2 -0
@@ -1,84 +1,84 @@
1
- export { Survey, attachKey2click } from "../react/reactSurvey";
2
- export { ReactSurveyElementsWrapper } from "../react/reactsurveymodel";
3
- export { SurveyNavigationBase } from "../react/reactSurveyNavigationBase";
4
- export { SurveyTimerPanel } from "../react/reacttimerpanel";
5
- export { SurveyPage } from "../react/page";
6
- export { SurveyRow } from "../react/row";
7
- export { SurveyPanel } from "../react/panel";
8
- export { SurveyFlowPanel } from "../react/flow-panel";
9
- export { SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ISurveyCreator } from "../react/reactquestion";
10
- export { ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, } from "../react/reactquestion_element";
11
- export { SurveyQuestionCommentItem, SurveyQuestionComment, } from "../react/reactquestion_comment";
12
- export { SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, } from "../react/reactquestion_checkbox";
13
- export { SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent } from "../react/reactquestion_ranking";
14
- export { RatingItem } from "../react/components/rating/rating-item";
15
- export { RatingItemStar } from "../react/components/rating/rating-item-star";
16
- export { RatingItemSmiley } from "../react/components/rating/rating-item-smiley";
17
- export { RatingDropdownItem } from "../react/components/rating/rating-dropdown-item";
18
- export { TagboxFilterString } from "../react/tagbox-filter";
19
- export { SurveyQuestionOptionItem } from "../react/dropdown-item";
20
- export { SurveyQuestionDropdownBase } from "../react/dropdown-base";
21
- export { SurveyQuestionDropdown } from "../react/reactquestion_dropdown";
22
- export { SurveyQuestionTagboxItem } from "../react/tagbox-item";
23
- export { SurveyQuestionTagbox } from "../react/reactquestion_tagbox";
24
- export { SurveyQuestionDropdownSelect } from "../react/dropdown-select";
25
- export { SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionMatrixCell } from "../react/reactquestion_matrix";
26
- export { SurveyQuestionHtml } from "../react/reactquestion_html";
27
- export { SurveyQuestionFile } from "../react/reactquestion_file";
28
- export { SurveyFileChooseButton } from "../react/components/file/file-choose-button";
29
- export { SurveyFilePreview } from "../react/components/file/file-preview";
30
- export { SurveyQuestionMultipleText } from "../react/reactquestion_multipletext";
31
- export { SurveyQuestionRadiogroup, SurveyQuestionRadioItem } from "../react/reactquestion_radiogroup";
32
- export { SurveyQuestionText } from "../react/reactquestion_text";
33
- export { SurveyQuestionBoolean } from "../react/boolean";
34
- export { SurveyQuestionBooleanCheckbox } from "../react/boolean-checkbox";
35
- export { SurveyQuestionBooleanRadio } from "../react/boolean-radio";
36
- export { SurveyQuestionEmpty } from "../react/reactquestion_empty";
37
- export { SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase } from "../react/reactquestion_matrixdropdownbase";
38
- export { SurveyQuestionMatrixDropdown } from "../react/reactquestion_matrixdropdown";
39
- export { SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton } from "../react/reactquestion_matrixdynamic";
40
- export { SurveyQuestionPanelDynamic } from "../react/reactquestion_paneldynamic";
41
- export { SurveyProgress } from "../react/progress";
42
- export { SurveyProgressButtons } from "../react/progressButtons";
43
- export { SurveyProgressToc } from "../react/progressToc";
44
- export { SurveyQuestionRating } from "../react/reactquestion_rating";
45
- export { SurveyQuestionRatingDropdown } from "../react/rating-dropdown";
46
- export { SurveyQuestionExpression } from "../react/reactquestion_expression";
47
- export { PopupSurvey, SurveyWindow } from "../react/react-popup-survey";
48
- export { ReactQuestionFactory } from "../react/reactquestion_factory";
49
- export { ReactElementFactory } from "../react/element-factory";
50
- export { SurveyQuestionImagePicker } from "../react/imagepicker";
51
- export { SurveyQuestionImage } from "../react/image";
52
- export { SurveyQuestionSignaturePad } from "../react/signaturepad";
53
- export { SurveyQuestionButtonGroup } from "../react/reactquestion_buttongroup";
54
- export { SurveyQuestionCustom, SurveyQuestionComposite } from "../react/reactquestion_custom";
55
- export { Popup } from "../react/components/popup/popup";
56
- export { ListItemContent } from "../react/components/list/list-item-content";
57
- export { ListItemGroup } from "../react/components/list/list-item-group";
58
- export { List } from "../react/components/list/list";
59
- export { TitleActions } from "../react/components/title/title-actions";
60
- export { TitleElement } from "../react/components/title/title-element";
61
- export { SurveyActionBar } from "../react/components/action-bar/action-bar";
62
- export { LogoImage } from "../react/components/survey-header/logo-image";
63
- export { SurveyHeader } from "../react/components/survey-header/survey-header";
64
- export { SvgIcon } from "../react/components/svg-icon/svg-icon";
65
- export { SurveyQuestionMatrixDynamicRemoveButton } from "../react/components/matrix-actions/remove-button/remove-button";
66
- export { SurveyQuestionMatrixDetailButton } from "../react/components/matrix-actions/detail-button/detail-button";
67
- export { SurveyQuestionMatrixDynamicDragDropIcon } from "../react/components/matrix-actions/drag-drop-icon/drag-drop-icon";
68
- export { SurveyQuestionPanelDynamicAddButton } from "../react/components/paneldynamic-actions/paneldynamic-add-btn";
69
- export { SurveyQuestionPanelDynamicRemoveButton } from "../react/components/paneldynamic-actions/paneldynamic-remove-btn";
70
- export { SurveyQuestionPanelDynamicPrevButton } from "../react/components/paneldynamic-actions/paneldynamic-prev-btn";
71
- export { SurveyQuestionPanelDynamicNextButton } from "../react/components/paneldynamic-actions/paneldynamic-next-btn";
72
- export { SurveyQuestionPanelDynamicProgressText } from "../react/components/paneldynamic-actions/paneldynamic-progress-text";
73
- export { SurveyNavigationButton } from "../react/components/survey-actions/survey-nav-button";
74
- export { QuestionErrorComponent } from "../react/components/question-error";
75
- export { MatrixRow } from "../react/components/matrix/row";
76
- export { Skeleton } from "../react/components/skeleton";
77
- export { NotifierComponent } from "../react/components/notifier";
78
- export { ComponentsContainer } from "../react/components/components-container";
79
- export { CharacterCounterComponent } from "../react/components/character-counter";
80
- export * from "../react/components/header";
81
- export { SurveyLocStringViewer } from "../react/string-viewer";
82
- export { SurveyLocStringEditor } from "../react/string-editor";
83
- export { LoadingIndicatorComponent } from "../react/components/loading-indicator";
84
- export { SvgBundleComponent } from "../react/svgbundle";
1
+ export { Survey, attachKey2click } from "../react/reactSurvey";
2
+ export { ReactSurveyElementsWrapper } from "../react/reactsurveymodel";
3
+ export { SurveyNavigationBase } from "../react/reactSurveyNavigationBase";
4
+ export { SurveyTimerPanel } from "../react/reacttimerpanel";
5
+ export { SurveyPage } from "../react/page";
6
+ export { SurveyRow } from "../react/row";
7
+ export { SurveyPanel } from "../react/panel";
8
+ export { SurveyFlowPanel } from "../react/flow-panel";
9
+ export { SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ISurveyCreator } from "../react/reactquestion";
10
+ export { ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, } from "../react/reactquestion_element";
11
+ export { SurveyQuestionCommentItem, SurveyQuestionComment, } from "../react/reactquestion_comment";
12
+ export { SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, } from "../react/reactquestion_checkbox";
13
+ export { SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent } from "../react/reactquestion_ranking";
14
+ export { RatingItem } from "../react/components/rating/rating-item";
15
+ export { RatingItemStar } from "../react/components/rating/rating-item-star";
16
+ export { RatingItemSmiley } from "../react/components/rating/rating-item-smiley";
17
+ export { RatingDropdownItem } from "../react/components/rating/rating-dropdown-item";
18
+ export { TagboxFilterString } from "../react/tagbox-filter";
19
+ export { SurveyQuestionOptionItem } from "../react/dropdown-item";
20
+ export { SurveyQuestionDropdownBase } from "../react/dropdown-base";
21
+ export { SurveyQuestionDropdown } from "../react/reactquestion_dropdown";
22
+ export { SurveyQuestionTagboxItem } from "../react/tagbox-item";
23
+ export { SurveyQuestionTagbox } from "../react/reactquestion_tagbox";
24
+ export { SurveyQuestionDropdownSelect } from "../react/dropdown-select";
25
+ export { SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionMatrixCell } from "../react/reactquestion_matrix";
26
+ export { SurveyQuestionHtml } from "../react/reactquestion_html";
27
+ export { SurveyQuestionFile } from "../react/reactquestion_file";
28
+ export { SurveyFileChooseButton } from "../react/components/file/file-choose-button";
29
+ export { SurveyFilePreview } from "../react/components/file/file-preview";
30
+ export { SurveyQuestionMultipleText } from "../react/reactquestion_multipletext";
31
+ export { SurveyQuestionRadiogroup, SurveyQuestionRadioItem } from "../react/reactquestion_radiogroup";
32
+ export { SurveyQuestionText } from "../react/reactquestion_text";
33
+ export { SurveyQuestionBoolean } from "../react/boolean";
34
+ export { SurveyQuestionBooleanCheckbox } from "../react/boolean-checkbox";
35
+ export { SurveyQuestionBooleanRadio } from "../react/boolean-radio";
36
+ export { SurveyQuestionEmpty } from "../react/reactquestion_empty";
37
+ export { SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase } from "../react/reactquestion_matrixdropdownbase";
38
+ export { SurveyQuestionMatrixDropdown } from "../react/reactquestion_matrixdropdown";
39
+ export { SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton } from "../react/reactquestion_matrixdynamic";
40
+ export { SurveyQuestionPanelDynamic } from "../react/reactquestion_paneldynamic";
41
+ export { SurveyProgress } from "../react/progress";
42
+ export { SurveyProgressButtons } from "../react/progressButtons";
43
+ export { SurveyProgressToc } from "../react/progressToc";
44
+ export { SurveyQuestionRating } from "../react/reactquestion_rating";
45
+ export { SurveyQuestionRatingDropdown } from "../react/rating-dropdown";
46
+ export { SurveyQuestionExpression } from "../react/reactquestion_expression";
47
+ export { PopupSurvey, SurveyWindow } from "../react/react-popup-survey";
48
+ export { ReactQuestionFactory } from "../react/reactquestion_factory";
49
+ export { ReactElementFactory } from "../react/element-factory";
50
+ export { SurveyQuestionImagePicker } from "../react/imagepicker";
51
+ export { SurveyQuestionImage } from "../react/image";
52
+ export { SurveyQuestionSignaturePad } from "../react/signaturepad";
53
+ export { SurveyQuestionButtonGroup } from "../react/reactquestion_buttongroup";
54
+ export { SurveyQuestionCustom, SurveyQuestionComposite } from "../react/reactquestion_custom";
55
+ export { Popup } from "../react/components/popup/popup";
56
+ export { ListItemContent } from "../react/components/list/list-item-content";
57
+ export { ListItemGroup } from "../react/components/list/list-item-group";
58
+ export { List } from "../react/components/list/list";
59
+ export { TitleActions } from "../react/components/title/title-actions";
60
+ export { TitleElement } from "../react/components/title/title-element";
61
+ export { SurveyActionBar } from "../react/components/action-bar/action-bar";
62
+ export { LogoImage } from "../react/components/survey-header/logo-image";
63
+ export { SurveyHeader } from "../react/components/survey-header/survey-header";
64
+ export { SvgIcon } from "../react/components/svg-icon/svg-icon";
65
+ export { SurveyQuestionMatrixDynamicRemoveButton } from "../react/components/matrix-actions/remove-button/remove-button";
66
+ export { SurveyQuestionMatrixDetailButton } from "../react/components/matrix-actions/detail-button/detail-button";
67
+ export { SurveyQuestionMatrixDynamicDragDropIcon } from "../react/components/matrix-actions/drag-drop-icon/drag-drop-icon";
68
+ export { SurveyQuestionPanelDynamicAddButton } from "../react/components/paneldynamic-actions/paneldynamic-add-btn";
69
+ export { SurveyQuestionPanelDynamicRemoveButton } from "../react/components/paneldynamic-actions/paneldynamic-remove-btn";
70
+ export { SurveyQuestionPanelDynamicPrevButton } from "../react/components/paneldynamic-actions/paneldynamic-prev-btn";
71
+ export { SurveyQuestionPanelDynamicNextButton } from "../react/components/paneldynamic-actions/paneldynamic-next-btn";
72
+ export { SurveyQuestionPanelDynamicProgressText } from "../react/components/paneldynamic-actions/paneldynamic-progress-text";
73
+ export { SurveyNavigationButton } from "../react/components/survey-actions/survey-nav-button";
74
+ export { QuestionErrorComponent } from "../react/components/question-error";
75
+ export { MatrixRow } from "../react/components/matrix/row";
76
+ export { Skeleton } from "../react/components/skeleton";
77
+ export { NotifierComponent } from "../react/components/notifier";
78
+ export { ComponentsContainer } from "../react/components/components-container";
79
+ export { CharacterCounterComponent } from "../react/components/character-counter";
80
+ export * from "../react/components/header";
81
+ export { SurveyLocStringViewer } from "../react/string-viewer";
82
+ export { SurveyLocStringEditor } from "../react/string-editor";
83
+ export { LoadingIndicatorComponent } from "../react/components/loading-indicator";
84
+ export { SvgBundleComponent } from "../react/svgbundle";
@@ -0,0 +1,85 @@
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";
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { SurveyQuestionBoolean } from "./boolean";
3
+ export declare class SurveyQuestionBooleanCheckbox extends SurveyQuestionBoolean {
4
+ constructor(props: any);
5
+ protected renderElement(): JSX.Element;
6
+ }
@@ -0,0 +1,8 @@
1
+ /// <reference types="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(): JSX.Element;
8
+ }
@@ -0,0 +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(): JSX.Element;
17
+ }
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { SurveyActionBarItem } from "./action-bar-item";
3
+ export declare class SurveyActionBarItemDropdown extends SurveyActionBarItem {
4
+ private viewModel;
5
+ constructor(props: any);
6
+ renderInnerButton(): JSX.Element;
7
+ componentWillUnmount(): void;
8
+ }
@@ -0,0 +1,20 @@
1
+ /// <reference types="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(): JSX.Element;
11
+ }
12
+ export declare class SurveyActionBarItem extends SurveyElementBase<IActionBarItemProps, any> {
13
+ get item(): Action;
14
+ protected getStateElement(): Base;
15
+ renderElement(): JSX.Element;
16
+ renderText(): JSX.Element;
17
+ renderButtonContent(): JSX.Element;
18
+ renderInnerButton(): JSX.Element;
19
+ }
20
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ export declare class SurveyActionBarSeparator extends React.Component<any, any> {
3
+ constructor(props: any);
4
+ render(): JSX.Element;
5
+ }
@@ -0,0 +1,21 @@
1
+ /// <reference types="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(): JSX.Element[];
21
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ export declare class BrandInfo extends React.Component<any, any> {
3
+ render(): JSX.Element;
4
+ }
@@ -0,0 +1,11 @@
1
+ /// <reference types="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(): JSX.Element | null;
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ export declare class ComponentsContainer extends React.Component<any, any> {
3
+ render(): JSX.Element | null;
4
+ }
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { ReactSurveyElement } from "../../reactquestion_element";
3
+ import { QuestionFileModel } from "survey-core";
4
+ export declare class SurveyFileChooseButton extends ReactSurveyElement {
5
+ constructor(props: any);
6
+ protected get question(): QuestionFileModel;
7
+ render(): JSX.Element;
8
+ }
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import { SurveyElementBase } from "../../reactquestion_element";
3
+ import { QuestionFileModel } from "survey-core";
4
+ export declare class SurveyFilePreview extends SurveyElementBase<{
5
+ question: QuestionFileModel;
6
+ }, {}> {
7
+ protected get question(): QuestionFileModel;
8
+ protected renderFileSign(className: string, val: any): JSX.Element | null;
9
+ protected renderElement(): JSX.Element | null;
10
+ protected canRender(): boolean;
11
+ }
@@ -0,0 +1,22 @@
1
+ import React from "react";
2
+ import { Base, SurveyModel, Cover, CoverCell } from "survey-core";
3
+ import { SurveyElementBase } from "../reactquestion_element";
4
+ export interface ILayoutElementProps<T = Base> {
5
+ survey: SurveyModel;
6
+ model: T;
7
+ }
8
+ export declare class HeaderMobile extends React.Component<any, any> {
9
+ get model(): Cover;
10
+ private renderLogoImage;
11
+ render(): JSX.Element | null;
12
+ }
13
+ export declare class HeaderCell extends React.Component<any, any> {
14
+ get model(): CoverCell;
15
+ private renderLogoImage;
16
+ render(): JSX.Element | null;
17
+ }
18
+ export declare class Header extends SurveyElementBase<ILayoutElementProps<Cover>, any> {
19
+ get model(): Cover;
20
+ protected getStateElement(): Base;
21
+ renderElement(): JSX.Element | null;
22
+ }
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { ListModel } from "survey-core";
3
+ import { SurveyElementBase } from "../../reactquestion_element";
4
+ interface IListItemProps {
5
+ model: ListModel;
6
+ item: any;
7
+ }
8
+ export declare class ListItemContent extends SurveyElementBase<IListItemProps, any> {
9
+ get model(): ListModel;
10
+ get item(): any;
11
+ getStateElement(): any;
12
+ render(): JSX.Element | null;
13
+ }
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { ListModel } from "survey-core";
3
+ import { SurveyElementBase } from "../../reactquestion_element";
4
+ interface IListItemProps {
5
+ model: ListModel;
6
+ item: any;
7
+ }
8
+ export declare class ListItemGroup extends SurveyElementBase<IListItemProps, any> {
9
+ get model(): ListModel;
10
+ get item(): any;
11
+ getStateElement(): any;
12
+ render(): JSX.Element | null;
13
+ }
14
+ export {};
@@ -0,0 +1,16 @@
1
+ /// <reference types="react" />
2
+ import { ListModel } from "survey-core";
3
+ import { SurveyElementBase } from "../../reactquestion_element";
4
+ interface IListItemProps {
5
+ model: ListModel;
6
+ item: any;
7
+ }
8
+ export declare class ListItem extends SurveyElementBase<IListItemProps, any> {
9
+ get model(): ListModel;
10
+ get item(): any;
11
+ handleKeydown: (event: any) => void;
12
+ getStateElement(): any;
13
+ render(): JSX.Element | null;
14
+ componentDidMount(): void;
15
+ }
16
+ export {};
@@ -0,0 +1,23 @@
1
+ /// <reference types="react" />
2
+ import { ListModel } from "survey-core";
3
+ import { SurveyElementBase } from "../../reactquestion_element";
4
+ interface IListProps {
5
+ model: ListModel;
6
+ }
7
+ export declare class List extends SurveyElementBase<IListProps, any> {
8
+ private listContainerRef;
9
+ constructor(props: any);
10
+ get model(): ListModel;
11
+ handleKeydown: (event: any) => void;
12
+ handleMouseMove: (event: any) => void;
13
+ getStateElement(): ListModel<import("survey-core").Action>;
14
+ componentDidMount(): void;
15
+ componentDidUpdate(prevProps: any, prevState: any): void;
16
+ componentWillUnmount(): void;
17
+ renderElement(): JSX.Element;
18
+ renderList(): JSX.Element;
19
+ renderItems(): JSX.Element[];
20
+ searchElementContent(): JSX.Element;
21
+ emptyContent(): JSX.Element;
22
+ }
23
+ export {};
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ export declare class LoadingIndicatorComponent extends React.Component<any, any> {
3
+ render(): JSX.Element | null;
4
+ }
@@ -0,0 +1,20 @@
1
+ /// <reference types="react" />
2
+ import { QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownModelBase } from "survey-core";
3
+ import { SurveyElementBase } from "../../reactquestion_element";
4
+ interface IMatrixRowProps {
5
+ model: QuestionMatrixDropdownRenderedRow;
6
+ parentMatrix: QuestionMatrixDropdownModelBase;
7
+ }
8
+ export declare class MatrixRow extends SurveyElementBase<IMatrixRowProps, any> {
9
+ private root;
10
+ constructor(props: IMatrixRowProps);
11
+ get model(): QuestionMatrixDropdownRenderedRow;
12
+ get parentMatrix(): QuestionMatrixDropdownModelBase;
13
+ protected getStateElement(): QuestionMatrixDropdownRenderedRow;
14
+ protected onPointerDownHandler: (event: any) => void;
15
+ componentDidMount(): void;
16
+ componentWillUnmount(): void;
17
+ shouldComponentUpdate(nextProps: any, nextState: any): boolean;
18
+ render(): JSX.Element;
19
+ }
20
+ export {};
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { Action } from "survey-core";
3
+ import { ReactSurveyElement } from "../../../reactquestion_element";
4
+ export declare class SurveyQuestionMatrixDetailButton extends ReactSurveyElement {
5
+ constructor(props: any);
6
+ protected getStateElement(): any;
7
+ get item(): Action;
8
+ private get question();
9
+ private get row();
10
+ handleOnShowHideClick(event: any): void;
11
+ protected renderElement(): JSX.Element;
12
+ }
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { ReactSurveyElement } from "../../../reactquestion_element";
3
+ export declare class SurveyQuestionMatrixDynamicDragDropIcon extends ReactSurveyElement {
4
+ private get question();
5
+ protected renderElement(): JSX.Element;
6
+ }
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { ReactSurveyElement } from "../../../reactquestion_element";
3
+ export declare class SurveyQuestionMatrixDynamicRemoveButton extends ReactSurveyElement {
4
+ constructor(props: any);
5
+ private get question();
6
+ private get row();
7
+ handleOnRowRemoveClick(event: any): void;
8
+ protected renderElement(): JSX.Element;
9
+ }
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import { Base, Notifier } from "survey-core";
3
+ import { SurveyElementBase } from "../reactquestion_element";
4
+ export interface INotifierComponentProps {
5
+ notifier: Notifier;
6
+ }
7
+ export declare class NotifierComponent extends SurveyElementBase<INotifierComponentProps, any> {
8
+ get notifier(): Notifier;
9
+ protected getStateElement(): Base;
10
+ renderElement(): JSX.Element | null;
11
+ }
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { QuestionPanelDynamicModel } from "survey-core";
3
+ import { ReactSurveyElement } from "../../reactquestion_element";
4
+ export declare class SurveyQuestionPanelDynamicAction extends ReactSurveyElement {
5
+ constructor(props: any);
6
+ protected get data(): any;
7
+ protected get question(): QuestionPanelDynamicModel;
8
+ }
9
+ export declare class SurveyQuestionPanelDynamicAddButton extends SurveyQuestionPanelDynamicAction {
10
+ protected handleClick: (event: any) => void;
11
+ protected renderElement(): JSX.Element | null;
12
+ }
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn";
3
+ export declare class SurveyQuestionPanelDynamicNextButton extends SurveyQuestionPanelDynamicAction {
4
+ protected handleClick: (event: any) => void;
5
+ protected renderElement(): JSX.Element;
6
+ }
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn";
3
+ export declare class SurveyQuestionPanelDynamicPrevButton extends SurveyQuestionPanelDynamicAction {
4
+ protected handleClick: (event: any) => void;
5
+ protected renderElement(): JSX.Element;
6
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn";
3
+ export declare class SurveyQuestionPanelDynamicProgressText extends SurveyQuestionPanelDynamicAction {
4
+ protected renderElement(): JSX.Element;
5
+ }
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn";
3
+ export declare class SurveyQuestionPanelDynamicRemoveButton extends SurveyQuestionPanelDynamicAction {
4
+ protected handleClick: (event: any) => void;
5
+ protected renderElement(): JSX.Element;
6
+ }