@vitrosoftware/common-ui-ts 1.1.190 → 1.1.192
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/action-handler/action-result-list.css +15 -2
- package/dist/index.css +27 -14
- package/dist/index.js +169 -155
- package/dist/index.js.map +1 -1
- package/dist/src/controls/ActionHandler/ActionResultItem.d.ts +4 -0
- package/package.json +1 -1
- package/src/controls/BimViewer/js/bim-viewer.js +2 -2
- package/src/controls/DxfViewer/js/dxf-viewer.js +14 -14
- package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.vitro-flex-column {
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
align-items: flex-start;
|
|
34
|
+
overflow: hidden;
|
|
35
35
|
flex: 1 1;
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
.vitro-error-message {
|
|
52
52
|
color: #D13438;
|
|
53
|
+
white-space: pre-wrap;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.vitro-warning-message {
|
|
@@ -96,6 +97,18 @@
|
|
|
96
97
|
transition: max-height 0.4s ease;
|
|
97
98
|
}
|
|
98
99
|
|
|
100
|
+
.vitro-link-list {
|
|
101
|
+
align-items: flex-start;
|
|
102
|
+
max-width: 100%;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.vitro-link {
|
|
106
|
+
font-size: 12px;
|
|
107
|
+
text-overflow: ellipsis;
|
|
108
|
+
overflow: hidden;
|
|
109
|
+
max-width: 100%;
|
|
110
|
+
}
|
|
111
|
+
|
|
99
112
|
@media (max-width: 800px) {
|
|
100
113
|
.vitro-result-item {
|
|
101
114
|
padding: 4px 0;
|
package/dist/index.css
CHANGED
|
@@ -1869,6 +1869,18 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
1869
1869
|
height: unset !important;
|
|
1870
1870
|
}
|
|
1871
1871
|
}
|
|
1872
|
+
._link_vitro-link_2ePaXvd, ._link_vitro-link_2ePaXvd:visited {
|
|
1873
|
+
color: #347FDE;
|
|
1874
|
+
text-align: center;
|
|
1875
|
+
font-size: 16px;
|
|
1876
|
+
line-height: 135%;
|
|
1877
|
+
white-space: nowrap;
|
|
1878
|
+
cursor: pointer;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
._link_vitro-link_2ePaXvd:hover {
|
|
1882
|
+
color: #3274E0;
|
|
1883
|
+
}
|
|
1872
1884
|
._action-result-list_vitro-action-result-list_fJtJWdL {
|
|
1873
1885
|
width: 100%;
|
|
1874
1886
|
padding-left: 12px;
|
|
@@ -1901,8 +1913,8 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
1901
1913
|
}
|
|
1902
1914
|
|
|
1903
1915
|
._action-result-list_vitro-flex-column_3z0h2Y_ {
|
|
1904
|
-
|
|
1905
|
-
|
|
1916
|
+
align-items: flex-start;
|
|
1917
|
+
overflow: hidden;
|
|
1906
1918
|
flex: 1 1;
|
|
1907
1919
|
}
|
|
1908
1920
|
|
|
@@ -1921,6 +1933,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
1921
1933
|
|
|
1922
1934
|
._action-result-list_vitro-error-message_12OqWLU {
|
|
1923
1935
|
color: #D13438;
|
|
1936
|
+
white-space: pre-wrap;
|
|
1924
1937
|
}
|
|
1925
1938
|
|
|
1926
1939
|
._action-result-list_vitro-warning-message_2UEX9Kp {
|
|
@@ -1967,6 +1980,18 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
1967
1980
|
transition: max-height 0.4s ease;
|
|
1968
1981
|
}
|
|
1969
1982
|
|
|
1983
|
+
._action-result-list_vitro-link-list_2mScWX3 {
|
|
1984
|
+
align-items: flex-start;
|
|
1985
|
+
max-width: 100%;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
._action-result-list_vitro-link_1xl-Pq- {
|
|
1989
|
+
font-size: 12px;
|
|
1990
|
+
text-overflow: ellipsis;
|
|
1991
|
+
overflow: hidden;
|
|
1992
|
+
max-width: 100%;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1970
1995
|
@media (max-width: 800px) {
|
|
1971
1996
|
._action-result-list_vitro-result-item_2AUSpie {
|
|
1972
1997
|
padding: 4px 0;
|
|
@@ -3437,18 +3462,6 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
3437
3462
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/password-input/img/hide-password.svg');
|
|
3438
3463
|
}
|
|
3439
3464
|
|
|
3440
|
-
._link_vitro-link_2ePaXvd, ._link_vitro-link_2ePaXvd:visited {
|
|
3441
|
-
color: #347FDE;
|
|
3442
|
-
text-align: center;
|
|
3443
|
-
font-size: 16px;
|
|
3444
|
-
line-height: 135%;
|
|
3445
|
-
white-space: nowrap;
|
|
3446
|
-
cursor: pointer;
|
|
3447
|
-
}
|
|
3448
|
-
|
|
3449
|
-
._link_vitro-link_2ePaXvd:hover {
|
|
3450
|
-
color: #3274E0;
|
|
3451
|
-
}
|
|
3452
3465
|
._login-submit-button_vitro-submit-button_1TFkn8x {
|
|
3453
3466
|
font-family: 'InterMedium' !important;
|
|
3454
3467
|
width: 100%;
|