survey-js-ui 2.0.0-rc.0 → 2.0.0-rc.10

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 (258) hide show
  1. package/fesm/survey-js-ui.js +6074 -0
  2. package/fesm/survey-js-ui.js.map +1 -0
  3. package/index.html +1 -1
  4. package/package.json +3 -2
  5. package/survey-js-ui.js +657 -638
  6. package/survey-js-ui.js.map +1 -1
  7. package/survey-js-ui.min.js +1 -1
  8. package/survey-js-ui.min.js.LICENSE.txt +1 -1
  9. package/typings/survey-react-ui/src/components/action-bar/action-bar-item-dropdown.d.ts +1 -1
  10. package/typings/survey-react-ui/src/components/action-bar/action-bar-item.d.ts +1 -2
  11. package/typings/survey-react-ui/src/components/action-bar/action-bar-separator.d.ts +1 -1
  12. package/typings/survey-react-ui/src/components/action-bar/action-bar.d.ts +1 -1
  13. package/typings/survey-react-ui/src/components/brand-info.d.ts +1 -1
  14. package/typings/survey-react-ui/src/components/character-counter.d.ts +1 -1
  15. package/typings/survey-react-ui/src/components/components-container.d.ts +1 -1
  16. package/typings/survey-react-ui/src/components/file/file-choose-button.d.ts +1 -1
  17. package/typings/survey-react-ui/src/components/file/file-item.d.ts +1 -1
  18. package/typings/survey-react-ui/src/components/file/file-page.d.ts +1 -1
  19. package/typings/survey-react-ui/src/components/file/file-preview.d.ts +1 -1
  20. package/typings/survey-react-ui/src/components/header.d.ts +3 -1
  21. package/typings/survey-react-ui/src/components/list/list-item-content.d.ts +1 -1
  22. package/typings/survey-react-ui/src/components/list/list-item-group.d.ts +1 -1
  23. package/typings/survey-react-ui/src/components/list/list-item.d.ts +1 -1
  24. package/typings/survey-react-ui/src/components/list/list.d.ts +1 -1
  25. package/typings/survey-react-ui/src/components/matrix/row.d.ts +1 -1
  26. package/typings/survey-react-ui/src/components/matrix-actions/detail-button/detail-button.d.ts +1 -1
  27. package/typings/survey-react-ui/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +1 -1
  28. package/typings/survey-react-ui/src/components/matrix-actions/remove-button/remove-button.d.ts +1 -1
  29. package/typings/survey-react-ui/src/components/notifier.d.ts +1 -1
  30. package/typings/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +1 -1
  31. package/typings/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +1 -1
  32. package/typings/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +1 -1
  33. package/typings/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +1 -1
  34. package/typings/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +1 -1
  35. package/typings/survey-react-ui/src/components/popup/popup-modal.d.ts +1 -1
  36. package/typings/survey-react-ui/src/components/popup/popup.d.ts +1 -1
  37. package/typings/survey-react-ui/src/components/question-error.d.ts +1 -1
  38. package/typings/survey-react-ui/src/components/rating/rating-dropdown-item.d.ts +1 -1
  39. package/typings/survey-react-ui/src/components/rating/rating-item-smiley.d.ts +1 -1
  40. package/typings/survey-react-ui/src/components/rating/rating-item-star.d.ts +1 -1
  41. package/typings/survey-react-ui/src/components/rating/rating-item.d.ts +1 -1
  42. package/typings/survey-react-ui/src/components/skeleton.d.ts +1 -1
  43. package/typings/survey-react-ui/src/components/survey-actions/survey-nav-button.d.ts +1 -1
  44. package/typings/survey-react-ui/src/components/survey-header/logo-image.d.ts +1 -1
  45. package/typings/survey-react-ui/src/components/survey-header/survey-header.d.ts +1 -1
  46. package/typings/survey-react-ui/src/components/svg-icon/svg-icon.d.ts +1 -1
  47. package/typings/survey-react-ui/src/components/text-area.d.ts +1 -1
  48. package/typings/survey-react-ui/src/components/title/title-actions.d.ts +1 -1
  49. package/typings/survey-react-ui/src/components/title/title-content.d.ts +1 -1
  50. package/typings/survey-react-ui/src/components/title/title-element.d.ts +1 -1
  51. package/typings/survey-react-ui/src/element-factory.d.ts +0 -1
  52. package/typings/survey-react-ui/src/element-header.d.ts +6 -3
  53. package/typings/survey-react-ui/src/reactquestion_buttongroup.d.ts +1 -1
  54. package/typings/survey-react-ui/src/reactquestion_element.d.ts +3 -0
  55. package/typings/survey-react-ui/src/reactquestion_factory.d.ts +0 -1
  56. package/typings/survey-react-ui/src/reactsurveymodel.d.ts +0 -1
  57. package/typings/survey-react-ui/src/string-editor.d.ts +1 -1
  58. package/typings/survey-react-ui/src/string-viewer.d.ts +1 -1
  59. package/typings/survey-react-ui/src/svgbundle.d.ts +1 -1
  60. package/survey-js-ui.d.ts +0 -2
  61. package/typings/entries/core-export.d.ts +0 -3
  62. package/typings/entries/js-ui.d.ts +0 -7
  63. package/typings/entries/react-ui-model.d.ts +0 -84
  64. package/typings/packages/survey-react-ui/entries/react-ui-model.d.ts +0 -86
  65. package/typings/packages/survey-react-ui/src/boolean-checkbox.d.ts +0 -6
  66. package/typings/packages/survey-react-ui/src/boolean-radio.d.ts +0 -8
  67. package/typings/packages/survey-react-ui/src/boolean.d.ts +0 -17
  68. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item-dropdown.d.ts +0 -9
  69. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item.d.ts +0 -20
  70. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-separator.d.ts +0 -5
  71. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar.d.ts +0 -21
  72. package/typings/packages/survey-react-ui/src/components/brand-info.d.ts +0 -4
  73. package/typings/packages/survey-react-ui/src/components/character-counter.d.ts +0 -11
  74. package/typings/packages/survey-react-ui/src/components/components-container.d.ts +0 -4
  75. package/typings/packages/survey-react-ui/src/components/file/file-choose-button.d.ts +0 -8
  76. package/typings/packages/survey-react-ui/src/components/file/file-item.d.ts +0 -13
  77. package/typings/packages/survey-react-ui/src/components/file/file-page.d.ts +0 -11
  78. package/typings/packages/survey-react-ui/src/components/file/file-preview.d.ts +0 -11
  79. package/typings/packages/survey-react-ui/src/components/header.d.ts +0 -22
  80. package/typings/packages/survey-react-ui/src/components/list/list-item-content.d.ts +0 -14
  81. package/typings/packages/survey-react-ui/src/components/list/list-item-group.d.ts +0 -14
  82. package/typings/packages/survey-react-ui/src/components/list/list-item.d.ts +0 -16
  83. package/typings/packages/survey-react-ui/src/components/list/list.d.ts +0 -23
  84. package/typings/packages/survey-react-ui/src/components/loading-indicator.d.ts +0 -4
  85. package/typings/packages/survey-react-ui/src/components/matrix/row.d.ts +0 -20
  86. package/typings/packages/survey-react-ui/src/components/matrix-actions/detail-button/detail-button.d.ts +0 -12
  87. package/typings/packages/survey-react-ui/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +0 -7
  88. package/typings/packages/survey-react-ui/src/components/matrix-actions/remove-button/remove-button.d.ts +0 -9
  89. package/typings/packages/survey-react-ui/src/components/notifier.d.ts +0 -11
  90. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +0 -12
  91. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +0 -6
  92. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +0 -6
  93. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +0 -5
  94. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +0 -6
  95. package/typings/packages/survey-react-ui/src/components/popup/popup-modal.d.ts +0 -23
  96. package/typings/packages/survey-react-ui/src/components/popup/popup.d.ts +0 -39
  97. package/typings/packages/survey-react-ui/src/components/question-error.d.ts +0 -10
  98. package/typings/packages/survey-react-ui/src/components/rating/rating-dropdown-item.d.ts +0 -12
  99. package/typings/packages/survey-react-ui/src/components/rating/rating-item-smiley.d.ts +0 -5
  100. package/typings/packages/survey-react-ui/src/components/rating/rating-item-star.d.ts +0 -5
  101. package/typings/packages/survey-react-ui/src/components/rating/rating-item.d.ts +0 -22
  102. package/typings/packages/survey-react-ui/src/components/skeleton.d.ts +0 -4
  103. package/typings/packages/survey-react-ui/src/components/survey-actions/survey-nav-button.d.ts +0 -8
  104. package/typings/packages/survey-react-ui/src/components/survey-header/logo-image.d.ts +0 -11
  105. package/typings/packages/survey-react-ui/src/components/survey-header/survey-header.d.ts +0 -17
  106. package/typings/packages/survey-react-ui/src/components/svg-icon/svg-icon.d.ts +0 -9
  107. package/typings/packages/survey-react-ui/src/components/text-area.d.ts +0 -17
  108. package/typings/packages/survey-react-ui/src/components/title/title-actions.d.ts +0 -7
  109. package/typings/packages/survey-react-ui/src/components/title/title-content.d.ts +0 -10
  110. package/typings/packages/survey-react-ui/src/components/title/title-element.d.ts +0 -7
  111. package/typings/packages/survey-react-ui/src/custom-widget.d.ts +0 -12
  112. package/typings/packages/survey-react-ui/src/dropdown-base.d.ts +0 -26
  113. package/typings/packages/survey-react-ui/src/dropdown-item.d.ts +0 -14
  114. package/typings/packages/survey-react-ui/src/dropdown-select.d.ts +0 -6
  115. package/typings/packages/survey-react-ui/src/element-factory.d.ts +0 -9
  116. package/typings/packages/survey-react-ui/src/element-header.d.ts +0 -5
  117. package/typings/packages/survey-react-ui/src/element.d.ts +0 -19
  118. package/typings/packages/survey-react-ui/src/flow-panel.d.ts +0 -22
  119. package/typings/packages/survey-react-ui/src/image.d.ts +0 -10
  120. package/typings/packages/survey-react-ui/src/imagepicker.d.ts +0 -25
  121. package/typings/packages/survey-react-ui/src/page.d.ts +0 -11
  122. package/typings/packages/survey-react-ui/src/panel-base.d.ts +0 -25
  123. package/typings/packages/survey-react-ui/src/panel.d.ts +0 -16
  124. package/typings/packages/survey-react-ui/src/progress.d.ts +0 -9
  125. package/typings/packages/survey-react-ui/src/progressButtons.d.ts +0 -19
  126. package/typings/packages/survey-react-ui/src/progressToc.d.ts +0 -5
  127. package/typings/packages/survey-react-ui/src/rating-dropdown.d.ts +0 -8
  128. package/typings/packages/survey-react-ui/src/react-popup-survey.d.ts +0 -24
  129. package/typings/packages/survey-react-ui/src/reactSurvey.d.ts +0 -41
  130. package/typings/packages/survey-react-ui/src/reactSurveyNavigationBase.d.ts +0 -10
  131. package/typings/packages/survey-react-ui/src/reactquestion.d.ts +0 -82
  132. package/typings/packages/survey-react-ui/src/reactquestion_buttongroup.d.ts +0 -23
  133. package/typings/packages/survey-react-ui/src/reactquestion_checkbox.d.ts +0 -37
  134. package/typings/packages/survey-react-ui/src/reactquestion_comment.d.ts +0 -18
  135. package/typings/packages/survey-react-ui/src/reactquestion_custom.d.ts +0 -13
  136. package/typings/packages/survey-react-ui/src/reactquestion_dropdown.d.ts +0 -7
  137. package/typings/packages/survey-react-ui/src/reactquestion_element.d.ts +0 -67
  138. package/typings/packages/survey-react-ui/src/reactquestion_empty.d.ts +0 -8
  139. package/typings/packages/survey-react-ui/src/reactquestion_expression.d.ts +0 -8
  140. package/typings/packages/survey-react-ui/src/reactquestion_factory.d.ts +0 -8
  141. package/typings/packages/survey-react-ui/src/reactquestion_file.d.ts +0 -14
  142. package/typings/packages/survey-react-ui/src/reactquestion_html.d.ts +0 -13
  143. package/typings/packages/survey-react-ui/src/reactquestion_matrix.d.ts +0 -33
  144. package/typings/packages/survey-react-ui/src/reactquestion_matrixdropdown.d.ts +0 -4
  145. package/typings/packages/survey-react-ui/src/reactquestion_matrixdropdownbase.d.ts +0 -30
  146. package/typings/packages/survey-react-ui/src/reactquestion_matrixdynamic.d.ts +0 -20
  147. package/typings/packages/survey-react-ui/src/reactquestion_multipletext.d.ts +0 -22
  148. package/typings/packages/survey-react-ui/src/reactquestion_paneldynamic.d.ts +0 -28
  149. package/typings/packages/survey-react-ui/src/reactquestion_radiogroup.d.ts +0 -36
  150. package/typings/packages/survey-react-ui/src/reactquestion_ranking.d.ts +0 -30
  151. package/typings/packages/survey-react-ui/src/reactquestion_rating.d.ts +0 -10
  152. package/typings/packages/survey-react-ui/src/reactquestion_tagbox.d.ts +0 -10
  153. package/typings/packages/survey-react-ui/src/reactquestion_text.d.ts +0 -11
  154. package/typings/packages/survey-react-ui/src/reactsurveymodel.d.ts +0 -9
  155. package/typings/packages/survey-react-ui/src/reacttimerpanel.d.ts +0 -11
  156. package/typings/packages/survey-react-ui/src/row.d.ts +0 -21
  157. package/typings/packages/survey-react-ui/src/signaturepad.d.ts +0 -11
  158. package/typings/packages/survey-react-ui/src/string-editor.d.ts +0 -11
  159. package/typings/packages/survey-react-ui/src/string-viewer.d.ts +0 -15
  160. package/typings/packages/survey-react-ui/src/svgbundle.d.ts +0 -9
  161. package/typings/packages/survey-react-ui/src/tagbox-filter.d.ts +0 -23
  162. package/typings/packages/survey-react-ui/src/tagbox-item.d.ts +0 -10
  163. package/typings/react/boolean-checkbox.d.ts +0 -6
  164. package/typings/react/boolean-radio.d.ts +0 -8
  165. package/typings/react/boolean.d.ts +0 -17
  166. package/typings/react/components/action-bar/action-bar-item-dropdown.d.ts +0 -8
  167. package/typings/react/components/action-bar/action-bar-item.d.ts +0 -20
  168. package/typings/react/components/action-bar/action-bar-separator.d.ts +0 -5
  169. package/typings/react/components/action-bar/action-bar.d.ts +0 -21
  170. package/typings/react/components/brand-info.d.ts +0 -4
  171. package/typings/react/components/character-counter.d.ts +0 -11
  172. package/typings/react/components/components-container.d.ts +0 -4
  173. package/typings/react/components/file/file-choose-button.d.ts +0 -8
  174. package/typings/react/components/file/file-preview.d.ts +0 -11
  175. package/typings/react/components/header.d.ts +0 -22
  176. package/typings/react/components/list/list-item-content.d.ts +0 -14
  177. package/typings/react/components/list/list-item-group.d.ts +0 -14
  178. package/typings/react/components/list/list-item.d.ts +0 -16
  179. package/typings/react/components/list/list.d.ts +0 -23
  180. package/typings/react/components/loading-indicator.d.ts +0 -4
  181. package/typings/react/components/matrix/row.d.ts +0 -20
  182. package/typings/react/components/matrix-actions/detail-button/detail-button.d.ts +0 -12
  183. package/typings/react/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +0 -6
  184. package/typings/react/components/matrix-actions/remove-button/remove-button.d.ts +0 -9
  185. package/typings/react/components/notifier.d.ts +0 -11
  186. package/typings/react/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +0 -12
  187. package/typings/react/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +0 -6
  188. package/typings/react/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +0 -6
  189. package/typings/react/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +0 -5
  190. package/typings/react/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +0 -6
  191. package/typings/react/components/popup/popup.d.ts +0 -42
  192. package/typings/react/components/question-error.d.ts +0 -10
  193. package/typings/react/components/rating/rating-dropdown-item.d.ts +0 -12
  194. package/typings/react/components/rating/rating-item-smiley.d.ts +0 -5
  195. package/typings/react/components/rating/rating-item-star.d.ts +0 -5
  196. package/typings/react/components/rating/rating-item.d.ts +0 -22
  197. package/typings/react/components/skeleton.d.ts +0 -4
  198. package/typings/react/components/survey-actions/survey-nav-button.d.ts +0 -8
  199. package/typings/react/components/survey-header/logo-image.d.ts +0 -11
  200. package/typings/react/components/survey-header/survey-header.d.ts +0 -17
  201. package/typings/react/components/svg-icon/svg-icon.d.ts +0 -9
  202. package/typings/react/components/title/title-actions.d.ts +0 -7
  203. package/typings/react/components/title/title-content.d.ts +0 -10
  204. package/typings/react/components/title/title-element.d.ts +0 -6
  205. package/typings/react/custom-widget.d.ts +0 -12
  206. package/typings/react/dropdown-base.d.ts +0 -25
  207. package/typings/react/dropdown-item.d.ts +0 -13
  208. package/typings/react/dropdown-select.d.ts +0 -6
  209. package/typings/react/element-factory.d.ts +0 -9
  210. package/typings/react/element-header.d.ts +0 -5
  211. package/typings/react/element.d.ts +0 -19
  212. package/typings/react/flow-panel.d.ts +0 -22
  213. package/typings/react/image.d.ts +0 -10
  214. package/typings/react/imagepicker.d.ts +0 -25
  215. package/typings/react/page.d.ts +0 -11
  216. package/typings/react/panel-base.d.ts +0 -25
  217. package/typings/react/panel.d.ts +0 -16
  218. package/typings/react/progress.d.ts +0 -9
  219. package/typings/react/progressButtons.d.ts +0 -19
  220. package/typings/react/progressToc.d.ts +0 -5
  221. package/typings/react/rating-dropdown.d.ts +0 -8
  222. package/typings/react/react-popup-survey.d.ts +0 -24
  223. package/typings/react/reactSurvey.d.ts +0 -41
  224. package/typings/react/reactSurveyNavigationBase.d.ts +0 -10
  225. package/typings/react/reactquestion.d.ts +0 -81
  226. package/typings/react/reactquestion_buttongroup.d.ts +0 -23
  227. package/typings/react/reactquestion_checkbox.d.ts +0 -33
  228. package/typings/react/reactquestion_comment.d.ts +0 -31
  229. package/typings/react/reactquestion_custom.d.ts +0 -13
  230. package/typings/react/reactquestion_dropdown.d.ts +0 -7
  231. package/typings/react/reactquestion_element.d.ts +0 -65
  232. package/typings/react/reactquestion_empty.d.ts +0 -8
  233. package/typings/react/reactquestion_expression.d.ts +0 -8
  234. package/typings/react/reactquestion_factory.d.ts +0 -8
  235. package/typings/react/reactquestion_file.d.ts +0 -14
  236. package/typings/react/reactquestion_html.d.ts +0 -13
  237. package/typings/react/reactquestion_matrix.d.ts +0 -33
  238. package/typings/react/reactquestion_matrixdropdown.d.ts +0 -4
  239. package/typings/react/reactquestion_matrixdropdownbase.d.ts +0 -29
  240. package/typings/react/reactquestion_matrixdynamic.d.ts +0 -20
  241. package/typings/react/reactquestion_multipletext.d.ts +0 -22
  242. package/typings/react/reactquestion_paneldynamic.d.ts +0 -28
  243. package/typings/react/reactquestion_radiogroup.d.ts +0 -32
  244. package/typings/react/reactquestion_ranking.d.ts +0 -30
  245. package/typings/react/reactquestion_rating.d.ts +0 -10
  246. package/typings/react/reactquestion_tagbox.d.ts +0 -10
  247. package/typings/react/reactquestion_text.d.ts +0 -11
  248. package/typings/react/reactsurveymodel.d.ts +0 -9
  249. package/typings/react/reacttimerpanel.d.ts +0 -11
  250. package/typings/react/row.d.ts +0 -21
  251. package/typings/react/signaturepad.d.ts +0 -11
  252. package/typings/react/string-editor.d.ts +0 -11
  253. package/typings/react/string-viewer.d.ts +0 -15
  254. package/typings/react/svgbundle.d.ts +0 -7
  255. package/typings/react/tagbox-filter.d.ts +0 -23
  256. package/typings/react/tagbox-item.d.ts +0 -10
  257. package/typings/src/entries/core-export.d.ts +0 -3
  258. package/typings/src/entries/js-ui.d.ts +0 -8
