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 +1 -1
- package/survey.pdf.d.ts +4 -4
- package/survey.pdf.fonts.js +1 -1
- package/survey.pdf.fonts.min.js +1 -1
- package/survey.pdf.js +2 -2
- package/survey.pdf.min.js +1 -1
package/package.json
CHANGED
package/survey.pdf.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*Type definitions for SurveyJS PDF library v1.9.
|
|
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
|
|
475
|
-
static
|
|
476
|
-
static
|
|
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
|
}
|
package/survey.pdf.fonts.js
CHANGED
package/survey.pdf.fonts.min.js
CHANGED