@vitrosoftware/common-ui-ts 1.1.133 → 1.1.135
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/result-dialog.css +2 -3
- package/css/std/controls/component-loader/component-loader.css +13 -0
- package/css/std/controls/login/{ntlm-authentication-form.css → login-kerberos-form.css} +1 -1
- package/dist/index.css +21 -8
- package/dist/index.js +583 -536
- package/dist/index.js.map +1 -1
- package/dist/src/controls/Login/LoginConstants.d.ts +2 -2
- package/dist/src/controls/Login/LoginKerberosForm.d.ts +9 -0
- package/dist/src/controls/NumberInput/NumberInput.d.ts +3 -1
- package/dist/src/controls/NumberInput/NumberInputConstants.d.ts +3 -0
- package/dist/src/index.d.ts +2 -2
- 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 +22 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.vitro-result-dialog {
|
|
2
2
|
z-index: 1001;
|
|
3
|
-
position:
|
|
3
|
+
position: relative;
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-direction: column;
|
|
6
6
|
justify-content: space-between;
|
|
@@ -8,12 +8,11 @@
|
|
|
8
8
|
height: auto;
|
|
9
9
|
max-height: 74%;
|
|
10
10
|
width: 400px;
|
|
11
|
-
top: 56px;
|
|
12
|
-
right: 16px;
|
|
13
11
|
overflow: hidden;
|
|
14
12
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
|
|
15
13
|
border-radius: 4px;
|
|
16
14
|
background: #fff;
|
|
15
|
+
margin: 0 16px 1px auto;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
.vitro-result-dialog.vitro-progress {
|
package/dist/index.css
CHANGED
|
@@ -1254,6 +1254,20 @@ html, body {
|
|
|
1254
1254
|
bottom: 12px;
|
|
1255
1255
|
}
|
|
1256
1256
|
}
|
|
1257
|
+
._component-loader_vitro-component-loader_3J3a2or {
|
|
1258
|
+
position: fixed;
|
|
1259
|
+
width: 100%;
|
|
1260
|
+
z-index: 300;
|
|
1261
|
+
top: 0;
|
|
1262
|
+
left: 0;
|
|
1263
|
+
padding-top: 56px;
|
|
1264
|
+
pointer-events: none;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
._component-loader_vitro-component-loader_3J3a2or * {
|
|
1268
|
+
pointer-events: auto;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1257
1271
|
._tooltip_vitro-tooltip_JvGPShz {
|
|
1258
1272
|
display: none !important;
|
|
1259
1273
|
opacity: 1 !important;
|
|
@@ -1893,7 +1907,7 @@ html, body {
|
|
|
1893
1907
|
}
|
|
1894
1908
|
._result-dialog_vitro-result-dialog_kqxXHts {
|
|
1895
1909
|
z-index: 1001;
|
|
1896
|
-
position:
|
|
1910
|
+
position: relative;
|
|
1897
1911
|
display: flex;
|
|
1898
1912
|
flex-direction: column;
|
|
1899
1913
|
justify-content: space-between;
|
|
@@ -1901,12 +1915,11 @@ html, body {
|
|
|
1901
1915
|
height: auto;
|
|
1902
1916
|
max-height: 74%;
|
|
1903
1917
|
width: 400px;
|
|
1904
|
-
top: 56px;
|
|
1905
|
-
right: 16px;
|
|
1906
1918
|
overflow: hidden;
|
|
1907
1919
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
|
|
1908
1920
|
border-radius: 4px;
|
|
1909
1921
|
background: #fff;
|
|
1922
|
+
margin: 0 16px 1px auto;
|
|
1910
1923
|
}
|
|
1911
1924
|
|
|
1912
1925
|
._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-progress_3WaZ52V {
|
|
@@ -3471,32 +3484,32 @@ html, body {
|
|
|
3471
3484
|
display: flex;
|
|
3472
3485
|
align-items: center;
|
|
3473
3486
|
}
|
|
3474
|
-
.
|
|
3487
|
+
._login-kerberos-form_vitro-login-kerberos-form_v_rdUFi {
|
|
3475
3488
|
width: 100%;
|
|
3476
3489
|
height: 289px;
|
|
3477
3490
|
flex-direction: column;
|
|
3478
3491
|
}
|
|
3479
3492
|
|
|
3480
|
-
.
|
|
3493
|
+
._login-kerberos-form_vitro-flex_3DV6V0F {
|
|
3481
3494
|
flex-direction: column;
|
|
3482
3495
|
margin-top: 20px;
|
|
3483
3496
|
margin-bottom: auto;
|
|
3484
3497
|
}
|
|
3485
3498
|
|
|
3486
|
-
.
|
|
3499
|
+
._login-kerberos-form_vitro-flex_3DV6V0F ._login-kerberos-form_vitro-subtitle_hOCCFau {
|
|
3487
3500
|
font-size: 18px;
|
|
3488
3501
|
line-height: 135%;
|
|
3489
3502
|
text-align: center;
|
|
3490
3503
|
margin-bottom: 2px;
|
|
3491
3504
|
}
|
|
3492
3505
|
|
|
3493
|
-
.
|
|
3506
|
+
._login-kerberos-form_vitro-flex_3DV6V0F > .vitro-image {
|
|
3494
3507
|
width: 48px;
|
|
3495
3508
|
height: 48px;
|
|
3496
3509
|
margin-bottom: 16px;
|
|
3497
3510
|
}
|
|
3498
3511
|
|
|
3499
|
-
.
|
|
3512
|
+
._login-kerberos-form_vitro-error-message_2LXMkSK {
|
|
3500
3513
|
text-align: center;
|
|
3501
3514
|
}
|
|
3502
3515
|
._date-picker_vitro-control_2AYXegb {
|