@vitrosoftware/common-ui-ts 1.1.251 → 1.1.252

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.
@@ -25,16 +25,17 @@
25
25
  color: #222D44 !important;
26
26
  }
27
27
 
28
- .TWMain .TWDateLeft,
29
- .TWMain .TWDatesLeft,
30
- .TWMain .TWDateRight,
28
+ .TWMain .TWDateLeft,
29
+ .TWMain .TWDatesLeft,
30
+ .TWMain .TWDateRight,
31
31
  .TWMain .TWDatesRight,
32
- .TWMain .TWDateTop,
33
- .TWMain .TWDatesTop,
34
- .TWMain .TWDateBottom,
32
+ .TWMain .TWDateTop,
33
+ .TWMain .TWDatesTop,
34
+ .TWMain .TWDateBottom,
35
35
  .TWMain .TWDatesBottom {
36
36
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/table-view/img/date-picker.svg');
37
37
  background-size: 24px;
38
+ background-position: center;
38
39
  }
39
40
 
40
41
  .vitro-table-view-gantt .TWMain .TWDateLeft,
@@ -46,4 +47,5 @@
46
47
  .vitro-table-view-gantt .TWMain .TWDateBottom,
47
48
  .vitro-table-view-gantt .TWMain .TWDatesBottom {
48
49
  background-size: 20px;
50
+ background-position: center;
49
51
  }
@@ -79,7 +79,7 @@
79
79
  height: 24px;
80
80
  width: 24px;
81
81
  min-width: 24px;
82
- margin-left: -2px;
82
+ margin-left: -8px;
83
83
  display: none;
84
84
  cursor: default;
85
85
  }
@@ -1,7 +1,7 @@
1
1
  .TWCellHeader {
2
2
  font-family: "InterMedium" !important;
3
3
  background: #F7F9FC;
4
- padding: 4px 8px !important;
4
+ padding: 4px 0 4px 8px !important;
5
5
  }
6
6
 
7
7
  .TWClassHoveredCellHeader {
@@ -2,10 +2,8 @@
2
2
  .TWSort2Left, .TWSort2Right,
3
3
  .TWSort3Left, .TWSort3Right {
4
4
  background-repeat: no-repeat !important;
5
- height: 24px !important;
6
- width: 24px !important;
7
- background-size: 100% !important;
8
- background-position: center !important;
5
+ background-size: 24px !important;
6
+ background-position: -8px 0 !important;
9
7
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/table-view/img/sort-top.svg');
10
8
  }
11
9
 
@@ -13,10 +11,8 @@
13
11
  .TWSort5Left, .TWSort5Right,
14
12
  .TWSort6Left, .TWSort6Right {
15
13
  background-repeat: no-repeat !important;
16
- height: 24px !important;
17
- width: 24px !important;
18
- background-size: 100% !important;
19
- background-position: center !important;
14
+ background-size: 24px !important;
15
+ background-position: -8px 0 !important;
20
16
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/table-view/img/sort-bottom.svg');
21
17
  }
22
18
 
package/dist/index.css CHANGED
@@ -771,7 +771,7 @@ body em {
771
771
  height: 24px;
772
772
  width: 24px;
773
773
  min-width: 24px;
774
- margin-left: -2px;
774
+ margin-left: -8px;
775
775
  display: none;
776
776
  cursor: default;
777
777
  }
package/dist/index.js CHANGED
@@ -21908,6 +21908,9 @@ var TableViewServiceImpl = /*#__PURE__*/function () {
21908
21908
  }
21909
21909
  return lastCol;
21910
21910
  };
21911
+ _proto.calcWidth = function calcWidth(col) {
21912
+ this.grid.CalcWidth(col);
21913
+ };
21911
21914
  return _createClass(TableViewServiceImpl, [{
21912
21915
  key: "columnList",
21913
21916
  get: function get() {
@@ -67280,7 +67283,7 @@ var Viewer = function Viewer(props) {
67280
67283
  };
67281
67284
 
67282
67285
  var name = "@vitrosoftware/common-ui-ts";
67283
- var version$1 = "1.1.251";
67286
+ var version$1 = "1.1.252";
67284
67287
  var description = "vitro software common ui ts";
67285
67288
  var author = "";
67286
67289
  var license = "MIT";