survey-creator-core 1.9.130 → 1.9.131
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 +631 -289
- 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 +31 -3
- package/survey-creator-core.fontless.css +30 -2
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +6 -6
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js +1 -1
- package/survey-creator-core.js +831 -370
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +7 -7
- package/survey-creator-core.min.js +5 -5
- package/typings/components/page-navigator/page-navigator.d.ts +1 -0
- package/typings/editorLocalization.d.ts +418 -92
- package/typings/localization/english.d.ts +416 -92
- package/typings/question-editor/properties.d.ts +1 -0
package/i18n/slovak.js
CHANGED
package/i18n/slovak.min.js
CHANGED
package/i18n/spanish.js
CHANGED
package/i18n/spanish.min.js
CHANGED
package/i18n/swedish.js
CHANGED
package/i18n/swedish.min.js
CHANGED
package/i18n/tajik.js
CHANGED
package/i18n/tajik.min.js
CHANGED
package/i18n/turkish.js
CHANGED
package/i18n/turkish.min.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-core",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.131",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"survey-core": "1.9.
|
|
37
|
+
"survey-core": "1.9.131"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {}
|
|
40
40
|
}
|
package/survey-creator-core.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.131
|
|
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
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
/*# sourceMappingURL=fonts.fontless.css.map*//*!
|
|
228
|
-
* SurveyJS Creator v1.9.
|
|
228
|
+
* SurveyJS Creator v1.9.131
|
|
229
229
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
230
230
|
* Github: https://github.com/surveyjs/survey-creator
|
|
231
231
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -2001,6 +2001,10 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
|
|
|
2001
2001
|
.svc-string-editor:hover ~ .sd-question__required-text, .svc-string-editor:focus-within ~ .sd-question__required-text {
|
|
2002
2002
|
visibility: hidden;
|
|
2003
2003
|
}
|
|
2004
|
+
|
|
2005
|
+
.svc-string-editor--multiline .sv-string-editor {
|
|
2006
|
+
white-space: pre-wrap;
|
|
2007
|
+
}
|
|
2004
2008
|
.svc-btn {
|
|
2005
2009
|
display: flex;
|
|
2006
2010
|
align-items: center;
|
|
@@ -2137,6 +2141,19 @@ survey-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigato
|
|
|
2137
2141
|
right: unset;
|
|
2138
2142
|
left: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
2139
2143
|
}
|
|
2144
|
+
|
|
2145
|
+
.svc-tab-designer--bypage-mode .svc-tab-designer_content {
|
|
2146
|
+
display: flex;
|
|
2147
|
+
flex-direction: row;
|
|
2148
|
+
margin-right: 0;
|
|
2149
|
+
margin-left: 0;
|
|
2150
|
+
}
|
|
2151
|
+
.svc-tab-designer--bypage-mode .svc-tab-designer__page-navigator {
|
|
2152
|
+
position: relative;
|
|
2153
|
+
top: auto;
|
|
2154
|
+
right: auto;
|
|
2155
|
+
bottom: auto;
|
|
2156
|
+
}
|
|
2140
2157
|
svc-page-navigator-item,
|
|
2141
2158
|
.svc-page-navigator-item {
|
|
2142
2159
|
display: block;
|
|
@@ -2323,6 +2340,10 @@ svc-page {
|
|
|
2323
2340
|
margin-left: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2324
2341
|
}
|
|
2325
2342
|
|
|
2343
|
+
.svc-page__add-new-question {
|
|
2344
|
+
-webkit-tap-highlight-color: transparent;
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2326
2347
|
.svc-page__question-type-selector {
|
|
2327
2348
|
appearance: none;
|
|
2328
2349
|
display: flex;
|
|
@@ -4255,16 +4276,19 @@ svc-toolbox {
|
|
|
4255
4276
|
|
|
4256
4277
|
.svc-toolbox {
|
|
4257
4278
|
height: 100%;
|
|
4258
|
-
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4279
|
+
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 12px);
|
|
4259
4280
|
box-sizing: border-box;
|
|
4260
4281
|
overflow-y: auto;
|
|
4261
4282
|
direction: rtl;
|
|
4283
|
+
scrollbar-gutter: stable both-edges;
|
|
4262
4284
|
}
|
|
4263
4285
|
|
|
4264
4286
|
.svc-toolbox--compact {
|
|
4265
4287
|
width: calc(10.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4266
4288
|
overflow: visible;
|
|
4267
4289
|
direction: ltr;
|
|
4290
|
+
scrollbar-gutter: auto;
|
|
4291
|
+
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4268
4292
|
}
|
|
4269
4293
|
|
|
4270
4294
|
.svc-toolbox__container {
|
|
@@ -5233,6 +5257,7 @@ button.spg-action-button--large {
|
|
|
5233
5257
|
}
|
|
5234
5258
|
.spg-table__cell--header .sv-string-viewer {
|
|
5235
5259
|
display: inline;
|
|
5260
|
+
white-space: unset;
|
|
5236
5261
|
}
|
|
5237
5262
|
|
|
5238
5263
|
.spg-table__question-wrapper {
|
|
@@ -5365,6 +5390,9 @@ button.spg-action-button--large {
|
|
|
5365
5390
|
overflow: hidden;
|
|
5366
5391
|
text-overflow: ellipsis;
|
|
5367
5392
|
}
|
|
5393
|
+
.spg-theme-builder-root .spg-question__header--location--left .spg-question__title .sv-string-viewer {
|
|
5394
|
+
white-space: nowrap;
|
|
5395
|
+
}
|
|
5368
5396
|
.spg-theme-builder-root .spg-nested-panel {
|
|
5369
5397
|
padding-bottom: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5370
5398
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.131
|
|
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
|
|
@@ -1775,6 +1775,10 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
|
|
|
1775
1775
|
.svc-string-editor:hover ~ .sd-question__required-text, .svc-string-editor:focus-within ~ .sd-question__required-text {
|
|
1776
1776
|
visibility: hidden;
|
|
1777
1777
|
}
|
|
1778
|
+
|
|
1779
|
+
.svc-string-editor--multiline .sv-string-editor {
|
|
1780
|
+
white-space: pre-wrap;
|
|
1781
|
+
}
|
|
1778
1782
|
.svc-btn {
|
|
1779
1783
|
display: flex;
|
|
1780
1784
|
align-items: center;
|
|
@@ -1911,6 +1915,19 @@ survey-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigato
|
|
|
1911
1915
|
right: unset;
|
|
1912
1916
|
left: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
1913
1917
|
}
|
|
1918
|
+
|
|
1919
|
+
.svc-tab-designer--bypage-mode .svc-tab-designer_content {
|
|
1920
|
+
display: flex;
|
|
1921
|
+
flex-direction: row;
|
|
1922
|
+
margin-right: 0;
|
|
1923
|
+
margin-left: 0;
|
|
1924
|
+
}
|
|
1925
|
+
.svc-tab-designer--bypage-mode .svc-tab-designer__page-navigator {
|
|
1926
|
+
position: relative;
|
|
1927
|
+
top: auto;
|
|
1928
|
+
right: auto;
|
|
1929
|
+
bottom: auto;
|
|
1930
|
+
}
|
|
1914
1931
|
svc-page-navigator-item,
|
|
1915
1932
|
.svc-page-navigator-item {
|
|
1916
1933
|
display: block;
|
|
@@ -2097,6 +2114,10 @@ svc-page {
|
|
|
2097
2114
|
margin-left: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2098
2115
|
}
|
|
2099
2116
|
|
|
2117
|
+
.svc-page__add-new-question {
|
|
2118
|
+
-webkit-tap-highlight-color: transparent;
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2100
2121
|
.svc-page__question-type-selector {
|
|
2101
2122
|
appearance: none;
|
|
2102
2123
|
display: flex;
|
|
@@ -4029,16 +4050,19 @@ svc-toolbox {
|
|
|
4029
4050
|
|
|
4030
4051
|
.svc-toolbox {
|
|
4031
4052
|
height: 100%;
|
|
4032
|
-
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4053
|
+
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 12px);
|
|
4033
4054
|
box-sizing: border-box;
|
|
4034
4055
|
overflow-y: auto;
|
|
4035
4056
|
direction: rtl;
|
|
4057
|
+
scrollbar-gutter: stable both-edges;
|
|
4036
4058
|
}
|
|
4037
4059
|
|
|
4038
4060
|
.svc-toolbox--compact {
|
|
4039
4061
|
width: calc(10.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4040
4062
|
overflow: visible;
|
|
4041
4063
|
direction: ltr;
|
|
4064
|
+
scrollbar-gutter: auto;
|
|
4065
|
+
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4042
4066
|
}
|
|
4043
4067
|
|
|
4044
4068
|
.svc-toolbox__container {
|
|
@@ -5007,6 +5031,7 @@ button.spg-action-button--large {
|
|
|
5007
5031
|
}
|
|
5008
5032
|
.spg-table__cell--header .sv-string-viewer {
|
|
5009
5033
|
display: inline;
|
|
5034
|
+
white-space: unset;
|
|
5010
5035
|
}
|
|
5011
5036
|
|
|
5012
5037
|
.spg-table__question-wrapper {
|
|
@@ -5139,6 +5164,9 @@ button.spg-action-button--large {
|
|
|
5139
5164
|
overflow: hidden;
|
|
5140
5165
|
text-overflow: ellipsis;
|
|
5141
5166
|
}
|
|
5167
|
+
.spg-theme-builder-root .spg-question__header--location--left .spg-question__title .sv-string-viewer {
|
|
5168
|
+
white-space: nowrap;
|
|
5169
|
+
}
|
|
5142
5170
|
.spg-theme-builder-root .spg-nested-panel {
|
|
5143
5171
|
padding-bottom: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5144
5172
|
}
|