@wibetter/json-editor 5.1.16 → 5.1.17
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 -4
- package/package.json +1 -1
- package/sdk/index.css +2 -2
- package/sdk/index.js +3 -4
package/lib/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-editor v5.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.17
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Tue Jan 21 2025 18:
|
|
5
|
+
* build time: Tue Jan 21 2025 18:42:46 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.17
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Tue Jan 21 2025 18:
|
|
5
|
+
* build time: Tue Jan 21 2025 18:42:46 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -8201,7 +8201,6 @@ function getObjectTitle(objItem) {
|
|
|
8201
8201
|
return objItem;
|
|
8202
8202
|
}
|
|
8203
8203
|
}
|
|
8204
|
-
;
|
|
8205
8204
|
|
|
8206
8205
|
/**
|
|
8207
8206
|
* options 数据处理
|
|
@@ -8215,7 +8214,7 @@ function getWrapOptions(options) {
|
|
|
8215
8214
|
if ((0,_wibetter_json_utils__WEBPACK_IMPORTED_MODULE_0__.isObject)(option)) {
|
|
8216
8215
|
curOptions.push({
|
|
8217
8216
|
label: getObjectTitle(option),
|
|
8218
|
-
value:
|
|
8217
|
+
value: option // isObject(option.value) ? option.value : option,
|
|
8219
8218
|
});
|
|
8220
8219
|
} else {
|
|
8221
8220
|
curOptions.push(option);
|
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.17
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Tue Jan 21 2025 18:
|
|
5
|
+
* build time: Tue Jan 21 2025 18:42:58 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.17
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Tue Jan 21 2025 18:
|
|
5
|
+
* build time: Tue Jan 21 2025 18:42:58 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -74497,7 +74497,6 @@ function getObjectTitle(objItem) {
|
|
|
74497
74497
|
return objItem;
|
|
74498
74498
|
}
|
|
74499
74499
|
}
|
|
74500
|
-
;
|
|
74501
74500
|
|
|
74502
74501
|
/**
|
|
74503
74502
|
* options 数据处理
|
|
@@ -74511,7 +74510,7 @@ function getWrapOptions(options) {
|
|
|
74511
74510
|
if ((0,_wibetter_json_utils__WEBPACK_IMPORTED_MODULE_0__.isObject)(option)) {
|
|
74512
74511
|
curOptions.push({
|
|
74513
74512
|
label: getObjectTitle(option),
|
|
74514
|
-
value:
|
|
74513
|
+
value: option // isObject(option.value) ? option.value : option,
|
|
74515
74514
|
});
|
|
74516
74515
|
} else {
|
|
74517
74516
|
curOptions.push(option);
|