@wibetter/json-editor 5.1.19 → 5.1.21
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 +2 -2
- package/lib/index.js +4 -4
- package/package.json +3 -3
- package/sdk/index.css +2 -2
- package/sdk/index.js +3289 -4540
package/lib/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-editor v5.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.20
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Thu Jan 23 2025 18:39:21 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.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.20
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Thu Jan 23 2025 18:39:21 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -5935,7 +5935,7 @@ var SelectSchema = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
5935
5935
|
}
|
|
5936
5936
|
};
|
|
5937
5937
|
_proto.render = function render() {
|
|
5938
|
-
var
|
|
5938
|
+
var _targetJsonSchema$sho, _targetJsonSchema$def, _targetJsonSchema$all;
|
|
5939
5939
|
var _this$props2 = this.props,
|
|
5940
5940
|
schemaStore = _this$props2.schemaStore,
|
|
5941
5941
|
jsonStore = _this$props2.jsonStore;
|
|
@@ -5968,7 +5968,7 @@ var SelectSchema = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
5968
5968
|
});
|
|
5969
5969
|
curJsonData = valueArray;
|
|
5970
5970
|
}
|
|
5971
|
-
var curValue =
|
|
5971
|
+
var curValue = curJsonData != null ? curJsonData : targetJsonSchema.default;
|
|
5972
5972
|
if ((0,_wibetter_json_utils__WEBPACK_IMPORTED_MODULE_5__.isObject)(curValue)) {
|
|
5973
5973
|
curValue = JSON.stringify(curValue);
|
|
5974
5974
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wibetter/json-editor",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.21",
|
|
4
4
|
"description": "JSON数据可视化/JSONEditor, 可视化界面编辑json数据",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"json",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@ant-design/icons": "^4.2.1",
|
|
30
30
|
"ace-builds": "^1.35.4",
|
|
31
|
-
"@wibetter/json-utils": "^5.
|
|
31
|
+
"@wibetter/json-utils": "^5.1.20",
|
|
32
32
|
"antd": "^5.20.1",
|
|
33
33
|
"braft-editor": "^2.3.9",
|
|
34
34
|
"braft-extensions": "^0.1.1",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"akfun": "^5.0.0",
|
|
47
|
-
"@wibetter/json-schema-editor": "^5.
|
|
47
|
+
"@wibetter/json-schema-editor": "^5.1.20"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
|
50
50
|
"node": ">= 10.13.0",
|
package/sdk/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-editor v5.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.21
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Thu Jan 23 2025 18:39:44 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|