survey-creator-core 1.12.2 → 1.12.4
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/5dcaaadc5b1c048d6daa.png +0 -0
- package/5e87e454a7071a571216.png +0 -0
- package/a7b373b83d0c1e0262bd.png +0 -0
- package/cc27e2890751d1ea0380.png +0 -0
- package/e8dfbe2bdd7c9dca5efa.png +0 -0
- package/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/i18n/arabic.js +1 -1
- package/i18n/arabic.min.js.LICENSE.txt +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js.LICENSE.txt +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js.LICENSE.txt +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js.LICENSE.txt +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js.LICENSE.txt +1 -1
- package/i18n/english.js +20 -1
- package/i18n/english.js.map +1 -1
- package/i18n/english.min.js +1 -1
- package/i18n/english.min.js.LICENSE.txt +1 -1
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js.LICENSE.txt +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js.LICENSE.txt +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js.LICENSE.txt +1 -1
- package/i18n/hebrew.js +1 -1
- package/i18n/hebrew.min.js.LICENSE.txt +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js.LICENSE.txt +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js.LICENSE.txt +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js.LICENSE.txt +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js.LICENSE.txt +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js.LICENSE.txt +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js.LICENSE.txt +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js.LICENSE.txt +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js.LICENSE.txt +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js.LICENSE.txt +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js.LICENSE.txt +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js.LICENSE.txt +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js.LICENSE.txt +1 -1
- package/i18n/romanian.js +1 -1
- package/i18n/romanian.min.js.LICENSE.txt +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js.LICENSE.txt +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js.LICENSE.txt +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js.LICENSE.txt +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js.LICENSE.txt +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js.LICENSE.txt +1 -1
- package/i18n/thai.js +1 -1
- package/i18n/thai.min.js.LICENSE.txt +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +562 -128
- package/survey-creator-core.fontless.css +561 -127
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +14 -13
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +957 -372
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +15 -14
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/typings/components/action-container-view-model.d.ts +17 -1
- package/typings/components/page.d.ts +4 -2
- package/typings/components/question-image.d.ts +2 -2
- package/typings/components/question.d.ts +11 -2
- package/typings/components/side-bar/side-bar-header-model.d.ts +11 -0
- package/typings/components/side-bar/side-bar-model.d.ts +3 -6
- package/typings/components/simulator.d.ts +3 -1
- package/typings/components/tabs/designer.d.ts +2 -0
- package/typings/components/tabs/header-model.d.ts +1 -0
- package/typings/components/tabs/logic-ui.d.ts +2 -0
- package/typings/components/tabs/preview.d.ts +2 -0
- package/typings/components/tabs/theme-custom-questions/shadow-effects.d.ts +1 -0
- package/typings/components/tabs/theme-plugin.d.ts +2 -0
- package/typings/components/tabs/translation.d.ts +2 -0
- package/typings/creator-base.d.ts +2 -0
- package/typings/editorLocalization.d.ts +19 -0
- package/typings/entries/index.d.ts +1 -0
- package/typings/expand-collapse-manager.d.ts +8 -0
- package/typings/localization/english.d.ts +19 -0
- package/typings/property-grid/index.d.ts +4 -0
- package/typings/survey-helper.d.ts +1 -0
- package/typings/toolbox.d.ts +1 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/fonts.fontless.css
CHANGED
package/fonts.fontless.min.css
CHANGED
package/i18n/arabic.js
CHANGED
package/i18n/bulgarian.js
CHANGED
package/i18n/croatian.js
CHANGED
package/i18n/czech.js
CHANGED
package/i18n/danish.js
CHANGED
package/i18n/dutch.js
CHANGED
package/i18n/english.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.4
|
|
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
|
|
@@ -242,6 +242,18 @@ var enStrings = {
|
|
|
242
242
|
pagePlaceHolder: "The page is empty. Drag an element from the toolbox or click the button below.",
|
|
243
243
|
imagePlaceHolder: "Drag and drop an image here or click the button below and choose an image to upload",
|
|
244
244
|
surveyPlaceHolderMobile: "Click the \"Add Question\" button below to start creating your form.",
|
|
245
|
+
surveyPlaceholderTitle: "Your form is empty",
|
|
246
|
+
surveyPlaceholderTitleMobile: "Your form is empty",
|
|
247
|
+
surveyPlaceholderDescription: "Drag an element from the toolbox or click the button below.",
|
|
248
|
+
surveyPlaceholderDescriptionMobile: "Drag an element from the toolbox or click the button below.",
|
|
249
|
+
previewPlaceholderTitle: "No preview",
|
|
250
|
+
previewPlaceholderTitleMobile: "No preview",
|
|
251
|
+
previewPlaceholderDescription: "The survey doesn't contain any visible elements.",
|
|
252
|
+
previewPlaceholderDescriptionMobile: "The survey doesn't contain any visible elements.",
|
|
253
|
+
translationsPlaceholderTitle: "No strings to translate",
|
|
254
|
+
translationsPlaceholderTitleMobile: "No strings to translate",
|
|
255
|
+
translationsPlaceholderDescription: "Add elements to your form or change the strings filter in the toolbar.",
|
|
256
|
+
translationsPlaceholderDescriptionMobile: "Add elements to your form or change the strings filter in the toolbar.",
|
|
245
257
|
pagePlaceHolderMobile: "Click the \"Add Question\" button below to add a new element to the page.",
|
|
246
258
|
panelPlaceHolderMobile: "Click the \"Add Question\" button below to add a new element to the panel.",
|
|
247
259
|
imagePlaceHolderMobile: "Click the button below and choose an image to upload",
|
|
@@ -254,6 +266,10 @@ var enStrings = {
|
|
|
254
266
|
lg: {
|
|
255
267
|
addNewItem: "Add New Rule",
|
|
256
268
|
empty_tab: "Create a rule to customize the flow of the survey.",
|
|
269
|
+
logicPlaceholderTitle: "No logical rules",
|
|
270
|
+
logicPlaceholderTitleMobile: "No logical rules",
|
|
271
|
+
logicPlaceholderDescription: "Create a rule to customize the flow of the survey.",
|
|
272
|
+
logicPlaceholderDescriptionMobile: "Create a rule to customize the flow of the survey.",
|
|
257
273
|
page_visibilityName: "Show/hide page",
|
|
258
274
|
page_enableName: "Enable/disable page",
|
|
259
275
|
page_requireName: "Make page required",
|
|
@@ -935,6 +951,7 @@ var enStrings = {
|
|
|
935
951
|
fontSize: "Survey font size",
|
|
936
952
|
scale: "Survey scale factor",
|
|
937
953
|
cornerRadius: "Corner radius",
|
|
954
|
+
advancedMode: "Advanced mode",
|
|
938
955
|
pageTitle: "Title font",
|
|
939
956
|
pageDescription: "Description font",
|
|
940
957
|
questionTitle: "Title font",
|
|
@@ -1571,6 +1588,7 @@ var enStrings = {
|
|
|
1571
1588
|
inheritWidthFrom: "The \"Same as container\" option auto-adjusts the header content area width to fit into the HTML element the survey is placed in.",
|
|
1572
1589
|
textAreaWidth: "The width of the header area that contains the survey title and description, measured in pixels.",
|
|
1573
1590
|
overlapEnabled: "Makes the bottom of the header overlaid with the top of the survey.",
|
|
1591
|
+
mobileHeight: "When set to 0, the height is calculated automatically to accommodate the header's content.",
|
|
1574
1592
|
},
|
|
1575
1593
|
panellayoutcolumn: {
|
|
1576
1594
|
effectiveWidth: "Accepts values %.",
|
|
@@ -1658,6 +1676,7 @@ var enStrings = {
|
|
|
1658
1676
|
imageFit: "Image and thumbnail fit",
|
|
1659
1677
|
altText: "Alt text",
|
|
1660
1678
|
height: "Height",
|
|
1679
|
+
mobileHeight: "Height on smartphones",
|
|
1661
1680
|
penColor: "Pen color",
|
|
1662
1681
|
backgroundColor: "Background color",
|
|
1663
1682
|
templateElements: "Template elements",
|