raise-common-lib 0.0.27 → 0.0.28
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/bundles/raise-common-lib.umd.js +25 -1
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/layout/multi-tab/index.component.js +6 -1
- package/esm2015/lib/layout/page-list/index.component.js +15 -2
- package/esm5/lib/layout/multi-tab/index.component.js +9 -1
- package/esm5/lib/layout/page-list/index.component.js +18 -2
- package/fesm2015/raise-common-lib.js +19 -1
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +25 -1
- package/fesm5/raise-common-lib.js.map +1 -1
- package/lib/layout/multi-tab/index.component.d.ts +1 -0
- package/lib/layout/page-list/index.component.d.ts +5 -2
- package/package.json +1 -1
- package/raise-common-lib.metadata.json +1 -1
- package/src/assets/style/reset/grid.scss +4 -2
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
height: 100%;
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-direction: column;
|
|
6
|
+
border: 0;
|
|
6
7
|
.e-headercell {
|
|
7
8
|
height: var(--rs-grid-header-row-height);
|
|
8
9
|
.e-headercelldiv {
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
}
|
|
42
43
|
.e-gridheader {
|
|
43
44
|
border-bottom-color: transparent;
|
|
45
|
+
padding-right: 5px
|
|
44
46
|
}
|
|
45
47
|
.e-gridheader .e-fltr-icon .e-sortfilterdiv {
|
|
46
48
|
color: #929dab !important;
|
|
@@ -200,7 +202,7 @@
|
|
|
200
202
|
}
|
|
201
203
|
}
|
|
202
204
|
}
|
|
203
|
-
.e-checkboxfilter.e-
|
|
205
|
+
.e-checkboxfilter.e-filter-popup {
|
|
204
206
|
.e-searchcontainer {
|
|
205
207
|
.e-searchbox {
|
|
206
208
|
.e-input-group {
|
|
@@ -217,7 +219,7 @@
|
|
|
217
219
|
line-height: 26px;
|
|
218
220
|
padding: 0;
|
|
219
221
|
padding-left: 8px;
|
|
220
|
-
.e-chk-hidden{
|
|
222
|
+
.e-chk-hidden {
|
|
221
223
|
display: none;
|
|
222
224
|
}
|
|
223
225
|
.e-icons.e-check {
|