survey-creator-core 1.9.137 → 1.9.138
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 +5 -2
- 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 +14 -14
- package/survey-creator-core.fontless.css +13 -13
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +2 -2
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js +1 -1
- package/survey-creator-core.js +107 -74
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +3 -3
- package/survey-creator-core.min.js +5 -5
- package/typings/components/question.d.ts +1 -1
- package/typings/creator-base.d.ts +7 -1
- package/typings/creator-settings.d.ts +2 -0
- package/typings/editorLocalization.d.ts +5 -1
- package/typings/localization/english.d.ts +4 -1
package/i18n/norwegian.js
CHANGED
package/i18n/norwegian.min.js
CHANGED
package/i18n/persian.js
CHANGED
package/i18n/persian.min.js
CHANGED
package/i18n/polish.js
CHANGED
package/i18n/polish.min.js
CHANGED
package/i18n/portuguese.js
CHANGED
package/i18n/portuguese.min.js
CHANGED
package/i18n/russian.js
CHANGED
package/i18n/russian.min.js
CHANGED
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.138",
|
|
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.138"
|
|
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.138
|
|
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.138
|
|
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
|
|
@@ -5708,6 +5708,18 @@ button.spg-action-button--large {
|
|
|
5708
5708
|
border-right: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
5709
5709
|
box-sizing: border-box;
|
|
5710
5710
|
}
|
|
5711
|
+
.spg-root-modern .sd-row--fade-out,
|
|
5712
|
+
.spg-root-modern .sd-row--fade-in {
|
|
5713
|
+
animation: none;
|
|
5714
|
+
}
|
|
5715
|
+
.spg-root-modern .sd-element-wrapper--fade-out,
|
|
5716
|
+
.spg-root-modern .sd-element-wrapper--fade-in {
|
|
5717
|
+
animation: none;
|
|
5718
|
+
}
|
|
5719
|
+
.spg-root-modern .sd-element__content--fade-in,
|
|
5720
|
+
.spg-root-modern .sd-element__content--fade-out {
|
|
5721
|
+
animation: none;
|
|
5722
|
+
}
|
|
5711
5723
|
|
|
5712
5724
|
.spg-container {
|
|
5713
5725
|
width: 100%;
|
|
@@ -5718,18 +5730,6 @@ button.spg-action-button--large {
|
|
|
5718
5730
|
-o-transition: none !important;
|
|
5719
5731
|
transition: none !important;
|
|
5720
5732
|
}
|
|
5721
|
-
.spg-container .sd-row--fade-out,
|
|
5722
|
-
.spg-container .sd-row--fade-in {
|
|
5723
|
-
animation: none;
|
|
5724
|
-
}
|
|
5725
|
-
.spg-container .sd-element-wrapper--fade-out,
|
|
5726
|
-
.spg-container .sd-element-wrapper--fade-in {
|
|
5727
|
-
animation: none;
|
|
5728
|
-
}
|
|
5729
|
-
.spg-container .sd-element__content--fade-in,
|
|
5730
|
-
.spg-container .sd-element__content--fade-out {
|
|
5731
|
-
animation: none;
|
|
5732
|
-
}
|
|
5733
5733
|
|
|
5734
5734
|
.spg-container.spg-container_search {
|
|
5735
5735
|
height: 100%;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.138
|
|
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
|
|
@@ -5482,6 +5482,18 @@ button.spg-action-button--large {
|
|
|
5482
5482
|
border-right: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
5483
5483
|
box-sizing: border-box;
|
|
5484
5484
|
}
|
|
5485
|
+
.spg-root-modern .sd-row--fade-out,
|
|
5486
|
+
.spg-root-modern .sd-row--fade-in {
|
|
5487
|
+
animation: none;
|
|
5488
|
+
}
|
|
5489
|
+
.spg-root-modern .sd-element-wrapper--fade-out,
|
|
5490
|
+
.spg-root-modern .sd-element-wrapper--fade-in {
|
|
5491
|
+
animation: none;
|
|
5492
|
+
}
|
|
5493
|
+
.spg-root-modern .sd-element__content--fade-in,
|
|
5494
|
+
.spg-root-modern .sd-element__content--fade-out {
|
|
5495
|
+
animation: none;
|
|
5496
|
+
}
|
|
5485
5497
|
|
|
5486
5498
|
.spg-container {
|
|
5487
5499
|
width: 100%;
|
|
@@ -5492,18 +5504,6 @@ button.spg-action-button--large {
|
|
|
5492
5504
|
-o-transition: none !important;
|
|
5493
5505
|
transition: none !important;
|
|
5494
5506
|
}
|
|
5495
|
-
.spg-container .sd-row--fade-out,
|
|
5496
|
-
.spg-container .sd-row--fade-in {
|
|
5497
|
-
animation: none;
|
|
5498
|
-
}
|
|
5499
|
-
.spg-container .sd-element-wrapper--fade-out,
|
|
5500
|
-
.spg-container .sd-element-wrapper--fade-in {
|
|
5501
|
-
animation: none;
|
|
5502
|
-
}
|
|
5503
|
-
.spg-container .sd-element__content--fade-in,
|
|
5504
|
-
.spg-container .sd-element__content--fade-out {
|
|
5505
|
-
animation: none;
|
|
5506
|
-
}
|
|
5507
5507
|
|
|
5508
5508
|
.spg-container.spg-container_search {
|
|
5509
5509
|
height: 100%;
|