survey-creator-js 1.12.61 → 1.12.63
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 +4 -4
- package/survey-creator-js.js +3 -3
- package/survey-creator-js.min.js +1 -1
- package/survey-creator-js.min.js.LICENSE.txt +1 -1
- package/fesm/survey-creator-js.mjs +0 -3000
- package/fesm/survey-creator-js.mjs.map +0 -1
- package/fesm/ui-preset-editor/index.mjs +0 -82
- package/fesm/ui-preset-editor/index.mjs.map +0 -1
- package/typings/survey-creator-js/entries/presets.d.ts +0 -1
- package/typings/survey-creator-react/src/components/ComponentContainer.d.ts +0 -10
- package/typings/survey-creator-react/src/entries/index-wc.d.ts +0 -71
- package/typings/survey-creator-react/src/entries/presets.d.ts +0 -3
- package/typings/survey-creator-react/src/ui-preset-editor/Presets.d.ts +0 -16
- package/typings/survey-creator-react/src/ui-preset-editor/PresetsIconItem.d.ts +0 -10
- package/typings/survey-creator-react/src/ui-preset-editor/PresetsPropertyGrid.d.ts +0 -10
- package/ui-preset-editor/index.html +0 -50
- package/ui-preset-editor/index.js +0 -164
- package/ui-preset-editor/index.js.map +0 -1
- package/ui-preset-editor/index.min.js +0 -7
- package/ui-preset-editor/index.min.js.LICENSE.txt +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-js",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.63",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"typings": "./typings/survey-creator-js/entries/index.d.ts",
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"ace-builds": "^1.4.12",
|
|
30
|
-
"survey-core": "1.12.
|
|
31
|
-
"survey-js-ui": "1.12.
|
|
32
|
-
"survey-creator-core": "1.12.
|
|
30
|
+
"survey-core": "1.12.63",
|
|
31
|
+
"survey-js-ui": "1.12.63",
|
|
32
|
+
"survey-creator-core": "1.12.63",
|
|
33
33
|
"@types/react-dom": "*",
|
|
34
34
|
"@types/react": "*"
|
|
35
35
|
},
|
package/survey-creator-js.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator UI v1.12.
|
|
2
|
+
* SurveyJS Creator UI v1.12.63
|
|
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
|
|
@@ -3745,7 +3745,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3745
3745
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
3746
3746
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_63___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_63__);
|
|
3747
3747
|
var Version;
|
|
3748
|
-
Version = "".concat("1.12.
|
|
3748
|
+
Version = "".concat("1.12.63");
|
|
3749
3749
|
// import "@survey/creator/survey-creator-core.css";
|
|
3750
3750
|
|
|
3751
3751
|
|
|
@@ -3818,7 +3818,7 @@ Version = "".concat("1.12.61");
|
|
|
3818
3818
|
|
|
3819
3819
|
|
|
3820
3820
|
|
|
3821
|
-
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("1.12.
|
|
3821
|
+
(0,survey_core__WEBPACK_IMPORTED_MODULE_63__.checkLibraryVersion)("".concat("1.12.63"), "survey-creator-react");
|
|
3822
3822
|
|
|
3823
3823
|
|
|
3824
3824
|
/***/ }),
|