survey-creator-core 1.9.66 → 1.9.68
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/package.json +2 -2
- package/survey-creator-core.css +4 -4
- package/survey-creator-core.d.ts +101 -112
- package/survey-creator-core.fontless.css +2 -2
- package/survey-creator-core.fontless.min.css +2 -2
- package/survey-creator-core.i18n.js +13406 -6075
- package/survey-creator-core.i18n.min.js +3 -3
- package/survey-creator-core.js +192 -105
- package/survey-creator-core.min.css +4 -4
- package/survey-creator-core.min.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-core",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.68",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"ace-builds": "^1.4.12"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"survey-core": "1.9.
|
|
40
|
+
"survey-core": "1.9.68"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {}
|
|
43
43
|
}
|
package/survey-creator-core.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
3
|
-
* (c) 2015-
|
|
2
|
+
* SurveyJS Creator v1.9.68
|
|
3
|
+
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
6
6
|
*/
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9TdXJ2ZXlDcmVhdG9yQ29yZS8uL3NyYy9lbnRyaWVzL2ZvbnRzLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUE7QUFDQTtFQUNFLHdCQUF3QjtFQUN4QixrQkFBa0I7RUFDbEIsZ0JBQWdCO0VBQ2hCLHdKQUVtQjtFQUNuQix5S0FFZ0I7O0FBRWxCO0FBQ0E7RUFDRSx3QkFBd0I7RUFDeEIsa0JBQWtCO0VBQ2xCLGdCQUFnQjtFQUNoQixrQkFBa0I7RUFDbEIsNEtBRW1CO0VBQ25CLHlLQUVnQjs7QUFFbEI7QUFDQTtFQUNFLHdCQUF3QjtFQUN4QixrQkFBa0I7RUFDbEIsZ0JBQWdCO0VBQ2hCLGtCQUFrQjtFQUNsQixvS0FFbUI7RUFDbkIseUtBRWdCOztBQUdsQjtFQUNFLDBFQUFjIiwiZmlsZSI6ImZvbnRzLmZvbnRsZXNzLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIGxhdGluICovXG5AZm9udC1mYWNlIHtcbiAgZm9udC1mYW1pbHk6IFwiT3BlbiBTYW5zXCI7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgc3JjOiBsb2NhbChcIk9wZW4gU2FucyBSZWd1bGFyXCIpLCBsb2NhbChcIk9wZW5TYW5zLVJlZ3VsYXJcIiksXG4gICAgdXJsKGh0dHBzOi8vZm9udHMuZ3N0YXRpYy5jb20vcy9vcGVuc2Fucy92MTgvbWVtOFlhR3MxMjZNaVpwQkEtVUZWWjBiLndvZmYyKVxuICAgICAgZm9ybWF0KFwid29mZjJcIik7XG4gIHVuaWNvZGUtcmFuZ2U6IFUrMDAwMC0wMEZGLCBVKzAxMzEsIFUrMDE1Mi0wMTUzLCBVKzAyQkItMDJCQywgVSswMkM2LCBVKzAyREEsXG4gICAgVSswMkRDLCBVKzIwMDAtMjA2RiwgVSsyMDc0LCBVKzIwQUMsIFUrMjEyMiwgVSsyMTkxLCBVKzIxOTMsIFUrMjIxMiwgVSsyMjE1LFxuICAgIFUrRkVGRiwgVStGRkZEO1xufVxuLyogbGF0aW4gKi9cbkBmb250LWZhY2Uge1xuICBmb250LWZhbWlseTogXCJPcGVuIFNhbnNcIjtcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xuICBmb250LXdlaWdodDogNjAwO1xuICBmb250LXN0cmV0Y2g6IDEwMCU7XG4gIHNyYzogbG9jYWwoXCJPcGVuIFNhbnMgU2VtaWJvbGRcIiksIGxvY2FsKFwiT3BlblNhbnMtU2VtaWJvbGRcIiksXG4gICAgdXJsKGh0dHBzOi8vZm9udHMuZ3N0YXRpYy5jb20vcy9vcGVuc2Fucy92MjYvbWVtdllhR3MxMjZNaVpwQkEtVXZXYlgydlZuWEJiT2JqMk9WVFMtbXV3LndvZmYyKVxuICAgICAgZm9ybWF0KFwid29mZjJcIik7XG4gIHVuaWNvZGUtcmFuZ2U6IFUrMDAwMC0wMEZGLCBVKzAxMzEsIFUrMDE1Mi0wMTUzLCBVKzAyQkItMDJCQywgVSswMkM2LCBVKzAyREEsXG4gICAgVSswMkRDLCBVKzIwMDAtMjA2RiwgVSsyMDc0LCBVKzIwQUMsIFUrMjEyMiwgVSsyMTkxLCBVKzIxOTMsIFUrMjIxMiwgVSsyMjE1LFxuICAgIFUrRkVGRiwgVStGRkZEO1xufVxuLyogbGF0aW4gKi9cbkBmb250LWZhY2Uge1xuICBmb250LWZhbWlseTogXCJPcGVuIFNhbnNcIjtcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xuICBmb250LXdlaWdodDogNzAwO1xuICBmb250LXN0cmV0Y2g6IDEwMCU7XG4gIHNyYzogbG9jYWwoXCJPcGVuIFNhbnMgQm9sZFwiKSwgbG9jYWwoXCJPcGVuU2Fucy1Cb2xkXCIpLFxuICAgIHVybChodHRwczovL2ZvbnRzLmdzdGF0aWMuY29tL3Mvb3BlbnNhbnMvdjI2L21lbXZZYUdzMTI2TWlacEJBLVV2V2JYMnZWblhCYk9iajJPVlRTLW11dy53b2ZmMilcbiAgICAgIGZvcm1hdChcIndvZmYyXCIpO1xuICB1bmljb2RlLXJhbmdlOiBVKzAwMDAtMDBGRiwgVSswMTMxLCBVKzAxNTItMDE1MywgVSswMkJCLTAyQkMsIFUrMDJDNiwgVSswMkRBLFxuICAgIFUrMDJEQywgVSsyMDAwLTIwNkYsIFUrMjA3NCwgVSsyMEFDLCBVKzIxMjIsIFUrMjE5MSwgVSsyMTkzLCBVKzIyMTIsIFUrMjIxNSxcbiAgICBVK0ZFRkYsIFUrRkZGRDtcbn1cblxuOnJvb3Qge1xuICAtLWZvbnQtZmFtaWx5OiBcIk9wZW4gU2Fuc1wiLCBcIkhlbHZldGljYSBOZXVlXCIsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG59Il0sInNvdXJjZVJvb3QiOiIifQ==*//*!
|
|
38
|
-
* SurveyJS Creator v1.9.
|
|
39
|
-
* (c) 2015-
|
|
38
|
+
* SurveyJS Creator v1.9.68
|
|
39
|
+
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
40
40
|
* Github: https://github.com/surveyjs/survey-creator
|
|
41
41
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
42
42
|
*/
|
package/survey-creator-core.d.ts
CHANGED
|
@@ -8,13 +8,11 @@ declare module "localization/english" {
|
|
|
8
8
|
addLogicItem: string;
|
|
9
9
|
copy: string;
|
|
10
10
|
duplicate: string;
|
|
11
|
-
settings: string;
|
|
12
11
|
addToToolbox: string;
|
|
13
12
|
deletePanel: string;
|
|
14
13
|
deleteQuestion: string;
|
|
15
14
|
convertTo: string;
|
|
16
15
|
drag: string;
|
|
17
|
-
license: string;
|
|
18
16
|
};
|
|
19
17
|
qt: {
|
|
20
18
|
default: string;
|
|
@@ -40,13 +38,14 @@ declare module "localization/english" {
|
|
|
40
38
|
expression: string;
|
|
41
39
|
signaturepad: string;
|
|
42
40
|
buttongroup: string;
|
|
43
|
-
flowpanel: string;
|
|
44
41
|
};
|
|
45
42
|
ed: {
|
|
46
43
|
defaultLocale: string;
|
|
47
44
|
survey: string;
|
|
48
45
|
settings: string;
|
|
49
46
|
settingsTooltip: string;
|
|
47
|
+
surveySettings: string;
|
|
48
|
+
surveySettingsTooltip: string;
|
|
50
49
|
showPanel: string;
|
|
51
50
|
hidePanel: string;
|
|
52
51
|
prevSelected: string;
|
|
@@ -76,8 +75,6 @@ declare module "localization/english" {
|
|
|
76
75
|
logic: string;
|
|
77
76
|
embedSurvey: string;
|
|
78
77
|
translation: string;
|
|
79
|
-
surveySettings: string;
|
|
80
|
-
surveySettingsTooltip: string;
|
|
81
78
|
saveSurvey: string;
|
|
82
79
|
saveSurveyTooltip: string;
|
|
83
80
|
designer: string;
|
|
@@ -291,7 +288,6 @@ declare module "localization/english" {
|
|
|
291
288
|
pageDescriptionPlaceholder: string;
|
|
292
289
|
showOtherItem: string;
|
|
293
290
|
otherText: string;
|
|
294
|
-
otherPlaceHolder: string;
|
|
295
291
|
showNoneItem: string;
|
|
296
292
|
noneText: string;
|
|
297
293
|
showSelectAllItem: string;
|
|
@@ -329,7 +325,6 @@ declare module "localization/english" {
|
|
|
329
325
|
maxRateDescription: string;
|
|
330
326
|
inputType: string;
|
|
331
327
|
optionsCaption: string;
|
|
332
|
-
showOptionsCaption: string;
|
|
333
328
|
defaultValue: string;
|
|
334
329
|
cellsDefaultRow: string;
|
|
335
330
|
surveyEditorTitle: string;
|
|
@@ -507,7 +502,7 @@ declare module "localization/english" {
|
|
|
507
502
|
choicesFromQuestion: string;
|
|
508
503
|
choicesFromQuestionMode: string;
|
|
509
504
|
showCommentArea: string;
|
|
510
|
-
|
|
505
|
+
commentPlaceholder: string;
|
|
511
506
|
displayRateDescriptionsAsExtremeItems: string;
|
|
512
507
|
rowsOrder: string;
|
|
513
508
|
columnsLayout: string;
|
|
@@ -599,6 +594,17 @@ declare module "localization/english" {
|
|
|
599
594
|
triggerRunExpressionEmpty: string;
|
|
600
595
|
emptyExpressionPlaceHolder: string;
|
|
601
596
|
noFile: string;
|
|
597
|
+
clearIfInvisible: string;
|
|
598
|
+
valuePropertyName: string;
|
|
599
|
+
searchEnabled: string;
|
|
600
|
+
hideSelectedItems: string;
|
|
601
|
+
signatureWidth: string;
|
|
602
|
+
signatureHeight: string;
|
|
603
|
+
verticalAlign: string;
|
|
604
|
+
alternateRows: string;
|
|
605
|
+
columnsVisibleIf: string;
|
|
606
|
+
rowsVisibleIf: string;
|
|
607
|
+
otherPlaceholder: string;
|
|
602
608
|
};
|
|
603
609
|
pv: {
|
|
604
610
|
true: string;
|
|
@@ -706,6 +712,28 @@ declare module "localization/english" {
|
|
|
706
712
|
collapsed: string;
|
|
707
713
|
expanded: string;
|
|
708
714
|
};
|
|
715
|
+
widthMode: {
|
|
716
|
+
auto: string;
|
|
717
|
+
static: string;
|
|
718
|
+
responsive: string;
|
|
719
|
+
};
|
|
720
|
+
imageFit: {
|
|
721
|
+
none: string;
|
|
722
|
+
contain: string;
|
|
723
|
+
cover: string;
|
|
724
|
+
fill: string;
|
|
725
|
+
};
|
|
726
|
+
contentMode: {
|
|
727
|
+
auto: string;
|
|
728
|
+
image: string;
|
|
729
|
+
video: string;
|
|
730
|
+
youtube: string;
|
|
731
|
+
};
|
|
732
|
+
displayMode: {
|
|
733
|
+
auto: string;
|
|
734
|
+
buttons: string;
|
|
735
|
+
dropdown: string;
|
|
736
|
+
};
|
|
709
737
|
};
|
|
710
738
|
op: {
|
|
711
739
|
empty: string;
|
|
@@ -784,56 +812,9 @@ declare module "localization/english" {
|
|
|
784
812
|
name: string;
|
|
785
813
|
title: string;
|
|
786
814
|
};
|
|
787
|
-
navigationButtonsVisibility: string;
|
|
788
|
-
visibleIf: string;
|
|
789
|
-
description: string;
|
|
790
|
-
requiredIf: string;
|
|
791
|
-
validators: string;
|
|
792
|
-
titleLocation: string;
|
|
793
|
-
choices: string;
|
|
794
|
-
label: string;
|
|
795
|
-
currency: string;
|
|
796
|
-
columns: string;
|
|
797
|
-
itemSize: string;
|
|
798
|
-
templateTitle: string;
|
|
799
|
-
triggers: string;
|
|
800
|
-
defaultRowValue: string;
|
|
801
815
|
multiSelect: string;
|
|
802
816
|
showLabel: string;
|
|
803
|
-
|
|
804
|
-
pages: string;
|
|
805
|
-
calculatedValues: string;
|
|
806
|
-
questionDescriptionLocation: string;
|
|
807
|
-
progressBarType: string;
|
|
808
|
-
questionTitlePattern: string;
|
|
809
|
-
widthMode: string;
|
|
810
|
-
navigationTitle: string;
|
|
811
|
-
navigationDescription: string;
|
|
812
|
-
useDisplayValuesInDynamicTexts: string;
|
|
813
|
-
descriptionLocation: string;
|
|
814
|
-
defaultValueExpression: string;
|
|
815
|
-
bindings: string;
|
|
816
|
-
allowAddRows: string;
|
|
817
|
-
allowRemoveRows: string;
|
|
818
|
-
detailPanelShowOnAdding: string;
|
|
819
|
-
allowRowsDragAndDrop: string;
|
|
820
|
-
otherPlaceHolder: string;
|
|
821
|
-
contentMode: string;
|
|
822
|
-
imageFit: string;
|
|
823
|
-
min: string;
|
|
824
|
-
max: string;
|
|
825
|
-
minValueExpression: string;
|
|
826
|
-
maxValueExpression: string;
|
|
827
|
-
step: string;
|
|
828
|
-
dataList: string;
|
|
829
|
-
autoGrow: string;
|
|
830
|
-
multiLine: string;
|
|
831
|
-
height: string;
|
|
832
|
-
penColor: string;
|
|
833
|
-
backgroundColor: string;
|
|
834
|
-
showCaption: string;
|
|
835
|
-
iconName: string;
|
|
836
|
-
iconSize: string;
|
|
817
|
+
value: string;
|
|
837
818
|
};
|
|
838
819
|
};
|
|
839
820
|
}
|
|
@@ -1009,9 +990,11 @@ declare module "creator-settings" {
|
|
|
1009
990
|
onConditionQuestionsGetListCallback(propertyName: string, obj: Base, editor: any, list: any[]): string;
|
|
1010
991
|
onConditionGetTitleCallback(expression: string, title: string): string;
|
|
1011
992
|
onLogicGetTitleCallback(expression: string, displayExpression: string, text: string, logicItem: any): string;
|
|
993
|
+
getProcessedTranslationItemText(locale: string, locString: ILocalizableString, newText: string, obj: any): string;
|
|
1012
994
|
getTranslationExportedText(obj: Base, name: string, locString: ILocalizableString, locale: string, text: string): string;
|
|
1013
995
|
}
|
|
1014
996
|
export class EmptySurveyCreatorOptions implements ISurveyCreatorOptions {
|
|
997
|
+
getProcessedTranslationItemText(locale: string, locString: ILocalizableString, newText: string, obj: any): string;
|
|
1015
998
|
isMobileView: boolean;
|
|
1016
999
|
alwaySaveTextInPropertyEditors: boolean;
|
|
1017
1000
|
readOnly: boolean;
|
|
@@ -1105,13 +1088,11 @@ declare module "editorLocalization" {
|
|
|
1105
1088
|
addLogicItem: string;
|
|
1106
1089
|
copy: string;
|
|
1107
1090
|
duplicate: string;
|
|
1108
|
-
settings: string;
|
|
1109
1091
|
addToToolbox: string;
|
|
1110
1092
|
deletePanel: string;
|
|
1111
1093
|
deleteQuestion: string;
|
|
1112
1094
|
convertTo: string;
|
|
1113
1095
|
drag: string;
|
|
1114
|
-
license: string;
|
|
1115
1096
|
};
|
|
1116
1097
|
qt: {
|
|
1117
1098
|
default: string;
|
|
@@ -1137,13 +1118,14 @@ declare module "editorLocalization" {
|
|
|
1137
1118
|
expression: string;
|
|
1138
1119
|
signaturepad: string;
|
|
1139
1120
|
buttongroup: string;
|
|
1140
|
-
flowpanel: string;
|
|
1141
1121
|
};
|
|
1142
1122
|
ed: {
|
|
1143
1123
|
defaultLocale: string;
|
|
1144
1124
|
survey: string;
|
|
1145
1125
|
settings: string;
|
|
1146
1126
|
settingsTooltip: string;
|
|
1127
|
+
surveySettings: string;
|
|
1128
|
+
surveySettingsTooltip: string;
|
|
1147
1129
|
showPanel: string;
|
|
1148
1130
|
hidePanel: string;
|
|
1149
1131
|
prevSelected: string;
|
|
@@ -1173,8 +1155,6 @@ declare module "editorLocalization" {
|
|
|
1173
1155
|
logic: string;
|
|
1174
1156
|
embedSurvey: string;
|
|
1175
1157
|
translation: string;
|
|
1176
|
-
surveySettings: string;
|
|
1177
|
-
surveySettingsTooltip: string;
|
|
1178
1158
|
saveSurvey: string;
|
|
1179
1159
|
saveSurveyTooltip: string;
|
|
1180
1160
|
designer: string;
|
|
@@ -1388,7 +1368,6 @@ declare module "editorLocalization" {
|
|
|
1388
1368
|
pageDescriptionPlaceholder: string;
|
|
1389
1369
|
showOtherItem: string;
|
|
1390
1370
|
otherText: string;
|
|
1391
|
-
otherPlaceHolder: string;
|
|
1392
1371
|
showNoneItem: string;
|
|
1393
1372
|
noneText: string;
|
|
1394
1373
|
showSelectAllItem: string;
|
|
@@ -1426,7 +1405,6 @@ declare module "editorLocalization" {
|
|
|
1426
1405
|
maxRateDescription: string;
|
|
1427
1406
|
inputType: string;
|
|
1428
1407
|
optionsCaption: string;
|
|
1429
|
-
showOptionsCaption: string;
|
|
1430
1408
|
defaultValue: string;
|
|
1431
1409
|
cellsDefaultRow: string;
|
|
1432
1410
|
surveyEditorTitle: string;
|
|
@@ -1604,7 +1582,7 @@ declare module "editorLocalization" {
|
|
|
1604
1582
|
choicesFromQuestion: string;
|
|
1605
1583
|
choicesFromQuestionMode: string;
|
|
1606
1584
|
showCommentArea: string;
|
|
1607
|
-
|
|
1585
|
+
commentPlaceholder: string;
|
|
1608
1586
|
displayRateDescriptionsAsExtremeItems: string;
|
|
1609
1587
|
rowsOrder: string;
|
|
1610
1588
|
columnsLayout: string;
|
|
@@ -1696,6 +1674,17 @@ declare module "editorLocalization" {
|
|
|
1696
1674
|
triggerRunExpressionEmpty: string;
|
|
1697
1675
|
emptyExpressionPlaceHolder: string;
|
|
1698
1676
|
noFile: string;
|
|
1677
|
+
clearIfInvisible: string;
|
|
1678
|
+
valuePropertyName: string;
|
|
1679
|
+
searchEnabled: string;
|
|
1680
|
+
hideSelectedItems: string;
|
|
1681
|
+
signatureWidth: string;
|
|
1682
|
+
signatureHeight: string;
|
|
1683
|
+
verticalAlign: string;
|
|
1684
|
+
alternateRows: string;
|
|
1685
|
+
columnsVisibleIf: string;
|
|
1686
|
+
rowsVisibleIf: string;
|
|
1687
|
+
otherPlaceholder: string;
|
|
1699
1688
|
};
|
|
1700
1689
|
pv: {
|
|
1701
1690
|
true: string;
|
|
@@ -1803,6 +1792,28 @@ declare module "editorLocalization" {
|
|
|
1803
1792
|
collapsed: string;
|
|
1804
1793
|
expanded: string;
|
|
1805
1794
|
};
|
|
1795
|
+
widthMode: {
|
|
1796
|
+
auto: string;
|
|
1797
|
+
static: string;
|
|
1798
|
+
responsive: string;
|
|
1799
|
+
};
|
|
1800
|
+
imageFit: {
|
|
1801
|
+
none: string;
|
|
1802
|
+
contain: string;
|
|
1803
|
+
cover: string;
|
|
1804
|
+
fill: string;
|
|
1805
|
+
};
|
|
1806
|
+
contentMode: {
|
|
1807
|
+
auto: string;
|
|
1808
|
+
image: string;
|
|
1809
|
+
video: string;
|
|
1810
|
+
youtube: string;
|
|
1811
|
+
};
|
|
1812
|
+
displayMode: {
|
|
1813
|
+
auto: string;
|
|
1814
|
+
buttons: string;
|
|
1815
|
+
dropdown: string;
|
|
1816
|
+
};
|
|
1806
1817
|
};
|
|
1807
1818
|
op: {
|
|
1808
1819
|
empty: string;
|
|
@@ -1881,56 +1892,9 @@ declare module "editorLocalization" {
|
|
|
1881
1892
|
name: string;
|
|
1882
1893
|
title: string;
|
|
1883
1894
|
};
|
|
1884
|
-
navigationButtonsVisibility: string;
|
|
1885
|
-
visibleIf: string;
|
|
1886
|
-
description: string;
|
|
1887
|
-
requiredIf: string;
|
|
1888
|
-
validators: string;
|
|
1889
|
-
titleLocation: string;
|
|
1890
|
-
choices: string;
|
|
1891
|
-
label: string;
|
|
1892
|
-
currency: string;
|
|
1893
|
-
columns: string;
|
|
1894
|
-
itemSize: string;
|
|
1895
|
-
templateTitle: string;
|
|
1896
|
-
triggers: string;
|
|
1897
|
-
defaultRowValue: string;
|
|
1898
1895
|
multiSelect: string;
|
|
1899
1896
|
showLabel: string;
|
|
1900
|
-
|
|
1901
|
-
pages: string;
|
|
1902
|
-
calculatedValues: string;
|
|
1903
|
-
questionDescriptionLocation: string;
|
|
1904
|
-
progressBarType: string;
|
|
1905
|
-
questionTitlePattern: string;
|
|
1906
|
-
widthMode: string;
|
|
1907
|
-
navigationTitle: string;
|
|
1908
|
-
navigationDescription: string;
|
|
1909
|
-
useDisplayValuesInDynamicTexts: string;
|
|
1910
|
-
descriptionLocation: string;
|
|
1911
|
-
defaultValueExpression: string;
|
|
1912
|
-
bindings: string;
|
|
1913
|
-
allowAddRows: string;
|
|
1914
|
-
allowRemoveRows: string;
|
|
1915
|
-
detailPanelShowOnAdding: string;
|
|
1916
|
-
allowRowsDragAndDrop: string;
|
|
1917
|
-
otherPlaceHolder: string;
|
|
1918
|
-
contentMode: string;
|
|
1919
|
-
imageFit: string;
|
|
1920
|
-
min: string;
|
|
1921
|
-
max: string;
|
|
1922
|
-
minValueExpression: string;
|
|
1923
|
-
maxValueExpression: string;
|
|
1924
|
-
step: string;
|
|
1925
|
-
dataList: string;
|
|
1926
|
-
autoGrow: string;
|
|
1927
|
-
multiLine: string;
|
|
1928
|
-
height: string;
|
|
1929
|
-
penColor: string;
|
|
1930
|
-
backgroundColor: string;
|
|
1931
|
-
showCaption: string;
|
|
1932
|
-
iconName: string;
|
|
1933
|
-
iconSize: string;
|
|
1897
|
+
value: string;
|
|
1934
1898
|
};
|
|
1935
1899
|
};
|
|
1936
1900
|
}
|
|
@@ -4443,6 +4407,7 @@ declare module "components/tabs/translation" {
|
|
|
4443
4407
|
fireOnObjCreating(obj: Base): any;
|
|
4444
4408
|
removeLocale(loc: string): void;
|
|
4445
4409
|
canShowProperty(obj: Base, prop: JsonObjectProperty, isEmpty: boolean): boolean;
|
|
4410
|
+
getProcessedTranslationItemText(locale: string, name: ILocalizableString, newValue: string, context: any): string;
|
|
4446
4411
|
}
|
|
4447
4412
|
export class TranslationGroup extends TranslationItemBase {
|
|
4448
4413
|
name: any;
|
|
@@ -4505,6 +4470,7 @@ declare module "components/tabs/translation" {
|
|
|
4505
4470
|
private addLanguageAction;
|
|
4506
4471
|
chooseLanguageActions: Array<IAction>;
|
|
4507
4472
|
constructor(survey: SurveyModel, options?: ISurveyCreatorOptions, hasUI?: boolean);
|
|
4473
|
+
getProcessedTranslationItemText(locale: string, locString: ILocalizableString, newText: string, context: any): string;
|
|
4508
4474
|
getType(): string;
|
|
4509
4475
|
locales: Array<string>;
|
|
4510
4476
|
canMergeLocaleWithDefault: boolean;
|
|
@@ -6493,6 +6459,28 @@ declare module "creator-base" {
|
|
|
6493
6459
|
* - `options.text` - A text string to be exported. The string is taken from the current locale. Redefine this property if you want to export a different string.
|
|
6494
6460
|
*/
|
|
6495
6461
|
onTranslationExportItem: CreatorEvent;
|
|
6462
|
+
/**
|
|
6463
|
+
* An event that is raised before a string translation is changed. Use this event to override a new translation value.
|
|
6464
|
+
*
|
|
6465
|
+
* Parameters:
|
|
6466
|
+
*
|
|
6467
|
+
* - `sender`: `CreatorBase`\
|
|
6468
|
+
* A Survey Creator instance that raised the event.
|
|
6469
|
+
* - `options.obj`: `any`\
|
|
6470
|
+
* A survey object instance (survey, page, panel, question) whose string translation is being changed.
|
|
6471
|
+
* - `options.locale`: `String`\
|
|
6472
|
+
* The current locale identifier (`"en"`, `"de"`, etc.). Contains an empty string if the default locale is used.
|
|
6473
|
+
* - `options.locString`: `LocalizableString`\
|
|
6474
|
+
* An object that you can use to manipulate a localization string. Call the `options.locString.getLocaleText(locale)` method if you need to get a text string for a specific locale.
|
|
6475
|
+
* - `options.newText`: `String`\
|
|
6476
|
+
* A new value for the string translation.
|
|
6477
|
+
*
|
|
6478
|
+
* Refer to the following help topics for more information on localization:
|
|
6479
|
+
*
|
|
6480
|
+
* - [Localization & Globalization in SurveyJS Form Library](https://surveyjs.io/form-library/documentation/survey-localization)
|
|
6481
|
+
* - [Localization & Globalization in Survey Creator](https://surveyjs.io/survey-creator/documentation/localization)
|
|
6482
|
+
*/
|
|
6483
|
+
onTranslationItemChanging: CreatorEvent;
|
|
6496
6484
|
/**
|
|
6497
6485
|
* Use this event to control drag&drop operations.
|
|
6498
6486
|
*- sender the survey creator object that fires the event.
|
|
@@ -7065,6 +7053,7 @@ declare module "creator-base" {
|
|
|
7065
7053
|
onConditionQuestionsGetListCallback(propertyName: string, obj: Base, editor: any, list: any[]): string;
|
|
7066
7054
|
onConditionGetTitleCallback(expression: string, title: string): string;
|
|
7067
7055
|
onLogicGetTitleCallback(expression: string, expressionText: string, text: string, logicItem: any): string;
|
|
7056
|
+
getProcessedTranslationItemText(locale: string, locString: ILocalizableString, newText: string, obj: any): string;
|
|
7068
7057
|
getTranslationExportedText(obj: Base, name: string, locString: ILocalizableString, locale: string, text: string): string;
|
|
7069
7058
|
/**
|
|
7070
7059
|
* The delay on saving survey JSON on autoSave in ms. It is 500 ms by default.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
3
|
-
* (c) 2015-
|
|
2
|
+
* SurveyJS Creator v1.9.68
|
|
3
|
+
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
3
|
-
* (c) 2015-
|
|
2
|
+
* SurveyJS Creator v1.9.68
|
|
3
|
+
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
6
6
|
*/
|