@bimplus/navigation 0.0.222 → 0.0.223
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.
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Injectable, Component, inject, signal, Input, ViewEncapsulation, EventEmitter, Output, booleanAttribute, input, computed, ElementRef, HostBinding } from '@angular/core';
|
|
3
|
-
import * as i1 from '@angular/common';
|
|
4
|
-
import { CommonModule } from '@angular/common';
|
|
5
3
|
import * as i2 from '@ngx-translate/core';
|
|
6
4
|
import { TranslateService, TranslateModule } from '@ngx-translate/core';
|
|
5
|
+
import * as i1 from '@angular/common';
|
|
6
|
+
import { CommonModule } from '@angular/common';
|
|
7
7
|
import SimpleBar from 'simplebar';
|
|
8
8
|
import { BehaviorSubject } from 'rxjs/internal/BehaviorSubject';
|
|
9
9
|
|
|
10
10
|
class NavigationService {
|
|
11
11
|
constructor() { }
|
|
12
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: NavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: NavigationService, providedIn: 'root' }); }
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: NavigationService, decorators: [{
|
|
16
16
|
type: Injectable,
|
|
17
17
|
args: [{
|
|
18
18
|
providedIn: 'root'
|
|
@@ -20,14 +20,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
20
20
|
}], ctorParameters: () => [] });
|
|
21
21
|
|
|
22
22
|
class NavigationComponent {
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
23
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: NavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
24
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.4", type: NavigationComponent, isStandalone: true, selector: "lib-navigation", ngImport: i0, template: `
|
|
25
25
|
<p>
|
|
26
26
|
navigation works!
|
|
27
27
|
</p>
|
|
28
28
|
`, isInline: true, styles: [""] }); }
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: NavigationComponent, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{ selector: 'lib-navigation', imports: [], template: `
|
|
33
33
|
<p>
|
|
@@ -46,6 +46,7 @@ class BimplusLocalizedWidgetComponent {
|
|
|
46
46
|
return this._selectedLanguage();
|
|
47
47
|
}
|
|
48
48
|
set selectedLanguage(value) {
|
|
49
|
+
console.log("[Bimplus-navigation] selectedLanguage set to:", value);
|
|
49
50
|
this._selectedLanguage.set(value);
|
|
50
51
|
this.translateService.use(value);
|
|
51
52
|
try {
|
|
@@ -59,6 +60,7 @@ class BimplusLocalizedWidgetComponent {
|
|
|
59
60
|
return this._localizedStrings();
|
|
60
61
|
}
|
|
61
62
|
set localizedStrings(value) {
|
|
63
|
+
console.log("[Bimplus-navigation] localizedStrings called .... ");
|
|
62
64
|
this._localizedStrings.set(value);
|
|
63
65
|
this.translateService.use(this.selectedLanguage);
|
|
64
66
|
try {
|
|
@@ -68,16 +70,16 @@ class BimplusLocalizedWidgetComponent {
|
|
|
68
70
|
console.error(error);
|
|
69
71
|
}
|
|
70
72
|
}
|
|
71
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
72
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
73
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusLocalizedWidgetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
74
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.4", type: BimplusLocalizedWidgetComponent, isStandalone: true, selector: "lib-bimplus-localized-widget", inputs: { selectedLanguage: "selectedLanguage", localizedStrings: "localizedStrings" }, providers: [TranslateService], ngImport: i0, template: `
|
|
73
75
|
<p>
|
|
74
76
|
localized widget works!
|
|
75
77
|
</p>
|
|
76
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type:
|
|
78
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: TranslateModule }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
77
79
|
}
|
|
78
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
80
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusLocalizedWidgetComponent, decorators: [{
|
|
79
81
|
type: Component,
|
|
80
|
-
args: [{ selector: 'lib-bimplus-localized-widget', imports: [
|
|
82
|
+
args: [{ selector: 'lib-bimplus-localized-widget', imports: [TranslateModule], providers: [TranslateService], template: `
|
|
81
83
|
<p>
|
|
82
84
|
localized widget works!
|
|
83
85
|
</p>
|
|
@@ -123,12 +125,12 @@ class BimplusContactComponent extends BimplusLocalizedWidgetComponent {
|
|
|
123
125
|
_contactClicked() {
|
|
124
126
|
fireEvent(this, "bimplusContactClicked", "contact");
|
|
125
127
|
}
|
|
126
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
127
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
128
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusContactComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
129
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.4", type: BimplusContactComponent, isStandalone: true, selector: "lib-bimplus-contact", outputs: { bimplusContactClicked: "bimplusContactClicked" }, providers: [TranslateService], usesInheritance: true, ngImport: i0, template: "<a\r\n href=\"https://connect.allplan.com/support/contact.ct?SSO=1&autolang\"\r\n class=\"bimplus-contact-link\"\r\n rel=\"noopener\"\r\n target=\"_blank\"\r\n (click)=\"_contactClicked()\"\r\n [title]=\"'_BimplusContactTitle' | translate\"\r\n>\r\n <div class=\"bimplus-contact\"></div>\r\n</a>\r\n", styles: [".bimplus-contact{height:1.375em;width:4em;background:url('data:image/svg+xml,<svg id=\"Project_Gray\" data-name=\"Project Gray\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 18 18\"><defs><style>.cls-1{fill:%23444;}<\\/style></defs><title>contact us</title><g id=\"Page-1\"><g id=\"Social_icons\" data-name=\"Social icons\"><g id=\"Phone\"><path id=\"Shape\" class=\"cls-1\" d=\"M6.48,3.08a.34.34,0,0,1,.35.16c.18.29.36.58.54.88s.38.7.58,1c.05.09.12.18.18.27l.16.26a.43.43,0,0,1-.06.54c-.22.22-.46.43-.69.64s-.39.35-.58.53a.39.39,0,0,0-.09.5c.15.28.3.57.47.85a8.1,8.1,0,0,0,2.42,2.58c.39.26.79.5,1.2.73s.53.18.83-.15l.82-.92a2,2,0,0,1,.22-.2.43.43,0,0,1,.51-.06l.15.08c.48.34,1,.58,1.52.87l.8.48a.37.37,0,0,1,.19.38,2.54,2.54,0,0,1-.38,1.34,1.86,1.86,0,0,1-.45.43,4.24,4.24,0,0,1-1.53.64,2.84,2.84,0,0,1-1.47-.08,12.36,12.36,0,0,1-2.67-1.1,11.71,11.71,0,0,1-2.09-1.59A12.6,12.6,0,0,1,5.3,9.63a10.5,10.5,0,0,1-.9-2A6.49,6.49,0,0,1,4,6.42,3,3,0,0,1,4.17,5a4.16,4.16,0,0,1,.59-1.18,1.49,1.49,0,0,1,.81-.57l.82-.19A.11.11,0,0,0,6.48,3.08Z\"/></g></g></g><path class=\"cls-1\" d=\"M9,0a9,9,0,1,0,6.13,15.59L15,15.48a4,4,0,0,1-1.17.46,2.6,2.6,0,0,1-1.35-.07l-.29-.09A7.5,7.5,0,1,1,16.5,9s0,1,.76,1S18,9,18,9A9,9,0,0,0,9,0Z\"/></svg>') no-repeat;background-size:1.375em;background-repeat:no-repeat;background-position:center;cursor:pointer}.bimplus-contact a{width:100%;height:100%}\n"], dependencies: [{ kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
128
130
|
}
|
|
129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusContactComponent, decorators: [{
|
|
130
132
|
type: Component,
|
|
131
|
-
args: [{ selector: 'lib-bimplus-contact', imports: [
|
|
133
|
+
args: [{ selector: 'lib-bimplus-contact', imports: [TranslateModule], providers: [TranslateService], encapsulation: ViewEncapsulation.ShadowDom, template: "<a\r\n href=\"https://connect.allplan.com/support/contact.ct?SSO=1&autolang\"\r\n class=\"bimplus-contact-link\"\r\n rel=\"noopener\"\r\n target=\"_blank\"\r\n (click)=\"_contactClicked()\"\r\n [title]=\"'_BimplusContactTitle' | translate\"\r\n>\r\n <div class=\"bimplus-contact\"></div>\r\n</a>\r\n", styles: [".bimplus-contact{height:1.375em;width:4em;background:url('data:image/svg+xml,<svg id=\"Project_Gray\" data-name=\"Project Gray\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 18 18\"><defs><style>.cls-1{fill:%23444;}<\\/style></defs><title>contact us</title><g id=\"Page-1\"><g id=\"Social_icons\" data-name=\"Social icons\"><g id=\"Phone\"><path id=\"Shape\" class=\"cls-1\" d=\"M6.48,3.08a.34.34,0,0,1,.35.16c.18.29.36.58.54.88s.38.7.58,1c.05.09.12.18.18.27l.16.26a.43.43,0,0,1-.06.54c-.22.22-.46.43-.69.64s-.39.35-.58.53a.39.39,0,0,0-.09.5c.15.28.3.57.47.85a8.1,8.1,0,0,0,2.42,2.58c.39.26.79.5,1.2.73s.53.18.83-.15l.82-.92a2,2,0,0,1,.22-.2.43.43,0,0,1,.51-.06l.15.08c.48.34,1,.58,1.52.87l.8.48a.37.37,0,0,1,.19.38,2.54,2.54,0,0,1-.38,1.34,1.86,1.86,0,0,1-.45.43,4.24,4.24,0,0,1-1.53.64,2.84,2.84,0,0,1-1.47-.08,12.36,12.36,0,0,1-2.67-1.1,11.71,11.71,0,0,1-2.09-1.59A12.6,12.6,0,0,1,5.3,9.63a10.5,10.5,0,0,1-.9-2A6.49,6.49,0,0,1,4,6.42,3,3,0,0,1,4.17,5a4.16,4.16,0,0,1,.59-1.18,1.49,1.49,0,0,1,.81-.57l.82-.19A.11.11,0,0,0,6.48,3.08Z\"/></g></g></g><path class=\"cls-1\" d=\"M9,0a9,9,0,1,0,6.13,15.59L15,15.48a4,4,0,0,1-1.17.46,2.6,2.6,0,0,1-1.35-.07l-.29-.09A7.5,7.5,0,1,1,16.5,9s0,1,.76,1S18,9,18,9A9,9,0,0,0,9,0Z\"/></svg>') no-repeat;background-size:1.375em;background-repeat:no-repeat;background-position:center;cursor:pointer}.bimplus-contact a{width:100%;height:100%}\n"] }]
|
|
132
134
|
}], ctorParameters: () => [], propDecorators: { bimplusContactClicked: [{
|
|
133
135
|
type: Output
|
|
134
136
|
}] } });
|
|
@@ -159,12 +161,12 @@ class BimplusLanguageMenuComponent {
|
|
|
159
161
|
_toggleOpened() {
|
|
160
162
|
this._menuOpened = !this._menuOpened;
|
|
161
163
|
}
|
|
162
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
163
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
164
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusLanguageMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
165
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: BimplusLanguageMenuComponent, isStandalone: true, selector: "lib-bimplus-language-menu", inputs: { isTouch: ["isTouch", "isTouch", booleanAttribute], selectedLanguage: "selectedLanguage", expandUp: ["expandUp", "expandUp", booleanAttribute] }, outputs: { bimplusLanguageSelected: "bimplusLanguageSelected" }, ngImport: i0, template: "<div\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n</div>\r\n<div data-test=\"language-menu-dropdown\"\r\n class=\"dropdown\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\" [ngClass]=\"isTouch ? 'is-touch' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n <div class=\"dropdown-toggle\" >\r\n <div class='main-icon icon-languages'></div>\r\n <span class=\"caret\"></span>\r\n </div>\r\n\r\n <ul class= \"bimcomp-dropdown-menu\" [ngClass]=\"{'open':_menuOpened, 'expand-up':expandUp }\">\r\n @for (languageItem of _languagesList; track languageItem) {\r\n <li [attr.data-test]=\"'langmenu_item_' + languageItem.text\"\r\n class=\"bimcomp-dropdown-menu-item\"\r\n [ngClass]=\"selectedLanguage === languageItem.symbol ? 'selected' : ''\"\r\n (click)=\"_switchLanguage(languageItem.symbol)\"\r\n (keypress)=\"_switchLanguage(languageItem.symbol)\"\r\n >\r\n <span>{{languageItem.text}}</span>\r\n </li>\r\n }\r\n </ul>\r\n</div>", styles: [".dropdown{position:relative;width:4.2em;height:3.25em;cursor:pointer;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.dropdown.open{color:var(--language-menu-dropdown-open-text-color-enabled);background-color:var(--language-menu-dropdown-open-background-color-enabled)}.dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;background-size:1.4em 1.4em;padding-bottom:.22em;padding-left:.2em}.dropdown-toggle .caret{display:inline-block;width:0;height:0;margin-top:.19em;margin-left:.5em;vertical-align:middle;color:var(--language-menu-dropdown-toggle-caret-text-color-enabled);border-top:.25em dashed;border-top:.25em solid;border-right:.25em solid transparent;border-left:.25em solid transparent}.is-touch .dropdown-toggle{padding-left:0}.is-touch .dropdown-toggle .caret{display:none}.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:var(--language-menu-dropdown-menu-background-color-enabled);border:thin solid var(--language-menu-dropdown-menu-border-color-enabled);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em var(--language-menu-dropdown-menu-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--language-menu-dropdown-menu-box-shadow-color-enabled);text-decoration-color:var(--language-menu-dropdown-menu-text-decoration-color-enabled);text-decoration-line:none;text-decoration-style:solid;line-height:2.4em;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:0 2.1em}.bimcomp-dropdown-menu 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}.bimcomp-dropdown-menu li.selected,.bimcomp-dropdown-menu li.selected:hover{background-color:var(--dropdown-menu-item-background-color-selected)}.bimcomp-dropdown-menu li:hover{background-color:var(--language-menu-dropdown-menu-item-background-color-hovered)}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu.expand-up{top:-24rem;right:-13.5rem}.bimcomp-dropdown-menu.open{display:inline-block}.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}.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}.bimcomp-overlay{position:fixed;width:100vw;height:100vh;left:0;top:0;display:none}.bimcomp-overlay.open{display:block;z-index:1}.icon-languages{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1L5 3H0V4.49999L2 4.5C2.43947 6.27912 3.24436 7.55186 4.50213 8.88094C3.3069 9.5683 0 11 0 11L1 12C1 12 3.5 11 5.44323 9.75533C6.5 10.5 8 11.5 8 11.5L9 10.5C9 10.5 7.5572 9.75533 6.53981 8.88087C7.75282 7.52893 8.5814 6.27217 9 4.5H11V3H6.5C6.43255 2.80538 5.5 1 5.5 1H4ZM5.4856 8.0701C4.40554 6.99056 3.83462 6.00259 3.5 4.5H7.5C7.24387 5.99973 6.55146 7.01658 5.4856 8.0701Z\" fill=\"%232F3133\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.2522 16.9813L10 16.9813L11 14.5H15L16.0071 16.9813H17.7223L13.7226 7.02972L12.2522 7.03339L8.2522 16.9813ZM14.5 13H11.5L13.0012 8.54775L14.5 13Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
164
166
|
}
|
|
165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusLanguageMenuComponent, decorators: [{
|
|
166
168
|
type: Component,
|
|
167
|
-
args: [{ selector: 'lib-bimplus-language-menu', imports: [CommonModule], encapsulation: ViewEncapsulation.ShadowDom, template: "<div
|
|
169
|
+
args: [{ selector: 'lib-bimplus-language-menu', imports: [CommonModule], encapsulation: ViewEncapsulation.ShadowDom, template: "<div\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n</div>\r\n<div data-test=\"language-menu-dropdown\"\r\n class=\"dropdown\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\" [ngClass]=\"isTouch ? 'is-touch' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n <div class=\"dropdown-toggle\" >\r\n <div class='main-icon icon-languages'></div>\r\n <span class=\"caret\"></span>\r\n </div>\r\n\r\n <ul class= \"bimcomp-dropdown-menu\" [ngClass]=\"{'open':_menuOpened, 'expand-up':expandUp }\">\r\n @for (languageItem of _languagesList; track languageItem) {\r\n <li [attr.data-test]=\"'langmenu_item_' + languageItem.text\"\r\n class=\"bimcomp-dropdown-menu-item\"\r\n [ngClass]=\"selectedLanguage === languageItem.symbol ? 'selected' : ''\"\r\n (click)=\"_switchLanguage(languageItem.symbol)\"\r\n (keypress)=\"_switchLanguage(languageItem.symbol)\"\r\n >\r\n <span>{{languageItem.text}}</span>\r\n </li>\r\n }\r\n </ul>\r\n</div>", styles: [".dropdown{position:relative;width:4.2em;height:3.25em;cursor:pointer;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.dropdown.open{color:var(--language-menu-dropdown-open-text-color-enabled);background-color:var(--language-menu-dropdown-open-background-color-enabled)}.dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;background-size:1.4em 1.4em;padding-bottom:.22em;padding-left:.2em}.dropdown-toggle .caret{display:inline-block;width:0;height:0;margin-top:.19em;margin-left:.5em;vertical-align:middle;color:var(--language-menu-dropdown-toggle-caret-text-color-enabled);border-top:.25em dashed;border-top:.25em solid;border-right:.25em solid transparent;border-left:.25em solid transparent}.is-touch .dropdown-toggle{padding-left:0}.is-touch .dropdown-toggle .caret{display:none}.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:var(--language-menu-dropdown-menu-background-color-enabled);border:thin solid var(--language-menu-dropdown-menu-border-color-enabled);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em var(--language-menu-dropdown-menu-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--language-menu-dropdown-menu-box-shadow-color-enabled);text-decoration-color:var(--language-menu-dropdown-menu-text-decoration-color-enabled);text-decoration-line:none;text-decoration-style:solid;line-height:2.4em;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:0 2.1em}.bimcomp-dropdown-menu 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}.bimcomp-dropdown-menu li.selected,.bimcomp-dropdown-menu li.selected:hover{background-color:var(--dropdown-menu-item-background-color-selected)}.bimcomp-dropdown-menu li:hover{background-color:var(--language-menu-dropdown-menu-item-background-color-hovered)}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu.expand-up{top:-24rem;right:-13.5rem}.bimcomp-dropdown-menu.open{display:inline-block}.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}.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}.bimcomp-overlay{position:fixed;width:100vw;height:100vh;left:0;top:0;display:none}.bimcomp-overlay.open{display:block;z-index:1}.icon-languages{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1L5 3H0V4.49999L2 4.5C2.43947 6.27912 3.24436 7.55186 4.50213 8.88094C3.3069 9.5683 0 11 0 11L1 12C1 12 3.5 11 5.44323 9.75533C6.5 10.5 8 11.5 8 11.5L9 10.5C9 10.5 7.5572 9.75533 6.53981 8.88087C7.75282 7.52893 8.5814 6.27217 9 4.5H11V3H6.5C6.43255 2.80538 5.5 1 5.5 1H4ZM5.4856 8.0701C4.40554 6.99056 3.83462 6.00259 3.5 4.5H7.5C7.24387 5.99973 6.55146 7.01658 5.4856 8.0701Z\" fill=\"%232F3133\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.2522 16.9813L10 16.9813L11 14.5H15L16.0071 16.9813H17.7223L13.7226 7.02972L12.2522 7.03339L8.2522 16.9813ZM14.5 13H11.5L13.0012 8.54775L14.5 13Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}\n"] }]
|
|
168
170
|
}], propDecorators: { isTouch: [{
|
|
169
171
|
type: Input,
|
|
170
172
|
args: [{ transform: booleanAttribute }]
|
|
@@ -282,10 +284,10 @@ class BimplusProjectMenuComponent extends BimplusLocalizedWidgetComponent {
|
|
|
282
284
|
const retval = `${item.class} ${item.action === this.projectActiveItem ? 'active' : ''} ${this._isDisabled(item) ? 'disabled' : ''}`;
|
|
283
285
|
return retval;
|
|
284
286
|
}
|
|
285
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
286
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: BimplusProjectMenuComponent, isStandalone: true, selector: "lib-bimplus-project-menu", inputs: { projectName: "projectName", projectImageUrl: "projectImageUrl", projectExplorerUrl: "projectExplorerUrl", projectActiveItem: "projectActiveItem", projectmembersDisabled: ["projectmembersDisabled", "projectmembersDisabled", booleanAttribute], modelsDisabled: ["modelsDisabled", "modelsDisabled", booleanAttribute], documentsDisabled: ["documentsDisabled", "documentsDisabled", booleanAttribute], projectsettingsDisabled: ["projectsettingsDisabled", "projectsettingsDisabled", booleanAttribute], processesDisabled: ["processesDisabled", "processesDisabled", booleanAttribute], projectmembersVisible: ["projectmembersVisible", "projectmembersVisible", booleanAttribute], modelsVisible: ["modelsVisible", "modelsVisible", booleanAttribute], documentsVisible: ["documentsVisible", "documentsVisible", booleanAttribute], projectsettingsVisible: ["projectsettingsVisible", "projectsettingsVisible", booleanAttribute], processesVisible: ["processesVisible", "processesVisible", booleanAttribute], isCollapsed: ["isCollapsed", "isCollapsed", booleanAttribute], isMiniMode: ["isMiniMode", "isMiniMode", booleanAttribute], isTouch: ["isTouch", "isTouch", booleanAttribute], hideMenuIcons: ["hideMenuIcons", "hideMenuIcons", booleanAttribute], showHorizontalMenuIcons: ["showHorizontalMenuIcons", "showHorizontalMenuIcons", booleanAttribute], menuItemsOrder: "menuItemsOrder" }, providers: [TranslateService], usesInheritance: true, ngImport: i0, template: "<ng-template #navigationPrjList>\r\n@for(item of menuItems; track item.id){\r\n @if (!_isHidden(item)){\r\n <!--* prjList *-->\r\n <div class=\"bim-pm-prj-item\"\r\n [ngClass] = \"_getPrjItemClassAttributes(item,isTouch)\"\r\n [title]=\"((_isDisabled(item) && item.textIdDisabled) ? item.textIdDisabled : item.textId) | translate\"\r\n (dblclick)=\"_menuItemIgnoreAction($event)\"\r\n (click)=\"_menuItemClicked(item, 'normal',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'normal',$event)\"\r\n >\r\n <div\r\n class=\"bim-pm-prj-icon\"\r\n [ngClass] = \"_getPrjIconClassAttributes(item)\"\r\n >\r\n </div>\r\n <div class=\"bim-pm-app-item-info bim-pm-icon bim-pm-icon-info\"\r\n (click)=\"_menuItemClicked(item, 'info',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'info',$event)\"\r\n >\r\n </div>\r\n </div>\r\n }\r\n}\r\n</ng-template>\r\n\r\n<ng-template #navigationPrjListThumbnail>\r\n@for(item of menuItems; track item.id){\r\n @if (!_isHidden(item) && (isCollapsed || item.action !== 'processes' )){\r\n <!--* navigationPrjList *-->\r\n <div class=\"bim-pm-prj-item\"\r\n [ngClass] = \"_getPrjItemClassAttributes(item,isTouch)\"\r\n [title]=\"((_isDisabled(item) && item.textIdDisabled) ? item.textIdDisabled : item.textId) | translate\"\r\n (dblclick)=\"_menuItemIgnoreAction($event)\"\r\n (click)=\"_menuItemClicked(item, 'normal',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'normal',$event)\"\r\n >\r\n <div\r\n class=\"bim-pm-prj-icon\"\r\n [ngClass] = \"_getPrjIconClassAttributes(item)\"\r\n >\r\n </div>\r\n <div class=\"bim-pm-app-item-info bim-pm-icon bim-pm-icon-info\"\r\n (click)=\"_menuItemClicked(item, 'info',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'info',$event)\"\r\n >\r\n </div>\r\n </div>\r\n }\r\n}\r\n</ng-template>\r\n\r\n<div class=\"bim-pm-prj-container\"\r\n [ngClass]=\"{ collapsed: isCollapsed, 'mini-mode': isMiniMode, 'is-touch': isTouch }\"\r\n >\r\n @if (isMiniMode && !isCollapsed) {\r\n <div class=\"bim-pm-prj-details-mini\">\r\n <div class=\"bim-pm-prj-image-bkg-mini\"\r\n [ngStyle]=\"prjImageOverlayStyle\">\r\n <div class=\"bim-pm-prj-image-thumbnail\" [ngStyle]=\"prjImageStyle\"></div>\r\n </div>\r\n <div class=\"bim-pm-prj-name-mini\">\r\n {{projectName}}\r\n </div>\r\n </div>\r\n <div class=\"bim-pm-prj-items-horizontal\"\r\n [ngClass]=\"showHorizontalMenuIcons ? '' : 'hidden'\">\r\n <div class=\"bim-pm-prj-items-list\">\r\n @if (showHorizontalMenuIcons) {\r\n <ng-container *ngTemplateOutlet=\"navigationPrjList\">\r\n </ng-container>\r\n }\r\n </div>\r\n </div>\r\n }\r\n @else {\r\n <a href={{projectExplorerUrl}} class=\"bim-pm-prj-details\"\r\n [ngStyle]=\"prjImageOverlayStyle\"\r\n (dblclick)=\"_projectMenuItemClicked('prjimagedblclick','normal')\"\r\n (click)=\"_projectMenuItemClicked('prjimageclick','normal')\"\r\n [title]=\"'_ModelThumbnailTooltip' | translate\">\r\n\r\n <div class=\"bim-pm-prj-image\" [ngStyle]=\"prjImageStyle\">\r\n <div class=\"bim-pm-prj-items-overlay\" [ngClass] = \"hideMenuIcons || showHorizontalMenuIcons ? 'hidden' : ''\">\r\n </div>\r\n <div\r\n class=\"bim-pm-prj-items-list\"\r\n [ngClass] = \"hideMenuIcons || showHorizontalMenuIcons ? 'hidden' : ''\"\r\n >\r\n @if (!hideMenuIcons && !showHorizontalMenuIcons){\r\n <ng-container *ngTemplateOutlet=\"navigationPrjListThumbnail\">\r\n </ng-container>\r\n }\r\n </div>\r\n <div class=\"bim-pm-prj-name\">\r\n {{projectName}}\r\n </div>\r\n </div>\r\n </a>\r\n <div class=\"bim-pm-prj-items-horizontal\"\r\n [ngClass] = \"showHorizontalMenuIcons ? '' : 'hidden'\">\r\n <div class=\"bim-pm-prj-items-list\">\r\n @if (showHorizontalMenuIcons) {\r\n <ng-container *ngTemplateOutlet=\"navigationPrjList\">\r\n </ng-container>\r\n }\r\n </div>\r\n </div>\r\n}\r\n", styles: [".bim-pm-prj-container{display:flex;flex-direction:column;justify-content:flex-start;background-color:var(--project-menu-project-container-background-color-enabled)}.bim-pm-prj-container:not(.collapsed).mini-mode{border-bottom:thin solid var(--project-menu-project-container-mini-mode-border-color-enabled)}.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:var(--project-menu-project-details-background-color-enabled);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{color:var(--project-menu-project-name-text-color);background-color:var(--project-menu-project-name-background-color);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:var(--project-menu-item-overlay-background-color-enabled);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 var(--project-menu-project-items-horizontal-border-color-enabled)}.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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%2384888C\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-users.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-users.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%23B8BBBF\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5717)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5717\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-models.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-models.disabled{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5715)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5715\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-documents.active{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-documents.disabled{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%23D3D7DB\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-processes.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-processes.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23D3D3D3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5713)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73C10 2.511 10.589 3.16 11.31 3.46C12.03 3.761 12.88 3.705 13.432 3.153L14.657 1.929L16.071 3.343L14.846 4.568C14.295 5.119 14.239 5.971 14.54 6.691C14.84 7.411 15.489 8 16.27 8H18V10H16.27C15.489 10 14.84 10.589 14.54 11.31C14.239 12.03 14.295 12.88 14.847 13.432L16.071 14.657L14.657 16.071L13.075 14.489C12.73 14.143 12.189 14.107 11.755 14.331C11.706 14.3564 11.6567 14.381 11.607 14.405C10.727 14.831 10 15.633 10 16.61V18H8V16.61C8 15.633 7.272 14.83 6.393 14.405C6.34333 14.381 6.29399 14.3563 6.245 14.331C5.811 14.107 5.271 14.144 4.925 14.489L3.343 16.071L1.929 14.657L3.154 13.432C3.705 12.881 3.761 12.029 3.461 11.309C3.16 10.59 2.51 10 1.73 10H0V8H1.73C2.511 8 3.16 7.411 3.46 6.69C3.76 5.97 3.705 5.12 3.153 4.568L1.93 3.343L3.343 1.93L4.568 3.155C5.119 3.706 5.971 3.762 6.691 3.462C7.41 3.16 8 2.51 8 1.73V0ZM13 9C13 10.0609 12.5786 11.0783 11.8284 11.8284C11.0783 12.5786 10.0609 13 9 13C7.93913 13 6.92172 12.5786 6.17157 11.8284C5.42143 11.0783 5 10.0609 5 9C5 7.93913 5.42143 6.92172 6.17157 6.17157C6.92172 5.42143 7.93913 5 9 5C10.0609 5 11.0783 5.42143 11.8284 6.17157C12.5786 6.92172 13 7.93913 13 9Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5713\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-project-settings.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-project-settings.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5711)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5711\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-shop{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-info{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-info:hover{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5048)\">%0D%0A<path d=\"M9 0C4 0 0 4 0 9C0 14 4 18 9 18C14 18 18 14 18 9C18 4 14 0 9 0ZM8 4H10V6H8V4ZM11 14H7V13H8V8H7V7H10V13H11V14Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5048\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
287
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusProjectMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
288
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: BimplusProjectMenuComponent, isStandalone: true, selector: "lib-bimplus-project-menu", inputs: { projectName: "projectName", projectImageUrl: "projectImageUrl", projectExplorerUrl: "projectExplorerUrl", projectActiveItem: "projectActiveItem", projectmembersDisabled: ["projectmembersDisabled", "projectmembersDisabled", booleanAttribute], modelsDisabled: ["modelsDisabled", "modelsDisabled", booleanAttribute], documentsDisabled: ["documentsDisabled", "documentsDisabled", booleanAttribute], projectsettingsDisabled: ["projectsettingsDisabled", "projectsettingsDisabled", booleanAttribute], processesDisabled: ["processesDisabled", "processesDisabled", booleanAttribute], projectmembersVisible: ["projectmembersVisible", "projectmembersVisible", booleanAttribute], modelsVisible: ["modelsVisible", "modelsVisible", booleanAttribute], documentsVisible: ["documentsVisible", "documentsVisible", booleanAttribute], projectsettingsVisible: ["projectsettingsVisible", "projectsettingsVisible", booleanAttribute], processesVisible: ["processesVisible", "processesVisible", booleanAttribute], isCollapsed: ["isCollapsed", "isCollapsed", booleanAttribute], isMiniMode: ["isMiniMode", "isMiniMode", booleanAttribute], isTouch: ["isTouch", "isTouch", booleanAttribute], hideMenuIcons: ["hideMenuIcons", "hideMenuIcons", booleanAttribute], showHorizontalMenuIcons: ["showHorizontalMenuIcons", "showHorizontalMenuIcons", booleanAttribute], menuItemsOrder: "menuItemsOrder" }, providers: [TranslateService], usesInheritance: true, ngImport: i0, template: "<ng-template #navigationPrjList>\r\n@for(item of menuItems; track item.id){\r\n @if (!_isHidden(item)){\r\n <!--* prjList *-->\r\n <div class=\"bim-pm-prj-item\"\r\n [ngClass] = \"_getPrjItemClassAttributes(item,isTouch)\"\r\n [title]=\"((_isDisabled(item) && item.textIdDisabled) ? item.textIdDisabled : item.textId) | translate\"\r\n (dblclick)=\"_menuItemIgnoreAction($event)\"\r\n (click)=\"_menuItemClicked(item, 'normal',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'normal',$event)\"\r\n >\r\n <div\r\n class=\"bim-pm-prj-icon\"\r\n [ngClass] = \"_getPrjIconClassAttributes(item)\"\r\n >\r\n </div>\r\n <div class=\"bim-pm-app-item-info bim-pm-icon bim-pm-icon-info\"\r\n (click)=\"_menuItemClicked(item, 'info',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'info',$event)\"\r\n >\r\n </div>\r\n </div>\r\n }\r\n}\r\n</ng-template>\r\n\r\n<ng-template #navigationPrjListThumbnail>\r\n@for(item of menuItems; track item.id){\r\n @if (!_isHidden(item) && (isCollapsed || item.action !== 'processes' )){\r\n <!--* navigationPrjList *-->\r\n <div class=\"bim-pm-prj-item\"\r\n [ngClass] = \"_getPrjItemClassAttributes(item,isTouch)\"\r\n [title]=\"((_isDisabled(item) && item.textIdDisabled) ? item.textIdDisabled : item.textId) | translate\"\r\n (dblclick)=\"_menuItemIgnoreAction($event)\"\r\n (click)=\"_menuItemClicked(item, 'normal',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'normal',$event)\"\r\n >\r\n <div\r\n class=\"bim-pm-prj-icon\"\r\n [ngClass] = \"_getPrjIconClassAttributes(item)\"\r\n >\r\n </div>\r\n <div class=\"bim-pm-app-item-info bim-pm-icon bim-pm-icon-info\"\r\n (click)=\"_menuItemClicked(item, 'info',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'info',$event)\"\r\n >\r\n </div>\r\n </div>\r\n }\r\n}\r\n</ng-template>\r\n\r\n<div class=\"bim-pm-prj-container\"\r\n [ngClass]=\"{ collapsed: isCollapsed, 'mini-mode': isMiniMode, 'is-touch': isTouch }\"\r\n >\r\n @if (isMiniMode && !isCollapsed) {\r\n <div class=\"bim-pm-prj-details-mini\">\r\n <div class=\"bim-pm-prj-image-bkg-mini\"\r\n [ngStyle]=\"prjImageOverlayStyle\">\r\n <div class=\"bim-pm-prj-image-thumbnail\" [ngStyle]=\"prjImageStyle\"></div>\r\n </div>\r\n <div class=\"bim-pm-prj-name-mini\">\r\n {{projectName}}\r\n </div>\r\n </div>\r\n <div class=\"bim-pm-prj-items-horizontal\"\r\n [ngClass]=\"showHorizontalMenuIcons ? '' : 'hidden'\">\r\n <div class=\"bim-pm-prj-items-list\">\r\n @if (showHorizontalMenuIcons) {\r\n <ng-container *ngTemplateOutlet=\"navigationPrjList\">\r\n </ng-container>\r\n }\r\n </div>\r\n </div>\r\n }\r\n @else {\r\n <a href={{projectExplorerUrl}} class=\"bim-pm-prj-details\"\r\n [ngStyle]=\"prjImageOverlayStyle\"\r\n (dblclick)=\"_projectMenuItemClicked('prjimagedblclick','normal')\"\r\n (click)=\"_projectMenuItemClicked('prjimageclick','normal')\"\r\n [title]=\"'_ModelThumbnailTooltip' | translate\">\r\n\r\n <div class=\"bim-pm-prj-image\" [ngStyle]=\"prjImageStyle\">\r\n <div class=\"bim-pm-prj-items-overlay\" [ngClass] = \"hideMenuIcons || showHorizontalMenuIcons ? 'hidden' : ''\">\r\n </div>\r\n <div\r\n class=\"bim-pm-prj-items-list\"\r\n [ngClass] = \"hideMenuIcons || showHorizontalMenuIcons ? 'hidden' : ''\"\r\n >\r\n @if (!hideMenuIcons && !showHorizontalMenuIcons){\r\n <ng-container *ngTemplateOutlet=\"navigationPrjListThumbnail\">\r\n </ng-container>\r\n }\r\n </div>\r\n <div class=\"bim-pm-prj-name\">\r\n {{projectName}}\r\n </div>\r\n </div>\r\n </a>\r\n <div class=\"bim-pm-prj-items-horizontal\"\r\n [ngClass] = \"showHorizontalMenuIcons ? '' : 'hidden'\">\r\n <div class=\"bim-pm-prj-items-list\">\r\n @if (showHorizontalMenuIcons) {\r\n <ng-container *ngTemplateOutlet=\"navigationPrjList\">\r\n </ng-container>\r\n }\r\n </div>\r\n </div>\r\n}\r\n", styles: [".bim-pm-prj-container{display:flex;flex-direction:column;justify-content:flex-start;background-color:var(--project-menu-project-container-background-color-enabled)}.bim-pm-prj-container:not(.collapsed).mini-mode{border-bottom:thin solid var(--project-menu-project-container-mini-mode-border-color-enabled)}.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:var(--project-menu-project-details-background-color-enabled);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{color:var(--project-menu-project-name-text-color);background-color:var(--project-menu-project-name-background-color);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:var(--project-menu-item-overlay-background-color-enabled);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 var(--project-menu-project-items-horizontal-border-color-enabled)}.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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%2384888C\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-users.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-users.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%23B8BBBF\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5717)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5717\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-models.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-models.disabled{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5715)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5715\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-documents.active{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-documents.disabled{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%23D3D7DB\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-processes.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-processes.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23D3D3D3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5713)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73C10 2.511 10.589 3.16 11.31 3.46C12.03 3.761 12.88 3.705 13.432 3.153L14.657 1.929L16.071 3.343L14.846 4.568C14.295 5.119 14.239 5.971 14.54 6.691C14.84 7.411 15.489 8 16.27 8H18V10H16.27C15.489 10 14.84 10.589 14.54 11.31C14.239 12.03 14.295 12.88 14.847 13.432L16.071 14.657L14.657 16.071L13.075 14.489C12.73 14.143 12.189 14.107 11.755 14.331C11.706 14.3564 11.6567 14.381 11.607 14.405C10.727 14.831 10 15.633 10 16.61V18H8V16.61C8 15.633 7.272 14.83 6.393 14.405C6.34333 14.381 6.29399 14.3563 6.245 14.331C5.811 14.107 5.271 14.144 4.925 14.489L3.343 16.071L1.929 14.657L3.154 13.432C3.705 12.881 3.761 12.029 3.461 11.309C3.16 10.59 2.51 10 1.73 10H0V8H1.73C2.511 8 3.16 7.411 3.46 6.69C3.76 5.97 3.705 5.12 3.153 4.568L1.93 3.343L3.343 1.93L4.568 3.155C5.119 3.706 5.971 3.762 6.691 3.462C7.41 3.16 8 2.51 8 1.73V0ZM13 9C13 10.0609 12.5786 11.0783 11.8284 11.8284C11.0783 12.5786 10.0609 13 9 13C7.93913 13 6.92172 12.5786 6.17157 11.8284C5.42143 11.0783 5 10.0609 5 9C5 7.93913 5.42143 6.92172 6.17157 6.17157C6.92172 5.42143 7.93913 5 9 5C10.0609 5 11.0783 5.42143 11.8284 6.17157C12.5786 6.92172 13 7.93913 13 9Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5713\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-project-settings.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-project-settings.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5711)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5711\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-shop{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-info{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-info:hover{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5048)\">%0D%0A<path d=\"M9 0C4 0 0 4 0 9C0 14 4 18 9 18C14 18 18 14 18 9C18 4 14 0 9 0ZM8 4H10V6H8V4ZM11 14H7V13H8V8H7V7H10V13H11V14Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5048\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
287
289
|
}
|
|
288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusProjectMenuComponent, decorators: [{
|
|
289
291
|
type: Component,
|
|
290
292
|
args: [{ selector: 'lib-bimplus-project-menu', imports: [CommonModule, TranslateModule], providers: [TranslateService], encapsulation: ViewEncapsulation.ShadowDom, template: "<ng-template #navigationPrjList>\r\n@for(item of menuItems; track item.id){\r\n @if (!_isHidden(item)){\r\n <!--* prjList *-->\r\n <div class=\"bim-pm-prj-item\"\r\n [ngClass] = \"_getPrjItemClassAttributes(item,isTouch)\"\r\n [title]=\"((_isDisabled(item) && item.textIdDisabled) ? item.textIdDisabled : item.textId) | translate\"\r\n (dblclick)=\"_menuItemIgnoreAction($event)\"\r\n (click)=\"_menuItemClicked(item, 'normal',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'normal',$event)\"\r\n >\r\n <div\r\n class=\"bim-pm-prj-icon\"\r\n [ngClass] = \"_getPrjIconClassAttributes(item)\"\r\n >\r\n </div>\r\n <div class=\"bim-pm-app-item-info bim-pm-icon bim-pm-icon-info\"\r\n (click)=\"_menuItemClicked(item, 'info',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'info',$event)\"\r\n >\r\n </div>\r\n </div>\r\n }\r\n}\r\n</ng-template>\r\n\r\n<ng-template #navigationPrjListThumbnail>\r\n@for(item of menuItems; track item.id){\r\n @if (!_isHidden(item) && (isCollapsed || item.action !== 'processes' )){\r\n <!--* navigationPrjList *-->\r\n <div class=\"bim-pm-prj-item\"\r\n [ngClass] = \"_getPrjItemClassAttributes(item,isTouch)\"\r\n [title]=\"((_isDisabled(item) && item.textIdDisabled) ? item.textIdDisabled : item.textId) | translate\"\r\n (dblclick)=\"_menuItemIgnoreAction($event)\"\r\n (click)=\"_menuItemClicked(item, 'normal',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'normal',$event)\"\r\n >\r\n <div\r\n class=\"bim-pm-prj-icon\"\r\n [ngClass] = \"_getPrjIconClassAttributes(item)\"\r\n >\r\n </div>\r\n <div class=\"bim-pm-app-item-info bim-pm-icon bim-pm-icon-info\"\r\n (click)=\"_menuItemClicked(item, 'info',$event)\"\r\n (keypress)=\"_menuItemClicked(item, 'info',$event)\"\r\n >\r\n </div>\r\n </div>\r\n }\r\n}\r\n</ng-template>\r\n\r\n<div class=\"bim-pm-prj-container\"\r\n [ngClass]=\"{ collapsed: isCollapsed, 'mini-mode': isMiniMode, 'is-touch': isTouch }\"\r\n >\r\n @if (isMiniMode && !isCollapsed) {\r\n <div class=\"bim-pm-prj-details-mini\">\r\n <div class=\"bim-pm-prj-image-bkg-mini\"\r\n [ngStyle]=\"prjImageOverlayStyle\">\r\n <div class=\"bim-pm-prj-image-thumbnail\" [ngStyle]=\"prjImageStyle\"></div>\r\n </div>\r\n <div class=\"bim-pm-prj-name-mini\">\r\n {{projectName}}\r\n </div>\r\n </div>\r\n <div class=\"bim-pm-prj-items-horizontal\"\r\n [ngClass]=\"showHorizontalMenuIcons ? '' : 'hidden'\">\r\n <div class=\"bim-pm-prj-items-list\">\r\n @if (showHorizontalMenuIcons) {\r\n <ng-container *ngTemplateOutlet=\"navigationPrjList\">\r\n </ng-container>\r\n }\r\n </div>\r\n </div>\r\n }\r\n @else {\r\n <a href={{projectExplorerUrl}} class=\"bim-pm-prj-details\"\r\n [ngStyle]=\"prjImageOverlayStyle\"\r\n (dblclick)=\"_projectMenuItemClicked('prjimagedblclick','normal')\"\r\n (click)=\"_projectMenuItemClicked('prjimageclick','normal')\"\r\n [title]=\"'_ModelThumbnailTooltip' | translate\">\r\n\r\n <div class=\"bim-pm-prj-image\" [ngStyle]=\"prjImageStyle\">\r\n <div class=\"bim-pm-prj-items-overlay\" [ngClass] = \"hideMenuIcons || showHorizontalMenuIcons ? 'hidden' : ''\">\r\n </div>\r\n <div\r\n class=\"bim-pm-prj-items-list\"\r\n [ngClass] = \"hideMenuIcons || showHorizontalMenuIcons ? 'hidden' : ''\"\r\n >\r\n @if (!hideMenuIcons && !showHorizontalMenuIcons){\r\n <ng-container *ngTemplateOutlet=\"navigationPrjListThumbnail\">\r\n </ng-container>\r\n }\r\n </div>\r\n <div class=\"bim-pm-prj-name\">\r\n {{projectName}}\r\n </div>\r\n </div>\r\n </a>\r\n <div class=\"bim-pm-prj-items-horizontal\"\r\n [ngClass] = \"showHorizontalMenuIcons ? '' : 'hidden'\">\r\n <div class=\"bim-pm-prj-items-list\">\r\n @if (showHorizontalMenuIcons) {\r\n <ng-container *ngTemplateOutlet=\"navigationPrjList\">\r\n </ng-container>\r\n }\r\n </div>\r\n </div>\r\n}\r\n", styles: [".bim-pm-prj-container{display:flex;flex-direction:column;justify-content:flex-start;background-color:var(--project-menu-project-container-background-color-enabled)}.bim-pm-prj-container:not(.collapsed).mini-mode{border-bottom:thin solid var(--project-menu-project-container-mini-mode-border-color-enabled)}.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:var(--project-menu-project-details-background-color-enabled);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{color:var(--project-menu-project-name-text-color);background-color:var(--project-menu-project-name-background-color);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:var(--project-menu-item-overlay-background-color-enabled);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 var(--project-menu-project-items-horizontal-border-color-enabled)}.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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%2384888C\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-users.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-users.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%23B8BBBF\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5717)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5717\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-models.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-models.disabled{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5715)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5715\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-documents.active{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-documents.disabled{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%23D3D7DB\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-processes.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-processes.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23D3D3D3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5713)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73C10 2.511 10.589 3.16 11.31 3.46C12.03 3.761 12.88 3.705 13.432 3.153L14.657 1.929L16.071 3.343L14.846 4.568C14.295 5.119 14.239 5.971 14.54 6.691C14.84 7.411 15.489 8 16.27 8H18V10H16.27C15.489 10 14.84 10.589 14.54 11.31C14.239 12.03 14.295 12.88 14.847 13.432L16.071 14.657L14.657 16.071L13.075 14.489C12.73 14.143 12.189 14.107 11.755 14.331C11.706 14.3564 11.6567 14.381 11.607 14.405C10.727 14.831 10 15.633 10 16.61V18H8V16.61C8 15.633 7.272 14.83 6.393 14.405C6.34333 14.381 6.29399 14.3563 6.245 14.331C5.811 14.107 5.271 14.144 4.925 14.489L3.343 16.071L1.929 14.657L3.154 13.432C3.705 12.881 3.761 12.029 3.461 11.309C3.16 10.59 2.51 10 1.73 10H0V8H1.73C2.511 8 3.16 7.411 3.46 6.69C3.76 5.97 3.705 5.12 3.153 4.568L1.93 3.343L3.343 1.93L4.568 3.155C5.119 3.706 5.971 3.762 6.691 3.462C7.41 3.16 8 2.51 8 1.73V0ZM13 9C13 10.0609 12.5786 11.0783 11.8284 11.8284C11.0783 12.5786 10.0609 13 9 13C7.93913 13 6.92172 12.5786 6.17157 11.8284C5.42143 11.0783 5 10.0609 5 9C5 7.93913 5.42143 6.92172 6.17157 6.17157C6.92172 5.42143 7.93913 5 9 5C10.0609 5 11.0783 5.42143 11.8284 6.17157C12.5786 6.92172 13 7.93913 13 9Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5713\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-project-settings.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-project-settings.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5711)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5711\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-shop{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-info{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-pm-icon-info:hover{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5048)\">%0D%0A<path d=\"M9 0C4 0 0 4 0 9C0 14 4 18 9 18C14 18 18 14 18 9C18 4 14 0 9 0ZM8 4H10V6H8V4ZM11 14H7V13H8V8H7V7H10V13H11V14Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5048\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}\n"] }]
|
|
291
293
|
}], ctorParameters: () => [], propDecorators: { projectName: [{
|
|
@@ -569,12 +571,12 @@ class BimplusMainMenuComponent extends BimplusLocalizedWidgetComponent {
|
|
|
569
571
|
const action = item.action;
|
|
570
572
|
fireEvent(this, "bimplusMainMenuClicked", { action, type: type });
|
|
571
573
|
}
|
|
572
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
573
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: BimplusMainMenuComponent, isStandalone: true, selector: "lib-bimplus-main-menu", inputs: { isEmbedded: ["isEmbedded", "isEmbedded", booleanAttribute], isTouch: ["isTouch", "isTouch", booleanAttribute], isIpadApp: ["isIpadApp", "isIpadApp", booleanAttribute], isDev: ["isDev", "isDev", booleanAttribute], isStage: ["isStage", "isStage", booleanAttribute], hideProjectMenuIcons: ["hideProjectMenuIcons", "hideProjectMenuIcons", booleanAttribute], showHorizontalMenuIcons: ["showHorizontalMenuIcons", "showHorizontalMenuIcons", booleanAttribute], projectName: "projectName", projectImageUrl: "projectImageUrl", projectExplorerUrl: "projectExplorerUrl", projectActiveItem: "projectActiveItem", projectmembersDisabled: ["projectmembersDisabled", "projectmembersDisabled", booleanAttribute], modelsDisabled: ["modelsDisabled", "modelsDisabled", booleanAttribute], documentsDisabled: ["documentsDisabled", "documentsDisabled", booleanAttribute], projectsettingsDisabled: ["projectsettingsDisabled", "projectsettingsDisabled", booleanAttribute], processesDisabled: ["processesDisabled", "processesDisabled", booleanAttribute], footerActiveItem: "footerActiveItem", menuActiveItem: "menuActiveItem", isCollapsed: ["isCollapsed", "isCollapsed", booleanAttribute], showOverlay: ["showOverlay", "showOverlay", booleanAttribute], teammembersSubscribed: ["teammembersSubscribed", "teammembersSubscribed", booleanAttribute], propertymanagerSubscribed: ["propertymanagerSubscribed", "propertymanagerSubscribed", booleanAttribute], autoconverterSubscribed: ["autoconverterSubscribed", "autoconverterSubscribed", booleanAttribute], connexisSubscribed: ["connexisSubscribed", "connexisSubscribed", booleanAttribute], openProjectDisabled: ["openProjectDisabled", "openProjectDisabled", booleanAttribute], bimexplorerDisabled: ["bimexplorerDisabled", "bimexplorerDisabled", booleanAttribute], autoconverterDisabled: ["autoconverterDisabled", "autoconverterDisabled", booleanAttribute], connexisDisabled: ["connexisDisabled", "connexisDisabled", booleanAttribute], teammembersDisabled: ["teammembersDisabled", "teammembersDisabled", booleanAttribute], propertymanagerDisabled: ["propertymanagerDisabled", "propertymanagerDisabled", booleanAttribute], shopDisabled: ["shopDisabled", "shopDisabled", booleanAttribute], addinsDisabled: ["addinsDisabled", "addinsDisabled", booleanAttribute], openProjectVisible: ["openProjectVisible", "openProjectVisible", booleanAttribute], bimplusProjectMenuVisible: ["bimplusProjectMenuVisible", "bimplusProjectMenuVisible", booleanAttribute], projectmembersVisible: ["projectmembersVisible", "projectmembersVisible", booleanAttribute], modelsVisible: ["modelsVisible", "modelsVisible", booleanAttribute], documentsVisible: ["documentsVisible", "documentsVisible", booleanAttribute], projectsettingsVisible: ["projectsettingsVisible", "projectsettingsVisible", booleanAttribute], processesVisible: ["processesVisible", "processesVisible", booleanAttribute], bimexplorerVisible: ["bimexplorerVisible", "bimexplorerVisible", booleanAttribute], autoconverterVisible: ["autoconverterVisible", "autoconverterVisible", booleanAttribute], connexisVisible: ["connexisVisible", "connexisVisible", booleanAttribute], teammembersVisible: ["teammembersVisible", "teammembersVisible", booleanAttribute], propertymanagerVisible: ["propertymanagerVisible", "propertymanagerVisible", booleanAttribute], shopVisible: ["shopVisible", "shopVisible", booleanAttribute], addinsVisible: ["addinsVisible", "addinsVisible", booleanAttribute], dividerprojectmanagementVisible: ["dividerprojectmanagementVisible", "dividerprojectmanagementVisible", booleanAttribute], dividerappsVisible: ["dividerappsVisible", "dividerappsVisible", booleanAttribute], getYourTeamVisible: ["getYourTeamVisible", "getYourTeamVisible", booleanAttribute], tryBimplusProVisible: ["tryBimplusProVisible", "tryBimplusProVisible", booleanAttribute], cloudviewerVisible: ["cloudviewerVisible", "cloudviewerVisible", booleanAttribute], appsWithInfo: "appsWithInfo", appsOrder: "appsOrder", menuItemsOrder: "menuItemsOrder" }, outputs: { bimplusMainMenuClicked: "bimplusMainMenuClicked", bimplusMainMenuOverlayClicked: "bimplusMainMenuOverlayClicked" }, providers: [TranslateService], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ng-template #appNavigationItemContent let-contextData>\r\n @if (contextData.item.type === 'divider') {\r\n <div class=\"bim-mm-app-item\" [class]=\"contextData.item.class\" [id]=\"contextData.item.id\"></div>\r\n } @else {\r\n <div class=\"bim-mm-app-item\" [id]=\"contextData.item.id\"\r\n [ngClass]=\"isTouch?'':'hover-show-info '+(contextData.active?'active ':' ') +(contextData.disabled?'disabled ':' ')+(contextData.clickable?' ':'not-clickable ')+(contextData.selected?'selected ':' ')\"\r\n [title] =\"((contextData.disabled) ? (contextData.item.disabledTitle | translate) : '' )\"\r\n >\r\n <div class=\"bim-mm-app-item-details\"\r\n [ngClass] = \" contextData.clickable ? '' : 'not-clickable' \"\r\n (click)=\"_mainMenuItemClicked(contextData.item,'normal',$event)\"\r\n (keypress)=\"_mainMenuItemClicked(contextData.item,'normal',$event)\">\r\n <div class=\"bim-mm-icon\"\r\n [ngClass]=\"contextData.item.class + (contextData.active?' active':'') + (contextData.disabled?' disabled ':'')\">\r\n </div>\r\n <span>{{(contextData.isDisabled && (contextData.item.textIdDisabled !==\"\") ? contextData.item.textIdDisabled : contextData.item.textId) | translate}}</span>\r\n </div>\r\n @if(contextData.showInfoIcon){\r\n <div class=\"bim-mm-app-item-info bim-mm-icon bim-mm-icon-info\"\r\n (click)=\"_mainMenuItemClicked(contextData.item, 'info',$event)\"\r\n (keypress)=\"_mainMenuItemClicked(contextData.item, 'info',$event)\">\r\n </div>\r\n }\r\n </div>\r\n }\r\n</ng-template>\r\n\r\n\r\n\r\n<div \r\n class=\"bim-mm-wrapper\" \r\n [ngClass]=\"showOverlay ? 'bim-mm-overlay' : ''\" \r\n (click)=\"_overlayClicked()\"\r\n (keypress)=\"_overlayClicked()\"\r\n >\r\n <div class= \"bim-mm-container\">\r\n @if(!_isHidden(_openPrjBtn)){\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(_openPrjBtn,projectActiveItem === 'projectlist',_isDisabled(_openPrjBtn),true,projectActiveItem === 'projectlist') }\"\r\n ></ng-container>\r\n }\r\n\r\n @if(bimplusProjectMenuVisible){\r\n <lib-bimplus-project-menu\r\n projectName = {{projectName}}\r\n projectImageUrl = {{projectImageUrl}}\r\n projectExplorerUrl = {{projectExplorerUrl}}\r\n projectActiveItem = {{projectActiveItem}}\r\n projectmembersDisabled = {{projectmembersDisabled}}\r\n modelsDisabled = {{modelsDisabled}}\r\n documentsDisabled = {{documentsDisabled}}\r\n projectsettingsDisabled = {{projectsettingsDisabled}}\r\n processesDisabled = {{processesDisabled}}\r\n projectmembersVisible = {{projectmembersVisible}}\r\n modelsVisible = {{modelsVisible}}\r\n documentsVisible = {{documentsVisible}}\r\n projectsettingsVisible = {{projectsettingsVisible}}\r\n processesVisible = {{processesVisible}}\r\n isCollapsed = {{isCollapsed}}\r\n isMiniMode = {{isTouch}}\r\n isTouch = {{isTouch}}\r\n hideMenuIcons = {{hideProjectMenuIcons}}\r\n showHorizontalMenuIcons = {{showHorizontalMenuIcons}}\r\n [menuItemsOrder]=\"menuItemsOrder\"\r\n ></lib-bimplus-project-menu>\r\n }\r\n <div [ngClass]=\"apps.length || footerList.length ? 'bim-mm-apps-container' : ''\">\r\n <div class=\"bim-mm-apps-list\">\r\n <div *ngFor=\"let appItem of apps\">\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(appItem,!_isSubscribed(appItem),_isDisabled(appItem),_isClickable(appItem),menuActiveItem === appItem.action)}\"\r\n ></ng-container>\r\n </div>\r\n </div>\r\n <div class=\"bim-mm-footer-container\">\r\n <div *ngFor=\"let footerItem of footerList\">\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(footerItem,footerActiveItem === footerItem.action,_isDisabled(footerItem),true,false)}\"\r\n ></ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".text-selected{color:var(--text-highlight-text-color-enabled)}.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}.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:var(--main-menu-overlay-background-color-enabled)}.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:var(--main-menu-app-item-details-text-color-disabled)}.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:3px solid var(--item-divider-border-color-enabled);margin-top:.75em;margin-bottom:.75em}.hover-show-info:hover{background-color:var(--main-menu-app-item-background-color-hovered)}.hover-show-info:hover .bim-mm-app-item-info{display:block}.hover-show-info.selected,.bim-mm-app-item.selected{color:var(--main-menu-app-item-text-color-selected)}.hover-show-info.selected .bim-mm-icon-bim-explorer,.bim-mm-app-item.selected .bim-mm-icon-bim-explorer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-cloud-viewer,.bim-mm-app-item.selected .bim-mm-icon-cloud-viewer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_4_254)\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.85H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23FE5000\" stroke=\"%23FE5000\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_254\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500004\" width=\"19\" height=\"19\" fill=\"black\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500004\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840905C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55474 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80197 12.3419 2.53626C11.528 1.79242 10.607 1.19359 9.57155 0.840905ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6998 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840905C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55474 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80197 12.3419 2.53626C11.528 1.79242 10.607 1.19359 9.57155 0.840905ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6998 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840905L9.66827 0.556925V0.556925L9.57155 0.840905ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973396L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00908C0.770083 6.009 0.770171 6.00882 0.770309 6.00854C0.770587 6.00797 0.771068 6.00698 0.771753 6.00559C0.773123 6.0028 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.8183 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.205772 9.47482 1.12488L9.66827 0.556925C6.669 -0.464635 4.28734 0.874606 2.69074 2.41608C1.89176 3.18747 1.27804 4.0186 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43722C0.340357 5.53343 0.299968 5.61001 0.272623 5.66306C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73167 0.235098 5.73722 0.233181 5.74112C0.232222 5.74308 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.7471C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38444 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86009 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89736C0.200606 5.89747 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90384C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98747C0.211872 6.04505 0.219144 6.12915 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94697 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10293 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973396C4.48974 0.744306 1.00582 4.18733 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973396ZM12.5124 2.28943C11.4065 1.52548 10.1044 1.04973 8.70111 0.973396L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28943ZM9.47482 1.12488C10.4632 1.46153 11.3493 2.03547 12.1395 2.75771L12.5443 2.31481C11.7068 1.54936 10.7509 0.925663 9.66827 0.556925L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8603 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.4277L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.4277C16.0892 8.41096 15.938 7.42821 15.638 6.51463L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.225 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2439 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.3731C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23FE5000\" mask=\"url(%23path-2-outside-1_4_254)\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_4_254\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-autoconverter,.bim-mm-app-item.selected .bim-mm-icon-autoconverter{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-connexis,.bim-mm-app-item.selected .bim-mm-icon-connexis{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-users,.bim-mm-app-item.selected .bim-mm-icon-users{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-models,.bim-mm-app-item.selected .bim-mm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-documents,.bim-mm-app-item.selected .bim-mm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-project-settings,.bim-mm-app-item.selected .bim-mm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-processes,.bim-mm-app-item.selected .bim-mm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-team-members,.bim-mm-app-item.selected .bim-mm-icon-team-members{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-property-manager,.bim-mm-app-item.selected .bim-mm-icon-property-manager{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5218)\">%0D%0A<path d=\"M16.038 10.965L12.042 14.995L14.005 16.975L18 12.945L16.038 10.965ZM11.03 18H13.012L11.029 16L11.03 18ZM13.21 6.1L13.31 2.9C13.31 0.3 13.21 0 10.632 0L7.36099 0.1C6.96399 0.2 6.66699 0.3 6.36999 0.6L0.519994 6.5C-0.173006 7.2 -0.173006 8.2 0.519994 8.9L4.48599 12.9C5.17999 13.6 6.17099 13.6 6.86599 12.9L12.713 7C13.011 6.8 13.11 6.5 13.209 6.1H13.21ZM11.624 3.4C11.624 4.3 10.831 5.1 9.93899 5.1C9.04599 5.1 8.25299 4.3 8.25299 3.4C8.25299 2.5 9.04599 1.7 9.93899 1.7C10.831 1.7 11.624 2.5 11.624 3.4Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5218\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-footer-container .bim-mm-app-item.active{background-color:var(--main-menu-app-item-background-color-selected)}#portalSelectProjectBtn{padding:.36em 0 .52em;line-height:2em;font-size:1em;background-color:var(--main-menu-select-project-button-background-color-enabled)}#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:var(--main-menu-app-item-details-text-color-enabled);text-transform:capitalize}#portalSelectProjectBtn.disabled .bim-mm-app-item-details span{font-weight:600;color:var(--main-menu-app-item-details-text-color-disabled)}#portalSelectProjectBtn.selected .bim-mm-app-item-details span{font-weight:600;color:var(--main-menu-app-item-details-text-color-selected)}#portalTeamManagementBtn,#portalPropertyManagerBtn{text-transform:capitalize}#portalShopBtn .bim-mm-app-item-info,#portalBimProcesses .bim-mm-app-item-info,#portalCloudViewerBtn .bim-mm-app-item-info,#portalConnexisBtn .bim-mm-app-item-info{display:none}.bim-mm-container{background-color:var(--main-menu-container-background-color-enabled);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:var(--main-menu-apps-container-background-color-enabled);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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%2384888C\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-users.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-users.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%23B8BBBF\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5717)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5717\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models.disabled{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5715)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5715\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents.active{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents.disabled{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%23D3D7DB\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5713)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73C10 2.511 10.589 3.16 11.31 3.46C12.03 3.761 12.88 3.705 13.432 3.153L14.657 1.929L16.071 3.343L14.846 4.568C14.295 5.119 14.239 5.971 14.54 6.691C14.84 7.411 15.489 8 16.27 8H18V10H16.27C15.489 10 14.84 10.589 14.54 11.31C14.239 12.03 14.295 12.88 14.847 13.432L16.071 14.657L14.657 16.071L13.075 14.489C12.73 14.143 12.189 14.107 11.755 14.331C11.706 14.3564 11.6567 14.381 11.607 14.405C10.727 14.831 10 15.633 10 16.61V18H8V16.61C8 15.633 7.272 14.83 6.393 14.405C6.34333 14.381 6.29399 14.3563 6.245 14.331C5.811 14.107 5.271 14.144 4.925 14.489L3.343 16.071L1.929 14.657L3.154 13.432C3.705 12.881 3.761 12.029 3.461 11.309C3.16 10.59 2.51 10 1.73 10H0V8H1.73C2.511 8 3.16 7.411 3.46 6.69C3.76 5.97 3.705 5.12 3.153 4.568L1.93 3.343L3.343 1.93L4.568 3.155C5.119 3.706 5.971 3.762 6.691 3.462C7.41 3.16 8 2.51 8 1.73V0ZM13 9C13 10.0609 12.5786 11.0783 11.8284 11.8284C11.0783 12.5786 10.0609 13 9 13C7.93913 13 6.92172 12.5786 6.17157 11.8284C5.42143 11.0783 5 10.0609 5 9C5 7.93913 5.42143 6.92172 6.17157 6.17157C6.92172 5.42143 7.93913 5 9 5C10.0609 5 11.0783 5.42143 11.8284 6.17157C12.5786 6.92172 13 7.93913 13 9Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5713\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5711)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5711\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23D3D3D3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-bim-explorer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23444444\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-bim-explorer.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23d3d3d3\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-cloud-viewer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.84999H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23444444\" stroke=\"%23444444\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_241\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\" fill=\"black\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840903L9.66827 0.556923V0.556923L9.57155 0.840903ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973394L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00907C0.770083 6.009 0.770171 6.00882 0.770309 6.00853C0.770587 6.00796 0.771068 6.00698 0.771753 6.00558C0.773123 6.00279 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.81829 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.20577 9.47482 1.12488L9.66827 0.556923C6.669 -0.464637 4.28734 0.874604 2.69074 2.41608C1.89176 3.18747 1.27804 4.01859 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43721C0.340357 5.53342 0.299968 5.61001 0.272623 5.66305C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73166 0.235098 5.73722 0.233181 5.74112C0.232222 5.74307 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.74709C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38443 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86008 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89735C0.200606 5.89746 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90383C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98746C0.211872 6.04505 0.219144 6.12914 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94696 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10292 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973394C4.48974 0.744304 1.00582 4.18732 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973394ZM12.5124 2.28942C11.4065 1.52548 10.1044 1.04973 8.70111 0.973394L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28942ZM9.47482 1.12488C10.4632 1.46152 11.3493 2.03547 12.1395 2.7577L12.5443 2.31481C11.7068 1.54936 10.7509 0.925661 9.66827 0.556923L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8602 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.42769L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.42769C16.0892 8.41096 15.938 7.42821 15.638 6.51462L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.2249 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2438 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.373C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23444444\" mask=\"url(%23path-2-outside-1_4_241)\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-cloud-viewer.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.84999H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23D3D3D3\" stroke=\"%23D3D3D3\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_241\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\" fill=\"%23D3D3D3\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23DED3D3\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840903L9.66827 0.556923V0.556923L9.57155 0.840903ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973394L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00907C0.770083 6.009 0.770171 6.00882 0.770309 6.00853C0.770587 6.00796 0.771068 6.00698 0.771753 6.00558C0.773123 6.00279 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.81829 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.20577 9.47482 1.12488L9.66827 0.556923C6.669 -0.464637 4.28734 0.874604 2.69074 2.41608C1.89176 3.18747 1.27804 4.01859 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43721C0.340357 5.53342 0.299968 5.61001 0.272623 5.66305C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73166 0.235098 5.73722 0.233181 5.74112C0.232222 5.74307 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.74709C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38443 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86008 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89735C0.200606 5.89746 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90383C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98746C0.211872 6.04505 0.219144 6.12914 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94696 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10292 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973394C4.48974 0.744304 1.00582 4.18732 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973394ZM12.5124 2.28942C11.4065 1.52548 10.1044 1.04973 8.70111 0.973394L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28942ZM9.47482 1.12488C10.4632 1.46152 11.3493 2.03547 12.1395 2.7577L12.5443 2.31481C11.7068 1.54936 10.7509 0.925661 9.66827 0.556923L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8602 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.42769L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.42769C16.0892 8.41096 15.938 7.42821 15.638 6.51462L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.2249 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2438 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.373C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23D3D3D3\" mask=\"url(%23path-2-outside-1_4_241)\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%232F3133\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter.active{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%232F3133\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter.disabled{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%23d3d3d3\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-connexis{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-connexis.disabled{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23d3d3d3\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-team-members{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-team-members.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager{background:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"none\" viewBox=\"0 0 18 18\">%0D%0A <g clip-path=\"url(%23a)\">%0D%0A <path fill=\"%23444\" d=\"m16.038 10.965-3.996 4.03 1.963 1.98L18 12.945l-1.962-1.98ZM11.03 18h1.982l-1.983-2v2h.001Zm2.18-11.9.1-3.2c0-2.6-.1-2.9-2.678-2.9L7.361.1c-.397.1-.694.2-.991.5L.52 6.5c-.693.7-.693 1.7 0 2.4l3.966 4c.694.7 1.685.7 2.38 0L12.713 7c.298-.2.397-.5.496-.9h.001Zm-1.586-2.7c0 .9-.793 1.7-1.685 1.7-.893 0-1.686-.8-1.686-1.7 0-.9.793-1.7 1.686-1.7.892 0 1.685.8 1.685 1.7Z\"/>%0D%0A </g>%0D%0A <defs>%0D%0A <clipPath id=\"a\">%0D%0A <path fill=\"%23fff\" d=\"M0 0h18v18H0z\"/>%0D%0A </clipPath>%0D%0A </defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5218)\">%0D%0A<path d=\"M16.038 10.965L12.042 14.995L14.005 16.975L18 12.945L16.038 10.965ZM11.03 18H13.012L11.029 16L11.03 18ZM13.21 6.1L13.31 2.9C13.31 0.3 13.21 0 10.632 0L7.36099 0.1C6.96399 0.2 6.66699 0.3 6.36999 0.6L0.519994 6.5C-0.173006 7.2 -0.173006 8.2 0.519994 8.9L4.48599 12.9C5.17999 13.6 6.17099 13.6 6.86599 12.9L12.713 7C13.011 6.8 13.11 6.5 13.209 6.1H13.21ZM11.624 3.4C11.624 4.3 10.831 5.1 9.93899 5.1C9.04599 5.1 8.25299 4.3 8.25299 3.4C8.25299 2.5 9.04599 1.7 9.93899 1.7C10.831 1.7 11.624 2.5 11.624 3.4Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5218\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager.disabled{background:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"none\" viewBox=\"0 0 18 18\">%0D%0A <g clip-path=\"url(%23a)\">%0D%0A <path fill=\"%23C3C3C3\" d=\"m16.038 10.965-3.996 4.03 1.963 1.98L18 12.945l-1.962-1.98ZM11.03 18h1.982l-1.983-2v2h.001Zm2.18-11.9.1-3.2c0-2.6-.1-2.9-2.678-2.9L7.361.1c-.397.1-.694.2-.991.5L.52 6.5c-.693.7-.693 1.7 0 2.4l3.966 4c.694.7 1.685.7 2.38 0L12.713 7c.298-.2.397-.5.496-.9h.001Zm-1.586-2.7c0 .9-.793 1.7-1.685 1.7-.893 0-1.686-.8-1.686-1.7 0-.9.793-1.7 1.686-1.7.892 0 1.685.8 1.685 1.7Z\"/>%0D%0A </g>%0D%0A <defs>%0D%0A <clipPath id=\"a\">%0D%0A <path fill=\"%23fff\" d=\"M0 0h18v18H0z\"/>%0D%0A </clipPath>%0D%0A </defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-shop{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-shop.disabled{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23d3d3d3;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-info{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center;background-size:auto!important}.bim-mm-icon-info:hover{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5048)\">%0D%0A<path d=\"M9 0C4 0 0 4 0 9C0 14 4 18 9 18C14 18 18 14 18 9C18 4 14 0 9 0ZM8 4H10V6H8V4ZM11 14H7V13H8V8H7V7H10V13H11V14Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5048\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center;background-size:auto!important;cursor:pointer}.bim-mm-icon-folder{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444444;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-folder.active{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23FE5000;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-folder.disabled{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23d3d3d3;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-add-ins{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M15 8H10V3H8V8H3V10H8V15H10V10H15V8Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-get-your-team{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g opacity=\"0.7\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%238D8D8D\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%238D8D8D\"/>%0D%0A</g>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-try-bimplus-pro{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23444444\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "component", type: BimplusProjectMenuComponent, selector: "lib-bimplus-project-menu", inputs: ["projectName", "projectImageUrl", "projectExplorerUrl", "projectActiveItem", "projectmembersDisabled", "modelsDisabled", "documentsDisabled", "projectsettingsDisabled", "processesDisabled", "projectmembersVisible", "modelsVisible", "documentsVisible", "projectsettingsVisible", "processesVisible", "isCollapsed", "isMiniMode", "isTouch", "hideMenuIcons", "showHorizontalMenuIcons", "menuItemsOrder"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
574
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusMainMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
575
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: BimplusMainMenuComponent, isStandalone: true, selector: "lib-bimplus-main-menu", inputs: { isEmbedded: ["isEmbedded", "isEmbedded", booleanAttribute], isTouch: ["isTouch", "isTouch", booleanAttribute], isIpadApp: ["isIpadApp", "isIpadApp", booleanAttribute], isDev: ["isDev", "isDev", booleanAttribute], isStage: ["isStage", "isStage", booleanAttribute], hideProjectMenuIcons: ["hideProjectMenuIcons", "hideProjectMenuIcons", booleanAttribute], showHorizontalMenuIcons: ["showHorizontalMenuIcons", "showHorizontalMenuIcons", booleanAttribute], projectName: "projectName", projectImageUrl: "projectImageUrl", projectExplorerUrl: "projectExplorerUrl", projectActiveItem: "projectActiveItem", projectmembersDisabled: ["projectmembersDisabled", "projectmembersDisabled", booleanAttribute], modelsDisabled: ["modelsDisabled", "modelsDisabled", booleanAttribute], documentsDisabled: ["documentsDisabled", "documentsDisabled", booleanAttribute], projectsettingsDisabled: ["projectsettingsDisabled", "projectsettingsDisabled", booleanAttribute], processesDisabled: ["processesDisabled", "processesDisabled", booleanAttribute], footerActiveItem: "footerActiveItem", menuActiveItem: "menuActiveItem", isCollapsed: ["isCollapsed", "isCollapsed", booleanAttribute], showOverlay: ["showOverlay", "showOverlay", booleanAttribute], teammembersSubscribed: ["teammembersSubscribed", "teammembersSubscribed", booleanAttribute], propertymanagerSubscribed: ["propertymanagerSubscribed", "propertymanagerSubscribed", booleanAttribute], autoconverterSubscribed: ["autoconverterSubscribed", "autoconverterSubscribed", booleanAttribute], connexisSubscribed: ["connexisSubscribed", "connexisSubscribed", booleanAttribute], openProjectDisabled: ["openProjectDisabled", "openProjectDisabled", booleanAttribute], bimexplorerDisabled: ["bimexplorerDisabled", "bimexplorerDisabled", booleanAttribute], autoconverterDisabled: ["autoconverterDisabled", "autoconverterDisabled", booleanAttribute], connexisDisabled: ["connexisDisabled", "connexisDisabled", booleanAttribute], teammembersDisabled: ["teammembersDisabled", "teammembersDisabled", booleanAttribute], propertymanagerDisabled: ["propertymanagerDisabled", "propertymanagerDisabled", booleanAttribute], shopDisabled: ["shopDisabled", "shopDisabled", booleanAttribute], addinsDisabled: ["addinsDisabled", "addinsDisabled", booleanAttribute], openProjectVisible: ["openProjectVisible", "openProjectVisible", booleanAttribute], bimplusProjectMenuVisible: ["bimplusProjectMenuVisible", "bimplusProjectMenuVisible", booleanAttribute], projectmembersVisible: ["projectmembersVisible", "projectmembersVisible", booleanAttribute], modelsVisible: ["modelsVisible", "modelsVisible", booleanAttribute], documentsVisible: ["documentsVisible", "documentsVisible", booleanAttribute], projectsettingsVisible: ["projectsettingsVisible", "projectsettingsVisible", booleanAttribute], processesVisible: ["processesVisible", "processesVisible", booleanAttribute], bimexplorerVisible: ["bimexplorerVisible", "bimexplorerVisible", booleanAttribute], autoconverterVisible: ["autoconverterVisible", "autoconverterVisible", booleanAttribute], connexisVisible: ["connexisVisible", "connexisVisible", booleanAttribute], teammembersVisible: ["teammembersVisible", "teammembersVisible", booleanAttribute], propertymanagerVisible: ["propertymanagerVisible", "propertymanagerVisible", booleanAttribute], shopVisible: ["shopVisible", "shopVisible", booleanAttribute], addinsVisible: ["addinsVisible", "addinsVisible", booleanAttribute], dividerprojectmanagementVisible: ["dividerprojectmanagementVisible", "dividerprojectmanagementVisible", booleanAttribute], dividerappsVisible: ["dividerappsVisible", "dividerappsVisible", booleanAttribute], getYourTeamVisible: ["getYourTeamVisible", "getYourTeamVisible", booleanAttribute], tryBimplusProVisible: ["tryBimplusProVisible", "tryBimplusProVisible", booleanAttribute], cloudviewerVisible: ["cloudviewerVisible", "cloudviewerVisible", booleanAttribute], appsWithInfo: "appsWithInfo", appsOrder: "appsOrder", menuItemsOrder: "menuItemsOrder" }, outputs: { bimplusMainMenuClicked: "bimplusMainMenuClicked", bimplusMainMenuOverlayClicked: "bimplusMainMenuOverlayClicked" }, providers: [TranslateService], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ng-template #appNavigationItemContent let-contextData>\r\n @if (contextData.item.type === 'divider') {\r\n <div class=\"bim-mm-app-item\" [class]=\"contextData.item.class\" [id]=\"contextData.item.id\"></div>\r\n } @else {\r\n <div class=\"bim-mm-app-item\" [id]=\"contextData.item.id\"\r\n [ngClass]=\"isTouch?'':'hover-show-info '+(contextData.active?'active ':' ') +(contextData.disabled?'disabled ':' ')+(contextData.clickable?' ':'not-clickable ')+(contextData.selected?'selected ':' ')\"\r\n [title] =\"((contextData.disabled) ? (contextData.item.disabledTitle | translate) : '' )\"\r\n >\r\n <div class=\"bim-mm-app-item-details\"\r\n [ngClass] = \" contextData.clickable ? '' : 'not-clickable' \"\r\n (click)=\"_mainMenuItemClicked(contextData.item,'normal',$event)\"\r\n (keypress)=\"_mainMenuItemClicked(contextData.item,'normal',$event)\">\r\n <div class=\"bim-mm-icon\"\r\n [ngClass]=\"contextData.item.class + (contextData.active?' active':'') + (contextData.disabled?' disabled ':'')\">\r\n </div>\r\n <span>{{(contextData.isDisabled && (contextData.item.textIdDisabled !==\"\") ? contextData.item.textIdDisabled : contextData.item.textId) | translate}}</span>\r\n </div>\r\n @if(contextData.showInfoIcon){\r\n <div class=\"bim-mm-app-item-info bim-mm-icon bim-mm-icon-info\"\r\n (click)=\"_mainMenuItemClicked(contextData.item, 'info',$event)\"\r\n (keypress)=\"_mainMenuItemClicked(contextData.item, 'info',$event)\">\r\n </div>\r\n }\r\n </div>\r\n }\r\n</ng-template>\r\n\r\n\r\n\r\n<div\r\n class=\"bim-mm-wrapper\"\r\n [ngClass]=\"showOverlay ? 'bim-mm-overlay' : ''\"\r\n (click)=\"_overlayClicked()\"\r\n (keypress)=\"_overlayClicked()\"\r\n >\r\n <div class= \"bim-mm-container\">\r\n @if(!_isHidden(_openPrjBtn)){\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(_openPrjBtn,projectActiveItem === 'projectlist',_isDisabled(_openPrjBtn),true,projectActiveItem === 'projectlist') }\"\r\n ></ng-container>\r\n }\r\n\r\n @if(bimplusProjectMenuVisible){\r\n <lib-bimplus-project-menu\r\n projectName = {{projectName}}\r\n projectImageUrl = {{projectImageUrl}}\r\n projectExplorerUrl = {{projectExplorerUrl}}\r\n projectActiveItem = {{projectActiveItem}}\r\n projectmembersDisabled = {{projectmembersDisabled}}\r\n modelsDisabled = {{modelsDisabled}}\r\n documentsDisabled = {{documentsDisabled}}\r\n projectsettingsDisabled = {{projectsettingsDisabled}}\r\n processesDisabled = {{processesDisabled}}\r\n projectmembersVisible = {{projectmembersVisible}}\r\n modelsVisible = {{modelsVisible}}\r\n documentsVisible = {{documentsVisible}}\r\n projectsettingsVisible = {{projectsettingsVisible}}\r\n processesVisible = {{processesVisible}}\r\n isCollapsed = {{isCollapsed}}\r\n isMiniMode = {{isTouch}}\r\n isTouch = {{isTouch}}\r\n hideMenuIcons = {{hideProjectMenuIcons}}\r\n showHorizontalMenuIcons = {{showHorizontalMenuIcons}}\r\n [menuItemsOrder]=\"menuItemsOrder\"\r\n ></lib-bimplus-project-menu>\r\n }\r\n <div [ngClass]=\"apps.length || footerList.length ? 'bim-mm-apps-container' : ''\">\r\n <div class=\"bim-mm-apps-list\">\r\n @for (appItem of apps; track appItem) {\r\n <div>\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(appItem,!_isSubscribed(appItem),_isDisabled(appItem),_isClickable(appItem),menuActiveItem === appItem.action)}\"\r\n ></ng-container>\r\n </div>\r\n }\r\n </div>\r\n <div class=\"bim-mm-footer-container\">\r\n @for (footerItem of footerList; track footerItem) {\r\n <div>\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(footerItem,footerActiveItem === footerItem.action,_isDisabled(footerItem),true,false)}\"\r\n ></ng-container>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".text-selected{color:var(--text-highlight-text-color-enabled)}.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}.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:var(--main-menu-overlay-background-color-enabled)}.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:var(--main-menu-app-item-details-text-color-disabled)}.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:3px solid var(--item-divider-border-color-enabled);margin-top:.75em;margin-bottom:.75em}.hover-show-info:hover{background-color:var(--main-menu-app-item-background-color-hovered)}.hover-show-info:hover .bim-mm-app-item-info{display:block}.hover-show-info.selected,.bim-mm-app-item.selected{color:var(--main-menu-app-item-text-color-selected)}.hover-show-info.selected .bim-mm-icon-bim-explorer,.bim-mm-app-item.selected .bim-mm-icon-bim-explorer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-cloud-viewer,.bim-mm-app-item.selected .bim-mm-icon-cloud-viewer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_4_254)\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.85H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23FE5000\" stroke=\"%23FE5000\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_254\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500004\" width=\"19\" height=\"19\" fill=\"black\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500004\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840905C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55474 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80197 12.3419 2.53626C11.528 1.79242 10.607 1.19359 9.57155 0.840905ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6998 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840905C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55474 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80197 12.3419 2.53626C11.528 1.79242 10.607 1.19359 9.57155 0.840905ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6998 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840905L9.66827 0.556925V0.556925L9.57155 0.840905ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973396L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00908C0.770083 6.009 0.770171 6.00882 0.770309 6.00854C0.770587 6.00797 0.771068 6.00698 0.771753 6.00559C0.773123 6.0028 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.8183 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.205772 9.47482 1.12488L9.66827 0.556925C6.669 -0.464635 4.28734 0.874606 2.69074 2.41608C1.89176 3.18747 1.27804 4.0186 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43722C0.340357 5.53343 0.299968 5.61001 0.272623 5.66306C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73167 0.235098 5.73722 0.233181 5.74112C0.232222 5.74308 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.7471C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38444 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86009 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89736C0.200606 5.89747 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90384C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98747C0.211872 6.04505 0.219144 6.12915 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94697 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10293 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973396C4.48974 0.744306 1.00582 4.18733 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973396ZM12.5124 2.28943C11.4065 1.52548 10.1044 1.04973 8.70111 0.973396L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28943ZM9.47482 1.12488C10.4632 1.46153 11.3493 2.03547 12.1395 2.75771L12.5443 2.31481C11.7068 1.54936 10.7509 0.925663 9.66827 0.556925L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8603 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.4277L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.4277C16.0892 8.41096 15.938 7.42821 15.638 6.51463L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.225 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2439 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.3731C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23FE5000\" mask=\"url(%23path-2-outside-1_4_254)\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_4_254\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-autoconverter,.bim-mm-app-item.selected .bim-mm-icon-autoconverter{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-connexis,.bim-mm-app-item.selected .bim-mm-icon-connexis{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-users,.bim-mm-app-item.selected .bim-mm-icon-users{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-models,.bim-mm-app-item.selected .bim-mm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-documents,.bim-mm-app-item.selected .bim-mm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-project-settings,.bim-mm-app-item.selected .bim-mm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-processes,.bim-mm-app-item.selected .bim-mm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-team-members,.bim-mm-app-item.selected .bim-mm-icon-team-members{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-property-manager,.bim-mm-app-item.selected .bim-mm-icon-property-manager{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5218)\">%0D%0A<path d=\"M16.038 10.965L12.042 14.995L14.005 16.975L18 12.945L16.038 10.965ZM11.03 18H13.012L11.029 16L11.03 18ZM13.21 6.1L13.31 2.9C13.31 0.3 13.21 0 10.632 0L7.36099 0.1C6.96399 0.2 6.66699 0.3 6.36999 0.6L0.519994 6.5C-0.173006 7.2 -0.173006 8.2 0.519994 8.9L4.48599 12.9C5.17999 13.6 6.17099 13.6 6.86599 12.9L12.713 7C13.011 6.8 13.11 6.5 13.209 6.1H13.21ZM11.624 3.4C11.624 4.3 10.831 5.1 9.93899 5.1C9.04599 5.1 8.25299 4.3 8.25299 3.4C8.25299 2.5 9.04599 1.7 9.93899 1.7C10.831 1.7 11.624 2.5 11.624 3.4Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5218\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-footer-container .bim-mm-app-item.active{background-color:var(--main-menu-app-item-background-color-selected)}#portalSelectProjectBtn{padding:.36em 0 .52em;line-height:2em;font-size:1em;background-color:var(--main-menu-select-project-button-background-color-enabled)}#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:var(--main-menu-app-item-details-text-color-enabled);text-transform:capitalize}#portalSelectProjectBtn.disabled .bim-mm-app-item-details span{font-weight:600;color:var(--main-menu-app-item-details-text-color-disabled)}#portalSelectProjectBtn.selected .bim-mm-app-item-details span{font-weight:600;color:var(--main-menu-app-item-details-text-color-selected)}#portalTeamManagementBtn,#portalPropertyManagerBtn{text-transform:capitalize}#portalShopBtn .bim-mm-app-item-info,#portalBimProcesses .bim-mm-app-item-info,#portalCloudViewerBtn .bim-mm-app-item-info,#portalConnexisBtn .bim-mm-app-item-info{display:none}.bim-mm-container{background-color:var(--main-menu-container-background-color-enabled);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:var(--main-menu-apps-container-background-color-enabled);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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%2384888C\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-users.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-users.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%23B8BBBF\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5717)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5717\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models.disabled{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5715)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5715\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents.active{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents.disabled{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%23D3D7DB\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5713)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73C10 2.511 10.589 3.16 11.31 3.46C12.03 3.761 12.88 3.705 13.432 3.153L14.657 1.929L16.071 3.343L14.846 4.568C14.295 5.119 14.239 5.971 14.54 6.691C14.84 7.411 15.489 8 16.27 8H18V10H16.27C15.489 10 14.84 10.589 14.54 11.31C14.239 12.03 14.295 12.88 14.847 13.432L16.071 14.657L14.657 16.071L13.075 14.489C12.73 14.143 12.189 14.107 11.755 14.331C11.706 14.3564 11.6567 14.381 11.607 14.405C10.727 14.831 10 15.633 10 16.61V18H8V16.61C8 15.633 7.272 14.83 6.393 14.405C6.34333 14.381 6.29399 14.3563 6.245 14.331C5.811 14.107 5.271 14.144 4.925 14.489L3.343 16.071L1.929 14.657L3.154 13.432C3.705 12.881 3.761 12.029 3.461 11.309C3.16 10.59 2.51 10 1.73 10H0V8H1.73C2.511 8 3.16 7.411 3.46 6.69C3.76 5.97 3.705 5.12 3.153 4.568L1.93 3.343L3.343 1.93L4.568 3.155C5.119 3.706 5.971 3.762 6.691 3.462C7.41 3.16 8 2.51 8 1.73V0ZM13 9C13 10.0609 12.5786 11.0783 11.8284 11.8284C11.0783 12.5786 10.0609 13 9 13C7.93913 13 6.92172 12.5786 6.17157 11.8284C5.42143 11.0783 5 10.0609 5 9C5 7.93913 5.42143 6.92172 6.17157 6.17157C6.92172 5.42143 7.93913 5 9 5C10.0609 5 11.0783 5.42143 11.8284 6.17157C12.5786 6.92172 13 7.93913 13 9Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5713\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5711)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5711\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23D3D3D3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-bim-explorer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23444444\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-bim-explorer.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23d3d3d3\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-cloud-viewer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.84999H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23444444\" stroke=\"%23444444\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_241\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\" fill=\"black\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840903L9.66827 0.556923V0.556923L9.57155 0.840903ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973394L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00907C0.770083 6.009 0.770171 6.00882 0.770309 6.00853C0.770587 6.00796 0.771068 6.00698 0.771753 6.00558C0.773123 6.00279 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.81829 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.20577 9.47482 1.12488L9.66827 0.556923C6.669 -0.464637 4.28734 0.874604 2.69074 2.41608C1.89176 3.18747 1.27804 4.01859 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43721C0.340357 5.53342 0.299968 5.61001 0.272623 5.66305C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73166 0.235098 5.73722 0.233181 5.74112C0.232222 5.74307 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.74709C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38443 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86008 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89735C0.200606 5.89746 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90383C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98746C0.211872 6.04505 0.219144 6.12914 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94696 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10292 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973394C4.48974 0.744304 1.00582 4.18732 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973394ZM12.5124 2.28942C11.4065 1.52548 10.1044 1.04973 8.70111 0.973394L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28942ZM9.47482 1.12488C10.4632 1.46152 11.3493 2.03547 12.1395 2.7577L12.5443 2.31481C11.7068 1.54936 10.7509 0.925661 9.66827 0.556923L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8602 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.42769L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.42769C16.0892 8.41096 15.938 7.42821 15.638 6.51462L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.2249 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2438 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.373C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23444444\" mask=\"url(%23path-2-outside-1_4_241)\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-cloud-viewer.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.84999H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23D3D3D3\" stroke=\"%23D3D3D3\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_241\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\" fill=\"%23D3D3D3\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23DED3D3\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840903L9.66827 0.556923V0.556923L9.57155 0.840903ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973394L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00907C0.770083 6.009 0.770171 6.00882 0.770309 6.00853C0.770587 6.00796 0.771068 6.00698 0.771753 6.00558C0.773123 6.00279 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.81829 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.20577 9.47482 1.12488L9.66827 0.556923C6.669 -0.464637 4.28734 0.874604 2.69074 2.41608C1.89176 3.18747 1.27804 4.01859 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43721C0.340357 5.53342 0.299968 5.61001 0.272623 5.66305C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73166 0.235098 5.73722 0.233181 5.74112C0.232222 5.74307 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.74709C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38443 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86008 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89735C0.200606 5.89746 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90383C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98746C0.211872 6.04505 0.219144 6.12914 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94696 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10292 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973394C4.48974 0.744304 1.00582 4.18732 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973394ZM12.5124 2.28942C11.4065 1.52548 10.1044 1.04973 8.70111 0.973394L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28942ZM9.47482 1.12488C10.4632 1.46152 11.3493 2.03547 12.1395 2.7577L12.5443 2.31481C11.7068 1.54936 10.7509 0.925661 9.66827 0.556923L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8602 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.42769L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.42769C16.0892 8.41096 15.938 7.42821 15.638 6.51462L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.2249 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2438 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.373C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23D3D3D3\" mask=\"url(%23path-2-outside-1_4_241)\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%232F3133\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter.active{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%232F3133\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter.disabled{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%23d3d3d3\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-connexis{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-connexis.disabled{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23d3d3d3\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-team-members{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-team-members.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager{background:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"none\" viewBox=\"0 0 18 18\">%0D%0A <g clip-path=\"url(%23a)\">%0D%0A <path fill=\"%23444\" d=\"m16.038 10.965-3.996 4.03 1.963 1.98L18 12.945l-1.962-1.98ZM11.03 18h1.982l-1.983-2v2h.001Zm2.18-11.9.1-3.2c0-2.6-.1-2.9-2.678-2.9L7.361.1c-.397.1-.694.2-.991.5L.52 6.5c-.693.7-.693 1.7 0 2.4l3.966 4c.694.7 1.685.7 2.38 0L12.713 7c.298-.2.397-.5.496-.9h.001Zm-1.586-2.7c0 .9-.793 1.7-1.685 1.7-.893 0-1.686-.8-1.686-1.7 0-.9.793-1.7 1.686-1.7.892 0 1.685.8 1.685 1.7Z\"/>%0D%0A </g>%0D%0A <defs>%0D%0A <clipPath id=\"a\">%0D%0A <path fill=\"%23fff\" d=\"M0 0h18v18H0z\"/>%0D%0A </clipPath>%0D%0A </defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5218)\">%0D%0A<path d=\"M16.038 10.965L12.042 14.995L14.005 16.975L18 12.945L16.038 10.965ZM11.03 18H13.012L11.029 16L11.03 18ZM13.21 6.1L13.31 2.9C13.31 0.3 13.21 0 10.632 0L7.36099 0.1C6.96399 0.2 6.66699 0.3 6.36999 0.6L0.519994 6.5C-0.173006 7.2 -0.173006 8.2 0.519994 8.9L4.48599 12.9C5.17999 13.6 6.17099 13.6 6.86599 12.9L12.713 7C13.011 6.8 13.11 6.5 13.209 6.1H13.21ZM11.624 3.4C11.624 4.3 10.831 5.1 9.93899 5.1C9.04599 5.1 8.25299 4.3 8.25299 3.4C8.25299 2.5 9.04599 1.7 9.93899 1.7C10.831 1.7 11.624 2.5 11.624 3.4Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5218\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager.disabled{background:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"none\" viewBox=\"0 0 18 18\">%0D%0A <g clip-path=\"url(%23a)\">%0D%0A <path fill=\"%23C3C3C3\" d=\"m16.038 10.965-3.996 4.03 1.963 1.98L18 12.945l-1.962-1.98ZM11.03 18h1.982l-1.983-2v2h.001Zm2.18-11.9.1-3.2c0-2.6-.1-2.9-2.678-2.9L7.361.1c-.397.1-.694.2-.991.5L.52 6.5c-.693.7-.693 1.7 0 2.4l3.966 4c.694.7 1.685.7 2.38 0L12.713 7c.298-.2.397-.5.496-.9h.001Zm-1.586-2.7c0 .9-.793 1.7-1.685 1.7-.893 0-1.686-.8-1.686-1.7 0-.9.793-1.7 1.686-1.7.892 0 1.685.8 1.685 1.7Z\"/>%0D%0A </g>%0D%0A <defs>%0D%0A <clipPath id=\"a\">%0D%0A <path fill=\"%23fff\" d=\"M0 0h18v18H0z\"/>%0D%0A </clipPath>%0D%0A </defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-shop{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-shop.disabled{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23d3d3d3;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-info{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center;background-size:auto!important}.bim-mm-icon-info:hover{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5048)\">%0D%0A<path d=\"M9 0C4 0 0 4 0 9C0 14 4 18 9 18C14 18 18 14 18 9C18 4 14 0 9 0ZM8 4H10V6H8V4ZM11 14H7V13H8V8H7V7H10V13H11V14Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5048\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center;background-size:auto!important;cursor:pointer}.bim-mm-icon-folder{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444444;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-folder.active{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23FE5000;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-folder.disabled{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23d3d3d3;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-add-ins{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M15 8H10V3H8V8H3V10H8V15H10V10H15V8Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-get-your-team{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g opacity=\"0.7\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%238D8D8D\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%238D8D8D\"/>%0D%0A</g>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-try-bimplus-pro{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23444444\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "component", type: BimplusProjectMenuComponent, selector: "lib-bimplus-project-menu", inputs: ["projectName", "projectImageUrl", "projectExplorerUrl", "projectActiveItem", "projectmembersDisabled", "modelsDisabled", "documentsDisabled", "projectsettingsDisabled", "processesDisabled", "projectmembersVisible", "modelsVisible", "documentsVisible", "projectsettingsVisible", "processesVisible", "isCollapsed", "isMiniMode", "isTouch", "hideMenuIcons", "showHorizontalMenuIcons", "menuItemsOrder"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
574
576
|
}
|
|
575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusMainMenuComponent, decorators: [{
|
|
576
578
|
type: Component,
|
|
577
|
-
args: [{ selector: 'lib-bimplus-main-menu', imports: [CommonModule, TranslateModule, BimplusProjectMenuComponent], providers: [TranslateService], encapsulation: ViewEncapsulation.ShadowDom, template: "<ng-template #appNavigationItemContent let-contextData>\r\n @if (contextData.item.type === 'divider') {\r\n <div class=\"bim-mm-app-item\" [class]=\"contextData.item.class\" [id]=\"contextData.item.id\"></div>\r\n } @else {\r\n <div class=\"bim-mm-app-item\" [id]=\"contextData.item.id\"\r\n [ngClass]=\"isTouch?'':'hover-show-info '+(contextData.active?'active ':' ') +(contextData.disabled?'disabled ':' ')+(contextData.clickable?' ':'not-clickable ')+(contextData.selected?'selected ':' ')\"\r\n [title] =\"((contextData.disabled) ? (contextData.item.disabledTitle | translate) : '' )\"\r\n >\r\n <div class=\"bim-mm-app-item-details\"\r\n [ngClass] = \" contextData.clickable ? '' : 'not-clickable' \"\r\n (click)=\"_mainMenuItemClicked(contextData.item,'normal',$event)\"\r\n (keypress)=\"_mainMenuItemClicked(contextData.item,'normal',$event)\">\r\n <div class=\"bim-mm-icon\"\r\n [ngClass]=\"contextData.item.class + (contextData.active?' active':'') + (contextData.disabled?' disabled ':'')\">\r\n </div>\r\n <span>{{(contextData.isDisabled && (contextData.item.textIdDisabled !==\"\") ? contextData.item.textIdDisabled : contextData.item.textId) | translate}}</span>\r\n </div>\r\n @if(contextData.showInfoIcon){\r\n <div class=\"bim-mm-app-item-info bim-mm-icon bim-mm-icon-info\"\r\n (click)=\"_mainMenuItemClicked(contextData.item, 'info',$event)\"\r\n (keypress)=\"_mainMenuItemClicked(contextData.item, 'info',$event)\">\r\n </div>\r\n }\r\n </div>\r\n }\r\n</ng-template>\r\n\r\n\r\n\r\n<div \r\n class=\"bim-mm-wrapper\" \r\n [ngClass]=\"showOverlay ? 'bim-mm-overlay' : ''\" \r\n (click)=\"_overlayClicked()\"\r\n (keypress)=\"_overlayClicked()\"\r\n >\r\n <div class= \"bim-mm-container\">\r\n @if(!_isHidden(_openPrjBtn)){\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(_openPrjBtn,projectActiveItem === 'projectlist',_isDisabled(_openPrjBtn),true,projectActiveItem === 'projectlist') }\"\r\n ></ng-container>\r\n }\r\n\r\n @if(bimplusProjectMenuVisible){\r\n <lib-bimplus-project-menu\r\n projectName = {{projectName}}\r\n projectImageUrl = {{projectImageUrl}}\r\n projectExplorerUrl = {{projectExplorerUrl}}\r\n projectActiveItem = {{projectActiveItem}}\r\n projectmembersDisabled = {{projectmembersDisabled}}\r\n modelsDisabled = {{modelsDisabled}}\r\n documentsDisabled = {{documentsDisabled}}\r\n projectsettingsDisabled = {{projectsettingsDisabled}}\r\n processesDisabled = {{processesDisabled}}\r\n projectmembersVisible = {{projectmembersVisible}}\r\n modelsVisible = {{modelsVisible}}\r\n documentsVisible = {{documentsVisible}}\r\n projectsettingsVisible = {{projectsettingsVisible}}\r\n processesVisible = {{processesVisible}}\r\n isCollapsed = {{isCollapsed}}\r\n isMiniMode = {{isTouch}}\r\n isTouch = {{isTouch}}\r\n hideMenuIcons = {{hideProjectMenuIcons}}\r\n showHorizontalMenuIcons = {{showHorizontalMenuIcons}}\r\n [menuItemsOrder]=\"menuItemsOrder\"\r\n ></lib-bimplus-project-menu>\r\n }\r\n <div [ngClass]=\"apps.length || footerList.length ? 'bim-mm-apps-container' : ''\">\r\n <div class=\"bim-mm-apps-list\">\r\n <div *ngFor=\"let appItem of apps\">\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(appItem,!_isSubscribed(appItem),_isDisabled(appItem),_isClickable(appItem),menuActiveItem === appItem.action)}\"\r\n ></ng-container>\r\n </div>\r\n </div>\r\n <div class=\"bim-mm-footer-container\">\r\n <div *ngFor=\"let footerItem of footerList\">\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(footerItem,footerActiveItem === footerItem.action,_isDisabled(footerItem),true,false)}\"\r\n ></ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".text-selected{color:var(--text-highlight-text-color-enabled)}.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}.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:var(--main-menu-overlay-background-color-enabled)}.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:var(--main-menu-app-item-details-text-color-disabled)}.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:3px solid var(--item-divider-border-color-enabled);margin-top:.75em;margin-bottom:.75em}.hover-show-info:hover{background-color:var(--main-menu-app-item-background-color-hovered)}.hover-show-info:hover .bim-mm-app-item-info{display:block}.hover-show-info.selected,.bim-mm-app-item.selected{color:var(--main-menu-app-item-text-color-selected)}.hover-show-info.selected .bim-mm-icon-bim-explorer,.bim-mm-app-item.selected .bim-mm-icon-bim-explorer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-cloud-viewer,.bim-mm-app-item.selected .bim-mm-icon-cloud-viewer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_4_254)\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.85H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23FE5000\" stroke=\"%23FE5000\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_254\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500004\" width=\"19\" height=\"19\" fill=\"black\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500004\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840905C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55474 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80197 12.3419 2.53626C11.528 1.79242 10.607 1.19359 9.57155 0.840905ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6998 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840905C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55474 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80197 12.3419 2.53626C11.528 1.79242 10.607 1.19359 9.57155 0.840905ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6998 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840905L9.66827 0.556925V0.556925L9.57155 0.840905ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973396L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00908C0.770083 6.009 0.770171 6.00882 0.770309 6.00854C0.770587 6.00797 0.771068 6.00698 0.771753 6.00559C0.773123 6.0028 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.8183 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.205772 9.47482 1.12488L9.66827 0.556925C6.669 -0.464635 4.28734 0.874606 2.69074 2.41608C1.89176 3.18747 1.27804 4.0186 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43722C0.340357 5.53343 0.299968 5.61001 0.272623 5.66306C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73167 0.235098 5.73722 0.233181 5.74112C0.232222 5.74308 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.7471C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38444 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86009 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89736C0.200606 5.89747 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90384C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98747C0.211872 6.04505 0.219144 6.12915 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94697 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10293 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973396C4.48974 0.744306 1.00582 4.18733 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973396ZM12.5124 2.28943C11.4065 1.52548 10.1044 1.04973 8.70111 0.973396L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28943ZM9.47482 1.12488C10.4632 1.46153 11.3493 2.03547 12.1395 2.75771L12.5443 2.31481C11.7068 1.54936 10.7509 0.925663 9.66827 0.556925L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8603 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.4277L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.4277C16.0892 8.41096 15.938 7.42821 15.638 6.51463L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.225 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2439 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.3731C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23FE5000\" mask=\"url(%23path-2-outside-1_4_254)\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_4_254\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-autoconverter,.bim-mm-app-item.selected .bim-mm-icon-autoconverter{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-connexis,.bim-mm-app-item.selected .bim-mm-icon-connexis{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-users,.bim-mm-app-item.selected .bim-mm-icon-users{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-models,.bim-mm-app-item.selected .bim-mm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-documents,.bim-mm-app-item.selected .bim-mm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-project-settings,.bim-mm-app-item.selected .bim-mm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-processes,.bim-mm-app-item.selected .bim-mm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-team-members,.bim-mm-app-item.selected .bim-mm-icon-team-members{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-property-manager,.bim-mm-app-item.selected .bim-mm-icon-property-manager{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5218)\">%0D%0A<path d=\"M16.038 10.965L12.042 14.995L14.005 16.975L18 12.945L16.038 10.965ZM11.03 18H13.012L11.029 16L11.03 18ZM13.21 6.1L13.31 2.9C13.31 0.3 13.21 0 10.632 0L7.36099 0.1C6.96399 0.2 6.66699 0.3 6.36999 0.6L0.519994 6.5C-0.173006 7.2 -0.173006 8.2 0.519994 8.9L4.48599 12.9C5.17999 13.6 6.17099 13.6 6.86599 12.9L12.713 7C13.011 6.8 13.11 6.5 13.209 6.1H13.21ZM11.624 3.4C11.624 4.3 10.831 5.1 9.93899 5.1C9.04599 5.1 8.25299 4.3 8.25299 3.4C8.25299 2.5 9.04599 1.7 9.93899 1.7C10.831 1.7 11.624 2.5 11.624 3.4Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5218\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-footer-container .bim-mm-app-item.active{background-color:var(--main-menu-app-item-background-color-selected)}#portalSelectProjectBtn{padding:.36em 0 .52em;line-height:2em;font-size:1em;background-color:var(--main-menu-select-project-button-background-color-enabled)}#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:var(--main-menu-app-item-details-text-color-enabled);text-transform:capitalize}#portalSelectProjectBtn.disabled .bim-mm-app-item-details span{font-weight:600;color:var(--main-menu-app-item-details-text-color-disabled)}#portalSelectProjectBtn.selected .bim-mm-app-item-details span{font-weight:600;color:var(--main-menu-app-item-details-text-color-selected)}#portalTeamManagementBtn,#portalPropertyManagerBtn{text-transform:capitalize}#portalShopBtn .bim-mm-app-item-info,#portalBimProcesses .bim-mm-app-item-info,#portalCloudViewerBtn .bim-mm-app-item-info,#portalConnexisBtn .bim-mm-app-item-info{display:none}.bim-mm-container{background-color:var(--main-menu-container-background-color-enabled);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:var(--main-menu-apps-container-background-color-enabled);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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%2384888C\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-users.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-users.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%23B8BBBF\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5717)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5717\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models.disabled{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5715)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5715\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents.active{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents.disabled{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%23D3D7DB\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5713)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73C10 2.511 10.589 3.16 11.31 3.46C12.03 3.761 12.88 3.705 13.432 3.153L14.657 1.929L16.071 3.343L14.846 4.568C14.295 5.119 14.239 5.971 14.54 6.691C14.84 7.411 15.489 8 16.27 8H18V10H16.27C15.489 10 14.84 10.589 14.54 11.31C14.239 12.03 14.295 12.88 14.847 13.432L16.071 14.657L14.657 16.071L13.075 14.489C12.73 14.143 12.189 14.107 11.755 14.331C11.706 14.3564 11.6567 14.381 11.607 14.405C10.727 14.831 10 15.633 10 16.61V18H8V16.61C8 15.633 7.272 14.83 6.393 14.405C6.34333 14.381 6.29399 14.3563 6.245 14.331C5.811 14.107 5.271 14.144 4.925 14.489L3.343 16.071L1.929 14.657L3.154 13.432C3.705 12.881 3.761 12.029 3.461 11.309C3.16 10.59 2.51 10 1.73 10H0V8H1.73C2.511 8 3.16 7.411 3.46 6.69C3.76 5.97 3.705 5.12 3.153 4.568L1.93 3.343L3.343 1.93L4.568 3.155C5.119 3.706 5.971 3.762 6.691 3.462C7.41 3.16 8 2.51 8 1.73V0ZM13 9C13 10.0609 12.5786 11.0783 11.8284 11.8284C11.0783 12.5786 10.0609 13 9 13C7.93913 13 6.92172 12.5786 6.17157 11.8284C5.42143 11.0783 5 10.0609 5 9C5 7.93913 5.42143 6.92172 6.17157 6.17157C6.92172 5.42143 7.93913 5 9 5C10.0609 5 11.0783 5.42143 11.8284 6.17157C12.5786 6.92172 13 7.93913 13 9Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5713\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5711)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5711\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23D3D3D3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-bim-explorer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23444444\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-bim-explorer.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23d3d3d3\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-cloud-viewer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.84999H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23444444\" stroke=\"%23444444\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_241\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\" fill=\"black\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840903L9.66827 0.556923V0.556923L9.57155 0.840903ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973394L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00907C0.770083 6.009 0.770171 6.00882 0.770309 6.00853C0.770587 6.00796 0.771068 6.00698 0.771753 6.00558C0.773123 6.00279 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.81829 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.20577 9.47482 1.12488L9.66827 0.556923C6.669 -0.464637 4.28734 0.874604 2.69074 2.41608C1.89176 3.18747 1.27804 4.01859 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43721C0.340357 5.53342 0.299968 5.61001 0.272623 5.66305C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73166 0.235098 5.73722 0.233181 5.74112C0.232222 5.74307 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.74709C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38443 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86008 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89735C0.200606 5.89746 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90383C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98746C0.211872 6.04505 0.219144 6.12914 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94696 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10292 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973394C4.48974 0.744304 1.00582 4.18732 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973394ZM12.5124 2.28942C11.4065 1.52548 10.1044 1.04973 8.70111 0.973394L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28942ZM9.47482 1.12488C10.4632 1.46152 11.3493 2.03547 12.1395 2.7577L12.5443 2.31481C11.7068 1.54936 10.7509 0.925661 9.66827 0.556923L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8602 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.42769L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.42769C16.0892 8.41096 15.938 7.42821 15.638 6.51462L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.2249 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2438 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.373C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23444444\" mask=\"url(%23path-2-outside-1_4_241)\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-cloud-viewer.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.84999H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23D3D3D3\" stroke=\"%23D3D3D3\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_241\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\" fill=\"%23D3D3D3\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23DED3D3\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840903L9.66827 0.556923V0.556923L9.57155 0.840903ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973394L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00907C0.770083 6.009 0.770171 6.00882 0.770309 6.00853C0.770587 6.00796 0.771068 6.00698 0.771753 6.00558C0.773123 6.00279 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.81829 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.20577 9.47482 1.12488L9.66827 0.556923C6.669 -0.464637 4.28734 0.874604 2.69074 2.41608C1.89176 3.18747 1.27804 4.01859 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43721C0.340357 5.53342 0.299968 5.61001 0.272623 5.66305C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73166 0.235098 5.73722 0.233181 5.74112C0.232222 5.74307 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.74709C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38443 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86008 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89735C0.200606 5.89746 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90383C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98746C0.211872 6.04505 0.219144 6.12914 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94696 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10292 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973394C4.48974 0.744304 1.00582 4.18732 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973394ZM12.5124 2.28942C11.4065 1.52548 10.1044 1.04973 8.70111 0.973394L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28942ZM9.47482 1.12488C10.4632 1.46152 11.3493 2.03547 12.1395 2.7577L12.5443 2.31481C11.7068 1.54936 10.7509 0.925661 9.66827 0.556923L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8602 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.42769L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.42769C16.0892 8.41096 15.938 7.42821 15.638 6.51462L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.2249 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2438 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.373C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23D3D3D3\" mask=\"url(%23path-2-outside-1_4_241)\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%232F3133\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter.active{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%232F3133\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter.disabled{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%23d3d3d3\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-connexis{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-connexis.disabled{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23d3d3d3\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-team-members{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-team-members.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager{background:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"none\" viewBox=\"0 0 18 18\">%0D%0A <g clip-path=\"url(%23a)\">%0D%0A <path fill=\"%23444\" d=\"m16.038 10.965-3.996 4.03 1.963 1.98L18 12.945l-1.962-1.98ZM11.03 18h1.982l-1.983-2v2h.001Zm2.18-11.9.1-3.2c0-2.6-.1-2.9-2.678-2.9L7.361.1c-.397.1-.694.2-.991.5L.52 6.5c-.693.7-.693 1.7 0 2.4l3.966 4c.694.7 1.685.7 2.38 0L12.713 7c.298-.2.397-.5.496-.9h.001Zm-1.586-2.7c0 .9-.793 1.7-1.685 1.7-.893 0-1.686-.8-1.686-1.7 0-.9.793-1.7 1.686-1.7.892 0 1.685.8 1.685 1.7Z\"/>%0D%0A </g>%0D%0A <defs>%0D%0A <clipPath id=\"a\">%0D%0A <path fill=\"%23fff\" d=\"M0 0h18v18H0z\"/>%0D%0A </clipPath>%0D%0A </defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5218)\">%0D%0A<path d=\"M16.038 10.965L12.042 14.995L14.005 16.975L18 12.945L16.038 10.965ZM11.03 18H13.012L11.029 16L11.03 18ZM13.21 6.1L13.31 2.9C13.31 0.3 13.21 0 10.632 0L7.36099 0.1C6.96399 0.2 6.66699 0.3 6.36999 0.6L0.519994 6.5C-0.173006 7.2 -0.173006 8.2 0.519994 8.9L4.48599 12.9C5.17999 13.6 6.17099 13.6 6.86599 12.9L12.713 7C13.011 6.8 13.11 6.5 13.209 6.1H13.21ZM11.624 3.4C11.624 4.3 10.831 5.1 9.93899 5.1C9.04599 5.1 8.25299 4.3 8.25299 3.4C8.25299 2.5 9.04599 1.7 9.93899 1.7C10.831 1.7 11.624 2.5 11.624 3.4Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5218\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager.disabled{background:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"none\" viewBox=\"0 0 18 18\">%0D%0A <g clip-path=\"url(%23a)\">%0D%0A <path fill=\"%23C3C3C3\" d=\"m16.038 10.965-3.996 4.03 1.963 1.98L18 12.945l-1.962-1.98ZM11.03 18h1.982l-1.983-2v2h.001Zm2.18-11.9.1-3.2c0-2.6-.1-2.9-2.678-2.9L7.361.1c-.397.1-.694.2-.991.5L.52 6.5c-.693.7-.693 1.7 0 2.4l3.966 4c.694.7 1.685.7 2.38 0L12.713 7c.298-.2.397-.5.496-.9h.001Zm-1.586-2.7c0 .9-.793 1.7-1.685 1.7-.893 0-1.686-.8-1.686-1.7 0-.9.793-1.7 1.686-1.7.892 0 1.685.8 1.685 1.7Z\"/>%0D%0A </g>%0D%0A <defs>%0D%0A <clipPath id=\"a\">%0D%0A <path fill=\"%23fff\" d=\"M0 0h18v18H0z\"/>%0D%0A </clipPath>%0D%0A </defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-shop{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-shop.disabled{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23d3d3d3;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-info{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center;background-size:auto!important}.bim-mm-icon-info:hover{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5048)\">%0D%0A<path d=\"M9 0C4 0 0 4 0 9C0 14 4 18 9 18C14 18 18 14 18 9C18 4 14 0 9 0ZM8 4H10V6H8V4ZM11 14H7V13H8V8H7V7H10V13H11V14Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5048\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center;background-size:auto!important;cursor:pointer}.bim-mm-icon-folder{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444444;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-folder.active{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23FE5000;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-folder.disabled{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23d3d3d3;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-add-ins{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M15 8H10V3H8V8H3V10H8V15H10V10H15V8Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-get-your-team{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g opacity=\"0.7\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%238D8D8D\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%238D8D8D\"/>%0D%0A</g>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-try-bimplus-pro{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23444444\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}\n"] }]
|
|
579
|
+
args: [{ selector: 'lib-bimplus-main-menu', imports: [CommonModule, TranslateModule, BimplusProjectMenuComponent], providers: [TranslateService], encapsulation: ViewEncapsulation.ShadowDom, template: "<ng-template #appNavigationItemContent let-contextData>\r\n @if (contextData.item.type === 'divider') {\r\n <div class=\"bim-mm-app-item\" [class]=\"contextData.item.class\" [id]=\"contextData.item.id\"></div>\r\n } @else {\r\n <div class=\"bim-mm-app-item\" [id]=\"contextData.item.id\"\r\n [ngClass]=\"isTouch?'':'hover-show-info '+(contextData.active?'active ':' ') +(contextData.disabled?'disabled ':' ')+(contextData.clickable?' ':'not-clickable ')+(contextData.selected?'selected ':' ')\"\r\n [title] =\"((contextData.disabled) ? (contextData.item.disabledTitle | translate) : '' )\"\r\n >\r\n <div class=\"bim-mm-app-item-details\"\r\n [ngClass] = \" contextData.clickable ? '' : 'not-clickable' \"\r\n (click)=\"_mainMenuItemClicked(contextData.item,'normal',$event)\"\r\n (keypress)=\"_mainMenuItemClicked(contextData.item,'normal',$event)\">\r\n <div class=\"bim-mm-icon\"\r\n [ngClass]=\"contextData.item.class + (contextData.active?' active':'') + (contextData.disabled?' disabled ':'')\">\r\n </div>\r\n <span>{{(contextData.isDisabled && (contextData.item.textIdDisabled !==\"\") ? contextData.item.textIdDisabled : contextData.item.textId) | translate}}</span>\r\n </div>\r\n @if(contextData.showInfoIcon){\r\n <div class=\"bim-mm-app-item-info bim-mm-icon bim-mm-icon-info\"\r\n (click)=\"_mainMenuItemClicked(contextData.item, 'info',$event)\"\r\n (keypress)=\"_mainMenuItemClicked(contextData.item, 'info',$event)\">\r\n </div>\r\n }\r\n </div>\r\n }\r\n</ng-template>\r\n\r\n\r\n\r\n<div\r\n class=\"bim-mm-wrapper\"\r\n [ngClass]=\"showOverlay ? 'bim-mm-overlay' : ''\"\r\n (click)=\"_overlayClicked()\"\r\n (keypress)=\"_overlayClicked()\"\r\n >\r\n <div class= \"bim-mm-container\">\r\n @if(!_isHidden(_openPrjBtn)){\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(_openPrjBtn,projectActiveItem === 'projectlist',_isDisabled(_openPrjBtn),true,projectActiveItem === 'projectlist') }\"\r\n ></ng-container>\r\n }\r\n\r\n @if(bimplusProjectMenuVisible){\r\n <lib-bimplus-project-menu\r\n projectName = {{projectName}}\r\n projectImageUrl = {{projectImageUrl}}\r\n projectExplorerUrl = {{projectExplorerUrl}}\r\n projectActiveItem = {{projectActiveItem}}\r\n projectmembersDisabled = {{projectmembersDisabled}}\r\n modelsDisabled = {{modelsDisabled}}\r\n documentsDisabled = {{documentsDisabled}}\r\n projectsettingsDisabled = {{projectsettingsDisabled}}\r\n processesDisabled = {{processesDisabled}}\r\n projectmembersVisible = {{projectmembersVisible}}\r\n modelsVisible = {{modelsVisible}}\r\n documentsVisible = {{documentsVisible}}\r\n projectsettingsVisible = {{projectsettingsVisible}}\r\n processesVisible = {{processesVisible}}\r\n isCollapsed = {{isCollapsed}}\r\n isMiniMode = {{isTouch}}\r\n isTouch = {{isTouch}}\r\n hideMenuIcons = {{hideProjectMenuIcons}}\r\n showHorizontalMenuIcons = {{showHorizontalMenuIcons}}\r\n [menuItemsOrder]=\"menuItemsOrder\"\r\n ></lib-bimplus-project-menu>\r\n }\r\n <div [ngClass]=\"apps.length || footerList.length ? 'bim-mm-apps-container' : ''\">\r\n <div class=\"bim-mm-apps-list\">\r\n @for (appItem of apps; track appItem) {\r\n <div>\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(appItem,!_isSubscribed(appItem),_isDisabled(appItem),_isClickable(appItem),menuActiveItem === appItem.action)}\"\r\n ></ng-container>\r\n </div>\r\n }\r\n </div>\r\n <div class=\"bim-mm-footer-container\">\r\n @for (footerItem of footerList; track footerItem) {\r\n <div>\r\n <ng-container\r\n *ngTemplateOutlet=\"appNavigationItemContent; context: { $implicit: _getContextData(footerItem,footerActiveItem === footerItem.action,_isDisabled(footerItem),true,false)}\"\r\n ></ng-container>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".text-selected{color:var(--text-highlight-text-color-enabled)}.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}.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:var(--main-menu-overlay-background-color-enabled)}.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:var(--main-menu-app-item-details-text-color-disabled)}.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:3px solid var(--item-divider-border-color-enabled);margin-top:.75em;margin-bottom:.75em}.hover-show-info:hover{background-color:var(--main-menu-app-item-background-color-hovered)}.hover-show-info:hover .bim-mm-app-item-info{display:block}.hover-show-info.selected,.bim-mm-app-item.selected{color:var(--main-menu-app-item-text-color-selected)}.hover-show-info.selected .bim-mm-icon-bim-explorer,.bim-mm-app-item.selected .bim-mm-icon-bim-explorer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-cloud-viewer,.bim-mm-app-item.selected .bim-mm-icon-cloud-viewer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_4_254)\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.85H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23FE5000\" stroke=\"%23FE5000\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_254\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500004\" width=\"19\" height=\"19\" fill=\"black\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500004\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840905C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55474 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80197 12.3419 2.53626C11.528 1.79242 10.607 1.19359 9.57155 0.840905ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6998 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840905C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55474 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80197 12.3419 2.53626C11.528 1.79242 10.607 1.19359 9.57155 0.840905ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6998 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840905L9.66827 0.556925V0.556925L9.57155 0.840905ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973396L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00908C0.770083 6.009 0.770171 6.00882 0.770309 6.00854C0.770587 6.00797 0.771068 6.00698 0.771753 6.00559C0.773123 6.0028 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.8183 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.205772 9.47482 1.12488L9.66827 0.556925C6.669 -0.464635 4.28734 0.874606 2.69074 2.41608C1.89176 3.18747 1.27804 4.0186 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43722C0.340357 5.53343 0.299968 5.61001 0.272623 5.66306C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73167 0.235098 5.73722 0.233181 5.74112C0.232222 5.74308 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.7471C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38444 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86009 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89736C0.200606 5.89747 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90384C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98747C0.211872 6.04505 0.219144 6.12915 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94697 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10293 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973396C4.48974 0.744306 1.00582 4.18733 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973396ZM12.5124 2.28943C11.4065 1.52548 10.1044 1.04973 8.70111 0.973396L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28943ZM9.47482 1.12488C10.4632 1.46153 11.3493 2.03547 12.1395 2.75771L12.5443 2.31481C11.7068 1.54936 10.7509 0.925663 9.66827 0.556925L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8603 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.4277L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.4277C16.0892 8.41096 15.938 7.42821 15.638 6.51463L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.225 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2439 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.3731C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23FE5000\" mask=\"url(%23path-2-outside-1_4_254)\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_4_254\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-autoconverter,.bim-mm-app-item.selected .bim-mm-icon-autoconverter{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%23FE5000\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-connexis,.bim-mm-app-item.selected .bim-mm-icon-connexis{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-users,.bim-mm-app-item.selected .bim-mm-icon-users{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-models,.bim-mm-app-item.selected .bim-mm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-documents,.bim-mm-app-item.selected .bim-mm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-project-settings,.bim-mm-app-item.selected .bim-mm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-processes,.bim-mm-app-item.selected .bim-mm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-team-members,.bim-mm-app-item.selected .bim-mm-icon-team-members{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.hover-show-info.selected .bim-mm-icon-property-manager,.bim-mm-app-item.selected .bim-mm-icon-property-manager{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5218)\">%0D%0A<path d=\"M16.038 10.965L12.042 14.995L14.005 16.975L18 12.945L16.038 10.965ZM11.03 18H13.012L11.029 16L11.03 18ZM13.21 6.1L13.31 2.9C13.31 0.3 13.21 0 10.632 0L7.36099 0.1C6.96399 0.2 6.66699 0.3 6.36999 0.6L0.519994 6.5C-0.173006 7.2 -0.173006 8.2 0.519994 8.9L4.48599 12.9C5.17999 13.6 6.17099 13.6 6.86599 12.9L12.713 7C13.011 6.8 13.11 6.5 13.209 6.1H13.21ZM11.624 3.4C11.624 4.3 10.831 5.1 9.93899 5.1C9.04599 5.1 8.25299 4.3 8.25299 3.4C8.25299 2.5 9.04599 1.7 9.93899 1.7C10.831 1.7 11.624 2.5 11.624 3.4Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5218\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-footer-container .bim-mm-app-item.active{background-color:var(--main-menu-app-item-background-color-selected)}#portalSelectProjectBtn{padding:.36em 0 .52em;line-height:2em;font-size:1em;background-color:var(--main-menu-select-project-button-background-color-enabled)}#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:var(--main-menu-app-item-details-text-color-enabled);text-transform:capitalize}#portalSelectProjectBtn.disabled .bim-mm-app-item-details span{font-weight:600;color:var(--main-menu-app-item-details-text-color-disabled)}#portalSelectProjectBtn.selected .bim-mm-app-item-details span{font-weight:600;color:var(--main-menu-app-item-details-text-color-selected)}#portalTeamManagementBtn,#portalPropertyManagerBtn{text-transform:capitalize}#portalShopBtn .bim-mm-app-item-info,#portalBimProcesses .bim-mm-app-item-info,#portalCloudViewerBtn .bim-mm-app-item-info,#portalConnexisBtn .bim-mm-app-item-info{display:none}.bim-mm-container{background-color:var(--main-menu-container-background-color-enabled);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:var(--main-menu-apps-container-background-color-enabled);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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%2384888C\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-users.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%234DC0F6\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-users.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M10.385 15.872C10.481 15.776 10.567 15.672 10.643 15.557C10.908 15.157 10.978 14.743 10.995 14.417C11.0025 13.509 11.0025 12.601 10.995 11.693C10.9868 11.3109 10.8888 10.9362 10.709 10.599C10.5233 10.2677 10.2734 9.9767 9.974 9.743C10.394 9.543 10.897 9.325 11.5 9.082C11.69 8.946 11.69 8.914 11.69 8.556C11.69 7.978 11.5 7.853 11.5 7.853C10.7 6.964 10.514 6.566 10.323 5.19C10.13 3.813 10.925 2 13 2C15.074 2 15.868 3.813 15.677 5.19C15.485 6.566 15.3 6.964 14.499 7.853C14.499 7.853 14.31 7.978 14.31 8.556C14.31 8.914 14.31 8.946 14.5 9.082C17.304 10.214 17.963 10.782 17.996 11.728C17.998 11.772 18 12.216 18 12.728C18 13.449 18 14.307 17.996 14.366C17.95 15.273 17.363 16 13 16C11.91 16 11.054 15.955 10.385 15.872Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M2.323 5.19C2.132 3.813 2.925 2 5 2C7.075 2 7.868 3.813 7.677 5.19C7.485 6.566 7.3 6.964 6.5 7.853C6.5 7.853 6.31 7.978 6.31 8.556C6.31 8.914 6.31 8.946 6.5 9.082C9.304 10.214 9.963 10.782 9.997 11.728C9.998 11.772 10 12.216 10 12.728C10 13.449 10 14.307 9.997 14.366C9.95 15.273 9.364 16 5 16C0.636 16 0.05 15.273 0.003 14.366C0 14.306 0 13.42 0 12.691C0 12.195 0.002 11.771 0.003 11.728C0.037 10.782 0.696 10.214 3.5 9.082C3.69 8.946 3.69 8.914 3.69 8.556C3.69 7.978 3.5 7.853 3.5 7.853C2.7 6.964 2.515 6.566 2.323 5.19Z\" fill=\"%23B8BBBF\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5717)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5717\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_167)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_167\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-models.disabled{background:url('data:image/svg+xml,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5715)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 18L16 13.2V4.89999L8 0L0 4.89999V13.2L8 18ZM14 7.3L9 10V14.9L14 12.1V7.3ZM2 12.1L7 14.9V10L2 7.3V12.1ZM2.82141 5.3847L8 2.39999L13.1786 5.3847L8 8.29999L2.82141 5.3847Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5715\">%0D%0A<rect width=\"16\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%2346494D\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents.active{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9ZM6 4V6H14V4H6ZM6 12H10V10H6V12Z\" fill=\"%230066CC\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-documents.disabled{background:url('data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M6 9H10V7H6V9Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 4V6H14V4H6Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M6 12H10V10H6V12Z\" fill=\"%23D3D7DB\"/>%0D%0A<path d=\"M17 1H3V19H13L17 15V1ZM13 15V17H5V3H15V15H13Z\" fill=\"%23D3D7DB\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5713)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73C10 2.511 10.589 3.16 11.31 3.46C12.03 3.761 12.88 3.705 13.432 3.153L14.657 1.929L16.071 3.343L14.846 4.568C14.295 5.119 14.239 5.971 14.54 6.691C14.84 7.411 15.489 8 16.27 8H18V10H16.27C15.489 10 14.84 10.589 14.54 11.31C14.239 12.03 14.295 12.88 14.847 13.432L16.071 14.657L14.657 16.071L13.075 14.489C12.73 14.143 12.189 14.107 11.755 14.331C11.706 14.3564 11.6567 14.381 11.607 14.405C10.727 14.831 10 15.633 10 16.61V18H8V16.61C8 15.633 7.272 14.83 6.393 14.405C6.34333 14.381 6.29399 14.3563 6.245 14.331C5.811 14.107 5.271 14.144 4.925 14.489L3.343 16.071L1.929 14.657L3.154 13.432C3.705 12.881 3.761 12.029 3.461 11.309C3.16 10.59 2.51 10 1.73 10H0V8H1.73C2.511 8 3.16 7.411 3.46 6.69C3.76 5.97 3.705 5.12 3.153 4.568L1.93 3.343L3.343 1.93L4.568 3.155C5.119 3.706 5.971 3.762 6.691 3.462C7.41 3.16 8 2.51 8 1.73V0ZM13 9C13 10.0609 12.5786 11.0783 11.8284 11.8284C11.0783 12.5786 10.0609 13 9 13C7.93913 13 6.92172 12.5786 6.17157 11.8284C5.42143 11.0783 5 10.0609 5 9C5 7.93913 5.42143 6.92172 6.17157 6.17157C6.92172 5.42143 7.93913 5 9 5C10.0609 5 11.0783 5.42143 11.8284 6.17157C12.5786 6.92172 13 7.93913 13 9Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5713\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_757_165)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_757_165\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-project-settings.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5711)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 0H10V1.73083C10 2.51128 10.589 3.1599 11.3093 3.46049C12.0293 3.761 12.8805 3.70519 13.4322 3.15348L14.6569 1.92883L16.0711 3.34304L14.8465 4.56768C14.2948 5.11939 14.239 5.97063 14.5395 6.69066C14.8401 7.41088 15.4887 7.99986 16.2691 7.99986H18V9.99986H16.2693C15.4888 9.99986 14.8401 10.5889 14.5395 11.3092C14.239 12.0292 14.2949 12.8805 14.8466 13.4322L16.0713 14.6569L14.657 16.0711L13.0748 14.4888C12.7295 14.1435 12.189 14.1068 11.7554 14.3313C11.7064 14.3567 11.657 14.3814 11.6073 14.4054C10.7277 14.8305 10 15.6326 10 16.6095V18H8V16.6095C8 15.6326 7.27227 14.8305 6.39272 14.4054C6.34304 14.3814 6.29375 14.3567 6.24485 14.3314C5.81124 14.1069 5.27074 14.1437 4.92547 14.489L3.34326 16.0712L1.92905 14.657L3.15355 13.4325C3.70528 12.8807 3.76108 12.0294 3.46055 11.3094C3.15993 10.5891 2.51132 10.0001 1.73086 10.0001H0V8.00014H1.73076C2.51123 8.00014 3.15986 7.41111 3.46046 6.69084C3.76095 5.9708 3.70513 5.11957 3.15343 4.56786L1.92871 3.34315L3.34292 1.92893L4.56751 3.15351C5.11926 3.70527 5.97058 3.76107 6.69067 3.46052C7.41096 3.1599 8 2.51125 8 1.73075V0ZM13 9C13 11.2091 11.2091 13 9 13C6.79086 13 5 11.2091 5 9C5 6.79086 6.79086 5 9 5C11.2091 5 13 6.79086 13 9Z\" fill=\"%23D3D7DB\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5711\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-processes.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1C10.8231 1 12.5038 1.60982 13.8491 2.63662L12.3474 4.0198C11.3912 3.37585 10.2395 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 8.798 14.99 8.59832 14.9705 8.40145L16.6969 6.81133C16.8943 7.50694 17 8.24113 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1ZM16.7862 5.11382C17.2909 4.64277 17.3182 3.85179 16.8472 3.3471C16.3761 2.84241 15.5851 2.81514 15.0804 3.28618L9.07623 8.89014L7.18623 7.12614C6.68154 6.6551 5.89056 6.68237 5.41952 7.18706C4.94847 7.69175 4.97575 8.48273 5.48043 8.95378L8.22333 11.5138C8.70359 11.9621 9.44887 11.9621 9.92913 11.5138L16.7862 5.11382Z\" fill=\"%23D3D3D3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-bim-explorer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23444444\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-bim-explorer.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23d3d3d3\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-cloud-viewer{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.84999H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23444444\" stroke=\"%23444444\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_241\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\" fill=\"black\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840903L9.66827 0.556923V0.556923L9.57155 0.840903ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973394L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00907C0.770083 6.009 0.770171 6.00882 0.770309 6.00853C0.770587 6.00796 0.771068 6.00698 0.771753 6.00558C0.773123 6.00279 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.81829 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.20577 9.47482 1.12488L9.66827 0.556923C6.669 -0.464637 4.28734 0.874604 2.69074 2.41608C1.89176 3.18747 1.27804 4.01859 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43721C0.340357 5.53342 0.299968 5.61001 0.272623 5.66305C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73166 0.235098 5.73722 0.233181 5.74112C0.232222 5.74307 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.74709C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38443 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86008 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89735C0.200606 5.89746 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90383C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98746C0.211872 6.04505 0.219144 6.12914 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94696 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10292 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973394C4.48974 0.744304 1.00582 4.18732 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973394ZM12.5124 2.28942C11.4065 1.52548 10.1044 1.04973 8.70111 0.973394L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28942ZM9.47482 1.12488C10.4632 1.46152 11.3493 2.03547 12.1395 2.7577L12.5443 2.31481C11.7068 1.54936 10.7509 0.925661 9.66827 0.556923L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8602 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.42769L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.42769C16.0892 8.41096 15.938 7.42821 15.638 6.51462L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.2249 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2438 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.373C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23444444\" mask=\"url(%23path-2-outside-1_4_241)\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-cloud-viewer.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.39643 4.95238L9.36216 4.84999H9.25419H7.98877H7.88066L7.84647 4.95256L5.29373 12.6105L5.22792 12.8079H5.43604H6.51245H6.62321L6.65581 12.702L8.54282 6.5744L10.4092 12.7016L10.4416 12.8079H10.5527H11.8176H12.026L11.9599 12.6103L9.39643 4.95238Z\" fill=\"%23D3D3D3\" stroke=\"%23D3D3D3\" stroke-width=\"0.3\"/>%0D%0A<mask id=\"path-2-outside-1_4_241\" maskUnits=\"userSpaceOnUse\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\" fill=\"%23D3D3D3\">%0D%0A<rect fill=\"white\" x=\"-0.5\" y=\"-0.500006\" width=\"19\" height=\"19\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\"/>%0D%0A</mask>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.57155 0.840903C3.87379 -1.09977 0.5 5.8784 0.5 5.8784C0.5 5.8784 0.61738 7.75686 1.26094 10.0038C1.19838 9.55473 1.17191 9.09442 1.18469 8.62655C1.30159 4.3463 4.65951 1.05398 8.68481 1.27295C10.0297 1.34611 11.2789 1.80196 12.3419 2.53626C11.528 1.79241 10.607 1.19359 9.57155 0.840903ZM6.78125 17.1568C5.15818 16.604 3.95012 15.4509 3.05232 14.0845C4.33926 15.6364 6.18651 16.6602 8.26145 16.7731C12.2867 16.9921 15.6447 13.6997 15.7616 9.4195C15.7884 8.43789 15.6424 7.48956 15.3529 6.60824C16.8492 9.43434 17.5 12.1745 17.5 12.1745C17.5 12.1745 12.479 19.0975 6.78125 17.1568Z\" fill=\"%23DED3D3\"/>%0D%0A<path d=\"M0.5 5.8784L0.229911 5.74782L0.195679 5.81862L0.200584 5.89711L0.5 5.8784ZM9.57155 0.840903L9.66827 0.556923V0.556923L9.57155 0.840903ZM1.26094 10.0038L0.972537 10.0864L1.55807 9.96244L1.26094 10.0038ZM1.18469 8.62655L1.48457 8.63474L1.18469 8.62655ZM8.68481 1.27295L8.70111 0.973394L8.68481 1.27295ZM12.3419 2.53626L12.1714 2.78309L12.5443 2.31481L12.3419 2.53626ZM3.05232 14.0845L3.28325 13.893L2.8016 14.2492L3.05232 14.0845ZM6.78125 17.1568L6.68452 17.4408H6.68452L6.78125 17.1568ZM8.26145 16.7731L8.27775 16.4735L8.26145 16.7731ZM15.7616 9.4195L15.4617 9.41131L15.7616 9.4195ZM15.3529 6.60824L15.6181 6.46786L15.0679 6.70186L15.3529 6.60824ZM17.5 12.1745L17.7429 12.3506L17.8237 12.2392L17.7919 12.1052L17.5 12.1745ZM0.5 5.8784C0.770089 6.00899 0.770053 6.00906 0.770029 6.00911C0.770039 6.00909 0.770028 6.00911 0.770046 6.00907C0.770083 6.009 0.770171 6.00882 0.770309 6.00853C0.770587 6.00796 0.771068 6.00698 0.771753 6.00558C0.773123 6.00279 0.775307 5.99837 0.7783 5.99237C0.784287 5.98037 0.79351 5.96207 0.805938 5.93796C0.830796 5.88974 0.868455 5.81829 0.918652 5.72749C1.01908 5.5458 1.16949 5.287 1.36775 4.98183C1.76497 4.37042 2.3508 3.57829 3.10749 2.84773C4.62223 1.38528 6.77634 0.20577 9.47482 1.12488L9.66827 0.556923C6.669 -0.464637 4.28734 0.874604 2.69074 2.41608C1.89176 3.18747 1.27804 4.01859 0.864612 4.65495C0.657555 4.97366 0.49987 5.24486 0.39354 5.43721C0.340357 5.53342 0.299968 5.61001 0.272623 5.66305C0.258949 5.68958 0.248532 5.71023 0.241404 5.72452C0.23784 5.73166 0.235098 5.73722 0.233181 5.74112C0.232222 5.74307 0.23147 5.74461 0.230925 5.74573C0.230653 5.74629 0.230432 5.74675 0.230263 5.74709C0.230178 5.74727 0.23009 5.74745 0.230048 5.74754C0.229973 5.74769 0.229911 5.74782 0.5 5.8784ZM1.54934 9.92123C1.23214 8.81373 1.04437 7.796 0.935975 7.05508C0.881817 6.68487 0.847573 6.38443 0.826916 6.17726C0.816589 6.07368 0.809662 5.99347 0.805342 5.93955C0.803183 5.91259 0.801675 5.89221 0.800721 5.87878C0.800243 5.87206 0.799904 5.86708 0.799691 5.86389C0.799584 5.86229 0.799509 5.86114 0.799464 5.86044C0.799441 5.86008 0.799426 5.85985 0.799418 5.85972C0.799414 5.85966 0.799412 5.85963 0.799412 5.85962C0.799411 5.85962 0.799413 5.85964 0.799412 5.85964C0.799414 5.85966 0.799416 5.85969 0.5 5.8784C0.200584 5.89711 0.200587 5.89716 0.20059 5.89721C0.200592 5.89724 0.200596 5.8973 0.200599 5.89735C0.200606 5.89746 0.200615 5.8976 0.200625 5.89777C0.200647 5.8981 0.200675 5.89855 0.200711 5.89911C0.200784 5.90023 0.200887 5.90181 0.201022 5.90383C0.201292 5.90788 0.201691 5.91373 0.20223 5.92132C0.203309 5.9365 0.204952 5.95867 0.207259 5.98746C0.211872 6.04505 0.219144 6.12914 0.229876 6.23679C0.251339 6.45204 0.286663 6.76165 0.342295 7.14193C0.453484 7.90198 0.646178 8.94696 0.972537 10.0864L1.54934 9.92123ZM0.884797 8.61836C0.871562 9.10292 0.89898 9.57982 0.96381 10.0452L1.55807 9.96244C1.49778 9.52965 1.47225 9.08592 1.48457 8.63474L0.884797 8.61836ZM8.70111 0.973394C4.48974 0.744304 1.00582 4.18732 0.884797 8.61836L1.48457 8.63474C1.59736 4.50528 4.82929 1.36366 8.66852 1.57251L8.70111 0.973394ZM12.5124 2.28942C11.4065 1.52548 10.1044 1.04973 8.70111 0.973394L8.66852 1.57251C9.95499 1.64249 11.1513 2.07845 12.1714 2.78309L12.5124 2.28942ZM9.47482 1.12488C10.4632 1.46152 11.3493 2.03547 12.1395 2.7577L12.5443 2.31481C11.7068 1.54936 10.7509 0.925661 9.66827 0.556923L9.47482 1.12488ZM2.8016 14.2492C3.72385 15.6529 4.98008 16.8602 6.68452 17.4408L6.87797 16.8728C5.33628 16.3477 4.17639 15.249 3.30305 13.9197L2.8016 14.2492ZM8.27775 16.4735C6.29393 16.3656 4.52192 15.3867 3.28325 13.893L2.8214 14.276C4.1566 15.8861 6.07909 16.9548 8.24516 17.0727L8.27775 16.4735ZM15.4617 9.41131C15.3489 13.5408 12.117 16.6824 8.27775 16.4735L8.24516 17.0727C12.4565 17.3017 15.9404 13.8587 16.0615 9.42769L15.4617 9.41131ZM15.0679 6.70186C15.3468 7.55091 15.4875 8.46482 15.4617 9.41131L16.0615 9.42769C16.0892 8.41096 15.938 7.42821 15.638 6.51462L15.0679 6.70186ZM17.5 12.1745C17.7919 12.1052 17.7919 12.1051 17.7919 12.1051C17.7918 12.105 17.7918 12.105 17.7918 12.1049C17.7918 12.1048 17.7917 12.1046 17.7917 12.1044C17.7916 12.1039 17.7914 12.1033 17.7913 12.1025C17.7909 12.101 17.7903 12.0988 17.7897 12.0959C17.7883 12.0902 17.7862 12.0819 17.7836 12.071C17.7782 12.0494 17.7702 12.0176 17.7596 11.9764C17.7384 11.894 17.7066 11.7739 17.6638 11.6212C17.5782 11.3159 17.4486 10.8801 17.2719 10.3554C16.9187 9.30693 16.376 7.89939 15.6181 6.46786L15.0878 6.74862C15.8262 8.14319 16.357 9.51878 16.7033 10.5469C16.8763 11.0606 17.0029 11.4864 17.0861 11.7832C17.1277 11.9315 17.1584 12.0475 17.1786 12.1261C17.1887 12.1653 17.1962 12.1952 17.2011 12.215C17.2035 12.2249 17.2054 12.2324 17.2065 12.2372C17.2071 12.2396 17.2075 12.2414 17.2078 12.2425C17.2079 12.243 17.208 12.2434 17.2081 12.2436C17.2081 12.2438 17.2081 12.2438 17.2081 12.2439C17.2081 12.2439 17.2081 12.2439 17.2081 12.2439C17.2081 12.2438 17.2081 12.2438 17.5 12.1745ZM6.68452 17.4408C9.67572 18.4596 12.463 17.1419 14.4583 15.6327C15.4612 14.8741 16.2806 14.0553 16.8489 13.4272C17.1334 13.1127 17.3557 12.8452 17.5074 12.6556C17.5832 12.5608 17.6415 12.4854 17.6811 12.4333C17.7009 12.4072 17.716 12.387 17.7264 12.373C17.7315 12.3661 17.7355 12.3607 17.7383 12.3569C17.7396 12.3551 17.7407 12.3536 17.7415 12.3525C17.7419 12.352 17.7422 12.3516 17.7424 12.3513C17.7425 12.3511 17.7426 12.351 17.7427 12.3509C17.7428 12.3507 17.7429 12.3506 17.5 12.1745C17.2571 11.9984 17.2572 11.9983 17.2572 11.9983C17.2572 11.9983 17.2572 11.9983 17.2572 11.9984C17.2571 11.9985 17.2569 11.9987 17.2567 11.999C17.2562 11.9996 17.2555 12.0006 17.2544 12.0021C17.2523 12.005 17.249 12.0095 17.2445 12.0156C17.2355 12.0277 17.2217 12.0461 17.2034 12.0703C17.1666 12.1186 17.1114 12.1901 17.0389 12.2808C16.8937 12.4622 16.6793 12.7203 16.404 13.0246C15.8527 13.6339 15.0609 14.4246 14.0963 15.1541C12.1566 16.6213 9.58453 17.7947 6.87797 16.8728L6.68452 17.4408Z\" fill=\"%23D3D3D3\" mask=\"url(%23path-2-outside-1_4_241)\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%232F3133\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter.active{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%232F3133\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%232F3133\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%232F3133\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-autoconverter.disabled{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 31H55.0008L35 91H43.4338L59.2596 39.6091H59.4352L75.0894 91H85L64.9154 31Z\" fill=\"%23d3d3d3\"/>%0D%0A<rect y=\"2\" width=\"10\" height=\"116\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"110\" y=\"17\" width=\"8\" height=\"32\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"103\" y=\"2\" width=\"8\" height=\"32\" transform=\"rotate(90 103 2)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"103\" y=\"110\" width=\"8\" height=\"32\" transform=\"rotate(90 103 110)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"110\" y=\"71\" width=\"8\" height=\"32\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"48\" width=\"10\" height=\"48\" transform=\"rotate(90 48 0)\" fill=\"%23d3d3d3\"/>%0D%0A<rect x=\"48\" y=\"110\" width=\"10\" height=\"48\" transform=\"rotate(90 48 110)\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"116\" cy=\"60\" r=\"4\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"6\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"60\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A<circle cx=\"114\" cy=\"114\" r=\"6\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-connexis{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-connexis.disabled{background:url('data:image/svg+xml,<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23d3d3d3\"/>%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23d3d3d3\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-team-members{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-team-members.active{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager{background:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"none\" viewBox=\"0 0 18 18\">%0D%0A <g clip-path=\"url(%23a)\">%0D%0A <path fill=\"%23444\" d=\"m16.038 10.965-3.996 4.03 1.963 1.98L18 12.945l-1.962-1.98ZM11.03 18h1.982l-1.983-2v2h.001Zm2.18-11.9.1-3.2c0-2.6-.1-2.9-2.678-2.9L7.361.1c-.397.1-.694.2-.991.5L.52 6.5c-.693.7-.693 1.7 0 2.4l3.966 4c.694.7 1.685.7 2.38 0L12.713 7c.298-.2.397-.5.496-.9h.001Zm-1.586-2.7c0 .9-.793 1.7-1.685 1.7-.893 0-1.686-.8-1.686-1.7 0-.9.793-1.7 1.686-1.7.892 0 1.685.8 1.685 1.7Z\"/>%0D%0A </g>%0D%0A <defs>%0D%0A <clipPath id=\"a\">%0D%0A <path fill=\"%23fff\" d=\"M0 0h18v18H0z\"/>%0D%0A </clipPath>%0D%0A </defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5218)\">%0D%0A<path d=\"M16.038 10.965L12.042 14.995L14.005 16.975L18 12.945L16.038 10.965ZM11.03 18H13.012L11.029 16L11.03 18ZM13.21 6.1L13.31 2.9C13.31 0.3 13.21 0 10.632 0L7.36099 0.1C6.96399 0.2 6.66699 0.3 6.36999 0.6L0.519994 6.5C-0.173006 7.2 -0.173006 8.2 0.519994 8.9L4.48599 12.9C5.17999 13.6 6.17099 13.6 6.86599 12.9L12.713 7C13.011 6.8 13.11 6.5 13.209 6.1H13.21ZM11.624 3.4C11.624 4.3 10.831 5.1 9.93899 5.1C9.04599 5.1 8.25299 4.3 8.25299 3.4C8.25299 2.5 9.04599 1.7 9.93899 1.7C10.831 1.7 11.624 2.5 11.624 3.4Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5218\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-property-manager.disabled{background:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"none\" viewBox=\"0 0 18 18\">%0D%0A <g clip-path=\"url(%23a)\">%0D%0A <path fill=\"%23C3C3C3\" d=\"m16.038 10.965-3.996 4.03 1.963 1.98L18 12.945l-1.962-1.98ZM11.03 18h1.982l-1.983-2v2h.001Zm2.18-11.9.1-3.2c0-2.6-.1-2.9-2.678-2.9L7.361.1c-.397.1-.694.2-.991.5L.52 6.5c-.693.7-.693 1.7 0 2.4l3.966 4c.694.7 1.685.7 2.38 0L12.713 7c.298-.2.397-.5.496-.9h.001Zm-1.586-2.7c0 .9-.793 1.7-1.685 1.7-.893 0-1.686-.8-1.686-1.7 0-.9.793-1.7 1.686-1.7.892 0 1.685.8 1.685 1.7Z\"/>%0D%0A </g>%0D%0A <defs>%0D%0A <clipPath id=\"a\">%0D%0A <path fill=\"%23fff\" d=\"M0 0h18v18H0z\"/>%0D%0A </clipPath>%0D%0A </defs>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-shop{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-shop.disabled{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23d3d3d3;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M8.5,16c0.8,0,1.5,0.7,1.5,1.5S9.3,19,8.5,19S7,18.3,7,17.5S7.7,16,8.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M17.5,16c0.8,0,1.5,0.7,1.5,1.5S18.3,19,17.5,19S16,18.3,16,17.5S16.7,16,17.5,16z\"/>%0D%0A%09<path class=\"st0\" d=\"M0,2v2h3l5,10h12V6H6.1L4,2H0z M7.1,7.9H18V12H9.2L7.1,7.9z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-info{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center;background-size:auto!important}.bim-mm-icon-info:hover{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5048)\">%0D%0A<path d=\"M9 0C4 0 0 4 0 9C0 14 4 18 9 18C14 18 18 14 18 9C18 4 14 0 9 0ZM8 4H10V6H8V4ZM11 14H7V13H8V8H7V7H10V13H11V14Z\" fill=\"%230066CC\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5048\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center;background-size:auto!important;cursor:pointer}.bim-mm-icon-folder{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444444;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-folder.active{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23FE5000;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-folder.disabled{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 20 20\" style=\"enable-background:new 0 0 20 20;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23d3d3d3;}%0D%0A<\\/style>%0D%0A<path class=\"st0\" d=\"M17,7V5V4V1h-6L8,3H0v16h2h15l3-12H17z M8,5h0.6l0.5-0.3L11.6,3H15v1v1v2H3l-1,4V5H8z M15.4,17H2.6l2-8H15h2%0D%0A%09h0.4L15.4,17z\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-add-ins{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M15 8H10V3H8V8H3V10H8V15H10V10H15V8Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-get-your-team{background:url('data:image/svg+xml,<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g opacity=\"0.7\">%0D%0A<path d=\"M2.0908 2.96178C1.91837 1.6832 2.63292 0 4.5 0C5.14712 0 5.65579 0.202199 6.03706 0.519668C5.61282 0.776602 5.26215 1.11599 4.98988 1.50839C4.39862 2.36054 4.20556 3.41602 4.33238 4.32743C4.43006 5.02943 4.53856 5.59183 4.76962 6.11098C4.97864 6.58061 5.26368 6.96087 5.6161 7.36399C4.48497 7.83765 3.66143 8.2503 3.10086 8.68383C2.7646 8.94387 2.48413 9.23976 2.28979 9.59901C2.09149 9.9656 2.01644 10.3364 2.0037 10.6926C2.00133 10.76 2 11.2109 2 11.6907L2.00298 12.8621C0.322955 12.623 0.0337084 12.0975 0.00300766 11.4827C0.000248769 11.4268 -0.000440954 10.6047 0.000248769 9.92749C0.000248769 9.46662 0.00162821 9.0729 0.00300766 9.03337C0.0333555 8.15473 0.626517 7.6275 3.15021 6.57612C3.32057 6.4496 3.32057 6.42032 3.32057 6.08808C3.32057 5.55065 3.15021 5.43525 3.15021 5.43525C2.43014 4.60956 2.26323 4.24029 2.0908 2.96178Z\" fill=\"%238D8D8D\"/>%0D%0A<path d=\"M13.999 12.8618C15.6773 12.6226 15.9663 12.0973 15.997 11.4827C15.9998 11.4277 16.0004 10.6315 15.9998 9.96095C15.9998 9.48584 15.9984 9.07383 15.997 9.03337C15.9666 8.15473 15.3735 7.6275 12.8498 6.57612C12.6794 6.4496 12.6794 6.42032 12.6794 6.08808C12.6794 5.55065 12.8498 5.43525 12.8498 5.43525C13.5699 4.60956 13.7368 4.24029 13.9092 2.96178C14.0816 1.6832 13.3671 0 11.5 0C10.8527 0 10.344 0.202281 9.96271 0.519862C10.3868 0.776772 10.7374 1.11608 11.0096 1.50839C11.6008 2.36054 11.7939 3.41602 11.6671 4.32743C11.5694 5.02943 11.4609 5.59183 11.2298 6.11098C11.0208 6.58061 10.7358 6.96087 10.3833 7.36399C11.5145 7.83765 12.338 8.2503 12.8986 8.68383C13.2348 8.94387 13.5153 9.23976 13.7097 9.59901C13.908 9.96572 13.983 10.3363 13.9957 10.6926C13.9981 10.7592 13.9994 11.0037 13.9994 11.5C13.9999 11.9029 14 12.453 13.999 12.8618Z\" fill=\"%238D8D8D\"/>%0D%0A</g>%0D%0A<path d=\"M5.32311 4.18961C5.13152 2.81268 5.92547 1 8 1C10.0745 1 10.8685 2.81268 10.6769 4.18961C10.4853 5.56647 10.2998 5.96414 9.49976 6.85335C9.49976 6.85335 9.31047 6.97762 9.31047 7.55639C9.31047 7.91419 9.31047 7.94573 9.49976 8.08198C12.3039 9.21423 12.9629 9.78201 12.9967 10.7282C12.9982 10.7718 12.9997 11.2155 12.9997 11.7272C13.0005 12.4493 12.9997 13.3067 12.9967 13.366C12.9499 14.2733 12.3636 15 8 15C3.63635 15 3.05009 14.2733 3.00334 13.366C3.00028 13.3057 2.99951 12.4204 3.00028 11.6911C3.00028 11.1948 3.00181 10.7708 3.00334 10.7282C3.03706 9.78201 3.69613 9.21423 6.50024 8.08198C6.68953 7.94573 6.68953 7.91419 6.68953 7.55639C6.68953 6.97762 6.50024 6.85335 6.50024 6.85335C5.70016 5.96414 5.5147 5.56647 5.32311 4.18961Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bim-mm-icon-try-bimplus-pro{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9.73701 4.6499H8.24984L5.24976 13.6499H6.51481L8.88865 5.94126H8.91499L11.2631 13.6499H12.7497L9.73701 4.6499Z\" fill=\"%23444444\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.2 0H6.89992V1.2H1.2V6.89999H1.90735e-05V1.2H0V0H1.90735e-05H1.2ZM11.0998 0H16.7999H17.9997H17.9999V6.89999H16.7999V1.2H11.0998V0ZM11.0999 18H17.9998V17.9998H18V11.0998H16.8001V16.8H11.0999V18ZM6.89998 18H6.05583e-05V16.8H7.96318e-05V11.0998H1.20007V16.8H6.89998V18Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center}\n"] }]
|
|
578
580
|
}], ctorParameters: () => [], propDecorators: { isEmbedded: [{
|
|
579
581
|
type: Input,
|
|
580
582
|
args: [{ transform: booleanAttribute }]
|
|
@@ -754,7 +756,7 @@ class BimplusNavbarComponent extends BimplusLocalizedWidgetComponent {
|
|
|
754
756
|
this.isNavbarMenuVisible = false;
|
|
755
757
|
this.isNavbarInfoVisible = false;
|
|
756
758
|
this.logoState = input(LogoState.BimplusViewer, ...(ngDevMode ? [{ debugName: "logoState" }] : []));
|
|
757
|
-
this.isModelViewerActive = input(false, ...(ngDevMode ?
|
|
759
|
+
this.isModelViewerActive = input(false, { ...(ngDevMode ? { debugName: "isModelViewerActive" } : {}), transform: booleanAttribute });
|
|
758
760
|
// @Input({ transform: booleanAttribute }) isConnexisViewerActive : boolean = false;
|
|
759
761
|
this.isNavbarMessageVisible = false;
|
|
760
762
|
this.isNavbarMenuActive = false;
|
|
@@ -790,12 +792,12 @@ class BimplusNavbarComponent extends BimplusLocalizedWidgetComponent {
|
|
|
790
792
|
fireEvent(this, "bimplusNavbarClicked", "project");
|
|
791
793
|
}
|
|
792
794
|
}
|
|
793
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
794
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.16", type: BimplusNavbarComponent, isStandalone: true, selector: "lib-bimplus-navbar", inputs: { projectInfo: { classPropertyName: "projectInfo", publicName: "projectInfo", isSignal: false, isRequired: false, transformFunction: null }, teamInfo: { classPropertyName: "teamInfo", publicName: "teamInfo", isSignal: false, isRequired: false, transformFunction: null }, isDev: { classPropertyName: "isDev", publicName: "isDev", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isStage: { classPropertyName: "isStage", publicName: "isStage", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, teamInfoOffset: { classPropertyName: "teamInfoOffset", publicName: "teamInfoOffset", isSignal: false, isRequired: false, transformFunction: null }, isNavbarMenuVisible: { classPropertyName: "isNavbarMenuVisible", publicName: "isNavbarMenuVisible", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isNavbarInfoVisible: { classPropertyName: "isNavbarInfoVisible", publicName: "isNavbarInfoVisible", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, logoState: { classPropertyName: "logoState", publicName: "logoState", isSignal: true, isRequired: false, transformFunction: null }, isModelViewerActive: { classPropertyName: "isModelViewerActive", publicName: "isModelViewerActive", isSignal: true, isRequired: false, transformFunction: null }, isNavbarMessageVisible: { classPropertyName: "isNavbarMessageVisible", publicName: "isNavbarMessageVisible", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isNavbarMenuActive: { classPropertyName: "isNavbarMenuActive", publicName: "isNavbarMenuActive", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isNavbarMenuEnabled: { classPropertyName: "isNavbarMenuEnabled", publicName: "isNavbarMenuEnabled", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isTouch: { classPropertyName: "isTouch", publicName: "isTouch", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isDashboardTooltipEnabled: { classPropertyName: "isDashboardTooltipEnabled", publicName: "isDashboardTooltipEnabled", isSignal: false, isRequired: false, transformFunction: booleanAttribute } }, outputs: { bimplusNavbarClicked: "bimplusNavbarClicked" }, usesInheritance: true, ngImport: i0, template: "<div\r\n class=\"bimplus-navbar\"\r\n [ngClass]=\"isTouch ? 'is-touch' : ''\"\r\n>\r\n <div class=\"bimplus-navbar-logo-container\">\r\n <div\r\n class=\"bimplus-logo\"\r\n [ngClass]=\"{\r\n 'model-viewer': logoStateSignal() === LogoState.ModelViewer,\r\n 'model-viewer-black': logoStateSignal() === LogoState.ModelViewerBlack,\r\n 'connexis-viewer': logoStateSignal() === LogoState.ConnexisViewer,\r\n 'connexis-viewer-black': logoStateSignal() === LogoState.ConnexisViewerBlack,\r\n 'burger-menu-not-visible': !isNavbarMenuVisible\r\n }\"\r\n (click)=\"_logoClicked()\"\r\n (keypress)=\"_logoClicked()\"\r\n [title]=\"logoTooltipSignal() | translate\"\r\n ></div>\r\n\r\n <div\r\n class=\"bimplus-navbar-menu icon\"\r\n [ngClass]=\"{'active':isNavbarMenuActive, 'hidden': !isNavbarMenuVisible, 'disabled': !isNavbarMenuEnabled}\"\r\n (click)=\"_menuClicked()\"\r\n (keypress)=\"_menuClicked()\"\r\n ></div>\r\n </div>\r\n\r\n <div class=\"bimplus-navbar-container\">\r\n <div\r\n class=\"bimplus-navbar-info\"\r\n [ngClass]=\"{'hidden': !isNavbarInfoVisible}\"\r\n [style.margin-left]=\"teamInfoOffset\"\r\n >\r\n <span class=\"team\">{{teamInfo}}</span>\r\n <span *ngIf=\"projectInfo && !isTouch\"> - </span>\r\n <span\r\n class=\"project\"\r\n [ngClass]=\"isDev ? 'clickable' : ''\"\r\n (click)=\"_projectInfoClicked()\"\r\n (keypress)=\"_projectInfoClicked()\"\r\n >\r\n {{projectInfo}}\r\n </span>\r\n </div>\r\n\r\n <div class=\"bimplus-navbar-slot\">\r\n <slot></slot>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [".bimplus-navbar{height:5.2rem;padding-left:0;padding-right:1em;background-color:var(--navbar-background-color-enabled);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:var(--navbar-text-color-enabled)}.bimplus-navbar .bimplus-navbar-preview-mode{display:flex;justify-content:center;align-items:center;color:var(--navbar-preview-mode-text-color-enabled);font-size:.8125em;line-height:.8125em;height:2.308em;font-weight:700;text-transform:uppercase;padding-left:.99em;padding-right:.99em;background-color:var(--navbar-preview-mode-background-color-enabled);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('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\"?>%0D%0A<svg id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"135\" height=\"34\" viewBox=\"0 0 135 34\">%0D%0A <defs>%0D%0A <style>%0D%0A .cls-1 {%0D%0A fill-rule: evenodd;%0D%0A }%0D%0A <\\/style>%0D%0A </defs>%0D%0A <path class=\"cls-1\" d=\"M12.75,0v2.83H2.83v9.92H0V0h0S0,0,0,0h12.75ZM12.75,34v-2.83H2.83v-9.92H0v12.75s2.83,0,2.83,0h0s9.92,0,9.92,0ZM34,0h0v12.75h-2.83V2.83h-9.92V0h12.75ZM34,21.25v12.75h0s-2.83,0-2.83,0h0s-9.92,0-9.92,0v-2.83h9.92v-9.92h2.83ZM15.59,8.22h2.81l5.69,17h-2.81l-4.44-14.56h-.05l-4.48,14.56h-2.39l5.67-17Z\"/>%0D%0A <path d=\"M129.19,25.5c-1.78,0-3.79-.24-5.81-.85l.38-1.94c2.46.61,4.12.73,5.43.73,2.37,0,3.44-1.26,3.44-2.6,0-2.02-2.3-2.5-4.03-2.99-2.63-.7-4.98-2.19-4.98-4.98,0-3.13,2.49-4.37,5.57-4.37,1.78,0,3.44.24,5.45.85l-.52,1.94c-2.44-.61-3.63-.73-4.93-.73-2.37,0-3.2,1.09-3.2,2.38,0,1.87,2.35,2.53,4.15,2.96,2.61.61,4.86,1.89,4.86,4.74,0,3.28-2.49,4.86-5.81,4.86Z\"/>%0D%0A <path d=\"M114.56,23.56c3.32,0,3.74-2.31,3.74-4.13v-10.69h2.25v10.69c0,4.25-2.2,6.07-6.04,6.07s-6.04-1.82-6.04-6.07v-10.69h2.25v10.69c0,1.82.36,4.13,3.84,4.13Z\"/>%0D%0A <path d=\"M96.94,8.74h2.25v14.45h7.94v2.06h-10.19V8.74Z\"/>%0D%0A <path d=\"M89.37,18.7h-4.38v6.56h-2.25V8.74h6.63c3.2,0,4.98,2.06,4.98,4.98s-1.78,4.98-4.98,4.98ZM84.99,10.81v5.83h4.15c1.78,0,2.89-.9,2.89-2.91,0-1.87-1.11-2.91-2.89-2.91h-4.15Z\"/>%0D%0A <path d=\"M66.75,8.74l5.02,12.68h.05l4.88-12.68h2.96v16.51h-2.25v-12.26h-.05l-4.88,12.26h-1.66l-4.81-12.26h-.05v12.26h-2.18V8.74h2.96Z\"/>%0D%0A <path d=\"M60.71,25.26h-2.25V8.74h2.25v16.51Z\"/>%0D%0A <path d=\"M52.74,16.76v.05c1.97.46,3.1,1.94,3.1,4.03,0,2.72-1.66,4.42-4.86,4.42h-6.99V8.74h6.52c3.2,0,4.86,1.65,4.86,4.2,0,1.87-.97,3.28-2.63,3.81ZM50.4,17.85h-4.15v5.34h4.38c1.78,0,2.84-.78,2.84-2.67,0-1.75-1.07-2.67-3.08-2.67ZM53,13.31c0-1.58-.95-2.5-2.73-2.5h-4.03v4.98h4.03c1.78,0,2.73-.78,2.73-2.48Z\"/>%0D%0A</svg>') no-repeat;background-position:center;background-size:9em 2.3em;cursor:pointer}.bimplus-logo.model-viewer{background:url('data:image/svg+xml,<svg width=\"475\" height=\"120\" viewBox=\"0 0 475 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 37.9652C0 37.9652 34.0214 -11.2924 91.4778 2.40641C101.92 4.8961 111.208 9.12334 119.415 14.3743C108.696 9.19068 96.0979 5.97262 82.5356 5.45618C41.9444 3.91053 8.08299 27.1504 6.90408 57.3639C6.77524 60.666 7.04212 63.9148 7.67275 67.0844C1.18359 51.2241 0 37.9652 0 37.9652ZM25.7389 95.8916C34.7922 105.537 46.974 113.675 63.3403 117.577C120.797 131.276 171.429 82.4083 171.429 82.4083C171.429 82.4083 164.866 63.0652 149.777 43.1159C152.696 49.3373 154.168 56.0318 153.898 62.9612C152.719 93.1747 118.858 116.415 78.2664 114.869C57.3434 114.072 38.7164 106.846 25.7389 95.8916Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M88.1346 24.0581H76.083L51.7712 96.9905H62.0228L81.2598 34.5228H81.4732L100.502 96.9905H112.548L88.1346 24.0581Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M218.59 35.7773H214.072L211.839 29.5745H202.076L199.929 35.7773H195.429L204.724 11.4079H209.364L218.59 35.7773ZM210.748 26.2777L207.304 16.5571C207.2 16.2398 207.09 15.73 206.975 15.0276H206.905C206.802 15.6734 206.686 16.1832 206.559 16.5571L203.149 26.2777H210.748Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M235.762 35.7773H222.018V11.4079H226.137V32.3615H235.762V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M253.107 35.7773H239.363V11.4079H243.483V32.3615H253.107V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M260.81 26.9404V35.7773H256.708V11.4079H264.238C267.088 11.4079 269.298 12.0593 270.868 13.3622C272.437 14.6651 273.222 16.5004 273.222 18.8682C273.222 21.2361 272.403 23.1734 270.764 24.6802C269.125 26.187 266.909 26.9404 264.117 26.9404H260.81ZM260.81 14.7387V23.6436H263.476C265.242 23.6436 266.586 23.2414 267.51 22.437C268.433 21.6326 268.894 20.4997 268.894 19.0382C268.894 16.1719 267.198 14.7387 263.805 14.7387H260.81Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M291.19 35.7773H277.446V11.4079H281.566V32.3615H291.19V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M316.117 35.7773H311.599L309.366 29.5745H299.603L297.457 35.7773H292.956L302.252 11.4079H306.891L316.117 35.7773ZM308.276 26.2777L304.831 16.5571C304.727 16.2398 304.617 15.73 304.502 15.0276H304.433C304.329 15.6734 304.214 16.1832 304.087 16.5571L300.676 26.2777H308.276Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M340.594 35.7773H336.094L324.236 17.8656C323.936 17.4124 323.688 16.9423 323.492 16.4551H323.388C323.48 16.9762 323.526 18.0922 323.526 19.8029V35.7773H319.545V11.4079H324.34L335.799 28.8947C336.284 29.6198 336.596 30.1183 336.734 30.3902H336.803C336.688 29.7444 336.63 28.6512 336.63 27.1104V11.4079H340.594V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M373.831 34.7577C371.961 35.7094 369.636 36.1852 366.855 36.1852C363.254 36.1852 360.369 35.0692 358.199 32.8374C356.03 30.6055 354.945 27.6768 354.945 24.0514C354.945 20.1541 356.162 17.0046 358.597 14.6027C361.044 12.2009 364.131 11 367.859 11C370.259 11 372.25 11.3342 373.831 12.0026V16.0132C372.157 15.0389 370.311 14.5518 368.291 14.5518C365.602 14.5518 363.421 15.3958 361.748 17.0839C360.086 18.7719 359.255 21.0265 359.255 23.8475C359.255 26.5326 360.034 28.6738 361.592 30.2713C363.15 31.8574 365.199 32.6504 367.737 32.6504C370.08 32.6504 372.111 32.1066 373.831 31.019V34.7577Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M392.284 35.7773H378.539V11.4079H382.659V32.3615H392.284V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M405.042 36.1852C401.464 36.1852 398.596 35.0466 396.438 32.7694C394.292 30.4922 393.218 27.5295 393.218 23.8815C393.218 19.9615 394.315 16.8346 396.507 14.5008C398.7 12.1669 401.678 11 405.44 11C408.925 11 411.729 12.1329 413.853 14.3988C415.988 16.6647 417.055 19.6273 417.055 23.2867C417.055 27.2633 415.964 30.4072 413.783 32.7184C411.602 35.0296 408.688 36.1852 405.042 36.1852ZM405.232 14.5518C402.958 14.5518 401.106 15.3845 399.675 17.0499C398.256 18.7153 397.546 20.9075 397.546 23.6266C397.546 26.3343 398.238 28.5152 399.623 30.1693C401.008 31.8234 402.82 32.6504 405.059 32.6504C407.436 32.6504 409.311 31.863 410.685 30.2882C412.058 28.7135 412.745 26.5099 412.745 23.6776C412.745 20.7659 412.075 18.517 410.737 16.9309C409.41 15.3448 407.575 14.5518 405.232 14.5518Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M440.701 25.9208C440.701 32.7637 437.401 36.1852 430.8 36.1852C424.475 36.1852 421.313 32.894 421.313 26.3116V11.4079H425.433V25.4789C425.433 30.2599 427.326 32.6504 431.111 32.6504C434.758 32.6504 436.581 30.3449 436.581 25.7338V11.4079H440.701V25.9208Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M446.535 35.7773V11.4079H453.701C462.853 11.4079 467.429 15.3675 467.429 23.2867C467.429 27.048 466.159 30.073 463.62 32.3615C461.081 34.6387 457.677 35.7773 453.407 35.7773H446.535ZM450.637 14.8407V32.3615H453.926C456.823 32.3615 459.073 31.5798 460.677 30.0163C462.293 28.4529 463.101 26.2437 463.101 23.3887C463.101 17.69 460.095 14.8407 454.082 14.8407H450.637Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M269.477 52.1852H260.001V109.25H269.477V52.1852ZM278.428 109.25H300.066V101.251H278.428V109.25ZM278.428 84.3785H297.129V76.3799H278.428V84.3785ZM278.428 60.2236H298.796V52.1852H278.428V60.2236ZM232.057 109.25L252.499 52.1852H242.497L228.128 95.4014C227.545 97.1524 227.162 98.7839 226.976 100.296H226.818C226.579 98.4656 226.235 96.8605 225.786 95.481L211.734 52.1852H201.414L221.499 109.25H232.057ZM366.553 109.25L382.152 52.1852H372.388L362.266 94.128C361.737 96.3034 361.432 98.0544 361.353 99.3808H361.194C361.009 97.4177 360.731 95.7198 360.361 94.2872L349.564 52.1852H339.839L328.169 93.9688C327.534 96.2769 327.164 98.1074 327.058 99.4604H326.859C326.754 97.5503 326.489 95.7198 326.066 93.9688L315.745 52.1852H305.385L321.302 109.25H332.218L343.094 69.2568C343.597 67.4793 343.914 65.6488 344.047 63.7652H344.205C344.311 65.7815 344.589 67.6385 345.039 69.3364L355.875 109.25H366.553ZM422.005 109.25H390.051V52.1852H420.735V60.2236H399.498V76.3799H419.067V84.3785H399.498V101.251H422.005V109.25ZM463.394 109.25H474.429L464.307 93.2128C463.486 91.9659 462.732 90.8782 462.044 89.9497C461.383 88.9946 460.708 88.1457 460.02 87.4028C459.332 86.66 458.604 85.9437 457.837 85.254C457.069 84.5377 456.17 83.8877 455.138 83.3041V83.1449C457.069 82.6408 458.803 81.9245 460.337 80.996C461.899 80.0675 463.222 78.9533 464.307 77.6533C465.418 76.3269 466.265 74.8279 466.847 73.1566C467.456 71.4587 467.76 69.6017 467.76 67.5854C467.76 65.0121 467.284 62.7704 466.331 60.8603C465.405 58.9236 464.108 57.3186 462.441 56.0452C460.774 54.7453 458.816 53.7769 456.566 53.1402C454.317 52.5035 451.856 52.1852 449.184 52.1852H430.448V109.25H439.856V86.0896H443.666C444.857 86.0896 445.929 86.2356 446.881 86.5274C447.834 86.8192 448.707 87.2835 449.501 87.9202C450.321 88.5569 451.115 89.3793 451.883 90.3874C452.677 91.369 453.484 92.5628 454.304 93.9688L463.394 109.25ZM439.856 78.4094V59.8654H447.794C451.023 59.8654 453.497 60.6348 455.217 62.1735C456.937 63.7122 457.797 65.8478 457.797 68.5803C457.797 70.0925 457.546 71.4587 457.043 72.6791C456.54 73.8994 455.839 74.9341 454.939 75.783C454.039 76.6319 452.968 77.2819 451.724 77.7329C450.507 78.1839 449.17 78.4094 447.715 78.4094H439.856Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:default}.bimplus-logo.connexis-viewer{background:url('data:image/svg+xml,<svg width=\"466\" height=\"120\" viewBox=\"0 0 466 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M339 33.3906H333.68H330.969V67.6821C330.969 71.0469 331.093 73.4345 331.341 74.8447H331.192C330.895 74.2509 330.227 73.1623 329.188 71.5789L304.62 33.3906H303.128H294.63H294.34V53.4999H303.128V45.1829C303.487 45.9743 303.91 46.7444 304.397 47.4932L329.819 86.6092H333.68H339V33.3906ZM347 86.6092H363.555V79.1497H347V86.6092ZM347 63.4142H360.809V55.9547H347V63.4142ZM347 40.8873H362.368V33.3906H347V40.8873ZM303.128 64.4999H294.34V73.9315C293.982 73.3329 293.485 72.5487 292.848 71.5789L268.28 33.3906H258V53.4999H266.536V51.724C266.536 47.988 266.437 45.551 266.239 44.4129H266.462C266.882 45.4768 267.414 46.5035 268.057 47.4932L293.479 86.6092H294.34H302.876H303.128V64.4999ZM266.536 64.4999H258V86.6092H266.536V64.4999ZM200.489 84.3826C196.481 86.4609 191.496 87.5 185.533 87.5C177.814 87.5 171.628 85.063 166.977 80.1889C162.326 75.3149 160 68.9193 160 61.002C160 52.491 162.61 45.6129 167.831 40.3677C173.076 35.1226 179.694 32.5 187.686 32.5C192.832 32.5 197.1 33.2299 200.489 34.6896V43.448C196.902 41.3203 192.943 40.2564 188.613 40.2564C182.849 40.2564 178.173 42.0996 174.585 45.7861C171.022 49.4726 169.241 54.3961 169.241 60.5567C169.241 66.4204 170.911 71.0965 174.251 74.585C177.591 78.0488 181.983 79.7807 187.426 79.7807C192.448 79.7807 196.803 78.5931 200.489 76.2179V84.3826ZM209.903 80.0405C214.529 85.0135 220.678 87.5 228.348 87.5C236.166 87.5 242.413 84.9764 247.089 79.9291C251.765 74.8819 254.103 68.0162 254.103 59.332C254.103 51.3405 251.815 44.8707 247.238 39.9224C242.685 34.9741 236.673 32.5 229.201 32.5C221.135 32.5 214.752 35.0484 210.051 40.1451C205.35 45.2418 203 52.0704 203 60.6309C203 68.5976 205.301 75.0675 209.903 80.0405ZM216.843 45.7119C219.911 42.0749 223.882 40.2564 228.756 40.2564C233.778 40.2564 237.712 41.9883 240.557 45.4521C243.427 48.9159 244.862 53.827 244.862 60.1856C244.862 66.3709 243.39 71.1831 240.446 74.6221C237.502 78.0612 233.481 79.7807 228.385 79.7807C223.585 79.7807 219.7 77.9746 216.731 74.3623C213.762 70.7501 212.278 65.9874 212.278 60.0742C212.278 54.1363 213.8 49.3489 216.843 45.7119Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M413 86.5H402.359L391.381 67.0593C391.058 66.4679 390.697 65.6302 390.299 64.546H390.149C389.925 65.0881 389.552 65.9258 389.029 67.0593L377.716 86.5H367L384.549 59.8522L368.419 33.5H379.284L388.955 51.3884C389.577 52.5711 390.137 53.7538 390.635 54.9365H390.747C391.469 53.3842 392.091 52.1523 392.614 51.2406L402.657 33.5H412.664L396.161 59.7782L413 86.5Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M432.421 84.5486V75.6215C433.223 76.3502 434.17 77.0061 435.263 77.5891C436.381 78.1721 437.559 78.67 438.798 79.083C440.037 79.4717 441.275 79.7753 442.514 79.9939C443.753 80.2125 444.895 80.3219 445.939 80.3219C449.583 80.3219 452.292 79.7146 454.065 78.5C455.862 77.2854 456.761 75.5243 456.761 73.2166C456.761 71.9777 456.458 70.9089 455.85 70.0101C455.267 69.087 454.441 68.249 453.373 67.496C452.304 66.7429 451.041 66.0263 449.583 65.3462C448.15 64.6417 446.607 63.913 444.956 63.1599C443.182 62.2125 441.531 61.253 440 60.2814C438.47 59.3097 437.134 58.2409 435.992 57.0749C434.875 55.8846 433.988 54.5486 433.332 53.0668C432.701 51.585 432.385 49.8482 432.385 47.8563C432.385 45.4028 432.931 43.2773 434.024 41.4798C435.142 39.6579 436.599 38.164 438.397 36.998C440.219 35.8077 442.284 34.9332 444.591 34.3745C446.899 33.7915 449.255 33.5 451.66 33.5C457.126 33.5 461.109 34.1194 463.611 35.3583V43.9211C460.648 41.7834 456.834 40.7146 452.17 40.7146C450.883 40.7146 449.595 40.836 448.308 41.0789C447.045 41.3219 445.903 41.7227 444.883 42.2814C443.887 42.8401 443.073 43.5567 442.441 44.4312C441.81 45.3057 441.494 46.3623 441.494 47.6012C441.494 48.7672 441.737 49.7753 442.223 50.6255C442.709 51.4757 443.413 52.253 444.336 52.9575C445.284 53.6619 446.425 54.3543 447.761 55.0344C449.122 55.6903 450.688 56.4069 452.462 57.1842C454.284 58.1316 455.996 59.1275 457.599 60.1721C459.227 61.2166 460.648 62.3704 461.862 63.6336C463.101 64.8968 464.073 66.3057 464.777 67.8603C465.506 69.3907 465.871 71.1397 465.871 73.1073C465.871 75.7551 465.336 77.9899 464.267 79.8117C463.199 81.6336 461.753 83.1154 459.931 84.2571C458.134 85.3988 456.057 86.2247 453.701 86.7348C451.344 87.2449 448.854 87.5 446.231 87.5C445.356 87.5 444.275 87.4271 442.988 87.2814C441.725 87.1599 440.425 86.9656 439.089 86.6984C437.753 86.4555 436.49 86.1518 435.3 85.7874C434.109 85.4231 433.15 85.0101 432.421 84.5486Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M427 86.5H418V33.5H427V86.5Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:default}.bimplus-logo.connexis-viewer-black{background:url('data:image/svg+xml,<svg width=\"217\" height=\"48\" viewBox=\"0 0 217 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 48H0.00133801H4.00001H14.0013V44H4.00001L4.00001 32.0002H0.000670671V28.0002H4.00001L4.00001 20.0001H0.000670671V16.0001H4.00001L4.00001 4.00007H14.0013V7.27177e-05L4.00001 7.2867e-05V0H7.0113e-06L0 48ZM5.60107 36L5.60107 32.0002H9.60107V36L5.60107 36ZM9.60107 20.0001V28.0002L5.60107 28.0002L5.60107 20.0001H9.60107ZM9.60107 16.0001H5.60107L5.60107 12H9.60107V16.0001ZM48.0013 48H48.0007H44.0013H34.0007V44H44.0013L44.0013 32.0002H47.9997V28.0002H44.0013V20.0001H47.9997V16.0001H44.0013L44.0013 4.00007H34.0007V7.29268e-05L44.0013 7.27774e-05V0H48.0013L48.0013 48ZM42.4016 20.0001L42.4016 28.0002H38.4016L38.4016 20.0001H42.4016ZM42.4016 32.0002H38.4016V36L42.4016 36V32.0002ZM42.4016 16.0001H38.4016V12H42.4016V16.0001ZM22.0003 11.6006H25.9661L33.9999 35.6005H30.0357L23.7741 15.0442H23.7038L17.3735 35.6005H14L22.0003 11.6006Z\" fill=\"black\"/>%0D%0A <path d=\"M208.272 36C205.7 36 202.786 35.6571 199.872 34.8L200.42 32.0571C203.986 32.9143 206.386 33.0857 208.272 33.0857C211.7 33.0857 213.243 31.3029 213.243 29.4171C213.243 26.5714 209.918 25.8857 207.415 25.2C203.609 24.2057 200.215 22.1143 200.215 18.1714C200.215 13.7486 203.815 12 208.272 12C210.843 12 213.243 12.3429 216.158 13.2L215.403 15.9429C211.872 15.0857 210.158 14.9143 208.272 14.9143C204.843 14.9143 203.643 16.4571 203.643 18.2743C203.643 20.9143 207.038 21.84 209.643 22.4571C213.415 23.3143 216.672 25.1314 216.672 29.1429C216.672 33.7714 213.072 36 208.272 36Z\" fill=\"black\"/>%0D%0A <path d=\"M196.608 35.6571H193.351V12.3428H196.608V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M185.897 35.6571L179.725 26.1599H179.657L173.76 35.6571H170.091L177.703 23.4856L170.708 12.3428H174.514L179.897 20.7771H179.965L185.211 12.3428H189.051L182.023 23.4856L189.805 35.6571H185.897Z\" fill=\"black\"/>%0D%0A <path d=\"M166.781 12.3428V15.2571H155.124V22.1142H165.238V25.0285H155.124V32.7428H166.953V35.6571H151.867V12.3428H166.781Z\" fill=\"black\"/>%0D%0A <path d=\"M132.722 35.6571H129.568V12.3428H132.825L144.139 29.6571H144.208V12.3428H147.396V35.6571H144.139L132.791 18.7199H132.722V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M110.423 35.6571H107.269V12.3428H110.526L121.84 29.6571H121.909V12.3428H125.097V35.6571H121.84L110.492 18.7199H110.423V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M93.5982 14.7429C88.0097 14.7429 87.0839 18.8571 87.0839 23.8286C87.0839 28.8 88.0097 33.2571 93.5982 33.2571C99.1525 33.2571 100.113 28.8 100.113 23.8286C100.113 18.8571 99.1525 14.7429 93.5982 14.7429ZM93.5982 36C85.6097 36 83.6554 30.4457 83.6554 23.8286C83.6554 17.3143 85.6097 12 93.5982 12C101.553 12 103.541 17.3143 103.541 23.8286C103.541 30.4457 101.553 36 93.5982 36Z\" fill=\"black\"/>%0D%0A <path d=\"M64.0013 23.8286C64.0013 17.3143 65.9556 12 73.9442 12C76.5842 12 79.0871 12.3429 82.0013 13.2L81.2471 15.9429C77.7156 15.0857 76.0699 14.9143 74.1842 14.9143C68.8013 14.9143 67.4299 18.8571 67.4299 23.8286C67.4299 29.1429 68.8013 33.0857 74.1842 33.0857C76.0699 33.0857 77.7156 32.9143 81.2471 32.0571L82.0013 34.8C79.0871 35.6571 76.5842 36 73.9442 36C65.9556 36 64.0013 30.5143 64.0013 23.8286Z\" fill=\"black\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:pointer}.bimplus-logo.model-viewer-black{background:url('data:image/svg+xml,<svg width=\"294\" height=\"48\" viewBox=\"0 0 294 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M25.5662 11.6H21.6003L13.6 35.6H16.9735L23.3038 15.0436H23.3741L29.6358 35.6H33.6L25.5662 11.6Z\" fill=\"black\"/>%0D%0A<path d=\"M0.728666 9.32864C0.728666 9.32864 15.9184 -6.61655 31.7291 3.18628C36.3074 6.02488 39.5599 10.3006 41.8705 14.943C38.7894 10.7649 34.1366 7.34041 28.4617 5.52271C27.5688 5.2367 26.6748 4.99825 25.7835 4.80588C25.2756 4.68123 24.7609 4.58513 24.241 4.51817C13.2959 2.79593 3.05989 7.95576 0.273807 17.2042C0.171241 17.5446 0.0800383 17.8864 0 18.2293C0.0042992 13.0665 0.728666 9.32864 0.728666 9.32864Z\" fill=\"black\"/>%0D%0A<path d=\"M1.54493 30.3724C3.10233 35.854 6.09303 41.1748 11.6052 44.5925C27.4159 54.3953 47.5392 39.9304 47.5392 39.9304C47.5392 39.9304 47.5393 34.1826 45.9814 27.0307C45.9565 28.5674 45.7251 30.1052 45.2698 31.6166C42.1273 42.048 29.5072 47.278 17.0819 43.2981C9.88605 40.9932 4.33365 36.105 1.54493 30.3724Z\" fill=\"black\"/>%0D%0A<path d=\"M67.825 12.3429L75.0935 30.24H75.1621L82.225 12.3429H86.5107V35.6571H83.2535V18.3429H83.185L76.1221 35.6571H73.7221L66.7621 18.3429H66.6935V35.6571H63.5393V12.3429H67.825Z\" fill=\"black\"/>%0D%0A<path d=\"M100.159 14.7429C94.5708 14.7429 93.6451 18.8571 93.6451 23.8286C93.6451 28.8 94.5708 33.2571 100.159 33.2571C105.714 33.2571 106.674 28.8 106.674 23.8286C106.674 18.8571 105.714 14.7429 100.159 14.7429ZM100.159 36C92.1708 36 90.2165 30.4457 90.2165 23.8286C90.2165 17.3143 92.1708 12 100.159 12C108.114 12 110.102 17.3143 110.102 23.8286C110.102 30.4457 108.114 36 100.159 36Z\" fill=\"black\"/>%0D%0A<path d=\"M122.127 35.6571H113.829V12.3429H122.127C129.772 12.3429 132.001 17.3143 132.001 23.8286C132.001 30.4457 129.772 35.6571 122.127 35.6571ZM117.087 32.7429H122.127C127.372 32.7429 128.572 28.8 128.572 23.8286C128.572 18.8571 127.372 15.2571 122.127 15.2571H117.087V32.7429Z\" fill=\"black\"/>%0D%0A<path d=\"M150.641 12.3429V15.2571H138.984V22.1143H149.098V25.0286H138.984V32.7429H150.812V35.6571H135.727V12.3429H150.641Z\" fill=\"black\"/>%0D%0A<path d=\"M154.912 12.3429H158.169V32.7429H169.655V35.6571H154.912V12.3429Z\" fill=\"black\"/>%0D%0A<path d=\"M185.44 31.7829H185.474L191.783 12.3429H195.245L187.394 35.8286H183.383L175.36 12.3429H178.96L185.44 31.7829Z\" fill=\"black\"/>%0D%0A<path d=\"M201.409 35.6571H198.152V12.3429H201.409V35.6571Z\" fill=\"black\"/>%0D%0A<path d=\"M220.767 12.3429V15.2571H209.11V22.1143H219.224V25.0286H209.11V32.7429H220.938V35.6571H205.853V12.3429H220.767Z\" fill=\"black\"/>%0D%0A<path d=\"M238.958 17.5886H238.889L234.295 35.8286H230.078L224.009 12.3429H227.609L232.341 31.6457H232.375L237.072 12.3429H240.912L245.712 31.6457H245.746L250.375 12.3429H253.838L247.735 35.8286H243.552L238.958 17.5886Z\" fill=\"black\"/>%0D%0A<path d=\"M271.66 12.3429V15.2571H260.003V22.1143H270.117V25.0286H260.003V32.7429H271.831V35.6571H256.745V12.3429H271.66Z\" fill=\"black\"/>%0D%0A<path d=\"M293.485 35.6571H289.679L284.159 26.5714H279.188V35.6571H275.931V12.3429H285.531C290.159 12.3429 292.731 15.36 292.731 19.4743C292.731 22.7657 290.948 25.4057 287.554 26.0571L293.485 35.6571ZM279.188 15.2571V23.6571H285.016C287.588 23.6571 289.371 22.2857 289.371 19.4743C289.371 16.8 287.759 15.2571 285.188 15.2571H279.188Z\" fill=\"black\"/>%0D%0A</svg>%0D%0A') center center / 14em no-repeat;background-position:center;margin-left:.4em;min-width:14em;cursor:pointer}.bimplus-logo.burger-menu-not-visible{margin-left:.4em;margin-right:6.8em}.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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"none\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center;background-size:1.125em 1.125em!important;cursor:pointer;margin-right:.4em}.bimplus-navbar-menu.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"none\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bimplus-navbar-menu.hidden{visibility:hidden;width:1.2rem}.bimplus-navbar-menu.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A') 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}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
795
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusNavbarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
796
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: BimplusNavbarComponent, isStandalone: true, selector: "lib-bimplus-navbar", inputs: { projectInfo: { classPropertyName: "projectInfo", publicName: "projectInfo", isSignal: false, isRequired: false, transformFunction: null }, teamInfo: { classPropertyName: "teamInfo", publicName: "teamInfo", isSignal: false, isRequired: false, transformFunction: null }, isDev: { classPropertyName: "isDev", publicName: "isDev", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isStage: { classPropertyName: "isStage", publicName: "isStage", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, teamInfoOffset: { classPropertyName: "teamInfoOffset", publicName: "teamInfoOffset", isSignal: false, isRequired: false, transformFunction: null }, isNavbarMenuVisible: { classPropertyName: "isNavbarMenuVisible", publicName: "isNavbarMenuVisible", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isNavbarInfoVisible: { classPropertyName: "isNavbarInfoVisible", publicName: "isNavbarInfoVisible", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, logoState: { classPropertyName: "logoState", publicName: "logoState", isSignal: true, isRequired: false, transformFunction: null }, isModelViewerActive: { classPropertyName: "isModelViewerActive", publicName: "isModelViewerActive", isSignal: true, isRequired: false, transformFunction: null }, isNavbarMessageVisible: { classPropertyName: "isNavbarMessageVisible", publicName: "isNavbarMessageVisible", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isNavbarMenuActive: { classPropertyName: "isNavbarMenuActive", publicName: "isNavbarMenuActive", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isNavbarMenuEnabled: { classPropertyName: "isNavbarMenuEnabled", publicName: "isNavbarMenuEnabled", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isTouch: { classPropertyName: "isTouch", publicName: "isTouch", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, isDashboardTooltipEnabled: { classPropertyName: "isDashboardTooltipEnabled", publicName: "isDashboardTooltipEnabled", isSignal: false, isRequired: false, transformFunction: booleanAttribute } }, outputs: { bimplusNavbarClicked: "bimplusNavbarClicked" }, usesInheritance: true, ngImport: i0, template: "<div\r\n class=\"bimplus-navbar\"\r\n [ngClass]=\"isTouch ? 'is-touch' : ''\"\r\n >\r\n <div class=\"bimplus-navbar-logo-container\">\r\n <div\r\n class=\"bimplus-logo\"\r\n [ngClass]=\"{\r\n 'model-viewer': logoStateSignal() === LogoState.ModelViewer,\r\n 'model-viewer-black': logoStateSignal() === LogoState.ModelViewerBlack,\r\n 'connexis-viewer': logoStateSignal() === LogoState.ConnexisViewer,\r\n 'connexis-viewer-black': logoStateSignal() === LogoState.ConnexisViewerBlack,\r\n 'burger-menu-not-visible': !isNavbarMenuVisible\r\n }\"\r\n (click)=\"_logoClicked()\"\r\n (keypress)=\"_logoClicked()\"\r\n [title]=\"logoTooltipSignal() | translate\"\r\n ></div>\r\n\r\n <div\r\n class=\"bimplus-navbar-menu icon\"\r\n [ngClass]=\"{'active':isNavbarMenuActive, 'hidden': !isNavbarMenuVisible, 'disabled': !isNavbarMenuEnabled}\"\r\n (click)=\"_menuClicked()\"\r\n (keypress)=\"_menuClicked()\"\r\n ></div>\r\n </div>\r\n\r\n <div class=\"bimplus-navbar-container\">\r\n <div\r\n class=\"bimplus-navbar-info\"\r\n [ngClass]=\"{'hidden': !isNavbarInfoVisible}\"\r\n [style.margin-left]=\"teamInfoOffset\"\r\n >\r\n <span class=\"team\">{{teamInfo}}</span>\r\n @if (projectInfo && !isTouch) {\r\n <span> - </span>\r\n }\r\n <span\r\n class=\"project\"\r\n [ngClass]=\"isDev ? 'clickable' : ''\"\r\n (click)=\"_projectInfoClicked()\"\r\n (keypress)=\"_projectInfoClicked()\"\r\n >\r\n {{projectInfo}}\r\n </span>\r\n </div>\r\n\r\n <div class=\"bimplus-navbar-slot\">\r\n <slot></slot>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [".bimplus-navbar{height:5.2rem;padding-left:0;padding-right:1em;background-color:var(--navbar-background-color-enabled);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:var(--navbar-text-color-enabled)}.bimplus-navbar .bimplus-navbar-preview-mode{display:flex;justify-content:center;align-items:center;color:var(--navbar-preview-mode-text-color-enabled);font-size:.8125em;line-height:.8125em;height:2.308em;font-weight:700;text-transform:uppercase;padding-left:.99em;padding-right:.99em;background-color:var(--navbar-preview-mode-background-color-enabled);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('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\"?>%0D%0A<svg id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"135\" height=\"34\" viewBox=\"0 0 135 34\">%0D%0A <defs>%0D%0A <style>%0D%0A .cls-1 {%0D%0A fill-rule: evenodd;%0D%0A }%0D%0A <\\/style>%0D%0A </defs>%0D%0A <path class=\"cls-1\" d=\"M12.75,0v2.83H2.83v9.92H0V0h0S0,0,0,0h12.75ZM12.75,34v-2.83H2.83v-9.92H0v12.75s2.83,0,2.83,0h0s9.92,0,9.92,0ZM34,0h0v12.75h-2.83V2.83h-9.92V0h12.75ZM34,21.25v12.75h0s-2.83,0-2.83,0h0s-9.92,0-9.92,0v-2.83h9.92v-9.92h2.83ZM15.59,8.22h2.81l5.69,17h-2.81l-4.44-14.56h-.05l-4.48,14.56h-2.39l5.67-17Z\"/>%0D%0A <path d=\"M129.19,25.5c-1.78,0-3.79-.24-5.81-.85l.38-1.94c2.46.61,4.12.73,5.43.73,2.37,0,3.44-1.26,3.44-2.6,0-2.02-2.3-2.5-4.03-2.99-2.63-.7-4.98-2.19-4.98-4.98,0-3.13,2.49-4.37,5.57-4.37,1.78,0,3.44.24,5.45.85l-.52,1.94c-2.44-.61-3.63-.73-4.93-.73-2.37,0-3.2,1.09-3.2,2.38,0,1.87,2.35,2.53,4.15,2.96,2.61.61,4.86,1.89,4.86,4.74,0,3.28-2.49,4.86-5.81,4.86Z\"/>%0D%0A <path d=\"M114.56,23.56c3.32,0,3.74-2.31,3.74-4.13v-10.69h2.25v10.69c0,4.25-2.2,6.07-6.04,6.07s-6.04-1.82-6.04-6.07v-10.69h2.25v10.69c0,1.82.36,4.13,3.84,4.13Z\"/>%0D%0A <path d=\"M96.94,8.74h2.25v14.45h7.94v2.06h-10.19V8.74Z\"/>%0D%0A <path d=\"M89.37,18.7h-4.38v6.56h-2.25V8.74h6.63c3.2,0,4.98,2.06,4.98,4.98s-1.78,4.98-4.98,4.98ZM84.99,10.81v5.83h4.15c1.78,0,2.89-.9,2.89-2.91,0-1.87-1.11-2.91-2.89-2.91h-4.15Z\"/>%0D%0A <path d=\"M66.75,8.74l5.02,12.68h.05l4.88-12.68h2.96v16.51h-2.25v-12.26h-.05l-4.88,12.26h-1.66l-4.81-12.26h-.05v12.26h-2.18V8.74h2.96Z\"/>%0D%0A <path d=\"M60.71,25.26h-2.25V8.74h2.25v16.51Z\"/>%0D%0A <path d=\"M52.74,16.76v.05c1.97.46,3.1,1.94,3.1,4.03,0,2.72-1.66,4.42-4.86,4.42h-6.99V8.74h6.52c3.2,0,4.86,1.65,4.86,4.2,0,1.87-.97,3.28-2.63,3.81ZM50.4,17.85h-4.15v5.34h4.38c1.78,0,2.84-.78,2.84-2.67,0-1.75-1.07-2.67-3.08-2.67ZM53,13.31c0-1.58-.95-2.5-2.73-2.5h-4.03v4.98h4.03c1.78,0,2.73-.78,2.73-2.48Z\"/>%0D%0A</svg>') no-repeat;background-position:center;background-size:9em 2.3em;cursor:pointer}.bimplus-logo.model-viewer{background:url('data:image/svg+xml,<svg width=\"475\" height=\"120\" viewBox=\"0 0 475 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 37.9652C0 37.9652 34.0214 -11.2924 91.4778 2.40641C101.92 4.8961 111.208 9.12334 119.415 14.3743C108.696 9.19068 96.0979 5.97262 82.5356 5.45618C41.9444 3.91053 8.08299 27.1504 6.90408 57.3639C6.77524 60.666 7.04212 63.9148 7.67275 67.0844C1.18359 51.2241 0 37.9652 0 37.9652ZM25.7389 95.8916C34.7922 105.537 46.974 113.675 63.3403 117.577C120.797 131.276 171.429 82.4083 171.429 82.4083C171.429 82.4083 164.866 63.0652 149.777 43.1159C152.696 49.3373 154.168 56.0318 153.898 62.9612C152.719 93.1747 118.858 116.415 78.2664 114.869C57.3434 114.072 38.7164 106.846 25.7389 95.8916Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M88.1346 24.0581H76.083L51.7712 96.9905H62.0228L81.2598 34.5228H81.4732L100.502 96.9905H112.548L88.1346 24.0581Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M218.59 35.7773H214.072L211.839 29.5745H202.076L199.929 35.7773H195.429L204.724 11.4079H209.364L218.59 35.7773ZM210.748 26.2777L207.304 16.5571C207.2 16.2398 207.09 15.73 206.975 15.0276H206.905C206.802 15.6734 206.686 16.1832 206.559 16.5571L203.149 26.2777H210.748Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M235.762 35.7773H222.018V11.4079H226.137V32.3615H235.762V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M253.107 35.7773H239.363V11.4079H243.483V32.3615H253.107V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M260.81 26.9404V35.7773H256.708V11.4079H264.238C267.088 11.4079 269.298 12.0593 270.868 13.3622C272.437 14.6651 273.222 16.5004 273.222 18.8682C273.222 21.2361 272.403 23.1734 270.764 24.6802C269.125 26.187 266.909 26.9404 264.117 26.9404H260.81ZM260.81 14.7387V23.6436H263.476C265.242 23.6436 266.586 23.2414 267.51 22.437C268.433 21.6326 268.894 20.4997 268.894 19.0382C268.894 16.1719 267.198 14.7387 263.805 14.7387H260.81Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M291.19 35.7773H277.446V11.4079H281.566V32.3615H291.19V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M316.117 35.7773H311.599L309.366 29.5745H299.603L297.457 35.7773H292.956L302.252 11.4079H306.891L316.117 35.7773ZM308.276 26.2777L304.831 16.5571C304.727 16.2398 304.617 15.73 304.502 15.0276H304.433C304.329 15.6734 304.214 16.1832 304.087 16.5571L300.676 26.2777H308.276Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M340.594 35.7773H336.094L324.236 17.8656C323.936 17.4124 323.688 16.9423 323.492 16.4551H323.388C323.48 16.9762 323.526 18.0922 323.526 19.8029V35.7773H319.545V11.4079H324.34L335.799 28.8947C336.284 29.6198 336.596 30.1183 336.734 30.3902H336.803C336.688 29.7444 336.63 28.6512 336.63 27.1104V11.4079H340.594V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M373.831 34.7577C371.961 35.7094 369.636 36.1852 366.855 36.1852C363.254 36.1852 360.369 35.0692 358.199 32.8374C356.03 30.6055 354.945 27.6768 354.945 24.0514C354.945 20.1541 356.162 17.0046 358.597 14.6027C361.044 12.2009 364.131 11 367.859 11C370.259 11 372.25 11.3342 373.831 12.0026V16.0132C372.157 15.0389 370.311 14.5518 368.291 14.5518C365.602 14.5518 363.421 15.3958 361.748 17.0839C360.086 18.7719 359.255 21.0265 359.255 23.8475C359.255 26.5326 360.034 28.6738 361.592 30.2713C363.15 31.8574 365.199 32.6504 367.737 32.6504C370.08 32.6504 372.111 32.1066 373.831 31.019V34.7577Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M392.284 35.7773H378.539V11.4079H382.659V32.3615H392.284V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M405.042 36.1852C401.464 36.1852 398.596 35.0466 396.438 32.7694C394.292 30.4922 393.218 27.5295 393.218 23.8815C393.218 19.9615 394.315 16.8346 396.507 14.5008C398.7 12.1669 401.678 11 405.44 11C408.925 11 411.729 12.1329 413.853 14.3988C415.988 16.6647 417.055 19.6273 417.055 23.2867C417.055 27.2633 415.964 30.4072 413.783 32.7184C411.602 35.0296 408.688 36.1852 405.042 36.1852ZM405.232 14.5518C402.958 14.5518 401.106 15.3845 399.675 17.0499C398.256 18.7153 397.546 20.9075 397.546 23.6266C397.546 26.3343 398.238 28.5152 399.623 30.1693C401.008 31.8234 402.82 32.6504 405.059 32.6504C407.436 32.6504 409.311 31.863 410.685 30.2882C412.058 28.7135 412.745 26.5099 412.745 23.6776C412.745 20.7659 412.075 18.517 410.737 16.9309C409.41 15.3448 407.575 14.5518 405.232 14.5518Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M440.701 25.9208C440.701 32.7637 437.401 36.1852 430.8 36.1852C424.475 36.1852 421.313 32.894 421.313 26.3116V11.4079H425.433V25.4789C425.433 30.2599 427.326 32.6504 431.111 32.6504C434.758 32.6504 436.581 30.3449 436.581 25.7338V11.4079H440.701V25.9208Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M446.535 35.7773V11.4079H453.701C462.853 11.4079 467.429 15.3675 467.429 23.2867C467.429 27.048 466.159 30.073 463.62 32.3615C461.081 34.6387 457.677 35.7773 453.407 35.7773H446.535ZM450.637 14.8407V32.3615H453.926C456.823 32.3615 459.073 31.5798 460.677 30.0163C462.293 28.4529 463.101 26.2437 463.101 23.3887C463.101 17.69 460.095 14.8407 454.082 14.8407H450.637Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M269.477 52.1852H260.001V109.25H269.477V52.1852ZM278.428 109.25H300.066V101.251H278.428V109.25ZM278.428 84.3785H297.129V76.3799H278.428V84.3785ZM278.428 60.2236H298.796V52.1852H278.428V60.2236ZM232.057 109.25L252.499 52.1852H242.497L228.128 95.4014C227.545 97.1524 227.162 98.7839 226.976 100.296H226.818C226.579 98.4656 226.235 96.8605 225.786 95.481L211.734 52.1852H201.414L221.499 109.25H232.057ZM366.553 109.25L382.152 52.1852H372.388L362.266 94.128C361.737 96.3034 361.432 98.0544 361.353 99.3808H361.194C361.009 97.4177 360.731 95.7198 360.361 94.2872L349.564 52.1852H339.839L328.169 93.9688C327.534 96.2769 327.164 98.1074 327.058 99.4604H326.859C326.754 97.5503 326.489 95.7198 326.066 93.9688L315.745 52.1852H305.385L321.302 109.25H332.218L343.094 69.2568C343.597 67.4793 343.914 65.6488 344.047 63.7652H344.205C344.311 65.7815 344.589 67.6385 345.039 69.3364L355.875 109.25H366.553ZM422.005 109.25H390.051V52.1852H420.735V60.2236H399.498V76.3799H419.067V84.3785H399.498V101.251H422.005V109.25ZM463.394 109.25H474.429L464.307 93.2128C463.486 91.9659 462.732 90.8782 462.044 89.9497C461.383 88.9946 460.708 88.1457 460.02 87.4028C459.332 86.66 458.604 85.9437 457.837 85.254C457.069 84.5377 456.17 83.8877 455.138 83.3041V83.1449C457.069 82.6408 458.803 81.9245 460.337 80.996C461.899 80.0675 463.222 78.9533 464.307 77.6533C465.418 76.3269 466.265 74.8279 466.847 73.1566C467.456 71.4587 467.76 69.6017 467.76 67.5854C467.76 65.0121 467.284 62.7704 466.331 60.8603C465.405 58.9236 464.108 57.3186 462.441 56.0452C460.774 54.7453 458.816 53.7769 456.566 53.1402C454.317 52.5035 451.856 52.1852 449.184 52.1852H430.448V109.25H439.856V86.0896H443.666C444.857 86.0896 445.929 86.2356 446.881 86.5274C447.834 86.8192 448.707 87.2835 449.501 87.9202C450.321 88.5569 451.115 89.3793 451.883 90.3874C452.677 91.369 453.484 92.5628 454.304 93.9688L463.394 109.25ZM439.856 78.4094V59.8654H447.794C451.023 59.8654 453.497 60.6348 455.217 62.1735C456.937 63.7122 457.797 65.8478 457.797 68.5803C457.797 70.0925 457.546 71.4587 457.043 72.6791C456.54 73.8994 455.839 74.9341 454.939 75.783C454.039 76.6319 452.968 77.2819 451.724 77.7329C450.507 78.1839 449.17 78.4094 447.715 78.4094H439.856Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:default}.bimplus-logo.connexis-viewer{background:url('data:image/svg+xml,<svg width=\"466\" height=\"120\" viewBox=\"0 0 466 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M339 33.3906H333.68H330.969V67.6821C330.969 71.0469 331.093 73.4345 331.341 74.8447H331.192C330.895 74.2509 330.227 73.1623 329.188 71.5789L304.62 33.3906H303.128H294.63H294.34V53.4999H303.128V45.1829C303.487 45.9743 303.91 46.7444 304.397 47.4932L329.819 86.6092H333.68H339V33.3906ZM347 86.6092H363.555V79.1497H347V86.6092ZM347 63.4142H360.809V55.9547H347V63.4142ZM347 40.8873H362.368V33.3906H347V40.8873ZM303.128 64.4999H294.34V73.9315C293.982 73.3329 293.485 72.5487 292.848 71.5789L268.28 33.3906H258V53.4999H266.536V51.724C266.536 47.988 266.437 45.551 266.239 44.4129H266.462C266.882 45.4768 267.414 46.5035 268.057 47.4932L293.479 86.6092H294.34H302.876H303.128V64.4999ZM266.536 64.4999H258V86.6092H266.536V64.4999ZM200.489 84.3826C196.481 86.4609 191.496 87.5 185.533 87.5C177.814 87.5 171.628 85.063 166.977 80.1889C162.326 75.3149 160 68.9193 160 61.002C160 52.491 162.61 45.6129 167.831 40.3677C173.076 35.1226 179.694 32.5 187.686 32.5C192.832 32.5 197.1 33.2299 200.489 34.6896V43.448C196.902 41.3203 192.943 40.2564 188.613 40.2564C182.849 40.2564 178.173 42.0996 174.585 45.7861C171.022 49.4726 169.241 54.3961 169.241 60.5567C169.241 66.4204 170.911 71.0965 174.251 74.585C177.591 78.0488 181.983 79.7807 187.426 79.7807C192.448 79.7807 196.803 78.5931 200.489 76.2179V84.3826ZM209.903 80.0405C214.529 85.0135 220.678 87.5 228.348 87.5C236.166 87.5 242.413 84.9764 247.089 79.9291C251.765 74.8819 254.103 68.0162 254.103 59.332C254.103 51.3405 251.815 44.8707 247.238 39.9224C242.685 34.9741 236.673 32.5 229.201 32.5C221.135 32.5 214.752 35.0484 210.051 40.1451C205.35 45.2418 203 52.0704 203 60.6309C203 68.5976 205.301 75.0675 209.903 80.0405ZM216.843 45.7119C219.911 42.0749 223.882 40.2564 228.756 40.2564C233.778 40.2564 237.712 41.9883 240.557 45.4521C243.427 48.9159 244.862 53.827 244.862 60.1856C244.862 66.3709 243.39 71.1831 240.446 74.6221C237.502 78.0612 233.481 79.7807 228.385 79.7807C223.585 79.7807 219.7 77.9746 216.731 74.3623C213.762 70.7501 212.278 65.9874 212.278 60.0742C212.278 54.1363 213.8 49.3489 216.843 45.7119Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M413 86.5H402.359L391.381 67.0593C391.058 66.4679 390.697 65.6302 390.299 64.546H390.149C389.925 65.0881 389.552 65.9258 389.029 67.0593L377.716 86.5H367L384.549 59.8522L368.419 33.5H379.284L388.955 51.3884C389.577 52.5711 390.137 53.7538 390.635 54.9365H390.747C391.469 53.3842 392.091 52.1523 392.614 51.2406L402.657 33.5H412.664L396.161 59.7782L413 86.5Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M432.421 84.5486V75.6215C433.223 76.3502 434.17 77.0061 435.263 77.5891C436.381 78.1721 437.559 78.67 438.798 79.083C440.037 79.4717 441.275 79.7753 442.514 79.9939C443.753 80.2125 444.895 80.3219 445.939 80.3219C449.583 80.3219 452.292 79.7146 454.065 78.5C455.862 77.2854 456.761 75.5243 456.761 73.2166C456.761 71.9777 456.458 70.9089 455.85 70.0101C455.267 69.087 454.441 68.249 453.373 67.496C452.304 66.7429 451.041 66.0263 449.583 65.3462C448.15 64.6417 446.607 63.913 444.956 63.1599C443.182 62.2125 441.531 61.253 440 60.2814C438.47 59.3097 437.134 58.2409 435.992 57.0749C434.875 55.8846 433.988 54.5486 433.332 53.0668C432.701 51.585 432.385 49.8482 432.385 47.8563C432.385 45.4028 432.931 43.2773 434.024 41.4798C435.142 39.6579 436.599 38.164 438.397 36.998C440.219 35.8077 442.284 34.9332 444.591 34.3745C446.899 33.7915 449.255 33.5 451.66 33.5C457.126 33.5 461.109 34.1194 463.611 35.3583V43.9211C460.648 41.7834 456.834 40.7146 452.17 40.7146C450.883 40.7146 449.595 40.836 448.308 41.0789C447.045 41.3219 445.903 41.7227 444.883 42.2814C443.887 42.8401 443.073 43.5567 442.441 44.4312C441.81 45.3057 441.494 46.3623 441.494 47.6012C441.494 48.7672 441.737 49.7753 442.223 50.6255C442.709 51.4757 443.413 52.253 444.336 52.9575C445.284 53.6619 446.425 54.3543 447.761 55.0344C449.122 55.6903 450.688 56.4069 452.462 57.1842C454.284 58.1316 455.996 59.1275 457.599 60.1721C459.227 61.2166 460.648 62.3704 461.862 63.6336C463.101 64.8968 464.073 66.3057 464.777 67.8603C465.506 69.3907 465.871 71.1397 465.871 73.1073C465.871 75.7551 465.336 77.9899 464.267 79.8117C463.199 81.6336 461.753 83.1154 459.931 84.2571C458.134 85.3988 456.057 86.2247 453.701 86.7348C451.344 87.2449 448.854 87.5 446.231 87.5C445.356 87.5 444.275 87.4271 442.988 87.2814C441.725 87.1599 440.425 86.9656 439.089 86.6984C437.753 86.4555 436.49 86.1518 435.3 85.7874C434.109 85.4231 433.15 85.0101 432.421 84.5486Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M427 86.5H418V33.5H427V86.5Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:default}.bimplus-logo.connexis-viewer-black{background:url('data:image/svg+xml,<svg width=\"217\" height=\"48\" viewBox=\"0 0 217 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 48H0.00133801H4.00001H14.0013V44H4.00001L4.00001 32.0002H0.000670671V28.0002H4.00001L4.00001 20.0001H0.000670671V16.0001H4.00001L4.00001 4.00007H14.0013V7.27177e-05L4.00001 7.2867e-05V0H7.0113e-06L0 48ZM5.60107 36L5.60107 32.0002H9.60107V36L5.60107 36ZM9.60107 20.0001V28.0002L5.60107 28.0002L5.60107 20.0001H9.60107ZM9.60107 16.0001H5.60107L5.60107 12H9.60107V16.0001ZM48.0013 48H48.0007H44.0013H34.0007V44H44.0013L44.0013 32.0002H47.9997V28.0002H44.0013V20.0001H47.9997V16.0001H44.0013L44.0013 4.00007H34.0007V7.29268e-05L44.0013 7.27774e-05V0H48.0013L48.0013 48ZM42.4016 20.0001L42.4016 28.0002H38.4016L38.4016 20.0001H42.4016ZM42.4016 32.0002H38.4016V36L42.4016 36V32.0002ZM42.4016 16.0001H38.4016V12H42.4016V16.0001ZM22.0003 11.6006H25.9661L33.9999 35.6005H30.0357L23.7741 15.0442H23.7038L17.3735 35.6005H14L22.0003 11.6006Z\" fill=\"black\"/>%0D%0A <path d=\"M208.272 36C205.7 36 202.786 35.6571 199.872 34.8L200.42 32.0571C203.986 32.9143 206.386 33.0857 208.272 33.0857C211.7 33.0857 213.243 31.3029 213.243 29.4171C213.243 26.5714 209.918 25.8857 207.415 25.2C203.609 24.2057 200.215 22.1143 200.215 18.1714C200.215 13.7486 203.815 12 208.272 12C210.843 12 213.243 12.3429 216.158 13.2L215.403 15.9429C211.872 15.0857 210.158 14.9143 208.272 14.9143C204.843 14.9143 203.643 16.4571 203.643 18.2743C203.643 20.9143 207.038 21.84 209.643 22.4571C213.415 23.3143 216.672 25.1314 216.672 29.1429C216.672 33.7714 213.072 36 208.272 36Z\" fill=\"black\"/>%0D%0A <path d=\"M196.608 35.6571H193.351V12.3428H196.608V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M185.897 35.6571L179.725 26.1599H179.657L173.76 35.6571H170.091L177.703 23.4856L170.708 12.3428H174.514L179.897 20.7771H179.965L185.211 12.3428H189.051L182.023 23.4856L189.805 35.6571H185.897Z\" fill=\"black\"/>%0D%0A <path d=\"M166.781 12.3428V15.2571H155.124V22.1142H165.238V25.0285H155.124V32.7428H166.953V35.6571H151.867V12.3428H166.781Z\" fill=\"black\"/>%0D%0A <path d=\"M132.722 35.6571H129.568V12.3428H132.825L144.139 29.6571H144.208V12.3428H147.396V35.6571H144.139L132.791 18.7199H132.722V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M110.423 35.6571H107.269V12.3428H110.526L121.84 29.6571H121.909V12.3428H125.097V35.6571H121.84L110.492 18.7199H110.423V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M93.5982 14.7429C88.0097 14.7429 87.0839 18.8571 87.0839 23.8286C87.0839 28.8 88.0097 33.2571 93.5982 33.2571C99.1525 33.2571 100.113 28.8 100.113 23.8286C100.113 18.8571 99.1525 14.7429 93.5982 14.7429ZM93.5982 36C85.6097 36 83.6554 30.4457 83.6554 23.8286C83.6554 17.3143 85.6097 12 93.5982 12C101.553 12 103.541 17.3143 103.541 23.8286C103.541 30.4457 101.553 36 93.5982 36Z\" fill=\"black\"/>%0D%0A <path d=\"M64.0013 23.8286C64.0013 17.3143 65.9556 12 73.9442 12C76.5842 12 79.0871 12.3429 82.0013 13.2L81.2471 15.9429C77.7156 15.0857 76.0699 14.9143 74.1842 14.9143C68.8013 14.9143 67.4299 18.8571 67.4299 23.8286C67.4299 29.1429 68.8013 33.0857 74.1842 33.0857C76.0699 33.0857 77.7156 32.9143 81.2471 32.0571L82.0013 34.8C79.0871 35.6571 76.5842 36 73.9442 36C65.9556 36 64.0013 30.5143 64.0013 23.8286Z\" fill=\"black\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:pointer}.bimplus-logo.model-viewer-black{background:url('data:image/svg+xml,<svg width=\"294\" height=\"48\" viewBox=\"0 0 294 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M25.5662 11.6H21.6003L13.6 35.6H16.9735L23.3038 15.0436H23.3741L29.6358 35.6H33.6L25.5662 11.6Z\" fill=\"black\"/>%0D%0A<path d=\"M0.728666 9.32864C0.728666 9.32864 15.9184 -6.61655 31.7291 3.18628C36.3074 6.02488 39.5599 10.3006 41.8705 14.943C38.7894 10.7649 34.1366 7.34041 28.4617 5.52271C27.5688 5.2367 26.6748 4.99825 25.7835 4.80588C25.2756 4.68123 24.7609 4.58513 24.241 4.51817C13.2959 2.79593 3.05989 7.95576 0.273807 17.2042C0.171241 17.5446 0.0800383 17.8864 0 18.2293C0.0042992 13.0665 0.728666 9.32864 0.728666 9.32864Z\" fill=\"black\"/>%0D%0A<path d=\"M1.54493 30.3724C3.10233 35.854 6.09303 41.1748 11.6052 44.5925C27.4159 54.3953 47.5392 39.9304 47.5392 39.9304C47.5392 39.9304 47.5393 34.1826 45.9814 27.0307C45.9565 28.5674 45.7251 30.1052 45.2698 31.6166C42.1273 42.048 29.5072 47.278 17.0819 43.2981C9.88605 40.9932 4.33365 36.105 1.54493 30.3724Z\" fill=\"black\"/>%0D%0A<path d=\"M67.825 12.3429L75.0935 30.24H75.1621L82.225 12.3429H86.5107V35.6571H83.2535V18.3429H83.185L76.1221 35.6571H73.7221L66.7621 18.3429H66.6935V35.6571H63.5393V12.3429H67.825Z\" fill=\"black\"/>%0D%0A<path d=\"M100.159 14.7429C94.5708 14.7429 93.6451 18.8571 93.6451 23.8286C93.6451 28.8 94.5708 33.2571 100.159 33.2571C105.714 33.2571 106.674 28.8 106.674 23.8286C106.674 18.8571 105.714 14.7429 100.159 14.7429ZM100.159 36C92.1708 36 90.2165 30.4457 90.2165 23.8286C90.2165 17.3143 92.1708 12 100.159 12C108.114 12 110.102 17.3143 110.102 23.8286C110.102 30.4457 108.114 36 100.159 36Z\" fill=\"black\"/>%0D%0A<path d=\"M122.127 35.6571H113.829V12.3429H122.127C129.772 12.3429 132.001 17.3143 132.001 23.8286C132.001 30.4457 129.772 35.6571 122.127 35.6571ZM117.087 32.7429H122.127C127.372 32.7429 128.572 28.8 128.572 23.8286C128.572 18.8571 127.372 15.2571 122.127 15.2571H117.087V32.7429Z\" fill=\"black\"/>%0D%0A<path d=\"M150.641 12.3429V15.2571H138.984V22.1143H149.098V25.0286H138.984V32.7429H150.812V35.6571H135.727V12.3429H150.641Z\" fill=\"black\"/>%0D%0A<path d=\"M154.912 12.3429H158.169V32.7429H169.655V35.6571H154.912V12.3429Z\" fill=\"black\"/>%0D%0A<path d=\"M185.44 31.7829H185.474L191.783 12.3429H195.245L187.394 35.8286H183.383L175.36 12.3429H178.96L185.44 31.7829Z\" fill=\"black\"/>%0D%0A<path d=\"M201.409 35.6571H198.152V12.3429H201.409V35.6571Z\" fill=\"black\"/>%0D%0A<path d=\"M220.767 12.3429V15.2571H209.11V22.1143H219.224V25.0286H209.11V32.7429H220.938V35.6571H205.853V12.3429H220.767Z\" fill=\"black\"/>%0D%0A<path d=\"M238.958 17.5886H238.889L234.295 35.8286H230.078L224.009 12.3429H227.609L232.341 31.6457H232.375L237.072 12.3429H240.912L245.712 31.6457H245.746L250.375 12.3429H253.838L247.735 35.8286H243.552L238.958 17.5886Z\" fill=\"black\"/>%0D%0A<path d=\"M271.66 12.3429V15.2571H260.003V22.1143H270.117V25.0286H260.003V32.7429H271.831V35.6571H256.745V12.3429H271.66Z\" fill=\"black\"/>%0D%0A<path d=\"M293.485 35.6571H289.679L284.159 26.5714H279.188V35.6571H275.931V12.3429H285.531C290.159 12.3429 292.731 15.36 292.731 19.4743C292.731 22.7657 290.948 25.4057 287.554 26.0571L293.485 35.6571ZM279.188 15.2571V23.6571H285.016C287.588 23.6571 289.371 22.2857 289.371 19.4743C289.371 16.8 287.759 15.2571 285.188 15.2571H279.188Z\" fill=\"black\"/>%0D%0A</svg>%0D%0A') center center / 14em no-repeat;background-position:center;margin-left:.4em;min-width:14em;cursor:pointer}.bimplus-logo.burger-menu-not-visible{margin-left:.4em;margin-right:6.8em}.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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"none\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center;background-size:1.125em 1.125em!important;cursor:pointer;margin-right:.4em}.bimplus-navbar-menu.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"none\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bimplus-navbar-menu.hidden{visibility:hidden;width:1.2rem}.bimplus-navbar-menu.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A') 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}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
795
797
|
}
|
|
796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusNavbarComponent, decorators: [{
|
|
797
799
|
type: Component,
|
|
798
|
-
args: [{ selector: 'lib-bimplus-navbar', imports: [CommonModule, TranslateModule], encapsulation: ViewEncapsulation.ShadowDom, template: "<div\r\n class=\"bimplus-navbar\"\r\n [ngClass]=\"isTouch ? 'is-touch' : ''\"\r\n>\r\n <div class=\"bimplus-navbar-logo-container\">\r\n <div\r\n class=\"bimplus-logo\"\r\n [ngClass]=\"{\r\n 'model-viewer': logoStateSignal() === LogoState.ModelViewer,\r\n 'model-viewer-black': logoStateSignal() === LogoState.ModelViewerBlack,\r\n 'connexis-viewer': logoStateSignal() === LogoState.ConnexisViewer,\r\n 'connexis-viewer-black': logoStateSignal() === LogoState.ConnexisViewerBlack,\r\n 'burger-menu-not-visible': !isNavbarMenuVisible\r\n }\"\r\n (click)=\"_logoClicked()\"\r\n (keypress)=\"_logoClicked()\"\r\n [title]=\"logoTooltipSignal() | translate\"\r\n ></div>\r\n\r\n <div\r\n class=\"bimplus-navbar-menu icon\"\r\n [ngClass]=\"{'active':isNavbarMenuActive, 'hidden': !isNavbarMenuVisible, 'disabled': !isNavbarMenuEnabled}\"\r\n (click)=\"_menuClicked()\"\r\n (keypress)=\"_menuClicked()\"\r\n ></div>\r\n </div>\r\n\r\n <div class=\"bimplus-navbar-container\">\r\n <div\r\n class=\"bimplus-navbar-info\"\r\n [ngClass]=\"{'hidden': !isNavbarInfoVisible}\"\r\n [style.margin-left]=\"teamInfoOffset\"\r\n >\r\n <span class=\"team\">{{teamInfo}}</span>\r\n <span *ngIf=\"projectInfo && !isTouch\"> - </span>\r\n <span\r\n class=\"project\"\r\n [ngClass]=\"isDev ? 'clickable' : ''\"\r\n (click)=\"_projectInfoClicked()\"\r\n (keypress)=\"_projectInfoClicked()\"\r\n >\r\n {{projectInfo}}\r\n </span>\r\n </div>\r\n\r\n <div class=\"bimplus-navbar-slot\">\r\n <slot></slot>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [".bimplus-navbar{height:5.2rem;padding-left:0;padding-right:1em;background-color:var(--navbar-background-color-enabled);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:var(--navbar-text-color-enabled)}.bimplus-navbar .bimplus-navbar-preview-mode{display:flex;justify-content:center;align-items:center;color:var(--navbar-preview-mode-text-color-enabled);font-size:.8125em;line-height:.8125em;height:2.308em;font-weight:700;text-transform:uppercase;padding-left:.99em;padding-right:.99em;background-color:var(--navbar-preview-mode-background-color-enabled);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('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\"?>%0D%0A<svg id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"135\" height=\"34\" viewBox=\"0 0 135 34\">%0D%0A <defs>%0D%0A <style>%0D%0A .cls-1 {%0D%0A fill-rule: evenodd;%0D%0A }%0D%0A <\\/style>%0D%0A </defs>%0D%0A <path class=\"cls-1\" d=\"M12.75,0v2.83H2.83v9.92H0V0h0S0,0,0,0h12.75ZM12.75,34v-2.83H2.83v-9.92H0v12.75s2.83,0,2.83,0h0s9.92,0,9.92,0ZM34,0h0v12.75h-2.83V2.83h-9.92V0h12.75ZM34,21.25v12.75h0s-2.83,0-2.83,0h0s-9.92,0-9.92,0v-2.83h9.92v-9.92h2.83ZM15.59,8.22h2.81l5.69,17h-2.81l-4.44-14.56h-.05l-4.48,14.56h-2.39l5.67-17Z\"/>%0D%0A <path d=\"M129.19,25.5c-1.78,0-3.79-.24-5.81-.85l.38-1.94c2.46.61,4.12.73,5.43.73,2.37,0,3.44-1.26,3.44-2.6,0-2.02-2.3-2.5-4.03-2.99-2.63-.7-4.98-2.19-4.98-4.98,0-3.13,2.49-4.37,5.57-4.37,1.78,0,3.44.24,5.45.85l-.52,1.94c-2.44-.61-3.63-.73-4.93-.73-2.37,0-3.2,1.09-3.2,2.38,0,1.87,2.35,2.53,4.15,2.96,2.61.61,4.86,1.89,4.86,4.74,0,3.28-2.49,4.86-5.81,4.86Z\"/>%0D%0A <path d=\"M114.56,23.56c3.32,0,3.74-2.31,3.74-4.13v-10.69h2.25v10.69c0,4.25-2.2,6.07-6.04,6.07s-6.04-1.82-6.04-6.07v-10.69h2.25v10.69c0,1.82.36,4.13,3.84,4.13Z\"/>%0D%0A <path d=\"M96.94,8.74h2.25v14.45h7.94v2.06h-10.19V8.74Z\"/>%0D%0A <path d=\"M89.37,18.7h-4.38v6.56h-2.25V8.74h6.63c3.2,0,4.98,2.06,4.98,4.98s-1.78,4.98-4.98,4.98ZM84.99,10.81v5.83h4.15c1.78,0,2.89-.9,2.89-2.91,0-1.87-1.11-2.91-2.89-2.91h-4.15Z\"/>%0D%0A <path d=\"M66.75,8.74l5.02,12.68h.05l4.88-12.68h2.96v16.51h-2.25v-12.26h-.05l-4.88,12.26h-1.66l-4.81-12.26h-.05v12.26h-2.18V8.74h2.96Z\"/>%0D%0A <path d=\"M60.71,25.26h-2.25V8.74h2.25v16.51Z\"/>%0D%0A <path d=\"M52.74,16.76v.05c1.97.46,3.1,1.94,3.1,4.03,0,2.72-1.66,4.42-4.86,4.42h-6.99V8.74h6.52c3.2,0,4.86,1.65,4.86,4.2,0,1.87-.97,3.28-2.63,3.81ZM50.4,17.85h-4.15v5.34h4.38c1.78,0,2.84-.78,2.84-2.67,0-1.75-1.07-2.67-3.08-2.67ZM53,13.31c0-1.58-.95-2.5-2.73-2.5h-4.03v4.98h4.03c1.78,0,2.73-.78,2.73-2.48Z\"/>%0D%0A</svg>') no-repeat;background-position:center;background-size:9em 2.3em;cursor:pointer}.bimplus-logo.model-viewer{background:url('data:image/svg+xml,<svg width=\"475\" height=\"120\" viewBox=\"0 0 475 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 37.9652C0 37.9652 34.0214 -11.2924 91.4778 2.40641C101.92 4.8961 111.208 9.12334 119.415 14.3743C108.696 9.19068 96.0979 5.97262 82.5356 5.45618C41.9444 3.91053 8.08299 27.1504 6.90408 57.3639C6.77524 60.666 7.04212 63.9148 7.67275 67.0844C1.18359 51.2241 0 37.9652 0 37.9652ZM25.7389 95.8916C34.7922 105.537 46.974 113.675 63.3403 117.577C120.797 131.276 171.429 82.4083 171.429 82.4083C171.429 82.4083 164.866 63.0652 149.777 43.1159C152.696 49.3373 154.168 56.0318 153.898 62.9612C152.719 93.1747 118.858 116.415 78.2664 114.869C57.3434 114.072 38.7164 106.846 25.7389 95.8916Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M88.1346 24.0581H76.083L51.7712 96.9905H62.0228L81.2598 34.5228H81.4732L100.502 96.9905H112.548L88.1346 24.0581Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M218.59 35.7773H214.072L211.839 29.5745H202.076L199.929 35.7773H195.429L204.724 11.4079H209.364L218.59 35.7773ZM210.748 26.2777L207.304 16.5571C207.2 16.2398 207.09 15.73 206.975 15.0276H206.905C206.802 15.6734 206.686 16.1832 206.559 16.5571L203.149 26.2777H210.748Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M235.762 35.7773H222.018V11.4079H226.137V32.3615H235.762V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M253.107 35.7773H239.363V11.4079H243.483V32.3615H253.107V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M260.81 26.9404V35.7773H256.708V11.4079H264.238C267.088 11.4079 269.298 12.0593 270.868 13.3622C272.437 14.6651 273.222 16.5004 273.222 18.8682C273.222 21.2361 272.403 23.1734 270.764 24.6802C269.125 26.187 266.909 26.9404 264.117 26.9404H260.81ZM260.81 14.7387V23.6436H263.476C265.242 23.6436 266.586 23.2414 267.51 22.437C268.433 21.6326 268.894 20.4997 268.894 19.0382C268.894 16.1719 267.198 14.7387 263.805 14.7387H260.81Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M291.19 35.7773H277.446V11.4079H281.566V32.3615H291.19V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M316.117 35.7773H311.599L309.366 29.5745H299.603L297.457 35.7773H292.956L302.252 11.4079H306.891L316.117 35.7773ZM308.276 26.2777L304.831 16.5571C304.727 16.2398 304.617 15.73 304.502 15.0276H304.433C304.329 15.6734 304.214 16.1832 304.087 16.5571L300.676 26.2777H308.276Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M340.594 35.7773H336.094L324.236 17.8656C323.936 17.4124 323.688 16.9423 323.492 16.4551H323.388C323.48 16.9762 323.526 18.0922 323.526 19.8029V35.7773H319.545V11.4079H324.34L335.799 28.8947C336.284 29.6198 336.596 30.1183 336.734 30.3902H336.803C336.688 29.7444 336.63 28.6512 336.63 27.1104V11.4079H340.594V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M373.831 34.7577C371.961 35.7094 369.636 36.1852 366.855 36.1852C363.254 36.1852 360.369 35.0692 358.199 32.8374C356.03 30.6055 354.945 27.6768 354.945 24.0514C354.945 20.1541 356.162 17.0046 358.597 14.6027C361.044 12.2009 364.131 11 367.859 11C370.259 11 372.25 11.3342 373.831 12.0026V16.0132C372.157 15.0389 370.311 14.5518 368.291 14.5518C365.602 14.5518 363.421 15.3958 361.748 17.0839C360.086 18.7719 359.255 21.0265 359.255 23.8475C359.255 26.5326 360.034 28.6738 361.592 30.2713C363.15 31.8574 365.199 32.6504 367.737 32.6504C370.08 32.6504 372.111 32.1066 373.831 31.019V34.7577Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M392.284 35.7773H378.539V11.4079H382.659V32.3615H392.284V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M405.042 36.1852C401.464 36.1852 398.596 35.0466 396.438 32.7694C394.292 30.4922 393.218 27.5295 393.218 23.8815C393.218 19.9615 394.315 16.8346 396.507 14.5008C398.7 12.1669 401.678 11 405.44 11C408.925 11 411.729 12.1329 413.853 14.3988C415.988 16.6647 417.055 19.6273 417.055 23.2867C417.055 27.2633 415.964 30.4072 413.783 32.7184C411.602 35.0296 408.688 36.1852 405.042 36.1852ZM405.232 14.5518C402.958 14.5518 401.106 15.3845 399.675 17.0499C398.256 18.7153 397.546 20.9075 397.546 23.6266C397.546 26.3343 398.238 28.5152 399.623 30.1693C401.008 31.8234 402.82 32.6504 405.059 32.6504C407.436 32.6504 409.311 31.863 410.685 30.2882C412.058 28.7135 412.745 26.5099 412.745 23.6776C412.745 20.7659 412.075 18.517 410.737 16.9309C409.41 15.3448 407.575 14.5518 405.232 14.5518Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M440.701 25.9208C440.701 32.7637 437.401 36.1852 430.8 36.1852C424.475 36.1852 421.313 32.894 421.313 26.3116V11.4079H425.433V25.4789C425.433 30.2599 427.326 32.6504 431.111 32.6504C434.758 32.6504 436.581 30.3449 436.581 25.7338V11.4079H440.701V25.9208Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M446.535 35.7773V11.4079H453.701C462.853 11.4079 467.429 15.3675 467.429 23.2867C467.429 27.048 466.159 30.073 463.62 32.3615C461.081 34.6387 457.677 35.7773 453.407 35.7773H446.535ZM450.637 14.8407V32.3615H453.926C456.823 32.3615 459.073 31.5798 460.677 30.0163C462.293 28.4529 463.101 26.2437 463.101 23.3887C463.101 17.69 460.095 14.8407 454.082 14.8407H450.637Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M269.477 52.1852H260.001V109.25H269.477V52.1852ZM278.428 109.25H300.066V101.251H278.428V109.25ZM278.428 84.3785H297.129V76.3799H278.428V84.3785ZM278.428 60.2236H298.796V52.1852H278.428V60.2236ZM232.057 109.25L252.499 52.1852H242.497L228.128 95.4014C227.545 97.1524 227.162 98.7839 226.976 100.296H226.818C226.579 98.4656 226.235 96.8605 225.786 95.481L211.734 52.1852H201.414L221.499 109.25H232.057ZM366.553 109.25L382.152 52.1852H372.388L362.266 94.128C361.737 96.3034 361.432 98.0544 361.353 99.3808H361.194C361.009 97.4177 360.731 95.7198 360.361 94.2872L349.564 52.1852H339.839L328.169 93.9688C327.534 96.2769 327.164 98.1074 327.058 99.4604H326.859C326.754 97.5503 326.489 95.7198 326.066 93.9688L315.745 52.1852H305.385L321.302 109.25H332.218L343.094 69.2568C343.597 67.4793 343.914 65.6488 344.047 63.7652H344.205C344.311 65.7815 344.589 67.6385 345.039 69.3364L355.875 109.25H366.553ZM422.005 109.25H390.051V52.1852H420.735V60.2236H399.498V76.3799H419.067V84.3785H399.498V101.251H422.005V109.25ZM463.394 109.25H474.429L464.307 93.2128C463.486 91.9659 462.732 90.8782 462.044 89.9497C461.383 88.9946 460.708 88.1457 460.02 87.4028C459.332 86.66 458.604 85.9437 457.837 85.254C457.069 84.5377 456.17 83.8877 455.138 83.3041V83.1449C457.069 82.6408 458.803 81.9245 460.337 80.996C461.899 80.0675 463.222 78.9533 464.307 77.6533C465.418 76.3269 466.265 74.8279 466.847 73.1566C467.456 71.4587 467.76 69.6017 467.76 67.5854C467.76 65.0121 467.284 62.7704 466.331 60.8603C465.405 58.9236 464.108 57.3186 462.441 56.0452C460.774 54.7453 458.816 53.7769 456.566 53.1402C454.317 52.5035 451.856 52.1852 449.184 52.1852H430.448V109.25H439.856V86.0896H443.666C444.857 86.0896 445.929 86.2356 446.881 86.5274C447.834 86.8192 448.707 87.2835 449.501 87.9202C450.321 88.5569 451.115 89.3793 451.883 90.3874C452.677 91.369 453.484 92.5628 454.304 93.9688L463.394 109.25ZM439.856 78.4094V59.8654H447.794C451.023 59.8654 453.497 60.6348 455.217 62.1735C456.937 63.7122 457.797 65.8478 457.797 68.5803C457.797 70.0925 457.546 71.4587 457.043 72.6791C456.54 73.8994 455.839 74.9341 454.939 75.783C454.039 76.6319 452.968 77.2819 451.724 77.7329C450.507 78.1839 449.17 78.4094 447.715 78.4094H439.856Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:default}.bimplus-logo.connexis-viewer{background:url('data:image/svg+xml,<svg width=\"466\" height=\"120\" viewBox=\"0 0 466 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M339 33.3906H333.68H330.969V67.6821C330.969 71.0469 331.093 73.4345 331.341 74.8447H331.192C330.895 74.2509 330.227 73.1623 329.188 71.5789L304.62 33.3906H303.128H294.63H294.34V53.4999H303.128V45.1829C303.487 45.9743 303.91 46.7444 304.397 47.4932L329.819 86.6092H333.68H339V33.3906ZM347 86.6092H363.555V79.1497H347V86.6092ZM347 63.4142H360.809V55.9547H347V63.4142ZM347 40.8873H362.368V33.3906H347V40.8873ZM303.128 64.4999H294.34V73.9315C293.982 73.3329 293.485 72.5487 292.848 71.5789L268.28 33.3906H258V53.4999H266.536V51.724C266.536 47.988 266.437 45.551 266.239 44.4129H266.462C266.882 45.4768 267.414 46.5035 268.057 47.4932L293.479 86.6092H294.34H302.876H303.128V64.4999ZM266.536 64.4999H258V86.6092H266.536V64.4999ZM200.489 84.3826C196.481 86.4609 191.496 87.5 185.533 87.5C177.814 87.5 171.628 85.063 166.977 80.1889C162.326 75.3149 160 68.9193 160 61.002C160 52.491 162.61 45.6129 167.831 40.3677C173.076 35.1226 179.694 32.5 187.686 32.5C192.832 32.5 197.1 33.2299 200.489 34.6896V43.448C196.902 41.3203 192.943 40.2564 188.613 40.2564C182.849 40.2564 178.173 42.0996 174.585 45.7861C171.022 49.4726 169.241 54.3961 169.241 60.5567C169.241 66.4204 170.911 71.0965 174.251 74.585C177.591 78.0488 181.983 79.7807 187.426 79.7807C192.448 79.7807 196.803 78.5931 200.489 76.2179V84.3826ZM209.903 80.0405C214.529 85.0135 220.678 87.5 228.348 87.5C236.166 87.5 242.413 84.9764 247.089 79.9291C251.765 74.8819 254.103 68.0162 254.103 59.332C254.103 51.3405 251.815 44.8707 247.238 39.9224C242.685 34.9741 236.673 32.5 229.201 32.5C221.135 32.5 214.752 35.0484 210.051 40.1451C205.35 45.2418 203 52.0704 203 60.6309C203 68.5976 205.301 75.0675 209.903 80.0405ZM216.843 45.7119C219.911 42.0749 223.882 40.2564 228.756 40.2564C233.778 40.2564 237.712 41.9883 240.557 45.4521C243.427 48.9159 244.862 53.827 244.862 60.1856C244.862 66.3709 243.39 71.1831 240.446 74.6221C237.502 78.0612 233.481 79.7807 228.385 79.7807C223.585 79.7807 219.7 77.9746 216.731 74.3623C213.762 70.7501 212.278 65.9874 212.278 60.0742C212.278 54.1363 213.8 49.3489 216.843 45.7119Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M413 86.5H402.359L391.381 67.0593C391.058 66.4679 390.697 65.6302 390.299 64.546H390.149C389.925 65.0881 389.552 65.9258 389.029 67.0593L377.716 86.5H367L384.549 59.8522L368.419 33.5H379.284L388.955 51.3884C389.577 52.5711 390.137 53.7538 390.635 54.9365H390.747C391.469 53.3842 392.091 52.1523 392.614 51.2406L402.657 33.5H412.664L396.161 59.7782L413 86.5Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M432.421 84.5486V75.6215C433.223 76.3502 434.17 77.0061 435.263 77.5891C436.381 78.1721 437.559 78.67 438.798 79.083C440.037 79.4717 441.275 79.7753 442.514 79.9939C443.753 80.2125 444.895 80.3219 445.939 80.3219C449.583 80.3219 452.292 79.7146 454.065 78.5C455.862 77.2854 456.761 75.5243 456.761 73.2166C456.761 71.9777 456.458 70.9089 455.85 70.0101C455.267 69.087 454.441 68.249 453.373 67.496C452.304 66.7429 451.041 66.0263 449.583 65.3462C448.15 64.6417 446.607 63.913 444.956 63.1599C443.182 62.2125 441.531 61.253 440 60.2814C438.47 59.3097 437.134 58.2409 435.992 57.0749C434.875 55.8846 433.988 54.5486 433.332 53.0668C432.701 51.585 432.385 49.8482 432.385 47.8563C432.385 45.4028 432.931 43.2773 434.024 41.4798C435.142 39.6579 436.599 38.164 438.397 36.998C440.219 35.8077 442.284 34.9332 444.591 34.3745C446.899 33.7915 449.255 33.5 451.66 33.5C457.126 33.5 461.109 34.1194 463.611 35.3583V43.9211C460.648 41.7834 456.834 40.7146 452.17 40.7146C450.883 40.7146 449.595 40.836 448.308 41.0789C447.045 41.3219 445.903 41.7227 444.883 42.2814C443.887 42.8401 443.073 43.5567 442.441 44.4312C441.81 45.3057 441.494 46.3623 441.494 47.6012C441.494 48.7672 441.737 49.7753 442.223 50.6255C442.709 51.4757 443.413 52.253 444.336 52.9575C445.284 53.6619 446.425 54.3543 447.761 55.0344C449.122 55.6903 450.688 56.4069 452.462 57.1842C454.284 58.1316 455.996 59.1275 457.599 60.1721C459.227 61.2166 460.648 62.3704 461.862 63.6336C463.101 64.8968 464.073 66.3057 464.777 67.8603C465.506 69.3907 465.871 71.1397 465.871 73.1073C465.871 75.7551 465.336 77.9899 464.267 79.8117C463.199 81.6336 461.753 83.1154 459.931 84.2571C458.134 85.3988 456.057 86.2247 453.701 86.7348C451.344 87.2449 448.854 87.5 446.231 87.5C445.356 87.5 444.275 87.4271 442.988 87.2814C441.725 87.1599 440.425 86.9656 439.089 86.6984C437.753 86.4555 436.49 86.1518 435.3 85.7874C434.109 85.4231 433.15 85.0101 432.421 84.5486Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M427 86.5H418V33.5H427V86.5Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:default}.bimplus-logo.connexis-viewer-black{background:url('data:image/svg+xml,<svg width=\"217\" height=\"48\" viewBox=\"0 0 217 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 48H0.00133801H4.00001H14.0013V44H4.00001L4.00001 32.0002H0.000670671V28.0002H4.00001L4.00001 20.0001H0.000670671V16.0001H4.00001L4.00001 4.00007H14.0013V7.27177e-05L4.00001 7.2867e-05V0H7.0113e-06L0 48ZM5.60107 36L5.60107 32.0002H9.60107V36L5.60107 36ZM9.60107 20.0001V28.0002L5.60107 28.0002L5.60107 20.0001H9.60107ZM9.60107 16.0001H5.60107L5.60107 12H9.60107V16.0001ZM48.0013 48H48.0007H44.0013H34.0007V44H44.0013L44.0013 32.0002H47.9997V28.0002H44.0013V20.0001H47.9997V16.0001H44.0013L44.0013 4.00007H34.0007V7.29268e-05L44.0013 7.27774e-05V0H48.0013L48.0013 48ZM42.4016 20.0001L42.4016 28.0002H38.4016L38.4016 20.0001H42.4016ZM42.4016 32.0002H38.4016V36L42.4016 36V32.0002ZM42.4016 16.0001H38.4016V12H42.4016V16.0001ZM22.0003 11.6006H25.9661L33.9999 35.6005H30.0357L23.7741 15.0442H23.7038L17.3735 35.6005H14L22.0003 11.6006Z\" fill=\"black\"/>%0D%0A <path d=\"M208.272 36C205.7 36 202.786 35.6571 199.872 34.8L200.42 32.0571C203.986 32.9143 206.386 33.0857 208.272 33.0857C211.7 33.0857 213.243 31.3029 213.243 29.4171C213.243 26.5714 209.918 25.8857 207.415 25.2C203.609 24.2057 200.215 22.1143 200.215 18.1714C200.215 13.7486 203.815 12 208.272 12C210.843 12 213.243 12.3429 216.158 13.2L215.403 15.9429C211.872 15.0857 210.158 14.9143 208.272 14.9143C204.843 14.9143 203.643 16.4571 203.643 18.2743C203.643 20.9143 207.038 21.84 209.643 22.4571C213.415 23.3143 216.672 25.1314 216.672 29.1429C216.672 33.7714 213.072 36 208.272 36Z\" fill=\"black\"/>%0D%0A <path d=\"M196.608 35.6571H193.351V12.3428H196.608V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M185.897 35.6571L179.725 26.1599H179.657L173.76 35.6571H170.091L177.703 23.4856L170.708 12.3428H174.514L179.897 20.7771H179.965L185.211 12.3428H189.051L182.023 23.4856L189.805 35.6571H185.897Z\" fill=\"black\"/>%0D%0A <path d=\"M166.781 12.3428V15.2571H155.124V22.1142H165.238V25.0285H155.124V32.7428H166.953V35.6571H151.867V12.3428H166.781Z\" fill=\"black\"/>%0D%0A <path d=\"M132.722 35.6571H129.568V12.3428H132.825L144.139 29.6571H144.208V12.3428H147.396V35.6571H144.139L132.791 18.7199H132.722V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M110.423 35.6571H107.269V12.3428H110.526L121.84 29.6571H121.909V12.3428H125.097V35.6571H121.84L110.492 18.7199H110.423V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M93.5982 14.7429C88.0097 14.7429 87.0839 18.8571 87.0839 23.8286C87.0839 28.8 88.0097 33.2571 93.5982 33.2571C99.1525 33.2571 100.113 28.8 100.113 23.8286C100.113 18.8571 99.1525 14.7429 93.5982 14.7429ZM93.5982 36C85.6097 36 83.6554 30.4457 83.6554 23.8286C83.6554 17.3143 85.6097 12 93.5982 12C101.553 12 103.541 17.3143 103.541 23.8286C103.541 30.4457 101.553 36 93.5982 36Z\" fill=\"black\"/>%0D%0A <path d=\"M64.0013 23.8286C64.0013 17.3143 65.9556 12 73.9442 12C76.5842 12 79.0871 12.3429 82.0013 13.2L81.2471 15.9429C77.7156 15.0857 76.0699 14.9143 74.1842 14.9143C68.8013 14.9143 67.4299 18.8571 67.4299 23.8286C67.4299 29.1429 68.8013 33.0857 74.1842 33.0857C76.0699 33.0857 77.7156 32.9143 81.2471 32.0571L82.0013 34.8C79.0871 35.6571 76.5842 36 73.9442 36C65.9556 36 64.0013 30.5143 64.0013 23.8286Z\" fill=\"black\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:pointer}.bimplus-logo.model-viewer-black{background:url('data:image/svg+xml,<svg width=\"294\" height=\"48\" viewBox=\"0 0 294 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M25.5662 11.6H21.6003L13.6 35.6H16.9735L23.3038 15.0436H23.3741L29.6358 35.6H33.6L25.5662 11.6Z\" fill=\"black\"/>%0D%0A<path d=\"M0.728666 9.32864C0.728666 9.32864 15.9184 -6.61655 31.7291 3.18628C36.3074 6.02488 39.5599 10.3006 41.8705 14.943C38.7894 10.7649 34.1366 7.34041 28.4617 5.52271C27.5688 5.2367 26.6748 4.99825 25.7835 4.80588C25.2756 4.68123 24.7609 4.58513 24.241 4.51817C13.2959 2.79593 3.05989 7.95576 0.273807 17.2042C0.171241 17.5446 0.0800383 17.8864 0 18.2293C0.0042992 13.0665 0.728666 9.32864 0.728666 9.32864Z\" fill=\"black\"/>%0D%0A<path d=\"M1.54493 30.3724C3.10233 35.854 6.09303 41.1748 11.6052 44.5925C27.4159 54.3953 47.5392 39.9304 47.5392 39.9304C47.5392 39.9304 47.5393 34.1826 45.9814 27.0307C45.9565 28.5674 45.7251 30.1052 45.2698 31.6166C42.1273 42.048 29.5072 47.278 17.0819 43.2981C9.88605 40.9932 4.33365 36.105 1.54493 30.3724Z\" fill=\"black\"/>%0D%0A<path d=\"M67.825 12.3429L75.0935 30.24H75.1621L82.225 12.3429H86.5107V35.6571H83.2535V18.3429H83.185L76.1221 35.6571H73.7221L66.7621 18.3429H66.6935V35.6571H63.5393V12.3429H67.825Z\" fill=\"black\"/>%0D%0A<path d=\"M100.159 14.7429C94.5708 14.7429 93.6451 18.8571 93.6451 23.8286C93.6451 28.8 94.5708 33.2571 100.159 33.2571C105.714 33.2571 106.674 28.8 106.674 23.8286C106.674 18.8571 105.714 14.7429 100.159 14.7429ZM100.159 36C92.1708 36 90.2165 30.4457 90.2165 23.8286C90.2165 17.3143 92.1708 12 100.159 12C108.114 12 110.102 17.3143 110.102 23.8286C110.102 30.4457 108.114 36 100.159 36Z\" fill=\"black\"/>%0D%0A<path d=\"M122.127 35.6571H113.829V12.3429H122.127C129.772 12.3429 132.001 17.3143 132.001 23.8286C132.001 30.4457 129.772 35.6571 122.127 35.6571ZM117.087 32.7429H122.127C127.372 32.7429 128.572 28.8 128.572 23.8286C128.572 18.8571 127.372 15.2571 122.127 15.2571H117.087V32.7429Z\" fill=\"black\"/>%0D%0A<path d=\"M150.641 12.3429V15.2571H138.984V22.1143H149.098V25.0286H138.984V32.7429H150.812V35.6571H135.727V12.3429H150.641Z\" fill=\"black\"/>%0D%0A<path d=\"M154.912 12.3429H158.169V32.7429H169.655V35.6571H154.912V12.3429Z\" fill=\"black\"/>%0D%0A<path d=\"M185.44 31.7829H185.474L191.783 12.3429H195.245L187.394 35.8286H183.383L175.36 12.3429H178.96L185.44 31.7829Z\" fill=\"black\"/>%0D%0A<path d=\"M201.409 35.6571H198.152V12.3429H201.409V35.6571Z\" fill=\"black\"/>%0D%0A<path d=\"M220.767 12.3429V15.2571H209.11V22.1143H219.224V25.0286H209.11V32.7429H220.938V35.6571H205.853V12.3429H220.767Z\" fill=\"black\"/>%0D%0A<path d=\"M238.958 17.5886H238.889L234.295 35.8286H230.078L224.009 12.3429H227.609L232.341 31.6457H232.375L237.072 12.3429H240.912L245.712 31.6457H245.746L250.375 12.3429H253.838L247.735 35.8286H243.552L238.958 17.5886Z\" fill=\"black\"/>%0D%0A<path d=\"M271.66 12.3429V15.2571H260.003V22.1143H270.117V25.0286H260.003V32.7429H271.831V35.6571H256.745V12.3429H271.66Z\" fill=\"black\"/>%0D%0A<path d=\"M293.485 35.6571H289.679L284.159 26.5714H279.188V35.6571H275.931V12.3429H285.531C290.159 12.3429 292.731 15.36 292.731 19.4743C292.731 22.7657 290.948 25.4057 287.554 26.0571L293.485 35.6571ZM279.188 15.2571V23.6571H285.016C287.588 23.6571 289.371 22.2857 289.371 19.4743C289.371 16.8 287.759 15.2571 285.188 15.2571H279.188Z\" fill=\"black\"/>%0D%0A</svg>%0D%0A') center center / 14em no-repeat;background-position:center;margin-left:.4em;min-width:14em;cursor:pointer}.bimplus-logo.burger-menu-not-visible{margin-left:.4em;margin-right:6.8em}.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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"none\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center;background-size:1.125em 1.125em!important;cursor:pointer;margin-right:.4em}.bimplus-navbar-menu.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"none\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bimplus-navbar-menu.hidden{visibility:hidden;width:1.2rem}.bimplus-navbar-menu.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A') 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}\n"] }]
|
|
800
|
+
args: [{ selector: 'lib-bimplus-navbar', imports: [CommonModule, TranslateModule], encapsulation: ViewEncapsulation.ShadowDom, template: "<div\r\n class=\"bimplus-navbar\"\r\n [ngClass]=\"isTouch ? 'is-touch' : ''\"\r\n >\r\n <div class=\"bimplus-navbar-logo-container\">\r\n <div\r\n class=\"bimplus-logo\"\r\n [ngClass]=\"{\r\n 'model-viewer': logoStateSignal() === LogoState.ModelViewer,\r\n 'model-viewer-black': logoStateSignal() === LogoState.ModelViewerBlack,\r\n 'connexis-viewer': logoStateSignal() === LogoState.ConnexisViewer,\r\n 'connexis-viewer-black': logoStateSignal() === LogoState.ConnexisViewerBlack,\r\n 'burger-menu-not-visible': !isNavbarMenuVisible\r\n }\"\r\n (click)=\"_logoClicked()\"\r\n (keypress)=\"_logoClicked()\"\r\n [title]=\"logoTooltipSignal() | translate\"\r\n ></div>\r\n\r\n <div\r\n class=\"bimplus-navbar-menu icon\"\r\n [ngClass]=\"{'active':isNavbarMenuActive, 'hidden': !isNavbarMenuVisible, 'disabled': !isNavbarMenuEnabled}\"\r\n (click)=\"_menuClicked()\"\r\n (keypress)=\"_menuClicked()\"\r\n ></div>\r\n </div>\r\n\r\n <div class=\"bimplus-navbar-container\">\r\n <div\r\n class=\"bimplus-navbar-info\"\r\n [ngClass]=\"{'hidden': !isNavbarInfoVisible}\"\r\n [style.margin-left]=\"teamInfoOffset\"\r\n >\r\n <span class=\"team\">{{teamInfo}}</span>\r\n @if (projectInfo && !isTouch) {\r\n <span> - </span>\r\n }\r\n <span\r\n class=\"project\"\r\n [ngClass]=\"isDev ? 'clickable' : ''\"\r\n (click)=\"_projectInfoClicked()\"\r\n (keypress)=\"_projectInfoClicked()\"\r\n >\r\n {{projectInfo}}\r\n </span>\r\n </div>\r\n\r\n <div class=\"bimplus-navbar-slot\">\r\n <slot></slot>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n", styles: [".bimplus-navbar{height:5.2rem;padding-left:0;padding-right:1em;background-color:var(--navbar-background-color-enabled);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:var(--navbar-text-color-enabled)}.bimplus-navbar .bimplus-navbar-preview-mode{display:flex;justify-content:center;align-items:center;color:var(--navbar-preview-mode-text-color-enabled);font-size:.8125em;line-height:.8125em;height:2.308em;font-weight:700;text-transform:uppercase;padding-left:.99em;padding-right:.99em;background-color:var(--navbar-preview-mode-background-color-enabled);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('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\"?>%0D%0A<svg id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"135\" height=\"34\" viewBox=\"0 0 135 34\">%0D%0A <defs>%0D%0A <style>%0D%0A .cls-1 {%0D%0A fill-rule: evenodd;%0D%0A }%0D%0A <\\/style>%0D%0A </defs>%0D%0A <path class=\"cls-1\" d=\"M12.75,0v2.83H2.83v9.92H0V0h0S0,0,0,0h12.75ZM12.75,34v-2.83H2.83v-9.92H0v12.75s2.83,0,2.83,0h0s9.92,0,9.92,0ZM34,0h0v12.75h-2.83V2.83h-9.92V0h12.75ZM34,21.25v12.75h0s-2.83,0-2.83,0h0s-9.92,0-9.92,0v-2.83h9.92v-9.92h2.83ZM15.59,8.22h2.81l5.69,17h-2.81l-4.44-14.56h-.05l-4.48,14.56h-2.39l5.67-17Z\"/>%0D%0A <path d=\"M129.19,25.5c-1.78,0-3.79-.24-5.81-.85l.38-1.94c2.46.61,4.12.73,5.43.73,2.37,0,3.44-1.26,3.44-2.6,0-2.02-2.3-2.5-4.03-2.99-2.63-.7-4.98-2.19-4.98-4.98,0-3.13,2.49-4.37,5.57-4.37,1.78,0,3.44.24,5.45.85l-.52,1.94c-2.44-.61-3.63-.73-4.93-.73-2.37,0-3.2,1.09-3.2,2.38,0,1.87,2.35,2.53,4.15,2.96,2.61.61,4.86,1.89,4.86,4.74,0,3.28-2.49,4.86-5.81,4.86Z\"/>%0D%0A <path d=\"M114.56,23.56c3.32,0,3.74-2.31,3.74-4.13v-10.69h2.25v10.69c0,4.25-2.2,6.07-6.04,6.07s-6.04-1.82-6.04-6.07v-10.69h2.25v10.69c0,1.82.36,4.13,3.84,4.13Z\"/>%0D%0A <path d=\"M96.94,8.74h2.25v14.45h7.94v2.06h-10.19V8.74Z\"/>%0D%0A <path d=\"M89.37,18.7h-4.38v6.56h-2.25V8.74h6.63c3.2,0,4.98,2.06,4.98,4.98s-1.78,4.98-4.98,4.98ZM84.99,10.81v5.83h4.15c1.78,0,2.89-.9,2.89-2.91,0-1.87-1.11-2.91-2.89-2.91h-4.15Z\"/>%0D%0A <path d=\"M66.75,8.74l5.02,12.68h.05l4.88-12.68h2.96v16.51h-2.25v-12.26h-.05l-4.88,12.26h-1.66l-4.81-12.26h-.05v12.26h-2.18V8.74h2.96Z\"/>%0D%0A <path d=\"M60.71,25.26h-2.25V8.74h2.25v16.51Z\"/>%0D%0A <path d=\"M52.74,16.76v.05c1.97.46,3.1,1.94,3.1,4.03,0,2.72-1.66,4.42-4.86,4.42h-6.99V8.74h6.52c3.2,0,4.86,1.65,4.86,4.2,0,1.87-.97,3.28-2.63,3.81ZM50.4,17.85h-4.15v5.34h4.38c1.78,0,2.84-.78,2.84-2.67,0-1.75-1.07-2.67-3.08-2.67ZM53,13.31c0-1.58-.95-2.5-2.73-2.5h-4.03v4.98h4.03c1.78,0,2.73-.78,2.73-2.48Z\"/>%0D%0A</svg>') no-repeat;background-position:center;background-size:9em 2.3em;cursor:pointer}.bimplus-logo.model-viewer{background:url('data:image/svg+xml,<svg width=\"475\" height=\"120\" viewBox=\"0 0 475 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 37.9652C0 37.9652 34.0214 -11.2924 91.4778 2.40641C101.92 4.8961 111.208 9.12334 119.415 14.3743C108.696 9.19068 96.0979 5.97262 82.5356 5.45618C41.9444 3.91053 8.08299 27.1504 6.90408 57.3639C6.77524 60.666 7.04212 63.9148 7.67275 67.0844C1.18359 51.2241 0 37.9652 0 37.9652ZM25.7389 95.8916C34.7922 105.537 46.974 113.675 63.3403 117.577C120.797 131.276 171.429 82.4083 171.429 82.4083C171.429 82.4083 164.866 63.0652 149.777 43.1159C152.696 49.3373 154.168 56.0318 153.898 62.9612C152.719 93.1747 118.858 116.415 78.2664 114.869C57.3434 114.072 38.7164 106.846 25.7389 95.8916Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M88.1346 24.0581H76.083L51.7712 96.9905H62.0228L81.2598 34.5228H81.4732L100.502 96.9905H112.548L88.1346 24.0581Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M218.59 35.7773H214.072L211.839 29.5745H202.076L199.929 35.7773H195.429L204.724 11.4079H209.364L218.59 35.7773ZM210.748 26.2777L207.304 16.5571C207.2 16.2398 207.09 15.73 206.975 15.0276H206.905C206.802 15.6734 206.686 16.1832 206.559 16.5571L203.149 26.2777H210.748Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M235.762 35.7773H222.018V11.4079H226.137V32.3615H235.762V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M253.107 35.7773H239.363V11.4079H243.483V32.3615H253.107V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M260.81 26.9404V35.7773H256.708V11.4079H264.238C267.088 11.4079 269.298 12.0593 270.868 13.3622C272.437 14.6651 273.222 16.5004 273.222 18.8682C273.222 21.2361 272.403 23.1734 270.764 24.6802C269.125 26.187 266.909 26.9404 264.117 26.9404H260.81ZM260.81 14.7387V23.6436H263.476C265.242 23.6436 266.586 23.2414 267.51 22.437C268.433 21.6326 268.894 20.4997 268.894 19.0382C268.894 16.1719 267.198 14.7387 263.805 14.7387H260.81Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M291.19 35.7773H277.446V11.4079H281.566V32.3615H291.19V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M316.117 35.7773H311.599L309.366 29.5745H299.603L297.457 35.7773H292.956L302.252 11.4079H306.891L316.117 35.7773ZM308.276 26.2777L304.831 16.5571C304.727 16.2398 304.617 15.73 304.502 15.0276H304.433C304.329 15.6734 304.214 16.1832 304.087 16.5571L300.676 26.2777H308.276Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M340.594 35.7773H336.094L324.236 17.8656C323.936 17.4124 323.688 16.9423 323.492 16.4551H323.388C323.48 16.9762 323.526 18.0922 323.526 19.8029V35.7773H319.545V11.4079H324.34L335.799 28.8947C336.284 29.6198 336.596 30.1183 336.734 30.3902H336.803C336.688 29.7444 336.63 28.6512 336.63 27.1104V11.4079H340.594V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M373.831 34.7577C371.961 35.7094 369.636 36.1852 366.855 36.1852C363.254 36.1852 360.369 35.0692 358.199 32.8374C356.03 30.6055 354.945 27.6768 354.945 24.0514C354.945 20.1541 356.162 17.0046 358.597 14.6027C361.044 12.2009 364.131 11 367.859 11C370.259 11 372.25 11.3342 373.831 12.0026V16.0132C372.157 15.0389 370.311 14.5518 368.291 14.5518C365.602 14.5518 363.421 15.3958 361.748 17.0839C360.086 18.7719 359.255 21.0265 359.255 23.8475C359.255 26.5326 360.034 28.6738 361.592 30.2713C363.15 31.8574 365.199 32.6504 367.737 32.6504C370.08 32.6504 372.111 32.1066 373.831 31.019V34.7577Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M392.284 35.7773H378.539V11.4079H382.659V32.3615H392.284V35.7773Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M405.042 36.1852C401.464 36.1852 398.596 35.0466 396.438 32.7694C394.292 30.4922 393.218 27.5295 393.218 23.8815C393.218 19.9615 394.315 16.8346 396.507 14.5008C398.7 12.1669 401.678 11 405.44 11C408.925 11 411.729 12.1329 413.853 14.3988C415.988 16.6647 417.055 19.6273 417.055 23.2867C417.055 27.2633 415.964 30.4072 413.783 32.7184C411.602 35.0296 408.688 36.1852 405.042 36.1852ZM405.232 14.5518C402.958 14.5518 401.106 15.3845 399.675 17.0499C398.256 18.7153 397.546 20.9075 397.546 23.6266C397.546 26.3343 398.238 28.5152 399.623 30.1693C401.008 31.8234 402.82 32.6504 405.059 32.6504C407.436 32.6504 409.311 31.863 410.685 30.2882C412.058 28.7135 412.745 26.5099 412.745 23.6776C412.745 20.7659 412.075 18.517 410.737 16.9309C409.41 15.3448 407.575 14.5518 405.232 14.5518Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M440.701 25.9208C440.701 32.7637 437.401 36.1852 430.8 36.1852C424.475 36.1852 421.313 32.894 421.313 26.3116V11.4079H425.433V25.4789C425.433 30.2599 427.326 32.6504 431.111 32.6504C434.758 32.6504 436.581 30.3449 436.581 25.7338V11.4079H440.701V25.9208Z\" fill=\"%23FE5000\"/>%0D%0A<path d=\"M446.535 35.7773V11.4079H453.701C462.853 11.4079 467.429 15.3675 467.429 23.2867C467.429 27.048 466.159 30.073 463.62 32.3615C461.081 34.6387 457.677 35.7773 453.407 35.7773H446.535ZM450.637 14.8407V32.3615H453.926C456.823 32.3615 459.073 31.5798 460.677 30.0163C462.293 28.4529 463.101 26.2437 463.101 23.3887C463.101 17.69 460.095 14.8407 454.082 14.8407H450.637Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M269.477 52.1852H260.001V109.25H269.477V52.1852ZM278.428 109.25H300.066V101.251H278.428V109.25ZM278.428 84.3785H297.129V76.3799H278.428V84.3785ZM278.428 60.2236H298.796V52.1852H278.428V60.2236ZM232.057 109.25L252.499 52.1852H242.497L228.128 95.4014C227.545 97.1524 227.162 98.7839 226.976 100.296H226.818C226.579 98.4656 226.235 96.8605 225.786 95.481L211.734 52.1852H201.414L221.499 109.25H232.057ZM366.553 109.25L382.152 52.1852H372.388L362.266 94.128C361.737 96.3034 361.432 98.0544 361.353 99.3808H361.194C361.009 97.4177 360.731 95.7198 360.361 94.2872L349.564 52.1852H339.839L328.169 93.9688C327.534 96.2769 327.164 98.1074 327.058 99.4604H326.859C326.754 97.5503 326.489 95.7198 326.066 93.9688L315.745 52.1852H305.385L321.302 109.25H332.218L343.094 69.2568C343.597 67.4793 343.914 65.6488 344.047 63.7652H344.205C344.311 65.7815 344.589 67.6385 345.039 69.3364L355.875 109.25H366.553ZM422.005 109.25H390.051V52.1852H420.735V60.2236H399.498V76.3799H419.067V84.3785H399.498V101.251H422.005V109.25ZM463.394 109.25H474.429L464.307 93.2128C463.486 91.9659 462.732 90.8782 462.044 89.9497C461.383 88.9946 460.708 88.1457 460.02 87.4028C459.332 86.66 458.604 85.9437 457.837 85.254C457.069 84.5377 456.17 83.8877 455.138 83.3041V83.1449C457.069 82.6408 458.803 81.9245 460.337 80.996C461.899 80.0675 463.222 78.9533 464.307 77.6533C465.418 76.3269 466.265 74.8279 466.847 73.1566C467.456 71.4587 467.76 69.6017 467.76 67.5854C467.76 65.0121 467.284 62.7704 466.331 60.8603C465.405 58.9236 464.108 57.3186 462.441 56.0452C460.774 54.7453 458.816 53.7769 456.566 53.1402C454.317 52.5035 451.856 52.1852 449.184 52.1852H430.448V109.25H439.856V86.0896H443.666C444.857 86.0896 445.929 86.2356 446.881 86.5274C447.834 86.8192 448.707 87.2835 449.501 87.9202C450.321 88.5569 451.115 89.3793 451.883 90.3874C452.677 91.369 453.484 92.5628 454.304 93.9688L463.394 109.25ZM439.856 78.4094V59.8654H447.794C451.023 59.8654 453.497 60.6348 455.217 62.1735C456.937 63.7122 457.797 65.8478 457.797 68.5803C457.797 70.0925 457.546 71.4587 457.043 72.6791C456.54 73.8994 455.839 74.9341 454.939 75.783C454.039 76.6319 452.968 77.2819 451.724 77.7329C450.507 78.1839 449.17 78.4094 447.715 78.4094H439.856Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:default}.bimplus-logo.connexis-viewer{background:url('data:image/svg+xml,<svg width=\"466\" height=\"120\" viewBox=\"0 0 466 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M64.9154 30H55.0008L35 90H43.4338L59.2596 38.6091H59.4352L75.0894 90H85L64.9154 30Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 80L10 110H35V120H10H0L1.52588e-05 10L1.75283e-05 0H10H35V10L10 10L10 40H1.71661e-05V50H10L10 70H1.71661e-05V80H10ZM14 80L14 90H24L24 80H14ZM24 70L24 50H14L14 70H24ZM14 40H24V30H14L14 40ZM120 120L120 110V80H110L110 110H85V120H110H120ZM110 70H120V50H110V70ZM106 50L106 70H96L96 50H106ZM110 40H120V10V0H110H85V10L110 10L110 40ZM106 40H96V30H106V40ZM96 80H106V90H96V80Z\" fill=\"%23FE5000\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M339 33.3906H333.68H330.969V67.6821C330.969 71.0469 331.093 73.4345 331.341 74.8447H331.192C330.895 74.2509 330.227 73.1623 329.188 71.5789L304.62 33.3906H303.128H294.63H294.34V53.4999H303.128V45.1829C303.487 45.9743 303.91 46.7444 304.397 47.4932L329.819 86.6092H333.68H339V33.3906ZM347 86.6092H363.555V79.1497H347V86.6092ZM347 63.4142H360.809V55.9547H347V63.4142ZM347 40.8873H362.368V33.3906H347V40.8873ZM303.128 64.4999H294.34V73.9315C293.982 73.3329 293.485 72.5487 292.848 71.5789L268.28 33.3906H258V53.4999H266.536V51.724C266.536 47.988 266.437 45.551 266.239 44.4129H266.462C266.882 45.4768 267.414 46.5035 268.057 47.4932L293.479 86.6092H294.34H302.876H303.128V64.4999ZM266.536 64.4999H258V86.6092H266.536V64.4999ZM200.489 84.3826C196.481 86.4609 191.496 87.5 185.533 87.5C177.814 87.5 171.628 85.063 166.977 80.1889C162.326 75.3149 160 68.9193 160 61.002C160 52.491 162.61 45.6129 167.831 40.3677C173.076 35.1226 179.694 32.5 187.686 32.5C192.832 32.5 197.1 33.2299 200.489 34.6896V43.448C196.902 41.3203 192.943 40.2564 188.613 40.2564C182.849 40.2564 178.173 42.0996 174.585 45.7861C171.022 49.4726 169.241 54.3961 169.241 60.5567C169.241 66.4204 170.911 71.0965 174.251 74.585C177.591 78.0488 181.983 79.7807 187.426 79.7807C192.448 79.7807 196.803 78.5931 200.489 76.2179V84.3826ZM209.903 80.0405C214.529 85.0135 220.678 87.5 228.348 87.5C236.166 87.5 242.413 84.9764 247.089 79.9291C251.765 74.8819 254.103 68.0162 254.103 59.332C254.103 51.3405 251.815 44.8707 247.238 39.9224C242.685 34.9741 236.673 32.5 229.201 32.5C221.135 32.5 214.752 35.0484 210.051 40.1451C205.35 45.2418 203 52.0704 203 60.6309C203 68.5976 205.301 75.0675 209.903 80.0405ZM216.843 45.7119C219.911 42.0749 223.882 40.2564 228.756 40.2564C233.778 40.2564 237.712 41.9883 240.557 45.4521C243.427 48.9159 244.862 53.827 244.862 60.1856C244.862 66.3709 243.39 71.1831 240.446 74.6221C237.502 78.0612 233.481 79.7807 228.385 79.7807C223.585 79.7807 219.7 77.9746 216.731 74.3623C213.762 70.7501 212.278 65.9874 212.278 60.0742C212.278 54.1363 213.8 49.3489 216.843 45.7119Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M413 86.5H402.359L391.381 67.0593C391.058 66.4679 390.697 65.6302 390.299 64.546H390.149C389.925 65.0881 389.552 65.9258 389.029 67.0593L377.716 86.5H367L384.549 59.8522L368.419 33.5H379.284L388.955 51.3884C389.577 52.5711 390.137 53.7538 390.635 54.9365H390.747C391.469 53.3842 392.091 52.1523 392.614 51.2406L402.657 33.5H412.664L396.161 59.7782L413 86.5Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M432.421 84.5486V75.6215C433.223 76.3502 434.17 77.0061 435.263 77.5891C436.381 78.1721 437.559 78.67 438.798 79.083C440.037 79.4717 441.275 79.7753 442.514 79.9939C443.753 80.2125 444.895 80.3219 445.939 80.3219C449.583 80.3219 452.292 79.7146 454.065 78.5C455.862 77.2854 456.761 75.5243 456.761 73.2166C456.761 71.9777 456.458 70.9089 455.85 70.0101C455.267 69.087 454.441 68.249 453.373 67.496C452.304 66.7429 451.041 66.0263 449.583 65.3462C448.15 64.6417 446.607 63.913 444.956 63.1599C443.182 62.2125 441.531 61.253 440 60.2814C438.47 59.3097 437.134 58.2409 435.992 57.0749C434.875 55.8846 433.988 54.5486 433.332 53.0668C432.701 51.585 432.385 49.8482 432.385 47.8563C432.385 45.4028 432.931 43.2773 434.024 41.4798C435.142 39.6579 436.599 38.164 438.397 36.998C440.219 35.8077 442.284 34.9332 444.591 34.3745C446.899 33.7915 449.255 33.5 451.66 33.5C457.126 33.5 461.109 34.1194 463.611 35.3583V43.9211C460.648 41.7834 456.834 40.7146 452.17 40.7146C450.883 40.7146 449.595 40.836 448.308 41.0789C447.045 41.3219 445.903 41.7227 444.883 42.2814C443.887 42.8401 443.073 43.5567 442.441 44.4312C441.81 45.3057 441.494 46.3623 441.494 47.6012C441.494 48.7672 441.737 49.7753 442.223 50.6255C442.709 51.4757 443.413 52.253 444.336 52.9575C445.284 53.6619 446.425 54.3543 447.761 55.0344C449.122 55.6903 450.688 56.4069 452.462 57.1842C454.284 58.1316 455.996 59.1275 457.599 60.1721C459.227 61.2166 460.648 62.3704 461.862 63.6336C463.101 64.8968 464.073 66.3057 464.777 67.8603C465.506 69.3907 465.871 71.1397 465.871 73.1073C465.871 75.7551 465.336 77.9899 464.267 79.8117C463.199 81.6336 461.753 83.1154 459.931 84.2571C458.134 85.3988 456.057 86.2247 453.701 86.7348C451.344 87.2449 448.854 87.5 446.231 87.5C445.356 87.5 444.275 87.4271 442.988 87.2814C441.725 87.1599 440.425 86.9656 439.089 86.6984C437.753 86.4555 436.49 86.1518 435.3 85.7874C434.109 85.4231 433.15 85.0101 432.421 84.5486Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M427 86.5H418V33.5H427V86.5Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:default}.bimplus-logo.connexis-viewer-black{background:url('data:image/svg+xml,<svg width=\"217\" height=\"48\" viewBox=\"0 0 217 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 48H0.00133801H4.00001H14.0013V44H4.00001L4.00001 32.0002H0.000670671V28.0002H4.00001L4.00001 20.0001H0.000670671V16.0001H4.00001L4.00001 4.00007H14.0013V7.27177e-05L4.00001 7.2867e-05V0H7.0113e-06L0 48ZM5.60107 36L5.60107 32.0002H9.60107V36L5.60107 36ZM9.60107 20.0001V28.0002L5.60107 28.0002L5.60107 20.0001H9.60107ZM9.60107 16.0001H5.60107L5.60107 12H9.60107V16.0001ZM48.0013 48H48.0007H44.0013H34.0007V44H44.0013L44.0013 32.0002H47.9997V28.0002H44.0013V20.0001H47.9997V16.0001H44.0013L44.0013 4.00007H34.0007V7.29268e-05L44.0013 7.27774e-05V0H48.0013L48.0013 48ZM42.4016 20.0001L42.4016 28.0002H38.4016L38.4016 20.0001H42.4016ZM42.4016 32.0002H38.4016V36L42.4016 36V32.0002ZM42.4016 16.0001H38.4016V12H42.4016V16.0001ZM22.0003 11.6006H25.9661L33.9999 35.6005H30.0357L23.7741 15.0442H23.7038L17.3735 35.6005H14L22.0003 11.6006Z\" fill=\"black\"/>%0D%0A <path d=\"M208.272 36C205.7 36 202.786 35.6571 199.872 34.8L200.42 32.0571C203.986 32.9143 206.386 33.0857 208.272 33.0857C211.7 33.0857 213.243 31.3029 213.243 29.4171C213.243 26.5714 209.918 25.8857 207.415 25.2C203.609 24.2057 200.215 22.1143 200.215 18.1714C200.215 13.7486 203.815 12 208.272 12C210.843 12 213.243 12.3429 216.158 13.2L215.403 15.9429C211.872 15.0857 210.158 14.9143 208.272 14.9143C204.843 14.9143 203.643 16.4571 203.643 18.2743C203.643 20.9143 207.038 21.84 209.643 22.4571C213.415 23.3143 216.672 25.1314 216.672 29.1429C216.672 33.7714 213.072 36 208.272 36Z\" fill=\"black\"/>%0D%0A <path d=\"M196.608 35.6571H193.351V12.3428H196.608V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M185.897 35.6571L179.725 26.1599H179.657L173.76 35.6571H170.091L177.703 23.4856L170.708 12.3428H174.514L179.897 20.7771H179.965L185.211 12.3428H189.051L182.023 23.4856L189.805 35.6571H185.897Z\" fill=\"black\"/>%0D%0A <path d=\"M166.781 12.3428V15.2571H155.124V22.1142H165.238V25.0285H155.124V32.7428H166.953V35.6571H151.867V12.3428H166.781Z\" fill=\"black\"/>%0D%0A <path d=\"M132.722 35.6571H129.568V12.3428H132.825L144.139 29.6571H144.208V12.3428H147.396V35.6571H144.139L132.791 18.7199H132.722V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M110.423 35.6571H107.269V12.3428H110.526L121.84 29.6571H121.909V12.3428H125.097V35.6571H121.84L110.492 18.7199H110.423V35.6571Z\" fill=\"black\"/>%0D%0A <path d=\"M93.5982 14.7429C88.0097 14.7429 87.0839 18.8571 87.0839 23.8286C87.0839 28.8 88.0097 33.2571 93.5982 33.2571C99.1525 33.2571 100.113 28.8 100.113 23.8286C100.113 18.8571 99.1525 14.7429 93.5982 14.7429ZM93.5982 36C85.6097 36 83.6554 30.4457 83.6554 23.8286C83.6554 17.3143 85.6097 12 93.5982 12C101.553 12 103.541 17.3143 103.541 23.8286C103.541 30.4457 101.553 36 93.5982 36Z\" fill=\"black\"/>%0D%0A <path d=\"M64.0013 23.8286C64.0013 17.3143 65.9556 12 73.9442 12C76.5842 12 79.0871 12.3429 82.0013 13.2L81.2471 15.9429C77.7156 15.0857 76.0699 14.9143 74.1842 14.9143C68.8013 14.9143 67.4299 18.8571 67.4299 23.8286C67.4299 29.1429 68.8013 33.0857 74.1842 33.0857C76.0699 33.0857 77.7156 32.9143 81.2471 32.0571L82.0013 34.8C79.0871 35.6571 76.5842 36 73.9442 36C65.9556 36 64.0013 30.5143 64.0013 23.8286Z\" fill=\"black\"/>%0D%0A</svg>%0D%0A') no-repeat;background-position:center;background-size:9em 2.3em;margin-left:.4em;cursor:pointer}.bimplus-logo.model-viewer-black{background:url('data:image/svg+xml,<svg width=\"294\" height=\"48\" viewBox=\"0 0 294 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M25.5662 11.6H21.6003L13.6 35.6H16.9735L23.3038 15.0436H23.3741L29.6358 35.6H33.6L25.5662 11.6Z\" fill=\"black\"/>%0D%0A<path d=\"M0.728666 9.32864C0.728666 9.32864 15.9184 -6.61655 31.7291 3.18628C36.3074 6.02488 39.5599 10.3006 41.8705 14.943C38.7894 10.7649 34.1366 7.34041 28.4617 5.52271C27.5688 5.2367 26.6748 4.99825 25.7835 4.80588C25.2756 4.68123 24.7609 4.58513 24.241 4.51817C13.2959 2.79593 3.05989 7.95576 0.273807 17.2042C0.171241 17.5446 0.0800383 17.8864 0 18.2293C0.0042992 13.0665 0.728666 9.32864 0.728666 9.32864Z\" fill=\"black\"/>%0D%0A<path d=\"M1.54493 30.3724C3.10233 35.854 6.09303 41.1748 11.6052 44.5925C27.4159 54.3953 47.5392 39.9304 47.5392 39.9304C47.5392 39.9304 47.5393 34.1826 45.9814 27.0307C45.9565 28.5674 45.7251 30.1052 45.2698 31.6166C42.1273 42.048 29.5072 47.278 17.0819 43.2981C9.88605 40.9932 4.33365 36.105 1.54493 30.3724Z\" fill=\"black\"/>%0D%0A<path d=\"M67.825 12.3429L75.0935 30.24H75.1621L82.225 12.3429H86.5107V35.6571H83.2535V18.3429H83.185L76.1221 35.6571H73.7221L66.7621 18.3429H66.6935V35.6571H63.5393V12.3429H67.825Z\" fill=\"black\"/>%0D%0A<path d=\"M100.159 14.7429C94.5708 14.7429 93.6451 18.8571 93.6451 23.8286C93.6451 28.8 94.5708 33.2571 100.159 33.2571C105.714 33.2571 106.674 28.8 106.674 23.8286C106.674 18.8571 105.714 14.7429 100.159 14.7429ZM100.159 36C92.1708 36 90.2165 30.4457 90.2165 23.8286C90.2165 17.3143 92.1708 12 100.159 12C108.114 12 110.102 17.3143 110.102 23.8286C110.102 30.4457 108.114 36 100.159 36Z\" fill=\"black\"/>%0D%0A<path d=\"M122.127 35.6571H113.829V12.3429H122.127C129.772 12.3429 132.001 17.3143 132.001 23.8286C132.001 30.4457 129.772 35.6571 122.127 35.6571ZM117.087 32.7429H122.127C127.372 32.7429 128.572 28.8 128.572 23.8286C128.572 18.8571 127.372 15.2571 122.127 15.2571H117.087V32.7429Z\" fill=\"black\"/>%0D%0A<path d=\"M150.641 12.3429V15.2571H138.984V22.1143H149.098V25.0286H138.984V32.7429H150.812V35.6571H135.727V12.3429H150.641Z\" fill=\"black\"/>%0D%0A<path d=\"M154.912 12.3429H158.169V32.7429H169.655V35.6571H154.912V12.3429Z\" fill=\"black\"/>%0D%0A<path d=\"M185.44 31.7829H185.474L191.783 12.3429H195.245L187.394 35.8286H183.383L175.36 12.3429H178.96L185.44 31.7829Z\" fill=\"black\"/>%0D%0A<path d=\"M201.409 35.6571H198.152V12.3429H201.409V35.6571Z\" fill=\"black\"/>%0D%0A<path d=\"M220.767 12.3429V15.2571H209.11V22.1143H219.224V25.0286H209.11V32.7429H220.938V35.6571H205.853V12.3429H220.767Z\" fill=\"black\"/>%0D%0A<path d=\"M238.958 17.5886H238.889L234.295 35.8286H230.078L224.009 12.3429H227.609L232.341 31.6457H232.375L237.072 12.3429H240.912L245.712 31.6457H245.746L250.375 12.3429H253.838L247.735 35.8286H243.552L238.958 17.5886Z\" fill=\"black\"/>%0D%0A<path d=\"M271.66 12.3429V15.2571H260.003V22.1143H270.117V25.0286H260.003V32.7429H271.831V35.6571H256.745V12.3429H271.66Z\" fill=\"black\"/>%0D%0A<path d=\"M293.485 35.6571H289.679L284.159 26.5714H279.188V35.6571H275.931V12.3429H285.531C290.159 12.3429 292.731 15.36 292.731 19.4743C292.731 22.7657 290.948 25.4057 287.554 26.0571L293.485 35.6571ZM279.188 15.2571V23.6571H285.016C287.588 23.6571 289.371 22.2857 289.371 19.4743C289.371 16.8 287.759 15.2571 285.188 15.2571H279.188Z\" fill=\"black\"/>%0D%0A</svg>%0D%0A') center center / 14em no-repeat;background-position:center;margin-left:.4em;min-width:14em;cursor:pointer}.bimplus-logo.burger-menu-not-visible{margin-left:.4em;margin-right:6.8em}.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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"none\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A') no-repeat center;background-size:1.125em 1.125em!important;cursor:pointer;margin-right:.4em}.bimplus-navbar-menu.active{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"none\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23FE5000\"/>%0D%0A</svg>%0D%0A') no-repeat center}.bimplus-navbar-menu.hidden{visibility:hidden;width:1.2rem}.bimplus-navbar-menu.disabled{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A<rect y=\"2\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A<rect y=\"8\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A<rect y=\"14\" width=\"18\" height=\"2\" rx=\"1\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A') 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}\n"] }]
|
|
799
801
|
}], propDecorators: { projectInfo: [{
|
|
800
802
|
type: Input
|
|
801
803
|
}], teamInfo: [{
|
|
@@ -869,10 +871,10 @@ class BimplusScrollableContainerComponent {
|
|
|
869
871
|
ngAfterViewChecked() {
|
|
870
872
|
this._recalculateScrollbar();
|
|
871
873
|
}
|
|
872
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
873
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
874
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusScrollableContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
875
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.4", type: BimplusScrollableContainerComponent, isStandalone: true, selector: "lib-bimplus-scrollable-container", ngImport: i0, template: "<div class=\"scrollable-container\">\r\n <ng-content></ng-content>\r\n</div>\r\n", 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}.scrollable-container{height:100%;max-height:100%;padding-right:var(--scrollable-container-paddin-right, .8rem)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
|
|
874
876
|
}
|
|
875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
877
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusScrollableContainerComponent, decorators: [{
|
|
876
878
|
type: Component,
|
|
877
879
|
args: [{ selector: 'lib-bimplus-scrollable-container', imports: [], encapsulation: ViewEncapsulation.None, template: "<div class=\"scrollable-container\">\r\n <ng-content></ng-content>\r\n</div>\r\n", 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}.scrollable-container{height:100%;max-height:100%;padding-right:var(--scrollable-container-paddin-right, .8rem)}\n"] }]
|
|
878
880
|
}], ctorParameters: () => [] });
|
|
@@ -1060,16 +1062,16 @@ class BimplusNotifyComponent extends BimplusLocalizedWidgetComponent {
|
|
|
1060
1062
|
}
|
|
1061
1063
|
return itemLinksTitles[index] ?? '';
|
|
1062
1064
|
}
|
|
1063
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1064
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: BimplusNotifyComponent, isStandalone: true, selector: "lib-bimplus-notify", inputs: { messagePreviewTime: "messagePreviewTime", showMessagePreview: ["showMessagePreview", "showMessagePreview", booleanAttribute], previewMessagesLimit: "previewMessagesLimit", previewMessagesOffsetY: "previewMessagesOffsetY", messages: "messages" }, outputs: { bimplusNotifyDeleteMessage: "bimplusNotifyDeleteMessage", bimplusNotifyDeleteAllMessages: "bimplusNotifyDeleteAllMessages", bimplusNotifyMessageAction: "bimplusNotifyMessageAction" }, host: { properties: { "class.new-messages": "this.newMessages", "class.bim-notify": "this.bimNotify" } }, providers: [TranslateService], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div\r\n class=\"dropdown\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n [title]=\"'_BimplusNotifyTitle' | translate\"\r\n>\r\n <div class=\"dropdown-toggle\" >\r\n <div\r\n class=\"main-icon\"\r\n [ngClass]=\"'icon-notify' + (this._alertActive ? '-alert notify' : '')\"\r\n ></div>\r\n </div>\r\n\r\n <div\r\n class=\"bimcomp-dropdown-menu\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n >\r\n <div class=\"notify-tick\"></div>\r\n <div class=\"messages-title\">\r\n <div class=\"messages-count\">\r\n ({{this._messagesList.length}})\r\n </div>\r\n <div\r\n class=\"messages-delete-all\"\r\n (click)=\"_deleteAllMessages()\"\r\n (keypress)=\"_deleteAllMessages()\"\r\n >\r\n {{\"_Notify_Mark_All\" | translate}}\r\n </div>\r\n </div>\r\n <div class=\"messages-container\">\r\n @if (_messagesList.length) {\r\n <lib-bimplus-scrollable-container>\r\n <div\r\n *ngFor=\"let item of _messagesList\"\r\n class=\"message-item\"\r\n >\r\n <div class=\"message-item-title\">\r\n <div [ngClass]=\"'message-item-icon-' + item.type\"></div>\r\n <div\r\n class=\"message-item-title-text\"\r\n [ngClass]=\"{'capitalize':item.capitalizedTitle}\"\r\n >\r\n {{item.title}}\r\n </div>\r\n <div\r\n class=\"message-item-icon-close\"\r\n (click)=\"_closeMessage(item, false, $event)\"\r\n (keypress)=\"_closeMessage(item, false, $event)\"\r\n ></div>\r\n </div>\r\n \r\n <div class=\"message-item-body-text\">{{item.text}}</div>\r\n @if (item.linkText) {\r\n <div\r\n *ngFor=\"let link of (item.linkText.constructor === Array ? item.linkText : [item.linkText]); let i = index\"\r\n class=\"message-item-link\"\r\n [title]=\"_getItemLinkTitle(item, i)\"\r\n (click)=\"_messageAction(item, i)\"\r\n (keypress)=\"_messageAction(item, i)\"\r\n >{{link}}</div>\r\n }\r\n </div>\r\n </lib-bimplus-scrollable-container>\r\n } @else {\r\n <div class=\"message-item-empty\">\r\n <div class=\"message-item-empty-icon\"></div>\r\n <div class=\"message-item-empty-text\">{{\"_Notify_No_Messages\" | translate}}</div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n></div>\r\n\r\n<div\r\n class=\"bimcomp-messages-preview\"\r\n [ngClass]=\"(showMessagePreview && !_menuOpened && _previewMessagesList.length > 0) ? 'visible' : ''\"\r\n [style.top]=\"previewMessagesOffsetY\"\r\n>\r\n <div class=\"messages-container-preview\">\r\n <div\r\n *ngFor=\"let item of _previewMessagesList\"\r\n class=\"message-item\"\r\n >\r\n <div class=\"message-item-title\">\r\n <div [ngClass]=\"'message-item-icon-' + item.type\"></div>\r\n <div\r\n class=\"message-item-title-text\"\r\n [ngClass]=\"{'capitalize':item.capitalizedTitle}\"\r\n >\r\n {{item.title}}\r\n </div>\r\n <div\r\n class=\"message-item-icon-close\"\r\n (click)=\"_closeMessage(item, true, $event)\"\r\n (keypress)=\"_closeMessage(item, true, $event)\"\r\n ></div>\r\n </div>\r\n\r\n <div class=\"message-item-body-text\">\r\n {{item.text}}\r\n </div>\r\n @if (item.linkText) {\r\n <div\r\n *ngFor=\"let link of (item.linkText.constructor === Array ? item.linkText : [item.linkText]); let i = index\"\r\n class=\"message-item-link\"\r\n [title]=\"_getItemLinkTitle(item, i)\"\r\n (click)=\"_messageAction(item, i)\"\r\n (keypress)=\"_messageAction(item, i)\"\r\n >{{link}}</div>\r\n }\r\n </div>\r\n </div>\r\n</div>", styles: [".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:var(--notify-message-title-text-color-enabled);background-color:var(--notify-message-title-background-color-enabled)}.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:var(--notify-dropdown-menu-item-background-color-hovered)}.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('data:image/svg+xml,<svg width=\"32\" height=\"16\" viewBox=\"0 0 32 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M16 -6.99383e-07L32 16L-1.97729e-05 16L16 -6.99383e-07Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A');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:var(--notify-messages-container-background-color-enabled);border:thin solid var(--notify-messages-container-border-color-enabled);-webkit-box-shadow:0 .43em .86em var(--notify-messages-container-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--notify-messages-container-box-shadow-color-enabled);text-decoration-color:var(--notify-messages-container-text-decoration-color-enabled);text-decoration-line:none;text-decoration-style:solid;line-height:2.71em;font-weight:400;max-height:16em}.bim-notify .messages-container .message-item-empty,.bim-notify .messages-container-preview .message-item-empty{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('data:image/svg+xml,<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M18.7779 2.22227C18.2256 2.22227 17.7779 2.66999 17.7779 3.22228V6.66672H22.2223V3.22227C22.2223 2.66999 21.7746 2.22227 21.2223 2.22227H18.7779Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M4.44455 30.8889C4.44455 29.7844 5.33998 28.8889 6.44455 28.8889L6.66678 28.8889C7.89407 28.8889 8.889 27.894 8.889 26.6667V17.8889C8.889 12.9184 12.9184 8.88894 17.889 8.88894H22.1112C27.0818 8.88894 31.1112 12.9184 31.1112 17.8889V26.6667C31.1112 27.894 32.1061 28.8889 33.3334 28.8889L33.5557 28.8889C34.6602 28.8889 35.5557 29.7844 35.5557 30.8889V31.3334C35.5557 32.438 34.6602 33.3334 33.5557 33.3334H6.44455C5.33999 33.3334 4.44455 32.438 4.44455 31.3334V30.8889Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M15.5557 35.5556C15.5557 38.0102 17.5455 40.0001 20.0001 40.0001C22.4547 40.0001 24.4446 38.0102 24.4446 35.5556H15.5557Z\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A');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 var(--notify-message-item-border-color-enabled);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-repeat:no-repeat;background-size:auto;background-position:center;background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A');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-repeat:no-repeat;background-size:auto;background-position:center;background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A');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('data:image/svg+xml,<svg width=\"8\" height=\"8\" viewBox=\"0 0 8 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.57764e-05 6.87023L1.12989 8.00012L4.00029 5.12959L6.87016 7.99951L8.00001 6.86963L5.13014 3.9997L8.0001 1.12962L6.87025 -0.000274658L4.00028 2.86982L1.13106 0.000548095L0.00120898 1.13044L2.87043 3.99971L4.57764e-05 6.87023Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A');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:var(--text-link-color-default);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{position:relative;display:flex;flex:1 1 auto}.bim-notify .messages-container lib-bimplus-scrollable-container{max-height:100%;min-width:100%}.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:var(--notify-message-item-background-color-enabled);border:thin solid var(--notify-message-item-border-color-enabled);-webkit-box-shadow:0 .3em .3em var(--notify-message-item-box-shadow-color-enabled);box-shadow:0 .3em .3em var(--notify-message-item-box-shadow-color-enabled);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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9 1C8.44772 1 8 1.44772 8 2V3H10V2C10 1.44772 9.55228 1 9 1Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M2 14C2 13.4477 2.44772 13 3 13C3.55228 13 4 12.5523 4 12V8C4 5.79086 5.79086 4 8 4H10C12.2091 4 14 5.79086 14 8V12C14 12.5523 14.4477 13 15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H3C2.44772 15 2 14.5523 2 14Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7 16C7 17.1046 7.89543 18 9 18C10.1046 18 11 17.1046 11 16H7Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-alert{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9 1C8.44772 1 8 1.44772 8 2V3H10V2C10 1.44772 9.55228 1 9 1Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M2 14C2 13.4477 2.44772 13 3 13C3.55228 13 4 12.5523 4 12V8C4 5.79086 5.79086 4 8 4H10C12.2091 4 14 5.79086 14 8V12C14 12.5523 14.4477 13 15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H3C2.44772 15 2 14.5523 2 14Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M7 16C7 17.1046 7.89543 18 9 18C10.1046 18 11 17.1046 11 16H7Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M15.5 5C16.8807 5 18 3.88071 18 2.5C18 1.11929 16.8807 0 15.5 0C14.1193 0 13 1.11929 13 2.5C13 3.88071 14.1193 5 15.5 5Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-tick-up{background-image:url('data:image/svg+xml,<svg width=\"32\" height=\"16\" viewBox=\"0 0 32 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M16 -6.99383e-07L32 16L-1.97729e-05 16L16 -6.99383e-07Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-info{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-failure{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-close{background-image:url('data:image/svg+xml,<svg width=\"8\" height=\"8\" viewBox=\"0 0 8 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.57764e-05 6.87023L1.12989 8.00012L4.00029 5.12959L6.87016 7.99951L8.00001 6.86963L5.13014 3.9997L8.0001 1.12962L6.87025 -0.000274658L4.00028 2.86982L1.13106 0.000548095L0.00120898 1.13044L2.87043 3.99971L4.57764e-05 6.87023Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-empty{background-image:url('data:image/svg+xml,<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M18.7779 2.22227C18.2256 2.22227 17.7779 2.66999 17.7779 3.22228V6.66672H22.2223V3.22227C22.2223 2.66999 21.7746 2.22227 21.2223 2.22227H18.7779Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M4.44455 30.8889C4.44455 29.7844 5.33998 28.8889 6.44455 28.8889L6.66678 28.8889C7.89407 28.8889 8.889 27.894 8.889 26.6667V17.8889C8.889 12.9184 12.9184 8.88894 17.889 8.88894H22.1112C27.0818 8.88894 31.1112 12.9184 31.1112 17.8889V26.6667C31.1112 27.894 32.1061 28.8889 33.3334 28.8889L33.5557 28.8889C34.6602 28.8889 35.5557 29.7844 35.5557 30.8889V31.3334C35.5557 32.438 34.6602 33.3334 33.5557 33.3334H6.44455C5.33999 33.3334 4.44455 32.438 4.44455 31.3334V30.8889Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M15.5557 35.5556C15.5557 38.0102 17.5455 40.0001 20.0001 40.0001C22.4547 40.0001 24.4446 38.0102 24.4446 35.5556H15.5557Z\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A')}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "component", type: BimplusScrollableContainerComponent, selector: "lib-bimplus-scrollable-container" }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
1065
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusNotifyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1066
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: BimplusNotifyComponent, isStandalone: true, selector: "lib-bimplus-notify", inputs: { messagePreviewTime: "messagePreviewTime", showMessagePreview: ["showMessagePreview", "showMessagePreview", booleanAttribute], previewMessagesLimit: "previewMessagesLimit", previewMessagesOffsetY: "previewMessagesOffsetY", messages: "messages" }, outputs: { bimplusNotifyDeleteMessage: "bimplusNotifyDeleteMessage", bimplusNotifyDeleteAllMessages: "bimplusNotifyDeleteAllMessages", bimplusNotifyMessageAction: "bimplusNotifyMessageAction" }, host: { properties: { "class.new-messages": "this.newMessages", "class.bim-notify": "this.bimNotify" } }, providers: [TranslateService], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div\r\n class=\"dropdown\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n [title]=\"'_BimplusNotifyTitle' | translate\"\r\n >\r\n <div class=\"dropdown-toggle\" >\r\n <div\r\n class=\"main-icon\"\r\n [ngClass]=\"'icon-notify' + (this._alertActive ? '-alert notify' : '')\"\r\n ></div>\r\n </div>\r\n\r\n <div\r\n class=\"bimcomp-dropdown-menu\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n >\r\n <div class=\"notify-tick\"></div>\r\n <div class=\"messages-title\">\r\n <div class=\"messages-count\">\r\n ({{this._messagesList.length}})\r\n </div>\r\n <div\r\n class=\"messages-delete-all\"\r\n (click)=\"_deleteAllMessages()\"\r\n (keypress)=\"_deleteAllMessages()\"\r\n >\r\n {{\"_Notify_Mark_All\" | translate}}\r\n </div>\r\n </div>\r\n <div class=\"messages-container\">\r\n @if (_messagesList.length) {\r\n <lib-bimplus-scrollable-container>\r\n @for (item of _messagesList; track item) {\r\n <div\r\n class=\"message-item\"\r\n >\r\n <div class=\"message-item-title\">\r\n <div [ngClass]=\"'message-item-icon-' + item.type\"></div>\r\n <div\r\n class=\"message-item-title-text\"\r\n [ngClass]=\"{'capitalize':item.capitalizedTitle}\"\r\n >\r\n {{item.title}}\r\n </div>\r\n <div\r\n class=\"message-item-icon-close\"\r\n (click)=\"_closeMessage(item, false, $event)\"\r\n (keypress)=\"_closeMessage(item, false, $event)\"\r\n ></div>\r\n </div>\r\n <div class=\"message-item-body-text\">{{item.text}}</div>\r\n @if (item.linkText) {\r\n @for (link of (item.linkText.constructor === Array ? item.linkText : [item.linkText]); track link; let i = $index) {\r\n <div\r\n class=\"message-item-link\"\r\n [title]=\"_getItemLinkTitle(item, i)\"\r\n (click)=\"_messageAction(item, i)\"\r\n (keypress)=\"_messageAction(item, i)\"\r\n >{{link}}</div>\r\n }\r\n }\r\n </div>\r\n }\r\n </lib-bimplus-scrollable-container>\r\n } @else {\r\n <div class=\"message-item-empty\">\r\n <div class=\"message-item-empty-icon\"></div>\r\n <div class=\"message-item-empty-text\">{{\"_Notify_No_Messages\" | translate}}</div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n></div>\r\n\r\n<div\r\n class=\"bimcomp-messages-preview\"\r\n [ngClass]=\"(showMessagePreview && !_menuOpened && _previewMessagesList.length > 0) ? 'visible' : ''\"\r\n [style.top]=\"previewMessagesOffsetY\"\r\n >\r\n <div class=\"messages-container-preview\">\r\n @for (item of _previewMessagesList; track item) {\r\n <div\r\n class=\"message-item\"\r\n >\r\n <div class=\"message-item-title\">\r\n <div [ngClass]=\"'message-item-icon-' + item.type\"></div>\r\n <div\r\n class=\"message-item-title-text\"\r\n [ngClass]=\"{'capitalize':item.capitalizedTitle}\"\r\n >\r\n {{item.title}}\r\n </div>\r\n <div\r\n class=\"message-item-icon-close\"\r\n (click)=\"_closeMessage(item, true, $event)\"\r\n (keypress)=\"_closeMessage(item, true, $event)\"\r\n ></div>\r\n </div>\r\n <div class=\"message-item-body-text\">\r\n {{item.text}}\r\n </div>\r\n @if (item.linkText) {\r\n @for (link of (item.linkText.constructor === Array ? item.linkText : [item.linkText]); track link; let i = $index) {\r\n <div\r\n class=\"message-item-link\"\r\n [title]=\"_getItemLinkTitle(item, i)\"\r\n (click)=\"_messageAction(item, i)\"\r\n (keypress)=\"_messageAction(item, i)\"\r\n >{{link}}</div>\r\n }\r\n }\r\n </div>\r\n }\r\n </div>\r\n</div>", styles: [".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:var(--notify-message-title-text-color-enabled);background-color:var(--notify-message-title-background-color-enabled)}.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:var(--notify-dropdown-menu-item-background-color-hovered)}.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('data:image/svg+xml,<svg width=\"32\" height=\"16\" viewBox=\"0 0 32 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M16 -6.99383e-07L32 16L-1.97729e-05 16L16 -6.99383e-07Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A');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:var(--notify-messages-container-background-color-enabled);border:thin solid var(--notify-messages-container-border-color-enabled);-webkit-box-shadow:0 .43em .86em var(--notify-messages-container-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--notify-messages-container-box-shadow-color-enabled);text-decoration-color:var(--notify-messages-container-text-decoration-color-enabled);text-decoration-line:none;text-decoration-style:solid;line-height:2.71em;font-weight:400;max-height:16em}.bim-notify .messages-container .message-item-empty,.bim-notify .messages-container-preview .message-item-empty{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('data:image/svg+xml,<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M18.7779 2.22227C18.2256 2.22227 17.7779 2.66999 17.7779 3.22228V6.66672H22.2223V3.22227C22.2223 2.66999 21.7746 2.22227 21.2223 2.22227H18.7779Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M4.44455 30.8889C4.44455 29.7844 5.33998 28.8889 6.44455 28.8889L6.66678 28.8889C7.89407 28.8889 8.889 27.894 8.889 26.6667V17.8889C8.889 12.9184 12.9184 8.88894 17.889 8.88894H22.1112C27.0818 8.88894 31.1112 12.9184 31.1112 17.8889V26.6667C31.1112 27.894 32.1061 28.8889 33.3334 28.8889L33.5557 28.8889C34.6602 28.8889 35.5557 29.7844 35.5557 30.8889V31.3334C35.5557 32.438 34.6602 33.3334 33.5557 33.3334H6.44455C5.33999 33.3334 4.44455 32.438 4.44455 31.3334V30.8889Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M15.5557 35.5556C15.5557 38.0102 17.5455 40.0001 20.0001 40.0001C22.4547 40.0001 24.4446 38.0102 24.4446 35.5556H15.5557Z\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A');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 var(--notify-message-item-border-color-enabled);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-repeat:no-repeat;background-size:auto;background-position:center;background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A');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-repeat:no-repeat;background-size:auto;background-position:center;background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A');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('data:image/svg+xml,<svg width=\"8\" height=\"8\" viewBox=\"0 0 8 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.57764e-05 6.87023L1.12989 8.00012L4.00029 5.12959L6.87016 7.99951L8.00001 6.86963L5.13014 3.9997L8.0001 1.12962L6.87025 -0.000274658L4.00028 2.86982L1.13106 0.000548095L0.00120898 1.13044L2.87043 3.99971L4.57764e-05 6.87023Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A');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:var(--text-link-color-default);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{position:relative;display:flex;flex:1 1 auto}.bim-notify .messages-container lib-bimplus-scrollable-container{max-height:100%;min-width:100%}.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:var(--notify-message-item-background-color-enabled);border:thin solid var(--notify-message-item-border-color-enabled);-webkit-box-shadow:0 .3em .3em var(--notify-message-item-box-shadow-color-enabled);box-shadow:0 .3em .3em var(--notify-message-item-box-shadow-color-enabled);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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9 1C8.44772 1 8 1.44772 8 2V3H10V2C10 1.44772 9.55228 1 9 1Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M2 14C2 13.4477 2.44772 13 3 13C3.55228 13 4 12.5523 4 12V8C4 5.79086 5.79086 4 8 4H10C12.2091 4 14 5.79086 14 8V12C14 12.5523 14.4477 13 15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H3C2.44772 15 2 14.5523 2 14Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7 16C7 17.1046 7.89543 18 9 18C10.1046 18 11 17.1046 11 16H7Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-alert{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9 1C8.44772 1 8 1.44772 8 2V3H10V2C10 1.44772 9.55228 1 9 1Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M2 14C2 13.4477 2.44772 13 3 13C3.55228 13 4 12.5523 4 12V8C4 5.79086 5.79086 4 8 4H10C12.2091 4 14 5.79086 14 8V12C14 12.5523 14.4477 13 15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H3C2.44772 15 2 14.5523 2 14Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M7 16C7 17.1046 7.89543 18 9 18C10.1046 18 11 17.1046 11 16H7Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M15.5 5C16.8807 5 18 3.88071 18 2.5C18 1.11929 16.8807 0 15.5 0C14.1193 0 13 1.11929 13 2.5C13 3.88071 14.1193 5 15.5 5Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-tick-up{background-image:url('data:image/svg+xml,<svg width=\"32\" height=\"16\" viewBox=\"0 0 32 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M16 -6.99383e-07L32 16L-1.97729e-05 16L16 -6.99383e-07Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-info{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-failure{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-close{background-image:url('data:image/svg+xml,<svg width=\"8\" height=\"8\" viewBox=\"0 0 8 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.57764e-05 6.87023L1.12989 8.00012L4.00029 5.12959L6.87016 7.99951L8.00001 6.86963L5.13014 3.9997L8.0001 1.12962L6.87025 -0.000274658L4.00028 2.86982L1.13106 0.000548095L0.00120898 1.13044L2.87043 3.99971L4.57764e-05 6.87023Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-empty{background-image:url('data:image/svg+xml,<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M18.7779 2.22227C18.2256 2.22227 17.7779 2.66999 17.7779 3.22228V6.66672H22.2223V3.22227C22.2223 2.66999 21.7746 2.22227 21.2223 2.22227H18.7779Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M4.44455 30.8889C4.44455 29.7844 5.33998 28.8889 6.44455 28.8889L6.66678 28.8889C7.89407 28.8889 8.889 27.894 8.889 26.6667V17.8889C8.889 12.9184 12.9184 8.88894 17.889 8.88894H22.1112C27.0818 8.88894 31.1112 12.9184 31.1112 17.8889V26.6667C31.1112 27.894 32.1061 28.8889 33.3334 28.8889L33.5557 28.8889C34.6602 28.8889 35.5557 29.7844 35.5557 30.8889V31.3334C35.5557 32.438 34.6602 33.3334 33.5557 33.3334H6.44455C5.33999 33.3334 4.44455 32.438 4.44455 31.3334V30.8889Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M15.5557 35.5556C15.5557 38.0102 17.5455 40.0001 20.0001 40.0001C22.4547 40.0001 24.4446 38.0102 24.4446 35.5556H15.5557Z\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A')}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "component", type: BimplusScrollableContainerComponent, selector: "lib-bimplus-scrollable-container" }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
1065
1067
|
}
|
|
1066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusNotifyComponent, decorators: [{
|
|
1067
1069
|
type: Component,
|
|
1068
1070
|
args: [{ selector: 'lib-bimplus-notify', imports: [
|
|
1069
1071
|
CommonModule,
|
|
1070
1072
|
TranslateModule,
|
|
1071
1073
|
BimplusScrollableContainerComponent
|
|
1072
|
-
], providers: [TranslateService], encapsulation: ViewEncapsulation.None, template: "<div\r\n class=\"dropdown\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n [title]=\"'_BimplusNotifyTitle' | translate\"\r\n>\r\n <div class=\"dropdown-toggle\" >\r\n <div\r\n class=\"main-icon\"\r\n [ngClass]=\"'icon-notify' + (this._alertActive ? '-alert notify' : '')\"\r\n ></div>\r\n </div>\r\n\r\n <div\r\n class=\"bimcomp-dropdown-menu\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n >\r\n <div class=\"notify-tick\"></div>\r\n <div class=\"messages-title\">\r\n <div class=\"messages-count\">\r\n ({{this._messagesList.length}})\r\n </div>\r\n <div\r\n class=\"messages-delete-all\"\r\n (click)=\"_deleteAllMessages()\"\r\n (keypress)=\"_deleteAllMessages()\"\r\n >\r\n {{\"_Notify_Mark_All\" | translate}}\r\n </div>\r\n </div>\r\n <div class=\"messages-container\">\r\n @if (_messagesList.length) {\r\n <lib-bimplus-scrollable-container>\r\n <div\r\n *ngFor=\"let item of _messagesList\"\r\n class=\"message-item\"\r\n >\r\n <div class=\"message-item-title\">\r\n <div [ngClass]=\"'message-item-icon-' + item.type\"></div>\r\n <div\r\n class=\"message-item-title-text\"\r\n [ngClass]=\"{'capitalize':item.capitalizedTitle}\"\r\n >\r\n {{item.title}}\r\n </div>\r\n <div\r\n class=\"message-item-icon-close\"\r\n (click)=\"_closeMessage(item, false, $event)\"\r\n (keypress)=\"_closeMessage(item, false, $event)\"\r\n ></div>\r\n </div>\r\n \r\n <div class=\"message-item-body-text\">{{item.text}}</div>\r\n @if (item.linkText) {\r\n <div\r\n *ngFor=\"let link of (item.linkText.constructor === Array ? item.linkText : [item.linkText]); let i = index\"\r\n class=\"message-item-link\"\r\n [title]=\"_getItemLinkTitle(item, i)\"\r\n (click)=\"_messageAction(item, i)\"\r\n (keypress)=\"_messageAction(item, i)\"\r\n >{{link}}</div>\r\n }\r\n </div>\r\n </lib-bimplus-scrollable-container>\r\n } @else {\r\n <div class=\"message-item-empty\">\r\n <div class=\"message-item-empty-icon\"></div>\r\n <div class=\"message-item-empty-text\">{{\"_Notify_No_Messages\" | translate}}</div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n></div>\r\n\r\n<div\r\n class=\"bimcomp-messages-preview\"\r\n [ngClass]=\"(showMessagePreview && !_menuOpened && _previewMessagesList.length > 0) ? 'visible' : ''\"\r\n [style.top]=\"previewMessagesOffsetY\"\r\n>\r\n <div class=\"messages-container-preview\">\r\n <div\r\n *ngFor=\"let item of _previewMessagesList\"\r\n class=\"message-item\"\r\n >\r\n <div class=\"message-item-title\">\r\n <div [ngClass]=\"'message-item-icon-' + item.type\"></div>\r\n <div\r\n class=\"message-item-title-text\"\r\n [ngClass]=\"{'capitalize':item.capitalizedTitle}\"\r\n >\r\n {{item.title}}\r\n </div>\r\n <div\r\n class=\"message-item-icon-close\"\r\n (click)=\"_closeMessage(item, true, $event)\"\r\n (keypress)=\"_closeMessage(item, true, $event)\"\r\n ></div>\r\n </div>\r\n\r\n <div class=\"message-item-body-text\">\r\n {{item.text}}\r\n </div>\r\n @if (item.linkText) {\r\n <div\r\n *ngFor=\"let link of (item.linkText.constructor === Array ? item.linkText : [item.linkText]); let i = index\"\r\n class=\"message-item-link\"\r\n [title]=\"_getItemLinkTitle(item, i)\"\r\n (click)=\"_messageAction(item, i)\"\r\n (keypress)=\"_messageAction(item, i)\"\r\n >{{link}}</div>\r\n }\r\n </div>\r\n </div>\r\n</div>", styles: [".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:var(--notify-message-title-text-color-enabled);background-color:var(--notify-message-title-background-color-enabled)}.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:var(--notify-dropdown-menu-item-background-color-hovered)}.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('data:image/svg+xml,<svg width=\"32\" height=\"16\" viewBox=\"0 0 32 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M16 -6.99383e-07L32 16L-1.97729e-05 16L16 -6.99383e-07Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A');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:var(--notify-messages-container-background-color-enabled);border:thin solid var(--notify-messages-container-border-color-enabled);-webkit-box-shadow:0 .43em .86em var(--notify-messages-container-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--notify-messages-container-box-shadow-color-enabled);text-decoration-color:var(--notify-messages-container-text-decoration-color-enabled);text-decoration-line:none;text-decoration-style:solid;line-height:2.71em;font-weight:400;max-height:16em}.bim-notify .messages-container .message-item-empty,.bim-notify .messages-container-preview .message-item-empty{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('data:image/svg+xml,<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M18.7779 2.22227C18.2256 2.22227 17.7779 2.66999 17.7779 3.22228V6.66672H22.2223V3.22227C22.2223 2.66999 21.7746 2.22227 21.2223 2.22227H18.7779Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M4.44455 30.8889C4.44455 29.7844 5.33998 28.8889 6.44455 28.8889L6.66678 28.8889C7.89407 28.8889 8.889 27.894 8.889 26.6667V17.8889C8.889 12.9184 12.9184 8.88894 17.889 8.88894H22.1112C27.0818 8.88894 31.1112 12.9184 31.1112 17.8889V26.6667C31.1112 27.894 32.1061 28.8889 33.3334 28.8889L33.5557 28.8889C34.6602 28.8889 35.5557 29.7844 35.5557 30.8889V31.3334C35.5557 32.438 34.6602 33.3334 33.5557 33.3334H6.44455C5.33999 33.3334 4.44455 32.438 4.44455 31.3334V30.8889Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M15.5557 35.5556C15.5557 38.0102 17.5455 40.0001 20.0001 40.0001C22.4547 40.0001 24.4446 38.0102 24.4446 35.5556H15.5557Z\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A');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 var(--notify-message-item-border-color-enabled);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-repeat:no-repeat;background-size:auto;background-position:center;background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A');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-repeat:no-repeat;background-size:auto;background-position:center;background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A');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('data:image/svg+xml,<svg width=\"8\" height=\"8\" viewBox=\"0 0 8 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.57764e-05 6.87023L1.12989 8.00012L4.00029 5.12959L6.87016 7.99951L8.00001 6.86963L5.13014 3.9997L8.0001 1.12962L6.87025 -0.000274658L4.00028 2.86982L1.13106 0.000548095L0.00120898 1.13044L2.87043 3.99971L4.57764e-05 6.87023Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A');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:var(--text-link-color-default);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{position:relative;display:flex;flex:1 1 auto}.bim-notify .messages-container lib-bimplus-scrollable-container{max-height:100%;min-width:100%}.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:var(--notify-message-item-background-color-enabled);border:thin solid var(--notify-message-item-border-color-enabled);-webkit-box-shadow:0 .3em .3em var(--notify-message-item-box-shadow-color-enabled);box-shadow:0 .3em .3em var(--notify-message-item-box-shadow-color-enabled);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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9 1C8.44772 1 8 1.44772 8 2V3H10V2C10 1.44772 9.55228 1 9 1Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M2 14C2 13.4477 2.44772 13 3 13C3.55228 13 4 12.5523 4 12V8C4 5.79086 5.79086 4 8 4H10C12.2091 4 14 5.79086 14 8V12C14 12.5523 14.4477 13 15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H3C2.44772 15 2 14.5523 2 14Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7 16C7 17.1046 7.89543 18 9 18C10.1046 18 11 17.1046 11 16H7Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-alert{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9 1C8.44772 1 8 1.44772 8 2V3H10V2C10 1.44772 9.55228 1 9 1Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M2 14C2 13.4477 2.44772 13 3 13C3.55228 13 4 12.5523 4 12V8C4 5.79086 5.79086 4 8 4H10C12.2091 4 14 5.79086 14 8V12C14 12.5523 14.4477 13 15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H3C2.44772 15 2 14.5523 2 14Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M7 16C7 17.1046 7.89543 18 9 18C10.1046 18 11 17.1046 11 16H7Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M15.5 5C16.8807 5 18 3.88071 18 2.5C18 1.11929 16.8807 0 15.5 0C14.1193 0 13 1.11929 13 2.5C13 3.88071 14.1193 5 15.5 5Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-tick-up{background-image:url('data:image/svg+xml,<svg width=\"32\" height=\"16\" viewBox=\"0 0 32 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M16 -6.99383e-07L32 16L-1.97729e-05 16L16 -6.99383e-07Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-info{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-failure{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-close{background-image:url('data:image/svg+xml,<svg width=\"8\" height=\"8\" viewBox=\"0 0 8 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.57764e-05 6.87023L1.12989 8.00012L4.00029 5.12959L6.87016 7.99951L8.00001 6.86963L5.13014 3.9997L8.0001 1.12962L6.87025 -0.000274658L4.00028 2.86982L1.13106 0.000548095L0.00120898 1.13044L2.87043 3.99971L4.57764e-05 6.87023Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-empty{background-image:url('data:image/svg+xml,<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M18.7779 2.22227C18.2256 2.22227 17.7779 2.66999 17.7779 3.22228V6.66672H22.2223V3.22227C22.2223 2.66999 21.7746 2.22227 21.2223 2.22227H18.7779Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M4.44455 30.8889C4.44455 29.7844 5.33998 28.8889 6.44455 28.8889L6.66678 28.8889C7.89407 28.8889 8.889 27.894 8.889 26.6667V17.8889C8.889 12.9184 12.9184 8.88894 17.889 8.88894H22.1112C27.0818 8.88894 31.1112 12.9184 31.1112 17.8889V26.6667C31.1112 27.894 32.1061 28.8889 33.3334 28.8889L33.5557 28.8889C34.6602 28.8889 35.5557 29.7844 35.5557 30.8889V31.3334C35.5557 32.438 34.6602 33.3334 33.5557 33.3334H6.44455C5.33999 33.3334 4.44455 32.438 4.44455 31.3334V30.8889Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M15.5557 35.5556C15.5557 38.0102 17.5455 40.0001 20.0001 40.0001C22.4547 40.0001 24.4446 38.0102 24.4446 35.5556H15.5557Z\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A')}\n"] }]
|
|
1074
|
+
], providers: [TranslateService], encapsulation: ViewEncapsulation.None, template: "<div\r\n class=\"dropdown\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n [title]=\"'_BimplusNotifyTitle' | translate\"\r\n >\r\n <div class=\"dropdown-toggle\" >\r\n <div\r\n class=\"main-icon\"\r\n [ngClass]=\"'icon-notify' + (this._alertActive ? '-alert notify' : '')\"\r\n ></div>\r\n </div>\r\n\r\n <div\r\n class=\"bimcomp-dropdown-menu\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n >\r\n <div class=\"notify-tick\"></div>\r\n <div class=\"messages-title\">\r\n <div class=\"messages-count\">\r\n ({{this._messagesList.length}})\r\n </div>\r\n <div\r\n class=\"messages-delete-all\"\r\n (click)=\"_deleteAllMessages()\"\r\n (keypress)=\"_deleteAllMessages()\"\r\n >\r\n {{\"_Notify_Mark_All\" | translate}}\r\n </div>\r\n </div>\r\n <div class=\"messages-container\">\r\n @if (_messagesList.length) {\r\n <lib-bimplus-scrollable-container>\r\n @for (item of _messagesList; track item) {\r\n <div\r\n class=\"message-item\"\r\n >\r\n <div class=\"message-item-title\">\r\n <div [ngClass]=\"'message-item-icon-' + item.type\"></div>\r\n <div\r\n class=\"message-item-title-text\"\r\n [ngClass]=\"{'capitalize':item.capitalizedTitle}\"\r\n >\r\n {{item.title}}\r\n </div>\r\n <div\r\n class=\"message-item-icon-close\"\r\n (click)=\"_closeMessage(item, false, $event)\"\r\n (keypress)=\"_closeMessage(item, false, $event)\"\r\n ></div>\r\n </div>\r\n <div class=\"message-item-body-text\">{{item.text}}</div>\r\n @if (item.linkText) {\r\n @for (link of (item.linkText.constructor === Array ? item.linkText : [item.linkText]); track link; let i = $index) {\r\n <div\r\n class=\"message-item-link\"\r\n [title]=\"_getItemLinkTitle(item, i)\"\r\n (click)=\"_messageAction(item, i)\"\r\n (keypress)=\"_messageAction(item, i)\"\r\n >{{link}}</div>\r\n }\r\n }\r\n </div>\r\n }\r\n </lib-bimplus-scrollable-container>\r\n } @else {\r\n <div class=\"message-item-empty\">\r\n <div class=\"message-item-empty-icon\"></div>\r\n <div class=\"message-item-empty-text\">{{\"_Notify_No_Messages\" | translate}}</div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n></div>\r\n\r\n<div\r\n class=\"bimcomp-messages-preview\"\r\n [ngClass]=\"(showMessagePreview && !_menuOpened && _previewMessagesList.length > 0) ? 'visible' : ''\"\r\n [style.top]=\"previewMessagesOffsetY\"\r\n >\r\n <div class=\"messages-container-preview\">\r\n @for (item of _previewMessagesList; track item) {\r\n <div\r\n class=\"message-item\"\r\n >\r\n <div class=\"message-item-title\">\r\n <div [ngClass]=\"'message-item-icon-' + item.type\"></div>\r\n <div\r\n class=\"message-item-title-text\"\r\n [ngClass]=\"{'capitalize':item.capitalizedTitle}\"\r\n >\r\n {{item.title}}\r\n </div>\r\n <div\r\n class=\"message-item-icon-close\"\r\n (click)=\"_closeMessage(item, true, $event)\"\r\n (keypress)=\"_closeMessage(item, true, $event)\"\r\n ></div>\r\n </div>\r\n <div class=\"message-item-body-text\">\r\n {{item.text}}\r\n </div>\r\n @if (item.linkText) {\r\n @for (link of (item.linkText.constructor === Array ? item.linkText : [item.linkText]); track link; let i = $index) {\r\n <div\r\n class=\"message-item-link\"\r\n [title]=\"_getItemLinkTitle(item, i)\"\r\n (click)=\"_messageAction(item, i)\"\r\n (keypress)=\"_messageAction(item, i)\"\r\n >{{link}}</div>\r\n }\r\n }\r\n </div>\r\n }\r\n </div>\r\n</div>", styles: [".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:var(--notify-message-title-text-color-enabled);background-color:var(--notify-message-title-background-color-enabled)}.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:var(--notify-dropdown-menu-item-background-color-hovered)}.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('data:image/svg+xml,<svg width=\"32\" height=\"16\" viewBox=\"0 0 32 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M16 -6.99383e-07L32 16L-1.97729e-05 16L16 -6.99383e-07Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A');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:var(--notify-messages-container-background-color-enabled);border:thin solid var(--notify-messages-container-border-color-enabled);-webkit-box-shadow:0 .43em .86em var(--notify-messages-container-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--notify-messages-container-box-shadow-color-enabled);text-decoration-color:var(--notify-messages-container-text-decoration-color-enabled);text-decoration-line:none;text-decoration-style:solid;line-height:2.71em;font-weight:400;max-height:16em}.bim-notify .messages-container .message-item-empty,.bim-notify .messages-container-preview .message-item-empty{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('data:image/svg+xml,<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M18.7779 2.22227C18.2256 2.22227 17.7779 2.66999 17.7779 3.22228V6.66672H22.2223V3.22227C22.2223 2.66999 21.7746 2.22227 21.2223 2.22227H18.7779Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M4.44455 30.8889C4.44455 29.7844 5.33998 28.8889 6.44455 28.8889L6.66678 28.8889C7.89407 28.8889 8.889 27.894 8.889 26.6667V17.8889C8.889 12.9184 12.9184 8.88894 17.889 8.88894H22.1112C27.0818 8.88894 31.1112 12.9184 31.1112 17.8889V26.6667C31.1112 27.894 32.1061 28.8889 33.3334 28.8889L33.5557 28.8889C34.6602 28.8889 35.5557 29.7844 35.5557 30.8889V31.3334C35.5557 32.438 34.6602 33.3334 33.5557 33.3334H6.44455C5.33999 33.3334 4.44455 32.438 4.44455 31.3334V30.8889Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M15.5557 35.5556C15.5557 38.0102 17.5455 40.0001 20.0001 40.0001C22.4547 40.0001 24.4446 38.0102 24.4446 35.5556H15.5557Z\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A');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 var(--notify-message-item-border-color-enabled);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-repeat:no-repeat;background-size:auto;background-position:center;background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A');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-repeat:no-repeat;background-size:auto;background-position:center;background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A');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('data:image/svg+xml,<svg width=\"8\" height=\"8\" viewBox=\"0 0 8 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.57764e-05 6.87023L1.12989 8.00012L4.00029 5.12959L6.87016 7.99951L8.00001 6.86963L5.13014 3.9997L8.0001 1.12962L6.87025 -0.000274658L4.00028 2.86982L1.13106 0.000548095L0.00120898 1.13044L2.87043 3.99971L4.57764e-05 6.87023Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A');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:var(--text-link-color-default);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{position:relative;display:flex;flex:1 1 auto}.bim-notify .messages-container lib-bimplus-scrollable-container{max-height:100%;min-width:100%}.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:var(--notify-message-item-background-color-enabled);border:thin solid var(--notify-message-item-border-color-enabled);-webkit-box-shadow:0 .3em .3em var(--notify-message-item-box-shadow-color-enabled);box-shadow:0 .3em .3em var(--notify-message-item-box-shadow-color-enabled);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('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9 1C8.44772 1 8 1.44772 8 2V3H10V2C10 1.44772 9.55228 1 9 1Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M2 14C2 13.4477 2.44772 13 3 13C3.55228 13 4 12.5523 4 12V8C4 5.79086 5.79086 4 8 4H10C12.2091 4 14 5.79086 14 8V12C14 12.5523 14.4477 13 15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H3C2.44772 15 2 14.5523 2 14Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7 16C7 17.1046 7.89543 18 9 18C10.1046 18 11 17.1046 11 16H7Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-alert{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M9 1C8.44772 1 8 1.44772 8 2V3H10V2C10 1.44772 9.55228 1 9 1Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M2 14C2 13.4477 2.44772 13 3 13C3.55228 13 4 12.5523 4 12V8C4 5.79086 5.79086 4 8 4H10C12.2091 4 14 5.79086 14 8V12C14 12.5523 14.4477 13 15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H3C2.44772 15 2 14.5523 2 14Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M7 16C7 17.1046 7.89543 18 9 18C10.1046 18 11 17.1046 11 16H7Z\" fill=\"%2346494D\"/>%0D%0A<path d=\"M15.5 5C16.8807 5 18 3.88071 18 2.5C18 1.11929 16.8807 0 15.5 0C14.1193 0 13 1.11929 13 2.5C13 3.88071 14.1193 5 15.5 5Z\" fill=\"%230066CC\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-tick-up{background-image:url('data:image/svg+xml,<svg width=\"32\" height=\"16\" viewBox=\"0 0 32 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M16 -6.99383e-07L32 16L-1.97729e-05 16L16 -6.99383e-07Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-info{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-failure{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_38_5286)\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8 6V4H10V6H8ZM7 8V7H10V13H11V14H7V13H8V8H7Z\" fill=\"%2346494D\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_38_5286\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-close{background-image:url('data:image/svg+xml,<svg width=\"8\" height=\"8\" viewBox=\"0 0 8 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.57764e-05 6.87023L1.12989 8.00012L4.00029 5.12959L6.87016 7.99951L8.00001 6.86963L5.13014 3.9997L8.0001 1.12962L6.87025 -0.000274658L4.00028 2.86982L1.13106 0.000548095L0.00120898 1.13044L2.87043 3.99971L4.57764e-05 6.87023Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}.bim-notify .icon-notify-empty{background-image:url('data:image/svg+xml,<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M18.7779 2.22227C18.2256 2.22227 17.7779 2.66999 17.7779 3.22228V6.66672H22.2223V3.22227C22.2223 2.66999 21.7746 2.22227 21.2223 2.22227H18.7779Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M4.44455 30.8889C4.44455 29.7844 5.33998 28.8889 6.44455 28.8889L6.66678 28.8889C7.89407 28.8889 8.889 27.894 8.889 26.6667V17.8889C8.889 12.9184 12.9184 8.88894 17.889 8.88894H22.1112C27.0818 8.88894 31.1112 12.9184 31.1112 17.8889V26.6667C31.1112 27.894 32.1061 28.8889 33.3334 28.8889L33.5557 28.8889C34.6602 28.8889 35.5557 29.7844 35.5557 30.8889V31.3334C35.5557 32.438 34.6602 33.3334 33.5557 33.3334H6.44455C5.33999 33.3334 4.44455 32.438 4.44455 31.3334V30.8889Z\" fill=\"%23C3C3C3\"/>%0D%0A<path d=\"M15.5557 35.5556C15.5557 38.0102 17.5455 40.0001 20.0001 40.0001C22.4547 40.0001 24.4446 38.0102 24.4446 35.5556H15.5557Z\" fill=\"%23C3C3C3\"/>%0D%0A</svg>%0D%0A')}\n"] }]
|
|
1073
1075
|
}], ctorParameters: () => [], propDecorators: { newMessages: [{
|
|
1074
1076
|
type: HostBinding,
|
|
1075
1077
|
args: ['class.new-messages']
|
|
@@ -1110,10 +1112,10 @@ class BimplusStorageInfoComponent extends BimplusLocalizedWidgetComponent {
|
|
|
1110
1112
|
_infoClicked(action) {
|
|
1111
1113
|
fireEvent(this, "bimplusStorageInfoClicked", action);
|
|
1112
1114
|
}
|
|
1113
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1114
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1115
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusStorageInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1116
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.4", type: BimplusStorageInfoComponent, isStandalone: true, selector: "lib-bimplus-storage-info", inputs: { usedStorage: { classPropertyName: "usedStorage", publicName: "usedStorage", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { bimplusStorageInfoClicked: "bimplusStorageInfoClicked" }, providers: [TranslateService], usesInheritance: true, ngImport: i0, template: "<div\r\n class=\"storage-info\"\r\n (click)=\"_infoClicked('storageInfo')\"\r\n (keypress)=\"_infoClicked('storageInfo')\"\r\n>\r\n <span class=\"progress-title\">\r\n {{\"_Common_Data_Environment_Quota\" | translate}}\r\n <span class=\"progress-text\" data-test=\"used-storage\">\r\n {{usedStorage()}}%\r\n </span>\r\n </span>\r\n <div class=\"storage-info-bar-container\">\r\n <div \r\n class=\"storage-info-bar\"\r\n [ngClass]=\"{\r\n 'red': usedStorage() >= 90,\r\n 'yellow': usedStorage() >= 80 && usedStorage() < 90,\r\n 'green': usedStorage() < 80\r\n }\"\r\n [style.width]=\"usedStorage() + '%'\"\r\n [style.max-width]=\"usedStorage() + '%'\"\r\n ></div>\r\n </div>\r\n</div>", styles: [".storage-info{font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif;display:flex;cursor:pointer;color:var(--storage-info-placeholder-text-color-enabled);flex-direction:column}.storage-info.hovered,.storage-info:hover{color:var(--storage-info-text-color-hovered)}.storage-info.hovered .storage-info-bar .progress,.storage-info:hover .storage-info-bar .progress{border-color:var(--storage-info-bar-border-color-hovered)}.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:var(--storage-info-bar-container-background-color-enabled);padding:.125em;border:var(--storage-info-bar-container-border-color-enabled) 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:var(--storage-info-bar-background-color-low-enabled)}.storage-info .storage-info-bar-container .storage-info-bar.yellow{background-color:var(--storage-info-bar-background-color-medium-enabled)}.storage-info .storage-info-bar-container .storage-info-bar.green{background-color:var(--storage-info-bar-background-color-high-enabled)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
1115
1117
|
}
|
|
1116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusStorageInfoComponent, decorators: [{
|
|
1117
1119
|
type: Component,
|
|
1118
1120
|
args: [{ selector: 'lib-bimplus-storage-info', imports: [CommonModule, TranslateModule], providers: [TranslateService], encapsulation: ViewEncapsulation.ShadowDom, template: "<div\r\n class=\"storage-info\"\r\n (click)=\"_infoClicked('storageInfo')\"\r\n (keypress)=\"_infoClicked('storageInfo')\"\r\n>\r\n <span class=\"progress-title\">\r\n {{\"_Common_Data_Environment_Quota\" | translate}}\r\n <span class=\"progress-text\" data-test=\"used-storage\">\r\n {{usedStorage()}}%\r\n </span>\r\n </span>\r\n <div class=\"storage-info-bar-container\">\r\n <div \r\n class=\"storage-info-bar\"\r\n [ngClass]=\"{\r\n 'red': usedStorage() >= 90,\r\n 'yellow': usedStorage() >= 80 && usedStorage() < 90,\r\n 'green': usedStorage() < 80\r\n }\"\r\n [style.width]=\"usedStorage() + '%'\"\r\n [style.max-width]=\"usedStorage() + '%'\"\r\n ></div>\r\n </div>\r\n</div>", styles: [".storage-info{font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif;display:flex;cursor:pointer;color:var(--storage-info-placeholder-text-color-enabled);flex-direction:column}.storage-info.hovered,.storage-info:hover{color:var(--storage-info-text-color-hovered)}.storage-info.hovered .storage-info-bar .progress,.storage-info:hover .storage-info-bar .progress{border-color:var(--storage-info-bar-border-color-hovered)}.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:var(--storage-info-bar-container-background-color-enabled);padding:.125em;border:var(--storage-info-bar-container-border-color-enabled) 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:var(--storage-info-bar-background-color-low-enabled)}.storage-info .storage-info-bar-container .storage-info-bar.yellow{background-color:var(--storage-info-bar-background-color-medium-enabled)}.storage-info .storage-info-bar-container .storage-info-bar.green{background-color:var(--storage-info-bar-background-color-high-enabled)}\n"] }]
|
|
1119
1121
|
}], ctorParameters: () => [], propDecorators: { usedStorage: [{ type: i0.Input, args: [{ isSignal: true, alias: "usedStorage", required: false }] }], bimplusStorageInfoClicked: [{
|
|
@@ -1173,10 +1175,10 @@ class BimplusUpgradeLinkComponent extends BimplusLocalizedWidgetComponent {
|
|
|
1173
1175
|
// Emit to parent
|
|
1174
1176
|
fireEvent(this, "bimplusUpgradeLinkClicked", domainLink);
|
|
1175
1177
|
}
|
|
1176
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1177
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "
|
|
1178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusUpgradeLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1179
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.1.4", type: BimplusUpgradeLinkComponent, isStandalone: true, selector: "lib-bimplus-upgrade-link", inputs: { shopUrl: "shopUrl", country: "country", isTouch: ["isTouch", "isTouch", booleanAttribute] }, outputs: { bimplusUpgradeLinkClicked: "bimplusUpgradeLinkClicked" }, providers: [TranslateService], usesInheritance: true, ngImport: i0, template: " <div\r\n class=\"bimplus-upgrade-link secondary-button body-text-mixin\"\r\n [ngClass]=\"isTouch ? 'is-touch' : ''\"\r\n (click)=\"_linkClicked()\"\r\n (keypress)=\"_linkClicked()\"\r\n >\r\n {{ \"_Upgrade_to_Bimplus\" | translate }}\r\n </div>\r\n\r\n", styles: [".secondary-button{border:solid 2px var(--color-border-input-focus);border-radius:.4rem;padding:.4rem;box-sizing:border-box;line-height:1.2;height:100%;display:inline-block;color:var(--color-border-input-focus);text-transform:uppercase;text-align:center;font-family:var(--font-family, \"Source Sans Pro\", Helvetica, Arial, tahoma, sans-serif);font-size:100%;font-weight:var(--font-weight, 700);cursor:pointer}.secondary-button:hover{background-color:var(--color-background-button-secondary-hover)}.secondary-button.hidden{visibility:hidden}.is-touch .secondary-button{padding-left:0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
1178
1180
|
}
|
|
1179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusUpgradeLinkComponent, decorators: [{
|
|
1180
1182
|
type: Component,
|
|
1181
1183
|
args: [{ selector: 'lib-bimplus-upgrade-link', imports: [CommonModule, TranslateModule], providers: [TranslateService], encapsulation: ViewEncapsulation.ShadowDom, template: " <div\r\n class=\"bimplus-upgrade-link secondary-button body-text-mixin\"\r\n [ngClass]=\"isTouch ? 'is-touch' : ''\"\r\n (click)=\"_linkClicked()\"\r\n (keypress)=\"_linkClicked()\"\r\n >\r\n {{ \"_Upgrade_to_Bimplus\" | translate }}\r\n </div>\r\n\r\n", styles: [".secondary-button{border:solid 2px var(--color-border-input-focus);border-radius:.4rem;padding:.4rem;box-sizing:border-box;line-height:1.2;height:100%;display:inline-block;color:var(--color-border-input-focus);text-transform:uppercase;text-align:center;font-family:var(--font-family, \"Source Sans Pro\", Helvetica, Arial, tahoma, sans-serif);font-size:100%;font-weight:var(--font-weight, 700);cursor:pointer}.secondary-button:hover{background-color:var(--color-background-button-secondary-hover)}.secondary-button.hidden{visibility:hidden}.is-touch .secondary-button{padding-left:0}\n"] }]
|
|
1182
1184
|
}], ctorParameters: () => [], propDecorators: { shopUrl: [{
|
|
@@ -1345,12 +1347,12 @@ class BimplusUserMenuComponent extends BimplusLocalizedWidgetComponent {
|
|
|
1345
1347
|
_getLangId(lang) {
|
|
1346
1348
|
return "portalLanguage" + lang?.symbol.charAt(0).toUpperCase() + lang?.symbol.slice(1);
|
|
1347
1349
|
}
|
|
1348
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1349
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: BimplusUserMenuComponent, isStandalone: true, selector: "lib-bimplus-user-menu", inputs: { accountSettingsVisible: ["accountSettingsVisible", "accountSettingsVisible", booleanAttribute], removeConnectedAppsVisible: ["removeConnectedAppsVisible", "removeConnectedAppsVisible", booleanAttribute], userGuideVisible: ["userGuideVisible", "userGuideVisible", booleanAttribute], contactFormVisible: ["contactFormVisible", "contactFormVisible", booleanAttribute], forumVisible: ["forumVisible", "forumVisible", booleanAttribute], releaseNotesVisible: ["releaseNotesVisible", "releaseNotesVisible", booleanAttribute], submenuVisible: ["submenuVisible", "submenuVisible", booleanAttribute], clearCacheVisible: ["clearCacheVisible", "clearCacheVisible", booleanAttribute], dividerLoggedInVisible: ["dividerLoggedInVisible", "dividerLoggedInVisible", booleanAttribute], logoutVisible: ["logoutVisible", "logoutVisible", booleanAttribute], isEmbedded: ["isEmbedded", "isEmbedded", booleanAttribute], isTouch: ["isTouch", "isTouch", booleanAttribute], allowRcaItem: ["allowRcaItem", "allowRcaItem", booleanAttribute], buttonTitle: "buttonTitle", userName: "userName", userPhotoUrl: "userPhotoUrl", userGuideLinkUrl: "userGuideLinkUrl", contactFormLinkUrl: "contactFormLinkUrl", forumLinkUrl: "forumLinkUrl" }, outputs: { bimplusUserMenuClicked: "bimplusUserMenuClicked", bimplusLanguageSelected: "bimplusLanguageSelected" }, providers: [TranslateService], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div\r\n [attr.key]=\"'bimcompOverlay'\"\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n></div>\r\n<div\r\n [attr.key]=\"'userMenu'\"\r\n class=\"dropdown\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n>\r\n <div\r\n class=\"dropdown-toggle\"\r\n [title]=\"buttonTitle ? buttonTitle : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n <img\r\n class=\"user-photo\"\r\n src=\"{{ userPhotoUrl ? userPhotoUrl : '' }}\"\r\n alt=\"{{ buttonTitle ? buttonTitle : '' }}\"\r\n />\r\n <div class=\"user-name\">\r\n @if (!isTouch) {\r\n {{ userName }}\r\n }\r\n </div>\r\n <span class=\"caret\"></span>\r\n </div>\r\n <ul class=\"bimcomp-dropdown-menu\" [ngClass]=\"_menuOpened ? 'open' : ''\">\r\n <ng-container *ngFor=\"let item of _getMenuItems(); let i = index\">\r\n <li\r\n *ngIf=\"item\"\r\n [attr.key]=\"item.id\"\r\n [attr.role]=\"item.type === 'divider' ? 'separator' : ''\"\r\n [ngClass]=\"{\r\n divider: item.type === 'divider',\r\n languageMenuItem: item.action === 'submenu',\r\n 'submenu-hidden':\r\n (!item.url || item.url.slice(0, 2) === '#/') &&\r\n item.action !== 'submenu'\r\n }\"\r\n (click)=\"_menuItemClicked(item, i)\"\r\n (keypress)=\"_menuItemClicked(item, i)\"\r\n >\r\n @if (item.action === 'submenu') {\r\n <div class=\"submenu arrow\"></div>\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n <div\r\n class=\"languagesSubmenu\"\r\n [ngClass]=\"_languagesMenuOpened ? 'open' : ''\"\r\n >\r\n <div class=\"languageSubmenuItems\">\r\n <div\r\n *ngFor=\"let lang of _languagesList\"\r\n [attr.key]=\"_getLangId(lang)\"\r\n id=\"{{ _getLangId(lang) }}\"\r\n class=\"languageSubmenuItem\"\r\n [ngClass]=\"\r\n lang.symbol === this.selectedLanguage ? 'selected' : ''\r\n \"\r\n (click)=\"_switchLanguage(lang.symbol)\"\r\n (keypress)=\"_switchLanguage(lang.symbol)\"\r\n >\r\n {{ lang.text }}\r\n </div>\r\n </div>\r\n </div>\r\n } @else if (!item.url || item.url.slice(0,2) === \"#/\") {\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n } @else if (!item.type || item.type !== \"divider\") {\r\n <a\r\n href=\"{{ _buildUrl(item) }}\"\r\n rel=\"noopener\"\r\n target=\"_blank\"\r\n class=\"submenu-hidden\"\r\n >\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n </a>\r\n }\r\n </li>\r\n </ng-container>\r\n </ul>\r\n</div>\r\n", styles: [".dropdown{position:relative;cursor:pointer;display:flex;justify-content:space-around;align-items:center;height:3.25em;font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif}.dropdown.open{color:var(--user-menu-dropdown-open-text-color-enabled);background-color:var(--user-menu-dropdown-open-background-color-enabled)}.dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;background-size:1.4em 1.4em;padding-right:.2em;padding-left:.2em;display:flex;flex-direction:row;align-items:center;font-weight:600;color:var(--user-menu-dropdown-toggle-text-color-enabled)}.dropdown-toggle .user-photo{width:2.25em;height:2.25em;margin:auto;border-radius:50%;object-fit:cover;background:url(data:image/webp;base64,UklGRkwBAABXRUJQVlA4IEABAADQBgCdASoyADIAAAAAJaQDUjaf7oEeiPRF3yU6tbiYktntL5WdEThhajKsiXo4Ku0dscPZ3dW+jTo7xjUEKUAA/v//ZcmVd7zCXRfgSVqw/Twfi9ts7v45fTGKKf9dsaodW/hX1x5viwUW4FxPu7WUas3j5xvVaz+99HmZdfMoKD+v/BQHrRcCGVG22S9HqfRDhq5Q5UrRw0FysbX+Swwxq4l7UhHTw7P11FMANA7O2bxZbcW5gkB9hzsBHyhM+71h3eKDx0iP/g1/x+RvMsKH0nTO1S3bRqkwhQq6cYJK634mNfqO+5Rd+ywco0z0iftdIXkE+Zab7NODGHE4B9F6eaIKZ6kZq4o6kfv/n2/iQmISgBQO1GcWqDgifjv5rc2SeEMf91IpNt/eIHnF/hIP/f8NyOjT0IAM7MoClgAAAA==) no-repeat center}.dropdown-toggle .caret{display:inline-block;width:0;height:0;margin-top:.19em;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 .user-name{margin-left:.2em}.dropdown-toggle:hover{color:var(--user-menu-dropdown-toggle-text-color-hovered)}.languageMenuItem{position:relative}.languageMenuItem .languagesSubmenu{position:absolute;display:none;transform-origin:left;transform:rotate(180deg) translateY(calc(-50% + 1.605em));border-radius:.29em;border:thin solid var(--user-menu-language-submenu-border-color-enabled);box-shadow:0 1px 2px var(--user-menu-language-submenu-box-shadow-color-enabled);background-color:var(--user-menu-language-submenu-background-color-enabled)}.languageMenuItem .languagesSubmenu .languageSubmenuItems{display:flex;flex-direction:column;transform-origin:center;transform:rotate(180deg);font-size:1em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem{border:none;background-color:var(--user-menu-language-submenu-item-background-color-enabled);padding-left:2em;padding-right:5em;line-height:2.4em;height:2.4em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected,.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected:first-child,.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected:last-child{background-color:var(--language-submenu-item-background-color-selected)}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:first-child{background-color:var(--user-menu-language-submenu-item-background-color-enabled);border-radius:.29em .29em 0 0;margin-top:.5em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:last-child{background-color:var(--user-menu-language-submenu-item-background-color-enabled);border-radius:0 0 .29em .29em;margin-bottom:.5em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered)}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:first-child:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered);border-radius:.29em .29em 0 0}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:last-child:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered);border-radius:0 0 .29em .29em}.languageMenuItem .languagesSubmenu.open{display:block}.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:var(--user-menu-dropdown-menu-background-color-enabled);border:thin solid var(--user-menu-dropdown-menu-border-color-enabled);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em var(--user-menu-dropdown-menu-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--user-menu-dropdown-menu-box-shadow-color-enabled);text-decoration-color:var(--user-menu-dropdown-menu-text-decoration-color-enabled);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 0;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;padding-right:2.2em}.bimcomp-dropdown-menu li .submenu{min-width:2.8em;width:2.8em;min-height:2.8em;height:2.8em}.bimcomp-dropdown-menu li.submenu-hidden{padding-left:2.8em}.bimcomp-dropdown-menu li .submenu.arrow{background:url('data:image/svg+xml,<svg width=\"5\" height=\"8\" viewBox=\"0 0 5 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.18765 7.35013C4.51503 7.61204 5 7.37895 5 6.9597L5 1.04032C5 0.621068 4.51503 0.387982 4.18765 0.649887L0.488043 3.60957C0.23784 3.80974 0.23784 4.19028 0.488043 4.39044L4.18765 7.35013Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A%0D%0A');background-position:center center;background-repeat:no-repeat;background-size:.7em .7em}.bimcomp-dropdown-menu li .submenu-hidden{padding-left:2.8em}.bimcomp-dropdown-menu li:hover{background-color:var(--user-menu-dropdown-menu-item-background-color-hovered)}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu .divider{height:1px;margin:.5em 0;overflow:hidden;background-color:var(--user-menu-dropdown-menu-divider-background-color-enabled);cursor:auto;padding:0}.bimcomp-dropdown-menu a:link,.bimcomp-dropdown-menu a:visited,.bimcomp-dropdown-menu a:hover,.bimcomp-dropdown-menu a:active{color:var(--user-menu-dropdown-menu-link-text-color-enabled);text-decoration-color:var(--user-menu-dropdown-menu-link-text-decoration-color-enabled);text-decoration-line:none;width:100%;padding-right:2.2em}.bimcomp-dropdown-menu.open{display:flex;flex-direction:column}.text-capitalized{text-transform:capitalize}.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-account-settings{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.32311 3.18961C2.13152 1.81268 2.92547 0 5 0C7.07453 0 7.86848 1.81268 7.67689 3.18961C7.4853 4.56647 7.29984 4.96414 6.49976 5.85335C6.49976 5.85335 6.31047 5.97762 6.31047 6.55639C6.31047 6.91419 6.31047 6.94573 6.49976 7.08198C9.30387 8.21423 9.96294 8.78201 9.99666 9.72824C9.99819 9.77181 9.99972 10.2155 9.99972 10.7272C10.0005 11.4493 9.99972 12.3067 9.99666 12.366C9.94991 13.2733 9.36365 14 5 14C0.636354 14 0.0500897 13.2733 0.00334184 12.366C0.00027641 12.3057 -0.000489949 11.4204 0.00027641 10.6911C0.00027641 10.1948 0.00180913 9.77082 0.00334184 9.72824C0.0370616 8.78201 0.69613 8.21423 3.50024 7.08198C3.68953 6.94573 3.68953 6.91419 3.68953 6.55639C3.68953 5.97762 3.50024 5.85335 3.50024 5.85335C2.70016 4.96414 2.5147 4.56647 2.32311 3.18961Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M16.0084 11.0002L12.0127 15.0308L13.9755 17.0106L17.9712 12.9801L16.0084 11.0002Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11 18.0356H12.9827L11 16.0356V18.0356Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-rca{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_6875:7973)\">%0D%0A<path d=\"M7.45468 2.12146C6.2831 0.949886 4.38361 0.949885 3.21204 2.12146L2.12132 3.21218C0.949748 4.38375 0.949745 6.28324 2.12132 7.45481L4.66669 10.0002L6.00003 8.66684L3.37379 6.0406C2.98326 5.65008 2.98326 5.01691 3.37379 4.62639L4.62625 3.37392C5.01678 2.9834 5.64994 2.9834 6.04046 3.37392L8.66671 6.00017L10 4.66683L7.45468 2.12146Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M15.879 10.5453C17.0506 11.7169 17.0506 13.6164 15.879 14.788L14.7883 15.8787C13.6167 17.0503 11.7172 17.0503 10.5457 15.8787L8.0003 13.3333L9.33364 12L11.9599 14.6262C12.3504 15.0167 12.9836 15.0167 13.3741 14.6262L14.6266 13.3737C15.0171 12.9832 15.0171 12.3501 14.6266 11.9595L12.0003 9.33329L13.3337 7.99995L15.879 10.5453Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M10.0003 7.33285L11.6993 3.36863C11.8695 2.97157 12.3156 2.77124 12.7254 2.90784V2.90784C13.3111 3.1031 13.4866 3.84654 13.05 4.28314L10.0003 7.33285Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7.33432 10.0003L3.37009 11.6993C2.97304 11.8695 2.7727 12.3156 2.90931 12.7254V12.7254C3.10456 13.3111 3.848 13.4866 4.2846 13.05L7.33432 10.0003Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M10.6657 7.99967L14.6299 6.30072C15.027 6.13055 15.2273 5.68444 15.0907 5.27462V5.27462C14.8954 4.68885 14.152 4.51335 13.7154 4.94996L10.6657 7.99967Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7.99967 10.6671L6.30072 14.6314C6.13055 15.0284 5.68444 15.2288 5.27462 15.0922V15.0922C4.68885 14.8969 4.51335 14.1535 4.94996 13.7169L7.99967 10.6671Z\" fill=\"%23444444\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_6875:7973\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-user-guide{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M8.78105 13.4185C8.18105 13.4185 7.78105 13.5184 7.48105 13.7184C7.28105 13.9184 7.08105 14.2185 7.08105 14.6185C7.08105 15.0185 7.18105 15.2185 7.48105 15.5185C7.78105 15.7185 8.18105 15.8185 8.78105 15.8185C9.38105 15.8185 9.78105 15.7185 10.0811 15.5185C10.3811 15.3185 10.4811 15.0185 10.4811 14.6185C10.4811 14.2185 10.3811 14.0184 10.0811 13.7184C9.78105 13.5184 9.38105 13.4185 8.78105 13.4185Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M12.4816 2.71844C11.5816 1.91844 10.3816 1.41846 8.98164 1.41846C8.28164 1.41846 7.58164 1.51844 6.98164 1.71844C6.28164 1.91844 5.38164 2.31845 4.18164 2.81845V4.71844C4.18164 5.31844 4.28164 5.71846 4.48164 5.91846C4.68164 6.11846 4.98164 6.31845 5.28164 6.31845C5.58164 6.31845 5.88164 6.21846 6.08164 5.91846C6.28164 5.71846 6.38164 5.31844 6.38164 4.71844V4.41846C6.58164 4.31846 6.78164 4.21847 6.98164 4.11847C7.58164 3.91847 8.18164 3.81845 8.88164 3.81845C9.48164 3.81845 9.98164 3.91847 10.3816 4.11847C10.4816 4.21847 10.6816 4.31846 10.7816 4.41846C11.1816 4.81846 11.4816 5.31845 11.4816 5.81845C11.4816 6.21845 11.2816 6.61846 10.8816 7.01846C10.4816 7.41846 9.38164 7.91847 7.58164 8.61847V9.91846C7.58164 10.5185 7.68164 10.9185 7.88164 11.1185C8.08164 11.3185 8.38164 11.5185 8.68164 11.5185C8.98164 11.5185 9.28164 11.4184 9.48164 11.2184C9.68164 11.0184 9.78164 10.7184 9.88164 10.2184C11.3816 9.51845 12.4816 8.91844 12.9816 8.21844C13.4816 7.61844 13.7816 6.81846 13.7816 5.91846C13.8816 4.61846 13.3816 3.51844 12.4816 2.71844Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-contact-form{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_197_691)\">%0D%0A<path d=\"M16.0381 10.965L12.0421 14.995L14.0051 16.975L18.0001 12.945L16.0381 10.965ZM11.0301 18H13.0121L11.0291 16L11.0301 18Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11 0H0V14H11V0ZM9.16667 12H1.83333V2H9.16667V12Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M3 3H8V4.6H3V3ZM3 6.2H7V7.8H3V6.2ZM3 9.4H7V11H3V9.4Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_197_691\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-forum{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M14 4V6H16V12H14H13H8H7.5L6 14H12L15 17V14H18V4H14Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M7 11H13V1H0V11H4V15L7 11ZM2 9V3H11V9H2Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-release-notes{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_198_487)\">%0D%0A<path d=\"M6.934 12.0704L9.82258 17.0736L8.17753 18.0233L5.28895 13.0202L6.934 12.0704Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M15.4086 12.2739L7.7489 12.1102L4.86032 7.10708L8.54847 0.391757L15.4086 12.2739ZM6.79689 7.08632L8.73488 10.443L12.4489 10.5226L8.58504 3.83009L6.79689 7.08632Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M2.30721 9.83205L4.11253 12.959L2.04934 14.1501L0.244019 11.0232L2.30721 9.83205Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M5.19565 6.49671L8.44523 12.1251L4.31886 14.5075L1.06928 8.87907L5.19565 6.49671ZM4.93643 12.2022L6.14001 11.5073L5.35902 10.1546L4.57803 8.80186L3.37445 9.49674L4.93643 12.2022Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M13.7502 5.94797C13.5949 5.67893 13.687 5.33491 13.9561 5.17958L15.5608 4.25311C15.8298 4.09778 16.1738 4.18996 16.3292 4.459C16.4845 4.72804 16.3923 5.07206 16.1233 5.22739L14.5186 6.15386C14.2495 6.30919 13.9055 6.21701 13.7502 5.94797Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11.7015 3.10697C11.4455 2.93085 11.3445 2.55984 11.4759 2.2783L12.3311 0.444891C12.4624 0.163355 12.7763 0.0779025 13.0323 0.254028C13.2882 0.430153 13.3892 0.801161 13.2578 1.0827L12.4026 2.91611C12.2713 3.19765 11.9574 3.2831 11.7015 3.10697Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M14.8416 9.21548C14.8171 8.90579 15.048 8.67666 15.3575 8.70369L17.3729 8.87975C17.6824 8.90679 17.9532 9.17975 17.9778 9.48944C18.0023 9.79913 17.7714 10.0283 17.4619 10.0012L15.4465 9.82517C15.137 9.79813 14.8662 9.52516 14.8416 9.21548Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_198_487\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-clear-cache{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_197_738)\">%0D%0A<path d=\"M9 18C8.35393 17.627 7.68607 17.293 7 17V18H9ZM6 18L5 16L3 18H6ZM2 18V17L0 18H2ZM10 7C8.8 6.5 7 6 7 6C7 6 3.2 2.1 2.2 1.1C1.2 0.0999976 0.7 -0.300002 0.2 0.0999977C-0.3 0.499998 0.3 1.2 1.2 2.1C2.2 3.2 6 7 6 7C6 7 6.6 8.7 7 10L10 7ZM11 7L7 11C7.4 12.6 12 18 12 18L18 12C18 12 12.9 7.8 11 7Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_197_738\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-languages{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1L5 3H0V4.49999L2 4.5C2.43947 6.27912 3.24436 7.55186 4.50213 8.88094C3.3069 9.5683 0 11 0 11L1 12C1 12 3.5 11 5.44323 9.75533C6.5 10.5 8 11.5 8 11.5L9 10.5C9 10.5 7.5572 9.75533 6.53981 8.88087C7.75282 7.52893 8.5814 6.27217 9 4.5H11V3H6.5C6.43255 2.80538 5.5 1 5.5 1H4ZM5.4856 8.0701C4.40554 6.99056 3.83462 6.00259 3.5 4.5H7.5C7.24387 5.99973 6.55146 7.01658 5.4856 8.0701Z\" fill=\"%232F3133\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.2522 16.9813L10 16.9813L11 14.5H15L16.0071 16.9813H17.7223L13.7226 7.02972L12.2522 7.03339L8.2522 16.9813ZM14.5 13H11.5L13.0012 8.54775L14.5 13Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-log-out{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M7 1V3H16V16H7V18H18V1H7Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M13 8H5V5L0 9.5L5 14V11H13V8Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') 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}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
1350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusUserMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1351
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: BimplusUserMenuComponent, isStandalone: true, selector: "lib-bimplus-user-menu", inputs: { accountSettingsVisible: ["accountSettingsVisible", "accountSettingsVisible", booleanAttribute], removeConnectedAppsVisible: ["removeConnectedAppsVisible", "removeConnectedAppsVisible", booleanAttribute], userGuideVisible: ["userGuideVisible", "userGuideVisible", booleanAttribute], contactFormVisible: ["contactFormVisible", "contactFormVisible", booleanAttribute], forumVisible: ["forumVisible", "forumVisible", booleanAttribute], releaseNotesVisible: ["releaseNotesVisible", "releaseNotesVisible", booleanAttribute], submenuVisible: ["submenuVisible", "submenuVisible", booleanAttribute], clearCacheVisible: ["clearCacheVisible", "clearCacheVisible", booleanAttribute], dividerLoggedInVisible: ["dividerLoggedInVisible", "dividerLoggedInVisible", booleanAttribute], logoutVisible: ["logoutVisible", "logoutVisible", booleanAttribute], isEmbedded: ["isEmbedded", "isEmbedded", booleanAttribute], isTouch: ["isTouch", "isTouch", booleanAttribute], allowRcaItem: ["allowRcaItem", "allowRcaItem", booleanAttribute], buttonTitle: "buttonTitle", userName: "userName", userPhotoUrl: "userPhotoUrl", userGuideLinkUrl: "userGuideLinkUrl", contactFormLinkUrl: "contactFormLinkUrl", forumLinkUrl: "forumLinkUrl" }, outputs: { bimplusUserMenuClicked: "bimplusUserMenuClicked", bimplusLanguageSelected: "bimplusLanguageSelected" }, providers: [TranslateService], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div\r\n [attr.key]=\"'bimcompOverlay'\"\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n></div>\r\n<div\r\n [attr.key]=\"'userMenu'\"\r\n class=\"dropdown\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n >\r\n <div\r\n class=\"dropdown-toggle\"\r\n [title]=\"buttonTitle ? buttonTitle : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n <img\r\n class=\"user-photo\"\r\n src=\"{{ userPhotoUrl ? userPhotoUrl : '' }}\"\r\n alt=\"{{ buttonTitle ? buttonTitle : '' }}\"\r\n />\r\n <div class=\"user-name\">\r\n @if (!isTouch) {\r\n {{ userName }}\r\n }\r\n </div>\r\n <span class=\"caret\"></span>\r\n </div>\r\n <ul class=\"bimcomp-dropdown-menu\" [ngClass]=\"_menuOpened ? 'open' : ''\">\r\n @for (item of _getMenuItems(); track item; let i = $index) {\r\n @if (item) {\r\n <li\r\n [attr.key]=\"item.id\"\r\n [attr.role]=\"item.type === 'divider' ? 'separator' : ''\"\r\n [ngClass]=\"{\r\n divider: item.type === 'divider',\r\n languageMenuItem: item.action === 'submenu',\r\n 'submenu-hidden':\r\n (!item.url || item.url.slice(0, 2) === '#/') &&\r\n item.action !== 'submenu'\r\n }\"\r\n (click)=\"_menuItemClicked(item, i)\"\r\n (keypress)=\"_menuItemClicked(item, i)\"\r\n >\r\n @if (item.action === 'submenu') {\r\n <div class=\"submenu arrow\"></div>\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n <div\r\n class=\"languagesSubmenu\"\r\n [ngClass]=\"_languagesMenuOpened ? 'open' : ''\"\r\n >\r\n <div class=\"languageSubmenuItems\">\r\n @for (lang of _languagesList; track lang) {\r\n <div\r\n [attr.key]=\"_getLangId(lang)\"\r\n id=\"{{ _getLangId(lang) }}\"\r\n class=\"languageSubmenuItem\"\r\n [ngClass]=\"\r\n lang.symbol === this.selectedLanguage ? 'selected' : ''\r\n \"\r\n (click)=\"_switchLanguage(lang.symbol)\"\r\n (keypress)=\"_switchLanguage(lang.symbol)\"\r\n >\r\n {{ lang.text }}\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n } @else if (!item.url || item.url.slice(0,2) === \"#/\") {\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n } @else if (!item.type || item.type !== \"divider\") {\r\n <a\r\n href=\"{{ _buildUrl(item) }}\"\r\n rel=\"noopener\"\r\n target=\"_blank\"\r\n class=\"submenu-hidden\"\r\n >\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n </a>\r\n }\r\n </li>\r\n }\r\n }\r\n </ul>\r\n </div>\r\n", styles: [".dropdown{position:relative;cursor:pointer;display:flex;justify-content:space-around;align-items:center;height:3.25em;font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif}.dropdown.open{color:var(--user-menu-dropdown-open-text-color-enabled);background-color:var(--user-menu-dropdown-open-background-color-enabled)}.dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;background-size:1.4em 1.4em;padding-right:.2em;padding-left:.2em;display:flex;flex-direction:row;align-items:center;font-weight:600;color:var(--user-menu-dropdown-toggle-text-color-enabled)}.dropdown-toggle .user-photo{width:2.25em;height:2.25em;margin:auto;border-radius:50%;object-fit:cover;background:url(data:image/webp;base64,UklGRkwBAABXRUJQVlA4IEABAADQBgCdASoyADIAAAAAJaQDUjaf7oEeiPRF3yU6tbiYktntL5WdEThhajKsiXo4Ku0dscPZ3dW+jTo7xjUEKUAA/v//ZcmVd7zCXRfgSVqw/Twfi9ts7v45fTGKKf9dsaodW/hX1x5viwUW4FxPu7WUas3j5xvVaz+99HmZdfMoKD+v/BQHrRcCGVG22S9HqfRDhq5Q5UrRw0FysbX+Swwxq4l7UhHTw7P11FMANA7O2bxZbcW5gkB9hzsBHyhM+71h3eKDx0iP/g1/x+RvMsKH0nTO1S3bRqkwhQq6cYJK634mNfqO+5Rd+ywco0z0iftdIXkE+Zab7NODGHE4B9F6eaIKZ6kZq4o6kfv/n2/iQmISgBQO1GcWqDgifjv5rc2SeEMf91IpNt/eIHnF/hIP/f8NyOjT0IAM7MoClgAAAA==) no-repeat center}.dropdown-toggle .caret{display:inline-block;width:0;height:0;margin-top:.19em;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 .user-name{margin-left:.2em}.dropdown-toggle:hover{color:var(--user-menu-dropdown-toggle-text-color-hovered)}.languageMenuItem{position:relative}.languageMenuItem .languagesSubmenu{position:absolute;display:none;transform-origin:left;transform:rotate(180deg) translateY(calc(-50% + 1.605em));border-radius:.29em;border:thin solid var(--user-menu-language-submenu-border-color-enabled);box-shadow:0 1px 2px var(--user-menu-language-submenu-box-shadow-color-enabled);background-color:var(--user-menu-language-submenu-background-color-enabled)}.languageMenuItem .languagesSubmenu .languageSubmenuItems{display:flex;flex-direction:column;transform-origin:center;transform:rotate(180deg);font-size:1em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem{border:none;background-color:var(--user-menu-language-submenu-item-background-color-enabled);padding-left:2em;padding-right:5em;line-height:2.4em;height:2.4em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected,.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected:first-child,.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected:last-child{background-color:var(--language-submenu-item-background-color-selected)}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:first-child{background-color:var(--user-menu-language-submenu-item-background-color-enabled);border-radius:.29em .29em 0 0;margin-top:.5em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:last-child{background-color:var(--user-menu-language-submenu-item-background-color-enabled);border-radius:0 0 .29em .29em;margin-bottom:.5em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered)}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:first-child:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered);border-radius:.29em .29em 0 0}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:last-child:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered);border-radius:0 0 .29em .29em}.languageMenuItem .languagesSubmenu.open{display:block}.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:var(--user-menu-dropdown-menu-background-color-enabled);border:thin solid var(--user-menu-dropdown-menu-border-color-enabled);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em var(--user-menu-dropdown-menu-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--user-menu-dropdown-menu-box-shadow-color-enabled);text-decoration-color:var(--user-menu-dropdown-menu-text-decoration-color-enabled);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 0;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;padding-right:2.2em}.bimcomp-dropdown-menu li .submenu{min-width:2.8em;width:2.8em;min-height:2.8em;height:2.8em}.bimcomp-dropdown-menu li.submenu-hidden{padding-left:2.8em}.bimcomp-dropdown-menu li .submenu.arrow{background:url('data:image/svg+xml,<svg width=\"5\" height=\"8\" viewBox=\"0 0 5 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.18765 7.35013C4.51503 7.61204 5 7.37895 5 6.9597L5 1.04032C5 0.621068 4.51503 0.387982 4.18765 0.649887L0.488043 3.60957C0.23784 3.80974 0.23784 4.19028 0.488043 4.39044L4.18765 7.35013Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A%0D%0A');background-position:center center;background-repeat:no-repeat;background-size:.7em .7em}.bimcomp-dropdown-menu li .submenu-hidden{padding-left:2.8em}.bimcomp-dropdown-menu li:hover{background-color:var(--user-menu-dropdown-menu-item-background-color-hovered)}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu .divider{height:1px;margin:.5em 0;overflow:hidden;background-color:var(--user-menu-dropdown-menu-divider-background-color-enabled);cursor:auto;padding:0}.bimcomp-dropdown-menu a:link,.bimcomp-dropdown-menu a:visited,.bimcomp-dropdown-menu a:hover,.bimcomp-dropdown-menu a:active{color:var(--user-menu-dropdown-menu-link-text-color-enabled);text-decoration-color:var(--user-menu-dropdown-menu-link-text-decoration-color-enabled);text-decoration-line:none;width:100%;padding-right:2.2em}.bimcomp-dropdown-menu.open{display:flex;flex-direction:column}.text-capitalized{text-transform:capitalize}.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-account-settings{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.32311 3.18961C2.13152 1.81268 2.92547 0 5 0C7.07453 0 7.86848 1.81268 7.67689 3.18961C7.4853 4.56647 7.29984 4.96414 6.49976 5.85335C6.49976 5.85335 6.31047 5.97762 6.31047 6.55639C6.31047 6.91419 6.31047 6.94573 6.49976 7.08198C9.30387 8.21423 9.96294 8.78201 9.99666 9.72824C9.99819 9.77181 9.99972 10.2155 9.99972 10.7272C10.0005 11.4493 9.99972 12.3067 9.99666 12.366C9.94991 13.2733 9.36365 14 5 14C0.636354 14 0.0500897 13.2733 0.00334184 12.366C0.00027641 12.3057 -0.000489949 11.4204 0.00027641 10.6911C0.00027641 10.1948 0.00180913 9.77082 0.00334184 9.72824C0.0370616 8.78201 0.69613 8.21423 3.50024 7.08198C3.68953 6.94573 3.68953 6.91419 3.68953 6.55639C3.68953 5.97762 3.50024 5.85335 3.50024 5.85335C2.70016 4.96414 2.5147 4.56647 2.32311 3.18961Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M16.0084 11.0002L12.0127 15.0308L13.9755 17.0106L17.9712 12.9801L16.0084 11.0002Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11 18.0356H12.9827L11 16.0356V18.0356Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-rca{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_6875:7973)\">%0D%0A<path d=\"M7.45468 2.12146C6.2831 0.949886 4.38361 0.949885 3.21204 2.12146L2.12132 3.21218C0.949748 4.38375 0.949745 6.28324 2.12132 7.45481L4.66669 10.0002L6.00003 8.66684L3.37379 6.0406C2.98326 5.65008 2.98326 5.01691 3.37379 4.62639L4.62625 3.37392C5.01678 2.9834 5.64994 2.9834 6.04046 3.37392L8.66671 6.00017L10 4.66683L7.45468 2.12146Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M15.879 10.5453C17.0506 11.7169 17.0506 13.6164 15.879 14.788L14.7883 15.8787C13.6167 17.0503 11.7172 17.0503 10.5457 15.8787L8.0003 13.3333L9.33364 12L11.9599 14.6262C12.3504 15.0167 12.9836 15.0167 13.3741 14.6262L14.6266 13.3737C15.0171 12.9832 15.0171 12.3501 14.6266 11.9595L12.0003 9.33329L13.3337 7.99995L15.879 10.5453Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M10.0003 7.33285L11.6993 3.36863C11.8695 2.97157 12.3156 2.77124 12.7254 2.90784V2.90784C13.3111 3.1031 13.4866 3.84654 13.05 4.28314L10.0003 7.33285Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7.33432 10.0003L3.37009 11.6993C2.97304 11.8695 2.7727 12.3156 2.90931 12.7254V12.7254C3.10456 13.3111 3.848 13.4866 4.2846 13.05L7.33432 10.0003Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M10.6657 7.99967L14.6299 6.30072C15.027 6.13055 15.2273 5.68444 15.0907 5.27462V5.27462C14.8954 4.68885 14.152 4.51335 13.7154 4.94996L10.6657 7.99967Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7.99967 10.6671L6.30072 14.6314C6.13055 15.0284 5.68444 15.2288 5.27462 15.0922V15.0922C4.68885 14.8969 4.51335 14.1535 4.94996 13.7169L7.99967 10.6671Z\" fill=\"%23444444\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_6875:7973\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-user-guide{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M8.78105 13.4185C8.18105 13.4185 7.78105 13.5184 7.48105 13.7184C7.28105 13.9184 7.08105 14.2185 7.08105 14.6185C7.08105 15.0185 7.18105 15.2185 7.48105 15.5185C7.78105 15.7185 8.18105 15.8185 8.78105 15.8185C9.38105 15.8185 9.78105 15.7185 10.0811 15.5185C10.3811 15.3185 10.4811 15.0185 10.4811 14.6185C10.4811 14.2185 10.3811 14.0184 10.0811 13.7184C9.78105 13.5184 9.38105 13.4185 8.78105 13.4185Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M12.4816 2.71844C11.5816 1.91844 10.3816 1.41846 8.98164 1.41846C8.28164 1.41846 7.58164 1.51844 6.98164 1.71844C6.28164 1.91844 5.38164 2.31845 4.18164 2.81845V4.71844C4.18164 5.31844 4.28164 5.71846 4.48164 5.91846C4.68164 6.11846 4.98164 6.31845 5.28164 6.31845C5.58164 6.31845 5.88164 6.21846 6.08164 5.91846C6.28164 5.71846 6.38164 5.31844 6.38164 4.71844V4.41846C6.58164 4.31846 6.78164 4.21847 6.98164 4.11847C7.58164 3.91847 8.18164 3.81845 8.88164 3.81845C9.48164 3.81845 9.98164 3.91847 10.3816 4.11847C10.4816 4.21847 10.6816 4.31846 10.7816 4.41846C11.1816 4.81846 11.4816 5.31845 11.4816 5.81845C11.4816 6.21845 11.2816 6.61846 10.8816 7.01846C10.4816 7.41846 9.38164 7.91847 7.58164 8.61847V9.91846C7.58164 10.5185 7.68164 10.9185 7.88164 11.1185C8.08164 11.3185 8.38164 11.5185 8.68164 11.5185C8.98164 11.5185 9.28164 11.4184 9.48164 11.2184C9.68164 11.0184 9.78164 10.7184 9.88164 10.2184C11.3816 9.51845 12.4816 8.91844 12.9816 8.21844C13.4816 7.61844 13.7816 6.81846 13.7816 5.91846C13.8816 4.61846 13.3816 3.51844 12.4816 2.71844Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-contact-form{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_197_691)\">%0D%0A<path d=\"M16.0381 10.965L12.0421 14.995L14.0051 16.975L18.0001 12.945L16.0381 10.965ZM11.0301 18H13.0121L11.0291 16L11.0301 18Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11 0H0V14H11V0ZM9.16667 12H1.83333V2H9.16667V12Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M3 3H8V4.6H3V3ZM3 6.2H7V7.8H3V6.2ZM3 9.4H7V11H3V9.4Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_197_691\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-forum{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M14 4V6H16V12H14H13H8H7.5L6 14H12L15 17V14H18V4H14Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M7 11H13V1H0V11H4V15L7 11ZM2 9V3H11V9H2Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-release-notes{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_198_487)\">%0D%0A<path d=\"M6.934 12.0704L9.82258 17.0736L8.17753 18.0233L5.28895 13.0202L6.934 12.0704Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M15.4086 12.2739L7.7489 12.1102L4.86032 7.10708L8.54847 0.391757L15.4086 12.2739ZM6.79689 7.08632L8.73488 10.443L12.4489 10.5226L8.58504 3.83009L6.79689 7.08632Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M2.30721 9.83205L4.11253 12.959L2.04934 14.1501L0.244019 11.0232L2.30721 9.83205Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M5.19565 6.49671L8.44523 12.1251L4.31886 14.5075L1.06928 8.87907L5.19565 6.49671ZM4.93643 12.2022L6.14001 11.5073L5.35902 10.1546L4.57803 8.80186L3.37445 9.49674L4.93643 12.2022Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M13.7502 5.94797C13.5949 5.67893 13.687 5.33491 13.9561 5.17958L15.5608 4.25311C15.8298 4.09778 16.1738 4.18996 16.3292 4.459C16.4845 4.72804 16.3923 5.07206 16.1233 5.22739L14.5186 6.15386C14.2495 6.30919 13.9055 6.21701 13.7502 5.94797Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11.7015 3.10697C11.4455 2.93085 11.3445 2.55984 11.4759 2.2783L12.3311 0.444891C12.4624 0.163355 12.7763 0.0779025 13.0323 0.254028C13.2882 0.430153 13.3892 0.801161 13.2578 1.0827L12.4026 2.91611C12.2713 3.19765 11.9574 3.2831 11.7015 3.10697Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M14.8416 9.21548C14.8171 8.90579 15.048 8.67666 15.3575 8.70369L17.3729 8.87975C17.6824 8.90679 17.9532 9.17975 17.9778 9.48944C18.0023 9.79913 17.7714 10.0283 17.4619 10.0012L15.4465 9.82517C15.137 9.79813 14.8662 9.52516 14.8416 9.21548Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_198_487\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-clear-cache{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_197_738)\">%0D%0A<path d=\"M9 18C8.35393 17.627 7.68607 17.293 7 17V18H9ZM6 18L5 16L3 18H6ZM2 18V17L0 18H2ZM10 7C8.8 6.5 7 6 7 6C7 6 3.2 2.1 2.2 1.1C1.2 0.0999976 0.7 -0.300002 0.2 0.0999977C-0.3 0.499998 0.3 1.2 1.2 2.1C2.2 3.2 6 7 6 7C6 7 6.6 8.7 7 10L10 7ZM11 7L7 11C7.4 12.6 12 18 12 18L18 12C18 12 12.9 7.8 11 7Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_197_738\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-languages{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1L5 3H0V4.49999L2 4.5C2.43947 6.27912 3.24436 7.55186 4.50213 8.88094C3.3069 9.5683 0 11 0 11L1 12C1 12 3.5 11 5.44323 9.75533C6.5 10.5 8 11.5 8 11.5L9 10.5C9 10.5 7.5572 9.75533 6.53981 8.88087C7.75282 7.52893 8.5814 6.27217 9 4.5H11V3H6.5C6.43255 2.80538 5.5 1 5.5 1H4ZM5.4856 8.0701C4.40554 6.99056 3.83462 6.00259 3.5 4.5H7.5C7.24387 5.99973 6.55146 7.01658 5.4856 8.0701Z\" fill=\"%232F3133\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.2522 16.9813L10 16.9813L11 14.5H15L16.0071 16.9813H17.7223L13.7226 7.02972L12.2522 7.03339L8.2522 16.9813ZM14.5 13H11.5L13.0012 8.54775L14.5 13Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-log-out{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M7 1V3H16V16H7V18H18V1H7Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M13 8H5V5L0 9.5L5 14V11H13V8Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') 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}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
1350
1352
|
}
|
|
1351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusUserMenuComponent, decorators: [{
|
|
1352
1354
|
type: Component,
|
|
1353
|
-
args: [{ selector: 'lib-bimplus-user-menu', imports: [CommonModule, TranslateModule], providers: [TranslateService], encapsulation: ViewEncapsulation.ShadowDom, template: "<div\r\n [attr.key]=\"'bimcompOverlay'\"\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n></div>\r\n<div\r\n [attr.key]=\"'userMenu'\"\r\n class=\"dropdown\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n>\r\n <div\r\n class=\"dropdown-toggle\"\r\n [title]=\"buttonTitle ? buttonTitle : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n <img\r\n class=\"user-photo\"\r\n src=\"{{ userPhotoUrl ? userPhotoUrl : '' }}\"\r\n alt=\"{{ buttonTitle ? buttonTitle : '' }}\"\r\n />\r\n <div class=\"user-name\">\r\n @if (!isTouch) {\r\n {{ userName }}\r\n }\r\n </div>\r\n <span class=\"caret\"></span>\r\n </div>\r\n <ul class=\"bimcomp-dropdown-menu\" [ngClass]=\"_menuOpened ? 'open' : ''\">\r\n <ng-container *ngFor=\"let item of _getMenuItems(); let i = index\">\r\n <li\r\n *ngIf=\"item\"\r\n [attr.key]=\"item.id\"\r\n [attr.role]=\"item.type === 'divider' ? 'separator' : ''\"\r\n [ngClass]=\"{\r\n divider: item.type === 'divider',\r\n languageMenuItem: item.action === 'submenu',\r\n 'submenu-hidden':\r\n (!item.url || item.url.slice(0, 2) === '#/') &&\r\n item.action !== 'submenu'\r\n }\"\r\n (click)=\"_menuItemClicked(item, i)\"\r\n (keypress)=\"_menuItemClicked(item, i)\"\r\n >\r\n @if (item.action === 'submenu') {\r\n <div class=\"submenu arrow\"></div>\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n <div\r\n class=\"languagesSubmenu\"\r\n [ngClass]=\"_languagesMenuOpened ? 'open' : ''\"\r\n >\r\n <div class=\"languageSubmenuItems\">\r\n <div\r\n *ngFor=\"let lang of _languagesList\"\r\n [attr.key]=\"_getLangId(lang)\"\r\n id=\"{{ _getLangId(lang) }}\"\r\n class=\"languageSubmenuItem\"\r\n [ngClass]=\"\r\n lang.symbol === this.selectedLanguage ? 'selected' : ''\r\n \"\r\n (click)=\"_switchLanguage(lang.symbol)\"\r\n (keypress)=\"_switchLanguage(lang.symbol)\"\r\n >\r\n {{ lang.text }}\r\n </div>\r\n </div>\r\n </div>\r\n } @else if (!item.url || item.url.slice(0,2) === \"#/\") {\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n } @else if (!item.type || item.type !== \"divider\") {\r\n <a\r\n href=\"{{ _buildUrl(item) }}\"\r\n rel=\"noopener\"\r\n target=\"_blank\"\r\n class=\"submenu-hidden\"\r\n >\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n </a>\r\n }\r\n </li>\r\n </ng-container>\r\n </ul>\r\n</div>\r\n", styles: [".dropdown{position:relative;cursor:pointer;display:flex;justify-content:space-around;align-items:center;height:3.25em;font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif}.dropdown.open{color:var(--user-menu-dropdown-open-text-color-enabled);background-color:var(--user-menu-dropdown-open-background-color-enabled)}.dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;background-size:1.4em 1.4em;padding-right:.2em;padding-left:.2em;display:flex;flex-direction:row;align-items:center;font-weight:600;color:var(--user-menu-dropdown-toggle-text-color-enabled)}.dropdown-toggle .user-photo{width:2.25em;height:2.25em;margin:auto;border-radius:50%;object-fit:cover;background:url(data:image/webp;base64,UklGRkwBAABXRUJQVlA4IEABAADQBgCdASoyADIAAAAAJaQDUjaf7oEeiPRF3yU6tbiYktntL5WdEThhajKsiXo4Ku0dscPZ3dW+jTo7xjUEKUAA/v//ZcmVd7zCXRfgSVqw/Twfi9ts7v45fTGKKf9dsaodW/hX1x5viwUW4FxPu7WUas3j5xvVaz+99HmZdfMoKD+v/BQHrRcCGVG22S9HqfRDhq5Q5UrRw0FysbX+Swwxq4l7UhHTw7P11FMANA7O2bxZbcW5gkB9hzsBHyhM+71h3eKDx0iP/g1/x+RvMsKH0nTO1S3bRqkwhQq6cYJK634mNfqO+5Rd+ywco0z0iftdIXkE+Zab7NODGHE4B9F6eaIKZ6kZq4o6kfv/n2/iQmISgBQO1GcWqDgifjv5rc2SeEMf91IpNt/eIHnF/hIP/f8NyOjT0IAM7MoClgAAAA==) no-repeat center}.dropdown-toggle .caret{display:inline-block;width:0;height:0;margin-top:.19em;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 .user-name{margin-left:.2em}.dropdown-toggle:hover{color:var(--user-menu-dropdown-toggle-text-color-hovered)}.languageMenuItem{position:relative}.languageMenuItem .languagesSubmenu{position:absolute;display:none;transform-origin:left;transform:rotate(180deg) translateY(calc(-50% + 1.605em));border-radius:.29em;border:thin solid var(--user-menu-language-submenu-border-color-enabled);box-shadow:0 1px 2px var(--user-menu-language-submenu-box-shadow-color-enabled);background-color:var(--user-menu-language-submenu-background-color-enabled)}.languageMenuItem .languagesSubmenu .languageSubmenuItems{display:flex;flex-direction:column;transform-origin:center;transform:rotate(180deg);font-size:1em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem{border:none;background-color:var(--user-menu-language-submenu-item-background-color-enabled);padding-left:2em;padding-right:5em;line-height:2.4em;height:2.4em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected,.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected:first-child,.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected:last-child{background-color:var(--language-submenu-item-background-color-selected)}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:first-child{background-color:var(--user-menu-language-submenu-item-background-color-enabled);border-radius:.29em .29em 0 0;margin-top:.5em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:last-child{background-color:var(--user-menu-language-submenu-item-background-color-enabled);border-radius:0 0 .29em .29em;margin-bottom:.5em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered)}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:first-child:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered);border-radius:.29em .29em 0 0}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:last-child:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered);border-radius:0 0 .29em .29em}.languageMenuItem .languagesSubmenu.open{display:block}.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:var(--user-menu-dropdown-menu-background-color-enabled);border:thin solid var(--user-menu-dropdown-menu-border-color-enabled);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em var(--user-menu-dropdown-menu-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--user-menu-dropdown-menu-box-shadow-color-enabled);text-decoration-color:var(--user-menu-dropdown-menu-text-decoration-color-enabled);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 0;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;padding-right:2.2em}.bimcomp-dropdown-menu li .submenu{min-width:2.8em;width:2.8em;min-height:2.8em;height:2.8em}.bimcomp-dropdown-menu li.submenu-hidden{padding-left:2.8em}.bimcomp-dropdown-menu li .submenu.arrow{background:url('data:image/svg+xml,<svg width=\"5\" height=\"8\" viewBox=\"0 0 5 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.18765 7.35013C4.51503 7.61204 5 7.37895 5 6.9597L5 1.04032C5 0.621068 4.51503 0.387982 4.18765 0.649887L0.488043 3.60957C0.23784 3.80974 0.23784 4.19028 0.488043 4.39044L4.18765 7.35013Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A%0D%0A');background-position:center center;background-repeat:no-repeat;background-size:.7em .7em}.bimcomp-dropdown-menu li .submenu-hidden{padding-left:2.8em}.bimcomp-dropdown-menu li:hover{background-color:var(--user-menu-dropdown-menu-item-background-color-hovered)}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu .divider{height:1px;margin:.5em 0;overflow:hidden;background-color:var(--user-menu-dropdown-menu-divider-background-color-enabled);cursor:auto;padding:0}.bimcomp-dropdown-menu a:link,.bimcomp-dropdown-menu a:visited,.bimcomp-dropdown-menu a:hover,.bimcomp-dropdown-menu a:active{color:var(--user-menu-dropdown-menu-link-text-color-enabled);text-decoration-color:var(--user-menu-dropdown-menu-link-text-decoration-color-enabled);text-decoration-line:none;width:100%;padding-right:2.2em}.bimcomp-dropdown-menu.open{display:flex;flex-direction:column}.text-capitalized{text-transform:capitalize}.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-account-settings{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.32311 3.18961C2.13152 1.81268 2.92547 0 5 0C7.07453 0 7.86848 1.81268 7.67689 3.18961C7.4853 4.56647 7.29984 4.96414 6.49976 5.85335C6.49976 5.85335 6.31047 5.97762 6.31047 6.55639C6.31047 6.91419 6.31047 6.94573 6.49976 7.08198C9.30387 8.21423 9.96294 8.78201 9.99666 9.72824C9.99819 9.77181 9.99972 10.2155 9.99972 10.7272C10.0005 11.4493 9.99972 12.3067 9.99666 12.366C9.94991 13.2733 9.36365 14 5 14C0.636354 14 0.0500897 13.2733 0.00334184 12.366C0.00027641 12.3057 -0.000489949 11.4204 0.00027641 10.6911C0.00027641 10.1948 0.00180913 9.77082 0.00334184 9.72824C0.0370616 8.78201 0.69613 8.21423 3.50024 7.08198C3.68953 6.94573 3.68953 6.91419 3.68953 6.55639C3.68953 5.97762 3.50024 5.85335 3.50024 5.85335C2.70016 4.96414 2.5147 4.56647 2.32311 3.18961Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M16.0084 11.0002L12.0127 15.0308L13.9755 17.0106L17.9712 12.9801L16.0084 11.0002Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11 18.0356H12.9827L11 16.0356V18.0356Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-rca{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_6875:7973)\">%0D%0A<path d=\"M7.45468 2.12146C6.2831 0.949886 4.38361 0.949885 3.21204 2.12146L2.12132 3.21218C0.949748 4.38375 0.949745 6.28324 2.12132 7.45481L4.66669 10.0002L6.00003 8.66684L3.37379 6.0406C2.98326 5.65008 2.98326 5.01691 3.37379 4.62639L4.62625 3.37392C5.01678 2.9834 5.64994 2.9834 6.04046 3.37392L8.66671 6.00017L10 4.66683L7.45468 2.12146Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M15.879 10.5453C17.0506 11.7169 17.0506 13.6164 15.879 14.788L14.7883 15.8787C13.6167 17.0503 11.7172 17.0503 10.5457 15.8787L8.0003 13.3333L9.33364 12L11.9599 14.6262C12.3504 15.0167 12.9836 15.0167 13.3741 14.6262L14.6266 13.3737C15.0171 12.9832 15.0171 12.3501 14.6266 11.9595L12.0003 9.33329L13.3337 7.99995L15.879 10.5453Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M10.0003 7.33285L11.6993 3.36863C11.8695 2.97157 12.3156 2.77124 12.7254 2.90784V2.90784C13.3111 3.1031 13.4866 3.84654 13.05 4.28314L10.0003 7.33285Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7.33432 10.0003L3.37009 11.6993C2.97304 11.8695 2.7727 12.3156 2.90931 12.7254V12.7254C3.10456 13.3111 3.848 13.4866 4.2846 13.05L7.33432 10.0003Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M10.6657 7.99967L14.6299 6.30072C15.027 6.13055 15.2273 5.68444 15.0907 5.27462V5.27462C14.8954 4.68885 14.152 4.51335 13.7154 4.94996L10.6657 7.99967Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7.99967 10.6671L6.30072 14.6314C6.13055 15.0284 5.68444 15.2288 5.27462 15.0922V15.0922C4.68885 14.8969 4.51335 14.1535 4.94996 13.7169L7.99967 10.6671Z\" fill=\"%23444444\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_6875:7973\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-user-guide{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M8.78105 13.4185C8.18105 13.4185 7.78105 13.5184 7.48105 13.7184C7.28105 13.9184 7.08105 14.2185 7.08105 14.6185C7.08105 15.0185 7.18105 15.2185 7.48105 15.5185C7.78105 15.7185 8.18105 15.8185 8.78105 15.8185C9.38105 15.8185 9.78105 15.7185 10.0811 15.5185C10.3811 15.3185 10.4811 15.0185 10.4811 14.6185C10.4811 14.2185 10.3811 14.0184 10.0811 13.7184C9.78105 13.5184 9.38105 13.4185 8.78105 13.4185Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M12.4816 2.71844C11.5816 1.91844 10.3816 1.41846 8.98164 1.41846C8.28164 1.41846 7.58164 1.51844 6.98164 1.71844C6.28164 1.91844 5.38164 2.31845 4.18164 2.81845V4.71844C4.18164 5.31844 4.28164 5.71846 4.48164 5.91846C4.68164 6.11846 4.98164 6.31845 5.28164 6.31845C5.58164 6.31845 5.88164 6.21846 6.08164 5.91846C6.28164 5.71846 6.38164 5.31844 6.38164 4.71844V4.41846C6.58164 4.31846 6.78164 4.21847 6.98164 4.11847C7.58164 3.91847 8.18164 3.81845 8.88164 3.81845C9.48164 3.81845 9.98164 3.91847 10.3816 4.11847C10.4816 4.21847 10.6816 4.31846 10.7816 4.41846C11.1816 4.81846 11.4816 5.31845 11.4816 5.81845C11.4816 6.21845 11.2816 6.61846 10.8816 7.01846C10.4816 7.41846 9.38164 7.91847 7.58164 8.61847V9.91846C7.58164 10.5185 7.68164 10.9185 7.88164 11.1185C8.08164 11.3185 8.38164 11.5185 8.68164 11.5185C8.98164 11.5185 9.28164 11.4184 9.48164 11.2184C9.68164 11.0184 9.78164 10.7184 9.88164 10.2184C11.3816 9.51845 12.4816 8.91844 12.9816 8.21844C13.4816 7.61844 13.7816 6.81846 13.7816 5.91846C13.8816 4.61846 13.3816 3.51844 12.4816 2.71844Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-contact-form{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_197_691)\">%0D%0A<path d=\"M16.0381 10.965L12.0421 14.995L14.0051 16.975L18.0001 12.945L16.0381 10.965ZM11.0301 18H13.0121L11.0291 16L11.0301 18Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11 0H0V14H11V0ZM9.16667 12H1.83333V2H9.16667V12Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M3 3H8V4.6H3V3ZM3 6.2H7V7.8H3V6.2ZM3 9.4H7V11H3V9.4Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_197_691\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-forum{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M14 4V6H16V12H14H13H8H7.5L6 14H12L15 17V14H18V4H14Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M7 11H13V1H0V11H4V15L7 11ZM2 9V3H11V9H2Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-release-notes{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_198_487)\">%0D%0A<path d=\"M6.934 12.0704L9.82258 17.0736L8.17753 18.0233L5.28895 13.0202L6.934 12.0704Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M15.4086 12.2739L7.7489 12.1102L4.86032 7.10708L8.54847 0.391757L15.4086 12.2739ZM6.79689 7.08632L8.73488 10.443L12.4489 10.5226L8.58504 3.83009L6.79689 7.08632Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M2.30721 9.83205L4.11253 12.959L2.04934 14.1501L0.244019 11.0232L2.30721 9.83205Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M5.19565 6.49671L8.44523 12.1251L4.31886 14.5075L1.06928 8.87907L5.19565 6.49671ZM4.93643 12.2022L6.14001 11.5073L5.35902 10.1546L4.57803 8.80186L3.37445 9.49674L4.93643 12.2022Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M13.7502 5.94797C13.5949 5.67893 13.687 5.33491 13.9561 5.17958L15.5608 4.25311C15.8298 4.09778 16.1738 4.18996 16.3292 4.459C16.4845 4.72804 16.3923 5.07206 16.1233 5.22739L14.5186 6.15386C14.2495 6.30919 13.9055 6.21701 13.7502 5.94797Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11.7015 3.10697C11.4455 2.93085 11.3445 2.55984 11.4759 2.2783L12.3311 0.444891C12.4624 0.163355 12.7763 0.0779025 13.0323 0.254028C13.2882 0.430153 13.3892 0.801161 13.2578 1.0827L12.4026 2.91611C12.2713 3.19765 11.9574 3.2831 11.7015 3.10697Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M14.8416 9.21548C14.8171 8.90579 15.048 8.67666 15.3575 8.70369L17.3729 8.87975C17.6824 8.90679 17.9532 9.17975 17.9778 9.48944C18.0023 9.79913 17.7714 10.0283 17.4619 10.0012L15.4465 9.82517C15.137 9.79813 14.8662 9.52516 14.8416 9.21548Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_198_487\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-clear-cache{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_197_738)\">%0D%0A<path d=\"M9 18C8.35393 17.627 7.68607 17.293 7 17V18H9ZM6 18L5 16L3 18H6ZM2 18V17L0 18H2ZM10 7C8.8 6.5 7 6 7 6C7 6 3.2 2.1 2.2 1.1C1.2 0.0999976 0.7 -0.300002 0.2 0.0999977C-0.3 0.499998 0.3 1.2 1.2 2.1C2.2 3.2 6 7 6 7C6 7 6.6 8.7 7 10L10 7ZM11 7L7 11C7.4 12.6 12 18 12 18L18 12C18 12 12.9 7.8 11 7Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_197_738\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-languages{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1L5 3H0V4.49999L2 4.5C2.43947 6.27912 3.24436 7.55186 4.50213 8.88094C3.3069 9.5683 0 11 0 11L1 12C1 12 3.5 11 5.44323 9.75533C6.5 10.5 8 11.5 8 11.5L9 10.5C9 10.5 7.5572 9.75533 6.53981 8.88087C7.75282 7.52893 8.5814 6.27217 9 4.5H11V3H6.5C6.43255 2.80538 5.5 1 5.5 1H4ZM5.4856 8.0701C4.40554 6.99056 3.83462 6.00259 3.5 4.5H7.5C7.24387 5.99973 6.55146 7.01658 5.4856 8.0701Z\" fill=\"%232F3133\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.2522 16.9813L10 16.9813L11 14.5H15L16.0071 16.9813H17.7223L13.7226 7.02972L12.2522 7.03339L8.2522 16.9813ZM14.5 13H11.5L13.0012 8.54775L14.5 13Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-log-out{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M7 1V3H16V16H7V18H18V1H7Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M13 8H5V5L0 9.5L5 14V11H13V8Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') 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}\n"] }]
|
|
1355
|
+
args: [{ selector: 'lib-bimplus-user-menu', imports: [CommonModule, TranslateModule], providers: [TranslateService], encapsulation: ViewEncapsulation.ShadowDom, template: "<div\r\n [attr.key]=\"'bimcompOverlay'\"\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n></div>\r\n<div\r\n [attr.key]=\"'userMenu'\"\r\n class=\"dropdown\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n >\r\n <div\r\n class=\"dropdown-toggle\"\r\n [title]=\"buttonTitle ? buttonTitle : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n <img\r\n class=\"user-photo\"\r\n src=\"{{ userPhotoUrl ? userPhotoUrl : '' }}\"\r\n alt=\"{{ buttonTitle ? buttonTitle : '' }}\"\r\n />\r\n <div class=\"user-name\">\r\n @if (!isTouch) {\r\n {{ userName }}\r\n }\r\n </div>\r\n <span class=\"caret\"></span>\r\n </div>\r\n <ul class=\"bimcomp-dropdown-menu\" [ngClass]=\"_menuOpened ? 'open' : ''\">\r\n @for (item of _getMenuItems(); track item; let i = $index) {\r\n @if (item) {\r\n <li\r\n [attr.key]=\"item.id\"\r\n [attr.role]=\"item.type === 'divider' ? 'separator' : ''\"\r\n [ngClass]=\"{\r\n divider: item.type === 'divider',\r\n languageMenuItem: item.action === 'submenu',\r\n 'submenu-hidden':\r\n (!item.url || item.url.slice(0, 2) === '#/') &&\r\n item.action !== 'submenu'\r\n }\"\r\n (click)=\"_menuItemClicked(item, i)\"\r\n (keypress)=\"_menuItemClicked(item, i)\"\r\n >\r\n @if (item.action === 'submenu') {\r\n <div class=\"submenu arrow\"></div>\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n <div\r\n class=\"languagesSubmenu\"\r\n [ngClass]=\"_languagesMenuOpened ? 'open' : ''\"\r\n >\r\n <div class=\"languageSubmenuItems\">\r\n @for (lang of _languagesList; track lang) {\r\n <div\r\n [attr.key]=\"_getLangId(lang)\"\r\n id=\"{{ _getLangId(lang) }}\"\r\n class=\"languageSubmenuItem\"\r\n [ngClass]=\"\r\n lang.symbol === this.selectedLanguage ? 'selected' : ''\r\n \"\r\n (click)=\"_switchLanguage(lang.symbol)\"\r\n (keypress)=\"_switchLanguage(lang.symbol)\"\r\n >\r\n {{ lang.text }}\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n } @else if (!item.url || item.url.slice(0,2) === \"#/\") {\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n } @else if (!item.type || item.type !== \"divider\") {\r\n <a\r\n href=\"{{ _buildUrl(item) }}\"\r\n rel=\"noopener\"\r\n target=\"_blank\"\r\n class=\"submenu-hidden\"\r\n >\r\n <div class=\"icon\" [ngClass]=\"item.class\"></div>\r\n <span\r\n class=\"menu-item-text\"\r\n [ngClass]=\"item.textClass ? item.textClass : ''\"\r\n >\r\n {{ item.textId | translate }}\r\n </span>\r\n </a>\r\n }\r\n </li>\r\n }\r\n }\r\n </ul>\r\n </div>\r\n", styles: [".dropdown{position:relative;cursor:pointer;display:flex;justify-content:space-around;align-items:center;height:3.25em;font-family:Source Sans Pro,Helvetica,Arial,tahoma,sans-serif}.dropdown.open{color:var(--user-menu-dropdown-open-text-color-enabled);background-color:var(--user-menu-dropdown-open-background-color-enabled)}.dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;background-size:1.4em 1.4em;padding-right:.2em;padding-left:.2em;display:flex;flex-direction:row;align-items:center;font-weight:600;color:var(--user-menu-dropdown-toggle-text-color-enabled)}.dropdown-toggle .user-photo{width:2.25em;height:2.25em;margin:auto;border-radius:50%;object-fit:cover;background:url(data:image/webp;base64,UklGRkwBAABXRUJQVlA4IEABAADQBgCdASoyADIAAAAAJaQDUjaf7oEeiPRF3yU6tbiYktntL5WdEThhajKsiXo4Ku0dscPZ3dW+jTo7xjUEKUAA/v//ZcmVd7zCXRfgSVqw/Twfi9ts7v45fTGKKf9dsaodW/hX1x5viwUW4FxPu7WUas3j5xvVaz+99HmZdfMoKD+v/BQHrRcCGVG22S9HqfRDhq5Q5UrRw0FysbX+Swwxq4l7UhHTw7P11FMANA7O2bxZbcW5gkB9hzsBHyhM+71h3eKDx0iP/g1/x+RvMsKH0nTO1S3bRqkwhQq6cYJK634mNfqO+5Rd+ywco0z0iftdIXkE+Zab7NODGHE4B9F6eaIKZ6kZq4o6kfv/n2/iQmISgBQO1GcWqDgifjv5rc2SeEMf91IpNt/eIHnF/hIP/f8NyOjT0IAM7MoClgAAAA==) no-repeat center}.dropdown-toggle .caret{display:inline-block;width:0;height:0;margin-top:.19em;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 .user-name{margin-left:.2em}.dropdown-toggle:hover{color:var(--user-menu-dropdown-toggle-text-color-hovered)}.languageMenuItem{position:relative}.languageMenuItem .languagesSubmenu{position:absolute;display:none;transform-origin:left;transform:rotate(180deg) translateY(calc(-50% + 1.605em));border-radius:.29em;border:thin solid var(--user-menu-language-submenu-border-color-enabled);box-shadow:0 1px 2px var(--user-menu-language-submenu-box-shadow-color-enabled);background-color:var(--user-menu-language-submenu-background-color-enabled)}.languageMenuItem .languagesSubmenu .languageSubmenuItems{display:flex;flex-direction:column;transform-origin:center;transform:rotate(180deg);font-size:1em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem{border:none;background-color:var(--user-menu-language-submenu-item-background-color-enabled);padding-left:2em;padding-right:5em;line-height:2.4em;height:2.4em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected,.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected:first-child,.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem.selected:last-child{background-color:var(--language-submenu-item-background-color-selected)}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:first-child{background-color:var(--user-menu-language-submenu-item-background-color-enabled);border-radius:.29em .29em 0 0;margin-top:.5em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:last-child{background-color:var(--user-menu-language-submenu-item-background-color-enabled);border-radius:0 0 .29em .29em;margin-bottom:.5em}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered)}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:first-child:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered);border-radius:.29em .29em 0 0}.languageMenuItem .languagesSubmenu .languageSubmenuItems .languageSubmenuItem:last-child:hover{background-color:var(--user-menu-language-submenu-item-background-color-hovered);border-radius:0 0 .29em .29em}.languageMenuItem .languagesSubmenu.open{display:block}.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:var(--user-menu-dropdown-menu-background-color-enabled);border:thin solid var(--user-menu-dropdown-menu-border-color-enabled);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em var(--user-menu-dropdown-menu-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--user-menu-dropdown-menu-box-shadow-color-enabled);text-decoration-color:var(--user-menu-dropdown-menu-text-decoration-color-enabled);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 0;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;padding-right:2.2em}.bimcomp-dropdown-menu li .submenu{min-width:2.8em;width:2.8em;min-height:2.8em;height:2.8em}.bimcomp-dropdown-menu li.submenu-hidden{padding-left:2.8em}.bimcomp-dropdown-menu li .submenu.arrow{background:url('data:image/svg+xml,<svg width=\"5\" height=\"8\" viewBox=\"0 0 5 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M4.18765 7.35013C4.51503 7.61204 5 7.37895 5 6.9597L5 1.04032C5 0.621068 4.51503 0.387982 4.18765 0.649887L0.488043 3.60957C0.23784 3.80974 0.23784 4.19028 0.488043 4.39044L4.18765 7.35013Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A%0D%0A');background-position:center center;background-repeat:no-repeat;background-size:.7em .7em}.bimcomp-dropdown-menu li .submenu-hidden{padding-left:2.8em}.bimcomp-dropdown-menu li:hover{background-color:var(--user-menu-dropdown-menu-item-background-color-hovered)}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu .divider{height:1px;margin:.5em 0;overflow:hidden;background-color:var(--user-menu-dropdown-menu-divider-background-color-enabled);cursor:auto;padding:0}.bimcomp-dropdown-menu a:link,.bimcomp-dropdown-menu a:visited,.bimcomp-dropdown-menu a:hover,.bimcomp-dropdown-menu a:active{color:var(--user-menu-dropdown-menu-link-text-color-enabled);text-decoration-color:var(--user-menu-dropdown-menu-link-text-decoration-color-enabled);text-decoration-line:none;width:100%;padding-right:2.2em}.bimcomp-dropdown-menu.open{display:flex;flex-direction:column}.text-capitalized{text-transform:capitalize}.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-account-settings{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M2.32311 3.18961C2.13152 1.81268 2.92547 0 5 0C7.07453 0 7.86848 1.81268 7.67689 3.18961C7.4853 4.56647 7.29984 4.96414 6.49976 5.85335C6.49976 5.85335 6.31047 5.97762 6.31047 6.55639C6.31047 6.91419 6.31047 6.94573 6.49976 7.08198C9.30387 8.21423 9.96294 8.78201 9.99666 9.72824C9.99819 9.77181 9.99972 10.2155 9.99972 10.7272C10.0005 11.4493 9.99972 12.3067 9.99666 12.366C9.94991 13.2733 9.36365 14 5 14C0.636354 14 0.0500897 13.2733 0.00334184 12.366C0.00027641 12.3057 -0.000489949 11.4204 0.00027641 10.6911C0.00027641 10.1948 0.00180913 9.77082 0.00334184 9.72824C0.0370616 8.78201 0.69613 8.21423 3.50024 7.08198C3.68953 6.94573 3.68953 6.91419 3.68953 6.55639C3.68953 5.97762 3.50024 5.85335 3.50024 5.85335C2.70016 4.96414 2.5147 4.56647 2.32311 3.18961Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M16.0084 11.0002L12.0127 15.0308L13.9755 17.0106L17.9712 12.9801L16.0084 11.0002Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11 18.0356H12.9827L11 16.0356V18.0356Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-rca{background:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_6875:7973)\">%0D%0A<path d=\"M7.45468 2.12146C6.2831 0.949886 4.38361 0.949885 3.21204 2.12146L2.12132 3.21218C0.949748 4.38375 0.949745 6.28324 2.12132 7.45481L4.66669 10.0002L6.00003 8.66684L3.37379 6.0406C2.98326 5.65008 2.98326 5.01691 3.37379 4.62639L4.62625 3.37392C5.01678 2.9834 5.64994 2.9834 6.04046 3.37392L8.66671 6.00017L10 4.66683L7.45468 2.12146Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M15.879 10.5453C17.0506 11.7169 17.0506 13.6164 15.879 14.788L14.7883 15.8787C13.6167 17.0503 11.7172 17.0503 10.5457 15.8787L8.0003 13.3333L9.33364 12L11.9599 14.6262C12.3504 15.0167 12.9836 15.0167 13.3741 14.6262L14.6266 13.3737C15.0171 12.9832 15.0171 12.3501 14.6266 11.9595L12.0003 9.33329L13.3337 7.99995L15.879 10.5453Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M10.0003 7.33285L11.6993 3.36863C11.8695 2.97157 12.3156 2.77124 12.7254 2.90784V2.90784C13.3111 3.1031 13.4866 3.84654 13.05 4.28314L10.0003 7.33285Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7.33432 10.0003L3.37009 11.6993C2.97304 11.8695 2.7727 12.3156 2.90931 12.7254V12.7254C3.10456 13.3111 3.848 13.4866 4.2846 13.05L7.33432 10.0003Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M10.6657 7.99967L14.6299 6.30072C15.027 6.13055 15.2273 5.68444 15.0907 5.27462V5.27462C14.8954 4.68885 14.152 4.51335 13.7154 4.94996L10.6657 7.99967Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M7.99967 10.6671L6.30072 14.6314C6.13055 15.0284 5.68444 15.2288 5.27462 15.0922V15.0922C4.68885 14.8969 4.51335 14.1535 4.94996 13.7169L7.99967 10.6671Z\" fill=\"%23444444\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_6875:7973\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-user-guide{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M8.78105 13.4185C8.18105 13.4185 7.78105 13.5184 7.48105 13.7184C7.28105 13.9184 7.08105 14.2185 7.08105 14.6185C7.08105 15.0185 7.18105 15.2185 7.48105 15.5185C7.78105 15.7185 8.18105 15.8185 8.78105 15.8185C9.38105 15.8185 9.78105 15.7185 10.0811 15.5185C10.3811 15.3185 10.4811 15.0185 10.4811 14.6185C10.4811 14.2185 10.3811 14.0184 10.0811 13.7184C9.78105 13.5184 9.38105 13.4185 8.78105 13.4185Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M12.4816 2.71844C11.5816 1.91844 10.3816 1.41846 8.98164 1.41846C8.28164 1.41846 7.58164 1.51844 6.98164 1.71844C6.28164 1.91844 5.38164 2.31845 4.18164 2.81845V4.71844C4.18164 5.31844 4.28164 5.71846 4.48164 5.91846C4.68164 6.11846 4.98164 6.31845 5.28164 6.31845C5.58164 6.31845 5.88164 6.21846 6.08164 5.91846C6.28164 5.71846 6.38164 5.31844 6.38164 4.71844V4.41846C6.58164 4.31846 6.78164 4.21847 6.98164 4.11847C7.58164 3.91847 8.18164 3.81845 8.88164 3.81845C9.48164 3.81845 9.98164 3.91847 10.3816 4.11847C10.4816 4.21847 10.6816 4.31846 10.7816 4.41846C11.1816 4.81846 11.4816 5.31845 11.4816 5.81845C11.4816 6.21845 11.2816 6.61846 10.8816 7.01846C10.4816 7.41846 9.38164 7.91847 7.58164 8.61847V9.91846C7.58164 10.5185 7.68164 10.9185 7.88164 11.1185C8.08164 11.3185 8.38164 11.5185 8.68164 11.5185C8.98164 11.5185 9.28164 11.4184 9.48164 11.2184C9.68164 11.0184 9.78164 10.7184 9.88164 10.2184C11.3816 9.51845 12.4816 8.91844 12.9816 8.21844C13.4816 7.61844 13.7816 6.81846 13.7816 5.91846C13.8816 4.61846 13.3816 3.51844 12.4816 2.71844Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-contact-form{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_197_691)\">%0D%0A<path d=\"M16.0381 10.965L12.0421 14.995L14.0051 16.975L18.0001 12.945L16.0381 10.965ZM11.0301 18H13.0121L11.0291 16L11.0301 18Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11 0H0V14H11V0ZM9.16667 12H1.83333V2H9.16667V12Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M3 3H8V4.6H3V3ZM3 6.2H7V7.8H3V6.2ZM3 9.4H7V11H3V9.4Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_197_691\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-forum{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M14 4V6H16V12H14H13H8H7.5L6 14H12L15 17V14H18V4H14Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M7 11H13V1H0V11H4V15L7 11ZM2 9V3H11V9H2Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-release-notes{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_198_487)\">%0D%0A<path d=\"M6.934 12.0704L9.82258 17.0736L8.17753 18.0233L5.28895 13.0202L6.934 12.0704Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M15.4086 12.2739L7.7489 12.1102L4.86032 7.10708L8.54847 0.391757L15.4086 12.2739ZM6.79689 7.08632L8.73488 10.443L12.4489 10.5226L8.58504 3.83009L6.79689 7.08632Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M2.30721 9.83205L4.11253 12.959L2.04934 14.1501L0.244019 11.0232L2.30721 9.83205Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M5.19565 6.49671L8.44523 12.1251L4.31886 14.5075L1.06928 8.87907L5.19565 6.49671ZM4.93643 12.2022L6.14001 11.5073L5.35902 10.1546L4.57803 8.80186L3.37445 9.49674L4.93643 12.2022Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M13.7502 5.94797C13.5949 5.67893 13.687 5.33491 13.9561 5.17958L15.5608 4.25311C15.8298 4.09778 16.1738 4.18996 16.3292 4.459C16.4845 4.72804 16.3923 5.07206 16.1233 5.22739L14.5186 6.15386C14.2495 6.30919 13.9055 6.21701 13.7502 5.94797Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M11.7015 3.10697C11.4455 2.93085 11.3445 2.55984 11.4759 2.2783L12.3311 0.444891C12.4624 0.163355 12.7763 0.0779025 13.0323 0.254028C13.2882 0.430153 13.3892 0.801161 13.2578 1.0827L12.4026 2.91611C12.2713 3.19765 11.9574 3.2831 11.7015 3.10697Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M14.8416 9.21548C14.8171 8.90579 15.048 8.67666 15.3575 8.70369L17.3729 8.87975C17.6824 8.90679 17.9532 9.17975 17.9778 9.48944C18.0023 9.79913 17.7714 10.0283 17.4619 10.0012L15.4465 9.82517C15.137 9.79813 14.8662 9.52516 14.8416 9.21548Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_198_487\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-clear-cache{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<g clip-path=\"url(%23clip0_197_738)\">%0D%0A<path d=\"M9 18C8.35393 17.627 7.68607 17.293 7 17V18H9ZM6 18L5 16L3 18H6ZM2 18V17L0 18H2ZM10 7C8.8 6.5 7 6 7 6C7 6 3.2 2.1 2.2 1.1C1.2 0.0999976 0.7 -0.300002 0.2 0.0999977C-0.3 0.499998 0.3 1.2 1.2 2.1C2.2 3.2 6 7 6 7C6 7 6.6 8.7 7 10L10 7ZM11 7L7 11C7.4 12.6 12 18 12 18L18 12C18 12 12.9 7.8 11 7Z\" fill=\"%232F3133\"/>%0D%0A</g>%0D%0A<defs>%0D%0A<clipPath id=\"clip0_197_738\">%0D%0A<rect width=\"18\" height=\"18\" fill=\"white\"/>%0D%0A</clipPath>%0D%0A</defs>%0D%0A</svg>%0D%0A') no-repeat center}.icon-languages{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1L5 3H0V4.49999L2 4.5C2.43947 6.27912 3.24436 7.55186 4.50213 8.88094C3.3069 9.5683 0 11 0 11L1 12C1 12 3.5 11 5.44323 9.75533C6.5 10.5 8 11.5 8 11.5L9 10.5C9 10.5 7.5572 9.75533 6.53981 8.88087C7.75282 7.52893 8.5814 6.27217 9 4.5H11V3H6.5C6.43255 2.80538 5.5 1 5.5 1H4ZM5.4856 8.0701C4.40554 6.99056 3.83462 6.00259 3.5 4.5H7.5C7.24387 5.99973 6.55146 7.01658 5.4856 8.0701Z\" fill=\"%232F3133\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.2522 16.9813L10 16.9813L11 14.5H15L16.0071 16.9813H17.7223L13.7226 7.02972L12.2522 7.03339L8.2522 16.9813ZM14.5 13H11.5L13.0012 8.54775L14.5 13Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') no-repeat center}.icon-log-out{background:url('data:image/svg+xml,<svg viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M7 1V3H16V16H7V18H18V1H7Z\" fill=\"%232F3133\"/>%0D%0A<path d=\"M13 8H5V5L0 9.5L5 14V11H13V8Z\" fill=\"%232F3133\"/>%0D%0A</svg>%0D%0A') 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}\n"] }]
|
|
1354
1356
|
}], ctorParameters: () => [], propDecorators: { accountSettingsVisible: [{
|
|
1355
1357
|
type: Input,
|
|
1356
1358
|
args: [{ transform: booleanAttribute }]
|
|
@@ -1464,12 +1466,12 @@ class BimplusZoomComponent {
|
|
|
1464
1466
|
['bimzoom-' + symbol]: true
|
|
1465
1467
|
};
|
|
1466
1468
|
}
|
|
1467
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1468
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1469
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusZoomComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1470
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: BimplusZoomComponent, isStandalone: true, selector: "lib-bimplus-zoom", inputs: { isTouch: ["isTouch", "isTouch", booleanAttribute], selectedZoom: "selectedZoom" }, outputs: { bimplusZoomSelected: "bimplusZoomSelected" }, ngImport: i0, template: "<div\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n></div>\r\n<div\r\n class=\"dropdown\"\r\n [ngClass]=\"{'open': _menuOpened, 'is-touch': isTouch}\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n <div class=\"dropdown-toggle\">\r\n <div class=\"main-icon icon-zoom\"></div>\r\n <span class=\"caret\"></span>\r\n </div>\r\n <ul\r\n class=\"bimcomp-dropdown-menu\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n >\r\n @for (zoom of _zoomList; track zoom) {\r\n <li\r\n class=\"bimcomp-dropdown-menu-item\"\r\n [ngClass]=\"_getZoomClassObject(zoom.symbol)\"\r\n (click)=\"_switchZoom(zoom.symbol)\"\r\n (keypress)=\"_switchZoom(zoom.symbol)\"\r\n >\r\n <span>{{zoom.text}}</span>\r\n </li>\r\n }\r\n </ul>\r\n</div>\r\n", styles: [".dropdown{position:relative;width:4.2em;height:3.25em;cursor:pointer;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.dropdown.open{color:var(--zoom-dropdown-open-text-color-enabled);background-color:var(--zoom-dropdown-open-background-color-enabled)}.dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;background-size:1.4em 1.4em;padding-bottom:.22em;padding-left:.2em}.dropdown-toggle .caret{display:inline-block;width:0;height:0;margin-top:.19em;margin-left:.5em;vertical-align:middle;color:var(--zoom-dropdown-toggle-caret-text-color-enabled);border-top:.25em dashed;border-top:.25em solid;border-right:.25em solid transparent;border-left:.25em solid transparent}.is-touch .dropdown-toggle{padding-left:0}.is-touch .dropdown-toggle .caret{display:none}.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:6.5em;padding:.5em 0 .57em;margin:0;font-size:.875em;list-style:none;background-color:var(--zoom-dropdown-menu-background-color-enabled);border:thin solid var(--zoom-dropdown-menu-border-color-enabled);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em var(--zoom-dropdown-menu-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--zoom-dropdown-menu-box-shadow-color-enabled);text-decoration-color:var(--zoom-dropdown-menu-text-decoration-color-enabled);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:.21em 2.1em}.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:var(--dropdown-menu-item-background-color-selected)}.bimcomp-dropdown-menu li:hover{background-color:var(--zoom-dropdown-menu-item-background-color-hovered)}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu.open{display:inline-block}.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}.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}.bimcomp-overlay{position:fixed;width:100vw;height:100vh;left:0;top:0;display:none}.bimcomp-overlay.open{display:block;z-index:1}.icon-zoom{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M7 4C6.44772 4 6 4.44772 6 5V6H5C4.44772 6 4 6.44772 4 7C4 7.55228 4.44772 8 5 8H6V9C6 9.55228 6.44772 10 7 10C7.55228 10 8 9.55228 8 9V8H9C9.55228 8 10 7.55228 10 7C10 6.44771 9.55228 6 9 6H8V5C8 4.44772 7.55228 4 7 4Z\" fill=\"%23444444\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 13C10.3137 13 13 10.3137 13 7C13 3.68629 10.3137 1 7 1C3.68629 1 1 3.68629 1 7C1 10.3137 3.68629 13 7 13ZM7 11.2C9.3196 11.2 11.2 9.3196 11.2 7C11.2 4.6804 9.3196 2.8 7 2.8C4.6804 2.8 2.8 4.6804 2.8 7C2.8 9.3196 4.6804 11.2 7 11.2Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M11.7637 12.163C11.3732 12.5535 11.3732 13.1867 11.7637 13.5772L14.6286 16.4421C15.0191 16.8326 15.6523 16.8326 16.0428 16.4421L16.4435 16.0414C16.834 15.6509 16.834 15.0177 16.4435 14.6272L13.5786 11.7623C13.1881 11.3718 12.5549 11.3718 12.1644 11.7623L11.7637 12.163Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
1469
1471
|
}
|
|
1470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusZoomComponent, decorators: [{
|
|
1471
1473
|
type: Component,
|
|
1472
|
-
args: [{ selector: 'lib-bimplus-zoom', imports: [CommonModule], encapsulation: ViewEncapsulation.ShadowDom, template: "<div\r\n
|
|
1474
|
+
args: [{ selector: 'lib-bimplus-zoom', imports: [CommonModule], encapsulation: ViewEncapsulation.ShadowDom, template: "<div\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n></div>\r\n<div\r\n class=\"dropdown\"\r\n [ngClass]=\"{'open': _menuOpened, 'is-touch': isTouch}\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n <div class=\"dropdown-toggle\">\r\n <div class=\"main-icon icon-zoom\"></div>\r\n <span class=\"caret\"></span>\r\n </div>\r\n <ul\r\n class=\"bimcomp-dropdown-menu\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n >\r\n @for (zoom of _zoomList; track zoom) {\r\n <li\r\n class=\"bimcomp-dropdown-menu-item\"\r\n [ngClass]=\"_getZoomClassObject(zoom.symbol)\"\r\n (click)=\"_switchZoom(zoom.symbol)\"\r\n (keypress)=\"_switchZoom(zoom.symbol)\"\r\n >\r\n <span>{{zoom.text}}</span>\r\n </li>\r\n }\r\n </ul>\r\n</div>\r\n", styles: [".dropdown{position:relative;width:4.2em;height:3.25em;cursor:pointer;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.dropdown.open{color:var(--zoom-dropdown-open-text-color-enabled);background-color:var(--zoom-dropdown-open-background-color-enabled)}.dropdown-toggle{position:relative;margin-left:.44em;margin-right:.44em;background-size:1.4em 1.4em;padding-bottom:.22em;padding-left:.2em}.dropdown-toggle .caret{display:inline-block;width:0;height:0;margin-top:.19em;margin-left:.5em;vertical-align:middle;color:var(--zoom-dropdown-toggle-caret-text-color-enabled);border-top:.25em dashed;border-top:.25em solid;border-right:.25em solid transparent;border-left:.25em solid transparent}.is-touch .dropdown-toggle{padding-left:0}.is-touch .dropdown-toggle .caret{display:none}.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:6.5em;padding:.5em 0 .57em;margin:0;font-size:.875em;list-style:none;background-color:var(--zoom-dropdown-menu-background-color-enabled);border:thin solid var(--zoom-dropdown-menu-border-color-enabled);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em var(--zoom-dropdown-menu-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--zoom-dropdown-menu-box-shadow-color-enabled);text-decoration-color:var(--zoom-dropdown-menu-text-decoration-color-enabled);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:.21em 2.1em}.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:var(--dropdown-menu-item-background-color-selected)}.bimcomp-dropdown-menu li:hover{background-color:var(--zoom-dropdown-menu-item-background-color-hovered)}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu.open{display:inline-block}.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}.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}.bimcomp-overlay{position:fixed;width:100vw;height:100vh;left:0;top:0;display:none}.bimcomp-overlay.open{display:block;z-index:1}.icon-zoom{background-image:url('data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0D%0A<path d=\"M7 4C6.44772 4 6 4.44772 6 5V6H5C4.44772 6 4 6.44772 4 7C4 7.55228 4.44772 8 5 8H6V9C6 9.55228 6.44772 10 7 10C7.55228 10 8 9.55228 8 9V8H9C9.55228 8 10 7.55228 10 7C10 6.44771 9.55228 6 9 6H8V5C8 4.44772 7.55228 4 7 4Z\" fill=\"%23444444\"/>%0D%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 13C10.3137 13 13 10.3137 13 7C13 3.68629 10.3137 1 7 1C3.68629 1 1 3.68629 1 7C1 10.3137 3.68629 13 7 13ZM7 11.2C9.3196 11.2 11.2 9.3196 11.2 7C11.2 4.6804 9.3196 2.8 7 2.8C4.6804 2.8 2.8 4.6804 2.8 7C2.8 9.3196 4.6804 11.2 7 11.2Z\" fill=\"%23444444\"/>%0D%0A<path d=\"M11.7637 12.163C11.3732 12.5535 11.3732 13.1867 11.7637 13.5772L14.6286 16.4421C15.0191 16.8326 15.6523 16.8326 16.0428 16.4421L16.4435 16.0414C16.834 15.6509 16.834 15.0177 16.4435 14.6272L13.5786 11.7623C13.1881 11.3718 12.5549 11.3718 12.1644 11.7623L11.7637 12.163Z\" fill=\"%23444444\"/>%0D%0A</svg>%0D%0A')}\n"] }]
|
|
1473
1475
|
}], propDecorators: { isTouch: [{
|
|
1474
1476
|
type: Input,
|
|
1475
1477
|
args: [{ transform: booleanAttribute }]
|
|
@@ -1527,12 +1529,12 @@ class BimplusTouchMenuComponent extends BimplusLocalizedWidgetComponent {
|
|
|
1527
1529
|
_toggleOpened() {
|
|
1528
1530
|
this._menuOpened = !this._menuOpened;
|
|
1529
1531
|
}
|
|
1530
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1531
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1532
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusTouchMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1533
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: BimplusTouchMenuComponent, isStandalone: true, selector: "lib-bimplus-touch-menu", inputs: { isTouch: ["isTouch", "isTouch", booleanAttribute], selectedMode: "selectedMode" }, outputs: { bimplusTouchModeSelected: "bimplusTouchModeSelected" }, providers: [TranslateService], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n</div>\r\n<div\r\n class=\"dropdown\"\r\n [ngClass]=\"{'open': _menuOpened, 'is-touch': isTouch}\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n <div class=\"dropdown-toggle\">\r\n <div\r\n class=\"main-icon\"\r\n [ngClass]=\"this._selectedItem?.class ? this._selectedItem?.class : ''\"\r\n ></div>\r\n <span class=\"caret\"></span>\r\n </div>\r\n <ul\r\n class=\"bimcomp-dropdown-menu\"\r\n [ngClass]=\"{'open':this._menuOpened}\">\r\n @for (item of _menuItemsList; track item) {\r\n <li\r\n class=\"bimcomp-dropdown-menu-item\"\r\n [ngClass]=\"{'selected':this.selectedMode === item.mode}\"\r\n (click)=\"_menuItemClicked(item.mode)\"\r\n (keypress)=\"_menuItemClicked(item.mode)\"\r\n >\r\n <div\r\n class=\"icon\"\r\n [ngClass]=\"item.class\"\r\n ></div>\r\n <span>{{item.textId | translate}}</span>\r\n </li>\r\n }\r\n </ul>\r\n</div>\r\n", 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:var(--touch-menu-dropdown-open-text-color-enabled);background-color:var(--touch-menu-dropdown-open-background-color-enabled)}.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:var(--touch-menu-dropdown-toggle-text-color-enabled);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:var(--touch-menu-dropdown-toggle-text-color-hovered)}.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:var(--touch-menu-dropdown-menu-background-color-enabled);border:thin solid var(--touch-menu-dropdown-menu-border-color-enabled);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em var(--touch-menu-dropdown-menu-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--touch-menu-dropdown-menu-box-shadow-color-enabled);text-decoration-color:var(--touch-menu-dropdown-menu-text-decoration-color-enabled);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:var(--dropdown-menu-item-background-color-selected)}.bimcomp-dropdown-menu li:hover{background-color:var(--touch-menu-dropdown-menu-item-background-color-hovered)}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu .divider{height:1px;margin:.5em 0;overflow:hidden;background-color:var(--touch-menu-dropdown-menu-divider-background-color-enabled);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('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 18 18\" style=\"enable-background:new 0 0 18 18;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M14.4,11.9L11.1,10c-0.2,0-0.4,0-0.5,0L10,10.7V6c0-1-2-2-2,0v7.8L5,13c-0.1,0-0.1,0-0.2,0%0D%0A%09%09c-0.2,0-0.5,0.3-0.6,0.4L3.7,14l3.8,3.7C7.7,18,8,18,8.3,18h5.3c0.6,0,0.9-0.2,0.9-0.8l0.4-4c0-0.1,0-0.1,0-0.1%0D%0A%09%09C15,12.6,14.9,12.2,14.4,11.9z\"/>%0D%0A%09<polygon class=\"st0\" points=\"3,2 5,2 5,0 1,0 1,4 3,4 %09\"/>%0D%0A%09<polygon class=\"st0\" points=\"5,10 3,10 3,8 1,8 1,12 5,12 %09\"/>%0D%0A%09<polygon class=\"st0\" points=\"15,4 17,4 17,0 13,0 13,2 15,2 %09\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.icon-desktop-mode-toolbar{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 18 18\" style=\"enable-background:new 0 0 18 18;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<polygon class=\"st0\" points=\"3,2 5,2 5,0 1,0 1,4 3,4 %09\"/>%0D%0A%09<polygon class=\"st0\" points=\"5,10 3,10 3,8 1,8 1,12 5,12 %09\"/>%0D%0A%09<polygon class=\"st0\" points=\"15,4 17,4 17,0 13,0 13,2 15,2 %09\"/>%0D%0A%09<path class=\"st0\" d=\"M11.5,12.6C11.3,12.7,8,14.9,8,15.1C8,11.4,8,7.7,8,4c0,0,8.6,7.6,8.7,7.7c-1.3,0.1-2.5,0.2-3.9,0.4%0D%0A%09%09c0.1,0.1,2,4.6,2.2,4.8c0.1,0.1-1,0.4-1.4,0.7C13.7,17.4,11.5,12.6,11.5,12.6z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') 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}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
1532
1534
|
}
|
|
1533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: BimplusTouchMenuComponent, decorators: [{
|
|
1534
1536
|
type: Component,
|
|
1535
|
-
args: [{ selector: 'lib-bimplus-touch-menu', imports: [CommonModule, TranslateModule], providers: [TranslateService], encapsulation: ViewEncapsulation.ShadowDom, template: "<div\r\n
|
|
1537
|
+
args: [{ selector: 'lib-bimplus-touch-menu', imports: [CommonModule, TranslateModule], providers: [TranslateService], encapsulation: ViewEncapsulation.ShadowDom, template: "<div\r\n class=\"bimcomp-overlay\"\r\n [ngClass]=\"_menuOpened ? 'open' : ''\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n</div>\r\n<div\r\n class=\"dropdown\"\r\n [ngClass]=\"{'open': _menuOpened, 'is-touch': isTouch}\"\r\n (click)=\"_toggleOpened()\"\r\n (keypress)=\"_toggleOpened()\"\r\n >\r\n <div class=\"dropdown-toggle\">\r\n <div\r\n class=\"main-icon\"\r\n [ngClass]=\"this._selectedItem?.class ? this._selectedItem?.class : ''\"\r\n ></div>\r\n <span class=\"caret\"></span>\r\n </div>\r\n <ul\r\n class=\"bimcomp-dropdown-menu\"\r\n [ngClass]=\"{'open':this._menuOpened}\">\r\n @for (item of _menuItemsList; track item) {\r\n <li\r\n class=\"bimcomp-dropdown-menu-item\"\r\n [ngClass]=\"{'selected':this.selectedMode === item.mode}\"\r\n (click)=\"_menuItemClicked(item.mode)\"\r\n (keypress)=\"_menuItemClicked(item.mode)\"\r\n >\r\n <div\r\n class=\"icon\"\r\n [ngClass]=\"item.class\"\r\n ></div>\r\n <span>{{item.textId | translate}}</span>\r\n </li>\r\n }\r\n </ul>\r\n</div>\r\n", 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:var(--touch-menu-dropdown-open-text-color-enabled);background-color:var(--touch-menu-dropdown-open-background-color-enabled)}.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:var(--touch-menu-dropdown-toggle-text-color-enabled);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:var(--touch-menu-dropdown-toggle-text-color-hovered)}.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:var(--touch-menu-dropdown-menu-background-color-enabled);border:thin solid var(--touch-menu-dropdown-menu-border-color-enabled);border-radius:0 0 .29em .29em;-webkit-box-shadow:0 .43em .86em var(--touch-menu-dropdown-menu-box-shadow-color-enabled);box-shadow:0 .43em .86em var(--touch-menu-dropdown-menu-box-shadow-color-enabled);text-decoration-color:var(--touch-menu-dropdown-menu-text-decoration-color-enabled);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:var(--dropdown-menu-item-background-color-selected)}.bimcomp-dropdown-menu li:hover{background-color:var(--touch-menu-dropdown-menu-item-background-color-hovered)}.bimcomp-dropdown-menu ul,.bimcomp-dropdown-menu li{list-style:none}.bimcomp-dropdown-menu .divider{height:1px;margin:.5em 0;overflow:hidden;background-color:var(--touch-menu-dropdown-menu-divider-background-color-enabled);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('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 18 18\" style=\"enable-background:new 0 0 18 18;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<path class=\"st0\" d=\"M14.4,11.9L11.1,10c-0.2,0-0.4,0-0.5,0L10,10.7V6c0-1-2-2-2,0v7.8L5,13c-0.1,0-0.1,0-0.2,0%0D%0A%09%09c-0.2,0-0.5,0.3-0.6,0.4L3.7,14l3.8,3.7C7.7,18,8,18,8.3,18h5.3c0.6,0,0.9-0.2,0.9-0.8l0.4-4c0-0.1,0-0.1,0-0.1%0D%0A%09%09C15,12.6,14.9,12.2,14.4,11.9z\"/>%0D%0A%09<polygon class=\"st0\" points=\"3,2 5,2 5,0 1,0 1,4 3,4 %09\"/>%0D%0A%09<polygon class=\"st0\" points=\"5,10 3,10 3,8 1,8 1,12 5,12 %09\"/>%0D%0A%09<polygon class=\"st0\" points=\"15,4 17,4 17,0 13,0 13,2 15,2 %09\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') no-repeat center}.icon-desktop-mode-toolbar{background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"utf-8\"?>%0D%0A<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->%0D%0A<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"%0D%0A%09 viewBox=\"0 0 18 18\" style=\"enable-background:new 0 0 18 18;\" xml:space=\"preserve\">%0D%0A<style type=\"text/css\">%0D%0A%09.st0{fill:%23444444;}%0D%0A<\\/style>%0D%0A<g>%0D%0A%09<polygon class=\"st0\" points=\"3,2 5,2 5,0 1,0 1,4 3,4 %09\"/>%0D%0A%09<polygon class=\"st0\" points=\"5,10 3,10 3,8 1,8 1,12 5,12 %09\"/>%0D%0A%09<polygon class=\"st0\" points=\"15,4 17,4 17,0 13,0 13,2 15,2 %09\"/>%0D%0A%09<path class=\"st0\" d=\"M11.5,12.6C11.3,12.7,8,14.9,8,15.1C8,11.4,8,7.7,8,4c0,0,8.6,7.6,8.7,7.7c-1.3,0.1-2.5,0.2-3.9,0.4%0D%0A%09%09c0.1,0.1,2,4.6,2.2,4.8c0.1,0.1-1,0.4-1.4,0.7C13.7,17.4,11.5,12.6,11.5,12.6z\"/>%0D%0A</g>%0D%0A</svg>%0D%0A') 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}\n"] }]
|
|
1536
1538
|
}], ctorParameters: () => [], propDecorators: { isTouch: [{
|
|
1537
1539
|
type: Input,
|
|
1538
1540
|
args: [{ transform: booleanAttribute }]
|
|
@@ -1598,10 +1600,10 @@ class LanguageStringsService {
|
|
|
1598
1600
|
}
|
|
1599
1601
|
this.currentLanguageStrings$.next(dataJSON);
|
|
1600
1602
|
}
|
|
1601
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1602
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1603
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: LanguageStringsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1604
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: LanguageStringsService, providedIn: 'root' }); }
|
|
1603
1605
|
}
|
|
1604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: LanguageStringsService, decorators: [{
|
|
1605
1607
|
type: Injectable,
|
|
1606
1608
|
args: [{
|
|
1607
1609
|
providedIn: 'root'
|