survey-pdf 2.3.15 → 2.3.16

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,7 +1,7 @@
1
1
  /*!
2
- * surveyjs - SurveyJS PDF library v2.3.15
2
+ * surveyjs - SurveyJS PDF library v2.3.16
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4
+ * License: SEE LICENSE IN LICENSE
5
5
  */
6
6
 
7
7
  /**
@@ -3,7 +3,7 @@ import { SurveyPDF } from '../survey';
3
3
  import { IPoint, IRect, DocController } from '../doc_controller';
4
4
  import { FlatQuestion } from './flat_question';
5
5
  import { IPdfBrick } from '../pdf_render/pdf_brick';
6
- import { ChoiceItem } from 'survey-core/typings/src/question_baseselect';
6
+ import { ChoiceItem } from 'survey-core';
7
7
  export declare abstract class FlatSelectBase extends FlatQuestion {
8
8
  protected survey: SurveyPDF;
9
9
  protected controller: DocController;