survey-analytics 1.12.30 → 1.12.31

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,11 +1,11 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.0.2
2
+ * surveyjs - SurveyJS Dashboard library v2.0.3
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
  */
6
6
 
7
- import { D as DocumentHelper, l as localization, e as createImagesContainer, f as createLinksContainer, b as createCommercialLicenseLink, s as svgTemplate } from './shared.js';
8
- export { d as surveyStrings } from './shared.js';
7
+ import { D as DocumentHelper, l as localization, e as createImagesContainer, f as createLinksContainer, b as createCommercialLicenseLink, s as svgTemplate } from './shared.mjs';
8
+ export { d as surveyStrings } from './shared.mjs';
9
9
  import { ItemValue, settings, hasLicense, Serializer, EventBase, Event } from 'survey-core';
10
10
  import { TabulatorFull } from 'tabulator-tables';
11
11
 
@@ -1512,4 +1512,4 @@ class TabulatorRow extends TableRow {
1512
1512
  Tabulator.initTabulatorConstructor(TabulatorFull);
1513
1513
 
1514
1514
  export { DocumentHelper, Table, TableEvent, TableExtensions, TableRow, Tabulator, TabulatorRow, defaultDownloadOptions, defaultOptions, localization };
1515
- //# sourceMappingURL=survey.analytics.tabulator.js.map
1515
+ //# sourceMappingURL=survey.analytics.tabulator.mjs.map