survey-react-ui 1.9.78 → 1.9.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/survey-react-ui.d.ts +16 -0
- package/survey-react-ui.js +253 -145
- package/survey-react-ui.js.map +1 -1
- package/survey-react-ui.min.js +2 -2
package/survey-react-ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - Survey JavaScript library v1.9.
|
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.80
|
|
3
3
|
* Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
@@ -632,7 +632,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
632
632
|
/*!***************************************!*\
|
|
633
633
|
!*** ./src/entries/react-ui-model.ts ***!
|
|
634
634
|
\***************************************/
|
|
635
|
-
/*! exports provided: Survey, attachKey2click, ReactSurveyElementsWrapper, SurveyNavigationBase, SurveyTimerPanel, SurveyPage, SurveyRow, SurveyPanel, SurveyFlowPanel, SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, SurveyQuestionCommentItem, SurveyQuestionComment, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionRanking, SurveyQuestionRankingItem, RatingItem, RatingItemStar, TagboxFilterString, SurveyQuestionOptionItem, SurveyQuestionDropdownBase, SurveyQuestionDropdown, SurveyQuestionTagboxItem, SurveyQuestionTagbox, SurveyQuestionDropdownSelect, SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionHtml, SurveyQuestionFile, SurveyQuestionMultipleText, SurveyQuestionRadiogroup, SurveyQuestionRadioItem, SurveyQuestionText, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionEmpty, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionPanelDynamic, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionExpression, PopupSurvey, SurveyWindow, ReactQuestionFactory, ReactElementFactory, SurveyQuestionImagePicker, SurveyQuestionImage, SurveyQuestionSignaturePad, SurveyQuestionButtonGroup, SurveyQuestionCustom, SurveyQuestionComposite, Popup, List, TitleActions, TitleElement, SurveyActionBar, LogoImage, SurveyHeader, SvgIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicProgressText, SurveyNavigationButton, MatrixRow, Skeleton, NotifierComponent, ComponentsContainer, CharacterCounterComponent, SurveyLocStringViewer, SurveyLocStringEditor */
|
|
635
|
+
/*! exports provided: Survey, attachKey2click, ReactSurveyElementsWrapper, SurveyNavigationBase, SurveyTimerPanel, SurveyPage, SurveyRow, SurveyPanel, SurveyFlowPanel, SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, SurveyQuestionCommentItem, SurveyQuestionComment, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionRanking, SurveyQuestionRankingItem, RatingItem, RatingItemStar, RatingItemSmiley, TagboxFilterString, SurveyQuestionOptionItem, SurveyQuestionDropdownBase, SurveyQuestionDropdown, SurveyQuestionTagboxItem, SurveyQuestionTagbox, SurveyQuestionDropdownSelect, SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionHtml, SurveyQuestionFile, SurveyQuestionMultipleText, SurveyQuestionRadiogroup, SurveyQuestionRadioItem, SurveyQuestionText, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionEmpty, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionPanelDynamic, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionExpression, PopupSurvey, SurveyWindow, ReactQuestionFactory, ReactElementFactory, SurveyQuestionImagePicker, SurveyQuestionImage, SurveyQuestionSignaturePad, SurveyQuestionButtonGroup, SurveyQuestionCustom, SurveyQuestionComposite, Popup, List, TitleActions, TitleElement, SurveyActionBar, LogoImage, SurveyHeader, SvgIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicProgressText, SurveyNavigationButton, MatrixRow, Skeleton, NotifierComponent, ComponentsContainer, CharacterCounterComponent, SurveyLocStringViewer, SurveyLocStringEditor */
|
|
636
636
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
637
637
|
|
|
638
638
|
"use strict";
|
|
@@ -698,194 +698,197 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
698
698
|
/* harmony import */ var _react_components_rating_rating_item_star__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../react/components/rating/rating-item-star */ "./src/react/components/rating/rating-item-star.tsx");
|
|
699
699
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RatingItemStar", function() { return _react_components_rating_rating_item_star__WEBPACK_IMPORTED_MODULE_14__["RatingItemStar"]; });
|
|
700
700
|
|
|
701
|
-
/* harmony import */ var
|
|
702
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
701
|
+
/* harmony import */ var _react_components_rating_rating_item_smiley__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../react/components/rating/rating-item-smiley */ "./src/react/components/rating/rating-item-smiley.tsx");
|
|
702
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RatingItemSmiley", function() { return _react_components_rating_rating_item_smiley__WEBPACK_IMPORTED_MODULE_15__["RatingItemSmiley"]; });
|
|
703
703
|
|
|
704
|
-
/* harmony import */ var
|
|
705
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
704
|
+
/* harmony import */ var _react_tagbox_filter__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../react/tagbox-filter */ "./src/react/tagbox-filter.tsx");
|
|
705
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TagboxFilterString", function() { return _react_tagbox_filter__WEBPACK_IMPORTED_MODULE_16__["TagboxFilterString"]; });
|
|
706
706
|
|
|
707
|
-
/* harmony import */ var
|
|
708
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
707
|
+
/* harmony import */ var _react_dropdown_item__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../react/dropdown-item */ "./src/react/dropdown-item.tsx");
|
|
708
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionOptionItem", function() { return _react_dropdown_item__WEBPACK_IMPORTED_MODULE_17__["SurveyQuestionOptionItem"]; });
|
|
709
709
|
|
|
710
|
-
/* harmony import */ var
|
|
711
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
710
|
+
/* harmony import */ var _react_dropdown_base__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../react/dropdown-base */ "./src/react/dropdown-base.tsx");
|
|
711
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionDropdownBase", function() { return _react_dropdown_base__WEBPACK_IMPORTED_MODULE_18__["SurveyQuestionDropdownBase"]; });
|
|
712
712
|
|
|
713
|
-
/* harmony import */ var
|
|
714
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
713
|
+
/* harmony import */ var _react_reactquestion_dropdown__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../react/reactquestion_dropdown */ "./src/react/reactquestion_dropdown.tsx");
|
|
714
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionDropdown", function() { return _react_reactquestion_dropdown__WEBPACK_IMPORTED_MODULE_19__["SurveyQuestionDropdown"]; });
|
|
715
715
|
|
|
716
|
-
/* harmony import */ var
|
|
717
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
716
|
+
/* harmony import */ var _react_tagbox_item__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../react/tagbox-item */ "./src/react/tagbox-item.tsx");
|
|
717
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionTagboxItem", function() { return _react_tagbox_item__WEBPACK_IMPORTED_MODULE_20__["SurveyQuestionTagboxItem"]; });
|
|
718
718
|
|
|
719
|
-
/* harmony import */ var
|
|
720
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
719
|
+
/* harmony import */ var _react_reactquestion_tagbox__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../react/reactquestion_tagbox */ "./src/react/reactquestion_tagbox.tsx");
|
|
720
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionTagbox", function() { return _react_reactquestion_tagbox__WEBPACK_IMPORTED_MODULE_21__["SurveyQuestionTagbox"]; });
|
|
721
721
|
|
|
722
|
-
/* harmony import */ var
|
|
723
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
722
|
+
/* harmony import */ var _react_dropdown_select__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../react/dropdown-select */ "./src/react/dropdown-select.tsx");
|
|
723
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionDropdownSelect", function() { return _react_dropdown_select__WEBPACK_IMPORTED_MODULE_22__["SurveyQuestionDropdownSelect"]; });
|
|
724
724
|
|
|
725
|
-
/* harmony
|
|
725
|
+
/* harmony import */ var _react_reactquestion_matrix__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../react/reactquestion_matrix */ "./src/react/reactquestion_matrix.tsx");
|
|
726
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrix", function() { return _react_reactquestion_matrix__WEBPACK_IMPORTED_MODULE_23__["SurveyQuestionMatrix"]; });
|
|
726
727
|
|
|
727
|
-
/* harmony
|
|
728
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionHtml", function() { return _react_reactquestion_html__WEBPACK_IMPORTED_MODULE_23__["SurveyQuestionHtml"]; });
|
|
728
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixRow", function() { return _react_reactquestion_matrix__WEBPACK_IMPORTED_MODULE_23__["SurveyQuestionMatrixRow"]; });
|
|
729
729
|
|
|
730
|
-
/* harmony import */ var
|
|
731
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
730
|
+
/* harmony import */ var _react_reactquestion_html__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../react/reactquestion_html */ "./src/react/reactquestion_html.tsx");
|
|
731
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionHtml", function() { return _react_reactquestion_html__WEBPACK_IMPORTED_MODULE_24__["SurveyQuestionHtml"]; });
|
|
732
732
|
|
|
733
|
-
/* harmony import */ var
|
|
734
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
733
|
+
/* harmony import */ var _react_reactquestion_file__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ../react/reactquestion_file */ "./src/react/reactquestion_file.tsx");
|
|
734
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionFile", function() { return _react_reactquestion_file__WEBPACK_IMPORTED_MODULE_25__["SurveyQuestionFile"]; });
|
|
735
735
|
|
|
736
|
-
/* harmony import */ var
|
|
737
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
736
|
+
/* harmony import */ var _react_reactquestion_multipletext__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ../react/reactquestion_multipletext */ "./src/react/reactquestion_multipletext.tsx");
|
|
737
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMultipleText", function() { return _react_reactquestion_multipletext__WEBPACK_IMPORTED_MODULE_26__["SurveyQuestionMultipleText"]; });
|
|
738
738
|
|
|
739
|
-
/* harmony
|
|
739
|
+
/* harmony import */ var _react_reactquestion_radiogroup__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ../react/reactquestion_radiogroup */ "./src/react/reactquestion_radiogroup.tsx");
|
|
740
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionRadiogroup", function() { return _react_reactquestion_radiogroup__WEBPACK_IMPORTED_MODULE_27__["SurveyQuestionRadiogroup"]; });
|
|
740
741
|
|
|
741
|
-
/* harmony
|
|
742
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionText", function() { return _react_reactquestion_text__WEBPACK_IMPORTED_MODULE_27__["SurveyQuestionText"]; });
|
|
742
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionRadioItem", function() { return _react_reactquestion_radiogroup__WEBPACK_IMPORTED_MODULE_27__["SurveyQuestionRadioItem"]; });
|
|
743
743
|
|
|
744
|
-
/* harmony import */ var
|
|
745
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
744
|
+
/* harmony import */ var _react_reactquestion_text__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ../react/reactquestion_text */ "./src/react/reactquestion_text.tsx");
|
|
745
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionText", function() { return _react_reactquestion_text__WEBPACK_IMPORTED_MODULE_28__["SurveyQuestionText"]; });
|
|
746
746
|
|
|
747
|
-
/* harmony import */ var
|
|
748
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
747
|
+
/* harmony import */ var _react_boolean__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ../react/boolean */ "./src/react/boolean.tsx");
|
|
748
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionBoolean", function() { return _react_boolean__WEBPACK_IMPORTED_MODULE_29__["SurveyQuestionBoolean"]; });
|
|
749
749
|
|
|
750
|
-
/* harmony import */ var
|
|
751
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
750
|
+
/* harmony import */ var _react_boolean_checkbox__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ../react/boolean-checkbox */ "./src/react/boolean-checkbox.tsx");
|
|
751
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionBooleanCheckbox", function() { return _react_boolean_checkbox__WEBPACK_IMPORTED_MODULE_30__["SurveyQuestionBooleanCheckbox"]; });
|
|
752
752
|
|
|
753
|
-
/* harmony import */ var
|
|
754
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
753
|
+
/* harmony import */ var _react_boolean_radio__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ../react/boolean-radio */ "./src/react/boolean-radio.tsx");
|
|
754
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionBooleanRadio", function() { return _react_boolean_radio__WEBPACK_IMPORTED_MODULE_31__["SurveyQuestionBooleanRadio"]; });
|
|
755
755
|
|
|
756
|
-
/* harmony import */ var
|
|
757
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
756
|
+
/* harmony import */ var _react_reactquestion_empty__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ../react/reactquestion_empty */ "./src/react/reactquestion_empty.tsx");
|
|
757
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionEmpty", function() { return _react_reactquestion_empty__WEBPACK_IMPORTED_MODULE_32__["SurveyQuestionEmpty"]; });
|
|
758
758
|
|
|
759
|
-
/* harmony
|
|
759
|
+
/* harmony import */ var _react_reactquestion_matrixdropdownbase__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ../react/reactquestion_matrixdropdownbase */ "./src/react/reactquestion_matrixdropdownbase.tsx");
|
|
760
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixDropdownCell", function() { return _react_reactquestion_matrixdropdownbase__WEBPACK_IMPORTED_MODULE_33__["SurveyQuestionMatrixDropdownCell"]; });
|
|
760
761
|
|
|
761
|
-
/* harmony
|
|
762
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixDropdown", function() { return _react_reactquestion_matrixdropdown__WEBPACK_IMPORTED_MODULE_33__["SurveyQuestionMatrixDropdown"]; });
|
|
762
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixDropdownBase", function() { return _react_reactquestion_matrixdropdownbase__WEBPACK_IMPORTED_MODULE_33__["SurveyQuestionMatrixDropdownBase"]; });
|
|
763
763
|
|
|
764
|
-
/* harmony import */ var
|
|
765
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
764
|
+
/* harmony import */ var _react_reactquestion_matrixdropdown__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ../react/reactquestion_matrixdropdown */ "./src/react/reactquestion_matrixdropdown.tsx");
|
|
765
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixDropdown", function() { return _react_reactquestion_matrixdropdown__WEBPACK_IMPORTED_MODULE_34__["SurveyQuestionMatrixDropdown"]; });
|
|
766
766
|
|
|
767
|
-
/* harmony
|
|
767
|
+
/* harmony import */ var _react_reactquestion_matrixdynamic__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ../react/reactquestion_matrixdynamic */ "./src/react/reactquestion_matrixdynamic.tsx");
|
|
768
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixDynamic", function() { return _react_reactquestion_matrixdynamic__WEBPACK_IMPORTED_MODULE_35__["SurveyQuestionMatrixDynamic"]; });
|
|
768
769
|
|
|
769
|
-
/* harmony
|
|
770
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionPanelDynamic", function() { return _react_reactquestion_paneldynamic__WEBPACK_IMPORTED_MODULE_35__["SurveyQuestionPanelDynamic"]; });
|
|
770
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixDynamicAddButton", function() { return _react_reactquestion_matrixdynamic__WEBPACK_IMPORTED_MODULE_35__["SurveyQuestionMatrixDynamicAddButton"]; });
|
|
771
771
|
|
|
772
|
-
/* harmony import */ var
|
|
773
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
772
|
+
/* harmony import */ var _react_reactquestion_paneldynamic__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ../react/reactquestion_paneldynamic */ "./src/react/reactquestion_paneldynamic.tsx");
|
|
773
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionPanelDynamic", function() { return _react_reactquestion_paneldynamic__WEBPACK_IMPORTED_MODULE_36__["SurveyQuestionPanelDynamic"]; });
|
|
774
774
|
|
|
775
|
-
/* harmony import */ var
|
|
776
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
775
|
+
/* harmony import */ var _react_reactSurveyProgress__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ../react/reactSurveyProgress */ "./src/react/reactSurveyProgress.tsx");
|
|
776
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyProgress", function() { return _react_reactSurveyProgress__WEBPACK_IMPORTED_MODULE_37__["SurveyProgress"]; });
|
|
777
777
|
|
|
778
|
-
/* harmony import */ var
|
|
779
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
778
|
+
/* harmony import */ var _react_reactSurveyProgressButtons__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ../react/reactSurveyProgressButtons */ "./src/react/reactSurveyProgressButtons.tsx");
|
|
779
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyProgressButtons", function() { return _react_reactSurveyProgressButtons__WEBPACK_IMPORTED_MODULE_38__["SurveyProgressButtons"]; });
|
|
780
780
|
|
|
781
|
-
/* harmony import */ var
|
|
782
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
781
|
+
/* harmony import */ var _react_reactSurveyProgressToc__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ../react/reactSurveyProgressToc */ "./src/react/reactSurveyProgressToc.tsx");
|
|
782
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyProgressToc", function() { return _react_reactSurveyProgressToc__WEBPACK_IMPORTED_MODULE_39__["SurveyProgressToc"]; });
|
|
783
783
|
|
|
784
|
-
/* harmony import */ var
|
|
785
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
784
|
+
/* harmony import */ var _react_reactquestion_rating__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ../react/reactquestion_rating */ "./src/react/reactquestion_rating.tsx");
|
|
785
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionRating", function() { return _react_reactquestion_rating__WEBPACK_IMPORTED_MODULE_40__["SurveyQuestionRating"]; });
|
|
786
786
|
|
|
787
|
-
/* harmony import */ var
|
|
788
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
787
|
+
/* harmony import */ var _react_rating_dropdown__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ../react/rating-dropdown */ "./src/react/rating-dropdown.tsx");
|
|
788
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionRatingDropdown", function() { return _react_rating_dropdown__WEBPACK_IMPORTED_MODULE_41__["SurveyQuestionRatingDropdown"]; });
|
|
789
789
|
|
|
790
|
-
/* harmony import */ var
|
|
791
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
790
|
+
/* harmony import */ var _react_reactquestion_expression__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ../react/reactquestion_expression */ "./src/react/reactquestion_expression.tsx");
|
|
791
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionExpression", function() { return _react_reactquestion_expression__WEBPACK_IMPORTED_MODULE_42__["SurveyQuestionExpression"]; });
|
|
792
792
|
|
|
793
|
-
/* harmony
|
|
793
|
+
/* harmony import */ var _react_react_popup_survey__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ../react/react-popup-survey */ "./src/react/react-popup-survey.tsx");
|
|
794
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PopupSurvey", function() { return _react_react_popup_survey__WEBPACK_IMPORTED_MODULE_43__["PopupSurvey"]; });
|
|
794
795
|
|
|
795
|
-
/* harmony
|
|
796
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ReactQuestionFactory", function() { return _react_reactquestion_factory__WEBPACK_IMPORTED_MODULE_43__["ReactQuestionFactory"]; });
|
|
796
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyWindow", function() { return _react_react_popup_survey__WEBPACK_IMPORTED_MODULE_43__["SurveyWindow"]; });
|
|
797
797
|
|
|
798
|
-
/* harmony import */ var
|
|
799
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
798
|
+
/* harmony import */ var _react_reactquestion_factory__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ../react/reactquestion_factory */ "./src/react/reactquestion_factory.tsx");
|
|
799
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ReactQuestionFactory", function() { return _react_reactquestion_factory__WEBPACK_IMPORTED_MODULE_44__["ReactQuestionFactory"]; });
|
|
800
800
|
|
|
801
|
-
/* harmony import */ var
|
|
802
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
801
|
+
/* harmony import */ var _react_element_factory__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ../react/element-factory */ "./src/react/element-factory.tsx");
|
|
802
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ReactElementFactory", function() { return _react_element_factory__WEBPACK_IMPORTED_MODULE_45__["ReactElementFactory"]; });
|
|
803
803
|
|
|
804
|
-
/* harmony import */ var
|
|
805
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
804
|
+
/* harmony import */ var _react_imagepicker__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ../react/imagepicker */ "./src/react/imagepicker.tsx");
|
|
805
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionImagePicker", function() { return _react_imagepicker__WEBPACK_IMPORTED_MODULE_46__["SurveyQuestionImagePicker"]; });
|
|
806
806
|
|
|
807
|
-
/* harmony import */ var
|
|
808
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
807
|
+
/* harmony import */ var _react_image__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ../react/image */ "./src/react/image.tsx");
|
|
808
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionImage", function() { return _react_image__WEBPACK_IMPORTED_MODULE_47__["SurveyQuestionImage"]; });
|
|
809
809
|
|
|
810
|
-
/* harmony import */ var
|
|
811
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
810
|
+
/* harmony import */ var _react_signaturepad__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ../react/signaturepad */ "./src/react/signaturepad.tsx");
|
|
811
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionSignaturePad", function() { return _react_signaturepad__WEBPACK_IMPORTED_MODULE_48__["SurveyQuestionSignaturePad"]; });
|
|
812
812
|
|
|
813
|
-
/* harmony import */ var
|
|
814
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
813
|
+
/* harmony import */ var _react_reactquestion_buttongroup__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ../react/reactquestion_buttongroup */ "./src/react/reactquestion_buttongroup.tsx");
|
|
814
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionButtonGroup", function() { return _react_reactquestion_buttongroup__WEBPACK_IMPORTED_MODULE_49__["SurveyQuestionButtonGroup"]; });
|
|
815
815
|
|
|
816
|
-
/* harmony
|
|
816
|
+
/* harmony import */ var _react_reactquestion_custom__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ../react/reactquestion_custom */ "./src/react/reactquestion_custom.tsx");
|
|
817
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionCustom", function() { return _react_reactquestion_custom__WEBPACK_IMPORTED_MODULE_50__["SurveyQuestionCustom"]; });
|
|
817
818
|
|
|
818
|
-
/* harmony
|
|
819
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Popup", function() { return _react_components_popup_popup__WEBPACK_IMPORTED_MODULE_50__["Popup"]; });
|
|
819
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionComposite", function() { return _react_reactquestion_custom__WEBPACK_IMPORTED_MODULE_50__["SurveyQuestionComposite"]; });
|
|
820
820
|
|
|
821
|
-
/* harmony import */ var
|
|
822
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
821
|
+
/* harmony import */ var _react_components_popup_popup__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ../react/components/popup/popup */ "./src/react/components/popup/popup.tsx");
|
|
822
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Popup", function() { return _react_components_popup_popup__WEBPACK_IMPORTED_MODULE_51__["Popup"]; });
|
|
823
823
|
|
|
824
|
-
/* harmony import */ var
|
|
825
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
824
|
+
/* harmony import */ var _react_components_list_list__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ../react/components/list/list */ "./src/react/components/list/list.tsx");
|
|
825
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "List", function() { return _react_components_list_list__WEBPACK_IMPORTED_MODULE_52__["List"]; });
|
|
826
826
|
|
|
827
|
-
/* harmony import */ var
|
|
828
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
827
|
+
/* harmony import */ var _react_components_title_title_actions__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ../react/components/title/title-actions */ "./src/react/components/title/title-actions.tsx");
|
|
828
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TitleActions", function() { return _react_components_title_title_actions__WEBPACK_IMPORTED_MODULE_53__["TitleActions"]; });
|
|
829
829
|
|
|
830
|
-
/* harmony import */ var
|
|
831
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
830
|
+
/* harmony import */ var _react_components_title_title_element__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ../react/components/title/title-element */ "./src/react/components/title/title-element.tsx");
|
|
831
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TitleElement", function() { return _react_components_title_title_element__WEBPACK_IMPORTED_MODULE_54__["TitleElement"]; });
|
|
832
832
|
|
|
833
|
-
/* harmony import */ var
|
|
834
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
833
|
+
/* harmony import */ var _react_components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ../react/components/action-bar/action-bar */ "./src/react/components/action-bar/action-bar.tsx");
|
|
834
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyActionBar", function() { return _react_components_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_55__["SurveyActionBar"]; });
|
|
835
835
|
|
|
836
|
-
/* harmony import */ var
|
|
837
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
836
|
+
/* harmony import */ var _react_components_survey_header_logo_image__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ../react/components/survey-header/logo-image */ "./src/react/components/survey-header/logo-image.tsx");
|
|
837
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "LogoImage", function() { return _react_components_survey_header_logo_image__WEBPACK_IMPORTED_MODULE_56__["LogoImage"]; });
|
|
838
838
|
|
|
839
|
-
/* harmony import */ var
|
|
840
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
839
|
+
/* harmony import */ var _react_components_survey_header_survey_header__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ../react/components/survey-header/survey-header */ "./src/react/components/survey-header/survey-header.tsx");
|
|
840
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyHeader", function() { return _react_components_survey_header_survey_header__WEBPACK_IMPORTED_MODULE_57__["SurveyHeader"]; });
|
|
841
841
|
|
|
842
|
-
/* harmony import */ var
|
|
843
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
842
|
+
/* harmony import */ var _react_components_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ../react/components/svg-icon/svg-icon */ "./src/react/components/svg-icon/svg-icon.tsx");
|
|
843
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SvgIcon", function() { return _react_components_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_58__["SvgIcon"]; });
|
|
844
844
|
|
|
845
|
-
/* harmony import */ var
|
|
846
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
845
|
+
/* harmony import */ var _react_components_matrix_actions_remove_button_remove_button__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ../react/components/matrix-actions/remove-button/remove-button */ "./src/react/components/matrix-actions/remove-button/remove-button.tsx");
|
|
846
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixDynamicRemoveButton", function() { return _react_components_matrix_actions_remove_button_remove_button__WEBPACK_IMPORTED_MODULE_59__["SurveyQuestionMatrixDynamicRemoveButton"]; });
|
|
847
847
|
|
|
848
|
-
/* harmony import */ var
|
|
849
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
848
|
+
/* harmony import */ var _react_components_matrix_actions_detail_button_detail_button__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ../react/components/matrix-actions/detail-button/detail-button */ "./src/react/components/matrix-actions/detail-button/detail-button.tsx");
|
|
849
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixDetailButton", function() { return _react_components_matrix_actions_detail_button_detail_button__WEBPACK_IMPORTED_MODULE_60__["SurveyQuestionMatrixDetailButton"]; });
|
|
850
850
|
|
|
851
|
-
/* harmony import */ var
|
|
852
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
851
|
+
/* harmony import */ var _react_components_matrix_actions_drag_drop_icon_drag_drop_icon__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ../react/components/matrix-actions/drag-drop-icon/drag-drop-icon */ "./src/react/components/matrix-actions/drag-drop-icon/drag-drop-icon.tsx");
|
|
852
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionMatrixDynamicDragDropIcon", function() { return _react_components_matrix_actions_drag_drop_icon_drag_drop_icon__WEBPACK_IMPORTED_MODULE_61__["SurveyQuestionMatrixDynamicDragDropIcon"]; });
|
|
853
853
|
|
|
854
|
-
/* harmony import */ var
|
|
855
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
854
|
+
/* harmony import */ var _react_components_paneldynamic_actions_paneldynamic_add_btn__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ../react/components/paneldynamic-actions/paneldynamic-add-btn */ "./src/react/components/paneldynamic-actions/paneldynamic-add-btn.tsx");
|
|
855
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionPanelDynamicAddButton", function() { return _react_components_paneldynamic_actions_paneldynamic_add_btn__WEBPACK_IMPORTED_MODULE_62__["SurveyQuestionPanelDynamicAddButton"]; });
|
|
856
856
|
|
|
857
|
-
/* harmony import */ var
|
|
858
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
857
|
+
/* harmony import */ var _react_components_paneldynamic_actions_paneldynamic_remove_btn__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! ../react/components/paneldynamic-actions/paneldynamic-remove-btn */ "./src/react/components/paneldynamic-actions/paneldynamic-remove-btn.tsx");
|
|
858
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionPanelDynamicRemoveButton", function() { return _react_components_paneldynamic_actions_paneldynamic_remove_btn__WEBPACK_IMPORTED_MODULE_63__["SurveyQuestionPanelDynamicRemoveButton"]; });
|
|
859
859
|
|
|
860
|
-
/* harmony import */ var
|
|
861
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
860
|
+
/* harmony import */ var _react_components_paneldynamic_actions_paneldynamic_prev_btn__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! ../react/components/paneldynamic-actions/paneldynamic-prev-btn */ "./src/react/components/paneldynamic-actions/paneldynamic-prev-btn.tsx");
|
|
861
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionPanelDynamicPrevButton", function() { return _react_components_paneldynamic_actions_paneldynamic_prev_btn__WEBPACK_IMPORTED_MODULE_64__["SurveyQuestionPanelDynamicPrevButton"]; });
|
|
862
862
|
|
|
863
|
-
/* harmony import */ var
|
|
864
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
863
|
+
/* harmony import */ var _react_components_paneldynamic_actions_paneldynamic_next_btn__WEBPACK_IMPORTED_MODULE_65__ = __webpack_require__(/*! ../react/components/paneldynamic-actions/paneldynamic-next-btn */ "./src/react/components/paneldynamic-actions/paneldynamic-next-btn.tsx");
|
|
864
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionPanelDynamicNextButton", function() { return _react_components_paneldynamic_actions_paneldynamic_next_btn__WEBPACK_IMPORTED_MODULE_65__["SurveyQuestionPanelDynamicNextButton"]; });
|
|
865
865
|
|
|
866
|
-
/* harmony import */ var
|
|
867
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
866
|
+
/* harmony import */ var _react_components_paneldynamic_actions_paneldynamic_progress_text__WEBPACK_IMPORTED_MODULE_66__ = __webpack_require__(/*! ../react/components/paneldynamic-actions/paneldynamic-progress-text */ "./src/react/components/paneldynamic-actions/paneldynamic-progress-text.tsx");
|
|
867
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionPanelDynamicProgressText", function() { return _react_components_paneldynamic_actions_paneldynamic_progress_text__WEBPACK_IMPORTED_MODULE_66__["SurveyQuestionPanelDynamicProgressText"]; });
|
|
868
868
|
|
|
869
|
-
/* harmony import */ var
|
|
870
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
869
|
+
/* harmony import */ var _react_components_survey_actions_survey_nav_button__WEBPACK_IMPORTED_MODULE_67__ = __webpack_require__(/*! ../react/components/survey-actions/survey-nav-button */ "./src/react/components/survey-actions/survey-nav-button.tsx");
|
|
870
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyNavigationButton", function() { return _react_components_survey_actions_survey_nav_button__WEBPACK_IMPORTED_MODULE_67__["SurveyNavigationButton"]; });
|
|
871
871
|
|
|
872
|
-
/* harmony import */ var
|
|
873
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
872
|
+
/* harmony import */ var _react_components_matrix_row__WEBPACK_IMPORTED_MODULE_68__ = __webpack_require__(/*! ../react/components/matrix/row */ "./src/react/components/matrix/row.tsx");
|
|
873
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MatrixRow", function() { return _react_components_matrix_row__WEBPACK_IMPORTED_MODULE_68__["MatrixRow"]; });
|
|
874
874
|
|
|
875
|
-
/* harmony import */ var
|
|
876
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
875
|
+
/* harmony import */ var _react_components_skeleton__WEBPACK_IMPORTED_MODULE_69__ = __webpack_require__(/*! ../react/components/skeleton */ "./src/react/components/skeleton.tsx");
|
|
876
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Skeleton", function() { return _react_components_skeleton__WEBPACK_IMPORTED_MODULE_69__["Skeleton"]; });
|
|
877
877
|
|
|
878
|
-
/* harmony import */ var
|
|
879
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
878
|
+
/* harmony import */ var _react_components_notifier__WEBPACK_IMPORTED_MODULE_70__ = __webpack_require__(/*! ../react/components/notifier */ "./src/react/components/notifier.tsx");
|
|
879
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "NotifierComponent", function() { return _react_components_notifier__WEBPACK_IMPORTED_MODULE_70__["NotifierComponent"]; });
|
|
880
880
|
|
|
881
|
-
/* harmony import */ var
|
|
882
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
881
|
+
/* harmony import */ var _react_components_components_container__WEBPACK_IMPORTED_MODULE_71__ = __webpack_require__(/*! ../react/components/components-container */ "./src/react/components/components-container.tsx");
|
|
882
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ComponentsContainer", function() { return _react_components_components_container__WEBPACK_IMPORTED_MODULE_71__["ComponentsContainer"]; });
|
|
883
883
|
|
|
884
|
-
/* harmony import */ var
|
|
885
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
884
|
+
/* harmony import */ var _react_components_character_counter__WEBPACK_IMPORTED_MODULE_72__ = __webpack_require__(/*! ../react/components/character-counter */ "./src/react/components/character-counter.tsx");
|
|
885
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CharacterCounterComponent", function() { return _react_components_character_counter__WEBPACK_IMPORTED_MODULE_72__["CharacterCounterComponent"]; });
|
|
886
886
|
|
|
887
|
-
/* harmony import */ var
|
|
888
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
887
|
+
/* harmony import */ var _react_string_viewer__WEBPACK_IMPORTED_MODULE_73__ = __webpack_require__(/*! ../react/string-viewer */ "./src/react/string-viewer.tsx");
|
|
888
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyLocStringViewer", function() { return _react_string_viewer__WEBPACK_IMPORTED_MODULE_73__["SurveyLocStringViewer"]; });
|
|
889
|
+
|
|
890
|
+
/* harmony import */ var _react_string_editor__WEBPACK_IMPORTED_MODULE_74__ = __webpack_require__(/*! ../react/string-editor */ "./src/react/string-editor.tsx");
|
|
891
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyLocStringEditor", function() { return _react_string_editor__WEBPACK_IMPORTED_MODULE_74__["SurveyLocStringEditor"]; });
|
|
889
892
|
|
|
890
893
|
// react
|
|
891
894
|
|
|
@@ -960,6 +963,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
960
963
|
|
|
961
964
|
|
|
962
965
|
|
|
966
|
+
|
|
963
967
|
|
|
964
968
|
|
|
965
969
|
//Uncomment to include the "date" question type.
|
|
@@ -972,7 +976,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
972
976
|
/*!*********************************!*\
|
|
973
977
|
!*** ./src/entries/react-ui.ts ***!
|
|
974
978
|
\*********************************/
|
|
975
|
-
/*! exports provided: Survey, attachKey2click, ReactSurveyElementsWrapper, SurveyNavigationBase, SurveyTimerPanel, SurveyPage, SurveyRow, SurveyPanel, SurveyFlowPanel, SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, SurveyQuestionCommentItem, SurveyQuestionComment, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionRanking, SurveyQuestionRankingItem, RatingItem, RatingItemStar, TagboxFilterString, SurveyQuestionOptionItem, SurveyQuestionDropdownBase, SurveyQuestionDropdown, SurveyQuestionTagboxItem, SurveyQuestionTagbox, SurveyQuestionDropdownSelect, SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionHtml, SurveyQuestionFile, SurveyQuestionMultipleText, SurveyQuestionRadiogroup, SurveyQuestionRadioItem, SurveyQuestionText, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionEmpty, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionPanelDynamic, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionExpression, PopupSurvey, SurveyWindow, ReactQuestionFactory, ReactElementFactory, SurveyQuestionImagePicker, SurveyQuestionImage, SurveyQuestionSignaturePad, SurveyQuestionButtonGroup, SurveyQuestionCustom, SurveyQuestionComposite, Popup, List, TitleActions, TitleElement, SurveyActionBar, LogoImage, SurveyHeader, SvgIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicProgressText, SurveyNavigationButton, MatrixRow, Skeleton, NotifierComponent, ComponentsContainer, CharacterCounterComponent, SurveyLocStringViewer, SurveyLocStringEditor, SurveyModel, SurveyWindowModel, settings, surveyLocalization, surveyStrings, Model, ResponsivityManager, VerticalResponsivityManager, unwrap */
|
|
979
|
+
/*! exports provided: Survey, attachKey2click, ReactSurveyElementsWrapper, SurveyNavigationBase, SurveyTimerPanel, SurveyPage, SurveyRow, SurveyPanel, SurveyFlowPanel, SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, SurveyQuestionCommentItem, SurveyQuestionComment, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionRanking, SurveyQuestionRankingItem, RatingItem, RatingItemStar, RatingItemSmiley, TagboxFilterString, SurveyQuestionOptionItem, SurveyQuestionDropdownBase, SurveyQuestionDropdown, SurveyQuestionTagboxItem, SurveyQuestionTagbox, SurveyQuestionDropdownSelect, SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionHtml, SurveyQuestionFile, SurveyQuestionMultipleText, SurveyQuestionRadiogroup, SurveyQuestionRadioItem, SurveyQuestionText, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionEmpty, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionPanelDynamic, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionExpression, PopupSurvey, SurveyWindow, ReactQuestionFactory, ReactElementFactory, SurveyQuestionImagePicker, SurveyQuestionImage, SurveyQuestionSignaturePad, SurveyQuestionButtonGroup, SurveyQuestionCustom, SurveyQuestionComposite, Popup, List, TitleActions, TitleElement, SurveyActionBar, LogoImage, SurveyHeader, SvgIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicProgressText, SurveyNavigationButton, MatrixRow, Skeleton, NotifierComponent, ComponentsContainer, CharacterCounterComponent, SurveyLocStringViewer, SurveyLocStringEditor, SurveyModel, SurveyWindowModel, settings, surveyLocalization, surveyStrings, Model, ResponsivityManager, VerticalResponsivityManager, unwrap */
|
|
976
980
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
977
981
|
|
|
978
982
|
"use strict";
|
|
@@ -1024,6 +1028,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1024
1028
|
|
|
1025
1029
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RatingItemStar", function() { return _react_ui_model__WEBPACK_IMPORTED_MODULE_0__["RatingItemStar"]; });
|
|
1026
1030
|
|
|
1031
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RatingItemSmiley", function() { return _react_ui_model__WEBPACK_IMPORTED_MODULE_0__["RatingItemSmiley"]; });
|
|
1032
|
+
|
|
1027
1033
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TagboxFilterString", function() { return _react_ui_model__WEBPACK_IMPORTED_MODULE_0__["TagboxFilterString"]; });
|
|
1028
1034
|
|
|
1029
1035
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyQuestionOptionItem", function() { return _react_ui_model__WEBPACK_IMPORTED_MODULE_0__["SurveyQuestionOptionItem"]; });
|
|
@@ -1183,7 +1189,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1183
1189
|
|
|
1184
1190
|
|
|
1185
1191
|
|
|
1186
|
-
Object(survey_core__WEBPACK_IMPORTED_MODULE_2__["checkLibraryVersion"])("" + "1.9.
|
|
1192
|
+
Object(survey_core__WEBPACK_IMPORTED_MODULE_2__["checkLibraryVersion"])("" + "1.9.80", "survey-react-ui");
|
|
1187
1193
|
|
|
1188
1194
|
|
|
1189
1195
|
/***/ }),
|
|
@@ -2043,7 +2049,7 @@ var ListItem = /** @class */ (function (_super) {
|
|
|
2043
2049
|
var style = {
|
|
2044
2050
|
display: isVisible ? null : "none"
|
|
2045
2051
|
};
|
|
2046
|
-
return Object(_reactSurvey__WEBPACK_IMPORTED_MODULE_3__["attachKey2click"])(react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("li", { className: className, role: "option", style: style, "aria-selected": this.model.isItemSelected(this.item), onClick: function (event) {
|
|
2052
|
+
return Object(_reactSurvey__WEBPACK_IMPORTED_MODULE_3__["attachKey2click"])(react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("li", { className: className, role: "option", style: style, id: this.item.elementId, "aria-selected": this.model.isItemSelected(this.item), onClick: function (event) {
|
|
2047
2053
|
_this.model.onItemClick(_this.item);
|
|
2048
2054
|
event.stopPropagation();
|
|
2049
2055
|
}, onPointerDown: function (event) { return _this.model.onPointerDown(event, _this.item); } },
|
|
@@ -2143,7 +2149,7 @@ var List = /** @class */ (function (_super) {
|
|
|
2143
2149
|
return null;
|
|
2144
2150
|
var items = this.renderItems();
|
|
2145
2151
|
var ulStyle = { display: this.model.isEmpty ? "none" : null };
|
|
2146
|
-
return (react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("ul", { className: this.model.cssClasses.itemsContainer, style: ulStyle, role: "listbox", onMouseDown: function (e) {
|
|
2152
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("ul", { className: this.model.cssClasses.itemsContainer, style: ulStyle, role: "listbox", id: this.model.elementId, onMouseDown: function (e) {
|
|
2147
2153
|
e.preventDefault();
|
|
2148
2154
|
}, onKeyDown: this.handleKeydown, onMouseMove: this.handleMouseMove }, items));
|
|
2149
2155
|
};
|
|
@@ -2541,7 +2547,9 @@ var NotifierComponent = /** @class */ (function (_super) {
|
|
|
2541
2547
|
return this.notifier;
|
|
2542
2548
|
};
|
|
2543
2549
|
NotifierComponent.prototype.renderElement = function () {
|
|
2544
|
-
|
|
2550
|
+
if (!this.notifier.isDisplayed)
|
|
2551
|
+
return null;
|
|
2552
|
+
var style = { visibility: this.notifier.active ? "visible" : "hidden" };
|
|
2545
2553
|
return (react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", { className: this.notifier.css, style: style },
|
|
2546
2554
|
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("span", null, this.notifier.message),
|
|
2547
2555
|
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_action_bar_action_bar__WEBPACK_IMPORTED_MODULE_3__["SurveyActionBar"], { model: this.notifier.actionBar })));
|
|
@@ -3092,6 +3100,85 @@ function showDialog(dialogOptions) {
|
|
|
3092
3100
|
survey_core__WEBPACK_IMPORTED_MODULE_2__["settings"].showModal = showModal;
|
|
3093
3101
|
|
|
3094
3102
|
|
|
3103
|
+
/***/ }),
|
|
3104
|
+
|
|
3105
|
+
/***/ "./src/react/components/rating/rating-item-smiley.tsx":
|
|
3106
|
+
/*!************************************************************!*\
|
|
3107
|
+
!*** ./src/react/components/rating/rating-item-smiley.tsx ***!
|
|
3108
|
+
\************************************************************/
|
|
3109
|
+
/*! exports provided: RatingItemSmiley */
|
|
3110
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3111
|
+
|
|
3112
|
+
"use strict";
|
|
3113
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3114
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RatingItemSmiley", function() { return RatingItemSmiley; });
|
|
3115
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
3116
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
3117
|
+
/* harmony import */ var _element_factory__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../element-factory */ "./src/react/element-factory.tsx");
|
|
3118
|
+
/* harmony import */ var _reactquestion_element__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../reactquestion_element */ "./src/react/reactquestion_element.tsx");
|
|
3119
|
+
/* harmony import */ var _svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../svg-icon/svg-icon */ "./src/react/components/svg-icon/svg-icon.tsx");
|
|
3120
|
+
var __extends = (undefined && undefined.__extends) || (function () {
|
|
3121
|
+
var extendStatics = function (d, b) {
|
|
3122
|
+
extendStatics = Object.setPrototypeOf ||
|
|
3123
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
3124
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
3125
|
+
return extendStatics(d, b);
|
|
3126
|
+
};
|
|
3127
|
+
return function (d, b) {
|
|
3128
|
+
if (typeof b !== "function" && b !== null)
|
|
3129
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
3130
|
+
extendStatics(d, b);
|
|
3131
|
+
function __() { this.constructor = d; }
|
|
3132
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
3133
|
+
};
|
|
3134
|
+
})();
|
|
3135
|
+
|
|
3136
|
+
|
|
3137
|
+
|
|
3138
|
+
|
|
3139
|
+
var RatingItemSmiley = /** @class */ (function (_super) {
|
|
3140
|
+
__extends(RatingItemSmiley, _super);
|
|
3141
|
+
function RatingItemSmiley() {
|
|
3142
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
3143
|
+
}
|
|
3144
|
+
Object.defineProperty(RatingItemSmiley.prototype, "question", {
|
|
3145
|
+
get: function () {
|
|
3146
|
+
return this.props.question;
|
|
3147
|
+
},
|
|
3148
|
+
enumerable: false,
|
|
3149
|
+
configurable: true
|
|
3150
|
+
});
|
|
3151
|
+
Object.defineProperty(RatingItemSmiley.prototype, "item", {
|
|
3152
|
+
get: function () {
|
|
3153
|
+
return this.props.item;
|
|
3154
|
+
},
|
|
3155
|
+
enumerable: false,
|
|
3156
|
+
configurable: true
|
|
3157
|
+
});
|
|
3158
|
+
Object.defineProperty(RatingItemSmiley.prototype, "index", {
|
|
3159
|
+
get: function () {
|
|
3160
|
+
return this.props.index;
|
|
3161
|
+
},
|
|
3162
|
+
enumerable: false,
|
|
3163
|
+
configurable: true
|
|
3164
|
+
});
|
|
3165
|
+
RatingItemSmiley.prototype.getStateElement = function () {
|
|
3166
|
+
return this.item;
|
|
3167
|
+
};
|
|
3168
|
+
RatingItemSmiley.prototype.render = function () {
|
|
3169
|
+
var _this = this;
|
|
3170
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("label", { 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); } },
|
|
3171
|
+
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.name, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.isDisplayMode, 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-describedby": this.question.ariaDescribedBy }),
|
|
3172
|
+
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { size: "auto", iconName: this.question.getItemSmileyIconName(this.item.itemValue), title: this.item.text })));
|
|
3173
|
+
};
|
|
3174
|
+
return RatingItemSmiley;
|
|
3175
|
+
}(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__["SurveyElementBase"]));
|
|
3176
|
+
|
|
3177
|
+
_element_factory__WEBPACK_IMPORTED_MODULE_1__["ReactElementFactory"].Instance.registerElement("sv-rating-item-smiley", function (props) {
|
|
3178
|
+
return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(RatingItemSmiley, props);
|
|
3179
|
+
});
|
|
3180
|
+
|
|
3181
|
+
|
|
3095
3182
|
/***/ }),
|
|
3096
3183
|
|
|
3097
3184
|
/***/ "./src/react/components/rating/rating-item-star.tsx":
|
|
@@ -3161,8 +3248,8 @@ var RatingItemStar = /** @class */ (function (_super) {
|
|
|
3161
3248
|
var _this = this;
|
|
3162
3249
|
return (react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("label", { 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); } },
|
|
3163
3250
|
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.name, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.isDisplayMode, 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-describedby": this.question.ariaDescribedBy }),
|
|
3164
|
-
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { className: "sv-star", size:
|
|
3165
|
-
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { className: "sv-star-2", size:
|
|
3251
|
+
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { className: "sv-star", size: "auto", iconName: "icon-rating-star", title: this.item.text }),
|
|
3252
|
+
react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_svg_icon_svg_icon__WEBPACK_IMPORTED_MODULE_3__["SvgIcon"], { className: "sv-star-2", size: "auto", iconName: "icon-rating-star-2", title: this.item.text })));
|
|
3166
3253
|
};
|
|
3167
3254
|
return RatingItemStar;
|
|
3168
3255
|
}(_reactquestion_element__WEBPACK_IMPORTED_MODULE_2__["SurveyElementBase"]));
|
|
@@ -3982,8 +4069,15 @@ var SurveyQuestionDropdownBase = /** @class */ (function (_super) {
|
|
|
3982
4069
|
(_a = _this.question.dropdownListModel) === null || _a === void 0 ? void 0 : _a.onBlur(event);
|
|
3983
4070
|
_this.updateInputDomElement();
|
|
3984
4071
|
};
|
|
4072
|
+
_this.focus = function (event) {
|
|
4073
|
+
var _a;
|
|
4074
|
+
(_a = _this.question.dropdownListModel) === null || _a === void 0 ? void 0 : _a.onFocus(event);
|
|
4075
|
+
};
|
|
3985
4076
|
return _this;
|
|
3986
4077
|
}
|
|
4078
|
+
SurveyQuestionDropdownBase.prototype.getStateElement = function () {
|
|
4079
|
+
return this.question["dropdownListModel"];
|
|
4080
|
+
};
|
|
3987
4081
|
SurveyQuestionDropdownBase.prototype.setValueCore = function (newValue) {
|
|
3988
4082
|
this.questionBase.renderedValue = newValue;
|
|
3989
4083
|
};
|
|
@@ -4002,7 +4096,7 @@ var SurveyQuestionDropdownBase = /** @class */ (function (_super) {
|
|
|
4002
4096
|
react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", null, this.question.readOnlyText));
|
|
4003
4097
|
}
|
|
4004
4098
|
else {
|
|
4005
|
-
if (!this.question
|
|
4099
|
+
if (!this.question["dropdownListModel"]) {
|
|
4006
4100
|
this.question["dropdownListModel"] = new survey_core__WEBPACK_IMPORTED_MODULE_1__["DropdownListModel"](this.question);
|
|
4007
4101
|
}
|
|
4008
4102
|
selectElement = react__WEBPACK_IMPORTED_MODULE_0__["createElement"](react__WEBPACK_IMPORTED_MODULE_0__["Fragment"], null,
|
|
@@ -4025,16 +4119,23 @@ var SurveyQuestionDropdownBase = /** @class */ (function (_super) {
|
|
|
4025
4119
|
var valueElement = this.renderValueElement(dropdownListModel);
|
|
4026
4120
|
var onInputChange = function (e) {
|
|
4027
4121
|
if (e.target === document.activeElement) {
|
|
4028
|
-
dropdownListModel.
|
|
4122
|
+
dropdownListModel.inputStringRendered = e.target.value;
|
|
4029
4123
|
}
|
|
4030
4124
|
};
|
|
4031
4125
|
return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { id: this.question.inputId, className: this.question.getControlClass(), tabIndex: dropdownListModel.inputReadOnly ? undefined : 0, onClick: this.click,
|
|
4032
4126
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
4033
4127
|
// @ts-ignore
|
|
4034
|
-
disabled: this.question.isInputReadOnly, required: this.question.isRequired, onKeyDown: this.keyhandler, onBlur: this.blur, role: this.question.ariaRole, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-describedby": this.question.ariaDescribedBy },
|
|
4128
|
+
disabled: this.question.isInputReadOnly, required: this.question.isRequired, onKeyDown: this.keyhandler, onBlur: this.blur, role: this.question.ariaRole, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-describedby": this.question.ariaDescribedBy, "aria-expanded": this.question.ariaExpanded ? "true" : "false", "aria-controls": dropdownListModel.listElementId, "aria-activedescendant": dropdownListModel.ariaActivedescendant },
|
|
4129
|
+
dropdownListModel.showHintPrefix ?
|
|
4130
|
+
(react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: this.question.cssClasses.hintPrefix },
|
|
4131
|
+
react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", null, dropdownListModel.hintStringPrefix))) : null,
|
|
4035
4132
|
react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: this.question.cssClasses.controlValue },
|
|
4133
|
+
dropdownListModel.showHintString ?
|
|
4134
|
+
(react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: this.question.cssClasses.hintSuffix },
|
|
4135
|
+
react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", { style: { visibility: "hidden" }, "data-bind": "text: model.filterString" }, dropdownListModel.inputStringRendered),
|
|
4136
|
+
react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", null, dropdownListModel.hintStringSuffix))) : null,
|
|
4036
4137
|
valueElement,
|
|
4037
|
-
react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("input", { type: "text", autoComplete: "off", id: this.question.getInputId(), ref: function (element) { return (_this.inputElement = element); }, className: this.question.cssClasses.filterStringInput, role: dropdownListModel.filterStringEnabled ? this.question.ariaRole : undefined, "aria-label": this.question.placeholder,
|
|
4138
|
+
react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("input", { type: "text", autoComplete: "off", id: this.question.getInputId(), ref: function (element) { return (_this.inputElement = element); }, className: this.question.cssClasses.filterStringInput, role: dropdownListModel.filterStringEnabled ? this.question.ariaRole : undefined, "aria-label": this.question.placeholder, "aria-expanded": this.question.ariaExpanded ? "true" : "false", "aria-controls": dropdownListModel.listElementId, "aria-activedescendant": dropdownListModel.ariaActivedescendant, placeholder: dropdownListModel.placeholderRendered, readOnly: !dropdownListModel.searchEnabled ? true : undefined, tabIndex: dropdownListModel.inputReadOnly ? undefined : -1, disabled: this.question.isInputReadOnly, inputMode: dropdownListModel.inputMode, onChange: function (e) { onInputChange(e); }, onBlur: this.blur, onFocus: this.focus })),
|
|
4038
4139
|
this.createClearButton()));
|
|
4039
4140
|
};
|
|
4040
4141
|
SurveyQuestionDropdownBase.prototype.createClearButton = function () {
|
|
@@ -4059,9 +4160,9 @@ var SurveyQuestionDropdownBase = /** @class */ (function (_super) {
|
|
|
4059
4160
|
SurveyQuestionDropdownBase.prototype.updateInputDomElement = function () {
|
|
4060
4161
|
if (!!this.inputElement) {
|
|
4061
4162
|
var control = this.inputElement;
|
|
4062
|
-
var newValue = this.question.dropdownListModel.
|
|
4163
|
+
var newValue = this.question.dropdownListModel.inputStringRendered;
|
|
4063
4164
|
if (!survey_core__WEBPACK_IMPORTED_MODULE_1__["Helpers"].isTwoValueEquals(newValue, control.value)) {
|
|
4064
|
-
control.value = this.question.dropdownListModel.
|
|
4165
|
+
control.value = this.question.dropdownListModel.inputStringRendered;
|
|
4065
4166
|
}
|
|
4066
4167
|
}
|
|
4067
4168
|
};
|
|
@@ -6716,6 +6817,8 @@ var SurveyQuestionCheckboxItem = /** @class */ (function (_super) {
|
|
|
6716
6817
|
SurveyQuestionCheckboxItem.prototype.shouldComponentUpdate = function (nextProps, nextState) {
|
|
6717
6818
|
if (!_super.prototype.shouldComponentUpdate.call(this, nextProps, nextState))
|
|
6718
6819
|
return false;
|
|
6820
|
+
if (!this.question)
|
|
6821
|
+
return false;
|
|
6719
6822
|
return (!this.question.customWidget ||
|
|
6720
6823
|
!!this.question.customWidgetData.isNeedRender ||
|
|
6721
6824
|
!!this.question.customWidget.widgetJson.isDefaultRender ||
|
|
@@ -9093,6 +9196,8 @@ var SurveyQuestionRadioItem = /** @class */ (function (_super) {
|
|
|
9093
9196
|
SurveyQuestionRadioItem.prototype.shouldComponentUpdate = function (nextProps, nextState) {
|
|
9094
9197
|
if (!_super.prototype.shouldComponentUpdate.call(this, nextProps, nextState))
|
|
9095
9198
|
return false;
|
|
9199
|
+
if (!this.question)
|
|
9200
|
+
return false;
|
|
9096
9201
|
return (!this.question.customWidget ||
|
|
9097
9202
|
!!this.question.customWidgetData.isNeedRender ||
|
|
9098
9203
|
!!this.question.customWidget.widgetJson.isDefaultRender ||
|
|
@@ -9454,7 +9559,7 @@ var SurveyQuestionTagbox = /** @class */ (function (_super) {
|
|
|
9454
9559
|
return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { id: this.question.inputId, className: this.question.getControlClass(), tabIndex: dropdownListModel.inputReadOnly ? undefined : 0, onClick: this.click,
|
|
9455
9560
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
9456
9561
|
// @ts-ignore
|
|
9457
|
-
disabled: this.question.isInputReadOnly, required: this.question.isRequired, onKeyDown: this.keyhandler, onBlur: this.blur, role: this.question.ariaRole, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-describedby": this.question.ariaDescribedBy },
|
|
9562
|
+
disabled: this.question.isInputReadOnly, required: this.question.isRequired, onKeyDown: this.keyhandler, onBlur: this.blur, role: this.question.ariaRole, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-describedby": this.question.ariaDescribedBy, "aria-expanded": this.question.ariaExpanded ? "true" : "false", "aria-controls": dropdownListModel.listElementId, "aria-activedescendant": dropdownListModel.ariaActivedescendant },
|
|
9458
9563
|
react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", { className: this.question.cssClasses.controlValue },
|
|
9459
9564
|
items,
|
|
9460
9565
|
react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_tagbox_filter__WEBPACK_IMPORTED_MODULE_4__["TagboxFilterString"], { model: dropdownMultiSelectListModel, question: this.question })),
|
|
@@ -10110,7 +10215,7 @@ var SurveyLocStringViewer = /** @class */ (function (_super) {
|
|
|
10110
10215
|
};
|
|
10111
10216
|
SurveyLocStringViewer.prototype.componentDidUpdate = function (prevProps, prevState) {
|
|
10112
10217
|
if (!!prevProps.locStr) {
|
|
10113
|
-
|
|
10218
|
+
prevProps.locStr.onStringChanged.remove(this.onChangedHandler);
|
|
10114
10219
|
}
|
|
10115
10220
|
this.reactOnStrChanged();
|
|
10116
10221
|
};
|
|
@@ -10209,15 +10314,15 @@ var TagboxFilterString = /** @class */ (function (_super) {
|
|
|
10209
10314
|
TagboxFilterString.prototype.updateDomElement = function () {
|
|
10210
10315
|
if (!!this.inputElement) {
|
|
10211
10316
|
var control = this.inputElement;
|
|
10212
|
-
var newValue = this.model.
|
|
10317
|
+
var newValue = this.model.inputStringRendered;
|
|
10213
10318
|
if (!survey_core__WEBPACK_IMPORTED_MODULE_1__["Helpers"].isTwoValueEquals(newValue, control.value)) {
|
|
10214
|
-
control.value = this.model.
|
|
10319
|
+
control.value = this.model.inputStringRendered;
|
|
10215
10320
|
}
|
|
10216
10321
|
}
|
|
10217
10322
|
};
|
|
10218
10323
|
TagboxFilterString.prototype.onChange = function (e) {
|
|
10219
10324
|
if (e.target === document.activeElement) {
|
|
10220
|
-
this.model.
|
|
10325
|
+
this.model.inputStringRendered = e.target.value;
|
|
10221
10326
|
}
|
|
10222
10327
|
};
|
|
10223
10328
|
TagboxFilterString.prototype.keyhandler = function (e) {
|
|
@@ -10226,12 +10331,15 @@ var TagboxFilterString = /** @class */ (function (_super) {
|
|
|
10226
10331
|
TagboxFilterString.prototype.onBlur = function (e) {
|
|
10227
10332
|
this.model.onBlur(e);
|
|
10228
10333
|
};
|
|
10334
|
+
TagboxFilterString.prototype.onFocus = function (e) {
|
|
10335
|
+
this.model.onFocus(e);
|
|
10336
|
+
};
|
|
10229
10337
|
TagboxFilterString.prototype.getStateElement = function () {
|
|
10230
10338
|
return this.model;
|
|
10231
10339
|
};
|
|
10232
10340
|
TagboxFilterString.prototype.render = function () {
|
|
10233
10341
|
var _this = this;
|
|
10234
|
-
return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("input", { type: "text", autoComplete: "off", id: this.question.getInputId(), inputMode: this.model.inputMode, ref: function (element) { return (_this.inputElement = element); }, className: this.question.cssClasses.filterStringInput, disabled: this.question.isInputReadOnly, readOnly: !this.model.searchEnabled ? true : undefined, size: !this.model.
|
|
10342
|
+
return (react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("input", { type: "text", autoComplete: "off", id: this.question.getInputId(), inputMode: this.model.inputMode, ref: function (element) { return (_this.inputElement = element); }, className: this.question.cssClasses.filterStringInput, disabled: this.question.isInputReadOnly, readOnly: !this.model.searchEnabled ? true : undefined, size: !this.model.inputStringRendered ? 1 : undefined, role: this.model.filterStringEnabled ? this.question.ariaRole : undefined, "aria-label": this.question.placeholder, "aria-expanded": this.question.ariaExpanded ? "true" : "false", "aria-controls": this.model.listElementId, "aria-activedescendant": this.model.ariaActivedescendant, placeholder: this.model.filterStringPlaceholder, onKeyDown: function (e) { _this.keyhandler(e); }, onChange: function (e) { _this.onChange(e); }, onBlur: function (e) { _this.onBlur(e); }, onFocus: function (e) { _this.onFocus(e); } }));
|
|
10235
10343
|
};
|
|
10236
10344
|
return TagboxFilterString;
|
|
10237
10345
|
}(_reactquestion_element__WEBPACK_IMPORTED_MODULE_3__["SurveyElementBase"]));
|