survey-creator-core 1.12.3 → 1.12.4
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/5dcaaadc5b1c048d6daa.png +0 -0
- package/5e87e454a7071a571216.png +0 -0
- package/a7b373b83d0c1e0262bd.png +0 -0
- package/cc27e2890751d1ea0380.png +0 -0
- package/e8dfbe2bdd7c9dca5efa.png +0 -0
- package/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/i18n/arabic.js +1 -1
- package/i18n/arabic.min.js.LICENSE.txt +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js.LICENSE.txt +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js.LICENSE.txt +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js.LICENSE.txt +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js.LICENSE.txt +1 -1
- package/i18n/english.js +17 -1
- package/i18n/english.js.map +1 -1
- package/i18n/english.min.js +1 -1
- package/i18n/english.min.js.LICENSE.txt +1 -1
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js.LICENSE.txt +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js.LICENSE.txt +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js.LICENSE.txt +1 -1
- package/i18n/hebrew.js +1 -1
- package/i18n/hebrew.min.js.LICENSE.txt +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js.LICENSE.txt +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js.LICENSE.txt +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js.LICENSE.txt +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js.LICENSE.txt +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js.LICENSE.txt +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js.LICENSE.txt +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js.LICENSE.txt +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js.LICENSE.txt +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js.LICENSE.txt +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js.LICENSE.txt +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js.LICENSE.txt +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js.LICENSE.txt +1 -1
- package/i18n/romanian.js +1 -1
- package/i18n/romanian.min.js.LICENSE.txt +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js.LICENSE.txt +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js.LICENSE.txt +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js.LICENSE.txt +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js.LICENSE.txt +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js.LICENSE.txt +1 -1
- package/i18n/thai.js +1 -1
- package/i18n/thai.min.js.LICENSE.txt +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +392 -97
- package/survey-creator-core.fontless.css +391 -96
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +10 -10
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +589 -156
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +11 -11
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/typings/components/action-container-view-model.d.ts +17 -1
- package/typings/components/page.d.ts +4 -2
- package/typings/components/question-image.d.ts +2 -2
- package/typings/components/question.d.ts +10 -2
- package/typings/components/simulator.d.ts +3 -1
- package/typings/components/tabs/designer.d.ts +2 -0
- package/typings/components/tabs/logic-ui.d.ts +2 -0
- package/typings/components/tabs/preview.d.ts +2 -0
- package/typings/components/tabs/theme-custom-questions/shadow-effects.d.ts +1 -0
- package/typings/components/tabs/translation.d.ts +2 -0
- package/typings/creator-base.d.ts +2 -0
- package/typings/editorLocalization.d.ts +16 -0
- package/typings/expand-collapse-manager.d.ts +8 -0
- package/typings/localization/english.d.ts +16 -0
- package/typings/survey-helper.d.ts +1 -0
- package/typings/toolbox.d.ts +1 -0
package/survey-creator-core.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.4
|
|
3
3
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
/*# sourceMappingURL=fonts.fontless.css.map*//*!
|
|
231
|
-
* SurveyJS Creator v1.12.
|
|
231
|
+
* SurveyJS Creator v1.12.4
|
|
232
232
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
233
233
|
* Github: https://github.com/surveyjs/survey-creator
|
|
234
234
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -495,6 +495,18 @@ svc-tab-test {
|
|
|
495
495
|
background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
+
.svc-test-tab--empty {
|
|
499
|
+
display: flex;
|
|
500
|
+
flex-direction: column;
|
|
501
|
+
align-items: center;
|
|
502
|
+
justify-content: center;
|
|
503
|
+
flex-grow: 1;
|
|
504
|
+
flex-shrink: 0;
|
|
505
|
+
width: 100%;
|
|
506
|
+
height: 100%;
|
|
507
|
+
gap: 0px;
|
|
508
|
+
}
|
|
509
|
+
|
|
498
510
|
.svc-test-tab__content .svc-plugin-tab__content {
|
|
499
511
|
overflow-y: overlay;
|
|
500
512
|
}
|
|
@@ -1027,6 +1039,17 @@ svc-tab-test {
|
|
|
1027
1039
|
--sjs-transition-duration: 0ms;
|
|
1028
1040
|
}
|
|
1029
1041
|
|
|
1042
|
+
.svc-translation-tab--empty {
|
|
1043
|
+
display: flex;
|
|
1044
|
+
flex-direction: column;
|
|
1045
|
+
align-items: center;
|
|
1046
|
+
justify-content: center;
|
|
1047
|
+
flex-grow: 1;
|
|
1048
|
+
flex-shrink: 0;
|
|
1049
|
+
width: 100%;
|
|
1050
|
+
gap: 0px;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1030
1053
|
.st-properties {
|
|
1031
1054
|
background-color: var(--ctr-property-grid-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
1032
1055
|
flex-grow: 1;
|
|
@@ -1507,15 +1530,19 @@ td.st-table__cell:first-of-type span {
|
|
|
1507
1530
|
--sjs-transition-duration: 0ms;
|
|
1508
1531
|
}
|
|
1509
1532
|
|
|
1510
|
-
.svc-logic-tab__content.svc-logic-
|
|
1533
|
+
.svc-logic-tab__content.svc-logic-tab--empty {
|
|
1511
1534
|
display: flex;
|
|
1512
1535
|
flex-direction: column;
|
|
1513
1536
|
align-items: center;
|
|
1514
1537
|
justify-content: center;
|
|
1538
|
+
flex-grow: 1;
|
|
1539
|
+
flex-shrink: 0;
|
|
1540
|
+
width: 100%;
|
|
1541
|
+
gap: 0px;
|
|
1515
1542
|
}
|
|
1516
|
-
.svc-logic-tab__content.svc-logic-
|
|
1543
|
+
.svc-logic-tab__content.svc-logic-tab--empty .svc-logic-tab__content-action {
|
|
1517
1544
|
width: calc(33 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1518
|
-
margin-top:
|
|
1545
|
+
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
1519
1546
|
}
|
|
1520
1547
|
.svc-logic-tab__content .svc-logic-tab__content-action {
|
|
1521
1548
|
margin-left: 25%;
|
|
@@ -1676,6 +1703,11 @@ svc-tab-designer {
|
|
|
1676
1703
|
min-width: calc(84 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1677
1704
|
}
|
|
1678
1705
|
|
|
1706
|
+
.svc-content-wrapper {
|
|
1707
|
+
width: 100%;
|
|
1708
|
+
display: flex;
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1679
1711
|
.svc-tab-designer .svc-designer-header .sd-container-modern__title {
|
|
1680
1712
|
background-color: transparent;
|
|
1681
1713
|
}
|
|
@@ -1720,24 +1752,25 @@ svc-tab-designer {
|
|
|
1720
1752
|
.svc-designer__placeholder-container {
|
|
1721
1753
|
display: flex;
|
|
1722
1754
|
flex-grow: 1;
|
|
1755
|
+
flex-shrink: 0;
|
|
1723
1756
|
width: 100%;
|
|
1724
1757
|
flex-direction: column;
|
|
1725
1758
|
align-items: center;
|
|
1726
1759
|
justify-content: center;
|
|
1760
|
+
gap: 0px;
|
|
1727
1761
|
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1728
1762
|
box-sizing: border-box;
|
|
1729
1763
|
text-align: center;
|
|
1764
|
+
position: relative;
|
|
1730
1765
|
}
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1766
|
+
.svc-designer__placeholder-container .sd-page {
|
|
1767
|
+
display: none;
|
|
1734
1768
|
}
|
|
1735
1769
|
|
|
1736
1770
|
.svc-designer-placeholder-page .svc-page__footer {
|
|
1737
1771
|
width: calc(33 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1738
1772
|
margin: auto;
|
|
1739
1773
|
}
|
|
1740
|
-
|
|
1741
1774
|
.svc-designer-placeholder-page .svc-row--ghost {
|
|
1742
1775
|
display: none;
|
|
1743
1776
|
}
|
|
@@ -1802,19 +1835,13 @@ svc-tab-designer {
|
|
|
1802
1835
|
.svc-creator--mobile .svc-page__content.svc-page__content--selected .sd-page__title {
|
|
1803
1836
|
margin: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 0 0;
|
|
1804
1837
|
}
|
|
1805
|
-
.svc-creator--mobile .svc-
|
|
1806
|
-
padding: 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))));
|
|
1807
|
-
}
|
|
1808
|
-
.svc-creator--mobile .svc-page__content .svc-page__footer {
|
|
1838
|
+
.svc-creator--mobile .svc-page__footer {
|
|
1809
1839
|
margin-left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1810
1840
|
margin-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1841
|
+
margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1811
1842
|
}
|
|
1812
|
-
.svc-creator--mobile .svc-
|
|
1813
|
-
|
|
1814
|
-
}
|
|
1815
|
-
.svc-creator--mobile .svc-question__content.svc-question__content--selected {
|
|
1816
|
-
padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1817
|
-
padding-bottom: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1843
|
+
.svc-creator--mobile .svc-designer-placeholder-page .svc-page__footer {
|
|
1844
|
+
margin-top: 0;
|
|
1818
1845
|
}
|
|
1819
1846
|
.svc-creator--mobile .svc-tab-designer {
|
|
1820
1847
|
justify-content: initial;
|
|
@@ -1847,8 +1874,7 @@ svc-tab-designer {
|
|
|
1847
1874
|
width: 100%;
|
|
1848
1875
|
}
|
|
1849
1876
|
.svc-creator--mobile .svc-question__content-actions {
|
|
1850
|
-
width: calc(100%
|
|
1851
|
-
left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1877
|
+
width: calc(100% + 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1852
1878
|
}
|
|
1853
1879
|
.svc-creator--mobile .svc-question__content-actions .sv-action-bar-item {
|
|
1854
1880
|
border: 0;
|
|
@@ -2234,6 +2260,118 @@ svc-tab-test {
|
|
|
2234
2260
|
color: var(--ctr-popup-message-color, #404040);
|
|
2235
2261
|
}
|
|
2236
2262
|
|
|
2263
|
+
.svc-surface-placeholder {
|
|
2264
|
+
display: flex;
|
|
2265
|
+
width: 100%;
|
|
2266
|
+
max-width: var(--ctr-surface-placeholder-max-width, 720px);
|
|
2267
|
+
flex-direction: column;
|
|
2268
|
+
align-items: center;
|
|
2269
|
+
justify-content: center;
|
|
2270
|
+
gap: 0px;
|
|
2271
|
+
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2272
|
+
box-sizing: border-box;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
.svc-creator--mobile .svc-surface-placeholder {
|
|
2276
|
+
padding: var(--ctr-surface-placeholder-padding-top, 0px) var(--ctr-surface-placeholder-padding-right, 48px) var(--ctr-surface-placeholder-padding-bottom, 0px) var(--ctr-surface-placeholder-padding-left, 48px);
|
|
2277
|
+
}
|
|
2278
|
+
.svc-creator--mobile .svc-surface-placeholder__text {
|
|
2279
|
+
padding: var(--ctr-surface-placeholder-text-margin-top, 32px) var(--ctr-surface-placeholder-text-margin-right, 32px) var(--ctr-surface-placeholder-text-margin-bottom, 24px) var(--ctr-surface-placeholder-text-margin-left, 32px);
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
.svc-surface-placeholder__image {
|
|
2283
|
+
display: flex;
|
|
2284
|
+
flex-direction: row;
|
|
2285
|
+
gap: 0px;
|
|
2286
|
+
align-items: center;
|
|
2287
|
+
justify-content: center;
|
|
2288
|
+
flex-shrink: 0;
|
|
2289
|
+
position: relative;
|
|
2290
|
+
overflow: hidden;
|
|
2291
|
+
padding: 135px 170px;
|
|
2292
|
+
display: flex;
|
|
2293
|
+
flex-direction: row;
|
|
2294
|
+
gap: 0px;
|
|
2295
|
+
align-items: center;
|
|
2296
|
+
justify-content: center;
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
.svc-surface-placeholder__image--designer {
|
|
2300
|
+
background: url(a7b373b83d0c1e0262bd.png) 50%/contain no-repeat;
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
.svc-surface-placeholder__image--preview {
|
|
2304
|
+
background: url(e8dfbe2bdd7c9dca5efa.png) 50%/contain no-repeat;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
.svc-surface-placeholder__image--theme {
|
|
2308
|
+
background: url(5e87e454a7071a571216.png) 50%/contain no-repeat;
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
.svc-surface-placeholder__image--logic {
|
|
2312
|
+
background: url(5dcaaadc5b1c048d6daa.png) 50%/contain no-repeat;
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2315
|
+
.svc-surface-placeholder__image--translation {
|
|
2316
|
+
background: url(cc27e2890751d1ea0380.png) 50%/contain no-repeat;
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
.svc-surface-placeholder__text {
|
|
2320
|
+
padding: var(--ctr-surface-placeholder-text-margin-top, 32px) 0px var(--ctr-surface-placeholder-text-margin-bottom, 24px) 0px;
|
|
2321
|
+
display: flex;
|
|
2322
|
+
flex-direction: column;
|
|
2323
|
+
gap: var(--ctr-surface-placeholder-text-gap, 8px);
|
|
2324
|
+
align-items: center;
|
|
2325
|
+
justify-content: center;
|
|
2326
|
+
align-self: center;
|
|
2327
|
+
flex-shrink: 0;
|
|
2328
|
+
width: 100%;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
.svc-surface-placeholder__title {
|
|
2332
|
+
color: var(--ctr-surface-placeholder-text-title-color, rgba(0, 0, 0, 0.91));
|
|
2333
|
+
text-align: center;
|
|
2334
|
+
font-family: var(--ctr-medium-bold-font-family, "Open Sans");
|
|
2335
|
+
font-size: var(--ctr-medium-bold-font-size, 24px);
|
|
2336
|
+
line-height: var(--ctr-medium-bold-line-height, 32px);
|
|
2337
|
+
font-weight: var(--ctr-medium-bold-font-weight, 700);
|
|
2338
|
+
align-self: stretch;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
.svc-surface-placeholder__description {
|
|
2342
|
+
color: var(--ctr-surface-placeholder-text-description-color, rgba(0, 0, 0, 0.45));
|
|
2343
|
+
text-align: center;
|
|
2344
|
+
font-family: var(--ctr-default-font-family, "Open Sans");
|
|
2345
|
+
font-size: var(--ctr-default-font-size, 16px);
|
|
2346
|
+
line-height: var(--ctr-default-line-height, 24px);
|
|
2347
|
+
font-weight: var(--ctr-default-font-weight, 400);
|
|
2348
|
+
align-self: stretch;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
.svc-designer__placeholder-container {
|
|
2352
|
+
padding-bottom: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
.svc-logic-tab--empty > :last-child {
|
|
2356
|
+
margin-bottom: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
.svc-test-tab--empty .svc-surface-placeholder,
|
|
2360
|
+
.svc-translation-tab--empty .svc-surface-placeholder {
|
|
2361
|
+
padding-bottom: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
.svc-creator--mobile .svc-designer__placeholder-container {
|
|
2365
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2366
|
+
}
|
|
2367
|
+
.svc-creator--mobile .svc-logic-tab--empty > :last-child {
|
|
2368
|
+
margin-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2369
|
+
}
|
|
2370
|
+
.svc-creator--mobile .svc-test-tab--empty .svc-surface-placeholder,
|
|
2371
|
+
.svc-creator--mobile .svc-translation-tab--empty .svc-surface-placeholder {
|
|
2372
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2237
2375
|
survey-creator,
|
|
2238
2376
|
.svc-creator {
|
|
2239
2377
|
display: flex;
|
|
@@ -2917,7 +3055,7 @@ svc-page {
|
|
|
2917
3055
|
}
|
|
2918
3056
|
.svc-page__content .sd-page {
|
|
2919
3057
|
margin: 0;
|
|
2920
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))))
|
|
3058
|
+
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
|
|
2921
3059
|
}
|
|
2922
3060
|
|
|
2923
3061
|
.svc-page__content-actions {
|
|
@@ -2970,68 +3108,62 @@ svc-page {
|
|
|
2970
3108
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
2971
3109
|
}
|
|
2972
3110
|
|
|
2973
|
-
.svc-page__content:
|
|
2974
|
-
.svc-hovered.svc-page__content
|
|
3111
|
+
.svc-page__content:focus,
|
|
3112
|
+
.svc-hovered.svc-page__content {
|
|
2975
3113
|
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
|
|
2976
3114
|
background: var(--ctr-survey-page-background-color-hovered, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
2977
3115
|
}
|
|
2978
3116
|
|
|
2979
|
-
.svc-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
height: 100%;
|
|
2983
|
-
position: absolute;
|
|
2984
|
-
top: 0;
|
|
2985
|
-
left: 0;
|
|
2986
|
-
border: 2px var(--sjs-border-default, var(--border, #d6d6d6)) dashed;
|
|
2987
|
-
margin: -2px;
|
|
2988
|
-
border-radius: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2989
|
-
box-sizing: content-box;
|
|
2990
|
-
pointer-events: none;
|
|
3117
|
+
.svc-page__content--new.svc-page__content--new {
|
|
3118
|
+
box-shadow: none;
|
|
3119
|
+
background-color: transparent;
|
|
2991
3120
|
}
|
|
2992
3121
|
|
|
2993
|
-
.svc-
|
|
2994
|
-
.svc-
|
|
2995
|
-
|
|
2996
|
-
display: none;
|
|
3122
|
+
.svc-page__content--selected .svc-page__content-actions,
|
|
3123
|
+
.svc-hovered.svc-page__content .svc-page__content-actions {
|
|
3124
|
+
opacity: 1;
|
|
2997
3125
|
}
|
|
2998
|
-
|
|
2999
|
-
.svc-
|
|
3000
|
-
.svc-hovered.svc-page__content.svc-page__content--selected {
|
|
3126
|
+
|
|
3127
|
+
.svc-page__content--selected.svc-page__content--selected {
|
|
3001
3128
|
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
3002
3129
|
background: var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1));
|
|
3003
3130
|
}
|
|
3004
|
-
|
|
3005
|
-
.svc-
|
|
3006
|
-
|
|
3007
|
-
|
|
3131
|
+
|
|
3132
|
+
.svc-page__content--animation-running .svc-row .svc-question--enter {
|
|
3133
|
+
animation: none;
|
|
3134
|
+
}
|
|
3135
|
+
.svc-page__content--animation-running .svc-row .svc-question--leave {
|
|
3136
|
+
animation-name: moveInWithOverflow;
|
|
3137
|
+
animation-direction: reverse;
|
|
3138
|
+
animation-fill-mode: forwards;
|
|
3139
|
+
animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
|
|
3140
|
+
animation-duration: var(--sjs-svc-collapse-move-out-duration, 250ms);
|
|
3141
|
+
animation-delay: var(--sjs-svc-collapse-move-out-delay, 100ms);
|
|
3008
3142
|
}
|
|
3009
3143
|
|
|
3010
|
-
.svc-creator .svc-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
box-sizing: content-box;
|
|
3021
|
-
pointer-events: none;
|
|
3144
|
+
.svc-creator--disable-animations .svc-row .svc-question--leave {
|
|
3145
|
+
animation: none;
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3148
|
+
.svc-page__content--collapse-onhover, .svc-page__content--collapse-always {
|
|
3149
|
+
outline: 2px transparent dashed;
|
|
3150
|
+
transition: outline-color var(--sjs-creator-transition-duration, 150ms);
|
|
3151
|
+
}
|
|
3152
|
+
.svc-page__content--collapse-onhover.svc-page__content--selected, .svc-page__content--collapse-onhover.svc-page__content.svc-hovered, .svc-page__content--collapse-always.svc-page__content--selected, .svc-page__content--collapse-always.svc-page__content.svc-hovered {
|
|
3153
|
+
outline-color: transparent;
|
|
3022
3154
|
}
|
|
3023
|
-
.svc-
|
|
3155
|
+
.svc-page__content--collapse-onhover.svc-page__content--collapsed-drag-over-inside, .svc-page__content--collapse-always.svc-page__content--collapsed-drag-over-inside {
|
|
3024
3156
|
box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
3025
3157
|
background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
|
3026
3158
|
animation: collapsed-drag-over-inside-blinking 1s infinite;
|
|
3159
|
+
outline-color: transparent;
|
|
3027
3160
|
}
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
animation: collapsed-drag-over-inside-blinking 1s infinite;
|
|
3161
|
+
|
|
3162
|
+
.svc-page__content--collapsed {
|
|
3163
|
+
outline-color: var(--sjs-border-default, var(--border, #d6d6d6));
|
|
3032
3164
|
}
|
|
3033
3165
|
|
|
3034
|
-
.svc-creator--mobile .svc-
|
|
3166
|
+
.svc-creator--mobile .svc-page__content::after {
|
|
3035
3167
|
margin: 0;
|
|
3036
3168
|
border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3037
3169
|
}
|
|
@@ -3054,6 +3186,7 @@ svc-page {
|
|
|
3054
3186
|
overflow: visible;
|
|
3055
3187
|
margin-left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3056
3188
|
margin-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3189
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3057
3190
|
gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3058
3191
|
}
|
|
3059
3192
|
.svc-page__footer .sv-action {
|
|
@@ -3113,7 +3246,8 @@ svc-page {
|
|
|
3113
3246
|
.svc-page__placeholder_frame {
|
|
3114
3247
|
min-width: auto;
|
|
3115
3248
|
max-width: 100%;
|
|
3116
|
-
|
|
3249
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3250
|
+
padding: 0 calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3117
3251
|
}
|
|
3118
3252
|
.svc-page__placeholder_frame .svc-panel__placeholder_frame {
|
|
3119
3253
|
padding: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -3394,9 +3528,12 @@ svc-question {
|
|
|
3394
3528
|
position: relative;
|
|
3395
3529
|
height: auto;
|
|
3396
3530
|
width: 100%;
|
|
3397
|
-
display:
|
|
3398
|
-
|
|
3399
|
-
|
|
3531
|
+
display: grid;
|
|
3532
|
+
grid-template-columns: 100%;
|
|
3533
|
+
}
|
|
3534
|
+
.svc-question__adorner > * {
|
|
3535
|
+
grid-row: 1;
|
|
3536
|
+
grid-column: 1;
|
|
3400
3537
|
}
|
|
3401
3538
|
.svc-question__adorner.svc-question__adorner--collapsed {
|
|
3402
3539
|
height: fit-content;
|
|
@@ -3450,7 +3587,10 @@ svc-question {
|
|
|
3450
3587
|
}
|
|
3451
3588
|
|
|
3452
3589
|
.svc-question__content {
|
|
3453
|
-
scroll-margin-top: 8px;
|
|
3590
|
+
scroll-margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3591
|
+
}
|
|
3592
|
+
.svc-question__content .sd-element {
|
|
3593
|
+
scroll-margin-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3454
3594
|
}
|
|
3455
3595
|
|
|
3456
3596
|
.svc-question__content {
|
|
@@ -3463,13 +3603,31 @@ svc-question {
|
|
|
3463
3603
|
flex-grow: 1;
|
|
3464
3604
|
border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3465
3605
|
box-sizing: border-box;
|
|
3466
|
-
padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(
|
|
3606
|
+
padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3467
3607
|
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
3468
3608
|
box-shadow: 0px 1px 2px 0px var(--ctr-shadow-small-color, rgba(0, 0, 0, 0.15));
|
|
3469
3609
|
outline: none;
|
|
3470
3610
|
transition: background var(--sjs-creator-transition-duration, 150ms), box-shadow var(--sjs-creator-transition-duration, 150ms);
|
|
3471
3611
|
}
|
|
3472
3612
|
|
|
3613
|
+
.svc-question__content--title-bottom {
|
|
3614
|
+
padding-top: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3615
|
+
padding-bottom: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3616
|
+
}
|
|
3617
|
+
.svc-question__content--title-bottom .sd-question__content {
|
|
3618
|
+
margin-top: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3619
|
+
}
|
|
3620
|
+
.svc-question__content--title-bottom .svc-question__content-actions {
|
|
3621
|
+
height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3622
|
+
}
|
|
3623
|
+
.svc-question__content--title-bottom .svc-question__content-actions > .sv-action-bar {
|
|
3624
|
+
margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3625
|
+
}
|
|
3626
|
+
|
|
3627
|
+
.svc-question__content--title-hidden {
|
|
3628
|
+
padding-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3473
3631
|
.svc-question__content .sd-selectbase:not(.sd-imagepicker) {
|
|
3474
3632
|
padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3475
3633
|
margin-left: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -3505,6 +3663,61 @@ svc-question {
|
|
|
3505
3663
|
overflow: visible;
|
|
3506
3664
|
}
|
|
3507
3665
|
|
|
3666
|
+
.svc-question--enter, .svc-question--leave {
|
|
3667
|
+
animation-name: fadeIn, moveInWithOverflow;
|
|
3668
|
+
animation-fill-mode: forwards;
|
|
3669
|
+
animation-direction: var(--animation-direction);
|
|
3670
|
+
animation-timing-function: var(--animation-timing-function);
|
|
3671
|
+
animation-duration: var(--fade-animation-duration), var(--move-animation-duration);
|
|
3672
|
+
animation-delay: var(--fade-animation-delay), var(--move-animation-delay);
|
|
3673
|
+
}
|
|
3674
|
+
|
|
3675
|
+
.svc-question--enter {
|
|
3676
|
+
opacity: 0;
|
|
3677
|
+
--fade-animation-duration: var(--sjs-svc-expand-fade-in-duration, 150ms);
|
|
3678
|
+
--move-animation-duration: var(--sjs-svc-expand-move-in-duration, 250ms);
|
|
3679
|
+
--fade-animation-delay: var(--sjs-svc-expand-fade-in-delay, 250ms);
|
|
3680
|
+
--move-animation-delay: 0s;
|
|
3681
|
+
--animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
|
|
3682
|
+
--animation-direction: normal;
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3685
|
+
.svc-question--leave {
|
|
3686
|
+
--fade-animation-duration: var(--sjs-svc-collapse-fade-out-duration, 150ms);
|
|
3687
|
+
--move-animation-duration: var(--sjs-svc-collapse-move-out-duration, 250ms);
|
|
3688
|
+
--fade-animation-delay: 0s;
|
|
3689
|
+
--move-animation-delay: var(--sjs-svc-collapse-move-out-delay, 100ms);
|
|
3690
|
+
--animation-direction: reverse;
|
|
3691
|
+
--animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
@keyframes changeAlignSelf {
|
|
3695
|
+
from {
|
|
3696
|
+
align-self: flex-start;
|
|
3697
|
+
}
|
|
3698
|
+
to {
|
|
3699
|
+
align-self: stretch;
|
|
3700
|
+
}
|
|
3701
|
+
}
|
|
3702
|
+
.svc-question--enter.svc-question__adorner, .svc-question--leave.svc-question__adorner {
|
|
3703
|
+
opacity: 1;
|
|
3704
|
+
animation-name: changeAlignSelf;
|
|
3705
|
+
animation-duration: 0s;
|
|
3706
|
+
}
|
|
3707
|
+
|
|
3708
|
+
.svc-question--enter.svc-question__adorner {
|
|
3709
|
+
align-self: flex-start;
|
|
3710
|
+
animation-delay: var(--move-animation-duration);
|
|
3711
|
+
}
|
|
3712
|
+
|
|
3713
|
+
.svc-question--leave.svc-question__adorner {
|
|
3714
|
+
animation-delay: var(--move-animation-delay);
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
.svc-creator--disable-animations .svc-question--enter, .svc-creator--disable-animations .svc-question--leave {
|
|
3718
|
+
animation: none;
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3508
3721
|
.svc-question__content .sd-question:not(.sd-question--paneldynamic) .sd-panel__content {
|
|
3509
3722
|
overflow: auto;
|
|
3510
3723
|
}
|
|
@@ -3523,16 +3736,24 @@ svc-question {
|
|
|
3523
3736
|
}
|
|
3524
3737
|
|
|
3525
3738
|
.svc-question__content-actions {
|
|
3526
|
-
position:
|
|
3739
|
+
position: relative;
|
|
3527
3740
|
opacity: 0;
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3741
|
+
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3742
|
+
margin-left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3743
|
+
margin-top: auto;
|
|
3744
|
+
width: calc(100% + 2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3531
3745
|
transition: opacity var(--sjs-creator-transition-duration, 150ms);
|
|
3532
3746
|
}
|
|
3533
3747
|
.svc-question__content-actions:focus-within {
|
|
3534
3748
|
opacity: 1;
|
|
3535
3749
|
}
|
|
3750
|
+
.svc-question__content-actions > .sv-action-bar {
|
|
3751
|
+
position: absolute;
|
|
3752
|
+
left: 0;
|
|
3753
|
+
top: 0;
|
|
3754
|
+
width: 100%;
|
|
3755
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3756
|
+
}
|
|
3536
3757
|
.svc-question__content-actions .sv-action--convertTo {
|
|
3537
3758
|
max-width: max-content;
|
|
3538
3759
|
}
|
|
@@ -3632,10 +3853,14 @@ svc-question {
|
|
|
3632
3853
|
background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
|
3633
3854
|
}
|
|
3634
3855
|
}
|
|
3635
|
-
.svc-question__content--selected
|
|
3636
|
-
.svc-
|
|
3856
|
+
.svc-question__content--selected > .svc-question__content-actions,
|
|
3857
|
+
.svc-hovered > .svc-question__content > .svc-question__content-actions {
|
|
3637
3858
|
opacity: 1;
|
|
3638
3859
|
}
|
|
3860
|
+
.svc-question__content--selected > .svc-question__content-actions.svc-question--enter,
|
|
3861
|
+
.svc-hovered > .svc-question__content > .svc-question__content-actions.svc-question--enter {
|
|
3862
|
+
opacity: 0;
|
|
3863
|
+
}
|
|
3639
3864
|
|
|
3640
3865
|
.svc-question__content--dragged {
|
|
3641
3866
|
background: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
|
|
@@ -3643,8 +3868,48 @@ svc-question {
|
|
|
3643
3868
|
.svc-question__content--dragged .sd-question__title {
|
|
3644
3869
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
3645
3870
|
}
|
|
3646
|
-
.svc-question__content--dragged
|
|
3647
|
-
|
|
3871
|
+
.svc-question__content--dragged > .svc-question__content-actions {
|
|
3872
|
+
opacity: 0;
|
|
3873
|
+
}
|
|
3874
|
+
|
|
3875
|
+
.svc-creator--mobile .svc-question__content-actions {
|
|
3876
|
+
overflow: hidden;
|
|
3877
|
+
height: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3878
|
+
}
|
|
3879
|
+
.svc-creator--mobile .svc-question__content-actions > .sv-action-bar {
|
|
3880
|
+
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3881
|
+
}
|
|
3882
|
+
.svc-creator--mobile .svc-question__content-actions.svc-question--enter {
|
|
3883
|
+
animation-name: empty, moveInWithOverflow;
|
|
3884
|
+
}
|
|
3885
|
+
.svc-creator--mobile .svc-question__content {
|
|
3886
|
+
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3887
|
+
}
|
|
3888
|
+
.svc-creator--mobile .svc-element__header--hidden {
|
|
3889
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3890
|
+
margin-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3891
|
+
padding: 0 calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3892
|
+
}
|
|
3893
|
+
.svc-creator--mobile .svc-question__adorner--selected > .svc-element__header--hidden {
|
|
3894
|
+
margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3895
|
+
margin-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3896
|
+
}
|
|
3897
|
+
.svc-creator--mobile .svc-question__content--selected {
|
|
3898
|
+
padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3899
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3900
|
+
}
|
|
3901
|
+
.svc-creator--mobile .svc-question__content--selected > .svc-question__content-actions {
|
|
3902
|
+
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3903
|
+
overflow: visible;
|
|
3904
|
+
}
|
|
3905
|
+
.svc-creator--mobile .svc-question__content--selected > .svc-question__content-actions > .sv-action-bar {
|
|
3906
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3907
|
+
}
|
|
3908
|
+
.svc-creator--mobile .svc-question__content--selected > .svc-question__content-actions.svc-question--enter {
|
|
3909
|
+
animation-name: fadeIn, moveInWithOverflow;
|
|
3910
|
+
}
|
|
3911
|
+
.svc-creator--mobile.svc-creator--disable-animations .svc-question--enter {
|
|
3912
|
+
animation: none;
|
|
3648
3913
|
}
|
|
3649
3914
|
|
|
3650
3915
|
.svc-question__content .sd-question.sd-question--table {
|
|
@@ -3799,7 +4064,7 @@ svc-question {
|
|
|
3799
4064
|
bottom: -6px;
|
|
3800
4065
|
}
|
|
3801
4066
|
|
|
3802
|
-
.svc-question__content-actions .sv-action-bar {
|
|
4067
|
+
.svc-question__content-actions > .sv-action-bar {
|
|
3803
4068
|
box-sizing: border-box;
|
|
3804
4069
|
padding: 0;
|
|
3805
4070
|
justify-content: center;
|
|
@@ -3863,8 +4128,11 @@ svc-question .sv-action-bar,
|
|
|
3863
4128
|
|
|
3864
4129
|
.svc-element__header--hidden {
|
|
3865
4130
|
display: block;
|
|
3866
|
-
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3867
4131
|
box-sizing: border-box;
|
|
4132
|
+
padding: 0 calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4133
|
+
margin: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
|
|
4134
|
+
z-index: -1;
|
|
4135
|
+
width: 100%;
|
|
3868
4136
|
}
|
|
3869
4137
|
.svc-element__header--hidden .svc-string-editor,
|
|
3870
4138
|
.svc-element__header--hidden .svc-fake-title,
|
|
@@ -3882,34 +4150,52 @@ svc-question .sv-action-bar,
|
|
|
3882
4150
|
content: ")";
|
|
3883
4151
|
}
|
|
3884
4152
|
.svc-element__header--hidden .svc-element__title--hidden {
|
|
3885
|
-
|
|
4153
|
+
opacity: 0;
|
|
4154
|
+
transition: opacity 150ms;
|
|
3886
4155
|
}
|
|
3887
4156
|
|
|
3888
|
-
.svc-
|
|
4157
|
+
.svc-element__header--hidden.sd-question__header--location--left .svc-string-editor,
|
|
4158
|
+
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor {
|
|
4159
|
+
display: inline-block;
|
|
4160
|
+
}
|
|
4161
|
+
.svc-element__header--hidden.sd-question__header--location--left .svc-string-editor::before, .svc-element__header--hidden.sd-question__header--location--left .svc-string-editor::after,
|
|
4162
|
+
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor::before,
|
|
4163
|
+
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor::after {
|
|
4164
|
+
content: none;
|
|
4165
|
+
}
|
|
4166
|
+
|
|
4167
|
+
.svc-question__adorner.svc-question__adorner--collapsed > .svc-element__header--hidden {
|
|
4168
|
+
z-index: 1;
|
|
4169
|
+
}
|
|
4170
|
+
.svc-question__adorner.svc-question__adorner--collapsed > .svc-element__header--hidden > .svc-element__title--hidden {
|
|
4171
|
+
opacity: 1;
|
|
4172
|
+
}
|
|
4173
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed > * {
|
|
3889
4174
|
display: none;
|
|
3890
4175
|
}
|
|
3891
|
-
.svc-question__adorner .svc-question__content--collapsed .svc-question__drag-area {
|
|
4176
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .svc-question__drag-area {
|
|
4177
|
+
display: flex;
|
|
4178
|
+
}
|
|
4179
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .svc-content-wrapper {
|
|
3892
4180
|
display: flex;
|
|
3893
4181
|
}
|
|
3894
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element {
|
|
4182
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-element {
|
|
3895
4183
|
display: block;
|
|
3896
4184
|
}
|
|
3897
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element > *:not(.sd-element__header) {
|
|
4185
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-element > *:not(.sd-element__header) {
|
|
3898
4186
|
display: none;
|
|
3899
4187
|
}
|
|
3900
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header > *:not(.sd-element__title) {
|
|
4188
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-element__header > *:not(.sd-element__title) {
|
|
3901
4189
|
display: none;
|
|
3902
4190
|
}
|
|
3903
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-
|
|
3904
|
-
display:
|
|
3905
|
-
}
|
|
3906
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .svc-element__title--hidden {
|
|
3907
|
-
display: block;
|
|
4191
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-question__header--location--left {
|
|
4192
|
+
display: none;
|
|
3908
4193
|
}
|
|
3909
4194
|
|
|
3910
4195
|
.svc-question__adorner .svc-question__content--collapsed {
|
|
3911
4196
|
flex-grow: 0;
|
|
3912
4197
|
padding-bottom: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4198
|
+
padding-top: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3913
4199
|
}
|
|
3914
4200
|
.svc-question__adorner .svc-question__content--collapsed .sd-element__header,
|
|
3915
4201
|
.svc-question__adorner .svc-question__content--collapsed .sd-element--complex > .sd-element__header {
|
|
@@ -3922,8 +4208,10 @@ svc-question .sv-action-bar,
|
|
|
3922
4208
|
}
|
|
3923
4209
|
.svc-creator--mobile .svc-question__adorner .svc-question__content--collapsed {
|
|
3924
4210
|
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4211
|
+
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3925
4212
|
}
|
|
3926
4213
|
.svc-creator--mobile .svc-question__adorner .svc-question__content--collapsed.svc-question__content--selected {
|
|
4214
|
+
padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3927
4215
|
padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3928
4216
|
}
|
|
3929
4217
|
|
|
@@ -4218,9 +4506,6 @@ svc-question .sv-action-bar,
|
|
|
4218
4506
|
padding: 0;
|
|
4219
4507
|
}
|
|
4220
4508
|
|
|
4221
|
-
.svc-question__content .sd-element__header--location-top {
|
|
4222
|
-
margin-top: 0;
|
|
4223
|
-
}
|
|
4224
4509
|
.svc-question__content .sd-element--complex > .sd-element__header--location-top {
|
|
4225
4510
|
padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
|
|
4226
4511
|
padding-top: 0;
|
|
@@ -4330,7 +4615,7 @@ svc-question .sv-action-bar,
|
|
|
4330
4615
|
box-shadow: 0px 1px 2px 0px var(--ctr-shadow-small-color, rgba(0, 0, 0, 0.15));
|
|
4331
4616
|
}
|
|
4332
4617
|
.sd-row--enter.sd-row--enter.sd-row--enter.sd-row--enter .svc-question__content--selected .svc-question__content-actions {
|
|
4333
|
-
|
|
4618
|
+
opacity: 0;
|
|
4334
4619
|
}
|
|
4335
4620
|
|
|
4336
4621
|
.sd-panel .sd-row--enter.sd-row--enter.sd-row--enter.sd-row--enter .svc-question__content--selected {
|
|
@@ -4388,11 +4673,21 @@ svc-question .sv-action-bar,
|
|
|
4388
4673
|
}
|
|
4389
4674
|
|
|
4390
4675
|
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) {
|
|
4391
|
-
padding:
|
|
4676
|
+
padding-left: 0;
|
|
4677
|
+
padding-right: 0;
|
|
4392
4678
|
}
|
|
4393
4679
|
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) .sd-image__image {
|
|
4394
4680
|
border-radius: 0;
|
|
4395
4681
|
}
|
|
4682
|
+
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) .svc-question__content-actions {
|
|
4683
|
+
padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4684
|
+
width: calc(100% - 2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4685
|
+
box-sizing: border-box;
|
|
4686
|
+
}
|
|
4687
|
+
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) .svc-question__content-actions > .sv-action-bar {
|
|
4688
|
+
width: calc(100% - calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4689
|
+
left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4690
|
+
}
|
|
4396
4691
|
|
|
4397
4692
|
.svc-question__content--image.svc-question__content--empty .sd-file,
|
|
4398
4693
|
.svc-question__content--image.svc-question__content--empty sv-ng-file-question {
|