survey-creator-core 1.9.118 → 1.9.120
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 +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js +1 -1
- package/i18n/english.js +2 -1
- package/i18n/english.js.map +1 -1
- package/i18n/english.min.js +2 -2
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +35 -9
- package/survey-creator-core.fontless.css +34 -8
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +4 -4
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js +1 -1
- package/survey-creator-core.js +393 -128
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +5 -5
- package/survey-creator-core.min.js +5 -5
- package/typings/components/item-value.d.ts +1 -0
- package/typings/components/results.d.ts +4 -2
- package/typings/components/tabs/theme-builder.d.ts +6 -5
- package/typings/components/tabs/theme-plugin.d.ts +93 -7
- package/typings/creator-base.d.ts +45 -6
- package/typings/creator-options.d.ts +8 -1
- package/typings/editorLocalization.d.ts +1 -0
- package/typings/localization/english.d.ts +1 -0
- package/typings/property-grid/index.d.ts +4 -0
- package/typings/property-grid/search-manager.d.ts +2 -0
- package/typings/property-grid-theme/property-grid.d.ts +2 -1
- package/typings/survey-helper.d.ts +2 -1
- package/typings/toolbox.d.ts +37 -1
package/i18n/turkish.min.js
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.120",
|
|
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.120"
|
|
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.120
|
|
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.120
|
|
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
|
|
@@ -1061,6 +1061,10 @@ td.st-table__cell:first-of-type span {
|
|
|
1061
1061
|
box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
|
1062
1062
|
overflow: hidden;
|
|
1063
1063
|
}
|
|
1064
|
+
|
|
1065
|
+
.st-container-modern .sv-components-column--expandable {
|
|
1066
|
+
width: auto;
|
|
1067
|
+
}
|
|
1064
1068
|
.svc-tab-logic-edit {
|
|
1065
1069
|
width: 100%;
|
|
1066
1070
|
height: 100%;
|
|
@@ -1216,11 +1220,10 @@ td.st-table__cell:first-of-type span {
|
|
|
1216
1220
|
}
|
|
1217
1221
|
|
|
1218
1222
|
.svc-logic-tab__content.svc-logic-tab__empty {
|
|
1219
|
-
flex-direction: column;
|
|
1220
1223
|
display: flex;
|
|
1224
|
+
flex-direction: column;
|
|
1221
1225
|
align-items: center;
|
|
1222
|
-
|
|
1223
|
-
top: 35%;
|
|
1226
|
+
justify-content: center;
|
|
1224
1227
|
}
|
|
1225
1228
|
.svc-logic-tab__content.svc-logic-tab__empty .svc-logic-tab__content-action {
|
|
1226
1229
|
width: calc(33 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -4633,7 +4636,7 @@ button.spg-action-button--large {
|
|
|
4633
4636
|
border-radius: 0;
|
|
4634
4637
|
display: flex;
|
|
4635
4638
|
padding-right: calc(5.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4636
|
-
line-height:
|
|
4639
|
+
line-height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4637
4640
|
background-position: right calc(1.625 * (var(--sjs-base-unit, var(--base-unit, 8px)))) top 50%, 0 0;
|
|
4638
4641
|
}
|
|
4639
4642
|
|
|
@@ -4680,11 +4683,11 @@ button.spg-action-button--large {
|
|
|
4680
4683
|
cursor: default;
|
|
4681
4684
|
}
|
|
4682
4685
|
|
|
4683
|
-
.spg-panel__title--
|
|
4686
|
+
.spg-panel__title--collapsed:hover,
|
|
4687
|
+
.spg-panel__title--expandable:focus {
|
|
4684
4688
|
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
4685
4689
|
}
|
|
4686
4690
|
|
|
4687
|
-
.spg-panel__title[aria-expanded=true],
|
|
4688
4691
|
.spg-panel__title--expanded {
|
|
4689
4692
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
4690
4693
|
font-weight: 600;
|
|
@@ -5233,6 +5236,11 @@ button.spg-action-button--large {
|
|
|
5233
5236
|
outline-offset: -2px;
|
|
5234
5237
|
}
|
|
5235
5238
|
|
|
5239
|
+
.spg-search-editor_container {
|
|
5240
|
+
--sjs-general-forecolor: rgba(0, 0, 0, 0.91);
|
|
5241
|
+
--sjs-general-forecolor-light: rgba(0, 0, 0, 0.45);
|
|
5242
|
+
}
|
|
5243
|
+
|
|
5236
5244
|
.spg-search-editor_container {
|
|
5237
5245
|
position: absolute;
|
|
5238
5246
|
border-bottom: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
@@ -5245,6 +5253,9 @@ button.spg-action-button--large {
|
|
|
5245
5253
|
}
|
|
5246
5254
|
|
|
5247
5255
|
.spg-search-editor_input {
|
|
5256
|
+
overflow: hidden;
|
|
5257
|
+
white-space: nowrap;
|
|
5258
|
+
text-overflow: ellipsis;
|
|
5248
5259
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
5249
5260
|
font-family: var(--sjs-font-family, var(--font-family));
|
|
5250
5261
|
font-size: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -5264,16 +5275,26 @@ button.spg-action-button--large {
|
|
|
5264
5275
|
padding-inline-end: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
5265
5276
|
}
|
|
5266
5277
|
|
|
5278
|
+
.spg-search-editor_input::placeholder {
|
|
5279
|
+
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
5280
|
+
}
|
|
5281
|
+
|
|
5267
5282
|
.spg-search-editor_toolbar {
|
|
5268
5283
|
display: flex;
|
|
5269
|
-
gap: calc(
|
|
5284
|
+
gap: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5270
5285
|
justify-content: flex-end;
|
|
5271
5286
|
align-items: center;
|
|
5287
|
+
flex-shrink: 0;
|
|
5272
5288
|
}
|
|
5273
5289
|
|
|
5274
5290
|
.spg-search-editor_toolbar .sv-action-bar {
|
|
5275
5291
|
gap: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5276
5292
|
margin: 0;
|
|
5293
|
+
flex-shrink: 0;
|
|
5294
|
+
}
|
|
5295
|
+
|
|
5296
|
+
.spg-search-editor_toolbar .sv-action--hidden {
|
|
5297
|
+
display: none;
|
|
5277
5298
|
}
|
|
5278
5299
|
|
|
5279
5300
|
.spg-search-editor_toolbar .spg-search-editor_bar-item {
|
|
@@ -5289,6 +5310,8 @@ button.spg-action-button--large {
|
|
|
5289
5310
|
font-weight: 600;
|
|
5290
5311
|
font-size: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5291
5312
|
line-height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5313
|
+
display: flex;
|
|
5314
|
+
flex-shrink: 0;
|
|
5292
5315
|
}
|
|
5293
5316
|
|
|
5294
5317
|
.spg-search-editor_search-icon {
|
|
@@ -5335,6 +5358,9 @@ button.spg-action-button--large {
|
|
|
5335
5358
|
margin: 0;
|
|
5336
5359
|
padding: 0;
|
|
5337
5360
|
}
|
|
5361
|
+
.sv-popup--modal.sv-property-editor .sv-popup__container .sv-components-column--expandable {
|
|
5362
|
+
min-width: calc(78 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5363
|
+
}
|
|
5338
5364
|
.sv-popup--modal .sv-popup__footer {
|
|
5339
5365
|
padding-bottom: 2px;
|
|
5340
5366
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.120
|
|
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
|
|
@@ -835,6 +835,10 @@ td.st-table__cell:first-of-type span {
|
|
|
835
835
|
box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
|
836
836
|
overflow: hidden;
|
|
837
837
|
}
|
|
838
|
+
|
|
839
|
+
.st-container-modern .sv-components-column--expandable {
|
|
840
|
+
width: auto;
|
|
841
|
+
}
|
|
838
842
|
.svc-tab-logic-edit {
|
|
839
843
|
width: 100%;
|
|
840
844
|
height: 100%;
|
|
@@ -990,11 +994,10 @@ td.st-table__cell:first-of-type span {
|
|
|
990
994
|
}
|
|
991
995
|
|
|
992
996
|
.svc-logic-tab__content.svc-logic-tab__empty {
|
|
993
|
-
flex-direction: column;
|
|
994
997
|
display: flex;
|
|
998
|
+
flex-direction: column;
|
|
995
999
|
align-items: center;
|
|
996
|
-
|
|
997
|
-
top: 35%;
|
|
1000
|
+
justify-content: center;
|
|
998
1001
|
}
|
|
999
1002
|
.svc-logic-tab__content.svc-logic-tab__empty .svc-logic-tab__content-action {
|
|
1000
1003
|
width: calc(33 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -4407,7 +4410,7 @@ button.spg-action-button--large {
|
|
|
4407
4410
|
border-radius: 0;
|
|
4408
4411
|
display: flex;
|
|
4409
4412
|
padding-right: calc(5.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4410
|
-
line-height:
|
|
4413
|
+
line-height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4411
4414
|
background-position: right calc(1.625 * (var(--sjs-base-unit, var(--base-unit, 8px)))) top 50%, 0 0;
|
|
4412
4415
|
}
|
|
4413
4416
|
|
|
@@ -4454,11 +4457,11 @@ button.spg-action-button--large {
|
|
|
4454
4457
|
cursor: default;
|
|
4455
4458
|
}
|
|
4456
4459
|
|
|
4457
|
-
.spg-panel__title--
|
|
4460
|
+
.spg-panel__title--collapsed:hover,
|
|
4461
|
+
.spg-panel__title--expandable:focus {
|
|
4458
4462
|
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
4459
4463
|
}
|
|
4460
4464
|
|
|
4461
|
-
.spg-panel__title[aria-expanded=true],
|
|
4462
4465
|
.spg-panel__title--expanded {
|
|
4463
4466
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
4464
4467
|
font-weight: 600;
|
|
@@ -5007,6 +5010,11 @@ button.spg-action-button--large {
|
|
|
5007
5010
|
outline-offset: -2px;
|
|
5008
5011
|
}
|
|
5009
5012
|
|
|
5013
|
+
.spg-search-editor_container {
|
|
5014
|
+
--sjs-general-forecolor: rgba(0, 0, 0, 0.91);
|
|
5015
|
+
--sjs-general-forecolor-light: rgba(0, 0, 0, 0.45);
|
|
5016
|
+
}
|
|
5017
|
+
|
|
5010
5018
|
.spg-search-editor_container {
|
|
5011
5019
|
position: absolute;
|
|
5012
5020
|
border-bottom: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
@@ -5019,6 +5027,9 @@ button.spg-action-button--large {
|
|
|
5019
5027
|
}
|
|
5020
5028
|
|
|
5021
5029
|
.spg-search-editor_input {
|
|
5030
|
+
overflow: hidden;
|
|
5031
|
+
white-space: nowrap;
|
|
5032
|
+
text-overflow: ellipsis;
|
|
5022
5033
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
5023
5034
|
font-family: var(--sjs-font-family, var(--font-family));
|
|
5024
5035
|
font-size: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -5038,16 +5049,26 @@ button.spg-action-button--large {
|
|
|
5038
5049
|
padding-inline-end: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
5039
5050
|
}
|
|
5040
5051
|
|
|
5052
|
+
.spg-search-editor_input::placeholder {
|
|
5053
|
+
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
5054
|
+
}
|
|
5055
|
+
|
|
5041
5056
|
.spg-search-editor_toolbar {
|
|
5042
5057
|
display: flex;
|
|
5043
|
-
gap: calc(
|
|
5058
|
+
gap: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5044
5059
|
justify-content: flex-end;
|
|
5045
5060
|
align-items: center;
|
|
5061
|
+
flex-shrink: 0;
|
|
5046
5062
|
}
|
|
5047
5063
|
|
|
5048
5064
|
.spg-search-editor_toolbar .sv-action-bar {
|
|
5049
5065
|
gap: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5050
5066
|
margin: 0;
|
|
5067
|
+
flex-shrink: 0;
|
|
5068
|
+
}
|
|
5069
|
+
|
|
5070
|
+
.spg-search-editor_toolbar .sv-action--hidden {
|
|
5071
|
+
display: none;
|
|
5051
5072
|
}
|
|
5052
5073
|
|
|
5053
5074
|
.spg-search-editor_toolbar .spg-search-editor_bar-item {
|
|
@@ -5063,6 +5084,8 @@ button.spg-action-button--large {
|
|
|
5063
5084
|
font-weight: 600;
|
|
5064
5085
|
font-size: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5065
5086
|
line-height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5087
|
+
display: flex;
|
|
5088
|
+
flex-shrink: 0;
|
|
5066
5089
|
}
|
|
5067
5090
|
|
|
5068
5091
|
.spg-search-editor_search-icon {
|
|
@@ -5109,6 +5132,9 @@ button.spg-action-button--large {
|
|
|
5109
5132
|
margin: 0;
|
|
5110
5133
|
padding: 0;
|
|
5111
5134
|
}
|
|
5135
|
+
.sv-popup--modal.sv-property-editor .sv-popup__container .sv-components-column--expandable {
|
|
5136
|
+
min-width: calc(78 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5137
|
+
}
|
|
5112
5138
|
.sv-popup--modal .sv-popup__footer {
|
|
5113
5139
|
padding-bottom: 2px;
|
|
5114
5140
|
}
|