survey-creator-core 1.11.6 → 1.11.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.
- package/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/i18n/arabic.js +1 -1
- package/i18n/arabic.min.js +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js +1 -1
- package/i18n/english.js +7 -3
- package/i18n/english.js.map +1 -1
- package/i18n/english.min.js +2 -2
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js +1 -1
- package/i18n/hebrew.js +1 -1
- package/i18n/hebrew.min.js +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +8 -8
- package/survey-creator-core.fontless.css +7 -7
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +3 -3
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js +1 -1
- package/survey-creator-core.js +220 -107
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +4 -4
- package/survey-creator-core.min.js +5 -5
- package/typings/components/tabs/theme-plugin.d.ts +2 -0
- package/typings/creator-base.d.ts +15 -5
- package/typings/creator-events-api.d.ts +17 -20
- package/typings/editorLocalization.d.ts +4 -0
- package/typings/localization/english.d.ts +4 -0
- package/typings/property-grid/index.d.ts +6 -0
- package/typings/questionconverter.d.ts +2 -1
- package/typings/toolbox.d.ts +127 -87
package/fonts.fontless.css
CHANGED
package/fonts.fontless.min.css
CHANGED
package/i18n/arabic.js
CHANGED
package/i18n/arabic.min.js
CHANGED
package/i18n/bulgarian.js
CHANGED
package/i18n/bulgarian.min.js
CHANGED
package/i18n/croatian.js
CHANGED
package/i18n/croatian.min.js
CHANGED
package/i18n/czech.js
CHANGED
package/i18n/czech.min.js
CHANGED
package/i18n/danish.js
CHANGED
package/i18n/danish.min.js
CHANGED
package/i18n/dutch.js
CHANGED
package/i18n/dutch.min.js
CHANGED
package/i18n/english.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.11.
|
|
2
|
+
* SurveyJS Creator v1.11.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
|
|
@@ -528,6 +528,9 @@ var enStrings = {
|
|
|
528
528
|
rateDescriptionLocation: "Label alignment",
|
|
529
529
|
size: "Input field width (in characters)",
|
|
530
530
|
cellErrorLocation: "Cell error message alignment",
|
|
531
|
+
enabled: "Enabled",
|
|
532
|
+
disabled: "Disabled",
|
|
533
|
+
inherit: "Inherit",
|
|
531
534
|
apply: "Apply",
|
|
532
535
|
ok: "OK",
|
|
533
536
|
save: "Save",
|
|
@@ -1492,8 +1495,8 @@ var enStrings = {
|
|
|
1492
1495
|
locale: "Choose a language to begin creating your survey. To add a translation, switch to a new language and translate the original text here or in the Translations tab.",
|
|
1493
1496
|
detailPanelMode: "Sets the location of a details section in relation to a row. Choose from: \"None\" - no expansion is added; \"Under the row\" - a row expansion is placed under each row of the matrix; \"Under the row, display one row expansion only\" - an expansion is displayed under a single row only, the remaining row expansions are collapsed.",
|
|
1494
1497
|
imageFit: "Choose from: \"None\" - image maintains its original size; \"Contain\" - image is resized to fit while maintaining its aspect ratio; \"Cover\" - image fills the entire box while maintaining its aspect ratio; \"Fill\" - image is stretched to fill the box without maintaining its aspect ratio.",
|
|
1495
|
-
autoGrow: "
|
|
1496
|
-
allowResize: "The
|
|
1498
|
+
autoGrow: "The \"Inherit\" option applies a survey-level setting (\"Disabled\" by default).",
|
|
1499
|
+
allowResize: "The \"Inherit\" option applies a survey-level setting (\"Enabled\" by default).",
|
|
1497
1500
|
maxTimeToFinish: "A time interval in seconds after which the survey auto-advances to the \"Thank You\" page.",
|
|
1498
1501
|
maxTimeToFinishPage: "A time interval in seconds after which the survey auto-advances to the next page. Hides the \"Previous\" navigation button.",
|
|
1499
1502
|
page: {
|
|
@@ -1559,6 +1562,7 @@ var enStrings = {
|
|
|
1559
1562
|
filePlaceholder: "Applies when \"File source type\" is \"Local file\" or when camera is unavailable",
|
|
1560
1563
|
photoPlaceholder: "Applies when \"File source type\" is \"Camera\".",
|
|
1561
1564
|
fileOrPhotoPlaceholder: "Applies when \"File source type\" is \"Local file or camera\".",
|
|
1565
|
+
colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line.",
|
|
1562
1566
|
masksettings: {
|
|
1563
1567
|
saveMaskedValue: "Select if you want to store the question value with an applied mask in survey results."
|
|
1564
1568
|
},
|