@delon/theme 18.1.0 → 18.3.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/compact.css +26 -3
- package/compact.min.css +1 -1
- package/dark.css +26 -3
- package/dark.min.css +1 -1
- package/default.css +26 -3
- package/default.min.css +1 -1
- package/esm2022/layout-default/layout-header-item-trigger.directive.mjs +3 -3
- package/esm2022/layout-default/layout-header-item.component.mjs +3 -3
- package/esm2022/layout-default/layout-header.component.mjs +3 -3
- package/esm2022/layout-default/layout-nav.component.mjs +3 -3
- package/esm2022/layout-default/layout-top-menu-item.mjs +3 -3
- package/esm2022/layout-default/layout.component.mjs +3 -3
- package/esm2022/layout-default/layout.module.mjs +4 -4
- package/esm2022/layout-default/layout.service.mjs +3 -3
- package/esm2022/setting-drawer/setting-drawer-item.component.mjs +3 -3
- package/esm2022/setting-drawer/setting-drawer.component.mjs +3 -3
- package/esm2022/setting-drawer/setting-drawer.module.mjs +4 -4
- package/esm2022/src/locale/locale.module.mjs +4 -4
- package/esm2022/src/locale/locale.service.mjs +3 -3
- package/esm2022/src/pipes/date/date.pipe.mjs +3 -3
- package/esm2022/src/pipes/keys/keys.pipe.mjs +3 -3
- package/esm2022/src/pipes/safe/html.pipe.mjs +3 -3
- package/esm2022/src/pipes/safe/url.pipe.mjs +3 -3
- package/esm2022/src/pipes/yn/yn.pipe.mjs +3 -3
- package/esm2022/src/services/drawer/drawer.helper.mjs +3 -3
- package/esm2022/src/services/http/http.client.mjs +3 -3
- package/esm2022/src/services/http/http.decorator.mjs +3 -3
- package/esm2022/src/services/i18n/i18n-url.guard.mjs +3 -3
- package/esm2022/src/services/i18n/i18n.mjs +6 -6
- package/esm2022/src/services/i18n/i18n.pipe.mjs +3 -3
- package/esm2022/src/services/menu/menu.service.mjs +9 -6
- package/esm2022/src/services/modal/modal.helper.mjs +33 -12
- package/esm2022/src/services/responsive/responsive.mjs +3 -3
- package/esm2022/src/services/rtl/rtl.service.mjs +3 -3
- package/esm2022/src/services/settings/settings.service.mjs +3 -3
- package/esm2022/src/services/title/title.service.mjs +3 -3
- package/esm2022/src/theme.module.mjs +4 -4
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/theme-btn/theme-btn.component.mjs +3 -3
- package/esm2022/theme-btn/theme-btn.module.mjs +4 -4
- package/fesm2022/layout-default.mjs +25 -25
- package/fesm2022/setting-drawer.mjs +10 -10
- package/fesm2022/theme-btn.mjs +7 -7
- package/fesm2022/theme.mjs +99 -75
- package/fesm2022/theme.mjs.map +1 -1
- package/layout-default/style/_header.less +5 -3
- package/package.json +6 -6
- package/src/services/menu/menu.service.d.ts +6 -0
- package/src/services/modal/modal.helper.d.ts +5 -1
- package/system/antd/_modal.less +1 -1
- package/system/utils/_scrollbar.less +22 -0
- package/variable.css +26 -3
- package/variable.min.css +1 -1
package/dark.css
CHANGED
|
@@ -30253,7 +30253,7 @@ a:focus {
|
|
|
30253
30253
|
max-width: 900px;
|
|
30254
30254
|
}
|
|
30255
30255
|
}
|
|
30256
|
-
@media (min-width:
|
|
30256
|
+
@media (min-width: 1200px) {
|
|
30257
30257
|
.modal-xl .ant-modal {
|
|
30258
30258
|
width: auto !important;
|
|
30259
30259
|
max-width: 1200px;
|
|
@@ -33858,6 +33858,24 @@ textarea.ant-input::-webkit-scrollbar-thumb {
|
|
|
33858
33858
|
background-color: transparent;
|
|
33859
33859
|
outline: 1px solid #333;
|
|
33860
33860
|
}
|
|
33861
|
+
/**
|
|
33862
|
+
* Hide scrollbar
|
|
33863
|
+
*
|
|
33864
|
+
* 隐藏滚动条
|
|
33865
|
+
*/
|
|
33866
|
+
.hide-scrollbar {
|
|
33867
|
+
scrollbar-width: none;
|
|
33868
|
+
scrollbar-color: transparent transparent;
|
|
33869
|
+
}
|
|
33870
|
+
.hide-scrollbar::-webkit-scrollbar {
|
|
33871
|
+
width: 1px;
|
|
33872
|
+
}
|
|
33873
|
+
.hide-scrollbar::-webkit-scrollbar-track {
|
|
33874
|
+
background: transparent;
|
|
33875
|
+
}
|
|
33876
|
+
.hide-scrollbar::-webkit-scrollbar-thumb {
|
|
33877
|
+
background-color: transparent;
|
|
33878
|
+
}
|
|
33861
33879
|
html {
|
|
33862
33880
|
touch-action: manipulation;
|
|
33863
33881
|
direction: ltr;
|
|
@@ -34020,7 +34038,7 @@ body {
|
|
|
34020
34038
|
color: #fff;
|
|
34021
34039
|
background-color: rgba(255, 255, 255, 0.2);
|
|
34022
34040
|
}
|
|
34023
|
-
.alain-default__nav-item >
|
|
34041
|
+
.alain-default__nav-item > .anticon,
|
|
34024
34042
|
.alain-default__nav-item-icon {
|
|
34025
34043
|
transform: none !important;
|
|
34026
34044
|
font-size: 18px !important;
|
|
@@ -34072,7 +34090,8 @@ body {
|
|
|
34072
34090
|
.alain-default__search .ant-input-group-addon i,
|
|
34073
34091
|
.alain-default__search .ant-input-affix-wrapper i {
|
|
34074
34092
|
color: #fff;
|
|
34075
|
-
transition: color 300ms,
|
|
34093
|
+
transition: color 300ms,
|
|
34094
|
+
transform 400ms;
|
|
34076
34095
|
}
|
|
34077
34096
|
.alain-default__search-focus .ant-input,
|
|
34078
34097
|
.alain-default__search-focus .ant-input-group-addon,
|
|
@@ -34658,9 +34677,13 @@ body {
|
|
|
34658
34677
|
display: block;
|
|
34659
34678
|
text-align: center;
|
|
34660
34679
|
}
|
|
34680
|
+
.st__btn-sub .ant-menu-title-content {
|
|
34681
|
+
width: 100%;
|
|
34682
|
+
}
|
|
34661
34683
|
.st__btn-sub .st__btn-text {
|
|
34662
34684
|
width: 100%;
|
|
34663
34685
|
color: inherit;
|
|
34686
|
+
display: block;
|
|
34664
34687
|
}
|
|
34665
34688
|
.st__btn-disabled .st__btn-text {
|
|
34666
34689
|
pointer-events: none;
|