bimplus-webcomponents 0.0.3 → 0.0.5
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/dist/assets/images/IsolateMenuClipped.svg +19 -0
- package/dist/assets/images/IsolateMenuClipped_orange.svg +19 -0
- package/dist/assets/images/IsolateMenuHidden.svg +8 -0
- package/dist/assets/images/IsolateMenuHidden_orange.svg +8 -0
- package/dist/assets/images/IsolateMenuNormal.svg +29 -0
- package/dist/assets/images/IsolateMenuNormal_orange.svg +29 -0
- package/dist/assets/images/IsolationMenuParams.svg +5 -0
- package/dist/assets/images/IsolationMenuParamsOrange.svg +5 -0
- package/dist/assets/images/ic_eye_black.svg +5 -0
- package/dist/assets/images/ic_eye_orange.svg +5 -0
- package/dist/assets/images/ic_make_transparent.svg +4 -0
- package/dist/assets/images/ic_make_transparent_active.svg +4 -0
- package/dist/assets/images/ic_reset.svg +3 -0
- package/dist/bimplus-webcomponents-main.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.5 4.25L5.16667 1.5H16.5V12.8333L13.75 16.5H1.5V4.25Z" stroke="#B6B6B6"/>
|
|
3
|
+
<rect x="7" y="7" width="4" height="4" fill="#444444"/>
|
|
4
|
+
<path d="M7 7H11L12 6H8L7 7Z" fill="#C4C4C4"/>
|
|
5
|
+
<path d="M11 7L12 6V10L11 11V7Z" fill="#7E7E7E"/>
|
|
6
|
+
<rect x="13" y="7" width="2" height="4" fill="#444444"/>
|
|
7
|
+
<path d="M13 7H15L16 6H14L13 7Z" fill="#C4C4C4"/>
|
|
8
|
+
<path d="M15 7L16 6V10L15 11V7Z" fill="#7E7E7E"/>
|
|
9
|
+
<rect x="3" y="7" width="2" height="4" fill="#444444"/>
|
|
10
|
+
<path d="M3 7H5L6 6H4L3 7Z" fill="#C4C4C4"/>
|
|
11
|
+
<path d="M5 7L6 6V10L5 11V7Z" fill="#7E7E7E"/>
|
|
12
|
+
<rect x="7" y="3" width="4" height="2" fill="#444444"/>
|
|
13
|
+
<path d="M7 3H11L12 2H8L7 3Z" fill="#C4C4C4"/>
|
|
14
|
+
<path d="M11 3L12 2V4L11 5V3Z" fill="#7E7E7E"/>
|
|
15
|
+
<rect x="7" y="13" width="4" height="2" fill="#444444"/>
|
|
16
|
+
<path d="M7 13H11L12 12H8L7 13Z" fill="#C4C4C4"/>
|
|
17
|
+
<path d="M11 13L12 12V14L11 15V13Z" fill="#7E7E7E"/>
|
|
18
|
+
<path d="M1.5 4.25L5.16667 1.5H16.5V12.8333L13.75 16.5H1.5V4.25Z" stroke="#7E7E7E"/>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.5 4.25L5.16667 1.5H16.5V12.8333L13.75 16.5H1.5V4.25Z" stroke="#FFDCCC"/>
|
|
3
|
+
<rect x="7" y="7" width="4" height="4" fill="#FE5000"/>
|
|
4
|
+
<path d="M7 7H11L12 6H8L7 7Z" fill="#FFDCCC"/>
|
|
5
|
+
<path d="M11 7L12 6V10L11 11V7Z" fill="#FFA780"/>
|
|
6
|
+
<rect x="13" y="7" width="2" height="4" fill="#FE5000"/>
|
|
7
|
+
<path d="M13 7H15L16 6H14L13 7Z" fill="#FFDCCC"/>
|
|
8
|
+
<path d="M15 7L16 6V10L15 11V7Z" fill="#FFA780"/>
|
|
9
|
+
<rect x="3" y="7" width="2" height="4" fill="#FE5000"/>
|
|
10
|
+
<path d="M3 7H5L6 6H4L3 7Z" fill="#FFDCCC"/>
|
|
11
|
+
<path d="M5 7L6 6V10L5 11V7Z" fill="#FFA780"/>
|
|
12
|
+
<rect x="7" y="3" width="4" height="2" fill="#FE5000"/>
|
|
13
|
+
<path d="M7 3H11L12 2H8L7 3Z" fill="#FFDCCC"/>
|
|
14
|
+
<path d="M11 3L12 2V4L11 5V3Z" fill="#FFA780"/>
|
|
15
|
+
<rect x="7" y="13" width="4" height="2" fill="#FE5000"/>
|
|
16
|
+
<path d="M7 13H11L12 12H8L7 13Z" fill="#FFDCCC"/>
|
|
17
|
+
<path d="M11 13L12 12V14L11 15V13Z" fill="#FFA780"/>
|
|
18
|
+
<path d="M1.5 4.25L5.16667 1.5H16.5V12.8333L13.75 16.5H1.5V4.25Z" stroke="#FFA780"/>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="5" y="7" width="6" height="6" fill="#444444"/>
|
|
3
|
+
<path d="M5 7H11L13 5H7L5 7Z" fill="#C4C4C4"/>
|
|
4
|
+
<path d="M11 7L13 5V11L11 13V7Z" fill="#7E7E7E"/>
|
|
5
|
+
<rect x="1" y="5" width="12" height="12" fill="#444444"/>
|
|
6
|
+
<path d="M1 5H13L17 1H5L1 5Z" fill="#C4C4C4"/>
|
|
7
|
+
<path d="M13 5L17 1V13L13 17V5Z" fill="#7E7E7E"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="5" y="7" width="6" height="6" fill="#FE5000"/>
|
|
3
|
+
<path d="M5 7H11L13 5H7L5 7Z" fill="#FE5000" fill-opacity="0.2"/>
|
|
4
|
+
<path d="M11 7L13 5V11L11 13V7Z" fill="#FE5000" fill-opacity="0.5"/>
|
|
5
|
+
<rect x="1" y="5" width="12" height="12" fill="#FE5000"/>
|
|
6
|
+
<path d="M1 5H13L17 1H5L1 5Z" fill="#FFDCCC"/>
|
|
7
|
+
<path d="M13 5L17 1V13L13 17V5Z" fill="#FFA780"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="7" y="8" width="3" height="3" fill="#444444"/>
|
|
3
|
+
<rect opacity="0.2" x="12" y="8" width="3" height="3" fill="#444444"/>
|
|
4
|
+
<rect opacity="0.2" x="12" y="3" width="3" height="3" fill="#444444"/>
|
|
5
|
+
<rect opacity="0.2" x="7" y="3" width="3" height="3" fill="#444444"/>
|
|
6
|
+
<rect opacity="0.2" x="2" y="3" width="3" height="3" fill="#444444"/>
|
|
7
|
+
<rect opacity="0.2" x="2" y="8" width="3" height="3" fill="#444444"/>
|
|
8
|
+
<rect opacity="0.2" x="2" y="13" width="3" height="3" fill="#444444"/>
|
|
9
|
+
<rect opacity="0.2" x="7" y="13" width="3" height="3" fill="#444444"/>
|
|
10
|
+
<rect opacity="0.2" x="12" y="13" width="3" height="3" fill="#444444"/>
|
|
11
|
+
<path d="M7 8H10L11 7H8L7 8Z" fill="#C4C4C4"/>
|
|
12
|
+
<path opacity="0.2" d="M12 8H15L16 7H13L12 8Z" fill="#C4C4C4"/>
|
|
13
|
+
<path opacity="0.2" d="M12 3H15L16 2H13L12 3Z" fill="#C4C4C4"/>
|
|
14
|
+
<path opacity="0.2" d="M7 3H10L11 2H8L7 3Z" fill="#C4C4C4"/>
|
|
15
|
+
<path opacity="0.2" d="M2 3H5L6 2H3L2 3Z" fill="#C4C4C4"/>
|
|
16
|
+
<path opacity="0.2" d="M2 8H5L6 7H3L2 8Z" fill="#C4C4C4"/>
|
|
17
|
+
<path opacity="0.2" d="M2 13H5L6 12H3L2 13Z" fill="#C4C4C4"/>
|
|
18
|
+
<path opacity="0.2" d="M7 13H10L11 12H8L7 13Z" fill="#C4C4C4"/>
|
|
19
|
+
<path opacity="0.2" d="M12 13H15L16 12H13L12 13Z" fill="#C4C4C4"/>
|
|
20
|
+
<path d="M10 8L11 7V10L10 11V8Z" fill="#7E7E7E"/>
|
|
21
|
+
<path opacity="0.2" d="M15 8L16 7V10L15 11V8Z" fill="#7E7E7E"/>
|
|
22
|
+
<path opacity="0.2" d="M15 3L16 2V5L15 6V3Z" fill="#7E7E7E"/>
|
|
23
|
+
<path opacity="0.2" d="M10 3L11 2V5L10 6V3Z" fill="#7E7E7E"/>
|
|
24
|
+
<path opacity="0.2" d="M5 3L6 2V5L5 6V3Z" fill="#7E7E7E"/>
|
|
25
|
+
<path opacity="0.2" d="M5 8L6 7V10L5 11V8Z" fill="#7E7E7E"/>
|
|
26
|
+
<path opacity="0.2" d="M5 13L6 12V15L5 16V13Z" fill="#7E7E7E"/>
|
|
27
|
+
<path opacity="0.2" d="M10 13L11 12V15L10 16V13Z" fill="#7E7E7E"/>
|
|
28
|
+
<path opacity="0.2" d="M15 13L16 12V15L15 16V13Z" fill="#7E7E7E"/>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="7" y="8" width="3" height="3" fill="#FE5000"/>
|
|
3
|
+
<rect x="12" y="8" width="3" height="3" fill="#FBBA9D"/>
|
|
4
|
+
<rect x="12" y="3" width="3" height="3" fill="#FBBA9D"/>
|
|
5
|
+
<rect x="7" y="3" width="3" height="3" fill="#FBBA9D"/>
|
|
6
|
+
<rect x="2" y="3" width="3" height="3" fill="#FBBA9D"/>
|
|
7
|
+
<rect x="2" y="8" width="3" height="3" fill="#FBBA9D"/>
|
|
8
|
+
<rect x="2" y="13" width="3" height="3" fill="#FBBA9D"/>
|
|
9
|
+
<rect x="7" y="13" width="3" height="3" fill="#FBBA9D"/>
|
|
10
|
+
<rect x="12" y="13" width="3" height="3" fill="#FBBA9D"/>
|
|
11
|
+
<path d="M7 8H10L11 7H8L7 8Z" fill="#FE5000" fill-opacity="0.2"/>
|
|
12
|
+
<path opacity="0.2" d="M12 8H15L16 7H13L12 8Z" fill="#FBBA9D"/>
|
|
13
|
+
<path opacity="0.2" d="M12 3H15L16 2H13L12 3Z" fill="#FBBA9D"/>
|
|
14
|
+
<path opacity="0.2" d="M7 3H10L11 2H8L7 3Z" fill="#FBBA9D"/>
|
|
15
|
+
<path opacity="0.2" d="M2 3H5L6 2H3L2 3Z" fill="#FBBA9D"/>
|
|
16
|
+
<path opacity="0.2" d="M2 8H5L6 7H3L2 8Z" fill="#FBBA9D"/>
|
|
17
|
+
<path opacity="0.2" d="M2 13H5L6 12H3L2 13Z" fill="#FBBA9D"/>
|
|
18
|
+
<path opacity="0.2" d="M7 13H10L11 12H8L7 13Z" fill="#FBBA9D"/>
|
|
19
|
+
<path opacity="0.2" d="M12 13H15L16 12H13L12 13Z" fill="#FBBA9D"/>
|
|
20
|
+
<path d="M10 8L11 7V10L10 11V8Z" fill="#FE5000" fill-opacity="0.5"/>
|
|
21
|
+
<path opacity="0.5" d="M15 8L16 7V10L15 11V8Z" fill="#FBBA9D"/>
|
|
22
|
+
<path opacity="0.5" d="M15 3L16 2V5L15 6V3Z" fill="#FBBA9D"/>
|
|
23
|
+
<path opacity="0.5" d="M10 3L11 2V5L10 6V3Z" fill="#FBBA9D"/>
|
|
24
|
+
<path opacity="0.5" d="M5 3L6 2V5L5 6V3Z" fill="#FBBA9D"/>
|
|
25
|
+
<path opacity="0.5" d="M5 8L6 7V10L5 11V8Z" fill="#FBBA9D"/>
|
|
26
|
+
<path opacity="0.5" d="M5 13L6 12V15L5 16V13Z" fill="#FBBA9D"/>
|
|
27
|
+
<path opacity="0.5" d="M10 13L11 12V15L10 16V13Z" fill="#FBBA9D"/>
|
|
28
|
+
<path opacity="0.5" d="M15 13L16 12V15L15 16V13Z" fill="#FBBA9D"/>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9 14.6129L4.2 12L1 13.6452L9 18L17 13.6452L13.8 12L9 14.6129Z" fill="#8D8D8D"/>
|
|
3
|
+
<path d="M9 9.6129L4.2 7L1 8.64517L9 13L17 8.64517L13.8 7L9 9.6129Z" fill="white"/>
|
|
4
|
+
<path d="M17 4L9 8L1 4L9 0L17 4Z" fill="#8D8D8D"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9 14.6129L4.2 12L1 13.6452L9 18L17 13.6452L13.8 12L9 14.6129Z" fill="#8b3b00"/>
|
|
3
|
+
<path d="M9 9.6129L4.2 7L1 8.64517L9 13L17 8.64517L13.8 7L9 9.6129Z" fill="#FE5000"/>
|
|
4
|
+
<path d="M17 4L9 8L1 4L9 0L17 4Z" fill="#8b3b00"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3478 2.19354L15.1543 1L12.3835 3.77079C11.3677 3.30213 10.2342 3 9 3C3.5 3 0 9 0 9C0 9 1.21963 11.0908 3.35034 12.804L1.23291 14.9214L2.42645 16.1149L16.3478 2.19354ZM4.65084 11.5035L6.15545 9.99885C6.04678 9.67772 5.99422 9.33982 6.0005 9.00002C5.99318 8.60403 6.06577 8.21064 6.21394 7.84335C6.36211 7.47607 6.58281 7.14242 6.86286 6.86238C7.14291 6.58233 7.47655 6.36162 7.84384 6.21345C8.21113 6.06528 8.60452 5.99269 9.0005 6.00002C9.34031 5.99373 9.6782 6.04629 9.99933 6.15496L11.5035 4.65084C11.3162 4.54394 11.1217 4.44916 10.9211 4.36726C10.3116 4.11831 9.65843 3.99345 9 4C8.34157 3.99345 7.68845 4.11831 7.07886 4.36726C6.46928 4.61622 5.91547 4.98427 5.44987 5.44987C4.98427 5.91547 4.61622 6.46928 4.36726 7.07886C4.11831 7.68845 3.99345 8.34157 4 9C3.99345 9.65843 4.11831 10.3116 4.36726 10.9211C4.44916 11.1217 4.54394 11.3162 4.65084 11.5035Z" fill="#444444"/>
|
|
3
|
+
<path d="M13.5785 6.95113L15.0224 5.5072C16.922 7.152 18 9 18 9C18 9 14.5 15 9 15C7.95646 15 6.98492 14.784 6.09562 14.434L6.95113 13.5785C6.99342 13.5971 7.036 13.6152 7.07886 13.6327C7.68845 13.8817 8.34157 14.0065 9 14C9.65843 14.0065 10.3116 13.8817 10.9211 13.6327C11.5307 13.3838 12.0845 13.0157 12.5501 12.5501C13.0157 12.0845 13.3838 11.5307 13.6327 10.9211C13.8817 10.3116 14.0065 9.65843 14 9C14.0065 8.34157 13.8817 7.68845 13.6327 7.07886C13.6152 7.036 13.5971 6.99342 13.5785 6.95113Z" fill="#444444"/>
|
|
4
|
+
<path d="M9.0005 12C8.85126 12.0028 8.70238 11.9942 8.55512 11.9745L11.975 8.55464C11.9947 8.70189 12.0033 8.85077 12.0005 9.00002C12.0078 9.396 11.9352 9.78939 11.7871 10.1567C11.6389 10.524 11.4182 10.8576 11.1381 11.1377C10.8581 11.4177 10.5245 11.6384 10.1572 11.7866C9.78988 11.9348 9.39649 12.0073 9.0005 12Z" fill="#444444"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3478 2.19354L15.1543 1L12.3835 3.77079C11.3677 3.30213 10.2342 3 9 3C3.5 3 0 9 0 9C0 9 1.21963 11.0908 3.35034 12.804L1.23291 14.9214L2.42645 16.1149L16.3478 2.19354ZM4.65084 11.5035L6.15545 9.99885C6.04678 9.67772 5.99422 9.33982 6.0005 9.00002C5.99318 8.60403 6.06577 8.21064 6.21394 7.84335C6.36211 7.47607 6.58281 7.14242 6.86286 6.86238C7.14291 6.58233 7.47655 6.36162 7.84384 6.21345C8.21113 6.06528 8.60452 5.99269 9.0005 6.00002C9.34031 5.99373 9.6782 6.04629 9.99933 6.15496L11.5035 4.65084C11.3162 4.54394 11.1217 4.44916 10.9211 4.36726C10.3116 4.11831 9.65843 3.99345 9 4C8.34157 3.99345 7.68845 4.11831 7.07886 4.36726C6.46928 4.61622 5.91547 4.98427 5.44987 5.44987C4.98427 5.91547 4.61622 6.46928 4.36726 7.07886C4.11831 7.68845 3.99345 8.34157 4 9C3.99345 9.65843 4.11831 10.3116 4.36726 10.9211C4.44916 11.1217 4.54394 11.3162 4.65084 11.5035Z" fill="#FE5000"/>
|
|
3
|
+
<path d="M13.5785 6.95113L15.0224 5.5072C16.922 7.152 18 9 18 9C18 9 14.5 15 9 15C7.95646 15 6.98492 14.784 6.09562 14.434L6.95113 13.5785C6.99342 13.5971 7.036 13.6152 7.07886 13.6327C7.68845 13.8817 8.34157 14.0065 9 14C9.65843 14.0065 10.3116 13.8817 10.9211 13.6327C11.5307 13.3838 12.0845 13.0157 12.5501 12.5501C13.0157 12.0845 13.3838 11.5307 13.6327 10.9211C13.8817 10.3116 14.0065 9.65843 14 9C14.0065 8.34157 13.8817 7.68845 13.6327 7.07886C13.6152 7.036 13.5971 6.99342 13.5785 6.95113Z" fill="#FE5000"/>
|
|
4
|
+
<path d="M9.0005 12C8.85126 12.0028 8.70238 11.9942 8.55512 11.9745L11.975 8.55464C11.9947 8.70189 12.0033 8.85077 12.0005 9.00002C12.0078 9.396 11.9352 9.78939 11.7871 10.1567C11.6389 10.524 11.4182 10.8576 11.1381 11.1377C10.8581 11.4177 10.5245 11.6384 10.1572 11.7866C9.78988 11.9348 9.39649 12.0073 9.0005 12Z" fill="#FE5000"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6569 13.6569C12.3481 14.9656 10.6261 15.7801 8.78414 15.9615C6.94221 16.1429 5.09436 15.68 3.55544 14.6518C2.01652 13.6235 0.881751 12.0934 0.344479 10.3223C-0.192792 8.55115 -0.0993205 6.6485 0.608966 4.93855C1.31725 3.22859 2.59653 1.81712 4.22883 0.944643C5.86112 0.072162 7.74544 -0.207351 9.56072 0.15373C11.376 0.514811 13.0099 1.49414 14.1841 2.92486C15.1452 4.09599 15.7496 5.51024 15.9373 7.00001H18L15 10L12 7.00001H14.4177C14.2361 5.87018 13.7583 4.80177 13.0246 3.90775C12.0706 2.74529 10.743 1.94959 9.26809 1.65621C7.79317 1.36283 6.26216 1.58993 4.93592 2.29882C3.60968 3.00772 2.57027 4.15453 1.99478 5.54387C1.4193 6.93321 1.34336 8.47911 1.77989 9.91816C2.21642 11.3572 3.13842 12.6004 4.3888 13.4359C5.63917 14.2713 7.14055 14.6474 8.63711 14.5C10.1337 14.3526 11.5328 13.6909 12.5962 12.6275L13.6569 13.6569Z" fill="#444444"/>
|
|
3
|
+
</svg>
|
|
@@ -9,8 +9,8 @@ ${n.map((r,i)=>`${i+1}) ${r.toString()}`).join(`
|
|
|
9
9
|
`],encapsulation:3});let t=e;return t})();var tf=(t,e)=>e.id;function l_(t,e){if(t&1){let n=W();m(0,"div",4),ie(1,"translate"),w("dblclick",function(i){O(n);let o=v(3);return T(o._menuItemIgnoreAction(i))})("click",function(i){O(n);let o=v().$implicit,s=v(2);return T(s._menuItemClicked(o,"normal",i))}),I(2,"div",5),m(3,"div",6),w("click",function(i){O(n);let o=v().$implicit,s=v(2);return T(s._menuItemClicked(o,"info",i))}),b()()}if(t&2){let n=v().$implicit,r=v(2);h("ngClass",r._getPrjItemClassAttributes(n,r.isTouch))("title",oe(1,3,r._isDisabled(n)&&n.textIdDisabled?n.textIdDisabled:n.textId)),f(2),h("ngClass",r._getPrjIconClassAttributes(n))}}function u_(t,e){if(t&1&&D(0,l_,4,5,"div",3),t&2){let n=e.$implicit,r=v(2);K(0,r._isHidden(n)?-1:0)}}function d_(t,e){if(t&1&&ba(0,u_,1,1,null,null,tf),t&2){let n=v();va(n._menuPrjList)}}function f_(t,e){if(t&1){let n=W();m(0,"div",4),ie(1,"translate"),w("dblclick",function(i){O(n);let o=v(3);return T(o._menuItemIgnoreAction(i))})("click",function(i){O(n);let o=v().$implicit,s=v(2);return T(s._menuItemClicked(o,"normal",i))}),I(2,"div",5),m(3,"div",6),w("click",function(i){O(n);let o=v().$implicit,s=v(2);return T(s._menuItemClicked(o,"info",i))}),b()()}if(t&2){let n=v().$implicit,r=v(2);h("ngClass",r._getPrjItemClassAttributes(n,r.isTouch))("title",oe(1,3,r._isDisabled(n)&&n.textIdDisabled?n.textIdDisabled:n.textId)),f(2),h("ngClass",r._getPrjIconClassAttributes(n))}}function m_(t,e){if(t&1&&D(0,f_,4,5,"div",3),t&2){let n=e.$implicit,r=v(2);K(0,!r._isHidden(n)&&(r.isCollapsed||n.action!=="processes")?0:-1)}}function p_(t,e){if(t&1&&ba(0,m_,1,1,null,null,tf),t&2){let n=v();va(n._menuPrjList)}}function h_(t,e){t&1&&_t(0)}function g_(t,e){if(t&1&&D(0,h_,1,0,"ng-container",13),t&2){v(2);let n=Et(1);h("ngTemplateOutlet",n)}}function b_(t,e){if(t&1&&(m(0,"div",7)(1,"div",8),I(2,"div",9),b(),m(3,"div",10),k(4),b()(),m(5,"div",11)(6,"div",12),D(7,g_,1,1,"ng-container"),b()()),t&2){let n=v();f(),h("ngStyle",n.prjImageOverlayStyle),f(),h("ngStyle",n.prjImageStyle),f(2),ce(" ",n.projectName," "),f(),h("ngClass",n.showHorizontalMenuIcons?"":"hidden"),f(2),K(7,n.showHorizontalMenuIcons?7:-1)}}function v_(t,e){t&1&&_t(0)}function __(t,e){if(t&1&&D(0,v_,1,0,"ng-container",13),t&2){v(2);let n=Et(3);h("ngTemplateOutlet",n)}}function y_(t,e){t&1&&_t(0)}function C_(t,e){if(t&1&&D(0,y_,1,0,"ng-container",13),t&2){v(2);let n=Et(1);h("ngTemplateOutlet",n)}}function w_(t,e){if(t&1){let n=W();m(0,"a",14),ie(1,"translate"),w("dblclick",function(){O(n);let i=v();return T(i._projectMenuItemClicked("prjimagedblclick","normal"))})("click",function(){O(n);let i=v();return T(i._projectMenuItemClicked("prjimageclick","normal"))}),m(2,"div",15),I(3,"div",16),m(4,"div",17),D(5,__,1,1,"ng-container"),b(),m(6,"div",18),k(7),b()()(),m(8,"div",11)(9,"div",12),D(10,C_,1,1,"ng-container"),b()()}if(t&2){let n=v();X("href",n.projectExplorerUrl,cr),h("ngStyle",n.prjImageOverlayStyle)("title",oe(1,10,"_ModelThumbnailTooltip")),f(2),h("ngStyle",n.prjImageStyle),f(),h("ngClass",n.hideMenuIcons||n.showHorizontalMenuIcons?"hidden":""),f(),h("ngClass",n.hideMenuIcons||n.showHorizontalMenuIcons?"hidden":""),f(),K(5,!n.hideMenuIcons&&!n.showHorizontalMenuIcons?5:-1),f(2),ce(" ",n.projectName," "),f(),h("ngClass",n.showHorizontalMenuIcons?"":"hidden"),f(2),K(10,n.showHorizontalMenuIcons?10:-1)}}var Ji=(()=>{let e=class e extends _e{constructor(r){super(r),this.projectName="",this.projectImageUrl="",this.projectExplorerUrl="",this.projectActiveItem="",this.projectmembersDisabled=!1,this.modelsDisabled=!1,this.documentsDisabled=!1,this.projectsettingsDisabled=!1,this.processesDisabled=!1,this.projectmembersVisible=!0,this.modelsVisible=!0,this.documentsVisible=!0,this.projectsettingsVisible=!0,this.processesVisible=!0,this.isCollapsed=!1,this.isMiniMode=!1,this.isTouch=!1,this.hideMenuIcons=!1,this.showHorizontalMenuIcons=!1,this.prjListThumbnail=[],this.prjList=[],this._menuPrjList=[{action:"projectmembers",id:"portalBimUsers",type:"",class:"bim-pm-icon-users",textId:"_Project_members_tooltip",textIdDisabled:"_Insufficient rights title",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"models",id:"portalBimModels",type:"",class:"bim-pm-icon-models",textId:"_Models_tooltip",textIdDisabled:"",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"documents",id:"portalBimDocuments",type:"",class:"bim-pm-icon-documents",textId:"_Documents_tooltip",textIdDisabled:"",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"projectsettings",id:"portalBimProjectSettings",type:"",class:"bim-pm-icon-project-settings",textId:"_Project_settings_tooltip",textIdDisabled:"",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"processes",id:"portalBimProcesses",type:"",class:"bim-pm-icon-processes",textId:"_Approvals",textIdDisabled:"",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""}]}get prjImgUrl(){return this.projectImageUrl?this.projectImageUrl:"./assets/images/bimplus_Components_Project_Pic_Default.png"}get backgroundValue(){return`linear-gradient(rgba(245, 245, 245, 0.8),rgba(245, 245, 245, 0.5) 25%, 75%, rgba(245, 245, 245, 0.8)), url(${this.projectImageUrl?this.projectImageUrl:"./assets/images/bimplus_Components_Project_Pic_Default.png"})`}get prjImageOverlayStyle(){return{background:`${this.backgroundValue}`}}get prjImageStyle(){return{background:`url(${this.prjImgUrl})`}}_isHidden(r){if(r){let i=`${r.action?r.action:r.id}Visible`;return!this[i]}return!1}_isDisabled(r){if(r){let i=`${r.action?r.action:r.id}Disabled`;return!!this[i]}return!1}_projectMenuItemClicked(r,i){console.log(r,i)}_menuItemClicked(r,i,o){if(o&&(o.stopPropagation(),o.preventDefault()),console.log(r,i,o),i!="info"&&this._isDisabled(r))return;let s=r.action;B(this,"bimplusProjectMenuClicked",{action:s,type:i})}_menuItemIgnoreAction(r){r&&(r.stopPropagation(),r.preventDefault())}_getPrjItemClassAttributes(r,i){return`${this._isDisabled(r)?"disabled":""} ${i?"":"hover-show-info"}`}_getPrjIconClassAttributes(r){return`${r.class} ${r.action===this.projectActiveItem?"active ":""} ${this._isDisabled(r)?"disabled":""}`}};e.\u0275fac=function(i){return new(i||e)(F(A))},e.\u0275cmp=q({type:e,selectors:[["lib-bimplus-project-menu"]],inputs:{projectName:"projectName",projectImageUrl:"projectImageUrl",projectExplorerUrl:"projectExplorerUrl",projectActiveItem:"projectActiveItem",projectmembersDisabled:[_.HasDecoratorInputTransform,"projectmembersDisabled","projectmembersDisabled",y],modelsDisabled:[_.HasDecoratorInputTransform,"modelsDisabled","modelsDisabled",y],documentsDisabled:[_.HasDecoratorInputTransform,"documentsDisabled","documentsDisabled",y],projectsettingsDisabled:[_.HasDecoratorInputTransform,"projectsettingsDisabled","projectsettingsDisabled",y],processesDisabled:[_.HasDecoratorInputTransform,"processesDisabled","processesDisabled",y],projectmembersVisible:[_.HasDecoratorInputTransform,"projectmembersVisible","projectmembersVisible",y],modelsVisible:[_.HasDecoratorInputTransform,"modelsVisible","modelsVisible",y],documentsVisible:[_.HasDecoratorInputTransform,"documentsVisible","documentsVisible",y],projectsettingsVisible:[_.HasDecoratorInputTransform,"projectsettingsVisible","projectsettingsVisible",y],processesVisible:[_.HasDecoratorInputTransform,"processesVisible","processesVisible",y],isCollapsed:[_.HasDecoratorInputTransform,"isCollapsed","isCollapsed",y],isMiniMode:[_.HasDecoratorInputTransform,"isMiniMode","isMiniMode",y],isTouch:[_.HasDecoratorInputTransform,"isTouch","isTouch",y],hideMenuIcons:[_.HasDecoratorInputTransform,"hideMenuIcons","hideMenuIcons",y],showHorizontalMenuIcons:[_.HasDecoratorInputTransform,"showHorizontalMenuIcons","showHorizontalMenuIcons",y]},standalone:!0,features:[ve([A]),he,pe,Z],decls:7,vars:4,consts:[["prjList",""],["prjListThumbnail",""],[1,"bim-pm-prj-container",3,"ngClass"],[1,"bim-pm-prj-item",3,"ngClass","title"],[1,"bim-pm-prj-item",3,"dblclick","click","ngClass","title"],[1,"bim-pm-prj-icon",3,"ngClass"],[1,"bim-pm-app-item-info","bim-pm-icon","bim-pm-icon-info",3,"click"],[1,"bim-pm-prj-details-mini"],[1,"bim-pm-prj-image-bkg-mini",3,"ngStyle"],[1,"bim-pm-prj-image-thumbnail",3,"ngStyle"],[1,"bim-pm-prj-name-mini"],[1,"bim-pm-prj-items-horizontal",3,"ngClass"],[1,"bim-pm-prj-items-list"],[4,"ngTemplateOutlet"],[1,"bim-pm-prj-details",3,"dblclick","click","href","ngStyle","title"],[1,"bim-pm-prj-image",3,"ngStyle"],[1,"bim-pm-prj-items-overlay",3,"ngClass"],[1,"bim-pm-prj-items-list",3,"ngClass"],[1,"bim-pm-prj-name"]],template:function(i,o){i&1&&(D(0,d_,2,0,"ng-template",null,0,dr)(2,p_,2,0,"ng-template",null,1,dr),m(4,"div",2),D(5,b_,8,5)(6,w_,11,12),b()),i&2&&(f(4),h("ngClass",o.isCollapsed?"collapsed":"")("ngClass",o.isMiniMode?"mini-mode":"")("ngClass",o.isTouch?"is-touch":""),f(),K(5,o.isMiniMode&&!o.isCollapsed?5:6))},dependencies:[G,J,Zi,jd,fe,xe],styles:[`.bim-pm-prj-container{display:flex;flex-direction:column;justify-content:flex-start;background-color:#f5f5f5}.bim-pm-prj-container:not(.collapsed).mini-mode{border-bottom:thin solid #E1E1E1}.bim-pm-prj-container:not(.collapsed).mini-mode .bim-pm-prj-items-horizontal{padding-left:.5em;padding-bottom:.5em}.bim-pm-prj-container:not(.collapsed).mini-mode .bim-pm-prj-items-list{height:2.3em}.bim-pm-icon{flex-shrink:0;display:inline-block;vertical-align:middle;width:1.13em;height:1.13em;background-size:1.13em 1.13em}div:not(.collapsed) .bim-pm-prj-details{height:10em}div:not(.collapsed) .bim-pm-prj-details .bim-pm-prj-image{height:10em}.bim-pm-prj-details{color:inherit;background-size:100% auto!important;background-color:#f5f5f5;background-repeat:no-repeat!important;overflow:hidden}.bim-pm-prj-details .bim-pm-prj-image{background-size:auto 10em!important;background-position:center center!important;background-repeat:no-repeat!important;background-origin:padding-box!important;display:flex;flex-direction:column;position:relative;cursor:pointer}.bim-pm-prj-details .bim-pm-prj-items-list{width:4.6875em;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1 0 auto;position:absolute}.bim-pm-prj-details .bim-pm-prj-items-list .bim-pm-prj-item{padding-top:.88em;width:100%;display:flex;justify-content:space-around;cursor:pointer}.bim-pm-prj-details .bim-pm-prj-items-list .bim-pm-prj-item.disabled{cursor:default}.bim-pm-prj-details .bim-pm-prj-items-list .bim-pm-prj-item:first-child{padding-top:.43em}.bim-pm-prj-details .bim-pm-prj-items-list .bim-pm-prj-icon{flex-shrink:0;display:inline-block;vertical-align:middle;width:1.13em;height:1.13em;background-size:1.13em 1.13em;margin-left:.875em;margin-right:auto}.bim-pm-prj-details .bim-pm-prj-items-list .bim-pm-app-item-info{display:none}.bim-pm-prj-details .bim-pm-prj-items-list .hover-show-info:hover .bim-pm-app-item-info{display:block}.bim-pm-prj-details .bim-pm-prj-name{background-color:#ffe6da;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:1em;font-weight:400;padding-left:.875em;padding-top:.375em;padding-right:1rem;height:1.625em;box-sizing:content-box;position:absolute;bottom:0;left:0;right:0}.bim-pm-prj-details .bim-pm-prj-items-overlay{position:absolute;background-color:#fffc;width:2.8125em;height:calc(100% - 2em)}.bim-pm-prj-details .bim-pm-prj-items-overlay.hidden{display:none}.bim-pm-prj-items-horizontal{border-bottom:1px solid #E6E6E6}.bim-pm-prj-items-horizontal.hidden{display:none}.bim-pm-prj-items-horizontal .bim-pm-prj-items-list{width:auto;height:3.44em;position:relative;display:inline-flex;flex-direction:row;justify-content:center;align-items:center}.bim-pm-prj-items-horizontal .bim-pm-prj-items-list .bim-pm-prj-icon{flex-shrink:0;display:inline-block;vertical-align:middle;width:1.13em;height:1.13em;background-size:1.13em 1.13em;margin:auto}.bim-pm-prj-items-horizontal .bim-pm-prj-items-list .bim-pm-prj-item{margin-left:.875em;margin-right:auto;cursor:pointer}.bim-pm-prj-items-horizontal .bim-pm-prj-items-list .bim-pm-prj-item~.bim-pm-prj-item{margin-left:1.13em}.bim-pm-prj-items-horizontal .bim-pm-prj-items-list .bim-pm-prj-item.disabled{cursor:default}.bim-pm-prj-items-horizontal .bim-pm-prj-items-list .bim-pm-app-item-info{display:none}.bim-pm-prj-container.collapsed .bim-pm-prj-details,.bim-pm-prj-container.collapsed .bim-pm-prj-image{background:none transparent!important;min-height:7.589em}.bim-pm-prj-container.collapsed .bim-pm-prj-items-list{position:static}.bim-pm-prj-container.collapsed .bim-pm-prj-items-overlay,.bim-pm-prj-container.collapsed .bim-pm-prj-name,.bim-pm-prj-container.collapsed .bim-pm-app-item-details span{display:none}.bim-pm-prj-details-mini{display:grid;grid-template-columns:2.25em auto;grid-template-rows:min-content;row-gap:.4em;grid-gap:.8em;margin:.5em .9em}.bim-pm-prj-details-mini .bim-pm-prj-image-bkg-mini{grid-column:1;grid-row:1;width:2.25em;height:2.25em;background-size:auto 2.25em!important;background-position:center center!important;background-repeat:no-repeat!important;background-origin:padding-box!important;border-radius:.3em}.bim-pm-prj-details-mini .bim-pm-prj-image-bkg-mini .bim-pm-prj-image-thumbnail{width:2.25em;height:2.25em;background-size:auto 2.25em!important;border-radius:.3em}.bim-pm-prj-details-mini .bim-pm-prj-name-mini{font-weight:700;grid-column:2;grid-row:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;align-self:center}.bim-pm-prj-items-list.hidden{display:none}.bim-pm-icon-users{background:url("./media/bimplus_Components_Users.svg") no-repeat center}.bim-pm-icon-users.active{background:url("./media/bimplus_Components_Users_Active.svg") no-repeat center}.bim-pm-icon-users.disabled{background:url("./media/bimplus_Components_Users_Disabled.svg") no-repeat center}.bim-pm-icon-models{background:url("./media/bimplus_Components_Models.svg") no-repeat center}.bim-pm-icon-models.active{background:url("./media/bimplus_Components_Models_Active.svg") no-repeat center}.bim-pm-icon-models.disabled{background:url("./media/bimplus_Components_Models_Disabled.svg") no-repeat center}.bim-pm-icon-documents{background:url("./media/bimplus_Components_Documents.svg") no-repeat center}.bim-pm-icon-documents.active{background:url("./media/bimplus_Components_Documents_Active.svg") no-repeat center}.bim-pm-icon-documents.disabled{background:url("./media/bimplus_Components_Documents_Disabled.svg") no-repeat center}.bim-pm-icon-processes{background:url("./media/bimplus_Components_ISO.svg") no-repeat center}.bim-pm-icon-processes.active{background:url("./media/bimplus_Components_ISO_Active.svg") no-repeat center}.bim-pm-icon-processes.disabled{background:url("./media/bimplus_Components_ISO_Disabled.svg") no-repeat center}.bim-pm-icon-project-settings{background:url("./media/bimplus_Components_Settings.svg") no-repeat center}.bim-pm-icon-project-settings.active{background:url("./media/bimplus_Components_Setting_Active.svg") no-repeat center}.bim-pm-icon-project-settings.disabled{background:url("./media/bimplus_Components_Settings_Disabled.svg") no-repeat center}.bim-pm-icon-shop{background:url("./media/bimplus_Components_Shop.svg") no-repeat center}.bim-pm-icon-info{background:url("./media/bimplus_Components_Info.svg") no-repeat center}.bim-pm-icon-info:hover{background:url("./media/bimplus_Components_Info_Active.svg") no-repeat center}
|
|
10
10
|
`],encapsulation:3});let t=e;return t})();var Wa=t=>({$implicit:t});function D_(t,e){if(t&1&&I(0,"div",9),t&2){let n=v().$implicit;bd(n.item.class),h("id",n.item.id)}}function M_(t,e){if(t&1){let n=W();m(0,"div",10),ie(1,"translate"),m(2,"div",11),w("click",function(i){O(n);let o=v().$implicit,s=v();return T(s._mainMenuItemClicked(o.item,"normal",i))}),I(3,"div",12),m(4,"span"),k(5),ie(6,"translate"),b()(),m(7,"div",13),w("click",function(i){O(n);let o=v().$implicit,s=v();return T(s._mainMenuItemClicked(o.item,"info",i))}),b()()}if(t&2){let n=v().$implicit,r=v();h("id",n.item.id)("ngClass",r.isTouch?"":"hover-show-info"+(n.active?"active ":" ")+(n.disabled?"disabled ":" ")+(n.clickable?" ":"not-clickable ")+(n.selected?"selected ":" "))("title",n.disabled?oe(1,6,n.item.disabledTitle):""),f(2),h("ngClass",n.clickable?"":"not-clickable"),f(),h("ngClass",n.item.class+(n.active?" active":"")+(n.disabled?" disabled ":"")),f(2),ae(oe(6,8,n.isDisabled&&n.item.textIdDisabled!==""?n.item.textIdDisabled:n.item.textId))}}function I_(t,e){if(t&1&&D(0,D_,1,3,"div",8)(1,M_,8,10),t&2){let n=e.$implicit;K(0,n.item.type==="divider"?0:1)}}function x_(t,e){t&1&&_t(0)}function E_(t,e){if(t&1&&D(0,x_,1,0,"ng-container",14),t&2){let n=v(),r=Et(1);h("ngTemplateOutlet",r)("ngTemplateOutletContext",Re(2,Wa,n._getContextData(n._openPrjBtn,n.projectActiveItem==="projectlist",n._isDisabled(n._openPrjBtn),!0,n.projectActiveItem==="projectlist")))}}function S_(t,e){if(t&1&&I(0,"lib-bimplus-project-menu",3),t&2){let n=v();X("projectName",n.projectName),X("projectImageUrl",n.projectImageUrl),X("projectExplorerUrl",n.projectExplorerUrl),X("projectActiveItem",n.projectActiveItem),X("projectmembersDisabled",n.projectmembersDisabled),X("modelsDisabled",n.modelsDisabled),X("documentsDisabled",n.documentsDisabled),X("projectsettingsDisabled",n.projectsettingsDisabled),X("processesDisabled",n.processesDisabled),X("projectmembersVisible",n.projectmembersVisible),X("modelsVisible",n.modelsVisible),X("documentsVisible",n.documentsVisible),X("projectsettingsVisible",n.projectsettingsVisible),X("processesVisible",n.processesVisible),X("isCollapsed",n.isCollapsed),X("isMiniMode",n.isTouch),X("isTouch",n.isTouch),X("hideMenuIcons",n.hideProjectMenuIcons),X("showHorizontalMenuIcons",n.showHorizontalMenuIcons)}}function O_(t,e){t&1&&_t(0)}function T_(t,e){if(t&1&&(m(0,"div"),D(1,O_,1,0,"ng-container",14),b()),t&2){let n=e.$implicit,r=v(),i=Et(1);f(),h("ngTemplateOutlet",i)("ngTemplateOutletContext",Re(2,Wa,r._getContextData(n,!r._isSubscribed(n),r._isDisabled(n),r._isClickable(n),r.menuActiveItem===n.action)))}}function k_(t,e){t&1&&_t(0)}function P_(t,e){if(t&1&&(m(0,"div"),D(1,k_,1,0,"ng-container",14),b()),t&2){let n=e.$implicit,r=v(),i=Et(1);f(),h("ngTemplateOutlet",i)("ngTemplateOutletContext",Re(2,Wa,r._getContextData(n,r.footerActiveItem===n.action,r._isDisabled(n),!0,!1)))}}var nf=(()=>{let e=class e extends _e{constructor(r){super(r),this.isEmbedded=!1,this.isTouch=!1,this.isIpadApp=!1,this.isDev=!1,this.isStage=!1,this.hideProjectMenuIcons=!1,this.showHorizontalMenuIcons=!1,this.projectName="",this.projectImageUrl="",this.projectExplorerUrl="",this.projectActiveItem="",this.projectmembersDisabled=!1,this.modelsDisabled=!1,this.documentsDisabled=!1,this.projectsettingsDisabled=!1,this.processesDisabled=!1,this.footerActiveItem="",this.menuActiveItem="",this.isCollapsed=!1,this.showOverlay=!1,this.teammembersSubscribed=!1,this.propertymanagerSubscribed=!1,this.sciaSubscribed=!1,this.openProjectDisabled=!1,this.bimexplorerDisabled=!1,this.sciaDisabled=!1,this.teammembersDisabled=!1,this.propertymanagerDisabled=!1,this.shopDisabled=!1,this.openProjectVisible=!0,this.bimplusProjectMenuVisible=!0,this.projectmembersVisible=!0,this.modelsVisible=!0,this.documentsVisible=!0,this.projectsettingsVisible=!0,this.processesVisible=!0,this.bimexplorerVisible=!0,this.sciaVisible=!0,this.teammembersVisible=!0,this.propertymanagerVisible=!0,this.shopVisible=!0,this.dividerprojectmanagementVisible=!0,this.dividerappsVisible=!0,this.bimplusMainMenuClicked=new E,this.bimplusMainMenuOverlayClicked=new E,this._openPrjBtn={action:"openProject",id:"portalSelectProjectBtn",type:"",class:"bim-mm-icon-folder",textId:"_Portal_Menu_Open_Project",textIdDisabled:"_Portal_Menu_Open_Project",disabledTitle:"",checkSubscription:!0,devOrStageOnly:!1,clickPolicy:""},this.contextData={item:"haha",active:!0,disabled:!0,clickable:!0,selected:!0},this.appsList=[{action:"projectmembers",id:"portalBimUsers",type:"",class:"bim-mm-icon-users",textId:"_projectStatisticsMembers",textIdDisabled:"_projectStatisticsMembers",disabledTitle:"_Insufficient rights title",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"models",id:"portalBimModels",type:"",class:"bim-mm-icon-models",textId:"_Divisions",textIdDisabled:"_Divisions",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"documents",id:"portalBimDocuments",type:"",class:"bim-mm-icon-documents",textId:"_Files",textIdDisabled:"_Files",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"projectsettings",id:"portalBimProjectSettings",type:"",class:"bim-mm-icon-project-settings",textId:"_Settings",textIdDisabled:"_Settings",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"processes",id:"portalBimProcesses",type:"",class:"bim-mm-icon-processes",textId:"_Approvals",textIdDisabled:"_Approvals",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"",id:"dividerprojectmanagement",type:"divider",class:"bim-mm-app-item-divider",textId:"",textIdDisabled:"",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"bimexplorer",id:"portalBimViewerBtn",type:"",class:"bim-mm-icon-bim-explorer",textId:"_Portal_Menu_BIM_Explorer",textIdDisabled:"_Portal_Menu_BIM_Explorer",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:"noProjectNoSubscription"},{action:"scia",id:"portalBimSCIA",type:"",class:"bim-mm-icon-scia",textId:"_Scia",textIdDisabled:"_Scia",disabledTitle:"",checkSubscription:!0,devOrStageOnly:!1,clickPolicy:"noProjectNoSubscription"},{action:"",id:"dividerapps",type:"divider",class:"bim-mm-app-item-divider",textId:"",textIdDisabled:"",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""},{action:"teammembers",id:"portalTeamManagementBtn",type:"",class:"bim-mm-icon-team-members",textId:"_Portal_Menu_Team_Members",textIdDisabled:"_Portal_Menu_Team_Members",disabledTitle:"",checkSubscription:!0,devOrStageOnly:!1,clickPolicy:""},{action:"propertymanager",id:"portalPropertyManagerBtn",type:"",class:"bim-mm-icon-property-manager",textId:"_Portal_Menu_Properties",textIdDisabled:"_Portal_Menu_Properties",disabledTitle:"",checkSubscription:!0,devOrStageOnly:!1,clickPolicy:""}],this._menuFooterList=[{action:"shop",id:"portalShopBtn",type:"",class:"bim-mm-icon-shop",textId:"_Shop",textIdDisabled:"_Shop",disabledTitle:"",checkSubscription:!1,devOrStageOnly:!1,clickPolicy:""}]}ngOnChanges(r){r.localizedStrings&&(this.localizedStrings=r.localizedStrings.currentValue)}get footerList(){return this._menuFooterList.filter(r=>!(!this._isSubscribed(r)||this._isHidden(r)))}_isSubscribed(r){if(r.checkSubscription){let i=`${r.action}Subscribed`;return!!this[i]}return!0}_isClickable(r){return r.clickPolicy==="noProjectNoSubscription"?this.projectName!=="":!0}_isHidden(r){if(r){let i=`${r.action?r.action:r.id}Visible`;return!this[i]}return!1}_isDisabled(r){let i=`${r.action}Disabled`;return!!this[i]}_getContextData(r,i,o,s,a){return{item:r,active:i,disabled:o,clickable:s,selected:a}}_overlayClicked(){B(this,"bimplusMainMenuOverlayClicked")}_mainMenuItemClicked(r,i,o){if(o&&(o.stopPropagation(),o.preventDefault()),i!="info"&&this._isDisabled(r))return;let s=r.action;B(this,"bimplusMainMenuClicked",{action:s,type:i})}};e.\u0275fac=function(i){return new(i||e)(F(A))},e.\u0275cmp=q({type:e,selectors:[["lib-bimplus-main-menu"]],inputs:{isEmbedded:[_.HasDecoratorInputTransform,"isEmbedded","isEmbedded",y],isTouch:[_.HasDecoratorInputTransform,"isTouch","isTouch",y],isIpadApp:[_.HasDecoratorInputTransform,"isIpadApp","isIpadApp",y],isDev:[_.HasDecoratorInputTransform,"isDev","isDev",y],isStage:[_.HasDecoratorInputTransform,"isStage","isStage",y],hideProjectMenuIcons:[_.HasDecoratorInputTransform,"hideProjectMenuIcons","hideProjectMenuIcons",y],showHorizontalMenuIcons:[_.HasDecoratorInputTransform,"showHorizontalMenuIcons","showHorizontalMenuIcons",y],projectName:"projectName",projectImageUrl:"projectImageUrl",projectExplorerUrl:"projectExplorerUrl",projectActiveItem:"projectActiveItem",projectmembersDisabled:[_.HasDecoratorInputTransform,"projectmembersDisabled","projectmembersDisabled",y],modelsDisabled:[_.HasDecoratorInputTransform,"modelsDisabled","modelsDisabled",y],documentsDisabled:[_.HasDecoratorInputTransform,"documentsDisabled","documentsDisabled",y],projectsettingsDisabled:[_.HasDecoratorInputTransform,"projectsettingsDisabled","projectsettingsDisabled",y],processesDisabled:[_.HasDecoratorInputTransform,"processesDisabled","processesDisabled",y],footerActiveItem:"footerActiveItem",menuActiveItem:"menuActiveItem",isCollapsed:[_.HasDecoratorInputTransform,"isCollapsed","isCollapsed",y],showOverlay:[_.HasDecoratorInputTransform,"showOverlay","showOverlay",y],teammembersSubscribed:[_.HasDecoratorInputTransform,"teammembersSubscribed","teammembersSubscribed",y],propertymanagerSubscribed:[_.HasDecoratorInputTransform,"propertymanagerSubscribed","propertymanagerSubscribed",y],sciaSubscribed:[_.HasDecoratorInputTransform,"sciaSubscribed","sciaSubscribed",y],openProjectDisabled:[_.HasDecoratorInputTransform,"openProjectDisabled","openProjectDisabled",y],bimexplorerDisabled:[_.HasDecoratorInputTransform,"bimexplorerDisabled","bimexplorerDisabled",y],sciaDisabled:[_.HasDecoratorInputTransform,"sciaDisabled","sciaDisabled",y],teammembersDisabled:[_.HasDecoratorInputTransform,"teammembersDisabled","teammembersDisabled",y],propertymanagerDisabled:[_.HasDecoratorInputTransform,"propertymanagerDisabled","propertymanagerDisabled",y],shopDisabled:[_.HasDecoratorInputTransform,"shopDisabled","shopDisabled",y],openProjectVisible:[_.HasDecoratorInputTransform,"openProjectVisible","openProjectVisible",y],bimplusProjectMenuVisible:[_.HasDecoratorInputTransform,"bimplusProjectMenuVisible","bimplusProjectMenuVisible",y],projectmembersVisible:[_.HasDecoratorInputTransform,"projectmembersVisible","projectmembersVisible",y],modelsVisible:[_.HasDecoratorInputTransform,"modelsVisible","modelsVisible",y],documentsVisible:[_.HasDecoratorInputTransform,"documentsVisible","documentsVisible",y],projectsettingsVisible:[_.HasDecoratorInputTransform,"projectsettingsVisible","projectsettingsVisible",y],processesVisible:[_.HasDecoratorInputTransform,"processesVisible","processesVisible",y],bimexplorerVisible:[_.HasDecoratorInputTransform,"bimexplorerVisible","bimexplorerVisible",y],sciaVisible:[_.HasDecoratorInputTransform,"sciaVisible","sciaVisible",y],teammembersVisible:[_.HasDecoratorInputTransform,"teammembersVisible","teammembersVisible",y],propertymanagerVisible:[_.HasDecoratorInputTransform,"propertymanagerVisible","propertymanagerVisible",y],shopVisible:[_.HasDecoratorInputTransform,"shopVisible","shopVisible",y],dividerprojectmanagementVisible:[_.HasDecoratorInputTransform,"dividerprojectmanagementVisible","dividerprojectmanagementVisible",y],dividerappsVisible:[_.HasDecoratorInputTransform,"dividerappsVisible","dividerappsVisible",y]},outputs:{bimplusMainMenuClicked:"bimplusMainMenuClicked",bimplusMainMenuOverlayClicked:"bimplusMainMenuOverlayClicked"},standalone:!0,features:[ve([A]),he,pe,it,Z],decls:11,vars:6,consts:[["appItemContent",""],[1,"bim-mm-wrapper",3,"click","ngClass"],[1,"bim-mm-container"],[3,"projectName","projectImageUrl","projectExplorerUrl","projectActiveItem","projectmembersDisabled","modelsDisabled","documentsDisabled","projectsettingsDisabled","processesDisabled","projectmembersVisible","modelsVisible","documentsVisible","projectsettingsVisible","processesVisible","isCollapsed","isMiniMode","isTouch","hideMenuIcons","showHorizontalMenuIcons"],[3,"ngClass"],[1,"bim-mm-apps-list"],[4,"ngFor","ngForOf"],[1,"bim-mm-footer-container"],[1,"bim-mm-app-item",3,"class","id"],[1,"bim-mm-app-item",3,"id"],[1,"bim-mm-app-item",3,"id","ngClass","title"],[1,"bim-mm-app-item-details",3,"click","ngClass"],[1,"bim-mm-icon",3,"ngClass"],[1,"bim-mm-app-item-info","bim-mm-icon","bim-mm-icon-info",3,"click"],[4,"ngTemplateOutlet","ngTemplateOutletContext"]],template:function(i,o){if(i&1){let s=W();D(0,I_,2,1,"ng-template",null,0,dr),m(2,"div",1),w("click",function(){return O(s),T(o._overlayClicked())}),m(3,"div",2),D(4,E_,1,4,"ng-container")(5,S_,1,19,"lib-bimplus-project-menu",3),m(6,"div",4)(7,"div",5),D(8,T_,2,4,"div",6),b(),m(9,"div",7),D(10,P_,2,4,"div",6),b()()()()}i&2&&(f(2),h("ngClass",o.showOverlay?"bim-mm-overlay":""),f(2),K(4,o._isHidden(o._openPrjBtn)?-1:4),f(),K(5,o.bimplusProjectMenuVisible?5:-1),f(),h("ngClass",o.appsList.length||o.footerList.length?"bim-mm-apps-container":""),f(2),h("ngForOf",o.appsList),f(2),h("ngForOf",o.footerList))},dependencies:[G,J,Ie,Zi,fe,xe,Ji],styles:[`.bim-mm-container,.bim-mm-apps-container,.bim-mm-footer-container{display:flex;flex-direction:column;justify-content:flex-start}.bim-mm-wrapper{height:100%;font-size:1.6rem}.bim-mm-overlay{position:relative;height:100%;width:100vw;z-index:1;background-color:#0000004d}.bim-mm-icon{flex-shrink:0;display:inline-block;vertical-align:middle;width:1.13em;height:1.13em;background-size:1.13em 1.13em!important}.bim-mm-app-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer;line-height:2em;min-height:2.5em;position:relative}.bim-mm-app-item.disabled{cursor:default;color:#d3d3d3}.bim-mm-app-item .bim-mm-app-item-details{display:flex;align-items:center;width:100%}.bim-mm-app-item .bim-mm-app-item-info{position:absolute;right:.375em;display:none}.bim-mm-app-item .not-clickable{pointer-events:none}.bim-mm-app-item-divider{width:100%;height:1px;min-height:1px;border-bottom:1px solid #E6E6E6;margin-top:.75em;margin-bottom:.75em}.hover-show-info:hover{background-color:#fff1eb}.hover-show-info:hover .bim-mm-app-item-info{display:block}.hover-show-info.selected,.bim-mm-app-item.selected{color:#fe5000}.hover-show-info.selected .bim-mm-icon-bim-explorer,.bim-mm-app-item.selected .bim-mm-icon-bim-explorer{background:url("./media/bimplus_Components_BIM_Explorer_Active.svg") no-repeat center}.hover-show-info.selected .bim-mm-icon-users,.bim-mm-app-item.selected .bim-mm-icon-users{background:url("./media/bimplus_Components_Users_Active.svg") no-repeat center}.hover-show-info.selected .bim-mm-icon-models,.bim-mm-app-item.selected .bim-mm-icon-models{background:url("./media/bimplus_Components_Models_Active.svg") no-repeat center}.hover-show-info.selected .bim-mm-icon-documents,.bim-mm-app-item.selected .bim-mm-icon-documents{background:url("./media/bimplus_Components_Documents_Active.svg") no-repeat center}.hover-show-info.selected .bim-mm-icon-project-settings,.bim-mm-app-item.selected .bim-mm-icon-project-settings{background:url("./media/bimplus_Components_Setting_Active.svg") no-repeat center}.hover-show-info.selected .bim-mm-icon-processes,.bim-mm-app-item.selected .bim-mm-icon-processes{background:url("./media/bimplus_Components_ISO_Active.svg") no-repeat center}.hover-show-info.selected .bim-mm-icon-team-members,.bim-mm-app-item.selected .bim-mm-icon-team-members{background:url("./media/bimplus_Components_Team_Members_Active.svg") no-repeat center}.hover-show-info.selected .bim-mm-icon-property-manager,.bim-mm-app-item.selected .bim-mm-icon-property-manager{background:url("./media/bimplus_Components_Property_Manager_Active.svg") no-repeat center}.bim-mm-footer-container .bim-mm-app-item.active{background-color:#ffd5c4}#portalSelectProjectBtn{padding:.36em 0 .52em;line-height:2em;font-size:1em;background-color:#fff}#portalSelectProjectBtn .bim-mm-icon{box-sizing:border-box;width:2.8125em;margin:0 0 0 .0625em}#portalSelectProjectBtn .bim-mm-app-item-info{width:1.13em;margin-right:.375em}#portalSelectProjectBtn .bim-mm-app-item-details span{font-weight:600;color:#444;text-transform:capitalize}#portalSelectProjectBtn.disabled .bim-mm-app-item-details span{font-weight:600;color:#d3d3d3}#portalSelectProjectBtn.selected .bim-mm-app-item-details span{font-weight:600;color:#fe5000}#portalTeamManagementBtn,#portalPropertyManagerBtn{text-transform:capitalize}#portalShopBtn .bim-mm-app-item-info,#portalBimProcesses .bim-mm-app-item-info{display:none}.bim-mm-container{background-color:#f5f5f5;width:15.31em;min-height:100%;font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif}.bim-mm-apps-container{justify-content:space-between;background-color:#f5f5f5;flex:1 0 auto;margin-top:.5em}.bim-mm-apps-container .bim-mm-icon{margin:0 .8125em 0 .9375em}.bim-mm-icon-users{background:url("./media/bimplus_Components_Users.svg") no-repeat center}.bim-mm-icon-users.active{background:url("./media/bimplus_Components_Users_Active.svg") no-repeat center}.bim-mm-icon-users.disabled{background:url("./media/bimplus_Components_Users_Disabled.svg") no-repeat center}.bim-mm-icon-models{background:url("./media/bimplus_Components_Models.svg") no-repeat center}.bim-mm-icon-models.active{background:url("./media/bimplus_Components_Models_Active.svg") no-repeat center}.bim-mm-icon-models.disabled{background:url("./media/bimplus_Components_Models_Disabled.svg") no-repeat center}.bim-mm-icon-documents{background:url("./media/bimplus_Components_Documents.svg") no-repeat center}.bim-mm-icon-documents.active{background:url("./media/bimplus_Components_Documents_Active.svg") no-repeat center}.bim-mm-icon-documents.disabled{background:url("./media/bimplus_Components_Documents_Disabled.svg") no-repeat center}.bim-mm-icon-project-settings{background:url("./media/bimplus_Components_Settings.svg") no-repeat center}.bim-mm-icon-project-settings.active{background:url("./media/bimplus_Components_Setting_Active.svg") no-repeat center}.bim-mm-icon-project-settings.disabled{background:url("./media/bimplus_Components_Settings_Disabled.svg") no-repeat center}.bim-mm-icon-processes{background:url("./media/bimplus_Components_ISO.svg") no-repeat center}.bim-mm-icon-processes.active{background:url("./media/bimplus_Components_ISO_Active.svg") no-repeat center}.bim-mm-icon-processes.disabled{background:url("./media/bimplus_Components_ISO_Disabled.svg") no-repeat center}.bim-mm-icon-bim-explorer{background:url("./media/bimplus_Components_BIM_Explorer.svg") no-repeat center}.bim-mm-icon-bim-explorer.disabled{background:url("./media/bimplus_Components_BIM_Explorer_Disabled.svg") no-repeat center}.bim-mm-icon-scia{background:url("./media/bimplus_Components_SCIA.svg") no-repeat center}.bim-mm-icon-scia.active{background:url("./media/bimplus_Components_SCIA.svg") no-repeat center}.bim-mm-icon-scia.disabled{background:url("./media/bimplus_Components_SCIA_Disabled.svg") no-repeat center}.bim-mm-icon-team-members{background:url("./media/bimplus_Components_Team_Members.svg") no-repeat center}.bim-mm-icon-team-members.active{background:url("./media/bimplus_Components_Team_Members_Active.svg") no-repeat center}.bim-mm-icon-property-manager{background:url("./media/bimplus_Components_Property_Manager.svg") no-repeat center}.bim-mm-icon-property-manager.active{background:url("./media/bimplus_Components_Property_Manager_Active.svg") no-repeat center}.bim-mm-icon-property-manager.disabled{background:url("./media/bimplus_Components_Property_Manager_Disabled.svg") no-repeat center}.bim-mm-icon-shop{background:url("./media/bimplus_Components_Shop.svg") no-repeat center}.bim-mm-icon-shop.disabled{background:url("./media/bimplus_Components_Shop_Disabled.svg") no-repeat center}.bim-mm-icon-info{background:url("./media/bimplus_Components_Info.svg") no-repeat center;background-size:auto!important}.bim-mm-icon-info:hover{background:url("./media/bimplus_Components_Info_Active.svg") no-repeat center;background-size:auto!important;cursor:pointer}.bim-mm-icon-folder{background:url("./media/bimplus_Components_Projects_Folder.svg") no-repeat center}.bim-mm-icon-folder.active{background:url("./media/bimplus_Components_Projects_Folder_Active.svg") no-repeat center}.bim-mm-icon-folder.disabled{background:url("./media/bimplus_Components_Projects_Folder_Disabled.svg") no-repeat center}
|
|
11
11
|
`],encapsulation:3});let t=e;return t})();var A_=(t,e,n)=>({active:t,hidden:e,disabled:n}),N_=t=>({hidden:t});function F_(t,e){t&1&&(m(0,"span"),k(1,"\xA0\xA0 -\xA0\xA0"),b())}var rf=(()=>{let e=class e{constructor(){this.projectInfo="",this.teamInfo="",this.isDev=!1,this.isStage=!1,this.teamInfoOffset="",this.isNavbarMenuVisible=!1,this.isModelViewerActive=!1,this.isNavbarMessageVisible=!1,this.isNavbarMenuActive=!1,this.isNavbarMenuEnabled=!0,this.isTouch=!1,this.selectedLanguage="en",this.bimplusNavbarClicked=new E}_menuClicked(){this.isNavbarMenuEnabled&&B(this,"bimplusNavbarClicked","menu")}_logoClicked(){this.isModelViewerActive||B(this,"bimplusNavbarClicked","logo")}_projectInfoClicked(){this.isDev&&B(this,"bimplusNavbarClicked","project")}};e.\u0275fac=function(i){return new(i||e)},e.\u0275cmp=q({type:e,selectors:[["lib-bimplus-navbar"]],inputs:{projectInfo:"projectInfo",teamInfo:"teamInfo",isDev:[_.HasDecoratorInputTransform,"isDev","isDev",y],isStage:[_.HasDecoratorInputTransform,"isStage","isStage",y],teamInfoOffset:"teamInfoOffset",isNavbarMenuVisible:[_.HasDecoratorInputTransform,"isNavbarMenuVisible","isNavbarMenuVisible",y],isModelViewerActive:[_.HasDecoratorInputTransform,"isModelViewerActive","isModelViewerActive",y],isNavbarMessageVisible:[_.HasDecoratorInputTransform,"isNavbarMessageVisible","isNavbarMessageVisible",y],isNavbarMenuActive:[_.HasDecoratorInputTransform,"isNavbarMenuActive","isNavbarMenuActive",y],isNavbarMenuEnabled:[_.HasDecoratorInputTransform,"isNavbarMenuEnabled","isNavbarMenuEnabled",y],isTouch:[_.HasDecoratorInputTransform,"isTouch","isTouch",y],selectedLanguage:"selectedLanguage"},outputs:{bimplusNavbarClicked:"bimplusNavbarClicked"},standalone:!0,features:[he,Z],decls:13,vars:16,consts:[[1,"bimplus-navbar",3,"ngClass"],[1,"bimplus-navbar-logo-container"],[1,"bimplus-logo",3,"click","ngClass"],[1,"bimplus-navbar-menu","icon",3,"click","ngClass"],[1,"bimplus-navbar-container"],[1,"bimplus-navbar-info",3,"ngClass"],[1,"team"],[4,"ngIf"],[1,"project",3,"click","ngClass"],[1,"bimplus-navbar-slot"]],template:function(i,o){i&1&&(m(0,"div",0)(1,"div",1)(2,"div",2),w("click",function(){return o._logoClicked()}),b(),m(3,"div",3),w("click",function(){return o._menuClicked()}),b()(),m(4,"div",4)(5,"div",5)(6,"span",6),k(7),b(),D(8,F_,2,0,"span",7),m(9,"span",8),w("click",function(){return o._projectInfoClicked()}),k(10),b()(),m(11,"div",9),I(12,"slot"),b()()()),i&2&&(h("ngClass",o.isTouch?"is-touch":""),f(2),h("ngClass",o.isModelViewerActive?"model-viewer":""),f(),h("ngClass",Ot(10,A_,o.isNavbarMenuActive,!o.isNavbarMenuVisible,!o.isNavbarMenuEnabled)),f(2),ye("margin-left",o.teamInfoOffset),h("ngClass",Re(14,N_,!o.isNavbarMenuVisible)),f(2),ae(o.teamInfo),f(),h("ngIf",o.projectInfo&&!o.isTouch),f(),h("ngClass",o.isDev?"clickable":""),f(),ce(" ",o.projectInfo," "))},dependencies:[G,J,kt],styles:[`.bimplus-navbar{height:5.2rem;padding-left:0;padding-right:1em;background-color:#f5f5f5;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif;font-size:1.6rem;font-weight:600;color:#444}.bimplus-navbar .bimplus-navbar-preview-mode{display:flex;justify-content:center;align-items:center;color:#fff;font-size:.8125em;line-height:.8125em;height:2.308em;font-weight:700;text-transform:uppercase;padding-left:.99em;padding-right:.99em;background-color:#0047ab;letter-spacing:.383em;margin:auto}.bimplus-navbar .bimplus-navbar-preview-mode__container{position:absolute;left:0;right:0;display:inline-flex;cursor:default}.bimplus-logo{height:100%;min-width:9em;margin-left:2.8em;margin-right:1.53em;background:url("./media/bimplus_Components_Logo.svg") no-repeat;background-position:center;background-size:9em 2.3em;cursor:pointer}.bimplus-logo.model-viewer{background:url("./media/Allplan-Cloud-Viewer-Logo.svg") no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:default}.icon{width:1.125em;height:1.125em;background-size:1.125em 1.125em!important;background-position:center;background-repeat:no-repeat}.bimplus-navbar-menu{height:100%;width:3.125em;background:url("./media/bimplus_Components_navbar_menu.svg") no-repeat center;background-size:1.125em 1.125em!important;cursor:pointer;margin-right:.4em}.bimplus-navbar-menu.active{background:url("./media/bimplus_Components_navbar_menu_active.svg") no-repeat center}.bimplus-navbar-menu.hidden{visibility:hidden;width:1.2rem}.bimplus-navbar-menu.disabled{background:url("./media/bimplus_Components_navbar_menu_disabled.svg") no-repeat center;cursor:default}.bimplus-navbar-logo-container{height:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:row-reverse;position:relative}.bimplus-navbar-container{display:flex;justify-content:space-between;align-items:center;flex:1 1 auto;position:relative}.bimplus-navbar-container .bimplus-navbar-info{display:inline-flex;flex:1 1 auto;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:4em;min-width:0}.bimplus-navbar-container .bimplus-navbar-info .clickable{cursor:pointer}.bimplus-navbar-container .bimplus-navbar-info.hidden{visibility:hidden}.bimplus-navbar-container .bimplus-navbar-slot{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;white-space:nowrap;text-overflow:ellipsis}.is-touch .bimplus-navbar-info{display:flex;flex-direction:column;line-height:normal}.is-touch .bimplus-navbar-info .team{font-size:1em;font-weight:400}.is-touch .bimplus-navbar-info .project{font-size:1em;font-weight:700}
|
|
12
|
-
`],encapsulation:3});let t=e;return t})();var If=ic(Ga(),1);var L_=typeof global=="object"&&global&&global.Object===Object&&global,sf=L_;var j_=typeof self=="object"&&self&&self.Object===Object&&self,V_=sf||j_||Function("return this")(),eo=V_;var B_=eo.Symbol,An=B_;var af=Object.prototype,H_=af.hasOwnProperty,$_=af.toString,gr=An?An.toStringTag:void 0;function z_(t){var e=H_.call(t,gr),n=t[gr];try{t[gr]=void 0;var r=!0}catch{}var i=$_.call(t);return r&&(e?t[gr]=n:delete t[gr]),i}var cf=z_;var U_=Object.prototype,W_=U_.toString;function G_(t){return W_.call(t)}var lf=G_;var q_="[object Null]",Z_="[object Undefined]",uf=An?An.toStringTag:void 0;function Y_(t){return t==null?t===void 0?Z_:q_:uf&&uf in Object(t)?cf(t):lf(t)}var df=Y_;function Q_(t){return t!=null&&typeof t=="object"}var ff=Q_;var X_="[object Symbol]";function K_(t){return typeof t=="symbol"||ff(t)&&df(t)==X_}var mf=K_;var J_=/\s/;function e0(t){for(var e=t.length;e--&&J_.test(t.charAt(e)););return e}var pf=e0;var t0=/^\s+/;function n0(t){return t&&t.slice(0,pf(t)+1).replace(t0,"")}var hf=n0;function r0(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}var Jt=r0;var gf=NaN,i0=/^[-+]0x[0-9a-f]+$/i,o0=/^0b[01]+$/i,s0=/^0o[0-7]+$/i,a0=parseInt;function c0(t){if(typeof t=="number")return t;if(mf(t))return gf;if(Jt(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Jt(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=hf(t);var n=o0.test(t);return n||s0.test(t)?a0(t.slice(2),n?2:8):i0.test(t)?gf:+t}var qa=c0;var l0=function(){return eo.Date.now()},to=l0;var u0="Expected a function",d0=Math.max,f0=Math.min;function m0(t,e,n){var r,i,o,s,a,c,l=0,u=!1,d=!1,p=!0;if(typeof t!="function")throw new TypeError(u0);e=qa(e)||0,Jt(n)&&(u=!!n.leading,d="maxWait"in n,o=d?d0(qa(n.maxWait)||0,e):o,p="trailing"in n?!!n.trailing:p);function g(j){var me=r,Se=i;return r=i=void 0,l=j,s=t.apply(Se,me),s}function C(j){return l=j,a=setTimeout(x,e),u?g(j):s}function M(j){var me=j-c,Se=j-l,vr=e-me;return d?f0(vr,o-Se):vr}function P(j){var me=j-c,Se=j-l;return c===void 0||me>=e||me<0||d&&Se>=o}function x(){var j=to();if(P(j))return te(j);a=setTimeout(x,M(j))}function te(j){return a=void 0,p&&r?g(j):(r=i=void 0,s)}function se(){a!==void 0&&clearTimeout(a),l=0,r=c=i=a=void 0}function Ce(){return a===void 0?s:te(to())}function Ee(){var j=to(),me=P(j);if(r=arguments,i=this,c=j,me){if(a===void 0)return C(c);if(d)return clearTimeout(a),a=setTimeout(x,e),g(c)}return a===void 0&&(a=setTimeout(x,e)),s}return Ee.cancel=se,Ee.flush=Ce,Ee}var en=m0;var p0="Expected a function";function h0(t,e,n){var r=!0,i=!0;if(typeof t!="function")throw new TypeError(p0);return Jt(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),en(t,e,{leading:r,maxWait:e,trailing:i})}var Za=h0;var Qa=ic(Ga(),1),Fn=function(){return Fn=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},Fn.apply(this,arguments)},Nn=null,bf=null;Qa.default&&window.addEventListener("resize",function(){bf!==window.devicePixelRatio&&(bf=window.devicePixelRatio,Nn=null)});function vf(){if(Nn===null){if(typeof document>"u")return Nn=0,Nn;var t=document.body,e=document.createElement("div");e.classList.add("simplebar-hide-scrollbar"),t.appendChild(e);var n=e.getBoundingClientRect().right;t.removeChild(e),Nn=n}return Nn}function _f(t){return!t||!t.ownerDocument||!t.ownerDocument.defaultView?window:t.ownerDocument.defaultView}function yf(t){return!t||!t.ownerDocument?document:t.ownerDocument}var Cf=function(t){var e={},n=Array.prototype.reduce.call(t,function(r,i){var o=i.name.match(/data-simplebar-(.+)/);if(o){var s=o[1].replace(/\W+(.)/g,function(a,c){return c.toUpperCase()});switch(i.value){case"true":r[s]=!0;break;case"false":r[s]=!1;break;case void 0:r[s]=!0;break;default:r[s]=i.value}}return r},e);return n};function wf(t,e){var n;t&&(n=t.classList).add.apply(n,e.split(" "))}function Df(t,e){t&&e.split(" ").forEach(function(n){t.classList.remove(n)})}function Mf(t){return".".concat(t.split(" ").join("."))}var g0=Object.freeze({__proto__:null,getElementWindow:_f,getElementDocument:yf,getOptions:Cf,addClasses:wf,removeClasses:Df,classNamesToQuery:Mf}),At=_f,Ya=yf,b0=Cf,Nt=wf,Ft=Df,Le=Mf,br=function(){function t(e,n){n===void 0&&(n={});var r=this;if(this.removePreventClickId=null,this.minScrollbarWidth=20,this.stopScrollDelay=175,this.isScrolling=!1,this.isMouseEntering=!1,this.scrollXTicking=!1,this.scrollYTicking=!1,this.wrapperEl=null,this.contentWrapperEl=null,this.contentEl=null,this.offsetEl=null,this.maskEl=null,this.placeholderEl=null,this.heightAutoObserverWrapperEl=null,this.heightAutoObserverEl=null,this.rtlHelpers=null,this.scrollbarWidth=0,this.resizeObserver=null,this.mutationObserver=null,this.elStyles=null,this.isRtl=null,this.mouseX=0,this.mouseY=0,this.onMouseMove=function(){},this.onWindowResize=function(){},this.onStopScrolling=function(){},this.onMouseEntered=function(){},this.onScroll=function(){var i=At(r.el);r.scrollXTicking||(i.requestAnimationFrame(r.scrollX),r.scrollXTicking=!0),r.scrollYTicking||(i.requestAnimationFrame(r.scrollY),r.scrollYTicking=!0),r.isScrolling||(r.isScrolling=!0,Nt(r.el,r.classNames.scrolling)),r.showScrollbar("x"),r.showScrollbar("y"),r.onStopScrolling()},this.scrollX=function(){r.axis.x.isOverflowing&&r.positionScrollbar("x"),r.scrollXTicking=!1},this.scrollY=function(){r.axis.y.isOverflowing&&r.positionScrollbar("y"),r.scrollYTicking=!1},this._onStopScrolling=function(){Ft(r.el,r.classNames.scrolling),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isScrolling=!1},this.onMouseEnter=function(){r.isMouseEntering||(Nt(r.el,r.classNames.mouseEntered),r.showScrollbar("x"),r.showScrollbar("y"),r.isMouseEntering=!0),r.onMouseEntered()},this._onMouseEntered=function(){Ft(r.el,r.classNames.mouseEntered),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isMouseEntering=!1},this._onMouseMove=function(i){r.mouseX=i.clientX,r.mouseY=i.clientY,(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseMoveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseMoveForAxis("y")},this.onMouseLeave=function(){r.onMouseMove.cancel(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseLeaveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseLeaveForAxis("y"),r.mouseX=-1,r.mouseY=-1},this._onWindowResize=function(){r.scrollbarWidth=r.getScrollbarWidth(),r.hideNativeScrollbar()},this.onPointerEvent=function(i){if(!(!r.axis.x.track.el||!r.axis.y.track.el||!r.axis.x.scrollbar.el||!r.axis.y.scrollbar.el)){var o,s;r.axis.x.track.rect=r.axis.x.track.el.getBoundingClientRect(),r.axis.y.track.rect=r.axis.y.track.el.getBoundingClientRect(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&(o=r.isWithinBounds(r.axis.x.track.rect)),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&(s=r.isWithinBounds(r.axis.y.track.rect)),(o||s)&&(i.stopPropagation(),i.type==="pointerdown"&&i.pointerType!=="touch"&&(o&&(r.axis.x.scrollbar.rect=r.axis.x.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.x.scrollbar.rect)?r.onDragStart(i,"x"):r.onTrackClick(i,"x")),s&&(r.axis.y.scrollbar.rect=r.axis.y.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.y.scrollbar.rect)?r.onDragStart(i,"y"):r.onTrackClick(i,"y"))))}},this.drag=function(i){var o,s,a,c,l,u,d,p,g,C,M;if(!(!r.draggedAxis||!r.contentWrapperEl)){var P,x=r.axis[r.draggedAxis].track,te=(s=(o=x.rect)===null||o===void 0?void 0:o[r.axis[r.draggedAxis].sizeAttr])!==null&&s!==void 0?s:0,se=r.axis[r.draggedAxis].scrollbar,Ce=(c=(a=r.contentWrapperEl)===null||a===void 0?void 0:a[r.axis[r.draggedAxis].scrollSizeAttr])!==null&&c!==void 0?c:0,Ee=parseInt((u=(l=r.elStyles)===null||l===void 0?void 0:l[r.axis[r.draggedAxis].sizeAttr])!==null&&u!==void 0?u:"0px",10);i.preventDefault(),i.stopPropagation(),r.draggedAxis==="y"?P=i.pageY:P=i.pageX;var j=P-((p=(d=x.rect)===null||d===void 0?void 0:d[r.axis[r.draggedAxis].offsetAttr])!==null&&p!==void 0?p:0)-r.axis[r.draggedAxis].dragOffset;j=r.draggedAxis==="x"&&r.isRtl?((C=(g=x.rect)===null||g===void 0?void 0:g[r.axis[r.draggedAxis].sizeAttr])!==null&&C!==void 0?C:0)-se.size-j:j;var me=j/(te-se.size),Se=me*(Ce-Ee);r.draggedAxis==="x"&&r.isRtl&&(Se=!((M=t.getRtlHelpers())===null||M===void 0)&&M.isScrollingToNegative?-Se:Se),r.contentWrapperEl[r.axis[r.draggedAxis].scrollOffsetAttr]=Se}},this.onEndDrag=function(i){var o=Ya(r.el),s=At(r.el);i.preventDefault(),i.stopPropagation(),Ft(r.el,r.classNames.dragging),o.removeEventListener("mousemove",r.drag,!0),o.removeEventListener("mouseup",r.onEndDrag,!0),r.removePreventClickId=s.setTimeout(function(){o.removeEventListener("click",r.preventClick,!0),o.removeEventListener("dblclick",r.preventClick,!0),r.removePreventClickId=null})},this.preventClick=function(i){i.preventDefault(),i.stopPropagation()},this.el=e,this.options=Fn(Fn({},t.defaultOptions),n),this.classNames=Fn(Fn({},t.defaultOptions.classNames),n.classNames),this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}}},typeof this.el!="object"||!this.el.nodeName)throw new Error("Argument passed to SimpleBar must be an HTML element instead of ".concat(this.el));this.onMouseMove=Za(this._onMouseMove,64),this.onWindowResize=en(this._onWindowResize,64,{leading:!0}),this.onStopScrolling=en(this._onStopScrolling,this.stopScrollDelay),this.onMouseEntered=en(this._onMouseEntered,this.stopScrollDelay),this.init()}return t.getRtlHelpers=function(){if(t.rtlHelpers)return t.rtlHelpers;var e=document.createElement("div");e.innerHTML='<div class="simplebar-dummy-scrollbar-size"><div></div></div>';var n=e.firstElementChild,r=n?.firstElementChild;if(!r)return null;document.body.appendChild(n),n.scrollLeft=0;var i=t.getOffset(n),o=t.getOffset(r);n.scrollLeft=-999;var s=t.getOffset(r);return document.body.removeChild(n),t.rtlHelpers={isScrollOriginAtZero:i.left!==o.left,isScrollingToNegative:o.left!==s.left},t.rtlHelpers},t.prototype.getScrollbarWidth=function(){try{return this.contentWrapperEl&&getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display==="none"||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:vf()}catch{return vf()}},t.getOffset=function(e){var n=e.getBoundingClientRect(),r=Ya(e),i=At(e);return{top:n.top+(i.pageYOffset||r.documentElement.scrollTop),left:n.left+(i.pageXOffset||r.documentElement.scrollLeft)}},t.prototype.init=function(){Qa.default&&(this.initDOM(),this.rtlHelpers=t.getRtlHelpers(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())},t.prototype.initDOM=function(){var e,n;this.wrapperEl=this.el.querySelector(Le(this.classNames.wrapper)),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector(Le(this.classNames.contentWrapper)),this.contentEl=this.options.contentNode||this.el.querySelector(Le(this.classNames.contentEl)),this.offsetEl=this.el.querySelector(Le(this.classNames.offset)),this.maskEl=this.el.querySelector(Le(this.classNames.mask)),this.placeholderEl=this.findChild(this.wrapperEl,Le(this.classNames.placeholder)),this.heightAutoObserverWrapperEl=this.el.querySelector(Le(this.classNames.heightAutoObserverWrapperEl)),this.heightAutoObserverEl=this.el.querySelector(Le(this.classNames.heightAutoObserverEl)),this.axis.x.track.el=this.findChild(this.el,"".concat(Le(this.classNames.track)).concat(Le(this.classNames.horizontal))),this.axis.y.track.el=this.findChild(this.el,"".concat(Le(this.classNames.track)).concat(Le(this.classNames.vertical))),this.axis.x.scrollbar.el=((e=this.axis.x.track.el)===null||e===void 0?void 0:e.querySelector(Le(this.classNames.scrollbar)))||null,this.axis.y.scrollbar.el=((n=this.axis.y.track.el)===null||n===void 0?void 0:n.querySelector(Le(this.classNames.scrollbar)))||null,this.options.autoHide||(Nt(this.axis.x.scrollbar.el,this.classNames.visible),Nt(this.axis.y.scrollbar.el,this.classNames.visible))},t.prototype.initListeners=function(){var e=this,n,r=At(this.el);if(this.el.addEventListener("mouseenter",this.onMouseEnter),this.el.addEventListener("pointerdown",this.onPointerEvent,!0),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),(n=this.contentWrapperEl)===null||n===void 0||n.addEventListener("scroll",this.onScroll),r.addEventListener("resize",this.onWindowResize),!!this.contentEl){if(window.ResizeObserver){var i=!1,o=r.ResizeObserver||ResizeObserver;this.resizeObserver=new o(function(){i&&r.requestAnimationFrame(function(){e.recalculate()})}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),r.requestAnimationFrame(function(){i=!0})}this.mutationObserver=new r.MutationObserver(function(){r.requestAnimationFrame(function(){e.recalculate()})}),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})}},t.prototype.recalculate=function(){if(!(!this.heightAutoObserverEl||!this.contentEl||!this.contentWrapperEl||!this.wrapperEl||!this.placeholderEl)){var e=At(this.el);this.elStyles=e.getComputedStyle(this.el),this.isRtl=this.elStyles.direction==="rtl";var n=this.contentEl.offsetWidth,r=this.heightAutoObserverEl.offsetHeight<=1,i=this.heightAutoObserverEl.offsetWidth<=1||n>0,o=this.contentWrapperEl.offsetWidth,s=this.elStyles.overflowX,a=this.elStyles.overflowY;this.contentEl.style.padding="".concat(this.elStyles.paddingTop," ").concat(this.elStyles.paddingRight," ").concat(this.elStyles.paddingBottom," ").concat(this.elStyles.paddingLeft),this.wrapperEl.style.margin="-".concat(this.elStyles.paddingTop," -").concat(this.elStyles.paddingRight," -").concat(this.elStyles.paddingBottom," -").concat(this.elStyles.paddingLeft);var c=this.contentEl.scrollHeight,l=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=r?"auto":"100%",this.placeholderEl.style.width=i?"".concat(n||l,"px"):"auto",this.placeholderEl.style.height="".concat(c,"px");var u=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=n!==0&&l>n,this.axis.y.isOverflowing=c>u,this.axis.x.isOverflowing=s==="hidden"?!1:this.axis.x.isOverflowing,this.axis.y.isOverflowing=a==="hidden"?!1:this.axis.y.isOverflowing,this.axis.x.forceVisible=this.options.forceVisible==="x"||this.options.forceVisible===!0,this.axis.y.forceVisible=this.options.forceVisible==="y"||this.options.forceVisible===!0,this.hideNativeScrollbar();var d=this.axis.x.isOverflowing?this.scrollbarWidth:0,p=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&l>o-p,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&c>u-d,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el&&(this.axis.x.scrollbar.el.style.width="".concat(this.axis.x.scrollbar.size,"px")),this.axis.y.scrollbar.el&&(this.axis.y.scrollbar.el.style.height="".concat(this.axis.y.scrollbar.size,"px")),this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")}},t.prototype.getScrollbarSize=function(e){var n,r;if(e===void 0&&(e="y"),!this.axis[e].isOverflowing||!this.contentEl)return 0;var i=this.contentEl[this.axis[e].scrollSizeAttr],o=(r=(n=this.axis[e].track.el)===null||n===void 0?void 0:n[this.axis[e].offsetSizeAttr])!==null&&r!==void 0?r:0,s=o/i,a;return a=Math.max(~~(s*o),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(a=Math.min(a,this.options.scrollbarMaxSize)),a},t.prototype.positionScrollbar=function(e){var n,r,i;e===void 0&&(e="y");var o=this.axis[e].scrollbar;if(!(!this.axis[e].isOverflowing||!this.contentWrapperEl||!o.el||!this.elStyles)){var s=this.contentWrapperEl[this.axis[e].scrollSizeAttr],a=((n=this.axis[e].track.el)===null||n===void 0?void 0:n[this.axis[e].offsetSizeAttr])||0,c=parseInt(this.elStyles[this.axis[e].sizeAttr],10),l=this.contentWrapperEl[this.axis[e].scrollOffsetAttr];l=e==="x"&&this.isRtl&&(!((r=t.getRtlHelpers())===null||r===void 0)&&r.isScrollOriginAtZero)?-l:l,e==="x"&&this.isRtl&&(l=!((i=t.getRtlHelpers())===null||i===void 0)&&i.isScrollingToNegative?l:-l);var u=l/(s-c),d=~~((a-o.size)*u);d=e==="x"&&this.isRtl?-d+(a-o.size):d,o.el.style.transform=e==="x"?"translate3d(".concat(d,"px, 0, 0)"):"translate3d(0, ".concat(d,"px, 0)")}},t.prototype.toggleTrackVisibility=function(e){e===void 0&&(e="y");var n=this.axis[e].track.el,r=this.axis[e].scrollbar.el;!n||!r||!this.contentWrapperEl||(this.axis[e].isOverflowing||this.axis[e].forceVisible?(n.style.visibility="visible",this.contentWrapperEl.style[this.axis[e].overflowAttr]="scroll",this.el.classList.add("".concat(this.classNames.scrollable,"-").concat(e))):(n.style.visibility="hidden",this.contentWrapperEl.style[this.axis[e].overflowAttr]="hidden",this.el.classList.remove("".concat(this.classNames.scrollable,"-").concat(e))),this.axis[e].isOverflowing?r.style.display="block":r.style.display="none")},t.prototype.showScrollbar=function(e){e===void 0&&(e="y"),this.axis[e].isOverflowing&&!this.axis[e].scrollbar.isVisible&&(Nt(this.axis[e].scrollbar.el,this.classNames.visible),this.axis[e].scrollbar.isVisible=!0)},t.prototype.hideScrollbar=function(e){e===void 0&&(e="y"),this.axis[e].isOverflowing&&this.axis[e].scrollbar.isVisible&&(Ft(this.axis[e].scrollbar.el,this.classNames.visible),this.axis[e].scrollbar.isVisible=!1)},t.prototype.hideNativeScrollbar=function(){this.offsetEl&&(this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px",this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px")},t.prototype.onMouseMoveForAxis=function(e){e===void 0&&(e="y");var n=this.axis[e];!n.track.el||!n.scrollbar.el||(n.track.rect=n.track.el.getBoundingClientRect(),n.scrollbar.rect=n.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(n.track.rect)?(this.showScrollbar(e),Nt(n.track.el,this.classNames.hover),this.isWithinBounds(n.scrollbar.rect)?Nt(n.scrollbar.el,this.classNames.hover):Ft(n.scrollbar.el,this.classNames.hover)):(Ft(n.track.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(e)))},t.prototype.onMouseLeaveForAxis=function(e){e===void 0&&(e="y"),Ft(this.axis[e].track.el,this.classNames.hover),Ft(this.axis[e].scrollbar.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(e)},t.prototype.onDragStart=function(e,n){var r;n===void 0&&(n="y");var i=Ya(this.el),o=At(this.el),s=this.axis[n].scrollbar,a=n==="y"?e.pageY:e.pageX;this.axis[n].dragOffset=a-(((r=s.rect)===null||r===void 0?void 0:r[this.axis[n].offsetAttr])||0),this.draggedAxis=n,Nt(this.el,this.classNames.dragging),i.addEventListener("mousemove",this.drag,!0),i.addEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId===null?(i.addEventListener("click",this.preventClick,!0),i.addEventListener("dblclick",this.preventClick,!0)):(o.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)},t.prototype.onTrackClick=function(e,n){var r=this,i,o,s,a;n===void 0&&(n="y");var c=this.axis[n];if(!(!this.options.clickOnTrack||!c.scrollbar.el||!this.contentWrapperEl)){e.preventDefault();var l=At(this.el);this.axis[n].scrollbar.rect=c.scrollbar.el.getBoundingClientRect();var u=this.axis[n].scrollbar,d=(o=(i=u.rect)===null||i===void 0?void 0:i[this.axis[n].offsetAttr])!==null&&o!==void 0?o:0,p=parseInt((a=(s=this.elStyles)===null||s===void 0?void 0:s[this.axis[n].sizeAttr])!==null&&a!==void 0?a:"0px",10),g=this.contentWrapperEl[this.axis[n].scrollOffsetAttr],C=n==="y"?this.mouseY-d:this.mouseX-d,M=C<0?-1:1,P=M===-1?g-p:g+p,x=40,te=function(){r.contentWrapperEl&&(M===-1?g>P&&(g-=x,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=g,l.requestAnimationFrame(te)):g<P&&(g+=x,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=g,l.requestAnimationFrame(te)))};te()}},t.prototype.getContentElement=function(){return this.contentEl},t.prototype.getScrollElement=function(){return this.contentWrapperEl},t.prototype.removeListeners=function(){var e=At(this.el);this.el.removeEventListener("mouseenter",this.onMouseEnter),this.el.removeEventListener("pointerdown",this.onPointerEvent,!0),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.onMouseMove.cancel(),this.onWindowResize.cancel(),this.onStopScrolling.cancel(),this.onMouseEntered.cancel()},t.prototype.unMount=function(){this.removeListeners()},t.prototype.isWithinBounds=function(e){return this.mouseX>=e.left&&this.mouseX<=e.left+e.width&&this.mouseY>=e.top&&this.mouseY<=e.top+e.height},t.prototype.findChild=function(e,n){var r=e.matches||e.webkitMatchesSelector||e.mozMatchesSelector||e.msMatchesSelector;return Array.prototype.filter.call(e.children,function(i){return r.call(i,n)})[0]},t.rtlHelpers=null,t.defaultOptions={forceVisible:!1,clickOnTrack:!0,scrollbarMinSize:25,scrollbarMaxSize:0,ariaLabel:"scrollable content",classNames:{contentEl:"simplebar-content",contentWrapper:"simplebar-content-wrapper",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover",dragging:"simplebar-dragging",scrolling:"simplebar-scrolling",scrollable:"simplebar-scrollable",mouseEntered:"simplebar-mouse-entered"},scrollableNode:null,contentNode:null,autoHide:!0},t.getOptions=b0,t.helpers=g0,t}();var Ka=function(t,e){return Ka=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},Ka(t,e)};function v0(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");Ka(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var xf=br.helpers,Xa=xf.getOptions,qe=xf.addClasses,Ja=function(t){v0(e,t);function e(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i=t.apply(this,n)||this;return e.instances.set(n[0],i),i}return e.initDOMLoadedElements=function(){document.removeEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.removeEventListener("load",this.initDOMLoadedElements),Array.prototype.forEach.call(document.querySelectorAll("[data-simplebar]"),function(n){n.getAttribute("data-simplebar")!=="init"&&!e.instances.has(n)&&new e(n,Xa(n.attributes))})},e.removeObserver=function(){var n;(n=e.globalObserver)===null||n===void 0||n.disconnect()},e.prototype.initDOM=function(){var n=this,r,i,o;if(!Array.prototype.filter.call(this.el.children,function(c){return c.classList.contains(n.classNames.wrapper)}).length){for(this.wrapperEl=document.createElement("div"),this.contentWrapperEl=document.createElement("div"),this.offsetEl=document.createElement("div"),this.maskEl=document.createElement("div"),this.contentEl=document.createElement("div"),this.placeholderEl=document.createElement("div"),this.heightAutoObserverWrapperEl=document.createElement("div"),this.heightAutoObserverEl=document.createElement("div"),qe(this.wrapperEl,this.classNames.wrapper),qe(this.contentWrapperEl,this.classNames.contentWrapper),qe(this.offsetEl,this.classNames.offset),qe(this.maskEl,this.classNames.mask),qe(this.contentEl,this.classNames.contentEl),qe(this.placeholderEl,this.classNames.placeholder),qe(this.heightAutoObserverWrapperEl,this.classNames.heightAutoObserverWrapperEl),qe(this.heightAutoObserverEl,this.classNames.heightAutoObserverEl);this.el.firstChild;)this.contentEl.appendChild(this.el.firstChild);this.contentWrapperEl.appendChild(this.contentEl),this.offsetEl.appendChild(this.contentWrapperEl),this.maskEl.appendChild(this.offsetEl),this.heightAutoObserverWrapperEl.appendChild(this.heightAutoObserverEl),this.wrapperEl.appendChild(this.heightAutoObserverWrapperEl),this.wrapperEl.appendChild(this.maskEl),this.wrapperEl.appendChild(this.placeholderEl),this.el.appendChild(this.wrapperEl),(r=this.contentWrapperEl)===null||r===void 0||r.setAttribute("tabindex","0"),(i=this.contentWrapperEl)===null||i===void 0||i.setAttribute("role","region"),(o=this.contentWrapperEl)===null||o===void 0||o.setAttribute("aria-label",this.options.ariaLabel)}if(!this.axis.x.track.el||!this.axis.y.track.el){var s=document.createElement("div"),a=document.createElement("div");qe(s,this.classNames.track),qe(a,this.classNames.scrollbar),s.appendChild(a),this.axis.x.track.el=s.cloneNode(!0),qe(this.axis.x.track.el,this.classNames.horizontal),this.axis.y.track.el=s.cloneNode(!0),qe(this.axis.y.track.el,this.classNames.vertical),this.el.appendChild(this.axis.x.track.el),this.el.appendChild(this.axis.y.track.el)}br.prototype.initDOM.call(this),this.el.setAttribute("data-simplebar","init")},e.prototype.unMount=function(){br.prototype.unMount.call(this),e.instances.delete(this.el)},e.initHtmlApi=function(){this.initDOMLoadedElements=this.initDOMLoadedElements.bind(this),typeof MutationObserver<"u"&&(this.globalObserver=new MutationObserver(e.handleMutations),this.globalObserver.observe(document,{childList:!0,subtree:!0})),document.readyState==="complete"||document.readyState!=="loading"&&!document.documentElement.doScroll?window.setTimeout(this.initDOMLoadedElements):(document.addEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.addEventListener("load",this.initDOMLoadedElements))},e.handleMutations=function(n){n.forEach(function(r){r.addedNodes.forEach(function(i){i.nodeType===1&&(i.hasAttribute("data-simplebar")?!e.instances.has(i)&&document.documentElement.contains(i)&&new e(i,Xa(i.attributes)):i.querySelectorAll("[data-simplebar]").forEach(function(o){o.getAttribute("data-simplebar")!=="init"&&!e.instances.has(o)&&document.documentElement.contains(o)&&new e(o,Xa(o.attributes))}))}),r.removedNodes.forEach(function(i){i.nodeType===1&&(i.getAttribute("data-simplebar")==="init"?e.instances.has(i)&&!document.documentElement.contains(i)&&e.instances.get(i).unMount():Array.prototype.forEach.call(i.querySelectorAll('[data-simplebar="init"]'),function(o){e.instances.has(o)&&!document.documentElement.contains(o)&&e.instances.get(o).unMount()}))})})},e.instances=new WeakMap,e}(br);If.default&&Ja.initHtmlApi();var Ef=t=>({capitalize:t}),Sf=t=>[t];function _0(t,e){if(t&1){let n=W();m(0,"div",21),w("click",function(){let i=O(n).index,o=v(2).$implicit,s=v(2);return T(s._messageAction(o,i))}),k(1),b()}if(t&2){let n=e.$implicit,r=e.index,i=v(2).$implicit,o=v(2);h("title",o._getItemLinkTitle(i,r)),f(),ae(n)}}function y0(t,e){if(t&1&&D(0,_0,2,2,"div",20),t&2){let n=v().$implicit,r=v(2);h("ngForOf",n.linkText.constructor===r.Array?n.linkText:Re(1,Sf,n.linkText))}}function C0(t,e){if(t&1){let n=W();m(0,"div",9)(1,"div",14),I(2,"div",15),m(3,"div",16),k(4),b(),m(5,"div",17),w("click",function(i){let o=O(n).$implicit,s=v(2);return T(s._closeMessage(o,!1,i))}),b()(),m(6,"div",18),k(7),b(),D(8,y0,1,3,"div",19),b()}if(t&2){let n=e.$implicit;f(2),h("ngClass","message-item-icon-"+n.type),f(),h("ngClass",Re(5,Ef,n.capitalizedTitle)),f(),ce(" ",n.title," "),f(3),ae(n.text),f(),K(8,n.linkText?8:-1)}}function w0(t,e){if(t&1&&D(0,C0,9,7,"div",13),t&2){let n=v();h("ngForOf",n._messagesList)}}function D0(t,e){t&1&&(m(0,"div",22),I(1,"div",23),m(2,"div",24),k(3),ie(4,"translate"),b()()),t&2&&(f(3),ae(oe(4,1,"_Notify_No_Messages")))}function M0(t,e){if(t&1){let n=W();m(0,"div",21),w("click",function(){let i=O(n).index,o=v(2).$implicit,s=v();return T(s._messageAction(o,i))}),k(1),b()}if(t&2){let n=e.$implicit,r=e.index,i=v(2).$implicit,o=v();h("title",o._getItemLinkTitle(i,r)),f(),ae(n)}}function I0(t,e){if(t&1&&D(0,M0,2,2,"div",20),t&2){let n=v().$implicit,r=v();h("ngForOf",n.linkText.constructor===r.Array?n.linkText:Re(1,Sf,n.linkText))}}function x0(t,e){if(t&1){let n=W();m(0,"div",9)(1,"div",14),I(2,"div",15),m(3,"div",16),k(4),b(),m(5,"div",17),w("click",function(i){let o=O(n).$implicit,s=v();return T(s._closeMessage(o,!0,i))}),b()(),m(6,"div",18),k(7),b(),D(8,I0,1,3,"div",19),b()}if(t&2){let n=e.$implicit;f(2),h("ngClass","message-item-icon-"+n.type),f(),h("ngClass",Re(5,Ef,n.capitalizedTitle)),f(),ce(" ",n.title," "),f(3),ce(" ",n.text," "),f(),K(8,n.linkText?8:-1)}}var no="bimplus-notify-messages",Of=(()=>{let e=class e extends _e{constructor(r,i){super(r),this.Array=Array,this._messagesList=[],this.messagePreviewTime=3e3,this.showMessagePreview=!0,this.previewMessagesLimit=3,this.previewMessagesOffsetY="2.7em",this.messages="",this._menuOpened=!1,this._alertActive=!1,this._oldMessagesList=[],this._previewMessagesList=[],this.bimplusNotifyDeleteMessage=new E,this.bimplusNotifyDeleteAllMessages=new E,this.bimplusNotifyMessageAction=new E,this._element=i.nativeElement}get newMessages(){return this._alertActive}get bimNotify(){return!0}ngOnChanges(r){if(r.messages){let i=r.messages.currentValue;this.updateMessages(i)}}updateMessages(r){if(!(r&&typeof r=="string")){this._messagesList=[],this._previewMessagesList=[],this._alertActive=!1;return}let o=JSON.parse(r);this._messagesList=o.messages;let s=this._messagesList.filter(a=>this._oldMessagesList.findIndex(c=>c.id===a.id)<0);s=s.filter(a=>this._messageNotReadYet(a)),s.reverse().forEach(a=>{this._previewMessagesList.findIndex(c=>a.id===c.id)<0&&(this._previewMessagesList.unshift(a),this.messagePreviewTime>0&&setTimeout(()=>{this._closePreviewMessage(a.id,!1)},this.messagePreviewTime))}),this._previewMessagesList.length=this._previewMessagesList.length>this.previewMessagesLimit?this.previewMessagesLimit:this._previewMessagesList.length,this._oldMessagesList=this._messagesList,this._alertActive=this._messagesList.length!=0}ngOnInit(){this.updateMessages(this.messages)}ngAfterViewInit(){let r=this._element?.querySelector(".messages-container");r&&(this._simpleBar=new Ja(r))}ngAfterViewChecked(){let r=this._element;if(!r?.querySelector(".messages-container"))return;let o=r?.querySelectorAll(".messages-container > .message-item");!r?.querySelector(".simplebar-content")||!o||this._simpleBar&&this._simpleBar.recalculate()}_closeMessage(r,i,o){if(i)return this._closePreviewMessage(r.id);o&&(o.stopPropagation(),o.preventDefault()),B(this,"bimplusNotifyDeleteMessage",JSON.stringify(r))}_closePreviewMessage(r,i=!0){r&&(this._previewMessagesList=this._previewMessagesList.filter(o=>o.id!==r),this.storeMessagesAsRead([r]),i&&this._previewMessagesList.length===0&&(this._alertActive=!1))}_deleteAllMessages(){B(this,"bimplusNotifyDeleteAllMessages"),this.clearAllLocalStorageMessages()}_messageAction(r,i){r.actionId=i,B(this,"bimplusNotifyMessageAction",JSON.stringify(r))}_toggleOpened(){this._menuOpened=!this._menuOpened,this._alertActive=!1,this._previewMessagesList=[]}_messageNotReadYet(r){if(!r||!r.id)return!0;let i=window.localStorage.getItem(no);return i?!i.includes(r.id):!0}storeMessagesAsRead(r){if(!r||r.length<1)return;let i=window.localStorage.getItem(no);i||(i=""),r.forEach(o=>{i?.includes(o)||(i+=o+";")}),window.localStorage.setItem(no,i)}clearAllLocalStorageMessages(){window.localStorage.removeItem(no)}_getItemLinkTitle(r,i){let o=[];return r.linkText&&(r.links||r.link)&&(o=Array.isArray(r.links)?r.links:[r.link]),o[i]||""}};e.\u0275fac=function(i){return new(i||e)(F(A),F(xt))},e.\u0275cmp=q({type:e,selectors:[["lib-bimplus-notify"]],hostVars:4,hostBindings:function(i,o){i&2&&Xt("new-messages",o.newMessages)("bim-notify",o.bimNotify)},inputs:{messagePreviewTime:"messagePreviewTime",showMessagePreview:[_.HasDecoratorInputTransform,"showMessagePreview","showMessagePreview",y],previewMessagesLimit:"previewMessagesLimit",previewMessagesOffsetY:"previewMessagesOffsetY",messages:"messages"},outputs:{bimplusNotifyDeleteMessage:"bimplusNotifyDeleteMessage",bimplusNotifyDeleteAllMessages:"bimplusNotifyDeleteAllMessages",bimplusNotifyMessageAction:"bimplusNotifyMessageAction"},standalone:!0,features:[ve([A]),he,pe,it,Z],decls:19,vars:16,consts:[[1,"dropdown",3,"click","ngClass","title"],[1,"dropdown-toggle"],[1,"main-icon",3,"ngClass"],[1,"bimcomp-dropdown-menu",3,"ngClass"],[1,"notify-tick"],[1,"messages-title"],[1,"messages-count"],[1,"messages-delete-all",3,"click"],[1,"messages-container"],[1,"message-item"],[1,"bimcomp-overlay",3,"click","ngClass"],[1,"bimcomp-messages-preview",3,"ngClass"],[1,"messages-container-preview"],["class","message-item",4,"ngFor","ngForOf"],[1,"message-item-title"],[3,"ngClass"],[1,"message-item-title-text",3,"ngClass"],[1,"message-item-icon-close",3,"click"],[1,"message-item-body-text"],[1,"message-item-link",3,"title"],["class","message-item-link",3,"title","click",4,"ngFor","ngForOf"],[1,"message-item-link",3,"click","title"],[1,"message-item-empty"],[1,"message-item-empty-icon"],[1,"message-item-empty-text"]],template:function(i,o){i&1&&(m(0,"div",0),ie(1,"translate"),w("click",function(){return o._toggleOpened()}),m(2,"div",1),I(3,"div",2),b(),m(4,"div",3),I(5,"div",4),m(6,"div",5)(7,"div",6),k(8),b(),m(9,"div",7),w("click",function(){return o._deleteAllMessages()}),k(10),ie(11,"translate"),b()(),m(12,"div",8),D(13,w0,1,1,"div",9)(14,D0,5,3),b()()(),m(15,"div",10),w("click",function(){return o._toggleOpened()}),b(),m(16,"div",11)(17,"div",12),D(18,x0,9,7,"div",13),b()()),i&2&&(h("ngClass",o._menuOpened?"open":"")("title",oe(1,12,"_BimplusNotifyTitle")),f(3),h("ngClass","icon-notify"+(o._alertActive?"-alert notify":"")),f(),h("ngClass",o._menuOpened?"open":""),f(4),ce(" (",o._messagesList.length,") "),f(2),ce(" ",oe(11,14,"_Notify_Mark_All")," "),f(3),K(13,o._messagesList.length?13:14),f(2),h("ngClass",o._menuOpened?"open":""),f(),ye("top",o.previewMessagesOffsetY),h("ngClass",o.showMessagePreview&&!o._menuOpened&&o._previewMessagesList.length>0?"visible":""),f(2),h("ngForOf",o._previewMessagesList))},dependencies:[G,J,Ie,fe,xe],styles:[`[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;inset:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;inset:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{inset:0 auto 0 0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.bim-notify{position:relative}.bim-notify .dropdown{position:relative;width:3.25em;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bim-notify .dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;background-size:1.4em 1.4em;cursor:pointer}.bim-notify .bimcomp-dropdown-menu,.bim-notify .bimcomp-messages-preview{font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif;position:absolute;top:100%;right:0;z-index:2;display:none;width:19em;margin:0;padding:.5em .65em .57em 0}.bim-notify .bimcomp-dropdown-menu .messages-title,.bim-notify .bimcomp-messages-preview .messages-title{height:2em;display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:#444}.bim-notify .bimcomp-dropdown-menu .messages-title .messages-count,.bim-notify .bimcomp-messages-preview .messages-title .messages-count,.bim-notify .bimcomp-dropdown-menu .messages-title .messages-delete-all,.bim-notify .bimcomp-messages-preview .messages-title .messages-delete-all{cursor:pointer;font-size:.8125em;font-weight:400;margin:0 .8125em}.bim-notify .bimcomp-dropdown-menu .messages-title .messages-delete-all,.bim-notify .bimcomp-messages-preview .messages-title .messages-delete-all{text-decoration:underline}.bim-notify .bimcomp-dropdown-menu div,.bim-notify .bimcomp-messages-preview div{font-size:1em}.bim-notify .bimcomp-dropdown-menu .noselect,.bim-notify .bimcomp-messages-preview .noselect{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.bim-notify .bimcomp-dropdown-menu li,.bim-notify .bimcomp-messages-preview li{display:flex;flex-direction:row;align-items:center;box-sizing:content-box;padding:.21em 2.1em}.bim-notify .bimcomp-dropdown-menu li span,.bim-notify .bimcomp-messages-preview li span{display:inline-block;flex:1 0 auto;margin-right:1.43em;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.bim-notify .bimcomp-dropdown-menu li:hover,.bim-notify .bimcomp-messages-preview li:hover{background-color:#f5f5f5}.bim-notify .bimcomp-dropdown-menu ul,.bim-notify .bimcomp-messages-preview ul,.bim-notify .bimcomp-dropdown-menu li,.bim-notify .bimcomp-messages-preview li{list-style:none}.bim-notify .bimcomp-dropdown-menu .notify-tick,.bim-notify .bimcomp-messages-preview .notify-tick{width:2em;height:1em;align-self:flex-end;background-image:url("./media/bimplus_Components_Notify_Tick_Up.svg");background-size:cover}.bim-notify .bimcomp-dropdown-menu.open,.bim-notify .bimcomp-messages-preview.visible{display:flex;flex-direction:column}.bim-notify .messages-container,.bim-notify .messages-container-preview{list-style:none;background-color:#fff;border:thin solid rgba(0,0,0,.15);-webkit-box-shadow:0 .43em .86em rgba(0,0,0,.175);box-shadow:0 .43em .86em #0000002d;text-decoration-color:#333;text-decoration-line:none;text-decoration-style:solid;line-height:2.71em;font-weight:400;max-height:16em;overflow:hidden;overflow-y:visible;scrollbar-width:none}.bim-notify .messages-container::-webkit-scrollbar,.bim-notify .messages-container-preview::-webkit-scrollbar{display:none}.bim-notify .messages-container .message-item-empty,.bim-notify .messages-container-preview .message-item-empty{max-width:19em;max-height:6em;padding:.6em .8125em 0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.bim-notify .messages-container .message-item-empty-icon,.bim-notify .messages-container-preview .message-item-empty-icon{width:2.5em;height:2.5em;background-image:url("./media/bimplus_Components_Notify_Empty.svg");background-size:cover}.bim-notify .messages-container .message-item-empty-text,.bim-notify .messages-container-preview .message-item-empty-text{font-size:.8125em;line-height:2.2em}.bim-notify .messages-container .message-item,.bim-notify .messages-container-preview .message-item{max-width:19em;border-bottom:1px solid #D3D3D3;padding:.6em .8125em;box-sizing:border-box}.bim-notify .messages-container .message-item-title,.bim-notify .messages-container-preview .message-item-title{display:flex;align-items:center;line-height:1.5em}.bim-notify .messages-container .message-item-title-text,.bim-notify .messages-container-preview .message-item-title-text{font-size:.8125em;font-weight:700;flex:1 1 auto;margin-left:.8125em}.bim-notify .messages-container .message-item-icon-info,.bim-notify .messages-container-preview .message-item-icon-info{width:1.125em;height:1.125em;background-image:url("./media/bimplus_Components_Info.svg");flex:0 0 auto}.bim-notify .messages-container .message-item-icon-failure,.bim-notify .messages-container-preview .message-item-icon-failure{width:1.125em;height:1.125em;background-image:url("./media/bimplus_Components_Info.svg");flex:0 0 auto}.bim-notify .messages-container .message-item-icon-close,.bim-notify .messages-container-preview .message-item-icon-close{cursor:pointer;width:1.125em;height:1.125em;background-repeat:no-repeat;background-size:auto;background-position:center;background-image:url("./media/bimplus_Components_Notify_Close.svg");flex:0 0 auto}.bim-notify .messages-container .message-item-body-text,.bim-notify .messages-container-preview .message-item-body-text{font-size:.8125em;line-height:1.3em;margin-top:.5em;word-wrap:break-word;white-space:normal}.bim-notify .messages-container .message-item-link,.bim-notify .messages-container-preview .message-item-link{color:#fe5000;text-decoration:underline;font-size:.8125em;line-height:1.3em;margin-top:.5em;word-wrap:break-word;white-space:normal;cursor:pointer}.bim-notify .messages-container .message-item:last-child,.bim-notify .messages-container-preview .message-item:last-child{border-bottom:none}.bim-notify .messages-container-preview{max-height:none;background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none}.bim-notify .messages-container-preview .message-item{background-color:#fff;border:thin solid rgba(0,0,0,.15);-webkit-box-shadow:0 .3em .3em rgba(0,0,0,.175);box-shadow:0 .3em .3em #0000002d;margin-bottom:.5em}.bim-notify .icon{flex-shrink:0;display:inline-block;vertical-align:middle;margin:0 1.36em 0 0;width:1.64em;height:1.64em;background-size:contain;background-position:center;background-repeat:no-repeat}.bim-notify .main-icon{flex-shrink:0;display:inline-block;vertical-align:middle;width:1.375em;height:1.375em;background-size:contain;background-position:center;background-repeat:no-repeat}.bim-notify .main-icon.notify{transform-origin:center top}@keyframes ringbell{0%{transform:rotate(0)}5%{transform:rotate(35deg)}15%{transform:rotate(-30deg)}25%{transform:rotate(25deg)}35%{transform:rotate(-20deg)}45%{transform:rotate(15deg)}55%{transform:rotate(-10deg)}65%{transform:rotate(5deg)}70%{transform:rotate(0)}to{transform:rotate(0)}}.bim-notify .bimcomp-overlay{position:fixed;width:100vw;height:100vh;left:0;top:0;display:none}.bim-notify .bimcomp-overlay.open{display:block;z-index:1}.bim-notify .icon-notify{background-image:url("./media/bimplus_Components_Notify_Main.svg")}.bim-notify .icon-notify-alert{background-image:url("./media/bimplus_Components_Notify_Alert.svg")}.bim-notify .icon-notify-tick-up{background-image:url("./media/bimplus_Components_Notify_Tick_Up.svg")}.bim-notify .icon-notify-info{background-image:url("./media/bimplus_Components_Info.svg")}.bim-notify .icon-notify-failure{background-image:url("./media/bimplus_Components_Info.svg")}.bim-notify .icon-notify-close{background-image:url("./media/bimplus_Components_Notify_Close.svg")}.bim-notify .icon-notify-empty{background-image:url("./media/bimplus_Components_Notify_Empty.svg")}
|
|
13
|
-
`],encapsulation:2});let t=e;return t})();var Tf=(()=>{let e=class e{transform(r){return r+"px"}};e.\u0275fac=function(i){return new(i||e)},e.\u0275pipe=ir({name:"pxsuffix",type:e,pure:!0,standalone:!0});let t=e;return t})();var kf=(()=>{let e=class e{constructor(){this.oldX=0,this.isDragging=!1,this.wasDragging=!1,this.isMouseDown=!1,this.dragging=new E,this.clicked=new E}onMouseMove(r){if(!this.isDragging&&!this.isMouseDown)return;let i=r.clientX-this.oldX;if(!this.isDragging)if(Math.abs(i)>2)this.isDragging=!0,this.wasDragging=!0;else return;B(this,"dragging",i),this.oldX=r.clientX}onMouseUp(){this.isDragging=!1,this.isMouseDown=!1}onMouseDown(r){this.isMouseDown=!0,this.wasDragging=!1,this.oldX=r.clientX}onMouseClick(r){this.wasDragging||B(this,"clicked",r)}};e.\u0275fac=function(i){return new(i||e)},e.\u0275dir=nt({type:e,selectors:[["","xDraggable",""]],hostBindings:function(i,o){i&1&&w("mousemove",function(a){return o.onMouseMove(a)},!1,En)("mouseup",function(a){return o.onMouseUp(a)},!1,En)("mousedown",function(a){return o.onMouseDown(a)})("click",function(a){return o.onMouseClick(a)})},outputs:{dragging:"dragging",clicked:"clicked"},standalone:!0});let t=e;return t})();function E0(t,e){if(t&1&&I(0,"div",12),t&2){let n=v().$implicit;ye("background"," no-repeat center center url("+n.iconDisabled+")"),re("data-test","sidenav_item_"+n.id)}}function S0(t,e){if(t&1){let n=W();m(0,"div",13),w("click",function(){O(n);let i=v(3);return T(i._toggleDrawer())}),b()}if(t&2){let n=v(2).$implicit;ye("background"," no-repeat center center url("+n.iconActive+")"),re("data-test","sidenav_item_"+n.id)}}function O0(t,e){if(t&1){let n=W();m(0,"div",13),w("click",function(){O(n);let i=v(2).$implicit,o=v();return T(o._activateItem(i.id))}),b()}if(t&2){let n=v(2).$implicit;ye("background"," no-repeat center center url("+n.icon+")"),re("data-test","sidenav_item_"+n.id)}}function T0(t,e){if(t&1&&D(0,S0,1,3,"div",11)(1,O0,1,3),t&2){let n=v().$implicit,r=v();K(0,r.activeItem===n.id?0:1)}}function k0(t,e){if(t&1&&(m(0,"div",10),D(1,E0,1,3,"div",11)(2,T0,2,1),b()),t&2){let n=e.$implicit;f(),K(1,n.disabled?1:2)}}function P0(t,e){if(t&1){let n=W();m(0,"div",10)(1,"div",13),w("click",function(){let i=O(n).$implicit,o=v(2);return T(o._clickAction(i.id))}),b()()}if(t&2){let n=e.$implicit;f(),ye("background"," no-repeat center center url("+n.icon+")"),re("data-test","sidenav_action_item_"+n.id)}}function A0(t,e){if(t&1&&(I(0,"div",14),D(1,P0,2,3,"div",1)),t&2){let n=v();f(),h("ngForOf",n.actionItems)}}function N0(t,e){if(t&1){let n=W();m(0,"div",2)(1,"div",13),w("click",function(){O(n);let i=v();return T(i._clickFooter(i.footerItem.id))}),b()()}if(t&2){let n=v();f(),ye("background"," no-repeat center center url("+n.footerItem.icon+")"),re("data-test","sidenav_footer_item_"+n.footerItem.id)}}function F0(t,e){if(t&1){let n=W();m(0,"div",15),w("dragging",function(i){O(n);let o=v();return T(o._onResizeWidth(i))}),b(),m(1,"div",16),w("dragging",function(i){O(n);let o=v();return T(o._onResizeWidth(i))})("clicked",function(){O(n);let i=v();return T(i._toggleDrawer())}),b()}}function R0(t,e){if(t&1){let n=W();m(0,"div",17),w("click",function(){O(n);let i=v();return T(i._toggleDrawer())}),b()}}var Pf=(()=>{let e=class e extends _e{constructor(r){super(r),this.activeItem="",this.drawerHeader="",this.drawerWidth=300,this.drawerExpanded=!0,this.activeItemChanged=new E,this.actionClicked=new E,this.footerClicked=new E,this._items=new Array,this._actionItems=new Array,this._footerItem=null}get items(){return this._items}set items(r){this._items.length=0,this._items=r,this.items.length>0&&this._activateItem(this.items[0].id)}get actionItems(){return this._actionItems}set actionItems(r){this._actionItems.length=0,this._actionItems=r}get footerItem(){return this._footerItem}set footerItem(r){this._footerItem=r}_activateItem(r){this.activeItem=r;let i=this._items.find(o=>o.id==r);this.drawerHeader=i?i.text:"",this.drawerExpanded||this._toggleDrawer(),B(this,"activeItemChanged",r)}_clickAction(r){B(this,"actionClicked",r)}_clickFooter(r){B(this,"footerClicked",r)}_toggleDrawer(){this.drawerExpanded=!this.drawerExpanded}_onResizeWidth(r){let i=r;this.drawerWidth+=i}};e.\u0275fac=function(i){return new(i||e)(F(A))},e.\u0275cmp=q({type:e,selectors:[["lib-bimplus-sidenav"]],inputs:{items:"items",actionItems:"actionItems",footerItem:"footerItem"},outputs:{activeItemChanged:"activeItemChanged",actionClicked:"actionClicked",footerClicked:"footerClicked"},standalone:!0,features:[ve([A]),pe,Z],decls:16,vars:13,consts:[[1,"sidenav"],["class","sidenav-row",4,"ngFor","ngForOf"],[1,"sidenav-row-footer"],[1,"sidenav-drawer",3,"ngClass"],[1,"sidenav-drawer-content-layout"],[1,"sidenav-drawer-header"],[1,"sidenav-drawer-header__title"],[1,"sidenav-drawer-content-offset"],["name","sidenavDrawerContent",1,"sidenav-drawer-content"],["data-test","sidenav-resize-handle",1,"sidenav-resize-handle-left","collapsed"],[1,"sidenav-row"],[1,"sidenav-item",3,"background"],[1,"sidenav-item"],[1,"sidenav-item",3,"click"],[1,"sidenav-separator"],["xDraggable","",1,"sidenav-resize-border-right",3,"dragging"],["xDraggable","","data-test","sidenav-resize-handle",1,"sidenav-resize-handle-left",3,"dragging","clicked"],["data-test","sidenav-resize-handle",1,"sidenav-resize-handle-left","collapsed",3,"click"]],template:function(i,o){i&1&&(m(0,"div",0),D(1,k0,3,1,"div",1)(2,A0,2,1)(3,N0,2,3,"div",2),b(),m(4,"div",3),ie(5,"pxsuffix"),m(6,"div",4)(7,"div",5)(8,"div",6)(9,"span"),k(10),ie(11,"translate"),b()()(),m(12,"div",7),I(13,"slot",8),b()(),D(14,F0,2,0),b(),D(15,R0,1,0,"div",9)),i&2&&(f(),h("ngForOf",o.items),f(),K(2,o.actionItems.length>0?2:-1),f(),K(3,o.footerItem?3:-1),f(),ye("width",oe(5,9,o.drawerWidth)),h("ngClass",o.drawerExpanded?"":"hidden"),f(6),ae(oe(11,11,o.drawerHeader)),f(4),K(14,o.drawerExpanded?14:-1),f(),K(15,o.drawerExpanded?-1:15))},dependencies:[G,J,Ie,Tf,kf,fe,xe],styles:[`.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidenav{width:4rem;height:100%;margin:0;padding:0;text-align:center;background-color:#444;border:0 solid #444444;font-size:0;display:flex;flex-direction:column;position:absolute;bottom:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidenav-item{width:3.2rem;height:3.2rem;background-size:2rem 2rem!important;margin:auto;cursor:pointer}.sidenav-separator{width:2rem;height:.1rem;border-top:.1rem solid white;cursor:default;pointer-events:none;margin-top:.8rem;text-align:center;display:inline-block;align-self:center}.sidenav-row{width:4rem;height:3.2rem;margin-top:.8rem;display:inline-block}.sidenav-row-footer{margin-top:auto;margin-bottom:5.2rem;width:4rem;height:3.2rem}.sidenav-row-footer:hover,.sidenav-row:hover{background-color:#555}.sidenav-drawer{min-width:25rem;height:100%;border:0 solid #444444;position:absolute;bottom:0;left:4rem;background-color:#fffc;transition:background-color .7s;border-right:solid thin #d4d4d4;width:300px;display:flex;flex-direction:row}.sidenav-drawer:hover{background-color:#fff}.sidenav-drawer.hidden{display:none}.sidenav-resize-border-right{right:-5px;position:absolute;height:100%;cursor:col-resize;width:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidenav-resize-handle-left{background-image:url("./media/ic_thin_arrow_left.svg");position:absolute;top:calc(50% - 2.4rem);right:-2.1rem;width:2.1rem;height:4.8rem;border-radius:0 .4rem .4rem 0;background-color:#ffffff94;cursor:pointer;pointer-events:all;background-position:center center;background-repeat:no-repeat;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidenav-resize-handle-left.collapsed{left:4rem!important;border-radius:.4rem 0 0 .4rem;transform:scaleX(-1)}.sidenav-drawer-header{width:100%;background-color:#f5f5f5cc;transition:background-color .7s;display:inline-block}.sidenav-drawer-header__title{font-size:1.8rem;flex-shrink:0;height:2.4rem;
|
|
12
|
+
`],encapsulation:3});let t=e;return t})();var If=ic(Ga(),1);var L_=typeof global=="object"&&global&&global.Object===Object&&global,sf=L_;var j_=typeof self=="object"&&self&&self.Object===Object&&self,V_=sf||j_||Function("return this")(),eo=V_;var B_=eo.Symbol,An=B_;var af=Object.prototype,H_=af.hasOwnProperty,$_=af.toString,gr=An?An.toStringTag:void 0;function z_(t){var e=H_.call(t,gr),n=t[gr];try{t[gr]=void 0;var r=!0}catch{}var i=$_.call(t);return r&&(e?t[gr]=n:delete t[gr]),i}var cf=z_;var U_=Object.prototype,W_=U_.toString;function G_(t){return W_.call(t)}var lf=G_;var q_="[object Null]",Z_="[object Undefined]",uf=An?An.toStringTag:void 0;function Y_(t){return t==null?t===void 0?Z_:q_:uf&&uf in Object(t)?cf(t):lf(t)}var df=Y_;function Q_(t){return t!=null&&typeof t=="object"}var ff=Q_;var X_="[object Symbol]";function K_(t){return typeof t=="symbol"||ff(t)&&df(t)==X_}var mf=K_;var J_=/\s/;function e0(t){for(var e=t.length;e--&&J_.test(t.charAt(e)););return e}var pf=e0;var t0=/^\s+/;function n0(t){return t&&t.slice(0,pf(t)+1).replace(t0,"")}var hf=n0;function r0(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}var Jt=r0;var gf=NaN,i0=/^[-+]0x[0-9a-f]+$/i,o0=/^0b[01]+$/i,s0=/^0o[0-7]+$/i,a0=parseInt;function c0(t){if(typeof t=="number")return t;if(mf(t))return gf;if(Jt(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Jt(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=hf(t);var n=o0.test(t);return n||s0.test(t)?a0(t.slice(2),n?2:8):i0.test(t)?gf:+t}var qa=c0;var l0=function(){return eo.Date.now()},to=l0;var u0="Expected a function",d0=Math.max,f0=Math.min;function m0(t,e,n){var r,i,o,s,a,c,l=0,u=!1,d=!1,p=!0;if(typeof t!="function")throw new TypeError(u0);e=qa(e)||0,Jt(n)&&(u=!!n.leading,d="maxWait"in n,o=d?d0(qa(n.maxWait)||0,e):o,p="trailing"in n?!!n.trailing:p);function g(j){var me=r,Se=i;return r=i=void 0,l=j,s=t.apply(Se,me),s}function C(j){return l=j,a=setTimeout(x,e),u?g(j):s}function M(j){var me=j-c,Se=j-l,vr=e-me;return d?f0(vr,o-Se):vr}function P(j){var me=j-c,Se=j-l;return c===void 0||me>=e||me<0||d&&Se>=o}function x(){var j=to();if(P(j))return te(j);a=setTimeout(x,M(j))}function te(j){return a=void 0,p&&r?g(j):(r=i=void 0,s)}function se(){a!==void 0&&clearTimeout(a),l=0,r=c=i=a=void 0}function Ce(){return a===void 0?s:te(to())}function Ee(){var j=to(),me=P(j);if(r=arguments,i=this,c=j,me){if(a===void 0)return C(c);if(d)return clearTimeout(a),a=setTimeout(x,e),g(c)}return a===void 0&&(a=setTimeout(x,e)),s}return Ee.cancel=se,Ee.flush=Ce,Ee}var en=m0;var p0="Expected a function";function h0(t,e,n){var r=!0,i=!0;if(typeof t!="function")throw new TypeError(p0);return Jt(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),en(t,e,{leading:r,maxWait:e,trailing:i})}var Za=h0;var Qa=ic(Ga(),1),Fn=function(){return Fn=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},Fn.apply(this,arguments)},Nn=null,bf=null;Qa.default&&window.addEventListener("resize",function(){bf!==window.devicePixelRatio&&(bf=window.devicePixelRatio,Nn=null)});function vf(){if(Nn===null){if(typeof document>"u")return Nn=0,Nn;var t=document.body,e=document.createElement("div");e.classList.add("simplebar-hide-scrollbar"),t.appendChild(e);var n=e.getBoundingClientRect().right;t.removeChild(e),Nn=n}return Nn}function _f(t){return!t||!t.ownerDocument||!t.ownerDocument.defaultView?window:t.ownerDocument.defaultView}function yf(t){return!t||!t.ownerDocument?document:t.ownerDocument}var Cf=function(t){var e={},n=Array.prototype.reduce.call(t,function(r,i){var o=i.name.match(/data-simplebar-(.+)/);if(o){var s=o[1].replace(/\W+(.)/g,function(a,c){return c.toUpperCase()});switch(i.value){case"true":r[s]=!0;break;case"false":r[s]=!1;break;case void 0:r[s]=!0;break;default:r[s]=i.value}}return r},e);return n};function wf(t,e){var n;t&&(n=t.classList).add.apply(n,e.split(" "))}function Df(t,e){t&&e.split(" ").forEach(function(n){t.classList.remove(n)})}function Mf(t){return".".concat(t.split(" ").join("."))}var g0=Object.freeze({__proto__:null,getElementWindow:_f,getElementDocument:yf,getOptions:Cf,addClasses:wf,removeClasses:Df,classNamesToQuery:Mf}),At=_f,Ya=yf,b0=Cf,Nt=wf,Ft=Df,Le=Mf,br=function(){function t(e,n){n===void 0&&(n={});var r=this;if(this.removePreventClickId=null,this.minScrollbarWidth=20,this.stopScrollDelay=175,this.isScrolling=!1,this.isMouseEntering=!1,this.scrollXTicking=!1,this.scrollYTicking=!1,this.wrapperEl=null,this.contentWrapperEl=null,this.contentEl=null,this.offsetEl=null,this.maskEl=null,this.placeholderEl=null,this.heightAutoObserverWrapperEl=null,this.heightAutoObserverEl=null,this.rtlHelpers=null,this.scrollbarWidth=0,this.resizeObserver=null,this.mutationObserver=null,this.elStyles=null,this.isRtl=null,this.mouseX=0,this.mouseY=0,this.onMouseMove=function(){},this.onWindowResize=function(){},this.onStopScrolling=function(){},this.onMouseEntered=function(){},this.onScroll=function(){var i=At(r.el);r.scrollXTicking||(i.requestAnimationFrame(r.scrollX),r.scrollXTicking=!0),r.scrollYTicking||(i.requestAnimationFrame(r.scrollY),r.scrollYTicking=!0),r.isScrolling||(r.isScrolling=!0,Nt(r.el,r.classNames.scrolling)),r.showScrollbar("x"),r.showScrollbar("y"),r.onStopScrolling()},this.scrollX=function(){r.axis.x.isOverflowing&&r.positionScrollbar("x"),r.scrollXTicking=!1},this.scrollY=function(){r.axis.y.isOverflowing&&r.positionScrollbar("y"),r.scrollYTicking=!1},this._onStopScrolling=function(){Ft(r.el,r.classNames.scrolling),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isScrolling=!1},this.onMouseEnter=function(){r.isMouseEntering||(Nt(r.el,r.classNames.mouseEntered),r.showScrollbar("x"),r.showScrollbar("y"),r.isMouseEntering=!0),r.onMouseEntered()},this._onMouseEntered=function(){Ft(r.el,r.classNames.mouseEntered),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isMouseEntering=!1},this._onMouseMove=function(i){r.mouseX=i.clientX,r.mouseY=i.clientY,(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseMoveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseMoveForAxis("y")},this.onMouseLeave=function(){r.onMouseMove.cancel(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseLeaveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseLeaveForAxis("y"),r.mouseX=-1,r.mouseY=-1},this._onWindowResize=function(){r.scrollbarWidth=r.getScrollbarWidth(),r.hideNativeScrollbar()},this.onPointerEvent=function(i){if(!(!r.axis.x.track.el||!r.axis.y.track.el||!r.axis.x.scrollbar.el||!r.axis.y.scrollbar.el)){var o,s;r.axis.x.track.rect=r.axis.x.track.el.getBoundingClientRect(),r.axis.y.track.rect=r.axis.y.track.el.getBoundingClientRect(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&(o=r.isWithinBounds(r.axis.x.track.rect)),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&(s=r.isWithinBounds(r.axis.y.track.rect)),(o||s)&&(i.stopPropagation(),i.type==="pointerdown"&&i.pointerType!=="touch"&&(o&&(r.axis.x.scrollbar.rect=r.axis.x.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.x.scrollbar.rect)?r.onDragStart(i,"x"):r.onTrackClick(i,"x")),s&&(r.axis.y.scrollbar.rect=r.axis.y.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.y.scrollbar.rect)?r.onDragStart(i,"y"):r.onTrackClick(i,"y"))))}},this.drag=function(i){var o,s,a,c,l,u,d,p,g,C,M;if(!(!r.draggedAxis||!r.contentWrapperEl)){var P,x=r.axis[r.draggedAxis].track,te=(s=(o=x.rect)===null||o===void 0?void 0:o[r.axis[r.draggedAxis].sizeAttr])!==null&&s!==void 0?s:0,se=r.axis[r.draggedAxis].scrollbar,Ce=(c=(a=r.contentWrapperEl)===null||a===void 0?void 0:a[r.axis[r.draggedAxis].scrollSizeAttr])!==null&&c!==void 0?c:0,Ee=parseInt((u=(l=r.elStyles)===null||l===void 0?void 0:l[r.axis[r.draggedAxis].sizeAttr])!==null&&u!==void 0?u:"0px",10);i.preventDefault(),i.stopPropagation(),r.draggedAxis==="y"?P=i.pageY:P=i.pageX;var j=P-((p=(d=x.rect)===null||d===void 0?void 0:d[r.axis[r.draggedAxis].offsetAttr])!==null&&p!==void 0?p:0)-r.axis[r.draggedAxis].dragOffset;j=r.draggedAxis==="x"&&r.isRtl?((C=(g=x.rect)===null||g===void 0?void 0:g[r.axis[r.draggedAxis].sizeAttr])!==null&&C!==void 0?C:0)-se.size-j:j;var me=j/(te-se.size),Se=me*(Ce-Ee);r.draggedAxis==="x"&&r.isRtl&&(Se=!((M=t.getRtlHelpers())===null||M===void 0)&&M.isScrollingToNegative?-Se:Se),r.contentWrapperEl[r.axis[r.draggedAxis].scrollOffsetAttr]=Se}},this.onEndDrag=function(i){var o=Ya(r.el),s=At(r.el);i.preventDefault(),i.stopPropagation(),Ft(r.el,r.classNames.dragging),o.removeEventListener("mousemove",r.drag,!0),o.removeEventListener("mouseup",r.onEndDrag,!0),r.removePreventClickId=s.setTimeout(function(){o.removeEventListener("click",r.preventClick,!0),o.removeEventListener("dblclick",r.preventClick,!0),r.removePreventClickId=null})},this.preventClick=function(i){i.preventDefault(),i.stopPropagation()},this.el=e,this.options=Fn(Fn({},t.defaultOptions),n),this.classNames=Fn(Fn({},t.defaultOptions.classNames),n.classNames),this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}}},typeof this.el!="object"||!this.el.nodeName)throw new Error("Argument passed to SimpleBar must be an HTML element instead of ".concat(this.el));this.onMouseMove=Za(this._onMouseMove,64),this.onWindowResize=en(this._onWindowResize,64,{leading:!0}),this.onStopScrolling=en(this._onStopScrolling,this.stopScrollDelay),this.onMouseEntered=en(this._onMouseEntered,this.stopScrollDelay),this.init()}return t.getRtlHelpers=function(){if(t.rtlHelpers)return t.rtlHelpers;var e=document.createElement("div");e.innerHTML='<div class="simplebar-dummy-scrollbar-size"><div></div></div>';var n=e.firstElementChild,r=n?.firstElementChild;if(!r)return null;document.body.appendChild(n),n.scrollLeft=0;var i=t.getOffset(n),o=t.getOffset(r);n.scrollLeft=-999;var s=t.getOffset(r);return document.body.removeChild(n),t.rtlHelpers={isScrollOriginAtZero:i.left!==o.left,isScrollingToNegative:o.left!==s.left},t.rtlHelpers},t.prototype.getScrollbarWidth=function(){try{return this.contentWrapperEl&&getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display==="none"||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:vf()}catch{return vf()}},t.getOffset=function(e){var n=e.getBoundingClientRect(),r=Ya(e),i=At(e);return{top:n.top+(i.pageYOffset||r.documentElement.scrollTop),left:n.left+(i.pageXOffset||r.documentElement.scrollLeft)}},t.prototype.init=function(){Qa.default&&(this.initDOM(),this.rtlHelpers=t.getRtlHelpers(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())},t.prototype.initDOM=function(){var e,n;this.wrapperEl=this.el.querySelector(Le(this.classNames.wrapper)),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector(Le(this.classNames.contentWrapper)),this.contentEl=this.options.contentNode||this.el.querySelector(Le(this.classNames.contentEl)),this.offsetEl=this.el.querySelector(Le(this.classNames.offset)),this.maskEl=this.el.querySelector(Le(this.classNames.mask)),this.placeholderEl=this.findChild(this.wrapperEl,Le(this.classNames.placeholder)),this.heightAutoObserverWrapperEl=this.el.querySelector(Le(this.classNames.heightAutoObserverWrapperEl)),this.heightAutoObserverEl=this.el.querySelector(Le(this.classNames.heightAutoObserverEl)),this.axis.x.track.el=this.findChild(this.el,"".concat(Le(this.classNames.track)).concat(Le(this.classNames.horizontal))),this.axis.y.track.el=this.findChild(this.el,"".concat(Le(this.classNames.track)).concat(Le(this.classNames.vertical))),this.axis.x.scrollbar.el=((e=this.axis.x.track.el)===null||e===void 0?void 0:e.querySelector(Le(this.classNames.scrollbar)))||null,this.axis.y.scrollbar.el=((n=this.axis.y.track.el)===null||n===void 0?void 0:n.querySelector(Le(this.classNames.scrollbar)))||null,this.options.autoHide||(Nt(this.axis.x.scrollbar.el,this.classNames.visible),Nt(this.axis.y.scrollbar.el,this.classNames.visible))},t.prototype.initListeners=function(){var e=this,n,r=At(this.el);if(this.el.addEventListener("mouseenter",this.onMouseEnter),this.el.addEventListener("pointerdown",this.onPointerEvent,!0),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),(n=this.contentWrapperEl)===null||n===void 0||n.addEventListener("scroll",this.onScroll),r.addEventListener("resize",this.onWindowResize),!!this.contentEl){if(window.ResizeObserver){var i=!1,o=r.ResizeObserver||ResizeObserver;this.resizeObserver=new o(function(){i&&r.requestAnimationFrame(function(){e.recalculate()})}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),r.requestAnimationFrame(function(){i=!0})}this.mutationObserver=new r.MutationObserver(function(){r.requestAnimationFrame(function(){e.recalculate()})}),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})}},t.prototype.recalculate=function(){if(!(!this.heightAutoObserverEl||!this.contentEl||!this.contentWrapperEl||!this.wrapperEl||!this.placeholderEl)){var e=At(this.el);this.elStyles=e.getComputedStyle(this.el),this.isRtl=this.elStyles.direction==="rtl";var n=this.contentEl.offsetWidth,r=this.heightAutoObserverEl.offsetHeight<=1,i=this.heightAutoObserverEl.offsetWidth<=1||n>0,o=this.contentWrapperEl.offsetWidth,s=this.elStyles.overflowX,a=this.elStyles.overflowY;this.contentEl.style.padding="".concat(this.elStyles.paddingTop," ").concat(this.elStyles.paddingRight," ").concat(this.elStyles.paddingBottom," ").concat(this.elStyles.paddingLeft),this.wrapperEl.style.margin="-".concat(this.elStyles.paddingTop," -").concat(this.elStyles.paddingRight," -").concat(this.elStyles.paddingBottom," -").concat(this.elStyles.paddingLeft);var c=this.contentEl.scrollHeight,l=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=r?"auto":"100%",this.placeholderEl.style.width=i?"".concat(n||l,"px"):"auto",this.placeholderEl.style.height="".concat(c,"px");var u=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=n!==0&&l>n,this.axis.y.isOverflowing=c>u,this.axis.x.isOverflowing=s==="hidden"?!1:this.axis.x.isOverflowing,this.axis.y.isOverflowing=a==="hidden"?!1:this.axis.y.isOverflowing,this.axis.x.forceVisible=this.options.forceVisible==="x"||this.options.forceVisible===!0,this.axis.y.forceVisible=this.options.forceVisible==="y"||this.options.forceVisible===!0,this.hideNativeScrollbar();var d=this.axis.x.isOverflowing?this.scrollbarWidth:0,p=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&l>o-p,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&c>u-d,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el&&(this.axis.x.scrollbar.el.style.width="".concat(this.axis.x.scrollbar.size,"px")),this.axis.y.scrollbar.el&&(this.axis.y.scrollbar.el.style.height="".concat(this.axis.y.scrollbar.size,"px")),this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")}},t.prototype.getScrollbarSize=function(e){var n,r;if(e===void 0&&(e="y"),!this.axis[e].isOverflowing||!this.contentEl)return 0;var i=this.contentEl[this.axis[e].scrollSizeAttr],o=(r=(n=this.axis[e].track.el)===null||n===void 0?void 0:n[this.axis[e].offsetSizeAttr])!==null&&r!==void 0?r:0,s=o/i,a;return a=Math.max(~~(s*o),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(a=Math.min(a,this.options.scrollbarMaxSize)),a},t.prototype.positionScrollbar=function(e){var n,r,i;e===void 0&&(e="y");var o=this.axis[e].scrollbar;if(!(!this.axis[e].isOverflowing||!this.contentWrapperEl||!o.el||!this.elStyles)){var s=this.contentWrapperEl[this.axis[e].scrollSizeAttr],a=((n=this.axis[e].track.el)===null||n===void 0?void 0:n[this.axis[e].offsetSizeAttr])||0,c=parseInt(this.elStyles[this.axis[e].sizeAttr],10),l=this.contentWrapperEl[this.axis[e].scrollOffsetAttr];l=e==="x"&&this.isRtl&&(!((r=t.getRtlHelpers())===null||r===void 0)&&r.isScrollOriginAtZero)?-l:l,e==="x"&&this.isRtl&&(l=!((i=t.getRtlHelpers())===null||i===void 0)&&i.isScrollingToNegative?l:-l);var u=l/(s-c),d=~~((a-o.size)*u);d=e==="x"&&this.isRtl?-d+(a-o.size):d,o.el.style.transform=e==="x"?"translate3d(".concat(d,"px, 0, 0)"):"translate3d(0, ".concat(d,"px, 0)")}},t.prototype.toggleTrackVisibility=function(e){e===void 0&&(e="y");var n=this.axis[e].track.el,r=this.axis[e].scrollbar.el;!n||!r||!this.contentWrapperEl||(this.axis[e].isOverflowing||this.axis[e].forceVisible?(n.style.visibility="visible",this.contentWrapperEl.style[this.axis[e].overflowAttr]="scroll",this.el.classList.add("".concat(this.classNames.scrollable,"-").concat(e))):(n.style.visibility="hidden",this.contentWrapperEl.style[this.axis[e].overflowAttr]="hidden",this.el.classList.remove("".concat(this.classNames.scrollable,"-").concat(e))),this.axis[e].isOverflowing?r.style.display="block":r.style.display="none")},t.prototype.showScrollbar=function(e){e===void 0&&(e="y"),this.axis[e].isOverflowing&&!this.axis[e].scrollbar.isVisible&&(Nt(this.axis[e].scrollbar.el,this.classNames.visible),this.axis[e].scrollbar.isVisible=!0)},t.prototype.hideScrollbar=function(e){e===void 0&&(e="y"),this.axis[e].isOverflowing&&this.axis[e].scrollbar.isVisible&&(Ft(this.axis[e].scrollbar.el,this.classNames.visible),this.axis[e].scrollbar.isVisible=!1)},t.prototype.hideNativeScrollbar=function(){this.offsetEl&&(this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px",this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px")},t.prototype.onMouseMoveForAxis=function(e){e===void 0&&(e="y");var n=this.axis[e];!n.track.el||!n.scrollbar.el||(n.track.rect=n.track.el.getBoundingClientRect(),n.scrollbar.rect=n.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(n.track.rect)?(this.showScrollbar(e),Nt(n.track.el,this.classNames.hover),this.isWithinBounds(n.scrollbar.rect)?Nt(n.scrollbar.el,this.classNames.hover):Ft(n.scrollbar.el,this.classNames.hover)):(Ft(n.track.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(e)))},t.prototype.onMouseLeaveForAxis=function(e){e===void 0&&(e="y"),Ft(this.axis[e].track.el,this.classNames.hover),Ft(this.axis[e].scrollbar.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(e)},t.prototype.onDragStart=function(e,n){var r;n===void 0&&(n="y");var i=Ya(this.el),o=At(this.el),s=this.axis[n].scrollbar,a=n==="y"?e.pageY:e.pageX;this.axis[n].dragOffset=a-(((r=s.rect)===null||r===void 0?void 0:r[this.axis[n].offsetAttr])||0),this.draggedAxis=n,Nt(this.el,this.classNames.dragging),i.addEventListener("mousemove",this.drag,!0),i.addEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId===null?(i.addEventListener("click",this.preventClick,!0),i.addEventListener("dblclick",this.preventClick,!0)):(o.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)},t.prototype.onTrackClick=function(e,n){var r=this,i,o,s,a;n===void 0&&(n="y");var c=this.axis[n];if(!(!this.options.clickOnTrack||!c.scrollbar.el||!this.contentWrapperEl)){e.preventDefault();var l=At(this.el);this.axis[n].scrollbar.rect=c.scrollbar.el.getBoundingClientRect();var u=this.axis[n].scrollbar,d=(o=(i=u.rect)===null||i===void 0?void 0:i[this.axis[n].offsetAttr])!==null&&o!==void 0?o:0,p=parseInt((a=(s=this.elStyles)===null||s===void 0?void 0:s[this.axis[n].sizeAttr])!==null&&a!==void 0?a:"0px",10),g=this.contentWrapperEl[this.axis[n].scrollOffsetAttr],C=n==="y"?this.mouseY-d:this.mouseX-d,M=C<0?-1:1,P=M===-1?g-p:g+p,x=40,te=function(){r.contentWrapperEl&&(M===-1?g>P&&(g-=x,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=g,l.requestAnimationFrame(te)):g<P&&(g+=x,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=g,l.requestAnimationFrame(te)))};te()}},t.prototype.getContentElement=function(){return this.contentEl},t.prototype.getScrollElement=function(){return this.contentWrapperEl},t.prototype.removeListeners=function(){var e=At(this.el);this.el.removeEventListener("mouseenter",this.onMouseEnter),this.el.removeEventListener("pointerdown",this.onPointerEvent,!0),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.onMouseMove.cancel(),this.onWindowResize.cancel(),this.onStopScrolling.cancel(),this.onMouseEntered.cancel()},t.prototype.unMount=function(){this.removeListeners()},t.prototype.isWithinBounds=function(e){return this.mouseX>=e.left&&this.mouseX<=e.left+e.width&&this.mouseY>=e.top&&this.mouseY<=e.top+e.height},t.prototype.findChild=function(e,n){var r=e.matches||e.webkitMatchesSelector||e.mozMatchesSelector||e.msMatchesSelector;return Array.prototype.filter.call(e.children,function(i){return r.call(i,n)})[0]},t.rtlHelpers=null,t.defaultOptions={forceVisible:!1,clickOnTrack:!0,scrollbarMinSize:25,scrollbarMaxSize:0,ariaLabel:"scrollable content",classNames:{contentEl:"simplebar-content",contentWrapper:"simplebar-content-wrapper",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover",dragging:"simplebar-dragging",scrolling:"simplebar-scrolling",scrollable:"simplebar-scrollable",mouseEntered:"simplebar-mouse-entered"},scrollableNode:null,contentNode:null,autoHide:!0},t.getOptions=b0,t.helpers=g0,t}();var Ka=function(t,e){return Ka=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},Ka(t,e)};function v0(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");Ka(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}var xf=br.helpers,Xa=xf.getOptions,qe=xf.addClasses,Ja=function(t){v0(e,t);function e(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i=t.apply(this,n)||this;return e.instances.set(n[0],i),i}return e.initDOMLoadedElements=function(){document.removeEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.removeEventListener("load",this.initDOMLoadedElements),Array.prototype.forEach.call(document.querySelectorAll("[data-simplebar]"),function(n){n.getAttribute("data-simplebar")!=="init"&&!e.instances.has(n)&&new e(n,Xa(n.attributes))})},e.removeObserver=function(){var n;(n=e.globalObserver)===null||n===void 0||n.disconnect()},e.prototype.initDOM=function(){var n=this,r,i,o;if(!Array.prototype.filter.call(this.el.children,function(c){return c.classList.contains(n.classNames.wrapper)}).length){for(this.wrapperEl=document.createElement("div"),this.contentWrapperEl=document.createElement("div"),this.offsetEl=document.createElement("div"),this.maskEl=document.createElement("div"),this.contentEl=document.createElement("div"),this.placeholderEl=document.createElement("div"),this.heightAutoObserverWrapperEl=document.createElement("div"),this.heightAutoObserverEl=document.createElement("div"),qe(this.wrapperEl,this.classNames.wrapper),qe(this.contentWrapperEl,this.classNames.contentWrapper),qe(this.offsetEl,this.classNames.offset),qe(this.maskEl,this.classNames.mask),qe(this.contentEl,this.classNames.contentEl),qe(this.placeholderEl,this.classNames.placeholder),qe(this.heightAutoObserverWrapperEl,this.classNames.heightAutoObserverWrapperEl),qe(this.heightAutoObserverEl,this.classNames.heightAutoObserverEl);this.el.firstChild;)this.contentEl.appendChild(this.el.firstChild);this.contentWrapperEl.appendChild(this.contentEl),this.offsetEl.appendChild(this.contentWrapperEl),this.maskEl.appendChild(this.offsetEl),this.heightAutoObserverWrapperEl.appendChild(this.heightAutoObserverEl),this.wrapperEl.appendChild(this.heightAutoObserverWrapperEl),this.wrapperEl.appendChild(this.maskEl),this.wrapperEl.appendChild(this.placeholderEl),this.el.appendChild(this.wrapperEl),(r=this.contentWrapperEl)===null||r===void 0||r.setAttribute("tabindex","0"),(i=this.contentWrapperEl)===null||i===void 0||i.setAttribute("role","region"),(o=this.contentWrapperEl)===null||o===void 0||o.setAttribute("aria-label",this.options.ariaLabel)}if(!this.axis.x.track.el||!this.axis.y.track.el){var s=document.createElement("div"),a=document.createElement("div");qe(s,this.classNames.track),qe(a,this.classNames.scrollbar),s.appendChild(a),this.axis.x.track.el=s.cloneNode(!0),qe(this.axis.x.track.el,this.classNames.horizontal),this.axis.y.track.el=s.cloneNode(!0),qe(this.axis.y.track.el,this.classNames.vertical),this.el.appendChild(this.axis.x.track.el),this.el.appendChild(this.axis.y.track.el)}br.prototype.initDOM.call(this),this.el.setAttribute("data-simplebar","init")},e.prototype.unMount=function(){br.prototype.unMount.call(this),e.instances.delete(this.el)},e.initHtmlApi=function(){this.initDOMLoadedElements=this.initDOMLoadedElements.bind(this),typeof MutationObserver<"u"&&(this.globalObserver=new MutationObserver(e.handleMutations),this.globalObserver.observe(document,{childList:!0,subtree:!0})),document.readyState==="complete"||document.readyState!=="loading"&&!document.documentElement.doScroll?window.setTimeout(this.initDOMLoadedElements):(document.addEventListener("DOMContentLoaded",this.initDOMLoadedElements),window.addEventListener("load",this.initDOMLoadedElements))},e.handleMutations=function(n){n.forEach(function(r){r.addedNodes.forEach(function(i){i.nodeType===1&&(i.hasAttribute("data-simplebar")?!e.instances.has(i)&&document.documentElement.contains(i)&&new e(i,Xa(i.attributes)):i.querySelectorAll("[data-simplebar]").forEach(function(o){o.getAttribute("data-simplebar")!=="init"&&!e.instances.has(o)&&document.documentElement.contains(o)&&new e(o,Xa(o.attributes))}))}),r.removedNodes.forEach(function(i){i.nodeType===1&&(i.getAttribute("data-simplebar")==="init"?e.instances.has(i)&&!document.documentElement.contains(i)&&e.instances.get(i).unMount():Array.prototype.forEach.call(i.querySelectorAll('[data-simplebar="init"]'),function(o){e.instances.has(o)&&!document.documentElement.contains(o)&&e.instances.get(o).unMount()}))})})},e.instances=new WeakMap,e}(br);If.default&&Ja.initHtmlApi();var Ef=t=>({capitalize:t}),Sf=t=>[t];function _0(t,e){if(t&1){let n=W();m(0,"div",21),w("click",function(){let i=O(n).index,o=v(2).$implicit,s=v(2);return T(s._messageAction(o,i))}),k(1),b()}if(t&2){let n=e.$implicit,r=e.index,i=v(2).$implicit,o=v(2);h("title",o._getItemLinkTitle(i,r)),f(),ae(n)}}function y0(t,e){if(t&1&&D(0,_0,2,2,"div",20),t&2){let n=v().$implicit,r=v(2);h("ngForOf",n.linkText.constructor===r.Array?n.linkText:Re(1,Sf,n.linkText))}}function C0(t,e){if(t&1){let n=W();m(0,"div",9)(1,"div",14),I(2,"div",15),m(3,"div",16),k(4),b(),m(5,"div",17),w("click",function(i){let o=O(n).$implicit,s=v(2);return T(s._closeMessage(o,!1,i))}),b()(),m(6,"div",18),k(7),b(),D(8,y0,1,3,"div",19),b()}if(t&2){let n=e.$implicit;f(2),h("ngClass","message-item-icon-"+n.type),f(),h("ngClass",Re(5,Ef,n.capitalizedTitle)),f(),ce(" ",n.title," "),f(3),ae(n.text),f(),K(8,n.linkText?8:-1)}}function w0(t,e){if(t&1&&D(0,C0,9,7,"div",13),t&2){let n=v();h("ngForOf",n._messagesList)}}function D0(t,e){t&1&&(m(0,"div",22),I(1,"div",23),m(2,"div",24),k(3),ie(4,"translate"),b()()),t&2&&(f(3),ae(oe(4,1,"_Notify_No_Messages")))}function M0(t,e){if(t&1){let n=W();m(0,"div",21),w("click",function(){let i=O(n).index,o=v(2).$implicit,s=v();return T(s._messageAction(o,i))}),k(1),b()}if(t&2){let n=e.$implicit,r=e.index,i=v(2).$implicit,o=v();h("title",o._getItemLinkTitle(i,r)),f(),ae(n)}}function I0(t,e){if(t&1&&D(0,M0,2,2,"div",20),t&2){let n=v().$implicit,r=v();h("ngForOf",n.linkText.constructor===r.Array?n.linkText:Re(1,Sf,n.linkText))}}function x0(t,e){if(t&1){let n=W();m(0,"div",9)(1,"div",14),I(2,"div",15),m(3,"div",16),k(4),b(),m(5,"div",17),w("click",function(i){let o=O(n).$implicit,s=v();return T(s._closeMessage(o,!0,i))}),b()(),m(6,"div",18),k(7),b(),D(8,I0,1,3,"div",19),b()}if(t&2){let n=e.$implicit;f(2),h("ngClass","message-item-icon-"+n.type),f(),h("ngClass",Re(5,Ef,n.capitalizedTitle)),f(),ce(" ",n.title," "),f(3),ce(" ",n.text," "),f(),K(8,n.linkText?8:-1)}}var no="bimplus-notify-messages",Of=(()=>{let e=class e extends _e{constructor(r,i){super(r),this.Array=Array,this._messagesList=[],this.messagePreviewTime=3e3,this.showMessagePreview=!0,this.previewMessagesLimit=3,this.previewMessagesOffsetY="2.7em",this.messages="",this._menuOpened=!1,this._alertActive=!1,this._oldMessagesList=[],this._previewMessagesList=[],this.bimplusNotifyDeleteMessage=new E,this.bimplusNotifyDeleteAllMessages=new E,this.bimplusNotifyMessageAction=new E,this._element=i.nativeElement}get newMessages(){return this._alertActive}get bimNotify(){return!0}ngOnChanges(r){if(r.messages){let i=r.messages.currentValue;this.updateMessages(i)}}updateMessages(r){if(!(r&&typeof r=="string")){this._messagesList=[],this._previewMessagesList=[],this._alertActive=!1;return}let o=JSON.parse(r);this._messagesList=o.messages;let s=this._messagesList.filter(a=>this._oldMessagesList.findIndex(c=>c.id===a.id)<0);s=s.filter(a=>this._messageNotReadYet(a)),s.reverse().forEach(a=>{this._previewMessagesList.findIndex(c=>a.id===c.id)<0&&(this._previewMessagesList.unshift(a),this.messagePreviewTime>0&&setTimeout(()=>{this._closePreviewMessage(a.id,!1)},this.messagePreviewTime))}),this._previewMessagesList.length=this._previewMessagesList.length>this.previewMessagesLimit?this.previewMessagesLimit:this._previewMessagesList.length,this._oldMessagesList=this._messagesList,this._alertActive=this._messagesList.length!=0}ngOnInit(){this.updateMessages(this.messages)}ngAfterViewInit(){let r=this._element?.querySelector(".messages-container");r&&(this._simpleBar=new Ja(r))}ngAfterViewChecked(){let r=this._element;if(!r?.querySelector(".messages-container"))return;let o=r?.querySelectorAll(".messages-container > .message-item");!r?.querySelector(".simplebar-content")||!o||this._simpleBar&&this._simpleBar.recalculate()}_closeMessage(r,i,o){if(i)return this._closePreviewMessage(r.id);o&&(o.stopPropagation(),o.preventDefault()),B(this,"bimplusNotifyDeleteMessage",JSON.stringify(r))}_closePreviewMessage(r,i=!0){r&&(this._previewMessagesList=this._previewMessagesList.filter(o=>o.id!==r),this.storeMessagesAsRead([r]),i&&this._previewMessagesList.length===0&&(this._alertActive=!1))}_deleteAllMessages(){B(this,"bimplusNotifyDeleteAllMessages"),this.clearAllLocalStorageMessages()}_messageAction(r,i){r.actionId=i,B(this,"bimplusNotifyMessageAction",JSON.stringify(r))}_toggleOpened(){this._menuOpened=!this._menuOpened,this._alertActive=!1,this._previewMessagesList=[]}_messageNotReadYet(r){if(!r?.id)return!0;let i=window.localStorage.getItem(no);return i?!i.includes(r.id):!0}storeMessagesAsRead(r){if(!r||r.length<1)return;let i=window.localStorage.getItem(no);i||(i=""),r.forEach(o=>{i?.includes(o)||(i+=o+";")}),window.localStorage.setItem(no,i)}clearAllLocalStorageMessages(){window.localStorage.removeItem(no)}_getItemLinkTitle(r,i){let o=[];return r.linkText&&(r.links||r.link)&&(o=Array.isArray(r.links)?r.links:[r.link]),o[i]??""}};e.\u0275fac=function(i){return new(i||e)(F(A),F(xt))},e.\u0275cmp=q({type:e,selectors:[["lib-bimplus-notify"]],hostVars:4,hostBindings:function(i,o){i&2&&Xt("new-messages",o.newMessages)("bim-notify",o.bimNotify)},inputs:{messagePreviewTime:"messagePreviewTime",showMessagePreview:[_.HasDecoratorInputTransform,"showMessagePreview","showMessagePreview",y],previewMessagesLimit:"previewMessagesLimit",previewMessagesOffsetY:"previewMessagesOffsetY",messages:"messages"},outputs:{bimplusNotifyDeleteMessage:"bimplusNotifyDeleteMessage",bimplusNotifyDeleteAllMessages:"bimplusNotifyDeleteAllMessages",bimplusNotifyMessageAction:"bimplusNotifyMessageAction"},standalone:!0,features:[ve([A]),he,pe,it,Z],decls:19,vars:16,consts:[[1,"dropdown",3,"click","ngClass","title"],[1,"dropdown-toggle"],[1,"main-icon",3,"ngClass"],[1,"bimcomp-dropdown-menu",3,"ngClass"],[1,"notify-tick"],[1,"messages-title"],[1,"messages-count"],[1,"messages-delete-all",3,"click"],[1,"messages-container"],[1,"message-item"],[1,"bimcomp-overlay",3,"click","ngClass"],[1,"bimcomp-messages-preview",3,"ngClass"],[1,"messages-container-preview"],["class","message-item",4,"ngFor","ngForOf"],[1,"message-item-title"],[3,"ngClass"],[1,"message-item-title-text",3,"ngClass"],[1,"message-item-icon-close",3,"click"],[1,"message-item-body-text"],[1,"message-item-link",3,"title"],["class","message-item-link",3,"title","click",4,"ngFor","ngForOf"],[1,"message-item-link",3,"click","title"],[1,"message-item-empty"],[1,"message-item-empty-icon"],[1,"message-item-empty-text"]],template:function(i,o){i&1&&(m(0,"div",0),ie(1,"translate"),w("click",function(){return o._toggleOpened()}),m(2,"div",1),I(3,"div",2),b(),m(4,"div",3),I(5,"div",4),m(6,"div",5)(7,"div",6),k(8),b(),m(9,"div",7),w("click",function(){return o._deleteAllMessages()}),k(10),ie(11,"translate"),b()(),m(12,"div",8),D(13,w0,1,1,"div",9)(14,D0,5,3),b()()(),m(15,"div",10),w("click",function(){return o._toggleOpened()}),b(),m(16,"div",11)(17,"div",12),D(18,x0,9,7,"div",13),b()()),i&2&&(h("ngClass",o._menuOpened?"open":"")("title",oe(1,12,"_BimplusNotifyTitle")),f(3),h("ngClass","icon-notify"+(o._alertActive?"-alert notify":"")),f(),h("ngClass",o._menuOpened?"open":""),f(4),ce(" (",o._messagesList.length,") "),f(2),ce(" ",oe(11,14,"_Notify_Mark_All")," "),f(3),K(13,o._messagesList.length?13:14),f(2),h("ngClass",o._menuOpened?"open":""),f(),ye("top",o.previewMessagesOffsetY),h("ngClass",o.showMessagePreview&&!o._menuOpened&&o._previewMessagesList.length>0?"visible":""),f(2),h("ngForOf",o._previewMessagesList))},dependencies:[G,J,Ie,fe,xe],styles:[`[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;inset:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;inset:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{inset:0 auto 0 0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.bim-notify{position:relative}.bim-notify .dropdown{position:relative;width:3.25em;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bim-notify .dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;background-size:1.4em 1.4em;cursor:pointer}.bim-notify .bimcomp-dropdown-menu,.bim-notify .bimcomp-messages-preview{font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif;position:absolute;top:100%;right:0;z-index:2;display:none;width:19em;margin:0;padding:.5em .65em .57em 0}.bim-notify .bimcomp-dropdown-menu .messages-title,.bim-notify .bimcomp-messages-preview .messages-title{height:2em;display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;background-color:#444}.bim-notify .bimcomp-dropdown-menu .messages-title .messages-count,.bim-notify .bimcomp-messages-preview .messages-title .messages-count,.bim-notify .bimcomp-dropdown-menu .messages-title .messages-delete-all,.bim-notify .bimcomp-messages-preview .messages-title .messages-delete-all{cursor:pointer;font-size:.8125em;font-weight:400;margin:0 .8125em}.bim-notify .bimcomp-dropdown-menu .messages-title .messages-delete-all,.bim-notify .bimcomp-messages-preview .messages-title .messages-delete-all{text-decoration:underline}.bim-notify .bimcomp-dropdown-menu div,.bim-notify .bimcomp-messages-preview div{font-size:1em}.bim-notify .bimcomp-dropdown-menu .noselect,.bim-notify .bimcomp-messages-preview .noselect{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.bim-notify .bimcomp-dropdown-menu li,.bim-notify .bimcomp-messages-preview li{display:flex;flex-direction:row;align-items:center;box-sizing:content-box;padding:.21em 2.1em}.bim-notify .bimcomp-dropdown-menu li span,.bim-notify .bimcomp-messages-preview li span{display:inline-block;flex:1 0 auto;margin-right:1.43em;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.bim-notify .bimcomp-dropdown-menu li:hover,.bim-notify .bimcomp-messages-preview li:hover{background-color:#f5f5f5}.bim-notify .bimcomp-dropdown-menu ul,.bim-notify .bimcomp-messages-preview ul,.bim-notify .bimcomp-dropdown-menu li,.bim-notify .bimcomp-messages-preview li{list-style:none}.bim-notify .bimcomp-dropdown-menu .notify-tick,.bim-notify .bimcomp-messages-preview .notify-tick{width:2em;height:1em;align-self:flex-end;background-image:url("./media/bimplus_Components_Notify_Tick_Up.svg");background-size:cover}.bim-notify .bimcomp-dropdown-menu.open,.bim-notify .bimcomp-messages-preview.visible{display:flex;flex-direction:column}.bim-notify .messages-container,.bim-notify .messages-container-preview{list-style:none;background-color:#fff;border:thin solid rgba(0,0,0,.15);-webkit-box-shadow:0 .43em .86em rgba(0,0,0,.175);box-shadow:0 .43em .86em #0000002d;text-decoration-color:#333;text-decoration-line:none;text-decoration-style:solid;line-height:2.71em;font-weight:400;max-height:16em;overflow:hidden;overflow-y:visible;scrollbar-width:none}.bim-notify .messages-container::-webkit-scrollbar,.bim-notify .messages-container-preview::-webkit-scrollbar{display:none}.bim-notify .messages-container .message-item-empty,.bim-notify .messages-container-preview .message-item-empty{max-width:19em;max-height:6em;padding:.6em .8125em 0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.bim-notify .messages-container .message-item-empty-icon,.bim-notify .messages-container-preview .message-item-empty-icon{width:2.5em;height:2.5em;background-image:url("./media/bimplus_Components_Notify_Empty.svg");background-size:cover}.bim-notify .messages-container .message-item-empty-text,.bim-notify .messages-container-preview .message-item-empty-text{font-size:.8125em;line-height:2.2em}.bim-notify .messages-container .message-item,.bim-notify .messages-container-preview .message-item{max-width:19em;border-bottom:1px solid #D3D3D3;padding:.6em .8125em;box-sizing:border-box}.bim-notify .messages-container .message-item-title,.bim-notify .messages-container-preview .message-item-title{display:flex;align-items:center;line-height:1.5em}.bim-notify .messages-container .message-item-title-text,.bim-notify .messages-container-preview .message-item-title-text{font-size:.8125em;font-weight:700;flex:1 1 auto;margin-left:.8125em}.bim-notify .messages-container .message-item-icon-info,.bim-notify .messages-container-preview .message-item-icon-info{width:1.125em;height:1.125em;background-image:url("./media/bimplus_Components_Info.svg");flex:0 0 auto}.bim-notify .messages-container .message-item-icon-failure,.bim-notify .messages-container-preview .message-item-icon-failure{width:1.125em;height:1.125em;background-image:url("./media/bimplus_Components_Info.svg");flex:0 0 auto}.bim-notify .messages-container .message-item-icon-close,.bim-notify .messages-container-preview .message-item-icon-close{cursor:pointer;width:1.125em;height:1.125em;background-repeat:no-repeat;background-size:auto;background-position:center;background-image:url("./media/bimplus_Components_Notify_Close.svg");flex:0 0 auto}.bim-notify .messages-container .message-item-body-text,.bim-notify .messages-container-preview .message-item-body-text{font-size:.8125em;line-height:1.3em;margin-top:.5em;word-wrap:break-word;white-space:normal}.bim-notify .messages-container .message-item-link,.bim-notify .messages-container-preview .message-item-link{color:#fe5000;text-decoration:underline;font-size:.8125em;line-height:1.3em;margin-top:.5em;word-wrap:break-word;white-space:normal;cursor:pointer}.bim-notify .messages-container .message-item:last-child,.bim-notify .messages-container-preview .message-item:last-child{border-bottom:none}.bim-notify .messages-container-preview{max-height:none;background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none}.bim-notify .messages-container-preview .message-item{background-color:#fff;border:thin solid rgba(0,0,0,.15);-webkit-box-shadow:0 .3em .3em rgba(0,0,0,.175);box-shadow:0 .3em .3em #0000002d;margin-bottom:.5em}.bim-notify .icon{flex-shrink:0;display:inline-block;vertical-align:middle;margin:0 1.36em 0 0;width:1.64em;height:1.64em;background-size:contain;background-position:center;background-repeat:no-repeat}.bim-notify .main-icon{flex-shrink:0;display:inline-block;vertical-align:middle;width:1.375em;height:1.375em;background-size:contain;background-position:center;background-repeat:no-repeat}.bim-notify .main-icon.notify{transform-origin:center top}@keyframes ringbell{0%{transform:rotate(0)}5%{transform:rotate(35deg)}15%{transform:rotate(-30deg)}25%{transform:rotate(25deg)}35%{transform:rotate(-20deg)}45%{transform:rotate(15deg)}55%{transform:rotate(-10deg)}65%{transform:rotate(5deg)}70%{transform:rotate(0)}to{transform:rotate(0)}}.bim-notify .bimcomp-overlay{position:fixed;width:100vw;height:100vh;left:0;top:0;display:none}.bim-notify .bimcomp-overlay.open{display:block;z-index:1}.bim-notify .icon-notify{background-image:url("./media/bimplus_Components_Notify_Main.svg")}.bim-notify .icon-notify-alert{background-image:url("./media/bimplus_Components_Notify_Alert.svg")}.bim-notify .icon-notify-tick-up{background-image:url("./media/bimplus_Components_Notify_Tick_Up.svg")}.bim-notify .icon-notify-info{background-image:url("./media/bimplus_Components_Info.svg")}.bim-notify .icon-notify-failure{background-image:url("./media/bimplus_Components_Info.svg")}.bim-notify .icon-notify-close{background-image:url("./media/bimplus_Components_Notify_Close.svg")}.bim-notify .icon-notify-empty{background-image:url("./media/bimplus_Components_Notify_Empty.svg")}
|
|
13
|
+
`],encapsulation:2});let t=e;return t})();var Tf=(()=>{let e=class e{transform(r){return r+"px"}};e.\u0275fac=function(i){return new(i||e)},e.\u0275pipe=ir({name:"pxsuffix",type:e,pure:!0,standalone:!0});let t=e;return t})();var kf=(()=>{let e=class e{constructor(){this.oldX=0,this.isDragging=!1,this.wasDragging=!1,this.isMouseDown=!1,this.dragging=new E,this.clicked=new E}onMouseMove(r){if(!this.isDragging&&!this.isMouseDown)return;let i=r.clientX-this.oldX;if(!this.isDragging)if(Math.abs(i)>2)this.isDragging=!0,this.wasDragging=!0;else return;B(this,"dragging",i),this.oldX=r.clientX}onMouseUp(){this.isDragging=!1,this.isMouseDown=!1}onMouseDown(r){this.isMouseDown=!0,this.wasDragging=!1,this.oldX=r.clientX}onMouseClick(r){this.wasDragging||B(this,"clicked",r)}};e.\u0275fac=function(i){return new(i||e)},e.\u0275dir=nt({type:e,selectors:[["","xDraggable",""]],hostBindings:function(i,o){i&1&&w("mousemove",function(a){return o.onMouseMove(a)},!1,En)("mouseup",function(a){return o.onMouseUp(a)},!1,En)("mousedown",function(a){return o.onMouseDown(a)})("click",function(a){return o.onMouseClick(a)})},outputs:{dragging:"dragging",clicked:"clicked"},standalone:!0});let t=e;return t})();function E0(t,e){if(t&1&&I(0,"div",12),t&2){let n=v().$implicit;ye("background"," no-repeat center center url("+n.iconDisabled+")"),re("data-test","sidenav_item_"+n.id)}}function S0(t,e){if(t&1){let n=W();m(0,"div",13),w("click",function(){O(n);let i=v(3);return T(i._toggleDrawer())}),b()}if(t&2){let n=v(2).$implicit;ye("background"," no-repeat center center url("+n.iconActive+")"),re("data-test","sidenav_item_"+n.id)}}function O0(t,e){if(t&1){let n=W();m(0,"div",13),w("click",function(){O(n);let i=v(2).$implicit,o=v();return T(o._activateItem(i.id))}),b()}if(t&2){let n=v(2).$implicit;ye("background"," no-repeat center center url("+n.icon+")"),re("data-test","sidenav_item_"+n.id)}}function T0(t,e){if(t&1&&D(0,S0,1,3,"div",11)(1,O0,1,3),t&2){let n=v().$implicit,r=v();K(0,r.activeItem===n.id?0:1)}}function k0(t,e){if(t&1&&(m(0,"div",10),D(1,E0,1,3,"div",11)(2,T0,2,1),b()),t&2){let n=e.$implicit;f(),K(1,n.disabled?1:2)}}function P0(t,e){if(t&1){let n=W();m(0,"div",10)(1,"div",13),w("click",function(){let i=O(n).$implicit,o=v(2);return T(o._clickAction(i.id))}),b()()}if(t&2){let n=e.$implicit;f(),ye("background"," no-repeat center center url("+n.icon+")"),re("data-test","sidenav_action_item_"+n.id)}}function A0(t,e){if(t&1&&(I(0,"div",14),D(1,P0,2,3,"div",1)),t&2){let n=v();f(),h("ngForOf",n.actionItems)}}function N0(t,e){if(t&1){let n=W();m(0,"div",2)(1,"div",13),w("click",function(){O(n);let i=v();return T(i._clickFooter(i.footerItem.id))}),b()()}if(t&2){let n=v();f(),ye("background"," no-repeat center center url("+n.footerItem.icon+")"),re("data-test","sidenav_footer_item_"+n.footerItem.id)}}function F0(t,e){if(t&1){let n=W();m(0,"div",15),w("dragging",function(i){O(n);let o=v();return T(o._onResizeWidth(i))}),b(),m(1,"div",16),w("dragging",function(i){O(n);let o=v();return T(o._onResizeWidth(i))})("clicked",function(){O(n);let i=v();return T(i._toggleDrawer())}),b()}}function R0(t,e){if(t&1){let n=W();m(0,"div",17),w("click",function(){O(n);let i=v();return T(i._toggleDrawer())}),b()}}var Pf=(()=>{let e=class e extends _e{constructor(r){super(r),this.activeItem="",this.drawerHeader="",this.drawerWidth=300,this.drawerExpanded=!0,this.activeItemChanged=new E,this.actionClicked=new E,this.footerClicked=new E,this._items=new Array,this._actionItems=new Array,this._footerItem=null}get items(){return this._items}set items(r){this._items.length=0,this._items=r,this.items.length>0&&this._activateItem(this.items[0].id)}get actionItems(){return this._actionItems}set actionItems(r){this._actionItems.length=0,this._actionItems=r}get footerItem(){return this._footerItem}set footerItem(r){this._footerItem=r}_activateItem(r){this.activeItem=r;let i=this._items.find(o=>o.id==r);this.drawerHeader=i?i.text:"",this.drawerExpanded||this._toggleDrawer(),B(this,"activeItemChanged",r)}_clickAction(r){B(this,"actionClicked",r)}_clickFooter(r){B(this,"footerClicked",r)}_toggleDrawer(){this.drawerExpanded=!this.drawerExpanded}_onResizeWidth(r){let i=r;this.drawerWidth+=i}};e.\u0275fac=function(i){return new(i||e)(F(A))},e.\u0275cmp=q({type:e,selectors:[["lib-bimplus-sidenav"]],inputs:{items:"items",actionItems:"actionItems",footerItem:"footerItem"},outputs:{activeItemChanged:"activeItemChanged",actionClicked:"actionClicked",footerClicked:"footerClicked"},standalone:!0,features:[ve([A]),pe,Z],decls:16,vars:13,consts:[[1,"sidenav"],["class","sidenav-row",4,"ngFor","ngForOf"],[1,"sidenav-row-footer"],[1,"sidenav-drawer",3,"ngClass"],[1,"sidenav-drawer-content-layout"],[1,"sidenav-drawer-header"],[1,"sidenav-drawer-header__title"],[1,"sidenav-drawer-content-offset"],["name","sidenavDrawerContent",1,"sidenav-drawer-content"],["data-test","sidenav-resize-handle",1,"sidenav-resize-handle-left","collapsed"],[1,"sidenav-row"],[1,"sidenav-item",3,"background"],[1,"sidenav-item"],[1,"sidenav-item",3,"click"],[1,"sidenav-separator"],["xDraggable","",1,"sidenav-resize-border-right",3,"dragging"],["xDraggable","","data-test","sidenav-resize-handle",1,"sidenav-resize-handle-left",3,"dragging","clicked"],["data-test","sidenav-resize-handle",1,"sidenav-resize-handle-left","collapsed",3,"click"]],template:function(i,o){i&1&&(m(0,"div",0),D(1,k0,3,1,"div",1)(2,A0,2,1)(3,N0,2,3,"div",2),b(),m(4,"div",3),ie(5,"pxsuffix"),m(6,"div",4)(7,"div",5)(8,"div",6)(9,"span"),k(10),ie(11,"translate"),b()()(),m(12,"div",7),I(13,"slot",8),b()(),D(14,F0,2,0),b(),D(15,R0,1,0,"div",9)),i&2&&(f(),h("ngForOf",o.items),f(),K(2,o.actionItems.length>0?2:-1),f(),K(3,o.footerItem?3:-1),f(),ye("width",oe(5,9,o.drawerWidth)),h("ngClass",o.drawerExpanded?"":"hidden"),f(6),ae(oe(11,11,o.drawerHeader)),f(4),K(14,o.drawerExpanded?14:-1),f(),K(15,o.drawerExpanded?-1:15))},dependencies:[G,J,Ie,Tf,kf,fe,xe],styles:[`.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidenav{width:4rem;height:100%;margin:0;padding:0;text-align:center;background-color:#444;border:0 solid #444444;font-size:0;display:flex;flex-direction:column;position:absolute;bottom:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidenav-item{width:3.2rem;height:3.2rem;background-size:2rem 2rem!important;margin:auto;cursor:pointer}.sidenav-separator{width:2rem;height:.1rem;border-top:.1rem solid white;cursor:default;pointer-events:none;margin-top:.8rem;text-align:center;display:inline-block;align-self:center}.sidenav-row{width:4rem;height:3.2rem;margin-top:.8rem;display:inline-block}.sidenav-row-footer{margin-top:auto;margin-bottom:5.2rem;width:4rem;height:3.2rem}.sidenav-row-footer:hover,.sidenav-row:hover{background-color:#555}.sidenav-drawer{min-width:25rem;height:100%;border:0 solid #444444;position:absolute;bottom:0;left:4rem;background-color:#fffc;transition:background-color .7s;border-right:solid thin #d4d4d4;width:300px;display:flex;flex-direction:row}.sidenav-drawer:hover{background-color:#fff}.sidenav-drawer.hidden{display:none}.sidenav-resize-border-right{right:-5px;position:absolute;height:100%;cursor:col-resize;width:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidenav-resize-handle-left{background-image:url("./media/ic_thin_arrow_left.svg");position:absolute;top:calc(50% - 2.4rem);right:-2.1rem;width:2.1rem;height:4.8rem;border-radius:0 .4rem .4rem 0;background-color:#ffffff94;cursor:pointer;pointer-events:all;background-position:center center;background-repeat:no-repeat;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidenav-resize-handle-left.collapsed{left:4rem!important;border-radius:.4rem 0 0 .4rem;transform:scaleX(-1)}.sidenav-drawer-header{width:100%;background-color:#f5f5f5cc;transition:background-color .7s;display:inline-block}.sidenav-drawer-header__title{font-size:1.8rem;flex-shrink:0;height:2.4rem;line-height:2.4rem;font-weight:600;padding-left:1.4rem;padding-bottom:0;margin-top:1rem;margin-bottom:1.2rem;overflow:hidden}.sidenav-drawer-content-layout{display:flex;flex-direction:column;flex:1}.sidenav-drawer-content-offset{margin:8px}.sidenav-drawer-content{width:100%;height:100%}
|
|
14
14
|
`],encapsulation:3});let t=e;return t})();var L0=(t,e,n)=>({red:t,yellow:e,green:n}),Af=(()=>{let e=class e extends _e{constructor(r){super(r),this.usedStorage=0,this.bimplusStorageInfoClicked=new E}_infoClicked(r){B(this,"bimplusStorageInfoClicked",r)}};e.\u0275fac=function(i){return new(i||e)(F(A))},e.\u0275cmp=q({type:e,selectors:[["lib-bimplus-storage-info"]],inputs:{usedStorage:"usedStorage"},outputs:{bimplusStorageInfoClicked:"bimplusStorageInfoClicked"},standalone:!0,features:[ve([A]),pe,Z],decls:8,vars:13,consts:[[1,"storage-info",3,"click"],[1,"progress-title"],[1,"progress-text"],[1,"storage-info-bar-container"],[1,"storage-info-bar",3,"ngClass"]],template:function(i,o){i&1&&(m(0,"div",0),w("click",function(){return o._infoClicked("storageInfo")}),m(1,"span",1),k(2),ie(3,"translate"),m(4,"span",2),k(5),b()(),m(6,"div",3),I(7,"div",4),b()()),i&2&&(f(2),ce(" ",oe(3,7,"_Common_Data_Environment_Quota")," "),f(3),ce(" ",o.usedStorage,"% "),f(2),ye("width",o.usedStorage+"%")("max-width",o.usedStorage+"%"),h("ngClass",Ot(9,L0,o.usedStorage>=90,o.usedStorage>=80&&o.usedStorage<90,o.usedStorage<80)))},dependencies:[G,J,fe,xe],styles:[`.storage-info{font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif;display:flex;cursor:pointer;color:#777;flex-direction:column}.storage-info.hovered,.storage-info:hover{color:#000}.storage-info.hovered .storage-info-bar .progress,.storage-info:hover .storage-info-bar .progress{border-color:#000}.storage-info .progress-title{line-height:1em;text-align:center;margin:auto .5em .19em;font-weight:600}.storage-info .progress-text{margin-left:.31em}.storage-info .storage-info-bar-container{width:auto;margin:0 .5em auto;background-color:#fff;padding:.125em;border:#777 solid thin}.storage-info .storage-info-bar-container .storage-info-bar{height:.31em}.storage-info .storage-info-bar-container .storage-info-bar.red{background-color:red}.storage-info .storage-info-bar-container .storage-info-bar.yellow{background-color:#ffd400}.storage-info .storage-info-bar-container .storage-info-bar.green{background-color:green}
|
|
15
15
|
`],encapsulation:3});let t=e;return t})();var j0=Math.PI/180,Nf=2*Math.PI,Ze=class t{static pointOnArc(e,n,r){let i=(r-90)*j0;return[e[0]+n*Math.cos(i),e[1]+n*Math.sin(i)]}static arc(e,n,r,i,o,s,a){let c=n-o,l=Math.abs(i-r);s=Math.min(o/2,s),360*(s/(Math.PI*(n-o)))>Math.abs(r-i)&&(s=l/360*c*Math.PI);let u=c+s,d=n-s,p=this.pointOnArc(e,d,r),g=this.pointOnArc(e,d,i),C=this.pointOnArc(e,u,r),M=this.pointOnArc(e,u,i),P=360*(s/(Nf*c)),x=360*(s/(Nf*n)),te=this.pointOnArc(e,c,r+P),se=this.pointOnArc(e,c,i-P),Ce=this.pointOnArc(e,n,r+x),Ee=this.pointOnArc(e,n,i-x),j=l>180+2*x?1:0,me=l>180+2*P?1:0;return new Array("M",(p[0]/a).toString(),(p[1]/a).toString(),"A",(s/a).toString(),(s/a).toString(),"0","0","1",(Ce[0]/a).toString(),(Ce[1]/a).toString(),"A",(n/a).toString(),(n/a).toString(),"0",(j/a).toString(),"1",(Ee[0]/a).toString(),(Ee[1]/a).toString(),"A",(s/a).toString(),(s/a).toString(),"0","0","1",(g[0]/a).toString(),(g[1]/a).toString(),"L",(M[0]/a).toString(),(M[1]/a).toString(),"A",(s/a).toString(),(s/a).toString(),"0","0","1",(se[0]/a).toString(),(se[1]/a).toString(),"A",(c/a).toString(),(c/a).toString(),"0",(me/a).toString(),"0",(te[0]/a).toString(),(te[1]/a).toString(),"A",(s/a).toString(),(s/a).toString(),"0","0","1",(C[0]/a).toString(),(C[1]/a).toString(),"Z").join(" ")}static drawMenuItemSvg(e,n,r,i){let o=i?(e-5)*10:e*10,s=i?(n-3)*10:n*10,a=o*2,l=360/(r>0?r:1)*Math.PI/360,u=o-Math.sin(l)*o,d=o-Math.cos(l)*o,p=o+Math.sin(l)*o,g=o-Math.cos(l)*o;return{radius:o/a,radiusInner:s/a,width:1,thick:(o-s)/a,innerEdgeRight:(o+s)/a,leftX:u/a,leftY:d/a,rightX:p/a,rightY:g/a}}static generateAnnularSector(e){return t.arc([e.subMenuCenter[0]*12,e.subMenuCenter[1]*12],e.subMenuRadius*12,e.subMenuStartAngle,e.subMenuEndAngle,e.subMenuWidth,7,425)}static generateAnnularSectorBorder(e){return t.arc([e.subMenuCenter[0]*12,e.subMenuCenter[1]*12],e.subMenuRadius*12+1,e.subMenuStartAngle-.5,e.subMenuEndAngle+.5,e.subMenuWidth+2,7,425)}static generateDeadZoneAnnularSector(e){return t.arc([e.deadZoneCenter[0]*12,e.deadZoneCenter[1]*12],e.deadZoneRadius*12,e.deadZoneStartAngle,e.deadZoneEndAngle,e.deadZoneWidth,7,700)}static getSVGViewBox(e){return`0 0 ${e.width} ${e.width}`}static getSVGCenterMenuPath(e){return`M 0 ${e.radius} A ${e.radius} ${e.radius} 0 0 1 ${e.width} ${e.radius} L ${e.width} ${e.radius} A ${e.radius} ${e.radius} 0 0 1 0 ${e.radius} L ${e.thick} ${e.radius} A ${e.radiusInner} ${e.radiusInner} 0 0 0 ${e.innerEdgeRight} ${e.radius} L ${e.innerEdgeRight} ${e.radius} A ${e.radiusInner} ${e.radiusInner} 0 0 0 ${e.thick} ${e.radius} Z`}static getSVGCenterMenuItemPath(e){return`M ${e.radius} ${e.radius} L ${e.leftX} ${e.leftY} A ${e.radius} ${e.radius} 0 0 1 ${e.rightX} ${e.rightY} L ${e.rightX} ${e.rightY} L ${e.radius} ${e.radius} Z`}static getSVGCenterSubMenuItemPath(e){return`M ${e.radius} ${e.radius} L ${e.leftX} ${e.leftY} A ${e.radius} ${e.radius} 0 0 1 ${e.rightX} ${e.rightY} L ${e.rightX} ${e.rightY} L ${e.radius} ${e.radius} Z`}};var V0=(t,e,n)=>({disabled:t,enabled:e,active:n});function B0(t,e){if(t&1&&(m(0,"div",1)(1,"span",2),k(2),b()()),t&2){let n=v();h("ngClass",Ot(3,V0,!n.isEnabled,n.isEnabled,n.active))("className",n.item.iconClass),f(2),ae(n.item.text)}}var Ff=(()=>{let e=class e{constructor(){this.item=null,this.active=!1,this.isEnabled=!0,this.centerMenuButtonClass=!0}};e.\u0275fac=function(i){return new(i||e)},e.\u0275cmp=q({type:e,selectors:[["lib-tool-hub-item"]],hostVars:6,hostBindings:function(i,o){i&2&&Xt("active",o.active)("enabled",o.isEnabled)("centermenu-button",o.centerMenuButtonClass)},inputs:{item:"item",active:"active",isEnabled:"isEnabled"},standalone:!0,features:[Z],decls:1,vars:1,consts:[["class","centermenu-button-icon dragger",3,"ngClass","className",4,"ngIf"],[1,"centermenu-button-icon","dragger",3,"ngClass","className"],[1,"centermenu-button-text"]],template:function(i,o){i&1&&D(0,B0,3,7,"div",0),i&2&&h("ngIf",o.item)},dependencies:[G,J,kt],styles:['.flexbox[_ngcontent-%COMP%]{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.noselect[_ngcontent-%COMP%]{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.text-selected[_ngcontent-%COMP%]{color:#fe5000}.ui-icon22px[_ngcontent-%COMP%]{width:2.2rem;height:2.2rem;display:inline-block;float:right;border-radius:.4rem;background-position:center center;background-repeat:no-repeat;cursor:pointer}.ui-icon-sidemenu[_ngcontent-%COMP%]{width:2.4rem;height:2.4rem;background-size:1.8rem 1.8rem;background-position:center center;background-repeat:no-repeat}.touch-ui-icon-sidemenu[_ngcontent-%COMP%]{width:2.4rem;height:2.4rem;background-size:1.8rem 1.8rem;background-position:center center;background-repeat:no-repeat;width:3.2rem;height:3.2rem}.ui-icon-sidemenu-important[_ngcontent-%COMP%]{width:2.4rem!important;height:2.4rem!important;background-size:1.8rem 1.8rem!important;background-position:center center;background-repeat:no-repeat}.shadow[_ngcontent-%COMP%]{box-shadow:.3rem .3rem .7rem #0000004d}.is-touch[_ngcontent-%COMP%] .center-menu[_ngcontent-%COMP%] .submenu-container[_ngcontent-%COMP%]{-webkit-box-justify-content:flex-end;-moz-box-justify-content:flex-end;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.is-touch[_ngcontent-%COMP%] #cmb-view-submenu[_ngcontent-%COMP%]{display:none;top:19rem}.is-touch[_ngcontent-%COMP%] #cmb-view-submenu[_ngcontent-%COMP%] .bim-ui-popupwin-tick-down[_ngcontent-%COMP%]{display:none}@media (max-width: 75.8rem){.touch-center-menu-left-position[_ngcontent-%COMP%]{left:-29rem}}@media (min-width: 76.8rem) and (max-width: 98.2rem){.touch-center-menu-left-position[_ngcontent-%COMP%]{left:-29rem}}@media (min-width: 99.2rem) and (max-width: 119rem){.touch-center-menu-left-position[_ngcontent-%COMP%]{left:-35rem}}@media (min-width: 120rem) and (max-width: 159rem){.touch-center-menu-left-position[_ngcontent-%COMP%]{left:-35rem}}@media (min-width: 160rem){.touch-center-menu-left-position[_ngcontent-%COMP%]{left:-35rem}}#center-menu-fp-id[_ngcontent-%COMP%]{background-color:transparent;pointer-events:none;min-width:20.5rem;min-height:20.5rem;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;z-index:3;position:relative}#center-menu-fp-id.embedded[_ngcontent-%COMP%]{min-width:16.5rem;min-height:16.5rem}.center-menu[_ngcontent-%COMP%]{position:absolute;height:100%;width:100%;bottom:22.1rem;pointer-events:none}.center-menu[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{pointer-events:all}.center-menu[_ngcontent-%COMP%] .hidden[_ngcontent-%COMP%]{display:none!important}.center-menu[_ngcontent-%COMP%] .center-menu-fp.submenu-active[_ngcontent-%COMP%]{width:27rem}.center-menu[_ngcontent-%COMP%] .center-menu-controller[_ngcontent-%COMP%]{cursor:pointer;pointer-events:all;position:absolute;width:4.9rem;height:4.9rem;left:7.8rem;top:7.9rem;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:2.7rem 2.7rem;background-color:#fff;background-image:url("./media/27_Center_Menu.svg");border:1px solid #8D8D8D}.center-menu[_ngcontent-%COMP%] .center-menu-controller.opened[_ngcontent-%COMP%]{background-image:url("./media/27_Center_Menu_opened.svg");transition:width .5s ease-in-out,height .5s ease-in-out}.center-menu[_ngcontent-%COMP%] .center-menu-controller[_ngcontent-%COMP%]:not(.opened).active{background-color:#fe5000;background-image:url("./media/27_Center_Menu_active.svg");border-color:transparent}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu-dead-zone[_ngcontent-%COMP%]{position:absolute;top:-7rem;left:-7rem;width:55rem;height:55rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#fff0;pointer-events:all;-webkit-clip-path:url(#svgCenterMenuSubMenuDeadZone);clip-path:url(#svgCenterMenuSubMenuDeadZone);font-size:0;z-index:-1}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu-border[_ngcontent-%COMP%]{position:absolute;top:-7rem;left:-7rem;width:35rem;height:35rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#c3c3c3;opacity:.9;pointer-events:all;-webkit-clip-path:url(#svgCenterMenuSubMenuBorder);clip-path:url(#svgCenterMenuSubMenuBorder);font-size:0}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%]{position:absolute;top:-7rem;left:-7rem;width:35rem;height:35rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#ffffffe6;pointer-events:all;overflow:hidden;-webkit-clip-path:url(#svgCenterMenuSubMenu);clip-path:url(#svgCenterMenuSubMenu);font-size:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{width:35rem;height:35rem;left:auto;right:0}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%] .centermenu-button-text[_ngcontent-%COMP%]{display:none}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%] .centermenu-button-icon[_ngcontent-%COMP%]{width:2rem;height:3rem;background-size:1.8rem 1.8rem}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1){transform:rotate(62.5deg) translate(-1rem,3.8rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-50deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2){transform:rotate(82.5deg) translate(-1rem,3.8rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-60deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3){transform:rotate(102.5deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-70deg) translate(-.8rem,4rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4){transform:rotate(122.5deg) translate(-.7rem,3.8rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-80deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .center-sub-menu-button[_ngcontent-%COMP%]{position:absolute;width:35rem;height:35rem;overflow:hidden;top:0;left:0;margin:0;padding:0;-webkit-clip-path:url(#svgCenterSubMenuItem);clip-path:url(#svgCenterSubMenuItem);font-size:0;background-position:center top}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .center-sub-menu-button.active[_ngcontent-%COMP%]:not(.disabled){background-color:#fe5000}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .center-sub-menu-button[_ngcontent-%COMP%] .center-sub-menu-button-icon[_ngcontent-%COMP%]{width:2rem;height:2rem;display:inline-block;margin:0;padding:0;background-position:center;background-repeat:no-repeat;background-size:2rem 2rem;cursor:pointer}.center-menu[_ngcontent-%COMP%] .center-menu-circle-border-outer[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .center-menu-circle-border-inner[_ngcontent-%COMP%]{position:absolute;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#8d8d8d80;opacity:.9;pointer-events:all;-webkit-clip-path:url(#svgCenterMenu);clip-path:url(#svgCenterMenu);font-size:0}.center-menu[_ngcontent-%COMP%] .center-menu-circle-border-outer[_ngcontent-%COMP%]{width:20.5rem;height:20.5rem;transform:translate(0) scale(1.01)}.center-menu[_ngcontent-%COMP%] .center-menu-circle-border-inner[_ngcontent-%COMP%]{width:20.5rem;height:20.5rem;transform:scale(.97)}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%]{width:20.5rem;height:20.5rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#444444e6;pointer-events:all;-webkit-clip-path:url(#svgCenterMenu);clip-path:url(#svgCenterMenu);font-size:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button-text[_ngcontent-%COMP%]{display:none}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .bim-ui-popupwin-content[_ngcontent-%COMP%]{box-shadow:.3rem .3rem .7rem #0000004d}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .bim-ui-popupwin-content[_ngcontent-%COMP%] .section-menu-item[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .bim-ui-popupwin-content[_ngcontent-%COMP%] .annotation-menu-item[_ngcontent-%COMP%]{text-align:center}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .bim-ui-popupwin-item[_ngcontent-%COMP%]{min-width:7.125em}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .submenu-container[_ngcontent-%COMP%]{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-justify-content:center;-moz-box-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1){transform:rotate(calc(90deg + 1 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 1 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2){transform:rotate(calc(90deg + 2 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 2 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3){transform:rotate(calc(90deg + 3 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 3 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4){transform:rotate(calc(90deg + 4 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 4 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(5){transform:rotate(calc(90deg + 5 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(5) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 5 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(6){transform:rotate(calc(90deg + 6 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(6) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 6 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(7){transform:rotate(calc(90deg + 7 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(7) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 7 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(8){transform:rotate(calc(90deg + 8 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(8) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 8 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(9){transform:rotate(calc(90deg + 9 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(9) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 9 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(10){transform:rotate(calc(90deg + 10 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(10) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 10 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(11){transform:rotate(calc(90deg + 11 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(11) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 11 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{position:absolute;width:20.5rem;height:20.5rem;top:0;left:0;margin:0;padding:0;-webkit-clip-path:url(#svgCenterMenuItem);clip-path:url(#svgCenterMenuItem);font-size:0;overflow:hidden;background-position:center top}.center-menu[_ngcontent-%COMP%] .centermenu-button.active[_ngcontent-%COMP%]:not(.disabled){background-color:#fe5000}.center-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%] .centermenu-button-icon[_ngcontent-%COMP%]{width:5.8rem;height:5.8rem;margin:-.6rem;display:inline-block;padding:0;background-position:center;background-repeat:no-repeat;background-size:1.8rem 1.8rem}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(1){transform:rotate(65deg);left:auto;right:0}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(1) .center-sub-menu-button-icon[_ngcontent-%COMP%]{transform:rotate(-65deg)}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(2){transform:rotate(80deg);left:auto;right:0}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(2) .center-sub-menu-button-icon[_ngcontent-%COMP%]{transform:rotate(-85deg)}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(3){transform:rotate(95deg);left:auto;right:0}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(3) .center-sub-menu-button-icon[_ngcontent-%COMP%]{transform:rotate(-105deg)}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(4){transform:rotate(110deg);left:auto;right:0}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(4) .center-sub-menu-button-icon[_ngcontent-%COMP%]{transform:rotate(-125deg)}@-webkit-keyframes _ngcontent-%COMP%_highlight{0%{background-color:#d84500}to{background-color:#d84500}}@keyframes _ngcontent-%COMP%_highlight{0%{background-color:#d84500}to{background-color:#d84500}}.center-menu[_ngcontent-%COMP%] .center-menu-fp.is-dragging[_ngcontent-%COMP%] .center-menu-controller[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .center-menu-fp.is-dragging[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{cursor:move}.center-menu[_ngcontent-%COMP%] .center-menu-fp.is-dragging[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{cursor:auto}.center-menu[_ngcontent-%COMP%] .center-menu-fp.is-dragging[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%] .centermenu-button-icon[_ngcontent-%COMP%]{cursor:pointer}.center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) .center-menu-controller[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) .centermenu-button[_ngcontent-%COMP%]{cursor:pointer}.center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{cursor:auto}.center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%] .centermenu-button-icon[_ngcontent-%COMP%]{cursor:pointer}.center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) div[_ngcontent-%COMP%]:not(.center-menu-sub-menu) .centermenu-button[_ngcontent-%COMP%]:not(.active):hover{background-color:#8d8d8d}.center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) div[_ngcontent-%COMP%]:not(.center-menu-sub-menu) .centermenu-button.pulse[_ngcontent-%COMP%]:not(.disabled){-webkit-animation:_ngcontent-%COMP%_highlight .25s linear;animation:_ngcontent-%COMP%_highlight .25s linear}#cmb-view-submenu[_ngcontent-%COMP%]{display:none;text-align:left;position:absolute;bottom:7.4rem;width:35rem;left:25.5rem}.bim-bottom-submenu[_ngcontent-%COMP%]{display:none;text-align:left;position:absolute}.center-menu[_ngcontent-%COMP%]{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%]{width:16.5rem;height:16.5rem}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-controller[_ngcontent-%COMP%]{left:5.8rem;top:5.8rem}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-circle-border-outer[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-circle-border-inner[_ngcontent-%COMP%]{width:16.5rem;height:16.5rem}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%]{width:30rem;height:31rem}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{width:30rem;height:30rem}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1){transform:rotate(64.5deg) translate(-1rem,3rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-50deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2){transform:rotate(84.5deg) translate(-1rem,3.1rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-60deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3){transform:rotate(105.5deg) translate(-1rem,3rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-70deg) translate(-.8rem,4rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4){transform:rotate(124.5deg) translate(-.7rem,2.7rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-80deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu-border[_ngcontent-%COMP%]{width:30rem;height:31rem}.ui-icon-create-task[_ngcontent-%COMP%]{background-image:url("./media/Add_Issue_active.svg")}.ui-icon-create-task.disabled[_ngcontent-%COMP%]{background-image:url("./media/Add_Issue_disabled.svg")}.ui-icon-quantity-take-off[_ngcontent-%COMP%]{background-image:url("./media/Quantity_active.svg")}.ui-icon-quantity-take-off.disabled[_ngcontent-%COMP%]{background-image:url("./media/Quantity_disabled.svg")}.ui-icon-markup[_ngcontent-%COMP%]{background-image:url("./media/Markup_active.svg")}.ui-icon-markup.disabled[_ngcontent-%COMP%]{background-image:url("./media/Markup_disabled.svg")}.ui-icon-section[_ngcontent-%COMP%]{background-image:url("./media/Section_active.svg")}.ui-icon-section.disabled[_ngcontent-%COMP%]{background-image:url("./media/Section_disabled.svg")}.ui-icon-obj-transp[_ngcontent-%COMP%]{background-image:url("./media/Hide_active.svg")}.ui-icon-obj-transp.disabled[_ngcontent-%COMP%]{background-image:url("./media/Hide_disabled.svg")}.ui-icon-obj-select[_ngcontent-%COMP%]{background-image:url("./media/Isolation_active.svg")}.ui-icon-obj-select.disabled[_ngcontent-%COMP%]{background-image:url("./media/Isolation_disabled.svg")}.ui-icon-navigation-map[_ngcontent-%COMP%]{background-image:url("./media/Navigation_Map_active.svg")}.ui-icon-navigation-map.disabled[_ngcontent-%COMP%]{background-image:url("./media/Navigation_Map_disabled.svg")}.ui-icon-fullscreen[_ngcontent-%COMP%]{background-image:url("./media/Fullscreen_active.svg")}.ui-icon-fullscreen.disabled[_ngcontent-%COMP%]{background-image:url("./media/Fullscreen_disabled.svg")}.ui-icon-project-navigator[_ngcontent-%COMP%]{background-image:url("./media/Project_Navigation_active.svg")}.ui-icon-project-navigator.disabled[_ngcontent-%COMP%]{background-image:url("./media/Project_Navigation_disabled.svg")}.ui-icon-obj-reset[_ngcontent-%COMP%]{background-image:url("./media/Reset_active.svg")}.ui-icon-obj-reset.disabled[_ngcontent-%COMP%]{background-image:url("./media/Reset_disabled.svg")}.ui-icon-reset-vp[_ngcontent-%COMP%]{background-image:url("./media/View_active.svg")}.ui-icon-reset-vp.disabled[_ngcontent-%COMP%]{background-image:url("./media/View_disabled.svg")}.ui-icon-front-view[_ngcontent-%COMP%]{background-image:url("./media/cm_view_front_black.svg")}.ui-icon-front-view[_ngcontent-%COMP%]:hover{background-image:url("./media/cm_view_front_orange.svg")}.ui-icon-perspective-view[_ngcontent-%COMP%]{background-image:url("./media/cm_view_perspective_black.svg")}.ui-icon-perspective-view[_ngcontent-%COMP%]:hover{background-image:url("./media/cm_view_perspective_orange.svg")}.ui-icon-side-view[_ngcontent-%COMP%]{background-image:url("./media/cm_view_side_black.svg")}.ui-icon-side-view[_ngcontent-%COMP%]:hover{background-image:url("./media/cm_view_side_orange.svg")}.ui-icon-top-view[_ngcontent-%COMP%]{background-image:url("./media/cm_view_top_black.svg")}.ui-icon-top-view[_ngcontent-%COMP%]:hover{background-image:url("./media/cm_view_top_orange.svg")}']});let t=e;return t})();var H0=(t,e,n)=>({disabled:t,enabled:e,active:n});function $0(t,e){if(t&1&&(m(0,"div",1)(1,"span",2),k(2),b()()),t&2){let n=v();h("ngClass",Ot(3,H0,!n.isEnabled,n.isEnabled,n.active))("className",n.item.iconClass),f(2),ae(n.item.text)}}var Rf=(()=>{let e=class e{constructor(){this.item=null,this.active=!1,this.isEnabled=!0,this.centerMenuButtonClass=!0,this.centerSubMenuButtonClass=!0}};e.\u0275fac=function(i){return new(i||e)},e.\u0275cmp=q({type:e,selectors:[["lib-tool-hub-sub-item"]],hostVars:8,hostBindings:function(i,o){i&2&&Xt("active",o.active)("enabled",o.isEnabled)("centermenu-button",o.centerMenuButtonClass)("center-sub-menu-button",o.centerSubMenuButtonClass)},inputs:{item:"item",active:"active",isEnabled:"isEnabled"},standalone:!0,features:[Z],decls:1,vars:1,consts:[["class","center-sub-menu-button-icon",3,"ngClass","className",4,"ngIf"],[1,"center-sub-menu-button-icon",3,"ngClass","className"],[1,"centermenu-button-text"]],template:function(i,o){i&1&&D(0,$0,3,7,"div",0),i&2&&h("ngIf",o.item)},dependencies:[G,J,kt],styles:['.flexbox[_ngcontent-%COMP%]{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.noselect[_ngcontent-%COMP%]{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.text-selected[_ngcontent-%COMP%]{color:#fe5000}.ui-icon22px[_ngcontent-%COMP%]{width:2.2rem;height:2.2rem;display:inline-block;float:right;border-radius:.4rem;background-position:center center;background-repeat:no-repeat;cursor:pointer}.ui-icon-sidemenu[_ngcontent-%COMP%]{width:2.4rem;height:2.4rem;background-size:1.8rem 1.8rem;background-position:center center;background-repeat:no-repeat}.touch-ui-icon-sidemenu[_ngcontent-%COMP%]{width:2.4rem;height:2.4rem;background-size:1.8rem 1.8rem;background-position:center center;background-repeat:no-repeat;width:3.2rem;height:3.2rem}.ui-icon-sidemenu-important[_ngcontent-%COMP%]{width:2.4rem!important;height:2.4rem!important;background-size:1.8rem 1.8rem!important;background-position:center center;background-repeat:no-repeat}.shadow[_ngcontent-%COMP%]{box-shadow:.3rem .3rem .7rem #0000004d}.is-touch[_ngcontent-%COMP%] .center-menu[_ngcontent-%COMP%] .submenu-container[_ngcontent-%COMP%]{-webkit-box-justify-content:flex-end;-moz-box-justify-content:flex-end;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.is-touch[_ngcontent-%COMP%] #cmb-view-submenu[_ngcontent-%COMP%]{display:none;top:19rem}.is-touch[_ngcontent-%COMP%] #cmb-view-submenu[_ngcontent-%COMP%] .bim-ui-popupwin-tick-down[_ngcontent-%COMP%]{display:none}@media (max-width: 75.8rem){.touch-center-menu-left-position[_ngcontent-%COMP%]{left:-29rem}}@media (min-width: 76.8rem) and (max-width: 98.2rem){.touch-center-menu-left-position[_ngcontent-%COMP%]{left:-29rem}}@media (min-width: 99.2rem) and (max-width: 119rem){.touch-center-menu-left-position[_ngcontent-%COMP%]{left:-35rem}}@media (min-width: 120rem) and (max-width: 159rem){.touch-center-menu-left-position[_ngcontent-%COMP%]{left:-35rem}}@media (min-width: 160rem){.touch-center-menu-left-position[_ngcontent-%COMP%]{left:-35rem}}#center-menu-fp-id[_ngcontent-%COMP%]{background-color:transparent;pointer-events:none;min-width:20.5rem;min-height:20.5rem;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;z-index:3;position:relative}#center-menu-fp-id.embedded[_ngcontent-%COMP%]{min-width:16.5rem;min-height:16.5rem}.center-menu[_ngcontent-%COMP%]{position:absolute;height:100%;width:100%;bottom:22.1rem;pointer-events:none}.center-menu[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{pointer-events:all}.center-menu[_ngcontent-%COMP%] .hidden[_ngcontent-%COMP%]{display:none!important}.center-menu[_ngcontent-%COMP%] .center-menu-fp.submenu-active[_ngcontent-%COMP%]{width:27rem}.center-menu[_ngcontent-%COMP%] .center-menu-controller[_ngcontent-%COMP%]{cursor:pointer;pointer-events:all;position:absolute;width:4.9rem;height:4.9rem;left:7.8rem;top:7.9rem;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:2.7rem 2.7rem;background-color:#fff;background-image:url("./media/27_Center_Menu.svg");border:1px solid #8D8D8D}.center-menu[_ngcontent-%COMP%] .center-menu-controller.opened[_ngcontent-%COMP%]{background-image:url("./media/27_Center_Menu_opened.svg");transition:width .5s ease-in-out,height .5s ease-in-out}.center-menu[_ngcontent-%COMP%] .center-menu-controller[_ngcontent-%COMP%]:not(.opened).active{background-color:#fe5000;background-image:url("./media/27_Center_Menu_active.svg");border-color:transparent}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu-dead-zone[_ngcontent-%COMP%]{position:absolute;top:-7rem;left:-7rem;width:55rem;height:55rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#fff0;pointer-events:all;-webkit-clip-path:url(#svgCenterMenuSubMenuDeadZone);clip-path:url(#svgCenterMenuSubMenuDeadZone);font-size:0;z-index:-1}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu-border[_ngcontent-%COMP%]{position:absolute;top:-7rem;left:-7rem;width:35rem;height:35rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#c3c3c3;opacity:.9;pointer-events:all;-webkit-clip-path:url(#svgCenterMenuSubMenuBorder);clip-path:url(#svgCenterMenuSubMenuBorder);font-size:0}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%]{position:absolute;top:-7rem;left:-7rem;width:35rem;height:35rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#ffffffe6;pointer-events:all;overflow:hidden;-webkit-clip-path:url(#svgCenterMenuSubMenu);clip-path:url(#svgCenterMenuSubMenu);font-size:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{width:35rem;height:35rem;left:auto;right:0}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%] .centermenu-button-text[_ngcontent-%COMP%]{display:none}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%] .centermenu-button-icon[_ngcontent-%COMP%]{width:2rem;height:3rem;background-size:1.8rem 1.8rem}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1){transform:rotate(62.5deg) translate(-1rem,3.8rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-50deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2){transform:rotate(82.5deg) translate(-1rem,3.8rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-60deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3){transform:rotate(102.5deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-70deg) translate(-.8rem,4rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4){transform:rotate(122.5deg) translate(-.7rem,3.8rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-80deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .center-sub-menu-button[_ngcontent-%COMP%]{position:absolute;width:35rem;height:35rem;overflow:hidden;top:0;left:0;margin:0;padding:0;-webkit-clip-path:url(#svgCenterSubMenuItem);clip-path:url(#svgCenterSubMenuItem);font-size:0;background-position:center top}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .center-sub-menu-button.active[_ngcontent-%COMP%]:not(.disabled){background-color:#fe5000}.center-menu[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .center-sub-menu-button[_ngcontent-%COMP%] .center-sub-menu-button-icon[_ngcontent-%COMP%]{width:2rem;height:2rem;display:inline-block;margin:0;padding:0;background-position:center;background-repeat:no-repeat;background-size:2rem 2rem;cursor:pointer}.center-menu[_ngcontent-%COMP%] .center-menu-circle-border-outer[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .center-menu-circle-border-inner[_ngcontent-%COMP%]{position:absolute;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#8d8d8d80;opacity:.9;pointer-events:all;-webkit-clip-path:url(#svgCenterMenu);clip-path:url(#svgCenterMenu);font-size:0}.center-menu[_ngcontent-%COMP%] .center-menu-circle-border-outer[_ngcontent-%COMP%]{width:20.5rem;height:20.5rem;transform:translate(0) scale(1.01)}.center-menu[_ngcontent-%COMP%] .center-menu-circle-border-inner[_ngcontent-%COMP%]{width:20.5rem;height:20.5rem;transform:scale(.97)}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%]{width:20.5rem;height:20.5rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#444444e6;pointer-events:all;-webkit-clip-path:url(#svgCenterMenu);clip-path:url(#svgCenterMenu);font-size:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button-text[_ngcontent-%COMP%]{display:none}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .bim-ui-popupwin-content[_ngcontent-%COMP%]{box-shadow:.3rem .3rem .7rem #0000004d}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .bim-ui-popupwin-content[_ngcontent-%COMP%] .section-menu-item[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .bim-ui-popupwin-content[_ngcontent-%COMP%] .annotation-menu-item[_ngcontent-%COMP%]{text-align:center}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .bim-ui-popupwin-item[_ngcontent-%COMP%]{min-width:7.125em}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .submenu-container[_ngcontent-%COMP%]{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-justify-content:center;-moz-box-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1){transform:rotate(calc(90deg + 1 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 1 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2){transform:rotate(calc(90deg + 2 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 2 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3){transform:rotate(calc(90deg + 3 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 3 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4){transform:rotate(calc(90deg + 4 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 4 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(5){transform:rotate(calc(90deg + 5 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(5) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 5 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(6){transform:rotate(calc(90deg + 6 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(6) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 6 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(7){transform:rotate(calc(90deg + 7 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(7) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 7 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(8){transform:rotate(calc(90deg + 8 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(8) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 8 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(9){transform:rotate(calc(90deg + 9 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(9) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 9 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(10){transform:rotate(calc(90deg + 10 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(10) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 10 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(11){transform:rotate(calc(90deg + 11 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(11) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(calc(-90deg - 11 * 360deg / var(--menu-items)))}.center-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{position:absolute;width:20.5rem;height:20.5rem;top:0;left:0;margin:0;padding:0;-webkit-clip-path:url(#svgCenterMenuItem);clip-path:url(#svgCenterMenuItem);font-size:0;overflow:hidden;background-position:center top}.center-menu[_ngcontent-%COMP%] .centermenu-button.active[_ngcontent-%COMP%]:not(.disabled){background-color:#fe5000}.center-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%] .centermenu-button-icon[_ngcontent-%COMP%]{width:5.8rem;height:5.8rem;margin:-.6rem;display:inline-block;padding:0;background-position:center;background-repeat:no-repeat;background-size:1.8rem 1.8rem}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(1){transform:rotate(65deg);left:auto;right:0}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(1) .center-sub-menu-button-icon[_ngcontent-%COMP%]{transform:rotate(-65deg)}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(2){transform:rotate(80deg);left:auto;right:0}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(2) .center-sub-menu-button-icon[_ngcontent-%COMP%]{transform:rotate(-85deg)}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(3){transform:rotate(95deg);left:auto;right:0}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(3) .center-sub-menu-button-icon[_ngcontent-%COMP%]{transform:rotate(-105deg)}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(4){transform:rotate(110deg);left:auto;right:0}.center-sub-menu-button[_ngcontent-%COMP%]:nth-child(4) .center-sub-menu-button-icon[_ngcontent-%COMP%]{transform:rotate(-125deg)}@-webkit-keyframes _ngcontent-%COMP%_highlight{0%{background-color:#d84500}to{background-color:#d84500}}@keyframes _ngcontent-%COMP%_highlight{0%{background-color:#d84500}to{background-color:#d84500}}.center-menu[_ngcontent-%COMP%] .center-menu-fp.is-dragging[_ngcontent-%COMP%] .center-menu-controller[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .center-menu-fp.is-dragging[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{cursor:move}.center-menu[_ngcontent-%COMP%] .center-menu-fp.is-dragging[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{cursor:auto}.center-menu[_ngcontent-%COMP%] .center-menu-fp.is-dragging[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%] .centermenu-button-icon[_ngcontent-%COMP%]{cursor:pointer}.center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) .center-menu-controller[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) .centermenu-button[_ngcontent-%COMP%]{cursor:pointer}.center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{cursor:auto}.center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%] .centermenu-button-icon[_ngcontent-%COMP%]{cursor:pointer}.center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) div[_ngcontent-%COMP%]:not(.center-menu-sub-menu) .centermenu-button[_ngcontent-%COMP%]:not(.active):hover{background-color:#8d8d8d}.center-menu[_ngcontent-%COMP%] .center-menu-fp[_ngcontent-%COMP%]:not(.is-dragging) div[_ngcontent-%COMP%]:not(.center-menu-sub-menu) .centermenu-button.pulse[_ngcontent-%COMP%]:not(.disabled){-webkit-animation:_ngcontent-%COMP%_highlight .25s linear;animation:_ngcontent-%COMP%_highlight .25s linear}#cmb-view-submenu[_ngcontent-%COMP%]{display:none;text-align:left;position:absolute;bottom:7.4rem;width:35rem;left:25.5rem}.bim-bottom-submenu[_ngcontent-%COMP%]{display:none;text-align:left;position:absolute}.center-menu[_ngcontent-%COMP%]{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-circle[_ngcontent-%COMP%]{width:16.5rem;height:16.5rem}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-controller[_ngcontent-%COMP%]{left:5.8rem;top:5.8rem}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-circle-border-outer[_ngcontent-%COMP%], .center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-circle-border-inner[_ngcontent-%COMP%]{width:16.5rem;height:16.5rem}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%]{width:30rem;height:31rem}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]{width:30rem;height:30rem}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1){transform:rotate(64.5deg) translate(-1rem,3rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(1) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-50deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2){transform:rotate(84.5deg) translate(-1rem,3.1rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(2) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-60deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3){transform:rotate(105.5deg) translate(-1rem,3rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(3) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-70deg) translate(-.8rem,4rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4){transform:rotate(124.5deg) translate(-.7rem,2.7rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu[_ngcontent-%COMP%] .centermenu-button[_ngcontent-%COMP%]:nth-child(4) .centermenu-button-icon[_ngcontent-%COMP%]{transform:rotate(-80deg) translate(-1rem,4rem)}.center-menu[_ngcontent-%COMP%] .embedded[_ngcontent-%COMP%] .center-menu-sub-menu-border[_ngcontent-%COMP%]{width:30rem;height:31rem}.ui-icon-create-task[_ngcontent-%COMP%]{background-image:url("./media/Add_Issue_active.svg")}.ui-icon-create-task.disabled[_ngcontent-%COMP%]{background-image:url("./media/Add_Issue_disabled.svg")}.ui-icon-quantity-take-off[_ngcontent-%COMP%]{background-image:url("./media/Quantity_active.svg")}.ui-icon-quantity-take-off.disabled[_ngcontent-%COMP%]{background-image:url("./media/Quantity_disabled.svg")}.ui-icon-markup[_ngcontent-%COMP%]{background-image:url("./media/Markup_active.svg")}.ui-icon-markup.disabled[_ngcontent-%COMP%]{background-image:url("./media/Markup_disabled.svg")}.ui-icon-section[_ngcontent-%COMP%]{background-image:url("./media/Section_active.svg")}.ui-icon-section.disabled[_ngcontent-%COMP%]{background-image:url("./media/Section_disabled.svg")}.ui-icon-obj-transp[_ngcontent-%COMP%]{background-image:url("./media/Hide_active.svg")}.ui-icon-obj-transp.disabled[_ngcontent-%COMP%]{background-image:url("./media/Hide_disabled.svg")}.ui-icon-obj-select[_ngcontent-%COMP%]{background-image:url("./media/Isolation_active.svg")}.ui-icon-obj-select.disabled[_ngcontent-%COMP%]{background-image:url("./media/Isolation_disabled.svg")}.ui-icon-navigation-map[_ngcontent-%COMP%]{background-image:url("./media/Navigation_Map_active.svg")}.ui-icon-navigation-map.disabled[_ngcontent-%COMP%]{background-image:url("./media/Navigation_Map_disabled.svg")}.ui-icon-fullscreen[_ngcontent-%COMP%]{background-image:url("./media/Fullscreen_active.svg")}.ui-icon-fullscreen.disabled[_ngcontent-%COMP%]{background-image:url("./media/Fullscreen_disabled.svg")}.ui-icon-project-navigator[_ngcontent-%COMP%]{background-image:url("./media/Project_Navigation_active.svg")}.ui-icon-project-navigator.disabled[_ngcontent-%COMP%]{background-image:url("./media/Project_Navigation_disabled.svg")}.ui-icon-obj-reset[_ngcontent-%COMP%]{background-image:url("./media/Reset_active.svg")}.ui-icon-obj-reset.disabled[_ngcontent-%COMP%]{background-image:url("./media/Reset_disabled.svg")}.ui-icon-reset-vp[_ngcontent-%COMP%]{background-image:url("./media/View_active.svg")}.ui-icon-reset-vp.disabled[_ngcontent-%COMP%]{background-image:url("./media/View_disabled.svg")}.ui-icon-front-view[_ngcontent-%COMP%]{background-image:url("./media/cm_view_front_black.svg")}.ui-icon-front-view[_ngcontent-%COMP%]:hover{background-image:url("./media/cm_view_front_orange.svg")}.ui-icon-perspective-view[_ngcontent-%COMP%]{background-image:url("./media/cm_view_perspective_black.svg")}.ui-icon-perspective-view[_ngcontent-%COMP%]:hover{background-image:url("./media/cm_view_perspective_orange.svg")}.ui-icon-side-view[_ngcontent-%COMP%]{background-image:url("./media/cm_view_side_black.svg")}.ui-icon-side-view[_ngcontent-%COMP%]:hover{background-image:url("./media/cm_view_side_orange.svg")}.ui-icon-top-view[_ngcontent-%COMP%]{background-image:url("./media/cm_view_top_black.svg")}.ui-icon-top-view[_ngcontent-%COMP%]:hover{background-image:url("./media/cm_view_top_orange.svg")}']});let t=e;return t})();var Lf=(()=>{let e=class e{constructor(){this.oldX=0,this.oldY=0,this.isDragging=!1,this.wasDragging=!1,this.isMouseDown=!1,this.dragging=new E,this.clicked=new E}onMouseMove(r){if(!this.isDragging&&!this.isMouseDown)return;let i=r.clientX-this.oldX,o=r.clientY-this.oldY;if(!this.isDragging)if(Math.abs(i)>2||Math.abs(o)>2)this.isDragging=!0,this.wasDragging=!0;else return;B(this,"dragging",[i,o]),this.oldX=r.clientX,this.oldY=r.clientY}onMouseUp(){this.isDragging=!1,this.isMouseDown=!1}onMouseDown(r){this.isMouseDown=!0,this.wasDragging=!1,this.oldX=r.clientX,this.oldY=r.clientY}onMouseClick(r){this.wasDragging||B(this,"clicked",r)}};e.\u0275fac=function(i){return new(i||e)},e.\u0275dir=nt({type:e,selectors:[["","libDraggable",""]],hostBindings:function(i,o){i&1&&w("mousemove",function(a){return o.onMouseMove(a)},!1,En)("mouseup",function(a){return o.onMouseUp(a)},!1,En)("mousedown",function(a){return o.onMouseDown(a)})("click",function(a){return o.onMouseClick(a)})},outputs:{dragging:"dragging",clicked:"clicked"},standalone:!0});let t=e;return t})();var z0=(t,e)=>({opened:t,active:e});function U0(t,e){if(t&1){let n=W();m(0,"lib-tool-hub-item",16),w("clicked",function(){let i=O(n).$implicit,o=v();return T(o.clickToolHubItem(i.buttonId))}),b()}if(t&2){let n=e.$implicit;h("item",n)("active",n.active)("isEnabled",!n.disabled),re("data-test","toolhub_item_"+n.buttonId)}}function W0(t,e){if(t&1){let n=W();m(0,"lib-tool-hub-sub-item",21),w("click",function(){let i=O(n).$implicit,o=v(2);return T(o.clickToolHubSubItem(i.buttonId))}),b()}if(t&2){let n=e.$implicit;h("item",n),re("data-test","toolhub_subitem_"+n.buttonId)}}function G0(t,e){if(t&1){let n=W();m(0,"div",17),w("mouseleave",function(){O(n);let i=v();return T(i.setHoveredState("submenuBorder",!1))})("mouseenter",function(){O(n);let i=v();return T(i.setHoveredState("submenuBorder",!0))}),b(),m(1,"div",18),w("mouseleave",function(){O(n);let i=v();return T(i.setHoveredState("submenu",!1))})("mouseenter",function(){O(n);let i=v();return T(i.setHoveredState("submenu",!0))}),D(2,W0,1,2,"lib-tool-hub-sub-item",19),b(),m(3,"div",20),w("mouseleave",function(){O(n);let i=v();return T(i.setHoveredState("deadZone",!1))})("mouseenter",function(){O(n);let i=v();return T(i.setHoveredState("deadZone",!0))}),b()}if(t&2){let n=v();h("ngClass",n.isOpened?"":"hidden"),f(),h("ngClass",n.isOpened?"":"hidden"),f(),h("ngForOf",n.activeSubItems),f(),h("ngClass",n.isOpened?"":"hidden")}}function q0(){return{subMenuStartAngle:50,subMenuEndAngle:130,svgRadiusInner:5.75,svgRadius:10.25,subMenuCenter:[17.25,17.5],subMenuRadius:15.5,subMenuWidth:52,deadZoneCenter:[17,18],deadZoneWidth:140,deadZoneRadius:22,deadZoneStartAngle:45,deadZoneEndAngle:135}}function Z0(){return[{buttonId:"cmButCreateTask",iconClass:"ui-icon-create-task",text:"_Create_issue_center_menu_tooltip",tooltip:"_Create_issue_center_menu_tooltip",tooltipDisabled:"_Create_issue_center_menu_tooltip",active:!1},{buttonId:"cmButQuantityTakeOff",iconClass:"ui-icon-quantity-take-off",text:"_Quantity_take_Off_center_menu_tooltip",tooltip:"_Quantity_take_Off_center_menu_tooltip",tooltipDisabled:"_Quantity_take_Off_center_menu_tooltip",active:!1,disabled:!0},{buttonId:"cmButMarkup",iconClass:"ui-icon-markup",text:"_Markups_center_menu_tooltip",tooltip:"_Markups_center_menu_tooltip",tooltipDisabled:"_Markups_center_menu_tooltip",active:!1},{buttonId:"cmButSection",iconClass:"ui-icon-section",text:"_Sectioning_center_menu_tooltip",tooltip:"_Sectioning_center_menu_tooltip",tooltipDisabled:"_Sectioning_center_menu_tooltip",active:!1},{buttonId:"cmButObjTranspMenu",iconClass:"ui-icon-obj-transp",text:"_Hide_objects_center_menu_tooltip",tooltip:"_Hide_objects_center_menu_tooltip",tooltipDisabled:"_Hide_objects_center_menu_tooltip",active:!1},{buttonId:"cmButObjSel",iconClass:"ui-icon-obj-select",text:"_Isolate_objects_center_menu_tooltip",tooltip:"_Isolate_objects_center_menu_tooltip",tooltipDisabled:"_Isolate_objects_center_menu_tooltip",active:!1},{buttonId:"cmButNavigationMap",iconClass:"ui-icon-navigation-map",text:"_Navigation_nap_center_menu_tooltip",tooltip:"_Navigation_nap_center_menu_tooltip",tooltipDisabled:"_Navigation_nap_center_menu_tooltip",active:!1},{buttonId:"cmButFullScreen",iconClass:"ui-icon-fullscreen",text:"_Fullscreen_node_center_menu_tooltip",tooltip:"_Fullscreen_node_center_menu_tooltip",tooltipDisabled:"_Fullscreen_node_center_menu_tooltip",active:!1},{buttonId:"cmButProjectNavigator",iconClass:"ui-icon-project-navigator",text:"_Project_navigator_center_menu_tooltip",tooltip:"_Project_navigator_center_menu_tooltip",tooltipDisabled:"_Project_navigator_center_menu_tooltip",active:!0},{iconClass:"ui-icon-obj-reset",buttonId:"cmButResetObj",text:"_Reset_viewport_center_menu_tooltip",tooltip:"_Reset_viewport_center_menu_tooltip",tooltipDisabled:"_Reset_viewport_center_menu_tooltip",active:!1},{buttonId:"cmButResetVp",iconClass:"ui-icon-reset-vp",text:"_Select_view_center_menu_tooltip",tooltip:"_Select_view_center_menu_tooltip",tooltipDisabled:"_Select_view_center_menu_tooltip",active:!1,subMenuId:"cmb-view-submenu",subItems:[{buttonId:"cmButFrontView",iconClass:"ui-icon-front-view",text:"_Front_view_center_menu_tooltip",tooltip:"_Front_view_center_menu_tooltip",tooltipDisabled:"_Front_view_center_menu_tooltip",actionClick:"centerMenuFrontViewClick"},{buttonId:"cmButTopView",iconClass:"ui-icon-top-view",text:"_Top_view_center_menu_tooltip",tooltip:"_Top_view_center_menu_tooltip",tooltipDisabled:"_Top_view_center_menu_tooltip",actionClick:"centerMenuTopViewClick"},{buttonId:"cmButSideView",iconClass:"ui-icon-side-view",text:"_Side_view_center_menu_tooltip",tooltip:"_Side_view_center_menu_tooltip",tooltipDisabled:"_Side_view_center_menu_tooltip",actionClick:"centerMenuSideViewClick"},{buttonId:"cmButPerspectiveView",iconClass:"ui-icon-perspective-view",text:"_Perspective_view_center_menu_tooltip",tooltip:"_Perspective_view_center_menu_tooltip",tooltipDisabled:"_Perspective_view_center_menu_tooltip",actionClick:"centerMenuPerspectiveViewClick"}]}]}var jf=(()=>{let e=class e extends _e{constructor(r){super(r),this.left=500,this.top=500,this.title="",this.isEmbedded=!1,this.isFocused=!1,this.isActive=!0,this.itemClicked=new E,this.subItemClicked=new E,this._isOpened=!0,this._items=Array(),this._activeSubItemsView=null,this._activeSubItems=null,this._hoveredElements=Array(),this.items=Z0(),this._visualSettings=q0(),this._units=this.calculateCurrentMenuItemUnits(),this._subMenuUnits=this.calculateCurrentSubMenuItemUnits(),this._annularSector=Ze.generateAnnularSector(this._visualSettings),this._annularSectorBorder=Ze.generateAnnularSectorBorder(this._visualSettings),this._deadZoneAnnularSector=Ze.generateDeadZoneAnnularSector(this._visualSettings)}get items(){return this._items}set items(r){this._items=r;let i=this._items?.length>0?this._items.length:1,o=document?.documentElement?.style;if(o){let s=o.getPropertyValue("--menu-items");parseInt(s)!=i&&o.setProperty("--menu-items",i.toString())}}get activeSubItems(){return this._activeSubItems}get isOpened(){return this._isOpened}set isOpened(r){this._isOpened=r,this.title=this._isOpened?this.translateService.instant("_Minimize_toolhub_tooltip"):this.translateService.instant("_Show_toolhub_tooltip")}get units(){return this._units}get subMenuUnits(){return this._subMenuUnits}get annularSector(){return this._annularSector}get annularSectorBorder(){return this._annularSectorBorder}get deadZoneAnnularSector(){return this._deadZoneAnnularSector}getSVGViewBox(){return Ze.getSVGViewBox(this._units)}getSVGCenterMenuPath(){return Ze.getSVGCenterMenuPath(this._units)}getSVGCenterMenuItemPath(){return Ze.getSVGCenterMenuItemPath(this._units)}getSVGCenterSubMenuItemPath(){return Ze.getSVGCenterSubMenuItemPath(this._subMenuUnits)}toggleMenu(){this.isOpened=!this.isOpened}findToolHubItemById(r){return this._items.find(i=>i.buttonId===r)}clickToolHubItem(r){let i=this.findToolHubItemById(r);!i||i?.disabled||this.itemClicked.emit(r)}clickToolHubSubItem(r){!this._activeSubItems||!this._activeSubItems.find(o=>o.buttonId===r)||(this.subItemClicked.emit(r),this.closeActiveSubItemsView())}toggleToolHubItemActive(r){let i=this.findToolHubItemById(r);!i||i.disabled||(i.active=!i.active)}toggleSubItemsView(r){let i=this.findToolHubItemById(r);!i||i.disabled||!i.subItems||(i.active=!i.active,i.active?(this._activeSubItemsView=i,this._activeSubItems=i.subItems):(this._activeSubItemsView=null,this._activeSubItems=null))}closeActiveSubItemsView(){this._activeSubItemsView&&(this._activeSubItemsView.active=!1,this._activeSubItemsView=null),this._activeSubItems=null}setHoveredState(r,i){let o=this._hoveredElements.indexOf(r),s=this._hoveredElements.length;o>=0&&!i&&this._hoveredElements.splice(o,1),o<0&&i&&this._hoveredElements.push(r),s>0&&this._hoveredElements.length===0&&setInterval(()=>{this._hoveredElements.length===0&&this.closeActiveSubItemsView()},1e3)}dragElement(r){let i=r[0],o=r[1];this.left+=i,this.top+=o}calculateCurrentMenuItemUnits(){return Ze.drawMenuItemSvg(this._visualSettings.svgRadius,this._visualSettings.svgRadiusInner,this._items.length,this.isEmbedded)}calculateCurrentSubMenuItemUnits(){return Ze.drawMenuItemSvg(this._visualSettings.svgRadius,this._visualSettings.svgRadiusInner,20,this.isEmbedded)}};e.\u0275fac=function(i){return new(i||e)(F(A))},e.\u0275cmp=q({type:e,selectors:[["lib-bimplus-tool-hub"]],hostVars:4,hostBindings:function(i,o){i&2&&ye("left",o.left,"px")("top",o.top,"px")},inputs:{left:"left",top:"top",items:"items",isOpened:[_.HasDecoratorInputTransform,"isOpened","isOpened",y],isEmbedded:[_.HasDecoratorInputTransform,"isEmbedded","isEmbedded",y],isFocused:[_.HasDecoratorInputTransform,"isFocused","isFocused",y],isActive:[_.HasDecoratorInputTransform,"isActive","isActive",y]},outputs:{itemClicked:"itemClicked",subItemClicked:"subItemClicked"},standalone:!0,features:[he,pe,Z],decls:21,vars:18,consts:[[1,"center-menu"],["id","center-menu-fp-id",1,"center-menu-fp",3,"ngClass"],["libDraggable","","id","center-menu-controller","data-test","toolhub_controller",1,"center-menu-controller","dragger",3,"clicked","dragging","ngClass","title"],[1,"center-menu-circle-border-inner",3,"ngClass"],[1,"center-menu-circle-border-outer",3,"mouseleave","mouseenter","ngClass"],["libDraggable","",1,"center-menu-circle",3,"mouseleave","mouseenter","dragging","ngClass"],["libDraggable","",3,"item","active","isEnabled","clicked",4,"ngFor","ngForOf"],["fill","none",1,"centermenu-button-svg"],["id","svgCenterMenu","clipPathUnits","objectBoundingBox"],["fill","white"],["id","svgCenterMenuItem","clipPathUnits","objectBoundingBox"],["id","svgCenterSubMenuItem","clipPathUnits","objectBoundingBox"],["id","svgCenterMenuSubMenu","clipPathUnits","objectBoundingBox"],["fill","none"],["id","svgCenterMenuSubMenuBorder","clipPathUnits","objectBoundingBox"],["id","svgCenterMenuSubMenuDeadZone","clipPathUnits","objectBoundingBox"],["libDraggable","",3,"clicked","item","active","isEnabled"],[1,"center-menu-sub-menu-border",3,"mouseleave","mouseenter","ngClass"],[1,"center-menu-sub-menu",3,"mouseleave","mouseenter","ngClass"],[3,"item","click",4,"ngFor","ngForOf"],[1,"center-menu-sub-menu-dead-zone",3,"mouseleave","mouseenter","ngClass"],[3,"click","item"]],template:function(i,o){i&1&&(m(0,"div",0)(1,"div",1)(2,"div",2),w("clicked",function(){return o.toggleMenu()})("dragging",function(a){return o.dragElement(a)}),b(),I(3,"div",3),m(4,"div",4),w("mouseleave",function(){return o.setHoveredState("menuCircleBorderOuter",!1)})("mouseenter",function(){return o.setHoveredState("menuCircleBorderOuter",!0)}),b(),m(5,"div",5),w("mouseleave",function(){return o.setHoveredState("menuCircle",!1)})("mouseenter",function(){return o.setHoveredState("menuCircle",!0)})("dragging",function(a){return o.dragElement(a)}),D(6,U0,1,4,"lib-tool-hub-item",6),mu(),m(7,"svg",7)(8,"clipPath",8),I(9,"path",9),b(),m(10,"clipPath",10),I(11,"path",9),b(),m(12,"clipPath",11),I(13,"path",9),b(),m(14,"clipPath",12),I(15,"path",13),b(),m(16,"clipPath",14),I(17,"path",13),b(),m(18,"clipPath",15),I(19,"path",13),b()()(),D(20,G0,4,4),b()()),i&2&&(f(),h("ngClass",o.activeSubItems?"submenu-active":""),f(),h("ngClass",St(15,z0,o.isOpened,o.isActive))("title",o.title),f(),h("ngClass",o.isOpened?"":"hidden"),f(),h("ngClass",o.isOpened?"":"hidden"),f(),h("ngClass",o.isOpened?"":"hidden"),f(),h("ngForOf",o.items),f(),re("viewBox",o.getSVGViewBox()),f(2),re("d",o.getSVGCenterMenuPath()),f(2),re("d",o.getSVGCenterMenuItemPath()),f(2),re("d",o.getSVGCenterSubMenuItemPath()),f(2),re("d",o.annularSector),f(2),re("d",o.annularSectorBorder),f(2),re("d",o.deadZoneAnnularSector),f(),K(20,o.activeSubItems?20:-1))},dependencies:[G,J,Ie,Ff,Rf,Lf],styles:[`.flexbox{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.text-selected{color:#fe5000}.ui-icon22px{width:2.2rem;height:2.2rem;display:inline-block;float:right;border-radius:.4rem;background-position:center center;background-repeat:no-repeat;cursor:pointer}.ui-icon-sidemenu{width:2.4rem;height:2.4rem;background-size:1.8rem 1.8rem;background-position:center center;background-repeat:no-repeat}.touch-ui-icon-sidemenu{width:2.4rem;height:2.4rem;background-size:1.8rem 1.8rem;background-position:center center;background-repeat:no-repeat;width:3.2rem;height:3.2rem}.ui-icon-sidemenu-important{width:2.4rem!important;height:2.4rem!important;background-size:1.8rem 1.8rem!important;background-position:center center;background-repeat:no-repeat}.shadow{box-shadow:.3rem .3rem .7rem #0000004d}.is-touch .center-menu .submenu-container{-webkit-box-justify-content:flex-end;-moz-box-justify-content:flex-end;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.is-touch #cmb-view-submenu{display:none;top:19rem}.is-touch #cmb-view-submenu .bim-ui-popupwin-tick-down{display:none}@media (max-width: 75.8rem){.touch-center-menu-left-position{left:-29rem}}@media (min-width: 76.8rem) and (max-width: 98.2rem){.touch-center-menu-left-position{left:-29rem}}@media (min-width: 99.2rem) and (max-width: 119rem){.touch-center-menu-left-position{left:-35rem}}@media (min-width: 120rem) and (max-width: 159rem){.touch-center-menu-left-position{left:-35rem}}@media (min-width: 160rem){.touch-center-menu-left-position{left:-35rem}}#center-menu-fp-id{background-color:transparent;pointer-events:none;min-width:20.5rem;min-height:20.5rem;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;z-index:3;position:relative}#center-menu-fp-id.embedded{min-width:16.5rem;min-height:16.5rem}.center-menu{position:absolute;height:100%;width:100%;bottom:22.1rem;pointer-events:none}.center-menu>*{pointer-events:all}.center-menu .hidden{display:none!important}.center-menu .center-menu-fp.submenu-active{width:27rem}.center-menu .center-menu-controller{cursor:pointer;pointer-events:all;position:absolute;width:4.9rem;height:4.9rem;left:7.8rem;top:7.9rem;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:2.7rem 2.7rem;background-color:#fff;background-image:url("./media/27_Center_Menu.svg");border:1px solid #8D8D8D}.center-menu .center-menu-controller.opened{background-image:url("./media/27_Center_Menu_opened.svg");transition:width .5s ease-in-out,height .5s ease-in-out}.center-menu .center-menu-controller:not(.opened).active{background-color:#fe5000;background-image:url("./media/27_Center_Menu_active.svg");border-color:transparent}.center-menu .center-menu-sub-menu-dead-zone{position:absolute;top:-7rem;left:-7rem;width:55rem;height:55rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#fff0;pointer-events:all;-webkit-clip-path:url(#svgCenterMenuSubMenuDeadZone);clip-path:url(#svgCenterMenuSubMenuDeadZone);font-size:0;z-index:-1}.center-menu .center-menu-sub-menu-border{position:absolute;top:-7rem;left:-7rem;width:35rem;height:35rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#c3c3c3;opacity:.9;pointer-events:all;-webkit-clip-path:url(#svgCenterMenuSubMenuBorder);clip-path:url(#svgCenterMenuSubMenuBorder);font-size:0}.center-menu .center-menu-sub-menu{position:absolute;top:-7rem;left:-7rem;width:35rem;height:35rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#ffffffe6;pointer-events:all;overflow:hidden;-webkit-clip-path:url(#svgCenterMenuSubMenu);clip-path:url(#svgCenterMenuSubMenu);font-size:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.center-menu .center-menu-sub-menu .centermenu-button{width:35rem;height:35rem;left:auto;right:0}.center-menu .center-menu-sub-menu .centermenu-button .centermenu-button-text{display:none}.center-menu .center-menu-sub-menu .centermenu-button .centermenu-button-icon{width:2rem;height:3rem;background-size:1.8rem 1.8rem}.center-menu .center-menu-sub-menu .centermenu-button:nth-child(1){transform:rotate(62.5deg) translate(-1rem,3.8rem)}.center-menu .center-menu-sub-menu .centermenu-button:nth-child(1) .centermenu-button-icon{transform:rotate(-50deg) translate(-1rem,4rem)}.center-menu .center-menu-sub-menu .centermenu-button:nth-child(2){transform:rotate(82.5deg) translate(-1rem,3.8rem)}.center-menu .center-menu-sub-menu .centermenu-button:nth-child(2) .centermenu-button-icon{transform:rotate(-60deg) translate(-1rem,4rem)}.center-menu .center-menu-sub-menu .centermenu-button:nth-child(3){transform:rotate(102.5deg) translate(-1rem,4rem)}.center-menu .center-menu-sub-menu .centermenu-button:nth-child(3) .centermenu-button-icon{transform:rotate(-70deg) translate(-.8rem,4rem)}.center-menu .center-menu-sub-menu .centermenu-button:nth-child(4){transform:rotate(122.5deg) translate(-.7rem,3.8rem)}.center-menu .center-menu-sub-menu .centermenu-button:nth-child(4) .centermenu-button-icon{transform:rotate(-80deg) translate(-1rem,4rem)}.center-menu .center-menu-sub-menu .center-sub-menu-button{position:absolute;width:35rem;height:35rem;overflow:hidden;top:0;left:0;margin:0;padding:0;-webkit-clip-path:url(#svgCenterSubMenuItem);clip-path:url(#svgCenterSubMenuItem);font-size:0;background-position:center top}.center-menu .center-menu-sub-menu .center-sub-menu-button.active:not(.disabled){background-color:#fe5000}.center-menu .center-menu-sub-menu .center-sub-menu-button .center-sub-menu-button-icon{width:2rem;height:2rem;display:inline-block;margin:0;padding:0;background-position:center;background-repeat:no-repeat;background-size:2rem 2rem;cursor:pointer}.center-menu .center-menu-circle-border-outer,.center-menu .center-menu-circle-border-inner{position:absolute;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#8d8d8d80;opacity:.9;pointer-events:all;-webkit-clip-path:url(#svgCenterMenu);clip-path:url(#svgCenterMenu);font-size:0}.center-menu .center-menu-circle-border-outer{width:20.5rem;height:20.5rem;transform:translate(0) scale(1.01)}.center-menu .center-menu-circle-border-inner{width:20.5rem;height:20.5rem;transform:scale(.97)}.center-menu .center-menu-circle{width:20.5rem;height:20.5rem;margin:auto;vertical-align:bottom;text-align:center;white-space:nowrap;background-color:#444444e6;pointer-events:all;-webkit-clip-path:url(#svgCenterMenu);clip-path:url(#svgCenterMenu);font-size:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.center-menu .center-menu-circle .centermenu-button-text{display:none}.center-menu .center-menu-circle .bim-ui-popupwin-content{box-shadow:.3rem .3rem .7rem #0000004d}.center-menu .center-menu-circle .bim-ui-popupwin-content .section-menu-item,.center-menu .center-menu-circle .bim-ui-popupwin-content .annotation-menu-item{text-align:center}.center-menu .center-menu-circle .bim-ui-popupwin-item{min-width:7.125em}.center-menu .center-menu-circle .submenu-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-justify-content:center;-moz-box-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.center-menu .center-menu-circle .centermenu-button:nth-child(1){transform:rotate(calc(90deg + 1 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(1) .centermenu-button-icon{transform:rotate(calc(-90deg - 1 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(2){transform:rotate(calc(90deg + 2 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(2) .centermenu-button-icon{transform:rotate(calc(-90deg - 2 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(3){transform:rotate(calc(90deg + 3 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(3) .centermenu-button-icon{transform:rotate(calc(-90deg - 3 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(4){transform:rotate(calc(90deg + 4 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(4) .centermenu-button-icon{transform:rotate(calc(-90deg - 4 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(5){transform:rotate(calc(90deg + 5 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(5) .centermenu-button-icon{transform:rotate(calc(-90deg - 5 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(6){transform:rotate(calc(90deg + 6 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(6) .centermenu-button-icon{transform:rotate(calc(-90deg - 6 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(7){transform:rotate(calc(90deg + 7 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(7) .centermenu-button-icon{transform:rotate(calc(-90deg - 7 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(8){transform:rotate(calc(90deg + 8 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(8) .centermenu-button-icon{transform:rotate(calc(-90deg - 8 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(9){transform:rotate(calc(90deg + 9 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(9) .centermenu-button-icon{transform:rotate(calc(-90deg - 9 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(10){transform:rotate(calc(90deg + 10 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(10) .centermenu-button-icon{transform:rotate(calc(-90deg - 10 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(11){transform:rotate(calc(90deg + 11 * 360deg / var(--menu-items)))}.center-menu .center-menu-circle .centermenu-button:nth-child(11) .centermenu-button-icon{transform:rotate(calc(-90deg - 11 * 360deg / var(--menu-items)))}.center-menu .centermenu-button{position:absolute;width:20.5rem;height:20.5rem;top:0;left:0;margin:0;padding:0;-webkit-clip-path:url(#svgCenterMenuItem);clip-path:url(#svgCenterMenuItem);font-size:0;overflow:hidden;background-position:center top}.center-menu .centermenu-button.active:not(.disabled){background-color:#fe5000}.center-menu .centermenu-button .centermenu-button-icon{width:5.8rem;height:5.8rem;margin:-.6rem;display:inline-block;padding:0;background-position:center;background-repeat:no-repeat;background-size:1.8rem 1.8rem}.center-sub-menu-button:nth-child(1){transform:rotate(65deg);left:auto;right:0}.center-sub-menu-button:nth-child(1) .center-sub-menu-button-icon{transform:rotate(-65deg)}.center-sub-menu-button:nth-child(2){transform:rotate(80deg);left:auto;right:0}.center-sub-menu-button:nth-child(2) .center-sub-menu-button-icon{transform:rotate(-85deg)}.center-sub-menu-button:nth-child(3){transform:rotate(95deg);left:auto;right:0}.center-sub-menu-button:nth-child(3) .center-sub-menu-button-icon{transform:rotate(-105deg)}.center-sub-menu-button:nth-child(4){transform:rotate(110deg);left:auto;right:0}.center-sub-menu-button:nth-child(4) .center-sub-menu-button-icon{transform:rotate(-125deg)}@-webkit-keyframes highlight{0%{background-color:#d84500}to{background-color:#d84500}}@keyframes highlight{0%{background-color:#d84500}to{background-color:#d84500}}.center-menu .center-menu-fp.is-dragging .center-menu-controller,.center-menu .center-menu-fp.is-dragging .centermenu-button{cursor:move}.center-menu .center-menu-fp.is-dragging .center-menu-sub-menu .centermenu-button{cursor:auto}.center-menu .center-menu-fp.is-dragging .center-menu-sub-menu .centermenu-button .centermenu-button-icon{cursor:pointer}.center-menu .center-menu-fp:not(.is-dragging) .center-menu-controller,.center-menu .center-menu-fp:not(.is-dragging) .centermenu-button{cursor:pointer}.center-menu .center-menu-fp:not(.is-dragging) .center-menu-sub-menu .centermenu-button{cursor:auto}.center-menu .center-menu-fp:not(.is-dragging) .center-menu-sub-menu .centermenu-button .centermenu-button-icon{cursor:pointer}.center-menu .center-menu-fp:not(.is-dragging) div:not(.center-menu-sub-menu) .centermenu-button:not(.active):hover{background-color:#8d8d8d}.center-menu .center-menu-fp:not(.is-dragging) div:not(.center-menu-sub-menu) .centermenu-button.pulse:not(.disabled){-webkit-animation:highlight .25s linear;animation:highlight .25s linear}#cmb-view-submenu{display:none;text-align:left;position:absolute;bottom:7.4rem;width:35rem;left:25.5rem}.bim-bottom-submenu{display:none;text-align:left;position:absolute}.center-menu{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.center-menu .embedded .center-menu-circle{width:16.5rem;height:16.5rem}.center-menu .embedded .center-menu-controller{left:5.8rem;top:5.8rem}.center-menu .embedded .centermenu-button,.center-menu .embedded .center-menu-circle-border-outer,.center-menu .embedded .center-menu-circle-border-inner{width:16.5rem;height:16.5rem}.center-menu .embedded .center-menu-sub-menu{width:30rem;height:31rem}.center-menu .embedded .center-menu-sub-menu .centermenu-button{width:30rem;height:30rem}.center-menu .embedded .center-menu-sub-menu .centermenu-button:nth-child(1){transform:rotate(64.5deg) translate(-1rem,3rem)}.center-menu .embedded .center-menu-sub-menu .centermenu-button:nth-child(1) .centermenu-button-icon{transform:rotate(-50deg) translate(-1rem,4rem)}.center-menu .embedded .center-menu-sub-menu .centermenu-button:nth-child(2){transform:rotate(84.5deg) translate(-1rem,3.1rem)}.center-menu .embedded .center-menu-sub-menu .centermenu-button:nth-child(2) .centermenu-button-icon{transform:rotate(-60deg) translate(-1rem,4rem)}.center-menu .embedded .center-menu-sub-menu .centermenu-button:nth-child(3){transform:rotate(105.5deg) translate(-1rem,3rem)}.center-menu .embedded .center-menu-sub-menu .centermenu-button:nth-child(3) .centermenu-button-icon{transform:rotate(-70deg) translate(-.8rem,4rem)}.center-menu .embedded .center-menu-sub-menu .centermenu-button:nth-child(4){transform:rotate(124.5deg) translate(-.7rem,2.7rem)}.center-menu .embedded .center-menu-sub-menu .centermenu-button:nth-child(4) .centermenu-button-icon{transform:rotate(-80deg) translate(-1rem,4rem)}.center-menu .embedded .center-menu-sub-menu-border{width:30rem;height:31rem}.ui-icon-create-task{background-image:url("./media/Add_Issue_active.svg")}.ui-icon-create-task.disabled{background-image:url("./media/Add_Issue_disabled.svg")}.ui-icon-quantity-take-off{background-image:url("./media/Quantity_active.svg")}.ui-icon-quantity-take-off.disabled{background-image:url("./media/Quantity_disabled.svg")}.ui-icon-markup{background-image:url("./media/Markup_active.svg")}.ui-icon-markup.disabled{background-image:url("./media/Markup_disabled.svg")}.ui-icon-section{background-image:url("./media/Section_active.svg")}.ui-icon-section.disabled{background-image:url("./media/Section_disabled.svg")}.ui-icon-obj-transp{background-image:url("./media/Hide_active.svg")}.ui-icon-obj-transp.disabled{background-image:url("./media/Hide_disabled.svg")}.ui-icon-obj-select{background-image:url("./media/Isolation_active.svg")}.ui-icon-obj-select.disabled{background-image:url("./media/Isolation_disabled.svg")}.ui-icon-navigation-map{background-image:url("./media/Navigation_Map_active.svg")}.ui-icon-navigation-map.disabled{background-image:url("./media/Navigation_Map_disabled.svg")}.ui-icon-fullscreen{background-image:url("./media/Fullscreen_active.svg")}.ui-icon-fullscreen.disabled{background-image:url("./media/Fullscreen_disabled.svg")}.ui-icon-project-navigator{background-image:url("./media/Project_Navigation_active.svg")}.ui-icon-project-navigator.disabled{background-image:url("./media/Project_Navigation_disabled.svg")}.ui-icon-obj-reset{background-image:url("./media/Reset_active.svg")}.ui-icon-obj-reset.disabled{background-image:url("./media/Reset_disabled.svg")}.ui-icon-reset-vp{background-image:url("./media/View_active.svg")}.ui-icon-reset-vp.disabled{background-image:url("./media/View_disabled.svg")}.ui-icon-front-view{background-image:url("./media/cm_view_front_black.svg")}.ui-icon-front-view:hover{background-image:url("./media/cm_view_front_orange.svg")}.ui-icon-perspective-view{background-image:url("./media/cm_view_perspective_black.svg")}.ui-icon-perspective-view:hover{background-image:url("./media/cm_view_perspective_orange.svg")}.ui-icon-side-view{background-image:url("./media/cm_view_side_black.svg")}.ui-icon-side-view:hover{background-image:url("./media/cm_view_side_orange.svg")}.ui-icon-top-view{background-image:url("./media/cm_view_top_black.svg")}.ui-icon-top-view:hover{background-image:url("./media/cm_view_top_orange.svg")}
|
|
16
16
|
`],encapsulation:3});let t=e;return t})();var Y0=(t,e)=>({open:t,"is-touch":e}),Q0=t=>({open:t}),X0=t=>({selected:t});function K0(t,e){if(t&1){let n=W();m(0,"li",7),w("click",function(){let i=O(n).$implicit,o=v();return T(o._menuItemClicked(i.mode))}),I(1,"div",8),m(2,"span"),k(3),ie(4,"translate"),b()()}if(t&2){let n=e.$implicit,r=v();h("ngClass",Re(5,X0,r.selectedMode===n.mode)),f(),h("ngClass",n.class),f(2),ae(oe(4,3,n.textId))}}var Vf=(()=>{let e=class e extends _e{constructor(r){super(r),this._menuItemsList=[{mode:"touch",class:"icon-touch-mode-toolbar",textId:"_Touch_Mode"},{mode:"desktop",class:"icon-desktop-mode-toolbar",textId:"_Desktop_Mode"}],this._menuOpened=!1,this.isTouch=!1,this.selectedMode="desktop",this.bimplusTouchModeSelected=new E}get _selectedItem(){return this._menuItemsList.find(r=>r.mode==this.selectedMode)}ngOnChanges(r){r.localizedStrings&&(this.localizedStrings=r.localizedStrings.currentValue)}_menuItemClicked(r){B(this,"bimplusTouchModeSelected",r)}_toggleOpened(){this._menuOpened=!this._menuOpened}};e.\u0275fac=function(i){return new(i||e)(F(A))},e.\u0275cmp=q({type:e,selectors:[["lib-bimplus-touch-menu"]],inputs:{isTouch:[_.HasDecoratorInputTransform,"isTouch","isTouch",y],selectedMode:"selectedMode"},outputs:{bimplusTouchModeSelected:"bimplusTouchModeSelected"},standalone:!0,features:[ve([A]),he,pe,it,Z],decls:7,vars:10,consts:[[1,"bimcomp-overlay",3,"click","ngClass"],[1,"dropdown",3,"click","ngClass"],[1,"dropdown-toggle"],[1,"main-icon",3,"ngClass"],[1,"caret"],[1,"bimcomp-dropdown-menu",3,"ngClass"],["class","bimcomp-dropdown-menu-item",3,"ngClass","click",4,"ngFor","ngForOf"],[1,"bimcomp-dropdown-menu-item",3,"click","ngClass"],[1,"icon",3,"ngClass"]],template:function(i,o){i&1&&(m(0,"div",0),w("click",function(){return o._toggleOpened()}),b(),m(1,"div",1),w("click",function(){return o._toggleOpened()}),m(2,"div",2),I(3,"div",3)(4,"span",4),b(),m(5,"ul",5),D(6,K0,5,7,"li",6),b()()),i&2&&(h("ngClass",o._menuOpened?"open":""),f(),h("ngClass",St(5,Y0,o._menuOpened,o.isTouch)),f(2),h("ngClass",o._selectedItem!=null&&o._selectedItem.class?o._selectedItem==null?null:o._selectedItem.class:""),f(2),h("ngClass",Re(8,Q0,o._menuOpened)),f(),h("ngForOf",o._menuItemsList))},dependencies:[G,J,Ie,fe,xe],styles:[`.dropdown{position:relative;cursor:pointer;display:flex;justify-content:space-around;align-items:center;width:4em;height:3.25em;font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif}.dropdown.open{color:#555;background-color:#e7e7e7}.dropdown-toggle{position:relative;margin-left:1em;margin-right:.3em;background-size:1.4em 1.4em;padding-top:.31em;display:flex;flex-direction:row;align-items:center;font-weight:600;color:#777;min-width:2.8em;min-height:2.81em}.dropdown-toggle .caret{display:inline-block;width:0;height:0;margin-left:.4em;vertical-align:middle;border-top:.25em dashed;border-top:.25em solid;border-right:.25em solid transparent;border-left:.25em solid transparent}.dropdown-toggle .main-icon{padding-top:.1em}.dropdown-toggle .icon{margin:0}.is-touch .dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;padding-bottom:.22em;min-width:0;min-height:0;padding-top:0;padding-left:0}.is-touch .dropdown-toggle .caret{display:none}.dropdown-toggle:hover{color:#333}.bimcomp-dropdown-menu{font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif;position:absolute;top:100%;right:0;z-index:1;display:none;min-width:11.43em;padding:.5em 0 .57em;margin:0;font-size:.875em;list-style:none;background-color:#fff;border:thin solid rgba(0,0,0,.15);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em rgba(0,0,0,.175);box-shadow:0 .43em .86em #0000002d;text-decoration-color:#333;text-decoration-line:none;text-decoration-style:solid;line-height:2.71em;font-weight:400}.bimcomp-dropdown-menu div{font-size:1em}.bimcomp-dropdown-menu .noselect{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.bimcomp-dropdown-menu li{display:flex;flex-direction:row;align-items:center;cursor:pointer;box-sizing:content-box;padding:.2em 2.2em .2em 2em;white-space:nowrap}.bimcomp-dropdown-menu li span{display:inline-block;flex:1 0 auto;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.bimcomp-dropdown-menu li.selected,.bimcomp-dropdown-menu li.selected:hover{background-color:#ffe6da}.bimcomp-dropdown-menu li:hover{background-color:#f5f5f5}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu .divider{height:1px;margin:.5em 0;overflow:hidden;background-color:#e5e5e5;cursor:auto;padding:0}.bimcomp-dropdown-menu.open{display:flex;flex-direction:column}.icon{flex-shrink:0;display:inline-block;vertical-align:middle;margin:0 1.36em 0 0;width:1.57em;height:1.57em;background-position:center;background-repeat:no-repeat}.main-icon{flex-shrink:0;display:inline-block;vertical-align:middle;width:1.375em;height:1.375em;background-size:contain;background-position:center;background-repeat:no-repeat}.icon-touch-mode-toolbar{background:url("./media/bimplus_Components_Touch_Mode.svg") no-repeat center}.icon-desktop-mode-toolbar{background:url("./media/bimplus_Components_Desktop_Mode.svg") no-repeat center}.bimcomp-overlay{position:fixed;width:100vw;height:100vh;left:0;top:0;display:none}.bimcomp-overlay.open{display:block;z-index:1}
|