survey-creator-core 1.9.133 → 1.9.134

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 (88) 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 +54 -2
  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/hebrew.js +1 -1
  25. package/i18n/hebrew.min.js +1 -1
  26. package/i18n/hungarian.js +1 -1
  27. package/i18n/hungarian.min.js +1 -1
  28. package/i18n/index.js +1 -1
  29. package/i18n/index.min.js +1 -1
  30. package/i18n/indonesian.js +1 -1
  31. package/i18n/indonesian.min.js +1 -1
  32. package/i18n/italian.js +1 -1
  33. package/i18n/italian.min.js +1 -1
  34. package/i18n/japanese.js +1 -1
  35. package/i18n/japanese.min.js +1 -1
  36. package/i18n/korean.js +1 -1
  37. package/i18n/korean.min.js +1 -1
  38. package/i18n/malay.js +1 -1
  39. package/i18n/malay.min.js +1 -1
  40. package/i18n/mongolian.js +1 -1
  41. package/i18n/mongolian.min.js +1 -1
  42. package/i18n/norwegian.js +1 -1
  43. package/i18n/norwegian.min.js +1 -1
  44. package/i18n/persian.js +1 -1
  45. package/i18n/persian.min.js +1 -1
  46. package/i18n/polish.js +1 -1
  47. package/i18n/polish.min.js +1 -1
  48. package/i18n/portuguese.js +1 -1
  49. package/i18n/portuguese.min.js +1 -1
  50. package/i18n/russian.js +1 -1
  51. package/i18n/russian.min.js +1 -1
  52. package/i18n/simplified-chinese.js +1 -1
  53. package/i18n/simplified-chinese.min.js +1 -1
  54. package/i18n/slovak.js +1 -1
  55. package/i18n/slovak.min.js +1 -1
  56. package/i18n/spanish.js +1 -1
  57. package/i18n/spanish.min.js +1 -1
  58. package/i18n/swedish.js +1 -1
  59. package/i18n/swedish.min.js +1 -1
  60. package/i18n/tajik.js +1 -1
  61. package/i18n/tajik.min.js +1 -1
  62. package/i18n/traditional-chinese.js +1 -1
  63. package/i18n/traditional-chinese.min.js +1 -1
  64. package/i18n/turkish.js +1 -1
  65. package/i18n/turkish.min.js +1 -1
  66. package/package.json +2 -2
  67. package/survey-creator-core.css +11 -2
  68. package/survey-creator-core.fontless.css +10 -1
  69. package/survey-creator-core.fontless.css.map +1 -1
  70. package/survey-creator-core.fontless.min.css +2 -2
  71. package/survey-creator-core.i18n.js +1 -1
  72. package/survey-creator-core.i18n.min.js +1 -1
  73. package/survey-creator-core.js +475 -134
  74. package/survey-creator-core.js.map +1 -1
  75. package/survey-creator-core.min.css +3 -3
  76. package/survey-creator-core.min.js +5 -5
  77. package/typings/components/action-container-view-model.d.ts +1 -1
  78. package/typings/components/tabs/translation.d.ts +10 -0
  79. package/typings/creator-base.d.ts +2 -1
  80. package/typings/creator-events-api.d.ts +7 -2
  81. package/typings/creator-settings.d.ts +2 -2
  82. package/typings/editorLocalization.d.ts +58 -2
  83. package/typings/entries/index.d.ts +1 -0
  84. package/typings/localization/english.d.ts +52 -0
  85. package/typings/property-grid/index.d.ts +4 -0
  86. package/typings/property-grid/maskSettings.d.ts +20 -0
  87. package/typings/property-grid-theme/property-grid.d.ts +3 -0
  88. package/typings/questionconverter.d.ts +1 -0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/arabic.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/bulgarian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/croatian.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/czech.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/czech.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/danish.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/dutch.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/dutch.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
package/i18n/english.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.133
2
+ * SurveyJS Creator v1.9.134
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -497,6 +497,28 @@ var enStrings = {
497
497
  name: "Name",
498
498
  title: "Title",
499
499
  },
