@delon/theme 18.0.2 → 18.2.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 +22 -0
- package/compact.min.css +1 -1
- package/dark.css +24 -2
- package/dark.min.css +1 -1
- package/default.css +22 -0
- 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 +5 -5
- 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 +10 -6
- 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 +26 -26
- package/fesm2022/layout-default.mjs.map +1 -1
- package/fesm2022/setting-drawer.mjs +10 -10
- package/fesm2022/theme-btn.mjs +7 -7
- package/fesm2022/theme.mjs +105 -77
- package/fesm2022/theme.mjs.map +1 -1
- package/package.json +6 -6
- package/src/pipes/date/date.pipe.d.ts +1 -1
- package/src/services/menu/menu.service.d.ts +6 -0
- package/src/services/modal/modal.helper.d.ts +5 -1
- package/system/theme-dark.less +2 -0
- package/system/utils/_scrollbar.less +22 -0
- package/variable.css +22 -0
- package/variable.min.css +1 -1
package/compact.css
CHANGED
|
@@ -33294,6 +33294,24 @@ textarea.ant-input::-webkit-scrollbar-thumb {
|
|
|
33294
33294
|
background-color: transparent;
|
|
33295
33295
|
outline: 1px solid #333;
|
|
33296
33296
|
}
|
|
33297
|
+
/**
|
|
33298
|
+
* Hide scrollbar
|
|
33299
|
+
*
|
|
33300
|
+
* 隐藏滚动条
|
|
33301
|
+
*/
|
|
33302
|
+
.hide-scrollbar {
|
|
33303
|
+
scrollbar-width: none;
|
|
33304
|
+
scrollbar-color: transparent transparent;
|
|
33305
|
+
}
|
|
33306
|
+
.hide-scrollbar::-webkit-scrollbar {
|
|
33307
|
+
width: 1px;
|
|
33308
|
+
}
|
|
33309
|
+
.hide-scrollbar::-webkit-scrollbar-track {
|
|
33310
|
+
background: transparent;
|
|
33311
|
+
}
|
|
33312
|
+
.hide-scrollbar::-webkit-scrollbar-thumb {
|
|
33313
|
+
background-color: transparent;
|
|
33314
|
+
}
|
|
33297
33315
|
html {
|
|
33298
33316
|
touch-action: manipulation;
|
|
33299
33317
|
direction: ltr;
|
|
@@ -34094,9 +34112,13 @@ body {
|
|
|
34094
34112
|
display: block;
|
|
34095
34113
|
text-align: center;
|
|
34096
34114
|
}
|
|
34115
|
+
.st__btn-sub .ant-menu-title-content {
|
|
34116
|
+
width: 100%;
|
|
34117
|
+
}
|
|
34097
34118
|
.st__btn-sub .st__btn-text {
|
|
34098
34119
|
width: 100%;
|
|
34099
34120
|
color: inherit;
|
|
34121
|
+
display: block;
|
|
34100
34122
|
}
|
|
34101
34123
|
.st__btn-disabled .st__btn-text {
|
|
34102
34124
|
pointer-events: none;
|