survey-analytics 1.11.11 → 1.11.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v1.11.11
2
+ * surveyjs - SurveyJS Dashboard library v1.11.13
3
3
  * Copyright (c) 2015-2024 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 v1.11.11
2
+ * surveyjs - SurveyJS Dashboard library v1.11.13
3
3
  * Copyright (c) 2015-2024 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 v1.11.11
2
+ * surveyjs - SurveyJS Dashboard library v1.11.13
3
3
  * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -2410,6 +2410,9 @@ var Table = /** @class */ (function () {
2410
2410
  ? _options.haveCommercialLicense
2411
2411
  : false));
2412
2412
  }
2413
+ Table.prototype.getTableData = function () {
2414
+ return [].concat(this.tableData || []);
2415
+ };
2413
2416
  Table.prototype.getData = function () {
2414
2417
  return this.data;
2415
2418
  };