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
|
@@ -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
|
|
@@ -1456,9 +1456,6 @@ svc-tab-designer {
|
|
|
1456
1456
|
.svc-tab-designer .sd-title {
|
|
1457
1457
|
display: flex;
|
|
1458
1458
|
}
|
|
1459
|
-
.svc-tab-designer .sd-title.sd-element__title--hidden, .svc-tab-designer .sd-title.svc-element__title--hidden {
|
|
1460
|
-
display: none;
|
|
1461
|
-
}
|
|
1462
1459
|
.svc-tab-designer .sd-container-modern {
|
|
1463
1460
|
min-width: calc(70 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1464
1461
|
width: 100%;
|
|
@@ -2051,9 +2048,21 @@ survey-creator .sv-popup .sv-popup__scrolling-content ::-webkit-scrollbar-thumb:
|
|
|
2051
2048
|
background-color: var(--ctr-scrollbar-background-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
2052
2049
|
}
|
|
2053
2050
|
|
|
2054
|
-
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content
|
|
2051
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content,
|
|
2052
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content {
|
|
2055
2053
|
background: var(--ctr-survey-radio-button-group-item-background-color-floating, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2056
2054
|
}
|
|
2055
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item,
|
|
2056
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item {
|
|
2057
|
+
overflow: hidden;
|
|
2058
|
+
}
|
|
2059
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-viewer,
|
|
2060
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-editor,
|
|
2061
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-viewer,
|
|
2062
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-editor {
|
|
2063
|
+
white-space: nowrap;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2057
2066
|
.svc-creator__area {
|
|
2058
2067
|
position: relative;
|
|
2059
2068
|
-moz-user-select: none;
|
|
@@ -3261,10 +3270,6 @@ svc-question {
|
|
|
3261
3270
|
user-select: all;
|
|
3262
3271
|
pointer-events: all;
|
|
3263
3272
|
}
|
|
3264
|
-
.svc-question__content .sd-question__header--hidden,
|
|
3265
|
-
.svc-question__content .svc-question__header--hidden {
|
|
3266
|
-
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3267
|
-
}
|
|
3268
3273
|
|
|
3269
3274
|
.svc-question__content > div,
|
|
3270
3275
|
.svc-question__placeholders > div {
|
|
@@ -3627,6 +3632,30 @@ svc-question .sv-action-bar,
|
|
|
3627
3632
|
z-index: 1;
|
|
3628
3633
|
}
|
|
3629
3634
|
|
|
3635
|
+
.svc-element__header--hidden {
|
|
3636
|
+
display: block;
|
|
3637
|
+
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3638
|
+
box-sizing: border-box;
|
|
3639
|
+
}
|
|
3640
|
+
.svc-element__header--hidden .svc-string-editor,
|
|
3641
|
+
.svc-element__header--hidden .svc-fake-title,
|
|
3642
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor {
|
|
3643
|
+
display: inline-flex;
|
|
3644
|
+
}
|
|
3645
|
+
.svc-element__header--hidden .svc-string-editor::before,
|
|
3646
|
+
.svc-element__header--hidden .svc-fake-title::before,
|
|
3647
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor::before {
|
|
3648
|
+
content: "(";
|
|
3649
|
+
}
|
|
3650
|
+
.svc-element__header--hidden .svc-string-editor::after,
|
|
3651
|
+
.svc-element__header--hidden .svc-fake-title::after,
|
|
3652
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor::after {
|
|
3653
|
+
content: ")";
|
|
3654
|
+
}
|
|
3655
|
+
.svc-element__header--hidden .svc-element__title--hidden {
|
|
3656
|
+
display: none;
|
|
3657
|
+
}
|
|
3658
|
+
|
|
3630
3659
|
.svc-question__adorner .svc-question__content--collapsed > * {
|
|
3631
3660
|
display: none;
|
|
3632
3661
|
}
|
|
@@ -3642,35 +3671,12 @@ svc-question .sv-action-bar,
|
|
|
3642
3671
|
.svc-question__adorner .svc-question__content--collapsed .sd-element__header > *:not(.sd-element__title) {
|
|
3643
3672
|
display: none;
|
|
3644
3673
|
}
|
|
3645
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header.
|
|
3674
|
+
.svc-question__adorner .svc-question__content--collapsed .sd-element__header.svc-element__header--hidden {
|
|
3646
3675
|
display: block;
|
|
3647
3676
|
}
|
|
3648
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .
|
|
3649
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden,
|
|
3650
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden {
|
|
3677
|
+
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .svc-element__title--hidden {
|
|
3651
3678
|
display: block;
|
|
3652
3679
|
}
|
|
3653
|
-
.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,
|
|
3654
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > .svc-string-editor,
|
|
3655
|
-
.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,
|
|
3656
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor,
|
|
3657
|
-
.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 {
|
|
3658
|
-
display: inline-flex;
|
|
3659
|
-
}
|
|
3660
|
-
.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,
|
|
3661
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > .svc-string-editor::before,
|
|
3662
|
-
.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,
|
|
3663
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor::before,
|
|
3664
|
-
.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 {
|
|
3665
|
-
content: "(";
|
|
3666
|
-
}
|
|
3667
|
-
.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,
|
|
3668
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > .svc-string-editor::after,
|
|
3669
|
-
.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,
|
|
3670
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor::after,
|
|
3671
|
-
.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 {
|
|
3672
|
-
content: ")";
|
|
3673
|
-
}
|
|
3674
3680
|
|
|
3675
3681
|
.svc-question__adorner .svc-question__content--collapsed {
|
|
3676
3682
|
flex-grow: 0;
|
|
@@ -3979,7 +3985,7 @@ svc-question .sv-action-bar,
|
|
|
3979
3985
|
padding-bottom: 0;
|
|
3980
3986
|
}
|
|
3981
3987
|
|
|
3982
|
-
.svc-question__content.svc-question__content--collapsed .sd-element--complex > .sd-element__header--location-top.
|
|
3988
|
+
.svc-question__content.svc-question__content--collapsed .sd-element--complex > .sd-element__header--location-top.svc-element__header--hidden {
|
|
3983
3989
|
padding: 0;
|
|
3984
3990
|
}
|
|
3985
3991
|
|
|
@@ -3990,7 +3996,7 @@ svc-question .sv-action-bar,
|
|
|
3990
3996
|
padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
|
|
3991
3997
|
padding-top: 0;
|
|
3992
3998
|
}
|
|
3993
|
-
.svc-question__content .sd-element--complex > .sd-element__header--location-top.
|
|
3999
|
+
.svc-question__content .sd-element--complex > .sd-element__header--location-top.svc-element__header--hidden {
|
|
3994
4000
|
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3995
4001
|
}
|
|
3996
4002
|
.svc-question__content .sd-element--complex > .sd-element__header--location-top:after {
|
|
@@ -4358,6 +4364,7 @@ svc-question .sv-action-bar,
|
|
|
4358
4364
|
flex-shrink: 0;
|
|
4359
4365
|
min-width: 72px;
|
|
4360
4366
|
justify-content: flex-end;
|
|
4367
|
+
align-self: flex-start;
|
|
4361
4368
|
}
|
|
4362
4369
|
|
|
4363
4370
|
.svc-item-value-controls__button {
|
|
@@ -4472,12 +4479,26 @@ svc-question .sv-action-bar,
|
|
|
4472
4479
|
overflow: hidden;
|
|
4473
4480
|
}
|
|
4474
4481
|
|
|
4482
|
+
.sv-drag-drop-choices-shortcut .sv-ranking-item__text {
|
|
4483
|
+
overflow: hidden;
|
|
4484
|
+
}
|
|
4485
|
+
|
|
4486
|
+
.svc-item-value--ghost {
|
|
4487
|
+
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4488
|
+
}
|
|
4475
4489
|
.svc-item-value--ghost .svc-item-value__ghost {
|
|
4476
4490
|
display: block;
|
|
4477
4491
|
}
|
|
4478
4492
|
.svc-item-value--ghost .svc-item-value-controls {
|
|
4479
4493
|
visibility: hidden;
|
|
4480
4494
|
}
|
|
4495
|
+
.svc-item-value--ghost .svc-item-value__item {
|
|
4496
|
+
display: none;
|
|
4497
|
+
}
|
|
4498
|
+
.svc-item-value--ghost .sv-string-viewer,
|
|
4499
|
+
.svc-item-value--ghost .sv-string-editor {
|
|
4500
|
+
white-space: unset;
|
|
4501
|
+
}
|
|
4481
4502
|
|
|
4482
4503
|
.svc-item-value--movedown {
|
|
4483
4504
|
transform: translate(0, 0);
|
|
@@ -5743,6 +5764,7 @@ svc-toolbox {
|
|
|
5743
5764
|
min-width: 370px;
|
|
5744
5765
|
width: 450px;
|
|
5745
5766
|
height: 100%;
|
|
5767
|
+
border-inline-start: 1px solid var(--ctr-property-grid-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
5746
5768
|
}
|
|
5747
5769
|
|
|
5748
5770
|
.svc-side-bar__wrapper {
|
|
@@ -5925,7 +5947,6 @@ svc-toolbox {
|
|
|
5925
5947
|
width: auto;
|
|
5926
5948
|
height: 100%;
|
|
5927
5949
|
background-color: var(--ctr-property-grid-form-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
5928
|
-
border-inline-start: 1px solid var(--ctr-property-grid-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
5929
5950
|
}
|
|
5930
5951
|
|
|
5931
5952
|
.svc-side-bar {
|
|
@@ -7216,9 +7237,11 @@ input.spg-input:read-only::placeholder {
|
|
|
7216
7237
|
.spg-theme-builder-root .spg-question__header--location--left .spg-question__title .sv-string-viewer {
|
|
7217
7238
|
white-space: nowrap;
|
|
7218
7239
|
}
|
|
7240
|
+
.spg-theme-builder-root .spg-panel-by-page,
|
|
7219
7241
|
.spg-theme-builder-root .spg-nested-panel {
|
|
7220
7242
|
padding-bottom: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7221
7243
|
}
|
|
7244
|
+
.spg-theme-builder-root .spg-panel-by-page::after,
|
|
7222
7245
|
.spg-theme-builder-root .spg-nested-panel::after {
|
|
7223
7246
|
content: " ";
|
|
7224
7247
|
display: block;
|
|
@@ -7229,17 +7252,26 @@ input.spg-input:read-only::placeholder {
|
|
|
7229
7252
|
height: 1px;
|
|
7230
7253
|
background-color: var(--ctr-editor-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
7231
7254
|
}
|
|
7255
|
+
.spg-theme-builder-root .spg-panel-by-page__content > .spg-row:first-of-type,
|
|
7232
7256
|
.spg-theme-builder-root .spg-nested-panel__content > .spg-row:first-of-type {
|
|
7233
7257
|
margin-top: 0;
|
|
7234
7258
|
}
|
|
7259
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--hidden-border,
|
|
7260
|
+
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-panel-by-page,
|
|
7235
7261
|
.spg-theme-builder-root .spg-paneldynamic__panel-wrapper > .spg-nested-panel,
|
|
7236
7262
|
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-nested-panel {
|
|
7237
7263
|
padding-bottom: 0;
|
|
7238
7264
|
}
|
|
7265
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--hidden-border::after,
|
|
7266
|
+
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-panel-by-page::after,
|
|
7239
7267
|
.spg-theme-builder-root .spg-paneldynamic__panel-wrapper > .spg-nested-panel::after,
|
|
7240
7268
|
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-nested-panel::after {
|
|
7241
7269
|
content: none;
|
|
7242
7270
|
}
|
|
7271
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--padding {
|
|
7272
|
+
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7273
|
+
padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7274
|
+
}
|
|
7243
7275
|
.spg-theme-builder-root .spg-theme-group-caption {
|
|
7244
7276
|
--default-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7245
7277
|
font-family: var(--sjs-font-family, var(--font-family));
|
|
@@ -7753,5 +7785,112 @@ input.spg-input:read-only::placeholder {
|
|
|
7753
7785
|
border-top: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
7754
7786
|
box-sizing: border-box;
|
|
7755
7787
|
}
|
|
7788
|
+
/*!*******************************************************************************************************************************************************************************************!*\
|
|
7789
|
+
!*** 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 ***!
|
|
7790
|
+
\*******************************************************************************************************************************************************************************************/
|
|
7791
|
+
.spg-boolean-switch,
|
|
7792
|
+
.spg-boolean-switch * {
|
|
7793
|
+
box-sizing: border-box;
|
|
7794
|
+
}
|
|
7795
|
+
|
|
7796
|
+
.spg-boolean-switch {
|
|
7797
|
+
display: flex;
|
|
7798
|
+
flex-direction: row;
|
|
7799
|
+
gap: var(--ctr-toggle-button-gap-label, 8px);
|
|
7800
|
+
align-items: flex-start;
|
|
7801
|
+
justify-content: flex-start;
|
|
7802
|
+
flex-shrink: 0;
|
|
7803
|
+
position: relative;
|
|
7804
|
+
}
|
|
7805
|
+
|
|
7806
|
+
.spg-boolean-switch__button {
|
|
7807
|
+
background: var(--ctr-toggle-button-background-color, #ffffff);
|
|
7808
|
+
outline: none;
|
|
7809
|
+
border-radius: var(--ctr-toggle-button-corner-radius, 1024px);
|
|
7810
|
+
border-style: solid;
|
|
7811
|
+
border-color: var(--ctr-toggle-button-border-color, rgba(0, 0, 0, 0.16));
|
|
7812
|
+
border-width: 1px;
|
|
7813
|
+
margin: 1px;
|
|
7814
|
+
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);
|
|
7815
|
+
display: flex;
|
|
7816
|
+
flex-direction: row;
|
|
7817
|
+
gap: var(--ctr-toggle-button-gap, 4px);
|
|
7818
|
+
align-items: center;
|
|
7819
|
+
justify-content: flex-start;
|
|
7820
|
+
flex-shrink: 0;
|
|
7821
|
+
position: relative;
|
|
7822
|
+
}
|
|
7823
|
+
.spg-boolean-switch__button:focus, .spg-boolean-switch__button:focus-visible {
|
|
7824
|
+
border-color: var(--ctr-toggle-button-border-color-focused, #19b394);
|
|
7825
|
+
border-width: 2px;
|
|
7826
|
+
margin: 0;
|
|
7827
|
+
}
|
|
7828
|
+
|
|
7829
|
+
.spg-boolean-switch__button--checked {
|
|
7830
|
+
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
7831
|
+
}
|
|
7832
|
+
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--left {
|
|
7833
|
+
background: none;
|
|
7834
|
+
}
|
|
7835
|
+
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--right {
|
|
7836
|
+
background: var(--ctr-toggle-button-thumb-background-color-checked, #ffffff);
|
|
7837
|
+
}
|
|
7838
|
+
.spg-boolean-switch__button--checked:focus {
|
|
7839
|
+
background: var(--ctr-toggle-button-background-color-checked-focused, #ffffff);
|
|
7840
|
+
}
|
|
7841
|
+
.spg-boolean-switch__button--checked:focus .spg-boolean-switch__thumb--right {
|
|
7842
|
+
background: var(--ctr-toggle-button-thumb-background-color-checked-focused, #19b394);
|
|
7843
|
+
}
|
|
7844
|
+
|
|
7845
|
+
.spg-boolean-switch__thumb {
|
|
7846
|
+
display: flex;
|
|
7847
|
+
flex-direction: row;
|
|
7848
|
+
gap: 0px;
|
|
7849
|
+
align-items: center;
|
|
7850
|
+
justify-content: flex-start;
|
|
7851
|
+
flex-shrink: 0;
|
|
7852
|
+
position: relative;
|
|
7853
|
+
}
|
|
7854
|
+
|
|
7855
|
+
.spg-boolean-switch__thumb-circle {
|
|
7856
|
+
border-radius: var(--ctr-toggle-button-thumb-corner-radius, 1024px);
|
|
7857
|
+
display: flex;
|
|
7858
|
+
flex-direction: row;
|
|
7859
|
+
gap: 0px;
|
|
7860
|
+
align-items: center;
|
|
7861
|
+
justify-content: center;
|
|
7862
|
+
flex-shrink: 0;
|
|
7863
|
+
width: var(--ctr-toggle-button-thumb-width, 16px);
|
|
7864
|
+
height: var(--ctr-toggle-button-thumb-height, 16px);
|
|
7865
|
+
position: relative;
|
|
7866
|
+
overflow: hidden;
|
|
7867
|
+
}
|
|
7868
|
+
|
|
7869
|
+
.spg-boolean-switch__thumb--left {
|
|
7870
|
+
background: var(--ctr-toggle-button-thumb-background-color-active, rgba(0, 0, 0, 0.45));
|
|
7871
|
+
}
|
|
7872
|
+
|
|
7873
|
+
.spg-boolean-switch__caption {
|
|
7874
|
+
display: flex;
|
|
7875
|
+
flex-direction: row;
|
|
7876
|
+
gap: 0px;
|
|
7877
|
+
align-items: flex-start;
|
|
7878
|
+
justify-content: flex-start;
|
|
7879
|
+
flex-shrink: 0;
|
|
7880
|
+
position: relative;
|
|
7881
|
+
}
|
|
7882
|
+
|
|
7883
|
+
.spg-boolean-switch__title {
|
|
7884
|
+
color: var(--ctr-toggle-button-label-text-color, rgba(0, 0, 0, 0.91));
|
|
7885
|
+
text-align: left;
|
|
7886
|
+
font-family: var(--ctr-default-font-family, "OpenSans-Regular", sans-serif);
|
|
7887
|
+
font-size: var(--ctr-default-font-size, 16px);
|
|
7888
|
+
line-height: var(--ctr-default-line-height, 24px);
|
|
7889
|
+
font-weight: var(--ctr-default-font-weight, 400);
|
|
7890
|
+
position: relative;
|
|
7891
|
+
display: flex;
|
|
7892
|
+
align-items: center;
|
|
7893
|
+
justify-content: flex-start;
|
|
7894
|
+
}
|
|
7756
7895
|
|
|
7757
7896
|
/*# sourceMappingURL=survey-creator-core.fontless.css.map*/
|