survey-analytics 2.5.13 → 2.5.14

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/fesm/shared.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.5.13
2
+ * surveyjs - SurveyJS Dashboard library v2.5.14
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
  */
@@ -3221,5 +3221,5 @@ function getIconSymbolTemplate(iconId, iconSvg) {
3221
3221
  const iconsHtml = Object.keys(iconsData).map(iconId => getIconSymbolTemplate(iconId, iconsData[iconId]));
3222
3222
  const svgTemplate = `<svg style="display:none;">${iconsHtml}<svg>`;
3223
3223
 
3224
- export { DocumentHelper as D, setupLocale as a, DataHelper as b, createImagesContainer as c, createLinksContainer as d, createCommercialLicenseLink as e, svgTemplate as f, createLoadingIndicator as g, localization as l, surveyStrings as s, toPrecision as t };
3224
+ export { DocumentHelper as D, surveyStrings as a, DataHelper as b, createImagesContainer as c, createLinksContainer as d, createCommercialLicenseLink as e, svgTemplate as f, createLoadingIndicator as g, localization as l, setupLocale as s, toPrecision as t };
3225
3225
  //# sourceMappingURL=shared.mjs.map