@vitrosoftware/common-ui-ts 1.1.140 → 1.1.142

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.
@@ -4,13 +4,11 @@
4
4
  }
5
5
 
6
6
  .TWVScroll {
7
- width: 10px !important;
8
7
  border: 1px solid #F7F9FC;
9
8
  box-sizing: border-box;
10
9
  }
11
10
 
12
11
  .TWHScroll {
13
- height: 10px !important;
14
12
  box-sizing: border-box;
15
13
  }
16
14
 
@@ -20,7 +18,7 @@
20
18
  }
21
19
 
22
20
  .TWCustScroll3Right, .TWCustScroll2Right, .TWCustScroll3RightHidden, .TWCustScroll2RightHidden {
23
- height: 10px;
21
+ height: 12px;
24
22
  background: #fff;
25
23
  }
26
24
 
@@ -29,7 +27,7 @@
29
27
  }
30
28
 
31
29
  .TWCustScroll3Down, .TWCustScroll2Down, .TWCustScroll3DownHidden, .TWCustScroll2DownHidden {
32
- width: 10px;
30
+ width: 12px;
33
31
  background: #fff
34
32
  }
35
33
 
@@ -69,12 +67,6 @@
69
67
  background-clip: content-box;
70
68
  }
71
69
 
72
- .TWHScrollRight > div,
73
- .TWHScrollMid > div,
74
- .TWHScrollLeft > div {
75
- height: 12px !important;
76
- }
77
-
78
70
  .TWMain *::-webkit-scrollbar-button {
79
71
  display: none;
80
72
  }
@@ -91,8 +83,4 @@
91
83
  border-left: 4px solid #fff;
92
84
  border-right: 4px solid #fff;
93
85
  background-clip: content-box;
94
- }
95
-
96
- .TWVScroll > div {
97
- width: 11px !important;
98
86
  }
package/dist/index.js CHANGED
@@ -21746,6 +21746,12 @@ var TreeGridTableViewContextImpl = /*#__PURE__*/function () {
21746
21746
  _proto.reloadPage = function reloadPage(page) {
21747
21747
  this.grid.ReloadPage(page);
21748
21748
  };
21749
+ _proto.getFirstVisible = function getFirstVisible() {
21750
+ return this.grid.GetFirstVisible();
21751
+ };
21752
+ _proto.getGanttSlack = function getGanttSlack(row, col, bar) {
21753
+ return this.grid.GetGanttSlack(row, col, bar);
21754
+ };
21749
21755
  _createClass(TreeGridTableViewContextImpl, [{
21750
21756
  key: "columnList",
21751
21757
  get: function get() {
@@ -62495,7 +62501,7 @@ var Viewer = function Viewer(props) {
62495
62501
  };
62496
62502
 
62497
62503
  var name = "@vitrosoftware/common-ui-ts";
62498
- var version$1 = "1.1.140";
62504
+ var version$1 = "1.1.142";
62499
62505
  var description = "vitro software common ui ts";
62500
62506
  var author = "";
62501
62507
  var license = "MIT";