survey-creator-core 1.12.6 → 1.12.7

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 (130) hide show
  1. package/fonts.fontless.css +1 -1
  2. package/fonts.fontless.min.css +1 -1
  3. package/i18n/arabic.js +1 -1
  4. package/i18n/arabic.min.js.LICENSE.txt +1 -1
  5. package/i18n/bulgarian.js +1 -1
  6. package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
  7. package/i18n/croatian.js +1 -1
  8. package/i18n/croatian.min.js.LICENSE.txt +1 -1
  9. package/i18n/czech.js +1 -1
  10. package/i18n/czech.min.js.LICENSE.txt +1 -1
  11. package/i18n/danish.js +1 -1
  12. package/i18n/danish.min.js.LICENSE.txt +1 -1
  13. package/i18n/dutch.js +1 -1
  14. package/i18n/dutch.min.js.LICENSE.txt +1 -1
  15. package/i18n/english.js +16 -2
  16. package/i18n/english.js.map +1 -1
  17. package/i18n/english.min.js +1 -1
  18. package/i18n/english.min.js.LICENSE.txt +1 -1
  19. package/i18n/finnish.js +1 -1
  20. package/i18n/finnish.min.js.LICENSE.txt +1 -1
  21. package/i18n/french.js +1 -1
  22. package/i18n/french.min.js.LICENSE.txt +1 -1
  23. package/i18n/german.js +1 -1
  24. package/i18n/german.min.js.LICENSE.txt +1 -1
  25. package/i18n/hebrew.js +1 -1
  26. package/i18n/hebrew.min.js.LICENSE.txt +1 -1
  27. package/i18n/hungarian.js +1 -1
  28. package/i18n/hungarian.min.js.LICENSE.txt +1 -1
  29. package/i18n/index.js +1 -1
  30. package/i18n/index.min.js.LICENSE.txt +1 -1
  31. package/i18n/indonesian.js +1 -1
  32. package/i18n/indonesian.min.js.LICENSE.txt +1 -1
  33. package/i18n/italian.js +1 -1
  34. package/i18n/italian.min.js.LICENSE.txt +1 -1
  35. package/i18n/japanese.js +1 -1
  36. package/i18n/japanese.min.js.LICENSE.txt +1 -1
  37. package/i18n/korean.js +1 -1
  38. package/i18n/korean.min.js.LICENSE.txt +1 -1
  39. package/i18n/malay.js +1 -1
  40. package/i18n/malay.min.js.LICENSE.txt +1 -1
  41. package/i18n/mongolian.js +1 -1
  42. package/i18n/mongolian.min.js.LICENSE.txt +1 -1
  43. package/i18n/norwegian.js +1 -1
  44. package/i18n/norwegian.min.js.LICENSE.txt +1 -1
  45. package/i18n/persian.js +1 -1
  46. package/i18n/persian.min.js.LICENSE.txt +1 -1
  47. package/i18n/polish.js +1 -1
  48. package/i18n/polish.min.js.LICENSE.txt +1 -1
  49. package/i18n/portuguese.js +1 -1
  50. package/i18n/portuguese.min.js.LICENSE.txt +1 -1
  51. package/i18n/romanian.js +1 -1
  52. package/i18n/romanian.min.js.LICENSE.txt +1 -1
  53. package/i18n/russian.js +1 -1
  54. package/i18n/russian.min.js.LICENSE.txt +1 -1
  55. package/i18n/simplified-chinese.js +1 -1
  56. package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
  57. package/i18n/slovak.js +1 -1
  58. package/i18n/slovak.min.js.LICENSE.txt +1 -1
  59. package/i18n/spanish.js +1 -1
  60. package/i18n/spanish.min.js.LICENSE.txt +1 -1
  61. package/i18n/swedish.js +1 -1
  62. package/i18n/swedish.min.js.LICENSE.txt +1 -1
  63. package/i18n/tajik.js +1 -1
  64. package/i18n/tajik.min.js.LICENSE.txt +1 -1
  65. package/i18n/thai.js +1 -1
  66. package/i18n/thai.min.js.LICENSE.txt +1 -1
  67. package/i18n/traditional-chinese.js +1 -1
  68. package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
  69. package/i18n/turkish.js +1 -1
  70. package/i18n/turkish.min.js.LICENSE.txt +1 -1
  71. package/package.json +2 -2
  72. package/survey-creator-core.css +523 -401
  73. package/survey-creator-core.fontless.css +522 -400
  74. package/survey-creator-core.fontless.css.map +1 -1
  75. package/survey-creator-core.fontless.min.css +23 -22
  76. package/survey-creator-core.i18n.js +1 -1
  77. package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
  78. package/survey-creator-core.js +724 -101
  79. package/survey-creator-core.js.map +1 -1
  80. package/survey-creator-core.min.css +24 -23
  81. package/survey-creator-core.min.js +1 -1
  82. package/survey-creator-core.min.js.LICENSE.txt +1 -1
  83. package/themes/default-contrast.js +827 -0
  84. package/themes/default-contrast.js.map +1 -0
  85. package/themes/default-contrast.min.js +2 -0
  86. package/themes/default-contrast.min.js.LICENSE.txt +6 -0
  87. package/themes/default-dark.js +827 -0
  88. package/themes/default-dark.js.map +1 -0
  89. package/themes/default-dark.min.js +2 -0
  90. package/themes/default-dark.min.js.LICENSE.txt +6 -0
  91. package/themes/default-light.js +827 -0
  92. package/themes/default-light.js.map +1 -0
  93. package/themes/default-light.min.js +2 -0
  94. package/themes/default-light.min.js.LICENSE.txt +6 -0
  95. package/themes/entries/helpers.d.ts +5 -0
  96. package/themes/index.js +1018 -0
  97. package/themes/index.js.map +1 -0
  98. package/themes/index.min.js +2 -0
  99. package/themes/index.min.js.LICENSE.txt +6 -0
  100. package/themes/themes/default-contrast.d.ts +119 -0
  101. package/themes/themes/default-dark.d.ts +119 -0
  102. package/themes/themes/default-light.d.ts +119 -0
  103. package/themes/themes/default.d.ts +1215 -0
  104. package/themes/themes/index.d.ts +177 -0
  105. package/themes/themes/utils.d.ts +4 -0
  106. package/typings/components/action-container-view-model.d.ts +2 -1
  107. package/typings/components/page.d.ts +1 -2
  108. package/typings/components/side-bar/side-bar-header-model.d.ts +1 -1
  109. package/typings/components/side-bar/side-bar-model.d.ts +1 -0
  110. package/typings/components/side-bar/side-bar-page-model.d.ts +1 -0
  111. package/typings/components/tabs/designer-plugin.d.ts +8 -0
  112. package/typings/components/tabs/theme-plugin.d.ts +1 -1
  113. package/typings/components/tabs/themes.d.ts +2 -1
  114. package/typings/creator-base.d.ts +8 -1
  115. package/typings/creator-options.d.ts +1 -0
  116. package/typings/creator-theme/creator-theme-model-definition.d.ts +5 -0
  117. package/typings/creator-theme/creator-theme-model.d.ts +43 -0
  118. package/typings/creator-theme/creator-themes.d.ts +10 -0
  119. package/typings/editorLocalization.d.ts +14 -0
  120. package/typings/entries/index.d.ts +2 -0
  121. package/typings/localization/english.d.ts +14 -0
  122. package/typings/property-grid/index.d.ts +3 -0
  123. package/typings/property-grid/property-grid-view-model.d.ts +1 -0
  124. package/typings/themes/default-contrast.d.ts +119 -0
  125. package/typings/themes/default-dark.d.ts +119 -0
  126. package/typings/themes/default-light.d.ts +119 -0
  127. package/typings/themes/default.d.ts +1215 -0
  128. package/typings/themes/index.d.ts +177 -0
  129. package/typings/themes/utils.d.ts +4 -0
  130. package/typings/toolbox.d.ts +10 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.12.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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.6
