survey-creator-react 2.3.6 → 2.3.8

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 Creator React v2.3.6
2
+ * SurveyJS Creator React v2.3.8
3
3
  * (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -620,7 +620,7 @@ class QuestionImageAdornerComponent extends QuestionAdornerComponent {
620
620
  return [this.model, this.imageModel.filePresentationModel];
621
621
  }
622
622
  renderElementContent() {
623
- if (this.imageModel.isEmptyImageLink) {
623
+ if (this.imageModel.isEmptyElement) {
624
624
  const fileQuestion = ReactQuestionFactory.Instance.createQuestion("file", {
625
625
  creator: this.imageModel.question.survey,
626
626
  isDisplayMode: false,
@@ -2881,8 +2881,8 @@ ReactQuestionFactory.Instance.registerQuestion("sv-boolean-switch", (props) => {
2881
2881
  RendererFactory.Instance.registerRenderer("boolean", "switch", "sv-boolean-switch");
2882
2882
 
2883
2883
  let Version;
2884
- Version = `${"2.3.6"}`;
2885
- checkLibraryVersion(`${"2.3.6"}`, "survey-creator-react");
2884
+ Version = `${"2.3.8"}`;
2885
+ checkLibraryVersion(`${"2.3.8"}`, "survey-creator-react");
2886
2886
 
2887
2887
  export { ActionButton, AdaptiveToolbox, CellQuestionAdornerComponent, CellQuestionDropdownAdornerComponent, CreatorSurveyPageComponent, ImageItemValueAdornerComponent, ItemValueAdornerComponent, LogoImageComponent, MatrixCellAdornerComponent, PanelAdornerComponent, PropertyGridComponent, PropertyGridPlaceholderComponent, QuestionAdornerComponent, QuestionBanner, QuestionDropdownAdornerComponent, QuestionEditorContentComponent, QuestionErrorComponent, QuestionImageAdornerComponent, QuestionRatingAdornerComponent, QuestionWidgetAdornerComponent, QuestionWrapperFooter, QuestionWrapperHeader, ReactDragEvent, ReactMouseEvent, RowWrapper, SearchComponent, SideBarDefaultHeader, SidebarComponent, SurveyCreator, SurveyCreatorComponent, SurveyCreatorToolboxCategory, SurveyCreatorToolboxItem, SurveyCreatorToolboxItemGroup, SurveyCreatorToolboxTool, SurveyElementEmbeddedSurvey, SurveyLocStringEditor, SurveyLogicOpertor, SurveyNavigation, SurveyQuestionBooleanSwitch, SurveyQuestionColor, SurveyQuestionFileEditor, SurveyQuestionLinkValue, SurveyQuestionSpinEditor, SurveyQuestionTextWithReset, SurveyResults, SurveyResultsByRow, SurveySimulator, SwitcherComponent, TabButtonComponent, TabDesignerComponent, TabJsonEditorAceComponent, TabJsonEditorErrorsComponent, TabJsonEditorTextareaComponent, TabLogicAddButtonComponent, TabLogicComponent, TabPreviewSurveyComponent, TabPreviewTestSurveyAgainComponent, TabThemeSurveyComponent, TabTranslationComponent, TabbedMenuComponent, TabbedMenuItemComponent, ToolboxList, TranslateFromAction, TranslationLineSkeleton, Version };
2888
2888
  //# sourceMappingURL=survey-creator-react.mjs.map