survey-pdf 3.0.0-beta.2 → 3.0.0-beta.3
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/fesm/pdf-form-filler-shared.mjs +1 -1
- package/fesm/pdf-form-filler.mjs +1 -1
- package/fesm/pdf-form-filler.node.mjs +1 -1
- package/fesm/pdf-shared.mjs +3 -2
- package/fesm/pdf-shared.mjs.map +1 -1
- package/fesm/survey.pdf.fonts.mjs +1 -1
- package/fesm/survey.pdf.mjs +1 -1
- package/fesm/survey.pdf.node.mjs +1 -1
- package/fesm/themes/index.mjs +1 -1
- package/package.json +2 -2
- package/pdf-form-filler.js +1 -1
- package/pdf-form-filler.min.js.LICENSE.txt +1 -1
- package/pdf-form-filler.node.js +1 -1
- package/pdf-form-filler.node.min.js.LICENSE.txt +1 -1
- package/survey.pdf.fonts.js +1 -1
- package/survey.pdf.fonts.min.js.LICENSE.txt +1 -1
- package/survey.pdf.js +3 -2
- package/survey.pdf.js.map +1 -1
- package/survey.pdf.min.js +7 -7
- package/survey.pdf.min.js.LICENSE.txt +1 -1
- package/survey.pdf.node.js +3 -2
- package/survey.pdf.node.js.map +1 -1
- package/survey.pdf.node.min.js +7 -7
- package/survey.pdf.node.min.js.LICENSE.txt +1 -1
- package/themes/default-light.js +1 -1
- package/themes/index.js +1 -1
- package/themes/spacious-light.js +1 -1
package/fesm/pdf-form-filler.mjs
CHANGED
package/fesm/pdf-shared.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - SurveyJS PDF library v3.0.0-beta.
|
|
2
|
+
* surveyjs - SurveyJS PDF library v3.0.0-beta.3
|
|
3
3
|
* Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
@@ -9435,6 +9435,7 @@ class SurveyPDF extends SurveyModel {
|
|
|
9435
9435
|
this.questionsOnPageMode = 'standard';
|
|
9436
9436
|
}
|
|
9437
9437
|
this.options = SurveyHelper.clone(options);
|
|
9438
|
+
this.applyTheme(DefaultLight);
|
|
9438
9439
|
}
|
|
9439
9440
|
get haveCommercialLicense() {
|
|
9440
9441
|
const f = hasLicense;
|
|
@@ -11950,7 +11951,7 @@ class CustomBrick extends PdfBrick {
|
|
|
11950
11951
|
}
|
|
11951
11952
|
}
|
|
11952
11953
|
|
|
11953
|
-
checkLibraryVersion(`${"3.0.0-beta.
|
|
11954
|
+
checkLibraryVersion(`${"3.0.0-beta.3"}`, 'survey-pdf');
|
|
11954
11955
|
|
|
11955
11956
|
function rgbaToHex(rgbaString) {
|
|
11956
11957
|
const parts = rgbaString.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+),?\s*([0-9.]+)?\)$/);
|