2
+ * SurveyJS Creator v1.12.7
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
@@ -129,6 +129,7 @@ var enStrings = {
129
129
  surveySettingsTooltip: "Survey settings",
130
130
  themeSettings: "Theme Settings",
131
131
  themeSettingsTooltip: "Theme settings",
132
+ creatorSettingTitle: "Creator Settings",
132
133
  showPanel: "Show Panel",
133
134
  hidePanel: "Hide Panel",
134
135
  prevSelected: "Select previous",
@@ -1758,7 +1759,20 @@ var enStrings = {
1758
1759
  tulip: "Tulip",
1759
1760
  brown: "Brown",
1760
1761
  green: "Green"
1761
- }
1762
+ },
1763
+ },
1764
+ creatortheme: {
1765
+ "--sjs-special-background": "Surface background",
1766
+ "--sjs-primary-background-500": "Accent colors",
1767
+ "surfaceScale": "Surface",
1768
+ "userInterfaceBaseUnit": "User interface",
1769
+ "fontScale": "Font",
1770
+ names: {
1771
+ "sc2020": "Survey Creator 2020",
1772
+ "default-light": "Light",
1773
+ "default-dark": "Dark",
1774
+ "default-contrast": "Contrast"
1775
+ },
1762
1776
  }
1763
1777
  };
1764
1778
  // Uncomment the line below if you create a custom dictionary.