survey-react 1.12.21 → 1.12.23
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 +51 -5
- 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 +55 -22
- package/survey.react.js +254 -151
- 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.12.
|
2
|
+
* surveyjs - Survey JavaScript library v1.12.23
|
3
3
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
@@ -3191,9 +3191,25 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3191
3191
|
z-index: 12;
|
3192
3192
|
}
|
3193
3193
|
|
3194
|
+
.sd-question--mobile .sd-matrixdynamic__footer::before {
|
3195
|
+
z-index: 12;
|
3196
|
+
content: " ";
|
3197
|
+
display: block;
|
3198
|
+
position: relative;
|
3199
|
+
height: 1px;
|
3200
|
+
background-color: var(--sjs-border-light, var(--border-light, #eaeaea));
|
3201
|
+
left: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3202
|
+
top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3203
|
+
width: calc(100% + 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3204
|
+
z-index: 12;
|
3205
|
+
}
|
3206
|
+
|
3194
3207
|
.sd-matrixdynamic__footer:first-child {
|
3195
3208
|
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3196
3209
|
}
|
3210
|
+
.sd-matrixdynamic__footer:first-child::before {
|
3211
|
+
display: none;
|
3212
|
+
}
|
3197
3213
|
|
3198
3214
|
.sd-matrixdynamic__footer {
|
3199
3215
|
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
@@ -3841,6 +3857,9 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
|
|
3841
3857
|
.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--expanded)::after {
|
3842
3858
|
bottom: 0;
|
3843
3859
|
}
|
3860
|
+
.sd-question--mobile .sd-table:not(.sd-matrix__table) tr:last-of-type::after {
|
3861
|
+
display: none;
|
3862
|
+
}
|
3844
3863
|
.sd-question--mobile .sd-table:not(.sd-matrix__table) tfoot tr {
|
3845
3864
|
padding-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
3846
3865
|
}
|
@@ -5567,7 +5586,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
5567
5586
|
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
5568
5587
|
background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
5569
5588
|
border-radius: calc(0.5 * (var(--sjs-corner-radius, 4px)));
|
5570
|
-
max-width: 100
|
5589
|
+
max-width: calc(100% - var(--sjs-base-unit, var(--base-unit, 8px)));
|
5571
5590
|
box-sizing: border-box;
|
5572
5591
|
}
|
5573
5592
|
|
@@ -5664,6 +5683,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
5664
5683
|
.sd-tagbox__hint {
|
5665
5684
|
display: flex;
|
5666
5685
|
flex-grow: 1;
|
5686
|
+
max-width: 100%;
|
5667
5687
|
}
|
5668
5688
|
|
5669
5689
|
.sd-tagbox__hint-suffix-wrapper {
|
@@ -5685,6 +5705,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
5685
5705
|
height: 100%;
|
5686
5706
|
display: flex;
|
5687
5707
|
align-items: center;
|
5708
|
+
max-width: 50%;
|
5709
|
+
justify-content: flex-end;
|
5688
5710
|
}
|
5689
5711
|
|
5690
5712
|
.sd-imagepicker {
|
@@ -6392,10 +6414,30 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
6392
6414
|
margin-bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
6393
6415
|
}
|
6394
6416
|
|
6417
|
+
.sd-paneldynamic__tabs-container {
|
6418
|
+
padding-top: var(--sd-base-padding);
|
6419
|
+
}
|
6420
|
+
.sd-paneldynamic__tabs-container .sd-tabs-toolbar {
|
6421
|
+
margin: 0 0 -1px calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
6422
|
+
width: calc(100% + 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
6423
|
+
}
|
6424
|
+
.sd-paneldynamic__tabs-container:after {
|
6425
|
+
content: " ";
|
6426
|
+
display: block;
|
6427
|
+
height: 1px;
|
6428
|
+
position: relative;
|
6429
|
+
background: var(--sjs-border-light, var(--border-light, #eaeaea));
|
6430
|
+
bottom: 0;
|
6431
|
+
inset-inline-start: calc(-1 * var(--sd-base-padding));
|
6432
|
+
width: calc(100% + 2 * var(--sd-base-padding));
|
6433
|
+
}
|
6434
|
+
|
6435
|
+
.sd-paneldynamic__tabs-container--with-header {
|
6436
|
+
padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
6437
|
+
}
|
6438
|
+
|
6395
6439
|
.sd-tabs-toolbar.sv-action-bar {
|
6396
6440
|
align-items: flex-start;
|
6397
|
-
margin: var(--sjs-base-unit, var(--base-unit, 8px)) 0 -1px calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
6398
|
-
width: calc(100% + 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
6399
6441
|
z-index: 1;
|
6400
6442
|
}
|
6401
6443
|
|
@@ -6493,8 +6535,12 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
6493
6535
|
padding-bottom: 0;
|
6494
6536
|
}
|
6495
6537
|
|
6538
|
+
.sd-element--collapsed .sd-paneldynamic__header.sd-element__header.sd-paneldynamic__header-tab {
|
6539
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
6540
|
+
}
|
6541
|
+
|
6496
6542
|
.sd-paneldynamic__header.sd-element__header.sd-paneldynamic__header-tab::after {
|
6497
|
-
|
6543
|
+
content: none;
|
6498
6544
|
}
|
6499
6545
|
|
6500
6546
|
.sd-question--paneldynamic.sd-element--with-frame {
|