@delon/theme 13.2.0 → 13.4.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 +6 -12
- package/compact.min.css +1 -1
- package/dark.css +10 -16
- package/dark.min.css +1 -1
- package/default.css +6 -12
- 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/public_api.mjs +2 -3
- 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 +36 -0
- package/esm2020/src/services/i18n/i18n.mjs +8 -8
- package/esm2020/src/services/i18n/i18n.pipe.mjs +3 -3
- package/esm2020/src/services/i18n/index.mjs +4 -0
- 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 +8 -8
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/theme-btn/theme-btn.component.mjs +9 -5
- package/esm2020/theme-btn/theme-btn.module.mjs +4 -4
- package/fesm2015/layout-blank.mjs.map +1 -1
- package/fesm2015/layout-default.mjs +19 -19
- 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 +12 -8
- package/fesm2015/theme-btn.mjs.map +1 -1
- package/fesm2015/theme.mjs +103 -69
- package/fesm2015/theme.mjs.map +1 -1
- package/fesm2020/layout-blank.mjs.map +1 -1
- package/fesm2020/layout-default.mjs +19 -19
- 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 +12 -8
- package/fesm2020/theme-btn.mjs.map +1 -1
- package/fesm2020/theme.mjs +100 -69
- package/fesm2020/theme.mjs.map +1 -1
- package/package.json +4 -4
- package/public_api.d.ts +1 -2
- package/src/services/i18n/i18n-url.guard.d.ts +15 -0
- package/src/services/i18n/index.d.ts +3 -0
- package/theme-btn/theme-btn.component.d.ts +3 -2
package/dark.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;
|
|
@@ -13843,7 +13846,6 @@ textarea.nz-textarea-autosize-measuring {
|
|
|
13843
13846
|
height: auto !important;
|
|
13844
13847
|
overflow: hidden !important;
|
|
13845
13848
|
padding: 2px 0 !important;
|
|
13846
|
-
box-sizing: content-box !important;
|
|
13847
13849
|
}
|
|
13848
13850
|
.ant-input-search-rtl.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only,
|
|
13849
13851
|
.ant-input-search-rtl.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only {
|
|
@@ -28185,15 +28187,6 @@ fieldset {
|
|
|
28185
28187
|
max-width: 100%;
|
|
28186
28188
|
}
|
|
28187
28189
|
}
|
|
28188
|
-
.sf__checkbox-list {
|
|
28189
|
-
display: block;
|
|
28190
|
-
width: 100%;
|
|
28191
|
-
}
|
|
28192
|
-
@media (min-width: 768px) {
|
|
28193
|
-
.sf__checkbox-list .ant-col {
|
|
28194
|
-
margin-top: 8px;
|
|
28195
|
-
}
|
|
28196
|
-
}
|
|
28197
28190
|
.sf .ant-upload-select-picture-card i {
|
|
28198
28191
|
color: #999;
|
|
28199
28192
|
font-size: 32px;
|
|
@@ -28239,6 +28232,7 @@ fieldset {
|
|
|
28239
28232
|
margin-bottom: 0;
|
|
28240
28233
|
}
|
|
28241
28234
|
.sf__inline .sf-btns {
|
|
28235
|
+
display: inline-block;
|
|
28242
28236
|
margin-right: 0;
|
|
28243
28237
|
}
|
|
28244
28238
|
@media (max-width: 767px) {
|
|
@@ -32030,7 +32024,7 @@ body {
|
|
|
32030
32024
|
.sv__label {
|
|
32031
32025
|
display: table-cell;
|
|
32032
32026
|
padding-bottom: 16px;
|
|
32033
|
-
color: rgba(
|
|
32027
|
+
color: rgba(255, 255, 255, 0.5);
|
|
32034
32028
|
line-height: 22px;
|
|
32035
32029
|
white-space: nowrap;
|
|
32036
32030
|
}
|
|
@@ -32042,7 +32036,7 @@ body {
|
|
|
32042
32036
|
}
|
|
32043
32037
|
.sv__label-optional {
|
|
32044
32038
|
margin-left: 2px;
|
|
32045
|
-
color: rgba(
|
|
32039
|
+
color: rgba(255, 255, 255, 0.35);
|
|
32046
32040
|
}
|
|
32047
32041
|
.sv__label-optional-no-text {
|
|
32048
32042
|
margin-left: 0;
|
|
@@ -32099,7 +32093,7 @@ body {
|
|
|
32099
32093
|
}
|
|
32100
32094
|
.sv__value-prefix,
|
|
32101
32095
|
.sv__value-unit {
|
|
32102
|
-
color: rgba(
|
|
32096
|
+
color: rgba(255, 255, 255, 0.5);
|
|
32103
32097
|
font-size: 12px;
|
|
32104
32098
|
font-style: normal;
|
|
32105
32099
|
}
|
|
@@ -32121,7 +32115,7 @@ body {
|
|
|
32121
32115
|
position: absolute;
|
|
32122
32116
|
left: 0;
|
|
32123
32117
|
width: 6px;
|
|
32124
|
-
color: rgba(
|
|
32118
|
+
color: rgba(255, 255, 255, 0.5);
|
|
32125
32119
|
content: '/';
|
|
32126
32120
|
}
|
|
32127
32121
|
.sv__value-small .sv__value-text {
|
|
@@ -33034,8 +33028,8 @@ ellipsis {
|
|
|
33034
33028
|
direction: rtl;
|
|
33035
33029
|
}
|
|
33036
33030
|
.pdf-container {
|
|
33037
|
-
position:
|
|
33038
|
-
|
|
33031
|
+
position: absolute;
|
|
33032
|
+
width: 100%;
|
|
33039
33033
|
height: 100%;
|
|
33040
33034
|
overflow-x: auto;
|
|
33041
33035
|
-webkit-overflow-scrolling: touch;
|