@wibetter/json-editor 5.1.26 → 5.1.27
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 +3 -2
- package/package.json +1 -1
- package/sdk/index.css +2 -2
- package/sdk/index.js +3 -2
package/lib/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-editor v5.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.27
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Fri Jan 24 2025 22:
|
|
5
|
+
* build time: Fri Jan 24 2025 23:22: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.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.27
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Fri Jan 24 2025 22:
|
|
5
|
+
* build time: Fri Jan 24 2025 23:22:17 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -362,6 +362,7 @@ var JSONDataEditor = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
362
362
|
schemaStore: schemaStore,
|
|
363
363
|
jsonStore: jsonStore
|
|
364
364
|
}))), !isEmpty && jsonView && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement($components_JsonView_index__WEBPACK_IMPORTED_MODULE_6__["default"], {
|
|
365
|
+
key: lastUpdateTime + "-" + jsonLastUpdateTime + "-jsonView",
|
|
365
366
|
jsonData: JSONEditorObj,
|
|
366
367
|
readOnly: jsonViewReadOnly != null ? jsonViewReadOnly : true,
|
|
367
368
|
onChange: jsonChange
|
package/package.json
CHANGED
package/sdk/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-editor v5.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.26
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Fri Jan 24 2025 23:
|
|
5
|
+
* build time: Fri Jan 24 2025 23:21:59 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.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.26
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Fri Jan 24 2025 23:
|
|
5
|
+
* build time: Fri Jan 24 2025 23:21:59 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -66444,6 +66444,7 @@ var JSONDataEditor = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
66444
66444
|
schemaStore: schemaStore,
|
|
66445
66445
|
jsonStore: jsonStore
|
|
66446
66446
|
}))), !isEmpty && jsonView && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement($components_JsonView_index__WEBPACK_IMPORTED_MODULE_5__["default"], {
|
|
66447
|
+
key: lastUpdateTime + "-" + jsonLastUpdateTime + "-jsonView",
|
|
66447
66448
|
jsonData: JSONEditorObj,
|
|
66448
66449
|
readOnly: jsonViewReadOnly != null ? jsonViewReadOnly : true,
|
|
66449
66450
|
onChange: jsonChange
|