@wibetter/json-editor 5.1.1 → 5.1.3
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 +4 -3
- package/lib/index.js +518 -320
- package/package.json +1 -1
- package/sdk/index.css +4 -3
- package/sdk/index.js +547 -358
package/lib/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-editor v5.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.3
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Fri Jan 10 2025 17:39:02 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
.content-item > .form-item-box .color-btn-wrap .delete-bgColor-btn:hover {
|
|
1268
1268
|
color: red;
|
|
1269
1269
|
}
|
|
1270
|
-
.content-item > .form-item-box .color-btn-wrap:hover {
|
|
1270
|
+
.content-item > .form-item-box .color-btn-wrap:hover:not(.disabled) {
|
|
1271
1271
|
width: 70px;
|
|
1272
1272
|
}
|
|
1273
1273
|
.content-item > .form-item-box .color-btn-wrap:hover .delete-bgColor-btn,
|
|
@@ -1618,6 +1618,7 @@
|
|
|
1618
1618
|
}
|
|
1619
1619
|
.json-editor-container .element-title .warning-text {
|
|
1620
1620
|
color: #fa8c16;
|
|
1621
|
+
display: none;
|
|
1621
1622
|
}
|
|
1622
1623
|
.json-editor-container .element-title .add-operate-btn,
|
|
1623
1624
|
.json-editor-container .element-title .display-source-btn,
|