@vitrosoftware/common-ui-ts 1.1.155 → 1.1.157
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/overlay/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/overlay/overlay.css +14 -0
- package/css/std/controls/pin-button/img/pin.svg +6 -0
- package/css/std/controls/pin-button/pin-button.css +11 -0
- package/css/std/controls/sidebar/sidebar.css +2 -1
- package/dist/index.css +28 -1
- package/dist/index.js +215 -212
- package/dist/index.js.map +1 -1
- package/dist/src/controls/Overlay/Overlay.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 +14 -14
- package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'><g filter='url(#filter0_dd_778_105705)'><path d='M20.3117 11.6584C21.0973 10.4213 22.9027 10.4213 23.6883 11.6584L29.5752 20.9278C30.4208 22.2593 29.4642 24 27.8869 24H16.1131C14.5358 24 13.5792 22.2593 14.4248 20.9278L20.3117 11.6584Z' fill='white'/></g><defs><filter id='filter0_dd_778_105705' x='0.109375' y='0.730469' width='43.7812' height='41.2695' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/><feOffset dy='4'/><feGaussianBlur stdDeviation='7'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/><feBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_778_105705'/><feColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/><feOffset/><feGaussianBlur stdDeviation='2'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/><feBlend mode='normal' in2='effect1_dropShadow_778_105705' result='effect2_dropShadow_778_105705'/><feBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_778_105705' result='shape'/></filter></defs></svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
.vitro-dropdown-arrow:before {
|
|
2
|
+
content: '';
|
|
3
|
+
display: block;
|
|
4
|
+
height: 21px;
|
|
5
|
+
width: 32px;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
background-position: center 0;
|
|
8
|
+
background-size: 44px 42px;
|
|
9
|
+
background-repeat: no-repeat;
|
|
10
|
+
position: absolute;
|
|
11
|
+
right: 14px;
|
|
12
|
+
top: -21px;
|
|
13
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/dropdown-button/img/dropdown-menu-arrow.svg');
|
|
14
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9,12.1c0,0.2-0.1,0.4-0.2,0.6L7,15h10l-1.8-2.2c-0.1-0.2-0.2-0.4-0.2-0.6V10V7.7c0-0.1,0-0.3,0.1-0.4L16,5H8l0.9,2.3
|
|
3
|
+
C9,7.4,9,7.6,9,7.7V10V12.1z M9.9,7.3L9.4,6h5.2l-0.5,1.3C14,7.4,14,7.6,14,7.7V10v2.1c0,0.2,0.1,0.4,0.2,0.6l1,1.2H8.8l1-1.2
|
|
4
|
+
c0.1-0.2,0.2-0.4,0.2-0.6V10V7.7C10,7.6,10,7.4,9.9,7.3z" fill="#000000"/>
|
|
5
|
+
<path d="M11.4998 15H12.4998V20.25L11.9998 21L11.4998 20.25V15Z" fill="#000000"/>
|
|
6
|
+
</svg>
|
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin-active.svg');
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
+
.vitro-pin-button {
|
|
10
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin.svg');
|
|
11
|
+
}
|
|
12
|
+
|
|
9
13
|
.vitro-pin-button.vitro-active {
|
|
10
14
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin-active.svg');
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:global(.vitro-no-hover).vitro-pin-button.vitro-active:hover,
|
|
18
|
+
:global(.vitro-no-hover).vitro-pin-button.vitro-active:active,
|
|
19
|
+
:global(.vitro-no-hover).vitro-pin-button:hover,
|
|
20
|
+
:global(.vitro-no-hover).vitro-pin-button:active {
|
|
21
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin.svg') !important;
|
|
11
22
|
}
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
|
|
73
73
|
:global(.vitro-bottom-menu) {
|
|
74
74
|
width: 100%;
|
|
75
|
-
z-index:
|
|
75
|
+
z-index: 100005;
|
|
76
76
|
flex-direction: row;
|
|
77
77
|
height: 66px;
|
|
78
78
|
padding: 0 0 0 12px !important;
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
83
83
|
border-radius: 4px 4px 0 0;
|
|
84
84
|
overflow: visible;
|
|
85
|
+
position: fixed;
|
|
85
86
|
}
|
|
86
87
|
|
|
87
88
|
:global(.vitro-bottom-menu) ul {
|
package/dist/index.css
CHANGED
|
@@ -5217,7 +5217,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
5217
5217
|
|
|
5218
5218
|
.vitro-bottom-menu {
|
|
5219
5219
|
width: 100%;
|
|
5220
|
-
z-index:
|
|
5220
|
+
z-index: 100005;
|
|
5221
5221
|
flex-direction: row;
|
|
5222
5222
|
height: 66px;
|
|
5223
5223
|
padding: 0 0 0 12px !important;
|
|
@@ -5227,6 +5227,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
5227
5227
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
5228
5228
|
border-radius: 4px 4px 0 0;
|
|
5229
5229
|
overflow: visible;
|
|
5230
|
+
position: fixed;
|
|
5230
5231
|
}
|
|
5231
5232
|
|
|
5232
5233
|
.vitro-bottom-menu ul {
|
|
@@ -6290,6 +6291,21 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
6290
6291
|
._list_vitro-list_2cs4WZE li {
|
|
6291
6292
|
cursor: pointer;
|
|
6292
6293
|
}
|
|
6294
|
+
._overlay_vitro-dropdown-arrow_33kJJVJ:before {
|
|
6295
|
+
content: '';
|
|
6296
|
+
display: block;
|
|
6297
|
+
height: 21px;
|
|
6298
|
+
width: 32px;
|
|
6299
|
+
overflow: hidden;
|
|
6300
|
+
background-position: center 0;
|
|
6301
|
+
background-size: 44px 42px;
|
|
6302
|
+
background-repeat: no-repeat;
|
|
6303
|
+
position: absolute;
|
|
6304
|
+
right: 14px;
|
|
6305
|
+
top: -21px;
|
|
6306
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/dropdown-button/img/dropdown-menu-arrow.svg');
|
|
6307
|
+
}
|
|
6308
|
+
|
|
6293
6309
|
._criterion_vitro-criterion-container_2cYcSkL {
|
|
6294
6310
|
width: 100%;
|
|
6295
6311
|
position: relative;
|
|
@@ -8255,8 +8271,19 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
8255
8271
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin-active.svg');
|
|
8256
8272
|
}
|
|
8257
8273
|
|
|
8274
|
+
._pin-button_vitro-pin-button_3DklgEh {
|
|
8275
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin.svg');
|
|
8276
|
+
}
|
|
8277
|
+
|
|
8258
8278
|
._pin-button_vitro-pin-button_3DklgEh._pin-button_vitro-active_2PgztSG {
|
|
8259
8279
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin-active.svg');
|
|
8280
|
+
}
|
|
8281
|
+
|
|
8282
|
+
.vitro-no-hover._pin-button_vitro-pin-button_3DklgEh._pin-button_vitro-active_2PgztSG:hover,
|
|
8283
|
+
.vitro-no-hover._pin-button_vitro-pin-button_3DklgEh._pin-button_vitro-active_2PgztSG:active,
|
|
8284
|
+
.vitro-no-hover._pin-button_vitro-pin-button_3DklgEh:hover,
|
|
8285
|
+
.vitro-no-hover._pin-button_vitro-pin-button_3DklgEh:active {
|
|
8286
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin.svg') !important;
|
|
8260
8287
|
}
|
|
8261
8288
|
._file-list_vitro-file-list-dropdown_1BOOwqC {
|
|
8262
8289
|
background: #ffffff;
|