package/survey-js-ui.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v2.0.0-rc.0
2
+ * surveyjs - Survey JavaScript library v2.0.0-rc.10
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -23,7 +23,7 @@ return /******/ (() => { // webpackBootstrap
23
23
  /***/ (function(module) {
24
24
 
25
25
  /*!
26
- * surveyjs - Survey JavaScript library v2.0.0-rc.0
26
+ * surveyjs - Survey JavaScript library v2.0.0-rc.10
27
27
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
28
28
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
29
29
  */
@@ -35,6 +35,96 @@ return /******/ (() => { // webpackBootstrap
35
35
  return /******/ (() => { // webpackBootstrap
36
36
  /******/ var __webpack_modules__ = ({
37
37
 
38
+ /***/ "./src/images-v1 sync recursive \\.svg$":
39
+ /*!************************************!*\
40
+ !*** ./src/images-v1/ sync \.svg$ ***!
41
+ \************************************/
42
+ /***/ ((module, __unused_webpack_exports, __nested_webpack_require_875__) => {
43
+
44
+ var map = {
45
+ "./ModernBooleanCheckChecked.svg": "./src/images-v1/ModernBooleanCheckChecked.svg",
46
+ "./ModernBooleanCheckInd.svg": "./src/images-v1/ModernBooleanCheckInd.svg",
47
+ "./ModernBooleanCheckUnchecked.svg": "./src/images-v1/ModernBooleanCheckUnchecked.svg",
48
+ "./ModernCheck.svg": "./src/images-v1/ModernCheck.svg",
49
+ "./ModernRadio.svg": "./src/images-v1/ModernRadio.svg",
50
+ "./ProgressButton.svg": "./src/images-v1/ProgressButton.svg",
51
+ "./RemoveFile.svg": "./src/images-v1/RemoveFile.svg",
52
+ "./TimerCircle.svg": "./src/images-v1/TimerCircle.svg",
53
+ "./add-24x24.svg": "./src/images-v1/add-24x24.svg",
54
+ "./arrowleft-16x16.svg": "./src/images-v1/arrowleft-16x16.svg",
55
+ "./arrowright-16x16.svg": "./src/images-v1/arrowright-16x16.svg",
56
+ "./camera-24x24.svg": "./src/images-v1/camera-24x24.svg",
57
+ "./camera-32x32.svg": "./src/images-v1/camera-32x32.svg",
58
+ "./cancel-24x24.svg": "./src/images-v1/cancel-24x24.svg",
59
+ "./check-16x16.svg": "./src/images-v1/check-16x16.svg",
60
+ "./check-24x24.svg": "./src/images-v1/check-24x24.svg",
61
+ "./chevrondown-24x24.svg": "./src/images-v1/chevrondown-24x24.svg",
62
+ "./chevronright-16x16.svg": "./src/images-v1/chevronright-16x16.svg",
63
+ "./clear-16x16.svg": "./src/images-v1/clear-16x16.svg",
64
+ "./clear-24x24.svg": "./src/images-v1/clear-24x24.svg",
65
+ "./close-16x16.svg": "./src/images-v1/close-16x16.svg",
66
+ "./close-24x24.svg": "./src/images-v1/close-24x24.svg",
67
+ "./collapse-16x16.svg": "./src/images-v1/collapse-16x16.svg",
68
+ "./collapsedetails-16x16.svg": "./src/images-v1/collapsedetails-16x16.svg",
69
+ "./delete-24x24.svg": "./src/images-v1/delete-24x24.svg",
70
+ "./drag-24x24.svg": "./src/images-v1/drag-24x24.svg",
71
+ "./draghorizontal-24x16.svg": "./src/images-v1/draghorizontal-24x16.svg",
72
+ "./expand-16x16.svg": "./src/images-v1/expand-16x16.svg",
73
+ "./expanddetails-16x16.svg": "./src/images-v1/expanddetails-16x16.svg",
74
+ "./file-72x72.svg": "./src/images-v1/file-72x72.svg",
75
+ "./flip-24x24.svg": "./src/images-v1/flip-24x24.svg",
76
+ "./folder-24x24.svg": "./src/images-v1/folder-24x24.svg",
77
+ "./fullsize-16x16.svg": "./src/images-v1/fullsize-16x16.svg",
78
+ "./image-48x48.svg": "./src/images-v1/image-48x48.svg",
79
+ "./loading-48x48.svg": "./src/images-v1/loading-48x48.svg",
80
+ "./maximize-16x16.svg": "./src/images-v1/maximize-16x16.svg",
81
+ "./minimize-16x16.svg": "./src/images-v1/minimize-16x16.svg",
82
+ "./more-24x24.svg": "./src/images-v1/more-24x24.svg",
83
+ "./navmenu-24x24.svg": "./src/images-v1/navmenu-24x24.svg",
84
+ "./noimage-48x48.svg": "./src/images-v1/noimage-48x48.svg",
85
+ "./ranking-arrows.svg": "./src/images-v1/ranking-arrows.svg",
86
+ "./rankingundefined-16x16.svg": "./src/images-v1/rankingundefined-16x16.svg",
87
+ "./rating-star-2.svg": "./src/images-v1/rating-star-2.svg",
88
+ "./rating-star-small-2.svg": "./src/images-v1/rating-star-small-2.svg",
89
+ "./rating-star-small.svg": "./src/images-v1/rating-star-small.svg",
90
+ "./rating-star.svg": "./src/images-v1/rating-star.svg",
91
+ "./reorder-24x24.svg": "./src/images-v1/reorder-24x24.svg",
92
+ "./restoredown-16x16.svg": "./src/images-v1/restoredown-16x16.svg",
93
+ "./search-24x24.svg": "./src/images-v1/search-24x24.svg",
94
+ "./smiley-rate1-24x24.svg": "./src/images-v1/smiley-rate1-24x24.svg",
95
+ "./smiley-rate10-24x24.svg": "./src/images-v1/smiley-rate10-24x24.svg",
96
+ "./smiley-rate2-24x24.svg": "./src/images-v1/smiley-rate2-24x24.svg",
97
+ "./smiley-rate3-24x24.svg": "./src/images-v1/smiley-rate3-24x24.svg",
98
+ "./smiley-rate4-24x24.svg": "./src/images-v1/smiley-rate4-24x24.svg",
99
+ "./smiley-rate5-24x24.svg": "./src/images-v1/smiley-rate5-24x24.svg",
100
+ "./smiley-rate6-24x24.svg": "./src/images-v1/smiley-rate6-24x24.svg",
101
+ "./smiley-rate7-24x24.svg": "./src/images-v1/smiley-rate7-24x24.svg",
102
+ "./smiley-rate8-24x24.svg": "./src/images-v1/smiley-rate8-24x24.svg",
103
+ "./smiley-rate9-24x24.svg": "./src/images-v1/smiley-rate9-24x24.svg"
104
+ };
105
+
106
+
107
+ function webpackContext(req) {
108
+ var id = webpackContextResolve(req);
109
+ return __nested_webpack_require_875__(id);
110
+ }
111
+ function webpackContextResolve(req) {
112
+ if(!__nested_webpack_require_875__.o(map, req)) {
113
+ var e = new Error("Cannot find module '" + req + "'");
114
+ e.code = 'MODULE_NOT_FOUND';
115
+ throw e;
116
+ }
117
+ return map[req];
118
+ }
119
+ webpackContext.keys = function webpackContextKeys() {
120
+ return Object.keys(map);
121
+ };
122
+ webpackContext.resolve = webpackContextResolve;
123
+ module.exports = webpackContext;
124
+ webpackContext.id = "./src/images-v1 sync recursive \\.svg$";
125
+
126
+ /***/ }),
127
+
38
128
  /***/ "./src/images-v1/ModernBooleanCheckChecked.svg":
39
129
  /*!*****************************************************!*\
40
130
  !*** ./src/images-v1/ModernBooleanCheckChecked.svg ***!
@@ -381,7 +471,7 @@ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\
381
471
  \*****************************************/
382
472
  /***/ ((module) => {
383
473
 
384
- module.exports = "<svg viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_19679_369428)\"><path opacity=\"0.1\" d=\"M24 40C15.18 40 8 32.82 8 24C8 15.18 15.18 8 24 8C32.82 8 40 15.18 40 24C40 32.82 32.82 40 24 40ZM24 12C17.38 12 12 17.38 12 24C12 30.62 17.38 36 24 36C30.62 36 36 30.62 36 24C36 17.38 30.62 12 24 12Z\" fill=\"black\" fill-opacity=\"0.91\"></path><path d=\"M10 26C8.9 26 8 25.1 8 24C8 15.18 15.18 8 24 8C25.1 8 26 8.9 26 10C26 11.1 25.1 12 24 12C17.38 12 12 17.38 12 24C12 25.1 11.1 26 10 26Z\" fill=\"#19B394\"></path></g><defs><clipPath id=\"clip0_19679_369428\"><rect width=\"32\" height=\"32\" fill=\"white\" transform=\"translate(8 8)\"></rect></clipPath></defs></svg>"
474
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_19679_369428)\"><path opacity=\"0.1\" d=\"M24 40C15.18 40 8 32.82 8 24C8 15.18 15.18 8 24 8C32.82 8 40 15.18 40 24C40 32.82 32.82 40 24 40ZM24 12C17.38 12 12 17.38 12 24C12 30.62 17.38 36 24 36C30.62 36 36 30.62 36 24C36 17.38 30.62 12 24 12Z\" fill=\"black\" fill-opacity=\"0.91\"></path><path d=\"M10 26C8.9 26 8 25.1 8 24C8 15.18 15.18 8 24 8C25.1 8 26 8.9 26 10C26 11.1 25.1 12 24 12C17.38 12 12 17.38 12 24C12 25.1 11.1 26 10 26Z\"></path></g><defs><clipPath id=\"clip0_19679_369428\"><rect width=\"32\" height=\"32\" fill=\"white\" transform=\"translate(8 8)\"></rect></clipPath></defs></svg>"
385
475
 
386
476
  /***/ }),
387
477
 
@@ -623,96 +713,6 @@ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\
623
713
 
624
714
  module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85767 24 1.15509 20.96 0.0145752 14.16C-0.0354475 13.87 0.0445888 13.57 0.234675 13.35C0.424761 13.13 0.704888 13 0.995019 13H23.005C23.2951 13 23.5752 13.13 23.7653 13.35C23.9554 13.57 24.0354 13.87 23.9854 14.16C22.8549 20.95 17.1423 24 11.99 24H12.01ZM2.25559 15C3.61621 19.82 8.0182 22 12.01 22C16.0018 22 20.4038 19.82 21.7644 15H2.25559ZM8.00819 6V2C8.00819 1.45 7.55799 1 7.00774 1C6.45749 1 6.00729 1.45 6.00729 2V6C6.00729 6.55 6.45749 7 7.00774 7C7.55799 7 8.00819 6.55 8.00819 6ZM18.0127 6V2C18.0127 1.45 17.5625 1 17.0123 1C16.462 1 16.0118 1.45 16.0118 2V6C16.0118 6.55 16.462 7 17.0123 7C17.5625 7 18.0127 6.55 18.0127 6Z\"></path></svg>"
625
715
 
626
- /***/ }),
627
-
628
- /***/ "./src/images-v1 sync recursive \\.svg$":
629
- /*!************************************!*\
630
- !*** ./src/images-v1/ sync \.svg$ ***!
631
- \************************************/
632
- /***/ ((module, __unused_webpack_exports, __nested_webpack_require_45372__) => {
633
-
634
- var map = {
635
- "./ModernBooleanCheckChecked.svg": "./src/images-v1/ModernBooleanCheckChecked.svg",
636
- "./ModernBooleanCheckInd.svg": "./src/images-v1/ModernBooleanCheckInd.svg",
637
- "./ModernBooleanCheckUnchecked.svg": "./src/images-v1/ModernBooleanCheckUnchecked.svg",
638
- "./ModernCheck.svg": "./src/images-v1/ModernCheck.svg",
639
- "./ModernRadio.svg": "./src/images-v1/ModernRadio.svg",
640
- "./ProgressButton.svg": "./src/images-v1/ProgressButton.svg",
641
- "./RemoveFile.svg": "./src/images-v1/RemoveFile.svg",
642
- "./TimerCircle.svg": "./src/images-v1/TimerCircle.svg",
643
- "./add-24x24.svg": "./src/images-v1/add-24x24.svg",
644
- "./arrowleft-16x16.svg": "./src/images-v1/arrowleft-16x16.svg",
645
- "./arrowright-16x16.svg": "./src/images-v1/arrowright-16x16.svg",
646
- "./camera-24x24.svg": "./src/images-v1/camera-24x24.svg",
647
- "./camera-32x32.svg": "./src/images-v1/camera-32x32.svg",
648
- "./cancel-24x24.svg": "./src/images-v1/cancel-24x24.svg",
649
- "./check-16x16.svg": "./src/images-v1/check-16x16.svg",
650
- "./check-24x24.svg": "./src/images-v1/check-24x24.svg",
651
- "./chevrondown-24x24.svg": "./src/images-v1/chevrondown-24x24.svg",
652
- "./chevronright-16x16.svg": "./src/images-v1/chevronright-16x16.svg",
653
- "./clear-16x16.svg": "./src/images-v1/clear-16x16.svg",
654
- "./clear-24x24.svg": "./src/images-v1/clear-24x24.svg",
655
- "./close-16x16.svg": "./src/images-v1/close-16x16.svg",
656
- "./close-24x24.svg": "./src/images-v1/close-24x24.svg",
657
- "./collapse-16x16.svg": "./src/images-v1/collapse-16x16.svg",
658
- "./collapsedetails-16x16.svg": "./src/images-v1/collapsedetails-16x16.svg",
659
- "./delete-24x24.svg": "./src/images-v1/delete-24x24.svg",
660
- "./drag-24x24.svg": "./src/images-v1/drag-24x24.svg",
661
- "./draghorizontal-24x16.svg": "./src/images-v1/draghorizontal-24x16.svg",
662
- "./expand-16x16.svg": "./src/images-v1/expand-16x16.svg",
663
- "./expanddetails-16x16.svg": "./src/images-v1/expanddetails-16x16.svg",
664
- "./file-72x72.svg": "./src/images-v1/file-72x72.svg",
665
- "./flip-24x24.svg": "./src/images-v1/flip-24x24.svg",
666
- "./folder-24x24.svg": "./src/images-v1/folder-24x24.svg",
667
- "./fullsize-16x16.svg": "./src/images-v1/fullsize-16x16.svg",
668
- "./image-48x48.svg": "./src/images-v1/image-48x48.svg",
669
- "./loading-48x48.svg": "./src/images-v1/loading-48x48.svg",
670
- "./maximize-16x16.svg": "./src/images-v1/maximize-16x16.svg",
671
- "./minimize-16x16.svg": "./src/images-v1/minimize-16x16.svg",
672
- "./more-24x24.svg": "./src/images-v1/more-24x24.svg",
673
- "./navmenu-24x24.svg": "./src/images-v1/navmenu-24x24.svg",
674
- "./noimage-48x48.svg": "./src/images-v1/noimage-48x48.svg",
675
- "./ranking-arrows.svg": "./src/images-v1/ranking-arrows.svg",
676
- "./rankingundefined-16x16.svg": "./src/images-v1/rankingundefined-16x16.svg",
677
- "./rating-star-2.svg": "./src/images-v1/rating-star-2.svg",
678
- "./rating-star-small-2.svg": "./src/images-v1/rating-star-small-2.svg",
679
- "./rating-star-small.svg": "./src/images-v1/rating-star-small.svg",
680
- "./rating-star.svg": "./src/images-v1/rating-star.svg",
681
- "./reorder-24x24.svg": "./src/images-v1/reorder-24x24.svg",
682
- "./restoredown-16x16.svg": "./src/images-v1/restoredown-16x16.svg",
683
- "./search-24x24.svg": "./src/images-v1/search-24x24.svg",
684
- "./smiley-rate1-24x24.svg": "./src/images-v1/smiley-rate1-24x24.svg",
685
- "./smiley-rate10-24x24.svg": "./src/images-v1/smiley-rate10-24x24.svg",
686
- "./smiley-rate2-24x24.svg": "./src/images-v1/smiley-rate2-24x24.svg",
687
- "./smiley-rate3-24x24.svg": "./src/images-v1/smiley-rate3-24x24.svg",
688
- "./smiley-rate4-24x24.svg": "./src/images-v1/smiley-rate4-24x24.svg",
689
- "./smiley-rate5-24x24.svg": "./src/images-v1/smiley-rate5-24x24.svg",
690
- "./smiley-rate6-24x24.svg": "./src/images-v1/smiley-rate6-24x24.svg",
691
- "./smiley-rate7-24x24.svg": "./src/images-v1/smiley-rate7-24x24.svg",
692
- "./smiley-rate8-24x24.svg": "./src/images-v1/smiley-rate8-24x24.svg",
693
- "./smiley-rate9-24x24.svg": "./src/images-v1/smiley-rate9-24x24.svg"
694
- };
695
-
696
-
697
- function webpackContext(req) {
698
- var id = webpackContextResolve(req);
699
- return __nested_webpack_require_45372__(id);
700
- }
701
- function webpackContextResolve(req) {
702
- if(!__nested_webpack_require_45372__.o(map, req)) {
703
- var e = new Error("Cannot find module '" + req + "'");
704
- e.code = 'MODULE_NOT_FOUND';
705
- throw e;
706
- }
707
- return map[req];
708
- }
709
- webpackContext.keys = function webpackContextKeys() {
710
- return Object.keys(map);
711
- };
712
- webpackContext.resolve = webpackContextResolve;
713
- module.exports = webpackContext;
714
- webpackContext.id = "./src/images-v1 sync recursive \\.svg$";
715
-
716
716
  /***/ })
717
717
 
718
718
  /******/ });
@@ -721,7 +721,7 @@ webpackContext.id = "./src/images-v1 sync recursive \\.svg$";
721
721
  /******/ var __webpack_module_cache__ = {};
722
722
  /******/
723
723
  /******/ // The require function
724
- /******/ function __nested_webpack_require_49976__(moduleId) {
724
+ /******/ function __nested_webpack_require_49958__(moduleId) {
725
725
  /******/ // Check if module is in cache
726
726
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
727
727
  /******/ if (cachedModule !== undefined) {
@@ -735,7 +735,7 @@ webpackContext.id = "./src/images-v1 sync recursive \\.svg$";
735
735
  /******/ };
736
736
  /******/
737
737
  /******/ // Execute the module function
738
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_49976__);
738
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_49958__);
739
739
  /******/
740
740
  /******/ // Return the exports of the module
741
741
  /******/ return module.exports;
@@ -745,9 +745,9 @@ webpackContext.id = "./src/images-v1 sync recursive \\.svg$";
745
745
  /******/ /* webpack/runtime/define property getters */
746
746
  /******/ (() => {
747
747
  /******/ // define getter functions for harmony exports
748
- /******/ __nested_webpack_require_49976__.d = (exports, definition) => {
748
+ /******/ __nested_webpack_require_49958__.d = (exports, definition) => {
749
749
  /******/ for(var key in definition) {
750
- /******/ if(__nested_webpack_require_49976__.o(definition, key) && !__nested_webpack_require_49976__.o(exports, key)) {
750
+ /******/ if(__nested_webpack_require_49958__.o(definition, key) && !__nested_webpack_require_49958__.o(exports, key)) {
751
751
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
752
752
  /******/ }
753
753
  /******/ }
@@ -756,13 +756,13 @@ webpackContext.id = "./src/images-v1 sync recursive \\.svg$";
756
756
  /******/
757
757
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
758
758
  /******/ (() => {
759
- /******/ __nested_webpack_require_49976__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
759
+ /******/ __nested_webpack_require_49958__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
760
760
  /******/ })();
761
761
  /******/
762
762
  /******/ /* webpack/runtime/make namespace object */
763
763
  /******/ (() => {
764
764
  /******/ // define __esModule on exports
765
- /******/ __nested_webpack_require_49976__.r = (exports) => {
765
+ /******/ __nested_webpack_require_49958__.r = (exports) => {
766
766
  /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
767
767
  /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
768
768
  /******/ }
@@ -778,11 +778,13 @@ var __nested_webpack_exports__ = {};
778
778
  /*!************************!*\
779
779
  !*** ./src/iconsV1.ts ***!
780
780
  \************************/
781
- __nested_webpack_require_49976__.r(__nested_webpack_exports__);
782
- /* harmony export */ __nested_webpack_require_49976__.d(__nested_webpack_exports__, {
781
+ __nested_webpack_require_49958__.r(__nested_webpack_exports__);
782
+ /* harmony export */ __nested_webpack_require_49958__.d(__nested_webpack_exports__, {
783
783
  /* harmony export */ icons: () => (/* binding */ icons)
784
784
  /* harmony export */ });
785
- var path = __nested_webpack_require_49976__("./src/images-v1 sync recursive \\.svg$");
785
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
786
+ //@ts-ignore
787
+ var path = __nested_webpack_require_49958__("./src/images-v1 sync recursive \\.svg$");
786
788
  var icons = {};
787
789
  path.keys().forEach(function (key) {
788
790
  icons[key.substring(2, key.length - 4).toLowerCase()] = path(key);
@@ -806,7 +808,7 @@ path.keys().forEach(function (key) {
806
808
  /***/ (function(module) {
807
809
 
808
810
  /*!
809
- * surveyjs - Survey JavaScript library v2.0.0-rc.0
811
+ * surveyjs - Survey JavaScript library v2.0.0-rc.10
810
812
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
811
813
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
812
814
  */
@@ -818,6 +820,96 @@ path.keys().forEach(function (key) {
818
820
  return /******/ (() => { // webpackBootstrap
819
821
  /******/ var __webpack_modules__ = ({
820
822
 
823
+ /***/ "./src/images-v2 sync recursive \\.svg$":
824
+ /*!************************************!*\
825
+ !*** ./src/images-v2/ sync \.svg$ ***!
826
+ \************************************/
827
+ /***/ ((module, __unused_webpack_exports, __nested_webpack_require_875__) => {
828
+
829
+ var map = {
830
+ "./ModernBooleanCheckChecked.svg": "./src/images-v2/ModernBooleanCheckChecked.svg",
831
+ "./ModernBooleanCheckInd.svg": "./src/images-v2/ModernBooleanCheckInd.svg",
832
+ "./ModernBooleanCheckUnchecked.svg": "./src/images-v2/ModernBooleanCheckUnchecked.svg",
833
+ "./ModernCheck.svg": "./src/images-v2/ModernCheck.svg",
834
+ "./ModernRadio.svg": "./src/images-v2/ModernRadio.svg",
835
+ "./ProgressButton.svg": "./src/images-v2/ProgressButton.svg",
836
+ "./RemoveFile.svg": "./src/images-v2/RemoveFile.svg",
837
+ "./TimerCircle.svg": "./src/images-v2/TimerCircle.svg",
838
+ "./add-24x24.svg": "./src/images-v2/add-24x24.svg",
839
+ "./arrowleft-16x16.svg": "./src/images-v2/arrowleft-16x16.svg",
840
+ "./arrowright-16x16.svg": "./src/images-v2/arrowright-16x16.svg",
841
+ "./camera-24x24.svg": "./src/images-v2/camera-24x24.svg",
842
+ "./camera-32x32.svg": "./src/images-v2/camera-32x32.svg",
843
+ "./cancel-24x24.svg": "./src/images-v2/cancel-24x24.svg",
844
+ "./check-16x16.svg": "./src/images-v2/check-16x16.svg",
845
+ "./check-24x24.svg": "./src/images-v2/check-24x24.svg",
846
+ "./chevrondown-24x24.svg": "./src/images-v2/chevrondown-24x24.svg",
847
+ "./chevronright-16x16.svg": "./src/images-v2/chevronright-16x16.svg",
848
+ "./clear-16x16.svg": "./src/images-v2/clear-16x16.svg",
849
+ "./clear-24x24.svg": "./src/images-v2/clear-24x24.svg",
850
+ "./close-16x16.svg": "./src/images-v2/close-16x16.svg",
851
+ "./close-24x24.svg": "./src/images-v2/close-24x24.svg",
852
+ "./collapse-16x16.svg": "./src/images-v2/collapse-16x16.svg",
853
+ "./collapsedetails-16x16.svg": "./src/images-v2/collapsedetails-16x16.svg",
854
+ "./delete-24x24.svg": "./src/images-v2/delete-24x24.svg",
855
+ "./drag-24x24.svg": "./src/images-v2/drag-24x24.svg",
856
+ "./draghorizontal-24x16.svg": "./src/images-v2/draghorizontal-24x16.svg",
857
+ "./expand-16x16.svg": "./src/images-v2/expand-16x16.svg",
858
+ "./expanddetails-16x16.svg": "./src/images-v2/expanddetails-16x16.svg",
859
+ "./file-72x72.svg": "./src/images-v2/file-72x72.svg",
860
+ "./flip-24x24.svg": "./src/images-v2/flip-24x24.svg",
861
+ "./folder-24x24.svg": "./src/images-v2/folder-24x24.svg",
862
+ "./fullsize-16x16.svg": "./src/images-v2/fullsize-16x16.svg",
863
+ "./image-48x48.svg": "./src/images-v2/image-48x48.svg",
864
+ "./loading-48x48.svg": "./src/images-v2/loading-48x48.svg",
865
+ "./maximize-16x16.svg": "./src/images-v2/maximize-16x16.svg",
866
+ "./minimize-16x16.svg": "./src/images-v2/minimize-16x16.svg",
867
+ "./more-24x24.svg": "./src/images-v2/more-24x24.svg",
868
+ "./navmenu-24x24.svg": "./src/images-v2/navmenu-24x24.svg",
869
+ "./noimage-48x48.svg": "./src/images-v2/noimage-48x48.svg",
870
+ "./ranking-arrows.svg": "./src/images-v2/ranking-arrows.svg",
871
+ "./rankingundefined-16x16.svg": "./src/images-v2/rankingundefined-16x16.svg",
872
+ "./rating-star-2.svg": "./src/images-v2/rating-star-2.svg",
873
+ "./rating-star-small-2.svg": "./src/images-v2/rating-star-small-2.svg",
874
+ "./rating-star-small.svg": "./src/images-v2/rating-star-small.svg",
875
+ "./rating-star.svg": "./src/images-v2/rating-star.svg",
876
+ "./reorder-24x24.svg": "./src/images-v2/reorder-24x24.svg",
877
+ "./restoredown-16x16.svg": "./src/images-v2/restoredown-16x16.svg",
878
+ "./search-24x24.svg": "./src/images-v2/search-24x24.svg",
879
+ "./smiley-rate1-24x24.svg": "./src/images-v2/smiley-rate1-24x24.svg",
880
+ "./smiley-rate10-24x24.svg": "./src/images-v2/smiley-rate10-24x24.svg",
881
+ "./smiley-rate2-24x24.svg": "./src/images-v2/smiley-rate2-24x24.svg",
882
+ "./smiley-rate3-24x24.svg": "./src/images-v2/smiley-rate3-24x24.svg",
883
+ "./smiley-rate4-24x24.svg": "./src/images-v2/smiley-rate4-24x24.svg",
884
+ "./smiley-rate5-24x24.svg": "./src/images-v2/smiley-rate5-24x24.svg",
885
+ "./smiley-rate6-24x24.svg": "./src/images-v2/smiley-rate6-24x24.svg",
886
+ "./smiley-rate7-24x24.svg": "./src/images-v2/smiley-rate7-24x24.svg",
887
+ "./smiley-rate8-24x24.svg": "./src/images-v2/smiley-rate8-24x24.svg",
888
+ "./smiley-rate9-24x24.svg": "./src/images-v2/smiley-rate9-24x24.svg"
889
+ };
890
+
891
+
892
+ function webpackContext(req) {
893
+ var id = webpackContextResolve(req);
894
+ return __nested_webpack_require_875__(id);
895
+ }
896
+ function webpackContextResolve(req) {
897
+ if(!__nested_webpack_require_875__.o(map, req)) {
898
+ var e = new Error("Cannot find module '" + req + "'");
899
+ e.code = 'MODULE_NOT_FOUND';
900
+ throw e;
901
+ }
902
+ return map[req];
903
+ }
904
+ webpackContext.keys = function webpackContextKeys() {
905
+ return Object.keys(map);
906
+ };
907
+ webpackContext.resolve = webpackContextResolve;
908
+ module.exports = webpackContext;
909
+ webpackContext.id = "./src/images-v2 sync recursive \\.svg$";
910
+
911
+ /***/ }),
912
+
821
913
  /***/ "./src/images-v2/ModernBooleanCheckChecked.svg":
822
914
  /*!*****************************************************!*\
823
915
  !*** ./src/images-v2/ModernBooleanCheckChecked.svg ***!
@@ -1164,7 +1256,7 @@ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\
1164
1256
  \*****************************************/
1165
1257
  /***/ ((module) => {
1166
1258
 
1167
- module.exports = "<svg viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_19679_369428)\"><path opacity=\"0.1\" d=\"M24 40C15.18 40 8 32.82 8 24C8 15.18 15.18 8 24 8C32.82 8 40 15.18 40 24C40 32.82 32.82 40 24 40ZM24 12C17.38 12 12 17.38 12 24C12 30.62 17.38 36 24 36C30.62 36 36 30.62 36 24C36 17.38 30.62 12 24 12Z\" fill=\"black\" fill-opacity=\"0.91\"></path><path d=\"M10 26C8.9 26 8 25.1 8 24C8 15.18 15.18 8 24 8C25.1 8 26 8.9 26 10C26 11.1 25.1 12 24 12C17.38 12 12 17.38 12 24C12 25.1 11.1 26 10 26Z\" fill=\"#19B394\"></path></g><defs><clipPath id=\"clip0_19679_369428\"><rect width=\"32\" height=\"32\" fill=\"white\" transform=\"translate(8 8)\"></rect></clipPath></defs></svg>"
1259
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_19679_369428)\"><path opacity=\"0.1\" d=\"M24 40C15.18 40 8 32.82 8 24C8 15.18 15.18 8 24 8C32.82 8 40 15.18 40 24C40 32.82 32.82 40 24 40ZM24 12C17.38 12 12 17.38 12 24C12 30.62 17.38 36 24 36C30.62 36 36 30.62 36 24C36 17.38 30.62 12 24 12Z\" fill=\"black\" fill-opacity=\"0.91\"></path><path d=\"M10 26C8.9 26 8 25.1 8 24C8 15.18 15.18 8 24 8C25.1 8 26 8.9 26 10C26 11.1 25.1 12 24 12C17.38 12 12 17.38 12 24C12 25.1 11.1 26 10 26Z\"></path></g><defs><clipPath id=\"clip0_19679_369428\"><rect width=\"32\" height=\"32\" fill=\"white\" transform=\"translate(8 8)\"></rect></clipPath></defs></svg>"
1168
1260
 
1169
1261
  /***/ }),
1170
1262
 
@@ -1406,96 +1498,6 @@ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\
1406
1498
 
1407
1499
  module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85767 24 1.15509 20.96 0.0145752 14.16C-0.0354475 13.87 0.0445888 13.57 0.234675 13.35C0.424761 13.13 0.704888 13 0.995019 13H23.005C23.2951 13 23.5752 13.13 23.7653 13.35C23.9554 13.57 24.0354 13.87 23.9854 14.16C22.8549 20.95 17.1423 24 11.99 24H12.01ZM2.25559 15C3.61621 19.82 8.0182 22 12.01 22C16.0018 22 20.4038 19.82 21.7644 15H2.25559ZM8.00819 6V2C8.00819 1.45 7.55799 1 7.00774 1C6.45749 1 6.00729 1.45 6.00729 2V6C6.00729 6.55 6.45749 7 7.00774 7C7.55799 7 8.00819 6.55 8.00819 6ZM18.0127 6V2C18.0127 1.45 17.5625 1 17.0123 1C16.462 1 16.0118 1.45 16.0118 2V6C16.0118 6.55 16.462 7 17.0123 7C17.5625 7 18.0127 6.55 18.0127 6Z\"></path></svg>"
1408
1500
 
1409
- /***/ }),
1410
-
1411
- /***/ "./src/images-v2 sync recursive \\.svg$":
1412
- /*!************************************!*\
1413
- !*** ./src/images-v2/ sync \.svg$ ***!
1414
- \************************************/
1415
- /***/ ((module, __unused_webpack_exports, __nested_webpack_require_57753__) => {
1416
-
1417
- var map = {
1418
- "./ModernBooleanCheckChecked.svg": "./src/images-v2/ModernBooleanCheckChecked.svg",
1419
- "./ModernBooleanCheckInd.svg": "./src/images-v2/ModernBooleanCheckInd.svg",
1420
- "./ModernBooleanCheckUnchecked.svg": "./src/images-v2/ModernBooleanCheckUnchecked.svg",
1421
- "./ModernCheck.svg": "./src/images-v2/ModernCheck.svg",
1422
- "./ModernRadio.svg": "./src/images-v2/ModernRadio.svg",
1423
- "./ProgressButton.svg": "./src/images-v2/ProgressButton.svg",
1424
- "./RemoveFile.svg": "./src/images-v2/RemoveFile.svg",
1425
- "./TimerCircle.svg": "./src/images-v2/TimerCircle.svg",
1426
- "./add-24x24.svg": "./src/images-v2/add-24x24.svg",
1427
- "./arrowleft-16x16.svg": "./src/images-v2/arrowleft-16x16.svg",
1428
- "./arrowright-16x16.svg": "./src/images-v2/arrowright-16x16.svg",
1429
- "./camera-24x24.svg": "./src/images-v2/camera-24x24.svg",
1430
- "./camera-32x32.svg": "./src/images-v2/camera-32x32.svg",
1431
- "./cancel-24x24.svg": "./src/images-v2/cancel-24x24.svg",
1432
- "./check-16x16.svg": "./src/images-v2/check-16x16.svg",
1433
- "./check-24x24.svg": "./src/images-v2/check-24x24.svg",
1434
- "./chevrondown-24x24.svg": "./src/images-v2/chevrondown-24x24.svg",
1435
- "./chevronright-16x16.svg": "./src/images-v2/chevronright-16x16.svg",
1436
- "./clear-16x16.svg": "./src/images-v2/clear-16x16.svg",
1437
- "./clear-24x24.svg": "./src/images-v2/clear-24x24.svg",
1438
- "./close-16x16.svg": "./src/images-v2/close-16x16.svg",
1439
- "./close-24x24.svg": "./src/images-v2/close-24x24.svg",
1440
- "./collapse-16x16.svg": "./src/images-v2/collapse-16x16.svg",
1441
- "./collapsedetails-16x16.svg": "./src/images-v2/collapsedetails-16x16.svg",
1442
- "./delete-24x24.svg": "./src/images-v2/delete-24x24.svg",
1443
- "./drag-24x24.svg": "./src/images-v2/drag-24x24.svg",
1444
- "./draghorizontal-24x16.svg": "./src/images-v2/draghorizontal-24x16.svg",
1445
- "./expand-16x16.svg": "./src/images-v2/expand-16x16.svg",
1446
- "./expanddetails-16x16.svg": "./src/images-v2/expanddetails-16x16.svg",
1447
- "./file-72x72.svg": "./src/images-v2/file-72x72.svg",
1448
- "./flip-24x24.svg": "./src/images-v2/flip-24x24.svg",
1449
- "./folder-24x24.svg": "./src/images-v2/folder-24x24.svg",
1450
- "./fullsize-16x16.svg": "./src/images-v2/fullsize-16x16.svg",
1451
- "./image-48x48.svg": "./src/images-v2/image-48x48.svg",
1452
- "./loading-48x48.svg": "./src/images-v2/loading-48x48.svg",
1453
- "./maximize-16x16.svg": "./src/images-v2/maximize-16x16.svg",
1454
- "./minimize-16x16.svg": "./src/images-v2/minimize-16x16.svg",
1455
- "./more-24x24.svg": "./src/images-v2/more-24x24.svg",
1456
- "./navmenu-24x24.svg": "./src/images-v2/navmenu-24x24.svg",
1457
- "./noimage-48x48.svg": "./src/images-v2/noimage-48x48.svg",
1458
- "./ranking-arrows.svg": "./src/images-v2/ranking-arrows.svg",
1459
- "./rankingundefined-16x16.svg": "./src/images-v2/rankingundefined-16x16.svg",
1460
- "./rating-star-2.svg": "./src/images-v2/rating-star-2.svg",
1461
- "./rating-star-small-2.svg": "./src/images-v2/rating-star-small-2.svg",
1462
- "./rating-star-small.svg": "./src/images-v2/rating-star-small.svg",
1463
- "./rating-star.svg": "./src/images-v2/rating-star.svg",
1464
- "./reorder-24x24.svg": "./src/images-v2/reorder-24x24.svg",
1465
- "./restoredown-16x16.svg": "./src/images-v2/restoredown-16x16.svg",
1466
- "./search-24x24.svg": "./src/images-v2/search-24x24.svg",
1467
- "./smiley-rate1-24x24.svg": "./src/images-v2/smiley-rate1-24x24.svg",
1468
- "./smiley-rate10-24x24.svg": "./src/images-v2/smiley-rate10-24x24.svg",
1469
- "./smiley-rate2-24x24.svg": "./src/images-v2/smiley-rate2-24x24.svg",
1470
- "./smiley-rate3-24x24.svg": "./src/images-v2/smiley-rate3-24x24.svg",
1471
- "./smiley-rate4-24x24.svg": "./src/images-v2/smiley-rate4-24x24.svg",
1472
- "./smiley-rate5-24x24.svg": "./src/images-v2/smiley-rate5-24x24.svg",
1473
- "./smiley-rate6-24x24.svg": "./src/images-v2/smiley-rate6-24x24.svg",
1474
- "./smiley-rate7-24x24.svg": "./src/images-v2/smiley-rate7-24x24.svg",
1475
- "./smiley-rate8-24x24.svg": "./src/images-v2/smiley-rate8-24x24.svg",
1476
- "./smiley-rate9-24x24.svg": "./src/images-v2/smiley-rate9-24x24.svg"
1477
- };
1478
-
1479
-
1480
- function webpackContext(req) {
1481
- var id = webpackContextResolve(req);
1482
- return __nested_webpack_require_57753__(id);
1483
- }
1484
- function webpackContextResolve(req) {
1485
- if(!__nested_webpack_require_57753__.o(map, req)) {
1486
- var e = new Error("Cannot find module '" + req + "'");
1487
- e.code = 'MODULE_NOT_FOUND';
1488
- throw e;
1489
- }
1490
- return map[req];
1491
- }
1492
- webpackContext.keys = function webpackContextKeys() {
1493
- return Object.keys(map);
1494
- };
1495
- webpackContext.resolve = webpackContextResolve;
1496
- module.exports = webpackContext;
1497
- webpackContext.id = "./src/images-v2 sync recursive \\.svg$";
1498
-
1499
1501
  /***/ })
1500
1502
 
1501
1503
  /******/ });
@@ -1504,7 +1506,7 @@ webpackContext.id = "./src/images-v2 sync recursive \\.svg$";
1504
1506
  /******/ var __webpack_module_cache__ = {};
1505
1507
  /******/
1506
1508
  /******/ // The require function
1507
- /******/ function __nested_webpack_require_62357__(moduleId) {
1509
+ /******/ function __nested_webpack_require_62339__(moduleId) {
1508
1510
  /******/ // Check if module is in cache
1509
1511
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
1510
1512
  /******/ if (cachedModule !== undefined) {
@@ -1518,7 +1520,7 @@ webpackContext.id = "./src/images-v2 sync recursive \\.svg$";
1518
1520
  /******/ };
1519
1521
  /******/
1520
1522
  /******/ // Execute the module function
1521
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_62357__);
1523
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_62339__);
1522
1524
  /******/
1523
1525
  /******/ // Return the exports of the module
1524
1526
  /******/ return module.exports;
@@ -1528,178 +1530,59 @@ webpackContext.id = "./src/images-v2 sync recursive \\.svg$";
1528
1530
  /******/ /* webpack/runtime/define property getters */
1529
1531
  /******/ (() => {
1530
1532
  /******/ // define getter functions for harmony exports
1531
- /******/ __nested_webpack_require_62357__.d = (exports, definition) => {
1533
+ /******/ __nested_webpack_require_62339__.d = (exports, definition) => {
1532
1534
  /******/ for(var key in definition) {
1533
- /******/ if(__nested_webpack_require_62357__.o(definition, key) && !__nested_webpack_require_62357__.o(exports, key)) {
1535
+ /******/ if(__nested_webpack_require_62339__.o(definition, key) && !__nested_webpack_require_62339__.o(exports, key)) {
1534
1536
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1535
1537
  /******/ }
1536
1538
  /******/ }
1537
- /******/ };
1538
- /******/ })();
1539
- /******/
1540
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
1541
- /******/ (() => {
1542
- /******/ __nested_webpack_require_62357__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
1543
- /******/ })();
1544
- /******/
1545
- /******/ /* webpack/runtime/make namespace object */
1546
- /******/ (() => {
1547
- /******/ // define __esModule on exports
1548
- /******/ __nested_webpack_require_62357__.r = (exports) => {
1549
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
1550
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1551
- /******/ }
1552
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
1553
- /******/ };
1554
- /******/ })();
1555
- /******/
1556
- /************************************************************************/
1557
- var __nested_webpack_exports__ = {};
1558
- // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
1559
- (() => {
1560
- "use strict";
1561
- /*!************************!*\
1562
- !*** ./src/iconsV2.ts ***!
1563
- \************************/
1564
- __nested_webpack_require_62357__.r(__nested_webpack_exports__);
1565
- /* harmony export */ __nested_webpack_require_62357__.d(__nested_webpack_exports__, {
1566
- /* harmony export */ icons: () => (/* binding */ icons)
1567
- /* harmony export */ });
1568
- var path = __nested_webpack_require_62357__("./src/images-v2 sync recursive \\.svg$");
1569
- var icons = {};
1570
- path.keys().forEach(function (key) {
1571
- icons[key.substring(2, key.length - 4).toLowerCase()] = path(key);
1572
- });
1573
-
1574
-
1575
- })();
1576
-
1577
- /******/ return __nested_webpack_exports__;
1578
- /******/ })()
1579
- ;
1580
- });
1581
- //# sourceMappingURL=iconsV2.js.map
1582
-
1583
- /***/ }),
1584
-
1585
- /***/ "./node_modules/preact/compat/dist/compat.module.js":
1586
- /*!**********************************************************!*\
1587
- !*** ./node_modules/preact/compat/dist/compat.module.js ***!
1588
- \**********************************************************/
1589
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1590
-
1591
- "use strict";
1592
- __webpack_require__.r(__webpack_exports__);
1593
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1594
- /* harmony export */ Children: () => (/* binding */ O),
1595
- /* harmony export */ Component: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.Component),
1596
- /* harmony export */ Fragment: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.Fragment),
1597
- /* harmony export */ PureComponent: () => (/* binding */ N),
1598
- /* harmony export */ StrictMode: () => (/* binding */ Cn),
1599
- /* harmony export */ Suspense: () => (/* binding */ P),
1600
- /* harmony export */ SuspenseList: () => (/* binding */ B),
1601
- /* harmony export */ __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: () => (/* binding */ hn),
1602
- /* harmony export */ cloneElement: () => (/* binding */ _n),
1603
- /* harmony export */ createContext: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createContext),
1604
- /* harmony export */ createElement: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createElement),
1605
- /* harmony export */ createFactory: () => (/* binding */ dn),
1606
- /* harmony export */ createPortal: () => (/* binding */ $),
1607
- /* harmony export */ createRef: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createRef),
1608
- /* harmony export */ "default": () => (/* binding */ Rn),
1609
- /* harmony export */ findDOMNode: () => (/* binding */ Sn),
1610
- /* harmony export */ flushSync: () => (/* binding */ En),
1611
- /* harmony export */ forwardRef: () => (/* binding */ D),
1612
- /* harmony export */ hydrate: () => (/* binding */ tn),
1613
- /* harmony export */ isElement: () => (/* binding */ xn),
1614
- /* harmony export */ isFragment: () => (/* binding */ mn),
1615
- /* harmony export */ isMemo: () => (/* binding */ yn),
1616
- /* harmony export */ isValidElement: () => (/* binding */ pn),
1617
- /* harmony export */ lazy: () => (/* binding */ z),
1618
- /* harmony export */ memo: () => (/* binding */ M),
1619
- /* harmony export */ render: () => (/* binding */ nn),
1620
- /* harmony export */ startTransition: () => (/* binding */ R),
1621
- /* harmony export */ unmountComponentAtNode: () => (/* binding */ bn),
1622
- /* harmony export */ unstable_batchedUpdates: () => (/* binding */ gn),
1623
- /* harmony export */ useCallback: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useCallback),
1624
- /* harmony export */ useContext: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useContext),
1625
- /* harmony export */ useDebugValue: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useDebugValue),
1626
- /* harmony export */ useDeferredValue: () => (/* binding */ w),
1627
- /* harmony export */ useEffect: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect),
1628
- /* harmony export */ useErrorBoundary: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useErrorBoundary),
1629
- /* harmony export */ useId: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useId),
1630
- /* harmony export */ useImperativeHandle: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useImperativeHandle),
1631
- /* harmony export */ useInsertionEffect: () => (/* binding */ I),
1632
- /* harmony export */ useLayoutEffect: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect),
1633
- /* harmony export */ useMemo: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useMemo),
1634
- /* harmony export */ useReducer: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useReducer),
1635
- /* harmony export */ useRef: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useRef),
1636
- /* harmony export */ useState: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState),
1637
- /* harmony export */ useSyncExternalStore: () => (/* binding */ C),
1638
- /* harmony export */ useTransition: () => (/* binding */ k),
1639
- /* harmony export */ version: () => (/* binding */ vn)
1640
- /* harmony export */ });
1641
- /* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! preact */ "./node_modules/preact/dist/preact.module.js");
1642
- /* harmony import */ var preact_hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! preact/hooks */ "./node_modules/preact/hooks/dist/hooks.module.js");
1643
- function g(n,t){for(var e in t)n[e]=t[e];return n}function E(n,t){for(var e in n)if("__source"!==e&&!(e in t))return!0;for(var r in t)if("__source"!==r&&n[r]!==t[r])return!0;return!1}function C(n,t){var e=t(),r=(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState)({t:{__:e,u:t}}),u=r[0].t,o=r[1];return (0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect)(function(){u.__=e,u.u=t,x(u)&&o({t:u})},[n,e,t]),(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function(){return x(u)&&o({t:u}),n(function(){x(u)&&o({t:u})})},[n]),e}function x(n){var t,e,r=n.u,u=n.__;try{var o=r();return!((t=u)===(e=o)&&(0!==t||1/t==1/e)||t!=t&&e!=e)}catch(n){return!0}}function R(n){n()}function w(n){return n}function k(){return[!1,R]}var I=preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect;function N(n,t){this.props=n,this.context=t}function M(n,e){function r(n){var t=this.props.ref,r=t==n.ref;return!r&&t&&(t.call?t(null):t.current=null),e?!e(this.props,n)||!r:E(this.props,n)}function u(e){return this.shouldComponentUpdate=r,(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(n,e)}return u.displayName="Memo("+(n.displayName||n.name)+")",u.prototype.isReactComponent=!0,u.__f=!0,u}(N.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).isPureReactComponent=!0,N.prototype.shouldComponentUpdate=function(n,t){return E(this.props,n)||E(this.state,t)};var T=preact__WEBPACK_IMPORTED_MODULE_0__.options.__b;preact__WEBPACK_IMPORTED_MODULE_0__.options.__b=function(n){n.type&&n.type.__f&&n.ref&&(n.props.ref=n.ref,n.ref=null),T&&T(n)};var A="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function D(n){function t(t){var e=g({},t);return delete e.ref,n(e,t.ref||null)}return t.$$typeof=A,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(n.displayName||n.name)+")",t}var L=function(n,t){return null==n?null:(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)((0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).map(t))},O={map:L,forEach:L,count:function(n){return n?(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).length:0},only:function(n){var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n);if(1!==t.length)throw"Children.only";return t[0]},toArray:preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray},F=preact__WEBPACK_IMPORTED_MODULE_0__.options.__e;preact__WEBPACK_IMPORTED_MODULE_0__.options.__e=function(n,t,e,r){if(n.then)for(var u,o=t;o=o.__;)if((u=o.__c)&&u.__c)return null==t.__e&&(t.__e=e.__e,t.__k=e.__k),u.__c(n,t);F(n,t,e,r)};var U=preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount;function V(n,t,e){return n&&(n.__c&&n.__c.__H&&(n.__c.__H.__.forEach(function(n){"function"==typeof n.__c&&n.__c()}),n.__c.__H=null),null!=(n=g({},n)).__c&&(n.__c.__P===e&&(n.__c.__P=t),n.__c=null),n.__k=n.__k&&n.__k.map(function(n){return V(n,t,e)})),n}function W(n,t,e){return n&&e&&(n.__v=null,n.__k=n.__k&&n.__k.map(function(n){return W(n,t,e)}),n.__c&&n.__c.__P===t&&(n.__e&&e.appendChild(n.__e),n.__c.__e=!0,n.__c.__P=e)),n}function P(){this.__u=0,this.o=null,this.__b=null}function j(n){var t=n.__.__c;return t&&t.__a&&t.__a(n)}function z(n){var e,r,u;function o(o){if(e||(e=n()).then(function(n){r=n.default||n},function(n){u=n}),u)throw u;if(!r)throw e;return (0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(r,o)}return o.displayName="Lazy",o.__f=!0,o}function B(){this.i=null,this.l=null}preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount=function(n){var t=n.__c;t&&t.__R&&t.__R(),t&&32&n.__u&&(n.type=null),U&&U(n)},(P.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__c=function(n,t){var e=t.__c,r=this;null==r.o&&(r.o=[]),r.o.push(e);var u=j(r.__v),o=!1,i=function(){o||(o=!0,e.__R=null,u?u(c):c())};e.__R=i;var c=function(){if(!--r.__u){if(r.state.__a){var n=r.state.__a;r.__v.__k[0]=W(n,n.__c.__P,n.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.o.pop();)t.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),n.then(i,i)},P.prototype.componentWillUnmount=function(){this.o=[]},P.prototype.render=function(n,e){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),o=this.__v.__k[0].__c;this.__v.__k[0]=V(this.__b,r,o.__O=o.__P)}this.__b=null}var i=e.__a&&(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,n.fallback);return i&&(i.__u&=-33),[(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,e.__a?null:n.children),i]};var H=function(n,t,e){if(++e[1]===e[0]&&n.l.delete(t),n.props.revealOrder&&("t"!==n.props.revealOrder[0]||!n.l.size))for(e=n.i;e;){for(;e.length>3;)e.pop()();if(e[1]<e[0])break;n.i=e=e[2]}};function Z(n){return this.getChildContext=function(){return n.context},n.children}function Y(n){var e=this,r=n.h;e.componentWillUnmount=function(){(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,e.v),e.v=null,e.h=null},e.h&&e.h!==r&&e.componentWillUnmount(),e.v||(e.h=r,e.v={nodeType:1,parentNode:r,childNodes:[],contains:function(){return!0},appendChild:function(n){this.childNodes.push(n),e.h.appendChild(n)},insertBefore:function(n,t){this.childNodes.push(n),e.h.insertBefore(n,t)},removeChild:function(n){this.childNodes.splice(this.childNodes.indexOf(n)>>>1,1),e.h.removeChild(n)}}),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)((0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(Z,{context:e.context},n.__v),e.v)}function $(n,e){var r=(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(Y,{__v:n,h:e});return r.containerInfo=e,r}(B.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__a=function(n){var t=this,e=j(t.__v),r=t.l.get(n);return r[0]++,function(u){var o=function(){t.props.revealOrder?(r.push(u),H(t,n,r)):u()};e?e(o):o()}},B.prototype.render=function(n){this.i=null,this.l=new Map;var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n.children);n.revealOrder&&"b"===n.revealOrder[0]&&t.reverse();for(var e=t.length;e--;)this.l.set(t[e],this.i=[1,0,this.i]);return n.children},B.prototype.componentDidUpdate=B.prototype.componentDidMount=function(){var n=this;this.l.forEach(function(t,e){H(n,e,t)})};var q="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,G=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,J=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,K=/[A-Z0-9]/g,Q="undefined"!=typeof document,X=function(n){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(n)};function nn(n,t,e){return null==t.__k&&(t.textContent=""),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(n,t),"function"==typeof e&&e(),n?n.__c:null}function tn(n,t,e){return (0,preact__WEBPACK_IMPORTED_MODULE_0__.hydrate)(n,t),"function"==typeof e&&e(),n?n.__c:null}preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(t){Object.defineProperty(preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(n){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:n})}})});var en=preact__WEBPACK_IMPORTED_MODULE_0__.options.event;function rn(){}function un(){return this.cancelBubble}function on(){return this.defaultPrevented}preact__WEBPACK_IMPORTED_MODULE_0__.options.event=function(n){return en&&(n=en(n)),n.persist=rn,n.isPropagationStopped=un,n.isDefaultPrevented=on,n.nativeEvent=n};var cn,ln={enumerable:!1,configurable:!0,get:function(){return this.class}},fn=preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode;preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode=function(n){"string"==typeof n.type&&function(n){var t=n.props,e=n.type,u={},o=-1===e.indexOf("-");for(var i in t){var c=t[i];if(!("value"===i&&"defaultValue"in t&&null==c||Q&&"children"===i&&"noscript"===e||"class"===i||"className"===i)){var l=i.toLowerCase();"defaultValue"===i&&"value"in t&&null==t.value?i="value":"download"===i&&!0===c?c="":"translate"===l&&"no"===c?c=!1:"o"===l[0]&&"n"===l[1]?"ondoubleclick"===l?i="ondblclick":"onchange"!==l||"input"!==e&&"textarea"!==e||X(t.type)?"onfocus"===l?i="onfocusin":"onblur"===l?i="onfocusout":J.test(i)&&(i=l):l=i="oninput":o&&G.test(i)?i=i.replace(K,"-$&").toLowerCase():null===c&&(c=void 0),"oninput"===l&&u[i=l]&&(i="oninputCapture"),u[i]=c}}"select"==e&&u.multiple&&Array.isArray(u.value)&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=-1!=u.value.indexOf(n.props.value)})),"select"==e&&null!=u.defaultValue&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=u.multiple?-1!=u.defaultValue.indexOf(n.props.value):u.defaultValue==n.props.value})),t.class&&!t.className?(u.class=t.class,Object.defineProperty(u,"className",ln)):(t.className&&!t.class||t.class&&t.className)&&(u.class=u.className=t.className),n.props=u}(n),n.$$typeof=q,fn&&fn(n)};var an=preact__WEBPACK_IMPORTED_MODULE_0__.options.__r;preact__WEBPACK_IMPORTED_MODULE_0__.options.__r=function(n){an&&an(n),cn=n.__c};var sn=preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed;preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed=function(n){sn&&sn(n);var t=n.props,e=n.__e;null!=e&&"textarea"===n.type&&"value"in t&&t.value!==e.value&&(e.value=null==t.value?"":t.value),cn=null};var hn={ReactCurrentDispatcher:{current:{readContext:function(n){return cn.__n[n.__c].props.value},useCallback:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useCallback,useContext:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useContext,useDebugValue:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useDebugValue,useDeferredValue:w,useEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect,useId:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useId,useImperativeHandle:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useImperativeHandle,useInsertionEffect:I,useLayoutEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect,useMemo:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useMemo,useReducer:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useReducer,useRef:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useRef,useState:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState,useSyncExternalStore:C,useTransition:k}}},vn="18.3.1";function dn(n){return preact__WEBPACK_IMPORTED_MODULE_0__.createElement.bind(null,n)}function pn(n){return!!n&&n.$$typeof===q}function mn(n){return pn(n)&&n.type===preact__WEBPACK_IMPORTED_MODULE_0__.Fragment}function yn(n){return!!n&&!!n.displayName&&("string"==typeof n.displayName||n.displayName instanceof String)&&n.displayName.startsWith("Memo(")}function _n(n){return pn(n)?preact__WEBPACK_IMPORTED_MODULE_0__.cloneElement.apply(null,arguments):n}function bn(n){return!!n.__k&&((0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,n),!0)}function Sn(n){return n&&(n.base||1===n.nodeType&&n)||null}var gn=function(n,t){return n(t)},En=function(n,t){return n(t)},Cn=preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,xn=pn,Rn={useState:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState,useId:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useId,useReducer:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useReducer,useEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect,useLayoutEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect,useInsertionEffect:I,useTransition:k,useDeferredValue:w,useSyncExternalStore:C,startTransition:R,useRef:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useRef,useImperativeHandle:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useImperativeHandle,useMemo:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useMemo,useCallback:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useCallback,useContext:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useContext,useDebugValue:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useDebugValue,version:"18.3.1",Children:O,render:nn,hydrate:tn,unmountComponentAtNode:bn,createPortal:$,createElement:preact__WEBPACK_IMPORTED_MODULE_0__.createElement,createContext:preact__WEBPACK_IMPORTED_MODULE_0__.createContext,createFactory:dn,cloneElement:_n,createRef:preact__WEBPACK_IMPORTED_MODULE_0__.createRef,Fragment:preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,isValidElement:pn,isElement:xn,isFragment:mn,isMemo:yn,findDOMNode:Sn,Component:preact__WEBPACK_IMPORTED_MODULE_0__.Component,PureComponent:N,memo:M,forwardRef:D,flushSync:En,unstable_batchedUpdates:gn,StrictMode:Cn,Suspense:P,SuspenseList:B,lazy:z,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:hn};
1644
- //# sourceMappingURL=compat.module.js.map
1645
-
1646
-
1647
- /***/ }),
1648
-
1649
- /***/ "./node_modules/preact/dist/preact.module.js":
1650
- /*!***************************************************!*\
1651
- !*** ./node_modules/preact/dist/preact.module.js ***!
1652
- \***************************************************/
1653
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1654
-
1539
+ /******/ };
1540
+ /******/ })();
1541
+ /******/
1542
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
1543
+ /******/ (() => {
1544
+ /******/ __nested_webpack_require_62339__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
1545
+ /******/ })();
1546
+ /******/
1547
+ /******/ /* webpack/runtime/make namespace object */
1548
+ /******/ (() => {
1549
+ /******/ // define __esModule on exports
1550
+ /******/ __nested_webpack_require_62339__.r = (exports) => {
1551
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
1552
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1553
+ /******/ }
1554
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
1555
+ /******/ };
1556
+ /******/ })();
1557
+ /******/
1558
+ /************************************************************************/
1559
+ var __nested_webpack_exports__ = {};
1560
+ // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
1561
+ (() => {
1655
1562
  "use strict";
1656
- __webpack_require__.r(__webpack_exports__);
1657
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1658
- /* harmony export */ Component: () => (/* binding */ x),
1659
- /* harmony export */ Fragment: () => (/* binding */ k),
1660
- /* harmony export */ cloneElement: () => (/* binding */ G),
1661
- /* harmony export */ createContext: () => (/* binding */ J),
1662
- /* harmony export */ createElement: () => (/* binding */ g),
1663
- /* harmony export */ createRef: () => (/* binding */ b),
1664
- /* harmony export */ h: () => (/* binding */ g),
1665
- /* harmony export */ hydrate: () => (/* binding */ E),
1666
- /* harmony export */ isValidElement: () => (/* binding */ t),
1667
- /* harmony export */ options: () => (/* binding */ l),
1668
- /* harmony export */ render: () => (/* binding */ D),
1669
- /* harmony export */ toChildArray: () => (/* binding */ H)
1563
+ /*!************************!*\
1564
+ !*** ./src/iconsV2.ts ***!
1565
+ \************************/
1566
+ __nested_webpack_require_62339__.r(__nested_webpack_exports__);
1567
+ /* harmony export */ __nested_webpack_require_62339__.d(__nested_webpack_exports__, {
1568
+ /* harmony export */ icons: () => (/* binding */ icons)
1670
1569
  /* harmony export */ });
1671
- var n,l,u,t,i,r,o,e,f,c,s,a,h,p={},v=[],y=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d=Array.isArray;function w(n,l){for(var u in l)n[u]=l[u];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n)}function g(l,u,t){var i,r,o,e={};for(o in u)"key"==o?i=u[o]:"ref"==o?r=u[o]:e[o]=u[o];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===e[o]&&(e[o]=l.defaultProps[o]);return m(l,e,i,r,null)}function m(n,t,i,r,o){var e={type:n,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++u:o,__i:-1,__u:0};return null==o&&null!=l.vnode&&l.vnode(e),e}function b(){return{current:null}}function k(n){return n.children}function x(n,l){this.props=n,this.context=l}function C(n,l){if(null==l)return n.__?C(n.__,n.__i+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return"function"==typeof n.type?C(n):null}function S(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=!0)&&i.push(n)&&!P.__r++||r!==l.debounceRendering)&&((r=l.debounceRendering)||o)(P)}function P(){var n,u,t,r,o,f,c,s;for(i.sort(e);n=i.shift();)n.__d&&(u=i.length,r=void 0,f=(o=(t=n).__v).__e,c=[],s=[],t.__P&&((r=w({},o)).__v=o.__v+1,l.vnode&&l.vnode(r),j(t.__P,r,o,t.__n,t.__P.namespaceURI,32&o.__u?[f]:null,c,null==f?C(o):f,!!(32&o.__u),s),r.__v=o.__v,r.__.__k[r.__i]=r,z(c,r,s),r.__e!=f&&S(r)),i.length>u&&i.sort(e));P.__r=0}function $(n,l,u,t,i,r,o,e,f,c,s){var a,h,y,d,w,_,g=t&&t.__k||v,m=l.length;for(f=I(u,l,g,f,m),a=0;a<m;a++)null!=(y=u.__k[a])&&(h=-1===y.__i?p:g[y.__i]||p,y.__i=a,_=j(n,y,h,i,r,o,e,f,c,s),d=y.__e,y.ref&&h.ref!=y.ref&&(h.ref&&V(h.ref,null,y),s.push(y.ref,y.__c||d,y)),null==w&&null!=d&&(w=d),4&y.__u||h.__k===y.__k?f=A(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return u.__e=w,f}function I(n,l,u,t,i){var r,o,e,f,c,s=u.length,a=s,h=0;for(n.__k=new Array(i),r=0;r<i;r++)null!=(o=l[r])&&"boolean"!=typeof o&&"function"!=typeof o?(f=r+h,(o=n.__k[r]="string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?m(null,o,null,null,null):d(o)?m(k,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=n,o.__b=n.__b+1,e=null,-1!==(c=o.__i=L(o,u,f,a))&&(a--,(e=u[c])&&(e.__u|=2)),null==e||null===e.__v?(-1==c&&h--,"function"!=typeof o.type&&(o.__u|=4)):c!=f&&(c==f-1?h--:c==f+1?h++:(c>f?h--:h++,o.__u|=4))):n.__k[r]=null;if(a)for(r=0;r<s;r++)null!=(e=u[r])&&0==(2&e.__u)&&(e.__e==t&&(t=C(e)),q(e,e));return t}function A(n,l,u){var t,i;if("function"==typeof n.type){for(t=n.__k,i=0;t&&i<t.length;i++)t[i]&&(t[i].__=n,l=A(t[i],l,u));return l}n.__e!=l&&(l&&n.type&&!u.contains(l)&&(l=C(n)),u.insertBefore(n.__e,l||null),l=n.__e);do{l=l&&l.nextSibling}while(null!=l&&8==l.nodeType);return l}function H(n,l){return l=l||[],null==n||"boolean"==typeof n||(d(n)?n.some(function(n){H(n,l)}):l.push(n)),l}function L(n,l,u,t){var i,r,o=n.key,e=n.type,f=l[u];if(null===f||f&&o==f.key&&e===f.type&&0==(2&f.__u))return u;if(t>(null!=f&&0==(2&f.__u)?1:0))for(i=u-1,r=u+1;i>=0||r<l.length;){if(i>=0){if((f=l[i])&&0==(2&f.__u)&&o==f.key&&e===f.type)return i;i--}if(r<l.length){if((f=l[r])&&0==(2&f.__u)&&o==f.key&&e===f.type)return r;r++}}return-1}function T(n,l,u){"-"==l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||y.test(l)?u:u+"px"}function F(n,l,u,t,i){var r;n:if("style"==l)if("string"==typeof u)n.style.cssText=u;else{if("string"==typeof t&&(n.style.cssText=t=""),t)for(l in t)u&&l in u||T(n.style,l,"");if(u)for(l in u)t&&u[l]===t[l]||T(n.style,l,u[l])}else if("o"==l[0]&&"n"==l[1])r=l!=(l=l.replace(f,"$1")),l=l.toLowerCase()in n||"onFocusOut"==l||"onFocusIn"==l?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+r]=u,u?t?u.u=t.u:(u.u=c,n.addEventListener(l,r?a:s,r)):n.removeEventListener(l,r?a:s,r);else{if("http://www.w3.org/2000/svg"==i)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=l&&"height"!=l&&"href"!=l&&"list"!=l&&"form"!=l&&"tabIndex"!=l&&"download"!=l&&"rowSpan"!=l&&"colSpan"!=l&&"role"!=l&&"popover"!=l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null==u||!1===u&&"-"!=l[4]?n.removeAttribute(l):n.setAttribute(l,"popover"==l&&1==u?"":u))}}function O(n){return function(u){if(this.l){var t=this.l[u.type+n];if(null==u.t)u.t=c++;else if(u.t<t.u)return;return t(l.event?l.event(u):u)}}}function j(n,u,t,i,r,o,e,f,c,s){var a,h,p,v,y,g,m,b,C,S,M,P,I,A,H,L,T,F=u.type;if(void 0!==u.constructor)return null;128&t.__u&&(c=!!(32&t.__u),o=[f=u.__e=t.__e]),(a=l.__b)&&a(u);n:if("function"==typeof F)try{if(b=u.props,C="prototype"in F&&F.prototype.render,S=(a=F.contextType)&&i[a.__c],M=a?S?S.props.value:a.__:i,t.__c?m=(h=u.__c=t.__c).__=h.__E:(C?u.__c=h=new F(b,M):(u.__c=h=new x(b,M),h.constructor=F,h.render=B),S&&S.sub(h),h.props=b,h.state||(h.state={}),h.context=M,h.__n=i,p=h.__d=!0,h.__h=[],h._sb=[]),C&&null==h.__s&&(h.__s=h.state),C&&null!=F.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=w({},h.__s)),w(h.__s,F.getDerivedStateFromProps(b,h.__s))),v=h.props,y=h.state,h.__v=u,p)C&&null==F.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),C&&null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else{if(C&&null==F.getDerivedStateFromProps&&b!==v&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(b,M),!h.__e&&(null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(b,h.__s,M)||u.__v==t.__v)){for(u.__v!=t.__v&&(h.props=b,h.state=h.__s,h.__d=!1),u.__e=t.__e,u.__k=t.__k,u.__k.some(function(n){n&&(n.__=u)}),P=0;P<h._sb.length;P++)h.__h.push(h._sb[P]);h._sb=[],h.__h.length&&e.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(b,h.__s,M),C&&null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(v,y,g)})}if(h.context=M,h.props=b,h.__P=n,h.__e=!1,I=l.__r,A=0,C){for(h.state=h.__s,h.__d=!1,I&&I(u),a=h.render(h.props,h.state,h.context),H=0;H<h._sb.length;H++)h.__h.push(h._sb[H]);h._sb=[]}else do{h.__d=!1,I&&I(u),a=h.render(h.props,h.state,h.context),h.state=h.__s}while(h.__d&&++A<25);h.state=h.__s,null!=h.getChildContext&&(i=w(w({},i),h.getChildContext())),C&&!p&&null!=h.getSnapshotBeforeUpdate&&(g=h.getSnapshotBeforeUpdate(v,y)),f=$(n,d(L=null!=a&&a.type===k&&null==a.key?a.props.children:a)?L:[L],u,t,i,r,o,e,f,c,s),h.base=u.__e,u.__u&=-161,h.__h.length&&e.push(h),m&&(h.__E=h.__=null)}catch(n){if(u.__v=null,c||null!=o)if(n.then){for(u.__u|=c?160:128;f&&8==f.nodeType&&f.nextSibling;)f=f.nextSibling;o[o.indexOf(f)]=null,u.__e=f}else for(T=o.length;T--;)_(o[T]);else u.__e=t.__e,u.__k=t.__k;l.__e(n,u,t)}else null==o&&u.__v==t.__v?(u.__k=t.__k,u.__e=t.__e):f=u.__e=N(t.__e,u,t,i,r,o,e,c,s);return(a=l.diffed)&&a(u),128&u.__u?void 0:f}function z(n,u,t){for(var i=0;i<t.length;i++)V(t[i],t[++i],t[++i]);l.__c&&l.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u)})}catch(n){l.__e(n,u.__v)}})}function N(u,t,i,r,o,e,f,c,s){var a,h,v,y,w,g,m,b=i.props,k=t.props,x=t.type;if("svg"==x?o="http://www.w3.org/2000/svg":"math"==x?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),null!=e)for(a=0;a<e.length;a++)if((w=e[a])&&"setAttribute"in w==!!x&&(x?w.localName==x:3==w.nodeType)){u=w,e[a]=null;break}if(null==u){if(null==x)return document.createTextNode(k);u=document.createElementNS(o,x,k.is&&k),c&&(l.__m&&l.__m(t,e),c=!1),e=null}if(null===x)b===k||c&&u.data===k||(u.data=k);else{if(e=e&&n.call(u.childNodes),b=i.props||p,!c&&null!=e)for(b={},a=0;a<u.attributes.length;a++)b[(w=u.attributes[a]).name]=w.value;for(a in b)if(w=b[a],"children"==a);else if("dangerouslySetInnerHTML"==a)v=w;else if(!(a in k)){if("value"==a&&"defaultValue"in k||"checked"==a&&"defaultChecked"in k)continue;F(u,a,null,w,o)}for(a in k)w=k[a],"children"==a?y=w:"dangerouslySetInnerHTML"==a?h=w:"value"==a?g=w:"checked"==a?m=w:c&&"function"!=typeof w||b[a]===w||F(u,a,w,b[a],o);if(h)c||v&&(h.__html===v.__html||h.__html===u.innerHTML)||(u.innerHTML=h.__html),t.__k=[];else if(v&&(u.innerHTML=""),$(u,d(y)?y:[y],t,i,r,"foreignObject"==x?"http://www.w3.org/1999/xhtml":o,e,f,e?e[0]:i.__k&&C(i,0),c,s),null!=e)for(a=e.length;a--;)_(e[a]);c||(a="value","progress"==x&&null==g?u.removeAttribute("value"):void 0!==g&&(g!==u[a]||"progress"==x&&!g||"option"==x&&g!==b[a])&&F(u,a,g,b[a],o),a="checked",void 0!==m&&m!==u[a]&&F(u,a,m,b[a],o))}return u}function V(n,u,t){try{if("function"==typeof n){var i="function"==typeof n.__u;i&&n.__u(),i&&null==u||(n.__u=n(u))}else n.current=u}catch(n){l.__e(n,t)}}function q(n,u,t){var i,r;if(l.unmount&&l.unmount(n),(i=n.ref)&&(i.current&&i.current!==n.__e||V(i,null,u)),null!=(i=n.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(n){l.__e(n,u)}i.base=i.__P=null}if(i=n.__k)for(r=0;r<i.length;r++)i[r]&&q(i[r],u,t||"function"!=typeof n.type);t||_(n.__e),n.__c=n.__=n.__e=void 0}function B(n,l,u){return this.constructor(n,u)}function D(u,t,i){var r,o,e,f;t==document&&(t=document.documentElement),l.__&&l.__(u,t),o=(r="function"==typeof i)?null:i&&i.__k||t.__k,e=[],f=[],j(t,u=(!r&&i||t).__k=g(k,null,[u]),o||p,p,t.namespaceURI,!r&&i?[i]:o?null:t.firstChild?n.call(t.childNodes):null,e,!r&&i?i:o?o.__e:t.firstChild,r,f),z(e,u,f)}function E(n,l){D(n,l,E)}function G(l,u,t){var i,r,o,e,f=w({},l.props);for(o in l.type&&l.type.defaultProps&&(e=l.type.defaultProps),u)"key"==o?i=u[o]:"ref"==o?r=u[o]:f[o]=void 0===u[o]&&void 0!==e?e[o]:u[o];return arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):t),m(l.type,f,i||l.key,r||l.ref,null)}function J(n,l){var u={__c:l="__cC"+h++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,t;return this.getChildContext||(u=new Set,(t={})[l]=this,this.getChildContext=function(){return t},this.componentWillUnmount=function(){u=null},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.forEach(function(n){n.__e=!0,M(n)})},this.sub=function(n){u.add(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u&&u.delete(n),l&&l.call(n)}}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=v.slice,l={__e:function(n,l,u,t){for(var i,r,o;l=l.__;)if((i=l.__c)&&!i.__)try{if((r=i.constructor)&&null!=r.getDerivedStateFromError&&(i.setState(r.getDerivedStateFromError(n)),o=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(n,t||{}),o=i.__d),o)return i.__E=i}catch(l){n=l}throw n}},u=0,t=function(n){return null!=n&&null==n.constructor},x.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=w({},this.state),"function"==typeof n&&(n=n(w({},u),this.props)),n&&w(u,n),null!=n&&this.__v&&(l&&this._sb.push(l),M(this))},x.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),M(this))},x.prototype.render=k,i=[],o="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,e=function(n,l){return n.__v.__b-l.__v.__b},P.__r=0,f=/(PointerCapture)$|Capture$/i,c=0,s=O(!1),a=O(!0),h=0;
1672
- //# sourceMappingURL=preact.module.js.map
1673
-
1674
-
1675
- /***/ }),
1570
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1571
+ //@ts-ignore
1572
+ var path = __nested_webpack_require_62339__("./src/images-v2 sync recursive \\.svg$");
1573
+ var icons = {};
1574
+ path.keys().forEach(function (key) {
1575
+ icons[key.substring(2, key.length - 4).toLowerCase()] = path(key);
1576
+ });
1676
1577
 
1677
- /***/ "./node_modules/preact/hooks/dist/hooks.module.js":
1678
- /*!********************************************************!*\
1679
- !*** ./node_modules/preact/hooks/dist/hooks.module.js ***!
1680
- \********************************************************/
1681
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1682
1578
 
1683
- "use strict";
1684
- __webpack_require__.r(__webpack_exports__);
1685
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1686
- /* harmony export */ useCallback: () => (/* binding */ q),
1687
- /* harmony export */ useContext: () => (/* binding */ x),
1688
- /* harmony export */ useDebugValue: () => (/* binding */ P),
1689
- /* harmony export */ useEffect: () => (/* binding */ y),
1690
- /* harmony export */ useErrorBoundary: () => (/* binding */ b),
1691
- /* harmony export */ useId: () => (/* binding */ g),
1692
- /* harmony export */ useImperativeHandle: () => (/* binding */ F),
1693
- /* harmony export */ useLayoutEffect: () => (/* binding */ _),
1694
- /* harmony export */ useMemo: () => (/* binding */ T),
1695
- /* harmony export */ useReducer: () => (/* binding */ p),
1696
- /* harmony export */ useRef: () => (/* binding */ A),
1697
- /* harmony export */ useState: () => (/* binding */ h)
1698
- /* harmony export */ });
1699
- /* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! preact */ "./node_modules/preact/dist/preact.module.js");
1700
- var t,r,u,i,o=0,f=[],c=preact__WEBPACK_IMPORTED_MODULE_0__.options,e=c.__b,a=c.__r,v=c.diffed,l=c.__c,m=c.unmount,s=c.__;function d(n,t){c.__h&&c.__h(r,n,o||t),o=0;var u=r.__H||(r.__H={__:[],__h:[]});return n>=u.__.length&&u.__.push({}),u.__[n]}function h(n){return o=1,p(D,n)}function p(n,u,i){var o=d(t++,2);if(o.t=n,!o.__c&&(o.__=[i?i(u):D(void 0,u),function(n){var t=o.__N?o.__N[0]:o.__[0],r=o.t(t,n);t!==r&&(o.__N=[r,o.__[1]],o.__c.setState({}))}],o.__c=r,!r.u)){var f=function(n,t,r){if(!o.__c.__H)return!0;var u=o.__c.__H.__.filter(function(n){return!!n.__c});if(u.every(function(n){return!n.__N}))return!c||c.call(this,n,t,r);var i=o.__c.props!==n;return u.forEach(function(n){if(n.__N){var t=n.__[0];n.__=n.__N,n.__N=void 0,t!==n.__[0]&&(i=!0)}}),c&&c.call(this,n,t,r)||i};r.u=!0;var c=r.shouldComponentUpdate,e=r.componentWillUpdate;r.componentWillUpdate=function(n,t,r){if(this.__e){var u=c;c=void 0,f(n,t,r),c=u}e&&e.call(this,n,t,r)},r.shouldComponentUpdate=f}return o.__N||o.__}function y(n,u){var i=d(t++,3);!c.__s&&C(i.__H,u)&&(i.__=n,i.i=u,r.__H.__h.push(i))}function _(n,u){var i=d(t++,4);!c.__s&&C(i.__H,u)&&(i.__=n,i.i=u,r.__h.push(i))}function A(n){return o=5,T(function(){return{current:n}},[])}function F(n,t,r){o=6,_(function(){return"function"==typeof n?(n(t()),function(){return n(null)}):n?(n.current=t(),function(){return n.current=null}):void 0},null==r?r:r.concat(n))}function T(n,r){var u=d(t++,7);return C(u.__H,r)&&(u.__=n(),u.__H=r,u.__h=n),u.__}function q(n,t){return o=8,T(function(){return n},t)}function x(n){var u=r.context[n.__c],i=d(t++,9);return i.c=n,u?(null==i.__&&(i.__=!0,u.sub(r)),u.props.value):n.__}function P(n,t){c.useDebugValue&&c.useDebugValue(t?t(n):n)}function b(n){var u=d(t++,10),i=h();return u.__=n,r.componentDidCatch||(r.componentDidCatch=function(n,t){u.__&&u.__(n,t),i[1](n)}),[i[0],function(){i[1](void 0)}]}function g(){var n=d(t++,11);if(!n.__){for(var u=r.__v;null!==u&&!u.__m&&null!==u.__;)u=u.__;var i=u.__m||(u.__m=[0,0]);n.__="P"+i[0]+"-"+i[1]++}return n.__}function j(){for(var n;n=f.shift();)if(n.__P&&n.__H)try{n.__H.__h.forEach(z),n.__H.__h.forEach(B),n.__H.__h=[]}catch(t){n.__H.__h=[],c.__e(t,n.__v)}}c.__b=function(n){r=null,e&&e(n)},c.__=function(n,t){n&&t.__k&&t.__k.__m&&(n.__m=t.__k.__m),s&&s(n,t)},c.__r=function(n){a&&a(n),t=0;var i=(r=n.__c).__H;i&&(u===r?(i.__h=[],r.__h=[],i.__.forEach(function(n){n.__N&&(n.__=n.__N),n.i=n.__N=void 0})):(i.__h.forEach(z),i.__h.forEach(B),i.__h=[],t=0)),u=r},c.diffed=function(n){v&&v(n);var t=n.__c;t&&t.__H&&(t.__H.__h.length&&(1!==f.push(t)&&i===c.requestAnimationFrame||((i=c.requestAnimationFrame)||w)(j)),t.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.i=void 0})),u=r=null},c.__c=function(n,t){t.some(function(n){try{n.__h.forEach(z),n.__h=n.__h.filter(function(n){return!n.__||B(n)})}catch(r){t.some(function(n){n.__h&&(n.__h=[])}),t=[],c.__e(r,n.__v)}}),l&&l(n,t)},c.unmount=function(n){m&&m(n);var t,r=n.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{z(n)}catch(n){t=n}}),r.__H=void 0,t&&c.__e(t,r.__v))};var k="function"==typeof requestAnimationFrame;function w(n){var t,r=function(){clearTimeout(u),k&&cancelAnimationFrame(t),setTimeout(n)},u=setTimeout(r,100);k&&(t=requestAnimationFrame(r))}function z(n){var t=r,u=n.__c;"function"==typeof u&&(n.__c=void 0,u()),r=t}function B(n){var t=r;n.__c=n.__(),r=t}function C(n,t){return!n||n.length!==t.length||t.some(function(t,r){return t!==n[r]})}function D(n,t){return"function"==typeof t?t(n):t}
1701
- //# sourceMappingURL=hooks.module.js.map
1579
+ })();
1702
1580
 
