@wibetter/json-editor 5.0.28 → 5.0.29

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/lib/index.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * @wibetter/json-editor v5.0.27
2
+ * @wibetter/json-editor v5.0.28
3
3
  * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Mon Jan 06 2025 17:49:01 GMT+0800 (中国标准时间)
5
+ * build time: Tue Jan 07 2025 14:49:17 GMT+0800 (中国标准时间)
6
6
  * build tool info: https://github.com/wibetter/akfun
7
7
  */
8
8
  /*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
package/lib/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * @wibetter/json-editor v5.0.27
2
+ * @wibetter/json-editor v5.0.28
3
3
  * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Mon Jan 06 2025 17:49:01 GMT+0800 (中国标准时间)
5
+ * build time: Tue Jan 07 2025 14:49:17 GMT+0800 (中国标准时间)
6
6
  * build tool info: https://github.com/wibetter/akfun
7
7
  */
8
8
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -3916,13 +3916,14 @@ var InputImageSchema = /*#__PURE__*/function (_React$PureComponent) {
3916
3916
  var _ref3 = schemaStore || {},
3917
3917
  pageScreen = _ref3.pageScreen;
3918
3918
  var _ref4 = jsonStore || {},
3919
- getJSONDataByKeyRoute = _ref4.getJSONDataByKeyRoute;
3919
+ getJSONDataByKeyRoute = _ref4.getJSONDataByKeyRoute,
3920
+ _options = _ref4.options;
3920
3921
  var _this$props4 = this.props,
3921
3922
  nodeKey = _this$props4.nodeKey,
3922
3923
  jsonKey = _this$props4.jsonKey,
3923
3924
  keyRoute = _this$props4.keyRoute,
3924
3925
  targetJsonSchema = _this$props4.targetJsonSchema;
3925
- var options = this.props.options || {};
3926
+ var options = _options || {};
3926
3927
  var loading = this.state.loading;
3927
3928
  // 从jsonData中获取对应的数值
3928
3929
  var curJsonData = keyRoute && getJSONDataByKeyRoute(keyRoute);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wibetter/json-editor",
3
- "version": "5.0.28",
3
+ "version": "5.0.29",
4
4
  "description": "JSON数据可视化/JSONEditor, 可视化界面编辑json数据",
5
5
  "keywords": [
6
6
  "json",
package/sdk/index.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * @wibetter/json-editor v5.0.27
2
+ * @wibetter/json-editor v5.0.28
3
3
  * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Mon Jan 06 2025 17:49:14 GMT+0800 (中国标准时间)
5
+ * build time: Tue Jan 07 2025 14:49:38 GMT+0800 (中国标准时间)
6
6
  * build tool info: https://github.com/wibetter/akfun
7
7
  */
8
8
  /*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
package/sdk/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * @wibetter/json-editor v5.0.27
2
+ * @wibetter/json-editor v5.0.28
3
3
  * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Mon Jan 06 2025 17:49:14 GMT+0800 (中国标准时间)
5
+ * build time: Tue Jan 07 2025 14:49:38 GMT+0800 (中国标准时间)
6
6
  * build tool info: https://github.com/wibetter/akfun
7
7
  */
8
8
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -70302,13 +70302,14 @@ var InputImageSchema = /*#__PURE__*/function (_React$PureComponent) {
70302
70302
  var _ref3 = schemaStore || {},
70303
70303
  pageScreen = _ref3.pageScreen;
70304
70304
  var _ref4 = jsonStore || {},
70305
- getJSONDataByKeyRoute = _ref4.getJSONDataByKeyRoute;
70305
+ getJSONDataByKeyRoute = _ref4.getJSONDataByKeyRoute,
70306
+ _options = _ref4.options;
70306
70307
  var _this$props4 = this.props,
70307
70308
  nodeKey = _this$props4.nodeKey,
70308
70309
  jsonKey = _this$props4.jsonKey,
70309
70310
  keyRoute = _this$props4.keyRoute,
70310
70311
  targetJsonSchema = _this$props4.targetJsonSchema;
70311
- var options = this.props.options || {};
70312
+ var options = _options || {};
70312
70313
  var loading = this.state.loading;
70313
70314
  // 从jsonData中获取对应的数值
70314
70315
  var curJsonData = keyRoute && getJSONDataByKeyRoute(keyRoute);