@delon/theme 17.0.4 → 17.1.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 +86 -4
- package/compact.min.css +1 -1
- package/dark.css +86 -4
- package/dark.min.css +1 -1
- package/default.css +86 -4
- package/default.min.css +1 -1
- package/esm2022/layout-default/layout-header-item-trigger.directive.mjs +3 -3
- package/esm2022/layout-default/layout-header-item.component.mjs +3 -3
- package/esm2022/layout-default/layout-header.component.mjs +21 -21
- package/esm2022/layout-default/layout-nav.component.mjs +50 -64
- package/esm2022/layout-default/layout-top-menu-item.mjs +9 -15
- package/esm2022/layout-default/layout.component.mjs +10 -16
- package/esm2022/layout-default/layout.module.mjs +4 -4
- package/esm2022/layout-default/layout.service.mjs +12 -12
- package/esm2022/setting-drawer/setting-drawer-item.component.mjs +5 -5
- package/esm2022/setting-drawer/setting-drawer.component.mjs +37 -45
- package/esm2022/setting-drawer/setting-drawer.module.mjs +4 -4
- package/esm2022/src/locale/languages/vi-VI.mjs +83 -0
- package/esm2022/src/locale/locale.module.mjs +4 -4
- package/esm2022/src/locale/locale.service.mjs +4 -4
- package/esm2022/src/locale/locale.tokens.mjs +1 -1
- package/esm2022/src/locale/public_api.mjs +2 -1
- package/esm2022/src/pipes/date/date.pipe.mjs +3 -3
- package/esm2022/src/pipes/keys/keys.pipe.mjs +3 -3
- package/esm2022/src/pipes/safe/html.pipe.mjs +9 -9
- package/esm2022/src/pipes/safe/url.pipe.mjs +9 -9
- package/esm2022/src/pipes/yn/yn.pipe.mjs +9 -9
- package/esm2022/src/provide.mjs +1 -1
- package/esm2022/src/services/drawer/drawer.helper.mjs +12 -16
- package/esm2022/src/services/http/http.client.mjs +10 -11
- package/esm2022/src/services/http/http.decorator.mjs +8 -11
- package/esm2022/src/services/i18n/i18n-url.guard.mjs +11 -16
- package/esm2022/src/services/i18n/i18n.mjs +7 -7
- package/esm2022/src/services/i18n/i18n.pipe.mjs +3 -3
- package/esm2022/src/services/menu/menu.service.mjs +12 -19
- package/esm2022/src/services/modal/modal.helper.mjs +13 -16
- package/esm2022/src/services/preloader/preloader.mjs +1 -1
- package/esm2022/src/services/responsive/responsive.mjs +4 -4
- package/esm2022/src/services/rtl/rtl.service.mjs +19 -22
- package/esm2022/src/services/settings/settings.service.mjs +10 -13
- package/esm2022/src/services/title/title.service.mjs +16 -24
- package/esm2022/src/theme.module.mjs +4 -4
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/theme-btn/theme-btn.component.mjs +24 -37
- package/esm2022/theme-btn/theme-btn.module.mjs +4 -4
- package/fesm2022/layout-default.mjs +101 -121
- package/fesm2022/layout-default.mjs.map +1 -1
- package/fesm2022/setting-drawer.mjs +42 -50
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme-btn.mjs +27 -40
- package/fesm2022/theme-btn.mjs.map +1 -1
- package/fesm2022/theme.mjs +222 -179
- package/fesm2022/theme.mjs.map +1 -1
- package/layout-default/layout-header.component.d.ts +6 -8
- package/layout-default/layout-nav.component.d.ts +24 -26
- package/layout-default/layout-top-menu-item.d.ts +2 -3
- package/layout-default/layout.component.d.ts +2 -3
- package/layout-default/layout.service.d.ts +1 -3
- package/package.json +4 -4
- package/setting-drawer/setting-drawer.component.d.ts +15 -16
- package/src/locale/languages/vi-VI.d.ts +3 -0
- package/src/locale/locale.tokens.d.ts +2 -1
- package/src/locale/public_api.d.ts +1 -0
- package/src/pipes/safe/html.pipe.d.ts +2 -3
- package/src/pipes/safe/url.pipe.d.ts +2 -3
- package/src/pipes/yn/yn.pipe.d.ts +2 -3
- package/src/services/drawer/drawer.helper.d.ts +4 -5
- package/src/services/http/http.client.d.ts +3 -3
- package/src/services/http/http.decorator.d.ts +1 -2
- package/src/services/i18n/i18n-url.guard.d.ts +3 -6
- package/src/services/menu/menu.service.d.ts +5 -7
- package/src/services/modal/modal.helper.d.ts +4 -6
- package/src/services/rtl/rtl.service.d.ts +8 -13
- package/src/services/settings/settings.service.d.ts +2 -4
- package/src/services/title/title.service.d.ts +8 -12
- package/theme-btn/theme-btn.component.d.ts +11 -15
package/default.css
CHANGED
|
@@ -13044,6 +13044,78 @@ nz-empty {
|
|
|
13044
13044
|
.ant-row-rtl {
|
|
13045
13045
|
direction: rtl;
|
|
13046
13046
|
}
|
|
13047
|
+
.ant-flex {
|
|
13048
|
+
display: flex;
|
|
13049
|
+
}
|
|
13050
|
+
.ant-flex-vertical {
|
|
13051
|
+
flex-direction: column;
|
|
13052
|
+
}
|
|
13053
|
+
.ant-flex-justify-flex-start {
|
|
13054
|
+
justify-content: flex-start;
|
|
13055
|
+
}
|
|
13056
|
+
.ant-flex-justify-center {
|
|
13057
|
+
justify-content: center;
|
|
13058
|
+
}
|
|
13059
|
+
.ant-flex-justify-flex-end {
|
|
13060
|
+
justify-content: flex-end;
|
|
13061
|
+
}
|
|
13062
|
+
.ant-flex-justify-space-between {
|
|
13063
|
+
justify-content: space-between;
|
|
13064
|
+
}
|
|
13065
|
+
.ant-flex-justify-space-around {
|
|
13066
|
+
justify-content: space-around;
|
|
13067
|
+
}
|
|
13068
|
+
.ant-flex-justify-space-evenly {
|
|
13069
|
+
justify-content: space-evenly;
|
|
13070
|
+
}
|
|
13071
|
+
.ant-flex-justify-start {
|
|
13072
|
+
justify-content: start;
|
|
13073
|
+
}
|
|
13074
|
+
.ant-flex-justify-end {
|
|
13075
|
+
justify-content: end;
|
|
13076
|
+
}
|
|
13077
|
+
.ant-flex-justify-right {
|
|
13078
|
+
justify-content: right;
|
|
13079
|
+
}
|
|
13080
|
+
.ant-flex-justify-left {
|
|
13081
|
+
justify-content: left;
|
|
13082
|
+
}
|
|
13083
|
+
.ant-flex-justify-stretch {
|
|
13084
|
+
justify-content: stretch;
|
|
13085
|
+
}
|
|
13086
|
+
.ant-flex-justify-normal {
|
|
13087
|
+
justify-content: normal;
|
|
13088
|
+
}
|
|
13089
|
+
.ant-flex-align-flex-start {
|
|
13090
|
+
align-items: flex-start;
|
|
13091
|
+
}
|
|
13092
|
+
.ant-flex-align-center {
|
|
13093
|
+
align-items: center;
|
|
13094
|
+
}
|
|
13095
|
+
.ant-flex-align-flex-end {
|
|
13096
|
+
align-items: flex-end;
|
|
13097
|
+
}
|
|
13098
|
+
.ant-flex-align-start {
|
|
13099
|
+
align-items: start;
|
|
13100
|
+
}
|
|
13101
|
+
.ant-flex-align-end {
|
|
13102
|
+
align-items: end;
|
|
13103
|
+
}
|
|
13104
|
+
.ant-flex-align-stretch {
|
|
13105
|
+
align-items: stretch;
|
|
13106
|
+
}
|
|
13107
|
+
.ant-flex-align-normal {
|
|
13108
|
+
align-items: normal;
|
|
13109
|
+
}
|
|
13110
|
+
.ant-flex-wrap-wrap {
|
|
13111
|
+
flex-wrap: wrap;
|
|
13112
|
+
}
|
|
13113
|
+
.ant-flex-wrap-nowrap {
|
|
13114
|
+
flex-wrap: nowrap;
|
|
13115
|
+
}
|
|
13116
|
+
.ant-flex-wrap-wrap-reverse {
|
|
13117
|
+
flex-wrap: wrap-reverse;
|
|
13118
|
+
}
|
|
13047
13119
|
.ant-input-affix-wrapper {
|
|
13048
13120
|
position: relative;
|
|
13049
13121
|
display: inline-block;
|
|
@@ -23664,6 +23736,10 @@ cdk-virtual-scroll-viewport.ant-table-body {
|
|
|
23664
23736
|
.ant-tabs-dropdown-menu-item a[nz-tab-link] {
|
|
23665
23737
|
position: relative;
|
|
23666
23738
|
}
|
|
23739
|
+
.ant-tabs-tab-btn {
|
|
23740
|
+
border: none;
|
|
23741
|
+
background-color: unset;
|
|
23742
|
+
}
|
|
23667
23743
|
.ant-tabs-tab a[nz-tab-link]::before {
|
|
23668
23744
|
position: absolute;
|
|
23669
23745
|
top: 0;
|
|
@@ -24278,7 +24354,7 @@ nz-tabs-nav {
|
|
|
24278
24354
|
pointer-events: none;
|
|
24279
24355
|
}
|
|
24280
24356
|
.ant-tooltip-arrow-content {
|
|
24281
|
-
--antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
|
|
24357
|
+
--antd-arrow-background-color: var(--color, linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75)));
|
|
24282
24358
|
position: absolute;
|
|
24283
24359
|
top: 0;
|
|
24284
24360
|
right: 0;
|
|
@@ -27791,6 +27867,7 @@ nz-space-item {
|
|
|
27791
27867
|
color: rgba(0, 0, 0, 0.85);
|
|
27792
27868
|
}
|
|
27793
27869
|
.ant-water-mark {
|
|
27870
|
+
display: block;
|
|
27794
27871
|
position: relative;
|
|
27795
27872
|
}
|
|
27796
27873
|
.ant-color-picker {
|
|
@@ -27845,7 +27922,7 @@ nz-space-item {
|
|
|
27845
27922
|
}
|
|
27846
27923
|
.ant-color-picker-slider {
|
|
27847
27924
|
width: 100%;
|
|
27848
|
-
|
|
27925
|
+
border-radius: 2px;
|
|
27849
27926
|
}
|
|
27850
27927
|
.ant-color-picker-slider .ant-color-picker-palette {
|
|
27851
27928
|
height: 8px;
|
|
@@ -27853,6 +27930,9 @@ nz-space-item {
|
|
|
27853
27930
|
.ant-color-picker-slider .ant-color-picker-gradient {
|
|
27854
27931
|
border-radius: 2px;
|
|
27855
27932
|
}
|
|
27933
|
+
.ant-color-picker-slider-hue {
|
|
27934
|
+
margin-bottom: 12px;
|
|
27935
|
+
}
|
|
27856
27936
|
.ant-color-picker-slider-alpha {
|
|
27857
27937
|
background-image: conic-gradient(rgba(0, 0, 0, 0.06) 0 25%, transparent 0 50%, rgba(0, 0, 0, 0.06) 0 75%, transparent 0);
|
|
27858
27938
|
background-size: 8px 8px;
|
|
@@ -27891,7 +27971,6 @@ nz-space-item {
|
|
|
27891
27971
|
position: relative;
|
|
27892
27972
|
width: 28px;
|
|
27893
27973
|
height: 28px;
|
|
27894
|
-
margin-left: 8px;
|
|
27895
27974
|
background-image: conic-gradient(rgba(0, 0, 0, 0.06) 0 25%, transparent 0 50%, rgba(0, 0, 0, 0.06) 0 75%, transparent 0);
|
|
27896
27975
|
background-size: 50% 50%;
|
|
27897
27976
|
overflow: hidden;
|
|
@@ -27905,6 +27984,8 @@ nz-space-item {
|
|
|
27905
27984
|
}
|
|
27906
27985
|
.ant-color-picker-slider-container {
|
|
27907
27986
|
display: flex;
|
|
27987
|
+
gap: 12px;
|
|
27988
|
+
margin-bottom: 12px;
|
|
27908
27989
|
}
|
|
27909
27990
|
.ant-color-picker-slider-container .ant-color-picker-slider-group {
|
|
27910
27991
|
flex: 1;
|
|
@@ -27989,10 +28070,11 @@ nz-space-item {
|
|
|
27989
28070
|
align-items: center;
|
|
27990
28071
|
}
|
|
27991
28072
|
.ant-color-picker-input-container .ant-color-picker-steppers {
|
|
27992
|
-
flex:
|
|
28073
|
+
flex: 1;
|
|
27993
28074
|
}
|
|
27994
28075
|
.ant-color-picker-input-container .ant-color-picker-alpha-input {
|
|
27995
28076
|
flex: 0 0 44px;
|
|
28077
|
+
margin-left: 4px;
|
|
27996
28078
|
}
|
|
27997
28079
|
.ant-color-picker-disabled {
|
|
27998
28080
|
color: rgba(0, 0, 0, 0.25);
|