@delon/theme 13.5.2 → 14.0.0-beta.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 +59 -2
- package/compact.min.css +1 -1
- package/dark.css +59 -2
- package/dark.min.css +1 -1
- package/default.css +59 -2
- package/default.min.css +1 -1
- package/esm2020/layout-default/layout-header-item-trigger.directive.mjs +4 -4
- package/esm2020/layout-default/layout-header-item.component.mjs +4 -4
- package/esm2020/layout-default/layout-header.component.mjs +5 -5
- package/esm2020/layout-default/layout-nav.component.mjs +34 -47
- package/esm2020/layout-default/layout.component.mjs +7 -7
- package/esm2020/layout-default/layout.module.mjs +12 -14
- package/esm2020/public_api.mjs +2 -3
- package/esm2020/setting-drawer/setting-drawer-item.component.mjs +10 -10
- package/esm2020/setting-drawer/setting-drawer.component.mjs +16 -16
- package/esm2020/setting-drawer/setting-drawer.module.mjs +16 -18
- package/esm2020/src/locale/languages/zh-TW.mjs +3 -3
- package/esm2020/src/locale/locale.module.mjs +5 -5
- package/esm2020/src/locale/locale.service.mjs +4 -4
- package/esm2020/src/pipes/date/date.pipe.mjs +4 -4
- package/esm2020/src/pipes/keys/keys.pipe.mjs +4 -4
- package/esm2020/src/pipes/safe/html.pipe.mjs +4 -4
- package/esm2020/src/pipes/safe/url.pipe.mjs +4 -4
- package/esm2020/src/pipes/yn/yn.pipe.mjs +4 -4
- package/esm2020/src/services/drawer/drawer.helper.mjs +4 -4
- package/esm2020/src/services/http/http.client.mjs +4 -4
- package/esm2020/src/services/http/http.decorator.mjs +4 -4
- package/esm2020/src/services/http/http.token.mjs +32 -0
- package/esm2020/src/services/http/index.mjs +4 -0
- package/esm2020/src/services/i18n/i18n-url.guard.mjs +4 -4
- package/esm2020/src/services/i18n/i18n.mjs +7 -7
- package/esm2020/src/services/i18n/i18n.pipe.mjs +4 -4
- package/esm2020/src/services/menu/interface.mjs +1 -1
- package/esm2020/src/services/menu/menu.service.mjs +127 -36
- package/esm2020/src/services/modal/modal.helper.mjs +4 -4
- package/esm2020/src/services/responsive/responsive.mjs +4 -4
- package/esm2020/src/services/rtl/rtl.service.mjs +4 -4
- package/esm2020/src/services/settings/settings.service.mjs +4 -4
- package/esm2020/src/services/title/title.service.mjs +71 -49
- package/esm2020/src/theme.module.mjs +6 -6
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/theme-btn/theme-btn.component.mjs +8 -8
- package/esm2020/theme-btn/theme-btn.module.mjs +6 -6
- package/fesm2015/layout-default.mjs +179 -194
- package/fesm2015/layout-default.mjs.map +1 -1
- package/fesm2015/setting-drawer.mjs +41 -43
- package/fesm2015/setting-drawer.mjs.map +1 -1
- package/fesm2015/theme-btn.mjs +12 -12
- package/fesm2015/theme-btn.mjs.map +1 -1
- package/fesm2015/theme.mjs +295 -148
- package/fesm2015/theme.mjs.map +1 -1
- package/fesm2020/layout-default.mjs +179 -194
- package/fesm2020/layout-default.mjs.map +1 -1
- package/fesm2020/setting-drawer.mjs +41 -43
- package/fesm2020/setting-drawer.mjs.map +1 -1
- package/fesm2020/theme-btn.mjs +12 -12
- package/fesm2020/theme-btn.mjs.map +1 -1
- package/fesm2020/theme.mjs +292 -148
- package/fesm2020/theme.mjs.map +1 -1
- package/{theme.d.ts → index.d.ts} +0 -0
- package/layout-blank/{layout-blank.d.ts → index.d.ts} +0 -0
- package/layout-default/{layout-default.d.ts → index.d.ts} +0 -0
- package/layout-default/layout-header-item-trigger.directive.d.ts +1 -1
- package/layout-default/layout-header-item.component.d.ts +1 -1
- package/layout-default/layout-header.component.d.ts +1 -1
- package/layout-default/layout-nav.component.d.ts +4 -3
- package/layout-default/layout.component.d.ts +1 -1
- package/package.json +10 -10
- package/public_api.d.ts +1 -2
- package/setting-drawer/{setting-drawer.d.ts → index.d.ts} +0 -0
- package/setting-drawer/setting-drawer-item.component.d.ts +1 -1
- package/setting-drawer/setting-drawer.component.d.ts +1 -1
- package/src/pipes/date/date.pipe.d.ts +1 -1
- package/src/pipes/keys/keys.pipe.d.ts +1 -1
- package/src/pipes/safe/html.pipe.d.ts +1 -1
- package/src/pipes/safe/url.pipe.d.ts +1 -1
- package/src/pipes/yn/yn.pipe.d.ts +1 -1
- package/src/services/http/http.decorator.d.ts +12 -12
- package/src/services/http/http.token.d.ts +31 -0
- package/src/services/http/index.d.ts +3 -0
- package/src/services/i18n/i18n.pipe.d.ts +1 -1
- package/src/services/menu/interface.d.ts +5 -22
- package/src/services/menu/menu.service.d.ts +46 -7
- package/src/services/title/title.service.d.ts +39 -8
- package/system/antd/_drawer.less +55 -4
- package/system/theme-default.less +4 -0
- package/theme-btn/{theme-btn.d.ts → index.d.ts} +0 -0
- package/theme-btn/theme-btn.component.d.ts +1 -1
- package/layout-blank/package.json +0 -10
- package/layout-default/package.json +0 -10
- package/setting-drawer/package.json +0 -10
- package/theme-btn/package.json +0 -10
package/default.css
CHANGED
|
@@ -27633,6 +27633,58 @@ a:focus {
|
|
|
27633
27633
|
width: 100% !important;
|
|
27634
27634
|
}
|
|
27635
27635
|
}
|
|
27636
|
+
@media (min-height: 200px) {
|
|
27637
|
+
.ant-drawer-top .drawer-sm,
|
|
27638
|
+
.ant-drawer-bottom .drawer-sm {
|
|
27639
|
+
height: auto !important;
|
|
27640
|
+
max-height: 200px;
|
|
27641
|
+
}
|
|
27642
|
+
}
|
|
27643
|
+
@media (max-height: 199px) {
|
|
27644
|
+
.ant-drawer-top .drawer-sm,
|
|
27645
|
+
.ant-drawer-bottom .drawer-sm {
|
|
27646
|
+
height: 100% !important;
|
|
27647
|
+
}
|
|
27648
|
+
}
|
|
27649
|
+
@media (min-height: 400px) {
|
|
27650
|
+
.ant-drawer-top .drawer-md,
|
|
27651
|
+
.ant-drawer-bottom .drawer-md {
|
|
27652
|
+
height: auto !important;
|
|
27653
|
+
max-height: 400px;
|
|
27654
|
+
}
|
|
27655
|
+
}
|
|
27656
|
+
@media (max-height: 399px) {
|
|
27657
|
+
.ant-drawer-top .drawer-md,
|
|
27658
|
+
.ant-drawer-bottom .drawer-md {
|
|
27659
|
+
height: 100% !important;
|
|
27660
|
+
}
|
|
27661
|
+
}
|
|
27662
|
+
@media (min-height: 600px) {
|
|
27663
|
+
.ant-drawer-top .drawer-lg,
|
|
27664
|
+
.ant-drawer-bottom .drawer-lg {
|
|
27665
|
+
height: auto !important;
|
|
27666
|
+
max-height: 600px;
|
|
27667
|
+
}
|
|
27668
|
+
}
|
|
27669
|
+
@media (max-height: 599px) {
|
|
27670
|
+
.ant-drawer-top .drawer-lg,
|
|
27671
|
+
.ant-drawer-bottom .drawer-lg {
|
|
27672
|
+
height: 100% !important;
|
|
27673
|
+
}
|
|
27674
|
+
}
|
|
27675
|
+
@media (min-height: 800px) {
|
|
27676
|
+
.ant-drawer-top .drawer-xl,
|
|
27677
|
+
.ant-drawer-bottom .drawer-xl {
|
|
27678
|
+
height: auto !important;
|
|
27679
|
+
max-height: 800px;
|
|
27680
|
+
}
|
|
27681
|
+
}
|
|
27682
|
+
@media (max-height: 799px) {
|
|
27683
|
+
.ant-drawer-top .drawer-xl,
|
|
27684
|
+
.ant-drawer-bottom .drawer-xl {
|
|
27685
|
+
height: 100% !important;
|
|
27686
|
+
}
|
|
27687
|
+
}
|
|
27636
27688
|
.drawer-footer {
|
|
27637
27689
|
/**
|
|
27638
27690
|
* Drawer bottom area for use in drawer target components
|
|
@@ -28381,6 +28433,10 @@ fieldset {
|
|
|
28381
28433
|
.sf__compact .sf__array-item .ant-card-body {
|
|
28382
28434
|
padding: 8px;
|
|
28383
28435
|
}
|
|
28436
|
+
.sf__item .ant-select,
|
|
28437
|
+
.sf__item .ant-cascader-picker {
|
|
28438
|
+
width: 100%;
|
|
28439
|
+
}
|
|
28384
28440
|
/**
|
|
28385
28441
|
* [ACL](https://ng-alain.com/acl/control) 使用 `display: none` 隐藏未授权元素
|
|
28386
28442
|
* [ACL](https://ng-alain.com/acl/control) Hides the unauthorized element with `display: none`
|
|
@@ -32788,7 +32844,8 @@ ellipsis {
|
|
|
32788
32844
|
}
|
|
32789
32845
|
.page-header__action,
|
|
32790
32846
|
.page-header__extra {
|
|
32791
|
-
|
|
32847
|
+
display: flex;
|
|
32848
|
+
justify-content: end;
|
|
32792
32849
|
}
|
|
32793
32850
|
.page-header__extra {
|
|
32794
32851
|
min-width: 242px;
|
|
@@ -32810,8 +32867,8 @@ ellipsis {
|
|
|
32810
32867
|
}
|
|
32811
32868
|
.page-header__action,
|
|
32812
32869
|
.page-header__extra {
|
|
32870
|
+
justify-content: start;
|
|
32813
32871
|
margin-left: 0;
|
|
32814
|
-
text-align: left;
|
|
32815
32872
|
}
|
|
32816
32873
|
}
|
|
32817
32874
|
@media screen and (max-width: 576px) {
|