survey-creator-core 1.9.103 → 1.9.104
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/package.json +2 -2
- package/survey-creator-core.css +12 -6
- package/survey-creator-core.fontless.css +11 -5
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +3 -3
- package/survey-creator-core.i18n.js +4 -4
- package/survey-creator-core.i18n.js.map +1 -1
- package/survey-creator-core.i18n.min.js +2 -2
- package/survey-creator-core.js +50 -12
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +4 -4
- package/survey-creator-core.min.js +2 -2
- package/typings/components/tabs/logic-theme.d.ts +1 -0
- package/typings/components/tabs/theme-custom-questions/font-settings.d.ts +1 -1
- package/typings/components/tabs/translation-theme.d.ts +6 -0
- package/typings/editorLocalization.d.ts +1 -0
- package/typings/localization/english.d.ts +1 -0
- package/typings/questionconverter.d.ts +1 -0
package/fonts.fontless.css
CHANGED
package/fonts.fontless.min.css
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.104",
|
|
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.104"
|
|
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.104
|
|
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.104
|
|
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
|
|
@@ -1847,12 +1847,12 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
|
|
|
1847
1847
|
width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1848
1848
|
}
|
|
1849
1849
|
|
|
1850
|
-
.sd-table__cell--
|
|
1850
|
+
.sd-table__cell--column-title .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected {
|
|
1851
1851
|
border: calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
1852
1852
|
border-radius: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1853
1853
|
display: block;
|
|
1854
1854
|
}
|
|
1855
|
-
.sd-table__cell--
|
|
1855
|
+
.sd-table__cell--column-title .svc-string-editor:focus-within .svc-string-editor__border {
|
|
1856
1856
|
display: none;
|
|
1857
1857
|
}
|
|
1858
1858
|
|
|
@@ -3188,8 +3188,11 @@ svc-question .sv-action-bar,
|
|
|
3188
3188
|
position: relative;
|
|
3189
3189
|
}
|
|
3190
3190
|
|
|
3191
|
-
.sd-table
|
|
3192
|
-
padding: calc(1
|
|
3191
|
+
.svc-question__adorner .sd-table .sd-table__cell--column-title {
|
|
3192
|
+
padding: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3193
|
+
}
|
|
3194
|
+
.svc-question__adorner .sd-table .sd-table__cell--column-title .svc-matrix-cell {
|
|
3195
|
+
padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3193
3196
|
}
|
|
3194
3197
|
|
|
3195
3198
|
.svc-matrix-cell--selected {
|
|
@@ -3256,6 +3259,9 @@ svc-question .sv-action-bar,
|
|
|
3256
3259
|
user-select: none;
|
|
3257
3260
|
}
|
|
3258
3261
|
|
|
3262
|
+
.svc-question__content .sd-table__cell--detail-panel {
|
|
3263
|
+
padding-left: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3264
|
+
}
|
|
3259
3265
|
.svc-question__content .sd-table__cell--detail-panel .svc-question__adorner {
|
|
3260
3266
|
z-index: 13;
|
|
3261
3267
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.104
|
|
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
|
|
@@ -1621,12 +1621,12 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
|
|
|
1621
1621
|
width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1622
1622
|
}
|
|
1623
1623
|
|
|
1624
|
-
.sd-table__cell--
|
|
1624
|
+
.sd-table__cell--column-title .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected {
|
|
1625
1625
|
border: calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
1626
1626
|
border-radius: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1627
1627
|
display: block;
|
|
1628
1628
|
}
|
|
1629
|
-
.sd-table__cell--
|
|
1629
|
+
.sd-table__cell--column-title .svc-string-editor:focus-within .svc-string-editor__border {
|
|
1630
1630
|
display: none;
|
|
1631
1631
|
}
|
|
1632
1632
|
|
|
@@ -2962,8 +2962,11 @@ svc-question .sv-action-bar,
|
|
|
2962
2962
|
position: relative;
|
|
2963
2963
|
}
|
|
2964
2964
|
|
|
2965
|
-
.sd-table
|
|
2966
|
-
padding: calc(1
|
|
2965
|
+
.svc-question__adorner .sd-table .sd-table__cell--column-title {
|
|
2966
|
+
padding: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2967
|
+
}
|
|
2968
|
+
.svc-question__adorner .sd-table .sd-table__cell--column-title .svc-matrix-cell {
|
|
2969
|
+
padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2967
2970
|
}
|
|
2968
2971
|
|
|
2969
2972
|
.svc-matrix-cell--selected {
|
|
@@ -3030,6 +3033,9 @@ svc-question .sv-action-bar,
|
|
|
3030
3033
|
user-select: none;
|
|
3031
3034
|
}
|
|
3032
3035
|
|
|
3036
|
+
.svc-question__content .sd-table__cell--detail-panel {
|
|
3037
|
+
padding-left: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3038
|
+
}
|
|
3033
3039
|
.svc-question__content .sd-table__cell--detail-panel .svc-question__adorner {
|
|
3034
3040
|
z-index: 13;
|
|
3035
3041
|
}
|