survey-react 1.11.12 → 1.11.14
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/defaultV2.css +209 -210
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +1 -1
- package/modern.min.css +1 -1
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.min.css +1 -1
- package/survey.react.d.ts +171 -113
- package/survey.react.js +551 -329
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/defaultV2.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.11.
|
2
|
+
* surveyjs - Survey JavaScript library v1.11.14
|
3
3
|
* Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
@@ -3345,55 +3345,55 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3345
3345
|
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
3346
3346
|
}
|
3347
3347
|
|
3348
|
-
.sd-
|
3348
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows {
|
3349
3349
|
margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
|
3350
3350
|
margin-right: var(--sjs-base-unit, var(--base-unit, 8px));
|
3351
3351
|
width: calc(100% - 2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3352
3352
|
}
|
3353
|
-
.sd-
|
3353
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__cell:not(.sd-table__cell--header):first-of-type {
|
3354
3354
|
padding-left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3355
3355
|
}
|
3356
|
-
.sd-
|
3356
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__cell:last-of-type {
|
3357
3357
|
padding-right: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3358
3358
|
}
|
3359
|
-
.sd-
|
3359
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:first-of-type > .sd-table__cell {
|
3360
3360
|
border-top: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
|
3361
3361
|
}
|
3362
|
-
.sd-
|
3362
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:last-of-type > .sd-table__cell {
|
3363
3363
|
border-bottom: var(--sjs-base-unit, var(--base-unit, 8px)) solid transparent;
|
3364
3364
|
}
|
3365
|
-
.sd-
|
3366
|
-
.sd-
|
3365
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions),
|
3366
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type {
|
3367
3367
|
border-top-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
|
3368
3368
|
border-bottom-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
|
3369
3369
|
background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
|
3370
3370
|
}
|
3371
|
-
.sd-
|
3372
|
-
.sd-
|
3371
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions).sd-matrix__text--checked,
|
3372
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type.sd-matrix__text--checked {
|
3373
3373
|
background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
3374
3374
|
}
|
3375
|
-
.sd-
|
3376
|
-
.sd-
|
3375
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-input,
|
3376
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-input {
|
3377
3377
|
background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
3378
3378
|
}
|
3379
|
-
.sd-
|
3380
|
-
.sd-
|
3379
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error) .sd-item__decorator,
|
3380
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error) .sd-item__decorator {
|
3381
3381
|
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
3382
3382
|
}
|
3383
|
-
.sd-
|
3384
|
-
.sd-
|
3383
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error).sd-item--checked .sd-item__decorator,
|
3384
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error).sd-item--checked .sd-item__decorator {
|
3385
3385
|
background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
3386
3386
|
}
|
3387
|
-
.sd-
|
3388
|
-
.sd-
|
3387
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error).sd-item--readonly.sd-item--checked .sd-item__decorator,
|
3388
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error).sd-item--readonly.sd-item--checked .sd-item__decorator {
|
3389
3389
|
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
3390
3390
|
}
|
3391
|
-
.sd-
|
3392
|
-
.sd-
|
3391
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error).sd-item--preview.sd-item--preview .sd-item__decorator,
|
3392
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error).sd-item--preview.sd-item--preview .sd-item__decorator {
|
3393
3393
|
background-color: transparent;
|
3394
3394
|
}
|
3395
|
-
.sd-
|
3396
|
-
.sd-
|
3395
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td.sd-table__cell:not(.sd-table__cell--actions) .sd-item:not(.sd-item--error).sd-radio--checked .sd-radio__control:focus + .sd-radio__decorator:after,
|
3396
|
+
.sd-question:not(.sd-question--mobile) .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item:not(.sd-item--error).sd-radio--checked .sd-radio__control:focus + .sd-radio__decorator:after {
|
3397
3397
|
background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
3398
3398
|
}
|
3399
3399
|
|
@@ -3489,13 +3489,13 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3489
3489
|
}
|
3490
3490
|
|
3491
3491
|
.sd-table__cell--footer {
|
3492
|
-
text-align:
|
3492
|
+
text-align: end;
|
3493
3493
|
padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
3494
3494
|
}
|
3495
3495
|
|
3496
3496
|
.sd-table__cell--footer-total {
|
3497
3497
|
font-weight: 600;
|
3498
|
-
text-align:
|
3498
|
+
text-align: start;
|
3499
3499
|
}
|
3500
3500
|
|
3501
3501
|
.sd-table__cell--detail-panel {
|
@@ -3551,7 +3551,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3551
3551
|
.sd-table__cell--row-text {
|
3552
3552
|
font-weight: var(--sjs-font-questiontitle-weight, 600);
|
3553
3553
|
color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
3554
|
-
text-align:
|
3554
|
+
text-align: start;
|
3555
3555
|
min-width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3556
3556
|
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px));
|
3557
3557
|
}
|
@@ -3689,6 +3689,189 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3689
3689
|
opacity: 0.25;
|
3690
3690
|
}
|
3691
3691
|
|
3692
|
+
.sd-question--mobile.sd-question.sd-question--table > .sd-question__content {
|
3693
|
+
padding-top: 0;
|
3694
|
+
--animation-padding-top: 0;
|
3695
|
+
}
|
3696
|
+
.sd-question--mobile.sd-question--table, .sd-question--mobile.sd-question--scroll {
|
3697
|
+
overflow-x: visible;
|
3698
|
+
}
|
3699
|
+
.sd-question--mobile .sd-table__cell.sd-matrix__cell {
|
3700
|
+
display: flex;
|
3701
|
+
align-items: flex-start;
|
3702
|
+
border-top: none;
|
3703
|
+
border-bottom: none;
|
3704
|
+
}
|
3705
|
+
.sd-question--mobile .sd-table__cell.sd-matrix__cell .sd-matrix__responsive-title {
|
3706
|
+
margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
|
3707
|
+
text-align: start;
|
3708
|
+
}
|
3709
|
+
.sd-question--mobile .sd-table__cell.sd-matrix__cell:first-of-type {
|
3710
|
+
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3711
|
+
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
3712
|
+
}
|
3713
|
+
.sd-question--mobile .sd-table thead {
|
3714
|
+
display: none;
|
3715
|
+
}
|
3716
|
+
.sd-question--mobile .sd-table tr {
|
3717
|
+
display: flex;
|
3718
|
+
flex-direction: column;
|
3719
|
+
}
|
3720
|
+
.sd-question--mobile .sd-matrix__table .sd-table__row {
|
3721
|
+
padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
3722
|
+
}
|
3723
|
+
.sd-question--mobile .sd-table__row {
|
3724
|
+
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3725
|
+
}
|
3726
|
+
.sd-question--mobile .sd-table__row--expanded .sd-table__cell-action--show-detail-mobile {
|
3727
|
+
display: none;
|
3728
|
+
}
|
3729
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) .sd-table__row {
|
3730
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3731
|
+
}
|
3732
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) .sd-table__row.sd-table__row--has-end-actions {
|
3733
|
+
padding-bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3734
|
+
}
|
3735
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions) {
|
3736
|
+
padding-bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3737
|
+
}
|
3738
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions):not(:last-of-type) {
|
3739
|
+
padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3740
|
+
}
|
3741
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions):not(:last-of-type)::after {
|
3742
|
+
bottom: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3743
|
+
}
|
3744
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) tfoot tr::before,
|
3745
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--expanded)::after {
|
3746
|
+
z-index: 12;
|
3747
|
+
content: " ";
|
3748
|
+
display: block;
|
3749
|
+
position: relative;
|
3750
|
+
height: 1px;
|
3751
|
+
background-color: var(--sjs-border-light, var(--border-light, #eaeaea));
|
3752
|
+
left: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3753
|
+
width: calc(100% + 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3754
|
+
z-index: 12;
|
3755
|
+
}
|
3756
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--expanded)::after {
|
3757
|
+
bottom: 0;
|
3758
|
+
}
|
3759
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) tfoot tr {
|
3760
|
+
padding-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3761
|
+
}
|
3762
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) tfoot tr::before {
|
3763
|
+
background-color: transparent;
|
3764
|
+
}
|
3765
|
+
.sd-question--mobile .sd-table:not(.sd-table--has-footer) .sd-table__row:last-of-type .sd-table__cell-action--show-detail-mobile,
|
3766
|
+
.sd-question--mobile .sd-table:not(.sd-table--has-footer) .sd-table__row:last-of-type .sd-table__cell-action--remove-row {
|
3767
|
+
margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3768
|
+
}
|
3769
|
+
.sd-question--mobile .sd-matrix__label {
|
3770
|
+
justify-content: flex-start;
|
3771
|
+
}
|
3772
|
+
.sd-question--mobile .sd-table__cell {
|
3773
|
+
border-top: none;
|
3774
|
+
border-bottom: none;
|
3775
|
+
display: block;
|
3776
|
+
padding-top: 0;
|
3777
|
+
padding-bottom: 0;
|
3778
|
+
text-align: start;
|
3779
|
+
}
|
3780
|
+
.sd-question--mobile .sd-table__cell {
|
3781
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3782
|
+
}
|
3783
|
+
.sd-question--mobile .sd-table__cell--error {
|
3784
|
+
margin-top: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3785
|
+
}
|
3786
|
+
.sd-question--mobile .sd-table__cell--error.sd-table__cell--error-bottom .sd-question__erbox {
|
3787
|
+
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
3788
|
+
}
|
3789
|
+
.sd-question--mobile .sd-table__cell:first-of-type,
|
3790
|
+
.sd-question--mobile .sd-matrix__cell {
|
3791
|
+
margin-top: 0;
|
3792
|
+
}
|
3793
|
+
.sd-question--mobile .sd-table__cell--footer:not(.sd-question--answered) {
|
3794
|
+
display: none;
|
3795
|
+
}
|
3796
|
+
.sd-question--mobile .sd-table__responsive-title {
|
3797
|
+
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
3798
|
+
font-weight: 600;
|
3799
|
+
display: block;
|
3800
|
+
text-align: start;
|
3801
|
+
}
|
3802
|
+
.sd-question--mobile .sd-table__responsive-title .sv-string-viewer {
|
3803
|
+
white-space: normal;
|
3804
|
+
}
|
3805
|
+
.sd-question--mobile .sd-table--no-header {
|
3806
|
+
padding-top: 0;
|
3807
|
+
}
|
3808
|
+
.sd-question--mobile .sd-table--no-header .sd-table__responsive-title {
|
3809
|
+
display: none;
|
3810
|
+
}
|
3811
|
+
.sd-question--mobile .sd-table__cell--detail-panel {
|
3812
|
+
padding-top: 0;
|
3813
|
+
padding-bottom: 0;
|
3814
|
+
border-top: 0;
|
3815
|
+
border-bottom: 0;
|
3816
|
+
}
|
3817
|
+
.sd-question--mobile .sd-table__cell--detail-panel .sd-panel__content {
|
3818
|
+
padding-top: 0;
|
3819
|
+
}
|
3820
|
+
.sd-question--mobile .sd-table__cell.sd-table__cell--actions {
|
3821
|
+
width: auto;
|
3822
|
+
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
3823
|
+
margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
3824
|
+
}
|
3825
|
+
.sd-question--mobile .sd-table__cell.sd-table__cell--actions .sd-action-bar {
|
3826
|
+
margin-right: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3827
|
+
margin-left: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3828
|
+
background: var(--sjs-general-backcolor, var(--background, #fff));
|
3829
|
+
}
|
3830
|
+
.sd-question--mobile .sd-table__cell.sd-table__cell--actions #show-detail-mobile {
|
3831
|
+
flex-grow: 1;
|
3832
|
+
}
|
3833
|
+
.sd-question--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn {
|
3834
|
+
opacity: 1;
|
3835
|
+
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3836
|
+
}
|
3837
|
+
.sd-question--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn .sd-action__icon {
|
3838
|
+
display: none;
|
3839
|
+
}
|
3840
|
+
.sd-question--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn:after {
|
3841
|
+
content: attr(title);
|
3842
|
+
}
|
3843
|
+
.sd-question--mobile .sd-matrixdynamic__footer {
|
3844
|
+
padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
3845
|
+
margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3846
|
+
}
|
3847
|
+
.sd-question--mobile .sd-table__cell--footer-total:not(.sd-matrix__cell),
|
3848
|
+
.sd-question--mobile .sd-table__cell--row-text:not(.sd-matrix__cell) {
|
3849
|
+
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
3850
|
+
}
|
3851
|
+
.sd-question--mobile .sd-matrixdropdown.sd-table tr::after {
|
3852
|
+
bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3853
|
+
}
|
3854
|
+
.sd-question--mobile .sd-matrixdropdown.sd-table tr:last-child:after {
|
3855
|
+
content: none;
|
3856
|
+
}
|
3857
|
+
.sd-question--mobile .sd-table__cell.sd-table__cell--error-top {
|
3858
|
+
margin-top: 0;
|
3859
|
+
}
|
3860
|
+
.sd-question--mobile .sd-table__cell--error-top:first-of-type ~ .sd-table__cell:nth-of-type(2) {
|
3861
|
+
margin-top: 0;
|
3862
|
+
}
|
3863
|
+
.sd-question--mobile .sd-table__cell--error-top .sd-question__erbox {
|
3864
|
+
margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3865
|
+
margin-bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3866
|
+
}
|
3867
|
+
.sd-question--mobile .sd-table__cell--error-top:first-of-type .sd-question__erbox {
|
3868
|
+
margin-top: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3869
|
+
margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
3870
|
+
}
|
3871
|
+
.sd-question--mobile .sd-table__question-wrapper .sd-boolean-root {
|
3872
|
+
margin: initial;
|
3873
|
+
}
|
3874
|
+
|
3692
3875
|
.sd-table__cell--detail-panel .sd-panel__content {
|
3693
3876
|
padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
3694
3877
|
}
|
@@ -3697,10 +3880,6 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3697
3880
|
margin: auto;
|
3698
3881
|
}
|
3699
3882
|
|
3700
|
-
.sd-root-modern--mobile .sd-table__question-wrapper .sd-boolean-root {
|
3701
|
-
margin: initial;
|
3702
|
-
}
|
3703
|
-
|
3704
3883
|
.sd-table__cell--footer .sd-table__question-wrapper--expression .sd-expression {
|
3705
3884
|
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3706
3885
|
border-bottom: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
|
@@ -4291,7 +4470,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
4291
4470
|
|
4292
4471
|
.sd-matrix__cell:first-of-type {
|
4293
4472
|
font-weight: var(--sjs-font-questiontitle-weight, 600);
|
4294
|
-
text-align:
|
4473
|
+
text-align: start;
|
4295
4474
|
}
|
4296
4475
|
|
4297
4476
|
:root {
|
@@ -8214,186 +8393,6 @@ sv-components-container,
|
|
8214
8393
|
.sd-root-modern.sd-root-modern--mobile .sd-header__text {
|
8215
8394
|
min-width: 100%;
|
8216
8395
|
}
|
8217
|
-
.sd-root-modern.sd-root-modern--mobile .sd-question.sd-question--table > .sd-question__content {
|
8218
|
-
padding-top: 0;
|
8219
|
-
--animation-padding-top: 0;
|
8220
|
-
}
|
8221
|
-
.sd-root-modern.sd-root-modern--mobile .sd-question--table,
|
8222
|
-
.sd-root-modern.sd-root-modern--mobile .sd-question--scroll {
|
8223
|
-
overflow-x: visible;
|
8224
|
-
}
|
8225
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell {
|
8226
|
-
display: flex;
|
8227
|
-
align-items: flex-start;
|
8228
|
-
border-top: none;
|
8229
|
-
border-bottom: none;
|
8230
|
-
}
|
8231
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell .sd-matrix__responsive-title {
|
8232
|
-
margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
|
8233
|
-
text-align: left;
|
8234
|
-
}
|
8235
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell:first-of-type {
|
8236
|
-
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8237
|
-
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
8238
|
-
}
|
8239
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table thead {
|
8240
|
-
display: none;
|
8241
|
-
}
|
8242
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table tr {
|
8243
|
-
display: flex;
|
8244
|
-
flex-direction: column;
|
8245
|
-
}
|
8246
|
-
.sd-root-modern.sd-root-modern--mobile .sd-matrix__table .sd-table__row {
|
8247
|
-
padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
8248
|
-
}
|
8249
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__row {
|
8250
|
-
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8251
|
-
}
|
8252
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__row--expanded .sd-table__cell-action--show-detail-mobile {
|
8253
|
-
display: none;
|
8254
|
-
}
|
8255
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) .sd-table__row {
|
8256
|
-
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8257
|
-
}
|
8258
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) .sd-table__row.sd-table__row--has-end-actions {
|
8259
|
-
padding-bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8260
|
-
}
|
8261
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions) {
|
8262
|
-
padding-bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8263
|
-
}
|
8264
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions):not(:last-of-type) {
|
8265
|
-
padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8266
|
-
}
|
8267
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions):not(:last-of-type)::after {
|
8268
|
-
bottom: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8269
|
-
}
|
8270
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tfoot tr::before,
|
8271
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--expanded)::after {
|
8272
|
-
z-index: 12;
|
8273
|
-
content: " ";
|
8274
|
-
display: block;
|
8275
|
-
position: relative;
|
8276
|
-
height: 1px;
|
8277
|
-
background-color: var(--sjs-border-light, var(--border-light, #eaeaea));
|
8278
|
-
left: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8279
|
-
width: calc(100% + 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
8280
|
-
z-index: 12;
|
8281
|
-
}
|
8282
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--expanded)::after {
|
8283
|
-
bottom: 0;
|
8284
|
-
}
|
8285
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tfoot tr {
|
8286
|
-
padding-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8287
|
-
}
|
8288
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tfoot tr::before {
|
8289
|
-
background-color: transparent;
|
8290
|
-
}
|
8291
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-table--has-footer) .sd-table__row:last-of-type .sd-table__cell-action--show-detail-mobile,
|
8292
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-table--has-footer) .sd-table__row:last-of-type .sd-table__cell-action--remove-row {
|
8293
|
-
margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8294
|
-
}
|
8295
|
-
.sd-root-modern.sd-root-modern--mobile .sd-matrix__label {
|
8296
|
-
justify-content: flex-start;
|
8297
|
-
}
|
8298
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell {
|
8299
|
-
border-top: none;
|
8300
|
-
border-bottom: none;
|
8301
|
-
display: block;
|
8302
|
-
padding-top: 0;
|
8303
|
-
padding-bottom: 0;
|
8304
|
-
text-align: left;
|
8305
|
-
}
|
8306
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell {
|
8307
|
-
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8308
|
-
}
|
8309
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--error {
|
8310
|
-
margin-top: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8311
|
-
}
|
8312
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--error.sd-table__cell--error-bottom .sd-question__erbox {
|
8313
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
8314
|
-
}
|
8315
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell:first-of-type,
|
8316
|
-
.sd-root-modern.sd-root-modern--mobile .sd-matrix__cell {
|
8317
|
-
margin-top: 0;
|
8318
|
-
}
|
8319
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--footer:not(.sd-question--answered) {
|
8320
|
-
display: none;
|
8321
|
-
}
|
8322
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__responsive-title {
|
8323
|
-
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
8324
|
-
font-weight: 600;
|
8325
|
-
display: block;
|
8326
|
-
text-align: left;
|
8327
|
-
}
|
8328
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__responsive-title .sv-string-viewer {
|
8329
|
-
white-space: normal;
|
8330
|
-
}
|
8331
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table--no-header {
|
8332
|
-
padding-top: 0;
|
8333
|
-
}
|
8334
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table--no-header .sd-table__responsive-title {
|
8335
|
-
display: none;
|
8336
|
-
}
|
8337
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--detail-panel {
|
8338
|
-
padding-top: 0;
|
8339
|
-
padding-bottom: 0;
|
8340
|
-
border-top: 0;
|
8341
|
-
border-bottom: 0;
|
8342
|
-
}
|
8343
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--detail-panel .sd-panel__content {
|
8344
|
-
padding-top: 0;
|
8345
|
-
}
|
8346
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-table__cell--actions {
|
8347
|
-
width: auto;
|
8348
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
8349
|
-
margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
8350
|
-
}
|
8351
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-table__cell--actions .sd-action-bar {
|
8352
|
-
margin-right: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8353
|
-
margin-left: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8354
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
8355
|
-
}
|
8356
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-table__cell--actions #show-detail-mobile {
|
8357
|
-
flex-grow: 1;
|
8358
|
-
}
|
8359
|
-
.sd-root-modern.sd-root-modern--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn {
|
8360
|
-
opacity: 1;
|
8361
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8362
|
-
}
|
8363
|
-
.sd-root-modern.sd-root-modern--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn .sd-action__icon {
|
8364
|
-
display: none;
|
8365
|
-
}
|
8366
|
-
.sd-root-modern.sd-root-modern--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn:after {
|
8367
|
-
content: attr(title);
|
8368
|
-
}
|
8369
|
-
.sd-root-modern.sd-root-modern--mobile .sd-matrixdynamic__footer {
|
8370
|
-
padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
8371
|
-
margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8372
|
-
}
|
8373
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--footer-total:not(.sd-matrix__cell),
|
8374
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--row-text:not(.sd-matrix__cell) {
|
8375
|
-
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
8376
|
-
}
|
8377
|
-
.sd-root-modern.sd-root-modern--mobile .sd-matrixdropdown.sd-table tr::after {
|
8378
|
-
bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8379
|
-
}
|
8380
|
-
.sd-root-modern.sd-root-modern--mobile .sd-matrixdropdown.sd-table tr:last-child:after {
|
8381
|
-
content: none;
|
8382
|
-
}
|
8383
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-table__cell--error-top {
|
8384
|
-
margin-top: 0;
|
8385
|
-
}
|
8386
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--error-top:first-of-type ~ .sd-table__cell:nth-of-type(2) {
|
8387
|
-
margin-top: 0;
|
8388
|
-
}
|
8389
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--error-top .sd-question__erbox {
|
8390
|
-
margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8391
|
-
margin-bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8392
|
-
}
|
8393
|
-
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--error-top:first-of-type .sd-question__erbox {
|
8394
|
-
margin-top: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
8395
|
-
margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
8396
|
-
}
|
8397
8396
|
.sd-root-modern.sd-root-modern--mobile .sv-ranking-item__icon-container {
|
8398
8397
|
margin-left: 0;
|
8399
8398
|
margin-right: 0;
|