@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.
- package/css/std/controls/table-view/table-view-custom-date-edit.css +8 -6
- package/css/std/controls/table-view/table-view.css +1 -1
- package/css/std/controls/table-view/treegrid-header.css +1 -1
- package/css/std/controls/table-view/treegrid-sort.css +4 -8
- package/dist/index.css +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/src/controls/TableView/services/TableViewService.d.ts +1 -0
- package/dist/src/controls/TableView/services/impl/TableViewServiceImpl.d.ts +1 -0
- package/package.json +1 -1
- package/src/controls/BimViewer/js/bim-viewer.js +2 -2
- package/src/controls/DxfViewer/js/dxf-viewer.js +15 -15
- package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
|
@@ -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
|
}
|
|
@@ -2,10 +2,8 @@
|
|
|
2
2
|
.TWSort2Left, .TWSort2Right,
|
|
3
3
|
.TWSort3Left, .TWSort3Right {
|
|
4
4
|
background-repeat: no-repeat !important;
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
|
|
17
|
-
|
|
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
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.
|
|
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";
|