survey-pdf 1.9.65 → 1.9.67
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 +2 -2
- package/survey.pdf.d.ts +3 -2
- package/survey.pdf.fonts.js +2 -2
- package/survey.pdf.fonts.min.js +2 -2
- package/survey.pdf.js +25 -6
- package/survey.pdf.min.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-pdf",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.67",
|
|
4
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
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"typings": "survey.pdf.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"jspdf": "^2.3.0",
|
|
29
|
-
"survey-core": "1.9.
|
|
29
|
+
"survey-core": "1.9.67"
|
|
30
30
|
}
|
|
31
31
|
}
|
package/survey.pdf.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*Type definitions for SurveyJS PDF library v1.9.
|
|
2
|
-
Copyright (c) 2015-
|
|
1
|
+
/*Type definitions for SurveyJS PDF library v1.9.67
|
|
2
|
+
Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
3
3
|
Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/>
|
|
4
4
|
*/
|
|
5
5
|
// Dependencies for this module:
|
|
@@ -76,6 +76,7 @@ export declare class SurveyPDF extends SurveyModel {
|
|
|
76
76
|
getUpdatedCheckItemAcroformOptions(options: any): void;
|
|
77
77
|
getUpdatedRadioGroupWrapOptions(options: any): void;
|
|
78
78
|
getUpdatedRadioItemAcroformOptions(options: any): void;
|
|
79
|
+
protected renderSurvey(controller: DocController): Promise<void>;
|
|
79
80
|
/**
|
|
80
81
|
* Call save method of surveyPDF object to download file in browser. This is asynchronous method
|
|
81
82
|
* @param fileName optional filename parameter
|
package/survey.pdf.fonts.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - SurveyJS PDF library v1.9.
|
|
3
|
-
* Copyright (c) 2015-
|
|
2
|
+
* surveyjs - SurveyJS PDF library v1.9.67
|
|
3
|
+
* Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
6
6
|
(function webpackUniversalModuleDefinition(root, factory) {
|