survey-creator-core 1.9.104 → 1.9.106
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 +122 -48
- package/survey-creator-core.fontless.css +121 -47
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +8 -8
- package/survey-creator-core.i18n.js +1432 -99
- package/survey-creator-core.i18n.js.map +1 -1
- package/survey-creator-core.i18n.min.js +2 -2
- package/survey-creator-core.js +743 -381
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +9 -9
- package/survey-creator-core.min.js +2 -2
- package/typings/components/page-navigator/page-navigator.d.ts +1 -0
- package/typings/components/question-image.d.ts +1 -0
- package/typings/components/side-bar/side-bar-model.d.ts +1 -0
- package/typings/components/string-editor.d.ts +2 -1
- package/typings/components/tabs/json-editor-plugin.d.ts +1 -0
- package/typings/components/tabs/logic-theme.d.ts +1 -0
- package/typings/components/tabs/test-plugin.d.ts +0 -1
- package/typings/components/tabs/test.d.ts +2 -1
- package/typings/components/tabs/theme-plugin.d.ts +0 -1
- package/typings/components/tabs/theme.d.ts +2 -0
- package/typings/components/tabs/translation.d.ts +15 -6
- package/typings/creator-base.d.ts +19 -7
- package/typings/custom-questions/question-file.d.ts +1 -0
- package/typings/custom-questions/question-text-with-reset.d.ts +28 -0
- package/typings/editorLocalization.d.ts +4 -0
- package/typings/entries/index.d.ts +1 -0
- package/typings/localization/english.d.ts +3 -0
- package/typings/property-grid/index.d.ts +4 -3
- package/typings/property-grid/matrices.d.ts +0 -2
- package/typings/property-grid-theme/property-grid.d.ts +11 -0
- package/typings/survey-elements.d.ts +2 -1
- package/typings/textWorker.d.ts +1 -0
- package/typings/toolbox.d.ts +2 -0
- package/typings/utils/actions.d.ts +1 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.106
|
|
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
|
|
@@ -293,6 +293,7 @@ svc-tab-json-editor-textarea {
|
|
|
293
293
|
display: flex;
|
|
294
294
|
justify-content: center;
|
|
295
295
|
width: 100%;
|
|
296
|
+
height: 100%;
|
|
296
297
|
}
|
|
297
298
|
|
|
298
299
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
@@ -643,14 +644,28 @@ svc-tab-test {
|
|
|
643
644
|
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
644
645
|
}
|
|
645
646
|
|
|
646
|
-
.st-properties
|
|
647
|
-
|
|
647
|
+
.st-properties {
|
|
648
|
+
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
649
|
+
flex-grow: 1;
|
|
650
|
+
padding-right: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
651
|
+
padding-left: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
652
|
+
padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
648
653
|
}
|
|
649
|
-
.st-properties .spg-
|
|
650
|
-
|
|
654
|
+
.st-properties .spg-table .spg-table__cell:first-of-type {
|
|
655
|
+
width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
651
656
|
}
|
|
652
|
-
.st-properties .spg-
|
|
653
|
-
|
|
657
|
+
.st-properties .spg-table .spg-table__question-wrapper {
|
|
658
|
+
padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
659
|
+
}
|
|
660
|
+
.st-properties .spg-table .spg-table__question-wrapper .spg-checkbox {
|
|
661
|
+
margin: 0;
|
|
662
|
+
}
|
|
663
|
+
.st-properties .spg-table .spg-table__question-wrapper .spg-selectbase__label {
|
|
664
|
+
gap: 0;
|
|
665
|
+
}
|
|
666
|
+
.st-properties .spg-table .spg-checkbox--disabled .spg-checkbox__rectangle,
|
|
667
|
+
.st-properties .spg-table .spg-checkbox--disabled .spg-checkbox__rectangle:hover {
|
|
668
|
+
background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
654
669
|
}
|
|
655
670
|
|
|
656
671
|
.st-no-strings {
|
|
@@ -2002,22 +2017,18 @@ svc-page {
|
|
|
2002
2017
|
margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2003
2018
|
}
|
|
2004
2019
|
|
|
2005
|
-
.svc-row .sd-row--multiple {
|
|
2020
|
+
.svc-row .sd-row.sd-row--multiple {
|
|
2006
2021
|
overflow: auto;
|
|
2007
|
-
|
|
2008
|
-
gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2009
|
-
margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2010
|
-
margin-left: 0;
|
|
2011
|
-
width: 100%;
|
|
2022
|
+
width: calc(100% + 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2012
2023
|
flex-wrap: nowrap;
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2024
|
+
margin-top: 0;
|
|
2025
|
+
padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2026
|
+
padding-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2027
|
+
padding-bottom: 2px;
|
|
2028
|
+
margin-right: calc(-2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2029
|
+
margin-bottom: -2px;
|
|
2019
2030
|
}
|
|
2020
|
-
.svc-row .sd-row--multiple .sd-row--multiple {
|
|
2031
|
+
.svc-row .sd-row.sd-row--multiple .sd-row--multiple {
|
|
2021
2032
|
overflow: unset;
|
|
2022
2033
|
}
|
|
2023
2034
|
|
|
@@ -2027,6 +2038,10 @@ svc-page {
|
|
|
2027
2038
|
border-radius: 0;
|
|
2028
2039
|
padding: 2px;
|
|
2029
2040
|
margin: -2px;
|
|
2041
|
+
width: 100%;
|
|
2042
|
+
}
|
|
2043
|
+
.sd-panel .svc-row .sd-row--multiple > div {
|
|
2044
|
+
padding: 0;
|
|
2030
2045
|
}
|
|
2031
2046
|
|
|
2032
2047
|
.svc-row.svc-row--ghost .svc-question__content {
|
|
@@ -2172,6 +2187,8 @@ svc-question {
|
|
|
2172
2187
|
|
|
2173
2188
|
.svc-panel__placeholder {
|
|
2174
2189
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
2190
|
+
text-wrap: wrap;
|
|
2191
|
+
text-align: center;
|
|
2175
2192
|
}
|
|
2176
2193
|
|
|
2177
2194
|
.svc-question__content-actions {
|
|
@@ -2182,12 +2199,11 @@ svc-question {
|
|
|
2182
2199
|
inset-inline-end: calc(3.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2183
2200
|
}
|
|
2184
2201
|
.svc-question__content-actions .sv-action--convertTo {
|
|
2185
|
-
min-width: calc(13 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2186
2202
|
max-width: max-content;
|
|
2187
2203
|
}
|
|
2188
|
-
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item {
|
|
2204
|
+
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item--icon {
|
|
2189
2205
|
max-width: 100%;
|
|
2190
|
-
|
|
2206
|
+
padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2191
2207
|
}
|
|
2192
2208
|
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title {
|
|
2193
2209
|
overflow: hidden;
|
|
@@ -2196,9 +2212,24 @@ svc-question {
|
|
|
2196
2212
|
display: inline-block;
|
|
2197
2213
|
justify-content: left;
|
|
2198
2214
|
}
|
|
2215
|
+
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title::after {
|
|
2216
|
+
content: " ";
|
|
2217
|
+
display: inline-block;
|
|
2218
|
+
margin-inline-start: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2219
|
+
width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2220
|
+
height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2221
|
+
vertical-align: bottom;
|
|
2222
|
+
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L13 6H3L8 11Z' fill='%23ff9814'/%3E%3C/svg%3E%0A");
|
|
2223
|
+
}
|
|
2224
|
+
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__icon use {
|
|
2225
|
+
fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
2226
|
+
}
|
|
2227
|
+
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__icon:not(:last-child) {
|
|
2228
|
+
display: none;
|
|
2229
|
+
}
|
|
2199
2230
|
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title--with-icon {
|
|
2200
2231
|
margin-inline-start: 0;
|
|
2201
|
-
margin-inline-end:
|
|
2232
|
+
margin-inline-end: 0;
|
|
2202
2233
|
}
|
|
2203
2234
|
.svc-question__content-actions .sv-action--convertTo.sv-action--hidden {
|
|
2204
2235
|
min-width: 0;
|
|
@@ -2206,6 +2237,24 @@ svc-question {
|
|
|
2206
2237
|
.svc-question__content-actions .sv-action--convertTo-last {
|
|
2207
2238
|
margin-inline-end: auto;
|
|
2208
2239
|
}
|
|
2240
|
+
.svc-question__content-actions .sv-dots {
|
|
2241
|
+
width: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2242
|
+
margin-left: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2243
|
+
margin-right: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2244
|
+
}
|
|
2245
|
+
.svc-question__content-actions .sv-dots.sv-action--hidden {
|
|
2246
|
+
width: 0;
|
|
2247
|
+
margin: 0;
|
|
2248
|
+
}
|
|
2249
|
+
.svc-question__content-actions .sv-dots.sv-action--hidden .sv-action__content {
|
|
2250
|
+
display: none;
|
|
2251
|
+
}
|
|
2252
|
+
.svc-question__content-actions .sv-dots .sv-dots__item {
|
|
2253
|
+
margin-left: 0;
|
|
2254
|
+
}
|
|
2255
|
+
.svc-question__content-actions .sv-dots__item use {
|
|
2256
|
+
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2257
|
+
}
|
|
2209
2258
|
|
|
2210
2259
|
.svc-question__content:focus,
|
|
2211
2260
|
.svc-hovered > .svc-question__content {
|
|
@@ -2237,13 +2286,12 @@ svc-question {
|
|
|
2237
2286
|
}
|
|
2238
2287
|
|
|
2239
2288
|
.svc-dragged-element-shortcut {
|
|
2240
|
-
min-width: 100px;
|
|
2241
2289
|
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2242
2290
|
border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2243
2291
|
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
|
2244
2292
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
2245
2293
|
padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2246
|
-
padding-right: calc(
|
|
2294
|
+
padding-right: calc(3.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2247
2295
|
cursor: grabbing;
|
|
2248
2296
|
position: absolute;
|
|
2249
2297
|
z-index: 1000;
|
|
@@ -2252,7 +2300,6 @@ svc-question {
|
|
|
2252
2300
|
-webkit-user-select: none;
|
|
2253
2301
|
-ms-user-select: none;
|
|
2254
2302
|
user-select: none;
|
|
2255
|
-
max-width: 500px;
|
|
2256
2303
|
overflow: hidden;
|
|
2257
2304
|
white-space: nowrap;
|
|
2258
2305
|
text-overflow: ellipsis;
|
|
@@ -2296,7 +2343,7 @@ svc-question {
|
|
|
2296
2343
|
.svc-question__content--drag-over-left:before {
|
|
2297
2344
|
content: " ";
|
|
2298
2345
|
position: absolute;
|
|
2299
|
-
left: -
|
|
2346
|
+
left: -9px;
|
|
2300
2347
|
background: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2301
2348
|
top: 0;
|
|
2302
2349
|
height: 100%;
|
|
@@ -2306,13 +2353,20 @@ svc-question {
|
|
|
2306
2353
|
.svc-question__content--drag-over-right:after {
|
|
2307
2354
|
content: " ";
|
|
2308
2355
|
position: absolute;
|
|
2309
|
-
right: -
|
|
2356
|
+
right: -9px;
|
|
2310
2357
|
background: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2311
2358
|
top: 0;
|
|
2312
2359
|
height: 100%;
|
|
2313
2360
|
width: 2px;
|
|
2314
2361
|
}
|
|
2315
2362
|
|
|
2363
|
+
.sd-panel .svc-question__content--drag-over-left:before {
|
|
2364
|
+
left: -6px;
|
|
2365
|
+
}
|
|
2366
|
+
.sd-panel .svc-question__content--drag-over-right:after {
|
|
2367
|
+
right: -6px;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2316
2370
|
.svc-question__content--drag-over-top:before {
|
|
2317
2371
|
content: " ";
|
|
2318
2372
|
position: absolute;
|
|
@@ -2355,7 +2409,7 @@ svc-question {
|
|
|
2355
2409
|
.svc-question__content-actions .sv-action-bar {
|
|
2356
2410
|
box-sizing: border-box;
|
|
2357
2411
|
padding: 0;
|
|
2358
|
-
justify-content:
|
|
2412
|
+
justify-content: center;
|
|
2359
2413
|
}
|
|
2360
2414
|
|
|
2361
2415
|
svc-question sv-action-bar,
|
|
@@ -2436,36 +2490,35 @@ svc-question .sv-action-bar,
|
|
|
2436
2490
|
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
2437
2491
|
}
|
|
2438
2492
|
|
|
2439
|
-
.sd-panel .svc-question__content--image:not(.svc-question__content--empty)
|
|
2440
|
-
.sd-row--multiple .svc-question__content--image:not(.svc-question__content--empty) {
|
|
2493
|
+
.sd-panel .svc-question__content--image:not(.svc-question__content--empty) {
|
|
2441
2494
|
padding-left: 1px;
|
|
2442
2495
|
padding-right: 1px;
|
|
2443
2496
|
}
|
|
2444
|
-
.sd-panel .svc-question__content .sd-table-wrapper::before
|
|
2445
|
-
.sd-row--multiple .svc-question__content .sd-table-wrapper::before {
|
|
2497
|
+
.sd-panel .svc-question__content .sd-table-wrapper::before {
|
|
2446
2498
|
left: calc(-1 * var(--sd-base-padding) + 1px);
|
|
2447
2499
|
}
|
|
2448
|
-
.sd-panel .svc-question__content .sd-table-wrapper::after
|
|
2449
|
-
.sd-row--multiple .svc-question__content .sd-table-wrapper::after {
|
|
2500
|
+
.sd-panel .svc-question__content .sd-table-wrapper::after {
|
|
2450
2501
|
right: calc(-1 * var(--sd-base-padding) + 1px);
|
|
2451
2502
|
}
|
|
2452
|
-
.sd-panel .svc-question__content
|
|
2453
|
-
.sd-row--multiple .svc-question__content {
|
|
2503
|
+
.sd-panel .svc-question__content {
|
|
2454
2504
|
border-radius: 0;
|
|
2455
2505
|
border: 1px dashed var(--sjs-border-default, var(--border, #d6d6d6));
|
|
2456
2506
|
box-shadow: none;
|
|
2457
2507
|
}
|
|
2458
|
-
.sd-panel .svc-hovered .svc-question__content:not(.svc-question__content--dragged)
|
|
2459
|
-
.sd-row--multiple .svc-hovered .svc-question__content:not(.svc-question__content--dragged) {
|
|
2508
|
+
.sd-panel .svc-hovered .svc-question__content:not(.svc-question__content--dragged) {
|
|
2460
2509
|
border: 1px solid var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
|
|
2461
2510
|
box-shadow: 0 0 0 1px var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25))) inset;
|
|
2462
2511
|
}
|
|
2463
|
-
.sd-panel .svc-question__content.svc-question__content--selected:not(.svc-question__content--dragged)
|
|
2464
|
-
.sd-row--multiple .svc-question__content.svc-question__content--selected:not(.svc-question__content--dragged) {
|
|
2512
|
+
.sd-panel .svc-question__content.svc-question__content--selected:not(.svc-question__content--dragged) {
|
|
2465
2513
|
border: 1px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2466
2514
|
box-shadow: 0 0 0 1px var(--sjs-secondary-backcolor, var(--secondary, #ff9814)) inset;
|
|
2467
2515
|
}
|
|
2468
2516
|
|
|
2517
|
+
.sd-page__row.sd-row--multiple .svc-question__content--empty .sd-row__question,
|
|
2518
|
+
.sd-page__row.sd-row--multiple .svc-question__content--empty .sd-row__panel {
|
|
2519
|
+
height: 0;
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2469
2522
|
.sd-panel .svc-row--ghost.svc-row--ghost .svc-question__content.svc-question__content {
|
|
2470
2523
|
border: none;
|
|
2471
2524
|
}
|
|
@@ -2492,6 +2545,7 @@ svc-question .sv-action-bar,
|
|
|
2492
2545
|
justify-content: center;
|
|
2493
2546
|
flex-direction: column;
|
|
2494
2547
|
padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2548
|
+
flex-grow: 1;
|
|
2495
2549
|
}
|
|
2496
2550
|
|
|
2497
2551
|
.svc-panel__add-new-question-container {
|
|
@@ -2511,7 +2565,6 @@ svc-question .sv-action-bar,
|
|
|
2511
2565
|
line-height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2512
2566
|
vertical-align: baseline;
|
|
2513
2567
|
text-align: center;
|
|
2514
|
-
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
|
2515
2568
|
cursor: pointer;
|
|
2516
2569
|
user-select: none;
|
|
2517
2570
|
border: none;
|
|
@@ -2528,6 +2581,7 @@ svc-question .sv-action-bar,
|
|
|
2528
2581
|
margin: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2529
2582
|
line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2530
2583
|
color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
2584
|
+
text-wrap: nowrap;
|
|
2531
2585
|
}
|
|
2532
2586
|
|
|
2533
2587
|
.svc-panel__question-type-selector {
|
|
@@ -2557,6 +2611,10 @@ svc-question .sv-action-bar,
|
|
|
2557
2611
|
background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
|
2558
2612
|
}
|
|
2559
2613
|
|
|
2614
|
+
.sv-list__container .sv-action-bar-item--secondary .sv-list__item-icon use {
|
|
2615
|
+
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2560
2618
|
.sd-panel .svc-row {
|
|
2561
2619
|
margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2562
2620
|
}
|
|
@@ -2566,8 +2624,12 @@ svc-question .sv-action-bar,
|
|
|
2566
2624
|
.sd-panel .svc-row .sd-row {
|
|
2567
2625
|
margin-top: 0;
|
|
2568
2626
|
margin-bottom: 0;
|
|
2627
|
+
gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2569
2628
|
}
|
|
2570
2629
|
|
|
2630
|
+
.svc-question__content .sd-element__header--location-top {
|
|
2631
|
+
margin-top: 0;
|
|
2632
|
+
}
|
|
2571
2633
|
.svc-question__content .sd-element--complex > .sd-element__header--location-top {
|
|
2572
2634
|
padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
|
|
2573
2635
|
padding-top: 0;
|
|
@@ -2800,7 +2862,7 @@ svc-question .sv-action-bar,
|
|
|
2800
2862
|
background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
2801
2863
|
}
|
|
2802
2864
|
.svc-item-value--new .sv-ranking-item__index.sv-ranking-item__index--empty:empty {
|
|
2803
|
-
background-image: url(data:image/
|
|
2865
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMyA3SDNWOUgxM1Y3WiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC40NSIvPg0KPC9zdmc+);
|
|
2804
2866
|
}
|
|
2805
2867
|
|
|
2806
2868
|
.sv-ranking .svc-item-value-wrapper {
|
|
@@ -3036,9 +3098,6 @@ svc-question .sv-action-bar,
|
|
|
3036
3098
|
.svc-question__content .sd-table__cell--detail-panel {
|
|
3037
3099
|
padding-left: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3038
3100
|
}
|
|
3039
|
-
.svc-question__content .sd-table__cell--detail-panel .svc-question__adorner {
|
|
3040
|
-
z-index: 13;
|
|
3041
|
-
}
|
|
3042
3101
|
.svd-test-results {
|
|
3043
3102
|
font-family: var(--font-family);
|
|
3044
3103
|
width: 80%;
|
|
@@ -4009,6 +4068,7 @@ button.spg-action-button--large {
|
|
|
4009
4068
|
background-repeat: no-repeat;
|
|
4010
4069
|
background-position: 0 0;
|
|
4011
4070
|
line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4071
|
+
white-space: normal;
|
|
4012
4072
|
background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0336 15.4803L14.5736 1.45346C13.9936 0.487805 12.9936 0 12.0036 0C11.0136 0 10.0136 0.487805 9.43364 1.45346L0.973642 15.4803C-0.226358 17.4714 1.21364 20 3.54364 20H20.4536C22.7836 20 24.2236 17.4714 23.0236 15.4803H23.0336ZM21.3336 17.5112C21.2436 17.6605 20.9936 18.0189 20.4636 18.0189H3.54364C3.01364 18.0189 2.76364 17.6705 2.67364 17.5112C2.58364 17.3519 2.41364 16.9537 2.68364 16.5057L11.1436 2.47885C11.4036 2.04082 11.8336 1.99104 12.0036 1.99104C12.1736 1.99104 12.5936 2.04082 12.8636 2.47885L21.3136 16.5057C21.5836 16.9537 21.4136 17.3519 21.3236 17.5112H21.3336ZM13.0036 7.05824V12.0358C13.0036 12.5834 12.5536 13.0314 12.0036 13.0314C11.4536 13.0314 11.0036 12.5834 11.0036 12.0358V7.05824C11.0036 6.5107 11.4536 6.06272 12.0036 6.06272C12.5536 6.06272 13.0036 6.5107 13.0036 7.05824ZM13.0036 15.0224C13.0036 15.5699 12.5536 16.0179 12.0036 16.0179C11.4536 16.0179 11.0036 15.5699 11.0036 15.0224C11.0036 14.4749 11.4536 14.0269 12.0036 14.0269C12.5536 14.0269 13.0036 14.4749 13.0036 15.0224Z' fill='%23E60A3E'/%3E%3C/svg%3E");
|
|
4013
4073
|
}
|
|
4014
4074
|
|
|
@@ -4099,6 +4159,20 @@ button.spg-action-button--large {
|
|
|
4099
4159
|
box-shadow: 0 0 0 1px inset var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
|
4100
4160
|
}
|
|
4101
4161
|
|
|
4162
|
+
.spg-input-container--multiline {
|
|
4163
|
+
align-items: end;
|
|
4164
|
+
flex-direction: column;
|
|
4165
|
+
gap: 0;
|
|
4166
|
+
height: auto;
|
|
4167
|
+
}
|
|
4168
|
+
.spg-input-container--multiline sv-ng-question-comment {
|
|
4169
|
+
height: calc(9 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4170
|
+
}
|
|
4171
|
+
.spg-input-container--multiline .spg-input-container__input {
|
|
4172
|
+
box-sizing: border-box;
|
|
4173
|
+
resize: none;
|
|
4174
|
+
}
|
|
4175
|
+
|
|
4102
4176
|
.spg-input-container__input {
|
|
4103
4177
|
flex-grow: 1;
|
|
4104
4178
|
width: 100%;
|