survey-react-ui 2.5.12 → 2.5.13

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-react-ui",
3
- "version": "2.5.12",
3
+ "version": "2.5.13",
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.12",
54
+ "survey-core": "2.5.13",
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
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v2.5.12
2
+ * surveyjs - Survey JavaScript library v2.5.13
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
  */
@@ -6257,11 +6257,8 @@
6257
6257
  }
6258
6258
  };
6259
6259
  SurveyProgressButtons.prototype.componentDidMount = function () {
6260
- var _this = this;
6261
6260
  _super.prototype.componentDidMount.call(this);
6262
- setTimeout(function () {
6263
- _this.respManager = new surveyCore.ProgressButtonsResponsivityManager(_this.model, _this.listContainerRef.current, _this);
6264
- }, 10);
6261
+ this.respManager = new surveyCore.ProgressButtonsResponsivityManager(this.model, this.listContainerRef.current, this);
6265
6262
  };
6266
6263
  SurveyProgressButtons.prototype.componentWillUnmount = function () {
6267
6264
  if (!!this.respManager) {
@@ -7799,7 +7796,7 @@
7799
7796
  return React__namespace.createElement(SurveyLocStringEditor, props);
7800
7797
  });
7801
7798
 
7802
- surveyCore.checkLibraryVersion("".concat("2.5.12"), "survey-react-ui");
7799
+ surveyCore.checkLibraryVersion("".concat("2.5.13"), "survey-react-ui");
7803
7800
 
7804
7801
  Object.defineProperty(exports, "Model", {
7805
7802
  enumerable: true,