survey-analytics 2.0.0-rc.6 → 2.0.0-rc.8

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 v2.0.0-rc.6
2
+ * surveyjs - SurveyJS Dashboard library v2.0.0-rc.8
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.0.0-rc.6
2
+ * surveyjs - SurveyJS Dashboard library v2.0.0-rc.8
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.0.0-rc.6
2
+ * surveyjs - SurveyJS Dashboard library v2.0.0-rc.8
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
  */
@@ -1472,6 +1472,29 @@ __webpack_require__.r(__webpack_exports__);
1472
1472
 
1473
1473
 
1474
1474
 
1475
+ /***/ }),
1476
+
1477
+ /***/ "./src/icons.ts":
1478
+ /*!**********************!*\
1479
+ !*** ./src/icons.ts ***!
1480
+ \**********************/
1481
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1482
+
1483
+ "use strict";
1484
+ __webpack_require__.r(__webpack_exports__);
1485
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1486
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1487
+ /* harmony export */ });
1488
+ function getIconsData(path) {
1489
+ var icons = {};
1490
+ path.keys().forEach(function (key) {
1491
+ icons[key.substring(2, key.length - 4).toLowerCase()] = path(key);
1492
+ });
1493
+ return icons;
1494
+ }
1495
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (getIconsData(__webpack_require__("./src/images sync recursive \\.svg$")));
1496
+
1497
+
1475
1498
  /***/ }),
1476
1499
 
1477
1500
  /***/ "./src/localizationManager.ts":
@@ -1555,13 +1578,10 @@ __webpack_require__.r(__webpack_exports__);
1555
1578
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1556
1579
  /* harmony export */ svgTemplate: () => (/* binding */ svgTemplate)
1557
1580
  /* harmony export */ });
1558
- function getIconsData(path) {
1559
- var icons = {};
1560
- path.keys().forEach(function (key) {
1561
- icons[key.substring(2, key.length - 4).toLowerCase()] = path(key);
1562
- });
1563
- return icons;
1564
- }
1581
+ /* harmony import */ var icons__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! icons */ "./src/icons.ts");
1582
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
1583
+ //@ts-ignore
1584
+
1565
1585
  var iconPrefix = "sa-svg-";
1566
1586
  function getIconSymbolTemplate(iconId, iconSvg) {
1567
1587
  var startStr = "<svg ";
@@ -1576,8 +1596,7 @@ function getIconSymbolTemplate(iconId, iconSvg) {
1576
1596
  "</symbol>";
1577
1597
  }
1578
1598
  }
1579
- var iconsData = getIconsData(__webpack_require__("./src/images sync recursive \\.svg$"));
1580
- var iconsHtml = Object.keys(iconsData).map(function (iconId) { return getIconSymbolTemplate(iconId, iconsData[iconId]); });
1599
+ var iconsHtml = Object.keys(icons__WEBPACK_IMPORTED_MODULE_0__["default"]).map(function (iconId) { return getIconSymbolTemplate(iconId, icons__WEBPACK_IMPORTED_MODULE_0__["default"][iconId]); });
1581
1600
  var svgTemplate = "<svg style=\"display:none;\">".concat(iconsHtml, "<svg>");
1582
1601
 
1583
1602
 
@@ -3090,6 +3109,8 @@ __webpack_require__.r(__webpack_exports__);
3090
3109
  /* harmony import */ var _localizationManager__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../localizationManager */ "./src/localizationManager.ts");
3091
3110
  /* harmony import */ var _custom_jspdf_font__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./custom_jspdf_font */ "./src/tables/custom_jspdf_font.ts");
3092
3111
  /* harmony import */ var _svgbundle__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../svgbundle */ "./src/svgbundle.ts");
3112
+ /* harmony import */ var _tabulator_scss__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./tabulator.scss */ "./src/tables/tabulator.scss");
3113
+
3093
3114
 
3094
3115
 
3095
3116
 
@@ -3097,7 +3118,6 @@ __webpack_require__.r(__webpack_exports__);
3097
3118
 
3098
3119
 
3099
3120
 
3100
- __webpack_require__(/*! ./tabulator.scss */ "./src/tables/tabulator.scss");
3101
3121
  if (!!document) {
3102
3122
  var templateHolder = document.createElement("div");
3103
3123
  templateHolder.style.display = "none";