survey-pdf 1.12.21 → 1.12.23

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,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-pdf",
3
- "version": "1.12.21",
3
+ "version": "1.12.23",
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",
@@ -28,6 +28,6 @@
28
28
  "jspdf": "^2.3.0"
29
29
  },
30
30
  "peerDependencies": {
31
- "survey-core": "1.12.21"
31
+ "survey-core": "1.12.23"
32
32
  }
33
33
  }
package/survey.pdf.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /*Type definitions for SurveyJS PDF library v1.12.21
1
+ /*Type definitions for SurveyJS PDF library v1.12.23
2
2
  Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
3
3
  Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/>
4
4
  */
@@ -978,7 +978,7 @@ export interface IDrawImageOptions extends IDrawRectOptions {
978
978
  * [View Demo](https://surveyjs.io/pdf-generator/examples/customize-header-and-footer-of-pdf-form/ (linkStyle))
979
979
  */
980
980
  export declare class DrawCanvas {
981
- protected packs: IPdfBrick[];
981
+ packs: IPdfBrick[];
982
982
  controller: DocController;
983
983
  protected _rect: IRect;
984
984
  protected _countPages: number;
@@ -1222,7 +1222,7 @@ export declare class RankingItemBrick extends PdfBrick {
1222
1222
 
1223
1223
  export declare class RowlineBrick implements IPdfBrick {
1224
1224
  protected controller: DocController;
1225
- protected color: string;
1225
+ color: string;
1226
1226
  xLeft: number;
1227
1227
  xRight: number;
1228
1228
  yTop: number;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v1.12.21
2
+ * surveyjs - SurveyJS PDF library v1.12.23
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v1.12.21
2
+ * surveyjs - SurveyJS PDF library v1.12.23
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */