survey-creator-core 1.9.119 → 1.9.121

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 (83) 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 +37 -7
  66. package/survey-creator-core.fontless.css +36 -6
  67. package/survey-creator-core.fontless.css.map +1 -1
  68. package/survey-creator-core.fontless.min.css +5 -5
  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 +170 -48
  72. package/survey-creator-core.js.map +1 -1
  73. package/survey-creator-core.min.css +6 -6
  74. package/survey-creator-core.min.js +5 -5
  75. package/typings/components/action-container-view-model.d.ts +2 -2
  76. package/typings/components/item-value.d.ts +1 -0
  77. package/typings/components/question.d.ts +1 -0
  78. package/typings/components/results.d.ts +4 -2
  79. package/typings/components/tabs/theme-builder.d.ts +3 -0
  80. package/typings/editorLocalization.d.ts +1 -0
  81. package/typings/localization/english.d.ts +1 -0
  82. package/typings/property-grid/index.d.ts +4 -0
  83. 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.121
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.121",
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.121"
38
38
  },
39
39
  "devDependencies": {}
40
40
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.119
2
+ * SurveyJS Creator v1.9.121
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.121
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
@@ -514,7 +514,7 @@ svc-tab-json-editor-textarea {
514
514
  .svd-simulator-main .sd-root-modern {
515
515
  min-height: 100%;
516
516
  }
517
- .svd-simulator-main .sd-root-modern .sv-popup {
517
+ .svd-simulator-main .sd-root-modern .sv-popup:not(.sv-popup--overlay) {
518
518
  width: auto;
519
519
  }
520
520
 
@@ -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,30 @@ button.spg-action-button--large {
5264
5275
  padding-inline-end: var(--sjs-base-unit, var(--base-unit, 8px));
5265
5276
  }
5266
5277
 
5278
+ .svc-creator--mobile .spg-search-editor_input {
5279
+ font-size: max(16px, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5280
+ }
5281
+
5282
+ .spg-search-editor_input::placeholder {
5283
+ color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
5284
+ }
5285
+
5267
5286
  .spg-search-editor_toolbar {
5268
5287
  display: flex;
5269
- gap: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5288
+ gap: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5270
5289
  justify-content: flex-end;
5271
5290
  align-items: center;
5291
+ flex-shrink: 0;
5272
5292
  }
5273
5293
 
5274
5294
  .spg-search-editor_toolbar .sv-action-bar {
5275
5295
  gap: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5276
5296
  margin: 0;
5297
+ flex-shrink: 0;
5298
+ }
5299
+
5300
+ .spg-search-editor_toolbar .sv-action--hidden {
5301
+ display: none;
5277
5302
  }
5278
5303
 
5279
5304
  .spg-search-editor_toolbar .spg-search-editor_bar-item {
@@ -5289,6 +5314,8 @@ button.spg-action-button--large {
5289
5314
  font-weight: 600;
5290
5315
  font-size: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5291
5316
  line-height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5317
+ display: flex;
5318
+ flex-shrink: 0;
5292
5319
  }
5293
5320
 
5294
5321
  .spg-search-editor_search-icon {
@@ -5335,6 +5362,9 @@ button.spg-action-button--large {
5335
5362
  margin: 0;
5336
5363
  padding: 0;
5337
5364
  }
5365
+ .sv-popup--modal.sv-property-editor .sv-popup__container .sv-components-column--expandable {
5366
+ min-width: calc(78 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5367
+ }
5338
5368
  .sv-popup--modal .sv-popup__footer {
5339
5369
  padding-bottom: 2px;
5340
5370
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.119
2
+ * SurveyJS Creator v1.9.121
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
@@ -288,7 +288,7 @@ svc-tab-json-editor-textarea {
288
288
  .svd-simulator-main .sd-root-modern {
289
289
  min-height: 100%;
290
290
  }
291
- .svd-simulator-main .sd-root-modern .sv-popup {
291
+ .svd-simulator-main .sd-root-modern .sv-popup:not(.sv-popup--overlay) {
292
292
  width: auto;
293
293
  }
294
294
 
@@ -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,30 @@ button.spg-action-button--large {
5038
5049
  padding-inline-end: var(--sjs-base-unit, var(--base-unit, 8px));
5039
5050
  }
5040
5051
 
5052
+ .svc-creator--mobile .spg-search-editor_input {
5053
+ font-size: max(16px, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
5054
+ }
5055
+
5056
+ .spg-search-editor_input::placeholder {
5057
+ color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
5058
+ }
5059
+
5041
5060
  .spg-search-editor_toolbar {
5042
5061
  display: flex;
5043
- gap: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5062
+ gap: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5044
5063
  justify-content: flex-end;
5045
5064
  align-items: center;
5065
+ flex-shrink: 0;
5046
5066
  }
5047
5067
 
5048
5068
  .spg-search-editor_toolbar .sv-action-bar {
5049
5069
  gap: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5050
5070
  margin: 0;
5071
+ flex-shrink: 0;
5072
+ }
5073
+
5074
+ .spg-search-editor_toolbar .sv-action--hidden {
5075
+ display: none;
5051
5076
  }
5052
5077
 
5053
5078
  .spg-search-editor_toolbar .spg-search-editor_bar-item {
@@ -5063,6 +5088,8 @@ button.spg-action-button--large {
5063
5088
  font-weight: 600;
5064
5089
  font-size: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5065
5090
  line-height: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5091
+ display: flex;
5092
+ flex-shrink: 0;
5066
5093
  }
5067
5094
 
5068
5095
  .spg-search-editor_search-icon {
@@ -5109,6 +5136,9 @@ button.spg-action-button--large {
5109
5136
  margin: 0;
5110
5137
  padding: 0;
5111
5138
  }
5139
+ .sv-popup--modal.sv-property-editor .sv-popup__container .sv-components-column--expandable {
5140
+ min-width: calc(78 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5141
+ }
5112
5142
  .sv-popup--modal .sv-popup__footer {
5113
5143
  padding-bottom: 2px;
5114
5144
  }