survey-creator-core 1.9.106 → 1.9.108
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 +182 -13
- package/survey-creator-core.fontless.css +181 -12
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +12 -12
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js +1 -1
- package/survey-creator-core.js +14329 -9576
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +13 -13
- package/survey-creator-core.min.js +173 -3
- package/typings/components/action-container-view-model.d.ts +7 -1
- package/typings/components/matrix-cell.d.ts +1 -1
- package/typings/components/page.d.ts +1 -0
- package/typings/components/question-image.d.ts +1 -0
- package/typings/components/tabs/logic-theme.d.ts +3 -0
- package/typings/components/tabs/test.d.ts +1 -0
- package/typings/components/tabs/theme-builder.d.ts +81 -0
- package/typings/components/tabs/theme-plugin.d.ts +24 -12
- package/typings/components/tabs/theme.d.ts +100 -100
- package/typings/components/tabs/themes.d.ts +26 -0
- package/typings/creator-base.d.ts +11 -8
- package/typings/creator-settings.d.ts +2 -2
- package/typings/custom-questions/question-color.d.ts +2 -1
- package/typings/editorLocalization.d.ts +2 -0
- package/typings/entries/index.d.ts +2 -1
- package/typings/localization/english.d.ts +2 -0
- package/typings/property-grid/index.d.ts +4 -0
- package/typings/property-grid-theme/property-grid.d.ts +1 -0
- package/typings/survey-elements.d.ts +2 -0
- package/typings/survey-helper.d.ts +3 -1
- package/typings/toolbox.d.ts +0 -1
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.108",
|
|
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.108"
|
|
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.108
|
|
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.108
|
|
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
|
|
@@ -1269,6 +1269,10 @@ td.st-table__cell:first-of-type span {
|
|
|
1269
1269
|
padding: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1270
1270
|
}
|
|
1271
1271
|
|
|
1272
|
+
.sv-popup--overlay .svc-logic-placeholder {
|
|
1273
|
+
width: initial;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1272
1276
|
.svc-logic-placeholder__text {
|
|
1273
1277
|
font-family: var(--font-family);
|
|
1274
1278
|
font-style: normal;
|
|
@@ -1284,6 +1288,13 @@ td.st-table__cell:first-of-type span {
|
|
|
1284
1288
|
.svc-logic-tab__leave-apply-button {
|
|
1285
1289
|
background-color: var(--sjs-special-red, var(--red, #e60a3e));
|
|
1286
1290
|
}
|
|
1291
|
+
|
|
1292
|
+
.sl-list .sv-list__filter {
|
|
1293
|
+
padding-top: 0;
|
|
1294
|
+
}
|
|
1295
|
+
.sl-list .sv-list__filter-icon {
|
|
1296
|
+
top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1297
|
+
}
|
|
1287
1298
|
svc-tab-designer {
|
|
1288
1299
|
width: 100%;
|
|
1289
1300
|
height: 100%;
|
|
@@ -1329,7 +1340,6 @@ svc-tab-designer {
|
|
|
1329
1340
|
}
|
|
1330
1341
|
.svc-tab-designer .sd-container-modern.sd-container-modern--responsive {
|
|
1331
1342
|
max-width: initial;
|
|
1332
|
-
padding: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1333
1343
|
}
|
|
1334
1344
|
.svc-tab-designer .sd-question.sd-question--image {
|
|
1335
1345
|
width: 100%;
|
|
@@ -1366,6 +1376,9 @@ svc-tab-designer {
|
|
|
1366
1376
|
.svc-designer-placeholder-page .svc-row--ghost {
|
|
1367
1377
|
display: none;
|
|
1368
1378
|
}
|
|
1379
|
+
.svc-creator--mobile .svc-tab-designer {
|
|
1380
|
+
overflow-y: overlay;
|
|
1381
|
+
}
|
|
1369
1382
|
.svc-creator--mobile .sd-root-modern {
|
|
1370
1383
|
--sd-base-padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1371
1384
|
--sd-base-vertical-padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -1387,12 +1400,18 @@ svc-tab-designer {
|
|
|
1387
1400
|
padding-right: 0;
|
|
1388
1401
|
border: 0;
|
|
1389
1402
|
}
|
|
1403
|
+
.svc-creator--mobile .svc-page__content .sd-page__title {
|
|
1404
|
+
margin: 0;
|
|
1405
|
+
}
|
|
1406
|
+
.svc-creator--mobile .svc-page__content.svc-page__content--selected .sd-page__title {
|
|
1407
|
+
margin: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0 0 0;
|
|
1408
|
+
}
|
|
1390
1409
|
.svc-creator--mobile .svc-page__content .sd-page {
|
|
1391
|
-
padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(
|
|
1410
|
+
padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1392
1411
|
}
|
|
1393
1412
|
.svc-creator--mobile .svc-page__content .svc-page__footer {
|
|
1394
|
-
margin-left: calc(
|
|
1395
|
-
margin-right: calc(
|
|
1413
|
+
margin-left: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1414
|
+
margin-right: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1396
1415
|
}
|
|
1397
1416
|
.svc-creator--mobile .svc-question__content {
|
|
1398
1417
|
padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -1404,7 +1423,7 @@ svc-tab-designer {
|
|
|
1404
1423
|
justify-content: initial;
|
|
1405
1424
|
}
|
|
1406
1425
|
.svc-creator--mobile .svc-tab-designer .sd-title.sd-container-modern__title {
|
|
1407
|
-
padding: calc(
|
|
1426
|
+
padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1408
1427
|
flex-direction: column-reverse;
|
|
1409
1428
|
align-items: flex-start;
|
|
1410
1429
|
}
|
|
@@ -1413,6 +1432,7 @@ svc-tab-designer {
|
|
|
1413
1432
|
}
|
|
1414
1433
|
.svc-creator--mobile .svc-tab-designer .sd-title.sd-container-modern__title .svc-logo-image-placeholder {
|
|
1415
1434
|
margin-left: calc(-2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1435
|
+
margin-top: calc(-2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1416
1436
|
}
|
|
1417
1437
|
.svc-creator--mobile .svc-tab-designer .sd-title.sd-container-modern__title h3 {
|
|
1418
1438
|
margin: 0;
|
|
@@ -1423,7 +1443,8 @@ svc-tab-designer {
|
|
|
1423
1443
|
margin: 0;
|
|
1424
1444
|
}
|
|
1425
1445
|
.svc-creator--mobile .svc-tab-designer .sd-container-modern {
|
|
1426
|
-
min-width: calc(
|
|
1446
|
+
min-width: calc(43 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1447
|
+
padding: 0;
|
|
1427
1448
|
}
|
|
1428
1449
|
.svc-creator--mobile .svc-properties-wrapper {
|
|
1429
1450
|
width: 100%;
|
|
@@ -1705,6 +1726,10 @@ survey-creator ::-webkit-scrollbar-thumb:hover,
|
|
|
1705
1726
|
top: initial;
|
|
1706
1727
|
bottom: calc(-0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1707
1728
|
}
|
|
1729
|
+
|
|
1730
|
+
.sv-list__filter {
|
|
1731
|
+
margin-bottom: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1732
|
+
}
|
|
1708
1733
|
.sd-element__title .svc-string-editor {
|
|
1709
1734
|
display: inline-block;
|
|
1710
1735
|
max-width: 100%;
|
|
@@ -2171,7 +2196,7 @@ svc-page {
|
|
|
2171
2196
|
.svc-creator .svc-page .svc-page__content--selected.svc-page__content--selected,
|
|
2172
2197
|
.svc-creator .svc-page .svc-page__content--selected:focus.svc-page__content--selected,
|
|
2173
2198
|
.svc-hovered.svc-page__content--selected {
|
|
2174
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2199
|
+
box-shadow: 0 0 0 2px inset var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2175
2200
|
background: var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1));
|
|
2176
2201
|
}
|
|
2177
2202
|
.svc-creator .svc-page .svc-page__content--selected.svc-page__content--selected .svc-page__content-actions,
|
|
@@ -2920,10 +2945,10 @@ svc-question .sv-action-bar,
|
|
|
2920
2945
|
display: flex;
|
|
2921
2946
|
}
|
|
2922
2947
|
|
|
2923
|
-
.svc-question__content--image:not(.svc-question__content--empty) {
|
|
2948
|
+
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) {
|
|
2924
2949
|
padding: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px))) 0 calc(8 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
|
|
2925
2950
|
}
|
|
2926
|
-
.svc-question__content--image:not(.svc-question__content--empty) .sd-image__image {
|
|
2951
|
+
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) .sd-image__image {
|
|
2927
2952
|
border-radius: 0;
|
|
2928
2953
|
}
|
|
2929
2954
|
|
|
@@ -2935,6 +2960,25 @@ svc-question .sv-action-bar,
|
|
|
2935
2960
|
.svc-question__content--image.svc-question__content--empty .sd-question--image {
|
|
2936
2961
|
display: none;
|
|
2937
2962
|
}
|
|
2963
|
+
|
|
2964
|
+
.svc-question__content--loading .sd-image {
|
|
2965
|
+
display: none;
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
.svc-image-question__loading-placeholder {
|
|
2969
|
+
position: relative;
|
|
2970
|
+
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
|
2971
|
+
width: 100%;
|
|
2972
|
+
height: calc(27.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2973
|
+
border: 1px dashed var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
|
2974
|
+
}
|
|
2975
|
+
|
|
2976
|
+
.svc-image-question__loading {
|
|
2977
|
+
position: absolute;
|
|
2978
|
+
top: 50%;
|
|
2979
|
+
left: 50%;
|
|
2980
|
+
transform: translate(-50%, -50%);
|
|
2981
|
+
}
|
|
2938
2982
|
.svc-rating-question-controls {
|
|
2939
2983
|
position: absolute;
|
|
2940
2984
|
}
|
|
@@ -2951,6 +2995,25 @@ svc-question .sv-action-bar,
|
|
|
2951
2995
|
margin-inline-start: calc(9 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2952
2996
|
width: calc(100% - 9 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2953
2997
|
}
|
|
2998
|
+
.svc-question__content .sd-rating.sd-rating--wrappable fieldset {
|
|
2999
|
+
min-width: 0;
|
|
3000
|
+
}
|
|
3001
|
+
.svc-question__content .sd-rating .sd-rating__item-text {
|
|
3002
|
+
max-width: 100%;
|
|
3003
|
+
}
|
|
3004
|
+
.svc-question__content .sd-rating .sd-rating__item-text .sv-string-editor:focus-within {
|
|
3005
|
+
white-space: nowrap;
|
|
3006
|
+
}
|
|
3007
|
+
.svc-question__content .sd-rating .svc-string-editor__content {
|
|
3008
|
+
width: 100%;
|
|
3009
|
+
}
|
|
3010
|
+
.svc-question__content .sd-rating .svc-string-editor__content .sv-string-editor {
|
|
3011
|
+
text-overflow: ellipsis;
|
|
3012
|
+
overflow: hidden;
|
|
3013
|
+
}
|
|
3014
|
+
.svc-question__content .sd-rating .svc-string-editor__content .sv-string-editor:focus-within {
|
|
3015
|
+
text-overflow: initial;
|
|
3016
|
+
}
|
|
2954
3017
|
.svc-question__content .sd-question--table .sd-rating {
|
|
2955
3018
|
margin-inline-start: 0;
|
|
2956
3019
|
width: fit-content;
|
|
@@ -2966,6 +3029,26 @@ svc-question .sv-action-bar,
|
|
|
2966
3029
|
width: unset;
|
|
2967
3030
|
padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2968
3031
|
}
|
|
3032
|
+
|
|
3033
|
+
.svc-creator--mobile .svc-rating-question-content {
|
|
3034
|
+
position: relative;
|
|
3035
|
+
}
|
|
3036
|
+
.svc-creator--mobile .svc-rating-question-controls {
|
|
3037
|
+
position: absolute;
|
|
3038
|
+
top: 0;
|
|
3039
|
+
}
|
|
3040
|
+
.svc-creator--mobile .svc-question__content .sd-rating {
|
|
3041
|
+
margin-inline-start: 0;
|
|
3042
|
+
width: 100%;
|
|
3043
|
+
}
|
|
3044
|
+
.svc-creator--mobile .svc-question__content legend + .sd-rating__item, .svc-creator--mobile .svc-question__content legend + sv-ng-rating-item + .sd-rating__item,
|
|
3045
|
+
.svc-creator--mobile .svc-question__content legend + .sd-rating__item-smiley, .svc-creator--mobile .svc-question__content legend + sv-ng-rating-item-smiley + .sd-rating__item-smiley {
|
|
3046
|
+
margin-inline-start: calc(9 * var(--sjs-base-unit, var(--base-unit, 8px)) + 2px);
|
|
3047
|
+
}
|
|
3048
|
+
.svc-creator--mobile .svc-question__content legend + .sd-rating__item-text,
|
|
3049
|
+
.svc-creator--mobile .svc-question__content legend + .sd-rating__item-star, .svc-creator--mobile .svc-question__content legend + sv-ng-rating-item-star + .sd-rating__item-star {
|
|
3050
|
+
margin-inline-start: calc(9 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3051
|
+
}
|
|
2969
3052
|
.svc-item-value-wrapper {
|
|
2970
3053
|
position: relative;
|
|
2971
3054
|
display: flex;
|
|
@@ -2984,9 +3067,14 @@ svc-question .sv-action-bar,
|
|
|
2984
3067
|
padding-right: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2985
3068
|
}
|
|
2986
3069
|
|
|
2987
|
-
.svc-question__content .sd-selectbase__column
|
|
3070
|
+
.svc-question__content .sd-selectbase__column {
|
|
2988
3071
|
margin-left: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2989
3072
|
}
|
|
3073
|
+
.svc-question__content .sd-selectbase--mobile .sd-selectbase__column,
|
|
3074
|
+
.svc-question__content .sd-selectbase__column:first-of-type,
|
|
3075
|
+
.svc-question__content .sd-imagepicker__column {
|
|
3076
|
+
margin-left: 0;
|
|
3077
|
+
}
|
|
2990
3078
|
.svc-question__content .sd-selectbase__column:not(:last-child) {
|
|
2991
3079
|
padding-right: 0;
|
|
2992
3080
|
}
|
|
@@ -3097,6 +3185,13 @@ svc-question .sv-action-bar,
|
|
|
3097
3185
|
}
|
|
3098
3186
|
.sv-ranking .svc-item-value__item {
|
|
3099
3187
|
padding-right: 0;
|
|
3188
|
+
flex-grow: 1;
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3191
|
+
.svc-question__content .svc-item-value__item .sv-ranking-item__text {
|
|
3192
|
+
flex-grow: 1;
|
|
3193
|
+
width: 0;
|
|
3194
|
+
max-width: fit-content;
|
|
3100
3195
|
}
|
|
3101
3196
|
|
|
3102
3197
|
.svc-item-value__item .sv-ranking-item__content {
|
|
@@ -3108,6 +3203,17 @@ svc-question .sv-action-bar,
|
|
|
3108
3203
|
.svc-item-value__item .sv-ranking-item__text {
|
|
3109
3204
|
overflow: visible;
|
|
3110
3205
|
}
|
|
3206
|
+
.svc-item-value__item .svc-string-editor {
|
|
3207
|
+
width: 100%;
|
|
3208
|
+
display: inline-block;
|
|
3209
|
+
}
|
|
3210
|
+
.svc-item-value__item .svc-string-editor__content {
|
|
3211
|
+
width: 100%;
|
|
3212
|
+
}
|
|
3213
|
+
.svc-item-value__item .sv-string-editor {
|
|
3214
|
+
text-overflow: ellipsis;
|
|
3215
|
+
overflow: hidden;
|
|
3216
|
+
}
|
|
3111
3217
|
|
|
3112
3218
|
.svc-item-value--ghost .svc-item-value__ghost {
|
|
3113
3219
|
display: block;
|
|
@@ -3154,6 +3260,49 @@ svc-question .sv-action-bar,
|
|
|
3154
3260
|
position: absolute;
|
|
3155
3261
|
left: 35px;
|
|
3156
3262
|
}
|
|
3263
|
+
|
|
3264
|
+
.svc-creator--mobile .svc-tab-designer .svc-question__content--ranking [data-sv-drop-target-item-value] .svc-item-value-controls,
|
|
3265
|
+
.svc-creator--mobile .svc-tab-designer .sd-selectbase [data-sv-drop-target-item-value] .svc-item-value-controls,
|
|
3266
|
+
.svc-creator--mobile .svc-tab-designer .svc-question__dropdown-choices [data-sv-drop-target-item-value] .svc-item-value-controls {
|
|
3267
|
+
min-width: initial;
|
|
3268
|
+
}
|
|
3269
|
+
.svc-creator--mobile .svc-tab-designer .svc-question__content--ranking:not([data-sv-drop-target-item-value]) .svc-item-value-controls,
|
|
3270
|
+
.svc-creator--mobile .svc-tab-designer .sd-selectbase:not([data-sv-drop-target-item-value]) .svc-item-value-controls,
|
|
3271
|
+
.svc-creator--mobile .svc-tab-designer .svc-question__dropdown-choices:not([data-sv-drop-target-item-value]) .svc-item-value-controls {
|
|
3272
|
+
min-width: 64px;
|
|
3273
|
+
}
|
|
3274
|
+
.svc-creator--mobile .svc-tab-designer .svc-question__content--ranking .svc-item-value-controls__drag,
|
|
3275
|
+
.svc-creator--mobile .svc-tab-designer .sd-selectbase .svc-item-value-controls__drag,
|
|
3276
|
+
.svc-creator--mobile .svc-tab-designer .svc-question__dropdown-choices .svc-item-value-controls__drag {
|
|
3277
|
+
padding-right: 0;
|
|
3278
|
+
}
|
|
3279
|
+
.svc-creator--mobile .svc-tab-designer .svc-question__content--ranking .svc-item-value-controls__drag-icon,
|
|
3280
|
+
.svc-creator--mobile .svc-tab-designer .sd-selectbase .svc-item-value-controls__drag-icon,
|
|
3281
|
+
.svc-creator--mobile .svc-tab-designer .svc-question__dropdown-choices .svc-item-value-controls__drag-icon {
|
|
3282
|
+
visibility: visible;
|
|
3283
|
+
}
|
|
3284
|
+
.svc-creator--mobile .svc-tab-designer .svc-question__content--ranking .svc-item-value-wrapper,
|
|
3285
|
+
.svc-creator--mobile .svc-tab-designer .sd-selectbase .svc-item-value-wrapper,
|
|
3286
|
+
.svc-creator--mobile .svc-tab-designer .svc-question__dropdown-choices .svc-item-value-wrapper {
|
|
3287
|
+
margin-left: calc(-3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3288
|
+
}
|
|
3289
|
+
|
|
3290
|
+
.svc-creator--touch:not(.svc-creator--mobile) .svc-tab-designer .svc-question__content--ranking .svc-item-value-controls__drag-icon,
|
|
3291
|
+
.svc-creator--touch:not(.svc-creator--mobile) .svc-tab-designer .sd-selectbase .svc-item-value-controls__drag-icon,
|
|
3292
|
+
.svc-creator--touch:not(.svc-creator--mobile) .svc-tab-designer .svc-question__dropdown-choices .svc-item-value-controls__drag-icon {
|
|
3293
|
+
visibility: visible;
|
|
3294
|
+
}
|
|
3295
|
+
.svc-creator--touch:not(.svc-creator--mobile) .svc-tab-designer .svc-question__content--ranking .svc-item-value-wrapper,
|
|
3296
|
+
.svc-creator--touch:not(.svc-creator--mobile) .svc-tab-designer .sd-selectbase .svc-item-value-wrapper,
|
|
3297
|
+
.svc-creator--touch:not(.svc-creator--mobile) .svc-tab-designer .svc-question__dropdown-choices .svc-item-value-wrapper {
|
|
3298
|
+
margin-left: calc(-6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3299
|
+
}
|
|
3300
|
+
.svc-creator--touch:not(.svc-creator--mobile) .svc-tab-designer .svc-question__content--ranking .svc-item-value-controls__drag,
|
|
3301
|
+
.svc-creator--touch:not(.svc-creator--mobile) .svc-tab-designer .sd-selectbase .svc-item-value-controls__drag,
|
|
3302
|
+
.svc-creator--touch:not(.svc-creator--mobile) .svc-tab-designer .svc-question__dropdown-choices .svc-item-value-controls__drag {
|
|
3303
|
+
padding-left: 0;
|
|
3304
|
+
padding-right: 0;
|
|
3305
|
+
}
|
|
3157
3306
|
.svc-image-item-value-wrapper {
|
|
3158
3307
|
display: inline-block;
|
|
3159
3308
|
position: relative;
|
|
@@ -3246,6 +3395,13 @@ svc-question .sv-action-bar,
|
|
|
3246
3395
|
.svc-image-item-value--single .sd-imagepicker__image {
|
|
3247
3396
|
height: calc(30 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3248
3397
|
}
|
|
3398
|
+
|
|
3399
|
+
.svc-image-item-value__loading {
|
|
3400
|
+
position: absolute;
|
|
3401
|
+
top: 50%;
|
|
3402
|
+
left: 50%;
|
|
3403
|
+
transform: translate(-50%, -50%);
|
|
3404
|
+
}
|
|
3249
3405
|
.svc-matrix-cell {
|
|
3250
3406
|
position: relative;
|
|
3251
3407
|
}
|
|
@@ -3433,6 +3589,14 @@ svc-question .sv-action-bar,
|
|
|
3433
3589
|
right: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3434
3590
|
}
|
|
3435
3591
|
|
|
3592
|
+
.svc-logo-image__loading {
|
|
3593
|
+
width: calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3594
|
+
height: calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3595
|
+
padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3596
|
+
box-sizing: border-box;
|
|
3597
|
+
margin-right: calc(-2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3598
|
+
}
|
|
3599
|
+
|
|
3436
3600
|
.svc-logo-image-placeholder {
|
|
3437
3601
|
font-size: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3438
3602
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
@@ -4808,7 +4972,8 @@ button.spg-action-button--large {
|
|
|
4808
4972
|
height: 1px;
|
|
4809
4973
|
width: 1px;
|
|
4810
4974
|
overflow: hidden;
|
|
4811
|
-
clip: rect(1px 1px 1px 1px);
|
|
4975
|
+
clip: rect(1px 1px 1px 1px);
|
|
4976
|
+
/* IE6, IE7 */
|
|
4812
4977
|
clip: rect(1px, 1px, 1px, 1px);
|
|
4813
4978
|
left: 0;
|
|
4814
4979
|
top: 100%;
|
|
@@ -4848,6 +5013,10 @@ button.spg-action-button--large {
|
|
|
4848
5013
|
opacity: 0.25;
|
|
4849
5014
|
}
|
|
4850
5015
|
|
|
5016
|
+
.spg-color-editor__color-swatch--default .sv-svg-icon {
|
|
5017
|
+
opacity: 1;
|
|
5018
|
+
}
|
|
5019
|
+
|
|
4851
5020
|
.spg-color-editor .spg-input__edit-button + * {
|
|
4852
5021
|
margin-inline-end: calc(-0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4853
5022
|
}
|