@delon/theme 13.0.0 → 13.2.1
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 +1 -1
- package/compact.css +9 -18
- package/compact.min.css +1 -1
- package/dark.css +9 -18
- package/dark.min.css +1 -1
- package/default.css +9 -18
- package/default.min.css +1 -1
- package/esm2020/layout-default/layout-header-item-trigger.directive.mjs +3 -3
- package/esm2020/layout-default/layout-header-item.component.mjs +3 -3
- package/esm2020/layout-default/layout-header.component.mjs +3 -3
- package/esm2020/layout-default/layout-nav.component.mjs +3 -3
- package/esm2020/layout-default/layout.component.mjs +3 -3
- package/esm2020/layout-default/layout.module.mjs +4 -4
- package/esm2020/setting-drawer/setting-drawer-item.component.mjs +3 -3
- package/esm2020/setting-drawer/setting-drawer.component.mjs +3 -3
- package/esm2020/setting-drawer/setting-drawer.module.mjs +4 -4
- package/esm2020/src/locale/locale.module.mjs +4 -4
- package/esm2020/src/locale/locale.service.mjs +3 -3
- package/esm2020/src/pipes/date/date.pipe.mjs +3 -3
- package/esm2020/src/pipes/keys/keys.pipe.mjs +3 -3
- package/esm2020/src/pipes/safe/html.pipe.mjs +3 -3
- package/esm2020/src/pipes/safe/url.pipe.mjs +3 -3
- package/esm2020/src/pipes/yn/yn.pipe.mjs +3 -3
- package/esm2020/src/services/drawer/drawer.helper.mjs +3 -3
- package/esm2020/src/services/http/http.client.mjs +3 -3
- package/esm2020/src/services/http/http.decorator.mjs +3 -3
- package/esm2020/src/services/i18n/i18n.mjs +6 -6
- package/esm2020/src/services/i18n/i18n.pipe.mjs +3 -3
- package/esm2020/src/services/menu/menu.service.mjs +4 -7
- package/esm2020/src/services/modal/modal.helper.mjs +3 -3
- package/esm2020/src/services/responsive/responsive.mjs +3 -3
- package/esm2020/src/services/rtl/rtl.service.mjs +3 -3
- package/esm2020/src/services/settings/settings.service.mjs +13 -4
- package/esm2020/src/services/title/title.service.mjs +3 -3
- package/esm2020/src/theme.module.mjs +4 -4
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/theme-btn/theme-btn.component.mjs +3 -3
- package/esm2020/theme-btn/theme-btn.module.mjs +4 -4
- package/fesm2015/layout-default.mjs +19 -19
- package/fesm2015/setting-drawer.mjs +10 -10
- package/fesm2015/theme-btn.mjs +7 -7
- package/fesm2015/theme.mjs +72 -66
- package/fesm2015/theme.mjs.map +1 -1
- package/fesm2020/layout-default.mjs +19 -19
- package/fesm2020/setting-drawer.mjs +10 -10
- package/fesm2020/theme-btn.mjs +7 -7
- package/fesm2020/theme.mjs +72 -66
- package/fesm2020/theme.mjs.map +1 -1
- package/layout-default/style/_aside.less +0 -7
- package/package.json +4 -4
- package/src/services/menu/menu.service.d.ts +2 -0
- package/src/services/settings/settings.service.d.ts +6 -0
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ ng-alain theme system library.
|
|
|
4
4
|
|
|
5
5
|
## Links
|
|
6
6
|
|
|
7
|
-
+ [Document](https://ng-alain.com/theme) ([Surge Mirror](https://ng-alain-doc.surge.sh/theme)
|
|
7
|
+
+ [Document](https://ng-alain.com/theme) ([Surge Mirror](https://ng-alain-doc.surge.sh/theme)
|
|
8
8
|
+ [@delon Source](https://github.com/ng-alain/delon)
|
|
9
9
|
+ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/))
|
|
10
10
|
|
package/compact.css
CHANGED
|
@@ -6784,6 +6784,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6784
6784
|
.ant-picker-inline .ant-picker-range-arrow {
|
|
6785
6785
|
display: none !important;
|
|
6786
6786
|
}
|
|
6787
|
+
.ant-picker-inline .ant-picker-dropdown {
|
|
6788
|
+
z-index: auto;
|
|
6789
|
+
}
|
|
6787
6790
|
.ant-descriptions-header {
|
|
6788
6791
|
display: flex;
|
|
6789
6792
|
align-items: center;
|
|
@@ -13655,7 +13658,6 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13655
13658
|
height: auto !important;
|
|
13656
13659
|
overflow: hidden !important;
|
|
13657
13660
|
padding: 2px 0 !important;
|
|
13658
|
-
box-sizing: content-box !important;
|
|
13659
13661
|
}
|
|
13660
13662
|
.ant-input-search-rtl.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only,
|
|
13661
13663
|
.ant-input-search-rtl.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only {
|
|
@@ -27622,15 +27624,6 @@ fieldset {
|
|
|
27622
27624
|
max-width: 100%;
|
|
27623
27625
|
}
|
|
27624
27626
|
}
|
|
27625
|
-
.sf__checkbox-list {
|
|
27626
|
-
display: block;
|
|
27627
|
-
width: 100%;
|
|
27628
|
-
}
|
|
27629
|
-
@media (min-width: 768px) {
|
|
27630
|
-
.sf__checkbox-list .ant-col {
|
|
27631
|
-
margin-top: 8px;
|
|
27632
|
-
}
|
|
27633
|
-
}
|
|
27634
27627
|
.sf .ant-upload-select-picture-card i {
|
|
27635
27628
|
color: #999;
|
|
27636
27629
|
font-size: 32px;
|
|
@@ -27676,6 +27669,7 @@ fieldset {
|
|
|
27676
27669
|
margin-bottom: 0;
|
|
27677
27670
|
}
|
|
27678
27671
|
.sf__inline .sf-btns {
|
|
27672
|
+
display: inline-block;
|
|
27679
27673
|
margin-right: 0;
|
|
27680
27674
|
}
|
|
27681
27675
|
@media (max-width: 767px) {
|
|
@@ -30892,12 +30886,6 @@ body {
|
|
|
30892
30886
|
overflow-x: hidden;
|
|
30893
30887
|
overflow-y: scroll;
|
|
30894
30888
|
-webkit-overflow-scrolling: touch;
|
|
30895
|
-
-ms-scroll-chaining: chained;
|
|
30896
|
-
-ms-overflow-style: none;
|
|
30897
|
-
-ms-content-zooming: zoom;
|
|
30898
|
-
-ms-scroll-rails: none;
|
|
30899
|
-
-ms-content-zoom-limit-min: 100%;
|
|
30900
|
-
-ms-content-zoom-limit-max: 500%;
|
|
30901
30889
|
scroll-snap-type: proximity;
|
|
30902
30890
|
scroll-snap-points-x: snaplist(100%, 200%, 300%, 400%, 500%);
|
|
30903
30891
|
scrollbar-width: none;
|
|
@@ -31604,6 +31592,9 @@ body {
|
|
|
31604
31592
|
font-size: 14px;
|
|
31605
31593
|
line-height: 1.66667;
|
|
31606
31594
|
}
|
|
31595
|
+
.se__item {
|
|
31596
|
+
transition: none;
|
|
31597
|
+
}
|
|
31607
31598
|
.se__item:last-child {
|
|
31608
31599
|
margin-bottom: 0;
|
|
31609
31600
|
padding-bottom: 0;
|
|
@@ -32474,8 +32465,8 @@ ellipsis {
|
|
|
32474
32465
|
direction: rtl;
|
|
32475
32466
|
}
|
|
32476
32467
|
.pdf-container {
|
|
32477
|
-
position:
|
|
32478
|
-
|
|
32468
|
+
position: absolute;
|
|
32469
|
+
width: 100%;
|
|
32479
32470
|
height: 100%;
|
|
32480
32471
|
overflow-x: auto;
|
|
32481
32472
|
-webkit-overflow-scrolling: touch;
|