survey-creator-core 1.9.119 → 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.
Files changed (81) hide show
  1. package/fonts.fontless.css +1 -1
  2. package/fonts.fontless.min.css +1 -1
  3. package/i18n/arabic.js +1 -1
  4. package/i18n/arabic.min.js +1 -1
  5. package/i18n/bulgarian.js +1 -1
  6. package/i18n/bulgarian.min.js +1 -1
  7. package/i18n/croatian.js +1 -1
  8. package/i18n/croatian.min.js +1 -1
  9. package/i18n/czech.js +1 -1
  10. package/i18n/czech.min.js +1 -1
  11. package/i18n/danish.js +1 -1
  12. package/i18n/danish.min.js +1 -1
  13. package/i18n/dutch.js +1 -1
  14. package/i18n/dutch.min.js +1 -1
  15. package/i18n/english.js +2 -1
  16. package/i18n/english.js.map +1 -1
  17. package/i18n/english.min.js +2 -2
  18. package/i18n/finnish.js +1 -1
  19. package/i18n/finnish.min.js +1 -1
  20. package/i18n/french.js +1 -1
  21. package/i18n/french.min.js +1 -1
  22. package/i18n/german.js +1 -1
  23. package/i18n/german.min.js +1 -1
  24. package/i18n/hungarian.js +1 -1
  25. package/i18n/hungarian.min.js +1 -1
  26. package/i18n/index.js +1 -1
  27. package/i18n/index.min.js +1 -1
  28. package/i18n/indonesian.js +1 -1
  29. package/i18n/indonesian.min.js +1 -1
  30. package/i18n/italian.js +1 -1
  31. package/i18n/italian.min.js +1 -1
  32. package/i18n/japanese.js +1 -1
  33. package/i18n/japanese.min.js +1 -1
  34. package/i18n/korean.js +1 -1
  35. package/i18n/korean.min.js +1 -1
  36. package/i18n/malay.js +1 -1
  37. package/i18n/malay.min.js +1 -1
  38. package/i18n/mongolian.js +1 -1
  39. package/i18n/mongolian.min.js +1 -1
  40. package/i18n/norwegian.js +1 -1
  41. package/i18n/norwegian.min.js +1 -1
  42. package/i18n/persian.js +1 -1
  43. package/i18n/persian.min.js +1 -1
  44. package/i18n/polish.js +1 -1
  45. package/i18n/polish.min.js +1 -1
  46. package/i18n/portuguese.js +1 -1
  47. package/i18n/portuguese.min.js +1 -1
  48. package/i18n/russian.js +1 -1
  49. package/i18n/russian.min.js +1 -1
  50. package/i18n/simplified-chinese.js +1 -1
  51. package/i18n/simplified-chinese.min.js +1 -1
  52. package/i18n/slovak.js +1 -1
  53. package/i18n/slovak.min.js +1 -1
  54. package/i18n/spanish.js +1 -1
  55. package/i18n/spanish.min.js +1 -1
  56. package/i18n/swedish.js +1 -1
  57. package/i18n/swedish.min.js +1 -1
  58. package/i18n/tajik.js +1 -1
  59. package/i18n/tajik.min.js +1 -1
  60. package/i18n/traditional-chinese.js +1 -1
  61. package/i18n/traditional-chinese.min.js +1 -1
  62. package/i18n/turkish.js +1 -1
  63. package/i18n/turkish.min.js +1 -1
  64. package/package.json +2 -2
  65. package/survey-creator-core.css +32 -6
  66. package/survey-creator-core.fontless.css +31 -5
  67. package/survey-creator-core.fontless.css.map +1 -1
  68. package/survey-creator-core.fontless.min.css +4 -4
  69. package/survey-creator-core.i18n.js +1 -1
  70. package/survey-creator-core.i18n.min.js +1 -1
  71. package/survey-creator-core.js +98 -25
  72. package/survey-creator-core.js.map +1 -1
  73. package/survey-creator-core.min.css +5 -5
  74. package/survey-creator-core.min.js +5 -5
  75. package/typings/components/item-value.d.ts +1 -0
  76. package/typings/components/results.d.ts +4 -2
  77. package/typings/components/tabs/theme-builder.d.ts +3 -0
  78. package/typings/editorLocalization.d.ts +1 -0
  79. package/typings/localization/english.d.ts +1 -0
  80. package/typings/property-grid/index.d.ts +4 -0
  81. package/typings/property-grid/search-manager.d.ts +2 -0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.119
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-creator-core",
3
- "version": "1.9.119",
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.119"
37
+ "survey-core": "1.9.120"
38
38
  },
39
39
  "devDependencies": {}
40
40
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.119
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.119
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
- position: absolute;
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))));
@@ -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(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
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.119
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
- position: absolute;
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))));
@@ -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(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
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
  }