@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/dark.css
CHANGED
|
@@ -28196,6 +28196,58 @@ a:focus {
|
|
|
28196
28196
|
width: 100% !important;
|
|
28197
28197
|
}
|
|
28198
28198
|
}
|
|
28199
|
+
@media (min-height: 200px) {
|
|
28200
|
+
.ant-drawer-top .drawer-sm,
|
|
28201
|
+
.ant-drawer-bottom .drawer-sm {
|
|
28202
|
+
height: auto !important;
|
|
28203
|
+
max-height: 200px;
|
|
28204
|
+
}
|
|
28205
|
+
}
|
|
28206
|
+
@media (max-height: 199px) {
|
|
28207
|
+
.ant-drawer-top .drawer-sm,
|
|
28208
|
+
.ant-drawer-bottom .drawer-sm {
|
|
28209
|
+
height: 100% !important;
|
|
28210
|
+
}
|
|
28211
|
+
}
|
|
28212
|
+
@media (min-height: 400px) {
|
|
28213
|
+
.ant-drawer-top .drawer-md,
|
|
28214
|
+
.ant-drawer-bottom .drawer-md {
|
|
28215
|
+
height: auto !important;
|
|
28216
|
+
max-height: 400px;
|
|
28217
|
+
}
|
|
28218
|
+
}
|
|
28219
|
+
@media (max-height: 399px) {
|
|
28220
|
+
.ant-drawer-top .drawer-md,
|
|
28221
|
+
.ant-drawer-bottom .drawer-md {
|
|
28222
|
+
height: 100% !important;
|
|
28223
|
+
}
|
|
28224
|
+
}
|
|
28225
|
+
@media (min-height: 600px) {
|
|
28226
|
+
.ant-drawer-top .drawer-lg,
|
|
28227
|
+
.ant-drawer-bottom .drawer-lg {
|
|
28228
|
+
height: auto !important;
|
|
28229
|
+
max-height: 600px;
|
|
28230
|
+
}
|
|
28231
|
+
}
|
|
28232
|
+
@media (max-height: 599px) {
|
|
28233
|
+
.ant-drawer-top .drawer-lg,
|
|
28234
|
+
.ant-drawer-bottom .drawer-lg {
|
|
28235
|
+
height: 100% !important;
|
|
28236
|
+
}
|
|
28237
|
+
}
|
|
28238
|
+
@media (min-height: 800px) {
|
|
28239
|
+
.ant-drawer-top .drawer-xl,
|
|
28240
|
+
.ant-drawer-bottom .drawer-xl {
|
|
28241
|
+
height: auto !important;
|
|
28242
|
+
max-height: 800px;
|
|
28243
|
+
}
|
|
28244
|
+
}
|
|
28245
|
+
@media (max-height: 799px) {
|
|
28246
|
+
.ant-drawer-top .drawer-xl,
|
|
28247
|
+
.ant-drawer-bottom .drawer-xl {
|
|
28248
|
+
height: 100% !important;
|
|
28249
|
+
}
|
|
28250
|
+
}
|
|
28199
28251
|
.drawer-footer {
|
|
28200
28252
|
/**
|
|
28201
28253
|
* Drawer bottom area for use in drawer target components
|
|
@@ -28944,6 +28996,10 @@ fieldset {
|
|
|
28944
28996
|
.sf__compact .sf__array-item .ant-card-body {
|
|
28945
28997
|
padding: 8px;
|
|
28946
28998
|
}
|
|
28999
|
+
.sf__item .ant-select,
|
|
29000
|
+
.sf__item .ant-cascader-picker {
|
|
29001
|
+
width: 100%;
|
|
29002
|
+
}
|
|
28947
29003
|
/**
|
|
28948
29004
|
* [ACL](https://ng-alain.com/acl/control) 使用 `display: none` 隐藏未授权元素
|
|
28949
29005
|
* [ACL](https://ng-alain.com/acl/control) Hides the unauthorized element with `display: none`
|
|
@@ -33351,7 +33407,8 @@ ellipsis {
|
|
|
33351
33407
|
}
|
|
33352
33408
|
.page-header__action,
|
|
33353
33409
|
.page-header__extra {
|
|
33354
|
-
|
|
33410
|
+
display: flex;
|
|
33411
|
+
justify-content: end;
|
|
33355
33412
|
}
|
|
33356
33413
|
.page-header__extra {
|
|
33357
33414
|
min-width: 242px;
|
|
@@ -33373,8 +33430,8 @@ ellipsis {
|
|
|
33373
33430
|
}
|
|
33374
33431
|
.page-header__action,
|
|
33375
33432
|
.page-header__extra {
|
|
33433
|
+
justify-content: start;
|
|
33376
33434
|
margin-left: 0;
|
|
33377
|
-
text-align: left;
|
|
33378
33435
|
}
|
|
33379
33436
|
}
|
|
33380
33437
|
@media screen and (max-width: 576px) {
|