@wibetter/json-schema-editor 5.1.2 → 5.1.9
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 +1 -3510
- package/lib/index.js.LICENSE.txt +2 -2
- package/package.json +3 -2
- package/sdk/index.css +2 -2
- package/sdk/index.js +141668 -201942
package/lib/index.js.LICENSE.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-schema-editor v5.1.
|
|
2
|
+
* @wibetter/json-schema-editor v5.1.8
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Wed Jan 15 2025 10:17:58 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wibetter/json-schema-editor",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.9",
|
|
4
4
|
"description": "JSON数据可视化/JSONSchema,以表单的形式编辑 json schema,可用于在线设计组件的配置面板",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"json",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"prop-types": "^15.8.1",
|
|
36
36
|
"react": "^16.8.6",
|
|
37
37
|
"react-ace": "^12.0.0",
|
|
38
|
-
"react-dom": "^16.8.6"
|
|
38
|
+
"react-dom": "^16.8.6",
|
|
39
|
+
"lodash": "^4.17.21"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"akfun": "^5.0.0",
|
package/sdk/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-schema-editor v5.1.
|
|
2
|
+
* @wibetter/json-schema-editor v5.1.8
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Wed Jan 15 2025 10:19:49 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|