500
+ masksettings: {
501
+ saveMaskedValue: "Save masked value in survey results",
502
+ },
503
+ patternmask: {
504
+ pattern: "Value pattern"
505
+ },
506
+ datetimemask: {
507
+ min: "Minimum value",
508
+ max: "Maximum value"
509
+ },
510
+ numericmask: {
511
+ allowNegativeValues: "Allow negative values",
512
+ thousandsSeparator: "Thousands separator",
513
+ decimalSeparator: "Decimal separator",
514
+ precision: "Value precision",
515
+ min: "Minimum value",
516
+ max: "Maximum value",
517
+ },
518
+ currencymask: {
519
+ prefix: "Currency prefix",
520
+ suffix: "Currency suffix"
521
+ },
500
522
  imageHeight: "Display area height",
501
523
  imageWidth: "Display area width",
502
524
  valueName: "Join identifier",
@@ -737,6 +759,13 @@ var enStrings = {
737
759
  autoGrowComment: "Auto-expand text areas",
738
760
  allowResizeComment: "Allow users to resize text areas",
739
761
  textUpdateMode: "Update input field values",
762
+ maskType: "Input mask type",
763
+ maskTypes: {
764
+ patternmask: "Pattern",
765
+ numericmask: "Numeric",
766
+ datetimemask: "Date and Time",
767
+ currencymask: "Currency",
768
+ },
740
769
  focusOnFirstError: "Set focus on the first invalid answer",
741
770
  checkErrorsMode: "Run validation",
742
771
  navigateToUrl: "Redirect to an external link after submission",
@@ -861,6 +890,7 @@ var enStrings = {
861
890
  templateTitle: "Title template",
862
891
  totals: "Totals",
863
892
  logic: "Conditions",
893
+ mask: "Input Mask Settings",
864
894
  layout: {
865
895
  panel: "Panel Layout",
866
896
  question: "Layout",
@@ -925,6 +955,10 @@ var enStrings = {
925
955
  width_placeholder: "Ex.: 6in",
926
956
  minWidth_placeholder: "Ex.: 600px",
927
957
  maxWidth_placeholder: "Ex.: 50%",
958
+ pattern_placeholder: "Ex.: +1(999)-999-99-99",
959
+ datetimepattern_placeholder: "Ex.: mm/dd/yyyy",
960
+ currencyprefix_placeholder: "Ex.: $",
961
+ currencysuffix_placeholder: "Ex.: USD",
928
962
  },
929
963
  // Property values
930
964
  pv: {
@@ -1409,7 +1443,25 @@ var enStrings = {
1409
1443
  autocomplete: "Select the data type that the user's browser can retrieve. This data is sourced either from past values entered by the user or from pre-configured values if any have been saved by the user for autocompletion.",
1410
1444
  filePlaceholder: "Applies when \"File source type\" is \"Local file\" or when camera is unavailable",
1411
1445
  photoPlaceholder: "Applies when \"File source type\" is \"Camera\".",
1412
- fileOrPhotoPlaceholder: "Applies when \"File source type\" is \"Local file or camera\"."
1446
+ fileOrPhotoPlaceholder: "Applies when \"File source type\" is \"Local file or camera\".",
1447
+ masksettings: {
1448
+ saveMaskedValue: "Select if you want to store the question value with an applied mask in survey results.",
1449
+ },
1450
+ patternmask: {
1451
+ pattern: "The pattern can contain string literals and the following placeholders: `9` - for a digit; `a` - for an upper- or lower-case letter; `#` - for a digit or an upper- or lower-case letter. Use backslash `\\` to escape a character.",
1452
+ },
1453
+ datetimemask: {
1454
+ pattern: "The pattern can contain separator characters and the following placeholders: `m` - for month number; `mm` - for month number, with leading zero for single-digit values; `d` - for day of the month; `dd` - for day of the month, with leading zero for single-digit values; `yy` - for the last two digits of the year; `yyyy` - for a four-digit year.",
1455
+ },
1456
+ numericmask: {
1457
+ decimalSeparator: "A symbol used to separate the fractional part from the integer part of a displayed number.",
1458
+ thousandsSeparator: "A symbol used to separate the digits of a large number into groups of three.",
1459
+ precision: "Limits how many digits to retain after the decimal point for a displayed number.",
1460
+ },
1461
+ currencymask: {
1462
+ prefix: "One or several symbols to be displayed before the value.",
1463
+ suffix: "One or several symbols to be displayed after the value."
1464
+ },
1413
1465
  },
1414
1466
  // Properties
1415
1467
  p: {