1581
+ /******/ return __nested_webpack_exports__;
1582
+ /******/ })()
1583
+ ;
1584
+ });
1585
+ //# sourceMappingURL=iconsV2.js.map
1703
1586
 
1704
1587
  /***/ }),
1705
1588
 
@@ -2305,9 +2188,9 @@ var SurveyActionBarItemDropdown = /** @class */ (function (_super) {
2305
2188
  }
2306
2189
  SurveyActionBarItemDropdown.prototype.renderInnerButton = function () {
2307
2190
  var button = _super.prototype.renderInnerButton.call(this);
2308
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(react__WEBPACK_IMPORTED_MODULE_0__["default"].Fragment, null,
2191
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null,
2309
2192
  button,
2310
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_popup_popup__WEBPACK_IMPORTED_MODULE_3__.Popup, { model: this.item.popupModel })));
2193
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_popup_popup__WEBPACK_IMPORTED_MODULE_3__.Popup, { model: this.item.popupModel })));
2311
2194
  };
2312
2195
  SurveyActionBarItemDropdown.prototype.componentDidMount = function () {
2313
2196
  this.viewModel = new survey_core__WEBPACK_IMPORTED_MODULE_1__.ActionDropdownViewModel(this.item);
@@ -2320,7 +2203,7 @@ var SurveyActionBarItemDropdown = /** @class */ (function (_super) {
2320
2203
  }(_action_bar_item__WEBPACK_IMPORTED_MODULE_4__.SurveyActionBarItem));
2321
2204
 
2322
2205
  _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement("sv-action-bar-item-dropdown", function (props) {
2323
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyActionBarItemDropdown, props);
2206
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyActionBarItemDropdown, props);
2324
2207
  });
