survey-creator-core 1.9.87 → 1.9.88
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/package.json +2 -2
- package/survey-creator-core.css +25 -8
- package/survey-creator-core.fontless.css +24 -7
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +4 -4
- package/survey-creator-core.i18n.js +5 -1
- package/survey-creator-core.i18n.js.map +1 -1
- package/survey-creator-core.i18n.min.js +2 -2
- package/survey-creator-core.js +89 -7
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +5 -5
- package/survey-creator-core.min.js +2 -2
- package/typings/components/question-image.d.ts +9 -1
- package/typings/components/question.d.ts +2 -0
- package/typings/editorLocalization.d.ts +6 -0
- package/typings/localization/english.d.ts +6 -0
- package/typings/plugins/undo-redo/undo-redo-manager.d.ts +2 -0
- package/typings/toolbox.d.ts +1 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.88
|
|
3
3
|
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -26,7 +26,7 @@ svc-tab-designer{width:100%;height:100%;background:var(--background-dim, #f3f3f3
|
|
|
26
26
|
|
|
27
27
|
.svc-notifier.svc-notifier--shown{visibility:visible;opacity:0.75}.svc-notifier{position:absolute;bottom:calc(1 * var(--base-unit, 8px));left:calc(1 * var(--base-unit, 8px));background:var(--background, #fff);opacity:0;padding:calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));box-shadow:0px 2px 6px rgba(0,0,0,0.1);border-radius:calc(.5 * var(--base-unit, 8px));color:var(--foreground, #161616);min-width:calc(30 * var(--base-unit, 8px));text-align:center;z-index:1600;visibility:hidden;font-family:var(--font-family);font-style:normal;font-weight:600;font-size:calc(1.5 * var(--base-unit, 8px));line-height:calc(2 * var(--base-unit, 8px))}.svc-notifier.svc-notifier--error{background-color:var(--red, #e60a3e);color:#ffffff;opacity:1}.svc-creator--mobile .svc-notifier{left:0;bottom:calc(6 * var(--base-unit, 8px));width:100%;box-sizing:border-box;opacity:1;z-index:1000}survey-creator,.svc-creator{display:flex;width:100%;height:100%;position:relative;z-index:0;-webkit-font-smoothing:antialiased}survey-creator *,.svc-creator *{scrollbar-width:thin;scrollbar-color:var(--border, #d6d6d6) transparent}survey-creator ::-webkit-scrollbar,.svc-creator ::-webkit-scrollbar{width:12px;height:12px;background-color:transparent}survey-creator ::-webkit-scrollbar-thumb,.svc-creator ::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:32px;background-color:var(--border, #d6d6d6)}survey-creator ::-webkit-scrollbar-track,.svc-creator ::-webkit-scrollbar-track{background:transparent}survey-creator ::-webkit-scrollbar-thumb:hover,.svc-creator ::-webkit-scrollbar-thumb:hover{border:2px solid rgba(0,0,0,0);background-color:var(--foreground-light, #909090)}.svc-creator__area{position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.svc-creator__area.svc-creator__area--with-banner{height:calc(100% - calc(4 * var(--base-unit, 8px)))}.svc-creator__content-wrapper{width:100%;height:calc(100% - calc(8 * var(--base-unit, 8px)))}.svc-creator__content-wrapper--footer-toolbar{height:calc(100% - calc(6 * var(--base-unit, 8px)))}.svc-creator__content-holder{width:100%;height:100%}.svc-creator-tab{display:flex;width:100%;height:100%;overflow:hidden;position:relative;min-height:var(--tab-min-height, auto)}.svc-creator__toolbox--right.svc-creator-tab{flex-direction:row-reverse}.svc-creator-tab__content{position:relative;width:100%;height:100%;box-sizing:border-box}.svc-plugin-tab__content{height:100%;overflow-y:auto}.svc-plugin-tab__content-actions sv-action-bar{padding:0;height:calc(6 * var(--base-unit, 8px));background:var(--background, #fff);border-top:1px solid var(--border, #d6d6d6)}.svc-creator__banner{position:absolute;bottom:calc(-4 * var(--base-unit, 8px));width:100%;height:calc(4 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));background-color:var(--secondary, #ff9814);text-align:center;overflow:hidden}.svc-item__banner{position:absolute;top:0;max-width:0;overflow:hidden;height:100%;background-color:var(--background, #fff);border-radius:calc(12.5 * var(--base-unit, 8px));box-shadow:0px 2px 6px rgba(0,0,0,0.1);transition:max-width 0.1s ease-in-out, padding 0.2s ease-in-out}.svc-creator__non-commercial-text{color:var(--primary-foreground, #fff);font-family:var(--font-family);font-weight:bold;font-size:calc(2 * var(--base-unit, 8px));text-transform:uppercase;vertical-align:middle}.svc-creator__non-commercial-text a{color:var(--primary-foreground, #fff);text-decoration:none}.sv-drag-drop-ghost{top:calc(.75 * var(--base-unit, 8px));width:100%;height:calc(.5 * var(--base-unit, 8px));background:var(--secondary, #ff9814);position:absolute}.sv-drag-drop-ghost--vertical{height:10000px;width:4px}.sv-drag-drop-ghost--item-value-bottom{top:initial;bottom:calc(-.5 * var(--base-unit, 8px))}
|
|
28
28
|
|
|
29
|
-
.svc-string-editor{position:static}.svc-string-editor [contenteditable]{user-select:text;-webkit-user-select:text}.svc-string-editor .sv-string-editor{position:relative;outline:none;
|
|
29
|
+
.svc-string-editor{position:static}.svc-string-editor [contenteditable]{user-select:text;-webkit-user-select:text}.svc-string-editor .sv-string-editor{position:relative;outline:none;word-break:break-word;z-index:12}.svc-string-editor .sv-string-editor[aria-placeholder]:empty:before{content:attr(aria-placeholder);color:var(--foreground-light, #909090)}.svc-string-editor .sv-string-editor--html,.svc-string-editor .sv-string-editor:focus-within{white-space:pre-wrap}.svc-string-editor.svc-string-editor--hidden{display:none}.svc-string-editor__content{display:inline-block;position:relative;z-index:10}.svc-string-editor__content:focus-within .svc-remaining-character-counter{display:inline-block}.svc-string-editor__input{display:flex}.svc-remaining-character-counter{display:none;position:relative;outline:none;z-index:20;padding:0px;vertical-align:top;margin-inline-start:calc(2 * var(--base-unit, 8px));font-size:calc(1.5 * var(--base-unit, 8px));font-family:var(--font-family);font-weight:400;color:var(--foreground-light, #909090);line-height:calc(2 * var(--base-unit, 8px))}.svc-string-editor__border{display:none;position:absolute;z-index:11;display:flex;align-items:center;justify-content:right;line-height:0px}.svc-string-editor__error{margin-left:calc(1 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));color:red;display:none}.svc-string-editor__controls{position:absolute;left:100%;height:100%;width:calc(2 * var(--base-unit, 8px));top:0;padding-left:calc(2 * var(--base-unit, 8px));z-index:12;display:none;align-items:center;justify-content:center;line-height:0px}.svc-string-editor__button{display:none;position:relative}.svc-string-editor__button use{fill:var(--primary, #19b394)}.svc-string-editor__button--edit{height:calc(2 * var(--base-unit, 8px));width:calc(2 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px))}.svc-string-editor__button--edit .sv-svg-icon{vertical-align:bottom}.svc-string-editor__button--edit.sv-svg-icon{overflow:visible}.svc-string-editor:hover:not(:focus-within) .svc-string-editor__button--edit{display:none}.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within) .svc-string-editor__border{display:flex;top:0;bottom:0;left:calc(-.5 * var(--base-unit, 8px));right:calc(-.5 * var(--base-unit, 8px));border-radius:3px;box-shadow:0px 0px 0px calc(.25 * var(--base-unit, 8px)) rgba(0,0,0,0.16)}.svc-string-editor:focus-within .svc-string-editor__border{display:flex;top:calc(-.5 * var(--base-unit, 8px));bottom:calc(-.5 * var(--base-unit, 8px));left:calc(-1 * var(--base-unit, 8px));right:calc(-1 * var(--base-unit, 8px));border-radius:3px;box-sizing:content-box;background-color:var(--background, #fff);box-shadow:0px 2px 6px rgba(0,0,0,0.1),0px 0px 0px calc(.25 * var(--base-unit, 8px)) var(--primary, #19b394)}.svc-string-editor.svc-string-editor--error:focus-within .svc-string-editor__border{box-shadow:0px 2px 6px rgba(0,0,0,0.1),0px 0px 0px calc(.25 * var(--base-unit, 8px)) var(--red, #e60a3e)}.sd-rating .sd-rating__item:focus-within{border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394)}.sd-rating:not(.sd-rating__min-text) .svc-string-editor:focus-within .svc-string-editor__border{display:none}.sd-table__cell--header .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected{border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394);border-radius:calc(.5 * var(--base-unit, 8px));display:block}.sd-table__cell--header .svc-string-editor:focus-within .svc-string-editor__border{display:none}.sd-item__control-label .svc-string-editor:focus-within .svc-string-editor__border{left:calc(-.7 * var(--base-unit, 8px));right:calc(-.7 * var(--base-unit, 8px))}.svc-string-editor:hover ~ .sd-question__required-text,.svc-string-editor:focus-within ~ .sd-question__required-text{visibility:hidden}
|
|
30
30
|
|
|
31
31
|
.svc-btn{display:flex;align-items:center;height:calc(7 * var(--base-unit, 8px));line-height:calc(7 * var(--base-unit, 8px));vertical-align:baseline;text-align:center;background-color:var(--background, #fff);box-shadow:0px 1px 2px rgba(0,0,0,0.15);border-radius:calc(.5 * var(--base-unit, 8px));cursor:pointer;user-select:none;outline:solid calc(.25 * var(--base-unit, 8px)) transparent}.svc-btn .svc-text{display:flex;align-items:center;flex-grow:1;justify-content:center;color:var(--primary, #19b394)}.svc-btn:hover{background-color:var(--sjs-general-backcolor-dark, #f8f8f8)}.svc-btn:focus{box-shadow:0 0 0 2px var(--primary, #19b394)}.svc-action-button{display:inline-block;padding:calc(.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));box-sizing:border-box;border-radius:calc(12.5 * var(--base-unit, 8px));color:var(--primary, #19b394);font-weight:600;font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));border:calc(.25 * var(--base-unit, 8px)) solid transparent}.svc-action-button:focus,.svc-action-button:hover{background-color:var(--primary-light, rgba(25,179,148,0.1));outline:none}.svc-action-button--selected{border-color:var(--primary, #19b394)}.svc-action-button--disabled{opacity:0.25;color:var(--foreground, #161616)}
|
|
32
32
|
|
|
@@ -42,11 +42,11 @@ svc-question{display:block;position:absolute;top:1px;left:1px;right:1px;bottom:1
|
|
|
42
42
|
|
|
43
43
|
.svc-question__dropdown-choices{margin-top:calc(2 * var(--base-unit, 8px))}.svc-question__dropdown-choice--collapsed:nth-last-child(1){opacity:0.25}.svc-question__dropdown-choice--collapsed:nth-last-child(2){opacity:0.5}.svc-question__dropdown-choice--collapsed:nth-last-child(3){opacity:0.75}.svc-question__dropdown-choices--wrapper .svc-action-button{margin-left:calc(6.75 * var(--base-unit, 8px));margin-top:calc(1 * var(--base-unit, 8px));cursor:pointer}
|
|
44
44
|
|
|
45
|
-
.svc-image-question-controls{position:absolute;top:calc(5 * var(--base-unit, 8px));right:calc(1 * var(--base-unit, 8px));display:none}.svc-question__content--selected .svc-image-question-controls{display:block}.svc-image-question-controls__button{display:inline-block;background-color:var(--background, #fff);border-radius:50%;width:calc(6 * var(--base-unit, 8px));height:calc(6 * var(--base-unit, 8px));cursor:pointer}.svc-image-question-controls__button:not(:last-child){margin-right:calc(.5 * var(--base-unit, 8px))}.svc-image-question-controls__button .sv-svg-icon{margin-top:calc(50% - 1.5 * var(--base-unit, 8px));margin-left:calc(50% - 1.5 * var(--base-unit, 8px))}.svc-image-question-controls__button use{fill:var(--foreground-light, #909090)}.svc-image-question-controls__button:hover use{fill:var(--primary, #19b394)}.svc-question__content--image{padding:calc(4 * var(--base-unit, 8px)) 0 calc(8 * var(--base-unit, 8px)) 0}
|
|
45
|
+
.svc-image-question-controls{position:absolute;top:calc(5 * var(--base-unit, 8px));right:calc(1 * var(--base-unit, 8px));display:none}.svc-question__content--selected .svc-image-question-controls{display:block}.svc-image-question-controls__button{display:inline-block;background-color:var(--background, #fff);border-radius:50%;width:calc(6 * var(--base-unit, 8px));height:calc(6 * var(--base-unit, 8px));cursor:pointer}.svc-image-question-controls__button:not(:last-child){margin-right:calc(.5 * var(--base-unit, 8px))}.svc-image-question-controls__button .sv-svg-icon{margin-top:calc(50% - 1.5 * var(--base-unit, 8px));margin-left:calc(50% - 1.5 * var(--base-unit, 8px))}.svc-image-question-controls__button use{fill:var(--foreground-light, #909090)}.svc-image-question-controls__button:hover use{fill:var(--primary, #19b394)}.svc-question__content--image:not(.svc-question__content--empty){padding:calc(4 * var(--base-unit, 8px)) 0 calc(8 * var(--base-unit, 8px)) 0}.svc-question__content--image.svc-question__content--empty .sd-file,.svc-question__content--image.svc-question__content--empty sv-ng-file-question{width:100%}.svc-question__content--image.svc-question__content--empty .sd-question--image{display:none}
|
|
46
46
|
|
|
47
47
|
.svc-rating-question-controls{position:absolute}.svc-question__content--selected-no-border .svc-rating-question-controls.svc-item-value-controls{display:flex}.svc-question__content--selected .svc-rating-question-controls.svc-item-value-controls{display:flex}.svc-question__content .sd-rating{margin-inline-start:calc(9 * var(--base-unit, 8px));width:calc(100% - 9 * var(--base-unit, 8px))}.svc-question__content .svc-rating-question-controls{display:flex;width:calc(8 * var(--base-unit, 8px));min-width:auto;justify-content:flex-start}.svc-question__content .sd-rating__item--fixed-size:focus-within{width:unset;padding:calc(.5 * var(--base-unit, 8px)) calc(2.5 * var(--base-unit, 8px))}
|
|
48
48
|
|
|
49
|
-
.svc-item-value-wrapper{position:relative;display:flex;gap:calc(1 * var(--base-unit, 8px));align-items:center;margin-left:calc(-5 * var(--base-unit, 8px));min-width:calc(
|
|
49
|
+
.svc-item-value-wrapper{position:relative;display:flex;gap:calc(1 * var(--base-unit, 8px));align-items:center;margin-left:calc(-5 * var(--base-unit, 8px))}.svc-question__dropdown-choice .svc-item-value-wrapper,.sd-selectbase .svc-item-value-wrapper{align-items:flex-start;min-width:calc(28 * var(--base-unit, 8px))}.svc-question__dropdown-choice .svc-item-value__item,.sd-selectbase .svc-item-value__item{padding-right:calc(1 * var(--base-unit, 8px))}.svc-question__content .sd-selectbase__column:not(.sd-imagepicker__column):not(:first-of-type){margin-left:calc(5 * var(--base-unit, 8px))}.svc-question__content .sd-selectbase__column:not(:last-child){padding-right:0}.svc-item-value--dragging{background:var(--background, #fff);box-shadow:0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0,0,0,0.1);border-radius:calc(12.5 * var(--base-unit, 8px));padding-right:calc(3 * var(--base-unit, 8px));padding-left:calc(.5 * var(--base-unit, 8px));-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.svc-item-value-controls{display:flex;margin:calc(1 * var(--base-unit, 8px)) 0;height:calc(4 * var(--base-unit, 8px));box-sizing:border-box;flex-shrink:0;min-width:72px;justify-content:flex-end}.svc-item-value-controls__button{border-radius:50%;padding:calc(1 * var(--base-unit, 8px));cursor:pointer;display:inline-block;outline:none;height:calc(2 * var(--base-unit, 8px));box-sizing:content-box}.svc-item-value-controls__button .sv-svg-icon{display:block}.svc-item-value-controls__button>span{display:block}.svc-item-value-controls__drag-icon{display:block}.svc-item-value-wrapper:hover:not(.svc-item-value--ghost) .svc-item-value-controls__drag-icon,.svc-item-value-controls__drag:hover:not(.svc-item-value--ghost) .svc-item-value-controls__drag-icon{visibility:visible}.svc-item-value-controls__drag{padding:calc(.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px));cursor:move;opacity:0.25}.svc-item-value-controls__drag .svc-item-value-controls__drag-icon{visibility:hidden}.svc-item-value-controls__drag use{fill:var(--foreground, #161616)}.svc-item-value-controls__button--disabled{fill:var(--foreground-light, #909090);opacity:0.25;cursor:default}.svc-item-value-controls__remove:not(.svc-item-value-controls__button--disabled) use{fill:var(--red, #e60a3e)}.svc-item-value-controls__add:not(.svc-item-value-controls__button--disabled) use{fill:var(--primary, #19b394)}.svc-item-value-controls__add:not(.svc-item-value-controls__button--disabled):hover,.svc-item-value-controls__add:not(.svc-item-value-controls__button--disabled):focus{background-color:var(--primary-light, rgba(25,179,148,0.1))}.svc-item-value-controls__remove:not(.svc-item-value-controls__button--disabled):hover,.svc-item-value-controls__remove:not(.svc-item-value-controls__button--disabled):focus{background-color:var(--red-light, rgba(229,10,62,0.1))}.sv-string-editor{cursor:text}.svc-item-value--new .svc-item-value__item .sd-item__control-label,.svc-item-value--new .svc-item-value__item .sv-ranking-item__text{color:var(--foreground-light, #909090)}.svc-item-value--new .svc-item-value__item .sd-item__decorator{opacity:0.35}.svc-item-value--new .sv-ranking-item__index{background:var(--background-dim, #f3f3f3)}.svc-item-value--new .sv-ranking-item__index.sv-ranking-item__index--empty:empty{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAaSURBVHgBjcABDQAACAKwa2X6b1Tghxi8UQEkAAB3NR3N2gAAAABJRU5ErkJggg==)}.sv-ranking .svc-item-value-wrapper{align-items:center;min-width:calc(27 * var(--base-unit, 8px))}.sv-ranking .svc-item-value__item{padding-right:0}.svc-item-value__item .sv-ranking-item__content{padding-left:0}.svc-item-value__item .sv-ranking-item__icon-container{display:none}.svc-item-value__item .sv-ranking-item__text{overflow:visible}.svc-item-value--ghost .svc-item-value__ghost{display:block}.svc-item-value--ghost .svc-item-value-controls{visibility:hidden}.svc-item-value--movedown{transform:translate(0, 0);animation:svdragdropmovedown 0.1s;animation-timing-function:ease-in-out}@keyframes svdragdropmovedown{0%{transform:translate(0, -50px)}100%{transform:translate(0, 0)}}.svc-item-value--moveup{transform:translate(0, 0);animation:svdragdropmoveup 0.1s;animation-timing-function:ease-in-out}@keyframes svdragdropmoveup{0%{transform:translate(0, 50px)}100%{transform:translate(0, 0)}}.svc-item-value__ghost{display:none;background:var(--background-dim, #f3f3f3);border-radius:calc(12.5 * var(--base-unit, 8px));width:calc(25 * var(--base-unit, 8px));height:40px;z-index:11;position:absolute;left:35px}
|
|
50
50
|
|
|
51
51
|
.svc-image-item-value-wrapper{display:inline-block;position:relative}.svc-image-item-value--new{display:none;height:max-content}.svc-image-item-value--new .sd-imagepicker__image{box-sizing:border-box;border:1px dashed var(--border, #d6d6d6)}.svc-image-item-value--file-dragging .sd-imagepicker__image{border:2px solid var(--primary, #19b394);background-color:var(--primary-light, rgba(25,179,148,0.1))}.svc-image-item-value--file-dragging .svc-image-item-value__item{position:relative;z-index:2}.svc-question__content--selected .svc-image-item-value--new{display:inline-block}.svc-image-item-value-controls{position:absolute;top:calc(1 * var(--base-unit, 8px));right:calc(1 * var(--base-unit, 8px))}.svc-image-item-value--new .svc-image-item-value-controls{top:calc(50% - 3 * var(--base-unit, 8px));left:calc(50% - 3 * var(--base-unit, 8px))}.svc-image-item-value-controls{display:flex}.svc-image-item-value-controls__button{display:block;background-color:var(--background, #fff);border-radius:50%;width:calc(6 * var(--base-unit, 8px));height:calc(6 * var(--base-unit, 8px));cursor:pointer;outline:none}.svc-image-item-value-controls__button:not(:last-child){margin-right:calc(1 * var(--base-unit, 8px))}.svc-image-item-value-controls__button .sv-svg-icon{margin-top:calc(50% - 1.5 * var(--base-unit, 8px));margin-left:calc(50% - 1.5 * var(--base-unit, 8px))}.svc-image-item-value-controls__button use{fill:var(--foreground-light, #909090)}.svc-image-item-value--new .svc-image-item-value-controls__button{background-color:transparent}.svc-image-item-value-controls__choose-file:hover use,.svc-image-item-value-controls__choose-file:focus use{fill:var(--primary, #19b394)}.svc-image-item-value-controls__remove:hover use,.svc-image-item-value-controls__remove:focus use{fill:var(--red, #e60a3e)}.svc-image-item-value-controls__add use{fill:var(--primary, #19b394)}.svc-image-item-value-controls__add:hover,.svc-image-item-value-controls__add:focus{background-color:var(--primary-light, rgba(25,179,148,0.1))}.svc-choose-file-input{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden}.svc-image-item-value__item .sd-imagepicker__item.sd-imagepicker__item{width:100%}.svc-question__content--selected .svc-image-item-value-wrapper:hover .svc-image-item-value-controls__drag-area-indicator{display:block}.svc-image-item-value-controls__drag-area-indicator{cursor:move;position:absolute;top:calc(1 * var(--base-unit, 8px));left:calc(1 * var(--base-unit, 8px));display:none}.svc-image-item-value-wrapper--ghost .svc-image-item-value-wrapper__ghost{display:block}.svc-image-item-value-wrapper--ghost .svc-image-item-value-wrapper__content{display:none}.svc-image-item-value-wrapper__ghost{display:none;background:var(--background-dim, #f3f3f3)}.svc-image-item-value--single{width:100%}.svc-image-item-value--single .sd-imagepicker__image{height:calc(30 * var(--base-unit, 8px))}
|
|
52
52
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.88
|
|
3
3
|
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -7360,6 +7360,10 @@ var germanTranslation = {
|
|
|
7360
7360
|
// auto: "Auto",
|
|
7361
7361
|
// buttons: "Buttons",
|
|
7362
7362
|
// dropdown: "Dropdown"
|
|
7363
|
+
},
|
|
7364
|
+
autoGenerate: {
|
|
7365
|
+
"true": "Generieren",
|
|
7366
|
+
"false": "Manuell Eintragen"
|
|
7363
7367
|
}
|
|
7364
7368
|
},
|
|
7365
7369
|
// Operators
|