@delon/abc 17.3.0 → 17.3.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/cell/cell-host.directive.d.ts +4 -4
- package/esm2022/cell/cell-host.directive.mjs +6 -6
- package/esm2022/st/st.component.mjs +3 -3
- package/fesm2022/cell.mjs +5 -5
- package/fesm2022/cell.mjs.map +1 -1
- package/fesm2022/st.mjs +2 -2
- package/fesm2022/st.mjs.map +1 -1
- package/package.json +4 -4
- package/st/style/index.less +1 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delon/abc",
|
|
3
|
-
"version": "17.3.
|
|
3
|
+
"version": "17.3.1",
|
|
4
4
|
"author": "cipchk<cipchk@qq.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"plyr": "^3.7.8",
|
|
29
29
|
"@github/hotkey": "^2.3.1",
|
|
30
30
|
"ngx-countdown": "^17.1.1",
|
|
31
|
-
"@delon/theme": "^17.3.
|
|
32
|
-
"@delon/util": "^17.3.
|
|
33
|
-
"@delon/acl": "^17.3.
|
|
31
|
+
"@delon/theme": "^17.3.1",
|
|
32
|
+
"@delon/util": "^17.3.1",
|
|
33
|
+
"@delon/acl": "^17.3.1",
|
|
34
34
|
"tslib": "^2.3.0"
|
|
35
35
|
},
|
|
36
36
|
"module": "fesm2022/abc.mjs",
|
package/st/style/index.less
CHANGED
|
@@ -81,31 +81,8 @@
|
|
|
81
81
|
}
|
|
82
82
|
// Title
|
|
83
83
|
&__has-filter {
|
|
84
|
-
@st-th-icon-width: 12px;
|
|
85
|
-
@st-filter-and-sort-gutter: 4px;
|
|
86
|
-
@st-filter-icon-size: @st-th-icon-width + @st-filter-and-sort-gutter;
|
|
87
|
-
@st-sort-size: @st-th-icon-width + @st-filter-and-sort-gutter;
|
|
88
|
-
|
|
89
|
-
.@{ant-prefix}-table-column-sorters {
|
|
90
|
-
padding-right: @st-filter-icon-size;
|
|
91
|
-
}
|
|
92
84
|
@{st-prefix}__filter {
|
|
93
|
-
|
|
94
|
-
top: 0;
|
|
95
|
-
right: 0;
|
|
96
|
-
bottom: 0;
|
|
97
|
-
display: flex;
|
|
98
|
-
place-items: center center;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.@{ant-prefix}-table-filter-trigger {
|
|
102
|
-
height: 100%;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
&.@{ant-prefix}-table-column-has-sorters {
|
|
106
|
-
@{st-prefix}__filter {
|
|
107
|
-
right: -(@st-sort-size + @st-filter-icon-size);
|
|
108
|
-
}
|
|
85
|
+
display: inline-flex;
|
|
109
86
|
}
|
|
110
87
|
}
|
|
111
88
|
|