survey-creator-core 1.9.112 → 1.9.113
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/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 +6 -9
- package/survey-creator-core.fontless.css +5 -8
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +4 -4
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js +1 -1
- package/survey-creator-core.js +618 -533
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +5 -5
- package/survey-creator-core.min.js +45 -45
- package/typings/components/tabs/json-editor-plugin.d.ts +12 -2
- package/typings/components/tabs/test.d.ts +2 -0
- package/typings/components/tabs/theme-builder.d.ts +22 -2
- package/typings/components/tabs/theme-custom-questions/element-settings.d.ts +4 -4
- package/typings/components/tabs/theme-custom-questions/font-settings.d.ts +4 -4
- package/typings/components/tabs/theme-plugin.d.ts +6 -3
- package/typings/creator-base.d.ts +167 -137
- package/typings/creator-options.d.ts +0 -6
- package/typings/creator-settings.d.ts +3 -0
- package/typings/custom-questions/question-file.d.ts +3 -0
- package/typings/editorLocalization.d.ts +5 -1
- package/typings/localization/english.d.ts +4 -1
- package/typings/plugins/undo-redo/undo-redo-controller.d.ts +0 -10
- package/typings/property-grid-theme/property-grid.d.ts +1 -0
- package/typings/survey-helper.d.ts +6 -6
- package/typings/utils/utils.d.ts +1 -0
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.113",
|
|
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.113"
|
|
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.113
|
|
3
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
|
|
@@ -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.113
|
|
229
229
|
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
230
230
|
* Github: https://github.com/surveyjs/survey-creator
|
|
231
231
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -1331,6 +1331,10 @@ td.st-table__cell:first-of-type span {
|
|
|
1331
1331
|
.sl-list .sv-list__filter-icon {
|
|
1332
1332
|
top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1333
1333
|
}
|
|
1334
|
+
|
|
1335
|
+
.sv-popup--dropdown-overlay .sv-list__filter {
|
|
1336
|
+
padding-top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1337
|
+
}
|
|
1334
1338
|
svc-tab-designer {
|
|
1335
1339
|
width: 100%;
|
|
1336
1340
|
height: 100%;
|
|
@@ -1764,10 +1768,6 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
|
|
|
1764
1768
|
top: initial;
|
|
1765
1769
|
bottom: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1766
1770
|
}
|
|
1767
|
-
|
|
1768
|
-
.sv-list__filter {
|
|
1769
|
-
margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
1770
|
-
}
|
|
1771
1771
|
.sd-element__title .svc-string-editor {
|
|
1772
1772
|
display: inline-block;
|
|
1773
1773
|
max-width: 100%;
|
|
@@ -5181,9 +5181,6 @@ button.spg-action-button--large {
|
|
|
5181
5181
|
box-sizing: border-box;
|
|
5182
5182
|
}
|
|
5183
5183
|
|
|
5184
|
-
.sv-popup--modal {
|
|
5185
|
-
padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5186
|
-
}
|
|
5187
5184
|
.sv-popup--modal.sv-property-editor .sv-popup__container .sv-popup_shadow {
|
|
5188
5185
|
background-color: transparent;
|
|
5189
5186
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.113
|
|
3
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
|
|
@@ -1105,6 +1105,10 @@ td.st-table__cell:first-of-type span {
|
|
|
1105
1105
|
.sl-list .sv-list__filter-icon {
|
|
1106
1106
|
top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1107
1107
|
}
|
|
1108
|
+
|
|
1109
|
+
.sv-popup--dropdown-overlay .sv-list__filter {
|
|
1110
|
+
padding-top: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1111
|
+
}
|
|
1108
1112
|
svc-tab-designer {
|
|
1109
1113
|
width: 100%;
|
|
1110
1114
|
height: 100%;
|
|
@@ -1538,10 +1542,6 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
|
|
|
1538
1542
|
top: initial;
|
|
1539
1543
|
bottom: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1540
1544
|
}
|
|
1541
|
-
|
|
1542
|
-
.sv-list__filter {
|
|
1543
|
-
margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
1544
|
-
}
|
|
1545
1545
|
.sd-element__title .svc-string-editor {
|
|
1546
1546
|
display: inline-block;
|
|
1547
1547
|
max-width: 100%;
|
|
@@ -4955,9 +4955,6 @@ button.spg-action-button--large {
|
|
|
4955
4955
|
box-sizing: border-box;
|
|
4956
4956
|
}
|
|
4957
4957
|
|
|
4958
|
-
.sv-popup--modal {
|
|
4959
|
-
padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4960
|
-
}
|
|
4961
4958
|
.sv-popup--modal.sv-property-editor .sv-popup__container .sv-popup_shadow {
|
|
4962
4959
|
background-color: transparent;
|
|
4963
4960
|
}
|