survey-react-ui 2.5.5 → 2.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm/survey-react-ui.mjs +29 -5
- package/fesm/survey-react-ui.mjs.map +1 -1
- package/package.json +2 -2
- package/survey-react-ui.js +155 -83
- package/survey-react-ui.js.map +1 -1
- package/survey-react-ui.min.js +1 -1
- package/survey-react-ui.min.js.LICENSE.txt +1 -1
- package/typings/entries/react-ui-model.d.ts +1 -0
- package/typings/src/reactquestion_imagemap.d.ts +10 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-react-ui",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
|
|
6
6
|
"homepage": "https://surveyjs.io/",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"survey-core": "2.5.
|
|
54
|
+
"survey-core": "2.5.6",
|
|
55
55
|
"react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
|
|
56
56
|
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0"
|
|
57
57
|
}
|
package/survey-react-ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - Survey JavaScript library v2.5.
|
|
2
|
+
* surveyjs - Survey JavaScript library v2.5.6
|
|
3
3
|
* Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
@@ -28,7 +28,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28
28
|
/* harmony export */ icons: () => (/* binding */ iconsV1)
|
|
29
29
|
/* harmony export */ });
|
|
30
30
|
/*!
|
|
31
|
-
* surveyjs - Survey JavaScript library v2.5.
|
|
31
|
+
* surveyjs - Survey JavaScript library v2.5.6
|
|
32
32
|
* Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
33
33
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
34
34
|
*/
|
|
@@ -114,7 +114,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
114
114
|
/* harmony export */ icons: () => (/* binding */ iconsV2)
|
|
115
115
|
/* harmony export */ });
|
|
116
116
|
/*!
|
|
117
|
-
* surveyjs - Survey JavaScript library v2.5.
|
|
117
|
+
* surveyjs - Survey JavaScript library v2.5.6
|
|
118
118
|
* Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
119
119
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
120
120
|
*/
|
|
@@ -197,22 +197,22 @@ var iconsV2 = {
|
|
|
197
197
|
|
|
198
198
|
__webpack_require__.r(__webpack_exports__);
|
|
199
199
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
200
|
-
/* harmony export */ CharacterCounterComponent: () => (/* reexport safe */
|
|
201
|
-
/* harmony export */ ComponentsContainer: () => (/* reexport safe */
|
|
202
|
-
/* harmony export */ Header: () => (/* reexport safe */
|
|
203
|
-
/* harmony export */ HeaderCell: () => (/* reexport safe */
|
|
204
|
-
/* harmony export */ HeaderMobile: () => (/* reexport safe */
|
|
205
|
-
/* harmony export */ List: () => (/* reexport safe */
|
|
206
|
-
/* harmony export */ ListItemContent: () => (/* reexport safe */
|
|
207
|
-
/* harmony export */ ListItemGroup: () => (/* reexport safe */
|
|
208
|
-
/* harmony export */ LoadingIndicatorComponent: () => (/* reexport safe */
|
|
209
|
-
/* harmony export */ LogoImage: () => (/* reexport safe */
|
|
210
|
-
/* harmony export */ MatrixRow: () => (/* reexport safe */
|
|
211
|
-
/* harmony export */ NotifierComponent: () => (/* reexport safe */
|
|
212
|
-
/* harmony export */ Popup: () => (/* reexport safe */
|
|
213
|
-
/* harmony export */ PopupModal: () => (/* reexport safe */
|
|
200
|
+
/* harmony export */ CharacterCounterComponent: () => (/* reexport safe */ _src_components_character_counter__WEBPACK_IMPORTED_MODULE_84__.CharacterCounterComponent),
|
|
201
|
+
/* harmony export */ ComponentsContainer: () => (/* reexport safe */ _src_components_components_container__WEBPACK_IMPORTED_MODULE_83__.ComponentsContainer),
|
|
202
|
+
/* harmony export */ Header: () => (/* reexport safe */ _src_components_header__WEBPACK_IMPORTED_MODULE_85__.Header),
|
|
203
|
+
/* harmony export */ HeaderCell: () => (/* reexport safe */ _src_components_header__WEBPACK_IMPORTED_MODULE_85__.HeaderCell),
|
|
204
|
+
/* harmony export */ HeaderMobile: () => (/* reexport safe */ _src_components_header__WEBPACK_IMPORTED_MODULE_85__.HeaderMobile),
|
|
205
|
+
/* harmony export */ List: () => (/* reexport safe */ _src_components_list_list__WEBPACK_IMPORTED_MODULE_61__.List),
|
|
206
|
+
/* harmony export */ ListItemContent: () => (/* reexport safe */ _src_components_list_list_item_content__WEBPACK_IMPORTED_MODULE_59__.ListItemContent),
|
|
207
|
+
/* harmony export */ ListItemGroup: () => (/* reexport safe */ _src_components_list_list_item_group__WEBPACK_IMPORTED_MODULE_60__.ListItemGroup),
|
|
208
|
+
/* harmony export */ LoadingIndicatorComponent: () => (/* reexport safe */ _src_components_loading_indicator__WEBPACK_IMPORTED_MODULE_88__.LoadingIndicatorComponent),
|
|
209
|
+
/* harmony export */ LogoImage: () => (/* reexport safe */ _src_components_survey_header_logo_image__WEBPACK_IMPORTED_MODULE_65__.LogoImage),
|
|
210
|
+
/* harmony export */ MatrixRow: () => (/* reexport safe */ _src_components_matrix_row__WEBPACK_IMPORTED_MODULE_79__.MatrixRow),
|
|
211
|
+
/* harmony export */ NotifierComponent: () => (/* reexport safe */ _src_components_notifier__WEBPACK_IMPORTED_MODULE_82__.NotifierComponent),
|
|
212
|
+
/* harmony export */ Popup: () => (/* reexport safe */ _src_components_popup_popup__WEBPACK_IMPORTED_MODULE_58__.Popup),
|
|
213
|
+
/* harmony export */ PopupModal: () => (/* reexport safe */ _src_components_popup_popup_modal__WEBPACK_IMPORTED_MODULE_90__.PopupModal),
|
|
214
214
|
/* harmony export */ PopupSurvey: () => (/* reexport safe */ _src_react_popup_survey__WEBPACK_IMPORTED_MODULE_48__.PopupSurvey),
|
|
215
|
-
/* harmony export */ QuestionErrorComponent: () => (/* reexport safe */
|
|
215
|
+
/* harmony export */ QuestionErrorComponent: () => (/* reexport safe */ _src_components_question_error__WEBPACK_IMPORTED_MODULE_77__.QuestionErrorComponent),
|
|
216
216
|
/* harmony export */ RatingDropdownItem: () => (/* reexport safe */ _src_components_rating_rating_dropdown_item__WEBPACK_IMPORTED_MODULE_16__.RatingDropdownItem),
|
|
217
217
|
/* harmony export */ RatingItem: () => (/* reexport safe */ _src_components_rating_rating_item__WEBPACK_IMPORTED_MODULE_13__.RatingItem),
|
|
218
218
|
/* harmony export */ RatingItemSmiley: () => (/* reexport safe */ _src_components_rating_rating_item_smiley__WEBPACK_IMPORTED_MODULE_15__.RatingItemSmiley),
|
|
@@ -221,22 +221,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
221
221
|
/* harmony export */ ReactQuestionFactory: () => (/* reexport safe */ _src_reactquestion_factory__WEBPACK_IMPORTED_MODULE_49__.ReactQuestionFactory),
|
|
222
222
|
/* harmony export */ ReactSurveyElement: () => (/* reexport safe */ _src_reactquestion_element__WEBPACK_IMPORTED_MODULE_9__.ReactSurveyElement),
|
|
223
223
|
/* harmony export */ ReactSurveyElementsWrapper: () => (/* reexport safe */ _src_reactsurveymodel__WEBPACK_IMPORTED_MODULE_1__.ReactSurveyElementsWrapper),
|
|
224
|
-
/* harmony export */ Scroll: () => (/* reexport safe */
|
|
225
|
-
/* harmony export */ Skeleton: () => (/* reexport safe */
|
|
226
|
-
/* harmony export */ SliderLabelItem: () => (/* reexport safe */
|
|
224
|
+
/* harmony export */ Scroll: () => (/* reexport safe */ _src_components_scroll__WEBPACK_IMPORTED_MODULE_81__.Scroll),
|
|
225
|
+
/* harmony export */ Skeleton: () => (/* reexport safe */ _src_components_skeleton__WEBPACK_IMPORTED_MODULE_80__.Skeleton),
|
|
226
|
+
/* harmony export */ SliderLabelItem: () => (/* reexport safe */ _src_components_slider_slider_label_item__WEBPACK_IMPORTED_MODULE_78__.SliderLabelItem),
|
|
227
227
|
/* harmony export */ Survey: () => (/* reexport safe */ _src_reactSurvey__WEBPACK_IMPORTED_MODULE_0__.Survey),
|
|
228
|
-
/* harmony export */ SurveyActionBar: () => (/* reexport safe */
|
|
228
|
+
/* harmony export */ SurveyActionBar: () => (/* reexport safe */ _src_components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_64__.SurveyActionBar),
|
|
229
229
|
/* harmony export */ SurveyElementBase: () => (/* reexport safe */ _src_reactquestion_element__WEBPACK_IMPORTED_MODULE_9__.SurveyElementBase),
|
|
230
230
|
/* harmony export */ SurveyElementErrors: () => (/* reexport safe */ _src_reactquestion__WEBPACK_IMPORTED_MODULE_8__.SurveyElementErrors),
|
|
231
231
|
/* harmony export */ SurveyFileChooseButton: () => (/* reexport safe */ _src_components_file_file_choose_button__WEBPACK_IMPORTED_MODULE_27__.SurveyFileChooseButton),
|
|
232
232
|
/* harmony export */ SurveyFileItem: () => (/* reexport safe */ _src_components_file_file_item__WEBPACK_IMPORTED_MODULE_29__.SurveyFileItem),
|
|
233
233
|
/* harmony export */ SurveyFilePreview: () => (/* reexport safe */ _src_components_file_file_preview__WEBPACK_IMPORTED_MODULE_28__.SurveyFilePreview),
|
|
234
234
|
/* harmony export */ SurveyFlowPanel: () => (/* reexport safe */ _src_flow_panel__WEBPACK_IMPORTED_MODULE_7__.SurveyFlowPanel),
|
|
235
|
-
/* harmony export */ SurveyHeader: () => (/* reexport safe */
|
|
236
|
-
/* harmony export */ SurveyLocStringEditor: () => (/* reexport safe */
|
|
237
|
-
/* harmony export */ SurveyLocStringViewer: () => (/* reexport safe */
|
|
235
|
+
/* harmony export */ SurveyHeader: () => (/* reexport safe */ _src_components_survey_header_survey_header__WEBPACK_IMPORTED_MODULE_66__.SurveyHeader),
|
|
236
|
+
/* harmony export */ SurveyLocStringEditor: () => (/* reexport safe */ _src_string_editor__WEBPACK_IMPORTED_MODULE_87__.SurveyLocStringEditor),
|
|
237
|
+
/* harmony export */ SurveyLocStringViewer: () => (/* reexport safe */ _src_string_viewer__WEBPACK_IMPORTED_MODULE_86__.SurveyLocStringViewer),
|
|
238
238
|
/* harmony export */ SurveyNavigationBase: () => (/* reexport safe */ _src_reactSurveyNavigationBase__WEBPACK_IMPORTED_MODULE_2__.SurveyNavigationBase),
|
|
239
|
-
/* harmony export */ SurveyNavigationButton: () => (/* reexport safe */
|
|
239
|
+
/* harmony export */ SurveyNavigationButton: () => (/* reexport safe */ _src_components_survey_actions_survey_nav_button__WEBPACK_IMPORTED_MODULE_76__.SurveyNavigationButton),
|
|
240
240
|
/* harmony export */ SurveyPage: () => (/* reexport safe */ _src_page__WEBPACK_IMPORTED_MODULE_4__.SurveyPage),
|
|
241
241
|
/* harmony export */ SurveyPanel: () => (/* reexport safe */ _src_panel__WEBPACK_IMPORTED_MODULE_6__.SurveyPanel),
|
|
242
242
|
/* harmony export */ SurveyProgress: () => (/* reexport safe */ _src_progress__WEBPACK_IMPORTED_MODULE_41__.SurveyProgress),
|
|
@@ -247,14 +247,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
247
247
|
/* harmony export */ SurveyQuestionBoolean: () => (/* reexport safe */ _src_boolean__WEBPACK_IMPORTED_MODULE_33__.SurveyQuestionBoolean),
|
|
248
248
|
/* harmony export */ SurveyQuestionBooleanCheckbox: () => (/* reexport safe */ _src_boolean_checkbox__WEBPACK_IMPORTED_MODULE_34__.SurveyQuestionBooleanCheckbox),
|
|
249
249
|
/* harmony export */ SurveyQuestionBooleanRadio: () => (/* reexport safe */ _src_boolean_radio__WEBPACK_IMPORTED_MODULE_35__.SurveyQuestionBooleanRadio),
|
|
250
|
-
/* harmony export */ SurveyQuestionButtonGroup: () => (/* reexport safe */
|
|
251
|
-
/* harmony export */ SurveyQuestionButtonGroupDropdown: () => (/* reexport safe */
|
|
250
|
+
/* harmony export */ SurveyQuestionButtonGroup: () => (/* reexport safe */ _src_reactquestion_buttongroup__WEBPACK_IMPORTED_MODULE_55__.SurveyQuestionButtonGroup),
|
|
251
|
+
/* harmony export */ SurveyQuestionButtonGroupDropdown: () => (/* reexport safe */ _src_buttongroup_dropdown__WEBPACK_IMPORTED_MODULE_56__.SurveyQuestionButtonGroupDropdown),
|
|
252
252
|
/* harmony export */ SurveyQuestionCheckbox: () => (/* reexport safe */ _src_reactquestion_checkbox__WEBPACK_IMPORTED_MODULE_11__.SurveyQuestionCheckbox),
|
|
253
253
|
/* harmony export */ SurveyQuestionCheckboxItem: () => (/* reexport safe */ _src_reactquestion_checkbox__WEBPACK_IMPORTED_MODULE_11__.SurveyQuestionCheckboxItem),
|
|
254
254
|
/* harmony export */ SurveyQuestionComment: () => (/* reexport safe */ _src_reactquestion_comment__WEBPACK_IMPORTED_MODULE_10__.SurveyQuestionComment),
|
|
255
255
|
/* harmony export */ SurveyQuestionCommentItem: () => (/* reexport safe */ _src_reactquestion_comment__WEBPACK_IMPORTED_MODULE_10__.SurveyQuestionCommentItem),
|
|
256
|
-
/* harmony export */ SurveyQuestionComposite: () => (/* reexport safe */
|
|
257
|
-
/* harmony export */ SurveyQuestionCustom: () => (/* reexport safe */
|
|
256
|
+
/* harmony export */ SurveyQuestionComposite: () => (/* reexport safe */ _src_reactquestion_custom__WEBPACK_IMPORTED_MODULE_57__.SurveyQuestionComposite),
|
|
257
|
+
/* harmony export */ SurveyQuestionCustom: () => (/* reexport safe */ _src_reactquestion_custom__WEBPACK_IMPORTED_MODULE_57__.SurveyQuestionCustom),
|
|
258
258
|
/* harmony export */ SurveyQuestionDropdown: () => (/* reexport safe */ _src_reactquestion_dropdown__WEBPACK_IMPORTED_MODULE_20__.SurveyQuestionDropdown),
|
|
259
259
|
/* harmony export */ SurveyQuestionDropdownBase: () => (/* reexport safe */ _src_dropdown_base__WEBPACK_IMPORTED_MODULE_19__.SurveyQuestionDropdownBase),
|
|
260
260
|
/* harmony export */ SurveyQuestionDropdownSelect: () => (/* reexport safe */ _src_dropdown_select__WEBPACK_IMPORTED_MODULE_23__.SurveyQuestionDropdownSelect),
|
|
@@ -263,27 +263,28 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
263
263
|
/* harmony export */ SurveyQuestionExpression: () => (/* reexport safe */ _src_reactquestion_expression__WEBPACK_IMPORTED_MODULE_47__.SurveyQuestionExpression),
|
|
264
264
|
/* harmony export */ SurveyQuestionFile: () => (/* reexport safe */ _src_reactquestion_file__WEBPACK_IMPORTED_MODULE_26__.SurveyQuestionFile),
|
|
265
265
|
/* harmony export */ SurveyQuestionHtml: () => (/* reexport safe */ _src_reactquestion_html__WEBPACK_IMPORTED_MODULE_25__.SurveyQuestionHtml),
|
|
266
|
-
/* harmony export */ SurveyQuestionImage: () => (/* reexport safe */
|
|
266
|
+
/* harmony export */ SurveyQuestionImage: () => (/* reexport safe */ _src_image__WEBPACK_IMPORTED_MODULE_53__.SurveyQuestionImage),
|
|
267
|
+
/* harmony export */ SurveyQuestionImageMap: () => (/* reexport safe */ _src_reactquestion_imagemap__WEBPACK_IMPORTED_MODULE_52__.SurveyQuestionImageMap),
|
|
267
268
|
/* harmony export */ SurveyQuestionImagePicker: () => (/* reexport safe */ _src_imagepicker__WEBPACK_IMPORTED_MODULE_51__.SurveyQuestionImagePicker),
|
|
268
269
|
/* harmony export */ SurveyQuestionMatrix: () => (/* reexport safe */ _src_reactquestion_matrix__WEBPACK_IMPORTED_MODULE_24__.SurveyQuestionMatrix),
|
|
269
270
|
/* harmony export */ SurveyQuestionMatrixCell: () => (/* reexport safe */ _src_reactquestion_matrix__WEBPACK_IMPORTED_MODULE_24__.SurveyQuestionMatrixCell),
|
|
270
|
-
/* harmony export */ SurveyQuestionMatrixDetailButton: () => (/* reexport safe */
|
|
271
|
+
/* harmony export */ SurveyQuestionMatrixDetailButton: () => (/* reexport safe */ _src_components_matrix_actions_detail_button_detail_button__WEBPACK_IMPORTED_MODULE_69__.SurveyQuestionMatrixDetailButton),
|
|
271
272
|
/* harmony export */ SurveyQuestionMatrixDropdown: () => (/* reexport safe */ _src_reactquestion_matrixdropdown__WEBPACK_IMPORTED_MODULE_38__.SurveyQuestionMatrixDropdown),
|
|
272
273
|
/* harmony export */ SurveyQuestionMatrixDropdownBase: () => (/* reexport safe */ _src_reactquestion_matrixdropdownbase__WEBPACK_IMPORTED_MODULE_37__.SurveyQuestionMatrixDropdownBase),
|
|
273
274
|
/* harmony export */ SurveyQuestionMatrixDropdownCell: () => (/* reexport safe */ _src_reactquestion_matrixdropdownbase__WEBPACK_IMPORTED_MODULE_37__.SurveyQuestionMatrixDropdownCell),
|
|
274
275
|
/* harmony export */ SurveyQuestionMatrixDynamic: () => (/* reexport safe */ _src_reactquestion_matrixdynamic__WEBPACK_IMPORTED_MODULE_39__.SurveyQuestionMatrixDynamic),
|
|
275
276
|
/* harmony export */ SurveyQuestionMatrixDynamicAddButton: () => (/* reexport safe */ _src_reactquestion_matrixdynamic__WEBPACK_IMPORTED_MODULE_39__.SurveyQuestionMatrixDynamicAddButton),
|
|
276
|
-
/* harmony export */ SurveyQuestionMatrixDynamicDragDropIcon: () => (/* reexport safe */
|
|
277
|
-
/* harmony export */ SurveyQuestionMatrixDynamicRemoveButton: () => (/* reexport safe */
|
|
277
|
+
/* harmony export */ SurveyQuestionMatrixDynamicDragDropIcon: () => (/* reexport safe */ _src_components_matrix_actions_drag_drop_icon_drag_drop_icon__WEBPACK_IMPORTED_MODULE_70__.SurveyQuestionMatrixDynamicDragDropIcon),
|
|
278
|
+
/* harmony export */ SurveyQuestionMatrixDynamicRemoveButton: () => (/* reexport safe */ _src_components_matrix_actions_remove_button_remove_button__WEBPACK_IMPORTED_MODULE_68__.SurveyQuestionMatrixDynamicRemoveButton),
|
|
278
279
|
/* harmony export */ SurveyQuestionMatrixRow: () => (/* reexport safe */ _src_reactquestion_matrix__WEBPACK_IMPORTED_MODULE_24__.SurveyQuestionMatrixRow),
|
|
279
280
|
/* harmony export */ SurveyQuestionMultipleText: () => (/* reexport safe */ _src_reactquestion_multipletext__WEBPACK_IMPORTED_MODULE_30__.SurveyQuestionMultipleText),
|
|
280
281
|
/* harmony export */ SurveyQuestionOptionItem: () => (/* reexport safe */ _src_dropdown_item__WEBPACK_IMPORTED_MODULE_18__.SurveyQuestionOptionItem),
|
|
281
282
|
/* harmony export */ SurveyQuestionPanelDynamic: () => (/* reexport safe */ _src_reactquestion_paneldynamic__WEBPACK_IMPORTED_MODULE_40__.SurveyQuestionPanelDynamic),
|
|
282
|
-
/* harmony export */ SurveyQuestionPanelDynamicAddButton: () => (/* reexport safe */
|
|
283
|
-
/* harmony export */ SurveyQuestionPanelDynamicNextButton: () => (/* reexport safe */
|
|
284
|
-
/* harmony export */ SurveyQuestionPanelDynamicPrevButton: () => (/* reexport safe */
|
|
285
|
-
/* harmony export */ SurveyQuestionPanelDynamicProgressText: () => (/* reexport safe */
|
|
286
|
-
/* harmony export */ SurveyQuestionPanelDynamicRemoveButton: () => (/* reexport safe */
|
|
283
|
+
/* harmony export */ SurveyQuestionPanelDynamicAddButton: () => (/* reexport safe */ _src_components_paneldynamic_actions_paneldynamic_add_btn__WEBPACK_IMPORTED_MODULE_71__.SurveyQuestionPanelDynamicAddButton),
|
|
284
|
+
/* harmony export */ SurveyQuestionPanelDynamicNextButton: () => (/* reexport safe */ _src_components_paneldynamic_actions_paneldynamic_next_btn__WEBPACK_IMPORTED_MODULE_74__.SurveyQuestionPanelDynamicNextButton),
|
|
285
|
+
/* harmony export */ SurveyQuestionPanelDynamicPrevButton: () => (/* reexport safe */ _src_components_paneldynamic_actions_paneldynamic_prev_btn__WEBPACK_IMPORTED_MODULE_73__.SurveyQuestionPanelDynamicPrevButton),
|
|
286
|
+
/* harmony export */ SurveyQuestionPanelDynamicProgressText: () => (/* reexport safe */ _src_components_paneldynamic_actions_paneldynamic_progress_text__WEBPACK_IMPORTED_MODULE_75__.SurveyQuestionPanelDynamicProgressText),
|
|
287
|
+
/* harmony export */ SurveyQuestionPanelDynamicRemoveButton: () => (/* reexport safe */ _src_components_paneldynamic_actions_paneldynamic_remove_btn__WEBPACK_IMPORTED_MODULE_72__.SurveyQuestionPanelDynamicRemoveButton),
|
|
287
288
|
/* harmony export */ SurveyQuestionRadioItem: () => (/* reexport safe */ _src_reactquestion_radiogroup__WEBPACK_IMPORTED_MODULE_31__.SurveyQuestionRadioItem),
|
|
288
289
|
/* harmony export */ SurveyQuestionRadiogroup: () => (/* reexport safe */ _src_reactquestion_radiogroup__WEBPACK_IMPORTED_MODULE_31__.SurveyQuestionRadiogroup),
|
|
289
290
|
/* harmony export */ SurveyQuestionRanking: () => (/* reexport safe */ _src_reactquestion_ranking__WEBPACK_IMPORTED_MODULE_12__.SurveyQuestionRanking),
|
|
@@ -291,7 +292,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
291
292
|
/* harmony export */ SurveyQuestionRankingItemContent: () => (/* reexport safe */ _src_reactquestion_ranking__WEBPACK_IMPORTED_MODULE_12__.SurveyQuestionRankingItemContent),
|
|
292
293
|
/* harmony export */ SurveyQuestionRating: () => (/* reexport safe */ _src_reactquestion_rating__WEBPACK_IMPORTED_MODULE_44__.SurveyQuestionRating),
|
|
293
294
|
/* harmony export */ SurveyQuestionRatingDropdown: () => (/* reexport safe */ _src_rating_dropdown__WEBPACK_IMPORTED_MODULE_45__.SurveyQuestionRatingDropdown),
|
|
294
|
-
/* harmony export */ SurveyQuestionSignaturePad: () => (/* reexport safe */
|
|
295
|
+
/* harmony export */ SurveyQuestionSignaturePad: () => (/* reexport safe */ _src_signaturepad__WEBPACK_IMPORTED_MODULE_54__.SurveyQuestionSignaturePad),
|
|
295
296
|
/* harmony export */ SurveyQuestionSlider: () => (/* reexport safe */ _src_reactquestion_slider__WEBPACK_IMPORTED_MODULE_46__.SurveyQuestionSlider),
|
|
296
297
|
/* harmony export */ SurveyQuestionTagbox: () => (/* reexport safe */ _src_reactquestion_tagbox__WEBPACK_IMPORTED_MODULE_22__.SurveyQuestionTagbox),
|
|
297
298
|
/* harmony export */ SurveyQuestionTagboxItem: () => (/* reexport safe */ _src_tagbox_item__WEBPACK_IMPORTED_MODULE_21__.SurveyQuestionTagboxItem),
|
|
@@ -299,11 +300,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
299
300
|
/* harmony export */ SurveyRow: () => (/* reexport safe */ _src_row__WEBPACK_IMPORTED_MODULE_5__.SurveyRow),
|
|
300
301
|
/* harmony export */ SurveyTimerPanel: () => (/* reexport safe */ _src_reacttimerpanel__WEBPACK_IMPORTED_MODULE_3__.SurveyTimerPanel),
|
|
301
302
|
/* harmony export */ SurveyWindow: () => (/* reexport safe */ _src_react_popup_survey__WEBPACK_IMPORTED_MODULE_48__.SurveyWindow),
|
|
302
|
-
/* harmony export */ SvgBundleComponent: () => (/* reexport safe */
|
|
303
|
-
/* harmony export */ SvgIcon: () => (/* reexport safe */
|
|
303
|
+
/* harmony export */ SvgBundleComponent: () => (/* reexport safe */ _src_svgbundle__WEBPACK_IMPORTED_MODULE_89__.SvgBundleComponent),
|
|
304
|
+
/* harmony export */ SvgIcon: () => (/* reexport safe */ _src_components_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_67__.SvgIcon),
|
|
304
305
|
/* harmony export */ TagboxFilterString: () => (/* reexport safe */ _src_tagbox_filter__WEBPACK_IMPORTED_MODULE_17__.TagboxFilterString),
|
|
305
|
-
/* harmony export */ TitleActions: () => (/* reexport safe */
|
|
306
|
-
/* harmony export */ TitleElement: () => (/* reexport safe */
|
|
306
|
+
/* harmony export */ TitleActions: () => (/* reexport safe */ _src_components_title_title_actions__WEBPACK_IMPORTED_MODULE_62__.TitleActions),
|
|
307
|
+
/* harmony export */ TitleElement: () => (/* reexport safe */ _src_components_title_title_element__WEBPACK_IMPORTED_MODULE_63__.TitleElement),
|
|
307
308
|
/* harmony export */ attachKey2click: () => (/* reexport safe */ _src_reactSurvey__WEBPACK_IMPORTED_MODULE_0__.attachKey2click)
|
|
308
309
|
/* harmony export */ });
|
|
309
310
|
/* harmony import */ var _src_reactSurvey__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../src/reactSurvey */ "./src/reactSurvey.tsx");
|
|
@@ -358,44 +359,45 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
358
359
|
/* harmony import */ var _src_reactquestion_factory__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ../src/reactquestion_factory */ "./src/reactquestion_factory.tsx");
|
|
359
360
|
/* harmony import */ var _src_element_factory__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ../src/element-factory */ "./src/element-factory.tsx");
|
|
360
361
|
/* harmony import */ var _src_imagepicker__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ../src/imagepicker */ "./src/imagepicker.tsx");
|
|
361
|
-
/* harmony import */ var
|
|
362
|
-
/* harmony import */ var
|
|
363
|
-
/* harmony import */ var
|
|
364
|
-
/* harmony import */ var
|
|
365
|
-
/* harmony import */ var
|
|
366
|
-
/* harmony import */ var
|
|
367
|
-
/* harmony import */ var
|
|
368
|
-
/* harmony import */ var
|
|
369
|
-
/* harmony import */ var
|
|
370
|
-
/* harmony import */ var
|
|
371
|
-
/* harmony import */ var
|
|
372
|
-
/* harmony import */ var
|
|
373
|
-
/* harmony import */ var
|
|
374
|
-
/* harmony import */ var
|
|
375
|
-
/* harmony import */ var
|
|
376
|
-
/* harmony import */ var
|
|
377
|
-
/* harmony import */ var
|
|
378
|
-
/* harmony import */ var
|
|
379
|
-
/* harmony import */ var
|
|
380
|
-
/* harmony import */ var
|
|
381
|
-
/* harmony import */ var
|
|
382
|
-
/* harmony import */ var
|
|
383
|
-
/* harmony import */ var
|
|
384
|
-
/* harmony import */ var
|
|
385
|
-
/* harmony import */ var
|
|
386
|
-
/* harmony import */ var
|
|
387
|
-
/* harmony import */ var
|
|
388
|
-
/* harmony import */ var
|
|
389
|
-
/* harmony import */ var
|
|
390
|
-
/* harmony import */ var
|
|
391
|
-
/* harmony import */ var
|
|
392
|
-
/* harmony import */ var
|
|
393
|
-
/* harmony import */ var
|
|
394
|
-
/* harmony import */ var
|
|
395
|
-
/* harmony import */ var
|
|
396
|
-
/* harmony import */ var
|
|
397
|
-
/* harmony import */ var
|
|
398
|
-
/* harmony import */ var
|
|
362
|
+
/* harmony import */ var _src_reactquestion_imagemap__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ../src/reactquestion_imagemap */ "./src/reactquestion_imagemap.tsx");
|
|
363
|
+
/* harmony import */ var _src_image__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ../src/image */ "./src/image.tsx");
|
|
364
|
+
/* harmony import */ var _src_signaturepad__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ../src/signaturepad */ "./src/signaturepad.tsx");
|
|
365
|
+
/* harmony import */ var _src_reactquestion_buttongroup__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ../src/reactquestion_buttongroup */ "./src/reactquestion_buttongroup.tsx");
|
|
366
|
+
/* harmony import */ var _src_buttongroup_dropdown__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ../src/buttongroup-dropdown */ "./src/buttongroup-dropdown.tsx");
|
|
367
|
+
/* harmony import */ var _src_reactquestion_custom__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ../src/reactquestion_custom */ "./src/reactquestion_custom.tsx");
|
|
368
|
+
/* harmony import */ var _src_components_popup_popup__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ../src/components/popup/popup */ "./src/components/popup/popup.tsx");
|
|
369
|
+
/* harmony import */ var _src_components_list_list_item_content__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ../src/components/list/list-item-content */ "./src/components/list/list-item-content.tsx");
|
|
370
|
+
/* harmony import */ var _src_components_list_list_item_group__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ../src/components/list/list-item-group */ "./src/components/list/list-item-group.tsx");
|
|
371
|
+
/* harmony import */ var _src_components_list_list__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ../src/components/list/list */ "./src/components/list/list.tsx");
|
|
372
|
+
/* harmony import */ var _src_components_title_title_actions__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ../src/components/title/title-actions */ "./src/components/title/title-actions.tsx");
|
|
373
|
+
/* harmony import */ var _src_components_title_title_element__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! ../src/components/title/title-element */ "./src/components/title/title-element.tsx");
|
|
374
|
+
/* harmony import */ var _src_components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! ../src/components/action-bar/action-bar */ "./src/components/action-bar/action-bar.tsx");
|
|
375
|
+
/* harmony import */ var _src_components_survey_header_logo_image__WEBPACK_IMPORTED_MODULE_65__ = __webpack_require__(/*! ../src/components/survey-header/logo-image */ "./src/components/survey-header/logo-image.tsx");
|
|
376
|
+
/* harmony import */ var _src_components_survey_header_survey_header__WEBPACK_IMPORTED_MODULE_66__ = __webpack_require__(/*! ../src/components/survey-header/survey-header */ "./src/components/survey-header/survey-header.tsx");
|
|
377
|
+
/* harmony import */ var _src_components_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_67__ = __webpack_require__(/*! ../src/components/svg-icon/svg-icon */ "./src/components/svg-icon/svg-icon.tsx");
|
|
378
|
+
/* harmony import */ var _src_components_matrix_actions_remove_button_remove_button__WEBPACK_IMPORTED_MODULE_68__ = __webpack_require__(/*! ../src/components/matrix-actions/remove-button/remove-button */ "./src/components/matrix-actions/remove-button/remove-button.tsx");
|
|
379
|
+
/* harmony import */ var _src_components_matrix_actions_detail_button_detail_button__WEBPACK_IMPORTED_MODULE_69__ = __webpack_require__(/*! ../src/components/matrix-actions/detail-button/detail-button */ "./src/components/matrix-actions/detail-button/detail-button.tsx");
|
|
380
|
+
/* harmony import */ var _src_components_matrix_actions_drag_drop_icon_drag_drop_icon__WEBPACK_IMPORTED_MODULE_70__ = __webpack_require__(/*! ../src/components/matrix-actions/drag-drop-icon/drag-drop-icon */ "./src/components/matrix-actions/drag-drop-icon/drag-drop-icon.tsx");
|
|
381
|
+
/* harmony import */ var _src_components_paneldynamic_actions_paneldynamic_add_btn__WEBPACK_IMPORTED_MODULE_71__ = __webpack_require__(/*! ../src/components/paneldynamic-actions/paneldynamic-add-btn */ "./src/components/paneldynamic-actions/paneldynamic-add-btn.tsx");
|
|
382
|
+
/* harmony import */ var _src_components_paneldynamic_actions_paneldynamic_remove_btn__WEBPACK_IMPORTED_MODULE_72__ = __webpack_require__(/*! ../src/components/paneldynamic-actions/paneldynamic-remove-btn */ "./src/components/paneldynamic-actions/paneldynamic-remove-btn.tsx");
|
|
383
|
+
/* harmony import */ var _src_components_paneldynamic_actions_paneldynamic_prev_btn__WEBPACK_IMPORTED_MODULE_73__ = __webpack_require__(/*! ../src/components/paneldynamic-actions/paneldynamic-prev-btn */ "./src/components/paneldynamic-actions/paneldynamic-prev-btn.tsx");
|
|
384
|
+
/* harmony import */ var _src_components_paneldynamic_actions_paneldynamic_next_btn__WEBPACK_IMPORTED_MODULE_74__ = __webpack_require__(/*! ../src/components/paneldynamic-actions/paneldynamic-next-btn */ "./src/components/paneldynamic-actions/paneldynamic-next-btn.tsx");
|
|
385
|
+
/* harmony import */ var _src_components_paneldynamic_actions_paneldynamic_progress_text__WEBPACK_IMPORTED_MODULE_75__ = __webpack_require__(/*! ../src/components/paneldynamic-actions/paneldynamic-progress-text */ "./src/components/paneldynamic-actions/paneldynamic-progress-text.tsx");
|
|
386
|
+
/* harmony import */ var _src_components_survey_actions_survey_nav_button__WEBPACK_IMPORTED_MODULE_76__ = __webpack_require__(/*! ../src/components/survey-actions/survey-nav-button */ "./src/components/survey-actions/survey-nav-button.tsx");
|
|
387
|
+
/* harmony import */ var _src_components_question_error__WEBPACK_IMPORTED_MODULE_77__ = __webpack_require__(/*! ../src/components/question-error */ "./src/components/question-error.tsx");
|
|
388
|
+
/* harmony import */ var _src_components_slider_slider_label_item__WEBPACK_IMPORTED_MODULE_78__ = __webpack_require__(/*! ../src/components/slider/slider-label-item */ "./src/components/slider/slider-label-item.tsx");
|
|
389
|
+
/* harmony import */ var _src_components_matrix_row__WEBPACK_IMPORTED_MODULE_79__ = __webpack_require__(/*! ../src/components/matrix/row */ "./src/components/matrix/row.tsx");
|
|
390
|
+
/* harmony import */ var _src_components_skeleton__WEBPACK_IMPORTED_MODULE_80__ = __webpack_require__(/*! ../src/components/skeleton */ "./src/components/skeleton.tsx");
|
|
391
|
+
/* harmony import */ var _src_components_scroll__WEBPACK_IMPORTED_MODULE_81__ = __webpack_require__(/*! ../src/components/scroll */ "./src/components/scroll.tsx");
|
|
392
|
+
/* harmony import */ var _src_components_notifier__WEBPACK_IMPORTED_MODULE_82__ = __webpack_require__(/*! ../src/components/notifier */ "./src/components/notifier.tsx");
|
|
393
|
+
/* harmony import */ var _src_components_components_container__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ../src/components/components-container */ "./src/components/components-container.tsx");
|
|
394
|
+
/* harmony import */ var _src_components_character_counter__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ../src/components/character-counter */ "./src/components/character-counter.tsx");
|
|
395
|
+
/* harmony import */ var _src_components_header__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ../src/components/header */ "./src/components/header.tsx");
|
|
396
|
+
/* harmony import */ var _src_string_viewer__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ../src/string-viewer */ "./src/string-viewer.tsx");
|
|
397
|
+
/* harmony import */ var _src_string_editor__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ../src/string-editor */ "./src/string-editor.tsx");
|
|
398
|
+
/* harmony import */ var _src_components_loading_indicator__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ../src/components/loading-indicator */ "./src/components/loading-indicator.tsx");
|
|
399
|
+
/* harmony import */ var _src_svgbundle__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ../src/svgbundle */ "./src/svgbundle.tsx");
|
|
400
|
+
/* harmony import */ var _src_components_popup_popup_modal__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ../src/components/popup/popup-modal */ "./src/components/popup/popup-modal.tsx");
|
|
399
401
|
// react
|
|
400
402
|
|
|
401
403
|
|
|
@@ -485,6 +487,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
485
487
|
|
|
486
488
|
|
|
487
489
|
|
|
490
|
+
|
|
488
491
|
|
|
489
492
|
|
|
490
493
|
//Uncomment to include the "date" question type.
|
|
@@ -8632,6 +8635,74 @@ _reactquestion_factory__WEBPACK_IMPORTED_MODULE_2__.ReactQuestionFactory.Instanc
|
|
|
8632
8635
|
});
|
|
8633
8636
|
|
|
8634
8637
|
|
|
8638
|
+
/***/ }),
|
|
8639
|
+
|
|
8640
|
+
/***/ "./src/reactquestion_imagemap.tsx":
|
|
8641
|
+
/*!****************************************!*\
|
|
8642
|
+
!*** ./src/reactquestion_imagemap.tsx ***!
|
|
8643
|
+
\****************************************/
|
|
8644
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8645
|
+
|
|
8646
|
+
__webpack_require__.r(__webpack_exports__);
|
|
8647
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8648
|
+
/* harmony export */ SurveyQuestionImageMap: () => (/* binding */ SurveyQuestionImageMap)
|
|
8649
|
+
/* harmony export */ });
|
|
8650
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
8651
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
8652
|
+
/* harmony import */ var _reactquestion_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./reactquestion_element */ "./src/reactquestion_element.tsx");
|
|
8653
|
+
/* harmony import */ var _reactquestion_factory__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./reactquestion_factory */ "./src/reactquestion_factory.tsx");
|
|
8654
|
+
var __extends = (undefined && undefined.__extends) || (function () {
|
|
8655
|
+
var extendStatics = function (d, b) {
|
|
8656
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8657
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
8658
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
8659
|
+
return extendStatics(d, b);
|
|
8660
|
+
};
|
|
8661
|
+
return function (d, b) {
|
|
8662
|
+
if (typeof b !== "function" && b !== null)
|
|
8663
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
8664
|
+
extendStatics(d, b);
|
|
8665
|
+
function __() { this.constructor = d; }
|
|
8666
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
8667
|
+
};
|
|
8668
|
+
})();
|
|
8669
|
+
|
|
8670
|
+
|
|
8671
|
+
|
|
8672
|
+
var SurveyQuestionImageMap = /** @class */ (function (_super) {
|
|
8673
|
+
__extends(SurveyQuestionImageMap, _super);
|
|
8674
|
+
function SurveyQuestionImageMap(props) {
|
|
8675
|
+
var _this = _super.call(this, props) || this;
|
|
8676
|
+
_this.state = { width: undefined, height: undefined, scale: undefined };
|
|
8677
|
+
return _this;
|
|
8678
|
+
}
|
|
8679
|
+
Object.defineProperty(SurveyQuestionImageMap.prototype, "question", {
|
|
8680
|
+
get: function () {
|
|
8681
|
+
return this.questionBase;
|
|
8682
|
+
},
|
|
8683
|
+
enumerable: false,
|
|
8684
|
+
configurable: true
|
|
8685
|
+
});
|
|
8686
|
+
SurveyQuestionImageMap.prototype.componentDidMount = function () {
|
|
8687
|
+
_super.prototype.componentDidMount.call(this);
|
|
8688
|
+
};
|
|
8689
|
+
SurveyQuestionImageMap.prototype.componentWillUnmount = function () {
|
|
8690
|
+
_super.prototype.componentWillUnmount.call(this);
|
|
8691
|
+
};
|
|
8692
|
+
SurveyQuestionImageMap.prototype.renderElement = function () {
|
|
8693
|
+
var _this = this;
|
|
8694
|
+
return (react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", { className: this.question.cssClasses.root, ref: function (root) { return (_this.setControl(root)); } },
|
|
8695
|
+
react__WEBPACK_IMPORTED_MODULE_0__.createElement("img", { className: this.question.cssClasses.bg, id: "".concat(this.question.id, "-bg"), src: this.question.imageLink, role: "presentation" }),
|
|
8696
|
+
react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", { className: this.question.cssClasses.svg, id: "".concat(this.question.id, "-svg") })));
|
|
8697
|
+
};
|
|
8698
|
+
return SurveyQuestionImageMap;
|
|
8699
|
+
}(_reactquestion_element__WEBPACK_IMPORTED_MODULE_1__.SurveyQuestionElementBase));
|
|
8700
|
+
|
|
8701
|
+
_reactquestion_factory__WEBPACK_IMPORTED_MODULE_2__.ReactQuestionFactory.Instance.registerQuestion("imagemap", function (props) {
|
|
8702
|
+
return react__WEBPACK_IMPORTED_MODULE_0__.createElement(SurveyQuestionImageMap, props);
|
|
8703
|
+
});
|
|
8704
|
+
|
|
8705
|
+
|
|
8635
8706
|
/***/ }),
|
|
8636
8707
|
|
|
8637
8708
|
/***/ "./src/reactquestion_matrix.tsx":
|
|
@@ -12070,6 +12141,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12070
12141
|
/* harmony export */ SurveyQuestionFile: () => (/* reexport safe */ _react_ui_model__WEBPACK_IMPORTED_MODULE_1__.SurveyQuestionFile),
|
|
12071
12142
|
/* harmony export */ SurveyQuestionHtml: () => (/* reexport safe */ _react_ui_model__WEBPACK_IMPORTED_MODULE_1__.SurveyQuestionHtml),
|
|
12072
12143
|
/* harmony export */ SurveyQuestionImage: () => (/* reexport safe */ _react_ui_model__WEBPACK_IMPORTED_MODULE_1__.SurveyQuestionImage),
|
|
12144
|
+
/* harmony export */ SurveyQuestionImageMap: () => (/* reexport safe */ _react_ui_model__WEBPACK_IMPORTED_MODULE_1__.SurveyQuestionImageMap),
|
|
12073
12145
|
/* harmony export */ SurveyQuestionImagePicker: () => (/* reexport safe */ _react_ui_model__WEBPACK_IMPORTED_MODULE_1__.SurveyQuestionImagePicker),
|
|
12074
12146
|
/* harmony export */ SurveyQuestionMatrix: () => (/* reexport safe */ _react_ui_model__WEBPACK_IMPORTED_MODULE_1__.SurveyQuestionMatrix),
|
|
12075
12147
|
/* harmony export */ SurveyQuestionMatrixCell: () => (/* reexport safe */ _react_ui_model__WEBPACK_IMPORTED_MODULE_1__.SurveyQuestionMatrixCell),
|
|
@@ -12122,7 +12194,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12122
12194
|
|
|
12123
12195
|
|
|
12124
12196
|
|
|
12125
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_0__.checkLibraryVersion)("".concat("2.5.
|
|
12197
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_0__.checkLibraryVersion)("".concat("2.5.6"), "survey-react-ui");
|
|
12126
12198
|
|
|
12127
12199
|
})();
|
|
12128
12200
|
|