2325
2208
 
2326
2209
 
@@ -2370,7 +2253,7 @@ var SurveyAction = /** @class */ (function (_super) {
2370
2253
  __extends(SurveyAction, _super);
2371
2254
  function SurveyAction(props) {
2372
2255
  var _this = _super.call(this, props) || this;
2373
- _this.ref = react__WEBPACK_IMPORTED_MODULE_0__["default"].createRef();
2256
+ _this.ref = react__WEBPACK_IMPORTED_MODULE_0__.createRef();
2374
2257
  return _this;
2375
2258
  }
2376
2259
  Object.defineProperty(SurveyAction.prototype, "item", {
@@ -2383,18 +2266,15 @@ var SurveyAction = /** @class */ (function (_super) {
2383
2266
  SurveyAction.prototype.getStateElement = function () {
2384
2267
  return this.item;
2385
2268
  };
2386
- SurveyAction.prototype.shouldComponentUpdate = function (nextProps, nextState) {
2387
- return _super.prototype.shouldComponentUpdate.call(this, nextProps, nextState);
2388
- };
2389
2269
  SurveyAction.prototype.renderElement = function () {
2390
2270
  //refactor
2391
2271
  var itemClass = this.item.getActionRootCss();
2392
- var separator = this.item.needSeparator ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_action_bar_separator__WEBPACK_IMPORTED_MODULE_5__.SurveyActionBarSeparator, null)) : null;
2272
+ var separator = this.item.needSeparator ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_action_bar_separator__WEBPACK_IMPORTED_MODULE_5__.SurveyActionBarSeparator, null)) : null;
2393
2273
  var itemComponent = _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.createElement(this.item.component || "sv-action-bar-item", {
2394
2274
  item: this.item,
2395
2275
  });
2396
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: itemClass, id: this.item.id, ref: this.ref },
2397
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-action__content" },
2276
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: itemClass, id: this.item.id, ref: this.ref },
2277
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-action__content" },
2398
2278
  separator,
2399
2279
  itemComponent)));
2400
2280
  };
@@ -2407,8 +2287,8 @@ var SurveyAction = /** @class */ (function (_super) {
2407
2287
  _super.prototype.componentDidMount.call(this);
2408
2288
  this.item.updateModeCallback = function (mode, callback) {
2409
2289
  queueMicrotask(function () {
2410
- if (react__WEBPACK_IMPORTED_MODULE_0__["default"].flushSync) {
2411
- react__WEBPACK_IMPORTED_MODULE_0__["default"].flushSync(function () {
2290
+ if (react__WEBPACK_IMPORTED_MODULE_0__.flushSync) {
2291
+ react__WEBPACK_IMPORTED_MODULE_0__.flushSync(function () {
2412
2292
  _this.item.mode = mode;
2413
2293
  });
2414
2294
  }
@@ -2441,18 +2321,18 @@ var SurveyActionBarItem = /** @class */ (function (_super) {
2441
2321
  return this.item;
2442
2322
  };
2443
2323
  SurveyActionBarItem.prototype.renderElement = function () {
2444
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(react__WEBPACK_IMPORTED_MODULE_0__["default"].Fragment, null, this.renderInnerButton());
2324
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, this.renderInnerButton());
2445
2325
  };
2446
2326
  SurveyActionBarItem.prototype.renderText = function () {
2447
2327
  if (!this.item.hasTitle)
2448
2328
  return null;
2449
2329
  var titleClass = this.item.getActionBarItemTitleCss();
2450
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: titleClass }, this.item.title);
2330
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: titleClass }, this.item.title);
2451
2331
  };
2452
2332
  SurveyActionBarItem.prototype.renderButtonContent = function () {
2453
2333
  var text = this.renderText();
2454
- var svgIcon = !!this.item.iconName ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_4__.SvgIcon, { className: this.item.cssClasses.itemIcon, size: this.item.iconSize, iconName: this.item.iconName, title: this.item.tooltip || this.item.title })) : null;
2455
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(react__WEBPACK_IMPORTED_MODULE_0__["default"].Fragment, null,
2334
+ var svgIcon = !!this.item.iconName ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_4__.SvgIcon, { className: this.item.cssClasses.itemIcon, size: this.item.iconSize, iconName: this.item.iconName, title: this.item.tooltip || this.item.title })) : null;
2335
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null,
2456
2336
  svgIcon,
2457
2337
  text));
2458
2338
  };
@@ -2462,14 +2342,14 @@ var SurveyActionBarItem = /** @class */ (function (_super) {
2462
2342
  var title = this.item.tooltip || this.item.title;
2463
2343
  var buttonContent = this.renderButtonContent();
2464
2344
  var tabIndex = this.item.disableTabStop ? -1 : undefined;
2465
- var button = (0,_reactSurvey__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("button", { className: className, type: "button", disabled: this.item.disabled, onMouseDown: function (args) { return _this.item.doMouseDown(args); }, onFocus: function (args) { return _this.item.doFocus(args); }, onClick: function (args) { return _this.item.doAction(args); }, title: title, tabIndex: tabIndex, "aria-checked": this.item.ariaChecked, "aria-expanded": this.item.ariaExpanded, role: this.item.ariaRole }, buttonContent), this.item, { processEsc: false });
2345
+ var button = (0,_reactSurvey__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_0__.createElement("button", { className: className, type: "button", disabled: this.item.disabled, onMouseDown: function (args) { return _this.item.doMouseDown(args); }, onFocus: function (args) { return _this.item.doFocus(args); }, onClick: function (args) { return _this.item.doAction(args); }, title: title, tabIndex: tabIndex, "aria-checked": this.item.ariaChecked, "aria-expanded": this.item.ariaExpanded, role: this.item.ariaRole }, buttonContent), this.item, { processEsc: false });
2466
2346
  return button;
2467
2347
  };
2468
2348
  return SurveyActionBarItem;
2469
2349
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
2470
2350
 
2471
2351
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-action-bar-item", function (props) {
2472
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyActionBarItem, props);
2352
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyActionBarItem, props);
2473
2353
  });
2474
2354
 
2475
2355
 
@@ -2512,13 +2392,13 @@ var SurveyActionBarSeparator = /** @class */ (function (_super) {
2512
2392
  }
2513
2393
  SurveyActionBarSeparator.prototype.render = function () {
2514
2394
  var className = "sv-action-bar-separator ".concat(this.props.cssClasses);
2515
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: className });
2395
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: className });
2516
2396
  };
2517
2397
  return SurveyActionBarSeparator;
2518
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
2398
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
2519
2399
 
2520
2400
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-action-bar-separator", function (props) {
2521
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyActionBarSeparator, props);
2401
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyActionBarSeparator, props);
2522
2402
  });
2523
2403
 
2524
2404
 
@@ -2568,7 +2448,7 @@ var SurveyActionBar = /** @class */ (function (_super) {
2568
2448
  __extends(SurveyActionBar, _super);
2569
2449
  function SurveyActionBar(props) {
2570
2450
  var _this = _super.call(this, props) || this;
2571
- _this.rootRef = react__WEBPACK_IMPORTED_MODULE_0__["default"].createRef();
2451
+ _this.rootRef = react__WEBPACK_IMPORTED_MODULE_0__.createRef();
2572
2452
  return _this;
2573
2453
  }
2574
2454
  Object.defineProperty(SurveyActionBar.prototype, "handleClick", {
@@ -2617,20 +2497,20 @@ var SurveyActionBar = /** @class */ (function (_super) {
2617
2497
  if (!this.model.hasActions)
2618
2498
  return null;
2619
2499
  var items = this.renderItems();
2620
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { ref: this.rootRef, className: this.model.getRootCss(), onClick: this.handleClick ? function (event) {
2500
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { ref: this.rootRef, className: this.model.getRootCss(), onClick: this.handleClick ? function (event) {
2621
2501
  event.stopPropagation();
2622
2502
  } : undefined }, items));
2623
2503
  };
2624
2504
  SurveyActionBar.prototype.renderItems = function () {
2625
2505
  return this.model.renderedActions.concat([]).map(function (item, itemIndex) {
2626
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_action_bar_item__WEBPACK_IMPORTED_MODULE_3__.SurveyAction, { item: item, key: item.renderedId }));
2506
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_action_bar_item__WEBPACK_IMPORTED_MODULE_3__.SurveyAction, { item: item, key: item.renderedId }));
2627
2507
  });
2628
2508
  };
2629
2509
  return SurveyActionBar;
2630
2510
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
2631
2511
 
2632
2512
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-action-bar", function (props) {
2633
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyActionBar, props);
2513
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyActionBar, props);
2634
2514
  });
2635
2515
 
2636
2516
 
@@ -2670,17 +2550,17 @@ var BrandInfo = /** @class */ (function (_super) {
2670
2550
  return _super !== null && _super.apply(this, arguments) || this;
2671
2551
  }
2672
2552
  BrandInfo.prototype.render = function () {
2673
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-brand-info" },
2674
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("a", { className: "sv-brand-info__logo", href: "https://surveyjs.io/?utm_source=built-in_links&utm_medium=online_survey_tool&utm_campaign=landing_page" },
2675
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("img", { src: "https://surveyjs.io/Content/Images/poweredby.svg" })),
2676
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-brand-info__text" },
2553
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-brand-info" },
2554
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("a", { className: "sv-brand-info__logo", href: "https://surveyjs.io/?utm_source=built-in_links&utm_medium=online_survey_tool&utm_campaign=landing_page" },
2555
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("img", { src: "https://surveyjs.io/Content/Images/poweredby.svg" })),
2556
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-brand-info__text" },
2677
2557
  "Try and see how easy it is to ",
2678
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("a", { href: "https://surveyjs.io/create-survey?utm_source=built-in_links&utm_medium=online_survey_tool&utm_campaign=create_survey" }, "create a survey")),
2679
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-brand-info__terms" },
2680
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("a", { href: "https://surveyjs.io/TermsOfUse" }, "Terms of Use & Privacy Statement"))));
2558
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("a", { href: "https://surveyjs.io/create-survey?utm_source=built-in_links&utm_medium=online_survey_tool&utm_campaign=create_survey" }, "create a survey")),
2559
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-brand-info__terms" },
2560
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("a", { href: "https://surveyjs.io/TermsOfUse" }, "Terms of Use & Privacy Statement"))));
2681
2561
  };
2682
2562
  return BrandInfo;
2683
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
2563
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
2684
2564
 
2685
2565
 
2686
2566
 
@@ -2727,13 +2607,13 @@ var CharacterCounterComponent = /** @class */ (function (_super) {
2727
2607
  return this.props.counter;
2728
2608
  };
2729
2609
  CharacterCounterComponent.prototype.renderElement = function () {
2730
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.props.remainingCharacterCounter }, this.props.counter.remainingCharacterCounter));
2610
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.props.remainingCharacterCounter }, this.props.counter.remainingCharacterCounter));
2731
2611
  };
2732
2612
  return CharacterCounterComponent;
2733
2613
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
2734
2614
 
2735
2615
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-character-counter", function (props) {
2736
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(CharacterCounterComponent, props);
2616
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(CharacterCounterComponent, props);
2737
2617
  });
2738
2618
 
2739
2619
 
@@ -2782,19 +2662,19 @@ var ComponentsContainer = /** @class */ (function (_super) {
2782
2662
  return null;
2783
2663
  }
2784
2664
  if (!needRenderWrapper) {
2785
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(react__WEBPACK_IMPORTED_MODULE_0__["default"].Fragment, null, components.map(function (component) {
2665
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, components.map(function (component) {
2786
2666
  return _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.createElement(component.component, { survey: _this.props.survey, model: component.data, container: _this.props.container, key: component.id });
2787
2667
  }));
2788
2668
  }
2789
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-components-column" + " sv-components-container-" + this.props.container }, components.map(function (component) {
2669
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-components-column" + " sv-components-container-" + this.props.container }, components.map(function (component) {
2790
2670
  return _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.createElement(component.component, { survey: _this.props.survey, model: component.data, container: _this.props.container, key: component.id });
2791
2671
  }));
2792
2672
  };
2793
2673
  return ComponentsContainer;
2794
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
2674
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
2795
2675
 
2796
2676
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-components-container", function (props) {
2797
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(ComponentsContainer, props);
2677
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(ComponentsContainer, props);
2798
2678
  });
2799
2679
 
2800
2680
 
@@ -2850,15 +2730,15 @@ var SurveyFileChooseButton = /** @class */ (function (_super) {
2850
2730
  });
2851
2731
  SurveyFileChooseButton.prototype.render = function () {
2852
2732
  var _this = this;
2853
- return (0,_reactSurvey__WEBPACK_IMPORTED_MODULE_1__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("label", { tabIndex: 0, className: this.question.getChooseFileCss(), htmlFor: this.question.inputId, "aria-label": this.question.chooseButtonText, onClick: function (e) { return _this.question.chooseFile(e.nativeEvent); } },
2854
- (!!this.question.cssClasses.chooseFileIconId) ? react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { title: this.question.chooseButtonText, iconName: this.question.cssClasses.chooseFileIconId, size: "auto" }) : null,
2855
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", null, this.question.chooseButtonText)));
2733
+ return (0,_reactSurvey__WEBPACK_IMPORTED_MODULE_1__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_0__.createElement("label", { tabIndex: 0, className: this.question.getChooseFileCss(), htmlFor: this.question.inputId, "aria-label": this.question.chooseButtonText, onClick: function (e) { return _this.question.chooseFile(e.nativeEvent); } },
2734
+ (!!this.question.cssClasses.chooseFileIconId) ? react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { title: this.question.chooseButtonText, iconName: this.question.cssClasses.chooseFileIconId, size: "auto" }) : null,
2735
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", null, this.question.chooseButtonText)));
2856
2736
  };
2857
2737
  return SurveyFileChooseButton;
2858
2738
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.ReactSurveyElement));
2859
2739
 
2860
2740
  _element_factory__WEBPACK_IMPORTED_MODULE_4__.ReactElementFactory.Instance.registerElement("sv-file-choose-btn", function (props) {
2861
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyFileChooseButton, props);
2741
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyFileChooseButton, props);
2862
2742
  });
2863
2743
 
2864
2744
 
@@ -2919,22 +2799,22 @@ var SurveyFileItem = /** @class */ (function (_super) {
2919
2799
  var _this = this;
2920
2800
  if (!className || !val.name)
2921
2801
  return null;
2922
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: className },
2923
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("a", { href: val.content, onClick: function (event) {
2802
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: className },
2803
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("a", { href: val.content, onClick: function (event) {
2924
2804
  _this.question.doDownloadFile(event, val);
2925
2805
  }, title: val.name, download: val.name, style: { width: this.question.imageWidth } }, val.name)));
2926
2806
  };
2927
2807
  SurveyFileItem.prototype.renderElement = function () {
2928
2808
  var _this = this;
2929
2809
  var val = this.item;
2930
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: this.question.cssClasses.previewItem, onClick: function (event) { return _this.question.doDownloadFileFromContainer(event); } },
2810
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: this.question.cssClasses.previewItem, onClick: function (event) { return _this.question.doDownloadFileFromContainer(event); } },
2931
2811
  this.renderFileSign(this.question.cssClasses.fileSign, val),
2932
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.question.getImageWrapperCss(val) },
2933
- this.question.canPreviewImage(val) ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("img", { src: val.content, style: { height: this.question.imageHeight, width: this.question.imageWidth }, alt: "File preview" })) : (this.question.cssClasses.defaultImage ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { iconName: this.question.cssClasses.defaultImageIconId, size: "auto", className: this.question.cssClasses.defaultImage })) : null),
2934
- val.name && !this.question.isReadOnly ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.question.getRemoveButtonCss(), onClick: function (event) { return _this.question.doRemoveFile(val, event); } },
2935
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: this.question.cssClasses.removeFile }, this.question.removeFileCaption),
2812
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.question.getImageWrapperCss(val) },
2813
+ this.question.canPreviewImage(val) ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement("img", { src: val.content, style: { height: this.question.imageHeight, width: this.question.imageWidth }, alt: "File preview" })) : (this.question.cssClasses.defaultImage ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { iconName: this.question.cssClasses.defaultImageIconId, size: "auto", className: this.question.cssClasses.defaultImage })) : null),
2814
+ val.name && !this.question.isReadOnly ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.question.getRemoveButtonCss(), onClick: function (event) { return _this.question.doRemoveFile(val, event); } },
2815
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: this.question.cssClasses.removeFile }, this.question.removeFileCaption),
2936
2816
  (this.question.cssClasses.removeFileSvgIconId) ?
2937
- (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { title: this.question.removeFileCaption, iconName: this.question.cssClasses.removeFileSvgIconId, size: "auto", className: this.question.cssClasses.removeFileSvg })) : null)) : null),
2817
+ (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { title: this.question.removeFileCaption, iconName: this.question.cssClasses.removeFileSvgIconId, size: "auto", className: this.question.cssClasses.removeFileSvg })) : null)) : null),
2938
2818
  this.renderFileSign(this.question.cssClasses.fileSignBottom, val)));
2939
2819
  };
2940
2820
  SurveyFileItem.prototype.canRender = function () {
@@ -3000,8 +2880,8 @@ var SurveyFilePage = /** @class */ (function (_super) {
3000
2880
  });
3001
2881
  SurveyFilePage.prototype.renderElement = function () {
3002
2882
  var _this = this;
3003
- var items = this.page.items.map(function (item, index) { return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_file_item__WEBPACK_IMPORTED_MODULE_2__.SurveyFileItem, { item: item, question: _this.question, key: index })); });
3004
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.page.css, id: this.page.id }, items));
2883
+ var items = this.page.items.map(function (item, index) { return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_file_item__WEBPACK_IMPORTED_MODULE_2__.SurveyFileItem, { item: item, question: _this.question, key: index })); });
2884
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.page.css, id: this.page.id }, items));
3005
2885
  };
3006
2886
  return SurveyFilePage;
3007
2887
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyElementBase));
@@ -3062,16 +2942,16 @@ var SurveyFilePreview = /** @class */ (function (_super) {
3062
2942
  var _this = this;
3063
2943
  if (!className || !val.name)
3064
2944
  return null;
3065
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: className },
3066
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("a", { href: val.content, onClick: function (event) {
2945
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: className },
2946
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("a", { href: val.content, onClick: function (event) {
3067
2947
  _this.question.doDownloadFile(event, val);
3068
2948
  }, title: val.name, download: val.name, style: { width: this.question.imageWidth } }, val.name)));
3069
2949
  };
3070
2950
  SurveyFilePreview.prototype.renderElement = function () {
3071
2951
  var _this = this;
3072
- var content = this.question.supportFileNavigator ? this.question.renderedPages.map(function (page, index) { return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_file_page__WEBPACK_IMPORTED_MODULE_4__.SurveyFilePage, { page: page, question: _this.question, key: page.id })); })
3073
- : this.question.previewValue.map(function (item, index) { return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_file_item__WEBPACK_IMPORTED_MODULE_3__.SurveyFileItem, { item: item, question: _this.question, key: index })); });
3074
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.question.cssClasses.fileList || undefined }, content);
2952
+ var content = this.question.supportFileNavigator ? this.question.renderedPages.map(function (page, index) { return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_file_page__WEBPACK_IMPORTED_MODULE_4__.SurveyFilePage, { page: page, question: _this.question, key: page.id })); })
2953
+ : this.question.previewValue.map(function (item, index) { return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_file_item__WEBPACK_IMPORTED_MODULE_3__.SurveyFileItem, { item: item, question: _this.question, key: index })); });
2954
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.question.cssClasses.fileList || undefined }, content);
3075
2955
  };
