survey-creator-react 3.0.0-beta.9 → 3.0.0

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-creator-react",
3
- "version": "3.0.0-beta.9",
3
+ "version": "3.0.0",
4
4
  "description": "A white-label drag-and-drop form builder for React that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your React app.",
5
5
  "author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
6
6
  "homepage": "https://surveyjs.io/",
@@ -60,9 +60,9 @@
60
60
  "ace-builds": "^1.4.12",
61
61
  "react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
62
62
  "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
63
- "survey-core": "3.0.0-beta.9",
64
- "survey-react-ui": "3.0.0-beta.9",
65
- "survey-creator-core": "3.0.0-beta.9"
63
+ "survey-core": "3.0.0",
64
+ "survey-react-ui": "3.0.0",
65
+ "survey-creator-core": "3.0.0"
66
66
  },
67
67
  "peerDependenciesMeta": {
68
68
  "ace-builds": {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v3.0.0-beta.9
2
+ * SurveyJS Creator v3.0.0
3
3
  * (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -2973,7 +2973,8 @@
2973
2973
  renderElement() {
2974
2974
  return (React__namespace.createElement("div", null,
2975
2975
  surveyReactUi.attachKey2click(React__namespace.createElement("label", { onClick: event => this.question.chooseFiles(event.nativeEvent), className: this.item.getActionBarItemCss(), htmlFor: this.question.inputId, "aria-label": this.question.chooseButtonCaption },
2976
- React__namespace.createElement(surveyReactUi.SvgIcon, { iconName: this.item.iconName, size: "auto", title: this.item.title, className: this.item.cssClasses.itemIcon }))),
2976
+ React__namespace.createElement(surveyReactUi.SvgIcon, { iconName: this.item.iconName, size: "auto", title: this.item.title, className: this.item.cssClasses.itemIcon }),
2977
+ React__namespace.createElement("span", { className: "sv-visuallyhidden" }, this.question.chooseButtonCaption))),
2977
2978
  React__namespace.createElement("input", { type: "file", disabled: this.item.disabled, className: this.question.cssClasses.fileInput, id: this.question.inputId, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-describedby": this.question.ariaDescribedBy, multiple: false, title: this.question.inputTitle, accept: this.question.acceptedTypes, tabIndex: -1, onChange: (event) => this.question.onFileInputChange(event.nativeEvent) })));
2978
2979
  }
2979
2980
  }
@@ -2985,8 +2986,8 @@
2985
2986
  });
2986
2987
 
2987
2988
  exports.Version = void 0;
2988
- exports.Version = `${"3.0.0-beta.9"}`;
2989
- surveyCore.checkLibraryVersion(`${"3.0.0-beta.9"}`, "survey-creator-react");
2989
+ exports.Version = `${"3.0.0"}`;
2990
+ surveyCore.checkLibraryVersion(`${"3.0.0"}`, "survey-creator-react");
2990
2991
 
2991
2992
  Object.defineProperty(exports, "PropertyGridEditorCollection", {
2992
2993
  enumerable: true,