survey-creator-core 1.12.9 → 1.12.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.
Files changed (110) hide show
  1. package/fonts.fontless.css +1 -1
  2. package/fonts.fontless.min.css +1 -1
  3. package/i18n/arabic.js +2 -2
  4. package/i18n/arabic.min.js.LICENSE.txt +1 -1
  5. package/i18n/bulgarian.js +2 -2
  6. package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
  7. package/i18n/croatian.js +2 -2
  8. package/i18n/croatian.min.js.LICENSE.txt +1 -1
  9. package/i18n/czech.js +2 -2
  10. package/i18n/czech.min.js.LICENSE.txt +1 -1
  11. package/i18n/danish.js +2 -2
  12. package/i18n/danish.min.js.LICENSE.txt +1 -1
  13. package/i18n/dutch.js +2 -2
  14. package/i18n/dutch.min.js.LICENSE.txt +1 -1
  15. package/i18n/english.js +1 -1
  16. package/i18n/english.min.js.LICENSE.txt +1 -1
  17. package/i18n/finnish.js +2 -2
  18. package/i18n/finnish.min.js.LICENSE.txt +1 -1
  19. package/i18n/french.js +2 -2
  20. package/i18n/french.min.js.LICENSE.txt +1 -1
  21. package/i18n/german.js +2 -2
  22. package/i18n/german.min.js.LICENSE.txt +1 -1
  23. package/i18n/hebrew.js +2 -2
  24. package/i18n/hebrew.min.js.LICENSE.txt +1 -1
  25. package/i18n/hungarian.js +2 -2
  26. package/i18n/hungarian.min.js.LICENSE.txt +1 -1
  27. package/i18n/index.js +2 -2
  28. package/i18n/index.min.js.LICENSE.txt +1 -1
  29. package/i18n/indonesian.js +2 -2
  30. package/i18n/indonesian.min.js.LICENSE.txt +1 -1
  31. package/i18n/italian.js +2 -2
  32. package/i18n/italian.min.js.LICENSE.txt +1 -1
  33. package/i18n/japanese.js +2 -2
  34. package/i18n/japanese.min.js.LICENSE.txt +1 -1
  35. package/i18n/korean.js +2 -2
  36. package/i18n/korean.min.js.LICENSE.txt +1 -1
  37. package/i18n/malay.js +2 -2
  38. package/i18n/malay.min.js.LICENSE.txt +1 -1
  39. package/i18n/mongolian.js +2 -2
  40. package/i18n/mongolian.min.js.LICENSE.txt +1 -1
  41. package/i18n/norwegian.js +2 -2
  42. package/i18n/norwegian.min.js.LICENSE.txt +1 -1
  43. package/i18n/persian.js +2 -2
  44. package/i18n/persian.min.js.LICENSE.txt +1 -1
  45. package/i18n/polish.js +2 -2
  46. package/i18n/polish.min.js.LICENSE.txt +1 -1
  47. package/i18n/portuguese.js +2 -2
  48. package/i18n/portuguese.min.js.LICENSE.txt +1 -1
  49. package/i18n/romanian.js +2 -2
  50. package/i18n/romanian.min.js.LICENSE.txt +1 -1
  51. package/i18n/russian.js +2 -2
  52. package/i18n/russian.min.js.LICENSE.txt +1 -1
  53. package/i18n/simplified-chinese.js +2 -2
  54. package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
  55. package/i18n/slovak.js +2 -2
  56. package/i18n/slovak.min.js.LICENSE.txt +1 -1
  57. package/i18n/spanish.js +2 -2
  58. package/i18n/spanish.min.js.LICENSE.txt +1 -1
  59. package/i18n/swedish.js +2 -2
  60. package/i18n/swedish.min.js.LICENSE.txt +1 -1
  61. package/i18n/tajik.js +2 -2
  62. package/i18n/tajik.min.js.LICENSE.txt +1 -1
  63. package/i18n/thai.js +2 -2
  64. package/i18n/thai.min.js.LICENSE.txt +1 -1
  65. package/i18n/traditional-chinese.js +2 -2
  66. package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
  67. package/i18n/turkish.js +2 -2
  68. package/i18n/turkish.min.js.LICENSE.txt +1 -1
  69. package/package.json +2 -2
  70. package/survey-creator-core.css +691 -276
  71. package/survey-creator-core.fontless.css +690 -275
  72. package/survey-creator-core.fontless.css.map +1 -1
  73. package/survey-creator-core.fontless.min.css +20 -18
  74. package/survey-creator-core.i18n.js +2 -2
  75. package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
  76. package/survey-creator-core.js +699 -414
  77. package/survey-creator-core.js.map +1 -1
  78. package/survey-creator-core.min.css +21 -19
  79. package/survey-creator-core.min.js +1 -1
  80. package/survey-creator-core.min.js.LICENSE.txt +1 -1
  81. package/themes/default-contrast.js +77 -5
  82. package/themes/default-contrast.js.map +1 -1
  83. package/themes/default-contrast.min.js +1 -1
  84. package/themes/default-contrast.min.js.LICENSE.txt +1 -1
  85. package/themes/default-dark.js +77 -5
  86. package/themes/default-dark.js.map +1 -1
  87. package/themes/default-dark.min.js +1 -1
  88. package/themes/default-dark.min.js.LICENSE.txt +1 -1
  89. package/themes/default-light.js +77 -5
  90. package/themes/default-light.js.map +1 -1
  91. package/themes/default-light.min.js +1 -1
  92. package/themes/default-light.min.js.LICENSE.txt +1 -1
  93. package/themes/index.js +77 -5
  94. package/themes/index.js.map +1 -1
  95. package/themes/index.min.js +1 -1
  96. package/themes/index.min.js.LICENSE.txt +1 -1
  97. package/themes/themes/default.d.ts +150 -6
  98. package/typings/components/action-container-view-model.d.ts +1 -0
  99. package/typings/components/page.d.ts +2 -2
  100. package/typings/components/search-manager.d.ts +16 -0
  101. package/typings/components/tabs/designer-plugin.d.ts +1 -0
  102. package/typings/components/tabs/designer.d.ts +6 -0
  103. package/typings/components/toolbox/toolbox-search-manager.d.ts +8 -0
  104. package/typings/creator-base.d.ts +1 -0
  105. package/typings/creator-events-api.d.ts +1 -1
  106. package/typings/creator-theme/creator-theme-model.d.ts +1 -0
  107. package/typings/entries/index.d.ts +2 -0
  108. package/typings/property-grid/search-manager.d.ts +2 -23
  109. package/typings/themes/default.d.ts +150 -6
  110. package/typings/toolbox.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/arabic.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!************************************!*\
