survey-pdf 1.9.20 → 1.9.21

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.9.20",
3
+ "version": "1.9.21",
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",
package/survey.pdf.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /*Type definitions for SurveyJS PDF library v1.9.20
1
+ /*Type definitions for SurveyJS PDF library v1.9.21
2
2
  Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
3
3
  Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/>
4
4
  */
@@ -471,9 +471,9 @@ export declare class FlatTextbox extends FlatQuestion {
471
471
  }
472
472
 
473
473
  export declare class FlatSurvey {
474
- static readonly QUES_GAP_VERT_SCALE: number;
475
- static readonly PANEL_CONT_GAP_SCALE: number;
476
- static readonly PANEL_DESC_GAP_SCALE: number;
474
+ static QUES_GAP_VERT_SCALE: number;
475
+ static PANEL_CONT_GAP_SCALE: number;
476
+ static PANEL_DESC_GAP_SCALE: number;
477
477
  static generateFlatsPanel(survey: SurveyPDF, controller: DocController, panel: PanelModel, point: IPoint): Promise<IPdfBrick[]>;
478
478
  static generateFlats(survey: SurveyPDF, controller: DocController): Promise<IPdfBrick[][]>;
479
479
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v1.9.20
2
+ * surveyjs - SurveyJS PDF library v1.9.21
3
3
  * Copyright (c) 2015-2022 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.9.20
2
+ * surveyjs - SurveyJS PDF library v1.9.21
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */