@vitrosoftware/common-ui-ts 1.1.191 → 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 +14 -2
- package/dist/index.css +26 -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
|
|
|
@@ -97,6 +97,18 @@
|
|
|
97
97
|
transition: max-height 0.4s ease;
|
|
98
98
|
}
|
|
99
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
|
+
|
|
100
112
|
@media (max-width: 800px) {
|
|
101
113
|
.vitro-result-item {
|
|
102
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
|
|
|
@@ -1968,6 +1980,18 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
1968
1980
|
transition: max-height 0.4s ease;
|
|
1969
1981
|
}
|
|
1970
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
|
+
|
|
1971
1995
|
@media (max-width: 800px) {
|
|
1972
1996
|
._action-result-list_vitro-result-item_2AUSpie {
|
|
1973
1997
|
padding: 4px 0;
|
|
@@ -3438,18 +3462,6 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
3438
3462
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/password-input/img/hide-password.svg');
|
|
3439
3463
|
}
|
|
3440
3464
|
|
|
3441
|
-
._link_vitro-link_2ePaXvd, ._link_vitro-link_2ePaXvd:visited {
|
|
3442
|
-
color: #347FDE;
|
|
3443
|
-
text-align: center;
|
|
3444
|
-
font-size: 16px;
|
|
3445
|
-
line-height: 135%;
|
|
3446
|
-
white-space: nowrap;
|
|
3447
|
-
cursor: pointer;
|
|
3448
|
-
}
|
|
3449
|
-
|
|
3450
|
-
._link_vitro-link_2ePaXvd:hover {
|
|
3451
|
-
color: #3274E0;
|
|
3452
|
-
}
|
|
3453
3465
|
._login-submit-button_vitro-submit-button_1TFkn8x {
|
|
3454
3466
|
font-family: 'InterMedium' !important;
|
|
3455
3467
|
width: 100%;
|