103
103
  !*** ./src/localization/arabic.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/bulgarian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!***************************************!*\
103
103
  !*** ./src/localization/bulgarian.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/croatian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!**************************************!*\
103
103
  !*** ./src/localization/croatian.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/czech.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!***********************************!*\
103
103
  !*** ./src/localization/czech.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/danish.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!************************************!*\
103
103
  !*** ./src/localization/danish.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/dutch.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!***********************************!*\
103
103
  !*** ./src/localization/dutch.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/english.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/finnish.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!*************************************!*\
103
103
  !*** ./src/localization/finnish.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/french.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!************************************!*\
103
103
  !*** ./src/localization/french.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/german.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!************************************!*\
103
103
  !*** ./src/localization/german.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/hebrew.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!************************************!*\
103
103
  !*** ./src/localization/hebrew.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/hungarian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!***************************************!*\
103
103
  !*** ./src/localization/hungarian.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -87543,7 +87543,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
87543
87543
  /******/
87544
87544
  /************************************************************************/
87545
87545
  var __webpack_exports__ = {};
87546
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
87546
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
87547
87547
  (() => {
87548
87548
  /*!*****************************!*\
87549
87549
  !*** ./src/entries/i18n.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!****************************************!*\
103
103
  !*** ./src/localization/indonesian.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/italian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!*************************************!*\
103
103
  !*** ./src/localization/italian.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/japanese.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!**************************************!*\
103
103
  !*** ./src/localization/japanese.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/korean.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!************************************!*\
103
103
  !*** ./src/localization/korean.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/malay.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!***********************************!*\
103
103
  !*** ./src/localization/malay.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/mongolian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!***************************************!*\
103
103
  !*** ./src/localization/mongolian.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/norwegian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!***************************************!*\
103
103
  !*** ./src/localization/norwegian.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/persian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!*************************************!*\
103
103
  !*** ./src/localization/persian.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/polish.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!************************************!*\
103
103
  !*** ./src/localization/polish.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!****************************************!*\
103
103
  !*** ./src/localization/portuguese.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/romanian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!**************************************!*\
103
103
  !*** ./src/localization/romanian.ts ***!
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/russian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.9
2
+ * SurveyJS Creator v1.12.10
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -97,7 +97,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
97
97
  /******/
98
98
  /************************************************************************/
99
99
  var __webpack_exports__ = {};
100
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
100
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
101
101
  (() => {
102
102
  /*!*************************************!*\
103
103
  !*** ./src/localization/russian.ts ***!