@mediusinc/mng-commons 0.17.4 → 0.17.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "0.17.4",
3
+ "version": "0.17.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.1.0",
6
6
  "@angular/core": "^14.1.0",
@@ -7,33 +7,36 @@
7
7
  }
8
8
  }
9
9
 
10
- .p-datatable-thead > tr.mng-column-filter-row {
11
- > th {
12
- padding-left: 0.15rem;
13
- padding-right: 0.15rem;
10
+ .p-datatable-thead > tr > th,
11
+ .p-datatable-tbody > tr > td {
12
+ padding-left: 0.15rem;
13
+ padding-right: 0.15rem;
14
14
 
15
- // string
16
- .mng-column-filter-0 {
17
- //min-width: 135px;
18
- }
19
- // number
20
- .mng-column-filter-1 {
21
- //min-width: 165px;
22
- }
23
- // date
24
- .mng-column-filter-3 {
25
- //min-width: 170px;
26
- }
27
- // boolean
28
- .mng-column-filter-2 {
29
- //min-width: 80px;
30
- }
31
- // lookup, lookup enum
32
- .mng-column-filter-4,
33
- .mng-column-filter-5 {
34
- //min-width: 180px;
35
- }
15
+ // string
16
+ &.mng-column-filter-0 {
17
+ min-width: 135px;
18
+ }
19
+ // number
20
+ &.mng-column-filter-1 {
21
+ min-width: 165px;
22
+ }
23
+ // date
24
+ &.mng-column-filter-3 {
25
+ min-width: 170px;
26
+ }
27
+ // boolean
28
+ &.mng-column-filter-2 {
29
+ min-width: 80px;
30
+ }
31
+ // lookup, lookup enum
32
+ &.mng-column-filter-4,
33
+ &.mng-column-filter-5 {
34
+ min-width: 180px;
35
+ }
36
+ }
36
37
 
38
+ .p-datatable-thead > tr.mng-column-filter-row {
39
+ > th {
37
40
  .p-column-filter-menu-button,
38
41
  .p-column-filter-clear-button {
39
42
  width: 1.75rem;
@@ -82,8 +85,22 @@
82
85
  }
83
86
 
84
87
  &.p-datatable-flex-scrollable {
88
+ .p-datatable-thead > tr > th {
89
+ overflow: hidden;
90
+ text-overflow: ellipsis;
91
+ }
92
+
85
93
  .p-datatable-tbody > tr > td {
86
94
  overflow: hidden;
87
95
  }
88
96
  }
97
+
98
+ // override for background color
99
+ .p-radiobutton .p-radiobutton-box {
100
+ background-color: #fff;
101
+ }
102
+
103
+ .p-checkbox .p-checkbox-box {
104
+ background-color: #fff;
105
+ }
89
106
  }
package/version-info.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "0.17.4",
4
- "tag": "v0.17.4",
3
+ "version": "0.17.5",
4
+ "tag": "v0.17.5",
5
5
  "distance": 0,
6
- "hash": "7d047036",
6
+ "hash": "162df0a9",
7
7
  "dirty": false,
8
- "semver": "0.17.4",
9
- "raw": "v0.17.4-7d047036"
8
+ "semver": "0.17.5",
9
+ "raw": "v0.17.5-162df0a9"
10
10
  }