survey-js-ui 1.11.7 → 1.11.8

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 (102) hide show
  1. package/README.md +51 -51
  2. package/package.json +2 -2
  3. package/survey-js-ui.js +8737 -8737
  4. package/survey-js-ui.js.map +1 -1
  5. package/survey-js-ui.min.js +2 -2
  6. package/typings/entries/core-export.d.ts +3 -3
  7. package/typings/entries/js-ui.d.ts +7 -7
  8. package/typings/entries/react-ui-model.d.ts +84 -84
  9. package/typings/react/boolean-checkbox.d.ts +6 -6
  10. package/typings/react/boolean-radio.d.ts +8 -8
  11. package/typings/react/boolean.d.ts +17 -17
  12. package/typings/react/components/action-bar/action-bar-item-dropdown.d.ts +8 -8
  13. package/typings/react/components/action-bar/action-bar-item.d.ts +20 -20
  14. package/typings/react/components/action-bar/action-bar-separator.d.ts +5 -5
  15. package/typings/react/components/action-bar/action-bar.d.ts +21 -21
  16. package/typings/react/components/brand-info.d.ts +4 -4
  17. package/typings/react/components/character-counter.d.ts +11 -11
  18. package/typings/react/components/components-container.d.ts +4 -4
  19. package/typings/react/components/file/file-choose-button.d.ts +8 -8
  20. package/typings/react/components/file/file-preview.d.ts +11 -11
  21. package/typings/react/components/header.d.ts +22 -22
  22. package/typings/react/components/list/list-item-content.d.ts +14 -14
  23. package/typings/react/components/list/list-item-group.d.ts +14 -14
  24. package/typings/react/components/list/list-item.d.ts +16 -16
  25. package/typings/react/components/list/list.d.ts +22 -22
  26. package/typings/react/components/loading-indicator.d.ts +4 -4
  27. package/typings/react/components/matrix/row.d.ts +20 -20
  28. package/typings/react/components/matrix-actions/detail-button/detail-button.d.ts +12 -12
  29. package/typings/react/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +6 -6
  30. package/typings/react/components/matrix-actions/remove-button/remove-button.d.ts +9 -9
  31. package/typings/react/components/notifier.d.ts +11 -11
  32. package/typings/react/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +12 -12
  33. package/typings/react/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +6 -6
  34. package/typings/react/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +6 -6
  35. package/typings/react/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +5 -5
  36. package/typings/react/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +6 -6
  37. package/typings/react/components/popup/popup.d.ts +42 -42
  38. package/typings/react/components/question-error.d.ts +10 -10
  39. package/typings/react/components/rating/rating-dropdown-item.d.ts +12 -12
  40. package/typings/react/components/rating/rating-item-smiley.d.ts +5 -5
  41. package/typings/react/components/rating/rating-item-star.d.ts +5 -5
  42. package/typings/react/components/rating/rating-item.d.ts +22 -22
  43. package/typings/react/components/skeleton.d.ts +4 -4
  44. package/typings/react/components/survey-actions/survey-nav-button.d.ts +8 -8
  45. package/typings/react/components/survey-header/logo-image.d.ts +11 -11
  46. package/typings/react/components/survey-header/survey-header.d.ts +17 -17
  47. package/typings/react/components/svg-icon/svg-icon.d.ts +9 -9
  48. package/typings/react/components/title/title-actions.d.ts +7 -7
  49. package/typings/react/components/title/title-content.d.ts +10 -10
  50. package/typings/react/components/title/title-element.d.ts +6 -6
  51. package/typings/react/custom-widget.d.ts +12 -12
  52. package/typings/react/dropdown-base.d.ts +25 -25
  53. package/typings/react/dropdown-item.d.ts +13 -13
  54. package/typings/react/dropdown-select.d.ts +6 -6
  55. package/typings/react/element-factory.d.ts +9 -9
  56. package/typings/react/element-header.d.ts +5 -5
  57. package/typings/react/element.d.ts +19 -19
  58. package/typings/react/flow-panel.d.ts +22 -22
  59. package/typings/react/image.d.ts +10 -10
  60. package/typings/react/imagepicker.d.ts +25 -25
  61. package/typings/react/page.d.ts +11 -11
  62. package/typings/react/panel-base.d.ts +25 -25
  63. package/typings/react/panel.d.ts +16 -16
  64. package/typings/react/progress.d.ts +9 -9
  65. package/typings/react/progressButtons.d.ts +19 -19
  66. package/typings/react/progressToc.d.ts +5 -5
  67. package/typings/react/rating-dropdown.d.ts +8 -8
  68. package/typings/react/react-popup-survey.d.ts +24 -24
  69. package/typings/react/reactSurvey.d.ts +41 -41
  70. package/typings/react/reactSurveyNavigationBase.d.ts +10 -10
  71. package/typings/react/reactquestion.d.ts +81 -81
  72. package/typings/react/reactquestion_buttongroup.d.ts +23 -23
  73. package/typings/react/reactquestion_checkbox.d.ts +33 -33
  74. package/typings/react/reactquestion_comment.d.ts +31 -31
  75. package/typings/react/reactquestion_custom.d.ts +13 -13
  76. package/typings/react/reactquestion_dropdown.d.ts +7 -7
  77. package/typings/react/reactquestion_element.d.ts +63 -63
  78. package/typings/react/reactquestion_empty.d.ts +8 -8
  79. package/typings/react/reactquestion_expression.d.ts +8 -8
  80. package/typings/react/reactquestion_factory.d.ts +8 -8
  81. package/typings/react/reactquestion_file.d.ts +14 -14
  82. package/typings/react/reactquestion_html.d.ts +13 -13
  83. package/typings/react/reactquestion_matrix.d.ts +33 -33
  84. package/typings/react/reactquestion_matrixdropdown.d.ts +4 -4
  85. package/typings/react/reactquestion_matrixdropdownbase.d.ts +29 -29
  86. package/typings/react/reactquestion_matrixdynamic.d.ts +20 -20
  87. package/typings/react/reactquestion_multipletext.d.ts +22 -22
  88. package/typings/react/reactquestion_paneldynamic.d.ts +28 -28
  89. package/typings/react/reactquestion_radiogroup.d.ts +32 -32
  90. package/typings/react/reactquestion_ranking.d.ts +30 -30
  91. package/typings/react/reactquestion_rating.d.ts +10 -10
  92. package/typings/react/reactquestion_tagbox.d.ts +10 -10
  93. package/typings/react/reactquestion_text.d.ts +11 -11
  94. package/typings/react/reactsurveymodel.d.ts +9 -9
  95. package/typings/react/reacttimerpanel.d.ts +11 -11
  96. package/typings/react/row.d.ts +21 -21
  97. package/typings/react/signaturepad.d.ts +11 -11
  98. package/typings/react/string-editor.d.ts +11 -11
  99. package/typings/react/string-viewer.d.ts +15 -15
  100. package/typings/react/svgbundle.d.ts +7 -7
  101. package/typings/react/tagbox-filter.d.ts +23 -23
  102. package/typings/react/tagbox-item.d.ts +10 -10