3076
2956
  SurveyFilePreview.prototype.canRender = function () {
3077
2957
  return this.question.showPreviewContainer;
@@ -3080,7 +2960,7 @@ var SurveyFilePreview = /** @class */ (function (_super) {
3080
2960
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyElementBase));
3081
2961
 
3082
2962
  _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement("sv-file-preview", function (props) {
3083
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyFilePreview, props);
2963
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyFilePreview, props);
3084
2964
  });
3085
2965
 
3086
2966
 
@@ -3142,15 +3022,15 @@ var HeaderMobile = /** @class */ (function (_super) {
3142
3022
  });
3143
3023
  };
3144
3024
  HeaderMobile.prototype.render = function () {
3145
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-header--mobile" },
3146
- this.model.survey.hasLogo ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-header__logo" }, this.renderLogoImage())) : null,
3147
- this.model.survey.hasTitle ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-header__title", style: { maxWidth: this.model.renderedTextAreaWidth } },
3148
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_title_title_element__WEBPACK_IMPORTED_MODULE_3__.TitleElement, { element: this.model.survey }))) : null,
3149
- this.model.survey.renderedHasDescription ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-header__description", style: { maxWidth: this.model.renderedTextAreaWidth } },
3150
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.survey.css.description }, _reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyElementBase.renderLocString(this.model.survey.locDescription)))) : null));
3025
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-header--mobile" },
3026
+ this.model.survey.hasLogo ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-header__logo" }, this.renderLogoImage())) : null,
3027
+ this.model.survey.hasTitle ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-header__title", style: { maxWidth: this.model.renderedTextAreaWidth } },
3028
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_title_title_element__WEBPACK_IMPORTED_MODULE_3__.TitleElement, { element: this.model.survey }))) : null,
3029
+ this.model.survey.renderedHasDescription ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-header__description", style: { maxWidth: this.model.renderedTextAreaWidth } },
3030
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.survey.css.description }, _reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyElementBase.renderLocString(this.model.survey.locDescription)))) : null));
3151
3031
  };
3152
3032
  return HeaderMobile;
3153
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
3033
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
3154
3034
 
3155
3035
  var HeaderCell = /** @class */ (function (_super) {
3156
3036
  __extends(HeaderCell, _super);
@@ -3172,16 +3052,16 @@ var HeaderCell = /** @class */ (function (_super) {
3172
3052
  });
3173
3053
  };
3174
3054
  HeaderCell.prototype.render = function () {
3175
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.css, style: this.model.style },
3176
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-header__cell-content", style: this.model.contentStyle },
3177
- this.model.showLogo ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-header__logo" }, this.renderLogoImage())) : null,
3178
- this.model.showTitle ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-header__title", style: { maxWidth: this.model.textAreaWidth } },
3179
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_title_title_element__WEBPACK_IMPORTED_MODULE_3__.TitleElement, { element: this.model.survey }))) : null,
3180
- this.model.showDescription ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-header__description", style: { maxWidth: this.model.textAreaWidth } },
3181
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.survey.css.description }, _reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyElementBase.renderLocString(this.model.survey.locDescription)))) : null)));
3055
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.css, style: this.model.style },
3056
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-header__cell-content", style: this.model.contentStyle },
3057
+ this.model.showLogo ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-header__logo" }, this.renderLogoImage())) : null,
3058
+ this.model.showTitle ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-header__title", style: { maxWidth: this.model.textAreaWidth } },
3059
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_title_title_element__WEBPACK_IMPORTED_MODULE_3__.TitleElement, { element: this.model.survey }))) : null,
3060
+ this.model.showDescription ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-header__description", style: { maxWidth: this.model.textAreaWidth } },
3061
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.survey.css.description }, _reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyElementBase.renderLocString(this.model.survey.locDescription)))) : null)));
3182
3062
  };
3183
3063
  return HeaderCell;
3184
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
3064
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
3185
3065
 
3186
3066
  var Header = /** @class */ (function (_super) {
3187
3067
  __extends(Header, _super);
@@ -3205,20 +3085,28 @@ var Header = /** @class */ (function (_super) {
3205
3085
  }
3206
3086
  var headerContent = null;
3207
3087
  if (this.props.survey.isMobile) {
3208
- headerContent = react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(HeaderMobile, { model: this.model });
3088
+ headerContent = react__WEBPACK_IMPORTED_MODULE_0__.createElement(HeaderMobile, { model: this.model });
3209
3089
  }
3210
3090
  else {
3211
- headerContent = (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.contentClasses, style: { maxWidth: this.model.maxWidth } }, this.model.cells.map(function (cell, index) { return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(HeaderCell, { key: index, model: cell }); })));
3091
+ headerContent = (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.contentClasses, style: { maxWidth: this.model.maxWidth } }, this.model.cells.map(function (cell, index) { return react__WEBPACK_IMPORTED_MODULE_0__.createElement(HeaderCell, { key: index, model: cell }); })));
3212
3092
  }
3213
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.headerClasses, style: { height: this.model.renderedHeight } },
3214
- this.model.backgroundImage ? react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { style: this.model.backgroundImageStyle, className: this.model.backgroundImageClasses }) : null,
3093
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.headerClasses, style: { height: this.model.renderedHeight } },
3094
+ this.model.backgroundImage ? react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { style: this.model.backgroundImageStyle, className: this.model.backgroundImageClasses }) : null,
3215
3095
  headerContent));
3216
3096
  };
3097
+ Header.prototype.componentDidMount = function () {
3098
+ _super.prototype.componentDidMount.call(this);
3099
+ this.model.processResponsiveness();
3100
+ };
3101
+ Header.prototype.componentDidUpdate = function (prevProps, prevState) {
3102
+ _super.prototype.componentDidUpdate.call(this, prevProps, prevState);
3103
+ this.model.processResponsiveness();
3104
+ };
3217
3105
  return Header;
3218
3106
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyElementBase));
3219
3107
 
3220
3108
  _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement("sv-header", function (props) {
3221
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(Header, props);
3109
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(Header, props);
3222
3110
  });
3223
3111
 
3224
3112
 
@@ -3285,10 +3173,10 @@ var ListItemContent = /** @class */ (function (_super) {
3285
3173
  return null;
3286
3174
  var text = this.renderLocString(this.item.locTitle, undefined, "locString");
3287
3175
  var icon = (this.item.iconName) ?
3288
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: this.model.cssClasses.itemIcon, iconName: this.item.iconName, size: this.item.iconSize, "aria-label": this.item.title }) : null;
3176
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: this.model.cssClasses.itemIcon, iconName: this.item.iconName, size: this.item.iconSize, "aria-label": this.item.title }) : null;
3289
3177
  var markerIcon = (this.item.markerIconName) ?
3290
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: this.item.cssClasses.itemMarkerIcon, iconName: this.item.markerIconName, size: "auto" }) : null;
3291
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(react__WEBPACK_IMPORTED_MODULE_0__["default"].Fragment, null,
3178
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: this.item.cssClasses.itemMarkerIcon, iconName: this.item.markerIconName, size: "auto" }) : null;
3179
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null,
3292
3180
  icon,
3293
3181
  text,
3294
3182
  markerIcon);
@@ -3297,7 +3185,7 @@ var ListItemContent = /** @class */ (function (_super) {
3297
3185
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
3298
3186
 
3299
3187
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-list-item-content", function (props) {
3300
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(ListItemContent, props);
3188
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(ListItemContent, props);
3301
3189
  });
3302
3190
 
3303
3191
 
@@ -3364,15 +3252,15 @@ var ListItemGroup = /** @class */ (function (_super) {
3364
3252
  if (!this.item)
3365
3253
  return null;
3366
3254
  var newElement = _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.createElement("sv-list-item-content", { item: this.item, key: "content" + this.item.id, model: this.model });
3367
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(react__WEBPACK_IMPORTED_MODULE_0__["default"].Fragment, null,
3255
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null,
3368
3256
  newElement,
3369
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_popup_popup__WEBPACK_IMPORTED_MODULE_3__.Popup, { model: (_a = this.item) === null || _a === void 0 ? void 0 : _a.popupModel }));
3257
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_popup_popup__WEBPACK_IMPORTED_MODULE_3__.Popup, { model: (_a = this.item) === null || _a === void 0 ? void 0 : _a.popupModel }));
3370
3258
  };
3371
3259
  return ListItemGroup;
3372
3260
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
3373
3261
 
3374
3262
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-list-item-group", function (props) {
3375
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(ListItemGroup, props);
3263
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(ListItemGroup, props);
3376
3264
  });
3377
3265
 
3378
3266
 
@@ -3445,13 +3333,13 @@ var ListItem = /** @class */ (function (_super) {
3445
3333
  var className = this.model.getItemClass(this.item);
3446
3334
  var itemContent = this.item.component || this.model.itemComponent;
3447
3335
  var newElement = _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.createElement(itemContent, { item: this.item, key: this.item.id, model: this.model });
3448
- var contentWrap = react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { style: this.model.getItemStyle(this.item), className: this.model.cssClasses.itemBody, title: this.item.getTooltip(), onMouseOver: function (event) { _this.model.onItemHover(_this.item); }, onMouseLeave: function (event) { _this.model.onItemLeave(_this.item); } }, newElement);
3449
- var separator = this.item.needSeparator ? react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.cssClasses.itemSeparator }) : null;
3336
+ var contentWrap = react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { style: this.model.getItemStyle(this.item), className: this.model.cssClasses.itemBody, title: this.item.getTooltip(), onMouseOver: function (event) { _this.model.onItemHover(_this.item); }, onMouseLeave: function (event) { _this.model.onItemLeave(_this.item); } }, newElement);
3337
+ var separator = this.item.needSeparator ? react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.cssClasses.itemSeparator }) : null;
3450
3338
  var isVisible = this.model.isItemVisible(this.item);
3451
3339
  var style = {
3452
3340
  display: isVisible ? null : "none"
3453
3341
  };
3454
- return (0,_reactSurvey__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("li", { className: className, role: "option", style: style, id: this.item.elementId, "aria-selected": this.model.isItemSelected(this.item), onClick: function (event) {
3342
+ return (0,_reactSurvey__WEBPACK_IMPORTED_MODULE_3__.attachKey2click)(react__WEBPACK_IMPORTED_MODULE_0__.createElement("li", { className: className, role: "option", style: style, id: this.item.elementId, "aria-selected": this.model.isItemSelected(this.item), onClick: function (event) {
3455
3343
  _this.model.onItemClick(_this.item);
3456
3344
  event.stopPropagation();
3457
3345
  }, onPointerDown: function (event) { return _this.model.onPointerDown(event, _this.item); } },
@@ -3466,7 +3354,7 @@ var ListItem = /** @class */ (function (_super) {
3466
3354
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
3467
3355
 
3468
3356
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-list-item", function (props) {
3469
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(ListItem, props);
3357
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(ListItem, props);
3470
3358
  });
3471
3359
 
3472
3360
 
@@ -3524,7 +3412,7 @@ var List = /** @class */ (function (_super) {
3524
3412
  _this.state = {
3525
3413
  filterString: _this.model.filterString || ""
3526
3414
  };
3527
- _this.listContainerRef = react__WEBPACK_IMPORTED_MODULE_0__["default"].createRef();
3415
+ _this.listContainerRef = react__WEBPACK_IMPORTED_MODULE_0__.createRef();
3528
3416
  return _this;
3529
3417
  }
3530
3418
  Object.defineProperty(List.prototype, "model", {
@@ -3562,7 +3450,7 @@ var List = /** @class */ (function (_super) {
3562
3450
  }
3563
3451
  };
3564
3452
  List.prototype.renderElement = function () {
3565
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.cssClasses.root, ref: this.listContainerRef },
3453
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.cssClasses.root, ref: this.listContainerRef },
3566
3454
  this.searchElementContent(),
3567
3455
  this.emptyContent(),
3568
3456
  this.renderList()));
@@ -3572,7 +3460,7 @@ var List = /** @class */ (function (_super) {
3572
3460
  return null;
3573
3461
  var items = this.renderItems();
3574
3462
  var ulStyle = { display: this.model.isEmpty ? "none" : null };
3575
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("ul", { className: this.model.getListClass(), style: ulStyle, role: "listbox", id: this.model.elementId, onMouseDown: function (e) {
3463
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("ul", { className: this.model.getListClass(), style: ulStyle, role: "listbox", id: this.model.elementId, onMouseDown: function (e) {
3576
3464
  e.preventDefault();
3577
3465
  }, onKeyDown: this.handleKeydown, onMouseMove: this.handleMouseMove }, items));
3578
3466
  };
@@ -3586,7 +3474,7 @@ var List = /** @class */ (function (_super) {
3586
3474
  return null;
3587
3475
  }
3588
3476
  return items.map(function (item, itemIndex) {
3589
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_list_item__WEBPACK_IMPORTED_MODULE_5__.ListItem, { model: _this.model, item: item, key: "item" + itemIndex }));
3477
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_list_item__WEBPACK_IMPORTED_MODULE_5__.ListItem, { model: _this.model, item: item, key: "item" + itemIndex }));
3590
3478
  });
3591
3479
  };
3592
3480
  List.prototype.searchElementContent = function () {
@@ -3604,25 +3492,25 @@ var List = /** @class */ (function (_super) {
3604
3492
  _this.model.goToItems(e);
3605
3493
  };
3606
3494
  var clearButton = this.model.showSearchClearButton && !!this.model.filterString ?
3607
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("button", { className: this.model.cssClasses.searchClearButtonIcon, onClick: function (event) { _this.model.onClickSearchClearButton(event); } },
3608
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_4__.SvgIcon, { iconName: "icon-searchclear", size: "auto" })) : null;
3609
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.cssClasses.filter },
3610
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.cssClasses.filterIcon },
3611
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_4__.SvgIcon, { iconName: "icon-search", size: "auto" })),
3612
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("input", { type: "text", className: this.model.cssClasses.filterInput, "aria-label": this.model.filterStringPlaceholder, placeholder: this.model.filterStringPlaceholder, value: this.state.filterString, onKeyUp: onKeyUp, onChange: onChange }),
3495
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("button", { className: this.model.cssClasses.searchClearButtonIcon, onClick: function (event) { _this.model.onClickSearchClearButton(event); } },
3496
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_4__.SvgIcon, { iconName: "icon-searchclear", size: "auto" })) : null;
3497
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.cssClasses.filter },
3498
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.cssClasses.filterIcon },
3499
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_4__.SvgIcon, { iconName: "icon-search", size: "auto" })),
3500
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", { type: "text", className: this.model.cssClasses.filterInput, "aria-label": this.model.filterStringPlaceholder, placeholder: this.model.filterStringPlaceholder, value: this.state.filterString, onKeyUp: onKeyUp, onChange: onChange }),
3613
3501
  clearButton));
3614
3502
  }
3615
3503
  };
3616
3504
  List.prototype.emptyContent = function () {
3617
3505
  var style = { display: this.model.isEmpty ? null : "none" };
3618
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.cssClasses.emptyContainer, style: style },
3619
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.model.cssClasses.emptyText, "aria-label": this.model.emptyMessage }, this.model.emptyMessage)));
3506
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.cssClasses.emptyContainer, style: style },
3507
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.model.cssClasses.emptyText, "aria-label": this.model.emptyMessage }, this.model.emptyMessage)));
3620
3508
  };
3621
3509
  return List;
3622
3510
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_3__.SurveyElementBase));
3623
3511
 
3624
3512
  _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement("sv-list", function (props) {
3625
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(List, props);
3513
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(List, props);
3626
3514
  });
3627
3515
 
3628
3516
 
@@ -3746,14 +3634,14 @@ var SurveyQuestionMatrixDetailButton = /** @class */ (function (_super) {
3746
3634
  var isExpanded = this.row.isDetailPanelShowing;
3747
3635
  var ariaExpanded = isExpanded;
3748
3636
  var ariaControls = isExpanded ? this.row.detailPanelId : undefined;
3749
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("button", { type: "button", onClick: this.handleOnShowHideClick, className: this.question.getDetailPanelButtonCss(this.row), "aria-expanded": ariaExpanded, "aria-controls": ariaControls },
3750
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: this.question.getDetailPanelIconCss(this.row), iconName: this.question.getDetailPanelIconId(this.row), size: "auto" })));
3637
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("button", { type: "button", onClick: this.handleOnShowHideClick, className: this.question.getDetailPanelButtonCss(this.row), "aria-expanded": ariaExpanded, "aria-controls": ariaControls },
3638
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: this.question.getDetailPanelIconCss(this.row), iconName: this.question.getDetailPanelIconId(this.row), size: "auto" })));
3751
3639
  };
3752
3640
  return SurveyQuestionMatrixDetailButton;
3753
3641
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.ReactSurveyElement));
3754
3642
 
3755
3643
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-matrix-detail-button", function (props) {
3756
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyQuestionMatrixDetailButton, props);
3644
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyQuestionMatrixDetailButton, props);
3757
3645
  });
3758
3646
 
3759
3647
 
@@ -3804,22 +3692,22 @@ var SurveyQuestionMatrixDynamicDragDropIcon = /** @class */ (function (_super) {
3804
3692
  configurable: true
3805
3693
  });
3806
3694
  SurveyQuestionMatrixDynamicDragDropIcon.prototype.renderElement = function () {
3807
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", null, this.renderIcon());
3695
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", null, this.renderIcon());
3808
3696
  };
3809
3697
  SurveyQuestionMatrixDynamicDragDropIcon.prototype.renderIcon = function () {
3810
3698
  if (this.question.iconDragElement) {
3811
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("svg", { className: this.question.cssClasses.dragElementDecorator },
3812
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("use", { xlinkHref: this.question.iconDragElement })));
3699
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", { className: this.question.cssClasses.dragElementDecorator },
3700
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("use", { xlinkHref: this.question.iconDragElement })));
3813
3701
  }
3814
3702
  else {
3815
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: this.question.cssClasses.iconDrag }));
3703
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: this.question.cssClasses.iconDrag }));
3816
3704
  }
3817
3705
  };
3818
3706
  return SurveyQuestionMatrixDynamicDragDropIcon;
3819
3707
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.ReactSurveyElement));
3820
3708
 
3821
3709
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-matrix-drag-drop-icon", function (props) {
3822
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyQuestionMatrixDynamicDragDropIcon, props);
3710
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyQuestionMatrixDynamicDragDropIcon, props);
3823
3711
  });
3824
3712
 
3825
3713
 
@@ -3883,15 +3771,15 @@ var SurveyQuestionMatrixDynamicRemoveButton = /** @class */ (function (_super) {
3883
3771
  };
3884
3772
  SurveyQuestionMatrixDynamicRemoveButton.prototype.renderElement = function () {
3885
3773
  var removeRowText = this.renderLocString(this.question.locRemoveRowText);
3886
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("button", { className: this.question.getRemoveRowButtonCss(), type: "button", onClick: this.handleOnRowRemoveClick, disabled: this.question.isInputReadOnly },
3774
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("button", { className: this.question.getRemoveRowButtonCss(), type: "button", onClick: this.handleOnRowRemoveClick, disabled: this.question.isInputReadOnly },
3887
3775
  removeRowText,
3888
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: this.question.cssClasses.iconRemove })));
3776
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: this.question.cssClasses.iconRemove })));
3889
3777
  };
3890
3778
  return SurveyQuestionMatrixDynamicRemoveButton;
3891
3779
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.ReactSurveyElement));
3892
3780
 
3893
3781
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-matrix-remove-button", function (props) {
3894
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyQuestionMatrixDynamicRemoveButton, props);
3782
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyQuestionMatrixDynamicRemoveButton, props);
3895
3783
  });
3896
3784
 
3897
3785
 
@@ -3933,7 +3821,7 @@ var MatrixRow = /** @class */ (function (_super) {
3933
3821
  __extends(MatrixRow, _super);
3934
3822
  function MatrixRow(props) {
3935
3823
  var _this = _super.call(this, props) || this;
3936
- _this.root = react__WEBPACK_IMPORTED_MODULE_0__["default"].createRef();
3824
+ _this.root = react__WEBPACK_IMPORTED_MODULE_0__.createRef();
3937
3825
  _this.onPointerDownHandler = function (event) {
3938
3826
  _this.parentMatrix.onPointerDown(event.nativeEvent, _this.model.row);
3939
3827
  };
@@ -3984,13 +3872,13 @@ var MatrixRow = /** @class */ (function (_super) {
3984
3872
  var model = this.model;
3985
3873
  if (!model.visible)
3986
3874
  return null;
3987
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("tr", { ref: this.root, className: model.className, "data-sv-drop-target-matrix-row": model.row && model.row.id, onPointerDown: function (event) { return _this.onPointerDownHandler(event); } }, this.props.children));
3875
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("tr", { ref: this.root, className: model.className, "data-sv-drop-target-matrix-row": model.row && model.row.id, onPointerDown: function (event) { return _this.onPointerDownHandler(event); } }, this.props.children));
3988
3876
  };
3989
3877
  return MatrixRow;
3990
3878
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
3991
3879
 
3992
3880
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-matrix-row", function (props) {
3993
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(MatrixRow, props);
3881
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(MatrixRow, props);
3994
3882
  });
3995
3883
 
3996
3884
 
@@ -4049,15 +3937,15 @@ var NotifierComponent = /** @class */ (function (_super) {
4049
3937
  if (!this.notifier.isDisplayed)
4050
3938
  return null;
4051
3939
  var style = { visibility: this.notifier.active ? "visible" : "hidden" };
4052
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.notifier.css, style: style, role: "alert", "aria-live": "polite" },
4053
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", null, this.notifier.message),
4054
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_3__.SurveyActionBar, { model: this.notifier.actionBar })));
3940
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.notifier.css, style: style, role: "alert", "aria-live": "polite" },
3941
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", null, this.notifier.message),
3942
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_3__.SurveyActionBar, { model: this.notifier.actionBar })));
4055
3943
  };
4056
3944
  return NotifierComponent;
4057
3945
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyElementBase));
4058
3946
 
4059
3947
  _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement("sv-notifier", function (props) {
4060
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(NotifierComponent, props);
3948
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(NotifierComponent, props);
4061
3949
  });
4062
3950
 
4063
3951
 
@@ -4131,14 +4019,14 @@ var SurveyQuestionPanelDynamicAddButton = /** @class */ (function (_super) {
4131
4019
  if (!this.question.canAddPanel)
4132
4020
  return null;
4133
4021
  var btnText = this.renderLocString(this.question.locAddPanelText);
4134
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("button", { type: "button", id: this.question.addButtonId, className: this.question.getAddButtonCss(), onClick: this.handleClick },
4135
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: this.question.cssClasses.buttonAddText }, btnText)));
4022
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("button", { type: "button", id: this.question.addButtonId, className: this.question.getAddButtonCss(), onClick: this.handleClick },
4023
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: this.question.cssClasses.buttonAddText }, btnText)));
4136
4024
  };
4137
4025
  return SurveyQuestionPanelDynamicAddButton;
4138
4026
  }(SurveyQuestionPanelDynamicAction));
4139
4027
 
4140
4028
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-paneldynamic-add-btn", function (props) {
4141
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyQuestionPanelDynamicAddButton, props);
4029
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyQuestionPanelDynamicAddButton, props);
4142
4030
  });
4143
4031
 
4144
4032
 
@@ -4188,14 +4076,14 @@ var SurveyQuestionPanelDynamicNextButton = /** @class */ (function (_super) {
4188
4076
  return _this;
4189
4077
  }
4190
4078
  SurveyQuestionPanelDynamicNextButton.prototype.renderElement = function () {
4191
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { title: this.question.panelNextText, onClick: this.handleClick, className: this.question.getNextButtonCss() },
4192
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { iconName: this.question.cssClasses.progressBtnIcon, size: "auto" })));
4079
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { title: this.question.panelNextText, onClick: this.handleClick, className: this.question.getNextButtonCss() },
4080
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { iconName: this.question.cssClasses.progressBtnIcon, size: "auto" })));
4193
4081
  };
4194
4082
  return SurveyQuestionPanelDynamicNextButton;
4195
4083
  }(_paneldynamic_add_btn__WEBPACK_IMPORTED_MODULE_3__.SurveyQuestionPanelDynamicAction));
4196
4084
 
4197
4085
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-paneldynamic-next-btn", function (props) {
4198
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyQuestionPanelDynamicNextButton, props);
4086
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyQuestionPanelDynamicNextButton, props);
4199
4087
  });
4200
4088
 
4201
4089
 
@@ -4245,14 +4133,14 @@ var SurveyQuestionPanelDynamicPrevButton = /** @class */ (function (_super) {
4245
4133
  return _this;
4246
4134
  }
4247
4135
  SurveyQuestionPanelDynamicPrevButton.prototype.renderElement = function () {
4248
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { title: this.question.panelPrevText, onClick: this.handleClick, className: this.question.getPrevButtonCss() },
4249
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { iconName: this.question.cssClasses.progressBtnIcon, size: "auto" })));
4136
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { title: this.question.panelPrevText, onClick: this.handleClick, className: this.question.getPrevButtonCss() },
4137
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { iconName: this.question.cssClasses.progressBtnIcon, size: "auto" })));
4250
4138
  };
4251
4139
  return SurveyQuestionPanelDynamicPrevButton;
4252
4140
  }(_paneldynamic_add_btn__WEBPACK_IMPORTED_MODULE_3__.SurveyQuestionPanelDynamicAction));
4253
4141
 
4254
4142
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-paneldynamic-prev-btn", function (props) {
4255
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyQuestionPanelDynamicPrevButton, props);
4143
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyQuestionPanelDynamicPrevButton, props);
4256
4144
  });
4257
4145
 
4258
4146
 
@@ -4296,13 +4184,13 @@ var SurveyQuestionPanelDynamicProgressText = /** @class */ (function (_super) {
4296
4184
  return _super !== null && _super.apply(this, arguments) || this;
4297
4185
  }
4298
4186
  SurveyQuestionPanelDynamicProgressText.prototype.renderElement = function () {
4299
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.question.cssClasses.progressText }, this.question.progressText));
4187
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.question.cssClasses.progressText }, this.question.progressText));
4300
4188
  };
4301
4189
  return SurveyQuestionPanelDynamicProgressText;
4302
4190
  }(_paneldynamic_add_btn__WEBPACK_IMPORTED_MODULE_2__.SurveyQuestionPanelDynamicAction));
4303
4191
 
4304
4192
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-paneldynamic-progress-text", function (props) {
4305
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyQuestionPanelDynamicProgressText, props);
4193
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyQuestionPanelDynamicProgressText, props);
4306
4194
  });
4307
4195
 
4308
4196
 
@@ -4352,15 +4240,15 @@ var SurveyQuestionPanelDynamicRemoveButton = /** @class */ (function (_super) {
4352
4240
  SurveyQuestionPanelDynamicRemoveButton.prototype.renderElement = function () {
4353
4241
  var btnText = this.renderLocString(this.question.locRemovePanelText);
4354
4242
  var id = this.question.getPanelRemoveButtonId(this.data.panel);
4355
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("button", { id: id, className: this.question.getPanelRemoveButtonCss(), onClick: this.handleClick, type: "button" },
4356
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: this.question.cssClasses.buttonRemoveText }, btnText),
4357
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: this.question.cssClasses.iconRemove })));
4243
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("button", { id: id, className: this.question.getPanelRemoveButtonCss(), onClick: this.handleClick, type: "button" },
4244
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: this.question.cssClasses.buttonRemoveText }, btnText),
4245
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: this.question.cssClasses.iconRemove })));
4358
4246
  };
4359
4247
  return SurveyQuestionPanelDynamicRemoveButton;
4360
4248
  }(_paneldynamic_add_btn__WEBPACK_IMPORTED_MODULE_2__.SurveyQuestionPanelDynamicAction));
4361
4249
 
4362
4250
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-paneldynamic-remove-btn", function (props) {
4363
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyQuestionPanelDynamicRemoveButton, props);
4251
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyQuestionPanelDynamicRemoveButton, props);
4364
4252
  });
4365
4253
 
4366
4254
 
@@ -4444,7 +4332,7 @@ var PopupModal = /** @class */ (function (_super) {
4444
4332
  PopupModal.prototype.renderElement = function () {
4445
4333
  if (!this.model)
4446
4334
  return null;
4447
- return (0,react_dom__WEBPACK_IMPORTED_MODULE_0__.createPortal)(react_dom__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_popup__WEBPACK_IMPORTED_MODULE_1__.PopupContainer, { model: this.model }), this.model.container);
4335
+ return (0,react_dom__WEBPACK_IMPORTED_MODULE_0__.createPortal)(react_dom__WEBPACK_IMPORTED_MODULE_0__.createElement(_popup__WEBPACK_IMPORTED_MODULE_1__.PopupContainer, { model: this.model }), this.model.container);
4448
4336
  };
4449
4337
  PopupModal.prototype.showDialog = function (dialogOptions, rootElement) {
4450
4338
  var _this = this;
@@ -4522,7 +4410,7 @@ var Popup = /** @class */ (function (_super) {
4522
4410
  __extends(Popup, _super);
4523
4411
  function Popup(props) {
4524
4412
  var _this = _super.call(this, props) || this;
4525
- _this.containerRef = react__WEBPACK_IMPORTED_MODULE_0__["default"].createRef();
4413
+ _this.containerRef = react__WEBPACK_IMPORTED_MODULE_0__.createRef();
4526
4414
  _this.createModel();
4527
4415
  return _this;
4528
4416
  }
@@ -4570,18 +4458,18 @@ var Popup = /** @class */ (function (_super) {
4570
4458
  this.popup.model = this.model;
4571
4459
  var popupContainer;
4572
4460
  if (this.model.isModal) {
4573
- popupContainer = react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(PopupContainer, { model: this.popup });
4461
+ popupContainer = react__WEBPACK_IMPORTED_MODULE_0__.createElement(PopupContainer, { model: this.popup });
4574
4462
  }
4575
4463
  else {
4576
- popupContainer = react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(PopupDropdownContainer, { model: this.popup });
4464
+ popupContainer = react__WEBPACK_IMPORTED_MODULE_0__.createElement(PopupDropdownContainer, { model: this.popup });
4577
4465
  }
4578
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { ref: this.containerRef }, popupContainer);
4466
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { ref: this.containerRef }, popupContainer);
4579
4467
  };
4580
4468
  return Popup;
4581
4469
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_3__.SurveyElementBase));
4582
4470
 
4583
4471
  _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement("sv-popup", function (props) {
4584
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(Popup, props);
4472
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(Popup, props);
4585
4473
  });
4586
4474
  var PopupContainer = /** @class */ (function (_super) {
4587
4475
  __extends(PopupContainer, _super);
@@ -4617,7 +4505,7 @@ var PopupContainer = /** @class */ (function (_super) {
4617
4505
  var headerContent = !!popupBaseViewModel.title ? this.renderHeaderContent() : null;
4618
4506
  var content = this.renderContent();
4619
4507
  var footerContent = popupBaseViewModel.showFooter ? this.renderFooter(this.model) : null;
4620
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-popup__container", style: {
4508
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-popup__container", style: {
4621
4509
  left: popupBaseViewModel.left,
4622
4510
  top: popupBaseViewModel.top,
4623
4511
  height: popupBaseViewModel.height,
@@ -4627,24 +4515,24 @@ var PopupContainer = /** @class */ (function (_super) {
4627
4515
  _this.clickInside(ev);
4628
4516
  } },
4629
4517
  headerPopup,
4630
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-popup__body-content" },
4518
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-popup__body-content" },
4631
4519
  headerContent,
4632
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-popup__scrolling-content" }, content),
4520
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-popup__scrolling-content" }, content),
4633
4521
  footerContent)));
4634
4522
  };
4635
4523
  PopupContainer.prototype.renderHeaderContent = function () {
4636
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-popup__body-header" }, this.model.title);
4524
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-popup__body-header" }, this.model.title);
4637
4525
  };
4638
4526
  PopupContainer.prototype.renderContent = function () {
4639
4527
  var contentComponent = _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.createElement(this.model.contentComponentName, this.model.contentComponentData);
4640
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-popup__content" }, contentComponent);
4528
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-popup__content" }, contentComponent);
4641
4529
  };
4642
4530
  PopupContainer.prototype.renderHeaderPopup = function (popupModel) {
4643
4531
  return null;
4644
4532
  };
4645
4533
  PopupContainer.prototype.renderFooter = function (popuModel) {
4646
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-popup__body-footer" },
4647
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_4__.SurveyActionBar, { model: popuModel.footerToolbar })));
4534
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-popup__body-footer" },
4535
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_4__.SurveyActionBar, { model: popuModel.footerToolbar })));
4648
4536
  };
