survey-pdf 2.3.14 → 2.3.16

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/package.json CHANGED
@@ -1,16 +1,33 @@
1
1
  {
2
2
  "name": "survey-pdf",
3
- "version": "2.3.14",
4
- "description": "survey.pdf.js is a SurveyJS PDF Library. It is a easy way to export SurveyJS surveys to PDF. It uses JSON for survey metadata.",
5
- "keywords": [
6
- "Survey",
7
- "JavaScript",
8
- "PDF",
9
- "Library",
10
- "pdf"
11
- ],
3
+ "version": "2.3.16",
12
4
  "homepage": "https://surveyjs.io/",
5
+ "author": "DevSoft Baltic OÜ <info@devsoftbaltic.com>",
13
6
  "license": "SEE LICENSE IN LICENSE",
7
+ "licenseUrl": "https://surveyjs.io/licensing",
8
+ "description": "A UI component that uses SurveyJS form JSON schemas to render forms as PDF documents. It populates PDF fields with data collected using SurveyJS Form Library and lets you export your SurveyJS forms as editable or pre-filled PDFs.",
9
+ "keywords": [
10
+ "survey",
11
+ "surveyjs",
12
+ "pdf",
13
+ "form",
14
+ "survey-export",
15
+ "pdf-generator",
16
+ "pdf-export",
17
+ "interactive-pdf-form",
18
+ "json-form",
19
+ "data-collection",
20
+ "client-side",
21
+ "javascript",
22
+ "typescript",
23
+ "survey-library",
24
+ "export-form",
25
+ "print-form",
26
+ "editable-pdf",
27
+ "fillable-pdf",
28
+ "jsPDF",
29
+ "json-schema"
30
+ ],
14
31
  "module": "fesm/survey.pdf.mjs",
15
32
  "main": "survey.pdf.js",
16
33
  "repository": {
@@ -19,7 +36,7 @@
19
36
  },
20
37
  "typings": "./typings/entries/pdf.d.ts",
21
38
  "peerDependencies": {
22
- "survey-core": "2.3.14"
39
+ "survey-core": "2.3.16"
23
40
  },
24
41
  "dependencies": {
25
42
  "jspdf": "^2.3.0 || ^3"
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v2.3.14
2
+ * surveyjs - SurveyJS PDF library v2.3.16
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4
+ * License: SEE LICENSE IN LICENSE
5
5
  */
6
6
  (function webpackUniversalModuleDefinition(root, factory) {
7
7
  if(typeof exports === 'object' && typeof module === 'object')
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v2.3.14
2
+ * surveyjs - SurveyJS PDF library v2.3.16
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4
+ * License: SEE LICENSE IN LICENSE
5
5
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v2.3.14
2
+ * surveyjs - SurveyJS PDF library v2.3.16
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4
+ * License: SEE LICENSE IN LICENSE
5
5
  */
6
6
  (function webpackUniversalModuleDefinition(root, factory) {
7
7
  if(typeof exports === 'object' && typeof module === 'object')
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v2.3.14
2
+ * surveyjs - SurveyJS PDF library v2.3.16
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4
+ * License: SEE LICENSE IN LICENSE
5
5
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v2.3.14
2
+ * surveyjs - SurveyJS PDF library v2.3.16
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4
+ * License: SEE LICENSE IN LICENSE
5
5
  */
6
6
  (function webpackUniversalModuleDefinition(root, factory) {
7
7
  if(typeof exports === 'object' && typeof module === 'object')
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v2.3.14
2
+ * surveyjs - SurveyJS PDF library v2.3.16
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4
+ * License: SEE LICENSE IN LICENSE
5
5
  */
package/survey.pdf.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v2.3.14
2
+ * surveyjs - SurveyJS PDF library v2.3.16
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4
+ * License: SEE LICENSE IN LICENSE
5
5
  */
6
6
  (function webpackUniversalModuleDefinition(root, factory) {
7
7
  if(typeof exports === 'object' && typeof module === 'object')
@@ -1558,7 +1558,7 @@ __webpack_require__.r(__webpack_exports__);
1558
1558
 
1559
1559
 
1560
1560
 
1561
- (0,survey_core__WEBPACK_IMPORTED_MODULE_50__.checkLibraryVersion)("".concat("2.3.14"), 'survey-pdf');
1561
+ (0,survey_core__WEBPACK_IMPORTED_MODULE_50__.checkLibraryVersion)("".concat("2.3.16"), 'survey-pdf');
1562
1562
 
1563
1563
 
1564
1564
  /***/ }),