survey-analytics 2.3.9 → 2.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "pre-push-check": "npm run lint && npm run test",
20
20
  "pwinst": "playwright install chromium"
21
21
  },
22
- "version": "2.3.9",
22
+ "version": "2.3.10",
23
23
  "name": "survey-analytics",
24
24
  "description": "SurveyJS analytics Library.",
25
25
  "main": "survey.analytics.js",
@@ -95,7 +95,7 @@
95
95
  "@types/mongodb": "^4.0.6",
96
96
  "@types/plotly.js-dist-min": "^2.3.0",
97
97
  "@types/tabulator-tables": "^6.2.3",
98
- "survey-core": "2.3.9"
98
+ "survey-core": "2.3.10"
99
99
  },
100
100
  "husky": {
101
101
  "hooks": {
@@ -81,6 +81,7 @@ export declare abstract class Table {
81
81
  protected currentPageNumber: number;
82
82
  protected _rows: TableRow[];
83
83
  protected isColumnReorderEnabled: boolean;
84
+ protected initialize(): void;
84
85
  getTableData(): Array<any>;
85
86
  /**
86
87
  * Sets pagination selector content.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.3.9
2
+ * surveyjs - SurveyJS Dashboard library v2.3.10
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.3.9
2
+ * surveyjs - SurveyJS Dashboard library v2.3.10
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.3.9
2
+ * surveyjs - SurveyJS Dashboard library v2.3.10
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.3.9
2
+ * surveyjs - SurveyJS Dashboard library v2.3.10
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.3.9
2
+ * surveyjs - SurveyJS Dashboard library v2.3.10
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.3.9
2
+ * surveyjs - SurveyJS Dashboard library v2.3.10
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -12132,6 +12132,7 @@ var PlotlySetup = /** @class */ (function () {
12132
12132
  var traces = [];
12133
12133
  var traceConfig = {
12134
12134
  type: model.chartType,
12135
+ sort: false,
12135
12136
  labels: labels,
12136
12137
  customdata: labels,
12137
12138
  text: labels.map(function (label) {