4649
4537
  PopupContainer.prototype.render = function () {
4650
4538
  var _this = this;
@@ -4654,7 +4542,7 @@ var PopupContainer = /** @class */ (function (_super) {
4654
4542
  .append(this.model.styleClass)
4655
4543
  .toString();
4656
4544
  var style = { display: this.model.isVisible ? "" : "none", };
4657
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { tabIndex: -1, className: className, style: style, onClick: function (e) {
4545
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { tabIndex: -1, className: className, style: style, onClick: function (e) {
4658
4546
  _this.model.clickOutside(e);
4659
4547
  }, onKeyDown: this.handleKeydown }, container));
4660
4548
  };
@@ -4676,7 +4564,7 @@ var PopupDropdownContainer = /** @class */ (function (_super) {
4676
4564
  var popupDropdownModel = popupModel;
4677
4565
  if (!popupDropdownModel)
4678
4566
  return null;
4679
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { style: {
4567
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { style: {
4680
4568
  left: popupDropdownModel.pointerTarget.left,
4681
4569
  top: popupDropdownModel.pointerTarget.top,
4682
4570
  }, className: "sv-popup__pointer" }));
@@ -4726,16 +4614,16 @@ var QuestionErrorComponent = /** @class */ (function (_super) {
4726
4614
  return _super !== null && _super.apply(this, arguments) || this;
4727
4615
  }
4728
4616
  QuestionErrorComponent.prototype.render = function () {
4729
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", null,
4730
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: this.props.cssClasses.error.icon || undefined, "aria-hidden": "true" }),
4731
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: this.props.cssClasses.error.item || undefined },
4732
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_string_viewer__WEBPACK_IMPORTED_MODULE_2__.SurveyLocStringViewer, { locStr: this.props.error.locText }))));
4617
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", null,
4618
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: this.props.cssClasses.error.icon || undefined, "aria-hidden": "true" }),
4619
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: this.props.cssClasses.error.item || undefined },
4620
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_string_viewer__WEBPACK_IMPORTED_MODULE_2__.SurveyLocStringViewer, { locStr: this.props.error.locText }))));
4733
4621
  };
4734
4622
  return QuestionErrorComponent;
4735
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
4623
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
4736
4624
 
4737
4625
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-question-error", function (props) {
4738
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(QuestionErrorComponent, props);
4626
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(QuestionErrorComponent, props);
4739
4627
  });
4740
4628
 
4741
4629
 
@@ -4793,20 +4681,20 @@ var RatingDropdownItem = /** @class */ (function (_super) {
4793
4681
  return null;
4794
4682
  var item = this.props.item;
4795
4683
  var description = this.renderDescription(item);
4796
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sd-rating-dropdown-item" },
4797
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: "sd-rating-dropdown-item_text" }, item.title),
4684
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sd-rating-dropdown-item" },
4685
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: "sd-rating-dropdown-item_text" }, item.title),
4798
4686
  description));
4799
4687
  };
4800
4688
  RatingDropdownItem.prototype.renderDescription = function (item) {
4801
4689
  if (!item.description)
4802
4690
  return null;
4803
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sd-rating-dropdown-item_description" }, this.renderLocString(item.description, undefined, "locString")));
4691
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sd-rating-dropdown-item_description" }, this.renderLocString(item.description, undefined, "locString")));
4804
4692
  };
4805
4693
  return RatingDropdownItem;
4806
4694
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
4807
4695
 
4808
4696
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-rating-dropdown-item", function (props) {
4809
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(RatingDropdownItem, props);
4697
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(RatingDropdownItem, props);
4810
4698
  });
4811
4699
 
4812
4700
 
@@ -4853,15 +4741,15 @@ var RatingItemSmiley = /** @class */ (function (_super) {
4853
4741
  }
4854
4742
  RatingItemSmiley.prototype.render = function () {
4855
4743
  var _this = this;
4856
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("label", { onMouseDown: this.handleOnMouseDown, style: this.question.getItemStyle(this.item.itemValue, this.item.highlight), className: this.question.getItemClass(this.item.itemValue), onMouseOver: function (e) { return _this.question.onItemMouseIn(_this.item); }, onMouseOut: function (e) { return _this.question.onItemMouseOut(_this.item); } },
4857
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: function () { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4858
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { size: "auto", iconName: this.question.getItemSmileyIconName(this.item.itemValue), title: this.item.text })));
4744
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("label", { onMouseDown: this.handleOnMouseDown, style: this.question.getItemStyle(this.item.itemValue, this.item.highlight), className: this.question.getItemClass(this.item.itemValue), onMouseOver: function (e) { return _this.question.onItemMouseIn(_this.item); }, onMouseOut: function (e) { return _this.question.onItemMouseOut(_this.item); } },
4745
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: function () { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4746
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { size: "auto", iconName: this.question.getItemSmileyIconName(this.item.itemValue), title: this.item.text })));
4859
4747
  };
4860
4748
  return RatingItemSmiley;
4861
4749
  }(_rating_item__WEBPACK_IMPORTED_MODULE_3__.RatingItemBase));
4862
4750
 
4863
4751
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-rating-item-smiley", function (props) {
4864
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(RatingItemSmiley, props);
4752
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(RatingItemSmiley, props);
4865
4753
  });
4866
4754
 
4867
4755
 
@@ -4908,16 +4796,16 @@ var RatingItemStar = /** @class */ (function (_super) {
4908
4796
  }
4909
4797
  RatingItemStar.prototype.render = function () {
4910
4798
  var _this = this;
4911
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("label", { onMouseDown: this.handleOnMouseDown, className: this.question.getItemClass(this.item.itemValue), onMouseOver: function (e) { return _this.question.onItemMouseIn(_this.item); }, onMouseOut: function (e) { return _this.question.onItemMouseOut(_this.item); } },
4912
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: function () { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4913
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { className: "sv-star", size: "auto", iconName: this.question.itemStarIcon, title: this.item.text }),
4914
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { className: "sv-star-2", size: "auto", iconName: this.question.itemStarIconAlt, title: this.item.text })));
4799
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("label", { onMouseDown: this.handleOnMouseDown, className: this.question.getItemClass(this.item.itemValue), onMouseOver: function (e) { return _this.question.onItemMouseIn(_this.item); }, onMouseOut: function (e) { return _this.question.onItemMouseOut(_this.item); } },
4800
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: function () { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4801
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { className: "sv-star", size: "auto", iconName: this.question.itemStarIcon, title: this.item.text }),
4802
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { className: "sv-star-2", size: "auto", iconName: this.question.itemStarIconAlt, title: this.item.text })));
4915
4803
  };
4916
4804
  return RatingItemStar;
4917
4805
  }(_rating_item__WEBPACK_IMPORTED_MODULE_3__.RatingItemBase));
4918
4806
 
4919
4807
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-rating-item-star", function (props) {
4920
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(RatingItemStar, props);
4808
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(RatingItemStar, props);
4921
4809
  });
4922
4810
 
4923
4811
 
@@ -5000,9 +4888,9 @@ var RatingItem = /** @class */ (function (_super) {
5000
4888
  }
5001
4889
  RatingItem.prototype.render = function () {
5002
4890
  var itemText = this.renderLocString(this.item.locText);
5003
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("label", { onMouseDown: this.handleOnMouseDown, className: this.question.getItemClassByText(this.item.itemValue, this.item.text) },
5004
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: function () { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
5005
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: this.question.cssClasses.itemText, "data-text": this.item.text }, itemText)));
4891
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("label", { onMouseDown: this.handleOnMouseDown, className: this.question.getItemClassByText(this.item.itemValue, this.item.text) },
4892
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: function () { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4893
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: this.question.cssClasses.itemText, "data-text": this.item.text }, itemText)));
5006
4894
  };
5007
4895
  RatingItem.prototype.componentDidMount = function () {
5008
4896
  _super.prototype.componentDidMount.call(this);
@@ -5011,7 +4899,7 @@ var RatingItem = /** @class */ (function (_super) {
5011
4899
  }(RatingItemBase));
5012
4900
 
5013
4901
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-rating-item", function (props) {
5014
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(RatingItem, props);
4902
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(RatingItem, props);
5015
4903
  });
5016
4904
 
5017
4905
 
@@ -5054,13 +4942,13 @@ var Skeleton = /** @class */ (function (_super) {
5054
4942
  }
5055
4943
  Skeleton.prototype.render = function () {
5056
4944
  var _a, _b;
5057
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-skeleton-element", id: (_a = this.props.element) === null || _a === void 0 ? void 0 : _a.id, style: { height: (_b = this.props.element) === null || _b === void 0 ? void 0 : _b.skeletonHeight } }));
4945
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-skeleton-element", id: (_a = this.props.element) === null || _a === void 0 ? void 0 : _a.id, style: { height: (_b = this.props.element) === null || _b === void 0 ? void 0 : _b.skeletonHeight } }));
5058
4946
  };
5059
4947
  return Skeleton;
5060
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
4948
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
5061
4949
 
5062
4950
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-skeleton", function (props) {
5063
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(Skeleton, props);
4951
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(Skeleton, props);
5064
4952
  });
5065
4953
 
5066
4954
 
@@ -5114,13 +5002,13 @@ var SurveyNavigationButton = /** @class */ (function (_super) {
5114
5002
  return this.item.isVisible;
5115
5003
  };
5116
5004
  SurveyNavigationButton.prototype.renderElement = function () {
5117
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("input", { className: this.item.innerCss, type: "button", disabled: this.item.disabled, onMouseDown: this.item.data && this.item.data.mouseDown, onClick: this.item.action, title: this.item.getTooltip(), value: this.item.title }));
5005
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", { className: this.item.innerCss, type: "button", disabled: this.item.disabled, onMouseDown: this.item.data && this.item.data.mouseDown, onClick: this.item.action, title: this.item.getTooltip(), value: this.item.title }));
5118
5006
  };
5119
5007
  return SurveyNavigationButton;
5120
5008
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.ReactSurveyElement));
5121
5009
 
5122
5010
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-nav-btn", function (props) {
5123
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyNavigationButton, props);
5011
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyNavigationButton, props);
5124
5012
  });
5125
5013
 
5126
5014
 
@@ -5170,15 +5058,15 @@ var LogoImage = /** @class */ (function (_super) {
5170
5058
  });
5171
5059
  LogoImage.prototype.render = function () {
5172
5060
  var content = [];
5173
- content.push(react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { key: "logo-image", className: this.survey.logoClassNames },
5174
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("img", { className: this.survey.css.logoImage, src: this.survey.locLogo.renderedHtml || null, alt: this.survey.locTitle.renderedHtml, width: this.survey.renderedLogoWidth, height: this.survey.renderedLogoHeight, style: { objectFit: this.survey.logoFit, width: this.survey.renderedStyleLogoWidth, height: this.survey.renderedStyleLogoHeight } })));
5175
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(react__WEBPACK_IMPORTED_MODULE_0__["default"].Fragment, null, content);
5061
+ content.push(react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { key: "logo-image", className: this.survey.logoClassNames },
5062
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("img", { className: this.survey.css.logoImage, src: this.survey.locLogo.renderedHtml || null, alt: this.survey.locTitle.renderedHtml, width: this.survey.renderedLogoWidth, height: this.survey.renderedLogoHeight, style: { objectFit: this.survey.logoFit, width: this.survey.renderedStyleLogoWidth, height: this.survey.renderedStyleLogoHeight } })));
5063
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, content);
5176
5064
  };
5177
5065
  return LogoImage;
5178
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
5066
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
5179
5067
 
5180
5068
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-logo-image", function (props) {
5181
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(LogoImage, props);
5069
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(LogoImage, props);
5182
5070
  });
5183
5071
 
5184
5072
 
@@ -5223,7 +5111,7 @@ var SurveyHeader = /** @class */ (function (_super) {
5223
5111
  function SurveyHeader(props) {
5224
5112
  var _this = _super.call(this, props) || this;
5225
5113
  _this.state = { changed: 0 };
5226
- _this.rootRef = react__WEBPACK_IMPORTED_MODULE_0__["default"].createRef();
5114
+ _this.rootRef = react__WEBPACK_IMPORTED_MODULE_0__.createRef();
5227
5115
  return _this;
5228
5116
  }
5229
5117
  Object.defineProperty(SurveyHeader.prototype, "survey", {
@@ -5254,9 +5142,9 @@ var SurveyHeader = /** @class */ (function (_super) {
5254
5142
  if (!this.survey.renderedHasTitle)
5255
5143
  return null;
5256
5144
  var description = _reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyElementBase.renderLocString(this.survey.locDescription);
5257
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.css.headerText, style: { maxWidth: this.survey.titleMaxWidth } },
5258
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_title_title_element__WEBPACK_IMPORTED_MODULE_3__.TitleElement, { element: this.survey }),
5259
- this.survey.renderedHasDescription ? react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.css.description }, description) : null));
5145
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.css.headerText, style: { maxWidth: this.survey.titleMaxWidth } },
5146
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_title_title_element__WEBPACK_IMPORTED_MODULE_3__.TitleElement, { element: this.survey }),
5147
+ this.survey.renderedHasDescription ? react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.css.description }, description) : null));
5260
5148
  };
5261
5149
  SurveyHeader.prototype.renderLogoImage = function (isRender) {
5262
5150
  if (!isRender)
@@ -5270,17 +5158,17 @@ var SurveyHeader = /** @class */ (function (_super) {
5270
5158
  SurveyHeader.prototype.render = function () {
5271
5159
  if (!this.survey.renderedHasHeader)
5272
5160
  return null;
5273
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.css.header, ref: this.rootRef },
5161
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.css.header, ref: this.rootRef },
5274
5162
  this.renderLogoImage(this.survey.isLogoBefore),
5275
5163
  this.renderTitle(),
5276
5164
  this.renderLogoImage(this.survey.isLogoAfter),
5277
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: this.css.headerClose })));
5165
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.css.headerClose })));
5278
5166
  };
5279
5167
  return SurveyHeader;
5280
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
5168
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
5281
5169
 
5282
5170
  _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement("survey-header", function (props) {
5283
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyHeader, props);
5171
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyHeader, props);
5284
5172
  });
5285
5173
 
5286
5174
 
@@ -5323,7 +5211,7 @@ var SvgIcon = /** @class */ (function (_super) {
5323
5211
  __extends(SvgIcon, _super);
5324
5212
  function SvgIcon(props) {
5325
5213
  var _this = _super.call(this, props) || this;
5326
- _this.svgIconRef = react__WEBPACK_IMPORTED_MODULE_0__["default"].createRef();
5214
+ _this.svgIconRef = react__WEBPACK_IMPORTED_MODULE_0__.createRef();
5327
5215
  return _this;
5328
5216
  }
5329
5217
  SvgIcon.prototype.updateSvg = function () {
@@ -5339,18 +5227,18 @@ var SvgIcon = /** @class */ (function (_super) {
5339
5227
  className += " " + this.props.className;
5340
5228
  }
5341
5229
  return (this.props.iconName ?
5342
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("svg", { className: className, style: this.props.style, onClick: this.props.onClick, ref: this.svgIconRef, role: "img" },
5343
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("use", null))
5230
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", { className: className, style: this.props.style, onClick: this.props.onClick, ref: this.svgIconRef, role: "img" },
5231
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("use", null))
5344
5232
  : null);
5345
5233
  };
5346
5234
  SvgIcon.prototype.componentDidMount = function () {
5347
5235
  this.updateSvg();
5348
5236
  };
5349
5237
  return SvgIcon;
5350
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
5238
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
5351
5239
 
5352
5240
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-svg-icon", function (props) {
5353
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SvgIcon, props);
5241
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SvgIcon, props);
5354
5242
  });
5355
5243
 
5356
5244
 
@@ -5393,7 +5281,7 @@ var TextAreaComponent = /** @class */ (function (_super) {
5393
5281
  function TextAreaComponent(props) {
5394
5282
  var _this = _super.call(this, props) || this;
5395
5283
  _this.initialValue = _this.viewModel.getTextValue() || "";
5396
- _this.textareaRef = react__WEBPACK_IMPORTED_MODULE_0__["default"].createRef();
5284
+ _this.textareaRef = react__WEBPACK_IMPORTED_MODULE_0__.createRef();
5397
5285
  return _this;
5398
5286
  }
5399
5287
  Object.defineProperty(TextAreaComponent.prototype, "viewModel", {
@@ -5419,13 +5307,13 @@ var TextAreaComponent = /** @class */ (function (_super) {
5419
5307
  };
5420
5308
  TextAreaComponent.prototype.renderElement = function () {
5421
5309
  var _this = this;
5422
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("textarea", { id: this.viewModel.id, className: this.viewModel.className, ref: this.textareaRef, disabled: this.viewModel.isDisabledAttr, readOnly: this.viewModel.isReadOnlyAttr, rows: this.viewModel.rows, cols: this.viewModel.cols, placeholder: this.viewModel.placeholder, maxLength: this.viewModel.maxLength, defaultValue: this.initialValue, onChange: function (event) { _this.viewModel.onTextAreaInput(event); }, onFocus: function (event) { _this.viewModel.onTextAreaFocus(event); }, onBlur: function (event) { _this.viewModel.onTextAreaBlur(event); }, onKeyDown: function (event) { _this.viewModel.onTextAreaKeyDown(event); }, "aria-required": this.viewModel.ariaRequired, "aria-label": this.viewModel.ariaLabel, "aria-labelledby": this.viewModel.ariaLabelledBy, "aria-describedby": this.viewModel.ariaDescribedBy, "aria-invalid": this.viewModel.ariaInvalid, "aria-errormessage": this.viewModel.ariaErrormessage, style: { resize: this.viewModel.question.resizeStyle } }));
5310
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("textarea", { id: this.viewModel.id, className: this.viewModel.className, ref: this.textareaRef, disabled: this.viewModel.isDisabledAttr, readOnly: this.viewModel.isReadOnlyAttr, rows: this.viewModel.rows, cols: this.viewModel.cols, placeholder: this.viewModel.placeholder, maxLength: this.viewModel.maxLength, defaultValue: this.initialValue, onChange: function (event) { _this.viewModel.onTextAreaInput(event); }, onFocus: function (event) { _this.viewModel.onTextAreaFocus(event); }, onBlur: function (event) { _this.viewModel.onTextAreaBlur(event); }, onKeyDown: function (event) { _this.viewModel.onTextAreaKeyDown(event); }, "aria-required": this.viewModel.ariaRequired, "aria-label": this.viewModel.ariaLabel, "aria-labelledby": this.viewModel.ariaLabelledBy, "aria-describedby": this.viewModel.ariaDescribedBy, "aria-invalid": this.viewModel.ariaInvalid, "aria-errormessage": this.viewModel.ariaErrormessage, style: { resize: this.viewModel.question.resizeStyle } }));
5423
5311
  };
5424
5312
  return TextAreaComponent;
5425
5313
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__.SurveyElementBase));
5426
5314
 
5427
5315
  _element_factory__WEBPACK_IMPORTED_MODULE_1__.ReactElementFactory.Instance.registerElement("sv-text-area", function (props) {
5428
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(TextAreaComponent, props);
5316
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(TextAreaComponent, props);
5429
5317
  });
5430
5318
 
5431
5319
 
@@ -5488,19 +5376,19 @@ var TitleActions = /** @class */ (function (_super) {
5488
5376
  configurable: true
5489
5377
  });
5490
5378
  TitleActions.prototype.render = function () {
5491
- var titleContent = react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_title_content__WEBPACK_IMPORTED_MODULE_4__.TitleContent, { element: this.element, cssClasses: this.cssClasses });
5379
+ var titleContent = react__WEBPACK_IMPORTED_MODULE_0__.createElement(_title_content__WEBPACK_IMPORTED_MODULE_4__.TitleContent, { element: this.element, cssClasses: this.cssClasses });
5492
5380
  if (!this.element.hasTitleActions)
5493
5381
  return titleContent;
5494
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: "sv-title-actions" },
5495
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: "sv-title-actions__title" }, titleContent),
5496
- react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_3__.SurveyActionBar, { model: this.element.getTitleToolbar() })));
5382
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: "sv-title-actions" },
5383
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: "sv-title-actions__title" }, titleContent),
5384
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_3__.SurveyActionBar, { model: this.element.getTitleToolbar() })));
5497
5385
  };
5498
5386
  return TitleActions;
5499
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
5387
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
5500
5388
 
5501
5389
  survey_core__WEBPACK_IMPORTED_MODULE_1__.RendererFactory.Instance.registerRenderer("element", "title-actions", "sv-title-actions");
5502
5390
  _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement("sv-title-actions", function (props) {
5503
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(TitleActions, props);
5391
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(TitleActions, props);
5504
5392
  });
5505
5393
 
5506
5394
 
@@ -5559,11 +5447,11 @@ var TitleContent = /** @class */ (function (_super) {
5559
5447
  if (this.element.isTitleRenderedAsString)
5560
5448
  return _reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyElementBase.renderLocString(this.element.locTitle);
5561
5449
  var spans = this.renderTitleSpans(this.element.getTitleOwner(), this.cssClasses);
5562
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(react__WEBPACK_IMPORTED_MODULE_0__["default"].Fragment, null, spans);
5450
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, spans);
5563
5451
  };
5564
5452
  TitleContent.prototype.renderTitleSpans = function (element, cssClasses) {
5565
5453
  var getSpaceSpan = function (key) {
5566
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { "data-key": key, key: key }, "\u00A0"));
5454
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { "data-key": key, key: key }, "\u00A0"));
5567
5455
  };
5568
5456
  var spans = [];
5569
5457
  if (element.isRequireTextOnStart) {
@@ -5572,7 +5460,7 @@ var TitleContent = /** @class */ (function (_super) {
5572
5460
  }
5573
5461
  var questionNumber = element.no;
5574
5462
  if (questionNumber) {
5575
- spans.push(react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { "data-key": "q_num", key: "q_num", className: element.cssTitleNumber, style: { position: "static" }, "aria-hidden": true }, questionNumber));
5463
+ spans.push(react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { "data-key": "q_num", key: "q_num", className: element.cssTitleNumber, style: { position: "static" }, "aria-hidden": true }, questionNumber));
5576
5464
  spans.push(getSpaceSpan("num-sp"));
5577
5465
  }
5578
5466
  if (element.isRequireTextBeforeTitle) {
@@ -5587,10 +5475,10 @@ var TitleContent = /** @class */ (function (_super) {
5587
5475
  return spans;
5588
5476
  };
5589
5477
  TitleContent.prototype.renderRequireText = function (element) {
5590
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { "data-key": "req-text", key: "req-text", className: element.cssRequiredMark, "aria-hidden": true }, element.requiredMark));
5478
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { "data-key": "req-text", key: "req-text", className: element.cssRequiredMark, "aria-hidden": true }, element.requiredMark));
5591
5479
  };
5592
5480
  return TitleContent;
5593
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
5481
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
5594
5482
 
5595
5483
 
5596
5484
 
@@ -5647,7 +5535,7 @@ var TitleElement = /** @class */ (function (_super) {
5647
5535
  if (!this.element.getCssTitleExpandableSvg())
5648
5536
  return null;
5649
5537
  var iconName = this.element.isExpanded ? "icon-collapse-16x16" : "icon-expand-16x16";
5650
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: this.element.getCssTitleExpandableSvg(), iconName: iconName, size: "auto" });
5538
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__.SvgIcon, { className: this.element.getCssTitleExpandableSvg(), iconName: iconName, size: "auto" });
5651
5539
  };
5652
5540
  TitleElement.prototype.render = function () {
5653
5541
  var element = this.element;
@@ -5655,7 +5543,7 @@ var TitleElement = /** @class */ (function (_super) {
5655
5543
  return null;
5656
5544
  var ariaLabel = element.titleAriaLabel || undefined;
5657
5545
  var titleExpandableSvg = this.renderTitleExpandableSvg();
5658
- var titleContent = (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_title_actions__WEBPACK_IMPORTED_MODULE_2__.TitleActions, { element: element, cssClasses: element.cssClasses }));
5546
+ var titleContent = (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_title_actions__WEBPACK_IMPORTED_MODULE_2__.TitleActions, { element: element, cssClasses: element.cssClasses }));
5659
5547
  var onClick = undefined;
5660
5548
  var onKeyUp = undefined;
5661
5549
  if (element.hasTitleEvents) {
@@ -5664,12 +5552,12 @@ var TitleElement = /** @class */ (function (_super) {
5664
5552
  };
5665
5553
  }
5666
5554
  var CustomTag = element.titleTagName;
5667
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(CustomTag, { className: element.cssTitle, id: element.ariaTitleId, "aria-label": ariaLabel, tabIndex: element.titleTabIndex, "aria-expanded": element.titleAriaExpanded, role: element.titleAriaRole, onClick: onClick, onKeyUp: onKeyUp },
5555
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(CustomTag, { className: element.cssTitle, id: element.ariaTitleId, "aria-label": ariaLabel, tabIndex: element.titleTabIndex, "aria-expanded": element.titleAriaExpanded, role: element.titleAriaRole, onClick: onClick, onKeyUp: onKeyUp },
5668
5556
  titleExpandableSvg,
5669
5557
  titleContent));
5670
5558
  };
5671
5559
  return TitleElement;
5672
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
5560
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
5673
5561
 
5674
5562
 
5675
5563
 
@@ -6200,24 +6088,27 @@ var SurveyElementHeader = /** @class */ (function (_super) {
6200
6088
  enumerable: false,
6201
6089
  configurable: true
6202
6090
  });
6203
- SurveyElementHeader.prototype.render = function () {
6091
+ SurveyElementHeader.prototype.getRenderedElements = function () {
6092
+ return [this.element];
6093
+ };
6094
+ SurveyElementHeader.prototype.renderElement = function () {
6204
6095
  var element = this.element;
6205
- var title = element.hasTitle ? (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_components_title_title_element__WEBPACK_IMPORTED_MODULE_3__.TitleElement, { element: element })) : null;
6096
+ var title = element.hasTitle ? (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_title_title_element__WEBPACK_IMPORTED_MODULE_3__.TitleElement, { element: element })) : null;
6206
6097
  var description = element.hasDescriptionUnderTitle
6207
6098
  ? _reactquestion_element__WEBPACK_IMPORTED_MODULE_4__.SurveyElementBase.renderQuestionDescription(this.element)
6208
6099
  : null;
6209
- var additionalTitleToolbarElement = element.hasAdditionalTitleToolbar ? react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(_components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_2__.SurveyActionBar, { model: element.additionalTitleToolbar }) : null;
6100
+ var additionalTitleToolbarElement = element.hasAdditionalTitleToolbar ? react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_2__.SurveyActionBar, { model: element.additionalTitleToolbar }) : null;
6210
6101
  var headerStyle = { width: undefined };
6211
6102
  if (element instanceof survey_core__WEBPACK_IMPORTED_MODULE_1__.Question) {
6212
6103
  headerStyle.width = element.titleWidth;
6213
6104
  }
6214
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("div", { className: element.cssHeader, onClick: function (e) { return element.clickTitleFunction && element.clickTitleFunction(e.nativeEvent); }, style: headerStyle },
6105
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: element.cssHeader, onClick: function (e) { return element.clickTitleFunction && element.clickTitleFunction(e.nativeEvent); }, style: headerStyle },
6215
6106
  title,
6216
6107
  description,
6217
6108
  additionalTitleToolbarElement));
6218
6109
  };
6219
6110
  return SurveyElementHeader;
6220
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
6111
+ }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_4__.SurveyElementBase));
6221
6112
 
6222
6113
 
6223
6114
 
@@ -6342,19 +6233,17 @@ var SurveyRowElement = /** @class */ (function (_super) {
6342
6233
  el.focusIn();
6343
6234
  }
6344
6235
  };
6345
- return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: css.questionWrapper, style: element.rootStyle, "data-key": innerElement.key, key: innerElement.key, onFocus: focusIn, ref: this.rootRef }, innerElement));
6236
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: css.questionWrapper, style: element.rootStyle, "data-key": element.name + this.index, onFocus: focusIn, ref: this.rootRef }, innerElement));
6346
6237
  };
