survey-creator-core 1.9.102 → 1.9.103
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 +43 -46
- package/survey-creator-core.fontless.css +42 -45
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +5 -6
- package/survey-creator-core.i18n.js +336 -336
- package/survey-creator-core.i18n.js.map +1 -1
- package/survey-creator-core.i18n.min.js +2 -2
- package/survey-creator-core.js +428 -678
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +6 -7
- package/survey-creator-core.min.js +2 -2
- package/typings/components/action-container-view-model.d.ts +1 -0
- package/typings/components/page.d.ts +1 -0
- package/typings/components/tabs/embed-json.d.ts +1 -1
- package/typings/components/tabs/embed.d.ts +13 -13
- package/typings/creator-base.d.ts +1 -15
- package/typings/creator-options.d.ts +0 -7
- package/typings/creator-settings.d.ts +2 -2
- package/typings/entries/index.d.ts +0 -1
- package/typings/property-grid/index.d.ts +5 -0
package/fonts.fontless.css
CHANGED
package/fonts.fontless.min.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-core",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.103",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"survey-core": "1.9.
|
|
37
|
+
"survey-core": "1.9.103"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {}
|
|
40
40
|
}
|
package/survey-creator-core.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.103
|
|
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
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
/*# sourceMappingURL=fonts.fontless.css.map*//*!
|
|
228
|
-
* SurveyJS Creator v1.9.
|
|
228
|
+
* SurveyJS Creator v1.9.103
|
|
229
229
|
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
230
230
|
* Github: https://github.com/surveyjs/survey-creator
|
|
231
231
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -258,32 +258,6 @@
|
|
|
258
258
|
.svc-context-button--danger:hover use, .svc-context-button--danger:focus use {
|
|
259
259
|
fill: var(--sjs-special-red, var(--red, #e60a3e));
|
|
260
260
|
}
|
|
261
|
-
.svc-embed-tab__content {
|
|
262
|
-
padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
263
|
-
font-family: var(--font-family);
|
|
264
|
-
}
|
|
265
|
-
.svc-embed-tab__content .spg-row {
|
|
266
|
-
display: flex;
|
|
267
|
-
}
|
|
268
|
-
.svc-embed-tab__content .spg-row .spg-question__content .spg-comment:disabled,
|
|
269
|
-
.svc-embed-tab__content .spg-row .spg-question__content .spg-comment:disabled::placeholder {
|
|
270
|
-
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
271
|
-
}
|
|
272
|
-
.svc-embed-tab__content .spg-question__description {
|
|
273
|
-
line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
274
|
-
font-size: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
275
|
-
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
276
|
-
padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) 0 calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.sv-question-embed__title {
|
|
280
|
-
display: none;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.spg-question__nopadding .spg-panel__content {
|
|
284
|
-
padding: 0px;
|
|
285
|
-
box-shadow: unset;
|
|
286
|
-
}
|
|
287
261
|
svc-tab-json-editor-ace {
|
|
288
262
|
width: 100%;
|
|
289
263
|
height: 100%;
|
|
@@ -396,6 +370,39 @@ svc-tab-json-editor-textarea {
|
|
|
396
370
|
.svc-json-error__icon {
|
|
397
371
|
fill: var(--sjs-special-red, var(--red, #e60a3e));
|
|
398
372
|
}
|
|
373
|
+
|
|
374
|
+
.svc-json-error__container {
|
|
375
|
+
display: flex;
|
|
376
|
+
gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.svc-json-error__title {
|
|
380
|
+
flex: 1 1 auto;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.svc-json-error__fix-button {
|
|
384
|
+
appearance: none;
|
|
385
|
+
flex-grow: 0;
|
|
386
|
+
flex-shrink: 0;
|
|
387
|
+
pointer-events: all;
|
|
388
|
+
padding: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
389
|
+
width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
390
|
+
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
391
|
+
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
392
|
+
border: none;
|
|
393
|
+
border-radius: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
394
|
+
box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
|
395
|
+
cursor: pointer;
|
|
396
|
+
}
|
|
397
|
+
.svc-json-error__fix-button svg {
|
|
398
|
+
fill: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
|
|
399
|
+
width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
400
|
+
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.svc-json-error__fix-button:hover svg {
|
|
404
|
+
fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
405
|
+
}
|
|
399
406
|
.svd-simulator {
|
|
400
407
|
position: relative;
|
|
401
408
|
-webkit-user-select: none;
|
|
@@ -599,12 +606,11 @@ svc-tab-test {
|
|
|
599
606
|
font-weight: 400;
|
|
600
607
|
font-size: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
601
608
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
602
|
-
width: 100%;
|
|
603
|
-
position: absolute;
|
|
604
|
-
top: 50%;
|
|
605
|
-
transform: translateY(-50%);
|
|
606
609
|
text-align: center;
|
|
607
610
|
overflow: hidden;
|
|
611
|
+
position: static;
|
|
612
|
+
display: flex;
|
|
613
|
+
flex-direction: column;
|
|
608
614
|
}
|
|
609
615
|
.sl-table {
|
|
610
616
|
width: 50%;
|
|
@@ -1495,20 +1501,6 @@ svc-tab-test {
|
|
|
1495
1501
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
1496
1502
|
display: inline-block;
|
|
1497
1503
|
}
|
|
1498
|
-
|
|
1499
|
-
.svc-test-tab__content .sd-body--empty {
|
|
1500
|
-
font-family: var(--font-family);
|
|
1501
|
-
font-style: normal;
|
|
1502
|
-
font-weight: 400;
|
|
1503
|
-
font-size: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1504
|
-
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
1505
|
-
width: 100%;
|
|
1506
|
-
position: absolute;
|
|
1507
|
-
top: 50%;
|
|
1508
|
-
transform: translateY(-50%);
|
|
1509
|
-
text-align: center;
|
|
1510
|
-
overflow: hidden;
|
|
1511
|
-
}
|
|
1512
1504
|
.svc-notifier.svc-notifier--shown {
|
|
1513
1505
|
visibility: visible;
|
|
1514
1506
|
opacity: 0.75;
|
|
@@ -4433,6 +4425,11 @@ button.spg-action-button--large {
|
|
|
4433
4425
|
padding: 0 calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4434
4426
|
}
|
|
4435
4427
|
|
|
4428
|
+
.spg-question__nopadding .spg-panel__content {
|
|
4429
|
+
padding: 0px;
|
|
4430
|
+
box-shadow: unset;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4436
4433
|
.spg-checkbox {
|
|
4437
4434
|
cursor: pointer;
|
|
4438
4435
|
margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.103
|
|
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
|
|
@@ -32,32 +32,6 @@
|
|
|
32
32
|
.svc-context-button--danger:hover use, .svc-context-button--danger:focus use {
|
|
33
33
|
fill: var(--sjs-special-red, var(--red, #e60a3e));
|
|
34
34
|
}
|
|
35
|
-
.svc-embed-tab__content {
|
|
36
|
-
padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
37
|
-
font-family: var(--font-family);
|
|
38
|
-
}
|
|
39
|
-
.svc-embed-tab__content .spg-row {
|
|
40
|
-
display: flex;
|
|
41
|
-
}
|
|
42
|
-
.svc-embed-tab__content .spg-row .spg-question__content .spg-comment:disabled,
|
|
43
|
-
.svc-embed-tab__content .spg-row .spg-question__content .spg-comment:disabled::placeholder {
|
|
44
|
-
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
45
|
-
}
|
|
46
|
-
.svc-embed-tab__content .spg-question__description {
|
|
47
|
-
line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
48
|
-
font-size: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
49
|
-
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
50
|
-
padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) 0 calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.sv-question-embed__title {
|
|
54
|
-
display: none;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.spg-question__nopadding .spg-panel__content {
|
|
58
|
-
padding: 0px;
|
|
59
|
-
box-shadow: unset;
|
|
60
|
-
}
|
|
61
35
|
svc-tab-json-editor-ace {
|
|
62
36
|
width: 100%;
|
|
63
37
|
height: 100%;
|
|
@@ -170,6 +144,39 @@ svc-tab-json-editor-textarea {
|
|
|
170
144
|
.svc-json-error__icon {
|
|
171
145
|
fill: var(--sjs-special-red, var(--red, #e60a3e));
|
|
172
146
|
}
|
|
147
|
+
|
|
148
|
+
.svc-json-error__container {
|
|
149
|
+
display: flex;
|
|
150
|
+
gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.svc-json-error__title {
|
|
154
|
+
flex: 1 1 auto;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.svc-json-error__fix-button {
|
|
158
|
+
appearance: none;
|
|
159
|
+
flex-grow: 0;
|
|
160
|
+
flex-shrink: 0;
|
|
161
|
+
pointer-events: all;
|
|
162
|
+
padding: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
163
|
+
width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
164
|
+
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
165
|
+
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
166
|
+
border: none;
|
|
167
|
+
border-radius: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
168
|
+
box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
|
169
|
+
cursor: pointer;
|
|
170
|
+
}
|
|
171
|
+
.svc-json-error__fix-button svg {
|
|
172
|
+
fill: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
|
|
173
|
+
width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
174
|
+
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.svc-json-error__fix-button:hover svg {
|
|
178
|
+
fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
179
|
+
}
|
|
173
180
|
.svd-simulator {
|
|
174
181
|
position: relative;
|
|
175
182
|
-webkit-user-select: none;
|
|
@@ -373,12 +380,11 @@ svc-tab-test {
|
|
|
373
380
|
font-weight: 400;
|
|
374
381
|
font-size: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
375
382
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
376
|
-
width: 100%;
|
|
377
|
-
position: absolute;
|
|
378
|
-
top: 50%;
|
|
379
|
-
transform: translateY(-50%);
|
|
380
383
|
text-align: center;
|
|
381
384
|
overflow: hidden;
|
|
385
|
+
position: static;
|
|
386
|
+
display: flex;
|
|
387
|
+
flex-direction: column;
|
|
382
388
|
}
|
|
383
389
|
.sl-table {
|
|
384
390
|
width: 50%;
|
|
@@ -1269,20 +1275,6 @@ svc-tab-test {
|
|
|
1269
1275
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
1270
1276
|
display: inline-block;
|
|
1271
1277
|
}
|
|
1272
|
-
|
|
1273
|
-
.svc-test-tab__content .sd-body--empty {
|
|
1274
|
-
font-family: var(--font-family);
|
|
1275
|
-
font-style: normal;
|
|
1276
|
-
font-weight: 400;
|
|
1277
|
-
font-size: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1278
|
-
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
1279
|
-
width: 100%;
|
|
1280
|
-
position: absolute;
|
|
1281
|
-
top: 50%;
|
|
1282
|
-
transform: translateY(-50%);
|
|
1283
|
-
text-align: center;
|
|
1284
|
-
overflow: hidden;
|
|
1285
|
-
}
|
|
1286
1278
|
.svc-notifier.svc-notifier--shown {
|
|
1287
1279
|
visibility: visible;
|
|
1288
1280
|
opacity: 0.75;
|
|
@@ -4207,6 +4199,11 @@ button.spg-action-button--large {
|
|
|
4207
4199
|
padding: 0 calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4208
4200
|
}
|
|
4209
4201
|
|
|
4202
|
+
.spg-question__nopadding .spg-panel__content {
|
|
4203
|
+
padding: 0px;
|
|
4204
|
+
box-shadow: unset;
|
|
4205
|
+
}
|
|
4206
|
+
|
|
4210
4207
|
.spg-checkbox {
|
|
4211
4208
|
cursor: pointer;
|
|
4212
4209
|
margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|