@wibetter/json-editor 5.0.17 → 5.0.18

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.16
2
+ * @wibetter/json-editor v5.0.18
3
3
  * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Mon Dec 30 2024 15:48:09 GMT+0800 (中国标准时间)
5
+ * build time: Mon Dec 30 2024 16:01:41 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.16
2
+ * @wibetter/json-editor v5.0.18
3
3
  * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Mon Dec 30 2024 15:48:09 GMT+0800 (中国标准时间)
5
+ * build time: Mon Dec 30 2024 16:01:41 GMT+0800 (中国标准时间)
6
6
  * build tool info: https://github.com/wibetter/akfun
7
7
  */
8
8
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -5279,7 +5279,7 @@ var SohuEventSchema = /*#__PURE__*/function (_React$PureComponent) {
5279
5279
  var eventEmitConfig = options.eventEmitConfig || [];
5280
5280
  var eventListenConfig = options.eventListenConfig || [];
5281
5281
  var allEmitEventList = options.allEmitEventList || [];
5282
- var isEmpty = widgetType !== 'page' && eventEmitConfig.length === 0 || eventListenConfig.length === 0;
5282
+ var isEmpty = widgetType !== 'page' && eventEmitConfig.length === 0 && eventListenConfig.length === 0;
5283
5283
 
5284
5284
  // 获取前端缓存中的折叠数据
5285
5285
  var collapseData = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wibetter/json-editor",
3
- "version": "5.0.17",
3
+ "version": "5.0.18",
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.16
2
+ * @wibetter/json-editor v5.0.18
3
3
  * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Mon Dec 30 2024 15:48:22 GMT+0800 (中国标准时间)
5
+ * build time: Mon Dec 30 2024 16:01:54 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.16
2
+ * @wibetter/json-editor v5.0.18
3
3
  * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Mon Dec 30 2024 15:48:22 GMT+0800 (中国标准时间)
5
+ * build time: Mon Dec 30 2024 16:01:54 GMT+0800 (中国标准时间)
6
6
  * build tool info: https://github.com/wibetter/akfun
7
7
  */
8
8
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -70965,7 +70965,7 @@ var SohuEventSchema = /*#__PURE__*/function (_React$PureComponent) {
70965
70965
  var eventEmitConfig = options.eventEmitConfig || [];
70966
70966
  var eventListenConfig = options.eventListenConfig || [];
70967
70967
  var allEmitEventList = options.allEmitEventList || [];
70968
- var isEmpty = widgetType !== 'page' && eventEmitConfig.length === 0 || eventListenConfig.length === 0;
70968
+ var isEmpty = widgetType !== 'page' && eventEmitConfig.length === 0 && eventListenConfig.length === 0;
70969
70969
 
70970
70970
  // 获取前端缓存中的折叠数据
70971
70971
  var collapseData = [];