6347
6238
  SurveyRowElement.prototype.createElement = function (element, elementIndex) {
6348
- var index = elementIndex ? "-" + elementIndex : 0;
6349
6239
  if (!this.row.isNeedRender) {
6350
- return _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.createElement(element.skeletonComponentName, { key: element.name + index, element: element, css: this.css, });
6240
+ return _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.createElement(element.skeletonComponentName, { element: element, css: this.css, });
6351
6241
  }
6352
6242
  var elementType = element.getTemplate();
6353
6243
  if (!_element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.isElementRegistered(elementType)) {
6354
6244
  elementType = "question";
6355
6245
  }
6356
6246
  return _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.createElement(elementType, {
6357
- key: element.name + index,
6358
6247
  element: element,
6359
6248
  creator: this.creator,
6360
6249
  survey: this.survey,
@@ -6681,7 +6570,7 @@ var SurveyQuestionImagePicker = /** @class */ (function (_super) {
6681
6570
  });
6682
6571
  SurveyQuestionImagePicker.prototype.renderElement = function () {
6683
6572
  var cssClasses = this.question.cssClasses;
6684
- return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("fieldset", { className: this.question.getSelectBaseRootCss() },
6573
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("fieldset", { className: this.question.getSelectBaseRootCss(), style: this.question.getContainerStyle() },
6685
6574
  react__WEBPACK_IMPORTED_MODULE_0__.createElement("legend", { className: "sv-hidden" }, this.question.locTitle.renderedHtml),
6686
6575
  this.question.hasColumns ? this.getColumns(cssClasses) : this.getItems(cssClasses)));
6687
6576
  };
@@ -6820,7 +6709,7 @@ var SurveyQuestionImagePickerItem = /** @class */ (function (_super) {
6820
6709
  }
6821
6710
  var renderedItem = (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: itemClass },
6822
6711
  react__WEBPACK_IMPORTED_MODULE_0__.createElement("label", { className: cssClasses.label },
6823
- react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", { className: cssClasses.itemControl, id: this.question.getItemId(item), type: this.question.inputType, name: this.question.questionName, checked: isChecked, value: item.value, disabled: !this.question.getItemEnabled(item), readOnly: this.question.isReadOnlyAttr, onChange: this.handleOnChange, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
6712
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("input", { className: cssClasses.itemControl, id: this.question.getItemId(item), type: this.question.inputType, name: this.question.questionName, checked: isChecked, value: item.value, disabled: !this.question.getItemEnabled(item), readOnly: this.question.isReadOnlyAttr, onChange: this.handleOnChange, "aria-required": this.question.ariaRequired, "aria-label": item.locText.renderedHtml, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
6824
6713
  react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.question.cssClasses.itemDecorator },
6825
6714
  react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.question.cssClasses.imageContainer },
6826
6715
  !!this.question.cssClasses.checkedItemDecorator ?
@@ -6890,10 +6779,6 @@ var SurveyPage = /** @class */ (function (_super) {
6890
6779
  enumerable: false,
6891
6780
  configurable: true
6892
6781
  });
6893
- // shouldComponentUpdate(nextProps: any, nextState: any): boolean {
6894
- // if(!super.shouldComponentUpdate(nextProps, nextState)) return false;
6895
- // return true;
6896
- // }
6897
6782
  SurveyPage.prototype.renderElement = function () {
6898
6783
  var title = this.renderTitle();
6899
6784
  var description = this.renderDescription();
@@ -7769,7 +7654,7 @@ var __assign = (undefined && undefined.__assign) || function () {
7769
7654
 
7770
7655
  (0,survey_core__WEBPACK_IMPORTED_MODULE_1__.addIconsToThemeSet)("v1", survey_core_icons_iconsV1__WEBPACK_IMPORTED_MODULE_12__.icons);
7771
7656
  (0,survey_core__WEBPACK_IMPORTED_MODULE_1__.addIconsToThemeSet)("v2", survey_core_icons_iconsV2__WEBPACK_IMPORTED_MODULE_13__.icons);
7772
- survey_core__WEBPACK_IMPORTED_MODULE_1__.SvgRegistry.registerIcons(survey_core_icons_iconsV1__WEBPACK_IMPORTED_MODULE_12__.icons);
7657
+ survey_core__WEBPACK_IMPORTED_MODULE_1__.SvgRegistry.registerIcons(survey_core_icons_iconsV2__WEBPACK_IMPORTED_MODULE_13__.icons);
7773
7658
  var Survey = /** @class */ (function (_super) {
7774
7659
  __extends(Survey, _super);
7775
7660
  function Survey(props) {
@@ -8225,7 +8110,6 @@ var SurveyQuestion = /** @class */ (function (_super) {
8225
8110
  var el = this.rootRef.current;
8226
8111
  if (el && el.getAttribute("data-rendered") !== "r") {
8227
8112
  el.setAttribute("data-rendered", "r");
8228
- el.setAttribute("data-name", this.question.name);
8229
8113
  if (this.question.afterRender) {
8230
8114
  this.question.afterRender(el);
8231
8115
  }
@@ -8276,7 +8160,7 @@ var SurveyQuestion = /** @class */ (function (_super) {
8276
8160
  var rootStyle = question.getRootStyle();
8277
8161
  var questionContent = this.wrapQuestionContent(this.renderQuestionContent());
8278
8162
  return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null,
8279
- react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { ref: this.rootRef, id: question.id, className: question.getRootCss(), style: rootStyle, role: question.ariaRole, "aria-required": this.question.ariaRequired, "aria-invalid": this.question.ariaInvalid, "aria-labelledby": question.ariaLabelledBy, "aria-describedby": question.ariaDescribedBy, "aria-expanded": question.ariaExpanded },
8163
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { ref: this.rootRef, id: question.id, className: question.getRootCss(), style: rootStyle, role: question.ariaRole, "aria-required": this.question.ariaRequired, "aria-invalid": this.question.ariaInvalid, "aria-labelledby": question.ariaLabelledBy, "aria-describedby": question.ariaDescribedBy, "aria-expanded": question.ariaExpanded, "data-name": question.name },
8280
8164
  errorsAboveQuestion,
8281
8165
  headerTop,
8282
8166
  questionContent,
@@ -8591,12 +8475,12 @@ var SurveyQuestionButtonGroup = /** @class */ (function (_super) {
8591
8475
  };
8592
8476
  SurveyQuestionButtonGroup.prototype.renderElement = function () {
8593
8477
  var items = this.renderItems();
8594
- return react__WEBPACK_IMPORTED_MODULE_1__["default"].createElement("div", { className: this.question.cssClasses.root }, items);
8478
+ return react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: this.question.cssClasses.root }, items);
8595
8479
  };
8596
8480
  SurveyQuestionButtonGroup.prototype.renderItems = function () {
8597
8481
  var _this = this;
8598
8482
  return this.question.visibleChoices.map(function (item, index) {
8599
- return (react__WEBPACK_IMPORTED_MODULE_1__["default"].createElement(SurveyButtonGroupItem, { key: _this.question.inputId + "_" + index, item: item, question: _this.question, index: index }));
8483
+ return (react__WEBPACK_IMPORTED_MODULE_1__.createElement(SurveyButtonGroupItem, { key: _this.question.inputId + "_" + index, item: item, question: _this.question, index: index }));
8600
8484
  });
8601
8485
  };
8602
8486
  return SurveyQuestionButtonGroup;
@@ -8636,21 +8520,21 @@ var SurveyButtonGroupItem = /** @class */ (function (_super) {
8636
8520
  var icon = this.renderIcon();
8637
8521
  var input = this.renderInput();
8638
8522
  var caption = this.renderCaption();
8639
- return (react__WEBPACK_IMPORTED_MODULE_1__["default"].createElement("label", { role: "radio", className: this.model.css.label, title: this.model.caption.renderedHtml },
8523
+ return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("label", { role: "radio", className: this.model.css.label, title: this.model.caption.renderedHtml },
8640
8524
  input,
8641
- react__WEBPACK_IMPORTED_MODULE_1__["default"].createElement("div", { className: this.model.css.decorator },
8525
+ react__WEBPACK_IMPORTED_MODULE_1__.createElement("div", { className: this.model.css.decorator },
8642
8526
  icon,
8643
8527
  caption)));
8644
8528
  };
8645
8529
  SurveyButtonGroupItem.prototype.renderIcon = function () {
8646
8530
  if (!!this.model.iconName) {
8647
- return (react__WEBPACK_IMPORTED_MODULE_1__["default"].createElement(_components_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { className: this.model.css.icon, iconName: this.model.iconName, size: this.model.iconSize || 24 }));
8531
+ return (react__WEBPACK_IMPORTED_MODULE_1__.createElement(_components_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_2__.SvgIcon, { className: this.model.css.icon, iconName: this.model.iconName, size: this.model.iconSize || 24 }));
8648
8532
  }
8649
8533
  return null;
8650
8534
  };
8651
8535
  SurveyButtonGroupItem.prototype.renderInput = function () {
8652
8536
  var _this = this;
8653
- return (react__WEBPACK_IMPORTED_MODULE_1__["default"].createElement("input", { className: this.model.css.control, id: this.model.id, type: "radio", name: this.model.name, checked: this.model.selected, value: this.model.value, disabled: this.model.readOnly, onChange: function () {
8537
+ return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("input", { className: this.model.css.control, id: this.model.id, type: "radio", name: this.model.name, checked: this.model.selected, value: this.model.value, disabled: this.model.readOnly, onChange: function () {
8654
8538
  _this.model.onChange();
8655
8539
  }, "aria-required": this.model.isRequired, "aria-label": this.model.caption.renderedHtml, "aria-invalid": this.model.hasErrors, "aria-errormessage": this.model.describedBy, role: "radio" }));
8656
8540
  };
@@ -8658,7 +8542,7 @@ var SurveyButtonGroupItem = /** @class */ (function (_super) {
8658
8542
  if (!this.model.showCaption)
8659
8543
  return null;
8660
8544
  var caption = this.renderLocString(this.model.caption);
8661
- return (react__WEBPACK_IMPORTED_MODULE_1__["default"].createElement("span", { className: this.model.css.caption, title: this.model.caption.renderedHtml }, caption));
8545
+ return (react__WEBPACK_IMPORTED_MODULE_1__.createElement("span", { className: this.model.css.caption, title: this.model.caption.renderedHtml }, caption));
8662
8546
  };
8663
8547
  return SurveyButtonGroupItem;
8664
8548
  }(_reactquestion_element__WEBPACK_IMPORTED_MODULE_0__.SurveyElementBase));
@@ -9226,6 +9110,21 @@ var SurveyElementBase = /** @class */ (function (_super) {
9226
9110
  var _this = _super.call(this, props) || this;
9227
9111
  _this._allowComponentUpdate = true;
9228
9112
  _this.prevStateElements = [];
9113
+ _this.propertyValueChangedHandler = function (hash, key, val) {
9114
+ if (hash[key] !== val) {
9115
+ hash[key] = val;
9116
+ if (!_this.canUsePropInState(key))
9117
+ return;
9118
+ if (_this.isRendering)
9119
+ return;
9120
+ _this.changedStatePropNameValue = key;
9121
+ _this.setState(function (state) {
9122
+ var newState = {};
9123
+ newState[key] = val;
9124
+ return newState;
9125
+ });
9126
+ }
9127
+ };
9229
9128
  return _this;
9230
9129
  }
9231
9130
  SurveyElementBase.renderLocString = function (locStr, style, key) {
@@ -9334,6 +9233,9 @@ var SurveyElementBase = /** @class */ (function (_super) {
9334
9233
  };
9335
9234
  SurveyElementBase.prototype.unMakeBaseElementsReact = function () {
9336
9235
  var els = this.getStateElements();
9236
+ this.unMakeBaseElementsReactive(els);
9237
+ };
9238
+ SurveyElementBase.prototype.unMakeBaseElementsReactive = function (els) {
9337
9239
  for (var i = 0; i < els.length; i++) {
9338
9240
  this.unMakeBaseElementReact(els[i]);
9339
9241
  }
@@ -9365,6 +9267,9 @@ var SurveyElementBase = /** @class */ (function (_super) {
9365
9267
  SurveyElementBase.prototype.canMakeReact = function (stateElement) {
9366
9268
  return !!stateElement && !!stateElement.iteratePropertiesHash;
9367
9269
  };
9270
+ SurveyElementBase.prototype.isCurrentStateElement = function (stateElement) {
9271
+ return !!stateElement && !!stateElement.setPropertyValueCoreHandler && stateElement.setPropertyValueCoreHandler === this.propertyValueChangedHandler;
9272
+ };
9368
9273
  SurveyElementBase.prototype.makeBaseElementReact = function (stateElement) {
9369
9274
  var _this = this;
9370
9275
  if (!this.canMakeReact(stateElement))
@@ -9387,21 +9292,7 @@ var SurveyElementBase = /** @class */ (function (_super) {
9387
9292
  };
9388
9293
  }
9389
9294
  });
9390
- stateElement.setPropertyValueCoreHandler = function (hash, key, val) {
9391
- if (hash[key] !== val) {
9392
- hash[key] = val;
9393
- if (!_this.canUsePropInState(key))
9394
- return;
9395
- if (_this.isRendering)
9396
- return;
9397
- _this.changedStatePropNameValue = key;
9398
- _this.setState(function (state) {
9399
- var newState = {};
9400
- newState[key] = val;
9401
- return newState;
9402
- });
9403
- }
9404
- };
9295
+ stateElement.setPropertyValueCoreHandler = this.propertyValueChangedHandler;
9405
9296
  };
9406
9297
  SurveyElementBase.prototype.canUsePropInState = function (key) {
9407
9298
  return true;
@@ -9409,6 +9300,11 @@ var SurveyElementBase = /** @class */ (function (_super) {
9409
9300
  SurveyElementBase.prototype.unMakeBaseElementReact = function (stateElement) {
9410
9301
  if (!this.canMakeReact(stateElement))
9411
9302
  return;
9303
+ if (!this.isCurrentStateElement(stateElement)) {
9304
+ // eslint-disable-next-line no-console
9305
+ // console.warn("Looks like the component is bound to another survey element. It is not supported and can lead to issues.");
9306
+ // return;
9307
+ }
9412
9308
  stateElement.setPropertyValueCoreHandler = undefined;
9413
9309
  stateElement.iteratePropertiesHash(function (hash, key) {
9414
9310
  var val = hash[key];
@@ -11093,6 +10989,8 @@ var SurveyQuestionPanelDynamic = /** @class */ (function (_super) {
11093
10989
  var navV2 = this.renderNavigatorV2();
11094
10990
  var noEntriesPlaceholder = this.renderPlaceholder();
11095
10991
  return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.question.cssClasses.root },
10992
+ this.question.hasTabbedMenu ? react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.question.getTabsContainerCss() },
10993
+ react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_4__.SurveyActionBar, { model: this.question.tabbedMenu })) : null,
11096
10994
  noEntriesPlaceholder,
11097
10995
  navTop,
11098
10996
  react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.question.cssClasses.panelsContainer }, panels),
@@ -12251,9 +12149,7 @@ var SurveyRow = /** @class */ (function (_super) {
12251
12149
  SurveyRow.prototype.renderElementContent = function () {
12252
12150
  var _this = this;
12253
12151
  var elements = this.row.visibleElements.map(function (element, elementIndex) {
12254
- var index = elementIndex ? "-" + elementIndex : 0;
12255
- var key = element.name + index;
12256
- return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_element__WEBPACK_IMPORTED_MODULE_2__.SurveyRowElement, { element: element, index: elementIndex, row: _this.row, survey: _this.survey, creator: _this.creator, css: _this.css, key: key }));
12152
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_element__WEBPACK_IMPORTED_MODULE_2__.SurveyRowElement, { element: element, index: elementIndex, row: _this.row, survey: _this.survey, creator: _this.creator, css: _this.css, key: element.id }));
12257
12153
  });
12258
12154
  return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { ref: this.rootRef, className: this.row.getRowCss() }, elements));
12259
12155
  };
@@ -12295,8 +12191,10 @@ var SurveyRow = /** @class */ (function (_super) {
12295
12191
  };
12296
12192
  SurveyRow.prototype.componentWillUnmount = function () {
12297
12193
  _super.prototype.componentWillUnmount.call(this);
12298
- this.row.setRootElement(undefined);
12299
- this.stopLazyRendering();
12194
+ if (this.isCurrentStateElement(this.getStateElement())) {
12195
+ this.row.setRootElement(undefined);
12196
+ this.stopLazyRendering();
12197
+ }
12300
12198
  };
12301
12199
  SurveyRow.prototype.createElement = function (element, elementIndex) {
12302
12200
  var index = elementIndex ? "-" + elementIndex : 0;
@@ -12489,15 +12387,15 @@ var SurveyLocStringEditor = /** @class */ (function (_super) {
12489
12387
  }
12490
12388
  if (this.locStr.hasHtml) {
12491
12389
  var htmlValue = { __html: this.locStr.renderedHtml };
12492
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: "sv-string-editor", contentEditable: "true", suppressContentEditableWarning: true, style: this.style, dangerouslySetInnerHTML: htmlValue, onBlur: this.onInput, onClick: this.onClick }));
12390
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: "sv-string-editor", contentEditable: "true", suppressContentEditableWarning: true, style: this.style, dangerouslySetInnerHTML: htmlValue, onBlur: this.onInput, onClick: this.onClick }));
12493
12391
  }
12494
- return (react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { className: "sv-string-editor", contentEditable: "true", suppressContentEditableWarning: true, style: this.style, onBlur: this.onInput, onClick: this.onClick }, this.locStr.renderedHtml));
12392
+ return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { className: "sv-string-editor", contentEditable: "true", suppressContentEditableWarning: true, style: this.style, onBlur: this.onInput, onClick: this.onClick }, this.locStr.renderedHtml));
12495
12393
  };
12496
12394
  return SurveyLocStringEditor;
12497
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
12395
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
12498
12396
 
12499
12397
  _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement(survey_core__WEBPACK_IMPORTED_MODULE_1__.LocalizableString.editableRenderer, function (props) {
12500
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyLocStringEditor, props);
12398
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyLocStringEditor, props);
12501
12399
  });
12502
12400
 
12503
12401
 
@@ -12545,7 +12443,7 @@ var SurveyLocStringViewer = /** @class */ (function (_super) {
12545
12443
  return;
12546
12444
  _this.setState({ changed: !!_this.state && _this.state.changed ? _this.state.changed + 1 : 1 });
12547
12445
  };
12548
- _this.rootRef = react__WEBPACK_IMPORTED_MODULE_0__["default"].createRef();
12446
+ _this.rootRef = react__WEBPACK_IMPORTED_MODULE_0__.createRef();
12549
12447
  return _this;
12550
12448
  }
12551
12449
  Object.defineProperty(SurveyLocStringViewer.prototype, "locStr", {
@@ -12593,15 +12491,15 @@ var SurveyLocStringViewer = /** @class */ (function (_super) {
12593
12491
  var className = this.locStr.allowLineBreaks ? "sv-string-viewer sv-string-viewer--multiline" : "sv-string-viewer";
12594
12492
  if (this.locStr.hasHtml) {
12595
12493
  var htmlValue = { __html: this.locStr.renderedHtml };
12596
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { ref: this.rootRef, className: className, style: this.style, dangerouslySetInnerHTML: htmlValue });
12494
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { ref: this.rootRef, className: className, style: this.style, dangerouslySetInnerHTML: htmlValue });
12597
12495
  }
12598
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("span", { ref: this.rootRef, className: className, style: this.style }, this.locStr.renderedHtml);
12496
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span", { ref: this.rootRef, className: className, style: this.style }, this.locStr.renderedHtml);
12599
12497
  };
12600
12498
  return SurveyLocStringViewer;
12601
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
12499
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
12602
12500
 
12603
12501
  _element_factory__WEBPACK_IMPORTED_MODULE_2__.ReactElementFactory.Instance.registerElement(survey_core__WEBPACK_IMPORTED_MODULE_1__.LocalizableString.defaultRenderer, function (props) {
12604
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement(SurveyLocStringViewer, props);
12502
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyLocStringViewer, props);
12605
12503
  });
12606
12504
 
12607
12505
 
@@ -12647,7 +12545,7 @@ var SvgBundleComponent = /** @class */ (function (_super) {
12647
12545
  _this.containerRef.current.innerHTML = survey_core__WEBPACK_IMPORTED_MODULE_1__.SvgRegistry.iconsRenderedHtml();
12648
12546
  }
12649
12547
  };
12650
- _this.containerRef = react__WEBPACK_IMPORTED_MODULE_0__["default"].createRef();
12548
+ _this.containerRef = react__WEBPACK_IMPORTED_MODULE_0__.createRef();
12651
12549
  return _this;
12652
12550
  }
12653
12551
  SvgBundleComponent.prototype.componentDidMount = function () {
@@ -12661,10 +12559,10 @@ var SvgBundleComponent = /** @class */ (function (_super) {
12661
12559
  var svgStyle = {
12662
12560
  display: "none"
12663
12561
  };
12664
- return react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("svg", { style: svgStyle, id: "sv-icon-holder-global-container", ref: this.containerRef });
12562
+ return react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", { style: svgStyle, id: "sv-icon-holder-global-container", ref: this.containerRef });
12665
12563
  };
12666
12564
  return SvgBundleComponent;
12667
- }(react__WEBPACK_IMPORTED_MODULE_0__["default"].Component));
12565
+ }(react__WEBPACK_IMPORTED_MODULE_0__.Component));
12668
12566
 
12669
12567
 
12670
12568
 
@@ -12855,14 +12753,124 @@ var SurveyQuestionTagboxItem = /** @class */ (function (_super) {
12855
12753
 
12856
12754
  /***/ }),
12857
12755
 
12858
- /***/ "survey-core":
12859
- /*!*********************************************************************************************************!*\
12860
- !*** external {"root":"Survey","commonjs2":"survey-core","commonjs":"survey-core","amd":"survey-core"} ***!
12861
- \*********************************************************************************************************/
12862
- /***/ ((module) => {
12756
+ /***/ "./node_modules/preact/compat/dist/compat.module.js":
12757
+ /*!**********************************************************!*\
12758
+ !*** ./node_modules/preact/compat/dist/compat.module.js ***!
12759
+ \**********************************************************/
12760
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
12863
12761
 
12864
12762
  "use strict";
12865
- module.exports = __WEBPACK_EXTERNAL_MODULE_survey_core__;
12763
+ __webpack_require__.r(__webpack_exports__);
12764
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12765
+ /* harmony export */ Children: () => (/* binding */ O),
12766
+ /* harmony export */ Component: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.Component),
12767
+ /* harmony export */ Fragment: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.Fragment),
12768
+ /* harmony export */ PureComponent: () => (/* binding */ N),
12769
+ /* harmony export */ StrictMode: () => (/* binding */ Cn),
12770
+ /* harmony export */ Suspense: () => (/* binding */ P),
12771
+ /* harmony export */ SuspenseList: () => (/* binding */ B),
12772
+ /* harmony export */ __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: () => (/* binding */ hn),
12773
+ /* harmony export */ cloneElement: () => (/* binding */ _n),
12774
+ /* harmony export */ createContext: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createContext),
12775
+ /* harmony export */ createElement: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createElement),
12776
+ /* harmony export */ createFactory: () => (/* binding */ dn),
12777
+ /* harmony export */ createPortal: () => (/* binding */ $),
12778
+ /* harmony export */ createRef: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createRef),
12779
+ /* harmony export */ "default": () => (/* binding */ Rn),
12780
+ /* harmony export */ findDOMNode: () => (/* binding */ Sn),
12781
+ /* harmony export */ flushSync: () => (/* binding */ En),
12782
+ /* harmony export */ forwardRef: () => (/* binding */ D),
12783
+ /* harmony export */ hydrate: () => (/* binding */ tn),
12784
+ /* harmony export */ isElement: () => (/* binding */ xn),
12785
+ /* harmony export */ isFragment: () => (/* binding */ mn),
12786
+ /* harmony export */ isMemo: () => (/* binding */ yn),
12787
+ /* harmony export */ isValidElement: () => (/* binding */ pn),
12788
+ /* harmony export */ lazy: () => (/* binding */ z),
12789
+ /* harmony export */ memo: () => (/* binding */ M),
12790
+ /* harmony export */ render: () => (/* binding */ nn),
12791
+ /* harmony export */ startTransition: () => (/* binding */ R),
12792
+ /* harmony export */ unmountComponentAtNode: () => (/* binding */ bn),
12793
+ /* harmony export */ unstable_batchedUpdates: () => (/* binding */ gn),
12794
+ /* harmony export */ useCallback: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useCallback),
12795
+ /* harmony export */ useContext: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useContext),
12796
+ /* harmony export */ useDebugValue: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useDebugValue),
12797
+ /* harmony export */ useDeferredValue: () => (/* binding */ w),
12798
+ /* harmony export */ useEffect: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect),
12799
+ /* harmony export */ useErrorBoundary: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useErrorBoundary),
12800
+ /* harmony export */ useId: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useId),
12801
+ /* harmony export */ useImperativeHandle: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useImperativeHandle),
12802
+ /* harmony export */ useInsertionEffect: () => (/* binding */ I),
12803
+ /* harmony export */ useLayoutEffect: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect),
12804
+ /* harmony export */ useMemo: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useMemo),
12805
+ /* harmony export */ useReducer: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useReducer),
12806
+ /* harmony export */ useRef: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useRef),
12807
+ /* harmony export */ useState: () => (/* reexport safe */ preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState),
12808
+ /* harmony export */ useSyncExternalStore: () => (/* binding */ C),
12809
+ /* harmony export */ useTransition: () => (/* binding */ k),
12810
+ /* harmony export */ version: () => (/* binding */ vn)
12811
+ /* harmony export */ });
12812
+ /* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! preact */ "./node_modules/preact/dist/preact.module.js");
12813
+ /* harmony import */ var preact_hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! preact/hooks */ "./node_modules/preact/hooks/dist/hooks.module.js");
12814
+ function g(n,t){for(var e in t)n[e]=t[e];return n}function E(n,t){for(var e in n)if("__source"!==e&&!(e in t))return!0;for(var r in t)if("__source"!==r&&n[r]!==t[r])return!0;return!1}function C(n,t){var e=t(),r=(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState)({t:{__:e,u:t}}),u=r[0].t,o=r[1];return (0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect)(function(){u.__=e,u.u=t,x(u)&&o({t:u})},[n,e,t]),(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function(){return x(u)&&o({t:u}),n(function(){x(u)&&o({t:u})})},[n]),e}function x(n){var t,e,r=n.u,u=n.__;try{var o=r();return!((t=u)===(e=o)&&(0!==t||1/t==1/e)||t!=t&&e!=e)}catch(n){return!0}}function R(n){n()}function w(n){return n}function k(){return[!1,R]}var I=preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect;function N(n,t){this.props=n,this.context=t}function M(n,e){function r(n){var t=this.props.ref,r=t==n.ref;return!r&&t&&(t.call?t(null):t.current=null),e?!e(this.props,n)||!r:E(this.props,n)}function u(e){return this.shouldComponentUpdate=r,(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(n,e)}return u.displayName="Memo("+(n.displayName||n.name)+")",u.prototype.isReactComponent=!0,u.__f=!0,u}(N.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).isPureReactComponent=!0,N.prototype.shouldComponentUpdate=function(n,t){return E(this.props,n)||E(this.state,t)};var T=preact__WEBPACK_IMPORTED_MODULE_0__.options.__b;preact__WEBPACK_IMPORTED_MODULE_0__.options.__b=function(n){n.type&&n.type.__f&&n.ref&&(n.props.ref=n.ref,n.ref=null),T&&T(n)};var A="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function D(n){function t(t){var e=g({},t);return delete e.ref,n(e,t.ref||null)}return t.$$typeof=A,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(n.displayName||n.name)+")",t}var L=function(n,t){return null==n?null:(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)((0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).map(t))},O={map:L,forEach:L,count:function(n){return n?(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).length:0},only:function(n){var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n);if(1!==t.length)throw"Children.only";return t[0]},toArray:preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray},F=preact__WEBPACK_IMPORTED_MODULE_0__.options.__e;preact__WEBPACK_IMPORTED_MODULE_0__.options.__e=function(n,t,e,r){if(n.then)for(var u,o=t;o=o.__;)if((u=o.__c)&&u.__c)return null==t.__e&&(t.__e=e.__e,t.__k=e.__k),u.__c(n,t);F(n,t,e,r)};var U=preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount;function V(n,t,e){return n&&(n.__c&&n.__c.__H&&(n.__c.__H.__.forEach(function(n){"function"==typeof n.__c&&n.__c()}),n.__c.__H=null),null!=(n=g({},n)).__c&&(n.__c.__P===e&&(n.__c.__P=t),n.__c=null),n.__k=n.__k&&n.__k.map(function(n){return V(n,t,e)})),n}function W(n,t,e){return n&&e&&(n.__v=null,n.__k=n.__k&&n.__k.map(function(n){return W(n,t,e)}),n.__c&&n.__c.__P===t&&(n.__e&&e.appendChild(n.__e),n.__c.__e=!0,n.__c.__P=e)),n}function P(){this.__u=0,this.o=null,this.__b=null}function j(n){var t=n.__.__c;return t&&t.__a&&t.__a(n)}function z(n){var e,r,u;function o(o){if(e||(e=n()).then(function(n){r=n.default||n},function(n){u=n}),u)throw u;if(!r)throw e;return (0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(r,o)}return o.displayName="Lazy",o.__f=!0,o}function B(){this.i=null,this.l=null}preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount=function(n){var t=n.__c;t&&t.__R&&t.__R(),t&&32&n.__u&&(n.type=null),U&&U(n)},(P.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__c=function(n,t){var e=t.__c,r=this;null==r.o&&(r.o=[]),r.o.push(e);var u=j(r.__v),o=!1,i=function(){o||(o=!0,e.__R=null,u?u(c):c())};e.__R=i;var c=function(){if(!--r.__u){if(r.state.__a){var n=r.state.__a;r.__v.__k[0]=W(n,n.__c.__P,n.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.o.pop();)t.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),n.then(i,i)},P.prototype.componentWillUnmount=function(){this.o=[]},P.prototype.render=function(n,e){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),o=this.__v.__k[0].__c;this.__v.__k[0]=V(this.__b,r,o.__O=o.__P)}this.__b=null}var i=e.__a&&(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,n.fallback);return i&&(i.__u&=-33),[(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,e.__a?null:n.children),i]};var H=function(n,t,e){if(++e[1]===e[0]&&n.l.delete(t),n.props.revealOrder&&("t"!==n.props.revealOrder[0]||!n.l.size))for(e=n.i;e;){for(;e.length>3;)e.pop()();if(e[1]<e[0])break;n.i=e=e[2]}};function Z(n){return this.getChildContext=function(){return n.context},n.children}function Y(n){var e=this,r=n.h;e.componentWillUnmount=function(){(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,e.v),e.v=null,e.h=null},e.h&&e.h!==r&&e.componentWillUnmount(),e.v||(e.h=r,e.v={nodeType:1,parentNode:r,childNodes:[],contains:function(){return!0},appendChild:function(n){this.childNodes.push(n),e.h.appendChild(n)},insertBefore:function(n,t){this.childNodes.push(n),e.h.insertBefore(n,t)},removeChild:function(n){this.childNodes.splice(this.childNodes.indexOf(n)>>>1,1),e.h.removeChild(n)}}),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)((0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(Z,{context:e.context},n.__v),e.v)}function $(n,e){var r=(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(Y,{__v:n,h:e});return r.containerInfo=e,r}(B.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__a=function(n){var t=this,e=j(t.__v),r=t.l.get(n);return r[0]++,function(u){var o=function(){t.props.revealOrder?(r.push(u),H(t,n,r)):u()};e?e(o):o()}},B.prototype.render=function(n){this.i=null,this.l=new Map;var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n.children);n.revealOrder&&"b"===n.revealOrder[0]&&t.reverse();for(var e=t.length;e--;)this.l.set(t[e],this.i=[1,0,this.i]);return n.children},B.prototype.componentDidUpdate=B.prototype.componentDidMount=function(){var n=this;this.l.forEach(function(t,e){H(n,e,t)})};var q="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,G=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,J=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,K=/[A-Z0-9]/g,Q="undefined"!=typeof document,X=function(n){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(n)};function nn(n,t,e){return null==t.__k&&(t.textContent=""),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(n,t),"function"==typeof e&&e(),n?n.__c:null}function tn(n,t,e){return (0,preact__WEBPACK_IMPORTED_MODULE_0__.hydrate)(n,t),"function"==typeof e&&e(),n?n.__c:null}preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(t){Object.defineProperty(preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(n){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:n})}})});var en=preact__WEBPACK_IMPORTED_MODULE_0__.options.event;function rn(){}function un(){return this.cancelBubble}function on(){return this.defaultPrevented}preact__WEBPACK_IMPORTED_MODULE_0__.options.event=function(n){return en&&(n=en(n)),n.persist=rn,n.isPropagationStopped=un,n.isDefaultPrevented=on,n.nativeEvent=n};var cn,ln={enumerable:!1,configurable:!0,get:function(){return this.class}},fn=preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode;preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode=function(n){"string"==typeof n.type&&function(n){var t=n.props,e=n.type,u={},o=-1===e.indexOf("-");for(var i in t){var c=t[i];if(!("value"===i&&"defaultValue"in t&&null==c||Q&&"children"===i&&"noscript"===e||"class"===i||"className"===i)){var l=i.toLowerCase();"defaultValue"===i&&"value"in t&&null==t.value?i="value":"download"===i&&!0===c?c="":"translate"===l&&"no"===c?c=!1:"o"===l[0]&&"n"===l[1]?"ondoubleclick"===l?i="ondblclick":"onchange"!==l||"input"!==e&&"textarea"!==e||X(t.type)?"onfocus"===l?i="onfocusin":"onblur"===l?i="onfocusout":J.test(i)&&(i=l):l=i="oninput":o&&G.test(i)?i=i.replace(K,"-$&").toLowerCase():null===c&&(c=void 0),"oninput"===l&&u[i=l]&&(i="oninputCapture"),u[i]=c}}"select"==e&&u.multiple&&Array.isArray(u.value)&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=-1!=u.value.indexOf(n.props.value)})),"select"==e&&null!=u.defaultValue&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=u.multiple?-1!=u.defaultValue.indexOf(n.props.value):u.defaultValue==n.props.value})),t.class&&!t.className?(u.class=t.class,Object.defineProperty(u,"className",ln)):(t.className&&!t.class||t.class&&t.className)&&(u.class=u.className=t.className),n.props=u}(n),n.$$typeof=q,fn&&fn(n)};var an=preact__WEBPACK_IMPORTED_MODULE_0__.options.__r;preact__WEBPACK_IMPORTED_MODULE_0__.options.__r=function(n){an&&an(n),cn=n.__c};var sn=preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed;preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed=function(n){sn&&sn(n);var t=n.props,e=n.__e;null!=e&&"textarea"===n.type&&"value"in t&&t.value!==e.value&&(e.value=null==t.value?"":t.value),cn=null};var hn={ReactCurrentDispatcher:{current:{readContext:function(n){return cn.__n[n.__c].props.value},useCallback:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useCallback,useContext:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useContext,useDebugValue:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useDebugValue,useDeferredValue:w,useEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect,useId:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useId,useImperativeHandle:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useImperativeHandle,useInsertionEffect:I,useLayoutEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect,useMemo:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useMemo,useReducer:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useReducer,useRef:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useRef,useState:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState,useSyncExternalStore:C,useTransition:k}}},vn="18.3.1";function dn(n){return preact__WEBPACK_IMPORTED_MODULE_0__.createElement.bind(null,n)}function pn(n){return!!n&&n.$$typeof===q}function mn(n){return pn(n)&&n.type===preact__WEBPACK_IMPORTED_MODULE_0__.Fragment}function yn(n){return!!n&&!!n.displayName&&("string"==typeof n.displayName||n.displayName instanceof String)&&n.displayName.startsWith("Memo(")}function _n(n){return pn(n)?preact__WEBPACK_IMPORTED_MODULE_0__.cloneElement.apply(null,arguments):n}function bn(n){return!!n.__k&&((0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,n),!0)}function Sn(n){return n&&(n.base||1===n.nodeType&&n)||null}var gn=function(n,t){return n(t)},En=function(n,t){return n(t)},Cn=preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,xn=pn,Rn={useState:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState,useId:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useId,useReducer:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useReducer,useEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect,useLayoutEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect,useInsertionEffect:I,useTransition:k,useDeferredValue:w,useSyncExternalStore:C,startTransition:R,useRef:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useRef,useImperativeHandle:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useImperativeHandle,useMemo:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useMemo,useCallback:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useCallback,useContext:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useContext,useDebugValue:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useDebugValue,version:"18.3.1",Children:O,render:nn,hydrate:tn,unmountComponentAtNode:bn,createPortal:$,createElement:preact__WEBPACK_IMPORTED_MODULE_0__.createElement,createContext:preact__WEBPACK_IMPORTED_MODULE_0__.createContext,createFactory:dn,cloneElement:_n,createRef:preact__WEBPACK_IMPORTED_MODULE_0__.createRef,Fragment:preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,isValidElement:pn,isElement:xn,isFragment:mn,isMemo:yn,findDOMNode:Sn,Component:preact__WEBPACK_IMPORTED_MODULE_0__.Component,PureComponent:N,memo:M,forwardRef:D,flushSync:En,unstable_batchedUpdates:gn,StrictMode:Cn,Suspense:P,SuspenseList:B,lazy:z,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:hn};
12815
+ //# sourceMappingURL=compat.module.js.map
12816
+
12817
+
12818
+ /***/ }),
12819
+
12820
+ /***/ "./node_modules/preact/dist/preact.module.js":
12821
+ /*!***************************************************!*\
12822
+ !*** ./node_modules/preact/dist/preact.module.js ***!
12823
+ \***************************************************/
12824
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
12825
+
12826
+ "use strict";
12827
+ __webpack_require__.r(__webpack_exports__);
12828
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12829
+ /* harmony export */ Component: () => (/* binding */ x),
12830
+ /* harmony export */ Fragment: () => (/* binding */ k),
12831
+ /* harmony export */ cloneElement: () => (/* binding */ J),
12832
+ /* harmony export */ createContext: () => (/* binding */ K),
12833
+ /* harmony export */ createElement: () => (/* binding */ _),
12834
+ /* harmony export */ createRef: () => (/* binding */ b),
12835
+ /* harmony export */ h: () => (/* binding */ _),
12836
+ /* harmony export */ hydrate: () => (/* binding */ G),
12837
+ /* harmony export */ isValidElement: () => (/* binding */ u),
12838
+ /* harmony export */ options: () => (/* binding */ l),
12839
+ /* harmony export */ render: () => (/* binding */ E),
12840
+ /* harmony export */ toChildArray: () => (/* binding */ H)
12841
+ /* harmony export */ });
12842
+ var n,l,t,u,i,r,o,e,f,c,s,a,h,p={},v=[],y=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d=Array.isArray;function w(n,l){for(var t in l)n[t]=l[t];return n}function g(n){n&&n.parentNode&&n.parentNode.removeChild(n)}function _(l,t,u){var i,r,o,e={};for(o in t)"key"==o?i=t[o]:"ref"==o?r=t[o]:e[o]=t[o];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):u),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===e[o]&&(e[o]=l.defaultProps[o]);return m(l,e,i,r,null)}function m(n,u,i,r,o){var e={type:n,props:u,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++t:o,__i:-1,__u:0};return null==o&&null!=l.vnode&&l.vnode(e),e}function b(){return{current:null}}function k(n){return n.children}function x(n,l){this.props=n,this.context=l}function S(n,l){if(null==l)return n.__?S(n.__,n.__i+1):null;for(var t;l<n.__k.length;l++)if(null!=(t=n.__k[l])&&null!=t.__e)return t.__e;return"function"==typeof n.type?S(n):null}function C(n){var l,t;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(t=n.__k[l])&&null!=t.__e){n.__e=n.__c.base=t.__e;break}return C(n)}}function M(n){(!n.__d&&(n.__d=!0)&&i.push(n)&&!$.__r++||r!==l.debounceRendering)&&((r=l.debounceRendering)||o)($)}function $(){for(var n,t,u,r,o,f,c,s=1;i.length;)i.length>s&&i.sort(e),n=i.shift(),s=i.length,n.__d&&(u=void 0,o=(r=(t=n).__v).__e,f=[],c=[],t.__P&&((u=w({},r)).__v=r.__v+1,l.vnode&&l.vnode(u),O(t.__P,u,r,t.__n,t.__P.namespaceURI,32&r.__u?[o]:null,f,null==o?S(r):o,!!(32&r.__u),c),u.__v=r.__v,u.__.__k[u.__i]=u,z(f,u,c),u.__e!=o&&C(u)));$.__r=0}function I(n,l,t,u,i,r,o,e,f,c,s){var a,h,y,d,w,g,_=u&&u.__k||v,m=l.length;for(f=P(t,l,_,f,m),a=0;a<m;a++)null!=(y=t.__k[a])&&(h=-1===y.__i?p:_[y.__i]||p,y.__i=a,g=O(n,y,h,i,r,o,e,f,c,s),d=y.__e,y.ref&&h.ref!=y.ref&&(h.ref&&q(h.ref,null,y),s.push(y.ref,y.__c||d,y)),null==w&&null!=d&&(w=d),4&y.__u||h.__k===y.__k?f=A(y,f,n):"function"==typeof y.type&&void 0!==g?f=g:d&&(f=d.nextSibling),y.__u&=-7);return t.__e=w,f}function P(n,l,t,u,i){var r,o,e,f,c,s=t.length,a=s,h=0;for(n.__k=new Array(i),r=0;r<i;r++)null!=(o=l[r])&&"boolean"!=typeof o&&"function"!=typeof o?(f=r+h,(o=n.__k[r]="string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?m(null,o,null,null,null):d(o)?m(k,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=n,o.__b=n.__b+1,e=null,-1!==(c=o.__i=L(o,t,f,a))&&(a--,(e=t[c])&&(e.__u|=2)),null==e||null===e.__v?(-1==c&&(i>s?h--:i<s&&h++),"function"!=typeof o.type&&(o.__u|=4)):c!=f&&(c==f-1?h--:c==f+1?h++:(c>f?h--:h++,o.__u|=4))):n.__k[r]=null;if(a)for(r=0;r<s;r++)null!=(e=t[r])&&0==(2&e.__u)&&(e.__e==u&&(u=S(e)),B(e,e));return u}function A(n,l,t){var u,i;if("function"==typeof n.type){for(u=n.__k,i=0;u&&i<u.length;i++)u[i]&&(u[i].__=n,l=A(u[i],l,t));return l}n.__e!=l&&(l&&n.type&&!t.contains(l)&&(l=S(n)),t.insertBefore(n.__e,l||null),l=n.__e);do{l=l&&l.nextSibling}while(null!=l&&8==l.nodeType);return l}function H(n,l){return l=l||[],null==n||"boolean"==typeof n||(d(n)?n.some(function(n){H(n,l)}):l.push(n)),l}function L(n,l,t,u){var i,r,o=n.key,e=n.type,f=l[t];if(null===f&&null==n.key||f&&o==f.key&&e===f.type&&0==(2&f.__u))return t;if(u>(null!=f&&0==(2&f.__u)?1:0))for(i=t-1,r=t+1;i>=0||r<l.length;){if(i>=0){if((f=l[i])&&0==(2&f.__u)&&o==f.key&&e===f.type)return i;i--}if(r<l.length){if((f=l[r])&&0==(2&f.__u)&&o==f.key&&e===f.type)return r;r++}}return-1}function T(n,l,t){"-"==l[0]?n.setProperty(l,null==t?"":t):n[l]=null==t?"":"number"!=typeof t||y.test(l)?t:t+"px"}function j(n,l,t,u,i){var r;n:if("style"==l)if("string"==typeof t)n.style.cssText=t;else{if("string"==typeof u&&(n.style.cssText=u=""),u)for(l in u)t&&l in t||T(n.style,l,"");if(t)for(l in t)u&&t[l]===u[l]||T(n.style,l,t[l])}else if("o"==l[0]&&"n"==l[1])r=l!=(l=l.replace(f,"$1")),l=l.toLowerCase()in n||"onFocusOut"==l||"onFocusIn"==l?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+r]=t,t?u?t.t=u.t:(t.t=c,n.addEventListener(l,r?a:s,r)):n.removeEventListener(l,r?a:s,r);else{if("http://www.w3.org/2000/svg"==i)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=l&&"height"!=l&&"href"!=l&&"list"!=l&&"form"!=l&&"tabIndex"!=l&&"download"!=l&&"rowSpan"!=l&&"colSpan"!=l&&"role"!=l&&"popover"!=l&&l in n)try{n[l]=null==t?"":t;break n}catch(n){}"function"==typeof t||(null==t||!1===t&&"-"!=l[4]?n.removeAttribute(l):n.setAttribute(l,"popover"==l&&1==t?"":t))}}function F(n){return function(t){if(this.l){var u=this.l[t.type+n];if(null==t.u)t.u=c++;else if(t.u<u.t)return;return u(l.event?l.event(t):t)}}}function O(n,t,u,i,r,o,e,f,c,s){var a,h,p,v,y,_,m,b,S,C,M,$,P,A,H,L,T,j=t.type;if(void 0!==t.constructor)return null;128&u.__u&&(c=!!(32&u.__u),o=[f=t.__e=u.__e]),(a=l.__b)&&a(t);n:if("function"==typeof j)try{if(b=t.props,S="prototype"in j&&j.prototype.render,C=(a=j.contextType)&&i[a.__c],M=a?C?C.props.value:a.__:i,u.__c?m=(h=t.__c=u.__c).__=h.__E:(S?t.__c=h=new j(b,M):(t.__c=h=new x(b,M),h.constructor=j,h.render=D),C&&C.sub(h),h.props=b,h.state||(h.state={}),h.context=M,h.__n=i,p=h.__d=!0,h.__h=[],h._sb=[]),S&&null==h.__s&&(h.__s=h.state),S&&null!=j.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=w({},h.__s)),w(h.__s,j.getDerivedStateFromProps(b,h.__s))),v=h.props,y=h.state,h.__v=t,p)S&&null==j.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),S&&null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else{if(S&&null==j.getDerivedStateFromProps&&b!==v&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(b,M),!h.__e&&(null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(b,h.__s,M)||t.__v==u.__v)){for(t.__v!=u.__v&&(h.props=b,h.state=h.__s,h.__d=!1),t.__e=u.__e,t.__k=u.__k,t.__k.some(function(n){n&&(n.__=t)}),$=0;$<h._sb.length;$++)h.__h.push(h._sb[$]);h._sb=[],h.__h.length&&e.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(b,h.__s,M),S&&null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(v,y,_)})}if(h.context=M,h.props=b,h.__P=n,h.__e=!1,P=l.__r,A=0,S){for(h.state=h.__s,h.__d=!1,P&&P(t),a=h.render(h.props,h.state,h.context),H=0;H<h._sb.length;H++)h.__h.push(h._sb[H]);h._sb=[]}else do{h.__d=!1,P&&P(t),a=h.render(h.props,h.state,h.context),h.state=h.__s}while(h.__d&&++A<25);h.state=h.__s,null!=h.getChildContext&&(i=w(w({},i),h.getChildContext())),S&&!p&&null!=h.getSnapshotBeforeUpdate&&(_=h.getSnapshotBeforeUpdate(v,y)),L=a,null!=a&&a.type===k&&null==a.key&&(L=N(a.props.children)),f=I(n,d(L)?L:[L],t,u,i,r,o,e,f,c,s),h.base=t.__e,t.__u&=-161,h.__h.length&&e.push(h),m&&(h.__E=h.__=null)}catch(n){if(t.__v=null,c||null!=o)if(n.then){for(t.__u|=c?160:128;f&&8==f.nodeType&&f.nextSibling;)f=f.nextSibling;o[o.indexOf(f)]=null,t.__e=f}else for(T=o.length;T--;)g(o[T]);else t.__e=u.__e,t.__k=u.__k;l.__e(n,t,u)}else null==o&&t.__v==u.__v?(t.__k=u.__k,t.__e=u.__e):f=t.__e=V(u.__e,t,u,i,r,o,e,c,s);return(a=l.diffed)&&a(t),128&t.__u?void 0:f}function z(n,t,u){for(var i=0;i<u.length;i++)q(u[i],u[++i],u[++i]);l.__c&&l.__c(t,n),n.some(function(t){try{n=t.__h,t.__h=[],n.some(function(n){n.call(t)})}catch(n){l.__e(n,t.__v)}})}function N(n){return"object"!=typeof n||null==n?n:d(n)?n.map(N):w({},n)}function V(t,u,i,r,o,e,f,c,s){var a,h,v,y,w,_,m,b=i.props,k=u.props,x=u.type;if("svg"==x?o="http://www.w3.org/2000/svg":"math"==x?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),null!=e)for(a=0;a<e.length;a++)if((w=e[a])&&"setAttribute"in w==!!x&&(x?w.localName==x:3==w.nodeType)){t=w,e[a]=null;break}if(null==t){if(null==x)return document.createTextNode(k);t=document.createElementNS(o,x,k.is&&k),c&&(l.__m&&l.__m(u,e),c=!1),e=null}if(null===x)b===k||c&&t.data===k||(t.data=k);else{if(e=e&&n.call(t.childNodes),b=i.props||p,!c&&null!=e)for(b={},a=0;a<t.attributes.length;a++)b[(w=t.attributes[a]).name]=w.value;for(a in b)if(w=b[a],"children"==a);else if("dangerouslySetInnerHTML"==a)v=w;else if(!(a in k)){if("value"==a&&"defaultValue"in k||"checked"==a&&"defaultChecked"in k)continue;j(t,a,null,w,o)}for(a in k)w=k[a],"children"==a?y=w:"dangerouslySetInnerHTML"==a?h=w:"value"==a?_=w:"checked"==a?m=w:c&&"function"!=typeof w||b[a]===w||j(t,a,w,b[a],o);if(h)c||v&&(h.__html===v.__html||h.__html===t.innerHTML)||(t.innerHTML=h.__html),u.__k=[];else if(v&&(t.innerHTML=""),I("template"===u.type?t.content:t,d(y)?y:[y],u,i,r,"foreignObject"==x?"http://www.w3.org/1999/xhtml":o,e,f,e?e[0]:i.__k&&S(i,0),c,s),null!=e)for(a=e.length;a--;)g(e[a]);c||(a="value","progress"==x&&null==_?t.removeAttribute("value"):void 0!==_&&(_!==t[a]||"progress"==x&&!_||"option"==x&&_!==b[a])&&j(t,a,_,b[a],o),a="checked",void 0!==m&&m!==t[a]&&j(t,a,m,b[a],o))}return t}function q(n,t,u){try{if("function"==typeof n){var i="function"==typeof n.__u;i&&n.__u(),i&&null==t||(n.__u=n(t))}else n.current=t}catch(n){l.__e(n,u)}}function B(n,t,u){var i,r;if(l.unmount&&l.unmount(n),(i=n.ref)&&(i.current&&i.current!==n.__e||q(i,null,t)),null!=(i=n.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(n){l.__e(n,t)}i.base=i.__P=null}if(i=n.__k)for(r=0;r<i.length;r++)i[r]&&B(i[r],t,u||"function"!=typeof n.type);u||g(n.__e),n.__c=n.__=n.__e=void 0}function D(n,l,t){return this.constructor(n,t)}function E(t,u,i){var r,o,e,f;u==document&&(u=document.documentElement),l.__&&l.__(t,u),o=(r="function"==typeof i)?null:i&&i.__k||u.__k,e=[],f=[],O(u,t=(!r&&i||u).__k=_(k,null,[t]),o||p,p,u.namespaceURI,!r&&i?[i]:o?null:u.firstChild?n.call(u.childNodes):null,e,!r&&i?i:o?o.__e:u.firstChild,r,f),z(e,t,f)}function G(n,l){E(n,l,G)}function J(l,t,u){var i,r,o,e,f=w({},l.props);for(o in l.type&&l.type.defaultProps&&(e=l.type.defaultProps),t)"key"==o?i=t[o]:"ref"==o?r=t[o]:f[o]=void 0===t[o]&&void 0!==e?e[o]:t[o];return arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):u),m(l.type,f,i||l.key,r||l.ref,null)}function K(n){function l(n){var t,u;return this.getChildContext||(t=new Set,(u={})[l.__c]=this,this.getChildContext=function(){return u},this.componentWillUnmount=function(){t=null},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&t.forEach(function(n){n.__e=!0,M(n)})},this.sub=function(n){t.add(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){t&&t.delete(n),l&&l.call(n)}}),n.children}return l.__c="__cC"+h++,l.__=n,l.Provider=l.__l=(l.Consumer=function(n,l){return n.children(l)}).contextType=l,l}n=v.slice,l={__e:function(n,l,t,u){for(var i,r,o;l=l.__;)if((i=l.__c)&&!i.__)try{if((r=i.constructor)&&null!=r.getDerivedStateFromError&&(i.setState(r.getDerivedStateFromError(n)),o=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(n,u||{}),o=i.__d),o)return i.__E=i}catch(l){n=l}throw n}},t=0,u=function(n){return null!=n&&null==n.constructor},x.prototype.setState=function(n,l){var t;t=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=w({},this.state),"function"==typeof n&&(n=n(w({},t),this.props)),n&&w(t,n),null!=n&&this.__v&&(l&&this._sb.push(l),M(this))},x.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),M(this))},x.prototype.render=k,i=[],o="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,e=function(n,l){return n.__v.__b-l.__v.__b},$.__r=0,f=/(PointerCapture)$|Capture$/i,c=0,s=F(!1),a=F(!0),h=0;
12843
+ //# sourceMappingURL=preact.module.js.map
12844
+
12845
+
12846
+ /***/ }),
12847
+
12848
+ /***/ "./node_modules/preact/hooks/dist/hooks.module.js":
12849
+ /*!********************************************************!*\
12850
+ !*** ./node_modules/preact/hooks/dist/hooks.module.js ***!
12851
+ \********************************************************/
12852
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
12853
+
12854
+ "use strict";
12855
+ __webpack_require__.r(__webpack_exports__);
12856
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12857
+ /* harmony export */ useCallback: () => (/* binding */ q),
12858
+ /* harmony export */ useContext: () => (/* binding */ x),
12859
+ /* harmony export */ useDebugValue: () => (/* binding */ P),
12860
+ /* harmony export */ useEffect: () => (/* binding */ y),
12861
+ /* harmony export */ useErrorBoundary: () => (/* binding */ b),
12862
+ /* harmony export */ useId: () => (/* binding */ g),
12863
+ /* harmony export */ useImperativeHandle: () => (/* binding */ F),
12864
+ /* harmony export */ useLayoutEffect: () => (/* binding */ _),
12865
+ /* harmony export */ useMemo: () => (/* binding */ T),
12866
+ /* harmony export */ useReducer: () => (/* binding */ h),
12867
+ /* harmony export */ useRef: () => (/* binding */ A),
12868
+ /* harmony export */ useState: () => (/* binding */ d)
12869
+ /* harmony export */ });
12870
+ /* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! preact */ "./node_modules/preact/dist/preact.module.js");
12871
+ var t,r,u,i,o=0,f=[],c=preact__WEBPACK_IMPORTED_MODULE_0__.options,e=c.__b,a=c.__r,v=c.diffed,l=c.__c,m=c.unmount,s=c.__;function p(n,t){c.__h&&c.__h(r,n,o||t),o=0;var u=r.__H||(r.__H={__:[],__h:[]});return n>=u.__.length&&u.__.push({}),u.__[n]}function d(n){return o=1,h(D,n)}function h(n,u,i){var o=p(t++,2);if(o.t=n,!o.__c&&(o.__=[i?i(u):D(void 0,u),function(n){var t=o.__N?o.__N[0]:o.__[0],r=o.t(t,n);t!==r&&(o.__N=[r,o.__[1]],o.__c.setState({}))}],o.__c=r,!r.__f)){var f=function(n,t,r){if(!o.__c.__H)return!0;var u=o.__c.__H.__.filter(function(n){return!!n.__c});if(u.every(function(n){return!n.__N}))return!c||c.call(this,n,t,r);var i=o.__c.props!==n;return u.forEach(function(n){if(n.__N){var t=n.__[0];n.__=n.__N,n.__N=void 0,t!==n.__[0]&&(i=!0)}}),c&&c.call(this,n,t,r)||i};r.__f=!0;var c=r.shouldComponentUpdate,e=r.componentWillUpdate;r.componentWillUpdate=function(n,t,r){if(this.__e){var u=c;c=void 0,f(n,t,r),c=u}e&&e.call(this,n,t,r)},r.shouldComponentUpdate=f}return o.__N||o.__}function y(n,u){var i=p(t++,3);!c.__s&&C(i.__H,u)&&(i.__=n,i.u=u,r.__H.__h.push(i))}function _(n,u){var i=p(t++,4);!c.__s&&C(i.__H,u)&&(i.__=n,i.u=u,r.__h.push(i))}function A(n){return o=5,T(function(){return{current:n}},[])}function F(n,t,r){o=6,_(function(){if("function"==typeof n){var r=n(t());return function(){n(null),r&&"function"==typeof r&&r()}}if(n)return n.current=t(),function(){return n.current=null}},null==r?r:r.concat(n))}function T(n,r){var u=p(t++,7);return C(u.__H,r)&&(u.__=n(),u.__H=r,u.__h=n),u.__}function q(n,t){return o=8,T(function(){return n},t)}function x(n){var u=r.context[n.__c],i=p(t++,9);return i.c=n,u?(null==i.__&&(i.__=!0,u.sub(r)),u.props.value):n.__}function P(n,t){c.useDebugValue&&c.useDebugValue(t?t(n):n)}function b(n){var u=p(t++,10),i=d();return u.__=n,r.componentDidCatch||(r.componentDidCatch=function(n,t){u.__&&u.__(n,t),i[1](n)}),[i[0],function(){i[1](void 0)}]}function g(){var n=p(t++,11);if(!n.__){for(var u=r.__v;null!==u&&!u.__m&&null!==u.__;)u=u.__;var i=u.__m||(u.__m=[0,0]);n.__="P"+i[0]+"-"+i[1]++}return n.__}function j(){for(var n;n=f.shift();)if(n.__P&&n.__H)try{n.__H.__h.forEach(z),n.__H.__h.forEach(B),n.__H.__h=[]}catch(t){n.__H.__h=[],c.__e(t,n.__v)}}c.__b=function(n){r=null,e&&e(n)},c.__=function(n,t){n&&t.__k&&t.__k.__m&&(n.__m=t.__k.__m),s&&s(n,t)},c.__r=function(n){a&&a(n),t=0;var i=(r=n.__c).__H;i&&(u===r?(i.__h=[],r.__h=[],i.__.forEach(function(n){n.__N&&(n.__=n.__N),n.u=n.__N=void 0})):(i.__h.forEach(z),i.__h.forEach(B),i.__h=[],t=0)),u=r},c.diffed=function(n){v&&v(n);var t=n.__c;t&&t.__H&&(t.__H.__h.length&&(1!==f.push(t)&&i===c.requestAnimationFrame||((i=c.requestAnimationFrame)||w)(j)),t.__H.__.forEach(function(n){n.u&&(n.__H=n.u),n.u=void 0})),u=r=null},c.__c=function(n,t){t.some(function(n){try{n.__h.forEach(z),n.__h=n.__h.filter(function(n){return!n.__||B(n)})}catch(r){t.some(function(n){n.__h&&(n.__h=[])}),t=[],c.__e(r,n.__v)}}),l&&l(n,t)},c.unmount=function(n){m&&m(n);var t,r=n.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{z(n)}catch(n){t=n}}),r.__H=void 0,t&&c.__e(t,r.__v))};var k="function"==typeof requestAnimationFrame;function w(n){var t,r=function(){clearTimeout(u),k&&cancelAnimationFrame(t),setTimeout(n)},u=setTimeout(r,100);k&&(t=requestAnimationFrame(r))}function z(n){var t=r,u=n.__c;"function"==typeof u&&(n.__c=void 0,u()),r=t}function B(n){var t=r;n.__c=n.__(),r=t}function C(n,t){return!n||n.length!==t.length||t.some(function(t,r){return t!==n[r]})}function D(n,t){return"function"==typeof t?t(n):t}
12872
+ //# sourceMappingURL=hooks.module.js.map
12873
+
12866
12874
 
