survey-pdf 2.0.0 → 2.0.2

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v2.0.0
2
+ * surveyjs - SurveyJS PDF library v2.0.2
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
  */
@@ -127,6 +127,7 @@ export declare class SurveyPDF extends SurveyModel {
127
127
  onRenderCheckItemAcroform: EventAsync<SurveyPDF, any>;
128
128
  onRenderRadioGroupWrapAcroform: EventAsync<SurveyPDF, any>;
129
129
  onRenderRadioItemAcroform: EventAsync<SurveyPDF, any>;
130
+ private ensureQuestionDisplayValue;
130
131
  private waitForQuestionIsReady;
131
132
  private waitForCoreIsReady;
132
133
  getUpdatedCheckItemAcroformOptions(options: any): void;