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
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.106",
|
|
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.106"
|
|
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.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
|
|
@@ -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.106
|
|
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
|
|
@@ -519,6 +519,7 @@ svc-tab-json-editor-textarea {
|
|
|
519
519
|
display: flex;
|
|
520
520
|
justify-content: center;
|
|
521
521
|
width: 100%;
|
|
522
|
+
height: 100%;
|
|
522
523
|
}
|
|
523
524
|
|
|
524
525
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
@@ -869,14 +870,28 @@ svc-tab-test {
|
|
|
869
870
|
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
870
871
|
}
|
|
871
872
|
|
|
872
|
-
.st-properties
|
|
873
|
-
|
|
873
|
+
.st-properties {
|
|
874
|
+
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
875
|
+
flex-grow: 1;
|
|
876
|
+
padding-right: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
877
|
+
padding-left: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
878
|
+
padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
874
879
|
}
|
|
875
|
-
.st-properties .spg-
|
|
876
|
-
|
|
880
|
+
.st-properties .spg-table .spg-table__cell:first-of-type {
|
|
881
|
+
width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
877
882
|
}
|
|
878
|
-
.st-properties .spg-
|
|
879
|
-
|
|
883
|
+
.st-properties .spg-table .spg-table__question-wrapper {
|
|
884
|
+
padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
885
|
+
}
|
|
886
|
+
.st-properties .spg-table .spg-table__question-wrapper .spg-checkbox {
|
|
887
|
+
margin: 0;
|
|
888
|
+
}
|
|
889
|
+
.st-properties .spg-table .spg-table__question-wrapper .spg-selectbase__label {
|
|
890
|
+
gap: 0;
|
|
891
|
+
}
|
|
892
|
+
.st-properties .spg-table .spg-checkbox--disabled .spg-checkbox__rectangle,
|
|
893
|
+
.st-properties .spg-table .spg-checkbox--disabled .spg-checkbox__rectangle:hover {
|
|
894
|
+
background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
880
895
|
}
|
|
881
896
|
|
|
882
897
|
.st-no-strings {
|
|
@@ -2228,22 +2243,18 @@ svc-page {
|
|
|
2228
2243
|
margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2229
2244
|
}
|
|
2230
2245
|
|
|
2231
|
-
.svc-row .sd-row--multiple {
|
|
2246
|
+
.svc-row .sd-row.sd-row--multiple {
|
|
2232
2247
|
overflow: auto;
|
|
2233
|
-
|
|
2234
|
-
gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2235
|
-
margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2236
|
-
margin-left: 0;
|
|
2237
|
-
width: 100%;
|
|
2248
|
+
width: calc(100% + 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2238
2249
|
flex-wrap: nowrap;
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2250
|
+
margin-top: 0;
|
|
2251
|
+
padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2252
|
+
padding-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2253
|
+
padding-bottom: 2px;
|
|
2254
|
+
margin-right: calc(-2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2255
|
+
margin-bottom: -2px;
|
|
2245
2256
|
}
|
|
2246
|
-
.svc-row .sd-row--multiple .sd-row--multiple {
|
|
2257
|
+
.svc-row .sd-row.sd-row--multiple .sd-row--multiple {
|
|
2247
2258
|
overflow: unset;
|
|
2248
2259
|
}
|
|
2249
2260
|
|
|
@@ -2253,6 +2264,10 @@ svc-page {
|
|
|
2253
2264
|
border-radius: 0;
|
|
2254
2265
|
padding: 2px;
|
|
2255
2266
|
margin: -2px;
|
|
2267
|
+
width: 100%;
|
|
2268
|
+
}
|
|
2269
|
+
.sd-panel .svc-row .sd-row--multiple > div {
|
|
2270
|
+
padding: 0;
|
|
2256
2271
|
}
|
|
2257
2272
|
|
|
2258
2273
|
.svc-row.svc-row--ghost .svc-question__content {
|
|
@@ -2398,6 +2413,8 @@ svc-question {
|
|
|
2398
2413
|
|
|
2399
2414
|
.svc-panel__placeholder {
|
|
2400
2415
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
2416
|
+
text-wrap: wrap;
|
|
2417
|
+
text-align: center;
|
|
2401
2418
|
}
|
|
2402
2419
|
|
|
2403
2420
|
.svc-question__content-actions {
|
|
@@ -2408,12 +2425,11 @@ svc-question {
|
|
|
2408
2425
|
inset-inline-end: calc(3.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2409
2426
|
}
|
|
2410
2427
|
.svc-question__content-actions .sv-action--convertTo {
|
|
2411
|
-
min-width: calc(13 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2412
2428
|
max-width: max-content;
|
|
2413
2429
|
}
|
|
2414
|
-
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item {
|
|
2430
|
+
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item--icon {
|
|
2415
2431
|
max-width: 100%;
|
|
2416
|
-
|
|
2432
|
+
padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2417
2433
|
}
|
|
2418
2434
|
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title {
|
|
2419
2435
|
overflow: hidden;
|
|
@@ -2422,9 +2438,24 @@ svc-question {
|
|
|
2422
2438
|
display: inline-block;
|
|
2423
2439
|
justify-content: left;
|
|
2424
2440
|
}
|
|
2441
|
+
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title::after {
|
|
2442
|
+
content: " ";
|
|
2443
|
+
display: inline-block;
|
|
2444
|
+
margin-inline-start: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2445
|
+
width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2446
|
+
height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2447
|
+
vertical-align: bottom;
|
|
2448
|
+
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");
|
|
2449
|
+
}
|
|
2450
|
+
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__icon use {
|
|
2451
|
+
fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
2452
|
+
}
|
|
2453
|
+
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__icon:not(:last-child) {
|
|
2454
|
+
display: none;
|
|
2455
|
+
}
|
|
2425
2456
|
.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title--with-icon {
|
|
2426
2457
|
margin-inline-start: 0;
|
|
2427
|
-
margin-inline-end:
|
|
2458
|
+
margin-inline-end: 0;
|
|
2428
2459
|
}
|
|
2429
2460
|
.svc-question__content-actions .sv-action--convertTo.sv-action--hidden {
|
|
2430
2461
|
min-width: 0;
|
|
@@ -2432,6 +2463,24 @@ svc-question {
|
|
|
2432
2463
|
.svc-question__content-actions .sv-action--convertTo-last {
|
|
2433
2464
|
margin-inline-end: auto;
|
|
2434
2465
|
}
|
|
2466
|
+
.svc-question__content-actions .sv-dots {
|
|
2467
|
+
width: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2468
|
+
margin-left: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2469
|
+
margin-right: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2470
|
+
}
|
|
2471
|
+
.svc-question__content-actions .sv-dots.sv-action--hidden {
|
|
2472
|
+
width: 0;
|
|
2473
|
+
margin: 0;
|
|
2474
|
+
}
|
|
2475
|
+
.svc-question__content-actions .sv-dots.sv-action--hidden .sv-action__content {
|
|
2476
|
+
display: none;
|
|
2477
|
+
}
|
|
2478
|
+
.svc-question__content-actions .sv-dots .sv-dots__item {
|
|
2479
|
+
margin-left: 0;
|
|
2480
|
+
}
|
|
2481
|
+
.svc-question__content-actions .sv-dots__item use {
|
|
2482
|
+
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2483
|
+
}
|
|
2435
2484
|
|
|
2436
2485
|
.svc-question__content:focus,
|
|
2437
2486
|
.svc-hovered > .svc-question__content {
|
|
@@ -2463,13 +2512,12 @@ svc-question {
|
|
|
2463
2512
|
}
|
|
2464
2513
|
|
|
2465
2514
|
.svc-dragged-element-shortcut {
|
|
2466
|
-
min-width: 100px;
|
|
2467
2515
|
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2468
2516
|
border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2469
2517
|
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
|
2470
2518
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
2471
2519
|
padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2472
|
-
padding-right: calc(
|
|
2520
|
+
padding-right: calc(3.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2473
2521
|
cursor: grabbing;
|
|
2474
2522
|
position: absolute;
|
|
2475
2523
|
z-index: 1000;
|
|
@@ -2478,7 +2526,6 @@ svc-question {
|
|
|
2478
2526
|
-webkit-user-select: none;
|
|
2479
2527
|
-ms-user-select: none;
|
|
2480
2528
|
user-select: none;
|
|
2481
|
-
max-width: 500px;
|
|
2482
2529
|
overflow: hidden;
|
|
2483
2530
|
white-space: nowrap;
|
|
2484
2531
|
text-overflow: ellipsis;
|
|
@@ -2522,7 +2569,7 @@ svc-question {
|
|
|
2522
2569
|
.svc-question__content--drag-over-left:before {
|
|
2523
2570
|
content: " ";
|
|
2524
2571
|
position: absolute;
|
|
2525
|
-
left: -
|
|
2572
|
+
left: -9px;
|
|
2526
2573
|
background: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2527
2574
|
top: 0;
|
|
2528
2575
|
height: 100%;
|
|
@@ -2532,13 +2579,20 @@ svc-question {
|
|
|
2532
2579
|
.svc-question__content--drag-over-right:after {
|
|
2533
2580
|
content: " ";
|
|
2534
2581
|
position: absolute;
|
|
2535
|
-
right: -
|
|
2582
|
+
right: -9px;
|
|
2536
2583
|
background: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2537
2584
|
top: 0;
|
|
2538
2585
|
height: 100%;
|
|
2539
2586
|
width: 2px;
|
|
2540
2587
|
}
|
|
2541
2588
|
|
|
2589
|
+
.sd-panel .svc-question__content--drag-over-left:before {
|
|
2590
|
+
left: -6px;
|
|
2591
|
+
}
|
|
2592
|
+
.sd-panel .svc-question__content--drag-over-right:after {
|
|
2593
|
+
right: -6px;
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2542
2596
|
.svc-question__content--drag-over-top:before {
|
|
2543
2597
|
content: " ";
|
|
2544
2598
|
position: absolute;
|
|
@@ -2581,7 +2635,7 @@ svc-question {
|
|
|
2581
2635
|
.svc-question__content-actions .sv-action-bar {
|
|
2582
2636
|
box-sizing: border-box;
|
|
2583
2637
|
padding: 0;
|
|
2584
|
-
justify-content:
|
|
2638
|
+
justify-content: center;
|
|
2585
2639
|
}
|
|
2586
2640
|
|
|
2587
2641
|
svc-question sv-action-bar,
|
|
@@ -2662,36 +2716,35 @@ svc-question .sv-action-bar,
|
|
|
2662
2716
|
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
2663
2717
|
}
|
|
2664
2718
|
|
|
2665
|
-
.sd-panel .svc-question__content--image:not(.svc-question__content--empty)
|
|
2666
|
-
.sd-row--multiple .svc-question__content--image:not(.svc-question__content--empty) {
|
|
2719
|
+
.sd-panel .svc-question__content--image:not(.svc-question__content--empty) {
|
|
2667
2720
|
padding-left: 1px;
|
|
2668
2721
|
padding-right: 1px;
|
|
2669
2722
|
}
|
|
2670
|
-
.sd-panel .svc-question__content .sd-table-wrapper::before
|
|
2671
|
-
.sd-row--multiple .svc-question__content .sd-table-wrapper::before {
|
|
2723
|
+
.sd-panel .svc-question__content .sd-table-wrapper::before {
|
|
2672
2724
|
left: calc(-1 * var(--sd-base-padding) + 1px);
|
|
2673
2725
|
}
|
|
2674
|
-
.sd-panel .svc-question__content .sd-table-wrapper::after
|
|
2675
|
-
.sd-row--multiple .svc-question__content .sd-table-wrapper::after {
|
|
2726
|
+
.sd-panel .svc-question__content .sd-table-wrapper::after {
|
|
2676
2727
|
right: calc(-1 * var(--sd-base-padding) + 1px);
|
|
2677
2728
|
}
|
|
2678
|
-
.sd-panel .svc-question__content
|
|
2679
|
-
.sd-row--multiple .svc-question__content {
|
|
2729
|
+
.sd-panel .svc-question__content {
|
|
2680
2730
|
border-radius: 0;
|
|
2681
2731
|
border: 1px dashed var(--sjs-border-default, var(--border, #d6d6d6));
|
|
2682
2732
|
box-shadow: none;
|
|
2683
2733
|
}
|
|
2684
|
-
.sd-panel .svc-hovered .svc-question__content:not(.svc-question__content--dragged)
|
|
2685
|
-
.sd-row--multiple .svc-hovered .svc-question__content:not(.svc-question__content--dragged) {
|
|
2734
|
+
.sd-panel .svc-hovered .svc-question__content:not(.svc-question__content--dragged) {
|
|
2686
2735
|
border: 1px solid var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
|
|
2687
2736
|
box-shadow: 0 0 0 1px var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25))) inset;
|
|
2688
2737
|
}
|
|
2689
|
-
.sd-panel .svc-question__content.svc-question__content--selected:not(.svc-question__content--dragged)
|
|
2690
|
-
.sd-row--multiple .svc-question__content.svc-question__content--selected:not(.svc-question__content--dragged) {
|
|
2738
|
+
.sd-panel .svc-question__content.svc-question__content--selected:not(.svc-question__content--dragged) {
|
|
2691
2739
|
border: 1px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2692
2740
|
box-shadow: 0 0 0 1px var(--sjs-secondary-backcolor, var(--secondary, #ff9814)) inset;
|
|
2693
2741
|
}
|
|
2694
2742
|
|
|
2743
|
+
.sd-page__row.sd-row--multiple .svc-question__content--empty .sd-row__question,
|
|
2744
|
+
.sd-page__row.sd-row--multiple .svc-question__content--empty .sd-row__panel {
|
|
2745
|
+
height: 0;
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2695
2748
|
.sd-panel .svc-row--ghost.svc-row--ghost .svc-question__content.svc-question__content {
|
|
2696
2749
|
border: none;
|
|
2697
2750
|
}
|
|
@@ -2718,6 +2771,7 @@ svc-question .sv-action-bar,
|
|
|
2718
2771
|
justify-content: center;
|
|
2719
2772
|
flex-direction: column;
|
|
2720
2773
|
padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2774
|
+
flex-grow: 1;
|
|
2721
2775
|
}
|
|
2722
2776
|
|
|
2723
2777
|
.svc-panel__add-new-question-container {
|
|
@@ -2737,7 +2791,6 @@ svc-question .sv-action-bar,
|
|
|
2737
2791
|
line-height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2738
2792
|
vertical-align: baseline;
|
|
2739
2793
|
text-align: center;
|
|
2740
|
-
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
|
2741
2794
|
cursor: pointer;
|
|
2742
2795
|
user-select: none;
|
|
2743
2796
|
border: none;
|
|
@@ -2754,6 +2807,7 @@ svc-question .sv-action-bar,
|
|
|
2754
2807
|
margin: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2755
2808
|
line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2756
2809
|
color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
2810
|
+
text-wrap: nowrap;
|
|
2757
2811
|
}
|
|
2758
2812
|
|
|
2759
2813
|
.svc-panel__question-type-selector {
|
|
@@ -2783,6 +2837,10 @@ svc-question .sv-action-bar,
|
|
|
2783
2837
|
background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
|
2784
2838
|
}
|
|
2785
2839
|
|
|
2840
|
+
.sv-list__container .sv-action-bar-item--secondary .sv-list__item-icon use {
|
|
2841
|
+
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2842
|
+
}
|
|
2843
|
+
|
|
2786
2844
|
.sd-panel .svc-row {
|
|
2787
2845
|
margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2788
2846
|
}
|
|
@@ -2792,8 +2850,12 @@ svc-question .sv-action-bar,
|
|
|
2792
2850
|
.sd-panel .svc-row .sd-row {
|
|
2793
2851
|
margin-top: 0;
|
|
2794
2852
|
margin-bottom: 0;
|
|
2853
|
+
gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2795
2854
|
}
|
|
2796
2855
|
|
|
2856
|
+
.svc-question__content .sd-element__header--location-top {
|
|
2857
|
+
margin-top: 0;
|
|
2858
|
+
}
|
|
2797
2859
|
.svc-question__content .sd-element--complex > .sd-element__header--location-top {
|
|
2798
2860
|
padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
|
|
2799
2861
|
padding-top: 0;
|
|
@@ -3026,7 +3088,7 @@ svc-question .sv-action-bar,
|
|
|
3026
3088
|
background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
3027
3089
|
}
|
|
3028
3090
|
.svc-item-value--new .sv-ranking-item__index.sv-ranking-item__index--empty:empty {
|
|
3029
|
-
background-image: url(data:image/
|
|
3091
|
+
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMyA3SDNWOUgxM1Y3WiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC40NSIvPg0KPC9zdmc+);
|
|
3030
3092
|
}
|
|
3031
3093
|
|
|
3032
3094
|
.sv-ranking .svc-item-value-wrapper {
|
|
@@ -3262,9 +3324,6 @@ svc-question .sv-action-bar,
|
|
|
3262
3324
|
.svc-question__content .sd-table__cell--detail-panel {
|
|
3263
3325
|
padding-left: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3264
3326
|
}
|
|
3265
|
-
.svc-question__content .sd-table__cell--detail-panel .svc-question__adorner {
|
|
3266
|
-
z-index: 13;
|
|
3267
|
-
}
|
|
3268
3327
|
.svd-test-results {
|
|
3269
3328
|
font-family: var(--font-family);
|
|
3270
3329
|
width: 80%;
|
|
@@ -4235,6 +4294,7 @@ button.spg-action-button--large {
|
|
|
4235
4294
|
background-repeat: no-repeat;
|
|
4236
4295
|
background-position: 0 0;
|
|
4237
4296
|
line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4297
|
+
white-space: normal;
|
|
4238
4298
|
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");
|
|
4239
4299
|
}
|
|
4240
4300
|
|
|
@@ -4325,6 +4385,20 @@ button.spg-action-button--large {
|
|
|
4325
4385
|
box-shadow: 0 0 0 1px inset var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
|
4326
4386
|
}
|
|
4327
4387
|
|
|
4388
|
+
.spg-input-container--multiline {
|
|
4389
|
+
align-items: end;
|
|
4390
|
+
flex-direction: column;
|
|
4391
|
+
gap: 0;
|
|
4392
|
+
height: auto;
|
|
4393
|
+
}
|
|
4394
|
+
.spg-input-container--multiline sv-ng-question-comment {
|
|
4395
|
+
height: calc(9 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4396
|
+
}
|
|
4397
|
+
.spg-input-container--multiline .spg-input-container__input {
|
|
4398
|
+
box-sizing: border-box;
|
|
4399
|
+
resize: none;
|
|
4400
|
+
}
|
|
4401
|
+
|
|
4328
4402
|
.spg-input-container__input {
|
|
4329
4403
|
flex-grow: 1;
|
|
4330
4404
|
width: 100%;
|