12867
12875
  /***/ }),
12868
12876
 
@@ -12877,6 +12885,17 @@ if(typeof __WEBPACK_EXTERNAL_MODULE_jquery__ === 'undefined') { var e = new Erro
12877
12885
 
12878
12886
  module.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;
12879
12887
 
12888
+ /***/ }),
12889
+
12890
+ /***/ "survey-core":
12891
+ /*!*********************************************************************************************************!*\
12892
+ !*** external {"root":"Survey","commonjs2":"survey-core","commonjs":"survey-core","amd":"survey-core"} ***!
12893
+ \*********************************************************************************************************/
12894
+ /***/ ((module) => {
12895
+
12896
+ "use strict";
12897
+ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_core__;
12898
+
12880
12899
  /***/ })
12881
12900
 
12882
12901
  /******/ });
@@ -13187,7 +13206,7 @@ var preact = react__WEBPACK_IMPORTED_MODULE_0__;
13187
13206
 
13188
13207
 
13189
13208
 
13190
- (0,survey_core__WEBPACK_IMPORTED_MODULE_2__.checkLibraryVersion)("".concat("2.0.0-rc.0"), "survey-js-ui");
13209
+ (0,survey_core__WEBPACK_IMPORTED_MODULE_2__.checkLibraryVersion)("".concat("2.0.0-rc.10"), "survey-js-ui");
13191
13210
 
13192
13211
  })();
13193
13212