survey-react-ui 2.0.0-rc.6 → 2.0.0-rc.7

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v2.0.0-rc.6
2
+ * surveyjs - Survey JavaScript library v2.0.0-rc.7
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -2010,7 +2010,7 @@ PopupModal.modalDescriptors = [];
2010
2010
 
2011
2011
  ;// ../survey-core/build/fesm/icons/iconsV1.js
2012
2012
  /*!
2013
- * surveyjs - Survey JavaScript library v2.0.0-rc.6
2013
+ * surveyjs - Survey JavaScript library v2.0.0-rc.7
2014
2014
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
2015
2015
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
2016
2016
  */
@@ -2580,7 +2580,7 @@ var __webpack_exports__icons = __nested_webpack_exports__.P;
2580
2580
  //# sourceMappingURL=iconsV1.js.map
2581
2581
  ;// ../survey-core/build/fesm/icons/iconsV2.js
2582
2582
  /*!
2583
- * surveyjs - Survey JavaScript library v2.0.0-rc.6
2583
+ * surveyjs - Survey JavaScript library v2.0.0-rc.7
2584
2584
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
2585
2585
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
2586
2586
  */
@@ -7604,6 +7604,6 @@ ReactElementFactory.Instance.registerElement(external_survey_core_namespaceObjec
7604
7604
 
7605
7605
 
7606
7606
 
7607
- (0,external_survey_core_namespaceObject.checkLibraryVersion)(`${"2.0.0-rc.6"}`, "survey-react-ui");
7607
+ (0,external_survey_core_namespaceObject.checkLibraryVersion)(`${"2.0.0-rc.7"}`, "survey-react-ui");
7608
7608
 
7609
7609
  export { CharacterCounterComponent, ComponentsContainer, Header, HeaderCell, HeaderMobile, List, ListItemContent, ListItemGroup, LoadingIndicatorComponent, LogoImage, MatrixRow, NotifierComponent, Popup, PopupModal, PopupSurvey, QuestionErrorComponent, RatingDropdownItem, RatingItem, RatingItemSmiley, RatingItemStar, ReactElementFactory, ReactQuestionFactory, ReactSurveyElement, ReactSurveyElementsWrapper, Skeleton, Survey, SurveyActionBar, SurveyElementBase, SurveyElementErrors, SurveyFileChooseButton, SurveyFilePreview, SurveyFlowPanel, SurveyHeader, SurveyLocStringEditor, SurveyLocStringViewer, SurveyNavigationBase, SurveyNavigationButton, SurveyPage, SurveyPanel, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestion, SurveyQuestionAndErrorsCell, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionButtonGroup, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionComment, SurveyQuestionCommentItem, SurveyQuestionComposite, SurveyQuestionCustom, SurveyQuestionDropdown, SurveyQuestionDropdownBase, SurveyQuestionDropdownSelect, SurveyQuestionElementBase, SurveyQuestionEmpty, SurveyQuestionExpression, SurveyQuestionFile, SurveyQuestionHtml, SurveyQuestionImage, SurveyQuestionImagePicker, SurveyQuestionMatrix, SurveyQuestionMatrixCell, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixRow, SurveyQuestionMultipleText, SurveyQuestionOptionItem, SurveyQuestionPanelDynamic, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicProgressText, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionRadioItem, SurveyQuestionRadiogroup, SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionSignaturePad, SurveyQuestionTagbox, SurveyQuestionTagboxItem, SurveyQuestionText, SurveyRow, SurveyTimerPanel, SurveyWindow, SvgBundleComponent, SvgIcon, TagboxFilterString, TitleActions, TitleElement, attachKey2click };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-react-ui",
3
- "version": "2.0.0-rc.6",
3
+ "version": "2.0.0-rc.7",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -18,7 +18,7 @@
18
18
  "module": "fesm/survey-react-ui.js",
19
19
  "typings": "./typings/entries/index.d.ts",
20
20
  "peerDependencies": {
21
- "survey-core": "2.0.0-rc.6",
21
+ "survey-core": "2.0.0-rc.7",
22
22
  "react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
23
23
  "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0"
24
24
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v2.0.0-rc.6
2
+ * surveyjs - Survey JavaScript library v2.0.0-rc.7
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -28,7 +28,7 @@ __webpack_require__.r(__webpack_exports__);
28
28
  /* harmony export */ icons: () => (/* binding */ __webpack_exports__icons)
29
29
  /* harmony export */ });
30
30
  /*!
31
- * surveyjs - Survey JavaScript library v2.0.0-rc.6
31
+ * surveyjs - Survey JavaScript library v2.0.0-rc.7
32
32
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
33
33
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
34
34
  */
@@ -610,7 +610,7 @@ __webpack_require__.r(__webpack_exports__);
610
610
  /* harmony export */ icons: () => (/* binding */ __webpack_exports__icons)
611
611
  /* harmony export */ });
612
612
  /*!
613
- * surveyjs - Survey JavaScript library v2.0.0-rc.6
613
+ * surveyjs - Survey JavaScript library v2.0.0-rc.7
614
614
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
615
615
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
616
616
  */
@@ -12561,7 +12561,7 @@ __webpack_require__.r(__webpack_exports__);
12561
12561
 
12562
12562
 
12563
12563
 
12564
- (0,survey_core__WEBPACK_IMPORTED_MODULE_0__.checkLibraryVersion)("".concat("2.0.0-rc.6"), "survey-react-ui");
12564
+ (0,survey_core__WEBPACK_IMPORTED_MODULE_0__.checkLibraryVersion)("".concat("2.0.0-rc.7"), "survey-react-ui");
12565
12565
 
12566
12566
  })();
12567
12567