survey-creator-core 1.12.2 → 1.12.3
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/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 +4 -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 +177 -38
- package/survey-creator-core.fontless.css +176 -37
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +8 -7
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +372 -220
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +9 -8
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/typings/components/question.d.ts +1 -0
- package/typings/components/side-bar/side-bar-header-model.d.ts +11 -0
- package/typings/components/side-bar/side-bar-model.d.ts +3 -6
- package/typings/components/tabs/header-model.d.ts +1 -0
- package/typings/components/tabs/theme-plugin.d.ts +2 -0
- package/typings/editorLocalization.d.ts +3 -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 -0
package/i18n/malay.js
CHANGED
package/i18n/mongolian.js
CHANGED
package/i18n/norwegian.js
CHANGED
package/i18n/persian.js
CHANGED
package/i18n/polish.js
CHANGED
package/i18n/portuguese.js
CHANGED
package/i18n/romanian.js
CHANGED
package/i18n/russian.js
CHANGED
package/i18n/slovak.js
CHANGED
package/i18n/spanish.js
CHANGED
package/i18n/swedish.js
CHANGED
package/i18n/tajik.js
CHANGED
package/i18n/thai.js
CHANGED
package/i18n/turkish.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-core",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.3",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"typings": "./typings/entries/index.d.ts",
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"ace-builds": "^1.4.12",
|
|
30
|
-
"survey-core": "1.12.
|
|
30
|
+
"survey-core": "1.12.3"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|
|
33
33
|
"ace-builds": {
|
package/survey-creator-core.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.3
|
|
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.3
|
|
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
|
|
@@ -1685,9 +1685,6 @@ svc-tab-designer {
|
|
|
1685
1685
|
.svc-tab-designer .sd-title {
|
|
1686
1686
|
display: flex;
|
|
1687
1687
|
}
|
|
1688
|
-
.svc-tab-designer .sd-title.sd-element__title--hidden, .svc-tab-designer .sd-title.svc-element__title--hidden {
|
|
1689
|
-
display: none;
|
|
1690
|
-
}
|
|
1691
1688
|
.svc-tab-designer .sd-container-modern {
|
|
1692
1689
|
min-width: calc(70 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1693
1690
|
width: 100%;
|
|
@@ -2280,9 +2277,21 @@ survey-creator .sv-popup .sv-popup__scrolling-content ::-webkit-scrollbar-thumb:
|
|
|
2280
2277
|
background-color: var(--ctr-scrollbar-background-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
2281
2278
|
}
|
|
2282
2279
|
|
|
2283
|
-
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content
|
|
2280
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content,
|
|
2281
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content {
|
|
2284
2282
|
background: var(--ctr-survey-radio-button-group-item-background-color-floating, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2285
2283
|
}
|
|
2284
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item,
|
|
2285
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item {
|
|
2286
|
+
overflow: hidden;
|
|
2287
|
+
}
|
|
2288
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-viewer,
|
|
2289
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-editor,
|
|
2290
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-viewer,
|
|
2291
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-editor {
|
|
2292
|
+
white-space: nowrap;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2286
2295
|
.svc-creator__area {
|
|
2287
2296
|
position: relative;
|
|
2288
2297
|
-moz-user-select: none;
|
|
@@ -3490,10 +3499,6 @@ svc-question {
|
|
|
3490
3499
|
user-select: all;
|
|
3491
3500
|
pointer-events: all;
|
|
3492
3501
|
}
|
|
3493
|
-
.svc-question__content .sd-question__header--hidden,
|
|
3494
|
-
.svc-question__content .svc-question__header--hidden {
|
|
3495
|
-
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3496
|
-
}
|
|
3497
3502
|
|
|
3498
3503
|
.svc-question__content > div,
|
|
3499
3504
|
.svc-question__placeholders > div {
|
|
@@ -3856,6 +3861,30 @@ svc-question .sv-action-bar,
|
|
|
3856
3861
|
z-index: 1;
|
|
3857
3862
|
}
|
|
3858
3863
|
|
|
3864
|
+
.svc-element__header--hidden {
|
|
3865
|
+
display: block;
|
|
3866
|
+
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3867
|
+
box-sizing: border-box;
|
|
3868
|
+
}
|
|
3869
|
+
.svc-element__header--hidden .svc-string-editor,
|
|
3870
|
+
.svc-element__header--hidden .svc-fake-title,
|
|
3871
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor {
|
|
3872
|
+
display: inline-flex;
|
|
3873
|
+
}
|
|
3874
|
+
.svc-element__header--hidden .svc-string-editor::before,
|
|
3875
|
+
.svc-element__header--hidden .svc-fake-title::before,
|
|
3876
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor::before {
|
|
3877
|
+
content: "(";
|
|
3878
|
+
}
|
|
3879
|
+
.svc-element__header--hidden .svc-string-editor::after,
|
|
3880
|
+
.svc-element__header--hidden .svc-fake-title::after,
|
|
3881
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor::after {
|
|
3882
|
+
content: ")";
|
|
3883
|
+
}
|
|
3884
|
+
.svc-element__header--hidden .svc-element__title--hidden {
|
|
3885
|
+
display: none;
|
|
3886
|
+
}
|
|
3887
|
+
|
|
3859
3888
|
.svc-question__adorner .svc-question__content--collapsed > * {
|
|
3860
3889
|
display: none;
|
|
3861
3890
|
}
|
|
@@ -3871,35 +3900,12 @@ svc-question .sv-action-bar,
|
|
|
3871
3900
|
.svc-question__adorner .svc-question__content--collapsed .sd-element__header > *:not(.sd-element__title) {
|
|
3872
3901
|
display: none;
|
|
3873
3902
|
}
|
|
3874
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header.
|
|
3903
|
+
.svc-question__adorner .svc-question__content--collapsed .sd-element__header.svc-element__header--hidden {
|
|
3875
3904
|
display: block;
|
|
3876
3905
|
}
|
|
3877
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .
|
|
3878
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden,
|
|
3879
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden {
|
|
3906
|
+
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .svc-element__title--hidden {
|
|
3880
3907
|
display: block;
|
|
3881
3908
|
}
|
|
3882
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.sd-element__title--hidden > .svc-string-editor, .svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.sd-element__title--hidden > sv-ng-string > .svc-string-editor, .svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.svc-element__title--hidden > .svc-string-editor, .svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.svc-element__title--hidden > sv-ng-string > .svc-string-editor,
|
|
3883
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > .svc-string-editor,
|
|
3884
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > sv-ng-string > .svc-string-editor,
|
|
3885
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor,
|
|
3886
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > sv-ng-string > .svc-string-editor {
|
|
3887
|
-
display: inline-flex;
|
|
3888
|
-
}
|
|
3889
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.sd-element__title--hidden > .svc-string-editor::before, .svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.sd-element__title--hidden > sv-ng-string > .svc-string-editor::before, .svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.svc-element__title--hidden > .svc-string-editor::before, .svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.svc-element__title--hidden > sv-ng-string > .svc-string-editor::before,
|
|
3890
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > .svc-string-editor::before,
|
|
3891
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > sv-ng-string > .svc-string-editor::before,
|
|
3892
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor::before,
|
|
3893
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > sv-ng-string > .svc-string-editor::before {
|
|
3894
|
-
content: "(";
|
|
3895
|
-
}
|
|
3896
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.sd-element__title--hidden > .svc-string-editor::after, .svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.sd-element__title--hidden > sv-ng-string > .svc-string-editor::after, .svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.svc-element__title--hidden > .svc-string-editor::after, .svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-element__title.svc-element__title--hidden > sv-ng-string > .svc-string-editor::after,
|
|
3897
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > .svc-string-editor::after,
|
|
3898
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > sv-ng-string > .svc-string-editor::after,
|
|
3899
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor::after,
|
|
3900
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > sv-ng-string > .svc-string-editor::after {
|
|
3901
|
-
content: ")";
|
|
3902
|
-
}
|
|
3903
3909
|
|
|
3904
3910
|
.svc-question__adorner .svc-question__content--collapsed {
|
|
3905
3911
|
flex-grow: 0;
|
|
@@ -4208,7 +4214,7 @@ svc-question .sv-action-bar,
|
|
|
4208
4214
|
padding-bottom: 0;
|
|
4209
4215
|
}
|
|
4210
4216
|
|
|
4211
|
-
.svc-question__content.svc-question__content--collapsed .sd-element--complex > .sd-element__header--location-top.
|
|
4217
|
+
.svc-question__content.svc-question__content--collapsed .sd-element--complex > .sd-element__header--location-top.svc-element__header--hidden {
|
|
4212
4218
|
padding: 0;
|
|
4213
4219
|
}
|
|
4214
4220
|
|
|
@@ -4219,7 +4225,7 @@ svc-question .sv-action-bar,
|
|
|
4219
4225
|
padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
|
|
4220
4226
|
padding-top: 0;
|
|
4221
4227
|
}
|
|
4222
|
-
.svc-question__content .sd-element--complex > .sd-element__header--location-top.
|
|
4228
|
+
.svc-question__content .sd-element--complex > .sd-element__header--location-top.svc-element__header--hidden {
|
|
4223
4229
|
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
4224
4230
|
}
|
|
4225
4231
|
.svc-question__content .sd-element--complex > .sd-element__header--location-top:after {
|
|
@@ -4587,6 +4593,7 @@ svc-question .sv-action-bar,
|
|
|
4587
4593
|
flex-shrink: 0;
|
|
4588
4594
|
min-width: 72px;
|
|
4589
4595
|
justify-content: flex-end;
|
|
4596
|
+
align-self: flex-start;
|
|
4590
4597
|
}
|
|
4591
4598
|
|
|
4592
4599
|
.svc-item-value-controls__button {
|
|
@@ -4701,12 +4708,26 @@ svc-question .sv-action-bar,
|
|
|
4701
4708
|
overflow: hidden;
|
|
4702
4709
|
}
|
|
4703
4710
|
|
|
4711
|
+
.sv-drag-drop-choices-shortcut .sv-ranking-item__text {
|
|
4712
|
+
overflow: hidden;
|
|
4713
|
+
}
|
|
4714
|
+
|
|
4715
|
+
.svc-item-value--ghost {
|
|
4716
|
+
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4717
|
+
}
|
|
4704
4718
|
.svc-item-value--ghost .svc-item-value__ghost {
|
|
4705
4719
|
display: block;
|
|
4706
4720
|
}
|
|
4707
4721
|
.svc-item-value--ghost .svc-item-value-controls {
|
|
4708
4722
|
visibility: hidden;
|
|
4709
4723
|
}
|
|
4724
|
+
.svc-item-value--ghost .svc-item-value__item {
|
|
4725
|
+
display: none;
|
|
4726
|
+
}
|
|
4727
|
+
.svc-item-value--ghost .sv-string-viewer,
|
|
4728
|
+
.svc-item-value--ghost .sv-string-editor {
|
|
4729
|
+
white-space: unset;
|
|
4730
|
+
}
|
|
4710
4731
|
|
|
4711
4732
|
.svc-item-value--movedown {
|
|
4712
4733
|
transform: translate(0, 0);
|
|
@@ -5972,6 +5993,7 @@ svc-toolbox {
|
|
|
5972
5993
|
min-width: 370px;
|
|
5973
5994
|
width: 450px;
|
|
5974
5995
|
height: 100%;
|
|
5996
|
+
border-inline-start: 1px solid var(--ctr-property-grid-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
5975
5997
|
}
|
|
5976
5998
|
|
|
5977
5999
|
.svc-side-bar__wrapper {
|
|
@@ -6154,7 +6176,6 @@ svc-toolbox {
|
|
|
6154
6176
|
width: auto;
|
|
6155
6177
|
height: 100%;
|
|
6156
6178
|
background-color: var(--ctr-property-grid-form-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
6157
|
-
border-inline-start: 1px solid var(--ctr-property-grid-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
6158
6179
|
}
|
|
6159
6180
|
|
|
6160
6181
|
.svc-side-bar {
|
|
@@ -7445,9 +7466,11 @@ input.spg-input:read-only::placeholder {
|
|
|
7445
7466
|
.spg-theme-builder-root .spg-question__header--location--left .spg-question__title .sv-string-viewer {
|
|
7446
7467
|
white-space: nowrap;
|
|
7447
7468
|
}
|
|
7469
|
+
.spg-theme-builder-root .spg-panel-by-page,
|
|
7448
7470
|
.spg-theme-builder-root .spg-nested-panel {
|
|
7449
7471
|
padding-bottom: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7450
7472
|
}
|
|
7473
|
+
.spg-theme-builder-root .spg-panel-by-page::after,
|
|
7451
7474
|
.spg-theme-builder-root .spg-nested-panel::after {
|
|
7452
7475
|
content: " ";
|
|
7453
7476
|
display: block;
|
|
@@ -7458,17 +7481,26 @@ input.spg-input:read-only::placeholder {
|
|
|
7458
7481
|
height: 1px;
|
|
7459
7482
|
background-color: var(--ctr-editor-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
7460
7483
|
}
|
|
7484
|
+
.spg-theme-builder-root .spg-panel-by-page__content > .spg-row:first-of-type,
|
|
7461
7485
|
.spg-theme-builder-root .spg-nested-panel__content > .spg-row:first-of-type {
|
|
7462
7486
|
margin-top: 0;
|
|
7463
7487
|
}
|
|
7488
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--hidden-border,
|
|
7489
|
+
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-panel-by-page,
|
|
7464
7490
|
.spg-theme-builder-root .spg-paneldynamic__panel-wrapper > .spg-nested-panel,
|
|
7465
7491
|
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-nested-panel {
|
|
7466
7492
|
padding-bottom: 0;
|
|
7467
7493
|
}
|
|
7494
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--hidden-border::after,
|
|
7495
|
+
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-panel-by-page::after,
|
|
7468
7496
|
.spg-theme-builder-root .spg-paneldynamic__panel-wrapper > .spg-nested-panel::after,
|
|
7469
7497
|
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-nested-panel::after {
|
|
7470
7498
|
content: none;
|
|
7471
7499
|
}
|
|
7500
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--padding {
|
|
7501
|
+
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7502
|
+
padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7503
|
+
}
|
|
7472
7504
|
.spg-theme-builder-root .spg-theme-group-caption {
|
|
7473
7505
|
--default-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7474
7506
|
font-family: var(--sjs-font-family, var(--font-family));
|
|
@@ -7982,5 +8014,112 @@ input.spg-input:read-only::placeholder {
|
|
|
7982
8014
|
border-top: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
7983
8015
|
box-sizing: border-box;
|
|
7984
8016
|
}
|
|
8017
|
+
/*!*******************************************************************************************************************************************************************************************!*\
|
|
8018
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/custom-questions/boolean-switch.scss ***!
|
|
8019
|
+
\*******************************************************************************************************************************************************************************************/
|
|
8020
|
+
.spg-boolean-switch,
|
|
8021
|
+
.spg-boolean-switch * {
|
|
8022
|
+
box-sizing: border-box;
|
|
8023
|
+
}
|
|
8024
|
+
|
|
8025
|
+
.spg-boolean-switch {
|
|
8026
|
+
display: flex;
|
|
8027
|
+
flex-direction: row;
|
|
8028
|
+
gap: var(--ctr-toggle-button-gap-label, 8px);
|
|
8029
|
+
align-items: flex-start;
|
|
8030
|
+
justify-content: flex-start;
|
|
8031
|
+
flex-shrink: 0;
|
|
8032
|
+
position: relative;
|
|
8033
|
+
}
|
|
8034
|
+
|
|
8035
|
+
.spg-boolean-switch__button {
|
|
8036
|
+
background: var(--ctr-toggle-button-background-color, #ffffff);
|
|
8037
|
+
outline: none;
|
|
8038
|
+
border-radius: var(--ctr-toggle-button-corner-radius, 1024px);
|
|
8039
|
+
border-style: solid;
|
|
8040
|
+
border-color: var(--ctr-toggle-button-border-color, rgba(0, 0, 0, 0.16));
|
|
8041
|
+
border-width: 1px;
|
|
8042
|
+
margin: 1px;
|
|
8043
|
+
padding: var(--ctr-toggle-button-padding-top, 4px) var(--ctr-toggle-button-padding-right, 4px) var(--ctr-toggle-button-padding-bottom, 4px) var(--ctr-toggle-button-padding-left, 4px);
|
|
8044
|
+
display: flex;
|
|
8045
|
+
flex-direction: row;
|
|
8046
|
+
gap: var(--ctr-toggle-button-gap, 4px);
|
|
8047
|
+
align-items: center;
|
|
8048
|
+
justify-content: flex-start;
|
|
8049
|
+
flex-shrink: 0;
|
|
8050
|
+
position: relative;
|
|
8051
|
+
}
|
|
8052
|
+
.spg-boolean-switch__button:focus, .spg-boolean-switch__button:focus-visible {
|
|
8053
|
+
border-color: var(--ctr-toggle-button-border-color-focused, #19b394);
|
|
8054
|
+
border-width: 2px;
|
|
8055
|
+
margin: 0;
|
|
8056
|
+
}
|
|
8057
|
+
|
|
8058
|
+
.spg-boolean-switch__button--checked {
|
|
8059
|
+
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
8060
|
+
}
|
|
8061
|
+
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--left {
|
|
8062
|
+
background: none;
|
|
8063
|
+
}
|
|
8064
|
+
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--right {
|
|
8065
|
+
background: var(--ctr-toggle-button-thumb-background-color-checked, #ffffff);
|
|
8066
|
+
}
|
|
8067
|
+
.spg-boolean-switch__button--checked:focus {
|
|
8068
|
+
background: var(--ctr-toggle-button-background-color-checked-focused, #ffffff);
|
|
8069
|
+
}
|
|
8070
|
+
.spg-boolean-switch__button--checked:focus .spg-boolean-switch__thumb--right {
|
|
8071
|
+
background: var(--ctr-toggle-button-thumb-background-color-checked-focused, #19b394);
|
|
8072
|
+
}
|
|
8073
|
+
|
|
8074
|
+
.spg-boolean-switch__thumb {
|
|
8075
|
+
display: flex;
|
|
8076
|
+
flex-direction: row;
|
|
8077
|
+
gap: 0px;
|
|
8078
|
+
align-items: center;
|
|
8079
|
+
justify-content: flex-start;
|
|
8080
|
+
flex-shrink: 0;
|
|
8081
|
+
position: relative;
|
|
8082
|
+
}
|
|
8083
|
+
|
|
8084
|
+
.spg-boolean-switch__thumb-circle {
|
|
8085
|
+
border-radius: var(--ctr-toggle-button-thumb-corner-radius, 1024px);
|
|
8086
|
+
display: flex;
|
|
8087
|
+
flex-direction: row;
|
|
8088
|
+
gap: 0px;
|
|
8089
|
+
align-items: center;
|
|
8090
|
+
justify-content: center;
|
|
8091
|
+
flex-shrink: 0;
|
|
8092
|
+
width: var(--ctr-toggle-button-thumb-width, 16px);
|
|
8093
|
+
height: var(--ctr-toggle-button-thumb-height, 16px);
|
|
8094
|
+
position: relative;
|
|
8095
|
+
overflow: hidden;
|
|
8096
|
+
}
|
|
8097
|
+
|
|
8098
|
+
.spg-boolean-switch__thumb--left {
|
|
8099
|
+
background: var(--ctr-toggle-button-thumb-background-color-active, rgba(0, 0, 0, 0.45));
|
|
8100
|
+
}
|
|
8101
|
+
|
|
8102
|
+
.spg-boolean-switch__caption {
|
|
8103
|
+
display: flex;
|
|
8104
|
+
flex-direction: row;
|
|
8105
|
+
gap: 0px;
|
|
8106
|
+
align-items: flex-start;
|
|
8107
|
+
justify-content: flex-start;
|
|
8108
|
+
flex-shrink: 0;
|
|
8109
|
+
position: relative;
|
|
8110
|
+
}
|
|
8111
|
+
|
|
8112
|
+
.spg-boolean-switch__title {
|
|
8113
|
+
color: var(--ctr-toggle-button-label-text-color, rgba(0, 0, 0, 0.91));
|
|
8114
|
+
text-align: left;
|
|
8115
|
+
font-family: var(--ctr-default-font-family, "OpenSans-Regular", sans-serif);
|
|
8116
|
+
font-size: var(--ctr-default-font-size, 16px);
|
|
8117
|
+
line-height: var(--ctr-default-line-height, 24px);
|
|
8118
|
+
font-weight: var(--ctr-default-font-weight, 400);
|
|
8119
|
+
position: relative;
|
|
8120
|
+
display: flex;
|
|
8121
|
+
align-items: center;
|
|
8122
|
+
justify-content: flex-start;
|
|
8123
|
+
}
|
|
7985
8124
|
|
|
7986
8125
|
/*# sourceMappingURL=survey-creator-core.fontless.css.map*/
|