@kordar/easyui-tpl 1.0.18 → 2.0.0
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/README.md +56 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -0
- package/dist/index.min.css +1 -1
- package/dist/index.umd.cjs +2 -1
- package/dist/index.umd.cjs.map +1 -0
- package/dist/types/components/LayoutContext.d.ts +1 -1
- package/dist/types/components/tips/Tooltip.d.ts +13 -6
- package/dist/types/composable/useMenuAndTabData.d.ts +2 -2
- package/dist/types/hoc/withDocHoc.d.ts +1 -2
- package/dist/types/util/tables.d.ts +3 -4
- package/dist/types/views/admin/form_dlg.d.ts +1 -1
- package/dist/types/views/admin/index.d.ts +1 -2
- package/dist/types/views/dict/index.d.ts +1 -2
- package/dist/types/views/dict-item/index.d.ts +1 -2
- package/dist/types/views/login/index.d.ts +1 -2
- package/dist/types/views/permissions/index.d.ts +1 -2
- package/dist/types/views/roles/index.d.ts +1 -2
- package/dist/types/views/router/index.d.ts +1 -2
- package/dist/types/views/setting/index.d.ts +1 -2
- package/package.json +43 -76
- package/dist/public/en.json +0 -5
- package/dist/public/zh_CN.json +0 -138
package/dist/index.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.row-red{background-color:#fff1f0!important}td.editable-td{background-color:#ffffe0;position:relative}td.editable-td:after{color:#999;content:"✎";display:none;font-size:12px;position:absolute;right:0;top:0}td.editable-td:hover:after{display:block}html[theme=black] .row-red{background-color:darkred!important}html[theme=black] td.editable-td{background-color:#b8860b}html[theme=black] td.editable-td:after{color:#f5f5f5}#login_carousel{height:100%}#login_carousel .layer_notice ul li{color:#fff}#login_carousel .video_mask{background-color:rgba(0,0,0,.3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:90}#login_carousel .login{background-color:rgba(0,0,0,.5);border-radius:4px;height:auto;left:50%;margin:-150px 0 0 -150px;padding:20px;position:absolute;top:50%;width:360px;z-index:99}#login_carousel .login h1{color:#fff;font-size:24px;margin-bottom:20px;text-align:center}#login_carousel .form_code .code{cursor:pointer;position:absolute;right:0;top:1px}#login_carousel .login_btn{width:100%}#login_carousel .grid-demo{border-radius:2px;color:#fff;line-height:50px;padding:10px;text-align:center}#login_carousel .mytitle{font-size:27px;margin-top:50px;text-align:center}#login_carousel .mytext{font-size:16px;margin:20px 0;text-align:center}#login_carousel .textbox-addon{background-color:#fbfbfb;text-align:center}#login_carousel .textbox-icon.iconfont{font-size:20px;height:28px;line-height:28px;text-align:center}
|
|
1
|
+
@charset "UTF-8";.row-red{background-color:#fff1f0!important}td.editable-td{background-color:#ffffe0;position:relative}td.editable-td:after{color:#999;content:"✎";display:none;font-size:12px;position:absolute;right:0;top:0}td.editable-td:hover:after{display:block}html[theme=black] .row-red{background-color:darkred!important}html[theme=black] td.editable-td{background-color:#b8860b}html[theme=black] td.editable-td:after{color:#f5f5f5}#login_carousel{height:100%}#login_carousel .layer_notice ul li{color:#fff}#login_carousel .video_mask{background-color:rgba(0,0,0,.3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:90}#login_carousel .login{background-color:rgba(0,0,0,.5);border-radius:4px;height:auto;left:50%;margin:-150px 0 0 -150px;padding:20px;position:absolute;top:50%;width:360px;z-index:99}#login_carousel .login h1{color:#fff;font-size:24px;margin-bottom:20px;text-align:center}#login_carousel .form_code .code{cursor:pointer;position:absolute;right:0;top:1px}#login_carousel .login_btn{width:100%}#login_carousel .grid-demo{border-radius:2px;color:#fff;line-height:50px;padding:10px;text-align:center}#login_carousel .mytitle{font-size:27px;margin-top:50px;text-align:center}#login_carousel .mytext{font-size:16px;margin:20px 0;text-align:center}#login_carousel .textbox-addon{background-color:#fbfbfb;text-align:center}#login_carousel .textbox-icon.iconfont{font-size:20px;height:28px;line-height:28px;text-align:center}
|