@wibetter/json-editor 5.1.22 → 5.1.23
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 +1 -1
- package/sdk/index.css +2 -2
- package/sdk/index.js +4 -4
package/lib/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-editor v5.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.23
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Fri Jan 24 2025 15:29:37 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.23
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Fri Jan 24 2025 15:29:37 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -2858,8 +2858,8 @@ var ObjectSchema = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
2858
2858
|
if (!['select', 'radio', 'checkboxes'].includes(valueSchema.type)) {
|
|
2859
2859
|
// 当value选择input、select、checkboxes,才可设置「配置方式」,其他默认都是 "填写"
|
|
2860
2860
|
currentSchemaData.default = 'string';
|
|
2861
|
-
currentSchemaData.readOnly = true;
|
|
2862
|
-
currentSchemaData.description = '当前数值没有可选项,不支持设置。';
|
|
2861
|
+
// currentSchemaData.readOnly = true;
|
|
2862
|
+
// currentSchemaData.description = '当前数值没有可选项,不支持设置。';
|
|
2863
2863
|
}
|
|
2864
2864
|
}
|
|
2865
2865
|
if (currentJsonKey === 'range') {
|
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.23
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Fri Jan 24 2025 15:29: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.23
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Fri Jan 24 2025 15:29:58 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -68896,8 +68896,8 @@ var ObjectSchema = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
68896
68896
|
if (!['select', 'radio', 'checkboxes'].includes(valueSchema.type)) {
|
|
68897
68897
|
// 当value选择input、select、checkboxes,才可设置「配置方式」,其他默认都是 "填写"
|
|
68898
68898
|
currentSchemaData.default = 'string';
|
|
68899
|
-
currentSchemaData.readOnly = true;
|
|
68900
|
-
currentSchemaData.description = '当前数值没有可选项,不支持设置。';
|
|
68899
|
+
// currentSchemaData.readOnly = true;
|
|
68900
|
+
// currentSchemaData.description = '当前数值没有可选项,不支持设置。';
|
|
68901
68901
|
}
|
|
68902
68902
|
}
|
|
68903
68903
|
if (currentJsonKey === 'range') {
|