@delon/theme 14.2.0 → 14.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 +147 -10
- package/compact.min.css +1 -1
- package/dark.css +147 -10
- package/dark.min.css +1 -1
- package/default.css +147 -10
- 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 +33 -33
- package/esm2020/layout-default/layout-nav.component.mjs +6 -5
- package/esm2020/layout-default/layout.component.mjs +66 -35
- package/esm2020/layout-default/layout.module.mjs +4 -4
- package/esm2020/layout-default/layout.service.mjs +65 -0
- package/esm2020/layout-default/public_api.mjs +2 -1
- package/esm2020/layout-default/types.mjs +1 -1
- 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-url.guard.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 +3 -3
- 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 +3 -3
- 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 +164 -71
- package/fesm2015/layout-default.mjs.map +1 -1
- package/fesm2015/setting-drawer.mjs +10 -10
- package/fesm2015/setting-drawer.mjs.map +1 -1
- package/fesm2015/theme-btn.mjs +7 -7
- package/fesm2015/theme.mjs +66 -66
- package/fesm2015/theme.mjs.map +1 -1
- package/fesm2020/layout-default.mjs +167 -77
- package/fesm2020/layout-default.mjs.map +1 -1
- package/fesm2020/setting-drawer.mjs +10 -10
- package/fesm2020/setting-drawer.mjs.map +1 -1
- package/fesm2020/theme-btn.mjs +7 -7
- package/fesm2020/theme.mjs +66 -66
- package/fesm2020/theme.mjs.map +1 -1
- package/layout-default/layout-header.component.d.ts +5 -3
- package/layout-default/layout.component.d.ts +12 -6
- package/layout-default/layout.service.d.ts +28 -0
- package/layout-default/public_api.d.ts +1 -0
- package/layout-default/style/_aside.less +18 -1
- package/layout-default/style/_fixed.less +4 -0
- package/layout-default/style/_layout.less +6 -0
- package/layout-default/style/fix/_reuse-tab.less +6 -0
- package/layout-default/style/fix/_sidebar-nav.less +1 -1
- package/layout-default/style/theme-default.less +1 -0
- package/layout-default/types.d.ts +18 -0
- package/package.json +3 -3
package/dark.css
CHANGED
|
@@ -1875,6 +1875,9 @@ nz-affix {
|
|
|
1875
1875
|
nz-alert {
|
|
1876
1876
|
display: block;
|
|
1877
1877
|
}
|
|
1878
|
+
.ant-alert-icon {
|
|
1879
|
+
line-height: 1;
|
|
1880
|
+
}
|
|
1878
1881
|
.ant-anchor {
|
|
1879
1882
|
box-sizing: border-box;
|
|
1880
1883
|
margin: 0;
|
|
@@ -6863,6 +6866,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6863
6866
|
.ant-picker-panel-container.ant-picker-week-number .ant-picker-date-panel .ant-picker-content th {
|
|
6864
6867
|
width: inherit;
|
|
6865
6868
|
}
|
|
6869
|
+
.ant-picker-range-arrow {
|
|
6870
|
+
margin-right: 16.5px;
|
|
6871
|
+
}
|
|
6866
6872
|
.ant-descriptions-header {
|
|
6867
6873
|
display: flex;
|
|
6868
6874
|
align-items: center;
|
|
@@ -28099,6 +28105,105 @@ nz-space-item {
|
|
|
28099
28105
|
.cdk-overlay-backdrop.ant-image-preview-mask {
|
|
28100
28106
|
opacity: 1;
|
|
28101
28107
|
}
|
|
28108
|
+
.ant-cron-expression {
|
|
28109
|
+
display: flex;
|
|
28110
|
+
flex-wrap: nowrap;
|
|
28111
|
+
}
|
|
28112
|
+
.ant-cron-expression-content {
|
|
28113
|
+
width: 100%;
|
|
28114
|
+
}
|
|
28115
|
+
.ant-cron-expression-content .ant-cron-expression-input-group-error {
|
|
28116
|
+
border-color: #a61d24;
|
|
28117
|
+
box-shadow: none;
|
|
28118
|
+
}
|
|
28119
|
+
.ant-cron-expression-content .ant-cron-expression-input-group-error:hover {
|
|
28120
|
+
border-color: #a61d24;
|
|
28121
|
+
box-shadow: none;
|
|
28122
|
+
}
|
|
28123
|
+
.ant-cron-expression-content .ant-cron-expression-input-group-error-focus {
|
|
28124
|
+
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
28125
|
+
}
|
|
28126
|
+
.ant-cron-expression-content .ant-cron-expression-input-group-error-focus:hover {
|
|
28127
|
+
box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
|
|
28128
|
+
}
|
|
28129
|
+
.ant-cron-expression nz-cron-expression-input {
|
|
28130
|
+
width: 20%;
|
|
28131
|
+
}
|
|
28132
|
+
.ant-cron-expression-input-group {
|
|
28133
|
+
display: flex;
|
|
28134
|
+
flex-wrap: nowrap;
|
|
28135
|
+
align-items: center;
|
|
28136
|
+
border: 1px solid #434343;
|
|
28137
|
+
padding: 4px 12px;
|
|
28138
|
+
border-radius: 2px;
|
|
28139
|
+
}
|
|
28140
|
+
.ant-cron-expression-input-group:hover {
|
|
28141
|
+
border-color: #177ddc;
|
|
28142
|
+
}
|
|
28143
|
+
.ant-cron-expression-input-group input {
|
|
28144
|
+
border: none !important;
|
|
28145
|
+
box-shadow: none !important;
|
|
28146
|
+
width: 100%;
|
|
28147
|
+
outline: none;
|
|
28148
|
+
padding: 0;
|
|
28149
|
+
border-radius: 0;
|
|
28150
|
+
}
|
|
28151
|
+
.ant-cron-expression-input-group-lg {
|
|
28152
|
+
padding: 6.5px 12px;
|
|
28153
|
+
font-size: 16px;
|
|
28154
|
+
}
|
|
28155
|
+
.ant-cron-expression-input-group-sm {
|
|
28156
|
+
padding: 0 12px;
|
|
28157
|
+
}
|
|
28158
|
+
.ant-cron-expression-input-group-focus {
|
|
28159
|
+
border-color: #177ddc;
|
|
28160
|
+
box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
|
|
28161
|
+
border-right-width: 1px;
|
|
28162
|
+
outline: 0;
|
|
28163
|
+
}
|
|
28164
|
+
.ant-cron-expression nz-cron-expression-label {
|
|
28165
|
+
width: 20%;
|
|
28166
|
+
}
|
|
28167
|
+
.ant-cron-expression-label-group {
|
|
28168
|
+
display: flex;
|
|
28169
|
+
width: 100%;
|
|
28170
|
+
flex-wrap: nowrap;
|
|
28171
|
+
justify-content: space-around;
|
|
28172
|
+
padding: 0 12px;
|
|
28173
|
+
}
|
|
28174
|
+
.ant-cron-expression-label-foucs {
|
|
28175
|
+
color: #177ddc;
|
|
28176
|
+
}
|
|
28177
|
+
.ant-cron-expression-map {
|
|
28178
|
+
margin-left: 12px;
|
|
28179
|
+
}
|
|
28180
|
+
.ant-cron-expression-preview-date {
|
|
28181
|
+
overflow-y: scroll;
|
|
28182
|
+
height: 132px;
|
|
28183
|
+
margin: 0;
|
|
28184
|
+
padding: 0;
|
|
28185
|
+
}
|
|
28186
|
+
.ant-cron-expression-preview-date li {
|
|
28187
|
+
list-style: none;
|
|
28188
|
+
margin: 0;
|
|
28189
|
+
padding: 0;
|
|
28190
|
+
}
|
|
28191
|
+
.ant-cron-expression-error {
|
|
28192
|
+
color: #a61d24;
|
|
28193
|
+
}
|
|
28194
|
+
.ant-cron-expression-hint p {
|
|
28195
|
+
display: flex;
|
|
28196
|
+
}
|
|
28197
|
+
.ant-cron-expression-hint span {
|
|
28198
|
+
display: inline-block;
|
|
28199
|
+
min-width: 40px;
|
|
28200
|
+
}
|
|
28201
|
+
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
|
|
28202
|
+
padding: 12px;
|
|
28203
|
+
}
|
|
28204
|
+
.ant-collapse-content > .ant-collapse-content-box {
|
|
28205
|
+
padding: 16px 36px;
|
|
28206
|
+
}
|
|
28102
28207
|
sf + st {
|
|
28103
28208
|
margin-top: 16px;
|
|
28104
28209
|
}
|
|
@@ -31967,6 +32072,9 @@ body {
|
|
|
31967
32072
|
margin-left: 24px !important;
|
|
31968
32073
|
transform: none !important;
|
|
31969
32074
|
}
|
|
32075
|
+
.alain-default__hide-header .alain-default__aside {
|
|
32076
|
+
margin-top: 0;
|
|
32077
|
+
}
|
|
31970
32078
|
@media (min-width: 768px) {
|
|
31971
32079
|
.alain-default__content {
|
|
31972
32080
|
margin-left: 224px;
|
|
@@ -32179,8 +32287,13 @@ body {
|
|
|
32179
32287
|
border-right: 1px solid #303030;
|
|
32180
32288
|
content: '';
|
|
32181
32289
|
}
|
|
32182
|
-
.alain-default__aside-
|
|
32290
|
+
.alain-default__aside-wrap {
|
|
32291
|
+
display: flex;
|
|
32292
|
+
flex-direction: column;
|
|
32183
32293
|
height: 100%;
|
|
32294
|
+
}
|
|
32295
|
+
.alain-default__aside-inner {
|
|
32296
|
+
flex: 1 1 0%;
|
|
32184
32297
|
overflow-x: hidden;
|
|
32185
32298
|
overflow-y: scroll;
|
|
32186
32299
|
-webkit-overflow-scrolling: touch;
|
|
@@ -32198,6 +32311,15 @@ body {
|
|
|
32198
32311
|
.alain-default__aside-inner::-webkit-scrollbar-thumb {
|
|
32199
32312
|
background-color: transparent;
|
|
32200
32313
|
}
|
|
32314
|
+
.alain-default__aside-link {
|
|
32315
|
+
border-top: 1px solid #303030;
|
|
32316
|
+
}
|
|
32317
|
+
.alain-default__aside-link-collapsed {
|
|
32318
|
+
padding: 8px 0;
|
|
32319
|
+
font-size: 16px;
|
|
32320
|
+
text-align: center;
|
|
32321
|
+
cursor: pointer;
|
|
32322
|
+
}
|
|
32201
32323
|
@media (min-width: 768px) {
|
|
32202
32324
|
.alain-default__collapsed .alain-default__aside {
|
|
32203
32325
|
width: 64px;
|
|
@@ -32439,7 +32561,7 @@ body {
|
|
|
32439
32561
|
.alain-default__collapsed .sidebar-nav:not(.sidebar-nav__sub) .sidebar-nav__item-link {
|
|
32440
32562
|
display: flex;
|
|
32441
32563
|
justify-content: center;
|
|
32442
|
-
padding:
|
|
32564
|
+
padding: 16px 0;
|
|
32443
32565
|
}
|
|
32444
32566
|
.alain-default__collapsed .sidebar-nav:not(.sidebar-nav__sub) .sidebar-nav__item-link .sidebar-nav__item-icon {
|
|
32445
32567
|
margin-right: 0;
|
|
@@ -32533,6 +32655,9 @@ body {
|
|
|
32533
32655
|
.alain-default__hide-aside .reuse-tab {
|
|
32534
32656
|
left: 24px;
|
|
32535
32657
|
}
|
|
32658
|
+
.alain-default__hide-header .reuse-tab {
|
|
32659
|
+
top: 0;
|
|
32660
|
+
}
|
|
32536
32661
|
@media (min-width: 768px) {
|
|
32537
32662
|
.alain-default__fixed .reuse-tab + router-outlet {
|
|
32538
32663
|
display: block;
|
|
@@ -32635,7 +32760,7 @@ body {
|
|
|
32635
32760
|
.alain-default__fixed .alain-default__aside {
|
|
32636
32761
|
position: fixed;
|
|
32637
32762
|
}
|
|
32638
|
-
.alain-default__fixed .alain-default__content {
|
|
32763
|
+
.alain-default__fixed:not(.alain-default__hide-header) .alain-default__content {
|
|
32639
32764
|
margin-top: 64px;
|
|
32640
32765
|
}
|
|
32641
32766
|
.alain-blank {
|
|
@@ -32701,18 +32826,24 @@ body {
|
|
|
32701
32826
|
.st__filter-date .ant-picker-panel-container .ant-picker-panel {
|
|
32702
32827
|
border: none;
|
|
32703
32828
|
}
|
|
32704
|
-
.st__has-filter
|
|
32829
|
+
.st__has-filter .ant-table-column-sorters {
|
|
32705
32830
|
padding-right: 16px;
|
|
32706
32831
|
}
|
|
32707
|
-
.st__has-filter
|
|
32832
|
+
.st__has-filter .st__filter {
|
|
32708
32833
|
position: absolute;
|
|
32709
32834
|
top: 0;
|
|
32710
|
-
right:
|
|
32835
|
+
right: 0;
|
|
32711
32836
|
bottom: 0;
|
|
32712
32837
|
display: flex;
|
|
32713
32838
|
align-items: center;
|
|
32714
32839
|
justify-items: center;
|
|
32715
32840
|
}
|
|
32841
|
+
.st__has-filter .ant-table-filter-trigger {
|
|
32842
|
+
height: 100%;
|
|
32843
|
+
}
|
|
32844
|
+
.st__has-filter.ant-table-column-has-sorters .st__filter {
|
|
32845
|
+
right: -32px;
|
|
32846
|
+
}
|
|
32716
32847
|
.st__head-optional,
|
|
32717
32848
|
.st__head-tip {
|
|
32718
32849
|
margin-left: 2px;
|
|
@@ -32731,14 +32862,20 @@ body {
|
|
|
32731
32862
|
.st .ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table {
|
|
32732
32863
|
margin: 0;
|
|
32733
32864
|
}
|
|
32734
|
-
.st .ant-table-cell-fix-left-first::after,
|
|
32735
|
-
.st .ant-table-cell-fix-left-last::after {
|
|
32865
|
+
.st .text-truncate.ant-table-cell-fix-left-first::after,
|
|
32866
|
+
.st .text-truncate.ant-table-cell-fix-left-last::after {
|
|
32736
32867
|
transform: translateX(80%);
|
|
32737
32868
|
}
|
|
32738
|
-
.st .ant-table-cell-fix-right-first::after,
|
|
32739
|
-
.st .ant-table-cell-fix-right-last::after {
|
|
32869
|
+
.st .text-truncate.ant-table-cell-fix-right-first::after,
|
|
32870
|
+
.st .text-truncate.ant-table-cell-fix-right-last::after {
|
|
32740
32871
|
transform: translateX(-80%);
|
|
32741
32872
|
}
|
|
32873
|
+
.st__no-column .ant-table {
|
|
32874
|
+
height: 100px;
|
|
32875
|
+
}
|
|
32876
|
+
.st__no-column .ant-table-content {
|
|
32877
|
+
display: none;
|
|
32878
|
+
}
|
|
32742
32879
|
@media screen and (min-width: 768px) {
|
|
32743
32880
|
.st__width-strict .ant-table-content > table,
|
|
32744
32881
|
.st__width-strict .ant-table-body > table {
|