@delon/theme 17.0.5 → 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/compact.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;
|
|
@@ -24277,7 +24353,7 @@ nz-tabs-nav {
|
|
|
24277
24353
|
pointer-events: none;
|
|
24278
24354
|
}
|
|
24279
24355
|
.ant-tooltip-arrow-content {
|
|
24280
|
-
--antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
|
|
24356
|
+
--antd-arrow-background-color: var(--color, linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75)));
|
|
24281
24357
|
position: absolute;
|
|
24282
24358
|
top: 0;
|
|
24283
24359
|
right: 0;
|
|
@@ -27790,6 +27866,7 @@ nz-space-item {
|
|
|
27790
27866
|
color: rgba(0, 0, 0, 0.85);
|
|
27791
27867
|
}
|
|
27792
27868
|
.ant-water-mark {
|
|
27869
|
+
display: block;
|
|
27793
27870
|
position: relative;
|
|
27794
27871
|
}
|
|
27795
27872
|
.ant-color-picker {
|
|
@@ -27844,7 +27921,7 @@ nz-space-item {
|
|
|
27844
27921
|
}
|
|
27845
27922
|
.ant-color-picker-slider {
|
|
27846
27923
|
width: 100%;
|
|
27847
|
-
|
|
27924
|
+
border-radius: 2px;
|
|
27848
27925
|
}
|
|
27849
27926
|
.ant-color-picker-slider .ant-color-picker-palette {
|
|
27850
27927
|
height: 8px;
|
|
@@ -27852,6 +27929,9 @@ nz-space-item {
|
|
|
27852
27929
|
.ant-color-picker-slider .ant-color-picker-gradient {
|
|
27853
27930
|
border-radius: 2px;
|
|
27854
27931
|
}
|
|
27932
|
+
.ant-color-picker-slider-hue {
|
|
27933
|
+
margin-bottom: 8px;
|
|
27934
|
+
}
|
|
27855
27935
|
.ant-color-picker-slider-alpha {
|
|
27856
27936
|
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);
|
|
27857
27937
|
background-size: 8px 8px;
|
|
@@ -27890,7 +27970,6 @@ nz-space-item {
|
|
|
27890
27970
|
position: relative;
|
|
27891
27971
|
width: 28px;
|
|
27892
27972
|
height: 28px;
|
|
27893
|
-
margin-left: 4px;
|
|
27894
27973
|
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);
|
|
27895
27974
|
background-size: 50% 50%;
|
|
27896
27975
|
overflow: hidden;
|
|
@@ -27904,6 +27983,8 @@ nz-space-item {
|
|
|
27904
27983
|
}
|
|
27905
27984
|
.ant-color-picker-slider-container {
|
|
27906
27985
|
display: flex;
|
|
27986
|
+
gap: 8px;
|
|
27987
|
+
margin-bottom: 8px;
|
|
27907
27988
|
}
|
|
27908
27989
|
.ant-color-picker-slider-container .ant-color-picker-slider-group {
|
|
27909
27990
|
flex: 1;
|
|
@@ -27988,10 +28069,11 @@ nz-space-item {
|
|
|
27988
28069
|
align-items: center;
|
|
27989
28070
|
}
|
|
27990
28071
|
.ant-color-picker-input-container .ant-color-picker-steppers {
|
|
27991
|
-
flex:
|
|
28072
|
+
flex: 1;
|
|
27992
28073
|
}
|
|
27993
28074
|
.ant-color-picker-input-container .ant-color-picker-alpha-input {
|
|
27994
28075
|
flex: 0 0 44px;
|
|
28076
|
+
margin-left: 0px;
|
|
27995
28077
|
}
|
|
27996
28078
|
.ant-color-picker-disabled {
|
|
27997
28079
|
color: rgba(0, 0, 0, 0.25);
|