package/README.md CHANGED
@@ -1,51 +1,51 @@
1
- # SurveyJS UI (React+pReact internally) Form Library
2
-
3
-
4
- <video src="https://github.com/surveyjs/survey-library/assets/22315929/b24a68bf-d703-4096-835b-752f5f610aa6"></video>
5
-
6
-
7
- [![Build Status](https://dev.azure.com/SurveyJS/SurveyJS%20Integration%20Tests/_apis/build/status/SurveyJS%20Library?branchName=master)](https://dev.azure.com/SurveyJS/SurveyJS%20Integration%20Tests/_build/latest?definitionId=7&branchName=master)
8
- [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)
9
- <a href="https://github.com/DevExpress/testcafe">
10
- <img alt="Tested with TestCafe" src="https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg">
11
- </a>
12
- <a href="https://github.com/surveyjs/survey-library/issues">
13
- <img alt="Issues" title="Open Issues" src="https://img.shields.io/github/issues/surveyjs/survey-library.svg">
14
- </a>
15
- <a href="https://github.com/surveyjs/survey-library/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+">
16
- <img alt="Closed issues" title="Closed Issues" src="https://img.shields.io/github/issues-closed/surveyjs/survey-library.svg">
17
- </a>
18
-
19
- A free and open-source MIT-licensed JavaScript form builder library that allows you to design dynamic, data-driven, multi-language survey forms and run them in your vanilla JS applications.
20
-
21
- ## Features
22
-
23
- - Dynamic forms, surveys, polls, and quizzes for your JavaScript application
24
- - Integration with React, Angular, Vue, jQuery, and Knockout
25
- - 20+ built-in question types and support for custom question types
26
- - Built-in themes and CSS customization
27
- - Answer validation
28
- - TypeScript support
29
- - Community-supported UI localization to 50+ languages
30
- - Integration with any backend framework (examples for PHP, NodeJS, and ASP.NET included)
31
- - Compatibility with any server + database combination
32
- - Third-party component integration
33
-
34
- ## Get Started
35
-
36
- To get started with SurveyJS UI Form Library, refer to the following tutorial: [Add a Survey to a jQuery Application](https://surveyjs.io/Documentation/Library?id=get-started-jquery).
37
-
38
- ## Resources
39
-
40
- - [Website](https://surveyjs.io/)
41
- - [Documentation](https://surveyjs.io/Documentation/Library)
42
- - [Live Examples](https://surveyjs.io/form-library/examples/nps-question/jquery)
43
- - [What's New](https://surveyjs.io/WhatsNew)
44
-
45
- ## Build SurveyJS UI Form Library from Sources
46
-
47
- Refer to instructions in the root README file: [Build the SurveyJS Form Library from Sources](https://github.com/surveyjs/survey-library#build-the-surveyjs-form-library-from-sources).
48
-
49
- ## Licensing
50
-
51
- SurveyJS Form Library is distributed under the [MIT license](https://github.com/surveyjs/survey-library/blob/master/LICENSE).
1
+ # SurveyJS UI (React+pReact internally) Form Library
2
+
3
+
4
+ <video src="https://github.com/surveyjs/survey-library/assets/22315929/b24a68bf-d703-4096-835b-752f5f610aa6"></video>
5
+
6
+
7
+ [![Build Status](https://dev.azure.com/SurveyJS/SurveyJS%20Integration%20Tests/_apis/build/status/SurveyJS%20Library?branchName=master)](https://dev.azure.com/SurveyJS/SurveyJS%20Integration%20Tests/_build/latest?definitionId=7&branchName=master)
8
+ [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)
9
+ <a href="https://github.com/DevExpress/testcafe">
10
+ <img alt="Tested with TestCafe" src="https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg">
11
+ </a>
12
+ <a href="https://github.com/surveyjs/survey-library/issues">
13
+ <img alt="Issues" title="Open Issues" src="https://img.shields.io/github/issues/surveyjs/survey-library.svg">
14
+ </a>
15
+ <a href="https://github.com/surveyjs/survey-library/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+">
16
+ <img alt="Closed issues" title="Closed Issues" src="https://img.shields.io/github/issues-closed/surveyjs/survey-library.svg">
17
+ </a>
18
+
19
+ A free and open-source MIT-licensed JavaScript form builder library that allows you to design dynamic, data-driven, multi-language survey forms and run them in your vanilla JS applications.
20
+
21
+ ## Features
22
+
23
+ - Dynamic forms, surveys, polls, and quizzes for your JavaScript application
24
+ - Integration with React, Angular, Vue, jQuery, and Knockout
25
+ - 20+ built-in question types and support for custom question types
26
+ - Built-in themes and CSS customization
27
+ - Answer validation
28
+ - TypeScript support
29
+ - Community-supported UI localization to 50+ languages
30
+ - Integration with any backend framework (examples for PHP, NodeJS, and ASP.NET included)
31
+ - Compatibility with any server + database combination
32
+ - Third-party component integration
33
+
34
+ ## Get Started
35
+
36
+ To get started with SurveyJS UI Form Library, refer to the following tutorial: [Add a Survey to a jQuery Application](https://surveyjs.io/Documentation/Library?id=get-started-jquery).
37
+
38
+ ## Resources
39
+
40
+ - [Website](https://surveyjs.io/)
41
+ - [Documentation](https://surveyjs.io/Documentation/Library)
42
+ - [Live Examples](https://surveyjs.io/form-library/examples/nps-question/jquery)
43
+ - [What's New](https://surveyjs.io/WhatsNew)
44
+
45
+ ## Build SurveyJS UI Form Library from Sources
46
+
47
+ Refer to instructions in the root README file: [Build the SurveyJS Form Library from Sources](https://github.com/surveyjs/survey-library#build-the-surveyjs-form-library-from-sources).
48
+
49
+ ## Licensing
50
+
51
+ SurveyJS Form Library is distributed under the [MIT license](https://github.com/surveyjs/survey-library/blob/master/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-js-ui",
3
- "version": "1.11.7",
3
+ "version": "1.11.8",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -23,6 +23,6 @@
23
23
  "typings": "survey-js-ui.d.ts",
24
24
  "dependencies": {},
25
25
  "peerDependencies": {
26
- "survey-core": "1.11.7"
26
+ "survey-core": "1.11.8"
27
27
  }
28
28
  }